2025-03-14 03:00:40.378-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2025-03-14 03:00:40.496-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -d, /opengrok/data, -H, -P, -S, -G, -W, /opengrok/etc/configuration.xml] 2025-03-14 03:00:40.718-0500 INFO t1 Indexer.main: Indexer version 1.13.24 (b57a3755dcb3b552e1bcd0deeacf5999117fc3e7) running on Java 17.0.14+7-Ubuntu-122.04.1 2025-03-14 03:00:40.736-0500 FINE t1 Executor.exec: Executing command [/usr/local/bin/ctags --list-languages] in directory '/opengrok/src/openbmc' with environment: {PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, LANGUAGE=en_US:, SHELL=/bin/sh, LOGNAME=opengrok, OLDPWD=/opengrok/src/openbmc/x86-power-control, PWD=/opengrok/src/openbmc, LANG=en_US, SHLVL=1, HOME=/home/opengrok, _=/usr/bin/java} 2025-03-14 03:00:40.761-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --list-languages] in directory '/opengrok/src/openbmc' with exit code 0 (took 22 ms) 2025-03-14 03:00:40.761-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --list-languages] in directory '/opengrok/src/openbmc' with exit code 0 2025-03-14 03:00:40.763-0500 FINE t1 Executor.exec: Executing command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with environment: {PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, LANGUAGE=en_US:, SHELL=/bin/sh, LOGNAME=opengrok, OLDPWD=/opengrok/src/openbmc/x86-power-control, PWD=/opengrok/src/openbmc, LANG=en_US, SHLVL=1, HOME=/home/opengrok, _=/usr/bin/java} 2025-03-14 03:00:40.769-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 (took 4 ms) 2025-03-14 03:00:40.769-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 2025-03-14 03:00:40.827-0500 FINE t1 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:00:40.840-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:00:40.842-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:00:40.844-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:00:40.847-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:00:40.849-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:00:40.851-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:00:40.852-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:00:40.854-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:00:40.855-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:00:40.856-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:00:40.857-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:00:40.858-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:00:40.867-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/ctagsValidation8124779242873830208.c' 2025-03-14 03:00:40.871-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:00:40.872-0500 FINE t1 Executor.exec: Executing command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with environment: {PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, LANGUAGE=en_US:, SHELL=/bin/sh, LOGNAME=opengrok, OLDPWD=/opengrok/src/openbmc/x86-power-control, PWD=/opengrok/src/openbmc, LANG=en_US, SHLVL=1, HOME=/home/opengrok, _=/usr/bin/java} 2025-03-14 03:00:40.879-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 (took 5 ms) 2025-03-14 03:00:40.880-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 2025-03-14 03:00:40.882-0500 INFO t1 RuntimeEnvironment.validateUniversalCtags: Using ctags: Universal Ctags 5.9.0(d9e8b205), Copyright (C) 2015-2022 Universal Ctags Team Universal Ctags is derived from Exuberant Ctags. Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: May 24 2022, 14:44:59 URL: https://ctags.io/ Optional compiled features: +wildcards, +regex, +gnulib_regex, +iconv, +option-directory, +packcc, +optscript 2025-03-14 03:00:40.902-0500 INFO t1 Indexer.prepareIndexer: Scanning for repositories in [/opengrok/src/openbmc] (down to 3 levels below source root) 2025-03-14 03:00:40.916-0500 FINE t38 Executor.exec: Executing command [accurev info] in directory '/opengrok/src/openbmc' with environment: {PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, LANGUAGE=en_US:, SHELL=/bin/sh, LOGNAME=opengrok, OLDPWD=/opengrok/src/openbmc/x86-power-control, PWD=/opengrok/src/openbmc, LANG=en_US, SHLVL=1, HOME=/home/opengrok, _=/usr/bin/java} 2025-03-14 03:00:40.920-0500 FINE t38 Executor.exec: Executing command [cleartool -version] in directory '/opengrok/src/openbmc' with environment: {PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, LANGUAGE=en_US:, SHELL=/bin/sh, LOGNAME=opengrok, OLDPWD=/opengrok/src/openbmc/x86-power-control, PWD=/opengrok/src/openbmc, LANG=en_US, SHLVL=1, HOME=/home/opengrok, _=/usr/bin/java} 2025-03-14 03:00:40.924-0500 FINE t38 Executor.exec: Executing command [p4 -V] in directory '/opengrok/src/openbmc' with environment: {PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, LANGUAGE=en_US:, SHELL=/bin/sh, LOGNAME=opengrok, OLDPWD=/opengrok/src/openbmc/x86-power-control, PWD=/opengrok/src/openbmc, LANG=en_US, SHLVL=1, HOME=/home/opengrok, _=/usr/bin/java} 2025-03-14 03:00:40.926-0500 WARNING t38 PerforceRepository.isP4Working: Command 'p4' does not work. Some operations with Perforce repositories will fail as a result. 2025-03-14 03:00:41.025-0500 FINE t41 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA384withRSA, Serial:05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 7:00 AM, Valid until:1/15/38, 6:00 AM 2025-03-14 03:00:41.027-0500 FINE t41 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA384withRSA, Serial:08:ad:40:b2:60:d2:9c:4c:9f:5e:cd:a9:bd:93:ae:d9, Subject:CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:-888920455, Valid from:4/28/21, 7:00 PM, Valid until:4/28/36, 6:59 PM 2025-03-14 03:00:41.027-0500 FINE t41 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:0d:f7:a7:c9:09:06:30:1a:d2:f0:c2:4d:33:77:18:7b, Subject:EMAILADDRESS=webmaster@eclipse.org, CN="Eclipse.org Foundation, Inc.", OU=IT, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA, Issuer:CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:444017987, Valid from:5/1/22, 7:00 PM, Valid until:5/21/24, 6:59 PM 2025-03-14 03:00:41.031-0500 FINE t41 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:7b:05:b1:d4:49:68:51:44:f7:c9:89:d2:9c:19:9d:12, Subject:CN=Symantec SHA256 TimeStamping CA, OU=Symantec Trust Network, O=Symantec Corporation, C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:679469769, Valid from:1/11/16, 6:00 PM, Valid until:1/11/31, 5:59 PM 2025-03-14 03:00:41.032-0500 FINE t41 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:7b:d4:e5:af:ba:cc:07:3f:a1:01:23:04:22:41:4d:12, Subject:CN=Symantec SHA256 TimeStamping Signer - G3, OU=Symantec Trust Network, O=Symantec Corporation, C=US, Issuer:CN=Symantec SHA256 TimeStamping CA, OU=Symantec Trust Network, O=Symantec Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1917605033, Valid from:12/22/17, 6:00 PM, Valid until:3/22/29, 6:59 PM 2025-03-14 03:00:41.158-0500 FINER t44 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libcper' 2025-03-14 03:00:41.159-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.170-0500 FINER t45 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-health-monitor' 2025-03-14 03:00:41.171-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.184-0500 FINER t46 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-webui' 2025-03-14 03:00:41.185-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.195-0500 FINER t47 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-user-manager' 2025-03-14 03:00:41.196-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.214-0500 FINER t48 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/obmc-console' 2025-03-14 03:00:41.215-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.224-0500 FINER t49 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/kcsbridge' 2025-03-14 03:00:41.225-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.236-0500 FINER t50 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-event' 2025-03-14 03:00:41.237-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.243-0500 FINER t51 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-post-code-manager' 2025-03-14 03:00:41.244-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.250-0500 FINER t52 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-logging' 2025-03-14 03:00:41.251-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.258-0500 FINER t53 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdbusplus' 2025-03-14 03:00:41.259-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.264-0500 FINER t54 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-logging' 2025-03-14 03:00:41.265-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.269-0500 FINER t55 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-buttons' 2025-03-14 03:00:41.270-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.475-0500 FINER t56 GitRepository.rebuildTagList: Read tags count=1,466 for '/opengrok/src/openbmc/qemu' 2025-03-14 03:00:41.476-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.494-0500 FINER t57 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/phosphor-ipmi-flash' 2025-03-14 03:00:41.494-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.501-0500 FINER t58 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-hwmon' 2025-03-14 03:00:41.501-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.507-0500 FINER t59 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-misc' 2025-03-14 03:00:41.508-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.515-0500 FINER t60 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-power' 2025-03-14 03:00:41.515-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.522-0500 FINER t61 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-virtual-sensor' 2025-03-14 03:00:41.523-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.527-0500 FINER t62 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmbbridge' 2025-03-14 03:00:41.528-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.533-0500 FINER t63 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/qualcomm-ipmi-oem' 2025-03-14 03:00:41.534-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.539-0500 FINER t64 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdeventplus' 2025-03-14 03:00:41.540-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.548-0500 FINER t65 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pldm' 2025-03-14 03:00:41.549-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.554-0500 FINER t66 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-logging' 2025-03-14 03:00:41.555-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.560-0500 FINER t67 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-settings-mgr' 2025-03-14 03:00:41.561-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.566-0500 FINER t68 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/obmc-ikvm' 2025-03-14 03:00:41.567-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.571-0500 FINER t69 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-debug-collector' 2025-03-14 03:00:41.572-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.577-0500 FINER t70 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-pnor-code-mgmt' 2025-03-14 03:00:41.578-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.584-0500 FINER t71 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/skeleton' 2025-03-14 03:00:41.585-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.592-0500 FINER t72 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-proc-control' 2025-03-14 03:00:41.592-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.597-0500 FINER t73 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-flash' 2025-03-14 03:00:41.598-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.604-0500 FINER t74 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-net-ipmid' 2025-03-14 03:00:41.605-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.612-0500 FINER t75 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-postd' 2025-03-14 03:00:41.612-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.617-0500 FINER t76 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pcie-presence' 2025-03-14 03:00:41.617-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:41.622-0500 FINER t77 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pyphosphor' 2025-03-14 03:00:41.623-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.451-0500 FINEST t78 GitRepository.rebuildTagList: cannot get tags for '/opengrok/src/openbmc/linux' org.eclipse.jgit.errors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit. at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:1033) at org.opengrok.indexer.history.GitRepository.getCommit(GitRepository.java:844) at org.opengrok.indexer.history.GitRepository.rebuildTagList(GitRepository.java:763) at org.opengrok.indexer.history.GitRepository.lambda$buildTagList$4(GitRepository.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-03-14 03:00:42.453-0500 FINEST t78 GitRepository.rebuildTagList: cannot get tags for '/opengrok/src/openbmc/linux' org.eclipse.jgit.errors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit. at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:1033) at org.opengrok.indexer.history.GitRepository.getCommit(GitRepository.java:844) at org.opengrok.indexer.history.GitRepository.rebuildTagList(GitRepository.java:763) at org.opengrok.indexer.history.GitRepository.lambda$buildTagList$4(GitRepository.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-03-14 03:00:42.481-0500 FINER t78 GitRepository.rebuildTagList: Read tags count=1,085 for '/opengrok/src/openbmc/linux' 2025-03-14 03:00:42.481-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.489-0500 FINER t79 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/qualcomm-misc' 2025-03-14 03:00:42.489-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.495-0500 FINER t80 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/debug-trigger' 2025-03-14 03:00:42.495-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.502-0500 FINER t81 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/entity-manager' 2025-03-14 03:00:42.502-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.508-0500 FINER t82 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-misc' 2025-03-14 03:00:42.508-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.509-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/metrics-ipmi-blobs' is prohibited symlink 2025-03-14 03:00:42.509-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/metrics-ipmi-blobs': '/opengrok/src/openbmc/google-misc/metrics-ipmi-blobs' is prohibited symlink 2025-03-14 03:00:42.510-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/acpi-power-state-daemon' is prohibited symlink 2025-03-14 03:00:42.510-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/acpi-power-state-daemon': '/opengrok/src/openbmc/google-misc/acpi-power-state-daemon' is prohibited symlink 2025-03-14 03:00:42.510-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/espi-control' is prohibited symlink 2025-03-14 03:00:42.510-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/espi-control': '/opengrok/src/openbmc/google-misc/espi-control' is prohibited symlink 2025-03-14 03:00:42.511-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/bare-metal-host-monitor' is prohibited symlink 2025-03-14 03:00:42.511-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/bare-metal-host-monitor': '/opengrok/src/openbmc/google-misc/bare-metal-host-monitor' is prohibited symlink 2025-03-14 03:00:42.511-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/libcr51sign' is prohibited symlink 2025-03-14 03:00:42.511-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/libcr51sign': '/opengrok/src/openbmc/google-misc/libcr51sign' is prohibited symlink 2025-03-14 03:00:42.512-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/dhcp-done' is prohibited symlink 2025-03-14 03:00:42.512-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/dhcp-done': '/opengrok/src/openbmc/google-misc/dhcp-done' is prohibited symlink 2025-03-14 03:00:42.513-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/nemora-postd' is prohibited symlink 2025-03-14 03:00:42.513-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/nemora-postd': '/opengrok/src/openbmc/google-misc/nemora-postd' is prohibited symlink 2025-03-14 03:00:42.513-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/ncsid' is prohibited symlink 2025-03-14 03:00:42.514-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/google-misc/ncsid': '/opengrok/src/openbmc/google-misc/ncsid' is prohibited symlink 2025-03-14 03:00:42.527-0500 FINER t83 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bmcweb' 2025-03-14 03:00:42.528-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.532-0500 FINER t84 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/witherspoon-pfault-analysis' 2025-03-14 03:00:42.532-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.536-0500 FINER t85 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-inventory-manager' 2025-03-14 03:00:42.536-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.539-0500 FINER t86 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-bmc-smm-error-logger' 2025-03-14 03:00:42.540-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.543-0500 FINER t87 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/inarp' 2025-03-14 03:00:42.544-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.547-0500 FINER t88 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-ipmi-blobs' 2025-03-14 03:00:42.548-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.552-0500 FINER t89 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/x86-power-control' 2025-03-14 03:00:42.552-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.556-0500 FINER t90 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmitool' 2025-03-14 03:00:42.557-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.561-0500 FINER t91 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-time-manager' 2025-03-14 03:00:42.562-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.566-0500 FINER t92 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmi-fru-parser' 2025-03-14 03:00:42.566-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.569-0500 FINER t93 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pam-ipmi' 2025-03-14 03:00:42.570-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.574-0500 FINER t94 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-sbe-interface' 2025-03-14 03:00:42.575-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.590-0500 FINER t95 GitRepository.rebuildTagList: Read tags count=10 for '/opengrok/src/openbmc/openbmc-test-automation' 2025-03-14 03:00:42.591-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.596-0500 FINER t96 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/boost-dbus' 2025-03-14 03:00:42.596-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.601-0500 FINER t97 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-build-scripts' 2025-03-14 03:00:42.602-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.607-0500 FINER t98 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-sysfs' 2025-03-14 03:00:42.607-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.617-0500 FINER t99 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-interfaces' 2025-03-14 03:00:42.618-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.622-0500 FINER t100 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-monitor' 2025-03-14 03:00:42.623-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.626-0500 FINER t101 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-debug-collector' 2025-03-14 03:00:42.627-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.631-0500 FINER t102 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-psu-code-mgmt' 2025-03-14 03:00:42.632-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.645-0500 FINER t103 GitRepository.rebuildTagList: Read tags count=11 for '/opengrok/src/openbmc/libpldm' 2025-03-14 03:00:42.646-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.650-0500 FINER t104 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-oem' 2025-03-14 03:00:42.651-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.657-0500 FINER t105 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/docs' 2025-03-14 03:00:42.658-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.664-0500 FINER t106 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pid-control' 2025-03-14 03:00:42.665-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.671-0500 FINER t107 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-certificate-manager' 2025-03-14 03:00:42.671-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.678-0500 FINER t108 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-manager' 2025-03-14 03:00:42.678-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.683-0500 FINER t109 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/s2600wf-misc' 2025-03-14 03:00:42.684-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.688-0500 FINER t110 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-ipmi-sys' 2025-03-14 03:00:42.688-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.693-0500 FINER t111 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-watchdog' 2025-03-14 03:00:42.694-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.698-0500 FINER t112 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-gpio-monitor' 2025-03-14 03:00:42.698-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.703-0500 FINER t113 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-vpd-parser' 2025-03-14 03:00:42.703-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.772-0500 FINER t114 GitRepository.rebuildTagList: Read tags count=308 for '/opengrok/src/openbmc/u-boot' 2025-03-14 03:00:42.772-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.780-0500 FINER t115 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mrw-tools' 2025-03-14 03:00:42.781-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.786-0500 FINER t116 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mboxd' 2025-03-14 03:00:42.787-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.793-0500 FINER t117 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-dbus-interfaces' 2025-03-14 03:00:42.793-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.800-0500 FINER t118 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/hiomapd' 2025-03-14 03:00:42.801-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.806-0500 FINER t119 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/fb-ipmi-oem' 2025-03-14 03:00:42.807-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.813-0500 FINER t120 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-ipmid' 2025-03-14 03:00:42.813-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.819-0500 FINER t121 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-bmc-code-mgmt' 2025-03-14 03:00:42.819-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.824-0500 FINER t122 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-state-manager' 2025-03-14 03:00:42.825-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.831-0500 FINER t123 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-networkd' 2025-03-14 03:00:42.832-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.836-0500 FINER t124 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-settingsd' 2025-03-14 03:00:42.836-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.840-0500 FINER t125 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/service-config-manager' 2025-03-14 03:00:42.841-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.844-0500 FINER t126 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/btbridge' 2025-03-14 03:00:42.845-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.849-0500 FINER t127 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/smbios-mdr' 2025-03-14 03:00:42.849-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.853-0500 FINER t128 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-objmgr' 2025-03-14 03:00:42.854-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.858-0500 FINER t129 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-snmp' 2025-03-14 03:00:42.859-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.863-0500 FINER t130 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-rest-server' 2025-03-14 03:00:42.863-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.867-0500 FINER t131 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/telemetry' 2025-03-14 03:00:42.868-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.872-0500 FINER t132 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-tools' 2025-03-14 03:00:42.873-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.877-0500 FINER t133 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/slpd-lite' 2025-03-14 03:00:42.878-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.882-0500 FINER t134 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/intel-ipmi-oem' 2025-03-14 03:00:42.883-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.887-0500 FINER t135 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/dbus-sensors' 2025-03-14 03:00:42.888-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.891-0500 FINER t136 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-inventory-upload' 2025-03-14 03:00:42.892-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.895-0500 FINER t137 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/rest-dbus' 2025-03-14 03:00:42.896-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.899-0500 FINER t138 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-dbus-interfaces' 2025-03-14 03:00:42.900-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.904-0500 FINER t139 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/gpioplus' 2025-03-14 03:00:42.905-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.909-0500 FINER t140 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-occ-control' 2025-03-14 03:00:42.910-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.917-0500 FINER t141 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-fan-presence' 2025-03-14 03:00:42.917-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.922-0500 FINER t142 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/estoraged' 2025-03-14 03:00:42.922-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.926-0500 FINER t143 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libbej' 2025-03-14 03:00:42.926-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.931-0500 FINER t144 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-hw-diags' 2025-03-14 03:00:42.931-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.938-0500 FINER t145 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/libmctp' 2025-03-14 03:00:42.939-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.996-0500 FINER t146 GitRepository.rebuildTagList: Read tags count=57 for '/opengrok/src/openbmc/openbmc' 2025-03-14 03:00:42.997-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:42.997-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/meta' is prohibited symlink 2025-03-14 03:00:42.997-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/openbmc/meta': '/opengrok/src/openbmc/openbmc/meta' is prohibited symlink 2025-03-14 03:00:42.998-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/bitbake' is prohibited symlink 2025-03-14 03:00:42.998-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/openbmc/bitbake': '/opengrok/src/openbmc/openbmc/bitbake' is prohibited symlink 2025-03-14 03:00:42.998-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/scripts' is prohibited symlink 2025-03-14 03:00:42.998-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/openbmc/scripts': '/opengrok/src/openbmc/openbmc/scripts' is prohibited symlink 2025-03-14 03:00:43.002-0500 FINER t147 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc.github.io' 2025-03-14 03:00:43.002-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.011-0500 FINER t148 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/webui-vue' 2025-03-14 03:00:43.011-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.012-0500 FINER t1 HistoryGuru.addRepositories: Discovered repositories: [{dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,annotationCache=off}, {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,annotationCache=off}] 2025-03-14 03:00:43.014-0500 INFO t1 Statistics.logIt: Done scanning for repositories, found 105 repositories (took 2.110 seconds) 2025-03-14 03:00:43.014-0500 INFO t1 Indexer.prepareIndexer: Generating history cache for all repositories ... 2025-03-14 03:00:43.035-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d0bd59eecc23b4f4bcdda09b6b73203977130fb2 for repository {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.035-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4002082a47acbe1189bacc1473445f256b8bfef0 for repository {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.036-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0f9b4c3ca5fdf3e177266ef994071b1a03f07318 for repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.036-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ad29e430cc6954e28ae2444c278cb9f326f0528b for repository {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.037-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 5f47c3222d8fa578e2579d1a74d851b5c4ae2eca for repository {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.037-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6b1a15736e939b591e787ae293745649dbb504ed for repository {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.038-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 42a4acb88a7cd54b9e267544d0a15b06cf95cec7 for repository {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.038-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 134c0a3ca8682d0f98f5c2b24c5548e4981cc401 for repository {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.039-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e16bb5c35893591eab048ae4ef646a9e5e2f7e94 for repository {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.040-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d1471241918d738513eaf342dbd9b1729b663e4f for repository {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.040-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9168592c88de40c802823ba9ed6267f1b54a4002 for repository {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.041-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a205c6fae8ba05b86f9b04b4a5de47314fa9ba49 for repository {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.042-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a1a754c22305421e859b4ffeeee49909cf11a2fa for repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.042-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3d57f79cb13fa15efe95979730e26b8f46d906cc for repository {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.043-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision bc5f06f5964cedc3424ec6e8595a164bf0dd6559 for repository {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.043-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision c087fa76fb457790c93cfebc0acaaf14bf5023ad for repository {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.043-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9df0f3f141ffa918483bd79fe1c0e57a618550fe for repository {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.043-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0fcc73f1cf8c486bb8079e68813c239c4cc41bbc for repository {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.044-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision c3ab4171e08f02cdd0218752258b00b6f40d40ea for repository {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.044-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9acd8cd2a66a73eed3534352b12b2944cecf8531 for repository {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.044-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 449e793c823154561a44b7827592ce73d877c834 for repository {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.045-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision da8574d5888b2c1622f5482a47adc7a12ffa0d0e for repository {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.045-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a46dc4ec19b7d7cc6e3fb6fc7c1c95cd0a9c2244 for repository {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.046-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fa6a47bf0a4d44b6730e4a50984bd555bdb6b3f8 for repository {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.046-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 760213aaa6e97071ec22e4c5ca219c7517b6bc73 for repository {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.047-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ef0b2d46d0245447bf21d6c74821599d5f7b7b05 for repository {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.047-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6b7fa8193250fa61f0c44ca54480fc42974817dc for repository {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.048-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 489c97dbaf709eab3a691a6f3fca09504f3415f3 for repository {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.048-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6d579909fc8e623e8a0dd6d4a32a4aee725c32f7 for repository {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.049-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6ef0d514a593474d14d852b2bcbf45ef1ad097da for repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.049-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 32e9ea165419725691d5e54be60073bc2cc4f7e0 for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.050-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0d640b5a7eeece47d807debcf26fe3387bc6edf9 for repository {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.050-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 08fa59eaaa6ece75330788ae17b3f78f54fd55b6 for repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.051-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision dff839f1b376ee4e0853c4127aab1e0e9443ed66 for repository {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.051-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3c3319aafeab79375623f5dad179a252cbdc2407 for repository {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.052-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 81cf06523fcfcd0ea8a87040be4fbb7b276894b3 for repository {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.053-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 09ee6ada5bee636ce8ab4fae71bbac347a0b2325 for repository {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.054-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3680a59367c2284f8b02ddc8607c3a615273ebef for repository {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.054-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 779e9dbdcfaf8e131b6c35edbc4e057aab52a65a for repository {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.054-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4858f71f6307e056bd574f24a526b4f4198f5053 for repository {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.055-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fc97b5cdd97cc73c8f98ec3cf194f368dbbe3965 for repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.055-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4954d029d2d7f892976fb19d3fa9c502d64e1d1e for repository {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.056-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0b0e148717825d685bbb918812fce7ffa64d1025 for repository {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.056-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fa3bc56a7495c827ed0ce337f2a946971d5d3ce6 for repository {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.057-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 738dbb9a3caa2f0ff76e92cdf42e0bebd2643bc1 for repository {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.057-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4b98de56a69895d0c26e9abd6e236a73a236263a for repository {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.057-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision dfdfd89ec9b36c115a98f589880fd757a162af19 for repository {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.058-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision f8548eebf92c37de7fefc7ca697241aeb5b7561a for repository {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.058-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision acdbdd141ece313f259ad6231e132f0a4bc3e062 for repository {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.059-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0ea214f2c8880dd3daa26527bc07826d22fedb99 for repository {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.059-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6fa57419dc823f7173973409212ce82f1a177511 for repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.060-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a385d8999fa1893690e150383c93b2b91f43d339 for repository {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.060-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 92eb22223d414940cc09af7c029192473d1d385e for repository {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.060-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9c2e8362a5958524ca9cb6249e425673b5c288f4 for repository {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.061-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a1f911aaf2b730005f9aebca1f7ff752add26e0a for repository {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.061-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision cb36acd0204d31bb37d868781fd3d0b674ec8dd0 for repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.062-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision b17504d71833f695b1459e5b09eaf548e3a022f4 for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.062-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 1641ea4a438aaf462046c838d0c4c81f1bf24cae for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.063-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fe3d5ebfb68df0b09605576c457a404286702413 for repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.063-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision c115852fb5aa0890373d8c2dfca9b9f7b1e06527 for repository {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.063-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 43d840e7efaaf313755aa867b7600f8777321c47 for repository {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.064-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3ed566dc78e4cdaec9ddef49e32ad6103a14ae84 for repository {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.065-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2947720bc30cdc081ebe2ecaba093268cf115b90 for repository {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.065-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2cee29db08ad57df3df974fc2aee7e73f938a935 for repository {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.065-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d120d2ec96b4312436644129791f9d586e1ae171 for repository {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.066-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 543e072e7cac8e3830e608477e976ded35275afe for repository {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.066-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 809a7af6fce7a9c965deee8d68b7ce1d19ae30ea for repository {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.066-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8e68affb7b8007d6d8cea5e7eb17b0fe0f546a35 for repository {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.067-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fdf61cc310dfe7bb56d007bf1026635081f44aca for repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.067-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 888f0d3e62dd690cecb103796a6a9f6b3f39c715 for repository {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.067-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8b21180f7db21629cb029461ced1b578e4eb8d0e for repository {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.068-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6a2b8956487404dd2f7e4aa06055c24a2b7271e1 for repository {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.068-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e01f0b21829980b2f76566080e408a86f017b46c for repository {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.069-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3a27d32b33f6f5d3ead59eae1eb5cce1869cf3b4 for repository {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.070-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a6730793584537a67264b2f8a5f5be9187a7a6ef for repository {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.070-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 769024036f5a1e0949d0f2d0543b7c4547e8c988 for repository {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.071-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a21c4719ec0ec4cb2884bef26e1f7ca926db2b25 for repository {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.071-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 81634d9c5d750badf37b7c6ffcc76be2ecd1780d for repository {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.071-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4e1910bb8c85693557904c18079b9f2d8f32101b for repository {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.072-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a97cdd1a516c8432ca3fd7a331a9a7e70838ba77 for repository {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.072-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2ec80375259500c43f5a7c620cb34cd894f7836c for repository {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.073-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision eb4a4723691d422dbd9abe9e614afcb71a9cc4b5 for repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.073-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2be4563d3f2fbfa67d18a070d387e1653f94d42f for repository {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.073-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 99cd49a6901ae7596386df4c33fcde9df91d23e8 for repository {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.074-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8753538f476908b749c4fb27c5c02a8f782751b5 for repository {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.074-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 583ba441654657bb4ba9d051b747144a7258c159 for repository {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.074-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision aaa85cc373c7fd64f43acfe4d66e261cf9d66903 for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.074-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 805e84fba6154cfa7e8b3ba1356d9e904d7314d6 for repository {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.075-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 656a163f869deb5db055c2cdbe693b8bbf73c933 for repository {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.075-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision eaa501f3fd9e667ce6e20e9ea326e3e50a59b7fa for repository {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.075-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a46dd8f04760756848ffbfc337bd6e511848771b for repository {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.076-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2a1ef0138c33036c82793104287e72d41f778108 for repository {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.076-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 07a2c9aa642c60f1270da746df4aeb7a6a219f70 for repository {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.076-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 69b4c2811a262094addab680c925e63dd3468440 for repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.076-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision cb240aa1ed95799d2ea8bde951c6ed443839a7e0 for repository {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.076-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 48aab98b3e2011f0bfe08295ea8bf75ad2ca66f7 for repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.077-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 14c1e96445898800fb36b3cab4235eeddbc59535 for repository {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.077-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision da87a50020d02c0efd45a4e3ede34a373abc62f5 for repository {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.077-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 1914831526f8e6bbb8e4c4c634e4918cecfaa81b for repository {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.078-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 7c15db6f4dcd1da68967ca2a463ef890d4521f56 for repository {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.078-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3d5062804ce3eb4f198ffd2bed2f4f4876af8aee for repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.078-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ba29dbdd04a96a46e1972641c20bf5a8e930ed8f for repository {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.079-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3836ffdb740286dd15b215bc398a0da04fbffb19 for repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.079-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9c2f94e155b86ef234f2cc8aa39d4e18a15a0561 for repository {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.079-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0963c4b785e956811c67ba7f0b72062cb4aacbaa for repository {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.079-0500 INFO t1 HistoryGuru.createHistoryCacheReal: Creating history cache for 105 repositories 2025-03-14 03:00:43.080-0500 INFO t149 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.080-0500 INFO t150 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.080-0500 INFO t152 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.080-0500 INFO t151 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.081-0500 INFO t155 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.081-0500 INFO t154 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.081-0500 INFO t153 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.082-0500 INFO t160 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.082-0500 INFO t159 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.083-0500 INFO t164 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.082-0500 INFO t158 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t150 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.082-0500 INFO t157 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 INFO t171 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 INFO t172 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.081-0500 INFO t156 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 FINER t172 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 INFO t174 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 FINER t171 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 INFO t173 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 FINER t157 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.088-0500 FINE t157 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.085-0500 INFO t170 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 INFO t192 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINE t150 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t158 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 INFO t169 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.090-0500 INFO t199 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t153 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.091-0500 FINE t153 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 INFO t168 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t164 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.093-0500 FINE t164 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t151 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t159 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.094-0500 FINE t159 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 INFO t167 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t152 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.095-0500 FINE t152 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t154 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t160 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 FINER t149 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 FINE t149 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.084-0500 INFO t166 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.097-0500 INFO t225 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.083-0500 INFO t165 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.083-0500 FINER t155 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.083-0500 INFO t163 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 INFO t230 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.083-0500 INFO t162 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.083-0500 INFO t161 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 INFO t232 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 FINER t230 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 INFO t231 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 FINER t163 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 INFO t229 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 FINE t159 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.098-0500 FINE t155 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.098-0500 INFO t228 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.097-0500 INFO t227 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 FINE t149 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.097-0500 FINER t225 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.102-0500 FINE t225 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.097-0500 FINER t165 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.102-0500 FINE t165 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.097-0500 INFO t226 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.097-0500 FINER t166 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.103-0500 FINE t166 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.097-0500 FINE t153 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.104-0500 FINE t153 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.097-0500 FINE t150 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 7 ms) 2025-03-14 03:00:43.097-0500 INFO t224 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 INFO t223 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 INFO t222 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 INFO t221 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 FINE t160 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 INFO t220 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.096-0500 INFO t219 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.095-0500 FINE t154 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.095-0500 INFO t218 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.095-0500 INFO t217 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.095-0500 INFO t216 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.095-0500 INFO t215 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.094-0500 FINER t167 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.108-0500 FINE t167 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.094-0500 INFO t214 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.094-0500 INFO t213 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.094-0500 INFO t212 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.109-0500 FINE t166 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.093-0500 INFO t211 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.093-0500 FINE t151 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.093-0500 INFO t210 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.093-0500 INFO t209 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.093-0500 INFO t208 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.092-0500 INFO t207 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.092-0500 INFO t206 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.092-0500 FINER t168 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.112-0500 FINE t168 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.092-0500 INFO t205 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.092-0500 INFO t204 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.091-0500 INFO t203 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.091-0500 INFO t202 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.091-0500 FINER t199 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.091-0500 INFO t201 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.091-0500 INFO t200 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.114-0500 FINE t167 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.091-0500 FINER t169 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.115-0500 FINE t169 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.090-0500 INFO t198 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.090-0500 FINE t158 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.090-0500 INFO t197 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.090-0500 INFO t196 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 INFO t195 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 FINER t192 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.117-0500 FINE t192 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 INFO t194 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 INFO t193 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 FINER t170 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.118-0500 FINE t170 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.089-0500 INFO t191 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.088-0500 INFO t190 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.088-0500 INFO t189 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.088-0500 INFO t188 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.088-0500 FINER t173 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.120-0500 FINE t173 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.088-0500 INFO t187 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t186 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.121-0500 FINER t187 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 FINE t171 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t185 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t184 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t183 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t182 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 FINER t174 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.124-0500 FINE t174 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t181 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.087-0500 INFO t180 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 INFO t179 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 FINE t172 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 FINER t156 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.125-0500 FINE t156 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 INFO t178 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 INFO t177 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 INFO t176 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.126-0500 FINER t177 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.086-0500 INFO t175 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.127-0500 FINE t177 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.127-0500 FINER t175 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.126-0500 FINER t176 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.128-0500 FINE t176 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.126-0500 FINE t173 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.126-0500 FINER t178 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.125-0500 FINE t192 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 7 ms) 2025-03-14 03:00:43.125-0500 FINER t179 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.124-0500 FINER t180 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.129-0500 FINE t180 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.124-0500 FINER t181 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.130-0500 FINE t181 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.123-0500 FINER t182 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.130-0500 FINE t182 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.123-0500 FINER t183 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.131-0500 FINE t183 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.123-0500 FINER t184 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.132-0500 FINE t184 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.122-0500 FINE t170 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.122-0500 FINER t185 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.132-0500 FINE t185 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.121-0500 FINE t187 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.121-0500 FINER t186 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.133-0500 FINE t186 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.121-0500 FINE t169 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.133-0500 FINE t169 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.120-0500 FINER t188 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.134-0500 FINE t188 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.119-0500 FINER t189 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.135-0500 FINE t189 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.119-0500 FINER t190 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.135-0500 FINE t190 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.119-0500 FINER t191 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.136-0500 FINE t191 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.118-0500 FINER t193 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.118-0500 FINE t158 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 2 ms) 2025-03-14 03:00:43.137-0500 FINE t158 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.137-0500 FINE t186 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.118-0500 FINER t194 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.137-0500 FINE t194 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.117-0500 FINER t195 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.138-0500 FINE t195 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.116-0500 FINER t196 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.138-0500 FINE t196 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.116-0500 FINER t197 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.139-0500 FINE t197 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.116-0500 FINER t198 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.139-0500 FINE t198 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.115-0500 FINE t151 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.140-0500 FINE t151 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.115-0500 FINE t167 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.114-0500 FINER t200 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.140-0500 FINE t200 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.114-0500 FINER t201 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.114-0500 FINE t199 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.114-0500 FINER t202 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.142-0500 FINE t202 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.113-0500 FINER t203 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.142-0500 FINE t203 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.113-0500 FINER t204 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.142-0500 FINE t204 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.113-0500 FINER t205 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.143-0500 FINE t205 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.112-0500 FINE t154 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.143-0500 FINE t154 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.112-0500 FINER t206 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.112-0500 FINER t207 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.111-0500 FINER t208 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.111-0500 FINER t209 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.111-0500 FINER t210 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.145-0500 FINE t210 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.110-0500 FINER t211 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.146-0500 FINE t211 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.109-0500 FINE t166 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.146-0500 FINEST t166 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (7c15db6f4dcd1da68967ca2a463ef890d4521f56, null) 2025-03-14 03:00:43.109-0500 FINER t212 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.109-0500 FINER t213 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.147-0500 FINE t213 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.109-0500 FINER t214 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.148-0500 FINE t214 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.108-0500 FINER t215 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.148-0500 FINE t215 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.108-0500 FINER t216 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.149-0500 FINE t216 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.107-0500 FINE t225 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.150-0500 FINE t225 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.107-0500 FINER t217 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.150-0500 FINE t217 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.107-0500 FINE t160 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 1 ms) 2025-03-14 03:00:43.151-0500 FINE t160 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.107-0500 FINER t218 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.151-0500 FINE t218 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.106-0500 FINER t219 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.152-0500 FINE t219 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.106-0500 FINE t155 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.106-0500 FINER t220 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.106-0500 FINE t164 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 12 ms) 2025-03-14 03:00:43.105-0500 FINER t221 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.153-0500 FINE t221 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.105-0500 FINER t223 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.154-0500 FINE t223 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.105-0500 FINER t222 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.105-0500 FINER t224 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.155-0500 FINE t224 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.104-0500 FINE t165 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 1 ms) 2025-03-14 03:00:43.155-0500 FINE t165 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.104-0500 FINE t150 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.104-0500 FINEST t153 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6d579909fc8e623e8a0dd6d4a32a4aee725c32f7, null) 2025-03-14 03:00:43.103-0500 FINER t226 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.102-0500 FINE t149 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.101-0500 FINER t227 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.157-0500 FINE t227 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 INFO t244 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 FINER t228 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.158-0500 FINE t228 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 INFO t243 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 INFO t242 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 FINE t159 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.159-0500 FINEST t159 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0d640b5a7eeece47d807debcf26fe3387bc6edf9, null) 2025-03-14 03:00:43.101-0500 INFO t241 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.101-0500 FINE t152 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.159-0500 FINE t152 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.159-0500 FINEST t152 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fa6a47bf0a4d44b6730e4a50984bd555bdb6b3f8, null) 2025-03-14 03:00:43.100-0500 INFO t240 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.100-0500 FINER t229 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.160-0500 FINE t229 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.100-0500 INFO t239 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.100-0500 FINE t163 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.100-0500 INFO t238 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.100-0500 FINE t157 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 11 ms) 2025-03-14 03:00:43.100-0500 FINER t231 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.162-0500 FINE t231 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.100-0500 INFO t237 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 INFO t236 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 FINE t230 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 INFO t235 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 FINER t232 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.163-0500 FINE t232 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 INFO t234 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 INFO t233 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 FINER t161 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.099-0500 FINER t162 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.164-0500 FINE t161 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.164-0500 FINE t231 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 2 ms) 2025-03-14 03:00:43.165-0500 FINE t231 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.164-0500 FINER t233 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.165-0500 FINE t233 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.164-0500 FINER t234 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.166-0500 FINE t234 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.164-0500 FINE t228 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.166-0500 FINE t228 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.164-0500 FINE t229 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.163-0500 FINER t235 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.166-0500 FINE t235 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.162-0500 FINER t236 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.162-0500 FINER t237 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.167-0500 FINE t237 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.161-0500 FINE t157 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.168-0500 FINEST t157 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (bc5f06f5964cedc3424ec6e8595a164bf0dd6559, null) 2025-03-14 03:00:43.161-0500 FINER t246 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/inarp' 2025-03-14 03:00:43.161-0500 FINER t238 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.169-0500 FINE t238 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.161-0500 FINER t239 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.161-0500 FINE t227 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.169-0500 FINE t227 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.169-0500 FINEST t227 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (c087fa76fb457790c93cfebc0acaaf14bf5023ad, null) 2025-03-14 03:00:43.160-0500 FINE t224 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.170-0500 FINE t224 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.160-0500 FINER t240 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.170-0500 FINE t240 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.159-0500 FINER t241 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.159-0500 FINE t221 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.171-0500 FINE t221 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.159-0500 FINER t242 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.171-0500 FINE t242 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.159-0500 FINE t223 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.172-0500 FINE t223 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.159-0500 FINER t245 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-misc' 2025-03-14 03:00:43.158-0500 FINER t243 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.173-0500 FINE t243 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.158-0500 FINE t218 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.157-0500 FINER t244 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.173-0500 FINE t244 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.157-0500 FINE t217 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.173-0500 FINE t217 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.157-0500 FINEST t149 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9acd8cd2a66a73eed3534352b12b2944cecf8531, null) 2025-03-14 03:00:43.156-0500 FINE t226 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.156-0500 FINE t188 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 21 ms) 2025-03-14 03:00:43.174-0500 FINE t188 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.155-0500 FINEST t150 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a21c4719ec0ec4cb2884bef26e1f7ca926db2b25, null) 2025-03-14 03:00:43.155-0500 FINEST t165 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0b0e148717825d685bbb918812fce7ffa64d1025, null) 2025-03-14 03:00:43.155-0500 FINE t219 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.155-0500 FINE t214 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.175-0500 FINE t214 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.175-0500 FINEST t214 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (583ba441654657bb4ba9d051b747144a7258c159, null) 2025-03-14 03:00:43.154-0500 FINE t215 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.176-0500 FINE t215 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.154-0500 FINE t222 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.154-0500 FINE t216 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.176-0500 FINE t216 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.177-0500 FINEST t216 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2ec80375259500c43f5a7c620cb34cd894f7836c, null) 2025-03-14 03:00:43.153-0500 FINE t213 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.153-0500 FINE t164 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.177-0500 FINEST t164 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fe3d5ebfb68df0b09605576c457a404286702413, null) 2025-03-14 03:00:43.152-0500 FINE t220 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.152-0500 FINE t155 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.178-0500 FINEST t155 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4954d029d2d7f892976fb19d3fa9c502d64e1d1e, null) 2025-03-14 03:00:43.151-0500 FINE t211 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.151-0500 FINEST t160 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (dfdfd89ec9b36c115a98f589880fd757a162af19, null) 2025-03-14 03:00:43.150-0500 FINEST t225 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9c2e8362a5958524ca9cb6249e425673b5c288f4, null) 2025-03-14 03:00:43.179-0500 FINE t226 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.150-0500 FINE t210 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.180-0500 FINE t210 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.149-0500 FINE t205 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.148-0500 FINE t204 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.180-0500 FINE t204 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.147-0500 FINE t202 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.147-0500 FINE t212 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.146-0500 FINE t200 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.146-0500 FINE t203 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.145-0500 FINE t197 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.145-0500 FINE t199 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.145-0500 FINE t209 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.181-0500 FINE t222 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.145-0500 FINE t208 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.144-0500 FINE t196 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.144-0500 FINE t207 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.144-0500 FINE t195 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.144-0500 FINE t206 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.144-0500 FINEST t154 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (81cf06523fcfcd0ea8a87040be4fbb7b276894b3, null) 2025-03-14 03:00:43.143-0500 FINE t185 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 10 ms) 2025-03-14 03:00:43.183-0500 FINE t185 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.143-0500 FINE t198 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.184-0500 FINER t256 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/estoraged' 2025-03-14 03:00:43.143-0500 FINE t194 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.142-0500 FINE t187 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 9 ms) 2025-03-14 03:00:43.142-0500 FINE t191 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.141-0500 FINE t189 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.141-0500 FINE t201 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.140-0500 FINEST t167 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (f8548eebf92c37de7fefc7ca697241aeb5b7561a, null) 2025-03-14 03:00:43.140-0500 FINEST t151 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a46dd8f04760756848ffbfc337bd6e511848771b, null) 2025-03-14 03:00:43.140-0500 FINE t181 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 9 ms) 2025-03-14 03:00:43.138-0500 FINE t184 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.186-0500 FINE t184 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.186-0500 FINEST t184 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (eaa501f3fd9e667ce6e20e9ea326e3e50a59b7fa, null) 2025-03-14 03:00:43.137-0500 FINE t183 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.137-0500 FINE t186 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.137-0500 FINEST t158 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (769024036f5a1e0949d0f2d0543b7c4547e8c988, null) 2025-03-14 03:00:43.136-0500 FINE t193 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.136-0500 FINE t182 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.187-0500 FINE t182 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.135-0500 FINE t180 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.134-0500 FINE t177 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.188-0500 FINE t177 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.134-0500 FINEST t169 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a205c6fae8ba05b86f9b04b4a5de47314fa9ba49, null) 2025-03-14 03:00:43.133-0500 FINE t176 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.132-0500 FINE t170 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.131-0500 FINE t174 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 7 ms) 2025-03-14 03:00:43.131-0500 FINE t171 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 8 ms) 2025-03-14 03:00:43.189-0500 FINE t171 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.130-0500 FINE t156 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.189-0500 FINER t260 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-logging' 2025-03-14 03:00:43.130-0500 FINE t172 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.190-0500 FINE t172 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.129-0500 FINE t179 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.190-0500 FINER t261 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-proc-control' 2025-03-14 03:00:43.129-0500 FINE t168 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 16 ms) 2025-03-14 03:00:43.191-0500 FINE t168 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.129-0500 FINE t192 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.191-0500 FINEST t192 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (69b4c2811a262094addab680c925e63dd3468440, null) 2025-03-14 03:00:43.128-0500 FINE t178 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.128-0500 FINE t173 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.127-0500 FINE t175 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.192-0500 FINEST t173 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4b98de56a69895d0c26e9abd6e236a73a236263a, null) 2025-03-14 03:00:43.192-0500 FINER t262 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/kcsbridge' 2025-03-14 03:00:43.192-0500 FINE t207 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 9 ms) 2025-03-14 03:00:43.191-0500 FINEST t168 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d120d2ec96b4312436644129791f9d586e1ae171, null) 2025-03-14 03:00:43.191-0500 FINE t154 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-proc-control' (took 47 ms) 2025-03-14 03:00:43.190-0500 FINEST t172 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (805e84fba6154cfa7e8b3ba1356d9e904d7314d6, null) 2025-03-14 03:00:43.190-0500 FINE t184 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-logging' (took 3 ms) 2025-03-14 03:00:43.189-0500 FINE t156 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.195-0500 FINEST t156 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3680a59367c2284f8b02ddc8607c3a615273ebef, null) 2025-03-14 03:00:43.189-0500 FINEST t171 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (da8574d5888b2c1622f5482a47adc7a12ffa0d0e, null) 2025-03-14 03:00:43.189-0500 FINE t174 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.195-0500 FINEST t174 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (cb36acd0204d31bb37d868781fd3d0b674ec8dd0, null) 2025-03-14 03:00:43.189-0500 FINEST t170 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (656a163f869deb5db055c2cdbe693b8bbf73c933, null) 2025-03-14 03:00:43.188-0500 FINE t201 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.188-0500 FINE t176 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.188-0500 FINEST t177 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (449e793c823154561a44b7827592ce73d877c834, null) 2025-03-14 03:00:43.187-0500 FINE t180 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.187-0500 FINEST t182 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (48aab98b3e2011f0bfe08295ea8bf75ad2ca66f7, null) 2025-03-14 03:00:43.187-0500 FINE t208 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.197-0500 FINE t208 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.187-0500 FINER t258 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mrw-tools' 2025-03-14 03:00:43.186-0500 FINEST t186 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2947720bc30cdc081ebe2ecaba093268cf115b90, null) 2025-03-14 03:00:43.186-0500 FINE t183 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.198-0500 FINEST t183 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (b17504d71833f695b1459e5b09eaf548e3a022f4, null) 2025-03-14 03:00:43.186-0500 FINE t212 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.199-0500 FINE t212 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.186-0500 FINE t181 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.199-0500 FINEST t181 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (779e9dbdcfaf8e131b6c35edbc4e057aab52a65a, null) 2025-03-14 03:00:43.186-0500 FINE t206 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 2 ms) 2025-03-14 03:00:43.185-0500 FINE t209 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.200-0500 FINE t209 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.185-0500 FINER t257 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmitool' 2025-03-14 03:00:43.185-0500 FINE t189 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.200-0500 FINE t160 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmitool' (took 49 ms) 2025-03-14 03:00:43.185-0500 FINE t191 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.184-0500 FINE t187 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.201-0500 FINEST t187 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fdf61cc310dfe7bb56d007bf1026635081f44aca, null) 2025-03-14 03:00:43.184-0500 FINE t194 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.201-0500 FINEST t194 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8e68affb7b8007d6d8cea5e7eb17b0fe0f546a35, null) 2025-03-14 03:00:43.184-0500 FINE t225 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/estoraged' (took 34 ms) 2025-03-14 03:00:43.184-0500 FINE t220 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.202-0500 FINE t220 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.184-0500 FINE t198 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.183-0500 FINEST t185 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (eb4a4723691d422dbd9abe9e614afcb71a9cc4b5, null) 2025-03-14 03:00:43.183-0500 FINER t255 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmi-fru-parser' 2025-03-14 03:00:43.183-0500 FINE t195 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.182-0500 FINE t196 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.203-0500 FINEST t196 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a97cdd1a516c8432ca3fd7a331a9a7e70838ba77, null) 2025-03-14 03:00:43.182-0500 FINER t253 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-postd' 2025-03-14 03:00:43.182-0500 FINE t222 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.204-0500 FINER t271 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/x86-power-control' 2025-03-14 03:00:43.182-0500 FINER t254 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-occ-control' 2025-03-14 03:00:43.181-0500 FINE t199 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.181-0500 FINE t197 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.181-0500 FINE t203 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.205-0500 FINEST t203 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e01f0b21829980b2f76566080e408a86f017b46c, null) 2025-03-14 03:00:43.181-0500 FINER t252 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/boost-dbus' 2025-03-14 03:00:43.181-0500 FINE t200 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.205-0500 FINEST t200 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4858f71f6307e056bd574f24a526b4f4198f5053, null) 2025-03-14 03:00:43.180-0500 FINE t202 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.206-0500 FINEST t202 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2cee29db08ad57df3df974fc2aee7e73f938a935, null) 2025-03-14 03:00:43.180-0500 FINEST t204 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8753538f476908b749c4fb27c5c02a8f782751b5, null) 2025-03-14 03:00:43.180-0500 FINE t205 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.206-0500 FINEST t205 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (81634d9c5d750badf37b7c6ffcc76be2ecd1780d, null) 2025-03-14 03:00:43.180-0500 FINEST t210 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9c2f94e155b86ef234f2cc8aa39d4e18a15a0561, null) 2025-03-14 03:00:43.179-0500 FINE t226 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.207-0500 FINEST t226 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (1914831526f8e6bbb8e4c4c634e4918cecfaa81b, null) 2025-03-14 03:00:43.179-0500 FINE t211 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.178-0500 FINE t243 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.208-0500 FINE t243 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.178-0500 FINER t251 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/telemetry' 2025-03-14 03:00:43.178-0500 FINE t242 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 6 ms) 2025-03-14 03:00:43.177-0500 FINE t213 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.208-0500 FINEST t213 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0fcc73f1cf8c486bb8079e68813c239c4cc41bbc, null) 2025-03-14 03:00:43.176-0500 FINEST t215 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (aaa85cc373c7fd64f43acfe4d66e261cf9d66903, null) 2025-03-14 03:00:43.176-0500 FINE t240 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.176-0500 FINE t244 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 2 ms) 2025-03-14 03:00:43.175-0500 FINE t219 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.209-0500 FINEST t219 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (1641ea4a438aaf462046c838d0c4c81f1bf24cae, null) 2025-03-14 03:00:43.175-0500 FINER t250 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-build-scripts' 2025-03-14 03:00:43.210-0500 FINER t276 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdeventplus' 2025-03-14 03:00:43.174-0500 FINEST t188 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ef0b2d46d0245447bf21d6c74821599d5f7b7b05, null) 2025-03-14 03:00:43.174-0500 FINEST t217 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fa3bc56a7495c827ed0ce337f2a946971d5d3ce6, null) 2025-03-14 03:00:43.173-0500 FINE t218 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.173-0500 FINE t237 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.211-0500 FINE t237 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.172-0500 FINE t166 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/google-misc' (took 26 ms) 2025-03-14 03:00:43.172-0500 FINE t238 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.212-0500 FINER t279 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-hw-diags' 2025-03-14 03:00:43.172-0500 FINEST t223 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (c115852fb5aa0890373d8c2dfca9b9f7b1e06527, null) 2025-03-14 03:00:43.171-0500 FINER t249 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-gpio-monitor' 2025-03-14 03:00:43.171-0500 FINEST t221 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9df0f3f141ffa918483bd79fe1c0e57a618550fe, null) 2025-03-14 03:00:43.171-0500 FINE t233 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.171-0500 FINE t241 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.170-0500 FINE t234 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.170-0500 FINE t161 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.170-0500 FINEST t224 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (5f47c3222d8fa578e2579d1a74d851b5c4ae2eca, null) 2025-03-14 03:00:43.169-0500 FINE t235 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 2 ms) 2025-03-14 03:00:43.231-0500 FINE t235 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.169-0500 FINE t239 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.168-0500 FINE t153 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/inarp' (took 64 ms) 2025-03-14 03:00:43.168-0500 FINE t230 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.168-0500 FINE t190 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 32 ms) 2025-03-14 03:00:43.167-0500 FINE t236 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.167-0500 FINER t248 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-debug-collector' 2025-03-14 03:00:43.166-0500 FINE t232 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.166-0500 FINE t229 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.166-0500 FINEST t228 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2be4563d3f2fbfa67d18a070d387e1653f94d42f, null) 2025-03-14 03:00:43.165-0500 FINE t163 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.165-0500 FINEST t231 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (760213aaa6e97071ec22e4c5ca219c7517b6bc73, null) 2025-03-14 03:00:43.164-0500 FINER t247 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/qualcomm-misc' 2025-03-14 03:00:43.164-0500 FINE t162 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.235-0500 FINE t159 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/qualcomm-misc' (took 76 ms) 2025-03-14 03:00:43.234-0500 FINE t163 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.234-0500 FINER t288 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-flash' 2025-03-14 03:00:43.234-0500 FINEST t229 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (dff839f1b376ee4e0853c4127aab1e0e9443ed66, null) 2025-03-14 03:00:43.233-0500 FINE t152 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-debug-collector' (took 73 ms) 2025-03-14 03:00:43.233-0500 FINE t232 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.233-0500 FINER t287 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/intel-ipmi-oem' 2025-03-14 03:00:43.233-0500 FINE t190 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.232-0500 FINE t230 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.237-0500 FINEST t230 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (134c0a3ca8682d0f98f5c2b24c5548e4981cc401, null) 2025-03-14 03:00:43.232-0500 FINER t286 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-oem' 2025-03-14 03:00:43.232-0500 FINE t153 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/inarp 2025-03-14 03:00:43.232-0500 FINER t285 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-psu-code-mgmt' 2025-03-14 03:00:43.232-0500 FINER t284 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-dbus-interfaces' 2025-03-14 03:00:43.239-0500 FINER t289 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/libmctp' 2025-03-14 03:00:43.232-0500 FINEST t235 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (cb240aa1ed95799d2ea8bde951c6ed443839a7e0, null) 2025-03-14 03:00:43.231-0500 FINER t283 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/s2600wf-misc' 2025-03-14 03:00:43.231-0500 FINE t161 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.231-0500 FINER t282 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-monitor' 2025-03-14 03:00:43.231-0500 FINE t234 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.231-0500 FINER t281 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-ipmi-sys' 2025-03-14 03:00:43.230-0500 FINE t233 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.241-0500 FINEST t233 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2a1ef0138c33036c82793104287e72d41f778108, null) 2025-03-14 03:00:43.230-0500 FINE t227 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-gpio-monitor' (took 60 ms) 2025-03-14 03:00:43.242-0500 FINE t227 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-gpio-monitor 2025-03-14 03:00:43.230-0500 FINER t280 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-inventory-manager' 2025-03-14 03:00:43.229-0500 FINE t202 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-hw-diags' (took 23 ms) 2025-03-14 03:00:43.212-0500 FINE t238 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.212-0500 FINE t166 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/google-misc 2025-03-14 03:00:43.211-0500 FINEST t237 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8b21180f7db21629cb029461ced1b578e4eb8d0e, null) 2025-03-14 03:00:43.211-0500 FINER t278 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-interfaces' 2025-03-14 03:00:43.211-0500 FINEST t218 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9168592c88de40c802823ba9ed6267f1b54a4002, null) 2025-03-14 03:00:43.211-0500 FINE t196 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/sdeventplus' (took 7 ms) 2025-03-14 03:00:43.244-0500 FINE t196 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/sdeventplus 2025-03-14 03:00:43.210-0500 FINE t157 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-build-scripts' (took 42 ms) 2025-03-14 03:00:43.209-0500 FINE t244 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.209-0500 FINE t240 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.208-0500 FINE t242 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.208-0500 FINE t214 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/telemetry' (took 32 ms) 2025-03-14 03:00:43.246-0500 FINER t297 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pyphosphor' 2025-03-14 03:00:43.208-0500 FINEST t243 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (08fa59eaaa6ece75330788ae17b3f78f54fd55b6, null) 2025-03-14 03:00:43.207-0500 FINEST t211 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (738dbb9a3caa2f0ff76e92cdf42e0bebd2643bc1, null) 2025-03-14 03:00:43.207-0500 FINER t275 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/obmc-ikvm' 2025-03-14 03:00:43.205-0500 FINE t216 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/boost-dbus' (took 28 ms) 2025-03-14 03:00:43.247-0500 FINE t194 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/obmc-ikvm' (took 45 ms) 2025-03-14 03:00:43.205-0500 FINER t274 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-ipmi-blobs' 2025-03-14 03:00:43.205-0500 FINER t273 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdbusplus' 2025-03-14 03:00:43.205-0500 FINEST t197 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4002082a47acbe1189bacc1473445f256b8bfef0, null) 2025-03-14 03:00:43.205-0500 FINEST t199 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3c3319aafeab79375623f5dad179a252cbdc2407, null) 2025-03-14 03:00:43.204-0500 FINE t150 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-occ-control' (took 48 ms) 2025-03-14 03:00:43.204-0500 FINE t186 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/x86-power-control' (took 17 ms) 2025-03-14 03:00:43.204-0500 FINER t272 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-bmc-code-mgmt' 2025-03-14 03:00:43.204-0500 FINE t178 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 12 ms) 2025-03-14 03:00:43.250-0500 FINE t178 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.250-0500 FINEST t178 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6b1a15736e939b591e787ae293745649dbb504ed, null) 2025-03-14 03:00:43.204-0500 FINE t149 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-host-postd' (took 47 ms) 2025-03-14 03:00:43.250-0500 FINE t149 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-host-postd 2025-03-14 03:00:43.204-0500 FINEST t222 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d1471241918d738513eaf342dbd9b1729b663e4f, null) 2025-03-14 03:00:43.204-0500 FINE t179 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 13 ms) 2025-03-14 03:00:43.251-0500 FINE t179 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.204-0500 FINER t270 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-certificate-manager' 2025-03-14 03:00:43.203-0500 FINEST t195 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3d5062804ce3eb4f198ffd2bed2f4f4876af8aee, null) 2025-03-14 03:00:43.203-0500 FINE t165 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmi-fru-parser' (took 47 ms) 2025-03-14 03:00:43.202-0500 FINEST t198 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a385d8999fa1893690e150383c93b2b91f43d339, null) 2025-03-14 03:00:43.202-0500 FINEST t220 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (14c1e96445898800fb36b3cab4235eeddbc59535, null) 2025-03-14 03:00:43.202-0500 FINE t225 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/estoraged 2025-03-14 03:00:43.201-0500 FINER t268 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/slpd-lite' 2025-03-14 03:00:43.201-0500 FINER t269 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-dbus-interfaces' 2025-03-14 03:00:43.201-0500 FINEST t191 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a6730793584537a67264b2f8a5f5be9187a7a6ef, null) 2025-03-14 03:00:43.200-0500 FINE t160 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmitool 2025-03-14 03:00:43.254-0500 INFO t160 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ipmitool',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 171 ms) 2025-03-14 03:00:43.200-0500 FINEST t189 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e16bb5c35893591eab048ae4ef646a9e5e2f7e94, null) 2025-03-14 03:00:43.200-0500 FINER t267 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/btbridge' 2025-03-14 03:00:43.200-0500 FINEST t209 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3d57f79cb13fa15efe95979730e26b8f46d906cc, null) 2025-03-14 03:00:43.200-0500 FINER t266 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-virtual-sensor' 2025-03-14 03:00:43.200-0500 FINE t206 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.199-0500 FINEST t212 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6a2b8956487404dd2f7e4aa06055c24a2b7271e1, null) 2025-03-14 03:00:43.198-0500 FINE t155 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-mrw-tools' (took 20 ms) 2025-03-14 03:00:43.198-0500 FINEST t208 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4e1910bb8c85693557904c18079b9f2d8f32101b, null) 2025-03-14 03:00:43.197-0500 FINEST t180 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (489c97dbaf709eab3a691a6f3fca09504f3415f3, null) 2025-03-14 03:00:43.196-0500 FINEST t176 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0963c4b785e956811c67ba7f0b72062cb4aacbaa, null) 2025-03-14 03:00:43.196-0500 FINE t201 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.196-0500 FINER t265 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/dbus-sensors' 2025-03-14 03:00:43.196-0500 FINE t175 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.258-0500 FINE t175 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.259-0500 FINEST t175 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3ed566dc78e4cdaec9ddef49e32ad6103a14ae84, null) 2025-03-14 03:00:43.195-0500 FINE t193 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 7 ms) 2025-03-14 03:00:43.259-0500 FINER t309 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-hwmon' 2025-03-14 03:00:43.194-0500 FINE t184 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-logging 2025-03-14 03:00:43.194-0500 FINE t154 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-proc-control 2025-03-14 03:00:43.193-0500 FINE t207 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.260-0500 FINER t311 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-logging' 2025-03-14 03:00:43.193-0500 FINE t151 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/kcsbridge' (took 52 ms) 2025-03-14 03:00:43.261-0500 FINE t151 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/kcsbridge 2025-03-14 03:00:43.192-0500 FINER t264 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-sysfs' 2025-03-14 03:00:43.192-0500 FINER t263 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/rest-dbus' 2025-03-14 03:00:43.261-0500 FINE t167 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-led-sysfs' (took 121 ms) 2025-03-14 03:00:43.261-0500 INFO t151 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/kcsbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 180 ms) 2025-03-14 03:00:43.261-0500 FINE t212 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ibm-logging' (took 61 ms) 2025-03-14 03:00:43.261-0500 FINER t312 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc.github.io' 2025-03-14 03:00:43.260-0500 FINEST t207 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6ef0d514a593474d14d852b2bcbf45ef1ad097da, null) 2025-03-14 03:00:43.260-0500 INFO t154 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 179 ms) 2025-03-14 03:00:43.263-0500 INFO t154 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.260-0500 FINER t310 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libcper' 2025-03-14 03:00:43.260-0500 INFO t184 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 172 ms) 2025-03-14 03:00:43.260-0500 FINE t198 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-hwmon' (took 57 ms) 2025-03-14 03:00:43.259-0500 FINE t193 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.264-0500 FINEST t193 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3836ffdb740286dd15b215bc398a0da04fbffb19, null) 2025-03-14 03:00:43.259-0500 FINER t308 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-state-manager' 2025-03-14 03:00:43.258-0500 FINE t169 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/dbus-sensors' (took 124 ms) 2025-03-14 03:00:43.266-0500 FINE t169 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/dbus-sensors 2025-03-14 03:00:43.258-0500 FINER t307 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-buttons' 2025-03-14 03:00:43.258-0500 FINEST t201 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (c3ab4171e08f02cdd0218752258b00b6f40d40ea, null) 2025-03-14 03:00:43.257-0500 FINER t306 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/fb-ipmi-oem' 2025-03-14 03:00:43.257-0500 FINE t155 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-mrw-tools 2025-03-14 03:00:43.268-0500 INFO t155 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 186 ms) 2025-03-14 03:00:43.256-0500 FINEST t206 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (99cd49a6901ae7596386df4c33fcde9df91d23e8, null) 2025-03-14 03:00:43.256-0500 FINE t173 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-virtual-sensor' (took 64 ms) 2025-03-14 03:00:43.255-0500 FINE t172 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/btbridge' (took 65 ms) 2025-03-14 03:00:43.255-0500 FINER t305 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-tools' 2025-03-14 03:00:43.255-0500 INFO t160 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.255-0500 FINER t304 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-settingsd' 2025-03-14 03:00:43.254-0500 FINE t156 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ibm-dbus-interfaces' (took 59 ms) 2025-03-14 03:00:43.270-0500 FINE t156 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ibm-dbus-interfaces 2025-03-14 03:00:43.253-0500 FINE t170 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/slpd-lite' (took 64 ms) 2025-03-14 03:00:43.270-0500 FINE t170 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/slpd-lite 2025-03-14 03:00:43.253-0500 FINER t303 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-vpd-parser' 2025-03-14 03:00:43.253-0500 INFO t225 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/estoraged',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 156 ms) 2025-03-14 03:00:43.271-0500 INFO t225 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.253-0500 FINER t302 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/skeleton' 2025-03-14 03:00:43.252-0500 FINE t165 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmi-fru-parser 2025-03-14 03:00:43.271-0500 INFO t165 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 188 ms) 2025-03-14 03:00:43.252-0500 FINE t182 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-certificate-manager' (took 64 ms) 2025-03-14 03:00:43.272-0500 FINE t182 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-certificate-manager 2025-03-14 03:00:43.252-0500 FINER t301 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bmcweb' 2025-03-14 03:00:43.252-0500 FINER t300 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/docs' 2025-03-14 03:00:43.251-0500 FINEST t179 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0f9b4c3ca5fdf3e177266ef994071b1a03f07318, null) 2025-03-14 03:00:43.250-0500 INFO t149 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 170 ms) 2025-03-14 03:00:43.250-0500 FINE t177 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-bmc-code-mgmt' (took 61 ms) 2025-03-14 03:00:43.273-0500 FINE t177 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-bmc-code-mgmt 2025-03-14 03:00:43.249-0500 FINE t186 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/x86-power-control 2025-03-14 03:00:43.249-0500 FINER t298 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-objmgr' 2025-03-14 03:00:43.249-0500 FINE t150 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-occ-control 2025-03-14 03:00:43.248-0500 FINE t171 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/sdbusplus' (took 59 ms) 2025-03-14 03:00:43.248-0500 FINE t183 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-ipmi-blobs' (took 49 ms) 2025-03-14 03:00:43.275-0500 FINE t183 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-ipmi-blobs 2025-03-14 03:00:43.247-0500 FINE t194 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/obmc-ikvm 2025-03-14 03:00:43.247-0500 FINE t216 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/boost-dbus 2025-03-14 03:00:43.246-0500 FINE t235 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pyphosphor' (took 14 ms) 2025-03-14 03:00:43.246-0500 FINE t214 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/telemetry 2025-03-14 03:00:43.245-0500 FINEST t242 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fc97b5cdd97cc73c8f98ec3cf194f368dbbe3965, null) 2025-03-14 03:00:43.245-0500 FINEST t240 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0ea214f2c8880dd3daa26527bc07826d22fedb99, null) 2025-03-14 03:00:43.245-0500 FINER t294 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/hiomapd' 2025-03-14 03:00:43.245-0500 FINEST t244 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (acdbdd141ece313f259ad6231e132f0a4bc3e062, null) 2025-03-14 03:00:43.245-0500 FINE t157 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-build-scripts 2025-03-14 03:00:43.277-0500 INFO t157 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 195 ms) 2025-03-14 03:00:43.244-0500 INFO t196 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/sdeventplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 154 ms) 2025-03-14 03:00:43.244-0500 FINER t296 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-time-manager' 2025-03-14 03:00:43.244-0500 FINE t168 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-dbus-interfaces' (took 53 ms) 2025-03-14 03:00:43.243-0500 FINER t295 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pam-ipmi' 2025-03-14 03:00:43.243-0500 INFO t166 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/google-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 159 ms) 2025-03-14 03:00:43.243-0500 FINEST t238 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (92eb22223d414940cc09af7c029192473d1d385e, null) 2025-03-14 03:00:43.242-0500 FINE t202 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-hw-diags 2025-03-14 03:00:43.279-0500 INFO t202 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 188 ms) 2025-03-14 03:00:43.242-0500 FINE t200 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-inventory-manager' (took 36 ms) 2025-03-14 03:00:43.242-0500 INFO t227 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 144 ms) 2025-03-14 03:00:43.241-0500 FINE t203 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/google-ipmi-sys' (took 36 ms) 2025-03-14 03:00:43.241-0500 FINEST t234 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (543e072e7cac8e3830e608477e976ded35275afe, null) 2025-03-14 03:00:43.241-0500 FINE t210 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-dbus-monitor' (took 60 ms) 2025-03-14 03:00:43.240-0500 FINEST t161 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a1a754c22305421e859b4ffeeee49909cf11a2fa, null) 2025-03-14 03:00:43.240-0500 FINE t205 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/s2600wf-misc' (took 33 ms) 2025-03-14 03:00:43.281-0500 FINE t205 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/s2600wf-misc 2025-03-14 03:00:43.240-0500 FINER t293 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-logging' 2025-03-14 03:00:43.240-0500 FINE t162 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.239-0500 FINE t217 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libmctp' (took 65 ms) 2025-03-14 03:00:43.239-0500 FINE t226 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-dbus-interfaces' (took 31 ms) 2025-03-14 03:00:43.282-0500 FINE t226 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-dbus-interfaces 2025-03-14 03:00:43.239-0500 FINE t236 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.239-0500 FINE t204 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-psu-code-mgmt' (took 58 ms) 2025-03-14 03:00:43.283-0500 FINE t204 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-psu-code-mgmt 2025-03-14 03:00:43.238-0500 INFO t153 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/inarp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 157 ms) 2025-03-14 03:00:43.238-0500 FINE t215 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-host-ipmi-oem' (took 61 ms) 2025-03-14 03:00:43.283-0500 FINE t215 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-host-ipmi-oem 2025-03-14 03:00:43.238-0500 FINER t292 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-snmp' 2025-03-14 03:00:43.237-0500 FINER t291 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-pnor-code-mgmt' 2025-03-14 03:00:43.237-0500 FINEST t190 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6fa57419dc823f7173973409212ce82f1a177511, null) 2025-03-14 03:00:43.237-0500 FINE t213 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/intel-ipmi-oem' (took 28 ms) 2025-03-14 03:00:43.284-0500 FINE t213 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/intel-ipmi-oem 2025-03-14 03:00:43.237-0500 FINE t239 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.285-0500 FINER t323 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/debug-trigger' 2025-03-14 03:00:43.237-0500 FINER t290 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-inventory-upload' 2025-03-14 03:00:43.236-0500 FINEST t232 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ba29dbdd04a96a46e1972641c20bf5a8e930ed8f, null) 2025-03-14 03:00:43.236-0500 FINE t152 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-debug-collector 2025-03-14 03:00:43.236-0500 FINE t219 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-host-ipmi-flash' (took 26 ms) 2025-03-14 03:00:43.286-0500 FINE t219 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-host-ipmi-flash 2025-03-14 03:00:43.235-0500 FINEST t163 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (09ee6ada5bee636ce8ab4fae71bbac347a0b2325, null) 2025-03-14 03:00:43.235-0500 FINE t159 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/qualcomm-misc 2025-03-14 03:00:43.287-0500 INFO t159 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/qualcomm-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 204 ms) 2025-03-14 03:00:43.235-0500 FINER t277 GitRepository.rebuildTagList: Read tags count=11 for '/opengrok/src/openbmc/libpldm' 2025-03-14 03:00:43.235-0500 FINE t241 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 4 ms) 2025-03-14 03:00:43.288-0500 FINE t181 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libpldm' (took 88 ms) 2025-03-14 03:00:43.286-0500 INFO t219 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 190 ms) 2025-03-14 03:00:43.286-0500 FINER t326 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/service-config-manager' 2025-03-14 03:00:43.286-0500 FINER t324 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/witherspoon-pfault-analysis' 2025-03-14 03:00:43.286-0500 INFO t152 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 205 ms) 2025-03-14 03:00:43.286-0500 FINER t325 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pid-control' 2025-03-14 03:00:43.286-0500 FINE t223 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-inventory-upload' (took 113 ms) 2025-03-14 03:00:43.285-0500 FINE t238 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/debug-trigger' (took 42 ms) 2025-03-14 03:00:43.291-0500 FINE t238 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/debug-trigger 2025-03-14 03:00:43.285-0500 FINE t239 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.285-0500 INFO t213 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 190 ms) 2025-03-14 03:00:43.284-0500 FINE t221 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-pnor-code-mgmt' (took 113 ms) 2025-03-14 03:00:43.284-0500 FINE t224 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-snmp' (took 114 ms) 2025-03-14 03:00:43.283-0500 INFO t215 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 188 ms) 2025-03-14 03:00:43.283-0500 INFO t204 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 191 ms) 2025-03-14 03:00:43.283-0500 FINER t321 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mboxd' 2025-03-14 03:00:43.283-0500 FINE t236 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.293-0500 FINEST t236 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a1f911aaf2b730005f9aebca1f7ff752add26e0a, null) 2025-03-14 03:00:43.283-0500 INFO t226 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 185 ms) 2025-03-14 03:00:43.282-0500 FINE t217 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libmctp 2025-03-14 03:00:43.293-0500 INFO t217 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libmctp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 198 ms) 2025-03-14 03:00:43.282-0500 FINE t162 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.294-0500 FINEST t162 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d0bd59eecc23b4f4bcdda09b6b73203977130fb2, null) 2025-03-14 03:00:43.282-0500 FINE t231 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-logging' (took 117 ms) 2025-03-14 03:00:43.294-0500 FINE t231 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-logging 2025-03-14 03:00:43.281-0500 INFO t205 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 189 ms) 2025-03-14 03:00:43.281-0500 FINE t210 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-dbus-monitor 2025-03-14 03:00:43.294-0500 INFO t210 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 201 ms) 2025-03-14 03:00:43.280-0500 FINE t203 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/google-ipmi-sys 2025-03-14 03:00:43.295-0500 INFO t203 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 203 ms) 2025-03-14 03:00:43.280-0500 FINE t200 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-inventory-manager 2025-03-14 03:00:43.279-0500 FINE t229 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pam-ipmi' (took 45 ms) 2025-03-14 03:00:43.278-0500 FINE t168 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-dbus-interfaces 2025-03-14 03:00:43.296-0500 INFO t168 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 211 ms) 2025-03-14 03:00:43.278-0500 FINE t230 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-time-manager' (took 40 ms) 2025-03-14 03:00:43.277-0500 INFO t157 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.277-0500 FINE t228 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/hiomapd' (took 110 ms) 2025-03-14 03:00:43.276-0500 INFO t214 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/telemetry',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 181 ms) 2025-03-14 03:00:43.276-0500 FINE t235 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pyphosphor 2025-03-14 03:00:43.275-0500 INFO t216 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/boost-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 180 ms) 2025-03-14 03:00:43.275-0500 INFO t194 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 185 ms) 2025-03-14 03:00:43.275-0500 INFO t183 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 187 ms) 2025-03-14 03:00:43.275-0500 FINE t171 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/sdbusplus 2025-03-14 03:00:43.274-0500 INFO t150 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 194 ms) 2025-03-14 03:00:43.274-0500 FINE t233 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-objmgr' (took 32 ms) 2025-03-14 03:00:43.274-0500 INFO t186 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/x86-power-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 186 ms) 2025-03-14 03:00:43.273-0500 INFO t177 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 187 ms) 2025-03-14 03:00:43.273-0500 FINER t320 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-bmc-smm-error-logger' 2025-03-14 03:00:43.273-0500 INFO t149 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.299-0500 FINER t149 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.273-0500 FINE t218 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/docs' (took 61 ms) 2025-03-14 03:00:43.299-0500 FINER t332 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-sbe-interface' 2025-03-14 03:00:43.272-0500 FINE t188 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bmcweb' (took 97 ms) 2025-03-14 03:00:43.300-0500 FINE t188 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bmcweb 2025-03-14 03:00:43.272-0500 FINER t319 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libbej' 2025-03-14 03:00:43.272-0500 INFO t182 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 185 ms) 2025-03-14 03:00:43.272-0500 INFO t165 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.271-0500 FINE t211 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/skeleton' (took 63 ms) 2025-03-14 03:00:43.271-0500 FINER t225 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.301-0500 FINE t225 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.271-0500 FINE t243 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-vpd-parser' (took 62 ms) 2025-03-14 03:00:43.270-0500 INFO t170 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/slpd-lite',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 185 ms) 2025-03-14 03:00:43.270-0500 INFO t156 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 188 ms) 2025-03-14 03:00:43.270-0500 FINE t199 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-settingsd' (took 65 ms) 2025-03-14 03:00:43.269-0500 FINER t160 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.269-0500 FINE t197 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-tools' (took 64 ms) 2025-03-14 03:00:43.302-0500 FINE t197 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-tools 2025-03-14 03:00:43.269-0500 FINER t318 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-networkd' 2025-03-14 03:00:43.269-0500 FINE t172 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/btbridge 2025-03-14 03:00:43.303-0500 INFO t172 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/btbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 218 ms) 2025-03-14 03:00:43.268-0500 FINE t173 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-virtual-sensor 2025-03-14 03:00:43.268-0500 INFO t155 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.268-0500 FINE t222 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/fb-ipmi-oem' (took 63 ms) 2025-03-14 03:00:43.304-0500 FINER t299 GitRepository.rebuildTagList: Read tags count=308 for '/opengrok/src/openbmc/u-boot' 2025-03-14 03:00:43.267-0500 FINE t220 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-buttons' (took 64 ms) 2025-03-14 03:00:43.304-0500 FINE t220 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-buttons 2025-03-14 03:00:43.267-0500 INFO t169 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 182 ms) 2025-03-14 03:00:43.265-0500 FINE t195 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-state-manager' (took 62 ms) 2025-03-14 03:00:43.264-0500 FINER t317 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-watchdog' 2025-03-14 03:00:43.264-0500 FINE t198 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-hwmon 2025-03-14 03:00:43.264-0500 FINER t316 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/webui-vue' 2025-03-14 03:00:43.264-0500 INFO t184 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.264-0500 FINE t191 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libcper' (took 63 ms) 2025-03-14 03:00:43.264-0500 FINER t315 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-event' 2025-03-14 03:00:43.263-0500 FINER t154 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.306-0500 FINE t154 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.263-0500 FINE t209 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc.github.io' (took 62 ms) 2025-03-14 03:00:43.307-0500 FINE t209 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc.github.io 2025-03-14 03:00:43.262-0500 FINER t314 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-post-code-manager' 2025-03-14 03:00:43.262-0500 FINE t212 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ibm-logging 2025-03-14 03:00:43.307-0500 INFO t212 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ibm-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 213 ms) 2025-03-14 03:00:43.262-0500 INFO t151 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.262-0500 FINE t167 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-led-sysfs 2025-03-14 03:00:43.262-0500 FINER t313 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-webui' 2025-03-14 03:00:43.262-0500 FINE t158 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/rest-dbus' (took 124 ms) 2025-03-14 03:00:43.308-0500 FINE t189 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-webui' (took 108 ms) 2025-03-14 03:00:43.308-0500 INFO t167 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 224 ms) 2025-03-14 03:00:43.308-0500 FINER t151 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.307-0500 FINE t208 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-post-code-manager' (took 109 ms) 2025-03-14 03:00:43.309-0500 FINE t208 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-post-code-manager 2025-03-14 03:00:43.307-0500 INFO t209 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 213 ms) 2025-03-14 03:00:43.306-0500 FINE t175 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-event' (took 47 ms) 2025-03-14 03:00:43.310-0500 FINE t175 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-event 2025-03-14 03:00:43.306-0500 FINE t191 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libcper 2025-03-14 03:00:43.306-0500 FINER t184 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.310-0500 FINE t184 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.306-0500 FINE t178 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/webui-vue' (took 55 ms) 2025-03-14 03:00:43.305-0500 INFO t198 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 214 ms) 2025-03-14 03:00:43.305-0500 FINE t225 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 3 ms) 2025-03-14 03:00:43.311-0500 FINE t225 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.311-0500 FINEST t225 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (809a7af6fce7a9c965deee8d68b7ce1d19ae30ea, null) 2025-03-14 03:00:43.305-0500 FINE t180 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-watchdog' (took 108 ms) 2025-03-14 03:00:43.312-0500 FINE t180 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-watchdog 2025-03-14 03:00:43.305-0500 FINE t195 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-state-manager 2025-03-14 03:00:43.304-0500 FINER t334 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/entity-manager' 2025-03-14 03:00:43.304-0500 INFO t220 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 208 ms) 2025-03-14 03:00:43.304-0500 FINE t237 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/u-boot' (took 92 ms) 2025-03-14 03:00:43.304-0500 FINE t222 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/fb-ipmi-oem 2025-03-14 03:00:43.313-0500 INFO t222 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 217 ms) 2025-03-14 03:00:43.304-0500 FINER t155 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.313-0500 FINE t155 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.303-0500 INFO t173 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 218 ms) 2025-03-14 03:00:43.303-0500 FINER t333 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/obmc-console' 2025-03-14 03:00:43.303-0500 FINE t176 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-networkd' (took 106 ms) 2025-03-14 03:00:43.316-0500 FINE t176 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-networkd 2025-03-14 03:00:43.302-0500 INFO t197 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 212 ms) 2025-03-14 03:00:43.302-0500 FINE t160 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.302-0500 FINE t199 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-settingsd 2025-03-14 03:00:43.301-0500 FINE t243 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-vpd-parser 2025-03-14 03:00:43.317-0500 INFO t243 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 215 ms) 2025-03-14 03:00:43.301-0500 FINE t211 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/skeleton 2025-03-14 03:00:43.301-0500 FINER t165 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.317-0500 FINE t165 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.300-0500 FINE t201 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libbej' (took 42 ms) 2025-03-14 03:00:43.300-0500 INFO t188 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/bmcweb',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 212 ms) 2025-03-14 03:00:43.300-0500 FINE t162 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-sbe-interface' (took 6 ms) 2025-03-14 03:00:43.318-0500 FINE t162 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-sbe-interface 2025-03-14 03:00:43.299-0500 FINE t218 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/docs 2025-03-14 03:00:43.319-0500 INFO t218 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/docs',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 223 ms) 2025-03-14 03:00:43.299-0500 FINE t149 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.299-0500 FINE t206 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bios-bmc-smm-error-logger' (took 42 ms) 2025-03-14 03:00:43.319-0500 FINE t206 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bios-bmc-smm-error-logger 2025-03-14 03:00:43.298-0500 FINE t233 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-objmgr 2025-03-14 03:00:43.298-0500 INFO t171 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/sdbusplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 213 ms) 2025-03-14 03:00:43.297-0500 INFO t235 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/pyphosphor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 197 ms) 2025-03-14 03:00:43.296-0500 FINE t228 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/hiomapd 2025-03-14 03:00:43.296-0500 FINER t157 BoundaryChangesets.: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.320-0500 FINE t157 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.296-0500 FINE t230 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-time-manager 2025-03-14 03:00:43.295-0500 FINE t229 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pam-ipmi 2025-03-14 03:00:43.295-0500 INFO t200 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 204 ms) 2025-03-14 03:00:43.294-0500 INFO t231 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-logging',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 195 ms) 2025-03-14 03:00:43.294-0500 FINER t331 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-user-manager' 2025-03-14 03:00:43.293-0500 FINE t244 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-mboxd' (took 47 ms) 2025-03-14 03:00:43.322-0500 FINE t244 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-mboxd 2025-03-14 03:00:43.292-0500 FINER t330 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-health-monitor' 2025-03-14 03:00:43.292-0500 FINE t224 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-snmp 2025-03-14 03:00:43.292-0500 FINE t221 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-pnor-code-mgmt 2025-03-14 03:00:43.323-0500 INFO t221 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 227 ms) 2025-03-14 03:00:43.292-0500 FINER t329 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/qualcomm-ipmi-oem' 2025-03-14 03:00:43.291-0500 FINEST t239 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6b7fa8193250fa61f0c44ca54480fc42974817dc, null) 2025-03-14 03:00:43.291-0500 INFO t238 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/debug-trigger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 191 ms) 2025-03-14 03:00:43.291-0500 FINE t223 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-inventory-upload 2025-03-14 03:00:43.290-0500 FINE t242 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-pid-control' (took 45 ms) 2025-03-14 03:00:43.289-0500 FINER t328 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-power' 2025-03-14 03:00:43.289-0500 FINE t240 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/witherspoon-pfault-analysis' (took 43 ms) 2025-03-14 03:00:43.325-0500 FINE t240 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/witherspoon-pfault-analysis 2025-03-14 03:00:43.289-0500 FINE t234 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/service-config-manager' (took 48 ms) 2025-03-14 03:00:43.288-0500 FINE t181 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libpldm 2025-03-14 03:00:43.288-0500 FINER t327 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-fan-presence' 2025-03-14 03:00:43.288-0500 FINE t241 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.327-0500 FINEST t241 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (da87a50020d02c0efd45a4e3ede34a373abc62f5, null) 2025-03-14 03:00:43.326-0500 INFO t181 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libpldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 239 ms) 2025-03-14 03:00:43.326-0500 FINE t174 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 4 directories 2025-03-14 03:00:43.326-0500 FINE t234 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/service-config-manager 2025-03-14 03:00:43.326-0500 INFO t240 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 225 ms) 2025-03-14 03:00:43.325-0500 FINE t242 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-pid-control 2025-03-14 03:00:43.325-0500 INFO t223 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 228 ms) 2025-03-14 03:00:43.324-0500 FINE t163 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/qualcomm-ipmi-oem' (took 88 ms) 2025-03-14 03:00:43.323-0500 INFO t224 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 226 ms) 2025-03-14 03:00:43.323-0500 FINE t232 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-health-monitor' (took 86 ms) 2025-03-14 03:00:43.323-0500 FINE t161 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 2 directories 2025-03-14 03:00:43.322-0500 INFO t244 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 221 ms) 2025-03-14 03:00:43.330-0500 FINE t161 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 7 ms) 2025-03-14 03:00:43.321-0500 INFO t229 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 223 ms) 2025-03-14 03:00:43.321-0500 INFO t230 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 222 ms) 2025-03-14 03:00:43.320-0500 INFO t228 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/hiomapd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 222 ms) 2025-03-14 03:00:43.320-0500 INFO t233 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 220 ms) 2025-03-14 03:00:43.319-0500 INFO t206 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 227 ms) 2025-03-14 03:00:43.318-0500 INFO t162 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 235 ms) 2025-03-14 03:00:43.318-0500 FINE t201 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libbej 2025-03-14 03:00:43.317-0500 INFO t211 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/skeleton',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 223 ms) 2025-03-14 03:00:43.317-0500 FINE t193 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 7 directories 2025-03-14 03:00:43.317-0500 INFO t199 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 226 ms) 2025-03-14 03:00:43.316-0500 FINE t155 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 2 ms) 2025-03-14 03:00:43.316-0500 INFO t176 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 230 ms) 2025-03-14 03:00:43.316-0500 FINE t236 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/obmc-console' (took 22 ms) 2025-03-14 03:00:43.315-0500 FINER t336 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pcie-presence' 2025-03-14 03:00:43.313-0500 FINE t237 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/u-boot 2025-03-14 03:00:43.312-0500 FINE t154 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 5 ms) 2025-03-14 03:00:43.312-0500 INFO t195 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 222 ms) 2025-03-14 03:00:43.334-0500 FINER t337 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-ipmid' 2025-03-14 03:00:43.312-0500 INFO t180 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 225 ms) 2025-03-14 03:00:43.311-0500 FINE t178 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/webui-vue 2025-03-14 03:00:43.334-0500 INFO t178 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/webui-vue',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 248 ms) 2025-03-14 03:00:43.310-0500 INFO t191 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libcper',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 221 ms) 2025-03-14 03:00:43.310-0500 INFO t175 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-event',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 224 ms) 2025-03-14 03:00:43.310-0500 INFO t208 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 216 ms) 2025-03-14 03:00:43.335-0500 FINE t160 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 18 ms) 2025-03-14 03:00:43.309-0500 FINE t151 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.309-0500 FINE t189 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-webui 2025-03-14 03:00:43.309-0500 FINE t158 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/rest-dbus 2025-03-14 03:00:43.336-0500 INFO t189 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 247 ms) 2025-03-14 03:00:43.335-0500 FINE t160 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.335-0500 FINE t192 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 24 directories 2025-03-14 03:00:43.335-0500 FINE t165 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 17 ms) 2025-03-14 03:00:43.337-0500 FINE t165 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.337-0500 FINEST t165 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (07a2c9aa642c60f1270da746df4aeb7a6a219f70, null) 2025-03-14 03:00:43.334-0500 FINER t338 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-debug-collector' 2025-03-14 03:00:43.333-0500 FINE t154 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.337-0500 FINEST t154 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a46dc4ec19b7d7cc6e3fb6fc7c1c95cd0a9c2244, null) 2025-03-14 03:00:43.333-0500 INFO t237 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 233 ms) 2025-03-14 03:00:43.333-0500 FINE t225 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-pcie-presence' (took 21 ms) 2025-03-14 03:00:43.333-0500 FINE t236 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/obmc-console 2025-03-14 03:00:43.332-0500 FINE t193 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 15 ms) 2025-03-14 03:00:43.338-0500 FINE t193 FileHistoryCache.store: Storing history for 7 regular files in repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.332-0500 FINE t155 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.339-0500 FINEST t155 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (43d840e7efaaf313755aa867b7600f8777321c47, null) 2025-03-14 03:00:43.331-0500 INFO t201 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libbej',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 240 ms) 2025-03-14 03:00:43.330-0500 FINE t161 FileHistoryCache.store: Storing history for 2 regular files in repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.329-0500 FINE t232 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-health-monitor 2025-03-14 03:00:43.340-0500 INFO t232 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 241 ms) 2025-03-14 03:00:43.329-0500 FINE t163 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/qualcomm-ipmi-oem 2025-03-14 03:00:43.328-0500 INFO t242 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 227 ms) 2025-03-14 03:00:43.328-0500 FINE t174 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 2 ms) 2025-03-14 03:00:43.341-0500 FINE t174 FileHistoryCache.store: Storing history for 4 regular files in repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.328-0500 INFO t234 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/service-config-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 229 ms) 2025-03-14 03:00:43.327-0500 FINE t184 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 16 ms) 2025-03-14 03:00:43.341-0500 FINE t184 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.341-0500 FINEST t184 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (32e9ea165419725691d5e54be60073bc2cc4f7e0, null) 2025-03-14 03:00:43.327-0500 FINE t207 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 1 directories 2025-03-14 03:00:43.340-0500 INFO t163 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/qualcomm-ipmi-oem',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 257 ms) 2025-03-14 03:00:43.340-0500 FINE t157 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 18 ms) 2025-03-14 03:00:43.338-0500 INFO t236 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/obmc-console',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 238 ms) 2025-03-14 03:00:43.338-0500 FINE t149 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 19 ms) 2025-03-14 03:00:43.342-0500 FINE t149 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.338-0500 FINE t225 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-pcie-presence 2025-03-14 03:00:43.343-0500 FINER t340 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmbbridge' 2025-03-14 03:00:43.337-0500 FINE t241 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-debug-collector' (took 10 ms) 2025-03-14 03:00:43.343-0500 FINE t241 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-debug-collector 2025-03-14 03:00:43.343-0500 FINE t155 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmbbridge' (took 4 ms) 2025-03-14 03:00:43.337-0500 FINE t192 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 2 ms) 2025-03-14 03:00:43.344-0500 FINE t192 FileHistoryCache.store: Storing history for 24 regular files in repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.337-0500 FINEST t160 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3a27d32b33f6f5d3ead59eae1eb5cce1869cf3b4, null) 2025-03-14 03:00:43.336-0500 INFO t158 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/rest-dbus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 254 ms) 2025-03-14 03:00:43.343-0500 FINE t155 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmbbridge 2025-03-14 03:00:43.343-0500 INFO t241 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 242 ms) 2025-03-14 03:00:43.343-0500 INFO t225 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-pcie-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 71 ms) 2025-03-14 03:00:43.343-0500 FINER t339 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-misc' 2025-03-14 03:00:43.343-0500 FINEST t149 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (888f0d3e62dd690cecb103796a6a9f6b3f39c715, null) 2025-03-14 03:00:43.342-0500 FINE t157 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.345-0500 FINEST t157 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ad29e430cc6954e28ae2444c278cb9f326f0528b, null) 2025-03-14 03:00:43.342-0500 FINE t207 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 14 ms) 2025-03-14 03:00:43.345-0500 FINEST t346 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-user-manager/test/user_mgr_test.cpp': [27d56764325dac9d6ede09bcfa66ed909a685cd6] 2025-03-14 03:00:43.345-0500 FINEST t341 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.345-0500 FINE t239 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-misc' (took 53 ms) 2025-03-14 03:00:43.346-0500 FINE t239 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-misc 2025-03-14 03:00:43.344-0500 INFO t155 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 76 ms) 2025-03-14 03:00:43.346-0500 FINEST t350 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-power/tools/power-utils/updater.cpp': [57fb664c133d31a1f094441f29f30552004bb487] 2025-03-14 03:00:43.346-0500 INFO t239 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 245 ms) 2025-03-14 03:00:43.346-0500 FINEST t352 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py': [c84add583a4989f2c1f4b950a0a204111afd3723] 2025-03-14 03:00:43.346-0500 FINEST t349 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/apphandler.cpp': [a6c307a84fe43679ece859789666cca4c391cd38, ceee811e34a13cef19ec3ba8f67b76bf947e8e8d] 2025-03-14 03:00:43.346-0500 FINEST t351 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meson.build': [0660e3f142d60e05e41685ce45e14491fa18bea9] 2025-03-14 03:00:43.346-0500 FINEST t348 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json': [0660e3f142d60e05e41685ce45e14491fa18bea9] 2025-03-14 03:00:43.345-0500 FINEST t345 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.345-0500 FINEST t343 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-power/tools/power-utils/updater.hpp': [57fb664c133d31a1f094441f29f30552004bb487] 2025-03-14 03:00:43.345-0500 FINEST t344 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json': [0660e3f142d60e05e41685ce45e14491fa18bea9] 2025-03-14 03:00:43.345-0500 FINEST t342 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-user-manager/user_mgr.cpp': [27d56764325dac9d6ede09bcfa66ed909a685cd6] 2025-03-14 03:00:43.345-0500 FINE t207 FileHistoryCache.store: Storing history for 1 regular files in repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.345-0500 FINEST t347 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp': [57fb664c133d31a1f094441f29f30552004bb487] 2025-03-14 03:00:43.349-0500 FINEST t369 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/sensorhandler.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.349-0500 FINEST t368 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/ipmid-new.cpp': [9f3073a69d750e557a859e9fa6c9e3b3eb7946bc] 2025-03-14 03:00:43.349-0500 FINEST t367 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/app/channel.cpp': [13d938cdbef3f744fc0ddabe5198f4ad7a304eee] 2025-03-14 03:00:43.349-0500 FINEST t366 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/groupext.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.348-0500 FINEST t365 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.348-0500 FINEST t364 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/ipmisensor.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.348-0500 FINEST t363 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py': [c84add583a4989f2c1f4b950a0a204111afd3723] 2025-03-14 03:00:43.347-0500 FINEST t362 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako': [c84add583a4989f2c1f4b950a0a204111afd3723] 2025-03-14 03:00:43.351-0500 FINEST t377 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp': [a8205ff68bda219245c7079f8f27ff2299528d68] 2025-03-14 03:00:43.347-0500 FINEST t361 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/storagehandler.cpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.347-0500 FINEST t360 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json': [181c6e20670cb1aaae1c321658a707c6fed7d3ee] 2025-03-14 03:00:43.347-0500 FINEST t358 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json': [181c6e20670cb1aaae1c321658a707c6fed7d3ee] 2025-03-14 03:00:43.347-0500 FINEST t359 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.347-0500 FINEST t357 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/scripts/fru_gen.py': [c84add583a4989f2c1f4b950a0a204111afd3723] 2025-03-14 03:00:43.347-0500 FINEST t356 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json': [181c6e20670cb1aaae1c321658a707c6fed7d3ee] 2025-03-14 03:00:43.347-0500 FINEST t355 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp': [57fb664c133d31a1f094441f29f30552004bb487] 2025-03-14 03:00:43.346-0500 FINEST t353 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json': [181c6e20670cb1aaae1c321658a707c6fed7d3ee] 2025-03-14 03:00:43.346-0500 FINEST t354 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako': [c84add583a4989f2c1f4b950a0a204111afd3723] 2025-03-14 03:00:43.352-0500 FINEST t378 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp': [a8205ff68bda219245c7079f8f27ff2299528d68] 2025-03-14 03:00:43.351-0500 FINEST t376 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp': [a8205ff68bda219245c7079f8f27ff2299528d68] 2025-03-14 03:00:43.351-0500 FINEST t375 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp': [a8205ff68bda219245c7079f8f27ff2299528d68, 3022f1f3f097f55f6ed10679dc3748f5756eca90] 2025-03-14 03:00:43.351-0500 FINEST t374 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/storageaddsel.hpp': [a8205ff68bda219245c7079f8f27ff2299528d68] 2025-03-14 03:00:43.351-0500 FINEST t373 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/user_channel/file.hpp': [a6fb32d899c7b6c19201fc0d4ab7417a47958e33] 2025-03-14 03:00:43.350-0500 FINEST t372 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-fan-presence/monitor/meson.build': [9fee9b8f05555b8de20303143fe21b5b487ce673] 2025-03-14 03:00:43.350-0500 FINEST t371 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/globalhandler.cpp': [082de3c9e40a2b9badf7991e9dc616b1cf25b2c5] 2025-03-14 03:00:43.350-0500 FINEST t370 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako': [c84add583a4989f2c1f4b950a0a204111afd3723] 2025-03-14 03:00:43.357-0500 FINER t379 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/smbios-mdr' 2025-03-14 03:00:43.357-0500 FINE t165 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/smbios-mdr' (took 20 ms) 2025-03-14 03:00:43.357-0500 FINE t165 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/smbios-mdr 2025-03-14 03:00:43.357-0500 INFO t165 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 85 ms) 2025-03-14 03:00:43.358-0500 FINER t380 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-settings-mgr' 2025-03-14 03:00:43.358-0500 FINE t154 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bios-settings-mgr' (took 20 ms) 2025-03-14 03:00:43.358-0500 FINE t154 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bios-settings-mgr 2025-03-14 03:00:43.358-0500 INFO t154 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 95 ms) 2025-03-14 03:00:43.365-0500 FINER t382 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/gpioplus' 2025-03-14 03:00:43.365-0500 FINER t383 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-rest-server' 2025-03-14 03:00:43.365-0500 FINER t384 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-net-ipmid' 2025-03-14 03:00:43.365-0500 FINE t160 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/gpioplus' (took 28 ms) 2025-03-14 03:00:43.366-0500 FINE t157 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-rest-server' (took 20 ms) 2025-03-14 03:00:43.366-0500 FINE t149 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-net-ipmid' (took 23 ms) 2025-03-14 03:00:43.366-0500 FINE t160 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/gpioplus 2025-03-14 03:00:43.366-0500 FINE t149 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-net-ipmid 2025-03-14 03:00:43.366-0500 FINE t157 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-rest-server 2025-03-14 03:00:43.366-0500 INFO t149 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 93 ms) 2025-03-14 03:00:43.366-0500 INFO t160 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/gpioplus',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 111 ms) 2025-03-14 03:00:43.366-0500 INFO t157 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 88 ms) 2025-03-14 03:00:43.371-0500 FINE t151 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (0 entries) (took 35 ms) 2025-03-14 03:00:43.372-0500 FINE t151 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null] 2025-03-14 03:00:43.372-0500 FINEST t151 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (42a4acb88a7cd54b9e267544d0a15b06cf95cec7, null) 2025-03-14 03:00:43.376-0500 FINER t381 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/phosphor-ipmi-flash' 2025-03-14 03:00:43.376-0500 FINE t184 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-ipmi-flash' (took 34 ms) 2025-03-14 03:00:43.376-0500 FINE t184 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-ipmi-flash 2025-03-14 03:00:43.376-0500 INFO t184 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 112 ms) 2025-03-14 03:00:43.381-0500 FINER t335 GitRepository.rebuildTagList: Read tags count=10 for '/opengrok/src/openbmc/openbmc-test-automation' 2025-03-14 03:00:43.382-0500 FINE t185 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 5 directories 2025-03-14 03:00:43.382-0500 FINE t185 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 0 ms) 2025-03-14 03:00:43.382-0500 FINE t185 FileHistoryCache.store: Storing history for 5 regular files in repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.383-0500 FINEST t385 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot': [3e2cf0da481772e879d28d65916b5e3b3ac05cf9] 2025-03-14 03:00:43.383-0500 FINEST t386 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot': [a6a5ab8f97d5eb8ac2f1750a06f2dbee2911df1b] 2025-03-14 03:00:43.384-0500 FINEST t387 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot': [a68c5ae4f846262b438d77e44b64a3faefa84a91] 2025-03-14 03:00:43.384-0500 FINEST t388 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot': [3f2902e60625b0aec10a4907cf5bd46961ca4406] 2025-03-14 03:00:43.384-0500 FINEST t389 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot': [dec7661876c6ca9f2eb1b684762c31b58d86f367] 2025-03-14 03:00:43.390-0500 FINER t390 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-manager' 2025-03-14 03:00:43.390-0500 FINE t151 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-led-manager' (took 18 ms) 2025-03-14 03:00:43.390-0500 FINE t151 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-led-manager 2025-03-14 03:00:43.390-0500 INFO t151 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 128 ms) 2025-03-14 03:00:43.391-0500 FINER t391 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pldm' 2025-03-14 03:00:43.393-0500 FINER t259 GitRepository.rebuildTagList: Read tags count=1,466 for '/opengrok/src/openbmc/qemu' 2025-03-14 03:00:43.393-0500 FINE t187 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 44 directories 2025-03-14 03:00:43.393-0500 FINE t164 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/qemu' (took 216 ms) 2025-03-14 03:00:43.393-0500 FINE t164 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/qemu 2025-03-14 03:00:43.394-0500 INFO t164 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 310 ms) 2025-03-14 03:00:43.394-0500 FINE t187 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 1 ms) 2025-03-14 03:00:43.394-0500 FINE t187 FileHistoryCache.store: Storing history for 44 regular files in repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.395-0500 FINEST t393 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/event_manager.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.395-0500 FINEST t394 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/numeric_sensor.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.395-0500 FINEST t392 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/sensor_manager.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.395-0500 FINEST t395 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.396-0500 FINEST t396 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/numeric_sensor.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.396-0500 FINEST t398 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.396-0500 FINEST t397 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmtool/pldm_base_cmd.cpp': [5c3f0d1b09bfbd206c33841b83938ef5f057a655] 2025-03-14 03:00:43.396-0500 FINEST t400 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.396-0500 FINEST t401 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.396-0500 FINEST t399 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp': [5c3f0d1b09bfbd206c33841b83938ef5f057a655] 2025-03-14 03:00:43.397-0500 FINEST t402 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/platform_manager.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.397-0500 FINEST t403 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/event_manager.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.397-0500 FINEST t404 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/terminus_test.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.397-0500 FINEST t405 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.398-0500 FINEST t406 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.398-0500 FINEST t408 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/.eslintignore': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.399-0500 FINEST t409 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.399-0500 FINEST t410 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.399-0500 FINEST t411 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/terminus.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.399-0500 FINEST t412 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.400-0500 FINEST t413 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/terminus_manager.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.400-0500 FINEST t414 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp': [5c3f0d1b09bfbd206c33841b83938ef5f057a655] 2025-03-14 03:00:43.400-0500 FINEST t415 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.400-0500 FINEST t416 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp': [5c3f0d1b09bfbd206c33841b83938ef5f057a655] 2025-03-14 03:00:43.400-0500 FINEST t417 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp': [5c3f0d1b09bfbd206c33841b83938ef5f057a655] 2025-03-14 03:00:43.401-0500 FINEST t418 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.401-0500 FINEST t419 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.401-0500 FINEST t420 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/manager.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.401-0500 FINEST t421 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp': [4ecb9485376399481a37ff1033b0c51b8502a6e9] 2025-03-14 03:00:43.402-0500 FINEST t422 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/meson.build': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.402-0500 FINEST t423 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/terminus.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.402-0500 FINEST t424 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/meson.build': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.402-0500 FINEST t425 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/utilities/requester/set_state_effecter.cpp': [4ecb9485376399481a37ff1033b0c51b8502a6e9] 2025-03-14 03:00:43.403-0500 FINEST t426 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233] 2025-03-14 03:00:43.403-0500 FINEST t427 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp': [dde014625c1aac2b423cc7dbcf3a189ff58dc233, 84dc2b0f99df2c8a53ab0d1255a3234e30de4553] 2025-03-14 03:00:43.403-0500 FINEST t428 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/host-bmc/test/meson.build': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.403-0500 FINEST t429 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/.linter-ignore': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.404-0500 FINEST t430 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/event_manager_test.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.404-0500 FINEST t431 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.404-0500 FINEST t432 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp': [5c3f0d1b09bfbd206c33841b83938ef5f057a655] 2025-03-14 03:00:43.404-0500 FINEST t433 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.405-0500 FINEST t434 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp': [fe2527954be36a3013dc6b8c8ff13ae649bb58a6] 2025-03-14 03:00:43.405-0500 FINEST t435 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/pldmd/pldmd.cpp': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.405-0500 FINEST t436 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/pldm/libpldmresponder/meson.build': [dd1f28b818b86c3e46826b758d8d552b176d6292] 2025-03-14 03:00:43.466-0500 FINER t407 GitRepository.rebuildTagList: Read tags count=57 for '/opengrok/src/openbmc/openbmc' 2025-03-14 03:00:43.467-0500 FINE t190 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history): 11 directories 2025-03-14 03:00:43.468-0500 FINE t190 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (regular files for history till end of history) (took 1 ms) 2025-03-14 03:00:43.469-0500 FINE t190 FileHistoryCache.store: Storing history for 11 regular files in repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} till end of history 2025-03-14 03:00:43.469-0500 FINEST t437 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/README.md': [c64869176cb2a4e502edab28491eccda0ca30095] 2025-03-14 03:00:43.470-0500 FINEST t438 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc': [a12f9cd1a822217d9cdad76397f7c5b45aef5269] 2025-03-14 03:00:43.470-0500 FINEST t439 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb': [61b670c9246baaaeb1d36308bbb52d967eec6c15] 2025-03-14 03:00:43.471-0500 FINEST t440 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb': [45619f8dac85ceca23b6a06c299ca5b3ecf97305] 2025-03-14 03:00:43.471-0500 FINEST t441 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc': [e9949ee99a21c5a4251917dcb8a16090a7e19fd6] 2025-03-14 03:00:43.471-0500 FINEST t442 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc': [dd7033d0078932d1be5b799f9a4f927000fba6e6] 2025-03-14 03:00:43.471-0500 FINEST t443 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend': [390b323441fb0884761ed10eafff5b85097ccece] 2025-03-14 03:00:43.472-0500 FINEST t444 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend': [390b323441fb0884761ed10eafff5b85097ccece] 2025-03-14 03:00:43.472-0500 FINEST t445 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend': [1527db5f55e7ff7ee3ce849af802df4a21694a70] 2025-03-14 03:00:43.817-0500 FINEST t406 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb': [a249629291419b0c54acabaec9a54ffce902cb6d] 2025-03-14 03:00:43.817-0500 FINEST t410 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc': [b568f98bb97674ba3b1de33fafc37a40e0c8aff7] 2025-03-14 03:00:43.829-0500 FINEST t322 GitRepository.rebuildTagList: cannot get tags for '/opengrok/src/openbmc/linux' org.eclipse.jgit.errors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit. at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:1033) at org.opengrok.indexer.history.GitRepository.getCommit(GitRepository.java:844) at org.opengrok.indexer.history.GitRepository.rebuildTagList(GitRepository.java:763) at org.opengrok.indexer.history.GitRepository.lambda$buildTagList$4(GitRepository.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-03-14 03:00:43.830-0500 FINEST t322 GitRepository.rebuildTagList: cannot get tags for '/opengrok/src/openbmc/linux' org.eclipse.jgit.errors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit. at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:1033) at org.opengrok.indexer.history.GitRepository.getCommit(GitRepository.java:844) at org.opengrok.indexer.history.GitRepository.rebuildTagList(GitRepository.java:763) at org.opengrok.indexer.history.GitRepository.lambda$buildTagList$4(GitRepository.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-03-14 03:00:43.877-0500 FINE t207 FileHistoryCache.store: Stored history for 1 regular files in repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.882-0500 FINEST t207 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision 9fee9b8f05555b8de20303143fe21b5b487ce673 for repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.883-0500 FINE t207 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-fan-presence' (took 622 ms) 2025-03-14 03:00:43.884-0500 FINE t207 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-fan-presence 2025-03-14 03:00:43.884-0500 INFO t207 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 791 ms) 2025-03-14 03:00:43.926-0500 FINER t322 GitRepository.rebuildTagList: Read tags count=1,085 for '/opengrok/src/openbmc/linux' 2025-03-14 03:00:43.927-0500 FINE t179 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/linux' (took 676 ms) 2025-03-14 03:00:43.927-0500 FINE t179 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/linux 2025-03-14 03:00:43.928-0500 INFO t179 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 841 ms) 2025-03-14 03:00:43.932-0500 FINE t193 FileHistoryCache.store: Stored history for 7 regular files in repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.933-0500 FINEST t193 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision 0660e3f142d60e05e41685ce45e14491fa18bea9 for repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.933-0500 FINE t193 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/entity-manager' (took 669 ms) 2025-03-14 03:00:43.934-0500 FINE t193 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/entity-manager 2025-03-14 03:00:43.934-0500 INFO t193 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 844 ms) 2025-03-14 03:00:43.990-0500 FINE t174 FileHistoryCache.store: Stored history for 4 regular files in repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.990-0500 FINEST t174 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision 57fb664c133d31a1f094441f29f30552004bb487 for repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.991-0500 FINE t174 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-power' (took 795 ms) 2025-03-14 03:00:43.991-0500 FINE t174 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-power 2025-03-14 03:00:43.991-0500 INFO t174 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 905 ms) 2025-03-14 03:00:43.993-0500 FINE t185 FileHistoryCache.store: Stored history for 5 regular files in repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.994-0500 FINEST t185 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision a68c5ae4f846262b438d77e44b64a3faefa84a91 for repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.994-0500 FINE t185 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-test-automation' (took 810 ms) 2025-03-14 03:00:43.994-0500 FINE t185 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-test-automation 2025-03-14 03:00:43.994-0500 INFO t185 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 907 ms) 2025-03-14 03:00:43.994-0500 FINE t161 FileHistoryCache.store: Stored history for 2 regular files in repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.995-0500 FINEST t161 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision 27d56764325dac9d6ede09bcfa66ed909a685cd6 for repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:43.996-0500 FINE t161 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-user-manager' (took 755 ms) 2025-03-14 03:00:43.996-0500 FINE t161 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-user-manager 2025-03-14 03:00:43.996-0500 INFO t161 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 913 ms) 2025-03-14 03:00:44.000-0500 FINE t187 FileHistoryCache.store: Stored history for 44 regular files in repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:44.000-0500 FINEST t187 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision dde014625c1aac2b423cc7dbcf3a189ff58dc233 for repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:44.001-0500 FINE t187 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pldm' (took 799 ms) 2025-03-14 03:00:44.001-0500 FINE t187 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pldm 2025-03-14 03:00:44.001-0500 INFO t187 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 913 ms) 2025-03-14 03:00:44.004-0500 FINE t192 FileHistoryCache.store: Stored history for 24 regular files in repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:44.005-0500 FINEST t192 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision c84add583a4989f2c1f4b950a0a204111afd3723 for repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:44.005-0500 FINE t192 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-host-ipmid' (took 813 ms) 2025-03-14 03:00:44.005-0500 FINE t192 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-host-ipmid 2025-03-14 03:00:44.005-0500 INFO t192 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 916 ms) 2025-03-14 03:00:44.014-0500 FINE t190 FileHistoryCache.store: Stored history for 11 regular files in repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:44.014-0500 FINEST t190 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision c64869176cb2a4e502edab28491eccda0ca30095 for repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} 2025-03-14 03:00:44.014-0500 FINE t190 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc' (took 777 ms) 2025-03-14 03:00:44.015-0500 FINE t190 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc 2025-03-14 03:00:44.015-0500 INFO t190 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} (took 926 ms) 2025-03-14 03:00:44.015-0500 INFO t1 Statistics.logIt: Done history cache for all repositories (took 1.1 seconds) 2025-03-14 03:00:44.016-0500 INFO t1 Indexer.prepareIndexer: Done generating history cache 2025-03-14 03:00:44.016-0500 FINE t1 HistoryGuru.invalidateRepositories: invalidating 105 repositories 2025-03-14 03:00:44.024-0500 FINER t458 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-health-monitor' 2025-03-14 03:00:44.024-0500 FINER t459 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-post-code-manager' 2025-03-14 03:00:44.025-0500 FINER t460 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/kcsbridge' 2025-03-14 03:00:44.025-0500 FINER t461 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-event' 2025-03-14 03:00:44.026-0500 FINER t463 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-user-manager' 2025-03-14 03:00:44.026-0500 FINER t462 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-webui' 2025-03-14 03:00:44.026-0500 FINER t464 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libcper' 2025-03-14 03:00:44.027-0500 FINER t465 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/obmc-console' 2025-03-14 03:00:44.027-0500 FINER t466 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-buttons' 2025-03-14 03:00:44.027-0500 FINER t467 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-logging' 2025-03-14 03:00:44.028-0500 FINER t468 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-logging' 2025-03-14 03:00:44.028-0500 FINER t469 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdbusplus' 2025-03-14 03:00:44.030-0500 FINER t472 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmbbridge' 2025-03-14 03:00:44.030-0500 FINER t471 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-misc' 2025-03-14 03:00:44.031-0500 FINER t473 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/qualcomm-ipmi-oem' 2025-03-14 03:00:44.031-0500 FINER t470 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/phosphor-ipmi-flash' 2025-03-14 03:00:44.031-0500 FINER t474 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-hwmon' 2025-03-14 03:00:44.032-0500 FINER t475 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-virtual-sensor' 2025-03-14 03:00:44.032-0500 FINER t476 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdeventplus' 2025-03-14 03:00:44.033-0500 FINER t477 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-settings-mgr' 2025-03-14 03:00:44.033-0500 FINER t478 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-logging' 2025-03-14 03:00:44.034-0500 FINER t479 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-power' 2025-03-14 03:00:44.034-0500 FINER t480 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-debug-collector' 2025-03-14 03:00:44.035-0500 FINER t481 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pldm' 2025-03-14 03:00:44.035-0500 FINER t482 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/obmc-ikvm' 2025-03-14 03:00:44.036-0500 FINER t483 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-flash' 2025-03-14 03:00:44.037-0500 FINER t484 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-proc-control' 2025-03-14 03:00:44.037-0500 FINER t485 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-pnor-code-mgmt' 2025-03-14 03:00:44.038-0500 FINER t487 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-net-ipmid' 2025-03-14 03:00:44.037-0500 FINER t488 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/skeleton' 2025-03-14 03:00:44.038-0500 FINER t489 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-postd' 2025-03-14 03:00:44.038-0500 FINER t486 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pcie-presence' 2025-03-14 03:00:44.039-0500 FINER t490 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/debug-trigger' 2025-03-14 03:00:44.039-0500 FINER t491 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/qualcomm-misc' 2025-03-14 03:00:44.039-0500 FINER t492 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pyphosphor' 2025-03-14 03:00:44.042-0500 FINER t493 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-misc' 2025-03-14 03:00:44.042-0500 FINER t494 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-bmc-smm-error-logger' 2025-03-14 03:00:44.043-0500 FINER t496 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/entity-manager' 2025-03-14 03:00:44.043-0500 FINER t495 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/witherspoon-pfault-analysis' 2025-03-14 03:00:44.044-0500 FINER t497 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-inventory-manager' 2025-03-14 03:00:44.044-0500 FINER t499 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/x86-power-control' 2025-03-14 03:00:44.044-0500 FINER t498 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-ipmi-blobs' 2025-03-14 03:00:44.045-0500 FINER t500 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/inarp' 2025-03-14 03:00:44.045-0500 FINER t501 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmitool' 2025-03-14 03:00:44.046-0500 FINER t502 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pam-ipmi' 2025-03-14 03:00:44.047-0500 FINER t503 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-time-manager' 2025-03-14 03:00:44.047-0500 FINER t505 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmi-fru-parser' 2025-03-14 03:00:44.047-0500 FINER t504 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-sbe-interface' 2025-03-14 03:00:44.049-0500 FINER t506 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/boost-dbus' 2025-03-14 03:00:44.050-0500 FINER t507 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-build-scripts' 2025-03-14 03:00:44.051-0500 FINER t508 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-monitor' 2025-03-14 03:00:44.051-0500 FINER t509 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-debug-collector' 2025-03-14 03:00:44.051-0500 FINER t510 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-psu-code-mgmt' 2025-03-14 03:00:44.052-0500 FINER t511 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-sysfs' 2025-03-14 03:00:44.053-0500 FINER t512 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-oem' 2025-03-14 03:00:44.054-0500 FINER t514 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/docs' 2025-03-14 03:00:44.055-0500 FINER t515 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pid-control' 2025-03-14 03:00:44.055-0500 FINER t516 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-certificate-manager' 2025-03-14 03:00:44.055-0500 FINER t517 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-manager' 2025-03-14 03:00:44.056-0500 FINER t518 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/s2600wf-misc' 2025-03-14 03:00:44.057-0500 FINER t520 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-ipmi-sys' 2025-03-14 03:00:44.058-0500 FINER t521 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-watchdog' 2025-03-14 03:00:44.059-0500 FINER t522 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-interfaces' 2025-03-14 03:00:44.059-0500 FINER t523 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-gpio-monitor' 2025-03-14 03:00:44.059-0500 FINER t524 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bmcweb' 2025-03-14 03:00:44.059-0500 FINER t526 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mrw-tools' 2025-03-14 03:00:44.060-0500 FINER t525 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-vpd-parser' 2025-03-14 03:00:44.061-0500 FINER t527 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mboxd' 2025-03-14 03:00:44.061-0500 FINER t513 GitRepository.rebuildTagList: Read tags count=10 for '/opengrok/src/openbmc/openbmc-test-automation' 2025-03-14 03:00:44.061-0500 FINER t528 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-dbus-interfaces' 2025-03-14 03:00:44.063-0500 FINER t530 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/fb-ipmi-oem' 2025-03-14 03:00:44.063-0500 FINER t532 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-bmc-code-mgmt' 2025-03-14 03:00:44.063-0500 FINER t531 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-ipmid' 2025-03-14 03:00:44.064-0500 FINER t529 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/hiomapd' 2025-03-14 03:00:44.064-0500 FINER t533 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-state-manager' 2025-03-14 03:00:44.065-0500 FINER t534 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/service-config-manager' 2025-03-14 03:00:44.065-0500 FINER t519 GitRepository.rebuildTagList: Read tags count=11 for '/opengrok/src/openbmc/libpldm' 2025-03-14 03:00:44.066-0500 FINER t535 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-objmgr' 2025-03-14 03:00:44.066-0500 FINER t536 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/btbridge' 2025-03-14 03:00:44.067-0500 FINER t537 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-settingsd' 2025-03-14 03:00:44.067-0500 FINER t538 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/smbios-mdr' 2025-03-14 03:00:44.067-0500 FINER t540 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-rest-server' 2025-03-14 03:00:44.067-0500 FINER t539 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-snmp' 2025-03-14 03:00:44.068-0500 FINER t541 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/slpd-lite' 2025-03-14 03:00:44.070-0500 FINER t542 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/telemetry' 2025-03-14 03:00:44.070-0500 FINER t543 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-inventory-upload' 2025-03-14 03:00:44.070-0500 FINER t544 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-dbus-interfaces' 2025-03-14 03:00:44.071-0500 FINER t545 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/rest-dbus' 2025-03-14 03:00:44.074-0500 FINER t546 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libbej' 2025-03-14 03:00:44.087-0500 FINER t549 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-tools' 2025-03-14 03:00:44.087-0500 FINER t548 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/intel-ipmi-oem' 2025-03-14 03:00:44.088-0500 FINER t550 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/gpioplus' 2025-03-14 03:00:44.089-0500 FINER t551 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/dbus-sensors' 2025-03-14 03:00:44.090-0500 FINER t552 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-occ-control' 2025-03-14 03:00:44.091-0500 FINER t553 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/estoraged' 2025-03-14 03:00:44.091-0500 FINER t554 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc.github.io' 2025-03-14 03:00:44.093-0500 FINER t555 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-hw-diags' 2025-03-14 03:00:44.115-0500 FINER t557 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-networkd' 2025-03-14 03:00:44.144-0500 FINER t556 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/libmctp' 2025-03-14 03:00:44.148-0500 FINER t558 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-fan-presence' 2025-03-14 03:00:44.190-0500 FINER t560 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/webui-vue' 2025-03-14 03:00:44.203-0500 FINER t547 GitRepository.rebuildTagList: Read tags count=1,466 for '/opengrok/src/openbmc/qemu' 2025-03-14 03:00:44.212-0500 FINER t559 GitRepository.rebuildTagList: Read tags count=308 for '/opengrok/src/openbmc/u-boot' 2025-03-14 03:00:44.233-0500 FINER t561 GitRepository.rebuildTagList: Read tags count=57 for '/opengrok/src/openbmc/openbmc' 2025-03-14 03:00:44.713-0500 FINEST t562 GitRepository.rebuildTagList: cannot get tags for '/opengrok/src/openbmc/linux' org.eclipse.jgit.errors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit. at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:1033) at org.opengrok.indexer.history.GitRepository.getCommit(GitRepository.java:844) at org.opengrok.indexer.history.GitRepository.rebuildTagList(GitRepository.java:763) at org.opengrok.indexer.history.GitRepository.lambda$buildTagList$4(GitRepository.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-03-14 03:00:44.714-0500 FINEST t562 GitRepository.rebuildTagList: cannot get tags for '/opengrok/src/openbmc/linux' org.eclipse.jgit.errors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit. at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:1033) at org.opengrok.indexer.history.GitRepository.getCommit(GitRepository.java:844) at org.opengrok.indexer.history.GitRepository.rebuildTagList(GitRepository.java:763) at org.opengrok.indexer.history.GitRepository.lambda$buildTagList$4(GitRepository.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-03-14 03:00:44.735-0500 FINER t562 GitRepository.rebuildTagList: Read tags count=1,085 for '/opengrok/src/openbmc/linux' 2025-03-14 03:00:44.739-0500 INFO t1 Statistics.logIt: Done invalidating repositories (105 valid, 105 working) (took 722 ms) 2025-03-14 03:00:44.748-0500 INFO t1 Indexer.doIndexerExecution: Starting indexing 2025-03-14 03:00:44.791-0500 INFO t1 Indexer.doIndexerExecution: Waiting for the executors to finish 2025-03-14 03:00:45.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: traversing the documents in MMapDirectory@/opengrok/data/index/openbmc lockFactory=org.apache.lucene.store.NoLockFactory@3624c26b to collect uids of deleted documents 2025-03-14 03:00:45.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/MAINTAINERS' (0) at 20210308005002984 2025-03-14 03:00:45.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/raid1.c' (1) at 20240418080014494 to deleted uid set 2025-03-14 03:00:45.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hpet.c' (2) at 20240719080013349 2025-03-14 03:00:45.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/renesas,hspi.yaml' (3) at 20240405153045173 2025-03-14 03:00:45.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle-b.json' (4) at 20210308005046409 2025-03-14 03:00:45.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_pdm.c' (5) at 20240405153232191 2025-03-14 03:00:45.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/preemptirq_delay_test.c' (6) at 20240628080014029 2025-03-14 03:00:45.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/cache.json' (7) at 20240405153054137 2025-03-14 03:00:45.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/StaticGateway/Create.interface.yaml' (8) at 20240509080019296 2025-03-14 03:00:45.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-send-results' (9) at 20240301090012483 2025-03-14 03:00:45.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/timestamping.rst' (10) at 20210307214925566 2025-03-14 03:00:45.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/dma_timer.c' (11) at 20240405153230003 2025-03-14 03:00:45.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-vivid.rst' (12) at 20240405153045317 2025-03-14 03:00:45.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_uprobe_from_different_cu.sh' (13) at 20240405153054173 2025-03-14 03:00:45.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/checksum_64.S' (14) at 20240405153230043 2025-03-14 03:00:45.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fdreg.h' (15) at 20210307214931630 2025-03-14 03:00:45.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/id-button-pressed.service' (16) at 20210307205553702 2025-03-14 03:00:45.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/zmap.c' (17) at 20241211090145505 2025-03-14 03:00:45.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme.h' (18) at 20210307214927182 2025-03-14 03:00:45.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/thread_info.h' (19) at 20240405153052805 2025-03-14 03:00:45.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/README' (20) at 20210309003655972 2025-03-14 03:00:45.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mmap.c' (21) at 20241125090012263 2025-03-14 03:00:45.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rtmv20-regulator.c' (22) at 20240405153051473 2025-03-14 03:00:45.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch' (23) at 20241221090017660 2025-03-14 03:00:45.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/altera/clk-arria10.c' (24) at 20210308005003340 2025-03-14 03:00:45.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi' (25) at 20241115090012941 2025-03-14 03:00:45.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/dell-wmi-sysman.h' (26) at 20220525020653907 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/procfs-attr-exec' (27) at 20220525020651630 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-deassert@.service' (28) at 20240912080013426 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/Makefile' (29) at 20240405153049449 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_dev.h' (30) at 20240405153051601 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000-isa.c' (31) at 20240906080037264 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-iommu.c' (32) at 20240906080037232 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/index.rst' (33) at 20240405153044929 2025-03-14 03:00:45.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-export-devtree@.service.in' (34) at 20230513080022442 2025-03-14 03:00:45.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/util.c' (35) at 20240805080014063 2025-03-14 03:00:45.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/Documentation/firmware/firmware-management' (36) at 20210307214930514 2025-03-14 03:00:45.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_input.c' (37) at 20241018080014582 to deleted uid set 2025-03-14 03:00:45.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212/core-isa.h' (38) at 20210308005046349 2025-03-14 03:00:45.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/pm/s2-mips.S' (39) at 20210307214930434 2025-03-14 03:00:45.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c' (40) at 20240405153048649 2025-03-14 03:00:45.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial/0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch' (41) at 20230919080013958 2025-03-14 03:00:45.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/event_notifier-win32.c' (42) at 20221215040039402 2025-03-14 03:00:45.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/regs-mfc-v7.h' (43) at 20240405153049465 2025-03-14 03:00:45.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci.c' (44) at 20240906080037308 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_start_gt_end.cpp' (45) at 20210308005108645 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/snapcraft.template' (46) at 20210307214932158 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.AMCC-eval-boards-cleanup' (47) at 20210308005003288 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/thread_info.h' (48) at 20240405153229999 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/mulsi3.S' (49) at 20240405153230007 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp_common.xml.h' (50) at 20240405153048597 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/nuvoton,ma35d1-clk.h' (51) at 20240405153052645 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/numachip/numachip.h' (52) at 20210307214926670 2025-03-14 03:00:45.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-104-idio-16.c' (53) at 20240405153230303 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4memset.S' (54) at 20210307214926606 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_dw_hdmi.h' (55) at 20210307214927866 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ntopng.service' (56) at 20210307205553846 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch' (57) at 20231011080016578 to deleted uid set 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_io_fops.c' (58) at 20240613080016475 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_hsm.c' (59) at 20240405153046261 to deleted uid set 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/Makefile' (60) at 20210308005003008 2025-03-14 03:00:45.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/cpcap-battery.c' (61) at 20240405153231355 2025-03-14 03:00:45.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/icl_dsi.c' (62) at 20240405153230543 2025-03-14 03:00:45.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/rockchip-mailbox.c' (63) at 20241011080017323 2025-03-14 03:00:45.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.c' (64) at 20240405153049469 2025-03-14 03:00:45.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/bios-verify.sh' (65) at 20230428080015190 2025-03-14 03:00:45.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/fault.c' (66) at 20241211090145385 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evxfregn.c' (67) at 20241220090018306 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/Makefile' (68) at 20210307214929942 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arc-common' (69) at 20230317080013829 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/compaction.h' (70) at 20240405153052893 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/cpcmd.c' (71) at 20240405153046285 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c' (72) at 20240710080014585 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c' (73) at 20220525020654187 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch' (74) at 20210307205554574 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/MAINTAINERS' (75) at 20210308005003016 2025-03-14 03:00:45.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/Kconfig' (76) at 20210307214929574 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/chmctrl.h' (77) at 20210307214926578 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/trace_vprintk.c' (78) at 20240405153054281 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/sdma3/irqsrcs_sdma3_5_0.h' (79) at 20210309003649636 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/entry-ftrace.S' (80) at 20240405153045869 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/hci.h' (81) at 20210307214930514 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-slow.c' (82) at 20210307214926962 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LicenseCollection.json' (83) at 20240619080002948 2025-03-14 03:00:45.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qtree.c' (84) at 20230426080043964 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/early_printk.c' (85) at 20210307214926254 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/MAINTAINERS' (86) at 20210308005002904 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/ts4800-wdt.txt' (87) at 20210307214925454 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/rootfs.py' (88) at 20240124090012258 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/device.h' (89) at 20210307214931302 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mc146818rtc_32.h' (90) at 20210307214926582 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stm32h7-clks.h' (91) at 20210307214931334 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tb100.h' (92) at 20210308005003620 2025-03-14 03:00:45.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/monitor/block-hmp-cmds.c' (93) at 20240906080037148 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/.kunitconfig' (94) at 20240405153046769 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/qcom,q6afe.h' (95) at 20240405153052653 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/pr-helper.rst' (96) at 20210308005045801 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/files/0002-Fix-mismatch-of-OpenSSL-function-signatures-that-cau.patch' (97) at 20241221090017576 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/check_extable.sh' (98) at 20220525020654939 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch' (99) at 20240413080012651 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/ioctls.h' (100) at 20210307214926394 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/vangogh.c' (101) at 20240405153232195 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8mp-audiomix.c' (102) at 20241008080013911 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/meson.build' (103) at 20240106090017253 2025-03-14 03:00:45.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-netdev.c' (104) at 20240405153053349 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/unaligned.c' (105) at 20240405153045945 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/VeraMono.ttf' (106) at 20210307205554234 to deleted uid set 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch' (107) at 20241221090017512 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_host_driver.c' (108) at 20210307214932738 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/Makefile' (109) at 20240405153048745 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.5.1.bb' (110) at 20241221090017500 to deleted uid set 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/spectral_common.h' (111) at 20240405153050473 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/optee/Kconfig' (112) at 20210308005003708 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css.h' (113) at 20210307214930546 2025-03-14 03:00:45.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/msg.h' (114) at 20210307214931450 2025-03-14 03:00:45.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio.c' (115) at 20241211090212354 2025-03-14 03:00:45.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/memneq.c' (116) at 20240405153053085 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/scripts/generate-machine-list' (117) at 20240905080011586 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Bmc/meson.build' (118) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_info.h' (119) at 20210307214932198 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/bq25890_charger.h' (120) at 20240405153052773 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/mxhead.S' (121) at 20240405153046505 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-pinctrl.h' (122) at 20240405153045573 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/Makefile' (123) at 20210307214928350 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (124) at 20230412080023460 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/trace-events' (125) at 20210927100127201 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6315-regulator.c' (126) at 20240405153231363 2025-03-14 03:00:45.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmmcp77.c' (127) at 20210307214927966 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-component.h' (128) at 20240405153231863 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/interval-tree.c' (129) at 20230925080040113 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch' (130) at 20241221090017660 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-tps6105x.c' (131) at 20210307214928554 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/045.out' (132) at 20210308005046437 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/raven/acp3x.h' (133) at 20240405153053549 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/leptonica/leptonica_1.85.0.bb' (134) at 20241221090017528 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_ubsan.c' (135) at 20220525020654759 2025-03-14 03:00:45.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lowcomms.h' (136) at 20240405153052325 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter.h' (137) at 20240405153052929 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/bug.h' (138) at 20210307214925666 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-ucontext.c' (139) at 20240326080039754 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/iio-trig-sysfs.c' (140) at 20240405153049017 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun5i.h' (141) at 20210308005003620 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat' (142) at 20240906080037560 to deleted uid set 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/readonly.hpp' (143) at 20230511080034627 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi' (144) at 20240405153229919 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/Fedora/ks.cfg' (145) at 20241221090017468 to deleted uid set 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/firmware/ti,sci.txt' (146) at 20210308005003304 2025-03-14 03:00:45.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/sam_secure.h' (147) at 20240405153045637 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-base-clash.out' (148) at 20210308005046413 to deleted uid set 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/groups.json' (149) at 20241101080022232 to deleted uid set 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/arm,ccn.yaml' (150) at 20240405153045125 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/pam-webserver' (151) at 20221019030003903 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/Platform' (152) at 20210307214926186 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrhassel' (153) at 20210307205553786 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/Kbuild' (154) at 20210307214926098 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/parse/ast.py' (155) at 20241221090017588 to deleted uid set 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/map_perf_test.bpf.c' (156) at 20240405153053421 2025-03-14 03:00:45.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/Makefile' (157) at 20240405153051197 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.h' (158) at 20220525020652498 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m525x.c' (159) at 20220525020651982 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Battery_LocationCode.json' (160) at 20221213040036917 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/my3126.c' (161) at 20210307214929358 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rx/rx62n.h' (162) at 20240906080037340 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/libdns_conf_fix.patch' (163) at 20230706080014769 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/xtensa/Build' (164) at 20210307214932522 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/manpages.bbclass' (165) at 20230401080011963 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Filter.v1_0_2.json' (166) at 20240619080002948 2025-03-14 03:00:45.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-hw.h' (167) at 20240405153049473 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/Kconfig' (168) at 20241211090212326 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_mipi_dbi.c' (169) at 20240405153230539 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-macally.c' (170) at 20210309003649916 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch' (171) at 20241221090017676 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sd_dif.c' (172) at 20240405153051733 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tc74.rst' (173) at 20210307214925506 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-N' (174) at 20240405153054369 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.env.intel' (175) at 20240424080035076 2025-03-14 03:00:45.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ti-prm.h' (176) at 20210307214931482 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h' (177) at 20210308005002768 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/gdbstub.c' (178) at 20241211090212518 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/pkix_asn1_tab.c.inc' (179) at 20240906080037580 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/rng-random.h' (180) at 20210308005046057 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-sgmii.c' (181) at 20210307214926198 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb' (182) at 20241221090017544 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/Kconfig' (183) at 20210308005003056 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb' (184) at 20240301090012435 to deleted uid set 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/ext_manifest.h' (185) at 20220525020654655 2025-03-14 03:00:45.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_dbg.c' (186) at 20210309003652824 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/code_standards_check.md' (187) at 20221209040018563 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ccgx-ucsi.c' (188) at 20240405153048897 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/sign_package_feed.bbclass' (189) at 20220910030013393 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32h7/stm32.h' (190) at 20210308005002664 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/apple-soc-cpufreq.c' (191) at 20240405153046909 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9052/reg.h' (192) at 20210307214931426 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/optee_ffa.h' (193) at 20240405153051969 2025-03-14 03:00:45.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/209' (194) at 20220429100100910 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/misc.S' (195) at 20240405153046513 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/i2c.c' (196) at 20241219090010504 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-purge.service.in' (197) at 20231027080017022 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/stats.c' (198) at 20240405153052409 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/crash_core.c' (199) at 20240405153045865 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/cache.h' (200) at 20240405153052257 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_fcntl.h' (201) at 20210308005046089 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/rndis.c' (202) at 20240628080014013 2025-03-14 03:00:45.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/vmid.h' (203) at 20210307214927310 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/pixcir_i2c_ts.c' (204) at 20240405153230731 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stih407-clks.h' (205) at 20210308005003632 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-cdce925.c' (206) at 20240405153230207 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/smc.S' (207) at 20210307214925886 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/nvidia/Kconfig' (208) at 20210307214929570 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/pm-qa/pm-qa_git.bb' (209) at 20220402030016007 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi' (210) at 20240405153045745 2025-03-14 03:00:45.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/tu102.c' (211) at 20240405153048645 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/core.c' (212) at 20240405153231911 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/buffer.hpp' (213) at 20230817080003092 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/mm/Makefile' (214) at 20220525020651802 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/system_keyring.h' (215) at 20240405153231799 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk.h' (216) at 20240405153052669 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/ucontext.h' (217) at 20210307214925650 2025-03-14 03:00:45.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/init.c' (218) at 20240405153046049 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libucontext_1.2.bb' (219) at 20220402030016155 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/meson-ir.c' (220) at 20240405153230823 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header.sig' (221) at 20210831100016398 to deleted uid set 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_arm_callgraph_fp.sh' (222) at 20240805080014071 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/mhi.c' (223) at 20240405153231159 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/es8328.txt' (224) at 20210307214925426 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-inet-d978-rev2.dts' (225) at 20210308005002624 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/arm,cryptocell.yaml' (226) at 20220525020651666 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/samsung_uart.yaml' (227) at 20240405153045153 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/meson.build' (228) at 20240904080040075 to deleted uid set 2025-03-14 03:00:45.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pc873xx.c' (229) at 20220525020651802 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-sld8.dtsi' (230) at 20240405153045577 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/thunderbolt/trace.c' (231) at 20240405153050369 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/data.c' (232) at 20240405153232235 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_ida.c' (233) at 20240405153231955 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy25-93.0W' (234) at 20210307205553762 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/iocsr_config.h' (235) at 20210308005003044 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb' (236) at 20240413080012655 to deleted uid set 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-display.yaml' (237) at 20240405153045049 2025-03-14 03:00:45.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/mt7601u.h' (238) at 20240405153050609 2025-03-14 03:00:45.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/Kconfig' (239) at 20240405153051445 2025-03-14 03:00:45.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/omap/dss.rst' (240) at 20240405153044973 2025-03-14 03:00:45.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan.c' (241) at 20240405153053161 2025-03-14 03:00:45.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efclib.c' (242) at 20220525020654003 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sys.c' (243) at 20240405153231931 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/tests/test_sensorcommands.cpp' (244) at 20240829080009334 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_nl.h' (245) at 20210307214930350 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8916.yaml' (246) at 20240405153045025 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_ieee80211.c' (247) at 20240405153051913 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/omap-usb.h' (248) at 20210307214929010 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/MAINTAINERS' (249) at 20210308005002900 2025-03-14 03:00:45.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x3_rtr_regs.h' (250) at 20240405153046605 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/fan/TachSensor.hpp' (251) at 20241112090003094 to deleted uid set 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/Makefile' (252) at 20210309003648828 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-core.c' (253) at 20240405153049529 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/thread_info.h' (254) at 20240405153045909 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml' (255) at 20240405153229799 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm33xx.h' (256) at 20240405153045661 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ldflags.patch' (257) at 20210307205553874 2025-03-14 03:00:45.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_s1810c.h' (258) at 20210307214932446 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-MountLeinster' (259) at 20210307205553774 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts' (260) at 20240405153045813 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/charger-manager.yaml' (261) at 20240405153045141 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_n_regs.h' (262) at 20240405153046573 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb' (263) at 20240106090017237 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish.h' (264) at 20220525020652138 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/idt_handlers_64.S' (265) at 20240405153230103 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cik_ih.c' (266) at 20240405153230331 2025-03-14 03:00:45.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts' (267) at 20240912080012038 2025-03-14 03:00:45.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/msp3400-kthreads.c' (268) at 20220525020653255 2025-03-14 03:00:45.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cifs/cifs_netlink.h' (269) at 20220525020654667 2025-03-14 03:00:45.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/dropbear/dropbear_%.bbappend' (270) at 20210807000017354 2025-03-14 03:00:45.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_dpi.c' (271) at 20240405153048417 2025-03-14 03:00:45.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/net.h' (272) at 20241211090212366 2025-03-14 03:00:45.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/core.h' (273) at 20210307214931438 2025-03-14 03:00:45.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/Platform' (274) at 20210307214926190 2025-03-14 03:00:45.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/include/asm/pgtable.h' (275) at 20240913080013769 to deleted uid set 2025-03-14 03:00:45.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/dwarf-unwind.c' (276) at 20240405153054165 2025-03-14 03:00:45.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfann/libfann_git.bb' (277) at 20240301090012427 2025-03-14 03:00:45.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/sparx5_serdes_regs.h' (278) at 20240405153051289 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo.dts' (279) at 20210308005002624 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/sound.txt' (280) at 20210308005003304 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/interrupt.h' (281) at 20240712080021053 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/wl12xx_80211.h' (282) at 20210307214929974 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/MAINTAINERS' (283) at 20210308005003012 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/262.out' (284) at 20240906080037564 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin-ff-rdk-emmc.dts' (285) at 20240405153045529 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/rtas.c' (286) at 20221215040039374 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0005-Don-t-require-internet-connection-during-build.patch' (287) at 20230211040012643 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_auto.c' (288) at 20210308005003448 2025-03-14 03:00:45.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_blackhole.c' (289) at 20210307214932062 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unknown-escape.out' (290) at 20210308005046413 to deleted uid set 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-gpio.c' (291) at 20220525020653679 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio_1.67.1.bb' (292) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-composite-93.c' (293) at 20241008080013911 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/OWNERS' (294) at 20240110090012776 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/wic/emmc-fvp.wks.in' (295) at 20240507080014346 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_oem.c' (296) at 20210308004938828 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-mpu6050' (297) at 20210307214925194 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/i386-linux-user.mak' (298) at 20241211090212222 2025-03-14 03:00:45.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/rockchip_saradc.c' (299) at 20240405153230691 to deleted uid set 2025-03-14 03:00:45.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/bcmgenet.h' (300) at 20210307214931470 2025-03-14 03:00:45.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multidict/run-ptest' (301) at 20240301090012431 to deleted uid set 2025-03-14 03:00:45.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/hellcreek_ptp.h' (302) at 20220525020653427 2025-03-14 03:00:45.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_pmc56_exclude_constraints_test.c' (303) at 20240405153054361 2025-03-14 03:00:45.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi_table.h' (304) at 20210308005002876 2025-03-14 03:00:45.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-cxl.json' (305) at 20240405153054149 2025-03-14 03:00:45.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx93-pinfunc.h' (306) at 20240405153045737 2025-03-14 03:00:45.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/localuser/test_ipmi_redfish_user.robot' (307) at 20240628080017117 2025-03-14 03:00:45.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/armada-37xx-rwtm-mailbox.h' (308) at 20220525020654551 2025-03-14 03:00:45.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c' (309) at 20220525020652971 2025-03-14 03:00:45.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sgi/meth.c' (310) at 20240405153050293 2025-03-14 03:00:45.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/pmf.c' (311) at 20220525020653667 2025-03-14 03:00:45.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/core.c' (312) at 20240613080016463 2025-03-14 03:00:45.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/shadow/shadow_%.bbappend' (313) at 20220402030016075 2025-03-14 03:00:45.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-bcm6345.c' (314) at 20240405153231367 2025-03-14 03:00:45.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/fujitsu-laptop.c' (315) at 20240405153051405 2025-03-14 03:00:45.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_cmp.c' (316) at 20240405153232059 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/tdp_mmu.c' (317) at 20240429080012408 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (318) at 20241206090014202 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa3xx-regs.h' (319) at 20240405153045677 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/lcsr.decode' (320) at 20230925080040041 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/sections.h' (321) at 20210308005002824 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/Makefile' (322) at 20210308005003032 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/Kconfig' (323) at 20240405153046229 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/initial_sid_to_string.h' (324) at 20240405153053477 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/memchr.S' (325) at 20240405153229859 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv04.c' (326) at 20210307214927962 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nuvoton/Kconfig' (327) at 20240405153051325 2025-03-14 03:00:45.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/drm_ioctl.sh' (328) at 20210307214932578 2025-03-14 03:00:45.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/reg.h' (329) at 20210307214926362 2025-03-14 03:00:45.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mv64xxx.c' (330) at 20240405153048905 2025-03-14 03:00:45.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/persistent-data/dm-array.c' (331) at 20240405153049257 to deleted uid set 2025-03-14 03:00:45.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/030.out' (332) at 20210308005046437 2025-03-14 03:00:45.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aegis128-neon-inner.c' (333) at 20240405153046529 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/bluecard_cs.c' (334) at 20210309003649204 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa2xx.c' (335) at 20240405153045677 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nandif.c' (336) at 20210308005003556 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-amd8111.c' (337) at 20240405153047073 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/slt_ast2600/Kconfig' (338) at 20210308005002916 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_common.h' (339) at 20240405153051825 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6592-evb.dts' (340) at 20240405153045461 2025-03-14 03:00:45.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/Kconfig' (341) at 20240405153053053 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-linux.patch' (342) at 20210307205553810 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53-kp.dts' (343) at 20210308005002580 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/sor.c' (344) at 20210308005003536 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/main.c' (345) at 20240405153053173 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TASKS01' (346) at 20240405153054369 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-perl/perl/lib-perl_0.63.bb' (347) at 20241221090017580 2025-03-14 03:00:45.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/hw_breakpoint_test.c' (348) at 20240405153052997 2025-03-14 03:00:45.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/pipeline.json' (349) at 20240405153054157 2025-03-14 03:00:45.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/persistent_json_storage.hpp' (350) at 20230125040034502 2025-03-14 03:00:45.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd_1.195.bb' (351) at 20210307205553842 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/f81534.c' (352) at 20240405153052129 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/spl_a10.c' (353) at 20210308005002780 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwsleep.c' (354) at 20240405153046621 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-usb-otg.dtsi' (355) at 20240405153045425 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rtas.c' (356) at 20240326080039486 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/z8530.h' (357) at 20210307214929674 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/trace.h' (358) at 20240613080016463 2025-03-14 03:00:45.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dispc_coefs.c' (359) at 20220525020652975 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-on.service' (360) at 20241213090035010 to deleted uid set 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/hisilicon/hi6220_reset.c' (361) at 20240405153231367 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/jobctl.h' (362) at 20240405153052789 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mipi0a.txt' (363) at 20240405153229755 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Olkamangi' (364) at 20210307205553790 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/skeleton.dtsi' (365) at 20210308005002872 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/optee_rpc_cmd.h' (366) at 20240405153051969 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_loader.c' (367) at 20240405153054285 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/intel-nhlt.c' (368) at 20240405153232123 2025-03-14 03:00:45.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/Kconfig' (369) at 20240405153052037 2025-03-14 03:00:45.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/colorspaces.rst' (370) at 20210309003648488 2025-03-14 03:00:45.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vsock-common.c' (371) at 20240906080037316 2025-03-14 03:00:45.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/amigaone/Makefile' (372) at 20210307214926458 2025-03-14 03:00:45.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sd_zbc.c' (373) at 20241115090012961 2025-03-14 03:00:45.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/string.h' (374) at 20240405153046281 2025-03-14 03:00:45.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch' (375) at 20241221090017656 2025-03-14 03:00:45.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3128.h' (376) at 20210308005002660 2025-03-14 03:00:45.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/io.h' (377) at 20240405153230019 2025-03-14 03:00:45.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/bp_account.c' (378) at 20240405153054161 2025-03-14 03:00:45.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysfs-rules.rst' (379) at 20210307214925242 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregationService.v1_0_3.json' (380) at 20240619080002940 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-miqi.dts' (381) at 20210308005002604 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1761.h' (382) at 20210307214932294 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-sensor-inventory-mrw/openpower-config.yaml' (383) at 20210307205554054 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap-cache.c' (384) at 20210308005002756 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-dev.c' (385) at 20240405153046937 2025-03-14 03:00:45.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_version.cpp' (386) at 20240829080033127 2025-03-14 03:00:45.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mac.c' (387) at 20220802100038573 2025-03-14 03:00:45.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-375.txt' (388) at 20210307214925274 2025-03-14 03:00:45.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NGmemcpy.S' (389) at 20240405153046333 2025-03-14 03:00:45.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/rx.c' (390) at 20210309003651572 2025-03-14 03:00:45.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.h' (391) at 20210307214929814 2025-03-14 03:00:45.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sc_sps_1_defconfig' (392) at 20210308005003280 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/util_mem.c' (393) at 20210307214932438 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/setjmp.S' (394) at 20210308005002708 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt' (395) at 20240405153229779 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/axis.txt' (396) at 20210307214925270 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si2165_priv.h' (397) at 20210307214928634 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispcsi2.h' (398) at 20240405153049485 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/device-manager.rst' (399) at 20240309090012808 2025-03-14 03:00:45.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/htb.json' (400) at 20240405153054377 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/snd_sst_tokens.h' (401) at 20240405153052949 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/dhry_2.c' (402) at 20210308005003696 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc.inc' (403) at 20220502030010096 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/net2big-setup.c' (404) at 20240405153045673 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/m68k/Makefile.target' (405) at 20240906080037576 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/processor-cyrix.h' (406) at 20220525020652150 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/integrity_algo.hpp' (407) at 20230513080031426 to deleted uid set 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/mpu3050-core.c' (408) at 20240405153048985 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch' (409) at 20240309090012804 2025-03-14 03:00:45.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/redundantosrelease' (410) at 20240523080020161 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/xen,shared-memory.txt' (411) at 20210307214925414 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-As' (412) at 20210307205553778 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu-qom.h' (413) at 20240906080037472 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/no-Trondelag_Stjordal' (414) at 20210307205553778 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc_multibatch.py' (415) at 20210524100035138 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/trace.h' (416) at 20240405153053229 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_compat.h' (417) at 20210307214931646 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.gitignore' (418) at 20240710080015177 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tlv320dac33-plat.h' (419) at 20210307214931602 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-callbacks-demo.c' (420) at 20210307214932126 2025-03-14 03:00:45.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/jit_probe_mem.c' (421) at 20240405153054253 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/layer.conf' (422) at 20241221090017580 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_raid.h' (423) at 20210307214930366 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98090.yaml' (424) at 20240405153045165 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond-arp-interval-causes-panic.sh' (425) at 20240405153232263 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/platsmp.c' (426) at 20240405153045689 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cpus-virtual-clock.c' (427) at 20240906080037444 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8804-spi.c' (428) at 20240405153053869 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_regs.h' (429) at 20240405153046601 2025-03-14 03:00:45.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/nlrequest.c_packet-too-small_fix.patch' (430) at 20230706080014741 2025-03-14 03:00:45.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_sp.c' (431) at 20241104090011575 to deleted uid set 2025-03-14 03:00:45.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/rdtgroup.c' (432) at 20240405153230123 2025-03-14 03:00:45.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service' (433) at 20231205090013449 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_mulu.c' (434) at 20210308005046529 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_string_attribute_test.cpp' (435) at 20240618080043041 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppevvmath.h' (436) at 20240405153230503 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/bond.c' (437) at 20240405153050105 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/pnd2_edac.h' (438) at 20210307214927158 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_resource.h' (439) at 20221215040039202 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/analogix,anx7814.yaml' (440) at 20240405153045037 2025-03-14 03:00:45.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/Kconfig' (441) at 20210308005003012 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/jeilinj.c' (442) at 20210307214928830 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/run-ptest' (443) at 20210316000012725 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/mac_cmd.c' (444) at 20210307214931998 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/bcm_kona_timer.c' (445) at 20240405153046873 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/other.json' (446) at 20240405153054137 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/pin_data.rs' (447) at 20240405153053421 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin' (448) at 20240906080037408 to deleted uid set 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/Kconfig' (449) at 20210308005003088 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/init.h' (450) at 20240405153052901 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-dma.c' (451) at 20240405153049497 2025-03-14 03:00:45.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/relocatable.bbclass' (452) at 20220910030013393 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/run-ptest' (453) at 20230317080013825 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/swap_case.c' (454) at 20210308005003400 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/timer_mim_reject.c' (455) at 20220525020655203 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/hsu.h' (456) at 20240405153052681 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/orangefs/orangefs-debugfs.c' (457) at 20240405153052481 to deleted uid set 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_mme_axuser_regs.h' (458) at 20240405153046585 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/perf_regs.c' (459) at 20210309003648952 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-mpic.dtsi' (460) at 20210307214926350 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi' (461) at 20240405153229931 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ni903x_wdt.c' (462) at 20240405153052241 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/dreamcast_defconfig' (463) at 20240405153046309 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ecpf.c' (464) at 20240405153050097 2025-03-14 03:00:45.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/restart_table.c' (465) at 20220525020652062 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-timechart.txt' (466) at 20210307214932510 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nssearch.c' (467) at 20210307214926838 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/matroxfb.h' (468) at 20210307214931642 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/mock_terminus_manager.hpp' (469) at 20240903080027143 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-link.c' (470) at 20220525020655087 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/README' (471) at 20210307214932686 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/reboot.c' (472) at 20210307214926622 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amlogic/amlogic-gxl.h' (473) at 20240405153230255 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-h6.h' (474) at 20210307214927026 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tps23861.c' (475) at 20241211090145433 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vermilion/vermilion.h' (476) at 20210307214930946 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64g_4core_ls7a.dts' (477) at 20210309003648828 to deleted uid set 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra124-car.h' (478) at 20210307214931338 2025-03-14 03:00:45.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_h.c' (479) at 20210308005046521 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/Kconfig' (480) at 20240405153231315 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/manpage-suppress-sp.xsl' (481) at 20210307214932494 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qmp-quit.c' (482) at 20220429100100758 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/Makefile' (483) at 20210308005003028 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/entity_name.cpp' (484) at 20240820080007197 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-YouSee' (485) at 20210307205553758 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/error_logging_utils_tests.cpp' (486) at 20210903000106255 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/abx500/ab8500-codec.h' (487) at 20210307214931422 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d-100ask-dongshanpione.dts' (488) at 20240405153045573 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/dpaa_sys.h' (489) at 20210307214930438 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/turbostat/.gitignore' (490) at 20210307214932622 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am4372.dtsi' (491) at 20240405153229903 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst' (492) at 20240405153229843 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/tps65910.txt' (493) at 20210307214925362 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf' (494) at 20210307205553838 2025-03-14 03:00:45.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_one_plus_defconfig' (495) at 20210308005003272 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pca9450-regulator.c' (496) at 20240405153231363 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf' (497) at 20210307205554082 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/systemd-journald-override.conf' (498) at 20210307205553694 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/fam15h_power.c' (499) at 20220525020653055 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/pcf50633-charger.c' (500) at 20240405153051437 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/skl.c' (501) at 20240405153053997 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-a10-pll2.c' (502) at 20210307214927030 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nvme_ioctl.h' (503) at 20240405153052933 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/interface/ia_css_frame_comm.h' (504) at 20210307214930566 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmu_context.h' (505) at 20210307214926582 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/conf/layer.conf' (506) at 20241221090017576 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb' (507) at 20241221090017540 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BatteryCollection.json' (508) at 20240619080002940 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi' (509) at 20240405153229963 2025-03-14 03:00:45.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SL' (510) at 20241221090017616 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-master.c' (511) at 20210308005003348 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/flush-sh4.c' (512) at 20210307214926574 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-aspeed/debugfs.c' (513) at 20220525020651882 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/layer.conf' (514) at 20241221090017564 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_data.py' (515) at 20210528000029731 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hwmon/tmp513.c' (516) at 20240405153230667 to deleted uid set 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/rdma_user_ioctl.h' (517) at 20210309003654004 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/virtio-9p-device.c' (518) at 20240906080037184 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-linksys-mamba.dts' (519) at 20240405153045453 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/redirect.rst' (520) at 20240405153044997 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/fcvt.c' (521) at 20240906080037576 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/switch_to.h' (522) at 20210307214926514 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button.service' (523) at 20240730080012557 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_round.S' (524) at 20220525020652186 2025-03-14 03:00:45.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/silicon-errata.txt' (525) at 20240405153229835 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell_0.60.8.1.bb' (526) at 20241221090017692 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/tina2.h' (527) at 20240405153232131 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/sqrtloop.c' (528) at 20240405153054173 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-dbg.c' (529) at 20240405153052101 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dmxdev.h' (530) at 20240405153052825 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/sdram.c' (531) at 20210308005002856 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/errseq.rst' (532) at 20240405153045289 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonpointer/run-ptest' (533) at 20230401080011971 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ap-device.c' (534) at 20210308005045949 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_n_down_ch1_regs.h' (535) at 20240405153046573 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/nwbutton.c' (536) at 20210307214926950 2025-03-14 03:00:45.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/.gitignore' (537) at 20220625030006048 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/bitsperlong.h' (538) at 20210307214926494 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/madera.h' (539) at 20210307214931350 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/peci-cputemp.rst' (540) at 20240405153045217 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/1024x768.S' (541) at 20210307214932470 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211types.h' (542) at 20240405153051953 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sigaltstack/.gitignore' (543) at 20210307214932722 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/slave.c' (544) at 20241011080017391 2025-03-14 03:00:45.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cramfs/inode.c' (545) at 20240820080014169 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c' (546) at 20241018080014542 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/pipeline.json' (547) at 20240405153232231 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/mman.h' (548) at 20240405153046505 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml' (549) at 20240405153045113 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml' (550) at 20240405153045181 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/kyro.h' (551) at 20240405153052953 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb' (552) at 20240221090011585 to deleted uid set 2025-03-14 03:00:45.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/pseries_energy.c' (553) at 20240405153046225 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_misc.c' (554) at 20220525020654967 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc.hpp' (555) at 20220301040028073 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ia_css_bh_param.h' (556) at 20210307214930550 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/dw_apb_timer.c' (557) at 20210307214927046 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/builder.py' (558) at 20210308005003756 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/fwlw' (559) at 20241221090017620 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb' (560) at 20241221090017544 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ventura-phosphor-multi-gpio-presence.json' (561) at 20241029080011439 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw71xx-0x.dts' (562) at 20220525020651910 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hdac_hdmi.h' (563) at 20220525020655031 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch' (564) at 20210307205554574 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/3c509.rst' (565) at 20210309003648436 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt711.c' (566) at 20240405153053957 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/system-c-ares.patch' (567) at 20241221090017512 2025-03-14 03:00:45.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/common/cfam_reset.cpp' (568) at 20230512080029401 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/pcie_bifurcation_unittest.cpp' (569) at 20220525015711018 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/lockdown/lockdown.c' (570) at 20240405153053477 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/Makefile' (571) at 20240405153045749 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/bcm47xx.h' (572) at 20210309003648832 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml' (573) at 20240405153045053 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_quiesce.c' (574) at 20220525020653963 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml' (575) at 20240405153045173 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/Makefile' (576) at 20210308005002860 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/bcm203x.c' (577) at 20240405153046721 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_sh.c' (578) at 20210307214932006 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/srcu_lockdep.sh' (579) at 20240405153054365 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ftrace.c' (580) at 20240405153046433 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-meta-cap.h' (581) at 20210307214928794 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_cpu_model_versions.py' (582) at 20241211090212542 2025-03-14 03:00:45.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_ovec.c' (583) at 20240906080037284 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-topic-miamilite.dts' (584) at 20210308005002632 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/rv-mon-wwnr.rst' (585) at 20240405153045265 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/malta64_defconfig' (586) at 20210308005003268 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs2.h' (587) at 20240628080014021 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sc7180.c' (588) at 20240405153046813 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/flash.hpp' (589) at 20240710080021941 to deleted uid set 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/B_component_ids.json' (590) at 20220511030417199 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/nftables/files/nft-configure.sh' (591) at 20230606080013598 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml' (592) at 20240405153045153 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/Kconfig' (593) at 20240405153230659 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-openrd-ultimate.dts' (594) at 20240405153045457 2025-03-14 03:00:45.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_dev.c' (595) at 20240405153050201 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu_disp.c' (596) at 20210308005003528 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Documentation/Build.txt' (597) at 20210307214932466 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/xattr.c' (598) at 20240613080016491 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png' (599) at 20210307205554462 to deleted uid set 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/efi-disk-no-swap.wks.in' (600) at 20241206090014214 to deleted uid set 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/dts/ae350_64.dts' (601) at 20210308005002844 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_tunnel_core.c' (602) at 20240405153232023 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/dc21285.c' (603) at 20210307214929214 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/gpio-mux-clock.yaml' (604) at 20220525020651662 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/imx/Kconfig' (605) at 20240405153051761 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/plugin.h' (606) at 20240906080037428 2025-03-14 03:00:45.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-ioc-setup-link.rst' (607) at 20210309003648484 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/fix-gettid-exception-declaration.patch' (608) at 20231011080016574 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/lvm.conf' (609) at 20210307205553982 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ObjectID.h' (610) at 20210307214927990 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-core.c' (611) at 20240405153049381 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pfr_update.c' (612) at 20240405153046645 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3430es1-clocks.dtsi' (613) at 20240405153045605 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-minix-neo.c' (614) at 20220525020653311 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-lmedm04-cardlist.rst' (615) at 20210307214925230 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/kprobes.h' (616) at 20240405153045361 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/loongson.h' (617) at 20240405153045937 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.h' (618) at 20240405153050105 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-utoo-p66.dts' (619) at 20210308005002620 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (620) at 20241206090014222 2025-03-14 03:00:45.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/et8ek8/Kconfig' (621) at 20240405153230783 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/x509_loader.c' (622) at 20240405153046533 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mt6370.h' (623) at 20240405153049613 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-custom-env.patch' (624) at 20241221090017512 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/gpio.h' (625) at 20210308005003636 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_debug.h' (626) at 20240411080014094 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/207.out' (627) at 20220429100100910 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml' (628) at 20240618080025501 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_intel.h' (629) at 20220525020654999 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/kernel/perf_pai_crypto.c' (630) at 20240405153230079 to deleted uid set 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/ns.c' (631) at 20240613080016535 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc/defconfig' (632) at 20230406080015457 2025-03-14 03:00:45.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/rsrc.c' (633) at 20240628080014025 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/floppy_32.h' (634) at 20240405153230091 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/img,pistachio-gptimer.txt' (635) at 20210307214925446 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/isa.c' (636) at 20240405153045629 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/config-olympus-nuvoton.json' (637) at 20210307205554094 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl_private.h' (638) at 20210307214930542 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_ioctl.c' (639) at 20240405153048789 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/insn-x86.c' (640) at 20240405153054093 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/memory.c' (641) at 20210307214926638 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.yaml' (642) at 20240405153045173 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch' (643) at 20241221090017672 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/arndale_spl.c' (644) at 20210308005003040 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/runtime_monitor.cpp' (645) at 20220728030043355 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/dvipdfm' (646) at 20211006000025246 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0008-libtool.patch' (647) at 20241221090017660 2025-03-14 03:00:45.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso-asmoffset.h' (648) at 20240326080039562 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.flake8' (649) at 20220314030038292 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/m68k.config' (650) at 20240405153054381 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/snps,hsdk-reset.h' (651) at 20210307214931350 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/bestcomm/gen_bd.h' (652) at 20210307214931390 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valsjobyn' (653) at 20210307205553794 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,msm8916.h' (654) at 20210307214931338 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/0001-Remove-bionic-specific-calls.patch' (655) at 20210307205553894 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/mmu_context.h' (656) at 20220525020652126 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/Build' (657) at 20210307214932470 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/drivers-testing.rst' (658) at 20210307214925542 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/db8500-thermal.txt' (659) at 20210307214925442 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos-audss-clock.yaml' (660) at 20240405153045029 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-sanyo.c' (661) at 20210307214928774 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_sensor/malformed/sensor_pdr.json' (662) at 20210921100049070 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/holder.c' (663) at 20240405153046525 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/phosphor-settings-manager/chassis-capabilities.override.yml' (664) at 20220126110011868 2025-03-14 03:00:45.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_ftp.c' (665) at 20240405153053321 2025-03-14 03:00:45.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/smbfsctl.h' (666) at 20240527080023360 2025-03-14 03:00:45.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/files/pacbti.c' (667) at 20231207090015258 2025-03-14 03:00:45.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sc9863a.dtsi' (668) at 20240405153045825 2025-03-14 03:00:45.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/atags.h' (669) at 20210524100034858 2025-03-14 03:00:45.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h' (670) at 20240405153230423 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_connmark.h' (671) at 20240405153052865 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpcihp_zt5550.h' (672) at 20210307214930026 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-cubieboard2.dts' (673) at 20210308005002624 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts' (674) at 20240405153229943 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vm_event_item.h' (675) at 20240405153052817 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch' (676) at 20240113090014536 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/Makefile' (677) at 20240405153053241 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_siginfo.h' (678) at 20221215040039066 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/spinlock_types.h' (679) at 20240405153045625 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/parser/parser.cpp' (680) at 20230516080022994 to deleted uid set 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-inventory-example-native.bb' (681) at 20241206090014274 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/hugetlbpage.c' (682) at 20240405153046477 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77620.h' (683) at 20210307214931430 2025-03-14 03:00:45.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml' (684) at 20240405153045177 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/run-ptest' (685) at 20210528000029747 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/vsyscall.c' (686) at 20210307214926570 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/certs/print-cert-tbs-hash.sh' (687) at 20240405153054041 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/fixdep.c' (688) at 20210307214932470 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (689) at 20241206090014230 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/report_sw_tags.c' (690) at 20240405153053129 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c' (691) at 20210308005046517 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/arch/arm64/silicon-errata.rst' (692) at 20241011080017287 to deleted uid set 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier-4u.dts' (693) at 20240405153045417 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mmap_lock.h' (694) at 20240405153052897 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb' (695) at 20241221090017548 to deleted uid set 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/fdt.c' (696) at 20210307214925678 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/keyboard-uclass.c' (697) at 20210308005003384 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/metricgroups.json' (698) at 20240405153054129 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_vda.c' (699) at 20210307214930310 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/tesla,fsd-clock.yaml' (700) at 20240405153045029 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-list.err' (701) at 20210308005046409 2025-03-14 03:00:45.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2600.py' (702) at 20241211090212538 to deleted uid set 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/acpi/fan_performance_states.rst' (703) at 20240405153044937 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb' (704) at 20240106090017229 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-no-list.out' (705) at 20210308005046405 to deleted uid set 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/Kconfig' (706) at 20220525020654147 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/stacktrace.c' (707) at 20240405153046077 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch' (708) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash64.h' (709) at 20240906080037516 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/hci.h' (710) at 20241216090017769 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/.gitignore' (711) at 20211027100037435 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/stackdelta' (712) at 20210307214932162 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_cout0_master_regs.h' (713) at 20240405153046585 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/btrfs_inode.h' (714) at 20241008080013987 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml' (715) at 20240405153045149 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_mmc_rd.py' (716) at 20210308005003744 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_trace.h' (717) at 20210307214931362 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pasemi_dma.h' (718) at 20210307214926386 2025-03-14 03:00:45.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_csi2.h' (719) at 20240405153231471 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/Kconfig' (720) at 20210308005002788 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lovanger' (721) at 20210307205553786 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/map_to_14segment.h' (722) at 20240405153052925 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/ps/pci-ps.c' (723) at 20240405153053549 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8180x.dtsi' (724) at 20241211090145373 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/dm-verity-fec.c' (725) at 20240405153230767 to deleted uid set 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/ppc970-pmu.c' (726) at 20240405153046193 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci-sysbus.c' (727) at 20241211090212342 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/client.c' (728) at 20240405153230607 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/savage/savagefb_driver.c' (729) at 20240617080017402 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-1R-45.0W' (730) at 20210307205553762 2025-03-14 03:00:45.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/include/mach/ddr.h' (731) at 20210308005002824 2025-03-14 03:00:45.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu-u-boot.dts' (732) at 20210308005002604 2025-03-14 03:00:45.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/conf/layer.conf' (733) at 20241221090017576 2025-03-14 03:00:45.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_debug.c' (734) at 20240405153050217 2025-03-14 03:00:45.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/setup-sh7619.c' (735) at 20210307214926562 2025-03-14 03:00:45.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/jpeg.h' (736) at 20210307214928830 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/at803x.c' (737) at 20240405153231075 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-designware.c' (738) at 20240405153231287 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/fuse.rst' (739) at 20240405153045205 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/hpet.h' (740) at 20240906080037340 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/virtio.c' (741) at 20240405153047037 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_sgdma.c' (742) at 20240405153049785 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP2.interface.yaml' (743) at 20220315030032659 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/dma.h' (744) at 20240405153045961 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmnsp/reset.c' (745) at 20210308005002552 2025-03-14 03:00:45.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-inet1.dts' (746) at 20240405153045377 2025-03-14 03:00:45.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/tlv320adc3xxx.h' (747) at 20240405153052657 2025-03-14 03:00:45.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/fbida_git.bb' (748) at 20241206090014254 2025-03-14 03:00:45.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_intel_hdmi.c' (749) at 20240405153048421 2025-03-14 03:00:45.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_game.c' (750) at 20210307214932234 2025-03-14 03:00:45.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/max77686.c' (751) at 20210308005003468 2025-03-14 03:00:45.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service' (752) at 20210307205554490 2025-03-14 03:00:45.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.esbc_validate' (753) at 20210308005003292 2025-03-14 03:00:45.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-atmel-hlcdc.c' (754) at 20240405153231355 2025-03-14 03:00:45.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_gen1.c' (755) at 20241008080013959 2025-03-14 03:00:45.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d2_ptc_ek.h' (756) at 20210308005003612 2025-03-14 03:00:45.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/xtfpga.dtsi' (757) at 20210307214926758 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/at91-sama5d2_shdwc.c' (758) at 20240405153231351 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-non-file.err' (759) at 20210308005046409 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/maplecontrol.c' (760) at 20210307214928470 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3368-cru.h' (761) at 20210308005003632 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt' (762) at 20210308005003080 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' (763) at 20241213090004417 to deleted uid set 2025-03-14 03:00:45.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/irq.h' (764) at 20240405153046005 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/addac/ad74115.c' (765) at 20240405153048965 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/bcm2835_gpio.c' (766) at 20241211090212270 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/task_pt_regs.c' (767) at 20240405153054261 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch' (768) at 20210307205554606 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/internal.h' (769) at 20210307214932494 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz' (770) at 20210307205554594 to deleted uid set 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_sleep.py' (771) at 20210308005003744 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/MAINTAINERS' (772) at 20210308005003004 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.14.0.bb' (773) at 20241221090017504 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c' (774) at 20210308005046517 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast_i2c.h' (775) at 20210308005003380 2025-03-14 03:00:45.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/net_utils.c' (776) at 20210308005003708 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.c' (777) at 20210308005003368 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/string.h' (778) at 20210308005002816 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_txrx.h' (779) at 20240411080014098 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/irq.h' (780) at 20240405153052885 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mxc6255.c' (781) at 20240405153048941 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/leds/led_hw_brightness_mon.c' (782) at 20210307214932486 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/omap-hdmi-audio.h' (783) at 20210309003653972 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.metadata.yaml' (784) at 20220430030026016 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd201-som2d01.dtsi' (785) at 20240405153045573 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_23.09.bb' (786) at 20241206090014246 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi' (787) at 20240405153045589 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-pcm.c' (788) at 20240405153053993 2025-03-14 03:00:45.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/push.h' (789) at 20210309003649824 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset-ti-sci.c' (790) at 20210308005003496 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Add-resolv_compat.h-for-musl-builds.patch' (791) at 20240106090017233 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/connector/Makefile' (792) at 20210307214927050 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/qos.c' (793) at 20210308005003040 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/cec-common.yaml' (794) at 20240405153045093 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-motherboard.dtsi' (795) at 20240405153045717 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/Kconfig.select-break' (796) at 20210307214925514 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.gitignore' (797) at 20220204210413341 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts' (798) at 20240405153045521 2025-03-14 03:00:45.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7604.c' (799) at 20241211090145445 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_lwt_seg6local.sh' (800) at 20240405153054285 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/brcm/soc.txt' (801) at 20210307214925362 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/function/binding/pci-test.rst' (802) at 20210309003648264 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fib_rule_tests.sh' (803) at 20240405153054337 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/blake2s.h' (804) at 20240405153052621 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_state_manager.hpp' (805) at 20240723080028240 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/wishbone-serial.c' (806) at 20210307214930874 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0001-reduce-build-to-conversion-tools-for-native-build.patch' (807) at 20210608000015799 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/Kconfig' (808) at 20240405153049761 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/pvcalls-front.c' (809) at 20240405153052249 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_mini_v2_defconfig' (810) at 20210308005003272 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/turbostat/COPYING' (811) at 20210307205553958 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/topdown.h' (812) at 20240405153054093 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/arch.h' (813) at 20240405153045621 2025-03-14 03:00:45.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv.h' (814) at 20210307214928774 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch' (815) at 20220204040022688 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/strlist.c' (816) at 20210307214932606 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/nfcmrvl.h' (817) at 20240405153051145 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/platform_keyring.c' (818) at 20210307214932170 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/phosphor-logging.wrap' (819) at 20230602080035412 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_ls_sleepable.c' (820) at 20240405153054269 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fcp.h' (821) at 20210307214932210 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/ucma.c' (822) at 20240405153049025 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmp.h' (823) at 20241211090212514 2025-03-14 03:00:45.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam_1.7.0.bb' (824) at 20241221090017676 to deleted uid set 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/i3c.h' (825) at 20241211090212358 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/aspeed,g6-pwm-tach.yaml' (826) at 20240410080016741 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/bootgraph.pl' (827) at 20210307214932134 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/tlb.h' (828) at 20210307214926246 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/refcounted_kptr_fail.c' (829) at 20240405153232259 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/setup.c' (830) at 20241211090145377 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3.bbclass' (831) at 20241221090017608 to deleted uid set 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts' (832) at 20210309003648728 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/Makefile' (833) at 20210307214929974 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.h' (834) at 20240405153046989 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dynamic_debug.h' (835) at 20240405153231807 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/pcm052.dts' (836) at 20210308005002600 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/directives/role-table.html' (837) at 20210308005107065 2025-03-14 03:00:45.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ads7828.h' (838) at 20210307214931470 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb' (839) at 20210307205554386 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml' (840) at 20240405153045037 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/README' (841) at 20210308005002980 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/files/0001-support-cross-compiling.patch' (842) at 20240413080012635 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v2_1.h' (843) at 20240405153047125 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/mv88e61xx.c' (844) at 20210308005003440 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (845) at 20230712080014010 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/startek,startek-kd050c.yaml' (846) at 20210307214925306 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/of_regulator.h' (847) at 20210307214931498 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/console/obmc-console/select-uart-mux' (848) at 20230203040020726 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/unistd.h' (849) at 20240405153046069 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ts4800_defconfig' (850) at 20210308005003284 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-imp_iic_wrap.c' (851) at 20240405153046797 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Abstyles' (852) at 20211006000025226 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/bypqs-title.png' (853) at 20210307205554290 to deleted uid set 2025-03-14 03:00:45.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/dynamic-layers/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend' (854) at 20240727080014098 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sdrc.c' (855) at 20240405153045669 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spl_minimal.c' (856) at 20210308005002828 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/spinlock.h' (857) at 20210307214926110 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/config-fragments/config' (858) at 20240405153232231 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cb710/core.c' (859) at 20210309003650420 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun9i-a80-prcm.yaml' (860) at 20240405153045017 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vgem/vgem_fence.c' (861) at 20240405153048785 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb4_pec.c' (862) at 20240326080039478 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane' (863) at 20210307205554466 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_classifier.c' (864) at 20240613080016439 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-irq.c' (865) at 20240405153230795 2025-03-14 03:00:45.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/keytable.c.rst' (866) at 20220525020651778 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_flower.c' (867) at 20241216090017797 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/asm-offsets.c' (868) at 20220525020651974 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/fsl,tcon.txt' (869) at 20210307214925302 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/atm.rst' (870) at 20210307214925526 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/papr_platform_attributes.c' (871) at 20240405153230055 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/reloc_ia32_efi.c' (872) at 20210308005002884 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/atmel-flexcom.c' (873) at 20240405153049601 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/intel-pt-events-record' (874) at 20220525020655155 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-1.0-or-later' (875) at 20211006000025226 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ulpi/interface.h' (876) at 20210307214931526 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/frame.h' (877) at 20210307214926662 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/hpe_soc.inc' (878) at 20210908000029103 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs42l56.h' (879) at 20210307214931594 2025-03-14 03:00:45.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/triggered_event.h' (880) at 20210307214931402 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_abm.h' (881) at 20240405153047213 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/data_interface_mock.hpp' (882) at 20240417080025475 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-highbank/Kconfig' (883) at 20210308005002724 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/simple_panel.c' (884) at 20210308005003532 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/multiq3.c' (885) at 20240405153046897 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/memory.json' (886) at 20240405153054141 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/machine/include/amd-nohost.inc' (887) at 20240307090019084 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/spr_common.h' (888) at 20240906080037516 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/trace-events' (889) at 20240906080037496 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch' (890) at 20240106090017233 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/vlock_pam' (891) at 20210307205553934 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-aud.c' (892) at 20240405153230211 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.1.bb' (893) at 20230317080013793 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/sw_device.h' (894) at 20210307214931402 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv4e.c' (895) at 20220525020652967 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fctiw.c' (896) at 20210307214926434 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_gpio.h' (897) at 20210308005002680 2025-03-14 03:00:45.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-mk802ii.dts' (898) at 20240405153045377 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/debug.c' (899) at 20240613080016483 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/syscalls_32.h' (900) at 20240405153046129 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_mod_race.c' (901) at 20240405153054245 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/nmi.h' (902) at 20240405153046277 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx31-clock.yaml' (903) at 20240405153045025 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/bpf_probe.h' (904) at 20240405153231863 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/speedo-tegra20.c' (905) at 20210307214930450 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_audio.c' (906) at 20240624080012776 2025-03-14 03:00:45.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_devcmd.h' (907) at 20240405153049893 2025-03-14 03:00:45.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_2_2_sh_mask.h' (908) at 20210307214927670 2025-03-14 03:00:45.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_mac.c' (909) at 20240405153231235 2025-03-14 03:00:45.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/mmu.h' (910) at 20240405153230063 2025-03-14 03:00:45.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-luks.h' (911) at 20210308005045773 2025-03-14 03:00:45.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/firmware/nvidia,tegra186-bpmp.txt' (912) at 20210308005003304 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/ee1004.c' (913) at 20240405153049637 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs42l43.c' (914) at 20240405153230831 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/to_short_enum.hpp' (915) at 20230524080039233 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_gre.c' (916) at 20240415080012995 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850.dtsi' (917) at 20210308005002576 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/test_signals.h' (918) at 20240405153054237 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/meson.build' (919) at 20220913030027321 to deleted uid set 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ipip.c' (920) at 20240405153053253 2025-03-14 03:00:45.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/nd-core.h' (921) at 20240405153051193 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/rtc.h' (922) at 20210307214931438 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb' (923) at 20241206090014274 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/dbus-vmstate-test.c' (924) at 20221215040039370 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.err' (925) at 20210308005046401 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/kasan.h' (926) at 20210307214932698 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/mvebu-devbus.txt' (927) at 20210307214925358 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/atmel_serial.c' (928) at 20240830080013307 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wsa8840.yaml' (929) at 20240405153045169 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi.c' (930) at 20240405153050405 to deleted uid set 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/baseband.h' (931) at 20220525020654195 2025-03-14 03:00:45.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/hvm/params.h' (932) at 20240326080039546 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sprd,ums512-clk.h' (933) at 20240405153052645 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/2001-fix-luaL-checkint.patch' (934) at 20230114040015494 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/pt' (935) at 20210308005046149 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb' (936) at 20241221090017536 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/daifflags.h' (937) at 20220525020651946 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.markdownlint.yaml' (938) at 20221207040023623 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8062.dtsi' (939) at 20240405153045541 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/tlb_helper.c' (940) at 20240906080037496 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/pwrseq.h' (941) at 20210307214929938 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/netboot/README.md' (942) at 20221209040019091 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/xlnx,video.txt' (943) at 20210307214925354 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-opera1-cardlist.rst' (944) at 20210307214925230 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user-glib.h' (945) at 20210927100127357 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_hippi.h' (946) at 20210307214931634 2025-03-14 03:00:45.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ScheduledTime.metadata.yaml' (947) at 20220430030026016 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed_mcu.c' (948) at 20240830080013283 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/netserver_permissions.patch' (949) at 20220721030015841 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.out' (950) at 20210308005046401 to deleted uid set 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/rc32434.h' (951) at 20210307214926226 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/cu1000-neo_defconfig' (952) at 20240405153230007 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts' (953) at 20220525020651902 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpdFile.dat' (954) at 20210308005056661 to deleted uid set 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_bridge_connector.h' (955) at 20240405153052629 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/xenbus_dev.h' (956) at 20240405153052961 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Kbuild.include' (957) at 20240405153053433 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt' (958) at 20210307214925454 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/journald.conf' (959) at 20210307205554490 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh' (960) at 20240301090012459 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha512_s390.c' (961) at 20240405153046273 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pyflashbmc/bmc_update.py' (962) at 20220728030041559 to deleted uid set 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tools-only_defconfig' (963) at 20210308005003284 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce80/irq_service_dce80.c' (964) at 20240405153047297 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/blob.py' (965) at 20210308005003748 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-configure-Drop-setting-mcpu-cortex-a8-on-arm.patch' (966) at 20241206090014334 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5.dtsi' (967) at 20210308005002580 2025-03-14 03:00:45.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/Makefile' (968) at 20240405153232255 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/vphn/test-vphn.c' (969) at 20210307214932710 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/pm.c' (970) at 20210307214926270 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_510.c' (971) at 20240405153048357 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-cxl' (972) at 20240405153044913 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/kirkwood/kirkwood.h' (973) at 20240405153053961 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/m54451evb.c' (974) at 20210308005002972 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/default-ca-dev.bb' (975) at 20241206090014226 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hda_bus_type.c' (976) at 20240405153053505 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-kernel/linux/files/gbmc-dev.cfg' (977) at 20230429080018629 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm925.S' (978) at 20210307214925974 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.github/pull_request_template.md' (979) at 20210308005002536 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp/makefile.patch' (980) at 20240413080012639 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/Makefile' (981) at 20210308005002548 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mkdirty.c' (982) at 20240405153054329 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/setup.c' (983) at 20240405153045633 2025-03-14 03:00:45.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_3_regs.h' (984) at 20240405153046601 2025-03-14 03:00:45.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/evb_rv1108.c' (985) at 20210308005003040 2025-03-14 03:00:45.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/light/as73211.c' (986) at 20240405153048997 to deleted uid set 2025-03-14 03:00:45.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_0_offset.h' (987) at 20210307214927538 2025-03-14 03:00:45.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.1.rst' (988) at 20241221090017592 2025-03-14 03:00:45.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast_i2c.c' (989) at 20220520100030260 2025-03-14 03:00:45.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/thunderx_88xx_defconfig' (990) at 20210308005003284 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/applespi_trace.h' (991) at 20210307214928474 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/Makefile' (992) at 20210308005003356 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/mcde.rst' (993) at 20210307214925498 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/core.h' (994) at 20240405153050397 to deleted uid set 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/Kconfig' (995) at 20210308005002856 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/Kconfig' (996) at 20210308005002964 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/kvm_guest.config' (997) at 20240405153231903 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/futex.h' (998) at 20210307214925850 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_device_driver.h' (999) at 20210307214932738 2025-03-14 03:00:45.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/Kconfig' (1,000) at 20210308005003448 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas5720.h' (1,001) at 20240405153053805 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/main.h' (1,002) at 20210307214930306 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/core.json' (1,003) at 20240405153054121 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/Kconfig' (1,004) at 20210308005002976 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/pandora.h' (1,005) at 20210308005003028 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/meson.build' (1,006) at 20240906080037504 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/read.c' (1,007) at 20220525020655227 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c' (1,008) at 20210307214929614 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_movhi.c' (1,009) at 20210308005046529 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.yaml' (1,010) at 20240405153045109 2025-03-14 03:00:45.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-pinfunc.h' (1,011) at 20210308005002584 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/requester/dbus_to_file_handler.hpp' (1,012) at 20240815080045040 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/property.h' (1,013) at 20240429080012456 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/pgtable-2level.h' (1,014) at 20210307214926550 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64r2.inc' (1,015) at 20230919080013978 to deleted uid set 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-amd-Include-missing-llvm-IR-header-Module.h.patch' (1,016) at 20241221090017684 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/aa/aa_2/ia_css_aa2_types.h' (1,017) at 20210307214930550 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_systeminfo_parameters.robot' (1,018) at 20240628080017117 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson-gxbb-power.h' (1,019) at 20240405153231799 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_ap.c' (1,020) at 20240405153050545 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/iohub.c' (1,021) at 20241211090212326 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/str2mem_defs.h' (1,022) at 20210307214930574 2025-03-14 03:00:45.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stratix10-clock.h' (1,023) at 20240405153052649 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c' (1,024) at 20240405153047117 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_spd.c' (1,025) at 20210308005003368 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/offload.c' (1,026) at 20240405153231035 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/surface_acpi_notify.h' (1,027) at 20220525020654619 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-clang.patch' (1,028) at 20230706080014761 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc64-rocksoft.c' (1,029) at 20240405153053081 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/.kunitconfig' (1,030) at 20240405153053237 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-dw-hdmi.yaml' (1,031) at 20240405153045037 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpassaudiocc-sc7280.c' (1,032) at 20240405153230235 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sonypi.h' (1,033) at 20210307214931658 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP4.interface.yaml' (1,034) at 20220315030032659 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwxlgmac2.h' (1,035) at 20210307214929642 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/Makefile' (1,036) at 20210307214930330 2025-03-14 03:00:45.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d3_xplained.h' (1,037) at 20210308005003612 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/serpent_generic.c' (1,038) at 20240405153046541 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas/0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch' (1,039) at 20230609080014391 to deleted uid set 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nxp,isp1760.yaml' (1,040) at 20240405153045181 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-controller.html' (1,041) at 20210308005107065 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_stats.h' (1,042) at 20240405153048485 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/bitmask.c' (1,043) at 20210309003655964 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/170' (1,044) at 20210927100127489 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_trace.h' (1,045) at 20240405153047297 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/sp810.h' (1,046) at 20210307214931354 2025-03-14 03:00:45.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/index.md' (1,047) at 20221215040043186 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8994/registers.h' (1,048) at 20210307214931442 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch' (1,049) at 20241206090014226 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/x25-iface.rst' (1,050) at 20240405153045241 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/config.h' (1,051) at 20210308005002824 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/waiting.sh' (1,052) at 20240405153232231 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text/run-ptest' (1,053) at 20240301090012431 to deleted uid set 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml' (1,054) at 20240405153045049 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_uds.h' (1,055) at 20210307214930574 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-ocaml.c' (1,056) at 20220525020655167 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6dl.cfg' (1,057) at 20210308005003088 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson8b-gpio.h' (1,058) at 20210307214931338 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/map.h' (1,059) at 20240405153054197 2025-03-14 03:00:45.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-pepper.dts' (1,060) at 20240405153045589 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/README.md' (1,061) at 20221209040033703 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/brcm,bcm2835.yaml' (1,062) at 20220525020651710 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/trace_clock.c' (1,063) at 20210307214926710 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/event_message.proto' (1,064) at 20230629131804627 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/pd_ext_sdb.h' (1,065) at 20220525020654627 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (1,066) at 20241206090014278 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rk817_charger.c' (1,067) at 20240405153051437 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sll.dtsi' (1,068) at 20210308005002588 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bcm6328-reset.h' (1,069) at 20220525020654547 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalSubsystem.v1_3_2.json' (1,070) at 20240619080002956 to deleted uid set 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-Do-not-include-linux-fs.h.patch' (1,071) at 20220910030013417 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6315-regulator.h' (1,072) at 20220525020654611 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fpu_emulator.h' (1,073) at 20210307214926214 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.1.bb' (1,074) at 20210812000025178 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm3-ce-core.S' (1,075) at 20240405153045849 2025-03-14 03:00:45.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0209.h' (1,076) at 20210307214927906 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/coredump.h' (1,077) at 20240405153050397 to deleted uid set 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/octeon/Makefile' (1,078) at 20210307214929354 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/vmalloc.h' (1,079) at 20210307214926322 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/__init__.py' (1,080) at 20241206090014306 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/10-bmc-bond0.netdev' (1,081) at 20220126110011868 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/syscallhdr.sh' (1,082) at 20241211090212382 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_esdhc.h' (1,083) at 20210308005003648 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utresdecode.c' (1,084) at 20240405153046625 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.h' (1,085) at 20240405153047153 2025-03-14 03:00:45.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c' (1,086) at 20240405153048541 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/sched.h' (1,087) at 20241216090017781 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uddevalla_Herrestad' (1,088) at 20210307205553794 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/nmi.h' (1,089) at 20240405153052961 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/network_device_function.hpp' (1,090) at 20221229040004411 to deleted uid set 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg' (1,091) at 20210308005002964 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-pico-nymph.dts' (1,092) at 20240405153045505 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/Makefile' (1,093) at 20210308005002916 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ir36021.c' (1,094) at 20240405153048869 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ethtool.h' (1,095) at 20210307214929298 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/Kconfig' (1,096) at 20210308005002996 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/tw5864-util.c' (1,097) at 20210307214928718 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml' (1,098) at 20240405153045077 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/eth_common.h' (1,099) at 20240405153052781 2025-03-14 03:00:45.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/cpu.c' (1,100) at 20210308005002856 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8548CDS_legacy_defconfig' (1,101) at 20210308005003240 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_sm.h' (1,102) at 20220525020654003 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-image-sizes.h' (1,103) at 20210307214931546 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/device.h' (1,104) at 20240405153048621 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_tsn.h' (1,105) at 20240830080013283 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (1,106) at 20241123090010951 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c' (1,107) at 20210309003649664 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_shading.h' (1,108) at 20210307214930550 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/include_sys_types.patch' (1,109) at 20240113090014536 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/IRIW+fencembonceonces+OnceOnce.litmus' (1,110) at 20210307214932502 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max6902.c' (1,111) at 20210307214930218 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-subset-pid.c' (1,112) at 20220525020655227 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23-stmp378x_devb.dts' (1,113) at 20240405153229891 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_orangepi.py' (1,114) at 20241211090212538 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-glob.tc' (1,115) at 20210307214932670 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/jz4740/Makefile' (1,116) at 20210307214932394 2025-03-14 03:00:45.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtry-tiny-perl_0.32.bb' (1,117) at 20241221090017664 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/atomic.h' (1,118) at 20210308005002884 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sulvik' (1,119) at 20210307205553790 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1024rdb_32b.dts' (1,120) at 20210307214926346 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot.inc' (1,121) at 20241221090017636 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lzip/lzlib_1.14.bb' (1,122) at 20240301090012475 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/system_misc.h' (1,123) at 20220525020651878 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libnuma.c' (1,124) at 20210307214932466 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tsi148.h' (1,125) at 20210308005003688 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx.h' (1,126) at 20240405153051561 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/pch-uclass.c' (1,127) at 20210308005003448 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cavium-thunder.txt' (1,128) at 20210307214925274 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_device.h' (1,129) at 20210307214927082 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mp5023.rst' (1,130) at 20220525020651738 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/transport.cpp' (1,131) at 20240606080010044 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/lapb_timer.c' (1,132) at 20220525020654851 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-dv-timings.h' (1,133) at 20241211090145537 2025-03-14 03:00:45.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu-common.h' (1,134) at 20241211090212354 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/Kconfig' (1,135) at 20240405153046369 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/files/configure_fix.patch' (1,136) at 20230706080014769 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/meson.build' (1,137) at 20240326080039750 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3188.c' (1,138) at 20210308005003352 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_res.h' (1,139) at 20240405153049893 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_bcm283x_mu.c' (1,140) at 20210308005003484 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/domain-idle-state.yaml' (1,141) at 20240405153045137 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/058_x86_ucode_spl_needs_retry.dts' (1,142) at 20210308005003752 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-s3c64xx.c' (1,143) at 20240405153051365 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-rts7751r2d.c' (1,144) at 20210307214926546 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_maxim.c' (1,145) at 20240405153053953 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml' (1,146) at 20240405153229775 2025-03-14 03:00:45.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-get-frame-count.rst' (1,147) at 20220525020654135 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv748x/adv748x-core.c' (1,148) at 20240405153049305 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/sysfb.c' (1,149) at 20240812080017236 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/python.c' (1,150) at 20240613080016563 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/perf/kprobes-event/arch-support.txt' (1,151) at 20240405153045201 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ia_css_ynr.host.h' (1,152) at 20210307214930562 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/i2c.c' (1,153) at 20240405153051185 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/floating-point.json' (1,154) at 20240405153054129 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-tse850-3.dts' (1,155) at 20240405153045465 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml' (1,156) at 20240405153045065 2025-03-14 03:00:45.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/of/base.c' (1,157) at 20240405153231279 to deleted uid set 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a2091.c' (1,158) at 20240405153051549 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/fb.h' (1,159) at 20240405153045621 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/algos/i2c-algo-bit.c' (1,160) at 20240405153048893 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h' (1,161) at 20210307214929766 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpupower.c' (1,162) at 20240405153232243 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/hv_get_dhcp_info.sh' (1,163) at 20210307214932470 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-memops.h' (1,164) at 20240405153052833 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_2.1.0b1.bb' (1,165) at 20241221090017564 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pwm_backlight.h' (1,166) at 20240405153052777 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar/0001-qt-Create-subdir-in-Makefile.patch' (1,167) at 20230706080014761 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.txt' (1,168) at 20240906080037560 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-if-implicit.out' (1,169) at 20230925080040089 to deleted uid set 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hv/hv_snapshot.c' (1,170) at 20240405153048833 to deleted uid set 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/isys_dma_public.h' (1,171) at 20210309003653016 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mypy-extensions_1.0.0.bb' (1,172) at 20230919080013962 to deleted uid set 2025-03-14 03:00:45.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/NIC.interface.yaml' (1,173) at 20241213090041954 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4proc.c' (1,174) at 20241211090145525 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0011-replace-__FILE__-with-__FILE_NAME__.patch' (1,175) at 20241206090014258 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_dup_netdev.h' (1,176) at 20210307214931566 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/apsh4a3a_defconfig' (1,177) at 20240405153046309 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs-pll.c' (1,178) at 20240405153230783 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-lschlv2.dts' (1,179) at 20240405153045457 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/felix_vsc9959.c' (1,180) at 20241220090018310 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990-u-boot.dtsi' (1,181) at 20210308005002604 2025-03-14 03:00:45.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3168a.h' (1,182) at 20210307214932322 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-environment.json' (1,183) at 20231126090012777 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SECURE_BOOT_defconfig' (1,184) at 20210308005003244 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/atmel/pmecc.h' (1,185) at 20241211090145453 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/dbus_event_log_entry.hpp' (1,186) at 20240924080002115 to deleted uid set 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/tsc.h' (1,187) at 20240405153054213 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/crt.S' (1,188) at 20221215040039390 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fwcall.c' (1,189) at 20210308005002560 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-xsphy.c' (1,190) at 20240405153051285 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_isr.c' (1,191) at 20240405153051601 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_tree.h' (1,192) at 20231021080010534 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kasan.h' (1,193) at 20240405153046385 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-lsx.xml' (1,194) at 20240906080037184 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200eh.c' (1,195) at 20240405153048569 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_ls_tp_btf.c' (1,196) at 20240405153054269 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__with_awaitable_senders.hpp' (1,197) at 20241219090033968 2025-03-14 03:00:45.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/const.h' (1,198) at 20241211090212374 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/unistd.h' (1,199) at 20241211090212374 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/c67x00.h' (1,200) at 20210307214930774 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/of_helpers.c' (1,201) at 20210307214926478 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/purgatory/Makefile' (1,202) at 20240405153046229 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/subprojects/CLI11.wrap' (1,203) at 20230908080022614 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/syscalls.h' (1,204) at 20210307214931306 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel14-sku2.dts' (1,205) at 20240405153045749 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8450-gpucc.h' (1,206) at 20240405153052645 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/format-yaml/LICENSE' (1,207) at 20210308005111457 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/omap_l3_smx.c' (1,208) at 20240405153230199 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/strset.c' (1,209) at 20240405153054061 2025-03-14 03:00:45.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfcpci.c' (1,210) at 20240405153049209 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/fq_codel.json' (1,211) at 20240405153054377 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/ia_css_ob2.host.c' (1,212) at 20210307214930558 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/armada100.h' (1,213) at 20210308005002636 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb' (1,214) at 20241221090017568 to deleted uid set 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.topology' (1,215) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/ctype.h' (1,216) at 20210307214926638 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest' (1,217) at 20241221090017548 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/debugfs.c' (1,218) at 20240405153231455 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_flower_l2_miss.sh' (1,219) at 20240405153232279 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/stlb_masks.h' (1,220) at 20240405153046605 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb' (1,221) at 20241206090014238 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gose_defconfig' (1,222) at 20210308005003260 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dnet.c' (1,223) at 20210308005003428 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/MAINTAINERS' (1,224) at 20210308005003168 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sr1500.dts' (1,225) at 20210308005002612 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2060.h' (1,226) at 20210307214928798 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-self-hosted-trace.h' (1,227) at 20240405153048889 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/config.c' (1,228) at 20210308005003208 2025-03-14 03:00:45.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/kernel/vmlinux.lds.S' (1,229) at 20241211090145377 to deleted uid set 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-regs.h' (1,230) at 20210309003650336 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/internal/sys.hpp' (1,231) at 20220507030031385 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/pwrseq.h' (1,232) at 20210307214929946 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console_%.bbappend' (1,233) at 20241206090014286 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5110.c' (1,234) at 20240405153232167 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/plugin.S' (1,235) at 20210308005002984 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx6q.c' (1,236) at 20240405153231319 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sock_destroy_prog_fail.c' (1,237) at 20240405153054273 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-371x.dtsi' (1,238) at 20210307214926022 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt712-sdca-sdw.c' (1,239) at 20240411080014158 2025-03-14 03:00:45.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/ChannelAccess/meson.build' (1,240) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MMIXware' (1,241) at 20241221090017616 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_ip6.c' (1,242) at 20210307214931894 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/bd28623.c' (1,243) at 20240405153053569 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch' (1,244) at 20241221090017668 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity3-msc313e-breadbee.dts' (1,245) at 20240405153045573 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/files/run-ptest' (1,246) at 20220612030016735 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8998-tables.c' (1,247) at 20240405153230843 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch' (1,248) at 20230131040012031 2025-03-14 03:00:45.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/port.c' (1,249) at 20240919080017066 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mm_init.c' (1,250) at 20240405153231971 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/vz89x.c' (1,251) at 20240405153048969 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4.h' (1,252) at 20240405153047137 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/inat.c' (1,253) at 20220525020652186 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/smp-mt.c' (1,254) at 20240405153046029 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/fallback.mako.hpp' (1,255) at 20210308005059173 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_monitor.cpp' (1,256) at 20240904080029670 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch' (1,257) at 20230919080013990 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/gadgetfs.h' (1,258) at 20210307214931682 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.qspi' (1,259) at 20210308005002556 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP0/meson.build' (1,260) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/msl_verify.hpp' (1,261) at 20240820080019550 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/simpletrace_stap.py' (1,262) at 20210308005046245 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch' (1,263) at 20220910030013405 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/ast2600-i3c-master.c' (1,264) at 20240405153230683 2025-03-14 03:00:45.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/unroll.awk' (1,265) at 20210307214931814 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (1,266) at 20220616030019880 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/asf.h' (1,267) at 20210308004938836 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/Kconfig' (1,268) at 20240405153230199 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-common.h' (1,269) at 20240405153051945 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install-testfs.sh' (1,270) at 20220612030016755 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.h' (1,271) at 20240405153049949 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmsg_dump.h' (1,272) at 20220525020654579 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/max30208.c' (1,273) at 20240405153049013 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_debugfs.c' (1,274) at 20240405153231395 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pulsectl_24.11.0.bb' (1,275) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi.h' (1,276) at 20230629131804623 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/imximage.cfg' (1,277) at 20210308005002676 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/btf_helpers.h' (1,278) at 20220525020655191 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi' (1,279) at 20240405153229887 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_wriop.c' (1,280) at 20210308005003436 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Schedule_v1.xml' (1,281) at 20240619080002936 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-ctrls-request.c' (1,282) at 20240405153049581 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/device_callouts_test.cpp' (1,283) at 20240926080026490 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/conf-notes.txt' (1,284) at 20221116040016723 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sharkl3.dtsi' (1,285) at 20210307214926050 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/scan.c' (1,286) at 20210716100030015 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/kmeter1_defconfig' (1,287) at 20240405153046097 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/a9mpcore.c' (1,288) at 20240906080037212 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/btt.h' (1,289) at 20220525020653827 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tpic2810.c' (1,290) at 20240405153047085 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utaddress.c' (1,291) at 20240405153046625 2025-03-14 03:00:45.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/logo/OpenBMC-Logo.svg' (1,292) at 20210308004941080 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/damon/lru_sort.rst' (1,293) at 20240405153044961 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/st,stm32mp1-rcc.txt' (1,294) at 20210307214925414 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gem_prime.c' (1,295) at 20240405153230595 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/numa.c' (1,296) at 20210307214926126 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/unistd.h' (1,297) at 20210307214931662 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-eud' (1,298) at 20240405153044925 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via-gpio.h' (1,299) at 20240405153052225 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/mux.c' (1,300) at 20210308005002904 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctatc.c' (1,301) at 20220627100017202 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/comminit.c' (1,302) at 20240910080014066 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/176' (1,303) at 20220429100100910 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ccu.h' (1,304) at 20210308005002664 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/tegra.h' (1,305) at 20210308005002672 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/sysfs.h' (1,306) at 20240405153049241 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/xlnx,spdif.txt' (1,307) at 20210307214925438 2025-03-14 03:00:45.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/fdt.c' (1,308) at 20210308005002760 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/arch_hvm.h' (1,309) at 20230925080039933 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_main.c' (1,310) at 20240405153050549 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/imx_rgpio2p.c' (1,311) at 20210308005003376 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/pipeline.json' (1,312) at 20240405153054149 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/malloc.h' (1,313) at 20210308005003672 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XSL' (1,314) at 20210307205554426 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-vp9.c' (1,315) at 20240405153049585 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/bootstrap.sh' (1,316) at 20210308005047061 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a77995-cpg-mssr.c' (1,317) at 20240405153230235 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sm8150.h' (1,318) at 20240405153052645 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm.conf' (1,319) at 20210307205553906 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/mdt.h' (1,320) at 20240405153052445 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/Makefile' (1,321) at 20240405153051397 2025-03-14 03:00:45.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-mtk-lynxi.c' (1,322) at 20240405153231075 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_3_0_d.h' (1,323) at 20210307214927326 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/stop_machine.c' (1,324) at 20240405153053049 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru-bob.dts' (1,325) at 20210308005002608 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/base-files/base-files_%.bbappend' (1,326) at 20220402030016127 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/ioctl.c' (1,327) at 20220525020654419 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/ptdma-dev.c' (1,328) at 20240405153047001 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/alphascale,asm9260-wdt.yaml' (1,329) at 20240405153045185 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_pwm.c' (1,330) at 20240906080037256 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-moxart/moxart.c' (1,331) at 20210307214925902 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/MAINTAINERS' (1,332) at 20210308005003032 2025-03-14 03:00:45.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh' (1,333) at 20220405030025645 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/machdep.h' (1,334) at 20240405153046117 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pic32-wdt.c' (1,335) at 20240405153231599 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-legacy.c' (1,336) at 20220525020654731 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/opp/of.c' (1,337) at 20240405153051213 to deleted uid set 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/x25device.h' (1,338) at 20210307214931578 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_audit.c' (1,339) at 20240405153231523 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/aspeed_edac.c' (1,340) at 20220525020652418 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-lite.dts' (1,341) at 20210308005002624 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr8.inc' (1,342) at 20210905000020581 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/radix-tree.h' (1,343) at 20240405153052785 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/BUSTED' (1,344) at 20210307214932714 2025-03-14 03:00:45.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8226.dtsi' (1,345) at 20240405153229895 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-writecache.c' (1,346) at 20240405153230767 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965.dtsi' (1,347) at 20210308005002604 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sps30.c' (1,348) at 20240405153048969 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-notrace-pid.tc' (1,349) at 20210309003656000 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12206a7_00000029.dtsi' (1,350) at 20210308005002872 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/kprobes.c' (1,351) at 20240405153045945 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/data_interface.hpp' (1,352) at 20220617100002355 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/psu_init_gpl.h' (1,353) at 20210308005002796 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/ranges.c' (1,354) at 20210307214926614 2025-03-14 03:00:45.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/images.c' (1,355) at 20210309003654536 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_targ.h' (1,356) at 20210307214928994 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/insn-x86-dat-src.c' (1,357) at 20240405153054093 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfc_multi_8xx.h' (1,358) at 20210309003650236 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/regs-clock.h' (1,359) at 20210309003648720 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/COPYING.apache-2.0' (1,360) at 20210307205553670 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/meson.build' (1,361) at 20240906080037352 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kfence.h' (1,362) at 20240405153230079 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/kmap.c' (1,363) at 20240405153230091 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_firmware.h' (1,364) at 20210307214930638 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/addr_list.c' (1,365) at 20210307214930990 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/watchdog.c' (1,366) at 20210308005002848 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/messy-diffstat.rst' (1,367) at 20240405153045225 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpic_msgr.h' (1,368) at 20210307214926386 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch' (1,369) at 20241221090017488 2025-03-14 03:00:45.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-optee-devices' (1,370) at 20240405153229727 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/machine.c' (1,371) at 20241211090212486 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuppc64/machconfig' (1,372) at 20210407000018114 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/Kconfig' (1,373) at 20210308005002908 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts' (1,374) at 20240405153045709 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.h' (1,375) at 20240405153048593 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/eventq/interface/ia_css_eventq.h' (1,376) at 20210307214930566 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/splice.h' (1,377) at 20240405153052797 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.out' (1,378) at 20210927100127469 to deleted uid set 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/arm-runtime.c' (1,379) at 20240405153230295 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/shpchp.h' (1,380) at 20240405153051249 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/protocols.h' (1,381) at 20240405153047037 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cgroup_refcnt.h' (1,382) at 20240405153052669 2025-03-14 03:00:45.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/automount.rules' (1,383) at 20210307205554494 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/apollo_defconfig' (1,384) at 20240405153230003 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/dwarf-regs.c' (1,385) at 20210307214932514 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/mulsi3.S' (1,386) at 20210307214926182 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx-rpidsi.dtso' (1,387) at 20240405153229927 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/asi.h' (1,388) at 20240906080037536 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_network_manager.cpp' (1,389) at 20240822080023969 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb' (1,390) at 20240301090012427 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_fcoe.c' (1,391) at 20240405153050217 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/metricgroups.json' (1,392) at 20240405153054125 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_ip_refresh_check.robot' (1,393) at 20210308005007104 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field6.decode' (1,394) at 20210308005046389 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-cml-flakes.txt' (1,395) at 20240405153230531 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Nordrhein-Westfalen' (1,396) at 20210307205553766 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/scan.h' (1,397) at 20210307214929966 2025-03-14 03:00:45.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/kona_l2_cache.h' (1,398) at 20240405153045637 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/lantiq,vrx200-pcie-phy.yaml' (1,399) at 20240405153045129 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/boot.c' (1,400) at 20240405153230199 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_sun12x22.c' (1,401) at 20220525020654751 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/broadcom/tee_bnxt_fw.h' (1,402) at 20210307214931386 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/.gitignore' (1,403) at 20210307214932102 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/unroll_loop_thread.c' (1,404) at 20240405153054173 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlabel/index.rst' (1,405) at 20210307214925522 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/ipoib_tx.c' (1,406) at 20240405153049053 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_mme_pll_regs.h' (1,407) at 20240405153046605 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h' (1,408) at 20240405153051917 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_ib.h' (1,409) at 20240405153232079 2025-03-14 03:00:45.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g20.dtsi' (1,410) at 20240405153045465 2025-03-14 03:00:45.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/extensible.rst' (1,411) at 20240413080012683 to deleted uid set 2025-03-14 03:00:45.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-pinfunc.h' (1,412) at 20210308005002588 2025-03-14 03:00:45.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/spi.h' (1,413) at 20240726080012870 2025-03-14 03:00:45.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Keighley' (1,414) at 20210307205553798 2025-03-14 03:00:45.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana_git.bb' (1,415) at 20241206090014254 2025-03-14 03:00:45.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb' (1,416) at 20220409030017471 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/btt.c' (1,417) at 20240405153051189 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/maple/pci.c' (1,418) at 20240405153046209 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control/config.json' (1,419) at 20231206090033953 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/termios_internal.h' (1,420) at 20240405153052805 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.2.bb' (1,421) at 20241206090014246 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/cfi_flagadm.c' (1,422) at 20210307214929214 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml' (1,423) at 20240405153045077 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/Kconfig' (1,424) at 20240405153046949 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/event_fifo.h' (1,425) at 20210307214930546 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/boot_opensbi.h' (1,426) at 20241211090212362 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pch_common.h' (1,427) at 20210308005002880 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gw_ventana.h' (1,428) at 20210308005003596 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/clx.c' (1,429) at 20240405153051981 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_compare_bytes_action_tests.cpp' (1,430) at 20210308005405938 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ksmbd_spnego_negtokeninit.asn1' (1,431) at 20240405153052529 2025-03-14 03:00:45.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h' (1,432) at 20210307214930626 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_amx.h' (1,433) at 20240405153054013 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/mock_engine.c' (1,434) at 20240405153048501 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/unicode.rst' (1,435) at 20240405153044969 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/runq.h' (1,436) at 20240405153048637 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/sthyi.h' (1,437) at 20210307214926514 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/common/types.hpp' (1,438) at 20241204090036295 to deleted uid set 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/bblayers.conf.sample' (1,439) at 20240712080022837 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32h750i-art-pi.dts' (1,440) at 20240405153045581 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/Makefile' (1,441) at 20220525020652302 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv7.h' (1,442) at 20210308005002672 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/ili9225.c' (1,443) at 20240405153230639 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/jitterstart.sh' (1,444) at 20220525020655227 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cpuinfo.c' (1,445) at 20240405153045865 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-glk-match.c' (1,446) at 20240405153232183 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/hv_vss_daemon.c' (1,447) at 20210307214932470 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/iters_looping.c' (1,448) at 20240405153054269 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-Cargo.toml-do-not-abort-on-panic.patch' (1,449) at 20231011080016578 to deleted uid set 2025-03-14 03:00:45.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/mp5023.c' (1,450) at 20240405153230667 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hv/hv_kvp.c' (1,451) at 20240405153048833 to deleted uid set 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/vgic.h' (1,452) at 20240405153054317 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-no-base.err' (1,453) at 20220429100100882 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/socket-helpers.h' (1,454) at 20221215040039390 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/ipcbuf.h' (1,455) at 20210307214926762 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/fanctldump' (1,456) at 20221213040024897 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc_support.h' (1,457) at 20240618080023329 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mc3230.c' (1,458) at 20240405153048937 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci.c' (1,459) at 20241018080014478 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LicenseService.v1_1_2.json' (1,460) at 20240619080002948 2025-03-14 03:00:45.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/wlcore.h' (1,461) at 20210312110012078 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Processor.v1_20_1.json' (1,462) at 20240824080002938 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/pgtable_64.c' (1,463) at 20240405153230103 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/libthermal_tools.pc.template' (1,464) at 20240405153054381 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/start.S' (1,465) at 20210308005002844 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23888-ir.h' (1,466) at 20210307214928690 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx6_src.h' (1,467) at 20210308005046021 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/userfaultfd_util.h' (1,468) at 20240405153054317 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/binfmt_misc.c' (1,469) at 20240830080013311 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/offload.c' (1,470) at 20240405153231899 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xcursor-themes_1.0.7.bb' (1,471) at 20240106090017237 2025-03-14 03:00:45.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/v4l2grab-example.rst' (1,472) at 20210309003648504 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_startimage_return.c' (1,473) at 20210308005003704 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/ctype.c' (1,474) at 20210307214932490 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/Kconfig' (1,475) at 20240405153049573 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_smu.h' (1,476) at 20240405153047209 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.numamem' (1,477) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/Makefile' (1,478) at 20210308005002980 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-gpio-register.c' (1,479) at 20220525020653211 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/Makefile' (1,480) at 20210307214930374 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/skbuff.c' (1,481) at 20240405153053361 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/contregs.h' (1,482) at 20210307214926158 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/processor_64.h' (1,483) at 20240405153046321 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/workflows/deploy-docs-to-gh-pages.yml' (1,484) at 20221215040043186 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/rtc.c' (1,485) at 20210308005003720 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/setuptools.patch' (1,486) at 20220402030015903 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mtd/nand_ecc.rst' (1,487) at 20220525020651722 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/board.c' (1,488) at 20210308005002908 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dts' (1,489) at 20240405153045725 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection.svg' (1,490) at 20210309003648500 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-i586.inc' (1,491) at 20210905000020581 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-shm.c' (1,492) at 20240906080037140 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-ts4800.dts' (1,493) at 20240405153045489 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/always_syslog.patch' (1,494) at 20210307205553818 2025-03-14 03:00:45.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/glade/glade_3.22.2.bb' (1,495) at 20241221090017512 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/slavio_timer.c' (1,496) at 20241211090212342 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/siphash.h' (1,497) at 20240405153052793 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/float_convs.ref' (1,498) at 20210308005046489 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/ucall_common.h' (1,499) at 20240405153232267 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/p_sys-t.c' (1,500) at 20220525020653071 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/emc141x-test.c' (1,501) at 20210927100127509 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/Makefile' (1,502) at 20220525020652306 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/ofpart_bcm4908.c' (1,503) at 20220818100014735 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/ipv4.h' (1,504) at 20240405153231855 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/ufs.h' (1,505) at 20240405153052553 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/es8336.c' (1,506) at 20240405153232179 2025-03-14 03:00:45.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core-card.c' (1,507) at 20240405153230291 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h' (1,508) at 20210308005002664 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/bd71828-regulator.c' (1,509) at 20240613080016463 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/insn.h' (1,510) at 20240405153046385 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/time/clockevents/arch-support.txt' (1,511) at 20240405153045201 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/max77620.txt' (1,512) at 20210307214925358 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trans_ail.c' (1,513) at 20240405153052609 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml' (1,514) at 20240405153045105 2025-03-14 03:00:45.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/calculator-client.cpp' (1,515) at 20240725080046153 to deleted uid set 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/bblayers.conf.sample' (1,516) at 20230901080018206 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/misc.c' (1,517) at 20230925080040097 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_disp.c' (1,518) at 20240405153230647 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/Makefile' (1,519) at 20210307214932266 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.yaml' (1,520) at 20240405153045153 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/smscufx.c' (1,521) at 20240405153231595 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/filter_expr_executor_test.cpp' (1,522) at 20240904080003190 to deleted uid set 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/Kconfig' (1,523) at 20210308005003524 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/uprobe_multi_bench.c' (1,524) at 20240405153232263 2025-03-14 03:00:45.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/kern_util.h' (1,525) at 20240613080016371 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/bmc-reboot-controller.html' (1,526) at 20210308005107077 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/page_64.h' (1,527) at 20210307214926582 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-scratch.h' (1,528) at 20210307214926238 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_cpu_queries.py' (1,529) at 20241211090212538 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/rt_sigreturn.S' (1,530) at 20240405153046261 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a35/branch.json' (1,531) at 20240405153054109 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/odroid-go-ultra-poweroff.c' (1,532) at 20240405153231351 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/flextronics_s-1100adu00-201_psu.json' (1,533) at 20220601030005865 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_utils.c' (1,534) at 20240405153046953 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/serio.c' (1,535) at 20240405153049157 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/HPET' (1,536) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/Makefile' (1,537) at 20210308005002724 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReportDefinition.v1_4_6.json' (1,538) at 20240619080002948 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412.dtsi' (1,539) at 20240405153045569 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/fixed_config.h' (1,540) at 20240405153045881 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8550-dpu.yaml' (1,541) at 20240405153229763 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7343/Makefile' (1,542) at 20210307214926538 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc_helper.py' (1,543) at 20210307214932726 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cpu.h' (1,544) at 20240405153046245 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0002-Do-not-include-lib-md5.c-into-src-shar.c.patch' (1,545) at 20230706080014761 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/sb_edac.c' (1,546) at 20240405153047021 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/README' (1,547) at 20240301090012439 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch' (1,548) at 20240413080012623 2025-03-14 03:00:45.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/packer.c' (1,549) at 20210307214928374 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/Makefile' (1,550) at 20240405153050309 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/Makefile' (1,551) at 20210308005002968 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/exceptions.py' (1,552) at 20231126090012809 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-sabrelite.dts' (1,553) at 20240405153045505 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langshyttan' (1,554) at 20210307205553786 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qobject-output-visitor.h' (1,555) at 20220429100100586 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/bt856.c' (1,556) at 20240405153049309 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/charger-manager.h' (1,557) at 20210309003653888 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Truskmore' (1,558) at 20210307205553774 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (1,559) at 20240809080014478 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-topology.h' (1,560) at 20240405153053957 2025-03-14 03:00:45.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table_redfish.json' (1,561) at 20220414030024568 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-micro.dts' (1,562) at 20210308005002624 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/iomux.h' (1,563) at 20210308005002648 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max8660.yaml' (1,564) at 20240405153045145 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/string.c' (1,565) at 20210307214926638 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/pic_cpu.c' (1,566) at 20240326080039518 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/payload.c' (1,567) at 20210308005002856 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pismu.yaml' (1,568) at 20240405153045029 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8009.dtsi' (1,569) at 20240405153045777 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage6_event_callback.h' (1,570) at 20240405153052901 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ltp_compliance.py' (1,571) at 20210307205554442 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/math-emu/Makefile' (1,572) at 20220525020651802 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P1010RDB.h' (1,573) at 20210308005003580 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend' (1,574) at 20210812000025162 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-install-netscsid-to-bin-for-nativesdk.patch' (1,575) at 20210608000015803 2025-03-14 03:00:45.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/arcnet-hardware.rst' (1,576) at 20240405153045229 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/buildtest.yml' (1,577) at 20241211090212202 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/Kconfig' (1,578) at 20210307214929790 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-h3-dramc.c' (1,579) at 20241211090212294 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-typhoon.c' (1,580) at 20210307214928770 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch' (1,581) at 20241221090017668 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/amd_gart_64.c' (1,582) at 20240910080014022 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Muenchen' (1,583) at 20210307205553758 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-phytec-phycore-som.dtsi' (1,584) at 20240405153229883 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/open/Makefile.am' (1,585) at 20210308004938836 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.1.bb' (1,586) at 20210528000029703 to deleted uid set 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Oxford' (1,587) at 20210307205553798 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-parallel.h' (1,588) at 20210308005045997 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-funnel.c' (1,589) at 20240405153048889 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-missing_plan.log' (1,590) at 20240405153054225 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-analog-audio.dtsi' (1,591) at 20240405153045561 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_spdif.h' (1,592) at 20210307214932406 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench-backup.py' (1,593) at 20210927100127349 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_b.S' (1,594) at 20210308005046529 2025-03-14 03:00:45.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh' (1,595) at 20240405153054297 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/aw2/Makefile' (1,596) at 20210307214932234 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/bpf-lirc.c' (1,597) at 20240405153230819 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/nl-Ziggo' (1,598) at 20210307205553758 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm2835-aux.h' (1,599) at 20210307214931322 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/Kconfig' (1,600) at 20240405153053001 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/COPYING.apache-2.0' (1,601) at 20210307205553674 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/255.out' (1,602) at 20220429100100914 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_droq.c' (1,603) at 20240405153049857 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/activation.hpp' (1,604) at 20240729080033928 to deleted uid set 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/led.c' (1,605) at 20240405153050641 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/debianutils/debianutils_5.20.bb' (1,606) at 20241221090017692 to deleted uid set 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/guest-agent-core.h' (1,607) at 20221215040039266 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld4.c' (1,608) at 20210308005002792 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/kapi.c' (1,609) at 20240405153049713 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/smipcie/Makefile' (1,610) at 20210307214928710 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/Kconfig' (1,611) at 20240405153231543 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brppt1_mmc_defconfig' (1,612) at 20210308005003252 2025-03-14 03:00:45.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/Kconfig' (1,613) at 20240405153051953 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts' (1,614) at 20240405153045825 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/floating-point.json' (1,615) at 20240405153054157 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc' (1,616) at 20230114040015550 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/antenna.c' (1,617) at 20240415080012979 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/file_system_wrapper.cpp' (1,618) at 20230719080007815 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/packagegroups/packagegroup-hpe-apps.bb' (1,619) at 20240216090011898 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/stream.c' (1,620) at 20240405153053377 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/copy-paste.h' (1,621) at 20210307214926470 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-colibri.dts' (1,622) at 20210308005002632 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/jit.h' (1,623) at 20220525020655171 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ti-dac5571.c' (1,624) at 20240405153048981 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/ioctl.c' (1,625) at 20240405153231659 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/mca_drv.h' (1,626) at 20210307214926126 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py' (1,627) at 20220402030016127 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_ethtool.h' (1,628) at 20240405153050321 2025-03-14 03:00:45.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/exprtkTools.hpp' (1,629) at 20240817080033760 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ids8313.h' (1,630) at 20210308005003596 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_writeback.h' (1,631) at 20240405153052637 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/edid.c' (1,632) at 20240405153048513 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sienna_cichlid.h' (1,633) at 20240405153047161 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/boot.c' (1,634) at 20210308005002844 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nvsw.h' (1,635) at 20210307214927946 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/oe-init-build-env' (1,636) at 20240301090012479 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-handle-.dynstr-located-in-separate-segment.patch' (1,637) at 20240301090012459 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/netdev-socket.c' (1,638) at 20241211090212546 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-amd-daytonax.dts' (1,639) at 20240405153045405 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/OWNERS' (1,640) at 20220726030039055 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/alcor_pci.h' (1,641) at 20240405153052657 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-imon-decoder.c' (1,642) at 20240405153049509 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/intro.rst' (1,643) at 20240413080012675 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h' (1,644) at 20240405153047109 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-utils.bb' (1,645) at 20241206090014202 2025-03-14 03:00:45.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-missing-data.out' (1,646) at 20210308005046405 to deleted uid set 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/prelude.rs' (1,647) at 20240405153232095 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/generate_udp_fragments.py' (1,648) at 20240405153232255 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/LICENSE' (1,649) at 20210706231659765 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ni/nixge.c' (1,650) at 20240405153231039 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/sh7752evb.c' (1,651) at 20210308005003036 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu-debugfs.c' (1,652) at 20210307214928522 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/conf-notes.txt' (1,653) at 20220913030020492 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb' (1,654) at 20241221090017532 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/fat_test.c' (1,655) at 20220525020654411 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/alerts.scss' (1,656) at 20210308005107073 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-pinctrl.h' (1,657) at 20240405153229975 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/index.rst' (1,658) at 20220525020651742 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap36xx-omap3430es2plus-clocks.dtsi' (1,659) at 20240405153045605 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c' (1,660) at 20240405153046961 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_emmc.h' (1,661) at 20210308005003624 2025-03-14 03:00:45.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml' (1,662) at 20240405153045129 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hip05.dtsi' (1,663) at 20240405153045741 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-4i-edge-200.dts' (1,664) at 20240405153045453 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/virtual_sensor.json' (1,665) at 20240920080004226 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/0001-check-for-fstab.h-during-configure.patch' (1,666) at 20230503080014591 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/wm8994.h' (1,667) at 20210308005003488 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_led.robot' (1,668) at 20210308005007108 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/rf.h' (1,669) at 20210307214929942 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html' (1,670) at 20210307205554250 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' (1,671) at 20210308005046409 to deleted uid set 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/lm3533-als.c' (1,672) at 20240405153049001 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/hv_apic.c' (1,673) at 20240405153230107 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/df_v3_6.h' (1,674) at 20220525020652466 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/ptdump.c' (1,675) at 20240405153053145 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_utils.cpp' (1,676) at 20240223090020594 2025-03-14 03:00:45.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/fw_dnld.c' (1,677) at 20240405153051145 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_EdcaTurboCheck.h' (1,678) at 20220525020654179 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/headers_install.sh' (1,679) at 20240405153232103 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_dsps.c' (1,680) at 20240405153231563 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-atr.h' (1,681) at 20240405153231811 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_d.c' (1,682) at 20210308005046509 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace-events' (1,683) at 20241211090212554 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/u-boot/u-boot-nuvoton/yosemite4.cfg' (1,684) at 20241126090011759 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch' (1,685) at 20240106090017265 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/smp.h' (1,686) at 20240405153230115 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/Makefile' (1,687) at 20210308005003076 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/loongson_i2s.h' (1,688) at 20240405153053961 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_socket.c' (1,689) at 20241216090017793 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_polaris.h' (1,690) at 20210307214925646 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/ibmvmc.rst' (1,691) at 20210307214925522 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/nexys4ddr.dts' (1,692) at 20210308005002816 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/meson.build' (1,693) at 20240112090034344 to deleted uid set 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP7/meson.build' (1,694) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sc7180-dpu.yaml' (1,695) at 20240405153229763 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/intel-hda.h' (1,696) at 20240326080039426 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/Kconfig' (1,697) at 20210308005003040 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/head907d.c' (1,698) at 20240405153048613 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/i18n.c' (1,699) at 20220525020652222 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/errname.c' (1,700) at 20240405153231947 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/auth_none.c' (1,701) at 20220525020654807 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/Kconfig' (1,702) at 20210308005002976 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.typeid.hpp.mako' (1,703) at 20241026080029479 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-scripts.inc' (1,704) at 20210812000025330 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/cacheflush.c' (1,705) at 20240405153230075 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-rt3883.c' (1,706) at 20240405153046049 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_phyreg.h' (1,707) at 20210309003653088 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Drop-libdl-references.patch' (1,708) at 20240301090012423 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts' (1,709) at 20210308005002616 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_error.h' (1,710) at 20240405153051529 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/021' (1,711) at 20210927100127473 2025-03-14 03:00:45.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ixp4xx.c' (1,712) at 20240405153230303 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached_1.6.17.bb' (1,713) at 20221003030013265 to deleted uid set 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi' (1,714) at 20240405153045757 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk.h' (1,715) at 20240405153046841 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/netns.h' (1,716) at 20240520080015199 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/Makefile' (1,717) at 20210308005002716 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/serial.h' (1,718) at 20210307214925646 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/usb_phy_generic.h' (1,719) at 20210307214931534 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/motherboard' (1,720) at 20210307205554078 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/prio.h' (1,721) at 20220525020654611 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/oem-ibm-header-compat.cocci' (1,722) at 20240908080010098 2025-03-14 03:00:45.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/Kconfig' (1,723) at 20240405153049229 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c' (1,724) at 20240405153049881 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/uartlite.c' (1,725) at 20240405153231519 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm2-space.c' (1,726) at 20241008080013911 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/eeprom.md' (1,727) at 20240807080019546 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/anon_inodes.c' (1,728) at 20240405153052269 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mpmath_1.3.0.bb' (1,729) at 20240302090018210 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/eventLogsWithSatusIcon.png' (1,730) at 20220105012522963 to deleted uid set 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/snmp_counter.rst' (1,731) at 20240405153045241 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/MAINTAINERS' (1,732) at 20210308005002988 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-fh.rst' (1,733) at 20210309003648408 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enumval___err_missing.c' (1,734) at 20210309003655984 2025-03-14 03:00:45.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/ptrace.h' (1,735) at 20210307214926558 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/Kconfig' (1,736) at 20240405153230523 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/samsung/Makefile' (1,737) at 20210307214928986 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/virt.rst' (1,738) at 20240906080037176 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Replace-std-ptr_fun-for-c-17.patch' (1,739) at 20230131040012023 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i3c/aspeed,ast2600-i3c.yaml' (1,740) at 20240405153045065 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-tiger.dts' (1,741) at 20240405153045561 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/.gitignore' (1,742) at 20210308004939436 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch' (1,743) at 20230706080014741 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_syscon.c' (1,744) at 20210308005003496 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/i2c.h' (1,745) at 20210308005002656 2025-03-14 03:00:45.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun6i-a31-drc.yaml' (1,746) at 20240405153045037 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_1_offset.h' (1,747) at 20210307214927542 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@1/vrm@61.conf' (1,748) at 20210307205554086 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/read-only-rootfs.rst' (1,749) at 20230114040015514 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/unaligned.h' (1,750) at 20210308005002828 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_regs.h' (1,751) at 20240405153049413 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mt6358-irq.c' (1,752) at 20240405153230835 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi' (1,753) at 20210307214926350 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/sockbits.h' (1,754) at 20210308005046073 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/io-pgtable-arm-v7s.c' (1,755) at 20240910080014050 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_constants.h' (1,756) at 20210307214930294 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rlimits/Makefile' (1,757) at 20220525020655231 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/sdbusplus.wrap' (1,758) at 20220525020545509 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-libipvs-Include-missing-sys-types.h.patch' (1,759) at 20230610080017603 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/Makefile' (1,760) at 20240405153053429 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts' (1,761) at 20240628080013977 2025-03-14 03:00:45.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dpaux.c' (1,762) at 20240405153230635 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml' (1,763) at 20240405153229763 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/bsc9131rdb.c' (1,764) at 20210308005002956 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/pl080.c' (1,765) at 20240405153045689 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_iommu.c' (1,766) at 20240405153230599 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/misc/pvpanic.h' (1,767) at 20240906080037348 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/run_test.sh' (1,768) at 20210308005046397 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/Makefile' (1,769) at 20210307214932438 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi' (1,770) at 20240405153045717 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0012-do-not-disable-buffer-in-writing-files.patch' (1,771) at 20241206090014246 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-prng.c' (1,772) at 20220525020652370 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rculist_nulls.h' (1,773) at 20240405153231835 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/defza.h' (1,774) at 20210307214929666 2025-03-14 03:00:45.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/perf_regs.h' (1,775) at 20220525020651970 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/multihit.rst' (1,776) at 20210307214925226 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-balloon-test.c' (1,777) at 20241211090212550 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c' (1,778) at 20240405153049957 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/dont-use-internal-configs.patch' (1,779) at 20230503080014579 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,max98363.yaml' (1,780) at 20240405153045157 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/kdebug_32.h' (1,781) at 20210307214926582 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/as3711_bl.c' (1,782) at 20240405153052173 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts' (1,783) at 20240405153045725 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace.h' (1,784) at 20220525020653163 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r3-lte.dts' (1,785) at 20220525020651926 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/max98088.h' (1,786) at 20210307214931598 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/clock_nanosleep.c' (1,787) at 20210307214932726 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/main.h' (1,788) at 20220525020653611 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-play.rst' (1,789) at 20220525020654135 2025-03-14 03:00:45.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/goldfish_pic.h' (1,790) at 20230426080043760 2025-03-14 03:00:45.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target.c' (1,791) at 20240405153051957 2025-03-14 03:00:45.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-v4l2.c' (1,792) at 20240405153049353 2025-03-14 03:00:45.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33.dtsi' (1,793) at 20240405153045389 2025-03-14 03:00:45.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7280a.c' (1,794) at 20240405153048945 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-twr-duart.dts' (1,795) at 20210308005002596 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/lbt.S' (1,796) at 20240405153230003 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_phy_8960.c' (1,797) at 20210307214927890 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/adin.c' (1,798) at 20240405153050349 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-export-rootfs' (1,799) at 20230114040015554 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (1,800) at 20240326080016514 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/softSurfer' (1,801) at 20241221090017620 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/bootp.c' (1,802) at 20210308005003716 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/perf_event.c' (1,803) at 20220525020652114 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/nicstarmac.c' (1,804) at 20240405153046677 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/blkcache.c' (1,805) at 20210308005003208 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8550-qrd.dts' (1,806) at 20240405153229959 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/cacheflush.c' (1,807) at 20240405153230019 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/intermittent-testfailure.patch' (1,808) at 20241221090017636 2025-03-14 03:00:45.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/setup.py' (1,809) at 20221209040036307 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_errors.cpp' (1,810) at 20241106090023554 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/Kconfig' (1,811) at 20240405153231711 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/time.h' (1,812) at 20210308005003672 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h' (1,813) at 20240405153049941 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/pinmux.c' (1,814) at 20210308005002788 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/hw.c' (1,815) at 20240405153050465 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ops.h' (1,816) at 20240405153054005 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/time.c' (1,817) at 20210307214926186 2025-03-14 03:00:45.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6d16d0.c' (1,818) at 20240405153230615 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.markdownlint.yaml' (1,819) at 20221213040016740 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-unknown-key.out' (1,820) at 20210308005046405 to deleted uid set 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/interrupt.c' (1,821) at 20240613080016403 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch' (1,822) at 20230610080017603 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-32bit-virtual.xml' (1,823) at 20210308005045817 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/Kconfig' (1,824) at 20210308005003172 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-command.rst' (1,825) at 20220525020654131 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/autotools.py' (1,826) at 20241221090017628 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rv3028.c' (1,827) at 20240405153231375 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/ceph_strings.c' (1,828) at 20220525020654807 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/eth.c' (1,829) at 20210308005002992 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb' (1,830) at 20230610080017607 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/spl.c' (1,831) at 20210308005002752 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tty_flags.h' (1,832) at 20220525020654679 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_etr_regs.h' (1,833) at 20240405153046605 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/am437x/Makefile' (1,834) at 20240405153049473 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/time.c' (1,835) at 20220525020651894 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/bindings/lib.rs' (1,836) at 20240405153053417 2025-03-14 03:00:45.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/fvp-base-revc.dts' (1,837) at 20240405153045717 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/Makefile' (1,838) at 20210307214932666 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/yc/Makefile' (1,839) at 20240405153053553 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/fans.yaml' (1,840) at 20220923030023309 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-ksm' (1,841) at 20240405153044925 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (1,842) at 20241217090357822 to deleted uid set 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/backlight.c' (1,843) at 20240405153046209 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcupdate.h' (1,844) at 20241211090145537 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gt200.c' (1,845) at 20220525020652959 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tcpnotify_user.c' (1,846) at 20240405153054289 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/lnl.h' (1,847) at 20240613080016551 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/uapi/linux/input-event-codes.h' (1,848) at 20240726080012870 to deleted uid set 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/noexec.c.inc' (1,849) at 20221215040039390 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/auth.c' (1,850) at 20240405153231703 2025-03-14 03:00:45.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/crownbay.h' (1,851) at 20210308005003592 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/wof.S' (1,852) at 20210307214926606 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042-acpipnpio.h' (1,853) at 20241008080013935 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nsc_gpio.h' (1,854) at 20210307214931458 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/ftrace.h' (1,855) at 20210307214926158 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_main.h' (1,856) at 20240405153231031 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/slot.hpp' (1,857) at 20231102080046425 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/ibm-power10-cpu.inc' (1,858) at 20210307205554058 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/misc/rdma.h' (1,859) at 20240405153052901 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/auth_none.h' (1,860) at 20220525020654807 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-39x.c' (1,861) at 20210307214926994 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/psci.S' (1,862) at 20210308005002560 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/mediatek-crypto.txt' (1,863) at 20210307214925298 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/sh7763rdp.h' (1,864) at 20210307214926558 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_plus_h3_defconfig' (1,865) at 20210308005003248 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/perf.rst' (1,866) at 20240405153229835 2025-03-14 03:00:45.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/axp803.dtsi' (1,867) at 20240405153045705 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml' (1,868) at 20221207040023627 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-uniphier.c' (1,869) at 20210308005003480 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/meson.build' (1,870) at 20220913030027305 to deleted uid set 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mlx5/main.c' (1,871) at 20241211090145437 to deleted uid set 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-r40-ccu.h' (1,872) at 20210307214931350 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/mx53cx9020_video.c' (1,873) at 20210308005002920 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/boot0.h' (1,874) at 20210308005002636 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mbox.h' (1,875) at 20210308005108641 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_packet.h' (1,876) at 20240405153052921 2025-03-14 03:00:45.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-visionox-rm69299.c' (1,877) at 20240429080012420 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8994/core.h' (1,878) at 20210307214931438 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pxs2-vodka.dts' (1,879) at 20240405153045577 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ftm-responder.c' (1,880) at 20240405153231199 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/common.h' (1,881) at 20240405153045637 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/rc-core.h' (1,882) at 20240405153052829 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-null.c' (1,883) at 20210308005045765 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/of_display_timing.h' (1,884) at 20220804100016080 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/trace-events' (1,885) at 20241211090212558 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/trace.h' (1,886) at 20210308005045877 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_transport_api.h' (1,887) at 20210307214930410 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/.shellcheck' (1,888) at 20210511000025977 to deleted uid set 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c' (1,889) at 20240613080016443 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/core_priv.h' (1,890) at 20220525020653115 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/Kconfig' (1,891) at 20240405153051221 2025-03-14 03:00:45.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/tlb_helper.c' (1,892) at 20241211090212498 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_ctrl_net.h' (1,893) at 20240405153230995 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch' (1,894) at 20240413080012651 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/g98.c' (1,895) at 20240405153048637 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-gate-exclusive.c' (1,896) at 20210307214926978 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/libpldm.wrap' (1,897) at 20221013030032131 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sdm660.h' (1,898) at 20220525020654543 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/traps.c' (1,899) at 20240405153229863 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/MAINTAINERS' (1,900) at 20210308005003032 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/s5pv210.h' (1,901) at 20210307214931334 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_merge3d.h' (1,902) at 20240405153048585 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tua9001.h' (1,903) at 20210307214928802 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ihs_video_out.c' (1,904) at 20210308005003528 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/emacs_29.1.bb' (1,905) at 20240309090012804 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/Makefile' (1,906) at 20210307214931110 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm63268-clock.h' (1,907) at 20210308005003632 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/rfkill.c' (1,908) at 20210307214929914 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpicmn.h' (1,909) at 20220525020654987 2025-03-14 03:00:45.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c' (1,910) at 20210307214929362 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/NMI-RCU.rst' (1,911) at 20240405153044933 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi' (1,912) at 20210307214926346 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/clock.c' (1,913) at 20210308005002788 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-370.c' (1,914) at 20210307214926994 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-topwise-a721.dts' (1,915) at 20240405153045377 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.c' (1,916) at 20240405153231015 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-legacy.c' (1,917) at 20240405153047085 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/crypto.c' (1,918) at 20240429080012448 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC' (1,919) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2_param.h' (1,920) at 20210307214930554 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cpu_common.h' (1,921) at 20210308005002880 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/nomodeset.c' (1,922) at 20240405153052229 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/.gitignore' (1,923) at 20220330030021482 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/soc.h' (1,924) at 20210307214925926 2025-03-14 03:00:45.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pti.c' (1,925) at 20241216090017689 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c' (1,926) at 20240405153230595 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_types.mako.cpp' (1,927) at 20230901080026062 to deleted uid set 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/gbmc_eth_access.json' (1,928) at 20231027080017022 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/docs/OEMExtensions.md' (1,929) at 20241114091008828 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,berlin.txt' (1,930) at 20210307214925290 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_vsi_vlan_ops.h' (1,931) at 20240405153230979 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.6.bb' (1,932) at 20231126090012785 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0004-Add-a-new-distro-feature-ptest.patch' (1,933) at 20241221090017648 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power-domain-uclass.h' (1,934) at 20210308005003680 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ppc6xx_defconfig' (1,935) at 20240405153230027 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xtfpga/lcd.c' (1,936) at 20210307214926770 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips-softmmu.mak' (1,937) at 20230925080039837 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-amc/db-88f6820-amc.c' (1,938) at 20210308005002904 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/config' (1,939) at 20210307214932738 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/vhost-vsock-ccw.c' (1,940) at 20221215040039150 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/deploy.py' (1,941) at 20240301090012483 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-pcduino3-nano.dts' (1,942) at 20210308005002624 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_fcntl.h' (1,943) at 20210308005046069 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/offloading.c' (1,944) at 20240405153050537 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t2080.c' (1,945) at 20210308005003432 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-debugfs-zoned.c' (1,946) at 20240405153046521 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dns325.h' (1,947) at 20210308005003592 2025-03-14 03:00:45.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-sti.c' (1,948) at 20240613080016463 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/nvram.c' (1,949) at 20210307214926190 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcm47xx_nvram.h' (1,950) at 20240405153052661 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/virtio_uml.c' (1,951) at 20240405153046341 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts' (1,952) at 20240405153229931 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/serial/index.rst' (1,953) at 20240405153045197 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma7455_i2c.c' (1,954) at 20240405153048937 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800pci.c' (1,955) at 20240405153050621 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pmem/pmem-region.txt' (1,956) at 20240405153229787 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/libpwmtach.h' (1,957) at 20210308005111465 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-core.c' (1,958) at 20240405153049377 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_interrupted_tap_output.log' (1,959) at 20210309003655972 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/structleak_plugin.c' (1,960) at 20240405153053449 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qemu-timer-notify-cb.c' (1,961) at 20210308005046257 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-name.json' (1,962) at 20210308005046405 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb' (1,963) at 20241206090014258 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/list_sort.c' (1,964) at 20240405153054061 2025-03-14 03:00:45.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/hosts' (1,965) at 20230401080011967 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c' (1,966) at 20240405153048593 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1619.dtsi' (1,967) at 20210307214926038 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/trampoline_64.S' (1,968) at 20240405153046493 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/gp_padctrl.h' (1,969) at 20210308005002672 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/twl4030_omap3.dtsi' (1,970) at 20210308005002632 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/machines.h' (1,971) at 20210307214926162 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/run-ptest' (1,972) at 20210307205554610 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/mr.c' (1,973) at 20240405153050129 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/MAINTAINERS' (1,974) at 20210308005003080 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/Makefile' (1,975) at 20210307214926170 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/boot_mode.c' (1,976) at 20210308005002772 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c' (1,977) at 20240805080013991 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/kirkwood-cpufreq.c' (1,978) at 20240405153230251 2025-03-14 03:00:45.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-virt-machine.c' (1,979) at 20221215040039374 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/WTFPL' (1,980) at 20211006000025246 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c' (1,981) at 20240405153050493 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/side-switch/phosphor-bmc-side-switch.service' (1,982) at 20241207090017671 to deleted uid set 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_main.c' (1,983) at 20240405153046933 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/event.cpp' (1,984) at 20240822080006720 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/main_nl.cpp' (1,985) at 20230516080019606 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/zoned' (1,986) at 20230925080040093 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/archparam.h' (1,987) at 20210307214926750 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pch_phub.c' (1,988) at 20210309003650440 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c' (1,989) at 20240405153050593 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24116.c' (1,990) at 20241115090012949 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/rt5640.h' (1,991) at 20240405153052653 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exportfs/Makefile' (1,992) at 20210307214931078 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/init.c' (1,993) at 20240520080015139 2025-03-14 03:00:45.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/event.cpp.mako' (1,994) at 20241118090037903 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/l1oip_core.c' (1,995) at 20240405153049213 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/Kconfig' (1,996) at 20240405153051773 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdping.sh' (1,997) at 20240405153054289 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/buffer.c' (1,998) at 20210308005046557 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/tlan.c' (1,999) at 20240405153050317 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/subpage_prot.c' (2,000) at 20210307214932702 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fpga-dfl.h' (2,001) at 20210309003653988 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/write-threshold.h' (2,002) at 20230426080043756 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8510.yaml' (2,003) at 20240405153045173 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-jsl-match.c' (2,004) at 20240405153232183 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hwseq.h' (2,005) at 20220525020652510 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ntc_thermistor.c' (2,006) at 20241008080013927 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fixed-rate.c' (2,007) at 20240405153046777 2025-03-14 03:00:45.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-graph-fp-aarch64' (2,008) at 20240405153054161 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pci-idio-16.c' (2,009) at 20240405153230307 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-quanta-q71l.dts' (2,010) at 20240405153229867 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-corei7.inc' (2,011) at 20210905000020581 to deleted uid set 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4-Clause-Shortened' (2,012) at 20211006000025230 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/coda.h' (2,013) at 20210307214931626 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/amlogic,meson-gxbb-sm.yaml' (2,014) at 20240405153045057 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/ashldi3.S' (2,015) at 20240405153046509 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/cnv_float.h' (2,016) at 20210307214926334 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/kgdb_64.c' (2,017) at 20210309003648992 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-timer.c' (2,018) at 20210307214926290 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8365.h' (2,019) at 20220525020653879 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig' (2,020) at 20210308005002756 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_init.c' (2,021) at 20240405153047253 2025-03-14 03:00:45.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_debugfs.c' (2,022) at 20240405153050589 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/functions.cpp' (2,023) at 20241024080016190 to deleted uid set 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pci.h' (2,024) at 20240405153046277 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/fixed-cell.yaml' (2,025) at 20240405153229779 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/integrator_ap.c' (2,026) at 20240405153045689 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/vhost-scsi-ccw.c' (2,027) at 20221215040039150 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si4713/radio-usb-si4713.c' (2,028) at 20210309003650364 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/controlcenterd.h' (2,029) at 20210308005003592 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/.gitignore' (2,030) at 20241211090212458 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/intel/stratix10-smc.h' (2,031) at 20240405153231807 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/sfp-machine.h' (2,032) at 20220525020652114 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vaala' (2,033) at 20210307205553774 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-variant-MIT-disclaimer-rev' (2,034) at 20241221090017616 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/ehci-ci.h' (2,035) at 20210308005003688 2025-03-14 03:00:45.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_arc_dup_eng_axuser_regs.h' (2,036) at 20240405153046585 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/ib_user_verbs.h' (2,037) at 20240405153052949 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5249evb_defconfig' (2,038) at 20240405153045957 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/cu1830-neo.dts' (2,039) at 20240405153045989 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-prtmvt.dts' (2,040) at 20240405153045501 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel/Makefile' (2,041) at 20210307214926746 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/eeprom.h' (2,042) at 20210307214929750 2025-03-14 03:00:45.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi' (2,043) at 20240405153229887 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-r2.dts' (2,044) at 20240405153045717 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_nvm.c' (2,045) at 20240624080012788 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio_data_types.rst' (2,046) at 20220525020654131 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-a10sr.c' (2,047) at 20210726100024739 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/console.c' (2,048) at 20210307214926206 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch' (2,049) at 20241221090017644 to deleted uid set 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/eth.c' (2,050) at 20210308005002996 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/disabled-features.h' (2,051) at 20240411080014058 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/opregion.c' (2,052) at 20240405153048521 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/qcom,ebi2.txt' (2,053) at 20210307214925282 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/tlb.c' (2,054) at 20210308005002976 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/dec' (2,055) at 20240405153053433 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/atomic.h' (2,056) at 20240405153045913 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/lowlevel_init.S' (2,057) at 20210308005003036 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/write_window_dirty_erase.c' (2,058) at 20210308005108645 2025-03-14 03:00:45.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/cper-utils.c' (2,059) at 20241121090009283 to deleted uid set 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/tui.c' (2,060) at 20210307214932738 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-shark.c' (2,061) at 20240405153049501 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/ptrace.c' (2,062) at 20240405153046257 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-3.0-DE' (2,063) at 20211006000025230 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/restrack.h' (2,064) at 20210309003650056 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_elf.h' (2,065) at 20221215040039202 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_REJECT.h' (2,066) at 20210307214931650 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/gspca-cardlist.rst' (2,067) at 20220525020651646 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rfkill.h' (2,068) at 20240405153052789 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/trace.h' (2,069) at 20241211090212338 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/Kconfig' (2,070) at 20240405153051297 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Idre' (2,071) at 20210307205553782 2025-03-14 03:00:45.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h' (2,072) at 20210308005003468 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_4_0_0_sh_mask.h' (2,073) at 20240405153048313 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/pnfs_nfs.c' (2,074) at 20240405153231699 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-musl' (2,075) at 20241206090014314 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/berlin.h' (2,076) at 20210307214930070 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/lowlevel_init.S' (2,077) at 20210308005003036 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_plane.c' (2,078) at 20240405153230643 to deleted uid set 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap.h' (2,079) at 20220525020653767 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ia_css_bh.host.h' (2,080) at 20210307214930550 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/294' (2,081) at 20210927100127501 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/.clang-format' (2,082) at 20241220090025971 to deleted uid set 2025-03-14 03:00:45.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/Makefile' (2,083) at 20210308005003044 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/nvidia-pmu.rst' (2,084) at 20240405153044961 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/clntlock.c' (2,085) at 20240405153052397 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/run_param_test.sh' (2,086) at 20240405153054373 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_sl50_defconfig' (2,087) at 20210308005003248 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinctrl-aspeed.h' (2,088) at 20210307214930070 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp_send.c' (2,089) at 20240405153053357 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-tdm-formatter.h' (2,090) at 20210307214932398 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/agp.h' (2,091) at 20240405153046741 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/files/default' (2,092) at 20210909000019093 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/resolver.c' (2,093) at 20210307214930002 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/arkfb.c' (2,094) at 20240405153052181 2025-03-14 03:00:45.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/c67x00.h' (2,095) at 20240405153052809 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console@.socket.in' (2,096) at 20230415080011757 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/signal.c' (2,097) at 20240906080037360 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/uprobes.c' (2,098) at 20240405153045909 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/openpic.h' (2,099) at 20240326080039538 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/setup.h' (2,100) at 20210307214926398 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-flash.rst' (2,101) at 20210309003648448 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon' (2,102) at 20230908080016530 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/chronyd.service' (2,103) at 20240819080009954 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_iommu.c' (2,104) at 20220525020652851 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiumount-rw@.service' (2,105) at 20210308005102829 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/Platform' (2,106) at 20210307214926266 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_frmr.c' (2,107) at 20210916100017999 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_debug.h' (2,108) at 20210307214930294 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/starting-fix.patch' (2,109) at 20210307205553950 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/paca.h' (2,110) at 20240405153046121 2025-03-14 03:00:45.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-neon-core.S' (2,111) at 20240405153045849 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cpudata.h' (2,112) at 20210307214926578 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dvb_dummy_fe.h' (2,113) at 20210307214928626 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/hexagon-linux-user.mak' (2,114) at 20241211090212222 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/Kconfig' (2,115) at 20210308005002944 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cma_configfs.c' (2,116) at 20240405153049017 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra124-sor.yaml' (2,117) at 20240405153229763 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6331/registers.h' (2,118) at 20240405153052729 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/audit.h' (2,119) at 20240405153230111 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-ti-32k.c' (2,120) at 20210309003649268 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemumips.conf' (2,121) at 20210905000020585 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/debugging/kernel-chktaint' (2,122) at 20240405153054045 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-01' (2,123) at 20220412030005129 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_mini_4x6.c' (2,124) at 20220525020654747 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kasan-tags.h' (2,125) at 20220525020654579 2025-03-14 03:00:45.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/yocto-project-qs.png' (2,126) at 20210307205554374 to deleted uid set 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi' (2,127) at 20240405153045749 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sleep.h' (2,128) at 20210308005002960 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/tkip.c' (2,129) at 20210307214931994 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/device_class.rs' (2,130) at 20241211090212458 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m2-pro.dts' (2,131) at 20240405153045713 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/genalloc.rst' (2,132) at 20240405153045289 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/map_percpu_stats.c' (2,133) at 20240405153232255 2025-03-14 03:00:45.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/nls.c' (2,134) at 20240405153052333 2025-03-14 03:00:45.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json' (2,135) at 20241212090014007 2025-03-14 03:00:45.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/system_dump_entry.hpp' (2,136) at 20230722080020329 to deleted uid set 2025-03-14 03:00:45.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/xfrm.h' (2,137) at 20241104090011599 to deleted uid set 2025-03-14 03:00:45.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/ti/cpsw_ale.c' (2,138) at 20240405153050313 to deleted uid set 2025-03-14 03:00:45.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/mlx4.rst' (2,139) at 20210307214925534 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/sockopt.c' (2,140) at 20240910080014094 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_srq.c' (2,141) at 20240405153049113 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btsdio.c' (2,142) at 20240613080016379 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/fuse.conf' (2,143) at 20210307205553738 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch' (2,144) at 20241221090017660 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/bridge_vlan_aware.sh' (2,145) at 20240405153054341 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/div.c' (2,146) at 20240405153046849 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/soc/atmel/soc.c' (2,147) at 20240405153051753 to deleted uid set 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/mmp.c' (2,148) at 20241211090145513 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/src/meson.build' (2,149) at 20240106090013589 to deleted uid set 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/firmware-list.js' (2,150) at 20210308005107069 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_profile.h' (2,151) at 20210307214928434 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-xinetd' (2,152) at 20210307205553822 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c' (2,153) at 20210307214927306 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch' (2,154) at 20210307205554462 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/datafab.c' (2,155) at 20220525020654295 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/Kconfig' (2,156) at 20210308005003024 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/cmd.tcl' (2,157) at 20210308005007108 2025-03-14 03:00:45.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/nuvoton,nct7802.yaml' (2,158) at 20240405153045065 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l56.h' (2,159) at 20210307214932302 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/.gitignore' (2,160) at 20210308005003008 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-dreamplug.dts' (2,161) at 20240405153045457 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vector_user.h' (2,162) at 20240405153046341 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/features.rst' (2,163) at 20241211090212234 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/compress-offload.rst' (2,164) at 20240405153045261 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7s-warp.dts' (2,165) at 20210308005002592 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LZMA-SDK-9.11-to-9.20' (2,166) at 20241221090017616 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/MAINTAINERS' (2,167) at 20210308005002968 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_pcie.h' (2,168) at 20240405153050969 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/virt.rst' (2,169) at 20241211090212238 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6adm.h' (2,170) at 20210307214932406 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cg_storage_multi.h' (2,171) at 20241008080014059 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/si7005.c' (2,172) at 20240405153048989 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml' (2,173) at 20220525020651674 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/perf_event.h' (2,174) at 20240405153046389 to deleted uid set 2025-03-14 03:00:45.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch' (2,175) at 20230706080014733 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max6639.c' (2,176) at 20240405153230663 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra186-gpio.txt' (2,177) at 20210308005003304 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__connect_awaitable.hpp' (2,178) at 20241219090033964 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-at91.c' (2,179) at 20240405153231559 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-module.c' (2,180) at 20210308005046553 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target.h' (2,181) at 20241211090212218 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/overlay-fdt-boot.txt' (2,182) at 20210308005003332 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/s390-time.h' (2,183) at 20210308005046185 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/asm-compat.h' (2,184) at 20210307214932698 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mxs/pm.h' (2,185) at 20210307214925906 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/avc.c' (2,186) at 20240830080013359 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/arch-ag101/ag101.h' (2,187) at 20210308005002824 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb' (2,188) at 20240302090018242 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/pci-bridge.h' (2,189) at 20240405153045973 2025-03-14 03:00:45.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt5682.c' (2,190) at 20240405153053957 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/policydb.h' (2,191) at 20240405153232115 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/overview-manual-title.png' (2,192) at 20210307205554314 to deleted uid set 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed_%.bbappend' (2,193) at 20210911000017986 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/mlx4.h' (2,194) at 20240405153231011 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/170.out' (2,195) at 20210308005046453 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mtk-pm-domains.c' (2,196) at 20240405153231347 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/image/obmc-phosphor-image.bbappend' (2,197) at 20210819000021018 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_d_path_check_rdonly_mem.c' (2,198) at 20240405153054277 2025-03-14 03:00:45.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/volatiles.03_syslog-ng' (2,199) at 20210307205553998 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-evm.dts' (2,200) at 20240405153045597 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_llc.h' (2,201) at 20220525020652895 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-tests-Fix-callback-prototype.patch' (2,202) at 20230919080013958 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/tegra234-bpmp-thermal.h' (2,203) at 20240405153052657 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml' (2,204) at 20240405153045137 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/shmparam.h' (2,205) at 20210307214925646 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/vsock_test.c' (2,206) at 20240405153232287 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if900d.h' (2,207) at 20210307214927902 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/ldt.c' (2,208) at 20220627100016946 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ext_caps.c' (2,209) at 20220525020653083 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/bufferiszero.c' (2,210) at 20240906080037592 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/Kconfig' (2,211) at 20220525020654903 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts' (2,212) at 20241108090013056 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/libdbi/libdbi_0.9.0.bb' (2,213) at 20241221090017508 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/Kconfig' (2,214) at 20241023080012879 2025-03-14 03:00:45.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/socionext,uniphier-pcie-phy.yaml' (2,215) at 20240405153045129 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml' (2,216) at 20240405153045129 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci-modern.h' (2,217) at 20210308005046481 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/mp2975.c' (2,218) at 20240405153230667 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_device.hpp' (2,219) at 20240918080002708 to deleted uid set 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/jump_label.h' (2,220) at 20240405153230031 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_iommu.h' (2,221) at 20240405153052757 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in' (2,222) at 20210307205554542 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch' (2,223) at 20241221090017528 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mon.h' (2,224) at 20210308005002732 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-gpio-3.dtsi' (2,225) at 20210307214926350 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_eqdata.c' (2,226) at 20210307214932234 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ets.json' (2,227) at 20210307214932726 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts' (2,228) at 20241115090012941 2025-03-14 03:00:45.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/MAINTAINERS' (2,229) at 20210308005003040 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun50i-h616-ccu.h' (2,230) at 20240405153231799 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/machine/romed8hm3.conf' (2,231) at 20240413080012631 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/bundle.c' (2,232) at 20210307214928086 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/sch_cake.c' (2,233) at 20240913080013861 to deleted uid set 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c' (2,234) at 20241008080013939 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi' (2,235) at 20240405153045749 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c' (2,236) at 20240830080013251 2025-03-14 03:00:45.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-KnockMore' (2,237) at 20210307205553798 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/audit_dir_write.h' (2,238) at 20210307214931302 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/tlbflush.h' (2,239) at 20240405153045941 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/lx60.dts' (2,240) at 20210307214926758 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy_api.h' (2,241) at 20220215040051512 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc32.c' (2,242) at 20210610190030293 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/elida,kd35t133.yaml' (2,243) at 20240405153045041 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/spartan2.c' (2,244) at 20210308005003376 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/__init__.py' (2,245) at 20240301090012483 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/devpts_pts.c' (2,246) at 20210307214932670 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp421.yaml' (2,247) at 20240405153045065 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/sandbox.c' (2,248) at 20210308005003340 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-system1/conf/machine/system1.conf' (2,249) at 20241221090017484 to deleted uid set 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Manager/meson.build' (2,250) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/log-controller.js' (2,251) at 20210308005107077 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/zynq_gpio.c' (2,252) at 20210308005003380 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/debug.c' (2,253) at 20240405153052041 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch' (2,254) at 20241221090017680 2025-03-14 03:00:45.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra186-mc.h' (2,255) at 20210307214931342 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/ptrace_user.h' (2,256) at 20210307214926622 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/Makefile' (2,257) at 20210308005002976 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/warrior.c' (2,258) at 20240405153049133 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-freeze.rst' (2,259) at 20220525020654135 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_tcc_cooling.c' (2,260) at 20240405153231499 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_crypto.c' (2,261) at 20240628080013985 to deleted uid set 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/login-utilities.cfg' (2,262) at 20241221090017636 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/arm64-support.patch' (2,263) at 20231011080016574 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/dlc,dlc0700yzg-1.yaml' (2,264) at 20210307214925306 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-cs47l35.c' (2,265) at 20210307214930070 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/timer-xilinx.h' (2,266) at 20240910080014082 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mem_encrypt.h' (2,267) at 20240405153046117 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0007-RH-warn-on-invalid-regex-instead-of-failing.patch' (2,268) at 20241221090017540 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/octeon.h' (2,269) at 20240405153046013 2025-03-14 03:00:45.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/Kconfig' (2,270) at 20210308005003048 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_pm.c' (2,271) at 20240405153230163 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c' (2,272) at 20240830080013259 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iot_devkit_defconfig' (2,273) at 20210308005003260 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig' (2,274) at 20210308005003240 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qom-test.c' (2,275) at 20230426080043948 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/power/index.rst' (2,276) at 20240405153045297 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv17.c' (2,277) at 20240405153048661 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/remove_muldiv64.cocci' (2,278) at 20210308005046237 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_map_in_map_user.c' (2,279) at 20240405153053425 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (2,280) at 20221108040015950 2025-03-14 03:00:45.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funcore/Makefile' (2,281) at 20240405153049933 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5659.h' (2,282) at 20210307214932330 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3188.h' (2,283) at 20210308005002660 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XFree86-1.1' (2,284) at 20210307205554426 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb' (2,285) at 20241206090014298 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/qp.c' (2,286) at 20240405153230703 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pinctrl-rzn1.c' (2,287) at 20240405153051365 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.env' (2,288) at 20210307205554586 to deleted uid set 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_ethtool.c' (2,289) at 20240405153230983 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts' (2,290) at 20240405153045473 2025-03-14 03:00:45.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-pc.c' (2,291) at 20221215040039374 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-hash.c' (2,292) at 20241211090212530 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/asm-offsets.c' (2,293) at 20240405153230079 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/mvebu-system-controller.txt' (2,294) at 20210307214925274 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/hisilicon/Makefile' (2,295) at 20240405153052161 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ucd9200.c' (2,296) at 20240405153230667 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rusksele' (2,297) at 20210307205553790 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_pipe.h' (2,298) at 20240405153051833 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/appldata/appldata_mem.c' (2,299) at 20240405153046269 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts' (2,300) at 20240405153045589 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c' (2,301) at 20240405153047153 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/frontend.json' (2,302) at 20240405153054133 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ADSL' (2,303) at 20211006000025226 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-aspeed.c' (2,304) at 20210308005003512 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/index.rst' (2,305) at 20240405153045265 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest.bbclass' (2,306) at 20241221090017608 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/genindex.rst' (2,307) at 20210307205554234 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_loopback.c' (2,308) at 20240405153231547 2025-03-14 03:00:45.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/serial.c' (2,309) at 20210307214926202 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/clean-header-guards.pl' (2,310) at 20221215040039266 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-pci-bus.c' (2,311) at 20241114091008828 to deleted uid set 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6q_icore_nand_defconfig' (2,312) at 20210308005003260 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_qbman.h' (2,313) at 20210308005003652 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kernelcapi.h' (2,314) at 20210307214931414 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_ematch/tc_em_cmp.h' (2,315) at 20210307214931662 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/amdgpu_dpm.c' (2,316) at 20240405153048325 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/Makefile' (2,317) at 20240405153046969 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dalstuga' (2,318) at 20210307205553778 2025-03-14 03:00:45.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_debugfs.c' (2,319) at 20240805080013999 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_vp9.c' (2,320) at 20240405153051861 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_n_down_ch0_regs.h' (2,321) at 20240405153046573 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent_sse2_glue.c' (2,322) at 20220525020652134 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lockdep_proc.c' (2,323) at 20220525020654711 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/hw_irq.h' (2,324) at 20241001080013012 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/armada-370db-audio.txt' (2,325) at 20210307214925426 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9g45.h' (2,326) at 20210308005002716 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/config.h' (2,327) at 20210308005002848 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/aead.h' (2,328) at 20220525020652394 2025-03-14 03:00:45.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/smpro-core.c' (2,329) at 20240405153049617 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-spe-keys.S' (2,330) at 20210307214926370 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m4.dtsi' (2,331) at 20240405153229963 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6602.c' (2,332) at 20220525020652358 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/posix_types.h' (2,333) at 20210307214931654 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/ia64regs.h' (2,334) at 20210307214926122 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/rsa_oem_fitimage_key.crt' (2,335) at 20210519100046557 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/hists_cumulate.c' (2,336) at 20240405153054165 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dw-mmio.c' (2,337) at 20240405153231459 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/process_keys.c' (2,338) at 20220525020654955 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/index.rst' (2,339) at 20220525020651770 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_debugfs.c' (2,340) at 20240405153048485 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vdso/gettimeofday.h' (2,341) at 20240405153046249 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/sunrpc.h' (2,342) at 20240405153053389 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fby35.c' (2,343) at 20240326080039418 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/sbsa_gwdt.c' (2,344) at 20241211090212354 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/stat.h' (2,345) at 20210308005003668 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.21.0.bb' (2,346) at 20241221090017548 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/049_x86_ucode_spl.dts' (2,347) at 20210308005003752 2025-03-14 03:00:45.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-apbc.c' (2,348) at 20240405153046801 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/dbus-vmstate.c' (2,349) at 20240906080037140 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-most' (2,350) at 20220525020651630 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs780_dpm.c' (2,351) at 20220525020653003 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/Makefile' (2,352) at 20210308005002784 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/syscalls/syscallnr.sh' (2,353) at 20220525020652006 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/sdbusplus.wrap' (2,354) at 20240815080028259 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/malloc.c' (2,355) at 20210307214931130 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/ftrace.h' (2,356) at 20210307214932474 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/slimbus.h' (2,357) at 20220525020654087 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/st,stmpe-adc.yaml' (2,358) at 20240405153045073 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/combo-layer' (2,359) at 20240301090012479 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-npi.c' (2,360) at 20210307214926198 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-xiaomi.c' (2,361) at 20240405153048825 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/allwinner-wdt.c' (2,362) at 20240906080037320 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service' (2,363) at 20230512080018777 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/10-adbd-configfs.conf' (2,364) at 20210307205553894 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/nested_trust_success.c' (2,365) at 20240405153232259 2025-03-14 03:00:45.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/resources.h' (2,366) at 20240405153231027 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/pmu.c' (2,367) at 20210308005002884 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/uli526x.c' (2,368) at 20240405153049905 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,videocc.yaml' (2,369) at 20240405153229759 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/spaceorb.c' (2,370) at 20240405153049133 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_locked_port.sh' (2,371) at 20240405153232275 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb' (2,372) at 20241206090014326 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/softoff.hpp' (2,373) at 20240415080031491 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c' (2,374) at 20210308005046521 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpioctl.h' (2,375) at 20210307214932234 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.c' (2,376) at 20240405153230323 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ddr.yaml' (2,377) at 20240405153045101 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/tmon.c' (2,378) at 20210307214932738 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/cve-tou' (2,379) at 20241221090017620 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb' (2,380) at 20241221090017496 to deleted uid set 2025-03-14 03:00:45.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-davinci.txt' (2,381) at 20240405153045173 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-all.c' (2,382) at 20240405153054041 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/hso.c' (2,383) at 20240405153231083 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sram/sram.yaml' (2,384) at 20240405153045177 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-pinfunc.h' (2,385) at 20240405153045489 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos-mipi-video.c' (2,386) at 20240405153231315 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/Kconfig' (2,387) at 20210307214931070 2025-03-14 03:00:45.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-querycap.rst' (2,388) at 20240405153045325 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-nala.h' (2,389) at 20210307214928846 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_hfsc.c' (2,390) at 20240405153232075 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_gfx.h' (2,391) at 20241211090212362 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.c' (2,392) at 20240405153048633 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-auo-a030jtn01.c' (2,393) at 20240405153230615 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/cmd_mon.c' (2,394) at 20210308005002732 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/phase_fault_detection.cpp' (2,395) at 20240817080031296 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pmmu_hbw_stlb_masks.h' (2,396) at 20240405153046601 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/sleep.c' (2,397) at 20240405153046405 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/intel,ixp4xx-crypto.yaml' (2,398) at 20240405153045033 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/tpm_tis_spi.txt' (2,399) at 20210307214925418 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt' (2,400) at 20210307214925342 2025-03-14 03:00:45.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-uniphier.c' (2,401) at 20240405153051801 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-beagle-x15-revb1.dts' (2,402) at 20240405153045597 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-card.h' (2,403) at 20240405153231863 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dio_stream_encoder.h' (2,404) at 20240405153047245 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/queue.h' (2,405) at 20220525020653375 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0003-dev_setup.sh-Remove-the-TERM-dependency.patch' (2,406) at 20210307205553802 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet_group.hpp' (2,407) at 20240619080002916 to deleted uid set 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/physaddr.c' (2,408) at 20220818100014659 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mpc83xx_clk.h' (2,409) at 20210308005003348 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/make_id_name.hpp' (2,410) at 20220725100036488 to deleted uid set 2025-03-14 03:00:45.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/Makefile' (2,411) at 20210307214926574 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/spr-metrics.json' (2,412) at 20240405153232231 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt1/Makefile' (2,413) at 20210307214928706 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/varhandlers.c' (2,414) at 20240405153046613 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/channel.c' (2,415) at 20240405153048805 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Requirements/ReadersPartitionGP1.svg' (2,416) at 20240405153044933 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_security_bitdef.h' (2,417) at 20240405153051901 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/bitops.h' (2,418) at 20210308005002836 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_dcbx.h' (2,419) at 20240405153050217 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/version.hpp' (2,420) at 20240820080019550 to deleted uid set 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/pmc56_overflow_test.c' (2,421) at 20210307214932706 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml' (2,422) at 20240405153045141 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/mona.c' (2,423) at 20210307214932246 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da732x.c' (2,424) at 20240405153053601 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/basic1.tc' (2,425) at 20210307214932670 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/nds32.lds' (2,426) at 20210308005003544 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/of.c' (2,427) at 20240405153230019 2025-03-14 03:00:45.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-37xx.dts' (2,428) at 20210308005002596 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/metronomefb.c' (2,429) at 20240405153231587 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/Makefile' (2,430) at 20240405153045365 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-pmu-backlight.c' (2,431) at 20240405153049225 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/icount.c' (2,432) at 20240906080037444 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/marvell/octeontx2/asm.h' (2,433) at 20221128040017602 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' (2,434) at 20210307205554338 to deleted uid set 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb' (2,435) at 20241221090017528 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-spdifout.c' (2,436) at 20240405153053973 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com20020-isa.c' (2,437) at 20240405153049721 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/probe_32.c' (2,438) at 20240405153230119 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/renesas_usbf.c' (2,439) at 20240405153231555 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c' (2,440) at 20240405153231387 2025-03-14 03:00:45.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mes_ctx.h' (2,441) at 20240405153047113 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-sha204a.c' (2,442) at 20240405153046925 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/pic32/microchip,pic32mzda.txt' (2,443) at 20210307214925362 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-70x0.dtsi' (2,444) at 20210307214926022 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-init.c' (2,445) at 20210307214929766 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-sunrisepoint.c' (2,446) at 20240405153231323 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vdpa.h' (2,447) at 20240405153231847 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/linkage.h' (2,448) at 20240405153045937 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h' (2,449) at 20240405153049917 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (2,450) at 20240730080012557 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/midibuf.c' (2,451) at 20240405153054025 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/arm,rtsm-display.yaml' (2,452) at 20240405153045041 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c' (2,453) at 20240405153050593 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-midi.c' (2,454) at 20240405153232123 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/fsl_pamu.c' (2,455) at 20240405153049181 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/renoir/acp3x-rn.c' (2,456) at 20220525020655015 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fcs,fsa4480.yaml' (2,457) at 20240405153045181 2025-03-14 03:00:45.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun9i-a80-usb-phy.yaml' (2,458) at 20240405153045129 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/0001-remove-the-error-line-and-live-without-file-type-det.patch' (2,459) at 20230503080014579 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c' (2,460) at 20240405153048633 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lcd.h' (2,461) at 20210308005003656 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.h' (2,462) at 20240405153047245 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun9i-a80-de.h' (2,463) at 20210307214931338 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ath79.c' (2,464) at 20240405153230303 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/libsdl2/libsdl2_%.bbappend' (2,465) at 20210812000025266 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/cmtp/core.c' (2,466) at 20240405153053181 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/263.out' (2,467) at 20210308005046465 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/channels.h' (2,468) at 20240405153050101 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide.png' (2,469) at 20210307205554334 to deleted uid set 2025-03-14 03:00:45.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/addrspace.h' (2,470) at 20210308005002884 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/cache.c' (2,471) at 20210308005002888 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/global_nvs.h' (2,472) at 20210308005002876 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-vpp0.c' (2,473) at 20240405153046801 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/Makefile' (2,474) at 20210308004941068 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/atm/fore200e.rst' (2,475) at 20210309003648436 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_cache.h' (2,476) at 20210307214930234 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmp8074.dtsi' (2,477) at 20240405153229943 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso/vsyscall.h' (2,478) at 20210307214926066 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8173-clk.h' (2,479) at 20220525020654543 2025-03-14 03:00:45.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/SECURITY.md' (2,480) at 20241221090017484 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sta2x11.h' (2,481) at 20210307214926674 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/meson.build' (2,482) at 20220913030027305 to deleted uid set 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3066a-bqcurie2.dts' (2,483) at 20240405153045557 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00389_cvi_memmap_package.h' (2,484) at 20210307214928682 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/qos.h' (2,485) at 20210308005003040 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' (2,486) at 20210308005046397 to deleted uid set 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-gxbb-reset.h' (2,487) at 20210308005003640 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_imx.c' (2,488) at 20240405153230179 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/thunderbolt/nhi.c' (2,489) at 20240429080012436 to deleted uid set 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.1.bb' (2,490) at 20241221090017488 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage5_get_offsets.h' (2,491) at 20240405153052901 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-cipher.c' (2,492) at 20241211090212530 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tee.h' (2,493) at 20210308005003688 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_parser.c' (2,494) at 20240405153051393 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8mm-clock.h' (2,495) at 20240405153052641 2025-03-14 03:00:45.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/20010114-2.c' (2,496) at 20210308005003720 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/virtual-memory.json' (2,497) at 20240405153054141 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/api/test.rst' (2,498) at 20240405153045009 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/libuv/libuv_1.49.2.bb' (2,499) at 20241221090017636 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/Makefile' (2,500) at 20240405153230735 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_context_types.h' (2,501) at 20240405153048473 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/188' (2,502) at 20240906080037564 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig' (2,503) at 20210308005003276 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-perictrl.yaml' (2,504) at 20240405153045157 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml' (2,505) at 20240405153045121 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/motor-ctrl' (2,506) at 20220623030014779 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_crtc.h' (2,507) at 20240405153231791 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/043_intel-cmc.dts' (2,508) at 20210308005003752 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc7280.h' (2,509) at 20220525020653191 2025-03-14 03:00:45.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb' (2,510) at 20231011080016614 to deleted uid set 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_7322_regs.h' (2,511) at 20210307214928438 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tcp_fastopen_backup_key.c' (2,512) at 20240405153054353 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.h' (2,513) at 20210309003649392 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/aspeed-fsi.c' (2,514) at 20210308005003396 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_synth.h' (2,515) at 20240405153053073 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/as5011.c' (2,516) at 20240405153049133 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm1789.h' (2,517) at 20240405153053677 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_ctl_drv.c' (2,518) at 20240405153046953 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/layer.conf' (2,519) at 20241221090017476 2025-03-14 03:00:45.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/amcore.c' (2,520) at 20210307214926138 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_one_defconfig' (2,521) at 20210308005003272 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/KeyClearStore.js' (2,522) at 20241004080035963 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmrecovery.c' (2,523) at 20240405153052469 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/README.md' (2,524) at 20221208040015386 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/crypto_helper.c' (2,525) at 20240326080039642 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/leon_mm.c' (2,526) at 20210307214926610 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/atc260x/atc2603c.h' (2,527) at 20220525020654583 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/musl-__wordsize.patch' (2,528) at 20240113090014532 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ti_qspi.c' (2,529) at 20210308005003496 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/moxa/moxart-uc7112lx.dts' (2,530) at 20240405153045473 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/sriov.h' (2,531) at 20210307214929630 2025-03-14 03:00:45.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_x25.h' (2,532) at 20210307214931638 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_websocket.robot' (2,533) at 20240627080021052 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/meson.build' (2,534) at 20230925080039989 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/storage_controller.hpp' (2,535) at 20221209040003858 to deleted uid set 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Chassis_LocationCode.json' (2,536) at 20221213040036917 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/efx.c' (2,537) at 20240405153050265 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_txrx.c' (2,538) at 20240411080014098 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/client.c' (2,539) at 20241018080014558 2025-03-14 03:00:45.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-kmem.c' (2,540) at 20241018080014594 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/vpu_jsm_api.h' (2,541) at 20240405153046609 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/vmlinux.lds.S' (2,542) at 20210307214926170 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/Kconfig' (2,543) at 20230925080039885 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-usb.cfg' (2,544) at 20220804030014671 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/event.c' (2,545) at 20220525020653815 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/faraday/Kconfig' (2,546) at 20240405153049909 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/fork.c' (2,547) at 20241115090012965 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/checksum.h' (2,548) at 20210309003648984 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h' (2,549) at 20240405153048621 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_rzn1_a5psw.c' (2,550) at 20240405153053233 2025-03-14 03:00:45.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/nlohmann_json.wrap' (2,551) at 20241011080002518 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_config.in' (2,552) at 20220713030018122 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (2,553) at 20241211090212530 to deleted uid set 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/lantiq-flash.c' (2,554) at 20240405153230867 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb' (2,555) at 20241206090014238 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sllevk_plugin_defconfig' (2,556) at 20210308005003268 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/timers.c' (2,557) at 20220525020651978 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vduse.h' (2,558) at 20240405153052941 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/sof/tokens.h' (2,559) at 20240405153231883 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/asn1.c' (2,560) at 20240405153231747 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98090.c' (2,561) at 20240405153053629 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9_smc.h' (2,562) at 20210308005002716 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-common-regulators.dtsi' (2,563) at 20240405153046241 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog/run-ptest' (2,564) at 20230503080014587 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto.sh' (2,565) at 20240405153054301 2025-03-14 03:00:45.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/raw_gadget.h' (2,566) at 20240405153052941 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/scsi.c' (2,567) at 20241011080017351 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/scu.h' (2,568) at 20210308005002668 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig' (2,569) at 20210308005003284 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/rpmsg_internal.h' (2,570) at 20240405153231371 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/Makefile' (2,571) at 20210307214930418 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/smc.h' (2,572) at 20240405153231879 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_list.c' (2,573) at 20220525020655239 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/rcu.rst' (2,574) at 20241211090212234 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/team/net_forwarding_lib.sh' (2,575) at 20240624080012836 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-gas-asm.S' (2,576) at 20210307214926134 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv25.c' (2,577) at 20220525020652967 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_sessions_sub_menu.robot' (2,578) at 20240628080017113 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372-generic-u-boot.dtsi' (2,579) at 20210308005002564 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/dbus/xyz.openbmc_project.ObjectMapper.service' (2,580) at 20230215040032675 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/sections.h' (2,581) at 20210308005002852 2025-03-14 03:00:45.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/context.h' (2,582) at 20240405153232115 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mdio.h' (2,583) at 20210308005003668 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m7240651_0000001c.dtsi' (2,584) at 20210308005002872 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vof.bin' (2,585) at 20210927100127329 to deleted uid set 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/FRU/meson.build' (2,586) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/cert.pem' (2,587) at 20210308004941620 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/fw_cfg-interface.c' (2,588) at 20210308005045925 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/Makefile' (2,589) at 20210308005002552 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/Makefile' (2,590) at 20210308005002952 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/gcw0_proto.dts' (2,591) at 20210307214926194 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/builtin-test-list.h' (2,592) at 20240405153054165 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-vision.dts' (2,593) at 20240405153045521 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/charset.c' (2,594) at 20210308005003696 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/fan' (2,595) at 20210307205554086 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_backlight_regs.h' (2,596) at 20240405153048437 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch' (2,597) at 20220721030015881 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/imon_raw.c' (2,598) at 20240405153049509 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/aes.c' (2,599) at 20210307214931794 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' (2,600) at 20241221090017680 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/epautoconf.c' (2,601) at 20240405153052069 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/pxa168_defconfig' (2,602) at 20240405153045617 2025-03-14 03:00:45.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_audmix.c' (2,603) at 20240405153053905 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/uuid.h' (2,604) at 20240326080039550 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/andes/errata.c' (2,605) at 20240405153230063 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am571x-idk.dts' (2,606) at 20210308005002564 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_presence.pass' (2,607) at 20241206090014310 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_utils.h' (2,608) at 20240405153049937 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_mdss.c' (2,609) at 20240830080013259 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sunxi-d1-t113.dtsi' (2,610) at 20240405153046241 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/vrm@41.conf' (2,611) at 20240904080027738 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/pxa2xx-ac97-lib.c' (2,612) at 20240405153053485 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/Makefile.softmmu-target' (2,613) at 20240906080037580 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pic32_eth.h' (2,614) at 20210308005003444 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/init-relay' (2,615) at 20210608000015795 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf.map' (2,616) at 20240405153232215 2025-03-14 03:00:45.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson-sm1-power.h' (2,617) at 20240405153231799 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.service' (2,618) at 20210307205554598 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/samsung-sss.yaml' (2,619) at 20220525020651666 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_sdlb.c' (2,620) at 20240405153050177 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/uncore-other.json' (2,621) at 20240405153054145 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml' (2,622) at 20240405153045113 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/cz' (2,623) at 20210308005046145 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/r2d.c' (2,624) at 20241121090029260 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ivsc/mei_ace.c' (2,625) at 20240405153230795 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/error.json' (2,626) at 20230925080039981 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (2,627) at 20230721080014366 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0002-ippool_rpc_server.c-Add-missing-prototype-for-ippool.patch' (2,628) at 20221003030013261 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/tinyxml2.wrap' (2,629) at 20211018000005692 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm-secureboot.yml' (2,630) at 20241206090014206 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds.c' (2,631) at 20210308005002956 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorsele_Nalovardo' (2,632) at 20210307205553790 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/PostCodeLogs/index.js' (2,633) at 20220105012522995 2025-03-14 03:00:45.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdx75-idp.dts' (2,634) at 20240405153229955 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_mc.h' (2,635) at 20240405153046013 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-cubieboard.dts' (2,636) at 20210308005002616 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_color.h' (2,637) at 20240405153048437 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_debugfs.c' (2,638) at 20210307214930370 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/spl_boot.c' (2,639) at 20210308005003028 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_verbs.h' (2,640) at 20240405153052885 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c' (2,641) at 20210309003649832 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmx.h' (2,642) at 20240812080017232 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph_5.13.bb' (2,643) at 20241221090017532 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb' (2,644) at 20241221090017540 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_cve_tag_format.fail' (2,645) at 20241206090014310 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-hisi-femac.c' (2,646) at 20210309003651308 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/customrecipe.js' (2,647) at 20210307205554278 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/Makefile' (2,648) at 20210308005003020 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0004-Fix-spdlog-build.patch' (2,649) at 20240413080012655 2025-03-14 03:00:45.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_33_defconfig' (2,650) at 20210308005003280 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/actbl2.h' (2,651) at 20240405153231787 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/test/meson.build' (2,652) at 20241126090041355 to deleted uid set 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb' (2,653) at 20241221090017548 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/iio/iio_configfs.rst' (2,654) at 20220525020651738 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_configs.c' (2,655) at 20241010080036049 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libnvme/libnvme_1.11.1.bb' (2,656) at 20241221090017540 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/dummy_simple_enc.bin' (2,657) at 20220604030008508 to deleted uid set 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/sdbusplus.wrap' (2,658) at 20230720080010758 2025-03-14 03:00:45.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/conn_service.c' (2,659) at 20240405153232071 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt' (2,660) at 20210307214925590 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/uncore-cache.json' (2,661) at 20240405153054145 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-Avoid-variable-definition-in-header-files.patch' (2,662) at 20210307205553934 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.0.rst' (2,663) at 20241221090017592 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/Makefile' (2,664) at 20210308005002552 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell,mvusb.yaml' (2,665) at 20240405153045117 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-kbl-fails.txt' (2,666) at 20240405153230531 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-sigmamicro.c' (2,667) at 20240405153048821 2025-03-14 03:00:45.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/isst_if.h' (2,668) at 20240405153052925 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov13858.c' (2,669) at 20240405153230787 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/test/inventory_manager_test.cpp' (2,670) at 20231020080037726 to deleted uid set 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/Makefile' (2,671) at 20210308005002944 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_41.0.bb' (2,672) at 20231126090012781 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/fw.h' (2,673) at 20210307214927902 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-axi2apb.yaml' (2,674) at 20240405153045017 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5253.h' (2,675) at 20210308005002804 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/virqfd.c' (2,676) at 20240405153231575 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc-xo1-sci.c' (2,677) at 20220818100014679 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/da9052_bl.c' (2,678) at 20240405153231575 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.yaml' (2,679) at 20240405153045153 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/insn.decode' (2,680) at 20210308005046277 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/console/obmc-console/obmc-console.conf' (2,681) at 20230512080018777 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/user_syms.c' (2,682) at 20240405153046349 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc866_ads_defconfig' (2,683) at 20210307214926370 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hemson' (2,684) at 20210307205553782 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VolumeCollection.json' (2,685) at 20240824080002938 2025-03-14 03:00:45.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/dis.h' (2,686) at 20210307214926506 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_sysfs.c' (2,687) at 20240405153050341 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml' (2,688) at 20240405153045069 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/057_unknown_contents.dts' (2,689) at 20210308005003752 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm' (2,690) at 20210307205554590 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/r8a66597-udc.c' (2,691) at 20240405153052093 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-clt-trace.h' (2,692) at 20240405153049125 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-common.h' (2,693) at 20210307214928598 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/syscall_wrapper.h' (2,694) at 20240405153230079 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/267.out' (2,695) at 20240906080037564 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-omap.c' (2,696) at 20210308005003516 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f469-discovery.h' (2,697) at 20210308005003616 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-int.json' (2,698) at 20210308005046401 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/mach-types.h' (2,699) at 20210308005002824 2025-03-14 03:00:45.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_mpc.c' (2,700) at 20240405153051533 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/switch.S' (2,701) at 20240405153045945 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475GFE_defconfig' (2,702) at 20210308005003236 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/bblayers.conf.sample' (2,703) at 20240323080013549 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/comm.c' (2,704) at 20220525020655099 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm-nsp.h' (2,705) at 20210307214931322 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c' (2,706) at 20240405153053961 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pic32.c' (2,707) at 20240405153051501 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdkv310.h' (2,708) at 20210308005003616 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c' (2,709) at 20210307214929542 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_lanp.c' (2,710) at 20210308004938828 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symsrc.h' (2,711) at 20240405153054205 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nls.h' (2,712) at 20240405153052753 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.42-tftpboot.patch' (2,713) at 20210307205553822 2025-03-14 03:00:45.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-get-frontend.rst' (2,714) at 20210309003648480 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/asiliantfb.c' (2,715) at 20240405153231579 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/ecard.h' (2,716) at 20210307214925850 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu.c' (2,717) at 20241211090212270 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/pkcs7.h' (2,718) at 20210307214931310 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/iov.c' (2,719) at 20241211090212562 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/296' (2,720) at 20240326080039734 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/libgcc.h' (2,721) at 20210307214926266 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-input.c' (2,722) at 20240326080039754 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb' (2,723) at 20241221090017488 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target.opc.h' (2,724) at 20210308005046377 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xics.h' (2,725) at 20240906080037336 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm_pm.c' (2,726) at 20240405153048477 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/store-insert-al16.h.inc' (2,727) at 20240906080037184 2025-03-14 03:00:45.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ti/ti,davinci.yaml' (2,728) at 20240405153045017 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/templates/default/bblayers.conf.sample' (2,729) at 20240906080012379 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/sci.h' (2,730) at 20210308005002640 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/Kconfig' (2,731) at 20240405153046493 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/hw-ops.h' (2,732) at 20210307214929770 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/pwm-backlight.yaml' (2,733) at 20240405153045089 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c' (2,734) at 20241104090011567 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_scp.c' (2,735) at 20240628080013993 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CMU-Mach-nodoc' (2,736) at 20241221090017616 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/common.h' (2,737) at 20240405153045673 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb' (2,738) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/OWNERS' (2,739) at 20231223090014411 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/zram01.sh' (2,740) at 20220525020655235 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8195/mt8195.h' (2,741) at 20240405153054001 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/channelcommands.cpp' (2,742) at 20240829080022546 to deleted uid set 2025-03-14 03:00:45.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_defs.h' (2,743) at 20240405153051673 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/posix_types.h' (2,744) at 20210308005002544 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_qm_regs.h' (2,745) at 20240405153046589 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_config_table.c' (2,746) at 20210308005003704 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/pxamci.c' (2,747) at 20240405153230855 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity3.dtsi' (2,748) at 20240405153045573 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_83xx.h' (2,749) at 20210308005002840 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC837XEMDS_HOST_defconfig' (2,750) at 20210308005003236 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/iowait.h' (2,751) at 20220525020653131 2025-03-14 03:00:45.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci.c' (2,752) at 20240906080037552 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/smemc.h' (2,753) at 20240405153045681 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-envelope.inc' (2,754) at 20241206090014214 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/samsung/Kconfig' (2,755) at 20240405153053981 to deleted uid set 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h2-plus-libretech-all-h3-cc.dts' (2,756) at 20240405153045389 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive2_regs.h' (2,757) at 20241211090212362 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ttynull.c' (2,758) at 20240405153231523 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/rs.c' (2,759) at 20240405153050517 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (2,760) at 20241211090212534 to deleted uid set 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/audio-iio-aux.c' (2,761) at 20240405153232143 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/nmi_main.cpp' (2,762) at 20230512080029401 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/hw_breakpoint.c' (2,763) at 20240805080013923 to deleted uid set 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ps2keyb-mouse-apbps2.txt' (2,764) at 20210307214925338 2025-03-14 03:00:45.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/meson.build' (2,765) at 20240906080037584 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/Kconfig' (2,766) at 20240405153049473 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Settings_v1.xml' (2,767) at 20240619080002936 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/033.out' (2,768) at 20210308005046437 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-microdev/irq.c' (2,769) at 20210307214926538 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts' (2,770) at 20240405153045737 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi-with-loadables.its' (2,771) at 20210308005003332 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NIST-PD-fallback' (2,772) at 20211006000025238 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libiodbc/libiodbc_3.52.16.bb' (2,773) at 20241221090017540 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/hex_utils_test.cpp' (2,774) at 20240904080003190 to deleted uid set 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-dreamcast/irq.c' (2,775) at 20240405153046305 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb' (2,776) at 20241206090014338 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/affinity.c' (2,777) at 20240405153230703 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/btf_dump.c' (2,778) at 20240805080014071 2025-03-14 03:00:45.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_comp_algs.c' (2,779) at 20240405153046957 2025-03-14 03:00:45.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/bdw-metrics.json' (2,780) at 20240405153054125 2025-03-14 03:00:45.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_int.h' (2,781) at 20210307214929814 2025-03-14 03:00:45.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtasd.c' (2,782) at 20240405153046153 2025-03-14 03:00:45.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@280/ir35221@71.conf' (2,783) at 20240904080027734 2025-03-14 03:00:45.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adv_pci1724.c' (2,784) at 20240405153046889 2025-03-14 03:00:45.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/layerBtn.js' (2,785) at 20210307205554278 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/uds/uds_1.0/ia_css_uds_param.h' (2,786) at 20210307214930562 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/systemd/system/mctp-demux.service' (2,787) at 20210622100026533 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_ethtool.c' (2,788) at 20240405153049909 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_debugfs.c' (2,789) at 20240405153230603 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Certificate_v1.xml' (2,790) at 20240918080002708 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-ssi1328.dts' (2,791) at 20240405153045433 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/conditional.mako.cpp' (2,792) at 20210308005108057 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/onenand.c' (2,793) at 20210308005003044 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/ingenic,rng.yaml' (2,794) at 20240405153045153 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pmbus.h' (2,795) at 20220525020654603 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/member.c' (2,796) at 20240405153231651 2025-03-14 03:00:45.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch' (2,797) at 20230401080011979 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/user.h' (2,798) at 20240405153045917 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/control_compat.c' (2,799) at 20240405153232119 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/clk.h' (2,800) at 20210308005002644 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0001-Update-to-C-17-560.patch' (2,801) at 20241221090017496 to deleted uid set 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7.dtsi' (2,802) at 20210308005002576 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/tomoyo.c' (2,803) at 20240405153232119 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-tps380x.c' (2,804) at 20240405153051485 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_fd.c' (2,805) at 20240405153049741 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-polarberry-fabric.dtsi' (2,806) at 20240405153046241 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/Makefile' (2,807) at 20210307214928678 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/isdn/index.rst' (2,808) at 20210307214925514 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/jz4780-efuse.c' (2,809) at 20210307214929998 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb' (2,810) at 20241221090017488 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/X11' (2,811) at 20210307205553870 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh' (2,812) at 20240405153232283 2025-03-14 03:00:45.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb' (2,813) at 20241221090017528 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3660.dtsi' (2,814) at 20240405153045737 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/sdram.c' (2,815) at 20210308005003020 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver_2022.6.26.bb' (2,816) at 20240301090012471 to deleted uid set 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/sched.h' (2,817) at 20210307214931302 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunqe.c' (2,818) at 20240405153231063 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/Makefile' (2,819) at 20210307214927098 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_mount.h' (2,820) at 20240405153231783 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/soc.c' (2,821) at 20220525020652090 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/smc-ultra.c' (2,822) at 20240405153049777 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bond_alb.h' (2,823) at 20240405153052837 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-ds.dtsi' (2,824) at 20240405153045509 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/sam440ep.dts' (2,825) at 20210307214926358 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi.c' (2,826) at 20210308005003700 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/translator.c' (2,827) at 20241211090212206 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-future_1.0.0.bb' (2,828) at 20241206090014266 2025-03-14 03:00:45.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/conf/include/non-repro-meta-webserver.inc' (2,829) at 20241206090014270 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/efi-x86_app_defconfig' (2,830) at 20210308005003256 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_fence.c' (2,831) at 20210307214928054 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-empire-electronix-d709.dts' (2,832) at 20210308005002620 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/led.c' (2,833) at 20240405153046325 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt' (2,834) at 20210307214925374 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/div64.h' (2,835) at 20240405153230003 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-actions/Makefile' (2,836) at 20210307214925870 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_input.h' (2,837) at 20210307214928702 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/rpmrc' (2,838) at 20210308004938816 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/fcloop.c' (2,839) at 20240405153231275 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/ioctl.c' (2,840) at 20240405153231667 to deleted uid set 2025-03-14 03:00:45.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/287.out' (2,841) at 20210927100127501 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb2ops.c' (2,842) at 20241211090145529 to deleted uid set 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8186/mt8186.c' (2,843) at 20240405153232199 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/bw2.c' (2,844) at 20240405153231579 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sdx75.c' (2,845) at 20240405153231331 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/spi.c' (2,846) at 20240405153231263 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/psa-adac/0001-PSA-revert-header-versions.patch' (2,847) at 20241221090017464 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/pwrseq.c' (2,848) at 20210307214929938 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/Kconfig' (2,849) at 20240405153048565 2025-03-14 03:00:45.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/siu_dai.c' (2,850) at 20240405153053985 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sb16_csp.h' (2,851) at 20210307214931602 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6table_nat.c' (2,852) at 20240812080017260 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/percpu.h' (2,853) at 20210307214932630 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c' (2,854) at 20220525020653163 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-sc18is602.txt' (2,855) at 20210307214925442 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml' (2,856) at 20240405153045065 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_hsi.h' (2,857) at 20210307214930386 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/lsi53c895a.c' (2,858) at 20241211090212330 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210-origen.dts' (2,859) at 20240405153045565 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_reg.h' (2,860) at 20210307214927998 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp-r5/Kconfig' (2,861) at 20210308005002796 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-icl.c' (2,862) at 20240405153232199 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu.inc' (2,863) at 20241221090017672 to deleted uid set 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c' (2,864) at 20240405153230607 2025-03-14 03:00:45.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kokkola' (2,865) at 20210307205553770 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/Makefile' (2,866) at 20210308005002540 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/wdt.rst' (2,867) at 20210307214925634 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c' (2,868) at 20210308005002560 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/indirect_call_wrapper.h' (2,869) at 20220525020654575 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/vfio-ap.rst' (2,870) at 20240405153229747 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/loongarch64-linux' (2,871) at 20230317080013833 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/apple.h' (2,872) at 20210307214931482 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/compliance.yml' (2,873) at 20221120040010710 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4idmap.h' (2,874) at 20210307214931154 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives.c' (2,875) at 20210307214932642 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_asic.c' (2,876) at 20240405153048721 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CircuitCollection_v1.xml' (2,877) at 20240619080002920 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/backend.h' (2,878) at 20240613080016499 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_repr.c' (2,879) at 20240405153230975 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Build' (2,880) at 20210307214932466 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init' (2,881) at 20231011080016574 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm-interface.c' (2,882) at 20241211090145397 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/syscall.tbl' (2,883) at 20241211090212374 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build' (2,884) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/Makefile' (2,885) at 20240405153053305 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-r7301.c' (2,886) at 20220525020653955 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/vnic_main.c' (2,887) at 20220525020653139 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb' (2,888) at 20241206090014274 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-irq.c' (2,889) at 20220525020652014 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/clockevents.c' (2,890) at 20240405153053053 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_wq.c' (2,891) at 20240405153051601 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/core.c' (2,892) at 20240405153048925 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/saa7146.h' (2,893) at 20210307214931542 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,tlc4541.yaml' (2,894) at 20240405153045073 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/meson.build' (2,895) at 20220914030025016 to deleted uid set 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_soc_dts_thermal.c' (2,896) at 20240405153231499 2025-03-14 03:00:45.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/audit_64.c' (2,897) at 20240405153230119 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qman.h' (2,898) at 20240405153052881 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gt90h_v4_defconfig' (2,899) at 20210308005003260 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xilinx/xilinx_dma.c' (2,900) at 20240405153230291 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/redfish_bmc_code_update.robot' (2,901) at 20240628080017117 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/focaltech.h' (2,902) at 20210307214928490 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tc_redirect.c' (2,903) at 20241008080014059 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/e820/api.h' (2,904) at 20210307214926662 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.h' (2,905) at 20240405153230607 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_trace.c' (2,906) at 20240405153048445 2025-03-14 03:00:45.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss_git.bb' (2,907) at 20241206090014318 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_descr.c' (2,908) at 20240906080037484 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.6.bb' (2,909) at 20241221090017488 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlshamn' (2,910) at 20210307205553786 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/README' (2,911) at 20210308005003052 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2835_peripherals.c' (2,912) at 20240906080037188 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-unknown.json' (2,913) at 20241207090009635 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/at91-poweroff.c' (2,914) at 20240405153231351 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/Kconfig' (2,915) at 20240405153046317 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/hip04-fabric.yaml' (2,916) at 20210309003648320 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/dsdt.asl' (2,917) at 20210308005003008 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen_io.c' (2,918) at 20210307214932270 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53659@74.conf' (2,919) at 20210307205554094 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/brcmstb-avs-cpufreq.c' (2,920) at 20240613080016383 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb' (2,921) at 20241206090014238 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-idk-lcd-osd101t2045.dtso' (2,922) at 20240405153045597 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/mmc-boot-mode.c' (2,923) at 20210308005002796 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/xgene-pci.txt' (2,924) at 20210307214925386 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9063-irq.c' (2,925) at 20210307214929002 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css' (2,926) at 20210307205554270 2025-03-14 03:00:45.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/conversion/conversion_1.0/ia_css_conversion_param.h' (2,927) at 20210307214930554 2025-03-14 03:00:45.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_request.c' (2,928) at 20240418080014510 2025-03-14 03:00:45.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.h' (2,929) at 20210307214929934 2025-03-14 03:00:45.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear-disable-weak-ciphers.patch' (2,930) at 20241206090014310 2025-03-14 03:00:45.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/gen_estimator.c' (2,931) at 20241211090145549 2025-03-14 03:00:45.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-jasperlake.c' (2,932) at 20240405153231323 2025-03-14 03:00:45.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/epapr_hcalls.S' (2,933) at 20240405153230035 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c' (2,934) at 20240712080021065 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-lpass-ports.c' (2,935) at 20240405153232191 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/purgatory/kexec-purgatory.S' (2,936) at 20240405153046265 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/jbd2/revoke.c' (2,937) at 20240405153052389 to deleted uid set 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/inline_crypt.c' (2,938) at 20240405153052317 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/bcm968580xref.c' (2,939) at 20210308005002940 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/allwinner-wdt.h' (2,940) at 20230925080039933 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm3642.c' (2,941) at 20240405153049217 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0006-Define-correct-gregs-for-RISCV32.patch' (2,942) at 20241221090017520 to deleted uid set 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/keyscan-davinci.h' (2,943) at 20210307214931478 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/302.out' (2,944) at 20230426080043944 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/env.h' (2,945) at 20240405153232235 to deleted uid set 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/id_button.hpp' (2,946) at 20241209090018856 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/pamu_table.c' (2,947) at 20210308005002836 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@380/ir35221@72.conf' (2,948) at 20240904080027734 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/spike.h' (2,949) at 20230426080043768 2025-03-14 03:00:45.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-a33.dtsi' (2,950) at 20240405153045389 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/config.x86_64' (2,951) at 20240405153232255 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugins/__init__.py' (2,952) at 20210307214932722 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/rsa-mod-exp.h' (2,953) at 20210308005003688 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/gdb/linux/cpus.py' (2,954) at 20240405153053449 to deleted uid set 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/brcm,bcm7271-uart.yaml' (2,955) at 20240405153045153 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cop2.h' (2,956) at 20240405153046001 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/pipeline.json' (2,957) at 20240405153054121 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native.bb' (2,958) at 20231126090012773 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/davinci_i2c.h' (2,959) at 20210308005003380 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/platsmp-scu.c' (2,960) at 20220525020651894 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/law.c' (2,961) at 20210308005002960 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/basic_instr.c' (2,962) at 20240405153232263 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi_pll.c' (2,963) at 20240405153048673 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mcx.h' (2,964) at 20210308005003604 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/cifsacl.h' (2,965) at 20240405153052509 to deleted uid set 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_nsc.c' (2,966) at 20210307214926954 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/main.c' (2,967) at 20240405153052329 2025-03-14 03:00:45.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/sha256-spe-asm.S' (2,968) at 20210307214926370 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/configure.ac' (2,969) at 20231030080010096 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rt9471.c' (2,970) at 20241211090145485 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/layer.conf' (2,971) at 20241221090017480 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/sw_event_global.h' (2,972) at 20210307214930546 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-explorer-20.json' (2,973) at 20230224040018089 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (2,974) at 20230329080014768 to deleted uid set 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/fuse-allow-other.out' (2,975) at 20210927100127505 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/samsung.h' (2,976) at 20210307214929218 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_attr_item.c' (2,977) at 20241023080012899 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/histb-clock.h' (2,978) at 20210307214931326 2025-03-14 03:00:45.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/sched.h' (2,979) at 20240405153052961 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_nat.h' (2,980) at 20210307214931650 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skroven' (2,981) at 20210307205553790 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/ppc-xlate.pl' (2,982) at 20240405153046969 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap4-cpu-thermal.dtsi' (2,983) at 20210308005002600 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l36.h' (2,984) at 20210307214932298 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-gt683r.c' (2,985) at 20210625000036012 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_regs.h' (2,986) at 20220525020654139 2025-03-14 03:00:45.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/memory-hotplug.rst' (2,987) at 20240405153045289 2025-03-14 03:00:45.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atombios.h' (2,988) at 20240405153048705 2025-03-14 03:00:45.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.c' (2,989) at 20240405153050633 2025-03-14 03:00:45.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers' (2,990) at 20210307205553822 2025-03-14 03:00:45.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/circular_expansion/expected_stderr' (2,991) at 20210307214932154 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_fcp.c' (2,992) at 20240405153231407 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-lacie-d2-network.dts' (2,993) at 20240405153045461 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/arptables.service' (2,994) at 20210307205553834 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/dma-api-howto.rst' (2,995) at 20240405153045001 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm95234.c' (2,996) at 20240913080013793 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8990.h' (2,997) at 20210307214932362 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/rbtx4927/irq.c' (2,998) at 20210307214926298 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/generate-cve-exclusions.py' (2,999) at 20230919080013994 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/allwinner,sun4i-a10-spi.yaml' (3,000) at 20240405153045173 2025-03-14 03:00:45.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c' (3,001) at 20240405153048585 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/lemote2f_defconfig' (3,002) at 20240405153045993 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_brcm.c' (3,003) at 20240405153053233 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/kgdb/arch-support.txt' (3,004) at 20240405153229807 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/posix_types_32.h' (3,005) at 20210307214926682 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/fd-003-kthread.c' (3,006) at 20210307214932710 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/physical-topology.md' (3,007) at 20230317080006105 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/export.c' (3,008) at 20240429080012448 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/vf610_dac.c' (3,009) at 20240405153048981 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mmu_context.h' (3,010) at 20220525020654531 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch' (3,011) at 20241221090017680 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-sdk7786/mach/fpga.h' (3,012) at 20210307214926558 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml' (3,013) at 20210309003648356 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/include/dwarf-regs-table.h' (3,014) at 20210307214932514 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c' (3,015) at 20240405153050593 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/media-request.h' (3,016) at 20210307214931546 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-controls.rst' (3,017) at 20220525020651722 2025-03-14 03:00:45.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-owl.c' (3,018) at 20210307214927050 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/svm.h' (3,019) at 20240405153230115 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/mocked_utils.hpp' (3,020) at 20241204090033135 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-gate.h' (3,021) at 20240405153046793 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8976.h' (3,022) at 20240405153052645 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77965-ulcb.dts' (3,023) at 20220525020651934 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dquot.h' (3,024) at 20240405153052589 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/vfork_exec.c' (3,025) at 20240726080012882 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/head.S' (3,026) at 20210308005003032 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/149.out' (3,027) at 20240326080039730 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.h' (3,028) at 20240405153047117 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/mte_user_helper.c' (3,029) at 20240906080037356 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-ptest.bb' (3,030) at 20240413080012643 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_kcs.c' (3,031) at 20240906080037244 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/iris/Makefile' (3,032) at 20210307214926746 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-atl-x530.dts' (3,033) at 20240405153045445 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/vx/Makefile' (3,034) at 20210307214932278 2025-03-14 03:00:45.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/snd-n64.c' (3,035) at 20240405153053513 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/davinci_mmc.c' (3,036) at 20210308005003400 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/eif.h' (3,037) at 20241211090212262 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds109.dts' (3,038) at 20240405153045457 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml' (3,039) at 20240405153045141 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch' (3,040) at 20210307205553874 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9261_matrix.h' (3,041) at 20210308005002716 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/irq_helper.h' (3,042) at 20210308005002872 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/Makefile' (3,043) at 20240405153051389 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/eth_b4860qds.c' (3,044) at 20210308005002956 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha1-ce-glue.c' (3,045) at 20220525020651946 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-geekbox-u-boot.dtsi' (3,046) at 20210308005002608 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-interface.cpp' (3,047) at 20240829080022538 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service' (3,048) at 20220612030016723 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk208.c' (3,049) at 20240405153048645 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acpi_dma.h' (3,050) at 20210307214931354 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/snb_idle.c' (3,051) at 20210307214932618 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/edt-ft5x06.c' (3,052) at 20241111090012125 2025-03-14 03:00:45.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/mcu.h' (3,053) at 20210307214929894 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/clk_rk3328.c' (3,054) at 20210308005002776 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/pxa2xx-ac97.c' (3,055) at 20240405153053977 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/Makefile' (3,056) at 20240405153045537 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-non-first-section.out' (3,057) at 20240906080037564 to deleted uid set 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_os.c' (3,058) at 20240815080012895 to deleted uid set 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bmi160/bmi160_core.c' (3,059) at 20240405153048993 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-contained-offset-read.c' (3,060) at 20230421080019768 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/aquantia.c' (3,061) at 20210308005003440 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video_types.rst' (3,062) at 20220525020654135 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule.inc' (3,063) at 20241221090017520 to deleted uid set 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt2712.h' (3,064) at 20210307214930082 2025-03-14 03:00:45.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdping.h' (3,065) at 20210307214932662 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oe/spdx30.py' (3,066) at 20241221090017628 to deleted uid set 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.yaml' (3,067) at 20240405153045029 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/find_bit.c' (3,068) at 20240405153054061 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/elo.c' (3,069) at 20210309003650216 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/gxt4500.c' (3,070) at 20240405153231583 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7751/Makefile' (3,071) at 20210307214926542 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2.c' (3,072) at 20240405153049285 2025-03-14 03:00:45.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-dvb.h' (3,073) at 20240405153049469 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_events.c' (3,074) at 20240405153230375 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/main.cpp' (3,075) at 20221005030030502 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_dbgfs.c' (3,076) at 20240405153230799 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/pxa3xx-cpufreq.c' (3,077) at 20240405153046917 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/bitop_support.h' (3,078) at 20210307214930542 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pr.h' (3,079) at 20240405153052933 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc64/host/cpuinfo.h' (3,080) at 20230925080039853 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/intel_broadwell_gpio.c' (3,081) at 20210308005003376 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReportDefinitionCollection_v1.xml' (3,082) at 20240619080002928 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/octeon_edac-pci.c' (3,083) at 20210307214927154 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/093' (3,084) at 20240326080039726 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/Makefile' (3,085) at 20240405153051937 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_hw.h' (3,086) at 20210307214930298 2025-03-14 03:00:45.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-ip-monitor.bb' (3,087) at 20241206090014226 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Power.v1_7_3.json' (3,088) at 20240619080002952 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-micro.dts' (3,089) at 20240405153045529 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml' (3,090) at 20210308005049145 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml' (3,091) at 20240405153045077 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/pxa27x_udc.c' (3,092) at 20210308005003508 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer.h' (3,093) at 20241011080017411 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/andnot' (3,094) at 20240405153053437 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.out' (3,095) at 20210308005046405 to deleted uid set 2025-03-14 03:00:45.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_switch.h' (3,096) at 20240411080014102 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/icx-metrics.json' (3,097) at 20240405153232227 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c' (3,098) at 20210308005002792 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/demangle-java-test.c' (3,099) at 20240405153054165 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/Kconfig' (3,100) at 20210307214927038 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/Makefile' (3,101) at 20240405153230075 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/host.c' (3,102) at 20240617080017394 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PortMetrics_v1.xml' (3,103) at 20240918080002712 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/hostprogs/.gitignore' (3,104) at 20240405153053433 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/leon.h' (3,105) at 20210307214926582 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/Makefile' (3,106) at 20240405153229931 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml' (3,107) at 20240405153045013 2025-03-14 03:00:45.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cls.c' (3,108) at 20210308005003208 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/cache.c' (3,109) at 20210308005002808 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_self_test.c' (3,110) at 20210309003650568 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c' (3,111) at 20240405153051881 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/micrel_ksz90x1.c' (3,112) at 20210308005003440 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_matchall.c' (3,113) at 20240405153049873 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/messages.h' (3,114) at 20240405153053957 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/a3m071.dts' (3,115) at 20210307214926338 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/Kconfig' (3,116) at 20220525020653767 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-old.service.in' (3,117) at 20240326080016518 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/esi.c' (3,118) at 20210307214926122 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator_param.h' (3,119) at 20210307214930558 2025-03-14 03:00:45.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/davicom/dm9000.rst' (3,120) at 20220525020651742 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/claim.c' (3,121) at 20220525020653827 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/mconf.c' (3,122) at 20240405153232103 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue' (3,123) at 20241005080042593 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi' (3,124) at 20240405153045841 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/rs485.txt' (3,125) at 20210307214925422 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/omap.h' (3,126) at 20241211090212358 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/meson.build' (3,127) at 20241211090212226 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/Makefile' (3,128) at 20240405153046949 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/exec_target.c' (3,129) at 20210307214932698 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pixelview-mk12.c' (3,130) at 20210307214928782 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/ams,ccs811.yaml' (3,131) at 20210307214925330 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/io_generic.h' (3,132) at 20210307214926550 2025-03-14 03:00:45.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/acx.c' (3,133) at 20210307214929970 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/stdc-predef.patch' (3,134) at 20241221090017664 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/iostat.c' (3,135) at 20240405153054093 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtmitchell_bp.json' (3,136) at 20241030080004527 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/sysfs.h' (3,137) at 20220525020654143 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockopt_multi.c' (3,138) at 20240405153054261 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/Kbuild' (3,139) at 20210307214926110 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/stm32l4x5_gpio.c' (3,140) at 20240906080037224 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-trbe.c' (3,141) at 20240405153048893 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/asm-compat.h' (3,142) at 20241008080013895 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/crct10dif-ce-glue.c' (3,143) at 20210307214925842 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi_bridge.c' (3,144) at 20240405153230815 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/tt.h' (3,145) at 20240405153050517 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (3,146) at 20210903000032571 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/dh.c' (3,147) at 20240405153053473 2025-03-14 03:00:45.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mac_api.h' (3,148) at 20220215040051508 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-mux.c' (3,149) at 20241211090212218 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/bubblegum_96.c' (3,150) at 20210308005003088 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_w.c' (3,151) at 20210308005046517 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vmstate-static-checker-data/dump2.json' (3,152) at 20210927100127649 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-container.bbclass' (3,153) at 20220910030013385 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/libmctp.h' (3,154) at 20241219090010504 to deleted uid set 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify_git.bb' (3,155) at 20240413080012663 to deleted uid set 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables_git.bb' (3,156) at 20241206090014242 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/trace.c' (3,157) at 20210307214931998 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_display.png' (3,158) at 20210307205554250 to deleted uid set 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-rt8973a.txt' (3,159) at 20210307214925314 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pps.h' (3,160) at 20210307214931654 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/Kconfig' (3,161) at 20210308005003044 2025-03-14 03:00:45.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/bamboo.c' (3,162) at 20210307214926338 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/dsdt.asl' (3,163) at 20210308005003008 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/Kconfig' (3,164) at 20240405153230619 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-video.c' (3,165) at 20240405153049561 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/vmstate-static-checker.py' (3,166) at 20230925080039993 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/freescale.bmp' (3,167) at 20210308005003768 to deleted uid set 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/wlan_bssdef.h' (3,168) at 20220525020654171 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cs5535.c' (3,169) at 20240405153046661 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v6_0.h' (3,170) at 20210307214927226 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch' (3,171) at 20220204040022424 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pcihp.c' (3,172) at 20240906080037188 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts' (3,173) at 20240405153045729 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel_punit_ipc.h' (3,174) at 20210307214926666 2025-03-14 03:00:45.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x02_hardware.h' (3,175) at 20240405153048805 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-end-run-stats.sh' (3,176) at 20240405153054365 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-acpi.c' (3,177) at 20240405153232191 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_debugfs.c' (3,178) at 20210309003649668 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/ringbuffer_size.tc' (3,179) at 20210307214932670 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_bcm283x_pl011.c' (3,180) at 20210308005003484 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunplus/sppctl.c' (3,181) at 20240405153231335 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-phoenix.dts' (3,182) at 20240405153045501 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/child.h' (3,183) at 20240405153232283 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mipsel_malta.py' (3,184) at 20241211090212538 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/exiftool_12.89.bb' (3,185) at 20241221090017512 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes.txt' (3,186) at 20210307205553690 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/net_iface_mock.cpp' (3,187) at 20230919080007046 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-error-report.c' (3,188) at 20230426080043956 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (3,189) at 20240124090012250 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/iommu.h' (3,190) at 20240405153052893 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am33xx-clocks.dtsi' (3,191) at 20240405153045593 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/.clang-format' (3,192) at 20240904080027106 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/headers.rst' (3,193) at 20220525020651778 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seq_file_net.h' (3,194) at 20240405153052793 2025-03-14 03:00:45.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_emac.dtsi' (3,195) at 20240405153045473 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c' (3,196) at 20220525020652971 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042.c' (3,197) at 20240830080013267 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/poison.h' (3,198) at 20240405153052773 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap3-restart.c' (3,199) at 20210307214925918 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/irqflags.h' (3,200) at 20240405153046065 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/shmbuf.h' (3,201) at 20240405153046073 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/Kconfig' (3,202) at 20240405153049681 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/f71882fg.rst' (3,203) at 20210309003648424 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EndpointGroupCollection.json' (3,204) at 20240619080002944 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/dps920ab.c' (3,205) at 20240405153230667 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/csky,mptimer.txt' (3,206) at 20210307214925446 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-ccw-test.c' (3,207) at 20240326080039738 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/other.json' (3,208) at 20240405153054137 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ampere_gpio_utils.sh' (3,209) at 20231017080014762 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.4.3.bb' (3,210) at 20231126090012781 2025-03-14 03:00:45.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml' (3,211) at 20240405153045169 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/pedit.json' (3,212) at 20210307214932726 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/reset.c' (3,213) at 20210308005002548 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dc-scm-v1/Kconfig' (3,214) at 20220708100032823 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/pcm.c' (3,215) at 20241216090017805 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/hexagon/include/uapi/asm/unistd.h' (3,216) at 20210307214932454 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/juli.h' (3,217) at 20210307214932262 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/config.h' (3,218) at 20210308005002828 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/TINY' (3,219) at 20240405153054369 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (3,220) at 20230810080021387 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/migration.c' (3,221) at 20220525020654703 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/bootx_init.c' (3,222) at 20240405153046209 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000-pci.c' (3,223) at 20240906080037264 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings/merge_settings.py' (3,224) at 20220308040011936 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ivybridge_igd.c' (3,225) at 20210308005003528 2025-03-14 03:00:45.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/apple,dart.yaml' (3,226) at 20240405153045085 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch' (3,227) at 20241221090017688 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/__init__.py' (3,228) at 20210307205554266 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb' (3,229) at 20230520080014504 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/rockchip/rockchip_sip.h' (3,230) at 20210307214931594 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/fsverity.rst' (3,231) at 20240405153229811 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/isp1301.txt' (3,232) at 20210307214925450 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/fix-permissions.patch' (3,233) at 20210307205553966 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/perf_regs.c' (3,234) at 20210309003648680 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/Kconfig' (3,235) at 20240405153049777 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15-common.dtsi' (3,236) at 20210308005002564 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max14577.yaml' (3,237) at 20240405153045141 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xgene-dma.c' (3,238) at 20240405153230291 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/send.c' (3,239) at 20240405153053177 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6q.cfg' (3,240) at 20210308005003088 2025-03-14 03:00:45.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/TRACE01.boot' (3,241) at 20220525020655231 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_timer.c' (3,242) at 20240405153230075 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.value.hpp.mako' (3,243) at 20230902080037617 to deleted uid set 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mux/mux-consumer.yaml' (3,244) at 20240405153045113 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/swiotlb-xen.h' (3,245) at 20220525020651882 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/TODO' (3,246) at 20240405153051869 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/akcipher.h' (3,247) at 20240405153052621 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_fdb.c' (3,248) at 20240405153050169 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/types.h' (3,249) at 20210308005002824 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-regs.h' (3,250) at 20240405153049425 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ucb1x00-ts.c' (3,251) at 20210307214929118 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-controller.js' (3,252) at 20210308005107065 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.h' (3,253) at 20240405153048585 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/power_message_registry.hpp' (3,254) at 20241211090002379 to deleted uid set 2025-03-14 03:00:45.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/spinlock.h' (3,255) at 20240405153045881 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/3945.c' (3,256) at 20220525020653747 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c' (3,257) at 20240405153048793 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-ftpci100.c' (3,258) at 20240405153231287 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h' (3,259) at 20210307214929358 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mptcp/ctrl.c' (3,260) at 20240520080015231 to deleted uid set 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/record_manager.hpp' (3,261) at 20230511080035563 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_cipher.h' (3,262) at 20210307214927086 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53679@60.conf' (3,263) at 20240904080027738 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/last.c' (3,264) at 20210307214932226 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti,gpmc-child.yaml' (3,265) at 20240405153045105 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SWL' (3,266) at 20211006000025242 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/075' (3,267) at 20210927100127477 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' (3,268) at 20240326080039614 to deleted uid set 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/cxl.h' (3,269) at 20240326080039530 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/onboard_usb_hub.h' (3,270) at 20240405153231563 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ga102.c' (3,271) at 20240405153048649 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/bios-update.sh' (3,272) at 20230428080015190 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/policy_compat.h' (3,273) at 20240405153053465 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/st,stm32-vrefbuf.yaml' (3,274) at 20240405153045149 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kylin_rk3036.h' (3,275) at 20210308005003600 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c' (3,276) at 20220525020652963 2025-03-14 03:00:45.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/058.out' (3,277) at 20210308005046441 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig' (3,278) at 20210308005003240 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-no-invariants-or-later' (3,279) at 20211006000025234 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mul16.S' (3,280) at 20210308005046533 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TriggersCollection.json' (3,281) at 20240619080002956 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb' (3,282) at 20220402030015963 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/asm-prototypes.h' (3,283) at 20210307214931298 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/altivec.uc' (3,284) at 20210307214931810 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/pldm_%.bbappend' (3,285) at 20241206090014222 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4371' (3,286) at 20220525020651634 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/test.h' (3,287) at 20210307214930890 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xsk_xdp_progs.c' (3,288) at 20240405153232263 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/ddr.c' (3,289) at 20210308005003172 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/sparc/insns.decode' (3,290) at 20241211090212518 to deleted uid set 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqmpimage.h' (3,291) at 20210308005003776 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/trusted-services.inc' (3,292) at 20241206090014214 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_link_exports.c' (3,293) at 20240405153230387 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/triggers.rst' (3,294) at 20210309003648408 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/netlink.c' (3,295) at 20241011080017323 2025-03-14 03:00:45.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/usage.rst' (3,296) at 20240405153045009 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/nid.h' (3,297) at 20210307214928002 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_tunnel.h' (3,298) at 20210307214931402 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HostInterfaceCollection_v1.xml' (3,299) at 20240619080002924 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gSOAP-1' (3,300) at 20210307205554430 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (3,301) at 20230512080018777 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd.socket' (3,302) at 20241206090014310 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_services.hpp' (3,303) at 20240530080026674 to deleted uid set 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_mac.h' (3,304) at 20210309003651316 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_mmu_host.c' (3,305) at 20240405153046157 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/ccu-div.h' (3,306) at 20240405153046773 2025-03-14 03:00:45.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_dec_clut224.ppm' (3,307) at 20210307214930950 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p.c' (3,308) at 20241211090212242 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/hardware.h' (3,309) at 20210307214925946 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/cmdlinepart.c' (3,310) at 20240405153049705 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mxc_v2.c' (3,311) at 20240405153051501 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/CONFIG_FORMAT.md' (3,312) at 20240111090005306 to deleted uid set 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pabort-legacy.S' (3,313) at 20210307214925970 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/hash_low.S' (3,314) at 20240405153230047 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/yealink.c' (3,315) at 20240405153049149 2025-03-14 03:00:45.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc5_qm_regs.h' (3,316) at 20240405153046581 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_cpum_sf.c' (3,317) at 20241216090017685 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_variables.c' (3,318) at 20210308005003704 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/dma.h' (3,319) at 20240405153045357 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/remap_file_pages.rst' (3,320) at 20240405153045229 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/fpsimd-test.S' (3,321) at 20240405153054237 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_security.c' (3,322) at 20240405153051909 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/mcount.S' (3,323) at 20240405153045945 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/pwm.h' (3,324) at 20210308005002776 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smartweb.h' (3,325) at 20210308005003616 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/068' (3,326) at 20220429100100886 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/Makefile' (3,327) at 20210308005003512 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/gpio.h' (3,328) at 20210308005002776 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/static-inventory.yaml' (3,329) at 20230909080012743 2025-03-14 03:00:45.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0004-Platform-CS1000-Increase-ITS-max-asset-size.patch' (3,330) at 20241221090017464 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rt5677.c' (3,331) at 20210308005003488 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-zero-w.dts' (3,332) at 20240405153229871 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm7tdmi.S' (3,333) at 20210307214925974 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/Makefile' (3,334) at 20210308004922932 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-74xx-mmio.txt' (3,335) at 20210307214925318 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/customizing-images.rst' (3,336) at 20230114040015510 to deleted uid set 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nfc/nci_core.h' (3,337) at 20220525020654643 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rtnetlink.h' (3,338) at 20241211090145537 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/sbs-charger.c' (3,339) at 20240405153051441 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/activation.hpp' (3,340) at 20241213090049550 to deleted uid set 2025-03-14 03:00:45.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_struct_ops.c' (3,341) at 20240405153231891 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/meson.build' (3,342) at 20241101080009595 to deleted uid set 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/vgettimeofday.c' (3,343) at 20240405153045877 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra30-mc.yaml' (3,344) at 20220525020651690 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xsk_xdp_metadata.h' (3,345) at 20240405153054293 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_smp2p.c' (3,346) at 20240405153050341 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/s5pv210.c' (3,347) at 20240405153229911 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd938x.c' (3,348) at 20240405153232163 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/jack-injection.rst' (3,349) at 20220525020651758 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb' (3,350) at 20241206090014234 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/remove-install-as-user.patch' (3,351) at 20210307205553738 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2838_peripherals.c' (3,352) at 20240906080037188 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sfp-machine_32.h' (3,353) at 20210307214926586 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mmc/mmc-async-req.rst' (3,354) at 20210307214925466 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain-standalone.bb' (3,355) at 20230131040012039 2025-03-14 03:00:45.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/perf_regs.h' (3,356) at 20210307214926514 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nameval.h' (3,357) at 20210308005003556 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_timer.c' (3,358) at 20210307214932194 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/debugfs.c' (3,359) at 20240405153046733 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/usbnet.c' (3,360) at 20241104090011583 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/MCFG' (3,361) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-adv.c' (3,362) at 20220525020652050 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine-qmp-cmds.c' (3,363) at 20240906080037212 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/gfp.h' (3,364) at 20240503080014462 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/Kconfig' (3,365) at 20210308005003716 2025-03-14 03:00:45.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-hotplug.rst' (3,366) at 20220429100100422 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_sli4.h' (3,367) at 20240405153051653 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_round.S' (3,368) at 20230426080043952 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/tools/pciaccess.cpp' (3,369) at 20240817080027656 to deleted uid set 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/smu7_fusion.h' (3,370) at 20210307214928026 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psci.h' (3,371) at 20220525020654607 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/MAINTAINERS' (3,372) at 20210308005002988 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/Makefile' (3,373) at 20240405153053401 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sendmail' (3,374) at 20211006000025242 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/break.h' (3,375) at 20210307214926250 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/nospec-branch.h' (3,376) at 20241023080012871 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_dfs_tables.h' (3,377) at 20210307214930534 2025-03-14 03:00:45.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_aggregator_tabletsw.c' (3,378) at 20240405153051393 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm.h' (3,379) at 20240405153051921 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/MAINTAINERS' (3,380) at 20210308005003028 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-avoid-including-sys-poll.h-directly.patch' (3,381) at 20241221090017692 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hvcall.h' (3,382) at 20240628080013981 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vstrs.c' (3,383) at 20240326080039746 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-mv-usb.c' (3,384) at 20240405153052125 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/key.c' (3,385) at 20240520080015235 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow_field-memset.c' (3,386) at 20240405153053105 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch' (3,387) at 20241221090017660 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/intel/ifs/load.c' (3,388) at 20240830080013299 to deleted uid set 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/signal.c' (3,389) at 20240405153046493 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (3,390) at 20211015100030976 2025-03-14 03:00:45.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/basic/fixdep.c' (3,391) at 20210308005003724 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_lock_management.robot' (3,392) at 20240628080017117 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/network.conf' (3,393) at 20230801080016105 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/mite.h' (3,394) at 20220525020652354 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc5200b.dtsi' (3,395) at 20240405153046093 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/runner.py' (3,396) at 20241221090017468 to deleted uid set 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Torsby_Bada' (3,397) at 20210307205553794 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/eeprom.h' (3,398) at 20210307214926578 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/Kconfig' (3,399) at 20210307214930154 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/microchip,pic32-wdt.txt' (3,400) at 20210307214925454 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_DynamicTxPower.c' (3,401) at 20220525020654179 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/xlnx-zynqmp-rtc.c' (3,402) at 20241211090212326 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/copy_user_64.S' (3,403) at 20240405153046469 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpupower-info.c' (3,404) at 20240405153054213 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/octeontx2.rst' (3,405) at 20240405153045237 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_kunit_util.h' (3,406) at 20240405153051385 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/nh-sse2-x86_64.S' (3,407) at 20240405153046365 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/checksum.c' (3,408) at 20210309003648804 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/tests/regs_load.S' (3,409) at 20210307214932518 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7722/irq.c' (3,410) at 20220525020652114 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx27lite-common.h' (3,411) at 20210308005003596 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/trace.c' (3,412) at 20210307214929738 2025-03-14 03:00:45.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml' (3,413) at 20240405153045153 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/x2apic_uv_x.c' (3,414) at 20240405153230119 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/kernel.bbclass' (3,415) at 20241221090017608 to deleted uid set 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/init.c' (3,416) at 20210307214929970 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-memset.c' (3,417) at 20240405153053105 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/packagefiles/valijson/meson.build' (3,418) at 20240628080018949 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sm8250.h' (3,419) at 20240405153052645 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v4.0.c' (3,420) at 20240405153050345 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp803.dtsi' (3,421) at 20210308005002572 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pfd.c' (3,422) at 20240405153046789 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/fix-tar-command-with-DIST.patch' (3,423) at 20210307205554106 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/Kconfig' (3,424) at 20240405153048885 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/benchmark.c' (3,425) at 20210307214932614 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/Kconfig' (3,426) at 20240326080039438 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_modeset.c' (3,427) at 20240805080013955 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/.clang-format' (3,428) at 20210308005114857 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_atomic.h' (3,429) at 20240405153048433 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/reginfo.c' (3,430) at 20210308005003216 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/nlmon.c' (3,431) at 20220525020653679 2025-03-14 03:00:45.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/syscall_table.S' (3,432) at 20220525020651986 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/MAINTAINERS' (3,433) at 20210308005002972 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-iot-box.dts' (3,434) at 20240405153045585 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/Makefile' (3,435) at 20210308005002732 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/tda1997x.txt' (3,436) at 20210307214925354 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/ftpmu010.c' (3,437) at 20210308005003468 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/gl860-mi1320.c' (3,438) at 20240405153049565 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/qla2xxx/qla_gbl.h' (3,439) at 20240805080014003 to deleted uid set 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7476.c' (3,440) at 20240405153048945 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/eth.c' (3,441) at 20210308005002944 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ad5823.h' (3,442) at 20210307214930530 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_context.h' (3,443) at 20210307214929178 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Degerfors' (3,444) at 20210307205553778 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/fsl,edma.yaml' (3,445) at 20240628080013973 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f469-disco-u-boot.dtsi' (3,446) at 20210308005002616 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-3.0' (3,447) at 20210307205554418 2025-03-14 03:00:45.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_btree.h' (3,448) at 20240405153052565 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sh_mobile_lcdcfb.c' (3,449) at 20240613080016475 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/swap.h' (3,450) at 20240405153050405 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_inner.c' (3,451) at 20241216090017793 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/bios_enum_attribute.hpp' (3,452) at 20240123090036147 to deleted uid set 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/atomic/Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus' (3,453) at 20210309003648432 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/gpio.h' (3,454) at 20210308005002796 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/beauty.h' (3,455) at 20240405153232231 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.4.bb' (3,456) at 20241221090017564 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h' (3,457) at 20210308005002640 2025-03-14 03:00:45.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce60/irq_service_dce60.h' (3,458) at 20210309003649496 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/sgx-epc.c' (3,459) at 20220429100100470 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm4-avx.h' (3,460) at 20220525020652138 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfsd/export.c' (3,461) at 20241211090145521 to deleted uid set 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_fd.h' (3,462) at 20240405153049741 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/Kconfig' (3,463) at 20240405153051821 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (3,464) at 20240612080013182 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/text.py' (3,465) at 20210308005003748 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/channel_config.json' (3,466) at 20241106090019922 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml' (3,467) at 20240405153045169 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/smbus_master.h' (3,468) at 20210308005046013 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965-u-boot.dtsi' (3,469) at 20210308005002604 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/xattr_user.c' (3,470) at 20240405153052381 2025-03-14 03:00:45.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlb-debugfs.c' (3,471) at 20210307214926574 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/mac.c' (3,472) at 20240405153231259 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1.c' (3,473) at 20240405153052237 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/Kconfig' (3,474) at 20240405153051313 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/ibm,powerpc-cpu-features.txt' (3,475) at 20210307214925406 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/images-r0.txt' (3,476) at 20220804030014667 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-cci.rst' (3,477) at 20240405153229807 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/context.h' (3,478) at 20240405153048805 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/fcvt.ref' (3,479) at 20240906080037576 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4.dtsi' (3,480) at 20240405153229899 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_utils.c' (3,481) at 20240405153049937 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mips' (3,482) at 20210308005003296 2025-03-14 03:00:45.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/Makefile' (3,483) at 20210307214928826 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/bcm3510_priv.h' (3,484) at 20210307214928610 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/strncpy_user.S' (3,485) at 20240405153046513 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/pgtable.c' (3,486) at 20240913080013769 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_piccolo.c' (3,487) at 20240405153046665 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-mod.c' (3,488) at 20240405153052485 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/host.tcl' (3,489) at 20210308005007112 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/videobuf-dma-sg.c' (3,490) at 20240405153049585 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_pingpong.c' (3,491) at 20240405153048585 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/packing.h' (3,492) at 20220525020654599 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives___err_non_enum.c' (3,493) at 20210307214932642 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/changebit.S' (3,494) at 20210307214925866 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/fan-table-init.sh' (3,495) at 20230428080015190 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/Kconfig' (3,496) at 20210308005002716 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp_6.3.0.bb' (3,497) at 20240413080012703 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-vt8500.c' (3,498) at 20210307214927050 2025-03-14 03:00:45.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_hpt37x.c' (3,499) at 20240405153046661 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt' (3,500) at 20210307214925342 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/record+script_probe_vfs_getname.sh' (3,501) at 20240405153054173 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sdx65-tlmm.yaml' (3,502) at 20240405153045137 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/lpc18xx-dmamux.c' (3,503) at 20240405153230283 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0001-hiredis-use-default-CC-if-it-is-set.patch' (3,504) at 20241221090017520 to deleted uid set 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timer.c' (3,505) at 20240405153053057 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma6_qm_regs.h' (3,506) at 20240405153046573 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam-hwdep.c' (3,507) at 20220525020654975 2025-03-14 03:00:45.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/lshrsi3.S' (3,508) at 20210307214926570 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_hw_regs.h' (3,509) at 20240405153052121 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb' (3,510) at 20241221090017516 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/debug.h' (3,511) at 20210307214930874 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/rt298.c' (3,512) at 20240405153053941 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/helper.hpp' (3,513) at 20240817080027248 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-inspur-nf5280m6.dts' (3,514) at 20240405153229867 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-Remove-unsuitble-part-for-cross-compile.patch' (3,515) at 20230811080018302 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch' (3,516) at 20241221090017516 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/bblayers.conf.sample' (3,517) at 20240323080013549 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch' (3,518) at 20241221090017644 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml' (3,519) at 20240405153045093 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-s922x.dtsi' (3,520) at 20220525020651902 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/fdtdec.c' (3,521) at 20210308005003704 2025-03-14 03:00:45.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc86xx_base.config' (3,522) at 20240405153046097 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/chip.h' (3,523) at 20220525020653127 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ddr.c' (3,524) at 20210308005002756 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/.clang-format' (3,525) at 20241219090006636 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_string.h' (3,526) at 20210307214931646 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/arm/ptp_kvm.rst' (3,527) at 20220525020651790 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi_1.17.1.bb' (3,528) at 20241221090017668 to deleted uid set 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/mm.c' (3,529) at 20240405153229987 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/flash_size.cpp' (3,530) at 20240820080007197 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-dpcm.h' (3,531) at 20240405153052889 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ops.c' (3,532) at 20241001080013020 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-hummingboard.dts' (3,533) at 20240405153045501 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/args.cpp' (3,534) at 20210308005056661 to deleted uid set 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/cache.c' (3,535) at 20240405153230079 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/vf610-nfc.txt' (3,536) at 20210307214925370 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/50-rp_filter.conf' (3,537) at 20210307205554058 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ppp_on_boot' (3,538) at 20210307205554466 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb' (3,539) at 20241206090014266 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/u-boot.lds' (3,540) at 20210308005002920 2025-03-14 03:00:45.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts' (3,541) at 20220525020651906 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-choose-events.png' (3,542) at 20210307205554322 to deleted uid set 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/pldm/pldm_%.bbappend' (3,543) at 20240712080022837 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/gfs2.h' (3,544) at 20210307214931110 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/arm-acpi.rst' (3,545) at 20240405153229739 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-publish-sdk' (3,546) at 20211006000025282 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/timers.c' (3,547) at 20220525020651982 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.h' (3,548) at 20210307214929806 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/microbit_i2c.h' (3,549) at 20210308005046013 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ep88xc_defconfig' (3,550) at 20240405153046097 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wm8804.txt' (3,551) at 20210307214925438 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/Kconfig' (3,552) at 20210308005002956 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/Makefile' (3,553) at 20210307214930938 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-not.err' (3,554) at 20220429100100882 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/dfi-bt700-q7x-151.dts' (3,555) at 20210308005002860 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/semihost.ld' (3,556) at 20221215040039390 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/keepalived/keepalived/0001-vrrp-Don-t-include-linux-if_ether.h-if-not-needed.patch' (3,557) at 20241221090017496 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_bpf.c' (3,558) at 20240405153053365 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/test/logger_test.cpp' (3,559) at 20210308005059173 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/hd.c' (3,560) at 20210307214928086 2025-03-14 03:00:45.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/tulip.c' (3,561) at 20241211090212310 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox.inc' (3,562) at 20241206090014310 to deleted uid set 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/ratelimiter.h' (3,563) at 20210307214929726 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3568-cru.h' (3,564) at 20220525020654543 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-altera-platform.c' (3,565) at 20240405153051781 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SSDT.dimmpxm' (3,566) at 20240906080037560 to deleted uid set 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.h' (3,567) at 20240405153048741 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/tee-uclass.c' (3,568) at 20210308005003496 2025-03-14 03:00:45.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sta_event.c' (3,569) at 20240405153050573 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/tracepoints/x86_irq_vectors.c' (3,570) at 20210307214932578 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/kernel-devsrc.bb' (3,571) at 20241221090017688 to deleted uid set 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_clk.h' (3,572) at 20210307214931462 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/brcm,iproc-sba.txt' (3,573) at 20210307214925310 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/viosrp.h' (3,574) at 20230426080043736 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-opts-visitor.c' (3,575) at 20210927100127645 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (3,576) at 20240326080016518 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/n411.c' (3,577) at 20210307214930922 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/ti-ads8688.c' (3,578) at 20240405153048965 to deleted uid set 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/rawv6.h' (3,579) at 20240405153052865 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_sysfw_ovmf-stubs.c' (3,580) at 20210927100127133 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/cfbfillrect.c' (3,581) at 20210307214930906 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/tags.c' (3,582) at 20240405153053129 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie.h' (3,583) at 20241211090212362 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/Makefile' (3,584) at 20240405153049281 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/sparc_sun_oracle_rng.txt' (3,585) at 20210307214925414 2025-03-14 03:00:45.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irqflags.h' (3,586) at 20240405153046385 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_atomic_uapi.c' (3,587) at 20241011080017315 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic-pci.c' (3,588) at 20240906080037256 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/video.c' (3,589) at 20210308005003016 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/bcom_gen_bd_tx_task.c' (3,590) at 20210307214927122 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pat/cpa-test.c' (3,591) at 20240405153046477 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/translate_addr_const.c' (3,592) at 20230925080040045 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/bellavista.json' (3,593) at 20240409080005002 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/hsu/pci.c' (3,594) at 20240405153046993 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pflash-cfi02-test.c' (3,595) at 20240326080039738 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-vmstate.c' (3,596) at 20240906080037584 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amd-pstate.h' (3,597) at 20240913080013833 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_min.S' (3,598) at 20210308005046533 2025-03-14 03:00:45.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/dts/Makefile' (3,599) at 20210308005003540 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_ctx.c' (3,600) at 20210307214927858 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/chafsr.h' (3,601) at 20210307214926578 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts' (3,602) at 20240805080013923 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_iext_tree.c' (3,603) at 20220525020654507 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_skb_cgroup_id_user.c' (3,604) at 20240405153054285 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl_allowlist.c' (3,605) at 20240405153230979 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-params-test.c' (3,606) at 20240405153230655 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/intel.c' (3,607) at 20240405153230119 to deleted uid set 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/sysctl.c' (3,608) at 20240405153052429 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/shakti_uart.h' (3,609) at 20210927100127233 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/tdx-guest/tdx-guest.c' (3,610) at 20240405153052229 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/228' (3,611) at 20220429100100910 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/40x/walnut_defconfig' (3,612) at 20210307214926366 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A13-OLinuXino_defconfig' (3,613) at 20210308005003232 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/trace-events' (3,614) at 20221215040039326 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-norwood.c' (3,615) at 20210307214928782 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-makefile-add-ldflags.patch' (3,616) at 20210307205553810 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_vexpress.py' (3,617) at 20241211090212538 2025-03-14 03:00:45.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_slave.h' (3,618) at 20210309003654324 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/Makefile' (3,619) at 20210308005002812 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_lwx.c' (3,620) at 20210308005046505 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-ocelot.c' (3,621) at 20210308005003456 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c' (3,622) at 20240405153048589 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PumpCollection.json' (3,623) at 20240619080002952 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/controllers/login-controller.js' (3,624) at 20210308005107077 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/scripts/hmi.sh' (3,625) at 20240405153054361 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/us5182d.c' (3,626) at 20240405153049005 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_devinfo.h' (3,627) at 20240405153052877 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/memcmp_32.S' (3,628) at 20240405153230043 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/mxc_nand.c' (3,629) at 20240405153230871 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/hdaudio.c' (3,630) at 20240405153053941 2025-03-14 03:00:45.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_helper.h' (3,631) at 20220525020652490 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c' (3,632) at 20240405153051841 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dts' (3,633) at 20240405153045781 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ns87308.c' (3,634) at 20210308005003400 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hdc2010.c' (3,635) at 20240405153048985 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/phy-core.c' (3,636) at 20240405153231079 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Alajarvi' (3,637) at 20210307205553766 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/248' (3,638) at 20210927100127497 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/nmi_interface.cpp' (3,639) at 20220726100019890 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/env/bmcweb' (3,640) at 20210701100031467 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma_rw.c' (3,641) at 20240405153053389 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onmatch-action-hist.tc' (3,642) at 20240405153054305 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/Kconfig' (3,643) at 20240415080012975 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp108.c' (3,644) at 20220525020652959 2025-03-14 03:00:45.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb' (3,645) at 20230802080024722 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/078' (3,646) at 20210927100127477 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/dmc-rk3368.c' (3,647) at 20210308005003476 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/hd3ss3220.c' (3,648) at 20240405153052145 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-wilco-ec' (3,649) at 20210309003648248 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComputerSystem.v1_23_0.json' (3,650) at 20240918080002720 to deleted uid set 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb' (3,651) at 20241113090013917 to deleted uid set 2025-03-14 03:00:45.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_bad_add_dup_prop.dtso' (3,652) at 20240405153231279 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts' (3,653) at 20240405153045813 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addsc.c' (3,654) at 20210308005046501 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/gdma_main.c' (3,655) at 20241011080017331 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/feature-microblaze-versions.inc' (3,656) at 20240301090012451 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6afe.yaml' (3,657) at 20240405153045169 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ti/nspire.yaml' (3,658) at 20210309003648324 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb.h' (3,659) at 20230426080043724 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/trace-events-emulation.h' (3,660) at 20210307214926078 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Rosneath' (3,661) at 20210307205553798 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-dk1.dts' (3,662) at 20240405153045585 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/ib_user_sa.h' (3,663) at 20210307214931690 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mtk-adsp-common.h' (3,664) at 20240405153054001 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_req.c' (3,665) at 20241211090145441 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpasscc-sdm845.c' (3,666) at 20240405153046833 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregateCollection.json' (3,667) at 20240619080002940 2025-03-14 03:00:45.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/dma.h' (3,668) at 20240405153045345 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pnp_def.h' (3,669) at 20210308005002880 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/wic' (3,670) at 20220721030015889 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/system.cpp' (3,671) at 20240904080048579 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/oe-find-native-sysroot' (3,672) at 20230919080013998 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/Makefile' (3,673) at 20240405153231767 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts' (3,674) at 20210308005002616 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c' (3,675) at 20240405153052205 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_wmac_bitdef.h' (3,676) at 20240405153051901 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer.c' (3,677) at 20210307214930542 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/hwif.h' (3,678) at 20240805080013979 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UMich-Merit' (3,679) at 20241221090017616 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/raw.c' (3,680) at 20240405153053201 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sti/Makefile' (3,681) at 20210307214932426 2025-03-14 03:00:45.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cfpkt.h' (3,682) at 20210307214931554 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.5.rst' (3,683) at 20240302090018222 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mt7621_wdt.c' (3,684) at 20240405153052241 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dump-insn.h' (3,685) at 20210307214932590 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-array-branch.json' (3,686) at 20220429100100882 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb' (3,687) at 20241221090017564 to deleted uid set 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_errno_defs.h' (3,688) at 20210927100127265 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDistributionMetrics.v1_3_2.json' (3,689) at 20240619080002952 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/menelaus.h' (3,690) at 20210307214931430 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/atom.h' (3,691) at 20240405153053993 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkimage.h' (3,692) at 20210308005003768 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-bsp/images/npcm7xx-igps/0001-Set-FIU0_DRD_CFG-and-FIU_Clk_divider-for-gbmc-hoth.patch' (3,693) at 20220126040017519 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/ocxl.h' (3,694) at 20210307214931690 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt8183-pinctrl.yaml' (3,695) at 20240405153229787 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgf100.c' (3,696) at 20240405153230611 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensors.hpp' (3,697) at 20220727030028313 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/meson.options' (3,698) at 20231115090030615 to deleted uid set 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/generate-ubi' (3,699) at 20221210040020210 2025-03-14 03:00:45.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lx6464es/lx_defs.h' (3,700) at 20210307214932266 2025-03-14 03:00:45.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkInterface.v1_2_2.json' (3,701) at 20240619080002948 2025-03-14 03:00:45.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/cgroup.c' (3,702) at 20240405153054037 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/advansys.c' (3,703) at 20240405153051553 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wm9713.c' (3,704) at 20210307214928510 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/direct/kprobe-direct.tc' (3,705) at 20210307214932670 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/Kconfig' (3,706) at 20220525020652334 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pcalign-a64.c' (3,707) at 20220429100100938 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/Kconfig' (3,708) at 20240405153231007 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/MAINTAINERS' (3,709) at 20210308005003008 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00leds.c' (3,710) at 20210307214929906 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olimex-som-evb-emmc.dts' (3,711) at 20240405153045385 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-fttmr010.c' (3,712) at 20220525020652342 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.h' (3,713) at 20210605000027728 2025-03-14 03:00:45.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/pmf.h' (3,714) at 20240405153051397 2025-03-14 03:00:45.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Hastings' (3,715) at 20210307205553798 2025-03-14 03:00:45.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/motorola/phy-cpcap-usb.c' (3,716) at 20240405153051289 2025-03-14 03:00:45.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_bmc_extern.c' (3,717) at 20240906080037244 2025-03-14 03:00:45.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_iocb.c' (3,718) at 20240405153231439 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/srat.c' (3,719) at 20240405153230143 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow_4.16.0.bb' (3,720) at 20241221090017680 to deleted uid set 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/svc.c' (3,721) at 20241111090012169 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/irq.h' (3,722) at 20240405153231455 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450-hdk.dts' (3,723) at 20240405153229959 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-reg.h' (3,724) at 20210307214932394 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_l4proto.h' (3,725) at 20220525020654643 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb' (3,726) at 20240413080012663 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/Kconfig' (3,727) at 20240405153050057 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4.3RENO' (3,728) at 20241221090017612 2025-03-14 03:00:45.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/include/headers_check.pl' (3,729) at 20240405153054389 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/boost_beast.cpp' (3,730) at 20230511080004691 to deleted uid set 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/upm_table.h' (3,731) at 20210308005003052 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/linkinfo.c' (3,732) at 20240405153232015 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc3_cmdq_regs.h' (3,733) at 20240405153046605 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_catas.c' (3,734) at 20210307214928430 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/MAINTAINERS' (3,735) at 20210308005002924 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/File.errors.yaml' (3,736) at 20210610000035106 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/ctype.h' (3,737) at 20210308005046045 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_ioctl.h' (3,738) at 20240405153051829 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_kms.h' (3,739) at 20220525020652999 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_net.h' (3,740) at 20240405153052757 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear1310.c' (3,741) at 20240405153045689 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizbox3-hs.dts' (3,742) at 20240405153045465 2025-03-14 03:00:45.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/vec_helper.c' (3,743) at 20240906080037500 2025-03-14 03:00:45.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ufs/core/ufshcd.c' (3,744) at 20241220090018318 to deleted uid set 2025-03-14 03:00:45.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/Makefile' (3,745) at 20210307214932110 2025-03-14 03:00:45.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/spear-keyboard.txt' (3,746) at 20210307214925338 2025-03-14 03:00:45.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/sth.c' (3,747) at 20210309003649972 2025-03-14 03:00:45.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h' (3,748) at 20240405153049849 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cramfs.c' (3,749) at 20210308005003208 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-empty.out' (3,750) at 20210308005046401 to deleted uid set 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts' (3,751) at 20240405153045709 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/envlist.c' (3,752) at 20241211090212558 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scsi.c' (3,753) at 20221215040039374 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/gcc-6.patch' (3,754) at 20230706080014745 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623a-rfb-emmc.dts' (3,755) at 20240405153045461 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/target/target_core_backend.h' (3,756) at 20240405153052889 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/v4l/v4l2-pci-skeleton.c' (3,757) at 20240405153053433 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/owserver' (3,758) at 20210307205553738 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83795.rst' (3,759) at 20210307214925506 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipsec.h' (3,760) at 20210307214931638 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' (3,761) at 20241221090017676 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_fbdev.c' (3,762) at 20240405153230595 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/kryo-l2-accessors.c' (3,763) at 20220525020654095 2025-03-14 03:00:45.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi.h' (3,764) at 20240405153230595 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-mapping.h' (3,765) at 20240405153231807 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/Kconfig' (3,766) at 20240405153049413 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/acp5x-pcm-dma.c' (3,767) at 20240405153053553 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_device.h' (3,768) at 20240405153045665 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/efi_secret/efi_secret.c' (3,769) at 20240405153052229 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/9pfs.h' (3,770) at 20240405153052957 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/strings.c' (3,771) at 20210308005003220 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-nvdimm-stub.c' (3,772) at 20220429100100434 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/io.h' (3,773) at 20240405153045905 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts' (3,774) at 20240405153045841 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor_regs.h' (3,775) at 20210308005003368 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/trace-events' (3,776) at 20240326080039386 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_BB.c' (3,777) at 20220525020654179 2025-03-14 03:00:45.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_utils.py' (3,778) at 20240316080013820 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos5433_drm_decon.c' (3,779) at 20240405153230539 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/msp3400-driver.c' (3,780) at 20240405153049317 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/strcat_kunit.c' (3,781) at 20240405153053101 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/device_cgroup.h' (3,782) at 20210307214931374 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mmc_host_def.h' (3,783) at 20210308005002732 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/clk.c' (3,784) at 20210308005002548 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/ramdisk.rst' (3,785) at 20210309003648268 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReport_v1.xml' (3,786) at 20240824080002934 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/divsi3.S' (3,787) at 20240405153230007 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/allyes_expected_config' (3,788) at 20210307214932154 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmi088-accel-core.c' (3,789) at 20240405153048933 2025-03-14 03:00:45.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/disp.h' (3,790) at 20240405153048609 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks-ftdi-ids.h' (3,791) at 20220429100100538 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-venice2.dts' (3,792) at 20240405153229879 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ak4531_codec.c' (3,793) at 20220525020654987 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_regs.h' (3,794) at 20240405153046597 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sh4_r2d.py' (3,795) at 20241211090212542 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu106-revA/psu_init_gpl.c' (3,796) at 20210308005003200 2025-03-14 03:00:45.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_cs.c' (3,797) at 20240613080016403 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/versatile/soc-realview.c' (3,798) at 20241008080013979 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/poweroff.c' (3,799) at 20240405153231915 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/koelsch.h' (3,800) at 20210308005003600 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/serial.h' (3,801) at 20210308005003684 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ib62x0.h' (3,802) at 20210308005003596 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/Makefile' (3,803) at 20210307214929874 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/ssm4567.c' (3,804) at 20240613080016547 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/init.h' (3,805) at 20240405153230167 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Merrii_A80_Optimus_defconfig' (3,806) at 20210308005003240 2025-03-14 03:00:45.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dim/Makefile' (3,807) at 20210307214931798 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_qm_arc_aux_regs.h' (3,808) at 20240405153046589 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GD' (3,809) at 20211006000025234 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig' (3,810) at 20210308005003240 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-packaging_24.2.bb' (3,811) at 20241221090017668 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/elfcore.c' (3,812) at 20240405153046493 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/icswx.h' (3,813) at 20210309003648884 2025-03-14 03:00:45.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rculist_bl.h' (3,814) at 20210307214931494 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt.h' (3,815) at 20240405153231119 to deleted uid set 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvme/target/io-cmd-bdev.c' (3,816) at 20240405153231275 to deleted uid set 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/jr2/Kconfig' (3,817) at 20210308005003020 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-versatile.h' (3,818) at 20210307214929214 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/dma-sh7760.c' (3,819) at 20220525020655083 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst' (3,820) at 20241221090017584 to deleted uid set 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/longjmp.h' (3,821) at 20220525020652126 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atmel-ssc.h' (3,822) at 20210307214931358 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/subprojects/phosphor-dbus-interfaces.wrap' (3,823) at 20220525020433159 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml' (3,824) at 20240405153045181 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/hacking.rst' (3,825) at 20240405153045297 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2e_evm_defconfig' (3,826) at 20210308005003260 2025-03-14 03:00:45.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/cper_cxl.c' (3,827) at 20240405153047041 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/ffs.h' (3,828) at 20210308005100993 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/orc_types.h' (3,829) at 20240405153046389 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend' (3,830) at 20240507080014346 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/hash_info.c' (3,831) at 20210307214926798 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/as3935.c' (3,832) at 20240405153049013 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/overview.rst' (3,833) at 20210307214925458 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-ipq806x.h' (3,834) at 20240405153052645 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/entry-compact.S' (3,835) at 20240405153229859 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/tools/sst-compare-redfish-os.py' (3,836) at 20230821192414188 2025-03-14 03:00:45.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/txrx.c' (3,837) at 20241211090145469 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bblock.py' (3,838) at 20231014080011731 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/urls.py' (3,839) at 20231014080011727 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/pic32/pic32mzda.dtsi' (3,840) at 20240405153045989 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml' (3,841) at 20240904080027730 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch' (3,842) at 20230706080014765 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/Kconfig' (3,843) at 20240726080012850 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/irqs.h' (3,844) at 20210308005002768 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vt.h' (3,845) at 20210307214931686 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-i2c.c' (3,846) at 20210307214928686 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c' (3,847) at 20240830080013259 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/rcar-core.c' (3,848) at 20240405153230811 2025-03-14 03:00:45.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-hummingboard2.dts' (3,849) at 20240405153045497 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c/core-isa.h' (3,850) at 20210308005046349 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h' (3,851) at 20240405153047117 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-relp-fix-build-against-upcoming-gcc-14-Werror-calloc.patch' (3,852) at 20241206090014254 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/ec.c' (3,853) at 20241011080017295 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/test_updater.cpp' (3,854) at 20241114091025397 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-group1' (3,855) at 20210307214932570 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hsi/omap-ssi.txt' (3,856) at 20210307214925322 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp.c' (3,857) at 20240405153230579 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/xgmac_mdio.c' (3,858) at 20240405153230947 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-iesy' (3,859) at 20210307205553758 2025-03-14 03:00:45.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/r852.c' (3,860) at 20220525020653403 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/event_analyzing_sample.py' (3,861) at 20210307214932570 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/limits.h' (3,862) at 20240405153053477 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_main.c' (3,863) at 20240405153049041 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-at91.c' (3,864) at 20210308005003460 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch' (3,865) at 20230706080014745 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-volk_1.3.296.0.bb' (3,866) at 20241221090017684 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-imx-util.h' (3,867) at 20210308005003472 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/lag.c' (3,868) at 20240805080013959 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml' (3,869) at 20221207040023631 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_devmap_attach.c' (3,870) at 20240405153054265 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dmx.h.rst.exceptions' (3,871) at 20210307214925594 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/get_current_dir_name.c' (3,872) at 20220525020655167 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml' (3,873) at 20240405153045177 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gdsc.h' (3,874) at 20240405153046829 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/qom_type_info.py' (3,875) at 20210308005046237 2025-03-14 03:00:45.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ife/Kconfig' (3,876) at 20220525020654827 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml' (3,877) at 20240405153045125 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/vgettimeofday.c' (3,878) at 20240405153045953 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/setup.c' (3,879) at 20240405153053477 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml' (3,880) at 20240405153045169 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_tpg.c' (3,881) at 20240405153051829 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/bestcomm.c' (3,882) at 20240405153230279 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/board.c' (3,883) at 20240405153045981 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/meson.options' (3,884) at 20240723080006032 to deleted uid set 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/efi-x86_payload.h' (3,885) at 20210308005003592 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m5272.c' (3,886) at 20220525020651982 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb' (3,887) at 20241221090017536 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/atmclip.h' (3,888) at 20210307214931550 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_chp.c' (3,889) at 20240405153051525 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun9i.h' (3,890) at 20210308005003620 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/userio.rst' (3,891) at 20210307214925514 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-virtio.yaml' (3,892) at 20220525020651678 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/run-ptest' (3,893) at 20210905000020565 2025-03-14 03:00:45.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/files/keymap.sh' (3,894) at 20220405030025645 2025-03-14 03:00:45.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf_tracing.h' (3,895) at 20240405153232211 2025-03-14 03:00:45.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ipu-bridge.c' (3,896) at 20240628080013993 2025-03-14 03:00:45.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch' (3,897) at 20240113090014536 2025-03-14 03:00:45.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/virq.c' (3,898) at 20210307214930430 2025-03-14 03:00:45.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/budget.c' (3,899) at 20240405153230795 2025-03-14 03:00:45.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_strerror.c' (3,900) at 20210308005003708 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_reg.h' (3,901) at 20220525020652859 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/libacpi_0.2.bb' (3,902) at 20231011080016602 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml' (3,903) at 20240405153045065 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/special-errno.h' (3,904) at 20220429100100642 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/mbx.c' (3,905) at 20240411080014106 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx8.c' (3,906) at 20210308005003460 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_11_0_8_offset.h' (3,907) at 20220525020652710 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/rcar-vin.h' (3,908) at 20240613080016423 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/161.out' (3,909) at 20210927100127489 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_thresh_ctl_test.c' (3,910) at 20240405153054361 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c' (3,911) at 20240405153048633 2025-03-14 03:00:45.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/svm.h' (3,912) at 20240405153054033 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/nvidia,tegra194-ccplex.yaml' (3,913) at 20240405153045017 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475CFE_defconfig' (3,914) at 20210308005003236 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-nxp-fspi.c' (3,915) at 20241008080013979 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/early_printk.c' (3,916) at 20210307214925862 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/pf0100_otp.inc' (3,917) at 20210308005003084 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/Kconfig' (3,918) at 20240520080015151 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-pcu16be.rst' (3,919) at 20210309003648496 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_asm.h' (3,920) at 20210307214929566 2025-03-14 03:00:45.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5100-tables.c' (3,921) at 20210307214932350 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/types.hpp' (3,922) at 20230518080029178 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/helper.c' (3,923) at 20210308005003364 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/st,stm32-spi.yaml' (3,924) at 20240405153045177 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi' (3,925) at 20240405153045585 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/MAINTAINERS' (3,926) at 20210308005002900 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/md5_glue.c' (3,927) at 20220525020652118 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabreauto-u-boot.dtsi' (3,928) at 20210308005002584 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/sm_statetable.c' (3,929) at 20220525020654903 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/rsk7269.c' (3,930) at 20210308005003036 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pluto2/pluto2.c' (3,931) at 20240405153049373 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_aldebaran.h' (3,932) at 20240405153230315 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/Makefile' (3,933) at 20240405153230639 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_stress_merge.c' (3,934) at 20210307214932722 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/pnfs.rst' (3,935) at 20210307214925486 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/za-fork.c' (3,936) at 20240405153232255 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sony,acx424akp.yaml' (3,937) at 20240405153045045 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/0001-ffi-Insert-a-replacable-anchor-for-find_library.patch' (3,938) at 20241221090017668 2025-03-14 03:00:45.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-meta-cap.c' (3,939) at 20210307214928794 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/quirks.h' (3,940) at 20221102030020997 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/gprof_syms.c' (3,941) at 20210307214926622 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/Makefile' (3,942) at 20210308005002948 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thaicom2_C-78.5E' (3,943) at 20210307205553762 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/mctp.inc' (3,944) at 20231012080014468 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/dds.h' (3,945) at 20210307214930522 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/alternative.h' (3,946) at 20240624080012768 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ulpi.h' (3,947) at 20240405153052817 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211metastruct.h' (3,948) at 20240405153051953 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2830_priv.h' (3,949) at 20240405153230779 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/network-sh.bb' (3,950) at 20241206090014226 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_vio.c' (3,951) at 20241211090212326 2025-03-14 03:00:45.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-vmxnet3.rom' (3,952) at 20210308005046141 to deleted uid set 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/jmb38x_ms.c' (3,953) at 20240405153049593 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts' (3,954) at 20240405153229935 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/rpi.c' (3,955) at 20210308005003032 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-ar71xx.c' (3,956) at 20210309003648856 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/events/stateSensorPdrs.json' (3,957) at 20240223090029990 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb' (3,958) at 20241221090017656 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/peci/index.rst' (3,959) at 20240405153045297 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/main.cf' (3,960) at 20220402030015903 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/host-export.h' (3,961) at 20220525020654243 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/block.h' (3,962) at 20240405153231867 2025-03-14 03:00:45.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_vsp.c' (3,963) at 20240405153230631 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-utils_1.2.13.bb' (3,964) at 20241221090017692 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/tdp_iter.c' (3,965) at 20240405153230135 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/clock.c' (3,966) at 20210308005002552 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_controller.h' (3,967) at 20241011080017403 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Espoo' (3,968) at 20210307205553766 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/af_mctp.c' (3,969) at 20241018080014582 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf' (3,970) at 20240413080012631 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_postproc.c' (3,971) at 20240405153230819 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/superio.h' (3,972) at 20210308005003008 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ce.h' (3,973) at 20240405153048621 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-pktcdvd' (3,974) at 20210309003648256 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/common/Makefile' (3,975) at 20210308005003168 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/subprojects/phosphor-logging.wrap' (3,976) at 20240501080016543 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/altera-pcie.txt' (3,977) at 20210307214925382 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/MAINTAINERS' (3,978) at 20210308005002940 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-lager.dts' (3,979) at 20210308005002600 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ad1843.h' (3,980) at 20210307214931594 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gv100.c' (3,981) at 20220525020652971 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/Makefile' (3,982) at 20210307214928458 2025-03-14 03:00:45.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mxs_ocotp.c' (3,983) at 20210308005003400 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/gred.json' (3,984) at 20240405153054377 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/dma-common.yaml' (3,985) at 20240405153045053 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm.dts' (3,986) at 20210308005002596 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c' (3,987) at 20240405153230519 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/Makefile' (3,988) at 20210307214926898 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc-softmmu.mak' (3,989) at 20240326080039394 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_spi_regs.h' (3,990) at 20240405153046605 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++_2.00a.bb' (3,991) at 20240301090012423 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/Platform' (3,992) at 20210307214926270 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/neon.h' (3,993) at 20240405153053097 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/Kconfig' (3,994) at 20240405153050049 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pretimeout_panic.c' (3,995) at 20210307214930974 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/Makefile' (3,996) at 20240405153230715 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/interrupts.c' (3,997) at 20210308005002844 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (3,998) at 20240110090012776 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/stts751.c' (3,999) at 20240405153048877 2025-03-14 03:00:45.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/kwbimage-lschl.cfg' (4,000) at 20210308005002944 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini.dts' (4,001) at 20210308005002636 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/act8945a_charger.c' (4,002) at 20220525020653919 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/port_kern.c' (4,003) at 20240405153230099 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-ccw.c' (4,004) at 20240906080037288 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/io.h' (4,005) at 20210308005003560 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/rpmsg_wwan_ctrl.c' (4,006) at 20240405153051013 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/watchone.yaml' (4,007) at 20221209040030339 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo-air.dts' (4,008) at 20210308005002624 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_host.c' (4,009) at 20240405153049653 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer_tracepoint.h' (4,010) at 20210307214929510 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/page.h' (4,011) at 20240405153230019 2025-03-14 03:00:45.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/os_specific/service_layers/osunixxf.c' (4,012) at 20240405153054213 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h' (4,013) at 20240405153051881 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-kappa.dts' (4,014) at 20240405153045749 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec/sec_drv.c' (4,015) at 20240405153230263 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/if_defs.h' (4,016) at 20210307214930550 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/set_sync_fsi_clock_mode.cpp' (4,017) at 20210308005103637 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/pm-imx7ulp.c' (4,018) at 20210307214925894 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-glk-skips.txt' (4,019) at 20240405153230531 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-make-Add-PREFIX-knob.patch' (4,020) at 20220502030010104 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_vio.c' (4,021) at 20240405153051989 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/uprobe_syntax_errors.tc' (4,022) at 20240405153054305 2025-03-14 03:00:45.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-bus.c' (4,023) at 20241211090212330 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ps3.c' (4,024) at 20220525020652030 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/dpmcp.c' (4,025) at 20210307214926930 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_tlv.h' (4,026) at 20210308005045921 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark/0001-cycleclock-Fix-type-conversion-to-match-function-ret.patch' (4,027) at 20241206090014258 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-subdir/devtool-test-subdir.tar.gz' (4,028) at 20210307205554386 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/regression4.c' (4,029) at 20210307214932630 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1046a_serdes.c' (4,030) at 20210308005002556 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_ptr.hpp' (4,031) at 20241219090033964 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cache/Kconfig' (4,032) at 20240405153230199 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5_macb1.dtsi' (4,033) at 20240405153045469 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi' (4,034) at 20240418080014482 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/TdcResults.py' (4,035) at 20210307214932722 2025-03-14 03:00:45.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis16400.c' (4,036) at 20240405153048989 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ci_udc.h' (4,037) at 20210308005003504 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/720240501dca0b4eacc3295665d7ced8719e11d2.patch' (4,038) at 20230811080018306 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sentosa.h' (4,039) at 20210307214926242 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-mfg.c' (4,040) at 20240405153046797 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/IPAddresses.v1_1_5.json' (4,041) at 20240619080002948 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/Makefile' (4,042) at 20240405153046973 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier4U/bios_attrs.json' (4,043) at 20241111090035286 2025-03-14 03:00:45.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/iomux-mx51.h' (4,044) at 20210308005002648 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/vfdi.h' (4,045) at 20240405153050293 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt' (4,046) at 20240113090014532 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/port_scale.sh' (4,047) at 20220525020655207 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/onyx.c' (4,048) at 20240405153053485 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/vgettimeofday.c' (4,049) at 20210307214926498 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-tpiu.yaml' (4,050) at 20240405153045013 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l42.c' (4,051) at 20240405153053577 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ti,phy-am654-serdes.yaml' (4,052) at 20240405153045129 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-u-boot.dtsi' (4,053) at 20210308005002600 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/selinux_netlink.h' (4,054) at 20210307214931658 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/extra-properties.mako.hpp' (4,055) at 20210308005056661 to deleted uid set 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-kernel/linux/linux-aspeed_git.bbappend' (4,056) at 20230128040012702 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb' (4,057) at 20241221090017492 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/lm4549.c' (4,058) at 20240906080037200 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pci_endpoint_test.c' (4,059) at 20240405153230847 2025-03-14 03:00:45.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/get_func_args_test.c' (4,060) at 20240405153232255 2025-03-14 03:00:45.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/basevm.py' (4,061) at 20240906080037584 2025-03-14 03:00:45.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-nvic.c' (4,062) at 20240405153049201 2025-03-14 03:00:45.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-flakey.rst' (4,063) at 20240405153044941 2025-03-14 03:00:45.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_mpic_timer_wakeup.c' (4,064) at 20240405153046229 2025-03-14 03:00:45.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_sys_fops.c' (4,065) at 20240405153052189 2025-03-14 03:00:45.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/msi.c' (4,066) at 20240405153231911 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7779.c' (4,067) at 20240405153051357 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-v3s-ccu.h' (4,068) at 20210307214931350 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_find.hpp' (4,069) at 20210308005117205 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-mem.c' (4,070) at 20241008080013987 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/code-of-conduct.rst' (4,071) at 20240405153229839 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/phy.c' (4,072) at 20240405153050593 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/signal.c' (4,073) at 20240906080037360 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/cpu.c' (4,074) at 20210307214932486 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/fec.c' (4,075) at 20240405153232015 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-httpd' (4,076) at 20210307205554470 2025-03-14 03:00:45.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/malta_defconfig' (4,077) at 20240405153230007 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx_sip.h' (4,078) at 20210308005003652 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/gpi.h' (4,079) at 20210308005003676 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c.c' (4,080) at 20230426080043928 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/MAINTAINERS' (4,081) at 20210308005002976 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mt6779-gce.h' (4,082) at 20210309003653812 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx6sx.c' (4,083) at 20240405153229911 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml' (4,084) at 20240405153045073 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-set-descr.rst' (4,085) at 20210309003648476 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/syscalls.h' (4,086) at 20210307214926310 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vdso/processor.h' (4,087) at 20240405153045941 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/acl.c' (4,088) at 20240405153231679 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kasan.h' (4,089) at 20220525020651878 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc_debugfs.c' (4,090) at 20240405153230571 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (4,091) at 20230211040012635 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.xapic' (4,092) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vc44xx_data.c' (4,093) at 20210307214925930 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa/libdvbcsa.pc' (4,094) at 20210307205553798 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/k3-cppi-desc-pool.h' (4,095) at 20210307214929654 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidump/Makefile' (4,096) at 20240405153054213 2025-03-14 03:00:45.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_time.c' (4,097) at 20210309003654428 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l83-i2c.c' (4,098) at 20240405153053577 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-rock2-square.dts' (4,099) at 20240405153045561 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/LICENSE' (4,100) at 20210308005051509 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-hcd.c' (4,101) at 20210308005003512 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_pmu_acpi.c' (4,102) at 20240405153231303 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init' (4,103) at 20210307205554554 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/auto_dev-ioctl.h' (4,104) at 20210307214931358 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/irq.h' (4,105) at 20240405153052733 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs/run-ptest' (4,106) at 20240113090014556 to deleted uid set 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/twl4030_led.c' (4,107) at 20210308005003400 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/ddr.h' (4,108) at 20210308005002992 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh2.h' (4,109) at 20210308005002848 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/cmdline.py' (4,110) at 20210308005003748 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/protection-keys.rst' (4,111) at 20220525020651770 2025-03-14 03:00:45.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-bin-stream.cpp' (4,112) at 20230516080019606 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sendmsg6_prog.c' (4,113) at 20240405153054273 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/sched-migration-report' (4,114) at 20210307214932566 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/0001-parser-yang-Define-_DEFAULT_SOURCE.patch' (4,115) at 20221003030013285 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_info.c' (4,116) at 20240405153054265 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/powerpc64.config' (4,117) at 20240405153054381 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryChunksCollection.json' (4,118) at 20240619080002948 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/mem.c' (4,119) at 20240405153046353 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/l1oip.h' (4,120) at 20221102030020805 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/adv7343.txt' (4,121) at 20210307214925350 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_pool.c' (4,122) at 20240405153050177 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/request_high_version.c' (4,123) at 20210308005100993 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-iris-v2.dts' (4,124) at 20240405153045529 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/attribute_container.c' (4,125) at 20220525020652262 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/redfish_util.hpp' (4,126) at 20241221090003052 to deleted uid set 2025-03-14 03:00:45.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/crownbay.dts' (4,127) at 20210308005002860 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/mad.c' (4,128) at 20240805080013959 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_pmu.h' (4,129) at 20240405153051273 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/esmt.c' (4,130) at 20240405153049709 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5040_serdes.c' (4,131) at 20210308005002832 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/txc43128_phy.c' (4,132) at 20210307214929622 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/sclp.c' (4,133) at 20241211090212442 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/avnet-ultra96-rev1.dts' (4,134) at 20240405153045841 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/h2200-header.S' (4,135) at 20210308005003004 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mem_encrypt_boot.S' (4,136) at 20240405153046477 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/devpts/inode.c' (4,137) at 20240405153231651 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/iommu.h' (4,138) at 20240405153046385 2025-03-14 03:00:45.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-mem-hotplug-stub.c' (4,139) at 20220429100100434 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/fsl_ifc_nand.c' (4,140) at 20240405153230871 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl_hypervisor.h' (4,141) at 20210307214931390 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/Zone.interface.yaml' (4,142) at 20230920080021028 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/socket.c' (4,143) at 20240405153232087 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/iotlb.c' (4,144) at 20240405153052169 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/cpuinfo_utils.hpp' (4,145) at 20230821192414184 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-include-missing-array-header.patch' (4,146) at 20220502030010100 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/common/platform.c' (4,147) at 20240405153230015 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb' (4,148) at 20241221090017488 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Storage.interface.yaml' (4,149) at 20210630000024658 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,nspire-misc.yaml' (4,150) at 20240405153045109 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block.h' (4,151) at 20230426080043752 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm63xx_smp.h' (4,152) at 20210307214925870 2025-03-14 03:00:45.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/client.2200.conf.in' (4,153) at 20230512080017665 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c' (4,154) at 20240624080012784 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-microchip-sparx5.c' (4,155) at 20240405153231371 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/disp.c' (4,156) at 20240405153230603 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.h' (4,157) at 20210307214929418 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/aperture_64.c' (4,158) at 20240405153046405 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-common.dtsi' (4,159) at 20240405153229883 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/meson.build' (4,160) at 20220108040030440 to deleted uid set 2025-03-14 03:00:45.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot.bb' (4,161) at 20241206090014226 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv10.c' (4,162) at 20220525020652967 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/highmem.h' (4,163) at 20220525020651966 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.xapic' (4,164) at 20240906080037560 to deleted uid set 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fpu/run_test_fpu.sh' (4,165) at 20210309003656000 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vpmpyh.S' (4,166) at 20230426080043952 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi5.conf' (4,167) at 20241206090014278 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/escc.c' (4,168) at 20241211090212258 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/topology.h' (4,169) at 20210307214926118 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/Makefile' (4,170) at 20240405153052981 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/conf-notes.txt' (4,171) at 20220913030020496 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-dvb.c' (4,172) at 20240405153049361 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/lgphilips,lb035q02.yaml' (4,173) at 20240405153045041 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_serialize.hpp' (4,174) at 20241003080023045 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb' (4,175) at 20241206090014258 2025-03-14 03:00:45.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ddr.h' (4,176) at 20210308005002968 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/remote.c' (4,177) at 20210308005003540 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_patch_resize.cpp' (4,178) at 20220922030007675 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qoriq-clock.txt' (4,179) at 20240405153045029 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/trace.c' (4,180) at 20210307214929778 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb' (4,181) at 20241221090017540 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,versatile.yaml' (4,182) at 20240405153045013 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb' (4,183) at 20230609080014395 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection-api-examples.rst' (4,184) at 20210309003648500 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/pages.c' (4,185) at 20240405153230747 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/dimm_devs.c' (4,186) at 20240405153051193 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/Makefile' (4,187) at 20240405153048745 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/i2c.h' (4,188) at 20210307214925914 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dsemul.h' (4,189) at 20210307214926214 2025-03-14 03:00:45.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/.gitignore' (4,190) at 20240405153054301 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rmi.h' (4,191) at 20210309003653896 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/exynos4210_i2c.c' (4,192) at 20241211090212274 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/bridge.h' (4,193) at 20240405153052893 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_ipportip.c' (4,194) at 20240405153053317 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/magicpanelr2_defconfig' (4,195) at 20240405153046309 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/aintc_defs.h' (4,196) at 20210308005002720 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw8738.c' (4,197) at 20240405153053569 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-ti-pipe3.c' (4,198) at 20240405153051301 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c' (4,199) at 20210307214927958 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb' (4,200) at 20241206090014270 to deleted uid set 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/cache.c' (4,201) at 20210308005002836 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00460_evcnt_memmap_package.h' (4,202) at 20210307214928682 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/warp.h' (4,203) at 20210308005003624 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/Makefile' (4,204) at 20240405153232283 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_proc.h' (4,205) at 20240326080039562 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPL/README.am335x-network' (4,206) at 20210308005003300 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/phy3250.c' (4,207) at 20210307214925898 2025-03-14 03:00:45.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1337.c' (4,208) at 20210308005003480 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/vx/vxpocket.h' (4,209) at 20210307214932278 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soundwire/sdw_intel.h' (4,210) at 20240405153231839 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmt/Kconfig' (4,211) at 20240405153051409 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_4_2_d.h' (4,212) at 20210307214927690 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu10_driver_if.h' (4,213) at 20240405153048337 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/visl.rst' (4,214) at 20240405153044961 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/melfas,mms114.yaml' (4,215) at 20240405153229767 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/0002-etc-Makefile.am-Use-systemd_unitdir-instead-of-libdi.patch' (4,216) at 20230706080014733 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/diu.c' (4,217) at 20210308005002992 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c' (4,218) at 20210308005046513 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmu.h' (4,219) at 20210307214926582 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/namei.c' (4,220) at 20241211090145505 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/spi.h' (4,221) at 20210308005003644 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/entry64.S' (4,222) at 20210307214926750 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/qcom,pcie.yaml' (4,223) at 20240405153229783 2025-03-14 03:00:45.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_tables_core.h' (4,224) at 20241216090017769 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t102xqds.c' (4,225) at 20210308005002992 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nuorgam_Njallavaara' (4,226) at 20210307205553770 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/284' (4,227) at 20240906080037564 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/stm32f7_i2c.c' (4,228) at 20210308005003384 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/xen.yml' (4,229) at 20241221090017464 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/cper.cpp' (4,230) at 20241125090040576 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/usb-network/usb-network.bb' (4,231) at 20241206090014218 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/util.py' (4,232) at 20221215040039258 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/string-code-point-31.out' (4,233) at 20210308005046409 to deleted uid set 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyPolicy_v1.xml' (4,234) at 20240619080002928 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/Makefile' (4,235) at 20210308005003084 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/dp-mst/topology-figure-1.dot' (4,236) at 20210307214925494 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_types.h' (4,237) at 20210307214931386 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-dai-pcm.c' (4,238) at 20240405153053961 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-digittrade.c' (4,239) at 20210307214928782 2025-03-14 03:00:45.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/zlib.h' (4,240) at 20210308005003688 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/node.c' (4,241) at 20240405153230187 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743.dtsi' (4,242) at 20210308005002616 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/tagged-pointers.rst' (4,243) at 20240405153044977 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/phosphor-logging.wrap' (4,244) at 20220516100042300 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a774c0-sysc.h' (4,245) at 20210307214931346 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/printer.c' (4,246) at 20220525020654263 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/topology.h' (4,247) at 20241211090212358 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/consoles.c' (4,248) at 20240405153052489 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py' (4,249) at 20241221090017592 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/vim.inc' (4,250) at 20241221090017700 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/cmpxchg.h' (4,251) at 20240405153045905 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogEntry.v1_17_0.json' (4,252) at 20240918080002720 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@80/tmp75@4e.conf' (4,253) at 20240904080027738 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governors/Makefile' (4,254) at 20210307214927066 2025-03-14 03:00:45.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq27xxx_battery_hdq.c' (4,255) at 20210309003652160 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/rx-offload.c' (4,256) at 20240405153230895 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/sensirion,scd4x.yaml' (4,257) at 20240405153045073 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc' (4,258) at 20210307214932674 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7-colibri-emmc.dts' (4,259) at 20210308005002588 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/tpm2.c' (4,260) at 20210307214926954 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-protocol-latter.c' (4,261) at 20240405153053501 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_ext.c' (4,262) at 20210308005003340 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/irq_txx9.c' (4,263) at 20240405153046021 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/common/utils.cpp' (4,264) at 20240826080030471 to deleted uid set 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_canhandle_unittest.cpp' (4,265) at 20210308005120353 2025-03-14 03:00:45.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/vdso.h' (4,266) at 20240405153046069 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/object_interfaces.c' (4,267) at 20241211090212454 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/venc.c' (4,268) at 20240405153230611 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c' (4,269) at 20240405153048685 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/monwriter.h' (4,270) at 20210307214926514 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/hwpoison-inject.c' (4,271) at 20240405153053129 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-shape.c' (4,272) at 20210308005003372 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/unevictable-lru.rst' (4,273) at 20240405153229819 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm7150.c' (4,274) at 20240613080016459 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-fsl-ftm.c' (4,275) at 20240405153231355 2025-03-14 03:00:45.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/048_x86-start16-spl.dts' (4,276) at 20210308005003752 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/softfloat.c' (4,277) at 20210307214925978 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Vrm.interface.yaml' (4,278) at 20240403080025882 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/libbpf/libbpf_build.rst' (4,279) at 20220525020651658 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_main.c' (4,280) at 20240405153230919 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/common.c' (4,281) at 20240405153232187 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/bats/bats_1.11.1.bb' (4,282) at 20241221090017544 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dp_aux_bus.h' (4,283) at 20240405153052625 2025-03-14 03:00:45.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-BanskaBystrica' (4,284) at 20210307205553794 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/ksm.c' (4,285) at 20240617080017410 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/act8865-regulator.c' (4,286) at 20240405153051461 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_subdev.c' (4,287) at 20240405153051829 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am571x-idk.dts' (4,288) at 20240405153045597 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/Kconfig' (4,289) at 20240405153050693 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/st,stmpe.yaml' (4,290) at 20240405153229779 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/posted_intr.c' (4,291) at 20240405153230139 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/net/bpf_jit_comp.c' (4,292) at 20240405153046189 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-gts-helper.c' (4,293) at 20241211090145433 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw-txe.h' (4,294) at 20210307214929166 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.h' (4,295) at 20210309003651112 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h' (4,296) at 20240405153047165 2025-03-14 03:00:45.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-ln-shrd-v6.h' (4,297) at 20240405153051289 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rave-sp.c' (4,298) at 20240405153230839 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/page.c' (4,299) at 20241125090012259 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ioctl_set.h' (4,300) at 20210307214930642 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (4,301) at 20240105090012010 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_proto.c' (4,302) at 20220525020654875 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/51-gbmc-reboot.sh' (4,303) at 20240906080012379 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ix2505v.h' (4,304) at 20220525020653243 2025-03-14 03:00:45.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1_patch.c' (4,305) at 20210309003654588 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/mballoc.c' (4,306) at 20241211090145513 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iosb.h' (4,307) at 20240326080039538 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmrvl_sdio.h' (4,308) at 20240405153046721 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-msm8998.c' (4,309) at 20240405153230231 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/data.json' (4,310) at 20210307205554434 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_ofplatdata.py' (4,311) at 20210308005003744 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/extable.c' (4,312) at 20210307214926310 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/meson.build' (4,313) at 20241211090212354 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_nand_private.h' (4,314) at 20210308005003548 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/MAINTAINERS' (4,315) at 20210308005002972 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/missing_owner_target.cpp' (4,316) at 20240820080023686 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/stm32mp1-resets.h' (4,317) at 20210308005003640 2025-03-14 03:00:45.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts' (4,318) at 20240405153229863 to deleted uid set 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/edp_rk3288.h' (4,319) at 20210308005002660 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_fpdt.c' (4,320) at 20240405153230163 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb' (4,321) at 20240831080017004 to deleted uid set 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/conf/machine/include/inventec.inc' (4,322) at 20221014100013247 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/quirks.c' (4,323) at 20240405153051421 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/lapb_subr.c' (4,324) at 20210307214931978 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/parsec.py' (4,325) at 20230503080014591 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4_pbi.cfg' (4,326) at 20210308005002996 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml' (4,327) at 20240405153045141 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/termbits-common.h' (4,328) at 20240405153052901 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/musl.patch' (4,329) at 20210307205553874 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_module.c' (4,330) at 20220525020655199 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/msg.c' (4,331) at 20240405153052969 2025-03-14 03:00:45.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.json' (4,332) at 20210308005046401 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_log.c' (4,333) at 20240405153232059 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sprd.c' (4,334) at 20240405153231467 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/033_x86-start16.dts' (4,335) at 20210308005003752 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-mixer.h' (4,336) at 20210307214927774 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/neighbour.h' (4,337) at 20240405153052929 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-ioc-enum-entities.rst' (4,338) at 20220525020651778 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-mohawk.S' (4,339) at 20210307214925974 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts' (4,340) at 20240405153230063 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/xt_rateest.h' (4,341) at 20240405153052857 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmd/pldmd.cpp' (4,342) at 20241106090036814 to deleted uid set 2025-03-14 03:00:45.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-at91sam9.c' (4,343) at 20241011080017343 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/hns-abi.h' (4,344) at 20240405153052949 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-twinhan1027.c' (4,345) at 20210307214928786 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/timezone/tzdata.bbappend' (4,346) at 20211118040014640 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc7_nrtr_regs.h' (4,347) at 20240405153046605 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fbstp.c' (4,348) at 20210308005046497 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_cyclone5_defconfig' (4,349) at 20210308005003280 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/data_proc.tcl' (4,350) at 20210308005007108 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-hdmi-mt2701.c' (4,351) at 20240405153051285 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atomic.h' (4,352) at 20220525020654551 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/procfile.rst' (4,353) at 20210309003648460 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxshmfence/0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch' (4,354) at 20210528000029747 to deleted uid set 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rc6.c' (4,355) at 20240411080014078 to deleted uid set 2025-03-14 03:00:45.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/micrel_ksz8xxx.c' (4,356) at 20210308005003440 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/spl.c' (4,357) at 20210308005002964 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/yocto-project-compatible.rst' (4,358) at 20230114040015526 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_cmdq.c' (4,359) at 20240405153049041 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitpublish' (4,360) at 20210308005045717 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/Makefile' (4,361) at 20210307214929406 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/opticon.c' (4,362) at 20240405153052137 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytoml/run-ptest' (4,363) at 20240301090012435 to deleted uid set 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6358-reset.h' (4,364) at 20210308005003640 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb' (4,365) at 20231126090012797 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/postprocess/trace-vmscan-postprocess.pl' (4,366) at 20240405153045273 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-qbuf.rst' (4,367) at 20240405153045325 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/common.h' (4,368) at 20210307214925898 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/authorized-keys-comp.sh' (4,369) at 20230606080013598 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/syscalls/Makefile' (4,370) at 20240405153046329 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/stm32image.c' (4,371) at 20210308005003772 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/strbuf.c' (4,372) at 20210307214932606 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/riowd.c' (4,373) at 20240405153231599 2025-03-14 03:00:45.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_DynamicTxPower.h' (4,374) at 20210307214930658 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-steelseries.c' (4,375) at 20240405153230655 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/debug.c' (4,376) at 20210308005003420 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/gen.py' (4,377) at 20240906080037444 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-platform.c' (4,378) at 20240405153231559 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipher-gcrypt.c.inc' (4,379) at 20241211090212226 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c' (4,380) at 20240405153046961 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi' (4,381) at 20240405153045393 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/aspeed/Kconfig' (4,382) at 20240405153049397 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ioam6.h' (4,383) at 20240405153052921 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fractional-divider.c' (4,384) at 20240405153046777 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mt6370-adc.c' (4,385) at 20240405153048957 2025-03-14 03:00:45.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/unwind.h' (4,386) at 20240405153045941 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-sf16fmi.c' (4,387) at 20240405153049501 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/spufs/spu_run.rst' (4,388) at 20210307214925490 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/xlnx,fpga-slave-serial.yaml' (4,389) at 20240405153045057 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oescripts.py' (4,390) at 20241221090017632 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP5/meson.build' (4,391) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_vxlan_nolocalbypass.sh' (4,392) at 20240405153054353 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-apf28.dts' (4,393) at 20240405153045537 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-ppc.c' (4,394) at 20240906080037592 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pm8916_gpio.c' (4,395) at 20210308005003380 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_watchdog.robot' (4,396) at 20240628080017117 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/verify-bmc-image.sh' (4,397) at 20230606080013598 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167-mm.c' (4,398) at 20240405153230211 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/reboot.h' (4,399) at 20210308005002816 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/zt_regs.c' (4,400) at 20240405153054241 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_legacy.c' (4,401) at 20240617080017382 2025-03-14 03:00:45.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ns_access.h' (4,402) at 20210308005002640 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/asm-prototypes.h' (4,403) at 20240405153046273 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0001-cpuburn-a8.S-Remove-.func-.endfunc.patch' (4,404) at 20210307205553870 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/of-generic.c' (4,405) at 20240405153046309 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic-uclass.c' (4,406) at 20210308005003468 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/key.h' (4,407) at 20220525020654195 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/interrupts.c' (4,408) at 20210308005002840 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.1.bb' (4,409) at 20231126090012781 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/matrix_keypad.c' (4,410) at 20240405153049137 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/export.h' (4,411) at 20240405153231807 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbt_precomp.h' (4,412) at 20210307214929914 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bitcnt.c' (4,413) at 20210927100127641 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/sbp1_psu.json' (4,414) at 20241003080004509 to deleted uid set 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/msenc.h' (4,415) at 20210307214927902 2025-03-14 03:00:45.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpopcode.h' (4,416) at 20210308005046069 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps65132-regulator.txt' (4,417) at 20210307214925410 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_boa0b5.c' (4,418) at 20240405153048625 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-kfr2r09/setup.c' (4,419) at 20240405153230087 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am574x-idk.dts' (4,420) at 20210308005002564 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/thunderbolt/tb.c' (4,421) at 20241111090012137 to deleted uid set 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.10.bb' (4,422) at 20241221090017692 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/readd.cpp' (4,423) at 20230511080028983 to deleted uid set 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/mfp.h' (4,424) at 20210308005002636 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utstring.c' (4,425) at 20240405153046625 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/iomux-mx23.h' (4,426) at 20210308005002656 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/uniphier-gpio.h' (4,427) at 20210308005003636 2025-03-14 03:00:45.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-primo81.dts' (4,428) at 20240405153045385 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/Kconfig' (4,429) at 20210308005003020 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2202.conf' (4,430) at 20230606080013598 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_spec.h' (4,431) at 20240405153051901 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CableCollection_v1.xml' (4,432) at 20240619080002920 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9263_matrix.h' (4,433) at 20210308005002716 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-traceonoff.tc' (4,434) at 20210307214932674 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_snmp.c' (4,435) at 20210307214932014 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/.gitignore' (4,436) at 20240405153054233 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_elf.h' (4,437) at 20210308005046097 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/early_printk_8250.c' (4,438) at 20210307214926254 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/libthermal.map' (4,439) at 20240405153054069 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c' (4,440) at 20210309003649832 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/suniv-f1c100s-licheepi-nano.dts' (4,441) at 20240405153045397 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/Makefile' (4,442) at 20240405153047037 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8026-huawei-sturgeon.dts' (4,443) at 20240405153229891 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_exec.h' (4,444) at 20240405153230603 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_cpu_dp_defconfig' (4,445) at 20210308005003280 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/crypto/clmul.h' (4,446) at 20240326080039410 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_fence.c' (4,447) at 20240405153048785 2025-03-14 03:00:45.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html' (4,448) at 20210307205554246 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/other.json' (4,449) at 20220525020655147 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vdpa-dev.c' (4,450) at 20240906080037316 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gurnard_defconfig' (4,451) at 20210308005003260 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_txrx_lib.h' (4,452) at 20240405153230979 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/brcm,iproc-i2c.yaml' (4,453) at 20220525020651678 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/pcie.c' (4,454) at 20210307214925978 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/protocol.hpp' (4,455) at 20240619080002916 to deleted uid set 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/dropbear/dropbear/dropbear.default' (4,456) at 20210330000027000 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/syscall.tbl' (4,457) at 20241211090212378 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard_0.19.bb' (4,458) at 20241206090014310 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb' (4,459) at 20231126090012781 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_overhead.c' (4,460) at 20240405153054261 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/templates/fan_zone_defs.mako.cpp' (4,461) at 20220923030023309 2025-03-14 03:00:45.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/index.rst' (4,462) at 20240405153229815 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/ashldi3.c' (4,463) at 20240405153045985 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/psoc_timestamp_regs.h' (4,464) at 20240405153046577 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/vlv_dsi_regs.h' (4,465) at 20240405153048469 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/sessions_manager.cpp' (4,466) at 20240829080025807 to deleted uid set 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-uprobes-make-uprobe_register-return-struct-uprob.patch' (4,467) at 20241221090017688 to deleted uid set 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-remote.sh' (4,468) at 20240405153232283 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-utils.bb' (4,469) at 20230503080014615 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml' (4,470) at 20240405153045069 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/edk2-build.config' (4,471) at 20241211090212454 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_bootmode.h' (4,472) at 20210308005002880 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.dtbinst' (4,473) at 20240710080014617 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vfs.h' (4,474) at 20210307214931534 2025-03-14 03:00:45.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-max77620.txt' (4,475) at 20240405153229787 2025-03-14 03:00:45.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/core.h' (4,476) at 20240405153231539 2025-03-14 03:00:45.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_meson.c' (4,477) at 20210308005003484 2025-03-14 03:00:45.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_stats.h' (4,478) at 20240405153051601 2025-03-14 03:00:45.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_8_0_enum.h' (4,479) at 20210307214927394 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/ftrace_internal.h' (4,480) at 20240405153053057 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/rc-map.h' (4,481) at 20240405153052829 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0-IGO' (4,482) at 20241221090017616 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/mksunxi_fit_atf.sh' (4,483) at 20210308005003056 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-sgmii.c' (4,484) at 20240405153231039 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c' (4,485) at 20240812080017244 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/mtfsf.c' (4,486) at 20221215040039390 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-p10bmc.dts' (4,487) at 20230310090043279 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vcksm.c' (4,488) at 20230925080040101 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_drr.c' (4,489) at 20240405153232075 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/monitor.json' (4,490) at 20240918080013376 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/warp7.c' (4,491) at 20210308005003168 2025-03-14 03:00:45.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.err' (4,492) at 20221215040039362 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ov9282.c' (4,493) at 20240405153049333 to deleted uid set 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/powerpc/Build' (4,494) at 20240405153054073 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive_regs.h' (4,495) at 20241211090212362 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_syscall_macro.c' (4,496) at 20240405153054265 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/colorspaces-defs.rst' (4,497) at 20210309003648488 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_sysfs.h' (4,498) at 20220525020654647 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm6350.h' (4,499) at 20220525020654543 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c' (4,500) at 20240405153230315 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/des3_ede-asm_64.S' (4,501) at 20240405153046361 2025-03-14 03:00:45.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/init_32.c' (4,502) at 20240405153230095 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-plat.c' (4,503) at 20240405153231531 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/cam.c' (4,504) at 20240405153050633 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enum64val___err_missing.c' (4,505) at 20240405153054269 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c' (4,506) at 20240405153048637 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/test/meson.build' (4,507) at 20221204040023565 to deleted uid set 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i5100_edac.c' (4,508) at 20240405153047017 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmcweb_security.robot' (4,509) at 20240628080017121 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/pm9g45.dts' (4,510) at 20240405153045469 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml' (4,511) at 20240405153229795 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.defconf' (4,512) at 20240405153053433 2025-03-14 03:00:45.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/mmiowb.h' (4,513) at 20210307214926494 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/3270-ccw.h' (4,514) at 20210308005046029 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_debugfs.h' (4,515) at 20210307214927890 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/erase.c' (4,516) at 20241211090145521 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/float_convd.ref' (4,517) at 20221215040039390 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/instrumented-atomic.h' (4,518) at 20240405153052617 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/or32_ksyms.c' (4,519) at 20210309003648860 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/usb-dmac.c' (4,520) at 20240405153047005 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_version.h' (4,521) at 20210307214930386 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_timer.h' (4,522) at 20210307214930550 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/imximage.cfg' (4,523) at 20210308005002984 2025-03-14 03:00:45.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/internal.h' (4,524) at 20240405153051465 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drxj.c' (4,525) at 20240405153049289 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-rewriter.c' (4,526) at 20221215040039218 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/termbits.h' (4,527) at 20210308005046097 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97346dbsmb.dts' (4,528) at 20220525020651990 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (4,529) at 20241206090014218 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/helper.c' (4,530) at 20240906080037536 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h' (4,531) at 20240405153049469 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/run_unprivileged_remount.sh' (4,532) at 20210309003656004 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv05.c' (4,533) at 20220525020652963 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig' (4,534) at 20210308005003276 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/254.out' (4,535) at 20210927100127497 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stm32mp1-clks.h' (4,536) at 20240405153231795 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb' (4,537) at 20240302090018206 2025-03-14 03:00:45.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-vdec.c' (4,538) at 20240405153046797 2025-03-14 03:00:45.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c' (4,539) at 20240405153047297 2025-03-14 03:00:45.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.11.0.bb' (4,540) at 20241221090017528 2025-03-14 03:00:45.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_ddi.c' (4,541) at 20240418080014490 2025-03-14 03:00:45.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/query_param.hpp' (4,542) at 20240904080003186 to deleted uid set 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ntfs3/frecord.c' (4,543) at 20241111090012145 to deleted uid set 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/canaan/k210-sysctl.h' (4,544) at 20220525020654651 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atalk.h' (4,545) at 20210307214931622 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_centralization.h' (4,546) at 20210308005003364 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcf_pgalloc.h' (4,547) at 20240405153230007 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_pipapo_avx2.c' (4,548) at 20240805080014059 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/configuration-compile-autoreconf.png' (4,549) at 20210307205554306 to deleted uid set 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_sp.c' (4,550) at 20240405153231471 2025-03-14 03:00:45.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/README' (4,551) at 20210308005111457 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpadlpar_sysfs.c' (4,552) at 20220525020653851 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap.sh' (4,553) at 20210307214932666 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_prctl.h' (4,554) at 20220429100100634 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/SB+rfionceonce-poonceonces.litmus' (4,555) at 20210307214932502 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test_1.0.bb' (4,556) at 20241206090014286 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/huygens.conf' (4,557) at 20240819080009954 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm-bufio.h' (4,558) at 20240405153052681 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-tx53.dtsi' (4,559) at 20240405153045493 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,dp83867.yaml' (4,560) at 20240405153045121 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-syscall.c' (4,561) at 20220525020655227 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-memory.c' (4,562) at 20241214090008740 to deleted uid set 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/BUSTED' (4,563) at 20210307214932714 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c' (4,564) at 20240405153054357 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_trans_resv.c' (4,565) at 20240405153052581 to deleted uid set 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch' (4,566) at 20231011080016570 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_trace_ext.c' (4,567) at 20210309003655988 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750_regnames.c' (4,568) at 20220429100100530 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-sdb-reva.dts' (4,569) at 20240405153045525 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/prmt.h' (4,570) at 20220525020654607 2025-03-14 03:00:45.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/irq_work.h' (4,571) at 20240405153229991 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/sparcspkr.c' (4,572) at 20240405153230727 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/ccache.bbclass' (4,573) at 20230919080013978 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme_1.24.0.bb' (4,574) at 20241221090017696 to deleted uid set 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/MAINTAINERS' (4,575) at 20210308005003056 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/imx_gpt.c' (4,576) at 20241211090212342 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fsl_gtm.h' (4,577) at 20210307214926378 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-microchip-sgpio.c' (4,578) at 20240405153051337 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/ext/Makefile' (4,579) at 20210307214932214 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/mpc8308_p1m.c' (4,580) at 20210308005003020 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/moxa/Makefile' (4,581) at 20240405153045473 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/asp2/bcmasp_intf_defs.h' (4,582) at 20240405153230923 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/abx500.h' (4,583) at 20220525020654583 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,sata-phy.yaml' (4,584) at 20240405153045129 2025-03-14 03:00:45.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml' (4,585) at 20240405153045029 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_3120.c' (4,586) at 20240405153046885 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/Makefile' (4,587) at 20210307214927070 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_ishtp.c' (4,588) at 20240405153051381 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/meson.build' (4,589) at 20230925080039909 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/gina20.c' (4,590) at 20210307214932242 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/ints.c' (4,591) at 20240405153045953 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/xfrm6_state.c' (4,592) at 20210307214931974 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c' (4,593) at 20240405153230607 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7752evb.h' (4,594) at 20210308005003616 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xilinx/xdma.c' (4,595) at 20240405153047013 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/lpc18xx_otp.c' (4,596) at 20240405153231275 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-i12-tvbox.dts' (4,597) at 20210308005002624 2025-03-14 03:00:45.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/meson.options' (4,598) at 20231101080040778 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/segment.h' (4,599) at 20241211090145517 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/qpdf/qpdf_11.9.1.bb' (4,600) at 20241221090017532 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/MAINTAINERS' (4,601) at 20210308005002944 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-sx1-mmc.c' (4,602) at 20240405153045657 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/stream.hpp' (4,603) at 20230516080019606 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts' (4,604) at 20210307214926046 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_pm.h' (4,605) at 20240405153046953 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/meson.build' (4,606) at 20210524100135851 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/local.conf.sample' (4,607) at 20241221090017476 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/dvi.h' (4,608) at 20210307214930946 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/callchain.c' (4,609) at 20240812080017268 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/kaslr_booke.c' (4,610) at 20240405153046189 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/string.h' (4,611) at 20240405153054049 2025-03-14 03:00:45.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_get_constant.c' (4,612) at 20210309003655984 2025-03-14 03:00:45.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_basertt_kern.c' (4,613) at 20240405153053425 2025-03-14 03:00:45.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/detail_pagination_bottom.html' (4,614) at 20210307205554282 2025-03-14 03:00:45.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sriov.h' (4,615) at 20240405153050013 2025-03-14 03:00:45.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/dvma.h' (4,616) at 20210307214926158 2025-03-14 03:00:45.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/hrcon.h' (4,617) at 20210308005003596 2025-03-14 03:00:45.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/tgafb.c' (4,618) at 20240405153231595 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory.c' (4,619) at 20241211090212462 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_iostat.h' (4,620) at 20240405153052753 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/as3722.c' (4,621) at 20240405153049601 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km8309-common.h' (4,622) at 20210308005003600 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/mach-omap1/board-nokia770.c' (4,623) at 20240405153045657 to deleted uid set 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hmp-commands-info.hx' (4,624) at 20240906080037184 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-gate_test.c' (4,625) at 20240405153046777 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_LocationCode.json' (4,626) at 20221213040036917 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_lpc.c' (4,627) at 20210308005003396 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5665.h' (4,628) at 20240405153231863 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/msf2-som.c' (4,629) at 20240906080037192 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/Makefile' (4,630) at 20210308005002984 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1025twr.dts' (4,631) at 20210307214926346 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/acpi/index.rst' (4,632) at 20210307214925454 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Slussfors' (4,633) at 20210307205553790 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/test-add-output-in-the-format-result-testname.patch' (4,634) at 20210307205554570 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/neon.h' (4,635) at 20210307214925854 2025-03-14 03:00:45.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts' (4,636) at 20240405153045989 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Settings_v1.xml' (4,637) at 20240619080002936 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/indirect.c' (4,638) at 20241211090145509 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-ctrls-priv.h' (4,639) at 20240405153049581 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/actions,s500-reset.h' (4,640) at 20210309003653816 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/netlink.hpp' (4,641) at 20230802080038882 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-amly-fails.txt' (4,642) at 20240405153230531 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/hwbm.c' (4,643) at 20210307214931914 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/budget.h' (4,644) at 20220525020653275 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/control.hpp' (4,645) at 20210308005116217 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/c67x00-ll-hpi.c' (4,646) at 20210309003653184 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/shmbuf.h' (4,647) at 20240405153046133 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot' (4,648) at 20240628080017121 to deleted uid set 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/host-poweroff.service' (4,649) at 20231224090010777 2025-03-14 03:00:45.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88261.c' (4,650) at 20240405153232143 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/mkspec' (4,651) at 20240405153232107 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/microwatt/Kconfig' (4,652) at 20240405153046209 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/COPYING.MIT' (4,653) at 20210525000021199 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c' (4,654) at 20220525020653563 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/Kconfig' (4,655) at 20210308005003388 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-scu.c' (4,656) at 20241211090145397 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10058.dts' (4,657) at 20240405153229891 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/Makefile' (4,658) at 20210308005002920 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_crypto.h' (4,659) at 20210308005003704 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-mm-lantiq.txt' (4,660) at 20210307214925318 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c' (4,661) at 20240405153230315 2025-03-14 03:00:45.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8186.h' (4,662) at 20240405153051321 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/tc_police_scale.sh' (4,663) at 20220525020655207 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/test-qht-par.c' (4,664) at 20210308005046537 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-check-host-state.service' (4,665) at 20210401000030013 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/st_sensors_core.c' (4,666) at 20240405153048973 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk322x.h' (4,667) at 20210308005002660 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2file.c' (4,668) at 20241211090145529 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/u-boot-spl.lds' (4,669) at 20210308005002560 2025-03-14 03:00:45.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_cursor.h' (4,670) at 20210307214928038 2025-03-14 03:00:45.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/core-scheduling.rst' (4,671) at 20240527080023344 2025-03-14 03:00:45.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/u-boot.lds' (4,672) at 20210308005002884 2025-03-14 03:00:45.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h3-it.dts' (4,673) at 20240405153045709 2025-03-14 03:00:45.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_sgdma.c' (4,674) at 20240405153048625 2025-03-14 03:00:45.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/it-All' (4,675) at 20210307205553774 2025-03-14 03:00:45.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/peach-pi_defconfig' (4,676) at 20210308005003272 2025-03-14 03:00:45.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/at_hdmac.c' (4,677) at 20240405153230279 2025-03-14 03:00:45.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0001-liblp-fix-building-with-GCC-14.patch' (4,678) at 20241206090014246 2025-03-14 03:00:45.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2518.c' (4,679) at 20240405153053789 2025-03-14 03:00:45.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm6838.c' (4,680) at 20210308005003456 2025-03-14 03:00:45.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/puma-rk3399_defconfig' (4,681) at 20210308005003276 2025-03-14 03:00:45.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/navi10_enum.h' (4,682) at 20210726100024679 2025-03-14 03:00:45.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra-periph.c' (4,683) at 20220525020652338 2025-03-14 03:00:45.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/free-space-tree-tests.c' (4,684) at 20240405153052297 2025-03-14 03:00:45.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/csi.c' (4,685) at 20240405153231475 2025-03-14 03:00:45.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/kvm_xen_guest.py' (4,686) at 20240906080037552 2025-03-14 03:00:45.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c' (4,687) at 20210308005046513 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm4_aesni_avx2_glue.c' (4,688) at 20220525020652138 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/proc.c' (4,689) at 20240405153046645 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/skb.h' (4,690) at 20240405153052665 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/create-spdx-image-3.0.bbclass' (4,691) at 20241221090017608 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/memcpy.c' (4,692) at 20240405153046085 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/cordic.c' (4,693) at 20210307214931806 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-event.html' (4,694) at 20210308005107069 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/ipcompliance.md' (4,695) at 20220823030015959 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/qtest.c' (4,696) at 20240906080037448 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/usb-network/00-bmc-usb0.network' (4,697) at 20210307205554086 2025-03-14 03:00:45.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Slot.interface.yaml' (4,698) at 20220414030029756 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistryFile_v1.xml' (4,699) at 20240619080002928 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/meson.build' (4,700) at 20220913030027309 to deleted uid set 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py' (4,701) at 20241221090017592 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fneg.c' (4,702) at 20210307214926434 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch' (4,703) at 20241221090017696 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_sane.h' (4,704) at 20210307214931458 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-generic-processor.json' (4,705) at 20241207090009631 to deleted uid set 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c' (4,706) at 20220525020652967 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/watch_queue.h' (4,707) at 20210307214931686 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/proxy_params' (4,708) at 20210307205554034 2025-03-14 03:00:45.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp_rx.h' (4,709) at 20240805080013983 2025-03-14 03:00:45.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/system.h' (4,710) at 20210308005002724 2025-03-14 03:00:45.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_d.c' (4,711) at 20210308005046517 2025-03-14 03:00:45.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/RebootBmc/RebootBmc.vue' (4,712) at 20241004080035967 2025-03-14 03:00:45.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh' (4,713) at 20240405153232287 2025-03-14 03:00:45.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx.h' (4,714) at 20240405153049561 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/codec-to-codec.rst' (4,715) at 20210307214925566 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb' (4,716) at 20220204040022624 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/backtrace-clang.S' (4,717) at 20240405153045633 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-bd71815.c' (4,718) at 20220525020652438 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/thingsboard-gateway.service' (4,719) at 20210307205553850 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0007-invoking-mount-with-infinite-timeout.patch' (4,720) at 20240413080012663 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ds2781_battery.c' (4,721) at 20240405153051433 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-soupsieve/run-ptest' (4,722) at 20240301090012435 to deleted uid set 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos-pinctrl.h' (4,723) at 20240405153045721 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/maltasmvp_defconfig' (4,724) at 20240405153230007 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/failing_mtms.hpp' (4,725) at 20230325080023512 2025-03-14 03:00:45.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/calcs_logger.h' (4,726) at 20240405153047265 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-SpencerGulf' (4,727) at 20210307205553766 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-ntb-howto.rst' (4,728) at 20240405153044929 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77995-draak.dts' (4,729) at 20240405153045805 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console-ssh.socket.in' (4,730) at 20210308005047573 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/x86_64-linux-user.mak' (4,731) at 20241211090212226 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NLOD-2.0' (4,732) at 20211006000025238 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/validate-memory-counts.py' (4,733) at 20241211090212550 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_lightbar.c' (4,734) at 20240405153051381 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-it913x-v2.c' (4,735) at 20210307214928782 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043a_serdes.c' (4,736) at 20210308005002556 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/position/iqs624-pos.c' (4,737) at 20210309003650044 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/meson-gxl.c' (4,738) at 20210308005003440 2025-03-14 03:00:45.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/systems_logservices_postcode.cpp' (4,739) at 20240905080002533 to deleted uid set 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/catas.c' (4,740) at 20240405153231007 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/uncore-interconnect.json' (4,741) at 20240405153054137 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/irq.c' (4,742) at 20240405153230019 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_tcg_plugins.py' (4,743) at 20241211090212538 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_spi_cr50.c' (4,744) at 20240405153046765 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/Kconfig' (4,745) at 20210716100029987 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a34/memory.json' (4,746) at 20240405153054109 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/macmodes.h' (4,747) at 20210307214930914 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/netif.h' (4,748) at 20240326080039546 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/dev-tools/sparse.rst' (4,749) at 20240405153045293 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/inc_unless_negative' (4,750) at 20240405153053437 2025-03-14 03:00:45.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/meson-codec-glue.c' (4,751) at 20240405153053973 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric.cpp' (4,752) at 20241219090021944 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/100-use-xtools.patch' (4,753) at 20230706080014745 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm7225.dtsi' (4,754) at 20240405153045793 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/frontend.json' (4,755) at 20240405153054125 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_gbl.h' (4,756) at 20240405153231435 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/.clang-format' (4,757) at 20241219090023000 to deleted uid set 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/Kconfig' (4,758) at 20240405153049565 2025-03-14 03:00:45.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/cmd.h' (4,759) at 20240405153049077 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_com_cmd.h' (4,760) at 20240405153230703 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/Kbuild' (4,761) at 20240405153046377 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/acpiphp_glue.c' (4,762) at 20240405153231295 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_init_ops.c' (4,763) at 20240405153050225 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_dumb_buffers.c' (4,764) at 20240405153048393 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/at73c213.h' (4,765) at 20210307214931514 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4x12-pinctrl.dtsi' (4,766) at 20210308005002580 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/uvesafb.rst' (4,767) at 20210307214925478 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.15/index.html' (4,768) at 20210307205554246 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/dir.c' (4,769) at 20240405153231719 2025-03-14 03:00:45.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-qcom-dc-scm-v1.dts' (4,770) at 20220708100032823 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-iommu' (4,771) at 20210307214925194 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sb1250-duart.c' (4,772) at 20240405153231515 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Billsjo' (4,773) at 20210307205553778 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/ia_css_formats_param.h' (4,774) at 20210307214930554 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha512-armv8.pl' (4,775) at 20240405153045849 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libgit2/libgit2_1.8.4.bb' (4,776) at 20241221090017696 to deleted uid set 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t208xsi-pre.dtsi' (4,777) at 20210307214926354 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/reset-stm32.c' (4,778) at 20240405153046853 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/wbflush.c' (4,779) at 20210307214926206 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/double.h' (4,780) at 20210307214931538 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/.gitignore' (4,781) at 20240405153232283 2025-03-14 03:00:45.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/abilis_tb10x.dtsi' (4,782) at 20210307214925662 2025-03-14 03:00:45.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/misc.c' (4,783) at 20240405153046065 2025-03-14 03:00:45.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bh1770glc.c' (4,784) at 20240405153049625 2025-03-14 03:00:45.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/boost.wrap' (4,785) at 20240402080040066 2025-03-14 03:00:45.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/irqs.h' (4,786) at 20240405153045653 2025-03-14 03:00:45.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/csr.c' (4,787) at 20241211090212510 2025-03-14 03:00:45.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Goteborg_Brudaremossen' (4,788) at 20210307205553782 2025-03-14 03:00:45.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/i2c.h' (4,789) at 20230426080043760 2025-03-14 03:00:45.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8560.dts' (4,790) at 20240405153046093 2025-03-14 03:00:45.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/stm32-adc.c' (4,791) at 20210308005003332 2025-03-14 03:00:45.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (4,792) at 20241214090210267 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecureBootDatabaseCollection_v1.xml' (4,793) at 20240619080002936 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk104.c' (4,794) at 20240405153048661 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zoran_card.h' (4,795) at 20240405153049385 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/ioasic_addrs.h' (4,796) at 20210307214926210 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra234-cbb.yaml' (4,797) at 20240405153045017 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/process.c' (4,798) at 20210307214926570 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/hsi_core.c' (4,799) at 20240405153048829 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/sockios.h' (4,800) at 20210307214925650 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/apalis_t30.c' (4,801) at 20210308005003080 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/surface-hid/surface_hid_core.c' (4,802) at 20240405153048825 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/highbank_defconfig' (4,803) at 20210308005003260 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pci.h' (4,804) at 20210308005002880 2025-03-14 03:00:45.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_tunnel.c' (4,805) at 20240405153054281 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/functionality.rst' (4,806) at 20210307214925510 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/.gitignore' (4,807) at 20210307214932470 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/208.out' (4,808) at 20210308005046457 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/lowlevel_init.S' (4,809) at 20210308005002768 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi.bb' (4,810) at 20241206090014270 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Asset/meson.build' (4,811) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/lpc32xximage.c' (4,812) at 20210308005003768 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-vfio-dev' (4,813) at 20240405153044921 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/Makefile.target' (4,814) at 20241211090212550 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/apm_emu.c' (4,815) at 20210307214928558 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/seg6_local.h' (4,816) at 20240405153052937 2025-03-14 03:00:45.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/ac_config_links.patch' (4,817) at 20210629000017504 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h' (4,818) at 20240405153230923 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/memset.S' (4,819) at 20240405153230095 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7m/tune-cortexm4.inc' (4,820) at 20210905000020581 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/au0828-cardlist.rst' (4,821) at 20210307214925230 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.1.0.bb' (4,822) at 20241221090017496 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/report.py' (4,823) at 20241206090014350 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch' (4,824) at 20210307205554586 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/microchip,lan966x.h' (4,825) at 20240405153052645 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/toc.c' (4,826) at 20240405153046081 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-baltos-ir5221.dts' (4,827) at 20240405153045589 2025-03-14 03:00:45.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/legacy.c' (4,828) at 20240919080017066 2025-03-14 03:00:45.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/block/zram/zram_drv.c' (4,829) at 20241216090017693 to deleted uid set 2025-03-14 03:00:45.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98095.h' (4,830) at 20210308005003488 2025-03-14 03:00:45.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/psci-dt.c' (4,831) at 20210308005002708 2025-03-14 03:00:45.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-apq8016.c' (4,832) at 20240405153232187 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/mips.c' (4,833) at 20240405153230015 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn01.h' (4,834) at 20210307214926210 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast2600_i2c_global.h' (4,835) at 20220802100038577 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/power_supply_hwmon.c' (4,836) at 20241011080017343 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/thread.c' (4,837) at 20240613080016563 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfrfml.c' (4,838) at 20210309003654296 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/syscon-reboot.c' (4,839) at 20240405153231351 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/tripwire.sh' (4,840) at 20210307205554122 2025-03-14 03:00:45.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/circular_expansion/__init__.py' (4,841) at 20210307214932154 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/two.c' (4,842) at 20210308005003720 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts' (4,843) at 20240405153229931 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/gen_vdso_offsets.sh' (4,844) at 20240405153045949 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/libpwquality/libpwquality_%.bbappend' (4,845) at 20230505080015455 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/x86/timer.txt' (4,846) at 20210307214925454 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/umem_dmabuf.c' (4,847) at 20240405153049025 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-dev-intro.rst' (4,848) at 20240405153045313 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-sopine.dtsi' (4,849) at 20210308005002616 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_resource.h' (4,850) at 20220429100100642 2025-03-14 03:00:45.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/atmel-isc-base.c' (4,851) at 20240405153231471 2025-03-14 03:00:45.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb' (4,852) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.5.bb' (4,853) at 20231126090012805 2025-03-14 03:00:45.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/algapi.h' (4,854) at 20240405153052621 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/virtual/mac80211_hwsim.c' (4,855) at 20241211090145473 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/CVE-2022-24407.patch' (4,856) at 20220721030015845 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/siteinfo.bbclass' (4,857) at 20241206090014302 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/time.c' (4,858) at 20220525020652018 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/core/.gitignore' (4,859) at 20210309003655996 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qos-test.c' (4,860) at 20240906080037572 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch' (4,861) at 20241221090017524 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/env_flags.c' (4,862) at 20210308005003760 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/theadorable-x86-dfi-bt700.dts' (4,863) at 20210308005002872 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/mi0283qt.c' (4,864) at 20240405153048773 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-nitrogen6x.dtsi' (4,865) at 20240405153229887 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/generic.h' (4,866) at 20210307214925958 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fsmount.c' (4,867) at 20210307214932578 2025-03-14 03:00:45.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_qp_ctxt.h' (4,868) at 20210307214929418 2025-03-14 03:00:45.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk_dev.c' (4,869) at 20240405153049625 2025-03-14 03:00:45.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-mfgcfg.c' (4,870) at 20240712080021061 2025-03-14 03:00:45.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/dirty_log_page_splitting_test.c' (4,871) at 20240405153232271 2025-03-14 03:00:45.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_idt82p33.c' (4,872) at 20240405153051445 2025-03-14 03:00:45.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.gitignore' (4,873) at 20240423080031711 2025-03-14 03:00:45.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-r40-ccu.h' (4,874) at 20210308005003640 2025-03-14 03:00:45.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/sx9324.c' (4,875) at 20240405153049013 2025-03-14 03:00:45.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mptcp/subflow.c' (4,876) at 20241023080012903 to deleted uid set 2025-03-14 03:00:45.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py' (4,877) at 20221209040018567 2025-03-14 03:00:45.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.h' (4,878) at 20210308005002560 2025-03-14 03:00:45.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (4,879) at 20220920100015248 2025-03-14 03:00:45.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/au1550nd.c' (4,880) at 20240405153049689 2025-03-14 03:00:45.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ddconvnotrunc/ddconvnotrunc' (4,881) at 20221209040019091 2025-03-14 03:00:45.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c' (4,882) at 20240405153050137 2025-03-14 03:00:45.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/pmbus.cpp' (4,883) at 20240820080038646 2025-03-14 03:00:45.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt8167-power.h' (4,884) at 20220525020654547 2025-03-14 03:00:45.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219.dtsi' (4,885) at 20240805080013915 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/u-boot_logo.svg' (4,886) at 20210308005003768 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/capture-example.rst' (4,887) at 20210309003648488 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/info.png' (4,888) at 20220105012522963 to deleted uid set 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/timer.h' (4,889) at 20210308005002644 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfsub.c' (4,890) at 20240405153046085 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_tag.c' (4,891) at 20240405153054249 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/config.c' (4,892) at 20240405153045953 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/Makefile' (4,893) at 20220525020654867 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/nl802154.h' (4,894) at 20240405153053241 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lsm_audit.h' (4,895) at 20240405153052721 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/dma-engine.txt' (4,896) at 20210307214925362 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb' (4,897) at 20241221090017488 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb' (4,898) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vhost-user.rst' (4,899) at 20240906080037180 2025-03-14 03:00:45.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_dsc.h' (4,900) at 20241008080013923 2025-03-14 03:00:45.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-mxs.c' (4,901) at 20220525020653931 2025-03-14 03:00:45.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xive.c' (4,902) at 20241211090212286 2025-03-14 03:00:45.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mpls/af_mpls.c' (4,903) at 20241018080014586 2025-03-14 03:00:45.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bios-update/config-bios.json' (4,904) at 20240405080013746 2025-03-14 03:00:45.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_0_sh_mask.h' (4,905) at 20210307214927682 2025-03-14 03:00:45.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/Makefile' (4,906) at 20210307214927734 2025-03-14 03:00:45.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/MAINTAINERS' (4,907) at 20210308005003172 2025-03-14 03:00:45.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_symmetric_ipv6.sh' (4,908) at 20240405153054345 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ipcomp.h' (4,909) at 20240405153052849 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/elf_riscv32_efi.lds' (4,910) at 20210308005002844 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgts.c' (4,911) at 20210308005046529 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/fsi-master-ast-cf.txt' (4,912) at 20210307214925314 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-qom.h' (4,913) at 20240326080039662 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enumval___diff.c' (4,914) at 20210309003655984 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/domain_governor.c' (4,915) at 20240405153046685 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-proc.c' (4,916) at 20210307214932206 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zturn-v5.dts' (4,917) at 20240405153045609 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial.c' (4,918) at 20241211090212262 2025-03-14 03:00:45.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_pwm_bl.c' (4,919) at 20210308005003524 2025-03-14 03:00:45.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/.shellcheck' (4,920) at 20210427000037897 to deleted uid set 2025-03-14 03:00:45.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/tonga_ppsmc.h' (4,921) at 20240405153048341 2025-03-14 03:00:45.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/ptrace.h' (4,922) at 20220525020651882 2025-03-14 03:00:45.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f4-pinctrl.dtsi' (4,923) at 20240405153045581 2025-03-14 03:00:45.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/pioctl.c' (4,924) at 20240405153052313 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/slab.h' (4,925) at 20241211090145545 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/014.out' (4,926) at 20210308005046429 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb' (4,927) at 20241206090014242 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/eeprom_layout.h' (4,928) at 20210308005003644 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xc.dtsi' (4,929) at 20240405153045585 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.c' (4,930) at 20240405153049469 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/kvmvapic.S' (4,931) at 20210308005046177 2025-03-14 03:00:45.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/SECURITY.md' (4,932) at 20241221090017564 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/debug.c' (4,933) at 20240405153046285 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/gr.h' (4,934) at 20240405153048621 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/standard.rst' (4,935) at 20210309003648500 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-kernel/linux/linux-aspeed_%.bbappend' (4,936) at 20230930080011588 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-398.dtsi' (4,937) at 20240405153045449 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/xhci-omap.h' (4,938) at 20210308005003672 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65-main.dtsi' (4,939) at 20210308005002592 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (4,940) at 20230114040015462 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/mmap_bench.c' (4,941) at 20210307214932698 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/classes/juce.bbclass' (4,942) at 20210812000025174 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend' (4,943) at 20220223040020636 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/sysfs.c' (4,944) at 20240405153053021 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h' (4,945) at 20210307214926218 2025-03-14 03:00:45.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tx6.dtsi' (4,946) at 20240405153045521 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt' (4,947) at 20240405153045033 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/main.c' (4,948) at 20241011080017339 to deleted uid set 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/Makefile' (4,949) at 20210307214929174 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sifive/Makefile' (4,950) at 20240405153046845 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/kirkwood/armada-370-db.c' (4,951) at 20220525020655075 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_platform.c' (4,952) at 20240405153230811 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm831x-core.c' (4,953) at 20240405153230839 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/pinctrl_ich6.c' (4,954) at 20210308005002884 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/ghash-ce-core.S' (4,955) at 20240405153045849 2025-03-14 03:00:45.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/xattr.h' (4,956) at 20240405153052541 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/kudo.sh' (4,957) at 20230329080014768 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor-example.yaml' (4,958) at 20221209040032879 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-sgmii.h' (4,959) at 20210307214926234 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/fapll.txt' (4,960) at 20210307214925294 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/spdm-socket.h' (4,961) at 20240906080037348 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/Makefile' (4,962) at 20210308005003496 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/skb.h' (4,963) at 20240405153052897 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/genimage/genimage_18.bb' (4,964) at 20241221090017536 2025-03-14 03:00:45.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra71-evm.dts' (4,965) at 20210308005002576 2025-03-14 03:00:45.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/sched/fair.c' (4,966) at 20241216090017777 to deleted uid set 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-io.c' (4,967) at 20240906080037160 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_owner.h' (4,968) at 20210307214931646 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/scons.py' (4,969) at 20220910030013401 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/kbl_rt5663_max98927.c' (4,970) at 20240613080016547 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_calendar.c' (4,971) at 20220525020653603 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/fsl-imx25-gcq.c' (4,972) at 20240405153048953 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/linux_boot_done_unittest.cpp' (4,973) at 20230713080008188 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml' (4,974) at 20240405153045093 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config.bb' (4,975) at 20241206090014218 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/broadwell_i2s.c' (4,976) at 20210308005003488 2025-03-14 03:00:45.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/tlb.c' (4,977) at 20210308005003012 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/presence-sled2.conf' (4,978) at 20220603030012904 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/076' (4,979) at 20210927100127477 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso32/vgettimeofday.c' (4,980) at 20210307214926078 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/err.h' (4,981) at 20210307214932742 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/mux.c' (4,982) at 20210308005003080 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-itop-elite.dts' (4,983) at 20240405153045569 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlssession.c' (4,984) at 20240906080037164 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_params.c' (4,985) at 20240405153048529 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/gic.h' (4,986) at 20210308005002676 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (4,987) at 20241206090014226 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/dac507d.c' (4,988) at 20210309003649820 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-espi-0.dtsi' (4,989) at 20210307214926350 2025-03-14 03:00:45.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.3.1.bb' (4,990) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/meson.build' (4,991) at 20241211090212430 2025-03-14 03:00:45.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/clk_rk3128.c' (4,992) at 20210308005002772 2025-03-14 03:00:45.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3128-evb.dts' (4,993) at 20210308005002604 2025-03-14 03:00:45.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/00-bmc-usb0.network' (4,994) at 20230412080023456 2025-03-14 03:00:45.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb' (4,995) at 20240302090018214 to deleted uid set 2025-03-14 03:00:45.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/cm.c' (4,996) at 20241104090011575 2025-03-14 03:00:45.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h' (4,997) at 20210308005002756 2025-03-14 03:00:45.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_tcpudp.c' (4,998) at 20240405153053341 2025-03-14 03:00:45.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/timer.hpp' (4,999) at 20210617000043812 2025-03-14 03:00:45.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/talitos.c' (5,000) at 20240405153230271 2025-03-14 03:00:45.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_help.py' (5,001) at 20210308005003744 2025-03-14 03:00:45.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/erofs/zdata.c' (5,002) at 20240405153231655 to deleted uid set 2025-03-14 03:00:45.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/Kconfig' (5,003) at 20240405153049529 2025-03-14 03:00:45.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/zip/zip_crypto.c' (5,004) at 20240405153046945 2025-03-14 03:00:45.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw.c' (5,005) at 20240405153230799 2025-03-14 03:00:45.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/tw5864-reg.h' (5,006) at 20220525020653275 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/gluster.c' (5,007) at 20241211090212214 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rwmmio.h' (5,008) at 20240405153052897 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/Makefile' (5,009) at 20210308005003088 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/libgpiod.wrap' (5,010) at 20230602080035412 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libev/libev_4.33.bb' (5,011) at 20241221090017504 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/gpio.h' (5,012) at 20210307214927906 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsdc010.h' (5,013) at 20210308005003648 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/overview.txt' (5,014) at 20210307205554110 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/sc-ip22.c' (5,015) at 20210307214926278 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/cortina,sl3516-crypto.yaml' (5,016) at 20220525020651666 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/layer.conf' (5,017) at 20241221090017460 2025-03-14 03:00:45.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/berlin2-pll.h' (5,018) at 20210307214926966 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/MAINTAINERS' (5,019) at 20210308005002904 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/asmmacro.h' (5,020) at 20240405153046501 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/jtagconsole' (5,021) at 20210308005003764 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/mxs-spi.h' (5,022) at 20210307214931514 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/ds.c' (5,023) at 20240405153231299 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/def.h' (5,024) at 20210307214929930 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/allarch.bbclass' (5,025) at 20240124090012258 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sunvnet.h' (5,026) at 20210307214931614 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/checksum.h' (5,027) at 20210307214926174 2025-03-14 03:00:45.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-cinergy.c' (5,028) at 20210307214928778 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_usbtty_nand_defconfig' (5,029) at 20210308005003280 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/tgec.c' (5,030) at 20210308005003432 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_proc.c' (5,031) at 20240405153051729 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_get_temperature_reading.robot' (5,032) at 20240628080017113 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_drv.h' (5,033) at 20240405153048357 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-audio.c' (5,034) at 20240726080012882 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_hash.h' (5,035) at 20210308005003356 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb' (5,036) at 20241221090017676 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/bind_bhash.c' (5,037) at 20240405153054337 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/liteboard.h' (5,038) at 20210308005003600 2025-03-14 03:00:45.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (5,039) at 20230511080017319 2025-03-14 03:00:45.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_route.c' (5,040) at 20220525020654927 2025-03-14 03:00:45.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Measat3_C-91.5E' (5,041) at 20210307205553762 2025-03-14 03:00:45.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/intel-xway.c' (5,042) at 20220525020653683 2025-03-14 03:00:45.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-hcd.c' (5,043) at 20240520080015191 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sdr.h' (5,044) at 20210308004938820 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/arc_hostlink.c' (5,045) at 20210307214925670 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cfcnfg.h' (5,046) at 20210611100017020 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l41_hda_property.c' (5,047) at 20240405153232131 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.47.1.bb' (5,048) at 20231126090012781 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-q.c' (5,049) at 20240405153052097 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-sipe-consider-64bit-time_t-when-printing.patch' (5,050) at 20210307205553990 2025-03-14 03:00:45.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_hash_large_key.c' (5,051) at 20240405153054277 2025-03-14 03:00:45.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts' (5,052) at 20240405153045553 2025-03-14 03:00:45.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_32_types.h' (5,053) at 20210307214926674 2025-03-14 03:00:45.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Endpoint.v1_8_2.json' (5,054) at 20240619080002944 2025-03-14 03:00:45.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-pci-dev.h' (5,055) at 20220525020655091 2025-03-14 03:00:45.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/metric.py' (5,056) at 20240405153232231 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/memmove.c' (5,057) at 20240405153045977 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/securityfs_if.c' (5,058) at 20220525020654963 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/c_can_ethtool.c' (5,059) at 20240405153049725 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EDL-1.0' (5,060) at 20210307205554418 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/vendor_cmds.c' (5,061) at 20240405153051185 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/hal2.h' (5,062) at 20210307214932226 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/jaguar2_pcb110.dts' (5,063) at 20240405153045989 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/termios.c' (5,064) at 20240405153045357 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/of-reconfig-notifier-error-inject.c' (5,065) at 20210307214931810 2025-03-14 03:00:45.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/emif.c' (5,066) at 20210308005002760 2025-03-14 03:00:45.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/hp/common/aml_nfw.c' (5,067) at 20240405153045913 2025-03-14 03:00:45.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/dockstar.c' (5,068) at 20210308005002908 2025-03-14 03:00:45.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm644x.c' (5,069) at 20210308005002720 2025-03-14 03:00:45.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio.c' (5,070) at 20240405153231531 2025-03-14 03:00:45.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/t9015.c' (5,071) at 20240405153232187 2025-03-14 03:00:45.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv10_fence.c' (5,072) at 20210309003649832 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme0_ctrl_regs.h' (5,073) at 20240405153046577 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x86-chromebook.h' (5,074) at 20210308005003624 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2056.c' (5,075) at 20210309003651592 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64c_4core_ls7a.dts' (5,076) at 20210309003648828 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.shellcheck-ignore' (5,077) at 20221209040018555 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/ulpi.h' (5,078) at 20210308005003692 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/TableIpv4.vue' (5,079) at 20241004080035975 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/active-semi,act8945a-charger.yaml' (5,080) at 20240405153045141 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/echo/echo.c' (5,081) at 20210309003650424 2025-03-14 03:00:45.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/setup.h' (5,082) at 20210307214926122 2025-03-14 03:00:45.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/timer.c' (5,083) at 20240830080013359 2025-03-14 03:00:45.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-base-board.dts' (5,084) at 20210308005002592 2025-03-14 03:00:45.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/util.S' (5,085) at 20220525020652030 2025-03-14 03:00:45.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_ucs2_utils.h' (5,086) at 20240405153231707 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/samsung-dsim.c' (5,087) at 20240405153230527 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-1' (5,088) at 20210307205554426 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/retimer.h' (5,089) at 20240405153052149 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/counter-chrdev.h' (5,090) at 20240405153046909 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts' (5,091) at 20240405153229975 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_w.c' (5,092) at 20210308005046509 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb' (5,093) at 20240413080012663 to deleted uid set 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/harmony.c' (5,094) at 20210308005003024 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm940.S' (5,095) at 20210307214925974 2025-03-14 03:00:45.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PD' (5,096) at 20210307205554426 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/Kconfig' (5,097) at 20240520080015239 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/hikey.h' (5,098) at 20210308005003596 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-zlib.c' (5,099) at 20241211090212390 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/abituguru3.rst' (5,100) at 20210309003648424 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi' (5,101) at 20240405153229975 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/waf.bbclass' (5,102) at 20240302090018226 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva-utils_2.22.0.bb' (5,103) at 20241221090017684 2025-03-14 03:00:45.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da732x_reg.h' (5,104) at 20210307214932306 2025-03-14 03:00:45.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/env.h' (5,105) at 20240405153054093 2025-03-14 03:00:45.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/perf_regs.c' (5,106) at 20240405153232223 2025-03-14 03:00:45.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0001-rename-grub2-editenv-to-grub-editenv.patch' (5,107) at 20230114040015470 2025-03-14 03:00:45.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mipsel_tuxrun.py' (5,108) at 20241211090212542 2025-03-14 03:00:45.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip_vs.h' (5,109) at 20240405153052849 2025-03-14 03:00:45.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ci_udc.c' (5,110) at 20210308005003504 2025-03-14 03:00:45.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/free-space-cache.c' (5,111) at 20241216090017749 2025-03-14 03:00:45.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmievd.init.debian' (5,112) at 20210308004938816 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.sh' (5,113) at 20220208110015322 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/gpio.c' (5,114) at 20210307214929770 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mx5.c' (5,115) at 20210308005003512 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_brcm.c' (5,116) at 20240405153046653 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/vgastate.c' (5,117) at 20210307214930954 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/run_wrapper.rst' (5,118) at 20240405153229751 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.17.0.bb' (5,119) at 20241221090017540 to deleted uid set 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/files/lkrg.scc' (5,120) at 20220409030017491 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oepydevshell-internal.py' (5,121) at 20220910030013437 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/max77686.txt' (5,122) at 20210308005003308 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-hostctl/control_host_obj.c' (5,123) at 20241010080036061 2025-03-14 03:00:45.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/config.json' (5,124) at 20231213090027098 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/sys_proto.h' (5,125) at 20210308005002796 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/wlf,arizona.yaml' (5,126) at 20240405153045057 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/kvm_para.h' (5,127) at 20210307214931614 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ibmpowernv.c' (5,128) at 20240405153048857 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mvebu/Kconfig' (5,129) at 20210308005003216 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/net/bpf_jit_asm_32.S' (5,130) at 20210307214926610 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/kfifo_buf.h' (5,131) at 20240405153052709 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/posixtm.c' (5,132) at 20210307205554558 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity.h' (5,133) at 20240405153230767 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/0001-Remove-defining-const-as-nothing.patch' (5,134) at 20241221090017488 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/toggle-font.diff' (5,135) at 20210307205553938 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/uprobes.h' (5,136) at 20240405153046129 2025-03-14 03:00:45.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/README' (5,137) at 20210307214932738 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_xive_native.c' (5,138) at 20240405153046169 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mtk_image.h' (5,139) at 20210308005003768 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/Kconfig' (5,140) at 20240405153051277 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1.json' (5,141) at 20230627080016966 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm6125.c' (5,142) at 20240405153230231 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mctpdevice.h' (5,143) at 20220525020654639 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.h' (5,144) at 20210309003650800 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/dram_timings_sun4i.h' (5,145) at 20210308005003056 2025-03-14 03:00:45.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis_7.2.6.bb' (5,146) at 20241221090017524 to deleted uid set 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750-evb.dts' (5,147) at 20240405153045473 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/intel-speed-select.rst' (5,148) at 20240405153044961 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_ecc.c' (5,149) at 20210308005003552 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha512-avx2-asm.S' (5,150) at 20240613080016371 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-ce-core.S' (5,151) at 20210307214926054 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-37xx-xtal.c' (5,152) at 20240405153046805 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/ubi/ubi.cfg' (5,153) at 20230210040014334 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatcc/flatcc_git.bb' (5,154) at 20240301090012423 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/bonito64.h' (5,155) at 20210307214926226 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/.clang-format' (5,156) at 20240817080006183 to deleted uid set 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pfsm/pfsm-wakeup.c' (5,157) at 20240405153053429 2025-03-14 03:00:45.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/internal/sys.cpp' (5,158) at 20220507030031385 2025-03-14 03:00:45.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/Makefile' (5,159) at 20210308005003040 2025-03-14 03:00:45.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-aardvark.c' (5,160) at 20240405153051229 2025-03-14 03:00:45.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-amd-mp2.h' (5,161) at 20240405153048893 2025-03-14 03:00:45.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/Makefile' (5,162) at 20210308005003040 2025-03-14 03:00:45.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_scsi.h' (5,163) at 20210307214930670 2025-03-14 03:00:45.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/af9033.c' (5,164) at 20240405153049281 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_rate.c' (5,165) at 20240405153053265 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/index.rst' (5,166) at 20240405153044929 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce-app.bbclass' (5,167) at 20210307205554038 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/features.h' (5,168) at 20240405153231927 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-DFS-2015' (5,169) at 20211006000025246 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp.h' (5,170) at 20210308005003368 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/bmcctl/Makefile' (5,171) at 20210308004922932 2025-03-14 03:00:45.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/free/ifnullfree.cocci' (5,172) at 20210308005003724 2025-03-14 03:00:45.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/uda1380.c' (5,173) at 20240405153053813 2025-03-14 03:00:45.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97125cbmb.dts' (5,174) at 20220525020651990 2025-03-14 03:00:45.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/si476x-platform.h' (5,175) at 20210307214931434 2025-03-14 03:00:45.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/idtentry.h' (5,176) at 20241008080013899 2025-03-14 03:00:45.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/mmap.h' (5,177) at 20240405153054065 2025-03-14 03:00:45.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-mk802.dts' (5,178) at 20210308005002620 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvme.h' (5,179) at 20240710080014605 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/Kconfig' (5,180) at 20210307214928710 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_platform.h' (5,181) at 20240405153049433 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/Makefile' (5,182) at 20240405153054325 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-mailbox.h' (5,183) at 20210307214928686 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/syscon-poweroff.c' (5,184) at 20240405153231351 2025-03-14 03:00:45.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch' (5,185) at 20230131040012063 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/renoir/acp3x-pdm-dma.c' (5,186) at 20240405153053549 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/Makefile' (5,187) at 20210307214927158 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/136.out' (5,188) at 20210308005046449 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/twl4030-audio.h' (5,189) at 20210307214931438 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/subprogs_extable.c' (5,190) at 20240405153054261 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-qman-portals.dtsi' (5,191) at 20210307214926018 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/Makefile' (5,192) at 20210308005003044 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/Makefile' (5,193) at 20240405153051373 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/cache.json' (5,194) at 20220525020655143 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/interfaces/bmcweb_%.bbappend' (5,195) at 20210819000021018 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/Makefile' (5,196) at 20210307214928990 2025-03-14 03:00:45.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/machine.c' (5,197) at 20210307214932522 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ia_css_macc1_5.host.c' (5,198) at 20240405153051837 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qapi-util.c' (5,199) at 20210927100127645 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/bblayers.conf.sample' (5,200) at 20230209040014205 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-m68k.rst' (5,201) at 20210308005045809 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml' (5,202) at 20220525020651686 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/common.h' (5,203) at 20240405153045657 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/dp.c' (5,204) at 20210308005003536 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-switch-to-python3.patch' (5,205) at 20220204040022528 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/rw.rst' (5,206) at 20210309003648500 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/Kconfig' (5,207) at 20210308005002976 2025-03-14 03:00:45.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/renesas,r8a779f0-ether-serdes.yaml' (5,208) at 20240405153045129 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/interface_32.h' (5,209) at 20210307214926682 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tsl2591.c' (5,210) at 20240405153049005 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/servalt/servalt.c' (5,211) at 20210308005003020 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lekvattnet' (5,212) at 20210307205553786 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Ammansaari' (5,213) at 20210307205553774 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1025.rst' (5,214) at 20210307214925498 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb' (5,215) at 20240301090012419 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/apanel.c' (5,216) at 20240405153049141 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/revocation_certificates.S' (5,217) at 20210713000020204 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/pagemap.rst' (5,218) at 20240405153044961 2025-03-14 03:00:45.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8qxp-lpcg.h' (5,219) at 20210307214926982 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c' (5,220) at 20240405153051921 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/lowlevel_init.S' (5,221) at 20210308005003044 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/TODO' (5,222) at 20210307214927986 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpmrm-dev.c' (5,223) at 20210307214926958 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/bmc_redfish.py' (5,224) at 20230512080020573 to deleted uid set 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/gen-insn-attr-x86.awk' (5,225) at 20210309003649092 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_wcnss_iris.c' (5,226) at 20240405153231367 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c' (5,227) at 20210309003649492 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/MAINTAINERS' (5,228) at 20210308005003052 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/davinci_emac.c' (5,229) at 20210308005003448 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vfb.c' (5,230) at 20240405153231595 2025-03-14 03:00:45.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/fix_linux_4.15_compile.patch' (5,231) at 20210307205553834 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v9.c' (5,232) at 20240405153230371 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-nxp-bbnsm.c' (5,233) at 20240405153051501 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/Documentation/mboxd.md' (5,234) at 20221209040008787 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.err' (5,235) at 20210308005046401 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__type_traits.hpp' (5,236) at 20241217090453707 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-pcap/README.md' (5,237) at 20221209040019091 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/x1205.c' (5,238) at 20210308005003480 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/images/security-tpm-image.bb' (5,239) at 20210307205554114 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-asv.h' (5,240) at 20220525020654095 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5504.c' (5,241) at 20240405153048973 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c' (5,242) at 20240405153050157 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_unfl.S' (5,243) at 20210307214926146 2025-03-14 03:00:45.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Hessen' (5,244) at 20210307205553766 2025-03-14 03:00:45.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp43x-kixrp435.dts' (5,245) at 20240405153045437 2025-03-14 03:00:45.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/TODO' (5,246) at 20240405153054213 2025-03-14 03:00:45.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/jme.h' (5,247) at 20240405153050049 2025-03-14 03:00:45.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/Makefile' (5,248) at 20210308005003332 2025-03-14 03:00:45.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/memory.json' (5,249) at 20240405153054149 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/tcg-exclusive.promela' (5,250) at 20210308005045809 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech-cc_defconfig' (5,251) at 20210308005003264 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/sge.h' (5,252) at 20240405153049865 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_timer.S' (5,253) at 20221215040039390 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/spitz_defconfig' (5,254) at 20240405153045617 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/led.c' (5,255) at 20220525020653723 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_setup.c' (5,256) at 20210308005003700 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/boot.h' (5,257) at 20210307214929970 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/events-kmem.rst' (5,258) at 20220525020651762 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml' (5,259) at 20240405153045121 2025-03-14 03:00:45.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb' (5,260) at 20241221090017536 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pic32-sqi.c' (5,261) at 20240405153231463 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/xlnx-versal-resets.h' (5,262) at 20210309003653816 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma9551_core.c' (5,263) at 20240405153048941 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-list.c' (5,264) at 20230426080043956 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fs_internal.c' (5,265) at 20210308005003548 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/storagehandler.cpp' (5,266) at 20240829080022542 to deleted uid set 2025-03-14 03:00:45.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/Kconfig' (5,267) at 20210308005002940 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/trinity_smc.c' (5,268) at 20210307214928026 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/st,stih4xx.txt' (5,269) at 20210307214925354 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_lpc.c' (5,270) at 20210308005108641 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.h' (5,271) at 20210308005003456 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/Makefile' (5,272) at 20210308005003036 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/part_tbl.c' (5,273) at 20240405153052381 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/iio/buffer.h' (5,274) at 20220525020654671 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-11-43.0W' (5,275) at 20210307205553762 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clkctrl.c' (5,276) at 20240405153230247 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/smp.c' (5,277) at 20240405153046229 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensors.conf' (5,278) at 20210307205553874 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/timex_32.h' (5,279) at 20220627100016934 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/hp/common/Makefile' (5,280) at 20210307214926114 2025-03-14 03:00:45.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/devices.hpp' (5,281) at 20240817080005375 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fdi.c' (5,282) at 20240405153048453 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/buildstats.sh' (5,283) at 20210307205554630 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_proc.c' (5,284) at 20240405153053289 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/agp_backend.h' (5,285) at 20210307214931354 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/ctrlchar.c' (5,286) at 20220525020653959 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/xwayland.weston-start' (5,287) at 20220721030015881 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t4240_serdes.c' (5,288) at 20210308005002832 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/fw.c' (5,289) at 20241111090012133 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/astro.h' (5,290) at 20240906080037336 2025-03-14 03:00:45.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-clock.h' (5,291) at 20210927100127241 2025-03-14 03:00:45.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/elantech.c' (5,292) at 20240726080012854 2025-03-14 03:00:45.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/iphc.c' (5,293) at 20240405153053157 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h' (5,294) at 20240405153231227 to deleted uid set 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/Makefile' (5,295) at 20210308005003012 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-hummingboard2.dtsi' (5,296) at 20240405153045513 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/pcf50633/core.h' (5,297) at 20240405153052733 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-transaction-manager.h' (5,298) at 20240405153049257 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M52277EVB_stmicro_defconfig' (5,299) at 20210308005003236 2025-03-14 03:00:45.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_rfim.c' (5,300) at 20240405153051973 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_image.h' (5,301) at 20240405153051661 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_cmd.h' (5,302) at 20240405153051825 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/misc_helper.c' (5,303) at 20240906080037492 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink_server.hpp' (5,304) at 20240325080028330 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.yaml' (5,305) at 20240405153045025 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/syscall.c' (5,306) at 20220525020654755 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c' (5,307) at 20241011080017311 2025-03-14 03:00:45.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/f2fs.rst' (5,308) at 20240613080016359 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-set-frontend.rst' (5,309) at 20210309003648480 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/zone_mock.hpp' (5,310) at 20241022080027608 to deleted uid set 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/pmc_atom.c' (5,311) at 20240405153051413 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts' (5,312) at 20240405153045817 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-bonegreen-wireless.dts' (5,313) at 20240405153045589 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/custom_toaster_append.sh_sample' (5,314) at 20210307205554262 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/Kconfig' (5,315) at 20220525020653999 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/bridge_brouter.sh' (5,316) at 20210307214932698 2025-03-14 03:00:45.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h' (5,317) at 20240405153046961 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvaudio.c' (5,318) at 20240405153049341 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts' (5,319) at 20240405153229927 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/klcc-cross-accept-clang-options.patch' (5,320) at 20220502030010100 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/az6027.c' (5,321) at 20240405153049549 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/triggers/signal.cpp' (5,322) at 20240820080023690 to deleted uid set 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/lldpd.default' (5,323) at 20210307205553818 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Python-2.0.1' (5,324) at 20241221090017616 2025-03-14 03:00:45.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/meson.build' (5,325) at 20240908080002950 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb_mac.c' (5,326) at 20210307214929894 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml' (5,327) at 20240405153045141 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spear3xx_evb.h' (5,328) at 20210308005003616 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector_git.bb' (5,329) at 20211111040019555 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/deterministic_imports.patch' (5,330) at 20241221090017672 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (5,331) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-host.c' (5,332) at 20240906080037164 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-list.c' (5,333) at 20210927100127641 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/i2c/i2c-uclass.c' (5,334) at 20210308005003380 to deleted uid set 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,axg-audio-clkc.txt' (5,335) at 20210307214925286 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dns_resolver.rst' (5,336) at 20210307214925534 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/emmc-reset.txt' (5,337) at 20210308005003304 2025-03-14 03:00:45.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/u-boot.h' (5,338) at 20210308005002804 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/sta.h' (5,339) at 20240405153050525 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/conf/machine/mtjade.conf' (5,340) at 20240312080011852 to deleted uid set 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/log_phase_fault_action.hpp' (5,341) at 20230511080035559 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9132si-post.dtsi' (5,342) at 20220525020652026 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.c' (5,343) at 20240613080016403 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm8150.yaml' (5,344) at 20240405153229759 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/table.h' (5,345) at 20210307214929942 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/intel_txt.rst' (5,346) at 20240405153044989 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch' (5,347) at 20210420000021562 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/flat.h' (5,348) at 20210307214931302 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_demod.h' (5,349) at 20210309003650372 2025-03-14 03:00:45.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/input_formatter_global.h' (5,350) at 20210307214930542 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_drv_init.c' (5,351) at 20240405153231167 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_pcimio.c' (5,352) at 20240405153046901 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max14577.h' (5,353) at 20210307214931430 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_print.c' (5,354) at 20241011080017315 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/ams-iaq-core.c' (5,355) at 20240405153048969 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mc13xxx.h' (5,356) at 20240405153049613 2025-03-14 03:00:45.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/altera_tse.rst' (5,357) at 20210309003648436 2025-03-14 03:00:45.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ipr.h' (5,358) at 20240405153051613 2025-03-14 03:00:45.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-enable-clearvolatile@.service' (5,359) at 20230511080022135 2025-03-14 03:00:45.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/0001-screencast-Fix-build-with-older-mesa.patch' (5,360) at 20230706080014733 2025-03-14 03:00:45.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/Kconfig' (5,361) at 20210308005002924 2025-03-14 03:00:45.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_hw.h' (5,362) at 20240405153050321 2025-03-14 03:00:45.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-npi-defs.h' (5,363) at 20210307214926234 2025-03-14 03:00:45.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ts4600.h' (5,364) at 20210308005003620 2025-03-14 03:00:45.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/rodata_test.c' (5,365) at 20240405153053149 2025-03-14 03:00:45.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/gxbb-aoclk.c' (5,366) at 20240405153230215 2025-03-14 03:00:45.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/README.md' (5,367) at 20230720080010754 2025-03-14 03:00:45.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_syscall.h' (5,368) at 20210927100127049 2025-03-14 03:00:45.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml' (5,369) at 20210307214925334 2025-03-14 03:00:45.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ntb.h' (5,370) at 20210307214931462 2025-03-14 03:00:45.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest.c' (5,371) at 20240405153231951 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0005-Fix-pyext_PATTERN-for-cross-compilation.patch' (5,372) at 20240113090014532 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/edid.rst' (5,373) at 20210307214925222 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/option.h' (5,374) at 20210307214927902 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-nuvoton_2023.10.bb' (5,375) at 20240502080013187 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/midi-2.0.rst' (5,376) at 20240405153229827 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_abs.S' (5,377) at 20230426080043952 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in' (5,378) at 20231012080014468 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/group_descr.rst' (5,379) at 20240405153045201 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_cpp.cpp' (5,380) at 20241008080014059 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_hwmon.h' (5,381) at 20240405153048525 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/auth.c' (5,382) at 20220525020654807 2025-03-14 03:00:45.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/Kconfig' (5,383) at 20240405153047001 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/cb_pcimdas.c' (5,384) at 20240405153046889 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/phosphor-logging.wrap' (5,385) at 20230428080030950 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-Fixed-missing-include-for-std-find_if.patch' (5,386) at 20240301090012423 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-aptwebserver.cc-Include-array.patch' (5,387) at 20220402030016159 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24113.h' (5,388) at 20210307214928610 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gpio_private.h' (5,389) at 20210307214930542 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/odroid-c2.c' (5,390) at 20210308005002912 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/review-checklist.rst' (5,391) at 20210307214925630 2025-03-14 03:00:45.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/Makefile' (5,392) at 20210308005003084 2025-03-14 03:00:45.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/inode.h' (5,393) at 20240405153231715 2025-03-14 03:00:45.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-generic-dmaengine-pcm.c' (5,394) at 20240726080012882 2025-03-14 03:00:45.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750-runbmc-olympus.dts' (5,395) at 20241105090012295 to deleted uid set 2025-03-14 03:00:45.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml' (5,396) at 20240405153045101 2025-03-14 03:00:45.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pip-defs.h' (5,397) at 20210307214926238 2025-03-14 03:00:45.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/metricgroups.json' (5,398) at 20240405153054145 2025-03-14 03:00:45.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/inet.h' (5,399) at 20210307214931402 2025-03-14 03:00:45.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/mscan/mscan.h' (5,400) at 20210307214929258 2025-03-14 03:00:45.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_3_0_0_sh_mask.h' (5,401) at 20240405153047365 2025-03-14 03:00:45.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-pending.svg' (5,402) at 20210308005107069 2025-03-14 03:00:45.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-davinci.yaml' (5,403) at 20240405153045061 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/sta.c' (5,404) at 20240726080012858 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8660.c' (5,405) at 20240405153230227 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/drm_sarea.h' (5,406) at 20210307214931618 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ep88xc.c' (5,407) at 20210307214926362 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/fifo_monitor_private.h' (5,408) at 20210307214930542 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/asm-extable.h' (5,409) at 20240405153045849 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sdx65.c' (5,410) at 20240405153051349 2025-03-14 03:00:45.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6sx-clock.h' (5,411) at 20210308005003632 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx/yocto-vars.py' (5,412) at 20220612030016747 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/ppc64/safe-syscall.inc.S' (5,413) at 20220429100100406 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/main.c' (5,414) at 20210307214929926 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-get-event.rst' (5,415) at 20210309003648480 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/Makefile' (5,416) at 20210307214928822 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/noverify-bmc-verify.service' (5,417) at 20210307205554066 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/Makefile' (5,418) at 20240405153053133 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c' (5,419) at 20240405153052209 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-rcar.c' (5,420) at 20241216090017745 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb' (5,421) at 20241206090014282 to deleted uid set 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc-itu-t.h' (5,422) at 20240405153052677 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/aspeed_apb2opb.h' (5,423) at 20240906080037332 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_LED.h' (5,424) at 20210307214931646 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_runtime_pm.h' (5,425) at 20240405153048541 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb' (5,426) at 20241221090017504 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_usbtty_nand_defconfig' (5,427) at 20210308005003280 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/0001-Make-the-code-C-17-compliant.patch' (5,428) at 20230131040012063 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/sisusbvga/Kconfig' (5,429) at 20240405153052117 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_virtio_gpu.py' (5,430) at 20241211090212542 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh' (5,431) at 20240405153054325 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap325rxa_defconfig' (5,432) at 20210308005003248 2025-03-14 03:00:45.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c' (5,433) at 20240405153230615 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_6x8.c' (5,434) at 20220525020654747 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/hr-B.net' (5,435) at 20210307205553758 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/speedstep-lib.c' (5,436) at 20210309003649276 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c' (5,437) at 20210307214928782 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroidxu3-common.dtsi' (5,438) at 20240405153045573 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/md5.c' (5,439) at 20210308004938836 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi' (5,440) at 20240405153229899 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc2_rtr_regs.h' (5,441) at 20240405153046605 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/util.h' (5,442) at 20210307214932582 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/smc37c669.c' (5,443) at 20210307214925658 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/meson.build' (5,444) at 20210308005053425 2025-03-14 03:00:45.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-395.dtsi' (5,445) at 20240405153045449 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/p2a.cpp' (5,446) at 20230718080031796 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/zynqmp-ipi-mailbox.c' (5,447) at 20240405153230759 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network.bb' (5,448) at 20241206090014226 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/main.cpp' (5,449) at 20241028080029922 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/aops.c' (5,450) at 20241011080017367 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamav.service' (5,451) at 20210307205554126 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/copy_output/copy_output_1.0/ia_css_copy_output_param.h' (5,452) at 20210307214930554 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-mdev-busybox.inc' (5,453) at 20241221090017612 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/write.c' (5,454) at 20210307214931134 2025-03-14 03:00:45.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/lxfb.h' (5,455) at 20210309003653308 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/start.S' (5,456) at 20210308005002948 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c' (5,457) at 20241216090017697 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-timon.h' (5,458) at 20210307214928846 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/parallel_20241122.bb' (5,459) at 20241221090017520 to deleted uid set 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_w.c' (5,460) at 20210308005046517 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/Makefile' (5,461) at 20210307214932470 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/jr.h' (5,462) at 20210307214927078 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/non-instrumented-non-atomic.h' (5,463) at 20240405153052617 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/ls1043.c' (5,464) at 20210308005003432 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/pm-board.c' (5,465) at 20240405153045657 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c' (5,466) at 20240405153051937 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cpm-serial.c' (5,467) at 20210307214926338 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/OperatingConfigCollection.json' (5,468) at 20240619080002952 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am65x_evm_a53_defconfig' (5,469) at 20210308005003248 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v1_0.h' (5,470) at 20240405153047125 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/microchip,sparx5-dpll.yaml' (5,471) at 20210309003648328 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NIST-PD' (5,472) at 20211006000025238 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c' (5,473) at 20240405153047233 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h' (5,474) at 20210307214927306 2025-03-14 03:00:45.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb' (5,475) at 20231126090012805 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/gpio.h' (5,476) at 20210308005002644 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi' (5,477) at 20210308005002612 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-proc.c' (5,478) at 20210307214932210 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.json' (5,479) at 20210308005046405 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.16.bb' (5,480) at 20240413080012655 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufshcd-dwc.h' (5,481) at 20240405153052033 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/pim435/pim435_git.bb' (5,482) at 20241221090017508 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_hpt366.c' (5,483) at 20240405153046661 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/purgatory.c' (5,484) at 20240405153230147 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig' (5,485) at 20210308005003264 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/slog2.S' (5,486) at 20210307214926146 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max5970-regulator.c' (5,487) at 20240405153231363 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.c' (5,488) at 20240405153050529 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/annotate/instructions.c' (5,489) at 20240405153054085 2025-03-14 03:00:45.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/arch-generic/clk.h' (5,490) at 20210308005002844 2025-03-14 03:00:45.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cobalt_lcdfb.c' (5,491) at 20240405153231579 2025-03-14 03:00:45.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c' (5,492) at 20210308005046517 2025-03-14 03:00:45.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c' (5,493) at 20240405153230411 2025-03-14 03:00:45.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h' (5,494) at 20240405153047185 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/sgi_btns.c' (5,495) at 20210307214928486 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/fast_commit.c' (5,496) at 20241011080017355 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/Kconfig' (5,497) at 20220525020654043 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/elog.cpp' (5,498) at 20210308005108057 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/caam-blob.h' (5,499) at 20240405153052881 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_switch_2400_defs.h' (5,500) at 20210307214930550 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_channel.h' (5,501) at 20210309003650372 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h' (5,502) at 20210307214927742 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb' (5,503) at 20241221090017556 2025-03-14 03:00:45.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ingenic-adc.c' (5,504) at 20240405153048953 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/io.c' (5,505) at 20240405153049713 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/Makefile' (5,506) at 20210308005003444 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table.png' (5,507) at 20220105012522975 to deleted uid set 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/gzip.c' (5,508) at 20210308005003704 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/via/via-camera.c' (5,509) at 20240405153049497 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mmzone.c' (5,510) at 20240405153053141 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts' (5,511) at 20240405153046241 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7620.c' (5,512) at 20240405153051317 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/phosphor-dbus-interfaces.wrap' (5,513) at 20220603030022985 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c' (5,514) at 20241125090012251 2025-03-14 03:00:45.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/callback.c' (5,515) at 20240820080014173 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/netlink.c' (5,516) at 20240405153053233 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h' (5,517) at 20240405153050569 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/files/static-passwd-meta-multimedia' (5,518) at 20231014080011723 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/unistd.h' (5,519) at 20210308005046065 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/platform_data/pca953x.h' (5,520) at 20240405153052769 to deleted uid set 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_midi.c' (5,521) at 20240405153232123 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/dhcp-done/meson.build' (5,522) at 20240724080006311 to deleted uid set 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mxs/Kconfig' (5,523) at 20240405153045657 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/types.h' (5,524) at 20210307214931366 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/local.conf.sample' (5,525) at 20241221090017480 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_prioq.h' (5,526) at 20210307214932198 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-moxart/Makefile' (5,527) at 20210307214925902 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb' (5,528) at 20230503080014591 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_mark.h' (5,529) at 20210307214931646 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml' (5,530) at 20240405153045073 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/bbparse-torture.py' (5,531) at 20210307205554230 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c' (5,532) at 20210308005046517 2025-03-14 03:00:45.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Bratislava' (5,533) at 20210307205553794 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/sh_pfc.h' (5,534) at 20240405153051365 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/tools/handler.cpp' (5,535) at 20240817080027656 to deleted uid set 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/nbd.c' (5,536) at 20240906080037148 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/rsync_3.3.0.bb' (5,537) at 20241206090014334 to deleted uid set 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashlsi3.S' (5,538) at 20210308005002852 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ptest-packagelists-meta-oe.inc' (5,539) at 20241221090017500 to deleted uid set 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-chroot-py.sh' (5,540) at 20210307205554130 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ref-verify.c' (5,541) at 20241211090145505 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/files/hotswap-power-cycle.service' (5,542) at 20220416030014758 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-test.c' (5,543) at 20220429100100938 2025-03-14 03:00:45.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_hid.h' (5,544) at 20220525020654259 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/qcom_iommu.c' (5,545) at 20240405153230743 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch' (5,546) at 20241221090017540 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nxp,tja11xx.yaml' (5,547) at 20240405153045117 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/Makefile' (5,548) at 20220525020655107 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/plat-svc_0.1.bb' (5,549) at 20241221090017476 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/auth.c' (5,550) at 20241220090018322 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/MAINTAINERS' (5,551) at 20210308005002948 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/LICENSE' (5,552) at 20240712080022833 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml' (5,553) at 20240405153045173 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/cdev.c' (5,554) at 20240613080016387 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/Makefile' (5,555) at 20210307214929962 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/bios_table.cpp' (5,556) at 20240819080030255 to deleted uid set 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/global_data.h' (5,557) at 20210308005002828 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/video.rst' (5,558) at 20210307214925546 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inffast.h' (5,559) at 20210307214931826 2025-03-14 03:00:45.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_w.c' (5,560) at 20210308005046517 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-srv.c' (5,561) at 20240405153230191 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/distro-feed-configs.bb' (5,562) at 20240413080012647 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/README.lanplus' (5,563) at 20210308004938836 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/u-boot.lds' (5,564) at 20210308005002944 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-5.dtsi' (5,565) at 20240405153046093 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/tegra124-soctherm.c' (5,566) at 20210307214930726 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/ddr.c' (5,567) at 20210308005002960 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/realview_gic.h' (5,568) at 20210308005046017 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/create_action_map.hpp' (5,569) at 20220210040033214 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemux86.txt' (5,570) at 20240106090017261 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/pcm179x.txt' (5,571) at 20210307214925430 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch' (5,572) at 20240413080012695 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/spl.h' (5,573) at 20210308005002880 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h' (5,574) at 20240405153230815 2025-03-14 03:00:45.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/mspdec.h' (5,575) at 20220525020652947 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/vxlan.h' (5,576) at 20240405153052869 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ibm-cffps.c' (5,577) at 20240405153230667 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml' (5,578) at 20220525020651686 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/Makefile' (5,579) at 20220525020652502 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd.c' (5,580) at 20220525020654979 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear300.c' (5,581) at 20240405153045689 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/workqueue_internal.h' (5,582) at 20240405153231943 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/man-db/man-db_2.13.0.bb' (5,583) at 20241221090017676 to deleted uid set 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb' (5,584) at 20240413080012655 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-exar.c' (5,585) at 20241211090145405 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-wbt.h' (5,586) at 20240405153046521 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c' (5,587) at 20240405153048657 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/log.c' (5,588) at 20240906080037592 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-spdifout.yaml' (5,589) at 20240405153045161 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c' (5,590) at 20210307214927966 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/loongarch.c' (5,591) at 20240628080013989 2025-03-14 03:00:45.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_dscp.h' (5,592) at 20240405153052845 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolantConnector_v1.xml' (5,593) at 20240619080002924 to deleted uid set 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_regs.h' (5,594) at 20240405153050025 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8550-tcsr.h' (5,595) at 20240405153052645 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-wbd222.dts' (5,596) at 20240405153045433 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/ms7750se.c' (5,597) at 20210308005003020 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/Kconfig' (5,598) at 20220525020653239 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cyapa.c' (5,599) at 20240613080016419 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-config.h' (5,600) at 20241008080013955 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_node.c' (5,601) at 20220525020654003 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/exec.h' (5,602) at 20210307214926378 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz' (5,603) at 20210307205554594 to deleted uid set 2025-03-14 03:00:45.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/basic/fixdep.c' (5,604) at 20240405153053437 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.c' (5,605) at 20240405153051845 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPL-1.02' (5,606) at 20210307205554422 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/ioctls.h' (5,607) at 20210307214926514 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.service' (5,608) at 20210307205554098 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2771-0000.h' (5,609) at 20210308005003608 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi.c' (5,610) at 20240624080012800 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/bus/ti-sysc.c' (5,611) at 20240405153230199 to deleted uid set 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ia_css_ynr2.host.c' (5,612) at 20210307214930562 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0003-Add-config-option-without-valgrind.patch' (5,613) at 20240113090014532 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/sa.c' (5,614) at 20210309003652332 2025-03-14 03:00:45.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/irq.c' (5,615) at 20240405153046061 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/meson.build' (5,616) at 20220913030027305 to deleted uid set 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/lockdep-design.rst' (5,617) at 20240405153229819 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_syscall.h' (5,618) at 20220429100100646 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_register.h' (5,619) at 20240405153049997 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt' (5,620) at 20210307214925406 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/amiga_defconfig' (5,621) at 20240405153230003 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-i2c.c' (5,622) at 20220525020653271 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_SDCARD_defconfig' (5,623) at 20210308005003240 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-lg-lb035q02.c' (5,624) at 20240405153048685 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/he.c' (5,625) at 20240405153046673 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/runfvp.py' (5,626) at 20231126090012777 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips64.png' (5,627) at 20240309090012816 to deleted uid set 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/cred.h' (5,628) at 20220627100017202 2025-03-14 03:00:45.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/cq.c' (5,629) at 20220525020653163 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-opts.c' (5,630) at 20210308005045817 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/metric_value_helpers.hpp' (5,631) at 20230524080039233 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sdhci.c' (5,632) at 20210308005003408 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pvpanic/pvpanic-mmio.c' (5,633) at 20240613080016427 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_hw_types.h' (5,634) at 20240405153230391 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py' (5,635) at 20240301090012455 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/bitops.h' (5,636) at 20210308005002844 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hvtramp.h' (5,637) at 20210307214926578 2025-03-14 03:00:45.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc86xx_ddr.c' (5,638) at 20210308005003360 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PortMetrics.v1_7_0.json' (5,639) at 20240918080002724 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/Makefile' (5,640) at 20220802100038577 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/temporary_file_test.cpp' (5,641) at 20230607080026569 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/SensorPaths.hpp' (5,642) at 20240420080004072 to deleted uid set 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/periph.h' (5,643) at 20210308005002724 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/collie_defconfig' (5,644) at 20240405153045613 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/range.c' (5,645) at 20210309003654096 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/Makefile' (5,646) at 20210309003652012 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-highbank/timer.c' (5,647) at 20210308005002724 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/htc-ops.h' (5,648) at 20210307214929758 2025-03-14 03:00:45.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/vpd_inventory.json' (5,649) at 20241213090040130 to deleted uid set 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/dimgrey_cavefish_ip_offset.h' (5,650) at 20220525020652811 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/stm32-pinfunc.h' (5,651) at 20240405153052653 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml' (5,652) at 20240618080025501 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nokia,n900-ir' (5,653) at 20210307214925354 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7462.c' (5,654) at 20240405153048841 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/setjmp_32.S' (5,655) at 20220525020652194 2025-03-14 03:00:45.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mmp_tdma.c' (5,656) at 20240405153047001 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_journal.c' (5,657) at 20210308005003544 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8993.c' (5,658) at 20240405153232171 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia_aesni_avx_glue.c' (5,659) at 20220525020652134 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-mce' (5,660) at 20240405153044925 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/vlv_sideband.c' (5,661) at 20240405153048553 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_selftest.c' (5,662) at 20240405153230579 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_driver_pci.h' (5,663) at 20210307214931358 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c' (5,664) at 20220525020652959 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qcow2-cache.txt' (5,665) at 20210308005045805 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/sve_regs.c' (5,666) at 20241008080014055 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset/meson.build' (5,667) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_microzed_defconfig' (5,668) at 20210308005003288 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/0001-configure-Fix-checks-for-system-headers.patch' (5,669) at 20221003030013273 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Session_v1.xml' (5,670) at 20240619080002936 2025-03-14 03:00:45.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-icicle-kit-fabric.dtsi' (5,671) at 20240405153046241 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/ti,tps380x-reset.yaml' (5,672) at 20240405153229795 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_alert.scss' (5,673) at 20220105012522983 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v5.h' (5,674) at 20240405153051289 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/README' (5,675) at 20210308004938816 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0008-configure-Disable-incompatible-function-pointer-type.patch' (5,676) at 20230401080011943 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/process.c' (5,677) at 20240405153230023 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/pvrusb2.rst' (5,678) at 20210309003648408 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/run-ptest' (5,679) at 20240301090012431 to deleted uid set 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ring.h' (5,680) at 20210307214929298 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/ca0106_mixer.c' (5,681) at 20240405153232127 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halleviksstrand' (5,682) at 20210307205553782 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xt2000/setup.c' (5,683) at 20240405153046513 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/imx_fec.c' (5,684) at 20241211090212306 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_buildtag.c' (5,685) at 20240405153046705 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/video/Makefile' (5,686) at 20240405153230095 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_gadget_ep0.c' (5,687) at 20210308005003520 2025-03-14 03:00:45.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/first.S' (5,688) at 20210927100127517 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a83t.c' (5,689) at 20210308005002784 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.txt' (5,690) at 20210307214925394 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64_be-linux-user.mak' (5,691) at 20241211090212222 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb' (5,692) at 20241221090017668 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_mii_cfg.c' (5,693) at 20240405153231063 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/meson.build' (5,694) at 20240326080039366 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/socfpga.c' (5,695) at 20210308005003072 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/debug.h' (5,696) at 20240405153053113 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_wailuafalls.json' (5,697) at 20241213090004421 to deleted uid set 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina-host-ready.target' (5,698) at 20241214090210267 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/crc-ccitt.h' (5,699) at 20241211090212366 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mq/sys/metrics.json' (5,700) at 20220525020655143 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootz.c' (5,701) at 20230310090043279 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6s-8034.dts' (5,702) at 20240405153045501 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm53573.dtsi' (5,703) at 20240405153229871 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/fb-powerctrl_0.1.bb' (5,704) at 20241206090014222 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-ahb.yaml' (5,705) at 20240405153229795 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/init.rst' (5,706) at 20210307214925226 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/spl_boot.c' (5,707) at 20210308005003048 2025-03-14 03:00:45.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch' (5,708) at 20230706080014749 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sr_ioctl.c' (5,709) at 20240805080014011 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_cgu.h' (5,710) at 20210308005002664 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/ti81xx.h' (5,711) at 20240405153045673 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/session_cmds.hpp' (5,712) at 20231024080029049 to deleted uid set 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822bs.c' (5,713) at 20240405153050657 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-clps711x.c' (5,714) at 20210307214927062 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/atapi.c' (5,715) at 20240906080037232 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/knav_dma.c' (5,716) at 20240405153051773 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-util.c' (5,717) at 20240326080039554 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/MAINTAINERS' (5,718) at 20210308005002908 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch' (5,719) at 20230706080014757 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-04' (5,720) at 20210908000010395 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l51.h' (5,721) at 20240405153053577 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb' (5,722) at 20240106090017237 2025-03-14 03:00:45.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_codec.c' (5,723) at 20240405153231471 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/tcan4x5x-core.c' (5,724) at 20240405153230899 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-any_call' (5,725) at 20210307214932570 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan_usa26msg.h' (5,726) at 20210307214930866 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/.gitignore' (5,727) at 20220525020654687 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/start.S' (5,728) at 20210308005003008 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-bits-reset.h' (5,729) at 20240405153054369 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/mman.h' (5,730) at 20220429100100610 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h' (5,731) at 20240405153230511 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/cli11.wrap' (5,732) at 20220819030023853 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_sriov.h' (5,733) at 20240405153050261 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/law.c' (5,734) at 20210308005002988 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/spinlock-cas.h' (5,735) at 20210307214926554 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/Kconfig.debug' (5,736) at 20210307214926094 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/tegra-kbc.c' (5,737) at 20210308005003384 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/README.da850' (5,738) at 20210308005002952 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_debug.h' (5,739) at 20240405153230371 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/processor_32.h' (5,740) at 20240405153046313 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_cfg.h' (5,741) at 20240405153048597 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/vpif_capture.h' (5,742) at 20240405153049477 2025-03-14 03:00:45.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete/meson.build' (5,743) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_tas.c' (5,744) at 20240405153049765 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/README' (5,745) at 20210307214932702 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/builtin-top.c' (5,746) at 20241008080014051 to deleted uid set 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/Makefile' (5,747) at 20210307214929898 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/signal32.c' (5,748) at 20210307214926258 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/platnand.h' (5,749) at 20210307214931454 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-stm32-exti.c' (5,750) at 20240405153230751 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_irqsoff.c' (5,751) at 20240405153053069 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json' (5,752) at 20231213090027094 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/tlb.c' (5,753) at 20210308005002992 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb' (5,754) at 20231011080016582 to deleted uid set 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-nspire/Kconfig' (5,755) at 20240405153229911 2025-03-14 03:00:45.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-vpu.h' (5,756) at 20240405153049413 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/testthread.c' (5,757) at 20210308005046529 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/toaster.bbclass' (5,758) at 20220910030013393 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Battery/meson.build' (5,759) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch' (5,760) at 20241221090017524 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/libperf.txt' (5,761) at 20240405153054065 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-labrador-v2.dtsi' (5,762) at 20240405153045369 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-aud.c' (5,763) at 20240405153230211 to deleted uid set 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi' (5,764) at 20240405153045737 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/sev-dev.h' (5,765) at 20240405153046937 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7790-sysc.h' (5,766) at 20210307214931346 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/templates/log_collector_config_template.yaml' (5,767) at 20230628080015931 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/meson-mx-efuse.c' (5,768) at 20240520080015167 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch' (5,769) at 20241221090017648 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max77802.yaml' (5,770) at 20240405153045105 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-dvk_su60_somc.dtsi' (5,771) at 20240405153045461 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o2mnt.dts' (5,772) at 20210307214926358 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/0001-add-support-for-cross-compilation.patch' (5,773) at 20241221090017504 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch' (5,774) at 20240301090012419 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/Kconfig' (5,775) at 20240405153046053 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_scarlett.h' (5,776) at 20210307214932446 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/isys_stream2mmio_public.h' (5,777) at 20210307214930546 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc830x_rdb.c' (5,778) at 20240405153046197 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm36274.c' (5,779) at 20220525020653211 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg_common.h' (5,780) at 20240405153046953 2025-03-14 03:00:45.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_gfxpll.h' (5,781) at 20240405153230583 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/traps.c' (5,782) at 20210308005002836 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/x530_defconfig' (5,783) at 20210308005003284 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' (5,784) at 20210307205554234 to deleted uid set 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_ism.c' (5,785) at 20241216090017797 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_modsign.crt' (5,786) at 20210307205554110 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/include/compiler.h' (5,787) at 20240906080037344 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cg3.c' (5,788) at 20241211090212266 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb' (5,789) at 20241225090010924 to deleted uid set 2025-03-14 03:00:45.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/backchannel_rqst.c' (5,790) at 20240405153053385 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display.c' (5,791) at 20240429080012416 to deleted uid set 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wacom_w8001.c' (5,792) at 20240405153049165 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.sym53c8xx_2' (5,793) at 20240405153045253 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/orc_gen.c' (5,794) at 20240405153054077 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/Makefile' (5,795) at 20241106090018634 to deleted uid set 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fsi_master_ast_cf.h' (5,796) at 20210307214931610 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamav-milter.conf.sample' (5,797) at 20210307205554126 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/qaic_accel.h' (5,798) at 20240405153052905 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/pm.c' (5,799) at 20240405153045693 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/vrf-xfrm-tests.sh' (5,800) at 20240405153054353 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb' (5,801) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_property.robot' (5,802) at 20240628080017121 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/kfree_skb.c' (5,803) at 20241008080014055 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_sram_mgr.c' (5,804) at 20210307214927086 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/vrm-control@.service' (5,805) at 20220514030009396 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp1033.c' (5,806) at 20210307214928702 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_elf.h' (5,807) at 20240326080039562 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas2770.yaml' (5,808) at 20240405153045169 2025-03-14 03:00:45.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/timer.h' (5,809) at 20210308005002716 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/exit-air/ExitAirTempSensor.cpp' (5,810) at 20241112090003090 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cs-etm-decoder/Build' (5,811) at 20210307214932586 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/Makefile' (5,812) at 20240405153049533 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/sifive_spi.h' (5,813) at 20230426080043768 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/bd9571mwv.h' (5,814) at 20220525020654583 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Storeton' (5,815) at 20210307205553798 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-single.c' (5,816) at 20210308005003460 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/qsort.c' (5,817) at 20210308005003712 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/gdbstub.c' (5,818) at 20241211090212478 2025-03-14 03:00:45.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml' (5,819) at 20240405153045025 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy.c' (5,820) at 20241011080017339 to deleted uid set 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/soc/ti/ti_sci_protocol.h' (5,821) at 20210308005003668 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sched' (5,822) at 20210308005003296 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml' (5,823) at 20240405153045021 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall5.c' (5,824) at 20240405153054273 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/tp3780i.c' (5,825) at 20220525020652298 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-mmio.c' (5,826) at 20241211090212266 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_uart.c' (5,827) at 20240405153230851 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/shuttle_usbat.c' (5,828) at 20240405153052145 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/scsi_bsg_fc.h' (5,829) at 20240405153052949 2025-03-14 03:00:45.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_persistent_json_storage.cpp' (5,830) at 20240808080032608 to deleted uid set 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_kprobe.c' (5,831) at 20241220090018334 to deleted uid set 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/ip6mr.c' (5,832) at 20241216090017789 to deleted uid set 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/trace_custom_events.h' (5,833) at 20240405153052901 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/Kconfig' (5,834) at 20240405153230131 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vermagic.h' (5,835) at 20240405153052817 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/layer.conf' (5,836) at 20241221090017580 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2024.9.bb' (5,837) at 20241221090017520 to deleted uid set 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/x38_edac.c' (5,838) at 20220525020652422 2025-03-14 03:00:45.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cmp.c' (5,839) at 20210308005003720 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/xattr_id.c' (5,840) at 20240405153052541 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun50i-a100-r-ccu.h' (5,841) at 20240405153231799 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_scsi.c' (5,842) at 20240405153051537 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/gcc-stack-usage.sh' (5,843) at 20210308005003732 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/da8xx-fb.h' (5,844) at 20210308005003524 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/0001-Use-setuptools-instead-of-distutils.patch' (5,845) at 20240113090014536 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css-pool.h' (5,846) at 20220525020654139 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/vhost_types.h' (5,847) at 20240906080037348 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/lpc32xx_gpio.c' (5,848) at 20210308005003376 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_venus.h' (5,849) at 20210309003650356 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sdx65.h' (5,850) at 20240405153052649 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argh_0.31.3.bb' (5,851) at 20241221090017548 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/.gitignore' (5,852) at 20241211090212454 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/atmel_serial.h' (5,853) at 20240405153052005 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/zorro.rst' (5,854) at 20210307214925474 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/asix,ax88178.yaml' (5,855) at 20240405153045113 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso.c' (5,856) at 20220525020651970 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.yaml' (5,857) at 20240405153045073 2025-03-14 03:00:45.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi_bridge.h' (5,858) at 20240405153230815 2025-03-14 03:00:45.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-emmc-nonwifi.dtsi' (5,859) at 20240405153045529 2025-03-14 03:00:45.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/sfp.c' (5,860) at 20241216090017717 2025-03-14 03:00:45.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/events.c' (5,861) at 20240405153050121 2025-03-14 03:00:45.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/irqdesc.c' (5,862) at 20240815080012907 2025-03-14 03:00:45.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_fo.c' (5,863) at 20210307214932006 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_schizo.c' (5,864) at 20240405153046325 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_cmd.h' (5,865) at 20210307214928430 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-bonegreen.dts' (5,866) at 20240405153045589 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h' (5,867) at 20240405153047293 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts' (5,868) at 20240405153045725 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/FabricAdapterCollection_v1.xml' (5,869) at 20240619080002924 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_serial.c' (5,870) at 20240405153231283 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-hi3798cv200.c' (5,871) at 20240405153230851 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/kcomedilib/Makefile' (5,872) at 20220525020652362 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi' (5,873) at 20240617080017374 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/cpu.h' (5,874) at 20240405153045685 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/ventana/Kconfig' (5,875) at 20210308005003024 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/ia_css_dp.host.c' (5,876) at 20210307214930554 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/test/meson.build' (5,877) at 20231130090025714 to deleted uid set 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/block-status-cache' (5,878) at 20220429100100930 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_bsg.c' (5,879) at 20240405153051725 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/rdvl-sve.c' (5,880) at 20220525020655187 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/versatile.yaml' (5,881) at 20210309003648380 2025-03-14 03:00:45.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/of_device_common.c' (5,882) at 20240405153230091 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_fire.c' (5,883) at 20240405153230091 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf' (5,884) at 20210307205554466 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_trace.h' (5,885) at 20240405153231235 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-metadata.c' (5,886) at 20240405153049241 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/snort.service' (5,887) at 20230811080018298 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/spl.c' (5,888) at 20210308005002788 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ia_css_ctc2.host.c' (5,889) at 20210307214930554 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/style/cpp/.clang-format' (5,890) at 20241219090004492 to deleted uid set 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section_factory.cpp' (5,891) at 20210308005049137 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/util.hpp' (5,892) at 20220913100029753 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/prom.h' (5,893) at 20210524100034858 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/direct.h' (5,894) at 20240405153052445 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accounting/cgroupstats.rst' (5,895) at 20220525020651638 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_mac.py' (5,896) at 20241211090212542 2025-03-14 03:00:45.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts' (5,897) at 20240405153229931 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib.mk' (5,898) at 20241018080014598 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-twl.c' (5,899) at 20240405153231375 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/core_manager.hpp' (5,900) at 20241129090023557 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/reg_ops.h' (5,901) at 20220525020651966 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/raid1.h' (5,902) at 20240405153230771 to deleted uid set 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/efi.h' (5,903) at 20240405153046525 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_encoder.h' (5,904) at 20240405153230639 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-encodings.h' (5,905) at 20240405153051945 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/Kconfig' (5,906) at 20210308005002948 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5592r.c' (5,907) at 20240405153048977 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3168a.c' (5,908) at 20240405153053677 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogService_v1.xml' (5,909) at 20240619080002928 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/raven/pci-acp3x.c' (5,910) at 20220525020655015 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr4f.inc' (5,911) at 20210905000020581 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-1.0' (5,912) at 20210307205554414 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/group.hpp' (5,913) at 20230201040022463 2025-03-14 03:00:45.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/dbusPropertiesServer.cpp' (5,914) at 20210308005114857 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/tlb.c' (5,915) at 20210308005002980 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/terminal3270.c' (5,916) at 20210927100127113 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/dma-mapping.c' (5,917) at 20210307214926310 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/tlb-v4wbi.S' (5,918) at 20210307214925974 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mmap_flags.sh' (5,919) at 20240405153232231 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/st_sensors_trigger.c' (5,920) at 20240405153048973 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multihost-physical-led.md' (5,921) at 20240720080004393 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery.cookie.js' (5,922) at 20210307205554278 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/filesystems/debugfs.rst' (5,923) at 20240405153229839 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dsc.c' (5,924) at 20240405153048585 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/parade,ps8622.yaml' (5,925) at 20240405153045037 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_ife.c' (5,926) at 20240405153053361 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/tests/dwarf-unwind.c' (5,927) at 20240405153054089 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/semihosting.c' (5,928) at 20240906080037576 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/i12-tvbox_defconfig' (5,929) at 20210308005003260 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/sdio.c' (5,930) at 20240405153231239 2025-03-14 03:00:45.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_macsec.c' (5,931) at 20240405153050361 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/s2mps11.c' (5,932) at 20210308005003472 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.metadata.yaml' (5,933) at 20220430030026016 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/lshrdi3.S' (5,934) at 20210307214925870 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64c-package.dtsi' (5,935) at 20210309003648828 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/4965-mac.c' (5,936) at 20240405153050505 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_flow_dissector.sh' (5,937) at 20240405153054285 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/registerfields.h' (5,938) at 20221215040039186 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogService_v1.xml' (5,939) at 20240619080002928 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/clocking.rst' (5,940) at 20210307214925566 2025-03-14 03:00:45.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_dp_auxch.c' (5,941) at 20240405153048725 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend' (5,942) at 20210807000017354 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/serial-howto.txt' (5,943) at 20210308005003328 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_cfg_regs.h' (5,944) at 20240405153046605 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_verbs.c' (5,945) at 20240405153230703 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/bnxt_re.h' (5,946) at 20240628080013989 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/Makefile' (5,947) at 20240405153053505 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/conf.py' (5,948) at 20241221090017592 2025-03-14 03:00:45.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce6500.inc' (5,949) at 20220612030016755 to deleted uid set 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hpo_dp_link_encoder.c' (5,950) at 20240520080015147 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-ohci-s3c2410.h' (5,951) at 20210307214931482 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun4i-a10.c' (5,952) at 20240405153230243 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_ksm_options.c' (5,953) at 20220525020655187 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch' (5,954) at 20241221090017660 to deleted uid set 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hip04_eth.c' (5,955) at 20241011080017327 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-afe-common.h' (5,956) at 20240405153053969 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/rtas.h' (5,957) at 20240405153230035 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/genpd.py' (5,958) at 20240405153053449 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-empty.out' (5,959) at 20210308005046413 to deleted uid set 2025-03-14 03:00:45.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/htc.h' (5,960) at 20240805080013983 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c' (5,961) at 20230720080043539 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt' (5,962) at 20210308005003304 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/lib/Makefile' (5,963) at 20220525020652022 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/035' (5,964) at 20210927100127473 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/sead3-addr.h' (5,965) at 20210307214926226 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/8.Conclusion.rst' (5,966) at 20240405153045273 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/maxlinear,gpy2xx.yaml' (5,967) at 20240405153045117 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/Makefile' (5,968) at 20240405153230731 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8997.h' (5,969) at 20210307214932366 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.yaml' (5,970) at 20240405153045089 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb' (5,971) at 20241221090017544 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/bcm1480/Makefile' (5,972) at 20210307214926294 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/ihs_phys.h' (5,973) at 20210308005003000 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/stackcollapse-report' (5,974) at 20220525020655155 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/busconfig/phosphor-authority-cert-config.conf' (5,975) at 20230831080022083 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_getparam.h' (5,976) at 20240405153048525 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/decoder.c' (5,977) at 20240405153046553 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb' (5,978) at 20241221090017556 to deleted uid set 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echoaudio_3g.c' (5,979) at 20210307214932242 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/migor_defconfig' (5,980) at 20240405153046309 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/022_image_name.dts' (5,981) at 20210308005003752 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-platform.c' (5,982) at 20240405153231559 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/scripts/writefru.mako.cpp' (5,983) at 20210308004927352 to deleted uid set 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.out' (5,984) at 20220429100100882 to deleted uid set 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/.gitignore' (5,985) at 20220708100026731 2025-03-14 03:00:45.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/gen-diff-patch' (5,986) at 20240405153053457 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max9611.yaml' (5,987) at 20220525020651678 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_gem.c' (5,988) at 20240405153048421 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ftrace.h' (5,989) at 20240405153230079 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/serial-multi-instantiate.c' (5,990) at 20240405153051417 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood.dtsi' (5,991) at 20210308005002596 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.qemu-mips' (5,992) at 20210308005003296 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cio.h' (5,993) at 20220627100016930 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/tools/endian.h' (5,994) at 20210307214932478 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/softfloat.c' (5,995) at 20210927100127405 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2021.04.inc' (5,996) at 20241204090019711 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/davinci-cpufreq.c' (5,997) at 20240405153230251 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunplus/Kconfig' (5,998) at 20240405153045689 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/map_lock.c' (5,999) at 20240405153054257 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-lib.sh' (6,000) at 20220728030014974 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/Makefile' (6,001) at 20210308005002924 2025-03-14 03:00:45.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/md4.c' (6,002) at 20210307214926802 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/main.cpp' (6,003) at 20241120090021304 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/run-ptest' (6,004) at 20220402030016003 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-sched.c' (6,005) at 20240405153231931 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/jeq_infer_not_null_fail.c' (6,006) at 20240830080013363 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml' (6,007) at 20221213040029821 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ib700wdt.c' (6,008) at 20240405153052241 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/si476x-core.h' (6,009) at 20220525020654587 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/Kconfig' (6,010) at 20210307214931242 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT' (6,011) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/Makefile' (6,012) at 20210308005003036 2025-03-14 03:00:45.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/ppc64/host-signal.h' (6,013) at 20220429100100642 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/map_ram.c' (6,014) at 20240405153049677 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/case.py' (6,015) at 20210528000029731 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb' (6,016) at 20240302090018206 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-lite.dts' (6,017) at 20240405153045393 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/exc_helper.c' (6,018) at 20240906080037540 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/01-bmc-eth.network' (6,019) at 20240316080012480 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/dfs_debug.h' (6,020) at 20210307214929770 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_target.h' (6,021) at 20240405153051717 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/Makefile' (6,022) at 20210307214928762 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb' (6,023) at 20241221090017668 to deleted uid set 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun7i-a20-ccu.h' (6,024) at 20210308005003636 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/ddr_calibrate.c' (6,025) at 20210308005002820 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-hrefprev60-stuib.dts' (6,026) at 20240405153229899 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_radix_scope_qual_test.c' (6,027) at 20240405153054361 2025-03-14 03:00:45.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_map_ptr_mixing.c' (6,028) at 20240405153054281 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/groff_1.23.0.bb' (6,029) at 20241221090017676 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stout_defconfig' (6,030) at 20210308005003280 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0015-Add-timestamp-validation-for-uefi-variables.patch' (6,031) at 20241206090014214 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb_frontend.h' (6,032) at 20240405153052825 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_factory_dcn315.h' (6,033) at 20240405153047289 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/eth.c' (6,034) at 20210308005002988 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srp/Kconfig' (6,035) at 20210307214928466 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.h' (6,036) at 20240405153047205 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/slre.c' (6,037) at 20210308005003712 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/README' (6,038) at 20210308005003040 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmo_Haukela' (6,039) at 20210307205553770 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/vc4_mock.c' (6,040) at 20240405153230643 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grasmyr' (6,041) at 20210307205553782 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fixed_defined_warnings.patch' (6,042) at 20230706080014765 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_xthead.c.inc' (6,043) at 20240906080037524 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/als.c' (6,044) at 20220525020652094 2025-03-14 03:00:45.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi' (6,045) at 20241115090012941 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_profile_settings_sub_menu.robot' (6,046) at 20240628080017113 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl006c.h' (6,047) at 20210309003649824 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/esp4_offload.c' (6,048) at 20240405153053245 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcupdate_trace.h' (6,049) at 20240405153231835 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/rseq/rseq.h' (6,050) at 20241018080014602 to deleted uid set 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wdt_pci.c' (6,051) at 20220525020654335 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager.h' (6,052) at 20210308005002780 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo_common.bbclass' (6,053) at 20241221090017608 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/Makefile' (6,054) at 20210308005002948 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6755-evb.dts' (6,055) at 20240405153045745 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/lathist_kern.c' (6,056) at 20210309003654512 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-zero.dts' (6,057) at 20240405153229871 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/mmc_ops.c' (6,058) at 20240405153049657 2025-03-14 03:00:45.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cirrusfb.c' (6,059) at 20240405153231579 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/lpc32xx_dma.c' (6,060) at 20210308005003372 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/shakti-c.rst' (6,061) at 20220429100100426 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/chsc.h' (6,062) at 20210307214926514 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service.in' (6,063) at 20210307205554590 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-kernel/linux/linux-aspeed_%.bbappend' (6,064) at 20220111040017380 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rblist.h' (6,065) at 20210307214932602 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml' (6,066) at 20240405153045145 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6370-regulator.c' (6,067) at 20240405153051469 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/css.h' (6,068) at 20240906080037340 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv35.c' (6,069) at 20220525020652967 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.h' (6,070) at 20220525020652823 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr.inc' (6,071) at 20241221090017692 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_config.hpp' (6,072) at 20240307090027676 2025-03-14 03:00:45.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/util.hpp' (6,073) at 20240817080005771 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_3_offset.h' (6,074) at 20240405153047977 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/p2p.h' (6,075) at 20210307214929734 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/059' (6,076) at 20240326080039726 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/sve_vl.c' (6,077) at 20240405153054241 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/flow.h' (6,078) at 20210308005002672 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/Makefile' (6,079) at 20210308005002560 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch' (6,080) at 20241221090017632 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddr_sdram.h' (6,081) at 20210308005003648 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-emcon.dtsi' (6,082) at 20240405153229887 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/binconfig-disabled.bbclass' (6,083) at 20220910030013385 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/sc.c' (6,084) at 20240405153231191 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0006-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch' (6,085) at 20241221090017644 to deleted uid set 2025-03-14 03:00:45.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-dsi.yaml' (6,086) at 20240405153045049 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (6,087) at 20210814000014902 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/relocate_kernel_32.S' (6,088) at 20220804100015900 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-con-str.h' (6,089) at 20241211090212522 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/sc-rm7k.c' (6,090) at 20210307214926278 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_spi_defconfig' (6,091) at 20210308005003268 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_kc705_be/include/variant/tie-asm.h' (6,092) at 20210307214926770 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/le.h' (6,093) at 20240405153052617 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/fakes/clock_fake.hpp' (6,094) at 20220412175720090 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/aat2870-regulator.c' (6,095) at 20240405153051461 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c' (6,096) at 20240405153230391 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x.dts' (6,097) at 20210308005002600 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/processor-flags.h' (6,098) at 20210308005002880 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/isa-bridge.h' (6,099) at 20210307214926382 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_common.h' (6,100) at 20210307214927078 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/stmpe-keypad.c' (6,101) at 20240405153049137 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_afmt.h' (6,102) at 20240405153047253 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/bitmain/bm1880-sophon-edge.dts' (6,103) at 20210307214926010 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/jvmti/jvmti_agent.c' (6,104) at 20220525020655143 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_msgb.h' (6,105) at 20240405153051393 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_sysfs.c' (6,106) at 20240405153051533 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-headsmp.S' (6,107) at 20210307214925918 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/flexible_array.cocci' (6,108) at 20220525020654939 2025-03-14 03:00:45.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_mark_m.h' (6,109) at 20210307214931650 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/ax88796b.c' (6,110) at 20220804100015992 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/conf/layer.conf' (6,111) at 20241221090017492 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i82860_edac.c' (6,112) at 20240405153047017 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-websock.h' (6,113) at 20210308005046037 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (6,114) at 20240730080012557 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h' (6,115) at 20210309003649428 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic-isa.c' (6,116) at 20240906080037256 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/xen/gntalloc.h' (6,117) at 20210307214931694 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/eeprom.h' (6,118) at 20210307214929898 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/Makefile' (6,119) at 20210308005003052 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/Kconfig' (6,120) at 20210308005003168 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-0.dtsi' (6,121) at 20240405153046093 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/parse_simple.c' (6,122) at 20210307214932118 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/LICENSE' (6,123) at 20210308005054069 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/propertywatchgentest.mako.hpp' (6,124) at 20210308005108057 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/flowctrl.h' (6,125) at 20210307214931594 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/architecture.rst' (6,126) at 20240405153045009 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/Kconfig' (6,127) at 20210308005003444 2025-03-14 03:00:45.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/btcoex.c' (6,128) at 20241008080013951 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vfio.h' (6,129) at 20240405153231883 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/detail/watch_timeout.hpp' (6,130) at 20210308005114857 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/PSPD/meson.build' (6,131) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/poison.h' (6,132) at 20241211090212358 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c' (6,133) at 20220525020652971 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-dyntick.svg' (6,134) at 20210307214925210 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/Makefile' (6,135) at 20240405153053209 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/snmp/snmp_utils.robot' (6,136) at 20240627080021048 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (6,137) at 20241213090035010 to deleted uid set 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00mmio.h' (6,138) at 20210307214929910 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/cdns,ttc.yaml' (6,139) at 20240405153045177 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svc4proc.c' (6,140) at 20240405153052401 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835.dtsi' (6,141) at 20210308005002572 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/signal.h' (6,142) at 20210307214926066 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/Makefile' (6,143) at 20210307214929382 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/trampoline.S' (6,144) at 20210307214926110 2025-03-14 03:00:45.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vsx-impl.c.inc' (6,145) at 20241022080032792 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9p031.c' (6,146) at 20240405153049321 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/mcp4531.c' (6,147) at 20240405153230695 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi' (6,148) at 20210308005002612 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_keyboard.c' (6,149) at 20240405153052993 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/lcm.c' (6,150) at 20210307214931810 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/README.skeleton' (6,151) at 20210729000029124 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth.c' (6,152) at 20210308005003424 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch.py' (6,153) at 20241221090017588 to deleted uid set 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9m10g45ek_mmc_defconfig' (6,154) at 20210308005003248 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Estrela-do-Sul-63.0W' (6,155) at 20210307205553758 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/lib/ignore-filter' (6,156) at 20221207040016311 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c' (6,157) at 20240405153045665 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_uart.h' (6,158) at 20210307214928702 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/monitor.c' (6,159) at 20210308005046297 2025-03-14 03:00:45.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/Kconfig.debug' (6,160) at 20240405153053121 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/tlb.h' (6,161) at 20240405153230079 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/nvidia_gb200_io_board.json' (6,162) at 20241101080009595 to deleted uid set 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vector_transports.c' (6,163) at 20210307214926618 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-Use-correct-printf-format-for-__fsblkcnt_t.patch' (6,164) at 20230114040015474 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/time.c' (6,165) at 20210307214926190 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/Makefile' (6,166) at 20210307214928542 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_superblock.h' (6,167) at 20240405153053117 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/signal32.h' (6,168) at 20240405153046077 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg_20230501.bb' (6,169) at 20230520080014480 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-opos6uldev.dts' (6,170) at 20240405153045525 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/soc.c' (6,171) at 20210308005002728 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/srf08.c' (6,172) at 20240405153049013 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/core.h' (6,173) at 20240405153231819 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6125-xiaomi-laurel-sprout.dts' (6,174) at 20240405153229955 2025-03-14 03:00:45.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_router.c' (6,175) at 20240405153050077 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-nettle.c' (6,176) at 20241211090212230 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/persistent-net-name.bb' (6,177) at 20241211090147013 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch' (6,178) at 20240302090018206 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power/meson.build' (6,179) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/gpu_stress_test.robot' (6,180) at 20240628080017121 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/ras.c' (6,181) at 20240405153230051 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/cutils.h' (6,182) at 20230426080043840 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/Build' (6,183) at 20210307214932514 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/chacha-s390.S' (6,184) at 20240405153046269 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lilla_Edet' (6,185) at 20210307205553786 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_filters.h' (6,186) at 20240405153050273 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/Makefile' (6,187) at 20240719080013385 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0028-build-path.c-avoid-boot-time-segfault-for-musl.patch' (6,188) at 20241221090017644 to deleted uid set 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/msf2-emac.h' (6,189) at 20210308005046021 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/LICENSE' (6,190) at 20240709145403765 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml' (6,191) at 20241120090018888 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd_3.26.1.bb' (6,192) at 20241206090014242 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/net1080.c' (6,193) at 20210309003651344 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/extable.h' (6,194) at 20240405153045937 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@440/tmp275@4a.conf' (6,195) at 20240904080027734 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/sys_proto.h' (6,196) at 20210308005002708 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/bman-portals.txt' (6,197) at 20210307214925422 2025-03-14 03:00:45.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py' (6,198) at 20210307205554266 2025-03-14 03:00:45.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt715_sdca.c' (6,199) at 20240405153053957 2025-03-14 03:00:45.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingUnit.v1_1_2.json' (6,200) at 20240619080002944 to deleted uid set 2025-03-14 03:00:45.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/tcm-sita.c' (6,201) at 20240405153048681 2025-03-14 03:00:45.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/crc32.rst' (6,202) at 20240405153045265 2025-03-14 03:00:45.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jamjo' (6,203) at 20210307205553782 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS7.conf' (6,204) at 20240310080021376 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am43xx-clocks.dtsi' (6,205) at 20240405153045597 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scpi.c' (6,206) at 20241211090145405 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_state_effecter.hpp' (6,207) at 20240819080030259 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/petalogix_ml605_mmu.c' (6,208) at 20241211090212290 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/rpmb.c' (6,209) at 20210308005003404 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util.inc' (6,210) at 20221120040010738 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/musb.h' (6,211) at 20210308005002656 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-controller.js' (6,212) at 20210308005107065 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_events/trace-events-sample.c' (6,213) at 20240405153053433 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power5-pmu.c' (6,214) at 20240405153046193 2025-03-14 03:00:45.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwxface.c' (6,215) at 20240405153046621 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/util.c' (6,216) at 20241211090145525 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/psu-firmware-update.md' (6,217) at 20240215090004516 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/Makefile' (6,218) at 20240405153046553 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Protocol.json' (6,219) at 20240619080002952 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_prevent_map_lookup.c' (6,220) at 20240405153054281 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/iothread.c' (6,221) at 20210927100127641 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x35.dtsi' (6,222) at 20210308005002572 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme.c' (6,223) at 20210308005003448 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs_lzjb.c' (6,224) at 20210308005003556 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/perf_event.h' (6,225) at 20240405153045625 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gv100.c' (6,226) at 20240405153048645 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_ovs.c' (6,227) at 20240405153053325 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ifu.json' (6,228) at 20240405153054109 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb' (6,229) at 20210307205553750 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/bmc-verify.sh' (6,230) at 20230428080015190 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00debug.h' (6,231) at 20210307214929906 2025-03-14 03:00:45.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalPhyRf.c' (6,232) at 20220525020654179 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c' (6,233) at 20240405153048637 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_usb_ops.c' (6,234) at 20240405153231263 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c' (6,235) at 20241211090145461 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dtt200u.h' (6,236) at 20210307214928818 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/plocate/plocate_1.1.23.bb' (6,237) at 20241221090017520 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/layer.conf' (6,238) at 20241221090017480 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pinmux_config.h' (6,239) at 20210308005002912 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cramfs/README' (6,240) at 20240405153052317 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/posix_types.h' (6,241) at 20210308005002840 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/ISC' (6,242) at 20210307214925638 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.0.1' (6,243) at 20211006000025242 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sd_trace.h' (6,244) at 20240405153051733 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/README.libretech-cc' (6,245) at 20210308005002912 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/scpi_pm_domain.c' (6,246) at 20240405153230299 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max6642.rst' (6,247) at 20210307214925502 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/fsl-soc.c' (6,248) at 20210307214926362 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reset/socfpga.h' (6,249) at 20210307214931498 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/App.vue' (6,250) at 20241004080035959 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dev_ioctl.c' (6,251) at 20240405153232003 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/MultiFactorAuthConfiguration.interface.yaml' (6,252) at 20240913080021481 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-fan-config.bbappend' (6,253) at 20210812000025166 2025-03-14 03:00:45.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-kernel/linux/linux-aspeed_%.bbappend' (6,254) at 20240712080022837 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.h' (6,255) at 20210307214929930 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra124-emc.c' (6,256) at 20240405153049589 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/iters_state_safety.c' (6,257) at 20240405153054269 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_backlight.c' (6,258) at 20240405153231579 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/include/rde/rde_handler.hpp' (6,259) at 20231021080001830 to deleted uid set 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/MAINTAINERS' (6,260) at 20210308005002992 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/xlnx,csi2rxss.yaml' (6,261) at 20240405153045101 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdkv310_defconfig' (6,262) at 20210308005003280 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/sti/Makefile' (6,263) at 20240405153051485 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/exynos_lcd.h' (6,264) at 20210308005003644 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-camera.c' (6,265) at 20210307214928554 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml' (6,266) at 20240405153045153 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ts219-6282.dts' (6,267) at 20240405153045457 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/tsys01.c' (6,268) at 20240405153049013 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versatile/timer.c' (6,269) at 20210308005002796 2025-03-14 03:00:45.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,wdma.yaml' (6,270) at 20240405153045041 2025-03-14 03:00:45.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd_n64.h' (6,271) at 20240906080037352 2025-03-14 03:00:45.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp_listen.c' (6,272) at 20240405153053357 2025-03-14 03:00:45.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/tcp.c' (6,273) at 20241118090018499 2025-03-14 03:00:45.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/slavio_misc.c' (6,274) at 20241211090212298 2025-03-14 03:00:45.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/842/842_decompress.c' (6,275) at 20210307214931790 2025-03-14 03:00:45.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/floating-point.json' (6,276) at 20240405153054121 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/sta.c' (6,277) at 20240910080014058 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/winucase.c' (6,278) at 20240405153052525 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb' (6,279) at 20241221090017548 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_wip.c' (6,280) at 20210308005003708 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-scmi.c' (6,281) at 20240405153048913 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7791-koelsch.dts' (6,282) at 20240405153229895 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (6,283) at 20220505030018006 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/Makefile' (6,284) at 20240405153045633 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/xen-pcifront.c' (6,285) at 20240405153231299 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/peerlookup.h' (6,286) at 20210307214929726 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/Makefile' (6,287) at 20210308005003028 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/kernel-enforcement-statement.rst' (6,288) at 20210307214925586 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TriggersCollection.json' (6,289) at 20240619080002956 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-warp.dts' (6,290) at 20240418080014478 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/icp-native.c' (6,291) at 20240830080013243 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/memalign.h' (6,292) at 20220429100100586 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/64-bit.config' (6,293) at 20240405153230063 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Protection' (6,294) at 20211006000025230 2025-03-14 03:00:45.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch' (6,295) at 20240413080012643 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/dbus_passive_unittest.cpp' (6,296) at 20241210090026644 to deleted uid set 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/p8022.h' (6,297) at 20240405153231855 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/sysfs.c' (6,298) at 20210307214929798 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi' (6,299) at 20240405153229927 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/unaligned/packed_struct.h' (6,300) at 20210307214932474 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/bu21029_ts.c' (6,301) at 20240405153230731 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-int.err' (6,302) at 20210308005046401 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/tools/peltool.cpp' (6,303) at 20241003080023045 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/net/bpf_jit_comp64.c' (6,304) at 20241104090011563 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/st_smi.h' (6,305) at 20210308005003668 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/adc.c' (6,306) at 20210307214926558 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rtc/Makefile' (6,307) at 20210307214932718 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/Makefile' (6,308) at 20210308005002972 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libgssglue/libgssglue_0.8.bb' (6,309) at 20241221090017580 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/nexthop-group-resilient.rst' (6,310) at 20220525020651750 2025-03-14 03:00:45.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_gcr_el1_cswitch.c' (6,311) at 20240405153054237 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (6,312) at 20241001080014404 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb' (6,313) at 20240301090012423 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/remap_range.c' (6,314) at 20240405153052501 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/omap/omap_pm.rst' (6,315) at 20240405153044973 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_dctcp.c' (6,316) at 20240405153054265 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_common.c' (6,317) at 20210307214929362 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/tveeprom.c' (6,318) at 20210307214928602 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear1340.dtsi' (6,319) at 20240405153229899 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd_235.bb' (6,320) at 20241221090017560 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/toshiba.c' (6,321) at 20220525020652298 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.h' (6,322) at 20240405153047161 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (6,323) at 20241002080013798 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_vid.c' (6,324) at 20210307214928038 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/sidewinder.c' (6,325) at 20240405153049133 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d3xek.h' (6,326) at 20210308005003612 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rockchip-ep.c' (6,327) at 20241211090145477 2025-03-14 03:00:45.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/module.c' (6,328) at 20240405153046433 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/wow.c' (6,329) at 20210307214929774 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.h' (6,330) at 20240405153230395 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f34.h' (6,331) at 20240405153049153 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/qspinlock.c' (6,332) at 20240913080013769 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/reassembly.c' (6,333) at 20240405153232015 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/sy8106a.c' (6,334) at 20210308005003472 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/input.c' (6,335) at 20240520080015231 to deleted uid set 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_cache.c' (6,336) at 20240405153048389 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch' (6,337) at 20241221090017688 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/kvm/meson.build' (6,338) at 20240326080039694 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enumstd.rst' (6,339) at 20220525020651786 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/setup.c' (6,340) at 20210307214926270 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/pgtable.h' (6,341) at 20240405153230027 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/combo-layer-hook-default.sh' (6,342) at 20220910030013433 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-serial.cfg' (6,343) at 20220804030014671 2025-03-14 03:00:45.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_qm_cgm_regs.h' (6,344) at 20240405153046601 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/percpu_freelist.c' (6,345) at 20240405153052981 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/clocks.rst' (6,346) at 20241211090212234 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/additional_data.hpp' (6,347) at 20241212090025211 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c' (6,348) at 20220525020652963 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dcb/dcbnl.c' (6,349) at 20240405153053229 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/gpio-utils.c' (6,350) at 20220525020655115 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/pipeline.json' (6,351) at 20240405153054113 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-uevm.dts' (6,352) at 20240405153045609 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-keene.c' (6,353) at 20210307214928770 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kzm9g_defconfig' (6,354) at 20210308005003264 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/build.yml' (6,355) at 20240613080016399 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/0001-Remove-the-access-to-entities-checked-private-symbol.patch' (6,356) at 20230811080018302 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-acpi' (6,357) at 20240405153229731 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/timer32k.c' (6,358) at 20240405153045661 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/mount.c' (6,359) at 20240405153231695 2025-03-14 03:00:45.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor3.conf' (6,360) at 20230929080014511 to deleted uid set 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vce_v3_0.h' (6,361) at 20210307214927250 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/pl011.yaml' (6,362) at 20240405153045153 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_apg.c' (6,363) at 20240405153047253 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/Kconfig' (6,364) at 20220525020654707 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/mbx.h' (6,365) at 20210307214929470 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/ebony_defconfig' (6,366) at 20210307214926366 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/COPYING.MIT' (6,367) at 20210307205553690 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-mtrace_2.40.bb' (6,368) at 20241221090017640 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c' (6,369) at 20240405153049381 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lirc.tmpfiles' (6,370) at 20210307205553850 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hpo_dp_link_encoder.h' (6,371) at 20240405153047253 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/pcie_slots.hpp' (6,372) at 20241217090008768 to deleted uid set 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/safesetid/Makefile' (6,373) at 20240405153054373 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/tegra234-reset.h' (6,374) at 20240405153052653 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/setup.h' (6,375) at 20210307214926326 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/Kconfig' (6,376) at 20210307214929530 2025-03-14 03:00:45.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/MAINTAINERS' (6,377) at 20210308005002988 2025-03-14 03:00:45.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sbp1_rssd.json' (6,378) at 20241003080004509 2025-03-14 03:00:45.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_mac.h' (6,379) at 20220525020653779 2025-03-14 03:00:45.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/module.lds.h' (6,380) at 20210309003653800 2025-03-14 03:00:45.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps_git.bb' (6,381) at 20240301090012435 2025-03-14 03:00:45.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pch_gbe.c' (6,382) at 20210308005003440 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-csi.c' (6,383) at 20240405153231471 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/romimage/mmcif-sh7724.c' (6,384) at 20240405153046309 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kprobes/Makefile' (6,385) at 20210307214926702 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv25.c' (6,386) at 20240405153230607 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/sm.c' (6,387) at 20210308005002752 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_hw.h' (6,388) at 20240405153049493 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/netvsc_trace.c' (6,389) at 20210307214929674 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/imx/cpu.h' (6,390) at 20220525020654651 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_dtx.c' (6,391) at 20240405153051393 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/component.h' (6,392) at 20240405153052673 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/io.h' (6,393) at 20240405153230091 2025-03-14 03:00:45.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/umt-010.c' (6,394) at 20240405153049553 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/console/obmc-console/obmc-console.conf' (6,395) at 20230512080018777 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/def.h' (6,396) at 20210307214929930 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/Makefile' (6,397) at 20240405153049933 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kasan-enabled.h' (6,398) at 20240405153052713 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bcm63xx_udc.c' (6,399) at 20240405153052081 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/pci.h' (6,400) at 20240405153046297 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ext4.h' (6,401) at 20240405153052917 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/rtsx_usb_ms.c' (6,402) at 20210716100029947 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/adp-ag101p.c' (6,403) at 20210308005002900 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/0001-m4-Just-emit-the-first-line-of-compiler-version.patch' (6,404) at 20230609080014395 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsi.h' (6,405) at 20240405153230555 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/engine.h' (6,406) at 20240405153231791 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore1_mme_ctrl_lo_regs.h' (6,407) at 20240405153046589 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/Kconfig.debug' (6,408) at 20210524100034878 2025-03-14 03:00:45.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh' (6,409) at 20240405153054353 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/simple-card.yaml' (6,410) at 20240405153229799 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/fix-libusb-paths.patch' (6,411) at 20230609080014391 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/10m50_defconfig' (6,412) at 20210308005003232 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/cam.h' (6,413) at 20240405153050661 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/88pm860x-core.c' (6,414) at 20240405153049597 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/apple/Makefile' (6,415) at 20240405153053553 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_de0_nano_soc.h' (6,416) at 20210308005003616 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/sbp/Makefile' (6,417) at 20210307214930706 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux.h' (6,418) at 20210307214930950 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/setup.ld' (6,419) at 20240405153230103 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/bt1-pvt.rst' (6,420) at 20210307214925498 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts' (6,421) at 20240405153045717 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/fourcc.rst' (6,422) at 20210307214925610 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1025rdb_36b.dts' (6,423) at 20210307214926346 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/q800.c' (6,424) at 20241211090212290 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500plat.c' (6,425) at 20230925080039897 2025-03-14 03:00:45.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-malta/mc146818rtc.h' (6,426) at 20210307214926222 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm1789.c' (6,427) at 20240405153053677 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/hostconsole.conf' (6,428) at 20230114040015462 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164.h' (6,429) at 20240405153049381 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dts' (6,430) at 20240405153045541 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/groups_1p.json' (6,431) at 20241108090014316 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ipf.c' (6,432) at 20241114091008832 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch' (6,433) at 20241221090017680 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mxcc.h' (6,434) at 20210307214926582 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sysma_Liikola' (6,435) at 20210307205553774 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/e1000.rst' (6,436) at 20240405153045233 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml' (6,437) at 20210307214925274 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/Makefile' (6,438) at 20240405153230243 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vmalloc.h' (6,439) at 20240405153045941 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/goldfish_events.c' (6,440) at 20210307214928474 2025-03-14 03:00:45.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-dmar-iommu.h' (6,441) at 20241114091008832 to deleted uid set 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml' (6,442) at 20240405153045109 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_device_access.h' (6,443) at 20210307214930546 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/136' (6,444) at 20210927100127485 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Turksat-42.0E' (6,445) at 20210307205553762 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm90.c' (6,446) at 20240405153230663 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_7k.h' (6,447) at 20210307214929606 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sockex3_kern.c' (6,448) at 20240405153053425 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot/reboot.sh' (6,449) at 20210308005111465 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/test_arm_aspeed_rainier.py' (6,450) at 20241211090212538 to deleted uid set 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/Kconfig' (6,451) at 20210308005003076 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/294.out' (6,452) at 20210308005046469 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml' (6,453) at 20240405153045033 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/Makefile' (6,454) at 20220525020653051 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-classd.c' (6,455) at 20240710080014617 2025-03-14 03:00:45.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/main.c' (6,456) at 20210307214926626 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_usb2.c' (6,457) at 20240405153052041 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_eth_path.c' (6,458) at 20240405153231007 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/configfs_internal.h' (6,459) at 20240405153052317 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/mp.h' (6,460) at 20240405153050125 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_ph.c' (6,461) at 20210308005046505 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/strlen.S' (6,462) at 20210307214926098 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/intel.c' (6,463) at 20240405153046637 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/tiny-base.config' (6,464) at 20240405153231903 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/kudo_uart_mux_ctrl.sh' (6,465) at 20220422030010210 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbbridged.cpp' (6,466) at 20240817080008816 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/files/power-target.sh' (6,467) at 20230421080020940 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-mem.h' (6,468) at 20241211090212366 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_secboot_err.h' (6,469) at 20210308005003652 2025-03-14 03:00:45.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml' (6,470) at 20231126090012765 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_common.h' (6,471) at 20210307214929862 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/edac.h' (6,472) at 20210307214931390 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/blk-mq.h' (6,473) at 20240405153231799 to deleted uid set 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/__init__.py' (6,474) at 20210307205554390 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/msr-smp.c' (6,475) at 20220525020652186 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/emif4.c' (6,476) at 20210308005002756 2025-03-14 03:00:45.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_syntax_errors.tc' (6,477) at 20241216090017805 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/slub.c' (6,478) at 20241211090145549 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/eth.c' (6,479) at 20210308005002992 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vboxvideo_vbe.h' (6,480) at 20210307214928058 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/signal.c' (6,481) at 20240906080037356 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/tsx09-common.h' (6,482) at 20210307214925930 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-tag.c' (6,483) at 20240830080013247 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/server.c' (6,484) at 20241220090018322 to deleted uid set 2025-03-14 03:00:45.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/fifo_icap.c' (6,485) at 20240405153046765 2025-03-14 03:00:45.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_hw.h' (6,486) at 20240405153231419 2025-03-14 03:00:45.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/Makefile' (6,487) at 20210308005003004 2025-03-14 03:00:45.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-configfs.c' (6,488) at 20210307214928354 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/pptable.h' (6,489) at 20240405153230499 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-db-xc3-24g4xg.dts' (6,490) at 20240405153045453 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-fontforgeexe-Use-env-to-find-fontforge.patch' (6,491) at 20220721030015845 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/atomic.h' (6,492) at 20210308005002836 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb6100.h' (6,493) at 20210307214928638 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComponentIntegrityCollection.json' (6,494) at 20240619080002944 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/barrier.h' (6,495) at 20210307214926210 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/pager.h' (6,496) at 20210307214932494 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/hugetlb_vmemmap.c' (6,497) at 20240405153053125 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryMetrics_v1.xml' (6,498) at 20240619080002928 2025-03-14 03:00:45.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c' (6,499) at 20240405153231051 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/fotg210-hcd.h' (6,500) at 20240405153052065 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/create-pull-request' (6,501) at 20230919080013994 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb' (6,502) at 20230706080014765 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sabreauto.dtsi' (6,503) at 20240405153045517 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Create/meson.build' (6,504) at 20230825080021133 to deleted uid set 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-s-hw-freq-seek.rst' (6,505) at 20220525020651790 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb' (6,506) at 20241221090017528 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/seccomp_filter.rst' (6,507) at 20240405153045325 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/libcr51sign/src/meson.build' (6,508) at 20231229090005659 to deleted uid set 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/timer.hpp' (6,509) at 20241219090033968 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/bme680_i2c.c' (6,510) at 20240405153048969 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6660.h' (6,511) at 20210307214932318 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/fmopl.c' (6,512) at 20240326080039426 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_fwsram.h' (6,513) at 20210308005003020 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-bcm-kona.c' (6,514) at 20240405153048897 2025-03-14 03:00:45.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb' (6,515) at 20220402030015927 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mt8195-gce.h' (6,516) at 20220525020654543 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/Makefile' (6,517) at 20240405153229899 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/orc-unwinder.rst' (6,518) at 20240405153044989 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/kvm_cache_regs.h' (6,519) at 20240405153046449 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/cairo/cairo_%.bbappend' (6,520) at 20210812000025266 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/dsd/leds.rst' (6,521) at 20240405153045209 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMSC/meson.build' (6,522) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/digsig.c' (6,523) at 20220525020654747 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/bootm-fdt.c' (6,524) at 20210308005002708 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_strings.h' (6,525) at 20240405153046709 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_roce.h' (6,526) at 20210307214929390 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/memory.rst' (6,527) at 20220429100100414 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/Build' (6,528) at 20240405153054085 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/056_name_prefix.dts' (6,529) at 20210308005003752 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ikaalinen_Riitiala' (6,530) at 20210307205553770 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-13.conf' (6,531) at 20230412080023460 2025-03-14 03:00:45.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_if_common.h' (6,532) at 20240405153051409 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c' (6,533) at 20240405153047165 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/Kconfig' (6,534) at 20240405153049753 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@340/vrm@64.conf' (6,535) at 20240904080027738 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/Makefile' (6,536) at 20210307214926270 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/cadence_sdhci.h' (6,537) at 20210308005046029 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/map.c' (6,538) at 20210307214930990 2025-03-14 03:00:45.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/elf.h' (6,539) at 20220525020651966 2025-03-14 03:00:45.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_7_0_sh_mask.h' (6,540) at 20210307214927530 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst-mfld-dsp.h' (6,541) at 20240405153053937 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/cachectl.h' (6,542) at 20210307214926250 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/memory.json' (6,543) at 20220525020655143 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch' (6,544) at 20230706080014749 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/mtk-cci-devfreq.c' (6,545) at 20240405153230275 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb' (6,546) at 20241221090017676 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0003-aspeed-add-gpio-support.patch' (6,547) at 20210307205554222 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/fvp.env' (6,548) at 20240507080014346 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/devpts.sh' (6,549) at 20220405030025645 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/batman-adv/bat_v.c' (6,550) at 20240405153231987 to deleted uid set 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572ds_camp_core1.dts' (6,551) at 20210307214926346 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-async.c' (6,552) at 20240805080013971 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/policyTable.json' (6,553) at 20210307205553710 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/hwtest.c' (6,554) at 20210307214926170 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (6,555) at 20231126090012785 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.3' (6,556) at 20211006000025242 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/kwbimage.cfg' (6,557) at 20210308005002904 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/0001-cmake-Test-for-sys-uio.h.patch' (6,558) at 20240301090012423 to deleted uid set 2025-03-14 03:00:45.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/swap_muldiv64.cocci' (6,559) at 20210308005046237 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/omap-dma.c' (6,560) at 20240405153045661 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/sdkbuildproject.py' (6,561) at 20210307205554446 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/quota.c' (6,562) at 20240405153050541 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/usb_network.service.m4' (6,563) at 20220406030020161 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/trace.c' (6,564) at 20220525020654791 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hid-roccat.h' (6,565) at 20240405153231811 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_attrs.c' (6,566) at 20240405153051597 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/event_analyzing_sample-record' (6,567) at 20210307214932566 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stih410/sdhci.h' (6,568) at 20210308005002664 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/bitsperlong.h' (6,569) at 20210308005046065 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04a4.dts' (6,570) at 20240405153045601 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/MAINTAINERS' (6,571) at 20210308005002976 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/test/test-sh.bb' (6,572) at 20241206090014226 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_core_sys.c' (6,573) at 20240405153051533 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/compat.h' (6,574) at 20240405153046105 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/Makefile' (6,575) at 20240405153048669 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-twinhan-dtv-cab-ci.c' (6,576) at 20210307214928786 2025-03-14 03:00:45.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSupplyMetrics_v1.xml' (6,577) at 20240619080002932 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/nodemanager.h' (6,578) at 20220525020654467 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson/0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch' (6,579) at 20230317080013793 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.hpp' (6,580) at 20240828080025975 to deleted uid set 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/hists_output.c' (6,581) at 20240405153054165 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/sh7760-ac97.c' (6,582) at 20210307214932414 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpufeature.h' (6,583) at 20240405153046105 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tee/optee_ta_avb.h' (6,584) at 20210308005003688 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds210.dts' (6,585) at 20240405153045457 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/host_condition_gpio/meson.build' (6,586) at 20240621080029190 to deleted uid set 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump-extensions.cpp' (6,587) at 20230512080032445 to deleted uid set 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/otg.h' (6,588) at 20210308005003672 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-inst.c' (6,589) at 20241211090212330 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-sched.h' (6,590) at 20240830080013339 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.16/index.html' (6,591) at 20210307205554246 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw_3.3.10.bb' (6,592) at 20241221090017536 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/vt8500/via,vt8500-pmc.txt' (6,593) at 20210307214925282 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/g2d-hw.c' (6,594) at 20240405153049461 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/Kconfig' (6,595) at 20210309003653312 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/event-facility.c' (6,596) at 20241211090212330 2025-03-14 03:00:45.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/mman.h' (6,597) at 20210307214932478 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-cadence.txt' (6,598) at 20210308005003324 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_connmark.h' (6,599) at 20240405153052929 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/e2220-1170.h' (6,600) at 20210308005003592 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_monitor.cpp' (6,601) at 20240820080031614 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/udivsi3_i4i-Os.S' (6,602) at 20210307214926570 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/keyboard.h' (6,603) at 20210308005003656 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/Makefile' (6,604) at 20210307214929414 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_esp.h' (6,605) at 20210307214931646 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml' (6,606) at 20240405153229767 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm20b.c' (6,607) at 20220525020652971 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml' (6,608) at 20240405153045085 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/setup-sh7201.c' (6,609) at 20210307214926562 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_bloom_filter.c' (6,610) at 20240805080013975 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-cycle.out' (6,611) at 20210308005046409 to deleted uid set 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/memory.json' (6,612) at 20220525020655147 2025-03-14 03:00:45.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/qdio.h' (6,613) at 20240405153046281 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_xtree.h' (6,614) at 20240830080013323 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CAL-1.0-Combined-Work-Exception' (6,615) at 20211006000025230 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/samsung_sound.c' (6,616) at 20210308005003488 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/hpre/Makefile' (6,617) at 20210307214927090 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/Makefile' (6,618) at 20210308005003440 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/mx6q_4x_mt41j128.cfg' (6,619) at 20210308005002920 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-moxa-uc-2101.dts' (6,620) at 20240405153045589 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (6,621) at 20240727080014098 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/trace-rpmh.h' (6,622) at 20240405153231451 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_subr.c' (6,623) at 20210307214932050 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos7420-espresso7420.dts' (6,624) at 20210308005002580 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c' (6,625) at 20241216090017705 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/cache.h' (6,626) at 20210307214926106 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/init.c' (6,627) at 20240405153046429 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/edb93xx.c' (6,628) at 20210308005002944 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/phosphor-ipmi-blobs.wrap' (6,629) at 20211029000047258 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/gemini/Makefile' (6,630) at 20210307214930442 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/configs/loongson3_defconfig' (6,631) at 20241011080017287 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/fancontrol.init' (6,632) at 20210307205553874 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/gpio-shutdown.bb' (6,633) at 20241206090014278 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/no-bench-slope.patch' (6,634) at 20241221090017696 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h' (6,635) at 20210307214928842 2025-03-14 03:00:45.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/nconf-cfg.sh' (6,636) at 20240405153053453 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_phy_28nm.xml.h' (6,637) at 20240405153048597 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/Makefile' (6,638) at 20240405153045717 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/pmu.c' (6,639) at 20240405153054085 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-s2mps11.c' (6,640) at 20240405153046781 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm_eni.h' (6,641) at 20210307214931622 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-v3s-ccu.h' (6,642) at 20210308005003636 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_vblank_work.c' (6,643) at 20210309003649708 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/Kconfig' (6,644) at 20210308005003500 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-a1000.dts' (6,645) at 20240405153045373 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb' (6,646) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/curses_keys.h' (6,647) at 20230925080040105 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml' (6,648) at 20240405153045065 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memory.h' (6,649) at 20240405153231819 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3_3.17.1.bb' (6,650) at 20241206090014246 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/wpa.h' (6,651) at 20240405153053305 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0014-add-u3-ss-descriptor-support-for-adb.patch' (6,652) at 20230706080014745 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteSetEntryCollection_v1.xml' (6,653) at 20240619080002936 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-bbrevd.dtsi' (6,654) at 20240405153045401 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/build/tests/ex/empty/Build' (6,655) at 20210307214932470 to deleted uid set 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch' (6,656) at 20230706080014765 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/Kconfig' (6,657) at 20210307214928346 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/fdc.h' (6,658) at 20240906080037328 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-landisk/gio.c' (6,659) at 20220525020652110 2025-03-14 03:00:45.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-1.dtsi' (6,660) at 20240405153046093 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/Makefile' (6,661) at 20210307214930986 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nuvoton/clk-ma35d1.c' (6,662) at 20240405153230219 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/cache.c' (6,663) at 20210308005002804 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/README' (6,664) at 20210308005003080 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/waitid_options.c' (6,665) at 20210307214932578 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/device.h' (6,666) at 20240405153051953 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/depends.py' (6,667) at 20210307205554434 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/adp5061.c' (6,668) at 20240405153051425 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/index.js' (6,669) at 20210308005107065 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/module-sections.c' (6,670) at 20210307214926498 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/Kconfig' (6,671) at 20240405153049009 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/cdc/ad7150.c' (6,672) at 20240405153230691 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvmfp.c' (6,673) at 20210308005003376 2025-03-14 03:00:45.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-savu.c' (6,674) at 20240405153230655 2025-03-14 03:00:45.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/uncore-memory.json' (6,675) at 20240405153054129 2025-03-14 03:00:45.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/litesom.h' (6,676) at 20210308005002648 2025-03-14 03:00:45.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/max11801_ts.c' (6,677) at 20240405153049161 2025-03-14 03:00:45.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/main.c' (6,678) at 20240405153050481 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/debugfs.c' (6,679) at 20240405153050481 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoedev.c' (6,680) at 20240405153046701 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_rpc_upcall.h' (6,681) at 20210307214932082 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/pm.h' (6,682) at 20210307214931446 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.gitignore' (6,683) at 20230622080035935 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init.bb' (6,684) at 20241226090016123 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c' (6,685) at 20240405153050065 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx-ldb-helper.c' (6,686) at 20240405153048373 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/vdso.c' (6,687) at 20240405153045633 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/exar_wdt.c' (6,688) at 20240405153052241 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/compat.h' (6,689) at 20220525020652378 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec_paz00.c' (6,690) at 20240405153051869 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/ia_css_raw.host.c' (6,691) at 20240405153051837 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/other.json' (6,692) at 20220525020655143 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/08a32b2379fb5582f4312e59bf51a2823df56276.patch' (6,693) at 20241221090017532 2025-03-14 03:00:45.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/options.c' (6,694) at 20241211090212390 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53loco.h' (6,695) at 20210308005003604 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml' (6,696) at 20240405153229803 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/meson.build' (6,697) at 20240906080037248 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/zram/Makefile' (6,698) at 20210307214926922 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/atmel,at91sam9260-shdwc.yaml' (6,699) at 20240405153045137 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_modes.h' (6,700) at 20240405153052633 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/ideapad-laptop.c' (6,701) at 20240405153231343 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-evm.dts' (6,702) at 20210308005002576 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml' (6,703) at 20240405153045181 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig' (6,704) at 20210308005003240 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/barrier.h' (6,705) at 20240405153045905 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml' (6,706) at 20240405153045145 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/0001-makefile-Fix-build-on-linux.patch' (6,707) at 20230706080014749 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-ftpm_%.bbappend' (6,708) at 20241206090014214 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/k3-ringacc.h' (6,709) at 20220525020654615 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/Makefile' (6,710) at 20210307214927066 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/README' (6,711) at 20210308005003048 2025-03-14 03:00:45.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_hwdep.c' (6,712) at 20220525020655099 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c' (6,713) at 20240405153230947 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger/daytonax/ttyVUART0.conf' (6,714) at 20240308090017907 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tsacct_kern.h' (6,715) at 20210307214931526 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.h' (6,716) at 20240405153230267 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Storuman' (6,717) at 20210307205553790 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-linux.h' (6,718) at 20240326080039574 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/MAINTAINERS' (6,719) at 20210308005002908 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch' (6,720) at 20230706080014757 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/atmel/Makefile' (6,721) at 20240405153049397 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/README' (6,722) at 20210308005003168 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/trace.h' (6,723) at 20210308005045725 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pds/pds_adminq.h' (6,724) at 20240405153231831 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/macro.h' (6,725) at 20210308005002824 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/Makefile' (6,726) at 20210308005003052 2025-03-14 03:00:45.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_cthelper.c' (6,727) at 20240405153053329 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7574.patch' (6,728) at 20210307205553942 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/translation.json' (6,729) at 20210309003655932 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/map_funcs.c' (6,730) at 20210307214929214 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic.c' (6,731) at 20240405153046645 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tmc-core.c' (6,732) at 20240405153048893 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hrtimer_defs.h' (6,733) at 20210307214931394 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_bios_cmd.hpp' (6,734) at 20210311201857434 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/trace.h' (6,735) at 20210307214932098 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/brcm,bcm7216-pcie-sata-rescal.yaml' (6,736) at 20240405153045149 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/execveat.c' (6,737) at 20210307214932670 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791.dtsi' (6,738) at 20210308005002600 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/trusted_caam.c' (6,739) at 20240405153053473 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/llc.h' (6,740) at 20210307214931642 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-sk-imx53.dts' (6,741) at 20240405153045493 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8976-pinctrl.yaml' (6,742) at 20240405153045137 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_conntrack.h' (6,743) at 20210307214931646 2025-03-14 03:00:45.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch' (6,744) at 20240106090017233 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_i2c.c' (6,745) at 20241211090145425 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool_usl_timer.patch' (6,746) at 20210307205553818 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/f2fs.h' (6,747) at 20241008080014015 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch' (6,748) at 20241221090017636 to deleted uid set 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_sysfs_if.c' (6,749) at 20240405153053197 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-fusionhdtv-mce.c' (6,750) at 20210307214928782 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/xdpe12284.rst' (6,751) at 20240405153045217 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints' (6,752) at 20240828080010887 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/gmidi.c' (6,753) at 20210307214930806 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Soundex' (6,754) at 20241221090017616 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec/0001-define-BASELIB-make-variable.patch' (6,755) at 20210307205553754 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb' (6,756) at 20241206090014250 2025-03-14 03:00:45.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi' (6,757) at 20210308005002612 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/farch.c' (6,758) at 20240405153050281 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-unknown.json' (6,759) at 20210308005046409 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/Kconfig' (6,760) at 20210308005002796 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/tx.h' (6,761) at 20210307214929966 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nsa320.rst' (6,762) at 20210307214925506 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/opcodes.c' (6,763) at 20210307214925862 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/aesp8-ppc.pl' (6,764) at 20210309003649324 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rockchip,rk808.h' (6,765) at 20210307214931334 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-common.h' (6,766) at 20240405153051321 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpufreq/cpufreq-dt-platdev.c' (6,767) at 20240405153230251 to deleted uid set 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iconnect_defconfig' (6,768) at 20210308005003260 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/files/mstpd.service' (6,769) at 20211026000019638 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_rdma.c' (6,770) at 20210307214927866 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-mioctrl.yaml' (6,771) at 20240405153045157 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ebtables.service' (6,772) at 20210307205553826 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0011.h' (6,773) at 20210307214928794 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt' (6,774) at 20210307214925366 2025-03-14 03:00:45.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sama5d2-piobu.c' (6,775) at 20240405153230307 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/50001002.json' (6,776) at 20241213090040130 to deleted uid set 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/server-led-controller.js' (6,777) at 20210308005107077 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ringbuf.c' (6,778) at 20240405153054257 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/.kunitconfig' (6,779) at 20240405153048809 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/configs/tiger_defconfig' (6,780) at 20240405153045913 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/offload.h' (6,781) at 20240405153050525 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/crc32c_asm.S' (6,782) at 20210307214926574 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tqma6ull2l.dtsi' (6,783) at 20240405153045529 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/Kconfig' (6,784) at 20210308005003020 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-debug.rst' (6,785) at 20240405153045253 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/meson.build' (6,786) at 20241211090212454 2025-03-14 03:00:45.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ltc4245.h' (6,787) at 20210307214931478 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_iv_ogm.h' (6,788) at 20220525020654787 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig' (6,789) at 20210308005003264 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/acrn/io-request.rst' (6,790) at 20220525020651790 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/irq.c' (6,791) at 20240405153045685 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/index.rst' (6,792) at 20241211090212234 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/opp3xxx_data.c' (6,793) at 20240405153045669 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/processor.h' (6,794) at 20210308005002848 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_common.h' (6,795) at 20210307214932738 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/Makefile' (6,796) at 20210308005003080 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/m8xx_setup.c' (6,797) at 20240405153230051 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_sa.c' (6,798) at 20240405153048725 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/bufferiszero.c.inc' (6,799) at 20240906080037184 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6afe.h' (6,800) at 20220525020655079 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/kernel.h' (6,801) at 20210308005003656 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/gxbb-aoclkc.h' (6,802) at 20210308005003640 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/ossl_random.cpp' (6,803) at 20241217090008772 to deleted uid set 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa64r6el-linux' (6,804) at 20241206090014350 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/Makefile' (6,805) at 20240405153049469 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/softrst.c' (6,806) at 20240405153046841 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dvb-bt8xx.h' (6,807) at 20210307214928678 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hovfjallet' (6,808) at 20210307205553782 2025-03-14 03:00:45.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/vmlinux.lds.S' (6,809) at 20240405153230147 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/cmsg.c' (6,810) at 20240405153050193 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/MAINTAINERS' (6,811) at 20210308005003084 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fdtgrep.c' (6,812) at 20210308005003764 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/i2c-howto.txt' (6,813) at 20210308005003328 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/arm,cmn.yaml' (6,814) at 20240405153045125 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/Makefile' (6,815) at 20210916100017807 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/debugfs.c' (6,816) at 20240405153050581 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/fsi-master-gpio.txt' (6,817) at 20210307214925314 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/gadget-start' (6,818) at 20230520080014480 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-r8.dtsi' (6,819) at 20240405153045381 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/amlogic,a1-spifc.yaml' (6,820) at 20240405153045173 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb' (6,821) at 20241206090014258 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/alibaba_pmu.rst' (6,822) at 20240405153229739 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/bitmain,bm1880-reset.yaml' (6,823) at 20240405153045149 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-dvb.h' (6,824) at 20210307214928842 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/aio_notify_bug.promela' (6,825) at 20210308005045805 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/usercopy.c' (6,826) at 20240405153049641 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console_%.bbappend' (6,827) at 20241206090014202 2025-03-14 03:00:45.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/tlb.c' (6,828) at 20210308005002900 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/xilinx-ams.c' (6,829) at 20240710080014585 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/adm1272-test.c' (6,830) at 20210927100127505 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/rtc.c' (6,831) at 20241211090212462 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/marvell_phy.h' (6,832) at 20240405153231819 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,hifsys.txt' (6,833) at 20210307214925274 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/install_test.patch' (6,834) at 20210307205553830 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cfsrvl.h' (6,835) at 20240405153231847 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/TODO' (6,836) at 20220525020654171 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/aspeed_ahbc.c' (6,837) at 20210421100236122 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds' (6,838) at 20210308005002552 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/fvp.cfg' (6,839) at 20240507080014346 to deleted uid set 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/use_aclocal.patch' (6,840) at 20241221090017676 to deleted uid set 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-arm-code.fd.bz2' (6,841) at 20241211090212402 to deleted uid set 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/Makefile' (6,842) at 20240405153045705 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/intel_pstate/Makefile' (6,843) at 20221128040017654 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/.gitignore' (6,844) at 20210308005108057 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/cryptErase.hpp' (6,845) at 20220525020545505 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/Kconfig' (6,846) at 20240405153051761 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcutree.h' (6,847) at 20240405153231835 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_scheduler.c' (6,848) at 20241220090018310 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/suspend-imx53.S' (6,849) at 20210726100024643 2025-03-14 03:00:45.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch' (6,850) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/power/hibernate.c' (6,851) at 20210307214926614 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/swab.h' (6,852) at 20210307214926762 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/irq.c' (6,853) at 20240405153051249 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd.c' (6,854) at 20210308005003228 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/ashrdi3.S' (6,855) at 20210308005002708 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/Kconfig' (6,856) at 20210308005045729 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-s3-elimo-impetus.dtsi' (6,857) at 20240405153045393 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_droq.h' (6,858) at 20210307214929350 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/cfg.h' (6,859) at 20240405153054037 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-cpu-dyndiv.h' (6,860) at 20210307214926990 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/mp_init.c' (6,861) at 20210308005002856 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/spl.c' (6,862) at 20210308005002796 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_4_2_offset.h' (6,863) at 20240405153048237 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/Kconfig' (6,864) at 20240405153050073 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_drv.h' (6,865) at 20240405153230583 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/superio.h' (6,866) at 20210307214926322 2025-03-14 03:00:45.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/adi/Makefile' (6,867) at 20240405153049777 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml' (6,868) at 20240405153045165 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen-stubs.c' (6,869) at 20240326080039442 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c' (6,870) at 20240405153050177 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l41_hda_i2c.c' (6,871) at 20240405153053525 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-pca9685.c' (6,872) at 20240405153051453 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/tests/test_bridge.c' (6,873) at 20241219090010504 to deleted uid set 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/tmu.txt' (6,874) at 20210308005003304 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/event.hpp' (6,875) at 20241107090038222 to deleted uid set 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/chrp.h' (6,876) at 20240405153046205 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5421.yaml' (6,877) at 20240405153045073 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/priv.h' (6,878) at 20240405153048649 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8998.h' (6,879) at 20240405153231795 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stackdepot.h' (6,880) at 20240405153052797 2025-03-14 03:00:45.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/configs/sparc64_defconfig' (6,881) at 20240405153046317 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/cxgbit_target.c' (6,882) at 20240405153051957 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/checksum-offloads.rst' (6,883) at 20210307214925526 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_manager_test.cpp' (6,884) at 20241212090025215 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/error-inject.c' (6,885) at 20240405153231947 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_direct_stack_access_wraparound.c' (6,886) at 20240405153054281 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/khadas-mcu.c' (6,887) at 20240405153049605 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-slave-time.c' (6,888) at 20240405153051797 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/meson.build' (6,889) at 20241211090212442 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus.cpp' (6,890) at 20241022080031584 to deleted uid set 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110-stg.c' (6,891) at 20240405153230243 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vlan.h' (6,892) at 20240405153050017 2025-03-14 03:00:45.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/cgroup.c' (6,893) at 20241111090012149 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-gemini.c' (6,894) at 20240405153230867 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1254-revA.dts' (6,895) at 20210308005002636 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3_legacy.bbclass' (6,896) at 20240301090012451 to deleted uid set 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_bpf_counters_cgrp.sh' (6,897) at 20240405153054173 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/fcntl.h' (6,898) at 20240405153046017 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/atmel-ssc.txt' (6,899) at 20210307214925362 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_core.h' (6,900) at 20210308005003452 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_payload.c' (6,901) at 20241111090012165 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/brcm,xgs-iproc-gpio.yaml' (6,902) at 20210309003648348 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/interface.hpp' (6,903) at 20231201090027538 to deleted uid set 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/clk-palmas-clk32kg-clocks.txt' (6,904) at 20210307214925286 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/mca.c' (6,905) at 20240405153229995 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/efi.c' (6,906) at 20240815080012867 to deleted uid set 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/thermal.h' (6,907) at 20240805080013987 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-pr.c' (6,908) at 20240405153047053 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/governor.h' (6,909) at 20240405153046977 2025-03-14 03:00:45.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/LICENSE' (6,910) at 20221122040015511 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/trust_group.hpp' (6,911) at 20240820080023694 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/eeprom_93cx6.h' (6,912) at 20241216090017765 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch' (6,913) at 20241221090017500 to deleted uid set 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/lockup-watchdogs.rst' (6,914) at 20220525020651766 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/hwcap.c' (6,915) at 20240405153232255 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/subtree.md' (6,916) at 20221209040006399 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-drivers-ehci_hcd' (6,917) at 20210309003648252 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-Disable-annobin-plugin.patch' (6,918) at 20230811080018298 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/Makefile' (6,919) at 20210308005002992 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/aspeed/xdma.yaml' (6,920) at 20220525020651710 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_MAC.c' (6,921) at 20220525020654179 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/Makefile' (6,922) at 20210307214928702 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hw_breakpoint.h' (6,923) at 20210307214925850 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_param_shading.h' (6,924) at 20210307214930574 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_windowed.S' (6,925) at 20210308005046533 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-reference-design-tablet.dtsi' (6,926) at 20210308005002628 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.h' (6,927) at 20240405153047149 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/snps,creg-gpio.txt' (6,928) at 20210308005003304 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig' (6,929) at 20210308005003240 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig' (6,930) at 20210308005003280 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/Makefile' (6,931) at 20210307214932706 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/.gitignore' (6,932) at 20240405153054169 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/Makefile' (6,933) at 20210307214928702 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c' (6,934) at 20220525020655207 2025-03-14 03:00:45.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/qca,ath79-ddr-controller.yaml' (6,935) at 20240405153045105 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/tps65217_bl.c' (6,936) at 20240405153052177 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4client.c' (6,937) at 20240805080014019 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cache.h' (6,938) at 20240405153045937 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s900.dtsi' (6,939) at 20210308005002608 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/crypto.h' (6,940) at 20210307214932162 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/tools/update_mac.robot' (6,941) at 20221213040017977 to deleted uid set 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/zconf.y' (6,942) at 20210308005003736 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Express-3A-11.0W' (6,943) at 20210307205553762 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.c' (6,944) at 20210307214928810 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/awacs.h' (6,945) at 20210307214932282 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_scu_ipc.c' (6,946) at 20240405153051413 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/0001-sata.c-Declare-ata_get_powermode-prototype.patch' (6,947) at 20221003030013285 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_acpi.c' (6,948) at 20210308005003700 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cacheflush.h' (6,949) at 20240405153229907 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/googletest.wrap' (6,950) at 20210507000042347 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/afs.rst' (6,951) at 20240405153229807 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/torture.c' (6,952) at 20240405153231935 2025-03-14 03:00:45.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libyaml/libyaml_0.2.5.bb' (6,953) at 20241221090017696 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c' (6,954) at 20210308005046509 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/trace-events' (6,955) at 20210927100127289 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/returnvar.cocci' (6,956) at 20240405153053441 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_platform.robot' (6,957) at 20240628080017117 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/arm_sleep.c' (6,958) at 20210308005002960 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/Makefile' (6,959) at 20210308005003024 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm_ep_board.h' (6,960) at 20210308005003588 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/rohm,bu27010.yaml' (6,961) at 20240405153229767 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/path.md' (6,962) at 20240807080019546 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/0001-gdk-pixbuf-loader-meson.build-do-not-look-for-gdk-pi.patch' (6,963) at 20241221090017680 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/hsu/Kconfig' (6,964) at 20210307214927130 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/aes-neonbs-glue.c' (6,965) at 20241011080017287 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/0003-libsysprof-Check-for-unw_set_caching_policy-before-u.patch' (6,966) at 20241221090017488 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/Kconfig' (6,967) at 20210307214932186 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebtable_nat.c' (6,968) at 20240405153053197 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/hwinit-common.c' (6,969) at 20210308005002552 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target.h' (6,970) at 20240906080037552 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_s5k83a.c' (6,971) at 20240405153049565 2025-03-14 03:00:45.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_client.c' (6,972) at 20240405153052253 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/ti_k3_r5_remoteproc.c' (6,973) at 20241011080017343 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-klimt-wifi.dts' (6,974) at 20240405153045573 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-cmds.h' (6,975) at 20241219090010504 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/Makefile' (6,976) at 20210307214930950 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table.json' (6,977) at 20211022000023454 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/IPMI/meson.build' (6,978) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/Makefile' (6,979) at 20210307214929822 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_iommu.h' (6,980) at 20240405153052945 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/IP/Create.interface.yaml' (6,981) at 20221209040038051 2025-03-14 03:00:45.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/Makefile' (6,982) at 20210308005003004 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hnae3.h' (6,983) at 20240520080015159 to deleted uid set 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/local.conf.sample' (6,984) at 20241221090017484 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/eeprom_def.c' (6,985) at 20240405153050461 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/posix_types.h' (6,986) at 20210307214925858 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/serport.c' (6,987) at 20240405153230731 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/vertexcom/Kconfig' (6,988) at 20240405153050321 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/dwarf-regs.h' (6,989) at 20210307214932594 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_dynamic_config.h' (6,990) at 20220525020653435 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lock_contention.sh' (6,991) at 20240405153232231 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-profiling' (6,992) at 20210309003648264 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hsi/hsi.h' (6,993) at 20210307214931394 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/Makefile' (6,994) at 20240405153230743 2025-03-14 03:00:45.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cpu.h' (6,995) at 20210308005002788 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c' (6,996) at 20241104090011579 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/sbsa-ref.conf' (6,997) at 20241206090014206 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmcygnus/Kconfig' (6,998) at 20210308005002940 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts' (6,999) at 20241008080013895 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/cops.h' (7,000) at 20210307214929246 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6380-regulator.c' (7,001) at 20240405153051469 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgtable.h' (7,002) at 20210307214926582 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/test.c' (7,003) at 20240405153051985 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/refcount.c' (7,004) at 20240405153052581 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/Makefile' (7,005) at 20210308005003036 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/stericsson,u8500-clks.yaml' (7,006) at 20240405153045029 2025-03-14 03:00:45.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/3w-xxxx.h' (7,007) at 20240405153051541 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/vmmc.c' (7,008) at 20240405153230015 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/change_numMethods_from_bool_to_unsigned.patch' (7,009) at 20210608000015799 to deleted uid set 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/x86_64/Makefile' (7,010) at 20210307214932614 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/chassisstate' (7,011) at 20210308005059705 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/amigaone.c' (7,012) at 20240906080037276 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/meson.build' (7,013) at 20231212090018774 to deleted uid set 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/0002-Update-autotools-macro.patch' (7,014) at 20230706080014749 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts' (7,015) at 20240405153045465 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx25pdk.h' (7,016) at 20210308005003604 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper/0002-Use-statvfs-instead-of-statvfs64.patch' (7,017) at 20241221090017544 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore3_mme_ctrl_lo_regs.h' (7,018) at 20240405153046589 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/mcount.S' (7,019) at 20240405153230095 2025-03-14 03:00:45.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/percpu-refcount.c' (7,020) at 20240405153053097 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/syscall_defs.h' (7,021) at 20241211090212386 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt' (7,022) at 20240405153229767 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/Makefile' (7,023) at 20210308005003500 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/gpio.h' (7,024) at 20210308005002672 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml' (7,025) at 20210309003648352 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mp2856.rst' (7,026) at 20240513080011766 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/math-emu/Makefile' (7,027) at 20210307214926610 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_encoder_test.cpp' (7,028) at 20241220090014034 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h' (7,029) at 20220525020652530 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig' (7,030) at 20210308005003240 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/entity-manager/blacklist.json' (7,031) at 20231107090016217 2025-03-14 03:00:45.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/irq.h' (7,032) at 20240405153045621 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/vcnl3020.c' (7,033) at 20240405153049013 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max31785.c' (7,034) at 20240405153048869 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/logs/.gitignore' (7,035) at 20231014080011727 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/as3722.h' (7,036) at 20210307214931342 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/st.h' (7,037) at 20240405153051741 to deleted uid set 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-period' (7,038) at 20210307214932570 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-uniphier.c' (7,039) at 20240405153230307 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel-mrw-native.bb' (7,040) at 20241206090014274 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider/0001-Fix-types-for-old-32-bit-systems.patch' (7,041) at 20241221090017544 to deleted uid set 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/ga100.c' (7,042) at 20240405153230607 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ObjectID.h' (7,043) at 20220525020652446 2025-03-14 03:00:45.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c' (7,044) at 20240812080017236 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_5_0_d.h' (7,045) at 20210307214927334 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/machine.c' (7,046) at 20241211090212494 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/scan.c' (7,047) at 20210716100029995 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/utmi-armada100.c' (7,048) at 20210308005003516 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (7,049) at 20241206090014202 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/actions.cpp' (7,050) at 20240820080023682 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mudflap.json' (7,051) at 20231117090006519 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/olpc-ec.h' (7,052) at 20240405153052757 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile' (7,053) at 20240405153232099 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-m48t86.c' (7,054) at 20240405153231375 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/interface_64.h' (7,055) at 20210307214926682 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2l.c' (7,056) at 20210308005003076 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs1.rules' (7,057) at 20210616125333493 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2-2d.c' (7,058) at 20240906080037588 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/elog-lookup-template.mako.cpp' (7,059) at 20210308005049145 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Latex2e' (7,060) at 20211006000025238 2025-03-14 03:00:45.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0009-hash.h-include-sys-reg.h-instead-of-bits-reg.h.patch' (7,061) at 20241221090017496 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ds90ub953.c' (7,062) at 20240405153230783 to deleted uid set 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun6i-a31-mipi-dsi.yaml' (7,063) at 20240405153045037 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/volumes.h' (7,064) at 20241018080014554 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/Kconfig' (7,065) at 20210308005002940 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/gpio.h' (7,066) at 20220215040051612 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/phonet.h' (7,067) at 20210307214931654 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/arch_random.c' (7,068) at 20240405153046269 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/c67x00-sched.c' (7,069) at 20240405153052037 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/platform.c' (7,070) at 20241018080014550 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/sprd,spi-adi.yaml' (7,071) at 20240405153045173 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-nand.dts' (7,072) at 20240405153045529 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/monitor.c' (7,073) at 20240906080037228 2025-03-14 03:00:45.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wmi.h' (7,074) at 20240405153052821 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/initio.h' (7,075) at 20240405153051609 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/cmi8328.c' (7,076) at 20220525020654979 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/uefi.h' (7,077) at 20240405153050529 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/atd.service' (7,078) at 20210307205554558 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-kp-tpc.dts' (7,079) at 20240405153045501 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest' (7,080) at 20240301090012435 to deleted uid set 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gillhov' (7,081) at 20210307205553782 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/init' (7,082) at 20210307205553874 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_inode_storage.c' (7,083) at 20240405153052977 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-twl4030' (7,084) at 20210309003648256 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz' (7,085) at 20210307205554594 to deleted uid set 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/vfio/platform/vfio_platform_common.c' (7,086) at 20240405153052165 to deleted uid set 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-quirks.c' (7,087) at 20240405153230655 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/MAINTAINERS' (7,088) at 20210308005002908 2025-03-14 03:00:45.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/kwbimage.cfg' (7,089) at 20210308005002908 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/iomux.h' (7,090) at 20210308005002656 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-9999.dtso' (7,091) at 20240405153045725 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/bitfield.h' (7,092) at 20240405153050281 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/rockchip.yaml' (7,093) at 20240405153229755 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18250.h' (7,094) at 20210307214928802 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-moore.c' (7,095) at 20240405153051313 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wndw.h' (7,096) at 20240405153048617 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/jhash.h' (7,097) at 20210308005046045 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8961.c' (7,098) at 20240405153232171 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/util.c' (7,099) at 20240613080016559 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/svc/misc.h' (7,100) at 20220525020654567 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/example/example.cpp' (7,101) at 20230511080029875 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwmmc.h' (7,102) at 20210308005003644 2025-03-14 03:00:45.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/Kconfig' (7,103) at 20240405153051505 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rohm-bd71815.h' (7,104) at 20220525020654587 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_fb.c' (7,105) at 20210308005003524 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/package_manager.py' (7,106) at 20220910030013405 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-rng.c' (7,107) at 20221215040039374 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_vm_helper.c' (7,108) at 20240405153047213 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops.h' (7,109) at 20210308005002824 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-exynos.c' (7,110) at 20240405153231283 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_shadow_vars.c' (7,111) at 20210309003654188 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-klnuma.c' (7,112) at 20210307214926290 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1761-spi.c' (7,113) at 20240405153053565 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ir-kbd-i2c.h' (7,114) at 20240405153052825 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/control.h' (7,115) at 20241219090010500 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_muram.h' (7,116) at 20240405153049925 2025-03-14 03:00:45.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/float.idef' (7,117) at 20210927100127385 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_api_general.h' (7,118) at 20240405153050701 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml' (7,119) at 20240405153045133 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-block-qdict.c' (7,120) at 20221215040039390 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-kp.dtsi' (7,121) at 20240405153045501 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3036-power.h' (7,122) at 20210307214931346 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Boot/meson.build' (7,123) at 20230902080024081 to deleted uid set 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/versatile/soc-integrator.c' (7,124) at 20241008080013979 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml' (7,125) at 20240405153045113 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bios_update.robot' (7,126) at 20240628080017113 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c' (7,127) at 20240405153048657 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch' (7,128) at 20220910030013413 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/tny_a9g20.dts' (7,129) at 20240405153045473 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh' (7,130) at 20240405153232283 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-37xx-tbg.c' (7,131) at 20240405153230219 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_mouse.bpf.c' (7,132) at 20240405153053429 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/vce.h' (7,133) at 20220525020653007 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.h' (7,134) at 20220525020653563 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/meson.build' (7,135) at 20240314080026204 to deleted uid set 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/mmu.h' (7,136) at 20210307214926754 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a774b1-cpg-mssr.c' (7,137) at 20240405153230235 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso/gettimeofday.h' (7,138) at 20240405153046129 2025-03-14 03:00:45.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/smm.h' (7,139) at 20240405153046453 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/progressbar.py' (7,140) at 20240302090018218 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/fpu.h' (7,141) at 20210308005046529 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/po/it.po' (7,142) at 20210307214932618 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/fotg210-core.c' (7,143) at 20240613080016471 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml' (7,144) at 20240405153045065 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-phosphor/packagegroups/packagegroup-bytedance-apps.bb' (7,145) at 20211105000026763 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/0002-Add-debug-prefix-map-option.patch' (7,146) at 20230114040015542 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/tasks.py' (7,147) at 20210309003654536 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h' (7,148) at 20240613080016435 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/run_keyword.robot' (7,149) at 20240628080017113 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.17.0.bb' (7,150) at 20241221090017564 to deleted uid set 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_legacy_stub.c' (7,151) at 20240906080037296 2025-03-14 03:00:45.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/mxs-dcp.c' (7,152) at 20240405153046961 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/README' (7,153) at 20210812000025306 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/spl.c' (7,154) at 20210308005002956 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-facebook.dts' (7,155) at 20240726080041227 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/ehci.rst' (7,156) at 20220525020651778 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/tb100.c' (7,157) at 20210308005002908 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/sysfs.c' (7,158) at 20240719080013365 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/oimm.h' (7,159) at 20210307214927898 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/112.out' (7,160) at 20240326080039726 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm64-frame-pointer-unwind-support.h' (7,161) at 20240405153054181 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/virtio-snd.c' (7,162) at 20241211090212254 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/iova-tree.c' (7,163) at 20241211090212562 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/uleds.c' (7,164) at 20240405153230755 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hif.h' (7,165) at 20240815080012891 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_yeah.c' (7,166) at 20220627100017186 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/tegra210-adma.c' (7,167) at 20240405153230287 2025-03-14 03:00:45.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/fuji.json' (7,168) at 20240516080005206 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-mk-schema' (7,169) at 20220204040022680 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/rx-gdbsim.c' (7,170) at 20240906080037288 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/auth.c' (7,171) at 20210308004938836 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/timer_mim.c' (7,172) at 20220525020655203 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_helpers.h' (7,173) at 20240906080037576 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/signal.h' (7,174) at 20240405153052901 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8250.c' (7,175) at 20240405153051349 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/next-cube.c' (7,176) at 20241211090212290 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/iTCO_vendor.h' (7,177) at 20210307214930966 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_pm.c' (7,178) at 20240405153230803 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdpwall.c' (7,179) at 20240405153054265 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/i2c.c' (7,180) at 20240405153045657 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c' (7,181) at 20210308005046509 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_ooo.h' (7,182) at 20210309003651172 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb' (7,183) at 20241221090017480 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usbids/usbids_2023.01.16.bb' (7,184) at 20230919080013958 2025-03-14 03:00:45.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/sysfs.c' (7,185) at 20240405153051405 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch' (7,186) at 20241221090017668 to deleted uid set 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p.h' (7,187) at 20210308005046481 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/rx_desc.h' (7,188) at 20240805080013987 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/motorola,cpcap-adc.yaml' (7,189) at 20240405153045073 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/files/static-passwd-meta-oe' (7,190) at 20240302090018206 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/OWNERS' (7,191) at 20210307205554222 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-cap.c' (7,192) at 20240405153049529 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch' (7,193) at 20210307205554538 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/ipset/ip_set_list_set.c' (7,194) at 20240624080012832 to deleted uid set 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/generic.c' (7,195) at 20210308005002548 2025-03-14 03:00:45.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ti,nspire.yaml' (7,196) at 20210307214925306 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/sysfs.c' (7,197) at 20240405153046685 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_defconfig' (7,198) at 20210308005003240 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-array-space-comment.bconf' (7,199) at 20210307214932462 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-common-lcd35.dtsi' (7,200) at 20240405153045605 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tlbflush_32.h' (7,201) at 20210307214926586 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb' (7,202) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/resend.c' (7,203) at 20240405153053009 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-klogd.service.in' (7,204) at 20210307205554470 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/utmi-armada100.h' (7,205) at 20210308005002636 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/v4l2.rst' (7,206) at 20210309003648504 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ps-service-time.c' (7,207) at 20240405153049249 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/led.h' (7,208) at 20240405153050637 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml' (7,209) at 20210307205553694 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/gre_inner_v4_multipath.sh' (7,210) at 20210307214932686 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/Kconfig' (7,211) at 20240405153049477 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/pcm_plugin.c' (7,212) at 20220525020654967 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/g84.c' (7,213) at 20220525020652971 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/suspend.c' (7,214) at 20240405153229983 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/blowfish-x86_64-asm_64.S' (7,215) at 20240405153046361 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/core/gpio-pmf.c' (7,216) at 20210307214932186 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-tvaudio.c' (7,217) at 20210307214928694 2025-03-14 03:00:45.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/conf/machine/include/intel.inc' (7,218) at 20221118040015026 2025-03-14 03:00:45.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-10.json' (7,219) at 20241115090022077 to deleted uid set 2025-03-14 03:00:45.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/Makefile' (7,220) at 20210308005002548 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/cache.json' (7,221) at 20240405153054157 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/Makefile' (7,222) at 20210307214929174 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/null_blk.h' (7,223) at 20240405153046713 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/prepare' (7,224) at 20240326080039658 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/Kconfig' (7,225) at 20240405153053161 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/trace-events' (7,226) at 20240906080037536 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_hier_key.sh' (7,227) at 20240405153054341 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi' (7,228) at 20240405153229967 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml' (7,229) at 20220525020651670 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sp810.yaml' (7,230) at 20240405153045017 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch' (7,231) at 20230813080012848 to deleted uid set 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.h' (7,232) at 20240405153048509 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/.gitignore' (7,233) at 20220525020652122 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/compress.c' (7,234) at 20240405153052453 2025-03-14 03:00:45.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-include-missing-cstdint.patch' (7,235) at 20230211040012639 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_regs.h' (7,236) at 20240405153046589 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mc/files/nomandate.patch' (7,237) at 20240309090012824 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/MAINTAINERS' (7,238) at 20210308005002964 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd_%.bbappend' (7,239) at 20241206090014222 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/fuloong2e.c' (7,240) at 20241211090212290 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb' (7,241) at 20220402030015927 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/mmu.h' (7,242) at 20210307214925646 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/realtek,rtd119x.txt' (7,243) at 20210307214925454 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev67-strchr.S' (7,244) at 20240405153229859 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000_main.c' (7,245) at 20240405153049969 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/0004-run-ranlib-per-library-and-use-AR.patch' (7,246) at 20210307205553882 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/sa_impl.h' (7,247) at 20210308005003692 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/066_text.dts' (7,248) at 20210308005003752 2025-03-14 03:00:45.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.eslintignore' (7,249) at 20240714080004347 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-goldfish-pic.c' (7,250) at 20220525020653203 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-au6610-cardlist.rst' (7,251) at 20210307214925230 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_drv.c' (7,252) at 20240405153048561 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-magic_0.4.27.bb' (7,253) at 20240301090012471 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/bitsperlong.h' (7,254) at 20240326080039554 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/gpio.h' (7,255) at 20210308005002848 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/setup.h' (7,256) at 20210308005003044 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/Kconfig' (7,257) at 20210308005002776 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-video.c' (7,258) at 20240405153049541 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/Makefile' (7,259) at 20210308005003288 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs.h' (7,260) at 20240405153230075 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8544si-pre.dtsi' (7,261) at 20210307214926342 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/.gitignore' (7,262) at 20210307205554230 2025-03-14 03:00:45.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.67.1.bb' (7,263) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat.c' (7,264) at 20240326080039410 2025-03-14 03:00:45.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/chipidea.rst' (7,265) at 20240405153045305 2025-03-14 03:00:45.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hre.h' (7,266) at 20210308005003000 2025-03-14 03:00:45.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_sbi.c' (7,267) at 20240405153048541 2025-03-14 03:00:45.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/wd33c93.h' (7,268) at 20240405153051749 2025-03-14 03:00:45.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/opcodes-sec.h' (7,269) at 20210308005002680 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/unwind_orc.c' (7,270) at 20241211090145389 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/ipu-bridge.h' (7,271) at 20240405153231847 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-intel-gw.c' (7,272) at 20240405153231287 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb_1.4.12.bb' (7,273) at 20241221090017496 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html' (7,274) at 20210307205554274 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_component.c' (7,275) at 20210309003654576 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch' (7,276) at 20241221090017640 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/func_test.py' (7,277) at 20210308005003772 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1043aqds.h' (7,278) at 20210308005003600 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/relocate.c' (7,279) at 20241211090145381 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ariel-pwrbutton.c' (7,280) at 20220525020653179 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/core.c' (7,281) at 20240405153051385 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_vt220.c' (7,282) at 20241023080012883 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x60.c' (7,283) at 20240405153048601 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/dts/10m50_devboard.dts' (7,284) at 20240405153046057 2025-03-14 03:00:45.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-dlink-dns-313.dts' (7,285) at 20240405153045433 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.hpp' (7,286) at 20210308005059705 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/rest-dbus/resources/32px.png' (7,287) at 20210308004923384 to deleted uid set 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/isa_ipmi_bt.c' (7,288) at 20240906080037244 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_0_d.h' (7,289) at 20210307214927682 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600_dma.c' (7,290) at 20220525020652995 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.h' (7,291) at 20210307214927230 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_readq.h' (7,292) at 20210307214932198 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/accounting.c' (7,293) at 20221215040039046 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_platform-arm.c' (7,294) at 20210308005002540 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7790.h' (7,295) at 20210308005002768 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.h' (7,296) at 20210307214927250 2025-03-14 03:00:45.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7723.c' (7,297) at 20210307214926566 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/domain.c' (7,298) at 20240405153232107 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/update_manager.hpp' (7,299) at 20241219090018796 to deleted uid set 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_pmem.h' (7,300) at 20210309003654000 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/remote_node_table.c' (7,301) at 20220525020654019 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/switch_to.h' (7,302) at 20210307214925650 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/ti,twl-pwmled.txt' (7,303) at 20210307214925406 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvjpg.yaml' (7,304) at 20240405153045061 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/net/debug.c' (7,305) at 20240405153052157 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tx_common.c' (7,306) at 20240405153050293 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-debug.h' (7,307) at 20240405153052081 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/Kconfig' (7,308) at 20240405153231575 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-spy.c' (7,309) at 20210726100024919 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/fpga.c' (7,310) at 20210308005003072 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9n12.dtsi' (7,311) at 20240405153045469 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-herobrine-r1.dts' (7,312) at 20240405153045785 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch' (7,313) at 20210307205554538 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python-libusb1_3.1.0.bb' (7,314) at 20241221090017548 to deleted uid set 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-fail-deassert@.service' (7,315) at 20241211090147009 2025-03-14 03:00:45.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/tools/gcc-check-fpatchable-function-entry.sh' (7,316) at 20240405153230059 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/andestech/andes_pcu.h' (7,317) at 20210308005003560 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljungdalen' (7,318) at 20210307205553786 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/memcpy.c' (7,319) at 20240405153045977 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/sw.h' (7,320) at 20220525020652947 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/netdevice.sh' (7,321) at 20210307214932694 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c' (7,322) at 20240405153051973 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ralink,rt305x-pinctrl.yaml' (7,323) at 20240405153045137 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sev-common.h' (7,324) at 20240405153046397 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-bm1880.c' (7,325) at 20240405153230207 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb' (7,326) at 20240301090012419 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Liden_Osterstrom' (7,327) at 20210307205553786 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/pd_bdo.h' (7,328) at 20240405153052813 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uuid.h' (7,329) at 20240405153052817 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat.c' (7,330) at 20240405153230655 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome_0.7.bb' (7,331) at 20241206090014310 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/load-cobra_uboot' (7,332) at 20210308005002944 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/NMI.interface.yaml' (7,333) at 20221207040023627 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-utils.c' (7,334) at 20210307214927034 2025-03-14 03:00:45.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/marvell,mmp2-ssp.yaml' (7,335) at 20240405153045173 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/m25p80.c' (7,336) at 20241211090212258 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/trace-s390.h' (7,337) at 20210307214926530 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/mhi.h' (7,338) at 20240805080013987 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-clearfog.dts' (7,339) at 20210308005002568 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xpc_main.c' (7,340) at 20240405153049649 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-core.c' (7,341) at 20220627100017090 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ov8856.yaml' (7,342) at 20240405153045093 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_emmc_defconfig' (7,343) at 20210308005003264 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/sub_and_test' (7,344) at 20240405153053433 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/core_locking.rst' (7,345) at 20220525020651770 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/bonito.h' (7,346) at 20230426080043764 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/l4_3xxx.h' (7,347) at 20210307214925918 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/syscalls/Makefile' (7,348) at 20241211090145385 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts' (7,349) at 20240405153045573 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-tbs-a711.dts' (7,350) at 20210308005002624 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/Makefile' (7,351) at 20210307214930358 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Do-not-write-bindir-into-pkg-config-files.patch' (7,352) at 20241221090017640 2025-03-14 03:00:45.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NPL-1.0' (7,353) at 20211006000025238 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/cam.c' (7,354) at 20240405153050661 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/Makefile' (7,355) at 20220525020654963 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/syscalls/syscall.tbl' (7,356) at 20240710080014577 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/mediatek,power-controller.yaml' (7,357) at 20240405153045137 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c' (7,358) at 20241211090145449 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/txtimestamp.c' (7,359) at 20240405153054353 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts' (7,360) at 20240405153045589 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pmsa-v8.c' (7,361) at 20240405153045697 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/veml6030.c' (7,362) at 20241111090012121 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/88pm860x-i2c.c' (7,363) at 20210307214928998 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (7,364) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm97xx-core.c' (7,365) at 20240405153049625 2025-03-14 03:00:45.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/0003-gen_def.patch' (7,366) at 20210307205554626 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/common/test/mocked_utils.hpp' (7,367) at 20240910080037463 to deleted uid set 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/event-no-pid.tc' (7,368) at 20210716100030111 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5903.dtsi' (7,369) at 20240405153045513 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-icade.c' (7,370) at 20210307214928090 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/TreeMapping.svg' (7,371) at 20210307214925206 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/cache.h' (7,372) at 20210308005002828 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pnp.c' (7,373) at 20240405153052001 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/kwbimage.cfg' (7,374) at 20210308005002908 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/Makefile' (7,375) at 20240405153050057 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/Makefile' (7,376) at 20210308005002956 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/spu-opc.c' (7,377) at 20210307214926490 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/ialloc.c' (7,378) at 20241211090145509 to deleted uid set 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/security.c' (7,379) at 20240405153052265 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/gard_git.bb' (7,380) at 20210812000025258 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/bridge/ps8622.txt' (7,381) at 20210308005003328 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c' (7,382) at 20240405153047169 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/sdeventplus.wrap' (7,383) at 20220531100030248 2025-03-14 03:00:45.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso.lds.S' (7,384) at 20210307214926614 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ste,mcde.yaml' (7,385) at 20240405153045049 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts' (7,386) at 20240405153229931 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt' (7,387) at 20210307214925346 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/usb_a9263.h' (7,388) at 20210308005003624 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Furuseth' (7,389) at 20241221090017616 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netdev-genl-gen.c' (7,390) at 20240405153053221 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platdata.h' (7,391) at 20210308005003628 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unlicense' (7,392) at 20210307205554426 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-decon5433.h' (7,393) at 20210307214927774 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/tests/Build' (7,394) at 20240405153232219 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c' (7,395) at 20230310090043279 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongson_ipi_common.c' (7,396) at 20240906080037240 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/menz69_wdt.c' (7,397) at 20240405153231599 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Pbmplus' (7,398) at 20241221090017616 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/tlbflush.h' (7,399) at 20240405153230007 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-ecc.c' (7,400) at 20240405153230255 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/MAINTAINERS' (7,401) at 20210308005003008 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/amlogic,meson6-rtc.yaml' (7,402) at 20240405153045153 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-trap.c' (7,403) at 20220525020655227 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_kms.h' (7,404) at 20240405153230519 2025-03-14 03:00:45.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-itead-core-common.dtsi' (7,405) at 20210308005002628 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zc706.dts' (7,406) at 20240405153045609 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_req.h' (7,407) at 20240405153046705 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qemu-plugin.h' (7,408) at 20241211090212366 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/ftest.S' (7,409) at 20210307214926154 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hackrf/Kconfig' (7,410) at 20240405153049569 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/Kconfig' (7,411) at 20210308005003332 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/modtronix,lcd2s.yaml' (7,412) at 20220525020651662 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/Kconfig' (7,413) at 20240405153232079 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp/myapp.c' (7,414) at 20210307205554446 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/vdso_restorer.c' (7,415) at 20210307214932738 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/ucc_fast.c' (7,416) at 20220525020654091 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml' (7,417) at 20240405153045129 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-uniphier-ep.c' (7,418) at 20240405153231287 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/verbs.c' (7,419) at 20240405153049057 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c' (7,420) at 20210307214927958 2025-03-14 03:00:45.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi' (7,421) at 20240405153229919 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy.bb' (7,422) at 20241206090014230 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_nvme.c' (7,423) at 20240805080014007 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/HW_CI_NETWORK' (7,424) at 20230411080016705 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_elf.h' (7,425) at 20240326080039558 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti-aemif.txt' (7,426) at 20210307214925358 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/Kconfig' (7,427) at 20210308005003080 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/xlnx/xlnx,zynqmp-dpsub.yaml' (7,428) at 20240405153045053 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/scripts/meson.build' (7,429) at 20220802030019943 to deleted uid set 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts' (7,430) at 20241115090012941 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unclosed-object.out' (7,431) at 20210308005046413 to deleted uid set 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch' (7,432) at 20241221090017672 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/Kconfig' (7,433) at 20240405153049637 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/meson.build' (7,434) at 20240828080014647 to deleted uid set 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_serdes.h' (7,435) at 20210308005002840 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/xfrm6_protocol.c' (7,436) at 20210307214931974 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/Makefile' (7,437) at 20240405153049473 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_nand_rmii_lowfreq_defconfig' (7,438) at 20210308005003236 2025-03-14 03:00:45.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HP-1989' (7,439) at 20241221090017616 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_usb.c' (7,440) at 20240405153050553 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml' (7,441) at 20220315030032663 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ipaq-micro.h' (7,442) at 20240405153052729 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen_regs.h' (7,443) at 20210307214932270 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ast2500-reset.h' (7,444) at 20210308005003640 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/da8xx-ddrctl.c' (7,445) at 20240405153230827 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/osdep_service_linux.h' (7,446) at 20240405153051925 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-gpci.h' (7,447) at 20240405153046193 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c' (7,448) at 20240405153048793 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/shmem_fs.h' (7,449) at 20240429080012456 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/events.json' (7,450) at 20241106090019918 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml' (7,451) at 20221207040023631 2025-03-14 03:00:45.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/ivc.c' (7,452) at 20210308005002788 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/scan_manager.h' (7,453) at 20210308005002780 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/Makefile' (7,454) at 20210307214925886 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-colibri-iris.dts' (7,455) at 20240405153229879 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Valladolid' (7,456) at 20210307205553766 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-regor-rdk.dts' (7,457) at 20240405153045589 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/strace/groups/string' (7,458) at 20210307214932578 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350' (7,459) at 20210307214925190 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/Kconfig' (7,460) at 20210308005002844 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (7,461) at 20241016080017182 to deleted uid set 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/mmu.rst' (7,462) at 20240405153229847 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/Makefile' (7,463) at 20240405153048513 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/vm.rst' (7,464) at 20240405153229847 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/videodev.rst' (7,465) at 20210309003648504 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmc_hsq.h' (7,466) at 20240405153049661 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vduse-blk.c' (7,467) at 20241211090212210 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/aa/aa_2/ia_css_aa2_param.h' (7,468) at 20210307214930550 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/systemd-bootdisk.wks' (7,469) at 20210307205554638 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/ts73xx-fpga.c' (7,470) at 20240405153230299 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ptrace.h' (7,471) at 20240520080015127 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/css_chars.h' (7,472) at 20210309003648956 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/bcache.h' (7,473) at 20220525020654655 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-fsi' (7,474) at 20220525020651634 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-con-str.h' (7,475) at 20240906080037544 2025-03-14 03:00:45.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/pon' (7,476) at 20210307205554466 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/configfs/configfs_sample.c' (7,477) at 20220525020654935 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/xilinx/xilinx_axienet_main.c' (7,478) at 20241104090011583 to deleted uid set 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/highmem.h' (7,479) at 20220525020651878 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-radio-tx.c' (7,480) at 20210307214928794 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt' (7,481) at 20240405153045161 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_ines.c' (7,482) at 20240405153051445 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts' (7,483) at 20210308005002596 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cyapa_gen6.c' (7,484) at 20240405153049149 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-adap-g-conn-info.rst' (7,485) at 20220525020651778 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/sbsa.rst' (7,486) at 20240906080037176 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb.yaml' (7,487) at 20240405153045185 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/filesystems/index.rst' (7,488) at 20240405153229839 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts' (7,489) at 20240405153045441 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/emc.h' (7,490) at 20210308005002644 2025-03-14 03:00:45.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_ibmvtpm.c' (7,491) at 20220627100016958 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/patch.h' (7,492) at 20210307214926322 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/memory-devices/index.rst' (7,493) at 20210307214925466 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-b-plus.dts' (7,494) at 20210308005002572 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-glib.c' (7,495) at 20241211090212230 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zoran_device.c' (7,496) at 20240405153049389 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max20751.c' (7,497) at 20240405153048869 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9v011.c' (7,498) at 20240405153049321 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/i915_reg.h' (7,499) at 20210308005003528 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/utility/aspeed.cpp' (7,500) at 20230511080009359 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/boot-common.c' (7,501) at 20210308005002756 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bur_cfg_common.h' (7,502) at 20210308005003588 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.marubun-pcmcia' (7,503) at 20210308005003296 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-core.c' (7,504) at 20240405153049265 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/subprojects/phosphor-logging.wrap' (7,505) at 20220322030027284 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest' (7,506) at 20241221090017560 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/safesetid/.gitignore' (7,507) at 20210307214932722 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/i386/a-b-bootblock.h' (7,508) at 20240906080037560 2025-03-14 03:00:45.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/eiger_defconfig' (7,509) at 20210309003648872 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7794-cpg-mssr.c' (7,510) at 20210309003649256 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUPL-1.2' (7,511) at 20211006000025234 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgtable_32.h' (7,512) at 20240405153230091 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-vivaldi-common.c' (7,513) at 20240405153048825 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_param.h' (7,514) at 20210307214930550 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb' (7,515) at 20231011080016606 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_write_window_v2.c' (7,516) at 20210308005108641 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_indirect.c' (7,517) at 20210308005003452 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/fuse.h' (7,518) at 20210308005002668 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kalajoki' (7,519) at 20210307205553770 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_sck.h' (7,520) at 20210308005002716 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mips/rs780e-acpi.c' (7,521) at 20210309003652148 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/218.out' (7,522) at 20210308005046461 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb' (7,523) at 20241221090017632 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/Makefile' (7,524) at 20240405153054357 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib.h' (7,525) at 20220525020654887 2025-03-14 03:00:45.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-struct_ops.rst' (7,526) at 20240405153054037 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/sysinfo.c' (7,527) at 20240405153046293 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/stress_reuseport_listen.sh' (7,528) at 20240405153054353 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_private.h' (7,529) at 20240405153052993 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-cp110-master.dtsi' (7,530) at 20210308005002568 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c/xtensa-modules.c.inc' (7,531) at 20210308005046349 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_ooo.c' (7,532) at 20240405153050233 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sunnemo' (7,533) at 20210307205553790 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/key.c' (7,534) at 20220525020654195 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ObjectMapper/meson.build' (7,535) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/x86/include/arch/elf.h' (7,536) at 20240405153054073 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_start_gt_end.cpp' (7,537) at 20210308005100997 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adxl313.yaml' (7,538) at 20240405153045065 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-eventonoff.tc' (7,539) at 20210307214932674 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-buf-sysfs-stats.c' (7,540) at 20240405153230275 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-member.json' (7,541) at 20210308005046405 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/html/report.html' (7,542) at 20241206090014350 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libxmlb/libxmlb_0.3.21.bb' (7,543) at 20241221090017684 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/irqflags.h' (7,544) at 20240405153045937 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm4-aesni-avx-asm_64.S' (7,545) at 20240405153046365 2025-03-14 03:00:45.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-capture.c' (7,546) at 20240405153049525 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2k_templates/main_per_cpu.c' (7,547) at 20240405153054385 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0003-Remove-Werror-from-build.patch' (7,548) at 20230114040015486 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/frame.c' (7,549) at 20240405153051841 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dexcr/hashchk_test.c' (7,550) at 20240405153054357 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bmips/Platform' (7,551) at 20210307214926190 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/spi.h' (7,552) at 20210308005002724 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/Makefile' (7,553) at 20210308005003056 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/local.conf.sample' (7,554) at 20241221090017476 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as102_fw.c' (7,555) at 20210307214928806 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/ad1816a/ad1816a_lib.c' (7,556) at 20220525020654979 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/oeqa-fvp.md' (7,557) at 20231011080016566 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb' (7,558) at 20241221090017560 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c' (7,559) at 20240405153231343 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-adamv.yaml' (7,560) at 20240405153045157 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href.dtsi' (7,561) at 20240405153045577 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/Makefile' (7,562) at 20240405153232139 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/syscalls/Makefile' (7,563) at 20240405153054365 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/status_led.c' (7,564) at 20210308005003400 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/syscalls.h' (7,565) at 20240710080014573 2025-03-14 03:00:45.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/abs_lowcore.h' (7,566) at 20240405153046273 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb' (7,567) at 20240302090018214 to deleted uid set 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro5.c' (7,568) at 20210308005002792 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/mtrr.c' (7,569) at 20210308005002856 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/rockchip/Makefile' (7,570) at 20240405153231451 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/elf_64.c' (7,571) at 20220525020652054 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig' (7,572) at 20210308005003240 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/hgsmi_defs.h' (7,573) at 20210309003649896 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-layerscape.c' (7,574) at 20240405153231283 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/lpddr4_init.c' (7,575) at 20210308005003364 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/Kconfig' (7,576) at 20240405153048805 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/clock.c' (7,577) at 20210308005002724 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/setup.py' (7,578) at 20210308005048033 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/yank.c' (7,579) at 20240906080037592 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp81x.dtsi' (7,580) at 20210308005002572 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/scancodes.hpp' (7,581) at 20210308005131905 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/vphb.c' (7,582) at 20240405153049633 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/common/test/pldm_utils_test.cpp' (7,583) at 20240826080030471 to deleted uid set 2025-03-14 03:00:45.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5913.dts' (7,584) at 20240405153045501 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/yc/acp6x_chip_offset_byte.h' (7,585) at 20240405153053553 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-ev1-scmi.dts' (7,586) at 20240405153229903 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/Kconfig' (7,587) at 20240405153047013 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-x86_defconfig' (7,588) at 20210308005003276 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/cq.h' (7,589) at 20240405153052733 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/pci-dma.c' (7,590) at 20240405153046077 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/non-repro-meta-oe.inc' (7,591) at 20241221090017500 to deleted uid set 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/tqm8555_defconfig' (7,592) at 20210309003648872 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/spapr.h' (7,593) at 20241211090212362 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-spl.c' (7,594) at 20210308005002776 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-cam.c' (7,595) at 20240405153046793 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx93.c' (7,596) at 20240405153230211 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/falcon_boards.c' (7,597) at 20220525020653643 2025-03-14 03:00:45.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/openvswitch/Makefile' (7,598) at 20240405153054349 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_timeline.c' (7,599) at 20240405153048497 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.gitignore' (7,600) at 20210308005053385 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/time_test.c' (7,601) at 20240405153231931 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidump/apfiles.c' (7,602) at 20240405153054213 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_bist.h' (7,603) at 20210308005003364 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/onenand_uboot.h' (7,604) at 20210308005003676 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acdispat.h' (7,605) at 20240405153046613 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0001-Makefile-fix-parallel-build-of-examples.patch' (7,606) at 20220910030013361 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/gadget.h' (7,607) at 20210308005003500 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/usb.h' (7,608) at 20240405153231539 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch' (7,609) at 20241221090017496 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/genksyms/genksyms.h' (7,610) at 20220525020654943 to deleted uid set 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/conf/layer.conf' (7,611) at 20241221090017476 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/proto.h' (7,612) at 20240405153230115 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/file.c' (7,613) at 20240429080012456 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/io.h' (7,614) at 20210308005002804 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_lgcy.c' (7,615) at 20240405153050117 2025-03-14 03:00:45.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-wiimote-core.c' (7,616) at 20240405153048825 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch' (7,617) at 20230317080013789 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc_drv_if.c' (7,618) at 20240613080016423 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sparc/adi.rst' (7,619) at 20240405153044981 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7146/mxb.c' (7,620) at 20240405153049377 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/adbhid.c' (7,621) at 20240405153049225 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/cortina,gemini-clock.h' (7,622) at 20210307214931326 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/xen-x86_64.h' (7,623) at 20240326080039542 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb' (7,624) at 20241221090017540 to deleted uid set 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/classutils.py' (7,625) at 20220910030013393 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/run-coverity-scan' (7,626) at 20240906080037444 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-power-good.service' (7,627) at 20240105090012010 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bootconfig.c' (7,628) at 20241018080014578 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/rcar/Kconfig' (7,629) at 20240405153049733 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson6.dtsi' (7,630) at 20240405153045401 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/ne_overview.rst' (7,631) at 20220525020651774 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb' (7,632) at 20230813080012852 2025-03-14 03:00:45.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/km83xx.c' (7,633) at 20240405153230051 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ips.h' (7,634) at 20220525020654019 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/MAINTAINERS' (7,635) at 20210308005002952 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/sprd,ums9620-ufs.yaml' (7,636) at 20240405153045181 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/monitor_wip.rst' (7,637) at 20240405153045273 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vga.h' (7,638) at 20210307214927810 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/ad1816a/ad1816a.c' (7,639) at 20220525020654979 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_wpf.c' (7,640) at 20240613080016423 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/LocalTimezoneLabelMixin.js' (7,641) at 20241004080035963 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch' (7,642) at 20230706080014753 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga100.c' (7,643) at 20240405153230607 2025-03-14 03:00:45.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_debug.c' (7,644) at 20210308005003364 2025-03-14 03:00:45.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/yaffs2.c' (7,645) at 20210308005003220 2025-03-14 03:00:45.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/gpio.h' (7,646) at 20210308005002644 2025-03-14 03:00:45.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra20-i2s.yaml' (7,647) at 20240405153045165 2025-03-14 03:00:45.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/fw.c' (7,648) at 20210307214927946 2025-03-14 03:00:45.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/multipart_parser.hpp' (7,649) at 20240817080003175 to deleted uid set 2025-03-14 03:00:45.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Rainier2U.json' (7,650) at 20240817080028024 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/fwh_lock.h' (7,651) at 20210307214929206 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/Makefile' (7,652) at 20210308005002708 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/use-env-for-perl.patch' (7,653) at 20230706080014733 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/panel/Kconfig' (7,654) at 20210307214930922 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7722/setup.c' (7,655) at 20210307214926542 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/key.c' (7,656) at 20240405153053361 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/da9062-thermal.c' (7,657) at 20240405153051969 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/sembuf.h' (7,658) at 20210307214926250 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/initializers.h' (7,659) at 20210307214930874 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/Makefile' (7,660) at 20210524100034982 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.out' (7,661) at 20210308005046397 to deleted uid set 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-r8.dtsi' (7,662) at 20210308005002620 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/ras.h' (7,663) at 20220525020652074 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h' (7,664) at 20240405153230423 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/st-keyscan.c' (7,665) at 20240405153049137 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/txtimestamp.sh' (7,666) at 20210307214932694 2025-03-14 03:00:45.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/callbacktest.cpp' (7,667) at 20210308005108057 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/Makefile.target' (7,668) at 20221215040039386 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-difrnce-dit4350.dts' (7,669) at 20240405153045377 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/norpath.patch' (7,670) at 20210307205554626 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts' (7,671) at 20220525020651990 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/3w-xxxx.c' (7,672) at 20240405153051541 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/Build' (7,673) at 20210307214932494 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-rr.h' (7,674) at 20221215040039042 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_helper.c' (7,675) at 20240405153053325 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00config.c' (7,676) at 20240405153050621 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cpsw.txt' (7,677) at 20240405153045117 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/MAINTAINERS' (7,678) at 20210308005002900 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svartnas' (7,679) at 20210307205553790 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/116' (7,680) at 20210927100127481 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/sx8654.c' (7,681) at 20240405153230735 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,sysost.h' (7,682) at 20220525020654543 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dummy-tools/ld' (7,683) at 20210307214932146 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/3270-ccw.c' (7,684) at 20210927100127189 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-data.err' (7,685) at 20210927100127473 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_opts.h' (7,686) at 20210307214931650 2025-03-14 03:00:45.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-debug.c' (7,687) at 20240405153049469 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.c' (7,688) at 20210307214930554 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smmap_6.0.0.bb' (7,689) at 20240301090012471 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h64m16_3_333_cl5_psync.c' (7,690) at 20210308005002548 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb' (7,691) at 20220823030015991 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/strace.c' (7,692) at 20240906080037160 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-title.png' (7,693) at 20210307205554370 to deleted uid set 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/saa7146_fops.c' (7,694) at 20240405153049269 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/nlohmann_json.wrap' (7,695) at 20231212090017894 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/watch.hpp' (7,696) at 20230511080022135 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_pcie_mac.h' (7,697) at 20240405153051065 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/thermal_interrupt.h' (7,698) at 20240405153051973 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/state/phosphor-state-manager/phosphor-service-monitor-default.json' (7,699) at 20241210090013352 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__domain.hpp' (7,700) at 20241219090033964 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/s4.h' (7,701) at 20240405153052689 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0008_models_bigautofield.py' (7,702) at 20220402030016103 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread-context.h' (7,703) at 20221215040039194 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/blkd_task.svg' (7,704) at 20210307214925206 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kvm/arm_arch_timer.h' (7,705) at 20240405153231799 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/CONTRIBUTING.md' (7,706) at 20240122090005271 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_region.hpp' (7,707) at 20231024080003368 to deleted uid set 2025-03-14 03:00:45.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_u_otp.c' (7,708) at 20230426080043712 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/ide.c' (7,709) at 20210308005003340 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/hyp-entry.S' (7,710) at 20240405153045881 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/.gitignore' (7,711) at 20220818100014707 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/hal_sdio.c' (7,712) at 20220525020654179 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/0001-tic-hang.patch' (7,713) at 20241206090014314 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-unattended.inc' (7,714) at 20241221090017468 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h' (7,715) at 20240405153230939 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf.pc.template' (7,716) at 20210307214932490 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/ftrace.c' (7,717) at 20210308005046545 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/omap_wdt.c' (7,718) at 20210308005003540 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/events.json' (7,719) at 20241101080022232 to deleted uid set 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hnae.c' (7,720) at 20240405153049941 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ngpixis.h' (7,721) at 20210308005002960 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-devattr.h' (7,722) at 20210307214928842 2025-03-14 03:00:45.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dlm.h' (7,723) at 20240405153052681 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/handshake.h' (7,724) at 20240405153232015 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-gyro-bmg160' (7,725) at 20210307214925190 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_increase.hpp' (7,726) at 20210903000055431 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih407-pinctrl.dtsi' (7,727) at 20240405153045581 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/.gitignore' (7,728) at 20210307214926314 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-esdk.in' (7,729) at 20210307205554542 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dlink/Makefile' (7,730) at 20210307214929386 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_json_unittest.cpp' (7,731) at 20220108040030440 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/arpwatch.conf' (7,732) at 20210307205554126 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/namei.c' (7,733) at 20210307214931242 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/c293si-post.dtsi' (7,734) at 20240405153230027 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/event.h' (7,735) at 20210307214929902 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.adcsensor.service' (7,736) at 20220813030004565 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sp805_wdt.c' (7,737) at 20240405153052245 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/eth_ls1088ardb.c' (7,738) at 20210308005002968 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/emulation.rst' (7,739) at 20221215040039082 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7629-rfb.dts' (7,740) at 20210308005002596 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64-tqma64xxl-mbax4xxl-sdcard.dtso' (7,741) at 20240405153229971 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/max1617.h' (7,742) at 20210307214930258 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/power/cpu.c' (7,743) at 20210307214926286 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Solleftea_Hallsta' (7,744) at 20210307205553790 2025-03-14 03:00:45.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/Makefile' (7,745) at 20240405153231571 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_nat_snmp_basic_main.c' (7,746) at 20210307214931946 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/temporary_file_tests.cpp' (7,747) at 20240112090034344 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ul-ddr.h' (7,748) at 20210308005002648 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7780/Makefile' (7,749) at 20210307214926538 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Duved' (7,750) at 20210307205553778 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/cc_platform.c' (7,751) at 20240405153046221 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/map_ptr.c' (7,752) at 20240405153054257 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/exception.c' (7,753) at 20240405153045881 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/pinmux.h' (7,754) at 20210308005002672 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mps2-fpgaio.c' (7,755) at 20241211090212298 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/wait_bit.h' (7,756) at 20210308005003692 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/inc_and_test' (7,757) at 20240405153053437 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/Kconfig' (7,758) at 20210308005003080 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/pmic_bus.h' (7,759) at 20210308005002668 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c' (7,760) at 20220525020653795 2025-03-14 03:00:45.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/Makefile' (7,761) at 20210307214928594 2025-03-14 03:00:45.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c' (7,762) at 20240405153231475 2025-03-14 03:00:45.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/main.c' (7,763) at 20240405153050557 2025-03-14 03:00:45.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/Kconfig' (7,764) at 20210307214929870 2025-03-14 03:00:45.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/samsung/s3c-pm.h' (7,765) at 20240405153052793 2025-03-14 03:00:45.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_link_pinning.c' (7,766) at 20210307214932646 2025-03-14 03:00:45.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi' (7,767) at 20240405153229967 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/skge.h' (7,768) at 20220525020653567 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/core_manager_main.cpp' (7,769) at 20230614080025842 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm.txt' (7,770) at 20210307214925406 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/semiheap.c' (7,771) at 20230925080040097 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h' (7,772) at 20210308005002640 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_dcb_lib.h' (7,773) at 20240405153050001 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (7,774) at 20230807080022154 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/lktrace' (7,775) at 20221115040029411 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb' (7,776) at 20241221090017696 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_skb_ctx.c' (7,777) at 20240405153054277 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/wheels/meson-1.5.0-py3-none-any.whl' (7,778) at 20241211090212446 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_firmware_sub_menu.robot' (7,779) at 20240628080017113 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/socket_manager.cpp' (7,780) at 20230717080006550 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/layerscape-sfp.c' (7,781) at 20240405153051205 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_sta_mgt.c' (7,782) at 20220525020654171 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ld4.c' (7,783) at 20210308005002792 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_d.c' (7,784) at 20210308005046525 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/head.S' (7,785) at 20220525020651990 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-cleanup.svg' (7,786) at 20210307214925210 2025-03-14 03:00:45.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/.shellcheck' (7,787) at 20210415000058068 to deleted uid set 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cikd.h' (7,788) at 20210309003649412 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/dp501.c' (7,789) at 20210308005003000 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_irq.c' (7,790) at 20240405153050009 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/boot.h' (7,791) at 20210308005045841 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c' (7,792) at 20240405153232283 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/law.c' (7,793) at 20210308005002992 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98390.yaml' (7,794) at 20240405153045165 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/samsung,exynos-dw-mshc.yaml' (7,795) at 20240405153045109 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_rss.h' (7,796) at 20240405153049897 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu-qom.h' (7,797) at 20240326080039674 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8907.c' (7,798) at 20240405153230835 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_hw.h' (7,799) at 20210307214929422 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_vmalloc.c' (7,800) at 20240405153053109 2025-03-14 03:00:45.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qnull.c' (7,801) at 20221215040039390 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-reg.h' (7,802) at 20240405153053969 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dvbproperty.rst' (7,803) at 20210309003648476 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/Kconfig' (7,804) at 20210308005003016 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-helios4.dts' (7,805) at 20240405153045445 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/aio_abi.h' (7,806) at 20210307214931622 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk_table.c' (7,807) at 20240405153050673 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity-verify-sig.h' (7,808) at 20240405153049253 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-more.svg' (7,809) at 20210308005107069 2025-03-14 03:00:45.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/cq_exch_desc.h' (7,810) at 20240405153051597 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h' (7,811) at 20240405153230391 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/owl/clk_s900.c' (7,812) at 20210308005003352 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/sacos.S' (7,813) at 20210307214926142 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_pnet.h' (7,814) at 20220525020654907 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_sfp.h' (7,815) at 20210308005003652 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ve8313.h' (7,816) at 20210308005003624 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_provider.c' (7,817) at 20240405153230719 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_pcs.h' (7,818) at 20210307214929642 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/refcounted_kptr.c' (7,819) at 20240405153232259 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/capability.c' (7,820) at 20241211090145565 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_wdt.h' (7,821) at 20210308005003020 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-virtual-sensor/.clang-format' (7,822) at 20241219090030684 to deleted uid set 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/ptdump.h' (7,823) at 20240405153045861 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/Makefile' (7,824) at 20210308005003720 2025-03-14 03:00:45.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml' (7,825) at 20210728000103888 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/system1_chassis.json' (7,826) at 20241206090006230 to deleted uid set 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bridge_loop_avoidance.c' (7,827) at 20240405153053169 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel-mrw/config.yaml' (7,828) at 20210307205554070 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_dccg.h' (7,829) at 20240405153230399 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/blacklist_configuration.md' (7,830) at 20231007080005096 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/ifcvf/ifcvf_base.h' (7,831) at 20240405153052157 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc12138.yaml' (7,832) at 20240405153045073 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/atc260x-core.c' (7,833) at 20240405153230831 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dax.h' (7,834) at 20240405153231803 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064-ifc6410.dts' (7,835) at 20240405153045537 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg' (7,836) at 20210307205554390 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend' (7,837) at 20240413080012683 2025-03-14 03:00:45.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mpc8308_p1m.h' (7,838) at 20210308005003604 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/samsung/Kconfig' (7,839) at 20240405153049173 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/osq_lock.c' (7,840) at 20220525020654711 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (7,841) at 20221004030011410 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/Makefile' (7,842) at 20240405153050333 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints.conf' (7,843) at 20240828080010887 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/meson.build' (7,844) at 20241219090010504 to deleted uid set 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/richtek,rt1719.yaml' (7,845) at 20240405153229803 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/s5m8767.c' (7,846) at 20210308005003472 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/meson.build' (7,847) at 20231216090022621 to deleted uid set 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme3_ctrl_regs.h' (7,848) at 20240405153046577 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/string_32.h' (7,849) at 20210309003648980 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/ring.c' (7,850) at 20241018080014478 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/xilinx/xlnx_vcu.c' (7,851) at 20240405153230247 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/microvm.rst' (7,852) at 20210308005045809 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/044.out' (7,853) at 20220429100100886 2025-03-14 03:00:45.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_mcu.h' (7,854) at 20220525020653779 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/Kbuild' (7,855) at 20210307214927922 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_w.c' (7,856) at 20210308005046501 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_balloon.h' (7,857) at 20241211090212370 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/test_xcat_group.robot' (7,858) at 20220201040016329 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/sys.c' (7,859) at 20210307214925674 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/MEMORIAM' (7,860) at 20210307205554226 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm7xxx.c' (7,861) at 20240405153231075 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/215' (7,862) at 20240326080039730 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/q40_defconfig' (7,863) at 20240405153230003 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clkt_dpll.c' (7,864) at 20220525020652338 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/nuvoton,nau7802.yaml' (7,865) at 20210309003648356 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-savageboard.dts' (7,866) at 20240405153045505 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8186-resets.h' (7,867) at 20240405153052653 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/image-buildinfo.bbclass' (7,868) at 20230919080013978 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/task.h' (7,869) at 20240405153232107 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Wobo_i5_defconfig' (7,870) at 20210308005003244 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/083_compress.dts' (7,871) at 20210308005003752 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/pm.h' (7,872) at 20240405153045641 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/static_keys/config' (7,873) at 20210307214932722 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/muldi3.S' (7,874) at 20210308005002708 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/nfsd-admin-interfaces.rst' (7,875) at 20210307214925238 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/obmc-flash-bmc' (7,876) at 20241213090040866 to deleted uid set 2025-03-14 03:00:45.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/common.h' (7,877) at 20240405153045649 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/mmu.h' (7,878) at 20220525020651966 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/conversion_trigger.hpp' (7,879) at 20230523080037934 to deleted uid set 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/README.md' (7,880) at 20221209040007411 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/Makefile' (7,881) at 20210307214930314 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/stxcpy.S' (7,882) at 20210307214925662 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch' (7,883) at 20241221090017680 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev67-strncat.S' (7,884) at 20240405153229859 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/README.md' (7,885) at 20241221090017468 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_debugfs.c' (7,886) at 20240405153230163 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vlynq/Kconfig' (7,887) at 20210307214930958 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/android/binderfs.h' (7,888) at 20210307214931622 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/mtd_test.c' (7,889) at 20240805080013971 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_r_qb.c' (7,890) at 20210308005046509 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2371-2180_defconfig' (7,891) at 20210308005003272 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/aaci.c' (7,892) at 20220525020654963 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,jz4755-cgu.h' (7,893) at 20240405153052641 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/nfit.h' (7,894) at 20240405153046641 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb' (7,895) at 20241221090017540 2025-03-14 03:00:45.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-core.c' (7,896) at 20210308005002552 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_encoder_metadata.c' (7,897) at 20240821080009267 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6338.h' (7,898) at 20210308005003588 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/duovero_defconfig' (7,899) at 20210308005003256 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgfortran_14.2.bb' (7,900) at 20241221090017660 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_qsfp.c' (7,901) at 20210307214928442 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/openssl_alloc.hpp' (7,902) at 20240618080024077 to deleted uid set 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/polyval.h' (7,903) at 20240405153052625 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-ptest-fast.bb' (7,904) at 20230503080014615 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/max5432.yaml' (7,905) at 20210307214925334 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-brcm.c' (7,906) at 20240405153231555 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt' (7,907) at 20210307214925334 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/meson.build' (7,908) at 20240906080037272 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/ntrig.rst' (7,909) at 20240405153045221 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/Makefile' (7,910) at 20210308005002948 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgk104.fuc3' (7,911) at 20210307214927938 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_htcp.c' (7,912) at 20220627100017182 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_33_defconfig' (7,913) at 20210308005003236 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/kmi.h' (7,914) at 20210307214931354 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-meson.c' (7,915) at 20240405153231371 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/build_error.rs' (7,916) at 20240405153053417 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-hsg-h702.dts' (7,917) at 20240405153045377 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/rethook.c' (7,918) at 20240405153045945 2025-03-14 03:00:45.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.iscsi' (7,919) at 20210308005003296 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/io.h' (7,920) at 20210308005002852 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/README.md' (7,921) at 20221209040020035 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/Kconfig' (7,922) at 20210307214931138 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tegra_gpio.c' (7,923) at 20210308005003380 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vce_v4_0.h' (7,924) at 20210307214927250 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-adnp.txt' (7,925) at 20210307214925318 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/usb/midi.c' (7,926) at 20240405153054025 to deleted uid set 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/kc1.h' (7,927) at 20210308005002912 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml' (7,928) at 20240405153045025 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-sabreauto.dts' (7,929) at 20240405153045505 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/visconti/pinctrl-tmpv7700.c' (7,930) at 20210309003652148 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-r-ccu.h' (7,931) at 20210307214931334 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/eflash.c' (7,932) at 20210308005002712 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as10x_cmd_stream.c' (7,933) at 20210307214928806 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_power.c' (7,934) at 20240405153048597 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.hpp' (7,935) at 20220727030021549 to deleted uid set 2025-03-14 03:00:45.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ethtool.c' (7,936) at 20240405153050125 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/btmrvl.rst' (7,937) at 20210307214925218 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_0_1_sh_mask.h' (7,938) at 20210307214927670 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/fancontrol' (7,939) at 20210307205553874 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/fu540.c' (7,940) at 20210308005003052 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Fix-type-of-single-bit-bitfields.patch' (7,941) at 20230211040012639 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/Makefile' (7,942) at 20210309003652052 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sleep24xx.S' (7,943) at 20210307214925926 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/ti/wkup-m3-ipc.yaml' (7,944) at 20240405153045157 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/crt0.S' (7,945) at 20240405153046089 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-builtin.c.inc' (7,946) at 20241211090212226 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/ne_pci_dev.c' (7,947) at 20240405153052229 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/call-path.c' (7,948) at 20210307214932586 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/MAINTAINERS' (7,949) at 20210308005002996 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/kprobes.c' (7,950) at 20240405153045361 2025-03-14 03:00:45.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/init.c' (7,951) at 20210307214930998 2025-03-14 03:00:45.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/sti/stih-cec.c' (7,952) at 20240405153049265 2025-03-14 03:00:45.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/fixed31_32.h' (7,953) at 20240405153047301 2025-03-14 03:00:45.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts' (7,954) at 20240413080012695 2025-03-14 03:00:45.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-vdpa.c' (7,955) at 20241211090212394 2025-03-14 03:00:45.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/nvme.h' (7,956) at 20241211090212314 2025-03-14 03:00:45.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/mx6boards.c' (7,957) at 20210308005002956 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/sclp_ctl.h' (7,958) at 20210307214926514 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/core.c' (7,959) at 20240405153047069 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/mhi.h' (7,960) at 20240405153050437 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/tlb.c' (7,961) at 20220525020651970 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-common-ssh.c' (7,962) at 20240906080037436 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-a1.c' (7,963) at 20240520080015167 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/gnu/stubs.h' (7,964) at 20240405153232099 2025-03-14 03:00:45.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/bblayers.conf.sample' (7,965) at 20240323080013549 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_0_sh_mask.h' (7,966) at 20240405153047761 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/bus.json' (7,967) at 20240405153054109 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/intel-gma.txt' (7,968) at 20210308005003328 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-live.sh' (7,969) at 20210307205554482 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/config' (7,970) at 20240405153054353 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt.interface.yaml' (7,971) at 20221207040023627 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-loongson.c' (7,972) at 20240805080013995 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure_in_cross.patch' (7,973) at 20230401080011931 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad1836.c' (7,974) at 20240405153232143 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ste-ab8500.h' (7,975) at 20210307214931334 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-bbrevd.dts' (7,976) at 20240405153045401 2025-03-14 03:00:45.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/main.c' (7,977) at 20210309003648872 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/proc.c' (7,978) at 20210309003648828 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/network_port.hpp' (7,979) at 20221229040004411 to deleted uid set 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/processor.h' (7,980) at 20240405153229859 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/d1.bb' (7,981) at 20210307205554250 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/sample.conf' (7,982) at 20240405153054225 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/Makefile' (7,983) at 20210307214930882 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c' (7,984) at 20240405153048737 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/_debugfs_common.sh' (7,985) at 20240405153054293 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/iface_test.cpp' (7,986) at 20230718080007968 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/reset/reset.txt' (7,987) at 20210308005003308 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller/gdb-config.c.inc' (7,988) at 20210308005046361 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/asm-offsets.h' (7,989) at 20210307214926158 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vm_entry.S' (7,990) at 20210307214926110 2025-03-14 03:00:45.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/ocpi.c' (7,991) at 20240405153045661 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/xarray.h' (7,992) at 20241008080014011 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_mirror.c' (7,993) at 20240405153050173 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/main.c' (7,994) at 20240617080017410 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_pm.c' (7,995) at 20240405153051881 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-io.h' (7,996) at 20240906080037324 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/001_invalid.dts' (7,997) at 20210308005003752 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/Makefile' (7,998) at 20210308005003004 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/README.md' (7,999) at 20210307205553678 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc5121ads.dts' (8,000) at 20210307214926354 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/types.h' (8,001) at 20210308005002880 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-pata-timings.c' (8,002) at 20210307214926866 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/libipw_wx.c' (8,003) at 20210524100035002 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/vexpress-config.c' (8,004) at 20240405153230199 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-olinuxino.dts' (8,005) at 20210308005002616 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-emlid-neutis-n5h3.dtsi' (8,006) at 20240405153045389 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/014_pack_overlap.dts' (8,007) at 20210308005003752 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/iforce-serio.c' (8,008) at 20220913100024177 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdt_simplefb.h' (8,009) at 20210308005003648 2025-03-14 03:00:45.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/depends.py' (8,010) at 20210307205554434 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/systemd_signal.cpp' (8,011) at 20240820080031618 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_overhead_tp.bpf.c' (8,012) at 20240405153232099 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (8,013) at 20210307205553662 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/Makefile' (8,014) at 20240405153048777 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/linkage.h' (8,015) at 20210307214926118 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/blockjob.c' (8,016) at 20240906080037156 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c' (8,017) at 20240613080016439 to deleted uid set 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/pgtable-3level.h' (8,018) at 20240405153046309 2025-03-14 03:00:45.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_savearea_management.robot' (8,019) at 20240628080017117 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/bxt-sst.c' (8,020) at 20210309003654912 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch' (8,021) at 20241221090017528 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_object.h' (8,022) at 20240405153048701 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/utils.cpp' (8,023) at 20240819080030255 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/__init__.py' (8,024) at 20241221090017584 to deleted uid set 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/koelsch.c' (8,025) at 20210308005003036 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml' (8,026) at 20240405153229799 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.c' (8,027) at 20240405153048633 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lzma/LzmaDec.h' (8,028) at 20210308005003672 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_axuser_msix_nrm_regs.h' (8,029) at 20240405153046597 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxa3xx-regs.h' (8,030) at 20240405153052213 2025-03-14 03:00:45.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sbc8548.h' (8,031) at 20210308005003616 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/sigcontext.h' (8,032) at 20240405153230063 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/m_can_platform.c' (8,033) at 20240405153230899 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/copy-before-write.out' (8,034) at 20221215040039366 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/Makefile' (8,035) at 20240405153054305 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/um_malloc.h' (8,036) at 20210307214926622 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/src/bej_decoder_core.c' (8,037) at 20240821080009267 to deleted uid set 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/Kconfig' (8,038) at 20210307214926266 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/s390.rst' (8,039) at 20210307214925262 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw560x.dts' (8,040) at 20240405153045497 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/darla24.c' (8,041) at 20210307214932242 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_param_shading.c' (8,042) at 20240405153051849 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/axi.c' (8,043) at 20210308005003736 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/emi26.c' (8,044) at 20210307214930842 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_police.c' (8,045) at 20240405153050177 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml' (8,046) at 20240405153045141 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/bridge-regs.h' (8,047) at 20240405153045653 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/fix-CATALOG-conditional-compile.patch' (8,048) at 20210307205554010 2025-03-14 03:00:45.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/max44000.c' (8,049) at 20240405153049001 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-copy.h' (8,050) at 20241211090212354 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/inode.c' (8,051) at 20240429080012448 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/ivshmem-client.h' (8,052) at 20210308005045769 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/signal.c' (8,053) at 20240405153230003 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/fsl,gtm.txt' (8,054) at 20210307214925446 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_lvds.c' (8,055) at 20210308005003532 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/raid_class.c' (8,056) at 20240405153051725 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/octeon-md5.c' (8,057) at 20220525020651994 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_7k_common.c' (8,058) at 20210307214929606 2025-03-14 03:00:45.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb-mouse.c' (8,059) at 20241211090212282 2025-03-14 03:00:45.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun9i-cpus.c' (8,060) at 20210307214927030 2025-03-14 03:00:45.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.h' (8,061) at 20210309003649656 2025-03-14 03:00:45.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memory-failure.c' (8,062) at 20240830080013343 2025-03-14 03:00:45.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-pcm-rpmsg.h' (8,063) at 20220525020655063 2025-03-14 03:00:45.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig' (8,064) at 20210308005003276 2025-03-14 03:00:45.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq24190.yaml' (8,065) at 20240405153045141 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/lan78xx.h' (8,066) at 20210307214929706 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/uacce/hisi_qm.h' (8,067) at 20240405153052945 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/Makefile' (8,068) at 20240405153050337 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/sync_manager.cpp' (8,069) at 20230324080024302 to deleted uid set 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/vfio.h' (8,070) at 20240405153231575 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/Makefile' (8,071) at 20240405153051981 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-intel_th-devices-msc' (8,072) at 20210309003648252 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8a.inc' (8,073) at 20210905000020581 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cache.h' (8,074) at 20240405153046309 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-pci.c' (8,075) at 20240710080014617 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_proto.c' (8,076) at 20240812080017244 2025-03-14 03:00:45.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.c' (8,077) at 20240405153050129 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/raid5-cache.c' (8,078) at 20240830080013271 to deleted uid set 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/setup-sh4-202.c' (8,079) at 20210307214926562 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-evdev_1.7.1.bb' (8,080) at 20241221090017552 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/meson.build' (8,081) at 20230722080018997 to deleted uid set 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/nvmet.h' (8,082) at 20240613080016455 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot-ping-pong/rpp' (8,083) at 20221206040017633 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8096.h' (8,084) at 20210308005002776 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7734.c' (8,085) at 20210307214926562 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/pmem_test.c' (8,086) at 20210307214932626 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/meson.build' (8,087) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/mm-api.rst' (8,088) at 20240405153045289 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/whpx.h' (8,089) at 20240906080037348 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/regs.c' (8,090) at 20210307214926638 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/Makefile' (8,091) at 20210307214928538 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool_1.3.bb' (8,092) at 20241221090017496 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-unknown-key.err' (8,093) at 20210308005046405 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/generated.mako.hpp' (8,094) at 20220623100021364 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/211' (8,095) at 20220429100100910 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/sun4i-usb-phy.txt' (8,096) at 20210308005003304 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/addac/adt7316-spi.c' (8,097) at 20210307214930518 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml' (8,098) at 20240405153045029 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xtfpga.h' (8,099) at 20210308005003624 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cross-canadian.bbclass' (8,100) at 20241221090017608 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_nvmet.c' (8,101) at 20240405153231423 2025-03-14 03:00:45.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_xive.h' (8,102) at 20240405153046169 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_ctl.c' (8,103) at 20240624080012800 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml' (8,104) at 20240405153045125 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_flashif.h' (8,105) at 20210308005003552 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/gp_timer.h' (8,106) at 20210307214930546 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mpc83xx_clk.c' (8,107) at 20210308005003348 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/numa_32.h' (8,108) at 20210307214926670 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/scheduler/sched_fence.c' (8,109) at 20240405153048753 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/Makefile' (8,110) at 20210307214930510 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/smartpqi_sis.h' (8,111) at 20240405153051733 2025-03-14 03:00:45.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/expectedJsonChecker/README.md' (8,112) at 20221209040019091 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ipw2100.c' (8,113) at 20241211090145469 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/transport.c' (8,114) at 20240405153053389 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/use-pkgconfig.patch' (8,115) at 20240309090012816 to deleted uid set 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/32/tlbflush.h' (8,116) at 20240405153046101 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_avb.py' (8,117) at 20210308005003744 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb' (8,118) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf' (8,119) at 20240413080012699 2025-03-14 03:00:45.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/general.h' (8,120) at 20210307214930670 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_7_0_offset.h' (8,121) at 20240405153048285 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/Makefile' (8,122) at 20240405153053001 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi' (8,123) at 20240405153229919 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/user.h' (8,124) at 20210307214931534 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/iothread.h' (8,125) at 20240326080039550 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/traps.c' (8,126) at 20240405153046317 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb' (8,127) at 20221120040010738 2025-03-14 03:00:45.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (8,128) at 20240720080012613 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/marvell.xhci-usb.txt' (8,129) at 20210308005003328 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/regs.c' (8,130) at 20210307214926750 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SDCARD_defconfig' (8,131) at 20210308005003240 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/af9015.c' (8,132) at 20240405153049545 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscall_o32.tbl' (8,133) at 20241211090212378 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Minpack' (8,134) at 20241221090017616 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_internal.h' (8,135) at 20210307214929306 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h' (8,136) at 20210307214927234 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/MAINTAINERS' (8,137) at 20210308005002988 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/mux_data.h' (8,138) at 20210308005003080 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/i40iw_hw.c' (8,139) at 20240405153230711 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/error_history_tests.cpp' (8,140) at 20210901000109343 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_qp_rx.c' (8,141) at 20240405153049113 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h' (8,142) at 20240405153051881 2025-03-14 03:00:45.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/files/firewalld.init' (8,143) at 20220612030016723 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl692_defs.h' (8,144) at 20240405153049293 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/neighbour.c' (8,145) at 20241216090017789 to deleted uid set 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3399.h' (8,146) at 20210308005002660 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_journal.hpp' (8,147) at 20210308005405938 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h' (8,148) at 20240613080016403 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal_rx.c' (8,149) at 20240405153231159 2025-03-14 03:00:45.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sabreauto_defconfig' (8,150) at 20210308005003268 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/virtio-blk-handler.c' (8,151) at 20230426080043640 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/.shellcheck' (8,152) at 20210420000053767 to deleted uid set 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f429-pinctrl.dtsi' (8,153) at 20240405153045581 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/layer.conf' (8,154) at 20241221090017604 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css.map' (8,155) at 20210307205554270 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts' (8,156) at 20240405153229919 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_vsock.h' (8,157) at 20240405153231847 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/arch_errno_names.c' (8,158) at 20210307214932578 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/hwinit-common.c' (8,159) at 20210308005002552 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_inc/Kconfig' (8,160) at 20210307214932154 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-black_24.10.0.bb' (8,161) at 20241221090017548 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.kgdb' (8,162) at 20240405153053081 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/cros_ec_light_prox.c' (8,163) at 20240405153049001 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-only.bb' (8,164) at 20241221090017604 to deleted uid set 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_init.c' (8,165) at 20240405153231431 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2' (8,166) at 20210927100127505 to deleted uid set 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/numa.h' (8,167) at 20240405153231791 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-router/intel-irq.h' (8,168) at 20210308005003636 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_timer.c' (8,169) at 20210625000036104 2025-03-14 03:00:45.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Hervey_Bay-Ghost_Hill' (8,170) at 20210307205553762 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch' (8,171) at 20210307205554390 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kdev_t.h' (8,172) at 20210307214931638 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/davinci/da8xx-cfgchip.txt' (8,173) at 20210307214925294 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/proc_sysctl.c' (8,174) at 20240812080017252 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/inc/utils.hpp' (8,175) at 20220525020433159 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ptrace_64.c' (8,176) at 20240405153046325 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c' (8,177) at 20240405153048485 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/request_test.cpp' (8,178) at 20231207090046206 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/NSS-806-40.5W' (8,179) at 20210307205553762 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/tftf.yml' (8,180) at 20241206090014206 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi' (8,181) at 20240405153230063 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-pci.c' (8,182) at 20240719080013361 2025-03-14 03:00:45.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/stats.json' (8,183) at 20240906080037432 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/ffdc/README.md' (8,184) at 20210727000024370 to deleted uid set 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/timbuart.c' (8,185) at 20240405153052017 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8550-mdss.yaml' (8,186) at 20240405153229763 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/saa7164-cardlist.rst' (8,187) at 20210307214925234 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/assabet.c' (8,188) at 20240405153045689 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/qe_io.c' (8,189) at 20220525020654091 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-px5-evb.dts' (8,190) at 20210308005002608 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.h' (8,191) at 20210307214929638 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/packagegroups/packagegroup-olympus-nuvoton-apps.bb' (8,192) at 20231012080014472 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c' (8,193) at 20240405153052205 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/test/meson.build' (8,194) at 20241012080019916 to deleted uid set 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/trace.h' (8,195) at 20210308005045873 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun9i-a80-optimus.dts' (8,196) at 20240405153045397 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_ac.h' (8,197) at 20210307214929790 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/masters/ds2490.rst' (8,198) at 20240405153045333 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm365_lowlevel.c' (8,199) at 20210308005002720 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/scatterlist.c' (8,200) at 20240405153048553 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0006-ext-phar-Makefile.frag-Fix-phar-packaging.patch' (8,201) at 20220721030015845 to deleted uid set 2025-03-14 03:00:45.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8569si-pre.dtsi' (8,202) at 20210307214926346 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_q6v5.c' (8,203) at 20240405153231367 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcm051.h' (8,204) at 20210308005003608 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,ssm2518.yaml' (8,205) at 20240405153045161 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/cp-noerror' (8,206) at 20220910030013433 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/serdes.h' (8,207) at 20240405153230907 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager.hpp' (8,208) at 20240817080005375 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/boot/.gitignore' (8,209) at 20240405153045933 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_mr.h' (8,210) at 20210307214932046 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/session.c' (8,211) at 20241008080014055 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/unsolicited_frame_control.h' (8,212) at 20210307214930334 2025-03-14 03:00:45.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-mailbox.h' (8,213) at 20210307214928698 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a4xx_gpu.c' (8,214) at 20240405153230587 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/Makefile.target' (8,215) at 20240906080037580 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/tuning.hpp' (8,216) at 20221117040032476 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/rsrc_mgr.c' (8,217) at 20210307214930042 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/batman-adv/bat_v_elp.c' (8,218) at 20240405153053169 to deleted uid set 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig' (8,219) at 20210308005003240 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exconfig.c' (8,220) at 20240405153046617 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/ftrace.c' (8,221) at 20240405153045945 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0021-shared-Do-not-use-malloc_info-on-musl.patch' (8,222) at 20240413080012651 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/mcf_intc.c' (8,223) at 20241211090212290 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/irq_user.h' (8,224) at 20240405153046345 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/mediatek-mt8183-flakes.txt' (8,225) at 20240405153230531 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7d_rdc.h' (8,226) at 20210308005002652 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-cards.h' (8,227) at 20210307214928682 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/Kconfig' (8,228) at 20240405153046269 2025-03-14 03:00:45.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_ethtool.c' (8,229) at 20240405153049937 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/iomux-mx25.h' (8,230) at 20210308005002644 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-evb.dts' (8,231) at 20240405153229931 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb' (8,232) at 20241221090017680 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria-gfni-avx512-asm_64.S' (8,233) at 20240405153046361 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/Kconfig' (8,234) at 20210307214929974 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/classmap.h' (8,235) at 20240405153053477 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/sockbits.h' (8,236) at 20210927100127269 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch' (8,237) at 20230811080018298 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/pgtable.h' (8,238) at 20240405153230099 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_tpmi.c' (8,239) at 20240405153051409 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-uefi-test_git.bb' (8,240) at 20220910030013341 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/mcextend.bbclass' (8,241) at 20220910030013393 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_synproxy.h' (8,242) at 20210307214931566 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager-r1.dtsi' (8,243) at 20240405153045785 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/tdcall.S' (8,244) at 20240405153046353 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch' (8,245) at 20241221090017676 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg' (8,246) at 20210308005002968 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64r6.inc' (8,247) at 20210905000020581 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/pci.h' (8,248) at 20220525020653807 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/sync_watch.cpp' (8,249) at 20241219090018796 to deleted uid set 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/fdt.c' (8,250) at 20210308005002836 2025-03-14 03:00:45.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/wbflush.h' (8,251) at 20210307214926250 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_validation.c' (8,252) at 20240405153230419 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/rl.c' (8,253) at 20240405153050129 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/Makefile.am' (8,254) at 20210308004938832 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/avoid-openldap-unless-wanted.patch' (8,255) at 20240113090014532 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_backend.c' (8,256) at 20230925080039817 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-setproctitle/run-ptest' (8,257) at 20241221090017560 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/perl-dynloader.patch' (8,258) at 20241221090017664 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/reg.h' (8,259) at 20210309003651836 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/imx-weim.txt' (8,260) at 20240405153045021 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/units.c' (8,261) at 20220525020655179 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/Makefile' (8,262) at 20210308005003024 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/setup.h' (8,263) at 20210307214925670 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/Makefile' (8,264) at 20210308005003032 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/irq.h' (8,265) at 20240405153045973 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mk48t59.h' (8,266) at 20210308005003672 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_managed.h' (8,267) at 20240405153052633 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.h' (8,268) at 20240405153230507 2025-03-14 03:00:45.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/MAINTAINERS' (8,269) at 20210308005002972 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/spear_smi.txt' (8,270) at 20210307214925370 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/exception/sdbus_error.cpp' (8,271) at 20240817080036824 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.138.bb' (8,272) at 20241221090017512 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx_dsp_spos.h' (8,273) at 20210307214932238 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/ahb.c' (8,274) at 20240405153231163 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/mc.h' (8,275) at 20240405153052885 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1-monitoring.service' (8,276) at 20230627080016966 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/Makefile' (8,277) at 20210308005002900 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/ia_css_queue_comm.h' (8,278) at 20210307214930570 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt_rx.c' (8,279) at 20240405153050401 to deleted uid set 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl.c' (8,280) at 20210309003653016 2025-03-14 03:00:45.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/krait-l2-accessors.c' (8,281) at 20210307214925834 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/vt.c' (8,282) at 20241023080012887 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/intel_front_panel.json' (8,283) at 20220601030005865 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_rcc-test.c' (8,284) at 20240906080037572 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/fp-test-log2.c' (8,285) at 20241211090212534 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootcount.h' (8,286) at 20210308005003564 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/064' (8,287) at 20220429100100886 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/axg-audio.c' (8,288) at 20240405153230215 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/quota.h' (8,289) at 20240405153052781 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/fscrypt/fscrypt_1.1.0.bb' (8,290) at 20241221090017580 2025-03-14 03:00:45.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts' (8,291) at 20240405153045717 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_port.h' (8,292) at 20210307214930290 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi' (8,293) at 20240405153229951 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/.gitignore' (8,294) at 20210307214926310 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/screen_info_pci.c' (8,295) at 20240812080017248 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/signal_save_restore_xer.c' (8,296) at 20221215040039390 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/proxy-memory-listener.h' (8,297) at 20210927100127241 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/Makefile' (8,298) at 20220627100016998 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/Makefile' (8,299) at 20210307214926182 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xzoom' (8,300) at 20241221090017620 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/Makefile' (8,301) at 20210308005002984 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/.gitignore' (8,302) at 20210307214932634 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal.bb' (8,303) at 20210812000025330 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libblkio.wrap' (8,304) at 20240326080039630 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bubblegum_96.dts' (8,305) at 20210308005002576 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-microdev/fdc37c93xapm.c' (8,306) at 20210307214926538 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/sdram.c' (8,307) at 20210308005003000 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/wm8505fb_regs.h' (8,308) at 20210307214930950 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stats/stats-hmp-cmds.c' (8,309) at 20230426080043848 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch' (8,310) at 20241206090014334 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g25ek.dts' (8,311) at 20210308005002572 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cse_qspi_defconfig' (8,312) at 20210308005003288 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h' (8,313) at 20240405153047293 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_resource.h' (8,314) at 20210307214929182 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-pro4.c' (8,315) at 20210308005002792 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb' (8,316) at 20241221090017492 to deleted uid set 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/arm-integrator-lm.c' (8,317) at 20241008080013911 2025-03-14 03:00:45.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/espi-control/npcm7xx_espi_control.cpp' (8,318) at 20240817080006807 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_builtin.c' (8,319) at 20240405153230043 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorMode/meson.build' (8,320) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/.gitignore' (8,321) at 20210308005059169 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ialloc_btree.c' (8,322) at 20240405153052573 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/resctrl.h' (8,323) at 20240405153052785 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/046_intel-vbt.dts' (8,324) at 20210308005003752 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_addresses.c' (8,325) at 20210308005003708 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/scx200_acb.rst' (8,326) at 20210307214925510 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/oaktrail.c' (8,327) at 20240405153051409 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_igep003x_defconfig' (8,328) at 20210308005003244 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/serial_ir.c' (8,329) at 20210309003650372 2025-03-14 03:00:45.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu.c' (8,330) at 20240613080016423 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-ams-delta.c' (8,331) at 20240405153045657 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-host-off@.service' (8,332) at 20230412080023460 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.h' (8,333) at 20240405153048541 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/loopback/Makefile' (8,334) at 20210307214930706 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/lola_proc.c' (8,335) at 20210307214932266 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Net-SNMP' (8,336) at 20211006000025238 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-nit6xlite.dtsi' (8,337) at 20240405153229887 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp.md' (8,338) at 20221209040006387 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/Makefile' (8,339) at 20210307214927078 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-kernel/linux/linux-aspeed/vegman.cfg' (8,340) at 20220629100013632 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-trace-marker-synthetic-kernel.tc' (8,341) at 20210307214932674 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/microcode-tool.py' (8,342) at 20210308005003768 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soderhamn' (8,343) at 20210307205553790 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/eglibc/index.html' (8,344) at 20210307205554250 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service' (8,345) at 20210307205554554 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp.h' (8,346) at 20240405153049213 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/syscon-poweroff.yaml' (8,347) at 20210307214925402 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_table_check.h' (8,348) at 20240405153231831 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/usbip_common.c' (8,349) at 20240405153052157 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/monitor-ipmi-power-transition.service' (8,350) at 20230920080013648 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm54140.c' (8,351) at 20240405153050353 2025-03-14 03:00:45.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_intr.h' (8,352) at 20240405153051601 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sg-regs.h' (8,353) at 20210308005002796 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bio.c' (8,354) at 20240405153230151 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/synaptics/berlin4ct-dmp.dts' (8,355) at 20210307214926050 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_decoder_test.cpp' (8,356) at 20241009080009697 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/icm.S' (8,357) at 20230925080040101 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/coresight-pmu.h' (8,358) at 20240405153054049 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.memhp' (8,359) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/byteorder.h' (8,360) at 20210307214926590 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/main.c' (8,361) at 20240405153051145 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/tca8418_keypad.txt' (8,362) at 20210307214925338 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-evb.dts' (8,363) at 20240405153045817 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/mips64el.config' (8,364) at 20240405153054381 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/samsung.h' (8,365) at 20240405153052669 2025-03-14 03:00:45.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/codecs/Kconfig' (8,366) at 20240405153232143 to deleted uid set 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_prctl.h' (8,367) at 20240906080037356 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-virt-kvm.xml' (8,368) at 20230925080039849 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.c' (8,369) at 20210307214929914 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/cbor-helpers.c' (8,370) at 20241211090212346 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/paragon.c' (8,371) at 20210307214929234 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/phy.c' (8,372) at 20240405153050609 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/cache.json' (8,373) at 20240405153054121 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/cyclone.h' (8,374) at 20210307214926114 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/dtc.wrap' (8,375) at 20230925080039997 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/Kconfig' (8,376) at 20240405153045693 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm80.c' (8,377) at 20240405153048861 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb' (8,378) at 20230520080014504 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_vec.c.inc' (8,379) at 20240906080037496 to deleted uid set 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/quickstart/store-anatomy.md' (8,380) at 20221215040043190 2025-03-14 03:00:45.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v3-sl631.dtsi' (8,381) at 20240405153045393 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pid.c' (8,382) at 20210307214928562 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/host-s5-state.target' (8,383) at 20230629131804615 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf' (8,384) at 20210307205554082 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/clk_rk3368.c' (8,385) at 20210308005002776 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/thinkpad-acpi.rst' (8,386) at 20240405153044953 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_wip.c' (8,387) at 20210309003654532 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/widgets.py' (8,388) at 20231014080011727 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8350.h' (8,389) at 20210307214932354 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qlit.c' (8,390) at 20210927100127641 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c' (8,391) at 20220525020653635 2025-03-14 03:00:45.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/omap_intc.c' (8,392) at 20241211090212286 2025-03-14 03:00:45.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/ieee80211.h' (8,393) at 20240710080014605 to deleted uid set 2025-03-14 03:00:45.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/sk_connect_zero_addr.c' (8,394) at 20240405153054353 2025-03-14 03:00:45.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/reconfig.c' (8,395) at 20240405153046225 2025-03-14 03:00:45.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/index.rst' (8,396) at 20241221090017592 2025-03-14 03:00:45.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_stats.h' (8,397) at 20240405153231019 2025-03-14 03:00:45.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt9812.c' (8,398) at 20240405153046897 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_memac.c' (8,399) at 20240405153230943 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_user.tc' (8,400) at 20210309003656000 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmvmc.c' (8,401) at 20240405153230843 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-miphy28lp.txt' (8,402) at 20210307214925390 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-java.h' (8,403) at 20210307214932590 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpu_pm.h' (8,404) at 20210307214931370 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c' (8,405) at 20240405153231327 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/axi-dmac.h' (8,406) at 20210307214931338 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_dvs_info.h' (8,407) at 20210307214930570 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c' (8,408) at 20210308005046521 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_kmem.c' (8,409) at 20240613080016567 2025-03-14 03:00:45.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/verity.rst' (8,410) at 20210307214925486 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_adi_48vhsc_inf.json' (8,411) at 20241217090031429 to deleted uid set 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/signalfd.h' (8,412) at 20210307214931658 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_core.h' (8,413) at 20240405153053285 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/remove-bitmap-from-backing.out' (8,414) at 20210927100127505 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/tusb6010.c' (8,415) at 20240405153231567 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/Makefile' (8,416) at 20240326080039606 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/file.c' (8,417) at 20220525020654383 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_sas.h' (8,418) at 20210307214930366 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig' (8,419) at 20210308005003288 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ms7722se_defconfig' (8,420) at 20210308005003268 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vsprintf.h' (8,421) at 20210308005003692 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/net_namespace.c' (8,422) at 20241220090018338 to deleted uid set 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/bus.h' (8,423) at 20240405153052145 2025-03-14 03:00:45.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-g-client-cap.rst' (8,424) at 20240405153045325 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/iocsr_config.h' (8,425) at 20210308005002952 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6797.dtsi' (8,426) at 20240405153045745 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/copy_from_user.S' (8,427) at 20240405153045633 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtas-proc.c' (8,428) at 20240405153046149 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/katmai.dts' (8,429) at 20240405153046093 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/flashing.rst' (8,430) at 20240405153229815 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/atiixp_modem.c' (8,431) at 20220525020654987 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/handshake.h' (8,432) at 20240405153231867 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/Kconfig' (8,433) at 20210308005003024 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/dataplane/xen-block.h' (8,434) at 20230925080039865 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/pvr2fb.rst' (8,435) at 20210307214925478 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7358.dtsi' (8,436) at 20210307214926190 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/igen6_edac.c' (8,437) at 20241211090145405 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-1.1' (8,438) at 20210307205554414 2025-03-14 03:00:45.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psus-manager.sh' (8,439) at 20230920080013648 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/mes_v11_api_def.h' (8,440) at 20240405153230499 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/main.c' (8,441) at 20241211090212378 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sys32.S' (8,442) at 20240710080014577 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_ioctl.h' (8,443) at 20240405153052877 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch' (8,444) at 20230706080014741 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/amd/Makefile' (8,445) at 20210307214929982 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_defconfig' (8,446) at 20210308005003280 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb' (8,447) at 20241221090017540 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c' (8,448) at 20240405153046921 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs2_lockingver.h' (8,449) at 20220525020654475 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-params.c' (8,450) at 20240405153049453 2025-03-14 03:00:45.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_defconfig' (8,451) at 20210308005003236 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/sdma1/irqsrcs_sdma1_4_0.h' (8,452) at 20210307214927702 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.h' (8,453) at 20240405153047205 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/taprio_wait_for_admin.sh' (8,454) at 20240405153232287 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/sudo.inc' (8,455) at 20241221090017680 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-sdb-sai.dts' (8,456) at 20240405153045525 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/50-qemu-gpu.json.in' (8,457) at 20210308005045773 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/gina20_dsp.c' (8,458) at 20220525020654991 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7770_osm.c' (8,459) at 20210307214930270 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/Kconfig' (8,460) at 20220525020653275 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (8,461) at 20230807080022154 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/pkt_sched.h' (8,462) at 20220525020655119 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/genex.S' (8,463) at 20240405153045945 to deleted uid set 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ael1002.c' (8,464) at 20210309003650588 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_request.h' (8,465) at 20240405153053181 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/hi6421-regulator.c' (8,466) at 20240405153231363 2025-03-14 03:00:45.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func15.c' (8,467) at 20240405153054277 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSubsystem.v1_1_2.json' (8,468) at 20240619080002952 to deleted uid set 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/0001-Fix-buildpaths-warning.patch' (8,469) at 20230401080011939 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/iio_simple_dummy_events.c' (8,470) at 20210309003650024 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_el1h.c' (8,471) at 20210307214932634 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/bootloader.lds' (8,472) at 20210307214925642 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm-cygnus.dtsi' (8,473) at 20240405153229871 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_mmap.c' (8,474) at 20220525020652915 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/modsi3.S' (8,475) at 20210307214926182 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f1u12x25_hsbp.json' (8,476) at 20220601030005861 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/vectors.S' (8,477) at 20210308005046533 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sve-str.c' (8,478) at 20240326080039742 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch' (8,479) at 20210307205554462 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-atna33xc20.c' (8,480) at 20240613080016407 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/cls_lock_client.h' (8,481) at 20210307214931366 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/synaptics/Makefile' (8,482) at 20210307214926050 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_esmt.c' (8,483) at 20210309003650488 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/accel-cpu.h' (8,484) at 20240326080039534 2025-03-14 03:00:45.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/rtsx_pci_ms.c' (8,485) at 20210307214928990 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/fc/fc_els.h' (8,486) at 20240405153052949 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/imx-regs.h' (8,487) at 20210308005002644 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/unistd_64.h' (8,488) at 20240906080037356 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/defpalo.conf' (8,489) at 20210307214926318 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/led.c' (8,490) at 20210308005002916 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/core.c' (8,491) at 20240405153230955 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/irq_32.c' (8,492) at 20210307214926594 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/imr.h' (8,493) at 20210307214926662 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/xlnx,tmr-manager.yaml' (8,494) at 20240405153045109 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb' (8,495) at 20220402030016127 to deleted uid set 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/starfive,jh7110-dwmac.yaml' (8,496) at 20240405153045121 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/amd-pstate/gitsource.sh' (8,497) at 20240405153054233 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau7002.c' (8,498) at 20240405153053565 2025-03-14 03:00:45.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/data.h' (8,499) at 20240405153054189 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_dist.c' (8,500) at 20240906080037236 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vbi-out.h' (8,501) at 20210307214928794 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/Makefile' (8,502) at 20210308005002952 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sev.h' (8,503) at 20240411080014058 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ak881x.c' (8,504) at 20240405153049309 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/tui/tui.h' (8,505) at 20210307214932582 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/led.c' (8,506) at 20240405153231283 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-ccm-core.S' (8,507) at 20240405153045849 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec_phy.c' (8,508) at 20210308005003476 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch' (8,509) at 20241221090017656 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio.c' (8,510) at 20241112090049439 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/t10-pi.h' (8,511) at 20240405153052805 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/smp.h' (8,512) at 20210307214926110 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst' (8,513) at 20210309003648448 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_hpd.c' (8,514) at 20240405153048601 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sc7180.h' (8,515) at 20210309003653812 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/sched_policy.c' (8,516) at 20240405153048521 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-picoitx.dtsi' (8,517) at 20240405153045585 to deleted uid set 2025-03-14 03:00:45.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_ums.py' (8,518) at 20210308005003744 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-radio-rx.c' (8,519) at 20240405153049529 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/OWNERS' (8,520) at 20220726030013070 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.h' (8,521) at 20210307214927742 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_wcnss.h' (8,522) at 20240405153051481 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/fsl,imx25-gcq.yaml' (8,523) at 20210309003648356 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smbacl.c' (8,524) at 20240405153231755 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mono.rst' (8,525) at 20210307214925238 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cherryhill_defconfig' (8,526) at 20210308005003252 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.c' (8,527) at 20210307214929910 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/0002-fix-comparison-between-pointer-and-zero-character-co.patch' (8,528) at 20220910030013349 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/libpeci.wrap' (8,529) at 20230821192414188 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/arm-gic-v4.h' (8,530) at 20241023080012899 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst' (8,531) at 20240405153229823 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-k3.c' (8,532) at 20240405153049661 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/samsung,s2mps11.h' (8,533) at 20210307214931334 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/xhci.h' (8,534) at 20210308005046033 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/bcm958802a802x.dts' (8,535) at 20240405153229919 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst' (8,536) at 20240413080012667 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_pp.h' (8,537) at 20240405153049893 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch' (8,538) at 20241221090017656 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch' (8,539) at 20230131040012035 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aristainetos_defconfig' (8,540) at 20210308005003248 2025-03-14 03:00:45.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rdc/Kconfig' (8,541) at 20210307214929606 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-shx3.c' (8,542) at 20240405153051365 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/fib_offload.sh' (8,543) at 20210307214932666 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-sifive.yaml' (8,544) at 20240405153045173 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/scripts/generate_schema_enums.py' (8,545) at 20240714080004351 to deleted uid set 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/cpm_8xx.h' (8,546) at 20210308005002836 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/lzo.h' (8,547) at 20210308005003668 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c' (8,548) at 20240405153231051 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i2c/sil164.h' (8,549) at 20210307214931322 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/sysfs_update_removed_scheme_dir.sh' (8,550) at 20240405153054293 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-a23-a33-ccu.h' (8,551) at 20210307214931334 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/async_pf.c' (8,552) at 20240405153232291 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/Makefile' (8,553) at 20210308005002756 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/layouts/AppLayout.vue' (8,554) at 20241210090035589 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-imx-sc.c' (8,555) at 20220525020653951 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610m4-cosmic.dts' (8,556) at 20240405153045537 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/toast.scss' (8,557) at 20210308005107073 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm946es/cpu.c' (8,558) at 20210308005002552 2025-03-14 03:00:45.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (8,559) at 20230412080023460 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/clock.c' (8,560) at 20210308005002728 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain64.c' (8,561) at 20210308005045777 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sys_sparc_64.c' (8,562) at 20220525020652122 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/report_manager.hpp' (8,563) at 20240821080039164 to deleted uid set 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig' (8,564) at 20210308005003736 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_ttm.c' (8,565) at 20240405153230583 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/Makefile.am' (8,566) at 20210308004938816 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c' (8,567) at 20240405153048665 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_counter.h' (8,568) at 20240405153054181 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.c' (8,569) at 20210308005003400 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gpio_led.c' (8,570) at 20210308005003400 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/panel-mipi-dbi.c' (8,571) at 20240405153230643 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/orangefs.rst' (8,572) at 20240405153229811 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/thread_info.h' (8,573) at 20240405153045349 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/logging.hpp' (8,574) at 20210308005059169 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/swiotlb-xen.h' (8,575) at 20240405153230115 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/trace.h' (8,576) at 20240613080016543 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/org.open_power.OCC.Control.service' (8,577) at 20231109090034920 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mmu.h' (8,578) at 20210307214931306 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-ld6b-ref.dts' (8,579) at 20240405153045577 2025-03-14 03:00:45.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-pci-dev.c' (8,580) at 20241114091008832 to deleted uid set 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp_acquisition_defs.h' (8,581) at 20220525020654127 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sysctl.h' (8,582) at 20240812080017252 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6prm.c' (8,583) at 20240405153053981 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/startup.h' (8,584) at 20240326080039550 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/psc-da850.c' (8,585) at 20210307214926974 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi' (8,586) at 20240405153045609 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/dd.c' (8,587) at 20240405153230183 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/taprio.json' (8,588) at 20240613080016567 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml' (8,589) at 20240405153045169 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/feat_ctl.c' (8,590) at 20240405153046413 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/sifive/errata_cip_453.S' (8,591) at 20220525020652086 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nic_reg.h' (8,592) at 20210307214929354 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,msm8939.h' (8,593) at 20220525020654543 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/common.h' (8,594) at 20210307214929754 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vinco.h' (8,595) at 20210308005003624 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-firefly-reload.dts' (8,596) at 20240405153045561 2025-03-14 03:00:45.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/otm3225a.c' (8,597) at 20210307214930894 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/phy.c' (8,598) at 20220617030036053 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/drbd_genl.h' (8,599) at 20210307214931378 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/core.c' (8,600) at 20210308005003416 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/tm.h' (8,601) at 20210307214926398 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/Makefile' (8,602) at 20210307214927122 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,dp-video-phy.yaml' (8,603) at 20240405153045129 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager/meson.build' (8,604) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/e1000e_trace.h' (8,605) at 20240405153049969 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.yaml' (8,606) at 20240405153045165 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ac100.c' (8,607) at 20210307214928998 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_vpd_and_hw_status.robot' (8,608) at 20230713080018564 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/time/hrtimer.c' (8,609) at 20240830080013339 to deleted uid set 2025-03-14 03:00:45.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc2_qm_regs.h' (8,610) at 20240405153046581 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ich.c' (8,611) at 20210308005003492 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/gpio.c' (8,612) at 20220525020653411 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5ek.dtsi' (8,613) at 20210308005002572 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/head-sa1100.S' (8,614) at 20240405153045369 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/init/macros.rs' (8,615) at 20240405153232095 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/quote-1-rs.wrap' (8,616) at 20241211090212462 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme-uclass.c' (8,617) at 20210308005003448 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm3-neon-core.S' (8,618) at 20240405153045849 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml' (8,619) at 20240405153045145 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_SECURE_BOOT_defconfig' (8,620) at 20210308005003244 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hpe/Makefile' (8,621) at 20240405153045645 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axc001.dtsi' (8,622) at 20210308005002544 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/irq.c' (8,623) at 20240405153045657 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Certificate.interface.yaml' (8,624) at 20240229090018787 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a100.h' (8,625) at 20210309003649264 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-yuv.h' (8,626) at 20210307214928702 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_ui_scaler.h' (8,627) at 20210307214928042 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/kexec_file.c' (8,628) at 20210307214926326 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/latency/.gitignore' (8,629) at 20220525020655239 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag_private.h' (8,630) at 20210307214930546 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/locking/RM-broken.litmus' (8,631) at 20240405153045225 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml' (8,632) at 20240405153045109 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/0001-build-use-autotools.patch' (8,633) at 20210920100029307 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml' (8,634) at 20240405153045173 2025-03-14 03:00:45.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/leds.h' (8,635) at 20210307214929790 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/pcs-6352.c' (8,636) at 20240405153230907 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-deprecated-ips.sh.in' (8,637) at 20241220090019718 to deleted uid set 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mtk-sysirq.c' (8,638) at 20220525020653207 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/testmode_i.h' (8,639) at 20210307214929782 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt' (8,640) at 20240405153045185 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_acpi.c' (8,641) at 20241211090145425 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0002-build-php.m4-don-t-unset-cache-variables.patch' (8,642) at 20220204040022468 to deleted uid set 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-errno.h' (8,643) at 20210307214932406 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c' (8,644) at 20210308005002836 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/st-dma-resv.c' (8,645) at 20240405153046977 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-utils_5.0.0.bb' (8,646) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock_init_exynos5.c' (8,647) at 20210308005002720 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/subprojects/packagefiles/boost/meson.build' (8,648) at 20221014100033151 to deleted uid set 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_w.c' (8,649) at 20210308005046505 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq2515x.yaml' (8,650) at 20240405153045141 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/agp.h' (8,651) at 20240405153052617 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-no-inherit' (8,652) at 20210307214932570 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/mv88e6xxx.h' (8,653) at 20220525020654563 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/Makefile' (8,654) at 20240405153046029 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mmap.h' (8,655) at 20220525020653163 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/ampere-platform-init.service' (8,656) at 20241108090014316 2025-03-14 03:00:45.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ingenic,ipu.yaml' (8,657) at 20240405153045041 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/korg1212/korg1212.c' (8,658) at 20240405153232135 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-throttle.h' (8,659) at 20240326080039410 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts' (8,660) at 20240910080014014 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/aspeed_gpio.c' (8,661) at 20241211090212270 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/bletchley/gpio_desc.json' (8,662) at 20221207040007843 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x' (8,663) at 20240405153229727 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.h' (8,664) at 20210307214927246 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/mmu_context.h' (8,665) at 20240613080016367 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/goldfish_rtc.c' (8,666) at 20241211090212326 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml' (8,667) at 20240405153229763 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/coverage-summary.sh' (8,668) at 20210927100127345 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sc8180x.h' (8,669) at 20240405153052649 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/pytest.ini' (8,670) at 20210308005003736 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/head.S' (8,671) at 20210309003648560 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault/meson.build' (8,672) at 20230307090037228 to deleted uid set 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/webpack.config.js' (8,673) at 20211109010052102 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h' (8,674) at 20240405153048789 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/can_host.c' (8,675) at 20240906080037376 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/meson.build' (8,676) at 20240906080037564 2025-03-14 03:00:45.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/chip.cpp' (8,677) at 20230511080009359 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.sh_qspi_test' (8,678) at 20210308005003300 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/date_time_utils.py' (8,679) at 20221209040018567 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/configuration.hpp' (8,680) at 20240817080031292 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/global_data.h' (8,681) at 20210308005002848 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Assembly.v1_5_1.json' (8,682) at 20240619080002940 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/fix_libtool_sysroot.patch' (8,683) at 20230706080014757 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/byteorder.h' (8,684) at 20210308005002844 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/Kconfig' (8,685) at 20210307214927078 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/Kconfig' (8,686) at 20240405153051981 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/power_supply_core.c' (8,687) at 20241211090145485 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl.c' (8,688) at 20241211090145457 to deleted uid set 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml' (8,689) at 20240405153045129 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/analogix,dp.yaml' (8,690) at 20240405153045037 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_mix22.h' (8,691) at 20210307214932274 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7796-cpg-mssr.h' (8,692) at 20210308005003632 2025-03-14 03:00:45.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dtso' (8,693) at 20240405153051873 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_quota.h' (8,694) at 20210307214931646 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/dns323-setup.c' (8,695) at 20240405153045673 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7743-iwg20d-q7.dts' (8,696) at 20240405153045549 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-ingenic.c' (8,697) at 20240405153051333 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s.dtsi' (8,698) at 20210308005002620 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-global/base.bbclass' (8,699) at 20241221090017604 to deleted uid set 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pxa/Kconfig' (8,700) at 20210307214930098 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp949.c' (8,701) at 20210307214931186 2025-03-14 03:00:45.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,qcs404-cdsp-pil.yaml' (8,702) at 20240405153045149 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/raid5.h' (8,703) at 20240405153049261 to deleted uid set 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-sys.c' (8,704) at 20230426080043652 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/ptrace.c' (8,705) at 20210307214926570 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/phy.c' (8,706) at 20240405153231079 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.h' (8,707) at 20240405153231023 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/pca9541a@70/i2c-arb/hotswap@54.conf' (8,708) at 20240904080027738 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/delayed_echo.cpp' (8,709) at 20230511080043139 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (8,710) at 20210812000025162 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml' (8,711) at 20240405153045185 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/assembly.h' (8,712) at 20240405153230019 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/clk-pll.h' (8,713) at 20210308005003348 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/amba-pl010.c' (8,714) at 20240405153231511 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/ms5611_i2c.c' (8,715) at 20240405153049009 2025-03-14 03:00:45.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt6190.yaml' (8,716) at 20240405153045145 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/namei.c' (8,717) at 20241008080014003 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteEntry_v1.xml' (8,718) at 20240619080002936 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-gemini.h' (8,719) at 20210307214929214 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sdb-u-boot.dtsi' (8,720) at 20210308005002588 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/ff-core.c' (8,721) at 20240712080021069 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/hpfs.h' (8,722) at 20240405153052381 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-903-34.5W' (8,723) at 20210307205553762 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/of_unittest.rst' (8,724) at 20240405153045293 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-radio-tx.h' (8,725) at 20210307214928794 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/mips_gic.c' (8,726) at 20240326080039450 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h' (8,727) at 20240405153050537 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/logind.conf' (8,728) at 20210307205554490 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/trace-events' (8,729) at 20240326080039470 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/i2cr-scom.c' (8,730) at 20240405153047065 2025-03-14 03:00:45.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bsearch.c' (8,731) at 20210307214931790 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_macio.c' (8,732) at 20240913080013781 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/index.rst' (8,733) at 20240405153045237 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hd64572.c' (8,734) at 20240405153050393 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/big_tcp.sh' (8,735) at 20240405153232275 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/Makefile' (8,736) at 20210307214928470 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptpf.h' (8,737) at 20240405153046961 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-supermicro/packagegroups/packagegroup-supermicro-apps.bb' (8,738) at 20231012080014472 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/sections.h' (8,739) at 20210307214925854 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/saa7146_hlp.c' (8,740) at 20240405153049269 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_fdir.h' (8,741) at 20241115090012957 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/page.h' (8,742) at 20240405153052445 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h' (8,743) at 20240405153050497 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/elan_i2c.h' (8,744) at 20220525020653179 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-sa1100.S' (8,745) at 20210307214925974 2025-03-14 03:00:45.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mtk.c' (8,746) at 20240712080021061 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h' (8,747) at 20210307214929946 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/pmu_battery.c' (8,748) at 20210307214930166 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/idt77105.h' (8,749) at 20210307214926882 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-37xx-pinctrl.txt' (8,750) at 20210920100020627 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-singlehost/server.ttyS2.conf' (8,751) at 20241214090210267 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/hci_core.c' (8,752) at 20241216090017785 to deleted uid set 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_layerscape.h' (8,753) at 20210308005003452 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-odyssey-som.dtsi' (8,754) at 20240405153045585 2025-03-14 03:00:45.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-gp.dts' (8,755) at 20240405153045445 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/bcm1480_regs.h' (8,756) at 20210307214926242 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml' (8,757) at 20240405153045061 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c' (8,758) at 20240405153051293 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/uvd_v4_2.c' (8,759) at 20210309003649880 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/Kconfig' (8,760) at 20241011080017339 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_counter_scale.sh' (8,761) at 20240405153054297 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/sh_pfc.c' (8,762) at 20210308005003380 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/via686a.rst' (8,763) at 20240405153045217 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cbc.c' (8,764) at 20220525020652214 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/input_uapi.rst' (8,765) at 20210307214925514 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_kmod.c' (8,766) at 20240405153053105 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8183-resets.h' (8,767) at 20240405153052653 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig' (8,768) at 20210308005003248 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-dai-adda.c' (8,769) at 20210307214932394 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpmodule.h' (8,770) at 20210307214925978 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/da' (8,771) at 20210308005046145 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/ofpart_bcm4908.h' (8,772) at 20220525020653407 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/strrchr.S' (8,773) at 20210307214925870 2025-03-14 03:00:45.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/paginate.scss' (8,774) at 20210308005107073 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mc34vr500.rst' (8,775) at 20240405153045217 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/alt_defconfig' (8,776) at 20210308005003244 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_hx8357d.c' (8,777) at 20210307214930506 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/hwa742.c' (8,778) at 20240405153052205 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/sysv.h' (8,779) at 20240405153052545 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/controllers/testtargetloader.py' (8,780) at 20220910030013397 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb16.c' (8,781) at 20220525020654983 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSupply.v1_6_0.json' (8,782) at 20240619080002952 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-shared.c' (8,783) at 20240906080037380 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.7.bb' (8,784) at 20241221090017556 to deleted uid set 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-3.0-DE' (8,785) at 20211006000025230 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_empty_tree.c' (8,786) at 20210308005003708 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_plane.c' (8,787) at 20240405153230639 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml' (8,788) at 20240405153229791 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qlogicpti.c' (8,789) at 20240405153231443 2025-03-14 03:00:45.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap36xx.dtsi' (8,790) at 20241211090145369 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hyperv_testdev.c' (8,791) at 20241211090212274 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/ekb_git.bb' (8,792) at 20210701000026253 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/xen_arch_hvm.h' (8,793) at 20230925080039925 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py' (8,794) at 20220910030013397 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml' (8,795) at 20240405153045097 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Kabel-Braunau' (8,796) at 20210307205553758 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ingvallsbenning' (8,797) at 20210307205553782 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent_io.h' (8,798) at 20240405153231623 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_zones.h' (8,799) at 20210307214931566 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UnixCrypt' (8,800) at 20241221090017616 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.yaml' (8,801) at 20240405153045153 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/0002-make-Do-not-enforce-c99.patch' (8,802) at 20230131040012027 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sh_mmcif.c' (8,803) at 20210308005003408 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-0.dtsi' (8,804) at 20240405153046093 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mlxcpld.c' (8,805) at 20240405153230675 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/virtual-memory.json' (8,806) at 20240405153054157 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/parallel-wrapper.sh' (8,807) at 20210307214925570 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-balloon.h' (8,808) at 20210308005046481 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/syscache.c' (8,809) at 20210716100029847 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_stat_unittest.cpp' (8,810) at 20210308005120361 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-server' (8,811) at 20241221090017584 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.events.yaml' (8,812) at 20241107090020905 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/cdns,salvo-phy.yaml' (8,813) at 20240405153045129 2025-03-14 03:00:45.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service' (8,814) at 20231205090013449 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-ttf/use.pkg-config.for.freetype2.patch' (8,815) at 20230706080014753 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/riscv_aplic.h' (8,816) at 20220429100100562 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pwrseq.h' (8,817) at 20210308005003680 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/tc_police_occ.sh' (8,818) at 20210309003655996 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_console.c' (8,819) at 20240405153231507 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm_9.65.bb' (8,820) at 20241221090017676 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/signal.h' (8,821) at 20210307214926110 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/i2c/busses/i2c-i801.rst' (8,822) at 20240405153229819 to deleted uid set 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/yaml/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml' (8,823) at 20221213040029821 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-world-pkgdata.bb' (8,824) at 20241221090017644 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/act8846.c' (8,825) at 20210308005003468 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb' (8,826) at 20210307205554390 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,hr2.yaml' (8,827) at 20240405153045013 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/ipz_parser/parser.cpp' (8,828) at 20230516080022994 to deleted uid set 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-ti-dm.c' (8,829) at 20240405153230251 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/serial-mm.h' (8,830) at 20241211090212358 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c' (8,831) at 20240418080014502 to deleted uid set 2025-03-14 03:00:45.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/cq_desc.h' (8,832) at 20240405153051597 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/Makefile' (8,833) at 20240405153231339 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox.h' (8,834) at 20220525020653215 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/memory.c' (8,835) at 20210307214926614 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_cgroup_storage.rst' (8,836) at 20240405153044993 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-feroceon.c' (8,837) at 20240405153045697 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/fan53555.c' (8,838) at 20210308005003468 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ltc4286.c' (8,839) at 20240716080021363 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/concat.h' (8,840) at 20210307214931450 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic_defconfig' (8,841) at 20240405153230007 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/icmp.c' (8,842) at 20241216090017789 to deleted uid set 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh' (8,843) at 20241101080022236 to deleted uid set 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make_4.4.1.bb' (8,844) at 20230401080011971 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ext_common.h' (8,845) at 20210308005003644 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpio_backlight.h' (8,846) at 20240405153231835 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig' (8,847) at 20210308005003264 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/meson.options' (8,848) at 20240614080032247 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_plane_helper.c' (8,849) at 20240405153230539 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-cbus-gpio.c' (8,850) at 20240405153048897 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_qspi_pbi.cfg' (8,851) at 20210308005002968 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/mba_test.c' (8,852) at 20240805080014075 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/help-texts.h' (8,853) at 20240906080037344 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/machine.h' (8,854) at 20221215040039186 2025-03-14 03:00:45.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mmvec/encode_ext.def' (8,855) at 20230925080040021 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-algo-bit.h' (8,856) at 20210307214931398 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-11mp-bbrevd.dts' (8,857) at 20240405153045401 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-pic32/pic32.h' (8,858) at 20210307214926226 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/gpio_txx9.c' (8,859) at 20210307214926254 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d36ek.dts' (8,860) at 20210308005002612 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt' (8,861) at 20210307214925290 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/random.h' (8,862) at 20240405153052785 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/eeh.h' (8,863) at 20210307214926394 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb' (8,864) at 20241206090014342 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/chromeos-acpi-device.rst' (8,865) at 20240405153229815 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6323-regulator.c' (8,866) at 20240405153051469 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/.gitignore' (8,867) at 20210308005003008 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395_device.c' (8,868) at 20240405153053569 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/option_ms.c' (8,869) at 20210307214930874 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/belkin_sa.h' (8,870) at 20210307214930862 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/polaris_baco.h' (8,871) at 20210309003649648 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html' (8,872) at 20210307205554250 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/uptime' (8,873) at 20210308005059705 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/cacheflush.h' (8,874) at 20240405153230019 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml' (8,875) at 20240405153045021 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/mpc8xxx.c' (8,876) at 20241211090212274 2025-03-14 03:00:45.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv748x/Makefile' (8,877) at 20210307214928650 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/latent_entropy_plugin.c' (8,878) at 20240405153053449 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml' (8,879) at 20240405153229767 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/trace.c' (8,880) at 20240405153046437 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/bpf_perf.h' (8,881) at 20220525020655123 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (8,882) at 20240522080012568 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm28155_ap_defconfig' (8,883) at 20210308005003252 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/cirrus/Kconfig' (8,884) at 20240405153047037 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/opengrok0.0.log' (8,885) at 20241229002655160 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_ctxts.h' (8,886) at 20220525020653135 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/release/metrics/2022-07' (8,887) at 20230114040005626 to deleted uid set 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/transport_rdma.c' (8,888) at 20240405153231755 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v3.1.c' (8,889) at 20240405153050345 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_vma.c' (8,890) at 20240405153048545 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1.its' (8,891) at 20210308005003744 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/report.txt' (8,892) at 20231126090012769 2025-03-14 03:00:45.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/cmpxchg.h' (8,893) at 20240805080013923 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_core.c' (8,894) at 20241018080014586 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_hdmi.h' (8,895) at 20220525020652991 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/atomic-gcc.h' (8,896) at 20240405153054045 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/types.h' (8,897) at 20210308005002640 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1866.dtsi' (8,898) at 20210308005002608 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-iio' (8,899) at 20220525020651630 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8' (8,900) at 20210307205554574 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/Kconfig' (8,901) at 20210308005003524 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/reset-prcc.c' (8,902) at 20240405153046873 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/boottime-trace.rst' (8,903) at 20240405153045269 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/board.h' (8,904) at 20210308005003048 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_kms.c' (8,905) at 20240405153048745 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/Kconfig' (8,906) at 20210307214928434 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/LICENSE' (8,907) at 20210308005100989 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/Kconfig.kexec' (8,908) at 20240405153231887 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dts' (8,909) at 20240405153229935 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl' (8,910) at 20210308005002876 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98088.txt' (8,911) at 20210307214925430 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-powercycle-watchdog.service' (8,912) at 20210810100021256 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/actl_nand.c' (8,913) at 20210308005003168 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/dw9714.c' (8,914) at 20240405153049313 2025-03-14 03:00:45.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/Kconfig' (8,915) at 20240405153046221 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/workqueue.c' (8,916) at 20240913080013849 to deleted uid set 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/Makefile' (8,917) at 20240405153052429 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/dwc3-uniphier.c' (8,918) at 20210308005003500 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-priv.c' (8,919) at 20210307214932110 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/Device.interface.yaml' (8,920) at 20221207040023627 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c' (8,921) at 20240805080014071 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bust_spinlocks.c' (8,922) at 20240405153053081 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_dma.c' (8,923) at 20220525020653275 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_skbedit.h' (8,924) at 20240405153052941 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/MAINTAINERS' (8,925) at 20210308005002944 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/misc.c' (8,926) at 20240527080023360 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/c67x00-hcd.h' (8,927) at 20220525020654239 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/configs/x86_64_defconfig' (8,928) at 20240405153046337 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/vfio/pci/vfio_pci_rdwr.c' (8,929) at 20240405153052165 to deleted uid set 2025-03-14 03:00:45.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/0001-Stop-and-send-SRESET-for-one-thread-only.patch' (8,930) at 20210307205554222 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-baltos-ir3220.dts' (8,931) at 20240405153045589 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/membarrier.h' (8,932) at 20220525020652034 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_nonstruct_container.c' (8,933) at 20210307214932642 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtensa_sim.h' (8,934) at 20210308005045993 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_init.c' (8,935) at 20240405153053469 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-rbd' (8,936) at 20210309003648252 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Umgransele_Granselelund' (8,937) at 20210307205553794 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/0001-configure-Respect-the-cflags-from-environment.patch' (8,938) at 20230520080014480 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PumpCollection_v1.xml' (8,939) at 20240619080002932 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/shadowlock.hpp' (8,940) at 20230222020925387 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv40.c' (8,941) at 20220525020652967 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/alc5623.h' (8,942) at 20210307214932294 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-ruli_srv-Mark-prev_addr_list_size-as-unused.patch' (8,943) at 20210307205553846 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/pch.c' (8,944) at 20210308005002852 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/interface.c' (8,945) at 20220525020653915 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/barrier.h' (8,946) at 20240405153046501 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nm.c' (8,947) at 20240405153230247 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/op_helper.c' (8,948) at 20240906080037540 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinmux.h' (8,949) at 20240405153051345 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fsnotify.h' (8,950) at 20240910080014078 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/uda1380.h' (8,951) at 20210307214932346 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_stratix10_defconfig' (8,952) at 20210308005003280 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-berr.c' (8,953) at 20240405153046053 2025-03-14 03:00:45.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/tsys02d.c' (8,954) at 20240405153049013 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/blocklayout.c' (8,955) at 20240405153052433 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/VIOT' (8,956) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/memory.json' (8,957) at 20240405153232227 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig' (8,958) at 20231207090015262 to deleted uid set 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutboundConnection.v1_0_2.json' (8,959) at 20240619080002952 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/pcie_unittest.cpp' (8,960) at 20211014000010487 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/types.hpp' (8,961) at 20241127090024701 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.yaml' (8,962) at 20240405153045013 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-Fix-building-with-GCC-14.patch' (8,963) at 20241206090014246 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/sheevaplug.c' (8,964) at 20210308005002908 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_parser.h' (8,965) at 20220525020653295 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf-archive.sh' (8,966) at 20220525020655143 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdm845.c' (8,967) at 20240405153230735 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/staging/xz.rst' (8,968) at 20240405153045301 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/evsel.h' (8,969) at 20240405153054065 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/Vector-cast.patch' (8,970) at 20231011080016574 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cavium.c' (8,971) at 20220525020653375 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2.dts' (8,972) at 20210308005002592 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm-cygnus.c' (8,973) at 20220525020653683 2025-03-14 03:00:45.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/xen-9p-backend.c' (8,974) at 20240906080037184 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_certificates_sub_menu.robot' (8,975) at 20240821080013503 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/debug.c' (8,976) at 20240405153054189 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/clock.h' (8,977) at 20210308005002640 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8961.h' (8,978) at 20210307214932358 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx.h' (8,979) at 20220525020654991 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bfs/Makefile' (8,980) at 20210307214931002 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch' (8,981) at 20241221090017556 to deleted uid set 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/microchip,pic32-dmt.txt' (8,982) at 20210307214925454 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@340/vrm@41.conf' (8,983) at 20240904080027738 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bitops.h' (8,984) at 20240613080016499 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/linux,dummy-virt.yaml' (8,985) at 20240405153045013 2025-03-14 03:00:45.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/interactive.svg' (8,986) at 20210307214925514 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/core_types.h' (8,987) at 20240405153230415 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/board.c' (8,988) at 20210308005002784 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/sharp,gp2ap020a00f.yaml' (8,989) at 20220525020651682 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/funcmux.c' (8,990) at 20210308005002788 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_chmap.h' (8,991) at 20210307214931598 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c' (8,992) at 20240405153048797 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/ngene-core.c' (8,993) at 20240613080016423 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.7.bb' (8,994) at 20241221090017516 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dib0700-cardlist.rst' (8,995) at 20210307214925230 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/ncsi_util.hpp' (8,996) at 20240827080032479 to deleted uid set 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c' (8,997) at 20210307214926190 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vboxvideo.h' (8,998) at 20241104090011571 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.json' (8,999) at 20210308005046413 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/realtek/rtd1195-horseradish.dts' (9,000) at 20240405153045545 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/emsdp.dts' (9,001) at 20210308005002544 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller.c' (9,002) at 20230426080043928 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/lc_common_dimm_params.c' (9,003) at 20210308005003360 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cache/Makefile' (9,004) at 20240405153230199 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7792-sysc.h' (9,005) at 20210307214931346 2025-03-14 03:00:45.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/head_kdump.S' (9,006) at 20240405153046269 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-3.yaml' (9,007) at 20240504080013861 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/libecmd_git.bb' (9,008) at 20220126040017543 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/pcan_usb.c' (9,009) at 20240405153049741 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/gpio_presence.hpp' (9,010) at 20240817080025332 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/lantiq,reset.yaml' (9,011) at 20240405153045149 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/dma.h' (9,012) at 20240405153046309 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/disable-run-test-program-while-cross-compiling.patch' (9,013) at 20230317080013785 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86-64/xorg.conf' (9,014) at 20210307205554390 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9052-irq.c' (9,015) at 20210307214929002 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/190.out' (9,016) at 20210308005046457 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/meson.build' (9,017) at 20241205090004235 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Certificate.v1_9_0.json' (9,018) at 20240918080002716 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atombios_i2c.c' (9,019) at 20210307214927994 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/README.md' (9,020) at 20221209040049176 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BitstreamVera' (9,021) at 20210307205554418 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/nxtlist.svg' (9,022) at 20210307214925206 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/qemu_elf.h' (9,023) at 20240906080037160 2025-03-14 03:00:45.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/Makefile' (9,024) at 20210307214926198 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/namei.c' (9,025) at 20240405153231719 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/dnf.py' (9,026) at 20221104030017453 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mctp/Kconfig' (9,027) at 20240507080012898 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/timer.c' (9,028) at 20210308005002544 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/module-plts.c' (9,029) at 20240405153229983 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl5xx_regs.h' (9,030) at 20240405153049293 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE08' (9,031) at 20240405153054369 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/owl/Kconfig' (9,032) at 20210308005003352 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie-nvme-lte.dts' (9,033) at 20240405153045785 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/mtl.h' (9,034) at 20240613080016551 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb' (9,035) at 20220823030015955 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l52.h' (9,036) at 20210307214932302 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci_main.c' (9,037) at 20240405153050593 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c' (9,038) at 20240405153049957 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml' (9,039) at 20240405153229795 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/mpddrc.c' (9,040) at 20210308005002716 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/signal.c' (9,041) at 20210308005046085 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/ibm,p9-occ.txt' (9,042) at 20210307214925314 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/sun20i-gpadc-iio.c' (9,043) at 20240405153230691 2025-03-14 03:00:45.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/device_id.h' (9,044) at 20210307214931578 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fault-injection/provoke-crashes.rst' (9,045) at 20240405153045197 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h' (9,046) at 20240405153049465 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_trans_stress.sh' (9,047) at 20240405153054357 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbtest.c' (9,048) at 20210307214926826 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_erst.rst' (9,049) at 20221215040039078 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_dsa.c' (9,050) at 20220525020653563 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_state_manager.hpp' (9,051) at 20240618080040649 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/main.cpp' (9,052) at 20240731164718595 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/lio_core.c' (9,053) at 20240405153049857 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/COPYING.apache-2.0' (9,054) at 20210307205553718 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/Makefile-modify-CFLAGS-to-aviod-build-error.patch' (9,055) at 20230317080013785 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpa11.inl' (9,056) at 20210307214925974 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml' (9,057) at 20240405153045021 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-nettle.c' (9,058) at 20241211090212230 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/mrbsection.js' (9,059) at 20210307205554282 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/ocelot.h' (9,060) at 20241220090018326 2025-03-14 03:00:45.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/build_bug.h' (9,061) at 20240405153054389 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_gact.c' (9,062) at 20240405153053361 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git/fixsort.patch' (9,063) at 20241221090017660 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_l2.h' (9,064) at 20220525020653971 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/hyperv/hv_core.c' (9,065) at 20220525020651946 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid.c' (9,066) at 20240405153051653 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/pmu.h' (9,067) at 20210308005002672 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/i386/acpi-build.c' (9,068) at 20241211090212274 to deleted uid set 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Inventory/Decorator/Asset.interface.yaml' (9,069) at 20210610000035106 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/adsp_helper.h' (9,070) at 20240405153054001 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-clps711x.txt' (9,071) at 20210307214925438 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_32r5el.sh' (9,072) at 20210308005046525 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/ddr.h' (9,073) at 20210308005002996 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/mman.h' (9,074) at 20210307214926122 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-sps30' (9,075) at 20210307214925194 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmvect1_defconfig' (9,076) at 20210308005003264 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/init' (9,077) at 20210307205553878 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml' (9,078) at 20240405153045117 2025-03-14 03:00:45.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm1020e.S' (9,079) at 20210307214925974 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/const.h' (9,080) at 20210605000027808 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-omap.txt' (9,081) at 20210307214925418 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxxvf/adf_drv.c' (9,082) at 20240405153046953 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vdso/clocksource.h' (9,083) at 20210307214926494 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi' (9,084) at 20240405153045829 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/badty.cocci' (9,085) at 20210307214932138 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/imximage.cfg' (9,086) at 20210308005002984 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test3_%.bbappend' (9,087) at 20241206090014214 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jyvaskyla_Vaajakoski' (9,088) at 20210307205553770 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_doorbell.h' (9,089) at 20210307214929178 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_proc.c' (9,090) at 20240405153053413 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/Kconfig' (9,091) at 20210307214930714 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/types.h' (9,092) at 20210308005002840 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_jsm_msg.c' (9,093) at 20240405153046609 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/time64.h' (9,094) at 20240405153052805 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_b.c' (9,095) at 20210308005046525 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_filsys.h' (9,096) at 20240405153052393 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/switch.S' (9,097) at 20240405153046153 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_elf.h' (9,098) at 20221215040039210 2025-03-14 03:00:45.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rmap.h' (9,099) at 20240405153231839 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-edma-common.c' (9,100) at 20240812080017232 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/Kconfig' (9,101) at 20210307214932110 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/actions/Kconfig' (9,102) at 20220525020653439 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch' (9,103) at 20241221090017488 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/power-domain.h' (9,104) at 20210308005002640 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/uncore-cache.json' (9,105) at 20240405153054141 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/Kconfig' (9,106) at 20240405153048769 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Drive.v1_20_1.json' (9,107) at 20240918080002720 to deleted uid set 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_bpftool.py' (9,108) at 20240405153054285 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb' (9,109) at 20241221090017576 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.out' (9,110) at 20210308005046401 to deleted uid set 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Mikkeli' (9,111) at 20210307205553770 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/gfp_mask-from-fs-io.rst' (9,112) at 20240405153045289 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_cpu.c' (9,113) at 20230426080043656 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrdm_tfa_defconfig' (9,114) at 20210308005003264 2025-03-14 03:00:45.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ptp/ptp-ines.txt' (9,115) at 20210307214925406 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tb-flush.h' (9,116) at 20240326080039530 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/Makefile' (9,117) at 20241221090017536 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-idk-evm-u-boot.dtsi' (9,118) at 20210308005002564 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/string.h' (9,119) at 20240405153230007 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linksys-viper.dts' (9,120) at 20240405153045457 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ni_dpm.c' (9,121) at 20240405153048713 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/spl.c' (9,122) at 20210308005002796 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/atmega.h' (9,123) at 20210308005045841 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rmd160.c' (9,124) at 20210307214926802 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_gendev.h' (9,125) at 20210308004938820 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ppgtt.c' (9,126) at 20240405153230567 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd-new.path' (9,127) at 20230520080014480 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/distro/include/time64.inc' (9,128) at 20241221090017612 to deleted uid set 2025-03-14 03:00:45.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/Makefile' (9,129) at 20240405153051969 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tscs454.h' (9,130) at 20210307214932346 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ppdev.c' (9,131) at 20240613080016383 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_fprobe.c' (9,132) at 20241104090011611 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-replace.svg' (9,133) at 20210308005107069 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/lib/Kconfig' (9,134) at 20210307214932746 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/cctrng.h' (9,135) at 20210307214926938 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/combo-layer.conf.example' (9,136) at 20210307205554630 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/resetvec.S' (9,137) at 20210308005002832 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/leds/uledmon.c' (9,138) at 20210307214932486 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/amt.h' (9,139) at 20240405153052905 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-real_power_state' (9,140) at 20210307214925198 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/lenovo-yogabook.c' (9,141) at 20240613080016459 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/README.md' (9,142) at 20230821080030231 2025-03-14 03:00:45.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h' (9,143) at 20240405153230255 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci-sh4.h' (9,144) at 20210307214926546 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/screen_info.h' (9,145) at 20210307214931658 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-mmc-phase.c' (9,146) at 20210307214927014 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/Makefile' (9,147) at 20210307214929930 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/user/main.rst' (9,148) at 20241211090212238 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/tegra186-clk.c' (9,149) at 20210308005003356 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc_ppp.c' (9,150) at 20220525020653703 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/cacheflush.c' (9,151) at 20240405153230047 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/155.out' (9,152) at 20210308005046453 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/meson.build' (9,153) at 20240906080037212 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/fdp/Makefile' (9,154) at 20210307214929978 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/bd9571mwv-regulator.c' (9,155) at 20240405153051461 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8641HPCN_defconfig' (9,156) at 20210308005003240 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/interconnect.rst' (9,157) at 20240405153229807 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/romfs/Makefile' (9,158) at 20210307214931238 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_conntrack.c' (9,159) at 20210307214932026 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/Kconfig' (9,160) at 20240405153231687 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/aspeed-layer/recipes-kernel/linux/linux-aspeed_%.bbappend' (9,161) at 20210807000017354 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c' (9,162) at 20210308005003012 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_test_config.cpp' (9,163) at 20230715080024019 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/clps711x.h' (9,164) at 20210307214931434 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_sockio.h' (9,165) at 20230919080007046 2025-03-14 03:00:45.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-frequency-info.1' (9,166) at 20240405153054213 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/return_address.c' (9,167) at 20210307214926570 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/signal32.c' (9,168) at 20240405153229983 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/common.h' (9,169) at 20240405153051097 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/bitops.c' (9,170) at 20210307214926266 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk.c' (9,171) at 20240405153230247 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend' (9,172) at 20241018080016394 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/iqs7211.c' (9,173) at 20240405153230731 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/vis_helper.c' (9,174) at 20240906080037536 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_sample.h' (9,175) at 20210307214931662 2025-03-14 03:00:45.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/phosphor-logging.wrap' (9,176) at 20220326030015450 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/kvm.h' (9,177) at 20240405153054053 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aspeed-common.h' (9,178) at 20210625000132664 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-perf-asm.S' (9,179) at 20240405153232283 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.h' (9,180) at 20240405153052149 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/lpc.c' (9,181) at 20210308005002852 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv50_display.h' (9,182) at 20240405153048625 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/fiemap.rst' (9,183) at 20210307214925486 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-img.c' (9,184) at 20240405153046797 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/httpserver.py' (9,185) at 20210307205554250 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-mlxcpld.rst' (9,186) at 20210307214925506 2025-03-14 03:00:45.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme2_rtr_regs.h' (9,187) at 20240405153046605 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/pl310.h' (9,188) at 20210308005002680 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bch.h' (9,189) at 20210308005003656 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/Kconfig' (9,190) at 20210308005003016 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c' (9,191) at 20220525020654179 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/tps6507x.dtsi' (9,192) at 20210307214925830 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.h' (9,193) at 20240405153051321 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmspack/libmspack_1.11.bb' (9,194) at 20241221090017580 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/i8259.c' (9,195) at 20240405153230127 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2.c' (9,196) at 20240405153052569 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/flash_erase.c' (9,197) at 20230809080010803 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/vcpu.rst' (9,198) at 20240405153045325 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pci_32.c' (9,199) at 20240405153046145 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl/lib.sh' (9,200) at 20230606080013598 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/io.h' (9,201) at 20210308005003500 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_midi.h' (9,202) at 20220525020654259 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/micrel_phy.h' (9,203) at 20240405153052733 2025-03-14 03:00:45.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c' (9,204) at 20240910080014038 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch' (9,205) at 20241221090017528 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/pctv452e.c' (9,206) at 20240405153049553 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/phal_service_actions.cpp' (9,207) at 20241029080027819 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/level.hpp' (9,208) at 20210827000030536 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_device.c' (9,209) at 20240405153045665 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sgi/Makefile' (9,210) at 20210307214929630 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-st.c' (9,211) at 20240405153230751 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/phy-rcar-gen3-usb2.c' (9,212) at 20240405153231315 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_workarounds.c' (9,213) at 20240520080015151 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/regsnv04.h' (9,214) at 20210307214927958 2025-03-14 03:00:45.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-orangepi-mini.dts' (9,215) at 20240405153045385 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/drm.h' (9,216) at 20240405153231867 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8135-clk.h' (9,217) at 20210307214931330 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.h' (9,218) at 20240405153050673 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Condor-1.1' (9,219) at 20211006000025234 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/ti,omap-iommu.txt' (9,220) at 20210307214925346 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/corgi_lcd.c' (9,221) at 20240405153052173 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/isys_stream2mmio.h' (9,222) at 20210307214930546 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h' (9,223) at 20240405153050065 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rzg2l-cpg.c' (9,224) at 20241211090145401 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/goldfish.h' (9,225) at 20220627100017130 2025-03-14 03:00:45.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_flower.sh' (9,226) at 20210307214932690 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tsn_lib.sh' (9,227) at 20240405153054345 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-alsa.h' (9,228) at 20210307214928698 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/meson/ao-cec-g12a.c' (9,229) at 20240405153049265 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/layer.conf' (9,230) at 20241221090017480 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-gpio-monitor@.service' (9,231) at 20210308005105441 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml' (9,232) at 20210610000035154 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/Makefile' (9,233) at 20240405153049173 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/processor.h' (9,234) at 20240405153230063 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds112.dts' (9,235) at 20240405153045457 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gen-randstruct-seed.sh' (9,236) at 20240405153053449 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/table.h' (9,237) at 20210307214929938 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/resource_scale.sh' (9,238) at 20240405153232267 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r9a07g054-cpg.h' (9,239) at 20240405153052645 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-linear.h' (9,240) at 20210307214928586 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,adm1266.yaml' (9,241) at 20240405153045065 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/KeyClear/KeyClear.vue' (9,242) at 20241004080035967 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Warszawa' (9,243) at 20210307205553778 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_fdma.c' (9,244) at 20240830080013287 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/Makefile' (9,245) at 20210308005003168 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb' (9,246) at 20241221090017544 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_spi.c' (9,247) at 20240405153049153 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_pci.c' (9,248) at 20240405153047017 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-firmware-zynqmp' (9,249) at 20240405153044913 2025-03-14 03:00:45.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-c2port' (9,250) at 20210309003648252 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/Makefile' (9,251) at 20210307214928434 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fill_link_info.c' (9,252) at 20241104090011631 to deleted uid set 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_io.c' (9,253) at 20210309003653096 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/idt77105.c' (9,254) at 20210406100034967 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/todo.rst' (9,255) at 20220525020651642 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Value/meson.build' (9,256) at 20231216090022621 to deleted uid set 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_calipso.c' (9,257) at 20240405153232063 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0008-RH-reset-default-find_mutipaths-value-to-off.patch' (9,258) at 20241221090017540 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/vpu_boot_api.h' (9,259) at 20240405153046609 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/interlaken-lac-portals.dtsi' (9,260) at 20210307214926342 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-speaker-s.dts' (9,261) at 20240405153045437 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PhysicalContext_v1.xml' (9,262) at 20240918080002712 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c' (9,263) at 20240405153230607 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0007-Remove-Makefile-hardcoded-arch-tune.patch' (9,264) at 20230706080014765 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch' (9,265) at 20241221090017692 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/poll.h' (9,266) at 20210307214926166 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsn32el-linux-user.mak' (9,267) at 20230925080039837 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_fedora_unattended.py' (9,268) at 20241221090017468 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-dsp-sof-common.c' (9,269) at 20240405153232183 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/rxtx.c' (9,270) at 20240405153051953 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/xilinx-zynq-fpga-mgr.yaml' (9,271) at 20240405153045057 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_ncm.h' (9,272) at 20210307214930802 2025-03-14 03:00:45.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarn_Sorsjoliden' (9,273) at 20210307205553782 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/jedec_ddr_data.c' (9,274) at 20240405153049589 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel_auxdevice.c' (9,275) at 20241018080014546 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3.c' (9,276) at 20230426080043928 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-proc-mappings.py' (9,277) at 20241211090212550 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c' (9,278) at 20240405153230379 to deleted uid set 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/assist.txt' (9,279) at 20210307214925270 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-kernel/linux/linux_ima.inc' (9,280) at 20230813080012860 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/clearbit.S' (9,281) at 20210307214925866 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/dcu.c' (9,282) at 20210308005002964 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sclpconsole-lm.c' (9,283) at 20241211090212258 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s2mps11.h' (9,284) at 20210307214931434 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/sock_channel.hpp' (9,285) at 20210308005055041 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/venice2_defconfig' (9,286) at 20210308005003284 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0006-themes-Industrial-add-info-label-in-ui.patch' (9,287) at 20210307205553946 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/LoadingBar.spec.js.snap' (9,288) at 20220105012523003 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sis/sis900.h' (9,289) at 20210307214929630 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/accel.h' (9,290) at 20210307214930946 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpidspcd.c' (9,291) at 20210307214932230 2025-03-14 03:00:45.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c' (9,292) at 20240405153048453 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_cle.h' (9,293) at 20210307214929298 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_dtsec.h' (9,294) at 20240405153049925 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ti,am62-usb.yaml' (9,295) at 20240405153045185 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_clock_gating.h' (9,296) at 20240405153048541 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/Makefile' (9,297) at 20240405153049409 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/scrub.c' (9,298) at 20240712080021085 to deleted uid set 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ovly907e.c' (9,299) at 20210309003649820 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-apq8084.yaml' (9,300) at 20240405153045025 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_cmos_rtc.c' (9,301) at 20240405153230163 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/Makefile' (9,302) at 20210307214932190 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/__init__.py' (9,303) at 20210307205554250 2025-03-14 03:00:45.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_task.c' (9,304) at 20240405153231387 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/io_uring.c' (9,305) at 20241118090018503 to deleted uid set 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/rsc_dump.h' (9,306) at 20210309003651056 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec/0001-otptool-Define-value_start-in-rev_id-path.patch' (9,307) at 20240716080022815 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus' (9,308) at 20210307214932502 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/Makefile' (9,309) at 20210307214932246 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_setup_power.c' (9,310) at 20240405153046133 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/pata_parport.c' (9,311) at 20240405153046665 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/typhoon.c' (9,312) at 20240405153049773 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/026' (9,313) at 20210927100127473 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgs8gxx.h' (9,314) at 20210307214928630 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.h' (9,315) at 20240405153049841 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/dma_fence.h' (9,316) at 20220525020654655 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/llc_nop.c' (9,317) at 20220525020654883 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/time.c' (9,318) at 20210307214926186 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/Kconfig' (9,319) at 20210308005003384 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/Makefile' (9,320) at 20210308005003412 2025-03-14 03:00:45.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/bcm_iproc_adc.c' (9,321) at 20240405153230687 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtsx_pci.h' (9,322) at 20240405153052789 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gre.h' (9,323) at 20220525020654639 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (9,324) at 20220620100012713 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pvclock.h' (9,325) at 20240405153046393 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts' (9,326) at 20240405153045713 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/Kconfig' (9,327) at 20210308005002956 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-dvb.c' (9,328) at 20240405153049357 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/asus_atk0110.c' (9,329) at 20240405153048849 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/txbuf.c' (9,330) at 20240405153053361 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon.conf' (9,331) at 20210307205554098 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/lp855x-backlight.yaml' (9,332) at 20240405153045089 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958300k/MAINTAINERS' (9,333) at 20210308005002940 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_broadcast.sh' (9,334) at 20210307214932690 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/LICENSE' (9,335) at 20210308005122217 2025-03-14 03:00:45.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/manifest.h' (9,336) at 20210307214931394 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/Kconfig' (9,337) at 20240405153230163 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/convert-pam-configs.service' (9,338) at 20230505080015455 to deleted uid set 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/iw_cm.h' (9,339) at 20240405153231859 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ts4800_wdt.c' (9,340) at 20240405153052245 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/renesas,mmcif.yaml' (9,341) at 20240405153045109 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi' (9,342) at 20210308005002580 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/thin-provisioning.rst' (9,343) at 20210307214925222 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/driver-api/io_ordering.rst' (9,344) at 20240405153045293 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/issues.png' (9,345) at 20210307205554250 to deleted uid set 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callouts-example.yaml' (9,346) at 20210308005049125 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/stk33xx.yaml' (9,347) at 20240405153045077 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-emu.h' (9,348) at 20221215040039382 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/.gitignore' (9,349) at 20210307214925670 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/signal.h' (9,350) at 20210307214926762 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC11_C-131W' (9,351) at 20210307205553758 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm988312hr.dts' (9,352) at 20240405153045433 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_state_monitor.c' (9,353) at 20240405153231267 to deleted uid set 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/ipcbuf.h' (9,354) at 20210307214926590 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_crypto.c' (9,355) at 20240405153053385 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160RDB_defconfig' (9,356) at 20210308005003244 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/boot0.h' (9,357) at 20210308005002640 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8731-i2c.c' (9,358) at 20240405153053829 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cryptodev-vhost.h' (9,359) at 20240326080039550 2025-03-14 03:00:45.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb' (9,360) at 20210812000025202 to deleted uid set 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-clk' (9,361) at 20210308005003292 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (9,362) at 20241206090014222 to deleted uid set 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_drm.h' (9,363) at 20240405153049445 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/split-man.pl' (9,364) at 20210524100035122 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz_ptp_reg.h' (9,365) at 20240405153049753 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-merge.c' (9,366) at 20241211090145393 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c' (9,367) at 20240405153232283 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitignore' (9,368) at 20221215040039038 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/kuroboxHG.dts' (9,369) at 20210307214926354 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp' (9,370) at 20240829080022546 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_named_field.decode' (9,371) at 20230925080040085 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/uic.c' (9,372) at 20240405153230051 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml' (9,373) at 20240405153045101 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/UserManagement.vue' (9,374) at 20241005080042593 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/stm32f4-rcc.h' (9,375) at 20240405153052649 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_manager.c' (9,376) at 20240405153048597 2025-03-14 03:00:45.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h' (9,377) at 20220525020652510 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_ti816x.h' (9,378) at 20210308005002636 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pmic.c' (9,379) at 20210308005003740 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6779.dtsi' (9,380) at 20240405153045745 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/kprobetrace.rst' (9,381) at 20240405153045269 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/x_tables.h' (9,382) at 20240405153052929 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/journal-head.h' (9,383) at 20210307214931410 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda8290.h' (9,384) at 20210307214928802 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Brisbane' (9,385) at 20210307205553762 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/buildjson.hpp' (9,386) at 20210308005116217 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CoolingType/meson.build' (9,387) at 20230825080021137 to deleted uid set 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lvds.c' (9,388) at 20240405153230559 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/Kconfig' (9,389) at 20210308005002992 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/opp2420_data.c' (9,390) at 20210307214925922 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/gen/regenerate-meson' (9,391) at 20220914030033172 to deleted uid set 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_counters.h' (9,392) at 20240405153231051 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si_smc.c' (9,393) at 20210307214928022 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/irq.c' (9,394) at 20240405153045653 2025-03-14 03:00:45.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386.c' (9,395) at 20240906080037576 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.h' (9,396) at 20240405153047305 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware_%.bbappend' (9,397) at 20241206090014214 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige.h' (9,398) at 20240830080013283 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-bsp/images/npcm7xx-igps-native_%.bbappend' (9,399) at 20210807000017354 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-lat_fifo-Fix-cleanup-sequence.patch' (9,400) at 20230706080014741 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c' (9,401) at 20210309003649836 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_ctrl.c' (9,402) at 20240405153052013 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/slicetimer.c' (9,403) at 20210308005002800 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html' (9,404) at 20210307205554286 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan743x_ptp.c' (9,405) at 20240405153050169 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/sleepable.c' (9,406) at 20240405153054289 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/config/meson.build' (9,407) at 20241112090035822 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/irq-common.c' (9,408) at 20210307214925890 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/tlb_helper.c' (9,409) at 20241211090212474 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/Makefile' (9,410) at 20210308005002924 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/swp_emulate.c' (9,411) at 20240405153045633 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_ipt.h' (9,412) at 20210307214931578 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/firmware-updates.target' (9,413) at 20210307205553682 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch' (9,414) at 20230211040012639 2025-03-14 03:00:45.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/interface/ia_css_binary.h' (9,415) at 20240405153051841 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/priv.h' (9,416) at 20220525020652959 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_mid.c' (9,417) at 20241216090017737 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/crypto.c' (9,418) at 20240405153049653 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/doc-guide/maintainer-profile.rst' (9,419) at 20220525020651770 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/fse.h' (9,420) at 20240405153053113 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hisi-x5hd2.dtsi' (9,421) at 20240405153045437 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/crg-hi3516cv300.c' (9,422) at 20240405153230211 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml' (9,423) at 20240405153045037 to deleted uid set 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb' (9,424) at 20241221090017488 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/fixed-factor-clock.txt' (9,425) at 20210308005003300 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2-485.dts' (9,426) at 20240405153045537 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0002.patch' (9,427) at 20241221090017640 to deleted uid set 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firewire/nosy-dump.h' (9,428) at 20210307214932470 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/vl_rotate.c' (9,429) at 20240405153231607 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/api-summary.rst' (9,430) at 20220525020651726 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4idmap.c' (9,431) at 20241008080014007 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/addr-map.h' (9,432) at 20210307214925978 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/zfcpdump.rst' (9,433) at 20240405153229747 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/norm/norm_1.0/ia_css_norm.host.h' (9,434) at 20210307214930558 2025-03-14 03:00:45.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-boot-ready.md' (9,435) at 20221209040006383 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mc146818rtc.h' (9,436) at 20210308005003668 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' (9,437) at 20210308005046389 to deleted uid set 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/utf8data.c_shipped' (9,438) at 20241216090017765 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rx8025.c' (9,439) at 20240405153051501 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb' (9,440) at 20241206090014314 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kfence.h' (9,441) at 20240405153230031 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/bcm6348-iudma.c' (9,442) at 20210308005003372 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm-dbhd-ca.dts' (9,443) at 20240405153045553 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acpi_iort.h' (9,444) at 20240405153052657 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cache.h' (9,445) at 20240405153230063 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0007-Makefile-reorganize.patch' (9,446) at 20230211040012643 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/sysctrl.yaml' (9,447) at 20210309003648320 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/aarch64/safe-syscall.inc.S' (9,448) at 20220429100100406 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dtlk.h' (9,449) at 20210307214931378 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0002-config-ast-common-set-fieldmode-to-true.patch' (9,450) at 20210307205554222 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_defconfig' (9,451) at 20210308005003244 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/core/Makefile' (9,452) at 20210307214928990 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/fpga_ast2600/fpga_ast2600.c' (9,453) at 20210308005002916 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.h' (9,454) at 20240405153051837 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/pgtable.c' (9,455) at 20240405153230047 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-kernel/linux/linux-aspeed_%.bbappend' (9,456) at 20240113090014528 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm6318-clock.h' (9,457) at 20210309003653812 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml' (9,458) at 20240405153045149 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/slave.c' (9,459) at 20240405153231455 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/davinci_misc.h' (9,460) at 20210308005002720 2025-03-14 03:00:45.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/pwr/pwr_10_0_offset.h' (9,461) at 20210307214927670 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/tsl2550.c' (9,462) at 20240405153049649 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/local.conf.sample' (9,463) at 20241221090017484 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/html.py' (9,464) at 20210307205554630 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/grlib_irqmp.c' (9,465) at 20241211090212282 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-int-branch.out' (9,466) at 20220429100100882 to deleted uid set 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitattributes' (9,467) at 20241211090212202 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/voltagedomains54xx_data.c' (9,468) at 20210309003648708 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/timings.c' (9,469) at 20220525020654707 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_core.c' (9,470) at 20241211090212302 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzstd_0.16.2.bb' (9,471) at 20241221090017560 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-bootmem.c' (9,472) at 20240405153045989 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/smp_types.h' (9,473) at 20210309003653928 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/kernel.ld' (9,474) at 20241211090212550 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/sub-sub-module.json' (9,475) at 20210308005046413 2025-03-14 03:00:45.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/configure.ac' (9,476) at 20210308005111457 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt' (9,477) at 20210307214925406 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/admv1014.c' (9,478) at 20240405153048981 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Manager.interface.yaml' (9,479) at 20230201040020919 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/run-ninja-from-path.patch' (9,480) at 20230520080014484 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spring.h' (9,481) at 20210308005003616 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_proc.h' (9,482) at 20240326080039566 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-host-watchdog-reset.service' (9,483) at 20210819100023862 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/sff,sfp.yaml' (9,484) at 20240405153045121 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fpga/adi-axi-common.h' (9,485) at 20210307214931386 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.gitignore' (9,486) at 20221204040030281 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun4i-a10-pll2.h' (9,487) at 20210308005003636 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/device.h' (9,488) at 20241111090012149 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_message.c' (9,489) at 20240405153052601 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign_mauv.c' (9,490) at 20240817080006807 to deleted uid set 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzimop.c.inc' (9,491) at 20240906080037524 2025-03-14 03:00:45.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/um.config' (9,492) at 20240405153054381 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_main.c' (9,493) at 20240405153230911 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-frontend.yaml' (9,494) at 20240405153045033 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/types.h' (9,495) at 20210308005003560 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.5.4.bb' (9,496) at 20241217090357822 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml' (9,497) at 20240405153229779 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/.gitignore' (9,498) at 20240405153046349 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-common.c' (9,499) at 20240405153049449 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/hyperv/vmbus.rst' (9,500) at 20240405153045325 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio_local.h' (9,501) at 20210307214930538 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-380-mpcore-soc-ctrl.txt' (9,502) at 20210307214925274 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-on-read.h' (9,503) at 20240326080039374 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/fc/fc_fs.h' (9,504) at 20210307214931694 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/mac802154_hwsim.h' (9,505) at 20210307214929678 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/88pm805.c' (9,506) at 20240405153049597 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/brcmu_d11.h' (9,507) at 20210307214929818 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/ffdc' (9,508) at 20230627080024910 to deleted uid set 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig' (9,509) at 20210308005003276 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/ibm_vpd_utils.hpp' (9,510) at 20240920080016675 to deleted uid set 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cpus.yaml' (9,511) at 20240405153045109 2025-03-14 03:00:45.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/tc358768.c' (9,512) at 20241125090012243 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mbus.h' (9,513) at 20210308005003668 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_dev.c' (9,514) at 20221128040017638 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/timestamp.c' (9,515) at 20210308005002856 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/tlb.c' (9,516) at 20210308005002832 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/cfag12864bfb.c' (9,517) at 20240405153230183 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/pci.c' (9,518) at 20240405153046193 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/sgx.c' (9,519) at 20240405153046465 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9713.c' (9,520) at 20240405153232171 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/cache.json' (9,521) at 20240405153054145 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/.gitignore' (9,522) at 20210307214926254 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bsg-lib.c' (9,523) at 20240405153046521 2025-03-14 03:00:45.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/Makefile' (9,524) at 20240405153045437 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/memory/renesas-rpc-if.h' (9,525) at 20240405153052833 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/semaphore.c' (9,526) at 20240405153053017 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/feature-fixups.c' (9,527) at 20240405153230043 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/iteration_check.c' (9,528) at 20210307214932630 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/include/Makefile' (9,529) at 20240405153054389 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_xdp.c' (9,530) at 20240405153050305 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml' (9,531) at 20240405153045153 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/vpd/test_vpd_tool.robot' (9,532) at 20240628080017117 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/romfs/storage.c' (9,533) at 20210307214931238 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac2_mac.h' (9,534) at 20240405153231227 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/Makefile' (9,535) at 20240405153051217 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/object.c' (9,536) at 20220627100017202 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/da8xx.h' (9,537) at 20240405153045637 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dtt200u.c' (9,538) at 20240405153049553 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/1862c6e57a308a05889c80c048dbc58bdc378dcb.patch' (9,539) at 20220721030015881 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch' (9,540) at 20241221090017668 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Manufacturing' (9,541) at 20211123040021747 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmiallowlist.hpp' (9,542) at 20231122090021669 2025-03-14 03:00:45.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/xattr.c' (9,543) at 20241211090145521 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sprd/pinctrl-sprd.c' (9,544) at 20240405153231335 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/sw.c' (9,545) at 20240405153050641 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/Makefile' (9,546) at 20210307214931230 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-add-arm-to-list-of-mozinline.patch' (9,547) at 20231011080016578 to deleted uid set 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/string.h' (9,548) at 20210308005002880 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi' (9,549) at 20240405153045549 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pxa168_eth.h' (9,550) at 20210307214931490 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0001-mmal-Do-not-use-Werror.patch' (9,551) at 20220409030017483 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-online' (9,552) at 20240405153229731 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager-r0.dts' (9,553) at 20240405153045785 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/vermagic.h' (9,554) at 20210307214931306 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/tcm_fc.h' (9,555) at 20240405153051965 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/mad_priv.h' (9,556) at 20220525020653119 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/pwr-mlxbf.c' (9,557) at 20240405153231351 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch' (9,558) at 20230706080014757 2025-03-14 03:00:45.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_device.c' (9,559) at 20241211090145549 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/boost.wrap' (9,560) at 20220716030027428 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-efi-esrt' (9,561) at 20240405153044925 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ddr.c' (9,562) at 20210308005002820 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/file.c' (9,563) at 20240405153052381 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/digicolor.S' (9,564) at 20210309003648680 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/meson.build' (9,565) at 20240906080037244 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/loop3.c' (9,566) at 20240405153054269 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_meta.sh' (9,567) at 20240405153054289 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cross.bbclass' (9,568) at 20220910030013385 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/sleep.S' (9,569) at 20210307214925882 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_src.h' (9,570) at 20240326080039538 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/autoattach.c' (9,571) at 20240405153054245 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch' (9,572) at 20220204040022520 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml' (9,573) at 20220722030013175 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (9,574) at 20230722080012861 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/e1000e.rst' (9,575) at 20240405153045233 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821cu.c' (9,576) at 20241008080013959 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/interrupts.c' (9,577) at 20210308005002800 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zc5202.h' (9,578) at 20210308005003624 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gf100.h' (9,579) at 20220525020652963 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-con-str.h' (9,580) at 20240906080037548 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire-kugo.dts' (9,581) at 20240405153045765 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sc7280.c' (9,582) at 20240805080013943 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem_vram_helper.h' (9,583) at 20240405153231795 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/intel_tpmi.h' (9,584) at 20241018080014566 2025-03-14 03:00:45.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend' (9,585) at 20210812000025294 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/toolchain-shar-relocate.sh' (9,586) at 20241221090017620 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/config-bootconfig' (9,587) at 20220525020655183 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1-armv4-large.S' (9,588) at 20210309003648676 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau17x1.h' (9,589) at 20240405153053565 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb' (9,590) at 20241206090014334 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/dual/copyleft-next-0.3.1' (9,591) at 20240405153045333 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/ast_timer.c' (9,592) at 20210308005003496 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/i2c-protocol.rst' (9,593) at 20240405153045217 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,ns2-drd-phy.txt' (9,594) at 20210307214925386 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-efi.c' (9,595) at 20240405153051497 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_fs.h' (9,596) at 20210308005046053 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac-bit.dts' (9,597) at 20240405153045541 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/zorro_ids.h' (9,598) at 20240805080014031 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sunxvr1000.c' (9,599) at 20240405153231595 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6s.cfg' (9,600) at 20210308005003088 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_test.c' (9,601) at 20240405153232079 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_mdio_bf2.h' (9,602) at 20240405153050141 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/connector/.gitignore' (9,603) at 20240405153232263 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/transport_tcp.h' (9,604) at 20240405153052533 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sa1100.c' (9,605) at 20240405153047081 2025-03-14 03:00:45.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/freeDiameter.conf' (9,606) at 20210307205553830 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/smartreflex.c' (9,607) at 20241211090145493 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765-img.c' (9,608) at 20240405153046793 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/dpcd.h' (9,609) at 20210308005046009 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_debugfs.c' (9,610) at 20221128040017486 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-fsd.c' (9,611) at 20240405153230243 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/r8152.c' (9,612) at 20210308005003504 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/hil_mlc.c' (9,613) at 20210309003650212 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65910.h' (9,614) at 20210308005003680 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-mba6b.dts' (9,615) at 20240405153045521 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ipc/Makefile' (9,616) at 20240405153054309 2025-03-14 03:00:45.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h' (9,617) at 20210309003649460 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sa8775p.c' (9,618) at 20240405153051349 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/openclose.c' (9,619) at 20240405153052965 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/templates/default/bblayers.conf.sample' (9,620) at 20220910030013373 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_gtk_immodules_cache' (9,621) at 20210307205554642 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/opal_proto.h' (9,622) at 20240405153230155 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-smdkv310.dts' (9,623) at 20210308005002576 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/seco/Makefile' (9,624) at 20210307214928598 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch' (9,625) at 20230317080013793 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-tegra.c' (9,626) at 20240405153051505 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/wow.h' (9,627) at 20210307214929958 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mc13xxx-rtc.c' (9,628) at 20210308005003480 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353vs.dts' (9,629) at 20240405153045821 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Interop_Validator.robot' (9,630) at 20240627080021052 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/xdpe152c4.rst' (9,631) at 20240405153045217 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-crc.inc' (9,632) at 20210905000020581 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/listfile.h' (9,633) at 20210927100127221 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/iomap_copy_64.S' (9,634) at 20240405153046469 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/probe.c' (9,635) at 20220525020652142 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-sensor-hub.c' (9,636) at 20240405153230655 to deleted uid set 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_cache_test.c' (9,637) at 20240405153054361 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/list_sort.h' (9,638) at 20210308005003668 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/omap1_defconfig' (9,639) at 20240405153045617 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/valkey.conf' (9,640) at 20241221090017524 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Keuruu' (9,641) at 20210307205553770 2025-03-14 03:00:45.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xlnx-zynq.rst' (9,642) at 20240906080037180 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/dmasound.h' (9,643) at 20240405153053513 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/dev.h' (9,644) at 20240405153050513 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_dbg.h' (9,645) at 20240405153051689 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dswstate.c' (9,646) at 20240405153230167 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/urtt_fill.S' (9,647) at 20210307214926602 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/Makefile' (9,648) at 20240405153230367 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc64-linux-glibc' (9,649) at 20220402030016247 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/af_can.c' (9,650) at 20241216090017785 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h' (9,651) at 20210307214927242 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/README.md' (9,652) at 20221209040020395 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-h3-dramc.h' (9,653) at 20210308005046017 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-q8-common.dtsi' (9,654) at 20210308005002624 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-pl.c' (9,655) at 20210307214928098 2025-03-14 03:00:45.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/README.md' (9,656) at 20221213040016740 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf85363.c' (9,657) at 20240405153231375 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/p10bmc/psu.json' (9,658) at 20210413000020813 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/tlb.c' (9,659) at 20210308005002960 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig' (9,660) at 20210308005003248 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/qtest.py' (9,661) at 20240326080039614 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_reg.h' (9,662) at 20240405153231003 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-lpc18xx.c' (9,663) at 20240405153047077 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb' (9,664) at 20241221090017528 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-param.h' (9,665) at 20241211090212462 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/Makefile' (9,666) at 20210307214930770 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu104-revA.dts' (9,667) at 20240405153229975 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/vm_util.c' (9,668) at 20240405153054333 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/fault_inject.c' (9,669) at 20240405153051197 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/twl4030-charger.yaml' (9,670) at 20240405153045141 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath25/ath25_platform.h' (9,671) at 20210307214926218 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-fu740.c' (9,672) at 20240405153051225 2025-03-14 03:00:45.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp861.c' (9,673) at 20210307214931178 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/kcov/arch-support.txt' (9,674) at 20240405153229807 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/tv8532.c' (9,675) at 20210307214928838 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt' (9,676) at 20241206090014210 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/rsk7203.c' (9,677) at 20210308005003036 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/aia_device.c' (9,678) at 20240624080012768 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-kernel/linux/linux-aspeed/ahe50dc.cfg' (9,679) at 20230128040012702 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci-quirks.c' (9,680) at 20241211090212346 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/bd9571mwv.c' (9,681) at 20240405153049605 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/debug' (9,682) at 20210307205554482 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmlec.h' (9,683) at 20210307214931622 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c' (9,684) at 20240405153230951 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-zii-rdu2.dts' (9,685) at 20240405153045521 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_iops.c' (9,686) at 20240405153231783 to deleted uid set 2025-03-14 03:00:45.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rtc.py' (9,687) at 20230401080011963 2025-03-14 03:00:45.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/shakti_uart.c' (9,688) at 20241211090212262 2025-03-14 03:00:45.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_div.c' (9,689) at 20210308005046529 2025-03-14 03:00:45.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h' (9,690) at 20241011080017303 to deleted uid set 2025-03-14 03:00:45.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.9.2.bb' (9,691) at 20241221090017528 2025-03-14 03:00:45.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/riscv_htif.c' (9,692) at 20241211090212258 2025-03-14 03:00:45.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.travis.yml' (9,693) at 20221209040015315 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7791.c' (9,694) at 20210308005003460 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/bitmain/Makefile' (9,695) at 20210307214926010 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml' (9,696) at 20240405153045089 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xtensa/xtfpga-i2s.c' (9,697) at 20240405153054017 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/parser.h' (9,698) at 20220525020654599 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mstar/mstar,l3bridge.yaml' (9,699) at 20240405153229755 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml' (9,700) at 20240405153045129 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/tag_global.h' (9,701) at 20210307214930546 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/perfctr-watchdog.c' (9,702) at 20220525020652162 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/obmc-led-group-start@.service' (9,703) at 20241005080021212 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mxs-lradc-adc.c' (9,704) at 20240405153048957 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h' (9,705) at 20240405153050501 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/bitsperlong.h' (9,706) at 20210308005046065 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb' (9,707) at 20241206090014234 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbutils.c' (9,708) at 20240405153046625 2025-03-14 03:00:45.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml' (9,709) at 20240405153045073 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-quirk.h' (9,710) at 20240405153230783 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/syscall.c' (9,711) at 20240405153046509 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_gred.c' (9,712) at 20240405153053369 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of.h' (9,713) at 20210308005003628 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/statfs.h' (9,714) at 20220525020654619 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Aareavaara' (9,715) at 20210307205553778 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/irqf_oneshot.cocci' (9,716) at 20220525020654939 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-slave-eeprom.c' (9,717) at 20240405153048925 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/net.h' (9,718) at 20240405153052913 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-asus-ps3-100.c' (9,719) at 20210307214928778 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/platform.h' (9,720) at 20220525020651886 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (9,721) at 20240206090017943 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/mtk_common.h' (9,722) at 20240405153051481 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/Kconfig' (9,723) at 20210307214928086 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/make' (9,724) at 20240405153232231 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crc32_generic.c' (9,725) at 20220525020652214 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/bootx.h' (9,726) at 20210307214926374 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/conf/include/ptest-packagelists-meta-python.inc' (9,727) at 20241221090017548 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/larl.c' (9,728) at 20230925080040101 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x25.dtsi' (9,729) at 20240405153045469 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/tegra.h' (9,730) at 20240405153052669 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-xiic.h' (9,731) at 20210307214931474 2025-03-14 03:00:45.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/refs.h' (9,732) at 20240405153052965 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/sys_sh32.c' (9,733) at 20240710080014577 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/internals.h' (9,734) at 20240405153049693 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_guest.c' (9,735) at 20240613080016427 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/btf_helpers.c' (9,736) at 20240405153054241 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/llcc-qcom.c' (9,737) at 20240405153231451 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vmalloc.h' (9,738) at 20210307214925858 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_quark_i2c_gpio.c' (9,739) at 20220525020653343 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-read-uncorrected-blocks.rst' (9,740) at 20210309003648480 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/apic.c' (9,741) at 20241023080012875 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv4c.c' (9,742) at 20220525020652971 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_core.c' (9,743) at 20240405153052117 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r7s9210-cpg-mssr.h' (9,744) at 20210307214931330 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/nsimosci.dts' (9,745) at 20210307214925662 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/intel-gtt.h' (9,746) at 20240405153052637 2025-03-14 03:00:45.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/netif_receive_skb.c' (9,747) at 20240405153054273 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822b.c' (9,748) at 20240405153050657 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/evm.h' (9,749) at 20240830080013327 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/PageTitle.spec.js' (9,750) at 20241004080035975 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/lockup-watchdogs.rst' (9,751) at 20220525020651646 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/.gitignore' (9,752) at 20240405153054069 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/rootfs.py' (9,753) at 20241221090017624 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/rwtop-record' (9,754) at 20210307214932566 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c' (9,755) at 20240405153050317 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/tz-mpc.c' (9,756) at 20241211090212298 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_type.h' (9,757) at 20210307214930922 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/memory.json' (9,758) at 20240405153054157 2025-03-14 03:00:45.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/connect4_prog.c' (9,759) at 20240405153054269 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/dummy_st_ops_success.c' (9,760) at 20240712080021105 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/tcg-cpu-ops.h' (9,761) at 20241211090212358 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/mrshpc.h' (9,762) at 20210307214926558 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/cq_desc.h' (9,763) at 20240405153049889 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/subarch.include' (9,764) at 20240405153053461 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/setup_32.c' (9,765) at 20240405153230095 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/conditiongentest.mako.hpp' (9,766) at 20210308005108057 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig' (9,767) at 20210308005003264 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/ramoops_manager.cpp' (9,768) at 20231114090025254 to deleted uid set 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs1.h' (9,769) at 20210308005003556 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2837.dtsi' (9,770) at 20210308005002572 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/color_gamma.c' (9,771) at 20240405153230423 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c' (9,772) at 20241011080017331 to deleted uid set 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configobj/run-ptest' (9,773) at 20241221090017552 to deleted uid set 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/Nonnull.patch' (9,774) at 20231011080016574 2025-03-14 03:00:45.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-core.c' (9,775) at 20240405153049365 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/license_message_registry.hpp' (9,776) at 20241211090002379 to deleted uid set 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/chan.c' (9,777) at 20240405153053405 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/server.hpp' (9,778) at 20241002080038079 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_signal.h' (9,779) at 20230426080043784 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/appledisplay.c' (9,780) at 20241008080013987 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/restrack.h' (9,781) at 20240405153052873 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb' (9,782) at 20241221090017516 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-cmake-Use-GNUInstallDirs.patch' (9,783) at 20210307205553998 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/main.c' (9,784) at 20240405153046261 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/Kconfig' (9,785) at 20240405153051301 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/sandbox_testproc.c' (9,786) at 20210308005003476 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/memmap-gen3.c' (9,787) at 20210308005002772 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.12.1.bb' (9,788) at 20231126090012781 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ibm,occ-hwmon.yaml' (9,789) at 20240405153045065 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/sdt.c' (9,790) at 20240405153054169 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_pm.h' (9,791) at 20210307214927086 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acpi_pmtmr.h' (9,792) at 20210307214931354 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-sh7757lcr.c' (9,793) at 20240405153046305 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/mem_encrypt.h' (9,794) at 20240405153046277 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/soc15.h' (9,795) at 20240405153047165 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/richtek,rt5033.yaml' (9,796) at 20240405153045105 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/cxl_pmem_test.c' (9,797) at 20240405153054221 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/epoll.c' (9,798) at 20240405153052965 2025-03-14 03:00:45.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5020_serdes.c' (9,799) at 20210308005002832 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-baytrail.c' (9,800) at 20240520080015167 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-vdpa-stub.c' (9,801) at 20221215040039222 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/TODO' (9,802) at 20240405153051953 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/rockusb.c' (9,803) at 20210308005003216 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/swarm/swarm-i2c.c' (9,804) at 20210307214926294 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/version.h' (9,805) at 20240405153052913 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ibta_vol1_c12.h' (9,806) at 20210307214931582 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0005-Change-order-of-CFLAGS.patch' (9,807) at 20241221090017660 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/export.py' (9,808) at 20210307205554630 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/create_pel.cpp' (9,809) at 20240904080029670 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.yaml' (9,810) at 20240405153045073 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq5018-tlmm.yaml' (9,811) at 20240405153045137 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsfs.h' (9,812) at 20240405153231731 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc.h' (9,813) at 20210307214928846 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gaddede' (9,814) at 20210307205553782 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-nodrop-groups.sh' (9,815) at 20210307205554130 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/lpc-eth.txt' (9,816) at 20210307214925374 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-xtensa-xtfpga.c' (9,817) at 20240405153231467 2025-03-14 03:00:45.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0001-Makefile.am-do-not-install-etc-ethertypes.patch' (9,818) at 20210307205553826 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PhysicalContext.json' (9,819) at 20240918080002724 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/MAINTAINERS' (9,820) at 20210308005003012 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0022-fwu_metadata-make-sure-structures-are-packed.patch' (9,821) at 20240413080012627 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/polyval-clmulni_glue.c' (9,822) at 20240405153046365 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table.h' (9,823) at 20210307214927266 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.3.bb' (9,824) at 20230114040015490 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/highbank-cpufreq.c' (9,825) at 20240405153046913 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (9,826) at 20220219040012743 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/topology.h' (9,827) at 20220525020651798 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/elgin_rv1108.c' (9,828) at 20210308005002956 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/macros.def' (9,829) at 20240326080039658 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-edac' (9,830) at 20210307214925198 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/ebpf.json' (9,831) at 20240906080037432 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/filter/Makefile' (9,832) at 20240405153048981 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/test_boot_to_main.c' (9,833) at 20230925080040101 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/Makefile' (9,834) at 20240418080014494 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts' (9,835) at 20210308005002596 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drx39xxj.h' (9,836) at 20210307214928618 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/OWNERS' (9,837) at 20220525020520492 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_kms.h' (9,838) at 20240405153048745 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/Makefile' (9,839) at 20240405153051277 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/meson.build' (9,840) at 20240827080002182 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/examples/config.json' (9,841) at 20221213040033301 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.h' (9,842) at 20240405153047245 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_prctl.h' (9,843) at 20220429100100650 2025-03-14 03:00:45.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0001-Add-system-reset-status-support.patch' (9,844) at 20210307205554222 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Makefile' (9,845) at 20241220090018302 to deleted uid set 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_rsa.c' (9,846) at 20210308005003356 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,palmas-gpadc.yaml' (9,847) at 20240405153045073 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch' (9,848) at 20241221090017692 to deleted uid set 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/tegra30-devfreq.c' (9,849) at 20240405153230275 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-ccp' (9,850) at 20240405153229731 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/power.c' (9,851) at 20220525020654195 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-disassembler-init-styled.c' (9,852) at 20240405153054041 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor0.conf' (9,853) at 20230929080014511 to deleted uid set 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.13.1.bb' (9,854) at 20231011080016582 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_query.c' (9,855) at 20240405153048529 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/core.c' (9,856) at 20240405153051417 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/flush_utils.c' (9,857) at 20240405153054361 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/common.h' (9,858) at 20240405153049865 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4copy_page.S' (9,859) at 20210307214926606 2025-03-14 03:00:45.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-balloon.c' (9,860) at 20220525020654335 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/bluetooth/btqca.c' (9,861) at 20240613080016379 to deleted uid set 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/debug.h' (9,862) at 20220525020654459 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/kas/qemux86-test.yml' (9,863) at 20210528000029703 to deleted uid set 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/faraday/ftmac100.h' (9,864) at 20240405153049913 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/atags_compat.c' (9,865) at 20210307214925858 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/ti,tca6507.yaml' (9,866) at 20240405153045089 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-sinlinx-sina33.dts' (9,867) at 20240405153045389 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/rsa_oem_fitimage_key.key' (9,868) at 20210519100046557 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/meson.build' (9,869) at 20230825080021141 to deleted uid set 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/wmt_ge_rops.c' (9,870) at 20240405153052225 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm6368-gpio-sysctl.yaml' (9,871) at 20240405153229775 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun5i-a13-ahb-clk.yaml' (9,872) at 20240405153045021 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/run-ptest' (9,873) at 20211007100024299 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/perf_event.c' (9,874) at 20240405153045353 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/io_trapped.h' (9,875) at 20210307214926550 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/xlnx-zynqmp-pmu.c' (9,876) at 20241211090212290 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/sensor-monitor/meson.build' (9,877) at 20230721080022734 to deleted uid set 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/xen/xen-head.S' (9,878) at 20241220090018306 to deleted uid set 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/asus_wmi_sensors.c' (9,879) at 20240405153048849 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_msrs_test.c' (9,880) at 20240405153054325 2025-03-14 03:00:45.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hvsi.h' (9,881) at 20210307214926378 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-vbi.h' (9,882) at 20210307214928698 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/pppoe-server.init' (9,883) at 20210307205553834 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-0069.conf' (9,884) at 20240904080027734 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch' (9,885) at 20221005030014098 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_cmd_parser.h' (9,886) at 20240405153048521 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ceph.rst' (9,887) at 20240405153229807 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/haveged/haveged_1.9.19.bb' (9,888) at 20241221090017516 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-nvram.c' (9,889) at 20210307214926290 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cortina/gemini.c' (9,890) at 20241018080014490 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/nh-neon-core.S' (9,891) at 20240405153045617 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/Kconfig' (9,892) at 20220525020654975 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5272C3_defconfig' (9,893) at 20210308005003236 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/watchdog.default' (9,894) at 20241221090017680 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/Makefile' (9,895) at 20240405153045437 2025-03-14 03:00:45.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c' (9,896) at 20240405153049941 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/igb.h' (9,897) at 20240405153050025 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/nodelist.c' (9,898) at 20210307214931130 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-stp-xway.yaml' (9,899) at 20220525020651674 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml' (9,900) at 20240405153045041 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross.inc' (9,901) at 20240106090017273 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml' (9,902) at 20240405153045185 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (9,903) at 20220622030015257 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvneta.c' (9,904) at 20240405153230995 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/host_iommu_device.h' (9,905) at 20240906080037348 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/unistd.h' (9,906) at 20241211090212374 2025-03-14 03:00:45.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmk8550.dtsi' (9,907) at 20240405153045777 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/Makefile' (9,908) at 20210308005002756 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/landlock.rst' (9,909) at 20240405153045257 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-som.dtsi' (9,910) at 20240405153045509 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml' (9,911) at 20240209090020373 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/image-sparse.c' (9,912) at 20210308005003704 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-e1000e-test.c' (9,913) at 20221215040039370 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/visconti/pinctrl-common.c' (9,914) at 20220525020653899 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/control.h' (9,915) at 20240405153045661 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/ist.h' (9,916) at 20210307214926682 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/config.mk' (9,917) at 20210308005003016 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/locore.S' (9,918) at 20210307214926206 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/fan_missing_error_delay.md' (9,919) at 20240807080019546 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/socket.h' (9,920) at 20220525020654919 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target.h' (9,921) at 20240906080037544 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/providers.py' (9,922) at 20220502030010136 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/debug.c' (9,923) at 20241211090212514 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xsk_queue.h' (9,924) at 20240405153232095 2025-03-14 03:00:45.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/regulator.txt' (9,925) at 20210307214925410 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/common.c' (9,926) at 20240405153053165 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/eventBus.js' (9,927) at 20241004080035963 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/setup.cfg' (9,928) at 20210308004922940 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss.c' (9,929) at 20240405153051861 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/9p/client.h' (9,930) at 20240405153052833 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb' (9,931) at 20241221090017668 to deleted uid set 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ipw2200.h' (9,932) at 20241211090145469 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9x5_matrix.h' (9,933) at 20210308005002716 2025-03-14 03:00:45.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/stm32mp13-resets.h' (9,934) at 20240405153052653 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/rn5t567.c' (9,935) at 20210308005003472 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sunplus,sp7021-clkc.h' (9,936) at 20240405153052649 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/conflict-resolution.rst' (9,937) at 20210927100127069 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_D978_rev2_defconfig' (9,938) at 20210308005003260 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/huge_gem_object.c' (9,939) at 20240405153048477 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/libcacard_2.8.1.bb' (9,940) at 20231207090015262 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb' (9,941) at 20241221090017504 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc83xx.ddrecc' (9,942) at 20210308005003296 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.enetaddr' (9,943) at 20210308005003292 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/rv.h' (9,944) at 20240405153053061 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml' (9,945) at 20240405153045153 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple.json' (9,946) at 20210308005046409 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml' (9,947) at 20240405153229783 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-q201.dts' (9,948) at 20210307214926006 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb' (9,949) at 20241221090017524 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/isl9305.h' (9,950) at 20210307214931478 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/taskexp.py' (9,951) at 20230131040012043 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_av1_entropymode.c' (9,952) at 20240405153049493 2025-03-14 03:00:45.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/bitfield.h' (9,953) at 20240405153231043 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-fau.h' (9,954) at 20210307214926234 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sh/include/asm/barrier.h' (9,955) at 20210307214932458 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/.gitignore' (9,956) at 20210307214930258 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/lzmadec.c' (9,957) at 20210308005003212 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/Makefile' (9,958) at 20210308005002544 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_common.c' (9,959) at 20240712080021061 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_dp.c' (9,960) at 20240520080015151 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/proxy.h' (9,961) at 20230426080043768 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/MAINTAINERS' (9,962) at 20210308005002956 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/cache.c' (9,963) at 20210308005002844 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_hwdep.h' (9,964) at 20210307214931598 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-B-1.1' (9,965) at 20211006000025242 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/bus.c' (9,966) at 20240906080037304 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb' (9,967) at 20240302090018210 to deleted uid set 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_entity_association_pdr_add_check.yaml' (9,968) at 20240908080010098 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/sun8i_formats.c' (9,969) at 20210307214928762 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf100.c' (9,970) at 20220525020652975 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-efuse-crc.c' (9,971) at 20220429100100502 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/ioctls.h' (9,972) at 20210307214925650 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ezchip/nps_enet.h' (9,973) at 20210307214929390 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord.inc' (9,974) at 20241206090014258 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/matroxfb.rst' (9,975) at 20210309003648412 2025-03-14 03:00:45.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/apple,aic2.yaml' (9,976) at 20240405153045085 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_bridge/ebtables.h' (9,977) at 20240405153052749 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-expbuf.rst' (9,978) at 20220525020651786 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/dp.c' (9,979) at 20240405153050197 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/kernel/setup-common.c' (9,980) at 20241211090145385 to deleted uid set 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/ads7846.h' (9,981) at 20240405153052797 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ifc00d.h' (9,982) at 20210307214927902 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi6220-hikey-u-boot.dtsi' (9,983) at 20210308005002580 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/Makefile' (9,984) at 20210308005002940 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/capture.c.rst' (9,985) at 20240405153045313 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/fw.c' (9,986) at 20210309003651820 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-emtop-baseboard.dts' (9,987) at 20240405153045725 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ipconfig.c' (9,988) at 20240405153053253 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0012-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch' (9,989) at 20241221090017644 to deleted uid set 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/fix-musl-build.patch' (9,990) at 20231011080016578 to deleted uid set 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/apu-asic-info-table.csv' (9,991) at 20240405153045209 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Farjestaden_Algutsrum' (9,992) at 20210307205553782 2025-03-14 03:00:45.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32h743.dtsi' (9,993) at 20240405153045581 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig' (9,994) at 20240302090018202 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (9,995) at 20210819000021014 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/net_failover.rst' (9,996) at 20240405153045241 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/Kconfig' (9,997) at 20240405153052025 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/am43xx.h' (9,998) at 20210308005003636 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch' (9,999) at 20241206090014274 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/conf/multilib-example2.conf' (10,000) at 20210812000025294 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-event.c' (10,001) at 20220525020653331 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-serialize.cpp' (10,002) at 20240828080025979 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/espresso7420.h' (10,003) at 20210308005003592 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_device.h' (10,004) at 20240405153231835 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CompositionReservation.v1_0_2.json' (10,005) at 20240619080002944 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efclib.h' (10,006) at 20240405153051593 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/Makefile' (10,007) at 20210309003653476 2025-03-14 03:00:45.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_3990_erp.c' (10,008) at 20240830080013299 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos5433.h' (10,009) at 20240405153231795 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cvb.c' (10,010) at 20240906080037580 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/echo/fir.h' (10,011) at 20210307214929126 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/da7213.txt' (10,012) at 20210307214925426 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/a2065.c' (10,013) at 20240405153049785 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_hdcp.h' (10,014) at 20240405153052629 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/Makefile' (10,015) at 20240405153053473 2025-03-14 03:00:45.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8313ERDB.h' (10,016) at 20210308005003576 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmtk.c' (10,017) at 20241220090018310 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/exception.json' (10,018) at 20240405153054113 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Storage_v1.xml' (10,019) at 20240918080002716 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/dis-asm.h' (10,020) at 20210307214926486 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/firmware.h' (10,021) at 20210307214928746 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm64-secureboot.yml' (10,022) at 20241206090014206 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/veml6030.yaml' (10,023) at 20210307214925334 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/host.h' (10,024) at 20240405153231827 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/OWNERS' (10,025) at 20240619080014716 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/heathrow_pic.h' (10,026) at 20210308005046017 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mtrr.c' (10,027) at 20240405153046453 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/Makefile' (10,028) at 20240405153045905 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/netlink_gen.c' (10,029) at 20240405153232011 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Mackerras-3-Clause-acknowledgment' (10,030) at 20241221090017616 2025-03-14 03:00:45.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/Makefile' (10,031) at 20210308005002808 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-config/entity-map.json' (10,032) at 20210307205554086 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/switch_to.h' (10,033) at 20210309003648560 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/fs.hpp' (10,034) at 20210308005120361 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_3_0_d.h' (10,035) at 20210307214927694 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sun_esp.c' (10,036) at 20240405153231447 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.h' (10,037) at 20240405153048813 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a77990-sysc.c' (10,038) at 20240405153231351 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn314.h' (10,039) at 20240405153047301 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_2.10.2.bb' (10,040) at 20241221090017560 to deleted uid set 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-r1.dts' (10,041) at 20240405153045717 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/qtest_wrappers.c' (10,042) at 20210308005046477 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/csum-wrappers_64.c' (10,043) at 20240405153046469 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/proj/proj_9.3.1.bb' (10,044) at 20240301090012427 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/opl4_lib.c' (10,045) at 20210307214932202 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf_algs.h' (10,046) at 20210309003649308 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_s_ev.c' (10,047) at 20210307214931982 2025-03-14 03:00:45.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/Kconfig' (10,048) at 20240405153045689 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu.h' (10,049) at 20241211090212522 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/po/fr.po' (10,050) at 20210307214932618 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_events/trace_custom_sched.h' (10,051) at 20240405153053433 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/mbox.c' (10,052) at 20240503080014470 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/ndisc.c' (10,053) at 20241216090017793 to deleted uid set 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7110-syscrg.yaml' (10,054) at 20240405153229759 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig' (10,055) at 20210308005003240 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml' (10,056) at 20240405153229767 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/trust_manager.hpp' (10,057) at 20210308005059169 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/Makefile' (10,058) at 20210308005003036 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/dma-buf/config' (10,059) at 20210307214932666 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb' (10,060) at 20241221090017532 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh2007_defconfig' (10,061) at 20240405153046309 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvme-tcp.h' (10,062) at 20240613080016499 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/caps.c' (10,063) at 20210307214929750 2025-03-14 03:00:45.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen2.c' (10,064) at 20210308005003360 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m5307.c' (10,065) at 20220525020651982 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/timer.c' (10,066) at 20210308005002824 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/lib/bootm.c' (10,067) at 20210308005002808 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-hp-envy-x2.dts' (10,068) at 20240405153045773 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/Kconfig' (10,069) at 20210307214930958 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/aer-inject_1.0.bb' (10,070) at 20240413080012651 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl176e.h' (10,071) at 20210309003649824 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_sunbpp.c' (10,072) at 20240405153231283 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/buildimport.py' (10,073) at 20230919080013966 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bitrev.c' (10,074) at 20210307214931790 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa_helper.h.inc' (10,075) at 20210927100127409 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_net.h' (10,076) at 20210308005003536 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-ocpdebugcard-settings.override.yml' (10,077) at 20240210090012534 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sheevaplug.h' (10,078) at 20210308005003616 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/module.lds.h' (10,079) at 20240405153045861 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/skb_load_bytes.c' (10,080) at 20240405153054273 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/gate.txt' (10,081) at 20240405153045029 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/gnuplot' (10,082) at 20210307205553870 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/gunze.c' (10,083) at 20240405153049161 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks.h' (10,084) at 20240326080039498 2025-03-14 03:00:45.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_gvt.c' (10,085) at 20240405153048541 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dmxdev.c' (10,086) at 20240405153049277 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5530.c' (10,087) at 20220525020654991 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/k3-am65.h' (10,088) at 20210308005003640 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7620.h' (10,089) at 20240405153046005 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bcm2835-dma-test.c' (10,090) at 20240326080039734 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sysdeps.h' (10,091) at 20210308005003708 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops.h' (10,092) at 20240405153054045 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/lsm_audit.c' (10,093) at 20240405153053477 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind.c' (10,094) at 20210307214932466 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_in.c' (10,095) at 20240405153053357 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/qcom,wcd934x-gpio.yaml' (10,096) at 20210307214925318 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c' (10,097) at 20240405153049469 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gud/gud_drv.c' (10,098) at 20240405153048429 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/microchip,mpfs-clkcfg.yaml' (10,099) at 20240405153045025 2025-03-14 03:00:45.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/debug.h' (10,100) at 20210307214931730 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/geneve.c' (10,101) at 20241216090017717 to deleted uid set 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_si.h' (10,102) at 20210307214927226 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/qcom-coincell.c' (10,103) at 20240405153230847 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit_1.40.4.bb' (10,104) at 20241221090017496 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/map_benchmark.h' (10,105) at 20240405153052725 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am33xx-clocks.dtsi' (10,106) at 20210308005002564 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-uniphier.c' (10,107) at 20240405153231371 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/jcore,aic.txt' (10,108) at 20210307214925342 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/mm/Makefile' (10,109) at 20240405153054069 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/Makefile' (10,110) at 20210307214928538 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/kprobes.c' (10,111) at 20240405153046077 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/net/Makefile' (10,112) at 20210307214926090 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ati_radeon_fb.h' (10,113) at 20210308005003520 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/nsswitch.conf' (10,114) at 20210307205554470 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/socionext,uniphier-wdt.yaml' (10,115) at 20240405153045185 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.json' (10,116) at 20210927100127469 2025-03-14 03:00:45.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_attach_override.c' (10,117) at 20240405153054249 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/mock_syscall.hpp' (10,118) at 20221107040035979 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/ui-qmp-cmds.c' (10,119) at 20240326080039754 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1023RDB_defconfig' (10,120) at 20210308005003240 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-util' (10,121) at 20241213090035010 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_iec958.c' (10,122) at 20220525020654967 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/files/host_eid' (10,123) at 20231023080013923 to deleted uid set 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunplus/sppctl_sp7021.c' (10,124) at 20240405153051373 2025-03-14 03:00:45.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hip06.dtsi' (10,125) at 20240405153229931 2025-03-14 03:00:45.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma2/sdma2_4_2_2_sh_mask.h' (10,126) at 20210307214927674 2025-03-14 03:00:45.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml' (10,127) at 20240405153045069 2025-03-14 03:00:45.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/ratelimit.h' (10,128) at 20210307214932742 2025-03-14 03:00:45.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/vlv_sideband.h' (10,129) at 20240405153048553 2025-03-14 03:00:45.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-cubox-es.dts' (10,130) at 20240405153045453 2025-03-14 03:00:45.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/googletest.wrap' (10,131) at 20211029000047258 2025-03-14 03:00:45.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/superhyway.h' (10,132) at 20210307214931518 2025-03-14 03:00:45.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/inode.c' (10,133) at 20240405153231675 2025-03-14 03:00:45.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/utils.hpp' (10,134) at 20241114091025397 to deleted uid set 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/win_minmax.h' (10,135) at 20210307214931538 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/dma.c' (10,136) at 20210309003654616 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max730x.c' (10,137) at 20240405153047077 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/gen_bd.c' (10,138) at 20220525020652406 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/MAINTAINERS' (10,139) at 20210308005002908 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/minmax.h' (10,140) at 20240405153231819 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-qdf2xxx.c' (10,141) at 20240405153051349 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/empty_skb.c' (10,142) at 20240405153232255 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sti_asc.c' (10,143) at 20210308005003484 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/wq.h' (10,144) at 20240405153050137 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_tagscompat.c' (10,145) at 20210308005003556 2025-03-14 03:00:45.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/opfn.h' (10,146) at 20210307214928398 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_debugfs.h' (10,147) at 20240405153051633 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power_resources_D3hot' (10,148) at 20210307214925198 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api-Included-needed-headers.patch' (10,149) at 20230706080014737 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_synproxy_core.c' (10,150) at 20240405153053329 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/cros_ec_mkbp_proximity.c' (10,151) at 20240405153049013 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/Makefile' (10,152) at 20210307214932218 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync.c' (10,153) at 20210307214932722 2025-03-14 03:00:45.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch' (10,154) at 20210307205554626 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-microchip-host.c' (10,155) at 20240405153231287 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vdi.c' (10,156) at 20241211090212218 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_tpg.c' (10,157) at 20240405153231491 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c' (10,158) at 20241211090145461 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qmp-cmds.c' (10,159) at 20230426080043956 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-reg-bits.h' (10,160) at 20230925080040077 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/mr.c' (10,161) at 20240628080013993 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/board-rd88f5182.c' (10,162) at 20240405153045673 2025-03-14 03:00:45.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/archsetjmp_32.h' (10,163) at 20210307214926754 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/cbe_powerbutton.c' (10,164) at 20240405153046201 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/wrapper/files/test.awk' (10,165) at 20220721030015865 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_common.h' (10,166) at 20240405153231851 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/lpc18xx-wdt.txt' (10,167) at 20210307214925450 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Astra-23.5E' (10,168) at 20210307205553758 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-khadas-ts050.c' (10,169) at 20240405153048685 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch' (10,170) at 20240413080012695 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/MAINTAINERS' (10,171) at 20210308005002956 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6797-x20-dev.dts' (10,172) at 20240405153045745 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/Kconfig' (10,173) at 20210308005002924 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap3-regs.h' (10,174) at 20210308005002656 2025-03-14 03:00:45.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/llsec.c' (10,175) at 20240405153232051 2025-03-14 03:00:45.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/local.conf.sample' (10,176) at 20241221090017480 2025-03-14 03:00:45.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-ldst.c.inc' (10,177) at 20230925080040077 2025-03-14 03:00:45.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb' (10,178) at 20241221090017504 2025-03-14 03:00:45.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/pipeline.json' (10,179) at 20240405153054149 2025-03-14 03:00:45.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0038-corstone1000-introduce-EFI-authenticated-capsule-upd.patch' (10,180) at 20240413080012627 2025-03-14 03:00:45.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/dsp_spos.h' (10,181) at 20210307214932238 2025-03-14 03:00:45.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/chip.c' (10,182) at 20240830080013263 2025-03-14 03:00:45.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/nocodec.c' (10,183) at 20240405153054001 2025-03-14 03:00:45.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_A1000G_quad_defconfig' (10,184) at 20210308005003240 2025-03-14 03:00:45.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/msi.c' (10,185) at 20240405153046209 2025-03-14 03:00:45.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-380.dtsi' (10,186) at 20210308005002564 2025-03-14 03:00:45.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/alsaaudio.c' (10,187) at 20240326080039370 2025-03-14 03:00:45.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msk_0.4.0.bb' (10,188) at 20220721030015849 2025-03-14 03:00:45.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/comm_module.cpp' (10,189) at 20210731000041773 2025-03-14 03:00:45.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/k10temp.c' (10,190) at 20241018080014486 2025-03-14 03:00:45.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/meson.options' (10,191) at 20230822080002337 to deleted uid set 2025-03-14 03:00:45.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service' (10,192) at 20220503030013244 2025-03-14 03:00:45.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/elf.h' (10,193) at 20210308005003644 2025-03-14 03:00:45.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/resolver/Makefile' (10,194) at 20210307214928366 2025-03-14 03:00:45.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/pnic.c' (10,195) at 20240405153049901 2025-03-14 03:00:45.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libxmlb/libxmlb/run-ptest' (10,196) at 20231011080016614 2025-03-14 03:00:45.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/virtual_media.hpp' (10,197) at 20241015080002919 to deleted uid set 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/annotate.c' (10,198) at 20241008080014051 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-luton.its.S' (10,199) at 20220525020651998 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0004-fix-ftbfs-glibc-2.28.patch' (10,200) at 20210307205554558 to deleted uid set 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/main.c' (10,201) at 20241104090011571 to deleted uid set 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/services.hpp' (10,202) at 20240817080031288 to deleted uid set 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/liblognorm/0001-Add-asprintf-to-autoconf-function-check-macro.patch' (10,203) at 20231207090015266 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/atomic-irq.h' (10,204) at 20240405153046309 2025-03-14 03:00:45.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_hal.c' (10,205) at 20220525020652378 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32-fmc.txt' (10,206) at 20210308005003304 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/driver.h' (10,207) at 20240613080016503 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/friq.c' (10,208) at 20240405153046665 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/il-All' (10,209) at 20210307205553774 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/smc.h' (10,210) at 20240405153052861 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/jz4770.c' (10,211) at 20240405153053621 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_hw_ct.c' (10,212) at 20210307214930290 2025-03-14 03:00:45.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-chuwi-v7-cw0825.dts' (10,213) at 20210308005002616 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cdsg.c' (10,214) at 20230426080043952 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb' (10,215) at 20240413080012639 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/um_vdso.c' (10,216) at 20240405153046497 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/gen_crc32table.c' (10,217) at 20210307214931802 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-lv4t.S' (10,218) at 20210307214925966 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/record_bpf_filter.sh' (10,219) at 20240405153232231 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt274.txt' (10,220) at 20210307214925434 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/barrier.h' (10,221) at 20210307214926114 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/signal.h' (10,222) at 20240405153046153 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/write.cpp' (10,223) at 20210308005056665 to deleted uid set 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/xlnx,xps-timer.yaml' (10,224) at 20240405153045181 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-section.out' (10,225) at 20210308005046401 to deleted uid set 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl-2l.yaml' (10,226) at 20240405153045041 2025-03-14 03:00:45.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/MAINTAINERS' (10,227) at 20210308005003000 2025-03-14 03:00:45.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pci.h' (10,228) at 20241216090017709 2025-03-14 03:00:45.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2401_input_system_global.h' (10,229) at 20240405153051837 2025-03-14 03:00:45.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_rpmsg.c' (10,230) at 20240405153051385 2025-03-14 03:00:45.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/modules-common.h' (10,231) at 20240405153053121 2025-03-14 03:00:45.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-priv.h' (10,232) at 20210307214928826 2025-03-14 03:00:45.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c' (10,233) at 20240405153232039 2025-03-14 03:00:45.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/eeprom.h' (10,234) at 20240405153050605 2025-03-14 03:00:45.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/gic_v3.c' (10,235) at 20240405153054317 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/main.c' (10,236) at 20240405153054225 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/tbldo.S' (10,237) at 20210307214926146 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c' (10,238) at 20210307214928814 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc-u-boot.dtsi' (10,239) at 20210308005002596 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp135f-dk.dts' (10,240) at 20240405153229903 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-master.c' (10,241) at 20241011080017319 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_rm_non_contexts.sh' (10,242) at 20240405153054293 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/renesas/Kconfig' (10,243) at 20240405153231451 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/init.c' (10,244) at 20240405153046685 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c' (10,245) at 20240405153051889 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-gadget.c' (10,246) at 20240913080013821 2025-03-14 03:00:45.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm21664.c' (10,247) at 20240405153046773 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/LICENSE' (10,248) at 20210308004923384 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/Makefile' (10,249) at 20210308005002924 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-gen.h' (10,250) at 20230925080039925 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/storage_common.h' (10,251) at 20240405153052073 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/sgi-w1.h' (10,252) at 20210307214931482 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/certificate_generate.md' (10,253) at 20230512080020573 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/Makefile' (10,254) at 20210307214930278 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/sysfs.cpp' (10,255) at 20240805080025236 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra234-mc.h' (10,256) at 20240405153052649 2025-03-14 03:00:45.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bna_enet.c' (10,257) at 20240405153049853 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/jpeg.h' (10,258) at 20240405153052829 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/meson.build' (10,259) at 20210308005046061 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,src4xxx.yaml' (10,260) at 20240405153045173 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/tifm_ms.c' (10,261) at 20220525020653335 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pefile_2024.8.26.bb' (10,262) at 20241221090017668 to deleted uid set 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-plldiv.c' (10,263) at 20210307214926962 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/i915_drm.h' (10,264) at 20240405153052905 2025-03-14 03:00:45.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_ut.py' (10,265) at 20210308005003744 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv748x/adv748x.h' (10,266) at 20240405153049305 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc' (10,267) at 20241221090017488 to deleted uid set 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/Kconfig' (10,268) at 20241211090212290 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/adox.c' (10,269) at 20230426080043952 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/fruutils.cpp' (10,270) at 20231209090007705 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0008-alloc.c-Avoid-sysconf-_SC_LEVEL2_CACHE_LINESIZE-on-l.patch' (10,271) at 20241221090017504 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/remoteproc/pruss.h' (10,272) at 20240405153052785 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_pci_id_tbl.h' (10,273) at 20210309003650536 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/i82092.c' (10,274) at 20240405153051265 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_hw.c' (10,275) at 20240405153231071 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/clock.h' (10,276) at 20210308005002776 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32f469.c' (10,277) at 20210307214930122 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/cherryhill.dts' (10,278) at 20210308005002860 2025-03-14 03:00:45.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/top.h' (10,279) at 20240405153048621 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml' (10,280) at 20241211090212458 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7s.dtsi' (10,281) at 20210308005002592 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/Makefile' (10,282) at 20240405153231075 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/corstone1000.dtsi' (10,283) at 20240405153229919 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/context.c' (10,284) at 20240913080013769 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/ti,elm.yaml' (10,285) at 20240405153045113 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.h' (10,286) at 20240405153048745 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-reg.h' (10,287) at 20210307214928810 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/wrapper.h' (10,288) at 20241211090212458 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/bpf_test_run.h' (10,289) at 20210307214931606 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/irq/ipr.c' (10,290) at 20210307214926558 2025-03-14 03:00:45.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/stdatomic.patch' (10,291) at 20231011080016578 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/lan966x_serdes_regs.h' (10,292) at 20240405153051285 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb' (10,293) at 20230211040012639 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan_s7106_baseboard.json' (10,294) at 20221221040007774 to deleted uid set 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/171.out' (10,295) at 20210308005046453 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/atags_to_fdt.c' (10,296) at 20240405153045369 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/phy.h' (10,297) at 20210307214929890 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/skbedit_priority.sh' (10,298) at 20240405153054341 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/atlas_btns.c' (10,299) at 20240405153049141 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-UK-1.0' (10,300) at 20211006000025242 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_usbat.h' (10,301) at 20210307214930878 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (10,302) at 20240727080014098 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/mutual_tls_meta.hpp' (10,303) at 20231209090002884 to deleted uid set 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-spe-period-term' (10,304) at 20240405153054161 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gp100.c' (10,305) at 20240405153048633 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/control.h' (10,306) at 20210307214932438 2025-03-14 03:00:45.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault.errors.yaml' (10,307) at 20221213040033297 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra114.dtsi' (10,308) at 20240405153229875 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/spl.c' (10,309) at 20210308005002712 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc.txt' (10,310) at 20240106090017261 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/c-code-gen.rst' (10,311) at 20240405153045325 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/mount-matrix.txt' (10,312) at 20210307214925334 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/signal.h' (10,313) at 20210307214925646 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_ctrl_net.c' (10,314) at 20240405153230995 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/curve25519-hacl64.c' (10,315) at 20240405153053085 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/s390x/processor.h' (10,316) at 20240405153054317 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_daq_700.c' (10,317) at 20240405153046901 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/builder.cpp' (10,318) at 20221118040028927 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/fs_ttc.c' (10,319) at 20240405153050129 2025-03-14 03:00:45.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/baikal,bt1-axi.yaml' (10,320) at 20220525020651662 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-drivers-janz-cmodio' (10,321) at 20210307214925194 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt' (10,322) at 20240405153045177 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/sha1.c' (10,323) at 20240405153046101 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/qcom_bam_dma.h' (10,324) at 20210307214931378 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/trace.c' (10,325) at 20240405153052385 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hyperv-tlfs.h' (10,326) at 20240405153045857 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Common/meson.build' (10,327) at 20220913030027321 to deleted uid set 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/7seg.cpp' (10,328) at 20241120090021304 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/sys_regs.h' (10,329) at 20240405153045889 2025-03-14 03:00:45.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_sp.h' (10,330) at 20240405153050237 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/crm_regs.h' (10,331) at 20210308005002648 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-rsa.c' (10,332) at 20240405153046937 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_7220.h' (10,333) at 20210307214928438 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/samsung-keypad.c' (10,334) at 20240405153049137 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/colo-failover.c' (10,335) at 20230426080043788 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/cache.c' (10,336) at 20240405153230003 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi' (10,337) at 20240405153045465 2025-03-14 03:00:45.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/verbs.c' (10,338) at 20240405153230719 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_ime.c' (10,339) at 20210308004938828 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.h' (10,340) at 20210307214927282 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/pcidev_msi.c' (10,341) at 20240405153051249 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sctp.h' (10,342) at 20240405153052793 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-arm.c' (10,343) at 20241203090012399 to deleted uid set 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/asm-prototypes.h' (10,344) at 20210307214926618 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-gpio.c' (10,345) at 20240405153231459 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-platforms.inc' (10,346) at 20221003030013349 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/image.py' (10,347) at 20210308005003752 2025-03-14 03:00:45.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb' (10,348) at 20220126040017547 2025-03-14 03:00:45.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/common.c' (10,349) at 20220525020654091 2025-03-14 03:00:45.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210.dtsi' (10,350) at 20240405153229899 2025-03-14 03:00:45.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/fifo.c' (10,351) at 20220525020654287 2025-03-14 03:00:45.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/adp-ag101p.h' (10,352) at 20210308005003584 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/syscall_nr.h' (10,353) at 20210308005045761 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/palmas.h' (10,354) at 20210308005003680 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmapi.h' (10,355) at 20210307214931622 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/verify.cpp' (10,356) at 20230520080021600 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/40x/Kconfig' (10,357) at 20240405153046193 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/no-scikit-build.patch' (10,358) at 20240106090017241 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi' (10,359) at 20240405153045533 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_davinci.c' (10,360) at 20210308005003340 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-include.err' (10,361) at 20210308005046401 2025-03-14 03:00:45.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku176.dts' (10,362) at 20240405153045749 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tscs42xx.h' (10,363) at 20210307214932346 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/ahb/ahb--apb/f0100000.peci-bus/peci-0/0-30/peci-cputemp.0.conf' (10,364) at 20210307205554094 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c' (10,365) at 20240405153048657 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/init.c' (10,366) at 20210308005002752 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x-board-spl.c' (10,367) at 20210308005002772 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/platform_numeric_effecter.hpp' (10,368) at 20240903080027139 to deleted uid set 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/bL_switcher.c' (10,369) at 20210309003648672 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/btc.h' (10,370) at 20210307214929938 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ebpf/index.rst' (10,371) at 20240405153045301 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/keypad-pxa27x.h' (10,372) at 20210307214931478 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-serial.h' (10,373) at 20210308005046481 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/.gitignore' (10,374) at 20210307214926054 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_options.rst' (10,375) at 20240405153045265 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/stmp3xxx_rtc_wdt.c' (10,376) at 20240405153052245 2025-03-14 03:00:45.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/img/LF_17_02_Yocto-Badge-Update_Compatible_Final_Blank.png' (10,377) at 20220823030015959 to deleted uid set 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c' (10,378) at 20240405153048657 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_ua.h' (10,379) at 20210307214930714 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/section_names.c' (10,380) at 20210309003655980 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/microcode.c' (10,381) at 20210308005002856 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/ctype.c' (10,382) at 20210307214926502 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/block-backend-io.h' (10,383) at 20240326080039550 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/denali_dt.c' (10,384) at 20240405153230871 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/start.S' (10,385) at 20210308005002824 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cpu-get-clock.c' (10,386) at 20210308005046257 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dp.h' (10,387) at 20210308005002724 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/ftrace_test.c' (10,388) at 20240405153232287 2025-03-14 03:00:45.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-lp55xx.rst' (10,389) at 20210307214925518 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/cadence_uart.h' (10,390) at 20210308005046005 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gcd.h' (10,391) at 20210307214931390 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/sandbox-power-domain-test.c' (10,392) at 20210308005003468 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tty_ldisc.h' (10,393) at 20240405153231843 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/adi,ad5592r.h' (10,394) at 20210307214931338 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7790-sysc.h' (10,395) at 20210308005003640 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/readme.md' (10,396) at 20221215040043186 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/pcm1796.h' (10,397) at 20210307214932270 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/gianfar_ethtool.c' (10,398) at 20240405153230943 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch' (10,399) at 20241221090017532 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s5m8767.h' (10,400) at 20210307214931434 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/Makefile' (10,401) at 20210308005002988 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/earlyprintk.rst' (10,402) at 20240405153044985 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Zone_v1.xml' (10,403) at 20240619080002940 2025-03-14 03:00:45.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_fourcc.c' (10,404) at 20240405153048397 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/image_types_wic.bbclass' (10,405) at 20241221090017608 to deleted uid set 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/irq.c' (10,406) at 20240405153046313 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/intel-pmc-mux.rst' (10,407) at 20210307214925494 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280.dtsi' (10,408) at 20240812080017228 to deleted uid set 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/main.c' (10,409) at 20240405153050717 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_debugfs.c' (10,410) at 20240613080016463 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.out' (10,411) at 20210308005046409 to deleted uid set 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/013' (10,412) at 20210927100127473 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/brtargets.html' (10,413) at 20210307205554282 2025-03-14 03:00:45.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/compat_ucontext.h' (10,414) at 20210307214926318 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/quotaops.h' (10,415) at 20240405153052785 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5235EVB_defconfig' (10,416) at 20210308005003236 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch' (10,417) at 20220402030016023 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch' (10,418) at 20230706080014761 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/table.c' (10,419) at 20210307214929934 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/config.json' (10,420) at 20231213090027094 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/need_to_introspect.cpp' (10,421) at 20220915030038159 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/meson.build' (10,422) at 20210308005059705 to deleted uid set 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat' (10,423) at 20240906080037556 to deleted uid set 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-prti6q.dtsi' (10,424) at 20240405153045517 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/maintainer-pgp-guide.rst' (10,425) at 20240405153045277 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/pci.c' (10,426) at 20240405153231543 2025-03-14 03:00:45.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/stdbool.h' (10,427) at 20210307214926362 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mae.c' (10,428) at 20240405153231047 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_pptable.h' (10,429) at 20240405153230507 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/power-config-host0.json' (10,430) at 20240319080012145 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/loongson_dma.c' (10,431) at 20240405153053961 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs42l73.h' (10,432) at 20210307214931594 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml' (10,433) at 20240405153045113 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-functions.c' (10,434) at 20210307214932522 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/judgelitmus.sh' (10,435) at 20240405153054069 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4.dtsi' (10,436) at 20240405153045425 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38535.patch' (10,437) at 20241221090017576 2025-03-14 03:00:45.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch' (10,438) at 20230706080014733 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c' (10,439) at 20240910080014038 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-img.c' (10,440) at 20240405153046793 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/strset.h' (10,441) at 20220525020655123 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_occ_power.robot' (10,442) at 20220330030016234 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/khadas-vim_defconfig' (10,443) at 20210308005003260 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-test-function.rst' (10,444) at 20210307214925206 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/sdio.c' (10,445) at 20210307214929798 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/gamecube_defconfig' (10,446) at 20240405153046097 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_vpg.c' (10,447) at 20240405153047257 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/prebuilt-libraries.rst' (10,448) at 20240302090018218 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt/org.openbmc.HostIpmi.service' (10,449) at 20210307205554066 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Control_v1.xml' (10,450) at 20240918080002708 to deleted uid set 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/MAINTAINERS' (10,451) at 20210308005002956 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pfrut.h' (10,452) at 20240405153052933 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/s2mps11.c' (10,453) at 20240405153051473 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/aio_task.c' (10,454) at 20241211090212210 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stw481x.c' (10,455) at 20240405153049617 2025-03-14 03:00:45.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/Kconfig' (10,456) at 20210308005002724 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb' (10,457) at 20220402030015887 to deleted uid set 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cbfs/Makefile' (10,458) at 20210308005003544 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-invariants-or-later' (10,459) at 20211006000025234 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bloom_filter_bench.c' (10,460) at 20240405153054265 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/irq_tx4927.c' (10,461) at 20210307214926294 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/svc.h' (10,462) at 20240405153231811 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/pageattr.c' (10,463) at 20241211090145385 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/debug.c' (10,464) at 20210307214932486 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/rockchip/rk3399_grf.h' (10,465) at 20210307214931594 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl367_spi.c' (10,466) at 20240405153048933 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netdev-genl-gen.h' (10,467) at 20240405153053221 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/ipmi-power-button-monitoring.sh' (10,468) at 20240905080011586 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-pmc-iou-slcr.c' (10,469) at 20240906080037260 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts' (10,470) at 20240405153229915 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-linksys.dtsi' (10,471) at 20240405153045445 2025-03-14 03:00:45.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxi-6225.c' (10,472) at 20220525020652358 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bma400_core.c' (10,473) at 20241104090011571 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/pxa910-dkb.dts' (10,474) at 20240405153045461 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/checksum.h' (10,475) at 20240405153230019 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-xgene-slimpro.txt' (10,476) at 20210307214925326 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/llc/llc_input.c' (10,477) at 20240405153232043 to deleted uid set 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi-dev.dts' (10,478) at 20240405153045729 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/submit.c' (10,479) at 20240405153230283 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb' (10,480) at 20241206090014242 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/meson-buildoptions.py' (10,481) at 20240326080039630 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8350-videocc.yaml' (10,482) at 20240405153229759 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/pseries-rng.c' (10,483) at 20220525020652294 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0014-do-not-disable-buffer-in-writing-files.patch' (10,484) at 20241221090017644 to deleted uid set 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/index.rst' (10,485) at 20240405153045009 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/symtab.h' (10,486) at 20240405153232119 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ppc44x_defconfig' (10,487) at 20210307214926370 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_3W_defconfig' (10,488) at 20210308005003260 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf_param.h' (10,489) at 20210307214930562 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/max6900.c' (10,490) at 20210308005003480 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/__init__.py' (10,491) at 20210307205554262 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/slip/slhc.c' (10,492) at 20241018080014538 2025-03-14 03:00:45.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/disable-i3c-hub@.service' (10,493) at 20240827080011050 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/remount' (10,494) at 20230401080011935 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_trace_event.h' (10,495) at 20210307214930534 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_chiptod.c' (10,496) at 20240906080037280 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-pxs2.c' (10,497) at 20210308005002792 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-cold.service' (10,498) at 20210810100021256 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (10,499) at 20230412080023460 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_power_control_metrics.robot' (10,500) at 20210308005007124 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/sandbox_i2c.c' (10,501) at 20210308005003384 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc405_uc.c' (10,502) at 20241211090212322 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m1-ulcb.dts' (10,503) at 20240405153229963 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1-1g-3.dtsi' (10,504) at 20210307214926350 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0014-Platform-CS1000-Add-crypto-configs-for-ADAC.patch' (10,505) at 20241221090017464 2025-03-14 03:00:45.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmicheck/pam_ipmicheck.c' (10,506) at 20230804080023531 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/build-id.h' (10,507) at 20240405153054185 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_arp.h' (10,508) at 20210307214931646 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_zswap.c' (10,509) at 20240613080016567 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/CVE-2022-40704.patch' (10,510) at 20230317080013789 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl692.h' (10,511) at 20240405153049293 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/resolve_btfids/.gitignore' (10,512) at 20240405153054041 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/canyonlands_defconfig' (10,513) at 20210309003648872 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/spi_davinci.h' (10,514) at 20210308005003628 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ptp_clock.h' (10,515) at 20240405153052933 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/parport.rst' (10,516) at 20210307214925238 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/peer.h' (10,517) at 20220525020653703 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/aspeed,ast2600-mdio.yaml' (10,518) at 20240405153045113 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mips/Makefile' (10,519) at 20240405153051389 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi' (10,520) at 20240405153229887 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_ld_str.c' (10,521) at 20220525020652186 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/asm.h' (10,522) at 20240830080013243 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mvebu-icu.c' (10,523) at 20240405153049201 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dps_w_ph.c' (10,524) at 20210308005046505 2025-03-14 03:00:45.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-lime2.dts' (10,525) at 20240405153045385 2025-03-14 03:00:45.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_ethtool.h' (10,526) at 20240405153050321 2025-03-14 03:00:45.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi.h' (10,527) at 20240405153231123 to deleted uid set 2025-03-14 03:00:45.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dhcp_configuration.cpp' (10,528) at 20240822080023969 2025-03-14 03:00:45.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_cmdline_parser_test.c' (10,529) at 20240405153048769 2025-03-14 03:00:45.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rsk7269.h' (10,530) at 20210308005003612 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom_rpm-regulator.c' (10,531) at 20240405153231363 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/cpu.c' (10,532) at 20210308005002856 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/x86/s2idle.c' (10,533) at 20240405153230171 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/platform_get_irq.cocci' (10,534) at 20210307214932138 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/comphy/comphy_data.h' (10,535) at 20210308005003636 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/adp5588-keys.c' (10,536) at 20241008080013935 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-core.c' (10,537) at 20240405153230815 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/requirements.txt' (10,538) at 20240405153054073 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/annotate/instructions.c' (10,539) at 20240405153054089 2025-03-14 03:00:45.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dump_utils.py' (10,540) at 20241029080012599 2025-03-14 03:00:45.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/latency/latency-collector.c' (10,541) at 20240613080016567 2025-03-14 03:00:45.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/partial_eq.rs' (10,542) at 20240405153053417 2025-03-14 03:00:45.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb' (10,543) at 20240106090017237 2025-03-14 03:00:45.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/dev.c' (10,544) at 20241104090011583 2025-03-14 03:00:45.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.h' (10,545) at 20240405153049849 2025-03-14 03:00:45.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/usb-serial.c' (10,546) at 20240405153231567 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/Kconfig' (10,547) at 20240405153045981 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/dimm.hpp' (10,548) at 20241206090044787 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_process.c' (10,549) at 20241211090145409 to deleted uid set 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-trimslice.dts' (10,550) at 20210308005002628 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/paging_tmpl.h' (10,551) at 20241216090017689 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf110.c' (10,552) at 20240405153048641 2025-03-14 03:00:45.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx_private.h' (10,553) at 20210307214930538 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/sstep.c' (10,554) at 20241211090145385 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/create_rrds.sh' (10,555) at 20210308004938816 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/smap.h' (10,556) at 20240405153046397 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_console.h' (10,557) at 20210308005003692 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/postfix.service' (10,558) at 20210307205553818 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/mmu_context.h' (10,559) at 20220525020652018 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x06.h' (10,560) at 20210307214928082 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml' (10,561) at 20240405153045177 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/error_reporter.hpp' (10,562) at 20240820080023694 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_acl.h' (10,563) at 20240405153052581 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-makefile-flow.png' (10,564) at 20210307205554370 to deleted uid set 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_eth.c' (10,565) at 20240405153050201 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/255' (10,566) at 20221215040039366 2025-03-14 03:00:45.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/scb.h' (10,567) at 20240405153231179 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pyinventorymgr/sync_inventory_items.py' (10,568) at 20220728030041559 to deleted uid set 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4104.c' (10,569) at 20240405153053565 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/clock.c' (10,570) at 20210308005002728 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c' (10,571) at 20240405153231051 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/e500-pmu.c' (10,572) at 20240405153046189 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig' (10,573) at 20210308005003236 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h' (10,574) at 20210307214928462 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/sprd-efuse.txt' (10,575) at 20210307214925382 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7796-cpg-mssr.h' (10,576) at 20210307214931334 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/rng-tools/rng-tools_%.bbappend' (10,577) at 20241206090014278 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml' (10,578) at 20240405153045077 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/create_pel.hpp' (10,579) at 20240618080015077 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb' (10,580) at 20241221090017548 2025-03-14 03:00:45.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/pkey-x86.h' (10,581) at 20240405153054329 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/ibex_spi_host.c' (10,582) at 20241211090212338 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/floating-point.json' (10,583) at 20210307214932538 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_api.c' (10,584) at 20240405153231379 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sa1100/bitfield.h' (10,585) at 20210308005002664 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_lite_v2_defconfig' (10,586) at 20210308005003272 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dswload2.c' (10,587) at 20240405153046617 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/.gitignore' (10,588) at 20221210040039006 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/pci/Makefile' (10,589) at 20240405153046561 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_pgt.c' (10,590) at 20240405153050157 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb' (10,591) at 20241221090017516 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/sigreturn_codes.S' (10,592) at 20210307214925866 2025-03-14 03:00:45.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/termios.h' (10,593) at 20210307214926250 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_priv.h' (10,594) at 20241118090018491 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' (10,595) at 20240906080037560 to deleted uid set 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs_24.2.0.bb' (10,596) at 20241221090017664 to deleted uid set 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/statfs.h' (10,597) at 20210307214925858 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-main.c' (10,598) at 20240405153046933 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/spdif_out_regs.h' (10,599) at 20210307214932426 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/Board_VINI.json' (10,600) at 20221213040036917 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/gbmc_eth_config.json' (10,601) at 20231027080017022 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8096.c' (10,602) at 20210308005002776 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/fork.c' (10,603) at 20210307214932698 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/include/arch-tests.h' (10,604) at 20240405153232219 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/i2c_.fuc' (10,605) at 20210307214927970 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/hugetlbpage.c' (10,606) at 20240405153046185 2025-03-14 03:00:45.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/Makefile' (10,607) at 20210307214927022 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/saa7146_vv.h' (10,608) at 20240405153052825 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.c' (10,609) at 20240405153049493 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rtrs-server' (10,610) at 20240405153044917 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pasemi/pasemi_mac.c' (10,611) at 20240405153050205 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.svg' (10,612) at 20230706080014781 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/import_devtree.cpp' (10,613) at 20230915080021805 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst.c' (10,614) at 20210309003654912 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/syslog.scss' (10,615) at 20210308005107081 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts' (10,616) at 20210307214925990 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/watchdog/.gitignore' (10,617) at 20220525020654935 2025-03-14 03:00:45.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb' (10,618) at 20221003030013289 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/sckc.c' (10,619) at 20240405153046773 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_stream_id.h' (10,620) at 20210308005002644 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi-yavia.dts' (10,621) at 20240405153045729 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c' (10,622) at 20240405153051609 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/gpio.h' (10,623) at 20210308005002648 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/Makefile' (10,624) at 20220525020654863 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xtfpga_defconfig' (10,625) at 20210308005003288 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_b.c' (10,626) at 20210308005046517 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/pcsp.h' (10,627) at 20210307214932202 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-win32.c' (10,628) at 20241211090212558 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb' (10,629) at 20230811080018310 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/page-nommu.h' (10,630) at 20210307214925854 2025-03-14 03:00:45.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/Makefile' (10,631) at 20240405153232287 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/.gitignore' (10,632) at 20240405153054381 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v10.c' (10,633) at 20240520080015143 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq9574-rdp449.dts' (10,634) at 20240405153045761 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/dts/Makefile' (10,635) at 20210308005002824 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch' (10,636) at 20230919080013954 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_2_6_0_offset.h' (10,637) at 20220525020652807 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rc5t619.c' (10,638) at 20220525020653955 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2400_support.h' (10,639) at 20210307214930562 2025-03-14 03:00:45.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ip30.c' (10,640) at 20240405153230755 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/neterion/Kconfig' (10,641) at 20240405153050189 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-macii.c' (10,642) at 20240613080016423 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/vsftpd-2.1.0-filter.patch' (10,643) at 20210905000020557 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rwsem.h' (10,644) at 20210307214932602 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/chipcommon.h' (10,645) at 20210307214929818 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/contrib/git-hooks/sendemail-validate.sample' (10,646) at 20210307205554290 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-Corretly-install-tmpfiles.d-configuration.patch' (10,647) at 20240309090012820 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/init.h' (10,648) at 20210308005003652 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-licenses.txt' (10,649) at 20210308005046129 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-1.dtsi' (10,650) at 20210307214926018 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce5500.inc' (10,651) at 20220612030016755 to deleted uid set 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/pgtable.h' (10,652) at 20240405153229991 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/sqlite.py' (10,653) at 20240301090012443 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_cpu.h' (10,654) at 20210308005046085 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch' (10,655) at 20230706080014761 2025-03-14 03:00:45.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/syscall_64.c' (10,656) at 20240411080014054 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_hier_gre.sh' (10,657) at 20210307214932686 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/tiny/dirsize.py' (10,658) at 20210307205554642 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pirq_routing.h' (10,659) at 20210308005002880 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/fru.h' (10,660) at 20210307214926246 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtc.h' (10,661) at 20240405153231839 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c' (10,662) at 20240405153047181 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/vfs.c' (10,663) at 20241008080014007 to deleted uid set 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/efi-rt-wrapper.S' (10,664) at 20240405153045865 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/trace.c' (10,665) at 20240405153046185 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HPET' (10,666) at 20240906080037560 to deleted uid set 2025-03-14 03:00:45.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/conf.patch' (10,667) at 20230813080012876 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-tacoma.dts' (10,668) at 20240813080021922 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/uncore-memory.json' (10,669) at 20240405153054145 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/perf_buffer.c' (10,670) at 20240405153054257 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/mm/Makefile' (10,671) at 20220525020651990 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-dreamcast/rtc.c' (10,672) at 20210307214926538 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/lowlevel_init.S' (10,673) at 20210308005002720 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_cspmu/arm_cspmu.h' (10,674) at 20240405153051273 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/elo3-dma-2.dtsi' (10,675) at 20210307214926342 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-seagate-nas-2bay.dts' (10,676) at 20240405153045445 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.h' (10,677) at 20240405153048509 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-asus-rt-ac56u.dts' (10,678) at 20240405153045425 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/130.out' (10,679) at 20210308005046449 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_binarydesc.c' (10,680) at 20240405153051829 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_con.c' (10,681) at 20240405153051513 2025-03-14 03:00:45.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-pl022.yaml' (10,682) at 20240405153229799 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/fbdev.c' (10,683) at 20240405153230543 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lsm_hooks.h' (10,684) at 20240405153231819 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-pcie-phy.yaml' (10,685) at 20240405153045129 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/mcu.c' (10,686) at 20210309003651792 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/surface-hid/surface_hid_core.h' (10,687) at 20220525020653047 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-plug-in@.service' (10,688) at 20241107090014377 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/scsi_message.h' (10,689) at 20220525020653987 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/wbuf.c' (10,690) at 20240405153052393 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max8997.yaml' (10,691) at 20240405153045145 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/sysctl_net_rose.c' (10,692) at 20210307214932050 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/Makefile' (10,693) at 20240405153052121 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig' (10,694) at 20230720080043539 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/reset.c' (10,695) at 20240405153230007 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.at91' (10,696) at 20210308005003292 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/trace/trace_clock.c' (10,697) at 20210307214926418 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slip_common.c' (10,698) at 20210307214926618 2025-03-14 03:00:45.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg' (10,699) at 20210308005002968 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4.c' (10,700) at 20240830080013363 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_sourcesink.c' (10,701) at 20240405153231551 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/book3e_pgtable.c' (10,702) at 20240405153046189 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_core.c' (10,703) at 20240617080017382 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_functions.c' (10,704) at 20240405153231047 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/cio.c' (10,705) at 20241211090212442 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/mpc837xemds.c' (10,706) at 20210308005002976 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/clk-fch.h' (10,707) at 20240405153052765 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-afe-clk.h' (10,708) at 20210307214932394 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/bus.cpp' (10,709) at 20241018080035906 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-fwht.h' (10,710) at 20240405153049529 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kernel-page-flags.h' (10,711) at 20240405153052713 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/export.c' (10,712) at 20240405153052513 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/evbA3_emmc_patch.json' (10,713) at 20230110040015912 2025-03-14 03:00:45.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch' (10,714) at 20241221090017672 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c' (10,715) at 20220525020652490 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/lib/.gitignore' (10,716) at 20210307214926758 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada_ap_cp_helper.c' (10,717) at 20240405153046805 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.clang-format-c' (10,718) at 20210308005100989 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (10,719) at 20230606080013598 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot' (10,720) at 20240910080016938 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/Makefile' (10,721) at 20240405153230795 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb16.rst' (10,722) at 20220525020651786 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/ftrace.h' (10,723) at 20240405153045621 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240722.0.bb' (10,724) at 20241221090017512 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend-header.rst' (10,725) at 20210309003648480 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15-scmi.dtsi' (10,726) at 20240405153229903 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-aio-example/simple/device_app/aio_simple.c' (10,727) at 20240405153054385 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/pdbg_utils.hpp' (10,728) at 20210911100021742 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/Kconfig' (10,729) at 20240405153052113 2025-03-14 03:00:45.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/perf_regs.h' (10,730) at 20210307214926494 2025-03-14 03:00:45.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra210.c' (10,731) at 20240405153046865 2025-03-14 03:00:45.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__write_env.hpp' (10,732) at 20240817080036820 2025-03-14 03:00:45.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb' (10,733) at 20220823030015991 to deleted uid set 2025-03-14 03:00:45.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c' (10,734) at 20240503080014486 2025-03-14 03:00:45.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/progress.cpp' (10,735) at 20230511080030375 2025-03-14 03:00:45.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson8.c' (10,736) at 20210307214930086 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt330x_priv.h' (10,737) at 20210307214928630 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/Makefile' (10,738) at 20210308005003700 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/.clang-format' (10,739) at 20241219090023632 to deleted uid set 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-xscale.S' (10,740) at 20210307214925974 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fsl,imx8qm-cdns3.yaml' (10,741) at 20240405153045181 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c.h' (10,742) at 20240405153050681 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/Kconfig' (10,743) at 20210308005003040 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5261.h' (10,744) at 20220525020653351 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jump_label_ratelimit.h' (10,745) at 20210307214931410 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/Makefile' (10,746) at 20210307214929578 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/Kconfig' (10,747) at 20210308005003052 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/file.c' (10,748) at 20240405153052453 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-backlight-lm3639' (10,749) at 20210307214925194 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-ti-sci.c' (10,750) at 20240405153051485 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/termbits.h' (10,751) at 20210308005046089 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/Kconfig' (10,752) at 20210308005002948 2025-03-14 03:00:45.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/Kconfig' (10,753) at 20240405153046761 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/runner.py' (10,754) at 20210308005046393 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-disp.c' (10,755) at 20210309003650336 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml' (10,756) at 20240405153045065 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb' (10,757) at 20241221090017504 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/signal-common.h' (10,758) at 20210307214926258 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/abi_ptr.h' (10,759) at 20240906080037324 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-x86-64-v3.inc' (10,760) at 20230114040015530 to deleted uid set 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-generic.h' (10,761) at 20241114091008832 to deleted uid set 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/Kbuild' (10,762) at 20210307214926322 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (10,763) at 20241108090014312 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/sr-thermal.c' (10,764) at 20240405153231495 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_gnss.c' (10,765) at 20240405153050009 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/debug.S' (10,766) at 20210308005002708 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/fb/mmpfb.c' (10,767) at 20240405153231587 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/page_pool.rst' (10,768) at 20240405153229823 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeDeviceCollection_v1.xml' (10,769) at 20240619080002932 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/rzv2m_usb3drd.c' (10,770) at 20240405153052093 2025-03-14 03:00:45.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro.h' (10,771) at 20240405153049489 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/test_xcat_inventory.robot' (10,772) at 20210308005007140 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-kernel/linux/linux-aspeed/qualcomm.cfg' (10,773) at 20220819030014797 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_h.c' (10,774) at 20210308005046513 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-cpu-opp.dtsi' (10,775) at 20220525020651902 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager-r1.dts' (10,776) at 20240405153045785 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu.README' (10,777) at 20220910030013437 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_strings.c' (10,778) at 20210308004938836 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Bonnell.json' (10,779) at 20240518080026342 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/base.h' (10,780) at 20240613080016379 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb' (10,781) at 20230609080014391 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/elf.h' (10,782) at 20240405153046133 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-tx6qp-8137-mb7.dts' (10,783) at 20240405153045521 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/time.py' (10,784) at 20221209040019095 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770_dpm.h' (10,785) at 20210307214928022 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/circular-buffers.rst' (10,786) at 20240405153045289 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/firmware.h' (10,787) at 20220525020653823 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-devices-node' (10,788) at 20240405153044909 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h' (10,789) at 20210307214930082 2025-03-14 03:00:45.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/ba431-rng.c' (10,790) at 20240405153230199 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_nic.h' (10,791) at 20240405153049893 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_htab_mem.c' (10,792) at 20240405153232255 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a77995-sysc.c' (10,793) at 20240405153231351 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch' (10,794) at 20210307205554562 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/applying-patches.rst' (10,795) at 20240405153045245 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/layer2.c' (10,796) at 20210307214928546 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/Kconfig' (10,797) at 20210309003652392 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os-ts.inc' (10,798) at 20241206090014214 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/scmi_sensors/Makefile' (10,799) at 20220525020653095 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_defconfig' (10,800) at 20210308005003268 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt' (10,801) at 20240113090014532 2025-03-14 03:00:45.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-ccimx6ulsom.dtsi' (10,802) at 20240405153229887 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.h' (10,803) at 20240405153230807 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-nspire/nspire.c' (10,804) at 20240405153229911 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/signal_32.c' (10,805) at 20240405153046153 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/kstrdup.cocci' (10,806) at 20240405153053441 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm-regbits-33xx.h' (10,807) at 20240405153045661 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/sh_mobile_ceu_camera.rst' (10,808) at 20210307214925462 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib/0001-Makefile-fix-typo-in-soname-argument.patch' (10,809) at 20241221090017512 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/barrier.h' (10,810) at 20210308005002844 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/g760a.rst' (10,811) at 20210307214925502 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/button.h' (10,812) at 20210307214931298 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/Kconfig' (10,813) at 20240405153051321 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/vmscan.h' (10,814) at 20240405153052897 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_manager_private.h' (10,815) at 20210307214930514 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_qm.h' (10,816) at 20240405153052605 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/mon6_imximage_sd.cfg' (10,817) at 20210308005003016 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-odroid.c' (10,818) at 20210307214928782 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_driver.c' (10,819) at 20240405153230259 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/syscalls/syscall_o32.tbl' (10,820) at 20240726080012846 2025-03-14 03:00:45.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.h' (10,821) at 20210307214927222 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970-eagle-u-boot.dts' (10,822) at 20210308005002604 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/cred.c' (10,823) at 20240805080014063 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/include/compiler.h' (10,824) at 20240906080037344 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/kvm-controller.html' (10,825) at 20210308005107077 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-s922x-khadas-vim3.dts' (10,826) at 20210307214925994 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2401_input_system_private.h' (10,827) at 20210309003653020 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_module.c' (10,828) at 20240405153048773 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/secure_boot_check.cpp' (10,829) at 20240820080031614 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-whitelist-native.bb' (10,830) at 20210307205554054 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/efi.c' (10,831) at 20240405153229983 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/swtpm-wrappers-native.bb' (10,832) at 20220121040027607 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/Kconfig' (10,833) at 20240405153049173 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lp873x.h' (10,834) at 20240405153052729 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/thermal.c' (10,835) at 20240405153230171 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/interrupts_64.c' (10,836) at 20210308005002708 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/erst-dbg.c' (10,837) at 20240405153046629 2025-03-14 03:00:45.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/testmmiotrace.c' (10,838) at 20210307214926738 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/analog.c' (10,839) at 20240405153049133 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/mti,mips-cpc.yaml' (10,840) at 20210309003648384 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/atomisp2/Makefile' (10,841) at 20220525020653907 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_64r6el.sh' (10,842) at 20210308005046525 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_atmel.h' (10,843) at 20240405153046761 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/configuration/entity-manager/blacklist.json' (10,844) at 20241105090013647 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/dh.c' (10,845) at 20240405153046537 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/0001-Stop-using-pyasn1.compat.octets.patch' (10,846) at 20241221090017560 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/armeb.config' (10,847) at 20240405153054381 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vhost-user-bridge.c' (10,848) at 20230426080043956 2025-03-14 03:00:45.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dynamic_queue_limits.c' (10,849) at 20210309003654184 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/nxp/lpc_eth.c' (10,850) at 20240405153050201 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/openbmc-flash-layout-64-alt.dtsi' (10,851) at 20240405153045425 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x-pcb8290.dts' (10,852) at 20240405153229875 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK08.boot' (10,853) at 20240405153054369 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/saslauthd.service' (10,854) at 20220612030016727 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin' (10,855) at 20210307205554550 to deleted uid set 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/meson.options' (10,856) at 20241211090206662 to deleted uid set 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/device-mapper.h' (10,857) at 20240405153052677 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/blake2s.c' (10,858) at 20240405153053085 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/other/Makefile' (10,859) at 20210307214932214 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-plus.svg' (10,860) at 20210308005107069 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml' (10,861) at 20240209090020373 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid.h' (10,862) at 20240405153049425 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dvbsky.c' (10,863) at 20210307214928782 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kristineberg' (10,864) at 20210307205553786 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sh/util/Build' (10,865) at 20210307214932518 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ftrace_64.S' (10,866) at 20240405153046433 2025-03-14 03:00:45.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/spear310.c' (10,867) at 20210308005003052 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/html/measurement_chart.html' (10,868) at 20241206090014350 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/gdbstub.c' (10,869) at 20240906080037508 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-ThreeRock' (10,870) at 20210307205553774 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-stop@.target' (10,871) at 20220301040040081 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/DateTime/index.js' (10,872) at 20220105012522999 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-cl-som-am57x.dts' (10,873) at 20210308005002564 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/pixman-minimal.h' (10,874) at 20240326080039554 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml' (10,875) at 20240405153045081 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/main.c' (10,876) at 20241211090145397 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/adapter.h' (10,877) at 20240906080037340 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8315ERDB_defconfig' (10,878) at 20210308005003236 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_wb0_mstr_if_axuser_regs.h' (10,879) at 20240405153046585 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-da850.txt' (10,880) at 20210307214925282 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/samsung_usb_phy.c' (10,881) at 20210308005003500 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/stackdepot.c' (10,882) at 20240503080014506 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-digitv-cardlist.rst' (10,883) at 20210307214925230 2025-03-14 03:00:45.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/get_mbox_info_v2.c' (10,884) at 20210308005108641 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/process.c' (10,885) at 20241211090145389 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme6_rtr_regs.h' (10,886) at 20240405153046605 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/mc34vr500_pmic.h' (10,887) at 20210308005003680 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp/atftpd.init' (10,888) at 20210407000018078 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_de0_nano_soc.dts' (10,889) at 20240405153045441 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service' (10,890) at 20230920080013648 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/meson.options' (10,891) at 20231205090035277 to deleted uid set 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/devtool/test.py' (10,892) at 20210307205554386 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget_serial.rst' (10,893) at 20210307214925590 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_ptp.c' (10,894) at 20240405153049765 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/xmit_osdep.h' (10,895) at 20240405153051913 2025-03-14 03:00:45.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/reg_helper.h' (10,896) at 20240405153047293 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cros_ec_sensorhub.h' (10,897) at 20210307214931474 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sh4eb-softmmu/default.mak' (10,898) at 20210927100127053 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2430.dtsi' (10,899) at 20240405153045601 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.flake8-ignore' (10,900) at 20230214040017329 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rv1108.h' (10,901) at 20210308005002660 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/smuio/irqsrcs_smuio_9_0.h' (10,902) at 20210307214927702 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/0001-configure.ac-Do-not-demand-linker-hash-style.patch' (10,903) at 20230706080014753 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/signing.c' (10,904) at 20240405153053021 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/Makefile' (10,905) at 20210307214931118 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320dac33.c' (10,906) at 20240405153053813 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/dec_if_positive' (10,907) at 20240405153053437 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h' (10,908) at 20240405153046005 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/formfactor/formfactor_%.bbappend' (10,909) at 20210812000025266 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/add_unless' (10,910) at 20240405153053433 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_gmbus_regs.h' (10,911) at 20240405153048453 2025-03-14 03:00:45.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsb_regs.h' (10,912) at 20240405153048449 2025-03-14 03:00:46.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h' (10,913) at 20210307214927306 2025-03-14 03:00:46.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8350c.dtsi' (10,914) at 20240405153045777 2025-03-14 03:00:46.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/powernv-cpufreq.c' (10,915) at 20240405153046917 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_sd7220.c' (10,916) at 20240405153049105 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_pcol_mae.h' (10,917) at 20240405153050277 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_properties.h' (10,918) at 20210307214930550 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Power_on' (10,919) at 20211116040015975 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra62x.dtsi' (10,920) at 20240405153045597 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/system-state.rst' (10,921) at 20240405153045225 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c' (10,922) at 20240729080011332 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/samples/.gitignore' (10,923) at 20240405153054073 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,pcie-phy.yaml' (10,924) at 20240405153045129 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html' (10,925) at 20210307205554286 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/Kconfig' (10,926) at 20210308005002944 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/law.c' (10,927) at 20210308005003012 2025-03-14 03:00:46.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/eth.cpp' (10,928) at 20240625080005992 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/index.rst' (10,929) at 20240405153229735 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/signal.h' (10,930) at 20240405153231839 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/meson.build' (10,931) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/index.rst' (10,932) at 20240405153229843 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/config' (10,933) at 20240405153054373 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtio_ring.h' (10,934) at 20210308005003692 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/xilinx/eemi.rst' (10,935) at 20210524100034850 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/base.c' (10,936) at 20240405153230607 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/ping.c' (10,937) at 20210308005003720 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power5.inc' (10,938) at 20210905000020581 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18271.h' (10,939) at 20210307214928802 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/wakeup.h' (10,940) at 20210307214926750 2025-03-14 03:00:46.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/ohci.rst' (10,941) at 20210307214925590 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/Kconfig' (10,942) at 20240405153049541 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r9a07g044-cpg.h' (10,943) at 20220525020654543 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/utils.py' (10,944) at 20241221090017592 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-internal.c' (10,945) at 20240906080037440 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/Kconfig' (10,946) at 20241011080017399 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/hexdump.c' (10,947) at 20220525020654751 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/reset.c' (10,948) at 20210308005002552 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml' (10,949) at 20240405153045073 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/coding-standards/readme.md' (10,950) at 20221215040043186 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cmake.bbclass' (10,951) at 20241206090014298 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v11_0_7_pptable.h' (10,952) at 20240405153048349 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/.gitignore' (10,953) at 20210307214932634 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/am33xx.h' (10,954) at 20240405153045661 2025-03-14 03:00:46.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/max31785.c' (10,955) at 20240906080037296 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/llc.c' (10,956) at 20220525020654883 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_cleanup' (10,957) at 20231120090013292 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/empty.c' (10,958) at 20210307214932158 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/stats.c' (10,959) at 20240405153232015 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/readdir.c' (10,960) at 20241216090017761 to deleted uid set 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/current.h' (10,961) at 20210307214926506 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded' (10,962) at 20230919080013974 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb' (10,963) at 20241221090017528 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/afe440x.h' (10,964) at 20210309003650028 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-lubancat-2.dts' (10,965) at 20241115090012941 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/bitmap.c' (10,966) at 20210307214930990 2025-03-14 03:00:46.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/process.c' (10,967) at 20240405153046057 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_alloc.c' (10,968) at 20240405153231771 to deleted uid set 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/loads-stores.rst' (10,969) at 20241211090212234 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/div64.S' (10,970) at 20210307214926570 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/clock.h' (10,971) at 20210308005002668 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/log2.h' (10,972) at 20210307214932474 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/pci.c' (10,973) at 20240405153046217 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso-32.so' (10,974) at 20240326080039562 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/crct10dif-vpmsum_glue.c' (10,975) at 20210307214926370 2025-03-14 03:00:46.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-lex-yacc-Add-missing-function-prototypes.patch' (10,976) at 20221003030013261 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-pll.c' (10,977) at 20240405153046861 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/rm_work_and_downloads.bbclass' (10,978) at 20220910030013393 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/pcan_usb_core.h' (10,979) at 20240405153230903 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/ir-parse.c' (10,980) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-Fix-printf-format-errors.patch' (10,981) at 20230503080014579 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,msm8974.yaml' (10,982) at 20210307214925342 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest' (10,983) at 20241206090014266 to deleted uid set 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char.h' (10,984) at 20240326080039526 2025-03-14 03:00:46.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/frontend.h.rst.exceptions' (10,985) at 20240405153045309 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/qmi.c' (10,986) at 20241211090145465 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/Makefile' (10,987) at 20241211090212206 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/vt8500.S' (10,988) at 20210309003648680 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c' (10,989) at 20210308005003452 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/Kconfig' (10,990) at 20210308005002992 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/interrupts.c' (10,991) at 20210308005002884 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts' (10,992) at 20240405153229935 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/meson.build' (10,993) at 20240906080037136 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/target-helpers.patch' (10,994) at 20230706080014757 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis.c' (10,995) at 20240405153230203 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/Kconfig' (10,996) at 20210308005002952 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/libperf-counting.txt' (10,997) at 20210309003655360 2025-03-14 03:00:46.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-feroceon.S' (10,998) at 20240405153229915 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/egalax_ts.c' (10,999) at 20240405153049161 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/setup.h' (11,000) at 20210307214926310 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-fix-writeback-Refine-the-show_inode_state-macro-defi.patch' (11,001) at 20241221090017688 to deleted uid set 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.h' (11,002) at 20210308005003524 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/meson.build' (11,003) at 20241213090041954 to deleted uid set 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150.dtsi' (11,004) at 20240405153229955 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/numa.h' (11,005) at 20210307214926510 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/config.aarch64' (11,006) at 20240405153054241 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/int_log.c' (11,007) at 20240405153231951 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebtable_filter.c' (11,008) at 20240405153053197 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.h' (11,009) at 20240405153050137 2025-03-14 03:00:46.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-wm831x.c' (11,010) at 20220525020653959 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdeventplus/meson.build' (11,011) at 20230721080040750 to deleted uid set 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm_hubs.h' (11,012) at 20220525020655059 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c' (11,013) at 20240405153230695 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (11,014) at 20241031080012183 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' (11,015) at 20241221090017568 to deleted uid set 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/main.c' (11,016) at 20240830080013303 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/block-range.h' (11,017) at 20210307214932586 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-dma.h' (11,018) at 20240405153049497 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_acl.h' (11,019) at 20240405153052393 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/Makefile' (11,020) at 20240405153045473 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/protocol.py' (11,021) at 20240326080039614 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mpls_iptunnel.h' (11,022) at 20210307214931642 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c' (11,023) at 20240405153050257 2025-03-14 03:00:46.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cffrml.h' (11,024) at 20210307214931554 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98373-sdw.c' (11,025) at 20240405153232151 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/cleanup.hpp' (11,026) at 20240817080027656 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/microblazeel-softmmu/default.mak' (11,027) at 20241211090212222 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra76x-mmc-iodelay.dtsi' (11,028) at 20240405153045601 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c' (11,029) at 20240405153054369 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/mm/Makefile' (11,030) at 20210307214926334 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8660.h' (11,031) at 20210307214931330 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_wrdsp.c' (11,032) at 20210308005046505 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts' (11,033) at 20240405153229967 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-raspberrypi-poe.c' (11,034) at 20240405153051453 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build' (11,035) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/index.rst' (11,036) at 20220525020651642 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_dec_stream.c' (11,037) at 20220525020654759 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css.c' (11,038) at 20240405153231475 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-hp6xx/setup.c' (11,039) at 20210307214926538 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_dscp.c' (11,040) at 20210307214932026 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cache.h' (11,041) at 20210309003648676 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/chipidea.c' (11,042) at 20210927100127205 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/vp702x-fe.c' (11,043) at 20210307214928822 2025-03-14 03:00:46.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-amx.yaml' (11,044) at 20240405153045165 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c' (11,045) at 20240405153230511 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/mod_host.c' (11,046) at 20210307214930858 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/Makefile' (11,047) at 20210307214926182 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.gitignore' (11,048) at 20230721080038150 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Kekes-Cegled-Eger-Miskolctapolca-Ozd' (11,049) at 20210307205553774 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/unique_call.hpp' (11,050) at 20220412175720090 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__run_loop.hpp' (11,051) at 20240817080036820 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rsmu_core.c' (11,052) at 20240805080013971 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/agg-rx.c' (11,053) at 20240405153053289 2025-03-14 03:00:46.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/socket.h' (11,054) at 20210307214926246 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974pro-oneplus-bacon.dts' (11,055) at 20240405153229895 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/bcm_sf2.rst' (11,056) at 20210307214925534 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/oldask1_config' (11,057) at 20210307214932154 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pmic-eic-sprd.c' (11,058) at 20240405153230307 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/pmu.c' (11,059) at 20240405153232223 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/temporary_file.cpp' (11,060) at 20240830080017495 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7722_defconfig' (11,061) at 20210307214926546 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb' (11,062) at 20240301090012423 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/scif_ioctl.h' (11,063) at 20210307214931658 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/bfq-iosched.rst' (11,064) at 20220525020651654 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/bblayers.conf.sample' (11,065) at 20240323080013545 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/swab.h' (11,066) at 20210307214926166 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-twl6040.c' (11,067) at 20240405153047085 2025-03-14 03:00:46.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/tc358743.txt' (11,068) at 20210307214925354 2025-03-14 03:00:46.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_2_sh_mask.h' (11,069) at 20210307214927674 2025-03-14 03:00:46.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/cpu_loop.c' (11,070) at 20241211090212378 2025-03-14 03:00:46.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/qspinlock_types.h' (11,071) at 20240405153046125 2025-03-14 03:00:46.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_rng.h' (11,072) at 20230426080043764 2025-03-14 03:00:46.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/itimer.c' (11,073) at 20210309003654144 2025-03-14 03:00:46.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6779-evb.dts' (11,074) at 20240405153045745 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/monreader.rst' (11,075) at 20240405153229747 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cnxt/cx92755_equinox.dts' (11,076) at 20240405153045433 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/Kconfig' (11,077) at 20210308005002824 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-h2/python3-h2_4.1.0.bb' (11,078) at 20240302090018206 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts' (11,079) at 20240405153229915 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/fat.c' (11,080) at 20210308005003544 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv-dvb.c' (11,081) at 20210307214928650 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/Kconfig' (11,082) at 20210308005002764 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-clang' (11,083) at 20210927100127465 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/automount-support.rst' (11,084) at 20210307214925482 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.gitignore' (11,085) at 20210507000042347 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-neoversen2.inc' (11,086) at 20240301090012451 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/dp8393x.c' (11,087) at 20241211090212302 2025-03-14 03:00:46.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v13_0.c' (11,088) at 20240405153047165 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/uapi/asm/kvm.h' (11,089) at 20240405153054033 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.h' (11,090) at 20210307214928842 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-clocks.dtsi' (11,091) at 20210308005002592 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/dwarf-regs.c' (11,092) at 20210307214932522 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hornon' (11,093) at 20210307205553782 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/transhuge.rst' (11,094) at 20240405153044961 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/clock.h' (11,095) at 20210308005002664 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-programmable.c' (11,096) at 20240405153046769 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/bitops.h' (11,097) at 20210308005002824 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c' (11,098) at 20210308005003404 2025-03-14 03:00:46.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/hacking.rst' (11,099) at 20240405153045273 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5275EVB.h' (11,100) at 20210308005003576 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/TODO' (11,101) at 20210307214930586 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_setup_pa6t.S' (11,102) at 20210307214926398 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nxp/Makefile' (11,103) at 20240405153051325 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx23-clock.yaml' (11,104) at 20240405153045025 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/wakeup-source.txt' (11,105) at 20240405153045141 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/gpc.c' (11,106) at 20240405153045649 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/multiplexed_log.css' (11,107) at 20210308005003744 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/urandom_read_lib2.c' (11,108) at 20240405153054289 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/trace.h' (11,109) at 20210307214928514 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts' (11,110) at 20240405153045725 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h' (11,111) at 20240405153047113 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt7621-reset.h' (11,112) at 20240405153052653 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SystemdTarget/meson.build' (11,113) at 20220913030027321 to deleted uid set 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/bmips_cpu.c' (11,114) at 20210308005003356 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0010-apache2-do-not-use-relative-path-for-gen_test_char.patch' (11,115) at 20220402030016023 2025-03-14 03:00:46.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/get_op.S' (11,116) at 20210307214926142 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/sections.h' (11,117) at 20240405153229991 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cps-vec.S' (11,118) at 20240405153046021 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a774e1-sysc.c' (11,119) at 20240405153231351 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/loongarch64-linux-user.mak' (11,120) at 20241211090212222 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb' (11,121) at 20241206090014246 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/una_asm_64.S' (11,122) at 20210307214926602 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/gcov.rst' (11,123) at 20220525020651658 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/ethernut5_pwrman.h' (11,124) at 20210308005002956 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpadlpar_core.c' (11,125) at 20240405153051245 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/dma-pvr2.c' (11,126) at 20210307214926546 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h' (11,127) at 20240405153048621 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/pkeys.h' (11,128) at 20240405153054357 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0010-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch' (11,129) at 20241206090014214 2025-03-14 03:00:46.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c' (11,130) at 20240805080013979 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/meson-wrapper' (11,131) at 20230401080011971 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/asm/cpufeature.h' (11,132) at 20210307214932594 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vcvt.c' (11,133) at 20221215040039390 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atmel_pdc.h' (11,134) at 20210307214931358 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stop-pre@.target' (11,135) at 20220301040040081 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/aw2/aw2-tsl.c' (11,136) at 20210307214932234 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbutils.c' (11,137) at 20210307214926826 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708.dtsi' (11,138) at 20240405153045425 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/classes/phosphor-rootfs-postcommands.bbclass' (11,139) at 20230321080018353 to deleted uid set 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/chromebox_panther.dts' (11,140) at 20210308005002860 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/nvmem-layout.yaml' (11,141) at 20240405153045121 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/lsxl.c' (11,142) at 20210308005002944 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_opt_types.tc' (11,143) at 20240405153054305 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/clock-commonclk.c' (11,144) at 20240405153046193 2025-03-14 03:00:46.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c' (11,145) at 20240405153048969 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/netif.c' (11,146) at 20240405153232115 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/refscale/PREEMPT' (11,147) at 20240405153054369 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-memory.c' (11,148) at 20220525020652018 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0024-avoid-missing-LOCK_EX-declaration.patch' (11,149) at 20241221090017644 to deleted uid set 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/audio-jack-events.h' (11,150) at 20210307214931350 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-mv784mp-gp/MAINTAINERS' (11,151) at 20210308005002904 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/omap_hwspinlock.c' (11,152) at 20240405153230671 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-scsi.c' (11,153) at 20241211090212442 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu-param.h' (11,154) at 20241211090212494 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/README' (11,155) at 20210308005002988 2025-03-14 03:00:46.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_wdt.h' (11,156) at 20210308005003020 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c' (11,157) at 20240613080016399 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml' (11,158) at 20240405153229791 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/Makefile.lib' (11,159) at 20240805080014063 to deleted uid set 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_csc.c' (11,160) at 20240405153048761 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/fs.hpp' (11,161) at 20210308005120353 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/NOTES' (11,162) at 20210307214928034 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/entry.c' (11,163) at 20240405153046029 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c' (11,164) at 20240405153230515 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_init.c' (11,165) at 20220525020654007 2025-03-14 03:00:46.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_ktls.h' (11,166) at 20240405153049937 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/irq.h' (11,167) at 20210308005003636 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-virtio-hcall.h' (11,168) at 20240906080037288 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs7_parser.c' (11,169) at 20240405153046529 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kdb/Makefile' (11,170) at 20210307214932126 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_bad_size_for_magic0.c' (11,171) at 20240405153054237 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/ptrace.h' (11,172) at 20240405153045861 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pasemi-core.h' (11,173) at 20240405153048909 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rsmu_i2c.c' (11,174) at 20240405153230839 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AggregationSource_v1.xml' (11,175) at 20240918080002708 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib.h' (11,176) at 20220525020653163 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkPortCollection.json' (11,177) at 20240619080002952 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb' (11,178) at 20241221090017548 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgalloc.h' (11,179) at 20210307214926582 2025-03-14 03:00:46.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb' (11,180) at 20240413080012663 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/core.c' (11,181) at 20240405153048809 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_reg_defs.h' (11,182) at 20240405153048529 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmodplug/libmodplug/0001-fastmix-Drop-register-storage-class-keyword.patch' (11,183) at 20230131040012035 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nmi.h' (11,184) at 20240405153046117 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/psci_smp.S' (11,185) at 20210308005002792 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_dp.c' (11,186) at 20240726080012850 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/images/fb-tiogapass-phosphor-image.inc' (11,187) at 20231224090010777 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c' (11,188) at 20240405153048593 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml' (11,189) at 20240405153045181 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/nal-rbsp.c' (11,190) at 20220525020653279 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/binconfig.bbclass' (11,191) at 20220910030013385 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-bx50v3.dtsi' (11,192) at 20240405153229883 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/maxim,max5522.yaml' (11,193) at 20240405153045073 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h' (11,194) at 20210308005002640 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/listfile.c' (11,195) at 20230426080043636 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/imx-pata.txt' (11,196) at 20210307214925282 2025-03-14 03:00:46.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/chcr_core.h' (11,197) at 20240405153230259 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk.c' (11,198) at 20241011080017299 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c' (11,199) at 20210308005003408 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/tree_32.c' (11,200) at 20210307214926614 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-pwm.c' (11,201) at 20240405153046781 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_combo_phy_regs.h' (11,202) at 20240405153048437 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/smsc47m1.rst' (11,203) at 20210307214925506 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/spmi.c' (11,204) at 20210308005003740 2025-03-14 03:00:46.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_xcvr.c' (11,205) at 20240405153232175 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerDiagnosticData.v1_2_3.json' (11,206) at 20240619080002948 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb' (11,207) at 20241221090017548 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c' (11,208) at 20240405153230255 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgso_bench_rx.c' (11,209) at 20240405153232283 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/msg.h' (11,210) at 20210307214931642 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsinit.c' (11,211) at 20240405153046621 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_cmx.c' (11,212) at 20240405153049213 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino_MICRO_defconfig' (11,213) at 20210308005003232 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-artpec/board-artpec6.c' (11,214) at 20210307214925870 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/module.c' (11,215) at 20240405153046325 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/firmware.c' (11,216) at 20240405153230807 2025-03-14 03:00:46.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TaskService_v1.xml' (11,217) at 20240619080002936 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_ring.c' (11,218) at 20240913080013821 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi' (11,219) at 20240405153045465 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-cdc_ncm' (11,220) at 20210309003648256 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kcov.h' (11,221) at 20240405153052925 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/manage.py' (11,222) at 20220910030013377 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/netdevsim/udp_tunnels.c' (11,223) at 20210309003651312 to deleted uid set 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.gitignore' (11,224) at 20241101080009591 2025-03-14 03:00:46.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/firmware.h' (11,225) at 20210307214932706 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.c' (11,226) at 20210308005003412 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/imx/clk-imx8.c' (11,227) at 20210308005003348 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/Makefile' (11,228) at 20240405153230807 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-none.inc' (11,229) at 20241221090017612 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2_reg.h' (11,230) at 20240405153049473 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron-failure@.service' (11,231) at 20241029080011443 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_tftp.c' (11,232) at 20210307214932014 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/filter/adi,admv8818.yaml' (11,233) at 20240405153045073 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/int.uc' (11,234) at 20210307214931810 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r9a07g043-cpg.c' (11,235) at 20240613080016383 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_settings.h' (11,236) at 20210309003652820 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cmpi.c' (11,237) at 20210308005003720 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css-pool.c' (11,238) at 20210307214930582 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/008' (11,239) at 20210927100127473 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4rdb.h' (11,240) at 20210308005002996 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acparser.h' (11,241) at 20240405153046617 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/asp834x.c' (11,242) at 20240405153046197 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-cframe-reg.h' (11,243) at 20240906080037336 2025-03-14 03:00:46.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-mcpdm.h' (11,244) at 20210307214932434 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/x509_cert_parser.c' (11,245) at 20240405153046533 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/format_utils.hpp' (11,246) at 20240809080033019 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_t20_defconfig' (11,247) at 20210308005003252 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tcp_check_syncookie_user.c' (11,248) at 20240405153054289 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8994-core.c' (11,249) at 20240405153230839 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Settings/DateTime/DateTime.vue' (11,250) at 20241004080035971 to deleted uid set 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-pdm.yaml' (11,251) at 20240405153045161 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hpo_dp_stream_encoder.c' (11,252) at 20240405153230403 2025-03-14 03:00:46.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed_wo.c' (11,253) at 20240405153231007 2025-03-14 03:00:46.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/s390x/tcg/mem_helper.c' (11,254) at 20240906080037532 to deleted uid set 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb' (11,255) at 20241221090017508 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_cmd.c' (11,256) at 20240405153048541 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control/power-config-host0.json' (11,257) at 20230706080014733 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rb_resort.h' (11,258) at 20210307214932602 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce80/irq_service_dce80.h' (11,259) at 20210307214927310 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-list.err' (11,260) at 20220429100100882 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axs101.dts' (11,261) at 20210307214925662 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/transport.c' (11,262) at 20240901080013973 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/image_manager.cpp' (11,263) at 20240820080021218 to deleted uid set 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/ventana_eeprom.h' (11,264) at 20210308005003000 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8660.yaml' (11,265) at 20240405153045025 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/inode.c' (11,266) at 20240405153231707 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/host/pci-quirks.c' (11,267) at 20240405153052105 to deleted uid set 2025-03-14 03:00:46.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/files/99-aspeed-lpc-ctrl.rules' (11,268) at 20210307205554070 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958525er.dts' (11,269) at 20240405153045429 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/loongarch/booting.rst' (11,270) at 20240405153229743 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-helios4.dts' (11,271) at 20210308005002568 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service' (11,272) at 20210307205554074 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/bpf_perf_event.h' (11,273) at 20240405153045945 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/profile-title.png' (11,274) at 20210307205554346 to deleted uid set 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_addresses.c' (11,275) at 20240405153053445 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-cs47l15.c' (11,276) at 20210307214930070 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/link_watch.c' (11,277) at 20241216090017789 to deleted uid set 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama7g5.dtsi' (11,278) at 20241008080013891 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/vmlinux-kallsyms.c' (11,279) at 20240405153054173 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme3_rtr_regs.h' (11,280) at 20240405153046605 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/TriggerManager/meson.build' (11,281) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/qe_tdm.c' (11,282) at 20240405153231451 2025-03-14 03:00:46.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pxe1610.rst' (11,283) at 20210307214925506 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/Kconfig' (11,284) at 20240405153046733 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/phosphor-health-monitor.service.in' (11,285) at 20230317080022933 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.c' (11,286) at 20241001080013016 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/cw1200_sdio.c' (11,287) at 20210726100024727 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_3a.h' (11,288) at 20210307214930546 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-core.xml' (11,289) at 20210308005045817 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-espi-0.dtsi' (11,290) at 20210307214926350 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-ipmi-kcs/bare-metal-ipmi-kcs.bb' (11,291) at 20241206090014226 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-rervision-dvk.dts' (11,292) at 20240405153045393 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max6650.rst' (11,293) at 20210307214925502 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-ld11.c' (11,294) at 20210308005002792 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Czestochowa' (11,295) at 20210307205553778 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx-fix-pidfile.patch' (11,296) at 20210307205554034 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_xdp.c' (11,297) at 20241104090011587 to deleted uid set 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmb.service' (11,298) at 20210308005119665 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/bitfield.h' (11,299) at 20240405153046741 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/acenv.h' (11,300) at 20240405153045933 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-copy.svg' (11,301) at 20210308005107069 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-debug.h' (11,302) at 20230925080039989 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/Makefile' (11,303) at 20220525020654211 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h' (11,304) at 20210308005003524 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamhash_desc.c' (11,305) at 20240405153046929 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_modeset_verify.h' (11,306) at 20240405153048457 2025-03-14 03:00:46.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy_fixed.h' (11,307) at 20240405153052765 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/gpio.c' (11,308) at 20210308005002752 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/0001-rdate-define-logwtmp-on-libc-glibc.patch' (11,309) at 20230706080014737 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch' (11,310) at 20210307205553882 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/Makefile' (11,311) at 20240405153046733 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/page_migration.rst' (11,312) at 20240405153045297 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/image/microtek.c' (11,313) at 20240405153052113 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb' (11,314) at 20241221090017684 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38469-1.patch' (11,315) at 20240106090017265 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Tpm.interface.yaml' (11,316) at 20210610000035134 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend' (11,317) at 20240904080027730 to deleted uid set 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/irqs.h' (11,318) at 20240405153045645 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tc-queue-filters.rst' (11,319) at 20240405153045241 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2.h' (11,320) at 20240405153050593 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/OWNERS' (11,321) at 20240913080036581 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/vdec.h' (11,322) at 20210307214928746 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_hdcp_helper.h' (11,323) at 20240405153052629 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace_mr.h' (11,324) at 20220525020653163 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/vblade.service' (11,325) at 20210307205553822 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-flush.c' (11,326) at 20240624080012772 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox/0001-lib-lz4-use-lz4-instead-of-lz4c.patch' (11,327) at 20241221090017632 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.h' (11,328) at 20220627100017026 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-key.out' (11,329) at 20220429100100882 to deleted uid set 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/ext4_jbd2.c' (11,330) at 20240405153231663 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c' (11,331) at 20240405153048637 2025-03-14 03:00:46.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_ioctl.c' (11,332) at 20210307214932194 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/sensor-monitor/README.md' (11,333) at 20221213040025761 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-avr.rst' (11,334) at 20210927100127081 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfleui.c' (11,335) at 20210308005046529 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/stratixII.c' (11,336) at 20210308005003376 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/syscounter.h' (11,337) at 20210308005002676 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/STG4000Interface.h' (11,338) at 20210307214930914 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/index.scss' (11,339) at 20210308005107077 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/refcounttree.c' (11,340) at 20241011080017367 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/media-device.h' (11,341) at 20240405153052829 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xive/common.c' (11,342) at 20240405153046237 2025-03-14 03:00:46.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/hisi_hikey_usb.c' (11,343) at 20240405153049637 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/iommu.h' (11,344) at 20240405153230743 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/rgb/Makefile' (11,345) at 20240405153230755 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/helper.h' (11,346) at 20210308005046257 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/unimac.h' (11,347) at 20220525020653471 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/irq.c' (11,348) at 20240405153045645 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr4_dimm_params.c' (11,349) at 20210308005003360 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/magic-enum/run-ptest' (11,350) at 20241221090017516 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ssm4567.txt' (11,351) at 20210307214925434 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/opa_smi.h' (11,352) at 20210309003653968 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt' (11,353) at 20210307214925430 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-user-regs-no-sve-aarch64' (11,354) at 20240405153232231 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/phy.h' (11,355) at 20240411080014090 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/build.py' (11,356) at 20220910030013401 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/curve25519.h' (11,357) at 20220525020654535 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-system-cpu' (11,358) at 20240830080013239 2025-03-14 03:00:46.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-global/utils.bbclass' (11,359) at 20241221090017608 to deleted uid set 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-rpi-usb-host.dtsi' (11,360) at 20210308005002576 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/progress_meter.c' (11,361) at 20230426080043644 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-nvidia.json' (11,362) at 20241207090009635 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/spice.c' (11,363) at 20230426080043656 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/Kconfig' (11,364) at 20240405153049425 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/cchips/Kconfig' (11,365) at 20240405153046309 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-enable@.service' (11,366) at 20220514030009396 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/southcluster.asl' (11,367) at 20210308005002876 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.h' (11,368) at 20210307214927734 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-no-list.json' (11,369) at 20210308005046405 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/posix_types.h' (11,370) at 20210308005002888 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8qm-rsrc.c' (11,371) at 20220525020652310 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/hotplug.c' (11,372) at 20240405153229911 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/ddr.c' (11,373) at 20210308005003048 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/hub.h' (11,374) at 20240405153231539 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c' (11,375) at 20240405153232283 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-marsboard.dts' (11,376) at 20240405153045505 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-virtio.c' (11,377) at 20240405153047085 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/hashtable.c' (11,378) at 20210308005003740 2025-03-14 03:00:46.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/rammap.h' (11,379) at 20210307214927906 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/edma.h' (11,380) at 20240405153052681 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081.dtsi' (11,381) at 20240405153045425 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c' (11,382) at 20240405153230363 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/zynq.S' (11,383) at 20210309003648680 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-3.0' (11,384) at 20210307205554418 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/hns3.rst' (11,385) at 20220525020651746 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tulip-test.c' (11,386) at 20221215040039382 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/vas.c' (11,387) at 20220525020652078 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-case.json' (11,388) at 20210927100127473 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Turku' (11,389) at 20210307205553774 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/Makefile' (11,390) at 20220525020655083 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6uldev.dts' (11,391) at 20210308005002588 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/.gitignore' (11,392) at 20240405153054333 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpsr.h' (11,393) at 20210308005046069 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_bindings.h' (11,394) at 20240405153050293 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AllowDenyCollection.json' (11,395) at 20240619080002940 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_vp8.c' (11,396) at 20240405153051865 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/sigcontext.h' (11,397) at 20210307214926122 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/headc37d.c' (11,398) at 20240405153048613 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mp.h' (11,399) at 20210308005002840 2025-03-14 03:00:46.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/arc-rawmode.c' (11,400) at 20210307214929246 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/qcom/Makefile' (11,401) at 20240405153052149 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/os-Linux/registers.c' (11,402) at 20240405153046493 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/normalize_mac_test.sh' (11,403) at 20230629131804623 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt7986/mt7986-afe-pcm.c' (11,404) at 20240405153232183 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.5.0.bb' (11,405) at 20241221090017684 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (11,406) at 20240405153232267 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-tiehrpwm.c' (11,407) at 20240405153231359 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_fmax.c' (11,408) at 20210307214926274 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada-audio-rt1015p-rt5682.dtsi' (11,409) at 20240405153045749 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/plpar_wrappers.h' (11,410) at 20240405153046125 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/rust/arch-support.rst' (11,411) at 20240405153045301 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-mt6370-rgb.rst' (11,412) at 20240405153045225 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-header.js' (11,413) at 20210308005107069 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/sfb.json' (11,414) at 20240405153054377 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/pxa-ssp.c' (11,415) at 20240405153232187 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/Kconfig' (11,416) at 20210308005002756 2025-03-14 03:00:46.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/policy_unpack.h' (11,417) at 20240405153053465 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/eba.c' (11,418) at 20240805080013971 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/coex.c' (11,419) at 20240405153050533 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.h' (11,420) at 20210307214929918 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mboxctl.c' (11,421) at 20210308005100993 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/time.cpp' (11,422) at 20240822080031261 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/fw.c' (11,423) at 20240405153050089 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-command-q.out' (11,424) at 20210308005046409 to deleted uid set 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-watchdog' (11,425) at 20240405153044917 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/gdb-config.c.inc' (11,426) at 20210308005046365 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/rmap.c' (11,427) at 20240405153052581 2025-03-14 03:00:46.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/extensions.yaml' (11,428) at 20240405153045149 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/actions,owl-cmu.txt' (11,429) at 20210307214925282 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_transport.c' (11,430) at 20240405153051933 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c' (11,431) at 20241011080017331 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wm831x-ts.c' (11,432) at 20220525020653191 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.h' (11,433) at 20240405153048489 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/ti/am43xx/board.c' (11,434) at 20230720080043535 to deleted uid set 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_tmr.c' (11,435) at 20240405153051965 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0005-pip-requirements-Don-t-install-requirements-with-pip.patch' (11,436) at 20210307205553802 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h' (11,437) at 20240405153048621 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c' (11,438) at 20240405153230371 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pl041.hx' (11,439) at 20210308005045841 2025-03-14 03:00:46.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch' (11,440) at 20240106090017285 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c' (11,441) at 20240405153230343 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/xen-emu.c' (11,442) at 20240906080037488 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-lp5521.rst' (11,443) at 20210307214925518 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/extdev.h' (11,444) at 20210307214927906 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/hid.c' (11,445) at 20240405153052077 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/Makefile' (11,446) at 20210308005002916 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/tlb.c' (11,447) at 20240617080017382 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/cipher.h' (11,448) at 20240405153046929 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/test.c' (11,449) at 20210307205554438 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_coex.h' (11,450) at 20220525020653811 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/include/vegman.inc' (11,451) at 20230927080013514 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/baytrail_som-db5800-som-6867.dts' (11,452) at 20210308005002860 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/memory/Makefile' (11,453) at 20210308005003388 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-monitor.1' (11,454) at 20210309003655964 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/.gitlab-ci.yml' (11,455) at 20241221090017576 to deleted uid set 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_JsonSchema_ResponseValidator.robot' (11,456) at 20240627080021052 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/serialize.cpp' (11,457) at 20240828080025979 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/Makefile' (11,458) at 20240405153051405 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/kconfig-macro-language.rst' (11,459) at 20220525020651738 2025-03-14 03:00:46.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fuse.h' (11,460) at 20210308005003652 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-gpio.c' (11,461) at 20220525020653679 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx6sx-clock.yaml' (11,462) at 20240405153045025 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/peci.h' (11,463) at 20240405153231831 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/aspeed/Makefile' (11,464) at 20210307214927738 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ps3.c' (11,465) at 20220525020653955 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/spa.h' (11,466) at 20210308005003692 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97435svmb.dts' (11,467) at 20240405153045985 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-context.c' (11,468) at 20240405153230827 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/README.md' (11,469) at 20221209040011539 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/dma.h' (11,470) at 20240405153229907 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/symbol-namespaces.rst' (11,471) at 20240405153045289 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/strongarm.h' (11,472) at 20210308005045837 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw560x.dtsi' (11,473) at 20240405153045513 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/break.h' (11,474) at 20210307214926122 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/as3722_regulator.c' (11,475) at 20210308005003472 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_lib.sh' (11,476) at 20210307214932690 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ruovesi_Storminiemi' (11,477) at 20210307205553774 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/tqm8xx_setup.c' (11,478) at 20240405153230051 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs2_ioctl.h' (11,479) at 20220525020654475 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/rx-softmmu/default.mak' (11,480) at 20240906080037160 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800soc.c' (11,481) at 20240405153050621 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/link-with-ldflags.patch' (11,482) at 20230706080014741 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel3.svg' (11,483) at 20240405153044933 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/Kconfig' (11,484) at 20240405153230755 2025-03-14 03:00:46.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-bananapi-m2-plus.dtsi' (11,485) at 20240405153045397 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_neon.c' (11,486) at 20240405153053097 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_crtc.c' (11,487) at 20240405153048753 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/verity.c' (11,488) at 20240405153052361 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,imx-mipi-csi2.yaml' (11,489) at 20240405153045093 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/ubi.c' (11,490) at 20210308005003540 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_agp.c' (11,491) at 20241211090145425 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname_1.0.bb' (11,492) at 20241206090014270 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/net/bpf_jit_comp64.c' (11,493) at 20240405153230023 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mux/gpio-mux.yaml' (11,494) at 20240405153045113 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi' (11,495) at 20240405153045821 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c' (11,496) at 20220525020652967 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram.h' (11,497) at 20210308005002780 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigoio_dsp.c' (11,498) at 20220525020654995 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/e3x0-button.txt' (11,499) at 20210307214925334 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/Makefile' (11,500) at 20210308005003464 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryChunks_v1.xml' (11,501) at 20240619080002928 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/turingcc-qcs404.c' (11,502) at 20240405153046833 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/memdup.cocci' (11,503) at 20240405153053441 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/panda_mux_data.h' (11,504) at 20210308005003080 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/types_test.cpp' (11,505) at 20230511080029431 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/Makefile' (11,506) at 20210307214927066 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ch.c' (11,507) at 20240405153051585 2025-03-14 03:00:46.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/excp_helper.c' (11,508) at 20241211090212490 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c' (11,509) at 20240405153050637 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Angebo' (11,510) at 20210307205553778 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-leadtek-y04g0051.c' (11,511) at 20210307214928782 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ssd2828.h' (11,512) at 20210308005003532 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-sdio.c' (11,513) at 20210308005002552 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/alim1535_wdt.c' (11,514) at 20210309003653328 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/law.c' (11,515) at 20210308005003172 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/mmu_context.c' (11,516) at 20240405153230047 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq8074.c' (11,517) at 20240405153230223 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kasan-checks.h' (11,518) at 20220525020654579 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp_nvram.h' (11,519) at 20210307214930026 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/0001-make-set-soname-on-liblmdb.patch' (11,520) at 20230706080014745 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c' (11,521) at 20240405153048657 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_driver_gmac_cmn.h' (11,522) at 20210307214931358 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/rseq_test.c' (11,523) at 20240405153054321 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/mvebu-uart.txt' (11,524) at 20240405153045153 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/rs6000_mc.c' (11,525) at 20241211090212322 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_io.c' (11,526) at 20240805080014035 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/0002-Fix-pyext_PATTERN-for-cross-compilation.patch' (11,527) at 20240113090014536 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/linkage.h' (11,528) at 20210308005002844 2025-03-14 03:00:46.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/index.rst' (11,529) at 20240405153045225 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/phosphor-settings-manager/power-policy-set-default.override.yml' (11,530) at 20220211110019230 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/.gitignore' (11,531) at 20240405153054169 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Linksprite_pcDuino_defconfig' (11,532) at 20210308005003236 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tunnel4.c' (11,533) at 20220525020654839 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/syscalls/Makefile' (11,534) at 20240405153046509 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (11,535) at 20241226090016127 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/Makefile.libfdt' (11,536) at 20210308005003728 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ptrace.h' (11,537) at 20210308005002708 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/extended.json' (11,538) at 20240405153054117 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/cxl.rst' (11,539) at 20210307214925546 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_ipmi_sensor.pl' (11,540) at 20220720030027719 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/traps.c' (11,541) at 20240405153230039 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm911360_entphn_defconfig' (11,542) at 20210308005003252 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/README' (11,543) at 20240405153054381 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.arm-caches' (11,544) at 20210308005003292 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cli-app/cper-convert.c' (11,545) at 20241114091008828 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ep93xx_eth.c' (11,546) at 20210308005003428 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/motload-head.S' (11,547) at 20210307214926362 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/atm/index.rst' (11,548) at 20210309003648436 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt4831-regulator.c' (11,549) at 20240405153051473 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_multiprobe.tc' (11,550) at 20210309003656000 2025-03-14 03:00:46.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/m54xx_wdt.c' (11,551) at 20240405153052241 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_7_0_sh_mask.h' (11,552) at 20240405153048225 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/transport_class.h' (11,553) at 20240405153052809 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/README' (11,554) at 20210308005002972 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/reset.c' (11,555) at 20210307214926138 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/openbmc-openpower.conf' (11,556) at 20210307205554046 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/Kconfig' (11,557) at 20210308005003028 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-bootloader-config.cfg' (11,558) at 20210307205554634 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/machine.h' (11,559) at 20210307214926222 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c' (11,560) at 20240405153049813 2025-03-14 03:00:46.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/new-project.png' (11,561) at 20210307205554382 to deleted uid set 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_ethtool.c' (11,562) at 20240405153050201 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-capture.c' (11,563) at 20240405153230815 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cirrus,cs89x0.txt' (11,564) at 20210307214925374 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch' (11,565) at 20230520080014476 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/stream.c' (11,566) at 20240405153051753 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-dbus.c' (11,567) at 20240724080011687 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/index.scss' (11,568) at 20210308005107077 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/input/mouse/synaptics.c' (11,569) at 20240919080017054 to deleted uid set 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/dma.h' (11,570) at 20240405153046505 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/text-patching.h' (11,571) at 20240405153046281 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,pcf85063.yaml' (11,572) at 20240405153045153 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/rsa_caam.h' (11,573) at 20210308005003356 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_hob.h' (11,574) at 20210308005002880 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_default.h' (11,575) at 20210307214927694 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/harddog.h' (11,576) at 20240405153046341 2025-03-14 03:00:46.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/clipboard.h' (11,577) at 20230925080039937 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/altera_edac.c' (11,578) at 20240405153047013 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (11,579) at 20240209090013644 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bmc-update/config-bmc.json' (11,580) at 20240405080013750 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/Kconfig' (11,581) at 20210308005003028 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/MAINTAINERS' (11,582) at 20210308005002920 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/block-rsv.c' (11,583) at 20240405153231611 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu.c' (11,584) at 20241211090212326 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/xircom_cb.c' (11,585) at 20240405153049905 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/Kconfig' (11,586) at 20241211090145381 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_acc_types.h' (11,587) at 20240405153051833 2025-03-14 03:00:46.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/0001-Fix-warnings-found-by-clang-compiler.patch' (11,588) at 20230919080013958 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm8150.c' (11,589) at 20240405153230231 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_dbus.c' (11,590) at 20230809080010803 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_mock.c' (11,591) at 20240405153231355 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/hal_init.c' (11,592) at 20220525020654171 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/event.h' (11,593) at 20240405153232235 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c' (11,594) at 20240405153231003 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cache-pl310.c' (11,595) at 20210308005002708 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/asus.c' (11,596) at 20240405153051417 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/dsdt.asl' (11,597) at 20210308005002908 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/cl9097.h' (11,598) at 20210307214927902 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i3c/device.h' (11,599) at 20240613080016499 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-client/tee-supplicant@.service' (11,600) at 20231011080016570 2025-03-14 03:00:46.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_labeled_tuple.cpp' (11,601) at 20230119040040606 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/Kconfig' (11,602) at 20241115090012941 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Vitoria-Gasteiz' (11,603) at 20210307205553766 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo.c' (11,604) at 20241018080014482 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/snvs.c' (11,605) at 20210308005002728 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-nvmem' (11,606) at 20210309003648244 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/rx.c' (11,607) at 20210307214929970 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/colibri-vf50-ts.txt' (11,608) at 20240405153045081 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core.c' (11,609) at 20240503080014482 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Nonnull.patch' (11,610) at 20231011080016574 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_net.h' (11,611) at 20241011080017375 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/widgets.txt' (11,612) at 20210307214925438 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/core.h' (11,613) at 20240405153046965 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml' (11,614) at 20210307205553710 2025-03-14 03:00:46.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/emmc-storage-design.md' (11,615) at 20241203090006519 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/sdbusplus.wrap' (11,616) at 20220322030035936 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/ingenic_rproc.c' (11,617) at 20240405153051481 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Battery.interface.yaml' (11,618) at 20210610000035126 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Unbolt-ubuntu-hack.patch' (11,619) at 20231011080016574 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/rk3288.h' (11,620) at 20210308005003640 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/axg-aoclkc.h' (11,621) at 20210308005003632 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_crtc.h' (11,622) at 20210307214927866 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch' (11,623) at 20230401080011935 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/socfpga.c' (11,624) at 20210308005003072 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/common.c' (11,625) at 20220818100014655 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/g364fb.c' (11,626) at 20240405153231583 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rv3029c2.c' (11,627) at 20240405153051501 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/file.c' (11,628) at 20240405153047041 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/commsup.c' (11,629) at 20240405153231383 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0009-reduce-lifetime-value.patch' (11,630) at 20230706080014737 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/vfio-iommufd.rst' (11,631) at 20240906080037176 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_stat_unittest.cpp' (11,632) at 20220108040030440 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_mac.h' (11,633) at 20210308005003288 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/dfl-emif.c' (11,634) at 20240405153049585 2025-03-14 03:00:46.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/subprojects/sdbusplus.wrap' (11,635) at 20211221040045334 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/provider.cpp' (11,636) at 20241211090212454 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop.h' (11,637) at 20241011080017315 to deleted uid set 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz' (11,638) at 20210307205554590 to deleted uid set 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/hw_breakpoint.c' (11,639) at 20240405153230035 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/Makefile' (11,640) at 20240405153054365 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.uncmd_spl' (11,641) at 20210308005003724 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/qmi/Makefile' (11,642) at 20210307214932130 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/Kconfig' (11,643) at 20240405153051969 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-tqma7.dtsi' (11,644) at 20240405153045533 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm200.c' (11,645) at 20240405153048665 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_hw_queues.c' (11,646) at 20220525020654003 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/rcupdate.h' (11,647) at 20210307214932630 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/main.cpp' (11,648) at 20230629131804615 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qtree.c' (11,649) at 20230426080043956 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/settings/phosphor-settings-manager_%.bbapend' (11,650) at 20240110090012776 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/uvdevice.c' (11,651) at 20240405153051517 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/gateway_client.h' (11,652) at 20220525020654791 2025-03-14 03:00:46.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_mxc.h' (11,653) at 20210308005003628 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_linecards.c' (11,654) at 20240712080021077 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ia_css_ob_param.h' (11,655) at 20210307214930558 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ml-ioh.c' (11,656) at 20240405153047077 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads8344.yaml' (11,657) at 20240405153045073 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-capture.c' (11,658) at 20241219090010504 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-net-test.c' (11,659) at 20240326080039742 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/arm,smmu-v3-pmcg.yaml' (11,660) at 20240405153045125 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Manawatu' (11,661) at 20210307205553778 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip,rk3288-hdmi-analog.txt' (11,662) at 20240405153229799 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/message_parsers.hpp' (11,663) at 20240829080025807 to deleted uid set 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-sha.c' (11,664) at 20240405153046937 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.h' (11,665) at 20210307214927746 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/platform.h' (11,666) at 20240405153052961 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/atmel-flexcom.h' (11,667) at 20210307214931342 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/sim-hw-access.hpp' (11,668) at 20220225040021258 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/booting.txt' (11,669) at 20240405153229835 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/arm64-stub.c' (11,670) at 20240405153230295 2025-03-14 03:00:46.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm6362.dtsi' (11,671) at 20220525020651990 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_mdb_host.sh' (11,672) at 20240405153054337 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/core/mspro_block.c' (11,673) at 20240405153049593 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hashtable.h' (11,674) at 20210309003653844 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/freeipmi/0001-Fix-undeclared-function-errors.patch' (11,675) at 20241221090017536 to deleted uid set 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6359.dtsi' (11,676) at 20241211090145373 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-mipi-u-boot.dtsi' (11,677) at 20210308005002584 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorkvattnet' (11,678) at 20210307205553778 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/authors' (11,679) at 20210307214930630 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-simple-poll.c' (11,680) at 20230421080019768 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/fat/config' (11,681) at 20240405153054301 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r2dplus_defconfig' (11,682) at 20210308005003276 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/Makefile' (11,683) at 20210308005002792 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/offload.c' (11,684) at 20220525020653611 to deleted uid set 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/Makefile' (11,685) at 20210308005003028 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/block-coroutine-wrapper.rst' (11,686) at 20230426080043660 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_unix.c' (11,687) at 20240405153054265 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/apne.c' (11,688) at 20240405153049773 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml' (11,689) at 20240405153229759 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hostfs/hostfs_user_exp.c' (11,690) at 20240405153052381 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_device.c' (11,691) at 20210605000027704 to deleted uid set 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types.c' (11,692) at 20220525020653119 2025-03-14 03:00:46.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/Makefile' (11,693) at 20220525020652827 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h' (11,694) at 20240405153048621 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r3-lte.dts' (11,695) at 20240405153045781 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/nf_flowtable.rst' (11,696) at 20220525020651750 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_net_unittest.cpp' (11,697) at 20240817080027656 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/MAINTAINERS' (11,698) at 20210308005002920 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projectconf.html' (11,699) at 20220402030016107 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-wpe.c' (11,700) at 20240405153046797 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/MAINTAINERS' (11,701) at 20210308005002920 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp13xc.dtsi' (11,702) at 20240405153045585 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/callbackgentest.cpp' (11,703) at 20210308005108057 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptlf.c' (11,704) at 20240405153230267 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/ptdma.h' (11,705) at 20240405153047001 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-board.h' (11,706) at 20240405153046013 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/README.md' (11,707) at 20221013030029183 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch' (11,708) at 20240413080012655 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (11,709) at 20241226090016127 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a2_00000008.dtsi' (11,710) at 20210308005002872 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h' (11,711) at 20240405153050493 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brxre1_defconfig' (11,712) at 20210308005003252 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/record.c' (11,713) at 20240405153054201 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_util.c' (11,714) at 20240906080037140 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-mali.dtsi' (11,715) at 20210308005002596 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_dev.c' (11,716) at 20240830080013287 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/hash_info.h' (11,717) at 20220525020654535 2025-03-14 03:00:46.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/init/Makefile' (11,718) at 20210308005003228 2025-03-14 03:00:46.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow-memchr.c' (11,719) at 20240405153053105 2025-03-14 03:00:46.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_tx.c' (11,720) at 20210308005003528 2025-03-14 03:00:46.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/Kconfig' (11,721) at 20210308005002960 2025-03-14 03:00:46.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/nova-t-usb2.c' (11,722) at 20240405153049553 2025-03-14 03:00:46.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/mia.c' (11,723) at 20210307214932246 2025-03-14 03:00:46.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb' (11,724) at 20241221090017560 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_3_0_sh_mask.h' (11,725) at 20210307214927542 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/selftest/bashisms.tc' (11,726) at 20210307214932674 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc512x.h' (11,727) at 20240405153230051 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig' (11,728) at 20210308005003276 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/mediatek/Makefile' (11,729) at 20240405153051973 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml' (11,730) at 20240405153045013 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_bits.c' (11,731) at 20210309003654192 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/cpu.c' (11,732) at 20210308005002788 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/ps.c' (11,733) at 20210307214929970 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/meson.build' (11,734) at 20240906080037212 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_message.h' (11,735) at 20240405153052601 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/mpc512x-dma.txt' (11,736) at 20210307214925310 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_demod.c' (11,737) at 20240405153049521 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/realview.rst' (11,738) at 20210308005045809 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/mman.h' (11,739) at 20210308005046065 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/resolve_errors.mako.cpp' (11,740) at 20210308005108057 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb' (11,741) at 20240301090012427 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_RegDefine11N.h' (11,742) at 20220525020654179 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c' (11,743) at 20220512100034141 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/shuffle.h' (11,744) at 20240405153053149 2025-03-14 03:00:46.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/bno055_ser_trace.c' (11,745) at 20240405153048993 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/adi,ad5272.yaml' (11,746) at 20240405153045077 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf_2.3.0.bb' (11,747) at 20241221090017664 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb' (11,748) at 20240301090012431 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/leds-lm355x.h' (11,749) at 20210307214931478 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/MAINTAINERS' (11,750) at 20210308005002948 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2-monitoring.service' (11,751) at 20230920080013648 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/pipeline.json' (11,752) at 20240405153054157 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-common-ops.c' (11,753) at 20240405153053997 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/list-arch.sh' (11,754) at 20220525020651726 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Nagykanizsa-Barcs-Keszthely' (11,755) at 20210307205553774 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/parade-ps8622.c' (11,756) at 20240405153230527 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/gr-Athens' (11,757) at 20210307205553774 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb_usual.h' (11,758) at 20210406100036147 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/fse_compress.c' (11,759) at 20240405153053113 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/adi.h' (11,760) at 20210307214926574 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/topdown.txt' (11,761) at 20240405153054085 2025-03-14 03:00:46.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-medusa-reg.h' (11,762) at 20210307214928690 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/uart.c' (11,763) at 20240405153231471 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_ad7417_sensor.c' (11,764) at 20240405153049225 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/glk_rt5682_max98357a.c' (11,765) at 20240613080016547 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/meson.options' (11,766) at 20240827080014466 to deleted uid set 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/pinmux.h' (11,767) at 20240405153052765 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/cfi_cmdset_0001.c' (11,768) at 20240405153230863 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb' (11,769) at 20241221090017488 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/README' (11,770) at 20210307205554478 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/hw_irq.h' (11,771) at 20210307214931302 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/falloc.h' (11,772) at 20210307214931630 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/or_action.hpp' (11,773) at 20210914000041091 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/response_manager.c' (11,774) at 20240405153049857 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/MAINTAINERS' (11,775) at 20210308005003028 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ga102.c' (11,776) at 20240405153048653 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/apei/output_format.rst' (11,777) at 20210307214925494 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_unittest.cpp' (11,778) at 20240817080027252 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_dccg.h' (11,779) at 20220525020652514 2025-03-14 03:00:46.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c' (11,780) at 20241211090145457 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/bcm2836_control.c' (11,781) at 20241211090212282 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/conf/layer.conf' (11,782) at 20241221090017472 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/__init__.py' (11,783) at 20210307205554266 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_constant.c' (11,784) at 20210307214926730 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/trace.h' (11,785) at 20210927100127413 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkexynosspl.c' (11,786) at 20210308005003768 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/libgpiod.wrap' (11,787) at 20240815080028259 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/cpu_if_regs.h' (11,788) at 20240405153046573 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-reg-bits.h' (11,789) at 20230925080040077 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/r8a66597-udc.h' (11,790) at 20210307214930818 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/configure.ac.patch' (11,791) at 20230706080014761 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (11,792) at 20240326080016514 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_client.cpp' (11,793) at 20230625080034211 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_eq_qb.c' (11,794) at 20210308005046505 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rs5c372.c' (11,795) at 20240405153231375 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/restrack.c' (11,796) at 20220525020653151 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.atmel_mci' (11,797) at 20210308005003292 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/auxvec.h' (11,798) at 20240405153045941 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/Makefile' (11,799) at 20240405153045645 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7742-cpg-mssr.h' (11,800) at 20210307214931330 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (11,801) at 20241031080012179 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.hpp' (11,802) at 20241112090003098 to deleted uid set 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/idle.h' (11,803) at 20240405153052789 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/emconfig' (11,804) at 20221213040024897 2025-03-14 03:00:46.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/run_checks.py' (11,805) at 20240405153054225 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_overview/test_obmc_gui_server_overview.robot' (11,806) at 20241023080016467 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fpga/fpga-region.h' (11,807) at 20240613080016499 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/087' (11,808) at 20210927100127481 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch' (11,809) at 20240301090012427 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/0001-docs-Disable-building.patch' (11,810) at 20221003030013257 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/linear_range.h' (11,811) at 20240405153052721 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_ttm.c' (11,812) at 20240405153048781 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/andes/irq.h' (11,813) at 20240624080012816 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-spe-modes.S' (11,814) at 20210307214926370 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-1.conf' (11,815) at 20230412080023460 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081-luxul-xap-1410.dts' (11,816) at 20240405153229871 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbushelper_mock.hpp' (11,817) at 20210308005116217 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/machine.h' (11,818) at 20220525020654611 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/strace/groups/file' (11,819) at 20210307214932578 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_mon.c' (11,820) at 20210307214928614 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/time.c' (11,821) at 20240405153046509 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/mv-xor.txt' (11,822) at 20210307214925310 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (11,823) at 20241206090014278 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/gpio-uniphier.c' (11,824) at 20210308005003376 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/list.h' (11,825) at 20240405153053457 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bcd.c' (11,826) at 20210307214931790 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/README.pybootchart' (11,827) at 20210307205554642 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/mac.h' (11,828) at 20240405153230955 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/README' (11,829) at 20210812000025310 2025-03-14 03:00:46.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-section.err' (11,830) at 20240906080037560 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kprobes/Makefile' (11,831) at 20210307214932126 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nisqually.json' (11,832) at 20240123090005495 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/arm/hypercall.h' (11,833) at 20240405153052957 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ll_cache.json' (11,834) at 20240405153232223 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h' (11,835) at 20210307214926218 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-eztv.c' (11,836) at 20210307214928782 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/gpr_defconfig' (11,837) at 20240405153045993 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png' (11,838) at 20230804080018091 to deleted uid set 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mmp.c' (11,839) at 20240405153049201 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/Kconfig' (11,840) at 20210308005002788 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/Makefile' (11,841) at 20240405153047257 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/local_storage.c' (11,842) at 20240405153052981 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-u.out' (11,843) at 20210308005046409 to deleted uid set 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle.dts' (11,844) at 20210308005003760 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl902d.h' (11,845) at 20210309003649824 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/conf-notes.txt' (11,846) at 20220913030020492 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/encrypted-keys/encrypted.c' (11,847) at 20240405153053473 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.yaml' (11,848) at 20240405153045085 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/atc260x-onkey.c' (11,849) at 20220525020653179 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp869.c' (11,850) at 20210307214931178 2025-03-14 03:00:46.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/Kconfig' (11,851) at 20240405153048801 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-gxp.c' (11,852) at 20240405153230675 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp1251.c' (11,853) at 20210307214931178 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cryptodev-vhost-user.h' (11,854) at 20210308005046053 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-probes-ipc3.c' (11,855) at 20240405153054005 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/interface.hpp' (11,856) at 20230714080040163 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-usi.c' (11,857) at 20240405153051769 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ampere/event/meson.build' (11,858) at 20241125090040576 to deleted uid set 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-r40-ccu.c' (11,859) at 20241211090212294 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/servalt/Makefile' (11,860) at 20210308005003020 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ResolutionStep_v1.xml' (11,861) at 20240619080002936 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/coda_linux.c' (11,862) at 20240405153231647 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-PA-Philadelphia' (11,863) at 20210307205553754 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-smd.c' (11,864) at 20240405153046769 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_cmd.c' (11,865) at 20240405153051901 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/standard_device_tests.cpp' (11,866) at 20240817080031288 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/shdma-base.h' (11,867) at 20210307214931506 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/bootm.c' (11,868) at 20210308005002840 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/solum_pssf162202_psu.json' (11,869) at 20220601030005869 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/odata-v4.json' (11,870) at 20240529080008499 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/msi2500/Kconfig' (11,871) at 20240405153049569 2025-03-14 03:00:46.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm2000.h' (11,872) at 20210307214932350 2025-03-14 03:00:46.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c' (11,873) at 20210307214928814 2025-03-14 03:00:46.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_1_4_offset.h' (11,874) at 20240405153047765 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/heaps/cma_heap.c' (11,875) at 20240919080017050 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-verdin-wifi.dtsi' (11,876) at 20240405153045829 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/apss-ipq-pll.c' (11,877) at 20240405153230219 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (11,878) at 20221122040015511 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/gfs2_ondisk.h' (11,879) at 20220525020654667 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts' (11,880) at 20240405153045773 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kfence/.kunitconfig' (11,881) at 20240405153053129 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imagetool.c' (11,882) at 20210308005003764 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/hyperv-proto.h' (11,883) at 20221215040039182 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/sigp.c' (11,884) at 20240405153046297 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/ucc_geth_ethtool.c' (11,885) at 20240405153049933 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c' (11,886) at 20240405153230827 2025-03-14 03:00:46.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_reg.h' (11,887) at 20220525020652859 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/proc.c' (11,888) at 20240405153052369 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utmath.c' (11,889) at 20210307214926846 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/038.out' (11,890) at 20210308005046437 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmu.c' (11,891) at 20240906080037528 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/config-validator.cpp' (11,892) at 20240824080021954 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/LICENSE' (11,893) at 20210308005111457 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/rc' (11,894) at 20210307205554494 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/ply/__init__.py' (11,895) at 20210307205554258 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/builtin/main.c' (11,896) at 20240405153046681 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/directives/username-validator.js' (11,897) at 20210308005107065 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_83xx.c' (11,898) at 20220525020654071 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ar5523/ar5523.c' (11,899) at 20240613080016443 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch' (11,900) at 20230131040012027 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/intro.rst' (11,901) at 20210307214925602 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_fru_device.robot' (11,902) at 20240628080017113 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/speedstep.h' (11,903) at 20210308005002880 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/fw_env.config' (11,904) at 20220916030015744 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/power-supply-monitor@.service' (11,905) at 20210308005405942 2025-03-14 03:00:46.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/tee.rst' (11,906) at 20240405153045265 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus.c' (11,907) at 20241211090212554 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libyang/libyang/0001-test_context-skip-test-case-test_searchdirs.patch' (11,908) at 20230401080011935 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone1000-standard.scc' (11,909) at 20220804030014671 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Erikslund_Bergasen' (11,910) at 20210307205553778 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso' (11,911) at 20240405153045729 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gma_device.c' (11,912) at 20240405153048421 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d34ek.dts' (11,913) at 20240405153045469 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_cirrus_common.h' (11,914) at 20240405153053953 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/util.c' (11,915) at 20240405153054177 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb' (11,916) at 20210812000025246 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_fw.c' (11,917) at 20241011080017295 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/cassini.h' (11,918) at 20240405153050305 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/MAINTAINERS' (11,919) at 20210308005002916 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-Use-unsigned-int-type-for-1-bit-integer-bitfield.patch' (11,920) at 20230131040012027 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c' (11,921) at 20210307214929478 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/highmem.h' (11,922) at 20240405153046385 2025-03-14 03:00:46.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity-target.c' (11,923) at 20240805080013963 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.h' (11,924) at 20210307214929914 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpni.c' (11,925) at 20210308005003432 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_station.c' (11,926) at 20240405153232043 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/Makefile' (11,927) at 20210307214929226 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2cd-valve-steamlink.dts' (11,928) at 20240405153045585 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb' (11,929) at 20241221090017544 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/bcsr.c' (11,930) at 20210307214926186 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/mpesw.h' (11,931) at 20240405153050125 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wm8770.txt' (11,932) at 20210307214925438 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c' (11,933) at 20240712080021065 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5755.yaml' (11,934) at 20240405153045073 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_ti814x.c' (11,935) at 20210308005002756 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/monitors/wip/wip.h' (11,936) at 20240405153053061 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/statfs.h' (11,937) at 20210307214926122 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/Makefile' (11,938) at 20210307214929898 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/elfcore-compat.h' (11,939) at 20220525020651998 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x-transaction.c' (11,940) at 20210307214932210 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/management-style.rst' (11,941) at 20210307214925554 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_event.h' (11,942) at 20210307214929178 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpf/bpf_dummy_struct_ops.c' (11,943) at 20240405153053189 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy.bb' (11,944) at 20241206090014274 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/zero.c' (11,945) at 20210309003653208 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/features.rst' (11,946) at 20240405153229747 2025-03-14 03:00:46.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_bitfields.c' (11,947) at 20240405153054269 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-meson-Re-added-required-lines-accidentally-removed.patch' (11,948) at 20241221090017692 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/031.out' (11,949) at 20210308005046437 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6a-io.dts' (11,950) at 20240405153045821 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine_3.21.0.bb' (11,951) at 20241221090017516 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/windows_equally_evictable.c' (11,952) at 20210308005100993 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h' (11,953) at 20210308005002640 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-dynamic-replicator.yaml' (11,954) at 20240405153045013 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_chmap.c' (11,955) at 20220525020655107 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/meson-ir-tx.c' (11,956) at 20240405153049513 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/TODO' (11,957) at 20240405153051881 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pl080.c' (11,958) at 20240405153045685 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts' (11,959) at 20240405153045821 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.prettierrc.yaml' (11,960) at 20221207040044383 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368.dtsi' (11,961) at 20210308005002608 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.h' (11,962) at 20240405153230419 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/pai_crypto.json' (11,963) at 20240405153054117 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm80.rst' (11,964) at 20210307214925502 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt' (11,965) at 20210307214925294 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_notify.c' (11,966) at 20220525020654311 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/demux.h' (11,967) at 20210307214931542 2025-03-14 03:00:46.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-blk.h' (11,968) at 20221215040039186 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/pinctrl.h' (11,969) at 20210308005003628 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/253.out' (11,970) at 20240326080039730 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_txrx_common.h' (11,971) at 20240405153050041 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/i2c-mxv7.c' (11,972) at 20210308005002724 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt715.c' (11,973) at 20240405153053957 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_irongate.h' (11,974) at 20210307214925646 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6002.dtsi' (11,975) at 20240405153045717 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/gpio-keys.yaml' (11,976) at 20240405153045077 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-co-timeout.c' (11,977) at 20221215040039406 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/stackprotector.h' (11,978) at 20240405153046129 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/lowlevel_init.S' (11,979) at 20210308005002824 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/gcw0.dts' (11,980) at 20240405153045989 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/linuxboot_dma.bin' (11,981) at 20210308005046149 to deleted uid set 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_backlight.h' (11,982) at 20240405153048745 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/Makefile' (11,983) at 20240405153230687 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fib6.h' (11,984) at 20240405153052893 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_nor_defconfig' (11,985) at 20210308005003264 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensa-linux-user.mak' (11,986) at 20210927100127057 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml' (11,987) at 20240405153045153 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/novena.h' (11,988) at 20210308005003016 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb' (11,989) at 20240113090014540 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/MAINTAINERS' (11,990) at 20210308005003016 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/obmc-security-response-team.md' (11,991) at 20221209040006399 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/Kconfig' (11,992) at 20210308005003048 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/uv_mmtimer.c' (11,993) at 20210307214926958 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.c' (11,994) at 20220525020652510 2025-03-14 03:00:46.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb' (11,995) at 20241221090017516 to deleted uid set 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Reference_Checker.robot' (11,996) at 20240627080021052 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/cmsdk-apb-watchdog.c' (11,997) at 20241211090212354 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sa11x0-dma.c' (11,998) at 20240405153047005 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring2.sh' (11,999) at 20230627080016966 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/Makefile' (12,000) at 20210308005002996 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/imb.c' (12,001) at 20210308004938832 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts' (12,002) at 20240405153045589 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/common.c' (12,003) at 20240805080014071 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/atomic/Atomic-RMW+mb__after_atomic-is-stronger-than-acquire.litmus' (12,004) at 20210309003648432 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s-mk802.dts' (12,005) at 20240405153045377 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/bootmap.h' (12,006) at 20241211090212442 2025-03-14 03:00:46.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/serial.h' (12,007) at 20210307214926390 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c' (12,008) at 20240411080014110 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/edb93xx.h' (12,009) at 20210308005003592 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98504.h' (12,010) at 20210307214932314 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/mini_inflate.c' (12,011) at 20210308005003548 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/nic0_qpc0_regs.h' (12,012) at 20240405153046597 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/dk-All' (12,013) at 20210307205553766 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio_0.3.113.bb' (12,014) at 20220502030010176 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/kernel-api/writing-an-alsa-driver.rst' (12,015) at 20240405153229827 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/alignment.sh' (12,016) at 20220405030025645 2025-03-14 03:00:46.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tw9906.c' (12,017) at 20240405153049341 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/debug.h' (12,018) at 20220525020655167 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/macboing.c' (12,019) at 20210309003648820 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/tee-dev.h' (12,020) at 20210524100034906 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_dumb.c' (12,021) at 20240405153048701 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/ufs_fs.h' (12,022) at 20210307214931254 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/Makefile' (12,023) at 20240405153049705 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/debug.h' (12,024) at 20240405153050649 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/ppc4xx.h' (12,025) at 20240906080037336 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb' (12,026) at 20240921080016394 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/i2s.h' (12,027) at 20210307214932410 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymongo_4.10.1.bb' (12,028) at 20241221090017560 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/brcm,bcm2835-aux-uart.txt' (12,029) at 20210307214925418 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-inventory-sensors.yaml' (12,030) at 20240110090012776 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/cairo/cairo_1.18.2.bb' (12,031) at 20241221090017684 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/ls1012afrdm.c' (12,032) at 20210308005002964 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/intel-pt-test.c' (12,033) at 20240405153054093 2025-03-14 03:00:46.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bl_bit_32.h' (12,034) at 20210307214926550 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evregion.c' (12,035) at 20240830080013247 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/example/example.hpp' (12,036) at 20231021080029918 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/wic/systemd-bootdisk-dmverity.wks.in' (12,037) at 20240413080012667 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-core.c' (12,038) at 20240906080037444 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dts' (12,039) at 20240405153229923 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bios-verify.target.in' (12,040) at 20210308005120349 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_intel_trace.h' (12,041) at 20210307214932254 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-jvc.c' (12,042) at 20210307214928774 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch' (12,043) at 20230706080014745 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl818.c' (12,044) at 20240405153046901 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/TODO' (12,045) at 20210307214927974 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/qcserial.c' (12,046) at 20241115090012961 2025-03-14 03:00:46.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zramstop' (12,047) at 20210307205553938 2025-03-14 03:00:46.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_0_2_sh_mask.h' (12,048) at 20240405153048093 2025-03-14 03:00:46.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/json_utils.cpp' (12,049) at 20240820080027374 to deleted uid set 2025-03-14 03:00:46.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/grays.vue' (12,050) at 20220105012522959 2025-03-14 03:00:46.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/service_data.cpp' (12,051) at 20230516080019602 2025-03-14 03:00:46.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu.c' (12,052) at 20241211090212494 2025-03-14 03:00:46.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/ddr.c' (12,053) at 20210308005002988 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/Kconfig' (12,054) at 20210308005002732 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_mld.sh' (12,055) at 20240613080016567 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/push507c.h' (12,056) at 20210309003649824 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.yaml' (12,057) at 20240405153045153 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/memcontrol.c' (12,058) at 20241118090018511 to deleted uid set 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_oss.c' (12,059) at 20210307214932438 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig' (12,060) at 20210308005003236 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/Makefile' (12,061) at 20240405153054037 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/Makefile' (12,062) at 20210308005003008 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/lantiq_asc.txt' (12,063) at 20210307214925418 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-nice-design.rst' (12,064) at 20240405153045301 2025-03-14 03:00:46.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tca642x.c' (12,065) at 20210308005003380 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/radeon.h' (12,066) at 20210308005003684 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_bad_add_dup_node.dtso' (12,067) at 20240405153231279 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/rcar-sysc.c' (12,068) at 20240405153231351 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9263_devices.c' (12,069) at 20210308005002712 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/orangepi.rst' (12,070) at 20230925080039845 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/include/asm/page.h' (12,071) at 20240503080014462 to deleted uid set 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-apollo.h' (12,072) at 20210307214926166 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kaslr.h' (12,073) at 20210307214926666 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/falcon/prom.c' (12,074) at 20210307214926266 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/documentation-file-ref-check' (12,075) at 20240405153053445 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/Makefile' (12,076) at 20220525020652290 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig' (12,077) at 20210308005003268 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Sorviselka' (12,078) at 20210307205553774 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/sdram_config.h' (12,079) at 20210308005002952 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb' (12,080) at 20241221090017504 2025-03-14 03:00:46.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/Kconfig' (12,081) at 20210308005003048 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ksyms_module.c' (12,082) at 20240405153054277 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/attach.c' (12,083) at 20241211090145453 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta_dps-750xb_psu.json' (12,084) at 20220601030005861 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c' (12,085) at 20210307214927282 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/designware_i2c.c' (12,086) at 20210308005003380 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/bmips_stb_defconfig' (12,087) at 20240405153045993 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vt8500lcdfb.h' (12,088) at 20210307214930950 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/watch.cpp' (12,089) at 20240820080021222 to deleted uid set 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-ir-acs.yml' (12,090) at 20240106090017229 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/mpc8610_hpcd.c' (12,091) at 20240405153053933 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-Make-space-for-flags-from-environment.patch' (12,092) at 20210307205553846 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_mhccif.h' (12,093) at 20240405153231267 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-r9701.c' (12,094) at 20220525020653955 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml' (12,095) at 20210307214925330 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7780.c' (12,096) at 20210307214926566 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_sys_io.patch' (12,097) at 20210307205553750 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-av/0001-all-Drop-xmlRecoverMemory.patch' (12,098) at 20230811080018298 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/pci.h' (12,099) at 20210307214926222 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1296.dtsi' (12,100) at 20240405153045797 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyrynsalmi_Paljakka' (12,101) at 20210307205553770 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json' (12,102) at 20230807080022150 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/arm-vgic-info.h' (12,103) at 20220525020654575 2025-03-14 03:00:46.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mrc/quark.h' (12,104) at 20210308005003636 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/leds/leds-netxbig.c' (12,105) at 20220525020653215 to deleted uid set 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/iot_devkit.dts' (12,106) at 20210308005002544 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-rsk/devices-rsk7264.c' (12,107) at 20210307214926538 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/mpc8308rdb.c' (12,108) at 20210308005002976 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-pam.c' (12,109) at 20210927100127641 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/netifnames.patch' (12,110) at 20240413080012687 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/sl811-hcd.c' (12,111) at 20210308005003516 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/Makefile' (12,112) at 20210307214928842 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/acl.c' (12,113) at 20240405153231691 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/cooker.py' (12,114) at 20210307205554258 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_ethtool.c' (12,115) at 20240405153050257 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_lm87_sensor.c' (12,116) at 20240405153049225 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_scsi.h' (12,117) at 20240405153051601 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml' (12,118) at 20240405153045177 2025-03-14 03:00:46.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z196/crypto.json' (12,119) at 20240405153054117 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/dbx500-prcmu.h' (12,120) at 20240405153231819 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/index.rst' (12,121) at 20240405153045209 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/event.py' (12,122) at 20240113090014544 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-pcie.c' (12,123) at 20241114091008828 to deleted uid set 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_edcasetting_regdef.h' (12,124) at 20210307214930638 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/of_net.c' (12,125) at 20240405153232007 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_pm_irq.h' (12,126) at 20220525020652887 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@200/power-supply@69.conf' (12,127) at 20240904080027734 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fbcon.h' (12,128) at 20220804100016068 2025-03-14 03:00:46.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mii.h' (12,129) at 20210307214931642 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/am335x-fb.c' (12,130) at 20210308005003520 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/acl.h' (12,131) at 20240405153052349 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/obmcconsole1' (12,132) at 20240613080020632 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-raw-vbi.rst' (12,133) at 20240405153045313 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/chromeos_tbmc.c' (12,134) at 20210307214930130 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/gcovr.cfg' (12,135) at 20240808080032608 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/xen-front.rst' (12,136) at 20210307214925498 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-iris-v2.dts' (12,137) at 20240405153045529 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/jump_label.c' (12,138) at 20210307214926594 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/Kconfig' (12,139) at 20240405153052229 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/tagged-pointers.txt' (12,140) at 20240405153229835 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds28e17.c' (12,141) at 20240405153052233 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc_file.cpp' (12,142) at 20240830080017495 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dt-extract-compatibles' (12,143) at 20240405153232103 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-pfault-analysis-error-native_git.bb' (12,144) at 20210812000025166 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/213' (12,145) at 20210927100127493 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/maxbcm_defconfig' (12,146) at 20210308005003268 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/obmc/system/__init__.py' (12,147) at 20221209040046691 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c' (12,148) at 20240405153054245 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/u-boot-spl.lds' (12,149) at 20210308005002544 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/fetch.py' (12,150) at 20230919080013982 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/tifm_core.c' (12,151) at 20240405153049649 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_pagination.scss' (12,152) at 20220105012522983 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/SBx81LIFKW.h' (12,153) at 20210308005003580 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfsproc.c' (12,154) at 20240405153052441 2025-03-14 03:00:46.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cable/meson.build' (12,155) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c' (12,156) at 20240405153230351 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/common.c' (12,157) at 20240405153045673 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.27.0.bb' (12,158) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.gitignore' (12,159) at 20221026030027615 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_defs.h' (12,160) at 20210309003652708 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/.clang-format' (12,161) at 20240829080009326 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/sysfs.c' (12,162) at 20240712080021089 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_bflt.py' (12,163) at 20241211090212538 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/scripts.c' (12,164) at 20210307214932582 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/floating-point.json' (12,165) at 20240405153054125 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_pm.h' (12,166) at 20240405153048477 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/frontend-cardlist.rst' (12,167) at 20220525020651646 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb' (12,168) at 20240413080012663 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-twr.dts' (12,169) at 20240405153045537 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8dxl.dtsi' (12,170) at 20240405153045725 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/task_barrier.h' (12,171) at 20240405153231795 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/throttle.txt' (12,172) at 20220429100100426 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/ipmisnoop/ipmisnoop.cpp' (12,173) at 20241120090021304 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/Kconfig' (12,174) at 20240405153051945 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/configs/generic_defconfig' (12,175) at 20240405153045913 2025-03-14 03:00:46.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388.dtsi' (12,176) at 20240405153045449 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/spi/cxd2880-spi.c' (12,177) at 20240405153049521 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/const_structs.checkpatch' (12,178) at 20210308005003728 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pepper_defconfig' (12,179) at 20210308005003272 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/image.h' (12,180) at 20210307214927906 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,mps2-timer.txt' (12,181) at 20210307214925446 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/bitmap.c' (12,182) at 20210307214931194 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h' (12,183) at 20240405153047157 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pfuze100-regulator.c' (12,184) at 20240405153231363 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/qapidoc.py' (12,185) at 20240906080037176 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/guruplug.h' (12,186) at 20210308005002904 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (12,187) at 20241211090212530 to deleted uid set 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8903.c' (12,188) at 20240405153232167 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/sysfillrect.c' (12,189) at 20240405153052189 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/run-ptest' (12,190) at 20241206090014314 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctsrc.c' (12,191) at 20220525020654991 2025-03-14 03:00:46.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6-engicam.h' (12,192) at 20210308005003596 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/certificate-modal-remove.html' (12,193) at 20210308005107069 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/adv_swbutton.c' (12,194) at 20240405153051393 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-ne2k_pci.rom' (12,195) at 20210308005046137 to deleted uid set 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/fallback-passwd' (12,196) at 20210307205554542 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-pthread-attr-setaffinity-np.c' (12,197) at 20210307214932470 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/Host.interface.yaml' (12,198) at 20221207040023627 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyscaffold_4.5.bb' (12,199) at 20230811080018306 to deleted uid set 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/error-image.bb' (12,200) at 20210307205554386 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/perf_regs.c' (12,201) at 20240405153046193 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-2.0' (12,202) at 20210307205554418 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_d.c' (12,203) at 20210308005046521 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_signal.h' (12,204) at 20241211090212218 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/virtio/index.rst' (12,205) at 20240405153045197 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/cdx_controller.h' (12,206) at 20240405153046741 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/dfu.c' (12,207) at 20210308005003224 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powercap.hpp' (12,208) at 20241212090017799 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-booleanpy_4.0.bb' (12,209) at 20231011080016610 to deleted uid set 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iotkit-secctl.c' (12,210) at 20241211090212294 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smc91c92_cs.c' (12,211) at 20240405153050297 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/smfs.h' (12,212) at 20240405153050129 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/m68k/kernel-options.rst' (12,213) at 20240405153044977 2025-03-14 03:00:46.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/pcie_cards.json' (12,214) at 20240127090024788 to deleted uid set 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_ptp.h' (12,215) at 20210309003651196 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/cpu_families.rst' (12,216) at 20240405153045245 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/zynqpl.c' (12,217) at 20210308005003376 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/nal-h264.c' (12,218) at 20240405153049393 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/README.md' (12,219) at 20221207040044383 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_mac.c' (12,220) at 20240405153050449 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb' (12,221) at 20240302090018210 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_AUDIT.c' (12,222) at 20220525020654879 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/sigcontext.h' (12,223) at 20240405153229999 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/unwind.c' (12,224) at 20240405153230003 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/tests/ir-tests.cpp' (12,225) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sh_dac_audio.h' (12,226) at 20210307214931602 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt' (12,227) at 20210309003648380 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-arm64.h' (12,228) at 20240405153232287 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/event_attributes_test.c' (12,229) at 20210307214932706 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5410.c' (12,230) at 20240405153230239 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/python-use.c' (12,231) at 20240405153054169 2025-03-14 03:00:46.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/0003-bind-Makefile.in-regenerate-configure.patch' (12,232) at 20220402030015899 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/apei/ghes.c' (12,233) at 20240405153230167 to deleted uid set 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/streamline_config.pl' (12,234) at 20240405153053453 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/Kconfig' (12,235) at 20240405153050397 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-ba16.dtsi' (12,236) at 20240405153045501 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/scripts/lib/devtool/upgrade.py' (12,237) at 20241221090017700 to deleted uid set 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/auth_x.h' (12,238) at 20210307214931902 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/gpio-fault-injection.rst' (12,239) at 20240405153045217 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch' (12,240) at 20241221090017672 to deleted uid set 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd.inc' (12,241) at 20241221090017644 to deleted uid set 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_lib.c' (12,242) at 20240405153232123 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/encrypted-keys/ecryptfs_format.c' (12,243) at 20210309003654552 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8995.c' (12,244) at 20240405153232171 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_acc.c' (12,245) at 20210307214926270 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/run-ci' (12,246) at 20220315030032651 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v4_3.h' (12,247) at 20240405153047153 2025-03-14 03:00:46.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/omap1-mux.h' (12,248) at 20240405153052797 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/microdev_defconfig' (12,249) at 20240405153046309 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_tx_mib.c' (12,250) at 20240405153050705 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/Enable.interface.yaml' (12,251) at 20220315030032667 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/0001-Fix-build-with-clang.patch' (12,252) at 20210316000012677 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-lxa-tac-gen1.dts' (12,253) at 20240405153229903 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/i8259_internal.h' (12,254) at 20230426080043764 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_server.cpp' (12,255) at 20240904080027106 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/philips.rc5' (12,256) at 20210307205553758 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb' (12,257) at 20241221090017504 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_super.h' (12,258) at 20240405153231787 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/Makefile' (12,259) at 20210307214929798 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_audio_regs.h' (12,260) at 20240405153048437 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_port.c' (12,261) at 20241211090212318 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/Kconfig' (12,262) at 20240405153050349 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/make_id_name.cpp' (12,263) at 20231228090030524 to deleted uid set 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/firmware-usage-guidelines.rst' (12,264) at 20240405153045189 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lan966x-hwmon.c' (12,265) at 20240405153230663 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/reg_fields_def.h.inc' (12,266) at 20210927100127385 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imgtec/clk-boston.c' (12,267) at 20210307214926978 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfleu.c' (12,268) at 20210308005046529 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfrem.c' (12,269) at 20210307214926334 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0022-avoid-missing-LOCK_EX-declaration.patch' (12,270) at 20241206090014246 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ich.h' (12,271) at 20210308005003492 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-2.c' (12,272) at 20240326080039742 2025-03-14 03:00:46.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/integrator.h' (12,273) at 20240405153045689 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/elf.c' (12,274) at 20240405153229999 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/twl4030.h' (12,275) at 20210308005003688 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/wakeup-latency-record' (12,276) at 20210307214932566 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/landing.html' (12,277) at 20240106090017249 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/ptrace.c' (12,278) at 20240405153229911 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx6sx.c' (12,279) at 20240405153046785 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ns16550.h' (12,280) at 20210308005003676 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/rbtree.rst' (12,281) at 20220525020651658 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/rs.c' (12,282) at 20240405153050529 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/bblayers.conf.sample' (12,283) at 20240323080013545 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/gcm.h' (12,284) at 20240405153052625 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ax-Smedsbole' (12,285) at 20210307205553766 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (12,286) at 20230930080011588 2025-03-14 03:00:46.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_esai.h' (12,287) at 20210307214932374 2025-03-14 03:00:46.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_3_0_sh_mask.h' (12,288) at 20210307214927330 2025-03-14 03:00:46.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/Makefile' (12,289) at 20210308005003028 2025-03-14 03:00:46.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_route.h' (12,290) at 20210307214929182 2025-03-14 03:00:46.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ism.h' (12,291) at 20240405153052713 2025-03-14 03:00:46.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/fsl_pamu.h' (12,292) at 20220525020653195 2025-03-14 03:00:46.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/dm.h' (12,293) at 20210307214929930 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/ethtool.c' (12,294) at 20240405153050281 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_interrupts.S' (12,295) at 20240405153046161 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi' (12,296) at 20240405153229919 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/weston.py' (12,297) at 20220910030013401 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/thunk_32.S' (12,298) at 20220818100014667 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-su3000.c' (12,299) at 20210307214928782 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive.h' (12,300) at 20241211090212362 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/CsrCountryCodes.js' (12,301) at 20241004080035971 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_qmc_audio.c' (12,302) at 20240805080014067 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c' (12,303) at 20240405153047201 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/cpus.yaml' (12,304) at 20240405153229795 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/gem.h' (12,305) at 20220525020653015 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-lpc32xx.c' (12,306) at 20240405153046877 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb' (12,307) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_main.c' (12,308) at 20240405153049117 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_NAND_defconfig' (12,309) at 20210308005003244 2025-03-14 03:00:46.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-socket.c' (12,310) at 20230517080015649 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rv1108-cru.h' (12,311) at 20210308005003632 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (12,312) at 20210830100033700 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-data.json' (12,313) at 20210308005046401 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/contributing.rst' (12,314) at 20240405153045189 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-core/busybox/busybox_%.bbappend' (12,315) at 20220204040022588 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seqlock.h' (12,316) at 20241211090145537 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/vmware.conf' (12,317) at 20220525020655183 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/atomics.c' (12,318) at 20240405153054265 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_pci.h' (12,319) at 20240405153051661 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_aead.c' (12,320) at 20240405153046937 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs/0001-Greet-OE-Core.patch' (12,321) at 20241206090014294 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CRP0/meson.build' (12,322) at 20230825080021133 to deleted uid set 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson-a1-power.h' (12,323) at 20240405153231799 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/supervisord.conf' (12,324) at 20210307205554030 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml' (12,325) at 20240405153229795 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/bnode.c' (12,326) at 20240405153052377 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.c' (12,327) at 20210307214927950 2025-03-14 03:00:46.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/meson.build' (12,328) at 20240920080030747 to deleted uid set 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/subprojects/phosphor-dbus-interfaces.wrap' (12,329) at 20220708100026731 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/img/boston.dts' (12,330) at 20240405153045989 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/console/obmc-console/obmc-console.conf' (12,331) at 20230512080018777 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/softing_fw.c' (12,332) at 20220525020653419 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/altera-a10sr.h' (12,333) at 20210307214931422 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610.dtsi' (12,334) at 20240405153045537 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_fpu.h' (12,335) at 20210307214926382 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/ipset/ip_set_hash.h' (12,336) at 20210307214931454 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fb.c' (12,337) at 20240405153230555 to deleted uid set 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/start.S' (12,338) at 20210308005002800 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/soci_4.0.3.bb' (12,339) at 20241206090014250 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml' (12,340) at 20240405153045137 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c' (12,341) at 20240405153051973 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/epapr_hcalls.h' (12,342) at 20210307214926394 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hdmi.h' (12,343) at 20240405153052697 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/cdns,xspi.yaml' (12,344) at 20240405153045173 2025-03-14 03:00:46.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_chain.c' (12,345) at 20210309003651148 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/Kconfig' (12,346) at 20210307214930670 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/ts5500/Makefile' (12,347) at 20210307214926746 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/selq.c' (12,348) at 20240418080014498 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sockex2_user.c' (12,349) at 20240405153053425 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_allocator.c' (12,350) at 20240405153049089 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-milbeaut.c' (12,351) at 20210307214927050 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx64-a0.dts' (12,352) at 20240405153045433 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_arp.h' (12,353) at 20220525020654671 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SBS6-74w' (12,354) at 20210307205553762 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/export.c' (12,355) at 20240405153052369 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-aster.dtsi' (12,356) at 20240405153045529 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_entity.c' (12,357) at 20240405153049445 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/Kconfig' (12,358) at 20210307214930150 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/stm.h' (12,359) at 20210307214928150 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere-host-reboot@.service' (12,360) at 20230508080011774 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/README.md' (12,361) at 20240906080037484 2025-03-14 03:00:46.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_mf624.c' (12,362) at 20220525020654239 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-kallsyms.c' (12,363) at 20240405153054097 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/setup-sh7750.c' (12,364) at 20210307214926562 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Assembly_v1.xml' (12,365) at 20240619080002920 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/qeth.h' (12,366) at 20210307214926514 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.json' (12,367) at 20210308005046401 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/Kconfig' (12,368) at 20240405153048553 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/xd.h' (12,369) at 20210307214930674 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/150' (12,370) at 20220429100100910 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_fuloong2e.py' (12,371) at 20241211090212538 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-json.cpp' (12,372) at 20240824080021954 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-rpm.c' (12,373) at 20240405153230735 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/imx25_pdk.c' (12,374) at 20241211090212246 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/alpha-agp.c' (12,375) at 20210307214926934 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/mon.c' (12,376) at 20241211090145473 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_main.c' (12,377) at 20241220090018314 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb' (12,378) at 20240302090018210 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/env-lib.c' (12,379) at 20210308005003056 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-book3s-v3.c' (12,380) at 20240906080037512 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/meson.build' (12,381) at 20210308005059705 to deleted uid set 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz' (12,382) at 20210307205554590 to deleted uid set 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-tw28.c' (12,383) at 20210309003650336 2025-03-14 03:00:46.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section.c' (12,384) at 20241114091008832 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/minimal.c' (12,385) at 20240405153050145 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-cht-wcove.rst' (12,386) at 20240405153045225 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/index.scss' (12,387) at 20210308005107073 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-msi-digivox-ii.c' (12,388) at 20210307214928782 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-warp.dts' (12,389) at 20240405153045521 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/kgdb.h' (12,390) at 20210308005003656 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/clut_vga16.ppm' (12,391) at 20210307214930950 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/u-boot.h' (12,392) at 20210308005003560 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-payload-annotations-v1.json' (12,393) at 20240824080002938 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_80211_rx.c' (12,394) at 20210307214929862 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/migration.c' (12,395) at 20241211090212346 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.h' (12,396) at 20240405153050125 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig' (12,397) at 20210308005003240 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-r8a7740.c' (12,398) at 20240405153045689 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_l2.h' (12,399) at 20240405153050229 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.3.4.bb' (12,400) at 20231126090012781 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_colors.scss' (12,401) at 20220105012522983 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/bx50v3.cfg' (12,402) at 20210308005003000 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso' (12,403) at 20240405153045745 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/olympus-nuvoton-inventory-cleanup/inventory-cleanup.yaml' (12,404) at 20210721000034682 2025-03-14 03:00:46.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/Kconfig' (12,405) at 20240405153048997 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c' (12,406) at 20240913080013789 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi4_core.h' (12,407) at 20220525020652975 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_serialize.hpp' (12,408) at 20240726080021431 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/inode.c' (12,409) at 20241008080013995 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.h' (12,410) at 20240405153049469 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/sp8870.c' (12,411) at 20240405153051849 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/super.c' (12,412) at 20210307214931002 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.commands.spl' (12,413) at 20210308005003292 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i.dtsi' (12,414) at 20210308005002620 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/build.patch' (12,415) at 20230706080014757 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/hotswap-power-cycle/hotswap-power-cycle.bb' (12,416) at 20241206090014226 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch' (12,417) at 20231014080011723 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/renesas_sci.c' (12,418) at 20241211090212258 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/if_usb.h' (12,419) at 20210307214929874 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light/classic-light.xml' (12,420) at 20210307205553746 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/Makefile' (12,421) at 20210308005002784 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_dp.c' (12,422) at 20240405153230647 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-6192.dtsi' (12,423) at 20240405153045453 2025-03-14 03:00:46.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/connector/proc_filter.c' (12,424) at 20240405153232263 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-hc4.dts' (12,425) at 20240405153229919 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/rock.h' (12,426) at 20210309003653612 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_dma.c' (12,427) at 20240405153231235 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/isotp.h' (12,428) at 20240405153052909 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apalis_imx6.h' (12,429) at 20210308005003584 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareModalSwitchToRunning.vue' (12,430) at 20241004080035967 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/exec.h' (12,431) at 20210307214925666 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/checklitmushist.sh' (12,432) at 20240405153054069 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/pedit_l4port.sh' (12,433) at 20210726100024927 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/prism2mgmt.c' (12,434) at 20240405153051953 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/skl-metrics.json' (12,435) at 20240405153232231 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.h' (12,436) at 20240405153054241 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475EFE_defconfig' (12,437) at 20210308005003236 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/rmobile-reset.c' (12,438) at 20210307214930154 2025-03-14 03:00:46.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/fru.h' (12,439) at 20240909080009515 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/strlen.S' (12,440) at 20240405153229995 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front.c' (12,441) at 20240405153230647 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp-kernel.md' (12,442) at 20221209040006387 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk.dtsi' (12,443) at 20210308005002612 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi' (12,444) at 20241211090145369 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/bitmap.c' (12,445) at 20240405153054161 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sparc/oradax/oracle-dax.rst' (12,446) at 20240405153044981 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi' (12,447) at 20241211090145373 to deleted uid set 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/Makefile' (12,448) at 20240405153046085 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (12,449) at 20241206090014202 to deleted uid set 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.out' (12,450) at 20220429100100882 to deleted uid set 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_vcpu_vector.h' (12,451) at 20240405153230063 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ANTLR-PD-fallback' (12,452) at 20211006000025226 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_translate.h' (12,453) at 20210307214927306 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/Kconfig' (12,454) at 20210307214931898 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb' (12,455) at 20241206090014242 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evsel_fprintf.c' (12,456) at 20240405153054189 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/intel/Kconfig' (12,457) at 20220525020653863 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt' (12,458) at 20210308005003304 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_external.h' (12,459) at 20210307214928050 2025-03-14 03:00:46.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/af9015.h' (12,460) at 20210307214928810 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service.replace' (12,461) at 20210307205554082 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c' (12,462) at 20210309003649800 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Angelholm_Vegeholm' (12,463) at 20210307205553778 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hugetlb.h' (12,464) at 20240405153230091 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/adp5520.c' (12,465) at 20240405153049601 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/signum.c' (12,466) at 20210307214932578 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8550.c' (12,467) at 20240405153230739 2025-03-14 03:00:46.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/xen.h' (12,468) at 20240326080039546 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/bfq-iosched.c' (12,469) at 20241211090145393 to deleted uid set 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/bzr.py' (12,470) at 20210307205554238 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/idle.c' (12,471) at 20240405153046313 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rwlock.h' (12,472) at 20240405153052789 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/starfive-jh7100.h' (12,473) at 20240405153052653 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/Kbuild' (12,474) at 20210307214927950 2025-03-14 03:00:46.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tar.c' (12,475) at 20240405153232283 2025-03-14 03:00:46.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9tmr.h' (12,476) at 20240405153046017 2025-03-14 03:00:46.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acuuid.h' (12,477) at 20240405153052617 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c' (12,478) at 20240830080013259 to deleted uid set 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/adb.h' (12,479) at 20210308005046013 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/amlogic/meson-gx-socinfo.c' (12,480) at 20240405153051753 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-pico-nymph.dts' (12,481) at 20240405153045501 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/st_smi.c' (12,482) at 20210308005003420 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest' (12,483) at 20240301090012431 to deleted uid set 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852ce.c' (12,484) at 20240405153050681 2025-03-14 03:00:46.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/tests/test-utils.hpp' (12,485) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme.h' (12,486) at 20210308005003448 2025-03-14 03:00:46.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90614.yaml' (12,487) at 20240405153045077 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/key/af_key.c' (12,488) at 20240405153232043 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/config.c' (12,489) at 20220525020651986 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/crosstests.conf' (12,490) at 20210309003655968 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tps6507x-ts.c' (12,491) at 20240405153049165 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/setup.h' (12,492) at 20240405153230007 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/sparc64/host-signal.h' (12,493) at 20220429100100642 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/chip_registers.h' (12,494) at 20220525020653127 2025-03-14 03:00:46.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sunne_Blabarskullen' (12,495) at 20210307205553790 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/no-gcrypt-badpath.patch' (12,496) at 20230706080014749 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts' (12,497) at 20220525020651938 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/s5p/Makefile' (12,498) at 20210307214928598 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/tps62360.h' (12,499) at 20240405153052785 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox_0.8.11.bb' (12,500) at 20241206090014246 to deleted uid set 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-common.h' (12,501) at 20210307214928098 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/meson.build' (12,502) at 20210308005045961 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/compare-machine-types.py' (12,503) at 20240906080037440 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils_20240905.bb' (12,504) at 20241221090017676 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio-mux.h' (12,505) at 20210307214931422 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-target.inc' (12,506) at 20241221090017660 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_sa.h' (12,507) at 20220525020652374 2025-03-14 03:00:46.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc4_qm_regs.h' (12,508) at 20240405153046605 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/chan.c' (12,509) at 20241115090012969 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/err.h' (12,510) at 20210308005045769 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-kernel/linux/linux-aspeed/romed8hm3.cfg' (12,511) at 20230126040012359 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/Kconfig' (12,512) at 20210927100127433 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/boxed.rs' (12,513) at 20240405153232095 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/resource.c' (12,514) at 20240405153053089 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/atomic_lse.h' (12,515) at 20240405153045853 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_attrs.sh' (12,516) at 20240405153054293 2025-03-14 03:00:46.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/update_manager.hpp' (12,517) at 20240819080030255 to deleted uid set 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/serial.h' (12,518) at 20210307214926162 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfserl.c' (12,519) at 20240405153053201 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-venc.c' (12,520) at 20240405153046797 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/event.cpp' (12,521) at 20240822080031261 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/b44.c' (12,522) at 20240503080014478 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/applicom.c' (12,523) at 20240405153046745 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/sdio_ops_linux.h' (12,524) at 20220525020654187 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mremap_flags.sh' (12,525) at 20240405153054173 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/Kconfig' (12,526) at 20240405153046849 2025-03-14 03:00:46.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-sys-s3c64xx.h' (12,527) at 20210309003648720 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/renesas_wdt.c' (12,528) at 20240405153052245 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/jaguar2_pcb118.dts' (12,529) at 20240405153045989 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/aten.c' (12,530) at 20240405153046665 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmacpriv.h' (12,531) at 20241211090212230 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-net.h' (12,532) at 20241211090212366 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (12,533) at 20221025030015193 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc' (12,534) at 20240413080012655 to deleted uid set 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-any.json' (12,535) at 20210308005046397 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-dr.c' (12,536) at 20210307214928090 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sctlr.S' (12,537) at 20210308005002552 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains44xx_data.c' (12,538) at 20210307214925922 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/kallsyms-parse.c' (12,539) at 20210307214932522 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/power8-pmu.c' (12,540) at 20240906080037516 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/aarch64-softmmu/default.mak' (12,541) at 20230925080039837 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,sdm845-refgen-regulator.yaml' (12,542) at 20240405153229791 2025-03-14 03:00:46.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_kunit_util.c' (12,543) at 20240405153051385 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch' (12,544) at 20241221090017464 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/st_rc.c' (12,545) at 20240405153049521 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/Makefile' (12,546) at 20240405153048781 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/pmi.c' (12,547) at 20240405153230059 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/math-emu/sfp-util.h' (12,548) at 20240405153046317 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/53c700.rst' (12,549) at 20210307214925558 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/microchip,mcp4728.yaml' (12,550) at 20240405153229767 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (12,551) at 20210823100016972 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch' (12,552) at 20241221090017664 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/harddog_kern.c' (12,553) at 20240405153046341 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/apt.py' (12,554) at 20230503080014611 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rd88f6281-z0.dts' (12,555) at 20240405153045457 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/.gitignore' (12,556) at 20210307214932670 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/resource_lock_table.json' (12,557) at 20221209040018563 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_ct.h' (12,558) at 20240405153231859 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-aimslab.c' (12,559) at 20210307214928770 2025-03-14 03:00:46.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_32.h' (12,560) at 20240405153046141 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spu_callbacks.c' (12,561) at 20240405153046205 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/bcm6328-power-domain.c' (12,562) at 20210308005003468 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/Makefile' (12,563) at 20210307214930638 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd/70-op-vpd.rules' (12,564) at 20210307205554054 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/util.c' (12,565) at 20210308005003728 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/patch.py' (12,566) at 20241206090014306 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c' (12,567) at 20240405153231019 to deleted uid set 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-zii-scu3-esb.dts' (12,568) at 20240405153045493 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c' (12,569) at 20240405153049813 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/Kconfig' (12,570) at 20230925080039905 2025-03-14 03:00:46.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsldma.h' (12,571) at 20210307214927130 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc7280.c' (12,572) at 20240405153230735 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/user_exp_rcv.h' (12,573) at 20240405153049053 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/nvidia,tegra20-gpio.yaml' (12,574) at 20240405153045061 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/elf.S' (12,575) at 20210307214926298 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-null.c' (12,576) at 20240326080039554 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stm32-dfsdm-adc.c' (12,577) at 20240405153230691 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asmmacro-32.h' (12,578) at 20240405153046001 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skalan' (12,579) at 20210307205553790 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/tools-support-relr.sh' (12,580) at 20240405153053461 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10036.dts' (12,581) at 20240405153045537 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk20a.c' (12,582) at 20220525020652963 2025-03-14 03:00:46.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/errno.h' (12,583) at 20210308005003644 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/psplash_%.bbappend' (12,584) at 20241206090014278 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/files/static-group-meta-oe' (12,585) at 20240302090018206 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/cache.h' (12,586) at 20240820080014173 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-buf-sysfs-stats.h' (12,587) at 20240405153046977 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cb710/Kconfig' (12,588) at 20210307214929126 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rapidio/rapidio.rst' (12,589) at 20210309003648412 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/dmi.h' (12,590) at 20210307214925850 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mmap.c' (12,591) at 20240405153049113 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/octeon-hcd.h' (12,592) at 20240405153052101 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/membarrier/membarrier_test_multi_thread.c' (12,593) at 20240405153054325 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/powerpc/include/uapi/asm/errno.h' (12,594) at 20220525020655107 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7635.patch' (12,595) at 20210307205553942 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra71x.dtsi' (12,596) at 20240405153045601 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-zoned.c' (12,597) at 20240405153046521 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/par_io.txt' (12,598) at 20210307214925422 2025-03-14 03:00:46.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/gaccess.h' (12,599) at 20241023080012871 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/read.c' (12,600) at 20210308005003356 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/boot_data.h' (12,601) at 20210307214926506 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/core.c' (12,602) at 20240405153045701 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-sim/platform.c' (12,603) at 20210307214925674 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-hsc-fault@.service' (12,604) at 20240727080014098 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/0001-cmake-Define-WAYLAND_SCANNER-and-WAYLAND_PROTOCOLS_D.patch' (12,605) at 20241221090017528 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_seq.h_shipped' (12,606) at 20210307214930274 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/se.c' (12,607) at 20240405153051185 2025-03-14 03:00:46.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/syscalls/syscall.tbl' (12,608) at 20240710080014577 2025-03-14 03:00:46.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h' (12,609) at 20210307214927782 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/uncore-io.json' (12,610) at 20240405153054141 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5235.h' (12,611) at 20210308005002804 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32_pwr.h' (12,612) at 20210308005002664 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/national.c' (12,613) at 20220525020653687 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_vga.c' (12,614) at 20240405153048625 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-bd718x7.c' (12,615) at 20220525020652302 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/README.hardware.md' (12,616) at 20241221090017604 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-qxl' (12,617) at 20210308005046237 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/npcm7xx.h' (12,618) at 20240906080037328 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/arm,mps2-uart.txt' (12,619) at 20210307214925418 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/README' (12,620) at 20210308005003168 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/skbuff.rst' (12,621) at 20240405153045241 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend' (12,622) at 20210403000023000 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kmp204x.h' (12,623) at 20210308005003600 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/dove-divider-clock.txt' (12,624) at 20210307214925286 2025-03-14 03:00:46.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,msm8998-gpucc.yaml' (12,625) at 20240405153229759 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/env.c' (12,626) at 20210307214926206 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p2020_serdes.c' (12,627) at 20210308005002832 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_tlb.c' (12,628) at 20240405153230567 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sgiwd93.c' (12,629) at 20240405153051733 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/GPL-2.0' (12,630) at 20210307214925638 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (12,631) at 20241214090210267 to deleted uid set 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/cpcap-rtc.txt' (12,632) at 20210307214925414 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/vfio_platform.c' (12,633) at 20240405153231575 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensordatahandler.cpp' (12,634) at 20240829080022542 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/gpio-charger.yaml' (12,635) at 20210309003648384 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/aer.h' (12,636) at 20240405153231799 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/aux_drv.c' (12,637) at 20240405153052157 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp_pmic.h' (12,638) at 20210308005003560 2025-03-14 03:00:46.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/condition.c' (12,639) at 20220525020654959 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1015.h' (12,640) at 20220525020655039 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/time/time/0001-include-string.h-for-memset.patch' (12,641) at 20220910030013429 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_ipmi_fru.pl' (12,642) at 20240618080031629 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/sys-class.mount' (12,643) at 20241221090017484 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/innolux,p097pfg.yaml' (12,644) at 20210307214925306 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/string.h' (12,645) at 20210308005002848 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/iscsi-initiator-targets.service' (12,646) at 20210307205553818 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/interfaces/json_storage_helpers.hpp' (12,647) at 20230523080037938 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/Makefile' (12,648) at 20210309003650420 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite537x.h' (12,649) at 20210308005003624 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/settings.hpp' (12,650) at 20240409080029603 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_loop.S' (12,651) at 20210308005046533 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/layer.conf' (12,652) at 20241221090017464 to deleted uid set 2025-03-14 03:00:46.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/digic-timer.c' (12,653) at 20241211090212342 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h' (12,654) at 20240405153231011 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-build-perf-test' (12,655) at 20210307205554638 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/run-ptest' (12,656) at 20210307205554470 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/host-console-filtered.sh' (12,657) at 20220414030020024 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage4_event_fields.h' (12,658) at 20240405153052901 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/bblayers.conf.sample' (12,659) at 20240323080013545 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/errata_list.h' (12,660) at 20240712080021057 2025-03-14 03:00:46.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_rpc_server.c-Add-missing-prototype-for-l2tp_api.patch' (12,661) at 20221003030013261 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/defs.h' (12,662) at 20240405153230711 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CNRI-Jython' (12,663) at 20211006000025234 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci-allwinner.c' (12,664) at 20240906080037232 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/zeroable.rs' (12,665) at 20241211090212458 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-lime.dts' (12,666) at 20240405153045385 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/ifork.rst' (12,667) at 20240405153045201 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_pci.h' (12,668) at 20210307214930278 2025-03-14 03:00:46.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/am3.h' (12,669) at 20240405153052641 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_gpu.h' (12,670) at 20240405153052945 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/mm/consistent.c' (12,671) at 20220525020651990 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/registers.h' (12,672) at 20240405153046997 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,glink-rpm-edge.yaml' (12,673) at 20240405153229791 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-netflix' (12,674) at 20210927100127061 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsnotify_backend.h' (12,675) at 20240910080014082 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-trbe' (12,676) at 20220525020651630 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-defines.h' (12,677) at 20210309003653040 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nuvoton/clk-ma35d1.h' (12,678) at 20240405153046805 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_hwi2c.h' (12,679) at 20210307214930674 2025-03-14 03:00:46.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/irq-gt641xx.c' (12,680) at 20210307214926254 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sc7180.h' (12,681) at 20240405153052649 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-4.conf' (12,682) at 20230412080023460 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb' (12,683) at 20221120040010738 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/Kconfig' (12,684) at 20210307214928706 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bedbug.c' (12,685) at 20210308005003220 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/memcg_slabinfo.py' (12,686) at 20240405153054045 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mxs.h' (12,687) at 20210308005003608 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/meson.build' (12,688) at 20240522080022636 to deleted uid set 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/api/resource.rst' (12,689) at 20240405153045009 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c' (12,690) at 20240405153048637 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/sf_tracepoint.h' (12,691) at 20240405153050133 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/293.out' (12,692) at 20210308005046469 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (12,693) at 20220622030015257 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-starfire.c' (12,694) at 20220525020653955 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid.h' (12,695) at 20240405153048825 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c' (12,696) at 20210308005002980 2025-03-14 03:00:46.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/tps6594-pfsm.c' (12,697) at 20240405153230847 2025-03-14 03:00:46.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dbl_float.h' (12,698) at 20210307214926334 2025-03-14 03:00:46.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/machine.h' (12,699) at 20210309003648832 2025-03-14 03:00:46.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/af_qrtr.c' (12,700) at 20241008080014039 2025-03-14 03:00:46.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/0001-setup.py-Port-to-use-setuptools.patch' (12,701) at 20220402030016071 2025-03-14 03:00:46.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/classes/kernel-modsign.bbclass' (12,702) at 20220721030015849 2025-03-14 03:00:46.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png' (12,703) at 20221104030017429 to deleted uid set 2025-03-14 03:00:46.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x07_hardware.h' (12,704) at 20240405153048805 2025-03-14 03:00:46.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/8.Conclusion.rst' (12,705) at 20240405153229839 2025-03-14 03:00:46.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/renesas/renesas,rzv2m-pwc.yaml' (12,706) at 20240405153045157 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainers.rst' (12,707) at 20210307214925554 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-serial.cfg' (12,708) at 20220804030014671 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/phosphor-virtual-sensor.service.in' (12,709) at 20230216040037087 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb' (12,710) at 20230401080011943 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp4_spi.c' (12,711) at 20240405153049161 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pythonutil.py' (12,712) at 20221209040018571 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/gcc-common.h' (12,713) at 20240405153232103 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/0001-Tweak-app-defaults.patch' (12,714) at 20220823030015951 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi' (12,715) at 20240405153046089 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/cbmem.c' (12,716) at 20240405153047045 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon/phosphor-fan-control@.service' (12,717) at 20211005000024771 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/Makefile' (12,718) at 20240405153045369 2025-03-14 03:00:46.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/serial/quatech2.c' (12,719) at 20240405153052137 to deleted uid set 2025-03-14 03:00:46.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/kwork_trace.bpf.c' (12,720) at 20240405153054185 2025-03-14 03:00:46.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/fd-trans.c' (12,721) at 20230426080043784 2025-03-14 03:00:46.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timekeeper_internal.h' (12,722) at 20210307214931522 2025-03-14 03:00:46.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cpu.h' (12,723) at 20240405153046001 2025-03-14 03:00:46.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/lcdc/Makefile' (12,724) at 20240405153048561 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_11_0_offset.h' (12,725) at 20240405153048109 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/atomic_64.S' (12,726) at 20240405153230095 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Utanskog' (12,727) at 20210307205553794 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/soc15_common.h' (12,728) at 20240405153230359 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/zorro7xx.c' (12,729) at 20220525020654087 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/core.h' (12,730) at 20240405153046501 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/3.Early-stage.rst' (12,731) at 20240405153045245 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/manpage-1.72.xsl' (12,732) at 20210307214932494 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_framereg.c' (12,733) at 20240405153232015 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0001-configure-Include-unistd.h-for-getpid-API.patch' (12,734) at 20221003030013285 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_16x16.png' (12,735) at 20210308005046549 to deleted uid set 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-mrw-native_git.bb' (12,736) at 20220921030015986 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda8290.c' (12,737) at 20210307214928802 2025-03-14 03:00:46.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-utils.bbclass' (12,738) at 20210811000030029 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-iproc-armpll.c' (12,739) at 20240405153046773 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/MAINTAINERS' (12,740) at 20210308005003020 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/Kconfig' (12,741) at 20240405153045689 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/semtech,sx9310.yaml' (12,742) at 20240405153229767 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/README.md' (12,743) at 20221210040022050 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/renoir/rn_acp3x.h' (12,744) at 20240405153053553 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/device-reset.cocci' (12,745) at 20241211090212458 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/audit_tree.c' (12,746) at 20240405153052973 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/init_32.c' (12,747) at 20240405153046477 2025-03-14 03:00:46.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/bug.h' (12,748) at 20210307214926058 2025-03-14 03:00:46.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h' (12,749) at 20240405153051669 2025-03-14 03:00:46.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/via,vt8500-fb.txt' (12,750) at 20210307214925310 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/efuse.c' (12,751) at 20241211090145473 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot' (12,752) at 20240627080021052 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2l.h' (12,753) at 20210308005002732 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/entityMap.json' (12,754) at 20240514080031406 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clkdev.h' (12,755) at 20240405153052669 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/serial.c' (12,756) at 20210307214926270 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/acrn/payload.ld' (12,757) at 20220525020654931 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-vc-stubs.c' (12,758) at 20240906080037584 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__utility.hpp' (12,759) at 20240731080033662 to deleted uid set 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_gpe.c' (12,760) at 20240405153051393 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/basic_percpu_ops_test.c' (12,761) at 20240405153054369 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_stats.c' (12,762) at 20240405153231015 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-hr2.c' (12,763) at 20240405153046773 2025-03-14 03:00:46.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/s390-tod.h' (12,764) at 20210927100127437 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm.c' (12,765) at 20240405153051345 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb' (12,766) at 20241221090017560 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/virtio_gpu-none-skips.txt' (12,767) at 20240405153230531 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager.hpp' (12,768) at 20241129090023557 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_SECURE_BOOT_defconfig' (12,769) at 20210308005003244 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/time.c' (12,770) at 20210307214926478 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/prom.c' (12,771) at 20241211090145381 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a77xx-aa121td01-panel.dtsi' (12,772) at 20240405153045557 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/tag.h' (12,773) at 20210307214930546 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-berlin-sata.c' (12,774) at 20240405153231311 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/elgin_rv1108.h' (12,775) at 20210308005003592 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/gsc-core.h' (12,776) at 20240405153049453 2025-03-14 03:00:46.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/sl811.h' (12,777) at 20210308005003516 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/evk-pro3.dts' (12,778) at 20240405153045469 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/hub.h' (12,779) at 20210307214926246 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/action_error_tests.cpp' (12,780) at 20210308005405938 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/tlbex.S' (12,781) at 20240405153045949 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_pcm.h' (12,782) at 20220525020655107 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/virt.c' (12,783) at 20240906080037324 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm/bpf_perf_event.h' (12,784) at 20240405153054049 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/dec' (12,785) at 20240405153053437 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/iostat.c' (12,786) at 20240405153054193 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ia_css_cnr2.host.h' (12,787) at 20210307214930554 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/meson-routines.bbclass' (12,788) at 20240302090018226 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.c' (12,789) at 20220525020653987 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-mtk-sch.c' (12,790) at 20240405153052109 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/Kconfig' (12,791) at 20240405153046853 2025-03-14 03:00:46.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/opcodes.h' (12,792) at 20210308005002828 2025-03-14 03:00:46.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sdm845.c' (12,793) at 20240405153051349 2025-03-14 03:00:46.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/ServerLedStore.js' (12,794) at 20241004080035963 2025-03-14 03:00:46.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/private_header.hpp' (12,795) at 20230325080023516 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-multitouch.c' (12,796) at 20241118090018495 to deleted uid set 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/power_supply.cpp' (12,797) at 20240820080038650 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/visionox,vtdr6130.yaml' (12,798) at 20240405153229763 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2e.h' (12,799) at 20210308005002732 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Documentation/mbox_protocol.md' (12,800) at 20210308005108641 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tcp_hdr_options.h' (12,801) at 20240405153054289 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/mv88e6352.c' (12,802) at 20210308005003440 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_ring2.h' (12,803) at 20210307214929298 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/strcmp.S' (12,804) at 20240405153046265 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/follow-fork-mode-parent.py' (12,805) at 20240906080037576 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2018-18384.patch' (12,806) at 20210307205554574 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-14x14-evk.dts' (12,807) at 20210308005002588 2025-03-14 03:00:46.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/common/ssp_sensors.h' (12,808) at 20210307214931402 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9pio.h' (12,809) at 20210307214926250 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cp15.c' (12,810) at 20210308005002552 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/stl_utils.hpp' (12,811) at 20220120040003208 to deleted uid set 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/common/st_sensors_spi.h' (12,812) at 20210307214931402 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/hci_sock.h' (12,813) at 20210309003653948 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_remote/Makefile' (12,814) at 20240405153051969 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/Kconfig.debug' (12,815) at 20210307214926490 to deleted uid set 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/string.S' (12,816) at 20240405153230047 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/index.rst' (12,817) at 20210307214925462 2025-03-14 03:00:46.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/irqflags.h' (12,818) at 20210307214931302 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/myrb.c' (12,819) at 20240411080014122 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_tc.c' (12,820) at 20240405153231035 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/serial-console.html' (12,821) at 20210715000108960 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/xor_simd.c' (12,822) at 20240405153230003 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/test/test-sh/test.sh' (12,823) at 20230606080013598 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/mt8173-afe-pcm.c' (12,824) at 20240405153053961 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-snmp/meson.options' (12,825) at 20230909080034343 to deleted uid set 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/0001-Fix-build-of-shared-library-on-architectures-needing.patch' (12,826) at 20230706080014757 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ohci-st.txt' (12,827) at 20240405153045181 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0041-scatter-gather-flag-workaround.patch' (12,828) at 20231126090012773 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/bt8xx.rst' (12,829) at 20220525020651646 2025-03-14 03:00:46.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_btree_staging.c' (12,830) at 20240405153231771 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/ushc.c' (12,831) at 20210307214929206 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/Makefile' (12,832) at 20240405153051285 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootefi.c' (12,833) at 20210308005003208 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/tonga_ih.c' (12,834) at 20240405153230363 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_msg_x86.h' (12,835) at 20240405153048797 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts' (12,836) at 20210309003648732 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_sched_switch.c' (12,837) at 20240405153053073 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/configure-c99.patch' (12,838) at 20241221090017644 to deleted uid set 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils/run-ptest' (12,839) at 20241206090014334 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/cg3100d.c' (12,840) at 20210308005003024 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb' (12,841) at 20241221090017492 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm96858.dts' (12,842) at 20240405153045717 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi' (12,843) at 20240405153045397 2025-03-14 03:00:46.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Simple-2.0' (12,844) at 20210307205554426 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_plat_bufs_v6.c' (12,845) at 20240405153230811 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/passobj-attributes.c' (12,846) at 20220525020653907 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_arp.h' (12,847) at 20240405153052705 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/setup.rst' (12,848) at 20240405153044973 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/block-range.c' (12,849) at 20240405153054181 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/config.mk' (12,850) at 20210308005002784 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/hw_nmi.c' (12,851) at 20240405153230119 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/simpleboot.c' (12,852) at 20210307214926362 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/seqiv.c' (12,853) at 20240405153046537 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb' (12,854) at 20241031080012183 to deleted uid set 2025-03-14 03:00:46.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-intel-m10-bmc-sec-update' (12,855) at 20240405153229731 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/vdso-layout.lds.S' (12,856) at 20210307214926754 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/throttle-groups.c' (12,857) at 20240326080039386 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/libfs.c' (12,858) at 20240405153231695 to deleted uid set 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_setuptools_build_meta.bbclass' (12,859) at 20220910030013389 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml' (12,860) at 20240405153045141 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/fpu_helper.c' (12,861) at 20230925080040045 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/bedbug.h' (12,862) at 20210308005003560 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/misc.c' (12,863) at 20210307214926206 2025-03-14 03:00:46.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/man-pages/man-pages_6.9.1.bb' (12,864) at 20241221090017676 to deleted uid set 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_plx.c' (12,865) at 20220525020653767 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sparsemem.h' (12,866) at 20210307214926246 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max8907.txt' (12,867) at 20210307214925410 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/fpga_defs.h' (12,868) at 20210307214929358 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/futex.h' (12,869) at 20240405153054097 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/0002-Revert-Support-compressed-pixel-formats-when-saving-.patch' (12,870) at 20240301090012435 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/meson.build' (12,871) at 20241211090212262 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-hummingboard2.dts' (12,872) at 20240405153045501 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/fpsimd.S' (12,873) at 20240405153045881 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/canyonlands.c' (12,874) at 20240405153046193 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/tmp117.c' (12,875) at 20240405153049013 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/bblayers.conf.sample' (12,876) at 20240323080013545 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-apf51dev.dts' (12,877) at 20240405153045489 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm016-dc2.dts' (12,878) at 20240405153229975 2025-03-14 03:00:46.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/atmel-rng.c' (12,879) at 20240405153230199 2025-03-14 03:00:46.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/trf7970a.c' (12,880) at 20240503080014490 2025-03-14 03:00:46.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-portion/run-ptest' (12,881) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/ncplite-inventory-log/files/inventory-log.service' (12,882) at 20230412080023456 2025-03-14 03:00:46.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_boot_devices.robot' (12,883) at 20240628080017121 2025-03-14 03:00:46.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c' (12,884) at 20240405153051585 2025-03-14 03:00:46.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.h' (12,885) at 20220525020652831 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_input.c' (12,886) at 20240520080015227 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-2.5' (12,887) at 20210307205554418 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,msm8998-dpu.yaml' (12,888) at 20240405153229759 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpio-xilinx.c' (12,889) at 20240405153230307 to deleted uid set 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-empire-electronix-m712.dts' (12,890) at 20210308005002620 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-loongarch.c' (12,891) at 20240906080037592 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8186.c' (12,892) at 20240405153231323 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/ti_sci.c' (12,893) at 20210308005003372 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/platform.c' (12,894) at 20240906080037316 2025-03-14 03:00:46.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ConnectionCollection.json' (12,895) at 20240619080002944 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-v4l2.c' (12,896) at 20240405153049473 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/0003-Fix-version-parsing-update-AUX-revision-info.patch' (12,897) at 20220429030013160 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/Makefile' (12,898) at 20240405153053397 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Kconfig.errata' (12,899) at 20240405153230059 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_mem_io.c' (12,900) at 20210307214926946 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/Kconfig' (12,901) at 20241111090012133 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/pll_config.h' (12,902) at 20210308005002912 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/hydra.c' (12,903) at 20240405153049773 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0.dtsi' (12,904) at 20210307214926350 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/thread_stopall.cpp' (12,905) at 20230915080021805 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/meson.build' (12,906) at 20240906080037556 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/Kconfig' (12,907) at 20210307214932442 2025-03-14 03:00:46.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/Kconfig' (12,908) at 20210307214926538 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/ioctl.c' (12,909) at 20240405153052369 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_ssh_utils.py' (12,910) at 20221209040018567 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/safesetid/lsm.c' (12,911) at 20240405153053477 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/wq_enet_desc.h' (12,912) at 20240405153051601 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/ioh3420.c' (12,913) at 20240906080037272 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-waltop.c' (12,914) at 20210307214928102 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb' (12,915) at 20241206090014262 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/npcm7xx_fiu.h' (12,916) at 20210308005046033 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch' (12,917) at 20210307205554478 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/instance_id.hpp' (12,918) at 20240117090036205 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-driver-lm3533' (12,919) at 20210309003648256 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Wexler_TAB7200_defconfig' (12,920) at 20210308005003244 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-gate.yaml' (12,921) at 20240405153045065 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bcd.h' (12,922) at 20210308005003560 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hedenaset' (12,923) at 20210307205553782 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_io.h' (12,924) at 20220525020654003 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/dmapool_test.c' (12,925) at 20240405153053125 2025-03-14 03:00:46.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mrelease_test.c' (12,926) at 20240405153232275 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/sdram.c' (12,927) at 20210308005002976 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Byxelkrok' (12,928) at 20210307205553778 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_msg.h' (12,929) at 20240405153046953 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_mdp_rdma.h' (12,930) at 20240405153048569 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_sched.h' (12,931) at 20240405153230607 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi.h' (12,932) at 20210726100024759 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Zaius.py' (12,933) at 20220728030041559 to deleted uid set 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/P10BMCAspeedSBPubKey_3.pem' (12,934) at 20220216040015837 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/protvirt.rst' (12,935) at 20210927100127081 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/faddr2line' (12,936) at 20240405153053449 2025-03-14 03:00:46.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-omap.c' (12,937) at 20240405153052105 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/mft.c' (12,938) at 20240405153231707 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend' (12,939) at 20241206090014210 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-calxeda-xgmac.h' (12,940) at 20210308005046033 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_chipcommon_b.c' (12,941) at 20210307214926898 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c' (12,942) at 20210308005003352 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/coherency.c' (12,943) at 20240405153045653 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch' (12,944) at 20241221090017696 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/Kconfig' (12,945) at 20240405153231227 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/i40iw_if.c' (12,946) at 20240405153049069 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_6.h' (12,947) at 20240405153048349 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-proc.c' (12,948) at 20210307214932110 2025-03-14 03:00:46.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-marsboard.dts' (12,949) at 20210308005002616 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/Kconfig' (12,950) at 20210308005002956 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_chip.h' (12,951) at 20240906080037336 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rastaban.h' (12,952) at 20210308005003612 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb' (12,953) at 20241221090017552 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vmci_transport.h' (12,954) at 20240405153232087 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/max2165.c' (12,955) at 20240405153049533 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64-softmmu.mak' (12,956) at 20240906080037160 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/Power/meson.build' (12,957) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_ext.h' (12,958) at 20240405153051537 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/spear-keyboard.c' (12,959) at 20240405153049137 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyaudio/0001-Remove-absolute-paths-into-build-machine-system-dirs.patch' (12,960) at 20230813080012860 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/fsl-tsec-phy.txt' (12,961) at 20210308005003304 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_pci_node.dtso' (12,962) at 20240405153231279 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/Kconfig' (12,963) at 20210307214929606 2025-03-14 03:00:46.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/iomap.h' (12,964) at 20220525020652150 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/disas.c' (12,965) at 20210308005046329 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/cpu.c' (12,966) at 20240405153045685 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_pm.c' (12,967) at 20240405153048489 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/Makefile' (12,968) at 20210716100029931 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.3.rst' (12,969) at 20230114040015518 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/securetty' (12,970) at 20221003030013345 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/.gitignore' (12,971) at 20240405153054293 2025-03-14 03:00:46.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/apic/x2apic_cluster.c' (12,972) at 20240405153230119 to deleted uid set 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_adi_48vhsc_inf.json' (12,973) at 20241213090004417 to deleted uid set 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/obmc-update.sh' (12,974) at 20241008080015843 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/tps65090-charger.c' (12,975) at 20240405153231355 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/winbond.c' (12,976) at 20210308005003416 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.hpp' (12,977) at 20220726030033682 to deleted uid set 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/extended/factory_reset.robot' (12,978) at 20240628080017113 to deleted uid set 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/settings' (12,979) at 20221110040028914 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/altera_timer.c' (12,980) at 20210308005003496 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kmemleak.rst' (12,981) at 20240405153045009 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/vx/vxpocket.c' (12,982) at 20220525020655015 2025-03-14 03:00:46.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio-gpio.yaml' (12,983) at 20240405153045117 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/cpu.cpp' (12,984) at 20240221090038346 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/Makefile' (12,985) at 20210307214929362 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.err' (12,986) at 20220429100100882 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/leaking_addresses.pl' (12,987) at 20240405153053457 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_0_2_offset.h' (12,988) at 20240405153048093 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kxsd9.c' (12,989) at 20240405153048937 2025-03-14 03:00:46.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp-da7219-max98357a.c' (12,990) at 20240405153232139 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/kpp.c' (12,991) at 20240405153046537 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/buttons/index.md' (12,992) at 20221215040043186 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/nfs.c' (12,993) at 20210308005003720 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_counter.c' (12,994) at 20240405153053145 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.odroid' (12,995) at 20210308005003296 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.h' (12,996) at 20240405153049465 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch' (12,997) at 20220502030010112 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts' (12,998) at 20240405153045773 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lshrdi3.c' (12,999) at 20210307214931806 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/Kconfig' (13,000) at 20220525020652398 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/p10bmc-ipmi-inventory-sensors.yaml' (13,001) at 20241106090019922 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-logicpd.dts' (13,002) at 20210308005002584 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/crm_regs.h' (13,003) at 20210308005002640 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/xiphera,xip8001b-trng.yaml' (13,004) at 20240405153045153 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch' (13,005) at 20241221090017656 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/Kconfig.binfmt' (13,006) at 20240405153231603 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/isp-spi.txt' (13,007) at 20210308005003304 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/mvebu-pci.txt' (13,008) at 20240405153045125 2025-03-14 03:00:46.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/jazzdma.h' (13,009) at 20210309003648832 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-ti-sn65dsi86.dtsi' (13,010) at 20240405153045781 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseport_bpf.c' (13,011) at 20240405153054349 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/resolve_btfids/Build' (13,012) at 20240405153054041 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38469-2.patch' (13,013) at 20240106090017265 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/FACP' (13,014) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/traps.c' (13,015) at 20240405153230023 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/job.c' (13,016) at 20240906080037352 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png' (13,017) at 20210307205554334 to deleted uid set 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/docs/GeneratorExtensions.md' (13,018) at 20241114091008828 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/io.h' (13,019) at 20210308005002880 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/Access.interface.yaml' (13,020) at 20230517080029066 2025-03-14 03:00:46.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml' (13,021) at 20240405153045089 to deleted uid set 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx65.dts' (13,022) at 20240405153045433 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_ah.c' (13,023) at 20210309003654368 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/spaces.h' (13,024) at 20210308005002816 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/appHeaderWithStatusIcon.png' (13,025) at 20220105012522963 to deleted uid set 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/TODO' (13,026) at 20210307214930674 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/asm.h' (13,027) at 20210308005002816 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/of_addr.c' (13,028) at 20210308005003356 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/doc/usbip.8' (13,029) at 20220525020655239 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/standby_bmc.robot' (13,030) at 20210618000019992 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c' (13,031) at 20240405153047137 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.nosmm' (13,032) at 20240906080037560 to deleted uid set 2025-03-14 03:00:46.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SoftwareInventory_v1.xml' (13,033) at 20240619080002936 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5663.h' (13,034) at 20210307214932330 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-mpfs.c' (13,035) at 20240405153231371 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb' (13,036) at 20240413080012635 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-starfive.c' (13,037) at 20240415080012975 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/aops.h' (13,038) at 20240405153052453 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml' (13,039) at 20240405153045177 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/xilinx_spips.h' (13,040) at 20240326080039542 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a57-a72/branch.json' (13,041) at 20240405153054109 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts' (13,042) at 20240405153045717 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts' (13,043) at 20240405153045745 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/twl4030.dtsi' (13,044) at 20240405153045609 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/dbus_mapper.hpp' (13,045) at 20220412175720086 to deleted uid set 2025-03-14 03:00:46.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86/xorg.conf' (13,046) at 20210307205554390 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/id_rsa.pub' (13,047) at 20210308005046393 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/range.h' (13,048) at 20240906080037344 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/WRC+poonceonces+Once.litmus' (13,049) at 20210307214932502 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/loopback.sh' (13,050) at 20210307214932690 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/Kconfig' (13,051) at 20240405153045645 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/qcs404.dtsi' (13,052) at 20240405153229947 to deleted uid set 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,cpsw-switch.yaml' (13,053) at 20240405153045121 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/Makefile' (13,054) at 20220525020653907 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.h' (13,055) at 20240405153047125 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-clear-buffer.rst' (13,056) at 20220525020654131 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7779.dtsi' (13,057) at 20240405153045553 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/pmic_glink.h' (13,058) at 20240910080014082 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ld9040.c' (13,059) at 20210308005003528 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/handle.c' (13,060) at 20240405153053005 2025-03-14 03:00:46.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build' (13,061) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_6_0_sh_mask.h' (13,062) at 20210307214927530 2025-03-14 03:00:46.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47189-tenda-ac9.dts' (13,063) at 20240405153229871 2025-03-14 03:00:46.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/timer-davinci.h' (13,064) at 20210307214931306 2025-03-14 03:00:46.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-common.h' (13,065) at 20210307214926446 2025-03-14 03:00:46.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pinnacle-color.c' (13,066) at 20210307214928782 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/io.h' (13,067) at 20240405153046245 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb' (13,068) at 20241221090017576 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/zimage.c' (13,069) at 20210308005002884 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-som60.dtsi' (13,070) at 20240405153045465 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/psensor.cpp' (13,071) at 20210308005059173 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/qos.c' (13,072) at 20240405153231915 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-x86/setup_data.h' (13,073) at 20240906080037348 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/Kconfig' (13,074) at 20210307214928710 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/fix-csv2html-data.patch' (13,075) at 20240301090012423 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/atarilance.c' (13,076) at 20240405153230915 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/smp.c' (13,077) at 20240405153229863 2025-03-14 03:00:46.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap' (13,078) at 20220105012523003 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-0.49-stats.patch' (13,079) at 20210307205553822 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c' (13,080) at 20210308005046517 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/pfuze100_pmic.h' (13,081) at 20210308005003680 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_dpcd.h' (13,082) at 20210308005003528 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,wap-5813n.dts' (13,083) at 20210308005002812 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/0001-fuse-fix-the-return-value-of-help-option.patch' (13,084) at 20210307205553738 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-P-2.0' (13,085) at 20211006000025234 2025-03-14 03:00:46.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/sessionhelper.hpp' (13,086) at 20230531080028153 2025-03-14 03:00:46.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json' (13,087) at 20240106090025434 to deleted uid set 2025-03-14 03:00:46.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_device.c' (13,088) at 20241104090011587 2025-03-14 03:00:46.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/layer.conf' (13,089) at 20241221090017476 2025-03-14 03:00:46.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/ipmi.cpp' (13,090) at 20240827080004798 2025-03-14 03:00:46.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/Makefile' (13,091) at 20240812080017228 2025-03-14 03:00:46.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9002_calib.c' (13,092) at 20240405153050449 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_lif.h' (13,093) at 20240405153231039 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/smmu.py' (13,094) at 20240906080037556 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml' (13,095) at 20240405153229759 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c' (13,096) at 20240405153050109 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/Kconfig' (13,097) at 20210307214929298 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/amp.h' (13,098) at 20210307214932258 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/tlbflush.h' (13,099) at 20210307214926118 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/jack.h' (13,100) at 20220627100017134 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb' (13,101) at 20241209090013420 to deleted uid set 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/constant_timer.c' (13,102) at 20240906080037496 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/dtoa' (13,103) at 20241221090017620 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kernel_include.py' (13,104) at 20240527080023344 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/libps2.h' (13,105) at 20240405153052721 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a13_tablet_defconfig' (13,106) at 20210308005003276 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/mmu.h' (13,107) at 20210309003649824 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/clearfog_defconfig' (13,108) at 20210308005003252 2025-03-14 03:00:46.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml' (13,109) at 20240405153045057 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/vl53l0x-i2c.c' (13,110) at 20240405153049013 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/meson.build' (13,111) at 20220921030029346 to deleted uid set 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/ip_utils_test.cpp' (13,112) at 20240904080003190 to deleted uid set 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cpu-timers-internal.h' (13,113) at 20240326080039550 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-case.err' (13,114) at 20210927100127469 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/debug.S' (13,115) at 20210309003648680 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/sve_helpers.h' (13,116) at 20241008080014055 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/phy-rcar-gen3-pcie.c' (13,117) at 20240405153231315 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/tegra_nand.c' (13,118) at 20210308005003416 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821cs.c' (13,119) at 20240405153050657 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Endpoint_v1.xml' (13,120) at 20240619080002924 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/s5p/regs-cec.h' (13,121) at 20210307214928598 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb' (13,122) at 20241221090017544 to deleted uid set 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/kgdb.c' (13,123) at 20240405153045977 2025-03-14 03:00:46.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/compat.h' (13,124) at 20240405153045853 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77857-regulator.c' (13,125) at 20240405153231363 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revA_defconfig' (13,126) at 20210308005003288 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sram-exec.c' (13,127) at 20240405153049649 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dals_Langed' (13,128) at 20210307205553778 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi' (13,129) at 20240405153229975 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/105.out' (13,130) at 20210308005046445 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/topic_miamiplus_defconfig' (13,131) at 20210308005003284 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/setup.py' (13,132) at 20220429100100734 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/usb-network.sh' (13,133) at 20230412080023456 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/of_pmem.c' (13,134) at 20240405153231271 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/mac.h' (13,135) at 20240405153050525 2025-03-14 03:00:46.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/perf_event.h' (13,136) at 20240405153045361 2025-03-14 03:00:46.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/coex.c' (13,137) at 20240405153231255 2025-03-14 03:00:46.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ni/Kconfig' (13,138) at 20220525020653615 2025-03-14 03:00:46.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tar.h' (13,139) at 20210307214932706 2025-03-14 03:00:46.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pcic.c' (13,140) at 20240405153046325 2025-03-14 03:00:46.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb-examples/0001-spacedream-Add-typecast-to-pthread_t-in-assignment.patch' (13,141) at 20221003030013285 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/map.h' (13,142) at 20210307214931450 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-xgene.c' (13,143) at 20240405153051505 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/msl/meson.build' (13,144) at 20210507000042347 to deleted uid set 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_h.c' (13,145) at 20210308005046521 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/usb.c' (13,146) at 20240405153050585 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/acecad.c' (13,147) at 20240405153049157 2025-03-14 03:00:46.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/probe.c' (13,148) at 20241216090017725 to deleted uid set 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/inode.c' (13,149) at 20241104090011595 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs-pll.h' (13,150) at 20220525020653251 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7757lcr_defconfig' (13,151) at 20240405153046309 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dpi.c' (13,152) at 20240405153052209 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_offload.hpp' (13,153) at 20210414100044458 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc' (13,154) at 20240127090011888 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy/snmp-config.yaml' (13,155) at 20210811000030029 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157-u-boot.dtsi' (13,156) at 20210308005002616 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/lops.c' (13,157) at 20240405153231683 2025-03-14 03:00:46.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/other.json' (13,158) at 20220525020655147 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-zeropi.dts' (13,159) at 20240405153045393 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/gma_drm.h' (13,160) at 20210307214931322 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_fib_netdev.c' (13,161) at 20240405153053333 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/overlay-notes.rst' (13,162) at 20240405153045293 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/index.rst' (13,163) at 20210307214925218 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-build' (13,164) at 20210308005046393 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/stm32-rng.c' (13,165) at 20240405153230199 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/tegra186-power-domain.c' (13,166) at 20210308005003468 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/board.c' (13,167) at 20210308005002756 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts' (13,168) at 20240405153229943 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_acnt.h' (13,169) at 20210309003649136 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt' (13,170) at 20210308005002536 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/pi-futex.rst' (13,171) at 20210307214925518 2025-03-14 03:00:46.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/ge2d-regs.h' (13,172) at 20240405153049393 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/aspeed_hace.c' (13,173) at 20220215040051568 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_version.h' (13,174) at 20240405153231443 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/floating-point.json' (13,175) at 20240405153054149 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bsa.h' (13,176) at 20240326080039534 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_sw_fence.h' (13,177) at 20240405153048537 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/net/net.c' (13,178) at 20240405153051869 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/virtual_ncidev.c' (13,179) at 20240712080021077 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0004-rpm-sort-include-string.h-for-strverscmp.patch' (13,180) at 20230114040015470 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/loongson,ls1x-clk.yaml' (13,181) at 20240405153045025 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/smp.h' (13,182) at 20240405153046013 2025-03-14 03:00:46.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/Makefile' (13,183) at 20210308005003476 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/vmcp.c' (13,184) at 20240405153231379 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Assembly.v1_5_1.json' (13,185) at 20240619080002940 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-debugfs.h' (13,186) at 20240405153052025 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma_scm.json' (13,187) at 20241213090004409 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs.py' (13,188) at 20241221090017628 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/ucontext.h' (13,189) at 20220525020651878 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/dvo_sil164.c' (13,190) at 20240405153048433 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_tx.c' (13,191) at 20240405153231483 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.h' (13,192) at 20220525020652490 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-boot.sh' (13,193) at 20210307205554482 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/multilib_script.bbclass' (13,194) at 20241221090017608 2025-03-14 03:00:46.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/pmu.c' (13,195) at 20240405153229987 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/group.c' (13,196) at 20240405153052541 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/glibc238.patch' (13,197) at 20241221090017664 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-syscon.c' (13,198) at 20240405153230307 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/goldfish/Kconfig' (13,199) at 20210307214930134 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/pipeline.json' (13,200) at 20240405153054113 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/booting.rst' (13,201) at 20240405153044973 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/sctp_hello.c' (13,202) at 20240405153054349 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revA.dts' (13,203) at 20210308005002636 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc_vpu_if.h' (13,204) at 20240405153230803 2025-03-14 03:00:46.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/Makefile' (13,205) at 20210307214932402 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sk_lookup.c' (13,206) at 20241008080014059 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/250.out' (13,207) at 20210308005046465 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/qemu_e500.c' (13,208) at 20240405153230051 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/powergate.h' (13,209) at 20210308005002672 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-wed.yaml' (13,210) at 20240405153045013 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_sip.c' (13,211) at 20240405153053329 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/super.c' (13,212) at 20240830080013327 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_fp.h' (13,213) at 20210927100127161 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/udp_limit.c' (13,214) at 20240405153054281 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,axi-spdif-tx.txt' (13,215) at 20210307214925426 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/isolation.c' (13,216) at 20240613080016519 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/m48t59-test.c' (13,217) at 20240906080037572 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mpc8544_guts.c' (13,218) at 20241211090212318 2025-03-14 03:00:46.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-vduse' (13,219) at 20240405153044917 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/string_32.h' (13,220) at 20210307214926586 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/arm-cci.h' (13,221) at 20210307214925846 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/rss.bpf.skeleton.h' (13,222) at 20240906080037184 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/flowctrl.c' (13,223) at 20240405153051773 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/megacores_pll.c' (13,224) at 20240405153048753 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/umr.h' (13,225) at 20240405153049089 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hd64570.c' (13,226) at 20220525020653699 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-uniphier-f.c' (13,227) at 20240405153048917 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/net/bpf_jit_comp32.c' (13,228) at 20240617080017378 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/pldm_%.bbappend' (13,229) at 20241206090014202 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/key.c' (13,230) at 20240405153050705 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/opp-v2-base.yaml' (13,231) at 20240405153229783 2025-03-14 03:00:46.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/ashrsi3.S' (13,232) at 20210307214926570 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign_mauv.h' (13,233) at 20240817080006807 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsir.c' (13,234) at 20210309003650296 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/clk-pxa27x.c' (13,235) at 20240405153046805 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-wetek-hub.c' (13,236) at 20210307214928786 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt' (13,237) at 20210307214925286 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/main.c' (13,238) at 20240405153050393 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/imapfilter/ldflags.patch' (13,239) at 20210307205553978 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml' (13,240) at 20220525020651678 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32mp157-overview.rst' (13,241) at 20240405153044973 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/zynq_nand.c' (13,242) at 20210308005003416 2025-03-14 03:00:46.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_hw.h' (13,243) at 20210307214929298 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/kvm.h' (13,244) at 20241211090212374 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_error_logging.hpp' (13,245) at 20210901000109343 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/syzygy_hub.h' (13,246) at 20210308005003620 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_IDLETIMER.h' (13,247) at 20220818100014823 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/transp_v6.h' (13,248) at 20240405153231859 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/modpost.h' (13,249) at 20240411080014154 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/nic_common.h' (13,250) at 20240405153231047 2025-03-14 03:00:46.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/.gitignore' (13,251) at 20240405153053453 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/Makefile' (13,252) at 20210308005003040 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_mark_m.c' (13,253) at 20220525020654803 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/6000.c' (13,254) at 20240405153050509 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.h' (13,255) at 20240405153051409 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/hs.c' (13,256) at 20240405153048653 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-hi8435' (13,257) at 20210309003648252 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/cisco/Kconfig' (13,258) at 20240405153050501 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x05.c' (13,259) at 20210307214928082 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/ir35221@70.conf' (13,260) at 20240904080027738 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-feature.rst' (13,261) at 20240405153054037 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/nuvoton-cir.c' (13,262) at 20240405153049517 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/meson.build' (13,263) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ulem' (13,264) at 20241221090017620 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (13,265) at 20220223040020640 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/cxgb3i.rst' (13,266) at 20210307214925558 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/mman.h' (13,267) at 20241211090212374 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/meta-openembedded.yml' (13,268) at 20241206090014206 2025-03-14 03:00:46.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-backend.h' (13,269) at 20240326080039546 2025-03-14 03:00:46.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-trace.h' (13,270) at 20240405153052109 2025-03-14 03:00:46.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/stacktrace.c' (13,271) at 20240405153045873 2025-03-14 03:00:46.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/synaptics/berlin4ct-stb.dts' (13,272) at 20210307214926050 2025-03-14 03:00:46.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb' (13,273) at 20241221090017504 2025-03-14 03:00:46.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/i386/cpu.c' (13,274) at 20241211090212482 to deleted uid set 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/0001-Switch-utils-kconfig-diff-to-use-Python-3.patch' (13,275) at 20210307205553902 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yaml' (13,276) at 20240405153045085 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_workarounds.c' (13,277) at 20240405153048505 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/pinmux_config.h' (13,278) at 20210308005003072 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_mdb_max.sh' (13,279) at 20240405153054337 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/cxl.json' (13,280) at 20241211090212450 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgso_bench.sh' (13,281) at 20240405153054353 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/checksum.h' (13,282) at 20210309003653800 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vim2m.c' (13,283) at 20240405153049525 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h' (13,284) at 20240405153049957 2025-03-14 03:00:46.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/export-internal.h' (13,285) at 20240405153231807 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-fru-merge-config-native.bb' (13,286) at 20210813100029656 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/ibex_timer.c' (13,287) at 20241211090212342 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/rtas-types.h' (13,288) at 20240405153046125 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/Kconfig' (13,289) at 20240405153230755 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml' (13,290) at 20240405153045109 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/man-db/files/0001-Test-patch-here.patch' (13,291) at 20241206090014298 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lib.h' (13,292) at 20240405153230971 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-common-regulators.dtsi' (13,293) at 20240405153045397 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/Makefile' (13,294) at 20210307214927078 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/vmlinux.lds.S' (13,295) at 20221102030020729 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg' (13,296) at 20210307205554274 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/xyz.openbmc_project.Telemetry.service.in' (13,297) at 20220813030031826 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/binman_sym.h' (13,298) at 20210308005003560 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/prom.c' (13,299) at 20220525020651990 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/p1022_rdk.c' (13,300) at 20240405153053933 2025-03-14 03:00:46.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/hw_counters.c' (13,301) at 20241104090011571 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/layer.conf' (13,302) at 20241221090017480 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/LICENSE' (13,303) at 20210307205553730 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/xterm.c' (13,304) at 20240405153046341 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/vmx_asm.S' (13,305) at 20210307214932702 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmi088-accel.h' (13,306) at 20240405153048933 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch' (13,307) at 20241221090017640 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kprobes.h' (13,308) at 20240405153046113 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra124-car.h' (13,309) at 20210308005003636 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-mt6366-common.c' (13,310) at 20240405153053969 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Manager_v1.xml' (13,311) at 20240918080002712 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-xen-backend' (13,312) at 20220525020651630 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/common.h' (13,313) at 20210308005100989 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mmc/msm_sdhci.txt' (13,314) at 20210308005003304 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/insns.decode' (13,315) at 20240326080039674 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper/0001-Include-linux-types.h-for-__u16-__u32-__u64-type.patch' (13,316) at 20241221090017544 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cmdline.h' (13,317) at 20210307214926658 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsobject.c' (13,318) at 20240405153046617 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/main.h' (13,319) at 20240405153050201 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/solomon/ssd130x.h' (13,320) at 20240405153230631 2025-03-14 03:00:46.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml' (13,321) at 20240405153229767 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_nic.h' (13,322) at 20240405153049809 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/sonar-project.properties' (13,323) at 20210308005107081 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/mmc.c' (13,324) at 20210308005003740 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_textoutput.c' (13,325) at 20210308005003704 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5668.h' (13,326) at 20240405153231863 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/meson.build' (13,327) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ScheduledTime.errors.yaml' (13,328) at 20210610000035142 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5514.c' (13,329) at 20240405153232155 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/run-ptest' (13,330) at 20210307205553958 2025-03-14 03:00:46.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c' (13,331) at 20240405153047193 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_d.h' (13,332) at 20210307214927682 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/zlib.c' (13,333) at 20210307214932614 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc_keysym.h' (13,334) at 20221215040039402 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/lm25066.c' (13,335) at 20240405153230667 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irq-atmel-aic-common.c' (13,336) at 20210307214928526 to deleted uid set 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/windows.yml' (13,337) at 20241211090212202 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-vega-s96.dts' (13,338) at 20210307214926006 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_dtsec.c' (13,339) at 20240405153049925 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm9ds0/Kconfig' (13,340) at 20240405153048997 2025-03-14 03:00:46.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/rdma_common.h' (13,341) at 20240405153052781 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c' (13,342) at 20210308005046509 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/submitting-a-patch.rst' (13,343) at 20241211090212234 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/Makefile' (13,344) at 20210307214929406 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ia_css_eed1_8.host.h' (13,345) at 20210307214930554 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/256' (13,346) at 20240326080039730 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/makefile.py' (13,347) at 20241221090017628 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/qemu.c' (13,348) at 20210308005002856 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24116.h' (13,349) at 20210307214928610 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.json' (13,350) at 20210308005046401 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflection/run-ptest' (13,351) at 20240301090012431 to deleted uid set 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/alpha-linux-user.mak' (13,352) at 20230925080039837 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8188-resets.h' (13,353) at 20240405153052653 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_jumpshot.h' (13,354) at 20210307214930878 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_gp_regdef.h' (13,355) at 20210307214930642 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/builtin/.gitignore' (13,356) at 20210307214926890 2025-03-14 03:00:46.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_devgroup.h' (13,357) at 20210307214931646 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/at91_adc.c' (13,358) at 20240405153230687 to deleted uid set 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs2.c' (13,359) at 20210308005003556 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/Makefile' (13,360) at 20210308005003080 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh' (13,361) at 20240405153232283 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fib_rules.h' (13,362) at 20210307214931630 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/json_writer.h' (13,363) at 20240405153054037 2025-03-14 03:00:46.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz8795_reg.h' (13,364) at 20240405153049753 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/README' (13,365) at 20210307214925642 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/invalidHeaderFile.dat' (13,366) at 20210308005056661 to deleted uid set 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/omapfb.h' (13,367) at 20210307214931462 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-openblocks-ax3-4.dts' (13,368) at 20240405153045453 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/filesystem_log_watcher.hpp' (13,369) at 20241130090002061 to deleted uid set 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/segbuf.c' (13,370) at 20240405153052445 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mux.c' (13,371) at 20240726080012862 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/license_image.bbclass' (13,372) at 20241221090017608 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci_mcu.c' (13,373) at 20220525020653783 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/.gitignore' (13,374) at 20210308005119297 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/altera-lpt.c' (13,375) at 20210307214929122 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_gen4.c' (13,376) at 20240405153051189 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/README.md' (13,377) at 20221209040006383 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/signal.c' (13,378) at 20240805080013927 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-evm.dts' (13,379) at 20210308005002592 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/termios.c' (13,380) at 20240405153046329 2025-03-14 03:00:46.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5592r.yaml' (13,381) at 20220525020651678 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ngpixis.c' (13,382) at 20210308005002960 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,ostm.yaml' (13,383) at 20240405153045177 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/spice.h' (13,384) at 20210308005045997 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-tool/minerva-common-functions_0.1.bb' (13,385) at 20241221090017476 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1_retimer.json' (13,386) at 20241213090004421 to deleted uid set 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/buildconf.py' (13,387) at 20240301090012455 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/Makefile.am' (13,388) at 20210308004938816 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun4i.h' (13,389) at 20210308005003616 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/pci-txe.c' (13,390) at 20240405153049645 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/delay.h' (13,391) at 20210307214925666 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/tps53679.c' (13,392) at 20240405153230667 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.eslintrc.json' (13,393) at 20211104000031616 2025-03-14 03:00:46.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/bmc_dump_entry.hpp' (13,394) at 20241129090023557 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-msm8996.c' (13,395) at 20240405153230235 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/psci/Makefile' (13,396) at 20210307214927174 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/loongson_i2s_pci.c' (13,397) at 20240405153053961 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/imximage.cfg' (13,398) at 20210308005002964 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/da9055.rst' (13,399) at 20210307214925498 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sodankyla_Vuotso' (13,400) at 20210307205553774 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/Makefile' (13,401) at 20210308005002944 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7218.c' (13,402) at 20240405153053597 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_driver.h' (13,403) at 20210308005003644 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-evm.dts' (13,404) at 20210308005002576 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/IPAddresses.v1_1_5.json' (13,405) at 20240619080002948 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/brcm,iproc-touchscreen.txt' (13,406) at 20210307214925338 2025-03-14 03:00:46.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-hyperv' (13,407) at 20210307214925186 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/debug.h' (13,408) at 20210308005003420 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serdev/core.c' (13,409) at 20240405153051993 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_bo.c' (13,410) at 20240405153048777 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ti-dac7612.c' (13,411) at 20240405153048981 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/eeepc-wmi.c' (13,412) at 20240405153051405 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5272c3_defconfig' (13,413) at 20240405153045957 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ObjectMapper.interface.yaml' (13,414) at 20240817080023880 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/en7523-clk.h' (13,415) at 20240405153052641 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts' (13,416) at 20240813080021918 to deleted uid set 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/setup-and-use.rst' (13,417) at 20240302090018226 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/truncate.h' (13,418) at 20220525020654403 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/dummy-sdk-package.inc' (13,419) at 20210812000025330 2025-03-14 03:00:46.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c' (13,420) at 20240405153230571 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/unwind.c' (13,421) at 20210309003648816 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/machine.c' (13,422) at 20241211090212518 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/index.rst' (13,423) at 20210307214925478 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross.inc' (13,424) at 20220910030013413 to deleted uid set 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/Makefile' (13,425) at 20210308005003460 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dw2102.h' (13,426) at 20210307214928822 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_limits.h' (13,427) at 20240405153048789 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml' (13,428) at 20240405153045069 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/msm_iommu.h' (13,429) at 20210307214928522 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_params.h' (13,430) at 20240405153048529 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/local.conf.sample' (13,431) at 20241221090017472 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/io-pgtable.c' (13,432) at 20240405153049185 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-fw.sh' (13,433) at 20230701080013908 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb' (13,434) at 20241206090014254 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-no-invariants-or-later' (13,435) at 20211006000025234 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/include/malidp_utils.h' (13,436) at 20240405153230519 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml' (13,437) at 20240405153045041 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch' (13,438) at 20241206090014334 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_unpriv.c' (13,439) at 20240405153054285 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic_event_syntax_errors.tc' (13,440) at 20240405153054305 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/rdc-sema.c' (13,441) at 20210308005002728 2025-03-14 03:00:46.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_ar5315u.h' (13,442) at 20210308005003588 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (13,443) at 20210307205553670 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/Makefile' (13,444) at 20210308005002908 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/adb.c' (13,445) at 20240405153049221 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/woodburn_defconfig' (13,446) at 20210308005003284 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/smt_p.h' (13,447) at 20210307214929666 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Makefile' (13,448) at 20210308005002756 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/sysdev/xive/spapr.c' (13,449) at 20240405153046237 to deleted uid set 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dp_helper.h' (13,450) at 20240613080016499 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/omap3-pandora/fb.modes' (13,451) at 20210307205553970 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/0002-tr_languages-cast-string_ordinal-init-values.patch' (13,452) at 20210307205553970 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython_8.28.0.bb' (13,453) at 20241221090017556 to deleted uid set 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/page.h' (13,454) at 20240405153045625 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Context.pm' (13,455) at 20210307214932566 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/buildoptions.py' (13,456) at 20241221090017628 to deleted uid set 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/arch_hweight.h' (13,457) at 20210307214931302 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-2.svg' (13,458) at 20210307214925210 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot' (13,459) at 20210307214932714 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/extract_xc3028.pl' (13,460) at 20210307214932146 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_gem.c' (13,461) at 20240405153230163 2025-03-14 03:00:46.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_replay.c' (13,462) at 20240405153230379 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/remove-nic-endpoint-slot@.service' (13,463) at 20240828080010891 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi3519.c' (13,464) at 20240405153230207 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_init.c' (13,465) at 20240405153047253 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/native' (13,466) at 20210307205554626 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.gitignore' (13,467) at 20230714080032711 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/modules.txt' (13,468) at 20221120040010706 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_gpio.h' (13,469) at 20220429100100590 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/vmtoolsd.service' (13,470) at 20210407000018078 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/dns.c' (13,471) at 20210308005003716 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/cdns-pcie-host.yaml' (13,472) at 20240405153045125 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-image/clang.patch' (13,473) at 20210307205554594 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SensorCollection.json' (13,474) at 20240619080002952 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigodjx.c' (13,475) at 20210307214932246 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/027' (13,476) at 20220429100100886 2025-03-14 03:00:46.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe.h' (13,477) at 20240405153049801 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vi.c' (13,478) at 20240405153047173 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-CMU' (13,479) at 20211006000025238 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/init.c' (13,480) at 20240405153230119 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/xen_arch_hvm.h' (13,481) at 20230925080039929 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5682-sdw.c' (13,482) at 20240411080014158 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/filter-compress.c' (13,483) at 20240326080039378 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/openat2.h' (13,484) at 20220525020655119 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/img-hash.c' (13,485) at 20240405153230263 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/report.hpp' (13,486) at 20220412175720086 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/Makefile' (13,487) at 20210308005002848 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ks8851_mll.h' (13,488) at 20210307214931414 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/core.h' (13,489) at 20220525020655071 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/checkstack.pl' (13,490) at 20210308005003724 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_hugepage.c' (13,491) at 20220525020652062 2025-03-14 03:00:46.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/rx_reorder.c' (13,492) at 20210307214929786 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/pci.h' (13,493) at 20240405153046217 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/lzo.c' (13,494) at 20210307214926802 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdma_counter.h' (13,495) at 20240405153052873 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/termbits.h' (13,496) at 20210927100127269 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/unaligned.h' (13,497) at 20210308005002808 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_mmu.c' (13,498) at 20240405153230539 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/sysbus.c' (13,499) at 20241211090212262 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (13,500) at 20210307205553730 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/io.h' (13,501) at 20240405153230111 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2c.py' (13,502) at 20240405153054385 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/damon/api.rst' (13,503) at 20240405153045297 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.4.rst' (13,504) at 20241221090017596 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/Makefile' (13,505) at 20210307214929502 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ssd1289.c' (13,506) at 20210716100030019 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/nettel.c' (13,507) at 20210307214926138 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Varberg_Grimeton' (13,508) at 20210307205553794 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra124-common.h' (13,509) at 20210308005003620 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-mipi.dts' (13,510) at 20210308005002584 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/time.c' (13,511) at 20220525020651882 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/mach_desc.h' (13,512) at 20210309003648560 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vx-insn.h' (13,513) at 20240405153046281 2025-03-14 03:00:46.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/tctx.h' (13,514) at 20240405153052969 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-ctrls-core.c' (13,515) at 20240405153049581 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c' (13,516) at 20240405153050205 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.patch' (13,517) at 20230706080014737 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/MAINTAINERS' (13,518) at 20210308005002948 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/dns.h' (13,519) at 20210308005003716 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-btree-internal.h' (13,520) at 20240405153049257 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml' (13,521) at 20240405153045165 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195.dtsi' (13,522) at 20241211090145373 to deleted uid set 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.c' (13,523) at 20210307214928838 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/Kconfig' (13,524) at 20240405153052505 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/edd.c' (13,525) at 20210307214926638 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb' (13,526) at 20241206090014238 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-u-boot.dtsi' (13,527) at 20210308005002584 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/monkey.service' (13,528) at 20210307205554034 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/io.h' (13,529) at 20210308005002816 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi' (13,530) at 20240405153229903 2025-03-14 03:00:46.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_dcmi.h' (13,531) at 20210308004938816 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso.S' (13,532) at 20240326080039558 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/fake_mem.c' (13,533) at 20240405153046489 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/tags/.gitignore' (13,534) at 20210307214932634 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_reset.h' (13,535) at 20210307214927030 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/tdx-shared.c' (13,536) at 20240405153046353 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_generic.c' (13,537) at 20210307214932014 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am43xx-clocks.dtsi' (13,538) at 20210308005002564 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/interrupt.c' (13,539) at 20240906080037508 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.c' (13,540) at 20210307214930558 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel.c' (13,541) at 20240906080037368 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/l3-noc.txt' (13,542) at 20210307214925278 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevdev/libevdev_1.13.3.bb' (13,543) at 20241221090017696 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/al3010.c' (13,544) at 20241211090145433 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/common/ivm.c' (13,545) at 20210308005003012 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/Kconfig' (13,546) at 20220525020652002 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/rsnd.h' (13,547) at 20240405153232191 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/cache.json' (13,548) at 20240405153054113 2025-03-14 03:00:46.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-command.c' (13,549) at 20230426080043956 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_overlay.c' (13,550) at 20240405153048361 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cache-l2x0.h' (13,551) at 20240405153229907 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si_reg.h' (13,552) at 20210307214928022 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_mixer.h' (13,553) at 20220627100016978 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/snapper9260.c' (13,554) at 20210308005002924 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb' (13,555) at 20241221090017508 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv50.c' (13,556) at 20220525020652967 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/Makefile' (13,557) at 20220525020654499 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts' (13,558) at 20240405153229947 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/serial.py' (13,559) at 20241221090017628 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (13,560) at 20241206090014218 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-is2.dts' (13,561) at 20240405153045457 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/utility.hpp' (13,562) at 20240605080028259 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml' (13,563) at 20221207040023627 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/smbios.c' (13,564) at 20240405153047041 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.network' (13,565) at 20220830030522909 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/test.sh' (13,566) at 20230131040012063 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/table.cpp' (13,567) at 20231129090008761 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/devpts' (13,568) at 20210307205554482 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/030' (13,569) at 20240326080039726 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_srio.h' (13,570) at 20210308005002840 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb_15.2.bb' (13,571) at 20241221090017660 to deleted uid set 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/meson.build' (13,572) at 20210501000157730 to deleted uid set 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8186/mt8186-clk.h' (13,573) at 20240405153054001 2025-03-14 03:00:46.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_mmu.h' (13,574) at 20240405153048605 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_transport.h' (13,575) at 20240405153231427 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/usleep_1.2.bb' (13,576) at 20241221090017508 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/core/generic-idle-thread/arch-support.txt' (13,577) at 20240405153045197 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/pcie_aux_regs.h' (13,578) at 20240405153046605 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/sf.h' (13,579) at 20240405153050133 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,pcf85363.yaml' (13,580) at 20240405153045153 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html' (13,581) at 20210307205554246 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.9.1.bb' (13,582) at 20241221090017576 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/dwc_ahsata_priv.h' (13,583) at 20210308005003332 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/test_hyp_network_manager.cpp' (13,584) at 20221204040023565 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_reset.c' (13,585) at 20210307214928434 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5_isi.dtsi' (13,586) at 20240405153045469 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/Makefile' (13,587) at 20210308005003088 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mmzone.h' (13,588) at 20210307214926666 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/profile.hpp' (13,589) at 20230201040022463 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_waitv.c' (13,590) at 20240405153054305 2025-03-14 03:00:46.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8994.h' (13,591) at 20210307214929122 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_tx.h' (13,592) at 20240405153050701 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/lattice.c' (13,593) at 20210308005003376 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/configs/xen.config' (13,594) at 20240405153046357 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_chnl_cfg.h' (13,595) at 20240405153050793 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/indented-expr.out' (13,596) at 20241211090212542 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_svinval.c.inc' (13,597) at 20241211090212514 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/i2c.h' (13,598) at 20220525020654667 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/index.rst' (13,599) at 20220525020651774 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msenc/Kbuild' (13,600) at 20210307214927942 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-bonnell.json' (13,601) at 20231107090019125 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb' (13,602) at 20241206090014274 to deleted uid set 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_led.c' (13,603) at 20210819100021610 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/stellaris_gamepad.c' (13,604) at 20240906080037236 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredsjon' (13,605) at 20210307205553778 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svardsosund_Svardso' (13,606) at 20210307205553790 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ehl-metrics.json' (13,607) at 20220525020655151 2025-03-14 03:00:46.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/netdev-times.py' (13,608) at 20240405153054161 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fault-inject.c' (13,609) at 20240405153053085 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/metric_report.hpp' (13,610) at 20240817080003187 to deleted uid set 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-pb1176.dts' (13,611) at 20240405153229863 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/251.out' (13,612) at 20210308005046465 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/vctrl.txt' (13,613) at 20240405153229791 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_pmu.c' (13,614) at 20240712080021057 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_cmn.h' (13,615) at 20240405153048541 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/pei_data.h' (13,616) at 20210308005002876 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/188.out' (13,617) at 20210308005046457 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_stats.h' (13,618) at 20240405153049897 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/gdc_v2_defs.h' (13,619) at 20210307214930542 2025-03-14 03:00:46.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-auxtek-t003.dts' (13,620) at 20210308005002620 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765.c' (13,621) at 20240405153230211 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h' (13,622) at 20240405153048789 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/cpld.c' (13,623) at 20210308005002996 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-rs422.dtso' (13,624) at 20240405153045729 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/vhost-user-blk.c' (13,625) at 20221215040039374 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch' (13,626) at 20241221090017664 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strrchr.S' (13,627) at 20240405153229859 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/colibri_imx7.c' (13,628) at 20210308005003084 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts' (13,629) at 20240405153045825 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb' (13,630) at 20241206090014238 2025-03-14 03:00:46.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/hamradio/z8530drv.rst' (13,631) at 20210309003648448 2025-03-14 03:00:46.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/pkt_cls.h' (13,632) at 20240405153054053 2025-03-14 03:00:46.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Progress/meson.build' (13,633) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/gdbcont.c' (13,634) at 20210308005003764 2025-03-14 03:00:46.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-1.c' (13,635) at 20240906080037576 2025-03-14 03:00:46.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx1-clock.h' (13,636) at 20210307214931326 2025-03-14 03:00:46.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section.h' (13,637) at 20241114091008832 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/verbs.c' (13,638) at 20241008080013935 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/ffdc_file.cpp' (13,639) at 20240904080029670 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch' (13,640) at 20241221090017688 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_attribs.c' (13,641) at 20210308005003552 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_qoriq_debugfs.c' (13,642) at 20210307214930174 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy16_C-99.0W' (13,643) at 20210307205553762 2025-03-14 03:00:46.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/event.c' (13,644) at 20240405153048625 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_events_hist.c' (13,645) at 20240910080014090 to deleted uid set 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics_spapr.c' (13,646) at 20240906080037244 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/expr.h' (13,647) at 20240726080012878 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig' (13,648) at 20210307205554454 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/overlayfs/namei.c' (13,649) at 20240405153231719 to deleted uid set 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml' (13,650) at 20240405153045185 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/.gitignore' (13,651) at 20210308005113633 2025-03-14 03:00:46.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Beerware' (13,652) at 20211006000025230 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/cve-json-to-text.py' (13,653) at 20241221090017700 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.h' (13,654) at 20240405153047273 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793-u-boot.dtsi' (13,655) at 20210308005002600 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/kgd_pp_interface.h' (13,656) at 20240405153230499 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-trace.c' (13,657) at 20210307214928982 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst' (13,658) at 20240405153045289 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/ashrdi3.S' (13,659) at 20240405153046513 2025-03-14 03:00:46.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amlogic/Kconfig' (13,660) at 20240405153049393 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-mips-bits.h' (13,661) at 20240405153054369 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/gdbinit.reset' (13,662) at 20210308005002944 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/nospec-branch.c' (13,663) at 20240405153046285 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/hisi-rng.c' (13,664) at 20210309003649216 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ehv_bytechan.c' (13,665) at 20240405153231503 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8x74.c' (13,666) at 20240405153051349 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/fan.hpp' (13,667) at 20230201040022463 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-nic78bx.c' (13,668) at 20210307214928550 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/static.inc' (13,669) at 20230114040015490 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/pcs-639x.c' (13,670) at 20240405153230907 2025-03-14 03:00:46.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/size/.gitignore' (13,671) at 20210307214932722 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xilinx_zynq.c' (13,672) at 20241211090212254 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml' (13,673) at 20240405153045109 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/0001-include-libgen.h-for-basename-API-prototype.patch' (13,674) at 20240413080012635 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/md5.h' (13,675) at 20210307214931310 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kernel_abi.py' (13,676) at 20240405153229831 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ti,nspire-keypad.txt' (13,677) at 20210307214925338 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/generic.h' (13,678) at 20210307214926226 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/defines.hpp' (13,679) at 20210308005056661 to deleted uid set 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/confidential-guest.c' (13,680) at 20240906080037480 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/Makefile' (13,681) at 20240405153049425 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/README' (13,682) at 20210308005116217 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/Kconfig' (13,683) at 20241104090011571 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec.c' (13,684) at 20240405153231019 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal' (13,685) at 20210307205553874 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_s_ph.c' (13,686) at 20210308005046509 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/README' (13,687) at 20210307214932566 2025-03-14 03:00:46.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/mpipl/test_mpipl_basic.robot' (13,688) at 20240628080017117 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kmod/kmod.sh' (13,689) at 20240405153054313 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ttable_64.S' (13,690) at 20210307214926602 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/237' (13,691) at 20220429100100914 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754sp.c' (13,692) at 20210307214926274 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-fpga.dts' (13,693) at 20220617030036053 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-Add-LDFLAGS-to-linker-cmdline.patch' (13,694) at 20230706080014733 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/samsung/exynos-regs-pmu.h' (13,695) at 20220525020654615 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90632.yaml' (13,696) at 20240405153045077 2025-03-14 03:00:46.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/lzma.c' (13,697) at 20240405153232239 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/utils.cpp' (13,698) at 20240822080027617 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/openpic_kvm.h' (13,699) at 20210308005046025 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5696-i2c.c' (13,700) at 20240405153048977 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c' (13,701) at 20240405153230927 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_vlan_upper_pvid.sh' (13,702) at 20240405153232279 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-kernel/linux/linux-nuvoton/olympus-nuvoton.cfg' (13,703) at 20210307205554090 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/atmel-smc.c' (13,704) at 20240405153049601 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/asm-offsets.h' (13,705) at 20210307214926758 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_syscfg_regdef.h' (13,706) at 20240405153051901 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/xlnx-versal-ospi.h' (13,707) at 20240326080039542 2025-03-14 03:00:46.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-intel_th-output-devices' (13,708) at 20210307214925194 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vdpa.c' (13,709) at 20240906080037316 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/Makefile' (13,710) at 20210308005003024 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/ap_card.c' (13,711) at 20240405153051525 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rbtree.c' (13,712) at 20210308005003712 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_namespacing.c' (13,713) at 20210307214932642 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pca9552.c' (13,714) at 20241211090212274 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/leadtek,ltk035c5444t.yaml' (13,715) at 20240405153045041 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/suspend-x2-proc.cfg' (13,716) at 20210307214932618 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/libbpf_probes.c' (13,717) at 20240405153054253 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/LICENSE' (13,718) at 20210308005107065 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Helsingborg_Olympia' (13,719) at 20210307205553782 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/pinmux.h' (13,720) at 20210308005002780 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-jazz/floppy.h' (13,721) at 20210307214926222 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ipw.h' (13,722) at 20210307214929822 2025-03-14 03:00:46.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/uc101.dts' (13,723) at 20210307214926358 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/README.md' (13,724) at 20240807080021830 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm7445_defconfig' (13,725) at 20210308005003252 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/lp87565_regulator.c' (13,726) at 20210308005003472 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar956x_initvals.h' (13,727) at 20210307214929766 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mailbox-uclass.h' (13,728) at 20210308005003672 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/dectypes.h' (13,729) at 20210307214926206 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/volatile-considered-harmful.rst' (13,730) at 20210309003648472 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/buildstats.bbclass' (13,731) at 20241221090017604 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts' (13,732) at 20240405153229915 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/layouts/onie-tlv.c' (13,733) at 20240405153051205 to deleted uid set 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeFunctionCollection_v1.xml' (13,734) at 20240619080002932 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-sbc-imx7.dts' (13,735) at 20240405153045533 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@340/vrm@42.conf' (13,736) at 20240904080027738 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/unistd_64.h' (13,737) at 20241211090212374 2025-03-14 03:00:46.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ibt.h' (13,738) at 20240405153046385 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/irq_kern.h' (13,739) at 20240405153230099 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/zorro-sysfs.c' (13,740) at 20210307214930986 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_cmd.c' (13,741) at 20240405153048701 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sh_sdhi.c' (13,742) at 20210308005003408 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver/fix-cross-compile.patch' (13,743) at 20230503080014591 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/Makefile' (13,744) at 20210726100024667 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/desc.c' (13,745) at 20240326080039498 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc2007_core.c' (13,746) at 20240405153049165 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-KeelylangHill' (13,747) at 20210307205553798 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/board.c' (13,748) at 20210308005003048 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeFunctionCollection.json' (13,749) at 20240619080002952 2025-03-14 03:00:46.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio.rst' (13,750) at 20220525020654131 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_app.c' (13,751) at 20240624080012796 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/virtual-memory.json' (13,752) at 20240405153054145 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/qcom_glink_smem.c' (13,753) at 20240405153051489 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ali5451/ali5451.c' (13,754) at 20220525020654987 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-qds-duart.dts' (13,755) at 20210308005002596 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml' (13,756) at 20240405153045041 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/plip/Kconfig' (13,757) at 20210307214929698 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/Makefile' (13,758) at 20210308005002972 2025-03-14 03:00:46.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ppp_generic.rst' (13,759) at 20220525020651750 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/context.c' (13,760) at 20210307214932178 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_settings.pl' (13,761) at 20210308005052045 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/seg6_iptunnel.c' (13,762) at 20240624080012828 to deleted uid set 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/adux1020.c' (13,763) at 20240405153048997 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_action_mock.hpp' (13,764) at 20220607100029059 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-kernel/linux/linux-aspeed_%.bbappend' (13,765) at 20240120090012778 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_peer.c' (13,766) at 20240405153054281 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_acct.h' (13,767) at 20240405153231855 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/load_bytes_relative.c' (13,768) at 20240405153054253 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/rxkad.c' (13,769) at 20240830080013359 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power_state' (13,770) at 20210307214925198 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/loongson,ls2k-clk.h' (13,771) at 20240405153052645 2025-03-14 03:00:46.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/pxa2xx-cpufreq.c' (13,772) at 20240405153046917 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/vrfb.c' (13,773) at 20210307214930930 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-s5pv210-audss.c' (13,774) at 20240405153046845 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/Kconfig' (13,775) at 20240405153051405 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/reservoir.hpp' (13,776) at 20230523080003149 to deleted uid set 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-emmc.dts' (13,777) at 20240405153045529 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/modes/interface/input_buf.isp.h' (13,778) at 20210307214930562 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mp.c' (13,779) at 20210308005002832 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_core.c' (13,780) at 20220525020655007 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/virtio-serial-bus.c' (13,781) at 20240906080037208 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_structs.h' (13,782) at 20220429100100646 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_transform_v.h' (13,783) at 20210307214927286 2025-03-14 03:00:46.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dalmore_defconfig' (13,784) at 20210308005003256 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_elf.h' (13,785) at 20240906080037156 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-mira.dtsi' (13,786) at 20240405153045517 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/memcopy.S' (13,787) at 20240405153046513 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_api.h' (13,788) at 20210308005003644 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest3.decode' (13,789) at 20210308005046389 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/stih407-resets.h' (13,790) at 20210307214931350 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blkpg.h' (13,791) at 20210307214931362 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda826x.h' (13,792) at 20220525020653247 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/README' (13,793) at 20210308005003048 2025-03-14 03:00:46.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation/meson.build' (13,794) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/cam.h' (13,795) at 20210307214929922 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/push206e.h' (13,796) at 20210309003649824 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/sdeventplus.wrap' (13,797) at 20220819030023853 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-vyasa-u-boot.dtsi' (13,798) at 20210308005002608 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104xrdb.h' (13,799) at 20210308005002992 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/drv.c' (13,800) at 20241008080013955 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpufreq-info.c' (13,801) at 20240405153054213 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/mx35_sdram.c' (13,802) at 20210308005002544 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apispec_6.7.1.bb' (13,803) at 20241221090017548 to deleted uid set 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/st,typec-stm32g0.yaml' (13,804) at 20240405153045185 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fsl,sai-clock.yaml' (13,805) at 20240405153045025 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/msm_smem.c' (13,806) at 20210308005003488 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-npcm/headsmp.S' (13,807) at 20240405153045657 2025-03-14 03:00:46.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/intel_dptf.rst' (13,808) at 20240405153045197 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/mm/slabinfo.c' (13,809) at 20241111090012169 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/asm-offsets.c' (13,810) at 20241211090145389 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/core.c' (13,811) at 20220525020653723 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a4_00000007.dtsi' (13,812) at 20210308005002872 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/bletchley-sled-insertion@.target' (13,813) at 20230310090018691 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/read.c' (13,814) at 20240405153231699 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/udmabuf.h' (13,815) at 20210307214931662 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/lapic.h' (13,816) at 20210308005002880 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/Kconfig' (13,817) at 20210308005002816 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_sensor.mako.hpp' (13,818) at 20220408030020980 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/winbond-cir.c' (13,819) at 20240405153049521 2025-03-14 03:00:46.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_arp/arp_tables.h' (13,820) at 20240405153052749 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/tracing_map.c' (13,821) at 20241216090017781 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/hyperv/Makefile' (13,822) at 20220525020651946 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_blk.h' (13,823) at 20240405153052945 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/legacy_instructions.rst' (13,824) at 20240405153044973 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_venc.h' (13,825) at 20240405153048569 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libxslt/libxslt_1.1.42.bb' (13,826) at 20241221090017696 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mctp/mctp-i2c.c' (13,827) at 20241111090012129 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_cir.c' (13,828) at 20210309003649916 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/memory.c' (13,829) at 20220525020651986 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/cpu.c' (13,830) at 20210308005002800 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hil.h' (13,831) at 20210307214931394 2025-03-14 03:00:46.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensa-softmmu.mak' (13,832) at 20210927100127057 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py' (13,833) at 20220910030013405 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@82000/power-supply@58.conf' (13,834) at 20210307205554094 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_sfc.h' (13,835) at 20240405153054013 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost.inc' (13,836) at 20230114040015550 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb' (13,837) at 20240413080012647 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/frsqrtes.c' (13,838) at 20210307214926434 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist.tc' (13,839) at 20220525020655207 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7795-cpg-mssr.h' (13,840) at 20210308005003632 2025-03-14 03:00:46.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/phosphor-ldap-config/meson.build' (13,841) at 20240423080031711 to deleted uid set 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_reg_def.h' (13,842) at 20220525020652370 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_dma.h' (13,843) at 20210309003651788 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.17.bb' (13,844) at 20221003030013285 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/Kconfig' (13,845) at 20240405153049221 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/phosphor-dbus-interfaces.wrap' (13,846) at 20220331030041643 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CMU-Mach' (13,847) at 20241221090017616 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm8350.c' (13,848) at 20240405153046829 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_reporting.c' (13,849) at 20240503080014510 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png' (13,850) at 20210307205554610 to deleted uid set 2025-03-14 03:00:46.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5.dtsi' (13,851) at 20210308005002572 2025-03-14 03:00:46.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/btf.h' (13,852) at 20240405153052909 2025-03-14 03:00:46.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/qla2xxx/qla_def.h' (13,853) at 20240805080014003 to deleted uid set 2025-03-14 03:00:46.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/index.rst' (13,854) at 20240405153045213 2025-03-14 03:00:46.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/lowlevel_init.S' (13,855) at 20210308005002712 2025-03-14 03:00:46.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex2_user.c' (13,856) at 20240405153053425 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/seg6_hmac.h' (13,857) at 20210307214931574 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/netserver.service' (13,858) at 20210812000025186 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/internationalization.md' (13,859) at 20240419080038341 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp.h' (13,860) at 20210307214929570 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/irq.h' (13,861) at 20220627100016934 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/scripts/wait-vpd-parsers.sh' (13,862) at 20240104090016070 to deleted uid set 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch' (13,863) at 20231011080016610 to deleted uid set 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ioremap.c' (13,864) at 20240405153230047 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm6318-power-domain.h' (13,865) at 20210308005003640 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/renesas,hscif.yaml' (13,866) at 20240405153045153 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/kfunc_dynptr_param.c' (13,867) at 20240405153054253 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/bsc913x_qds.c' (13,868) at 20240405153230051 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/panel-aa104xd12.dtsi' (13,869) at 20240405153045801 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c' (13,870) at 20240919080017066 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_stress_parallelism.c' (13,871) at 20210307214932722 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dts' (13,872) at 20240405153229967 2025-03-14 03:00:46.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server-volatiles.conf' (13,873) at 20210307205554122 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/vfio_dev.h' (13,874) at 20240405153231575 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/fail.h' (13,875) at 20240405153053389 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_close_while_nested_test.c' (13,876) at 20240405153054325 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/cpu-load.rst' (13,877) at 20220525020651766 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_aops.c' (13,878) at 20241023080012899 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv_hart.c' (13,879) at 20210308005045945 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/nic7018_wdt.c' (13,880) at 20240405153052241 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/filelayout/Makefile' (13,881) at 20210307214931150 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/pstree.c' (13,882) at 20240405153046625 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/advantech_ec_wdt.c' (13,883) at 20240405153052237 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pam.c' (13,884) at 20230925080039893 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/onnn,fan53880.yaml' (13,885) at 20210309003648388 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/rainier_2u_chassis.json' (13,886) at 20231212090004998 2025-03-14 03:00:46.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/x86_start16_spl.py' (13,887) at 20210308005003748 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_execlists.c' (13,888) at 20240405153048505 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c' (13,889) at 20240405153054249 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-primo81.dts' (13,890) at 20210308005002620 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_logging.h' (13,891) at 20210307214930410 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-axi-spi-engine.c' (13,892) at 20240520080015183 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpios.c' (13,893) at 20210307214932234 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/efivarfs/.gitignore' (13,894) at 20210307214932670 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_clocking.c' (13,895) at 20240405153049761 2025-03-14 03:00:46.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-trbe.h' (13,896) at 20240405153230671 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch' (13,897) at 20241221090017648 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/Detector/meson.build' (13,898) at 20241123090016863 to deleted uid set 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_sctp.c' (13,899) at 20240405153232059 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi-defs.h' (13,900) at 20240906080037328 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/tune-cortexm35p.inc' (13,901) at 20240301090012451 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwlock/sprd-hwspinlock.txt' (13,902) at 20210307214925322 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/xlnx,zynqmp-rtc.yaml' (13,903) at 20240405153045153 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/zenity/zenity_4.0.3.bb' (13,904) at 20241221090017488 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/law.c' (13,905) at 20210308005003052 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/lshrdi3.c' (13,906) at 20210308005002816 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BatteryMetrics_v1.xml' (13,907) at 20240619080002920 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/dps310.c' (13,908) at 20241211090212334 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/patch-acceptance.rst' (13,909) at 20240405153045249 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace.c' (13,910) at 20240405153046149 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m54xxacr.h' (13,911) at 20210307214926162 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/openocd.cfg' (13,912) at 20210308005002908 2025-03-14 03:00:46.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-rect.h' (13,913) at 20210309003653948 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/vx_core.h' (13,914) at 20210307214931602 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/gpu/i915.sh' (13,915) at 20210307214932666 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/cxl_upstream.c' (13,916) at 20241211090212314 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/sti-dwmac.txt' (13,917) at 20240405153229779 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/distro/include/tcmode-default.inc' (13,918) at 20241221090017612 to deleted uid set 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/chip.h' (13,919) at 20240405153050613 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/git.py' (13,920) at 20241221090017588 2025-03-14 03:00:46.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/prio.json' (13,921) at 20240405153054377 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_active.c' (13,922) at 20240405153048521 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc2992.rst' (13,923) at 20220525020651738 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/cdc-wdm.c' (13,924) at 20240624080012804 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/dbus-dir.bbclass' (13,925) at 20211006000025206 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig' (13,926) at 20210308005003236 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/monitor/meson.build' (13,927) at 20230925080039825 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb' (13,928) at 20241221090017664 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/pio.h' (13,929) at 20220525020653135 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bdw_rt286.c' (13,930) at 20240405153232179 2025-03-14 03:00:46.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-elan.c' (13,931) at 20240405153048813 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_bitmap.c' (13,932) at 20240405153046705 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-common/cpu/timer.h' (13,933) at 20210307214926554 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.bb' (13,934) at 20241221090017636 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb' (13,935) at 20241221090017520 to deleted uid set 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/conf/layer.conf' (13,936) at 20241221090017568 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,twd.yaml' (13,937) at 20240405153045105 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt' (13,938) at 20210307214925342 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/coco/Makefile' (13,939) at 20240405153046357 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/bsc9132_serdes.c' (13,940) at 20210308005002828 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/omap_serial.txt' (13,941) at 20210308005003308 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_rename.sh' (13,942) at 20240405153054241 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,adau1977.yaml' (13,943) at 20240405153045157 2025-03-14 03:00:46.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/regs-mfc-v6.h' (13,944) at 20240405153049465 2025-03-14 03:00:46.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U.h' (13,945) at 20240405153051893 2025-03-14 03:00:46.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/trace.h' (13,946) at 20240405153049185 2025-03-14 03:00:46.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c' (13,947) at 20240405153230335 2025-03-14 03:00:46.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-lxml_5.3.0.bb' (13,948) at 20241221090017668 2025-03-14 03:00:46.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com20020_cs.c' (13,949) at 20240405153049721 2025-03-14 03:00:46.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/qp.h' (13,950) at 20240805080014027 2025-03-14 03:00:46.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Guliksberg_Rodvattnet' (13,951) at 20210307205553782 2025-03-14 03:00:46.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_mbx.c' (13,952) at 20240405153049981 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/Makefile' (13,953) at 20210308005003456 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/hi655x-pmic.h' (13,954) at 20240405153231819 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro/0001-Default-43455-firmware-to-standard-variant.patch' (13,955) at 20221003030013297 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bblayers.py' (13,956) at 20241221090017628 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_aux.c' (13,957) at 20240613080016407 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/virtual-memory.json' (13,958) at 20240405153054149 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/rings.c' (13,959) at 20240326080039466 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-global/logging.bbclass' (13,960) at 20220910030013385 to deleted uid set 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/msu.h' (13,961) at 20210307214928150 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/starfive/Kconfig' (13,962) at 20240405153051769 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ring_mode.c' (13,963) at 20240405153050301 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-mac-config.bb' (13,964) at 20241206090014226 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test' (13,965) at 20240326080039734 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_nvmetcp.h' (13,966) at 20220525020653627 2025-03-14 03:00:46.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/devkit3250_defconfig' (13,967) at 20210308005003256 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-no-list.err' (13,968) at 20210308005046405 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/README.md' (13,969) at 20221213040022685 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-bug-fix-on-separated-CR-and-LF.patch' (13,970) at 20230317080013785 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_wildfire.c' (13,971) at 20220525020651802 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp-bootblock.bbclass' (13,972) at 20230413080015624 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.metadata.yaml' (13,973) at 20220430030026020 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' (13,974) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/bindings/bindings_helper.h' (13,975) at 20240405153232095 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_device.c' (13,976) at 20240405153232087 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_main.c' (13,977) at 20240405153051533 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x25ek.dts' (13,978) at 20210308005002572 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/iobp.c' (13,979) at 20210308005002852 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/pxa/Makefile' (13,980) at 20240405153051765 2025-03-14 03:00:46.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/debugfs.c' (13,981) at 20241216090017773 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/blink/leds-bcm63138.c' (13,982) at 20240405153049213 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2770.c' (13,983) at 20240405153053805 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/winbond.c' (13,984) at 20240405153049705 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/intc-5272.c' (13,985) at 20210307214926138 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-chestnut43.dts' (13,986) at 20240405153045605 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9v032.c' (13,987) at 20240405153049321 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_interface.c' (13,988) at 20210307214927266 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/MAINTAINERS' (13,989) at 20210308005003028 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/rpm-chksec.sh' (13,990) at 20210307205554130 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/xtensa/index.rst' (13,991) at 20240405153044989 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/8250_pci.h' (13,992) at 20210307214931354 2025-03-14 03:00:46.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_mech.c' (13,993) at 20240405153232079 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/module.h' (13,994) at 20210307214926230 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/config' (13,995) at 20240405153054301 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unidiff/run-ptest' (13,996) at 20240301090012435 to deleted uid set 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/oca4080.dts' (13,997) at 20210307214926346 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_int.h' (13,998) at 20240830080013303 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rs409.dts' (13,999) at 20240405153045457 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/slb.c' (14,000) at 20240405153046185 2025-03-14 03:00:46.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/extended/test_bmc_stress_buster.robot' (14,001) at 20230512080020573 to deleted uid set 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch' (14,002) at 20230114040015490 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/Kconfig' (14,003) at 20210308005003008 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/__ffs.h' (14,004) at 20210307214932474 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh_ps.c' (14,005) at 20240405153053293 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/triehash' (14,006) at 20210307205554494 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ISC-Veillard' (14,007) at 20241221090017616 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lion_rk3368.h' (14,008) at 20210308005003600 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/aml-debugger.rst' (14,009) at 20210307214925494 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7362.dtsi' (14,010) at 20210307214926190 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/deflate_xip_data.sh' (14,011) at 20210307214925678 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_raddu_w_qb.c' (14,012) at 20210308005046505 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian.inc' (14,013) at 20241221090017672 to deleted uid set 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC837XERDB.h' (14,014) at 20210308005003576 2025-03-14 03:00:46.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sata.h' (14,015) at 20210308005003684 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ftide010.c' (14,016) at 20240405153230179 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vitberget' (14,017) at 20210307205553794 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov4689.yaml' (14,018) at 20240405153045093 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_event.c' (14,019) at 20241104090011563 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/types.hpp' (14,020) at 20241119090031273 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/hyperv.h' (14,021) at 20240405153054317 2025-03-14 03:00:46.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-block.h' (14,022) at 20210308005046037 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/apparmorfs.c' (14,023) at 20240910080014098 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tsb.h' (14,024) at 20210307214926586 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/instrumented-non-atomic.h' (14,025) at 20240405153052617 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/system/kernel.ld' (14,026) at 20220429100100946 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/qrtr.h' (14,027) at 20210307214931658 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mmc_timing.c' (14,028) at 20240405153046857 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cmac.c' (14,029) at 20240405153046533 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_mbx.h' (14,030) at 20210307214927078 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/pasemi_nand.c' (14,031) at 20240405153049701 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/kn01-berr.c' (14,032) at 20210307214926206 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/xilinx/Kconfig' (14,033) at 20210309003652052 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/sisfb.h' (14,034) at 20210307214931698 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/image-vars.h' (14,035) at 20240405153230067 2025-03-14 03:00:46.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/phosphor-dbus-interfaces.wrap' (14,036) at 20240229090015607 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sgl_float.h' (14,037) at 20210307214926334 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-verify.c' (14,038) at 20210308005003712 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb' (14,039) at 20241206090014250 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/swarm/platform.c' (14,040) at 20240405153046053 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/cable.hpp' (14,041) at 20241217090008764 to deleted uid set 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/mxic_nand.c' (14,042) at 20240405153049697 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/machine/fp5280g3.conf' (14,043) at 20240719080014909 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/poly1305.c' (14,044) at 20210524100035086 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch' (14,045) at 20220910030013425 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/include/perf/perf_dlfilter.h' (14,046) at 20240405153054105 2025-03-14 03:00:46.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_lazy.h' (14,047) at 20240405153053117 2025-03-14 03:00:46.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpm1.h' (14,048) at 20210309003648876 2025-03-14 03:00:46.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/apphandler.hpp' (14,049) at 20210308004925444 to deleted uid set 2025-03-14 03:00:46.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite.conf' (14,050) at 20230311090013139 2025-03-14 03:00:46.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel-mid/intel-mid.c' (14,051) at 20220525020652194 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jbd2.h' (14,052) at 20241018080014566 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/arche-apb-ctrl.c' (14,053) at 20240613080016467 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5645.c' (14,054) at 20240405153049325 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/machine-none-test.c' (14,055) at 20241211090212546 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/MAINTAINERS' (14,056) at 20210308005003048 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig' (14,057) at 20210308005003256 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/ti-edma3.h' (14,058) at 20210308005002708 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/remote-console-controller.html' (14,059) at 20210308005107077 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/tout.h' (14,060) at 20240405153050129 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_platform-mips.c' (14,061) at 20210308005002540 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/test_dtoc.py' (14,062) at 20210308005003760 2025-03-14 03:00:46.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nvidia.c' (14,063) at 20240405153231587 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch' (14,064) at 20241221090017640 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/gro.c' (14,065) at 20241011080017387 to deleted uid set 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/generator/sections/gen-section.h' (14,066) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/insecure.c' (14,067) at 20240405153053361 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-nanopi-a64.dts' (14,068) at 20210308005002616 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/lpc32xx.h' (14,069) at 20210307214925898 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/crypto.c' (14,070) at 20220525020654863 2025-03-14 03:00:46.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_pci_vfio.c' (14,071) at 20240906080037284 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.h' (14,072) at 20240405153048637 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LOOP' (14,073) at 20241221090017616 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-vfp.c' (14,074) at 20241211090212478 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/gpex.h' (14,075) at 20240906080037336 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acct.h' (14,076) at 20240405153052657 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v5_0.h' (14,077) at 20220525020652470 2025-03-14 03:00:46.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/initd.smartd' (14,078) at 20210307205553934 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm281xx.c' (14,079) at 20240405153051305 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-madera-core.c' (14,080) at 20240405153051309 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/levenshtein.c' (14,081) at 20220525020655171 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/transport.h' (14,082) at 20210307214930874 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-xpcs.h' (14,083) at 20240405153231075 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/b4860_ids.c' (14,084) at 20210308005002828 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/perf_images.h' (14,085) at 20210307214926330 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/LICENSE' (14,086) at 20210308005132793 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/configs/targets/i386-softmmu.mak' (14,087) at 20240906080037160 to deleted uid set 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/lowlevel_init.S' (14,088) at 20210308005002820 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lvds_regs.h' (14,089) at 20240405153048457 2025-03-14 03:00:46.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/common-defs.rst' (14,090) at 20210309003648488 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_debugfs.c' (14,091) at 20240405153051733 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c' (14,092) at 20240405153230935 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/fru_identity_test.cpp' (14,093) at 20220806030027601 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/video/uvesafb.h' (14,094) at 20210307214931694 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/flat.lds' (14,095) at 20210308005046177 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/sdtest.cpp' (14,096) at 20210308005049145 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/scsiglue.h' (14,097) at 20210307214930874 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/port_scale.sh' (14,098) at 20220525020655207 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-rtmutex.h' (14,099) at 20210307214931806 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_prime.c' (14,100) at 20240405153048705 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/robust-futexes.rst' (14,101) at 20210307214925518 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/dma.c' (14,102) at 20210307214925946 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_maddu.c' (14,103) at 20210308005046525 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pxa2xx_base.h' (14,104) at 20210307214930042 2025-03-14 03:00:46.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/virtual-media.scss' (14,105) at 20210308005107077 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_host.c' (14,106) at 20210308005003520 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml' (14,107) at 20220525020651666 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/io_pgtable_v2.c' (14,108) at 20241008080013935 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/implicit.h' (14,109) at 20240405153054025 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/get-all-properties.cpp' (14,110) at 20240817080036816 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/Kconfig' (14,111) at 20210308005003008 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/brcm,bcm963xx-cfe-nor-partitions.txt' (14,112) at 20210307214925370 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/extable.c' (14,113) at 20220525020654747 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpuidle.h' (14,114) at 20240405153052673 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/mod_shared.h' (14,115) at 20210307214927318 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/connect_force_port6.c' (14,116) at 20240405153054269 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch' (14,117) at 20230706080014761 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/xlnx,zynq-ddrc-a05.yaml' (14,118) at 20240405153229775 2025-03-14 03:00:46.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py' (14,119) at 20210307205554258 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/kvm_onhyperv.c' (14,120) at 20240405153046449 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios.c' (14,121) at 20210308005002884 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_encoder.c' (14,122) at 20220525020652979 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/MCFG' (14,123) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb' (14,124) at 20230114040015534 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/push906f.h' (14,125) at 20210309003649824 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/nvme-test.c' (14,126) at 20240906080037572 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/spmi.h' (14,127) at 20220818100014823 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/ppc-memtrace' (14,128) at 20210307214925190 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/uprobes/actions-arm.c' (14,129) at 20210307214925986 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64_2.0.0.1.bb' (14,130) at 20240301090012427 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/MAINTAINERS' (14,131) at 20210308005003040 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/Makefile' (14,132) at 20210308005003372 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/manager.hpp' (14,133) at 20230714080040163 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86-64/machconfig' (14,134) at 20210307205554390 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/dccp/ipv6.c' (14,135) at 20240830080013347 to deleted uid set 2025-03-14 03:00:46.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pcs/pcs-xpcs.h' (14,136) at 20240405153231831 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hosts.c' (14,137) at 20240405153231403 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/uptodate.c' (14,138) at 20220525020654479 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/Makefile' (14,139) at 20210307214930006 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/deflate.h' (14,140) at 20210308005003716 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/virtual/mac80211_hwsim.h' (14,141) at 20240405153050729 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/zones.md' (14,142) at 20240807080019546 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2081a-rdb.dts' (14,143) at 20210308005002580 2025-03-14 03:00:46.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/0001-otbr-agent.service.in-remove-pre-exec-hook-for-mdns-.patch' (14,144) at 20220414030020024 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/police.json' (14,145) at 20240405153054377 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7785lcr_defconfig' (14,146) at 20240405153046309 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-lcdif.h' (14,147) at 20210308005002676 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-wavecomp' (14,148) at 20210308005045769 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/voltagedomains44xx_data.c' (14,149) at 20210307214925930 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff' (14,150) at 20240316080012480 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/fifo_icap.h' (14,151) at 20210307214926958 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/renesas/rcar-rst.c' (14,152) at 20240405153051769 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/openssl11_build_fix.patch' (14,153) at 20230520080014488 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-apple.sh' (14,154) at 20240405153054309 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/renesas/Makefile' (14,155) at 20240405153231451 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/hwmon.c' (14,156) at 20240405153231271 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ipc-run_20231003.0.bb' (14,157) at 20231126090012793 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/lasips2.c' (14,158) at 20240906080037236 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/event_fifo_private.h' (14,159) at 20210307214930542 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/Kconfig' (14,160) at 20210308005003172 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm_git.bbappend' (14,161) at 20241206090014230 2025-03-14 03:00:46.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/irq_64.c' (14,162) at 20240405153046433 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_io.h' (14,163) at 20210307214928614 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/sandbox.c' (14,164) at 20210308005003472 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/enclu.h' (14,165) at 20220525020652146 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/chassishandler.hpp' (14,166) at 20210715000048768 to deleted uid set 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/gpio-line-name.c' (14,167) at 20240405153054305 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi' (14,168) at 20240405153045717 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mxic.c' (14,169) at 20240405153051789 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ll_cache.json' (14,170) at 20240405153054113 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-gnutls.c' (14,171) at 20241211090212230 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/gt215.c' (14,172) at 20220525020652959 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/sta2x11/Kconfig' (14,173) at 20240405153049381 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/rse.h' (14,174) at 20210307214926122 2025-03-14 03:00:46.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp3x-rt5682-max9836.c' (14,175) at 20240405153232139 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-dmar-vtd.c' (14,176) at 20241114091008832 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-fuzz' (14,177) at 20230925080040085 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/Kconfig' (14,178) at 20210308005003172 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/MAINTAINERS' (14,179) at 20210308005002956 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-mlxcpld.rst' (14,180) at 20210307214925518 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/replay_kernel.py' (14,181) at 20240906080037556 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_d.c' (14,182) at 20210308005046517 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/xe.rst' (14,183) at 20240405153045213 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/tree_connect.c' (14,184) at 20240919080017078 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-plladiv.c' (14,185) at 20210308005003348 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-omap.h' (14,186) at 20240405153052769 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/am200epd.c' (14,187) at 20210307214925934 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a779a0-sysc.c' (14,188) at 20240405153231351 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/wic/beaglebone-yocto.wks' (14,189) at 20210407000018110 2025-03-14 03:00:46.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/module.c' (14,190) at 20210307214926570 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/qp.c' (14,191) at 20240405153049109 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/ipset/ip_set_bitmap.h' (14,192) at 20210307214931642 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-konepure.c' (14,193) at 20240405153230655 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xmb_cmp.dtsi' (14,194) at 20210308005002612 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/denormal.c' (14,195) at 20210307214926334 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-zoned.rst' (14,196) at 20240405153044941 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utdebug.c' (14,197) at 20240405153230167 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/translate-all.c' (14,198) at 20240906080037140 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/os_types.h' (14,199) at 20240405153047301 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb' (14,200) at 20230114040015550 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/conf/layer.conf' (14,201) at 20241221090017488 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/atmel_pio4.c' (14,202) at 20210308005003376 2025-03-14 03:00:46.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_requeue.c' (14,203) at 20220525020655211 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml' (14,204) at 20240405153045097 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen-hvm.c' (14,205) at 20241211090212278 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml' (14,206) at 20240405153045065 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c' (14,207) at 20240405153048661 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_ptp.h' (14,208) at 20240405153049765 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmcs12.c' (14,209) at 20240405153046465 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/fdtget.c' (14,210) at 20210307214932142 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-os_%.bbappend' (14,211) at 20241206090014214 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_dec_syms.c' (14,212) at 20240405153053109 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/OWNERS' (14,213) at 20240815080043900 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/OWNERS' (14,214) at 20220727030029197 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz' (14,215) at 20210307205554590 to deleted uid set 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-cmpi-devel/sblim-cmpi-devel_2.0.3.bb' (14,216) at 20241221090017524 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-time-manager/meson.build' (14,217) at 20231201090034758 to deleted uid set 2025-03-14 03:00:46.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_loop.c' (14,218) at 20240405153054281 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/list.h' (14,219) at 20240405153054049 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_tc.bpf.c' (14,220) at 20240405153053425 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/board.c' (14,221) at 20210308005003168 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (14,222) at 20230107040016303 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/musca-b1.yml' (14,223) at 20241206090014206 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-mem.c' (14,224) at 20240405153049473 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_encoder.c' (14,225) at 20240405153230639 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig' (14,226) at 20210308005003280 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/Makefile' (14,227) at 20220525020655179 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsarguments.c' (14,228) at 20240405153046621 2025-03-14 03:00:46.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_offload.py' (14,229) at 20240405153054285 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gp_padctrl.h' (14,230) at 20210308005002668 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c' (14,231) at 20240405153048633 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c' (14,232) at 20240405153048889 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/vt8500-pwm.txt' (14,233) at 20210307214925406 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_ptp.h' (14,234) at 20210309003651172 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps6507x.h' (14,235) at 20210307214931438 2025-03-14 03:00:46.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Check-for-HP-libunwind.patch' (14,236) at 20240302090018202 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi' (14,237) at 20240405153229935 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/sensor_manager.cpp' (14,238) at 20241022080031584 to deleted uid set 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-pcap/requirements.txt' (14,239) at 20210308005111457 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/snmp.h' (14,240) at 20210307214931574 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/mcount.S' (14,241) at 20240405153230079 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/.gitignore' (14,242) at 20210307214926690 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/law.c' (14,243) at 20210308005002996 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/bitops.h' (14,244) at 20240405153046065 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-trimslice.yaml' (14,245) at 20240405153045165 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/Kconfig' (14,246) at 20210308005002548 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.err' (14,247) at 20240906080037564 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/amazon/ena.rst' (14,248) at 20240418080014478 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/config_file_parser_error_tests.cpp' (14,249) at 20240113090029504 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bzip2-1.0.6' (14,250) at 20210307205554426 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6358-regulator.c' (14,251) at 20240405153231363 2025-03-14 03:00:46.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx-log.c' (14,252) at 20240326080039386 2025-03-14 03:00:46.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/tsl2772.h' (14,253) at 20210307214931482 2025-03-14 03:00:46.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf610-twr.dts' (14,254) at 20210308005002632 2025-03-14 03:00:46.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/uacce/uacce.c' (14,255) at 20240405153049649 2025-03-14 03:00:46.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_edgeport.c' (14,256) at 20241115090012961 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c' (14,257) at 20240405153047133 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_zero_defconfig' (14,258) at 20210308005003272 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/setup-sh7705.c' (14,259) at 20210307214926562 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/ring_buffer.c' (14,260) at 20240405153048837 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vdso/gettimeofday.h' (14,261) at 20210512100029194 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/muldi3.S' (14,262) at 20210307214925870 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/Kconfig' (14,263) at 20220525020654807 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lshw/lshw_02.20.bb' (14,264) at 20240301090012423 2025-03-14 03:00:46.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/sis_accel.c' (14,265) at 20240405153052221 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qga.c' (14,266) at 20240906080037584 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-util-consideredharmful-Use-overloadable-func-attribu.patch' (14,267) at 20241221090017504 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/0001-only-apply-search-path-logic-to-relative-pathnames.patch' (14,268) at 20241221090017536 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp-ddns-server' (14,269) at 20210307205554462 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb' (14,270) at 20231126090012861 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/msmouse.c' (14,271) at 20240906080037160 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c' (14,272) at 20240405153050641 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/mmzone.h' (14,273) at 20210307214926322 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-util-sockets.c' (14,274) at 20240326080039746 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_sd_rcw.cfg' (14,275) at 20210308005002992 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_rr.c' (14,276) at 20210307214932006 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/Kconfig' (14,277) at 20210308005003460 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipc_namespace.h' (14,278) at 20240405153052713 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sh/Makefile' (14,279) at 20210307214932518 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/usb.c' (14,280) at 20240405153231235 to deleted uid set 2025-03-14 03:00:46.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970.dtsi' (14,281) at 20210308005002604 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/exynos4210_fimd.c' (14,282) at 20241211090212266 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/clk.c' (14,283) at 20221102030020737 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-kye.c' (14,284) at 20240405153048817 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mingw_support.h' (14,285) at 20210308005003768 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fexit_bpf2bpf.c' (14,286) at 20240405153054253 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7778-bockw.dts' (14,287) at 20240405153045553 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/metrics.c' (14,288) at 20240910080014094 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts' (14,289) at 20220525020651902 2025-03-14 03:00:46.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (14,290) at 20231128090014177 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Cable/meson.build' (14,291) at 20241126090023807 to deleted uid set 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/tmp006.c' (14,292) at 20240405153049013 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm93384wvg.dts' (14,293) at 20220525020651990 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c' (14,294) at 20240812080017244 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mvme2500.c' (14,295) at 20240405153046201 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/twl6030-gpadc.c' (14,296) at 20240405153048965 2025-03-14 03:00:46.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/poweron.conf' (14,297) at 20210307205554074 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/stm32-usart.c' (14,298) at 20240429080012440 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/mv88e1xxx.h' (14,299) at 20210307214929358 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/fmopl.h' (14,300) at 20240326080039426 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-ampere.c' (14,301) at 20241114091008828 to deleted uid set 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/armada-37xx-periph.c' (14,302) at 20210308005003352 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/MCR3000.c' (14,303) at 20210308005002952 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gp100.c' (14,304) at 20240405153048661 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_ethtool.c' (14,305) at 20240405153049909 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_spdif.c' (14,306) at 20240405153232203 2025-03-14 03:00:46.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_reset.h' (14,307) at 20210307214926218 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/netdev.c' (14,308) at 20240405153231075 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/example.cpp' (14,309) at 20241120090021304 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-altera.c' (14,310) at 20240405153048893 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS7.conf' (14,311) at 20240529080017843 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x.dtsi' (14,312) at 20240405153045437 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/fsl-soc.h' (14,313) at 20210307214926362 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/6lowpan_i.h' (14,314) at 20210307214931862 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_net.h' (14,315) at 20240906080037348 2025-03-14 03:00:46.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_3_6_sh_mask.h' (14,316) at 20240405153047745 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/touchright.c' (14,317) at 20210307214928510 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/vport.c' (14,318) at 20240405153231023 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/ipoib.h' (14,319) at 20240405153049049 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/JsonSchemaFile_v1.xml' (14,320) at 20240619080002928 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/sge_defs.h' (14,321) at 20210307214929362 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell-neta-bm.txt' (14,322) at 20210307214925378 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-ocp-setting@.service' (14,323) at 20240904080027726 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nokia_rx51.h' (14,324) at 20210308005003608 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine.h' (14,325) at 20220525020652891 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/expect-configure-c99.patch' (14,326) at 20241221090017656 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/meson/meson_sm.c' (14,327) at 20240405153047045 2025-03-14 03:00:46.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/Kconfig' (14,328) at 20210308005002904 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/gadget-export.h' (14,329) at 20220525020654243 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi' (14,330) at 20240405153045729 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw.h' (14,331) at 20240405153050141 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rss.c' (14,332) at 20240405153050105 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermal-engine/Build' (14,333) at 20240405153054381 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/xattr.c' (14,334) at 20240613080016491 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/powermac.rst' (14,335) at 20241211090212238 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/sandbox-reset-test.c' (14,336) at 20210308005003480 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_am33xx.c' (14,337) at 20210308005002756 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml' (14,338) at 20240405153045057 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pov_protab2_ips9_defconfig' (14,339) at 20210308005003276 2025-03-14 03:00:46.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio-trace/Makefile' (14,340) at 20210307214932742 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_bridge_connector.c' (14,341) at 20240405153230531 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/bmap.c' (14,342) at 20240405153052441 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb' (14,343) at 20241221090017524 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/ptrace.h' (14,344) at 20220913100024141 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Symlinks' (14,345) at 20241221090017616 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.u-boot_on_efi' (14,346) at 20210308005003300 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_expect.h' (14,347) at 20240405153231855 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/si7020.c' (14,348) at 20240405153048989 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi.dtsi' (14,349) at 20240405153229871 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___equiv_zero_sz_arr.c' (14,350) at 20210307214932642 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sony-acx565akm.c' (14,351) at 20240405153048697 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (14,352) at 20230721080014366 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/misc/ocxl-config.h' (14,353) at 20210309003653948 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/uhid/Makefile' (14,354) at 20210309003654520 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/kwbimage.cfg.in' (14,355) at 20210308005002752 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8548si-pre.dtsi' (14,356) at 20210307214926342 2025-03-14 03:00:46.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue' (14,357) at 20241004080035967 to deleted uid set 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/orisetech,otm8009a.yaml' (14,358) at 20240405153229763 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kernel/signal.c' (14,359) at 20240617080017378 to deleted uid set 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-af9015-cardlist.rst' (14,360) at 20210307214925230 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/string.h' (14,361) at 20210308005002828 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151a-prtt1a.dts' (14,362) at 20240405153045585 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_config.c' (14,363) at 20240405153051513 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-thermal' (14,364) at 20240405153229731 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/COPYING.MIT' (14,365) at 20210307205554034 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_isol.h' (14,366) at 20210308004938820 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/Kconfig' (14,367) at 20210307214931258 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/common.c' (14,368) at 20210308005002904 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SwitchCollection.json' (14,369) at 20240619080002956 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/msgbuf.h' (14,370) at 20210307214926250 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wafer5823wdt.c' (14,371) at 20210309003653356 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/boost.wrap' (14,372) at 20240424080021456 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/inventory-sensor.py' (14,373) at 20221209040020399 2025-03-14 03:00:46.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-keyfile_0.7.0.bb' (14,374) at 20240106090017237 to deleted uid set 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/utility.cpp' (14,375) at 20210308005059165 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c' (14,376) at 20210308005046509 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/mm/mmap_default.c' (14,377) at 20240405153232287 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/silk.c' (14,378) at 20210308005003040 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpll_mgr.h' (14,379) at 20240405153230555 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am3517_crane.h' (14,380) at 20210308005003584 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/Kconfig' (14,381) at 20210307214931862 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/Kconfig' (14,382) at 20210308005002944 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/host-code-update.md' (14,383) at 20221209040006383 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/Makefile' (14,384) at 20210307214926170 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-spdifin.yaml' (14,385) at 20240405153045161 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500.dtsi' (14,386) at 20220215040051496 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/mcb-core.c' (14,387) at 20240405153230759 2025-03-14 03:00:46.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9002_hw.c' (14,388) at 20240405153050449 2025-03-14 03:00:46.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-firmware.h' (14,389) at 20210307214928698 2025-03-14 03:00:46.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/TODO' (14,390) at 20240405153051853 2025-03-14 03:00:46.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt61pci.h' (14,391) at 20240405153050621 2025-03-14 03:00:46.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunzilog.c' (14,392) at 20240405153231519 2025-03-14 03:00:46.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/soctherm-fuse.c' (14,393) at 20210307214930726 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-bootmem.h' (14,394) at 20210307214926230 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5670.yaml' (14,395) at 20240405153045093 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntp.conf' (14,396) at 20210307205553846 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_ioc_ct.c' (14,397) at 20210307214929342 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/asm/asm-offsets.h' (14,398) at 20210307214932594 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_elf.h' (14,399) at 20210308005046069 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa17.inc' (14,400) at 20210905000020581 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_v01.c' (14,401) at 20240405153046261 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/libata.rst' (14,402) at 20240405153229807 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/switch.h' (14,403) at 20240405153229983 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.cpp' (14,404) at 20211110010048674 to deleted uid set 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-mmc.inc' (14,405) at 20210307205554058 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb' (14,406) at 20241206090014226 2025-03-14 03:00:46.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.h' (14,407) at 20240405153230403 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/libsas.h' (14,408) at 20240405153231859 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/thunderbolt/Kconfig' (14,409) at 20240405153050369 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/113' (14,410) at 20220429100100890 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/shmparam.h' (14,411) at 20210307214926674 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/busy_poll.h' (14,412) at 20240910080014082 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/memory-notifier-error-inject.c' (14,413) at 20210307214931810 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/stericsson,db8500-prcc-reset.h' (14,414) at 20240405153052653 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/TestI2cOcc.cpp' (14,415) at 20210921100032686 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/icount-common.c' (14,416) at 20241211090212206 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/memory.json' (14,417) at 20240405153054113 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sensorcommands.hpp' (14,418) at 20240717080024807 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/cpu.c' (14,419) at 20210308005002548 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/MAINTAINERS' (14,420) at 20210308005002904 2025-03-14 03:00:46.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-sc7280.c' (14,421) at 20240405153232187 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb' (14,422) at 20231011080016618 to deleted uid set 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds' (14,423) at 20210308005002712 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/dwc/Makefile' (14,424) at 20210307214932370 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x.dts' (14,425) at 20210308005002604 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/writing-bindings.rst' (14,426) at 20240405153045185 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/x86_64_pc-machine.c' (14,427) at 20221215040039378 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsdmc020.h' (14,428) at 20210308005003648 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/store.py' (14,429) at 20241221090017704 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/meson.build' (14,430) at 20210308005045841 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/gpio_service.h' (14,431) at 20210307214927306 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-bananapi-m2-plus.dtsi' (14,432) at 20210308005002628 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0002-adb-Use-local-sockets-where-appropriate.patch' (14,433) at 20210307205553894 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/md4.h' (14,434) at 20240405153052525 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvme-rdma.h' (14,435) at 20240405153052753 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/sof/stream-ipc.c' (14,436) at 20240405153054005 to deleted uid set 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorsele_Vattentornet' (14,437) at 20210307205553790 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2/run-ptest' (14,438) at 20230401080011971 to deleted uid set 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Chassis@.service' (14,439) at 20230215040018435 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/filelayout/filelayout.h' (14,440) at 20240405153052417 2025-03-14 03:00:46.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_hbh.c' (14,441) at 20210309003654368 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/kgdb.h' (14,442) at 20210307214926178 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kexec.h' (14,443) at 20240405153231815 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,hdmi-phy-other.yaml' (14,444) at 20240405153045129 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/frontend.json' (14,445) at 20240405153054157 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6s-8035.dts' (14,446) at 20240405153045501 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-olinuxino-micro.dts' (14,447) at 20210308005002620 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/interface.hpp' (14,448) at 20240417080025475 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/default-users/default-users.bb' (14,449) at 20210807000017354 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c' (14,450) at 20240405153045989 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/mii-bitbang.c' (14,451) at 20241216090017713 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_rm_mmu.c' (14,452) at 20240405153046165 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/ls.c' (14,453) at 20240405153048653 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/Doxyfile' (14,454) at 20210308005114357 2025-03-14 03:00:46.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l41-spi.c' (14,455) at 20240405153053573 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-arm-mptimer.c' (14,456) at 20210308005046485 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adv_pci1723.c' (14,457) at 20240405153046889 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/Kconfig' (14,458) at 20240405153045673 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard.dts' (14,459) at 20240405153045485 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_resources.c' (14,460) at 20210307214929502 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/CFcommon' (14,461) at 20240405153232287 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cgroup.c' (14,462) at 20240405153054185 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-gpu-thermal.dtsi' (14,463) at 20240405153045609 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/timerfd.c' (14,464) at 20240726080012882 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crash_core.h' (14,465) at 20240405153231803 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/leds-netxbig.h' (14,466) at 20210307214931338 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/0001-Adjust-paths-for-use-with-Bitbake.patch' (14,467) at 20241206090014234 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.c' (14,468) at 20210309003650544 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/circular_vector.hpp' (14,469) at 20221014100033151 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/mpc885ads.h' (14,470) at 20210307214926458 2025-03-14 03:00:46.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pv-fixup-asm.S' (14,471) at 20240405153045697 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Prievidza' (14,472) at 20210307205553794 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/meson.build' (14,473) at 20240823080032949 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_log.h' (14,474) at 20220525020654671 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgk104.fuc3' (14,475) at 20210307214927938 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.h' (14,476) at 20210309003649652 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/snps,dw-mipi-dsi.yaml' (14,477) at 20240405153229759 2025-03-14 03:00:46.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb' (14,478) at 20240113090014556 to deleted uid set 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5651.h' (14,479) at 20210307214932330 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_asm.h' (14,480) at 20240405153046113 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/limits.h' (14,481) at 20240405153231815 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atm_tcp.h' (14,482) at 20240405153052657 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/mapped_floor.hpp' (14,483) at 20230104040029767 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst' (14,484) at 20240405153045317 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/cpcap-regulator.txt' (14,485) at 20210307214925406 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl4030-audio.c' (14,486) at 20240405153049621 2025-03-14 03:00:46.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi' (14,487) at 20240405153045825 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/fill_buf.c' (14,488) at 20241211090145577 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/initio.c' (14,489) at 20240405153051609 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_phonet.h' (14,490) at 20240405153231551 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8350-irq.c' (14,491) at 20210307214929118 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/Makefile' (14,492) at 20240405153045953 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/rng-tools.service' (14,493) at 20220910030013433 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-ev4.S' (14,494) at 20210307214925966 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb' (14,495) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb8.rst' (14,496) at 20220525020651786 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/memcpy_likely_aligned.S' (14,497) at 20210713000020196 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iso3166/run-ptest' (14,498) at 20240301090012431 to deleted uid set 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-rockchip.c' (14,499) at 20240405153230855 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/affs_hardblocks.h' (14,500) at 20240405153052905 2025-03-14 03:00:46.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ia_css_bnlm.host.h' (14,501) at 20210307214930550 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/226.out' (14,502) at 20210927100127497 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-pre.c' (14,503) at 20240405153230647 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/DINF/meson.build' (14,504) at 20230825080021133 to deleted uid set 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml' (14,505) at 20240405153045109 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/log.c' (14,506) at 20241211090145517 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/Kconfig' (14,507) at 20240405153046201 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/fuse-tegra20.c' (14,508) at 20240405153231455 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h' (14,509) at 20210307214929318 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/sifive_plic.c' (14,510) at 20241211090212286 2025-03-14 03:00:46.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c' (14,511) at 20240405153051885 2025-03-14 03:00:46.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/signal-common.h' (14,512) at 20241211090212378 2025-03-14 03:00:46.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/af_alg.c' (14,513) at 20240405153230155 2025-03-14 03:00:46.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/buildlzip.py' (14,514) at 20220910030013397 2025-03-14 03:00:46.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/reed_solomon/Makefile' (14,515) at 20210307214931814 2025-03-14 03:00:46.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c' (14,516) at 20240405153054365 2025-03-14 03:00:46.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grevie' (14,517) at 20210307205553782 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/phy.c' (14,518) at 20240405153231251 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sgl.c' (14,519) at 20240405153046945 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/nmi_debug.c' (14,520) at 20240405153046317 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/Kconfig' (14,521) at 20210308005003040 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/perf_events/config' (14,522) at 20220525020655223 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/init' (14,523) at 20210307205554466 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/eee.c' (14,524) at 20240405153232015 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml' (14,525) at 20240405153045181 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/util.c' (14,526) at 20210307214931126 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/chrony.inc' (14,527) at 20240819080009954 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rblist.c' (14,528) at 20210307214932602 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/threshold_alarm_logger.cpp' (14,529) at 20240924080018579 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmzone.h' (14,530) at 20220525020652118 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/microchip,sparx5-temp.yaml' (14,531) at 20240405153045065 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/policycap_names.h' (14,532) at 20240405153232115 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/035_x86_single_ucode.dts' (14,533) at 20210308005003752 2025-03-14 03:00:46.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-imx7d_defconfig' (14,534) at 20210308005003276 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/scripts/pre-submit' (14,535) at 20241204090010699 to deleted uid set 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/obsolete_autoconf_macros.patch' (14,536) at 20210307205553842 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/adrf6780.c' (14,537) at 20240805080013955 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl355_spi.c' (14,538) at 20240405153048929 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb125.dts' (14,539) at 20240405153045749 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mini-X_defconfig' (14,540) at 20210308005003240 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-on.svg' (14,541) at 20210308005107069 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/priv.h' (14,542) at 20220525020652975 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/user/meson.build' (14,543) at 20210927100127401 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/trident.h' (14,544) at 20210307214931698 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/atom/Makefile' (14,545) at 20210307214926742 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/counter/Build' (14,546) at 20240405153054045 2025-03-14 03:00:46.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/io-pgtable-arm.c' (14,547) at 20241211090145441 2025-03-14 03:00:46.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/sysfs.c' (14,548) at 20210307214931934 2025-03-14 03:00:46.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_cablemodem.h' (14,549) at 20210307214931634 2025-03-14 03:00:46.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig' (14,550) at 20210308005002728 2025-03-14 03:00:46.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Kconfig.debug' (14,551) at 20240613080016371 2025-03-14 03:00:46.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc.c' (14,552) at 20241216090017713 to deleted uid set 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_ipp.c' (14,553) at 20240405153048421 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/Makefile' (14,554) at 20210308005002792 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_ar5387un_ram_defconfig' (14,555) at 20210308005003252 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso.ld' (14,556) at 20240326080039562 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pgtable_uffd.h' (14,557) at 20210307214931306 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l45.h' (14,558) at 20240405153053573 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/configs/mmu_defconfig' (14,559) at 20240405153230007 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-cuda.c' (14,560) at 20240405153049225 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/addpkgconfig.patch' (14,561) at 20220204040022520 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/universe.h' (14,562) at 20210308005003688 2025-03-14 03:00:46.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_dump.h' (14,563) at 20210308004938836 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sc7280.h' (14,564) at 20220525020654543 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/odroid_defconfig' (14,565) at 20210308005003272 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/samv7.c' (14,566) at 20240405153229911 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/pkvm.c' (14,567) at 20240405153045885 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/290' (14,568) at 20220429100100926 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sata.h' (14,569) at 20210308005002660 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi' (14,570) at 20240405153045821 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-venice2.dts' (14,571) at 20210308005002628 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch' (14,572) at 20241206090014322 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dcr.h' (14,573) at 20210307214926378 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sof_intel.h' (14,574) at 20240405153052897 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/inside-secure/safexcel_ring.c' (14,575) at 20210309003649308 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb' (14,576) at 20241221090017564 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml' (14,577) at 20240405153045033 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c' (14,578) at 20240405153047225 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_skc_cls_ingress.c' (14,579) at 20240405153054249 2025-03-14 03:00:46.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia.h' (14,580) at 20220525020652134 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/ocxl_hw.h' (14,581) at 20210309003652400 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/insert-sys-cert.c' (14,582) at 20210307214932150 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ge_bx50v3.h' (14,583) at 20210308005003596 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ref-daughter.dtsi' (14,584) at 20240405153045825 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gemfs.h' (14,585) at 20240405153048477 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch' (14,586) at 20241221090017660 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/maxim,max9485.h' (14,587) at 20210307214931326 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/team.rst' (14,588) at 20210307214925542 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.out' (14,589) at 20210308005046413 to deleted uid set 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/0001-deqp-runner-drop-zstd-support.patch' (14,590) at 20241221090017524 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/305' (14,591) at 20210927100127505 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sh7763rdp/Makefile' (14,592) at 20210307214926542 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/run-ptest' (14,593) at 20230401080011975 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/hotplug_cpu.py' (14,594) at 20240906080037552 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-get-size.rst' (14,595) at 20220525020654135 2025-03-14 03:00:46.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/core.c' (14,596) at 20240405153049641 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/eeprom.c' (14,597) at 20240405153051981 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-prserv' (14,598) at 20241221090017584 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_ipmi_sel.pl' (14,599) at 20220720030027719 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_write_window_rw_partition.cpp' (14,600) at 20210308005100997 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi' (14,601) at 20210308005002616 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/goya/goya_coresight.c' (14,602) at 20240405153046569 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/13xdgbasedirs.sh' (14,603) at 20210307205554590 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/s5p_sdhci.c' (14,604) at 20210308005003408 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/Kconfig' (14,605) at 20240405153048745 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Lahti' (14,606) at 20210307205553770 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/addr.c' (14,607) at 20230426080043900 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_reader.hpp' (14,608) at 20240716080008311 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/88pm80x.h' (14,609) at 20210307214931422 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex7.bpf.c' (14,610) at 20240405153232099 2025-03-14 03:00:46.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/gruprocfs.c' (14,611) at 20210307214929174 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/bus.c' (14,612) at 20240405153046973 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/sstfb.h' (14,613) at 20220525020654683 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/intel-sst.h' (14,614) at 20210307214931610 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/bootbus.txt' (14,615) at 20210307214925362 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseport_bpf_cpu.c' (14,616) at 20210307214932694 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt6795-clock.yaml' (14,617) at 20240405153045025 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/google,chv3-i2s.yaml' (14,618) at 20240405153045161 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-rapidio' (14,619) at 20240405153044917 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/lowlevel_init.S' (14,620) at 20210308005002752 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-krait.h' (14,621) at 20240405153046813 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/no_new_privs.rst' (14,622) at 20240405153045301 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/phosphor-ipmi-flash-bmccpld-update.service' (14,623) at 20240405080013750 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-parade-ps8640.dtsi' (14,624) at 20240405153045781 2025-03-14 03:00:46.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/prom_init_check.sh' (14,625) at 20240405153046145 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h' (14,626) at 20240405153230255 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/aspeed-gpio.h' (14,627) at 20210308005003636 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/hvm/hvm_op.h' (14,628) at 20240405153052957 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/topology.h' (14,629) at 20240405153045625 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-divider.c' (14,630) at 20210307214926958 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_bpf_cookie.c' (14,631) at 20240405153054273 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/Kconfig' (14,632) at 20240405153230147 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml' (14,633) at 20240405153229767 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h' (14,634) at 20240405153231235 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/ssh.rst' (14,635) at 20240405153045197 2025-03-14 03:00:46.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ifb00d.h' (14,636) at 20210307214927902 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/Kconfig' (14,637) at 20240405153053473 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/uapi/asm/mman.h' (14,638) at 20210307214932454 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/groupextcommands.cpp' (14,639) at 20241120090005032 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/xattr_trusted.c' (14,640) at 20240405153052381 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/Kconfig' (14,641) at 20210309003650440 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.travis.yml' (14,642) at 20210308004925440 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml' (14,643) at 20240405153045137 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/ioctls.h' (14,644) at 20210307214925858 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h' (14,645) at 20220525020654211 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xor_32.h' (14,646) at 20240405153046401 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch' (14,647) at 20220502030010104 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_logging_def.h' (14,648) at 20210308005003364 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c' (14,649) at 20240405153048637 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mxc4005.c' (14,650) at 20240613080016411 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc18xx/board-dt.c' (14,651) at 20240405153045649 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/resolve_errors.hpp' (14,652) at 20230520080021600 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hti.h' (14,653) at 20240405153048457 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/radeonfb.h' (14,654) at 20210307214931658 2025-03-14 03:00:46.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-interns' (14,655) at 20210927100127061 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/Kconfig' (14,656) at 20240405153049469 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/da9062.txt' (14,657) at 20240405153045105 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_4_0_smn.h' (14,658) at 20210307214927650 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/intro.rst' (14,659) at 20230114040015526 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/clients/pps_parport.c' (14,660) at 20241008080013971 to deleted uid set 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_voice.h' (14,661) at 20210307214932438 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/Kconfig' (14,662) at 20240405153230367 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/__init__.robot' (14,663) at 20210308005007104 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/Kconfig' (14,664) at 20210308005003072 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-ohci-test.c' (14,665) at 20210308005046485 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/dir.c' (14,666) at 20210307214930990 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/compulab/common/eeprom.c' (14,667) at 20210308005002948 to deleted uid set 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_cmm_scm.json' (14,668) at 20241217090031429 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/ingenic_ecc.c' (14,669) at 20240405153230871 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/perf_event.h' (14,670) at 20210307214926762 2025-03-14 03:00:46.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/kexec.h' (14,671) at 20240405153046101 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-rt4505.c' (14,672) at 20240405153049217 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/Makefile' (14,673) at 20240405153045709 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EthernetInterfaceCollection_v1.xml' (14,674) at 20240619080002924 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/MAINTAINERS' (14,675) at 20210308005002920 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/brcmu_wifi.h' (14,676) at 20210307214929818 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/unaligned.h' (14,677) at 20240405153231791 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3188-radxarock.dts' (14,678) at 20210308005002604 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-glue.c' (14,679) at 20240405153045849 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch' (14,680) at 20231011080016574 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7110-stgcrg.yaml' (14,681) at 20240405153229759 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_cve_check_ignore.pass' (14,682) at 20241206090014310 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-rcar.c' (14,683) at 20240405153051453 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/fw_cfg.c' (14,684) at 20210927100127149 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_lpuart.h' (14,685) at 20210308005003652 2025-03-14 03:00:46.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/append_ldflags.patch' (14,686) at 20230503080014579 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-rtc.cfg' (14,687) at 20220804030014671 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-sis5595.rst' (14,688) at 20210307214925510 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h' (14,689) at 20240405153046957 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/qcom_glink_native.c' (14,690) at 20241211090145485 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/.shellcheck' (14,691) at 20210308005049757 to deleted uid set 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/mshyperv.c' (14,692) at 20241001080013012 to deleted uid set 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd.dtsi' (14,693) at 20210308005002592 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/kasan_init.c' (14,694) at 20240913080013769 2025-03-14 03:00:46.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest.bb' (14,695) at 20240302090018206 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/quirks.c' (14,696) at 20240405153046489 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_meta_access.c' (14,697) at 20240405153054281 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_intel_lvds.c' (14,698) at 20240805080013951 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/kvm-cpu.c' (14,699) at 20241211090212486 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/Kconfig' (14,700) at 20210308005003456 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch' (14,701) at 20220204040022668 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/Makefile' (14,702) at 20210308005003424 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_periph.h' (14,703) at 20210308005002664 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgs8gl5.c' (14,704) at 20210307214928630 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-xilinx.c' (14,705) at 20240405153051801 2025-03-14 03:00:46.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/recvmsg.c' (14,706) at 20240405153053361 2025-03-14 03:00:46.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/sun3_82586.h' (14,707) at 20240405153049961 2025-03-14 03:00:46.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma/sdma_4_4_2_sh_mask.h' (14,708) at 20240405153048281 2025-03-14 03:00:46.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/ipset/pfxlen.h' (14,709) at 20210307214931454 2025-03-14 03:00:46.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/efika-audio-fabric.c' (14,710) at 20210307214932370 2025-03-14 03:00:46.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8m2.dtsi' (14,711) at 20240405153045401 2025-03-14 03:00:46.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2781-comlib.c' (14,712) at 20241008080014047 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_intel_dp.c' (14,713) at 20240405153048421 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/as3722.c' (14,714) at 20210308005003468 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migration-permissions.out' (14,715) at 20220429100100930 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_jal.c' (14,716) at 20210308005046529 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/lx2160a.c' (14,717) at 20210308005003436 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6_spl.c' (14,718) at 20210308005002952 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/mptcp_diag.c' (14,719) at 20240405153053313 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/bootlogo.h' (14,720) at 20210307214926134 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm6318.c' (14,721) at 20240405153051305 2025-03-14 03:00:46.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/psci.c' (14,722) at 20210308005002784 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-inno-hdmi.c' (14,723) at 20240405153231315 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/allwinner,sun8i-r40-ahci.yaml' (14,724) at 20240405153045021 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/trace.c' (14,725) at 20210307214926758 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-on' (14,726) at 20240802080012609 to deleted uid set 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/dma.c' (14,727) at 20240405153053985 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/ibuf_ctrl_global.h' (14,728) at 20210309003653016 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/classes/sanity-meta-tpm.bbclass' (14,729) at 20220612030016735 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/Makefile' (14,730) at 20210308005002840 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_ath.c' (14,731) at 20210307214926926 2025-03-14 03:00:46.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/spr.h' (14,732) at 20210307214926314 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch_3.8.1.bb' (14,733) at 20241221090017488 to deleted uid set 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteSetEntry_v1.xml' (14,734) at 20240619080002936 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_diag.c' (14,735) at 20240405153230959 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/files/0001-Configure-Allow-disabling-of-digest-sign-operations.patch' (14,736) at 20241221090017576 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/pwm_regulator.c' (14,737) at 20210308005003472 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/cmd.c' (14,738) at 20240405153231211 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/iface.c' (14,739) at 20241008080014035 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch' (14,740) at 20230211040012647 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/irq_regs.h' (14,741) at 20210307214926214 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunxi/Makefile' (14,742) at 20210307214925962 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/auxiliary_bus.h' (14,743) at 20240405153052661 2025-03-14 03:00:46.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/iskeleton.S' (14,744) at 20210307214926150 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/trans_xen.c' (14,745) at 20241211090145549 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm21664.h' (14,746) at 20240405153052641 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/meson.build' (14,747) at 20240823080032949 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/map_populate.c' (14,748) at 20240405153232275 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/cpufeature.c' (14,749) at 20240405153046285 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qed_spec.txt' (14,750) at 20210308005045801 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/virtio_pci/Makefile' (14,751) at 20220525020654303 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/router_scale.sh' (14,752) at 20210307214932666 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pt2258.h' (14,753) at 20210307214931598 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Privileges.v1_0_6.json' (14,754) at 20240619080002952 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/ppd_gpio.h' (14,755) at 20210308005003004 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ltc2485.c' (14,756) at 20240405153048953 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-dk2.dts' (14,757) at 20240405153229903 2025-03-14 03:00:46.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/Makefile' (14,758) at 20240405153045485 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_main.c' (14,759) at 20241008080013907 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-anysee.c' (14,760) at 20210307214928778 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf117.c' (14,761) at 20220525020652967 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/entity-manager/blacklist.json' (14,762) at 20241105090013647 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/st/clk-flexgen.c' (14,763) at 20240405153046849 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc8.c' (14,764) at 20210308005003696 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-commercial-grade.dtsi' (14,765) at 20210308005002564 2025-03-14 03:00:46.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0001-Add-stub-capsule-update-service-components.patch' (14,766) at 20241221090017468 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu_regs.h' (14,767) at 20210308005003528 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/ptrace.h' (14,768) at 20240405153045349 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mca_v3_0.c' (14,769) at 20240405153047149 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-manywords.bconf' (14,770) at 20210307214932458 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sigutil_64.c' (14,771) at 20210307214926602 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-14x14-evk.dts' (14,772) at 20240405153045529 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2202.conf' (14,773) at 20230606080013598 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-gr8.dtsi' (14,774) at 20240405153045381 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/compaction-times-report' (14,775) at 20210307214932566 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c' (14,776) at 20240910080014038 to deleted uid set 2025-03-14 03:00:46.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/.clang-format' (14,777) at 20210308005104849 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_tx.c' (14,778) at 20240405153049961 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_cve_tag_format.pass' (14,779) at 20241206090014310 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewInventory.vue' (14,780) at 20241004080035967 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/xilinx/Makefile' (14,781) at 20210307214927178 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt' (14,782) at 20210307214925282 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.h' (14,783) at 20240405153230403 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/extra-build-config.md' (14,784) at 20241221090017572 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laggarberg' (14,785) at 20210307205553786 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_misc.py' (14,786) at 20221209040018567 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Snina' (14,787) at 20210307205553794 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_iowait.h' (14,788) at 20210307214928406 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/GPL-2.0-with-lmbench-restriction' (14,789) at 20210307205553866 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa35.inc' (14,790) at 20240301090012451 2025-03-14 03:00:46.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/pgtable.h' (14,791) at 20240624080012768 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vector_kern.c' (14,792) at 20241211090145389 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/Kconfig' (14,793) at 20210308005003168 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/pms7003.c' (14,794) at 20220525020653095 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_ether_configfs.h' (14,795) at 20220525020654259 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mbox.c' (14,796) at 20210308005108641 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb' (14,797) at 20240301090012419 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/243' (14,798) at 20210927100127497 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/goldfish_tty.h' (14,799) at 20230426080043760 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1021atwr.h' (14,800) at 20210308005003600 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeFunction_v1.xml' (14,801) at 20240619080002932 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts' (14,802) at 20210308005003752 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-24x7-catalog.h' (14,803) at 20210307214926446 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/imu_v11_0.c' (14,804) at 20240830080013255 2025-03-14 03:00:46.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wheel_0.45.1.bb' (14,805) at 20241221090017668 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt' (14,806) at 20210307214925338 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750.c' (14,807) at 20240405153231491 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtsi' (14,808) at 20241211090145373 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/canaan,k210-sysctl.yaml' (14,809) at 20240405153045105 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia-a16d.c' (14,810) at 20210307214928778 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/icplus.c' (14,811) at 20220525020653683 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/api_public.h' (14,812) at 20210308005003560 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_dec0_cmd_masks.h' (14,813) at 20240405153046597 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c' (14,814) at 20240805080013947 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/realtek,usb2phy.yaml' (14,815) at 20240405153229783 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/Makefile' (14,816) at 20240405153049121 2025-03-14 03:00:46.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/brcm,bcm4908-partitions.yaml' (14,817) at 20240405153045113 2025-03-14 03:00:46.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_5_1_d.h' (14,818) at 20210307214927334 2025-03-14 03:00:46.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig' (14,819) at 20210308005003276 2025-03-14 03:00:46.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/brcmstb.c' (14,820) at 20240405153229911 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/time.h' (14,821) at 20210307214925978 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/mmu_device.h' (14,822) at 20210307214930546 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-afalg.c' (14,823) at 20241211090212230 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/spear_smi.h' (14,824) at 20210307214931454 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/hvm.h' (14,825) at 20240405153052957 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/sta_info.c' (14,826) at 20240830080013351 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/sandbox.txt' (14,827) at 20210308005003308 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/set_required_questions.py' (14,828) at 20220612030016735 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat+json_output.sh' (14,829) at 20240405153054173 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pv951.c' (14,830) at 20210307214928782 2025-03-14 03:00:46.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ebb.c' (14,831) at 20210307214932706 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/cache.h' (14,832) at 20210307214926762 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq_private.h' (14,833) at 20210309003653016 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/physmem.c' (14,834) at 20221215040039274 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/timberdale.h' (14,835) at 20210307214929114 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hpo_dp_link_encoder.c' (14,836) at 20240405153047261 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/pluggable.hpp' (14,837) at 20240904080040763 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/alternative.h' (14,838) at 20240405153230063 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c' (14,839) at 20240405153230523 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/tlb.c' (14,840) at 20210308005002992 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/tcp.h' (14,841) at 20220525020655119 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/findtests.py' (14,842) at 20210927100127505 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/dir.h' (14,843) at 20240613080016487 2025-03-14 03:00:46.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/assembler.h' (14,844) at 20210308005002672 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/loongson3_bootp.c' (14,845) at 20240906080037248 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_chassis.json' (14,846) at 20241213090004421 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_cgroup_inv_retcode.c' (14,847) at 20240405153054281 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/rtt.c' (14,848) at 20220525020654891 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c' (14,849) at 20210308005003180 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pxa2xx-lib.h' (14,850) at 20240405153052889 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig' (14,851) at 20210308005003236 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/frontend.c' (14,852) at 20240405153046741 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/klondike.dts' (14,853) at 20210307214926354 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-lfs.patch' (14,854) at 20210307205553810 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ili922x.c' (14,855) at 20240405153052173 2025-03-14 03:00:46.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/setup.h' (14,856) at 20220525020654955 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-pll.c' (14,857) at 20240405153046845 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/snps,archs-gfrc.txt' (14,858) at 20210307214925446 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_ints.c' (14,859) at 20210307214932642 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit/0001-fix-for-clang-18.patch' (14,860) at 20240302090018202 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/dwc_ahci.c' (14,861) at 20210308005003332 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/timer-riscv.h' (14,862) at 20240405153052621 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-shadow-mod.c' (14,863) at 20210307214932126 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ls1088a.c' (14,864) at 20210308005003436 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/hisi504_nand.c' (14,865) at 20240405153049693 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Satila' (14,866) at 20210307205553790 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq-dt.h' (14,867) at 20210307214927054 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tc_l2_redirect_user.c' (14,868) at 20210307214932118 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/management-style.rst' (14,869) at 20240405153229839 2025-03-14 03:00:46.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/dnfb.c' (14,870) at 20240405153052193 2025-03-14 03:00:46.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/hsr/hsr_forward.c' (14,871) at 20241216090017789 to deleted uid set 2025-03-14 03:00:46.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/op_helper.c' (14,872) at 20241121090029272 2025-03-14 03:00:46.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld11.dtsi' (14,873) at 20210308005002632 2025-03-14 03:00:46.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-reg.h' (14,874) at 20210307214928690 2025-03-14 03:00:46.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/page-protection.h' (14,875) at 20240906080037328 2025-03-14 03:00:46.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb' (14,876) at 20241221090017564 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/tls/tls_sw.c' (14,877) at 20240411080014154 to deleted uid set 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch' (14,878) at 20241221090017656 to deleted uid set 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Faro_Ajkestrask' (14,879) at 20210307205553782 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/restart_block.h' (14,880) at 20220525020654611 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/ivshmem.h' (14,881) at 20210308005046021 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/estate.h' (14,882) at 20210307214926578 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OASIS' (14,883) at 20210307205554426 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exutils.c' (14,884) at 20240405153046621 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/float.h' (14,885) at 20210307214926334 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dts' (14,886) at 20240405153045769 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp209.dtsi' (14,887) at 20210308005002572 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/pagelist.h' (14,888) at 20210307214931366 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gpio.h' (14,889) at 20210308005002672 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-sk-evm.dts' (14,890) at 20210308005002564 2025-03-14 03:00:46.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RegisteredClient.v1_1_2.json' (14,891) at 20240619080002952 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/Search.vue' (14,892) at 20241004080035963 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/inttypes.h' (14,893) at 20210308005003652 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/realtek-pc-beep.rst' (14,894) at 20210307214925566 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc_2.4.2.bb' (14,895) at 20241206090014242 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/drv260x.c' (14,896) at 20240405153049141 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt7986/mt7986-dai-etdm.c' (14,897) at 20240405153232183 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsmisc.c' (14,898) at 20240405153046625 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/of_device_32.c' (14,899) at 20240405153230091 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-hp6xx/Makefile' (14,900) at 20210307214926538 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi' (14,901) at 20240405153045821 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/load-extract-al16-al8.h.inc' (14,902) at 20240906080037184 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/setup-sh7710.c' (14,903) at 20210307214926562 2025-03-14 03:00:46.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v11_5_ppsmc.h' (14,904) at 20240405153048349 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/imx/fsl,imx-lcdc.yaml' (14,905) at 20240405153045041 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_hl.S' (14,906) at 20230426080043952 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-properties-native.bb' (14,907) at 20241206090014286 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/llist.h' (14,908) at 20240405153052721 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/iio_dummy_evgen.c' (14,909) at 20210309003650024 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/boot.h' (14,910) at 20210309003648772 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_utils.h' (14,911) at 20240405153049785 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_igep00x0.h' (14,912) at 20210308005003608 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/Kconfig' (14,913) at 20210308005002904 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/slab_common.c' (14,914) at 20241118090018511 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_lvds.h' (14,915) at 20210307214928030 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_auth.h' (14,916) at 20240405153051957 2025-03-14 03:00:46.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_core_regs.h' (14,917) at 20240405153046601 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_types.h' (14,918) at 20210308005002880 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/layerscape-pci.txt' (14,919) at 20240405153045125 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid.c' (14,920) at 20240405153049425 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/stmark2.c' (14,921) at 20210308005003056 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_thread.h' (14,922) at 20221215040039066 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/tmpfs.rst' (14,923) at 20240405153229815 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch' (14,924) at 20241221090017636 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/video.c' (14,925) at 20210307214926638 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/c2port/Kconfig' (14,926) at 20210307214929122 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-r1.dts' (14,927) at 20240405153045389 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-lnl.c' (14,928) at 20240520080015239 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_bindings.c' (14,929) at 20240405153050293 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (14,930) at 20240904080027738 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz8863_smi.c' (14,931) at 20240405153230903 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/Makefile' (14,932) at 20220525020652074 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf' (14,933) at 20210308005003528 to deleted uid set 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/Kconfig' (14,934) at 20220525020652342 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r1-kb.dts' (14,935) at 20220525020651926 2025-03-14 03:00:46.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/mpfs-rng.c' (14,936) at 20240405153046753 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cb710/sgbuf2.c' (14,937) at 20220525020653351 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-m41t94.c' (14,938) at 20210307214930218 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/visor.h' (14,939) at 20210307214930870 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/Kconfig' (14,940) at 20210307214929898 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/resolve_errors.cpp' (14,941) at 20220707100020387 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dummy-tools/nm' (14,942) at 20210307214932146 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/spl.c' (14,943) at 20210308005002992 2025-03-14 03:00:46.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/param.h' (14,944) at 20210307214931654 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi_internal.h' (14,945) at 20240405153232127 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy_shim.c' (14,946) at 20240405153231179 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ventana.h' (14,947) at 20210308005003624 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backup-discard-source' (14,948) at 20241211090212542 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_audio.h' (14,949) at 20240624080012776 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/espi.c' (14,950) at 20240405153049861 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/fb-common-functions_0.1.bb' (14,951) at 20241221090017480 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/channel.h' (14,952) at 20210308005046229 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/skb_ctx.c' (14,953) at 20240405153054261 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/vpd_reader.c' (14,954) at 20210308005003004 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzfa.c.inc' (14,955) at 20240326080039694 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw51xx.dts' (14,956) at 20240405153045497 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-examples.inc' (14,957) at 20220910030013341 2025-03-14 03:00:46.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ymfpci/Makefile' (14,958) at 20210307214932278 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_functions.cpp' (14,959) at 20240223090016062 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c' (14,960) at 20240405153231167 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OPUBL-1.0' (14,961) at 20211006000025242 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_10.dtso' (14,962) at 20240405153051213 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/symbol.c' (14,963) at 20210308005003736 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-intel-pt.txt' (14,964) at 20240405153054081 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc.dtsi' (14,965) at 20240405153045529 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/Makefile' (14,966) at 20240405153051061 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rlimits/.gitignore' (14,967) at 20220525020655231 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ascii85.h' (14,968) at 20220525020654551 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ethoc.c' (14,969) at 20210308005003428 2025-03-14 03:00:46.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-missing-data.err' (14,970) at 20210308005046405 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012aqds.h' (14,971) at 20210308005003600 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/utrap.S' (14,972) at 20210307214926602 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcm963xx_nvram.h' (14,973) at 20210307214931358 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_eb64p.c' (14,974) at 20210307214925658 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/frontend.json' (14,975) at 20240405153054141 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/lapb_out.c' (14,976) at 20210309003654376 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/request_target_base.cpp' (14,977) at 20230825080027865 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cksm.S' (14,978) at 20230925080040101 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch' (14,979) at 20230706080014741 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/fixmap.h' (14,980) at 20220525020652198 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c' (14,981) at 20240405153050137 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-emmc-iris.dts' (14,982) at 20240405153045529 2025-03-14 03:00:46.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/crypto_ctx.h' (14,983) at 20240405153052529 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1111_neponset.c' (14,984) at 20210307214930046 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/pm.h' (14,985) at 20220525020652947 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/clock-sh7264.c' (14,986) at 20210307214926562 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/dac/ad5791.h' (14,987) at 20210307214931402 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.yaml' (14,988) at 20220525020651674 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VR10.interface.yaml' (14,989) at 20240618080025497 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/idle.h' (14,990) at 20210307214926114 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/st.rst' (14,991) at 20210307214925562 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mikroe,mikroe-proto.txt' (14,992) at 20210307214925430 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml' (14,993) at 20240405153229771 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77960.dtsi' (14,994) at 20240405153045805 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7435.dtsi' (14,995) at 20240405153045985 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml' (14,996) at 20240405153045137 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/inetd.conf' (14,997) at 20210307205554470 2025-03-14 03:00:46.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/Kconfig' (14,998) at 20210308005002948 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/C29XPCIE.h' (14,999) at 20210308005003576 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/section_header_test.cpp' (15,000) at 20210308005049141 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8192-mmsys.h' (15,001) at 20240405153051761 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch' (15,002) at 20241221090017688 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/cpuinfo.h' (15,003) at 20240906080037184 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/Makefile' (15,004) at 20240405153230967 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb' (15,005) at 20240113090014540 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/ddr.c' (15,006) at 20210308005002992 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.yaml' (15,007) at 20240405153045165 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/088' (15,008) at 20210927100127481 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-ctrls-api.c' (15,009) at 20241115090012949 2025-03-14 03:00:46.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/doc2000.h' (15,010) at 20210308005003668 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-region-hash.c' (15,011) at 20240405153049249 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/Kconfig' (15,012) at 20210307214928306 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/Makefile' (15,013) at 20240405153229991 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mem.h' (15,014) at 20210308005002656 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml' (15,015) at 20240405153229803 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml' (15,016) at 20240405153045181 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_card.c' (15,017) at 20240405153051929 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/turbo.c' (15,018) at 20210308005002860 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/Kconfig.host' (15,019) at 20241211090212202 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/core907d.c' (15,020) at 20210309003649820 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/fxas21002c_spi.c' (15,021) at 20240405153048985 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/delegation.h' (15,022) at 20220525020654439 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault.metadata.yaml' (15,023) at 20221209040048647 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/shpchp_pci.c' (15,024) at 20210307214930030 2025-03-14 03:00:46.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/vega10_ppsmc.h' (15,025) at 20240405153048341 2025-03-14 03:00:46.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5445x.h' (15,026) at 20210308005002804 2025-03-14 03:00:46.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_event.c' (15,027) at 20241220090018338 2025-03-14 03:00:46.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/ueagle-atm.c' (15,028) at 20240405153052037 2025-03-14 03:00:46.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c' (15,029) at 20240405153050157 2025-03-14 03:00:46.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_start@.service' (15,030) at 20241226090016123 to deleted uid set 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/bug-bisect.rst' (15,031) at 20240405153229835 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-msm8998.h' (15,032) at 20210307214931330 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/mmu_rb.c' (15,033) at 20240405153049053 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/Kconfig' (15,034) at 20240405153053485 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/Kconfig' (15,035) at 20240405153232195 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/board2.c' (15,036) at 20210308005002784 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/bitmap.c' (15,037) at 20240405153052337 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_base.c' (15,038) at 20210308005003416 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/rbtree_fail.c' (15,039) at 20240405153054273 2025-03-14 03:00:46.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.h' (15,040) at 20240405153047297 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/Kconfig' (15,041) at 20240405153230151 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/core.c' (15,042) at 20240415080012979 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8005.dtsi' (15,043) at 20240405153045773 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/der.h' (15,044) at 20241211090212230 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_output.c' (15,045) at 20241220090018338 to deleted uid set 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/a9scu.h' (15,046) at 20210308005046017 2025-03-14 03:00:46.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_entity.h' (15,047) at 20240405153049445 2025-03-14 03:00:46.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/intel_idle.rst' (15,048) at 20220525020651650 2025-03-14 03:00:46.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/core.h' (15,049) at 20240405153230807 2025-03-14 03:00:46.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/async.c' (15,050) at 20240405153231891 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/atl2.c' (15,051) at 20240405153049821 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/index.rst' (15,052) at 20240405153045225 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8641si-pre.dtsi' (15,053) at 20210307214926346 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/mc-io.c' (15,054) at 20220525020652290 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/tuntap_kern.c' (15,055) at 20210307214926622 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany_1.38.bb' (15,056) at 20220402030015923 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h' (15,057) at 20210309003650592 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml' (15,058) at 20240405153229755 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/vpd.c' (15,059) at 20220525020652430 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/main.c' (15,060) at 20240906080037160 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c' (15,061) at 20240405153230375 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/sunvdc.c' (15,062) at 20240405153046717 2025-03-14 03:00:46.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/unistd.h' (15,063) at 20210307214925854 2025-03-14 03:00:46.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tb_regs.h' (15,064) at 20241008080013983 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/tun.c' (15,065) at 20240729080011336 to deleted uid set 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/ExternalSensorMain.cpp' (15,066) at 20241112090003094 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/evdevpp/evdev.hpp' (15,067) at 20230511080026927 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/obmc-init.sh' (15,068) at 20241008080015843 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pasemi-platform.c' (15,069) at 20240405153048909 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/new-libarchive.patch' (15,070) at 20241221090017668 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition-sub.json' (15,071) at 20210308005046409 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/subprojects/packagefiles/iniparser/meson.build' (15,072) at 20240710080015177 to deleted uid set 2025-03-14 03:00:46.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/core/resources.c' (15,073) at 20240405153052157 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/smt.h' (15,074) at 20220525020653667 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/set_SPI_mux.cpp' (15,075) at 20210617000039364 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-isa.c' (15,076) at 20241211090212266 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/namespaces/index.rst' (15,077) at 20210307214925238 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tc_opts.c' (15,078) at 20240405153232259 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi' (15,079) at 20240405153045769 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/irq_regs.h' (15,080) at 20240405153045937 2025-03-14 03:00:46.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3.c' (15,081) at 20240405153232199 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/insn.c' (15,082) at 20240405153229987 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_sysfs.h' (15,083) at 20240405153231795 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a-plus.dts' (15,084) at 20240405153045817 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pieksamaki_Halkokumpu' (15,085) at 20210307205553770 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/symlink.c' (15,086) at 20210307214930998 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/kasan/book3s_32.c' (15,087) at 20220525020652066 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/classes.rst' (15,088) at 20241221090017600 to deleted uid set 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/ptrace.c' (15,089) at 20240405153229863 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmc-mxcmmc.h' (15,090) at 20210307214931478 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/wq_enet_desc.h' (15,091) at 20240405153049897 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/IMA-templates.rst' (15,092) at 20240405153045257 2025-03-14 03:00:46.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_%.bbappend' (15,093) at 20241206090014210 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx21-clock.h' (15,094) at 20210307214931326 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/pipeline.json' (15,095) at 20210307214932538 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/bletchley-system-state-init.conf' (15,096) at 20221025030015189 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trap_pf.h' (15,097) at 20240405153230115 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/generic_events_valid_test.c' (15,098) at 20240405153054361 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/os_specific/service_layers/osunixmap.c' (15,099) at 20240405153054213 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/ssi.c' (15,100) at 20240405153053989 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-variant' (15,101) at 20211006000025238 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hubbub.c' (15,102) at 20240405153047241 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/z8536.h' (15,103) at 20220525020652362 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlmfs/Makefile' (15,104) at 20210307214931206 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/Makefile' (15,105) at 20210308005002908 2025-03-14 03:00:46.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm63xx_pmb.c' (15,106) at 20240405153045637 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/position/hid-sensor-custom-intel-hinge.c' (15,107) at 20220525020653111 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8560ADS.h' (15,108) at 20210308005003580 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-pic32/irq.h' (15,109) at 20210307214926226 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-pci-wrap.c' (15,110) at 20240405153052037 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/tonga_baco.c' (15,111) at 20240405153230507 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/lpc32xx_ts.c' (15,112) at 20240405153230731 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-moxtet.c' (15,113) at 20220525020652438 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fiemap.h' (15,114) at 20220525020654563 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TRACE01.boot' (15,115) at 20240405153054369 2025-03-14 03:00:46.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/coda.yaml' (15,116) at 20240405153045093 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/cmd.c' (15,117) at 20241104090011579 to deleted uid set 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/disable-Wvarargs-with-clang.patch' (15,118) at 20220204040022528 to deleted uid set 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.json' (15,119) at 20240906080037560 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/free_page_reporting.rst' (15,120) at 20240405153045229 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/liboop_1.0.1.bb' (15,121) at 20241221090017540 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/ltc2983.c' (15,122) at 20240405153049013 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/Makefile' (15,123) at 20210307214930258 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (15,124) at 20210307205553694 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb' (15,125) at 20220402030015959 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/test/Kconfig' (15,126) at 20240405153049013 2025-03-14 03:00:46.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1166dhp-common.dtsi' (15,127) at 20240405153229871 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7720.c' (15,128) at 20240405153051361 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0007-fix-cmake-generate-versioned-shared-libraries.patch' (15,129) at 20241221090017528 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-palette.h' (15,130) at 20210308005046553 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/print_inventory.pl' (15,131) at 20220720030027723 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compaction.h' (15,132) at 20240405153052669 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm051_rev3_defconfig' (15,133) at 20210308005003272 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/Kconfig' (15,134) at 20210308005003020 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/locking/DCL-broken.litmus' (15,135) at 20240405153045225 2025-03-14 03:00:46.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Plympton' (15,136) at 20210307205553798 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5663.c' (15,137) at 20240405153053721 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/comparison.py' (15,138) at 20240326080039726 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml' (15,139) at 20240405153045041 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_isa.c' (15,140) at 20240405153046033 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5682.h' (15,141) at 20240405153231863 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/regs.h' (15,142) at 20210307214929470 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/tonga.h' (15,143) at 20210307214926886 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/drmem.c' (15,144) at 20240405153046185 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/other.json' (15,145) at 20240405153054145 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/ingenic-trng.c' (15,146) at 20240405153230199 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-adma.dtsi' (15,147) at 20220525020651910 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Aanekoski_Konginkangas' (15,148) at 20210307205553766 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/media/camera-pxa.h' (15,149) at 20210307214931478 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_pnor_partition_table.cpp' (15,150) at 20210308005100993 2025-03-14 03:00:46.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/importlayer.js' (15,151) at 20210307205554278 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml' (15,152) at 20240405153045081 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/rtbitmap.c' (15,153) at 20240405153231775 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/bitfunc.c' (15,154) at 20240405153052457 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/optprobes_head.S' (15,155) at 20240405153046145 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsio.c' (15,156) at 20210307214926842 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/audit.h' (15,157) at 20210307214926518 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-5.dtsi' (15,158) at 20210307214926018 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/python/tracepoint.py' (15,159) at 20240405153054157 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/target/tcm_mod_builder.rst' (15,160) at 20210307214925570 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp' (15,161) at 20241228090003723 to deleted uid set 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/windows.h' (15,162) at 20210308005100997 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/fw-update/metadata-example.json' (15,163) at 20230726080035502 2025-03-14 03:00:46.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/sched.c' (15,164) at 20210307214930434 2025-03-14 03:00:46.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-sha.c' (15,165) at 20240405153230255 2025-03-14 03:00:46.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/perl-version.bbclass' (15,166) at 20230520080014496 2025-03-14 03:00:46.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sch311x_wdt.c' (15,167) at 20240405153052245 2025-03-14 03:00:46.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5670.h' (15,168) at 20220525020655043 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/processor.h' (15,169) at 20210307214926586 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sparc64/drivers/Makefile' (15,170) at 20210307214932722 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_ipcomp.h' (15,171) at 20210307214931646 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mvusb.c' (15,172) at 20240405153050345 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/nvreg.h' (15,173) at 20210307214930934 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/suspend-and-interrupts.rst' (15,174) at 20240405153045245 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/usbatm.c' (15,175) at 20240405153052037 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/sdram_config.h' (15,176) at 20210308005002952 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/files.py' (15,177) at 20210308005003748 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/uncore-interconnect.json' (15,178) at 20240405153054145 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_cs.c' (15,179) at 20210307214930010 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/configs/defconfig' (15,180) at 20240405153230075 2025-03-14 03:00:46.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,imr.yaml' (15,181) at 20240405153045101 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/Makefile' (15,182) at 20240405153048569 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.h' (15,183) at 20240617080017398 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts' (15,184) at 20240405153045813 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/faq.rst' (15,185) at 20210307214925230 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/adpll.txt' (15,186) at 20210307214925294 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme16x/config.c' (15,187) at 20241211090145381 2025-03-14 03:00:46.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7146/Kconfig' (15,188) at 20240405153049377 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pmu.h' (15,189) at 20240405153052773 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/cs-etm.h' (15,190) at 20210307214932514 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ics932s401.c' (15,191) at 20240405153049641 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml' (15,192) at 20240405153229771 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_dentry.c' (15,193) at 20240617080017402 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/syscall.h' (15,194) at 20240405153052621 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-crypto.c' (15,195) at 20221215040039150 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/mc13783-pwrbutton.c' (15,196) at 20220525020653179 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_manager_sysfs.c' (15,197) at 20220525020654115 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jhash.h' (15,198) at 20210309003653852 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_fdt.h' (15,199) at 20210308005002836 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/processor-flags.h' (15,200) at 20240405153046401 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/which/which_2.21.bb' (15,201) at 20231011080016614 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/Kbuild' (15,202) at 20210307214927970 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@3c0/ir35221@71.conf' (15,203) at 20240904080027734 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/si_smc.c' (15,204) at 20240405153048329 2025-03-14 03:00:46.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/qcom_camss_8x96_graph.dot' (15,205) at 20210307214925234 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/hfs.h' (15,206) at 20210307214931118 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/python3-pycups.bb' (15,207) at 20230211040012639 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_power.h' (15,208) at 20240405153050341 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_flavors__err_wrong_name.c' (15,209) at 20210307214932642 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/adf4377.c' (15,210) at 20240405153048981 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-api.rst' (15,211) at 20210309003648472 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/Makefile' (15,212) at 20210308005002796 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/vybridimage.c' (15,213) at 20210308005003776 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_string.c' (15,214) at 20210307214932030 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c' (15,215) at 20240405153230607 2025-03-14 03:00:46.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h' (15,216) at 20240405153051289 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mipi_dsim.h' (15,217) at 20210308005002724 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/Makefile' (15,218) at 20210308005002820 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/backend.h' (15,219) at 20230809080010803 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/.gitignore' (15,220) at 20210308005003556 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x-pcm.c' (15,221) at 20240405153053501 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc7180.c' (15,222) at 20240405153230735 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Limedsforsen' (15,223) at 20210307205553786 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/fncpy.h' (15,224) at 20210307214925850 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips-softmmu/default.mak' (15,225) at 20210927100127053 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dreambox.c' (15,226) at 20240405153049513 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/phy-rcar-gen3-usb3.c' (15,227) at 20240405153051293 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb' (15,228) at 20241206090014342 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/sandbox_store.c' (15,229) at 20210308005003336 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-memcpy-x86-64-asm.S' (15,230) at 20240405153054097 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/axi-emul-uclass.c' (15,231) at 20210308005003336 2025-03-14 03:00:46.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/ext4.rst' (15,232) at 20240405153044945 2025-03-14 03:00:46.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-add-new-option-eltorito-platform.patch' (15,233) at 20220502030010112 2025-03-14 03:00:46.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7794-alt.dts' (15,234) at 20240405153229899 2025-03-14 03:00:46.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_ecm.c' (15,235) at 20240405153231547 2025-03-14 03:00:46.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gem.c' (15,236) at 20240805080013951 to deleted uid set 2025-03-14 03:00:46.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/lock.rs' (15,237) at 20240405153232099 2025-03-14 03:00:46.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_pcm.c' (15,238) at 20240405153053501 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/idt77252.h' (15,239) at 20220525020652258 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-Fix-hash_key_put-signature.patch' (15,240) at 20230131040012035 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kprobes/opt.c' (15,241) at 20240405153046433 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/e820_memory_layout.h' (15,242) at 20240906080037228 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/crownbay.c' (15,243) at 20210308005003008 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (15,244) at 20241206090014234 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_xfer.h' (15,245) at 20210308005003436 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_admin.c' (15,246) at 20240405153230267 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/allwinner-rtc.c' (15,247) at 20241211090212326 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend' (15,248) at 20210307205554390 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/unaligned.h' (15,249) at 20210308005002840 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-ppc.rst' (15,250) at 20240906080037180 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spmi/Kconfig' (15,251) at 20240405153051805 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci_mvebu.c' (15,252) at 20210308005003332 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max6620.rst' (15,253) at 20240405153045217 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/sigfuz.c' (15,254) at 20210307214932706 2025-03-14 03:00:46.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/amd_nb.h' (15,255) at 20241211090145389 2025-03-14 03:00:46.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/gxfb_core.c' (15,256) at 20240405153231583 2025-03-14 03:00:46.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/hash.c' (15,257) at 20241011080017339 2025-03-14 03:00:46.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/v4l2-controls.h' (15,258) at 20240405153231883 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-audio.rst' (15,259) at 20220525020651786 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/at91sam9_wdt.c' (15,260) at 20210308005003540 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/me_to_redfish_hooks.hpp' (15,261) at 20230921080009741 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb' (15,262) at 20240301090012427 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ti_qspi_am43x_test' (15,263) at 20210308005003300 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_ctrl_mbox.h' (15,264) at 20240405153230995 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/tools/objstrip.c' (15,265) at 20240405153045341 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_11_5_0_sh_mask.h' (15,266) at 20220525020652710 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/tap_delays.c' (15,267) at 20210308005003180 2025-03-14 03:00:46.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420-n800.dts' (15,268) at 20240405153045601 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra210-car.h' (15,269) at 20210308005003636 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/0001-drbdmon-add-LDFLAGS-when-linking.patch' (15,270) at 20240309090012804 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0005-replace-lynx-to-curl-in-apachectl-script.patch' (15,271) at 20220402030016023 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_health.c' (15,272) at 20220525020654519 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/posix_types_64.h' (15,273) at 20210307214926682 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240RDB_defconfig' (15,274) at 20210308005003244 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/archinsn.h' (15,275) at 20210307214932582 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-pxa.yaml' (15,276) at 20240405153045109 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/crmregs-imx3.h' (15,277) at 20210307214925886 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib7000m.c' (15,278) at 20240405153049285 2025-03-14 03:00:46.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/helper.h' (15,279) at 20241211090212470 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/mgmt.c' (15,280) at 20241211090145549 to deleted uid set 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/autoprobe.c' (15,281) at 20210307214931730 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.12.bb' (15,282) at 20241221090017688 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl502d.h' (15,283) at 20210309003649824 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grukservices.c' (15,284) at 20241111090012125 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/changes.rst' (15,285) at 20240405153044941 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/tnc.c' (15,286) at 20210308005002860 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-again.sh' (15,287) at 20240405153054365 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/da8xx-mstpri.c' (15,288) at 20210307214926930 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/esp.c' (15,289) at 20241211090212330 2025-03-14 03:00:46.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpu/idle-states.yaml' (15,290) at 20240405153045033 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration-helpers.h' (15,291) at 20240906080037572 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/compress_params.h' (15,292) at 20240405153052949 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_doorbell.c' (15,293) at 20240405153049109 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/subcmd-util.h' (15,294) at 20240405153054069 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/oem/ibm/OWNERS' (15,295) at 20240222090005522 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/Makefile' (15,296) at 20210307214931122 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-landisk/irq.c' (15,297) at 20240405153046305 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_varlen.c' (15,298) at 20240405153054281 2025-03-14 03:00:46.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-viapro.rst' (15,299) at 20210307214925510 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma5/sdma5_4_2_2_sh_mask.h' (15,300) at 20210307214927678 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/htab_update.c' (15,301) at 20240405153054253 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/binderfs/.gitignore' (15,302) at 20220525020654931 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmmpc.h' (15,303) at 20210307214931622 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch' (15,304) at 20241221090017692 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/ipcbuf.h' (15,305) at 20210307214926514 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rd88f6192.dts' (15,306) at 20240405153045457 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-inuit.c' (15,307) at 20210307214931178 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_pruss.c' (15,308) at 20240405153231531 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/ls7a.h' (15,309) at 20241211090212362 2025-03-14 03:00:46.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/trace/trace_gpu_mem.c' (15,310) at 20210307214928086 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/vegman-sx20.conf' (15,311) at 20220111040017380 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/config.json' (15,312) at 20231213090027094 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem_dma_helper.h' (15,313) at 20240405153231795 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml' (15,314) at 20240405153045157 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/index.rst' (15,315) at 20240405153229835 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/device_handler/scsi_dh_emc.c' (15,316) at 20240405153051589 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/README' (15,317) at 20210308005002964 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/qcow2_format.py' (15,318) at 20210308005046473 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-ubi.inc' (15,319) at 20210307205554046 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubimount@.service' (15,320) at 20210308005102829 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/files/host-peer' (15,321) at 20210307205554466 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_queue.h' (15,322) at 20240405153052929 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/ciu.txt' (15,323) at 20210307214925362 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/adc/fsl-imx25-gcq.h' (15,324) at 20210307214931338 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_extent_busy.h' (15,325) at 20240405153231779 2025-03-14 03:00:46.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.h' (15,326) at 20240405153047205 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr64.dts' (15,327) at 20210308005003760 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tun.c' (15,328) at 20240405153054353 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' (15,329) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_pppol2tp.h' (15,330) at 20240405153052705 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-tyan-s8036.dts' (15,331) at 20240405153045421 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/Kconfig' (15,332) at 20240405153049409 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/shmobile/pm.c' (15,333) at 20210307214926566 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml' (15,334) at 20240405153045053 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/jh7110-cryp.h' (15,335) at 20240913080013785 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/PageTitle.vue' (15,336) at 20241004080035963 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-aspeed.txt' (15,337) at 20210307214925418 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/name_table.h' (15,338) at 20240405153053397 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fsl-flexspi.c' (15,339) at 20220525020652306 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch' (15,340) at 20241221090017680 2025-03-14 03:00:46.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-baremetal.inc' (15,341) at 20220204040022596 to deleted uid set 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/spl.c' (15,342) at 20210308005002840 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/hed.c' (15,343) at 20240405153230167 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts' (15,344) at 20210308005002568 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-accutouch.c' (15,345) at 20210307214928086 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_lazy.c' (15,346) at 20240405153053117 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli_simple.c' (15,347) at 20210308005003224 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/main.c' (15,348) at 20240405153052265 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/gpc.c' (15,349) at 20240405153231347 2025-03-14 03:00:46.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CP00/meson.build' (15,350) at 20230825080021133 to deleted uid set 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/g92.c' (15,351) at 20220525020652971 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/Makefile' (15,352) at 20210307214932218 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot' (15,353) at 20240628080017121 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ubsan.h' (15,354) at 20241111090012149 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sc-regs.h' (15,355) at 20210308005002796 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/docs/bindings/vendor-ibm-astlpc.md' (15,356) at 20240816080008914 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/Kconfig' (15,357) at 20210308005002968 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/Makefile' (15,358) at 20210307214930946 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/Kconfig' (15,359) at 20210308005003072 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_mman.h' (15,360) at 20230925080039941 2025-03-14 03:00:46.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/do_mounts.c' (15,361) at 20240405153231883 2025-03-14 03:00:46.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr.c' (15,362) at 20241211090212322 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx35.c' (15,363) at 20240405153231319 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/ceph_frag.h' (15,364) at 20210307214931366 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-4.c' (15,365) at 20240326080039742 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-header.rst' (15,366) at 20210309003648472 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/crop.rst' (15,367) at 20210309003648488 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/oct_ilm.c' (15,368) at 20240405153045993 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/setup.h' (15,369) at 20210307214926618 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config.bb' (15,370) at 20241206090014274 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/inotify.h' (15,371) at 20240405153052921 2025-03-14 03:00:46.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/cros-ec/cros-ec-cec.c' (15,372) at 20240405153049265 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs.c' (15,373) at 20240405153053289 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/ptdump.c' (15,374) at 20240405153230075 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_bd663474.c' (15,375) at 20210716100030015 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo-stubs.c' (15,376) at 20240906080037376 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/uhid.rst' (15,377) at 20220525020651734 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_0_smn.h' (15,378) at 20210307214927650 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/Kconfig' (15,379) at 20210307214928150 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1-1g-2.dtsi' (15,380) at 20210307214926350 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/speedo-tegra114.c' (15,381) at 20210307214930450 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pci_insn.h' (15,382) at 20240405153046277 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pstore-blk.rst' (15,383) at 20220525020651650 2025-03-14 03:00:46.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/docs/Intel_IPMI_Platform_Events.md' (15,384) at 20221209040010163 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma0_qm_regs.h' (15,385) at 20240405153046573 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/za-test.S' (15,386) at 20240405153054237 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/sockbits.h' (15,387) at 20210927100127273 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb' (15,388) at 20230520080014504 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/st,stm32-dma2d.yaml' (15,389) at 20240405153045101 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/trace.h' (15,390) at 20230426080043692 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h' (15,391) at 20240405153049957 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk.h' (15,392) at 20240405153046845 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-orangepi.dts' (15,393) at 20240405153045385 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/Makefile' (15,394) at 20210307214930474 2025-03-14 03:00:46.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hartola' (15,395) at 20210307205553770 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lookup_and_delete.c' (15,396) at 20240405153054257 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_win_int.c' (15,397) at 20221215040039042 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/conf-notes.txt' (15,398) at 20240727080014098 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53smd.h' (15,399) at 20210308005003604 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/index.rst' (15,400) at 20240405153045261 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/l2tpv3.c' (15,401) at 20230426080043796 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds3232.c' (15,402) at 20240405153051497 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/make.patch' (15,403) at 20210729000029104 2025-03-14 03:00:46.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_integ.c' (15,404) at 20210307214928614 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_init.c' (15,405) at 20241216090017729 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_main.c' (15,406) at 20240405153050073 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr_smu_msg.c' (15,407) at 20240405153047205 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-input-pci.c' (15,408) at 20240906080037316 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/README.md' (15,409) at 20221209040038491 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/os.h' (15,410) at 20210307214927902 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-fifo.c' (15,411) at 20240815080012931 2025-03-14 03:00:46.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000_base.c' (15,412) at 20210308005003440 2025-03-14 03:00:46.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm.wks' (15,413) at 20220804030014691 2025-03-14 03:00:46.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/agg-rx.c' (15,414) at 20240405153050581 2025-03-14 03:00:46.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-q8-common.dtsi' (15,415) at 20210308005002620 2025-03-14 03:00:46.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_paired_singles.c' (15,416) at 20240405153046165 2025-03-14 03:00:46.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pciehp_pci.c' (15,417) at 20240405153051245 2025-03-14 03:00:46.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_counter.h' (15,418) at 20240405153052757 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dmaengine.h' (15,419) at 20240405153231807 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/run-ptest' (15,420) at 20231126090012785 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv04.c' (15,421) at 20220525020652971 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8544DS.h' (15,422) at 20210308005003580 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains7xx_data.c' (15,423) at 20210307214925922 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/elf_aux.c' (15,424) at 20240405153046345 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6dl_mamoj_defconfig' (15,425) at 20210308005003260 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/xdma.h' (15,426) at 20220525020654659 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComponentIntegrity_v1.xml' (15,427) at 20240918080002708 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/Makefile' (15,428) at 20210307214928706 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp152.h' (15,429) at 20210308005003560 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/Kconfig.debug' (15,430) at 20240405153230087 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/x86_64/safe-syscall.inc.S' (15,431) at 20220429100100406 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/kdebug.h' (15,432) at 20210309003648976 2025-03-14 03:00:46.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell_rbu.c' (15,433) at 20240405153051405 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/mc.h' (15,434) at 20240405153048621 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/cirrus/Makefile' (15,435) at 20240405153047037 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/.flake8' (15,436) at 20230426080043844 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/recordmcount.pl' (15,437) at 20240405153053461 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ml26124.c' (15,438) at 20240405153053657 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fib-onlink-tests.sh' (15,439) at 20210307214932686 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/frontend.json' (15,440) at 20240405153054141 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/osm-l3.c' (15,441) at 20240405153230735 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst' (15,442) at 20220525020651790 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-usb-hsotg-phy-s3c64xx.h' (15,443) at 20210309003648720 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/omap_voutdef.h' (15,444) at 20240405153049481 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/trans_pgd-asm.S' (15,445) at 20240405153045901 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/ac-power-good-assert@.service' (15,446) at 20240316080012480 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/uart-remapping.sh' (15,447) at 20220520030031836 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/mass-storage.rst' (15,448) at 20240405153045305 2025-03-14 03:00:46.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/storm.c' (15,449) at 20240405153232191 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765-mm.c' (15,450) at 20240405153046793 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_mc_static.h' (15,451) at 20210308005003368 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-base.yml' (15,452) at 20241221090017464 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/ras.rst' (15,453) at 20240405153044961 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/util.h' (15,454) at 20210307214929902 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra186_asrc.h' (15,455) at 20240405153054009 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/sensors.hpp' (15,456) at 20210429000059464 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb' (15,457) at 20240301090012471 to deleted uid set 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-sector.c' (15,458) at 20230426080043944 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml' (15,459) at 20221207040023627 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ia_css_gc.host.c' (15,460) at 20210307214930558 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/0003-include-config.h.patch' (15,461) at 20220910030013349 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch' (15,462) at 20241206090014258 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_bsg.c' (15,463) at 20210309003652824 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8316.c' (15,464) at 20240405153232151 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sm2.h' (15,465) at 20240405153052625 2025-03-14 03:00:46.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_qdio.h' (15,466) at 20240405153051537 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/ISA2+pooncelock+pooncelock+pombonce.litmus' (15,467) at 20210307214932502 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/idt/Kconfig' (15,468) at 20210307214929982 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2080_spi_rcw.cfg' (15,469) at 20210308005002996 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Battery.v1_3_0.json' (15,470) at 20240619080002940 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/Makefile' (15,471) at 20240405153046053 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-2.conf' (15,472) at 20230412080023460 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-b-rev2.dts' (15,473) at 20210308005002572 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_errno_defs.h' (15,474) at 20220429100100618 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream_1.0.3.bb' (15,475) at 20241221090017692 to deleted uid set 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/dbd-mariadb_1.23.bb' (15,476) at 20241206090014250 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/migrate_reuseport.c' (15,477) at 20240405153054257 2025-03-14 03:00:46.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscredspsk.h' (15,478) at 20210927100127225 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c' (15,479) at 20240405153048601 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen8_ppgtt.c' (15,480) at 20240405153048485 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/pinmux_config.h' (15,481) at 20210308005002912 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c' (15,482) at 20240405153230523 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/stat.h' (15,483) at 20210307214926122 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/bpf/hooks.c' (15,484) at 20241008080014047 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxpresent_1.0.1.bb' (15,485) at 20230114040015482 2025-03-14 03:00:46.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_cq.c' (15,486) at 20240405153050081 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/gsc-regs.c' (15,487) at 20240405153049457 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a_table.h' (15,488) at 20240405153050673 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/lpm_trie_map_batch_ops.c' (15,489) at 20240405153054245 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/stgrl-unaligned.S' (15,490) at 20230426080043952 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ja_JP/index.rst' (15,491) at 20240405153045277 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/asm.h' (15,492) at 20210307214926578 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/index.js' (15,493) at 20241004080035963 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/nmi_backtrace.c' (15,494) at 20240405153053097 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfne.c' (15,495) at 20210308005046529 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/visualize-pdr/README.md' (15,496) at 20240622080036455 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_pfuze3000.c' (15,497) at 20210308005003468 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv15.c' (15,498) at 20220525020652959 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-periph-a10.c' (15,499) at 20240405153046845 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/test_div64.c' (15,500) at 20220525020654751 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/topology_64.h' (15,501) at 20210307214926586 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/rk3368.c' (15,502) at 20210308005002776 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/usb/Makefile.am' (15,503) at 20210308004938836 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/thermal.hpp' (15,504) at 20241015080002919 to deleted uid set 2025-03-14 03:00:46.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS2.conf' (15,505) at 20240310080021376 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/cache.json' (15,506) at 20220525020655147 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h' (15,507) at 20220525020653631 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0002-Fix-Werror-enum-int-mismatch-with-gcc13.patch' (15,508) at 20230706080014737 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/dma.h' (15,509) at 20210307214926226 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.set.hpp.mako' (15,510) at 20230902080037617 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/vga.h' (15,511) at 20210307214925650 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-willow-sku0.dts' (15,512) at 20240405153045749 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vermilion/cr_pll.c' (15,513) at 20210307214930946 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch' (15,514) at 20230811080018298 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/virtual-memory.json' (15,515) at 20240405153054133 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/pci.c' (15,516) at 20210308005002976 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-bad-type.out' (15,517) at 20210927100127469 to deleted uid set 2025-03-14 03:00:46.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/entity_manager_dbus_api.md' (15,518) at 20221208040007434 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0002-Fix-in-AEAD-for-psa-arch-test-254.patch' (15,519) at 20241221090017468 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/071' (15,520) at 20240326080039726 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbus++' (15,521) at 20220314030038324 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P4080DS.h' (15,522) at 20210308005003580 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tree_nocb.h' (15,523) at 20241018080014570 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/haps_hs_idu.dts' (15,524) at 20210307214925662 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/efi-disk-esp-only.wks.in' (15,525) at 20241206090014214 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_fbdev.h' (15,526) at 20240405153048417 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/pinmux_config.h' (15,527) at 20210308005003052 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-yavia.dts' (15,528) at 20240405153045733 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aes.c' (15,529) at 20210308005003204 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/opencores,or1k-pic.txt' (15,530) at 20210307214925342 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/dbus.h' (15,531) at 20210308005100993 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/instruction.json' (15,532) at 20220525020655143 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/unistd.h' (15,533) at 20210307214926590 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png' (15,534) at 20210307205554270 to deleted uid set 2025-03-14 03:00:46.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts' (15,535) at 20240405153229971 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_proto_gre.h' (15,536) at 20240405153231831 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/signal.cpp' (15,537) at 20230511080043139 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1411.c' (15,538) at 20240405153049293 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/mpage.c' (15,539) at 20240405153052405 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/thunar-plugin.bbclass' (15,540) at 20220618030015174 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-dsp.c' (15,541) at 20240830080013363 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/polyval-clmulni_asm.S' (15,542) at 20240405153046365 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8188-mmsys.h' (15,543) at 20240405153051761 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/dmi-sysfs.c' (15,544) at 20240405153047037 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.rtc' (15,545) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kallsyms_internal.h' (15,546) at 20240405153053009 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_tegra.c' (15,547) at 20240405153230175 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (15,548) at 20241206090014278 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/generator/gen-utils.h' (15,549) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/Makefile' (15,550) at 20240405153231643 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/fs.cpp' (15,551) at 20210308005120361 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest/runner.sh' (15,552) at 20240405153232267 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c' (15,553) at 20240405153230255 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2.host.h' (15,554) at 20210307214930554 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm64.wks' (15,555) at 20220804030014691 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/Makefile' (15,556) at 20210308005002984 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/ksm.h' (15,557) at 20240405153052897 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/jz4780-nemc.c' (15,558) at 20240405153230827 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error.bb' (15,559) at 20241206090014314 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d3_smc.h' (15,560) at 20210308005002716 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpidebug.h' (15,561) at 20210307214932230 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt' (15,562) at 20240405153045117 2025-03-14 03:00:46.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8804.h' (15,563) at 20210307214932358 2025-03-14 03:00:46.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c' (15,564) at 20240405153048997 2025-03-14 03:00:46.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/irq.h' (15,565) at 20210307214931438 2025-03-14 03:00:46.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/sdl.c' (15,566) at 20210308005002844 2025-03-14 03:00:46.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/static/obmc-flash-bmc-prepare-for-sync.service.in' (15,567) at 20220318100029356 to deleted uid set 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_sh_mask.h' (15,568) at 20210307214927686 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_dmc620_pmu.c' (15,569) at 20240613080016455 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/clock.c' (15,570) at 20210308005002788 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nuvoton/clk-ma35d1-divider.c' (15,571) at 20240405153046805 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (15,572) at 20230310090018691 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Markus-Kuhn' (15,573) at 20241221090017616 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/nsp32.c' (15,574) at 20240405153051681 2025-03-14 03:00:46.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi' (15,575) at 20240405153045717 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/regd.c' (15,576) at 20240405153231259 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c' (15,577) at 20240613080016435 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Makefile.postlink' (15,578) at 20240405153046349 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/aspeed_sdhci.c' (15,579) at 20241211090212334 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/vhost_task.c' (15,580) at 20240712080021093 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/0001-musl-Hack-to-fix-build.patch' (15,581) at 20230503080014579 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Iisalmi' (15,582) at 20210307205553770 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_cmdline.h' (15,583) at 20210308005003704 2025-03-14 03:00:46.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_efi.c' (15,584) at 20210308005003288 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/tcp.h' (15,585) at 20240405153052897 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/wm8750.c' (15,586) at 20240906080037204 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c' (15,587) at 20220525020652971 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/emxx_udc/emxx_udc.h' (15,588) at 20220525020654115 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/pam_authenticate.hpp' (15,589) at 20240905080002529 to deleted uid set 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_device.c' (15,590) at 20240405153231499 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bbvars.py' (15,591) at 20240301090012479 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/movmem.S' (15,592) at 20210308005002852 2025-03-14 03:00:46.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_nphy.c' (15,593) at 20210309003651592 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet9f-rev03.dts' (15,594) at 20210308005002616 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c' (15,595) at 20240405153231483 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/Sessions.vue' (15,596) at 20241004080035971 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/strace.h' (15,597) at 20221215040039206 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Connector/meson.build' (15,598) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/escape.tcl' (15,599) at 20210308005007112 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oe/cve_check.py' (15,600) at 20241221090017624 to deleted uid set 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkPort_v1.xml' (15,601) at 20240619080002932 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml' (15,602) at 20240405153045029 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-license-expression/run-ptest' (15,603) at 20240106090017273 to deleted uid set 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_hgsmi.c' (15,604) at 20210309003649896 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/ncsi.h' (15,605) at 20220215040051512 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/wget/wget_%.bbappend' (15,606) at 20220604030012216 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/Makefile' (15,607) at 20210307214930018 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-sysfs/test/meson.build' (15,608) at 20240802080023585 to deleted uid set 2025-03-14 03:00:46.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/nemorad.cpp' (15,609) at 20230718080007968 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/st/st_thermal.h' (15,610) at 20240405153051977 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_ops.c' (15,611) at 20240405153231379 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/proc_control.cpp' (15,612) at 20211007100035655 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-platform.yaml' (15,613) at 20240405153045021 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReportCollection.json' (15,614) at 20240619080002948 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23.dtsi' (15,615) at 20210308005002624 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/smc/smc_clc.h' (15,616) at 20241216090017797 to deleted uid set 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sama5d4_wdt.c' (15,617) at 20240405153231599 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ylitornio_Raanujarvi' (15,618) at 20210307205553774 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/p1022_ds.c' (15,619) at 20240405153053933 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TrustedComponentCollection_v1.xml' (15,620) at 20240619080002940 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/pll.c' (15,621) at 20240405153046873 2025-03-14 03:00:46.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Eitshal' (15,622) at 20210307205553794 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/run.sh' (15,623) at 20210307214932470 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_pdc202xx_old.c' (15,624) at 20240405153046665 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/usage.rst' (15,625) at 20240413080012679 to deleted uid set 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt' (15,626) at 20240106090017261 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmc_hsq.c' (15,627) at 20240405153049661 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson8-power.h' (15,628) at 20240405153231799 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/softing.h' (15,629) at 20210307214929258 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/ieee1284.c' (15,630) at 20210309003651924 2025-03-14 03:00:46.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac.h' (15,631) at 20241011080017331 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h' (15,632) at 20240405153230323 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/Kconfig' (15,633) at 20240405153231339 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_backend.c' (15,634) at 20240405153230635 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7219-aad.h' (15,635) at 20240405153053601 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/clk-pic32mzda.c' (15,636) at 20240405153230219 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/init.c' (15,637) at 20240405153050445 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/reset.h' (15,638) at 20240405153046873 2025-03-14 03:00:46.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/debug.c' (15,639) at 20240405153231927 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/thunderbolt/nhi.h' (15,640) at 20240405153051981 to deleted uid set 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/machzwd.c' (15,641) at 20220525020654331 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/strlen.c' (15,642) at 20210307214932710 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb' (15,643) at 20241221090017544 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/msr-trace.h' (15,644) at 20210307214926670 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_utils_32.h' (15,645) at 20210308005046501 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-field-variable-support.tc' (15,646) at 20240405153054305 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-idp-ec-h1.dtsi' (15,647) at 20240405153045785 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch' (15,648) at 20210307205554106 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/lg/lg1312-ref.dts' (15,649) at 20210307214926022 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c' (15,650) at 20240405153046961 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2maperror.c' (15,651) at 20240527080023356 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_system.h' (15,652) at 20210307214932198 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/socionext,uniphier-evea.yaml' (15,653) at 20240405153045169 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/metric.c' (15,654) at 20240405153052309 2025-03-14 03:00:46.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace.h' (15,655) at 20220525020653135 2025-03-14 03:00:46.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_5_regs.h' (15,656) at 20240405153046577 2025-03-14 03:00:46.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-dc.c' (15,657) at 20240405153048809 2025-03-14 03:00:46.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc.c' (15,658) at 20241018080014482 2025-03-14 03:00:46.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/common/common.c' (15,659) at 20210308005003012 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_vof.c' (15,660) at 20240906080037284 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_spi.c' (15,661) at 20240405153049765 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/atc260x/atc2609a.h' (15,662) at 20220525020654583 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/csi_rx_global.h' (15,663) at 20210307214930538 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/delay.h' (15,664) at 20210307214926106 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/emptytest/emptytest.bb' (15,665) at 20210307205554386 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (15,666) at 20230412080023460 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-scsi/vhost-user-scsi.c' (15,667) at 20221215040039070 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend' (15,668) at 20210823100016972 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb' (15,669) at 20241221090017552 to deleted uid set 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrl_qb.c' (15,670) at 20210308005046505 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/Makefile' (15,671) at 20240405153046513 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/dw.c' (15,672) at 20210309003649332 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usbroothubdes.h' (15,673) at 20210308005003692 2025-03-14 03:00:46.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-375-pinctrl.txt' (15,674) at 20210307214925394 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/.gitignore' (15,675) at 20240405153054385 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml' (15,676) at 20220525020651674 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.yaml' (15,677) at 20240405153045153 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/gcc-mdm9607.c' (15,678) at 20240405153230227 to deleted uid set 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/dm-crypt.c' (15,679) at 20240405153230763 to deleted uid set 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/lwt_len_hist.sh' (15,680) at 20240405153053421 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/0001-initialize-timespec-variable.patch' (15,681) at 20241206090014246 2025-03-14 03:00:46.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nvsw.c' (15,682) at 20240405153048649 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/monitor.c' (15,683) at 20241211090212514 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dreamplug.dts' (15,684) at 20210308005002592 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-test.json' (15,685) at 20210308005046409 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/irq.h' (15,686) at 20220525020652018 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/gl860.h' (15,687) at 20210307214928830 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus.dts' (15,688) at 20220525020651902 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console_%.bbappend' (15,689) at 20241206090014226 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.h' (15,690) at 20240405153050593 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-common.c' (15,691) at 20240405153230203 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sina31s.dts' (15,692) at 20210308005002620 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/miscdevice.h' (15,693) at 20240405153052733 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/version.h' (15,694) at 20240405153052961 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/dma.txt' (15,695) at 20210307214925310 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/t613.c' (15,696) at 20210307214928838 2025-03-14 03:00:46.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/ISSUE_TEMPLATE/bug_report.md' (15,697) at 20221215040043182 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dts' (15,698) at 20241002080012454 to deleted uid set 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1420.h' (15,699) at 20210307214928634 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_core.c' (15,700) at 20240405153231563 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/stackleak.c' (15,701) at 20240405153049641 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/object.hpp' (15,702) at 20230511080042407 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/.templateconf' (15,703) at 20220910030013373 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml' (15,704) at 20240405153229759 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/kmeter1_nand.c' (15,705) at 20210308005003412 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-catu.h' (15,706) at 20240405153048885 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/abilis_tb101_dvk.dts' (15,707) at 20210307214925662 2025-03-14 03:00:46.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-nsp-mux.c' (15,708) at 20240405153051309 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/subr.c' (15,709) at 20240405153049865 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/src/appcommands.cpp' (15,710) at 20240817080006183 to deleted uid set 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynqmp_tap_delay.h' (15,711) at 20210308005003696 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/kvm-stat.c' (15,712) at 20240405153054093 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/xen-front-pgdir-shbuf.h' (15,713) at 20210307214931702 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem_framebuffer_helper.h' (15,714) at 20240405153052633 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nft_fib_ipv6.c' (15,715) at 20241018080014582 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2780.h' (15,716) at 20210307214930962 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control-target.c' (15,717) at 20241211090212554 2025-03-14 03:00:46.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/cpcap-regulator.c' (15,718) at 20240405153231359 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/addrconf.c' (15,719) at 20241211090145553 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c' (15,720) at 20240405153050105 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/vicam.c' (15,721) at 20210309003650392 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt' (15,722) at 20240113090014532 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/repro-issue-fix-with-cc-crate-hashmap.patch' (15,723) at 20241221090017672 to deleted uid set 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-composite.c' (15,724) at 20240405153046769 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_axuser_nonsecured_regs.h' (15,725) at 20240405153046601 2025-03-14 03:00:46.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.1.bb' (15,726) at 20241206090014238 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_encoder.h' (15,727) at 20210309003650372 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/.gitlab-ci.yml' (15,728) at 20241221090017464 to deleted uid set 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/report_tags.c' (15,729) at 20240405153053129 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend' (15,730) at 20240320080012509 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/test/test_item_updater.cpp' (15,731) at 20241213090049554 to deleted uid set 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ahb-clk.yaml' (15,732) at 20240405153045021 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb' (15,733) at 20220402030015959 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/page.c' (15,734) at 20240503080014498 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/memory.json' (15,735) at 20240405153054145 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p5020ds.cfg' (15,736) at 20210308005002964 2025-03-14 03:00:46.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8953-xiaomi-vince.dts' (15,737) at 20240405153229943 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_dwc_460ex.c' (15,738) at 20240405153230179 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/ieee802154_6lowpan.h' (15,739) at 20210307214931570 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/Kconfig' (15,740) at 20240405153231455 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/usb_ops_linux.c' (15,741) at 20240405153051909 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/Makefile' (15,742) at 20210308005003024 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/video-i2c.c' (15,743) at 20240405153230791 2025-03-14 03:00:46.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/gpio.txt' (15,744) at 20240405153229839 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi' (15,745) at 20240405153045561 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/configfs.h' (15,746) at 20210307214930794 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/st,sta350.txt' (15,747) at 20210307214925434 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-win.c' (15,748) at 20210308005045765 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-comma-list.out' (15,749) at 20210308005046409 to deleted uid set 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/rockchip-dfi.c' (15,750) at 20240405153230275 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8544DS_defconfig' (15,751) at 20210308005003240 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun8i-codec-analog.c' (15,752) at 20210307214932430 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/main.c' (15,753) at 20240405153054037 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/event_alternatives_tests_p10.c' (15,754) at 20240405153054361 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/clock.h' (15,755) at 20210308005002656 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_ppp.h' (15,756) at 20210307214931638 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/realmode.h' (15,757) at 20210307214926750 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/emcraft-sf2.rst' (15,758) at 20210927100127077 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/os-posix.h' (15,759) at 20240906080037348 2025-03-14 03:00:46.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/health/files/bmc_health_config.json' (15,760) at 20240228090013752 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U_dev_callouts.json' (15,761) at 20240117090012277 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-industrial-grade.dtsi' (15,762) at 20240405153045597 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/linuxboot_dma.c' (15,763) at 20210308005046177 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/bpf/test_tc_tunnel.sh' (15,764) at 20240628080014041 to deleted uid set 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmm8155au_1.dtsi' (15,765) at 20240405153229943 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml' (15,766) at 20240405153045105 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-filter.tc' (15,767) at 20210307214932674 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/static_base_2.dts' (15,768) at 20220525020653835 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/ddr2_v3s.c' (15,769) at 20210308005002784 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@140/ir35221@70.conf' (15,770) at 20240904080027738 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn301.c' (15,771) at 20220525020652530 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/meson.build' (15,772) at 20240925080024982 to deleted uid set 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0006-smbtorture-skip-test-case-tfork_cmd_send.patch' (15,773) at 20240113090014532 2025-03-14 03:00:46.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/mpr2.c' (15,774) at 20210308005003020 2025-03-14 03:00:46.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_dev.h' (15,775) at 20220525020652983 2025-03-14 03:00:46.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/smfs.c' (15,776) at 20240405153050129 2025-03-14 03:00:46.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_minimal.cpp' (15,777) at 20240412080018238 2025-03-14 03:00:46.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml' (15,778) at 20240405153045185 2025-03-14 03:00:46.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-apmixedsys.c' (15,779) at 20240405153046797 2025-03-14 03:00:46.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm_2.16.03.bb' (15,780) at 20241206090014330 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/grcan.c' (15,781) at 20240405153230895 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h' (15,782) at 20240910080014034 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/devices/ipoctal.c' (15,783) at 20240405153230747 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/hisilicon/dw-dsi.txt' (15,784) at 20210307214925302 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c' (15,785) at 20210308005002904 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/primport.bbclass' (15,786) at 20220910030013393 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6m/tune-cortexm1.inc' (15,787) at 20210905000020581 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/digital_dep.c' (15,788) at 20220525020654883 2025-03-14 03:00:46.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83792d.rst' (15,789) at 20210307214925506 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rohm-bd9576.c' (15,790) at 20240405153230839 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http_response.hpp' (15,791) at 20240917080002671 to deleted uid set 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/spear_smi.c' (15,792) at 20240405153230867 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-errno.c' (15,793) at 20240405153049457 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/sound/hd-audio/controls.rst' (15,794) at 20220525020651774 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apiflask_2.2.1.bb' (15,795) at 20241221090017548 to deleted uid set 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_qos.h' (15,796) at 20210307214931486 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am5748.dtsi' (15,797) at 20240405153045597 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/switch_to.h' (15,798) at 20241211090145381 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-88pm80x.c' (15,799) at 20240405153051489 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72x-mmc-iodelay.dtsi' (15,800) at 20210308005002576 2025-03-14 03:00:46.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/kbuild.rst' (15,801) at 20240405153045225 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mux.h' (15,802) at 20210308005002656 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/signal.h' (15,803) at 20240617080017378 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-pic32/cpu-feature-overrides.h' (15,804) at 20210307214926226 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ia_css_gc_table.host.c' (15,805) at 20210309003653020 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/asymmetric-keys.rst' (15,806) at 20210309003648316 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/Kconfig' (15,807) at 20210308005003016 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_bbt.c' (15,808) at 20240405153049697 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb' (15,809) at 20241221090017576 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt' (15,810) at 20210308005003304 2025-03-14 03:00:46.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/Makefile' (15,811) at 20210307214928498 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8195-mmsys.h' (15,812) at 20240405153051761 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_xchg.c' (15,813) at 20220525020655203 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/rc-table-change.rst' (15,814) at 20220525020651782 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_1.c' (15,815) at 20210307214930586 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/.gitignore' (15,816) at 20210308005054073 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml' (15,817) at 20240405153045177 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/CVE-2018-5996.patch' (15,818) at 20230503080014583 to deleted uid set 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/ringbuffer.c' (15,819) at 20240606080011676 2025-03-14 03:00:46.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7795.c' (15,820) at 20210308005003464 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c' (15,821) at 20240805080013947 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/Makefile' (15,822) at 20240405153049449 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-xilinx-intc.c' (15,823) at 20240815080012883 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch' (15,824) at 20210307205554558 to deleted uid set 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/sanitize_test.cpp' (15,825) at 20220525020545509 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/set-path-of-default-config-file.patch' (15,826) at 20210307205553910 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/Makefile.am' (15,827) at 20210308004939860 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/kobj.c' (15,828) at 20240405153051209 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779.c' (15,829) at 20240405153230211 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/google/chv3-i2s.c' (15,830) at 20241001080013036 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc_s10.c' (15,831) at 20210308005002780 2025-03-14 03:00:46.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym53c8xx.h' (15,832) at 20210307214930422 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/initscript' (15,833) at 20210307205553930 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/tpm-tis-i2c.yaml' (15,834) at 20240405153045153 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/computer_system.hpp' (15,835) at 20240918080002704 to deleted uid set 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/coco/sev-guest.rst' (15,836) at 20240405153045325 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/test-led-priority.yaml' (15,837) at 20240822080022197 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tests.c' (15,838) at 20241121090029296 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/Kconfig' (15,839) at 20210308005003088 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_concat_range.sh' (15,840) at 20240405153054357 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/uncore-power.json' (15,841) at 20240405153054129 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tam3517-common.h' (15,842) at 20210308005003620 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth-gmac.h' (15,843) at 20210308005003424 2025-03-14 03:00:46.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/Makefile' (15,844) at 20240405153053253 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Fix-DATADIRNAME-on-uclibc-Linux.patch' (15,845) at 20241221090017640 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usb-skeleton.c' (15,846) at 20240405153052153 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/poly1305.h' (15,847) at 20210524100035074 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_debugfs.h' (15,848) at 20240405153230571 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/0002-Makefile-add-conditional-stripping.patch' (15,849) at 20241221090017504 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/Kconfig' (15,850) at 20241111090012165 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cache.h' (15,851) at 20210309003648956 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-marshal.c' (15,852) at 20220429100100426 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/comments.err' (15,853) at 20210308005046401 to deleted uid set 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/f2fs/inline.c' (15,854) at 20240910080014078 to deleted uid set 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/mac.h' (15,855) at 20240405153231159 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/chacha20poly1305.c' (15,856) at 20240405153046533 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/ipset/ip_set_bitmap.h' (15,857) at 20210307214931454 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/of.c' (15,858) at 20210307214932106 2025-03-14 03:00:46.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/Makefile' (15,859) at 20220215040051588 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_dccg.h' (15,860) at 20220525020652514 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-mfg.c' (15,861) at 20240405153230215 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600.c' (15,862) at 20241211090145425 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi' (15,863) at 20210307214926342 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fpudispatch.c' (15,864) at 20220525020652026 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-hbitmap.c' (15,865) at 20220429100100946 2025-03-14 03:00:46.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-s3c64xx.c' (15,866) at 20240405153046845 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nkmp.h' (15,867) at 20210307214927030 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/fix_incompatible_pointer_types_for_gtkitemfactorycallbacks_on_gcc-14.patch' (15,868) at 20241221090017544 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/msi.c' (15,869) at 20240405153051189 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_sysctl.c' (15,870) at 20210307214932046 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces/0001-netifaces-initialize-msghdr-in-a-portable-way.patch' (15,871) at 20220910030013369 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/fplustm.h' (15,872) at 20210307214929666 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi' (15,873) at 20210308005002568 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c' (15,874) at 20240405153050117 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-gre.c' (15,875) at 20240405153053349 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/wkup_m3_ipc.c' (15,876) at 20240710080014597 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-hfpll.h' (15,877) at 20210307214926998 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/debug.c' (15,878) at 20210307214931130 2025-03-14 03:00:46.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/hashtab.c' (15,879) at 20240405153232115 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/max17042_battery.h' (15,880) at 20240405153052773 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc-linux-user.mak' (15,881) at 20230925080039837 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpio_phy.c' (15,882) at 20240405153048449 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso.h' (15,883) at 20240405153045865 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/poplar-pinctrl.dtsi' (15,884) at 20210308005002600 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_size.cpp' (15,885) at 20210308005108645 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/cpuinfo.c' (15,886) at 20210308005002560 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sch5627.rst' (15,887) at 20240405153045217 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgentest/one.yaml' (15,888) at 20221209040030339 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2.dts' (15,889) at 20240405153045537 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh' (15,890) at 20230722080012861 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mq/sys/ddrc.json' (15,891) at 20220525020655143 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-fault-injection.c' (15,892) at 20240405153052025 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/license.hpp' (15,893) at 20221229040004411 to deleted uid set 2025-03-14 03:00:46.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/COMMON_ERRORS.md' (15,894) at 20241010080002424 to deleted uid set 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml' (15,895) at 20220525020651666 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/legacy_dvb_apis.rst' (15,896) at 20220525020651778 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_ids.h' (15,897) at 20240326080039538 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/turbosparc.h' (15,898) at 20210307214926586 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_osd_afbcd.h' (15,899) at 20220525020652923 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv_1.6.20.bb' (15,900) at 20241221090017544 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/net_user.h' (15,901) at 20240405153046345 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_xor.c' (15,902) at 20220525020655203 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/cache.h' (15,903) at 20210307214926618 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/af_vsock_tap.c' (15,904) at 20210307214932098 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/user-ret-profiler/arch-support.txt' (15,905) at 20240405153045197 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0003-Define-the-C-preprocessor-variable-to-improve-reprod.patch' (15,906) at 20210407000018082 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-ts7970.dts' (15,907) at 20240405153045501 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/rust/index.rst' (15,908) at 20240405153045301 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/ge863-pro3.dtsi' (15,909) at 20240405153045469 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/rf69.h' (15,910) at 20240405153051873 2025-03-14 03:00:46.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/sbs-manager.c' (15,911) at 20240405153051441 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_g.h' (15,912) at 20210307214929790 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Carceres' (15,913) at 20210307205553766 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/qga-vss.def' (15,914) at 20230426080043840 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-abi.inc' (15,915) at 20241221090017684 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/ioctl.rst' (15,916) at 20220525020651722 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pl01x_internal.h' (15,917) at 20210308005003484 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/frsp.c' (15,918) at 20210307214926434 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x1_rtr_regs.h' (15,919) at 20240405153046605 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_presence_action.cpp' (15,920) at 20210308005405930 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/auxvec.h' (15,921) at 20240405153046073 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5275.h' (15,922) at 20210308005002804 2025-03-14 03:00:46.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdm670.h' (15,923) at 20240405153049169 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5446.c' (15,924) at 20240405153048973 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/prop_call.py' (15,925) at 20221209040018559 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stode_Intaget' (15,926) at 20210307205553790 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/thread_info.h' (15,927) at 20240405153229907 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/floppy.h' (15,928) at 20210307214925850 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-honeycomb.dts' (15,929) at 20210307214926014 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml' (15,930) at 20240405153045161 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memop.h' (15,931) at 20241211090212354 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/grlib_gptimer.h' (15,932) at 20240906080037340 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karvia' (15,933) at 20210307205553770 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/kwbimage.cfg' (15,934) at 20210308005002944 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-cfi-if.h' (15,935) at 20240906080037336 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420-clocks.dtsi' (15,936) at 20240405153045601 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7792-cpg-mssr.h' (15,937) at 20210307214931334 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/board-common.c' (15,938) at 20210308005002752 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/if.c' (15,939) at 20210307214926694 2025-03-14 03:00:46.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml' (15,940) at 20221207040023631 to deleted uid set 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/legacy_instructions.txt' (15,941) at 20240405153045285 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/cmsg_sender.c' (15,942) at 20240405153232275 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_drv.h' (15,943) at 20220525020653015 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/backlight.rst' (15,944) at 20210309003648424 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python-jsonref/files/migrate-to-pdm-backend.patch' (15,945) at 20240301090012431 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml' (15,946) at 20240405153045049 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb' (15,947) at 20241219090012976 to deleted uid set 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/entry/common.h' (15,948) at 20220525020654699 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ipmi/test_ipmi_sdr.robot' (15,949) at 20240628080017117 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg' (15,950) at 20211005100029555 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi' (15,951) at 20240405153045817 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h7-u-boot.dtsi' (15,952) at 20210308005002616 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/w1-gpio.h' (15,953) at 20210307214931534 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h' (15,954) at 20240405153048661 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/intel,keembay-phy-usb.yaml' (15,955) at 20240405153045129 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/imx7-iomuxc-gpr.h' (15,956) at 20210307214931434 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/MAINTAINERS' (15,957) at 20210308005002972 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-4.c' (15,958) at 20210927100127513 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-watchdog-timeout@.service' (15,959) at 20220503030013244 2025-03-14 03:00:46.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/Makefile' (15,960) at 20210307214928854 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/Kconfig' (15,961) at 20210309003651648 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/.shellcheck' (15,962) at 20210415000105072 to deleted uid set 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_w.c' (15,963) at 20210308005046509 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/subprojects/sdbusplus.wrap' (15,964) at 20220708100026731 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/Makefile' (15,965) at 20210308005002844 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/Kconfig' (15,966) at 20240405153046317 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/.gitignore' (15,967) at 20240405153232283 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ms7750se_defconfig' (15,968) at 20210308005003268 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/spi.h' (15,969) at 20210307214929966 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/s390_flic.rst' (15,970) at 20210307214925626 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AllowDeny.v1_0_3.json' (15,971) at 20240619080002940 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/pvpanic.h' (15,972) at 20240906080037336 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml' (15,973) at 20240405153045021 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_textinputex.c' (15,974) at 20210308005003704 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sync_file_range.sh' (15,975) at 20240405153054177 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-ipc.c' (15,976) at 20240405153049469 2025-03-14 03:00:46.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie_regs.h' (15,977) at 20210307214929902 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_operr.S' (15,978) at 20210307214926146 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_tcb1.dtsi' (15,979) at 20210308005002612 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/clk/Makefile' (15,980) at 20210307214930430 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch' (15,981) at 20241221090017676 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/patch_cs8409.c' (15,982) at 20241104090011623 to deleted uid set 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/asm-uaccess.h' (15,983) at 20240405153046501 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch' (15,984) at 20241221090017696 to deleted uid set 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi' (15,985) at 20210308005002596 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_gpu.c' (15,986) at 20241211090145421 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ir/.gitignore' (15,987) at 20210307214932678 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-inventory-map-native.bb' (15,988) at 20241206090014278 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_net.c' (15,989) at 20210308005003536 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/003' (15,990) at 20210927100127473 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/kernel-driver-statement.rst' (15,991) at 20210307214925582 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/intel_gmbus.c' (15,992) at 20240405153048425 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/ipmb/meson.build' (15,993) at 20241112090003102 to deleted uid set 2025-03-14 03:00:46.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/utils.S' (15,994) at 20210308005002712 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_ext.S' (15,995) at 20230426080043952 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-dec1.h' (15,996) at 20210307214928846 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml' (15,997) at 20240405153045017 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb' (15,998) at 20241221090017548 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-kvm-x86.rst' (15,999) at 20240405153045249 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/Kconfig' (16,000) at 20240405153051249 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt2701-wm8960.txt' (16,001) at 20210307214925430 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch' (16,002) at 20241221090017504 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c' (16,003) at 20220525020653579 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/serial-console.js' (16,004) at 20210715000108960 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_char.c' (16,005) at 20220525020653963 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/fdt.h' (16,006) at 20240326080039538 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/Makefile' (16,007) at 20210307214926546 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_legacy_crtc.c' (16,008) at 20240405153048725 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-ibft' (16,009) at 20210307214925202 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hpo_dp_link_encoder.h' (16,010) at 20240405153047261 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/barrier.h' (16,011) at 20210307214926578 2025-03-14 03:00:46.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb' (16,012) at 20241206090014266 to deleted uid set 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm814x-clocks.dtsi' (16,013) at 20240405153045597 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/Makefile' (16,014) at 20210308005003432 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-am335x-control.h' (16,015) at 20210307214930854 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64-main.dtsi' (16,016) at 20240405153229971 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h' (16,017) at 20240405153230323 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/hardware.h' (16,018) at 20220525020651886 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/check.h' (16,019) at 20240405153054077 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_deny_namespace.c' (16,020) at 20240405153054277 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/omap3isp.h' (16,021) at 20240405153049485 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1295-probox2-ava.dts' (16,022) at 20210307214926038 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/comedi_bond.c' (16,023) at 20240405153046893 2025-03-14 03:00:46.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-sdx55-t55.dts' (16,024) at 20240405153229895 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/pmbus_write_vout_command_action_tests.cpp' (16,025) at 20210318000037904 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch' (16,026) at 20241221090017516 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.h' (16,027) at 20210307214927310 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts' (16,028) at 20240405153045793 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/0001-Include-stdlib.h-for-exit-API.patch' (16,029) at 20230706080014753 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/Makefile' (16,030) at 20210307214932210 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_pr_papr.c' (16,031) at 20240405153046169 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/highbank.c' (16,032) at 20210308005003004 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_non_tensor_end_regs.h' (16,033) at 20240405153046585 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/tlbflush.h' (16,034) at 20240405153230115 to deleted uid set 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/rtc.h' (16,035) at 20210307214926554 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/block-replication.txt' (16,036) at 20220429100100414 2025-03-14 03:00:46.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/maintainer/rebasing-and-merging.rst' (16,037) at 20220525020651770 2025-03-14 03:00:46.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/sys_regs.c' (16,038) at 20241220090018302 2025-03-14 03:00:46.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si4713/radio-platform-si4713.c' (16,039) at 20240405153049505 2025-03-14 03:00:46.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tsan/ignore.tsan' (16,040) at 20240326080039746 2025-03-14 03:00:46.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/true.c' (16,041) at 20220525020655215 2025-03-14 03:00:46.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/sensor_cache.cpp' (16,042) at 20220412175720086 to deleted uid set 2025-03-14 03:00:46.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/core.c' (16,043) at 20240405153231343 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/namedtuple_with_abc.py' (16,044) at 20210307205554238 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_errno_defs.h' (16,045) at 20210927100127269 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/memory.json' (16,046) at 20240405153054125 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de10_nano.dts' (16,047) at 20210308005002612 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/ufs/ufs.c' (16,048) at 20241211090212342 to deleted uid set 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb' (16,049) at 20230811080018330 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-string.err' (16,050) at 20210308005046401 2025-03-14 03:00:46.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/allwinner/phy-sun4i-usb.c' (16,051) at 20240405153231307 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/cls.c' (16,052) at 20210307214929558 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/submitting-patches.rst' (16,053) at 20240405153045217 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/vector.h' (16,054) at 20210307214927314 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dts' (16,055) at 20240405153229943 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/fault.h' (16,056) at 20240405153045697 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/surface-hid/surface_kbd.c' (16,057) at 20240405153048825 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc_local.h' (16,058) at 20210307214930542 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/extable.h' (16,059) at 20220525020652034 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-imon-pad.c' (16,060) at 20210307214928782 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/Kconfig' (16,061) at 20210307214926794 2025-03-14 03:00:46.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ste_dma40_ll.h' (16,062) at 20210307214927142 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/tiogapass/post_desc.json' (16,063) at 20221207040007843 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing' (16,064) at 20240405153044921 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/helper.h' (16,065) at 20241211090212482 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_vsc7514.c' (16,066) at 20240830080013287 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/procfs-i8k' (16,067) at 20240405153044909 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/xilinx_can.c' (16,068) at 20240405153230903 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_unbind.c' (16,069) at 20210307214932742 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/Makefile' (16,070) at 20210307214931102 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/images/obmc-phosphor-image.bbappend' (16,071) at 20230417080018425 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch' (16,072) at 20220910030013413 2025-03-14 03:00:46.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/asm-offsets.c' (16,073) at 20241011080017291 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptlan.c' (16,074) at 20240405153049593 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smc9194.h' (16,075) at 20210307214929634 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sht15.rst' (16,076) at 20210307214925506 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/0001-Patch-in-the-paths-to-the-SBSA-test-suite.patch' (16,077) at 20241221090017472 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7744-sysc.h' (16,078) at 20210307214931346 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/psc-ac97.c' (16,079) at 20240405153232143 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_cpu.c' (16,080) at 20230426080043652 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/log_console.c' (16,081) at 20210308005003228 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ads7846.c' (16,082) at 20240919080017058 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.3.296.0.bb' (16,083) at 20241221090017684 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-dealloc-visitor.c' (16,084) at 20210308005046221 2025-03-14 03:00:46.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth_common.c' (16,085) at 20210308005003716 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_cgm_regs.h' (16,086) at 20210308005002664 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/bt8xxgpio.rst' (16,087) at 20210307214925458 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/keyprogram.h' (16,088) at 20210308005003000 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj_3.7.0.bb' (16,089) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v3_0.h' (16,090) at 20240405153047153 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/subprojects/stdplus.wrap' (16,091) at 20220322030057328 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_smmuv3_pmu.c' (16,092) at 20241211090145481 2025-03-14 03:00:46.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/bitops.h' (16,093) at 20240405153045961 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk_test.c' (16,094) at 20240405153046785 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/smc/smc_rx.h' (16,095) at 20210307214932078 to deleted uid set 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/fsl-mc/Makefile' (16,096) at 20210309003653288 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps6594-spi.c' (16,097) at 20240405153049621 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_axuser_msix_l2c_regs.h' (16,098) at 20240405153046597 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal128Local.h' (16,099) at 20210308005046041 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kernel-pgtable.h' (16,100) at 20240405153229975 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_internal.h' (16,101) at 20240405153232079 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c' (16,102) at 20240405153054361 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/net/mdio_register.cocci' (16,103) at 20210308005003724 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Nuvvus' (16,104) at 20210307205553774 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml' (16,105) at 20240405153045153 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_rpmsg.h' (16,106) at 20240405153053925 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/linuxkernel.py' (16,107) at 20241211090212538 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-Add-CCFLAGS-to-cflags.patch' (16,108) at 20230610080017603 2025-03-14 03:00:46.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/isdn/capiutil.h' (16,109) at 20210307214931410 2025-03-14 03:00:46.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/backup.c' (16,110) at 20241211090212210 2025-03-14 03:00:46.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jstree.min.js' (16,111) at 20210308004923388 2025-03-14 03:00:46.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/stifb.c' (16,112) at 20240405153052221 2025-03-14 03:00:46.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/blockpriv.h' (16,113) at 20241211090212226 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_among.c' (16,114) at 20210307214931894 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask/run-ptest' (16,115) at 20241206090014266 to deleted uid set 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tcp-thin.rst' (16,116) at 20210307214925542 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c' (16,117) at 20240405153050145 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-a95xf3-air-gbit.dts' (16,118) at 20240405153229919 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/pai_ext.json' (16,119) at 20240405153054117 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-razer.c' (16,120) at 20240405153048821 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap.c' (16,121) at 20220525020652314 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/htx_hardbootme_test.robot' (16,122) at 20240628080017121 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_common.h' (16,123) at 20240405153049061 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/dma.c' (16,124) at 20210308005003740 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/pci.c' (16,125) at 20240624080012780 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic_internal.h' (16,126) at 20230426080043700 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/hs.h' (16,127) at 20240405153048617 2025-03-14 03:00:46.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/TestManager.cpp' (16,128) at 20230511080037475 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-lite-reg.h' (16,129) at 20240405153049461 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun9i.c' (16,130) at 20210308005002784 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Makefile' (16,131) at 20210308005002768 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_uac1.c' (16,132) at 20240405153052073 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c' (16,133) at 20240405153049117 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,tlv320adc3xxx.yaml' (16,134) at 20240405153045173 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/test_regexps.py' (16,135) at 20210308005046237 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wm9712.c' (16,136) at 20210307214928510 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/rcuscale.c' (16,137) at 20241211090145541 2025-03-14 03:00:46.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/samsung-sdi-battery.h' (16,138) at 20240405153051437 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/handle.hpp' (16,139) at 20230511080009359 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/timer_crash.c' (16,140) at 20240405153054261 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fb.h' (16,141) at 20240405153046109 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sa1100_wdt.c' (16,142) at 20240613080016475 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts' (16,143) at 20210307214926038 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/ether1.c' (16,144) at 20240405153049961 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm80xx_tracepoints.c' (16,145) at 20240405153051685 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms.lds' (16,146) at 20210308005003756 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SLIC.slic' (16,147) at 20240906080037560 to deleted uid set 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/iic-core.h' (16,148) at 20240405153045685 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tso.h' (16,149) at 20240405153052869 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.10.4.bb' (16,150) at 20241206090014214 to deleted uid set 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc.h' (16,151) at 20240405153048509 2025-03-14 03:00:46.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpimsgx.h' (16,152) at 20210307214932234 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/exynos-iommu.c' (16,153) at 20240405153049181 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-graceful-quiesce@.target' (16,154) at 20221110040037554 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/setup.py' (16,155) at 20241011080017411 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/225.out' (16,156) at 20210308005046461 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-misc' (16,157) at 20210927100127465 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/Kconfig' (16,158) at 20210309003651576 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/vhci_driver.h' (16,159) at 20210307214932742 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/sysvinit-implement-status.patch' (16,160) at 20210307205553966 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/pcie.hpp' (16,161) at 20241217090008768 to deleted uid set 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/wmi.c' (16,162) at 20240405153231171 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slirp.h' (16,163) at 20210307214926618 2025-03-14 03:00:46.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend' (16,164) at 20241221090017472 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/Kconfig' (16,165) at 20210308005003004 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c' (16,166) at 20240405153230399 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/run-ptest' (16,167) at 20230811080018338 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/ubi/ubi.scc' (16,168) at 20230210040014334 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c' (16,169) at 20240405153052197 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventDestination_v1.xml' (16,170) at 20240918080002712 to deleted uid set 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0001-configure-Do-not-require-support-for-implicit-ints.patch' (16,171) at 20241206090014254 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/README' (16,172) at 20210308005002968 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi' (16,173) at 20240405153230063 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-core-thermal.dtsi' (16,174) at 20240405153045609 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/pgalloc.h' (16,175) at 20240405153229991 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7751.h' (16,176) at 20210307214926558 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_elf.h' (16,177) at 20240906080037356 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-arcom-vulcan.dts' (16,178) at 20240405153045437 2025-03-14 03:00:46.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ipaddress.hpp' (16,179) at 20230701080027201 2025-03-14 03:00:46.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_sdhci.h' (16,180) at 20210308005002716 2025-03-14 03:00:46.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.h' (16,181) at 20210307214929406 2025-03-14 03:00:46.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211.h' (16,182) at 20240405153051885 2025-03-14 03:00:46.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-frac.c' (16,183) at 20210307214926998 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3_3.3.4.0.bb' (16,184) at 20241221090017492 to deleted uid set 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm5301x-nand-cs0.dtsi' (16,185) at 20240405153045425 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/fpga/fpga-bridge.rst' (16,186) at 20240613080016359 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/sti-timer.c' (16,187) at 20210308005003500 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/pci-cardlist.rst' (16,188) at 20240405153044957 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos3250-pinctrl.dtsi' (16,189) at 20240405153045565 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-get-branch' (16,190) at 20240301090012483 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/Makefile' (16,191) at 20210308005003204 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch' (16,192) at 20241221090017668 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/task_event_message_registry.hpp' (16,193) at 20241211090002379 to deleted uid set 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hyperv.c' (16,194) at 20241211090212274 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/manager.hpp' (16,195) at 20240820080023690 to deleted uid set 2025-03-14 03:00:46.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/301.out' (16,196) at 20210927100127505 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/prim_ops.c' (16,197) at 20210308005003336 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sm712.h' (16,198) at 20210307214930942 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vdso/clocksource.h' (16,199) at 20210309003648960 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/system_type1/bios_jsons/bios_attrs.json' (16,200) at 20240611080032893 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fman.h' (16,201) at 20210308005002960 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_nand_defconfig' (16,202) at 20210308005003260 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/rt-mutex-design.rst' (16,203) at 20210307214925522 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/task_storage_map.c' (16,204) at 20240405153054245 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-stat64.patch' (16,205) at 20210307205553810 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (16,206) at 20240326080016518 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/word-at-a-time.h' (16,207) at 20240405153045865 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts' (16,208) at 20240405153045537 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (16,209) at 20230310090018691 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3229-evb.dts' (16,210) at 20240405153045561 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/011' (16,211) at 20210927100127473 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_proc.c' (16,212) at 20220525020653987 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sse-timer.c' (16,213) at 20241211090212342 2025-03-14 03:00:46.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/slab.h' (16,214) at 20240405153054049 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/mei/.gitignore' (16,215) at 20220525020654935 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-parallella.dts' (16,216) at 20240405153045609 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r2.dts' (16,217) at 20240405153229947 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/remove-usr-local-lib-from-m4.patch' (16,218) at 20240413080012687 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led_gpio.c' (16,219) at 20210308005003388 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/au8522_dig.c' (16,220) at 20240405153049281 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_omnia/Makefile' (16,221) at 20210308005002904 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/max77620_thermal.c' (16,222) at 20240405153231499 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/ap143.c' (16,223) at 20210308005003028 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/scripts/extra-properties.py' (16,224) at 20230720080010758 to deleted uid set 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/ibm/utils.hpp' (16,225) at 20230720080003718 to deleted uid set 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/boot0-linux-kernel-header.h' (16,226) at 20210308005002672 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml' (16,227) at 20240405153045121 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6000-j316s.dts' (16,228) at 20240405153045717 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phl.c' (16,229) at 20210308005046505 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_mman.h' (16,230) at 20230925080039941 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/sleepstates.asl' (16,231) at 20210308005002876 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0003-For-root-value-use-empty-pointer.patch' (16,232) at 20231011080016578 2025-03-14 03:00:46.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig' (16,233) at 20210308005003276 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/pfpsp.S' (16,234) at 20210307214926158 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfnei.c' (16,235) at 20210308005046529 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Drive/meson.build' (16,236) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_balloon.c' (16,237) at 20240405153049649 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/signals.S' (16,238) at 20210307214932630 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/null/badzero.cocci' (16,239) at 20210308005003724 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_legacy.c' (16,240) at 20240906080037296 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/tuner-core.c' (16,241) at 20240405153049581 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/Kconfig' (16,242) at 20210307214929982 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb' (16,243) at 20241221090017524 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/blocklayout/dev.c' (16,244) at 20240405153052409 2025-03-14 03:00:46.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/iwmmxt.S' (16,245) at 20240405153229907 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/defkeymap.map' (16,246) at 20210307214930770 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6254.c' (16,247) at 20220525020652358 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service' (16,248) at 20210307205553878 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/page_table_check.rst' (16,249) at 20240405153045297 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/libv4l.rst' (16,250) at 20210309003648496 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kmsan.rst' (16,251) at 20240405153045009 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached.inc' (16,252) at 20210307205553842 to deleted uid set 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/cros_ec.h' (16,253) at 20240405153052649 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmlion1_defconfig' (16,254) at 20210308005003264 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent-sse2.h' (16,255) at 20220525020652134 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-hrefv60plus-stuib.dts' (16,256) at 20240405153229899 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-all.bb' (16,257) at 20231014080011723 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/tools/gen-mach-types' (16,258) at 20210307214925986 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-serpent/run-ptest' (16,259) at 20240301090012435 to deleted uid set 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml' (16,260) at 20220525020651710 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/litex,liteuart.yaml' (16,261) at 20220525020651710 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/compat_audit.c' (16,262) at 20240405153046285 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks/makefile-add-ldflags.patch' (16,263) at 20210307205553834 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts' (16,264) at 20240405153229923 2025-03-14 03:00:46.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8ulp-clock.h' (16,265) at 20240405153052641 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cqhci-core.c' (16,266) at 20240913080013797 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/debugreg.h' (16,267) at 20240405153046381 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Hamina' (16,268) at 20210307205553766 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch' (16,269) at 20220204040022684 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/shmbuf.h' (16,270) at 20240405153046321 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/polyval-generic.c' (16,271) at 20240405153046537 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/key/Makefile' (16,272) at 20210307214931974 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/meson.build' (16,273) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/Palmetto.py' (16,274) at 20221209040018559 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/phosphor-software-manager/software-bmc-updater.conf' (16,275) at 20210307205554050 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_qspi_spl_defconfig' (16,276) at 20210308005003264 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/data-integrity.rst' (16,277) at 20240405153229747 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/modbus_serial.json' (16,278) at 20210307205553850 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/misc/sunrpc.h' (16,279) at 20240405153052901 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-power.svg' (16,280) at 20210308005107069 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/kdebug_64.h' (16,281) at 20210307214926582 2025-03-14 03:00:46.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-nforce2.rst' (16,282) at 20210307214925506 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320adcx140.c' (16,283) at 20240405153053805 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-h3-h5.dtsi' (16,284) at 20210308005002628 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/Makefile' (16,285) at 20240405153049521 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firewire/nosy-dump.c' (16,286) at 20210307214932470 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/numa.h' (16,287) at 20220525020651950 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/trace_dummy_st_ops.c' (16,288) at 20240405153054281 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/common.c' (16,289) at 20241211090212346 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/trace.h' (16,290) at 20210927100127185 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig' (16,291) at 20210308005003244 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/ISSUE_TEMPLATE/bug_report.md' (16,292) at 20210307205553662 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/core/gpio-feature.c' (16,293) at 20210307214932186 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/Makefile' (16,294) at 20210309003651928 2025-03-14 03:00:46.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-keystone/Makefile' (16,295) at 20240405153229911 2025-03-14 03:00:46.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netlink_diag.h' (16,296) at 20210307214931650 2025-03-14 03:00:46.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_s_down_ch1_regs.h' (16,297) at 20240405153046573 2025-03-14 03:00:46.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/cpm2_pic.h' (16,298) at 20210307214926482 2025-03-14 03:00:46.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/amc6821.c' (16,299) at 20240405153230659 2025-03-14 03:00:46.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/xprtsock.h' (16,300) at 20240405153052801 2025-03-14 03:00:46.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kernel/patch.c' (16,301) at 20240411080014050 to deleted uid set 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mfd-core.c' (16,302) at 20240405153230835 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/davinci-mcasp.c' (16,303) at 20240726080012882 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/Makefile' (16,304) at 20240405153051849 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_config.h' (16,305) at 20240405153050053 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/Kconfig' (16,306) at 20240405153051377 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_llc.c' (16,307) at 20240405153048489 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/setup.c' (16,308) at 20240628080013981 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/keembay_wdt.c' (16,309) at 20220525020654331 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/Kconfig' (16,310) at 20240405153230723 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_ethtool.h' (16,311) at 20240405153050321 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/AppNavigation.spec.js' (16,312) at 20241004080035975 2025-03-14 03:00:46.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/alignedmem.c' (16,313) at 20240405153047041 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/pid_fancontroller_unittest.cpp' (16,314) at 20240213090025851 to deleted uid set 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-v0-regs.h' (16,315) at 20220525020652406 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/dma.h' (16,316) at 20240405153050581 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/ublk.rst' (16,317) at 20240405153229747 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ymfpci/ymfpci_main.c' (16,318) at 20240405153053541 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/inode.c' (16,319) at 20240405153231655 2025-03-14 03:00:46.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nand' (16,320) at 20210308005003296 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm.dts' (16,321) at 20210308005002576 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/PostCodeLogs/PostCodeLogs.vue' (16,322) at 20241004080035967 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_eld.c' (16,323) at 20240405153053529 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/common.h' (16,324) at 20240405153231775 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/Makefile' (16,325) at 20240405153053969 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-pool.c.inc' (16,326) at 20210927100127453 2025-03-14 03:00:46.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch' (16,327) at 20241221090017660 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_0_enum.h' (16,328) at 20210307214927354 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_crtc2.c' (16,329) at 20240405153231587 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_udc.c' (16,330) at 20210308005003520 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/setup-sh7720.c' (16,331) at 20210307214926562 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/replication.h' (16,332) at 20210927100127225 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond-break-lacpdu-tx.sh' (16,333) at 20240405153054293 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-boneblack-hdmi.dtsi' (16,334) at 20240405153045589 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.h' (16,335) at 20210307214927202 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-abx500.h' (16,336) at 20240405153051325 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_stp.c' (16,337) at 20210309003654296 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/index.js' (16,338) at 20220105012522999 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/jfs.rst' (16,339) at 20210307214925226 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/nic-gpio-addrs' (16,340) at 20240828080010887 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ti-sci-intr.c' (16,341) at 20240405153230751 2025-03-14 03:00:46.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3874-iceboard.dts' (16,342) at 20240405153045597 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/warnings.patch' (16,343) at 20230706080014757 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/Kconfig' (16,344) at 20210308005002988 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/version.h' (16,345) at 20210307214929362 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/palmas.h' (16,346) at 20210308005003676 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ransater' (16,347) at 20210307205553790 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rqt.h' (16,348) at 20220525020653575 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-mmx.c' (16,349) at 20221215040039386 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/caif/caif.rst' (16,350) at 20220525020651742 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h' (16,351) at 20240405153048653 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/table.h' (16,352) at 20210307214929930 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-user.rst' (16,353) at 20241211090212238 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_stream.h' (16,354) at 20240405153230391 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/Makefile' (16,355) at 20240405153230215 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/pci.c' (16,356) at 20240405153231235 2025-03-14 03:00:46.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_lpuart_defconfig' (16,357) at 20210308005003264 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kconfig.machine' (16,358) at 20240405153045953 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/decompressor_deflate.c' (16,359) at 20240617080017402 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/appldata/appldata.h' (16,360) at 20210307214926502 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf.txt' (16,361) at 20240405153054085 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_kms.h' (16,362) at 20240405153048605 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/listmachines.py' (16,363) at 20220804030014663 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/layer_btn.html' (16,364) at 20210307205554286 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/entity-manager-hw-id-vpd-discover-via-device-tree.md' (16,365) at 20241203090006519 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/cirrus,clps711x-fb.txt' (16,366) at 20240405153229759 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ulvshyttan_Porjus' (16,367) at 20210307205553794 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_sigmatel.c' (16,368) at 20241216090017805 2025-03-14 03:00:46.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios-microvm.bin' (16,369) at 20240326080039582 to deleted uid set 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atom.c' (16,370) at 20240405153230331 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-driver.c' (16,371) at 20240405153049353 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-snapstream-firefly.c' (16,372) at 20210307214928782 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/bme680.h' (16,373) at 20240710080014585 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/npcm-video.h' (16,374) at 20240405153231875 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/gpio.h' (16,375) at 20210308005002780 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_elf.h' (16,376) at 20210308005046089 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c' (16,377) at 20240405153051893 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pahole/pahole_1.27.bb' (16,378) at 20241221090017512 to deleted uid set 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-cadence.c' (16,379) at 20240405153230859 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen.h' (16,380) at 20240906080037340 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/reg_fsl_emb.h' (16,381) at 20240405153230031 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-sh4tmp.sh' (16,382) at 20210307205554130 2025-03-14 03:00:46.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/fail-boot-on-hw-error.md' (16,383) at 20221209040006387 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/kn02xa-berr.c' (16,384) at 20210307214926206 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Processor_v1.xml' (16,385) at 20240824080002934 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa25x.dtsi' (16,386) at 20240405153045437 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/meson.build' (16,387) at 20210417000012636 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bios_setting_unittest.cpp' (16,388) at 20240827080004802 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/vamem_public.h' (16,389) at 20210307214930546 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-palmte.c' (16,390) at 20240405153045657 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/flash-usb-controller@.service' (16,391) at 20220429030013152 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_hgt.h' (16,392) at 20240405153049445 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/user-offsets.c' (16,393) at 20240405153046497 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/Kconfig' (16,394) at 20210309003653112 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xrestop/xrestop_0.4.bb' (16,395) at 20231011080016618 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/gct.c' (16,396) at 20210307214925654 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/dlink_dsr-500n-1000n.dtsi' (16,397) at 20210307214926194 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb' (16,398) at 20241221090017524 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/medcom-wide/Kconfig' (16,399) at 20210308005002920 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mmflags.h' (16,400) at 20240503080014502 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/signal.hpp' (16,401) at 20211202040032454 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/xdp.h' (16,402) at 20240405153231867 2025-03-14 03:00:46.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_ptrauth.h' (16,403) at 20210309003648776 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio.c' (16,404) at 20240906080037568 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_transport_access_macros.h' (16,405) at 20240405153046953 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mt7621.c' (16,406) at 20240405153231463 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/pkc_desc.c' (16,407) at 20210307214927078 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/error_reporter.cpp' (16,408) at 20240820080023694 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ce.yaml' (16,409) at 20240405153045033 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ampere_boot_progress.sh' (16,410) at 20241226090016123 to deleted uid set 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/m68k-semi.c' (16,411) at 20240906080037500 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/prom.h' (16,412) at 20210307214926598 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yarl/run-ptest' (16,413) at 20240301090012435 to deleted uid set 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/screen/screen_5.0.0.bb' (16,414) at 20241221090017680 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables.h' (16,415) at 20210307214929798 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/pm8841.dtsi' (16,416) at 20240405153229891 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/ax88796c_main.c' (16,417) at 20240405153049817 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/usb.c' (16,418) at 20220627100017042 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x35.dtsi' (16,419) at 20240405153045469 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-con-str.h' (16,420) at 20241211090212526 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/simatic-ipc-leds-gpio-apollolake.c' (16,421) at 20240405153049221 2025-03-14 03:00:46.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/beep_1.4.12.bb' (16,422) at 20231126090012793 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/soft_spi.c' (16,423) at 20210308005003492 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/bblayers.conf.sample' (16,424) at 20240323080013545 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_core.h' (16,425) at 20220525020652370 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/ilsp.doc' (16,426) at 20210307214926150 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/bearer.h' (16,427) at 20240405153232083 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/show_delta' (16,428) at 20210524100035122 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.h' (16,429) at 20210307214929410 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.rst' (16,430) at 20240405153044933 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/igbvf.rst' (16,431) at 20240405153045233 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ptp.c' (16,432) at 20240405153050541 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/lib80211_crypt_ccmp.c' (16,433) at 20240405153053405 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/int-handler.S' (16,434) at 20220525020651998 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/video-pll.c' (16,435) at 20220525020654319 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/va_high_addr_switch.sh' (16,436) at 20240405153232275 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080ardb_defconfig' (16,437) at 20210308005003268 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-mux.h' (16,438) at 20210307214926958 2025-03-14 03:00:46.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_sh1106.c' (16,439) at 20240405153051813 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/README.md' (16,440) at 20240813080035106 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/page.h' (16,441) at 20240405153230079 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/tcx.c' (16,442) at 20240405153231595 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/softoff.cpp' (16,443) at 20240829080022542 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsa_w_ph.c' (16,444) at 20210308005046509 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/FanStore.js' (16,445) at 20240308090039431 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm_nicstar.h' (16,446) at 20210307214931622 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_hdmi_helper.h' (16,447) at 20240405153052629 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_platform.h' (16,448) at 20210307214930586 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch' (16,449) at 20241221090017676 to deleted uid set 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cx0_phy.h' (16,450) at 20240405153230547 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_d.c' (16,451) at 20210308005046517 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/clk.h' (16,452) at 20210308005002664 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api.c' (16,453) at 20210308005002540 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/mediatek-mt8183-fails.txt' (16,454) at 20240405153230531 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi' (16,455) at 20240405153229887 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/seatd/seatd_0.9.1.bb' (16,456) at 20241221090017644 2025-03-14 03:00:46.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp@.service' (16,457) at 20241101080022236 to deleted uid set 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_coresight.h' (16,458) at 20240405153046601 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/mediatek/common/mtk-afe-platform-driver.c' (16,459) at 20210309003654912 to deleted uid set 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/hwmon.h' (16,460) at 20240405153231023 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/static/item_updater_static.hpp' (16,461) at 20240820080019550 to deleted uid set 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-cards.c' (16,462) at 20240405153049373 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_DDR4_defconfig' (16,463) at 20210308005003244 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/test-state.sh' (16,464) at 20210309003656004 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/trap_block.h' (16,465) at 20210309003648984 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_pci.c' (16,466) at 20240405153232179 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dbell.h' (16,467) at 20210309003648884 2025-03-14 03:00:46.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-bonegreen.dts' (16,468) at 20210308005002560 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c' (16,469) at 20240415080012999 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.h' (16,470) at 20210307214930622 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TASKS02' (16,471) at 20240405153054369 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscall_nr.h' (16,472) at 20210927100127273 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/Kconfig' (16,473) at 20240405153230899 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/doc/ipmitool.1' (16,474) at 20210308004938816 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-beacon.h' (16,475) at 20210307214929766 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-common.h' (16,476) at 20241211090212546 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-mxc_v2.yaml' (16,477) at 20240405153045153 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtc/rtc-omap.h' (16,478) at 20210307214931498 2025-03-14 03:00:46.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/uncore-memory.json' (16,479) at 20240405153054129 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1_main.c' (16,480) at 20240520080015235 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_ffa/Makefile' (16,481) at 20220525020652426 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb' (16,482) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/chpid.h' (16,483) at 20210307214926506 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-calxeda.c' (16,484) at 20210307214927062 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_fence.c' (16,485) at 20241211090145425 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/smc/smc_clc.c' (16,486) at 20241216090017797 to deleted uid set 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/LICENSE.MIT' (16,487) at 20210307205554226 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/aes-neonbs-core.S' (16,488) at 20240405153045617 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/046' (16,489) at 20240326080039726 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_serdes.c' (16,490) at 20240405153230903 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6375-dispcc.yaml' (16,491) at 20240405153045029 2025-03-14 03:00:46.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/102.out' (16,492) at 20210927100127481 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/phy/phy-core.c' (16,493) at 20240405153051289 to deleted uid set 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun8i-a83t-mipi-csi2.yaml' (16,494) at 20240405153045093 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-ali15x3.rst' (16,495) at 20210307214925506 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/elantech.h' (16,496) at 20210312110012066 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_drop_prog.c' (16,497) at 20240405153054277 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_bitmap_ip.c' (16,498) at 20241211090145557 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/riscv,pmu.yaml' (16,499) at 20240405153045125 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-regulator.c' (16,500) at 20240405153049221 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/groups.json' (16,501) at 20231213090027090 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/c2p.h' (16,502) at 20210307214930902 2025-03-14 03:00:46.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ezx-pcap.h' (16,503) at 20210307214931426 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/Makefile' (16,504) at 20210307214929182 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/power-supply/meson.build' (16,505) at 20231205090035277 to deleted uid set 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/other.json' (16,506) at 20240405153054121 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/sh/sh_dac_audio.c' (16,507) at 20240405153232139 to deleted uid set 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.c' (16,508) at 20210309003653016 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_sqrt.S' (16,509) at 20210308005046533 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/Kconfig' (16,510) at 20240405153231447 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pci_64.c' (16,511) at 20240405153046145 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/tools/gen-cpucaps.awk' (16,512) at 20240405153045901 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Jyvaskyla' (16,513) at 20210307205553766 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/init.c' (16,514) at 20240405153045997 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v2.h' (16,515) at 20240405153051289 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124.dtsi' (16,516) at 20210308005002628 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/frame-buffer.rst' (16,517) at 20210307214925458 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field3.decode' (16,518) at 20210308005046389 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/fsa4480.c' (16,519) at 20240405153052149 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/ftracetest' (16,520) at 20240405153232267 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mstar/Kconfig' (16,521) at 20240405153045653 2025-03-14 03:00:46.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_w.c' (16,522) at 20210308005046509 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__start_on.hpp' (16,523) at 20241219090033964 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mstar/clk-msc313-mpll.c' (16,524) at 20220525020652314 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/wmi/Makefile' (16,525) at 20210307214932746 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lcc-msm8960.c' (16,526) at 20240405153230235 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_axuser_msix_abnrm_regs.h' (16,527) at 20240405153046589 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-odyssey-10.json' (16,528) at 20240112090016252 to deleted uid set 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/option_ms.h' (16,529) at 20210307214930874 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/Makefile' (16,530) at 20210308005002836 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml' (16,531) at 20240405153045049 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_strings.c' (16,532) at 20240405153046709 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2500.inc' (16,533) at 20241126090011759 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/peci-cpu.h' (16,534) at 20240405153052761 2025-03-14 03:00:46.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.yaml' (16,535) at 20240405153045029 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/porter.c' (16,536) at 20210308005003036 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv-stats.c' (16,537) at 20240405153049125 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/trace_event_user.c' (16,538) at 20220525020654931 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_piix.c' (16,539) at 20241211090212278 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/esel_utils.robot' (16,540) at 20240627080021048 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/cpld.c' (16,541) at 20210308005003040 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/xcat/xcat_utils.robot' (16,542) at 20240627080021048 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/env-lib.h' (16,543) at 20210308005003056 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sve_ldst_internal.h' (16,544) at 20230925080040009 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/compare_vpd.md' (16,545) at 20240809080033023 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card2.dtsi' (16,546) at 20240405153045813 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_7_0_offset.h' (16,547) at 20210309003649632 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/lpc1850-sct-pwm.txt' (16,548) at 20210307214925406 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7792-cpg-mssr.c' (16,549) at 20210308005003352 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-get-event.rst' (16,550) at 20220525020654135 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/MAINTAINERS' (16,551) at 20210308005003052 2025-03-14 03:00:46.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/asmmacro.h' (16,552) at 20210307214926578 2025-03-14 03:00:46.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/bpf_trace.c' (16,553) at 20241220090018334 to deleted uid set 2025-03-14 03:00:46.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_format_helper_test.c' (16,554) at 20240405153048769 2025-03-14 03:00:46.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_mmu_context.h' (16,555) at 20240405153230163 2025-03-14 03:00:46.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/misc-check' (16,556) at 20240405153053457 2025-03-14 03:00:46.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Ylivieska' (16,557) at 20210307205553770 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/tegra186-gpc-dma.c' (16,558) at 20240503080014470 to deleted uid set 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecrdsa_params.asn1' (16,559) at 20210307214926798 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/manager_logservices_journal.hpp' (16,560) at 20241204090003383 to deleted uid set 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/lwt_len_hist.bpf.c' (16,561) at 20240405153053421 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BootOptionCollection_v1.xml' (16,562) at 20240619080002920 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/rust/general-information.rst' (16,563) at 20240405153045301 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/sandbox_rtc.c' (16,564) at 20210308005003480 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/Makefile' (16,565) at 20210307214928830 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_cpa_pmu.c' (16,566) at 20240405153051273 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lzma/LzmaTools.h' (16,567) at 20210308005003672 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb' (16,568) at 20241221090017560 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/intel_i2c.c' (16,569) at 20240405153048425 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/Makefile' (16,570) at 20210307214926286 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere-host-shutdown-ack@.service' (16,571) at 20230410080012311 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/map-s3c.h' (16,572) at 20240405153045685 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/tu102.c' (16,573) at 20220525020652963 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_zec12/transaction.json' (16,574) at 20210307214932542 2025-03-14 03:00:46.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_timer.c' (16,575) at 20240628080014033 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/fsl_imx9_ddr_perf.c' (16,576) at 20240812080017244 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb' (16,577) at 20240302090018242 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-907-27.5W' (16,578) at 20210307205553762 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_gswip.c' (16,579) at 20240405153053233 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8379_rdb.dts' (16,580) at 20210307214926358 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-supply/util.hpp' (16,581) at 20240817080031292 to deleted uid set 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/virtio-9p.scc' (16,582) at 20220804030014671 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0011-Platform-CS1000-Fix-Bank-offsets.patch' (16,583) at 20241221090017464 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/writefru.py' (16,584) at 20221207040021771 to deleted uid set 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/log.h' (16,585) at 20221215040039178 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/relocs.c' (16,586) at 20240613080016375 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_app.h' (16,587) at 20240405153050197 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/0001-Fix-overwriting-linker-flags.patch' (16,588) at 20221005030014098 2025-03-14 03:00:46.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/types.h' (16,589) at 20210308005002852 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c' (16,590) at 20240910080014038 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/README' (16,591) at 20210308005003068 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/irqdomain.c' (16,592) at 20240405153046377 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-keys.err' (16,593) at 20220429100100882 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/icmp_redirect.sh' (16,594) at 20220525020655219 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/images/built-on-openbmc-logo.svg' (16,595) at 20220105012522983 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/cpuinfo.h' (16,596) at 20210307214926306 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/overlayfs/copy_up.c' (16,597) at 20240405153231719 to deleted uid set 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (16,598) at 20241102080011306 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/terminal.py' (16,599) at 20241221090017468 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/audit_change_attr.h' (16,600) at 20210307214931302 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tc-actions-env-rules.rst' (16,601) at 20210307214925542 2025-03-14 03:00:46.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (16,602) at 20230209040014209 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_tio_internal.h' (16,603) at 20220525020652358 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-plutux.dts' (16,604) at 20210308005002628 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb' (16,605) at 20241221090017528 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/machine.c' (16,606) at 20230426080043732 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/bitmaps.rst' (16,607) at 20240405153045201 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langsele' (16,608) at 20210307205553786 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/bash_simple_template' (16,609) at 20221209040018571 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/crt.h' (16,610) at 20240405153232211 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-tamonten.dtsi' (16,611) at 20210308005002632 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss.c' (16,612) at 20241011080017323 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/power-supplies-monitoring.bb' (16,613) at 20241206090014230 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-host-ipmi-flash/meson.build' (16,614) at 20240904080030006 to deleted uid set 2025-03-14 03:00:46.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/runtime_monitor.hpp' (16,615) at 20240820080038646 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/wil6210.h' (16,616) at 20240405153050481 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUPL-1.0' (16,617) at 20210307205554422 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/ioctl.h' (16,618) at 20210307214931302 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/armv7m_nvic.c' (16,619) at 20241211090212282 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_47x.h' (16,620) at 20240405153046133 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/debug.c' (16,621) at 20240405153231167 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-lua' (16,622) at 20210307214925182 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cik_blit_shaders.h' (16,623) at 20240405153048709 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/lib.rs' (16,624) at 20241211090212458 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/stream.c' (16,625) at 20220525020655179 2025-03-14 03:00:46.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/spe.json' (16,626) at 20240405153054113 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/phosphor-dbus-interfaces.wrap' (16,627) at 20230301040027085 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/digital.h' (16,628) at 20210307214932034 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/vrm@64.conf' (16,629) at 20240904080027738 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/null/kmerr.cocci' (16,630) at 20210308005003724 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/README' (16,631) at 20210308005116217 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.h' (16,632) at 20240405153230803 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts' (16,633) at 20240405153045805 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-r1-lte.dts' (16,634) at 20210309003648752 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,ipq5332-usb-hsphy.yaml' (16,635) at 20240405153229783 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/str_error_r.c' (16,636) at 20210307214932494 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/mm_types.h' (16,637) at 20240405153054389 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/service_files/json/phosphor-fan-control@.service' (16,638) at 20220819030023849 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-fw.c' (16,639) at 20210307214928826 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-visionox-vtdr6130.c' (16,640) at 20240405153048697 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sas_module.json' (16,641) at 20220601030005869 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/json_html_serializer.cpp' (16,642) at 20240817080003191 to deleted uid set 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/posix_types.h' (16,643) at 20210308005002804 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/div64.S' (16,644) at 20210307214926338 2025-03-14 03:00:46.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb' (16,645) at 20241127090012713 to deleted uid set 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host/meson.build' (16,646) at 20240925080024982 to deleted uid set 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts' (16,647) at 20240405153045813 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_mem.c' (16,648) at 20240405153048625 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb' (16,649) at 20241206090014274 to deleted uid set 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4.xml.h' (16,650) at 20240405153048589 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mv.c' (16,651) at 20220525020653951 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8250-lpass-audiocc.h' (16,652) at 20220525020654543 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-evm-quad-port-eth-exp.dtso' (16,653) at 20240405153229971 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/include/bej_common_test.hpp' (16,654) at 20240106090013589 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi' (16,655) at 20240405153045785 2025-03-14 03:00:46.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0005-Replace-off64_t-stat64-with-off_t-stat.patch' (16,656) at 20240413080012635 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss_3.103.bb' (16,657) at 20241221090017540 to deleted uid set 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77696_pmic.h' (16,658) at 20210308005003680 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra210_qspi.c' (16,659) at 20210308005003496 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/Kconfig' (16,660) at 20240405153050609 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio/mdio-regmap.h' (16,661) at 20240405153052725 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-thunder-pem.c' (16,662) at 20240405153051233 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml' (16,663) at 20240405153229763 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk.wks' (16,664) at 20210307205554634 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/run-command.c' (16,665) at 20210307214932494 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-03' (16,666) at 20210908000010395 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.cphp' (16,667) at 20240906080037560 to deleted uid set 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zutil.c' (16,668) at 20210308005003716 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/fse_decompress.c' (16,669) at 20240405153231955 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/027.out' (16,670) at 20210308005046437 2025-03-14 03:00:46.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/sh7203.h' (16,671) at 20210307214926554 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/pc300too.c' (16,672) at 20220525020653703 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/jump_label.h' (16,673) at 20240405153229991 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/pgm_template.tcl' (16,674) at 20210308005007128 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-add-pid.rst' (16,675) at 20210309003648476 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/host_condition_main.cpp' (16,676) at 20240723080028240 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/kvm_perf.h' (16,677) at 20210307214926682 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/LICENSE' (16,678) at 20210308005049757 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/intel.c' (16,679) at 20240405153230123 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/help.c' (16,680) at 20210308005003212 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/mt6323-poweroff.txt' (16,681) at 20210307214925402 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8516-aud.c' (16,682) at 20240405153230215 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/pv88090.txt' (16,683) at 20210307214925410 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/Kconfig' (16,684) at 20240405153049565 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_elf.h' (16,685) at 20210308005046089 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/alloc/zalloc-simple.cocci' (16,686) at 20240405153053441 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/hw.c' (16,687) at 20210307214929306 2025-03-14 03:00:46.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/50-org.freedesktop.NetworkManager.rules' (16,688) at 20210307205553930 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/opencores_eth.c' (16,689) at 20241211090212306 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/Makefile' (16,690) at 20210307214926138 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/twister.h' (16,691) at 20210308005003072 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-regor.dtsi' (16,692) at 20240405153045589 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0006-Define-correct-gregs-for-RISCV32.patch' (16,693) at 20241221090017524 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/list_nulls.h' (16,694) at 20210307214931418 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio.h' (16,695) at 20210308004922932 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/dev.c' (16,696) at 20210308005003544 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/sockbits.h' (16,697) at 20210308005046085 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (16,698) at 20240809080014478 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig' (16,699) at 20210308005003256 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kprobes/common.h' (16,700) at 20240405153046433 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-adnp.c' (16,701) at 20240405153047069 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/sdhci-pic32.h' (16,702) at 20210307214931482 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/run_cookie_uid_helper_example.sh' (16,703) at 20210307214932118 2025-03-14 03:00:46.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_migrate.c' (16,704) at 20240405153230567 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/muxes/i2c-mux-gpio.rst' (16,705) at 20210307214925510 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/verify-bashisms' (16,706) at 20220910030013437 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/vulnerabilities.rst' (16,707) at 20241206090014294 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-api.c' (16,708) at 20240613080016423 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/cpustat_kern.c' (16,709) at 20240405153053421 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/seccomp.h' (16,710) at 20240405153045941 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/cpu.c' (16,711) at 20210308005002712 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/io.c' (16,712) at 20210307214932190 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/nm256/Makefile' (16,713) at 20210307214932266 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Create/meson.build' (16,714) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/pgalloc.h' (16,715) at 20210307214926162 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/smp.h' (16,716) at 20240405153045625 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c' (16,717) at 20240405153230503 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-kernel/linux/files/gbmc-prod.cfg' (16,718) at 20210310010030918 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci.rst' (16,719) at 20241211090212234 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/inconsistency-check.c' (16,720) at 20240405153054377 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rock.h' (16,721) at 20210308005003612 2025-03-14 03:00:46.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/memcpy-sh4.S' (16,722) at 20210307214926570 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/frontend.json' (16,723) at 20240405153054129 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_dtb_with_ucode.py' (16,724) at 20210308005003748 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/Kconfig' (16,725) at 20210307214930718 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/t32.decode' (16,726) at 20240906080037464 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic32x4.c' (16,727) at 20240405153232163 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-aspeed.h' (16,728) at 20210307214926966 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/acl.h' (16,729) at 20240405153231663 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/volume.c' (16,730) at 20240726080012866 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-fedora.yml' (16,731) at 20241221090017464 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_masquerade.c' (16,732) at 20240405153053329 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OperatingConfig.v1_0_4.json' (16,733) at 20240619080002952 2025-03-14 03:00:46.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/guruplug.h' (16,734) at 20210308005003596 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/ubi/build.c' (16,735) at 20240405153049713 to deleted uid set 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.json' (16,736) at 20210308005046409 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-alsa-main.c' (16,737) at 20210307214928678 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' (16,738) at 20210307205554250 to deleted uid set 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h' (16,739) at 20240405153047229 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml' (16,740) at 20220525020651690 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/isa207-common.c' (16,741) at 20240405153046193 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/pub.h' (16,742) at 20240405153231179 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-opensuse.bb' (16,743) at 20241221090017468 to deleted uid set 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0002-Do-not-strip-libtar.patch' (16,744) at 20230706080014757 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricDefinition_v1.xml' (16,745) at 20240619080002928 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-Initialize-msghdr-struct-in-a-portable-way.patch' (16,746) at 20221003030013285 2025-03-14 03:00:46.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/lock/spinlock.rs' (16,747) at 20240405153232099 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/vfio_main.c' (16,748) at 20240405153231575 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.h' (16,749) at 20210307214928350 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sqlite/sqlite3.inc' (16,750) at 20241221090017700 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/Makefile' (16,751) at 20240405153232243 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/msp3400.h' (16,752) at 20210307214931542 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/dir.c' (16,753) at 20241111090012141 to deleted uid set 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbxface.c' (16,754) at 20210307214926826 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb' (16,755) at 20220402030015907 to deleted uid set 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/s390x/debug_test.c' (16,756) at 20240405153232271 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch' (16,757) at 20210307205553958 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/skx_common.c' (16,758) at 20241211090145405 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6251.c' (16,759) at 20220525020652358 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c' (16,760) at 20220525020653987 2025-03-14 03:00:46.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_writeq.c' (16,761) at 20220525020654967 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/bios_jsons/bios_attrs.json' (16,762) at 20240611080032889 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/security.txt' (16,763) at 20210307214932510 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/Makefile' (16,764) at 20210307214932234 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib0090.h' (16,765) at 20210307214928614 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_power.h' (16,766) at 20240405153051933 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5208EVBE_defconfig' (16,767) at 20210308005003236 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c' (16,768) at 20240405153047189 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/silabs,si544.txt' (16,769) at 20210307214925294 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk04.1-c3.dts' (16,770) at 20240405153045541 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-x86/chassis/x86-power-control/power-config-host0.json' (16,771) at 20220121040027595 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/pdata-quirks.c' (16,772) at 20240405153229911 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe' (16,773) at 20210307205554414 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/syscall_user_dispatch.h' (16,774) at 20240405153052801 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/MCTPDeviceRepository.hpp' (16,775) at 20241205090004235 to deleted uid set 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/unistd.h' (16,776) at 20241211090212374 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/debugedit_5.1.bb' (16,777) at 20241221090017656 to deleted uid set 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/superhyway/superhyway-sysfs.c' (16,778) at 20210307214930430 2025-03-14 03:00:46.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/dma.c' (16,779) at 20210307214925862 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-imx23.c' (16,780) at 20210307214926998 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_devmap.rst' (16,781) at 20240405153044997 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb' (16,782) at 20241221090017548 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb' (16,783) at 20240309090012804 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-balloon.h' (16,784) at 20210308005046033 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-host-s5-set-failsafe.service' (16,785) at 20210401000030013 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-c2c.c' (16,786) at 20240405153054097 2025-03-14 03:00:46.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc8xx_irq.h' (16,787) at 20210308005003676 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_1_offset.h' (16,788) at 20210307214927670 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/storagehandler.hpp' (16,789) at 20210308004925452 to deleted uid set 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mp.h' (16,790) at 20240405153046857 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/addr.h' (16,791) at 20210307214931866 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch' (16,792) at 20241221090017672 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus_manager.hpp' (16,793) at 20241113090031717 to deleted uid set 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_defconfig' (16,794) at 20210308005003244 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/sdparm_1.12.bb' (16,795) at 20241221090017544 to deleted uid set 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/dump_pagetables.c' (16,796) at 20210307214926734 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/mediatek,mt6370-flashlight.yaml' (16,797) at 20240405153045089 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/ctrl.h' (16,798) at 20210307214927074 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5640.txt' (16,799) at 20240405153045169 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/distro_check.py' (16,800) at 20220910030013393 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memfd.h' (16,801) at 20240405153052725 2025-03-14 03:00:46.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.h' (16,802) at 20220525020653579 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-utils.c' (16,803) at 20240405153054181 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-gadget.h' (16,804) at 20240910080014066 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Makefile.config' (16,805) at 20240405153232219 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw-me-regs.h' (16,806) at 20240520080015155 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/README.md' (16,807) at 20240827080004798 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/Makefile' (16,808) at 20240405153046909 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/test/pci_handler_test.cpp' (16,809) at 20240821080001891 to deleted uid set 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/simple-framebuffer.txt' (16,810) at 20210308005003328 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ramsjo' (16,811) at 20210307205553790 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.1.bb' (16,812) at 20240302090018210 2025-03-14 03:00:46.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_res.c' (16,813) at 20240405153051737 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb.h' (16,814) at 20240405153052797 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/stram.c' (16,815) at 20210307214926138 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_attr.c' (16,816) at 20210307214930298 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/pam/libpam_%.bbappend' (16,817) at 20230505080015455 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-broadwell-pinctrl.txt' (16,818) at 20210308005003304 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/service_files/meson.build' (16,819) at 20231207090043834 to deleted uid set 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-cosino_mega2560.dts' (16,820) at 20240405153045461 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/cros_ec_tunnel.c' (16,821) at 20210308005003380 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/bt455.h' (16,822) at 20210307214930902 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml' (16,823) at 20240405153045181 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/index.rst' (16,824) at 20240405153229835 2025-03-14 03:00:46.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cb710.h' (16,825) at 20210307214931366 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/vdso.S' (16,826) at 20240405153045949 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/time.h' (16,827) at 20240405153046397 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/init.c' (16,828) at 20240628080013989 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts' (16,829) at 20240405153229943 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro5.c' (16,830) at 20210308005002796 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pwm/pwm.h' (16,831) at 20210308005003640 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_syntax.tc' (16,832) at 20240405153054305 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target.opc.h' (16,833) at 20210308005046373 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyPolicyCollection.json' (16,834) at 20240619080002948 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch' (16,835) at 20240413080012663 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fmod_ret_freplace.c' (16,836) at 20210309003655984 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.OE-Core.md' (16,837) at 20230919080013962 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/confidential-guest-support.c' (16,838) at 20210927100127025 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/aspeed,ast2600-ahbc.yaml' (16,839) at 20240405153045021 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Echostar-10+11-110W' (16,840) at 20210307205553758 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/srq.c' (16,841) at 20220525020653571 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (16,842) at 20240829080014018 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/watchdog.h' (16,843) at 20221215040039198 2025-03-14 03:00:46.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/jz4740.c' (16,844) at 20240405153232151 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt20xx.c' (16,845) at 20210307214928798 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/primport.conf' (16,846) at 20210307205554414 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dragonboard410c_defconfig' (16,847) at 20210308005003256 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c' (16,848) at 20240405153050533 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm.png' (16,849) at 20240309090012816 to deleted uid set 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_mul.c' (16,850) at 20210308005046529 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/sf.c' (16,851) at 20210308005003740 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw.h' (16,852) at 20240405153049641 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/perf.h' (16,853) at 20220525020653199 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/entry.S' (16,854) at 20241018080014474 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/watch.cpp' (16,855) at 20240819080030255 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/enum-attributes.c' (16,856) at 20220525020653907 2025-03-14 03:00:46.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/top-autoconf.patch' (16,857) at 20210307205553834 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nuvoton/pinctrl-wpcm450.c' (16,858) at 20240405153051325 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000.h' (16,859) at 20210308005045917 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/prep.rst' (16,860) at 20210927100127081 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/bbt.c' (16,861) at 20240405153049685 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/external-arm-toolchain-versions.inc' (16,862) at 20230114040015466 to deleted uid set 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_crtc.h' (16,863) at 20220525020652979 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_v4l2.c' (16,864) at 20240405153230819 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/spider_net.h' (16,865) at 20240405153050321 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6070e.c' (16,866) at 20220525020652358 2025-03-14 03:00:46.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-mjpeg.h' (16,867) at 20240405153049473 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/pci-ioda.c' (16,868) at 20240405153230055 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/eq.h' (16,869) at 20240405153052737 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso-asmoffset.h' (16,870) at 20240326080039558 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt' (16,871) at 20240405153045129 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ttable_32.S' (16,872) at 20210307214926602 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/kvm_binary_stats_test.c' (16,873) at 20240405153054317 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2' (16,874) at 20210308005046473 to deleted uid set 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-get-rec-mode.rst' (16,875) at 20220525020651782 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (16,876) at 20241206090014226 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dcb/Makefile' (16,877) at 20220525020654819 2025-03-14 03:00:46.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/hppa.h' (16,878) at 20210307214926334 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_cm.c' (16,879) at 20240405153049041 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_proc.c' (16,880) at 20210307214932438 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-i2c.h' (16,881) at 20240906080037340 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nospec.h' (16,882) at 20240405153052753 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lager_defconfig' (16,883) at 20210308005003264 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/log.h' (16,884) at 20240906080037344 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/phosphor-dbus-interfaces.wrap' (16,885) at 20240815080028259 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/ipl.h' (16,886) at 20240405153046281 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/early-userspace/index.rst' (16,887) at 20210307214925458 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/bitbake-prserv-tool' (16,888) at 20241221090017700 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h' (16,889) at 20210308005002816 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30.dtsi' (16,890) at 20240405153229967 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/Makefile' (16,891) at 20210308005002976 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm3368-clock.h' (16,892) at 20210309003653812 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/Makefile' (16,893) at 20210307214929978 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/phosphor-host-ipmid.wrap' (16,894) at 20230921080009745 2025-03-14 03:00:46.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6dsp-lpass-clocks.yaml' (16,895) at 20240405153045169 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/vfio-user-obj.c' (16,896) at 20240906080037284 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/pm_domain.c' (16,897) at 20240405153045641 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/0001-Fix-narrowing-errors-Wc-11-narrowing.patch' (16,898) at 20210608000015799 to deleted uid set 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-fpu.c' (16,899) at 20220627100016926 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/bt1-apb.c' (16,900) at 20240405153046729 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb' (16,901) at 20220128040018736 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-kiara.h' (16,902) at 20210307214928846 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c' (16,903) at 20240405153232283 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/arm-versatile-reboot.c' (16,904) at 20220804100016008 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/thermal-cooling-devices.yaml' (16,905) at 20240405153045177 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/log-handler.c' (16,906) at 20241004080013211 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/dbus_paths.hpp' (16,907) at 20220819030023849 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/boot-interrupts.rst' (16,908) at 20210307214925206 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6s1g.cfg' (16,909) at 20210308005002924 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/configurations/host_eid' (16,910) at 20210311201857430 to deleted uid set 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/ttusb2.c' (16,911) at 20240405153049553 2025-03-14 03:00:46.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/aspeed_pcie.c' (16,912) at 20241211090212314 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/net/qca-ar803x.h' (16,913) at 20210307214931342 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ipw2100.h' (16,914) at 20210307214929822 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-dsp.c' (16,915) at 20210309003654912 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-mediatek-cpux.c' (16,916) at 20240405153046877 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/ravb_ptp.c' (16,917) at 20240405153050253 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/parser_imagetag.c' (16,918) at 20210309003650496 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.c' (16,919) at 20210308005002796 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc.host.c' (16,920) at 20210307214930558 2025-03-14 03:00:46.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/asm-const.h' (16,921) at 20210309003648956 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi' (16,922) at 20240710080014573 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi' (16,923) at 20240805080013915 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-litesom.dtsi' (16,924) at 20240405153045525 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/ipack.c' (16,925) at 20240405153049189 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm911360_entphn/MAINTAINERS' (16,926) at 20210308005002940 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/configs/tiny.config' (16,927) at 20210307214926638 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/spapr.c' (16,928) at 20240906080037316 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/options.c' (16,929) at 20210309003654316 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/arm_pmuv3.h' (16,930) at 20240405153229975 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8084.dtsi' (16,931) at 20240405153229891 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/s390-arch.h' (16,932) at 20210308005046185 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/holly.dts' (16,933) at 20210307214926354 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/snps,arc-timer.txt' (16,934) at 20240405153229799 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/pcm058.c' (16,935) at 20210308005003028 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/__fls.h' (16,936) at 20210307214931302 2025-03-14 03:00:46.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/implicit_flush.c' (16,937) at 20230809080010803 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/spaces.h' (16,938) at 20240405153046005 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/dirtylimit.c' (16,939) at 20240906080037448 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/files/run-ptest' (16,940) at 20210307205553798 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/.gitignore' (16,941) at 20210307214926398 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tegra186_gpio.c' (16,942) at 20210308005003380 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/hw_ops.c' (16,943) at 20210307214926462 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-any' (16,944) at 20210307214932570 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/st_uvis25_spi.c' (16,945) at 20240405153049001 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/pmu.h' (16,946) at 20210308005002672 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/BSD-2-Clause' (16,947) at 20210307214925638 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-ic-prp.c' (16,948) at 20220525020654135 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/cifsacl.c' (16,949) at 20240405153052509 to deleted uid set 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TRACE01' (16,950) at 20240405153054369 2025-03-14 03:00:46.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (16,951) at 20240206090017943 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/intel-agp.c' (16,952) at 20240405153046741 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-rng.h' (16,953) at 20210308005046481 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p3.patch' (16,954) at 20210307205554574 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/readme.md' (16,955) at 20221215040043190 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb' (16,956) at 20220721030015865 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml' (16,957) at 20240405153045113 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra186-dspk.yaml' (16,958) at 20240405153045165 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt' (16,959) at 20210307214925294 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/unistd.h' (16,960) at 20210307214926118 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/README' (16,961) at 20210308005002944 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cg_storage_multi.c' (16,962) at 20240405153054249 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/bcm1480_mc.h' (16,963) at 20210307214926242 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_internal.h' (16,964) at 20240405153051965 2025-03-14 03:00:46.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/Makefile' (16,965) at 20240405153046753 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts' (16,966) at 20240405153045745 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ofconsole.c' (16,967) at 20210307214926362 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-sh.c' (16,968) at 20241220090018322 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/sunxi-ng.h' (16,969) at 20240405153052669 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c' (16,970) at 20240910080014042 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/a3d.c' (16,971) at 20240405153049129 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-0.dtsi' (16,972) at 20240405153046093 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/ics-rtas.c' (16,973) at 20240405153046237 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_sgdmahw.h' (16,974) at 20210307214929286 2025-03-14 03:00:46.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_irq.c' (16,975) at 20240405153048541 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ia32_unistd.h' (16,976) at 20210307214926662 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts' (16,977) at 20210307214925994 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/blocklayoutxdr.c' (16,978) at 20240405153052433 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlskrona_Jamjo' (16,979) at 20210307205553786 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hw_breakpoint/Makefile' (16,980) at 20210307214932126 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_netlink.c' (16,981) at 20220525020655195 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/MAINTAINERS' (16,982) at 20210308005003048 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/speed.c' (16,983) at 20210308005002800 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/cpm_uart.c' (16,984) at 20240405153231511 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/perf.fuc' (16,985) at 20210307214927970 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/UTIL/meson.build' (16,986) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/Kconfig' (16,987) at 20210308005003076 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/collection_duration.hpp' (16,988) at 20220412175720086 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-vp702x-cardlist.rst' (16,989) at 20210307214925230 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stmpe.c' (16,990) at 20240405153049617 2025-03-14 03:00:46.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/std.h' (16,991) at 20240405153054049 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c' (16,992) at 20240613080016435 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_flash.c' (16,993) at 20240405153050805 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/aspeed_i2c.h' (16,994) at 20240906080037332 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_link.c' (16,995) at 20240405153054265 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/Kconfig' (16,996) at 20220525020652306 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb' (16,997) at 20210608000015839 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/Kconfig' (16,998) at 20210308005003008 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-wm8750.c' (16,999) at 20210307214930130 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h' (17,000) at 20240405153231023 2025-03-14 03:00:46.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0006-automake-Remove-delays-in-configure-scripts-using-au.patch' (17,001) at 20241221090017648 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ia_css_macc1_5_table.host.c' (17,002) at 20210307214930558 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/sis7019.h' (17,003) at 20210307214932278 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/carminefb.c' (17,004) at 20240405153231579 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/tlbflush.h' (17,005) at 20240405153230027 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_error_notification.cpp' (17,006) at 20230822080036845 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/tlan.rst' (17,007) at 20210309003648448 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch' (17,008) at 20230401080011939 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid.inc' (17,009) at 20241221090017632 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r16-nintendo-super-nes-classic.dts' (17,010) at 20240405153045393 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-cs47l92.c' (17,011) at 20210307214930070 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-replicator.c' (17,012) at 20240405153048889 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-read-config-files-from-HOME.patch' (17,013) at 20241221090017672 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmstb/Makefile' (17,014) at 20210308005002940 2025-03-14 03:00:46.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/run-ptest' (17,015) at 20240413080012703 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/hpilo.c' (17,016) at 20240405153230843 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/general.c' (17,017) at 20210307214930670 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunxi/mc_smp.c' (17,018) at 20240405153229911 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/siggen.py' (17,019) at 20241221090017588 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/qobject.cocci' (17,020) at 20210308005046237 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-cnf4.rst' (17,021) at 20210307214925614 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/ima-policy-appraise-all_1.0.bb' (17,022) at 20241221090017576 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/net.cpp' (17,023) at 20220507030031385 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch' (17,024) at 20210608000015791 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/gf100.c' (17,025) at 20220525020652955 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h' (17,026) at 20240405153231795 2025-03-14 03:00:46.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mctp/mctp-i3c.c' (17,027) at 20240507080012898 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/trace.h' (17,028) at 20240326080039546 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-cam.c' (17,029) at 20240405153046797 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mc13892-regulator.c' (17,030) at 20240405153051469 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/core/mlx5_vdpa.h' (17,031) at 20240405153231571 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/rockchip/rk3288_crypto_skcipher.c' (17,032) at 20240405153230267 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpio-htc-egpio.h' (17,033) at 20210307214931474 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/scb2_flash.c' (17,034) at 20210307214929214 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/ptrace.c' (17,035) at 20240405153046057 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func8.c' (17,036) at 20240405153054277 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/remove-initscript-lsb-dependency.patch' (17,037) at 20210307205554102 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/l3_cache.json' (17,038) at 20240405153232223 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/governor.sh' (17,039) at 20210307214932666 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/at25.c' (17,040) at 20240405153049637 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/ptrace.c' (17,041) at 20240405153053477 2025-03-14 03:00:46.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/Kconfig' (17,042) at 20240405153051861 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-wifi-iris-v2.dts' (17,043) at 20240405153045529 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/note.S' (17,044) at 20220525020651970 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/netlabel.c' (17,045) at 20240405153232115 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/hfsc.json' (17,046) at 20240405153054377 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/openpic.c' (17,047) at 20241211090212286 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml' (17,048) at 20210721100027634 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sc7180.h' (17,049) at 20210307214931330 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c' (17,050) at 20240910080014030 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h' (17,051) at 20240405153050521 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pci1xxxx.c' (17,052) at 20240411080014122 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/__init__.py' (17,053) at 20210308005003736 2025-03-14 03:00:46.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/update-dtc-source.sh' (17,054) at 20240405153053449 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0018-pass-correct-parameters-to-getdents64.patch' (17,055) at 20241221090017644 to deleted uid set 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/sh7760fb.rst' (17,056) at 20210307214925478 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/xthead.decode' (17,057) at 20230426080043920 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utils.py' (17,058) at 20230530080013619 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Niedersachsen' (17,059) at 20210307205553766 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/conf-notes.txt' (17,060) at 20220913030020496 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/int_helper.c' (17,061) at 20210308005046257 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/kvm_perf.h' (17,062) at 20210307214926514 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/README.md' (17,063) at 20241221090017572 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page-flags-layout.h' (17,064) at 20240405153052757 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-371x.dtsi' (17,065) at 20210308005002564 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/config_check.c' (17,066) at 20240405153054229 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/utsname.h' (17,067) at 20210307214931682 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/phosphor-dbus-interfaces.wrap' (17,068) at 20220323030041559 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-zone.c' (17,069) at 20240405153049253 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ActionInfo_v1.xml' (17,070) at 20240619080002916 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/modinfo-collect.py' (17,071) at 20230925080039989 2025-03-14 03:00:46.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mac.c' (17,072) at 20210308005002728 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/sst_mailbox.cpp' (17,073) at 20240904080048579 to deleted uid set 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-dma-idxd' (17,074) at 20240405153229727 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/Makefile.am' (17,075) at 20210308004942076 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/numeric_sensor.cpp' (17,076) at 20241030080028571 to deleted uid set 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.err' (17,077) at 20210927100127473 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/Makefile' (17,078) at 20240405153054305 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc' (17,079) at 20220402030015895 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/witherspoon-tacoma.conf' (17,080) at 20230927080013510 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-ixp4xx.c' (17,081) at 20240405153046877 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cti.h' (17,082) at 20240405153048889 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gpuva_mgr.h' (17,083) at 20240405153231795 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_fp.c' (17,084) at 20240405153230071 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/task.h' (17,085) at 20240405153231867 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/throw-exception-on-unknown-os.patch' (17,086) at 20231011080016578 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/hs3001.rst' (17,087) at 20240405153229819 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/freeze_controller.c' (17,088) at 20210308005002780 2025-03-14 03:00:46.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/cve-check.bbclass' (17,089) at 20241221090017612 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xpc.h' (17,090) at 20220525020653371 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@340/vrm@40.conf' (17,091) at 20240904080027738 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pcie.cpp' (17,092) at 20240903080027143 to deleted uid set 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/objagg.c' (17,093) at 20240805080014043 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c' (17,094) at 20210307214926566 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mss-sc7180.h' (17,095) at 20210307214931330 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6115-gpucc.yaml' (17,096) at 20240405153045029 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/misc.c' (17,097) at 20210308005002720 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/pcsp_mixer.c' (17,098) at 20210307214932202 2025-03-14 03:00:46.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/bitmap.c' (17,099) at 20210307214931218 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/efi/libstub/Makefile' (17,100) at 20240405153230295 to deleted uid set 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_hipd.h' (17,101) at 20210307214930422 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/preferred/GPL-2.0' (17,102) at 20210308005046065 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi' (17,103) at 20210307214926350 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb_ringbuffer.h' (17,104) at 20240405153052825 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/env_attr.c' (17,105) at 20210308005003760 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/uprobes.h' (17,106) at 20241023080012871 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table-checkbox.js' (17,107) at 20210308005107069 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/display.c' (17,108) at 20210307214930926 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/meson.build' (17,109) at 20241211090212478 2025-03-14 03:00:46.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-cpugear.c' (17,110) at 20210309003649264 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-explorer-11.json' (17,111) at 20230224040018089 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/numa.h' (17,112) at 20240906080037348 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb' (17,113) at 20241221090017684 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/swim.c' (17,114) at 20241211090212258 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/group.h' (17,115) at 20220525020654915 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/Makefile' (17,116) at 20210307214930134 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_das.c' (17,117) at 20240405153054009 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/mac.h' (17,118) at 20240805080013987 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/sleep.S' (17,119) at 20240405153045681 2025-03-14 03:00:46.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sl28cpld.rst' (17,120) at 20210309003648428 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/main.cpp' (17,121) at 20220726030013070 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15-revb1.dts' (17,122) at 20210308005002564 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/direct.c' (17,123) at 20210307214926742 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/cc-version.sh' (17,124) at 20240405153053437 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/mx31pdk.c' (17,125) at 20210308005002980 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ioport.c' (17,126) at 20240405153230091 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSBP.interface.yaml' (17,127) at 20240618080025497 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/Kconfig' (17,128) at 20210308005003072 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind_1.6.2.bb' (17,129) at 20241206090014350 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/BIG.FAT.WARNING' (17,130) at 20210307214932150 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/mkregtable.c' (17,131) at 20210307214928002 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/module.h' (17,132) at 20210307214926178 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC/meson.build' (17,133) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/clock.h' (17,134) at 20210307214926578 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb' (17,135) at 20231126090012861 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/hfpll.c' (17,136) at 20240405153046829 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/csst.c' (17,137) at 20210308005046529 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx22702.c' (17,138) at 20240405153049281 2025-03-14 03:00:46.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-4.0' (17,139) at 20211006000025230 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-regs.h' (17,140) at 20240405153049369 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/core.c' (17,141) at 20241211090212282 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi3.conf' (17,142) at 20210905000020565 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/scpi-hwmon.rst' (17,143) at 20220525020651738 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/pci_eisa.c' (17,144) at 20240405153047025 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/gp_timer_defs.h' (17,145) at 20210307214930542 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/tpm_tis_mmio.txt' (17,146) at 20210307214925418 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_syscall.h' (17,147) at 20220429100100642 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/ne2k-pci.c' (17,148) at 20240405153230915 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server.html' (17,149) at 20210308005107077 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/silabs,si5341.txt' (17,150) at 20220525020651666 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bmp_layout.h' (17,151) at 20210308005003564 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/pkey_siginfo.c' (17,152) at 20210309003656012 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lockspace.c' (17,153) at 20240405153052325 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/braille.h' (17,154) at 20210307214931746 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/iommu.h' (17,155) at 20221215040039186 2025-03-14 03:00:46.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/Kconfig' (17,156) at 20241211090145417 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cs-etm-base.c' (17,157) at 20240405153054185 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_wrong_pldm_type.cpp' (17,158) at 20231110090010623 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/power-systems-memory-preserving-reboot.md' (17,159) at 20221209040006391 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml' (17,160) at 20241105090020411 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pxe-test.c' (17,161) at 20240906080037572 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c' (17,162) at 20240405153051837 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/device_finder.hpp' (17,163) at 20240607080027303 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/cgroup-v1.c' (17,164) at 20240805080014035 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml' (17,165) at 20210610000035134 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/lan9303.h' (17,166) at 20210307214931378 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock_init_exynos4.c' (17,167) at 20210308005002720 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int.h' (17,168) at 20230426080043752 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/priv.h' (17,169) at 20240405153048649 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-audio-graph-card-mix+split.dtsi' (17,170) at 20240405153045813 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-w1_ds28e17' (17,171) at 20210309003648260 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/bind_addr.c' (17,172) at 20240405153053373 2025-03-14 03:00:46.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/emc.h' (17,173) at 20210308005002788 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_rpfilter.h' (17,174) at 20210307214931646 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max17042_fg.h' (17,175) at 20210308005003680 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_5_offset.h' (17,176) at 20240405153048121 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci-sh7751.h' (17,177) at 20210307214926546 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_tunnel_key.sh' (17,178) at 20240405153054345 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d-ssd201htv2.dts' (17,179) at 20240405153045573 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvgpio.c' (17,180) at 20210308005003376 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Application_v1.xml' (17,181) at 20240619080002920 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1down.service' (17,182) at 20230627080016966 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config.bb' (17,183) at 20241206090014230 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/weak.c' (17,184) at 20240405153054077 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/crc.h' (17,185) at 20240405153048613 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/prom/misc.c' (17,186) at 20210307214926174 2025-03-14 03:00:46.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/tegra_apb_dma.h' (17,187) at 20210307214931614 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/st-dma-fence.c' (17,188) at 20240624080012772 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/iterators/.gitignore' (17,189) at 20210309003654048 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-firefly.dts' (17,190) at 20240405153045561 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK02.boot' (17,191) at 20210307214932714 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_internal.h' (17,192) at 20241001080013016 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8308RDB.h' (17,193) at 20210308005003576 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/maple_keyb.c' (17,194) at 20210307214928478 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/Kconfig' (17,195) at 20210308005003080 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Manifest.v1_1_2.json' (17,196) at 20240619080002948 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FabricAdapter.v1_5_3.json' (17,197) at 20240619080002948 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/xlnx,zynqmp-r5fss.yaml' (17,198) at 20240405153229795 2025-03-14 03:00:46.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/display_gx1.h' (17,199) at 20210307214930910 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/request.c' (17,200) at 20240405153231407 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tfa9879.txt' (17,201) at 20210307214925434 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (17,202) at 20241211090147009 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch' (17,203) at 20241221090017532 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_rq.c' (17,204) at 20240405153051601 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/etrap_64.S' (17,205) at 20210307214926594 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/Kconfig' (17,206) at 20210307214927126 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/io_unittest.cpp' (17,207) at 20230511080030375 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/max98357a.c' (17,208) at 20240405153053941 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6150.dtsi' (17,209) at 20240405153229943 to deleted uid set 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov6650.c' (17,210) at 20240405153049329 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-zynqmp-apu-ctrl.h' (17,211) at 20230426080043764 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.c' (17,212) at 20240405153047201 2025-03-14 03:00:46.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/dirtylimit.h' (17,213) at 20230925080039937 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/dtb.c' (17,214) at 20241211090145389 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-static' (17,215) at 20210308005046393 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-queue.h' (17,216) at 20240405153049369 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/controller/Makefile' (17,217) at 20240405153231299 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5332-rdp441.dts' (17,218) at 20240405153229939 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/Kconfig' (17,219) at 20220520100030268 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/exception-tables.rst' (17,220) at 20240405153044989 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/net.json' (17,221) at 20241211090212450 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_h323_main.c' (17,222) at 20240405153053325 2025-03-14 03:00:46.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/IdentityAuthentication/meson.build' (17,223) at 20240229090018787 to deleted uid set 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogEntry.v1_17_0.json' (17,224) at 20240918080002720 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa3xx.h' (17,225) at 20240405153045677 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/ca.h.rst.exceptions' (17,226) at 20210307214925590 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/smp-cps.c' (17,227) at 20240805080013923 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/serial-tests-config.patch' (17,228) at 20210307205554534 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlb-sh3.c' (17,229) at 20210309003648984 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/Makefile' (17,230) at 20240405153046497 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/opal.h' (17,231) at 20240405153046121 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/.gitignore' (17,232) at 20220525020655239 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-mcpdm.dtsi' (17,233) at 20240405153045605 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/devs.h' (17,234) at 20240405153045685 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/wiper.sh-fix-stat-path.patch' (17,235) at 20210307205554562 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-pci.h' (17,236) at 20241211090212366 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_probe.h' (17,237) at 20240405153230583 2025-03-14 03:00:46.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tormestorp' (17,238) at 20210307205553794 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/vm86_32.c' (17,239) at 20240405153046441 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/volatiles.ntpsec' (17,240) at 20220204040022452 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/atmel_lcdc.h' (17,241) at 20210307214931694 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328.dtsi' (17,242) at 20241115090012941 to deleted uid set 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/nicstar.h' (17,243) at 20210307214926886 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/doc/ipmievd.8' (17,244) at 20210308004938816 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sitronix-st7703.c' (17,245) at 20240405153230619 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/3c120_defconfig' (17,246) at 20210308005003232 2025-03-14 03:00:46.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/Kconfig' (17,247) at 20210308005003024 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/memory.json' (17,248) at 20240405153054145 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h' (17,249) at 20210307214928810 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_string_entry_encode_check.yaml' (17,250) at 20240908080010098 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb' (17,251) at 20241221090017684 to deleted uid set 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-transaction.c' (17,252) at 20220525020654975 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/genericarm64.yml' (17,253) at 20241206090014206 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/setup-sh3.c' (17,254) at 20210307214926562 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-softing-vining-2000.dts' (17,255) at 20240405153045525 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/woodburn.c' (17,256) at 20210308005003168 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/utils_unittest.cpp' (17,257) at 20210617000051852 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@200/power-supply@68.conf' (17,258) at 20240904080027734 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/type_cast.c' (17,259) at 20240405153054281 2025-03-14 03:00:46.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/copy_from_user.S' (17,260) at 20240405153045897 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mt7530.c' (17,261) at 20240429080012424 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/manpage-base.xsl' (17,262) at 20210307214932494 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_llh_internal.h' (17,263) at 20210307214929306 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/device-init.c' (17,264) at 20210307214926474 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/mc146818rtc.c' (17,265) at 20240906080037288 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi.h' (17,266) at 20210308005003644 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb' (17,267) at 20241206090014226 2025-03-14 03:00:46.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/kmem_layout.h' (17,268) at 20220525020652198 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/cxl_upstream_port.h' (17,269) at 20241211090212362 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Revuca' (17,270) at 20210307205553794 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/unistd_32.h' (17,271) at 20241211090212374 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-ptest-fast.bb' (17,272) at 20240302090018202 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sysfs-interface.rst' (17,273) at 20240405153045217 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/null/deref_null.cocci' (17,274) at 20240405153053445 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/tools/libc_compat.h' (17,275) at 20210307214932478 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dswscope.c' (17,276) at 20240405153046617 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev.c' (17,277) at 20241211090212210 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U3copy_from_user.S' (17,278) at 20210307214926606 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_dec_hw.h' (17,279) at 20240405153049409 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/Makefile' (17,280) at 20240405153046257 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/gpu/drm_mm.sh' (17,281) at 20240405153054293 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vinco_defconfig' (17,282) at 20210308005003284 2025-03-14 03:00:46.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_bo_util.c' (17,283) at 20240405153230643 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/serial.c' (17,284) at 20210307214926290 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml' (17,285) at 20240405153045041 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/default/meson.build' (17,286) at 20210308005059705 to deleted uid set 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/bswap.h' (17,287) at 20210308004938816 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/boot/dts/Makefile' (17,288) at 20240405153045973 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/brcmphy.h' (17,289) at 20240405153231803 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/Makefile' (17,290) at 20210307214926310 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsdumpdv.c' (17,291) at 20240405153046621 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xscom.h' (17,292) at 20240906080037572 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/tgec_phy.c' (17,293) at 20210308005003432 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-1000035.patch' (17,294) at 20210307205554574 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arc/axs101.txt' (17,295) at 20210307214925270 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_9p.h' (17,296) at 20221215040039194 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb' (17,297) at 20240413080012643 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/lib.c' (17,298) at 20240405153232107 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/traps_misaligned.c' (17,299) at 20241111090012113 2025-03-14 03:00:46.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/intro.rst' (17,300) at 20231126090012821 to deleted uid set 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_CfoTracking.c' (17,301) at 20220525020654179 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/kernel.its' (17,302) at 20210308005003332 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi' (17,303) at 20240405153045721 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb' (17,304) at 20220204040022428 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-core-slave.c' (17,305) at 20240405153048921 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/src/update_ra_gw.sh' (17,306) at 20240711080006415 to deleted uid set 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_table.h' (17,307) at 20240405153050677 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-core.c' (17,308) at 20241211090212558 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/elf.h' (17,309) at 20240405153046057 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/env.c' (17,310) at 20240405153054093 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/init' (17,311) at 20210307205553842 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Motala_Ervasteby' (17,312) at 20210307205553786 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/exit-air/meson.build' (17,313) at 20241112090003094 to deleted uid set 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-wacom.c' (17,314) at 20221215040039162 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts' (17,315) at 20240405153229891 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hyperv/hyperv_drm_modeset.c' (17,316) at 20240405153048429 2025-03-14 03:00:46.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_dma.h' (17,317) at 20210307214932374 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/poly_l2.c' (17,318) at 20210307214926730 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/kvm_int.h' (17,319) at 20241211090212370 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dpaux.h' (17,320) at 20210307214928046 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-cxl-component.c' (17,321) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/venc.c' (17,322) at 20240405153052209 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/rpmh-internal.h' (17,323) at 20240405153051765 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/pm-notifier-error-inject.c' (17,324) at 20210307214931810 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/armada100_fec.h' (17,325) at 20210308005003424 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter.h' (17,326) at 20240405153231831 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/fsl/mmdc.yaml' (17,327) at 20210309003648368 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2' (17,328) at 20210307205554478 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/Kconfig' (17,329) at 20241211090212454 2025-03-14 03:00:46.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szombathely-Vasvar-Lenti-Zalaegerszeg' (17,330) at 20210307205553774 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/Makefile' (17,331) at 20210308005003032 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun50i-h6-ccu.h' (17,332) at 20210308005003640 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/asm-uaccess.h' (17,333) at 20240405153045853 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/Kconfig' (17,334) at 20210308005003332 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/raid/xor.h' (17,335) at 20240405153052785 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/memctrl.h' (17,336) at 20210307214926582 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/genesis3_chassis.json' (17,337) at 20230624080005339 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/core.c' (17,338) at 20240405153048893 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/include/dwarf-regs-table.h' (17,339) at 20210307214932514 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgv100.c' (17,340) at 20210307214927966 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (17,341) at 20241206090014218 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/testmode.h' (17,342) at 20240405153050429 2025-03-14 03:00:46.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/MAINTAINERS' (17,343) at 20210308005003052 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/readme.md' (17,344) at 20241221090017572 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/skip_test_palmetto' (17,345) at 20220429100025221 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6357-regulator.h' (17,346) at 20240405153052785 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/cache.c' (17,347) at 20210307214926114 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/snps,arcpgu.txt' (17,348) at 20210307214925310 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl345_spi.c' (17,349) at 20240405153048929 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (17,350) at 20210307205554222 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/Makefile' (17,351) at 20220525020653399 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/serialize.cpp' (17,352) at 20240710080021941 to deleted uid set 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/s390/s390-pv-boot.rst' (17,353) at 20240405153045329 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/ti-thermal-common.c' (17,354) at 20240405153231503 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_api_mib.h' (17,355) at 20240405153050701 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bitmain.yaml' (17,356) at 20240405153045013 2025-03-14 03:00:46.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_btf.h' (17,357) at 20240405153054285 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/irqflags-compact.h' (17,358) at 20240405153045361 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/init' (17,359) at 20210307205554474 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/CREDITS' (17,360) at 20240405153045305 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx7d.c' (17,361) at 20240405153231319 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l90.c' (17,362) at 20240405153232151 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_arm_defconfig' (17,363) at 20210308005003276 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c' (17,364) at 20210307214932706 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow-memcmp.c' (17,365) at 20240405153053105 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7734.h' (17,366) at 20210307214926554 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ioctl_rtl.h' (17,367) at 20210307214930642 2025-03-14 03:00:46.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_loadimage.c' (17,368) at 20210308005003704 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/discovery.h' (17,369) at 20240405153230499 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/dsd/data-node-references.rst' (17,370) at 20240405153045209 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cthardware.h' (17,371) at 20220627100017202 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/intel,lgm-io.yaml' (17,372) at 20240405153045133 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c' (17,373) at 20210309003650544 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_hover.png' (17,374) at 20210307205554250 to deleted uid set 2025-03-14 03:00:46.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/.kunitconfig' (17,375) at 20220525020654407 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/stream.c' (17,376) at 20240405153232011 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/buttons.c' (17,377) at 20210307214926202 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/adpll.c' (17,378) at 20240405153230247 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_symlink.h' (17,379) at 20240405153052609 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vlstr.c' (17,380) at 20221215040039390 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/export.h' (17,381) at 20240405153052617 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/lxfb.rst' (17,382) at 20210307214925478 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/adfs.rst' (17,383) at 20210307214925482 2025-03-14 03:00:46.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/sudo.pam' (17,384) at 20210307205554570 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/synclink_gt.c' (17,385) at 20240405153231523 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/component-common.yaml' (17,386) at 20240405153045161 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/304.out' (17,387) at 20210308005046469 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/clk/cpg.c' (17,388) at 20210309003652908 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/intel-pt-events-report' (17,389) at 20220525020655155 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/allwinner/phy-sun9i-usb.c' (17,390) at 20220525020653863 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-apq8096-flakes.txt' (17,391) at 20240405153230531 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cma_trace.h' (17,392) at 20240405153049017 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/lcd.c' (17,393) at 20210307214926202 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi' (17,394) at 20240405153045733 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/Makefile' (17,395) at 20210308005002912 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/print_support.h' (17,396) at 20220525020654127 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/license-rules.rst' (17,397) at 20210307214925586 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispstat.c' (17,398) at 20240405153049485 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/mmu/Makefile' (17,399) at 20240405153046561 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvfut.c' (17,400) at 20210307214926334 2025-03-14 03:00:46.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/xd.c' (17,401) at 20240405153051933 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/hotplug.c' (17,402) at 20210308005045853 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/parsing.hpp' (17,403) at 20240511080002653 to deleted uid set 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c' (17,404) at 20210308005002920 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/cb_pcimdda.c' (17,405) at 20240405153046889 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/i2o-dev.h' (17,406) at 20210307214931634 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/dra7-atl.txt' (17,407) at 20240405153045029 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/spdif.h' (17,408) at 20210307214932410 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb' (17,409) at 20210307205553842 to deleted uid set 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/imx-regs.h' (17,410) at 20210308005002656 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sem.h' (17,411) at 20210307214931658 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/0001-hwaccess-use-__asm__-as-is-done-elsewhere.patch' (17,412) at 20210729000029100 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/hooks-impl.h' (17,413) at 20240405153053089 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/tx.c' (17,414) at 20240405153050273 2025-03-14 03:00:46.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netconsole.c' (17,415) at 20240805080013979 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/eeprom.c' (17,416) at 20210307214929866 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-i2s.h' (17,417) at 20210307214932390 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/xen-x86_32.h' (17,418) at 20240326080039542 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/README' (17,419) at 20210308005002976 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/loop.c' (17,420) at 20210307214932046 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrdm_qspi_defconfig' (17,421) at 20210308005003264 2025-03-14 03:00:46.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-crypto_%.bbappend' (17,422) at 20230114040015466 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hd64572.h' (17,423) at 20210307214929718 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/test-fdt-overlay.dts' (17,424) at 20210308005003744 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/samsung/bootloader-interface.rst' (17,425) at 20240405153044973 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_m1_defconfig' (17,426) at 20210308005003272 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.6.0.bb' (17,427) at 20220414030020064 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/layer.conf' (17,428) at 20241221090017484 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-lifecycle.dtsi' (17,429) at 20240405153051213 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-power' (17,430) at 20240405153044929 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/cp_post_boot' (17,431) at 20231120090013292 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/Makefile' (17,432) at 20210308005003020 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (17,433) at 20240924080011379 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/layer.conf' (17,434) at 20241221090017472 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/video-bridge-uclass.c' (17,435) at 20210308005003524 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/windows.c' (17,436) at 20230809080010803 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/i2c/ch7322.c' (17,437) at 20240405153230775 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-wrap.c' (17,438) at 20210307214928554 2025-03-14 03:00:46.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinconf-generic.c' (17,439) at 20240405153051325 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/.gitignore' (17,440) at 20240405153046065 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch' (17,441) at 20241221090017648 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/meson.build' (17,442) at 20230622080027091 to deleted uid set 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx31.dtsi' (17,443) at 20240405153229883 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/util.h' (17,444) at 20240405153053449 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/server/message_variant.cpp' (17,445) at 20220912100035497 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/stm32h743-disco.c' (17,446) at 20210308005003056 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/Makefile' (17,447) at 20210308005002916 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SECURE_BOOT_defconfig' (17,448) at 20210308005003244 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/driver.c' (17,449) at 20240405153051417 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pgtable.h' (17,450) at 20240405153230031 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/memory.json' (17,451) at 20240405153054109 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/trace-events' (17,452) at 20210927100127341 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mtd.c' (17,453) at 20210308005003216 2025-03-14 03:00:46.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smsc911x.h' (17,454) at 20210307214929634 2025-03-14 03:00:46.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt7629-resets.h' (17,455) at 20210307214931346 2025-03-14 03:00:46.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd/check_pnor_format.sh' (17,456) at 20230419080018958 2025-03-14 03:00:46.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/auxvec.h' (17,457) at 20210307214925650 2025-03-14 03:00:46.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h' (17,458) at 20240405153047101 2025-03-14 03:00:46.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt2701-pinfunc.h' (17,459) at 20240405153045461 2025-03-14 03:00:46.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/bmg160_core.c' (17,460) at 20240405153048985 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/btree.c' (17,461) at 20240617080017390 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_types.cpp' (17,462) at 20230701080027201 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mmvec/ext.idef' (17,463) at 20240906080037476 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts' (17,464) at 20240405153045793 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/Kconfig' (17,465) at 20210308005002920 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial_s3c.h' (17,466) at 20240405153052793 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/xmit_osdep.h' (17,467) at 20240405153051925 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/floating-point.json' (17,468) at 20240405153054141 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/led.c' (17,469) at 20220525020653759 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/firmwared/firmwared/firmwared.service' (17,470) at 20210307205553874 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sm501.h' (17,471) at 20210307214931510 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cds_via.c' (17,472) at 20210308005002960 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/cpu_loop.c' (17,473) at 20240906080037360 2025-03-14 03:00:46.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-trace-stap.rst' (17,474) at 20220429100100426 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/slub_kunit.c' (17,475) at 20240613080016523 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.h' (17,476) at 20240405153050493 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/svc_watchdog.c' (17,477) at 20210307214928086 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/lookup-order.rst' (17,478) at 20210307214925458 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/Kconfig.recursion-issue-01' (17,479) at 20210307214925514 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karigasniemi' (17,480) at 20210307205553770 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/mes_api_def.h' (17,481) at 20240405153048317 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/scripts/build-unit-test-docker' (17,482) at 20241219090013484 to deleted uid set 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fw/cfe/cfe_error.h' (17,483) at 20210307214926214 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console_%.bbappend' (17,484) at 20241206090014218 2025-03-14 03:00:46.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_trc.h' (17,485) at 20240405153051737 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nfnetlink.h' (17,486) at 20240405153052749 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/rpc.c' (17,487) at 20240405153051969 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gnomebase.bbclass' (17,488) at 20240124090012258 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-self-cycle.json' (17,489) at 20210308005046409 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-clps711x.txt' (17,490) at 20210307214925318 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_common_pkt_hdr.h' (17,491) at 20210307214928446 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/ld.script' (17,492) at 20220525020651990 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/reset.c' (17,493) at 20240405153046873 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/riva_hw.h' (17,494) at 20210307214930934 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/compuware_cdr_9011_3m1_psu.json' (17,495) at 20240928080004681 2025-03-14 03:00:46.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/mcs7830.c' (17,496) at 20210308005003504 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic4_qm1_regs.h' (17,497) at 20240405153046577 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig' (17,498) at 20210308005003264 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-stk17ta8.c' (17,499) at 20220525020653955 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/Kbuild' (17,500) at 20240405153048665 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/mac-fcc.c' (17,501) at 20240405153230943 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bios_attr_utils.robot' (17,502) at 20240130090014241 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/include/mach/uncompress.h' (17,503) at 20210307214925882 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/lxfb_core.c' (17,504) at 20240405153231583 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/Kconfig' (17,505) at 20210308005003020 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/base.cpp' (17,506) at 20240822080031261 2025-03-14 03:00:46.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_regmap.c' (17,507) at 20240405153232123 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/bios_table.h' (17,508) at 20240924080009563 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064-asus-nexus7-flo.dts' (17,509) at 20240405153045537 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/tstring.hpp' (17,510) at 20220412175720086 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml' (17,511) at 20240405153045101 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bmi160/Makefile' (17,512) at 20210307214928350 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.6.bb' (17,513) at 20241221090017668 to deleted uid set 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-3.6.1-ssl.patch' (17,514) at 20230317080013785 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-artifact-names.bbclass' (17,515) at 20230401080011963 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-ast2600.c' (17,516) at 20240405153230203 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ftohp.S' (17,517) at 20240326080039746 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/start.S' (17,518) at 20210308005002824 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/hello-i386.c' (17,519) at 20210308005046497 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_qm_cgm_regs.h' (17,520) at 20240405153046589 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_a3d.c' (17,521) at 20220525020654987 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1q.sh' (17,522) at 20240405153054345 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ia_css_anr2_param.h' (17,523) at 20210307214930550 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-yones-toptech-bd1078.dts' (17,524) at 20210308005002624 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,exynos4210-csis.yaml' (17,525) at 20240405153045101 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-cdev.h' (17,526) at 20210309003649380 2025-03-14 03:00:46.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/group_cpus.h' (17,527) at 20240405153052697 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-hi6220-usb.c' (17,528) at 20240405153231311 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/irq.h' (17,529) at 20240405153046001 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/function/f_fs.c' (17,530) at 20240520080015191 to deleted uid set 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/conversion.hpp' (17,531) at 20240820080027378 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/admv4420.c' (17,532) at 20240405153048981 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/user/emmc_patch.hex' (17,533) at 20230110040015912 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/apcs-msm8916.c' (17,534) at 20240405153046805 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb' (17,535) at 20241221090017576 to deleted uid set 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/libc.h' (17,536) at 20210308005046397 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/176.out' (17,537) at 20240906080037564 2025-03-14 03:00:46.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/Kconfig' (17,538) at 20240405153049017 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/audioreach.h' (17,539) at 20240405153053981 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/oldask0_expected_stdout' (17,540) at 20210308005003736 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service' (17,541) at 20210307205554466 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-support-card.dtsi' (17,542) at 20210308005002632 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_ucode.py' (17,543) at 20210308005003748 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h' (17,544) at 20210309003650612 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___diff_arr_val_sz.c' (17,545) at 20210307214932642 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/loongson3_defconfig' (17,546) at 20240405153230007 2025-03-14 03:00:46.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ia_css_fpn.host.h' (17,547) at 20240405153051837 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_regs.h' (17,548) at 20210308005003508 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/meson.build' (17,549) at 20240326080039438 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/lan9303-core.c' (17,550) at 20241018080014490 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_interface.cpp' (17,551) at 20240817080031288 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml' (17,552) at 20240405153045121 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0009-corstone1000-Remove-reset-after-capsule-update.patch' (17,553) at 20241221090017464 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/addr_location.h' (17,554) at 20240405153054177 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/rk_spi.h' (17,555) at 20210308005003492 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi' (17,556) at 20210307214926350 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/vma.c' (17,557) at 20210307214926754 2025-03-14 03:00:46.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/.gitignore' (17,558) at 20210308005002540 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/enc28j60.c' (17,559) at 20240405153050165 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/index.rst' (17,560) at 20220525020651726 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/pxa.h' (17,561) at 20210307214931306 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,dither.yaml' (17,562) at 20240405153045041 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/g98.c' (17,563) at 20220525020652959 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_audio.h' (17,564) at 20240405153047217 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_driver.c' (17,565) at 20240405153050309 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/selutility.hpp' (17,566) at 20241212090022603 to deleted uid set 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch' (17,567) at 20230706080014753 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-ctrls-defs.c' (17,568) at 20240405153049581 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/nl80211.h' (17,569) at 20240405153232091 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-power-supply-sync.bb' (17,570) at 20221014030016316 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/msm8996.h' (17,571) at 20240405153049169 2025-03-14 03:00:46.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0367.h' (17,572) at 20210307214928638 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-reg.h' (17,573) at 20220525020655075 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_mdss.h' (17,574) at 20240830080013259 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/crc32c.c' (17,575) at 20230925080040113 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-IGO' (17,576) at 20241221090017616 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/syncpt.c' (17,577) at 20240405153048805 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-tegra-bpmp.c' (17,578) at 20240405153230683 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/unistd.h' (17,579) at 20210307214926166 2025-03-14 03:00:46.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/070.out' (17,580) at 20210308005046441 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/opal/power-mgt.txt' (17,581) at 20240405153045141 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/Kconfig' (17,582) at 20240405153046789 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/label.h' (17,583) at 20240405153053465 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso.S' (17,584) at 20240326080039558 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dalfors' (17,585) at 20210307205553778 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.11.1.bb' (17,586) at 20241221090017532 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_event_public.h' (17,587) at 20240405153051833 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/requirements.txt' (17,588) at 20230919080013962 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tls.h' (17,589) at 20240405153052941 2025-03-14 03:00:46.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/Kconfig' (17,590) at 20240405153231231 2025-03-14 03:00:46.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/iter.c' (17,591) at 20240613080016551 2025-03-14 03:00:46.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/lantiq/danube.dtsi' (17,592) at 20240405153045989 2025-03-14 03:00:46.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/g12a-clkc.h' (17,593) at 20240405153231795 2025-03-14 03:00:46.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos-mfc-reserved-memory.dtsi' (17,594) at 20240405153045565 2025-03-14 03:00:46.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/mpl3115.c' (17,595) at 20240405153049009 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubbub.c' (17,596) at 20240405153230403 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/Kconfig.riscv' (17,597) at 20240405153046917 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Make-themes-build-optional.patch' (17,598) at 20240301090012423 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_est.c' (17,599) at 20240405153053317 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_lookup_failed.cpp' (17,600) at 20210308005108645 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-runtime.inc' (17,601) at 20241221090017660 to deleted uid set 2025-03-14 03:00:46.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/clock.cpp' (17,602) at 20230511080043139 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (17,603) at 20220811030018543 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-common.c' (17,604) at 20210308005003084 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/spinlock.h' (17,605) at 20240405153045905 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw.h' (17,606) at 20240405153230799 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_btf_map_in_map.c' (17,607) at 20240405153054273 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/meson.build' (17,608) at 20230920080021024 to deleted uid set 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stopping@.target' (17,609) at 20220301040040081 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/resource.h' (17,610) at 20240405153052933 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc.c' (17,611) at 20240405153053109 2025-03-14 03:00:46.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7794-sysc.c' (17,612) at 20240405153231351 2025-03-14 03:00:46.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/mad.h' (17,613) at 20220525020653131 2025-03-14 03:00:46.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/clk-core.c' (17,614) at 20210307214926994 2025-03-14 03:00:46.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/edac.h' (17,615) at 20210307214926214 2025-03-14 03:00:46.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/smipcie/Kconfig' (17,616) at 20210307214928710 2025-03-14 03:00:46.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/camcc-sdm845.c' (17,617) at 20240405153046809 2025-03-14 03:00:46.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_mst.c' (17,618) at 20240624080012824 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-local.c' (17,619) at 20230925080039853 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/irq_service_interface.h' (17,620) at 20210307214927314 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/kirkwood.txt' (17,621) at 20210307214925274 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/Makefile' (17,622) at 20210308005003228 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/samsung/index.rst' (17,623) at 20240405153044973 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/meson.build' (17,624) at 20241102080023390 to deleted uid set 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/include/tcg/tcg-temp-internal.h' (17,625) at 20240326080039554 to deleted uid set 2025-03-14 03:00:46.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf-batch.py' (17,626) at 20240326080039726 2025-03-14 03:00:46.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib.h' (17,627) at 20240405153231479 2025-03-14 03:00:46.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/sample-trace-array.h' (17,628) at 20210307214932126 2025-03-14 03:00:46.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h' (17,629) at 20240405153051945 2025-03-14 03:00:46.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/mobility.c' (17,630) at 20240405153046225 2025-03-14 03:00:46.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77470-cpg-mssr.h' (17,631) at 20210307214931334 2025-03-14 03:00:46.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-createremove.tc' (17,632) at 20210307214932674 2025-03-14 03:00:46.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/topology.c' (17,633) at 20240520080015239 2025-03-14 03:00:46.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_sprp.c' (17,634) at 20220525020652094 2025-03-14 03:00:46.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc' (17,635) at 20241206090014230 2025-03-14 03:00:46.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-dec/Kconfig' (17,636) at 20210307214928850 2025-03-14 03:00:46.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-device.c' (17,637) at 20240906080037316 2025-03-14 03:00:46.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml' (17,638) at 20240405153045125 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/netnode.c' (17,639) at 20240405153053481 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/mm/run_mmap.sh' (17,640) at 20240405153232287 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm920t_defconfig' (17,641) at 20210308005003260 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8810.h' (17,642) at 20210307214932318 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iksemel/iksemel/avoid-obsolete-gnutls-apis.patch' (17,643) at 20210307205553978 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/berlin-bg2.c' (17,644) at 20241008080013967 2025-03-14 03:00:46.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ia_css_bnlm.host.c' (17,645) at 20210307214930550 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/bsp.rst' (17,646) at 20240302090018218 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/invensense_mpu6050.h' (17,647) at 20220525020654603 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_rpf.c' (17,648) at 20240805080013967 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_tx.h' (17,649) at 20220525020654907 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/ptrace.h' (17,650) at 20210307214926178 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mailbox/nvidia,tegra186-hsp.txt' (17,651) at 20210308005003304 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vdso.h' (17,652) at 20210307214926250 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/event-loop-base.h' (17,653) at 20230426080043776 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ia_css_anr2_types.h' (17,654) at 20210307214930550 2025-03-14 03:00:46.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/u-boot.lds' (17,655) at 20210308005002540 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/mock_request.hpp' (17,656) at 20231020080037726 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/get-vm-name.c' (17,657) at 20221215040039274 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/string.c' (17,658) at 20210307214932710 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb' (17,659) at 20230706080014761 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/cpu_loop.c' (17,660) at 20240906080037356 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/common/cavium_ptp.h' (17,661) at 20210307214929346 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch' (17,662) at 20241221090017672 2025-03-14 03:00:46.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/vc.c' (17,663) at 20210308005002764 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/liquidio_common.h' (17,664) at 20210307214929350 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_sw_fence_work.c' (17,665) at 20240405153048537 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/platform_state_sensor.hpp' (17,666) at 20240801080035196 to deleted uid set 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (17,667) at 20220629030020274 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml' (17,668) at 20240405153045169 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/v4l2-selection-flags.rst' (17,669) at 20220525020651786 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/tlb.c' (17,670) at 20210308005002976 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/dce6_afmt.h' (17,671) at 20220525020652991 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/rules_yocto.mk' (17,672) at 20230401080011935 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/typec_dp.h' (17,673) at 20220913100024273 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml' (17,674) at 20240405153045041 2025-03-14 03:00:46.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ia_css_sc_types.h' (17,675) at 20240405153051837 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2552.c' (17,676) at 20240613080016547 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/entry.S' (17,677) at 20240405153045881 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/default_addresses.h' (17,678) at 20230629131804623 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/gsmmux.h' (17,679) at 20240405153231871 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cycx_cfm.h' (17,680) at 20240405153052913 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-midi' (17,681) at 20210309003648244 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/ramp_controller.c' (17,682) at 20240405153051765 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/lltc,ltc2496.yaml' (17,683) at 20240405153045069 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/time_64.c' (17,684) at 20210307214926602 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/Makefile' (17,685) at 20210308005003332 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-g12a-aobus.yaml' (17,686) at 20240405153229787 2025-03-14 03:00:46.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/mips/index.rst' (17,687) at 20240405153229835 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/default/krb5-admin-server' (17,688) at 20210307205553878 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/shmem_utils.h' (17,689) at 20240405153048505 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ltc2496.c' (17,690) at 20240405153048953 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/amlogic,g12a-mdio-mux.yaml' (17,691) at 20240405153045113 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_uar.c' (17,692) at 20210307214928434 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/exthdrs_core.c' (17,693) at 20240405153053273 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/eeh/settings' (17,694) at 20220525020655227 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_ecn.h' (17,695) at 20210307214931646 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ProcessorCollection.json' (17,696) at 20240619080002952 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/xinetd.init' (17,697) at 20210307205554574 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/tx.c' (17,698) at 20240405153050717 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi3798cv200-poplar.dts' (17,699) at 20210308005002580 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dlm_plock.h' (17,700) at 20240405153231807 2025-03-14 03:00:46.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/aarch32_id_regs.c' (17,701) at 20240405153232267 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sl28cpld-hwmon.c' (17,702) at 20240405153048873 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/g84.c' (17,703) at 20240405153048661 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf500.dtsi' (17,704) at 20240405153045537 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm911360k/MAINTAINERS' (17,705) at 20210308005002940 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c' (17,706) at 20240405153048365 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mhi_net.c' (17,707) at 20240405153231075 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/namei_vfat.c' (17,708) at 20241023080012891 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/openpower-update-bios-attr-table.service' (17,709) at 20211001000026072 2025-03-14 03:00:46.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/elf_test.py' (17,710) at 20210308005003748 2025-03-14 03:00:46.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/.gitignore' (17,711) at 20210307214932698 2025-03-14 03:00:46.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/ptest-packagelists-meta-perl.inc' (17,712) at 20241221090017544 2025-03-14 03:00:46.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711-sdca.h' (17,713) at 20240405153053745 2025-03-14 03:00:46.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/wfx.h' (17,714) at 20240405153050705 2025-03-14 03:00:46.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/pci.c' (17,715) at 20240405153052249 2025-03-14 03:00:46.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/stat.h' (17,716) at 20210307214925858 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/pinmux.h' (17,717) at 20210308005002672 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/pwm-clock.yaml' (17,718) at 20240405153045025 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.yaml' (17,719) at 20240405153045065 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24123.c' (17,720) at 20240405153049281 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/ina219@41.conf' (17,721) at 20240904080027738 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-snd.c' (17,722) at 20240906080037316 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-hcd.c' (17,723) at 20210308005003512 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5cm.dtsi' (17,724) at 20240405153045469 2025-03-14 03:00:46.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex1.bpf.c' (17,725) at 20240405153232099 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb' (17,726) at 20210812000025342 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/aout_kludge.out' (17,727) at 20210308005046397 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4234.h' (17,728) at 20210309003654624 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/pci_iov_resource_on_powernv.rst' (17,729) at 20210307214925546 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb' (17,730) at 20241221090017548 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_Ti3026.c' (17,731) at 20210307214930918 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/mmp2-dt.c' (17,732) at 20240405153229911 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net' (17,733) at 20240405153229731 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootm.h' (17,734) at 20230310090043283 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb' (17,735) at 20241221090017528 2025-03-14 03:00:46.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/board.c' (17,736) at 20210308005003052 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Kbuild' (17,737) at 20240405153046349 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_vxlan_fdb_changelink.sh' (17,738) at 20210307214932694 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-monitor.json' (17,739) at 20241213090035010 to deleted uid set 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb' (17,740) at 20241221090017684 to deleted uid set 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.c' (17,741) at 20210308005003436 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts' (17,742) at 20220525020651902 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bm_instance.hpp' (17,743) at 20240521080010460 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-olefile_0.47.bb' (17,744) at 20240302090018210 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb' (17,745) at 20241221090017548 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/Kconfig' (17,746) at 20210308005002952 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-qbuf.rst' (17,747) at 20220525020651778 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/fls64.h' (17,748) at 20210307214932474 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch' (17,749) at 20241221090017660 2025-03-14 03:00:46.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/zs.h' (17,750) at 20210307214930762 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0007-add-error-API-when-error.h-is-not-on-platform.patch' (17,751) at 20230706080014737 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/appcommands.hpp' (17,752) at 20210308005122217 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fscrypt.h' (17,753) at 20240405153052917 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/qman.txt' (17,754) at 20210307214925422 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NetCDF' (17,755) at 20211006000025238 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/trace-events' (17,756) at 20240906080037292 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/phonet/pn_dev.h' (17,757) at 20240405153052861 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/uaccess_flushcache.c' (17,758) at 20240405153045897 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/pn533.h' (17,759) at 20240405153051181 2025-03-14 03:00:46.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160.h' (17,760) at 20240405153049573 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/dlg,da9211-regulator.h' (17,761) at 20210309003653816 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c' (17,762) at 20240405153046925 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7794-clock.h' (17,763) at 20210307214931334 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Logs/DumpsStore.js' (17,764) at 20241004080035963 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/progress_meter.h' (17,765) at 20230426080043772 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_i2c.h' (17,766) at 20240405153047221 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/mpc83xx_timer.c' (17,767) at 20210308005003500 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8b-odroidc1.dts' (17,768) at 20240405153045401 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mei_wdt.c' (17,769) at 20220525020654331 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/host.c' (17,770) at 20210308005003212 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/reset.c' (17,771) at 20240405153045661 2025-03-14 03:00:46.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/central.c' (17,772) at 20240405153230091 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/relocs_64.c' (17,773) at 20210307214926750 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max31722.rst' (17,774) at 20210307214925502 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-bus.h' (17,775) at 20240906080037340 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/admin-guide/README.rst' (17,776) at 20240405153045273 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/core.c' (17,777) at 20240405153231123 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/rtl8139.c' (17,778) at 20210308005003444 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/include/asm/processor.h' (17,779) at 20240719080013345 to deleted uid set 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max7301.c' (17,780) at 20240405153047077 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_empty_cpu_model.py' (17,781) at 20241211090212538 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-39x.txt' (17,782) at 20210307214925274 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h' (17,783) at 20210307214927286 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/hid-sensor-accel-3d.c' (17,784) at 20240405153048937 2025-03-14 03:00:46.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbutils.cpp' (17,785) at 20230331080010310 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_tio.c' (17,786) at 20220525020652358 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/rc80211_minstrel_ht_debugfs.c' (17,787) at 20220525020654859 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi.xml.h' (17,788) at 20240405153048601 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_led_indicator_asserted.robot' (17,789) at 20240401080012772 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-array-space-comment.bconf' (17,790) at 20210307214932458 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts' (17,791) at 20240405153045789 2025-03-14 03:00:46.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.yaml' (17,792) at 20220525020651662 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_modules.c' (17,793) at 20240405153046301 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/src/test/meson.build' (17,794) at 20220525020545509 to deleted uid set 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/soc15d.h' (17,795) at 20240830080013255 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/priv.h' (17,796) at 20220525020653591 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/tx.c' (17,797) at 20241011080017339 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pcmcia.c' (17,798) at 20210308005003216 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/protocol.c' (17,799) at 20210307214931970 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xilinx/xlnx_spdif.c' (17,800) at 20240405153054017 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/meson.options' (17,801) at 20240724080006311 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun6i_drc.c' (17,802) at 20240405153230635 2025-03-14 03:00:46.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/helper.h' (17,803) at 20220525020655099 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/dma-uclass.c' (17,804) at 20210308005003372 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_ring.h' (17,805) at 20221215040039194 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/test/meson.build' (17,806) at 20240620080023459 to deleted uid set 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/Makefile' (17,807) at 20240812080017248 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/aisimage.c' (17,808) at 20210308005003748 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__diagnostics.hpp' (17,809) at 20240731080033662 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-ibm' (17,810) at 20230426080043656 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/Makefile' (17,811) at 20220525020653963 2025-03-14 03:00:46.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpicmn.c' (17,812) at 20210309003654584 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/bdwde-metrics.json' (17,813) at 20240405153232227 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kernfs.h' (17,814) at 20240415080012987 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800lib.h' (17,815) at 20240405153050621 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb' (17,816) at 20240413080012659 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/socket.h' (17,817) at 20210307214926398 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c' (17,818) at 20220525020655227 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c_0.10.5+cargo-0.83.0.bb' (17,819) at 20241221090017672 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_io_utils.c' (17,820) at 20240405153048605 2025-03-14 03:00:46.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/google_accel_oob.cpp' (17,821) at 20240203090005566 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/base/power/domain.c' (17,822) at 20241008080013907 to deleted uid set 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fsi_master_i2cr.h' (17,823) at 20240405153052893 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/MAINTAINERS' (17,824) at 20210308005002912 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/shared-psy-info.c' (17,825) at 20240405153051417 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/files/p10bmc.cfg' (17,826) at 20221129040014407 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/smp.c' (17,827) at 20240405153045913 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board-spl.c' (17,828) at 20210308005002776 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_memcat_p.c' (17,829) at 20210307214931818 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_modules.h' (17,830) at 20210307214930290 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm968380gerg.dts' (17,831) at 20210308005002812 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,scu.yaml' (17,832) at 20220525020651662 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_arc_dup_eng_regs.h' (17,833) at 20240405153046585 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_cq_copy.h' (17,834) at 20240405153051601 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-C0' (17,835) at 20210307214932570 2025-03-14 03:00:46.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi' (17,836) at 20240405153229895 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/ddr.c' (17,837) at 20210308005002992 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sf-pdma/Makefile' (17,838) at 20210307214927138 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/4965.h' (17,839) at 20210307214929830 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/keysyms.h' (17,840) at 20210307214932582 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd_git.bbappend' (17,841) at 20241206090014230 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/legacy-of-mm-gpiochip.h' (17,842) at 20240405153052693 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/expectedJsonChecker/LICENSE' (17,843) at 20210308005111457 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dmaengine.c' (17,844) at 20240405153230279 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-nvidia.h' (17,845) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/ds2482.c' (17,846) at 20240405153231599 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/Kconfig' (17,847) at 20241216090017725 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/vrm@43.conf' (17,848) at 20240904080027738 2025-03-14 03:00:46.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_mm.h' (17,849) at 20240405153048529 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Rosemarkie' (17,850) at 20210307205553798 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-mecool-kiii-pro.c' (17,851) at 20220525020653311 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.sh' (17,852) at 20230421080020940 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/err.h' (17,853) at 20240405153052685 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi' (17,854) at 20210308005002608 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/system1/ibm-basic-eth-map.json' (17,855) at 20241107090014377 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_imem.h' (17,856) at 20240405153050917 2025-03-14 03:00:46.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_pci.c' (17,857) at 20240405153051065 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/google/gve/gve.h' (17,858) at 20240405153230947 to deleted uid set 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/proc.c' (17,859) at 20240405153053165 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/rw.c' (17,860) at 20240405153049025 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/io.c' (17,861) at 20210308005003420 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme147/config.c' (17,862) at 20241211090145381 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c' (17,863) at 20240405153230351 2025-03-14 03:00:46.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/swampd_diagram.png' (17,864) at 20210308005116217 to deleted uid set 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-reg.h' (17,865) at 20210307214928694 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/thread_notify.h' (17,866) at 20210307214925854 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/wol.c' (17,867) at 20210308005003220 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0022-CC312-alignment-of-cc312-differences.patch' (17,868) at 20241221090017464 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-adi-coyote.dts' (17,869) at 20240405153045437 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager.c' (17,870) at 20210308005002776 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-desc.c' (17,871) at 20220525020653655 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.h' (17,872) at 20210307214930622 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2371-0000.h' (17,873) at 20210308005003608 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/Platform' (17,874) at 20210307214926206 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/tty_buffer.rst' (17,875) at 20240405153229807 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f469-discovery_defconfig' (17,876) at 20210308005003280 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/l1d_flush.rst' (17,877) at 20220525020651642 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_ringbuf.c' (17,878) at 20240405153054285 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970-eagle.dts' (17,879) at 20210308005002604 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_index.scss' (17,880) at 20220105012522983 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/tpm-i2c.txt' (17,881) at 20210307214925418 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/sysfs.h' (17,882) at 20210307214929970 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-bad-type.json' (17,883) at 20210927100127469 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Darvel' (17,884) at 20210307205553794 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/Kconfig' (17,885) at 20210308005003012 2025-03-14 03:00:46.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_fw_api.c' (17,886) at 20240405153051693 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/machine.c' (17,887) at 20240405153232219 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/nvidia,tegra194-xusb-padctl.yaml' (17,888) at 20240405153045129 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1266.rst' (17,889) at 20210309003648424 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/Makefile' (17,890) at 20240405153045533 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/Kconfig' (17,891) at 20240405153046049 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/pm_userspace.c' (17,892) at 20241125090012263 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch' (17,893) at 20230317080013793 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/cycles_with_freeze_test.c' (17,894) at 20210307214932706 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/fd-002-posix-eq.c' (17,895) at 20210307214932710 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller/xtensa-modules.c.inc' (17,896) at 20210308005046365 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-mac-config.service' (17,897) at 20210309010015679 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/tlb.h' (17,898) at 20210307214931614 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/Kconfig' (17,899) at 20210308005002924 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/audio-graph-card2.yaml' (17,900) at 20240405153045161 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/scripts/update_schemas.py' (17,901) at 20240918080002724 to deleted uid set 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-bonito64.c' (17,902) at 20210307214926282 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-systemd-core-Disable-sd_dhcp6_client_set_duid_.patch' (17,903) at 20241206090014238 to deleted uid set 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_ints.c' (17,904) at 20210307214932646 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/macronix.c' (17,905) at 20240405153049705 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_flash.h' (17,906) at 20210308005108641 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/openrisc,ompic.txt' (17,907) at 20210307214925342 2025-03-14 03:00:46.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-asm.h' (17,908) at 20240405153045849 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-etm.yaml' (17,909) at 20240405153045013 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_local_user.robot' (17,910) at 20240628080017117 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.h' (17,911) at 20220525020652518 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hw_sha.h' (17,912) at 20210419100148337 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/xapic_ipi_test.c' (17,913) at 20240405153054325 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/README' (17,914) at 20210308005046473 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt' (17,915) at 20210308005003304 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/lag_conf.c' (17,916) at 20240405153231035 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/loongarch/include/uapi/asm/unistd.h' (17,917) at 20240405153054033 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-algo-pca.h' (17,918) at 20210307214931398 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/Makefile' (17,919) at 20210307214928346 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/Makefile' (17,920) at 20210307214930602 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/write_to_hugetlbfs.c' (17,921) at 20241011080017411 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/aquantia.h' (17,922) at 20210307214929686 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_A1000_defconfig' (17,923) at 20210308005003240 2025-03-14 03:00:46.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/parallels-ext.c' (17,924) at 20241211090212214 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-dec/ttusb_dec.c' (17,925) at 20240405153049573 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/build-opkg' (17,926) at 20240318080014163 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts' (17,927) at 20240405153045989 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_res.h' (17,928) at 20241104090011575 to deleted uid set 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_read_window_v2.c' (17,929) at 20210308005108641 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml' (17,930) at 20240405153045109 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/LICENSE' (17,931) at 20210307205554134 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dts' (17,932) at 20210308005002596 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_ecache.h' (17,933) at 20240405153052857 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/module.h' (17,934) at 20210307214926322 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hte/hte-tegra194-test.c' (17,935) at 20240405153230659 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains33xx_data.c' (17,936) at 20240405153045661 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/severity_test.cpp' (17,937) at 20220721030032266 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/uhid.h' (17,938) at 20210307214931662 2025-03-14 03:00:46.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/cpuid.h' (17,939) at 20240405153054093 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-device.c' (17,940) at 20220525020653331 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid0.c' (17,941) at 20240405153230771 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/conf-notes.txt' (17,942) at 20220913030020496 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/renesas,cmm.yaml' (17,943) at 20210307214925306 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-sbefifo.c' (17,944) at 20240405153047065 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/Makefile' (17,945) at 20210307214930914 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/Makefile' (17,946) at 20210307214929662 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-payload-annotations.v1_2_3.json' (17,947) at 20240824080002938 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_erl1.h' (17,948) at 20240405153051961 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/orion_nand.c' (17,949) at 20240405153230875 2025-03-14 03:00:46.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tundra/tsi108_eth.h' (17,950) at 20210307214929658 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/cr4_cpuid_sync_test.c' (17,951) at 20240405153054321 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent-io-tree.h' (17,952) at 20240405153231623 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/setup.h' (17,953) at 20240405153046285 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/first-boot-set-mac@.service' (17,954) at 20210307205554054 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r0p7734_defconfig' (17,955) at 20210308005003276 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led.bb' (17,956) at 20241206090014286 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/189' (17,957) at 20240906080037564 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/sun3kmap.c' (17,958) at 20210307214926174 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/board.c' (17,959) at 20210308005003052 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/task-exit.c' (17,960) at 20240405153054173 2025-03-14 03:00:46.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts' (17,961) at 20240405153045465 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/other.json' (17,962) at 20240405153054113 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/xmon_bpts.h' (17,963) at 20240405153046237 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_submit.c' (17,964) at 20240812080017236 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sha512_base.h' (17,965) at 20220525020654535 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2947-i2c.c' (17,966) at 20240405153048861 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/signing/key.pub' (17,967) at 20210307205554386 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fentry_many_args.c' (17,968) at 20240405153232259 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/MAINTAINERS' (17,969) at 20210308005002920 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/atmel/Kconfig' (17,970) at 20210307214930434 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-psk-helpers.c' (17,971) at 20240906080037580 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/syscalltbl.sh' (17,972) at 20220525020654947 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/spl.h' (17,973) at 20210308005002724 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211netdev.h' (17,974) at 20240405153051953 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-mips-plt.c-Delete-include-error.h.patch' (17,975) at 20230706080014745 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb' (17,976) at 20231126090012801 to deleted uid set 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h' (17,977) at 20240405153050589 2025-03-14 03:00:46.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/hid-sensors/hid-sensor-trigger.h' (17,978) at 20220525020653095 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/serval_pcb106.dts' (17,979) at 20220525020651994 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8450.c' (17,980) at 20240405153230739 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h' (17,981) at 20210307214927906 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-lcdk-u-boot.dtsi' (17,982) at 20210308005002576 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zram-swap-deinit' (17,983) at 20210307205553938 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftpmu010.h' (17,984) at 20210308005003648 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mount.h' (17,985) at 20240405153231875 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-dp.c' (17,986) at 20220525020653035 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip-mipi-dphy-rx0.yaml' (17,987) at 20240405153045129 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-i2c.c' (17,988) at 20210309003650324 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/bsd-3-clause.txt' (17,989) at 20210308005002540 2025-03-14 03:00:46.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5663.h' (17,990) at 20210307214931598 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/docker.py' (17,991) at 20240326080039722 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-stub.c' (17,992) at 20240326080039438 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mpc512x-psc.c' (17,993) at 20240405153051789 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/local.conf.sample' (17,994) at 20241221090017476 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpio-mxc.c' (17,995) at 20240405153230303 to deleted uid set 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/span-lite/span-lite_0.11.0.bb' (17,996) at 20240301090012431 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/hw.h' (17,997) at 20210307214927894 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-s390/virtio-ccw.h' (17,998) at 20210308005046049 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.N1213' (17,999) at 20210308005003288 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/command.py' (18,000) at 20210308005003772 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_onenand_defconfig' (18,001) at 20210308005003284 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_2.0.0.bb' (18,002) at 20241221090017668 to deleted uid set 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-cpu-debug.rst' (18,003) at 20240405153045269 2025-03-14 03:00:46.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/Kconfig' (18,004) at 20210308005003532 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/module.c' (18,005) at 20240405153230071 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/Makefile' (18,006) at 20240405153054089 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/netlink.c' (18,007) at 20240405153053241 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-mux' (18,008) at 20240405153044917 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/Kconfig' (18,009) at 20210927100127385 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_timerlat_options.rst' (18,010) at 20240405153045265 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/vbios_quirk.c' (18,011) at 20220525020652010 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c' (18,012) at 20241220090018314 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/sigframe.h' (18,013) at 20210307214926130 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/ypbind.init' (18,014) at 20210307205553842 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/defconfig' (18,015) at 20240405153046245 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-endpoint-cfs.rst' (18,016) at 20220525020651638 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_load_detect.c' (18,017) at 20240405153048457 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/cleanpatch' (18,018) at 20210308005003724 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/Raw.interface.yaml' (18,019) at 20221207040023627 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-malloc.c' (18,020) at 20221215040039374 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pid_namespace/Makefile' (18,021) at 20240405153054357 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/Makefile' (18,022) at 20240405153054301 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_gem.h' (18,023) at 20240405153230603 2025-03-14 03:00:46.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarskog' (18,024) at 20210307205553782 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm.h' (18,025) at 20240405153045669 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olimex-som-evb.dts' (18,026) at 20240405153045385 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in' (18,027) at 20220527030025404 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/cirrus,clps711x-pwm.txt' (18,028) at 20210307214925406 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb' (18,029) at 20230610080017607 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/Kconfig' (18,030) at 20240405153231471 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/amd_hsmp.rst' (18,031) at 20240405153044985 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bitops.h' (18,032) at 20240405153046309 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch' (18,033) at 20240301090012427 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh_9.9p1.bb' (18,034) at 20241221090017636 to deleted uid set 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_rint.c' (18,035) at 20210307214926274 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/s390/index.rst' (18,036) at 20240405153045329 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/bitsperlong.h' (18,037) at 20210308005046065 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xsk.h' (18,038) at 20220525020654927 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_sun8x16.c' (18,039) at 20220525020654751 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_commit_unittest.cpp' (18,040) at 20210918000044923 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-titan.c' (18,041) at 20210307214926534 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cpufeature.c' (18,042) at 20241018080014474 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/dma.c' (18,043) at 20240405153231235 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.h' (18,044) at 20240415080012971 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/syna,rmi4.yaml' (18,045) at 20240405153229767 2025-03-14 03:00:46.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/scf0403_lcd.h' (18,046) at 20210308005003684 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/testmode.c' (18,047) at 20220525020653723 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/ddr2.c' (18,048) at 20210308005003372 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_enet.h' (18,049) at 20240405153049893 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/test/presence_detection_tests.cpp' (18,050) at 20210511000104226 to deleted uid set 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/npcm7xx_emc.h' (18,051) at 20230426080043764 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_encoder.h' (18,052) at 20240405153048741 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm8450.yaml' (18,053) at 20240405153229759 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arch_dump.c' (18,054) at 20240326080039638 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/vz.c' (18,055) at 20240405153046033 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board.c' (18,056) at 20210308005002776 2025-03-14 03:00:46.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/timer.c' (18,057) at 20210308005002780 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/hal2.c' (18,058) at 20240405153053509 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/cq_desc.h' (18,059) at 20240405153051733 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/jazz_esp.c' (18,060) at 20240405153051617 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_mem.c' (18,061) at 20240405153053509 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/imx.c' (18,062) at 20240405153049165 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf610-colibri.dts' (18,063) at 20210308005002632 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/0001-Specify-printf-formats.patch' (18,064) at 20210307205553874 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/librapl.h' (18,065) at 20220525020652915 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemux86-64.conf' (18,066) at 20241221090017612 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_lease.h' (18,067) at 20210307214931318 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/308.out' (18,068) at 20240326080039734 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/.kunitconfig' (18,069) at 20220525020654751 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/spear-thermal.txt' (18,070) at 20210307214925442 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/COPYING.MIT' (18,071) at 20210307205553666 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/Makefile' (18,072) at 20210308005003024 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_host.c' (18,073) at 20240405153052121 2025-03-14 03:00:46.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/lame/lame_3.100.bb' (18,074) at 20241221090017692 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/acpi.c' (18,075) at 20210307214930978 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/navman.c' (18,076) at 20210307214930870 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/ina219@44.conf' (18,077) at 20210307205554094 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00usb.h' (18,078) at 20210307214929910 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/cpr.c' (18,079) at 20240906080037312 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/b2c2/Kconfig' (18,080) at 20210307214928806 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/Makefile' (18,081) at 20210307214929934 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/powercap.h' (18,082) at 20240405153054213 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/logging.hpp' (18,083) at 20221221040032091 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/auth.h' (18,084) at 20220525020654555 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto_tpm.inc' (18,085) at 20230610080017607 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vm_switch.S' (18,086) at 20210307214926110 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/bridgingcommands.hpp' (18,087) at 20240829080009326 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symbol_fprintf.c' (18,088) at 20240405153054205 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/0002-Don-t-execute-processes-as-a-specific-user.patch' (18,089) at 20230919080013958 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch' (18,090) at 20210307205553842 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/setup.c' (18,091) at 20210307214926254 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/show-gnu-make' (18,092) at 20210308005003736 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_extui.S' (18,093) at 20210308005046529 2025-03-14 03:00:46.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_tasklet.h' (18,094) at 20240405153048537 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-renesas-pcie.c' (18,095) at 20240613080016383 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/Makefile' (18,096) at 20240405153049933 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/pm.c' (18,097) at 20240719080013345 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libutil-David-Nugent' (18,098) at 20241221090017620 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm010/ps7_init_gpl.c' (18,099) at 20210308005003180 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kprobes/kretprobe_example.c' (18,100) at 20240405153053429 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iscsi_ibft.h' (18,101) at 20240405153052713 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/README.md' (18,102) at 20220402030016063 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8940.h' (18,103) at 20240405153053869 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pse-pd/pse.h' (18,104) at 20240624080012816 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/svm.h' (18,105) at 20240405153046401 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_vlan_upper.sh' (18,106) at 20240405153232279 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/live555/config.linux-cross' (18,107) at 20210307205553958 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Eurajoki' (18,108) at 20210307205553770 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/pismo.c' (18,109) at 20240405153049681 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stm32/stm32_ltdc.c' (18,110) at 20210308005003536 2025-03-14 03:00:46.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/importlayer.html' (18,111) at 20210307205554286 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/io.c' (18,112) at 20210307214926406 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/controllers/Makefile' (18,113) at 20210307214928110 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/README.rst' (18,114) at 20240405153054241 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-tf201.dts' (18,115) at 20240405153045485 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/root-tree.h' (18,116) at 20240418080014506 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/wacom.h' (18,117) at 20240405153048829 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/xfrm4_input.c' (18,118) at 20240520080015227 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_decorators.py' (18,119) at 20210528000029731 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/timens.c' (18,120) at 20240405153054377 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/early_ioremap.c' (18,121) at 20240405153053125 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/dhcpcd.service' (18,122) at 20210307205554462 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srpt/ib_dm_mad.h' (18,123) at 20210307214928466 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tsc_msr.c' (18,124) at 20210309003649048 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/local.conf.sample.extended' (18,125) at 20220910030013381 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_check_sign.c' (18,126) at 20210308005003764 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Amos-4w' (18,127) at 20210307205553758 2025-03-14 03:00:46.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/msm_iommu.c' (18,128) at 20240405153049189 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-pcm.c' (18,129) at 20240405153053505 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_2008class.c' (18,130) at 20210307214926274 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi' (18,131) at 20240405153045709 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx.seq' (18,132) at 20210307214930274 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/srp.h' (18,133) at 20220525020654651 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid-4-7.c' (18,134) at 20220525020653291 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ssd1331.c' (18,135) at 20210716100030019 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.h' (18,136) at 20210307214929362 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/tlbmisc.h' (18,137) at 20210307214926246 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smartweb_defconfig' (18,138) at 20210308005003280 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/stream.h' (18,139) at 20210307214932450 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/storcenter.c' (18,140) at 20240405153046209 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_mgmt.c' (18,141) at 20240405153050693 2025-03-14 03:00:46.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___err_too_small.c' (18,142) at 20210307214932642 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/empty.bochs.bz2' (18,143) at 20210308005046473 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_protocol_ops.h' (18,144) at 20220525020653819 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_flow_table.h' (18,145) at 20240429080012456 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/Makefile' (18,146) at 20240405153045913 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,ssm2305.txt' (18,147) at 20210307214925426 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8315.c' (18,148) at 20240405153053657 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/option_int.h' (18,149) at 20210308005046045 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/dts/microblaze-generic.dts' (18,150) at 20210308005002808 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile' (18,151) at 20210309003650612 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/idprom.h' (18,152) at 20210307214926158 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c' (18,153) at 20240405153048653 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/mediatek/ddr3-mt7629.c' (18,154) at 20210308005003476 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/timer.h' (18,155) at 20240405153052897 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/xlnx,zynq-pinctrl.yaml' (18,156) at 20240405153045137 2025-03-14 03:00:46.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/bcm_udc_otg_phy.c' (18,157) at 20210308005003504 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/elog.mako.cpp' (18,158) at 20210308005108057 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-search.svg' (18,159) at 20210308005107069 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/check_initial_reg_state.c' (18,160) at 20210307214932734 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm.c' (18,161) at 20240405153051561 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/power_helpers.c' (18,162) at 20241104090011567 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/conex.c' (18,163) at 20210307214928826 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pfuze.c' (18,164) at 20210308005002960 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/page_cache.c' (18,165) at 20210927100127281 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/hugetlbpage.c' (18,166) at 20220525020652014 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_init.c' (18,167) at 20240405153047249 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/ds2502.txt' (18,168) at 20210308005003328 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_debug.h' (18,169) at 20210308005003516 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ixp4xx/qmgr.h' (18,170) at 20210307214931510 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/at91.h' (18,171) at 20210307214931338 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/heathrow.h' (18,172) at 20210307214926378 2025-03-14 03:00:46.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/ifnulldev_put.cocci' (18,173) at 20240405153053441 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p5040si-pre.dtsi' (18,174) at 20210307214926350 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/minerva/post_desc.json' (18,175) at 20240119090006943 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sxgbe_platform.h' (18,176) at 20210307214931522 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-gnome.bbclass' (18,177) at 20220910030013389 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9260ek_nandflash_defconfig' (18,178) at 20210308005003248 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-debian.yml' (18,179) at 20231126090012765 to deleted uid set 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sta_ioctl.c' (18,180) at 20240405153050573 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/gpio_regs.h' (18,181) at 20210307214927306 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/paths.hpp' (18,182) at 20241003080023045 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/grph_object_id.h' (18,183) at 20240405153047301 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_search_pruning.c' (18,184) at 20240405153054285 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/contrib/pw-am.sh' (18,185) at 20220402030015887 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9131-db.dts' (18,186) at 20220525020651918 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/Kconfig' (18,187) at 20240405153049121 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml' (18,188) at 20240628080013973 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/uv.h' (18,189) at 20240405153046269 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/gcd.c' (18,190) at 20210307214931806 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl' (18,191) at 20240405153232219 2025-03-14 03:00:46.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/README' (18,192) at 20210308005003040 2025-03-14 03:00:46.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgs8gxx.c' (18,193) at 20240405153049289 2025-03-14 03:00:46.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dsemul.c' (18,194) at 20240405153046037 2025-03-14 03:00:46.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ldc.c' (18,195) at 20210307214926594 2025-03-14 03:00:46.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/bcm2835_timer.c' (18,196) at 20240405153230247 2025-03-14 03:00:46.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/pwm_backlight.c' (18,197) at 20210308005003532 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq6018.c' (18,198) at 20240405153230223 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/logs.conf' (18,199) at 20210307205553850 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/phosphor-dbus-interfaces.wrap' (18,200) at 20220322030032592 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_sensor_monitoring.robot' (18,201) at 20240627080021052 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtio_types.h' (18,202) at 20210308005003692 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.h' (18,203) at 20220525020652522 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_qb.c' (18,204) at 20210308005046509 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-raid.rst' (18,205) at 20220525020651642 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/inet_hashtables.c' (18,206) at 20240405153232019 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.aserver.hpp.mako' (18,207) at 20231129090036073 to deleted uid set 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/kretprobes/arch-support.txt' (18,208) at 20240405153229807 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mc146818-lib.c' (18,209) at 20240405153231375 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/axp288_adc.c' (18,210) at 20240405153048949 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/b.c' (18,211) at 20210307214932470 2025-03-14 03:00:46.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/cht_bsw_nau8824.c' (18,212) at 20240405153053945 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-era-target.c' (18,213) at 20240405153049245 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/nlohmann_json.wrap' (18,214) at 20231208090002020 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/numa.c' (18,215) at 20240405153230047 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-thunderx-pcidrv.c' (18,216) at 20220627100016986 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-usb.h' (18,217) at 20210308005002660 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.console' (18,218) at 20210308005003292 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/xattr.c' (18,219) at 20240405153231639 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_phase.c' (18,220) at 20240405153046857 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp/fw_env.config' (18,221) at 20210908000029103 2025-03-14 03:00:46.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/clk.c' (18,222) at 20210307214926266 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig' (18,223) at 20210308005002776 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,adau17x1.yaml' (18,224) at 20240405153045157 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_ctx_sk_msg.c' (18,225) at 20240405153054281 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci' (18,226) at 20241216090017681 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metricblob.proto' (18,227) at 20241116090005803 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt' (18,228) at 20240405153229763 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvsi.c' (18,229) at 20240405153231507 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_gemini.c' (18,230) at 20240520080015135 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateService.v1_0_5.json' (18,231) at 20240619080002944 to deleted uid set 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pxs2.dtsi' (18,232) at 20240405153045577 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_updatepending_unittest.cpp' (18,233) at 20210308005120353 2025-03-14 03:00:46.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/pmu.h' (18,234) at 20240405153230135 2025-03-14 03:00:46.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_elf.h' (18,235) at 20240326080039394 2025-03-14 03:00:46.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/ipmi-smic.yaml' (18,236) at 20240405153229771 2025-03-14 03:00:46.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/setup-bus.c' (18,237) at 20240805080013995 2025-03-14 03:00:46.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sdk7786_defconfig' (18,238) at 20240405153046309 2025-03-14 03:00:46.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_port_common.h' (18,239) at 20210309003651232 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op-gvec.c' (18,240) at 20241121090029292 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/vf610_nfc.c' (18,241) at 20210308005003416 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/sr9700.c' (18,242) at 20240812080017244 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1021.rst' (18,243) at 20210307214925498 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/README' (18,244) at 20210308005002968 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00dev.c' (18,245) at 20240405153231243 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/generic.cpp' (18,246) at 20240418080028286 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_ingress_egress_chaining.sh' (18,247) at 20240405153054353 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/barrier.h' (18,248) at 20240405153045937 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb' (18,249) at 20240302090018210 to deleted uid set 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp25xxak-pinctrl.dtsi' (18,250) at 20240405153045829 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_fw_if.h' (18,251) at 20240405153046601 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sh7780.c' (18,252) at 20210308005003452 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-fb.cfg' (18,253) at 20241221090017468 2025-03-14 03:00:46.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/aw37503-regulator.c' (18,254) at 20240405153231359 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/sysreg-sr.c' (18,255) at 20220525020651962 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/kasan_test_module.c' (18,256) at 20240405153053129 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_lanp.h' (18,257) at 20210308004938820 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/skeletoninit.py' (18,258) at 20240301090012455 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/subprojects/googletest.wrap' (18,259) at 20230608150615695 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/adb.h' (18,260) at 20210307214931354 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/powersave.rst' (18,261) at 20210307214925566 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/time.c' (18,262) at 20220525020654335 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-l2x0-pmu.c' (18,263) at 20210307214925966 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/compat.py' (18,264) at 20210307205554258 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libopencsd.c' (18,265) at 20240405153232211 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hugetlbpage.c' (18,266) at 20240405153230047 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/tty_driver.rst' (18,267) at 20240405153045197 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/ftrace.c' (18,268) at 20240405153046313 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' (18,269) at 20210308005046409 to deleted uid set 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/images/fb-minerva-phosphor-image.inc' (18,270) at 20240913080015309 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_TEE.c' (18,271) at 20210307214932026 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telstar10_C-76.5E' (18,272) at 20210307205553762 2025-03-14 03:00:46.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig' (18,273) at 20210308005003244 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/trans.h' (18,274) at 20210307214929902 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sll-evk.dts' (18,275) at 20210308005002588 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/constants.c' (18,276) at 20240405153051197 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/motor-ctrl_0.1.bb' (18,277) at 20241221090017476 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-hdmi.yaml' (18,278) at 20240405153045033 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pnode.c' (18,279) at 20240405153052485 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/refscale/NOPREEMPT' (18,280) at 20240405153232287 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/xsettings.patch' (18,281) at 20210307205553938 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi' (18,282) at 20240405153046093 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/cc770/Makefile' (18,283) at 20210307214929254 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugepage-mmap.c' (18,284) at 20240405153054329 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf2.c' (18,285) at 20240405153054273 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/lsdma_v6_0.h' (18,286) at 20240405153047149 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_integer_attribute.cpp' (18,287) at 20240819080030255 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env.c' (18,288) at 20210308005003760 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvxf.c' (18,289) at 20210307214926334 2025-03-14 03:00:46.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/plpks.c' (18,290) at 20241211090145385 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/Kconfig' (18,291) at 20220525020654863 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c' (18,292) at 20210308005003040 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-mem.c' (18,293) at 20240326080039390 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/nand.h' (18,294) at 20210308005003668 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml' (18,295) at 20221207040023627 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0004-wvcrash-Replace-use-of-basename-API.patch' (18,296) at 20230706080014741 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6dl_pins.h' (18,297) at 20210308005002648 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm28155_w1d_defconfig' (18,298) at 20210308005003252 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8994.dtsi' (18,299) at 20240405153229943 2025-03-14 03:00:46.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_refcount_btree.h' (18,300) at 20240405153052577 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/kvm_host.h' (18,301) at 20240405153231815 to deleted uid set 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ppc40x_defconfig' (18,302) at 20210309003648872 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tola.json' (18,303) at 20240123090005495 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbp21.h' (18,304) at 20210307214928630 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zc5202_defconfig' (18,305) at 20210308005003288 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/hif.h' (18,306) at 20210308005003676 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/strider.h' (18,307) at 20210308005003616 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-Remove-HAVE_GETCONTEXT-check-to-add-local-implementa.patch' (18,308) at 20230811080018298 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/wild_bctr.c' (18,309) at 20210307214932702 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/gen_except.S' (18,310) at 20210307214926142 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8186/mt8186-clk.c' (18,311) at 20240405153054001 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/Kconfig' (18,312) at 20240405153050297 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb' (18,313) at 20240302090018210 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.2.rst' (18,314) at 20241221090017596 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-omnitek.c' (18,315) at 20210309003650324 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/Makefile' (18,316) at 20210308005002820 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77693_muic.h' (18,317) at 20210308005003680 2025-03-14 03:00:46.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi' (18,318) at 20240405153229923 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v2.rst' (18,319) at 20240405153229735 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/riscv_imsic.c' (18,320) at 20241211090212286 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_msgtype50.h' (18,321) at 20240405153231379 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/0001-cmake-Link-with-libatomic-on-rv32-rv64.patch' (18,322) at 20240113090014536 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory.metadata.yaml' (18,323) at 20220430030026016 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ti-phy.txt' (18,324) at 20240405153229787 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/fdt_rw.c' (18,325) at 20210307214925678 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/Makefile' (18,326) at 20240405153046785 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/log.h' (18,327) at 20210308005003672 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,meson-axg-pcie.yaml' (18,328) at 20240405153045129 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi.h' (18,329) at 20210307214929734 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_devlink.c' (18,330) at 20240405153050217 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/fabrics/layout.c' (18,331) at 20240405153053485 2025-03-14 03:00:46.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/debugfs.c' (18,332) at 20240405153050125 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_link.h' (18,333) at 20240405153231871 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd/check-pnor-format.service' (18,334) at 20210307205553710 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml' (18,335) at 20240405153045105 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/typec/ucsi/ucsi_glink.c' (18,336) at 20240910080014070 to deleted uid set 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw_mdio.c' (18,337) at 20210308005003448 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/Kconfig' (18,338) at 20210308005003008 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-ioc.c' (18,339) at 20240405153046517 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio.txt' (18,340) at 20210307214925378 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/types.h' (18,341) at 20210307214929666 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_onfi.c' (18,342) at 20240405153049697 2025-03-14 03:00:46.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/fit_spl_atf.its' (18,343) at 20210308005003072 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/fuse.c' (18,344) at 20230925080039821 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-manager-helper.c' (18,345) at 20221215040039270 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ab8500-sysctrl.c' (18,346) at 20210307214928998 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/clk-pxa3xx.c' (18,347) at 20240405153046805 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/Makefile' (18,348) at 20240405153046793 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/Makefile' (18,349) at 20210307214932050 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/meson.build' (18,350) at 20241123090016863 to deleted uid set 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ring_types.h' (18,351) at 20220525020652891 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/acct.c' (18,352) at 20240405153231891 to deleted uid set 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/842/842_compress.c' (18,353) at 20210307214931790 2025-03-14 03:00:46.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb' (18,354) at 20230610080017623 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/mdesc.c' (18,355) at 20220525020652118 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pgtable-be-types.h' (18,356) at 20240405153046121 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/compiler.h' (18,357) at 20220525020651798 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci-internal.h' (18,358) at 20240906080037232 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi' (18,359) at 20240405153045737 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_console_base.py' (18,360) at 20210308005003744 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.modfinal' (18,361) at 20240520080015235 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/iint.c' (18,362) at 20240405153232111 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/Kconfig' (18,363) at 20210308005002948 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun8i-a83t-de2-rotate.yaml' (18,364) at 20240405153045093 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bg0900_defconfig' (18,365) at 20210308005003252 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/socket_type.c' (18,366) at 20210307214932578 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/surface_aggregator/controller.h' (18,367) at 20240405153052801 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml' (18,368) at 20240405153045029 2025-03-14 03:00:46.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/Makefile' (18,369) at 20240913080013869 to deleted uid set 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/state_dump.c' (18,370) at 20240405153046561 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/futex-cas.h' (18,371) at 20210307214926550 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_dectree_import.c' (18,372) at 20240906080037476 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/bmc_state_manager.cpp' (18,373) at 20241211090206662 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/proc.c' (18,374) at 20240405153046537 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/tests/meson.build' (18,375) at 20241219090010504 to deleted uid set 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun9i-a80-usb.h' (18,376) at 20210307214931350 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-iomega-nas100d.dts' (18,377) at 20240405153045437 2025-03-14 03:00:46.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfi_enet.h' (18,378) at 20210307214929342 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-backend.yaml' (18,379) at 20240405153045033 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/cfg.c' (18,380) at 20240405153050557 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/mtd.h' (18,381) at 20240405153231827 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/palmchip.S' (18,382) at 20210307214925858 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs400d.h' (18,383) at 20210307214928018 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/meson.build' (18,384) at 20220913030027309 to deleted uid set 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c' (18,385) at 20210308005003524 2025-03-14 03:00:46.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/isp_public.h' (18,386) at 20210307214930546 2025-03-14 03:00:46.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9063/registers.h' (18,387) at 20240405153052725 2025-03-14 03:00:46.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7949.c' (18,388) at 20240405153048949 2025-03-14 03:00:46.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/edac/amd64_edac.c' (18,389) at 20240617080017386 to deleted uid set 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/arm_global_timer.c' (18,390) at 20240830080013251 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ccwdev.h' (18,391) at 20240405153046273 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/power-cmd' (18,392) at 20240316080012480 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/free-space-tests.c' (18,393) at 20240405153052297 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/rc-loopback.c' (18,394) at 20240405153049517 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_ct5361_ram_defconfig' (18,395) at 20210308005003252 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_defact.h' (18,396) at 20210307214931662 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch' (18,397) at 20241221090017664 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-only' (18,398) at 20211006000025234 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/xrdp.sysconfig' (18,399) at 20210307205554002 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fpga-ast2600_defconfig' (18,400) at 20210308005003260 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/trace.h' (18,401) at 20210308005045933 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Bayern' (18,402) at 20210307205553766 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c' (18,403) at 20240405153047153 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/cve_check.py' (18,404) at 20241221090017628 to deleted uid set 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_nand_defconfig' (18,405) at 20210308005003264 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/lowlevel_init.S' (18,406) at 20210308005003008 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.ncr53c8xx' (18,407) at 20240405153045253 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gm107.c' (18,408) at 20220525020652967 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c' (18,409) at 20240405153054245 2025-03-14 03:00:46.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/h2200_defconfig' (18,410) at 20210308005003260 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/openbsd' (18,411) at 20241211090212554 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/planar-apis.rst' (18,412) at 20210309003648500 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_verbs.c' (18,413) at 20240405153049105 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-turris-omnia.dts' (18,414) at 20240405153045445 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/nspr.pc.in' (18,415) at 20210307205553986 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/index.rst' (18,416) at 20241211090212238 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/max8997_haptic.c' (18,417) at 20240405153049145 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5_macb0.dtsi' (18,418) at 20240405153045469 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/Kconfig' (18,419) at 20240405153046841 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-fru-properties.yaml' (18,420) at 20210307205554222 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/Makefile' (18,421) at 20210308005003088 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/simatic-ipc-batt-f7188x.c' (18,422) at 20240405153231343 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs35l35.txt' (18,423) at 20240405153229799 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8450-gpucc.yaml' (18,424) at 20240405153045029 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ltc2497-core.c' (18,425) at 20240405153048953 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/tsan.h' (18,426) at 20210308005046049 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_and.c' (18,427) at 20220525020655203 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/MAINTAINERS' (18,428) at 20210308005002980 2025-03-14 03:00:46.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/baikal,bt1-l2-ctl.yaml' (18,429) at 20240405153045021 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-nomadik-nhk15.dts' (18,430) at 20240405153045581 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/use-includedir.patch' (18,431) at 20210307205554614 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class' (18,432) at 20240405153229731 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/npcm7xx_smbus.c' (18,433) at 20240906080037224 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/monitor.cpp' (18,434) at 20240820080028978 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/get_branch_snapshot.c' (18,435) at 20240405153232259 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_linux_vga16.ppm' (18,436) at 20210307214930950 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rio.h' (18,437) at 20210307214931498 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/artist.c' (18,438) at 20241211090212266 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/driver-uapi.rst' (18,439) at 20240405153229815 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png' (18,440) at 20210307205554270 to deleted uid set 2025-03-14 03:00:46.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/.clang-format' (18,441) at 20241228090003719 to deleted uid set 2025-03-14 03:00:46.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_debugfs.c' (18,442) at 20240405153053285 2025-03-14 03:00:46.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-rcar-gen2.c' (18,443) at 20240405153229911 2025-03-14 03:00:46.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/sound/asound.h' (18,444) at 20240405153054053 2025-03-14 03:00:46.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt3305.c' (18,445) at 20240405153230779 2025-03-14 03:00:46.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/aperture_gm.c' (18,446) at 20240405153048513 2025-03-14 03:00:46.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb' (18,447) at 20231126090012789 to deleted uid set 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/dvb_filter.h' (18,448) at 20220525020654131 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/update.c' (18,449) at 20240405153053033 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/Entry/meson.build' (18,450) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/asmmacro.h' (18,451) at 20240405153229999 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ltc2688.yaml' (18,452) at 20240405153045073 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/corgi_lcd.h' (18,453) at 20240405153052797 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedi_usb.h' (18,454) at 20240405153052669 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_structs.h' (18,455) at 20221215040039202 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Makefile' (18,456) at 20210308005002776 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xmb.dtsi' (18,457) at 20240405153045473 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/strlen.S' (18,458) at 20240405153230095 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/packet_history.h' (18,459) at 20210309003654316 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/GraphicsControllerCollection_v1.xml' (18,460) at 20240619080002924 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Loimaa' (18,461) at 20210307205553770 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-generic.c' (18,462) at 20210308005003460 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/vfio-ap.rst' (18,463) at 20210308005045809 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.css.map' (18,464) at 20210307205554270 2025-03-14 03:00:46.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ConnectionMethodCollection.json' (18,465) at 20240619080002944 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/Makefile' (18,466) at 20210308005003028 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/denied.png' (18,467) at 20210307205554250 to deleted uid set 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-opos6uldev.dts' (18,468) at 20240405153045529 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml' (18,469) at 20240106090017261 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/setup.c' (18,470) at 20241211090145385 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv4/nf_dup_ipv4.h' (18,471) at 20210307214931566 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/console.c' (18,472) at 20210308005003208 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbsysfs.c' (18,473) at 20240405153231583 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/io_delay.c' (18,474) at 20210307214926702 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/Kconfig' (18,475) at 20210308005003032 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ndr.h' (18,476) at 20240405153052529 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/ti.c' (18,477) at 20210308005003444 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/sysctl.h' (18,478) at 20240405153052789 2025-03-14 03:00:46.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/allwinner-sun8i-emac.c' (18,479) at 20241211090212298 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/tifm_7xx1.c' (18,480) at 20240405153049649 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/fsl_i2c.c' (18,481) at 20210308005003380 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/Build' (18,482) at 20240405153054157 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crypto.h' (18,483) at 20240405153052677 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn02xa.h' (18,484) at 20210307214926210 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r40-feta40i.dtsi' (18,485) at 20240405153045393 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/gsc_hpdi.c' (18,486) at 20240405153046897 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/armada-8k-cpufreq.c' (18,487) at 20240405153046909 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64-alt.yml' (18,488) at 20210307205554110 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/makesetup.py' (18,489) at 20241206090014302 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic.h' (18,490) at 20210307214928446 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/include/mach/isa-dma.h' (18,491) at 20240405153045645 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3036-cru.h' (18,492) at 20210308005003632 2025-03-14 03:00:46.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/cbor-helpers.h' (18,493) at 20241211090212366 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/bootm.c' (18,494) at 20210308005002816 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8192-resets.h' (18,495) at 20240405153052653 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/egress_vid_classification.sh' (18,496) at 20240405153054297 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hrcon_defconfig' (18,497) at 20210308005003260 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/pgtable-bits.h' (18,498) at 20240405153046249 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/timer.c' (18,499) at 20210308005002552 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_7.0.bb' (18,500) at 20220910030013353 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/projecttags.py' (18,501) at 20240106090017249 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vfp.h' (18,502) at 20240405153229907 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pinctrl.dtsi' (18,503) at 20240405153045577 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cached_dir.c' (18,504) at 20241211090145525 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7-dbcm-ca.dts' (18,505) at 20240405153045549 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-afe-clk.c' (18,506) at 20240405153053969 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_i2c.h' (18,507) at 20210308005002680 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/nuvoton_nct6102d.c' (18,508) at 20210308005003400 2025-03-14 03:00:46.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/Kconfig' (18,509) at 20240405153051973 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/storage_common.h' (18,510) at 20210309003653892 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/timer_compat.c' (18,511) at 20220525020654971 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.h' (18,512) at 20220525020653759 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/qfprom.c' (18,513) at 20240520080015167 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/init.h' (18,514) at 20210307214931502 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch' (18,515) at 20240127090011892 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/2ch_t.patch' (18,516) at 20230706080014757 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/110' (18,517) at 20220429100100890 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/ascii_string.hpp' (18,518) at 20220114040037678 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/adf_drv.c' (18,519) at 20240405153046953 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_uvmm.c' (18,520) at 20240815080012883 2025-03-14 03:00:46.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig' (18,521) at 20210308005003276 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rp5c01.c' (18,522) at 20220525020653955 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/socinfo.h' (18,523) at 20240405153052793 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/twl4030_madc_battery.c' (18,524) at 20240405153051441 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53ard_defconfig' (18,525) at 20210308005003268 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/fix-incompatible-pointer-type-error.patch' (18,526) at 20241206090014258 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' (18,527) at 20240309090012816 to deleted uid set 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/conf/layer.conf' (18,528) at 20241221090017484 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.out' (18,529) at 20210927100127469 to deleted uid set 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5407c3_defconfig' (18,530) at 20240405153045957 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_ich9.c' (18,531) at 20240906080037228 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm922.S' (18,532) at 20210307214925974 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/settings_test.py' (18,533) at 20231126090012817 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fou.h' (18,534) at 20240405153052917 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb' (18,535) at 20220921030015986 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/blocklayout/rpc_pipefs.c' (18,536) at 20240405153052409 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sunrise_co2.c' (18,537) at 20240405153048969 2025-03-14 03:00:46.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/sysfs.h' (18,538) at 20240405153052449 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/pkey.h' (18,539) at 20240405153046285 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/api.c' (18,540) at 20241211090212442 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/common/ia_css_common_io_types.h' (18,541) at 20210307214930558 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/sock_destructor.h' (18,542) at 20220525020654819 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8994.h' (18,543) at 20240405153052645 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-host-ipmi-oem/.clang-format' (18,544) at 20241219090015764 to deleted uid set 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_common.c' (18,545) at 20240405153231367 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/vitesse.c' (18,546) at 20240919080017066 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c' (18,547) at 20240405153048361 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-src-indent.c-correct-the-check-for-locale.h.patch' (18,548) at 20210307205553914 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5' (18,549) at 20210307214927970 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch' (18,550) at 20241221090017680 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-generated.c' (18,551) at 20240405153046769 2025-03-14 03:00:46.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrlv_ph.c' (18,552) at 20210308005046509 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/0002-vexpress64-Select-PSCI-RESET-by-default.patch' (18,553) at 20240113090014528 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6797-evb.dts' (18,554) at 20240405153045745 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/samsung/Makefile' (18,555) at 20220525020653191 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo_defconfig' (18,556) at 20210308005003272 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-mod0.c' (18,557) at 20240405153046861 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/net/bpf_jit_comp_64.c' (18,558) at 20240405153046337 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxreg-io.c' (18,559) at 20240405153231339 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/Makefile' (18,560) at 20210308005002952 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uefi-firmware_1.12.bb' (18,561) at 20241221090017560 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_clock_gating.c' (18,562) at 20240411080014082 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77960-salvator-xs.dts' (18,563) at 20220525020651934 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/tps6507x.h' (18,564) at 20210307214931498 2025-03-14 03:00:46.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c' (18,565) at 20210819100021570 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/Makefile' (18,566) at 20210308005003468 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/Makefile' (18,567) at 20240405153053961 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb' (18,568) at 20240301090012431 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/trace_printk.c' (18,569) at 20240405153054281 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/static/obmc-flash-bmc-static-mount-alt.service.in' (18,570) at 20241207090017675 to deleted uid set 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_sysfs_br.c' (18,571) at 20240405153053193 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/uffd-common.c' (18,572) at 20241111090012173 2025-03-14 03:00:46.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/bios_parser_types.h' (18,573) at 20240405153047301 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/stack_user.c' (18,574) at 20240405153231715 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualMedia_v1.xml' (18,575) at 20240619080002940 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c' (18,576) at 20240405153231027 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c' (18,577) at 20210309003651820 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/meson_gxbb_wdt.c' (18,578) at 20240405153231599 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-gemtek.c' (18,579) at 20210307214928770 2025-03-14 03:00:46.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm4-aesni-avx2-asm_64.S' (18,580) at 20240405153046365 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h' (18,581) at 20240405153047113 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/phosphor-ipmi-flash-bmccpld-update.service' (18,582) at 20210413100020742 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS7-ssh-host@.service' (18,583) at 20231025080019870 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fib_notifier.c' (18,584) at 20240405153053245 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8350-videocc.h' (18,585) at 20240405153052645 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware_%.bbappend' (18,586) at 20241221090017464 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8365-mmsys.h' (18,587) at 20240405153051761 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mincore/Makefile' (18,588) at 20210309003656004 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/action.md' (18,589) at 20240809080033023 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun8i-v3s-usb-phy.yaml' (18,590) at 20240405153045129 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.c' (18,591) at 20220525020655071 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service' (18,592) at 20241107090014381 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/time.h' (18,593) at 20210307214926246 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_amx.c' (18,594) at 20240405153054013 2025-03-14 03:00:46.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-shx3.c' (18,595) at 20210307214926574 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/maple.c' (18,596) at 20240405153232255 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v4.7.c' (18,597) at 20240405153050341 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_system_defs.h' (18,598) at 20210307214930550 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_d_path.c' (18,599) at 20210309003655984 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth.c' (18,600) at 20240405153232079 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/index.js' (18,601) at 20220105012522999 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host/ampere.xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service' (18,602) at 20230410080012311 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.h' (18,603) at 20210308005003532 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_i2c.h' (18,604) at 20240326080039542 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/0001-setup.py-Use-setuptools-instead-of-distutils.patch' (18,605) at 20220402030016011 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/hisi-rng.txt' (18,606) at 20210307214925414 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_dphy.c' (18,607) at 20240405153049473 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init.bb' (18,608) at 20241221090017684 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mips/mips.h' (18,609) at 20220429100100562 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/apic.c' (18,610) at 20240405153232271 2025-03-14 03:00:46.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6_logic.h' (18,611) at 20210308005003596 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_common.h' (18,612) at 20210307214927266 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/dma-ring.c' (18,613) at 20210307214929166 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-ethtool.c' (18,614) at 20240405153050249 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.h' (18,615) at 20210307214927282 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/e4000.c' (18,616) at 20240405153049533 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_handler_unittest.cpp' (18,617) at 20210308005120353 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/Kbuild' (18,618) at 20210307214927962 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/0001-configure.ac-eliminate-build-path-from-openvpn-versi.patch' (18,619) at 20241221090017500 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/firmware-controller.html' (18,620) at 20210308005107073 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_repr.h' (18,621) at 20240405153230975 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-generated.c' (18,622) at 20210308005003348 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/include/platform/simcall-gdbio.h' (18,623) at 20220525020652202 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-dummy-source.yaml' (18,624) at 20240405153229751 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500.h' (18,625) at 20241211090212318 2025-03-14 03:00:46.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/cacheflush.h' (18,626) at 20220525020651966 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/schema.json' (18,627) at 20240925080030038 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen8_ppgtt.h' (18,628) at 20240405153048485 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth/run-ptest' (18,629) at 20240413080012663 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/buffer.h' (18,630) at 20210307214931366 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/Kconfig' (18,631) at 20210308005003356 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt' (18,632) at 20210307214925430 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f03.c' (18,633) at 20240405153049153 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio' (18,634) at 20240405153229727 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson8b.c' (18,635) at 20210307214930086 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/Kconfig' (18,636) at 20220525020653491 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch' (18,637) at 20230317080013793 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/prom.h' (18,638) at 20210307214926218 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_device.h' (18,639) at 20240405153051973 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch' (18,640) at 20230131040012035 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/spl.c' (18,641) at 20210308005003028 2025-03-14 03:00:46.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/distributor.patch' (18,642) at 20241221090017680 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_core_mpc.h' (18,643) at 20220525020653971 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_close_unittest.cpp' (18,644) at 20210308005120361 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/st,stmpe-gpio.yaml' (18,645) at 20240405153229763 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm9000.h' (18,646) at 20210308005003628 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb' (18,647) at 20241206090014278 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/overlay.c' (18,648) at 20240405153048609 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/config_secure.mk' (18,649) at 20210308005002756 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ath25_defconfig' (18,650) at 20240405153230007 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/conversion.c' (18,651) at 20240405153230383 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/efx_common.h' (18,652) at 20240405153050281 2025-03-14 03:00:46.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/googletest.wrap' (18,653) at 20210518000042341 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/REDFISH-cheatsheet.md' (18,654) at 20240918080004648 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/cik_structs.h' (18,655) at 20210307214927698 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/dlfilters/dlfilter-show-cycles.c' (18,656) at 20240405153054105 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpll.c' (18,657) at 20240405153048449 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/README.md' (18,658) at 20210308005047061 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-acpi.h' (18,659) at 20241211090212366 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/acpi/acpixf.h' (18,660) at 20240830080013327 to deleted uid set 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httplib2_0.22.0.bb' (18,661) at 20240302090018210 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear320.dtsi' (18,662) at 20240405153045577 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/glob.h' (18,663) at 20210307214931390 2025-03-14 03:00:46.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/idiv64.S' (18,664) at 20240405153229995 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/apds9300.c' (18,665) at 20240405153048997 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/layer.conf' (18,666) at 20241221090017480 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/ledlayout.hpp' (18,667) at 20240822080022197 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm8250.c' (18,668) at 20241011080017299 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/virtio-snd.rst' (18,669) at 20240326080039406 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/sdk.py' (18,670) at 20230919080013994 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/sw.c' (18,671) at 20240405153050637 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/Makefile' (18,672) at 20220802100038581 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karesuando' (18,673) at 20210307205553786 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/MCD_progCheck.h' (18,674) at 20210308005003556 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/231' (18,675) at 20220429100100914 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/memory-device.c' (18,676) at 20240906080037248 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools-git-crates.inc' (18,677) at 20240106090017237 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ams/ams-pmu.c' (18,678) at 20210307214928558 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/renderdoc/0001-jpeg-compressor-Reorder-stdio.h-include-location.patch' (18,679) at 20241221090017528 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8450-lpass-lpi-pinctrl.yaml' (18,680) at 20240405153045137 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_phy_lcn.c' (18,681) at 20210307214929798 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-attention.cpp' (18,682) at 20230516080019606 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2595.dtsi' (18,683) at 20240405153045753 2025-03-14 03:00:46.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/fs.hpp' (18,684) at 20210308005133997 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_chip_type.h' (18,685) at 20210307214929370 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/distro/include/ibm-mpreboot.inc' (18,686) at 20210307205553690 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_master' (18,687) at 20230908080016530 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gmqtt_0.7.0.bb' (18,688) at 20241221090017552 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch' (18,689) at 20230706080014757 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/syscore.c' (18,690) at 20210309003649184 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/dell-smm-hwmon.c' (18,691) at 20240405153048849 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/admtek/adm8211.h' (18,692) at 20210307214929726 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/qe_io.c' (18,693) at 20210308005002828 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_mon.h' (18,694) at 20210307214928614 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/util_base.hpp' (18,695) at 20240817080031292 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/64r6.config' (18,696) at 20210307214926202 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv740_dpm.c' (18,697) at 20240405153048733 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/nv12mt.svg' (18,698) at 20210309003648496 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_trace.c' (18,699) at 20210307214927862 2025-03-14 03:00:46.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/dw9719.c' (18,700) at 20240405153230783 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/hr' (18,701) at 20210308005046145 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/networking/strparser.rst' (18,702) at 20210307214925542 to deleted uid set 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.h' (18,703) at 20220525020652522 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_dpia.c' (18,704) at 20240405153047297 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.c' (18,705) at 20220525020653591 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/.gitignore' (18,706) at 20210307214931890 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-cm-t3x.dtsi' (18,707) at 20240405153045601 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_cmdq_masks.h' (18,708) at 20240405153046605 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/gbs-boot-status-led.bb' (18,709) at 20241206090014278 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-build-fix-parallel-make.patch' (18,710) at 20230706080014741 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/overlay/overlay' (18,711) at 20221209040019091 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skattungbyn' (18,712) at 20210307205553790 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-ir.h' (18,713) at 20210307214928690 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid-4-1.c' (18,714) at 20220525020653291 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-npi.h' (18,715) at 20210307214926234 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_perfmon.c' (18,716) at 20220525020652851 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_exec.c' (18,717) at 20240405153230603 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strobemeta_nounroll2.c' (18,718) at 20210307214932646 2025-03-14 03:00:46.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.out' (18,719) at 20210927100127469 to deleted uid set 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_devdis.h' (18,720) at 20210308005003648 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c' (18,721) at 20241018080014482 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/Makefile' (18,722) at 20240405153052065 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/gxbb.h' (18,723) at 20240405153230215 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb' (18,724) at 20241221090017504 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-psci.dtsi' (18,725) at 20210307214926010 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/uprobes.h' (18,726) at 20210307214926098 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-crypto.h' (18,727) at 20210307214927102 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9n12.dtsi' (18,728) at 20210308005002572 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/jornada720.h' (18,729) at 20210307214925958 2025-03-14 03:00:46.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_check.cpp' (18,730) at 20240618080040649 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/nvme.h' (18,731) at 20241211090212354 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/squashfs_fs.h' (18,732) at 20240405153052537 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/Makefile' (18,733) at 20210308005003016 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/pm.c' (18,734) at 20240405153050481 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/exynos4210.c' (18,735) at 20240906080037192 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/syscall_defs.h' (18,736) at 20240326080039394 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/packagegroups/packagegroup-obmc-apps.bbappend' (18,737) at 20240724080012699 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-budget/Kconfig' (18,738) at 20210307214928850 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_gpu.h' (18,739) at 20210307214927986 2025-03-14 03:00:46.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-bone.dts' (18,740) at 20210308005002560 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/rcu/RCU+sync+read.litmus' (18,741) at 20210309003648432 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit_302.bb' (18,742) at 20241221090017532 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/bpf-event.c' (18,743) at 20240405153232235 to deleted uid set 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu.h' (18,744) at 20241211090212518 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_pci.c' (18,745) at 20220525020653767 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/page.h' (18,746) at 20240405153046341 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/switch/switchtec.c' (18,747) at 20240405153231299 to deleted uid set 2025-03-14 03:00:46.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/Makefile' (18,748) at 20210307214932742 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp936.c' (18,749) at 20210307214931186 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c' (18,750) at 20240405153047169 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/rzn1_a5psw.h' (18,751) at 20240405153230911 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_kms.c' (18,752) at 20240405153048421 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf_common.h' (18,753) at 20240405153232215 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/max3421-hcd.h' (18,754) at 20210307214931478 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (18,755) at 20241206090014218 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0003-check-whether-password-expired-with-pam.patch' (18,756) at 20210307205553946 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/network_manager_main.cpp' (18,757) at 20230802080038882 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb0899_drv.c' (18,758) at 20240405153049297 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/cirrus/ep93xx.h' (18,759) at 20210307214931510 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_nor_lpuart_defconfig' (18,760) at 20210308005003264 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/dnode.c' (18,761) at 20210307214931122 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/MAINTAINERS' (18,762) at 20210308005002948 2025-03-14 03:00:46.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-sl93512r.dts' (18,763) at 20240405153045433 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/of_xilinx_wdt.c' (18,764) at 20240405153231599 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/armadillo-800eva.h' (18,765) at 20210308005003584 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/chromebook_link.dts' (18,766) at 20210308005002860 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/Build' (18,767) at 20240405153232235 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat_0.32.bb' (18,768) at 20220402030015911 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-ebs.rst' (18,769) at 20240405153044941 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/apm-xgene-mdio.txt' (18,770) at 20210307214925370 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/bcm963158.c' (18,771) at 20210308005002940 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/brd.c' (18,772) at 20241211090145397 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-dump.c' (18,773) at 20240906080037528 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb' (18,774) at 20241206090014254 to deleted uid set 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-video.h' (18,775) at 20240405153049529 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0002-add-fallback-parse_printf_format-implementation.patch' (18,776) at 20240413080012651 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql-setup' (18,777) at 20210307205553890 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/quote-1-rs/meson.build' (18,778) at 20241211090212462 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_mbox.c' (18,779) at 20241211090212294 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_qmath.c' (18,780) at 20210307214929818 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/u_f.h' (18,781) at 20210307214930806 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/Makefile' (18,782) at 20240405153046909 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-add.c' (18,783) at 20240405153231947 2025-03-14 03:00:46.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libcupsfilters_2.0.0.bb' (18,784) at 20231126090012797 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/main.c' (18,785) at 20210309003651552 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c' (18,786) at 20241001080013016 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/scsi.rst' (18,787) at 20210307214925470 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/u-boot-spl.lds' (18,788) at 20210308005002860 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c' (18,789) at 20240405153230255 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/watch.hpp' (18,790) at 20230511080024715 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/82xx/km82xx.c' (18,791) at 20240405153230051 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/inventory/inventory-cleanup.bb' (18,792) at 20241206090014286 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h' (18,793) at 20210308005002664 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8900.h' (18,794) at 20210307214932358 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wsproto/run-ptest' (18,795) at 20240413080012663 to deleted uid set 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/systemd/system/mctp-demux.socket' (18,796) at 20210622100026533 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (18,797) at 20240423080013627 2025-03-14 03:00:46.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus.h' (18,798) at 20230925080040109 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/tsb.S' (18,799) at 20210307214926602 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/renesas/Makefile' (18,800) at 20240405153046241 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap4_sdp4430_defconfig' (18,801) at 20210308005003272 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_irq.c' (18,802) at 20240805080013927 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/todo.rst' (18,803) at 20210307214925214 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/r8169_phy_config.c' (18,804) at 20241008080013943 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armsse-cpu-pwrctrl.c' (18,805) at 20241211090212294 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (18,806) at 20230508080011774 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___err_bad_zero_sz_arr.c' (18,807) at 20210307214932642 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/htc.h' (18,808) at 20210307214929730 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.rst' (18,809) at 20241221090017596 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_system_global.h' (18,810) at 20210309003653020 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/boolconv.cocci' (18,811) at 20210307214932138 2025-03-14 03:00:46.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/msmc.c' (18,812) at 20210308005002732 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sdm660.c' (18,813) at 20240405153230231 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/dump.c' (18,814) at 20210308005046257 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/analogbits/wrpll-cln28hpc.c' (18,815) at 20220525020652302 to deleted uid set 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32mp13-overview.rst' (18,816) at 20240405153044973 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/ci/get-binary-toolchains' (18,817) at 20241221090017464 to deleted uid set 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/wb45n.c' (18,818) at 20210308005003016 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/host-cpu.h' (18,819) at 20210927100127393 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/pmu_intel.c' (18,820) at 20240503080014466 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1.json' (18,821) at 20230920080013648 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/delay.c' (18,822) at 20210307214926750 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/device.hpp' (18,823) at 20240817080031292 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/ctype.c' (18,824) at 20210308005003696 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/poll.c' (18,825) at 20240405153231887 to deleted uid set 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/mmp.rst' (18,826) at 20240405153045205 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/cpm.txt' (18,827) at 20210307214925402 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__upon_stopped.hpp' (18,828) at 20240817080036820 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw553x.dts' (18,829) at 20240405153045497 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SDCARD_defconfig' (18,830) at 20210308005003244 2025-03-14 03:00:46.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/README.md' (18,831) at 20230629131804623 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/agheader.c' (18,832) at 20240405153052581 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-plugin-ccreds/0001-configure-Check-for-function-from-libdb-during-confi.patch' (18,833) at 20221003030013281 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts' (18,834) at 20240405153229927 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-rs485.dtso' (18,835) at 20240405153045729 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/basic_api.c' (18,836) at 20240405153054229 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/dwc/local.h' (18,837) at 20240405153232175 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/cpu_sandbox.c' (18,838) at 20210308005003356 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml' (18,839) at 20240517080019498 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powermode.hpp' (18,840) at 20241023080020391 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/s390x.config' (18,841) at 20240405153054381 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend' (18,842) at 20241206090014234 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/Makefile' (18,843) at 20210308005003072 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/aquacomputer_d5next.c' (18,844) at 20240405153048849 2025-03-14 03:00:46.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/fpu.h' (18,845) at 20210307214926110 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io-64-nonatomic-hi-lo.h' (18,846) at 20210309003653848 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-cpc.h' (18,847) at 20210307214926226 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fadump-internal.h' (18,848) at 20240405153046109 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/ebisu.c' (18,849) at 20210308005003032 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/container_image.hpp' (18,850) at 20231024080003368 to deleted uid set 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/fsguard/xfce4-fsguard-plugin_1.1.3.bb' (18,851) at 20231126090012805 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvfxt.c' (18,852) at 20210307214926334 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/Makefile' (18,853) at 20210307214930310 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sdm660.yaml' (18,854) at 20240405153045029 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_3_d.h' (18,855) at 20210307214927686 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/gov_power_allocator.c' (18,856) at 20240405153231495 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/config-fragments/arm64' (18,857) at 20240405153232231 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-arm.c' (18,858) at 20240405153046921 2025-03-14 03:00:46.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vugpu.h' (18,859) at 20240326080039398 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.yaml' (18,860) at 20240405153229763 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/xway_nand.c' (18,861) at 20240405153230879 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ultravisor.h' (18,862) at 20210307214926394 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/i2sbus/i2sbus.h' (18,863) at 20210307214932190 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/Makefile' (18,864) at 20240405153053993 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/scrub/bmap.c' (18,865) at 20240405153231775 to deleted uid set 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb' (18,866) at 20240106090017237 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-arm9tdmi.inc' (18,867) at 20210905000020581 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trace-event-parse.c' (18,868) at 20240405153054209 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/amd_iommu.h' (18,869) at 20241211090212278 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-fonts.inc' (18,870) at 20241206090014258 2025-03-14 03:00:46.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/thread_info_64.h' (18,871) at 20240405153046321 2025-03-14 03:00:46.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/syscall.c' (18,872) at 20241211090212386 to deleted uid set 2025-03-14 03:00:46.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2q-marvell-dmp.dts' (18,873) at 20240405153045585 2025-03-14 03:00:46.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/host/checkstop-monitor.bbappend' (18,874) at 20210812000025162 2025-03-14 03:00:46.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c' (18,875) at 20240617080017398 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_check_power_status.cpp' (18,876) at 20240823080031161 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-set-nicenabled.service.in' (18,877) at 20210617100024963 to deleted uid set 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-sme.h' (18,878) at 20241211090212474 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/peer-states-8.dot' (18,879) at 20240405153044937 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/se.h' (18,880) at 20210307214932262 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fpga.h' (18,881) at 20210308005003648 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb' (18,882) at 20221003030013261 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_inc.h' (18,883) at 20210309003649652 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/subsystem-apis.rst' (18,884) at 20240405153229831 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/st-asc.txt' (18,885) at 20240405153229795 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nyan-big.h' (18,886) at 20210308005003608 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/at91sam9x5.c' (18,887) at 20240405153046769 2025-03-14 03:00:46.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/stm32f4-rcc.h' (18,888) at 20210308005003636 2025-03-14 03:00:46.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_4_2_3_sh_mask.h' (18,889) at 20240405153047833 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/02-Makefile.in.patch' (18,890) at 20230706080014745 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsl/gsl.inc' (18,891) at 20220402030015983 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/cdn-dp-rockchip.txt' (18,892) at 20210307214925306 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_gem.h' (18,893) at 20220525020652831 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_cgroup_link.c' (18,894) at 20240405153054273 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-from-user.png' (18,895) at 20210307205554354 to deleted uid set 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/volatiles.99_vsftpd' (18,896) at 20210307205553822 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6110x.h' (18,897) at 20210307214928642 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mvo.c' (18,898) at 20220429100100946 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch' (18,899) at 20241221090017660 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hid-sensor-ids.h' (18,900) at 20240405153052697 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-cxx.cpp' (18,901) at 20240405153054189 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/Makefile' (18,902) at 20210307214930674 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zfs.h' (18,903) at 20210308005003696 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_mdio.c' (18,904) at 20210308005003440 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lm3533_bl.c' (18,905) at 20240405153052173 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-internal_dev.c' (18,906) at 20240405153053349 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-net.cfg' (18,907) at 20220804030014671 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (18,908) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/transition.h' (18,909) at 20210307214931738 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/ply/lex.py' (18,910) at 20210307205554258 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/network_stability_test.robot' (18,911) at 20240628080017121 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_state_sensor.hpp' (18,912) at 20240819080030259 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/google_accel_oob_unittest.cpp' (18,913) at 20240203090005566 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_dcscm/Kconfig' (18,914) at 20230720080043535 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/tod.h' (18,915) at 20210927100127241 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/xbox_remote.c' (18,916) at 20240405153049521 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/chassis.json' (18,917) at 20240106090013589 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-fru-properties.yaml' (18,918) at 20210307205553674 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-virtual-sensor/test/meson.build' (18,919) at 20231008080027971 to deleted uid set 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/wic/emmc-aspeed.wks.in' (18,920) at 20210307205553674 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/LICENSE' (18,921) at 20220525020545505 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci.c' (18,922) at 20210307214926286 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Suddesjaur' (18,923) at 20210307205553790 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,pm8916-wcd-analog-codec.yaml' (18,924) at 20240405153229799 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml' (18,925) at 20220525020651678 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/autogroup.h' (18,926) at 20210307214931502 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c' (18,927) at 20240405153054357 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-i2c.c' (18,928) at 20240405153049561 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-tvo.yaml' (18,929) at 20240405153045049 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_uid.c' (18,930) at 20210307214931870 2025-03-14 03:00:46.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/MAINTAINERS' (18,931) at 20210308005003016 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb' (18,932) at 20241221090017556 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/regs-rtc.h' (18,933) at 20240405153045681 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-type-dict.out' (18,934) at 20210308005046401 to deleted uid set 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-firefly-beta.dts' (18,935) at 20240405153045561 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/cereal.wrap' (18,936) at 20220408100045889 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h' (18,937) at 20240405153052733 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_seq.c' (18,938) at 20210309003652384 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_MCTPEndpoint.cpp' (18,939) at 20241205090004239 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c' (18,940) at 20240405153051377 2025-03-14 03:00:46.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_attr_leaf.c' (18,941) at 20241023080012895 to deleted uid set 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_mpls.c' (18,942) at 20240405153053361 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/dbus_pcap_loader.js' (18,943) at 20220602030014530 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8195.c' (18,944) at 20240405153051317 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/5.Posting.rst' (18,945) at 20240405153045297 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/medcom-wide.h' (18,946) at 20210308005003604 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs2.h' (18,947) at 20210308005003556 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/relocate.c' (18,948) at 20210308005002884 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c' (18,949) at 20240405153046953 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv04.c' (18,950) at 20210307214927966 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts' (18,951) at 20210307214926022 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/mac_nvram.h' (18,952) at 20230426080043764 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/qos_fuzz.c' (18,953) at 20240906080037568 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ctags_6.1.20241201.0.bb' (18,954) at 20241221090017512 to deleted uid set 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa_4.3.0.bb' (18,955) at 20241221090017488 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/battery.h' (18,956) at 20210308005003680 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/lp3943.txt' (18,957) at 20210307214925358 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi' (18,958) at 20240405153045817 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_pnor_partition_table.h' (18,959) at 20210308005108645 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch' (18,960) at 20230706080014757 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1022ds_32b.dts' (18,961) at 20210307214926346 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/audio-graph.yaml' (18,962) at 20240405153045161 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/acpi-power-state-daemon/meson.build' (18,963) at 20240904080011482 to deleted uid set 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/nrf51_soc.c' (18,964) at 20240906080037192 2025-03-14 03:00:46.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/dir.c' (18,965) at 20240405153231687 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18250.c' (18,966) at 20240405153049533 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecureBootDatabaseCollection.json' (18,967) at 20240619080002952 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml' (18,968) at 20240405153045077 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/esp4.c' (18,969) at 20240805080014051 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_rtalloc.c' (18,970) at 20241023080012899 to deleted uid set 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu.c' (18,971) at 20241211090212522 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_ll2.c' (18,972) at 20240405153050229 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_sub.c' (18,973) at 20210308005046529 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/timer.c' (18,974) at 20240405153045661 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_aspeed.hpp' (18,975) at 20240817080027652 to deleted uid set 2025-03-14 03:00:46.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/MAINTAINERS' (18,976) at 20210308005003024 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch' (18,977) at 20241221090017636 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sm501-regs.h' (18,978) at 20210307214931510 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/hda_dsp_common.h' (18,979) at 20210309003654904 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac3_mac.h' (18,980) at 20240405153231227 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/config' (18,981) at 20240726080012882 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-runtime_14.2.bb' (18,982) at 20241221090017660 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest_install.sh' (18,983) at 20210307214932678 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz' (18,984) at 20210307205554590 to deleted uid set 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/goku_udc.h' (18,985) at 20210307214930814 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/vmlinux.lds.S' (18,986) at 20240628080013977 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/img.c' (18,987) at 20240405153050525 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/nlohmann_json.wrap' (18,988) at 20231208090004940 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pnp.rst' (18,989) at 20210309003648292 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/dma-swiotlb.c' (18,990) at 20240405153046137 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbdisply.c' (18,991) at 20210307214926826 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_bufs_kern.c' (18,992) at 20210307214932118 2025-03-14 03:00:46.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-common.inc' (18,993) at 20241221090017660 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-csky-apb-intc.c' (18,994) at 20240405153049193 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/intc.c' (18,995) at 20210308005045889 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst-core.c' (18,996) at 20240405153054221 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.h' (18,997) at 20210308005003356 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/mtk_iommu_v1.c' (18,998) at 20240520080015155 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/Makefile.target' (18,999) at 20240326080039746 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_devlink.c' (19,000) at 20240405153049953 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-mjpeg-dec.c' (19,001) at 20240405153049473 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.bb' (19,002) at 20241221090017504 to deleted uid set 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mcfmii.c' (19,003) at 20210308005003436 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi' (19,004) at 20240405153046093 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/thread_info.h' (19,005) at 20210307214932742 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/autotools-brokensep.bbclass' (19,006) at 20220910030013385 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/entry.S' (19,007) at 20240405153046021 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-digest.rst' (19,008) at 20210307214925266 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/sisusbvga/Makefile' (19,009) at 20240405153052117 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu.h' (19,010) at 20241211090212326 2025-03-14 03:00:46.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/pmbus_regs.h' (19,011) at 20241211090212362 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-hisi-error.c' (19,012) at 20240405153051233 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/sleep-states.rst' (19,013) at 20210307214925238 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/fpu_helper.c' (19,014) at 20241211090212518 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vmap_stack.h' (19,015) at 20240405153045865 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/README.md' (19,016) at 20231212090013238 to deleted uid set 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/models/wwnr.dot' (19,017) at 20240405153054385 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043_ids.c' (19,018) at 20210308005002556 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk_table.h' (19,019) at 20240405153050669 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/284.out' (19,020) at 20210308005046469 2025-03-14 03:00:46.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irq-gic-v3-its.c' (19,021) at 20241023080012879 to deleted uid set 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.8.bb' (19,022) at 20241206090014242 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/yocto-layer.yml' (19,023) at 20221120040010710 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCVirtualMedia.json' (19,024) at 20240724080002903 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/eth.c' (19,025) at 20240326080039574 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sy8106a.h' (19,026) at 20210308005003688 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stop@.target' (19,027) at 20240321080027598 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvbdev.h' (19,028) at 20240405153052825 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt/meson.build' (19,029) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb' (19,030) at 20241206090014238 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios.bin' (19,031) at 20240326080039614 to deleted uid set 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/resource.c' (19,032) at 20240405153232011 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-sofef00.c' (19,033) at 20240405153230615 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-evb-act8846.dts' (19,034) at 20240405153045561 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/check_signature.c' (19,035) at 20210307214931790 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-opal.c' (19,036) at 20240405153051501 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/.markdownlint.yaml' (19,037) at 20230404080007402 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat_git.bb' (19,038) at 20231126090012857 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ucall.S' (19,039) at 20240405153230039 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/Makefile' (19,040) at 20220525020652526 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device_local.h' (19,041) at 20210307214930542 2025-03-14 03:00:46.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4906.dtsi' (19,042) at 20240405153045717 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml' (19,043) at 20240405153045065 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uv/uv.h' (19,044) at 20210309003649028 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend' (19,045) at 20241221090017468 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/writing_musb_glue_layer.rst' (19,046) at 20210307214925474 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/sockbits.h' (19,047) at 20210308005046089 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32h743-eval_defconfig' (19,048) at 20210308005003280 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/Makefile' (19,049) at 20210307214929298 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.rmobile' (19,050) at 20210308005003296 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/images/obmc-phosphor-image.bbappend' (19,051) at 20210813100029656 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/stlb_regs.h' (19,052) at 20240405153046605 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/utils.cpp' (19,053) at 20220727030018061 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/056.out' (19,054) at 20210308005046441 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/ulpi.c' (19,055) at 20210309003653204 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/hdlcd_crtc.c' (19,056) at 20240405153048357 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/common.py' (19,057) at 20241206090014306 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/misc.c' (19,058) at 20210308005002728 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-dvb.c' (19,059) at 20240405153049469 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/power.c' (19,060) at 20210916100017811 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/crc32.c' (19,061) at 20210308005003420 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-execstack.sh' (19,062) at 20210307205554130 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/pylintrc' (19,063) at 20240906080037444 2025-03-14 03:00:46.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolantConnector.v1_0_2.json' (19,064) at 20240619080002944 to deleted uid set 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga_escape.h' (19,065) at 20240405153048789 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/trace-events' (19,066) at 20230925080039901 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch' (19,067) at 20241221090017680 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/sensor.cpp' (19,068) at 20240904080048947 to deleted uid set 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/tkip.h' (19,069) at 20210307214931994 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,emev2-smu.yaml' (19,070) at 20220525020651666 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/xfrm.h' (19,071) at 20240405153052861 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/per.S' (19,072) at 20240906080037580 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_sysfs.c' (19,073) at 20240405153230539 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-aspeed-i2c-ic.c' (19,074) at 20220627100016994 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/lantiq/fpi-bus.c' (19,075) at 20210307214930442 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml' (19,076) at 20221207040023631 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch' (19,077) at 20210307205554602 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/dtcs033.c' (19,078) at 20210307214928826 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman.c' (19,079) at 20220525020654091 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ppdev.h' (19,080) at 20210307214931654 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-neonbs-glue.c' (19,081) at 20240405153229975 2025-03-14 03:00:46.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_nat.h' (19,082) at 20240405153052865 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-dell-wmi-ddv' (19,083) at 20240405153044913 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Funasdalen_Telestation' (19,084) at 20210307205553782 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/ifupdown_0.8.44.bb' (19,085) at 20241221090017640 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l73.c' (19,086) at 20240405153053577 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv-trace.c' (19,087) at 20240405153049125 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/zones.json' (19,088) at 20241106090019918 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/smp.h' (19,089) at 20210307214926618 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs0_defconfig' (19,090) at 20210308005003248 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-v7m.S' (19,091) at 20240405153045693 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/debugfs.c' (19,092) at 20220913100024309 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/bitfield.h' (19,093) at 20210307214925958 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/salvator-x.dtsi' (19,094) at 20210308005002608 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/detail/async_send_handler.hpp' (19,095) at 20240817080036816 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/tools/gen_facilities.c' (19,096) at 20240405153046305 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/common.py' (19,097) at 20241211090212458 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/checksum.c' (19,098) at 20241211090212394 2025-03-14 03:00:46.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_masks.h' (19,099) at 20240405153046589 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/internal.h' (19,100) at 20240415080012967 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/traces.h' (19,101) at 20240405153050705 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18212.h' (19,102) at 20210307214928798 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini.dtsi' (19,103) at 20240405153045433 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ila/ila_common.c' (19,104) at 20210307214931962 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/misc.py' (19,105) at 20210308005048033 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/util.c' (19,106) at 20220525020654963 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/lsm_cgroup_nonvoid.c' (19,107) at 20240405153054269 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/Makefile.softmmu-target' (19,108) at 20241211090212550 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mt312.c' (19,109) at 20240405153049293 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/code-update.md' (19,110) at 20230316080008330 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramfuc.h' (19,111) at 20210307214927958 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-fix-msgsndnotify-loop.patch' (19,112) at 20210307205553810 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_dcscm/Makefile' (19,113) at 20230720080043535 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc' (19,114) at 20210309003656000 2025-03-14 03:00:46.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/multi_ebb_procs_test.c' (19,115) at 20240405153054361 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,omap2-intc.txt' (19,116) at 20210307214925346 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sockaddr.sh' (19,117) at 20240405153054177 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml' (19,118) at 20240405153229787 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tls-offload-reorder-good.svg' (19,119) at 20210307214925542 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-search-empty.png' (19,120) at 20220105012522971 to deleted uid set 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/trace-enable/trace-enable.bbappend' (19,121) at 20230428080015190 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_init.c' (19,122) at 20240405153047245 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/pic.h' (19,123) at 20240405153046201 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mt7621.c' (19,124) at 20240405153230675 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/ti,da850-vpif.txt' (19,125) at 20210307214925354 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-hisi.c' (19,126) at 20240405153230675 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx8mq_evk_defconfig' (19,127) at 20210308005003260 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_srh.h' (19,128) at 20210307214931650 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/boot/dts/Makefile' (19,129) at 20240405153045933 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-09' (19,130) at 20230114040005626 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APL-1.0' (19,131) at 20210307205554414 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/parrot_r16_defconfig' (19,132) at 20210308005003272 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/feat.h' (19,133) at 20240405153232011 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/psp-sev.h' (19,134) at 20240405153052933 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/UCP1020.h' (19,135) at 20210308005003580 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pypng_0.20220715.0.bb' (19,136) at 20230610080017603 2025-03-14 03:00:46.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/signal.c' (19,137) at 20240906080037360 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mmu_context.h' (19,138) at 20240405153230031 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/early_me.c' (19,139) at 20210308005002856 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/send-error-report' (19,140) at 20210307205554642 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036-board.c' (19,141) at 20210308005002772 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/q_in_vni_veto.sh' (19,142) at 20240405153054301 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x01.h' (19,143) at 20210307214928078 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-core/systemd/systemd_%.bbappend' (19,144) at 20241221090017480 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-vmxcopy.c' (19,145) at 20220525020655227 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/bugs.c' (19,146) at 20241211090145453 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmrvl_main.c' (19,147) at 20240613080016379 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-ipq806x-sata.c' (19,148) at 20240405153051289 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_8_0_enum.h' (19,149) at 20210307214927686 2025-03-14 03:00:46.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Global.interface.yaml' (19,150) at 20210610000035134 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-renesas-irqc.c' (19,151) at 20240405153049205 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm6375.c' (19,152) at 20240405153051349 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/inet6_hashtables.c' (19,153) at 20240405153232035 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projectbuilds-toastertable.html' (19,154) at 20210307205554286 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/vertexcom/Makefile' (19,155) at 20240405153050321 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb' (19,156) at 20241221090017668 to deleted uid set 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/console.h' (19,157) at 20240326080039546 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/controller/vmd.c' (19,158) at 20241216090017721 to deleted uid set 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/scsi-uclass.c' (19,159) at 20210308005003484 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-4a/tune-neoversev1.inc' (19,160) at 20240301090012451 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pl031.c' (19,161) at 20210308005003480 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx6-mipi-csi2.c' (19,162) at 20240405153231471 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.err' (19,163) at 20210308005046409 2025-03-14 03:00:46.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-maple.dts' (19,164) at 20240405153045773 2025-03-14 03:00:46.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drx_driver.h' (19,165) at 20210307214928618 2025-03-14 03:00:46.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst-display.c' (19,166) at 20240405153232243 2025-03-14 03:00:46.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/fsf/include/variant/tie-asm.h' (19,167) at 20210307214926770 2025-03-14 03:00:46.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/bus.c' (19,168) at 20210308005003740 2025-03-14 03:00:46.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c' (19,169) at 20240405153050065 2025-03-14 03:00:46.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_mdb.c' (19,170) at 20240405153053193 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci.h' (19,171) at 20240405153052101 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/cx25840-ir.c' (19,172) at 20240405153049313 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_qs.h' (19,173) at 20210307214929550 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_unit.c' (19,174) at 20220525020653975 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-r5-base-board.dts' (19,175) at 20210308005002592 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/Kconfig' (19,176) at 20210307214927990 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mittadalen' (19,177) at 20210307205553786 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-mba6b.dts' (19,178) at 20240405153045505 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt' (19,179) at 20240405153045013 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kdump.h' (19,180) at 20210307214926382 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2371-0000_defconfig' (19,181) at 20210308005003272 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/m-nocp.decode' (19,182) at 20230426080043856 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ZPL-2.0' (19,183) at 20210307205554426 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64.inc' (19,184) at 20210905000020581 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_tegra.c' (19,185) at 20240405153231535 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.gitignore' (19,186) at 20210505000128990 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/test_loaddata.py' (19,187) at 20240106090017249 2025-03-14 03:00:46.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/pruss_driver.h' (19,188) at 20240405153052777 to deleted uid set 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils_2.43.1.bb' (19,189) at 20241221090017656 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_8xx.h' (19,190) at 20210308005002840 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rva.c.inc' (19,191) at 20241211090212514 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/timebase_helper.c' (19,192) at 20240906080037516 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/fvp-base.md' (19,193) at 20230114040015462 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/Makefile' (19,194) at 20210308005002800 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad7303.yaml' (19,195) at 20220525020651678 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blockgroup_lock.h' (19,196) at 20210307214931362 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/itd1000_priv.h' (19,197) at 20210307214928626 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-hcalls.rst' (19,198) at 20220429100100422 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ix2505v.c' (19,199) at 20240405153049289 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/volatiles.99_vblade' (19,200) at 20210307205553822 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/ccid.h' (19,201) at 20210308005045973 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-rcg.h' (19,202) at 20241216090017693 2025-03-14 03:00:46.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb' (19,203) at 20241206090014298 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/apr.c' (19,204) at 20240405153051765 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon-tacoma/obmc/gpio/phosphor-power-supply-0.conf' (19,205) at 20210307205553702 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a779x-u-boot.dtsi' (19,206) at 20210308005002604 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/file.c' (19,207) at 20240830080013307 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/pwrseq.h' (19,208) at 20210307214929934 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/mac802154_hwsim.c' (19,209) at 20240405153050337 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-voipac-bsb.dts' (19,210) at 20240405153045493 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/altr,rst-mgr.yaml' (19,211) at 20240405153229795 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/restapi.py' (19,212) at 20220125040024447 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/kallsyms.c' (19,213) at 20210308005003228 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-array.out' (19,214) at 20241211090212542 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lpss-pci.c' (19,215) at 20240405153051449 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mmap.c' (19,216) at 20240405153054197 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_upd161704.c' (19,217) at 20210716100030019 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/speed.c' (19,218) at 20210308005002548 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-suzuran.dts' (19,219) at 20240405153045769 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-pcm-pdc.c' (19,220) at 20240710080014617 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-prtrvt.dts' (19,221) at 20240405153045501 2025-03-14 03:00:46.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-at91-slave.c' (19,222) at 20240624080012780 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/stresstest.c' (19,223) at 20240405153049713 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/rv_reactors.c' (19,224) at 20240405153053061 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/amd-ccp.txt' (19,225) at 20210307214925298 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/mcs_spinlock.h' (19,226) at 20220525020654711 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/current.h' (19,227) at 20240405153046065 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rv1126.c' (19,228) at 20240405153230239 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/fdarray.c' (19,229) at 20240405153054165 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/chipsec/chipsec_1.9.1.bb' (19,230) at 20241221090017580 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/phy.txt' (19,231) at 20210307214925378 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb' (19,232) at 20230813080012840 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf' (19,233) at 20231126090012861 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/dmard09.c' (19,234) at 20240405153048933 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-am335x-control.c' (19,235) at 20210309003653264 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkAdapterMetrics.v1_1_0.json' (19,236) at 20240619080002948 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/Kconfig' (19,237) at 20210308005002980 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/power_off_cause_test.cpp' (19,238) at 20240217090030856 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/reset.c' (19,239) at 20210307214926254 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/id.c' (19,240) at 20210927100127661 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ramundberget' (19,241) at 20210307205553790 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sm3_base.h' (19,242) at 20220525020654535 2025-03-14 03:00:46.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-ap325rxa/Makefile' (19,243) at 20210307214926534 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/fuse-tegra.c' (19,244) at 20240405153231455 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/trace.h' (19,245) at 20240405153050609 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-failure.log' (19,246) at 20210309003655972 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml' (19,247) at 20221207040023627 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pathwatchimpl.hpp' (19,248) at 20240904080034451 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fin_ack_lat.c' (19,249) at 20210307214932686 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-edosk7760.c' (19,250) at 20210307214926534 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/magic-number.rst' (19,251) at 20240405153045281 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/libata.h' (19,252) at 20240710080014605 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8350-i2c.c' (19,253) at 20240405153049625 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/mt9m111.txt' (19,254) at 20210307214925350 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/44x.h' (19,255) at 20240405153046089 2025-03-14 03:00:46.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-ld4.c' (19,256) at 20210308005002796 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/bootstrap-3.4.1.min.js' (19,257) at 20231126090012817 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/system_dump_entry.cpp' (19,258) at 20230627080024910 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec/Kconfig' (19,259) at 20210308005002920 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/Kconfig' (19,260) at 20240405153049469 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rotate-event-logs.timer' (19,261) at 20210901000020343 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fru_identity.cpp' (19,262) at 20241002080024870 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/gpr-num.h' (19,263) at 20240405153045937 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-spe-glue.c' (19,264) at 20240405153046097 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ux500/Kconfig' (19,265) at 20240405153045689 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/muxes/i2c-demux-pinctrl.c' (19,266) at 20240405153048925 to deleted uid set 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/spapr_xive.c' (19,267) at 20240906080037244 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/pp_endian.h' (19,268) at 20240405153048337 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/mem.c' (19,269) at 20240405153054169 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3-base.bbclass' (19,270) at 20240301090012451 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/math-emu/math.c' (19,271) at 20240405153046317 2025-03-14 03:00:46.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.h' (19,272) at 20210307214930570 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_fru.h' (19,273) at 20210308004938820 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/Makefile' (19,274) at 20210308005002776 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835.dtsi' (19,275) at 20240405153045425 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/mid_bios.c' (19,276) at 20240405153048425 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh' (19,277) at 20220612030016755 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/src.c' (19,278) at 20240405153231387 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_procfs.c' (19,279) at 20240405153231579 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_sysbus.c' (19,280) at 20241211090212342 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-htvec.c' (19,281) at 20240405153230751 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-bl-43.dts' (19,282) at 20240405153045525 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_hest_ghes.rst' (19,283) at 20210308005045805 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (19,284) at 20240426080018064 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/runqslower/runqslower.c' (19,285) at 20240405153054041 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ddp.c' (19,286) at 20240405153230971 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Make-ts-module-external.patch' (19,287) at 20210307205553990 2025-03-14 03:00:46.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/watch.c' (19,288) at 20210307214926262 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.h' (19,289) at 20240405153047249 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/memory.txt' (19,290) at 20240405153045285 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/string.c' (19,291) at 20210308005003712 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Dover' (19,292) at 20210307205553794 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.c' (19,293) at 20210307214930542 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clock.h' (19,294) at 20210308005002660 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/conf/layer.conf' (19,295) at 20210307205553690 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pvpanic/pvpanic-pci.c' (19,296) at 20240613080016427 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/disable_warning_urllib.py' (19,297) at 20221209040018567 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso/compat_barrier.h' (19,298) at 20240405153045865 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan.h' (19,299) at 20240405153050109 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tqma6b.dtsi' (19,300) at 20240405153045505 2025-03-14 03:00:46.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-sprd.txt' (19,301) at 20210307214925442 2025-03-14 03:00:46.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c' (19,302) at 20210309003651644 to deleted uid set 2025-03-14 03:00:46.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/elog-errors.hpp' (19,303) at 20240817080031288 2025-03-14 03:00:46.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/dma.c' (19,304) at 20210309003648852 2025-03-14 03:00:46.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/catch-syscalls.py' (19,305) at 20240906080037576 2025-03-14 03:00:46.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h' (19,306) at 20220525020653163 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stellaris.c' (19,307) at 20240906080037196 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/boot0.h' (19,308) at 20210308005002640 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/Makefile' (19,309) at 20210307214927786 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/ubx.c' (19,310) at 20240405153047069 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-timechart.c' (19,311) at 20240405153054101 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/iconnect.h' (19,312) at 20210308005003596 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-read-ber.rst' (19,313) at 20210309003648480 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/inplace-byteswaps.cocci' (19,314) at 20210308005046237 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9v111.c' (19,315) at 20240405153049321 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mp.c' (19,316) at 20210308005003212 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptctl.h' (19,317) at 20210307214928994 2025-03-14 03:00:46.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/src/pam_ipmicheck/meson.build' (19,318) at 20230804080023531 to deleted uid set 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_dg.h' (19,319) at 20210307214932270 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/roms/Makefile' (19,320) at 20240906080037440 to deleted uid set 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/xilinx/Makefile' (19,321) at 20240405153046873 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/volatile-binds.service.in' (19,322) at 20231126090012857 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_ecn.h' (19,323) at 20210307214931650 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/dmabuf-heaps/dmabuf-heap.c' (19,324) at 20240913080013869 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8400-private.h' (19,325) at 20210307214931438 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/drop_ntpdate_chk.patch' (19,326) at 20220721030015849 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mroute.h' (19,327) at 20210309003653992 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6323/core.h' (19,328) at 20210307214931430 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/piix.c' (19,329) at 20241211090212290 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/crg.h' (19,330) at 20210307214926974 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c' (19,331) at 20240405153230607 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/Makefile' (19,332) at 20240405153054325 2025-03-14 03:00:46.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/sec_firmware_ppa.its' (19,333) at 20210308005003332 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/Makefile' (19,334) at 20210307214929574 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_aspeed.c' (19,335) at 20220802100038577 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/cpu_info.c' (19,336) at 20210308005002552 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/catc.c' (19,337) at 20240405153050373 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/processor.h' (19,338) at 20240405153045625 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/Makefile' (19,339) at 20210308005003040 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/musca.rst' (19,340) at 20210308005045809 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_mman.h' (19,341) at 20230925080039949 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/ap-cpu-clk.c' (19,342) at 20240405153230219 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/bcm47xxnflash.h' (19,343) at 20210307214929218 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irq.h' (19,344) at 20240405153231815 2025-03-14 03:00:46.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen8_engine_cs.h' (19,345) at 20240405153048481 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc83xx.h' (19,346) at 20240405153230051 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pci_link.c' (19,347) at 20240405153046641 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/Kconfig' (19,348) at 20240405153049561 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/cve-exclusion_6.12.inc' (19,349) at 20241221090017688 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-periph-s10.c' (19,350) at 20240405153046845 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb' (19,351) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs2.rules' (19,352) at 20210616125333493 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/denx.bmp' (19,353) at 20210308005003768 to deleted uid set 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/Kconfig' (19,354) at 20240405153045973 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/vpci.c' (19,355) at 20220525020654339 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/README.md' (19,356) at 20240618080025501 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/iterators/device_node_continue.cocci' (19,357) at 20240405153053441 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/create-spdx.bbclass' (19,358) at 20241221090017612 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/0001-Makefile-Use-cp-options-to-preserve-file-mode.patch' (19,359) at 20210307205553802 to deleted uid set 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/python3.patch' (19,360) at 20210307205554578 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-lp3943.txt' (19,361) at 20210307214925318 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_state3.c' (19,362) at 20210307214931806 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/89xdgautostart.sh' (19,363) at 20210307205554590 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.omap-ulpi-viewport' (19,364) at 20210308005003296 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/.clang-format' (19,365) at 20240829080025807 to deleted uid set 2025-03-14 03:00:46.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/rust/kernel/init.rs' (19,366) at 20240503080014518 to deleted uid set 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/vital_handler.hpp' (19,367) at 20210308005346774 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-cpm.h' (19,368) at 20210307214930458 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.h' (19,369) at 20210307214927802 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/misc-ep93xx.h' (19,370) at 20240405153045369 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/ras/ras_event.h' (19,371) at 20240405153052869 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/service-config-manager/meson.options' (19,372) at 20230816080035547 to deleted uid set 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mux-k2g.h' (19,373) at 20210308005002732 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/resume_user_mode.h' (19,374) at 20240405153052789 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r16-nintendo-nes-classic-edition.dts' (19,375) at 20210308005002628 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2080_sd_rcw.cfg' (19,376) at 20210308005002996 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/marvell,pxa2xx-ac97.txt' (19,377) at 20210307214925430 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-fuloong2e.c' (19,378) at 20210307214926282 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-start@.target' (19,379) at 20220301040040081 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/poly1305-glue.c' (19,380) at 20220818100014659 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2600.h' (19,381) at 20220215040051496 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf117.c' (19,382) at 20220525020652971 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/Kconfig' (19,383) at 20240405153049897 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ov7670.txt' (19,384) at 20210307214925350 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethernet/eth.c' (19,385) at 20240503080014510 2025-03-14 03:00:46.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sun6i-prcm.c' (19,386) at 20220525020653347 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-dbx5x0-pinctrl.dtsi' (19,387) at 20240405153045577 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_uli.c' (19,388) at 20240405153046673 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sxsabresd.h' (19,389) at 20210308005003604 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-divider-gate.c' (19,390) at 20220525020652306 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/cxl_downstream.c' (19,391) at 20241211090212314 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/files/ppp-dialin' (19,392) at 20210307205554466 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-regs.h' (19,393) at 20210308005002792 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c' (19,394) at 20210307214929810 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm.c' (19,395) at 20240405153045685 2025-03-14 03:00:46.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8993.h' (19,396) at 20210307214932366 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lis3lv02d/lis3lv02d.c' (19,397) at 20240405153230843 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/Makefile' (19,398) at 20210307214926466 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ebtables-legacy-save' (19,399) at 20241221090017496 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/cache.json' (19,400) at 20240405153054109 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.gitignore' (19,401) at 20220105012522959 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue.net' (19,402) at 20210307205554470 to deleted uid set 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.yaml' (19,403) at 20240405153045181 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/leds/Makefile' (19,404) at 20210307214932486 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c' (19,405) at 20210307214927950 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-device-test.c' (19,406) at 20220429100100938 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gpio.h' (19,407) at 20210308005002668 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kiiminki' (19,408) at 20210307205553766 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/Makefile' (19,409) at 20210308005003004 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/userfaultfd_k.h' (19,410) at 20240405153231847 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/rzg2l-thermal.yaml' (19,411) at 20240405153045177 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/process.c' (19,412) at 20240405153230039 2025-03-14 03:00:46.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yarl_1.18.0.bb' (19,413) at 20241221090017564 to deleted uid set 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/cacheflush.h' (19,414) at 20240405153230147 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/generic-radix-tree.h' (19,415) at 20240405153231811 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-s922x-bananapi-m2s.dts' (19,416) at 20240405153045713 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/affinity.h' (19,417) at 20240405153052789 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vsock_addr.c' (19,418) at 20220525020654923 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/pasid.h' (19,419) at 20240405153230743 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/microchip-ksz.h' (19,420) at 20210307214931478 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/errors.h' (19,421) at 20210307214930598 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt' (19,422) at 20210307214925418 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h' (19,423) at 20240405153047117 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/Kconfig' (19,424) at 20240405153229983 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-gnss' (19,425) at 20240405153044917 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/phc_vclocks.c' (19,426) at 20240405153232015 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/local.conf.sample' (19,427) at 20241221090017476 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/tools/be_byteshift.h' (19,428) at 20210307214932478 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/mcu.h' (19,429) at 20210307214929898 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt6351.txt' (19,430) at 20210307214925430 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dexcr/.gitignore' (19,431) at 20240405153054357 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power9-cpu/blocklist.json' (19,432) at 20210307205554062 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-ipf.h' (19,433) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/s390x-softmmu/default.mak' (19,434) at 20240906080037160 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/Kconfig' (19,435) at 20220525020653619 2025-03-14 03:00:46.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (19,436) at 20240316080012480 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/Makefile' (19,437) at 20240405153231455 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-apl-fails.txt' (19,438) at 20240405153230531 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/trace.h' (19,439) at 20210307214926430 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ptest.patch' (19,440) at 20241221090017648 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0001-Handle-logging-syscall.patch' (19,441) at 20231126090012773 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/msi/msi.c' (19,442) at 20240710080014597 to deleted uid set 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9261ek.h' (19,443) at 20210308005003584 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml' (19,444) at 20240405153229787 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/udc/Makefile' (19,445) at 20210308005003508 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml' (19,446) at 20240405153045113 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml' (19,447) at 20240405153045173 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8960.dtsi' (19,448) at 20240405153229895 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dccp.h' (19,449) at 20210307214931630 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage3_trace_output.h' (19,450) at 20240405153052901 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/Makefile' (19,451) at 20210308005003028 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/free-space-tree.h' (19,452) at 20240405153052285 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/Kconfig' (19,453) at 20210308005003044 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c' (19,454) at 20240405153048681 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm-v1.h' (19,455) at 20230310090043283 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/common.c' (19,456) at 20210308005002944 2025-03-14 03:00:46.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JsonSchemaFile_v1.xml' (19,457) at 20240619080002928 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/galaxy/Makefile' (19,458) at 20210307214932218 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2835_peripherals.h' (19,459) at 20240906080037328 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-aspeed.c' (19,460) at 20240405153231371 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-core.c' (19,461) at 20241018080014490 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/dbus-sensors/wait-host0-state-ready.conf' (19,462) at 20241213090035006 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/starfive,jh7110-tdm.yaml' (19,463) at 20240405153045169 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/coroutine.hpp' (19,464) at 20241217090453707 to deleted uid set 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs2-gentil.dts' (19,465) at 20210308005002632 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE03' (19,466) at 20210307214932714 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-NTSC-center-frequencies-8VSB' (19,467) at 20210307205553754 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kernel/traps.c' (19,468) at 20240830080013243 to deleted uid set 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_modeset_lock.h' (19,469) at 20240405153048457 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/pinctrl.h' (19,470) at 20240405153052765 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-mixed-kv1.bconf' (19,471) at 20220525020655111 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-audio-sync.c' (19,472) at 20210307214927030 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/privcmd.h' (19,473) at 20210307214930982 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/stack_var_off.c' (19,474) at 20220525020655195 2025-03-14 03:00:46.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig' (19,475) at 20210308005003236 2025-03-14 03:00:46.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-hooks.h' (19,476) at 20210307214932602 2025-03-14 03:00:46.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_rss.h' (19,477) at 20240405153049945 2025-03-14 03:00:46.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/avf/virtchnl.h' (19,478) at 20241211090145533 2025-03-14 03:00:46.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-plug-in' (19,479) at 20241107090014377 to deleted uid set 2025-03-14 03:00:46.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-enna' (19,480) at 20211006000025238 2025-03-14 03:00:46.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-var-dvk-om44.dts' (19,481) at 20240405153045605 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/uncore-interconnect.json' (19,482) at 20240405153054133 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_host_console_sub_menu.robot' (19,483) at 20240628080017113 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/db1550.c' (19,484) at 20240405153230007 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb' (19,485) at 20220402030016039 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb' (19,486) at 20240302090018210 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb' (19,487) at 20231126090012801 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iocontext.h' (19,488) at 20240405153052709 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/fault.c' (19,489) at 20240913080013769 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/extable.h' (19,490) at 20210307214926214 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/omap_usb_phy.c' (19,491) at 20210308005003520 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu_init.c' (19,492) at 20210308005002800 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selections-common.rst' (19,493) at 20210309003648500 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/perf.c' (19,494) at 20240906080037548 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-settings.inc' (19,495) at 20210812000025262 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/power-supply@68.conf' (19,496) at 20240904080027734 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hostlogger' (19,497) at 20221213040024897 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rpm-traces.c' (19,498) at 20210307214931778 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/readings.cpp' (19,499) at 20231228090030524 to deleted uid set 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/alpha-softmmu.mak' (19,500) at 20230925080039837 2025-03-14 03:00:46.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso.ld' (19,501) at 20240326080039562 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mediatek,mtk-cirq.yaml' (19,502) at 20240405153045085 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/atomic.h' (19,503) at 20240405153046065 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kfunc_call_test.c' (19,504) at 20240405153054269 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/snvs_lpgpr.c' (19,505) at 20240405153231279 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-ws.c' (19,506) at 20230925080040109 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_signal.h' (19,507) at 20221215040039202 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb' (19,508) at 20231126090012785 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/utility.hpp' (19,509) at 20230825080027869 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/common.c' (19,510) at 20241023080012895 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml' (19,511) at 20240405153045141 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/altera.c' (19,512) at 20210308005003372 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/other.json' (19,513) at 20240405153054133 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/__init__.py' (19,514) at 20240405153232215 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/meson_config.h.in' (19,515) at 20240723080006032 2025-03-14 03:00:46.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/126' (19,516) at 20220429100100890 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/fpga.c' (19,517) at 20210308005003052 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_nic.h' (19,518) at 20240405153051601 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/Makefile' (19,519) at 20210308005003008 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/xattr.c' (19,520) at 20241008080014003 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/macro.h' (19,521) at 20210308005002680 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/brcm,bcm63xx-power.yaml' (19,522) at 20240405153045137 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig' (19,523) at 20210308005003240 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/STG4000InitDevice.c' (19,524) at 20240405153052197 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-mv78460.dtsi' (19,525) at 20240405153045453 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-mtrace.inc' (19,526) at 20210812000025326 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7100.dtsi' (19,527) at 20240405153230063 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt' (19,528) at 20210307214925394 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/blake2b-neon-glue.c' (19,529) at 20220525020651878 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/sh7785lcr.h' (19,530) at 20210307214926558 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/arm-device.c' (19,531) at 20210307214930978 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/test_power_operation.robot' (19,532) at 20220201040016329 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/acl.c' (19,533) at 20240405153052389 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/props.h' (19,534) at 20240405153052289 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-fix-parallel-build.patch' (19,535) at 20210307205553810 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/atasound.c' (19,536) at 20210307214926138 2025-03-14 03:00:46.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/io.h' (19,537) at 20240405153054049 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_uvc.h' (19,538) at 20210307214930802 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps6594.h' (19,539) at 20240405153052733 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/contrib.patch' (19,540) at 20210528000029699 to deleted uid set 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/Kconfig' (19,541) at 20210308005002996 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hardirq.h' (19,542) at 20220525020651946 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch' (19,543) at 20220618030015190 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/parport.h' (19,544) at 20210307214926670 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hda.h' (19,545) at 20240405153053613 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/fanctl/fan_control.c' (19,546) at 20210308004922932 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-ts.c' (19,547) at 20240405153049377 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/pathgentest/grouptwo.yaml' (19,548) at 20221209040030339 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-thread-pointer.h' (19,549) at 20220804100016152 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/md5-asm.S' (19,550) at 20220804100015888 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/lib/call_o32.S' (19,551) at 20210307214926206 2025-03-14 03:00:46.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb' (19,552) at 20230520080014504 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-csr.h' (19,553) at 20240405153050529 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_audio_component.h' (19,554) at 20240405153052629 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/Makefile' (19,555) at 20240405153048993 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle.err' (19,556) at 20210308005046409 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/conf_space_header.c' (19,557) at 20240405153231603 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-intel-plat.c' (19,558) at 20241125090012251 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/spl.c' (19,559) at 20210308005003016 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/omap1-soc.h' (19,560) at 20240405153052797 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x04.c' (19,561) at 20210307214928082 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/synth.c' (19,562) at 20240405153230163 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pinnacle-grey.c' (19,563) at 20210307214928782 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/ipc.h' (19,564) at 20240405153232107 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/bus.json' (19,565) at 20240405153054113 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/target/target_core_fabric.h' (19,566) at 20240405153052889 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb' (19,567) at 20230114040015550 to deleted uid set 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy/power-supply-policy.yaml' (19,568) at 20210307205553698 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_handler.cpp' (19,569) at 20240821080001891 to deleted uid set 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-unknown.out' (19,570) at 20210308005046401 to deleted uid set 2025-03-14 03:00:46.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_s_qb.c' (19,571) at 20210308005046501 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hackrf/Makefile' (19,572) at 20210307214928842 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (19,573) at 20220128040018736 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rv1108-evb.dts' (19,574) at 20210308005002608 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/compress_offload.h' (19,575) at 20240405153052949 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/relocs.c' (19,576) at 20240405153045989 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ib62x0_defconfig' (19,577) at 20210308005003260 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/unwinder.c' (19,578) at 20240405153046061 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2.dtsi' (19,579) at 20240405153045601 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/b76e3c578f1e9f582e9c28f50d82b1f569602075.patch' (19,580) at 20241206090014254 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_privacy_screen_consumer.h' (19,581) at 20240405153052637 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb' (19,582) at 20220402030015975 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8mp.c' (19,583) at 20220525020653875 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/adc.h' (19,584) at 20210308005002720 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/build_utility.c' (19,585) at 20240405153053037 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__then.hpp' (19,586) at 20240731080033662 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/ovs_flow.yaml' (19,587) at 20240405153045229 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/arm-binary-toolchain.inc' (19,588) at 20230813080012840 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/continuous-integration-and-kas.md' (19,589) at 20241206090014206 2025-03-14 03:00:46.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc@.service.in' (19,590) at 20220212040021782 to deleted uid set 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h' (19,591) at 20210308005002664 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/can/c_can/c_can_platform.c' (19,592) at 20240405153230895 to deleted uid set 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/Makefile' (19,593) at 20240405153046037 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfadd.c' (19,594) at 20240405153046085 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/ccid2.h' (19,595) at 20210307214931922 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/sysfs.c' (19,596) at 20240405153050441 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/thread_info.h' (19,597) at 20240405153045861 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/insn64.decode' (19,598) at 20221215040039322 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg3ff.c' (19,599) at 20210307214928094 2025-03-14 03:00:46.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/Makefile.am.include' (19,600) at 20210308005108645 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/arizona/registers.h' (19,601) at 20210307214931426 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-copyleft-var' (19,602) at 20241221090017616 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c' (19,603) at 20210308005002968 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.h' (19,604) at 20240405153047281 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/emif-asm-offsets.c' (19,605) at 20210309003650400 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun8i-mbus.c' (19,606) at 20210307214927030 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sata' (19,607) at 20210308005003296 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/mc.c' (19,608) at 20210308005003432 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipher.c' (19,609) at 20241211090212226 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb' (19,610) at 20241221090017544 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/sit.c' (19,611) at 20240415080012995 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_qm_tensor_0_regs.h' (19,612) at 20240405153046589 2025-03-14 03:00:46.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb' (19,613) at 20241221090017512 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb' (19,614) at 20220618030015166 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/pipeline.json' (19,615) at 20240405153232223 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-yones-toptech-bs1078-v2.dts' (19,616) at 20240405153045385 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/dir.c' (19,617) at 20240405153052541 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_errno_defs.h' (19,618) at 20210927100127281 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpacpi/rsparser.c' (19,619) at 20240405153231351 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/bitset.c' (19,620) at 20241216090017789 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c' (19,621) at 20240405153230383 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/harma/post_desc.json' (19,622) at 20240111090006002 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/meson.build' (19,623) at 20240906080037156 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (19,624) at 20241206090014278 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fb_mmc.h' (19,625) at 20210308005003648 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass' (19,626) at 20230627080016966 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/root.c' (19,627) at 20210308005003356 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts' (19,628) at 20240405153229919 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FDK-AAC' (19,629) at 20241221090017616 2025-03-14 03:00:46.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_kern.c' (19,630) at 20240405153054249 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc2007.h' (19,631) at 20220525020653187 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c' (19,632) at 20240830080013283 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6115-dispcc.h' (19,633) at 20240405153052645 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c' (19,634) at 20240805080013947 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_udp.c' (19,635) at 20240405153053325 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi' (19,636) at 20210307214926010 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild' (19,637) at 20240405153230611 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-berr.c' (19,638) at 20240405153046053 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/index.rst' (19,639) at 20240405153045205 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/gdbstub.c' (19,640) at 20240906080037540 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kexec/config' (19,641) at 20210307214932678 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/time.h' (19,642) at 20240405153045941 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/misc/sdp.txt' (19,643) at 20210308005003328 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/.clang-tidy' (19,644) at 20240926080014009 2025-03-14 03:00:46.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/.gitignore' (19,645) at 20210307214926650 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_netdev.c' (19,646) at 20240405153050257 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/flush.c' (19,647) at 20240405153229915 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/inet_connection_sock.c' (19,648) at 20241211090145549 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/pgtable-64.c' (19,649) at 20240405153230015 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend' (19,650) at 20240402080012066 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/Makefile' (19,651) at 20210307214926342 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Firestone.py' (19,652) at 20220728030041559 to deleted uid set 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/nitro_enclaves/.gitignore' (19,653) at 20220525020654935 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-mv784mp-gp.h' (19,654) at 20210308005003592 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c' (19,655) at 20240405153230359 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/gp_padctrl.h' (19,656) at 20210308005002672 2025-03-14 03:00:46.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/ucmpdi2.c' (19,657) at 20210307214926610 2025-03-14 03:00:46.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/string.c' (19,658) at 20240405153053101 2025-03-14 03:00:46.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-svs.c' (19,659) at 20240405153051761 2025-03-14 03:00:46.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/cpu-info.c' (19,660) at 20210308005002792 2025-03-14 03:00:46.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_xive.h' (19,661) at 20240906080037336 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/sysfs.c' (19,662) at 20240405153231959 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb' (19,663) at 20241221090017548 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/can/index.rst' (19,664) at 20240405153045233 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/toggle-filter.scss' (19,665) at 20210308005107073 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/genalloc.c' (19,666) at 20240405153231947 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/xilinx_emaclite.c' (19,667) at 20210308005003448 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gunicorn/run-ptest' (19,668) at 20240301090012431 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/.clang-format' (19,669) at 20240820080027366 to deleted uid set 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/k3_fit_atf.sh' (19,670) at 20210308005003764 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/mux.h' (19,671) at 20210307214927022 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/sbs,sbs-battery.yaml' (19,672) at 20220525020651706 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/231.out' (19,673) at 20210927100127497 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgk208.fuc5' (19,674) at 20210307214927938 2025-03-14 03:00:46.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/lshrdi3.c' (19,675) at 20210307214926170 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/midi.c' (19,676) at 20240405153054025 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/registers.h' (19,677) at 20210309003654908 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/atomic.h' (19,678) at 20240405153046001 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-mount.service.in' (19,679) at 20241207090017671 to deleted uid set 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Makefile.perf' (19,680) at 20240405153232219 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext2.rst' (19,681) at 20240405153045201 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/armv7m_nvic.h' (19,682) at 20240906080037332 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1200fb.h' (19,683) at 20210307214926218 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/external-scm.rst' (19,684) at 20230114040015514 to deleted uid set 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/devtree.c' (19,685) at 20241211090145369 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.yaml' (19,686) at 20210307214925294 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/configure.ac' (19,687) at 20210308005117617 2025-03-14 03:00:46.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/178.out.qcow2' (19,688) at 20230925080040089 2025-03-14 03:00:46.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/mlx5_ifc.h' (19,689) at 20240919080017078 2025-03-14 03:00:46.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/agent.c' (19,690) at 20210307214928370 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/sti/reset-syscfg.h' (19,691) at 20210307214930206 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/Makefile' (19,692) at 20220525020653435 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-lynx.c' (19,693) at 20240405153050349 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/alternative.c' (19,694) at 20240405153230063 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wl1273.c' (19,695) at 20240405153053817 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/Kbuild' (19,696) at 20210307214927946 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/aspeed-hace-crypto.c' (19,697) at 20240405153230255 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/arbitrary-int-1-rs/meson.build' (19,698) at 20241211090212462 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/lz4.c' (19,699) at 20210307214926802 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/visconti_wdt.c' (19,700) at 20240405153052245 2025-03-14 03:00:46.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_driver.h' (19,701) at 20210308005003676 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/mpc8569mds.c' (19,702) at 20210308005002980 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/sysfs-pci.rst' (19,703) at 20240405153044929 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/user_sdma.c' (19,704) at 20240405153230707 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/Makefile' (19,705) at 20210308005003384 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h' (19,706) at 20240405153051973 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/crop/crop_1.0/ia_css_crop_param.h' (19,707) at 20210307214930554 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-fe-tuner.c' (19,708) at 20210307214928598 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_fw_if.h' (19,709) at 20240405153046581 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/utils.c' (19,710) at 20210307214932054 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-sgtl5000.c' (19,711) at 20240405153053933 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ds1287.h' (19,712) at 20210307214926214 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov8858.c' (19,713) at 20240405153049333 2025-03-14 03:00:46.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_attach.c' (19,714) at 20240405153054385 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_upgrade.txt' (19,715) at 20210308005002924 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-axg.c' (19,716) at 20240405153231323 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/buildstats-summary.bbclass' (19,717) at 20220910030013389 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunsab.h' (19,718) at 20210307214930762 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/ptrace.h' (19,719) at 20210308005002804 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-omap-usb2.c' (19,720) at 20240405153231315 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/cf.c' (19,721) at 20240906080037232 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-udoo.dts' (19,722) at 20240405153045505 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig' (19,723) at 20210308005003264 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/Kconfig' (19,724) at 20240405153230923 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ti_qspi_dra_test' (19,725) at 20210308005003300 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6348.h' (19,726) at 20210308005003588 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/Makefile' (19,727) at 20240405153049177 2025-03-14 03:00:46.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ocelot-spi.c' (19,728) at 20240405153049613 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_gem.c' (19,729) at 20240405153048785 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/s390x/ucall.h' (19,730) at 20240405153232267 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/Makefile' (19,731) at 20210307214930582 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_aldebaran.c' (19,732) at 20240405153230315 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/bcm6838-pinctrl.txt' (19,733) at 20210308005003304 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/tvnv17.h' (19,734) at 20210307214927898 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/fw_common.c' (19,735) at 20210309003651808 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml' (19,736) at 20221207040023627 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/table.h' (19,737) at 20240405153051881 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb' (19,738) at 20241221090017560 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hostfs/hostfs_user.c' (19,739) at 20240805080014019 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/diag318_test_handler.c' (19,740) at 20240405153054317 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/m4/m4_%.bbappend' (19,741) at 20210307205554386 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pim4328.c' (19,742) at 20240405153048869 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/sbi.c' (19,743) at 20240405153230071 2025-03-14 03:00:46.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/MSS_Egress_registers.h' (19,744) at 20210307214929306 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.h' (19,745) at 20210308005003436 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/303' (19,746) at 20221215040039366 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_pci_common.h' (19,747) at 20240405153052233 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-dns320.dts' (19,748) at 20240405153045457 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/msgbuf.h' (19,749) at 20210307214926394 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbr.c' (19,750) at 20210308005046505 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led' (19,751) at 20210309003648256 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_bamboo.py' (19,752) at 20241211090212542 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml' (19,753) at 20240405153045181 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qmp-cmds-control.c' (19,754) at 20230426080043796 2025-03-14 03:00:46.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/meson.build' (19,755) at 20240906080037312 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/hda_codec.c' (19,756) at 20240405153232131 to deleted uid set 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitfield.h' (19,757) at 20210308005003656 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-trigger-netdev' (19,758) at 20240405153044917 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/debian/pool/main/m/minicom/index.html' (19,759) at 20220204040022572 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_s1810c.c' (19,760) at 20240405153054025 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/bluestone_defconfig' (19,761) at 20210309003648872 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/dma-controller.yaml' (19,762) at 20240405153045053 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_agp_backend.c' (19,763) at 20240405153048773 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8990.c' (19,764) at 20240405153053877 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/docutils.conf' (19,765) at 20210307214925454 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/Kbuild' (19,766) at 20240405153046501 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-idt3243x.c' (19,767) at 20240405153047077 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-eval-v3.dtsi' (19,768) at 20240405153045529 2025-03-14 03:00:46.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/gcc.py' (19,769) at 20220910030013397 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/altera_tse.c' (19,770) at 20210308005003424 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a100.c' (19,771) at 20240405153046853 to deleted uid set 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/jitterentropy.c' (19,772) at 20240405153230159 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql.pam' (19,773) at 20210307205553890 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/.gitattributes' (19,774) at 20210307205554226 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/zoned.c' (19,775) at 20241018080014554 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/heartbeat.h' (19,776) at 20220525020654475 2025-03-14 03:00:46.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_logic_defconfig' (19,777) at 20210308005003272 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/macfb.c' (19,778) at 20240405153231587 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mfd/syscon.c' (19,779) at 20240405153230839 to deleted uid set 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/powerpc-hcalls.py' (19,780) at 20210307214932570 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/Makefile' (19,781) at 20210307214932514 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq5018.c' (19,782) at 20240405153231331 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v6_0.h' (19,783) at 20210307214927250 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/t4fw_api_stor.h' (19,784) at 20210307214930302 2025-03-14 03:00:46.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br.rules' (19,785) at 20230622080014098 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/base/regmap/regmap.c' (19,786) at 20241216090017693 to deleted uid set 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch' (19,787) at 20230503080014579 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/raspi-utils/raspi-utils_git.bb' (19,788) at 20241221090017572 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/osdep_intf.h' (19,789) at 20210309003653096 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (19,790) at 20240106090017229 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/MAINTAINERS' (19,791) at 20210308005003016 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb' (19,792) at 20241221090017544 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/README' (19,793) at 20210308005046393 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/reset.c' (19,794) at 20210307214926294 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.h' (19,795) at 20210309003649656 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/sctop-record' (19,796) at 20210307214932566 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%/ibm-ac-server/obmc/power_control' (19,797) at 20221129040014411 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_pmu.c' (19,798) at 20210307214927862 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/Kconfig' (19,799) at 20210308005003024 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/breakpoints/Makefile' (19,800) at 20210307214932662 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/scu_info.c' (19,801) at 20220322030058584 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/Kconfig' (19,802) at 20210308005003488 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/abi.h' (19,803) at 20210307214926210 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/audio-graph-card.c' (19,804) at 20240405153232175 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-zero-page.c' (19,805) at 20241211090212390 2025-03-14 03:00:46.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_perf_data_converter_json.sh' (19,806) at 20240405153232231 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml' (19,807) at 20240405153229787 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/examples.rst' (19,808) at 20210307205554322 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/roles/intel-xhci-usb-role-switch.c' (19,809) at 20240405153052129 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/mbox.h' (19,810) at 20210308005002848 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/channel.c' (19,811) at 20240405153051949 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/byteorder.h' (19,812) at 20210307214926066 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb' (19,813) at 20220921030015990 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/xor_32.h' (19,814) at 20240405153046321 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Santiago_de_Compostela' (19,815) at 20210307205553766 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-iot.dts' (19,816) at 20240405153229891 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/serial.h' (19,817) at 20210307214931354 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb' (19,818) at 20241206090014258 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/builtin-check.c' (19,819) at 20240405153054073 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/bitmap.c' (19,820) at 20240405153231695 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c' (19,821) at 20240405153047241 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_simple_kms_helper.c' (19,822) at 20240405153048409 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch' (19,823) at 20241221090017684 to deleted uid set 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RedfishExtensions_v1.xml' (19,824) at 20240824080002934 2025-03-14 03:00:46.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/129.out' (19,825) at 20210308005046449 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_mad.h' (19,826) at 20210307214928442 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/symbols.c' (19,827) at 20240405153054173 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/sifive,ccache0.yaml' (19,828) at 20240405153045021 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/async_pf.h' (19,829) at 20210307214932746 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/jl2005bcd.c' (19,830) at 20240405153049565 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_table_check.rst' (19,831) at 20240820080014161 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear.c' (19,832) at 20240405153051369 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi.h' (19,833) at 20240405153046581 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-inject_git.bb' (19,834) at 20241221090017540 to deleted uid set 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c' (19,835) at 20240429080012420 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_device.h' (19,836) at 20220525020654003 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/gov_fair_share.c' (19,837) at 20240405153231495 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/tw5864.h' (19,838) at 20210307214928718 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/Makefile' (19,839) at 20210308005002976 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/kfence/core.c' (19,840) at 20240405153231963 to deleted uid set 2025-03-14 03:00:46.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/nuvoton,npcm7xx-reset.h' (19,841) at 20210307214931346 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/siox/Makefile' (19,842) at 20210307214930430 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/file-io.cpp' (19,843) at 20240724080006311 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/da8xx-fb.c' (19,844) at 20240405153231583 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_mixer.h' (19,845) at 20210307214932274 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch' (19,846) at 20210307205553994 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/smp.c' (19,847) at 20240405153046201 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/Makefile' (19,848) at 20210307214929910 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/ialloc.c' (19,849) at 20240405153231767 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/0001-Add-a-note-line-to-the-quick-reference.patch' (19,850) at 20241206090014298 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf' (19,851) at 20241221090017464 to deleted uid set 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-io-rewind.c' (19,852) at 20240405153049245 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/kqid.c' (19,853) at 20210307214931230 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-inline.h' (19,854) at 20240405153231947 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml' (19,855) at 20240405153045053 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-orangepi-win.dts' (19,856) at 20210308005002616 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/Makefile' (19,857) at 20240405153052537 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/connector/cn_test.c' (19,858) at 20210307214932126 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/clearfog_gt_8k_defconfig' (19,859) at 20210308005003252 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Krompachy' (19,860) at 20210307205553794 2025-03-14 03:00:46.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm11351.dtsi' (19,861) at 20240405153229871 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/clk-da8xx-cfgchip.h' (19,862) at 20210307214931474 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cerberus_1.3.5.bb' (19,863) at 20231011080016582 to deleted uid set 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm28155-ap.dts' (19,864) at 20240405153229871 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/siliconmitus,sm5502-muic.yaml' (19,865) at 20240405153229763 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/zii,rave-sp-wdt.txt' (19,866) at 20210307214925454 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/wrperfmon.h' (19,867) at 20210307214925650 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgrp_local_storage.c' (19,868) at 20240405153054249 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/dcu_sii9022a.c' (19,869) at 20210308005002960 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-scsi.h' (19,870) at 20240326080039542 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-block-manager.c' (19,871) at 20240405153049257 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/seq_file.h' (19,872) at 20240405153054049 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/Makefile' (19,873) at 20210308005002988 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-setup.c' (19,874) at 20210309003648856 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_project_config_page.py' (19,875) at 20240106090017249 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.errors.yaml' (19,876) at 20210610000035106 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/COPYING.MIT' (19,877) at 20210307205553686 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/stacktrace.c' (19,878) at 20240405153045357 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/lmac_common.h' (19,879) at 20241211090145461 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sbrmi.c' (19,880) at 20240405153048873 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func1.c' (19,881) at 20240405153054277 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/irq_service.h' (19,882) at 20210307214927310 2025-03-14 03:00:46.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-az6007-cardlist.rst' (19,883) at 20210307214925230 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7743-sk-rzg1m.dts' (19,884) at 20240405153045549 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-queue-length.rst' (19,885) at 20210307214925222 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-acpi-intel-match.h' (19,886) at 20240613080016507 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.c' (19,887) at 20210308005003348 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/usb-network.bbappend' (19,888) at 20241206090014278 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-mmio.c' (19,889) at 20240405153045893 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/siox/siox-bus-gpio.c' (19,890) at 20220525020654087 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/suni.h' (19,891) at 20210307214926886 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/check_config.sh' (19,892) at 20240405153054329 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqbypass.h' (19,893) at 20210307214931410 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/bmc_intf.h' (19,894) at 20210308004938832 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/dbus_watcher.hpp' (19,895) at 20240820080027370 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/policy.c' (19,896) at 20220525020653071 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/fou6.c' (19,897) at 20210307214931962 2025-03-14 03:00:46.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/crypto.c' (19,898) at 20210308005002788 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h' (19,899) at 20240405153048789 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-loadavg-001.c' (19,900) at 20210309003656016 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_debugfs.c' (19,901) at 20240628080014005 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_cp.h' (19,902) at 20240405153051525 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag.bb' (19,903) at 20241206090014274 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64.yml' (19,904) at 20210307205554110 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/hw_breakpoint.c' (19,905) at 20240405153231907 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/gen/net/poettering/meson.build' (19,906) at 20240920080030747 to deleted uid set 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/CVE-2023-3758.patch' (19,907) at 20241221090017576 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h' (19,908) at 20220525020653739 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/uart.c' (19,909) at 20240405153051181 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-mixx-defs.h' (19,910) at 20210307214926234 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_sysfw_ovmf.c' (19,911) at 20220429100100470 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/syscall.h' (19,912) at 20210307214926322 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/clear_user.S' (19,913) at 20210307214925866 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3060-i2c.c' (19,914) at 20240405153053677 2025-03-14 03:00:46.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm3-avx-asm_64.S' (19,915) at 20240405153046365 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_bcm6345.c' (19,916) at 20210308005003484 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_win_int.h' (19,917) at 20210308005045725 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/io.cpp' (19,918) at 20230511080043139 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/-bmc-gbmcbrncsidhcp.netdev' (19,919) at 20210929000024374 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-airoha/airoha.c' (19,920) at 20240405153045633 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/tps65090.c' (19,921) at 20210308005003472 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/namei.c' (19,922) at 20240405153231767 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/port_range_occ.sh' (19,923) at 20240405153232263 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-wega-rdk.dts' (19,924) at 20240405153045589 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/yama/Kconfig' (19,925) at 20210307214932186 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dw.h' (19,926) at 20240405153231459 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Activation/meson.build' (19,927) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/byteorder.h' (19,928) at 20210307214926394 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/spi.h' (19,929) at 20210308005002676 2025-03-14 03:00:46.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count2' (19,930) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/tegra_nand.c' (19,931) at 20240405153230879 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_mbox.h' (19,932) at 20240405153049397 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_l2_main.c' (19,933) at 20240405153051533 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/libfcoe.h' (19,934) at 20210307214930314 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ti-lmu-register.h' (19,935) at 20210307214931434 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/NFIT.dimmpxm' (19,936) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos5433-clock.yaml' (19,937) at 20240405153045029 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/run-ptest' (19,938) at 20241221090017676 to deleted uid set 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/101.out' (19,939) at 20210308005046445 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/geode/net5501.c' (19,940) at 20220525020652194 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/xor_vmx_glue.c' (19,941) at 20240405153046181 2025-03-14 03:00:46.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/cve-2022-33065.patch' (19,942) at 20231126090012865 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-at91-pio4.c' (19,943) at 20240405153231327 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/blink/leds-lgm-sso.c' (19,944) at 20240405153049217 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReport.v1_5_2.json' (19,945) at 20240824080002938 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr-a10.h' (19,946) at 20210308005003640 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/tizen_logo_16bpp_gzip.h' (19,947) at 20210308005003716 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/platform.h' (19,948) at 20240405153046221 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/remote-console-window-controller.html' (19,949) at 20210308005107077 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/sleeper.S' (19,950) at 20210307214926186 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/file.c' (19,951) at 20240405153231787 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2832_sdr.c' (19,952) at 20240405153049293 2025-03-14 03:00:46.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm963148.dts' (19,953) at 20240405153045433 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5475EVB.h' (19,954) at 20210308005003576 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/motorola-cpcap-mapphone.dtsi' (19,955) at 20240405153045601 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/byteorder.h' (19,956) at 20210307214926166 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pcie.hpp' (19,957) at 20240819080030263 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca501.c' (19,958) at 20240405153049569 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/exchange-bmc-os-info.service.redhat' (19,959) at 20210308004938816 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/ingenic-ipu.h' (19,960) at 20210309003649784 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/Kconfig' (19,961) at 20240405153231663 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/io.h' (19,962) at 20240405153231047 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/network/phosphor-network_%.bbappend' (19,963) at 20241206090014222 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-ssh.patch' (19,964) at 20210307205553810 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (19,965) at 20240523080012333 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/recipedetails.js' (19,966) at 20210307205554282 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service' (19,967) at 20230128040012702 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c' (19,968) at 20240405153047201 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/253' (19,969) at 20210927100127497 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-topseed.c' (19,970) at 20210307214928102 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos3250-pmu.c' (19,971) at 20210307214930446 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ti,drv2665.txt' (19,972) at 20210307214925338 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch' (19,973) at 20241221090017676 2025-03-14 03:00:46.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/ascii_string.cpp' (19,974) at 20220323030042607 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/modules.rst' (19,975) at 20220429100100414 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/minerva-fan.yaml' (19,976) at 20240316080012480 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg' (19,977) at 20240405153044925 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c' (19,978) at 20240405153230567 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6slevk_defconfig' (19,979) at 20210308005003268 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imgtec_xilfpga.h' (19,980) at 20210308005003596 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key' (19,981) at 20210307205554466 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/trace.h' (19,982) at 20210308005046269 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9rl.dtsi' (19,983) at 20210308005002572 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/ddr.c' (19,984) at 20210308005002980 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf_gen_internal.h' (19,985) at 20240405153054057 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/mt7629-clk.h' (19,986) at 20210308005003632 2025-03-14 03:00:46.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/MAINTAINERS' (19,987) at 20210308005002908 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi-tlv.h' (19,988) at 20240405153050409 to deleted uid set 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/dataplane/xen-block.c' (19,989) at 20240906080037204 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_realtek.h' (19,990) at 20210307214930878 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-i8255.h' (19,991) at 20240405153047077 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/libfdt_env.h' (19,992) at 20210307214932142 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/init' (19,993) at 20210307205553974 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pch_refclk.c' (19,994) at 20240405153230559 2025-03-14 03:00:46.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_debugfs.c' (19,995) at 20210307214928110 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_0.h' (19,996) at 20240405153048349 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/dove.c' (19,997) at 20240405153045653 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra124-car-common.h' (19,998) at 20210307214931338 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/opcodes-sec.h' (19,999) at 20210307214925854 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/hpwdt.rst' (20,000) at 20240405153045333 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h' (20,001) at 20220525020652498 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/relocate-modules.patch' (20,002) at 20241221090017640 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/crash_dump.c' (20,003) at 20240405153046253 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbh29.c' (20,004) at 20210307214928630 2025-03-14 03:00:46.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_xen.c' (20,005) at 20240405153231507 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/compatibility.rst' (20,006) at 20240906080037172 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/nmi.h' (20,007) at 20210307214926246 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/amipcmcia.h' (20,008) at 20210307214926158 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial_2.17.bb' (20,009) at 20241221090017636 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.interface.yaml' (20,010) at 20221207040023627 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/Kconfig' (20,011) at 20240405153050545 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/modify_return.c' (20,012) at 20240405153232259 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_switchdev.c' (20,013) at 20240405153050173 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_rawcopy_plugin.wks.in' (20,014) at 20230401080011959 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/migration.json' (20,015) at 20241211090212450 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/interrupts.c' (20,016) at 20210308005002848 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usbdevice_fs.h' (20,017) at 20210307214931534 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/hisilicon,hip07-sec.txt' (20,018) at 20210307214925298 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/sdio_mcu.c' (20,019) at 20240405153231235 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-redboot/bootstrap.S' (20,020) at 20240405153046501 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600-dcscm_defconfig' (20,021) at 20230720080043539 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_breadcrumbs_types.h' (20,022) at 20220525020652887 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/i8254.c' (20,023) at 20240405153046445 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/repair.c' (20,024) at 20240405153231775 2025-03-14 03:00:46.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/clear_page.S' (20,025) at 20240405153230095 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.yaml' (20,026) at 20240405153045093 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/init.h' (20,027) at 20210308005002796 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/ksi8560.c' (20,028) at 20240405153230051 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v4.5.c' (20,029) at 20240405153050345 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7110-pll.yaml' (20,030) at 20240405153229759 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/max34451.c' (20,031) at 20240906080037296 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-virtualenv_20.26.6.bb' (20,032) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra114_spi.c' (20,033) at 20210308005003496 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x01_hardware.h' (20,034) at 20240405153048805 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/core.c' (20,035) at 20240613080016411 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/common.h' (20,036) at 20240405153049045 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/utils.h' (20,037) at 20240405153232283 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c' (20,038) at 20220525020652819 2025-03-14 03:00:46.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rds.h' (20,039) at 20210307214931658 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/121' (20,040) at 20220429100100890 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch' (20,041) at 20241221090017660 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/ublk_drv.c' (20,042) at 20241211090145397 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1088aqds.h' (20,043) at 20210308005003600 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfsd/nfs2acl.c' (20,044) at 20240405153052433 to deleted uid set 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/powergate.h' (20,045) at 20210308005002672 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-bio-prison-v1.h' (20,046) at 20240405153049241 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_filter_test.h' (20,047) at 20210307214931782 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/check-headers.sh' (20,048) at 20240405153232223 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/uaccess.h' (20,049) at 20240405153054389 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/Makefile' (20,050) at 20210308005002544 2025-03-14 03:00:46.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/imx/Makefile' (20,051) at 20240405153231451 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-mips.rst' (20,052) at 20230426080043664 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/qbman-portal.c' (20,053) at 20240405153051757 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/checkundef.sh' (20,054) at 20210307214926614 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/mpqemu-link.h' (20,055) at 20210927100127241 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-mcb' (20,056) at 20210307214925194 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_util.hpp' (20,057) at 20230625080025863 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/Makefile' (20,058) at 20240405153051197 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5686.c' (20,059) at 20240405153048977 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/devkit8000.h' (20,060) at 20210308005003592 2025-03-14 03:00:46.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/i9xx_plane.c' (20,061) at 20240405153048433 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2.h' (20,062) at 20240405153049825 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-core/packagegroup/packagegroup-core-security.bbappend' (20,063) at 20220612030016735 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c' (20,064) at 20241023080012875 to deleted uid set 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_common.h' (20,065) at 20240405153230971 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/lowlevel_init_ca15.S' (20,066) at 20210308005002768 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_cpu.h' (20,067) at 20210308005046097 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strcat.S' (20,068) at 20240405153229859 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/Makefile' (20,069) at 20210308005003088 2025-03-14 03:00:46.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/kgdb_stubs.c' (20,070) at 20210308005003228 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/mchp48l640.c' (20,071) at 20240405153230867 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-shx3.c' (20,072) at 20210307214926566 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_nest3.decode' (20,073) at 20210308005046389 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_init.h' (20,074) at 20240405153047245 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/Makefile' (20,075) at 20210307214927038 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/helpers.h' (20,076) at 20220525020655235 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_driver.h' (20,077) at 20210309003650212 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/efx_common.c' (20,078) at 20240405153050281 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/s390x-internal.h' (20,079) at 20230426080043920 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/caddy2_defconfig' (20,080) at 20210308005003252 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_eq_qb.c' (20,081) at 20210308005046501 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cpt_hw_types.h' (20,082) at 20240405153046961 2025-03-14 03:00:46.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/BootSettingsStore.js' (20,083) at 20241004080035963 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/rockchip/rockchip_i2s_tdm.c' (20,084) at 20240710080014621 to deleted uid set 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_drv.h' (20,085) at 20210307214928038 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/kvm-window-controller.html' (20,086) at 20210308005107077 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml' (20,087) at 20240405153045073 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Process/meson.build' (20,088) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb' (20,089) at 20241221090017520 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/test.h' (20,090) at 20210308005003628 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/backing-dev.c' (20,091) at 20240405153231959 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/psoc_global_conf_regs.h' (20,092) at 20240405153046577 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/.clang-format' (20,093) at 20211029100036564 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_info.c' (20,094) at 20240405153231579 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1254_revA_defconfig' (20,095) at 20210308005003288 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-rt2880.c' (20,096) at 20240405153051321 2025-03-14 03:00:46.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest' (20,097) at 20240309090012808 to deleted uid set 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/arm_scsi.h' (20,098) at 20240405153051569 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml' (20,099) at 20240405153229787 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/parallel.c' (20,100) at 20240906080037208 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/hash-64k.h' (20,101) at 20240405153046101 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/hwprobe.rst' (20,102) at 20240405153229827 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml' (20,103) at 20240405153229755 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/sifive_gpio.c' (20,104) at 20241211090212274 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/Kconfig' (20,105) at 20210307214929378 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service' (20,106) at 20210307205554058 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/rc80211_minstrel_ht.c' (20,107) at 20240405153053297 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/debugfs.c' (20,108) at 20240405153053385 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/paste.rs' (20,109) at 20240405153232099 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-GCC-exception' (20,110) at 20210307205554422 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/fsl,scu.yaml' (20,111) at 20240405153045057 2025-03-14 03:00:46.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscall_n64.tbl' (20,112) at 20241211090212378 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ad7793.h' (20,113) at 20210309003653884 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/a2ul16riser.json' (20,114) at 20220601030005857 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/Makefile' (20,115) at 20220525020652827 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/Kconfig' (20,116) at 20240405153230755 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-bpf.c' (20,117) at 20240405153054041 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x08_hardware.h' (20,118) at 20240405153048805 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/local.conf.sample' (20,119) at 20241221090017472 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/arm/index.rst' (20,120) at 20240405153045325 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/builtin.h' (20,121) at 20240405153054077 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb14p.rst' (20,122) at 20220525020651786 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi' (20,123) at 20240405153045785 2025-03-14 03:00:46.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-cpus.dtsi' (20,124) at 20240405153045569 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-twl4030-usb.c' (20,125) at 20240405153231315 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/0001-Replace-stat64-with-stat.patch' (20,126) at 20230114040015534 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch' (20,127) at 20241221090017672 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch' (20,128) at 20230706080014757 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/059_change_size.dts' (20,129) at 20210308005003752 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-r-ccu.h' (20,130) at 20210307214931350 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/ibm-dbus-interfaces.pc.in' (20,131) at 20210308005117617 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/sign_ipk.bbclass' (20,132) at 20220910030013393 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/malta_qemu_32r6_defconfig' (20,133) at 20240405153230007 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/219' (20,134) at 20210927100127493 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vesafb.c' (20,135) at 20240812080017248 2025-03-14 03:00:46.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/trace-events' (20,136) at 20240326080039430 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-v4l2.h' (20,137) at 20240405153052833 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service' (20,138) at 20210307205553718 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/vexpress-config.yaml' (20,139) at 20240405153045017 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/syscalls_64.c' (20,140) at 20240405153046497 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-sld8.c' (20,141) at 20210308005002796 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio.c' (20,142) at 20210307214930538 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-amdpt.c' (20,143) at 20240405153047073 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/s390x/uvdevice/config' (20,144) at 20240405153054301 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig' (20,145) at 20210308005003264 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/math.c' (20,146) at 20240405153046181 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/Makefile' (20,147) at 20210308005002708 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/add_unless' (20,148) at 20240405153053433 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/smc.h' (20,149) at 20240405153050329 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/start.S' (20,150) at 20210308005046397 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lspcon.c' (20,151) at 20240405153048457 2025-03-14 03:00:46.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers.c' (20,152) at 20240405153046885 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/Kconfig' (20,153) at 20240405153231323 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/gntdev.c' (20,154) at 20240405153052249 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_debugfs.c' (20,155) at 20240405153231235 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/clockid.c' (20,156) at 20210309003655948 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-elf/Makefile' (20,157) at 20220525020652198 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/sys-cdefs.h' (20,158) at 20231011080016606 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_poweroff.c' (20,159) at 20240405153046753 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/57xx_hsi_bnx2fc.h' (20,160) at 20210307214930294 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/117' (20,161) at 20220429100100890 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_param.h' (20,162) at 20240405153049113 to deleted uid set 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/etcd.inc' (20,163) at 20230602080015084 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/xattr.c' (20,164) at 20240405153052969 2025-03-14 03:00:46.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_w.c' (20,165) at 20210308005046505 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5.dtsi' (20,166) at 20240405153045569 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slip_user.c' (20,167) at 20210726100024655 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-max3355.c' (20,168) at 20240405153047025 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/md/md-cluster.rst' (20,169) at 20240405153045193 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sundsbruk' (20,170) at 20210307205553790 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie-ep.yaml' (20,171) at 20240405153045125 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/conitrace.c' (20,172) at 20210308005003208 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nftlmount.c' (20,173) at 20220525020653407 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_drv.c' (20,174) at 20240405153230639 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/meson.build' (20,175) at 20230815080023508 to deleted uid set 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc1_cfg_regs.h' (20,176) at 20240405153046581 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (20,177) at 20210819000021018 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_core_ctx_axuser_regs.h' (20,178) at 20240405153046601 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/004' (20,179) at 20210927100127473 2025-03-14 03:00:46.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig' (20,180) at 20210308005003248 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/asm-offsets.h' (20,181) at 20210307214926314 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp-standards.svg' (20,182) at 20210308004941072 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/Makefile' (20,183) at 20240405153046873 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/filesystems/sysfs.txt' (20,184) at 20240405153045293 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/suspend-flows.rst' (20,185) at 20210307214925238 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes/meson.build' (20,186) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso/vsyscall.h' (20,187) at 20220525020652042 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2841er_priv.h' (20,188) at 20210307214928614 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netrom/nr_route.c' (20,189) at 20240613080016535 to deleted uid set 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie.yaml' (20,190) at 20240405153045125 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_log.h' (20,191) at 20210307214931646 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/memory.json' (20,192) at 20240405153054137 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_proc.h' (20,193) at 20240405153231475 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb' (20,194) at 20241221090017684 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_ca.c' (20,195) at 20220525020654131 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_multiq.c' (20,196) at 20240624080012832 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/network/phosphor-network/config.json' (20,197) at 20231123090013213 2025-03-14 03:00:46.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-check.svg' (20,198) at 20210308005107065 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/ptrace.h' (20,199) at 20210307214926250 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz' (20,200) at 20210307205554594 to deleted uid set 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/g2d.h' (20,201) at 20240405153049465 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local/file3' (20,202) at 20230114040015526 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_port.c' (20,203) at 20240405153054385 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/machine/ncplite.conf' (20,204) at 20230927080013514 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/common.h' (20,205) at 20240405153054085 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/centos-8-aarch64.ks' (20,206) at 20210308005046541 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/systemintf-sdbus.cpp' (20,207) at 20230513080027502 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/vga-softcursor.rst' (20,208) at 20210307214925242 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/via,vt8500-rtc.txt' (20,209) at 20210307214925418 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/inter_choice/expected_config' (20,210) at 20210307214932154 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/blkif.h' (20,211) at 20240405153052957 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts' (20,212) at 20240710080014573 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decNumberLocal.h' (20,213) at 20220429100100582 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/other.json' (20,214) at 20240405153054141 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-poller.h' (20,215) at 20210307214928470 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-diseqc-send-burst.rst' (20,216) at 20210309003648476 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/linux32.c' (20,217) at 20210307214926254 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/samples/untested.tc' (20,218) at 20210307214932670 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv.h' (20,219) at 20240405153230043 2025-03-14 03:00:46.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-pxs3.c' (20,220) at 20210308005002792 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ipv6_flowlabel.c' (20,221) at 20240405153054345 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/stack.S' (20,222) at 20210307214926750 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/spi.h' (20,223) at 20240405153231867 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pvpanic/pvpanic.h' (20,224) at 20240613080016427 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/item_updater.cpp' (20,225) at 20240820080019550 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' (20,226) at 20241213090035010 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970-u-boot.dtsi' (20,227) at 20210308005002604 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args.tc' (20,228) at 20210309003656000 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/phy.c' (20,229) at 20240405153231251 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/initializers.c' (20,230) at 20210307214930874 2025-03-14 03:00:46.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/pci_regs.h' (20,231) at 20241211090212370 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-axs10x/axs10x.c' (20,232) at 20240405153229863 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2203.conf' (20,233) at 20230606080013598 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/utils.sh' (20,234) at 20220402030016063 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux.yaml' (20,235) at 20240405153045133 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/p17v.h' (20,236) at 20240405153232131 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c' (20,237) at 20220525020655227 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm23550_w1d.h' (20,238) at 20210308005003588 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/README' (20,239) at 20210309003655968 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/bootgraph.8' (20,240) at 20210307214932618 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-sdt.c' (20,241) at 20210307214932470 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ecc-dbus-sel.md' (20,242) at 20221209040006383 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/nop.c' (20,243) at 20240613080016507 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/efi-x86_payload64_defconfig' (20,244) at 20210308005003256 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ovly507e.c' (20,245) at 20240405153048617 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/sysfs.c' (20,246) at 20240405153053957 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4.dtsi' (20,247) at 20210308005002576 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat-macros.h' (20,248) at 20220429100100554 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.h' (20,249) at 20210307214927238 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/ext2-atomic.h' (20,250) at 20210307214931302 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822be.c' (20,251) at 20240405153050657 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcu_segcblist.h' (20,252) at 20240405153052785 2025-03-14 03:00:46.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-clp.h' (20,253) at 20221215040039186 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/wq.c' (20,254) at 20240405153047025 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-isp-video.c' (20,255) at 20240405153049457 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/test/Makefile' (20,256) at 20240405153231955 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/formatter.py' (20,257) at 20241206090014290 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb' (20,258) at 20241206090014298 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/irqflags.h' (20,259) at 20220525020652098 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vector_kern.h' (20,260) at 20240405153046341 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/mamoj.c' (20,261) at 20210308005002940 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sc9836-openphone.dts' (20,262) at 20210307214926050 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Signature.v1_0_3.json' (20,263) at 20240619080002956 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-altera.txt' (20,264) at 20220627100016914 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/sta2x11/sta2x11_vip.h' (20,265) at 20220525020653275 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/OWNERS' (20,266) at 20231222090023227 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/options.c' (20,267) at 20210308005003360 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_lsm.c' (20,268) at 20240405153052977 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/time-sync.c' (20,269) at 20240405153050541 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/fallback_platform.c' (20,270) at 20210309003649180 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra72-evm-revc.dts' (20,271) at 20240405153045601 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb.h' (20,272) at 20210308005002820 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/boot/dts/simple_smp.dts' (20,273) at 20210307214926314 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/mocks/threshold_mock.hpp' (20,274) at 20220412175720090 to deleted uid set 2025-03-14 03:00:46.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/litex/Kconfig' (20,275) at 20220525020653555 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/dma.h' (20,276) at 20210307214927110 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/config2csv.sh' (20,277) at 20240405153054365 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-audio.c' (20,278) at 20210307214928842 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/conntrack_vrf.sh' (20,279) at 20220525020655223 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c' (20,280) at 20220525020652963 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/README' (20,281) at 20220525020652358 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/sdbus.mk' (20,282) at 20210308004922940 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/car.S' (20,283) at 20210308005002860 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.yaml' (20,284) at 20240405153045129 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h' (20,285) at 20210307214929330 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds' (20,286) at 20210308005002548 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_transport.c' (20,287) at 20210309003653124 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-array-empty.out' (20,288) at 20210308005046401 to deleted uid set 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mt8192-gce.h' (20,289) at 20220525020654543 2025-03-14 03:00:46.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CFITSIO' (20,290) at 20241221090017616 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6723.c' (20,291) at 20220525020652358 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/pid.c' (20,292) at 20240405153231915 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.out' (20,293) at 20210308005046405 to deleted uid set 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/clear_hostdumps_poweroff.service' (20,294) at 20230513080025626 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch' (20,295) at 20221120040010722 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/bootm.c' (20,296) at 20210308005002852 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/core.c' (20,297) at 20241125090012259 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/parse-headers.pl' (20,298) at 20210308005002536 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.c' (20,299) at 20240405153048637 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb' (20,300) at 20241221090017536 to deleted uid set 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/FactoryResetStore.js' (20,301) at 20241004080035963 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-schedutils_0.6.bb' (20,302) at 20230114040015486 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mfhi.c' (20,303) at 20210308005046505 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm11/cpu.c' (20,304) at 20210308005002544 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/Makefile-obey-LDFLAGS.patch' (20,305) at 20210307205553834 2025-03-14 03:00:46.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_date_and_time_sub_menu.robot' (20,306) at 20240628080017113 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/srcutree.c' (20,307) at 20240830080013339 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/glue-proc.h' (20,308) at 20210307214925850 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/bcm63138_nand.c' (20,309) at 20240405153230867 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-common.h' (20,310) at 20240906080037324 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-nattis-2-natte-2.dts' (20,311) at 20240405153045465 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clk_synthesizer.h' (20,312) at 20210308005002636 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_mixer.h' (20,313) at 20240405153054013 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-dma-1.dtsi' (20,314) at 20210307214926350 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64-linux-user.mak' (20,315) at 20241211090212222 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-multi-rootfs.wks' (20,316) at 20210307205554634 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/v9fs.h' (20,317) at 20240405153052257 2025-03-14 03:00:46.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/0001-pci-Correct-cast-for-sandbox.patch' (20,318) at 20210308005003772 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_wlan_util.c' (20,319) at 20240405153231487 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils.bbappend' (20,320) at 20241226090016123 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/runlevel.py' (20,321) at 20220910030013401 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/files/transmission-daemon' (20,322) at 20210307205553882 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8909.yaml' (20,323) at 20240405153045025 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP0.interface.yaml' (20,324) at 20220315030032659 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml' (20,325) at 20240405153045153 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service_0.1.bb' (20,326) at 20241206090014298 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ibi.h' (20,327) at 20220525020653083 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgi/fcgi_git.bb' (20,328) at 20220204040022544 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/pwrseqcmd.h' (20,329) at 20210307214929922 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-one.dts' (20,330) at 20210308005002624 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_sriov.c' (20,331) at 20240405153046953 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/record_offcpu.sh' (20,332) at 20240405153232231 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-mmap.rst' (20,333) at 20210309003648476 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm968380gerg_ram_defconfig' (20,334) at 20210308005003252 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c' (20,335) at 20220818100014707 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi' (20,336) at 20240405153229935 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_i2c.h' (20,337) at 20240405153052945 2025-03-14 03:00:46.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/secure_seq.c' (20,338) at 20240405153053225 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand.c' (20,339) at 20210308005003412 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.h' (20,340) at 20240405153049473 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/pegasos_eth.c' (20,341) at 20240405153046209 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-tveeprom.rst' (20,342) at 20210307214925466 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400.c' (20,343) at 20230426080043928 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/Kconfig' (20,344) at 20240405153049473 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/platform.h' (20,345) at 20210307214926186 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/crc.c' (20,346) at 20240405153048613 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html' (20,347) at 20231126090012817 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3288.h' (20,348) at 20210308005002660 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/accel-blocker.h' (20,349) at 20240326080039550 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/device.c' (20,350) at 20241211090145381 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/pn_netlink.c' (20,351) at 20241018080014586 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/Makefile' (20,352) at 20220525020653463 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42xx8.c' (20,353) at 20240405153232147 2025-03-14 03:00:46.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/guts.c' (20,354) at 20240405153051757 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/rateconv' (20,355) at 20220612030016723 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/version.cpp' (20,356) at 20240820080019550 to deleted uid set 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_vdpa.c' (20,357) at 20240405153052233 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-irqfd.c' (20,358) at 20240405153045893 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/devorangefs-req.c' (20,359) at 20210307214931218 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.h' (20,360) at 20240405153047185 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/syscall.h' (20,361) at 20240405153046281 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-q5xr5.dts' (20,362) at 20240405153045465 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/cs42l43.h' (20,363) at 20240405153231819 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77802-regulator.c' (20,364) at 20240405153051465 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCAccountService_v1.xml' (20,365) at 20240907080003164 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/cr_bllcd.c' (20,366) at 20240405153052173 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/088_expand_size.dts' (20,367) at 20210308005003752 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/devfreq-event.h' (20,368) at 20210309003653832 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/modes/interface/isp_const.h' (20,369) at 20240405153051837 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/elf_x86_64_efi.lds' (20,370) at 20210308005002884 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml' (20,371) at 20210307205554070 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-any.json' (20,372) at 20210308005046401 2025-03-14 03:00:46.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_cirrus_common.c' (20,373) at 20240405153053953 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli.c' (20,374) at 20210308005003224 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211hdr.h' (20,375) at 20240405153051953 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ag101p' (20,376) at 20210308005003292 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls/run-ptest' (20,377) at 20230401080011931 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vi.h' (20,378) at 20210309003649440 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ncsi/ncsi-rsp.c' (20,379) at 20240624080012832 to deleted uid set 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/nb4-ser.c' (20,380) at 20210308005003048 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/events.md' (20,381) at 20241217090427543 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/lpc-ich9-test.c' (20,382) at 20221215040039378 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/images/DMTF_Redfish_logo_2017.svg' (20,383) at 20240714080004351 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_dbg.c' (20,384) at 20220525020652226 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/Makefile' (20,385) at 20210308005003024 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/sslh_git.bb' (20,386) at 20221029100011436 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/MAINTAINERS' (20,387) at 20210308005002984 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_scb.c' (20,388) at 20220525020653987 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_escale_base.robot' (20,389) at 20220201040016325 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cthw20k2.h' (20,390) at 20220525020654991 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/Makefile' (20,391) at 20240405153046713 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8112-j493.dts' (20,392) at 20240405153045717 2025-03-14 03:00:46.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi' (20,393) at 20240405153045789 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/net/Kconfig' (20,394) at 20210307214930598 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/setup.c' (20,395) at 20240405153230055 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/am53c974-test.c' (20,396) at 20221215040039366 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpts.h' (20,397) at 20240405153050313 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/bugs_64.c' (20,398) at 20210307214926750 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio-bitbang.h' (20,399) at 20240405153052725 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/pipeline.json' (20,400) at 20240405153054145 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gi-docgen.bbclass' (20,401) at 20230919080013974 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/lltc,ltc294x.yaml' (20,402) at 20240405153045141 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml' (20,403) at 20241211090212202 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb' (20,404) at 20241221090017548 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb' (20,405) at 20221003030013265 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/atomic.h' (20,406) at 20240405153046501 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vdso/vdso.h' (20,407) at 20210726100024651 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/MAINTAINERS' (20,408) at 20210308005003004 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/vb2-trace.c' (20,409) at 20210307214928602 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am69-sk.dts' (20,410) at 20240405153229971 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/xinetd.default' (20,411) at 20210307205554574 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-common.txt' (20,412) at 20210308005003012 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/microchip,rst.yaml' (20,413) at 20240405153045149 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-api-test.inc' (20,414) at 20230317080013781 2025-03-14 03:00:46.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/Makefile' (20,415) at 20210308005002856 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam-proc.c' (20,416) at 20210307214932214 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.1.bb' (20,417) at 20241206090014270 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/urandom_read_lib1.c' (20,418) at 20240405153054289 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-gt5-common.dtsi' (20,419) at 20240405153229939 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/cmdline-partition.rst' (20,420) at 20210307214925250 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2022-0530.patch' (20,421) at 20220721030015881 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/os-Linux/Makefile' (20,422) at 20240405153046493 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/uapi/uapi_helper.h' (20,423) at 20240405153053421 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/tlb.h' (20,424) at 20210307214926310 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dropreason.h' (20,425) at 20240405153231851 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/mc-request.c' (20,426) at 20220525020653267 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/genericirq.rst' (20,427) at 20240405153229751 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-spapr.h' (20,428) at 20221215040039374 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amd-iommu.h' (20,429) at 20240405153231799 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ezusb.h' (20,430) at 20210307214931530 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/pflash_cfi02.c' (20,431) at 20241211090212258 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/janz-cmodio.c' (20,432) at 20240405153049605 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6cuboxi.h' (20,433) at 20210308005003604 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/allwinner-a10.c' (20,434) at 20241211090212246 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/README' (20,435) at 20210308005002976 2025-03-14 03:00:46.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch' (20,436) at 20210307205554590 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/floating-point.json' (20,437) at 20240405153054129 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/q35-virtio-graphical.cfg' (20,438) at 20240326080039402 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/net_ns.c' (20,439) at 20240405153053361 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dqblk_xfs.h' (20,440) at 20220525020654667 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/assembler.h' (20,441) at 20240405153045853 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_scsi.c' (20,442) at 20241211090145489 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi' (20,443) at 20240405153045817 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/locking.rst' (20,444) at 20241008080013887 2025-03-14 03:00:46.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T102xQDS.h' (20,445) at 20210308005003580 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/llcp_commands.c' (20,446) at 20240405153053345 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_pci.h' (20,447) at 20240405153052945 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/adc-uclass.c' (20,448) at 20210308005003332 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml' (20,449) at 20210309003648388 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/mad.c' (20,450) at 20240429080012424 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/host-poweroff.service' (20,451) at 20210307205554094 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio.h' (20,452) at 20240405153231819 2025-03-14 03:00:46.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/iommu_v2.c' (20,453) at 20240405153230739 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_configfs.c' (20,454) at 20240520080015187 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-amd.c' (20,455) at 20240405153231455 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_diag0c.c' (20,456) at 20220525020652094 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch' (20,457) at 20210307205553934 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/brcm,sf2.yaml' (20,458) at 20240405153229779 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/err_common.h' (20,459) at 20210307214925646 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-slist.c' (20,460) at 20210927100127649 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0002-moz.configure-do-not-look-for-llvm-objdump.patch' (20,461) at 20231011080016578 to deleted uid set 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max8998_charger.c' (20,462) at 20210309003652164 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS8.conf' (20,463) at 20240310080021376 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/idprom.c' (20,464) at 20210307214926594 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-add-flow.png' (20,465) at 20210307205554362 to deleted uid set 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TaskCollection.json' (20,466) at 20240619080002956 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0006-common_audio-implement-endianness-conversion-in-wav-.patch' (20,467) at 20210307205553802 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-typec' (20,468) at 20210307214925194 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-haoyu-marsboard.dts' (20,469) at 20240405153045385 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils.inc' (20,470) at 20241206090014334 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtd_uboot.c' (20,471) at 20210308005003408 2025-03-14 03:00:46.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sparc_ksyms.c' (20,472) at 20210307214926602 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/fusb302_reg.h' (20,473) at 20210307214930878 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ina2xx-adc.c' (20,474) at 20240405153230687 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen6_engine_cs.h' (20,475) at 20210309003649744 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_bt.c' (20,476) at 20220525020654695 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.h' (20,477) at 20210309003649432 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_syscall.h' (20,478) at 20221215040039062 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch' (20,479) at 20210307205553990 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/augeas/augeas_1.12.0.bb' (20,480) at 20241221090017532 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts' (20,481) at 20241118090018491 to deleted uid set 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc3-of-simple.c' (20,482) at 20210308005003512 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/dm.c' (20,483) at 20220525020653799 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pisosr.c' (20,484) at 20240405153230307 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,lcc.yaml' (20,485) at 20240405153229759 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.3.rst' (20,486) at 20241221090017596 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/Policies.vue' (20,487) at 20241004080035971 2025-03-14 03:00:46.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/altera_uart.c' (20,488) at 20240405153231511 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mpich2' (20,489) at 20211006000025246 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/seatd/seatd/init' (20,490) at 20241221090017644 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c' (20,491) at 20240405153049425 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/translate.c' (20,492) at 20240906080037508 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/0001-Include-missing-cstdint.patch' (20,493) at 20241221090017472 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun9i-a80-deu.yaml' (20,494) at 20240405153045037 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_midi_emul.c' (20,495) at 20210309003654568 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/atk/at-spi2-core_2.54.0.bb' (20,496) at 20241221090017692 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-at91-usart.c' (20,497) at 20240405153231455 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/ChangeLog' (20,498) at 20210307214930998 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/switch_to.h' (20,499) at 20240405153046249 2025-03-14 03:00:46.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/dmabuf.c' (20,500) at 20240405153048513 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/sdio.c' (20,501) at 20240405153231235 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/events.h' (20,502) at 20240405153050125 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_acpi.c' (20,503) at 20240405153051977 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_devfreq.c' (20,504) at 20240405153048697 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-ds.dts' (20,505) at 20240405153045501 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/locks/call_kern.cocci' (20,506) at 20240405153053441 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/uncore-hha.json' (20,507) at 20240405153054113 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/xor.h' (20,508) at 20210307214926394 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.bb' (20,509) at 20210307205554106 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/tlb.h' (20,510) at 20210307214926314 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/arm-mpcore.h' (20,511) at 20210308005002792 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw551x.dts' (20,512) at 20240405153045501 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/Makefile' (20,513) at 20210308005003048 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/berlin2-pll.c' (20,514) at 20210307214926966 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-2level-types.h' (20,515) at 20210307214925854 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/uninorth-agp.c' (20,516) at 20240405153230199 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/balance.rst' (20,517) at 20240405153045297 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/copy_in_user.S' (20,518) at 20240405153230095 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-ipmi-blobs.wrap' (20,519) at 20230821192414188 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_pci_legacy_dev.c' (20,520) at 20240405153052233 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-of-pxa168.c' (20,521) at 20240405153230219 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/snapshot1.tc' (20,522) at 20240405153054305 2025-03-14 03:00:46.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vhost-user-vga.c' (20,523) at 20221215040039106 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_transport_sas.h' (20,524) at 20240624080012816 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/log_buf.c' (20,525) at 20240405153054253 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-timon.c' (20,526) at 20210307214928846 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/st,stih407-lpc' (20,527) at 20210307214925446 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/usb.rst' (20,528) at 20240906080037180 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/chrpath.bbclass' (20,529) at 20240124090012258 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecureBoot.v1_1_2.json' (20,530) at 20240619080002952 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm200.c' (20,531) at 20240405153048637 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/svc.c' (20,532) at 20240405153053169 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qom/object.h' (20,533) at 20241211090212370 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/bcm2835_ic.h' (20,534) at 20210308005046017 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/expected_stdout' (20,535) at 20210307214932154 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_opcode.c' (20,536) at 20240405153049113 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/input_kapi.rst' (20,537) at 20210307214925514 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/uihelper.py' (20,538) at 20220125040024447 to deleted uid set 2025-03-14 03:00:46.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_parser.h' (20,539) at 20240405153052693 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_events.h' (20,540) at 20240906080037332 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_RF.c' (20,541) at 20220525020654179 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSPL-1.0' (20,542) at 20211006000025242 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_device_path_utilities.c' (20,543) at 20210308005003700 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/sockbits.h' (20,544) at 20210308005046089 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/lantiq,dma-xway.yaml' (20,545) at 20240405153045109 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb' (20,546) at 20220402030016147 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0003-ipvsadm-remove-dependency-on-bash.patch' (20,547) at 20210307205553838 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/seccomp.h' (20,548) at 20210309003653800 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/security.c' (20,549) at 20240405153046973 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch' (20,550) at 20241221090017540 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/lowlevel_init.S' (20,551) at 20210308005003028 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm058_defconfig' (20,552) at 20210308005003272 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/npcm_pspi.c' (20,553) at 20240906080037300 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/lpt.c' (20,554) at 20220525020654495 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-udma.c' (20,555) at 20240805080013967 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c' (20,556) at 20210308005003380 2025-03-14 03:00:46.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/setup.h' (20,557) at 20210308005003044 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/x86-fit-boot.txt' (20,558) at 20210308005003332 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-yavia.dtsi' (20,559) at 20240405153045729 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-pmu-event.c' (20,560) at 20210307214928558 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-off' (20,561) at 20240802080012609 to deleted uid set 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/f75375s.c' (20,562) at 20240405153048853 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/debugfs.c' (20,563) at 20220525020653731 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PostgreSQL' (20,564) at 20210307205554426 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/fpu.c' (20,565) at 20210307214926562 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon-tacoma/obmc/phosphor-fan/phosphor-cooling-type-0.conf' (20,566) at 20210307205553702 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_mtd.c' (20,567) at 20210308005003420 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/ti_handler.hpp' (20,568) at 20230516080019606 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/intctrl.h' (20,569) at 20210308005002800 2025-03-14 03:00:46.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_mw.h' (20,570) at 20210307214927738 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T1040QDS.h' (20,571) at 20210308005003580 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio/mdio-mscc-miim.h' (20,572) at 20240405153052725 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/segmentation-offloads.rst' (20,573) at 20210307214925542 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/event.hpp' (20,574) at 20240822080031261 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/loongson_dma.h' (20,575) at 20240405153053961 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb' (20,576) at 20240302090018210 to deleted uid set 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/spinlock.h' (20,577) at 20210307214926586 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/meson.build' (20,578) at 20241211090212378 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AggregationService.v1_0_3.json' (20,579) at 20240619080002940 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uacce.h' (20,580) at 20240405153052809 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/io-workarounds.h' (20,581) at 20210307214926382 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_hwseq.h' (20,582) at 20220525020652514 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/210' (20,583) at 20220429100100910 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/upcase.c' (20,584) at 20210307214931198 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_ethtool.h' (20,585) at 20210307214929574 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts' (20,586) at 20240405153045465 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/settings' (20,587) at 20210307214932710 2025-03-14 03:00:46.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/Kconfig' (20,588) at 20210307214929298 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvumi.h' (20,589) at 20240405153051673 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_wm8804.c' (20,590) at 20240405153053957 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/elan_i2c_i2c.c' (20,591) at 20210309003650212 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/afe/iio-rescale.c' (20,592) at 20240405153048965 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/boot_linux.py' (20,593) at 20240906080037552 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/silergy,sy8824x.yaml' (20,594) at 20210309003648388 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/vfio.rst' (20,595) at 20240405153229847 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch' (20,596) at 20230706080014757 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/gpio.h' (20,597) at 20210308005002732 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/privcmd.c' (20,598) at 20240913080013821 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/sensor_monitoring.hpp' (20,599) at 20220402030035699 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/mc.h' (20,600) at 20210308005002672 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/kstack.h' (20,601) at 20210307214926594 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/v1.c' (20,602) at 20240405153048653 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/Kconfig' (20,603) at 20240405153049165 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bzip2-1.0.5' (20,604) at 20211006000025246 2025-03-14 03:00:46.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-hummingbird.dts' (20,605) at 20240405153045385 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nf5280m7_baseboard.json' (20,606) at 20240612080005738 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gp_padctrl.h' (20,607) at 20210308005002672 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tricorder_flash_defconfig' (20,608) at 20210308005003284 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mux.c' (20,609) at 20240405153230247 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/Makefile' (20,610) at 20240405153050173 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ioctl.h' (20,611) at 20240405153051901 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/reed_solomon/test_rslib.c' (20,612) at 20240405153053101 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/example_errors_watch.yaml' (20,613) at 20221210040023902 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/altmodes/Kconfig' (20,614) at 20240405153052145 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/threex.c' (20,615) at 20210308005003720 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb' (20,616) at 20231126090012797 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/fence.c' (20,617) at 20240405153048805 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/erst.h' (20,618) at 20230426080043756 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/182.out' (20,619) at 20240326080039730 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-olinuxino.dts' (20,620) at 20240405153045389 2025-03-14 03:00:46.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t43_defconfig' (20,621) at 20210308005003252 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adav80x.c' (20,622) at 20240405153232143 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/udivsi3.S' (20,623) at 20210713000020196 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_el3h.c' (20,624) at 20210307214932634 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/debugfs/Makefile' (20,625) at 20210307214931066 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-schema.err' (20,626) at 20210927100127469 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-net-snmp-add-knob-whether-nlist.h-are-checked.patch' (20,627) at 20240413080012643 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/component_integrity.hpp' (20,628) at 20240918080002704 to deleted uid set 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as102_usb_drv.c' (20,629) at 20240405153049541 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/sdjournal.cpp' (20,630) at 20221005030030502 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power_resources_wakeup' (20,631) at 20210307214925198 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/atom.h' (20,632) at 20220627100016978 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml' (20,633) at 20240405153229771 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/gpio-cfg.h' (20,634) at 20240405153045685 2025-03-14 03:00:46.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.h' (20,635) at 20210307214929810 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_global_conf_masks.h' (20,636) at 20240405153046605 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-hid.c' (20,637) at 20240906080037304 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/nau8825.c' (20,638) at 20240405153053941 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml' (20,639) at 20240405153045037 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.h' (20,640) at 20210307214929302 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/updater.cpp' (20,641) at 20211109010033821 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/guc_capture_fwif.h' (20,642) at 20240405153048505 2025-03-14 03:00:46.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/profiler3.c' (20,643) at 20210309003655984 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hwcap.h' (20,644) at 20240405153045857 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-missing-name.err' (20,645) at 20210308005046405 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.mailmap' (20,646) at 20241211090212202 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/80003es2lan.h' (20,647) at 20210307214929430 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export-US-acknowledgement' (20,648) at 20241221090017616 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-st.c' (20,649) at 20240405153230683 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fou_nl.h' (20,650) at 20240405153053245 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts' (20,651) at 20240405153229931 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/kprobe_event_gen_test.c' (20,652) at 20240405153053061 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/sc27xx-efuse.c' (20,653) at 20240520080015167 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/pistachio-resets.h' (20,654) at 20210307214931346 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/LICENSE' (20,655) at 20210308005346770 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/Kconfig' (20,656) at 20221215040039310 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_phy.h' (20,657) at 20240405153050029 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/sst-ipc.c' (20,658) at 20210309003654912 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-ce-ccm-core.S' (20,659) at 20240405153045845 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/tui/setup.c' (20,660) at 20240405153232235 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-polaroid-mid2407pxe03.dts' (20,661) at 20240405153045389 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts' (20,662) at 20240405153229931 2025-03-14 03:00:46.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c' (20,663) at 20210308005002556 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c' (20,664) at 20240405153230395 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb' (20,665) at 20230131040012031 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/virtual-memory.json' (20,666) at 20240405153054145 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h' (20,667) at 20210307214929362 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tee.h' (20,668) at 20240405153052941 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_5.0.bb' (20,669) at 20241221090017532 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h' (20,670) at 20240405153047145 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi' (20,671) at 20240405153045717 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizbox.dts' (20,672) at 20240405153045465 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/Kconfig' (20,673) at 20210308005002948 2025-03-14 03:00:46.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.0-no-RFN' (20,674) at 20211006000025242 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/ifs.h' (20,675) at 20240815080012891 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aegis128-aesni-glue.c' (20,676) at 20210307214926638 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.c' (20,677) at 20240405153047281 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-colon.json' (20,678) at 20210308005046409 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/cs35l32.h' (20,679) at 20210307214931350 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ipcomp6.c' (20,680) at 20240405153053273 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/checksum_64.S' (20,681) at 20240405153230095 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200eh3.c' (20,682) at 20240405153048573 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/aes_asm.S' (20,683) at 20210307214926574 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0007-plat-corstone1000-Initialize-capsule-update-provider.patch' (20,684) at 20241206090014214 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/dasd-ipl.c' (20,685) at 20241211090212442 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-davinci.h' (20,686) at 20210307214931474 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_2.0.0.bb' (20,687) at 20241221090017668 to deleted uid set 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/fbdev.c' (20,688) at 20240405153230639 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hdac_hda.c' (20,689) at 20240405153232151 2025-03-14 03:00:46.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/OWNERS' (20,690) at 20240202090031204 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/s390x/s390-virtio-ccw.c' (20,691) at 20241211090212330 to deleted uid set 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_vlan_mcast.sh' (20,692) at 20240405153054341 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/mem_helper.c' (20,693) at 20240906080037452 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-vf610.c' (20,694) at 20210308005003460 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c' (20,695) at 20210308005046517 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/Makefile' (20,696) at 20210307214928842 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-log-userspace-transfer.h' (20,697) at 20240405153049245 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/interrupts.c' (20,698) at 20210308005002800 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-mc.c' (20,699) at 20210307214926290 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build' (20,700) at 20230825080021141 to deleted uid set 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_sfb.c' (20,701) at 20240405153053373 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081-buffalo-wzr-900dhp.dts' (20,702) at 20240405153045425 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.2.bb' (20,703) at 20241206090014234 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi_stub.c' (20,704) at 20210308005003700 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/div64.h' (20,705) at 20210524100034870 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/Kconfig' (20,706) at 20220525020654947 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-create-boottime-guard-indicator.service.in' (20,707) at 20230513080022442 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/qp_tables.h' (20,708) at 20240405153047285 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/target_page.h' (20,709) at 20230925080039925 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/stat.h' (20,710) at 20210307214926682 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2820r.h' (20,711) at 20220525020653239 2025-03-14 03:00:46.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/socionext,uniphier-system-cache.yaml' (20,712) at 20240405153045021 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov01a10.c' (20,713) at 20240405153230787 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/multinodecommands.hpp' (20,714) at 20230228040008887 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_message_handler.cpp' (20,715) at 20240822080032141 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pxa-pwm.txt' (20,716) at 20210307214925406 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/helpers.c' (20,717) at 20240405153232095 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/netif.h' (20,718) at 20240405153052957 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_3_sh_mask.h' (20,719) at 20240405153048281 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/055' (20,720) at 20240326080039726 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/example/meson.build' (20,721) at 20210617000051848 to deleted uid set 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic32x4.h' (20,722) at 20240405153232163 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/include/futex2test.h' (20,723) at 20240405153054305 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/README.md' (20,724) at 20240618080033605 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/tftpy_0.8.2.bb' (20,725) at 20230131040012039 2025-03-14 03:00:46.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/CMakeLists.txt' (20,726) at 20241219090010500 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/user-mmap.h' (20,727) at 20240326080039566 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-empty.err' (20,728) at 20210308005046401 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/ctljack.c' (20,729) at 20220525020654963 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/shpchp_sysfs.c' (20,730) at 20240405153051249 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_algs_send.h' (20,731) at 20240405153046957 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5764.c' (20,732) at 20240405153048977 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/dps920ab.rst' (20,733) at 20220525020651734 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/modsi3.S' (20,734) at 20210713000020196 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt6797-clk.h' (20,735) at 20210307214931330 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/base/class.c' (20,736) at 20240405153230183 to deleted uid set 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/psc724.c' (20,737) at 20240405153232135 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-diff-perl/run-ptest' (20,738) at 20231126090012801 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_meta.hpp' (20,739) at 20241123090021035 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/inet_diag.h' (20,740) at 20210309003653848 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/tps6507x.txt' (20,741) at 20210307214925362 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/MAINTAINERS' (20,742) at 20210308005002908 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu-param.h' (20,743) at 20240906080037540 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmdebug.c' (20,744) at 20240405153052469 2025-03-14 03:00:46.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/microchip,pic32.txt' (20,745) at 20210307214925290 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dmc.c' (20,746) at 20240405153230551 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/MAINTAINERS' (20,747) at 20210308005003172 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/leds/nicole-led-manager-config/led.yaml' (20,748) at 20210307205554222 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.h' (20,749) at 20240405153047149 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.h' (20,750) at 20210307214929938 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ea20_defconfig' (20,751) at 20210308005003256 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/system76_acpi.c' (20,752) at 20240405153231343 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d34.dtsi' (20,753) at 20240405153045469 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_super.c' (20,754) at 20240405153231787 to deleted uid set 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi' (20,755) at 20240405153045813 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/console/obmc-console_%.bbappend' (20,756) at 20210812000025162 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink.cpp' (20,757) at 20230701080027201 2025-03-14 03:00:46.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-file.h' (20,758) at 20240906080037340 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootm.c' (20,759) at 20230310090043279 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/051' (20,760) at 20221215040039362 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_adxl.c' (20,761) at 20210307214926822 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/polyval-ce-core.S' (20,762) at 20240405153045849 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Manager/meson.build' (20,763) at 20230825080021133 to deleted uid set 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-brcmstb.c' (20,764) at 20240405153231287 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter_1.2.2-alt1.bb' (20,765) at 20221003030013285 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c' (20,766) at 20220525020652454 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h.dts' (20,767) at 20210309003648756 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/bcu.h' (20,768) at 20210308005003020 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/compar_fn_t.patch' (20,769) at 20210307205553938 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/sc9863a-clk.c' (20,770) at 20210307214927026 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-resize' (20,771) at 20230925080040089 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm95234.rst' (20,772) at 20210309003648428 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch' (20,773) at 20241221090017552 2025-03-14 03:00:46.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (20,774) at 20220311040028855 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86-64.png' (20,775) at 20240309090012816 to deleted uid set 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dns_resolver.h' (20,776) at 20210307214931378 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/podhd.c' (20,777) at 20241011080017411 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_prctl.h' (20,778) at 20220429100100650 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb3.c' (20,779) at 20240326080039474 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/trace_clock.h' (20,780) at 20210307214926394 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_maudio.c' (20,781) at 20210307214932206 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/it8712f_wdt.c' (20,782) at 20220525020654331 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/2004-libavcodec-omx-replace-opt-vc-path-with-usr-lib.patch' (20,783) at 20230114040015502 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/rx.c' (20,784) at 20240405153050517 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/MAINTAINERS' (20,785) at 20210308005003004 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/MAINTAINERS' (20,786) at 20210308005003028 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i3c/master/dw-i3c-master.h' (20,787) at 20240405153048925 to deleted uid set 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sq930x.c' (20,788) at 20210307214928838 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/image/test-imagetools.sh' (20,789) at 20210308005003740 2025-03-14 03:00:46.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/split_page_table_lock.rst' (20,790) at 20240405153229835 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/rds.rst' (20,791) at 20240405153045241 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_ids.h' (20,792) at 20221215040039194 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/lowcore.h' (20,793) at 20240405153046277 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/Kbuild' (20,794) at 20220525020652963 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8226.c' (20,795) at 20240405153051345 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-tpo-td043mtea1.c' (20,796) at 20240405153048697 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/POTFILES' (20,797) at 20210308005046217 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h' (20,798) at 20210308005002640 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_fx6.h' (20,799) at 20210308005003588 2025-03-14 03:00:46.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/ip_tables.c' (20,800) at 20240418080014514 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/sled-cycle.service' (20,801) at 20240316080012480 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/kvm_util_base.h' (20,802) at 20240405153232267 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-network.c' (20,803) at 20240906080037308 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/xterm.h' (20,804) at 20210307214926618 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/netup_unidvb_spi.c' (20,805) at 20210309003650332 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/Kconfig' (20,806) at 20240405153049409 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sigaltstack/Makefile' (20,807) at 20210307214932722 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/cpu.h' (20,808) at 20210308005002644 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ia_css_sc_param.h' (20,809) at 20210307214930562 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-irqchip.c' (20,810) at 20241118090018491 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb' (20,811) at 20241206090014346 2025-03-14 03:00:46.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/xfrm/xfrm_replay.c' (20,812) at 20240405153053417 to deleted uid set 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm6350.yaml' (20,813) at 20240405153045029 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx_dpdma.h' (20,814) at 20210308005046009 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.4.rst' (20,815) at 20241221090017596 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg-g15.c' (20,816) at 20240405153048817 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/isl6405.h' (20,817) at 20210307214928626 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/mvebu/armada-8k-memory.txt' (20,818) at 20210308005003332 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gitannex.py' (20,819) at 20210307205554238 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/cpufreq-bench_script.sh' (20,820) at 20210307214932614 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_is1.dts' (20,821) at 20210308005002612 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/spmi-msm.c' (20,822) at 20210308005003496 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_ptp.h' (20,823) at 20220525020654651 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.dot' (20,824) at 20230629131804619 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilov.c' (20,825) at 20210308005046505 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_mmdc.h' (20,826) at 20210308005003652 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/page.h' (20,827) at 20210309003648676 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_formats.hpp' (20,828) at 20210308005049137 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/links_2.29.bb' (20,829) at 20241221090017540 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Liwest' (20,830) at 20210307205553758 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.json' (20,831) at 20210308005046401 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/early_ioremap.h' (20,832) at 20220525020654531 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,jz4725b-cgu.h' (20,833) at 20240405153052641 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/.clang-format' (20,834) at 20241219090028316 to deleted uid set 2025-03-14 03:00:46.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-watchdog@.service' (20,835) at 20220503030013244 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/hypercalls.rst' (20,836) at 20240405153045329 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/base-files/files/poky/motd' (20,837) at 20240302090018226 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/runstate-check.c' (20,838) at 20210308005046257 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts' (20,839) at 20240719080013345 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-opal.c' (20,840) at 20240405153048909 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemumips64.yml' (20,841) at 20210307205554110 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/errseq.rst' (20,842) at 20210307214925262 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mount.h' (20,843) at 20240405153052741 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-interface.h' (20,844) at 20210307214932206 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/spear3xx_clock.c' (20,845) at 20240405153230243 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc.yaml' (20,846) at 20240405153229759 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-apq8016-flakes.txt' (20,847) at 20240405153230531 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/005' (20,848) at 20210927100127473 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.typeid.hpp.mako' (20,849) at 20230902080037617 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.3.bb' (20,850) at 20240301090012423 to deleted uid set 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/pinned_drop.rs' (20,851) at 20240405153053421 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb' (20,852) at 20241221090017548 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-sysfs/meson.build' (20,853) at 20240805080025236 to deleted uid set 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/brcm,bcm63xx-gpio.yaml' (20,854) at 20240405153045061 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-wpe.c' (20,855) at 20240405153046801 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/kcapi.c' (20,856) at 20240405153049209 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillybus_of.c' (20,857) at 20240405153046769 2025-03-14 03:00:46.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-menf21bmc.c' (20,858) at 20210307214928550 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pcf8563.c' (20,859) at 20210308005003480 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_region_ttm.h' (20,860) at 20240405153048541 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/Makefile' (20,861) at 20210307214932394 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/facebook-linux.inc' (20,862) at 20240727080014102 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/mrc_util.h' (20,863) at 20210308005002860 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/README.md' (20,864) at 20221209040006383 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/udfdecl.h' (20,865) at 20241104090011599 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dst_metadata.h' (20,866) at 20240405153052841 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_version.h' (20,867) at 20210308005003708 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/atmel_spi.c' (20,868) at 20210308005003488 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/thread_info.h' (20,869) at 20240405153046313 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Floda' (20,870) at 20210307205553782 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi' (20,871) at 20240405153229923 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.err' (20,872) at 20210927100127469 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/TODO' (20,873) at 20210307214930602 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h' (20,874) at 20220525020652859 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/bttv.rst' (20,875) at 20240405153044953 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/SRAT.numamem' (20,876) at 20241211090212530 to deleted uid set 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clc.c' (20,877) at 20240326080039746 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/romimage/Makefile' (20,878) at 20210307214926542 2025-03-14 03:00:46.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-cygnus.c' (20,879) at 20240405153046773 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/irq.c' (20,880) at 20210307214926270 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_systemspecific_bios_test.cpp' (20,881) at 20240819080030259 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc52xx_pm.c' (20,882) at 20240405153046197 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/307.out' (20,883) at 20240326080039734 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/sysrq.c' (20,884) at 20240405153230003 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/BSC9132QDS.h' (20,885) at 20210308005003576 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/pic32_uart.c' (20,886) at 20240405153231515 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tarnaby_Ryfjallet' (20,887) at 20210307205553790 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ieee802154.rst' (20,888) at 20240405153045237 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-bio-prison-v1.c' (20,889) at 20240405153049241 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/smc.h' (20,890) at 20210308005002860 2025-03-14 03:00:46.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/e60k02.dtsi' (20,891) at 20240405153045485 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/amd_sfh_hid.h' (20,892) at 20240405153048813 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715-sdca.c' (20,893) at 20240613080016547 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/lib/bpf/usdt.c' (20,894) at 20240405153232215 to deleted uid set 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/gbs-inventory-cleanup/inventory-cleanup.yaml' (20,895) at 20210721000034682 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/8250/8250_dma.c' (20,896) at 20240405153051993 to deleted uid set 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/qcom,i2c-qup.yaml' (20,897) at 20240405153045065 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_0_offset.h' (20,898) at 20210307214927534 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/pxa2xx-i2s.h' (20,899) at 20210307214932402 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/interrupt.c' (20,900) at 20240405153046141 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/bitops.h' (20,901) at 20240405153046349 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cmpxchg_32.h' (20,902) at 20240405153046381 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_ip.c' (20,903) at 20240405153232043 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hestra_Aspas' (20,904) at 20210307205553782 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_vnic.h' (20,905) at 20210307214928446 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.1.rst' (20,906) at 20230114040015518 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/gdbstub.c' (20,907) at 20240906080037528 2025-03-14 03:00:46.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.yaml' (20,908) at 20240405153045073 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_max8997.c' (20,909) at 20210308005003468 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb' (20,910) at 20241221090017548 to deleted uid set 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-forward-visitor.c' (20,911) at 20220429100100738 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/sidtab.h' (20,912) at 20240405153232119 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/sfp-bus.c' (20,913) at 20240617080017394 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/spilib.c' (20,914) at 20240405153051813 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/getline.c' (20,915) at 20210308005003764 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-pca-platform.txt' (20,916) at 20210307214925326 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/0001-setup.py-Use-setuptools-instead-of-distutils.patch' (20,917) at 20220402030016019 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/targethw.h' (20,918) at 20210307214929666 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/.gitignore' (20,919) at 20230914080011145 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_norm.S' (20,920) at 20220525020652186 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml' (20,921) at 20240405153045025 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/042' (20,922) at 20210927100127477 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/canaan/k210-sysctl.c' (20,923) at 20220525020654091 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/libmhash_0.9.9.9.bb' (20,924) at 20241221090017580 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echoaudio.h' (20,925) at 20220525020654991 2025-03-14 03:00:46.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/sdbusplus.wrap' (20,926) at 20230405080009657 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/mtdram.c' (20,927) at 20210307214929210 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vma.c' (20,928) at 20240405153230095 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-omap-dmtimer.c' (20,929) at 20240405153051453 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/irq-r7785rp.c' (20,930) at 20210307214926538 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/xfarray.h' (20,931) at 20240405153231775 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/cache.c' (20,932) at 20240429080012448 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Schleswig-Holstein' (20,933) at 20210307205553766 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-sony.sh' (20,934) at 20240405153054309 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda18271c2dd_maps.h' (20,935) at 20210309003650316 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ashrdi3.c' (20,936) at 20210307214931790 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_console_exec_attach.py' (20,937) at 20210308005003744 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/sdram_config.h' (20,938) at 20210308005003044 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle-c.json' (20,939) at 20210308005046409 2025-03-14 03:00:46.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/pcpu.c' (20,940) at 20240405153231603 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_main.h' (20,941) at 20240405153231031 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst' (20,942) at 20240405153045317 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dfi-bt700.h' (20,943) at 20210308005003592 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/mtd-xip.h' (20,944) at 20210307214925958 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch' (20,945) at 20241221090017644 to deleted uid set 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/config' (20,946) at 20210307214932710 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf-security.rst' (20,947) at 20220525020651650 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/mdp/.gitignore' (20,948) at 20210307214932158 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/cpumask.h' (20,949) at 20240405153054389 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-pinfunc.h' (20,950) at 20240405153045485 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/pcap_user.c' (20,951) at 20210309003648996 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/xgene-rng.c' (20,952) at 20240405153230199 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_iscsi.h' (20,953) at 20240405153050229 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c' (20,954) at 20210308005002828 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/virtio.json' (20,955) at 20240906080037436 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/fixmap.c' (20,956) at 20240405153045901 2025-03-14 03:00:46.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/smaller_maxphyaddr_emulation_test.c' (20,957) at 20240405153054321 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts' (20,958) at 20240405153045817 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig' (20,959) at 20230601080014642 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-mps3.yml' (20,960) at 20241206090014206 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0012-Platform-CS1000-Increase-BL2-partition-size.patch' (20,961) at 20241221090017464 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_pcode.c' (20,962) at 20240405153048541 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml' (20,963) at 20240405153045141 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-nohost.inc' (20,964) at 20211111010015492 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/fdio.cpp' (20,965) at 20241219090033968 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jonkoping_Bondberget' (20,966) at 20210307205553782 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-85bb.dtso' (20,967) at 20240405153045725 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pudasjarvi_Kangasvaara' (20,968) at 20210307205553774 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/brcm,ocotp.txt' (20,969) at 20210307214925382 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity-systemd-hash-x86-64.txt' (20,970) at 20230706080014765 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.memhp' (20,971) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_get_stack_rawtp_err.c' (20,972) at 20210307214932646 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/dma2d/dma2d-regs.h' (20,973) at 20240405153049473 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend_legacy_dvbv3_api.rst' (20,974) at 20210309003648480 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/MAINTAINERS' (20,975) at 20210308005002912 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/pmu.h' (20,976) at 20210307214931438 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tables_csum.h' (20,977) at 20210308005003688 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-loongson-plat.c' (20,978) at 20240405153231463 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm8450.c' (20,979) at 20240405153230235 2025-03-14 03:00:46.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pkeys.h' (20,980) at 20220525020654603 2025-03-14 03:00:46.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/isapnp/compat.c' (20,981) at 20220525020653915 2025-03-14 03:00:46.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h' (20,982) at 20210308005002668 2025-03-14 03:00:46.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/Kbuild' (20,983) at 20240405153048629 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma3/sdma3_4_2_2_sh_mask.h' (20,984) at 20210307214927678 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/obmc-power-stop@.service' (20,985) at 20221117040044437 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-PM269.dts' (20,986) at 20240405153045485 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/Kconfig' (20,987) at 20240405153050253 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_debugfs.h' (20,988) at 20210307214927826 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_wifi_regd.h' (20,989) at 20220525020654187 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch' (20,990) at 20230131040012031 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/7003cross_ranlib.patch' (20,991) at 20230706080014753 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch' (20,992) at 20210307205554574 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/eb.config' (20,993) at 20210307214926202 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos850.c' (20,994) at 20240405153230243 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb' (20,995) at 20241221090017544 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-899b.dtso' (20,996) at 20240405153045725 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/trace.c' (20,997) at 20220525020654919 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-member-case.err' (20,998) at 20210927100127469 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/build-ouside_srcdir.patch' (20,999) at 20210307205553846 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/iohub.h' (21,000) at 20241211090212362 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-nuvoton/mori.cfg' (21,001) at 20220916030015744 2025-03-14 03:00:46.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/sdram.c' (21,002) at 20210308005002716 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h' (21,003) at 20210308005003368 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-pruss-intc.c' (21,004) at 20240405153230751 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/virtio-9p.cfg' (21,005) at 20220804030014671 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/objsec.h' (21,006) at 20240405153232115 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg.h' (21,007) at 20240405153050345 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/commctrl.c' (21,008) at 20220525020653979 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/ncplite-obmc-read-eeprom@.service' (21,009) at 20230412080023460 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nvedit.c' (21,010) at 20210308005003216 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv04.c' (21,011) at 20220525020652971 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/adc/mediatek,mt6370_adc.h' (21,012) at 20240405153052649 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_mtk.c' (21,013) at 20240405153053233 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm/alternative.h' (21,014) at 20240405153054045 2025-03-14 03:00:46.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ixp4xx/ixp4xx-qmgr.c' (21,015) at 20240405153051761 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-phy-v1.c' (21,016) at 20210307214929298 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-aspeed-smc.c' (21,017) at 20241220090018318 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/maintainer/index.rst' (21,018) at 20220525020651770 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0002-Fix-osspuuid-build.patch' (21,019) at 20240413080012655 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/en-i3c-hub-scan-fru' (21,020) at 20241114091011588 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/IdentityAuthentication.interface.yaml' (21,021) at 20240229090018787 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/patchtest.sh' (21,022) at 20210307205554630 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-udhcpd' (21,023) at 20210307205554470 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/Makefile' (21,024) at 20240405153053421 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/ews.h' (21,025) at 20210307214932262 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ids8313_defconfig' (21,026) at 20210308005003260 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dim/dim.c' (21,027) at 20240405153053085 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/riscv-runtime.c' (21,028) at 20240405153230295 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/kmemleak.c' (21,029) at 20240405153231963 to deleted uid set 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/locomokbd.c' (21,030) at 20240405153049137 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (21,031) at 20230721080014366 2025-03-14 03:00:46.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sc8280xp.yaml' (21,032) at 20240405153045029 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-v7.dtsi' (21,033) at 20240405153045573 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb8_midi.c' (21,034) at 20220525020654983 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-broxton.c' (21,035) at 20240405153231323 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/dir.c' (21,036) at 20240405153052317 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb' (21,037) at 20241221090017516 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-cp110-pinctrl.txt' (21,038) at 20210308005003308 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml' (21,039) at 20240405153045041 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/muldi3.S' (21,040) at 20240405153230095 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Support-deprecated-resolver-functions.patch' (21,041) at 20210307205553854 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7791-cpg-mssr.h' (21,042) at 20210307214931334 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zimbra-1.3' (21,043) at 20210307205554426 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/syscalls_32.h' (21,044) at 20210309003648980 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/tdls.c' (21,045) at 20240405153050573 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cortina/Makefile' (21,046) at 20210307214929378 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/host.c' (21,047) at 20241008080013983 2025-03-14 03:00:46.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/ultravisor.rst' (21,048) at 20210309003648452 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/st_pressure_spi.c' (21,049) at 20240405153049009 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/store/modules/HardwareStatus/SystemStore.js' (21,050) at 20241004080035963 to deleted uid set 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_rockchip.c' (21,051) at 20210308005003484 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_svm.h' (21,052) at 20240405153230375 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stromstad' (21,053) at 20210307205553790 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/Kconfig' (21,054) at 20210308005003048 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/test/slp_parser_test.cpp' (21,055) at 20240731164718599 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/mach-crag6410.c' (21,056) at 20240405153045685 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/max6697.txt' (21,057) at 20210307214925322 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-event.out' (21,058) at 20210308005046409 to deleted uid set 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/simple.h' (21,059) at 20210308005045993 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_serialize.cpp' (21,060) at 20241212090025211 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-compat.c' (21,061) at 20240405153053409 2025-03-14 03:00:46.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/imx-regs.h' (21,062) at 20210308005002644 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/rxtx.h' (21,063) at 20220525020654195 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_plane.h' (21,064) at 20240405153048681 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/comedi_pcmcia.c' (21,065) at 20240405153046881 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/objagg.h' (21,066) at 20240805080014027 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-1.0' (21,067) at 20210307205554418 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_seattle.c' (21,068) at 20240405153230175 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/cache.json' (21,069) at 20240405153054141 2025-03-14 03:00:46.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/MAINTAINERS' (21,070) at 20210308005002968 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Everest/bios_attrs.json' (21,071) at 20241111090035286 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/Makefile.am' (21,072) at 20210307214932738 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/config.mk' (21,073) at 20210308005002720 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/phy-dp.h' (21,074) at 20210307214931470 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/OptusC1-156E' (21,075) at 20210307205553762 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/cadence_ttc.h' (21,076) at 20221215040039186 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_fsl.c' (21,077) at 20240405153230179 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sam9_l9260.dts' (21,078) at 20240405153045465 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Csavoly-Kiskoros' (21,079) at 20210307205553774 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_vec.c' (21,080) at 20240405153230643 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/pty.c' (21,081) at 20240405153231507 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/r4kcache.h' (21,082) at 20220525020652002 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/setup.c' (21,083) at 20240405153229863 2025-03-14 03:00:46.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/idt,3243x-emac.yaml' (21,084) at 20220525020651694 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/inode.c' (21,085) at 20240405153231687 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/main.cpp' (21,086) at 20240904080040759 to deleted uid set 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001.dts' (21,087) at 20220525020651918 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgtui.c' (21,088) at 20210308005046529 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/mib.c' (21,089) at 20210307214931998 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sps30.h' (21,090) at 20220525020653095 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-spi.c' (21,091) at 20240910080014022 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/vfs.c' (21,092) at 20241011080017367 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/nvidia,tegra264-bpmp-shmem.yaml' (21,093) at 20240405153229795 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/emu8000_local.h' (21,094) at 20210307214932222 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.h' (21,095) at 20210307214927306 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/raw.c' (21,096) at 20220525020654787 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_sdram_config.c' (21,097) at 20210308005002780 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-serial.c' (21,098) at 20210927100127205 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/psci.S' (21,099) at 20210308005002964 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/phycore-rk3288_defconfig' (21,100) at 20210308005003272 2025-03-14 03:00:46.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/pci.c' (21,101) at 20210308005003048 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_efi.c' (21,102) at 20240405153232111 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/COPYING.MIT' (21,103) at 20210307205554098 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/nommu_k210_sdcard_defconfig' (21,104) at 20240405153230063 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/active-semi,act8865.yaml' (21,105) at 20240405153045141 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch' (21,106) at 20241221090017684 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/proc.c' (21,107) at 20240405153230123 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-syscon.c' (21,108) at 20240405153230755 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-sti.c' (21,109) at 20210308005003460 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7791-sysc.h' (21,110) at 20210307214931346 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_descriptor.h' (21,111) at 20210308005003704 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/helper.h' (21,112) at 20240906080037480 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-solidsense.dts' (21,113) at 20240405153045505 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-qxfer-siginfo-read.py' (21,114) at 20240906080037580 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/remote.c' (21,115) at 20210308005003764 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.h' (21,116) at 20210309003650604 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/MAINTAINERS' (21,117) at 20210308005003032 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/spinlock_types.h' (21,118) at 20240405153046281 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (21,119) at 20241031080012183 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/intro.rst' (21,120) at 20210307214925270 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cmd_errata.c' (21,121) at 20210308005002828 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211mgmt.h' (21,122) at 20240405153051953 2025-03-14 03:00:46.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/spir/spirv-tools_1.3.296.0.bb' (21,123) at 20241221090017684 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_port.h' (21,124) at 20240405153049957 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/CVE-2023-37732.patch' (21,125) at 20230919080013958 to deleted uid set 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/wlan_bssdef.h' (21,126) at 20220525020654187 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/012_pack_inv_align.dts' (21,127) at 20210308005003752 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev.c' (21,128) at 20241211090212242 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/shwdt.c' (21,129) at 20240405153052245 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pci/pcitest.sh' (21,130) at 20210307214932506 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/goni.c' (21,131) at 20210308005003044 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/test_fortify.h' (21,132) at 20240405153053105 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xp_main.c' (21,133) at 20220525020653371 2025-03-14 03:00:46.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-amd-pmc' (21,134) at 20240405153044913 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/acx.h' (21,135) at 20240405153050709 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-sublevel-options.h' (21,136) at 20220525020655175 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/generate_unique_mock_id.cpp' (21,137) at 20220610100046048 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-ap325rxa/sdram.S' (21,138) at 20210307214926534 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sps30_i2c.c' (21,139) at 20240405153048969 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/vfork.patch' (21,140) at 20210307205553842 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb' (21,141) at 20220921030015986 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/Makefile' (21,142) at 20210308005003032 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts' (21,143) at 20240405153229899 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_inode.c' (21,144) at 20240405153231679 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/sa_query.c' (21,145) at 20240405153230699 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-scsi.h' (21,146) at 20230925080039969 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.md.mako' (21,147) at 20210308005049765 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_client.h' (21,148) at 20240405153052629 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scx200.h' (21,149) at 20210307214931502 2025-03-14 03:00:46.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml' (21,150) at 20240405153045141 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/mchp_pfsoc_mmuart.c' (21,151) at 20241211090212258 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage2_data_offsets.h' (21,152) at 20240405153052901 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/introduction.rst' (21,153) at 20220525020651642 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-timer.c' (21,154) at 20240812080017240 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/etm.json' (21,155) at 20240405153054109 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/microblaze-softmmu/default.mak' (21,156) at 20241211090212222 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/max8998.txt' (21,157) at 20210307214925358 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/trace-enable/trace-enable.bbappend' (21,158) at 20240724080012699 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/Kconfig' (21,159) at 20210307214932450 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/usb_hid.py' (21,160) at 20220910030013401 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/vegman-yaml-config/vegman-ipmi-sensors-static.yaml' (21,161) at 20220623030014783 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/devicetree.h' (21,162) at 20240405153051309 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/broadcom/Makefile' (21,163) at 20210307214927166 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/int-ll64.h' (21,164) at 20210307214931302 2025-03-14 03:00:46.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/Makefile' (21,165) at 20240405153052337 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/farch.c' (21,166) at 20240405153050269 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/README' (21,167) at 20231126090012865 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/volatiles.03_radvd' (21,168) at 20210307205553822 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-tb10x.c' (21,169) at 20210307214930094 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/addr-map.h' (21,170) at 20240405153045673 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tty/Makefile' (21,171) at 20240405153054381 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.c' (21,172) at 20240613080016399 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/event.c' (21,173) at 20240405153054093 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-plus.dts' (21,174) at 20240405153045393 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm6756.dtsi' (21,175) at 20240405153045429 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso' (21,176) at 20240405153229975 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_oss.h' (21,177) at 20210307214931602 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Nintendo_NES_Classic_Edition_defconfig' (21,178) at 20210308005003240 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/ingenic,dma.yaml' (21,179) at 20240405153229763 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/af_llc.c' (21,180) at 20241211090145557 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/sja1105.h' (21,181) at 20240405153052681 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/pessimizing-move.patch' (21,182) at 20210307205553966 2025-03-14 03:00:46.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/Kconfig' (21,183) at 20240815080012871 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/sprom.c' (21,184) at 20210309003652964 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-hns-nic.txt' (21,185) at 20210307214925374 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/Kconfig' (21,186) at 20241211090212270 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/process.c' (21,187) at 20241104090011563 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/setup.py' (21,188) at 20210308004941620 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/stdplus.wrap' (21,189) at 20211029000047258 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m520xsim.h' (21,190) at 20210307214926158 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/timer.h' (21,191) at 20210308005002716 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-2.dts' (21,192) at 20210308005002624 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svcsubs.c' (21,193) at 20240405153052401 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mxsimage.c' (21,194) at 20210308005003772 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.png' (21,195) at 20230706080014781 to deleted uid set 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bt848.h' (21,196) at 20240405153230791 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/cz-UPC' (21,197) at 20210307205553758 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/futex.h' (21,198) at 20220525020652126 2025-03-14 03:00:46.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/Kconfig' (21,199) at 20210307214928422 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/binfmt-misc.rst' (21,200) at 20220525020651638 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,iocon_fpga.txt' (21,201) at 20210308005002536 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetectorCollection.json' (21,202) at 20240619080002948 to deleted uid set 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/phosphor-ipmi-config.service' (21,203) at 20210307205554222 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-q8-common.dtsi' (21,204) at 20210308005002628 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/webui/phosphor-webui/df-openpower/config.json' (21,205) at 20210307205554054 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc1.bb' (21,206) at 20210316000012685 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/powerpc-hcalls-report' (21,207) at 20210307214932566 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/pci_mcu.c' (21,208) at 20220525020653779 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/iot_devkit.c' (21,209) at 20210308005003056 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fm_eth.h' (21,210) at 20210308005003648 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts' (21,211) at 20240405153045741 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/udivsi3.S' (21,212) at 20210307214926570 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mii_phy.h' (21,213) at 20210308005003672 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/device_tree.h' (21,214) at 20240906080037348 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_route.c' (21,215) at 20210307214929182 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/systemd/mapper-wait@.service.in' (21,216) at 20230216040028343 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_log.py' (21,217) at 20210308005003744 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-base.json' (21,218) at 20220429100100882 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v6_7.h' (21,219) at 20240405153047165 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/vdso.h' (21,220) at 20210307214926110 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/clocksource.h' (21,221) at 20210307214926658 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb' (21,222) at 20240302090018214 to deleted uid set 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/irq/irqflags-tracing.rst' (21,223) at 20220525020651766 2025-03-14 03:00:46.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-fork.c' (21,224) at 20220525020655227 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_aux_backlight.h' (21,225) at 20210307214927798 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts' (21,226) at 20240405153045745 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_av.c' (21,227) at 20220525020653155 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/flow_dissector.h' (21,228) at 20240405153231851 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb0899_reg.h' (21,229) at 20210307214928638 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/jaguar2_common.dtsi' (21,230) at 20220525020651994 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-set-av-sync.rst' (21,231) at 20220525020654131 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mmu_regs.h' (21,232) at 20240405153046605 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/return_directly.cocci' (21,233) at 20230426080043844 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug_private.h' (21,234) at 20210307214930542 2025-03-14 03:00:46.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/deadline.h' (21,235) at 20240405153052789 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/rkisp1.rst' (21,236) at 20240405153044957 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/Makefile' (21,237) at 20240405153229935 to deleted uid set 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c' (21,238) at 20240405153230947 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES2-87.0W' (21,239) at 20210307205553762 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-nspire/Makefile' (21,240) at 20210307214925906 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_rio.c' (21,241) at 20240405153230059 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/snps,tc-dwc-g210.yaml' (21,242) at 20240405153045181 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-networking/mctp/mctp_%.bbappend' (21,243) at 20240727080014098 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mxc.c' (21,244) at 20240405153231375 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/microvm-dt.c' (21,245) at 20241211090212278 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-stp-policy-p_sys-t' (21,246) at 20210307214925186 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr_smu_msg.h' (21,247) at 20240405153047205 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0015-Platform-CS1000-Fix-platform-name-in-logs.patch' (21,248) at 20241221090017464 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso-layout.lds.S' (21,249) at 20210307214926614 2025-03-14 03:00:46.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stmpe.h' (21,250) at 20240405153049617 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib7000p.c' (21,251) at 20240405153230779 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/tests/meson.build' (21,252) at 20241114091008832 to deleted uid set 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fxtract.c' (21,253) at 20210308005046497 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml' (21,254) at 20240405153229787 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos7.c' (21,255) at 20210524100034902 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-pca9541.c' (21,256) at 20240405153048925 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo.h' (21,257) at 20240405153045965 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/hyperv.h' (21,258) at 20240405153046445 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-title.png' (21,259) at 20210307205554290 to deleted uid set 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch' (21,260) at 20230813080012856 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/lwtunnel.h' (21,261) at 20240405153052853 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/marvell/cafe-driver.c' (21,262) at 20240405153230799 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-cubox-i-emmc-som-v15.dts' (21,263) at 20240405153045497 2025-03-14 03:00:46.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoecmd.c' (21,264) at 20241011080017295 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqmpbif.c' (21,265) at 20210308005003776 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2_types.h' (21,266) at 20210307214930554 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c' (21,267) at 20240405153230983 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/dt_idle_states.c' (21,268) at 20240405153046921 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/message.c' (21,269) at 20240405153053353 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_125.bb' (21,270) at 20241221090017520 to deleted uid set 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch' (21,271) at 20241221090017700 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/led.hpp' (21,272) at 20241217090008764 to deleted uid set 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gpu.h' (21,273) at 20240405153230599 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/BMC/meson.build' (21,274) at 20230825080021137 to deleted uid set 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ti_qspi_flash' (21,275) at 20210308005003300 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h' (21,276) at 20240405153050249 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rseq.h' (21,277) at 20240405153052937 2025-03-14 03:00:46.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211req.h' (21,278) at 20240405153051953 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/acpi_power_meter.c' (21,279) at 20240405153230659 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-hdmi.h' (21,280) at 20210307214927774 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/tridentfb.c' (21,281) at 20240405153231595 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xxab-pinctrl.dtsi' (21,282) at 20240405153045585 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l33.h' (21,283) at 20210307214932298 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-fe.c' (21,284) at 20241211090212218 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis-ixora-v1.1.dts' (21,285) at 20240405153045737 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/.gitignore' (21,286) at 20230426080043836 2025-03-14 03:00:46.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_nvme.c' (21,287) at 20240520080015179 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebox_panther_defconfig' (21,288) at 20210308005003252 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/arm/ux500_pm_domains.h' (21,289) at 20210307214931322 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/MAINTAINERS' (21,290) at 20210308005003080 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/Makefile' (21,291) at 20210308005002972 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/Kconfig' (21,292) at 20210307214930806 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/index.rst' (21,293) at 20240405153044989 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/Makefile' (21,294) at 20240405153053385 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/elf.h' (21,295) at 20220525020651970 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/packagegroups/packagegroup-intel-apps.bb' (21,296) at 20231012080014468 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_chipcommon_pflash.c' (21,297) at 20210307214926898 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/ucc_geth.h' (21,298) at 20220525020653499 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/isa-dma.h' (21,299) at 20240405153052713 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/MAINTAINERS' (21,300) at 20210308005003080 2025-03-14 03:00:46.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/Makefile' (21,301) at 20240405153045589 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/pcm_oss.c' (21,302) at 20240405153053489 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/setjmp.h' (21,303) at 20210307214926390 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwc-2000.dts' (21,304) at 20240405153229871 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpidspcd.h' (21,305) at 20220525020654987 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c' (21,306) at 20220525020655195 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vboxvideo_guest.h' (21,307) at 20210307214928058 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-Australia' (21,308) at 20210307205553766 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfs/nfs42proc.c' (21,309) at 20241018080014558 to deleted uid set 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/libfcoe.h' (21,310) at 20240405153052877 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb' (21,311) at 20240302090018242 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi' (21,312) at 20240405153229967 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_inband_bmc_auth_reset.robot' (21,313) at 20220818030013061 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/setup.cfg' (21,314) at 20210422000032838 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/1280x1024.S' (21,315) at 20210307214932470 2025-03-14 03:00:46.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool_init.d.patch' (21,316) at 20210307205553818 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sni.h' (21,317) at 20240405153046017 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_gpio.c' (21,318) at 20210308005003496 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-eukrea-cpuimx51.dtsi' (21,319) at 20240405153045489 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_main.c' (21,320) at 20241125090012251 to deleted uid set 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_vtg.c' (21,321) at 20210307214928038 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot' (21,322) at 20240813080024402 to deleted uid set 2025-03-14 03:00:46.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs3super.c' (21,323) at 20240405153052421 2025-03-14 03:00:46.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-interconnect.json' (21,324) at 20240405153054149 2025-03-14 03:00:46.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2up.service' (21,325) at 20230920080013648 2025-03-14 03:00:46.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbcmds.c' (21,326) at 20240405153230167 2025-03-14 03:00:46.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/rde_dictionary_manager.hpp' (21,327) at 20220603030001748 2025-03-14 03:00:46.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hi3620-hi4511.dts' (21,328) at 20240405153045433 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/README' (21,329) at 20210308005002976 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/freezer.c' (21,330) at 20240405153053001 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sl-evk.dts' (21,331) at 20210308005002584 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/Makefile' (21,332) at 20240405153046977 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-dma.c' (21,333) at 20210819100021686 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca505.c' (21,334) at 20210307214928834 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/thunderx.c' (21,335) at 20210308005002944 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0010-Use-linux-capability.h-on-linux-systems-too.patch' (21,336) at 20210307205553894 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/version.c' (21,337) at 20240405153046269 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector' (21,338) at 20210309003648252 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow_git.bb' (21,339) at 20241221090017496 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/memcpy.c' (21,340) at 20210307214925662 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c' (21,341) at 20220627100017018 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-speedy.dts' (21,342) at 20210308005002608 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/acreategroup.bb' (21,343) at 20241206090014298 to deleted uid set 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/al_mc_edac.c' (21,344) at 20240405153047013 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/mffsce.c' (21,345) at 20221215040039390 2025-03-14 03:00:46.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/lib.h' (21,346) at 20240405153054065 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/ftrace.c' (21,347) at 20241211090145545 to deleted uid set 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/meson.build' (21,348) at 20240906080037268 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/crypto/ecdsa.c' (21,349) at 20240617080017382 to deleted uid set 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/perf_regs.c' (21,350) at 20240405153045945 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_lpc18xx.c' (21,351) at 20240405153051997 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/file_table.c' (21,352) at 20240405153231679 to deleted uid set 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ubi' (21,353) at 20210308005003300 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/310vtbl.h' (21,354) at 20210307214930938 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/i2sbus/control.c' (21,355) at 20210307214932190 2025-03-14 03:00:46.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-ccu.c' (21,356) at 20240405153046801 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/extable.h' (21,357) at 20240405153230019 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr.c' (21,358) at 20240405153230503 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/host-gpio.service' (21,359) at 20210307205554094 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/fsl_ddr_edac.c' (21,360) at 20241211090145405 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.3.bb' (21,361) at 20220618030015170 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/test_util.h' (21,362) at 20240405153232267 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_audit.sh' (21,363) at 20241011080017411 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/debug.c' (21,364) at 20220525020654387 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/Kconfig' (21,365) at 20210308005003540 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.4.rst' (21,366) at 20231207090015274 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/ti-abb-regulator.c' (21,367) at 20240405153231367 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-desc.c' (21,368) at 20210307214929294 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_devlink.c' (21,369) at 20240405153230899 to deleted uid set 2025-03-14 03:00:46.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8544si-post.dtsi' (21,370) at 20210307214926342 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fchmodat2/fchmodat2_test.c' (21,371) at 20240405153232267 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/udivsi3.S' (21,372) at 20210307214926182 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/strlen.S' (21,373) at 20210307214925674 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/Makefile' (21,374) at 20210308005002800 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/fmap_util.py' (21,375) at 20210308005003752 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/filters/index.js' (21,376) at 20210308005107073 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/expected_stdout' (21,377) at 20210308005003736 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/yosemite4-common-functions_0.1.bb' (21,378) at 20241221090017480 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-union.out' (21,379) at 20210308005046401 to deleted uid set 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ths8200.c' (21,380) at 20240405153049341 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/altera_jtaguart.txt' (21,381) at 20210307214925418 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/Makefile' (21,382) at 20220525020654211 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/sud_test.c' (21,383) at 20240613080016567 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-xen-blkback' (21,384) at 20240405153044925 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood.dtsi' (21,385) at 20240405153045457 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_uif.c' (21,386) at 20240405153049445 2025-03-14 03:00:46.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls.h' (21,387) at 20240503080014518 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5433.c' (21,388) at 20240405153230243 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/caps.c' (21,389) at 20240429080012448 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c' (21,390) at 20210309003649836 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/jsm/jsm_neo.c' (21,391) at 20240405153052009 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_ruc.c' (21,392) at 20210307214928446 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/machine_context.cpp' (21,393) at 20241101080009595 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/gm200.c' (21,394) at 20240405153048653 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_write_unittest.cpp' (21,395) at 20210918000044923 2025-03-14 03:00:46.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/sdma_txreq.h' (21,396) at 20240405153049053 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-st.c' (21,397) at 20240405153231559 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml' (21,398) at 20240405153045061 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/staging/iio/frequency/ad9832.c' (21,399) at 20241111090012137 to deleted uid set 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/da9150-gpadc.c' (21,400) at 20240405153048953 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_gpio-test.c' (21,401) at 20210308005046481 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/utils.cpp' (21,402) at 20241114091025397 to deleted uid set 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qom.rst' (21,403) at 20240906080037172 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_easrc.c' (21,404) at 20240405153232175 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/splash.h' (21,405) at 20210308005003684 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_eui64.c' (21,406) at 20210307214931970 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/common/Makefile' (21,407) at 20210307214926294 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/syscall.h' (21,408) at 20210307214926110 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/OWNERS' (21,409) at 20240320080012509 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-priv.h' (21,410) at 20240405153054001 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-kernel/linux/linux-aspeed_%.bbappend' (21,411) at 20220819030014797 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/sec_boot.S' (21,412) at 20210308005002724 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ethtool.sh' (21,413) at 20240405153054341 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/hdparm' (21,414) at 20241221090017620 2025-03-14 03:00:46.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/trace/test-trace.sh' (21,415) at 20210308005003748 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-common.c' (21,416) at 20240405153232195 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/bbv.c' (21,417) at 20241211090212226 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy28_C-89.0W' (21,418) at 20210307205553762 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/Makefile' (21,419) at 20240405153045865 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-dhcom-pdk2.dts' (21,420) at 20240405153045501 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/vpd_decode.h' (21,421) at 20210307214927174 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlabel/introduction.rst' (21,422) at 20210307214925522 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/ibmebus.c' (21,423) at 20240405153230055 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/siu.h' (21,424) at 20210307214926554 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/download_manager.cpp' (21,425) at 20240118090018594 to deleted uid set 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8750.h' (21,426) at 20210307214932354 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/afe/rescale.h' (21,427) at 20240405153052705 2025-03-14 03:00:46.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch' (21,428) at 20241221090017564 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt.h' (21,429) at 20240405153230927 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml' (21,430) at 20240405153045073 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/regulator/regulator.rst' (21,431) at 20210307214925546 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/sba_iommu.c' (21,432) at 20240910080014062 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/timezone/tzdata.bb' (21,433) at 20241206090014338 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml' (21,434) at 20240821080018819 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/st,stm32-dmamux.yaml' (21,435) at 20240405153045053 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_pdt.h' (21,436) at 20210307214931462 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/files/run-ptest' (21,437) at 20230503080014583 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_chipcommon_pmu.c' (21,438) at 20210309003652964 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/thread_info_api.h' (21,439) at 20240405153052789 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/extrausers.bbclass' (21,440) at 20230919080013978 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FabricCollection_v1.xml' (21,441) at 20240619080002924 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/40x.c' (21,442) at 20240405153046185 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,g12a-toacodec.yaml' (21,443) at 20240405153045161 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv0680.c' (21,444) at 20210307214928838 2025-03-14 03:00:46.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/vlock_pam_tally2_reset.patch' (21,445) at 20210307205553934 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/uvc.h' (21,446) at 20240405153052817 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/bmac.h' (21,447) at 20210307214929298 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/mstpd_git.bb' (21,448) at 20241206090014226 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am43x-epos-evm.dts' (21,449) at 20240405153045597 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ldflags.patch' (21,450) at 20241221090017632 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/transport.c' (21,451) at 20240405153053377 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/stmark2.c' (21,452) at 20220525020651982 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/opl4_proc.c' (21,453) at 20210307214932202 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multihost-ipmi-design.md' (21,454) at 20221209040006387 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/rwtop.pl' (21,455) at 20210307214932566 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Status.interface.yaml' (21,456) at 20220315030032663 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/hppa_hardware.h' (21,457) at 20240326080039438 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/interfaces/sensor_id_helpers.hpp' (21,458) at 20230523080037938 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-x3proto/gpio.c' (21,459) at 20220525020652114 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/udp_offload.c' (21,460) at 20240520080015227 2025-03-14 03:00:46.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/Makefile' (21,461) at 20210307214928458 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_q6v5_mss.c' (21,462) at 20241211090145485 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml' (21,463) at 20240405153045077 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Source-beginning-file' (21,464) at 20241221090017612 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_all_pmu.sh' (21,465) at 20240405153054173 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/led.h' (21,466) at 20240405153050641 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/Makefile' (21,467) at 20210308005002956 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/wmi/devices/index.rst' (21,468) at 20240405153045333 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/sti/sti_hdmi.c' (21,469) at 20240405153230635 to deleted uid set 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/pch9.c' (21,470) at 20210308005003448 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/cros_ec_rw.py' (21,471) at 20210308005003748 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/sec-common.c' (21,472) at 20210308005002764 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/ccs/mk-ccs-regs' (21,473) at 20220525020651722 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/requester/test/mock_mctp_discovery_handler_intf.hpp' (21,474) at 20240508080030966 to deleted uid set 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-x96-air.dts' (21,475) at 20240405153229919 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/bsp.py' (21,476) at 20230114040015554 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/spansion.c' (21,477) at 20241211090145453 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/sdio_func.h' (21,478) at 20210309003653872 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-hip04.c' (21,479) at 20240405153049197 2025-03-14 03:00:46.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-cci.h' (21,480) at 20240405153231847 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sysinfo.h' (21,481) at 20210307214931662 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/string_64.S' (21,482) at 20240405153230047 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-karo-tx25.dts' (21,483) at 20240405153229883 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/vc4_mock_plane.c' (21,484) at 20240405153048781 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/mtd/mtd-abi.h' (21,485) at 20240405153052945 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/richtek,rtq6056.yaml' (21,486) at 20240405153045073 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/auxvec.h' (21,487) at 20240405153052661 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0004-aspeed-add-bmc-position-support.patch' (21,488) at 20210307205554222 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/typec/tcpm/tcpci.c' (21,489) at 20240415080012983 to deleted uid set 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_array_container.c' (21,490) at 20210307214932642 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/meson.options' (21,491) at 20241108090035241 to deleted uid set 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/auo-pixcir-ts.c' (21,492) at 20240405153049157 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/realtek,rts5411.yaml' (21,493) at 20240405153229803 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-dict.json' (21,494) at 20210308005046401 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-guruplug-server-plus.dts' (21,495) at 20210308005002592 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/setup.cfg' (21,496) at 20241211090212442 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amazon/alpine-v3.dtsi' (21,497) at 20240405153229915 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9052-regulator.c' (21,498) at 20240405153051461 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_isi.dtsi' (21,499) at 20210308005002572 2025-03-14 03:00:46.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/rm3100-core.c' (21,500) at 20240405153230695 2025-03-14 03:00:46.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (21,501) at 20221015030011580 2025-03-14 03:00:46.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/rmem.c' (21,502) at 20240719080013357 2025-03-14 03:00:46.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-pmic-wrap.c' (21,503) at 20240405153231451 2025-03-14 03:00:46.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/udc-xilinx.c' (21,504) at 20240405153231555 2025-03-14 03:00:46.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8323ERDB_defconfig' (21,505) at 20210308005003236 2025-03-14 03:00:46.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ts3a227e.h' (21,506) at 20210307214932346 2025-03-14 03:00:46.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_3_0_0_sh_mask.h' (21,507) at 20210309003649636 2025-03-14 03:00:46.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/amcore_defconfig' (21,508) at 20210308005003248 2025-03-14 03:00:46.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/syscallhdr.sh' (21,509) at 20241211090212374 2025-03-14 03:00:46.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/switching-sched.rst' (21,510) at 20210307214925250 2025-03-14 03:00:46.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml' (21,511) at 20240405153045033 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-7040.dtsi' (21,512) at 20210308005002568 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/include/atomic.h' (21,513) at 20240906080037344 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/vdso/Makefile' (21,514) at 20240405153053109 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/if_vlan.h' (21,515) at 20240405153231815 to deleted uid set 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0005-mmal_exit_fix.patch' (21,516) at 20230114040015494 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/Kconfig' (21,517) at 20210308005003052 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/Makefile' (21,518) at 20240405153054225 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/sdk.json' (21,519) at 20210812000025314 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (21,520) at 20230329080014768 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/sleep.S' (21,521) at 20210309003648696 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/rxtimestamp.sh' (21,522) at 20210309003656008 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/GENcopy_to_user.S' (21,523) at 20210307214926606 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-cypress.c' (21,524) at 20210309003649912 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/aead.h' (21,525) at 20240405153052621 2025-03-14 03:00:46.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/evm.c' (21,526) at 20210308005003080 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig' (21,527) at 20210308005003240 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/npcm7xx.c' (21,528) at 20241211090212250 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-OpenIB' (21,529) at 20211006000025238 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_config.h' (21,530) at 20210307214929862 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_timer.c' (21,531) at 20241018080014582 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/enum.h' (21,532) at 20220525020653643 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nand-boot-ppc440' (21,533) at 20210308005003296 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_spi.h' (21,534) at 20240405153046765 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,gx-sound-card.yaml' (21,535) at 20240405153229799 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/fanctrl.h' (21,536) at 20210308005003000 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/tests/doublebitand.cocci' (21,537) at 20240405153053445 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_80211.h' (21,538) at 20210307214929862 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/posix_acl_xattr.h' (21,539) at 20210307214931654 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/test_fdt' (21,540) at 20210308005003760 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.get_maintainer.ignore' (21,541) at 20240405153044909 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/pci.c' (21,542) at 20220525020652198 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_signal.h' (21,543) at 20220429100100642 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch' (21,544) at 20230131040012027 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/debugexit.c' (21,545) at 20240906080037252 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/xen-ops.h' (21,546) at 20240405153045625 2025-03-14 03:00:46.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/vector/.gitignore' (21,547) at 20240405153054369 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p5040si-post.dtsi' (21,548) at 20210307214926350 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_ovfl.S' (21,549) at 20210307214926146 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx_lpi2c.h' (21,550) at 20210308005003652 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/pdbg.cpp' (21,551) at 20240830080017495 to deleted uid set 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/max6875.rst' (21,552) at 20210307214925522 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvc_driver.c' (21,553) at 20241216090017709 to deleted uid set 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firmware/ihex2fw.c' (21,554) at 20210307214932470 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sparc/include/uapi/asm/bitsperlong.h' (21,555) at 20210307214932458 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/regs.h' (21,556) at 20240405153231235 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/uart-16550.c' (21,557) at 20240405153045985 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/soc/keystone/keystone_serdes.c' (21,558) at 20210308005003488 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/platinum_picon.h' (21,559) at 20210308005003612 2025-03-14 03:00:46.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch' (21,560) at 20241206090014342 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/const.h' (21,561) at 20240405153052909 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/po/cs.po' (21,562) at 20210307214932618 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc-version.sh' (21,563) at 20210308005003728 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10021.c' (21,564) at 20240405153049301 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/hwmon.c' (21,565) at 20240405153046557 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_vsc.c' (21,566) at 20240405153046673 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/mmu_emu.c' (21,567) at 20240405153045973 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/snps,archs-rtc.txt' (21,568) at 20210307214925446 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,lmp92064.yaml' (21,569) at 20240405153045073 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c' (21,570) at 20240405153231031 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_vlan.sh' (21,571) at 20240405153054289 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_w.c' (21,572) at 20210308005046513 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/arch_init.h' (21,573) at 20241211090212370 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_metrics_values.sh' (21,574) at 20240405153054173 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/swab.h' (21,575) at 20240405153052941 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/sst.c' (21,576) at 20240405153230883 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/syscall.h' (21,577) at 20220525020654659 2025-03-14 03:00:46.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_skb_cgroup_id_kern.c' (21,578) at 20240405153054277 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml' (21,579) at 20240405153045041 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/drm/drm_connector.h' (21,580) at 20240405153052629 to deleted uid set 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_fib.c' (21,581) at 20240613080016535 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/fping_5.2.bb' (21,582) at 20241206090014242 to deleted uid set 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/entry-common.h' (21,583) at 20240405153045937 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ar7/prom.h' (21,584) at 20210307214926214 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/MAINTAINERS' (21,585) at 20210308005002916 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/tileblit.c' (21,586) at 20220525020654315 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0002-Create-subroutine-for-tearing-down-an-interface.patch' (21,587) at 20241206090014242 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyatspi_2.46.1.bb' (21,588) at 20240301090012435 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/bitfield.h' (21,589) at 20210307214926250 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/queue.c' (21,590) at 20240405153050705 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/Kconfig' (21,591) at 20210308005003016 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/README.md' (21,592) at 20210307205554094 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tzdata/run-ptest' (21,593) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_caps.c' (21,594) at 20240906080037280 2025-03-14 03:00:46.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/util.c' (21,595) at 20240405153053305 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/dma-mapping-nommu.c' (21,596) at 20220525020651898 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c' (21,597) at 20240405153048545 to deleted uid set 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp102.c' (21,598) at 20240919080017054 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_%.bbappend' (21,599) at 20241206090014226 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb' (21,600) at 20241221090017668 to deleted uid set 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/ti/ti_sci_pm_domains.c' (21,601) at 20241211090145485 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/rf.c' (21,602) at 20210309003651816 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/conntrack_sctp_collision.sh' (21,603) at 20240405153232283 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/fsl_upm.c' (21,604) at 20240405153230871 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32/stm32f.h' (21,605) at 20210308005002664 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/pm_helpers.c' (21,606) at 20240830080013271 2025-03-14 03:00:46.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/r8a66597.h' (21,607) at 20210308005003516 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/sdio.c' (21,608) at 20240405153231119 to deleted uid set 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/Makefile' (21,609) at 20210307214930258 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/196.out' (21,610) at 20210308005046457 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dca/dca-sysfs.c' (21,611) at 20240405153046973 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx6_src.c' (21,612) at 20241211090212294 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/README' (21,613) at 20210309003656004 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/ncsi.h' (21,614) at 20210308005003676 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rcu.h' (21,615) at 20240405153052897 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/cumana_2.c' (21,616) at 20240405153051569 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex_2.6.4.bb' (21,617) at 20240413080012691 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/qtn_hw_ids.h' (21,618) at 20210307214929902 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-imp_iic_wrap.c' (21,619) at 20240405153230215 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-dk1-scmi.dts' (21,620) at 20240405153229903 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/disclaimer-ita.rst' (21,621) at 20210307214925578 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/tcrypt.h' (21,622) at 20240405153046545 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_structs.h' (21,623) at 20210308005046069 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TTYP0' (21,624) at 20241221090017616 2025-03-14 03:00:46.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-beacon-rzg2m-kit.dts' (21,625) at 20240405153045801 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-dbgtty.c' (21,626) at 20241104090011587 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_256x256.png' (21,627) at 20210308005046549 to deleted uid set 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts' (21,628) at 20240405153045537 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-nsm.h' (21,629) at 20241211090212366 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/irqflags.h' (21,630) at 20220525020652126 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/local.conf.sample' (21,631) at 20241221090017480 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qrb5165-rb5-vision-mezzanine.dts' (21,632) at 20240405153045777 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-peripheral.c' (21,633) at 20240405153046769 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tcpbpf_user.c' (21,634) at 20240405153054261 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-queue.h' (21,635) at 20240405153049357 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/board.c' (21,636) at 20210308005003040 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-occ-control.bbclass' (21,637) at 20210307205554046 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/asmmacro.h' (21,638) at 20210308005002884 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-blk-test.c' (21,639) at 20230925080040097 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-db-88f6281.dts' (21,640) at 20240405153045457 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallaryd' (21,641) at 20210307205553782 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/bt1-l2-ctl.c' (21,642) at 20240405153049585 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/expat/expat/run-ptest' (21,643) at 20240301090012459 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cpld.cpp' (21,644) at 20231027080010242 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/xattr_security.c' (21,645) at 20240405153052501 2025-03-14 03:00:46.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/bcm63xx_hsspi.c' (21,646) at 20210308005003488 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/replay-mode.c' (21,647) at 20240906080037444 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600.dtsi' (21,648) at 20220802100038573 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cacheinfo.c' (21,649) at 20240405153046133 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-sun5i.c' (21,650) at 20240405153230251 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/config.mk' (21,651) at 20210308005002848 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/system1/dev_id.json' (21,652) at 20241106090019922 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_id.c' (21,653) at 20210309003655984 2025-03-14 03:00:46.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4-sanji.dts' (21,654) at 20210308005002632 2025-03-14 03:00:46.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AttributeRegistry.v1_3_9.json' (21,655) at 20240619080002940 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/Cper.h' (21,656) at 20241214090008736 to deleted uid set 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/debugfs.h' (21,657) at 20210307214931806 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/iclass.def' (21,658) at 20210927100127385 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/054' (21,659) at 20210927100127477 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/bpmp-tegra186.c' (21,660) at 20240405153047049 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/grant_table.h' (21,661) at 20240326080039546 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/sha256.c' (21,662) at 20210308005003712 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml' (21,663) at 20240405153045093 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/generic-adc-battery.c' (21,664) at 20240405153051433 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_refcount_item.c' (21,665) at 20240405153231783 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions' (21,666) at 20230310090018691 2025-03-14 03:00:46.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cdns,csi2rx.yaml' (21,667) at 20240405153229771 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_dvi.h' (21,668) at 20240405153051933 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7778-clock.h' (21,669) at 20210307214931334 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dt3155/Kconfig' (21,670) at 20240405153049369 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/mipi-phy.h' (21,671) at 20210307214928046 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/proftpd.service' (21,672) at 20210307205553822 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8770.h' (21,673) at 20210307214932358 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb' (21,674) at 20220402030016127 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7721/setup.c' (21,675) at 20210307214926542 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/watchdog.h' (21,676) at 20210308005002724 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/xattr_trusted.c' (21,677) at 20240405153052501 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zoran_device.h' (21,678) at 20240405153049389 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/proc_freq_check.robot' (21,679) at 20240628080017121 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CableCollection.json' (21,680) at 20240619080002944 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/qca953x.dtsi' (21,681) at 20210308005002816 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_nat.h' (21,682) at 20210307214931646 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/ioctl.h' (21,683) at 20210307214926590 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/headers_install.rst' (21,684) at 20210307214925514 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/virtual-memory.json' (21,685) at 20240405153054121 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr/mac-check' (21,686) at 20230415080012881 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP1.interface.yaml' (21,687) at 20220315030032659 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts' (21,688) at 20240405153045817 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0019_django_2_2.py' (21,689) at 20210307205554262 2025-03-14 03:00:46.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_sm_mt8183.h' (21,690) at 20240405153049413 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/sh.py' (21,691) at 20240405153054225 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nsa320-hwmon.c' (21,692) at 20240405153230667 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-ideapad-laptop' (21,693) at 20220525020651634 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0011-ac_add_search_path.m4-keep-consistent-between-32bit-.patch' (21,694) at 20240413080012643 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/app.c' (21,695) at 20210308005002856 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imxrt1050-evk.dts' (21,696) at 20240405153045533 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/twister_defconfig' (21,697) at 20210308005003284 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h' (21,698) at 20210307214929814 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/main.cpp' (21,699) at 20230616135354425 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/semihosting-stub.c' (21,700) at 20240906080037500 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8825.h' (21,701) at 20240405153053665 2025-03-14 03:00:46.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800mmio.c' (21,702) at 20210309003651800 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mlme.c' (21,703) at 20240405153051905 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb' (21,704) at 20241206090014338 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x08.h' (21,705) at 20240405153048805 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-r40-dramc.c' (21,706) at 20241211090212294 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/tfc_sess.c' (21,707) at 20220525020654207 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/.clang-tidy' (21,708) at 20220308040005508 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_common_test.cpp' (21,709) at 20221202040011011 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/extended_user_header.cpp' (21,710) at 20210410000027144 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/core.c' (21,711) at 20240405153231339 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-uclass.c' (21,712) at 20230720080043543 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_reject_inet.c' (21,713) at 20240405153053333 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-nuvoton.inc' (21,714) at 20241221090017484 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a_table.c' (21,715) at 20240405153050673 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,videocc-sc7280.h' (21,716) at 20220525020654543 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/polkit-gnome-authentication-agent-1.desktop' (21,717) at 20230503080014575 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_mb.h' (21,718) at 20210307214930302 2025-03-14 03:00:46.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/find.h' (21,719) at 20240405153052685 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/bpf/verifier.c' (21,720) at 20241220090018334 to deleted uid set 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/intel,ixp4xx-compact-flash.yaml' (21,721) at 20240405153045021 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/binderfs/Makefile' (21,722) at 20240613080016567 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/Kconfig' (21,723) at 20240405153045689 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ublk_cmd.h' (21,724) at 20241023080012899 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_conntrack.h' (21,725) at 20240405153231051 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/usergrouptests.py' (21,726) at 20240302090018230 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-gate.h' (21,727) at 20210307214926958 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/mips-r2-to-r6-emul.c' (21,728) at 20220525020652006 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-kernel/linux/linux-yocto_%.bbappend' (21,729) at 20240507080014346 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-workaround-for-overlapping-sections-in-binary.patch' (21,730) at 20220910030013349 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bloom_filter_map.c' (21,731) at 20240405153054265 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/write_flush_v2.c' (21,732) at 20230809080010803 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc.c' (21,733) at 20240405153046901 2025-03-14 03:00:46.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/composefs/composefs_1.0.5.bb' (21,734) at 20241221090017536 to deleted uid set 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (21,735) at 20241108090014312 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/filelock.h' (21,736) at 20240405153231807 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_bios_types.h' (21,737) at 20240405153230391 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/sound_oss.c' (21,738) at 20221102030020989 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/osnoise.h' (21,739) at 20220525020654659 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/subprojects/packagefiles/boost/meson.build' (21,740) at 20240112090004588 to deleted uid set 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps6586x.h' (21,741) at 20210307214931438 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/gdbstub/test-signals-s390x.py' (21,742) at 20240906080037580 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-omap.c' (21,743) at 20240405153230859 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/ethtool.c' (21,744) at 20240405153053289 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/COPYING.apache-2.0' (21,745) at 20210307205554078 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.h' (21,746) at 20240910080014026 2025-03-14 03:00:46.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/Cargo.toml' (21,747) at 20241211090212454 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3128.dtsi' (21,748) at 20240405153229899 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/classes/poky-bleeding.bbclass' (21,749) at 20240417080014702 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl/no-exec-on-configure.patch' (21,750) at 20230503080014587 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/LB+fencembonceonce+ctrlonceonce.litmus' (21,751) at 20210307214932502 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts' (21,752) at 20240405153045813 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/tz-ppc.c' (21,753) at 20241211090212298 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/pdaudiocf/pdaudiocf.h' (21,754) at 20210307214932278 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/ssiu.c' (21,755) at 20240405153053985 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlrd/run-ptest' (21,756) at 20240301090012435 to deleted uid set 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bit_spinlock.h' (21,757) at 20210307214931358 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch' (21,758) at 20210307205553934 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/imx7ulp_wdt.c' (21,759) at 20240405153231599 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vector.S' (21,760) at 20240405153230039 2025-03-14 03:00:46.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/hibernate.c' (21,761) at 20240405153045629 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/psplash_git.bb' (21,762) at 20241206090014318 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/manifest.py' (21,763) at 20220910030013401 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/mtk_iommu.c' (21,764) at 20240520080015151 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-vdec.c' (21,765) at 20240405153046801 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_tfa_defconfig' (21,766) at 20210308005003264 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8536si-pre.dtsi' (21,767) at 20210307214926342 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-spectral.c' (21,768) at 20240405153231167 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/core-api/index.rst' (21,769) at 20210309003648468 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/can/freescale/flexcan.rst' (21,770) at 20240405153045233 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vdso/clocksource.h' (21,771) at 20210307214926250 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/qca,ath79-cpu-intc.txt' (21,772) at 20210307214925342 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_bpftool_metadata.sh' (21,773) at 20240405153054285 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/win32-kbd-hook.c' (21,774) at 20210308005046257 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/firmwared/firmwared_git.bb' (21,775) at 20241221090017504 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.pcie' (21,776) at 20240906080037556 to deleted uid set 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/meson.build' (21,777) at 20230714080010431 to deleted uid set 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_kprobes.c' (21,778) at 20240405153053105 2025-03-14 03:00:46.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lx6464es/Makefile' (21,779) at 20210307214932266 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/mocked_property_change_listener.hpp' (21,780) at 20210308005052621 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_marshall.c' (21,781) at 20220525020653119 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/bpf_st_mem.c' (21,782) at 20240405153054289 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/cmm.c' (21,783) at 20241018080014474 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vct.h' (21,784) at 20210308005003624 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch' (21,785) at 20241221090017692 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml' (21,786) at 20240405153229763 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx50.dtsi' (21,787) at 20240405153229883 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt' (21,788) at 20210307214925322 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm/bitsperlong.h' (21,789) at 20240405153054049 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx31_ccm.h' (21,790) at 20210308005046021 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps68470.h' (21,791) at 20240405153052733 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/service_data.hpp' (21,792) at 20240830080017491 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.4' (21,793) at 20211006000025242 2025-03-14 03:00:46.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/mxsfb_drv.c' (21,794) at 20240405153230599 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpio-stmpe.c' (21,795) at 20240405153047085 to deleted uid set 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cramfs/Kconfig' (21,796) at 20240405153052317 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mtd-nand-pxa3xx.h' (21,797) at 20210307214931478 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/README' (21,798) at 20210308005003016 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.out' (21,799) at 20240906080037560 to deleted uid set 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_r_qb.c' (21,800) at 20210308005046509 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/fib6_notifier.c' (21,801) at 20210307214931962 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/Makefile' (21,802) at 20220525020654727 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/nandbiterrs.c' (21,803) at 20240405153049713 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_book3s_64.h' (21,804) at 20240405153046113 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/meson.build' (21,805) at 20220913030027309 to deleted uid set 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.txt' (21,806) at 20220525020651702 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mctp/route.c' (21,807) at 20241018080014586 to deleted uid set 2025-03-14 03:00:46.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (21,808) at 20220625030019492 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/wsm.h' (21,809) at 20220525020653815 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/smp.h' (21,810) at 20240405153046501 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/MAINTAINERS' (21,811) at 20210308005002924 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mei/index.rst' (21,812) at 20210307214925466 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c' (21,813) at 20240405153230523 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ContainerImageCollection.json' (21,814) at 20240619080002944 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/dbus-display.rst' (21,815) at 20220429100100418 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/multi3.S' (21,816) at 20240405153230095 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/solidrun/snet_vdpa.h' (21,817) at 20240405153052161 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c' (21,818) at 20241211090145409 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serdev/Makefile' (21,819) at 20210307214930738 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/typedefs.h' (21,820) at 20241211090212370 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml' (21,821) at 20240405153045137 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9867.h' (21,822) at 20210309003654640 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/xen.h' (21,823) at 20240906080037348 2025-03-14 03:00:46.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tqma6ull2-mba6ulx.dts' (21,824) at 20240405153045529 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.c' (21,825) at 20240405153230591 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/wheels/pycotap-1.3.1-py3-none-any.whl' (21,826) at 20241211090212446 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.c' (21,827) at 20210308005003460 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/psock_snd.sh' (21,828) at 20220525020655223 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.trace' (21,829) at 20210308005003300 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sansa_fuze_plus.h' (21,830) at 20210308005003612 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/ucp1020.c' (21,831) at 20210308005002900 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcr_wm5102.c' (21,832) at 20240405153232179 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/gose.c' (21,833) at 20210308005003032 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dts' (21,834) at 20210309003648756 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/device.h' (21,835) at 20210307214925646 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/sifive_gpio.h' (21,836) at 20210308005046013 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vhost_net-stub.c' (21,837) at 20230426080043716 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h' (21,838) at 20210307214927226 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_rps.h' (21,839) at 20210307214927826 2025-03-14 03:00:46.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/ga100.c' (21,840) at 20240405153048665 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/e820.c' (21,841) at 20240405153230123 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/debug.c' (21,842) at 20240405153050633 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sim.c' (21,843) at 20240405153230307 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/vfs.h' (21,844) at 20240405153231707 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6797-venc.c' (21,845) at 20240405153046797 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/jz4780-dma.h' (21,846) at 20210307214931338 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790.dtsi' (21,847) at 20210308005002600 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb' (21,848) at 20241221090017532 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0005-Don-t-match-Wnon-virtual-dtor-in-the-flags-are-neede.patch' (21,849) at 20241221090017512 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/dts/Makefile' (21,850) at 20210308005002808 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/hid_bpf_jmp_table.c' (21,851) at 20240405153230651 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/fwio.c' (21,852) at 20240405153050553 2025-03-14 03:00:46.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/dwc3-st.txt' (21,853) at 20240405153045181 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-technisat-ts35.c' (21,854) at 20210307214928782 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/refscale/CFcommon' (21,855) at 20240405153054369 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/153.out' (21,856) at 20210927100127489 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arm-qmp-cmds.c' (21,857) at 20240906080037452 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/early-userspace/early_userspace_support.rst' (21,858) at 20210819100021498 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun8i-a83t-usb-phy.yaml' (21,859) at 20240405153045129 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/aia_imsic.c' (21,860) at 20241118090018491 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts' (21,861) at 20240405153045457 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/Kconfig' (21,862) at 20210308005002900 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/Makefile' (21,863) at 20210307214932470 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/meson.build' (21,864) at 20240920080018291 to deleted uid set 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/edma.h' (21,865) at 20210308005002800 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_desc.h' (21,866) at 20240405153230947 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/thread_info.h' (21,867) at 20240405153046397 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-sh03/mach/sh03.h' (21,868) at 20210307214926558 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-sbsa-ref.inc' (21,869) at 20241206090014210 2025-03-14 03:00:46.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_highspeed.c' (21,870) at 20220627100017182 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/max9271.c' (21,871) at 20220525020653255 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/running_tips.rst' (21,872) at 20240405153229751 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_rtr0_mstr_if_rr_shrd_lbw_regs.h' (21,873) at 20240405153046585 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/elf.h' (21,874) at 20210307214926314 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/ideapad_s740_helper.c' (21,875) at 20210524100035122 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-semver/run-ptest' (21,876) at 20240301090012435 to deleted uid set 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/PACKAGE.rst' (21,877) at 20210927100127329 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lochnagar.h' (21,878) at 20210307214931430 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/mach64.h' (21,879) at 20210307214931698 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/rotate.c' (21,880) at 20220627100017094 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/law.c' (21,881) at 20210308005003172 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg' (21,882) at 20210308005002964 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imgtec/Makefile' (21,883) at 20210307214926978 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_io.c' (21,884) at 20210307214930310 2025-03-14 03:00:46.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/pgood_monitor.cpp' (21,885) at 20211008000125115 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cpu-info.h' (21,886) at 20210307214926210 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/multiprocessing.h' (21,887) at 20240906080037460 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fpga.py' (21,888) at 20210308005003744 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/twl4030_keypad.c' (21,889) at 20210307214928478 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/syscalls/Makefile' (21,890) at 20240405153046369 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (21,891) at 20210929000024374 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch' (21,892) at 20240413080012695 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml' (21,893) at 20240405153229799 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sis/sis190.c' (21,894) at 20240405153050293 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr3_dimm_params.c' (21,895) at 20210308005003360 2025-03-14 03:00:46.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c' (21,896) at 20240405153049873 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/platform_configs.inc' (21,897) at 20240110090012776 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-clone-target.c' (21,898) at 20240405153049241 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pwm/pwm-microchip-core.c' (21,899) at 20240405153231359 to deleted uid set 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-warm-watchdog.service' (21,900) at 20210810100021256 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-malta/irq.h' (21,901) at 20210307214926222 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-da9052.c' (21,902) at 20220525020653947 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb' (21,903) at 20241206090014238 to deleted uid set 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx5-clock.yaml' (21,904) at 20240405153045025 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework_7.1.bb' (21,905) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt274.h' (21,906) at 20210307214932326 2025-03-14 03:00:46.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/amlogic/meson-mx-socinfo.c' (21,907) at 20220818100014787 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_types.h' (21,908) at 20241216090017689 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (21,909) at 20240719080014909 to deleted uid set 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/meson.build' (21,910) at 20240326080039494 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/run-ptest' (21,911) at 20230706080014789 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nexthop.h' (21,912) at 20220525020654671 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_port.h' (21,913) at 20210309003651232 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/syscall.c' (21,914) at 20240405153054097 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_pci.h' (21,915) at 20210307214930626 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Savonlinna' (21,916) at 20210307205553770 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/spinlock.h' (21,917) at 20240405153045941 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_cursor.c' (21,918) at 20210309003649868 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz' (21,919) at 20210307205554590 to deleted uid set 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/pmu.h' (21,920) at 20240326080039538 2025-03-14 03:00:46.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/hisilicon.c' (21,921) at 20220525020651886 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/python3-manifest.json' (21,922) at 20241221090017672 to deleted uid set 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging.events.yaml' (21,923) at 20241107090020905 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77965.dtsi' (21,924) at 20240405153045805 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/flipper-pic.h' (21,925) at 20210307214926466 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/chromebook_jerry.its' (21,926) at 20210308005003300 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-poll.rst' (21,927) at 20210309003648492 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-kernel-uids' (21,928) at 20220525020651630 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/bios.hpp' (21,929) at 20240817080003183 to deleted uid set 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-qat' (21,930) at 20240405153229731 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/touchit213.c' (21,931) at 20210307214928510 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/cps.c' (21,932) at 20241211090212290 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_64k.c' (21,933) at 20240405153046181 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/Build' (21,934) at 20240405153232211 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm017-dc3.dts' (21,935) at 20240405153045841 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/MAINTAINERS' (21,936) at 20210308005003168 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/timetravel.h' (21,937) at 20220525020652126 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-guardian.dts' (21,938) at 20240405153045589 2025-03-14 03:00:46.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/sof/pcm.c' (21,939) at 20240613080016551 to deleted uid set 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_fp.c' (21,940) at 20240405153050241 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/testsetbit.S' (21,941) at 20240405153045633 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2711.dtsi' (21,942) at 20240405153229871 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kramfors_Lugnvik' (21,943) at 20210307205553786 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_app.c' (21,944) at 20221128040017630 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kuopio' (21,945) at 20210307205553770 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lm49453.h' (21,946) at 20210307214932310 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler-clang.h' (21,947) at 20210308005003656 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/198.out' (21,948) at 20240906080037564 2025-03-14 03:00:46.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl818x.h' (21,949) at 20210307214929914 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch' (21,950) at 20241221090017540 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/chromeos_laptop.c' (21,951) at 20221102030020853 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hanko' (21,952) at 20210307205553770 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSL-1.0' (21,953) at 20210307205554418 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init/bin/pwm_init.sh' (21,954) at 20220422030010210 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/sgx.c' (21,955) at 20240906080037232 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0002-Platform-Corstone1000-Fix-NV-counter-writing.patch' (21,956) at 20241221090017464 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqdesc.h' (21,957) at 20240405153052713 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/asm/system.h' (21,958) at 20210307214932594 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/prserv/Dockerfile' (21,959) at 20220402030016083 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/sensor_listener.hpp' (21,960) at 20220412175720086 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-settings-mgr/README.md' (21,961) at 20241022080002056 to deleted uid set 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dump_utils.robot' (21,962) at 20240627080021048 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_access.json' (21,963) at 20220126110011868 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/mtjefferson_bmc.json' (21,964) at 20241029080004318 to deleted uid set 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_ring.h' (21,965) at 20240405153052945 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/intc-arcv2.c' (21,966) at 20240405153229863 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Kconfig' (21,967) at 20241011080017291 2025-03-14 03:00:46.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/uncore-other.json' (21,968) at 20240405153054149 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/cal/cal_regs.h' (21,969) at 20240405153049477 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c' (21,970) at 20240405153047297 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,ipq9574-gcc.h' (21,971) at 20240405153052653 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/signal.h' (21,972) at 20210307214926514 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/sparsemem.h' (21,973) at 20210307214926514 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/mpc8610_serdes.c' (21,974) at 20210308005002836 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-wbt.c' (21,975) at 20240405153230155 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ihs_fpga.h' (21,976) at 20210308005003400 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/config' (21,977) at 20240405153054365 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/meson.build' (21,978) at 20240920080018291 to deleted uid set 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/log.h' (21,979) at 20210307214932726 2025-03-14 03:00:46.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb' (21,980) at 20241206090014238 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vbt_defs.h' (21,981) at 20240520080015151 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/timeriomem_rng.yaml' (21,982) at 20240405153045153 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/.clang-format' (21,983) at 20240820080038646 to deleted uid set 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_tcp_nogpl.c' (21,984) at 20220525020655199 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi/0001-configure.ac-stop-inserting-host-directories-into-co.patch' (21,985) at 20230706080014769 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/dac/mcp4725.h' (21,986) at 20220525020654571 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bitops.h' (21,987) at 20241211090212366 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_iudma.h' (21,988) at 20210307214926218 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c' (21,989) at 20210308005046521 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cmd_boot.c' (21,990) at 20210308005002708 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__let.hpp' (21,991) at 20241219090033964 to deleted uid set 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/orplus.cocci' (21,992) at 20240405153053441 2025-03-14 03:00:46.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/timerlat-tracer.rst' (21,993) at 20240405153045273 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-yavia.dts' (21,994) at 20240405153045829 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8955.h' (21,995) at 20210307214931606 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/common.h' (21,996) at 20240405153052125 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/altera-exprt.h' (21,997) at 20210307214929122 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_drv.c' (21,998) at 20240405153230635 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/Kconfig' (21,999) at 20210308005003028 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_sensor_cache.cpp' (22,000) at 20240711080036139 to deleted uid set 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h' (22,001) at 20210307214929366 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra30_i2s.c' (22,002) at 20240405153232203 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-versatile-fpga.c' (22,003) at 20240405153230751 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/transport.c' (22,004) at 20240503080014498 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/tp.h' (22,005) at 20210307214929358 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/generic.h' (22,006) at 20240405153045689 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/aer_inject.c' (22,007) at 20240405153051253 2025-03-14 03:00:46.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4-native_1.4.19.bb' (22,008) at 20210629000017504 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_core.c' (22,009) at 20240613080016563 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_restore_dump.h_shipped' (22,010) at 20210307214926462 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/emac.h' (22,011) at 20220525020653515 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/livetree.c' (22,012) at 20240405153053445 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/test_bmc_ras.robot' (22,013) at 20240628080017117 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spartan2.h' (22,014) at 20210308005003684 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/delalloc-space.h' (22,015) at 20240405153052277 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/53c700.scr' (22,016) at 20210307214930258 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend-property-cable-systems.rst' (22,017) at 20210309003648480 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/xilinx_uartlite.h' (22,018) at 20230426080043760 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-msi-laptop' (22,019) at 20210307214925206 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/reference.rst' (22,020) at 20230114040015526 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/tsa.h' (22,021) at 20240405153051757 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_de10_nano.h' (22,022) at 20210308005003616 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/syscalls/.gitignore' (22,023) at 20220525020655227 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/kmap.c' (22,024) at 20240405153045973 2025-03-14 03:00:46.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h' (22,025) at 20220215040051512 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/lwt_bpf.c' (22,026) at 20240405153053221 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/coredump.h' (22,027) at 20240405153052833 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/overlayfs/export.c' (22,028) at 20240628080014021 to deleted uid set 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/laalg.c' (22,029) at 20240326080039746 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/dir.c' (22,030) at 20240405153231651 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi' (22,031) at 20210308005002588 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_36BIT_defconfig' (22,032) at 20210308005003240 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/board.h' (22,033) at 20210307214930478 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-gr8-chip-pro.dts' (22,034) at 20240405153045381 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/board.h' (22,035) at 20210308005003028 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2l.h' (22,036) at 20210308005002732 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml' (22,037) at 20240405153045161 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_zlib.c' (22,038) at 20210308005003548 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/idr-test.c' (22,039) at 20220525020655187 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/gpioplus.wrap' (22,040) at 20240329080027212 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/README' (22,041) at 20210308005002900 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/ivshmem-server.c' (22,042) at 20221215040039070 2025-03-14 03:00:46.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8mn.c' (22,043) at 20240405153046785 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-ID-Boise' (22,044) at 20210307205553754 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_mmu.h' (22,045) at 20240906080037484 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi' (22,046) at 20240405153229927 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/reboot.c' (22,047) at 20220525020652246 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/clearing-warn-once.rst' (22,048) at 20210307214925222 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ucd9200.rst' (22,049) at 20210307214925506 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunserialcore.h' (22,050) at 20210307214931518 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_dio_link_encoder.h' (22,051) at 20240405153047261 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb' (22,052) at 20241206090014334 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch' (22,053) at 20230706080014741 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/ibm-power9-cpu.inc' (22,054) at 20210307205554058 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7206/setup.c' (22,055) at 20210307214926538 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/au8522_decoder.c' (22,056) at 20240405153049281 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi.c' (22,057) at 20240405153231047 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf_global.c' (22,058) at 20210307214932646 2025-03-14 03:00:46.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/programs.rst' (22,059) at 20240405153044997 2025-03-14 03:00:46.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/btf.c' (22,060) at 20240405153054057 2025-03-14 03:00:46.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_rt.c' (22,061) at 20241216090017793 2025-03-14 03:00:46.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/mpls.c' (22,062) at 20240405153050105 2025-03-14 03:00:46.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-r8a7779.c' (22,063) at 20240405153045689 2025-03-14 03:00:46.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/.gitignore' (22,064) at 20231209090007705 2025-03-14 03:00:46.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_ringbufs.c' (22,065) at 20240405153232255 2025-03-14 03:00:46.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_2_3_default.h' (22,066) at 20210307214927570 2025-03-14 03:00:46.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_hw4.h' (22,067) at 20240405153051641 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml' (22,068) at 20240405153045169 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fsl_pm.h' (22,069) at 20210307214926378 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Kconfig' (22,070) at 20210308005002788 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/actions,s700-reset.h' (22,071) at 20210307214931346 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/trace.c' (22,072) at 20210307214929898 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmod.h' (22,073) at 20210307214931414 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/firewire.h' (22,074) at 20240405153052949 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2041rdb.dts' (22,075) at 20210307214926346 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/main.c' (22,076) at 20240405153052409 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/flexcan/flexcan.h' (22,077) at 20240405153049733 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/resize.c' (22,078) at 20240405153052397 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ymfpci/ymfpci.c' (22,079) at 20240405153053541 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_h.c' (22,080) at 20210308005046521 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-mpic-message-B.dtsi' (22,081) at 20210307214926350 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb' (22,082) at 20241221090017560 to deleted uid set 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-labrador-base-m.dts' (22,083) at 20240405153045369 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nct6775.rst' (22,084) at 20240405153229819 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsb.h' (22,085) at 20240405153048449 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch' (22,086) at 20210307205553898 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/xlnx-zynqmp-clk.h' (22,087) at 20210307214931338 2025-03-14 03:00:46.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/sama7.c' (22,088) at 20220525020651886 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_defact.h' (22,089) at 20210307214931574 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/expoline/expoline.S' (22,090) at 20240405153046297 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/addrspace.h' (22,091) at 20210307214926554 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-fvp.yml' (22,092) at 20241206090014206 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_n.c' (22,093) at 20240405153050489 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_host_regs.h' (22,094) at 20210307214927086 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/__init__.py' (22,095) at 20220804030014691 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c6410.dtsi' (22,096) at 20240405153045573 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rapidjson/run-ptest' (22,097) at 20231014080011723 to deleted uid set 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/team_mode_roundrobin.c' (22,098) at 20240405153231083 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/hwmon-s3c.h' (22,099) at 20210307214931474 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/filemonitor-stub.c' (22,100) at 20210308005046557 2025-03-14 03:00:46.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-be32.so' (22,101) at 20241121090029260 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/util.hpp' (22,102) at 20210308004940472 to deleted uid set 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/tz-msc.c' (22,103) at 20241211090212298 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/poll.h' (22,104) at 20210307214926250 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/qriox.txt' (22,105) at 20210307214925362 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.yaml' (22,106) at 20240405153045065 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/gpio.h' (22,107) at 20210308005002652 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fsl-enetc.txt' (22,108) at 20220525020651694 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/codegen.py' (22,109) at 20231126090012813 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-x86_64-has-stack-protector.sh' (22,110) at 20240805080014063 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/attr.c' (22,111) at 20240405153052377 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/cpufreq-spear.txt' (22,112) at 20210307214925298 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/mesh.h' (22,113) at 20220525020653771 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/cmsg.c' (22,114) at 20210416100025478 to deleted uid set 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/env.c' (22,115) at 20240405153232235 to deleted uid set 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/nsim.dts' (22,116) at 20210308005002544 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbmon.c' (22,117) at 20240415080012983 2025-03-14 03:00:46.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra114-car.h' (22,118) at 20210307214931338 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/card.c' (22,119) at 20220525020653915 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb' (22,120) at 20241221090017488 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/xor.S' (22,121) at 20240405153230095 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ptr_untrusted.c' (22,122) at 20240405153232259 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm-trace.h' (22,123) at 20210307214931482 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_streaming_to_mipi_types_hrt.h' (22,124) at 20210307214930546 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as102_drv.c' (22,125) at 20210307214928806 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_pipe.c' (22,126) at 20240613080016423 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/common-semi-target.h' (22,127) at 20240326080039638 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/uncore-other.json' (22,128) at 20240405153054121 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/trace.h' (22,129) at 20210308005046233 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kallsyms.c' (22,130) at 20240405153053453 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_device.h' (22,131) at 20240405153052629 2025-03-14 03:00:46.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6660.c' (22,132) at 20240405153053657 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_net.c' (22,133) at 20240405153050181 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-filter.c' (22,134) at 20240405153054181 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp_format.c' (22,135) at 20240405153048597 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sinovoip-bpi-m2.dts' (22,136) at 20210308005002620 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T208xQDS.h' (22,137) at 20210308005003580 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/dw9807-vcm.c' (22,138) at 20240405153049313 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/crash_core.c' (22,139) at 20240503080014502 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/Makefile' (22,140) at 20210308005002820 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/sandbox-serial.txt' (22,141) at 20210308005003308 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/bcm6345_wdt.c' (22,142) at 20210308005003540 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppHeader/index.js' (22,143) at 20220105012522983 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/Kconfig' (22,144) at 20240405153048865 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/report_generic.c' (22,145) at 20240405153053129 2025-03-14 03:00:46.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_memcontrol.c' (22,146) at 20240613080016567 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8135.c' (22,147) at 20240405153046797 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-mips64-aarch64-dnmalloc-hash-fix.patch' (22,148) at 20210307205554122 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xtensa/mx_pic.h' (22,149) at 20210308005046037 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-asus-pc39.c' (22,150) at 20210307214928778 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/secret_common.c' (22,151) at 20241211090212230 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/multipathd.oe' (22,152) at 20241221090017540 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/thunderbolt.rst' (22,153) at 20220525020651650 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/go-examples/go-helloworld_0.1.bb' (22,154) at 20241221090017676 to deleted uid set 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_crtc.c' (22,155) at 20240405153230639 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Kippure' (22,156) at 20210307205553774 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/configure.ac' (22,157) at 20210308005104849 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml' (22,158) at 20240405153045129 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/safe-syscall-error.c' (22,159) at 20220429100100406 2025-03-14 03:00:46.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/dlmfs.rst' (22,160) at 20240405153045201 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef10.c' (22,161) at 20240405153231043 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/ll_temac.h' (22,162) at 20240405153231071 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/info.c' (22,163) at 20240405153232119 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sympy_1.13.3.bb' (22,164) at 20241221090017560 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/metadata_scm.bbclass' (22,165) at 20220910030013393 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/docs/checklists/releases.md' (22,166) at 20240908080010098 to deleted uid set 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/multiboot.c' (22,167) at 20241211090212278 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb' (22,168) at 20230813080012840 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-h6-r.c' (22,169) at 20240405153231335 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/x86/mtrr.c' (22,170) at 20210308005003220 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_attach_probe.c' (22,171) at 20240405153054273 2025-03-14 03:00:46.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-csum_ipv6_magic.S' (22,172) at 20240405153229855 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv090x.c' (22,173) at 20240405153049297 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite520x_defconfig' (22,174) at 20210308005003288 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/lprops.c' (22,175) at 20210308005003548 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/imx8qxp_mek.c' (22,176) at 20210308005002964 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-arm64-bits.h' (22,177) at 20240405153054369 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/spdif_receiver.c' (22,178) at 20240405153053785 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/dump-guest-memory.py' (22,179) at 20210308005046241 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_debugfs.h' (22,180) at 20210307214927910 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_pptp.c' (22,181) at 20240405153053325 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/trans_rdma.c' (22,182) at 20240405153053165 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_hal.h' (22,183) at 20240405153046957 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-daemon/0001-Use-version-from-packaging-module-instead-of-setupto.patch' (22,184) at 20241221090017552 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/callchain_32.c' (22,185) at 20240405153046189 2025-03-14 03:00:46.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts' (22,186) at 20240405153229919 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qtree.h' (22,187) at 20240906080037344 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/IPS_P10BMCAspeedSBPubKey_2.pem' (22,188) at 20220810030014017 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c' (22,189) at 20210308005003468 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/socrates_nand.c' (22,190) at 20240405153230879 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-bmc-security-check.service' (22,191) at 20230216040036091 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi' (22,192) at 20220525020651902 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi_capture.c' (22,193) at 20240405153049473 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/iqs621-als.c' (22,194) at 20210309003650036 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/savage/savagefb.h' (22,195) at 20240405153052217 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/law.c' (22,196) at 20210308005002900 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/beacon.c' (22,197) at 20240405153050453 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/Makefile' (22,198) at 20210307214930774 2025-03-14 03:00:46.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb' (22,199) at 20241221090017544 to deleted uid set 2025-03-14 03:00:46.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptpf_main.c' (22,200) at 20220525020652386 2025-03-14 03:00:46.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cyapa.h' (22,201) at 20210307214928490 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_8_1_enum.h' (22,202) at 20210307214927526 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/dpdmai.c' (22,203) at 20210307214927126 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_defconfig' (22,204) at 20210308005003240 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bmc_mode.hpp' (22,205) at 20230520080006628 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/microbit-test.c' (22,206) at 20240906080037572 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/init.c' (22,207) at 20241001080013012 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm3xxx.c' (22,208) at 20240405153045669 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/mpp.c' (22,209) at 20240405153045645 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/notes.txt' (22,210) at 20240405153051825 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9211-regulator.h' (22,211) at 20210307214930186 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/rf.h' (22,212) at 20210307214929930 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-efi-runtime-map' (22,213) at 20210309003648260 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/tiny.config' (22,214) at 20240405153052993 2025-03-14 03:00:46.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/0001-po-force-Language-header-for-fr-and-de-locals.patch' (22,215) at 20241206090014258 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/stackprotector.h' (22,216) at 20240405153045625 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm63268.h' (22,217) at 20210308005003588 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/tsl2583.yaml' (22,218) at 20210307214925334 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rzn1.c' (22,219) at 20241211090145485 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-nyan-big-emc.dtsi' (22,220) at 20240405153045477 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/Makefile' (22,221) at 20210308005002816 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch' (22,222) at 20240302090018210 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch' (22,223) at 20241221090017564 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,od.yaml' (22,224) at 20240405153045041 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pexpect/0001-FSM.py-change-shebang-from-python-to-python3.patch' (22,225) at 20210307205554022 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/mod/file2alias.c' (22,226) at 20241211090145561 to deleted uid set 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-ifdown' (22,227) at 20230811080018338 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/Makefile' (22,228) at 20210307214926290 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmu.h' (22,229) at 20240906080037528 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/pogo_e02.h' (22,230) at 20210308005002944 2025-03-14 03:00:46.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/ps3_gelic_net.h' (22,231) at 20240405153050317 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-deassert@.service' (22,232) at 20241029080011439 to deleted uid set 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/unwind.h' (22,233) at 20240405153046281 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/configs/bigsur_defconfig' (22,234) at 20240405153045913 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/unistd.h' (22,235) at 20240405153232211 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/0001-Adjust-the-cmake-files.patch' (22,236) at 20210307205553898 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/seccomp.h' (22,237) at 20220525020651950 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/memory_hotplug.c' (22,238) at 20240906080037188 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb' (22,239) at 20241221090017528 2025-03-14 03:00:46.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/security/selinux/ss/services.c' (22,240) at 20240712080021101 to deleted uid set 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/dummy.c' (22,241) at 20210307214926190 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-sched.h' (22,242) at 20240405153046521 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994.dtsi' (22,243) at 20240405153229943 to deleted uid set 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/run-ptest' (22,244) at 20241221090017512 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/prom.h' (22,245) at 20210307214926226 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/fix-attribute-issue-with-gcc.patch' (22,246) at 20231011080016574 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intel904-60.0E' (22,247) at 20210307205553762 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ti,drv2667.txt' (22,248) at 20210307214925338 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-nct3018y.c' (22,249) at 20240925080011802 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/amdtp-dot.c' (22,250) at 20240405153053501 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/Makefile' (22,251) at 20210307214932714 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/relocate.patch' (22,252) at 20241221090017696 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.cpp' (22,253) at 20240817080031292 to deleted uid set 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ccw-device.h' (22,254) at 20241211090212326 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-4se.dts' (22,255) at 20240405153229967 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/syteco.bmp' (22,256) at 20210308005003768 to deleted uid set 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/loongson,ls2k-spi.yaml' (22,257) at 20240405153229799 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm6358.dtsi' (22,258) at 20220525020651990 2025-03-14 03:00:46.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6582.dtsi' (22,259) at 20240405153045461 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.h' (22,260) at 20220525020653559 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-runtime.c' (22,261) at 20230925080039817 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/unwind_guess.c' (22,262) at 20240405153046441 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb' (22,263) at 20241206090014310 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/ioctls.h' (22,264) at 20210307214926322 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c' (22,265) at 20210307214930634 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/README' (22,266) at 20210308005003056 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/MCD_tasks.c' (22,267) at 20210308005003372 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-netcp.dtsi' (22,268) at 20210308005002592 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/infutil.c' (22,269) at 20210307214931826 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/breakpad.bbclass' (22,270) at 20210812000025190 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build' (22,271) at 20240613080025600 to deleted uid set 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_detail_base.html' (22,272) at 20220125040024447 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga102.c' (22,273) at 20240405153230611 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0900_core.c' (22,274) at 20240405153049297 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/enscript-autoconf.patch' (22,275) at 20210307205553910 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/dcpodp.c' (22,276) at 20230925080040097 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/accel/kxcjk_1013.h' (22,277) at 20210307214931402 2025-03-14 03:00:46.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/pipe3-phy.c' (22,278) at 20210308005002764 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_spi.h' (22,279) at 20210307214929874 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/mapper_errors.hpp' (22,280) at 20230511080030371 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid-gen2.c' (22,281) at 20240405153230807 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/secrets.rst' (22,282) at 20210927100127081 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/st-fsm.txt' (22,283) at 20210307214925370 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockhash_kern.c' (22,284) at 20210307214932650 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/pci-ep-cfs.c' (22,285) at 20240405153051241 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/sensors-overview-controller.html' (22,286) at 20210308005107077 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c' (22,287) at 20240405153232255 2025-03-14 03:00:46.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max20411-regulator.c' (22,288) at 20240405153051465 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-core/udev/udev-nuvoton-mtd-partitions.bb' (22,289) at 20241206090014234 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/gt215.fuc3' (22,290) at 20210307214927922 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp102.c' (22,291) at 20240405153048877 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmi8950.dtsi' (22,292) at 20240405153229943 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmon.cpp' (22,293) at 20210308004940468 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/gr-peach-audiocamerashield.dtsi' (22,294) at 20240405153045545 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/input/input.h' (22,295) at 20210307214931338 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/dumpstack.c' (22,296) at 20240405153046285 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/smack_lsm.c' (22,297) at 20240913080013861 2025-03-14 03:00:46.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_cq.h' (22,298) at 20240405153049893 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/acceleration_function.hpp' (22,299) at 20221229040004411 to deleted uid set 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/Makefile' (22,300) at 20241221090017592 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-mem.c' (22,301) at 20210307214930830 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/send_cmd' (22,302) at 20210308005003764 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive.c' (22,303) at 20240906080037240 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-bcm-iproc.c' (22,304) at 20240405153230671 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/fxas21002c_i2c.c' (22,305) at 20240405153048985 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/early_pin.h' (22,306) at 20210307214926286 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5660.c' (22,307) at 20240405153232155 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nspire/nspire-clp.dts' (22,308) at 20240405153229875 2025-03-14 03:00:46.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0012-arm-corstone1000-fix-unrecognized-filesystem-type.patch' (22,309) at 20240413080012627 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults-native.bb' (22,310) at 20241206090014274 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/word-at-a-time.h' (22,311) at 20210307214925650 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/ptp4l@.service.in' (22,312) at 20231126090012789 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts/44-source-han-sans-kr-fonts.conf' (22,313) at 20241206090014258 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/trace-control.c' (22,314) at 20230925080039997 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/ls1b/board.c' (22,315) at 20240405153046033 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_drv.h' (22,316) at 20240405153051577 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/sl811.h' (22,317) at 20220525020654275 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-loongson-64bit.c' (22,318) at 20240405153047077 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/UpdateService.v1_14_1.json' (22,319) at 20240918080002724 to deleted uid set 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/paz00.c' (22,320) at 20210308005002944 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/meson.build' (22,321) at 20240326080039486 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/completion.rst' (22,322) at 20240405153045301 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb' (22,323) at 20210812000025358 2025-03-14 03:00:46.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ansicolors/run-ptest' (22,324) at 20240301090012431 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-edp.c' (22,325) at 20240613080016407 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/time_namespace.h' (22,326) at 20240405153052805 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu.c' (22,327) at 20241211090212510 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReportDefinition.v1_4_6.json' (22,328) at 20240619080002948 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cavium.h' (22,329) at 20210307214929186 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi' (22,330) at 20240405153045721 2025-03-14 03:00:46.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/034' (22,331) at 20210927100127473 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_pm.c' (22,332) at 20220525020653819 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/Kconfig' (22,333) at 20240405153048353 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/lis3lv02d.rst' (22,334) at 20210307214925522 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/imx-ddr.rst' (22,335) at 20220525020651650 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch' (22,336) at 20210307205554590 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c' (22,337) at 20210307214926566 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/debug.h' (22,338) at 20240405153050473 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/migr-blocker.c' (22,339) at 20240326080039630 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-dahlia.dts' (22,340) at 20240405153045733 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_adjust_tail.c' (22,341) at 20240805080014071 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/svghelper.c' (22,342) at 20240405153232243 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/siphash_kunit.c' (22,343) at 20240405153053101 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml' (22,344) at 20240613080016355 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/synthetic-events.h' (22,345) at 20240405153054205 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/compat.h' (22,346) at 20240405153046381 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-ioc-enum-links.rst' (22,347) at 20220525020651778 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/Makefile' (22,348) at 20240405153048761 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fdmon-epoll.c' (22,349) at 20241211090212558 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp_local.h' (22,350) at 20220525020654127 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/mux-chardev.rst.inc' (22,351) at 20210308005045809 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (22,352) at 20221025030015193 to deleted uid set 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nokia_rx51_defconfig' (22,353) at 20210308005003272 2025-03-14 03:00:46.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/device.h' (22,354) at 20210309003649824 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-cfl-match.c' (22,355) at 20220525020655071 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Power.v1_7_3.json' (22,356) at 20240619080002952 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier.h' (22,357) at 20210308005003356 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb-pc.dtsi' (22,358) at 20210307214926346 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user.h' (22,359) at 20241211090212366 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/stub-out-fastdeploy.patch' (22,360) at 20231011080016578 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dnet.h' (22,361) at 20210308005003428 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml' (22,362) at 20240405153045073 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-imx-scu.c' (22,363) at 20240405153230303 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iotkit-secctl.h' (22,364) at 20210927100127237 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/device.h' (22,365) at 20210307214932442 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_ov9650.h' (22,366) at 20210307214928830 2025-03-14 03:00:46.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/iomux.c' (22,367) at 20210308005002980 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trigger.h' (22,368) at 20210307214932610 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/sections.c' (22,369) at 20210308005002708 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-callers.png' (22,370) at 20210307205554350 to deleted uid set 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ssd1289fb.txt' (22,371) at 20210307214925310 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm646x.c' (22,372) at 20210308005002720 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/probe_roms.h' (22,373) at 20210307214926674 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/devices/Makefile' (22,374) at 20210307214930178 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/include/speed_select.hpp' (22,375) at 20240123090039899 to deleted uid set 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/l3afpad/l3afpad_git.bb' (22,376) at 20230919080013994 to deleted uid set 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_jpeg.h' (22,377) at 20240405153049493 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block.c' (22,378) at 20241211090212210 2025-03-14 03:00:46.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/l1d_cache.json' (22,379) at 20240405153232223 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kvm_para.h' (22,380) at 20220525020652098 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sh4-softmmu/default.mak' (22,381) at 20241211090212222 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/pdu.robot' (22,382) at 20210308005007116 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/esrt.c' (22,383) at 20240405153047041 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest' (22,384) at 20241221090017656 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rsa_helper.c' (22,385) at 20210307214926802 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-tegra194.c' (22,386) at 20240613080016455 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7705_defconfig' (22,387) at 20240405153046309 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/opentitan.c' (22,388) at 20241211090212326 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/templates/default/local.conf.sample' (22,389) at 20241221090017472 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/examples/sampling.c' (22,390) at 20210307214932490 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/.clang-format' (22,391) at 20240904080048575 to deleted uid set 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/goya/Makefile' (22,392) at 20240405153046569 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.14.bb' (22,393) at 20241221090017684 to deleted uid set 2025-03-14 03:00:46.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/debug.c' (22,394) at 20240405153049713 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_hw.c' (22,395) at 20240405153231475 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/power.h' (22,396) at 20240405153050525 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/asm-bug.h' (22,397) at 20240613080016363 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/chrony.conf' (22,398) at 20220910030013353 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/MAINTAINERS' (22,399) at 20210308005003040 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct6775-platform.c' (22,400) at 20241216090017701 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/less.cfg' (22,401) at 20210307205554058 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeDevice_v1.xml' (22,402) at 20240918080002712 to deleted uid set 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/dbgfs-test.h' (22,403) at 20240405153053121 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_kdma_cgm_regs.h' (22,404) at 20240405153046585 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data.json' (22,405) at 20210927100127469 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq-nforce2.c' (22,406) at 20210307214927054 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/file1' (22,407) at 20210307205554386 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/counter/interrupt-counter.yaml' (22,408) at 20220525020651666 2025-03-14 03:00:46.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dts' (22,409) at 20240805080013923 2025-03-14 03:00:46.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/namespace_devs.c' (22,410) at 20241008080013959 2025-03-14 03:00:46.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Version.service.in' (22,411) at 20210308005100305 to deleted uid set 2025-03-14 03:00:46.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/Kconfig' (22,412) at 20240405153232139 2025-03-14 03:00:46.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/send.c' (22,413) at 20241011080017355 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/au8522_priv.h' (22,414) at 20210307214928610 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_svw.c' (22,415) at 20240405153046673 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ltp.py' (22,416) at 20241206090014306 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/altera-a10sr.txt' (22,417) at 20210307214925358 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65090-regulator.c' (22,418) at 20240405153051477 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/lib1funcs.S' (22,419) at 20210307214925870 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/decNumber.c' (22,420) at 20220429100100598 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_d.c' (22,421) at 20210308005046521 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/task.c' (22,422) at 20210308005046061 2025-03-14 03:00:46.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_watchdog_timer-test.c' (22,423) at 20240906080037572 2025-03-14 03:00:46.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/rs.h' (22,424) at 20240624080012792 2025-03-14 03:00:46.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/interval_tree.c' (22,425) at 20220525020654767 2025-03-14 03:00:46.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/rt_sigreturn.S' (22,426) at 20240405153046253 2025-03-14 03:00:46.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmnsp/Kconfig' (22,427) at 20210308005002940 2025-03-14 03:00:46.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-bilingual-channel-select.rst' (22,428) at 20220525020654131 2025-03-14 03:00:46.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_master.c' (22,429) at 20210927100127129 2025-03-14 03:00:46.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/nv50.c' (22,430) at 20220525020652955 2025-03-14 03:00:46.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c' (22,431) at 20210308005002856 2025-03-14 03:00:46.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt.h' (22,432) at 20240411080014074 2025-03-14 03:00:46.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/activation.cpp' (22,433) at 20240828080021463 to deleted uid set 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_5_regs.h' (22,434) at 20240405153046581 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb' (22,435) at 20241221090017548 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fre.c' (22,436) at 20210307214926434 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/venc.h' (22,437) at 20210307214928746 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/087.out' (22,438) at 20240326080039726 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory-web.png' (22,439) at 20210307205554294 to deleted uid set 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/feature-microblaze-math.inc' (22,440) at 20210307205554410 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-fvp-multicore.yml' (22,441) at 20241206090014206 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/fru_oem_ibm.hpp' (22,442) at 20240311080031112 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/linkage.h' (22,443) at 20210308005002880 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm2xxx_3xxx.h' (22,444) at 20240405153045669 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf' (22,445) at 20221005030014094 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/apic_noop.c' (22,446) at 20240405153230115 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-venc.c' (22,447) at 20240405153046793 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-platformdirs/run-ptest' (22,448) at 20240301090012435 to deleted uid set 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/sockbits.h' (22,449) at 20210308005046085 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-bl-common.dtsi' (22,450) at 20240405153229887 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/pac207.c' (22,451) at 20210307214928834 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc' (22,452) at 20210307214927970 2025-03-14 03:00:46.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/powernv_flash.c' (22,453) at 20241008080013943 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bitarray.h' (22,454) at 20220525020654787 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sonypi.h' (22,455) at 20210307214931510 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/spctrl/interface/ia_css_spctrl.h' (22,456) at 20210307214930570 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/extsys.cfg' (22,457) at 20241206090014210 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/spear_spdif.h' (22,458) at 20210307214931602 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/sbc/sbc_2.0.bb' (22,459) at 20220721030015885 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_9_0_offset.h' (22,460) at 20210307214927566 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/machine.c' (22,461) at 20240906080037460 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/xdr3.h' (22,462) at 20240405153052441 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-video.c' (22,463) at 20210307214928690 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Liden' (22,464) at 20210307205553786 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/floating-point.json' (22,465) at 20240405153054121 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/acinclude.m4' (22,466) at 20210307205553958 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_picozed_defconfig' (22,467) at 20210308005003288 2025-03-14 03:00:46.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-octeon.inc' (22,468) at 20210905000020581 2025-03-14 03:00:46.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.28.bb' (22,469) at 20241221090017656 2025-03-14 03:00:46.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-mc.yaml' (22,470) at 20220525020651690 2025-03-14 03:00:46.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/Kconfig' (22,471) at 20210308005002900 2025-03-14 03:00:46.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/Makefile' (22,472) at 20210308005003752 2025-03-14 03:00:46.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pcm.h' (22,473) at 20240405153231863 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tcg/tcg.c' (22,474) at 20241211090212530 to deleted uid set 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/trace-events' (22,475) at 20240326080039442 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/platform-access.c' (22,476) at 20240405153230259 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-s390.h' (22,477) at 20241211090145569 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/Makefile' (22,478) at 20210308005003076 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga100.c' (22,479) at 20240405153230611 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c' (22,480) at 20240405153051821 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtc/ds1286.h' (22,481) at 20210307214931498 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ilt.c' (22,482) at 20210307214929798 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/python/python3_%.bbappend' (22,483) at 20230503080014591 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/volatiles' (22,484) at 20210307205554482 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-include-poll.h-instead-of-sys-poll.h.patch' (22,485) at 20240106090017233 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800usb.h' (22,486) at 20210307214929906 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/media_controller.hpp' (22,487) at 20221229040004411 to deleted uid set 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max15301.c' (22,488) at 20240405153048869 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/cpu.c' (22,489) at 20210307214926198 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/Kconfig' (22,490) at 20210308005002724 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/check.c' (22,491) at 20210307214926690 2025-03-14 03:00:46.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/resolver/ad2s1200.c' (22,492) at 20240405153049013 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cs5520.c' (22,493) at 20240405153046661 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/neponset_defconfig' (22,494) at 20240405153045617 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.1.rst' (22,495) at 20230114040015518 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/interrupts.c' (22,496) at 20210308005002824 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/Makefile' (22,497) at 20240405153230691 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/hashtable_test.c' (22,498) at 20240405153053085 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/functions' (22,499) at 20220405030025645 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-emlid-neutis-n5.dtsi' (22,500) at 20210308005002620 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/clock_data.c' (22,501) at 20240405153045657 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8096.c' (22,502) at 20210308005002776 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml' (22,503) at 20221025030021809 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc.c' (22,504) at 20240405153051829 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-pid-vm.c' (22,505) at 20240405153054365 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/utils.h' (22,506) at 20240405153046613 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/gsc-core.c' (22,507) at 20240405153230815 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-paz00.dts' (22,508) at 20210308005002628 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/topology.c' (22,509) at 20240405153230127 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass' (22,510) at 20210904000018173 2025-03-14 03:00:46.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/Kbuild' (22,511) at 20210307214925670 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl372.c' (22,512) at 20240405153048933 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clk/ti-dra7-atl.h' (22,513) at 20210308005003632 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-clipboard.c' (22,514) at 20240906080037588 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/txrx_edma.h' (22,515) at 20240405153050481 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd.h' (22,516) at 20241001080013016 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-unknown' (22,517) at 20210307205553766 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/crypto_ctx.c' (22,518) at 20240405153052529 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/serial/serial-iso7816.rst' (22,519) at 20210307214925470 2025-03-14 03:00:46.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/264' (22,520) at 20240906080037564 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-dev.c' (22,521) at 20240405153230579 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/sandbox_hub.c' (22,522) at 20210308005003504 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/loader-fit.c' (22,523) at 20240906080037208 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/integrator.c' (22,524) at 20240405153045689 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ps8640.yaml' (22,525) at 20240405153045037 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_netdev_ethtool.py' (22,526) at 20241211090212542 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/video/fbdev.c' (22,527) at 20240405153046085 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/atomic.h' (22,528) at 20210307214926578 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/cdns,dphy-rx.yaml' (22,529) at 20240405153045129 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/Makefile' (22,530) at 20240405153045689 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/ddr2_timing.h' (22,531) at 20210308005003372 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8737.yaml' (22,532) at 20240405153045173 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/iomux.h' (22,533) at 20210308005002652 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/uncore-memory.json' (22,534) at 20240405153054145 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dma-mv_xor.h' (22,535) at 20210307214931474 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-ma901.c' (22,536) at 20210307214928770 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/wpcm450_defconfig' (22,537) at 20240405153045617 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded' (22,538) at 20210307205554386 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cpld.hpp' (22,539) at 20230520080006628 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/lv' (22,540) at 20210308005046149 2025-03-14 03:00:46.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Fan.v1_5_2.json' (22,541) at 20240619080002948 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/m88ds3103.c' (22,542) at 20240405153230779 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml' (22,543) at 20240405153045141 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxreg-lc.c' (22,544) at 20240405153051389 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_11_0_0_offset.h' (22,545) at 20210307214927346 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/src/update-ra-gw@.service.in' (22,546) at 20230629131804623 to deleted uid set 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1110.dts' (22,547) at 20240405153045505 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/boot/dts/linked_dtb.S' (22,548) at 20210307214926174 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/bus.json' (22,549) at 20240405153054113 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb' (22,550) at 20241221090017636 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/guid.cpp' (22,551) at 20240829080025807 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm43xx.h' (22,552) at 20240405153045669 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h' (22,553) at 20210308005002780 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/device.h' (22,554) at 20210309003649016 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/Makefile' (22,555) at 20210307214930586 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/init_64.c' (22,556) at 20240405153230047 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_xmit.c' (22,557) at 20240405153051901 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/smbus-protocol.rst' (22,558) at 20240405153045221 2025-03-14 03:00:46.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.h' (22,559) at 20210307214927286 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/cleanup.sh' (22,560) at 20210307214932738 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/vmx_preempt.c' (22,561) at 20240405153232283 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/renesas_rpc_hf.c' (22,562) at 20210308005003416 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.tar.gz' (22,563) at 20210307205554386 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/idt77252.c' (22,564) at 20240830080013247 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/unistd.h' (22,565) at 20240405153046129 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_fan_zone_yaml.pl' (22,566) at 20210308005052045 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey-nettle.c.inc' (22,567) at 20241211090212230 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts' (22,568) at 20240405153229883 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_open_unittest.cpp' (22,569) at 20210308005134001 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Root.order' (22,570) at 20210307205554610 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_sysfs.c' (22,571) at 20210309003650424 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_if_mmio.c' (22,572) at 20220525020653911 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7742-iwg21m.dtsi' (22,573) at 20240405153045549 2025-03-14 03:00:46.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/start.S' (22,574) at 20210308005002800 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/phy.rst' (22,575) at 20240405153229823 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/stratix10-svc.c' (22,576) at 20240405153230299 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-cadet.c' (22,577) at 20210307214928770 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_rm_xics.c' (22,578) at 20240405153046165 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb' (22,579) at 20210307205554390 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/README.rst' (22,580) at 20241211090212478 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8997-tables.c' (22,581) at 20240405153230839 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb-device.yaml' (22,582) at 20240405153045185 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ecryptfs.rst' (22,583) at 20210307214925482 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/elfload.c' (22,584) at 20240906080037156 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptp/Makefile' (22,585) at 20240405153054365 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/cache.c' (22,586) at 20240405153231679 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/diag.sh' (22,587) at 20240405153232279 2025-03-14 03:00:46.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ops.h' (22,588) at 20240405153046093 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl/0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch' (22,589) at 20241221090017644 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/fix-parallel-build.patch' (22,590) at 20220204040022684 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/perf_regs.h' (22,591) at 20240405153045865 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c' (22,592) at 20240405153048505 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Rainier.json' (22,593) at 20240809080033019 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ia_css_sdis_common.host.h' (22,594) at 20210307214930562 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/load_uefi.c' (22,595) at 20240405153053473 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message/types.hpp' (22,596) at 20230513080027502 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_with_ucode_ptr.py' (22,597) at 20210308005003748 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml' (22,598) at 20240405153045113 2025-03-14 03:00:46.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/xattr_user.c' (22,599) at 20240405153052393 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debug.h' (22,600) at 20240405153053289 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/arch_topology.h' (22,601) at 20240405153052657 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch' (22,602) at 20241221090017524 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/de212/include/variant/tie-asm.h' (22,603) at 20210307214926770 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun4i-display.c' (22,604) at 20210307214927030 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/ls1046.c' (22,605) at 20210308005003432 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TermReadKey' (22,606) at 20241221090017616 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mucmc52.dts' (22,607) at 20240405153046093 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/env.hpp' (22,608) at 20240731080033666 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NOR_SECBOOT_defconfig' (22,609) at 20210308005003240 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-battery-power-supply.yaml' (22,610) at 20240405153045141 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/gcc.py' (22,611) at 20220910030013401 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/Kconfig' (22,612) at 20210307214930702 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/minnowmax.dts' (22,613) at 20210308005002872 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/report.cpp' (22,614) at 20240904080048947 to deleted uid set 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/adi_gpio2.c' (22,615) at 20210308005003376 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/config.mk' (22,616) at 20210308005002828 2025-03-14 03:00:46.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/iio_simple_dummy.h' (22,617) at 20210307214928342 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag_local.h' (22,618) at 20210307214930546 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_wdt.h' (22,619) at 20210308005002716 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/reset.c' (22,620) at 20210308005002796 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb' (22,621) at 20240302090018210 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2832_priv.h' (22,622) at 20240405153230779 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-microdev/io.c' (22,623) at 20210307214926538 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/MANIFEST' (22,624) at 20240405153054085 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nsh/Makefile' (22,625) at 20210307214932038 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/idle.h' (22,626) at 20240405153046277 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/32/kup.h' (22,627) at 20240405153230027 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-standalone.default' (22,628) at 20210307205554122 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/ddr-setup.cfg' (22,629) at 20210308005002924 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_w.c' (22,630) at 20210308005046513 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a0_spl.h' (22,631) at 20210308005003596 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/trace.h' (22,632) at 20210308005045969 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/phosphor-dbus-interfaces.wrap' (22,633) at 20220322030035936 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire0.conf' (22,634) at 20210307205553722 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/switch_to.h' (22,635) at 20240405153045625 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-interconnection.h' (22,636) at 20210307214932394 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_mpc.h' (22,637) at 20210309003652320 2025-03-14 03:00:46.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_preemption_timer_test.c' (22,638) at 20240405153054325 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uaccess.h' (22,639) at 20240624080012768 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_prbs.h' (22,640) at 20210307214930550 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hip07.dtsi' (22,641) at 20240405153229931 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/interrupts.c' (22,642) at 20210308005002800 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/schema.py' (22,643) at 20241211090212458 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/atd.init' (22,644) at 20210307205554558 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/Makefile' (22,645) at 20240405153046921 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_eq.c' (22,646) at 20220525020653155 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/kernel.spec' (22,647) at 20240405153232107 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chromebox_panther.h' (22,648) at 20210308005003588 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c' (22,649) at 20210308005003456 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rbtree_augmented.h' (22,650) at 20240405153231835 2025-03-14 03:00:46.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-base.inc' (22,651) at 20241221090017572 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/generic-chip.c' (22,652) at 20240405153231911 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/main.h' (22,653) at 20240613080016551 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/misc/altera.h' (22,654) at 20210307214931550 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_msc01.c' (22,655) at 20210308005003452 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/scheduler/Makefile' (22,656) at 20210307214928034 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/squashfs.rst' (22,657) at 20210307214925490 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/apple-efuses.c' (22,658) at 20240520080015163 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/channel_map.h' (22,659) at 20240405153052889 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_mm_test.c' (22,660) at 20240405153048769 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/soft-dirty.rst' (22,661) at 20240405153044961 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_overlay.h' (22,662) at 20210307214927806 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/contributing.md' (22,663) at 20220402030016067 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/copy_user.S' (22,664) at 20240405153230095 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/dev_addr_lists.sh' (22,665) at 20240405153054293 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-actions/Kconfig' (22,666) at 20210307214925870 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/topic_miamilite_defconfig' (22,667) at 20210308005003284 2025-03-14 03:00:46.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig' (22,668) at 20210308005003240 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_mpu401.c' (22,669) at 20220525020654987 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe.h' (22,670) at 20210307214932586 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/Makefile' (22,671) at 20210308005003168 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_cxt.h' (22,672) at 20240405153050213 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/irq-pm-s3c64xx.c' (22,673) at 20210309003648712 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/da9055.txt' (22,674) at 20210307214925358 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/index.html' (22,675) at 20220602030014530 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ipmi.c' (22,676) at 20221215040039086 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos7885.h' (22,677) at 20241011080017371 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d27_som1_ek.h' (22,678) at 20210308005003612 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/hi847.c' (22,679) at 20240405153230787 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/sys_call_table.c' (22,680) at 20210307214926318 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/m920x.c' (22,681) at 20240405153049553 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/file/files/print_c.patch' (22,682) at 20230919080013986 to deleted uid set 2025-03-14 03:00:46.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/network.py' (22,683) at 20220910030013405 2025-03-14 03:00:46.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/patch_ca0132.c' (22,684) at 20240405153053533 to deleted uid set 2025-03-14 03:00:46.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fsl_validate.c' (22,685) at 20210308005002960 2025-03-14 03:00:46.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/i2c_bus.svg' (22,686) at 20210307214925510 2025-03-14 03:00:46.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_520x.h' (22,687) at 20210308005002804 2025-03-14 03:00:46.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/boost.wrap' (22,688) at 20240625080021640 2025-03-14 03:00:46.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/selftest/allowedips.c' (22,689) at 20240405153050397 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8250.h' (22,690) at 20240405153230739 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/MAINTAINERS' (22,691) at 20210308005003040 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rxrpc.h' (22,692) at 20210309003653996 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/sb-live-mixer.rst' (22,693) at 20240405153229827 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ps3stor.h' (22,694) at 20210307214926390 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK04.boot' (22,695) at 20210307214932714 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/bnx2i_sysfs.c' (22,696) at 20240405153051585 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/stm32-dac.c' (22,697) at 20240405153048981 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/find_bit_benchmark.c' (22,698) at 20240405153053085 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexa710.inc' (22,699) at 20240301090012451 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Olofstrom' (22,700) at 20210307205553790 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/clock.c' (22,701) at 20210308005002776 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt286.h' (22,702) at 20210307214931598 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/silan/sc92031.c' (22,703) at 20240405153050293 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/README.md' (22,704) at 20240809080033019 2025-03-14 03:00:46.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/manifest.hpp' (22,705) at 20221229040004411 to deleted uid set 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_marvel.c' (22,706) at 20240405153045353 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/cppi41.c' (22,707) at 20240405153047009 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/version.h' (22,708) at 20210307214929778 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset/0001-fbset-including-asm-types.h-is-needed-on-all-linux-s.patch' (22,709) at 20210307205553970 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-integrity/classes/ima-evm-rootfs.bbclass' (22,710) at 20241221090017576 to deleted uid set 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i.dtsi' (22,711) at 20240405153045381 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch' (22,712) at 20241221090017676 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.5.0.bb' (22,713) at 20241221090017496 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/dm-ebs-target.c' (22,714) at 20240405153049245 to deleted uid set 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/of_live.c' (22,715) at 20210308005003708 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_usbtty_defconfig' (22,716) at 20210308005003280 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/scu.c' (22,717) at 20210308005002884 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/0001-Honour-multilib-paths.patch' (22,718) at 20221005030014098 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_pkt_md_access.c' (22,719) at 20240405153054277 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/.clang-format-c' (22,720) at 20210308005108641 2025-03-14 03:00:46.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/sii9022.c' (22,721) at 20241211090212266 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/dst.h' (22,722) at 20240405153052841 to deleted uid set 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/actions/owl-sps-helper.c' (22,723) at 20240405153231347 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/qcom,pm8921-pwrkey.yaml' (22,724) at 20240405153045081 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/condvar.rs' (22,725) at 20240405153053421 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kernel-page-flags.h' (22,726) at 20210307214931638 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/bosch,bma255.yaml' (22,727) at 20240405153045065 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/suspend.c' (22,728) at 20240405153046229 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/hists.c' (22,729) at 20241008080014051 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kvm_types.h' (22,730) at 20240405153052717 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-accounts-modal-settings.html' (22,731) at 20210308005107065 2025-03-14 03:00:46.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boras_Dalsjofors' (22,732) at 20210307205553778 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/metrics.json' (22,733) at 20220525020655143 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6311-regulator.c' (22,734) at 20240405153231363 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-class-multicolor.rst' (22,735) at 20210309003648432 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-bmc.yaml' (22,736) at 20210307205553698 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/head_32.S' (22,737) at 20210307214926542 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/tsens.c' (22,738) at 20241216090017741 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/isp1704_charger.c' (22,739) at 20210307214930162 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h' (22,740) at 20210308005002796 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/SECURITY.md' (22,741) at 20241221090017488 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/luton/luton.c' (22,742) at 20210308005003020 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf.py' (22,743) at 20240326080039726 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/Makefile' (22,744) at 20210307214929982 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/core.c' (22,745) at 20240910080014026 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-chromeos-driver-cros-ec-vbc' (22,746) at 20210307214925194 2025-03-14 03:00:46.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl.dtsi' (22,747) at 20210308005002584 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/core.c' (22,748) at 20240405153053241 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ci_dpm.h' (22,749) at 20210307214927994 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vfminmax.c' (22,750) at 20241211090212550 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_helpers.c' (22,751) at 20210308005002784 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/nal-hevc.c' (22,752) at 20240405153049393 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/frontend.json' (22,753) at 20240405153054149 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pmac_feature.h' (22,754) at 20240405153046125 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bitops-llsc.h' (22,755) at 20210307214926550 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig' (22,756) at 20210307214926366 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/exynos_thermal_emulation.rst' (22,757) at 20210307214925474 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stm32-adc-core.c' (22,758) at 20240405153230691 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/print_binary.c' (22,759) at 20210309003655960 2025-03-14 03:00:46.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/x86_64/vdso.so' (22,760) at 20240326080039566 to deleted uid set 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7790-stout.dts' (22,761) at 20240405153229895 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/popmetal-rk3288.c' (22,762) at 20210308005002944 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-h3.h' (22,763) at 20240405153046857 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging_utils.hpp' (22,764) at 20210323000034099 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/ac-prog-cxx.patch' (22,765) at 20230706080014757 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hyperv/hyperv_drm_proto.c' (22,766) at 20240405153048429 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/layla20_dsp.c' (22,767) at 20220525020654995 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/taskstats_kern.h' (22,768) at 20210307214931522 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ioctl.h' (22,769) at 20240405153048617 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/dir.c' (22,770) at 20220525020654487 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_hw.c' (22,771) at 20240405153231067 to deleted uid set 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mac_asc.h' (22,772) at 20210307214926162 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/bpf_doc.py' (22,773) at 20240411080014154 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tables_csum.c' (22,774) at 20210308005003712 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_pcie2.c' (22,775) at 20210307214926902 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/VirtualMedia_v1.xml' (22,776) at 20240619080002940 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0288.h' (22,777) at 20210307214928638 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/pca9551_led.c' (22,778) at 20210308005003400 2025-03-14 03:00:46.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi' (22,779) at 20240405153045829 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/libgpiod.wrap' (22,780) at 20240628080018949 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_lirc_mode2_user.c' (22,781) at 20240405153054285 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/jr2_pcb111.dts' (22,782) at 20210308005002812 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libpldm/libpldm_%.bbappend' (22,783) at 20241208090011420 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.h' (22,784) at 20240405153230591 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_tx_pkt.c' (22,785) at 20240906080037264 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cpu-plug-test.c' (22,786) at 20221215040039370 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/metricgroups.json' (22,787) at 20240405153054145 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_chrdev.c' (22,788) at 20240405153231579 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/siano/smsusb.c' (22,789) at 20240405153049573 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-firmware_node' (22,790) at 20210307214925198 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/vlv_dsi.h' (22,791) at 20240405153048465 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_stm32mp1.c' (22,792) at 20210308005003348 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/kern_levels.h' (22,793) at 20210307214932474 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pm.h' (22,794) at 20210308005002876 2025-03-14 03:00:46.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml' (22,795) at 20240628080013973 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/calimain.h' (22,796) at 20210308005003588 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_versatile.h' (22,797) at 20210307214927990 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/phase_fault_detection.md' (22,798) at 20240809080033023 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b155v2.dts' (22,799) at 20240405153229883 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/rng.h' (22,800) at 20240405153052625 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c' (22,801) at 20210308005046517 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/accel/Kconfig' (22,802) at 20210307214930518 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_ap.h' (22,803) at 20210307214929862 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/Kconfig.debug' (22,804) at 20210307214925662 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/util.cpp' (22,805) at 20240817080006811 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/avx512.c' (22,806) at 20240405153053097 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/dwc3/dwc3-am62.c' (22,807) at 20240405153231543 to deleted uid set 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/marvel.txt' (22,808) at 20210307214925454 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h' (22,809) at 20240405153047233 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_fops.c' (22,810) at 20240405153051829 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7629-rfb-u-boot.dtsi' (22,811) at 20210308005002596 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdblock.c' (22,812) at 20240405153230867 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vhe/sysreg-sr.c' (22,813) at 20240405153045885 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/Makefile' (22,814) at 20210308005002920 2025-03-14 03:00:46.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/ms7720se.c' (22,815) at 20210308005003020 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_nvram.c' (22,816) at 20210309003652872 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_reg_wdma.h' (22,817) at 20240405153049413 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/journal.rst' (22,818) at 20240405153045205 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/service_files/pldmd.service' (22,819) at 20220921100039926 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c' (22,820) at 20240910080014042 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/pgalloc.h' (22,821) at 20240405153230019 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.21.bb' (22,822) at 20241221090017492 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ali15x3.c' (22,823) at 20240405153230671 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_utils.h' (22,824) at 20210307214926462 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/power_state.c' (22,825) at 20210308005002852 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/OWNERS' (22,826) at 20220723030029813 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0001-compile.mk-use-CFLAGS-from-environment.patch' (22,827) at 20241221090017472 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ti/k3.yaml' (22,828) at 20240405153229755 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_missing_file.cpp' (22,829) at 20210308005108645 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e63m0-spi.c' (22,830) at 20240405153048693 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/eva.h' (22,831) at 20210307214926214 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/layer.conf' (22,832) at 20241221090017564 2025-03-14 03:00:46.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/Makefile' (22,833) at 20210308005002856 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfc_multi.h' (22,834) at 20210307214928538 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/genalloc.h' (22,835) at 20210307214931390 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc74xx' (22,836) at 20210308005003296 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/msi.c' (22,837) at 20240906080037276 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/common.c' (22,838) at 20240405153053129 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-ultimate.dts' (22,839) at 20210308005002592 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/xlnx,versal-net-cdx.yaml' (22,840) at 20240405153045021 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/ibmphp_hpc.c' (22,841) at 20240405153051245 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/icp_multi.c' (22,842) at 20240405153046897 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/decstation_defconfig' (22,843) at 20240405153045993 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c' (22,844) at 20240405153049857 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basebuildpage.html' (22,845) at 20210307205554282 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_8_2_d.h' (22,846) at 20210307214927534 2025-03-14 03:00:46.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r9a06g032.dtsi' (22,847) at 20240405153045557 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/glue-cache.h' (22,848) at 20210307214925850 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h' (22,849) at 20240405153048505 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_trace.h' (22,850) at 20210309003650980 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ux500/Kconfig' (22,851) at 20210307214930450 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8555CDS_defconfig' (22,852) at 20210308005003240 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/crypto/chacha20-s390/Makefile' (22,853) at 20240405153054221 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/name.c' (22,854) at 20210307214931122 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/cmpxchg.h' (22,855) at 20240405153046501 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/6.Followthrough.rst' (22,856) at 20220525020651770 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/exceptions-64e.S' (22,857) at 20240405153046141 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/misc.c' (22,858) at 20210307214931246 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_controller.c' (22,859) at 20240405153053529 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-km_fixedeth.dts' (22,860) at 20240405153045457 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.2.rst' (22,861) at 20240413080012675 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_channel.c' (22,862) at 20210309003650372 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tda7419.c' (22,863) at 20241001080013036 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-open.rst' (22,864) at 20210309003648492 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/port_range_scale.sh' (22,865) at 20240405153232267 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/rv/da_monitor.h' (22,866) at 20240405153231859 to deleted uid set 2025-03-14 03:00:47.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/meminit.h' (22,867) at 20220525020651974 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-nbd.rst' (22,868) at 20240326080039406 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbutils.hpp' (22,869) at 20230331080010310 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/trans.c' (22,870) at 20240405153052377 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/Kconfig' (22,871) at 20240405153231571 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/chip.c' (22,872) at 20241211090145569 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/usb_a9263.c' (22,873) at 20210308005002944 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.h' (22,874) at 20210307214929478 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/hd.h' (22,875) at 20240405153052697 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread_10.sh' (22,876) at 20240405153232231 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-apq8064-sata.c' (22,877) at 20240405153231311 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stdarg.h' (22,878) at 20220525020654619 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/video/video.c' (22,879) at 20240405153051869 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb_common.c' (22,880) at 20220525020654983 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/10-early-mounts' (22,881) at 20230210040014334 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/writeonly.cpp' (22,882) at 20210308005116217 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_aspeed.h' (22,883) at 20220418100043789 2025-03-14 03:00:47.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.err' (22,884) at 20240906080037560 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/FACS' (22,885) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/caching/backend-api.rst' (22,886) at 20240405153045201 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/other.json' (22,887) at 20240405153054137 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_acpi.c' (22,888) at 20240405153048433 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/kgdb.c' (22,889) at 20220525020651882 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/response_manager.h' (22,890) at 20210307214929354 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/mtd/inftl-user.h' (22,891) at 20210307214931690 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/device_finder.cpp' (22,892) at 20240817080031288 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/Makefile' (22,893) at 20240613080016375 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ariel-pwrbutton.yaml' (22,894) at 20240405153045077 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/local.conf.sample' (22,895) at 20241221090017568 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/libcper.wrap' (22,896) at 20241125090040576 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/decodetree.py' (22,897) at 20230925080039989 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/object.c' (22,898) at 20240405153048625 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.c' (22,899) at 20220525020652506 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb' (22,900) at 20240413080012635 to deleted uid set 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/bind.c' (22,901) at 20240405153053353 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_attach_probe_manual.c' (22,902) at 20240405153054273 2025-03-14 03:00:47.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c' (22,903) at 20240405153048793 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a7.dtsi' (22,904) at 20240405153045829 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx35.dtsi' (22,905) at 20240405153045489 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/he.c' (22,906) at 20240624080012828 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/linux/virtio-uml.h' (22,907) at 20220525020652126 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-mk802ii.dts' (22,908) at 20210308005002616 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun50i_h6.h' (22,909) at 20210308005002668 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/qos.h' (22,910) at 20210308005003032 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0004-call-native-helpers.patch' (22,911) at 20241221090017488 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/sckc.c' (22,912) at 20210308005003348 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/socfpga.c' (22,913) at 20210308005003072 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/jump_label.h' (22,914) at 20240405153230019 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tcp_rtt.c' (22,915) at 20240405153054273 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wl1273-core.h' (22,916) at 20210307214931438 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/compat.c' (22,917) at 20240405153046993 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/u-boot.lds' (22,918) at 20210308005002952 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_region.c' (22,919) at 20210308005003708 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm5301x-nand-cs0-bch4.dtsi' (22,920) at 20240405153045425 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_ac5.h' (22,921) at 20210308005002780 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-drm.cfg' (22,922) at 20241221090017468 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ts.c' (22,923) at 20240906080037580 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-ldp.dts' (22,924) at 20240405153045605 2025-03-14 03:00:47.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/sifive_pwm.h' (22,925) at 20220429100100570 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2_retimer.json' (22,926) at 20241213090004421 to deleted uid set 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/namei.c' (22,927) at 20210307214931230 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.h' (22,928) at 20240405153047297 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/quad.h' (22,929) at 20210307214931538 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/arche-platform.c' (22,930) at 20240613080016467 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/ocrdma-abi.h' (22,931) at 20210307214931690 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged.hpp' (22,932) at 20210308004942076 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/ar7part.c' (22,933) at 20210307214929234 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/connmark.json' (22,934) at 20240405153054377 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/lu-All' (22,935) at 20210307205553774 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/pistachio-internal-dac.c' (22,936) at 20240405153053937 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xfi3_defconfig' (22,937) at 20210308005003284 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig/0001-cmake-Pass-PROBE_NAME-via-CFLAGS.patch' (22,938) at 20220402030015959 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/current.h' (22,939) at 20240405153045961 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc.py' (22,940) at 20210308005003760 2025-03-14 03:00:47.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/eepro100.c' (22,941) at 20210308005003428 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ThermalDirection/meson.build' (22,942) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/basic.json' (22,943) at 20240405153054117 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmievd.init.redhat' (22,944) at 20210308004938816 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/compat_linux.c' (22,945) at 20210307214926518 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear300.dtsi' (22,946) at 20240405153045577 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/debug_core.h' (22,947) at 20210307214931722 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/LICENSE' (22,948) at 20210308005053385 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos5250-usb2.c' (22,949) at 20220525020653871 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/lan9303_mdio.c' (22,950) at 20240405153230903 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/pi/Makefile' (22,951) at 20240405153230071 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/def.h' (22,952) at 20210307214929926 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/resource.hpp' (22,953) at 20240619080002916 to deleted uid set 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig' (22,954) at 20210308005003240 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (22,955) at 20241219090012976 to deleted uid set 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_type_tag_percpu.c' (22,956) at 20240405153054269 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/io.hpp' (22,957) at 20230511080043139 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rzg2l_mipi_dsi.c' (22,958) at 20240405153230631 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/vegman-led-manager-config-native.bb' (22,959) at 20241206090014286 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/reset.c' (22,960) at 20210308005002820 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.h' (22,961) at 20210307214927306 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/read_acquire' (22,962) at 20240405153053433 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb' (22,963) at 20210812000025214 2025-03-14 03:00:47.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/run-ptest' (22,964) at 20240113090014536 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger_manager.hpp' (22,965) at 20220412175720086 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-intel.h' (22,966) at 20240405153051789 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_exports.c' (22,967) at 20210307214926422 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/syscon.h' (22,968) at 20210308005003688 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile' (22,969) at 20210307205554390 to deleted uid set 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/bman.h' (22,970) at 20210307214931590 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/setup_tx4938.c' (22,971) at 20240405153046057 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/da850.c' (22,972) at 20240405153045637 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa3xx.c' (22,973) at 20240405153045677 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/Kconfig' (22,974) at 20240405153046609 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-esdhc.c' (22,975) at 20240405153230859 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/dma.h' (22,976) at 20210307214929790 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ax88796.h' (22,977) at 20240405153052833 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt3/pt3_dma.c' (22,978) at 20210307214928706 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/thermal/rockchip-thermal.txt' (22,979) at 20210308005003328 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ARM-memory-map' (22,980) at 20210308005003288 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strcpy-lit.c' (22,981) at 20240405153053105 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/x86/Makefile' (22,982) at 20210307214932450 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgtsi.c' (22,983) at 20210308005046529 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/dirty.c' (22,984) at 20240405153231575 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/dm-verity-image-initramfs.bb' (22,985) at 20241221090017576 2025-03-14 03:00:47.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sdram_arria10.c' (22,986) at 20210308005003360 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/soundwire/stream.rst' (22,987) at 20210309003648412 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/imx-scu-soc.c' (22,988) at 20240405153230299 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sim.h' (22,989) at 20210307214926242 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/__init__.py' (22,990) at 20210307205554634 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/os_intfs.c' (22,991) at 20240405153051897 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/addr.h' (22,992) at 20210307214931518 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pvpanic/Makefile' (22,993) at 20220525020653371 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/subprojects/sdbusplus.wrap' (22,994) at 20220525020433159 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SAX-PD' (22,995) at 20210307205554426 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/README' (22,996) at 20210308005046065 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/align.h' (22,997) at 20220525020654547 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/xattr.c' (22,998) at 20210307214931242 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_detection.cpp' (22,999) at 20240817080031296 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/access_variable_array.c' (23,000) at 20240405153054245 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field4.decode' (23,001) at 20210308005046389 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas5086.c' (23,002) at 20240405153053805 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/fsl,imx8qxp-sc-gpio.yaml' (23,003) at 20240405153045061 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/hack-coff.c' (23,004) at 20210307214926362 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_vidi.c' (23,005) at 20240624080012776 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/ping.c' (23,006) at 20240405153049013 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/m53menlo.h' (23,007) at 20210308005003604 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/kcomedilib/kcomedilib_main.c' (23,008) at 20240405153046909 2025-03-14 03:00:47.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/0002-Do-not-treat-warnings-as-errors.patch' (23,009) at 20241221090017632 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/sprd-uart.yaml' (23,010) at 20240405153045153 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fldcst.c' (23,011) at 20210308005046497 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/mcp79.c' (23,012) at 20220525020652959 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov8865.c' (23,013) at 20240405153049333 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c' (23,014) at 20240405153048801 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/sromc.h' (23,015) at 20210308005002724 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9121-regulator.h' (23,016) at 20240405153051461 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max77541-adc.c' (23,017) at 20240405153048957 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/.clang-format' (23,018) at 20241219090018792 to deleted uid set 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/amphion,vpu.yaml' (23,019) at 20240405153229771 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/mc-devnode.c' (23,020) at 20240617080017394 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm6350.c' (23,021) at 20240405153230739 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-samhainrc-fix-files-dirs-path.patch' (23,022) at 20210307205554122 2025-03-14 03:00:47.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ipv6.h' (23,023) at 20240405153053229 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/km_arm.c' (23,024) at 20210308005003012 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/cache.h' (23,025) at 20210308005002808 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/export-to-postgresql-report' (23,026) at 20210307214932566 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/Makefile' (23,027) at 20210308005002800 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/mmu.h' (23,028) at 20240405153045937 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha512-avx-asm.S' (23,029) at 20240405153046365 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FilePath/meson.build' (23,030) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/ashldi3.S' (23,031) at 20240405153230095 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vdso.h' (23,032) at 20240405153046249 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/Makefile' (23,033) at 20210307214929282 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/cpu_loop.c' (23,034) at 20221215040039206 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7923.yaml' (23,035) at 20240405153045069 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded' (23,036) at 20241206090014294 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips-common' (23,037) at 20230919080013994 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/librapl.c' (23,038) at 20220525020652915 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/uapi/asm/perf_regs.h' (23,039) at 20240405153054033 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/meson.build' (23,040) at 20240920080018291 to deleted uid set 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-etm3x' (23,041) at 20240405153229727 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/lib/seq_buf.c' (23,042) at 20240405153053101 to deleted uid set 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/ttusb2.h' (23,043) at 20210307214928822 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_transaction.c' (23,044) at 20210309003654576 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/internal.h' (23,045) at 20240726080012866 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/trace.h' (23,046) at 20241211090212282 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-a83t.c' (23,047) at 20240405153046857 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes.txt' (23,048) at 20210307205553674 2025-03-14 03:00:47.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/iostat.c' (23,049) at 20240405153052357 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c' (23,050) at 20240613080016459 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/inode.c' (23,051) at 20240830080013319 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/floppy.h' (23,052) at 20240405153046109 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb' (23,053) at 20240302090018242 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/ci.c' (23,054) at 20210927100127329 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/device.c' (23,055) at 20241211090145569 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/mmzone.h' (23,056) at 20210307214926222 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl355_core.c' (23,057) at 20240405153048929 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/socionext,synquacer-i2c.yaml' (23,058) at 20240405153045065 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tqma6ull2.dtsi' (23,059) at 20240405153045529 2025-03-14 03:00:47.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-win32.c' (23,060) at 20241211090212454 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-vp3054-i2c.h' (23,061) at 20210307214928694 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/dlmalloc.c' (23,062) at 20210308005003224 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.h' (23,063) at 20240405153231059 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c' (23,064) at 20210307214927266 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/navpoint.h' (23,065) at 20210307214931406 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/arizona-spi.c' (23,066) at 20240405153230831 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_vti.c' (23,067) at 20240405153053249 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/clang-tools/gen_compile_commands.py' (23,068) at 20240405153232103 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ch7301.h' (23,069) at 20210308005003000 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/avr_timer16.h' (23,070) at 20210927100127241 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/boards.h' (23,071) at 20240405153046017 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/network_device_message_registry.hpp' (23,072) at 20241211090002379 to deleted uid set 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/rail.hpp' (23,073) at 20240817080031288 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/fortran-helloworld.bb' (23,074) at 20241221090017604 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/coredump.h' (23,075) at 20240405153231839 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-mt6323.txt' (23,076) at 20240405153045089 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb' (23,077) at 20241206090014246 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/orc_lookup.h' (23,078) at 20210307214926670 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_vid_1.sh' (23,079) at 20240405153054341 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png' (23,080) at 20210307205554270 to deleted uid set 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/Kconfig' (23,081) at 20210308005003076 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/pci_handler.hpp' (23,082) at 20230316080002074 2025-03-14 03:00:47.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/hpre/hpre.h' (23,083) at 20240405153046941 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/ess.c' (23,084) at 20220525020653667 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_nulldev.c' (23,085) at 20210308005003484 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/layer.conf' (23,086) at 20241221090017476 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/starfive/Kconfig' (23,087) at 20240405153051485 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/ieee802154.h' (23,088) at 20210307214931934 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/tree_64.c' (23,089) at 20210307214926614 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson.h' (23,090) at 20240405153051321 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/cmdline.c' (23,091) at 20210309003649000 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/lpc32xx_defconfig' (23,092) at 20240405153229907 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-11' (23,093) at 20230114040005626 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/mach64_accel.c' (23,094) at 20210307214930902 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_mplsoudp.c' (23,095) at 20240405153050109 2025-03-14 03:00:47.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alacritech/Kconfig' (23,096) at 20210307214929286 2025-03-14 03:00:47.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4state.c' (23,097) at 20241018080014558 2025-03-14 03:00:47.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pci-gli.c' (23,098) at 20241111090012125 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/Makefile' (23,099) at 20240405153046609 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts' (23,100) at 20240405153045437 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_plane.c' (23,101) at 20240415080012967 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ansi_cprng.c' (23,102) at 20220525020652210 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/pll_config.h' (23,103) at 20210308005003072 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_div.c' (23,104) at 20210308005046529 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/uffd-stress.c' (23,105) at 20240405153232275 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-clps711x/board-dt.c' (23,106) at 20210307214925874 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Device.errors.yaml' (23,107) at 20210308005049145 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid.bb' (23,108) at 20241206090014234 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/preferred/BSD-3-Clause' (23,109) at 20210308005046065 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/include/data_interface_mock.hpp' (23,110) at 20220608030001857 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,ufs-phy.yaml' (23,111) at 20240405153045129 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml' (23,112) at 20240405153229791 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/Makefile' (23,113) at 20210307214929886 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/journal.mako.cpp' (23,114) at 20210308005108057 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/cmtp/Makefile' (23,115) at 20210307214931882 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/hci_sync.h' (23,116) at 20240913080013837 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/irq.h' (23,117) at 20210307214931302 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0_64.S' (23,118) at 20210308005002708 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_xtfpga.c' (23,119) at 20210308005003496 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/scan.h' (23,120) at 20210307214929970 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lt3593.txt' (23,121) at 20210307214925346 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb' (23,122) at 20240302090018214 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/copyfile.c' (23,123) at 20210307214932586 2025-03-14 03:00:47.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-x86_32-has-stack-protector.sh' (23,124) at 20240805080014063 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/test/test.c' (23,125) at 20220525020654755 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/encoding.h' (23,126) at 20210308005002844 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ipsec.rst' (23,127) at 20210307214925538 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/xlated_dumper.h' (23,128) at 20240405153232207 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-2.1.0-src.inc' (23,129) at 20241221090017472 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211msg.h' (23,130) at 20240405153051953 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-r8a7779.c' (23,131) at 20240405153046833 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_ar933x.c' (23,132) at 20210308005003484 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ostmark' (23,133) at 20210307205553790 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/286' (23,134) at 20240906080037564 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/snd_ps3_reg.h' (23,135) at 20220525020655015 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mdio/mdio-uclass.c' (23,136) at 20210308005003436 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/acpi.h' (23,137) at 20240405153229991 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb.h' (23,138) at 20210308005002820 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7986-wed-pcie.yaml' (23,139) at 20240405153045013 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-berlin-usb.c' (23,140) at 20220525020653863 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/config.c.in' (23,141) at 20210307214926622 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-kensington.c' (23,142) at 20210307214928090 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgm200.c' (23,143) at 20210307214927962 2025-03-14 03:00:47.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3128.h' (23,144) at 20210308005002660 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lpss-platform.c' (23,145) at 20240405153051449 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/xfrm.h' (23,146) at 20240405153052945 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-uniphier/Kconfig' (23,147) at 20210307214925966 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/perfctr.h' (23,148) at 20210307214926590 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/console_32.c' (23,149) at 20210307214926614 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/char/ipmi/ssif_bmc.c' (23,150) at 20240805080013943 to deleted uid set 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun4i-a10-ccu.h' (23,151) at 20210308005003636 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/nv_tco.h' (23,152) at 20210309003653352 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/aircrack-ng/aircrack-ng_1.6.bb' (23,153) at 20220502030010124 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/Makefile' (23,154) at 20210307214929834 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/manualcmds.hpp' (23,155) at 20221111040035058 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/vsyscall.h' (23,156) at 20210307214926682 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adl_pci9118.c' (23,157) at 20240405153046889 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sxsabreauto.h' (23,158) at 20210308005003604 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/simple-mux.c' (23,159) at 20240405153053785 2025-03-14 03:00:47.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/tach_sensor.hpp' (23,160) at 20240820080023694 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sh-hspi.c' (23,161) at 20240405153231467 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_ldt.h' (23,162) at 20210307214926242 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ti-k3.c' (23,163) at 20240405153231375 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/ratelimiter.c' (23,164) at 20220525020653703 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/wpantund/basename.patch' (23,165) at 20240413080012643 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/ti-cpufreq.c' (23,166) at 20241008080013915 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6s_wru4_mmc_defconfig' (23,167) at 20210308005003284 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6-logicpd-som.dtsi' (23,168) at 20210308005002584 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/ks8842.c' (23,169) at 20240405153050161 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revC.dts' (23,170) at 20210308005002636 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_profile.c' (23,171) at 20240405153049089 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/clang.patch' (23,172) at 20210307205553902 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mmp3-hsic.c' (23,173) at 20240405153231311 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/virtual_root.c' (23,174) at 20210307214927158 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio-access.c' (23,175) at 20210307214930182 2025-03-14 03:00:47.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/signal.c' (23,176) at 20241211090212378 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cpufeature.h' (23,177) at 20240405153045853 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dp-controller.yaml' (23,178) at 20240405153229759 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/tty.c' (23,179) at 20210307214926618 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/create_usbhid.sh' (23,180) at 20230822080013225 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ABS1-75.0E' (23,181) at 20210307205553758 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_ingress.c' (23,182) at 20240719080013381 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38470-1.patch' (23,183) at 20240106090017265 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh' (23,184) at 20230606080013598 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-filter.y' (23,185) at 20240405153232235 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-clipboard.c' (23,186) at 20240326080039754 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml' (23,187) at 20240405153045133 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-gp.dts' (23,188) at 20210308005002568 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch' (23,189) at 20241221090017656 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/alias.rst' (23,190) at 20210307214925526 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_rx.c' (23,191) at 20210307214928774 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/memory.json' (23,192) at 20210307214932538 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/startMonitoring.sh' (23,193) at 20230706080014733 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl_2.3.2.bb' (23,194) at 20241221090017692 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorsjon' (23,195) at 20210307205553790 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c' (23,196) at 20210308005046521 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/cfg.c' (23,197) at 20240405153054037 2025-03-14 03:00:47.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ir35221.c' (23,198) at 20240405153048869 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/initcall.h' (23,199) at 20210307214931610 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx_helper.h.inc' (23,200) at 20220429100100810 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pysystemmgr/system_manager.py' (23,201) at 20220728030041559 to deleted uid set 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vector_user.c' (23,202) at 20240405153230099 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/tlb.c' (23,203) at 20210308005003052 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/sbp/sbp_target.h' (23,204) at 20210307214930706 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/ia_css_debug_pipe.h' (23,205) at 20210307214930566 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/spi-mt65xx.h' (23,206) at 20220525020654603 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/openbios-ppc' (23,207) at 20241211090212434 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c' (23,208) at 20220215040051500 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.h' (23,209) at 20210307214927282 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_flat.h' (23,210) at 20230426080043784 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/bbm.h' (23,211) at 20210307214931450 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/backend.cpp' (23,212) at 20241213090006285 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c' (23,213) at 20240405153230315 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hisi-ptt.c' (23,214) at 20240405153232235 2025-03-14 03:00:47.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esp_scsi.h' (23,215) at 20240405153051597 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/xmit.c' (23,216) at 20240405153231171 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.h' (23,217) at 20220525020652835 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_atp867x.c' (23,218) at 20240405153046661 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm54xx.h' (23,219) at 20240405153045669 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/Kconfig' (23,220) at 20210307214929122 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/meson.build' (23,221) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/rsa.h' (23,222) at 20220215040051628 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_qm_arc_aux_regs.h' (23,223) at 20240405153046601 2025-03-14 03:00:47.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp_connect.c' (23,224) at 20240405153053357 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/socfpga-a10.c' (23,225) at 20240405153230299 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb' (23,226) at 20230813080012856 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pericom.c' (23,227) at 20240405153051997 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb' (23,228) at 20220402030016011 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/apic.h' (23,229) at 20240405153054317 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-memory-page-offline' (23,230) at 20240405153229731 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/keys.rst.inc' (23,231) at 20240326080039406 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/ja' (23,232) at 20210308005046149 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/cache.json' (23,233) at 20240405153054125 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/utils.c' (23,234) at 20210308005002764 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/hal_com.c' (23,235) at 20240405153051917 2025-03-14 03:00:47.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/ad1843.c' (23,236) at 20210307214932226 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/MAINTAINERS' (23,237) at 20210308005002956 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi3559a.c' (23,238) at 20240405153230207 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/zaius_avsbus.sh' (23,239) at 20230421080020940 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml' (23,240) at 20240405153045137 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c' (23,241) at 20210308005046517 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/index.rst' (23,242) at 20240405153044989 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw5903.dts' (23,243) at 20240405153045497 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/Kconfig' (23,244) at 20210309003651792 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/adlib.c' (23,245) at 20220525020654979 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c' (23,246) at 20240405153046197 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-centeuro.c' (23,247) at 20210307214931178 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/arm,sp805.yaml' (23,248) at 20240405153045185 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-input.c' (23,249) at 20210307214928810 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/axi/gdsys,ihs_axi.txt' (23,250) at 20210308005002536 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/089_expand_size_bad.dts' (23,251) at 20210308005003752 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/scsi_lib.c' (23,252) at 20240429080012436 to deleted uid set 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-buffer.c' (23,253) at 20230426080043780 2025-03-14 03:00:47.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-imx219.dtso' (23,254) at 20240405153045729 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/epic100.c' (23,255) at 20240405153050297 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/iocsr_helper.c' (23,256) at 20240906080037496 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/external_storer_file_test.cpp' (23,257) at 20240910080001402 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_imask.S' (23,258) at 20230925080040101 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6358-regulator.txt' (23,259) at 20240405153045145 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/cpld.hpp' (23,260) at 20240618080024509 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/Makefile' (23,261) at 20210308005003004 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_sdcard_qspi_defconfig' (23,262) at 20210308005003264 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_crtc_helper.c' (23,263) at 20240405153048393 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/atmel_pit_timer.c' (23,264) at 20210308005003500 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ni/Makefile' (23,265) at 20210307214926194 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/README.md' (23,266) at 20240809080033023 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/color_gamma.h' (23,267) at 20240405153047305 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c' (23,268) at 20240405153230523 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/processor_64.h' (23,269) at 20210307214926750 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/sca3000.c' (23,270) at 20240405153048941 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/fan-watchdog-conflicts.conf' (23,271) at 20210307205553702 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/comments.json' (23,272) at 20210308005046401 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/README' (23,273) at 20210308005003008 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/registry.cpp' (23,274) at 20240820080027378 to deleted uid set 2025-03-14 03:00:47.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/trampoline.S' (23,275) at 20220525020655187 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c' (23,276) at 20240405153048633 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi5.c' (23,277) at 20240405153230611 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_flat_gre.sh' (23,278) at 20210307214932686 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1q_ipv6.sh' (23,279) at 20240405153232279 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.296.0.bb' (23,280) at 20241221090017684 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/README.md' (23,281) at 20240807080008514 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/mhi.c' (23,282) at 20240805080013987 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_client_identifier.robot' (23,283) at 20240628080017117 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/document/cper-json-specification.tex' (23,284) at 20241105090010083 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Key_v1.xml' (23,285) at 20240619080002928 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-common' (23,286) at 20241206090014350 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_gsi.c' (23,287) at 20210307214929682 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5514-spi.h' (23,288) at 20210307214932326 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110-vout.c' (23,289) at 20241008080013915 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/fabrics/Makefile' (23,290) at 20210307214932186 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/MAINTAINERS' (23,291) at 20210308005002964 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-vsp1-hgo.rst' (23,292) at 20240405153045317 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/dmesg.py' (23,293) at 20220818100014847 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_nextcube.py' (23,294) at 20241211090212538 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/fat/rename_exchange.c' (23,295) at 20240405153054301 2025-03-14 03:00:47.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc5_qm_regs.h' (23,296) at 20240405153046605 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-msm8994.c' (23,297) at 20240405153230235 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p3041si-post.dtsi' (23,298) at 20210307214926346 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/m5272c3.c' (23,299) at 20210308005002972 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Waltham' (23,300) at 20210307205553798 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mjallom' (23,301) at 20210307205553786 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.18.rst' (23,302) at 20241221090017596 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/s3c2410_wdt.c' (23,303) at 20240405153231599 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/Kconfig' (23,304) at 20210307214927742 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/common/utils.hpp' (23,305) at 20240919080039602 to deleted uid set 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-psu-monitor.service' (23,306) at 20230407080035823 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_lpphy.h' (23,307) at 20210307214929798 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/rx.c' (23,308) at 20210307214929966 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroidxu3.dts' (23,309) at 20240405153045573 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0009-shm.c-Mark-glibc-specific-changes-so.patch' (23,310) at 20241221090017504 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/serial-sh7722.c' (23,311) at 20210307214926566 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (23,312) at 20220126110011868 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/dec21285.h' (23,313) at 20240405153045621 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-cheza-r1.dts' (23,314) at 20210307214926034 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/bigsur_defconfig' (23,315) at 20240405153045993 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-periph-gate.c' (23,316) at 20220525020652338 2025-03-14 03:00:47.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/floating_point.json' (23,317) at 20240405153054113 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/8021q.h' (23,318) at 20240405153052681 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/dummy.c' (23,319) at 20240405153232123 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36050.h' (23,320) at 20240405153049389 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq25890.yaml' (23,321) at 20240405153045141 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpuhotplug.h' (23,322) at 20240405153231803 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1254-revA/psu_init_gpl.c' (23,323) at 20210308005003180 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/iproc_nand.c' (23,324) at 20240405153230871 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/uuid.c' (23,325) at 20210308005046257 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a73a4-clock.h' (23,326) at 20210307214931330 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/mdadm.init' (23,327) at 20210307205554566 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_typedef.c' (23,328) at 20240405153232263 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lms501kf03.c' (23,329) at 20240405153052173 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href-ab8500.dtsi' (23,330) at 20240405153045577 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/objcnt.c' (23,331) at 20210307214932070 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skelleftea' (23,332) at 20210307205553790 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/vidconsole-uclass.c' (23,333) at 20210308005003536 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/unistd.h' (23,334) at 20210307214926178 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (23,335) at 20240522080012568 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/idmappings.rst' (23,336) at 20240405153229811 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/signal.h' (23,337) at 20210307214926242 2025-03-14 03:00:47.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/config.mk' (23,338) at 20210308005002804 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/logips2pp.c' (23,339) at 20210307214928490 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb' (23,340) at 20241221090017528 to deleted uid set 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_plat.c' (23,341) at 20210308005003416 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/meson.build' (23,342) at 20240628080018949 to deleted uid set 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun8i-r40-tcon-top.yaml' (23,343) at 20240405153045037 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/psdev.c' (23,344) at 20240405153052313 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/tainted-kernels.rst' (23,345) at 20240405153044969 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/dpio.h' (23,346) at 20240405153051757 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig' (23,347) at 20241206090014294 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtvfb.c' (23,348) at 20240805080013967 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-speedy.dts' (23,349) at 20240405153045561 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/idr.rst' (23,350) at 20240405153045289 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/decode-arm.c' (23,351) at 20210307214925982 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml' (23,352) at 20240405153045061 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pcl063.dtsi' (23,353) at 20210308005002588 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/Kconfig' (23,354) at 20210307214931242 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/pcmcia/index.rst' (23,355) at 20240405153045241 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/files/run-ptest' (23,356) at 20220618030015170 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/meson.build' (23,357) at 20210308005046069 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-StaraLubovna' (23,358) at 20210307205553794 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/Makefile' (23,359) at 20240906080037580 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P1023RDB.h' (23,360) at 20210308005003580 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/debugfs.h' (23,361) at 20210524100035010 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/block-info.c' (23,362) at 20241008080014051 2025-03-14 03:00:47.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-apply-msvc-workaround-for-clang-16.patch' (23,363) at 20230401080011931 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1374.c' (23,364) at 20210308005003480 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-alembic_1.14.0.bb' (23,365) at 20241221090017548 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/allwinner-a10-spi.c' (23,366) at 20241211090212338 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/kernel_mode_neon.rst' (23,367) at 20240405153044969 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/run.sh' (23,368) at 20240405153054305 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/arm/coresight-cti-dt.h' (23,369) at 20210307214931322 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/active_mm.rst' (23,370) at 20240405153045225 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/stable-kernel-rules.rst' (23,371) at 20240405153229839 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/init.c' (23,372) at 20240405153050469 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/xlnx-versal-canfd.h' (23,373) at 20230925080039929 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/meson.build' (23,374) at 20240613080020632 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/zorro8390.c' (23,375) at 20240405153049777 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sound_core.c' (23,376) at 20240405153054017 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/security.h' (23,377) at 20240405153046561 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xor.h' (23,378) at 20240405153046401 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager/daytonax-chassis.json' (23,379) at 20230209040014209 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ih_v6_0.h' (23,380) at 20240405153047145 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/flow_table.c' (23,381) at 20240405153053349 2025-03-14 03:00:47.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-qcom/Kconfig' (23,382) at 20240405153045681 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_notify_failure.c' (23,383) at 20240405153231783 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mei_aux.h' (23,384) at 20240405153052725 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-fh.h' (23,385) at 20240405153231195 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/hauppauge_grey.rc5' (23,386) at 20210307205553754 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drxj.h' (23,387) at 20220525020653243 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/emif-common.c' (23,388) at 20210308005002756 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sifive/sifive_ccache.c' (23,389) at 20240405153051769 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Itead_Ibox_A20_defconfig' (23,390) at 20210308005003236 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/Makefile' (23,391) at 20210307214929554 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/sama7-sfrbu.h' (23,392) at 20220525020654651 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-scsi-pci.c' (23,393) at 20221215040039170 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv41.c' (23,394) at 20220525020652967 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/test/nvtest.cpp' (23,395) at 20210308005109241 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/extra-dev-debug-tools.inc' (23,396) at 20230414080015401 2025-03-14 03:00:47.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8349emitx.dts' (23,397) at 20210307214926358 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/xmit.h' (23,398) at 20210307214929802 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-misc-v3.h' (23,399) at 20240405153051289 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/xtensa/include/asm/barrier.h' (23,400) at 20210307214932458 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/minix_fs.h' (23,401) at 20240405153052925 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/Makefile' (23,402) at 20240405153046509 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/file.c' (23,403) at 20240405153052481 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_us16x08.h' (23,404) at 20210307214932446 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/Makefile' (23,405) at 20210308005003488 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-cobalt-qube.c' (23,406) at 20210307214928546 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/smsc,lan9115.yaml' (23,407) at 20220525020651694 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash32.c' (23,408) at 20240906080037512 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/test_core_image_min.py' (23,409) at 20240106090017249 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/iomux-mx28.h' (23,410) at 20210308005002656 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/sigaltstack.c' (23,411) at 20220525020655235 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-jpeg.c' (23,412) at 20240405153049405 2025-03-14 03:00:47.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/logibm.c' (23,413) at 20240405153049153 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sequencer.c' (23,414) at 20210308005003360 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/libgcc.h' (23,415) at 20210308005002816 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/Makefile' (23,416) at 20210307214929306 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/bg0900.c' (23,417) at 20210308005003028 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/include/perf_regs.h' (23,418) at 20240405153232219 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hugetlbfs/Makefile' (23,419) at 20210307214931122 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/connector/.gitignore' (23,420) at 20220525020654935 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_psi.h' (23,421) at 20240906080037336 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vdpa.h' (23,422) at 20240405153052941 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/atmel_usba_udc.h' (23,423) at 20210308005003672 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/aspeed-hace.h' (23,424) at 20240405153230255 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tps65910.dtsi' (23,425) at 20210308005002632 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-imc.c' (23,426) at 20240405153230055 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VW10.interface.yaml' (23,427) at 20240618080025497 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mgcoge.dts' (23,428) at 20240405153046093 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verify_sig_setup.sh' (23,429) at 20240405153054289 2025-03-14 03:00:47.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/smccc-call.S' (23,430) at 20210524100034862 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/tricore_testdevice.h' (23,431) at 20240906080037340 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml' (23,432) at 20240405153045117 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/emev2.h' (23,433) at 20210307214925958 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp255.dtsi' (23,434) at 20240405153045829 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi' (23,435) at 20210308005002560 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-platform.c' (23,436) at 20240405153046041 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led-uclass.c' (23,437) at 20210308005003384 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nilsia_Pisa' (23,438) at 20210307205553770 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml' (23,439) at 20240405153045081 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P5020DS.h' (23,440) at 20210308005003580 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/display_gx.c' (23,441) at 20210307214930910 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com20020.c' (23,442) at 20240405153049721 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_lib.c' (23,443) at 20220525020654971 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac100.h' (23,444) at 20210308005003432 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sm8350-pas.yaml' (23,445) at 20240405153229791 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/verify-homepage.py' (23,446) at 20220910030013433 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/h3600_defconfig' (23,447) at 20240405153045613 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/kprobes.h' (23,448) at 20210307214926214 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/kpss-xcc.c' (23,449) at 20240805080013943 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iotkit-sysctl.h' (23,450) at 20210927100127237 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-ctrl.c' (23,451) at 20210307214928846 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/ftrace.c' (23,452) at 20241211090145381 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/index.rst' (23,453) at 20240405153229823 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-trace.c' (23,454) at 20240405153052109 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-providers.inc' (23,455) at 20241221090017572 2025-03-14 03:00:47.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr_4.1.1.bb' (23,456) at 20241221090017544 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/tlbflush.h' (23,457) at 20210307214926110 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service' (23,458) at 20210307205553838 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst-mfld-platform-pcm.c' (23,459) at 20240405153232179 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/virtio-snd.h' (23,460) at 20240906080037328 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/useradd.py' (23,461) at 20220910030013397 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-aztech.c' (23,462) at 20210307214928770 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mptcp/pm_netlink.c' (23,463) at 20241125090012263 to deleted uid set 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/Makefile' (23,464) at 20240405153051865 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-smdk5420.dts' (23,465) at 20240405153045573 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/perf_metric_validation.py' (23,466) at 20240405153054173 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/writefrudata.cpp' (23,467) at 20240817080009164 to deleted uid set 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/0005-configure.ac-disable-gnome-tools-that-are-not-provid.patch' (23,468) at 20230503080014575 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c' (23,469) at 20210308005002820 2025-03-14 03:00:47.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/fw.c' (23,470) at 20210307214929862 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/stacktrace.h' (23,471) at 20210307214925670 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/chassis_dict.bin' (23,472) at 20240106090013589 to deleted uid set 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_reg.h' (23,473) at 20210307214927914 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_20.dtso' (23,474) at 20240405153051213 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/demux.rst' (23,475) at 20220525020651778 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/serial.c' (23,476) at 20240405153045661 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb' (23,477) at 20241206090014330 to deleted uid set 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visingso' (23,478) at 20210307205553794 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/lio_vf_main.c' (23,479) at 20240405153049857 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6797-vdec.c' (23,480) at 20240405153046797 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl355.h' (23,481) at 20240405153048929 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi' (23,482) at 20240405153045729 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/avoid-neon-for-targets-which-don-t-support-it.patch' (23,483) at 20220618030015190 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/canaan/Makefile' (23,484) at 20220525020654091 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/cec-pin.h' (23,485) at 20210307214931538 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-meson.c' (23,486) at 20240405153051497 2025-03-14 03:00:47.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kexec/test_kexec_load.sh' (23,487) at 20210307214932678 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs600d.h' (23,488) at 20210307214928018 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/net/smc91c111.c' (23,489) at 20241211090212306 to deleted uid set 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-mem2mem.rst' (23,490) at 20220525020651782 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idma64.c' (23,491) at 20240613080016387 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/distcc' (23,492) at 20210307205554502 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mld.h' (23,493) at 20220525020654639 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/storagecommands.cpp' (23,494) at 20240817080006187 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/hcd_intr.c' (23,495) at 20240405153231543 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ms7750se.h' (23,496) at 20210308005003604 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch' (23,497) at 20241221090017540 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm720t_defconfig' (23,498) at 20210308005003260 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/sdbusplus.wrap' (23,499) at 20220908030058575 2025-03-14 03:00:47.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_3.4.3.bb' (23,500) at 20241221090017564 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5272.h' (23,501) at 20210308005002804 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/start.S' (23,502) at 20210308005002560 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/mdpy.c' (23,503) at 20240405153232099 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/cmdline.c' (23,504) at 20210307214926206 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml' (23,505) at 20240405153045113 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ioport.c' (23,506) at 20210307214926702 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Are' (23,507) at 20210307205553778 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/octeon_switch.S' (23,508) at 20240405153230015 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml' (23,509) at 20240405153045129 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-crypto-profile.h' (23,510) at 20240405153052661 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/machtype.c' (23,511) at 20210307214926270 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_gact.h' (23,512) at 20240405153052865 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_dccg.h' (23,513) at 20240405153047241 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/not-win32.patch' (23,514) at 20240302090018246 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/sizes.h' (23,515) at 20210308005003668 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/curses.c' (23,516) at 20241211090212554 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5249.h' (23,517) at 20210308005002804 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/timing.h' (23,518) at 20240405153046173 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-con-str.h' (23,519) at 20210927100127457 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/gconf.c' (23,520) at 20210308005003732 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-report-cycles-u.png' (23,521) at 20210307205554330 to deleted uid set 2025-03-14 03:00:47.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/openat2.h' (23,522) at 20220525020654675 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/epapr_hcalls.h' (23,523) at 20240405153046109 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_alloc_btree.h' (23,524) at 20240405153052561 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_wm.h' (23,525) at 20240405153048465 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_out.c' (23,526) at 20240405153232067 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/xstate.c' (23,527) at 20240913080013773 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/archinsn.c' (23,528) at 20220525020655135 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' (23,529) at 20240819080030267 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_device.hpp' (23,530) at 20240502080027948 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-common.dtsi' (23,531) at 20240405153045717 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/maplemouse.c' (23,532) at 20210307214928490 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-configure.in.patch' (23,533) at 20241206090014326 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/MAINTAINERS' (23,534) at 20210308005003004 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/inode-tests.c' (23,535) at 20240405153231639 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SPIFLASH_defconfig' (23,536) at 20210308005003244 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/handlers.S' (23,537) at 20220525020655211 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/Makefile' (23,538) at 20240405153054361 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1000_dma.h' (23,539) at 20210307214926218 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/meson.options' (23,540) at 20240621080022333 to deleted uid set 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-cpumux.c' (23,541) at 20240405153046793 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch' (23,542) at 20241221090017640 2025-03-14 03:00:47.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml' (23,543) at 20240405153045017 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/bcm958742k.dts' (23,544) at 20240405153045721 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/ioc3.h' (23,545) at 20210307214926246 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-lpass-lpi-pinctrl.yaml' (23,546) at 20240405153229787 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-d1s-t113-mangopi-mq-r.dtsi' (23,547) at 20240405153229863 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi' (23,548) at 20240405153229943 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-landisk/psw.c' (23,549) at 20210307214926538 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/qemu-riscv.c' (23,550) at 20210308005002956 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/lib/lg2_commit.cpp' (23,551) at 20241212090025211 to deleted uid set 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Uzd-Bonyhad-Dunaujvaros-Szekszard-Szigetvar' (23,552) at 20210307205553774 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0004-Add-definition-for-MAX.patch' (23,553) at 20241221090017496 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/export-to-postgresql-record' (23,554) at 20210307214932566 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/machconfig' (23,555) at 20210307205554454 to deleted uid set 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/r7s9210-pinctrl.h' (23,556) at 20240405153052653 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/action_environment_tests.cpp' (23,557) at 20210828000043656 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/desrfb.h' (23,558) at 20230426080043756 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/MAINTAINERS' (23,559) at 20210308005003080 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flarke' (23,560) at 20210307205553782 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/map_perf_test_user.c' (23,561) at 20240820080014189 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0013.c' (23,562) at 20240405153049533 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/prog_sk_lookup.rst' (23,563) at 20210309003648312 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/sched.h' (23,564) at 20240405153230111 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/run-ptest' (23,565) at 20210307205554550 2025-03-14 03:00:47.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/common.yaml' (23,566) at 20240405153229771 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sstatetests.py' (23,567) at 20241221090017632 to deleted uid set 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.c' (23,568) at 20220525020652819 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-thread-common.h' (23,569) at 20210308005046561 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/suballoc.h' (23,570) at 20240405153052481 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-32.so' (23,571) at 20241211090212378 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tangier.h' (23,572) at 20240405153047085 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-gotview7135.c' (23,573) at 20210307214928782 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c' (23,574) at 20210309003656012 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iosys-map.h' (23,575) at 20240405153052709 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/noopus.patch' (23,576) at 20220502030010228 2025-03-14 03:00:47.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frwy.dts' (23,577) at 20210308005002580 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c' (23,578) at 20240405153050669 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-p201.dts' (23,579) at 20210307214925994 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/marvell,pxa1928.h' (23,580) at 20240405153231795 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-autodetect.c' (23,581) at 20240405153049253 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml' (23,582) at 20240613080016355 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl.bb' (23,583) at 20241206090014202 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/server.c' (23,584) at 20241211090212394 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/pcie-mobiveil.c' (23,585) at 20210307214930018 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/cavium-mmc.txt' (23,586) at 20210307214925366 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/kbic.c' (23,587) at 20240405153046665 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_qe.h' (23,588) at 20210308005003652 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/rockchip/rk3288_crypto_ahash.c' (23,589) at 20240405153230267 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dscontrol.c' (23,590) at 20240405153046617 2025-03-14 03:00:47.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/port.h' (23,591) at 20210307214930330 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/Makefile' (23,592) at 20210307214930690 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/spi.c' (23,593) at 20240405153051933 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600_reg.h' (23,594) at 20210307214928006 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/server.py' (23,595) at 20240301090012443 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/mtk-efuse.c' (23,596) at 20240520080015167 to deleted uid set 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/README' (23,597) at 20210308005002980 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bfs/dir.c' (23,598) at 20240405153231611 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/infutil.h' (23,599) at 20210307214931826 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_obj_id.c' (23,600) at 20240405153054277 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/logic_pio.c' (23,601) at 20240405153231951 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk/run-ptest' (23,602) at 20230503080014619 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs35l32.txt' (23,603) at 20210307214925426 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65090.h' (23,604) at 20210308005003680 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/gscps2.c' (23,605) at 20240405153049157 2025-03-14 03:00:47.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_phy.h' (23,606) at 20240405153050453 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/index.rst' (23,607) at 20210307214925494 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NPOSL-3.0' (23,608) at 20210307205554426 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/chipreg.c' (23,609) at 20220525020653391 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vduse-blk.h' (23,610) at 20221215040039050 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/encx24j600-regmap.c' (23,611) at 20240405153050165 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/myri10ge_mcp.h' (23,612) at 20210307214929554 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/hw_stats_l3_gre.sh' (23,613) at 20240405153054341 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/crypto/pbkdf.c' (23,614) at 20241211090212230 to deleted uid set 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio_cm.c' (23,615) at 20240405153051457 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0900_priv.h' (23,616) at 20210307214928642 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-client/tee-supplicant.sh' (23,617) at 20230804080018091 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/cs4362a.h' (23,618) at 20210307214932270 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-ulpi.c' (23,619) at 20210307214930858 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_eeprom.h' (23,620) at 20240405153050593 2025-03-14 03:00:47.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/sandbox-phy.c' (23,621) at 20210308005003456 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/rockchip,rk3399-dmc.yaml' (23,622) at 20240405153229775 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/.gitignore' (23,623) at 20210308005003728 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-memcpy.S' (23,624) at 20240405153229855 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_powerpc.c' (23,625) at 20240405153232239 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2781-i2c.c' (23,626) at 20241008080014047 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/signal.c' (23,627) at 20240405153046057 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath.h' (23,628) at 20240628080014001 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/exynos5-dt-types.c' (23,629) at 20210308005003044 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/dove_defconfig' (23,630) at 20240405153045613 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/chsc_sch.c' (23,631) at 20240405153051517 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-jvmti-cmlr.c' (23,632) at 20210307214932466 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch' (23,633) at 20241221090017664 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2200.conf' (23,634) at 20230606080013598 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgk110.fuc3.h' (23,635) at 20210307214927938 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libdhash/ding-libs_0.6.1.bb' (23,636) at 20220409030017491 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tag.c' (23,637) at 20240405153054289 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/lprops.c' (23,638) at 20210309003653720 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_engines_debugfs.c' (23,639) at 20240405153048489 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/Kconfig' (23,640) at 20221215040039102 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alacritech/Makefile' (23,641) at 20210307214929286 2025-03-14 03:00:47.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/rust.config' (23,642) at 20240405153231903 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_bmap_item.c' (23,643) at 20240405153231779 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml' (23,644) at 20240405153045017 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/tag_omap.h' (23,645) at 20210308005003024 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_resource.c' (23,646) at 20240405153048777 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf' (23,647) at 20241221090017476 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_driver.c' (23,648) at 20240405153049097 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/nxp,pn544.yaml' (23,649) at 20240405153045117 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/blk-exp-close-all.c' (23,650) at 20240906080037444 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilSat-B4-70.0W' (23,651) at 20210307205553758 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/riscv/tune-riscv.inc' (23,652) at 20230317080013821 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-src-Makefile-use-libdir-instead-of-hardcoded-lib.patch' (23,653) at 20221003030013269 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2.json' (23,654) at 20241213090004421 to deleted uid set 2025-03-14 03:00:47.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_type.h' (23,655) at 20210307214929438 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/switchdev.h' (23,656) at 20240405153231859 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/stacktrace.c' (23,657) at 20240405153053049 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/dif.c' (23,658) at 20241211090212310 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/meson_options.txt' (23,659) at 20230629131804615 to deleted uid set 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h' (23,660) at 20210307214928814 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-union.json' (23,661) at 20220429100100882 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_test_stash.c' (23,662) at 20220525020654091 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_range.c' (23,663) at 20240405153053333 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/tcg/tcg-cpu.c' (23,664) at 20241211090212514 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_ekanalyzer.c' (23,665) at 20210308004938824 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c' (23,666) at 20240405153047105 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/Makefile' (23,667) at 20210308005002980 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/hyperv/overview.rst' (23,668) at 20240405153045325 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/fieldseq_bt.svg' (23,669) at 20210309003648492 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/include/perf_regs.h' (23,670) at 20240405153232219 2025-03-14 03:00:47.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm_git.bb' (23,671) at 20241221090017536 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/Kconfig' (23,672) at 20240405153049129 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si5341.c' (23,673) at 20240405153230207 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-a64.c' (23,674) at 20241211090212474 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/ec/Makefile' (23,675) at 20210307214932614 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_ep.h' (23,676) at 20220525020654263 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/ecdh_helper.c' (23,677) at 20240405153053181 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-rmu-0.dtsi' (23,678) at 20210307214926350 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/stable-api-nonsense.rst' (23,679) at 20210307214925582 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/intel,agilex5-clkmgr.yaml' (23,680) at 20240405153229755 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/mod_vmid.h' (23,681) at 20210307214927318 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-bno055' (23,682) at 20240405153044917 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (23,683) at 20230606080013598 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_usb.h' (23,684) at 20210309003651788 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/.gitignore' (23,685) at 20240405153054229 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/lgm/Makefile' (23,686) at 20220525020652410 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/ptrace.h' (23,687) at 20240405153045625 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/asix88179.c' (23,688) at 20210308005003504 2025-03-14 03:00:47.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml' (23,689) at 20240405153045121 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/osd.h' (23,690) at 20240405153052913 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/secureedge5410_defconfig' (23,691) at 20240405153046309 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fcntl.c' (23,692) at 20210307214932578 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/MAINTAINERS' (23,693) at 20210308005003052 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_h265.c' (23,694) at 20240405153231475 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/poky.yaml.in' (23,695) at 20241221090017600 to deleted uid set 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/cdc_ncm.h' (23,696) at 20240405153052809 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/debuginfo.h' (23,697) at 20240906080037352 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_clockmatrix.c' (23,698) at 20240405153051445 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_flower_cfm.sh' (23,699) at 20240405153054345 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/timer.c' (23,700) at 20210307214925958 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,qcm2290-mdss.yaml' (23,701) at 20240405153229763 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-fedora.bb' (23,702) at 20241221090017468 to deleted uid set 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/video.h' (23,703) at 20240405153052913 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso.so' (23,704) at 20240326080039558 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/emulate-nested.c' (23,705) at 20240405153229983 2025-03-14 03:00:47.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/scsiglue.c' (23,706) at 20240405153231567 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/renesas,fsi.yaml' (23,707) at 20240405153045169 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/setexpr.c' (23,708) at 20210308005003216 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_hdmi.h' (23,709) at 20240405153048757 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_serial.h' (23,710) at 20210308005002716 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_sim/Makefile' (23,711) at 20220525020654303 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/ddr.c' (23,712) at 20210308005002968 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/create-spdx-sdk-3.0.bbclass' (23,713) at 20241221090017608 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/u-boot.lds' (23,714) at 20210308005002808 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/am33xx-restart.c' (23,715) at 20210307214925910 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/int_helper.c' (23,716) at 20240906080037512 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max1118.yaml' (23,717) at 20240405153045069 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/key-dev-elements.png' (23,718) at 20210307205554310 to deleted uid set 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_nrtr_masks.h' (23,719) at 20240405153046601 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Makefile' (23,720) at 20240405153054041 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cx88.rst' (23,721) at 20210307214925230 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/crush/crush.c' (23,722) at 20210307214931902 2025-03-14 03:00:47.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/ingenic,spi.yaml' (23,723) at 20240405153045173 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml' (23,724) at 20240829080014018 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/212.out' (23,725) at 20210927100127493 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/epf/Makefile' (23,726) at 20220525020653823 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c' (23,727) at 20240405153230371 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/l4f00242t03.c' (23,728) at 20240405153052173 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/tlb.c' (23,729) at 20240405153046033 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/dec_and_test' (23,730) at 20240405153053433 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/lp873x.c' (23,731) at 20210308005003468 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/crb.h' (23,732) at 20210307214932702 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_capture_bytes.md' (23,733) at 20240809080033023 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/bpftool.bb' (23,734) at 20241221090017528 to deleted uid set 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-cold-watchdog.service' (23,735) at 20210810100021256 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemumips/fb.modes' (23,736) at 20210307205553970 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/object.c' (23,737) at 20240405153230607 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0004-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch' (23,738) at 20230114040015470 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/opts-visitor.h' (23,739) at 20210308005046041 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/hiredis-use-default-CC-if-it-is-set.patch' (23,740) at 20241221090017524 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/crypto.h' (23,741) at 20240405153050193 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/date-time.scss' (23,742) at 20210308005107077 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/clock.c' (23,743) at 20210308005002788 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmc/Kconfig' (23,744) at 20240405153231339 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/iosf_mbi.h' (23,745) at 20210307214926666 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/fru.cpp' (23,746) at 20240909080028327 to deleted uid set 2025-03-14 03:00:47.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (23,747) at 20241023080015407 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/bmc150_magn_i2c.c' (23,748) at 20240405153049005 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/processor.h' (23,749) at 20240405153045913 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/resulttooltests.py' (23,750) at 20230401080011967 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-hif.c' (23,751) at 20240405153046793 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/Makefile' (23,752) at 20240405153045989 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fb.h' (23,753) at 20240405153046001 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/set_boot_cpu_id.c' (23,754) at 20240405153232271 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/0001-Forward-port-defining-PREFIX_BINDIR-to-use-new-autoc.patch' (23,755) at 20220910030013349 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/Makefile' (23,756) at 20240405153230103 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/arch_timer.c' (23,757) at 20210308005002552 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-platform-devices-ampere-smpro' (23,758) at 20240405153044917 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci.c' (23,759) at 20240520080015191 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/udmabuf.c' (23,760) at 20230426080043960 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c' (23,761) at 20240405153051837 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/netwinder_defconfig' (23,762) at 20240405153045617 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/test_signals_utils.c' (23,763) at 20240405153054237 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,mdp3-rsz.yaml' (23,764) at 20240405153045093 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/debug.h' (23,765) at 20210307214929422 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/man-db/man-db_%.bbappend' (23,766) at 20210307205554386 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedi_8254.h' (23,767) at 20240405153052669 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/uvc.c' (23,768) at 20240405153049269 2025-03-14 03:00:47.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ipw.c' (23,769) at 20210307214930866 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_rq.h' (23,770) at 20240405153051601 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/fib.sh' (23,771) at 20220525020655207 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/files/fix-blas-library-integer-size.patch' (23,772) at 20230706080014745 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0012-Fix-implicit-declaration-of-stlcat-strlcopy-function.patch' (23,773) at 20210307205553894 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/intel_pstate/.gitignore' (23,774) at 20210307214932678 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-iov-marshal.h' (23,775) at 20210308005045817 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-of-simple.c' (23,776) at 20240405153231543 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/yosemitev2/power-config-host4.json' (23,777) at 20211207040021533 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/polynomial.c' (23,778) at 20240405153053097 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_block.hpp' (23,779) at 20240820080027366 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/hwbus.h' (23,780) at 20210307214929962 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/.clang-format' (23,781) at 20241219090020580 to deleted uid set 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/riscv_cpu.c' (23,782) at 20210308005003356 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/packet_diag.h' (23,783) at 20210307214931654 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utglobal.c' (23,784) at 20240405153046625 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nocasedict_2.0.4.bb' (23,785) at 20241221090017556 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/gpio-utils.h' (23,786) at 20220525020655115 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/inode.c' (23,787) at 20240405153231719 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/pmsu.h' (23,788) at 20240405153045657 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make.inc' (23,789) at 20230401080011971 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/memcpy.S' (23,790) at 20240405153230015 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/SearchFilterMixin.js' (23,791) at 20220105012522983 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/arch_gicv3.h' (23,792) at 20240405153045617 2025-03-14 03:00:47.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/install.sh' (23,793) at 20240405153229975 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qla3xxx.h' (23,794) at 20210309003651200 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/usbduxsigma.c' (23,795) at 20240405153046909 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-cargo.bbclass' (23,796) at 20241221090017608 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test_1.0.bb' (23,797) at 20241206090014286 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' (23,798) at 20210307205554342 to deleted uid set 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_drops.sh' (23,799) at 20220525020655207 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvk.c.inc' (23,800) at 20230426080043916 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/Makefile' (23,801) at 20210307214930522 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/opcodes.h' (23,802) at 20240405153045625 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.yaml' (23,803) at 20220525020651682 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pabort-v6.S' (23,804) at 20210307214925970 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd_%.bbappend' (23,805) at 20241206090014202 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/res_func.S' (23,806) at 20210307214926142 2025-03-14 03:00:47.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra194-xusb.yaml' (23,807) at 20240405153045181 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/smp.c' (23,808) at 20240830080013243 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/LICENSE' (23,809) at 20210307205553690 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420.dtsi' (23,810) at 20240405153045601 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-card.c' (23,811) at 20240405153232191 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Use-Os-to-compile-tinyxml2.cpp.patch' (23,812) at 20210307205553990 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-secure.c' (23,813) at 20240405153045665 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/bus.json' (23,814) at 20240405153054109 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/msl/phosphor-max31785-msl@.service' (23,815) at 20220412030021182 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xev_1.2.6.bb' (23,816) at 20240413080012699 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-vf-pit.c' (23,817) at 20220525020652342 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env.h' (23,818) at 20210308005003760 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_io.c' (23,819) at 20240405153051581 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/moxa,moxart-clock.txt' (23,820) at 20210307214925290 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-async.rst' (23,821) at 20210307214925466 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/mv88w8618_eth.h' (23,822) at 20221215040039182 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/Kconfig' (23,823) at 20210308005002916 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0045-efi-corstone1000-fwu-update-RPC-ABI.patch' (23,824) at 20241206090014210 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-dlm_controld-remove-unnecessary-header-include.patch' (23,825) at 20230811080018298 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_output.h' (23,826) at 20240405153053073 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/index.rst' (23,827) at 20240405153045309 2025-03-14 03:00:47.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_edp.c' (23,828) at 20210308005003532 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch' (23,829) at 20241221090017668 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.out' (23,830) at 20210308005046413 to deleted uid set 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz' (23,831) at 20210307205554590 to deleted uid set 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/dev-ioctl.c' (23,832) at 20220525020654343 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/vga.c' (23,833) at 20210307214927930 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/intel_ifs.h' (23,834) at 20240815080012907 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/opregion.h' (23,835) at 20210307214927782 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt8186-pinfunc.h' (23,836) at 20240405153052653 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/gemini.yaml' (23,837) at 20220525020651662 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-brcm-usb-init.h' (23,838) at 20240405153051281 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/libwatchdog/libwatchdog.sh' (23,839) at 20210810100021256 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/fujitsu_ts.c' (23,840) at 20210307214928506 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/process.py' (23,841) at 20241221090017588 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/firmware-update-over-redfish.md' (23,842) at 20221209040006383 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/Kconfig' (23,843) at 20240405153050613 2025-03-14 03:00:47.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/fbset-2.1-fix-makefile-dep.patch' (23,844) at 20210307205553970 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/s390x/memop.c' (23,845) at 20240405153232271 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/linux_logo.h' (23,846) at 20210307214931418 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_pkttype.c' (23,847) at 20210307214932026 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_hw.c' (23,848) at 20240405153050321 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/vfpsingle.c' (23,849) at 20210307214925986 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/big_key-type.h' (23,850) at 20210307214931350 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm80xx_tracepoints.h' (23,851) at 20240405153051685 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/lp8788-charger.c' (23,852) at 20240405153051437 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front_alsa.c' (23,853) at 20240405153232207 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/ethtool.py' (23,854) at 20240405153054073 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0004-src-Do-not-reset-FINAL_LIBS.patch' (23,855) at 20241221090017524 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/index.rst' (23,856) at 20210307214925474 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-divider.h' (23,857) at 20210307214926958 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/sa11x0-serial.h' (23,858) at 20210307214931482 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb' (23,859) at 20241221090017560 to deleted uid set 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/msr.c' (23,860) at 20240405153230107 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/32/pgalloc.h' (23,861) at 20210307214926370 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/addrs.h' (23,862) at 20210307214926246 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_nvdimm.h' (23,863) at 20220429100100566 2025-03-14 03:00:47.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/sys_proto.h' (23,864) at 20210308005002732 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8569MDS.h' (23,865) at 20210308005003580 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/Makefile.am' (23,866) at 20210308004938816 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_dvbt.h' (23,867) at 20210307214928614 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ssfdc.c' (23,868) at 20240405153049713 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3' (23,869) at 20210307214932154 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/LicheePi_Zero_defconfig' (23,870) at 20210308005003236 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/tcg-cpu.c' (23,871) at 20210927100127401 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wsa884x.c' (23,872) at 20240815080012931 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-gpio.h' (23,873) at 20221215040039374 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715-sdca.h' (23,874) at 20240405153053745 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_audptr.c' (23,875) at 20240405153046613 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/efi.h' (23,876) at 20240628080013977 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_gige.c' (23,877) at 20210307214930474 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/kasan_sw_tags.S' (23,878) at 20240405153045897 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/00-bmc-ncsi.network.in' (23,879) at 20241213090035010 2025-03-14 03:00:47.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/Manager/meson.build' (23,880) at 20230825080031745 to deleted uid set 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/kbdif.h' (23,881) at 20240326080039546 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/psci/psci.c' (23,882) at 20240628080013989 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_ondemand.c' (23,883) at 20240405153046913 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComponentIntegrity_v1.xml' (23,884) at 20240918080002708 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/u-boot.lds' (23,885) at 20210308005002824 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/nvidia,tegra-regulators-coupling.txt' (23,886) at 20210307214925410 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1254-revA.dts' (23,887) at 20240405153045841 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/powernv.h' (23,888) at 20240405153046217 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ctrl_regs.c' (23,889) at 20210308005003360 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/Kconfig' (23,890) at 20210308005003068 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/bind_unbind_sample.sh' (23,891) at 20210307214932682 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_con_dp_defconfig' (23,892) at 20210308005003280 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch' (23,893) at 20231011080016574 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/mt7603.h' (23,894) at 20240405153231223 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/Makefile' (23,895) at 20240405153051441 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild' (23,896) at 20210307214927950 2025-03-14 03:00:47.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Naumen' (23,897) at 20211006000025238 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/qemu.h' (23,898) at 20241211090212378 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_driver.h' (23,899) at 20240405153048525 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/state_map.py' (23,900) at 20221209040018571 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pl022.c' (23,901) at 20240405153231463 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_proto.c' (23,902) at 20241216090017793 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/cbb/tegra234-cbb.c' (23,903) at 20240405153231455 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-probes.c' (23,904) at 20240405153232195 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/adc.h' (23,905) at 20210309003648976 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeon_accel.c' (23,906) at 20210307214930902 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64' (23,907) at 20240309090012820 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi' (23,908) at 20240405153045789 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ce4100.h' (23,909) at 20210307214926658 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7795-sysc.h' (23,910) at 20210308005003640 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/hardirq.h' (23,911) at 20220525020654531 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/audit.c' (23,912) at 20240405153230035 2025-03-14 03:00:47.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu-qom.h' (23,913) at 20240326080039682 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_83xx.h' (23,914) at 20210309003652824 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm720.S' (23,915) at 20210307214925974 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_lookup_found.cpp' (23,916) at 20210308005100997 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt_0.68.bb' (23,917) at 20241206090014334 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/core.c' (23,918) at 20240405153231223 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/Kconfig' (23,919) at 20240405153051733 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/booke_interrupts.S' (23,920) at 20240405153046169 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi' (23,921) at 20240405153045489 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/x32-linux' (23,922) at 20230813080012904 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch' (23,923) at 20241221090017560 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-adcox.c' (23,924) at 20230426080043952 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action_utils.hpp' (23,925) at 20210308005405930 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/reset.c' (23,926) at 20210308005002844 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.h' (23,927) at 20240405153047297 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-config.txt' (23,928) at 20240405153232219 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_display.c' (23,929) at 20210307214930674 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c' (23,930) at 20240812080017236 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ppc_defs.h' (23,931) at 20210308005003680 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_single.dts' (23,932) at 20210308005003760 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/scsi/scsi.h' (23,933) at 20240906080037340 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/Kbuild' (23,934) at 20210307214931614 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/compiler-gcc.h' (23,935) at 20240405153054049 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_PSPD.json' (23,936) at 20230223040035987 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc' (23,937) at 20241206090014278 2025-03-14 03:00:47.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/cadence_wdt.c' (23,938) at 20240405153052237 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bcm63xx_enet.h' (23,939) at 20220525020653455 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bt1-ccu.h' (23,940) at 20240405153052653 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,fuji_associations.json' (23,941) at 20241212090014007 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_callback.h' (23,942) at 20210308005003644 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8971.c' (23,943) at 20240405153232171 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py' (23,944) at 20230317080013821 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/head.h' (23,945) at 20240405153046257 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/wrappers/memory-barriers.rst' (23,946) at 20240405153045005 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/init' (23,947) at 20240413080012643 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Nottingham' (23,948) at 20210307205553798 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/hexdump.c' (23,949) at 20210308005003740 2025-03-14 03:00:47.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb.h' (23,950) at 20210307214930898 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c' (23,951) at 20240405153049105 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_ethdr.c' (23,952) at 20240805080013951 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Schedule.v1_2_5.json' (23,953) at 20240619080002952 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/sanity.py' (23,954) at 20240301090012455 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain-server.bb' (23,955) at 20241206090014286 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/applying-patches.rst' (23,956) at 20210307214925578 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml' (23,957) at 20240405153045173 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/README' (23,958) at 20210308005002988 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/bperf_cgroup.bpf.c' (23,959) at 20240405153054185 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7742-cpg-mssr.c' (23,960) at 20210309003649252 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.22.7.bb' (23,961) at 20231126090012789 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/anx7411.c' (23,962) at 20241220090018322 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/cirrus/edb93xx.c' (23,963) at 20240405153053561 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/clk.h' (23,964) at 20210307214926266 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml' (23,965) at 20240405153045125 2025-03-14 03:00:47.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-tf700t.dts' (23,966) at 20240405153045485 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/intel-ipmi-oem/src/manufacturingcommands.cpp' (23,967) at 20241023080007883 to deleted uid set 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/Makefile.am' (23,968) at 20210308004938820 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubiro@.service.in' (23,969) at 20210308005100305 to deleted uid set 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_pipe.h' (23,970) at 20240805080013967 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.1' (23,971) at 20210307205554426 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/format-code' (23,972) at 20210728000013612 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c' (23,973) at 20220525020653795 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_consts.hpp' (23,974) at 20221014030024028 to deleted uid set 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/Kbuild' (23,975) at 20210307214927954 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_recovery.c' (23,976) at 20240405153053265 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_probe_helper_test.c' (23,977) at 20240405153230639 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/tsacct.c' (23,978) at 20240405153053073 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/getcpu.h' (23,979) at 20210307214931390 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/emxx_udc/Makefile' (23,980) at 20210307214930502 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml' (23,981) at 20240405153045033 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend' (23,982) at 20210807000017354 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/Kconfig' (23,983) at 20210308005003040 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-payload-annotations.v1_2_3.json' (23,984) at 20240824080002938 2025-03-14 03:00:47.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap.h' (23,985) at 20210309003649248 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-libretech-all-h3-cc.dts' (23,986) at 20210308005002624 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/time32.h' (23,987) at 20210307214931694 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0002-Fix-const-qualifier-error.patch' (23,988) at 20230706080014745 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/gpio.txt' (23,989) at 20210307214925422 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/stm32_flash.c' (23,990) at 20210308005003420 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/xilinx.yaml' (23,991) at 20240405153045021 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/memory.json' (23,992) at 20240405153054109 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g25ek.dts' (23,993) at 20240405153045465 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_driver_binder.sh' (23,994) at 20221126040011476 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/slip/Makefile' (23,995) at 20210307214929698 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/mm_context.h' (23,996) at 20240405153230147 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_0_regs.h' (23,997) at 20240405153046577 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/Makefile' (23,998) at 20240405153052485 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/lru_sort.sh' (23,999) at 20240405153054293 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_disc.h' (24,000) at 20240405153051737 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/monit' (24,001) at 20210307205553986 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/fdt.c' (24,002) at 20210308005002836 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-medusa-defines.h' (24,003) at 20210307214928690 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/lpddr/Kconfig' (24,004) at 20210307214929210 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/mt7623-power.h' (24,005) at 20210308005003640 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/lan.h' (24,006) at 20210308004938836 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wifi/index.rst' (24,007) at 20210309003648448 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder.h' (24,008) at 20210308005002952 2025-03-14 03:00:47.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-boneblack.dts' (24,009) at 20240405153229903 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_hw.h' (24,010) at 20220525020653543 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ioam6_iptunnel.h' (24,011) at 20240405153052921 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig' (24,012) at 20210308005002752 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-base.json' (24,013) at 20220429100100882 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso-wrap.S' (24,014) at 20220525020651958 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-fru-properties.yaml' (24,015) at 20210307205553694 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/plist.c' (24,016) at 20210307214931810 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.socfpga' (24,017) at 20210308005003296 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml' (24,018) at 20240405153045145 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/cache.c' (24,019) at 20210308005002776 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx_devlink.c' (24,020) at 20240405153050261 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.h' (24,021) at 20240405153050065 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c' (24,022) at 20241211090145417 2025-03-14 03:00:47.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_broadcast.c' (24,023) at 20240405153053321 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l56.c' (24,024) at 20241018080014594 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psp.h' (24,025) at 20240405153052777 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/arm-ffa-transport.inc' (24,026) at 20221120040010706 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/errno.h' (24,027) at 20220525020654563 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/sse-counter.h' (24,028) at 20210927100127245 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/cs.c' (24,029) at 20210307214926190 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/devices/Makefile' (24,030) at 20210307214928526 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/pytest.ini' (24,031) at 20240106090017245 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml' (24,032) at 20210307205554094 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208xqds_qixis.h' (24,033) at 20210308005002996 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/merge.py' (24,034) at 20210307205554634 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flyggsjo' (24,035) at 20210307205553782 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-octeon.c' (24,036) at 20240405153050345 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/user_mgr.cpp' (24,037) at 20241220090036163 to deleted uid set 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/debian_patches_0014_avoid_pic_overwrite.diff' (24,038) at 20230706080014753 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/atc260x/core.h' (24,039) at 20220525020654583 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/max5432.c' (24,040) at 20240405153049009 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_700_defconfig' (24,041) at 20210308005003272 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/Kconfig' (24,042) at 20210307214925962 2025-03-14 03:00:47.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/scg.h' (24,043) at 20210308005002652 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tboot.c' (24,044) at 20240405153046437 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/mmap.c' (24,045) at 20240405153054257 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/renoir/rn_chip_offset_byte.h' (24,046) at 20210307214932286 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/smp-r8a7779.c' (24,047) at 20220525020651894 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/fsi.txt' (24,048) at 20210307214925314 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/246.out' (24,049) at 20210927100127497 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/lowlevel_init.S' (24,050) at 20210308005002716 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/Kconfig' (24,051) at 20240405153053557 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_mon.c' (24,052) at 20240405153050273 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_cam.c' (24,053) at 20240405153231475 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/Kconfig' (24,054) at 20240405153051913 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/axg-audio-clkc.h' (24,055) at 20210308005003632 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.out' (24,056) at 20210308005046405 to deleted uid set 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/libpldm.wrap' (24,057) at 20230511080031859 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/psci.c' (24,058) at 20210308005002792 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_qixis.h' (24,059) at 20210308005002968 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-mix.c' (24,060) at 20240405153046805 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/avs/registers.h' (24,061) at 20240405153053941 to deleted uid set 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/Makefile' (24,062) at 20240405153231319 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts' (24,063) at 20240405153229871 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/Makefile' (24,064) at 20210308005003036 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/pwrseq.c' (24,065) at 20210307214929934 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/trace.c' (24,066) at 20210307214929758 2025-03-14 03:00:47.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/evm.c' (24,067) at 20210308005003076 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/cdns-pltfrm.c' (24,068) at 20240613080016471 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/instruction.json' (24,069) at 20240405153054109 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/helper.c' (24,070) at 20240906080037540 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18218_priv.h' (24,071) at 20210307214928802 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/edid.S' (24,072) at 20210307214932470 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_internal.h' (24,073) at 20240405153051845 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/via.c' (24,074) at 20220525020651986 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot-uefi-capsule-update.inc' (24,075) at 20241221090017472 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mrccache.h' (24,076) at 20210308005002880 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/cfam_access.hpp' (24,077) at 20210308005103637 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch' (24,078) at 20240413080012699 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-linux.c' (24,079) at 20240906080037376 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acinterp.h' (24,080) at 20240405153046617 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/instances/instance.tc' (24,081) at 20210307214932674 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-yavia.dts' (24,082) at 20240405153045829 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/intel_tcc.h' (24,083) at 20240405153231815 2025-03-14 03:00:47.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1024rdb.dts' (24,084) at 20240405153046093 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c' (24,085) at 20240405153230619 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (24,086) at 20241206090014222 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S' (24,087) at 20210308005002556 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/bufq/interface/ia_css_bufq_comm.h' (24,088) at 20210309003653020 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7ulp-pinfunc.h' (24,089) at 20240405153045533 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/desc.h' (24,090) at 20210308005003356 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bananapi_m2u.c' (24,091) at 20241211090212246 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend' (24,092) at 20241206090014230 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-a3u-eur.dts' (24,093) at 20240405153045761 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/amd-xgbe.c' (24,094) at 20210308005045981 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/ram_internal.h' (24,095) at 20240405153052493 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-intel-int3496.c' (24,096) at 20240405153047025 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_wrap_special_regs.h' (24,097) at 20240405153046601 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch' (24,098) at 20241221090017676 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dts' (24,099) at 20210308005002608 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt7620-pinctrl.yaml' (24,100) at 20240405153045133 2025-03-14 03:00:47.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_object.c' (24,101) at 20240405153230563 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3228-power.h' (24,102) at 20210307214931346 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_wildfire.c' (24,103) at 20220525020651798 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/TODO' (24,104) at 20240405153051873 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-i2c.h' (24,105) at 20241219090010504 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/salvator-common.dtsi' (24,106) at 20240405153045813 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_dw_mipi_dsi.h' (24,107) at 20240405153048569 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/style.rst' (24,108) at 20240326080039402 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mcp795.c' (24,109) at 20220525020653951 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch' (24,110) at 20241221090017656 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/wcmd.h' (24,111) at 20220525020654195 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-zoned-reclaim.c' (24,112) at 20220525020653227 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/fixed.txt' (24,113) at 20210308005003308 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/generate-rndc-key.sh' (24,114) at 20230813080012876 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/MAINTAINERS' (24,115) at 20210308005003088 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nsfs/config' (24,116) at 20210307214932698 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/export.h' (24,117) at 20210307214932742 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am43x-epos-evm.dts' (24,118) at 20210308005002564 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nuvoton/npcm-regs.h' (24,119) at 20240405153230807 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/auxdisplay/Makefile' (24,120) at 20210309003654512 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0006-Prevent-ffmpeg-configure-compile-race-condition.patch' (24,121) at 20230211040012643 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/stxssa8555.dts' (24,122) at 20240405153046093 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rm/cpu-feature-overrides.h' (24,123) at 20210307214926226 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/VirtualMediaCollection.json' (24,124) at 20240619080002956 2025-03-14 03:00:47.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig' (24,125) at 20210308005002556 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_llc.h' (24,126) at 20240405153053381 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234.dtsi' (24,127) at 20240405153229935 to deleted uid set 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/apm-xgene-enet.txt' (24,128) at 20210307214925370 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/asid.c' (24,129) at 20240405153045913 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/clcd.h' (24,130) at 20210307214931354 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/key.h' (24,131) at 20240405153053293 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/pipeline_4k_split.svg' (24,132) at 20240405153045213 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/common/cros_ec_sensors_core.h' (24,133) at 20240405153052705 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile' (24,134) at 20210308005002752 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mipsregs.h' (24,135) at 20210308005002816 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/scatterlist/main.c' (24,136) at 20220525020655187 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_h.c' (24,137) at 20210308005046521 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/ppc_musl_ucontext.patch' (24,138) at 20220402030015975 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/cpu.c' (24,139) at 20210308005002860 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cs_privilege_levels.json' (24,140) at 20241031080012183 2025-03-14 03:00:47.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb' (24,141) at 20241221090017576 to deleted uid set 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/ynl-regen.sh' (24,142) at 20240405153232219 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/test_bmc_poll_errors.robot' (24,143) at 20240628080017121 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/Makefile' (24,144) at 20210308005003004 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/README.sh7785lcr' (24,145) at 20210308005003036 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mux/mux-controller.yaml' (24,146) at 20240405153045113 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/tqm85xx.c' (24,147) at 20240405153230051 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/treeboot-ebony.c' (24,148) at 20210307214926362 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/test/Kbuild' (24,149) at 20220525020655187 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/bios32.c' (24,150) at 20240405153045629 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.prettierrc.yaml' (24,151) at 20221208040007434 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk.c' (24,152) at 20241211090212558 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pci_dma.h' (24,153) at 20240405153046277 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/bsc913x_rdb.c' (24,154) at 20240405153230051 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/mmu-8xx.h' (24,155) at 20240405153046121 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/smscphy.h' (24,156) at 20240405153231839 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/memory.h' (24,157) at 20210307214925946 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/nic-hostful@.target' (24,158) at 20230629131804623 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_local_storage.c' (24,159) at 20240405153054261 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/bmg160.h' (24,160) at 20210307214928346 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_de1_soc.h' (24,161) at 20210308005003616 2025-03-14 03:00:47.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/trace.c' (24,162) at 20210307214931994 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_nat_h323.c' (24,163) at 20240405153053257 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Assembly_v1.xml' (24,164) at 20240619080002920 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/memcpy.S' (24,165) at 20210307214926114 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-union.err' (24,166) at 20220429100100882 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/plutux/Kconfig' (24,167) at 20210308005002920 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v4.c' (24,168) at 20240405153049197 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.acpihmat' (24,169) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c' (24,170) at 20240405153232283 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/no_hz.rst' (24,171) at 20240405153045265 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_dvb.h' (24,172) at 20210307214928702 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/maintainers.rst' (24,173) at 20241211090212234 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/Makefile' (24,174) at 20220525020654919 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sch5627.c' (24,175) at 20240405153230667 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-hisi-poplar.c' (24,176) at 20210307214928782 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/mcf.c' (24,177) at 20240710080014597 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/or' (24,178) at 20240405153053437 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig' (24,179) at 20210308005003232 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/unwind.c' (24,180) at 20240405153045361 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-no-samples' (24,181) at 20210307214932570 2025-03-14 03:00:47.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/required-features.h' (24,182) at 20210307214926750 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/ptrace.c' (24,183) at 20240805080013923 to deleted uid set 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/tps65219-pwrbutton.c' (24,184) at 20240405153049145 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-tegra194-acpi.c' (24,185) at 20240405153051229 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm4x-core.c' (24,186) at 20240613080016411 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-numa_num_possible_cpus.c' (24,187) at 20210307214932470 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/devinfo.h' (24,188) at 20240405153052765 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.atmel_pmecc' (24,189) at 20210308005003292 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/scpsys.txt' (24,190) at 20210307214925422 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/0001-Update-exported-symbol-list.patch' (24,191) at 20210307205553802 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_timed_power_on.robot' (24,192) at 20240627080021052 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch' (24,193) at 20210307205554106 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c' (24,194) at 20240405153047113 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_component.h' (24,195) at 20210307214931598 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/version_string.h' (24,196) at 20230302090047762 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/ceph-type.h' (24,197) at 20210307214931350 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc4350.dtsi' (24,198) at 20240405153045533 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/berlin2-div.c' (24,199) at 20240405153046777 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bit_action.hpp' (24,200) at 20210308005405930 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/interconnect.h' (24,201) at 20240405153052709 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_inc/expected_stderr' (24,202) at 20210307214932154 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http_connection.hpp' (24,203) at 20241025080002985 to deleted uid set 2025-03-14 03:00:47.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/README.P1010RDB-PA' (24,204) at 20210308005002988 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/dwc2.yaml' (24,205) at 20240405153045181 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/Kconfig' (24,206) at 20210308005002780 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-apmixedsys.c' (24,207) at 20240405153046797 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/apple/sart.c' (24,208) at 20240405153051753 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb' (24,209) at 20230520080014504 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/cs53l32a.h' (24,210) at 20210307214931542 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config.bb' (24,211) at 20241206090014278 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_inq.c' (24,212) at 20240405153232279 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/int_port.h' (24,213) at 20240405153050109 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_goto.c' (24,214) at 20240405153050169 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/poweroff_unittest.cpp' (24,215) at 20211014000010487 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/iss_defconfig' (24,216) at 20210307214926758 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig' (24,217) at 20220215040051528 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cacheflush.h' (24,218) at 20240405153229975 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/Makefile' (24,219) at 20210308005003524 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c' (24,220) at 20240405153230331 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio.h' (24,221) at 20241211090212442 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/brcmstb_dpfe.c' (24,222) at 20240405153230827 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32f100_soc.c' (24,223) at 20240906080037196 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool/run-ptest' (24,224) at 20210307205554558 2025-03-14 03:00:47.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig' (24,225) at 20210308005002792 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/uefi.rst' (24,226) at 20240405153044989 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/net_driver.h' (24,227) at 20240405153050269 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/rotary-encoder.rst' (24,228) at 20220525020651738 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/rfkill.c' (24,229) at 20210307214929802 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_dedup_split.c' (24,230) at 20240405153054249 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/conf/layer.conf' (24,231) at 20241221090017580 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest' (24,232) at 20240301090012435 to deleted uid set 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-numa.rst' (24,233) at 20210308005045805 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3368.c' (24,234) at 20210308005003464 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/0001-include-sys-select.h-for-FD_-definitions.patch' (24,235) at 20230706080014749 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/linux-compat.h' (24,236) at 20210308005003516 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_output_7a1000.c' (24,237) at 20240405153230583 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/recovery.c' (24,238) at 20210308005003552 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_powernv.c' (24,239) at 20210307214926946 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7621.h' (24,240) at 20240405153046005 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/README.md' (24,241) at 20240905080011586 2025-03-14 03:00:47.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nxp-nci/firmware.c' (24,242) at 20220525020653819 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-core/packagegroup/packagegroup-core-security.bbappend' (24,243) at 20220721030015849 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/keystone-pll.txt' (24,244) at 20240405153229755 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi' (24,245) at 20240405153229891 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryDomain_v1.xml' (24,246) at 20240619080002928 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/actions.hpp' (24,247) at 20240820080023682 to deleted uid set 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts' (24,248) at 20240405153045713 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h' (24,249) at 20210308005002876 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/controllers/Makefile' (24,250) at 20240405153049709 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen2_engine_cs.c' (24,251) at 20240405153230563 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpu-imx27.c' (24,252) at 20240405153045645 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vhost-user-blk-test.c' (24,253) at 20240906080037572 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/brcm_200g_1p_ocp_mezz.json' (24,254) at 20240619080005104 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_sii164.c' (24,255) at 20240405153231491 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/opfunctions' (24,256) at 20241025080018741 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs42l43-i2c.c' (24,257) at 20240405153230831 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/jump_label.h' (24,258) at 20240405153229907 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/xstate.h' (24,259) at 20240913080013773 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_bitdef.h' (24,260) at 20210307214930638 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi' (24,261) at 20241115090012941 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/goldfish.c' (24,262) at 20240405153231503 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-keyboard.sh' (24,263) at 20240405153054309 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch' (24,264) at 20210307205554562 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/lfs.c' (24,265) at 20210307214926438 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/inotify.h' (24,266) at 20240405153052709 2025-03-14 03:00:47.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d35ek.dts' (24,267) at 20240405153045469 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-vinco.dts' (24,268) at 20240405153229875 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/clksrc_st_lpc.c' (24,269) at 20210307214927046 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9081.h' (24,270) at 20210307214932370 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_disp_regs.h' (24,271) at 20210309003649908 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kernel-hacking/hacking.rst' (24,272) at 20240405153045225 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/decode_exc.c' (24,273) at 20240405153046085 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/179' (24,274) at 20210927100127489 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_fan_operation.robot' (24,275) at 20210608100025341 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/TODO' (24,276) at 20240405153048929 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/test.json' (24,277) at 20230920080013648 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hw.c' (24,278) at 20240405153050549 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi.c' (24,279) at 20210308005003020 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/run-ptest' (24,280) at 20240309090012808 to deleted uid set 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinmux-node.yaml' (24,281) at 20240405153045137 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/bus.h' (24,282) at 20210307214928078 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/input/cros-ec-keyboard.h' (24,283) at 20220525020654543 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan_mvrp.c' (24,284) at 20210307214931866 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/heartbeat_messages.cpp' (24,285) at 20241224090003036 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/Makefile' (24,286) at 20240405153048373 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/warning.png' (24,287) at 20220105012522963 to deleted uid set 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/README.md' (24,288) at 20240618080025501 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/power/tps65090.txt' (24,289) at 20210308005003308 2025-03-14 03:00:47.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.yaml' (24,290) at 20240405153045057 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/virtual-memory.json' (24,291) at 20240405153054149 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btqcomsmd.c' (24,292) at 20240405153046725 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vietas' (24,293) at 20210307205553794 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/files/0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch' (24,294) at 20241221090017636 to deleted uid set 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-byt-match.c' (24,295) at 20240405153053957 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/ipmi/fii-ipmi-oem_git.bb' (24,296) at 20240622080013239 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00mac.c' (24,297) at 20240405153231243 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/types.py' (24,298) at 20240906080037444 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/sam9x60.c' (24,299) at 20240405153046773 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/unpopulated-alloc.c' (24,300) at 20240405153052249 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/mmc_host_def.h' (24,301) at 20210308005002648 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/Makefile.am' (24,302) at 20210308004938832 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng-random.c' (24,303) at 20240906080037140 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/reactor_printk.c' (24,304) at 20240405153053061 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-a10-dramc.c' (24,305) at 20240906080037252 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' (24,306) at 20210307205554594 to deleted uid set 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6dlarm2_defconfig' (24,307) at 20210308005003268 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-v4l2.rst' (24,308) at 20220525020651786 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/memmap.c' (24,309) at 20240628080013985 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/divider.c' (24,310) at 20240405153230247 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/Kconfig' (24,311) at 20220525020654131 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max197.rst' (24,312) at 20210307214925502 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/pcspkr.dtsi' (24,313) at 20210308005002872 2025-03-14 03:00:47.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/pci-octeon.h' (24,314) at 20240405153046013 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/common/board.c' (24,315) at 20210308005003048 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/test/mem.c' (24,316) at 20240624080012836 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/feature-fixups.h' (24,317) at 20240405153230027 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/representors.rst' (24,318) at 20240405153045241 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb' (24,319) at 20241206090014242 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/omap_l3_noc.c' (24,320) at 20240405153046737 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c' (24,321) at 20240405153047221 to deleted uid set 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ib62x0.dts' (24,322) at 20240405153045457 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/Kconfig' (24,323) at 20240405153049417 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_wait.c' (24,324) at 20210307214932722 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/hotplug.c' (24,325) at 20210307214925962 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/arcnet.rst' (24,326) at 20210307214925526 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fpu.c' (24,327) at 20220525020654755 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/read_window_write_flush.c' (24,328) at 20210308005108641 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb' (24,329) at 20220618030015166 2025-03-14 03:00:47.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm44xx_54xx.h' (24,330) at 20210307214925926 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/v11_structs.h' (24,331) at 20240405153048325 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/xhci.asl' (24,332) at 20210308005002876 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/gplugd.c' (24,333) at 20210308005002904 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sonet.h' (24,334) at 20210307214931658 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h' (24,335) at 20210416100025434 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/adf_c3xxx_hw_data.c' (24,336) at 20240405153230267 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,micfil.yaml' (24,337) at 20240405153229799 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/stdplus.wrap' (24,338) at 20230629131804627 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsnames.c' (24,339) at 20210307214926838 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/openpromfs/inode.c' (24,340) at 20240613080016495 2025-03-14 03:00:47.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/index.rst' (24,341) at 20240405153229747 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno.dts' (24,342) at 20240405153045717 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_parse_ktap_output.log' (24,343) at 20240405153054225 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/samsung,boot-mode.h' (24,344) at 20240405153052653 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/control.c' (24,345) at 20210309003654944 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-nomadik/cpu-8815.c' (24,346) at 20240405153229911 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmbr2684.h' (24,347) at 20240405153052905 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/crc16.c' (24,348) at 20210308005003544 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/cc770/cc770.h' (24,349) at 20210309003650504 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pcmcia/Makefile' (24,350) at 20210307214932506 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/fsl_ddr_edac.h' (24,351) at 20240405153047017 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opus-tools/opus-tools_0.2.bb' (24,352) at 20220402030015899 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/Kconfig' (24,353) at 20240405153049473 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/traceroute/traceroute_2.1.6.bb' (24,354) at 20241221090017500 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm.dts' (24,355) at 20240405153045745 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c' (24,356) at 20210309003655996 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PowerSubsystem_v1.xml' (24,357) at 20240619080002932 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml' (24,358) at 20240405153045181 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/util/unwind-libdw.c' (24,359) at 20240405153232219 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/qcom_rpm.h' (24,360) at 20210307214931434 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_mmu.c' (24,361) at 20240712080021065 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5040_ids.c' (24,362) at 20210308005002832 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/bluetooth.h' (24,363) at 20241220090018326 2025-03-14 03:00:47.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/sunrpc_syms.c' (24,364) at 20220525020654911 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma2_qm_regs.h' (24,365) at 20240405153046573 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/ioremap.h' (24,366) at 20210309003648980 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassiveredundancy.cpp' (24,367) at 20241210090026644 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h' (24,368) at 20240405153046125 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/vtable.hpp' (24,369) at 20240817080036824 to deleted uid set 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/l3_bank_test.c' (24,370) at 20210309003656012 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_init.h' (24,371) at 20220525020652514 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/mpp.h' (24,372) at 20210307214925978 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/vmx_syscall.c' (24,373) at 20210309003656012 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bridge_loop_avoidance.h' (24,374) at 20220525020654791 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/libsmi-fix-the-test-dump-files.patch' (24,375) at 20210307205553982 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_spq.c' (24,376) at 20240405153050237 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-cs42l43.c' (24,377) at 20240405153231319 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/addrspace.h' (24,378) at 20240405153045933 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h' (24,379) at 20240405153047237 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-sa11x0.h' (24,380) at 20210307214931410 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/Kconfig' (24,381) at 20210308005003028 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/generic_section_test.cpp' (24,382) at 20210308005049141 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/exec.h' (24,383) at 20240405153045937 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-dai-pcm.c' (24,384) at 20240405153053969 2025-03-14 03:00:47.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/riscv,timer.yaml' (24,385) at 20240405153045181 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/guest_sprintf.c' (24,386) at 20240405153232271 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/mpl115.h' (24,387) at 20240405153049009 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dts' (24,388) at 20240405153229927 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/auxtrace.c' (24,389) at 20240405153054089 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_vi.h' (24,390) at 20210307214927226 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tty_port.h' (24,391) at 20240405153231843 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_sp.h' (24,392) at 20241104090011575 to deleted uid set 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/p212.c' (24,393) at 20210308005002912 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tdx/Makefile' (24,394) at 20240405153054377 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Moskosel' (24,395) at 20210307205553786 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_meta.c' (24,396) at 20240405153053365 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/thermal-notification' (24,397) at 20210307214925186 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts' (24,398) at 20240405153045785 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_res.c' (24,399) at 20240405153049893 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_cp.c' (24,400) at 20240405153051525 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/tlv.h' (24,401) at 20240405153052949 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_cmp.c' (24,402) at 20210307214926274 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/test_utils.cpp' (24,403) at 20241114091025397 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-realtek/rtd1195.c' (24,404) at 20210307214925946 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt' (24,405) at 20240405153054369 2025-03-14 03:00:47.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/types.rs' (24,406) at 20240913080013861 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/wm,wm8505-fb.txt' (24,407) at 20210307214925310 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-hooks.c' (24,408) at 20210307214932602 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/thermal.rst' (24,409) at 20240405153045213 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xscale/ptp_ixp46x.c' (24,410) at 20240405153050325 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rtc.h' (24,411) at 20210307214931614 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/nlohmann_json.wrap' (24,412) at 20231212090022086 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372.dtsi' (24,413) at 20210308005002564 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imxrt1050-pinfunc.h' (24,414) at 20240405153045533 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/parsing.py' (24,415) at 20241221090017704 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/Makefile' (24,416) at 20240405153050661 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/imx258.yaml' (24,417) at 20240405153045093 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-netgear-r6300-v2.dts' (24,418) at 20240405153045425 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bdw-rt5650.c' (24,419) at 20240405153053941 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/dma.h' (24,420) at 20240405153046381 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/settings/phosphor-settings-manager/ncplite_settings.override.yml' (24,421) at 20230412080023460 2025-03-14 03:00:47.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dss.h' (24,422) at 20240405153048673 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_cs.c' (24,423) at 20220525020653767 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml' (24,424) at 20240405153229759 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,usb-ss.yaml' (24,425) at 20240405153045129 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9055/reg.h' (24,426) at 20210307214931426 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ilitek,ili9322.yaml' (24,427) at 20240405153045041 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/maintainer-tip.rst' (24,428) at 20240405153045277 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/fb.h' (24,429) at 20240405153045937 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_subprogs_unused.c' (24,430) at 20210309003655988 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_arm_spe_fork.sh' (24,431) at 20240405153232231 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/bu21029.txt' (24,432) at 20210307214925338 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_port.c' (24,433) at 20240405153231031 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch' (24,434) at 20241221090017696 to deleted uid set 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/webserver_run.hpp' (24,435) at 20240411080003069 to deleted uid set 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/nftables.h' (24,436) at 20240405153231855 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/dragonboard410c.c' (24,437) at 20210308005003032 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-io.h' (24,438) at 20240405153050529 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_primary_console.h' (24,439) at 20240326080039446 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_uncore.c' (24,440) at 20240405153048553 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/estoraged.cpp' (24,441) at 20240817080005771 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/MultiFactorAuthConfiguration/meson.build' (24,442) at 20240913080021481 to deleted uid set 2025-03-14 03:00:47.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-util.c' (24,443) at 20240906080037432 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ast2700-smc-test.c' (24,444) at 20241211090212542 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_chains.sh' (24,445) at 20220525020655219 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/commands.c' (24,446) at 20240405153050613 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-lewisburg.c' (24,447) at 20240405153231323 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-ipc-kernel-injector.c' (24,448) at 20240405153054005 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/elevator.c' (24,449) at 20241118090018491 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/base-do-configure-modified.bbclass' (24,450) at 20231126090012825 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/fault_64.c' (24,451) at 20240405153046333 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/cfbcopyarea.c' (24,452) at 20240405153231579 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch' (24,453) at 20210307205554614 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_gpr.h' (24,454) at 20210308005046021 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/pinmux.c' (24,455) at 20210308005002792 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-px5_defconfig' (24,456) at 20210308005003256 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/msg_port.h' (24,457) at 20210308005002876 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pci_clp.h' (24,458) at 20240405153046277 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_helpers.h' (24,459) at 20240405153051861 2025-03-14 03:00:47.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ublimage.c' (24,460) at 20210308005003772 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/basic_call.c' (24,461) at 20210307214932658 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/entitymap_test.json' (24,462) at 20240514080031406 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/qcom_bam_dmux.c' (24,463) at 20241011080017339 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c' (24,464) at 20240429080012428 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv748x/adv748x-hdmi.c' (24,465) at 20240405153049305 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/wd.c' (24,466) at 20240405153049777 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-ddr3l-evk.dts' (24,467) at 20240405153045729 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml' (24,468) at 20221207040023627 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-audio-pll.c' (24,469) at 20210307214926958 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/run-ci' (24,470) at 20241204090010699 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/Kconfig' (24,471) at 20220525020654287 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-tls-iothread.out' (24,472) at 20240906080037568 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c' (24,473) at 20240405153047257 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm3530.c' (24,474) at 20240405153049217 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/phonet.rst' (24,475) at 20240405153045241 2025-03-14 03:00:47.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ilitek,ili9225.txt' (24,476) at 20210307214925302 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dvb-frontend-event.rst' (24,477) at 20210309003648476 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy/config.yaml' (24,478) at 20210811000030029 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emufx.c' (24,479) at 20240405153232127 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ttf-mplus' (24,480) at 20210307205553870 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/xtfpga.c' (24,481) at 20210308005002944 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/README.md' (24,482) at 20240816080008910 to deleted uid set 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/pcsp_input.h' (24,483) at 20220525020654971 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-time-manager/test/meson.build' (24,484) at 20210310110040172 to deleted uid set 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/pci_nrtr_regs.h' (24,485) at 20240405153046605 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_h4.c' (24,486) at 20240405153046725 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/system1/channel_config.json' (24,487) at 20241106090019922 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc4000.h' (24,488) at 20210307214928802 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/meson.build' (24,489) at 20221203040020242 to deleted uid set 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-flash' (24,490) at 20210309003648256 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/setjmp.h' (24,491) at 20210308005002880 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb' (24,492) at 20240302090018214 to deleted uid set 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/carminefb_regs.h' (24,493) at 20210307214930902 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c' (24,494) at 20240405153047117 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_stats.c' (24,495) at 20240405153050113 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/imximage.cfg' (24,496) at 20210308005002984 2025-03-14 03:00:47.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7791.c' (24,497) at 20240405153048949 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/yosemite4-led-manager-config-native.bb' (24,498) at 20241221090017480 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_private_obj.c' (24,499) at 20210307214927734 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl5xx_defs.h' (24,500) at 20240405153049293 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_close_unittest.cpp' (24,501) at 20210918000044923 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/journalling.rst' (24,502) at 20210309003648420 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/MAINTAINERS' (24,503) at 20210308005002972 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/acpi/pcc.h' (24,504) at 20240405153052617 to deleted uid set 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-imx.c' (24,505) at 20240405153052037 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml' (24,506) at 20240405153229767 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-snmp/.clang-format' (24,507) at 20241220090035175 to deleted uid set 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/extable.h' (24,508) at 20240405153046245 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_700be_defconfig' (24,509) at 20210308005003272 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/faultinfo.h' (24,510) at 20210307214926754 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-MA-Boston' (24,511) at 20210307205553754 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/compress/_pipecompress.py' (24,512) at 20220910030013373 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/proc.c' (24,513) at 20240405153045945 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/virtio.rst' (24,514) at 20240906080037172 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_crypto.h' (24,515) at 20210307214927082 2025-03-14 03:00:47.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/entry/syscalls/syscall_64.tbl' (24,516) at 20240405153232223 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/mipssim.c' (24,517) at 20241211090212290 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_global_conf_regs.h' (24,518) at 20240405153046605 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/0001-Use-lld-in-printf-for-64-bit-time_t.patch' (24,519) at 20241221090017544 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.service' (24,520) at 20210307205553850 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/key.c' (24,521) at 20240405153051949 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c' (24,522) at 20220525020653623 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/gdbstub.c' (24,523) at 20240906080037456 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/st,stpmu1.h' (24,524) at 20210308005003636 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/mem_noshuf_exception.c' (24,525) at 20230925080040097 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/bitext.h' (24,526) at 20210307214926578 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/emu8000_pcm.c' (24,527) at 20240405153232127 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/galaxy/galaxy.c' (24,528) at 20220525020654979 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/201.out' (24,529) at 20210308005046457 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/mp.c' (24,530) at 20210308005002728 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/vegman_sx20_baseboard.json' (24,531) at 20221221040007774 2025-03-14 03:00:47.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory-internal.h' (24,532) at 20230426080043756 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4memcpy.S' (24,533) at 20210307214926606 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ip5xxx_power.c' (24,534) at 20240405153051433 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_xtensa_lx60.py' (24,535) at 20241211090212542 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/hwprobe/sys_hwprobe.S' (24,536) at 20240405153054369 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/fs.c' (24,537) at 20240405153052285 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig' (24,538) at 20210308005003240 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/mvme7100.c' (24,539) at 20240405153230051 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ghash-generic.c' (24,540) at 20210307214926798 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_helper_funcs.py' (24,541) at 20240906080037476 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/poly1305-p10le_64.S' (24,542) at 20240405153230027 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/netgear,dgnd3700v2.dts' (24,543) at 20210308005002816 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80.dtsi' (24,544) at 20210308005002628 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pci_iommu.c' (24,545) at 20240910080014010 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/watchdog/rzg2l_wdt.c' (24,546) at 20240805080014011 to deleted uid set 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml' (24,547) at 20240405153045133 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_ioctl.c' (24,548) at 20240405153051509 2025-03-14 03:00:47.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mvtwsi.c' (24,549) at 20210308005003384 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-yuv.c' (24,550) at 20240805080013967 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd/backend.c' (24,551) at 20230809080010799 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/Kconfig' (24,552) at 20210307214929298 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_NPT.h' (24,553) at 20210307214931650 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/net/intel/i40e_client.h' (24,554) at 20240405153052749 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/crate.py' (24,555) at 20241206090014286 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/Kconfig' (24,556) at 20240405153049005 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config/swift/zone_conditions.yaml' (24,557) at 20210307205553702 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/Makefile' (24,558) at 20210307214926730 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' (24,559) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_w.c' (24,560) at 20210308005046513 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch' (24,561) at 20240127090011888 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-sh73a0.c' (24,562) at 20210308005002768 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/srio.c' (24,563) at 20210308005002836 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_bbt.c' (24,564) at 20210308005003416 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/Kconfig' (24,565) at 20240405153051269 2025-03-14 03:00:47.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/pxa/smemc.h' (24,566) at 20240405153052793 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_10_3_0_sh_mask.h' (24,567) at 20240405153047885 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-chardev.c' (24,568) at 20230925080040105 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/amd_hsmp.h' (24,569) at 20240405153046401 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/regd.c' (24,570) at 20240405153050633 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/entry.h' (24,571) at 20220525020651966 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/amlogic,meson6-timer.yaml' (24,572) at 20240405153045177 2025-03-14 03:00:47.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_s5k83a.h' (24,573) at 20210307214928830 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventDestinationCollection.json' (24,574) at 20240619080002944 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c' (24,575) at 20240405153048421 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/leo.c' (24,576) at 20240405153231587 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vdso/data.h' (24,577) at 20240405153046249 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/rzn1-pinctrl.h' (24,578) at 20210307214931346 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/addrspace.c' (24,579) at 20240906080037160 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/cmd_osdep.h' (24,580) at 20210307214930662 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_sdma.c' (24,581) at 20210309003650172 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_i2c.c' (24,582) at 20240405153051381 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/mediabay.c' (24,583) at 20240405153049225 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_rdma_if.h' (24,584) at 20240405153052781 2025-03-14 03:00:47.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/OWNERS' (24,585) at 20220723030011212 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/COPYING.MIT' (24,586) at 20210307205554002 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/ade_0.1.2.bb' (24,587) at 20220910030013361 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-ntrig.c' (24,588) at 20210307214928094 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/pc-dimm.c' (24,589) at 20240906080037248 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/acpi/mainboard.asl' (24,590) at 20210308005003008 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb' (24,591) at 20241221090017528 2025-03-14 03:00:47.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/sof/header.h' (24,592) at 20240405153052949 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-npei-defs.h' (24,593) at 20210307214926234 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/LICENCE' (24,594) at 20210308005114357 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/ISA2+poonceonces.litmus' (24,595) at 20210307214932502 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_lbc.c' (24,596) at 20240405153046229 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rohm-bd718x7.h' (24,597) at 20220525020654587 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_awg_utils.h' (24,598) at 20210307214928034 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/network.sh' (24,599) at 20241221090017644 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tas2781-dsp.h' (24,600) at 20240805080014031 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/dir.c' (24,601) at 20240913080013829 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s-enterprise.dts' (24,602) at 20240405153045817 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/hif_usb.h' (24,603) at 20210307214929770 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (24,604) at 20241018080016394 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/rbtree.c' (24,605) at 20240405153054273 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb' (24,606) at 20241221090017488 to deleted uid set 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/system-controller.c' (24,607) at 20240405153045657 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/ia_css_de2_types.h' (24,608) at 20210307214930554 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/tpm/tpm_event_log.rst' (24,609) at 20210307214925562 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdt.h' (24,610) at 20210308005003648 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigoiox.c' (24,611) at 20210307214932246 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/kvm/kvm_riscv.h' (24,612) at 20240906080037524 2025-03-14 03:00:47.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nsh.h' (24,613) at 20240405153052861 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/sge.c' (24,614) at 20240405153049865 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/ppce500.h' (24,615) at 20210308005046025 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/tmag5273.c' (24,616) at 20240405153230695 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/Exceptions' (24,617) at 20210308005002536 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_dataflash.c' (24,618) at 20210308005003420 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/manager.cpp' (24,619) at 20241022080031584 to deleted uid set 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/053' (24,620) at 20210927100127477 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/as3722_init.h' (24,621) at 20210308005003024 2025-03-14 03:00:47.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/virtio_crypto_common.h' (24,622) at 20240405153230271 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bpf.h' (24,623) at 20241104090011603 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/user-creation/files/system-xuser.conf' (24,624) at 20210307205554626 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-88pm860x.c' (24,625) at 20210309003650244 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/.clang-format' (24,626) at 20240904080029666 to deleted uid set 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/malta64el_defconfig' (24,627) at 20210308005003268 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/stats.c' (24,628) at 20240624080012812 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/spr_access.S' (24,629) at 20240405153046237 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/exit.c' (24,630) at 20240906080037360 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-prodikeys.c' (24,631) at 20220525020653043 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds-duart.dts' (24,632) at 20210308005002580 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Board/IOBoard.interface.yaml' (24,633) at 20210610000035126 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/pinmux_defs.h' (24,634) at 20210308005002720 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecrdsa_pub_key.asn1' (24,635) at 20210307214926798 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_log.c' (24,636) at 20220525020654007 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/twpol-yocto.txt' (24,637) at 20210307205554122 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/common.c' (24,638) at 20240405153230051 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/sandbox_pch.c' (24,639) at 20210308005003448 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/module.txt' (24,640) at 20210308005046397 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libcap.c' (24,641) at 20210307214932466 2025-03-14 03:00:47.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_bitfields___just_big_enough.c' (24,642) at 20210307214932642 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/thunk.c' (24,643) at 20240906080037364 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mmc.h' (24,644) at 20210308005003672 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_user.c' (24,645) at 20210307214932030 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Fix-build-on-32bit.patch' (24,646) at 20231011080016574 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-sony-decoder.c' (24,647) at 20240405153049513 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-kernel/linux/linux-aspeed_%.bbappend' (24,648) at 20240712080022837 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/238.out' (24,649) at 20210308005046461 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/scripts/Makefile.rules' (24,650) at 20240405153046349 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/wavcapture.c' (24,651) at 20210308005045729 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/bootp.c' (24,652) at 20240405153045341 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/sp2_priv.h' (24,653) at 20210307214928638 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb' (24,654) at 20220402030015923 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-virt.config' (24,655) at 20240405153045993 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/Kconfig' (24,656) at 20220525020653035 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_reg.h_shipped' (24,657) at 20210307214930274 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/hypervisor_system.hpp' (24,658) at 20241217090008764 to deleted uid set 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/xxhash/xxhash_0.8.2.bb' (24,659) at 20230919080013994 to deleted uid set 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/qcom,ssbi.yaml' (24,660) at 20240405153229755 2025-03-14 03:00:47.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rcar2.h' (24,661) at 20210307214930858 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-wl1273.c' (24,662) at 20240405153049505 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/hardware.h' (24,663) at 20210308005002656 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_trace.c' (24,664) at 20240405153051013 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/v4l/Makefile' (24,665) at 20210307214932130 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-slab' (24,666) at 20240405153044925 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/include/i2c.h' (24,667) at 20210308005003652 to deleted uid set 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.49-chk_retcodes.patch' (24,668) at 20210307205553822 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/Makefile' (24,669) at 20210308005002884 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_6_1_0_sh_mask.h' (24,670) at 20240405153230499 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/ubispl.c' (24,671) at 20210308005003424 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/physaddr.c' (24,672) at 20240906080037504 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/dma.c' (24,673) at 20240405153050489 2025-03-14 03:00:47.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt712-sdca-dmic.h' (24,674) at 20240405153053745 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/corsair-psu.c' (24,675) at 20240815080012883 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/relocate.S' (24,676) at 20210308005002708 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/epf/ntb_hw_epf.c' (24,677) at 20240405153051185 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/COW.py' (24,678) at 20241221090017584 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_DAC1064.c' (24,679) at 20210307214930918 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ndctl.h' (24,680) at 20210307214931454 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/jz4725b.c' (24,681) at 20240405153053621 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_NAND_defconfig' (24,682) at 20210308005003244 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dmaengine/pxa_dma.rst' (24,683) at 20210307214925458 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/hypervisor.h' (24,684) at 20210307214926066 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/psw.h' (24,685) at 20210307214926322 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/Kconfig' (24,686) at 20240405153049425 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-kernel/linux/linux-aspeed/yosemitev2.cfg' (24,687) at 20210307205553678 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/meson.build' (24,688) at 20221215040039110 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65-main.dtsi' (24,689) at 20240405153229971 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_virthub.c' (24,690) at 20240405153052125 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn315.h' (24,691) at 20240405153047301 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_11_0_2_offset.h' (24,692) at 20220525020652807 2025-03-14 03:00:47.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410.dtsi' (24,693) at 20210308005002612 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/xz_wrapper.c' (24,694) at 20240405153052541 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1023_sd_rcw.cfg' (24,695) at 20210308005002992 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/page_pool/helpers.h' (24,696) at 20240405153231855 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/led.c' (24,697) at 20240405153050645 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_debug.h' (24,698) at 20220525020654183 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/fdt_support.c' (24,699) at 20210308005003224 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/Documentation/firmware/firmware.c' (24,700) at 20210307214930514 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7-trip-points.dtsi' (24,701) at 20210307214926014 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ehv_pic.h' (24,702) at 20210307214926378 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/src4xxx-i2c.c' (24,703) at 20240405153053785 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c' (24,704) at 20210308005046513 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0003-Track-interface-socket-family.patch' (24,705) at 20241206090014242 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/ptrace.c' (24,706) at 20240405153045925 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/conf/include/non-repro-meta-initramfs.inc' (24,707) at 20241221090017488 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/media_device_open.c' (24,708) at 20210307214932682 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-zynq.c' (24,709) at 20210308005003512 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_debugfs_params.c' (24,710) at 20240405153048525 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/socionext/uniphier.yaml' (24,711) at 20240405153045017 2025-03-14 03:00:47.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts' (24,712) at 20240405153229895 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/pgtable_no.h' (24,713) at 20240405153045965 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/imx/soc-imx8m.c' (24,714) at 20241216090017737 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/processor.c' (24,715) at 20240405153230023 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb' (24,716) at 20241221090017492 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sifive-fu540' (24,717) at 20210308005003296 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7790.dtsi' (24,718) at 20240405153045553 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/drm_modes.c' (24,719) at 20240405153048401 to deleted uid set 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb' (24,720) at 20241221090017540 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/tuner.h' (24,721) at 20240405153052829 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/diag.c' (24,722) at 20241211090145561 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/irq_remapping.c' (24,723) at 20240405153230747 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvbf16.c.inc' (24,724) at 20240906080037524 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf119.c' (24,725) at 20220525020652971 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/uvesafb.h' (24,726) at 20240405153231883 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_rw.c' (24,727) at 20210308005003764 2025-03-14 03:00:47.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/rdvl-sme.c' (24,728) at 20240405153054237 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/datastream.h' (24,729) at 20210307214931002 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/qcom-pm8008.c' (24,730) at 20240405153230839 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.h' (24,731) at 20240405153047193 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/next-kbd.c' (24,732) at 20241211090212290 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rss.h' (24,733) at 20220525020653575 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-greatlakes.dts' (24,734) at 20240409080011882 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/imx_i2c.h' (24,735) at 20210308005046013 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk208.c' (24,736) at 20220525020652971 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/pci-rn.c' (24,737) at 20240405153232195 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/i2c-arb-gpio-challenge.c' (24,738) at 20210308005003384 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-glibc' (24,739) at 20241206090014314 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/debugfs.c' (24,740) at 20210309003649152 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py' (24,741) at 20240906080037580 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx.c' (24,742) at 20240405153231043 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-diff.txt' (24,743) at 20240405153054077 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_uapi.c' (24,744) at 20220525020653123 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-cobalt-raq.c' (24,745) at 20210307214928546 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bytes_action.hpp' (24,746) at 20240817080031292 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/errno.h' (24,747) at 20210307214926590 2025-03-14 03:00:47.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gf100.c' (24,748) at 20220525020652967 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ethtool.h' (24,749) at 20240405153231807 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r100d.h' (24,750) at 20210307214928002 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.c' (24,751) at 20240405153230815 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Cacheable.interface.yaml' (24,752) at 20221207040023627 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio.h' (24,753) at 20240326080039370 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-io-cmds.c' (24,754) at 20240906080037436 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip30/spaces.h' (24,755) at 20210307214926222 2025-03-14 03:00:47.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.h' (24,756) at 20210309003649484 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xfrm_info.c' (24,757) at 20240405153054285 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77990-cpg-mssr.h' (24,758) at 20210308005003632 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_bootscript_android_recovery.txt' (24,759) at 20210308005002924 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/swift-led-manager-config/led.yaml' (24,760) at 20210307205553706 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_prctl.h' (24,761) at 20220429100100634 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0.h' (24,762) at 20240405153047141 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/dev-replace.c' (24,763) at 20241216090017749 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tcs3472.c' (24,764) at 20240405153049001 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/maxbcm/maxbcm.c' (24,765) at 20210308005003016 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-l2d-defs.h' (24,766) at 20210307214926234 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/ring_buffer.c' (24,767) at 20240913080013845 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power' (24,768) at 20240405153044921 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/5.Posting.rst' (24,769) at 20240405153229839 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/initscript.patch' (24,770) at 20210307205554462 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-usb.c' (24,771) at 20210307214930062 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/fan.cpp' (24,772) at 20240820080023686 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/Makefile' (24,773) at 20240405153048753 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5-common.h' (24,774) at 20210308005003596 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-bman1.dtsi' (24,775) at 20210307214926350 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/i8254.c' (24,776) at 20240405153046909 2025-03-14 03:00:47.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig' (24,777) at 20210308005003276 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cqhci.h' (24,778) at 20240405153049661 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/subdev-formats.rst' (24,779) at 20240405153045317 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/scompress.c' (24,780) at 20240405153230159 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mfd/lpc_ich.c' (24,781) at 20240405153049609 to deleted uid set 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/divider.c' (24,782) at 20240405153230247 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/arm_dsu_pmu.h' (24,783) at 20210307214926058 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/unzstd.h' (24,784) at 20210309003653832 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sodankyla_Pittiovaara' (24,785) at 20210307205553774 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/crypto.c' (24,786) at 20241211090212210 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/__init__.py' (24,787) at 20210307205554262 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/binding.rst' (24,788) at 20210307214925458 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (24,789) at 20240906080037560 to deleted uid set 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/Makefile' (24,790) at 20240405153045573 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_qstor.c' (24,791) at 20240405153046669 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a779a0-cpg-mssr.c' (24,792) at 20240613080016383 2025-03-14 03:00:47.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Session.v1_7_2.json' (24,793) at 20240619080002956 to deleted uid set 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt5759-regulator.c' (24,794) at 20240405153231363 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/fpu_traps.S' (24,795) at 20210307214926594 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/amdtp-am824.c' (24,796) at 20240405153053501 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_drv.c' (24,797) at 20240815080012883 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkAdapterCollection.json' (24,798) at 20240619080002948 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gusemu_hal.c' (24,799) at 20240326080039426 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/jump_label.c' (24,800) at 20220525020652198 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpaphp_pci.c' (24,801) at 20240405153231295 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pcspk.c' (24,802) at 20240906080037204 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-evm-u-boot.dtsi' (24,803) at 20210308005002592 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bt1-ccu.h' (24,804) at 20210307214931326 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_gpio-test.c' (24,805) at 20241211090212546 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips-linux' (24,806) at 20241206090014350 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/virtio-rng.c' (24,807) at 20240405153046753 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/lv0104cs.c' (24,808) at 20240405153049001 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_tuner.c' (24,809) at 20240405153049525 2025-03-14 03:00:47.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_st7735r.c' (24,810) at 20210307214930506 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/request.c' (24,811) at 20240405153049237 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c' (24,812) at 20240405153231051 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb' (24,813) at 20221003030013273 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/iqs620at-temp.c' (24,814) at 20240405153049013 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ch-All' (24,815) at 20210307205553766 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/cluster.c' (24,816) at 20240906080037212 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.json' (24,817) at 20210308005046409 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/earlycon.c' (24,818) at 20240405153052005 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/delta-ahe50dc-fan.c' (24,819) at 20240405153048869 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/pdb.h' (24,820) at 20240405153046933 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-connectivity/dhcp/dhcp-relay_%.bbappend' (24,821) at 20210929000024374 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/report_types.cpp' (24,822) at 20231228090030524 to deleted uid set 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/tnc.h' (24,823) at 20210308005002876 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/setup.c' (24,824) at 20210307214926538 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/idma32.c' (24,825) at 20220525020652406 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_rs_ph_w.c' (24,826) at 20210308005046505 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/arch.c' (24,827) at 20230925080040017 2025-03-14 03:00:47.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/include/ioremap.h' (24,828) at 20210308005002820 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-3.7.1.min.js' (24,829) at 20231126090012817 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/config.mk' (24,830) at 20210308005002832 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig' (24,831) at 20210308005003264 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/types.h' (24,832) at 20210308005002816 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/mutual_tls.cpp' (24,833) at 20240904080003186 to deleted uid set 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/packing.c' (24,834) at 20240405153053097 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/irq_work.c' (24,835) at 20240405153230127 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh71x0.c' (24,836) at 20240405153230243 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-limits.c' (24,837) at 20220525020653251 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/hwspinlock_core.c' (24,838) at 20240910080014046 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-sld8-ref.dts' (24,839) at 20240405153045577 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_sdio.h' (24,840) at 20220525020653815 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal' (24,841) at 20210307205553874 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt.h' (24,842) at 20210308005002820 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/blockgroup.rst' (24,843) at 20240405153045201 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/probe_roms.h' (24,844) at 20210307214930330 2025-03-14 03:00:47.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1761.c' (24,845) at 20240405153232143 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/traps.h' (24,846) at 20210307214926554 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_devlink.c' (24,847) at 20240405153050205 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.c' (24,848) at 20240405153047305 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/224.out' (24,849) at 20210308005046461 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-firmware-only.yml' (24,850) at 20241206090014206 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/override_fan_target.cpp' (24,851) at 20240820080023686 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/monitor/bitmap-qmp-cmds.c' (24,852) at 20240906080037148 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/swab.h' (24,853) at 20210307214925650 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-host-watchdog-powercycle.service' (24,854) at 20210819100023862 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/dtlk.c' (24,855) at 20210307214926938 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/interrupt.c' (24,856) at 20240405153046201 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/Kconfig' (24,857) at 20240405153229995 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/debugfs.c' (24,858) at 20240405153231215 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/Delete.interface.yaml' (24,859) at 20220322030022808 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/Makefile' (24,860) at 20240405153051757 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/inventory.py' (24,861) at 20221209040018559 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/mach-aspeed/Kconfig' (24,862) at 20240405153045633 to deleted uid set 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb' (24,863) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb' (24,864) at 20241206090014270 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c' (24,865) at 20240405153049941 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra124-emc.c' (24,866) at 20240405153046861 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_driver.c' (24,867) at 20210307214929178 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ns_access.c' (24,868) at 20210308005002960 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-pinfunc.h' (24,869) at 20240405153045505 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/vfp/release-notes.rst' (24,870) at 20240405153044973 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/txrx.h' (24,871) at 20240405153050481 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl-core.c' (24,872) at 20240405153049621 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png' (24,873) at 20210307205554342 to deleted uid set 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/fan.h' (24,874) at 20240405153046637 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc85xx.h' (24,875) at 20240405153046201 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intlist.h' (24,876) at 20220525020655171 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/pid_zone.json' (24,877) at 20240912080005178 2025-03-14 03:00:47.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/group.cpp' (24,878) at 20220412030019482 2025-03-14 03:00:47.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/hwprobe/.gitignore' (24,879) at 20240405153054369 2025-03-14 03:00:47.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/android-tools-adbd.service' (24,880) at 20241221090017512 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_0_offset.h' (24,881) at 20210309003649624 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/.gitignore' (24,882) at 20240405153054381 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/run-ci' (24,883) at 20220215040004407 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/guest-loader.c' (24,884) at 20220429100100454 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/soft-interface.c' (24,885) at 20240405153231987 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cpu-dt.c' (24,886) at 20210308005002556 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util-native_0.11.bb' (24,887) at 20210920100029307 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pfm.h' (24,888) at 20240405153054201 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-3R-43.0W' (24,889) at 20210307205553762 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/addac/Makefile' (24,890) at 20240405153048965 2025-03-14 03:00:47.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/inode.c' (24,891) at 20240405153231759 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.h' (24,892) at 20210307214929542 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c' (24,893) at 20210308005046513 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun6i-a31-ccu.h' (24,894) at 20210308005003640 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phl.c' (24,895) at 20210308005046505 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt8183-pinfunc.h' (24,896) at 20220525020654547 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/Kconfig' (24,897) at 20210308005002944 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l56-shared.c' (24,898) at 20241018080014594 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.h' (24,899) at 20240405153047253 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread_16k_10.sh' (24,900) at 20240405153232231 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/hpm2.c' (24,901) at 20210308004938820 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/arm_arch_timer.h' (24,902) at 20240405153052621 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/MAINTAINERS' (24,903) at 20210308005002912 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pcmcia/yenta.h' (24,904) at 20210308005003680 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/README' (24,905) at 20210308005002980 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/UUID.interface.yaml' (24,906) at 20221207040023627 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml' (24,907) at 20240405153229779 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-char.c' (24,908) at 20240906080037440 2025-03-14 03:00:47.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SessionInfo/meson.build' (24,909) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/designware_i2c.h' (24,910) at 20210308005003380 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/sqpoll.c' (24,911) at 20241008080014015 to deleted uid set 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dm-ioctl.h' (24,912) at 20240405153052913 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/test_health_metric.cpp' (24,913) at 20240817080025696 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.7.bb' (24,914) at 20241221090017492 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/mceusb.c' (24,915) at 20240405153049513 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear1310.dtsi' (24,916) at 20240405153045577 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sprintf.h' (24,917) at 20240405153231839 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/progress.c' (24,918) at 20210307214932582 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm-hr2.dtsi' (24,919) at 20240405153229871 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/masklog.h' (24,920) at 20220525020654463 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_verif_scale2.c' (24,921) at 20240405153054281 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vct.c' (24,922) at 20210308005003020 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/clk-lib.c' (24,923) at 20210308005003056 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/test_hyp_sys_config.cpp' (24,924) at 20221204040023565 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/keembay/kmb_platform.c' (24,925) at 20241001080013036 2025-03-14 03:00:47.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hdlc/ioctl.h' (24,926) at 20210307214931634 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/Makefile' (24,927) at 20210307214931998 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/ventana/MAINTAINERS' (24,928) at 20210308005003024 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phl.c' (24,929) at 20210308005046505 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/globals.c' (24,930) at 20241211090212462 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.3.rst' (24,931) at 20230114040015514 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/woodburn_sd.h' (24,932) at 20210308005003624 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/Makefile' (24,933) at 20240405153046553 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-devkit8000-common.dtsi' (24,934) at 20240405153045601 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tegra186.c' (24,935) at 20240503080014470 2025-03-14 03:00:47.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/pte-85xx.h' (24,936) at 20240405153046121 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/common-semi.h' (24,937) at 20221215040039194 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/virtio-iommu.c' (24,938) at 20240405153230747 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/mountpoint.cfg' (24,939) at 20210307205554058 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_tags.c' (24,940) at 20210307214926730 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt3306a.h' (24,941) at 20210307214928630 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/adi/Kconfig' (24,942) at 20240405153049777 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/conf/layer.conf' (24,943) at 20241221090017480 2025-03-14 03:00:47.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_hsi.h' (24,944) at 20210307214930382 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fb.h' (24,945) at 20240613080016499 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb' (24,946) at 20241220090019722 to deleted uid set 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/software-architecture.rst' (24,947) at 20241221090017464 to deleted uid set 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BootOptionCollection.json' (24,948) at 20240619080002944 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/certificate.scss' (24,949) at 20210308005107065 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-msm8660.h' (24,950) at 20210307214931350 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-topckgen.c' (24,951) at 20240405153046797 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/idt,32434-pic.yaml' (24,952) at 20240405153045085 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_axuser_msix_vcd_regs.h' (24,953) at 20240405153046589 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/gl520sm.c' (24,954) at 20240405153048857 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/fstest_defs.py' (24,955) at 20210308005003744 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/Makefile' (24,956) at 20210308005003032 2025-03-14 03:00:47.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.5-error-return.patch' (24,957) at 20210307205553966 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-common.yaml' (24,958) at 20240405153229755 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/hwmon-temp/meson.build' (24,959) at 20241112090003098 to deleted uid set 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' (24,960) at 20210307205554590 to deleted uid set 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/iio/index.rst' (24,961) at 20220525020651770 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/mediatek.c' (24,962) at 20240405153231563 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/noaudio.c' (24,963) at 20240326080039370 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/lm8333.h' (24,964) at 20210307214931406 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb' (24,965) at 20231011080016618 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8998.dtsi' (24,966) at 20240405153229943 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4v_tlb_miss.S' (24,967) at 20210307214926602 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/controllers/controllerimage.py' (24,968) at 20220402030016139 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Facility_v1.xml' (24,969) at 20240619080002924 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/cinergyT2-fe.c' (24,970) at 20210307214928818 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cls_redirect.c' (24,971) at 20240405153054249 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes.txt' (24,972) at 20210307205553678 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiosignal_1.3.1.bb' (24,973) at 20241221090017548 to deleted uid set 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/checklist.rst' (24,974) at 20240405153044933 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/wd719x.rst' (24,975) at 20210307214925562 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/active-semi,8865-regulator.h' (24,976) at 20210307214931346 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/vmemmap_dedup.rst' (24,977) at 20240405153229823 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/ot1200_spl.c' (24,978) at 20210308005002920 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_ionsp.h' (24,979) at 20210307214930866 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/reset.h' (24,980) at 20210308005003684 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/test/mocked_activation_listener.hpp' (24,981) at 20240829080033127 to deleted uid set 2025-03-14 03:00:47.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/kasan.txt' (24,982) at 20240405153229823 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_xive.c' (24,983) at 20240405153046169 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/hctr2.c' (24,984) at 20240405153046537 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/configs/arch_uml.config' (24,985) at 20240405153054225 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/epapr_paravirt.c' (24,986) at 20240405153046141 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Threshold.interface.yaml' (24,987) at 20231216090022621 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ssif/ssifbridge-override.conf' (24,988) at 20231017080014762 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf600_iter.c' (24,989) at 20240405153054273 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-i2c.h' (24,990) at 20210307214928698 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/no_sysctl.patch' (24,991) at 20210307205553874 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso2c.c' (24,992) at 20240405153046369 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/output.c' (24,993) at 20240520080015231 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pinmux_config.c' (24,994) at 20210308005002780 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-vsock.h' (24,995) at 20210308005046033 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/maxim-ds1302.txt' (24,996) at 20210307214925418 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/LICENSE' (24,997) at 20220525020526733 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/riscv/arch-riscv.inc' (24,998) at 20241221090017612 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qom_common.py' (24,999) at 20240326080039614 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p.c' (25,000) at 20230426080043948 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glfw/glfw_3.3.8.bb' (25,001) at 20240301090012423 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/probe_roms.c' (25,002) at 20210307214930330 2025-03-14 03:00:47.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/chilisom.c' (25,003) at 20210308005002756 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_rw.c' (25,004) at 20220525020654967 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts' (25,005) at 20240405153045829 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/functions' (25,006) at 20240405153054305 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (25,007) at 20220128040018736 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hdmi.h' (25,008) at 20240405153048753 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/platform.S' (25,009) at 20210308005002712 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/Makefile' (25,010) at 20210307214929598 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600_cs.c' (25,011) at 20241216090017697 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-include.json' (25,012) at 20210308005046401 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/gadget.c' (25,013) at 20210308005003500 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/contribution-maturity-model.rst' (25,014) at 20240405153229831 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso32_wrapper.S' (25,015) at 20240405153046153 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/atmel_usart.h' (25,016) at 20210308005003484 2025-03-14 03:00:47.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ixp4xx_cf.c' (25,017) at 20240405153230179 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/gcc_intrin.h' (25,018) at 20210307214926122 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/data_smart.py' (25,019) at 20241221090017584 to deleted uid set 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/ashldi3.c' (25,020) at 20210308005002804 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-bsp/u-boot/files/qualcomm.cfg' (25,021) at 20220811030018543 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/COPYING.MIT' (25,022) at 20210307205554230 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/df.py' (25,023) at 20220910030013397 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/stackinit_kunit.c' (25,024) at 20241216090017781 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822b.h' (25,025) at 20240405153050657 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-errors-native.bb' (25,026) at 20241206090014274 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7621.c' (25,027) at 20240405153051317 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/error_messages.cpp' (25,028) at 20241123090002507 to deleted uid set 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/key.h' (25,029) at 20210308005003548 2025-03-14 03:00:47.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/darla20_dsp.c' (25,030) at 20220525020654991 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/ptp.c' (25,031) at 20240405153230959 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/acpiphp_core.c' (25,032) at 20240405153051241 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine_pm.c' (25,033) at 20240405153048501 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Button/meson.build' (25,034) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/xyz.openbmc_project.Network.Hypervisor.service.in' (25,035) at 20220623030027695 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/.gitignore' (25,036) at 20210307214926754 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/vx222/vx222.c' (25,037) at 20220525020655011 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max9759.yaml' (25,038) at 20240405153045165 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5535audio/cs5535audio.c' (25,039) at 20220525020654991 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c' (25,040) at 20240405153048633 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/sabrelite.rst' (25,041) at 20210927100127077 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0008-Rename-poll.h-to-vm_poll.h.patch' (25,042) at 20240106090017233 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/main.h' (25,043) at 20240405153230711 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_iomap.c' (25,044) at 20241023080012899 to deleted uid set 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-usb-usbd.c' (25,045) at 20210307214926190 2025-03-14 03:00:47.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/gigadevice.c' (25,046) at 20240405153230879 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/chipone-icn6211.c' (25,047) at 20240613080016399 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/MAINTAINERS' (25,048) at 20210308005002916 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/bno055.c' (25,049) at 20240405153048993 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/stm32mp1.c' (25,050) at 20210308005003056 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rl6347a.h' (25,051) at 20210307214932322 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/Makefile' (25,052) at 20210308005002856 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/sh_msiof.h' (25,053) at 20240405153231839 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/afl5.img.bz2' (25,054) at 20210308005046473 to deleted uid set 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb' (25,055) at 20241221090017512 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/update_service_test.cpp' (25,056) at 20241211090002379 to deleted uid set 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_unicode.c' (25,057) at 20210307214931138 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/README' (25,058) at 20210308005002960 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/afs.c' (25,059) at 20210309003650496 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pq-mds-pib.c' (25,060) at 20210308005002960 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_pkt_access.c' (25,061) at 20240405153054277 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_rem.S' (25,062) at 20210308005046533 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb' (25,063) at 20210817100021790 to deleted uid set 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/json-parser.h' (25,064) at 20210308005046041 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evglock.c' (25,065) at 20240405153046617 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_scu.h' (25,066) at 20240906080037336 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max9867.yaml' (25,067) at 20240405153045165 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/crash_dump.c' (25,068) at 20240405153045629 2025-03-14 03:00:47.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Sallatunturi' (25,069) at 20210307205553774 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/irq_sim.c' (25,070) at 20240405153053005 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/read_patch.cpp' (25,071) at 20210308005100997 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h' (25,072) at 20240405153047117 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_hw_counters.c' (25,073) at 20240405153049109 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/initramfs-image-bundle.cfg' (25,074) at 20210307205554106 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/prelink-riscv.c' (25,075) at 20210308005003772 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/hisilicon,hi6220-mailbox.txt' (25,076) at 20210307214925350 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/cpumap.c' (25,077) at 20240405153054065 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.12/index.html' (25,078) at 20210307205554246 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/serval_pcb105.dts' (25,079) at 20210308005002816 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (25,080) at 20240730080012557 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ug-All' (25,081) at 20210307205553794 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/video-vga.c' (25,082) at 20210307214926750 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_pdb_hsc_xdp.json' (25,083) at 20241213090004413 to deleted uid set 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/module.h' (25,084) at 20210307214932474 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sdm845-adsp-pil.yaml' (25,085) at 20240405153045149 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/downcall.h' (25,086) at 20210307214931218 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem/0001-smem-fix-support-for-source-option-python3.patch' (25,087) at 20210307205553866 2025-03-14 03:00:47.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc2028.c' (25,088) at 20240815080012887 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpic_timer.c' (25,089) at 20240405153230059 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-maxbcm.dts' (25,090) at 20210308005002568 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti,am62-audio-refclk.yaml' (25,091) at 20240405153045029 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-7040-db.dts' (25,092) at 20240405153045745 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/relo_core.c' (25,093) at 20240405153232215 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_offload.c' (25,094) at 20240815080012919 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/meson.build' (25,095) at 20210308005046089 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-dms-ba16.dts' (25,096) at 20240405153229883 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ndr.c' (25,097) at 20240405153052529 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/irq.c' (25,098) at 20210307214925978 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/accel/tcg/plugin-gen.c' (25,099) at 20241211090212206 to deleted uid set 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml' (25,100) at 20240405153045021 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/mcpm_entry.c' (25,101) at 20240405153045613 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/vmalloc.h' (25,102) at 20210307214926178 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/relocate_kernel.S' (25,103) at 20240405153046289 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-db-ap.dts' (25,104) at 20240405153045445 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/cache.h' (25,105) at 20210308005002848 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/mte_user_helper.h' (25,106) at 20240906080037356 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/maxim,max77802.h' (25,107) at 20210307214931326 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/Makefile-error-fix.patch' (25,108) at 20230317080013793 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Mussara' (25,109) at 20210307205553766 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryRegionCollection_v1.xml' (25,110) at 20240619080002928 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch' (25,111) at 20210307205553966 2025-03-14 03:00:47.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/Makefile' (25,112) at 20210307214928702 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/hugetlb_vmemmap.h' (25,113) at 20240405153053129 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/panel-mipi-dbi.bbclass' (25,114) at 20241221090017500 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_sti.c' (25,115) at 20210308005003496 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/renesas/rzfive-smarc.dtsi' (25,116) at 20240405153046241 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mhi/index.rst' (25,117) at 20210307214925522 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ezchip/Makefile' (25,118) at 20210307214929390 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h' (25,119) at 20240405153230323 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/kvaser_usb/kvaser_usb.h' (25,120) at 20240405153049741 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_core.h' (25,121) at 20210308005003520 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/sanitize.cpp' (25,122) at 20230511080008003 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9052-spi.c' (25,123) at 20241211090145453 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/gemini/soc-gemini.c' (25,124) at 20210307214930442 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/inventory_upload.py' (25,125) at 20210308005048369 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/lib_sw_fence.h' (25,126) at 20210307214927858 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c' (25,127) at 20240405153052205 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/signal.c' (25,128) at 20240906080037360 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/feature-fixups-test.S' (25,129) at 20210307214926434 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/046.out' (25,130) at 20210927100127477 2025-03-14 03:00:47.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian.docker' (25,131) at 20241211090212534 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc0_qm_masks.h' (25,132) at 20240405153046581 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/notes.rst' (25,133) at 20240405153045261 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vi.yaml' (25,134) at 20240405153045049 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/Makefile.am.include' (25,135) at 20241213090006285 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt2814.c' (25,136) at 20240405153046893 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alteon/acenic.c' (25,137) at 20240405153049781 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/htu21.c' (25,138) at 20240405153048989 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sm6350.h' (25,139) at 20240405153052649 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/tlb.c' (25,140) at 20210308005002980 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcd_dma.h' (25,141) at 20240405153052205 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/smpro-hwmon.rst' (25,142) at 20240405153045217 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-lenovo-ix4-300d.dts' (25,143) at 20240405153045453 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/util.c' (25,144) at 20240405153052557 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_lpm_map.c' (25,145) at 20240820080014193 2025-03-14 03:00:47.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/ubi.h' (25,146) at 20210308005003424 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch' (25,147) at 20210307205553942 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/non-objects.out' (25,148) at 20210308005046409 to deleted uid set 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_manager_unittest.cpp' (25,149) at 20240904080040763 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml' (25,150) at 20240405153045149 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-clps711x.c' (25,151) at 20240405153051449 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aeroflex/greth.c' (25,152) at 20241104090011579 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/atomic64_64.h' (25,153) at 20240405153046381 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-gpio.h' (25,154) at 20220525020655075 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32f4xx_syscfg.c' (25,155) at 20241211090212298 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/qcom_camss_graph.dot' (25,156) at 20210307214925234 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fdt-overlays' (25,157) at 20210308005003292 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/message.py' (25,158) at 20221215040039254 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch' (25,159) at 20230706080014761 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_proc.h' (25,160) at 20240326080039562 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/ppc4xx_pci.c' (25,161) at 20240906080037276 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcupdate_wait.h' (25,162) at 20240405153231835 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/inode.c' (25,163) at 20241211090145521 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/transhuge-stress.c' (25,164) at 20240405153232275 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-iommu.h' (25,165) at 20240906080037340 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-power-on-reason' (25,166) at 20240405153229731 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1021rdb-pc_36b.dts' (25,167) at 20210307214926346 2025-03-14 03:00:47.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5.dtsi' (25,168) at 20240405153045441 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c' (25,169) at 20240405153230399 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/src/rv.c' (25,170) at 20240405153054385 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/bitsperlong.h' (25,171) at 20210307214926250 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt3306a.c' (25,172) at 20240617080017390 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sina31s-core.dtsi' (25,173) at 20210308005002620 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/decodecode' (25,174) at 20210308005003728 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/serial/serial-rs485.rst' (25,175) at 20240405153045197 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/liteon,ltrf216a.yaml' (25,176) at 20240405153045073 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debugfs.h' (25,177) at 20240805080013979 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/sysctl_net_netrom.c' (25,178) at 20210307214932034 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/radix-64k.h' (25,179) at 20210307214926374 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tocksfors' (25,180) at 20210307205553790 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/percpu_freelist.h' (25,181) at 20210307214931714 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/debugfs.h' (25,182) at 20210307214929966 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-demo_%.bbappend' (25,183) at 20230114040015466 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/etamin.h' (25,184) at 20210308005003592 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_user/iova_domain.c' (25,185) at 20240405153052161 2025-03-14 03:00:47.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/vops.h' (25,186) at 20240405153050497 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98357a.c' (25,187) at 20240405153053629 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic.c' (25,188) at 20240906080037256 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/genwqe/genwqe_card.h' (25,189) at 20210307214931634 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/pstore_crash_test' (25,190) at 20210307214932710 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/optee-rng.c' (25,191) at 20240405153046753 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/broadcom/tee_bnxt_fw.c' (25,192) at 20240405153047037 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/sar.h' (25,193) at 20240405153231263 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/usbdevice_fs.h' (25,194) at 20240405153054053 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_rc.c' (25,195) at 20220525020653159 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tuxx1_defconfig' (25,196) at 20210308005003284 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk_sg.c' (25,197) at 20220525020653351 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/246' (25,198) at 20220429100100914 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/subcmd-config.h' (25,199) at 20210307214932494 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb' (25,200) at 20240917080011791 to deleted uid set 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml' (25,201) at 20240405153045061 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/ppc/host-signal.h' (25,202) at 20230426080043784 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-bcm1480.c' (25,203) at 20210307214926286 2025-03-14 03:00:47.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3228-cru.h' (25,204) at 20210308005003632 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c' (25,205) at 20241008080013955 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0007-rlm_python-add-PY_INC_DIR-in-search-dir.patch' (25,206) at 20240413080012643 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/dynptr.c' (25,207) at 20240405153054253 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/psu.json' (25,208) at 20210307205553710 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l-clocks.dtsi' (25,209) at 20210308005002592 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/and_action_tests.cpp' (25,210) at 20210308005405938 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fdomain.h' (25,211) at 20210309003652404 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/reboot.h' (25,212) at 20210307214926550 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fhandle.c' (25,213) at 20240820080014169 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/emxx_udc/Kconfig' (25,214) at 20210309003653000 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-term_2.5.bb' (25,215) at 20241221090017560 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/tlbdebug.h' (25,216) at 20210307214926246 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/rohm,bu27034.yaml' (25,217) at 20240405153045073 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au8820.c' (25,218) at 20210307214932234 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/mtd-xip.h' (25,219) at 20240405153045657 2025-03-14 03:00:47.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/romfs.rst' (25,220) at 20210307214925490 2025-03-14 03:00:47.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/50001000.json' (25,221) at 20241213090040126 to deleted uid set 2025-03-14 03:00:47.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas5805m.c' (25,222) at 20240405153232163 2025-03-14 03:00:47.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c' (25,223) at 20240405153048601 2025-03-14 03:00:47.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/setup_gpio' (25,224) at 20240828080010887 2025-03-14 03:00:47.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.11.0.bb' (25,225) at 20241221090017468 2025-03-14 03:00:47.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufshcd-crypto.h' (25,226) at 20240405153231527 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_2_3_0_sh_mask.h' (25,227) at 20220525020652710 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc56_test.c' (25,228) at 20240405153054361 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi' (25,229) at 20240405153045749 to deleted uid set 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Device/meson.build' (25,230) at 20230902080024081 to deleted uid set 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/solomon/ssd130x-spi.c' (25,231) at 20240405153048753 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-rt9471' (25,232) at 20240405153044917 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st/st,flexgen.txt' (25,233) at 20240405153045029 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/lowlevel_init.S' (25,234) at 20210308005002904 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/slcan/slcan-ethtool.c' (25,235) at 20240405153049737 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso' (25,236) at 20240405153045745 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/isp_global.h' (25,237) at 20210307214930542 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/core-fsl-emb.c' (25,238) at 20240405153046189 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-timestamp.c' (25,239) at 20241001080013016 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_debugfs.c' (25,240) at 20240613080016463 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rtq2208-regulator.c' (25,241) at 20241115090012961 2025-03-14 03:00:47.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Leksand_Karingberget' (25,242) at 20210307205553786 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/crypto.c' (25,243) at 20241008080013995 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_pci.c' (25,244) at 20210308005003172 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cachetlb_32.h' (25,245) at 20210307214926578 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch' (25,246) at 20241206090014338 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/Kconfig' (25,247) at 20240405153230807 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/selftest.py' (25,248) at 20210307205554386 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra124.c' (25,249) at 20240405153051377 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/kgdb.h' (25,250) at 20210307214926550 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/include/logging.h' (25,251) at 20210307214932674 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/alsa/Makefile' (25,252) at 20240405153054233 to deleted uid set 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/common.c' (25,253) at 20210308005003540 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/rtc.h' (25,254) at 20220525020652126 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pe-file.c' (25,255) at 20210309003655944 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/007.out' (25,256) at 20210308005046413 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-gcrypt.c' (25,257) at 20210308005045777 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/spear6xx_defconfig' (25,258) at 20240405153045617 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/+-bmc-gbmcbrusb.network' (25,259) at 20220423100008647 2025-03-14 03:00:47.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97_bus.c' (25,260) at 20240405153053485 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/spk_priv_keyinfo.h' (25,261) at 20210309003649136 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/levenshtein.h' (25,262) at 20210307214932598 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_ipi.h' (25,263) at 20240906080037332 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-t5325.dts' (25,264) at 20240405153045457 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/qcom,cmd-db.yaml' (25,265) at 20240405153045149 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-m53.dtsi' (25,266) at 20240405153229883 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml' (25,267) at 20231115090026147 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/cl0002.h' (25,268) at 20210307214927902 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/imx6logic.c' (25,269) at 20210308005003016 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/rc_check.h' (25,270) at 20240405153232215 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb' (25,271) at 20241221090017560 to deleted uid set 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic_chtwc.c' (25,272) at 20240405153046645 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest' (25,273) at 20231126090012797 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/cmd_boot.c' (25,274) at 20210308005002884 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ah.h' (25,275) at 20210307214931550 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/responder.c' (25,276) at 20231110090010623 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/btcx-risc.h' (25,277) at 20240405153049349 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/global.h' (25,278) at 20210307214930946 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TMate' (25,279) at 20211006000025246 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/as3711.txt' (25,280) at 20210307214925358 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/iscsi-initiator' (25,281) at 20210307205553818 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_i2s.h' (25,282) at 20220525020655095 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml' (25,283) at 20240405153045121 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_scu_ipcutil.c' (25,284) at 20210307214930146 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_flat.h' (25,285) at 20210308005046097 2025-03-14 03:00:47.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/projects/qemu.yml' (25,286) at 20241211090212542 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/bootstd.h' (25,287) at 20210307214926158 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_mmu.c' (25,288) at 20240405153230163 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/LICENSE' (25,289) at 20210308004922932 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/Makefile' (25,290) at 20210308005003432 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu111-revA.dts' (25,291) at 20210308005002636 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-dbg.c' (25,292) at 20210307214930826 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/debug.c' (25,293) at 20240405153049237 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/reg.h' (25,294) at 20210307214929310 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/common.h' (25,295) at 20240405153053977 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/spi/spi-zynq-qspi.c' (25,296) at 20240405153231467 to deleted uid set 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-overrides.py' (25,297) at 20240301090012483 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/ufs/ufs.h' (25,298) at 20240405153231883 to deleted uid set 2025-03-14 03:00:47.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c' (25,299) at 20240405153048661 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/tracepoints/x86_msr.c' (25,300) at 20210307214932578 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/clntxdr.c' (25,301) at 20210307214931142 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/clock.cpp' (25,302) at 20230511080043139 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_limit.c' (25,303) at 20240405153232063 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/soc.c' (25,304) at 20210308005002728 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-gnutls.c' (25,305) at 20241211090212230 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/swim.h' (25,306) at 20240326080039534 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/README.md' (25,307) at 20230623080027929 2025-03-14 03:00:47.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/scripts/ima-gen-CA-signed.sh' (25,308) at 20230520080014488 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/sm_statefuns.c' (25,309) at 20241115090012973 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_d.c' (25,310) at 20210308005046521 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36016.c' (25,311) at 20240405153049389 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/numa_memory_policy.rst' (25,312) at 20240405153229739 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_encoder_cvbs.h' (25,313) at 20240405153048569 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_qm_bhv.c' (25,314) at 20220525020654523 to deleted uid set 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/recoverd.c' (25,315) at 20240405153231655 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/classes/distutils3-base.bbclass' (25,316) at 20241206090014266 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/scripting-engines/trace-event-perl.c' (25,317) at 20240405153054201 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-mxs.c' (25,318) at 20240805080013999 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc.h' (25,319) at 20240405153048509 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/wdt.c' (25,320) at 20210308005003740 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c' (25,321) at 20240405153230543 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/micro32r2.config' (25,322) at 20210307214926202 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/bblayers.conf.sample' (25,323) at 20240323080013545 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/svm.c' (25,324) at 20240405153054321 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/traps_32.c' (25,325) at 20240405153046317 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ld9040.h' (25,326) at 20210308005003656 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.usb' (25,327) at 20210308005003300 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-cldma.c' (25,328) at 20240405153053957 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/ldap.scss' (25,329) at 20210308005107065 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/.gitignore' (25,330) at 20220525020651970 2025-03-14 03:00:47.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/xtalk/xwidget.h' (25,331) at 20210307214926250 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/88pm860x.txt' (25,332) at 20210307214925346 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/templates/default/conf-summary.txt' (25,333) at 20240301090012451 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_mqs.c' (25,334) at 20240405153053909 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/nodemanager.c' (25,335) at 20240405153052465 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/ffdc/templates/env_vars_template.yaml' (25,336) at 20210731000025305 to deleted uid set 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/alignment.c' (25,337) at 20240405153045905 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy.c' (25,338) at 20240405153230595 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig' (25,339) at 20210308005003240 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt' (25,340) at 20220525020651686 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/gpio.c' (25,341) at 20210307214926138 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/bcm/Makefile' (25,342) at 20240405153231347 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_trace.h' (25,343) at 20240405153052121 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/vfphw.S' (25,344) at 20240405153229915 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/strnlen_user.S' (25,345) at 20240405153046513 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' (25,346) at 20210307205554270 to deleted uid set 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/esd.bmp' (25,347) at 20210308005003768 to deleted uid set 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/index.js' (25,348) at 20220105012522999 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RPL-1.1' (25,349) at 20211006000025242 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE05' (25,350) at 20240405153054369 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BlueOak-1.0.0' (25,351) at 20211006000025230 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/fix-inner-dependency.patch' (25,352) at 20210307205554038 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/nvmem-provider.h' (25,353) at 20240520080015203 to deleted uid set 2025-03-14 03:00:47.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/npcm7xx_fiu.c' (25,354) at 20240906080037300 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-corstone1000-fvp.txt' (25,355) at 20241221090017464 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/marvell-cesa.txt' (25,356) at 20210307214925298 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/Makefile' (25,357) at 20210308005002976 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/tmc.h' (25,358) at 20220525020654679 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/smu.c' (25,359) at 20240405153230755 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-srv-sysfs.c' (25,360) at 20240405153046717 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mipsel_defconfig' (25,361) at 20210308005003276 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/tcm.h' (25,362) at 20210309003648804 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_c_ev.h' (25,363) at 20240405153231851 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/sedutil_git.bb' (25,364) at 20230131040012031 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/LICENSE' (25,365) at 20210308005130549 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/udbg_memcons.c' (25,366) at 20240405153046233 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun50i-h616-ccu.h' (25,367) at 20240405153231795 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson/arm-linux-gneabi-gcc.ini' (25,368) at 20210616125333493 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_w.c' (25,369) at 20210308005046513 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Miskolc-Aggtelek-Fony' (25,370) at 20210307205553774 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/Kbuild' (25,371) at 20240405153048649 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lwt_redirect.c' (25,372) at 20241008080014055 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie_ipc.h' (25,373) at 20210307214929902 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/misc_32.S' (25,374) at 20240405153230035 2025-03-14 03:00:47.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/MAINTAINERS' (25,375) at 20210308005003088 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/list-test.c' (25,376) at 20240405153053093 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/arch_prctl.c' (25,377) at 20240405153054173 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/sigcontext.h' (25,378) at 20210307214926178 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c' (25,379) at 20220525020651962 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Chassis/meson.build' (25,380) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/common_ikm.rst' (25,381) at 20240405153045265 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/glue_helper-asm-avx2.S' (25,382) at 20220525020652134 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm-chip.c' (25,383) at 20241211090145397 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/Kconfig' (25,384) at 20240405153230379 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-yaml-led-priority.cpp' (25,385) at 20240828080025979 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/fb.h' (25,386) at 20240405153046309 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/proc_net.c' (25,387) at 20240405153231723 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch' (25,388) at 20230706080014785 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/236' (25,389) at 20210927100127497 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_dcb.c' (25,390) at 20240405153050001 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/videomodes.c' (25,391) at 20210308005003536 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6359/core.h' (25,392) at 20220525020654587 2025-03-14 03:00:47.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-yapp4-crux-plus.dts' (25,393) at 20240405153045521 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mmc/host/sdhci-tegra.c' (25,394) at 20240405153230863 to deleted uid set 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tunnel.sh' (25,395) at 20240405153054289 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/Makefile' (25,396) at 20210308005003520 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/qdio.h' (25,397) at 20240405153051521 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_fifoctrl_regdef.h' (25,398) at 20210307214930642 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/input.rst' (25,399) at 20220525020651738 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_xive.h' (25,400) at 20210927100127241 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/libc-compat.h' (25,401) at 20210307214931642 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/common/dma.c' (25,402) at 20240405153046053 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/pci200syn.c' (25,403) at 20220525020653703 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-cdce706.c' (25,404) at 20240405153046777 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c' (25,405) at 20240405153046961 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/avnet-ultra96-rev1.dts' (25,406) at 20210308005002572 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/mlx5_ifc_fpga.h' (25,407) at 20240405153052737 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r7780mp_defconfig' (25,408) at 20210308005003276 2025-03-14 03:00:47.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/hardware.h' (25,409) at 20210308005002660 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-sx1.h' (25,410) at 20240405153045657 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-parallel.c' (25,411) at 20240906080037160 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_eml_funnel_regs.h' (25,412) at 20240405153046589 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/smp.h' (25,413) at 20240617080017406 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/dir.c' (25,414) at 20240405153052361 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+unlocklockonceonce+fencermbonceonce.litmus' (25,415) at 20240405153054069 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/bigsmp_32.c' (25,416) at 20240405153230115 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm6878.dtsi' (25,417) at 20240405153045429 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-sockets.c' (25,418) at 20241211090212562 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/vxlan_flooding.sh' (25,419) at 20220525020655207 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-design-CFS.rst' (25,420) at 20240405153045301 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/msi.h' (25,421) at 20240405153231827 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-kp-hsc.dts' (25,422) at 20240405153045493 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/nvidia,tegra20-usb-phy.yaml' (25,423) at 20240405153045129 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/smbus.h' (25,424) at 20210307214931614 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/cx7_ocp.json' (25,425) at 20240717080008023 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/subscription.hpp' (25,426) at 20241228090003723 to deleted uid set 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/va_layout.c' (25,427) at 20240405153045889 2025-03-14 03:00:47.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt' (25,428) at 20240405153045017 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/messenger.c' (25,429) at 20240405153231999 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml' (25,430) at 20210307205554062 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_t30_defconfig' (25,431) at 20210308005003248 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/Makefile' (25,432) at 20210307214929438 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_vi_scaler.c' (25,433) at 20210307214928042 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/atomfirmwareid.h' (25,434) at 20210307214927698 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/event_fifo_local.h' (25,435) at 20210307214930542 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/ocelot-reset.txt' (25,436) at 20220525020651702 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/sound.c' (25,437) at 20210308005003488 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/cow_sys.h' (25,438) at 20210307214926614 2025-03-14 03:00:47.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_fp.c' (25,439) at 20241111090012121 to deleted uid set 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ia_css_xnr.host.h' (25,440) at 20210307214930562 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/debugfs.c' (25,441) at 20210307214929870 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ppp-comp.h' (25,442) at 20210307214931654 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nios2' (25,443) at 20210308005003296 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0010-Added-stdlib.h-for-malloc-in-lib-decode.c.patch' (25,444) at 20241221090017540 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nolibc/Makefile' (25,445) at 20240405153232283 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/wrappers_msa.h' (25,446) at 20210308005046501 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftgmac100.h' (25,447) at 20210308005003432 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/max77620_init.h' (25,448) at 20210308005003024 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch' (25,449) at 20241221090017680 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iommu.h' (25,450) at 20240624080012816 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/bperf_leader.bpf.c' (25,451) at 20240405153054185 2025-03-14 03:00:47.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm/include/uapi/asm/kvm.h' (25,452) at 20210307214932454 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/uapi/asm/kvm.h' (25,453) at 20240405153054033 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c' (25,454) at 20220525020652971 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_dpia.h' (25,455) at 20240405153047297 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/workarounds.h' (25,456) at 20210307214929622 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/s3c24x0_i2c.h' (25,457) at 20210308005003384 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/special_inodes.rst' (25,458) at 20240405153045205 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aes_gmac.h' (25,459) at 20210307214931982 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-interval-tree.c' (25,460) at 20230426080043956 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/stm32/stm32.yaml' (25,461) at 20240405153229755 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_hashmap_lookup.c' (25,462) at 20240405153054265 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2-input.c' (25,463) at 20241211090212558 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/pll.c' (25,464) at 20210308005002820 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/i2c.h' (25,465) at 20210307214931610 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/context_switch.c' (25,466) at 20210309003656012 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform_profile' (25,467) at 20220525020651634 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio-uclass.c' (25,468) at 20210308005003536 2025-03-14 03:00:47.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/nsp32_io.h' (25,469) at 20210307214930374 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c' (25,470) at 20240405153231227 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/apm.c' (25,471) at 20240906080037244 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_flags.cpp' (25,472) at 20210308005108645 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/sdhci.h' (25,473) at 20210308005002716 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/st_gyro.h' (25,474) at 20220525020653099 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m5-salvator-xs.dts' (25,475) at 20240405153229963 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton_%.bbappend' (25,476) at 20210812000025262 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvb_vb2.c' (25,477) at 20240405153049277 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/meson.build' (25,478) at 20240326080039698 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kretprobe_maxactive.tc' (25,479) at 20210307214932674 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_signal.h' (25,480) at 20221215040039062 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/estoraged.hpp' (25,481) at 20240301090004938 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/remote_device.c' (25,482) at 20220525020654019 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_arria5_defconfig' (25,483) at 20210308005003280 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p5040ds_ddr.c' (25,484) at 20210308005002964 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf-colibri.dtsi' (25,485) at 20240405153045537 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_uart.c' (25,486) at 20240405153231039 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/LICENSE-MIT' (25,487) at 20240106090017261 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/kfreeaddr.cocci' (25,488) at 20240405153053441 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb' (25,489) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager-r1-lte.dts' (25,490) at 20240405153045785 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/init.h' (25,491) at 20241211090145533 2025-03-14 03:00:47.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/Makefile' (25,492) at 20210307214927782 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/seccomp.h' (25,493) at 20220525020651970 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-any.err' (25,494) at 20210308005046397 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-01' (25,495) at 20210908000010395 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/directives/role-table.js' (25,496) at 20210308005107065 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge.bb' (25,497) at 20241206090014226 to deleted uid set 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/civetweb/0001-Unittest-Link-librt-and-libm-using-l-option.patch' (25,498) at 20210307205553806 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/Makefile' (25,499) at 20241008080014055 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-pm8916.dtsi' (25,500) at 20240405153045761 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sh/new-machine.rst' (25,501) at 20240405153044981 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/active_mm.rst' (25,502) at 20240405153045297 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/system.c' (25,503) at 20210307214932614 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings_example.yaml' (25,504) at 20221207040038639 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BatteryCollection_v1.xml' (25,505) at 20240619080002920 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-sprd.h' (25,506) at 20240405153052033 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/index.rst' (25,507) at 20240405153045265 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intelhex_2.3.0.bb' (25,508) at 20210316000012681 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (25,509) at 20231004080018999 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/brcm,bcm-keypad.txt' (25,510) at 20210307214925334 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-extras_1.0.0.bb' (25,511) at 20210307205554542 2025-03-14 03:00:47.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-nomadik.c' (25,512) at 20240405153230679 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/atl1e.h' (25,513) at 20210307214929310 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_4_3_offset.h' (25,514) at 20240405153047745 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra194.c' (25,515) at 20240405153231339 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/seccomp.h' (25,516) at 20240405153232211 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_string_decode_def_string_length_check.yaml' (25,517) at 20240908080010098 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_cards.c' (25,518) at 20210307214928702 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem.c' (25,519) at 20210307214930542 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/af_phonet.c' (25,520) at 20240405153053353 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/Kconfig' (25,521) at 20220525020654023 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/img_bench_templater.py' (25,522) at 20220429100100750 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_tfa_defconfig' (25,523) at 20210308005003268 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/__init__.py' (25,524) at 20210307205554258 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/scu_info.c' (25,525) at 20210421100236114 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/syscon.c' (25,526) at 20210308005003740 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerState/meson.build' (25,527) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/Kconfig' (25,528) at 20220525020653351 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_wq_copy.h' (25,529) at 20240405153051601 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsnaset' (25,530) at 20210307205553782 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg' (25,531) at 20210307214925210 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/inst.c' (25,532) at 20240405153045945 to deleted uid set 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/xilinx_uartps.c' (25,533) at 20240405153231523 to deleted uid set 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP2.interface.yaml' (25,534) at 20220315030032659 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/basic_api.h' (25,535) at 20240405153054229 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_subskeleton.c' (25,536) at 20240405153054277 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st95hf/spi.h' (25,537) at 20210307214929982 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pmbus.c' (25,538) at 20240405153048869 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/meson.build' (25,539) at 20240925080024982 to deleted uid set 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/c2p_iplan2.c' (25,540) at 20210307214930902 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.h' (25,541) at 20240405153050125 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-aobus.yaml' (25,542) at 20240405153229787 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/irq_i8259.c' (25,543) at 20210307214925654 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/uthash/run-ptest' (25,544) at 20210307205553998 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gen_eth_addr.c' (25,545) at 20210308005003764 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.errors.yaml' (25,546) at 20210610000035102 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-U.boot' (25,547) at 20220525020655231 2025-03-14 03:00:47.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_1_regs.h' (25,548) at 20240405153046577 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_tad.c' (25,549) at 20240405153230167 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3399.h' (25,550) at 20210308005003596 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/auxvec.h' (25,551) at 20210307214926514 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_ebi.h' (25,552) at 20210308005003020 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9n12ek.dts' (25,553) at 20210308005002572 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7420.dtsi' (25,554) at 20210307214926190 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Drive.v1_20_1.json' (25,555) at 20240918080002720 to deleted uid set 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/Kconfig' (25,556) at 20210308005002952 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/elf.h' (25,557) at 20210307214926362 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/Kconfig' (25,558) at 20210308005002948 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/memory.h' (25,559) at 20220525020651966 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/fail_page_alloc.c' (25,560) at 20240405153053125 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/ti,omap-opp-supply.yaml' (25,561) at 20240405153229783 2025-03-14 03:00:47.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_repr.h' (25,562) at 20210307214929566 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_syscalls.c' (25,563) at 20241216090017781 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/mmu.c' (25,564) at 20210307214930542 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/tools/gen-sysreg.awk' (25,565) at 20240405153045901 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/yc/pci-acp6x.c' (25,566) at 20240405153053553 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml' (25,567) at 20240405153045033 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/reporting-regressions.rst' (25,568) at 20240405153044961 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/csumpartialcopygeneric.S' (25,569) at 20210309003648684 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/io_trivial.h' (25,570) at 20240405153045345 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500_bmdata.c' (25,571) at 20240405153051425 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/cache.h' (25,572) at 20210307214926314 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/tests/ttm_pool_test.c' (25,573) at 20240405153230643 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_run.cpp' (25,574) at 20241130090002061 to deleted uid set 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi' (25,575) at 20240405153229891 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Sensor.v1_10_1.json' (25,576) at 20240918080002724 2025-03-14 03:00:47.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmonio.cpp' (25,577) at 20230511080028983 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/shared.c' (25,578) at 20220818100014663 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst-daemon.c' (25,579) at 20240405153054221 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdma_cm.h' (25,580) at 20240405153052873 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb' (25,581) at 20241206090014238 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f746-disco.h' (25,582) at 20210308005003616 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-tphy.c' (25,583) at 20240405153231311 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c' (25,584) at 20210307214927962 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-pba8.dts' (25,585) at 20240405153045401 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/hpet.h' (25,586) at 20210307214926214 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/hte/index.rst' (25,587) at 20240405153045193 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/swiotlb-xen.h' (25,588) at 20220525020651950 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/start_kernel.h' (25,589) at 20240405153052797 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pcs/pcs-mtk-lynxi.h' (25,590) at 20240405153052761 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/no-musttail-arm.patch' (25,591) at 20240413080012659 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/025.out' (25,592) at 20210308005046433 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-pi-imx7d_defconfig' (25,593) at 20210308005003276 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/block-backend-common.h' (25,594) at 20230925080039937 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_extx.c' (25,595) at 20210308005046529 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/chan.h' (25,596) at 20240405153231255 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/trace+probe_vfs_getname.sh' (25,597) at 20240405153232231 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/compat.json' (25,598) at 20240326080039618 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c' (25,599) at 20240405153048377 2025-03-14 03:00:47.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/error-inject.c' (25,600) at 20220525020652094 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ResourceManagement/index.js' (25,601) at 20220105012522999 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/w1/w1-gpio.yaml' (25,602) at 20240405153045185 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_mux.c' (25,603) at 20210308005003456 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tracepoint.c' (25,604) at 20240405153054281 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/signal-defs.h' (25,605) at 20220525020654663 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_mc.h' (25,606) at 20210308004938820 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/piggy.S' (25,607) at 20210307214925678 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/m5249evb.c' (25,608) at 20210308005002972 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8192-clk.h' (25,609) at 20220525020654543 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/of/irq.c' (25,610) at 20241011080017343 to deleted uid set 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reset/reset-simple.h' (25,611) at 20210309003653896 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/cpulimit/0001-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch' (25,612) at 20220612030016727 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ls102xa_serdes.c' (25,613) at 20210308005002552 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/topology.h' (25,614) at 20240405153046249 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi' (25,615) at 20241211090145373 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/libgpiod.wrap' (25,616) at 20220908030058575 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c' (25,617) at 20240405153231343 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fastboot-internal.h' (25,618) at 20210308005003648 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/fwio.h' (25,619) at 20210307214929962 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ich9_tco.h' (25,620) at 20240906080037328 2025-03-14 03:00:47.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i.dtsi' (25,621) at 20240405153045497 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (25,622) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/wd_keepalive.init' (25,623) at 20210307205554574 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/ddrc.c' (25,624) at 20210308005002796 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/regs.h' (25,625) at 20240405153230259 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/ralink/clk-mtmips.c' (25,626) at 20241211090145397 to deleted uid set 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-md-pci.h' (25,627) at 20230925080039929 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/Kconfig' (25,628) at 20240405153045341 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/addrspace.h' (25,629) at 20210307214926210 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/ncurses.inc' (25,630) at 20241221090017644 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_qp.c' (25,631) at 20240405153230703 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/event.py' (25,632) at 20240925080038338 to deleted uid set 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/Kconfig' (25,633) at 20240906080037500 2025-03-14 03:00:47.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb1-clk.yaml' (25,634) at 20240405153045021 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/mqprio.json' (25,635) at 20240405153054377 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5235EVB.h' (25,636) at 20210308005003576 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/networking/netdev-FAQ.rst' (25,637) at 20240405153045273 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/act8945a.txt' (25,638) at 20210309003648368 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts' (25,639) at 20240405153229899 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/console.h' (25,640) at 20210308005003628 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_aggregator_registry.c' (25,641) at 20240919080017066 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/fs.c' (25,642) at 20240405153049081 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_bt.h' (25,643) at 20240906080037348 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/law.c' (25,644) at 20210308005002980 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-sinovoip-bpi-m2.dts' (25,645) at 20240405153045385 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/common.h' (25,646) at 20210307214926994 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-cards.c' (25,647) at 20240405153230823 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/vdk_hs38_smp.dts' (25,648) at 20210307214925666 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service-crates.inc' (25,649) at 20241206090014282 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/Kconfig' (25,650) at 20210308005003736 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/memac_phy.c' (25,651) at 20210308005003432 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/u-boot-aspeed_%.bbappend' (25,652) at 20210823100016972 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/isl6405.c' (25,653) at 20240405153049289 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/const_hweight.h' (25,654) at 20210307214932474 2025-03-14 03:00:47.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/Makefile' (25,655) at 20240405153230807 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi' (25,656) at 20240418080014482 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_qp.c' (25,657) at 20240405153049029 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/flash/phosphor-software-manager/bios-update' (25,658) at 20240326080016518 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_rect.h' (25,659) at 20240405153052637 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/ExpSchedFlow.svg' (25,660) at 20210307214925210 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/probe_roms.c' (25,661) at 20240405153230127 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ixp4xx/Kconfig' (25,662) at 20240405153051761 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb' (25,663) at 20240106090017237 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_sockopt.c' (25,664) at 20210309003654424 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cxl.c' (25,665) at 20240326080039414 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iov-padding' (25,666) at 20230925080040093 2025-03-14 03:00:47.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-reg.h' (25,667) at 20240405153053969 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rk8xx-i2c.c' (25,668) at 20240405153049613 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun5i.h' (25,669) at 20210307214927026 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sb.h' (25,670) at 20210307214931602 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/system.conf' (25,671) at 20210307205554490 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cpu.c' (25,672) at 20210308005003720 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/psu_manager.hpp' (25,673) at 20231121090026720 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/test/util/association_objects.hpp' (25,674) at 20220712030042488 to deleted uid set 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci-pci.c' (25,675) at 20210308005003332 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0004-missing_type.h-add-comparison_fn_t.patch' (25,676) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Thresholds.cpp' (25,677) at 20240817080004299 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/README.md' (25,678) at 20240413080012667 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/erst.c' (25,679) at 20241211090212246 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/imx.h' (25,680) at 20210307214931546 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf_2.72e.bb' (25,681) at 20240127090011892 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/mmap.c' (25,682) at 20240405153046317 2025-03-14 03:00:47.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpacpi/Makefile' (25,683) at 20210307214930154 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_0_sh_mask.h' (25,684) at 20210307214927650 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/imx/clk-imx8mp.c' (25,685) at 20241008080013911 to deleted uid set 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/perf_event.h' (25,686) at 20220525020652038 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-bitbang.c' (25,687) at 20240405153050345 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/histb-clock.h' (25,688) at 20210308005003632 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/conf-notes.txt' (25,689) at 20220913030020492 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/cmake-format.json' (25,690) at 20221209040045083 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/cute-files-npm-example.png' (25,691) at 20220721030015857 to deleted uid set 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/clk.c' (25,692) at 20210308005003740 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0003-FF-A-v15-lib-uuid-introduce-testcase-for-uuid_str_to.patch' (25,693) at 20240413080012623 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/math-emu/sfp-util_32.h' (25,694) at 20210307214926610 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml' (25,695) at 20240405153045157 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/Kconfig' (25,696) at 20210308005003700 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/regs-mfc-v8.h' (25,697) at 20240405153049465 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs8427.h' (25,698) at 20210307214931594 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/update_manager.cpp' (25,699) at 20240610080035204 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/xtensa_ksyms.c' (25,700) at 20240405153046509 2025-03-14 03:00:47.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_scale_coefs.c' (25,701) at 20210309003649892 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/pcm.c' (25,702) at 20240405153232191 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount_setattr/.gitignore' (25,703) at 20220525020655215 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/kprobes_trampoline.S' (25,704) at 20240405153045909 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.type4-count' (25,705) at 20240906080037560 to deleted uid set 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/Kconfig' (25,706) at 20240405153053993 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x04_hardware.h' (25,707) at 20240405153048805 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqimage.c' (25,708) at 20210308005003776 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb' (25,709) at 20240413080012639 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/everest,es7134.txt' (25,710) at 20210307214925426 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.17.rst' (25,711) at 20241221090017596 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c' (25,712) at 20240405153230723 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/tvp7002.txt' (25,713) at 20210307214925354 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx/cpu.h' (25,714) at 20210308005002640 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/MAINTAINERS' (25,715) at 20210308005003168 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/lm8323.c' (25,716) at 20240405153230727 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/storage-ctrl-impl.c.inc' (25,717) at 20240906080037520 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/si470x.rst' (25,718) at 20210307214925234 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig' (25,719) at 20210308005003256 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg_git.bb' (25,720) at 20220402030015991 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/toggle_identify_led.sh' (25,721) at 20230419080018958 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/MAINTAINERS' (25,722) at 20210308005002948 2025-03-14 03:00:47.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/msi2500/Makefile' (25,723) at 20210307214928842 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_os.c' (25,724) at 20241216090017737 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-WinterHill' (25,725) at 20210307205553798 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/Kconfig' (25,726) at 20240405153049209 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/thread-maps-share.c' (25,727) at 20240405153054173 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8548CDS_36BIT_defconfig' (25,728) at 20210308005003240 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/riscv_ksyms.c' (25,729) at 20240405153046257 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/mirror.c' (25,730) at 20241211090212214 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h' (25,731) at 20210307214929334 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-mtp.dts' (25,732) at 20240405153229939 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/core/alsa.h' (25,733) at 20210307214932186 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py' (25,734) at 20220402030016103 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch' (25,735) at 20210307205554542 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/Kconfig' (25,736) at 20240405153049469 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/rel6.decode' (25,737) at 20220429100100810 2025-03-14 03:00:47.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LicenseCollection_v1.xml' (25,738) at 20240619080002928 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/berkeley-testfloat-3.wrap' (25,739) at 20240326080039630 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/sdhci.h' (25,740) at 20210308005002716 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex5.bpf.c' (25,741) at 20240405153232099 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-stats.c' (25,742) at 20240405153049249 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-tobi-common.dtsi' (25,743) at 20240405153045605 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1-plus.dts' (25,744) at 20210308005002624 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/mtk-power-domain.c' (25,745) at 20210308005003468 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dst_priv.h' (25,746) at 20210307214928678 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff' (25,747) at 20220105012522987 to deleted uid set 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml' (25,748) at 20240405153045149 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/compr_lzo.c' (25,749) at 20210307214931130 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_pmem.h' (25,750) at 20240906080037348 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn303.h' (25,751) at 20220525020652530 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.h' (25,752) at 20240405153231175 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-scmi.h' (25,753) at 20230925080039929 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/insn-eval.c' (25,754) at 20240405153046469 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/vboxguest_core.c' (25,755) at 20240405153052229 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/system.cpp' (25,756) at 20210915000104754 2025-03-14 03:00:47.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Nuclear-License-2014' (25,757) at 20211006000025230 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_rx.h' (25,758) at 20240805080013983 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat2E_C-83.0E' (25,759) at 20210307205553762 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/db8500_wdt.c' (25,760) at 20240405153052237 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-common/cpu/rtc.h' (25,761) at 20210307214926554 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_ccmp.c' (25,762) at 20240405153051885 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/tests/test-utils.cpp' (25,763) at 20241114091008832 to deleted uid set 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/i386.c' (25,764) at 20220525020652190 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c' (25,765) at 20241008080013923 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/willsemi,wusb3801.yaml' (25,766) at 20240405153045185 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-colibri-iris.dtsi' (25,767) at 20240405153045529 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/sysfs.c' (25,768) at 20240910080014070 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.out' (25,769) at 20210927100127469 to deleted uid set 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/Kconfig' (25,770) at 20210308005003056 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts' (25,771) at 20240405153229871 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/Kconfig' (25,772) at 20240405153049677 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/hotfoot.dts' (25,773) at 20210307214926354 2025-03-14 03:00:47.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/space-info.h' (25,774) at 20240812080017248 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/message_handler.cpp' (25,775) at 20230513080031426 to deleted uid set 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/xdp710.c' (25,776) at 20240507080012894 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil/0001-ihpm-Include-stdlib.h-for-malloc-free-atoi-functions.patch' (25,777) at 20221003030013285 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5535audio/cs5535audio.h' (25,778) at 20210307214932238 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/optrom_fw_cfg.h' (25,779) at 20210308005046177 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/mock_dmabuf.c' (25,780) at 20240405153048481 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_keyword.py' (25,781) at 20221209040018567 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/Makefile' (25,782) at 20210308005003524 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/conga-qeval20-qa3-e3845.h' (25,783) at 20210308005003592 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Parity-7.0.0' (25,784) at 20211006000025242 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/.gitignore' (25,785) at 20210307214926526 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/des_glue.c' (25,786) at 20210307214926574 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng-tmp.conf' (25,787) at 20210307205553998 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.h' (25,788) at 20210307214927214 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/smsc.c' (25,789) at 20210308005003444 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sa8775p.c' (25,790) at 20240805080013943 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_sar.S' (25,791) at 20210308005046533 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/.openbmc-enforce-gitlint' (25,792) at 20220829030004071 to deleted uid set 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/lenovo.c' (25,793) at 20240405153051417 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/Makefile' (25,794) at 20240405153049453 2025-03-14 03:00:47.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_div1.c' (25,795) at 20210308005046525 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_fw.c' (25,796) at 20240405153051693 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32h743-overview.rst' (25,797) at 20240405153044973 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/mori_uart_mux_ctrl.sh' (25,798) at 20220921030015982 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpid' (25,799) at 20210308005059705 to deleted uid set 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/csv_collection.py' (25,800) at 20220525020652358 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_dump.h' (25,801) at 20210307214927858 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4-softmmu.mak' (25,802) at 20230925080039837 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-std.h' (25,803) at 20210307214928846 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8080-db.dts' (25,804) at 20210307214926022 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/mm_types.h' (25,805) at 20241216090017769 to deleted uid set 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (25,806) at 20230204040013545 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-synth.c' (25,807) at 20230925080039853 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kfence/kfence_test.c' (25,808) at 20240405153231963 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i3200_edac.c' (25,809) at 20220525020652418 2025-03-14 03:00:47.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sveg_Brickan' (25,810) at 20210307205553790 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/stusb160x.c' (25,811) at 20240405153052149 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.h' (25,812) at 20240405153050493 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/semihost.h' (25,813) at 20240405153045861 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hwdep.h' (25,814) at 20240405153231863 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch' (25,815) at 20230706080014753 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/litex.h' (25,816) at 20220525020654579 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elfnote.h' (25,817) at 20210307214931382 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/audigy-mixer.rst' (25,818) at 20240405153229827 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/mount.c' (25,819) at 20210307214932186 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/allno_expected_config' (25,820) at 20210308005003736 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-Define-portable-basename-function.patch' (25,821) at 20241206090014334 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ipu3/ipu3-cio2.h' (25,822) at 20240405153049369 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/opti9xx/miro.c' (25,823) at 20240405153232127 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/procfs.c' (25,824) at 20240405153052501 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/Makefile' (25,825) at 20220525020654911 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_mrp_netlink.c' (25,826) at 20220525020654803 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/crypto/aes-round.h' (25,827) at 20230925080039853 2025-03-14 03:00:47.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_config.c' (25,828) at 20240405153231063 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-phycore-som.dtsi' (25,829) at 20240405153229887 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld6b-ref.dts' (25,830) at 20210308005002632 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm-nsp.dtsi' (25,831) at 20240405153229871 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/events.c' (25,832) at 20240405153054069 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/spl_boot.c' (25,833) at 20210308005002724 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/trace_booke.h' (25,834) at 20220525020652062 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-kernel/linux/linux-aspeed/x570d4u.cfg' (25,835) at 20240407080011706 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/version.h' (25,836) at 20230302090047762 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/signal.h' (25,837) at 20210307214926310 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tao3530_defconfig' (25,838) at 20210308005003280 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/i2c.c' (25,839) at 20210308005003212 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-meerkat96.dts' (25,840) at 20240405153045533 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha512-glue.c' (25,841) at 20220525020651946 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/configs/defconfig' (25,842) at 20240628080013977 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cmpxchg.h' (25,843) at 20240405153045853 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c' (25,844) at 20220525020652955 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ia_css_macc1_5_table.host.h' (25,845) at 20210307214930558 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754dp.c' (25,846) at 20210307214926274 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/keystone_remoteproc.c' (25,847) at 20240405153051481 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_print.py' (25,848) at 20221209040018567 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_mctrl_gpio.h' (25,849) at 20240405153052013 2025-03-14 03:00:47.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/pic32/pic32mzda_sk.dts' (25,850) at 20240405153045989 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_xsk.c' (25,851) at 20240913080013805 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/sockbits.h' (25,852) at 20210308005046069 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c' (25,853) at 20240405153049413 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/COPYING.apache-2.0' (25,854) at 20210307205554046 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/common/sb_tbprof.c' (25,855) at 20240405153046053 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/rbtree_btf_fail__add_wrong_type.c' (25,856) at 20240405153054273 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-start.rst' (25,857) at 20210309003648476 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/authenc.c' (25,858) at 20240405153046533 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi4.conf' (25,859) at 20220204040022560 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-main.c' (25,860) at 20240405153230299 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83627ehf.c' (25,861) at 20240913080013793 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/integratorcp.h' (25,862) at 20210308005003596 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/vpstate.h' (25,863) at 20210307214927906 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi' (25,864) at 20240405153045589 2025-03-14 03:00:47.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst' (25,865) at 20240405153045237 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-post-end' (25,866) at 20240419080014077 to deleted uid set 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h' (25,867) at 20220215040051620 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/srem_mod.S' (25,868) at 20210307214926146 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_dev.h' (25,869) at 20240405153049893 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/local_object.c' (25,870) at 20241011080017395 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64_be/hello.c' (25,871) at 20241211090212550 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/arc_ps2.c' (25,872) at 20240405153049157 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm_page_track.h' (25,873) at 20240405153230111 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/delayed-inode.c' (25,874) at 20240830080013311 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm-common.h' (25,875) at 20210309003648716 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/acpi/ssdt-overlays.rst' (25,876) at 20240405153044937 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_timectrl_bitdef.h' (25,877) at 20240405153051901 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front_evtchnl.h' (25,878) at 20240405153054033 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c' (25,879) at 20240405153230395 2025-03-14 03:00:47.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mmdc.c' (25,880) at 20240405153229911 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_backlight.c' (25,881) at 20240405153048745 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/jazz_led.c' (25,882) at 20241211090212266 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/Makefile' (25,883) at 20210308005003452 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/calxeda/Kconfig' (25,884) at 20210307214929346 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-hackberry.dts' (25,885) at 20210308005002616 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_mitigations.c' (25,886) at 20240405153048529 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-arndale.dts' (25,887) at 20210308005002580 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-apu.c' (25,888) at 20240405153046801 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_scsi.c' (25,889) at 20240405153051737 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp' (25,890) at 20240819080030267 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu.c' (25,891) at 20241211090212462 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_gem.c' (25,892) at 20240405153048777 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/ipaq-micro-keys.c' (25,893) at 20240405153230727 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/bsec.c' (25,894) at 20210308005002784 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-riscv64-cross.docker' (25,895) at 20240906080037560 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mem-events.h' (25,896) at 20240405153232239 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_regs.h' (25,897) at 20240830080013283 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/skx_common.h' (25,898) at 20241211090145405 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml' (25,899) at 20240405153045153 2025-03-14 03:00:47.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fsl,flexspi-clock.yaml' (25,900) at 20220525020651662 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/qcom-lmh.yaml' (25,901) at 20240405153229799 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Markaryd_Hualtet' (25,902) at 20210307205553786 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-apalis-eval.dts' (25,903) at 20240405153229875 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/microchip,lan78xx.txt' (25,904) at 20210307214925378 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/timer.c' (25,905) at 20210308005002548 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-mmio.c' (25,906) at 20240405153230187 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/run-ptest' (25,907) at 20241221090017636 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-aead.rst' (25,908) at 20210307214925266 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/virtio_net_fuzz.c' (25,909) at 20230426080043948 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/tegra-pmc.h' (25,910) at 20210307214931350 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/overcommit-accounting.rst' (25,911) at 20240405153045297 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nolibc/nolibc-test.c' (25,912) at 20241011080017411 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-rdc321x.c' (25,913) at 20210307214927194 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/rpmsg_char.c' (25,914) at 20240405153231371 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/096' (25,915) at 20210927100127481 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/llist_api.h' (25,916) at 20240405153052721 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/relocs.h' (25,917) at 20210307214926198 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/assoc_array.rst' (25,918) at 20240405153045289 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global2_scratch.c' (25,919) at 20240405153049757 2025-03-14 03:00:47.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg2.dtsi' (25,920) at 20240405153229971 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-scsiback.c' (25,921) at 20240405153052253 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/common.h' (25,922) at 20220525020654955 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf117.c' (25,923) at 20240405153048641 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/itree_v2.c' (25,924) at 20210307214931142 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/flash/openpower-software-manager_%.bbappend' (25,925) at 20210823100016972 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-v4wt.S' (25,926) at 20210307214925970 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/Makefile' (25,927) at 20220525020652502 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/serial.patch' (25,928) at 20230706080014757 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/user_mad.rst' (25,929) at 20210307214925514 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml' (25,930) at 20240405153045045 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/meson.build' (25,931) at 20240925080024982 to deleted uid set 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/meson.build' (25,932) at 20220913030027321 to deleted uid set 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/pidof-add-m-option.patch' (25,933) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx_dpdma.c' (25,934) at 20241211090212270 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/Kconfig' (25,935) at 20210308005002940 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-rtrack2.c' (25,936) at 20210307214928770 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5.h' (25,937) at 20240405153051293 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/nwflash.h' (25,938) at 20210307214925854 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VCATEntryCollection_v1.xml' (25,939) at 20240619080002940 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/SensorsStore.js' (25,940) at 20240305090033462 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9rlek_nandflash_defconfig' (25,941) at 20210308005003248 2025-03-14 03:00:47.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kobj_map.h' (25,942) at 20210307214931414 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c' (25,943) at 20210308005002552 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/MAINTAINERS' (25,944) at 20210308005003036 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmux/tmux_3.5.bb' (25,945) at 20241221090017524 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/pap' (25,946) at 20210307205554466 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/cec-gpio/Makefile' (25,947) at 20210307214928598 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ops.c' (25,948) at 20240405153054005 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch' (25,949) at 20210307205553750 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/dram.c' (25,950) at 20210308005002752 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-wcove.c' (25,951) at 20240520080015143 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/fault.c' (25,952) at 20240405153046317 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc' (25,953) at 20240301090012451 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_qmi_msg.c' (25,954) at 20240405153050341 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch' (25,955) at 20230114040015470 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/stats.h' (25,956) at 20210307214929946 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_deb.bbclass' (25,957) at 20231126090012829 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/team/team.c' (25,958) at 20241220090018318 to deleted uid set 2025-03-14 03:00:47.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-berlin/berlin.c' (25,959) at 20240405153229911 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_stream.c' (25,960) at 20220525020654975 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_patch.cpp' (25,961) at 20210308005108645 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/st,stm32-qspi.yaml' (25,962) at 20240405153045177 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipmi.h' (25,963) at 20240405153052925 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_cdat.h' (25,964) at 20240906080037332 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h' (25,965) at 20240405153049941 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/spi.h' (25,966) at 20210308005002876 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm83.rst' (25,967) at 20210307214925502 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/Kconfig' (25,968) at 20210308005003028 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init' (25,969) at 20230401080011975 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (25,970) at 20211222040037065 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-pbr.inc' (25,971) at 20240301090012471 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Kosice' (25,972) at 20210307205553794 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/atmel,sama9260-adc.yaml' (25,973) at 20240405153229767 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/ppc_longjmp.S' (25,974) at 20210308005003544 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/pxa-clock.h' (25,975) at 20210307214931330 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml' (25,976) at 20240405153229763 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/bestcomm/bestcomm_priv.h' (25,977) at 20210307214931390 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/prog_lsm.rst' (25,978) at 20240405153044997 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/isofs.rst' (25,979) at 20210307214925486 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-check-clearvolatile@.service' (25,980) at 20230511080022135 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/tlbflush.h' (25,981) at 20220525020652018 2025-03-14 03:00:47.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.debug' (25,982) at 20240405153053433 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_log_debugfs.c' (25,983) at 20240405153048509 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3328-cru.txt' (25,984) at 20210307214925294 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend' (25,985) at 20241107090014377 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/regulator-haptic.h' (25,986) at 20210307214931478 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_iptunnel_common.h' (25,987) at 20210307214932654 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregationService_v1.xml' (25,988) at 20240619080002920 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apm/apm-storm.dtsi' (25,989) at 20240405153045717 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/asix.h' (25,990) at 20240405153050373 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-b-plus.dts' (25,991) at 20240405153229871 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/ubifs-media.h' (25,992) at 20210308005003552 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml' (25,993) at 20240405153229799 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/exec' (25,994) at 20210307205554482 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0006-apache2-fix-the-race-issue-of-parallel-installation.patch' (25,995) at 20220402030016023 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_0.8.3.bb' (25,996) at 20231126090012805 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/macio.c' (25,997) at 20240906080037256 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_elf.h' (25,998) at 20210308005046089 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/genvdso.c' (25,999) at 20220525020652018 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sh7763rdp/irq.c' (26,000) at 20210307214926542 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward_git.bb' (26,001) at 20240301090012431 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/fsl_sata.c' (26,002) at 20210308005003332 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/explanation.txt' (26,003) at 20240405153054069 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,ipu.txt' (26,004) at 20210307214925278 2025-03-14 03:00:47.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netevent.c' (26,005) at 20220525020654815 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_mid.c' (26,006) at 20240405153051997 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/test/meson.build' (26,007) at 20240522080022636 to deleted uid set 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/lsi,zevio-intc.txt' (26,008) at 20210307214925342 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-input.rst' (26,009) at 20210309003648508 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/sun4u.c' (26,010) at 20241211090212338 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/Makefile' (26,011) at 20210307214925982 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch' (26,012) at 20230706080014769 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cmpxchg.h' (26,013) at 20240405153046309 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qcow2-internal-snapshots.out' (26,014) at 20240906080037568 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-debug.c' (26,015) at 20240405153050529 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/layer.conf' (26,016) at 20241221090017476 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/telemetry/pltdrv.c' (26,017) at 20240405153051413 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_rt.h' (26,018) at 20240405153052797 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_ua.c' (26,019) at 20210307214930714 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/usb-wwan.h' (26,020) at 20220525020654295 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/cancel.c' (26,021) at 20240405153231883 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch' (26,022) at 20210307205553750 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-db.dts' (26,023) at 20210308005002564 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctpcm.h' (26,024) at 20220525020654991 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-tahvo-usb' (26,025) at 20210307214925206 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/host-poweron.service' (26,026) at 20231224090010777 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/.gitignore' (26,027) at 20220525020433159 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_clientmgr.h' (26,028) at 20240405153053497 2025-03-14 03:00:47.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch' (26,029) at 20241221090017520 to deleted uid set 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/idle.c' (26,030) at 20241216090017777 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_xsk.h' (26,031) at 20240411080014098 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mac_oss.h' (26,032) at 20210307214926162 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/edac/socfpga-eccmgr.txt' (26,033) at 20210307214925314 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/lowlevel_init.S' (26,034) at 20210308005003020 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/request_firmware.rst' (26,035) at 20210309003648404 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-sk.dts' (26,036) at 20241008080013895 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/dev-tools/gcov.rst' (26,037) at 20220525020651770 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/README.md' (26,038) at 20221209040008787 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/cleanup/meson.build' (26,039) at 20211102000049236 to deleted uid set 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/wcnss_ctrl.c' (26,040) at 20240405153231451 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_int.h' (26,041) at 20240405153050309 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/copy_mc_64.S' (26,042) at 20240405153230043 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts' (26,043) at 20240405153229903 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab/0001-gcab-enums.c.etemplate-include-basename-instead-of-f.patch' (26,044) at 20241221090017524 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts' (26,045) at 20240405153045821 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/dcn301_smu.c' (26,046) at 20240405153047205 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-bch.h' (26,047) at 20210308005002676 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_pad.c' (26,048) at 20241011080017295 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/xway_defconfig' (26,049) at 20240405153230011 2025-03-14 03:00:47.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psp-platform-access.h' (26,050) at 20240405153231835 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_bsg.h' (26,051) at 20210307214930294 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/isl7998x.c' (26,052) at 20240405153230787 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-ld9040.c' (26,053) at 20240405153230615 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mie3-mvcrl.c' (26,054) at 20230925080040101 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/picolibc.py' (26,055) at 20241221090017632 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31.dtsi' (26,056) at 20210308005002620 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/service_files/xyz.openbmc_project.cpuinfo.service' (26,057) at 20230821192414184 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-pcf857x.txt' (26,058) at 20210308005003304 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/midcomms.h' (26,059) at 20240405153231651 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/sm501.rst' (26,060) at 20210307214925470 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c' (26,061) at 20210308005046513 2025-03-14 03:00:47.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table.html' (26,062) at 20210308005107069 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_imx.c' (26,063) at 20210308005003452 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial' (26,064) at 20241213090035010 to deleted uid set 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkimage.c' (26,065) at 20210308005003768 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_mbox.c' (26,066) at 20240405153049957 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device.c' (26,067) at 20210307214930542 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5.dtsi' (26,068) at 20240405153229935 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/userio.c' (26,069) at 20210307214928498 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/q35.c' (26,070) at 20241211090212318 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_pci.c' (26,071) at 20240405153051561 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c' (26,072) at 20210307214927266 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/chan.h' (26,073) at 20240405153048633 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (26,074) at 20210307205553730 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/dmabuf.h' (26,075) at 20240906080037352 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-post-code-manager/inc/post_code.hpp' (26,076) at 20241114091024917 to deleted uid set 2025-03-14 03:00:47.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_trace_points.c' (26,077) at 20210307214928018 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-btree.c' (26,078) at 20240405153049257 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_SDCARD_defconfig' (26,079) at 20210308005003240 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/classes/fitimage.bbclass' (26,080) at 20241221090017500 to deleted uid set 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-core-smbus.c' (26,081) at 20240405153048921 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-rpi/fb.rules' (26,082) at 20241221090017572 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/csi_rx.h' (26,083) at 20210307214930546 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/MAINTAINERS' (26,084) at 20210308005003088 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/cmpxchg' (26,085) at 20240405153053437 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/aarch64vm.py' (26,086) at 20210927100127649 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/068_blob_named_by_arg.dts' (26,087) at 20210308005003752 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/loongson,ls2k-pinctrl.yaml' (26,088) at 20240405153045133 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt' (26,089) at 20240405153229775 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/3270.rst' (26,090) at 20210927100127081 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb' (26,091) at 20240301090012431 to deleted uid set 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-segrel.lds' (26,092) at 20210307214926134 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/ddr.c' (26,093) at 20210308005002976 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-mxs-usb.c' (26,094) at 20240405153231567 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/amd-pstate/Makefile' (26,095) at 20240405153054233 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sm8250.c' (26,096) at 20240405153046833 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/sparsemem.h' (26,097) at 20220525020651798 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_spe_pmu.c' (26,098) at 20241011080017343 2025-03-14 03:00:47.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isphist.h' (26,099) at 20240405153049485 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-phydev' (26,100) at 20220525020651634 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/dim2.c' (26,101) at 20240405153231475 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/snow.h' (26,102) at 20210308005003616 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/vgettimeofday.c' (26,103) at 20240405153229991 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_sb.c' (26,104) at 20241211090145533 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_dev_api.h' (26,105) at 20240405153050217 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py' (26,106) at 20210307214932154 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/mss-timer.h' (26,107) at 20210308005046033 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vidsel' (26,108) at 20210307205553794 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/Makefile' (26,109) at 20220525020654459 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/obmc-chassis-hard-poweroff@.target' (26,110) at 20220727030013877 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/mman.h' (26,111) at 20240906080037352 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reset/sunxi.h' (26,112) at 20210307214931498 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h' (26,113) at 20210308005002640 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/locfhr.c' (26,114) at 20230925080040101 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pldmfw/file-format.rst' (26,115) at 20210309003648408 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ip_local_port_range.sh' (26,116) at 20240405153054345 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/wcnss_ctrl.h' (26,117) at 20210307214931510 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gud/Kconfig' (26,118) at 20240405153048429 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/Makefile' (26,119) at 20240405153232287 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/cpm1-ic.c' (26,120) at 20240405153046201 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/ioctl.h' (26,121) at 20210307214926394 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/types.h' (26,122) at 20240405153054049 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/238' (26,123) at 20210927100127497 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk.dtsi' (26,124) at 20210308005002592 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/maintainer/modifying-patches.rst' (26,125) at 20220525020651770 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerDiagnosticData_v1.xml' (26,126) at 20240619080002928 2025-03-14 03:00:47.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.2.0.bb' (26,127) at 20241221090017488 to deleted uid set 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/tscan1.c' (26,128) at 20240405153049737 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/northbridge-uclass.c' (26,129) at 20210308005002884 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h' (26,130) at 20240405153048621 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/aria.h' (26,131) at 20240405153052621 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nf_nat_edemux.sh' (26,132) at 20240405153054353 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843' (26,133) at 20210309003648252 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/config-bmc.json' (26,134) at 20210803000022008 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/buildjson/buildjson.hpp' (26,135) at 20221111040035058 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730.dtsi' (26,136) at 20240405153045473 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/cpu.c' (26,137) at 20210308005002548 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/LICENSE' (26,138) at 20210525000021199 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/lowlevel_init.S' (26,139) at 20210308005003020 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/multi-die-cpp.h' (26,140) at 20240405153045717 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zconf.h' (26,141) at 20210307214931538 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c' (26,142) at 20240710080014621 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hip04-clock.h' (26,143) at 20210307214931326 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/jvmti/libjvmti.c' (26,144) at 20210307214932534 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/crypt_algo.hpp' (26,145) at 20240829080025807 to deleted uid set 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/tvlv.h' (26,146) at 20240405153053177 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_network_protocol.hpp' (26,147) at 20240201090003032 to deleted uid set 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/binfmt_script.py' (26,148) at 20240405153054301 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/health.c' (26,149) at 20240405153231775 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_clsf.h' (26,150) at 20210307214929378 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/sdma-pcm.h' (26,151) at 20210309003654944 2025-03-14 03:00:47.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/bcm/raspberrypi-power.c' (26,152) at 20240405153231347 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/configure.ac' (26,153) at 20240405153054385 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuhu.c' (26,154) at 20210308005046525 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml' (26,155) at 20240405153045057 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/ptrace_64.h' (26,156) at 20210307214926754 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/composite.c' (26,157) at 20241211090145497 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch' (26,158) at 20241221090017640 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/host.h' (26,159) at 20240209090010988 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/fsm.c' (26,160) at 20240405153051533 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/Kconfig.msm' (26,161) at 20240405153051345 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/runtest.sh' (26,162) at 20210307205553818 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mediatek,mt8188-clk.h' (26,163) at 20240405153052645 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem/0001-include-missing-cstdint.patch' (26,164) at 20230211040012635 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_report_definition.hpp' (26,165) at 20221209040003858 to deleted uid set 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/earlycpio.h' (26,166) at 20210307214931382 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb' (26,167) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/mpc8349itx.c' (26,168) at 20210308005002976 2025-03-14 03:00:47.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ioremap.h' (26,169) at 20240405153231815 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tests.h' (26,170) at 20240326080039738 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/umem.c' (26,171) at 20240405153230699 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/xchg' (26,172) at 20240405153053437 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/memory.c' (26,173) at 20210308005003720 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/disk-space.rst' (26,174) at 20240417080014698 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/leds/olympus-nuvoton-led-manager-config/led.yaml' (26,175) at 20240829080014018 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/Kconfig' (26,176) at 20210308005002732 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/net_shared.h' (26,177) at 20240405153232099 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_b.c' (26,178) at 20210308005046521 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata.v4_0_5.json' (26,179) at 20240529080008499 to deleted uid set 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32_rcc.c' (26,180) at 20241211090212298 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-selinux-disable' (26,181) at 20240405153044909 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/export.h' (26,182) at 20230925080039921 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/inotify/inotify_user.c' (26,183) at 20240405153052453 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/rif_counter_scale.sh' (26,184) at 20240405153054301 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/Makefile' (26,185) at 20220525020652190 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.4.bb' (26,186) at 20231126090012777 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/TODO' (26,187) at 20210307214930682 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/Makefile' (26,188) at 20220525020654023 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/uninorth.h' (26,189) at 20210308005046025 2025-03-14 03:00:47.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/trace.h' (26,190) at 20210308005045985 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/fanctl/README.md' (26,191) at 20240807080019542 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (26,192) at 20241206090014286 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/virtio-input.c' (26,193) at 20240906080037236 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/linuxboot.bin' (26,194) at 20210308005046149 to deleted uid set 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nubus/mac-nubus-bridge.h' (26,195) at 20221215040039182 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomain.c' (26,196) at 20240405153045669 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/Makefile' (26,197) at 20210307214926902 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline/norpath.patch' (26,198) at 20241221090017644 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ia_css_ob.host.c' (26,199) at 20210307214930558 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra186-clock.h' (26,200) at 20210307214931338 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/actions,owl-uart.txt' (26,201) at 20210307214925418 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_64r6eb.sh' (26,202) at 20210308005046525 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/Makefile' (26,203) at 20240405153046261 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_ipipeif.c' (26,204) at 20220525020654139 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/index.js' (26,205) at 20220105012522995 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/Makefile' (26,206) at 20210307214929346 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/isl_pmbus_vr.c' (26,207) at 20240906080037296 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-proto-common.h' (26,208) at 20240906080037328 2025-03-14 03:00:47.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/kfigure.py' (26,209) at 20210308005002536 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_team.h' (26,210) at 20240405153231815 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_mac.h' (26,211) at 20210307214926242 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/btree-type.h' (26,212) at 20210307214931362 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793-gose-u-boot.dts' (26,213) at 20210308005002600 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_lan9303.c' (26,214) at 20240405153053233 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/hello.c' (26,215) at 20210308005046529 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/storage/unusual_devs.h' (26,216) at 20241018080014550 to deleted uid set 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi' (26,217) at 20240405153045445 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telecom2-8.0W' (26,218) at 20210307205553762 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/helpline.h' (26,219) at 20210307214932582 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_smu_sat.c' (26,220) at 20240405153049229 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/gen/meson.build' (26,221) at 20240925080030038 to deleted uid set 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/README' (26,222) at 20210308005003028 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds-ti-lmu-common.h' (26,223) at 20210309003653856 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/irq.c' (26,224) at 20240628080013989 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/bitmap.h' (26,225) at 20240830080013363 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/Makefile' (26,226) at 20240405153230695 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi' (26,227) at 20210625000035996 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/Kconfig' (26,228) at 20230310090043279 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr' (26,229) at 20210308005046145 2025-03-14 03:00:47.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/asymmetric-32bit.rst' (26,230) at 20240405153044973 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/skcipher.c' (26,231) at 20240405153046541 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads1015.c' (26,232) at 20240405153048961 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/debug.c' (26,233) at 20240405153231155 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-defaults.inc' (26,234) at 20240206090017943 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/option.c' (26,235) at 20210307214927922 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-fh.h' (26,236) at 20210307214931546 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0005-libucsi-optimization-removal.patch' (26,237) at 20230503080014579 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8550.h' (26,238) at 20240405153049173 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/meminfo' (26,239) at 20210308005059705 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/signal.h' (26,240) at 20240405153045945 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-ftpm/0001-add-enum-to-ta-flags.patch' (26,241) at 20241221090017472 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_CLUSTERIP.h' (26,242) at 20210307214931650 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_i2c.h' (26,243) at 20210308005002836 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvps.yml' (26,244) at 20241206090014206 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb' (26,245) at 20241221090017692 to deleted uid set 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/st_options.h' (26,246) at 20210307214930422 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-modem-s3c64xx.h' (26,247) at 20210309003648720 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Sensor_v1.xml' (26,248) at 20240918080002716 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/smiapp.h' (26,249) at 20210307214931658 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/gadget_chips.h' (26,250) at 20210308005003508 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800pci.h' (26,251) at 20210307214929906 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/map_absent.c' (26,252) at 20210307214929210 2025-03-14 03:00:47.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_i2c.c' (26,253) at 20210307214928702 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c' (26,254) at 20240405153048813 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/setjmp.h' (26,255) at 20210308005002844 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/tools/dreport.d/dreport' (26,256) at 20230203040029126 to deleted uid set 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cs5535.h' (26,257) at 20210307214931374 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/security.h' (26,258) at 20240712080021089 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_isiot_nand_defconfig' (26,259) at 20210308005003260 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/n64/irq.c' (26,260) at 20220525020652014 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_sli.h' (26,261) at 20240405153051649 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/maxim,max9485.txt' (26,262) at 20240405153229755 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/mount_api.rst' (26,263) at 20241211090145365 2025-03-14 03:00:47.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/sev.c' (26,264) at 20240411080014054 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_iim.c' (26,265) at 20210308005003400 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/bus.json' (26,266) at 20240405153054113 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/035.out' (26,267) at 20210308005046437 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/validate_configs.py' (26,268) at 20240912080005178 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/checksum.h' (26,269) at 20220525020651946 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-stats.rst' (26,270) at 20240405153045253 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/internal.h' (26,271) at 20240405153231687 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/davinci_wdt.c' (26,272) at 20240405153052237 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-readsb.S' (26,273) at 20210307214925866 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz' (26,274) at 20210307205554590 to deleted uid set 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-gpio.c' (26,275) at 20240405153230207 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-gemei-g9.dts' (26,276) at 20240405153045377 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/udc.h' (26,277) at 20210308005003692 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_user_extensions.h' (26,278) at 20210307214927850 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mip.c' (26,279) at 20210307214929570 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs780d.h' (26,280) at 20210307214928018 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/gv100.c' (26,281) at 20240405153048665 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Aladdin' (26,282) at 20211006000025230 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarvtrask' (26,283) at 20210307205553782 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/ak8975.c' (26,284) at 20241011080017319 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs.h' (26,285) at 20210307214931650 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_hw.c' (26,286) at 20240405153230803 2025-03-14 03:00:47.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/entry.S' (26,287) at 20240613080016363 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css-params.c' (26,288) at 20240405153051857 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_internal.h' (26,289) at 20240405153231579 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ipu3/Makefile' (26,290) at 20240405153230795 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-devtools/protobuf/protobuf_%.bbappend' (26,291) at 20210912000014435 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost_1.86.0.bb' (26,292) at 20241213090035014 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/fs/reiserfs/Kconfig' (26,293) at 20210308005003548 to deleted uid set 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/ops-common.c' (26,294) at 20240405153231959 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_mbox.c' (26,295) at 20240405153230799 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kretprobe_return_suffix.tc' (26,296) at 20210309003656000 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/dvc.c' (26,297) at 20221102030020993 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_trans_funcs.py' (26,298) at 20240906080037476 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/LICENSE' (26,299) at 20210308005052621 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csiphy.h' (26,300) at 20240405153049429 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/vt1211.rst' (26,301) at 20210307214925506 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/tag_matching.rst' (26,302) at 20210307214925510 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_tracepoint.c' (26,303) at 20240405153053381 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/44x.c' (26,304) at 20240405153046185 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch' (26,305) at 20241221090017496 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/mediatek,ccorr.yaml' (26,306) at 20240405153045153 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion_1.14.4.bb' (26,307) at 20241221090017676 to deleted uid set 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d4_xplained.h' (26,308) at 20210308005003612 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap143_defconfig' (26,309) at 20210308005003248 2025-03-14 03:00:47.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/muic_max8997.c' (26,310) at 20210308005003468 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width3.decode' (26,311) at 20210308005046389 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb' (26,312) at 20220402030016179 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun6i-a31.c' (26,313) at 20240405153231339 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/virtual/virt_wifi.c' (26,314) at 20240805080013991 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch' (26,315) at 20241221090017536 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/efivarfs/super.c' (26,316) at 20240405153231655 to deleted uid set 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/resource_dump_entry.hpp' (26,317) at 20240510080019964 to deleted uid set 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/sbi.h' (26,318) at 20241018080014474 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/keypad-omap.h' (26,319) at 20210307214931478 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/tools/le_byteshift.h' (26,320) at 20210307214932478 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/ax210.c' (26,321) at 20240415080012979 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192.c' (26,322) at 20240405153230215 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-nop.S' (26,323) at 20210307214925966 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-nano.dts' (26,324) at 20240405153045589 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/dbus_timeline_vis.js' (26,325) at 20220602030014530 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8295p-adp.dts' (26,326) at 20240405153045781 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/amigaone.dts' (26,327) at 20210307214926338 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/gpio-mockup.sh' (26,328) at 20220525020655211 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_FCMOV.c' (26,329) at 20210307214932734 2025-03-14 03:00:47.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_bcm.c' (26,330) at 20240405153046725 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/ordered-events.h' (26,331) at 20240405153054201 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/nfs.py' (26,332) at 20230813080012876 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/README.md' (26,333) at 20240607080019447 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mfd.txt' (26,334) at 20210307214925362 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8365-evk.dts' (26,335) at 20240405153045749 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-dtg.c' (26,336) at 20210309003649780 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/mc146818rtc.h' (26,337) at 20210307214926222 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/stratix10-soc.c' (26,338) at 20240405153230299 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/efx.c' (26,339) at 20240405153050281 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_common.h' (26,340) at 20210307214929434 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/trace-events' (26,341) at 20241211090212274 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts' (26,342) at 20240405153045717 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/Kconfig' (26,343) at 20240405153051933 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb' (26,344) at 20241221090017644 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_trailer.c' (26,345) at 20240405153053233 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/pwm.h' (26,346) at 20210308005002724 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/scfg.txt' (26,347) at 20210307214925406 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dspkginit.c' (26,348) at 20240405153046617 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/atmel_usba_udc.h' (26,349) at 20210309003653212 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/auto-parameters.json' (26,350) at 20221005030014094 2025-03-14 03:00:47.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/kernel.fuc' (26,351) at 20210307214927970 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/sqlalchemy.py' (26,352) at 20240302090018218 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/bufq/src/bufq.c' (26,353) at 20210309003653020 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/pcm.c' (26,354) at 20240405153232183 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_core.h' (26,355) at 20210307214932270 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb' (26,356) at 20220402030015907 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/brcm,bcm963xx-imagetag.txt' (26,357) at 20210307214925370 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_ids.c' (26,358) at 20210308005003416 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada_ap_cp_helper.h' (26,359) at 20210307214926994 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb' (26,360) at 20241221090017560 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.h' (26,361) at 20210307214928614 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/bblayers.conf.sample' (26,362) at 20240323080013545 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist' (26,363) at 20220624030020012 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/gpr-num.h' (26,364) at 20240405153046245 2025-03-14 03:00:47.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-thin-metadata.c' (26,365) at 20240405153049249 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/core.c' (26,366) at 20240405153052053 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd' (26,367) at 20210308005002548 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6.h' (26,368) at 20240405153051289 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723du.c' (26,369) at 20240405153050653 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm_common.c' (26,370) at 20240405153045661 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm018-dc4.dts' (26,371) at 20240405153045841 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Task.v1_7_4.json' (26,372) at 20240619080002956 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/jaguar2.dtsi' (26,373) at 20220525020651994 2025-03-14 03:00:47.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-gemini.c' (26,374) at 20240405153051329 2025-03-14 03:00:47.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.json' (26,375) at 20210308005046405 2025-03-14 03:00:47.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_top_options.rst' (26,376) at 20240405153045265 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fib_lookup.h' (26,377) at 20240405153053245 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/pci-iommu.txt' (26,378) at 20210307214925386 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_uevent.c' (26,379) at 20220525020653819 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/fw.h' (26,380) at 20210307214929942 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount.c' (26,381) at 20210308005003340 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/ibm-power-cpu.inc' (26,382) at 20210307205554058 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/bridge-regs.h' (26,383) at 20240405153045673 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/Makefile' (26,384) at 20210308005003520 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/util/unwind-libdw.c' (26,385) at 20240405153232219 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/tx.h' (26,386) at 20210307214929974 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rsyslog-oob-console.conf.in' (26,387) at 20240126090017844 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/cdma_hw.c' (26,388) at 20240405153048805 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_trace.h' (26,389) at 20240405153230551 2025-03-14 03:00:47.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qoriq_thermal.c' (26,390) at 20240405153231499 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts' (26,391) at 20240405153045781 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hardirq_32.h' (26,392) at 20210307214926578 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/spectral.c' (26,393) at 20220525020653711 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_wip.c' (26,394) at 20210308005003728 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/sdio_ops.h' (26,395) at 20220525020654187 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv090x_priv.h' (26,396) at 20210307214928642 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi' (26,397) at 20240405153045589 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/queue.h' (26,398) at 20240405153050705 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/rmwcc.h' (26,399) at 20240405153230115 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-host-transition-to-running@.service' (26,400) at 20210605000114104 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/Kconfig' (26,401) at 20210307214932402 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/clocksource.h' (26,402) at 20220525020651966 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/meson.options' (26,403) at 20231027080015874 to deleted uid set 2025-03-14 03:00:47.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch' (26,404) at 20210307205553806 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-wiimote-modules.c' (26,405) at 20240405153048825 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/daemon.h' (26,406) at 20210307214926614 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/io.c' (26,407) at 20240405153045665 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/process_32.c' (26,408) at 20240405153046325 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.2.rst' (26,409) at 20241221090017596 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c' (26,410) at 20240405153054249 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.zynq' (26,411) at 20210308005003300 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rn5t618.h' (26,412) at 20240405153052733 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/popt/popt_1.19.bb' (26,413) at 20230114040015554 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/davinci/da850-lcdk.dts' (26,414) at 20240405153229903 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ahbc_aspeed.h' (26,415) at 20210308005002636 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove.png' (26,416) at 20210307205554250 to deleted uid set 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/OriginatedBy/meson.build' (26,417) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/cp0.c' (26,418) at 20210927100127409 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/loongson_module.c' (26,419) at 20240405153230579 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/pnpbios.h' (26,420) at 20240405153051421 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-38x-pinctrl.txt' (26,421) at 20210307214925394 2025-03-14 03:00:47.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/maple/Makefile' (26,422) at 20210307214926466 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/Kconfig.debug' (26,423) at 20220525020651990 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_mirred.h' (26,424) at 20240405153052865 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-occ-sensors.yaml' (26,425) at 20210307205553698 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/iio/ep93xx_adc.rst' (26,426) at 20220525020651738 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_sandbox_exit.py' (26,427) at 20210308005003744 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7750_defconfig' (26,428) at 20240405153046309 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/logging.cpp' (26,429) at 20210308005059173 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer4/conf/layer.conf' (26,430) at 20210307205554258 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_kvm_arm.c' (26,431) at 20240405153051445 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/thermal.hpp' (26,432) at 20221209040003858 to deleted uid set 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/smp_plat.h' (26,433) at 20210307214925854 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvc_ctrl.c' (26,434) at 20240805080013971 to deleted uid set 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/MAINTAINERS' (26,435) at 20210308005002948 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/rate.c' (26,436) at 20241008080014035 2025-03-14 03:00:47.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-controller.html' (26,437) at 20210308005107065 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-rz-mtu3.c' (26,438) at 20240405153231359 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/uda1334.txt' (26,439) at 20210307214925438 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/socket.h' (26,440) at 20210307214929726 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (26,441) at 20210307205553666 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/sc2731_charger.c' (26,442) at 20240405153051441 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ethernet_interface.hpp' (26,443) at 20241127090024701 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/genetlink.h' (26,444) at 20241104090011599 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sta350.h' (26,445) at 20210307214931602 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Saarijarvi_Mahlu' (26,446) at 20210307205553774 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryCollection_v1.xml' (26,447) at 20240619080002928 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/pipeline.json' (26,448) at 20240405153054157 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zipitz2.h' (26,449) at 20210308005003628 2025-03-14 03:00:47.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/imximage.cfg' (26,450) at 20210308005002984 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/rk3368-dmc.h' (26,451) at 20210308005003636 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mx3fb.c' (26,452) at 20210308005003532 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/Makefile' (26,453) at 20220525020655207 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/reloc_64.S' (26,454) at 20240405153046149 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/nlohmann_json.wrap' (26,455) at 20231208090030137 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/Kconfig' (26,456) at 20240405153049453 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.3.bb' (26,457) at 20231126090012805 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gnuplot' (26,458) at 20211006000025246 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/.gitignore' (26,459) at 20210308005003008 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_bpf.c' (26,460) at 20240405153053329 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strobemeta_bpf_loop.c' (26,461) at 20240405153054273 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_mode_enums.h' (26,462) at 20240405153047281 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/intel_rapl_msr.c' (26,463) at 20240405153231355 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7724/Makefile' (26,464) at 20210307214926542 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar.h' (26,465) at 20210307214932270 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-apb0-clk.yaml' (26,466) at 20240405153045021 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/sunxi.c' (26,467) at 20210308005003520 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-inventory-manager.bbclass' (26,468) at 20210307205554058 2025-03-14 03:00:47.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync_3.1.6.bb' (26,469) at 20241206090014242 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/rtc_kern.c' (26,470) at 20220525020652126 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/hw_stats_l3.sh' (26,471) at 20240405153054341 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_hdmi_regs.h' (26,472) at 20210307214927866 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/fm10k.rst' (26,473) at 20240405153045233 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cap.h' (26,474) at 20210307214932586 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy_git.bb' (26,475) at 20240301090012431 to deleted uid set 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/sandbox.c' (26,476) at 20210308005003488 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/altera_spi.c' (26,477) at 20210308005003488 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update.bb' (26,478) at 20241206090014274 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/audit.h' (26,479) at 20240405153052905 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/Makefile' (26,480) at 20210308005002732 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/sigcontext.h' (26,481) at 20240405153046057 2025-03-14 03:00:47.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/swift/zones.yaml' (26,482) at 20210307205553702 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nxp/clk-lpc32xx.c' (26,483) at 20210307214926998 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/Makefile' (26,484) at 20220525020653531 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml' (26,485) at 20240405153045133 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/Kconfig' (26,486) at 20240405153045689 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/messaging.c' (26,487) at 20240405153051753 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/suricata.yaml' (26,488) at 20210905000020565 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/json_utils_test.cpp' (26,489) at 20241211090002379 to deleted uid set 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.c' (26,490) at 20220818100014707 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_nfacct.c' (26,491) at 20220525020654879 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/static_stub.h' (26,492) at 20240405153231799 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/command.h' (26,493) at 20220525020654643 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/Kconfig' (26,494) at 20240405153230255 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel,sama5d2-i2s.yaml' (26,495) at 20240405153045161 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_router_ipv4.bpf.c' (26,496) at 20240405153053429 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/00-bmc-usb0.network' (26,497) at 20210410000012128 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Throttle/meson.build' (26,498) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77970-sysc.h' (26,499) at 20210308005003640 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/samples/netdev.c' (26,500) at 20240405153232219 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/remote_node_context.c' (26,501) at 20220525020654019 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-fa.S' (26,502) at 20240405153045693 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sha1sum.c' (26,503) at 20210308005003220 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/hardware.h' (26,504) at 20240405153045641 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_state2.c' (26,505) at 20210307214931806 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-1.yaml' (26,506) at 20241219090012972 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/htop/htop_3.3.0.bb' (26,507) at 20240301090012427 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_bitblt.c' (26,508) at 20210308005003704 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/files/ima_policy_appraise_all' (26,509) at 20230520080014488 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-fvp.yml' (26,510) at 20241206090014206 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_2019.04.bb' (26,511) at 20241206090014218 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/sysregs.h' (26,512) at 20210307214925886 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77686.c' (26,513) at 20240405153230835 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c' (26,514) at 20240405153231031 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/qos.h' (26,515) at 20210308005003036 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_dsi.h' (26,516) at 20220525020652919 2025-03-14 03:00:47.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/rtc_def.h' (26,517) at 20210308005003684 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.12.bb' (26,518) at 20241221090017512 to deleted uid set 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/pvcalls-front.h' (26,519) at 20210307214930982 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/i3c/master-driver-api.rst' (26,520) at 20210307214925462 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c' (26,521) at 20210308005046513 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/control_led.c' (26,522) at 20241220090018346 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb' (26,523) at 20231126090012781 to deleted uid set 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_string_attribute.cpp' (26,524) at 20240819080030255 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (26,525) at 20210307205554222 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/blanche_defconfig' (26,526) at 20210308005003252 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/amlogic,meson-gx-ao-cec.yaml' (26,527) at 20240405153045093 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pllv2.c' (26,528) at 20210307214926982 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.bb' (26,529) at 20230609080014387 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx_common.c' (26,530) at 20240405153231047 2025-03-14 03:00:47.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/nxp,bbnsm.yaml' (26,531) at 20240405153045105 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/019_pack_inv_image_align.dts' (26,532) at 20210308005003752 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch' (26,533) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mariannelund' (26,534) at 20210307205553786 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/dir.c' (26,535) at 20240405153231767 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/clang-format.rst' (26,536) at 20240405153045273 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_errno_defs.h' (26,537) at 20210927100127277 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/xo1-rfkill.c' (26,538) at 20240405153051417 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/introduction.rst' (26,539) at 20210307214925458 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/bind_bhash.sh' (26,540) at 20240405153232275 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/Makefile' (26,541) at 20210308005002920 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/socionext,uniphier-sd.yaml' (26,542) at 20240405153045113 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon_rotate.c' (26,543) at 20220525020654311 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-no-base.json' (26,544) at 20220429100100882 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/Makefile' (26,545) at 20210307214932206 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (26,546) at 20210817000018508 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/da311.c' (26,547) at 20240405153048933 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/musicpal.c' (26,548) at 20241211090212250 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk_2.46.4.bb' (26,549) at 20241221090017692 to deleted uid set 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/090' (26,550) at 20220429100100886 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/wake_q.h' (26,551) at 20220525020654611 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/router/index.js' (26,552) at 20241108090039441 to deleted uid set 2025-03-14 03:00:47.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/entry-common.S' (26,553) at 20240405153045629 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_hdcp.h' (26,554) at 20220525020652871 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/pseudo.py' (26,555) at 20220910030013405 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,adau7002.yaml' (26,556) at 20240405153045157 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-loongson2.c' (26,557) at 20240405153046781 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/st,st95hf.yaml' (26,558) at 20240405153045117 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/handle_exit.c' (26,559) at 20240405153229983 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-disable.sh' (26,560) at 20210307205553690 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/mv98dx3236.c' (26,561) at 20210307214926998 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/sdk.py' (26,562) at 20240301090012455 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v6_1.c' (26,563) at 20240405153047165 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_efar.c' (26,564) at 20240405153046661 2025-03-14 03:00:47.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso.c' (26,565) at 20240405153046153 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/multi-process.rst' (26,566) at 20240326080039402 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/supports_obmc' (26,567) at 20210308005007100 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/Makefile' (26,568) at 20210307214930602 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/clk-pxa.h' (26,569) at 20240405153046805 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/throttle.h' (26,570) at 20240326080039550 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/get_maintainer.py' (26,571) at 20210308005003772 2025-03-14 03:00:47.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dma.h' (26,572) at 20210308005003628 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/allocator.rs' (26,573) at 20240405153232095 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/afsplit.h' (26,574) at 20241211090212354 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-powermac.c' (26,575) at 20240405153048909 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.clang-format' (26,576) at 20241220090032923 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/devinet.c' (26,577) at 20241104090011619 to deleted uid set 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/mpc8568mds.c' (26,578) at 20210308005002980 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/auo_pixcir_ts.txt' (26,579) at 20240405153045081 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/Kconfig' (26,580) at 20210308005002920 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_object.h' (26,581) at 20240405153048725 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/posix_types.h' (26,582) at 20210308005002880 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uniphier-f.c' (26,583) at 20210308005003380 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-l2c.h' (26,584) at 20210309003648836 2025-03-14 03:00:47.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/sw.c' (26,585) at 20240405153050633 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/pppoe.c' (26,586) at 20240820080014165 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/elfcore.c' (26,587) at 20240405153045917 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/threshold.c' (26,588) at 20240405153230123 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-iov-marshal.c' (26,589) at 20241211090212242 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb' (26,590) at 20240302090018206 to deleted uid set 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c' (26,591) at 20240405153231027 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html' (26,592) at 20210307205554250 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tc90522.h' (26,593) at 20210307214928646 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_parser.c' (26,594) at 20240405153230811 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/verifier.c' (26,595) at 20220525020653611 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_q6v5_wcss.c' (26,596) at 20240405153231367 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mei_cl_bus.h' (26,597) at 20240405153052725 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/gaudi2_masks.h' (26,598) at 20240405153046569 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/sufile.h' (26,599) at 20240405153052445 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/vmgenid.c' (26,600) at 20240906080037188 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/progress.h' (26,601) at 20210307214932582 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c' (26,602) at 20240405153231051 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Bios_v1.xml' (26,603) at 20240619080002920 2025-03-14 03:00:47.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/timex.h' (26,604) at 20210307214931662 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ascot2e.c' (26,605) at 20240405153049281 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EndpointCollection_v1.xml' (26,606) at 20240619080002924 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/entry.S' (26,607) at 20240405153045957 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/telemetry_service.hpp' (26,608) at 20221209040003858 to deleted uid set 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/memory.json' (26,609) at 20240405153054109 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4b-plus.dts' (26,610) at 20240405153045817 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb' (26,611) at 20241206090014314 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/goya_regs.h' (26,612) at 20240405153046605 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_serialize.cpp' (26,613) at 20220727030029201 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcht_es8316.c' (26,614) at 20240405153053941 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/device.h' (26,615) at 20220525020653703 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gt215.c' (26,616) at 20220525020652959 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power10-cpu/blocklist.json' (26,617) at 20210307205554062 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/Makefile' (26,618) at 20240405153046057 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h' (26,619) at 20210308005002780 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/Kconfig' (26,620) at 20210307214927078 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_fsm.h' (26,621) at 20230718080007968 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv6xxd.h' (26,622) at 20210307214928022 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml' (26,623) at 20220525020651686 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/dsp56k.h' (26,624) at 20210307214926158 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a34/bus.json' (26,625) at 20240405153054109 2025-03-14 03:00:47.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sdx75-gcc.yaml' (26,626) at 20240405153045029 2025-03-14 03:00:47.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/namespaces.c' (26,627) at 20210307214931226 2025-03-14 03:00:47.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (26,628) at 20241106090019918 2025-03-14 03:00:47.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/qoriq-cpufreq.c' (26,629) at 20240405153230255 2025-03-14 03:00:47.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_console.h' (26,630) at 20240405153051985 2025-03-14 03:00:47.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.2.rst' (26,631) at 20241221090017592 to deleted uid set 2025-03-14 03:00:47.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Furudal' (26,632) at 20210307205553782 2025-03-14 03:00:47.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23-pinfunc.h' (26,633) at 20240405153045537 2025-03-14 03:00:47.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/gpmi-regs.h' (26,634) at 20220525020653399 2025-03-14 03:00:47.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/Makefile' (26,635) at 20210308005002716 2025-03-14 03:00:47.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go_1.22.8.bb' (26,636) at 20241221090017664 to deleted uid set 2025-03-14 03:00:47.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_9_0_sm8550.h' (26,637) at 20240405153230591 to deleted uid set 2025-03-14 03:00:47.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/.gitignore' (26,638) at 20220525020654939 2025-03-14 03:00:47.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/gnu-config/index.html' (26,639) at 20210307205554250 2025-03-14 03:00:47.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/vi.c' (26,640) at 20240405153231475 2025-03-14 03:00:47.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/Makefile' (26,641) at 20210308005003340 2025-03-14 03:00:47.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt' (26,642) at 20210307214925294 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_0_offset.h' (26,643) at 20210307214927622 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-configure-Check-for-function-from-respective-library.patch' (26,644) at 20221003030013281 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_gpio.c' (26,645) at 20240405153046697 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/sched/clock.h' (26,646) at 20210307214932474 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/0001-Reverts-the-include.h-change-in-46883f8a1a02fe42040d.patch' (26,647) at 20221003030013261 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_iq.h' (26,648) at 20210307214929350 2025-03-14 03:00:47.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb' (26,649) at 20240301090012471 to deleted uid set 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/via/via-velocity.c' (26,650) at 20240405153231067 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_mm.c' (26,651) at 20241211090145417 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/fuloong-2e/irq.c' (26,652) at 20220525020652010 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/twofish.h' (26,653) at 20210307214931314 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/sprd-thermal.yaml' (26,654) at 20240405153045177 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/MAINTAINERS' (26,655) at 20210308005003016 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi' (26,656) at 20240405153045745 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/sound/intel-hda.txt' (26,657) at 20210308005003308 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/ila/ila_xlat.c' (26,658) at 20240913080013861 to deleted uid set 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/netdev-times-report' (26,659) at 20210307214932566 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0010-iconv-fix-detection.patch' (26,660) at 20220204040022468 to deleted uid set 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmate/files/0001-fix-finding-msgpack.patch' (26,661) at 20231207090015270 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8m-base.inc' (26,662) at 20210905000020581 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_2023.10.bb' (26,663) at 20241206090014234 2025-03-14 03:00:47.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/tc358762.c' (26,664) at 20240405153230527 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/compression.h' (26,665) at 20240830080013311 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/super.h' (26,666) at 20240613080016491 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_types.h' (26,667) at 20240405153231775 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/asound.h' (26,668) at 20240405153052949 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/hi6220.h' (26,669) at 20210308005002640 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/power-domain-uclass.c' (26,670) at 20210308005003468 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/divide.S' (26,671) at 20240405153229855 2025-03-14 03:00:47.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_internal.h' (26,672) at 20210308005045857 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/v3d_drm.h' (26,673) at 20240405153052905 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/dmi.c' (26,674) at 20241001080013024 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp43x-gateworks-gw2358.dts' (26,675) at 20240405153045437 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-aud.c' (26,676) at 20240405153046797 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/pci.rst' (26,677) at 20240405153045281 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/resolve_btfids/main.c' (26,678) at 20240805080014071 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/unistd.h' (26,679) at 20240405153046253 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs2-vodka.dts' (26,680) at 20210308005002632 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fdt.c' (26,681) at 20210308005002552 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/spl.c' (26,682) at 20210308005002944 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cglm/cglm_0.9.4.bb' (26,683) at 20241206090014254 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-w1.c' (26,684) at 20240405153046693 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-rqs-u-boot.dtsi' (26,685) at 20210308005002584 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/w1-eeprom.h' (26,686) at 20210308005003692 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c' (26,687) at 20240405153230527 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-sysparam.c' (26,688) at 20210307214926474 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt7622-power.h' (26,689) at 20210307214931346 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ampere/oem_ampere.hpp' (26,690) at 20241125090040576 to deleted uid set 2025-03-14 03:00:47.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory.bb' (26,691) at 20241206090014230 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_prctl.h' (26,692) at 20220429100100642 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/add_remove_tprobe.tc' (26,693) at 20240405153054305 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-acpi-processor.c' (26,694) at 20240405153231603 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_common.h' (26,695) at 20220525020653447 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0130679907.dtsi' (26,696) at 20210308005002864 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/configs/comet_defconfig' (26,697) at 20240405153229991 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_link.h' (26,698) at 20210307214928702 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irq_sim.h' (26,699) at 20210307214931410 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_multiplebundle_unittest.cpp' (26,700) at 20210918000044923 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_defs.h' (26,701) at 20210307214927226 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/kdebugfs.c' (26,702) at 20220525020652046 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig' (26,703) at 20210308005003264 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_ddi.h' (26,704) at 20240405153230547 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/usbstring.c' (26,705) at 20210309003653220 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/lowlevel_init.S' (26,706) at 20210308005002732 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_rdma.c' (26,707) at 20210307214932046 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/0003-corstone1000-Disable-SHA512-384.patch' (26,708) at 20230317080013781 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxi-6733.c' (26,709) at 20220525020652358 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7785lcr_32bit_defconfig' (26,710) at 20240405153046309 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/recovery.c' (26,711) at 20210307214929758 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_master' (26,712) at 20231120090013292 2025-03-14 03:00:47.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/goya_packets.h' (26,713) at 20240405153046609 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c' (26,714) at 20241220090018310 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libcupsfilters/0001-use-noexcept-false-instead-of-throw-from-c-17-onward.patch' (26,715) at 20231126090012797 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/Makefile' (26,716) at 20210307214932442 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml' (26,717) at 20240405153229803 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic3x.c' (26,718) at 20240405153053813 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/netdev.h' (26,719) at 20210308005003676 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4v_ivec.S' (26,720) at 20210307214926602 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/hid.c' (26,721) at 20240405153051405 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/Makefile' (26,722) at 20210308005003424 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4m_irq.c' (26,723) at 20210309003648992 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq9574-rdp453.dts' (26,724) at 20240405153045761 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-u-boot.dtsi' (26,725) at 20210308005002596 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.c' (26,726) at 20210308005002560 2025-03-14 03:00:47.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/spl.c' (26,727) at 20210308005002944 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/acornscsi.h' (26,728) at 20210307214930282 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sparc/include/dwarf-regs-table.h' (26,729) at 20210307214932518 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-if-invalid.json' (26,730) at 20210308005046405 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_neigh.sh' (26,731) at 20210307214932690 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/interrupt.py' (26,732) at 20241211090212550 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/ne_pci_dev.h' (26,733) at 20240405153052229 2025-03-14 03:00:47.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/auditd' (26,734) at 20210608000015803 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_4_2_0_sh_mask.h' (26,735) at 20220525020652630 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/meson-gxl-usb2.c' (26,736) at 20210308005003456 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c' (26,737) at 20240405153050309 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/applespi.c' (26,738) at 20240405153049133 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/meson.options' (26,739) at 20231202090017120 to deleted uid set 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config.bb' (26,740) at 20241206090014230 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_addrlabel.h' (26,741) at 20210307214931634 2025-03-14 03:00:47.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/movinggc.c' (26,742) at 20240405153049237 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/ipmr.c' (26,743) at 20241211090145553 to deleted uid set 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/psample.h' (26,744) at 20220525020654675 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/i386-bsd-user.mak' (26,745) at 20210927100127057 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/vboxsf_wrappers.c' (26,746) at 20210307214931258 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-nyan-big.dts' (26,747) at 20240405153045477 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/cow_user.c' (26,748) at 20210307214926614 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sf-pdma/Kconfig' (26,749) at 20210625000036004 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/malta_kvm_defconfig' (26,750) at 20240405153230007 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/tz-mpc.h' (26,751) at 20210308005046021 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-callbacks-busymod.c' (26,752) at 20210307214932126 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_platform_test.cpp' (26,753) at 20240903080027139 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/head64.c' (26,754) at 20240411080014058 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/core.c' (26,755) at 20240906080037296 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml' (26,756) at 20220525020651690 2025-03-14 03:00:47.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h' (26,757) at 20240405153048621 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/mtk-hsdma.txt' (26,758) at 20210307214925310 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pce_identity.hpp' (26,759) at 20210308005049129 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn_2.6.12.bb' (26,760) at 20241221090017500 to deleted uid set 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgalloc_64.h' (26,761) at 20240405153230091 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/.gitignore' (26,762) at 20210307214932626 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/disable-i3c-hub' (26,763) at 20241024080011938 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb' (26,764) at 20240302090018214 to deleted uid set 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/move_mount_set_group/Makefile' (26,765) at 20240405153054333 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/af_rxrpc.c' (26,766) at 20241211090145557 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/usb.h' (26,767) at 20210307214929898 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c' (26,768) at 20241216090017725 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/tcx.c' (26,769) at 20241211090212266 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos-pinctrl.h' (26,770) at 20240405153045565 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/core.h' (26,771) at 20220525020653211 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c' (26,772) at 20241011080017311 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Power_v1.xml' (26,773) at 20240619080002932 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a.dtsi' (26,774) at 20240405153045829 2025-03-14 03:00:47.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx50-kobo-aura.dts' (26,775) at 20240405153229883 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vm_vectors.S' (26,776) at 20210307214926110 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/Kconfig' (26,777) at 20210308005003384 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/amd-pstate/basic.sh' (26,778) at 20240405153054233 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb' (26,779) at 20240413080012635 to deleted uid set 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/bpf.h' (26,780) at 20240405153052861 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/glue.c' (26,781) at 20240405153046637 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-sh2a.c' (26,782) at 20210307214926574 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/generic.c' (26,783) at 20210308005002556 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rv/instrumentation.h' (26,784) at 20240405153052873 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/attrib.c' (26,785) at 20240405153052453 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-apq8016-fails.txt' (26,786) at 20240405153230531 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/iforce-usb.c' (26,787) at 20220913100024177 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/lcdif_drv.h' (26,788) at 20240405153048609 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/vfio_amba.c' (26,789) at 20240405153231575 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vammala_Roismala' (26,790) at 20210307205553774 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x04_sync.h' (26,791) at 20210307214928082 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-driver.h' (26,792) at 20240405153049353 2025-03-14 03:00:47.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml' (26,793) at 20240405153045141 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml' (26,794) at 20240405153045045 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/no-clobber.patch' (26,795) at 20241206090014338 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_common.dtsi' (26,796) at 20240405153231279 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1017-sdca-sdw.c' (26,797) at 20240405153232155 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_hevc.c' (26,798) at 20240405153049493 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/embestmx6boards.h' (26,799) at 20210308005003592 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/meson.build' (26,800) at 20220913030027317 to deleted uid set 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/Makefile' (26,801) at 20210307214928526 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/appldata/appldata_net_sum.c' (26,802) at 20210307214926502 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/Kconfig' (26,803) at 20220525020654383 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/snps,dwc-qos-ethernet.txt' (26,804) at 20210308005003304 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-alsa-pcm.h' (26,805) at 20210307214928682 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/82xx/Makefile' (26,806) at 20240405153046197 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/rsmu/rsmu_0_0_2_offset.h' (26,807) at 20210307214927670 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes.txt' (26,808) at 20210307205554074 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_nvme.h' (26,809) at 20240405153051645 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/phosphor-pid-control.service.in' (26,810) at 20221012100131192 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/helper.c' (26,811) at 20240405153054021 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/skb_load_bytes.c' (26,812) at 20240405153054261 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/lib/decompress_common.h' (26,813) at 20220525020654463 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-sk.dts' (26,814) at 20240405153229971 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/check.h' (26,815) at 20240405153046525 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-lpss.c' (26,816) at 20240405153230835 2025-03-14 03:00:47.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/Kconfig' (26,817) at 20210308005002772 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/Kconfig' (26,818) at 20210308005003040 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,qcs404-pas.yaml' (26,819) at 20240405153229791 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/param.h' (26,820) at 20210307214926110 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/interrupt.h' (26,821) at 20210308005002840 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/ice1712.c' (26,822) at 20240405153053537 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst' (26,823) at 20240405153045237 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/beaver_defconfig' (26,824) at 20210308005003252 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/max5487.c' (26,825) at 20240405153049009 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/nested.c' (26,826) at 20240405153046377 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77620-regulator.c' (26,827) at 20240405153051465 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc.h' (26,828) at 20210307214930882 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-kim' (26,829) at 20240405153229731 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/cache.json' (26,830) at 20210307214932534 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro-emmc.dts' (26,831) at 20240405153045385 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-io.c' (26,832) at 20240405153230763 2025-03-14 03:00:47.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_pp.c' (26,833) at 20240405153049893 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-reg.h' (26,834) at 20210307214928690 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/broadcom/bcm47xx_sprom.c' (26,835) at 20210309003649360 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_arpreply.h' (26,836) at 20210307214931646 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+fencewmbonceonce+fencermbonceonce.litmus' (26,837) at 20220525020655127 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_flush_test.c' (26,838) at 20240405153048545 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/stk8312.c' (26,839) at 20240405153048941 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/Kconfig' (26,840) at 20210308005002852 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_offset.h' (26,841) at 20210307214927690 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nspire-clock.txt' (26,842) at 20210307214925290 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display.h' (26,843) at 20240405153230551 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-spring.dts' (26,844) at 20210308005002580 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/xilinx_tmr_inject.c' (26,845) at 20240405153230847 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/ideapad-laptop.h' (26,846) at 20240405153051405 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/Makefile' (26,847) at 20240405153049141 2025-03-14 03:00:47.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-simple.c' (26,848) at 20210308005003372 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/qcom-irq-combiner.c' (26,849) at 20220525020653207 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fpu.h' (26,850) at 20220525020651998 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb' (26,851) at 20241221090017508 to deleted uid set 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-scom.c' (26,852) at 20240405153047065 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oe/classextend.py' (26,853) at 20230520080014496 to deleted uid set 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/rfkill.h' (26,854) at 20210307214929802 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-ppc4xx.c' (26,855) at 20241008080013979 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb' (26,856) at 20240413080012655 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-orion.txt' (26,857) at 20210307214925442 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb' (26,858) at 20240413080012663 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/.clang-format' (26,859) at 20231108090009382 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/kvm_onhyperv.h' (26,860) at 20240405153046449 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/control.h' (26,861) at 20240405153053941 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga.h' (26,862) at 20230426080043688 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/designware_i2s.h' (26,863) at 20240405153231863 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gf100.c' (26,864) at 20220525020652963 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a3xx_gpu.c' (26,865) at 20240405153048573 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/rtc.h' (26,866) at 20210308005002804 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb' (26,867) at 20240301090012447 to deleted uid set 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/175' (26,868) at 20210927100127489 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/config.h' (26,869) at 20210308005002876 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/n64joy.c' (26,870) at 20220525020653175 2025-03-14 03:00:47.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/config' (26,871) at 20240405153054329 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/nlm.h' (26,872) at 20210307214931418 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/diskio.html' (26,873) at 20210307205554286 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_perflib.c' (26,874) at 20240405153046645 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dns325.dts' (26,875) at 20210308005002592 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hakafot' (26,876) at 20210307205553782 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/fxos8700_i2c.c' (26,877) at 20240405153048993 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch' (26,878) at 20241221090017664 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/avoid-strip.patch' (26,879) at 20220618030015190 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/cs4231.c' (26,880) at 20241211090212254 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/Makefile' (26,881) at 20210307214926266 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/wb50n_defconfig' (26,882) at 20210308005003284 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c' (26,883) at 20240405153048429 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-ide-support.bb' (26,884) at 20241221090017644 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,ssm3515.yaml' (26,885) at 20240405153045161 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/regsnv04.h' (26,886) at 20210307214927934 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-common.c' (26,887) at 20240405153049165 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_bus.h' (26,888) at 20210307214928494 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/Makefile' (26,889) at 20210308005003476 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/task.h' (26,890) at 20240405153051617 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/tlbflush.h' (26,891) at 20210307214925670 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/debug.h' (26,892) at 20210307214931194 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive2.h' (26,893) at 20241211090212362 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ethtool-netlink.rst' (26,894) at 20240405153045237 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/size/get_size.c' (26,895) at 20210307214932722 2025-03-14 03:00:47.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/194' (26,896) at 20230925080040089 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mb86a20s.c' (26,897) at 20240405153049293 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/delay_32.h' (26,898) at 20210307214926578 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/arch.h' (26,899) at 20210307214926246 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/xlnx-zynqmp-can.c' (26,900) at 20240906080037260 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/273' (26,901) at 20210927100127501 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/197.out' (26,902) at 20240326080039730 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/u-boot.lds' (26,903) at 20210308005003056 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cacheflush_32.h' (26,904) at 20240405153230091 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/reset.c' (26,905) at 20240405153046025 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_bounds_deduction_non_const.c' (26,906) at 20240405153054281 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/cache.c' (26,907) at 20210307214926138 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/Makefile' (26,908) at 20240405153054361 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_syncmap.c' (26,909) at 20210307214927850 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_4_0_sh_mask.h' (26,910) at 20210307214927690 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_pf.h' (26,911) at 20210307214929438 2025-03-14 03:00:47.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/win_helper.c' (26,912) at 20240326080039710 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/pdcpat.h' (26,913) at 20240405153046069 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qom_fuse.py' (26,914) at 20240326080039614 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pc236.h' (26,915) at 20220525020652346 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/MinimumVersion.interface.yaml' (26,916) at 20240403080025882 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-vdecsys.c' (26,917) at 20240405153046797 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/Kconfig' (26,918) at 20210309003652392 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ingenic,lcd.yaml' (26,919) at 20240405153045041 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.out' (26,920) at 20210308005046401 to deleted uid set 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/mtk_nand.c' (26,921) at 20241008080013943 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-idt3243x.c' (26,922) at 20220525020653203 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c' (26,923) at 20240405153049917 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/COPYING.MIT' (26,924) at 20210307205554046 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8350.dtsi' (26,925) at 20240405153045777 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/Makefile' (26,926) at 20210307214930362 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv44.c' (26,927) at 20220525020652967 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs-fvp-base.inc' (26,928) at 20231126090012769 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ingenic/Makefile' (26,929) at 20220525020653863 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/time.h' (26,930) at 20240405153054049 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_platform.c' (26,931) at 20240405153230203 2025-03-14 03:00:47.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/state_set.h' (26,932) at 20240926080014009 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.c' (26,933) at 20240405153230383 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/actions/timer_based_actions.hpp' (26,934) at 20210717000028376 to deleted uid set 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/stm32flash/stm32flash_0.7.bb' (26,935) at 20220402030016003 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt' (26,936) at 20220525020651694 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/core.c' (26,937) at 20210308005003500 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/dbus_mode.hpp' (26,938) at 20210308005116217 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/activation_ubi.cpp' (26,939) at 20240820080019550 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/Kconfig' (26,940) at 20210308005003008 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852be.c' (26,941) at 20240405153050677 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/define_musl_sword_type.patch' (26,942) at 20230706080014769 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_BA.h' (26,943) at 20220525020654163 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb' (26,944) at 20241221090017564 to deleted uid set 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/phy.h' (26,945) at 20220525020654019 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/Kconfig' (26,946) at 20210308005002916 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/cfg80211.c' (26,947) at 20240405153050441 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch' (26,948) at 20240413080012667 2025-03-14 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/facility.hpp' (26,949) at 20221229040004411 to deleted uid set 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/msa.h' (26,950) at 20240405153046009 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/COPYING.LIB' (26,951) at 20210308005045721 to deleted uid set 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/appletalk/Makefile' (26,952) at 20210307214931866 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decDPD.h' (26,953) at 20210308005046041 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbusView/dbusView.py' (26,954) at 20221206040017633 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fddidevice.h' (26,955) at 20210307214931382 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lorstrand' (26,956) at 20210307205553786 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/CRC32C-ADLER' (26,957) at 20220402030016011 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.json' (26,958) at 20220429100100882 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/backend.h' (26,959) at 20210307214930302 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/cdma.c' (26,960) at 20240405153048801 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb' (26,961) at 20241221090017564 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fanotify/Makefile' (26,962) at 20210307214931190 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (26,963) at 20241106090019922 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.json' (26,964) at 20220429100100882 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/utils.py' (26,965) at 20240405153232103 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/percpu_counter.h' (26,966) at 20240405153231835 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_snan.S' (26,967) at 20210307214926146 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch' (26,968) at 20220402030015899 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/resource.h' (26,969) at 20210307214930546 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/MAINTAINERS.md' (26,970) at 20241221090017580 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8516.h' (26,971) at 20210307214930082 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/checksum.h' (26,972) at 20240405153052841 2025-03-14 03:00:47.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-xenon.h' (26,973) at 20220525020653387 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/sctop-report' (26,974) at 20210307214932566 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c' (26,975) at 20210307214930370 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h' (26,976) at 20210307214929322 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/usb_a9263.dts' (26,977) at 20210308005002632 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig' (26,978) at 20210308005003236 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_small_defconfig' (26,979) at 20210308005003284 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_mci2.dtsi' (26,980) at 20210308005002612 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elf-fdpic.h' (26,981) at 20240405153231807 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/zynq_spi.c' (26,982) at 20210308005003496 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/accelerators/ocxl.rst' (26,983) at 20220525020651778 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/ps/Makefile' (26,984) at 20240405153053549 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/metadata.hpp' (26,985) at 20241121090002423 to deleted uid set 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/st,stm32-ipcc.yaml' (26,986) at 20240405153045089 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/cpu.h' (26,987) at 20210308005002636 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/lib.c' (26,988) at 20240405153054065 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/designware.h' (26,989) at 20241211090212362 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/bitops.rst' (26,990) at 20210308005045797 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-doc' (26,991) at 20241221090017616 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/mon.c' (26,992) at 20240405153052401 2025-03-14 03:00:47.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/spi/spi-sn-f-ospi.c' (26,993) at 20240405153231467 to deleted uid set 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/eeprom.c' (26,994) at 20240405153050605 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-crypto.inc' (26,995) at 20210905000020581 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/server.ttyVUART0.conf.in' (26,996) at 20230512080017665 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-FraserCoast-Bundaberg' (26,997) at 20210307205553762 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/conf/machine/include/ufispace.inc' (26,998) at 20230412080023456 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/cluster.h' (26,999) at 20210308005046009 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/comminf.h' (27,000) at 20220215040051504 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/blowfish_common.c' (27,001) at 20240405153046533 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb' (27,002) at 20241206090014270 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/meson.options' (27,003) at 20241219090010504 to deleted uid set 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.prettierrc.yaml' (27,004) at 20240905080027586 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_sm.h' (27,005) at 20210307214926946 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-pelt.c' (27,006) at 20210307214925554 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_xrs700x.c' (27,007) at 20240405153053233 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/images/core-image-rt-sdk.bb' (27,008) at 20241221090017692 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-mixed-kv2.bconf' (27,009) at 20220525020655111 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/machine_name.cpp' (27,010) at 20231027080010242 2025-03-14 03:00:47.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/user_data.hpp' (27,011) at 20210308005049137 to deleted uid set 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/Makefile' (27,012) at 20210308005003016 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/nl-phy.c' (27,013) at 20240405153053241 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_670x.c' (27,014) at 20240405153046897 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf50633.c' (27,015) at 20240405153051501 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sma1303.h' (27,016) at 20240405153053785 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h' (27,017) at 20210308005002780 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_4_2_offset.h' (27,018) at 20240405153047981 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_maps.h' (27,019) at 20240405153054285 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_gotol.c' (27,020) at 20240405153232263 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi' (27,021) at 20240405153045725 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.3.bb' (27,022) at 20240106090017237 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/vmmdev.h' (27,023) at 20210307214930954 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/rbtree.h' (27,024) at 20210308005003668 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz/0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch' (27,025) at 20220910030013349 2025-03-14 03:00:47.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0900_init.h' (27,026) at 20210307214928642 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__schedulers.hpp' (27,027) at 20241219090033964 to deleted uid set 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/base.c' (27,028) at 20220525020652959 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi' (27,029) at 20220525020651914 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ebb_handler.S' (27,030) at 20210307214932706 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb' (27,031) at 20221004030011410 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/device_tests.cpp' (27,032) at 20240817080031296 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/tegra.rst' (27,033) at 20210307214925498 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/base.c' (27,034) at 20220525020654703 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/meson.build' (27,035) at 20241211090212458 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiattach.service' (27,036) at 20210308005102829 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/efi-header.S' (27,037) at 20240405153045945 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (27,038) at 20210417000027537 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/scall64-o32.S' (27,039) at 20240520080015127 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/Makefile' (27,040) at 20240405153054053 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_i2c.c' (27,041) at 20240405153048361 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.h' (27,042) at 20240405153047209 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/hit,hd44780.yaml' (27,043) at 20220525020651662 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.clang-format' (27,044) at 20241219090034328 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb' (27,045) at 20241221090017524 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/cli11.wrap' (27,046) at 20240824080002942 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-io.h' (27,047) at 20210307214928846 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/core/Kconfig' (27,048) at 20240405153049589 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_vic.h' (27,049) at 20240405153049897 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb' (27,050) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas2562.yaml' (27,051) at 20240405153045169 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/ptrace_user.h' (27,052) at 20210307214926754 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-connectivity/openssh/openssh_%.bbappend' (27,053) at 20220402030016075 2025-03-14 03:00:47.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf' (27,054) at 20230927080013510 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_gem.c' (27,055) at 20240405153048701 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/lowlevel_init.S' (27,056) at 20210308005003036 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha512-armv4.pl' (27,057) at 20210309003648676 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/slirp/libslirp_git.bb' (27,058) at 20241206090014310 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml' (27,059) at 20240405153045029 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/crop_devid.c' (27,060) at 20240405153230091 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service' (27,061) at 20230518080020518 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/rev.cfg' (27,062) at 20210307205554470 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch' (27,063) at 20210307205553886 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/meson-axg-gpio.h' (27,064) at 20210308005003636 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_log_rlimit.c' (27,065) at 20240405153052577 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/omapfb_dss.h' (27,066) at 20210307214931698 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hpe/gxp.c' (27,067) at 20240405153229911 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-loader.c' (27,068) at 20240405153053997 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/npcm_gmac.h' (27,069) at 20240906080037336 2025-03-14 03:00:47.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/MAINTAINERS' (27,070) at 20210308005002912 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi_pcol.h' (27,071) at 20240405153050289 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos4-common.h' (27,072) at 20210308005003596 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/include/mach/gpio.h' (27,073) at 20210308005002796 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-icore-stm32mp1-edimm2.2.dts' (27,074) at 20240405153229903 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revB_defconfig' (27,075) at 20210308005003288 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/config' (27,076) at 20240405153232287 2025-03-14 03:00:47.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_drv.c' (27,077) at 20241211090145417 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/st,stm32-mdma.yaml' (27,078) at 20240405153045053 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt.h' (27,079) at 20240906080037320 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/88pg86x.txt' (27,080) at 20210307214925406 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-v7m.S' (27,081) at 20240405153045697 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb' (27,082) at 20230706080014761 to deleted uid set 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/clock-sh7709.c' (27,083) at 20210307214926562 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fib_lookup.c' (27,084) at 20240405153054269 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/orc/orc_0.4.40.bb' (27,085) at 20241221090017664 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.42.bb' (27,086) at 20241206090014242 to deleted uid set 2025-03-14 03:00:47.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/read.cpp' (27,087) at 20240912080037647 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/m5208evbe.c' (27,088) at 20210308005002972 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ariel.c' (27,089) at 20240405153230755 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig' (27,090) at 20210308005003240 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-common.h' (27,091) at 20240405153052829 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/event_notifier-posix.c' (27,092) at 20221215040039402 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5260.c' (27,093) at 20240405153049629 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/Kconfig' (27,094) at 20240405153231447 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/dwc3-st.txt' (27,095) at 20210308005003328 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgk110.fuc3' (27,096) at 20210307214927938 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/COPYING.MIT' (27,097) at 20210307205553734 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/index.rst' (27,098) at 20240405153045301 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netdevice.h' (27,099) at 20210307214931642 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EthernetInterface_v1.xml' (27,100) at 20240824080002930 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_hash.c' (27,101) at 20240405153046937 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/scu_task_context.h' (27,102) at 20240405153051617 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant' (27,103) at 20210307205554466 2025-03-14 03:00:47.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/madera-core.c' (27,104) at 20240405153049609 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/swap.c' (27,105) at 20210307214929734 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/qca,ar9330-uart.yaml' (27,106) at 20220525020651710 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch' (27,107) at 20241221090017656 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/bootmem_info.c' (27,108) at 20240405153053121 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bios.c' (27,109) at 20240429080012420 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/README.md' (27,110) at 20240413080012667 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/livepatch.h' (27,111) at 20240405153046117 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' (27,112) at 20240309090012824 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/Makefile' (27,113) at 20240405153049437 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/meson.build' (27,114) at 20230713080012540 to deleted uid set 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/devkit8000.h' (27,115) at 20210308005003080 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/trace.h' (27,116) at 20210308005045869 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/sysfs.c' (27,117) at 20210307214932618 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.3/index.html' (27,118) at 20210307205554246 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/falcon.h' (27,119) at 20240405153048621 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/zram/zcomp.h' (27,120) at 20240405153046717 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/sdio.c' (27,121) at 20240405153050713 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/exthdrs.c' (27,122) at 20240405153232035 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi' (27,123) at 20240405153229923 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_dg.c' (27,124) at 20210307214932270 2025-03-14 03:00:47.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_s_w_ph.c' (27,125) at 20210308005046505 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/driver.h' (27,126) at 20220525020652162 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/platform_no_drv_owner.cocci' (27,127) at 20210307214932138 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/bpf_devel_QA.rst' (27,128) at 20240405153229747 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/.gitignore' (27,129) at 20220525020654947 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/softoff/meson.build' (27,130) at 20240424080021456 to deleted uid set 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/module-common.c' (27,131) at 20210308005046105 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/alternative-asm.h' (27,132) at 20240405153045933 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/MemoryECC.errors.yaml' (27,133) at 20220315030032667 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/sa1100fb.rst' (27,134) at 20210307214925478 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SNIA' (27,135) at 20211006000025242 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/filesystems/sysfs.txt' (27,136) at 20240405153229839 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cavium-mix.txt' (27,137) at 20210307214925374 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/nfs.inc' (27,138) at 20240426080018068 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/caif/Kconfig' (27,139) at 20220525020653415 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/draak.dtsi' (27,140) at 20240405153045797 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch' (27,141) at 20210307205554614 to deleted uid set 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-eth.c' (27,142) at 20210308005002552 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-tegra.c' (27,143) at 20210307214927050 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_format.h' (27,144) at 20240405153050141 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-regs.h' (27,145) at 20210308005002792 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_module.c' (27,146) at 20240405153047185 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/xattr.h' (27,147) at 20230426080043776 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/corsair-cpro.c' (27,148) at 20240520080015151 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/boot_utils.robot' (27,149) at 20220211040017905 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-pca-isa.rst' (27,150) at 20210307214925510 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3066a-cru.h' (27,151) at 20210308005003632 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/Kconfig' (27,152) at 20210308005003352 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/logcheck/files/99_logcheck' (27,153) at 20210307205554002 2025-03-14 03:00:47.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/goldfish/audio.txt' (27,154) at 20210307214925314 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/up.c' (27,155) at 20220525020654743 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/mount.h' (27,156) at 20240405153054053 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/meson.build' (27,157) at 20210308005046085 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/hdpvr-core.c' (27,158) at 20210307214928842 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_devcaps.c' (27,159) at 20220525020653027 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/lasi_82596.c' (27,160) at 20240405153049961 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/of_live.h' (27,161) at 20210308005003676 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/elf.h' (27,162) at 20210307214925670 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skottsund' (27,163) at 20210307205553790 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ihs_mdio.h' (27,164) at 20210308005003000 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7750.h' (27,165) at 20210308005002848 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/load-extract-al16-al8.h.inc' (27,166) at 20240906080037184 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/CapLimits.interface.yaml' (27,167) at 20240618080025497 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsdump.c' (27,168) at 20220525020652234 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-core.h' (27,169) at 20240405153046985 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/vexpress_tc2.c' (27,170) at 20210308005002916 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/microblaze/include/uapi/asm/mman.h' (27,171) at 20210307214932454 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_creg.h' (27,172) at 20210308005002664 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_osm.h' (27,173) at 20240405153051557 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/dptest.h' (27,174) at 20220802100038573 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_addresses.c' (27,175) at 20210308005003764 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml' (27,176) at 20240405153045041 2025-03-14 03:00:47.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_file.h' (27,177) at 20241001080013028 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usb/usb_manager_main.cpp' (27,178) at 20241107090019841 to deleted uid set 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32mp257.c' (27,179) at 20240405153051373 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9263.dtsi' (27,180) at 20240405153045465 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exresnte.c' (27,181) at 20240405153046621 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c' (27,182) at 20240405153230607 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/nv_driver.c' (27,183) at 20210307214930934 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/ftrace.h' (27,184) at 20240405153054193 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/wwan_hwsim.c' (27,185) at 20240405153051097 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/test/ntb_msi_test.c' (27,186) at 20220525020653827 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nykoping' (27,187) at 20210307205553790 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/optprobes/arch-support.txt' (27,188) at 20240405153045197 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/numa.c' (27,189) at 20240405153230003 to deleted uid set 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/entry-arcv2.h' (27,190) at 20240405153229859 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/google/Kconfig' (27,191) at 20240405153053933 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0019-libfdt-Undefine-__wordsize-if-already-defined.patch' (27,192) at 20230706080014765 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.yml' (27,193) at 20210927100127017 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/efi_embedded_fw.h' (27,194) at 20210307214931382 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/tlb.json' (27,195) at 20240405153054113 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-lantiq-rcu-usb2.txt' (27,196) at 20210307214925390 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/dcr-low.S' (27,197) at 20240405153230059 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/context_bus.c' (27,198) at 20240405153048805 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch' (27,199) at 20220402030015927 2025-03-14 03:00:47.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntimed/ntimed/use-ldflags.patch' (27,200) at 20210307205553846 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ltc4162-l-charger.c' (27,201) at 20240405153231355 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_psi.c' (27,202) at 20241211090212322 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c' (27,203) at 20220525020653987 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/.gitignore' (27,204) at 20240405153054305 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c' (27,205) at 20241211090145413 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kasan.h' (27,206) at 20240405153046113 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/drv_scsi_fw_funcs.c' (27,207) at 20210307214930382 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/regset.c' (27,208) at 20210309003654104 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/procfs.h' (27,209) at 20210307214931142 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/0001-correct-the-location-of-unistd.h.patch' (27,210) at 20230813080012840 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-mux-reg.h' (27,211) at 20210307214931474 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c' (27,212) at 20210308005046521 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/maltaint.h' (27,213) at 20210307214926226 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/gsc-hwmon.rst' (27,214) at 20240405153045217 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IJG-short' (27,215) at 20241221090017616 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/dbusSensor.cpp' (27,216) at 20240817080033760 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/harma-temporary-software-versions.yml' (27,217) at 20240924080011379 to deleted uid set 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/cereal.wrap' (27,218) at 20240124090001898 2025-03-14 03:00:47.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h' (27,219) at 20240405153047105 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-insn-defs.c.inc' (27,220) at 20240906080037544 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/sockbits.h' (27,221) at 20210308005046085 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-gmii-sel.c' (27,222) at 20240405153231315 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/calculator-aserver.cpp' (27,223) at 20241219090033960 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-platform-onboard-usb-hub' (27,224) at 20240405153044917 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb' (27,225) at 20241221090017520 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vsockmon.h' (27,226) at 20210307214931686 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Priority/meson.build' (27,227) at 20231019080027863 to deleted uid set 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_iv_ogm.c' (27,228) at 20240405153231987 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_d.c' (27,229) at 20210308005046509 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/efistub.h' (27,230) at 20240411080014070 2025-03-14 03:00:47.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-exynos.c' (27,231) at 20210308005003512 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/TQM834x_defconfig' (27,232) at 20210308005003244 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-xinmo.c' (27,233) at 20210307214928102 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_rules_test.cpp' (27,234) at 20210308005049141 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/0001-Default-eigen_packet_wrapper-constructor.patch' (27,235) at 20211007100024283 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,armada-8k-pic.txt' (27,236) at 20210307214925342 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/apple_bl.c' (27,237) at 20240405153052173 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/packetengines/Makefile' (27,238) at 20210307214929574 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/module.h' (27,239) at 20210307214932742 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuppc.png' (27,240) at 20240309090012816 to deleted uid set 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exoparg6.c' (27,241) at 20240405153046621 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_mixer.c' (27,242) at 20240405153230635 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/usage.rst' (27,243) at 20240405153045285 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dquot_buf.c' (27,244) at 20240405153052573 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-support/curl/curl_%.bbappend' (27,245) at 20220527030025404 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/Kconfig' (27,246) at 20240613080016379 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/dot11d.h' (27,247) at 20210307214930622 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/time.c' (27,248) at 20240405153046049 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/basic/Makefile' (27,249) at 20210308005003724 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml' (27,250) at 20240405153229771 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-host-failure-reboots/host-failure-reboots@.service' (27,251) at 20210307205554062 2025-03-14 03:00:47.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/ipt_ah.c' (27,252) at 20210307214931946 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acpi.h' (27,253) at 20240613080016499 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-passive-serial.txt' (27,254) at 20210307214925314 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/st,stm32-bxcan.yaml' (27,255) at 20240405153045117 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/Makefile' (27,256) at 20240405153229735 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/journal.h' (27,257) at 20240710080014601 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c' (27,258) at 20240405153047261 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/read_metadata.c' (27,259) at 20240405153052561 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/flashchip.h' (27,260) at 20210308005003668 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/evm.h' (27,261) at 20240405153232111 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-core.c' (27,262) at 20241001080013016 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/termbits.h' (27,263) at 20240326080039562 2025-03-14 03:00:47.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hyperv-tlfs.h' (27,264) at 20240405153230111 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/starfive/Makefile' (27,265) at 20240405153051485 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-ld11.c' (27,266) at 20210308005002792 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/crossbuilds.yml' (27,267) at 20241211090212202 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoenet.c' (27,268) at 20240405153230187 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-usbc-tusb320.c' (27,269) at 20240405153047029 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm814x.dtsi' (27,270) at 20240405153045597 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/s3fb.c' (27,271) at 20240405153052217 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_cis.c' (27,272) at 20240405153049657 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/fsi-master.h' (27,273) at 20240906080037332 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb' (27,274) at 20241221090017556 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_reg.h' (27,275) at 20240405153231267 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pstore_blk.h' (27,276) at 20220525020654607 2025-03-14 03:00:47.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8568MDS.h' (27,277) at 20210308005003580 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/init.c' (27,278) at 20241008080013955 to deleted uid set 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ipuv3-plane.h' (27,279) at 20240405153048561 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/Makefile' (27,280) at 20240405153229915 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-mtk.c' (27,281) at 20240405153231559 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/smartreflex-class3.c' (27,282) at 20210307214925926 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-prd.c' (27,283) at 20240405153230055 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v4.h' (27,284) at 20240405153051289 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.rst' (27,285) at 20241221090017596 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9263ek.dts' (27,286) at 20240405153045465 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb' (27,287) at 20230811080018302 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Smedjebacken_Uvberget' (27,288) at 20210307205553790 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/MAINTAINERS' (27,289) at 20210308005003076 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/init' (27,290) at 20210307205553822 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/Makefile' (27,291) at 20220525020652502 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/psc.h' (27,292) at 20240405153046785 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/Kconfig' (27,293) at 20210309003649364 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0022-all-host_applications-remove-non-existent-projects.patch' (27,294) at 20230211040012643 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/pata-common.yaml' (27,295) at 20240405153229755 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/intrinsics.h' (27,296) at 20210307214926114 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mcx_defconfig' (27,297) at 20210308005003268 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/wget.py' (27,298) at 20241221090017588 to deleted uid set 2025-03-14 03:00:47.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-imgpdc.c' (27,299) at 20220525020653203 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_windsor.c' (27,300) at 20240405153230799 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch' (27,301) at 20241206090014334 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/0001-cimxml-Include-sys-select.h-for-fd_set.patch' (27,302) at 20210307205553934 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/Makefile' (27,303) at 20210308005002792 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/Makefile' (27,304) at 20240405153049301 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_mac_clut224.ppm' (27,305) at 20210307214930950 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/0001-corstone1000-port-crypto-config.patch' (27,306) at 20230813080012840 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/container.c' (27,307) at 20210307214926890 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerNetworkProtocol.v1_10_1.json' (27,308) at 20240619080002948 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2602.h' (27,309) at 20210307214932338 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-varargs.patch' (27,310) at 20210307205553810 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-whl-skips.txt' (27,311) at 20240405153230531 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/Makefile' (27,312) at 20210308005002548 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88473.h' (27,313) at 20210307214928630 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-raydium-rm68200.c' (27,314) at 20240405153048689 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_devlink.c' (27,315) at 20240405153049945 2025-03-14 03:00:47.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/MAINTAINERS' (27,316) at 20210308005003080 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/functional.hpp' (27,317) at 20241219090033968 to deleted uid set 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723d.c' (27,318) at 20240405153050653 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mtk-memory-port.h' (27,319) at 20240405153052649 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/altera/Makefile' (27,320) at 20240405153045709 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/socket.c' (27,321) at 20241216090017789 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/pci.c' (27,322) at 20240405153231239 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/fpu.c' (27,323) at 20240405153046285 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,qmc-audio.yaml' (27,324) at 20240405153045161 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/loader.scss' (27,325) at 20210308005107073 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/amdgpu_drm.h' (27,326) at 20240405153231867 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-dev-v3.c' (27,327) at 20240405153046937 2025-03-14 03:00:47.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb' (27,328) at 20241221090017544 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/Kconfig' (27,329) at 20210308005003016 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/macros.fuc' (27,330) at 20210307214927938 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h' (27,331) at 20210308005002720 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CrystalStacker' (27,332) at 20211006000025234 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nl80211.h' (27,333) at 20240405153052933 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/afe4403.c' (27,334) at 20240405153048985 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd-boot_%.bbappend' (27,335) at 20241221090017472 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/Kconfig' (27,336) at 20210307214929386 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb' (27,337) at 20241221090017488 to deleted uid set 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/throttle.c' (27,338) at 20240326080039386 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/Makefile' (27,339) at 20210308005002852 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.c' (27,340) at 20240624080012780 2025-03-14 03:00:47.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/ppc.h' (27,341) at 20210308005002840 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/inode.c' (27,342) at 20240405153231687 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/NIC/meson.build' (27,343) at 20241213090041954 to deleted uid set 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/helper.h' (27,344) at 20240906080037512 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-touch.c' (27,345) at 20240405153049529 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/date.c' (27,346) at 20210308005003208 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/Makefile' (27,347) at 20240405153047033 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/Makefile' (27,348) at 20240405153231987 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/hci.h' (27,349) at 20210307214932034 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/module.c' (27,350) at 20210307214926766 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/ddr-setup.cfg' (27,351) at 20210308005002908 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom_1.2.1.bb' (27,352) at 20230114040015478 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/MAINTAINERS' (27,353) at 20210308005003052 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/index.html' (27,354) at 20210308005107077 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/nuvoton,npcm845-clk.h' (27,355) at 20240405153052645 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/Makefile' (27,356) at 20240405153051301 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/emac_defs.h' (27,357) at 20210308005002656 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/compress.h' (27,358) at 20240405153046533 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/spl.c' (27,359) at 20210308005002716 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu7_fusion.h' (27,360) at 20240405153230511 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/msi-pic.txt' (27,361) at 20210307214925406 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8804-i2c.c' (27,362) at 20240405153053869 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm_ep/Makefile' (27,363) at 20210308005002940 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical/meson.build' (27,364) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ja_JP/stable_api_nonsense.txt' (27,365) at 20210307214925582 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-internal.h' (27,366) at 20240906080037164 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/axs10x/pll_clock.c' (27,367) at 20240405153230203 2025-03-14 03:00:47.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/config-mbcpld.json' (27,368) at 20240405080013750 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/catalina/host-poweroff' (27,369) at 20240720080012613 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/module_symbol.h' (27,370) at 20240405153231827 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/gpio.c' (27,371) at 20220429100100454 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_efuse.h' (27,372) at 20220525020654187 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mc_pll_regs.h' (27,373) at 20240405153046605 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_msg.c' (27,374) at 20210308005108641 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/ui-hmp-cmds.c' (27,375) at 20240326080039754 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/Kconfig' (27,376) at 20210307214926958 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_version.c' (27,377) at 20220525020654131 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0007-configure-fix-incorrect-variable.patch' (27,378) at 20240413080012643 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-armada-3700.c' (27,379) at 20240405153231455 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_wr.c' (27,380) at 20240405153051585 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_char.tc' (27,381) at 20241008080014059 2025-03-14 03:00:47.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' (27,382) at 20210307205554350 to deleted uid set 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/osf_sys.c' (27,383) at 20240405153229855 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/clock-tables.h' (27,384) at 20210308005002672 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/alloc.h' (27,385) at 20240712080021089 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-clps711x/Makefile' (27,386) at 20210307214925874 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9n12ek.h' (27,387) at 20210308005003584 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_binding.h' (27,388) at 20240405153048793 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/run-ptest' (27,389) at 20240113090014532 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0004.h' (27,390) at 20240405153048617 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ib62x0.dts' (27,391) at 20210308005002592 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-ep93xx.c' (27,392) at 20210308005003512 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/inetd' (27,393) at 20210307205554470 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/Kconfig' (27,394) at 20240405153051305 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb' (27,395) at 20241206090014266 to deleted uid set 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fs/fs.c' (27,396) at 20240405153054053 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/meson_gx_mmc.c' (27,397) at 20210308005003404 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/fprobe/Makefile' (27,398) at 20240405153053429 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/string.h' (27,399) at 20210307214926098 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend' (27,400) at 20210812000025166 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uchardet/uchardet_0.0.8.bb' (27,401) at 20230317080013793 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iomap.h' (27,402) at 20240405153052597 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kerimaki' (27,403) at 20210307205553770 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt' (27,404) at 20210307205554278 2025-03-14 03:00:47.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/am33xx.h' (27,405) at 20210307214931342 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/functions.hpp' (27,406) at 20240820080019546 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.err' (27,407) at 20210927100127469 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6589.dtsi' (27,408) at 20240405153045461 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/qp.c' (27,409) at 20240405153049073 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/p4.c' (27,410) at 20240405153046373 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/leds-lp55xx.h' (27,411) at 20240405153052649 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Event.v1_11_0.json' (27,412) at 20240918080002720 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu.c' (27,413) at 20210308005002828 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/fdio.hpp' (27,414) at 20241219090033960 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-scsi-test.c' (27,415) at 20240326080039742 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lx6464es/lx6464es.h' (27,416) at 20210307214932266 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_series_merge_on_head.2.skip' (27,417) at 20231126090012849 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/editor_impl.cpp' (27,418) at 20240826080018279 to deleted uid set 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/README.md' (27,419) at 20231005080023445 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/atmel-mc.h' (27,420) at 20210307214931434 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/README' (27,421) at 20210307214932534 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/fault-monitor/fru-fault-monitor.cpp' (27,422) at 20240828080025975 to deleted uid set 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace_tx.h' (27,423) at 20220525020653167 2025-03-14 03:00:47.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fredrika' (27,424) at 20210307205553782 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/net.c' (27,425) at 20210308005003216 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0020-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch' (27,426) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/gate.h' (27,427) at 20210307214927022 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml' (27,428) at 20240405153045121 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.h' (27,429) at 20240405153049469 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts' (27,430) at 20240405153229963 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/openpower.inc' (27,431) at 20211105000026763 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-gadget.c' (27,432) at 20240405153052037 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/atmel_mxt_ts.c' (27,433) at 20240405153049157 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/Makefile' (27,434) at 20240405153054233 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-code16.S' (27,435) at 20210308005046497 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/binutils/binutils_%.bbappend' (27,436) at 20230813080012872 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/Kconfig' (27,437) at 20210308005002984 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dal' (27,438) at 20210307205553778 2025-03-14 03:00:47.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/irq.c' (27,439) at 20240405153045673 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c' (27,440) at 20241115090012945 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/xen_wdt.c' (27,441) at 20210307214930978 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/generic.c' (27,442) at 20240405153231723 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_enable_stats.c' (27,443) at 20240405153054277 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/Kconfig' (27,444) at 20210307214928646 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/oem_handler.hpp' (27,445) at 20240910080037463 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-dmamap.c' (27,446) at 20210307214930582 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc' (27,447) at 20240301090012451 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/Makefile' (27,448) at 20240405153047249 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfsqrt.c' (27,449) at 20210307214926334 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/coredump.c' (27,450) at 20220525020652074 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/memory.h' (27,451) at 20240405153052961 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8mn-clock.h' (27,452) at 20240405153052641 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/ac-power-good-deassert@.service' (27,453) at 20240316080012480 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/parisc/harmony.c' (27,454) at 20220525020654983 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0004-Fix-icu-config.patch' (27,455) at 20230706080014737 2025-03-14 03:00:47.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/frontend.json' (27,456) at 20240405153054145 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/bcm_sf2.h' (27,457) at 20240405153049749 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml' (27,458) at 20240405153045137 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecrdsa_defs.h' (27,459) at 20240405153046537 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-infracfg.c' (27,460) at 20240405153046797 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/Makefile' (27,461) at 20210308005003012 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9759.c' (27,462) at 20240405153053625 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_rndis.c' (27,463) at 20240405153231551 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/4965-rs.c' (27,464) at 20240405153050505 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/openvswitch.h' (27,465) at 20240405153231875 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml' (27,466) at 20221207040023627 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apm/apm-mustang.dts' (27,467) at 20240405153045717 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sock_destroy_prog.c' (27,468) at 20240405153054273 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.c' (27,469) at 20240405153050113 2025-03-14 03:00:47.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb' (27,470) at 20240113090014536 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp' (27,471) at 20240826080030471 to deleted uid set 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi_tgt/libsrp.h' (27,472) at 20210307214930326 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_probe_tmpl.h' (27,473) at 20241104090011615 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-bsr' (27,474) at 20210307214925194 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-10x0-mb7.dts' (27,475) at 20240405153045505 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot' (27,476) at 20210307205554482 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/unaccepted_memory.c' (27,477) at 20241011080017303 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml' (27,478) at 20240405153045093 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_debugfs.c' (27,479) at 20240405153053241 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sdx55-pas.yaml' (27,480) at 20240405153229791 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lru_cache.h' (27,481) at 20240405153052721 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_nat_pptp.c' (27,482) at 20240405153053257 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/olpc/Kconfig' (27,483) at 20210307214930134 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Outlet.v1_4_4.json' (27,484) at 20240824080002938 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch' (27,485) at 20230706080014769 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/meson.build' (27,486) at 20220913030027317 to deleted uid set 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/cgu.c' (27,487) at 20240405153046789 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/203.out' (27,488) at 20210308005046457 2025-03-14 03:00:47.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8824.yaml' (27,489) at 20240405153045165 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/Makefile' (27,490) at 20240405153049761 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/0001-avoid-unnecessary-check-for-sqlite3-binary.patch' (27,491) at 20230211040012639 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tracepoint.h' (27,492) at 20240405153052809 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch' (27,493) at 20230609080014403 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts' (27,494) at 20240405153045825 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cevt-r4k.h' (27,495) at 20210307214926210 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb' (27,496) at 20241221090017528 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/Kconfig' (27,497) at 20210308005002852 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/net-sysfs.h' (27,498) at 20210307214931914 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/gpio.h' (27,499) at 20210308005002784 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/max2175.rst' (27,500) at 20210307214925594 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc0_cfg_masks.h' (27,501) at 20240405153046581 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max15301.rst' (27,502) at 20220525020651738 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c64xx.dtsi' (27,503) at 20240405153045573 2025-03-14 03:00:47.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-alcatel-idol347.dts' (27,504) at 20240405153229939 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xilinx/xdma-regs.h' (27,505) at 20240405153047013 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/note.S' (27,506) at 20210307214926410 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/tls.rst' (27,507) at 20221215040039082 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500_emulate.c' (27,508) at 20240405153046173 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/kmeter1.dts' (27,509) at 20210307214926354 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/tlb.h' (27,510) at 20240405153046397 to deleted uid set 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_lru_list.h' (27,511) at 20240405153231891 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/Makefile' (27,512) at 20240726080012882 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-wm8350.c' (27,513) at 20210307214928554 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/imx-regs.h' (27,514) at 20210308005002640 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5631.h' (27,515) at 20210307214932326 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/parallels.c' (27,516) at 20241211090212214 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/s390-drivers.rst' (27,517) at 20240405153229807 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_lib.c' (27,518) at 20210307214932270 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-handbooks.rst' (27,519) at 20240405153229827 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1409.h' (27,520) at 20210307214928634 2025-03-14 03:00:47.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dummy/dummy.h' (27,521) at 20210308004938832 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_phy.c' (27,522) at 20240411080014102 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/bpt_helper.c' (27,523) at 20240906080037492 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/lgpl-2.0.txt' (27,524) at 20210308005002540 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c' (27,525) at 20241220090018314 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx7ulp.c' (27,526) at 20220525020651886 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (27,527) at 20240206090017943 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/uinput.h' (27,528) at 20210307214931662 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-our_range_memslots.c' (27,529) at 20240906080037224 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/load_policy.c' (27,530) at 20220525020654963 2025-03-14 03:00:47.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch' (27,531) at 20241221090017516 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c' (27,532) at 20240405153230363 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/rsp.c' (27,533) at 20220525020654883 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dma_sun4i.h' (27,534) at 20210308005002668 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h' (27,535) at 20240405153047105 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch' (27,536) at 20241206090014214 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/translate.c' (27,537) at 20241211090212522 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (27,538) at 20241024080011938 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/qcom-cpufreq-nvmem.c' (27,539) at 20240812080017232 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/input.h' (27,540) at 20241211090145569 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/subprojects/sdbusplus.wrap' (27,541) at 20220621100017304 2025-03-14 03:00:47.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-create-bufs.rst' (27,542) at 20240405153045321 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/hardware.h' (27,543) at 20210308005002664 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/lowlevel_macro.S' (27,544) at 20210308005002648 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_i2c.scc' (27,545) at 20210307205554118 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png' (27,546) at 20210307205554254 to deleted uid set 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_debugfs.c' (27,547) at 20240405153048677 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/Kconfig' (27,548) at 20240405153048701 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-fg.yaml' (27,549) at 20240405153045141 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_phylink.c' (27,550) at 20240405153050177 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c' (27,551) at 20240613080016391 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_nand.c' (27,552) at 20210308005003372 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi' (27,553) at 20240405153045805 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/tuntap.h' (27,554) at 20210307214926622 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/nxt6000_priv.h' (27,555) at 20210307214928634 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c' (27,556) at 20240405153050493 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6359-accdet.h' (27,557) at 20220525020655035 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha1_ni_asm.S' (27,558) at 20240405153046365 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_desc_dqo.h' (27,559) at 20240405153049937 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_dccp.c' (27,560) at 20210307214932026 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/int_helper.c' (27,561) at 20240906080037532 2025-03-14 03:00:47.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h' (27,562) at 20210308005002636 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/qnap-poweroff.c' (27,563) at 20220525020653915 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_dbus.hpp' (27,564) at 20221110040022754 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/check-machine-coverage' (27,565) at 20220804030014663 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/appletalk/ddp.c' (27,566) at 20240405153231987 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/kdump.rst' (27,567) at 20240405153044973 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/run-ptest' (27,568) at 20240302090018210 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/Kconfig' (27,569) at 20210308005003504 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzcmop.c.inc' (27,570) at 20240906080037524 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm94708.dts' (27,571) at 20240405153045429 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/trace-events' (27,572) at 20230925080039865 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/cml_rt1011_rt5682.c' (27,573) at 20240405153053945 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_afmt.c' (27,574) at 20240405153047253 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_hcd.h' (27,575) at 20210308005003520 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lpass-sdm845.h' (27,576) at 20210307214931330 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/linkage.h' (27,577) at 20240405153052721 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/setup.py' (27,578) at 20220728030041559 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/dtx.rst' (27,579) at 20220525020651726 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-audio-graph-card2.dtsi' (27,580) at 20240405153045813 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/maccess.c' (27,581) at 20240405153045949 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Osthammar_Valo' (27,582) at 20210307205553790 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/atomic.h' (27,583) at 20220525020652098 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp221.c' (27,584) at 20210308005003468 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/sw-clock.c' (27,585) at 20240405153054173 2025-03-14 03:00:47.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,camcc-sdm845.h' (27,586) at 20210307214931330 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/block/block-backend.c' (27,587) at 20241211090212210 to deleted uid set 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/stat.h' (27,588) at 20210307214926762 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.h' (27,589) at 20210307214929930 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/src.hpp' (27,590) at 20241022080025528 to deleted uid set 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/meson.build' (27,591) at 20220928030037238 to deleted uid set 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/162' (27,592) at 20220429100100910 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-tianma.dts' (27,593) at 20240405153045789 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_tmf.c' (27,594) at 20240405153051565 2025-03-14 03:00:47.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h' (27,595) at 20240405153048761 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/dwc/dwc-i2s.c' (27,596) at 20240405153232175 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/dbus/org.open_power.Software.Host.Updater.conf' (27,597) at 20210308005102825 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/tpm/index.rst' (27,598) at 20210307214925562 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/devices.c' (27,599) at 20210307214926590 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/nlohmann_json.wrap' (27,600) at 20231208090023100 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/simatic-ipc-leds-gpio-core.c' (27,601) at 20240405153230755 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc-eval-v3.dts' (27,602) at 20240405153045529 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/cgs_common.h' (27,603) at 20210307214927698 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/nghttp2.wrap' (27,604) at 20240419080003609 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_host.c' (27,605) at 20230426080043728 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/syscall-counts-by-pid.py' (27,606) at 20210307214932570 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipv6_route.h' (27,607) at 20210307214931406 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c' (27,608) at 20240405153048629 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-remove@.service.in' (27,609) at 20210308005100301 to deleted uid set 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/kprobes.rst' (27,610) at 20240405153045269 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/cable/index.rst' (27,611) at 20210309003648436 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/gth.c' (27,612) at 20210726100024695 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/host-control' (27,613) at 20230412080023460 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/iqs62x.c' (27,614) at 20240405153230835 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77965-sysc.h' (27,615) at 20210308005003640 2025-03-14 03:00:47.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/elfnote.rst' (27,616) at 20220525020651750 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/Kconfig' (27,617) at 20210308005002712 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.json' (27,618) at 20210308005046401 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Role.v1_3_2.json' (27,619) at 20240619080002952 to deleted uid set 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c' (27,620) at 20240405153047273 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-group-sampling' (27,621) at 20240405153054161 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/compress.c' (27,622) at 20240405153052385 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt' (27,623) at 20210308005003080 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_training_db.h' (27,624) at 20210308005003368 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-pmu-event.h' (27,625) at 20210307214928558 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dfl-port' (27,626) at 20210307214925202 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_am33xx.h' (27,627) at 20210308005002636 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-examples_4.3.0.bb' (27,628) at 20241221090017472 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/event.cpp' (27,629) at 20240822080031261 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/twl-rtc.txt' (27,630) at 20210307214925418 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/286.out' (27,631) at 20240906080037564 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xbindkeys/xbindkeys_1.8.7.bb' (27,632) at 20241221090017528 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/0001-include-libgen.h-for-basename.patch' (27,633) at 20240413080012647 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb' (27,634) at 20221003030013285 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/irq.c' (27,635) at 20210307214926166 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt65xx.h' (27,636) at 20240405153052649 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_wx.h' (27,637) at 20210307214930626 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/Kconfig' (27,638) at 20210308005003480 2025-03-14 03:00:47.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/m25p80_sfdp.c' (27,639) at 20241211090212258 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/starfive,jh71x0-temp.yaml' (27,640) at 20240405153229767 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/testmode.h' (27,641) at 20240405153050601 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_CT.c' (27,642) at 20241018080014586 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c' (27,643) at 20240405153230331 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_mmio.c' (27,644) at 20240405153230087 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/starfive/Kconfig' (27,645) at 20240405153054009 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/math-emu/math_32.c' (27,646) at 20210309003648996 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/n810.c' (27,647) at 20210309003654944 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/omap3.h' (27,648) at 20210308005003520 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715-sdca-sdw.c' (27,649) at 20240405153232163 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_qp_tables.c' (27,650) at 20240405153230559 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bedbug' (27,651) at 20210308005003292 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_dictionary.c' (27,652) at 20241220090014034 2025-03-14 03:00:47.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ludvika_Bjorkasen' (27,653) at 20210307205553786 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/reg.h' (27,654) at 20210307214929938 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/rational.c' (27,655) at 20220525020654751 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_extern.h' (27,656) at 20240405153052365 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_kunit_helpers.c' (27,657) at 20240405153230639 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/eeh-pci-error-recovery.rst' (27,658) at 20220525020651750 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/raideng.txt' (27,659) at 20240405153229787 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/insn.h' (27,660) at 20240710080014577 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb' (27,661) at 20241221090017560 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/x86-power-control/src/power_control.cpp' (27,662) at 20241026080032419 to deleted uid set 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvp5150_reg.h' (27,663) at 20210307214928674 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos3250.dtsi' (27,664) at 20240405153045565 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5260.dtsi' (27,665) at 20240405153045569 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/unistd.h' (27,666) at 20240405153046401 2025-03-14 03:00:47.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml' (27,667) at 20230414080015397 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/pipeline.json' (27,668) at 20240405153054149 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection-api-targets.rst' (27,669) at 20210309003648500 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/oetag.py' (27,670) at 20210307205554434 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rose/af_rose.c' (27,671) at 20240405153232071 to deleted uid set 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h' (27,672) at 20210307214928842 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_11_0_1_sh_mask.h' (27,673) at 20240405153047369 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tipd/Kconfig' (27,674) at 20220525020654299 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/__init__.py' (27,675) at 20241206090014286 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-zii-rdu2.dtsi' (27,676) at 20240405153045521 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/common.c' (27,677) at 20240906080037376 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/Makefile' (27,678) at 20210308005003204 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/set-2038.c' (27,679) at 20210307214932730 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-stm' (27,680) at 20210307214925198 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-sigreturn-nt.c' (27,681) at 20220525020655227 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/sg_sw_qm.h' (27,682) at 20210307214927078 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/MAINTAINERS' (27,683) at 20210308005002948 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/run-meta-ci' (27,684) at 20210308004942720 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/cc770/Kconfig' (27,685) at 20210307214929254 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/run_netsocktests' (27,686) at 20210307214932694 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/am33xx.h' (27,687) at 20210308005003636 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ras/variables.py' (27,688) at 20221209040018571 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/cnxt,cx92755-pinctrl.txt' (27,689) at 20210307214925394 2025-03-14 03:00:47.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/head-nommu.S' (27,690) at 20240405153045629 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-intel-pmc' (27,691) at 20240405153044929 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/acquire' (27,692) at 20240405153053433 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jokkmokk_Nyborg' (27,693) at 20210307205553782 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/mpic.rst' (27,694) at 20210307214925626 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/entry.S' (27,695) at 20240405153045953 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/tune-cortexm23.inc' (27,696) at 20240301090012451 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.mailmap' (27,697) at 20240405153229727 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/identify.c' (27,698) at 20210307214926206 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/emac_defs.h' (27,699) at 20210308005002720 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/Makefile' (27,700) at 20210308005003016 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/goldfishfb.c' (27,701) at 20240405153231583 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/locks.c' (27,702) at 20240405153052309 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/of/unittest.c' (27,703) at 20241211090145477 to deleted uid set 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tlb_32.h' (27,704) at 20210307214926586 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/io-cmd-file.c' (27,705) at 20240405153051205 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/at91sam9x5ek.c' (27,706) at 20210308005002916 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS0.conf' (27,707) at 20240310080021376 2025-03-14 03:00:47.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Savukoski_Martti' (27,708) at 20210307205553774 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/via-sdmmc.c' (27,709) at 20240405153230863 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/Makefile' (27,710) at 20240405153045897 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_qspi.h' (27,711) at 20210308005003624 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/u-boot.dtsi' (27,712) at 20210308005002836 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0003-cli-Mark-return-of-strtol-as-long-int.patch' (27,713) at 20230706080014737 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_common.c' (27,714) at 20210307214929418 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/IPAddresses_v1.xml' (27,715) at 20240619080002924 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/ThermalPower.interface.yaml' (27,716) at 20230920080021028 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echo3g_dsp.c' (27,717) at 20220525020654991 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.h' (27,718) at 20210307214929530 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_external.c' (27,719) at 20220627100016982 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmunlock.c' (27,720) at 20240405153052473 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/unlzma.h' (27,721) at 20210307214931374 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/firmware.c' (27,722) at 20240405153046065 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb' (27,723) at 20241221090017548 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml' (27,724) at 20220525020651702 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fujitsu,mb86s70-crg11.txt' (27,725) at 20210307214925286 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_topo_lib.sh' (27,726) at 20240405153054341 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (27,727) at 20241206090014278 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_pbi.cfg' (27,728) at 20210308005002964 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_msgdmahw.h' (27,729) at 20210307214929286 2025-03-14 03:00:47.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cx0_phy.c' (27,730) at 20240405153230547 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/domain.c' (27,731) at 20241011080017399 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/README' (27,732) at 20220525020652278 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/Kconfig.recursion-issue-02' (27,733) at 20240405153045225 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1025rdb.dtsi' (27,734) at 20210307214926346 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-7040-db.dts' (27,735) at 20210308005002568 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/pcips2.c' (27,736) at 20240405153049157 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (27,737) at 20220817030012041 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb' (27,738) at 20241221090017548 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_client.c' (27,739) at 20230718080007968 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/rockchip.c' (27,740) at 20240405153229911 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm660.dtsi' (27,741) at 20240405153229943 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/cacheflush_mm.h' (27,742) at 20240405153230003 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/item.h' (27,743) at 20240405153050145 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/gconf.c' (27,744) at 20240726080012878 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/h3600.c' (27,745) at 20240405153045689 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/mce_power.c' (27,746) at 20240405153046145 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Message.v1_3_0.json' (27,747) at 20240918080002720 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/newusers' (27,748) at 20210307205554570 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/Makefile' (27,749) at 20210308005003028 2025-03-14 03:00:47.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0003-adb-define-shell-command.patch' (27,750) at 20210307205553894 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_connbytes.c' (27,751) at 20241018080014586 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/xfrm6_output.c' (27,752) at 20220525020654851 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reboot.h' (27,753) at 20240405153052785 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5373EVB.h' (27,754) at 20210308005003576 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-twl6040.c' (27,755) at 20210307214926970 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/zlib-acknowledgement' (27,756) at 20211006000025246 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/LICENSE' (27,757) at 20230608150615679 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' (27,758) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_bpf_attach.bpf.c' (27,759) at 20240405153053429 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/Kconfig' (27,760) at 20210307214928590 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/appldata/appldata_os.c' (27,761) at 20210309003648952 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py' (27,762) at 20240910080016934 to deleted uid set 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/lib.c' (27,763) at 20240405153053185 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/CMakeLists.txt' (27,764) at 20231101080040026 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-sama7g5-isc.c' (27,765) at 20240405153230807 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/srcpos.h' (27,766) at 20210307214932142 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7757.c' (27,767) at 20210307214926562 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw-native.bb' (27,768) at 20241206090014274 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/dhry_1.c' (27,769) at 20210308005003696 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/embargoed-hardware-issues.rst' (27,770) at 20240405153229827 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/Makefile' (27,771) at 20220525020654003 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/imx6q-sabresd.dot' (27,772) at 20210307214925234 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/io_64.h' (27,773) at 20240405153046317 2025-03-14 03:00:47.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb-uhci.txt' (27,774) at 20210307214925450 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/ns83820.c' (27,775) at 20240405153050189 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FactoryReset/meson.build' (27,776) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/branch.json' (27,777) at 20240405153054109 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sis5595.rst' (27,778) at 20210307214925506 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/api-utils.js' (27,779) at 20210308005107073 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x01_channel.h' (27,780) at 20210307214928082 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/freeradius' (27,781) at 20210307205553806 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/amlogic/Kconfig' (27,782) at 20220525020654087 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockmap_ktls.c' (27,783) at 20240405153054261 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/g12a-aoclk.c' (27,784) at 20240405153230215 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/Kconfig' (27,785) at 20240405153045661 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/qca8k_leds.h' (27,786) at 20240405153049761 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/Kconfig' (27,787) at 20240405153230523 2025-03-14 03:00:47.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/pic32.c' (27,788) at 20210308005003520 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch' (27,789) at 20241221090017680 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elf.h' (27,790) at 20220525020654563 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/pcf50633/mbc.h' (27,791) at 20210307214931434 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/efi_secret/Kconfig' (27,792) at 20240405153052229 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/Makefile' (27,793) at 20210308005002920 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chromebook_link.h' (27,794) at 20210308005003588 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/registers.c' (27,795) at 20210308005045917 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/cm3605.c' (27,796) at 20240405153230695 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/rtcpie.c' (27,797) at 20210726100024927 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb' (27,798) at 20241221090017656 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_generic.h' (27,799) at 20240910080014102 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.cphp' (27,800) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/phy-ctxt.h' (27,801) at 20240405153050525 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/udoo_neo_defconfig' (27,802) at 20210308005003284 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0001-src-Gtrace-remove-unguarded-print-calls.patch' (27,803) at 20240124090012270 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/ulpevent.c' (27,804) at 20240405153053381 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/delayacct.c' (27,805) at 20240405153052993 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (27,806) at 20230412080023460 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/pmu.c' (27,807) at 20241211090212298 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/Kconfig' (27,808) at 20210308005002980 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/loader.html' (27,809) at 20210308005107069 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/nic-hostless@.target' (27,810) at 20230629131804623 2025-03-14 03:00:47.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-default-on.c' (27,811) at 20210307214928554 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/interval_tree_generic.h' (27,812) at 20210307214931406 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (27,813) at 20241211090212530 to deleted uid set 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.err' (27,814) at 20220429100100882 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/berlin-sata-phy.txt' (27,815) at 20210307214925386 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/amlogic/Makefile' (27,816) at 20240405153051269 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/.gitignore' (27,817) at 20240405153054361 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/psu-images-one-valid-one-invalid/model-1/MANIFEST' (27,818) at 20230616135354429 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' (27,819) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-storage.c' (27,820) at 20240906080037308 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb' (27,821) at 20241221090017548 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/meson.build' (27,822) at 20210308005046085 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/asn1.h' (27,823) at 20210307214931354 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ni/Makefile' (27,824) at 20210307214929570 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-rcar.c' (27,825) at 20210308005002768 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/jffs2.h' (27,826) at 20210308005003652 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-throttle.c' (27,827) at 20240405153230155 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_file.c' (27,828) at 20241211090145417 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_size___diff_offs.c' (27,829) at 20240405153054269 2025-03-14 03:00:47.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/Makefile' (27,830) at 20220818100014667 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-hostfw-config-example-native_git.bb' (27,831) at 20220921030015986 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c' (27,832) at 20240405153048449 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c' (27,833) at 20240910080014038 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/patman' (27,834) at 20210308005003772 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_protocol.c' (27,835) at 20220525020653819 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cl-som-imx7_defconfig' (27,836) at 20210308005003252 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDistribution_v1.xml' (27,837) at 20240619080002932 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn30.h' (27,838) at 20220525020652530 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch' (27,839) at 20210307205554602 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-nested-err.out' (27,840) at 20210308005046409 to deleted uid set 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/cfi_util.c' (27,841) at 20240405153049677 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/57xx_iscsi_hsi.h' (27,842) at 20210307214930298 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/fsmap.h' (27,843) at 20220525020654399 2025-03-14 03:00:47.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xenpv/meson.build' (27,844) at 20210308005045993 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/ps.h' (27,845) at 20210307214929966 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-if-invalid.err' (27,846) at 20220429100100882 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-ath79.txt' (27,847) at 20210308005003324 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/bonito.c' (27,848) at 20240906080037272 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/.gitignore' (27,849) at 20240405153054389 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-comma-object.out' (27,850) at 20210308005046409 to deleted uid set 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/smc37c93x.c' (27,851) at 20210307214925658 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sample_ret0.c' (27,852) at 20210307214932646 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/reset-fan-watchdog.service' (27,853) at 20230804080018099 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_helpers.h' (27,854) at 20240405153047285 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lkdtm/run.sh' (27,855) at 20240405153054325 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/zii,rave-sp-pwrbutton.txt' (27,856) at 20210307214925338 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/interrupts.c' (27,857) at 20210308005002544 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/w6692.h' (27,858) at 20210307214928542 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_sk_storage_map.c' (27,859) at 20240405153054265 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/startek,kd070fhfid015.yaml' (27,860) at 20240405153229763 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/Kconfig' (27,861) at 20210307214932182 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/dpu.json' (27,862) at 20240405153054109 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_test_correctness.c' (27,863) at 20241011080017415 2025-03-14 03:00:47.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/meson.build' (27,864) at 20220913030027317 to deleted uid set 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/huge_memory.c' (27,865) at 20241118090018507 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-syslogd-fix-wrong-OPT_locallog-flag-detection.patch' (27,866) at 20241221090017636 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/sleep.c' (27,867) at 20240415080012967 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/include/in_kernel.h' (27,868) at 20240405153054385 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_hl.c' (27,869) at 20210307214932026 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fsl_dcu_fb.c' (27,870) at 20210308005003528 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ulz-14x14-evk.dts' (27,871) at 20240405153045529 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-default' (27,872) at 20241211090145573 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/porting.rst' (27,873) at 20210307214925458 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/common.h' (27,874) at 20210307214932710 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/termbits.h' (27,875) at 20210308005046069 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-fixed-factor.c' (27,876) at 20210307214927038 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adis16209.c' (27,877) at 20240405153048929 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/recv.c' (27,878) at 20210307214929774 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/spdx.py' (27,879) at 20241221090017632 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/eq.c' (27,880) at 20240405153231011 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_timer.c' (27,881) at 20210307214932218 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-Cable-IRC-center-frequencies-QAM256' (27,882) at 20210307205553754 2025-03-14 03:00:47.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/fallback-mechanisms.rst' (27,883) at 20210309003648404 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/copy_32.S' (27,884) at 20240405153230043 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-dmaengine.c' (27,885) at 20240405153046937 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_redir.c' (27,886) at 20240405153232063 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/dbus-unit-test.py' (27,887) at 20221208040016926 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable.bb' (27,888) at 20241206090014230 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-poweroff' (27,889) at 20240316080012480 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-systemd.inc' (27,890) at 20240127090011888 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/feature-mips-mips16e.inc' (27,891) at 20211006000025226 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb' (27,892) at 20241221090017544 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs3.c' (27,893) at 20210308005002792 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_console.h' (27,894) at 20210307214931534 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0019-arm-corstone1000-esrt-support.patch' (27,895) at 20241221090017468 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions.bb' (27,896) at 20241206090014230 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,s3c64xx-clock.txt' (27,897) at 20210307214925294 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/bpf_prog_run.rst' (27,898) at 20240405153044989 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aegis128-neon.c' (27,899) at 20240405153046529 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/recipes-fb/packagegroups/packagegroup-fb-apps.bb' (27,900) at 20231224090010777 to deleted uid set 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/kyber.h' (27,901) at 20240405153231867 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/btf.h' (27,902) at 20240405153054057 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/net_namespace.h' (27,903) at 20210307214931642 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/applytime_table.json' (27,904) at 20221209040018559 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_w.c' (27,905) at 20210308005046525 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pm9261_defconfig' (27,906) at 20210308005003276 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_94xx.h' (27,907) at 20210307214930370 2025-03-14 03:00:47.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftpci100.h' (27,908) at 20210308005003644 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/Makefile' (27,909) at 20210307214930806 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts' (27,910) at 20240405153045833 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3036-cru.h' (27,911) at 20220525020654543 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-any_ret' (27,912) at 20210307214932570 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm6125.yaml' (27,913) at 20240405153045029 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v3.1.c' (27,914) at 20240405153050345 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_udbg.c' (27,915) at 20220525020654219 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/xpedite5330.dts' (27,916) at 20210307214926362 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-dev.dts' (27,917) at 20240405153045829 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lmb.h' (27,918) at 20210308005003672 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/LICENSE' (27,919) at 20210308004927348 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cpu.c' (27,920) at 20210308005003208 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/unistd.h' (27,921) at 20210307214926558 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/aq100x.c' (27,922) at 20210307214929358 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/update.c' (27,923) at 20210308005003232 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_off_rule.hpp' (27,924) at 20240820080023694 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mpc512x_dma.c' (27,925) at 20240405153230283 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt712-sdca.c' (27,926) at 20240405153232159 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mempolicy.h' (27,927) at 20220525020654671 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pcf8574_keypad.c' (27,928) at 20240405153049145 2025-03-14 03:00:47.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_event.c' (27,929) at 20210308004938824 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/submit.c' (27,930) at 20240405153048769 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/hw_queue.c' (27,931) at 20240405153046557 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ipddp.rst' (27,932) at 20210307214925538 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs400.c' (27,933) at 20241211090145429 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/proc.c' (27,934) at 20240405153046909 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_device.h' (27,935) at 20240429080012416 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/common.h' (27,936) at 20210307214925958 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme2_qm_regs.h' (27,937) at 20240405153046577 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_up.h' (27,938) at 20240405153052797 2025-03-14 03:00:47.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.h' (27,939) at 20240405153047205 2025-03-14 03:00:47.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32f2xx_syscfg.c' (27,940) at 20241211090212298 2025-03-14 03:00:47.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb' (27,941) at 20241221090017668 2025-03-14 03:00:47.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb' (27,942) at 20241221090017516 2025-03-14 03:00:47.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch' (27,943) at 20230706080014737 2025-03-14 03:00:47.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mxsfb.c' (27,944) at 20210308005003532 2025-03-14 03:00:47.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mxc_gpio.c' (27,945) at 20210308005003376 2025-03-14 03:00:47.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_framebuffer.h' (27,946) at 20240405153052629 2025-03-14 03:00:47.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/unicode_ut.c' (27,947) at 20210308005003748 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/sdbusplus.wrap' (27,948) at 20240124090001898 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-crosssdk_2.43.1.bb' (27,949) at 20241221090017648 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/irq.c' (27,950) at 20240405153046497 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-set-boot-failsafe.sh' (27,951) at 20230418080015344 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Tpm/meson.build' (27,952) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tc3589x.c' (27,953) at 20240405153047085 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/reboot.h' (27,954) at 20240405153230115 2025-03-14 03:00:47.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.yaml' (27,955) at 20210307214925342 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-dreamcast.c' (27,956) at 20210309003648976 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8650.dtsi' (27,957) at 20240405153045609 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/files/static-group-meta-perl' (27,958) at 20231014080011723 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_nest2.decode' (27,959) at 20210308005046389 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/README' (27,960) at 20210308005003168 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/trace-events' (27,961) at 20230925080039853 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/CMakeLists.txt' (27,962) at 20210308005113633 2025-03-14 03:00:47.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts' (27,963) at 20240405153045529 2025-03-14 03:00:47.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/condor-common.dtsi' (27,964) at 20240405153045797 2025-03-14 03:00:47.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/target.html' (27,965) at 20231126090012817 2025-03-14 03:00:47.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/m54455evb.c' (27,966) at 20210308005002976 2025-03-14 03:00:47.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts' (27,967) at 20240405153229975 2025-03-14 03:00:47.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_ascii.c' (27,968) at 20210307214931178 2025-03-14 03:00:47.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-qcom-qusb2.h' (27,969) at 20210307214931342 2025-03-14 03:00:47.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/board_r.c' (27,970) at 20220215040051524 2025-03-14 03:00:47.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/mxuport.c' (27,971) at 20240405153052137 2025-03-14 03:00:47.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb' (27,972) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbr.c' (27,973) at 20210308005046505 2025-03-14 03:00:47.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/local.conf.sample' (27,974) at 20241221090017460 2025-03-14 03:00:47.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/misc/fs.h' (27,975) at 20240405153052897 2025-03-14 03:00:47.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/Makefile' (27,976) at 20220525020654975 2025-03-14 03:00:47.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp-r5/Makefile' (27,977) at 20210308005002796 2025-03-14 03:00:47.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd' (27,978) at 20240405153044917 2025-03-14 03:00:47.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh73a0.c' (27,979) at 20240405153051361 2025-03-14 03:00:47.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/virtio_ring_0_9.c' (27,980) at 20210307214932742 2025-03-14 03:00:47.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-apic.c' (27,981) at 20240906080037480 2025-03-14 03:00:47.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/axis,artpec6-pcie.txt' (27,982) at 20220525020651698 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/crossbar.txt' (27,983) at 20210307214925278 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/Makefile' (27,984) at 20210307214930478 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/tegra/xusb.h' (27,985) at 20240405153231835 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-include-unistd.h-for-usleep.patch' (27,986) at 20230520080014476 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/base507c.c' (27,987) at 20240405153048609 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/conf-notes.txt' (27,988) at 20220913030020492 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb' (27,989) at 20241221090017544 to deleted uid set 2025-03-14 03:00:47.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/rf.h' (27,990) at 20210307214929938 2025-03-14 03:00:47.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra20.c' (27,991) at 20240405153230247 2025-03-14 03:00:47.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-m1.dts' (27,992) at 20240405153045389 2025-03-14 03:00:47.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch' (27,993) at 20231011080016578 2025-03-14 03:00:47.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-case.json' (27,994) at 20210927100127469 2025-03-14 03:00:47.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd.h' (27,995) at 20240405153054357 2025-03-14 03:00:47.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial_core.h' (27,996) at 20240710080014605 2025-03-14 03:00:47.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/snoc.h' (27,997) at 20220525020653711 2025-03-14 03:00:47.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/Kconfig' (27,998) at 20210308005003008 2025-03-14 03:00:47.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt' (27,999) at 20210307214925430 2025-03-14 03:00:47.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0030-Enable-EFI-set-get-time-services.patch' (28,000) at 20240413080012627 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-logicvc.c' (28,001) at 20240405153230303 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/thread_info.h' (28,002) at 20240405153230035 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv04.c' (28,003) at 20210307214927962 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/param.h' (28,004) at 20210307214926590 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_h.c' (28,005) at 20210308005046517 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-ehci-test.c' (28,006) at 20230925080040097 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Fenham' (28,007) at 20210307205553798 2025-03-14 03:00:47.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm7150-tlmm.yaml' (28,008) at 20240405153045137 2025-03-14 03:00:47.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json' (28,009) at 20240106090025434 to deleted uid set 2025-03-14 03:00:47.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_vcap_ag_api.h' (28,010) at 20240405153050173 2025-03-14 03:00:47.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,vdecsys.txt' (28,011) at 20210309003648324 2025-03-14 03:00:47.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/machines.h' (28,012) at 20210307214926582 2025-03-14 03:00:47.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/ioctl.c' (28,013) at 20240429080012448 2025-03-14 03:00:47.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-pci.c' (28,014) at 20210308005003516 2025-03-14 03:00:47.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_spnego.h' (28,015) at 20240405153052505 2025-03-14 03:00:47.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/layer.conf' (28,016) at 20241221090017484 2025-03-14 03:00:47.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_smi.h' (28,017) at 20240405153052873 2025-03-14 03:00:47.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ip-down' (28,018) at 20210307205554466 2025-03-14 03:00:47.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/peak_canfd/peak_canfd.c' (28,019) at 20240405153049733 2025-03-14 03:00:47.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/include/arch-tests.h' (28,020) at 20240405153054085 2025-03-14 03:00:47.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/systemd-notify.weston-start' (28,021) at 20220125040024515 2025-03-14 03:00:47.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_decpc.c' (28,022) at 20240405153046613 2025-03-14 03:00:47.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/mvebu-devbus.c' (28,023) at 20240405153049589 2025-03-14 03:00:47.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/hwfnseg.sh' (28,024) at 20240405153054069 2025-03-14 03:00:47.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb' (28,025) at 20220721030015845 2025-03-14 03:00:47.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/cache.json' (28,026) at 20240405153054129 2025-03-14 03:00:47.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp_tx.c' (28,027) at 20240405153231159 2025-03-14 03:00:47.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se.h' (28,028) at 20210307214926558 2025-03-14 03:00:47.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq8064.c' (28,029) at 20240405153051345 2025-03-14 03:00:47.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/inside-secure/safexcel.c' (28,030) at 20240405153046945 2025-03-14 03:00:47.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/pxa25x_udc.h' (28,031) at 20210308005003508 2025-03-14 03:00:47.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/pulse8/Makefile' (28,032) at 20210307214928598 2025-03-14 03:00:47.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd_n32.h' (28,033) at 20240906080037352 2025-03-14 03:00:47.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-annotate.txt' (28,034) at 20240405153054077 2025-03-14 03:00:47.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Perth' (28,035) at 20210307205553766 2025-03-14 03:00:47.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/global_func_args.c' (28,036) at 20240405153054253 2025-03-14 03:00:47.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts' (28,037) at 20240405153229927 2025-03-14 03:00:47.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/156' (28,038) at 20240906080037564 2025-03-14 03:00:47.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/nxp-cbtx.c' (28,039) at 20240405153050361 2025-03-14 03:00:47.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_bus.h' (28,040) at 20210307214929186 2025-03-14 03:00:47.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c' (28,041) at 20210309003649476 2025-03-14 03:00:47.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm1029.c' (28,042) at 20240405153048841 2025-03-14 03:00:47.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/sipeed_maix_go.dts' (28,043) at 20240405153046241 2025-03-14 03:00:47.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-gxbb-reset.h' (28,044) at 20210307214931346 2025-03-14 03:00:47.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/uring_cmd.c' (28,045) at 20240405153231887 to deleted uid set 2025-03-14 03:00:47.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/codeparser.py' (28,046) at 20241206090014290 2025-03-14 03:00:47.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h' (28,047) at 20220525020652947 2025-03-14 03:00:47.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/scripting-engines/trace-event-python.c' (28,048) at 20240405153054201 2025-03-14 03:00:47.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/Makefile' (28,049) at 20210309003649300 2025-03-14 03:00:47.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/opt-arm.c' (28,050) at 20240405153045701 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/posix_acl.h' (28,051) at 20210307214931654 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/mac_hid.c' (28,052) at 20240405153049225 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0001-mk-compile.mk-remove-absolute-build-time-paths.patch' (28,053) at 20241221090017472 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/video.c' (28,054) at 20210308005003740 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND' (28,055) at 20210307205554422 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/README' (28,056) at 20210307214932670 2025-03-14 03:00:47.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/.clang-format' (28,057) at 20210308005113633 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend' (28,058) at 20220804030014671 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_nvm.h' (28,059) at 20210307214929466 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml' (28,060) at 20240405153229751 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4271-i2c.c' (28,061) at 20240405153053577 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/spl.c' (28,062) at 20210308005002988 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-comment-after-value.bconf' (28,063) at 20210307214932462 2025-03-14 03:00:47.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/power/supply/da9150-fg.c' (28,064) at 20240405153231355 to deleted uid set 2025-03-14 03:00:47.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/twl6040.h' (28,065) at 20240405153052733 2025-03-14 03:00:47.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__into_variant.hpp' (28,066) at 20240817080036820 2025-03-14 03:00:47.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch' (28,067) at 20210307205554558 to deleted uid set 2025-03-14 03:00:47.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/sunxi/clk-sun8i-bus-gates.c' (28,068) at 20210307214927030 to deleted uid set 2025-03-14 03:00:47.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/pcie-mobiveil-host.c' (28,069) at 20240405153231287 2025-03-14 03:00:47.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/sysfs.h' (28,070) at 20210307214932110 2025-03-14 03:00:47.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/LICENSE.GPL-2.0-only' (28,071) at 20210307205554226 2025-03-14 03:00:47.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sunxi-mmc.c' (28,072) at 20241125090012247 2025-03-14 03:00:47.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inftrees.h' (28,073) at 20210307214931826 2025-03-14 03:00:47.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-gate.c' (28,074) at 20240405153046805 2025-03-14 03:00:47.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/mem.h' (28,075) at 20210307214926222 2025-03-14 03:00:47.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/dce80_hw_sequencer.h' (28,076) at 20210307214927286 2025-03-14 03:00:47.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/crm_regs.h' (28,077) at 20210308005002672 2025-03-14 03:00:47.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_timer.h' (28,078) at 20210307214932198 2025-03-14 03:00:47.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-sound.cfg' (28,079) at 20220804030014671 2025-03-14 03:00:47.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/sdei.h' (28,080) at 20240405153045861 2025-03-14 03:00:47.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-sme.c' (28,081) at 20241211090212478 2025-03-14 03:00:47.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/mtd.c' (28,082) at 20210307214926202 2025-03-14 03:00:47.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/optee_trace.h' (28,083) at 20220525020654207 2025-03-14 03:00:47.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptlan.h' (28,084) at 20210307214928994 2025-03-14 03:00:47.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/src/dsp/pdr.c' (28,085) at 20241204090010703 to deleted uid set 2025-03-14 03:00:47.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_irq.c' (28,086) at 20220525020652983 2025-03-14 03:00:47.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/pipeline.json' (28,087) at 20240405153054137 2025-03-14 03:00:47.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/power-supply@69.conf' (28,088) at 20240904080027738 2025-03-14 03:00:47.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-blk/vhost-user-blk.c' (28,089) at 20240906080037164 2025-03-14 03:00:47.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/turbo_max_3.c' (28,090) at 20220525020653911 2025-03-14 03:00:47.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-file.c' (28,091) at 20240906080037140 2025-03-14 03:00:47.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/me.h' (28,092) at 20210308005002876 2025-03-14 03:00:47.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/Makefile' (28,093) at 20240405153052529 2025-03-14 03:00:47.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt' (28,094) at 20210307214925374 2025-03-14 03:00:47.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-component-utils.c' (28,095) at 20240906080037212 2025-03-14 03:00:47.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_nand.dtsi' (28,096) at 20240405153045749 2025-03-14 03:00:47.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_write.c' (28,097) at 20210308005003404 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_ioc_ct.c' (28,098) at 20210309003652388 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.1.bb' (28,099) at 20230401080011931 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_vlan_unaware.sh' (28,100) at 20240405153054341 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-version.h' (28,101) at 20210307214928686 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-i2c0-s3c64xx.c' (28,102) at 20210309003648720 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cpu_ops.c' (28,103) at 20240405153046253 2025-03-14 03:00:47.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/zforce_ts.txt' (28,104) at 20210307214925338 2025-03-14 03:00:47.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/Makefile' (28,105) at 20210307214928150 2025-03-14 03:00:47.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/Kconfig' (28,106) at 20210308005002996 2025-03-14 03:00:47.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io-pgtable.h' (28,107) at 20240405153052709 2025-03-14 03:00:47.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dio/dio.c' (28,108) at 20240405153046977 2025-03-14 03:00:47.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/MAINTAINERS' (28,109) at 20210308005003020 2025-03-14 03:00:47.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/microwatt_defconfig' (28,110) at 20240405153230027 2025-03-14 03:00:47.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_layerscape.c' (28,111) at 20210308005003452 2025-03-14 03:00:47.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockdep_types.h' (28,112) at 20240405153052721 2025-03-14 03:00:47.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-powernv.c' (28,113) at 20210309003650248 2025-03-14 03:00:47.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-cs14le.rst' (28,114) at 20210309003648496 2025-03-14 03:00:47.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-BanskaStiavnica' (28,115) at 20210307205553794 2025-03-14 03:00:47.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/fanotify/fs-monitor.c' (28,116) at 20240405153053429 2025-03-14 03:00:47.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_tuxrun.py' (28,117) at 20241211090212542 2025-03-14 03:00:47.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/mdt.c' (28,118) at 20241125090012259 2025-03-14 03:00:47.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/imx_epit.h' (28,119) at 20230426080043768 2025-03-14 03:00:47.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gitdm.config' (28,120) at 20230426080043668 2025-03-14 03:00:47.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/stm32_adfsdm.c' (28,121) at 20240405153054009 2025-03-14 03:00:47.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c' (28,122) at 20210307214927958 2025-03-14 03:00:47.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-edid.c' (28,123) at 20221215040039262 2025-03-14 03:00:47.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/basic_types.h' (28,124) at 20220525020654183 2025-03-14 03:00:47.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/spectral.h' (28,125) at 20240805080013987 2025-03-14 03:00:47.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cfi.c' (28,126) at 20240405153052985 2025-03-14 03:00:47.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c' (28,127) at 20210309003649492 2025-03-14 03:00:47.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/bcm-voter.h' (28,128) at 20240405153230735 2025-03-14 03:00:47.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/jump_label.h' (28,129) at 20240405153229859 2025-03-14 03:00:47.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ppp_defs.h' (28,130) at 20210307214931654 2025-03-14 03:00:47.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc2_qm_regs.h' (28,131) at 20240405153046605 2025-03-14 03:00:47.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/media_dev_allocator.sh' (28,132) at 20210307214932682 2025-03-14 03:00:47.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h' (28,133) at 20220525020653163 2025-03-14 03:00:47.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@440/tmp275@48.conf' (28,134) at 20240904080027734 2025-03-14 03:00:47.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/vgem_drm.h' (28,135) at 20210307214931622 2025-03-14 03:00:47.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/s390-cpumsf-kernel.h' (28,136) at 20210307214932602 2025-03-14 03:00:47.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxbf-pmc.c' (28,137) at 20240405153231339 2025-03-14 03:00:47.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/af_x25.c' (28,138) at 20240405153232091 2025-03-14 03:00:47.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.service' (28,139) at 20210307205553822 2025-03-14 03:00:47.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/Platform' (28,140) at 20240405153045981 2025-03-14 03:00:47.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/fdt.py' (28,141) at 20210308005003760 2025-03-14 03:00:47.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libest/libest_3.2.0.bb' (28,142) at 20241221090017580 2025-03-14 03:00:47.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_bbr.c' (28,143) at 20240405153053257 2025-03-14 03:00:47.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/timer/src/timer.c' (28,144) at 20220525020654127 2025-03-14 03:00:47.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc2580.h' (28,145) at 20210307214928794 2025-03-14 03:00:47.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-842.h' (28,146) at 20240405153046961 2025-03-14 03:00:47.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/bridge.h' (28,147) at 20220525020653575 2025-03-14 03:00:47.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf' (28,148) at 20230317080013797 2025-03-14 03:00:47.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400.dtsi' (28,149) at 20210421100236114 2025-03-14 03:00:47.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-daemon.txt' (28,150) at 20220525020655131 2025-03-14 03:00:47.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_iprange.c' (28,151) at 20210307214932026 2025-03-14 03:00:47.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/cm_t54.c' (28,152) at 20210308005002948 2025-03-14 03:00:47.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-self-wchan.c' (28,153) at 20210307214932710 2025-03-14 03:00:47.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lookup_key.c' (28,154) at 20240405153054257 2025-03-14 03:00:47.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/drop_monitor.c' (28,155) at 20240628080014029 to deleted uid set 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/st/clkgen-mux.c' (28,156) at 20240405153046853 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/copy_page.S' (28,157) at 20240405153230095 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/futex2.rst' (28,158) at 20240405153045309 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/qcom-ipcc.c' (28,159) at 20240405153049233 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml' (28,160) at 20240405153045093 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/create_pel.cpp' (28,161) at 20230516080019602 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-startmin@.target' (28,162) at 20240321080027598 2025-03-14 03:00:47.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/mmio.c' (28,163) at 20241216090017685 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/files/0001-remove-pointless-check.patch' (28,164) at 20240124090012250 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/csum-copy_64.S' (28,165) at 20220525020652186 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/Kconfig' (28,166) at 20210308005002920 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-sh73a0.c' (28,167) at 20240405153046833 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/Kconfig' (28,168) at 20240405153049041 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/meson.build' (28,169) at 20241022080002060 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/string-input-visitor.c' (28,170) at 20240906080037432 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/ftrace.c' (28,171) at 20240405153045909 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tce.h' (28,172) at 20220525020652038 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64.txt' (28,173) at 20240106090017261 2025-03-14 03:00:47.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8mq.c' (28,174) at 20240405153231319 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/Kconfig' (28,175) at 20210308005002784 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8994.h' (28,176) at 20220525020655059 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/redboot-8xx.c' (28,177) at 20210307214926362 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adp1653.h' (28,178) at 20210307214931542 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/types.hpp' (28,179) at 20230617080007832 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kdump/kdump.rst' (28,180) at 20240405153044949 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/mx53_dram.c' (28,181) at 20210308005002728 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rc32434_wdt.c' (28,182) at 20240405153052245 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/laptop/dslm/dslm.c' (28,183) at 20210307214932486 2025-03-14 03:00:47.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-param.h' (28,184) at 20241211090212518 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/nettel.c' (28,185) at 20210307214929214 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/omap-iommu-debug.c' (28,186) at 20221102030020805 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8775p-ride.dts' (28,187) at 20240405153229947 to deleted uid set 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-unit.mount.in' (28,188) at 20241221090017620 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/Makefile' (28,189) at 20210308005002972 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/IPAddresses_v1.xml' (28,190) at 20240619080002924 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_quota_defs.h' (28,191) at 20240405153052577 to deleted uid set 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/part_tbl.c' (28,192) at 20210307214931118 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/qe_ic.c' (28,193) at 20220525020654091 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl-common.dtsi' (28,194) at 20240405153045525 2025-03-14 03:00:47.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lspcon.h' (28,195) at 20220525020652875 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-gw-pld.c' (28,196) at 20240405153047077 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd' (28,197) at 20210307205554466 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/config' (28,198) at 20240405153054293 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/time/irq-time-acct/arch-support.txt' (28,199) at 20240405153045201 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24123.h' (28,200) at 20210307214928610 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_mixer.h' (28,201) at 20210307214928038 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/virt.rst' (28,202) at 20221215040039082 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-syscall.c' (28,203) at 20240326080039390 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ComponentIntegrity/meson.build' (28,204) at 20240229090018787 to deleted uid set 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5249.c' (28,205) at 20240405153049629 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bitfield.h' (28,206) at 20210308005003564 2025-03-14 03:00:47.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/floppy.h' (28,207) at 20210307214926578 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/__init__.py' (28,208) at 20210308005003736 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_defrag_ipv4.c' (28,209) at 20240405153232023 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_msgtype6.h' (28,210) at 20240405153051529 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/requester/dbus_to_file_handler.cpp' (28,211) at 20240819080030263 to deleted uid set 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/meson.options' (28,212) at 20240618080023325 to deleted uid set 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/coco/tdx-guest.rst' (28,213) at 20240405153045325 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm-phy-ptp.c' (28,214) at 20240405153050353 2025-03-14 03:00:47.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-hdma-v0-debugfs.c' (28,215) at 20240405153230279 2025-03-14 03:00:47.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/configure.ac' (28,216) at 20210308004942076 2025-03-14 03:00:47.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/via_i2c.h' (28,217) at 20210307214931534 2025-03-14 03:00:47.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-tmspr.c' (28,218) at 20220525020655227 2025-03-14 03:00:47.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3228-cru.h' (28,219) at 20210307214931334 2025-03-14 03:00:47.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-imgtool_2.1.0.bb' (28,220) at 20241206090014266 2025-03-14 03:00:47.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch' (28,221) at 20210307205553990 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tsec.h' (28,222) at 20210308005003688 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/vgettimeofday.c' (28,223) at 20240405153045701 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/quirks.c' (28,224) at 20210309003649044 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-gen2-cpg.c' (28,225) at 20220525020652326 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unclosed-string.out' (28,226) at 20210308005046413 to deleted uid set 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/VSL-1.0' (28,227) at 20210307205554426 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/peci/index.rst' (28,228) at 20240405153045241 2025-03-14 03:00:47.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/grub_mbr.raw.bz2' (28,229) at 20210308005046473 to deleted uid set 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_cmd.h' (28,230) at 20240405153051901 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_stat.c' (28,231) at 20240405153051965 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tlb_64.h' (28,232) at 20240405153046321 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tdhd1.h' (28,233) at 20210307214928646 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/extent-io-tests.c' (28,234) at 20240830080013315 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/samsung-sdi-battery.c' (28,235) at 20240405153051437 2025-03-14 03:00:47.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp8755.c' (28,236) at 20240405153231363 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/nlohmann-json.wrap' (28,237) at 20240124090001898 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/dw-apb-timer.c' (28,238) at 20210308005003500 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-cpcap.c' (28,239) at 20220525020653947 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_ps.h' (28,240) at 20220525020653815 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_connmark.c' (28,241) at 20241018080014586 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gose.h' (28,242) at 20210308005003596 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/update3.its' (28,243) at 20210308005003332 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/w1-netlink.rst' (28,244) at 20240405153229847 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sdw.h' (28,245) at 20240405153052889 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition.out' (28,246) at 20241211090212542 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml' (28,247) at 20210309003648340 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_sysfw.c' (28,248) at 20240906080037232 2025-03-14 03:00:47.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/dell-smm-hwmon.rst' (28,249) at 20240405153045217 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/acrn/index.rst' (28,250) at 20220525020651790 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m520x.h' (28,251) at 20210308005002804 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,sm8350-videocc.h' (28,252) at 20240405153052653 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/DiskBackplane/meson.build' (28,253) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron-failure' (28,254) at 20241123090010951 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console_%.bbappend' (28,255) at 20241206090014202 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/add_stdlib.patch' (28,256) at 20210307205554458 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/nodemgmt.c' (28,257) at 20210307214931130 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_l2_cache.c' (28,258) at 20210307214927862 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/sched/membarrier-sync-core/arch-support.txt' (28,259) at 20240405153045201 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.3.bb' (28,260) at 20241206090014238 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/03ee1f8aa0899268ec02b2f54849352df92a3a1d.patch' (28,261) at 20240302090018202 2025-03-14 03:00:47.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sbuslib.c' (28,262) at 20240405153052217 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/property-entry-test.c' (28,263) at 20240405153046693 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/recipes-kernel/linux/linux-aspeed_%.bbappend' (28,264) at 20211222040037069 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (28,265) at 20230125040012998 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm11scu.c' (28,266) at 20210308005045901 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/sgx.rst' (28,267) at 20240405153229747 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenfs/super.c' (28,268) at 20210307214930986 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0010-Adjust-header-include-sequence.patch' (28,269) at 20230706080014737 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-keymap.c' (28,270) at 20241211090212450 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/export.c' (28,271) at 20240906080037144 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/proc-macro2-1-rs/meson.build' (28,272) at 20241211090212462 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/iomap.h' (28,273) at 20210308005002876 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-no-invariants-or-later' (28,274) at 20211006000025234 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl-sec2.txt' (28,275) at 20210307214925298 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-hcd.c' (28,276) at 20240405153052105 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb' (28,277) at 20230114040015542 to deleted uid set 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/rzg2l-cru.h' (28,278) at 20240405153230811 2025-03-14 03:00:47.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-extsdk-toolchain.bb' (28,279) at 20210307205554486 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5675.c' (28,280) at 20241011080017323 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/MAINTAINERS' (28,281) at 20210308005003052 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts' (28,282) at 20240405153045425 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/decode.c' (28,283) at 20210308005003336 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm-regbits-44xx.h' (28,284) at 20210307214925926 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c' (28,285) at 20210307214928782 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/Makefile' (28,286) at 20240405153049565 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb-usb-ids.h' (28,287) at 20240405153052825 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kvikkjokk_Arrevare' (28,288) at 20210307205553786 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-phy-db.h' (28,289) at 20220525020653755 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.json' (28,290) at 20210308005046409 2025-03-14 03:00:47.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dummy-tools/objcopy' (28,291) at 20210307214932146 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/instruction.json' (28,292) at 20240405153054105 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-newvision-nv3052c.c' (28,293) at 20240405153230615 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/cros_usbpd-charger.c' (28,294) at 20240628080014005 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tlbflush.h' (28,295) at 20210307214926586 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stdio.h' (28,296) at 20210308005003684 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mchp_pfsoc_sysreg.c' (28,297) at 20230426080043708 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/Makefile' (28,298) at 20210308005002900 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Panel.interface.yaml' (28,299) at 20221207040023627 2025-03-14 03:00:47.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/SECURITY.md' (28,300) at 20241221090017548 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpll_mgr.c' (28,301) at 20240812080017236 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/Kconfig' (28,302) at 20240405153231727 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/disassemble.c' (28,303) at 20210309003648980 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-npcm-sgpio.c' (28,304) at 20240703080013351 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-intel_th-devices-gth' (28,305) at 20210309003648252 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch' (28,306) at 20241221090017664 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/irq.c' (28,307) at 20240405153045921 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ppc64_defconfig' (28,308) at 20241011080017291 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/traps.c' (28,309) at 20240405153230015 2025-03-14 03:00:47.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/acompress.c' (28,310) at 20240405153046529 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/mmu_local.h' (28,311) at 20210307214930542 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/meson.options' (28,312) at 20231008080027971 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra30-car.h' (28,313) at 20210308005003636 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212/gdb-config.c.inc' (28,314) at 20210308005046349 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/power/Makefile' (28,315) at 20210307214926610 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ad525x_dpot.h' (28,316) at 20240405153049625 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_floatingfalls.json' (28,317) at 20241213090004417 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mem_io.c' (28,318) at 20210308005003204 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_ioctl.c' (28,319) at 20240405153051725 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs_common/nfsacl.c' (28,320) at 20220525020654447 2025-03-14 03:00:47.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/irq.h' (28,321) at 20210307214931338 2025-03-14 03:00:47.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_2_0_sh_mask.h' (28,322) at 20210307214927666 2025-03-14 03:00:47.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/init.c' (28,323) at 20241008080013955 2025-03-14 03:00:47.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils.inc' (28,324) at 20241221090017648 2025-03-14 03:00:47.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt7621-sysc.yaml' (28,325) at 20240405153045025 2025-03-14 03:00:47.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_cache.h' (28,326) at 20240405153052629 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hisi_femac.c' (28,327) at 20240405153230947 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_sysfs.c' (28,328) at 20240405153051729 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-udoo-neo.dtsi' (28,329) at 20240405153045525 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/unaligned.h' (28,330) at 20210308005002544 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_trace.c' (28,331) at 20210307214929894 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/xyz/openbmc_project/Common/FactoryReset/README.md' (28,332) at 20220616030021604 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/.clang-format' (28,333) at 20240827080014466 to deleted uid set 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-debug' (28,334) at 20241211090212534 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/probe.h' (28,335) at 20220525020652142 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/table.h' (28,336) at 20210307214929934 2025-03-14 03:00:47.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7722.c' (28,337) at 20210307214926562 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TelemetryService.v1_3_4.json' (28,338) at 20240619080002956 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/monitor.json' (28,339) at 20241106090019918 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/exception.json' (28,340) at 20220525020655143 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/ptrace.c' (28,341) at 20240405153054233 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/common/factoryset.h' (28,342) at 20210308005003048 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/cpu.c' (28,343) at 20240830080013335 to deleted uid set 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.travis.yml' (28,344) at 20210308005002536 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/fgraph-retval.tc' (28,345) at 20240405153054305 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-jpeg.c' (28,346) at 20240405153049585 2025-03-14 03:00:47.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/dirPagination.tpl.html' (28,347) at 20210308005107069 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/cleanup.h' (28,348) at 20240405153052669 to deleted uid set 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/layer.conf' (28,349) at 20241221090017460 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kern_levels.h' (28,350) at 20210307214931414 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/Makefile' (28,351) at 20240405153050501 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/imx-ocotp-scu.c' (28,352) at 20240520080015163 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dvo.c' (28,353) at 20240405153230555 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control/config-evb-npcm845.json' (28,354) at 20240614080012954 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/acdefine.patch' (28,355) at 20230317080013793 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-ard-audio-da7212.dtso' (28,356) at 20240405153045809 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h' (28,357) at 20240405153230511 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/Kconfig' (28,358) at 20210308005003016 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.pxe' (28,359) at 20210308005003296 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch' (28,360) at 20241221090017668 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot-native_256.8.bb' (28,361) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml' (28,362) at 20240405153229763 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00soc.h' (28,363) at 20210307214929910 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/phy/samsung-usb2.rst' (28,364) at 20210307214925470 2025-03-14 03:00:47.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo-compare.h' (28,365) at 20210927100127289 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-nonwifi.dtsi' (28,366) at 20240405153045529 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/views.py' (28,367) at 20240106090017249 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-common.c' (28,368) at 20241211090212546 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/sifive_plic.h' (28,369) at 20230426080043764 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/.gitignore' (28,370) at 20220525020654239 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_bound.sh' (28,371) at 20240405153054341 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend' (28,372) at 20241206090014278 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/meson.build' (28,373) at 20241211090212546 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/Makefile' (28,374) at 20210307214929434 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c' (28,375) at 20220525020654127 2025-03-14 03:00:47.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/io.h' (28,376) at 20240405153231791 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/host/xhci-ring.c' (28,377) at 20241216090017745 to deleted uid set 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/controller/peci-npcm.c' (28,378) at 20240405153231299 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/pe_preserve_elems.c' (28,379) at 20210309003655980 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control_%.bbappend' (28,380) at 20241206090014218 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/__init__.py' (28,381) at 20210307205554434 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/Makefile' (28,382) at 20210308005003484 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_alloc.h' (28,383) at 20240405153049993 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0003-src-basic-missing.h-check-for-missing-strndupa.patch' (28,384) at 20240413080012651 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/tz-ppc.h' (28,385) at 20210308005046021 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi' (28,386) at 20240405153045745 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/qcom-ngd-ctrl.c' (28,387) at 20240520080015183 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/cxl_core_exports.c' (28,388) at 20240405153232247 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx1-clock.yaml' (28,389) at 20240405153045025 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/execution.hpp' (28,390) at 20241217090453707 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions/76-gxp-mtd-partitions.rules' (28,391) at 20210307205553686 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/e500mc_power_isa.dtsi' (28,392) at 20210307214926342 2025-03-14 03:00:47.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/fabrics/Kconfig' (28,393) at 20210307214932186 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com9026.h' (28,394) at 20210307214929246 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/MAINTAINERS' (28,395) at 20210308005003008 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp.inc' (28,396) at 20230811080018302 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/Makefile' (28,397) at 20210307214929426 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/netdev-user.h' (28,398) at 20240405153232215 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg' (28,399) at 20210308005002548 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_pass_through.cpp' (28,400) at 20241106090023554 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0005-wx-config-fix-libdir-for-multilib.patch' (28,401) at 20241221090017524 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_1_0_d.h' (28,402) at 20210307214927666 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/README.msl.md' (28,403) at 20221207040023627 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/Makefile' (28,404) at 20210812000025278 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/aggregation_source.hpp' (28,405) at 20240201090003032 to deleted uid set 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.vtable.hpp.mako' (28,406) at 20230902080037617 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/smp.h' (28,407) at 20240405153053049 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stomne_Skasas' (28,408) at 20210307205553790 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-read-commit.c' (28,409) at 20230421080019768 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/guestdbg.c' (28,410) at 20220525020652106 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/plug.json' (28,411) at 20240405153054377 2025-03-14 03:00:47.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls102xa_pbi.cfg' (28,412) at 20210308005002968 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/d3.h' (28,413) at 20240405153050521 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_devlink.h' (28,414) at 20220525020653511 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd_2.11.bb' (28,415) at 20241221090017504 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-824x.c' (28,416) at 20210307214926338 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/builtin-__fls.h' (28,417) at 20210307214931302 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv40.c' (28,418) at 20220525020652967 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_perfmon.c' (28,419) at 20241018080014482 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/cpu.sh' (28,420) at 20210307214932666 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/gpio.h' (28,421) at 20210308005002640 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_panel_cntl.c' (28,422) at 20240405153230403 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_log_buf.c' (28,423) at 20240405153054277 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/operation_type.hpp' (28,424) at 20230524080039233 to deleted uid set 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-base-afe.h' (28,425) at 20240405153053961 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Taberg' (28,426) at 20210307205553790 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vannas_Granlundsberget' (28,427) at 20210307205553794 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubirw-remove.service.in' (28,428) at 20210308005100305 to deleted uid set 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board.h' (28,429) at 20210308005003076 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/adi,adp5588.yaml' (28,430) at 20240405153045077 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-u-boot.dtsi' (28,431) at 20210308005002568 2025-03-14 03:00:47.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/cper-arm.c' (28,432) at 20240405153047037 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8960.h' (28,433) at 20210309003653976 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_hwlat.c' (28,434) at 20241011080017383 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/galileo.c' (28,435) at 20210308005003008 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5260-xyref5260.dts' (28,436) at 20240405153045569 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/irq_remapping.h' (28,437) at 20220525020653199 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kfifo.h' (28,438) at 20220818100014819 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq.dtsi' (28,439) at 20240405153229927 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/padata.h' (28,440) at 20220525020654599 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_sched.c' (28,441) at 20240628080013989 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/biccommands.hpp' (28,442) at 20230808080010204 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/monitrc' (28,443) at 20210307205553986 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/nxp,lpc3220-mic.txt' (28,444) at 20210307214925342 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_core.c' (28,445) at 20210308005003520 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs.h' (28,446) at 20210307214931982 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-ltc4162l' (28,447) at 20220525020651634 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/sun8i-di.c' (28,448) at 20240405153230819 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl_8.11.1.bb' (28,449) at 20241221090017692 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi' (28,450) at 20241211090145373 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl_git.bb' (28,451) at 20241221090017524 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_l2_cache.h' (28,452) at 20210307214927862 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mux/adi,adg792a.txt' (28,453) at 20220525020651694 2025-03-14 03:00:47.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t4240rdb.dts' (28,454) at 20210309003648872 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmsch_v1_0.h' (28,455) at 20220525020652474 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower_u1d-d10800_psu.json' (28,456) at 20220601030005861 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98925.h' (28,457) at 20210307214932314 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/sensors.hpp' (28,458) at 20241221090003056 to deleted uid set 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/mac80211.c' (28,459) at 20241011080017339 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/tools/checkpatch.sh' (28,460) at 20210309003648948 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/da9121.h' (28,461) at 20220525020654611 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/serialization_test_path.cpp' (28,462) at 20210308005049145 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/holly_defconfig' (28,463) at 20210309003648872 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/main.c' (28,464) at 20240913080013829 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/utils.hpp' (28,465) at 20240621080016857 2025-03-14 03:00:47.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/OWNERS' (28,466) at 20220601030013265 to deleted uid set 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/pm.c' (28,467) at 20240405153045689 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-pci-dev.c' (28,468) at 20241114091008828 to deleted uid set 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/video/fbdev.c' (28,469) at 20240405153046337 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util-linux.c' (28,470) at 20220429100100430 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/platform_early.c' (28,471) at 20210309003648976 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/disassemble.h' (28,472) at 20210307214926378 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pnv-ocxl.h' (28,473) at 20220525020652038 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/spe-impl.c.inc' (28,474) at 20240326080039690 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-rc5-decoder.c' (28,475) at 20240405153049513 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/idle/intel_idle.c' (28,476) at 20240405153230687 to deleted uid set 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/eisa_eeprom.c' (28,477) at 20210307214930010 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_mode.h' (28,478) at 20210307214930674 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc108s102.yaml' (28,479) at 20240405153045073 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/port.c' (28,480) at 20240405153232011 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb' (28,481) at 20240413080012663 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/pll.c' (28,482) at 20210307214930930 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8546.yaml' (28,483) at 20240405153045037 2025-03-14 03:00:47.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9331_openembed_som9331_board.dts' (28,484) at 20240405153045989 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/cops_ffdrv.h' (28,485) at 20210307214929246 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/sensor.cpp' (28,486) at 20240817080026660 to deleted uid set 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpu-imx5.c' (28,487) at 20240405153045645 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-dma.c' (28,488) at 20210309003648856 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/lantiq-wdt.txt' (28,489) at 20210307214925450 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/local.conf.sample' (28,490) at 20241221090017460 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/paginate.html' (28,491) at 20210308005107069 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1286.c' (28,492) at 20210307214930214 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/types.h' (28,493) at 20210308005002808 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device_pgid.c' (28,494) at 20240405153051521 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/regs.h' (28,495) at 20210308005003560 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/qlink_util.h' (28,496) at 20210307214929902 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/decompressor.c' (28,497) at 20240405153046269 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sev-guest.h' (28,498) at 20240405153052937 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/pci_init.c' (28,499) at 20240405153050585 2025-03-14 03:00:47.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/polaroid_mid2407pxe03_defconfig' (28,500) at 20210308005003276 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/vangogh_ip_offset.h' (28,501) at 20220525020652815 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross-canadian.inc' (28,502) at 20241221090017660 to deleted uid set 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/micromips_translate.c.inc' (28,503) at 20241211090212494 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/cell_params.h' (28,504) at 20210307214930538 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tea5767.c' (28,505) at 20210307214928802 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/dax.rst' (28,506) at 20240405153229807 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/atl1e_hw.h' (28,507) at 20210307214929310 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040_sd_rcw.cfg' (28,508) at 20210308005002992 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/clevels.h' (28,509) at 20240405153053113 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/microblaze-generic_defconfig' (28,510) at 20210308005003268 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/com/ibm/Logging/Policy.interface.yaml' (28,511) at 20210308005117617 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ulx-common.dtsi' (28,512) at 20240405153045525 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xsk.c' (28,513) at 20240405153232263 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/priv.h' (28,514) at 20220525020652955 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/settings' (28,515) at 20210307214932670 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/mace.c' (28,516) at 20240405153049805 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psopcode.c' (28,517) at 20240405153046625 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c' (28,518) at 20240405153048693 2025-03-14 03:00:47.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/fmap.py' (28,519) at 20210308005003748 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/bug.h' (28,520) at 20210307214926158 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-airoha/Makefile' (28,521) at 20240405153045633 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb' (28,522) at 20241221090017516 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/rx51.h' (28,523) at 20210308005003024 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc8xx.h' (28,524) at 20210308005003676 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-3.c' (28,525) at 20210307214931190 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py' (28,526) at 20240405153054221 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/microchip,pic32-clock.txt' (28,527) at 20210308005003300 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/corstone1000_kernel_debug.cfg' (28,528) at 20220804030014671 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h' (28,529) at 20240405153230507 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/test-reexec' (28,530) at 20210307205554642 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/Makefile' (28,531) at 20210308005002728 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nokia_Siuro' (28,532) at 20210307205553770 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml' (28,533) at 20240405153045181 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/no-strip.patch' (28,534) at 20220204040022676 2025-03-14 03:00:47.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-smp.c' (28,535) at 20210307214926290 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/atmel-mci.c' (28,536) at 20240405153230851 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/nvtest.cpp' (28,537) at 20210308005405942 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-riic.c' (28,538) at 20240830080013263 to deleted uid set 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/single-display-mpo-multi-video.svg' (28,539) at 20240405153045213 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/helper.h' (28,540) at 20230925080040037 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/keyboard.c' (28,541) at 20210307214930234 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/xtensa/Makefile' (28,542) at 20210307214932426 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_47.0.bb' (28,543) at 20241221090017488 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun50i.h' (28,544) at 20210308005003620 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/test_emulate_step_exec_instr.S' (28,545) at 20240405153046177 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/test_soc/cpu/metrics.json' (28,546) at 20240405153054117 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/linkage.h' (28,547) at 20210307214926494 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-mlxbf3.c' (28,548) at 20240405153231327 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_object.c' (28,549) at 20240405153048701 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-versal-virt.c' (28,550) at 20241211090212254 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-dhcom-pdk2.dts' (28,551) at 20240405153045585 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-fix-host-contamination.patch' (28,552) at 20220402030015911 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_arc0_dup_eng_axuser_regs.h' (28,553) at 20240405153046581 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml' (28,554) at 20240405153229763 2025-03-14 03:00:47.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/echo/echo.h' (28,555) at 20210307214929126 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/build.c' (28,556) at 20210308005003420 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx/0001-cython-Use-cythyon3-in-cmake-check.patch' (28,557) at 20240302090018210 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/gpio.hpp' (28,558) at 20210911000049906 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/bswapsdi2.S' (28,559) at 20210307214925866 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmuv3.c' (28,560) at 20241211090212250 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-cgroup-fc-appid.c' (28,561) at 20240405153046517 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/.gitignore' (28,562) at 20220525020651958 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958622hr.dts' (28,563) at 20240405153045433 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/s390.py' (28,564) at 20240405153054225 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/bioscall.S' (28,565) at 20210307214926750 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/gpio.c' (28,566) at 20210307214929750 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/tlbflush.h' (28,567) at 20210307214931306 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/log.h' (28,568) at 20220525020654791 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/maxim,max3421.txt' (28,569) at 20210307214925450 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb' (28,570) at 20241221090017468 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/fr_FR.po' (28,571) at 20210308005046217 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml' (28,572) at 20221207040023627 2025-03-14 03:00:47.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/so_txtime.sh' (28,573) at 20220525020655223 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeonfb.h' (28,574) at 20240405153052185 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/Kconfig' (28,575) at 20210308005002948 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntpd.list' (28,576) at 20210307205553846 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/hsbp' (28,577) at 20210307205554086 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4018-jalapeno.dts' (28,578) at 20240405153045541 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mediatek,mt8188-power.h' (28,579) at 20240405153052653 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/runtime_instr.h' (28,580) at 20210307214926514 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ump_msg.h' (28,581) at 20240405153052889 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0017-Implement-Private-Authenticated-Variable-verificatio.patch' (28,582) at 20241206090014214 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_hw.h' (28,583) at 20210307214928434 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_unit.hpp' (28,584) at 20230523080003149 to deleted uid set 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/meson.build' (28,585) at 20240906080037140 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_tracing_net.h' (28,586) at 20240405153232259 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/axis/clk-artpec6.c' (28,587) at 20240405153046773 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/xen-ops.h' (28,588) at 20240405153045865 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EthernetInterfaceCollection.json' (28,589) at 20240619080002944 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kvm/iodev.h' (28,590) at 20240405153052657 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/xor.h' (28,591) at 20220818100014667 2025-03-14 03:00:47.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sifive-fu540.h' (28,592) at 20210308005003616 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ProfileSettings/index.js' (28,593) at 20220105012522999 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic-sys-reg-v3.c' (28,594) at 20240405153045889 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/k8temp.c' (28,595) at 20240405153048857 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos.h' (28,596) at 20230925080040093 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (28,597) at 20210417000027537 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/io.c' (28,598) at 20210307214926074 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb' (28,599) at 20241221090017496 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-powercycle.service' (28,600) at 20210810100021256 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/OWNERS' (28,601) at 20240625080006392 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdt_support.h' (28,602) at 20210308005003648 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-imon-mce.c' (28,603) at 20210307214928782 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/sandbox.dts' (28,604) at 20210308005002844 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_macsetting_bitdef.h' (28,605) at 20240405153051897 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0006-get_pid_from_inode-Include-limit.h.patch' (28,606) at 20240413080012643 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8112-pmgr.dtsi' (28,607) at 20240405153045717 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/cfbimgblt.c' (28,608) at 20240405153052189 2025-03-14 03:00:47.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_hw.c' (28,609) at 20240405153051593 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/efi.c' (28,610) at 20240405153045917 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_rx.c' (28,611) at 20240405153049961 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/usb-uevent' (28,612) at 20210309003648264 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-priv.h' (28,613) at 20240405153230671 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/socket.h' (28,614) at 20210309003648864 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/actions/s700.dtsi' (28,615) at 20210309003648728 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1100_generic.h' (28,616) at 20210307214930046 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_generic_token.c' (28,617) at 20240405153053385 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/variable/__init__.py' (28,618) at 20210307214932154 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/fdp/fdp.h' (28,619) at 20220525020653819 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_asm.c' (28,620) at 20220525020653615 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mtd-physmap.yaml' (28,621) at 20240405153045113 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_device.h' (28,622) at 20240405153051957 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql.init' (28,623) at 20210307205553890 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/include/perf_regs.h' (28,624) at 20240405153232219 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rpmsg/qcom_smd.h' (28,625) at 20240405153052789 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/samsung,s3c6410-sdhci.yaml' (28,626) at 20240405153045109 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-odroid.dtsi' (28,627) at 20240405153045713 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb' (28,628) at 20230114040015550 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.out' (28,629) at 20210308005046401 to deleted uid set 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7794-silk.dts' (28,630) at 20240405153229899 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml' (28,631) at 20220525020651690 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_tbf_root.sh' (28,632) at 20240405153054297 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/util.c' (28,633) at 20210308005003356 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-industrial-grade.dtsi' (28,634) at 20210308005002564 2025-03-14 03:00:47.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/other.json' (28,635) at 20240405153054141 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/cmb.h' (28,636) at 20240405153046281 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/Makefile' (28,637) at 20240405153054381 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/csc.h' (28,638) at 20240405153049485 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/cq.c' (28,639) at 20220525020653147 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/.gitignore' (28,640) at 20210307214932706 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_def.h' (28,641) at 20240405153051537 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb' (28,642) at 20241221090017528 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/machine-summary.py' (28,643) at 20240413080012631 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/084.out' (28,644) at 20210308005046445 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb' (28,645) at 20231011080016614 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-dev.h' (28,646) at 20240405153048553 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_aer.h' (28,647) at 20240906080037336 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiumount-ro@.service' (28,648) at 20210308005102829 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Newcastle' (28,649) at 20210307205553766 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/board.c' (28,650) at 20210308005003048 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-gpio.c' (28,651) at 20220525020652422 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sti/smp.h' (28,652) at 20210307214925962 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_dma.c' (28,653) at 20240405153046301 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/arm/hypervisor.h' (28,654) at 20240405153231883 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/m128_helper.c' (28,655) at 20240326080039694 2025-03-14 03:00:47.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/abi_test.c' (28,656) at 20240405153232287 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-mipi-u-boot.dtsi' (28,657) at 20210308005002584 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/cu1830-neo_defconfig' (28,658) at 20240405153230007 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt' (28,659) at 20220525020651674 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_agpsupport.c' (28,660) at 20220525020652839 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/memcmp.S' (28,661) at 20210307214925674 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_debug_virtual.c' (28,662) at 20210307214931818 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/__init__.py' (28,663) at 20210308005048033 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb' (28,664) at 20241221090017524 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/switchdev.h' (28,665) at 20240405153049757 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-cpu.c' (28,666) at 20240906080037232 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermometer/Makefile' (28,667) at 20240405153054381 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rohm-bd71828.h' (28,668) at 20220525020654587 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch' (28,669) at 20230706080014765 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/alphascale,asm9260.h' (28,670) at 20240405153052637 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/bcd2000/Makefile' (28,671) at 20210307214932442 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.err' (28,672) at 20210927100127469 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb.c' (28,673) at 20240405153231579 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/Makefile' (28,674) at 20220525020653251 2025-03-14 03:00:47.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/build-xed.txt' (28,675) at 20210307214932506 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_ehci.c' (28,676) at 20210307214926270 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/adi,axi-dmac.txt' (28,677) at 20210307214925310 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/Kconfig' (28,678) at 20210307214928598 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/signature.txt' (28,679) at 20210308005003332 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c' (28,680) at 20210308005002556 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f11.c' (28,681) at 20220525020653183 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/double_span.h' (28,682) at 20240405153049185 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_hashtab.c' (28,683) at 20240405153048397 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_types.h' (28,684) at 20210307214930550 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/ks7010_sdio.c' (28,685) at 20240830080013303 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/netgear_cg3100d.h' (28,686) at 20210308005003608 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/gateworks-gsc.c' (28,687) at 20240405153049605 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/Location/meson.build' (28,688) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/jornada720_ts.c' (28,689) at 20210307214928506 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_surface_dial.c' (28,690) at 20240405153053429 2025-03-14 03:00:47.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_sample.c' (28,691) at 20240405153053361 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/cxl_logical_device.hpp' (28,692) at 20230202040004526 to deleted uid set 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-ni169445.its.S' (28,693) at 20210713000020196 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt73usb.h' (28,694) at 20240405153050625 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/requirements.md' (28,695) at 20240618080025497 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borgholm_Ramsattra' (28,696) at 20210307205553778 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-get-cap.rst' (28,697) at 20210309003648476 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/blowfish_glue.c' (28,698) at 20240405153046361 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max1363.c' (28,699) at 20240405153048957 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/faac/faac_1.29.9.2.bb' (28,700) at 20220402030015895 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runtime_test.py' (28,701) at 20241221090017632 to deleted uid set 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/acl.c' (28,702) at 20240405153052369 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/other.json' (28,703) at 20240405153054145 2025-03-14 03:00:47.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/write.c' (28,704) at 20240726080012862 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra114.c' (28,705) at 20240405153046861 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/renesas-sdhi.c' (28,706) at 20210308005003404 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c' (28,707) at 20210308005003496 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/threshold_alarm_logger.hpp' (28,708) at 20240621080021161 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/lib/telnet_utility.py' (28,709) at 20221209040018567 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/three.c' (28,710) at 20210308005003720 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-ucsi-ccg' (28,711) at 20210307214925202 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/xfi.c' (28,712) at 20220525020654991 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/include/kgd_kfd_interface.h' (28,713) at 20240405153230499 to deleted uid set 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/jaguar2_pcb111.dts' (28,714) at 20240405153045989 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/image-fleecing.out' (28,715) at 20220429100100930 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_base.h' (28,716) at 20240405153052197 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/Kconfig' (28,717) at 20240405153048561 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.json' (28,718) at 20210308005046409 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api.rst' (28,719) at 20210307214925266 2025-03-14 03:00:47.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReport_v1.xml' (28,720) at 20240824080002934 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/u-boot.lds' (28,721) at 20210308005002800 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_speedy_defconfig' (28,722) at 20210308005003252 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ds2782_battery.c' (28,723) at 20240405153051433 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-ti-sci.c' (28,724) at 20210308005003480 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-lcdk.dts' (28,725) at 20210308005002576 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/MAINTAINERS' (28,726) at 20210308005003016 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest' (28,727) at 20241221090017704 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-con-set.h' (28,728) at 20241211090212526 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff' (28,729) at 20220105012522987 to deleted uid set 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-vrc2.c' (28,730) at 20240405153048825 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_double_fast.h' (28,731) at 20240405153053117 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/Kconfig' (28,732) at 20210308005045893 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_pwm.h' (28,733) at 20230426080043764 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/meson.build' (28,734) at 20240326080039366 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7780/Makefile' (28,735) at 20210307214926542 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/unknown-encoding.patch' (28,736) at 20220204040022520 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/regulator-led.yaml' (28,737) at 20240405153045089 2025-03-14 03:00:47.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/stackprotector.h' (28,738) at 20240405153045941 2025-03-14 03:00:47.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_scsi.c' (28,739) at 20240405153231399 2025-03-14 03:00:47.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/umip.c' (28,740) at 20240405153046441 2025-03-14 03:00:47.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ezchip,nps400-timer0.txt' (28,741) at 20210307214925446 2025-03-14 03:00:47.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/image-vars.h' (28,742) at 20240405153045869 2025-03-14 03:00:47.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_2_offset.h' (28,743) at 20240405153048117 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/octeon-stubs.h' (28,744) at 20240405153051873 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-pll-out.c' (28,745) at 20210307214927034 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/devices/rio_mport_cdev.c' (28,746) at 20240405153051457 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6dl2g_defconfig' (28,747) at 20210308005003272 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/pod.c' (28,748) at 20240405153054025 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/smp_32.h' (28,749) at 20240405153046321 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing.out' (28,750) at 20210308005046405 to deleted uid set 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.yaml' (28,751) at 20240405153045149 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_SECURE_BOOT_defconfig' (28,752) at 20210308005003244 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5c73m3/s5c73m3-ctrls.c' (28,753) at 20240405153049337 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch' (28,754) at 20241221090017684 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/parm.h' (28,755) at 20210307214926994 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_maxim_common.h' (28,756) at 20240405153232183 2025-03-14 03:00:47.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/vdk_hs38_smp_defconfig' (28,757) at 20240405153229859 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/implicit.c' (28,758) at 20240405153054025 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs.h' (28,759) at 20240405153050109 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-statistics' (28,760) at 20240405153229731 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/stpddc60.c' (28,761) at 20240405153048869 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan_error.hpp' (28,762) at 20240820080023694 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/fixmap.h' (28,763) at 20220525020651986 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c' (28,764) at 20240405153050209 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/Kconfig' (28,765) at 20240405153048385 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_cn10k.c' (28,766) at 20240405153050061 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_console.c' (28,767) at 20240405153049857 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/nguid.c' (28,768) at 20240906080037268 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.3.rst' (28,769) at 20230401080011955 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ultra45_env.c' (28,770) at 20240405153230667 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/viperboard_adc.c' (28,771) at 20210309003650016 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566.dtsi' (28,772) at 20240405153045821 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adi,adf4350.yaml' (28,773) at 20240405153045073 2025-03-14 03:00:47.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/README.md' (28,774) at 20240622080036455 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Saarland' (28,775) at 20210307205553766 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/devfreq/event/samsung,exynos-nocp.yaml' (28,776) at 20240405153045033 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/soundhw.h' (28,777) at 20240326080039534 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/parisc-device.h' (28,778) at 20220525020652022 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-etb10' (28,779) at 20210309003648248 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/acpica/achware.h' (28,780) at 20240405153046617 to deleted uid set 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/local.conf.sample' (28,781) at 20241221090017580 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/scripts/upload-error-report' (28,782) at 20210307205554130 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/inftlmount.c' (28,783) at 20220525020653391 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml' (28,784) at 20240618080025501 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_gfxpll.c' (28,785) at 20240405153230583 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Info-ZIP' (28,786) at 20211006000025238 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/opcodes.h' (28,787) at 20240906080037476 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch' (28,788) at 20230706080014749 to deleted uid set 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regcache-maple.c' (28,789) at 20241216090017689 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_fixed.h' (28,790) at 20240405153231795 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_exceptionbits_test.c' (28,791) at 20240405153054361 2025-03-14 03:00:47.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu7_ppsmc.h' (28,792) at 20240405153048341 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/include/callback_manager.hpp' (28,793) at 20210308005113633 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-davinci-cp-intc.h' (28,794) at 20210307214931410 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-altera-cvp' (28,795) at 20210307214925198 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/read.c' (28,796) at 20210307214931130 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/Kconfig' (28,797) at 20210308005002820 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/flac/flac_1.4.3.bb' (28,798) at 20241221090017692 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_j.c' (28,799) at 20210308005046529 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/table.scss' (28,800) at 20210308005107073 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sun4i_can.c' (28,801) at 20241216090017709 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-mcq.c' (28,802) at 20241023080012887 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/da8xx-usb.txt' (28,803) at 20240405153045181 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/kvm_para.h' (28,804) at 20240906080037356 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Farila' (28,805) at 20210307205553782 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/slirp.h' (28,806) at 20210308005046041 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/pxa-clock.txt' (28,807) at 20210307214925290 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql-profile' (28,808) at 20210307205553890 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,qdu1000-gcc.yaml' (28,809) at 20240405153229759 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/config' (28,810) at 20210307214932710 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tiny-printf.c' (28,811) at 20210308005003712 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/olympus-nuvoton-iptable-save/phosphor-save-iptable-rules.service' (28,812) at 20210307205554090 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/index.rst' (28,813) at 20210307214925226 2025-03-14 03:00:47.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/meson.build' (28,814) at 20231130090023234 to deleted uid set 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/cachectl.h' (28,815) at 20240405153046073 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/Makefile' (28,816) at 20240405153051281 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/pcm5102a.txt' (28,817) at 20210307214925430 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (28,818) at 20220629030020274 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_sddr09.h' (28,819) at 20210307214930878 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_log.c' (28,820) at 20240405153053333 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/return_address.c' (28,821) at 20240405153230071 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/meson.build' (28,822) at 20210927100127205 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpts.h' (28,823) at 20210307214929654 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/adxl34x-spi.c' (28,824) at 20240405153049141 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/partition.py' (28,825) at 20241206090014354 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/rts7751r2dplus_defconfig' (28,826) at 20240405153046309 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6318-reset.h' (28,827) at 20210308005003640 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bi2cp/requirements.txt' (28,828) at 20210308005111457 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/sysinfo.h' (28,829) at 20210307214925650 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dswexec.c' (28,830) at 20240405153046617 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/timer_mim.c' (28,831) at 20240405153054261 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/StatusIcon.vue' (28,832) at 20241004080035963 2025-03-14 03:00:47.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/cap_audit.c' (28,833) at 20240405153049181 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/mmp-sspa.c' (28,834) at 20240405153232187 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/065.out' (28,835) at 20210308005046441 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cik_int.h' (28,836) at 20210307214927254 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/web-ui.md' (28,837) at 20221209040006399 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml' (28,838) at 20240405153229779 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-tlmm.yaml' (28,839) at 20240405153045137 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/0001-Fix-opening-etc-resolv.conf-error.patch' (28,840) at 20210307205554462 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/stpmu1.h' (28,841) at 20210308005003680 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar953x_initvals.h' (28,842) at 20210307214929766 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/qemu.inc' (28,843) at 20241221090017612 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-con-set.h' (28,844) at 20241211090212522 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/Makefile' (28,845) at 20240405153049009 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7180-lpasscorecc.yaml' (28,846) at 20240405153229759 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012afrdm.h' (28,847) at 20210308005003600 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb' (28,848) at 20230211040012655 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-mailbox.c' (28,849) at 20240405153049357 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/lib.sh' (28,850) at 20240624080012836 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc_fw.c' (28,851) at 20240405153230571 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/paravirt.h' (28,852) at 20220525020651950 2025-03-14 03:00:47.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/apss-ipq6018.c' (28,853) at 20240405153046809 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/uclass-id.h' (28,854) at 20220215040051620 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/ps3vram.c' (28,855) at 20240405153046713 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-osnoise-hist.rst' (28,856) at 20240405153045265 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/sc27xx_fuel_gauge.c' (28,857) at 20240405153051441 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-selftest' (28,858) at 20241221090017584 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_RF.h' (28,859) at 20220525020654179 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/futex_32.h' (28,860) at 20210307214926578 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/sys_proto.h' (28,861) at 20210308005002676 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ipmi-stub.c' (28,862) at 20221215040039086 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_inline.h' (28,863) at 20210309003652824 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cfm_bridge.h' (28,864) at 20220525020654667 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb_references.rst' (28,865) at 20220525020651646 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/regulator.c' (28,866) at 20210308005003740 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/litex,liteeth.yaml' (28,867) at 20240405153045117 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/Kconfig' (28,868) at 20240405153051381 2025-03-14 03:00:47.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hidintro.rst' (28,869) at 20240405153229819 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/sfp.c' (28,870) at 20210308005003048 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width2.decode' (28,871) at 20210308005046389 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/generate_yaml_makefile.sh' (28,872) at 20210308005117617 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/README' (28,873) at 20240405153054069 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/test_db.py' (28,874) at 20240106090017249 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.h' (28,875) at 20220525020652819 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb' (28,876) at 20220402030015979 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/mtk-adsp-ipc.c' (28,877) at 20240405153230299 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pci/armada8k-pcie.txt' (28,878) at 20210308005003304 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb' (28,879) at 20241221090017556 to deleted uid set 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/ax88796c_main.h' (28,880) at 20240405153049817 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/MAINTAINERS' (28,881) at 20210308005003088 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/zl38060.c' (28,882) at 20240405153053905 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Sun' (28,883) at 20241221090017612 2025-03-14 03:00:47.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hyperv.h' (28,884) at 20240405153052921 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-internal.h' (28,885) at 20220525020654731 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/lltc,ltc4151.yaml' (28,886) at 20240405153229763 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/GENcopy_from_user.S' (28,887) at 20210307214926606 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/compiler.h' (28,888) at 20220629030014930 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml' (28,889) at 20240405153045033 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman_priv.h' (28,890) at 20210307214930438 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_debug.c' (28,891) at 20240405153048597 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/mmap.c' (28,892) at 20240405153230003 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d.dtsi' (28,893) at 20210308005002592 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/buffered_read.c' (28,894) at 20240405153052405 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/cc770/cc770_isa.c' (28,895) at 20240405153049729 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fb_nand.h' (28,896) at 20210308005003648 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/io_trapped.c' (28,897) at 20240405153046313 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/pci.c' (28,898) at 20210308005002976 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/control.c' (28,899) at 20240405153045661 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NGPL' (28,900) at 20210307205554426 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/logging-test.bb' (28,901) at 20220402030016127 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-375-db.dts' (28,902) at 20240405153045445 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-gallop43.dts' (28,903) at 20240405153045605 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_reboot_bmc.robot' (28,904) at 20210308005007108 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Makefile' (28,905) at 20210308005002776 2025-03-14 03:00:47.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sunplus/sunplus-sp7021-achip.dtsi' (28,906) at 20240405153045585 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/traps.c' (28,907) at 20241104090011563 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/csp.dts' (28,908) at 20210307214926758 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/mtd.h' (28,909) at 20210308005003668 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv.c' (28,910) at 20240405153230659 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_rng.h' (28,911) at 20210308005046053 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/ux500_pcm.h' (28,912) at 20240405153054017 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/u-boot-spl.lds' (28,913) at 20210308005002560 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-2.0' (28,914) at 20210307205554418 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-smp-parse.c' (28,915) at 20240906080037584 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_intf.h' (28,916) at 20240405153051925 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-db-88f6282.dts' (28,917) at 20240405153045457 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/checksum.c' (28,918) at 20210307214926130 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/mode_string.c' (28,919) at 20210308005003548 2025-03-14 03:00:47.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/mei-trace.c' (28,920) at 20210307214929166 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0006-include-stddef.h-for-ptrdiff_t.patch' (28,921) at 20241221090017504 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/fpga-bridge.txt' (28,922) at 20210307214925314 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/acpi_s3.c' (28,923) at 20210308005002880 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats' (28,924) at 20210309003648252 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/perf/perf-regs/arch-support.txt' (28,925) at 20240405153045201 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c' (28,926) at 20240805080014071 2025-03-14 03:00:47.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gpu.c' (28,927) at 20240613080016403 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/navi10_sdma_pkt_open.h' (28,928) at 20210307214927242 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm179x-spi.c' (28,929) at 20240405153053677 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/firmware.c' (28,930) at 20240405153045645 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/gpio-poweroff.c' (28,931) at 20240405153231351 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/ftrace-design.rst' (28,932) at 20210307214925574 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711-sdw.h' (28,933) at 20220525020655047 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/run-ci' (28,934) at 20221207040044387 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/twidjoy.c' (28,935) at 20240405153049133 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/zram.rst' (28,936) at 20241216090017681 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/Makefile' (28,937) at 20240405153054013 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mq-vpu-blk-ctrl.yaml' (28,938) at 20240405153045153 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/newlib_git.bb' (28,939) at 20230131040012051 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/nolibc.h' (28,940) at 20240405153232211 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-reqbufs.rst' (28,941) at 20240405153045325 2025-03-14 03:00:47.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3128_defconfig' (28,942) at 20210308005003256 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pwm/pwm-stm32.c' (28,943) at 20240805080013999 to deleted uid set 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ilt.h' (28,944) at 20210307214929798 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/Kconfig' (28,945) at 20210308005002780 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-taos-evm.rst' (28,946) at 20210307214925510 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/mpspec.c' (28,947) at 20210308005002884 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/board.py' (28,948) at 20210308005003756 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_tc.h' (28,949) at 20240405153048465 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.c' (28,950) at 20210308005003368 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/osc.py' (28,951) at 20220910030013377 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/spram.h' (28,952) at 20220525020652002 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (28,953) at 20210814000014902 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nasanget' (28,954) at 20210307205553786 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/elog.cpp' (28,955) at 20240418080028290 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/Makefile' (28,956) at 20210307205554622 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/gfs2.rst' (28,957) at 20220525020651730 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-skomer.dts' (28,958) at 20240405153045581 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/Makefile' (28,959) at 20210307214929286 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/requirements.txt' (28,960) at 20240910080016938 to deleted uid set 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv41.c' (28,961) at 20220525020652971 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h' (28,962) at 20240405153231475 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/Makefile' (28,963) at 20240405153054381 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/Kconfig' (28,964) at 20210308005002760 2025-03-14 03:00:47.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/Makefile' (28,965) at 20240405153049421 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/mcf5206.c' (28,966) at 20241211090212290 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3399_hdmi.c' (28,967) at 20210308005003532 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cirrus/ep7211.dtsi' (28,968) at 20240405153045433 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend' (28,969) at 20210811000030033 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vfio_ccw.h' (28,970) at 20210308005046069 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-dev.dtsi' (28,971) at 20240405153045537 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sll-pinfunc.h' (28,972) at 20210308005002588 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/netlink-raw.rst' (28,973) at 20240405153229843 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/i386/host-signal.h' (28,974) at 20220429100100642 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod_33.bb' (28,975) at 20241221090017688 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/replay.c' (28,976) at 20240906080037444 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pxa.c' (28,977) at 20240405153231375 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/test-component.yaml' (28,978) at 20240405153045173 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/0001-Update-Versioneer-to-0.22.patch' (28,979) at 20240106090017237 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_n1_chiplet.h' (28,980) at 20240906080037336 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/psp-sev.h' (28,981) at 20241211090212374 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/topdown.c' (28,982) at 20240405153054093 2025-03-14 03:00:47.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_q35.c' (28,983) at 20241211090212278 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/spi-nor.h' (28,984) at 20230720080043543 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/index.rst' (28,985) at 20240405153229827 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/user_config.h' (28,986) at 20240405153231747 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/pkgconfig.bbclass' (28,987) at 20220910030013389 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/context_tracking.h' (28,988) at 20240405153046105 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-tx.c' (28,989) at 20240405153051869 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/systemd.patch' (28,990) at 20220502030010124 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/Makefile' (28,991) at 20210308005002900 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max1668.c' (28,992) at 20240405153048865 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/jffs2.h' (28,993) at 20240405153052925 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,icc.h' (28,994) at 20210309003653812 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/stacktrace.h' (28,995) at 20240405153230063 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts' (28,996) at 20240405153045789 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/index.js' (28,997) at 20220105012522999 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/aes.c' (28,998) at 20240326080039398 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/smem.c' (28,999) at 20240910080014066 2025-03-14 03:00:47.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_kwork.c' (29,000) at 20240405153054181 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00soc.c' (29,001) at 20210309003651800 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cl-som-imx7.h' (29,002) at 20210308005003588 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-stp-policy' (29,003) at 20210307214925186 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-trigger-pattern.txt' (29,004) at 20210307214925346 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lpss.h' (29,005) at 20240405153051453 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-reg-access.h' (29,006) at 20220525020653251 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/amd/pds_core/devlink.c' (29,007) at 20240405153230915 to deleted uid set 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7.dtsi' (29,008) at 20240405153229903 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h' (29,009) at 20240405153045737 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/OBMC_reboot' (29,010) at 20211116040015975 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro5-4kbox.dts' (29,011) at 20210308005002632 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/test_util.c' (29,012) at 20240405153232271 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdma_netlink.h' (29,013) at 20220525020654647 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/demand_paging_test.c' (29,014) at 20240405153054313 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/uapi/asm/Kbuild' (29,015) at 20220525020652126 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7623.dtsi' (29,016) at 20210308005002596 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/README' (29,017) at 20240405153054369 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/uart-render-controller/uart-render-controller.service' (29,018) at 20240904080027738 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-origen.dts' (29,019) at 20240617080017374 2025-03-14 03:00:47.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/omap-usb-tll.txt' (29,020) at 20210307214925362 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass' (29,021) at 20240628080015597 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/hyperbus/hbmc-am654.c' (29,022) at 20240405153049681 to deleted uid set 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/cpu.h' (29,023) at 20210308005002732 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-chromeos-driver-cros-ec-lightbar' (29,024) at 20210307214925194 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-data' (29,025) at 20210307214932570 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/cpld-ap325rxa.c' (29,026) at 20210308005003032 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/legacy_serial.c' (29,027) at 20240405153230035 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nci/config' (29,028) at 20220525020655219 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_vmparam.h' (29,029) at 20240906080037156 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/Makefile' (29,030) at 20210308005003040 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/Kconfig' (29,031) at 20240405153049153 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/translate.c' (29,032) at 20241211090212514 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_sdei.c' (29,033) at 20241111090012121 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography.bb' (29,034) at 20241221090017668 to deleted uid set 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files_%.bbappend' (29,035) at 20241206090014274 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz_spi.c' (29,036) at 20240405153049753 2025-03-14 03:00:47.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/intel-dsp-config.c' (29,037) at 20241211090145565 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/flake8.sh' (29,038) at 20230925080039973 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm_types.h' (29,039) at 20210309003649020 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_fit.c' (29,040) at 20230720080043539 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/security/safesetid/securityfs.c' (29,041) at 20210309003654556 to deleted uid set 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch' (29,042) at 20210307205554006 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scmi_protocol.h' (29,043) at 20240405153231839 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/MAINTAINERS' (29,044) at 20210308005003072 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/cxl_core_test.c' (29,045) at 20240405153054221 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/usb4604.c' (29,046) at 20240405153052117 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/MAINTAINERS' (29,047) at 20210308005003056 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/hideep.txt' (29,048) at 20210307214925338 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3_git.bb' (29,049) at 20230520080014504 2025-03-14 03:00:47.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/pgalloc.c' (29,050) at 20240719080013345 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ocfs2/quota_global.c' (29,051) at 20240405153052477 to deleted uid set 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb' (29,052) at 20241220090019722 to deleted uid set 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ram.c' (29,053) at 20210308005003476 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/kona_gpio.c' (29,054) at 20210308005003376 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/task_flags.h' (29,055) at 20240405153052789 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/memfd/memfd_test.c' (29,056) at 20240405153232275 to deleted uid set 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/types.hpp' (29,057) at 20210308005405942 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/i8259.c' (29,058) at 20241211090212282 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3128.c' (29,059) at 20210308005003464 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gk104.c' (29,060) at 20220525020652959 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/omap.txt' (29,061) at 20240405153229755 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm.h' (29,062) at 20210308005003628 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0013-sha256.h-avoid-inclusion-of-sys-types.h.patch' (29,063) at 20210307205553750 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/aio_iiro_16.c' (29,064) at 20240405153046889 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/meson.options' (29,065) at 20240104090016070 to deleted uid set 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/crct10dif-ce-core.S' (29,066) at 20240405153045849 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/grackle.c' (29,067) at 20240405153046233 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (29,068) at 20241031080012179 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_mod_race.c' (29,069) at 20240405153054265 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vga_switcheroo.h' (29,070) at 20210307214931534 2025-03-14 03:00:47.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/soc/intel_dram.c' (29,071) at 20240405153230579 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/selinuxfs.c' (29,072) at 20241104090011623 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ivarsbyn' (29,073) at 20210307205553782 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/bamboo_defconfig' (29,074) at 20210309003648872 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_args.hpp' (29,075) at 20230518080019590 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/vsc7514_regs.c' (29,076) at 20240405153050185 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/build-version' (29,077) at 20240405153052961 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_diag.h' (29,078) at 20240405153230075 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/sandbox_ram.c' (29,079) at 20210308005003476 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ftrace.h' (29,080) at 20240405153046385 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/fans.json' (29,081) at 20221201040015308 to deleted uid set 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kemijarvi_Suomutunturi' (29,082) at 20210307205553770 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FreeBSD-DOC' (29,083) at 20211006000025234 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/blkdebug.rst' (29,084) at 20241211090212234 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-acpi-dev.h' (29,085) at 20220525020655091 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_pch_pic.c' (29,086) at 20241211090212286 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sh73a0.h' (29,087) at 20210308005002768 2025-03-14 03:00:47.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/hfi/hfi1_ioctl.h' (29,088) at 20210307214931690 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_mixer.h' (29,089) at 20240405153048761 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt61pci.c' (29,090) at 20240405153050621 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cttimer.c' (29,091) at 20210307214932242 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_test.c' (29,092) at 20240405153054361 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/boot.c' (29,093) at 20210308005002824 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7791-sysc.h' (29,094) at 20210308005003640 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/activation_static.cpp' (29,095) at 20240820080019550 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES3_C-103W' (29,096) at 20210307205553762 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/uaccess.h' (29,097) at 20240405153046057 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/prom.c' (29,098) at 20220525020651990 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mmu.h' (29,099) at 20210307214926230 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/firmware-update-via-usb.md' (29,100) at 20221209040006387 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld20.c' (29,101) at 20210308005002792 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/acl.h' (29,102) at 20240405153052257 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Chassis@.service' (29,103) at 20230215040018435 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.out' (29,104) at 20210308005046397 to deleted uid set 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-clearfog-base.dts' (29,105) at 20240405153045445 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/sysdev/xive/native.c' (29,106) at 20240405153230059 to deleted uid set 2025-03-14 03:00:47.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/sphinx.rst' (29,107) at 20240405153045189 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/009' (29,108) at 20210927100127473 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/komeda-kms.rst' (29,109) at 20240405153229819 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/event.h' (29,110) at 20210307214929966 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/mux.txt' (29,111) at 20240405153229759 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/Kconfig' (29,112) at 20220525020652086 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__cpo.hpp' (29,113) at 20240731080033662 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/fsl-mc/vfio_fsl_mc.c' (29,114) at 20240405153231571 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/adc-joystick.yaml' (29,115) at 20240405153045077 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-bq4802.c' (29,116) at 20210307214930210 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/entry_from_vm86.c' (29,117) at 20210307214932734 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/coprocessor.h' (29,118) at 20240405153046501 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/sprd,pinctrl.txt' (29,119) at 20240405153229787 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/aspeed-video.rst' (29,120) at 20240405153045309 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62xvf/Makefile' (29,121) at 20240405153046953 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_dctcp.h' (29,122) at 20210307214931950 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp/0001-Fix-build-with-clang-19.patch' (29,123) at 20241221090017540 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reset-controller.h' (29,124) at 20220525020654611 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_bringup.gpg' (29,125) at 20210803000022008 to deleted uid set 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/instruction.json' (29,126) at 20240405153054109 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/intel,irq-router.txt' (29,127) at 20210308005003304 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/xfs-self-describing-metadata.rst' (29,128) at 20240405153045209 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.clang-tidy' (29,129) at 20240413080004791 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/Makefile' (29,130) at 20240405153046733 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmi.init.basic' (29,131) at 20210308004938816 2025-03-14 03:00:47.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat_u.h' (29,132) at 20240405153054385 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/khugepaged.c' (29,133) at 20240405153054329 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/Kconfig' (29,134) at 20210308005003036 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/fsl-ldb.c' (29,135) at 20240405153230523 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/aptina-pll.c' (29,136) at 20240405153049309 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/pxa2xx-ac97-regs.h' (29,137) at 20240405153053485 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_device.c' (29,138) at 20240405153048421 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fib.h' (29,139) at 20240405153052893 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/law.c' (29,140) at 20210308005002996 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cl-som-am57x.h' (29,141) at 20210308005003588 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson-aoclk.h' (29,142) at 20240405153230215 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/run-ptest' (29,143) at 20220612030016723 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt' (29,144) at 20210309003648372 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.h' (29,145) at 20240405153050041 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/settings' (29,146) at 20240405153054353 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/m_can.h' (29,147) at 20240405153230899 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched_clock.h' (29,148) at 20240405153052789 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_drv.c' (29,149) at 20241211090145421 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/rcu.c' (29,150) at 20240906080037592 2025-03-14 03:00:47.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/max6875.c' (29,151) at 20240405153049637 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-i2c.h' (29,152) at 20210307214928682 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rx.c' (29,153) at 20240405153050657 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0006_brlayer_local_source_dir.py' (29,154) at 20210307205554262 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/usbutils/usbutils_018.bb' (29,155) at 20241221090017636 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h' (29,156) at 20220525020654191 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,asrc.txt' (29,157) at 20210307214925426 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ip_check_defrag.c' (29,158) at 20240405153232255 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvp.yml' (29,159) at 20241221090017464 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/Kconfig' (29,160) at 20240405153049745 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/resource.c' (29,161) at 20240405153046437 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Fan/meson.build' (29,162) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_common.h' (29,163) at 20220525020653811 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper.c' (29,164) at 20240405153045989 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/hugetlb.h' (29,165) at 20241216090017685 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/ultrix.c' (29,166) at 20210307214926786 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-mdm9615.h' (29,167) at 20210307214931330 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/Kbuild' (29,168) at 20210309003648976 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/parisc/registers.rst' (29,169) at 20240405153044981 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/meson.build' (29,170) at 20240906080037544 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/phy.c' (29,171) at 20240405153050589 2025-03-14 03:00:47.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/mv_udc.h' (29,172) at 20210307214930814 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-elecom.c' (29,173) at 20240405153048813 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/raven.c' (29,174) at 20240906080037276 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x07_vm.h' (29,175) at 20220525020653035 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/cpcap-adc.c' (29,176) at 20240405153048953 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/nsim_700_defconfig' (29,177) at 20240405153229859 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb' (29,178) at 20241221090017560 to deleted uid set 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/files/0001-tclap-add-pkg-config-file.patch' (29,179) at 20210407000018082 to deleted uid set 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/bilge-impl-1.63.0.patch' (29,180) at 20241211090212462 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/code_update/code_update_utils.robot' (29,181) at 20240627080021044 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/LICENSE' (29,182) at 20210308005119297 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/utilInterface.hpp' (29,183) at 20230516080022994 to deleted uid set 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/multinodecommands.cpp' (29,184) at 20240829080009330 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_self_refresh_helper.h' (29,185) at 20210307214931322 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_hfi.c' (29,186) at 20240405153048577 2025-03-14 03:00:47.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (29,187) at 20240712080022837 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-sysfs.c' (29,188) at 20241216090017721 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mlxbf3.c' (29,189) at 20240830080013251 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/Kconfig' (29,190) at 20210308005003416 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS1.conf' (29,191) at 20240529080017839 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h' (29,192) at 20210307214927294 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-widechips-ws2401.c' (29,193) at 20240405153048697 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps6507x.c' (29,194) at 20240405153230839 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/cacheflush.h' (29,195) at 20240405153229991 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/kaslr.c' (29,196) at 20240913080013777 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/core-isa.h' (29,197) at 20221215040039346 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra20.c' (29,198) at 20240405153051377 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanPwm.interface.yaml' (29,199) at 20210610000035114 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/README.khadas-vim' (29,200) at 20210308005002912 2025-03-14 03:00:47.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/write_hugetlb_memory.sh' (29,201) at 20240405153232275 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb' (29,202) at 20241206090014258 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_gamma.c' (29,203) at 20240405153230583 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-referencing_0.35.1.bb' (29,204) at 20241206090014330 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/apm_bios.h' (29,205) at 20210307214931622 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-som-lv.dtsi' (29,206) at 20240405153045601 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/test-component.c' (29,207) at 20240405153053933 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/kwork.h' (29,208) at 20240405153054197 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/tools/build.c' (29,209) at 20240405153230103 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/interfaces/bmcweb_%.bbappend' (29,210) at 20230412080023460 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/dac/ad5504.h' (29,211) at 20210307214931402 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts' (29,212) at 20240405153229891 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips32.inc' (29,213) at 20210905000020581 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm7550ba.dtsi' (29,214) at 20240405153229943 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/bmp280.h' (29,215) at 20241011080017319 2025-03-14 03:00:47.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend' (29,216) at 20210307205553674 2025-03-14 03:00:47.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/tg3.h' (29,217) at 20240405153230935 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/megasas.c' (29,218) at 20241211090212330 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-of-pxa910.c' (29,219) at 20240405153230219 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c' (29,220) at 20240919080017050 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs3proc.c' (29,221) at 20240405153052421 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb' (29,222) at 20210812000025330 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_dmap.h' (29,223) at 20210309003653624 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/openpower-pnor-update@.service' (29,224) at 20210308005102829 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/count_instructions.c' (29,225) at 20210307214932702 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-ciu-defs.h' (29,226) at 20210307214926230 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/typecheck.h' (29,227) at 20220525020654623 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/nsp32_debug.c' (29,228) at 20210307214930374 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_super.c' (29,229) at 20240405153052365 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxd_firm.c' (29,230) at 20210307214928622 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h' (29,231) at 20210307214928814 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-ti-handler.cpp' (29,232) at 20220311212000168 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-bcrypt-crates.inc' (29,233) at 20241221090017668 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_util.c' (29,234) at 20240830080013295 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/clock.c' (29,235) at 20210308005002728 2025-03-14 03:00:47.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vx-insn-asm.h' (29,236) at 20240405153046281 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml' (29,237) at 20240405153045125 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue.py' (29,238) at 20230114040015510 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/hardware.h' (29,239) at 20210308005002676 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/ust_events_c.py' (29,240) at 20210308005046245 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg.h' (29,241) at 20230925080039821 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/syslog-filter.html' (29,242) at 20210308005107069 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-fcvtmod.c' (29,243) at 20230925080040101 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx_csu_dma.h' (29,244) at 20220429100100558 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-janustech' (29,245) at 20210308005045769 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/fifo_monitor_local.h' (29,246) at 20210307214930542 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/netcp.h' (29,247) at 20240405153231063 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/msgbuf.h' (29,248) at 20210307214926762 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/retu-mfd.c' (29,249) at 20240405153049613 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51.dtsi' (29,250) at 20240405153229883 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-debugging.c' (29,251) at 20240906080037440 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-all.err' (29,252) at 20220429100100882 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1c/Makefile' (29,253) at 20210307214929310 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/p1_twr.c' (29,254) at 20210308005002988 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/iconnect.c' (29,255) at 20210308005003008 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic31xx.h' (29,256) at 20240405153053809 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/gdbstub.c' (29,257) at 20241211090212522 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch' (29,258) at 20230706080014749 2025-03-14 03:00:47.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_rx_pkt.h' (29,259) at 20241211090212306 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-no_tests_no_plan.log' (29,260) at 20240405153054225 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/loongson_card.c' (29,261) at 20241104090011627 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/m68k/trap.c' (29,262) at 20221215040039386 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/keembay-soc.dtsi' (29,263) at 20210309003648744 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/txx9dmac.c' (29,264) at 20210309003649348 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/network/phosphor-network/00-bmc-usb0.network' (29,265) at 20240105090012010 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tcp_fastopen_backup_key.sh' (29,266) at 20210307214932694 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mmu_up_regs.h' (29,267) at 20240405153046577 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm/errno.h' (29,268) at 20221102030020997 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/README' (29,269) at 20210308005002996 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/Makefile' (29,270) at 20210308005003172 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/auxvec.h' (29,271) at 20240411080014050 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/libbpf/libbpf_overview.rst' (29,272) at 20240405153044993 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qdict.c' (29,273) at 20210927100127641 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c' (29,274) at 20241125090012251 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/MAINTAINERS' (29,275) at 20210308005002984 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/grant-dma-ops.c' (29,276) at 20240910080014070 2025-03-14 03:00:47.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/GENmemcpy.S' (29,277) at 20210307214926606 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/implicit_flush.c' (29,278) at 20210308005108641 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/test/meson.build' (29,279) at 20231201090032926 to deleted uid set 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb' (29,280) at 20240309090012804 to deleted uid set 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb' (29,281) at 20240413080012635 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/window_mapper_mock.hpp' (29,282) at 20210427000038985 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5380.yaml' (29,283) at 20240405153045073 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch' (29,284) at 20241221090017664 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-ath79.c' (29,285) at 20240405153231367 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/pci.h' (29,286) at 20240405153050425 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-tauros2.c' (29,287) at 20240405153045693 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/loongarch/index.rst' (29,288) at 20240405153229743 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/Makefile' (29,289) at 20240405153047029 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Ampe_A76_defconfig' (29,290) at 20210308005003232 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/utils.h' (29,291) at 20241101080034432 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsmc_nand.c' (29,292) at 20210308005003412 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_sdcard_defconfig' (29,293) at 20210308005003268 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/schid.h' (29,294) at 20210307214926510 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_txrx.h' (29,295) at 20240405153230979 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/switch_to.h' (29,296) at 20210309003648808 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imxrt1050.c' (29,297) at 20240405153231319 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/audit_logread.c' (29,298) at 20240405153054353 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/greybus_manifest.h' (29,299) at 20240405153052697 2025-03-14 03:00:47.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lantiq.h' (29,300) at 20210307214931414 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front_cfg.c' (29,301) at 20240405153232207 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/MAINTAINERS' (29,302) at 20210308005003072 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_shift.c.inc' (29,303) at 20240906080037496 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-mpe.yaml' (29,304) at 20240405153045049 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/address-spaces.h' (29,305) at 20240326080039526 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dswload.c' (29,306) at 20240405153046617 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/scu_info.c' (29,307) at 20210421100236114 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/twinstall.sh' (29,308) at 20210307205554122 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/syscall_tp_kern.c' (29,309) at 20240405153232099 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-toshiba_haps' (29,310) at 20210309003648260 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c' (29,311) at 20240624080012784 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76.h' (29,312) at 20240830080013291 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fixed-factor.c' (29,313) at 20240405153046777 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/Kconfig' (29,314) at 20240405153046609 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.yaml' (29,315) at 20240405153045153 2025-03-14 03:00:47.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/ppc64/Makefile' (29,316) at 20240906080037560 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/ia_css_debug.h' (29,317) at 20240405153051841 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml' (29,318) at 20240405153045109 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-parser-int.h' (29,319) at 20210308005046233 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pci_irq.c' (29,320) at 20240405153046641 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib9000.h' (29,321) at 20210307214928618 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptsas.h' (29,322) at 20230426080043736 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sc_sps_1.h' (29,323) at 20210308005003616 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.hpp' (29,324) at 20230513080027506 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/pageattr.c' (29,325) at 20240913080013769 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/ia_css_raw_types.h' (29,326) at 20210307214930558 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/instruction.json' (29,327) at 20240405153054109 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/Kconfig' (29,328) at 20210308005003416 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md' (29,329) at 20221215040043186 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3008-vo-Makefile.am-exclude-libgl_plugin.patch' (29,330) at 20230114040015494 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tda9840.c' (29,331) at 20240405153049341 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/Makefile' (29,332) at 20240405153046681 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/fw-path-provider.c' (29,333) at 20210308005045853 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrqu_s_qb_ph.c' (29,334) at 20210308005046505 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-group2' (29,335) at 20240405153054161 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/pd.c' (29,336) at 20240405153052149 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.h' (29,337) at 20240919080017050 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c' (29,338) at 20210308005002948 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ns_common.h' (29,339) at 20220525020654595 2025-03-14 03:00:47.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/data/Romulus.py' (29,340) at 20221209040018559 to deleted uid set 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-reset-on@.target' (29,341) at 20220301040040081 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-tegra-usb.c' (29,342) at 20240405153231567 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-ebaz4205.dts' (29,343) at 20240405153045609 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c' (29,344) at 20210307214927954 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd_%.bbappend' (29,345) at 20241221090017564 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/module_64.c' (29,346) at 20240405153230035 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex4.bpf.c' (29,347) at 20240405153232099 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/silabs,si5351.txt' (29,348) at 20240405153045029 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/run-libc-ptests' (29,349) at 20231011080016606 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/generate-html-index.py' (29,350) at 20221208040016926 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cmpxchg_64.h' (29,351) at 20240613080016371 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_usbpd_logger.c' (29,352) at 20210307214930134 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_driver.c' (29,353) at 20240405153046645 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/ioremap.c' (29,354) at 20240405153231963 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mtd-orion_nand.h' (29,355) at 20210307214931478 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/tests/pe-file.exe' (29,356) at 20210309003655944 to deleted uid set 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/lg,lg4573.yaml' (29,357) at 20240405153045041 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/owl-s700-powergate.h' (29,358) at 20210307214931346 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/mmap-thread-lookup.c' (29,359) at 20240405153054169 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012a2g5rdb_qspi_defconfig' (29,360) at 20210308005003264 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_ethernet_interface.cpp' (29,361) at 20241127090024705 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/priv.h' (29,362) at 20240405153230607 2025-03-14 03:00:47.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_struct_ops_types.h' (29,363) at 20240405153052977 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/syscalltbl.h' (29,364) at 20210307214932610 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-off@.target' (29,365) at 20220301040040081 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0004-config-ast-common-Add-conditional-factory-reset-comm.patch' (29,366) at 20241206090014274 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configure' (29,367) at 20241211090212226 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-blinker/run-ptest' (29,368) at 20240301090012431 to deleted uid set 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavif/libavif_1.0.1.bb' (29,369) at 20231126090012781 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.service.in' (29,370) at 20241221090017484 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/chip.c' (29,371) at 20240405153231911 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/cache.json' (29,372) at 20240405153054129 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/da9052_tsi.c' (29,373) at 20210307214928502 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/n_tty.rst' (29,374) at 20240405153045197 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_helper_restricted.c' (29,375) at 20240405153054277 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-stream.c' (29,376) at 20240405153053501 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml' (29,377) at 20240405153045065 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/db1200.c' (29,378) at 20241001080013036 2025-03-14 03:00:47.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb' (29,379) at 20241221090017668 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmcs12.h' (29,380) at 20240405153046465 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl_mcdmafec.c' (29,381) at 20210308005003432 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha.h' (29,382) at 20220525020652094 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c' (29,383) at 20240405153049845 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rlimits/config' (29,384) at 20220525020655231 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/init.c' (29,385) at 20240405153229863 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb' (29,386) at 20210812000025366 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v4_20.h' (29,387) at 20240405153051293 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1108-elgin-r1.dts' (29,388) at 20240405153045565 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-tpic2810.yaml' (29,389) at 20240405153045061 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/m88rs2000.c' (29,390) at 20240405153049289 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/cpuid-deps.c' (29,391) at 20240429080012404 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/pcf50633-gpio.c' (29,392) at 20210307214929010 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.1-RFN' (29,393) at 20211006000025242 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-N.boot' (29,394) at 20240405153054369 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/xmlrpcclient.py' (29,395) at 20210307205554242 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-stm32h7.c' (29,396) at 20240405153046781 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/sw.c' (29,397) at 20240405153050641 2025-03-14 03:00:47.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-pmc-iou-slcr.h' (29,398) at 20240326080039538 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_list.h' (29,399) at 20240405153054269 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mt352.h' (29,400) at 20210307214928630 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_dh.h' (29,401) at 20220525020654651 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/paravirt.h' (29,402) at 20220525020651878 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-i2c.c' (29,403) at 20210307214928678 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/w1-eeprom-uclass.c' (29,404) at 20210308005003540 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-octeon.c' (29,405) at 20210307214927194 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/sys-manager-core.c' (29,406) at 20210307214930170 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_user_test.c' (29,407) at 20240405153054357 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/MCTPReactorMain.cpp' (29,408) at 20241205090004235 to deleted uid set 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/janz-ican3.c' (29,409) at 20240405153049733 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/attribute_container.h' (29,410) at 20210307214931358 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test_4.3.0.bb' (29,411) at 20241221090017472 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_cq_fw.h' (29,412) at 20240405153051737 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sdm845-dispcc.yaml' (29,413) at 20240405153229759 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/defer-call.h' (29,414) at 20240326080039546 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,ipq9574-gcc.yaml' (29,415) at 20240405153045029 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/dmesginfo' (29,416) at 20220225040025598 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/b2c2/Makefile' (29,417) at 20210307214928674 2025-03-14 03:00:47.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm9712.yaml' (29,418) at 20240405153045165 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/micro-support-card.c' (29,419) at 20210308005002796 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/gdb.sh' (29,420) at 20210307205554390 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/bcom_gen_bd_rx_task.c' (29,421) at 20210307214927122 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/interrupts.c' (29,422) at 20210308005002824 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.malta' (29,423) at 20210308005003296 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0_1.22.8.bb' (29,424) at 20210608000015791 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-gamecube.c' (29,425) at 20240405153051497 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/iommu_common.h' (29,426) at 20210307214926594 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/maxim,max77620.h' (29,427) at 20210307214931326 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/0001-meson-import-changes-from-3.0.-version.patch' (29,428) at 20210307205553990 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek-vpu.txt' (29,429) at 20210307214925354 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sht4x.c' (29,430) at 20240405153048873 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test.py' (29,431) at 20210308005003772 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu.c' (29,432) at 20230426080043928 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4x12-pinctrl.dtsi' (29,433) at 20240405153045569 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_opti.c' (29,434) at 20240405153046665 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/davinci.h' (29,435) at 20240405153052669 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/nxp,ptn3460.yaml' (29,436) at 20240405153045037 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.h' (29,437) at 20240405153231023 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98926.c' (29,438) at 20240405153232151 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-blackarmor-nas220.dts' (29,439) at 20210308005002592 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0011-install-don-t-install-obsolete-file-com32.ld.patch' (29,440) at 20220910030013425 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/slram.c' (29,441) at 20241008080013943 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/q_in_vni_ipv6.sh' (29,442) at 20240405153054341 2025-03-14 03:00:47.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_64.h' (29,443) at 20240405153046389 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgso_bench_tx.c' (29,444) at 20240405153054353 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h' (29,445) at 20240405153048637 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/test_soc/cpu/cache.json' (29,446) at 20220525020655143 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8dxl-rsrc.c' (29,447) at 20240405153046785 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity-verify-sig.c' (29,448) at 20240405153049253 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max11205.c' (29,449) at 20240405153048957 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-exar.txt' (29,450) at 20210307214925318 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/cflow.c' (29,451) at 20241211090212226 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst' (29,452) at 20240405153044933 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/usb.h' (29,453) at 20210308005046481 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-uv8.rst' (29,454) at 20210309003648500 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-kfr2r09/lcd_wqvga.c' (29,455) at 20210307214926538 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ivc.h' (29,456) at 20210308005002668 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ethernet.txt' (29,457) at 20210307214925374 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Makefile' (29,458) at 20240405153231947 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/axp288_charger.c' (29,459) at 20240815080012895 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/simulate-insn.c' (29,460) at 20220525020651970 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml' (29,461) at 20210610000035134 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ae350_rv32_defconfig' (29,462) at 20210308005003244 2025-03-14 03:00:47.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-loongarch64-code.fd.bz2' (29,463) at 20241211090212410 to deleted uid set 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/aspeed/aspeed-video.c' (29,464) at 20240405153230799 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/Kbuild' (29,465) at 20240405153046305 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ethtool_extended_state.sh' (29,466) at 20240405153054341 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-smsc9512.dtsi' (29,467) at 20240405153045425 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192.dtsi' (29,468) at 20240503080014458 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/highmem.c' (29,469) at 20240405153053125 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_SPIFLASH_defconfig' (29,470) at 20210308005003244 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/vmx.h' (29,471) at 20240405153054317 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/gpio.h' (29,472) at 20210308005002544 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_iba6120.c' (29,473) at 20240405153049101 2025-03-14 03:00:47.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/writeback.h' (29,474) at 20240405153052897 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-ariettag25.dts' (29,475) at 20240405153045461 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_fixed.h' (29,476) at 20210307214927838 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/sys_proto.h' (29,477) at 20210308005002668 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/edison_defconfig' (29,478) at 20210308005003256 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2830.c' (29,479) at 20241008080013939 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-config/bits-cfg.txt' (29,480) at 20241211090212534 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/toplevel-enable.tc' (29,481) at 20210307214932670 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptsas.c' (29,482) at 20241211090212330 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/textbox.c' (29,483) at 20240405153232103 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkio.c' (29,484) at 20240906080037144 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_ceva.c' (29,485) at 20240405153230171 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/trace_gfs2.h' (29,486) at 20240405153052377 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/catalina/gpio_desc.json' (29,487) at 20240817080006183 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_iter_setsockopt.c' (29,488) at 20241008080014055 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/templates/default/bblayers.conf.sample' (29,489) at 20240323080013549 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-hackberry.dts' (29,490) at 20240405153045377 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.c' (29,491) at 20210308005002904 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb' (29,492) at 20240413080012655 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/git.py' (29,493) at 20210307205554450 2025-03-14 03:00:47.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb' (29,494) at 20241221090017548 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-hcd.h' (29,495) at 20240405153052105 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-scsi.c' (29,496) at 20221215040039150 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch' (29,497) at 20230131040012027 to deleted uid set 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/drbd_limits.h' (29,498) at 20240405153052681 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/buffer.c' (29,499) at 20240820080014165 to deleted uid set 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/cros_subprocess.py' (29,500) at 20210308005003772 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7743-sysc.c' (29,501) at 20240405153231351 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/refcount.c' (29,502) at 20240405153049641 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-an400.dts' (29,503) at 20240405153229915 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0-best-effort.dtsi' (29,504) at 20240405153046093 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml' (29,505) at 20240405153045141 2025-03-14 03:00:47.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s805x-p241.dts' (29,506) at 20240405153229919 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c' (29,507) at 20241216090017697 to deleted uid set 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/renesas,riic.yaml' (29,508) at 20240405153045065 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/efi.h' (29,509) at 20240628080013981 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xilinx/xlnx_i2s.c' (29,510) at 20240405153054017 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.prettierignore' (29,511) at 20241213090004405 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sm8250.h' (29,512) at 20210309003653812 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cmpxchg-grb.h' (29,513) at 20210307214926550 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/nlohmann_json.wrap' (29,514) at 20231208090009540 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/gigadevice.c' (29,515) at 20210308005003416 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ppa.c' (29,516) at 20240405153231435 2025-03-14 03:00:47.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/isert/ib_isert.h' (29,517) at 20240405153049121 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_balloon.c' (29,518) at 20240405153230659 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fdt-control' (29,519) at 20210308005003292 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/pc-conf-reg.c' (29,520) at 20220525020652186 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mult.c' (29,521) at 20240405153046857 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/fastmap.c' (29,522) at 20210308005003420 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_psfp.c' (29,523) at 20240405153050177 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/root.c' (29,524) at 20210308005003544 2025-03-14 03:00:47.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/auth_gss.c' (29,525) at 20240624080012832 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_2_0_0_sh_mask.h' (29,526) at 20210307214927326 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_nop.c' (29,527) at 20210307214931782 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/util.S' (29,528) at 20210307214926146 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/virtual-memory.json' (29,529) at 20240405153054137 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/mk' (29,530) at 20210308005046149 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/TEST.DOC' (29,531) at 20210307214926146 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/Kconfig' (29,532) at 20210308005002964 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-owl/Makefile' (29,533) at 20210308005002768 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_hangcheck.c' (29,534) at 20240405153230567 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/Kconfig' (29,535) at 20210308005003040 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/thread_info.h' (29,536) at 20240405153046341 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_drv.c' (29,537) at 20241216090017697 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch' (29,538) at 20230131040012035 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/meson.build' (29,539) at 20241211090212534 2025-03-14 03:00:47.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_atomic.c' (29,540) at 20240429080012416 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_mac.c' (29,541) at 20240405153050737 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso_datapage.h' (29,542) at 20210307214925858 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/sunplus,sp7021-rtc.yaml' (29,543) at 20240405153045153 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/colo.h' (29,544) at 20240906080037340 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ImageMagick' (29,545) at 20211006000025238 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/core_ssram.c' (29,546) at 20240405153051409 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/skeleton.dtsi' (29,547) at 20210308005002612 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts' (29,548) at 20240405153045813 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/serial_reg.h' (29,549) at 20210308005003668 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.json' (29,550) at 20210927100127469 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g20ek_2mmc.dts' (29,551) at 20240405153229875 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-nec.c' (29,552) at 20240906080037308 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/socket-handler.c' (29,553) at 20240724080011687 2025-03-14 03:00:47.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/intersil.c' (29,554) at 20210307214926174 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/sid.h' (29,555) at 20210307214928026 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/coresight-pmu.h' (29,556) at 20240405153052673 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_rxaui_ctrl.c' (29,557) at 20210308005003400 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bk4r1.dts' (29,558) at 20210308005002576 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20.dtsi' (29,559) at 20240405153045389 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_gpio.h' (29,560) at 20210308005003020 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-voyager.dts' (29,561) at 20240405153045785 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dcdbas.rst' (29,562) at 20210307214925458 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-enter-mpreboot@.service.in' (29,563) at 20230513080022442 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/transactions.c' (29,564) at 20220429100100962 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/Makefile' (29,565) at 20210309003652156 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/src_uri.inc' (29,566) at 20221120040010706 to deleted uid set 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/Makefile' (29,567) at 20210307214929178 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_mqprio_lib.h' (29,568) at 20240405153053369 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_ir.c' (29,569) at 20220525020654131 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/accel/adis16240.c' (29,570) at 20240405153051817 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_vendorid.h' (29,571) at 20230925080040057 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/ghash.c' (29,572) at 20240405153046969 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-redis_5.1.1.bb' (29,573) at 20241221090017560 to deleted uid set 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/trace.c' (29,574) at 20240405153232015 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_calipso.h' (29,575) at 20210307214932030 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/u-boot.lds' (29,576) at 20210308005003168 2025-03-14 03:00:47.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml' (29,577) at 20240405153229787 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ip32/mace.h' (29,578) at 20210307214926214 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pm2fb.c' (29,579) at 20240405153231587 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (29,580) at 20241206090014202 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/xarray.c' (29,581) at 20210512100029350 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/tzic.c' (29,582) at 20240405153045649 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc4261.c' (29,583) at 20240405153048861 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/ksysfs.c' (29,584) at 20240405153231911 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/hi6553_pmic.h' (29,585) at 20210308005003680 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/Kbuild' (29,586) at 20210307214926494 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/mmu.h' (29,587) at 20210307214926310 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/pxa2xx-pcm-lib.c' (29,588) at 20220525020654963 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/cdns-dphy-rx.c' (29,589) at 20240405153231307 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.tag.hpp.mako' (29,590) at 20230902080037613 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/xgmi/xgmi_4_0_0_sh_mask.h' (29,591) at 20210307214927698 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sd3078.c' (29,592) at 20240405153051505 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ucode.c' (29,593) at 20240405153050517 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/setup.h' (29,594) at 20210307214931618 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/constraints.svg' (29,595) at 20210309003648488 2025-03-14 03:00:47.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/init_ohci1394_dma.h' (29,596) at 20210307214931402 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_printer.c' (29,597) at 20240710080014597 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs.errors.yaml' (29,598) at 20220315030032663 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target.c.inc' (29,599) at 20241211090212530 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c' (29,600) at 20210308005002556 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t35_defconfig' (29,601) at 20210308005003252 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-wpcm450-aic.c' (29,602) at 20240405153049205 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_controllers.c' (29,603) at 20210308005003704 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/triggerable_mock.hpp' (29,604) at 20220210040033214 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/mic.c' (29,605) at 20210307214929866 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/user.h' (29,606) at 20240405153046129 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.qemu' (29,607) at 20220429100100930 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw-common.c' (29,608) at 20210308005003444 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/local.conf.sample' (29,609) at 20241221090017580 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/iforce-protocol.rst' (29,610) at 20240405153229819 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi-dev.dts' (29,611) at 20240405153045729 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/Kbuild' (29,612) at 20240405153045357 2025-03-14 03:00:47.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nsa310.dts' (29,613) at 20240405153045457 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/bpmp.c' (29,614) at 20241011080017303 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-cpu.c' (29,615) at 20240405153046841 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/key_file' (29,616) at 20210308005119297 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_stats.c' (29,617) at 20210307214932046 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2l_evm_defconfig' (29,618) at 20210308005003260 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf-colibri.dtsi' (29,619) at 20210308005002632 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/xattr.c' (29,620) at 20241008080013991 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Odsmal' (29,621) at 20210307205553790 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb' (29,622) at 20241221090017524 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/mime-support_3.62.bb' (29,623) at 20210812000025226 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_hwseq.c' (29,624) at 20220525020652518 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/loop6.c' (29,625) at 20240405153054269 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_pipe_public.h' (29,626) at 20240405153051833 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_pcm512x.c' (29,627) at 20240405153053953 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NPL-1.1' (29,628) at 20211006000025238 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/copy-unaligned.S' (29,629) at 20240405153230067 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/ndfc.h' (29,630) at 20210308005003668 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/kmsan.h' (29,631) at 20240405153054389 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp_spi.c' (29,632) at 20240405153049161 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/imx-ipu-v3.h' (29,633) at 20220525020654683 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/request_high_version.c' (29,634) at 20210308005108641 2025-03-14 03:00:47.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/alpine_machine.c' (29,635) at 20240405153229911 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/mtk-eint.h' (29,636) at 20240405153051313 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-06' (29,637) at 20210908000010395 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/lcdc/imx-lcdc.c' (29,638) at 20240405153230579 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/Kconfig' (29,639) at 20210308005045893 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_decoder_json.hpp' (29,640) at 20230511080012335 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/Makefile' (29,641) at 20220525020653603 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/Kconfig' (29,642) at 20240405153053473 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb' (29,643) at 20241206090014338 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_rf.h' (29,644) at 20240405153050737 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tc.h' (29,645) at 20210307214931522 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap5.decode' (29,646) at 20210308005046389 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpbp.c' (29,647) at 20210308005003432 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec1-timer-0.dtsi' (29,648) at 20210307214926350 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dwmac_socfpga.c' (29,649) at 20210308005003428 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rtl8139.c' (29,650) at 20241211090212306 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/emergency-restart.h' (29,651) at 20210307214931302 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/status.h' (29,652) at 20210307214931438 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3-head.h' (29,653) at 20210307214926166 2025-03-14 03:00:47.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_sample.h' (29,654) at 20210307214931578 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/net.h' (29,655) at 20240405153232083 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml' (29,656) at 20240405153045041 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-gpio.c' (29,657) at 20240405153049217 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958300k.dts' (29,658) at 20240405153045429 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/gpio.h' (29,659) at 20210308005002636 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-d680-dmb.c' (29,660) at 20210307214928778 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/init.c' (29,661) at 20240405153046493 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/test-arm-iwmmxt.S' (29,662) at 20210308005046493 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_api.h' (29,663) at 20240405153052797 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/PwmSensor.hpp' (29,664) at 20231028080008830 to deleted uid set 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/unwind-libdw.c' (29,665) at 20240405153232219 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-errata.h' (29,666) at 20210307214926234 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py' (29,667) at 20210307205554262 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5764.yaml' (29,668) at 20240405153045073 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/.gitignore' (29,669) at 20210307214925858 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2770.h' (29,670) at 20220913100024317 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/virtual-memory.json' (29,671) at 20240405153054137 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/core.c' (29,672) at 20240405153051193 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sprd_wdt.c' (29,673) at 20220525020654335 2025-03-14 03:00:47.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi' (29,674) at 20240405153045589 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/x86/intel_hdmi_lpe_audio.h' (29,675) at 20210307214932450 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_norflash_boot_defconfig' (29,676) at 20210308005003248 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/images/obmc-phosphor-image.bbappend' (29,677) at 20241221090017480 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/processor_32.h' (29,678) at 20240405153046321 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/locking/spinlocks.rst' (29,679) at 20240405153045297 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/loongson,ls-gpio.yaml' (29,680) at 20240405153045061 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/events.yaml' (29,681) at 20210307205553702 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/local.conf.sample' (29,682) at 20241221090017480 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ioam6_genl.h' (29,683) at 20220525020654671 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/data_interface_test.cpp' (29,684) at 20230511080031859 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-bus.h' (29,685) at 20220429100100570 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml' (29,686) at 20240405153045165 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/cmd_parser.c' (29,687) at 20240405153048513 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am57xx_evm_defconfig' (29,688) at 20210308005003248 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mux/ti-serdes.h' (29,689) at 20240405153231799 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_hover.png' (29,690) at 20210307205554250 to deleted uid set 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-ctrl.c' (29,691) at 20240405153053997 2025-03-14 03:00:47.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/fribidi/fribidi_1.0.16.bb' (29,692) at 20241221090017692 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_mci.h' (29,693) at 20210308005003560 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/etherh.c' (29,694) at 20240405153049773 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/layer.conf' (29,695) at 20241221090017480 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb' (29,696) at 20241206090014218 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/Kconfig' (29,697) at 20240405153049149 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c' (29,698) at 20240405153231039 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/libgcc2.c' (29,699) at 20210308005002544 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/acrn.h' (29,700) at 20240405153046377 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,pcie2-phy.yaml' (29,701) at 20240405153045129 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ucall.h' (29,702) at 20240405153232271 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EndpointCollection.json' (29,703) at 20240619080002944 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/bestcomm/ata.h' (29,704) at 20210307214931390 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/sparc.py' (29,705) at 20240405153054225 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/mpesw.c' (29,706) at 20240613080016439 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugepage-mremap.c' (29,707) at 20240405153054329 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/077.out' (29,708) at 20210308005046441 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/vdso.S' (29,709) at 20240405153046261 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/temperature/thermocouple.h' (29,710) at 20210307214931338 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/inode-test.c' (29,711) at 20240405153231663 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/Kbuild' (29,712) at 20210307214927966 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/turris-mox-rwtm.c' (29,713) at 20240805080013947 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/ohand-color.svg' (29,714) at 20210307205554370 2025-03-14 03:00:47.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/aspeed_rtc.c' (29,715) at 20241211090212326 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port_proxy.c' (29,716) at 20240405153231267 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma2/sdma2_4_2_2_offset.h' (29,717) at 20210307214927674 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_metadata.c' (29,718) at 20240405153054265 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bcm4908_enet.h' (29,719) at 20220525020653455 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/berlin2-div.h' (29,720) at 20210307214926966 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/pm-tegra30.c' (29,721) at 20210307214925962 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend' (29,722) at 20210812000025162 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt' (29,723) at 20210307214925374 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/u-boot_flash_64M.cfg' (29,724) at 20211231040028208 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmsvc.h' (29,725) at 20210307214931622 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pcs-rzn1-miic.h' (29,726) at 20240405153052761 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/muldi3.c' (29,727) at 20210308005002804 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/-bmc-gbmcbrnicdhcp.netdev' (29,728) at 20240913080015313 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm7445.h' (29,729) at 20210308005003588 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/fpumacro.h' (29,730) at 20210307214926578 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h' (29,731) at 20240405153047229 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nuvoton,npcm-vcd.yaml' (29,732) at 20240405153229775 2025-03-14 03:00:47.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv.dts' (29,733) at 20240405153046241 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/spl.c' (29,734) at 20210308005002948 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3x/time.c' (29,735) at 20220525020651986 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcursor_1.2.3.bb' (29,736) at 20241221090017684 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-axg-reset.h' (29,737) at 20210307214931346 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_empty_tree.c' (29,738) at 20210307214932142 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adl_pci8164.c' (29,739) at 20240405153046889 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mpu.h' (29,740) at 20210307214925854 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_immed.c' (29,741) at 20240405153052365 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/dmub_srv.h' (29,742) at 20240405153230423 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_hpd.h' (29,743) at 20240405153047301 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsi.h' (29,744) at 20210307214931390 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/cdomain.py' (29,745) at 20240405153229831 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cex2c.c' (29,746) at 20240405153231379 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jyvaskyla' (29,747) at 20210307205553770 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/network/phosphor-network/config.json' (29,748) at 20241023080015407 2025-03-14 03:00:47.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-opos6ul.dtsi' (29,749) at 20240405153045525 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user.c' (29,750) at 20241211090212350 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/yocto-builds.yml' (29,751) at 20240127090011884 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Modern-Variant' (29,752) at 20211006000025238 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gpuva_mgr.c' (29,753) at 20240405153230535 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/asoc.h' (29,754) at 20240405153052949 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/tei.c' (29,755) at 20210307214928546 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/FRU_Master.json' (29,756) at 20221213040036917 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci_am654.c' (29,757) at 20240613080016427 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3100.dts' (29,758) at 20240405153229871 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/buttons.scss' (29,759) at 20210308005107073 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/ucontext.h' (29,760) at 20240405153045945 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nvidia,tegra20-slink.yaml' (29,761) at 20240405153229799 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/.gitignore' (29,762) at 20220525020655227 2025-03-14 03:00:47.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/xt_string.sh' (29,763) at 20240405153232283 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/renesas,rspi.yaml' (29,764) at 20240405153045173 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c' (29,765) at 20220525020653755 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/jetson-tk1.c' (29,766) at 20210308005003024 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/bmp280-spi.c' (29,767) at 20241011080017319 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/common/Makefile' (29,768) at 20210308005003048 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk.c' (29,769) at 20240405153230247 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memgf100.c' (29,770) at 20210307214927966 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-av.h' (29,771) at 20210307214928686 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/atomic.h' (29,772) at 20240405153046245 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sig.h' (29,773) at 20240405153052625 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/highbank.c' (29,774) at 20240405153045645 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avertv-303.c' (29,775) at 20210307214928778 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/xgmi/xgmi_6_1_0_sh_mask.h' (29,776) at 20240405153048317 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra20-gpio.txt' (29,777) at 20210308005003304 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/styles/index.scss' (29,778) at 20210308005107081 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rtc-tools/rtc-tools_2022.02.bb' (29,779) at 20220402030016003 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/tu102.c' (29,780) at 20240405153048629 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/settings.cpp' (29,781) at 20240829080022542 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/gconf-cfg.sh' (29,782) at 20240405153053453 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb' (29,783) at 20241206090014330 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/Makefile' (29,784) at 20240405153052025 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/irq.c' (29,785) at 20240405153045629 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/efivarfs/efivarfs.sh' (29,786) at 20240405153054301 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dib0700-rc5.c' (29,787) at 20210307214928778 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi' (29,788) at 20240405153229887 2025-03-14 03:00:47.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/__init__.py' (29,789) at 20210308005046245 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/README' (29,790) at 20210308005003088 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch' (29,791) at 20241221090017528 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/exp_rcv.h' (29,792) at 20240405153049045 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/cia.c' (29,793) at 20210307214926138 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/at91_udc.c' (29,794) at 20240405153052081 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-kernel/linux/linux-aspeed/mtjade.cfg' (29,795) at 20221118040015022 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/utils.cpp' (29,796) at 20221026030020467 to deleted uid set 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig' (29,797) at 20210308005003240 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/svm_nested_shutdown_test.c' (29,798) at 20240405153054321 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/linux-aio.c' (29,799) at 20240906080037148 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ccs.h' (29,800) at 20220525020654667 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/systbl.c' (29,801) at 20240405153046153 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/Kconfig' (29,802) at 20240405153230147 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/mcu.h' (29,803) at 20240405153050605 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-sharp-decoder.c' (29,804) at 20240405153230823 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/scripts/mkvenv.py' (29,805) at 20241211090212442 2025-03-14 03:00:47.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/clk-mpfs-ccc.c' (29,806) at 20240405153046801 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/hsm.c' (29,807) at 20240405153052229 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/u-boot-env.c' (29,808) at 20240919080017066 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/hwstats.c' (29,809) at 20240405153050349 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/config' (29,810) at 20210308005003736 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/mach64_gx.c' (29,811) at 20240405153052185 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml' (29,812) at 20240405153045125 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/stream_sched_prio.c' (29,813) at 20240405153053377 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/qcom_scm-smc.c' (29,814) at 20240910080014026 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmsch_v4_0_3.h' (29,815) at 20240405153230359 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-main.dtsi' (29,816) at 20240405153229971 to deleted uid set 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z10/crypto.json' (29,817) at 20240405153054117 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbh29.h' (29,818) at 20210307214928630 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cmp.h' (29,819) at 20210307214926210 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/Makefile' (29,820) at 20240405153046305 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/rdma.h' (29,821) at 20240326080039570 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mman.h' (29,822) at 20240405153229907 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_tfa_defconfig' (29,823) at 20210308005003264 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp872x.c' (29,824) at 20240405153231363 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/part.c' (29,825) at 20210308005003216 2025-03-14 03:00:47.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_uuid.c' (29,826) at 20210307214931818 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch' (29,827) at 20241221090017680 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm6375-mdss.yaml' (29,828) at 20240405153229763 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-or-later' (29,829) at 20210316000012717 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-04' (29,830) at 20220718030006057 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/gpio_base.c' (29,831) at 20240405153047289 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-tx49xx/mangle-port.h' (29,832) at 20240405153046009 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.kconfig' (29,833) at 20210308005003296 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kgdb.h' (29,834) at 20240405153052717 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/LICENSE' (29,835) at 20210308005134505 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/Makefile' (29,836) at 20240405153232287 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE04' (29,837) at 20240405153054369 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-bananapi-m2-plus-v1.2.dtsi' (29,838) at 20240405153045397 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_aux.h' (29,839) at 20240405153047217 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/manager.cpp' (29,840) at 20240817080027248 to deleted uid set 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/moxart_wdt.c' (29,841) at 20240405153052241 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-st.c' (29,842) at 20240405153231559 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/upd64083.h' (29,843) at 20210307214931546 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install.sh' (29,844) at 20220612030016755 2025-03-14 03:00:47.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_nv.c' (29,845) at 20240405153230183 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/theadorable.h' (29,846) at 20210308005003072 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-rspi.c' (29,847) at 20240405153231467 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-64bit-cpu.xml' (29,848) at 20221215040039086 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/lowlevel_init.S' (29,849) at 20210308005002980 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-msc313.c' (29,850) at 20240405153230303 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/memory-devices/ti-emif.rst' (29,851) at 20210307214925466 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64_2core_2k1000.dts' (29,852) at 20220525020651994 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/Kconfig' (29,853) at 20240405153049457 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalDns.vue' (29,854) at 20241004080035971 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkDeviceFunctionMetrics.v1_2_0.json' (29,855) at 20240619080002948 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/serial-console.rst' (29,856) at 20240405153229739 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sparc64/run.sh' (29,857) at 20210307214932722 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.spl' (29,858) at 20230302090047762 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/diff-v4l.rst' (29,859) at 20220525020651782 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/core.rst' (29,860) at 20240405153045289 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spear6xx_evb.h' (29,861) at 20210308005003616 2025-03-14 03:00:47.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-m-nocp.c' (29,862) at 20240906080037468 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.hpp' (29,863) at 20241210090027376 to deleted uid set 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uddevalla_Kapelle' (29,864) at 20210307205553794 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/kwbimage.cfg' (29,865) at 20210308005003008 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/irq_remapping.c' (29,866) at 20240405153230743 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8541.dts' (29,867) at 20240405153046093 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/fw_qos.c' (29,868) at 20210307214929502 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/core.c' (29,869) at 20241023080012875 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.h' (29,870) at 20210307214929922 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-hub.c' (29,871) at 20210307214930834 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcmad.c' (29,872) at 20240405153046901 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi' (29,873) at 20210307214926342 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/edminiv2_defconfig' (29,874) at 20210308005003256 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/common/ia_css_common_io_param.h' (29,875) at 20210307214930558 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/mcb-pci.c' (29,876) at 20240405153049233 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1s-mangopi-mq.dts' (29,877) at 20240405153046241 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/xen-block.c' (29,878) at 20240326080039430 2025-03-14 03:00:47.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/omapfb.h' (29,879) at 20240405153052205 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checkversion.pl' (29,880) at 20220525020654939 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx31pdk_defconfig' (29,881) at 20210308005003268 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml' (29,882) at 20240405153045089 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.1.bb' (29,883) at 20241221090017500 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-acpi.c' (29,884) at 20240405153046653 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-class-rfkill' (29,885) at 20210309003648244 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/xlnx,i2s.txt' (29,886) at 20210307214925438 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/kvm_para.h' (29,887) at 20210307214926394 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistryCollection_v1.xml' (29,888) at 20240619080002928 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6358-usbh-phy.c' (29,889) at 20210308005003452 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r3-kb.dts' (29,890) at 20240405153045781 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/Kconfig' (29,891) at 20240405153049717 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/files/gpio-shutdown-keymap.sh' (29,892) at 20220402030016071 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts' (29,893) at 20240405153045817 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf' (29,894) at 20240413080012699 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/Makefile' (29,895) at 20210308005002912 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,spmi-clkdiv.yaml' (29,896) at 20240405153045029 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mlock2-tests.c' (29,897) at 20240405153054329 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/pm.c' (29,898) at 20240405153053005 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-rbtx4927.c' (29,899) at 20210307214926282 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/.gitignore' (29,900) at 20240501080016543 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl_0.9.bb' (29,901) at 20230919080013962 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sh/util/dwarf-regs.c' (29,902) at 20210307214932518 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/test_soc/cpu/branch.json' (29,903) at 20220525020655143 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/zaius_vcs.sh' (29,904) at 20230421080020940 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/edu.c' (29,905) at 20240906080037252 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/generic_event_device.h' (29,906) at 20241211090212358 2025-03-14 03:00:47.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/98-pitft.conf' (29,907) at 20210307205554106 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mvsdio.h' (29,908) at 20210307214929194 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/force_readonly_toc.cpp' (29,909) at 20210308005100997 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_configs.h' (29,910) at 20210308004922932 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/imx-cpufreq-dt.txt' (29,911) at 20210307214925298 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/Makefile' (29,912) at 20240405153232143 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-livepatch' (29,913) at 20240405153044925 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/0001-cli-drop-the-second-argument-from-click.argument-dec.patch' (29,914) at 20210407000018090 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cp1250.h' (29,915) at 20210308005003628 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ie.c' (29,916) at 20240405153050565 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1-1g-0.dtsi' (29,917) at 20210307214926350 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dragonboard820c.h' (29,918) at 20210308005003592 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/gpio-samsung-s3c64xx.h' (29,919) at 20210309003648712 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/ppccache.S' (29,920) at 20210308005002840 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/vg_chip_offset_byte.h' (29,921) at 20220525020655015 2025-03-14 03:00:47.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDDL-1.1' (29,922) at 20211006000025234 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/gpio.h' (29,923) at 20210308005002724 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/virtuoso.c' (29,924) at 20220525020655007 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/fb.h' (29,925) at 20240405153046317 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_mass_storage.h' (29,926) at 20210307214930798 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/templates/default/bblayers.conf.sample' (29,927) at 20220910030013341 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-al.c' (29,928) at 20240910080014062 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci.h' (29,929) at 20210308005046481 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/Makefile' (29,930) at 20240405153230735 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lt3593.c' (29,931) at 20220525020653211 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6/0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch' (29,932) at 20210307205553842 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c' (29,933) at 20240405153230615 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/AGGREGATION.md' (29,934) at 20230301040003617 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_ds2413.rst' (29,935) at 20210307214925634 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-v2.c' (29,936) at 20230310090043279 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_helpers.c' (29,937) at 20240405153051861 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/index.rst' (29,938) at 20211006000025222 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfdma.h' (29,939) at 20210307214926162 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/MAINTAINERS' (29,940) at 20210308005002940 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-internal.h' (29,941) at 20230925080040033 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.c' (29,942) at 20220525020652502 2025-03-14 03:00:47.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/README.md' (29,943) at 20230517080034214 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs_common/nfs_ssc.c' (29,944) at 20240405153052429 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-generate-configure.ac-only.patch' (29,945) at 20210307205553846 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p4080ds_ddr.c' (29,946) at 20210308005002964 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/MAINTAINERS' (29,947) at 20240913080013765 to deleted uid set 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/Makefile' (29,948) at 20210308005002988 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_wlan.h' (29,949) at 20240405153050549 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/raspberrypi,firmware-gpio.txt' (29,950) at 20210307214925318 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/Makefile' (29,951) at 20210307214929422 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h' (29,952) at 20210308005002660 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir.h' (29,953) at 20210307214928778 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/vas-api.rst' (29,954) at 20240405153229823 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/config-file.h' (29,955) at 20240906080037344 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/irqs.h' (29,956) at 20210307214925946 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/check-warnings' (29,957) at 20220804030014663 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/skeleton64.dtsi' (29,958) at 20210308005002612 2025-03-14 03:00:47.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/21285.c' (29,959) at 20240405153231507 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/edison.dts' (29,960) at 20210308005002860 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/consumer.h' (29,961) at 20240405153052693 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/super.h' (29,962) at 20220525020654479 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/USBController_v1.xml' (29,963) at 20240619080002940 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/Makefile' (29,964) at 20210307214929378 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu_ucode_xfer_vi.h' (29,965) at 20240405153048341 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/anybuss-controller.h' (29,966) at 20210307214930506 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/spi_pl022.h' (29,967) at 20210308005003628 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/urls.py' (29,968) at 20240106090017249 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/phy.c' (29,969) at 20210307214929422 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/lpddr4_define.h' (29,970) at 20210308005002644 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_stats.h' (29,971) at 20240405153231063 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/htc.h' (29,972) at 20240405153050437 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/dma.c' (29,973) at 20240405153045365 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ampere-platform-init.service' (29,974) at 20241023080015407 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb' (29,975) at 20230811080018298 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/msi-howto.rst' (29,976) at 20240405153044929 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/pipeline.json' (29,977) at 20240405153054133 2025-03-14 03:00:47.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/bblayers.conf.sample' (29,978) at 20220910030013381 2025-03-14 03:00:47.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fwnode.h' (29,979) at 20241216090017765 2025-03-14 03:00:47.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/local-ping.patch' (29,980) at 20220204040022604 2025-03-14 03:00:47.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_xadd.c' (29,981) at 20240405153054285 2025-03-14 03:00:47.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-mingw' (29,982) at 20241206090014314 2025-03-14 03:00:47.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_1_sh_mask.h' (29,983) at 20240405153047613 2025-03-14 03:00:47.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/opengrok0.0.log' (29,984) at 20241229020522705 2025-03-14 03:00:47.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/gpl-2.0.txt' (29,985) at 20210308005002540 2025-03-14 03:00:47.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gm20b.c' (29,986) at 20220525020652975 2025-03-14 03:00:47.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_ematch/tc_em_meta.h' (29,987) at 20210307214931662 2025-03-14 03:00:47.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/nrf.rst' (29,988) at 20210927100127077 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_0_sh_mask.h' (29,989) at 20210309003649624 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/locktypes.rst' (29,990) at 20240405153229819 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/caif/index.rst' (29,991) at 20210309003648436 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt20xx.h' (29,992) at 20210307214928798 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/Makefile' (29,993) at 20210308005003072 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Process.interface.yaml' (29,994) at 20220315030032671 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/controller.h' (29,995) at 20240405153051389 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83tc811.c' (29,996) at 20220525020653683 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fcdevice.h' (29,997) at 20210307214931382 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/.gitignore' (29,998) at 20240405153054073 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vboxguest.h' (29,999) at 20210309003654000 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_osfp.json' (30,000) at 20241213090004409 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/lego,ev3-battery.yaml' (30,001) at 20240405153045141 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/owl-s500-powergate.h' (30,002) at 20210307214931346 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0008-Use-uintmax_t-for-handling-rlim_t.patch' (30,003) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb' (30,004) at 20241221090017560 to deleted uid set 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_snprintf_single.c' (30,005) at 20220525020655199 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/unwcheck.py' (30,006) at 20220525020651978 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aspenite_defconfig' (30,007) at 20210308005003248 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test4_%.bbappend' (30,008) at 20241206090014214 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958522er.dts' (30,009) at 20240405153045429 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-dai-i2s.c' (30,010) at 20240405153053961 2025-03-14 03:00:47.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/cypress,cyapa.yaml' (30,011) at 20240405153045077 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/imx8.c' (30,012) at 20240405153053993 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/faq.rst' (30,013) at 20230114040015514 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-perl/perl/libwhisker2-perl_2.5.bb' (30,014) at 20241221090017580 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_global_state.c' (30,015) at 20240405153048453 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-fw-ver.sh' (30,016) at 20220727030013877 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLFL-1.3' (30,017) at 20241221090017616 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/gcc.yml' (30,018) at 20241206090014206 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/mem.c' (30,019) at 20210309003649832 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-fa.c' (30,020) at 20210307214925970 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h' (30,021) at 20240405153048673 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/hiface/chip.c' (30,022) at 20220525020655099 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7770.c' (30,023) at 20210307214926566 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stm.h' (30,024) at 20220525020654619 2025-03-14 03:00:47.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_usbtty_defconfig' (30,025) at 20210308005003280 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_10_0_sh_mask.h' (30,026) at 20240405153047433 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_40x.h' (30,027) at 20240405153046133 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/Makefile' (30,028) at 20210307214927086 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/trace.h' (30,029) at 20210307214929126 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_base.h' (30,030) at 20240405153049997 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/adp5589.h' (30,031) at 20220525020654575 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/k3dma.c' (30,032) at 20220525020652410 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/aic79xx.rst' (30,033) at 20210307214925558 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb' (30,034) at 20241221090017548 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/sata.c' (30,035) at 20210308005002764 2025-03-14 03:00:47.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-s3-lichee-zero-plus.dts' (30,036) at 20240405153045393 2025-03-14 03:00:47.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_ioc.c' (30,037) at 20240405153049853 2025-03-14 03:00:47.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@280/ir35221@70.conf' (30,038) at 20240904080027734 2025-03-14 03:00:47.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/pio.c' (30,039) at 20220525020653083 2025-03-14 03:00:47.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html' (30,040) at 20210307205554282 2025-03-14 03:00:47.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/suspend.h' (30,041) at 20210307214926066 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_8_0_sh_mask.h' (30,042) at 20240405153048057 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/metamail' (30,043) at 20241221090017620 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb' (30,044) at 20240413080012663 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-microzed.dts' (30,045) at 20210308005002632 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/pci.h' (30,046) at 20240405153048621 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml' (30,047) at 20240405153229803 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/vfn.h' (30,048) at 20240405153048621 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ad7418.c' (30,049) at 20240405153230659 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_state.c' (30,050) at 20210307214931806 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-common.inc' (30,051) at 20241206090014218 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/string.h' (30,052) at 20220525020651878 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/.gitignore' (30,053) at 20211221040045322 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/loongson_regs.h' (30,054) at 20240405153046005 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1088a_serdes.c' (30,055) at 20210308005002556 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_NAND_SECURE_BOOT_defconfig' (30,056) at 20210308005003244 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/clk.c' (30,057) at 20240405153045981 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-dphy-rx0.c' (30,058) at 20240405153231315 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2080a.dtsi' (30,059) at 20210308005002580 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/st,sti-softreset.txt' (30,060) at 20210307214925414 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt' (30,061) at 20210307214925374 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/ipmr_base.c' (30,062) at 20241211090145553 to deleted uid set 2025-03-14 03:00:47.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-src.c' (30,063) at 20240405153053969 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-occ.c' (30,064) at 20240405153047065 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spl.h' (30,065) at 20210308005003684 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_governor.h' (30,066) at 20240405153046913 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/getuser.S' (30,067) at 20210307214925866 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-esdhc.h' (30,068) at 20210309003650464 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/Create/meson.build' (30,069) at 20230825080033269 to deleted uid set 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/acr.h' (30,070) at 20240405153048617 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_sdm.c' (30,071) at 20240405153046861 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/crash_dump_64.c' (30,072) at 20240405153046429 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/spl.h' (30,073) at 20210308005002816 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h' (30,074) at 20240405153049469 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/posix_types.h' (30,075) at 20210307214926590 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/brcm,bcmbca-timer.yaml' (30,076) at 20240405153045177 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.yaml' (30,077) at 20240405153045073 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-artpec/Makefile' (30,078) at 20210307214925870 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb' (30,079) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/mt8173-afe-common.h' (30,080) at 20210307214932394 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb10p.rst' (30,081) at 20220525020651786 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Advertising-Acknowledgement' (30,082) at 20241221090017612 2025-03-14 03:00:47.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/blk.c' (30,083) at 20210308005003736 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/masters/w1-gpio.rst' (30,084) at 20240405153045333 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/aclocal.h' (30,085) at 20240405153230167 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-timberdale.c' (30,086) at 20240405153230307 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwgpe.c' (30,087) at 20240405153046621 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sdvo.h' (30,088) at 20240405153048461 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_sii164.h' (30,089) at 20240405153231491 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/duplicatable_file_handle.hpp' (30,090) at 20240715080010505 to deleted uid set 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/disas/disas.h' (30,091) at 20240906080037324 2025-03-14 03:00:47.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/runuser-l.pamd' (30,092) at 20210307205554494 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/sor.c' (30,093) at 20240405153230639 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/key.h' (30,094) at 20220525020654195 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/net/bpf_jit_comp32.c' (30,095) at 20240405153230023 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_host_data.c' (30,096) at 20210307214930570 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/opengrok0.0.log.lck' (30,097) at 20241229005445034 to deleted uid set 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/ssi.c' (30,098) at 20240405153053985 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tegra_mmc.c' (30,099) at 20210308005003408 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trace_clock.h' (30,100) at 20210307214926678 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h' (30,101) at 20240405153048505 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_skc_to_unix_sock.c' (30,102) at 20240405153054277 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/bitsperlong.h' (30,103) at 20210307214926122 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/board.c' (30,104) at 20210308005002924 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/conf.py' (30,105) at 20241211090212230 2025-03-14 03:00:47.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/dcr.c' (30,106) at 20240405153046229 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/it87.c' (30,107) at 20240405153230663 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/anx6345.c' (30,108) at 20210308005003524 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c' (30,109) at 20240405153230611 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (30,110) at 20211216110018995 to deleted uid set 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A13-OLinuXinoM_defconfig' (30,111) at 20210308005003232 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/libtoaster.js' (30,112) at 20231126090012817 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-ops.c' (30,113) at 20240405153230259 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/resctrl.h' (30,114) at 20241211090145577 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/bcsr.h' (30,115) at 20210308005002980 2025-03-14 03:00:47.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l41_hda.c' (30,116) at 20240628080014037 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-himax-hx8394.c' (30,117) at 20240805080013955 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/board.c' (30,118) at 20210308005002912 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/imx_serial.h' (30,119) at 20240906080037332 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-ipq8074.h' (30,120) at 20240405153052645 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init.bb' (30,121) at 20241206090014226 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/wep.c' (30,122) at 20210307214931994 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_tool.h' (30,123) at 20210307214930366 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/server_sent_event.hpp' (30,124) at 20240914080002926 to deleted uid set 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PDDL-1.0' (30,125) at 20211006000025242 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-stm32.c' (30,126) at 20210307214927050 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/speed_select.cpp' (30,127) at 20240904080048579 to deleted uid set 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sibyte.c' (30,128) at 20210309003649988 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/internal.h' (30,129) at 20240405153052409 2025-03-14 03:00:47.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.davinci.nand_spl' (30,130) at 20210308005003292 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/tnum.c' (30,131) at 20220525020654691 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComputerSystem_v1.xml' (30,132) at 20240918080002708 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/srt/srt_1.4.4.bb' (30,133) at 20220409030017471 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apm_32.c' (30,134) at 20240405153046409 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb' (30,135) at 20211006000025198 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/Makefile' (30,136) at 20210406100034795 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/ACEX1K.c' (30,137) at 20210308005003372 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/dac.h' (30,138) at 20210307214926554 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lp8755.h' (30,139) at 20210307214931478 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison_3.8.2.bb' (30,140) at 20230813080012892 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adav801.c' (30,141) at 20210307214932294 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/board.c' (30,142) at 20210308005002996 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' (30,143) at 20210307205554390 to deleted uid set 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.editorconfig' (30,144) at 20210927100127013 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/Kbuild' (30,145) at 20210307214926314 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3/run-ptest' (30,146) at 20241206090014258 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/reg.h' (30,147) at 20240805080013987 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/Makefile' (30,148) at 20210308005002844 2025-03-14 03:00:47.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h' (30,149) at 20240405153050529 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdcore.c' (30,150) at 20210308005003408 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ndctl.h' (30,151) at 20240405153052929 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/signal32.h' (30,152) at 20210307214926066 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c' (30,153) at 20210307214928782 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/admtek/Makefile' (30,154) at 20210307214929726 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml' (30,155) at 20220525020651686 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_translate_dcn315.h' (30,156) at 20240405153047289 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sec.c' (30,157) at 20210307214929954 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/gm12u320.c' (30,158) at 20240405153048773 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_utils.h' (30,159) at 20240405153048537 2025-03-14 03:00:47.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_probe_frontend.c' (30,160) at 20240405153231603 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h' (30,161) at 20240405153050245 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77961-sysc.h' (30,162) at 20210307214931346 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/emu10k1-jack.rst' (30,163) at 20210307214925566 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_alua.c' (30,164) at 20240405153051965 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/Kconfig' (30,165) at 20240405153230579 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-base32.xml' (30,166) at 20240326080039410 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml' (30,167) at 20240405153229783 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firewire.h' (30,168) at 20240405153052685 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pm/index.rst' (30,169) at 20210307214925470 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-pandora-1ghz.dts' (30,170) at 20240405153045605 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/find_vma.c' (30,171) at 20240405153054253 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/phosphor-logging.wrap' (30,172) at 20240628080018949 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/clock.c' (30,173) at 20210308005002788 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/w1.c' (30,174) at 20210308005003220 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_wc_x86_64.c' (30,175) at 20210307214928446 2025-03-14 03:00:47.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/microchip,sama7g5-i2smcc.yaml' (30,176) at 20240405153045165 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/verifyDriveGeometry.hpp' (30,177) at 20231228090004564 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeSlots_v1.xml' (30,178) at 20240619080002932 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c' (30,179) at 20240405153230367 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8365.c' (30,180) at 20240405153231323 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/ipz_parser.hpp' (30,181) at 20240826080018283 to deleted uid set 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/futex-lock-pi.c' (30,182) at 20240405153054097 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_iprange.h' (30,183) at 20210307214931646 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4-io.dts' (30,184) at 20240405153045425 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x.c' (30,185) at 20240405153053501 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmapi.h' (30,186) at 20220525020654467 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isp.c' (30,187) at 20240405153230819 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/slogn.S' (30,188) at 20210307214926146 2025-03-14 03:00:47.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064-v2.0-smb208.dtsi' (30,189) at 20240405153045541 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_trace.h' (30,190) at 20240405153051013 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-9p.c' (30,191) at 20221215040039150 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/instruction.json' (30,192) at 20240405153054113 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/dmabuf.h' (30,193) at 20240405153048513 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/altera_uart.h' (30,194) at 20210307214931354 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kfree_skb.c' (30,195) at 20240405153054269 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lockdep_states.h' (30,196) at 20210307214931738 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_scsi.h' (30,197) at 20210309003654000 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/uncore-memory.json' (30,198) at 20240405153054153 2025-03-14 03:00:47.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194.dtsi' (30,199) at 20240405153045753 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/oemhandler.hpp' (30,200) at 20240820080018013 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch' (30,201) at 20240413080012627 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb' (30,202) at 20241206090014266 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pkgdata-util' (30,203) at 20240301090012483 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/ls1c/board.c' (30,204) at 20220921100021454 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/busybox/busybox/wall.cfg' (30,205) at 20230301040014457 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/index.rst' (30,206) at 20240405153045257 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch' (30,207) at 20241221090017516 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6core.yaml' (30,208) at 20240405153045169 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/adwaita-icon-theme_47.0.bb' (30,209) at 20241221090017680 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_ekanalyzer.h' (30,210) at 20210308004938820 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_actlog.c' (30,211) at 20240405153046705 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi' (30,212) at 20240405153045813 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogServiceCollection_v1.xml' (30,213) at 20240619080002928 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/raydium_i2c_ts.c' (30,214) at 20240405153230735 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/Kbuild' (30,215) at 20240405153046057 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/qcom-spmi-pmic.h' (30,216) at 20240405153231863 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/cxgb3_ioctl.h' (30,217) at 20210307214929358 2025-03-14 03:00:47.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_iscsi.c' (30,218) at 20240405153051573 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/genvdso.h' (30,219) at 20210307214926298 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/guest-random.h' (30,220) at 20240326080039546 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/sunxi.c' (30,221) at 20241115090012961 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/src/main.cpp' (30,222) at 20230216040029275 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/id-button-pressed.service' (30,223) at 20220514030009396 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/nh-avx2-x86_64.S' (30,224) at 20240613080016371 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/schemas/events.schema.yaml' (30,225) at 20241107090038222 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/test-armv6m-undef.ld' (30,226) at 20240326080039742 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp_kms.h' (30,227) at 20220525020652935 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c' (30,228) at 20240405153047221 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vfpmacros.h' (30,229) at 20210309003648676 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-system-native_9.1.1.bb' (30,230) at 20241221090017672 to deleted uid set 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/csumipv6.S' (30,231) at 20210307214925866 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/cache.S' (30,232) at 20210308005002832 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb' (30,233) at 20241221090017504 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml' (30,234) at 20240405153045137 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/st,sti-i2c.yaml' (30,235) at 20240405153045065 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig' (30,236) at 20210308005003276 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/Makefile' (30,237) at 20210308005003040 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3128-evb.dts' (30,238) at 20240405153045557 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx2/Kconfig' (30,239) at 20210308005002728 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml' (30,240) at 20221207040023631 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm.dts' (30,241) at 20210308005002596 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/regression.py' (30,242) at 20241221090017704 2025-03-14 03:00:47.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalDefaultGateway.vue' (30,243) at 20241004080035971 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/trace_pipe.tc' (30,244) at 20210307214932670 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.c' (30,245) at 20240405153050133 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/law.c' (30,246) at 20210308005002960 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest.h' (30,247) at 20240527080023364 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/VERSION' (30,248) at 20241211090212206 to deleted uid set 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/imx/revision.h' (30,249) at 20240405153231863 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/pgood_monitor.hpp' (30,250) at 20240820080038646 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/imximage.cfg' (30,251) at 20210308005002988 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98388.h' (30,252) at 20240405153053633 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-sys-init.conf' (30,253) at 20220415030012089 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx7d-cm4.c' (30,254) at 20210307214925890 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mpc8xxx_wdt.c' (30,255) at 20240405153231599 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/bytcrc_pwrsrc.c' (30,256) at 20240405153051405 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpaphp_slot.c' (30,257) at 20240405153051249 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/psock_tpacket.c' (30,258) at 20210307214932694 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml' (30,259) at 20240405153045089 2025-03-14 03:00:47.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/scsi-disk.c' (30,260) at 20241211090212334 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/dbgfs.c' (30,261) at 20241125090012259 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/imx8m-soc.yaml' (30,262) at 20220525020651710 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-qcom-ep.c' (30,263) at 20240805080013995 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_els.c' (30,264) at 20240405153051593 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/releases.rst' (30,265) at 20241221090017584 to deleted uid set 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/uapi.h' (30,266) at 20240405153048769 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_btree_staging.h' (30,267) at 20240405153231771 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_lbc.h' (30,268) at 20210308005002836 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mscc_sgpio.c' (30,269) at 20210308005003376 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/049' (30,270) at 20210927100127477 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/remove_questions_text_file_references.patch' (30,271) at 20230706080014769 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc' (30,272) at 20230114040015550 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/twcfg.txt' (30,273) at 20210307205554122 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pl061.c' (30,274) at 20240405153047081 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/terminal.bbclass' (30,275) at 20220910030013393 2025-03-14 03:00:47.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ar933x.dtsi' (30,276) at 20210308005002812 2025-03-14 03:00:47.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/module.c' (30,277) at 20240405153050489 2025-03-14 03:00:47.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Tenerife' (30,278) at 20210307205553766 2025-03-14 03:00:47.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/xattr_acl.c' (30,279) at 20240405153231727 2025-03-14 03:00:47.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_6_0_sh_mask.h' (30,280) at 20210307214927518 2025-03-14 03:00:47.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/iter.c' (30,281) at 20240405153052385 2025-03-14 03:00:47.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/xfs-maintainer-entry-profile.rst' (30,282) at 20240405153229815 2025-03-14 03:00:47.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_tc.h' (30,283) at 20240405153050117 2025-03-14 03:00:47.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-armhf-cross.yml' (30,284) at 20240906080037440 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/powergate.h' (30,285) at 20210308005002672 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp' (30,286) at 20241210090002308 to deleted uid set 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/mru_test.cpp' (30,287) at 20210308005049141 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig' (30,288) at 20210308005003240 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/t10-pi.c' (30,289) at 20240405153046525 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tree_exp.h' (30,290) at 20240405153231919 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/hd44780_common.h' (30,291) at 20220525020652262 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-pcduino3-nano.dts' (30,292) at 20240405153045385 2025-03-14 03:00:47.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi' (30,293) at 20210307214926350 2025-03-14 03:00:47.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/soc21_enum.h' (30,294) at 20240405153048325 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Pixar' (30,295) at 20241221090017616 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/fplsp.S' (30,296) at 20210307214926150 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_display.c' (30,297) at 20240805080013955 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/ia_css_ref_types.h' (30,298) at 20210307214930558 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-j721s2.c' (30,299) at 20240405153047009 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/Makefile' (30,300) at 20240411080014154 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat_aa.c' (30,301) at 20240624080012836 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/Kconfig' (30,302) at 20240405153046969 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/meson.build' (30,303) at 20241211090212242 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch' (30,304) at 20241221090017656 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/starfive,jh7100-wdt.yaml' (30,305) at 20240405153045185 2025-03-14 03:00:47.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/Makefile' (30,306) at 20240405153231707 2025-03-14 03:00:47.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_0_sh_mask.h' (30,307) at 20210307214927538 2025-03-14 03:00:47.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cache/ax45mp_cache.c' (30,308) at 20240405153230199 2025-03-14 03:00:47.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/objdump_reformat.awk' (30,309) at 20210307214926750 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2g.h' (30,310) at 20210308005002732 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc.h' (30,311) at 20240405153051593 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/rss.c' (30,312) at 20240405153232015 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi_nor_flash.c' (30,313) at 20210308005003020 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_client.py' (30,314) at 20240419080015645 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/install.patch' (30,315) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-1.c' (30,316) at 20210307214931190 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mhi.h' (30,317) at 20240405153231819 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.h' (30,318) at 20210307214927826 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/imx7.rst' (30,319) at 20240405153044957 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x-proc.c' (30,320) at 20210307214932206 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/netduino2.c' (30,321) at 20240906080037192 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/vio.h' (30,322) at 20240405153230091 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.c' (30,323) at 20210307214929914 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/page.h' (30,324) at 20241211090145377 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/xen-hypercalls.sh' (30,325) at 20220525020654947 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/probe.c' (30,326) at 20210307214926562 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/gen-devlist.c' (30,327) at 20210307214930986 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/purgatory/.gitignore' (30,328) at 20240405153046265 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-64bit-virtual.xml' (30,329) at 20210308005045817 2025-03-14 03:00:47.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb' (30,330) at 20231011080016614 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wwan.h' (30,331) at 20240405153052821 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/mmu_context.h' (30,332) at 20240405153046069 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ebb.h' (30,333) at 20220525020655227 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395_lib.h' (30,334) at 20240405153053569 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/acpi_pm.c' (30,335) at 20240405153046873 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/upisemi,us5182.yaml' (30,336) at 20220525020651682 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga.c' (30,337) at 20240906080037220 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (30,338) at 20220826030017621 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-sunxi.c' (30,339) at 20210308005003496 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_eth.c' (30,340) at 20210308005003440 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nas2big.dts' (30,341) at 20240405153045457 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/0002-Drop-using-_LARGEFILE64_SOURCE.patch' (30,342) at 20230131040012035 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/Makefile' (30,343) at 20210308005003708 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/irq_work.h' (30,344) at 20240405153229907 2025-03-14 03:00:47.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c' (30,345) at 20240405153230611 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/skbuff.h' (30,346) at 20240520080015207 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/mmio.c' (30,347) at 20241211090212282 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/CVE-2019-19906.patch' (30,348) at 20230706080014753 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_tree.c' (30,349) at 20241009080009697 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/MAINTAINERS' (30,350) at 20210308005003000 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.spear' (30,351) at 20210308005003300 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb' (30,352) at 20241206090014266 to deleted uid set 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/spdm-socket.c' (30,353) at 20240906080037140 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/hsta_msi.c' (30,354) at 20240405153230047 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5102.h' (30,355) at 20210307214932354 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/pci.c' (30,356) at 20210308005003088 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/adp-ae3xx.c' (30,357) at 20210308005002900 2025-03-14 03:00:47.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend_f_open.rst' (30,358) at 20210309003648480 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/devtree.c' (30,359) at 20210726100024651 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/iommufd.c' (30,360) at 20240906080037140 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/intel/Makefile' (30,361) at 20240405153049405 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/0001-make-Make-CC-weak-assignment.patch' (30,362) at 20220204040022468 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/misc.c' (30,363) at 20240405153052549 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p5020si-post.dtsi' (30,364) at 20210307214926350 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml' (30,365) at 20240405153045029 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_signal.h' (30,366) at 20220429100100650 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ullared' (30,367) at 20210307205553794 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/power_supply.h' (30,368) at 20240405153051437 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts' (30,369) at 20240919080017050 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.err' (30,370) at 20210308005046405 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/rfkill.c' (30,371) at 20210309003651552 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf' (30,372) at 20210307205554598 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/usb-info.txt' (30,373) at 20210308005003328 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/odroid_xu3.h' (30,374) at 20210308005003608 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mpls-sysctl.rst' (30,375) at 20210307214925538 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa25x.h' (30,376) at 20240405153045677 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/irq-r7780rp.c' (30,377) at 20210307214926538 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_getport.c' (30,378) at 20210307214932002 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-display5.dtsi' (30,379) at 20240405153045501 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_cmd.h' (30,380) at 20210307214932202 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ds620.h' (30,381) at 20210307214931474 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb' (30,382) at 20241221090017504 to deleted uid set 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/cq.c' (30,383) at 20240405153049033 2025-03-14 03:00:47.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table_helper_struct.h' (30,384) at 20210307214927266 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/meson.build' (30,385) at 20231208090022708 to deleted uid set 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/controls.rst' (30,386) at 20220525020651758 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch' (30,387) at 20210905000020557 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.c' (30,388) at 20241008080013955 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/meson.build' (30,389) at 20241211090212386 to deleted uid set 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/coda_int.h' (30,390) at 20210307214931058 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/binfmt_elf_fdpic.c' (30,391) at 20240830080013307 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c' (30,392) at 20240405153048481 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/talitos.h' (30,393) at 20240405153046965 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/vexpress.rst' (30,394) at 20240405153045217 2025-03-14 03:00:47.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_pgid.c' (30,395) at 20240405153050177 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-config-build' (30,396) at 20241221090017584 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_dmap.c' (30,397) at 20241216090017757 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/Kconfig' (30,398) at 20210308005002844 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-de.h' (30,399) at 20210308005003640 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/sysctl.c' (30,400) at 20240405153053361 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_type.h' (30,401) at 20210307214930366 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/qcom_aoss.h' (30,402) at 20240405153231839 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch' (30,403) at 20211006000025250 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pcap-regulator.c' (30,404) at 20240405153051469 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts' (30,405) at 20240405153045805 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/philips1358.rc5' (30,406) at 20210307205553758 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/env.patch' (30,407) at 20210307205554626 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt' (30,408) at 20210307214925382 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psp-tee.h' (30,409) at 20210307214931486 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/x509.asn1' (30,410) at 20240405153046533 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/help.h' (30,411) at 20210307214932494 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-at91.h' (30,412) at 20220525020653071 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x06_uclass.h' (30,413) at 20240405153048805 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/Makefile' (30,414) at 20210308005003012 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-usb.h' (30,415) at 20210308005003640 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v3.5.1.c' (30,416) at 20240405153050345 2025-03-14 03:00:47.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-i386-desc.rst.inc' (30,417) at 20240906080037180 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c' (30,418) at 20241211090145409 to deleted uid set 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max77693.yaml' (30,419) at 20240405153229775 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/cyrix.c' (30,420) at 20240405153046413 to deleted uid set 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_extend.h' (30,421) at 20240405153052857 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-qla2xxx' (30,422) at 20210307214925186 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/prefetch.h' (30,423) at 20210307214926322 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-clt-sysfs.c' (30,424) at 20240405153046713 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/submitting-patches.rst' (30,425) at 20240405153045281 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/bcm590xx-regulator.c' (30,426) at 20240405153051461 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/handshake.h' (30,427) at 20240405153231851 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/NMISource/meson.build' (30,428) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch' (30,429) at 20241221090017544 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/geekbox.c' (30,430) at 20210308005003004 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc85xx_pm_ops.c' (30,431) at 20240405153046201 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/img-spdif-out.c' (30,432) at 20240405153232179 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c' (30,433) at 20240405153230399 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sfr_nb4-ser_ram_defconfig' (30,434) at 20210308005003280 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb' (30,435) at 20240113090014536 to deleted uid set 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/fpreg.c' (30,436) at 20240405153045357 2025-03-14 03:00:47.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/fw_env.config' (30,437) at 20210307205553682 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/perf_test.c' (30,438) at 20240405153232287 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0005-ioctl-does-not-have-same-signature-between-glibc-and.patch' (30,439) at 20240413080012639 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-img.rst' (30,440) at 20240906080037180 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/dev.h' (30,441) at 20240405153052665 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/memory.c' (30,442) at 20240405153230183 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/iptable_raw.c' (30,443) at 20240405153053253 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.31.bb' (30,444) at 20241206090014254 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,jpu.yaml' (30,445) at 20240405153045101 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb' (30,446) at 20241206090014270 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/other.json' (30,447) at 20240405153054125 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/pgtable-bits.h' (30,448) at 20240405153045905 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/tca6416-keypad.c' (30,449) at 20240405153230727 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/init.c' (30,450) at 20240405153046001 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c' (30,451) at 20241115090012961 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/images/rpi-test-image.bb' (30,452) at 20210812000025266 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/ns558.c' (30,453) at 20240405153049125 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dprc.h' (30,454) at 20210308005003648 2025-03-14 03:00:47.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/atags_parse.c' (30,455) at 20240405153045629 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi3660-clock.h' (30,456) at 20210307214931326 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cmark/cmark_0.31.1.bb' (30,457) at 20241221090017532 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822c_table.c' (30,458) at 20220525020653811 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.h' (30,459) at 20210307214927234 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig' (30,460) at 20210309003648872 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-uniphier.c' (30,461) at 20240405153229915 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/reset.c' (30,462) at 20210307214929506 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch' (30,463) at 20230114040015486 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/tlb-v7.S' (30,464) at 20240405153045697 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/spi.h' (30,465) at 20210308005002636 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/misc.c' (30,466) at 20210308005003044 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/timer-uclass.c' (30,467) at 20210308005003500 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/power_domain.txt' (30,468) at 20210307214925398 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si470x/radio-si470x.h' (30,469) at 20210307214928774 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1011.h' (30,470) at 20240405153053685 2025-03-14 03:00:47.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/3w-9xxx.c' (30,471) at 20240405153051541 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-audio.c' (30,472) at 20210308005046233 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson/arm-linux-gneabihf-gcc.ini' (30,473) at 20210616125333493 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-u-boot.dtsi' (30,474) at 20210308005002584 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.h' (30,475) at 20240405153230591 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395.c' (30,476) at 20240405153053569 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be.h' (30,477) at 20210307214930286 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_translate_dcn30.c' (30,478) at 20240405153047285 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_close_unittest.cpp' (30,479) at 20210308005134001 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/venc.c' (30,480) at 20240815080012887 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/task_fd_query_kern.c' (30,481) at 20240405153053425 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/test/openpower-pels/pel_utils.hpp' (30,482) at 20210308005049141 to deleted uid set 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/Makefile' (30,483) at 20240405153045985 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/speed.c' (30,484) at 20210308005002832 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-pow.c' (30,485) at 20240405153231947 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv17.c' (30,486) at 20240405153048637 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-gpio.h' (30,487) at 20240405153052769 2025-03-14 03:00:47.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/README.md' (30,488) at 20221209040019091 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/at91_can.c' (30,489) at 20240405153049725 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/0001-bison-flex-Add-flags-for-carrying-user-specified-par.patch' (30,490) at 20241221090017496 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/st33zp24/Makefile' (30,491) at 20210307214926954 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-reg-bits.h' (30,492) at 20230925080040077 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/zImage.lds.S' (30,493) at 20240405153046097 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/reboot.S' (30,494) at 20210307214926146 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/hardware.h' (30,495) at 20210307214930734 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth_legacy.c' (30,496) at 20210308005003720 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_collie.py' (30,497) at 20241211090212538 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pico-hobbit.dts' (30,498) at 20210308005002588 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c' (30,499) at 20240405153054289 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0900.h' (30,500) at 20210307214928638 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/sw_trigger.h' (30,501) at 20210307214931402 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox_git.bb' (30,502) at 20241221090017512 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/allwinner,sun6i-a31-clock-reset.yaml' (30,503) at 20240405153045149 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb' (30,504) at 20241206090014270 to deleted uid set 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_acntpc.c' (30,505) at 20240405153046613 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_tlv.c' (30,506) at 20240405153049981 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mena21_wdt.c' (30,507) at 20210307214930970 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/Makefile.am' (30,508) at 20241219090010500 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/atomic64_386_32.S' (30,509) at 20220525020652186 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288.dtsi' (30,510) at 20240415080012963 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/Makefile' (30,511) at 20210307214929474 2025-03-14 03:00:47.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tundra/Makefile' (30,512) at 20210307214929658 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_pci_config.h' (30,513) at 20240405153048541 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/test_rx_gdbsim.py' (30,514) at 20241211090212542 to deleted uid set 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable_debug_defconfig' (30,515) at 20210308005003284 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-unknown.json' (30,516) at 20220429100100882 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/i82365.h' (30,517) at 20210307214930042 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/lmmi_helper.c' (30,518) at 20221215040039314 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/local.conf.sample' (30,519) at 20241221090017568 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/Makefile' (30,520) at 20210307214927262 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typeguard/run-ptest' (30,521) at 20240301090012435 to deleted uid set 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/index.rst' (30,522) at 20240405153045285 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/Build' (30,523) at 20210307214932518 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c' (30,524) at 20240405153231015 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.h' (30,525) at 20240405153231015 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/.gitignore' (30,526) at 20210307214926570 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/trace-events' (30,527) at 20241211090212314 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/buildtables.py' (30,528) at 20210307205554266 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.5.bb' (30,529) at 20230813080012840 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-controller.dts' (30,530) at 20240405153045437 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb' (30,531) at 20240413080012699 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/avivod.h' (30,532) at 20210307214927994 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpufreq/acpi-cpufreq.c' (30,533) at 20240719080013349 to deleted uid set 2025-03-14 03:00:47.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/Kconfig' (30,534) at 20210307214930922 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-stop-pre@.target' (30,535) at 20220301040040081 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptvf_reqmgr.c' (30,536) at 20220525020652390 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/nbio/irqsrcs_nbif_7_4.h' (30,537) at 20210307214927702 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_byte_action.hpp' (30,538) at 20240817080031292 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml' (30,539) at 20241106090018634 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_modeset_helper.c' (30,540) at 20240415080012967 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-rq-qos.h' (30,541) at 20240405153046521 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/connection.hpp' (30,542) at 20221229040004411 to deleted uid set 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104xrdb.c' (30,543) at 20210308005002992 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/log/Makefile' (30,544) at 20210308005003740 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/eth_t208xrdb.c' (30,545) at 20210308005002996 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/generated/README' (30,546) at 20230925080040105 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/axs10x.c' (30,547) at 20210308005003056 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/medcom-wide/MAINTAINERS' (30,548) at 20210308005002920 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boberg' (30,549) at 20210307205553778 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/tgtd.service' (30,550) at 20220502030010100 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cros-ec-keyboard.dtsi' (30,551) at 20220525020651822 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h' (30,552) at 20240405153050149 2025-03-14 03:00:47.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/privkey_ima.pem' (30,553) at 20230520080014484 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp25xf.dtsi' (30,554) at 20240405153045829 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-turkish.c' (30,555) at 20210307214931178 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp_kms.c' (30,556) at 20210307214927886 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/head.h' (30,557) at 20240405153048613 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.err' (30,558) at 20230925080040089 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/init.c' (30,559) at 20240503080014506 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-chestnut43-common.dtsi' (30,560) at 20240405153045605 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr5.yaml' (30,561) at 20240405153045101 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/avtab.c' (30,562) at 20240405153232115 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/libgcc.h' (30,563) at 20210307214926182 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/security_flags.inc' (30,564) at 20241221090017612 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml' (30,565) at 20240405153045121 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/twl6030.c' (30,566) at 20210308005003384 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf_event_attr_fprintf.c' (30,567) at 20240613080016563 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-init.c' (30,568) at 20240405153046041 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.3.bb' (30,569) at 20231014080011723 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/fsl_hypervisor.c' (30,570) at 20240405153052229 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_sysarch.h' (30,571) at 20221215040039062 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sha256_generic.c' (30,572) at 20240405153046541 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/cmd.cpp' (30,573) at 20240829080010546 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/yocto-check-layer' (30,574) at 20230114040015554 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxs_init.h' (30,575) at 20210308005002548 2025-03-14 03:00:47.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c' (30,576) at 20240405153230543 2025-03-14 03:00:47.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/net.c' (30,577) at 20220617030036057 2025-03-14 03:00:47.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-dvb.c' (30,578) at 20220525020653271 2025-03-14 03:00:47.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables.c' (30,579) at 20210307214929798 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc_sli/sli4.h' (30,580) at 20240405153051593 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ia_css_tnr.host.c' (30,581) at 20240405153051837 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qmp.c' (30,582) at 20240906080037376 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_bios.robot' (30,583) at 20240628080017117 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP1/meson.build' (30,584) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/envy24ht.h' (30,585) at 20210307214932262 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System/meson.build' (30,586) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/atmel/ac97c.c' (30,587) at 20240405153232119 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/bios_integer_attribute.hpp' (30,588) at 20230719080035239 to deleted uid set 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/repository.c' (30,589) at 20240405153230055 2025-03-14 03:00:47.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/mach64_cursor.c' (30,590) at 20240405153052181 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/reproducible.py' (30,591) at 20241221090017632 to deleted uid set 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,k3-am654-cpts.yaml' (30,592) at 20240405153045121 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays.c' (30,593) at 20210307214932642 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/rdma.txt' (30,594) at 20230925080039845 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/Kconfig' (30,595) at 20210307214930846 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/arm-cpu-features.c' (30,596) at 20240906080037568 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-hostname.service' (30,597) at 20240809080014478 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-getvar' (30,598) at 20241221090017584 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socrates_defconfig' (30,599) at 20210308005003280 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth.h' (30,600) at 20240405153049937 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/datastream.c' (30,601) at 20210307214931002 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/Kconfig' (30,602) at 20240710080014589 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_version.h' (30,603) at 20210309003652876 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-smdkv210.dts' (30,604) at 20240405153045573 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/pm.h' (30,605) at 20240405153045645 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.c' (30,606) at 20210308005003524 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/pldmflightrecorder' (30,607) at 20221213040024897 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb' (30,608) at 20241221090017556 to deleted uid set 2025-03-14 03:00:47.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts' (30,609) at 20240405153046241 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/stm32-dcmi.c' (30,610) at 20240405153230815 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/osdef1st.h' (30,611) at 20210307214929666 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map-disk.c' (30,612) at 20240405153049257 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/zstd_decompress_block.h' (30,613) at 20240405153053117 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/svc/rm.h' (30,614) at 20240405153052689 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/shmin_defconfig' (30,615) at 20210308005003280 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8550.dtsi' (30,616) at 20240405153229959 to deleted uid set 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/gpio-poweroff.yaml' (30,617) at 20240405153229787 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/unaligned.h' (30,618) at 20210308005002888 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_bmap_util.h' (30,619) at 20241023080012899 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_surface_dial.bpf.c' (30,620) at 20240405153053429 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig' (30,621) at 20240405153050589 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/loadpin/Kconfig' (30,622) at 20240405153053477 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/pmbus.cpp' (30,623) at 20240817080031296 to deleted uid set 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/sctp.h' (30,624) at 20240405153052861 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/smem_state.h' (30,625) at 20220525020654615 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb' (30,626) at 20240413080012699 to deleted uid set 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/Makefile' (30,627) at 20210308005003024 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/dpc.c' (30,628) at 20240429080012432 2025-03-14 03:00:47.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sc8280xp.c' (30,629) at 20240405153232191 2025-03-14 03:00:47.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_6_1_default.h' (30,630) at 20210307214927610 2025-03-14 03:00:47.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v3.5.1.c' (30,631) at 20240405153050345 2025-03-14 03:00:47.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/core.h' (30,632) at 20210307214931934 2025-03-14 03:00:47.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gud/gud_internal.h' (30,633) at 20240405153048429 2025-03-14 03:00:47.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/openssl.wrap' (30,634) at 20240124090001898 2025-03-14 03:00:47.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/dev-mcelog.c' (30,635) at 20240405153046417 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/dwarf.c' (30,636) at 20210307214926566 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c' (30,637) at 20240405153048617 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.h' (30,638) at 20240405153047265 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/head.S' (30,639) at 20240405153046305 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ani.h' (30,640) at 20210307214929758 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fyl2x.c' (30,641) at 20210308005046497 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/xlnx_dp.c' (30,642) at 20241211090212270 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/impedance-analyzer/ad5933.c' (30,643) at 20240405153231471 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/datadir.h' (30,644) at 20210927100127249 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/nand.c' (30,645) at 20210308005002952 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Callout/meson.build' (30,646) at 20220913030027309 to deleted uid set 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt' (30,647) at 20210307214925318 2025-03-14 03:00:47.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/ieee80211.h' (30,648) at 20240405153051925 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdpart.c' (30,649) at 20210308005003408 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/u-boot.h' (30,650) at 20210308005002880 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/pxa27x_keypad.c' (30,651) at 20240405153230727 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/planetcore.c' (30,652) at 20210307214926362 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/core.c' (30,653) at 20240405153230887 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_driver.h' (30,654) at 20210307214929178 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk110b.c' (30,655) at 20240405153048641 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/div64.c' (30,656) at 20210308005003700 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779mb.dtsi' (30,657) at 20240405153229963 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port_trace.c' (30,658) at 20240405153051065 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen3.c' (30,659) at 20210308005003360 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/pflash_cfi01.c' (30,660) at 20241211090212258 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/user_config.c' (30,661) at 20240405153052529 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/slab.h' (30,662) at 20240830080013331 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_collection.hpp' (30,663) at 20240817080025696 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/sipi.h' (30,664) at 20210308005002880 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml' (30,665) at 20240405153045093 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/gntdev-common.h' (30,666) at 20221102030020893 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf_%.bbappend' (30,667) at 20241206090014278 2025-03-14 03:00:47.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/soundhw.c' (30,668) at 20241211090212254 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb' (30,669) at 20241221090017576 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_common_data.h' (30,670) at 20240405153045669 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/dma-mapping.h' (30,671) at 20240405153046065 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/Makefile' (30,672) at 20210307214929958 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/aspeed-video.h' (30,673) at 20240405153052905 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-of.c' (30,674) at 20240712080021061 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c' (30,675) at 20240405153231175 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/nlohmann_json.wrap' (30,676) at 20231214090010053 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/lgm/lgm-dma.c' (30,677) at 20240405153230283 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/run-ptest' (30,678) at 20210608000015791 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip6_tunnel.h' (30,679) at 20240405153052849 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-fsi.txt' (30,680) at 20210307214925322 2025-03-14 03:00:47.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/heartbeat.c' (30,681) at 20240405153052473 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v4.5.c' (30,682) at 20240405153050341 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/stackleak_plugin.c' (30,683) at 20240415080012995 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/kdebugfs.c' (30,684) at 20210307214926518 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/testmode.h' (30,685) at 20240405153050609 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pwm/pwm.h' (30,686) at 20210307214931346 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs4271.h' (30,687) at 20210307214931594 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp22x.dtsi' (30,688) at 20210308005002572 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-virtual-sensor/meson.build' (30,689) at 20241028080029922 to deleted uid set 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/99_pam' (30,690) at 20220910030013425 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/BUGS-parport' (30,691) at 20210307214930010 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_mode.c' (30,692) at 20240405153048565 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/linkstation.c' (30,693) at 20240405153230051 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_rdonly_maps.c' (30,694) at 20220525020655199 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/syncpt_hw.c' (30,695) at 20240405153048805 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_MASQUERADE.c' (30,696) at 20210307214932026 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_muram.c' (30,697) at 20240405153049925 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/numa/hmat.c' (30,698) at 20240405153046641 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/dart.h' (30,699) at 20210307214926482 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24113.c' (30,700) at 20240405153049281 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/Makefile' (30,701) at 20210307205553994 2025-03-14 03:00:47.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/usercopy_32.c' (30,702) at 20240405153046473 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/scsi-bus.c' (30,703) at 20240906080037292 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ChassisCollection_v1.xml' (30,704) at 20240619080002920 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-s390-bits.h' (30,705) at 20240405153054373 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/detect-zeroes-registered-buf' (30,706) at 20240906080037568 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/spi-fsl-dspi.h' (30,707) at 20210307214931514 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-debugfs.h' (30,708) at 20240405153049529 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/expression.hpp' (30,709) at 20230215040006646 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/kvmgt.c' (30,710) at 20240405153230575 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/trace-events' (30,711) at 20210927100127169 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (30,712) at 20221118040015022 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-hook-Do-not-append-int-to-std-string.patch' (30,713) at 20210307205553902 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/swsusp.rst' (30,714) at 20210307214925546 2025-03-14 03:00:47.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/mpc8308.c' (30,715) at 20210308005003000 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/translate.c' (30,716) at 20241211090212522 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ZoneCollection_v1.xml' (30,717) at 20240619080002940 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mxl5005s.c' (30,718) at 20240405153049533 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/adi/axi-spdif.c' (30,719) at 20240405153232139 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/alpine_cpu_resume.h' (30,720) at 20210307214925870 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/smd-rpm.c' (30,721) at 20241008080013979 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/metrics.json' (30,722) at 20240405153232223 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mbox.c' (30,723) at 20230809080010803 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml' (30,724) at 20240405153045029 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/smpboot.h' (30,725) at 20210307214931510 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/spinlock.h' (30,726) at 20240405153054049 2025-03-14 03:00:47.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs690.c' (30,727) at 20241211090145429 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_defs_fcs.h' (30,728) at 20210307214930286 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon' (30,729) at 20240405153044925 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-fru.yaml' (30,730) at 20210307205554222 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/__init__.py' (30,731) at 20210307214932154 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/uasm.c' (30,732) at 20240405153046041 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/ebony.dts' (30,733) at 20210307214926342 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb' (30,734) at 20241206090014338 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_domain.c' (30,735) at 20240405153230563 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/vsx_preempt.c' (30,736) at 20210309003656012 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utdecode.c' (30,737) at 20240405153046625 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark.c' (30,738) at 20220525020655231 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/eth.hpp' (30,739) at 20230520080006628 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus' (30,740) at 20210307214932502 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/v4l2-mediabus.h' (30,741) at 20240405153052941 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd/op-vpd-parser.service' (30,742) at 20220503030013244 2025-03-14 03:00:47.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/sdram.c' (30,743) at 20210308005002860 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/ubifs.h' (30,744) at 20240405153231767 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779f0-spider-ethernet.dtsi' (30,745) at 20240405153045809 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3368-dmc.txt' (30,746) at 20210308005003300 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.altera_spi' (30,747) at 20210308005003300 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_status.hpp' (30,748) at 20241018080020198 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/syndbg.c' (30,749) at 20230426080043692 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/echo.c' (30,750) at 20210308005003208 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/Z6.0+pooncelock+pooncelock+pombonce.litmus' (30,751) at 20210307214932502 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/__init__.py' (30,752) at 20210307205554446 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/inode.c' (30,753) at 20240405153231611 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l24.c' (30,754) at 20240405153232147 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/unwind_bc.c' (30,755) at 20240405153046293 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-gcrypt.c' (30,756) at 20241211090212230 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum2_mr_tcam.c' (30,757) at 20241216090017717 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts' (30,758) at 20240405153229883 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/smu.h' (30,759) at 20240405153046129 2025-03-14 03:00:47.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_realtek_common.c' (30,760) at 20240405153053953 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_prime.c' (30,761) at 20240411080014074 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpu_smt.h' (30,762) at 20240405153231803 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gf117.c' (30,763) at 20220525020652959 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih418.dtsi' (30,764) at 20240405153045581 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/video_cs5530.c' (30,765) at 20210307214930910 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/local.h' (30,766) at 20240405153046389 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_module.c' (30,767) at 20210307214931818 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/sfnt_info.h' (30,768) at 20240405153052949 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/machine/romulus.conf' (30,769) at 20230927080013510 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm94709.dts' (30,770) at 20240405153045429 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.h' (30,771) at 20210307214929930 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/tools/gen_opcode_table.c' (30,772) at 20210307214926534 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/netup_unidvb_ci.c' (30,773) at 20210307214928702 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/check-ipv6-ll' (30,774) at 20240119090013779 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/percpu-rwsem.h' (30,775) at 20240405153052761 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/bb.c' (30,776) at 20240906080037580 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/Makefile' (30,777) at 20210308005002844 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_reg.h' (30,778) at 20240405153050341 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/valgrindPlugin.py' (30,779) at 20210307214932722 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/hisi.h' (30,780) at 20240405153052649 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_version_data.h' (30,781) at 20210307214930550 2025-03-14 03:00:47.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpc_0.35.bb' (30,782) at 20241221090017492 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/winfixup.S' (30,783) at 20210307214926606 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_counter.c' (30,784) at 20240405153050073 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/conf/layer.conf' (30,785) at 20241221090017576 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.yaml' (30,786) at 20240405153045137 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Makefile.feature' (30,787) at 20240405153054041 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/audit.h' (30,788) at 20240712080021097 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/0001-Use-the-API-properly-in-the-example-format-security-.patch' (30,789) at 20230706080014757 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/kcm/kcmproc.c' (30,790) at 20210307214931974 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdcp_gsc.c' (30,791) at 20240405153230555 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mxl301rf.c' (30,792) at 20240405153049533 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyRedundancy/meson.build' (30,793) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_value_or_null.c' (30,794) at 20240405153054285 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/sysfs.c' (30,795) at 20240405153051505 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/spe-ops.c.inc' (30,796) at 20210308005046325 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmi_fru_info_area.hpp' (30,797) at 20230531080028153 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-check-sstate' (30,798) at 20240301090012483 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ld_h.S' (30,799) at 20230925080040101 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/i18n.h' (30,800) at 20220525020652222 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_hwseq.c' (30,801) at 20220525020652514 2025-03-14 03:00:47.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/suspend_gx.c' (30,802) at 20210309003653308 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-liteboard.dts' (30,803) at 20240405153045525 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/asm-offsets.h' (30,804) at 20210307214926578 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-dma-1.dtsi' (30,805) at 20210307214926350 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/Kconfig' (30,806) at 20210307214928702 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/Build' (30,807) at 20240405153054069 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_defs.h' (30,808) at 20240405153052749 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c' (30,809) at 20240405153047137 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-host-ipmid.wrap' (30,810) at 20230821192414188 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max17042_battery.c' (30,811) at 20241008080013967 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/uncore-memory.json' (30,812) at 20240405153054157 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c' (30,813) at 20240405153231023 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/mx51evk_video.c' (30,814) at 20210308005002984 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/development-process.rst' (30,815) at 20210307214925578 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-vectors.bb' (30,816) at 20241221090017668 to deleted uid set 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/base.c' (30,817) at 20240405153048657 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/numa.txt' (30,818) at 20240405153045121 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/.gitignore' (30,819) at 20230817080003092 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dtsi' (30,820) at 20210307214926194 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_dw.c' (30,821) at 20241216090017741 2025-03-14 03:00:47.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/Kconfig' (30,822) at 20240405153046337 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-vbi.c' (30,823) at 20210307214928686 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_ime.h' (30,824) at 20210308004938820 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/nop.h' (30,825) at 20240405153052965 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Loviisa' (30,826) at 20210307205553770 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/dbg.c' (30,827) at 20241001080013020 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.c' (30,828) at 20240405153048637 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/rate.h' (30,829) at 20240405153053297 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/bug-bisect.rst' (30,830) at 20220525020651642 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/sequence-type.patch' (30,831) at 20220204040022684 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/Kconfig' (30,832) at 20240405153050281 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/a1-pll.c' (30,833) at 20240405153230215 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/Kconfig' (30,834) at 20240405153049717 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd' (30,835) at 20210308005002548 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-mmap.rst' (30,836) at 20210309003648492 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/dmapool.c' (30,837) at 20240405153053125 2025-03-14 03:00:47.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/Makefile' (30,838) at 20210308005003028 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/crash_core_64.c' (30,839) at 20210307214926698 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc_raw_eth.c' (30,840) at 20220525020653703 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/balancing.c' (30,841) at 20210307214930430 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ov9650.txt' (30,842) at 20210307214925350 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/bus.json' (30,843) at 20220525020655143 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/Kconfig' (30,844) at 20220525020653099 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pf_in.c' (30,845) at 20210307214926738 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_6_regs.h' (30,846) at 20240405153046577 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tsl2772.c' (30,847) at 20240405153049005 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/sysctl.c' (30,848) at 20210307214932046 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ti-st/st_core.c' (30,849) at 20240405153230847 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt2712-larb-port.h' (30,850) at 20220525020654543 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy17_C-91.0W' (30,851) at 20210307205553762 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850evm_defconfig' (30,852) at 20210308005003256 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/nsp_io.h' (30,853) at 20210307214930378 2025-03-14 03:00:47.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/power.c' (30,854) at 20240405153050541 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vuollerim' (30,855) at 20210307205553794 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html' (30,856) at 20231126090012817 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin.h' (30,857) at 20240405153054105 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/relocs_common.c' (30,858) at 20210307214926750 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stk014.c' (30,859) at 20210307214928838 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libtracefs.c' (30,860) at 20240405153054041 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/vas-sysfs.c' (30,861) at 20240405153046229 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_mount.c' (30,862) at 20240405153231783 to deleted uid set 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/mlme_osdep.h' (30,863) at 20220525020654171 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/compat_ioctl.c' (30,864) at 20210307214926938 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/Makefile' (30,865) at 20240405153051285 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/prime_numbers.sh' (30,866) at 20210307214932682 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export2-US' (30,867) at 20241221090017616 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_vt1622.c' (30,868) at 20210307214930950 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fou_core.c' (30,869) at 20240919080017082 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/memset.S' (30,870) at 20240405153229859 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/qmp-norocker.c' (30,871) at 20230426080043716 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/microblaze-linux' (30,872) at 20230317080013833 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/MAINTAINERS' (30,873) at 20210308005003032 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/Kconfig' (30,874) at 20210308005003040 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/eco5pk.h' (30,875) at 20210308005002900 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCEN/meson.build' (30,876) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/meson.build' (30,877) at 20240628080018949 to deleted uid set 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/hashmap.c' (30,878) at 20240405153054057 2025-03-14 03:00:47.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-usl_timer-Check-for-return-value-of-write-API.patch' (30,879) at 20230706080014737 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/apc.h' (30,880) at 20210307214926590 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/timer.c' (30,881) at 20240726080012882 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_overlay.h' (30,882) at 20230426080043692 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/intel-pt.txt' (30,883) at 20210307214932506 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-wifi-eval-v3.dts' (30,884) at 20240405153045529 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vdso/vsyscall.h' (30,885) at 20210307214926250 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l56_hda.h' (30,886) at 20240405153232131 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/kfpu.c' (30,887) at 20240405153229999 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/dbus_environment.cpp' (30,888) at 20240917080036267 to deleted uid set 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/Platform' (30,889) at 20240405153046053 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mount_flags.sh' (30,890) at 20240405153054173 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/010' (30,891) at 20210927100127473 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0021-platform-corstone1000-add-unique-guid-for-mps3.patch' (30,892) at 20241221090017464 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi' (30,893) at 20240405153229935 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pluto2/Makefile' (30,894) at 20210307214928706 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/sections.h' (30,895) at 20210308005002888 2025-03-14 03:00:47.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_progs.h' (30,896) at 20240405153232263 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma/sdma_4_4_0_offset.h' (30,897) at 20220525020652803 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-scsi/meson.build' (30,898) at 20240906080037164 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_events/Makefile' (30,899) at 20240405153053433 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9150/core.h' (30,900) at 20210307214931426 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scx200_gpio.h' (30,901) at 20210307214931502 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm4_aesni_avx_glue.c' (30,902) at 20220525020652138 2025-03-14 03:00:47.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_common.h' (30,903) at 20240326080039466 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/meson_options.txt' (30,904) at 20221122040028159 to deleted uid set 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/section.hpp' (30,905) at 20230325080023516 to deleted uid set 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.h' (30,906) at 20240405153050121 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/power.c' (30,907) at 20240405153045909 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/exynos-combiner.c' (30,908) at 20220525020653203 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/122.out' (30,909) at 20240326080039730 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic' (30,910) at 20241121090011895 to deleted uid set 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armv7-m.dtsi' (30,911) at 20210308005002568 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/0001-dns_hosts-Fix-build-with-musl.patch' (30,912) at 20210307205553846 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch' (30,913) at 20241221090017660 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_bmc.c' (30,914) at 20240906080037280 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi' (30,915) at 20210308005002588 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/meson.build' (30,916) at 20240908080010102 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_eml_cfg_masks.h' (30,917) at 20240405153046605 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/umr.c' (30,918) at 20240405153049089 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kaunispaa' (30,919) at 20210307205553770 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-gp.dts' (30,920) at 20240405153045453 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/qcom,pm8941-coincell.yaml' (30,921) at 20240405153045141 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nokia,rx51.txt' (30,922) at 20210307214925430 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-lpass-clocks.c' (30,923) at 20240405153053981 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/riptide/Makefile' (30,924) at 20210307214932274 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/splice.rst' (30,925) at 20210307214925490 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha3_512_s390.c' (30,926) at 20240405153046273 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/meson_config.hpp.in' (30,927) at 20241209090018856 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/run-ptest' (30,928) at 20220204040022660 2025-03-14 03:00:47.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rpmsg/byteorder.h' (30,929) at 20220525020654611 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/microblaze-generic.h' (30,930) at 20210308005003604 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/usergf119.c' (30,931) at 20210307214927930 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT' (30,932) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_2xxx_interconnect_data.c' (30,933) at 20240405153045665 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts' (30,934) at 20210307214926038 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/port92.c' (30,935) at 20241211090212278 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mailbox/mailbox.txt' (30,936) at 20210308005003304 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7791.h' (30,937) at 20210308005002768 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/Makefile' (30,938) at 20241216090017685 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.gitignore' (30,939) at 20240323080007057 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device.h' (30,940) at 20220525020653967 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/gdbstub.c' (30,941) at 20240906080037480 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-hashclient' (30,942) at 20241221090017584 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/hmat.c' (30,943) at 20240906080037188 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/readdir.c' (30,944) at 20240405153231679 2025-03-14 03:00:47.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/via-cputemp.c' (30,945) at 20210307214928138 2025-03-14 03:00:47.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_2_5_sh_mask.h' (30,946) at 20240405153048285 2025-03-14 03:00:47.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/syn-2-rs.wrap' (30,947) at 20241211090212462 2025-03-14 03:00:47.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_cmd.c' (30,948) at 20210308005003440 2025-03-14 03:00:47.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/simatic-ipc-wdt.c' (30,949) at 20240405153231599 2025-03-14 03:00:47.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/composition_service.hpp' (30,950) at 20221229040004411 to deleted uid set 2025-03-14 03:00:47.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/conf-notes.txt' (30,951) at 20231205090013445 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/atom-types.h' (30,952) at 20210307214927698 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/4xx.h' (30,953) at 20240405153046089 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-init' (30,954) at 20210307205554490 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ims-pcu.c' (30,955) at 20240613080016419 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateService_v1.xml' (30,956) at 20240619080002920 to deleted uid set 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hidp/hidp.h' (30,957) at 20210307214931886 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/Makefile' (30,958) at 20210307214932710 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s921.c' (30,959) at 20240405153049293 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_end_flavors_test.sh' (30,960) at 20240405153054353 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/asm-offsets.c' (30,961) at 20210308005002824 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-assert@.service' (30,962) at 20240113090014532 to deleted uid set 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mxcmmc.c' (30,963) at 20210308005003404 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/futex.h' (30,964) at 20240405153046001 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi' (30,965) at 20240805080013915 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_crtc.h' (30,966) at 20210307214928038 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_btcoex.c' (30,967) at 20220525020654175 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/i2c/Kconfig' (30,968) at 20220525020654143 2025-03-14 03:00:47.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/0002-configure-Add-AC_SYS_LARGEFILE-autoconf-macro.patch' (30,969) at 20230114040015482 2025-03-14 03:00:47.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c' (30,970) at 20240405153231059 2025-03-14 03:00:47.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/ams,as3935.yaml' (30,971) at 20240405153229767 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_2_0_sh_mask.h' (30,972) at 20240405153048161 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/lg2_commit.hpp' (30,973) at 20241212090025211 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4240qds_qixis.h' (30,974) at 20210308005002996 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stk1135.c' (30,975) at 20210307214928838 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fredros' (30,976) at 20210307205553782 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/service_files/ibm-vpd-parser@.service' (30,977) at 20240104090016070 to deleted uid set 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/subunit.h' (30,978) at 20240405153232283 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/trace.h' (30,979) at 20210308005045965 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_6_0_d.h' (30,980) at 20210307214927678 2025-03-14 03:00:47.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1308.c' (30,981) at 20240405153232155 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_6_sh_mask.h' (30,982) at 20240405153048281 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx.c' (30,983) at 20220804100016136 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/fs/fat-noncontig-test.sh' (30,984) at 20210308005003740 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/mlme_linux.c' (30,985) at 20210307214930638 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h' (30,986) at 20210307214932698 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/samsung-sxgbe.txt' (30,987) at 20240405153229779 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-fix-function-saHpiSensorThresholds.patch' (30,988) at 20210307205553818 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/fpu_helper.c' (30,989) at 20240906080037492 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ACPIPowerState/meson.build' (30,990) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/fcntl.h' (30,991) at 20240405153054049 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/service_files/meson.build' (30,992) at 20230821192414184 to deleted uid set 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip.h' (30,993) at 20210308005003464 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/README-SRC' (30,994) at 20210307214926150 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/as102_fe.c' (30,995) at 20210307214928610 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Randijaure' (30,996) at 20210307205553790 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/hw_breakpoint.c' (30,997) at 20240405153045629 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mdio-bcm-unimac.h' (30,998) at 20210307214931478 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch' (30,999) at 20241221090017636 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/057' (31,000) at 20210927100127477 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_venus_io.h' (31,001) at 20240405153049433 2025-03-14 03:00:47.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.h' (31,002) at 20240405153047297 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi' (31,003) at 20240405153229951 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes.txt' (31,004) at 20210307205553734 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h' (31,005) at 20210307214931346 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/log_phase_fault_action_tests.cpp' (31,006) at 20210828000043656 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/Makefile' (31,007) at 20240613080016367 to deleted uid set 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/memblock.c' (31,008) at 20240405153231967 to deleted uid set 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/openscap/openscap_1.4.0.bb' (31,009) at 20241221090017576 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-dahlia.dts' (31,010) at 20240405153045829 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/slotid_cap.h' (31,011) at 20210308005046025 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/selftest.c' (31,012) at 20210307214927118 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/Kconfig' (31,013) at 20220525020653823 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-diolan-u2c.c' (31,014) at 20210307214928158 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-soquartz-model-a.dts' (31,015) at 20240405153045821 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb' (31,016) at 20241206090014346 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi' (31,017) at 20220525020652198 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/ast2400-clock.h' (31,018) at 20210308005003632 2025-03-14 03:00:47.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/htx_resource.robot' (31,019) at 20231215090013777 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.h' (31,020) at 20210307214927286 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-u-boot.dtsi' (31,021) at 20210308005002632 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dc-scm-v1/dc-scm-v1.c' (31,022) at 20220708100032823 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pgtable.h' (31,023) at 20240405153230027 to deleted uid set 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_netlink.cpp' (31,024) at 20230802080038882 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/aspeed-acry.c' (31,025) at 20240405153230255 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/.gitignore' (31,026) at 20210309003656020 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/kmem.h' (31,027) at 20240405153052897 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdk5250.h' (31,028) at 20210308005003616 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/cdns,xtensa-mx.txt' (31,029) at 20210307214925342 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/skeleton/pid_iter.h' (31,030) at 20240405153054041 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/evb-ast2500.conf' (31,031) at 20230927080013510 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch' (31,032) at 20241221090017564 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/scripts/make-release' (31,033) at 20241211090212458 to deleted uid set 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/Kconfig' (31,034) at 20240405153230203 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/errname.h' (31,035) at 20210307214931382 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/slic_ds26522.c' (31,036) at 20240405153050393 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_control.h' (31,037) at 20210307214930546 2025-03-14 03:00:47.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_factory.c' (31,038) at 20241011080017311 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (31,039) at 20240206090017943 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/Kconfig' (31,040) at 20210307214928446 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/README.md' (31,041) at 20221209040019091 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_clk.c' (31,042) at 20210308005003172 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sec4.0-0.dtsi' (31,043) at 20210307214926354 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/phosphor-logging.wrap' (31,044) at 20220628030020471 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/sfdp.h' (31,045) at 20240405153049709 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/bpmp-tegra210.c' (31,046) at 20240405153047049 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_compare_byte.md' (31,047) at 20240809080033023 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mtk-adsp-common.c' (31,048) at 20240405153054001 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/fw.h' (31,049) at 20220525020653611 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/hbitmap.h' (31,050) at 20230426080043772 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/open/open.c' (31,051) at 20210308004938836 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' (31,052) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.yaml' (31,053) at 20240405153045177 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/arcturus_ppsmc.h' (31,054) at 20240405153048345 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/IRQ.txt' (31,055) at 20240405153229835 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_wakeref.h' (31,056) at 20240405153048541 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_xdp.h' (31,057) at 20240418080014498 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/perf_event_sample_period.c' (31,058) at 20240405153054289 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-ramfb' (31,059) at 20210308005046237 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-acpi.h' (31,060) at 20240405153052757 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_cmds.h' (31,061) at 20240405153049397 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1305.h' (31,062) at 20210307214932322 2025-03-14 03:00:47.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/ext/hdac_ext_controller.c' (31,063) at 20240405153053505 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/COPYING.MIT' (31,064) at 20210307205553678 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts' (31,065) at 20240405153045589 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_2_defconfig' (31,066) at 20210308005003276 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_ras.h' (31,067) at 20240405153045857 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/media.h.rst.exceptions' (31,068) at 20210307214925602 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_pmu.c' (31,069) at 20240405153231303 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Revision.interface.yaml' (31,070) at 20210610000035126 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.lpfc' (31,071) at 20240405153229827 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/bootmap.c' (31,072) at 20241211090212442 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ffdc_cli_robot_script.py' (31,073) at 20230629080014848 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-no-invariants-only' (31,074) at 20211006000025234 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' (31,075) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/uv/uv_hub.h' (31,076) at 20220525020651974 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/ashrdi3.c' (31,077) at 20210307214926182 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/trace-events' (31,078) at 20210927100127201 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/Makefile' (31,079) at 20210308005002944 2025-03-14 03:00:47.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h' (31,080) at 20240405153046005 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml' (31,081) at 20240405153045061 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2413.c' (31,082) at 20240405153052233 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/adi_64.h' (31,083) at 20210307214926574 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/README_VirtualBox_Toaster.txt' (31,084) at 20210307205554482 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hte/Kconfig' (31,085) at 20240405153048829 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_tcpmss.h' (31,086) at 20210307214931646 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sd.c' (31,087) at 20241211090212334 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mpc5121-psc.txt' (31,088) at 20210307214925406 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/rv-mon.rst' (31,089) at 20240405153045265 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_TCPMSS.h' (31,090) at 20210307214931646 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/Makefile' (31,091) at 20240405153045585 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/Documentation/firmware/authenticate.c' (31,092) at 20210307214930514 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb' (31,093) at 20210307205554026 to deleted uid set 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/eth.c' (31,094) at 20210308005003012 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_writeq.h' (31,095) at 20210307214932198 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch' (31,096) at 20241206090014326 2025-03-14 03:00:47.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/kconfiglib.py' (31,097) at 20210308005003756 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/accounting/.gitignore' (31,098) at 20240405153054033 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/frontend.json' (31,099) at 20240405153054125 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libraw1394/libraw1394_2.1.2.bb' (31,100) at 20241221090017540 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-copyleft' (31,101) at 20241221090017616 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml' (31,102) at 20221207040023627 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test2_%.bbappend' (31,103) at 20241206090014214 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0006-fix-memleak-on-tar_open-failure.patch' (31,104) at 20241221090017540 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/unwinder.c' (31,105) at 20210307214926570 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootstage.c' (31,106) at 20210308005003224 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml' (31,107) at 20240405153045029 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch' (31,108) at 20241206090014314 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/0001-Revert-autotools-make-pam-install-path-configurable.patch' (31,109) at 20241221090017648 to deleted uid set 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0910.c' (31,110) at 20240405153049301 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb' (31,111) at 20241221090017564 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxd.h' (31,112) at 20210307214928622 2025-03-14 03:00:47.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/cpu-topology.h' (31,113) at 20241211090212362 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c' (31,114) at 20241115090012957 to deleted uid set 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/migration/multifd-uadk.c' (31,115) at 20241211090212390 to deleted uid set 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/originator.c' (31,116) at 20240710080014613 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/261.out' (31,117) at 20210308005046465 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c' (31,118) at 20210308005046517 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l2_drops.sh' (31,119) at 20240405153054297 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-nested-aio-poll.c' (31,120) at 20240906080037584 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_2.h' (31,121) at 20220525020652474 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd_node.h' (31,122) at 20210308005003676 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/hisilicon,hi655x.txt' (31,123) at 20210307214925358 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handlers_builder.cpp' (31,124) at 20240817080027656 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-mt.c' (31,125) at 20240830080013267 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/twinlake.json' (31,126) at 20241213090004413 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (31,127) at 20230414080015397 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rave-sp.h' (31,128) at 20210307214931434 2025-03-14 03:00:47.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-dfl-devices-n3000-nios' (31,129) at 20220525020651630 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-base.c' (31,130) at 20241211090145481 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/midi2.c' (31,131) at 20241216090017805 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml' (31,132) at 20240405153045161 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/port.c' (31,133) at 20240405153046973 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front_evtchnl.c' (31,134) at 20240405153054033 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/MAINTAINERS' (31,135) at 20210308005002956 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml' (31,136) at 20240405153045169 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500.c' (31,137) at 20240405153046169 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-1.c' (31,138) at 20210308005046489 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ull_pins.h' (31,139) at 20210308005002652 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_virmidi.h' (31,140) at 20210307214931602 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/umc.c' (31,141) at 20210307214926698 2025-03-14 03:00:47.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kionix-kx022a-i2c.c' (31,142) at 20240405153048937 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_mbox.h' (31,143) at 20240405153049957 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h' (31,144) at 20240405153230511 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/virt_defconfig' (31,145) at 20240405153046501 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpiolib.c' (31,146) at 20240815080012875 to deleted uid set 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/asoc.h' (31,147) at 20240613080016507 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c' (31,148) at 20240405153051349 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-2.dtsi' (31,149) at 20210307214926018 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/Makefile' (31,150) at 20210307214930450 2025-03-14 03:00:47.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/rcar_i2c.c' (31,151) at 20210308005003384 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb' (31,152) at 20240413080012647 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/phase_fault_tests.cpp' (31,153) at 20210903000106255 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/bblayers.conf.sample' (31,154) at 20220910030013349 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb' (31,155) at 20241221090017560 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77995-cpg-mssr.h' (31,156) at 20210308005003632 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/Kconfig' (31,157) at 20220525020654867 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/ptimer-test.h' (31,158) at 20210927100127641 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/nosy.c' (31,159) at 20240520080015143 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/admin-cmd.c' (31,160) at 20240405153051201 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/libpwquality/libpwquality/pwquality.conf' (31,161) at 20230505080015455 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/phy-lvds.h' (31,162) at 20240405153052761 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/floppy.h' (31,163) at 20240405153046065 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/bootstrap' (31,164) at 20210308004938816 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dec_and_lock.c' (31,165) at 20240405153053085 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cmd_dek.c' (31,166) at 20210308005002724 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/.travis.yml' (31,167) at 20210308004939860 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-02' (31,168) at 20220412030005129 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt' (31,169) at 20210307205554446 to deleted uid set 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/container-image/container-test-image.bb' (31,170) at 20241221090017604 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/allowlist-filter.cpp' (31,171) at 20240829080009330 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/intercept.py' (31,172) at 20220910030013401 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288.dtsi' (31,173) at 20210308005002608 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0002-Makefile-modify-compile-parameters.patch' (31,174) at 20230706080014749 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/dot_command.h' (31,175) at 20210307214929162 2025-03-14 03:00:47.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/ocelot-reset.c' (31,176) at 20240405153231351 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tfa9879.h' (31,177) at 20210307214932342 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/smc/smc_rx.c' (31,178) at 20240405153053381 to deleted uid set 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts' (31,179) at 20240405153045709 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/norm/norm_1.0/ia_css_norm.host.c' (31,180) at 20210307214930558 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cache-uniphier.h' (31,181) at 20210307214925850 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/LICENSE' (31,182) at 20210308005123345 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c' (31,183) at 20240405153051325 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/watch.hpp' (31,184) at 20210308005100305 to deleted uid set 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_syscall_table.c' (31,185) at 20240405153230063 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/bcm2835_wdt.c' (31,186) at 20210308005003540 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ucs2_string.c' (31,187) at 20210307214931822 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/intelfb/intelfbhw.c' (31,188) at 20240405153052197 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bmips.h' (31,189) at 20210307214926210 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/abb.c' (31,190) at 20210308005002760 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-config-nspr-config.in-don-t-pass-LDFLAGS.patch' (31,191) at 20220910030013361 to deleted uid set 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-tplink-archer-c2300-v1.dts' (31,192) at 20240405153045717 2025-03-14 03:00:47.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_test.c' (31,193) at 20210309003656020 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/ccm.h' (31,194) at 20210307214929562 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pci_x86.h' (31,195) at 20240405153046389 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ti_hecc.c' (31,196) at 20240405153230899 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-rock2-som.dtsi' (31,197) at 20210308005002604 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/Makefile' (31,198) at 20240628080013997 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-mve.h' (31,199) at 20230925080040005 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/spinlock.c' (31,200) at 20240405153046501 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_boottime.c' (31,201) at 20210308005003700 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/vegman-yaml-config.bb' (31,202) at 20241206090014286 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfles.c' (31,203) at 20210308005046529 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpic.h' (31,204) at 20240405153046233 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/Kconfig' (31,205) at 20210307214930986 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/case.py' (31,206) at 20210307205554446 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/Makefile' (31,207) at 20220525020651994 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_add_prop.dts' (31,208) at 20210308005003760 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/davinci_i2c.c' (31,209) at 20210308005003380 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/xen/mm.c' (31,210) at 20240405153229915 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu-pci.h' (31,211) at 20210308005046037 2025-03-14 03:00:47.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7790-clock.h' (31,212) at 20210307214931334 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds250x.c' (31,213) at 20240520080015191 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_hubbub.h' (31,214) at 20220525020652514 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/Kconfig' (31,215) at 20210307214929958 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/pci-acp5x.c' (31,216) at 20240405153053553 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/141.out' (31,217) at 20240326080039730 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/lba_pci.c' (31,218) at 20240405153231283 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/clients.h' (31,219) at 20240326080039574 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/et8ek8/et8ek8_mode.c' (31,220) at 20210307214928654 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-mhi' (31,221) at 20240405153229727 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Bellcore' (31,222) at 20210608000015795 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-reset.c' (31,223) at 20210307214926958 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-5.yaml' (31,224) at 20241219090012972 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_display.png' (31,225) at 20210307205554250 to deleted uid set 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml' (31,226) at 20221207040023627 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/0001-add-missing-header-for-musl.patch' (31,227) at 20231011080016574 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_irq.h' (31,228) at 20240405153230583 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/diu.c' (31,229) at 20210308005003000 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/command.c' (31,230) at 20210308005003224 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_hmmu0_stlb_regs.h' (31,231) at 20240405153046585 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/Kconfig' (31,232) at 20240405153052077 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/timer-ep93xx.c' (31,233) at 20240405153045645 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/tools/sysreg' (31,234) at 20240405153229991 2025-03-14 03:00:47.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/lib/muldi3.c' (31,235) at 20210308005002808 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/Kconfig' (31,236) at 20210308005002952 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/standards.md' (31,237) at 20241221090017604 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/bootstrap.sh' (31,238) at 20210308005057105 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ia_css_cnr2_param.h' (31,239) at 20210307214930554 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libmnl/libmnl_1.0.5.bb' (31,240) at 20241221090017676 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-fail-assert@.service' (31,241) at 20241211090147009 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-skov-cpu-revc.dtsi' (31,242) at 20240405153045517 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/04_signed_request.diff' (31,243) at 20230706080014741 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-context.h' (31,244) at 20210307214928842 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080aqds.h' (31,245) at 20210308005003600 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/ldap-controller.js' (31,246) at 20210308005107065 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/meson.build' (31,247) at 20240702080024364 to deleted uid set 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_bnf.c' (31,248) at 20210308005046529 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/message/native_types.cpp' (31,249) at 20240615080043102 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/stub.h' (31,250) at 20210307214930882 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/FanCollection_v1.xml' (31,251) at 20240619080002924 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_connector.c' (31,252) at 20240405153048437 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/taishan.dts' (31,253) at 20210307214926358 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h' (31,254) at 20240405153051065 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/sleep.S' (31,255) at 20210309003648936 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-p4note.dtsi' (31,256) at 20240405153045569 2025-03-14 03:00:47.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/duovero.c' (31,257) at 20210308005003004 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/eport.h' (31,258) at 20210308005002800 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/index.js' (31,259) at 20220105012522995 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/phosphor-dbus-interfaces.wrap' (31,260) at 20220628030020471 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h' (31,261) at 20240405153047105 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_ctl.c' (31,262) at 20210307214930234 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/priv.h' (31,263) at 20220525020652963 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/machine_kexec_file.c' (31,264) at 20240405153046257 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/atmel_usba_udc.h' (31,265) at 20210308005003504 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw53xx.dts' (31,266) at 20240405153045501 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c' (31,267) at 20240405153051281 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/minimize_qtest_trace.py' (31,268) at 20240326080039630 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-core/os-release/os-release.bbappend' (31,269) at 20220819030014797 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/trigger_consumer.h' (31,270) at 20210309003653848 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-h5.c' (31,271) at 20240405153231335 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp.c' (31,272) at 20240405153054281 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_HOST_33_defconfig' (31,273) at 20210308005003236 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/pnfs-scsi-server.rst' (31,274) at 20210309003648292 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libksba/libksba_1.6.7.bb' (31,275) at 20241221090017696 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/Makefile' (31,276) at 20240405153052557 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bitops-cas.h' (31,277) at 20210307214926550 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-icore-mipi.dts' (31,278) at 20240405153045501 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/ipmitool-commands-cheatsheet.md' (31,279) at 20221209040032879 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/emac_arc.c' (31,280) at 20240405153049817 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/arm_sbsa_uart.txt' (31,281) at 20210307214925418 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-arm.h' (31,282) at 20210308005003612 2025-03-14 03:00:47.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/pkgdata.py' (31,283) at 20220910030013405 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/syscon_rk3328.c' (31,284) at 20210308005002776 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/Makefile' (31,285) at 20210308005003532 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-powercap-info.1' (31,286) at 20240405153232243 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/config' (31,287) at 20210308005003736 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/ltc3676_pmic.h' (31,288) at 20210308005003680 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-image.bbclass' (31,289) at 20241031080012183 to deleted uid set 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/input.yaml' (31,290) at 20240405153045081 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/netdebug.c' (31,291) at 20240405153231715 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/tricore_testboard.c' (31,292) at 20240906080037304 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-create.out' (31,293) at 20230925080040089 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/at91-reset.c' (31,294) at 20240405153231351 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/nconf.c' (31,295) at 20240405153232103 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/prodigy192.c' (31,296) at 20210307214932262 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.c' (31,297) at 20210307214927958 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,meson8-hdmi-tx-phy.yaml' (31,298) at 20240405153045129 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-versal-efuse-cache.c' (31,299) at 20220429100100502 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/rdonly_maps.c' (31,300) at 20240405153054257 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/qemu_elf.c' (31,301) at 20240906080037160 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c' (31,302) at 20240624080012776 to deleted uid set 2025-03-14 03:00:47.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/qca8k-leds.c' (31,303) at 20240624080012780 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv20.c' (31,304) at 20220525020652963 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallbo' (31,305) at 20210307205553782 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_and_or.c' (31,306) at 20210308005046529 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_rename.c' (31,307) at 20240405153054241 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_evtchn.c' (31,308) at 20240906080037228 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_packet.S' (31,309) at 20230426080043952 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/memory.json' (31,310) at 20240405153054121 2025-03-14 03:00:47.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/hp300hw.h' (31,311) at 20210307214926158 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_4_2_0_offset.h' (31,312) at 20220525020652606 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_crypto.c' (31,313) at 20210308005003704 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/mm.h' (31,314) at 20240405153229915 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb' (31,315) at 20230503080014591 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils' (31,316) at 20210307205554462 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/arm_sbcon_i2c.c' (31,317) at 20230426080043692 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan_netlink.c' (31,318) at 20240405153231983 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/clearstate_defs.h' (31,319) at 20210307214927998 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi.c' (31,320) at 20240405153050341 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/cpu.c' (31,321) at 20210308005002788 2025-03-14 03:00:47.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irq-sunxi-nmi.c' (31,322) at 20240405153230751 to deleted uid set 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func3.c' (31,323) at 20240405153054277 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/efi-header.S' (31,324) at 20220525020651806 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/pruss.h' (31,325) at 20240405153051777 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ns2mini.dts' (31,326) at 20240405153045457 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/board_info.c' (31,327) at 20210308005003220 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp_i2c_common.c' (31,328) at 20210307214928502 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/simplefb_common.h' (31,329) at 20210308005003532 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-designware-plat.c' (31,330) at 20240405153231287 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.conf' (31,331) at 20210307205553850 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp2040.h' (31,332) at 20210307214928702 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/avahi_0.8.bb' (31,333) at 20241206090014310 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c' (31,334) at 20240405153230391 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_encoder.h' (31,335) at 20240405153230603 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/trace_msg.h' (31,336) at 20240405153053301 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_hpo_dp.h' (31,337) at 20240405153230419 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/sign-file.c' (31,338) at 20240405153232107 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox-altera.c' (31,339) at 20240405153049229 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-tivo.c' (31,340) at 20210307214928102 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool_2.0.7.bb' (31,341) at 20220502030010232 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-12-45.0E' (31,342) at 20210307205553762 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h' (31,343) at 20240405153230391 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_main.c' (31,344) at 20240613080016419 2025-03-14 03:00:47.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-config-eu.am-do-not-force-Werror.patch' (31,345) at 20241221090017656 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/globaltimer.h' (31,346) at 20210308005002636 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/umid.c' (31,347) at 20240405153046345 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c' (31,348) at 20240405153047297 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/atbm8830_priv.h' (31,349) at 20210307214928610 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson8-pmx.h' (31,350) at 20210307214930086 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-bad-type.err' (31,351) at 20210927100127469 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6368-usbh-phy.c' (31,352) at 20210308005003452 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ramsele_Skavasen' (31,353) at 20210307205553790 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lvds.h' (31,354) at 20240405153048457 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/LICENSE' (31,355) at 20210308005056661 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-370-xp.txt' (31,356) at 20210307214925274 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/cpu_loop.c' (31,357) at 20221215040039206 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-aarch64_be.txt' (31,358) at 20240113090014532 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/asm-offsets.c' (31,359) at 20240405153229999 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/sourceforge-releases.bbclass' (31,360) at 20241221090017608 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bswap.h' (31,361) at 20241211090212366 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-Replace-need-for-error.h-when-it-does-not-exist.patch' (31,362) at 20221003030013281 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi_fc_transport.rst' (31,363) at 20240405153045257 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/ti,tmag5273.yaml' (31,364) at 20240405153045077 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_core.c' (31,365) at 20220525020653963 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-pcmcia.c' (31,366) at 20210307214926190 2025-03-14 03:00:47.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/timer.c' (31,367) at 20210308005002720 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-audio.h' (31,368) at 20240613080016551 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (31,369) at 20210823100016972 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ulpi/regs.h' (31,370) at 20210307214931526 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi' (31,371) at 20240405153045821 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65086-regulator.c' (31,372) at 20240405153231367 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data_file.cpp' (31,373) at 20210812000045266 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pescx-defs.h' (31,374) at 20210307214926238 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ampere-gpio-poweroff@.service' (31,375) at 20230410080012311 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-3.dtsi' (31,376) at 20240405153046093 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/kvm-window-controller.js' (31,377) at 20210308005107077 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/bond-eth0.conf' (31,378) at 20220126110011868 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/README' (31,379) at 20210308005003076 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/dlg,da9121.yaml' (31,380) at 20240405153229791 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.h' (31,381) at 20210307214930550 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/pc-hotplug.h' (31,382) at 20240326080039530 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/ccm.c' (31,383) at 20210307214929562 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/FormFile.vue' (31,384) at 20241004080035959 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb' (31,385) at 20241206090014314 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpid.service' (31,386) at 20210307205553818 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0010-fs2dt.c-work-around-missing-getline.patch' (31,387) at 20210307205553750 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/.linter-ignore' (31,388) at 20221209040046691 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/spl_boot.c' (31,389) at 20210308005003028 2025-03-14 03:00:47.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1111_generic.h' (31,390) at 20210307214930046 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mxl5007t.h' (31,391) at 20210307214928798 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/loongarch/Makefile' (31,392) at 20240405153051389 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0004_provides.py' (31,393) at 20210307205554262 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/es1688.h' (31,394) at 20210307214931598 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/netns_cookie.c' (31,395) at 20220525020655195 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb' (31,396) at 20230919080013962 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c' (31,397) at 20220525020652534 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/vio.c' (31,398) at 20240910080014022 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/corvus.h' (31,399) at 20210308005003592 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/Makefile' (31,400) at 20240405153051509 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key' (31,401) at 20210307205554466 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/pinmux.c' (31,402) at 20210308005002720 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/Kconfig' (31,403) at 20240405153231707 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-sbc-a510.dts' (31,404) at 20240405153229875 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/vfio.c' (31,405) at 20240405153232291 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/bbc_i2c.h' (31,406) at 20240405153231383 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/irammap.h' (31,407) at 20210307214925962 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dtc.h' (31,408) at 20240405153053445 2025-03-14 03:00:47.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/envctrl.c' (31,409) at 20240405153231383 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard820c.dts' (31,410) at 20210308005002576 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ppa.rst' (31,411) at 20210307214925558 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0027-adjust-header-inclusion-order-to-avoid-redeclaration.patch' (31,412) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/winbond_w83627.c' (31,413) at 20210308005003400 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/opti9xx/opti92x-ad1848.c' (31,414) at 20240405153232127 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can.h' (31,415) at 20240405153052909 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_inputs_32.h' (31,416) at 20210308005046501 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-tailq.c' (31,417) at 20210927100127649 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-bcm6358.txt' (31,418) at 20220525020651686 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/sprd-mailbox.c' (31,419) at 20240405153230759 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_debugfs.c' (31,420) at 20220525020652983 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-strongarm1100.inc' (31,421) at 20210905000020581 2025-03-14 03:00:47.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/pdc_cons.c' (31,422) at 20240405153046077 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/ibm-ac-server/policyTable.json' (31,423) at 20240904080027734 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i82875p_edac.c' (31,424) at 20220525020652418 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/gpio_service_interface.h' (31,425) at 20220525020652530 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/mana_ib.h' (31,426) at 20240405153049073 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/rb.h' (31,427) at 20240405153046009 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/allwinner,sun4i-a10-ts.yaml' (31,428) at 20240405153045105 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/test.h' (31,429) at 20210308005002848 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/msr-reg-export.c' (31,430) at 20210307214926730 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/server/transaction.cpp' (31,431) at 20240823080035117 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/index.rst' (31,432) at 20220823030015959 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vlynq/Makefile' (31,433) at 20210307214930958 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/clcd-regs.h' (31,434) at 20210307214931354 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/mock_context.h' (31,435) at 20220525020652883 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gru.h' (31,436) at 20210308005003596 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/entity-manager_%.bbappend' (31,437) at 20241206090014286 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/alliancememory.c' (31,438) at 20240405153049705 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/eht.c' (31,439) at 20240405153053289 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/ralink,rt2880-wdt.yaml' (31,440) at 20240405153045185 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/bridge_mld.sh' (31,441) at 20240613080016567 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-init.c' (31,442) at 20240913080013797 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/tc3589x.txt' (31,443) at 20210307214925362 2025-03-14 03:00:47.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/container.c' (31,444) at 20240405153046633 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/uninorth.h' (31,445) at 20210307214926394 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/loongarch64/safe-syscall.inc.S' (31,446) at 20220429100100406 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc.h' (31,447) at 20240405153230983 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/vsock.c' (31,448) at 20240805080014011 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/stratixv.c' (31,449) at 20210308005003376 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/Cargo.lock' (31,450) at 20241211090212454 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/util.h' (31,451) at 20240405153231767 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/gpio-regulator.c' (31,452) at 20210308005003472 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-core.c' (31,453) at 20240405153230795 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi' (31,454) at 20240405153045721 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dns_resolver/internal.h' (31,455) at 20210307214931926 2025-03-14 03:00:47.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/restrack.c' (31,456) at 20240405153049041 2025-03-14 03:00:47.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispresizer.h' (31,457) at 20240405153049485 2025-03-14 03:00:47.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/config/power-config-host0.json' (31,458) at 20230701080038153 2025-03-14 03:00:47.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_sigtramp.h' (31,459) at 20221215040039062 2025-03-14 03:00:47.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_res_cursor.h' (31,460) at 20240405153230331 2025-03-14 03:00:47.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_4_2_2_offset.h' (31,461) at 20240405153047777 2025-03-14 03:00:47.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/aio-wait.h' (31,462) at 20240906080037324 2025-03-14 03:00:47.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/string.c' (31,463) at 20220525020652094 2025-03-14 03:00:47.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/Kconfig' (31,464) at 20220525020653407 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_v_ogm.c' (31,465) at 20240405153053169 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json' (31,466) at 20210924100022908 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c' (31,467) at 20240405153051829 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs100d.h' (31,468) at 20210307214928018 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/physical_location.h' (31,469) at 20240405153046685 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/hisi-pcie-pmu.rst' (31,470) at 20240405153044961 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libuvc/libuvc_0.0.7.bb' (31,471) at 20231126090012781 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/actions-thumb.c' (31,472) at 20240405153045701 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/tools/Makefile' (31,473) at 20210307214926294 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-qoriq.c' (31,474) at 20240405153230207 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/length.c' (31,475) at 20240405153049729 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/aspeed-gfx.txt' (31,476) at 20210307214925318 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/msi.h' (31,477) at 20240405153052617 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgk104.c' (31,478) at 20210307214927966 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/using-DOCB-conditional.patch' (31,479) at 20210307205554010 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/cache.h' (31,480) at 20210307214926158 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/sme_trap_za.c' (31,481) at 20240405153054241 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif.c' (31,482) at 20210308005003556 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_support.h' (31,483) at 20210308005002880 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/bcm63xx.S' (31,484) at 20210309003648680 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb' (31,485) at 20240124090012254 2025-03-14 03:00:47.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/README.md' (31,486) at 20210308005108645 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmr735b.dtsi' (31,487) at 20240405153045777 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb' (31,488) at 20241221090017560 to deleted uid set 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/mv78xx0_defconfig' (31,489) at 20240405153045617 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dwmmc.h' (31,490) at 20210308005002724 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/main.cpp' (31,491) at 20220707030030843 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/265.out' (31,492) at 20210308005046465 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/io.h' (31,493) at 20240405153230019 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-console/gnome-console/0001-include-locale.h-for-setlocale.patch' (31,494) at 20241221090017488 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi' (31,495) at 20240805080013915 to deleted uid set 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/message/payload.cpp' (31,496) at 20241012080019920 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-gen2-cpg.h' (31,497) at 20210307214927014 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c' (31,498) at 20210308005046521 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/client.2201.conf' (31,499) at 20240402080012066 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/hu-Digikabel' (31,500) at 20210307205553758 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/testcase.py' (31,501) at 20241211090212538 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' (31,502) at 20240822080027621 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/virtio-input-host.c' (31,503) at 20221215040039114 2025-03-14 03:00:47.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/libperf.map' (31,504) at 20240405153054065 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/ubifs.h' (31,505) at 20210308005003552 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mem.c' (31,506) at 20240405153051789 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillybus_core.c' (31,507) at 20240405153046769 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_arith.c' (31,508) at 20240405153045969 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/meson.build' (31,509) at 20241211090212462 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/dm.h' (31,510) at 20210307214929938 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/libata.c' (31,511) at 20210308005003332 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_tbf_prio.sh' (31,512) at 20210307214932690 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/sdjournal.hpp' (31,513) at 20210724000059639 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_stress_consumer.c' (31,514) at 20210307214932722 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_helper.h' (31,515) at 20240405153231855 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/003_empty.dts' (31,516) at 20210308005003752 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/fragmentation.h' (31,517) at 20220525020654791 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/documentation-audit.sh' (31,518) at 20220910030013433 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pmu_rk3288.h' (31,519) at 20210308005002664 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc.host.h' (31,520) at 20210307214930558 2025-03-14 03:00:47.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/Kconfig' (31,521) at 20240405153048565 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/long-help' (31,522) at 20210307205553814 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/tee_private.h' (31,523) at 20240405153231495 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis_buffer.c' (31,524) at 20240405153048993 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_crtn.h' (31,525) at 20240405153051633 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml' (31,526) at 20221207040023631 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox_1.37.0.bb' (31,527) at 20241221090017636 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/README' (31,528) at 20210307214929870 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/file.h' (31,529) at 20240405153052685 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_yamaha_terratec.c' (31,530) at 20210307214932206 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/swift/obmc/phosphor-fan/phosphor-cooling-type-0.conf' (31,531) at 20210307205553702 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb' (31,532) at 20241221090017556 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_ipv6.sh' (31,533) at 20240405153232279 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_crtc.c' (31,534) at 20240405153048769 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/int-l64.h' (31,535) at 20210307214931614 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-lsxl.dtsi' (31,536) at 20210308005002592 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values/ni_eseries.c' (31,537) at 20220525020652358 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/shaderinclude.py' (31,538) at 20230426080043844 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbnames.c' (31,539) at 20240411080014066 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network.bb' (31,540) at 20241206090014278 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_buddha.c' (31,541) at 20240405153230179 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb' (31,542) at 20241206090014270 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/northstar2/Makefile' (31,543) at 20210307214926010 2025-03-14 03:00:47.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/minidlna-daemon.init.d' (31,544) at 20210307205553802 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nspire/nspire.dtsi' (31,545) at 20240405153229875 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TASKS02.boot' (31,546) at 20240405153054369 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/pid.json' (31,547) at 20240912080005178 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-kernel/linux/linux-aspeed_%.bbappend' (31,548) at 20240407080011706 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/sprd_thermal.c' (31,549) at 20240405153231499 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ti,tps65219.yaml' (31,550) at 20240405153045149 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_enum_attribute_test.cpp' (31,551) at 20240618080043041 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper.dtsi' (31,552) at 20240405153045485 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/snort.default' (31,553) at 20230811080018298 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crct10dif_common.c' (31,554) at 20210307214926794 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltq-cputemp.c' (31,555) at 20240405153230663 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/load_store.c' (31,556) at 20220525020652186 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/init.h' (31,557) at 20240405153054229 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/Makefile' (31,558) at 20210307214929422 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_deflate/Makefile' (31,559) at 20210307214931822 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_arp.c' (31,560) at 20210307214931894 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/int-attributes.c' (31,561) at 20220525020653907 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0002-board-aspeed-aspeednic-Use-MAC2-for-networking.patch' (31,562) at 20241206090014274 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi' (31,563) at 20240405153229887 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/64/pgalloc.h' (31,564) at 20240405153046121 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v11_0_3.h' (31,565) at 20240405153047137 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml' (31,566) at 20240405153045085 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/ddr.c' (31,567) at 20210308005003172 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/o2cb' (31,568) at 20240405153044909 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/bmc.h' (31,569) at 20210308004938832 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-sabreauto.dts' (31,570) at 20240405153045521 2025-03-14 03:00:47.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gpu_devfreq.c' (31,571) at 20241211090145417 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sysctl.h' (31,572) at 20240405153052941 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/psci.c' (31,573) at 20210308005002788 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/start.S' (31,574) at 20210308005002800 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/am2315.c' (31,575) at 20240405153048985 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/__init__.py' (31,576) at 20210308005003736 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mdio-boardinfo.c' (31,577) at 20220525020653683 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/phy.c' (31,578) at 20210308005002820 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/plugins.d/badpel' (31,579) at 20230623080027929 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_macsec.h' (31,580) at 20240405153050361 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-i9300.dts' (31,581) at 20240405153045569 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x.dtsi' (31,582) at 20210308005002596 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bengtsfors' (31,583) at 20210307205553778 2025-03-14 03:00:47.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_value.c' (31,584) at 20240405153054285 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fib_trie.c' (31,585) at 20240805080014051 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mips_itu.c' (31,586) at 20241211090212298 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-thermal.dtsi' (31,587) at 20240405153045833 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp103.rst' (31,588) at 20220525020651738 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi3519-clock.h' (31,589) at 20210307214931326 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Adelaide' (31,590) at 20210307205553762 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_d.c' (31,591) at 20210308005046521 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sigmadsp-regmap.c' (31,592) at 20220525020655047 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pps.h' (31,593) at 20240405153048457 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sis630.c' (31,594) at 20240405153048913 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/contig.c' (31,595) at 20240405153045929 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Joestrom' (31,596) at 20210307205553782 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f469-pinctrl.dtsi' (31,597) at 20210308005002616 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/gm107.c' (31,598) at 20240405153048649 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/scan.c' (31,599) at 20220525020652270 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/noexec.c' (31,600) at 20221215040039390 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/gro.sh' (31,601) at 20220525020655219 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Latex2e-translated-notice' (31,602) at 20241221090017616 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fjal' (31,603) at 20210307205553782 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0009-php-don-t-use-broken-wrapper-for-mkdir.patch' (31,604) at 20230706080014745 to deleted uid set 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf-helper' (31,605) at 20210307205553838 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-dummy.bb' (31,606) at 20241206090014342 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-graph-dwarf' (31,607) at 20210307214932570 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti,cdce706.txt' (31,608) at 20210309003648340 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-rust.h' (31,609) at 20210307214932590 2025-03-14 03:00:47.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/realtek,rtd1295.h' (31,610) at 20210307214931350 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-redhat' (31,611) at 20210308005045769 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/copy_mc_64.S' (31,612) at 20240405153046469 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/core_intr.c' (31,613) at 20240405153231543 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/auth_x_protocol.h' (31,614) at 20220525020654807 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8-clock.h' (31,615) at 20240405153231795 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/fw_namespace.c' (31,616) at 20220525020655207 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend' (31,617) at 20221122040015511 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/pgtable.py' (31,618) at 20240405153232103 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c' (31,619) at 20240405153048489 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc7280-wpss-pil.yaml' (31,620) at 20240405153045149 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,bcm53573-ilp.txt' (31,621) at 20210307214925286 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/user_ringbuf_fail.c' (31,622) at 20240405153054281 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image/configure.patch' (31,623) at 20230706080014753 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,axg-mipi-dphy.yaml' (31,624) at 20240405153045129 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti,da8xx-ddrctl.yaml' (31,625) at 20240405153045105 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projectbuilds.html' (31,626) at 20210307205554286 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/power-supply/meson.build' (31,627) at 20210308005109241 to deleted uid set 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11.inl' (31,628) at 20210308005046069 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' (31,629) at 20241012080019916 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ife/ife.c' (31,630) at 20240405153232015 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/ht16k33.c' (31,631) at 20240805080013939 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-6282.dtsi' (31,632) at 20240405153045453 2025-03-14 03:00:47.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/vid-pll-div.c' (31,633) at 20210307214926994 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ioapic.h' (31,634) at 20210308005002880 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/maxim,max63xx.yaml' (31,635) at 20240405153045185 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/interface.h' (31,636) at 20210307214925858 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-runtime.inc' (31,637) at 20241206090014330 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/eeprom/at24.yaml' (31,638) at 20240405153229763 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-hi3670-pcie.c' (31,639) at 20240405153051281 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/phy-stih407-usb.txt' (31,640) at 20210308005003304 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/driver.c' (31,641) at 20240815080012931 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/st_shmem_utils.c' (31,642) at 20210307214927826 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dts' (31,643) at 20220525020651910 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/fault.c' (31,644) at 20240613080016375 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/cmpxchg.h' (31,645) at 20240405153045357 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/xilinx_dma.h' (31,646) at 20210307214931378 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/bno055_i2c.c' (31,647) at 20240405153048993 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/grubtarget.py' (31,648) at 20220402030016127 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/00avahi-autoipd' (31,649) at 20210307205554462 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma0_core_masks.h' (31,650) at 20240405153046573 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/fsl,t1023-sfp.yaml' (31,651) at 20240405153229779 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8903.h' (31,652) at 20210307214931606 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/pkey_alloc.c' (31,653) at 20210307214932578 2025-03-14 03:00:47.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-periph.c' (31,654) at 20240405153046845 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/sm_common.c' (31,655) at 20240405153049701 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/fslog.c' (31,656) at 20241018080014562 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/debugfs.c' (31,657) at 20240712080021061 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-l2c-defs.h' (31,658) at 20210307214926234 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/gen/regenerate-meson' (31,659) at 20220914030025016 to deleted uid set 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0008_refactor_artifact_models.py' (31,660) at 20210307205554262 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/interface.h' (31,661) at 20210307214931394 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/w1-uclass.c' (31,662) at 20210308005003540 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/index.js' (31,663) at 20210308005107077 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/wafl/wafl2_4_0_0_sh_mask.h' (31,664) at 20210307214927694 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ReservoirCollection_v1.xml' (31,665) at 20240619080002936 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb' (31,666) at 20241221090017504 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/mm/init.c' (31,667) at 20240405153230023 2025-03-14 03:00:47.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-revc-u-boot.dtsi' (31,668) at 20210308005002576 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/mp_custom_oid.h' (31,669) at 20210307214930638 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/Makefile' (31,670) at 20210308005002964 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/clz_ctz.c' (31,671) at 20240405153053081 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/efivarfs/internal.h' (31,672) at 20240405153052329 to deleted uid set 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/LICENCE' (31,673) at 20210308005113633 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/qcom-spmi-pmic.c' (31,674) at 20240405153230839 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h' (31,675) at 20210307214927242 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-bad-name.out' (31,676) at 20210308005046405 to deleted uid set 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/Kconfig' (31,677) at 20210308005003544 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v3s-licheepi-zero.dts' (31,678) at 20240405153045397 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_TCPOPTSTRIP.c' (31,679) at 20210307214932026 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/recursion-depth.c' (31,680) at 20210307214932670 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity-systemd-x86-64.txt' (31,681) at 20230520080014484 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-ctouch2.dtsi' (31,682) at 20240405153229967 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/.gitignore' (31,683) at 20240405153054361 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/subprojects/phosphor-logging.wrap' (31,684) at 20210619000019014 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos2_7.dts' (31,685) at 20240405153045497 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/tegra/powergate-bpmp.c' (31,686) at 20240405153231351 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/common/qman_if.h' (31,687) at 20240405153046573 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/gitlab-ci.yml' (31,688) at 20240613080016399 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/test/efi_test.c' (31,689) at 20220525020652430 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/brcm,kona-smc.yaml' (31,690) at 20240405153045057 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/trace-events' (31,691) at 20240326080039410 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/slab_def.h' (31,692) at 20240405153052793 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/hwmon-kernel-api.rst' (31,693) at 20240405153045217 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/port-gnome-menus3.patch' (31,694) at 20231011080016574 2025-03-14 03:00:47.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/event_matches_filter.hpp' (31,695) at 20241015080002911 to deleted uid set 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-ioctl.h' (31,696) at 20210307214928698 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3128_common.h' (31,697) at 20210308005003612 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/reg.h' (31,698) at 20210307214929778 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath12k/mac.c' (31,699) at 20241211090145469 to deleted uid set 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_aux_dev.c' (31,700) at 20240405153048385 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/Kconfig' (31,701) at 20240405153049233 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c' (31,702) at 20240405153051937 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/ethertap_user.c' (31,703) at 20210307214926622 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/Makefile' (31,704) at 20210308005003020 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/sandbox_scsi.c' (31,705) at 20210308005003484 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/common.h' (31,706) at 20210307214925962 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_alcor.c' (31,707) at 20210307214925658 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/bus.json' (31,708) at 20240405153054109 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/10_utf16.patch' (31,709) at 20220204040022520 2025-03-14 03:00:47.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.h' (31,710) at 20210307214929938 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_dram_tables.h' (31,711) at 20210307214927738 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/package.json' (31,712) at 20210308005107081 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-tricore-cross.docker' (31,713) at 20240906080037560 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/syscall.S' (31,714) at 20220525020655187 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend' (31,715) at 20241206090014218 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brppt1-spi.dts' (31,716) at 20210308005002560 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.c' (31,717) at 20210308005003532 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/knav_qmss.h' (31,718) at 20240405153052797 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gx-mali450.dtsi' (31,719) at 20210309003648732 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/page_64.h' (31,720) at 20210307214926386 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/Makefile' (31,721) at 20240405153232015 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/delay.c' (31,722) at 20240405153045949 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/scatterlist.h' (31,723) at 20240405153054389 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ati_remote.c' (31,724) at 20240405153049509 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nvidia,tegra-vde.yaml' (31,725) at 20240405153045093 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-driver-turris-omnia' (31,726) at 20220525020651634 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/helper.c' (31,727) at 20240906080037472 2025-03-14 03:00:47.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/simulate-insn.h' (31,728) at 20240405153230071 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/packetengines/yellowfin.c' (31,729) at 20240405153050205 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_fcntl.h' (31,730) at 20210308005046073 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/distro.py' (31,731) at 20230114040015554 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/add-error-check-for-disk-filled-up.patch' (31,732) at 20230131040012027 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pid_namespace/.gitignore' (31,733) at 20210307214932698 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Amot' (31,734) at 20210307205553778 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/elf.c' (31,735) at 20210307214925862 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_wmac_regdef.h' (31,736) at 20220525020654171 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio-driver.c' (31,737) at 20240405153051457 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/socat/socat_1.8.0.1.bb' (31,738) at 20241221090017636 to deleted uid set 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot-fvp-base.inc' (31,739) at 20241221090017468 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/shmbuf.h' (31,740) at 20240405153046505 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/power_on_reason.h' (31,741) at 20240405153231835 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-mtview_git.bb' (31,742) at 20240301090012431 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/fsi.rst' (31,743) at 20240906080037176 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-video.c' (31,744) at 20240405153049365 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_fast.h' (31,745) at 20240405153053117 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-mxs.yaml' (31,746) at 20210309003648348 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apf27.h' (31,747) at 20210308005003584 2025-03-14 03:00:47.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_ECN.h' (31,748) at 20210307214931650 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/hda_auto_parser.c' (31,749) at 20241216090017801 to deleted uid set 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bmi160/bmi160_i2c.c' (31,750) at 20240405153048993 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10353_priv.h' (31,751) at 20210307214928646 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_xdp.c' (31,752) at 20240405153054285 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb' (31,753) at 20230811080018298 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.2.bb' (31,754) at 20241206090014246 to deleted uid set 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/io-channel-helpers.c' (31,755) at 20221215040039390 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml' (31,756) at 20210307214925326 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/paginate.js' (31,757) at 20210308005107069 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/pinctrl-s500.c' (31,758) at 20240405153051301 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/acpi/mainboard.asl' (31,759) at 20210308005003008 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_recv.c' (31,760) at 20240405153053353 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/bx50v3.c' (31,761) at 20210308005003000 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/test-qga-os-release' (31,762) at 20210308005046389 2025-03-14 03:00:47.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/sst-dsp.c' (31,763) at 20210309003654912 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/avoid-to-call-AC_TRY_RUN.patch' (31,764) at 20230503080014583 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/wm831x-hwmon.c' (31,765) at 20210307214928142 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb' (31,766) at 20241221090017516 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/console/obmc-console_git.bbappend' (31,767) at 20240120090012778 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/ext_interface.hpp' (31,768) at 20210308005103637 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-lpc18xx.c' (31,769) at 20240405153231371 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/Makefile' (31,770) at 20240405153231535 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch' (31,771) at 20210307205554542 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (31,772) at 20210401100023201 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/zones.json' (31,773) at 20240918080013376 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/0001-setup.py-StrictVersion-packaging.version.patch' (31,774) at 20220204040022460 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mediatek-ge-soc.c' (31,775) at 20240503080014490 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880.h' (31,776) at 20210307214928614 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/lkkbd.c' (31,777) at 20240405153049137 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.6.rst' (31,778) at 20230919080013970 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/HMAT.acpihmatvirt' (31,779) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm_sysctl.c' (31,780) at 20241211090212294 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/hda.h' (31,781) at 20210307214928046 2025-03-14 03:00:47.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_s302m.h' (31,782) at 20210309003650376 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/r82600_edac.c' (31,783) at 20240405153047021 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.h' (31,784) at 20240405153050497 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/sh7753evb.c' (31,785) at 20210308005003036 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-presence.service' (31,786) at 20231019080029735 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/Makefile' (31,787) at 20240405153046057 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/timer/stm32-timer-trigger.h' (31,788) at 20210307214931402 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-cr.xml' (31,789) at 20210308005045817 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/extable.c' (31,790) at 20240405153052997 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/regulator-max77620.txt' (31,791) at 20240405153229791 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/entry-common.h' (31,792) at 20240405153046245 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/release-process.rst' (31,793) at 20241221090017600 to deleted uid set 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE02.boot' (31,794) at 20240405153054369 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/relo_core.h' (31,795) at 20240405153054061 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/ctx_sw_asm.S' (31,796) at 20240405153229859 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/092.out' (31,797) at 20210308005046445 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/cdomain.py' (31,798) at 20210308005002536 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch' (31,799) at 20241221090017552 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh' (31,800) at 20230919080013986 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-u.json' (31,801) at 20220429100100882 2025-03-14 03:00:47.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-base.bb' (31,802) at 20241221090017644 2025-03-14 03:00:47.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_6_0_d.h' (31,803) at 20210309003649532 2025-03-14 03:00:47.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/quorum.c' (31,804) at 20241211090212214 2025-03-14 03:00:47.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/flush_icache.S' (31,805) at 20210307214926498 2025-03-14 03:00:47.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/si4713.txt' (31,806) at 20210307214925354 2025-03-14 03:00:47.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/Makefile' (31,807) at 20210307214928838 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctsrc.h' (31,808) at 20220525020654991 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c' (31,809) at 20240405153050625 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-host/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service' (31,810) at 20230412080023460 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/snps_udc_plat.c' (31,811) at 20240405153231555 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/utils.c' (31,812) at 20240405153054365 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/xenbus.h' (31,813) at 20240405153052961 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test.out' (31,814) at 20210927100127505 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci.h' (31,815) at 20241211090212346 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdmi.c' (31,816) at 20240405153230555 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-usbmux-util' (31,817) at 20230107040016303 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_opregion.h' (31,818) at 20240405153048457 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_string_encode_check.yaml' (31,819) at 20240908080010098 2025-03-14 03:00:47.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/imx/soc-imx.c' (31,820) at 20240405153051761 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_static_key_base.c' (31,821) at 20210307214931818 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/Kconfig' (31,822) at 20240405153050605 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_ucode.h' (31,823) at 20210307214928018 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/chip.h' (31,824) at 20241104090011579 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dwc_eth_qos.c' (31,825) at 20210308005003428 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/datagram.c' (31,826) at 20240405153232035 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overturingen' (31,827) at 20210307205553790 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/conf-notes.txt' (31,828) at 20220913030020496 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-berlin.c' (31,829) at 20240405153231355 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/debug_regs.c' (31,830) at 20240405153054321 2025-03-14 03:00:47.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_timer.c' (31,831) at 20210309003654568 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-ge-achc' (31,832) at 20240405153229731 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/loongson_device.c' (31,833) at 20240405153230579 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/mmzone.h' (31,834) at 20220525020652114 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb' (31,835) at 20220804030014691 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si470x/Makefile' (31,836) at 20210307214928770 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service' (31,837) at 20210307205553850 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc.h' (31,838) at 20220525020654263 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES1_C-101W' (31,839) at 20210307205553762 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/alienware-wmi.c' (31,840) at 20240405153051397 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/reset.c' (31,841) at 20210308005002708 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/pldmfw/Makefile' (31,842) at 20210309003654192 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/thunderbolt.h' (31,843) at 20240405153052805 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0900_sw.c' (31,844) at 20210307214928642 2025-03-14 03:00:47.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ffa.c' (31,845) at 20241008080013895 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/bpf_prog_profiler.bpf.c' (31,846) at 20240405153054185 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-file-handle.c' (31,847) at 20210307214932466 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/base-files/base-files_%.bbappend' (31,848) at 20240229090011779 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/package-feeds.png' (31,849) at 20210307205554314 to deleted uid set 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vistr.c' (31,850) at 20221215040039390 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/validate_registry.py' (31,851) at 20230317080026221 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/Makefile' (31,852) at 20220525020655131 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vamem_local.h' (31,853) at 20210307214930542 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/s32g274a-evb.dts' (31,854) at 20240405153045737 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/dbg_helper.c' (31,855) at 20240906080037540 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/mad_rmpp.h' (31,856) at 20210307214928374 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/bitops_64.h' (31,857) at 20240405153046317 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/.clang-format' (31,858) at 20241219090024012 to deleted uid set 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/entry.S' (31,859) at 20210927100127329 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.h' (31,860) at 20240405153047237 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/renesas,usb-dmac.yaml' (31,861) at 20240405153045053 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/expected_stderr' (31,862) at 20210308005003736 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ia_css_tdf.host.h' (31,863) at 20210307214930562 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max1619.rst' (31,864) at 20210307214925502 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-object.err' (31,865) at 20210308005046409 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpic_u3msi.c' (31,866) at 20240405153046233 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec.h' (31,867) at 20210308005003476 2025-03-14 03:00:47.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/cnl-sst-dsp.h' (31,868) at 20210309003654912 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/lowlevel_init.S' (31,869) at 20210308005002560 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/next-fb.c' (31,870) at 20221215040039102 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/rocker.json' (31,871) at 20241211090212450 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/obmc_ser_num' (31,872) at 20221209040018559 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-a-plus.dts' (31,873) at 20240405153229871 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts' (31,874) at 20240405153045729 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx35.c' (31,875) at 20240405153229911 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_clock.c' (31,876) at 20240405153050081 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_matchall.c' (31,877) at 20240405153053365 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/filesystem_mock.hpp' (31,878) at 20210308004940468 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/Kconfig' (31,879) at 20210309003652156 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/Kconfig' (31,880) at 20240405153053029 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/gpio-hammer.c' (31,881) at 20210309003654960 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-spe.xml' (31,882) at 20210308005045817 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accounting/psi.rst' (31,883) at 20240405153229735 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/snapper9g45.h' (31,884) at 20210308005003616 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cmf.c' (31,885) at 20220525020653963 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/debugfs.c' (31,886) at 20220525020653735 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/LICENSE' (31,887) at 20210311201857422 2025-03-14 03:00:47.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pm.c' (31,888) at 20240405153045677 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/pinmux-config-apalis_t30.h' (31,889) at 20210308005003080 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/zones.json' (31,890) at 20221201040015308 to deleted uid set 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_hist_options.rst' (31,891) at 20240405153045265 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/sunplus/phy-sunplus-usb2.c' (31,892) at 20240405153231315 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c' (31,893) at 20240405153230927 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.h' (31,894) at 20240405153047093 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/mtree.py' (31,895) at 20210308005046245 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/lib.c' (31,896) at 20240405153053501 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_cout1_master_regs.h' (31,897) at 20240405153046585 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/altera_ps2.c' (31,898) at 20240405153049153 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mp_ioctl.h' (31,899) at 20240405153051905 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/lua-update-Makefile-to-use-environment-build-setting.patch' (31,900) at 20241221090017524 2025-03-14 03:00:47.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-x509-helpers.h' (31,901) at 20241211090212550 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/builtin-trace.c' (31,902) at 20241211090145573 to deleted uid set 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/helper_restricted.c' (31,903) at 20240405153054253 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h' (31,904) at 20210307214929322 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/os_support.h' (31,905) at 20210308005003772 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_pmuv3.c' (31,906) at 20240405153231303 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test2_git.bb' (31,907) at 20230610080017599 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/pgalloc.h' (31,908) at 20240405153230091 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/io.hpp' (31,909) at 20240817080027656 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g15.dtsi' (31,910) at 20210308005002572 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10.dtsi' (31,911) at 20240405153229871 to deleted uid set 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/intel_th.h' (31,912) at 20210307214931406 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault.metadata.yaml' (31,913) at 20221213040033297 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-dram-pro5.c' (31,914) at 20210308005002792 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cr.c' (31,915) at 20210308005003720 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-pcm.c' (31,916) at 20240405153232199 2025-03-14 03:00:47.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pwm-fan.rst' (31,917) at 20240405153045217 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/driver.c' (31,918) at 20210307214926334 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sparc64/Makefile' (31,919) at 20210307214932722 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/arch_hweight.h' (31,920) at 20210307214926658 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/MAINTAINERS' (31,921) at 20210308005003036 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/frontend.json' (31,922) at 20240405153054149 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/hid-sensor-prox.c' (31,923) at 20240405153049001 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/fru.hpp' (31,924) at 20240819080030259 to deleted uid set 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/vl6180.c' (31,925) at 20240405153049005 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/cxgbit_main.c' (31,926) at 20240405153051957 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha2-ce-core.S' (31,927) at 20220525020651946 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/design.txt' (31,928) at 20240405153054105 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/minerva/cri_sensors.json' (31,929) at 20240119090006939 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-jr2.c' (31,930) at 20210308005003456 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_txrx.h' (31,931) at 20220525020653619 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/fan.hpp' (31,932) at 20241217090008764 to deleted uid set 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg-stubs.c' (31,933) at 20230426080043856 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/Kconfig' (31,934) at 20220525020653991 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/atmel-hlcdc.txt' (31,935) at 20210308005003328 2025-03-14 03:00:47.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/seccomp/seccomp_benchmark.c' (31,936) at 20240405153054373 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/prodigy_hifi.c' (31,937) at 20210307214932262 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,split.yaml' (31,938) at 20240405153045041 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.2.rst' (31,939) at 20241221090017600 to deleted uid set 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/power-ctrl' (31,940) at 20231128090014177 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/log.c' (31,941) at 20210308005003212 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi4_core.c' (31,942) at 20240405153048673 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-mux-div.c' (31,943) at 20210307214926998 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,vin.yaml' (31,944) at 20240405153229775 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/atomic128-ldst.h' (31,945) at 20240326080039410 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util-darwin.c' (31,946) at 20221215040039086 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/emux_legacy.h' (31,947) at 20210307214931598 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c' (31,948) at 20210308005003176 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/run-ptest' (31,949) at 20210307205554118 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/TOTPAuthenticator.interface.yaml' (31,950) at 20241121090018187 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/hiface/chip.h' (31,951) at 20210307214932442 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml' (31,952) at 20240405153045173 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/ivshmem-server.h' (31,953) at 20210308005045769 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/irq_work.h' (31,954) at 20240405153230031 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Villands_Vanga' (31,955) at 20210307205553794 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpm.h' (31,956) at 20210307214926374 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/kapi.rst' (31,957) at 20220525020651746 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/autogroup.c' (31,958) at 20240405153053037 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-gemini/Makefile' (31,959) at 20210307214925882 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-recovery-image.bb' (31,960) at 20241206090014210 2025-03-14 03:00:47.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/pci.c' (31,961) at 20240405153046033 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extp.c' (31,962) at 20210308005046505 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/iio.h' (31,963) at 20240405153052709 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/Makefile' (31,964) at 20210307214929646 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfcmp.c' (31,965) at 20210307214926334 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/advise.c' (31,966) at 20240405153052965 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-aarch64-code.fd.bz2' (31,967) at 20241211090212398 to deleted uid set 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h' (31,968) at 20240913080013785 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/cdc/adi,ad7150.yaml' (31,969) at 20240405153229767 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/parent.c' (31,970) at 20240405153231775 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_sitv.json' (31,971) at 20241213090004413 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5018.dtsi' (31,972) at 20240405153229939 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cros-ec-anx7688.c' (31,973) at 20240405153048373 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-cpu.c' (31,974) at 20240405153046841 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mpq7920.c' (31,975) at 20240405153231363 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/udp_server.c' (31,976) at 20241221090017580 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/dep+plain.litmus' (31,977) at 20240405153054069 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/iommu.h' (31,978) at 20210307214926118 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_dcbnl.c' (31,979) at 20210309003651196 2025-03-14 03:00:47.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/fs_context.h' (31,980) at 20241211090145529 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fujitsu/fmvj18x_cs.c' (31,981) at 20240405153049933 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/.kunitconfig' (31,982) at 20220525020654395 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/futex.h' (31,983) at 20220804100015896 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/locking.c' (31,984) at 20240405153052289 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_main.c' (31,985) at 20240405153050197 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-ipq4019.c' (31,986) at 20241211090145461 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/nvdimm.c' (31,987) at 20240326080039414 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/header.c' (31,988) at 20210307214932518 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-826.c' (31,989) at 20220429100100938 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/licenses/radvd' (31,990) at 20210307205553806 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gwventana_gw5904_defconfig' (31,991) at 20210308005003260 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/std_vendor.rs' (31,992) at 20240405153053421 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/early_printk.c' (31,993) at 20210307214926190 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hidp/Makefile' (31,994) at 20210307214931886 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/test-remote-image' (31,995) at 20210307205554642 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.readthedocs.yml' (31,996) at 20240326080039362 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv50_fence.c' (31,997) at 20220525020652951 2025-03-14 03:00:47.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/rest.json' (31,998) at 20210307205553850 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/scd30_core.c' (31,999) at 20240405153048969 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/mod.c' (32,000) at 20240405153053165 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sc7280.h' (32,001) at 20220525020654543 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/gpio.hpp' (32,002) at 20230616080022923 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/0001-dc-fix-exit-code-of-q-command.patch' (32,003) at 20210307205554558 to deleted uid set 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/config.mk' (32,004) at 20210308005002544 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_timeout.cpp' (32,005) at 20231110090010623 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/edac/dmc-520.yaml' (32,006) at 20240405153045057 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/File.metadata.yaml' (32,007) at 20220430030026016 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3328_common.h' (32,008) at 20210308005003612 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts' (32,009) at 20240405153229871 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_sock.c' (32,010) at 20240405153054285 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/fieldbus-dev-cdev' (32,011) at 20210307214930506 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb' (32,012) at 20241221090017504 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/Makefile' (32,013) at 20240405153231343 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-v2.dts' (32,014) at 20210307214926046 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/unicode.c' (32,015) at 20210308005046565 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/frontend.json' (32,016) at 20240405153054145 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/atmel/ac97c.h' (32,017) at 20210307214932190 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88796.h' (32,018) at 20210308005003424 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_typo.patch' (32,019) at 20230706080014741 2025-03-14 03:00:47.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h' (32,020) at 20240405153050529 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/utils.hpp' (32,021) at 20240828080025979 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/irq.c' (32,022) at 20240405153049633 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb' (32,023) at 20231126090012797 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-loongson.h' (32,024) at 20240405153231463 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ams/ams.h' (32,025) at 20240405153230755 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/auxvec.h' (32,026) at 20210307214926178 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/sanity.conf' (32,027) at 20241206090014302 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/read_write.c' (32,028) at 20240405153231655 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.gitignore' (32,029) at 20240305090002630 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/logwatch/logwatch_7.11.bb' (32,030) at 20241221090017516 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/isa.rst' (32,031) at 20240405153045193 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ali512x.h' (32,032) at 20210308005003560 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/system.conf-qemuall' (32,033) at 20210307205554490 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_riscv.c' (32,034) at 20240405153232239 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/bblayers.conf.sample' (32,035) at 20240323080013549 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amlogic/Kconfig' (32,036) at 20210309003649284 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hikey970-pinctrl.dtsi' (32,037) at 20240405153045741 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h' (32,038) at 20240405153048797 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpic_timer.h' (32,039) at 20210307214926386 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/treesource.c' (32,040) at 20240405153053445 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd/0001-Fix-deprecared-function-prototypes.patch' (32,041) at 20220910030013361 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.h' (32,042) at 20240405153048353 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6-pins.h' (32,043) at 20210308005002648 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone.dtsi' (32,044) at 20210308005002592 2025-03-14 03:00:47.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/ps3_gelic_net.c' (32,045) at 20240405153050317 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll_0.1.bb' (32,046) at 20241221090017480 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/suspend-callgraph.cfg' (32,047) at 20210307214932618 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/xen-mca.h' (32,048) at 20240405153052961 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/audio-iio-aux.yaml' (32,049) at 20240405153229799 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d35ek.dts' (32,050) at 20210308005002612 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt6795-sys-clock.yaml' (32,051) at 20240405153045025 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx-hw.config' (32,052) at 20240805080013923 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-packed-hsv.rst' (32,053) at 20210309003648496 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mem_encrypt_amd.c' (32,054) at 20240405153230143 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/Makefile' (32,055) at 20240405153046865 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/translate.c' (32,056) at 20241211090212522 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g.dtsi' (32,057) at 20210308005002592 2025-03-14 03:00:47.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/glome/glome_git.bb' (32,058) at 20241221090017580 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/axis/artpec6_crypto.c' (32,059) at 20240405153046925 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c' (32,060) at 20220525020653587 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/MAINTAINERS' (32,061) at 20210308005003056 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/signals.cpp' (32,062) at 20241012080019916 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/hac.c' (32,063) at 20240405153053985 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/edb9315a_defconfig' (32,064) at 20210308005003256 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pci.cpp' (32,065) at 20240817080027656 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/keymaps.h' (32,066) at 20240326080039750 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-windows-ssh.c' (32,067) at 20241211090212454 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/inode.c' (32,068) at 20240405153231607 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_wr.h' (32,069) at 20210307214930302 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgalloc_32.h' (32,070) at 20220525020652118 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/phosphor-fan/phosphor-fan_%.bbappend' (32,071) at 20240925080018162 2025-03-14 03:00:47.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_enumerate_unittest.cpp' (32,072) at 20220824030029051 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040qds.c' (32,073) at 20210308005002992 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ar7/spaces.h' (32,074) at 20210307214926214 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/model.py' (32,075) at 20241029080012595 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/meson.build' (32,076) at 20241211090212258 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/events/event_state_sensor.json' (32,077) at 20221213040036917 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip_3.0.bb' (32,078) at 20241221090017680 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/irqflags.h' (32,079) at 20210308005002852 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/Makefile' (32,080) at 20240405153231451 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/hif.h' (32,081) at 20210307214929730 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/phosphor-dbus-interfaces.wrap' (32,082) at 20230428080030950 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/LICENSE' (32,083) at 20210308005111457 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_fwd_kern.c' (32,084) at 20210307214932122 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/amd-pstate-ut.c' (32,085) at 20240405153230251 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi/gaudi.c' (32,086) at 20240405153046561 2025-03-14 03:00:47.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/aarch64/Makefile' (32,087) at 20210308005046397 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TaskService_v1.xml' (32,088) at 20240619080002936 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_defconfig' (32,089) at 20210308005003240 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/rt3883.dtsi' (32,090) at 20210307214926194 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/mb1232.c' (32,091) at 20240405153230695 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/mtx1_defconfig' (32,092) at 20240405153045993 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.h' (32,093) at 20220525020652831 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/ioasm.h' (32,094) at 20210307214930242 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (32,095) at 20231021080018978 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/text-patching.h' (32,096) at 20240405153046397 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.h' (32,097) at 20240405153049813 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.4.4.bb' (32,098) at 20241221090017548 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt73usb.c' (32,099) at 20240405153050621 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb' (32,100) at 20241221090017528 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/error-inject.c' (32,101) at 20220525020652062 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399pro-rock-pi-n10.dts' (32,102) at 20240405153045821 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/vsec.h' (32,103) at 20240405153231343 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Makefile_32.cpu' (32,104) at 20220525020652130 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/Makefile' (32,105) at 20210308005002712 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker-hmp-cmds.c' (32,106) at 20230426080043716 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/Kconfig' (32,107) at 20210308005002952 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd_32.h' (32,108) at 20240906080037356 2025-03-14 03:00:47.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/lcs.h' (32,109) at 20240405153051533 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx6_ccm.c' (32,110) at 20241211090212294 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_hw.h' (32,111) at 20210307214927738 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/adi/Kconfig' (32,112) at 20220525020655015 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9_matrix.h' (32,113) at 20210308005002716 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (32,114) at 20240723080012912 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (32,115) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_sdio.h' (32,116) at 20210307214930662 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_netlink.c' (32,117) at 20240405153053381 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399pro.dtsi' (32,118) at 20210307214926050 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes/report-error.bbclass' (32,119) at 20230503080014611 to deleted uid set 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_replay.h' (32,120) at 20240405153230379 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_dc.c' (32,121) at 20240405153046953 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memstick.h' (32,122) at 20210307214931422 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/vmt.c' (32,123) at 20210308005003424 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest.bb' (32,124) at 20240302090018202 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-mk808c.dts' (32,125) at 20210308005002624 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/rtc.h' (32,126) at 20210307214931434 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/sa1111.h' (32,127) at 20240405153045621 2025-03-14 03:00:47.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch' (32,128) at 20220910030013425 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c' (32,129) at 20240405153051889 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-bcm-unimac.c' (32,130) at 20241118090018495 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/Kconfig' (32,131) at 20210308005003332 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_types.h' (32,132) at 20240613080016403 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mps2-scc.c' (32,133) at 20241211090212298 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.err' (32,134) at 20220429100100882 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.1.rst' (32,135) at 20241206090014294 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/memory.json' (32,136) at 20240405153054137 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/kasan_init.c' (32,137) at 20240405153045901 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pinctrl-zynqmp.h' (32,138) at 20220525020654547 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas27xx.yaml' (32,139) at 20240405153045169 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-3.0' (32,140) at 20241221090017616 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/Kconfig' (32,141) at 20210308005002808 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_general.robot' (32,142) at 20240628080017117 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb' (32,143) at 20241206090014298 2025-03-14 03:00:47.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Kastrup' (32,144) at 20241221090017616 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/Kconfig' (32,145) at 20240405153231359 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/sps.c' (32,146) at 20240405153051397 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr.c' (32,147) at 20220525020653911 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/tools/factory_reset_bmc.robot' (32,148) at 20221213040017973 to deleted uid set 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/tables.c' (32,149) at 20210308005002884 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qm1d1c0042.h' (32,150) at 20210307214928798 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sdram_s10.c' (32,151) at 20210308005003360 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/p2571.c' (32,152) at 20210308005003024 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/llc_shdlc.c' (32,153) at 20240405153053345 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/picocom/picocom_2024.bb' (32,154) at 20241221090017544 2025-03-14 03:00:47.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/pgtable.c' (32,155) at 20240405153230015 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa_helper.c' (32,156) at 20241211090212498 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml' (32,157) at 20240405153045021 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/fop_helper.c' (32,158) at 20241211090212518 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/board.h' (32,159) at 20210308005002924 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb' (32,160) at 20240113090014536 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb' (32,161) at 20241031080012183 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/neon.uc' (32,162) at 20240405153053097 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/input.js' (32,163) at 20210308005107069 2025-03-14 03:00:47.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl907d.h' (32,164) at 20240405153048617 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi_dev_interface.h' (32,165) at 20240326080039530 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/uverbs_types.h' (32,166) at 20220525020654651 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/packet.h' (32,167) at 20210307214931570 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-rf-tuner.rst' (32,168) at 20210309003648492 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pfault.h' (32,169) at 20240405153230079 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml' (32,170) at 20240405153045021 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wcd934x.c' (32,171) at 20240405153049625 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/instmap.h' (32,172) at 20221215040039334 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sifive_fu540_defconfig' (32,173) at 20210308005003280 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/mac_defconfig' (32,174) at 20240405153230003 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/anyof.hpp' (32,175) at 20221014030024888 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.h' (32,176) at 20240405153048589 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_flow.h' (32,177) at 20240405153050073 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-gdi.c' (32,178) at 20240405153049405 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ti,drv260x.yaml' (32,179) at 20240405153045081 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vt_kern.h' (32,180) at 20240405153052821 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,iocpu_fpga.txt' (32,181) at 20210308005002536 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62xvf/adf_drv.c' (32,182) at 20240405153046953 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm23550.yaml' (32,183) at 20240405153045013 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/spinand.h' (32,184) at 20210308005003668 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c' (32,185) at 20220525020652855 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/set_mode_types.h' (32,186) at 20240405153047301 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/stm32-adc-core.h' (32,187) at 20210308005003332 2025-03-14 03:00:47.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/packagedata.bbclass' (32,188) at 20220910030013385 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6125-gpucc.yaml' (32,189) at 20240405153045029 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-func-open.rst' (32,190) at 20210309003648472 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-fc' (32,191) at 20240405153044917 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_trace.h' (32,192) at 20240405153230979 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/format.rst' (32,193) at 20210309003648492 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/mmc.h' (32,194) at 20210307214929642 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/stat_output.sh' (32,195) at 20240405153232231 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/exec-cmd.h' (32,196) at 20210307214932494 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tsc_sync.c' (32,197) at 20240613080016375 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c' (32,198) at 20240405153054181 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml' (32,199) at 20240405153045141 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/gxbb-clkc.h' (32,200) at 20240405153231795 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revB.dts' (32,201) at 20240405153045841 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/db-export.txt' (32,202) at 20210307214932506 2025-03-14 03:00:47.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts' (32,203) at 20240405153045713 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_2_6_0_sh_mask.h' (32,204) at 20220525020652811 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_atomic_plane.h' (32,205) at 20240405153048433 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/i5k_amb.c' (32,206) at 20210309003649948 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23-olinuxino.dts' (32,207) at 20240405153229891 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/acpi/mainboard.asl' (32,208) at 20210308005002952 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.5.rst' (32,209) at 20241221090017596 2025-03-14 03:00:47.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c' (32,210) at 20241011080017303 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/constants.js' (32,211) at 20210308005107073 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/microsoft,vmbus.yaml' (32,212) at 20240405153045021 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/memset.S' (32,213) at 20210307214926098 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/syncpt.h' (32,214) at 20240405153048805 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/spcp8x5.c' (32,215) at 20240405153052137 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/static_gateway.cpp' (32,216) at 20241127090024701 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-fix-host-gcc.patch' (32,217) at 20210307205553818 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c' (32,218) at 20240405153048645 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/134' (32,219) at 20240906080037564 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/stm32/Kconfig' (32,220) at 20240405153230271 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/googletest/googletest_1.15.2.bb' (32,221) at 20241221090017544 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/cache.json' (32,222) at 20240405153054137 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/extra-properties-example.yaml' (32,223) at 20221213040022341 to deleted uid set 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-stm32-qspi.txt' (32,224) at 20210308005003324 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/BSD-3-Clause' (32,225) at 20210307214925638 2025-03-14 03:00:47.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/goya/goyaP.h' (32,226) at 20240405153046569 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/watch.cpp' (32,227) at 20241129090022521 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/0001-libgcrypt-fix-m4-file-for-oe-core.patch' (32,228) at 20241221090017696 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/conf.d/Lenovo_ThinkPad_P1_Gen2.conf' (32,229) at 20240405153054233 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-spe-physical-address' (32,230) at 20240405153054161 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ts4800.c' (32,231) at 20240405153230307 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi' (32,232) at 20240405153045605 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_gpio.h' (32,233) at 20240405153052757 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie-nvme.dts' (32,234) at 20240405153045785 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/altera-mailbox.txt' (32,235) at 20210307214925350 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_collection.cpp' (32,236) at 20240305090019906 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__continues_on.hpp' (32,237) at 20241219090033964 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/topsrv.c' (32,238) at 20240405153053397 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_chain_filter.c' (32,239) at 20240503080014518 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_c3_medium_x86.json' (32,240) at 20240301090004526 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/ppc_cbe_cpufreq_pmi.c' (32,241) at 20240405153230251 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/sev_migrate_tests.c' (32,242) at 20240405153054321 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/st,stm32-rtc.yaml' (32,243) at 20240405153045153 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/openocd_git.bb' (32,244) at 20240301090012423 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GLWTPL' (32,245) at 20211006000025234 2025-03-14 03:00:47.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2.host.c' (32,246) at 20210307214930558 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/set_device_action_tests.cpp' (32,247) at 20240817080031296 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/cgroup_iter.c' (32,248) at 20240405153052977 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/eventpoll.h' (32,249) at 20241216090017765 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/scripts/lib/devtool/ide_sdk.py' (32,250) at 20241221090017700 to deleted uid set 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/bin_stream.hpp' (32,251) at 20210308005346774 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci' (32,252) at 20240405153053445 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_accel_devices.h' (32,253) at 20240405153230267 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/Makefile' (32,254) at 20210308005002824 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/cleanup_pcie.cpp' (32,255) at 20211007100035655 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-misc/LICENSE' (32,256) at 20210308005115201 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/.clang-tidy' (32,257) at 20241220090014034 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-emcon-avari.dts' (32,258) at 20240405153229883 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-watch.c' (32,259) at 20230426080043780 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/input/ti-drv260x.h' (32,260) at 20210307214931338 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/ehci-regs.h' (32,261) at 20210308005046033 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-test-howto.rst' (32,262) at 20210307214925206 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/OWNERS' (32,263) at 20220727030031269 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skalmsjo' (32,264) at 20210307205553790 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/mipi.c' (32,265) at 20240405153048805 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch' (32,266) at 20220402030015947 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/dabtree.c' (32,267) at 20240405153052581 2025-03-14 03:00:47.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (32,268) at 20240703080014819 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin-peb-av-02.dtsi' (32,269) at 20240405153045529 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc.c' (32,270) at 20241211090212278 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/branch.json' (32,271) at 20240405153054109 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus-wait/dbus-wait_git.bb' (32,272) at 20240113090014552 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Saarijarvi' (32,273) at 20210307205553774 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/connect6_prog.c' (32,274) at 20240405153054269 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ExpressAM22-53.0E' (32,275) at 20210307205553762 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/.gitignore' (32,276) at 20240405153045877 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83793.c' (32,277) at 20240405153048881 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/cfg80211.c' (32,278) at 20240405153231239 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mt7621_gpio.c' (32,279) at 20210308005003376 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.2.bb' (32,280) at 20231126090012805 2025-03-14 03:00:47.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_cond_test.c' (32,281) at 20240405153054361 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp55xx-common.h' (32,282) at 20210309003650248 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/block.c' (32,283) at 20240906080037204 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.5.2.bb' (32,284) at 20231126090012805 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_host.h' (32,285) at 20221215040039186 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/FACP' (32,286) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ras/debugfs.h' (32,287) at 20210307214930182 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx25.c' (32,288) at 20240906080037192 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/page_32_types.h' (32,289) at 20220525020652150 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/sensors_dbus_list.sh' (32,290) at 20221209040018571 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/common/st_sensors.h' (32,291) at 20240405153231815 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml' (32,292) at 20240405153045113 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/neigh.c' (32,293) at 20241018080014586 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/xlnx,tmr-inject.yaml' (32,294) at 20240405153045109 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan743x_ptp.h' (32,295) at 20240405153050169 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/riscv/processor.h' (32,296) at 20240405153232267 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/simple_spinlock.h' (32,297) at 20240405153046129 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/hv_fcopy_daemon.c' (32,298) at 20210307214932470 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/mx28evk.c' (32,299) at 20210308005002980 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2019-11' (32,300) at 20210908000010391 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/st7735r.c' (32,301) at 20240405153048773 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish-x86_64-asm_64.S' (32,302) at 20220525020652138 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb' (32,303) at 20241221090017656 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53smd_defconfig' (32,304) at 20210308005003268 2025-03-14 03:00:47.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fpatan.c' (32,305) at 20210308005046497 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/sdio.h' (32,306) at 20210307214929798 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/pdata.h' (32,307) at 20210307214931438 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/unwind-libunwind.c' (32,308) at 20240405153054213 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/bcom_ata_task.c' (32,309) at 20210307214927122 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/meson.build' (32,310) at 20221210040039006 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-sr-pcie.c' (32,311) at 20220525020653863 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/law.c' (32,312) at 20210308005003048 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/led.c' (32,313) at 20210308005002916 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/phosphor-dbus-interfaces.wrap' (32,314) at 20240214090001981 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/ceph/osd_client.h' (32,315) at 20240405153231803 to deleted uid set 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h' (32,316) at 20240405153047233 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-lion.dts' (32,317) at 20210308005002608 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/snmpd.conf' (32,318) at 20210307205553830 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/skeleton.S' (32,319) at 20240405153045957 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/cdns3/core.h' (32,320) at 20240405153052041 to deleted uid set 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/os-win32.h' (32,321) at 20240906080037348 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_plus2e_defconfig' (32,322) at 20210308005003272 2025-03-14 03:00:47.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml' (32,323) at 20240405153045037 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/isabelle.h' (32,324) at 20210307214932310 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6357-regulator.c' (32,325) at 20240405153051469 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/ep93xx_keypad.c' (32,326) at 20240405153049133 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/MAINTAINERS' (32,327) at 20210308005003016 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/sysfs.c' (32,328) at 20240624080012832 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (32,329) at 20210823100016972 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamprng.c' (32,330) at 20240405153046929 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml' (32,331) at 20240405153045141 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-weiss.c' (32,332) at 20240405153232123 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/law.c' (32,333) at 20210308005002980 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/io.c' (32,334) at 20240405153045945 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/mt.h' (32,335) at 20210307214931406 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/string.S' (32,336) at 20210307214926362 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.yaml' (32,337) at 20240405153229755 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_flashif2.h' (32,338) at 20210308005003552 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-dove.c' (32,339) at 20240405153230859 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0001-make-Add-compiler-includes-in-cflags.patch' (32,340) at 20210307205553750 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/grub-efi.bbclass' (32,341) at 20220910030013385 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-linkfix.patch' (32,342) at 20210307205553818 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/index.rst' (32,343) at 20240405153045325 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ti_wilink_st.h' (32,344) at 20240405153231843 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/0001-NEON-autodetection-segfaults-assume-neon-present.patch' (32,345) at 20210307205553970 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/seq_file.rst' (32,346) at 20240405153229815 2025-03-14 03:00:47.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/bootinfo.h' (32,347) at 20210307214926158 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch' (32,348) at 20210307205553986 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_32.h' (32,349) at 20240405153046389 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/open_bmc_computer_system.hpp' (32,350) at 20240724080002899 to deleted uid set 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_M3_defconfig' (32,351) at 20210308005003240 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c' (32,352) at 20220525020652967 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunxi/Kconfig' (32,353) at 20240405153045689 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_emac.h' (32,354) at 20210308005002716 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rk3328_codec.h' (32,355) at 20210307214932322 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/cpu_init.c' (32,356) at 20210308005002800 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.sysconfig' (32,357) at 20210307205553990 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c' (32,358) at 20210309003651804 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/buffer.c' (32,359) at 20240405153053201 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi' (32,360) at 20240805080013923 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel.dtsi' (32,361) at 20240405153045781 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory.bb' (32,362) at 20241206090014230 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/Makefile' (32,363) at 20210307214926038 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MAINTAINERS' (32,364) at 20210308005002952 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-live.bbclass' (32,365) at 20240413080012683 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/microdev.h' (32,366) at 20210307214926558 2025-03-14 03:00:47.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/unaligned/packed_struct.h' (32,367) at 20240405153052809 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nic.h' (32,368) at 20210307214929354 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.init' (32,369) at 20210307205553990 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/phy.h' (32,370) at 20210307214929930 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/0002-man-Makefile.am-we-seem-not-to-need-the-work-around-.patch' (32,371) at 20240301090012427 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530DP.dtsi' (32,372) at 20210308005002568 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.h' (32,373) at 20220525020652390 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-dserve-dsrv9703c.dts' (32,374) at 20210308005002616 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/test-cpumap.c' (32,375) at 20240405153054065 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sta529.c' (32,376) at 20240405153232163 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.yaml' (32,377) at 20240405153229767 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-127.json' (32,378) at 20210308005046409 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/securing-images.rst' (32,379) at 20230503080014599 to deleted uid set 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Fan.interface.yaml' (32,380) at 20221207040023627 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/trace.h' (32,381) at 20210308005045893 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_uprobe_autoattach.c' (32,382) at 20240405153054281 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/graph-tool' (32,383) at 20210307205554630 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mmhubbub.c' (32,384) at 20240405153047249 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.out' (32,385) at 20221215040039362 to deleted uid set 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml' (32,386) at 20240405153045181 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_factory_dce80.h' (32,387) at 20210307214927306 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm3xxx.h' (32,388) at 20210307214925914 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/stm32f2xx_timer.h' (32,389) at 20210308005046033 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/1894423.patch' (32,390) at 20241221090017516 to deleted uid set 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb' (32,391) at 20230706080014761 to deleted uid set 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/ax88796c_spi.h' (32,392) at 20240405153049817 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h' (32,393) at 20240405153047261 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/70-hwmon.rules' (32,394) at 20210507000042347 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/uda1342.c' (32,395) at 20240405153049345 2025-03-14 03:00:47.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/mmu.c' (32,396) at 20240405153230607 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-isc-regs.h' (32,397) at 20240405153049421 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/OWNERS' (32,398) at 20241217090031429 to deleted uid set 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml' (32,399) at 20240405153045169 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/Build' (32,400) at 20210307214932470 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/msmc.h' (32,401) at 20210308005002732 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x.dts' (32,402) at 20210308005002600 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/auth_gss.h' (32,403) at 20210307214931518 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/statx.h' (32,404) at 20240405153052969 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-som-lv-baseboard.dtsi' (32,405) at 20240405153045601 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.hpp' (32,406) at 20220727030021545 to deleted uid set 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/os_info.h' (32,407) at 20240405153046277 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/twl-family.txt' (32,408) at 20210309003648372 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_vlan.c' (32,409) at 20240613080016419 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/Kconfig' (32,410) at 20210307214927122 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/ucc_slow.c' (32,411) at 20220525020654091 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/davinci_voicecodec.h' (32,412) at 20210307214931426 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4860qds.dts' (32,413) at 20210307214926342 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/imx-uart.h' (32,414) at 20220525020651882 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_mmu.h' (32,415) at 20240405153048413 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/Makefile' (32,416) at 20210308005002984 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pgtable_32.c' (32,417) at 20210309003649088 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/Kconfig' (32,418) at 20210308005003040 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/cmpdi2.c' (32,419) at 20210307214926606 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sveg_Ransjo' (32,420) at 20210307205553790 2025-03-14 03:00:47.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r7s72100-clock.h' (32,421) at 20210307214931330 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/lib/memcpy_64.S' (32,422) at 20240405153054033 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/Makefile' (32,423) at 20210307214928774 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SoftwareInventoryCollection.json' (32,424) at 20240619080002956 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.err' (32,425) at 20230925080040089 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pko-defs.h' (32,426) at 20210307214926238 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/Makefile' (32,427) at 20220525020654807 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html' (32,428) at 20210307205554282 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw.bb' (32,429) at 20241206090014226 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/tt.c' (32,430) at 20240405153050541 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-apu.c' (32,431) at 20220525020653211 2025-03-14 03:00:47.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/dir_f.h' (32,432) at 20240405153231603 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6asm-dai.c' (32,433) at 20240405153232191 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.h' (32,434) at 20210307214929366 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-asus.c' (32,435) at 20241018080014486 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9rlek_dataflash_defconfig' (32,436) at 20210308005003248 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/command.h' (32,437) at 20230720080043543 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/cphy.h' (32,438) at 20240405153049861 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/cpuid.h' (32,439) at 20240405153046401 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/s390-cpumsf.h' (32,440) at 20210307214932602 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_patch_resize.cpp' (32,441) at 20210308005108645 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn316.h' (32,442) at 20240405153047301 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-HuntshawCross' (32,443) at 20210307205553798 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mvebu_armada-8k.h' (32,444) at 20210308005003604 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_dwlib.h' (32,445) at 20240628080014005 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/simd.h' (32,446) at 20241011080017371 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-flowctrl.yaml' (32,447) at 20240405153229799 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/include/malidp_product.h' (32,448) at 20210307214927734 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/Makefile' (32,449) at 20210308004922932 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-vdec.c' (32,450) at 20240405153046793 to deleted uid set 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/filtersnippet.html' (32,451) at 20210307205554286 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c' (32,452) at 20210308005003468 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/hibernate_64.c' (32,453) at 20210307214926750 2025-03-14 03:00:47.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/cpu.c' (32,454) at 20210308005002852 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml' (32,455) at 20240405153045141 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_mailbox.h' (32,456) at 20210307214929354 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusutil.hpp' (32,457) at 20221111040035058 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/presence.json' (32,458) at 20241106090019918 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml' (32,459) at 20240405153045181 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/generic.h' (32,460) at 20240405153045677 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm8350.h' (32,461) at 20240405153052645 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/audit-volatile.conf' (32,462) at 20210608000015803 to deleted uid set 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt' (32,463) at 20240405153045085 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/crcc57d.c' (32,464) at 20240405153048613 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_cm.c' (32,465) at 20220525020654891 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/tlb.c' (32,466) at 20240405153230151 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_partition_exists.cpp' (32,467) at 20210308005108645 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/dma.h' (32,468) at 20210307214929898 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/ecard.h' (32,469) at 20210307214925946 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.h' (32,470) at 20240405153048505 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_admaif.h' (32,471) at 20210309003654940 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml' (32,472) at 20220525020651698 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/average.hpp' (32,473) at 20220728030043355 2025-03-14 03:00:47.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_bitfields___bit_sz_change.c' (32,474) at 20210307214932642 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/COPYING.MIT' (32,475) at 20230412080023456 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pci_impl.h' (32,476) at 20210307214925654 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm8450.h' (32,477) at 20240405153052645 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_tunnel.h' (32,478) at 20240405153052921 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6_tables.c' (32,479) at 20240418080014518 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c' (32,480) at 20210307214929542 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/closure.h' (32,481) at 20210307214928566 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/tee.cfg' (32,482) at 20221120040010706 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsel-linux-user.mak' (32,483) at 20230925080039837 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb' (32,484) at 20241221090017564 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10353.h' (32,485) at 20210307214928646 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/caif/caif_socket.h' (32,486) at 20210309003653984 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm011_x16_defconfig' (32,487) at 20210308005003288 2025-03-14 03:00:47.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/dce80_timing_generator.h' (32,488) at 20210307214927286 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/efika.c' (32,489) at 20240405153046197 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc85xx_rdb.c' (32,490) at 20240405153230051 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/Kconfig' (32,491) at 20210308005002920 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-equilibrium.c' (32,492) at 20240405153051329 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_mbx.h' (32,493) at 20210307214929438 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg' (32,494) at 20210307205553678 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/Kconfig' (32,495) at 20240405153049073 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/multiboot.S' (32,496) at 20220429100100706 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png' (32,497) at 20210307205554278 to deleted uid set 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-set-pes-filter.rst' (32,498) at 20210309003648476 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7785.h' (32,499) at 20210307214926558 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/sysfs.c' (32,500) at 20221103030028784 2025-03-14 03:00:47.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_fwint.h' (32,501) at 20240405153051737 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_hii.c' (32,502) at 20210308005003700 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-system-state-init@.service' (32,503) at 20230216040014243 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot' (32,504) at 20240628080017117 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2400.h' (32,505) at 20210308005003596 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci_phy.c' (32,506) at 20210307214929894 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-evmsk.dts' (32,507) at 20210308005002560 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/ops-common.h' (32,508) at 20240405153053121 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/bmp_logo.c' (32,509) at 20210308005003756 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/isc.h' (32,510) at 20210307214926510 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-zydacron.c' (32,511) at 20210307214928102 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch' (32,512) at 20230706080014749 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/realpath.patch' (32,513) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/quota.c' (32,514) at 20210307214931198 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/sh_pfc.h' (32,515) at 20210308005003464 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2081ardb_defconfig' (32,516) at 20210308005003268 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/uli526x.c' (32,517) at 20210308005003448 2025-03-14 03:00:47.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/calxeda.yaml' (32,518) at 20240405153045021 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-presonus.c' (32,519) at 20240405153053501 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/led.yaml' (32,520) at 20240919080028190 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/MAINTAINERS' (32,521) at 20210308005003024 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dpi.c' (32,522) at 20220525020652975 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/post.h' (32,523) at 20210308005002880 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/swsusp_asm64.S' (32,524) at 20240405153046153 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/pci_handler.hpp' (32,525) at 20240817080027652 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/conntrack.c' (32,526) at 20240710080014617 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml' (32,527) at 20220525020651678 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-global-state.h' (32,528) at 20240906080037324 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/st,stm32mp1-pwr-reg.yaml' (32,529) at 20240405153229791 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7792.dtsi' (32,530) at 20240405153045553 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target.c.inc' (32,531) at 20241211090212530 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/exynos-fb.txt' (32,532) at 20210308005003328 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/mpc52xx.rst' (32,533) at 20220525020651750 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/perforce.py' (32,534) at 20220125040024423 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c' (32,535) at 20210307214928350 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-key.json' (32,536) at 20220429100100882 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (32,537) at 20241206090014226 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr_remote.h' (32,538) at 20240405153052565 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/ps2mult.c' (32,539) at 20240405153049157 2025-03-14 03:00:47.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh' (32,540) at 20240405153054353 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810_gtf.c' (32,541) at 20210307214930914 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/README.md' (32,542) at 20221207040023631 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/module.h' (32,543) at 20240405153046249 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tricorder.h' (32,544) at 20210308005003620 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb' (32,545) at 20241221090017536 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/fabric_message_registry.hpp' (32,546) at 20241211090002379 to deleted uid set 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-9.conf' (32,547) at 20230412080023460 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-de2.c' (32,548) at 20240405153230247 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3xxx.dtsi' (32,549) at 20210308005002608 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb' (32,550) at 20231126090012781 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-pm.c' (32,551) at 20240405153046521 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy/service-restart-policy.conf' (32,552) at 20210307205554058 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/occ_dbus_test.cpp' (32,553) at 20230511080021611 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/disable-tests.patch' (32,554) at 20210307205554506 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscall-args-o32.c.inc' (32,555) at 20241211090212378 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/nic_mock.cpp' (32,556) at 20240817080006811 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/k3-sec-proxy.c' (32,557) at 20210308005003388 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/siu.h' (32,558) at 20210309003654928 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mhi_ep.h' (32,559) at 20241018080014566 2025-03-14 03:00:47.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/perf_event.c' (32,560) at 20210307214926258 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/Kconfig' (32,561) at 20240405153230007 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revB.dts' (32,562) at 20210308005002636 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/lt' (32,563) at 20210308005046149 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugepage-shm.c' (32,564) at 20240405153054329 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/ftracetest-ktap' (32,565) at 20240405153054305 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env.config' (32,566) at 20210308005003760 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/signal.c' (32,567) at 20240405153046153 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig' (32,568) at 20210308005002768 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/psc.c' (32,569) at 20240405153046785 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/dm_pp_interface.h' (32,570) at 20210307214927698 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/generate_argumentfile.sh' (32,571) at 20241212090015183 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm6115-dpu.yaml' (32,572) at 20240405153229763 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/.gitignore' (32,573) at 20210307205554106 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sched.h' (32,574) at 20240405153230975 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_rq.h' (32,575) at 20240405153049897 2025-03-14 03:00:47.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_cpu.h' (32,576) at 20210927100127269 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_main.c' (32,577) at 20241104090011579 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts' (32,578) at 20240405153045745 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_attr.c' (32,579) at 20240805080014003 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/bootflag.c' (32,580) at 20210307214926690 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-tablet.sh' (32,581) at 20240405153054309 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (32,582) at 20240904080027738 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-fb/ipmi/fb-ipmi-oem_%.bbappend' (32,583) at 20240206090017943 2025-03-14 03:00:47.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/rockchip-rk3288-skips.txt' (32,584) at 20240405153230531 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nyan-big_defconfig' (32,585) at 20210308005003272 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c' (32,586) at 20240405153230919 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bsearch.h' (32,587) at 20210307214931362 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-xdma.c' (32,588) at 20220525020654091 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Kconfig.include' (32,589) at 20240805080014063 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_driver_pci.h' (32,590) at 20210307214931514 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_admin_defs.h' (32,591) at 20240405153049041 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-mux.yaml' (32,592) at 20240405153045173 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-abx500.c' (32,593) at 20241008080013967 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_regs_defs.h' (32,594) at 20240405153049041 2025-03-14 03:00:47.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/install.sh' (32,595) at 20240405153046269 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/fsp-3y.rst' (32,596) at 20220525020651734 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/tracepoint.rst' (32,597) at 20210307214925266 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-heartbeat.c' (32,598) at 20240405153049221 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/bind_timewait.c' (32,599) at 20240405153054337 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lp8788.h' (32,600) at 20210307214931430 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm963146.dts' (32,601) at 20240405153045717 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/olympus-nuvoton-ipmi-fru.yaml' (32,602) at 20210307205554094 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-divider.c' (32,603) at 20240405153046777 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mpls/internal.h' (32,604) at 20240405153053309 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/spi_gpio.h' (32,605) at 20210307214931514 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_cmds' (32,606) at 20210307214931722 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/net/mlx5_vnet.c' (32,607) at 20240405153231571 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sksimx6_defconfig' (32,608) at 20210308005003280 2025-03-14 03:00:47.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/scx200/scx200_32.c' (32,609) at 20210307214926746 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP3/meson.build' (32,610) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/bam_dma.c' (32,611) at 20240405153047001 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-upgrade-flow.png' (32,612) at 20210307205554366 to deleted uid set 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cper.h' (32,613) at 20240405153052673 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/ibss.c' (32,614) at 20240405153053405 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/altera_tse.txt' (32,615) at 20210308005003304 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/200' (32,616) at 20220429100100910 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/iconnect.h' (32,617) at 20210308005003008 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/mktables.c' (32,618) at 20240405153231951 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (32,619) at 20221015030011580 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch' (32,620) at 20241221090017680 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtd-uclass.c' (32,621) at 20210308005003408 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/test/cipher.cpp' (32,622) at 20240829080025811 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/Makefile' (32,623) at 20210307214930918 2025-03-14 03:00:47.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/aspeed_gpio.h' (32,624) at 20241022080032784 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t2081qds.dts' (32,625) at 20210307214926354 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/uaccess.h' (32,626) at 20240405153046321 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/svm_helper.c' (32,627) at 20240906080037492 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/cpu.c' (32,628) at 20210308005002544 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/dcbnl.h' (32,629) at 20240405153050101 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_drv.c' (32,630) at 20240405153230639 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/greatlakes/host-poweroff' (32,631) at 20230415080012881 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/.gitignore' (32,632) at 20210308004922940 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bxt_da7219_max98357a.c' (32,633) at 20240613080016547 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-trace-action-hist.tc' (32,634) at 20240405153054305 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-common.dtsi' (32,635) at 20240405153045833 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/Makefile' (32,636) at 20240405153053497 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/xfs_scrub.h' (32,637) at 20240405153052581 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-x86-thread-pointer.h' (32,638) at 20220804100016152 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_kvm_x86.c' (32,639) at 20241220090018318 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gp10b.c' (32,640) at 20220525020652971 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/ring.h' (32,641) at 20240326080039546 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Connector_LocationCode.json' (32,642) at 20221213040036917 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/cpu.h' (32,643) at 20210308005002768 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atom-types.h' (32,644) at 20210307214927994 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb' (32,645) at 20220204040022532 to deleted uid set 2025-03-14 03:00:47.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mps3r.c' (32,646) at 20240906080037192 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/msg.c' (32,647) at 20210308005002716 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/fsl,imx8mp.h' (32,648) at 20240405153052649 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm28155_ap.h' (32,649) at 20210308005003588 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/tpm2key.asn1' (32,650) at 20220525020654955 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/sbp1/server.ttyVUART0.conf' (32,651) at 20230817080015056 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/headsmp-apmu.S' (32,652) at 20210307214925958 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/cros_ec_sensors/Kconfig' (32,653) at 20210307214928338 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/regulator-output.yaml' (32,654) at 20240405153045145 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_recursion_record.c' (32,655) at 20240405153053073 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/lsgpio.c' (32,656) at 20240405153054045 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/test/test-sh/lib.sh' (32,657) at 20210424000013788 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/Kconfig' (32,658) at 20240405153050709 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Waikato' (32,659) at 20210307205553778 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/law.c' (32,660) at 20210308005002956 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/styles/config/vocabularies/Yocto/accept.txt' (32,661) at 20241221090017604 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_fwd_netdev.c' (32,662) at 20240405153053333 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/common.cpp' (32,663) at 20241003080023049 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am57xx_hs_evm_defconfig' (32,664) at 20210308005003248 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h' (32,665) at 20240405153047233 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/vm_fault.h' (32,666) at 20210307214926110 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/led.c' (32,667) at 20240405153050641 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/.gitignore' (32,668) at 20240405153046089 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_api.h' (32,669) at 20240405153051529 2025-03-14 03:00:47.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mxs_spi.c' (32,670) at 20210308005003492 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/super.c' (32,671) at 20240405153052553 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/ne2000-isa.h' (32,672) at 20240906080037336 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ingenic,codec.yaml' (32,673) at 20240405153045165 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmz_v.c' (32,674) at 20210308005046509 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0001-Replace-std-bind2nd-with-generic-lambda.patch' (32,675) at 20230211040012639 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/Kconfig' (32,676) at 20210307214929122 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_mode.c' (32,677) at 20240405153230523 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/sme_trap_non_streaming.c' (32,678) at 20240405153054241 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/run-ptest' (32,679) at 20241221090017676 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/sprd-efuse.c' (32,680) at 20240520080015167 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/pdr_interface.c' (32,681) at 20240805080014011 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-sensors.yaml' (32,682) at 20230412080023456 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilo.c' (32,683) at 20210308005046505 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/dev-environment.md' (32,684) at 20230620080005491 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_bad2.dts' (32,685) at 20210308005003760 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_abi16.c' (32,686) at 20241018080014482 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cachestat/test_cachestat.c' (32,687) at 20240726080012882 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/ps.c' (32,688) at 20210307214929966 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/socket.h' (32,689) at 20240405153054049 2025-03-14 03:00:47.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/vtable.rs' (32,690) at 20240405153053421 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/tables.c' (32,691) at 20210308005002856 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch' (32,692) at 20210307205554462 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77970.dtsi' (32,693) at 20240405153045805 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/stat.h' (32,694) at 20240405153054053 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/filesystems.c' (32,695) at 20220525020654411 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/fsi.h' (32,696) at 20240906080037332 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/.vale.ini' (32,697) at 20240413080012671 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.semihosting' (32,698) at 20210308005003296 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvebu_gpio.c' (32,699) at 20210308005003376 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/srq.h' (32,700) at 20220525020653151 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_ematch/tc_em_nbyte.h' (32,701) at 20210307214931662 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/10-dhcp4.conf' (32,702) at 20241220090019722 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-modulator.rst' (32,703) at 20220525020651786 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/bh.c' (32,704) at 20240405153050693 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/curve25519-glue.c' (32,705) at 20220525020651878 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7981-apmixed.c' (32,706) at 20240405153230211 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib.h' (32,707) at 20240405153052869 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/wa.c' (32,708) at 20210307214929798 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_psp_ta.h' (32,709) at 20240405153047113 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.dot' (32,710) at 20230629131804619 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libsoup/libsoup-2.4/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch' (32,711) at 20231207090015282 2025-03-14 03:00:47.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/perform_probe.cpp' (32,712) at 20240830080004343 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0002-libhugetlbfs-avoid-search-host-library-path-for-cros.patch' (32,713) at 20241221090017504 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_hotmod.c' (32,714) at 20220525020652294 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Inari_Naatamo' (32,715) at 20210307205553770 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/frontend.json' (32,716) at 20240405153054157 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Oulu' (32,717) at 20210307205553770 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/x86-power-control/.clang-format' (32,718) at 20241220090042691 to deleted uid set 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb' (32,719) at 20230520080014504 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-mixer.yaml' (32,720) at 20240405153045169 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/port.c' (32,721) at 20210605000027724 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792.dtsi' (32,722) at 20210308005002600 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cimax2.c' (32,723) at 20210307214928686 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/Kconfig' (32,724) at 20210308005002952 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/case.py' (32,725) at 20210307205554442 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/asm-prototypes.h' (32,726) at 20210307214926578 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_vlan_network.robot' (32,727) at 20240628080017117 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_sctp.h' (32,728) at 20240405153052749 2025-03-14 03:00:47.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/hid-over-i2c.yaml' (32,729) at 20240405153229767 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c' (32,730) at 20240520080015163 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/gpio.asl' (32,731) at 20210308005002876 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py' (32,732) at 20241206090014298 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/MAINTAINERS' (32,733) at 20210308005002984 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/ep93xx-fb.rst' (32,734) at 20210309003648412 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/trace-events' (32,735) at 20230426080043700 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/syscall.c' (32,736) at 20210307214931706 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/speed.c' (32,737) at 20210308005002836 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/dhcp-done/dhcp-done.service.in' (32,738) at 20240724080006311 to deleted uid set 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/host-generic-pci.yaml' (32,739) at 20240405153045125 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/inventory.md' (32,740) at 20240807080019546 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_values_test.cpp' (32,741) at 20211001000040785 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pldm/pdrdump.sh' (32,742) at 20210729100036257 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/unwind.c' (32,743) at 20240405153045633 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-diseqc-recv-slave-reply.rst' (32,744) at 20210309003648476 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Plexus' (32,745) at 20211006000025242 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/fsl,imx8-pcie-phy.yaml' (32,746) at 20240405153045129 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8978.c' (32,747) at 20240405153232171 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-iconnect.dts' (32,748) at 20210308005002592 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lcc-ipq806x.c' (32,749) at 20240405153230235 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/key.c' (32,750) at 20240405153231171 2025-03-14 03:00:47.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress/meson.build' (32,751) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c' (32,752) at 20240405153230523 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7343.c' (32,753) at 20240405153049305 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/Makefile' (32,754) at 20210307214926198 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/etf.json' (32,755) at 20240405153054377 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/cpu.h' (32,756) at 20210308005002656 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/net/bpf_jit_comp64.c' (32,757) at 20240617080017378 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/ts4800.c' (32,758) at 20210308005003072 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ttyprintk.c' (32,759) at 20240405153230203 2025-03-14 03:00:47.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-rockchip-sfc.c' (32,760) at 20240405153231463 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx_pins.h' (32,761) at 20210308005002648 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Hispasat-30.0W' (32,762) at 20210307205553762 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am654-base-board-rocktech-rk101-panel.dtso' (32,763) at 20240405153045833 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/vmbus.h' (32,764) at 20240326080039534 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.out' (32,765) at 20210308005046401 to deleted uid set 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.h' (32,766) at 20240405153047253 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/state.c' (32,767) at 20210309003654088 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/syscall.c' (32,768) at 20210307214926102 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/meson.build' (32,769) at 20241211090212298 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/extable.c' (32,770) at 20220525020652138 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc702_defconfig' (32,771) at 20210308005003288 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5660.h' (32,772) at 20210307214931598 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c' (32,773) at 20240405153046857 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/meson.build' (32,774) at 20240823080032949 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg-icount.rst' (32,775) at 20240326080039402 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ubsha1.c' (32,776) at 20210308005003772 2025-03-14 03:00:47.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/esr.h' (32,777) at 20241008080013895 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2g.h' (32,778) at 20210308005002732 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udivsi3.S' (32,779) at 20210308005002852 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt1/Kconfig' (32,780) at 20210307214928706 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/data_rx.h' (32,781) at 20240405153050697 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_symbol.tc' (32,782) at 20210309003656000 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/Makefile.am.include' (32,783) at 20210308005100993 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c' (32,784) at 20240405153048365 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig' (32,785) at 20210308005003248 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__meta.hpp' (32,786) at 20241219090033964 to deleted uid set 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ebisu.h' (32,787) at 20210308005003592 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/Kconfig' (32,788) at 20240405153048609 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/uncore-memory.json' (32,789) at 20240405153054121 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/functiongraph.bconf' (32,790) at 20220525020655183 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi.xml.h' (32,791) at 20240405153048597 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot' (32,792) at 20240628080017117 to deleted uid set 2025-03-14 03:00:47.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/login' (32,793) at 20230811080018326 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/irdma.h' (32,794) at 20240405153230711 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bottom_half.h' (32,795) at 20240405153052665 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-Create-subroutine-for-cleaning-recent-interfaces.patch' (32,796) at 20241206090014242 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sh4eb_r2d.py' (32,797) at 20241211090212542 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/vermagic.h' (32,798) at 20210307214926122 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.h' (32,799) at 20240405153230607 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/utils.hpp' (32,800) at 20240827080014474 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-loongarch64-vars.fd.bz2' (32,801) at 20241211090212410 to deleted uid set 2025-03-14 03:00:47.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/collect_data.sh' (32,802) at 20210308004938816 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci_ids.h' (32,803) at 20241018080014566 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_proc.h' (32,804) at 20240326080039558 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_m3_small_x86.json' (32,805) at 20231205090005305 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-x86/chassis/x86-power-control_%.bbappend' (32,806) at 20241206090014218 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/pa12203001.c' (32,807) at 20240405153049001 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/Kconfig' (32,808) at 20210308005003736 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/util.c' (32,809) at 20241008080014027 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-mpuss-lowpower.c' (32,810) at 20240405153045665 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/br2684.c' (32,811) at 20240405153053165 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-modparams.h' (32,812) at 20240405153050529 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_spdif.c' (32,813) at 20240405153232191 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/apple-aic.h' (32,814) at 20240405153052649 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/string_helpers.c' (32,815) at 20241211090145545 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-from-ra.sh' (32,816) at 20230606080013598 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/configure-git.rst' (32,817) at 20240405153229819 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/exception_helper.c' (32,818) at 20221215040039318 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-testsuite-use-www.example.org-for-wget-test-cases.patch' (32,819) at 20210307205554470 2025-03-14 03:00:47.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/mocks.cpp' (32,820) at 20210308005130549 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_compositor.c' (32,821) at 20240405153230635 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-expbuf.rst' (32,822) at 20210309003648476 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0015-bootstrap-check-commands-of-openssl-exist.patch' (32,823) at 20230131040012027 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475BFE_defconfig' (32,824) at 20210308005003236 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb' (32,825) at 20241220090019722 to deleted uid set 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soundwire/sdw_registers.h' (32,826) at 20220525020654619 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cable.hpp' (32,827) at 20230520080006628 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sha256.c' (32,828) at 20210308005003708 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi' (32,829) at 20241115090012941 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch' (32,830) at 20240309090012816 to deleted uid set 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020utm-pc_36b.dts' (32,831) at 20210307214926346 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.conf' (32,832) at 20210307205553822 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@200/max31785@52.conf' (32,833) at 20240920080012139 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_ca9x4.h' (32,834) at 20210308005003624 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmtksdio.c' (32,835) at 20240405153046721 2025-03-14 03:00:47.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pcsx-defs.h' (32,836) at 20210307214926238 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-iproc.c' (32,837) at 20240405153051237 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/denx-comp.bmp' (32,838) at 20210308005003768 to deleted uid set 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/tpm/tpm_vtpm_proxy.rst' (32,839) at 20210307214925562 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/btree.h' (32,840) at 20210307214931002 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/tea6330t.c' (32,841) at 20220525020654979 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.h' (32,842) at 20240405153047249 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/Kconfig' (32,843) at 20210308005002776 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/README' (32,844) at 20210308005002948 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-kontron-sl.dtsi' (32,845) at 20240405153045529 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62p.dtsi' (32,846) at 20240405153229971 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c' (32,847) at 20210307214930130 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme16x/Makefile' (32,848) at 20210307214926174 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0001-media_device-Add-bool-return-type-to-unlock.patch' (32,849) at 20240301090012419 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml' (32,850) at 20240405153045065 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl.h' (32,851) at 20240415080012975 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver' (32,852) at 20210307205554466 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/pci-ep.yaml' (32,853) at 20240405153045125 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_object.c' (32,854) at 20240405153048789 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/ddr.c' (32,855) at 20210308005002992 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml' (32,856) at 20240405153229783 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/delay_64.h' (32,857) at 20210307214926578 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op-gvec.h' (32,858) at 20230925080039937 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/MAINTAINERS' (32,859) at 20210308005003056 2025-03-14 03:00:47.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/bdisp-reg.h' (32,860) at 20240405153049469 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.19.0.bb' (32,861) at 20241221090017564 to deleted uid set 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width4.decode' (32,862) at 20210308005046389 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98363.h' (32,863) at 20240405153053629 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env' (32,864) at 20210307205554534 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-a33.c' (32,865) at 20240405153046857 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso-asmoffset.h' (32,866) at 20240326080039558 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_umr.h' (32,867) at 20240405153047117 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/qos.c' (32,868) at 20210307214928426 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/mman-common.h' (32,869) at 20240405153054049 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/lib.sh' (32,870) at 20230606080013598 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/dma.h' (32,871) at 20241211090212370 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/elf_user.h' (32,872) at 20210307214926622 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-openblocks_a6.dts' (32,873) at 20240405153045457 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/af9013.c' (32,874) at 20240405153049281 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/manager.cpp' (32,875) at 20240820080025626 to deleted uid set 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mmu.h' (32,876) at 20240405153045965 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_tx.c' (32,877) at 20240405153050057 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-shmat-maps.c' (32,878) at 20240906080037580 2025-03-14 03:00:47.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/kprobes.h' (32,879) at 20240405153046309 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/pgtable.c' (32,880) at 20240820080014161 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/mss-spi.h' (32,881) at 20210308005046033 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/fix-configure-lfs.patch' (32,882) at 20240301090012423 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sirf-audio-port.txt' (32,883) at 20210307214925434 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_rect.c' (32,884) at 20240405153048409 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pmcraid.h' (32,885) at 20240405153051689 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vhost_types.h' (32,886) at 20210308005046069 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/epat.c' (32,887) at 20240405153046665 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/execlist.h' (32,888) at 20220525020652899 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/packagegroup-inventec-apps.bb' (32,889) at 20231012080014468 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.out' (32,890) at 20230925080040089 to deleted uid set 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/mc-device.c' (32,891) at 20240405153049345 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep0020.dts' (32,892) at 20210308005002596 2025-03-14 03:00:47.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/medion_088.rc5' (32,893) at 20210307205553758 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/080.out' (32,894) at 20240326080039726 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c' (32,895) at 20240405153047241 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabreauto.dts' (32,896) at 20210308005002584 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_ops.h' (32,897) at 20210308005003708 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8-ca53.dtsi' (32,898) at 20210308005002580 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pvclock-abi.h' (32,899) at 20210307214926674 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/AccountPolicy/meson.build' (32,900) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netpoll.c' (32,901) at 20241216090017789 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg' (32,902) at 20220804030014671 to deleted uid set 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-kovaplus' (32,903) at 20210307214925182 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/values.c' (32,904) at 20210307214932610 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tls-cipher-suites.h' (32,905) at 20221215040039174 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psp-sev.h' (32,906) at 20240405153052777 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/include/dwarf-regs-table.h' (32,907) at 20220525020655131 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/patchkey.h' (32,908) at 20210307214931654 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/Kconfig' (32,909) at 20210308005003352 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/dma.txt' (32,910) at 20210307214925402 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/rt288x/cpu-feature-overrides.h' (32,911) at 20240405153046005 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci.h' (32,912) at 20241211090212346 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/vortex.c' (32,913) at 20240405153046425 2025-03-14 03:00:47.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qemu-option-trace.rst.inc' (32,914) at 20210308005045805 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7792.c' (32,915) at 20210308005003460 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/bono.vpd' (32,916) at 20210308005056661 to deleted uid set 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_lirc.h' (32,917) at 20210307214931362 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/realpath.c' (32,918) at 20240405153053485 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/compiler.h' (32,919) at 20220525020651998 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/ipmi_parse.js' (32,920) at 20211029100036564 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/config_main.h' (32,921) at 20241003080023045 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/Makefile.python' (32,922) at 20210308004922932 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/what-i-wish-id-known.rst' (32,923) at 20240113090014552 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/Makefile' (32,924) at 20210307214927030 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb' (32,925) at 20241221090017540 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_elf.h' (32,926) at 20230925080039941 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/string_32.S' (32,927) at 20240405153230047 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/sh7763rdp.c' (32,928) at 20210308005003036 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led_bcm6358.c' (32,929) at 20210308005003388 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/audit_signal.h' (32,930) at 20210307214931302 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/examples.rst' (32,931) at 20210307214925214 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp104.c' (32,932) at 20240405153048645 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/ldcw.h' (32,933) at 20240405153230019 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/gpioplus.wrap' (32,934) at 20220628030020471 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbp21.c' (32,935) at 20240405153049289 2025-03-14 03:00:47.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/kprobes.h' (32,936) at 20210309003653800 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/stacktrace.c' (32,937) at 20240520080015135 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/.shellcheck' (32,938) at 20210308004942720 to deleted uid set 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tox.ini' (32,939) at 20241212090015183 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-hpe/classes/hpe-rootfs-postcommands.bbclass' (32,940) at 20210908000029103 to deleted uid set 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-empty.json' (32,941) at 20220429100100882 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/crash.c' (32,942) at 20240405153045917 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/strmhz.c' (32,943) at 20210308005003712 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h' (32,944) at 20240405153230499 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_3.dtso' (32,945) at 20240405153051213 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/extable.c' (32,946) at 20210307214925970 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_netdev.c' (32,947) at 20240613080016431 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_sw.c' (32,948) at 20210308005003764 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb' (32,949) at 20241221090017556 to deleted uid set 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/hwcap.h' (32,950) at 20210307214926250 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.0.bb' (32,951) at 20240413080012655 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vdsc.c' (32,952) at 20240405153230559 2025-03-14 03:00:47.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cfg-afdo.c' (32,953) at 20220525020653067 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/snmp.json' (32,954) at 20210307205553850 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/tlb.h' (32,955) at 20210307214925650 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/sclp.h' (32,956) at 20240906080037340 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/m68k-softmmu.mak' (32,957) at 20221215040039066 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/.gitignore' (32,958) at 20210307214930950 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/tie.h' (32,959) at 20210308005002884 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh_hwmp.c' (32,960) at 20240405153053293 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/0001-port-linux-Re-order-header-includes.patch' (32,961) at 20230317080013785 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/ioasic-irq.c' (32,962) at 20240405153045997 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/gpio.h' (32,963) at 20210308005002644 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/LICENSE' (32,964) at 20230616135354425 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd-clsh-v2.c' (32,965) at 20240405153232163 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/cooker.py' (32,966) at 20220402030016103 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/Makefile' (32,967) at 20240405153052125 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/power-supply/test/meson.build' (32,968) at 20231205090035281 to deleted uid set 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/virtio_ring_inorder.c' (32,969) at 20210307214932742 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra-super-cclk.c' (32,970) at 20240405153046861 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/linkage.h' (32,971) at 20210307214931302 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/meson/meson_sm.h' (32,972) at 20210307214931386 2025-03-14 03:00:47.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSubsystem_v1.xml' (32,973) at 20240619080002932 to deleted uid set 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/red.h' (32,974) at 20240405153052865 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VRTN.interface.yaml' (32,975) at 20220315030032659 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/Kconfig' (32,976) at 20210308005003052 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h' (32,977) at 20220525020652518 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/trace.h' (32,978) at 20210308005045949 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/Makefile' (32,979) at 20240405153046965 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-base.h' (32,980) at 20240906080037340 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/soft-interface.h' (32,981) at 20220525020654791 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/zoned.c' (32,982) at 20240712080021061 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx35pdk.h' (32,983) at 20210308005003604 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComponentIntegrity.v1_3_0.json' (32,984) at 20240918080002720 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_common.h' (32,985) at 20210308005003588 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCManager.json' (32,986) at 20240724080002903 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/pep.c' (32,987) at 20240405153232067 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/fsl-imx-audmux.h' (32,988) at 20210307214931350 2025-03-14 03:00:47.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/__init__.py' (32,989) at 20241221090017624 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/i18n.js' (32,990) at 20241004080035963 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-apmu.c' (32,991) at 20240405153046801 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda665x.h' (32,992) at 20210307214928646 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch' (32,993) at 20210307205554558 to deleted uid set 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.err' (32,994) at 20230925080040089 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/Kconfig' (32,995) at 20240405153046681 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/tqm8540_defconfig' (32,996) at 20210309003648872 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/fpu_helper.c' (32,997) at 20241211090212490 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/88pm80x_onkey.c' (32,998) at 20210307214928478 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/ulpi.c' (32,999) at 20210308005003520 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_decrease.hpp' (33,000) at 20211208040041518 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/0001-make-Static-PIE-does-not-work-on-musl-ppc.patch' (33,001) at 20220402030016155 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/Kconfig' (33,002) at 20240405153229859 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/mtip32xx/Makefile' (33,003) at 20210307214926910 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/w1.h' (33,004) at 20210308005003692 2025-03-14 03:00:47.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/crash_dump.c' (33,005) at 20240405153046133 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb' (33,006) at 20230211040012639 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/gruhandles.c' (33,007) at 20210309003650444 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-realtek/Kconfig' (33,008) at 20210307214925946 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Triggers_v1.xml' (33,009) at 20240619080002940 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mpc52xx.c' (33,010) at 20241216090017737 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra20-car.h' (33,011) at 20210308005003636 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c' (33,012) at 20240910080014030 to deleted uid set 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.1.bb' (33,013) at 20240301090012419 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-isiot-nand.dts' (33,014) at 20240405153045525 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/m66592.h' (33,015) at 20240405153052813 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts' (33,016) at 20210307214926014 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/Makefile' (33,017) at 20240405153231347 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/028.out' (33,018) at 20210927100127473 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/spl.c' (33,019) at 20210308005002720 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/config.c' (33,020) at 20240405153231547 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/jedec_probe.c' (33,021) at 20240405153049677 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.err' (33,022) at 20210308005046405 2025-03-14 03:00:47.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-v3.c' (33,023) at 20240405153045893 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-crosssdk_14.2.bb' (33,024) at 20241221090017660 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t335_defconfig' (33,025) at 20210308005003252 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/i386/kvm/kvm.c' (33,026) at 20241211090212486 to deleted uid set 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_lif.c' (33,027) at 20240405153049445 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/settings.xml' (33,028) at 20240106090017245 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Ihistysjanka' (33,029) at 20210307205553774 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Define-prototype-for-safe_flock.patch' (33,030) at 20221003030013273 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/zip/Makefile' (33,031) at 20210307214927094 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx27-clock.h' (33,032) at 20210307214931326 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pci.c' (33,033) at 20210308005003216 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/r4k_fpu.S' (33,034) at 20240405153230015 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/cpu.c' (33,035) at 20210308005002844 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c' (33,036) at 20240405153230403 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb' (33,037) at 20241221090017504 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/msi_bitmap.h' (33,038) at 20210307214926386 2025-03-14 03:00:47.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bond_options.h' (33,039) at 20241125090012259 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da8xx-cfgchip.h' (33,040) at 20210307214931426 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/g2d.c' (33,041) at 20240405153049461 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/prmt.c' (33,042) at 20241104090011563 to deleted uid set 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/bcm2835-aux-uart.txt' (33,043) at 20210308005003308 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Collserola' (33,044) at 20210307205553766 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/0001-sigsegv-Fix-build-on-ppc-musl.patch' (33,045) at 20220402030016179 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-io.c' (33,046) at 20210307214928686 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/test/post_reporter_test.cpp' (33,047) at 20241120090021308 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/progress.c' (33,048) at 20210307214932582 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/iucv/af_iucv.h' (33,049) at 20240405153052853 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/stub_dev.c' (33,050) at 20240405153231571 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2408.c' (33,051) at 20240405153052233 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/spin_table.h' (33,052) at 20210308005002708 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7470.c' (33,053) at 20240405153048841 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VPRI.interface.yaml' (33,054) at 20220315030032659 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-prtvt7.dts' (33,055) at 20240405153045501 2025-03-14 03:00:47.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/soft_i2c.c' (33,056) at 20210308005003384 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_hyp.h' (33,057) at 20240405153229975 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c' (33,058) at 20240405153051821 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-a64.c' (33,059) at 20240405153231335 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb' (33,060) at 20241221090017576 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc2947.rst' (33,061) at 20210307214925502 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/omap_hsmmc.c' (33,062) at 20240405153230855 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/fpswa.h' (33,063) at 20210307214926114 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,s5pv210-clock.yaml' (33,064) at 20240405153045029 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/check-lxdialog.sh' (33,065) at 20210308005003732 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sharp,ls060t1sx01.yaml' (33,066) at 20240405153045045 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/lzma.txt' (33,067) at 20210308005003708 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_adx.c' (33,068) at 20240405153054013 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-videomate-m1f.c' (33,069) at 20210307214928786 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/isort.sh' (33,070) at 20230925080039973 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb' (33,071) at 20241206090014278 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/modifying-patches.rst' (33,072) at 20210309003648432 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.err' (33,073) at 20240906080037560 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/psr.h' (33,074) at 20210307214926590 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-x86.c' (33,075) at 20210307214932466 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/0001-config.mk-Fix-compiler-and-linker.patch' (33,076) at 20230706080014753 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_cgm_regs.h' (33,077) at 20240405153046585 2025-03-14 03:00:47.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-r40.h' (33,078) at 20210307214927026 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventDestinationCollection_v1.xml' (33,079) at 20240619080002924 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb' (33,080) at 20241221090017512 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/MAINTAINERS' (33,081) at 20210308005003040 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.rst' (33,082) at 20241221090017592 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml' (33,083) at 20240405153229787 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml' (33,084) at 20240405153045093 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-aureal.c' (33,085) at 20210307214928086 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pno.h' (33,086) at 20210307214929806 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-1.1' (33,087) at 20211006000025234 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-thunderx.inc' (33,088) at 20210905000020581 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/setup.c' (33,089) at 20240405153230023 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/controllers/omap_ssi.h' (33,090) at 20210307214928110 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/btnode.c' (33,091) at 20241125090012259 to deleted uid set 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/ndisc.c' (33,092) at 20210307214931862 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm6328-pinctrl.yaml' (33,093) at 20240405153045133 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/alpha/include/uapi/asm/mman.h' (33,094) at 20210307214932454 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h' (33,095) at 20240405153230611 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg' (33,096) at 20210308005002964 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/tpm.c' (33,097) at 20210927100127093 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vugbm.h' (33,098) at 20210927100127061 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/PeeCeeI.c' (33,099) at 20210307214926606 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm-x86-pmu-ops.h' (33,100) at 20240405153230111 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/targetcontrol.py' (33,101) at 20241221090017632 2025-03-14 03:00:47.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm8550.c' (33,102) at 20241008080013911 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TaskService.v1_2_1.json' (33,103) at 20240619080002956 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/wm831x-ldo.c' (33,104) at 20240405153051477 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/scrub/trace.h' (33,105) at 20241220090018326 to deleted uid set 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/ops-sh7786.c' (33,106) at 20210307214926546 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/starfive/reset-starfive-jh71x0.c' (33,107) at 20240405153051485 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/gamecon.c' (33,108) at 20240405153049133 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c' (33,109) at 20240405153231211 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ext4' (33,110) at 20210308005003292 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_new.c' (33,111) at 20240405153231063 2025-03-14 03:00:47.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/sil-sii8620.h' (33,112) at 20210307214927746 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml' (33,113) at 20240405153045057 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/requester/mctp_endpoint_discovery.hpp' (33,114) at 20241204090036299 to deleted uid set 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/googletest.wrap' (33,115) at 20240709145403781 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-bufmap.h' (33,116) at 20210307214931218 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_w.c' (33,117) at 20210308005046521 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/ipmi-allowlist.conf' (33,118) at 20230901080013582 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/misc.S' (33,119) at 20210308005002888 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/null.h' (33,120) at 20210307214931310 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi/gaudiP.h' (33,121) at 20240405153046561 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_netdev.c' (33,122) at 20240405153051065 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c' (33,123) at 20240405153051881 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/client.c' (33,124) at 20240405153048825 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/warn.h' (33,125) at 20240405153054077 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-record.txt' (33,126) at 20240405153232219 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/psu0' (33,127) at 20230412080023460 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wiznet/Makefile' (33,128) at 20210307214929662 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_decode_def_num_check.yaml' (33,129) at 20240908080010098 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/build-perf-test-wrapper.sh' (33,130) at 20220402030016247 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-lexer.c' (33,131) at 20230925080039989 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/timex.h' (33,132) at 20220627100016946 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-cpu-opp.dtsi' (33,133) at 20240405153045485 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/tlb.c' (33,134) at 20210308005003172 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/guillemot.c' (33,135) at 20240405153049133 2025-03-14 03:00:47.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa717x.c' (33,136) at 20240405153049337 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-u' (33,137) at 20210307214932570 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/trampoline_32.S' (33,138) at 20210307214926750 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/MAINTAINERS' (33,139) at 20210308005003012 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP6.interface.yaml' (33,140) at 20220315030032659 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grovelsjon' (33,141) at 20210307205553782 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c' (33,142) at 20240910080014054 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/reader_test.hpp' (33,143) at 20221018030021973 to deleted uid set 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/simple_card.h' (33,144) at 20210307214931602 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/crypto/internal/ecc.h' (33,145) at 20240405153052625 to deleted uid set 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/Kconfig' (33,146) at 20210307214932282 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/Makefile' (33,147) at 20210308005003476 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (33,148) at 20240326080016518 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/usb.h' (33,149) at 20210308005002668 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/auth_algo.cpp' (33,150) at 20240724080030104 to deleted uid set 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sh_mobile.c' (33,151) at 20240405153230679 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/mov_ss_trap.c' (33,152) at 20220525020655235 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb' (33,153) at 20241206090014270 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_debugfs.h' (33,154) at 20210307214930406 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb' (33,155) at 20220721030015845 2025-03-14 03:00:47.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-uctlx-defs.h' (33,156) at 20210307214926238 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/ti-bandgap.c' (33,157) at 20240405153231503 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch' (33,158) at 20240309090012804 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml' (33,159) at 20240405153229775 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/writeback.h' (33,160) at 20220627100016998 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxd_map_firm.h' (33,161) at 20210307214928626 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-a4tech.c' (33,162) at 20210625000036012 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-sgm3140.c' (33,163) at 20240405153230755 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/pxa_lcd.c' (33,164) at 20210308005003532 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb' (33,165) at 20230520080014472 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/tegra186-gpio.h' (33,166) at 20210308005003636 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_tx.c' (33,167) at 20240405153050421 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/socket.h' (33,168) at 20241211090212394 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp8788.c' (33,169) at 20210307214928550 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/sdei.c' (33,170) at 20240405153045873 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/pcm1789.txt' (33,171) at 20210307214925430 2025-03-14 03:00:47.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch' (33,172) at 20230131040012031 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-pll.h' (33,173) at 20240405153046801 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb' (33,174) at 20241221090017576 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-1.0-only' (33,175) at 20210316000012713 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed_%.bbappend' (33,176) at 20231128090014177 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_phy.c' (33,177) at 20210308005003508 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/irq-st.h' (33,178) at 20210307214931338 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/thread_info.h' (33,179) at 20240405153046017 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/imx8m-blk-ctrl.c' (33,180) at 20240405153231347 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_lts.c' (33,181) at 20210308005046529 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/mpu.c' (33,182) at 20210308005002556 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as102_drv.h' (33,183) at 20210307214928806 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/bcm2835.h' (33,184) at 20210308005003640 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/smsc/smc9.rst' (33,185) at 20210309003648448 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/main.h' (33,186) at 20210307214929790 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern2.c' (33,187) at 20210307214932642 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c' (33,188) at 20240405153230615 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/configs/virt.config' (33,189) at 20240405153229975 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/pinmux_arria10.c' (33,190) at 20210308005002780 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/general_systemd.cpp' (33,191) at 20240817080027656 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/tc.h' (33,192) at 20240405153045661 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c' (33,193) at 20240405153230319 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/layer.conf' (33,194) at 20241221090017568 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/user_events_selftests.h' (33,195) at 20240405153232287 2025-03-14 03:00:47.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/Makefile' (33,196) at 20210308005003352 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h' (33,197) at 20210307214929614 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c' (33,198) at 20240712080021065 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sigmadsp.h' (33,199) at 20220525020655047 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-proc.h' (33,200) at 20240326080039390 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/cz-Moravianet' (33,201) at 20210307205553758 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-cdc-dma.c' (33,202) at 20240405153232187 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-tivo.c' (33,203) at 20210307214928786 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv4e.c' (33,204) at 20210307214927958 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/actions/pcie_card_floors.hpp' (33,205) at 20230511080026923 to deleted uid set 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch' (33,206) at 20241221090017636 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_s_ev.h' (33,207) at 20240405153052853 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml' (33,208) at 20240405153229763 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ndfc.c' (33,209) at 20240405153230871 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/maximum.hpp' (33,210) at 20220728030043355 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/0001-get-edid-define-quiet-once.patch' (33,211) at 20210307205553994 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/pcie_util.hpp' (33,212) at 20240523080003141 to deleted uid set 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/uap_event.c' (33,213) at 20240405153050577 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/uaccess.c' (33,214) at 20240405153046301 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_tones.c' (33,215) at 20210307214928542 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/smp_32.c' (33,216) at 20240405153046329 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/Makefile' (33,217) at 20210309003653700 2025-03-14 03:00:47.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt' (33,218) at 20210308005003328 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xarray.c' (33,219) at 20241008080014027 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mtd-xip.h' (33,220) at 20210307214925854 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SignatureCollection_v1.xml' (33,221) at 20240619080002936 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/hash.h' (33,222) at 20220525020654791 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb' (33,223) at 20240302090018214 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/pontis.h' (33,224) at 20210307214932262 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/percpu.h' (33,225) at 20240405153052897 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/fb.c' (33,226) at 20210307214925914 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic32x4-i2c.c' (33,227) at 20240405153053809 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sdm845.h' (33,228) at 20220525020654543 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-video.c' (33,229) at 20241011080017323 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/milbeaut-m10v-xdmac.txt' (33,230) at 20210307214925310 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/dma.c' (33,231) at 20210307214925882 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/files/bind_gpio_shutdown.tab' (33,232) at 20220402030016071 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-m5.dts' (33,233) at 20210308005002624 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/core.c' (33,234) at 20240405153231019 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/smp-shx3.c' (33,235) at 20220525020652114 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wavefront.h' (33,236) at 20210307214931602 2025-03-14 03:00:47.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/imx8mn.c' (33,237) at 20240405153049165 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/iscsi_iser.c' (33,238) at 20240405153049117 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/acpi.c' (33,239) at 20210308005002860 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.h' (33,240) at 20210309003649648 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapper/meson.build' (33,241) at 20230825080021141 to deleted uid set 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-behold.c' (33,242) at 20210307214928778 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/vivaldi-fmap.h' (33,243) at 20240405153052709 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/40-hardware-watchdog.conf' (33,244) at 20240228090013752 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch' (33,245) at 20241221090017672 to deleted uid set 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/remoteproc/qcom_q6v5_pas.c' (33,246) at 20241211090145485 to deleted uid set 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349ITXGP_defconfig' (33,247) at 20210308005003236 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/clock-sh4-202.c' (33,248) at 20210307214926562 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-zynqmp-efuse.c' (33,249) at 20241211090212314 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-streamzap.c' (33,250) at 20210307214928782 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7795-sysc.h' (33,251) at 20240405153052653 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bitops.h' (33,252) at 20240405153046057 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dmaengine/client.rst' (33,253) at 20240405153045189 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpuid.h' (33,254) at 20240405153046381 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/byd.c' (33,255) at 20240405153049149 2025-03-14 03:00:47.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_dw_hdmi.c' (33,256) at 20240405153230631 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/jz4740_mmc.c' (33,257) at 20240405153230855 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml' (33,258) at 20240405153229799 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/law.c' (33,259) at 20210308005002976 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci-modern.c' (33,260) at 20210308005046481 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600d.h' (33,261) at 20210307214928006 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmc_spi.c' (33,262) at 20241211090145453 2025-03-14 03:00:47.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/fcoe.h' (33,263) at 20210307214930314 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/osdep_service.h' (33,264) at 20240405153051897 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/fb_decoder.h' (33,265) at 20240405153048513 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt2701-evb.dts' (33,266) at 20240405153045461 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c' (33,267) at 20240405153048637 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/logic_iomem.h' (33,268) at 20220525020654583 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/.gitignore' (33,269) at 20210307214926306 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/sve.rst' (33,270) at 20240405153044977 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/strrchr.S' (33,271) at 20240405153045897 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/main.h' (33,272) at 20240405153050193 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c' (33,273) at 20240405153230803 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/isotp.c' (33,274) at 20240405153053201 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c' (33,275) at 20240405153230511 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/Hoth/meson.build' (33,276) at 20240925080024982 to deleted uid set 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/marvell,berlin-smp' (33,277) at 20210307214925274 2025-03-14 03:00:47.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vmw_vmci_api.h' (33,278) at 20210307214931534 2025-03-14 03:00:47.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xsk.h' (33,279) at 20240405153232263 2025-03-14 03:00:47.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-visconti.c' (33,280) at 20240405153051229 2025-03-14 03:00:47.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.json' (33,281) at 20210308005046397 2025-03-14 03:00:47.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSwitch.interface.yaml' (33,282) at 20240613080025600 2025-03-14 03:00:47.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/net/bpf_jit_comp.c' (33,283) at 20240405153046045 2025-03-14 03:00:47.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_1_offset.h' (33,284) at 20220525020652546 2025-03-14 03:00:47.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_ipp.c' (33,285) at 20240405153047221 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt6797-power.h' (33,286) at 20240405153052653 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-pci.c' (33,287) at 20240405153046521 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/pci/fixup.c' (33,288) at 20220525020651978 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r1.dts' (33,289) at 20240405153229935 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb' (33,290) at 20241221090017684 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/st-vgxy61.c' (33,291) at 20240405153049341 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_MAC.h' (33,292) at 20220525020654179 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/uapi/asm/mman.h' (33,293) at 20210307214932454 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/heartbeat.c' (33,294) at 20210309003649972 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hugetlb-3level.h' (33,295) at 20210307214925850 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/sdio_mac.c' (33,296) at 20240628080014001 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/core_locking.rst' (33,297) at 20210307214925510 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/reset.c' (33,298) at 20210307214926270 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max77843.yaml' (33,299) at 20240405153045105 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h' (33,300) at 20240405153230315 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/traps.c' (33,301) at 20240405153045877 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/Kconfig' (33,302) at 20210307214930382 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/veyron.c' (33,303) at 20210308005003004 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/raw-aio.h' (33,304) at 20240906080037324 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/bootinfo.h' (33,305) at 20241104090011559 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.h' (33,306) at 20240405153047101 2025-03-14 03:00:47.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/base-record' (33,307) at 20240405153054161 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs43130.c' (33,308) at 20240405153232147 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/conf-notes.txt' (33,309) at 20241023080015407 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx-clocks.dtsi' (33,310) at 20210308005002600 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/himax,hx8357d.txt' (33,311) at 20210307214925302 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf100.c' (33,312) at 20210307214927970 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/desc.h' (33,313) at 20210307214927074 2025-03-14 03:00:47.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/main.c' (33,314) at 20240405153050553 2025-03-14 03:00:47.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/atombios.h' (33,315) at 20240405153048317 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c' (33,316) at 20241211090145461 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl827d.h' (33,317) at 20210309003649824 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lz4/lz4_decompress.c' (33,318) at 20240405153053093 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/core/mr.c' (33,319) at 20241211090145501 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/denali_pci.c' (33,320) at 20220627100017010 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/murata,irsd200.yaml' (33,321) at 20240405153229767 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a83t-bananapi-m3.dts' (33,322) at 20240405153045389 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_meta_skbtcindex.c' (33,323) at 20210307214932054 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/exthdrs_offload.c' (33,324) at 20210307214931962 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-tcg' (33,325) at 20210927100127465 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/021_image_pad.dts' (33,326) at 20210308005003752 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/arch-std-events.json' (33,327) at 20220525020655143 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-pll.h' (33,328) at 20210307214926998 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_scalable.c' (33,329) at 20220627100017186 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h' (33,330) at 20220525020653027 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/nvmem-reboot-mode.yaml' (33,331) at 20240405153045137 2025-03-14 03:00:47.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vmx-impl.c.inc' (33,332) at 20240906080037520 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/mirred.json' (33,333) at 20210307214932726 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-rockchip.c' (33,334) at 20240910080014062 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/psci.S' (33,335) at 20210308005002552 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor.bb' (33,336) at 20241206090014278 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts' (33,337) at 20240405153045713 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/001.out' (33,338) at 20210308005046413 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c' (33,339) at 20240910080014038 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/scsi_transport_iscsi.c' (33,340) at 20240405153051729 to deleted uid set 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_refcount_item.h' (33,341) at 20240405153052605 2025-03-14 03:00:47.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/st_accel_core.c' (33,342) at 20240405153048941 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/masters/mxc-w1.rst' (33,343) at 20210307214925634 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update/config-bios.json' (33,344) at 20210413100020742 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/ibm/ibmvnic.c' (33,345) at 20240726080012854 to deleted uid set 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/smp.h' (33,346) at 20240405153045861 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values.h' (33,347) at 20240405153046901 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5100.c' (33,348) at 20240405153232167 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/reloc.S' (33,349) at 20210308005002840 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Clips' (33,350) at 20241221090017616 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto_security.inc' (33,351) at 20220409030017491 to deleted uid set 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timerqueue.h' (33,352) at 20240405153052805 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_loop.c' (33,353) at 20240405153054265 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/ashlsi3.S' (33,354) at 20240405153046309 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/vmid/vmid.c' (33,355) at 20240405153047305 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/olympus-nuvoton-ipmi-sensors.yaml' (33,356) at 20210307205554094 2025-03-14 03:00:47.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/analogbits/Makefile' (33,357) at 20210307214926958 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ini.c' (33,358) at 20210308005003212 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/omap-aes.txt' (33,359) at 20210307214925298 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/sembuf.h' (33,360) at 20210307214926398 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/Kconfig' (33,361) at 20210308005002916 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7790-cpg-mssr.h' (33,362) at 20210307214931334 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/kconfig.h' (33,363) at 20220525020655115 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mmu_context.h' (33,364) at 20240405153045965 2025-03-14 03:00:47.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/shells' (33,365) at 20210307205554470 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ventura-phosphor-multi-gpio-monitor.json' (33,366) at 20241029080011439 to deleted uid set 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/ffdc_file_tests.cpp' (33,367) at 20210308005405938 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/iotests-pylint.sh' (33,368) at 20220429100100734 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ioctl.h' (33,369) at 20210307214931638 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/service_files/ibm-spi-vpd-parser@.service' (33,370) at 20240104090016070 to deleted uid set 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/occ/files/occ_sensor.yaml' (33,371) at 20210307205554222 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/smsc911x.h' (33,372) at 20210307214931510 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/Makefile' (33,373) at 20210307214928466 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/irq/irqflags-tracing.rst' (33,374) at 20210307214925266 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/modules.out' (33,375) at 20210308005046397 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/samples/pass.tc' (33,376) at 20210307214932670 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dlmconstants.h' (33,377) at 20240405153052913 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cpu_mask.c' (33,378) at 20210307214932638 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0006-aspeed-Enable-SPI-master-mode-by-default.patch' (33,379) at 20241206090014274 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch' (33,380) at 20241206090014334 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/pinmux-config-p2371-0000.h' (33,381) at 20210308005003024 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bug.h' (33,382) at 20240405153052617 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/assert.h' (33,383) at 20240405153052657 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/Makefile' (33,384) at 20210308004922932 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/017_pack_image_size.dts' (33,385) at 20210308005003752 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/debug.h' (33,386) at 20220525020654699 2025-03-14 03:00:47.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/dmasound_core.c' (33,387) at 20240405153053513 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-reg.h' (33,388) at 20210307214932398 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_hmm.c' (33,389) at 20240613080016523 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/8xx.c' (33,390) at 20220525020652066 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_bcm283x_mu.h' (33,391) at 20210308005003628 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dcache.c' (33,392) at 20240726080012866 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/time.c' (33,393) at 20240405153045689 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Switch_v1.xml' (33,394) at 20240619080002936 2025-03-14 03:00:47.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/machine/evb-npcm750.conf' (33,395) at 20211105000026763 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (33,396) at 20230807080022150 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/UTIL.interface.yaml' (33,397) at 20220315030032659 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsrepair.c' (33,398) at 20240405153046625 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_dp.h' (33,399) at 20240405153050197 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-stm_source' (33,400) at 20210307214925198 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/crdump.c' (33,401) at 20240405153050081 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pwm.h' (33,402) at 20210308005002668 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/lmedm04.rst' (33,403) at 20210307214925234 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu_init.h' (33,404) at 20241211090212506 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_qm_axuser_nonsecured_regs.h' (33,405) at 20240405153046601 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CompositionService.v1_2_3.json' (33,406) at 20240619080002944 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscreds.c' (33,407) at 20210927100127065 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kajaani' (33,408) at 20210307205553766 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-v4wb.S' (33,409) at 20240405153045693 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/extable.c' (33,410) at 20240405153229863 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/progress.py' (33,411) at 20240326080039726 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fdtable.h' (33,412) at 20241011080017371 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/memcached-add-hugetlbfs-check.patch' (33,413) at 20210307205553842 to deleted uid set 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions/meson.build' (33,414) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/block-group.h' (33,415) at 20240405153231611 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fb.h' (33,416) at 20240405153052917 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_stats.h' (33,417) at 20210309003653796 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Foo.metadata.yaml' (33,418) at 20221213040029821 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mediatek,mt8365-clk.h' (33,419) at 20240405153052645 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5235.h' (33,420) at 20210308005002804 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-luton.c' (33,421) at 20210308005003456 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/devlink.c' (33,422) at 20240405153049753 2025-03-14 03:00:47.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/iso.c' (33,423) at 20241220090018338 to deleted uid set 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/dma-mapping.c' (33,424) at 20210309003648808 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts' (33,425) at 20240805080013919 to deleted uid set 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-fm-tx.rst' (33,426) at 20210309003648492 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/netlink_helpers.c' (33,427) at 20241220090018346 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/smt.h' (33,428) at 20210307214931502 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qca,qca7000.txt' (33,429) at 20210307214925378 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/Kconfig' (33,430) at 20240405153049925 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_hlcdc.h' (33,431) at 20210308005003560 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm6125.c' (33,432) at 20240405153230231 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/api.c' (33,433) at 20240405153046529 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (33,434) at 20240307090019088 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_hierarchical_stats.c' (33,435) at 20240405153054269 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rt5120.c' (33,436) at 20240405153049613 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b.h' (33,437) at 20240405153050665 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.h' (33,438) at 20241008080013955 to deleted uid set 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/onyx.h' (33,439) at 20220525020654963 2025-03-14 03:00:47.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iov-padding.out' (33,440) at 20230925080040093 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/rohm_bu21023.c' (33,441) at 20240405153049161 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/mscan/mpc5xxx_can.c' (33,442) at 20240405153049733 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/generators/pps_gen_parport.c' (33,443) at 20240405153051445 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common.h' (33,444) at 20240405153231167 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7745-sk-rzg1e.dts' (33,445) at 20240405153045553 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1_netlink.h' (33,446) at 20210307214930962 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm4x-cfg.c' (33,447) at 20240405153230671 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/server_key.c' (33,448) at 20240405153053361 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_condition.hpp' (33,449) at 20240819080030255 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/Kconfig' (33,450) at 20210308005002972 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/kprobes_insn_page.S' (33,451) at 20240405153046285 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/zimage.h' (33,452) at 20210308005002852 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinctrl-aspeed-g4.c' (33,453) at 20240405153051305 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch' (33,454) at 20241206090014298 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-batch-action-active.png' (33,455) at 20220105012522963 to deleted uid set 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-time-manager/.clang-tidy' (33,456) at 20230721080036194 to deleted uid set 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-axg-s400.dts' (33,457) at 20210308005002596 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/video.h' (33,458) at 20240405153052941 2025-03-14 03:00:47.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/power.h' (33,459) at 20220525020654195 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime/meson.build' (33,460) at 20220913030027317 to deleted uid set 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/ffz.h' (33,461) at 20210307214931302 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/mpc8308.h' (33,462) at 20210308005003000 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dma-mcf-edma.h' (33,463) at 20210307214931474 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-bts.h' (33,464) at 20210307214932594 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/n_gsm.c' (33,465) at 20241023080012887 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c' (33,466) at 20240405153051273 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_open_unittest.cpp' (33,467) at 20210308005120361 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/main.c' (33,468) at 20240405153050705 2025-03-14 03:00:47.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/pci.c' (33,469) at 20240405153231119 to deleted uid set 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/pinmux.h' (33,470) at 20210308005002672 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/reloc_arm_efi.c' (33,471) at 20210308005002708 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/meson-vpu.h' (33,472) at 20210308005002644 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/ocelot_switch.c' (33,473) at 20210308005003436 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/port.c' (33,474) at 20241111090012121 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_env.h' (33,475) at 20240405153050145 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/image-fleecing' (33,476) at 20240326080039734 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ni_dma.c' (33,477) at 20220525020652995 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/ti_sci.c' (33,478) at 20240405153230299 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch' (33,479) at 20241221090017696 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-tcl.m4-Recognize-tclsh9.patch' (33,480) at 20241221090017508 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/tty_internals.rst' (33,481) at 20240405153045197 2025-03-14 03:00:47.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown.service' (33,482) at 20220119040023072 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/entitlements.plist' (33,483) at 20210927100127017 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7203.c' (33,484) at 20240405153051361 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c' (33,485) at 20240405153230315 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c' (33,486) at 20240405153050493 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_0_w_defconfig' (33,487) at 20210308005003276 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/color.c' (33,488) at 20210307214932586 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-cfam-reset.service.in' (33,489) at 20210708100040985 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/warp7_defconfig' (33,490) at 20210308005003284 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-i2c.h' (33,491) at 20210307214928686 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-event.js' (33,492) at 20210308005107069 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.6.bb' (33,493) at 20241221090017524 2025-03-14 03:00:47.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/refresh-pxe-roms.sh' (33,494) at 20210308005046245 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb' (33,495) at 20241221090017536 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/multicast.h' (33,496) at 20240405153053173 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/board_bcm23550.c' (33,497) at 20240405153229911 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/jump_label.h' (33,498) at 20240405153230063 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c' (33,499) at 20240405153232263 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/s2255/Kconfig' (33,500) at 20240405153049573 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x35ek.dts' (33,501) at 20240405153045469 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (33,502) at 20240820080015545 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_inc/__init__.py' (33,503) at 20210307214932154 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_gem.h' (33,504) at 20240405153230583 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/README.rst' (33,505) at 20210927100127329 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb' (33,506) at 20241206090014314 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/aes_cbc.c' (33,507) at 20220525020652398 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_dec_bcj.c' (33,508) at 20220525020654759 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/common.h' (33,509) at 20241211090145405 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tipc_sockets_diag.h' (33,510) at 20210307214931662 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_nvm.c' (33,511) at 20240411080014098 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.h' (33,512) at 20240405153048353 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/build-oldlibc' (33,513) at 20210905000020593 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/virtio.c' (33,514) at 20210308005003220 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer/0001-add-gupnp-1.2-API-support.patch' (33,515) at 20210307205553754 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/allwinner,sun7i-a20-gmac.txt' (33,516) at 20210308005003304 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000e.c' (33,517) at 20240906080037260 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/fwio.c' (33,518) at 20210307214929962 2025-03-14 03:00:47.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump-fix-buffer-align.patch' (33,519) at 20230706080014733 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-mira-peb-eval-01.dtsi' (33,520) at 20240405153045513 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/MAINTAINERS' (33,521) at 20210308005003024 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/meesc_defconfig' (33,522) at 20210308005003268 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Anik-F1R_C-107.3W' (33,523) at 20210307205553758 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/platform/Makefile' (33,524) at 20210307214926310 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/trace.h' (33,525) at 20210927100127125 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/curs.h' (33,526) at 20210307214927898 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/README.dino' (33,527) at 20210307214930006 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/Kconfig' (33,528) at 20210307214929382 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65912-regulator.c' (33,529) at 20240405153051477 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/configs/debug_defconfig' (33,530) at 20240405153230075 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/clock.c' (33,531) at 20210308005002728 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-composite-8m.c' (33,532) at 20241008080013911 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/optee.c' (33,533) at 20241008080013919 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8350-core.c' (33,534) at 20210309003650420 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/debug_kmemleak.c' (33,535) at 20240405153053021 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/concepts-appx.rst' (33,536) at 20221104030017445 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x.dtsi' (33,537) at 20210308005002576 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ANTLR-PD' (33,538) at 20210307205554414 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz_ptp.h' (33,539) at 20240405153049753 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/serial_interface.hpp' (33,540) at 20221229040004411 to deleted uid set 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_nat.sh' (33,541) at 20240405153054357 2025-03-14 03:00:47.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/smovecr.S' (33,542) at 20210307214926146 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan743x_ethtool.c' (33,543) at 20240628080013997 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d3_ksz9477_evb.dts' (33,544) at 20240405153229875 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage1_struct_define.h' (33,545) at 20240405153052901 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/config_base.hpp' (33,546) at 20220707030030843 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/diag_ftp.c' (33,547) at 20240405153051513 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/report.c' (33,548) at 20240405153053133 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/dm814.h' (33,549) at 20210307214931326 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rdc/r6040.c' (33,550) at 20240405153050253 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu_7.2.1.bb' (33,551) at 20220502030010124 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb' (33,552) at 20241221090017688 to deleted uid set 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_mc.c' (33,553) at 20210308004938828 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/20001122-1.c' (33,554) at 20210308005003720 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace.c' (33,555) at 20220525020653163 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/clk-davinci-pll.h' (33,556) at 20210307214931474 2025-03-14 03:00:47.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77965.c' (33,557) at 20240405153051357 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/file.c' (33,558) at 20240405153231719 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hdmi.h' (33,559) at 20240405153048781 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_gether.h' (33,560) at 20210307214930802 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/gitver.bbclass' (33,561) at 20210307205553850 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/tmpdir.patch' (33,562) at 20210307205554474 to deleted uid set 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/cmdstream.xml.h' (33,563) at 20210307214927766 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a57-a72/cache.json' (33,564) at 20240405153054109 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/hte/tegra-hte.rst' (33,565) at 20240405153045193 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/mux_data.h' (33,566) at 20210308005003076 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/pinmux.c' (33,567) at 20210308005002788 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/syscall.h' (33,568) at 20240405153045625 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/signrom.py' (33,569) at 20210308005046245 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/iomap-pci.c' (33,570) at 20220525020652010 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h' (33,571) at 20210307214926218 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu.c' (33,572) at 20240906080037472 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-missing-name.out' (33,573) at 20210308005046405 to deleted uid set 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK08' (33,574) at 20240405153054369 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pika_wdt.c' (33,575) at 20240405153231599 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/IP.interface.yaml' (33,576) at 20221207040023631 2025-03-14 03:00:47.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/classes/klibc.bbclass' (33,577) at 20241221090017488 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/clntproc.c' (33,578) at 20240405153052397 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/Kconfig' (33,579) at 20210308005002956 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/Kconfig' (33,580) at 20240405153051477 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/apq8094-sony-xperia-kitakami-karin_windy.dts' (33,581) at 20240405153045757 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/da850_lowlevel.h' (33,582) at 20210308005002720 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/meta/wic-tools.bb' (33,583) at 20240309090012820 to deleted uid set 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_link_encoder.c' (33,584) at 20240405153047237 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/zc3xx-reg.h' (33,585) at 20210307214928842 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Attribution-HPND-disclaimer' (33,586) at 20241221090017612 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/rainshadow/Kconfig' (33,587) at 20210307214928598 2025-03-14 03:00:47.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/Kconfig' (33,588) at 20210308005003360 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/niu.c' (33,589) at 20240405153231059 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/host.c' (33,590) at 20240405153051813 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/amd-pstate/run.sh' (33,591) at 20240405153054233 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/libgudev/0001-meson-Pass-export-dynamic-option-to-linker.patch' (33,592) at 20240127090011892 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/mac.h' (33,593) at 20240405153050469 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.h' (33,594) at 20240405153050069 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-cs908.dts' (33,595) at 20210308005002620 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc706_defconfig' (33,596) at 20210308005003288 2025-03-14 03:00:47.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c' (33,597) at 20241118090018495 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/page_track.c' (33,598) at 20240405153230575 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb' (33,599) at 20241221090017468 to deleted uid set 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_panel.c' (33,600) at 20240405153230539 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/w1-generic.rst' (33,601) at 20240405153229847 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/msgfmt.h' (33,602) at 20210307214931890 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/ledctl/led_controller.c' (33,603) at 20210308004922932 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb' (33,604) at 20240302090018210 to deleted uid set 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/mediatek,mt7621-wdt.yaml' (33,605) at 20240405153045185 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/.gitignore' (33,606) at 20210307214926078 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/80211/introduction.rst' (33,607) at 20210307214925454 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra76-evm.dts' (33,608) at 20240405153045601 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml' (33,609) at 20240405153045041 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sti/uniperif_reader.c' (33,610) at 20240815080012931 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ResourceBlockCollection.json' (33,611) at 20240619080002952 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/config/bmcweb.socket.in' (33,612) at 20240521080007392 to deleted uid set 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/pcmcia/locking.rst' (33,613) at 20210307214925542 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_canhandle_enumerate_unittest.cpp' (33,614) at 20220108040030440 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq25980_charger.h' (33,615) at 20210309003652160 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_kms.c' (33,616) at 20240405153048789 2025-03-14 03:00:47.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0013_recipe_parse_progress_fields.py' (33,617) at 20210307205554262 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/thinkpad_acpi.c' (33,618) at 20241211090145481 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/heathrow_pic.c' (33,619) at 20241211090212282 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/sched.c' (33,620) at 20210308005003544 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/example/pulse.cpp' (33,621) at 20230511080009359 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-move-fprintf-into-same-block-where-modname-and-symna.patch' (33,622) at 20210307205553902 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/Kconfig' (33,623) at 20240405153051681 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pengwyn_defconfig' (33,624) at 20210308005003272 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/Makefile' (33,625) at 20210308005003548 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_setup.c' (33,626) at 20220525020654315 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/req-gen/_request-begin.h' (33,627) at 20210307214926450 2025-03-14 03:00:47.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts' (33,628) at 20240405153229931 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch' (33,629) at 20241221090017664 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625.dtsi' (33,630) at 20240405153045829 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/MAINTAINERS' (33,631) at 20210308005002904 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/dmasound_paula.c' (33,632) at 20210307214932226 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf' (33,633) at 20210307205554086 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/tsc_timer.c' (33,634) at 20210308005003500 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/pcspeaker.c' (33,635) at 20210307214926706 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb' (33,636) at 20241221090017544 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/super.c' (33,637) at 20240405153231607 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs2.h' (33,638) at 20210307214931650 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/index.rst' (33,639) at 20240405153229843 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8569mds.dts' (33,640) at 20210307214926346 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/os.h' (33,641) at 20210307214927938 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.53.bb' (33,642) at 20241221090017488 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_api.h' (33,643) at 20210308005002880 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/pldm.inc' (33,644) at 20231012080014468 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c' (33,645) at 20240405153231011 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/allwinner,sun20i-d1-ppu.yaml' (33,646) at 20240405153045137 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/Kconfig' (33,647) at 20210308005003516 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig' (33,648) at 20210308005003256 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/base.h' (33,649) at 20210309003649816 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/fs.h' (33,650) at 20240405153054053 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/fttmr010.h' (33,651) at 20210308005003648 2025-03-14 03:00:47.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aes_generic.c' (33,652) at 20240405153046529 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-hubio.c' (33,653) at 20210307214926290 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb' (33,654) at 20241221090017496 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/socionext/synquacer.yaml' (33,655) at 20240405153045017 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml' (33,656) at 20240405153045153 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/files/run-ptest' (33,657) at 20210307205554006 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rc6.h' (33,658) at 20240405153048493 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/gpio.h' (33,659) at 20210307214927310 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/sprd_dpu.c' (33,660) at 20240405153230631 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/parport.h' (33,661) at 20240405153052933 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.10.bb' (33,662) at 20241221090017692 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-libretech-all-h3-cc.dts' (33,663) at 20240405153045389 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/super.c' (33,664) at 20240405153052545 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/pci.h' (33,665) at 20240405153050405 to deleted uid set 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_NFLOG.h' (33,666) at 20210307214931646 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,suniv-f1c100s-usb-phy.yaml' (33,667) at 20240405153045129 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun50i-h6-r-ccu.h' (33,668) at 20240405153052649 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/Makefile' (33,669) at 20220525020652070 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/splice.h' (33,670) at 20240405153052969 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode/meson.build' (33,671) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (33,672) at 20240612080013178 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/mem.c' (33,673) at 20240919080017050 2025-03-14 03:00:47.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/mdev-mount.sh' (33,674) at 20210307205554470 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/metadata.c' (33,675) at 20240405153050197 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/selfmap.c' (33,676) at 20240326080039758 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/linux.inf' (33,677) at 20210309003648472 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-atmel-pit.c' (33,678) at 20210307214927046 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/.gitignore' (33,679) at 20240815080028259 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Settings.v1_4_0.json' (33,680) at 20240619080002956 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/mod_hdr.c' (33,681) at 20240405153050105 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_so.h' (33,682) at 20240405153048797 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pci230.c' (33,683) at 20240405153046889 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Proprietary' (33,684) at 20210307205554426 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/run-ptest' (33,685) at 20210307205554506 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c' (33,686) at 20241115090012949 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/surface_aggregator/cdev.h' (33,687) at 20220525020654675 2025-03-14 03:00:47.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm11130/MAINTAINERS' (33,688) at 20210308005002924 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear@.service' (33,689) at 20210307205554474 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_write_bytes.md' (33,690) at 20240809080033023 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/sensor_host_unittest.cpp' (33,691) at 20240904080040763 to deleted uid set 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/fas216.h' (33,692) at 20240405153051569 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/README.md' (33,693) at 20221207040023623 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn544/pn544.c' (33,694) at 20220525020653823 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/.gitignore' (33,695) at 20230720080010754 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml' (33,696) at 20240405153229767 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/w83c553f.h' (33,697) at 20210308005003692 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/sisusbvga/sisusbvga.c' (33,698) at 20240405153052117 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/fallback.c' (33,699) at 20240405153046685 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/evsel.c' (33,700) at 20240405153054065 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/ubuntu2204.docker' (33,701) at 20241211090212534 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/skeleton_hs.dtsi' (33,702) at 20210307214925666 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/MAINTAINERS' (33,703) at 20210308005002916 2025-03-14 03:00:47.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ath79-cpu.c' (33,704) at 20210307214928526 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/syscalls.S' (33,705) at 20210309003648992 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_dump.h' (33,706) at 20210307214930278 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/stm32/Makefile' (33,707) at 20210307214927110 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hist.h' (33,708) at 20241008080014051 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/clock-gx.h' (33,709) at 20210308005002644 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg-no-sim.cpp' (33,710) at 20220401030013859 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-adap-g-caps.rst' (33,711) at 20220525020651778 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c' (33,712) at 20240405153048593 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trehorningsjo' (33,713) at 20210307205553794 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi' (33,714) at 20240805080013923 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mac_via.c' (33,715) at 20241211090212298 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/LICENSE' (33,716) at 20210307205553662 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_mm.h' (33,717) at 20210307214930358 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-manpage.rst' (33,718) at 20240906080037180 2025-03-14 03:00:47.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.c' (33,719) at 20240405153049109 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/device_pm.c' (33,720) at 20240405153230167 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/endpoint/functions/pci-epf-test.c' (33,721) at 20240405153051241 to deleted uid set 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/hab.c' (33,722) at 20210308005002724 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/wow.h' (33,723) at 20240805080013991 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10071_priv.h' (33,724) at 20210307214928646 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/cmdline.c' (33,725) at 20240405153052489 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/musb.h' (33,726) at 20210308005003672 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/newport_con.c' (33,727) at 20240405153052177 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-q8-tablet.dts' (33,728) at 20240405153045377 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-cam.c' (33,729) at 20240405153046797 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_cap.json' (33,730) at 20210307205553694 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_midi.c' (33,731) at 20240405153053493 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/s3.py' (33,732) at 20210528000029707 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/decorators.py' (33,733) at 20221003030013333 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb' (33,734) at 20241221090017544 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/wow.c' (33,735) at 20220525020653711 to deleted uid set 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/head-64.h' (33,736) at 20240405153046109 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-capture.h' (33,737) at 20241219090010504 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/verify_pefile.h' (33,738) at 20210307214926794 2025-03-14 03:00:47.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb' (33,739) at 20220402030015911 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-block-storage_%.bbappend' (33,740) at 20240413080012631 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-topckgen.c' (33,741) at 20240405153230215 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/LICENSE' (33,742) at 20220105040015914 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/shakti_c.h' (33,743) at 20230426080043768 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7794.c' (33,744) at 20240405153051357 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/rt5682.c' (33,745) at 20240405153232179 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/dma-mapping.h' (33,746) at 20210308005002880 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/testmode.h' (33,747) at 20210307214929782 2025-03-14 03:00:47.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm.sh' (33,748) at 20240405153232283 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/indented-expr.err' (33,749) at 20210308005046409 to deleted uid set 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/.gitignore' (33,750) at 20210308004940472 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-windows-ssh.h' (33,751) at 20240906080037440 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/boot/piggyback.c' (33,752) at 20220525020652114 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut_103.bb' (33,753) at 20241221090017488 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/item_updater_helper.cpp' (33,754) at 20240820080021222 to deleted uid set 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml' (33,755) at 20240405153229799 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/ext_manifest4.h' (33,756) at 20240405153052889 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/udbg.h' (33,757) at 20240405153046129 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/memmove.S' (33,758) at 20210307214926098 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-0' (33,759) at 20211006000025238 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/string.h' (33,760) at 20240405153045905 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmi632.dtsi' (33,761) at 20240405153045777 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts' (33,762) at 20240405153045817 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/dsp.txt' (33,763) at 20210307214925278 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/mangle-port.h' (33,764) at 20210309003648832 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr/static-mac-addr.service' (33,765) at 20210307205553674 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/adc.h' (33,766) at 20210307214926554 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_lib.sh' (33,767) at 20240405153054341 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/0001-meson-Do-not-check-for-iso-xml-files-during-build.patch' (33,768) at 20241221090017488 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/adutux.c' (33,769) at 20220525020654283 2025-03-14 03:00:47.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_8_0_d.h' (33,770) at 20210307214927686 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/terminal.py' (33,771) at 20220910030013401 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_catalog.h' (33,772) at 20240405153048597 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-sys-init.service' (33,773) at 20240119090013779 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb' (33,774) at 20241221090017544 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/MeasurementSet.interface.yaml' (33,775) at 20240229090018787 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588.dtsi' (33,776) at 20240405153229967 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8550.dtsi' (33,777) at 20240405153045777 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory_ldst_cached.h.inc' (33,778) at 20210927100127229 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c' (33,779) at 20240405153230359 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/pxa2xx.rst' (33,780) at 20240405153045265 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phyreg_n.h' (33,781) at 20210307214929818 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce60/irq_service_dce60.c' (33,782) at 20210309003649496 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/selfmap.h' (33,783) at 20240326080039550 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_prioq.c' (33,784) at 20210307214932198 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/xdp.h' (33,785) at 20240405153231859 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/dma-api.c' (33,786) at 20240405153046309 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/test_libfdt.py' (33,787) at 20210308005003708 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/devpts/Makefile' (33,788) at 20210307214931066 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/userfaultfd-wrlat.py' (33,789) at 20210927100127353 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rohm-bd957x.h' (33,790) at 20220525020654587 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/idle.h' (33,791) at 20240405153045937 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge_devlink.h' (33,792) at 20220525020654147 2025-03-14 03:00:47.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.seabios-microvm' (33,793) at 20210308005046237 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/processor.hpp' (33,794) at 20240201090003032 to deleted uid set 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_bugzilla_entry_format.pass' (33,795) at 20241206090014306 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-colorfly-e708-q1.dts' (33,796) at 20210308005002620 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config.bb' (33,797) at 20241206090014230 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/lp3972.h' (33,798) at 20210307214931494 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/reg.h' (33,799) at 20210307214929930 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6351.c' (33,800) at 20240405153053657 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-trashcan.svg' (33,801) at 20210308005107069 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_sensor.cpp' (33,802) at 20220412175720090 to deleted uid set 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/opera-firmware.rst' (33,803) at 20210307214925234 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx6.c' (33,804) at 20210308005003460 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/mmutrace.h' (33,805) at 20240405153046453 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/appletalk/dev.c' (33,806) at 20210307214931866 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8994.c' (33,807) at 20240405153230227 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/entry-common.h' (33,808) at 20240710080014577 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/hardware_disable_test.c' (33,809) at 20240405153054313 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/debugfs.c' (33,810) at 20240624080012800 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/BBHandler.py' (33,811) at 20241221090017588 2025-03-14 03:00:47.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/p2p.c' (33,812) at 20210307214929782 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/rdma.c' (33,813) at 20240906080037372 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/codel.h' (33,814) at 20240405153052841 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mcu.c' (33,815) at 20240405153050581 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf_api_probe.h' (33,816) at 20220525020655175 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gsc.c' (33,817) at 20240405153048485 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/ce.c' (33,818) at 20240805080013979 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-mux.h' (33,819) at 20210307214926998 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_regs.h' (33,820) at 20210307214928050 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sa1100.h' (33,821) at 20210307214930222 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/comedi_usb.c' (33,822) at 20240405153046881 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/qapi-schema.json' (33,823) at 20241211090212454 2025-03-14 03:00:47.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_tcb.h' (33,824) at 20210309003650608 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-pinctrl.dtsi' (33,825) at 20240405153045821 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_attr.h' (33,826) at 20210308005003644 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dhry_2.c' (33,827) at 20240405153053085 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/timer_s10.c' (33,828) at 20210308005002780 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-timed-average.c' (33,829) at 20210927100127649 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/file.c' (33,830) at 20241211090145525 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-hyperv.c' (33,831) at 20240805080013995 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dso.c' (33,832) at 20240405153054189 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x08_hypervisor.h' (33,833) at 20240405153048805 2025-03-14 03:00:47.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/ct-5361.c' (33,834) at 20210308005002948 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml' (33,835) at 20240405153045125 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0009-Fix-quoting-for-BUILD_WITH.patch' (33,836) at 20230131040012027 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-tcpflood.c-Pass-correct-parameter-type-to-send.patch' (33,837) at 20241206090014254 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/admin-guide/kernel-parameters.rst' (33,838) at 20210307214925578 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-mem2mem.h' (33,839) at 20240405153052833 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/hms-profinet.c' (33,840) at 20220525020654115 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/.gitignore' (33,841) at 20210307214932182 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/non_signalling_xscv.c' (33,842) at 20221215040039390 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/vhost-user-backend.h' (33,843) at 20210308005046057 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/spectre.c' (33,844) at 20220525020651882 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm831x-i2c.c' (33,845) at 20240405153230839 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/OWNERS' (33,846) at 20241212090020527 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun8i-codec.c' (33,847) at 20240405153054009 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/basic3.tc' (33,848) at 20210307214932670 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-debug.c' (33,849) at 20240405153049425 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/neponset.h' (33,850) at 20210307214925958 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_verbs.c' (33,851) at 20240628080013993 to deleted uid set 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_unwind.c' (33,852) at 20240405153046301 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/Kconfig' (33,853) at 20210308005003048 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/Makefile' (33,854) at 20240405153054361 2025-03-14 03:00:47.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-set-frontend-tune-mode.rst' (33,855) at 20210309003648480 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-flash-led-class.h' (33,856) at 20210307214931546 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/asm9260_wdt.c' (33,857) at 20210307214930966 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nspire/nspire-classic.dtsi' (33,858) at 20240405153229875 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-CairnHill' (33,859) at 20210307205553774 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSensorMain.cpp' (33,860) at 20241112090003102 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/loongson_hwmon.h' (33,861) at 20210307214926222 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp87565-regulator.c' (33,862) at 20240405153231363 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmlock.c' (33,863) at 20220525020654467 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/supplicant.c' (33,864) at 20210308005003496 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/svm.h' (33,865) at 20240405153046129 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p5020ds.dts' (33,866) at 20210307214926350 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqtest.c' (33,867) at 20241211090212546 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas5720.c' (33,868) at 20240405153053805 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/libfdt_env.h' (33,869) at 20210307214926362 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/TODO' (33,870) at 20210307214930638 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/x86_start16_tpl.py' (33,871) at 20210308005003748 2025-03-14 03:00:47.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/acpi_cppc.c' (33,872) at 20240405153054213 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-vsock.h' (33,873) at 20221215040039186 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si.h' (33,874) at 20220525020652294 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-mid.c' (33,875) at 20240405153051249 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_attribs.h' (33,876) at 20210308005003552 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/README.odroid-c2' (33,877) at 20210308005002912 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/user_header.hpp' (33,878) at 20230516080019606 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/mr.c' (33,879) at 20210307214929506 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-ubi.inc' (33,880) at 20210307205554058 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8-acm.c' (33,881) at 20241211090145397 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-search-active.png' (33,882) at 20220105012522971 to deleted uid set 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs47l92-tables.c' (33,883) at 20240405153230835 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mpspec.h' (33,884) at 20240405153230111 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dst_common.h' (33,885) at 20210307214928678 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb' (33,886) at 20241206090014238 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lenovo.c' (33,887) at 20241118090018495 2025-03-14 03:00:47.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_adminq_cmd.h' (33,888) at 20210307214929450 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.c' (33,889) at 20210307214930542 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/path.py' (33,890) at 20220910030013401 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-java.c' (33,891) at 20220525020655167 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-max8997.c' (33,892) at 20240405153049221 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/aarch64/a-b-kernel.S' (33,893) at 20221215040039362 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fdiv.c' (33,894) at 20210307214926434 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_2008class.c' (33,895) at 20210307214926274 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ross.h' (33,896) at 20210307214926586 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/OWNERS' (33,897) at 20240619080017304 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh' (33,898) at 20241126090011763 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc-iris.dts' (33,899) at 20240405153045529 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_capture_bytes_action.hpp' (33,900) at 20211202040052622 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/.gitignore' (33,901) at 20240405153045369 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,max31827.yaml' (33,902) at 20240405153045065 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/kprobes.h' (33,903) at 20240405153046069 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Posio' (33,904) at 20210307205553774 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/f71882fg.c' (33,905) at 20240405153048853 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/index.rst' (33,906) at 20240405153045293 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ddr.c' (33,907) at 20210308005002968 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c' (33,908) at 20210308005003468 2025-03-14 03:00:47.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb' (33,909) at 20230610080017615 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nvram.h' (33,910) at 20210307214926386 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/Makefile' (33,911) at 20240405153049349 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_missing_field.c' (33,912) at 20210307214932642 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qht.c' (33,913) at 20230426080043964 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend' (33,914) at 20210812000025266 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst' (33,915) at 20220525020651746 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-dai-pcm.c' (33,916) at 20240405153053973 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/streamline_config.pl' (33,917) at 20210308005003736 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/0001-pyproject.toml-Downgrade-numpy-version-needs-to-1.x.patch' (33,918) at 20241221090017556 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/MAINTAINERS' (33,919) at 20210308005002992 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/oproxy.h' (33,920) at 20210307214927902 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/scripts/analyze-migration.py' (33,921) at 20240906080037440 to deleted uid set 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/bblayers.conf.sample' (33,922) at 20220910030013373 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mv_xor_v2.c' (33,923) at 20240405153047001 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/pciebus-howto.rst' (33,924) at 20240405153229735 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-link.yaml' (33,925) at 20240405153045037 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/scx200/Makefile' (33,926) at 20210307214926746 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-pico-dwarf.dts' (33,927) at 20240405153229891 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb-pc_36b.dts' (33,928) at 20210307214926346 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edsele' (33,929) at 20210307205553778 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.out' (33,930) at 20210308005046405 to deleted uid set 2025-03-14 03:00:47.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_gsc.h' (33,931) at 20240405153051217 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/signal.c' (33,932) at 20241121090029264 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/eth.c' (33,933) at 20210308005002964 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/pll_config.h' (33,934) at 20210308005002952 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mac.c' (33,935) at 20210308005003212 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/led.c' (33,936) at 20210308005003076 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson32/loongson1.h' (33,937) at 20240405153230011 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts' (33,938) at 20240405153046241 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/edt-ft5x06.rst' (33,939) at 20210307214925514 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/sisusbvga/sisusb_struct.h' (33,940) at 20240405153052117 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/registers.h' (33,941) at 20240520080015139 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sunchip_CX-A99_defconfig' (33,942) at 20210308005003244 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_SDCARD_defconfig' (33,943) at 20210308005003244 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/socket.c' (33,944) at 20240405153054353 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton_%.bbappend' (33,945) at 20210819000021014 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi' (33,946) at 20240418080014482 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/exynos4_setup.h' (33,947) at 20210308005002720 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-rqs-u-boot.dtsi' (33,948) at 20210308005002584 2025-03-14 03:00:47.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/panel.c' (33,949) at 20240624080012776 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/jitterentropy.h' (33,950) at 20240405153046537 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_matchall.h' (33,951) at 20240405153050073 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mvebu-cp110-comphy.c' (33,952) at 20240405153231311 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/bridge/dw-hdmi.rst' (33,953) at 20210307214925494 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-supply/meson.build' (33,954) at 20240711080028179 to deleted uid set 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/Makefile' (33,955) at 20210307214931070 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_u_otp.h' (33,956) at 20230426080043764 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest' (33,957) at 20240413080012663 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi' (33,958) at 20241211090145373 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptp_kvm.h' (33,959) at 20240405153052777 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-nas4220b.dts' (33,960) at 20240405153045433 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/attr.c' (33,961) at 20240405153231611 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/OWNERS' (33,962) at 20231222090009935 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/Makefile' (33,963) at 20210308005003076 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-dspeve-thermal.dtsi' (33,964) at 20210308005002576 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/interrupts.c' (33,965) at 20210308005002848 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi' (33,966) at 20240919080017050 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/amd.c' (33,967) at 20240726080012882 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/ManufacturerExt/meson.build' (33,968) at 20240306090017812 to deleted uid set 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tc654.c' (33,969) at 20240405153048877 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-KralovskyChlmec' (33,970) at 20210307205553794 2025-03-14 03:00:47.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/Makefile' (33,971) at 20240405153230391 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_nic.c' (33,972) at 20240405153231043 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/run-ptest' (33,973) at 20241221090017692 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/adp5589-keys.c' (33,974) at 20241011080017319 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/locks.rst' (33,975) at 20240405153045205 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0001_initial.py' (33,976) at 20210307205554262 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SPCR' (33,977) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mips64el_defconfig' (33,978) at 20210308005003276 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/neigh.h' (33,979) at 20240405153052897 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/README' (33,980) at 20210307214928462 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerNetworkProtocol.v1_10_1.json' (33,981) at 20240619080002948 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TPL-1.0' (33,982) at 20241221090017616 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/dma.c' (33,983) at 20240405153050585 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/pm.h' (33,984) at 20210307214925946 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/network/phosphor-network_%.bbappend' (33,985) at 20210807000017358 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sti.yaml' (33,986) at 20240405153045017 2025-03-14 03:00:47.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/sock_channel.cpp' (33,987) at 20240807080036867 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-iommu-test.c' (33,988) at 20240906080037572 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mpc8xxx_gpio.c' (33,989) at 20210308005003376 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.json' (33,990) at 20220429100100882 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/ubifs.c' (33,991) at 20210308005003552 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/nl-REKAM-CAIW_Gouda' (33,992) at 20210307205553758 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel-block.h' (33,993) at 20221215040039210 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sandbox.c' (33,994) at 20210308005003452 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mvme5100_defconfig' (33,995) at 20240405153046097 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso.so' (33,996) at 20240326080039558 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/davinci_asp.h' (33,997) at 20240405153052765 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/imximage.cfg' (33,998) at 20210308005002980 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a5xx_debugfs.c' (33,999) at 20240405153048573 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/physmem.c' (34,000) at 20241211090145389 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ksyms_btf.c' (34,001) at 20210309003655984 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/Makefile' (34,002) at 20210307214928050 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/leds.h' (34,003) at 20210307214929798 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.h' (34,004) at 20210309003649464 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-ti-qspi.c' (34,005) at 20240405153231467 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tmp105-test.c' (34,006) at 20241211090212550 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_format_test.c' (34,007) at 20240405153048769 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0_internal.h' (34,008) at 20210307214929302 2025-03-14 03:00:47.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/hih6130.rst' (34,009) at 20210307214925502 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_printk.c' (34,010) at 20220525020654739 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/.gitignore' (34,011) at 20221122040025835 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h' (34,012) at 20220525020652947 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-common.h' (34,013) at 20210307214926290 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/dbus_monitor.hpp' (34,014) at 20240910080002146 to deleted uid set 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-gnome/libportal/libportal_0.8.1.bb' (34,015) at 20241221090017680 to deleted uid set 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch' (34,016) at 20240124090012266 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/syscall-counts-by-pid-report' (34,017) at 20210307214932570 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/bcd_time.hpp' (34,018) at 20240820080027370 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_block.c' (34,019) at 20240405153052569 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-mux-gpio.h' (34,020) at 20210307214931474 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gx.dtsi' (34,021) at 20240405153045713 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/w1.h' (34,022) at 20220525020654627 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_intr.h' (34,023) at 20240405153230803 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_watermark_regs.h' (34,024) at 20240405153048465 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Event.v1_11_0.json' (34,025) at 20240918080002720 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/types.h' (34,026) at 20210307214926762 2025-03-14 03:00:47.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-fan_%.bbappend' (34,027) at 20241109090010806 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-i2c.c' (34,028) at 20240405153049541 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5275EVB_defconfig' (34,029) at 20210308005003236 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-evm-gesi-exp-board.dtso' (34,030) at 20240405153229971 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ti816x_emif4.c' (34,031) at 20210308005002756 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/loong-ext.decode' (34,032) at 20241211090212494 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/main.cpp' (34,033) at 20240817080027248 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sis5595.c' (34,034) at 20240405153230679 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/init.c' (34,035) at 20240405153230015 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/tx.c' (34,036) at 20240830080013295 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pktcdvd.h' (34,037) at 20240405153052765 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_nx.h' (34,038) at 20240405153231439 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay.c' (34,039) at 20240906080037440 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/time.h' (34,040) at 20210307214931662 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-hsc-fault' (34,041) at 20240727080014098 2025-03-14 03:00:47.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/systems.json' (34,042) at 20240826080018275 to deleted uid set 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb' (34,043) at 20240302090018214 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/obex-file-fix-null-check.patch' (34,044) at 20240413080012643 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/iio/bno055.rst' (34,045) at 20240405153045221 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_firmware_upgrade.sh' (34,046) at 20240812080018512 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/cpu-probe.c' (34,047) at 20210307214926098 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_siginfo.h' (34,048) at 20221215040039066 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_buffer.c' (34,049) at 20241211090145417 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-14N0600E.dtsi' (34,050) at 20240405153045733 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (34,051) at 20241206090014226 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_gdp.h' (34,052) at 20210307214928038 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c' (34,053) at 20240405153230819 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c' (34,054) at 20210307214932730 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_kms.c' (34,055) at 20241001080013016 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/Makefile' (34,056) at 20210307214932490 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/firmware.c' (34,057) at 20240405153050613 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts' (34,058) at 20240405153229871 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_cfg.h' (34,059) at 20210308005003076 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a10s.c' (34,060) at 20210308005003352 2025-03-14 03:00:47.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/tx4927.h' (34,061) at 20210307214926246 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/cache.json' (34,062) at 20220525020655147 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-toolchain.docker' (34,063) at 20241211090212534 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubbub.c' (34,064) at 20220525020652514 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/irq.c' (34,065) at 20240405153046141 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/clock.h' (34,066) at 20210308005002648 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb' (34,067) at 20240301090012427 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/devfreq.rst' (34,068) at 20210307214925458 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mctp/mctp-serial.c' (34,069) at 20240913080013809 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-cec-error-inj' (34,070) at 20210309003648244 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/trace.h' (34,071) at 20210308005045929 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' (34,072) at 20241213090035010 to deleted uid set 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn_1.4.0.bb' (34,073) at 20240302090018202 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_core.c' (34,074) at 20241211090145497 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/mscc_sgpio.txt' (34,075) at 20210308005003304 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sha3.h' (34,076) at 20210307214931310 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator' (34,077) at 20240405153044921 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb' (34,078) at 20241221090017552 to deleted uid set 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c' (34,079) at 20240405153230539 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/sound.c' (34,080) at 20220525020654971 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/index.rst' (34,081) at 20240405153044969 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.1.bb' (34,082) at 20241221090017488 to deleted uid set 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6s-8034-mb7.dts' (34,083) at 20240405153045501 2025-03-14 03:00:47.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cpu.c' (34,084) at 20241018080014474 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-powernv.c' (34,085) at 20240405153046921 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml' (34,086) at 20240405153045037 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm7445.dtsi' (34,087) at 20240405153045429 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-sysfs/subprojects/packagefiles/boost/meson.build' (34,088) at 20230208040030540 to deleted uid set 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/sandbox-power-domain.c' (34,089) at 20210308005003468 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-davinci.c' (34,090) at 20240405153046877 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/follow-fork-mode-child.py' (34,091) at 20240906080037576 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dpcd.h' (34,092) at 20240405153047301 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/sm.c' (34,093) at 20240405153046733 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_qm_regs.h' (34,094) at 20240405153046585 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto.inc' (34,095) at 20241221090017512 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-storage-classic.c' (34,096) at 20240906080037308 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_ceva.c' (34,097) at 20210308005003332 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/mem-reservation.h' (34,098) at 20210307214931702 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/netnode.h' (34,099) at 20240405153053477 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda826x.c' (34,100) at 20240405153049301 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/util.c' (34,101) at 20230421080019768 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8186/Makefile' (34,102) at 20240405153054001 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/ebony.c' (34,103) at 20240405153046193 2025-03-14 03:00:47.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/sun4m_iommu.c' (34,104) at 20241211090212338 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c' (34,105) at 20240405153050493 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h' (34,106) at 20240405153048621 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/vector/v_initval_nolibc.c' (34,107) at 20240405153232287 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-bitmaps.out' (34,108) at 20240326080039734 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb' (34,109) at 20230503080014587 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch' (34,110) at 20241221090017640 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/functional_helpers.py' (34,111) at 20241221090017592 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/pm_netlink.sh' (34,112) at 20240405153232279 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec.h' (34,113) at 20240405153230803 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/card.h' (34,114) at 20241216090017709 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-lmp92064.c' (34,115) at 20240405153230691 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/checkghlitmus.sh' (34,116) at 20240405153054069 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/sunxi/Makefile' (34,117) at 20240405153231351 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.h' (34,118) at 20210308005003456 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/Makefile' (34,119) at 20240405153046189 2025-03-14 03:00:47.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma.h' (34,120) at 20220525020653163 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/mac.c' (34,121) at 20240405153051949 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/main.cpp' (34,122) at 20210308005120361 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/Makefile' (34,123) at 20210308005002556 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0002-greeter-gdk.c-fix-typo.patch' (34,124) at 20210307205553946 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth-uclass.c' (34,125) at 20210308005003716 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/.gitignore' (34,126) at 20210307214932698 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_frac.c' (34,127) at 20240405153046857 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9481.c' (34,128) at 20210307214930506 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/abi.rst' (34,129) at 20220525020651650 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/cesa/cesa.h' (34,130) at 20220525020652386 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-intel-quirks.h' (34,131) at 20240805080014067 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts' (34,132) at 20210309003648740 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MCR3000.h' (34,133) at 20210308005003576 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fsub.c' (34,134) at 20210307214926438 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_lnode.c' (34,135) at 20240405153231395 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_n3_xlarge_x86.json' (34,136) at 20231205090005305 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/sched-migration-record' (34,137) at 20210307214932566 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/timex.h' (34,138) at 20220627100016926 2025-03-14 03:00:47.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ecpf.h' (34,139) at 20220525020653575 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/image/mdc800.c' (34,140) at 20240405153052113 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/marvell,feroceon-cache.txt' (34,141) at 20240405153045021 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/irq_controller_defs.h' (34,142) at 20210307214930550 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.h' (34,143) at 20210307214927030 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec_2.0.2.bb' (34,144) at 20230901080018206 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_kvm.c' (34,145) at 20240906080037240 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ahci.h' (34,146) at 20210308005003560 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/skeleton.dtsi' (34,147) at 20210308005002816 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-lradc.h' (34,148) at 20210308005002656 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.out' (34,149) at 20210308005046409 to deleted uid set 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/sysrq.h' (34,150) at 20210307214926618 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_dr.c' (34,151) at 20240405153052117 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/fujitsu,mb86s70-gpio.yaml' (34,152) at 20240405153045061 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hdlc.h' (34,153) at 20220525020654571 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/hugetlbpage.c' (34,154) at 20240405153045929 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/callback.hpp' (34,155) at 20240904080034451 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_modeset_verify.c' (34,156) at 20240405153048457 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max14656_charger_detector.c' (34,157) at 20240405153231355 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvvk.c.inc' (34,158) at 20241211090212514 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/Makefile' (34,159) at 20210307214931194 2025-03-14 03:00:47.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_init.h' (34,160) at 20240405153047257 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/qcom_rpm.c' (34,161) at 20240405153049613 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/intel-cqm.c' (34,162) at 20240405153054093 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/ums512.dtsi' (34,163) at 20240405153229967 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/float_convd.ref' (34,164) at 20221215040039382 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-ctrls.h' (34,165) at 20240405153052829 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hv/hyperv_vmbus.h' (34,166) at 20240405153230659 to deleted uid set 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.13.rst' (34,167) at 20241221090017592 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mdwe_test.c' (34,168) at 20240405153232275 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fan.cpp' (34,169) at 20210512000037560 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65-wakeup.dtsi' (34,170) at 20210308005002592 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/numa.h' (34,171) at 20220525020652090 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/compiler.h' (34,172) at 20240405153232287 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_tables.h' (34,173) at 20241011080017375 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/mt8173-rt5650.c' (34,174) at 20240405153232183 2025-03-14 03:00:47.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sun4i.c' (34,175) at 20240405153049205 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/requirements.txt' (34,176) at 20240906080037176 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_rwnd_kern.c' (34,177) at 20210307214932122 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/meson-gxl.c' (34,178) at 20240405153050357 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/Makefile' (34,179) at 20210307214930926 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/linkage.h' (34,180) at 20210307214926314 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/mod_gadget.c' (34,181) at 20210309003653268 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-func-ioctl.rst' (34,182) at 20210309003648472 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phy-sun4i-usb.h' (34,183) at 20210308005003680 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebtable_broute.c' (34,184) at 20240405153053197 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/Makefile' (34,185) at 20210308005003380 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-arm.txt' (34,186) at 20210308005003012 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld20.dtsi' (34,187) at 20210308005002632 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/Kconfig' (34,188) at 20210308005003048 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c' (34,189) at 20240617080017390 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/threads.c' (34,190) at 20220525020654891 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb' (34,191) at 20240302090018210 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/trusted_tpm2.c' (34,192) at 20240527080023364 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mmc/siano/Kconfig' (34,193) at 20210307214928674 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/st_sensors_spi.c' (34,194) at 20240405153048973 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au8830.c' (34,195) at 20210307214932234 2025-03-14 03:00:47.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun4i-pll3.c' (34,196) at 20210307214927030 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netfront.c' (34,197) at 20241220090018318 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' (34,198) at 20240819080030263 to deleted uid set 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/fw.h' (34,199) at 20210625000036028 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth-oauthlib_1.2.0.bb' (34,200) at 20240413080012663 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unclosed-list.out' (34,201) at 20210308005046413 to deleted uid set 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe.html' (34,202) at 20231126090012817 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-4.0' (34,203) at 20211006000025230 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/imx8ulp-power.h' (34,204) at 20240405153052653 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power7.inc' (34,205) at 20210905000020581 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-srv-trace.h' (34,206) at 20240405153046717 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c' (34,207) at 20210308005002972 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strlcpy-src.c' (34,208) at 20240405153053105 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/rs6000.h' (34,209) at 20210307214926362 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pcr.h' (34,210) at 20210307214926582 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/index.rst' (34,211) at 20210307214925578 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-Fix-function-protype-visibility.patch' (34,212) at 20221003030013285 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/firmware-updates-pre.target' (34,213) at 20210307205553682 2025-03-14 03:00:47.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/acl.h' (34,214) at 20240405153052273 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/ptrace-abi.h' (34,215) at 20210307214926682 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/TableDns.vue' (34,216) at 20241004080035975 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/meson.build' (34,217) at 20210308005053425 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/arcmsr_spec.rst' (34,218) at 20240405153045253 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/sm_make_chunk.c' (34,219) at 20240405153053373 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr.host.c' (34,220) at 20240405153051837 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_sample.py' (34,221) at 20240106090017249 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-omap.h' (34,222) at 20210307214931474 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5410-odroidxu.dts' (34,223) at 20240405153045569 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll_0.1.bbappend' (34,224) at 20241112090023994 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.h' (34,225) at 20210307214930562 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/sunhme.c' (34,226) at 20241211090212310 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/bblayers.conf.sample' (34,227) at 20240323080013549 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi3-64.conf' (34,228) at 20230609080014395 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/s5p_goni.h' (34,229) at 20210308005003612 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/regulator.txt' (34,230) at 20210308005003308 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mmzone.h' (34,231) at 20210307214926118 2025-03-14 03:00:47.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/test-pcmtest-driver.c' (34,232) at 20240405153232255 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/genetlink-legacy.yaml' (34,233) at 20240405153229819 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/autogain_functions.c' (34,234) at 20210307214928826 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw-me.c' (34,235) at 20240405153049641 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/fdt.c' (34,236) at 20240613080016387 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm911360k.dts' (34,237) at 20240405153045429 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-ga-ref.rst' (34,238) at 20210927100127077 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk322x.dtsi' (34,239) at 20210308005002604 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/makefile_fix.patch' (34,240) at 20210307205553874 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3308.c' (34,241) at 20220525020652330 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/lshrdi3.S' (34,242) at 20240405153046513 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/vendor-example/get_latest_version.cpp' (34,243) at 20240829080033127 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/mixeng.h' (34,244) at 20240326080039370 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/power_reading.json' (34,245) at 20241105090013651 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fbc.c' (34,246) at 20240405153230555 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad73311.h' (34,247) at 20210307214932290 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/Kconfig' (34,248) at 20240405153045689 2025-03-14 03:00:47.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault.errors.yaml' (34,249) at 20221209040048647 2025-03-14 03:00:47.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,blueridge-2u_associations.json' (34,250) at 20241212090014007 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_8_0_sh_mask.h' (34,251) at 20210307214927686 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c' (34,252) at 20240405153230399 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/emac_defs.h' (34,253) at 20210308005002636 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/video/fbdev.c' (34,254) at 20240405153046497 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/OWNERS' (34,255) at 20211026000057546 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock.h' (34,256) at 20210308005002732 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,j721e-cpb-audio.yaml' (34,257) at 20240405153045173 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_mprog.h' (34,258) at 20240405153231803 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/syscall.h' (34,259) at 20240405153045861 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/signal_n32.c' (34,260) at 20240405153046029 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/power.h' (34,261) at 20240405153048425 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistry.v1_6_3.json' (34,262) at 20240619080002948 2025-03-14 03:00:47.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/posix_types.h' (34,263) at 20210308005002852 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath12k/wmi.c' (34,264) at 20241008080013951 to deleted uid set 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml' (34,265) at 20221207040023627 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_clock.c' (34,266) at 20240405153230267 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/resolve_test.c' (34,267) at 20210307214932698 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/syscall-counts-record' (34,268) at 20210307214932570 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2836.dtsi' (34,269) at 20210308005002572 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pps.rst' (34,270) at 20210307214925470 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/mqueue.c' (34,271) at 20240405153231887 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_lcd.c' (34,272) at 20210308005003536 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/pipeline.json' (34,273) at 20240405153054113 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (34,274) at 20210807000017354 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/dropbear/dropbear/dropbear.default' (34,275) at 20220621030012960 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.h' (34,276) at 20210307214929542 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990.dtsi' (34,277) at 20210308005002604 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/semicall.h' (34,278) at 20240906080037576 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch' (34,279) at 20241221090017488 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-sr.c' (34,280) at 20240405153230203 2025-03-14 03:00:47.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu' (34,281) at 20241221090017704 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c' (34,282) at 20210308005002972 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/loongarch64-softmmu/default.mak' (34,283) at 20240906080037160 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/Kconfig' (34,284) at 20210308005002984 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/console/obmc-console_%.bbappend' (34,285) at 20241206090014278 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8568mds.dts' (34,286) at 20210307214926342 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_request.c' (34,287) at 20240405153230579 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml' (34,288) at 20210309003648356 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/X11' (34,289) at 20210307214925638 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptvf.h' (34,290) at 20210307214927078 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (34,291) at 20241031080012179 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-lpc32xx.c' (34,292) at 20240405153049201 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/firmware.c' (34,293) at 20240405153051181 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am33xx-u-boot.dtsi' (34,294) at 20210308005002564 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/main.cpp' (34,295) at 20240829080010546 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/page_64_types.h' (34,296) at 20240405153046389 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_ports.h' (34,297) at 20240910080014098 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpts.c' (34,298) at 20240405153050317 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/meson.build' (34,299) at 20230825080021137 to deleted uid set 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch' (34,300) at 20240127090011892 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/mp.c' (34,301) at 20210308005002796 2025-03-14 03:00:47.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/Makefile' (34,302) at 20210307214932434 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/0001-Musl-build-fix.patch' (34,303) at 20241221090017492 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_drm.h' (34,304) at 20210307214927858 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/p9100.c' (34,305) at 20240405153231587 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/omap4_camera.rst' (34,306) at 20240405153044957 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/idle.c' (34,307) at 20240405153045945 to deleted uid set 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83869.c' (34,308) at 20241018080014538 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tests/Makefile' (34,309) at 20240405153049157 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/sysrq.c' (34,310) at 20241211090145389 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/makemapdata.c' (34,311) at 20240405153046609 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/README.md' (34,312) at 20230706080014761 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_regs.h' (34,313) at 20210308005003520 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/014' (34,314) at 20210927100127473 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/bcm/bcm-pmb.c' (34,315) at 20240405153231347 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mcimx7d-sabre.c' (34,316) at 20241211090212250 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb' (34,317) at 20230919080013954 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/meson.build' (34,318) at 20240326080039674 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/qca8k.yaml' (34,319) at 20240405153045117 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_extfree_item.h' (34,320) at 20240405153052593 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/sparse-keymap.h' (34,321) at 20210309003653848 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_buf_item_recover.c' (34,322) at 20240405153052589 to deleted uid set 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ibm-power10-quad.dtsi' (34,323) at 20240405153045425 2025-03-14 03:00:47.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5663.txt' (34,324) at 20240405153229799 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/daq-fix-incompatible-pointer-type-error.patch' (34,325) at 20241206090014238 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/wmi.rst' (34,326) at 20240405153045197 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme.h' (34,327) at 20240405153051945 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass' (34,328) at 20230110040015912 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/leds/ncplite-led-manager-config-native.bb' (34,329) at 20241206090014286 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/Kconfig' (34,330) at 20240405153232111 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/musca.c' (34,331) at 20240906080037192 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9850.h' (34,332) at 20210307214932314 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-post-end' (34,333) at 20240105090012010 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen_apic.c' (34,334) at 20240906080037232 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/clock-sh7712.c' (34,335) at 20210307214926562 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/README.md' (34,336) at 20230629131804615 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_lli_defs.h' (34,337) at 20210307214927086 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/ec168.c' (34,338) at 20240405153049545 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/metric_mock.hpp' (34,339) at 20221103030050760 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/psample/Makefile' (34,340) at 20210307214932042 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/string.h' (34,341) at 20210307214926674 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/options.c' (34,342) at 20240405153052381 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/aa/aa_2/ia_css_aa2.host.c' (34,343) at 20210307214930550 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/sysfs_upload.h' (34,344) at 20240405153046685 2025-03-14 03:00:47.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/prom.h' (34,345) at 20210307214926266 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/gtp.c' (34,346) at 20241111090012129 to deleted uid set 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics.errors.yaml' (34,347) at 20210308004932836 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/olpc_ofw.h' (34,348) at 20210307214926670 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun7i.h' (34,349) at 20210308005003620 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/Makefile' (34,350) at 20240405153231455 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqnr.h' (34,351) at 20210307214931410 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-pinctrl-uboot.dtsi' (34,352) at 20210308005002580 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/q40_master.h' (34,353) at 20210307214926162 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-milbeaut/Makefile' (34,354) at 20210307214925898 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/clock.h' (34,355) at 20210308005002668 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h' (34,356) at 20210307214932618 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/console.c' (34,357) at 20241211090212550 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/main.cpp' (34,358) at 20230523080037934 to deleted uid set 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/0001-test_cli.py-disable.patch' (34,359) at 20231126090012801 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpa11.c' (34,360) at 20210307214925974 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/80003es2lan.c' (34,361) at 20240411080014086 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/broadsheetfb.c' (34,362) at 20240405153231579 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-gpio-0.dtsi' (34,363) at 20210307214926350 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/MAINTAINERS' (34,364) at 20210308005002540 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/intel,rcu-gw.yaml' (34,365) at 20220525020651706 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nameval.c' (34,366) at 20210308005003556 2025-03-14 03:00:47.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ns8382x.c' (34,367) at 20210308005003440 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/json_parser.hpp' (34,368) at 20240820080023694 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/msdos_fs.h' (34,369) at 20210307214931450 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-qcom.c' (34,370) at 20241216090017721 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/rq_enet_desc.h' (34,371) at 20240405153051601 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_2021.04.bb' (34,372) at 20241206090014234 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-vt8500.c' (34,373) at 20210307214930130 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-nested-err.err' (34,374) at 20210308005046409 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/pc-dimm.h' (34,375) at 20240906080037332 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageCollection.json' (34,376) at 20240619080002956 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am574x-idk.dts' (34,377) at 20240405153045597 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tio/tio_2.7.bb' (34,378) at 20231126090012797 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/input.h' (34,379) at 20210308005003652 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_lpss.c' (34,380) at 20240405153051997 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/smt.c' (34,381) at 20240405153050329 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.c' (34,382) at 20240405153230423 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch' (34,383) at 20210307205554578 2025-03-14 03:00:47.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,kpss-gcc.yaml' (34,384) at 20240405153045029 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/vmport.h' (34,385) at 20210308005046013 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet1.dts' (34,386) at 20210308005002616 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging_utils.cpp' (34,387) at 20210323000034099 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0001.h' (34,388) at 20210307214927902 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/knfsd-stats.rst' (34,389) at 20210307214925486 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/video/edid.h' (34,390) at 20210307214931694 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/exc_validate.c' (34,391) at 20210307214932702 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml' (34,392) at 20240405153045137 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/list_sort.c' (34,393) at 20210308005003708 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s2mpa01.h' (34,394) at 20210307214931434 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_xdma.c' (34,395) at 20241211090212294 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb' (34,396) at 20240301090012435 to deleted uid set 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/hybrid.c' (34,397) at 20240405153054089 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/extract-sys-certs.pl' (34,398) at 20210307214932146 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2' (34,399) at 20210307205554274 to deleted uid set 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/libfdt_internal.h' (34,400) at 20210308005003708 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/ivsrcid_vislands30.h' (34,401) at 20210307214927702 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/fastopen.c' (34,402) at 20240910080014094 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/Kconfig' (34,403) at 20210307214928106 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/Kconfig' (34,404) at 20240405153231279 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_bitfields___err_too_big_bitfield.c' (34,405) at 20210307214932642 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_x540.h' (34,406) at 20210307214929482 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/252' (34,407) at 20220429100100914 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/ftrace-direct.c' (34,408) at 20240405153053429 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-sheevaplug-esata.dts' (34,409) at 20240405153045457 2025-03-14 03:00:47.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service' (34,410) at 20230407080015091 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_pcicore.c' (34,411) at 20220525020654115 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/dnotify_test.c' (34,412) at 20210307214932670 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c' (34,413) at 20240405153047149 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sc2731.dtsi' (34,414) at 20210307214926050 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/syscalltab.c' (34,415) at 20240710080014573 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun9i-core.c' (34,416) at 20220525020652334 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/irq_tx4938.c' (34,417) at 20210307214926294 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/Kconfig' (34,418) at 20240405153049521 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/activation_static.hpp' (34,419) at 20220727030018061 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.err' (34,420) at 20210927100127469 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bbappend' (34,421) at 20210813100029652 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/isdn/credits.rst' (34,422) at 20210307214925514 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_crtc_state_dump.c' (34,423) at 20240405153230547 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/message/pack.cpp' (34,424) at 20240829080022546 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt.h' (34,425) at 20240405153053445 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch' (34,426) at 20241206090014338 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/index.rst' (34,427) at 20210307214925634 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0046-Corstone1000-Change-MMCOMM-buffer-location.patch' (34,428) at 20241206090014210 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/zynq-reset.txt' (34,429) at 20210307214925414 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qom-interface.c' (34,430) at 20210927100127641 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/ipmi_pass_32' (34,431) at 20230112040025886 to deleted uid set 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/Kconfig' (34,432) at 20210309003651772 2025-03-14 03:00:47.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_struct.h' (34,433) at 20210309003653028 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mtk-nor.c' (34,434) at 20240405153231463 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi_transport_srp/figures.rst' (34,435) at 20210307214925562 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/dump_tlb.c' (34,436) at 20240405153045949 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/Kconfig' (34,437) at 20210308005002984 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/misc.h' (34,438) at 20240405153054361 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (34,439) at 20211204040540094 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-piix4.c' (34,440) at 20221128040017454 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-int.c' (34,441) at 20210307214926278 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_vlan_mode_native.sh' (34,442) at 20210307214932658 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/LICENSE' (34,443) at 20210308005049125 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2-v11.dts' (34,444) at 20240405153045813 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5631.txt' (34,445) at 20210307214925434 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/selftest.c' (34,446) at 20240405153050293 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-sector.h' (34,447) at 20221215040039370 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gf100.c' (34,448) at 20220525020652959 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_controlq.c' (34,449) at 20240405153050001 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_manager.cpp' (34,450) at 20240606080012036 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/dovecot.service' (34,451) at 20210307205553838 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/openldap/openldap_%.bbappend' (34,452) at 20210307205554074 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio-sysfs.c' (34,453) at 20240405153051457 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/video_osd-uclass.c' (34,454) at 20210308005003536 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rt.py' (34,455) at 20220910030013401 2025-03-14 03:00:47.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/dev.c' (34,456) at 20240405153231011 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/0001-Fixed-with-libxml2-no-case-in-configure.ac.patch' (34,457) at 20230706080014749 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/floppy.h' (34,458) at 20220525020652146 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c' (34,459) at 20241216090017697 to deleted uid set 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/print.rs' (34,460) at 20240405153232095 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_functions_graph.c' (34,461) at 20240405153053069 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb' (34,462) at 20210307205553842 to deleted uid set 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/Kconfig' (34,463) at 20240405153046873 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/crc_mock.hpp' (34,464) at 20210427000038985 to deleted uid set 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml' (34,465) at 20240405153045177 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch' (34,466) at 20241221090017640 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/efivarfs/create-read.c' (34,467) at 20240405153232267 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/loongson1b_defconfig' (34,468) at 20240405153045993 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_test.h' (34,469) at 20210307214930438 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_seq.c' (34,470) at 20231101080011137 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slip.h' (34,471) at 20210307214926618 2025-03-14 03:00:47.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/dbus_zone.cpp' (34,472) at 20240820080023686 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c' (34,473) at 20240910080014042 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-core/systemd/systemd-conf_%.bbappend' (34,474) at 20241206090014218 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps65219.c' (34,475) at 20240405153047085 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8250.c' (34,476) at 20240405153230739 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/gtk.h' (34,477) at 20230925080039937 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso/compat_gettimeofday.h' (34,478) at 20220525020651950 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SessionCollection_v1.xml' (34,479) at 20240619080002936 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/apic.c' (34,480) at 20240906080037236 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/page.h' (34,481) at 20210307214926362 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3517.dtsi' (34,482) at 20240405153229903 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_qoriq.c' (34,483) at 20240405153230175 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress.bb' (34,484) at 20241226090016123 2025-03-14 03:00:47.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/r1000_chassis.json' (34,485) at 20221221040007770 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_accel.h' (34,486) at 20210307214930918 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7343.c' (34,487) at 20210307214926566 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sequencer.h' (34,488) at 20210308005003360 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_nuvoton.hpp' (34,489) at 20240817080027652 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/Kconfig.debug' (34,490) at 20240405153230019 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/bitops.h' (34,491) at 20210308005002848 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/Makefile' (34,492) at 20210308005002732 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_reg.h' (34,493) at 20240405153048573 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-of.c' (34,494) at 20240913080013785 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6357/registers.h' (34,495) at 20240405153052729 2025-03-14 03:00:47.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MTLL' (34,496) at 20211006000025238 2025-03-14 03:00:47.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-aspeed-sdk/minerva.cfg' (34,497) at 20231128090014177 2025-03-14 03:00:47.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-include-stdint.h-for-int64_t-types.patch' (34,498) at 20241206090014250 2025-03-14 03:00:47.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-psu-hardreset.sh.in' (34,499) at 20241123090010955 2025-03-14 03:00:47.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/cpm2.c' (34,500) at 20240405153230055 2025-03-14 03:00:47.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json' (34,501) at 20240106090025434 to deleted uid set 2025-03-14 03:00:47.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65910.h' (34,502) at 20220525020654587 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/util.c' (34,503) at 20241115090012973 to deleted uid set 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_netlink_tunnel.c' (34,504) at 20240405153053193 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/ext2-atomic-setbit.h' (34,505) at 20210307214931302 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/dreport_op.conf' (34,506) at 20241025080018741 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-neon.c' (34,507) at 20241211090212478 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/trap.c' (34,508) at 20240405153231015 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/bmaptool/bmaptool_git.bb' (34,509) at 20241221090017692 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/libperf.pc.template' (34,510) at 20210307214932494 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/arp.c' (34,511) at 20240405153232015 to deleted uid set 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/log.py' (34,512) at 20230925080039993 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-error-on-reset' (34,513) at 20240326080039734 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958300k-ns_defconfig' (34,514) at 20210308005003252 2025-03-14 03:00:47.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-log.h' (34,515) at 20210307214928462 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/processor.c' (34,516) at 20240405153054317 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvme16x_scsi.c' (34,517) at 20210307214930370 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-at91.c' (34,518) at 20240405153046921 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-bad-type.err' (34,519) at 20210308005046405 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_attach_fail.c' (34,520) at 20240405153232259 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/uacce/uacce.h' (34,521) at 20210307214931690 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_norflash_defconfig' (34,522) at 20210308005003248 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timb_dma.h' (34,523) at 20210307214931522 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpuidle.h' (34,524) at 20210307214932614 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/e1000.h' (34,525) at 20210308005003428 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ioam6_iptunnel.h' (34,526) at 20220525020654575 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb' (34,527) at 20241221090017508 to deleted uid set 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet1_defconfig' (34,528) at 20210308005003260 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_write_byte.md' (34,529) at 20240809080033023 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb' (34,530) at 20230520080014488 2025-03-14 03:00:47.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dadran' (34,531) at 20210307205553778 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ste_dma40_ll.c' (34,532) at 20240405153047005 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx8qxp-pixel-link.c' (34,533) at 20240405153048377 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-sprd.txt' (34,534) at 20210307214925406 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/chipidea/ci.h' (34,535) at 20240405153231535 to deleted uid set 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/Kconfig' (34,536) at 20240405153231355 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa35.inc' (34,537) at 20240301090012451 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-glue-neon.c' (34,538) at 20240405153229975 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_memory.h' (34,539) at 20240405153053497 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi.h' (34,540) at 20210309003650356 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/closure.c' (34,541) at 20241211090145441 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/cdc.h' (34,542) at 20240405153052941 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/bmi.h' (34,543) at 20240405153050397 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-run-power-pg.service' (34,544) at 20240727080014098 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/base.c' (34,545) at 20240405153048665 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gm107.c' (34,546) at 20220525020652951 2025-03-14 03:00:47.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/crypto/Makefile' (34,547) at 20240405153045933 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt712_sdca.c' (34,548) at 20240405153053957 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend' (34,549) at 20210812000025262 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/01_bootlogd' (34,550) at 20210307205554494 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regcache-flat.c' (34,551) at 20210307214926898 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_release.c' (34,552) at 20240520080015151 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/openpower/pel/test_bmc_pel.robot' (34,553) at 20240628080017117 to deleted uid set 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.yaml' (34,554) at 20240405153045145 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig' (34,555) at 20210308005003264 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/teamcity.py' (34,556) at 20241221090017588 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-hdmi.c' (34,557) at 20220525020655079 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/common/reset.c' (34,558) at 20210307214926286 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/errno.c' (34,559) at 20210308005003704 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_clz.S' (34,560) at 20230925080040101 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-corsair' (34,561) at 20210307214925202 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-mtk.h' (34,562) at 20240405153231559 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_request_mgr.c' (34,563) at 20240405153046941 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-itead-core-common.dtsi' (34,564) at 20240405153045397 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/raw_mode.c' (34,565) at 20240418080014486 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mxicy,nand-ecc-engine.yaml' (34,566) at 20240405153045113 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/devlink.h' (34,567) at 20240405153053233 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/sipi_vector.S' (34,568) at 20210308005002860 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/tiogapass/chassis-system-reset.service' (34,569) at 20210307205553682 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RHeCos-1.1' (34,570) at 20210307205554426 2025-03-14 03:00:47.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp/Makefile' (34,571) at 20210307205554446 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_gpio.h' (34,572) at 20210308005003020 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/protocol_afs.h' (34,573) at 20220525020654343 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/Makefile' (34,574) at 20220525020652122 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/ynl.c' (34,575) at 20240405153232219 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/watchdog.conf' (34,576) at 20210307205554574 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/amlogic,meson-gxbb-efuse.yaml' (34,577) at 20240405153045121 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_main.h' (34,578) at 20240405153051573 2025-03-14 03:00:47.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/exception.json' (34,579) at 20240405153054109 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/ring_buffer.c' (34,580) at 20240613080016519 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7791-clock.h' (34,581) at 20210308005003632 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/qos_conf.c' (34,582) at 20240405153050197 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/km_kirkwood_defconfig' (34,583) at 20210308005003260 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000_base.h' (34,584) at 20210308005003440 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hw_breakpoint.h' (34,585) at 20240405153045857 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/reset.c' (34,586) at 20210307214926202 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_cee.c' (34,587) at 20220525020653471 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml' (34,588) at 20240405153045033 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hwmon/pmbus/Makefile' (34,589) at 20240716080021363 to deleted uid set 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_com.h' (34,590) at 20240405153051925 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/voltagedomains3xxx_data.c' (34,591) at 20210307214925930 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/screen_info_generic.c' (34,592) at 20240812080017248 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7751/setup.c' (34,593) at 20210307214926542 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/asb100.c' (34,594) at 20240405153048849 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/fs_context.c' (34,595) at 20241211090145529 2025-03-14 03:00:47.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command_table.cpp' (34,596) at 20240829080025807 to deleted uid set 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libaio.c' (34,597) at 20210307214932466 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0005-ui.c-handle-password-expire-and-update-new-password.patch' (34,598) at 20210307205553946 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_mdb.sh' (34,599) at 20240405153232275 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-ramfb.bin' (34,600) at 20240326080039614 to deleted uid set 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/Kbuild' (34,601) at 20240405153045849 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/nat.json' (34,602) at 20240405153054377 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/udlfb.rst' (34,603) at 20240405153045197 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qlogicfas.c' (34,604) at 20240405153051721 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.10.rst' (34,605) at 20241221090017592 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt2701.dtsi' (34,606) at 20240405153045461 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/machine.h' (34,607) at 20210307214931402 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/state_manager.robot' (34,608) at 20240627080021048 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-Odense' (34,609) at 20210307205553758 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb' (34,610) at 20230520080014488 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/maccess.c' (34,611) at 20240405153046185 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/Makefile' (34,612) at 20210308005003016 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mm_hooks.h' (34,613) at 20210307214931306 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/meson_options.txt' (34,614) at 20230925080039997 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-debug.h' (34,615) at 20210307214929766 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/images/obmc-phosphor-image.bbappend' (34,616) at 20240904080027730 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/dev-tools/kasan.rst' (34,617) at 20240405153229835 2025-03-14 03:00:47.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/hisilicon/Makefile' (34,618) at 20210307214932378 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/rt2880_eval.dts' (34,619) at 20210307214926194 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/head-object-list.txt' (34,620) at 20240405153053453 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_devmap_helpers.c' (34,621) at 20220525020655199 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_drrs.c' (34,622) at 20240405153048449 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/topology.h' (34,623) at 20210307214926222 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hyperv/Makefile' (34,624) at 20220525020652859 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdrom/gdrom.c' (34,625) at 20240405153046741 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kexec.h' (34,626) at 20240405153046113 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-tables.c' (34,627) at 20210307214930582 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework.inc' (34,628) at 20241206090014282 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rmpiggy.S' (34,629) at 20210307214926750 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/googletest.wrap' (34,630) at 20221014100033151 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/host.conf' (34,631) at 20210307205554470 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/images.c' (34,632) at 20210308005003732 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos54xx.dtsi' (34,633) at 20210308005002580 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.out' (34,634) at 20210308005046413 to deleted uid set 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb' (34,635) at 20240301090012427 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/xtensa-pic.h' (34,636) at 20210307214931410 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/ddr.c' (34,637) at 20210308005002988 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/Makefile' (34,638) at 20210307214931722 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_dt.c' (34,639) at 20210308005003412 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/target-fail-monitoring.md' (34,640) at 20221209040006395 2025-03-14 03:00:47.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/irq.h' (34,641) at 20210307214926218 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/ptp.c' (34,642) at 20240405153050293 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ipv6.c' (34,643) at 20240405153053157 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Aberdare' (34,644) at 20210307205553794 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_int.h' (34,645) at 20240405153050229 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-scpi.c' (34,646) at 20240405153230207 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/utils.hpp' (34,647) at 20240621080031502 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-awesomeversion_24.6.0.bb' (34,648) at 20241221090017548 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/powertop/powertop/0001-wakeup_xxx.h-include-limits.h.patch' (34,649) at 20210307205554602 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/gadget.h' (34,650) at 20240405153052813 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/soc-ac97link.txt' (34,651) at 20210307214925434 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/clock.c' (34,652) at 20210308005002788 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/test-livepatch.sh' (34,653) at 20210309003656004 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/.gitignore' (34,654) at 20210307214925182 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qmp-command-available.c' (34,655) at 20210927100127357 2025-03-14 03:00:47.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spu_syscalls.c' (34,656) at 20210307214926462 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gv100.c' (34,657) at 20240405153230611 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/wandboard.c' (34,658) at 20210308005003168 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/file.c' (34,659) at 20240405153231603 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_mipscore.c' (34,660) at 20210309003652964 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/sdbusplus.wrap' (34,661) at 20240215090006160 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.c' (34,662) at 20210309003653016 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/ps3-sys-manager.c' (34,663) at 20210307214930170 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb' (34,664) at 20241221090017556 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-plugin-mem-access.c' (34,665) at 20241211090212550 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-int-member.err' (34,666) at 20210308005046405 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a779g0-sysc.h' (34,667) at 20240405153052653 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/profile.cpp' (34,668) at 20240820080023690 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (34,669) at 20230606080013598 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/TODO' (34,670) at 20240405153054225 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/pcie.c' (34,671) at 20210308005002916 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib/a53f123040998744602f190944464af0e159ea19.patch' (34,672) at 20231011080016582 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_virt.py' (34,673) at 20241211090212538 2025-03-14 03:00:47.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.cpp' (34,674) at 20241112090003102 to deleted uid set 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/manager.cpp' (34,675) at 20241115090002317 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/bmc_state_manager_main.cpp' (34,676) at 20240823080031161 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_table.cpp' (34,677) at 20240729080033932 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.h' (34,678) at 20240405153049917 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_llh.h' (34,679) at 20210307214929306 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/marvell_88w8618.c' (34,680) at 20241211090212254 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-silk.dts' (34,681) at 20210308005002600 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_cq.c' (34,682) at 20240405153049893 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-doc-Fix-typos-in-manual-pages.patch' (34,683) at 20230706080014741 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/chardev-internal.h' (34,684) at 20241211090212218 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts' (34,685) at 20240910080014014 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/actions,s900-reset.h' (34,686) at 20210307214931346 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/colors.scss' (34,687) at 20210308005107073 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-file.c' (34,688) at 20230925080039833 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/cpwd.c' (34,689) at 20240405153231599 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_stp.h' (34,690) at 20210307214931650 2025-03-14 03:00:47.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/sdeventplus.wrap' (34,691) at 20220407100028311 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/macsec.c' (34,692) at 20241111090012129 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_meson_axg.c' (34,693) at 20210308005003348 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-qom.h' (34,694) at 20240326080039698 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/run-ptest' (34,695) at 20240106090017269 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/io.h' (34,696) at 20210308005002676 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_common.c' (34,697) at 20210307214929434 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_main.c' (34,698) at 20240405153231007 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/ppc-qmp-cmds.c' (34,699) at 20240906080037516 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi_smc911x.c' (34,700) at 20210308005003020 2025-03-14 03:00:47.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi.dtsi' (34,701) at 20210308005002572 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_hw.c' (34,702) at 20240405153050073 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilSat-B1-75.0W' (34,703) at 20210307205553758 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/group.c' (34,704) at 20220525020654915 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.h' (34,705) at 20210307214927886 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mx27rtc.c' (34,706) at 20210308005003480 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-clps711x.c' (34,707) at 20220525020652302 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath79/ath79.h' (34,708) at 20210307214926218 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_dropdown.scss' (34,709) at 20241004080035959 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/io.h' (34,710) at 20240405153232211 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c' (34,711) at 20240405153051881 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/npcm_gmac.c' (34,712) at 20241211090212306 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/Makefile' (34,713) at 20240405153050321 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/cache.h' (34,714) at 20240405153045973 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-max77693.c' (34,715) at 20220525020652422 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/config.h' (34,716) at 20210308005002848 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/io.c' (34,717) at 20240405153052549 2025-03-14 03:00:47.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_flavors.c' (34,718) at 20210307214932646 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/Kconfig' (34,719) at 20241211090212258 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psargs.c' (34,720) at 20241011080017295 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/axnet_cs.c' (34,721) at 20240405153049773 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/block-qdict.c' (34,722) at 20220429100100746 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/c/.clang-format' (34,723) at 20230517080007293 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i5400_edac.c' (34,724) at 20240405153047017 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_hfi.h' (34,725) at 20240405153051973 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/interfaces/sensor.hpp' (34,726) at 20240904080048943 to deleted uid set 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/protection-keys.rst' (34,727) at 20240405153045005 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/qspinlock.h' (34,728) at 20240815080012871 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/calib.c' (34,729) at 20240405153050513 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/intrinsics.h' (34,730) at 20210307214926110 2025-03-14 03:00:47.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0013.h' (34,731) at 20240405153048617 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/ops_sse.h' (34,732) at 20240906080037488 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch' (34,733) at 20241221090017680 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/ipoib_main.c' (34,734) at 20240405153049049 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/impl.hpp' (34,735) at 20240826080018279 to deleted uid set 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-sourcesink' (34,736) at 20210309003648244 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/fw.c' (34,737) at 20240405153050469 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/odroid.h' (34,738) at 20210308005003608 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nvd.h' (34,739) at 20240405153047157 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/imx6ul_tsc.c' (34,740) at 20240405153049161 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_defer.h' (34,741) at 20240405153231771 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/Makefile' (34,742) at 20240405153051249 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/chacha-ssse3-x86_64.S' (34,743) at 20220525020652134 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fisttp.c' (34,744) at 20210308005046497 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb' (34,745) at 20230401080011939 to deleted uid set 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz' (34,746) at 20210307205554594 to deleted uid set 2025-03-14 03:00:47.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out' (34,747) at 20210308005046401 to deleted uid set 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/versal-mini.dts' (34,748) at 20210308005002632 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/packagegroups/packagegroup-kudo-apps.bb' (34,749) at 20241221090017480 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Job.v1_2_4.json' (34,750) at 20240619080002948 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/misc_44x.S' (34,751) at 20210307214926450 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/binutils-version.sh' (34,752) at 20210308005003724 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ring.c' (34,753) at 20240405153230567 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/regmap.c' (34,754) at 20210308005003740 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios_asm.S' (34,755) at 20210308005002884 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-board.cfg' (34,756) at 20230131040012019 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/block-status-cache.out' (34,757) at 20220429100100930 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_sable.c' (34,758) at 20210307214925658 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c' (34,759) at 20240805080013975 to deleted uid set 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/567.patch' (34,760) at 20231126090012793 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts' (34,761) at 20220525020651934 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/test-cond.c' (34,762) at 20210308005046489 2025-03-14 03:00:47.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/rcar/rcar_can.c' (34,763) at 20240405153049733 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_crypto.h' (34,764) at 20240405153052945 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/performance/topN_callgrind.py' (34,765) at 20240326080039630 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/noinitramfs.c' (34,766) at 20220525020654683 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/sequence_numbers.c' (34,767) at 20210308005108645 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/atmel-matrix.txt' (34,768) at 20240405153229775 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml' (34,769) at 20210831000020507 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/Makefile' (34,770) at 20210308005003012 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/kvm_para.h' (34,771) at 20240906080037348 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/tcm.h' (34,772) at 20240405153045625 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/mls.h' (34,773) at 20240405153232115 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_sensor.h' (34,774) at 20210307214928830 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/purgatory/purgatory.c' (34,775) at 20240405153046265 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.h' (34,776) at 20210307214927310 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0005_task_field_separation.py' (34,777) at 20210307205554262 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun8i-a23-codec-analog.yaml' (34,778) at 20240405153045161 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020si-post.dtsi' (34,779) at 20210307214926346 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/mii-fec.c' (34,780) at 20240405153230943 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/openipmi-helper' (34,781) at 20210307205553846 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/158' (34,782) at 20240906080037564 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/lp8788_adc.c' (34,783) at 20240405153048953 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/i2c-sysfs.rst' (34,784) at 20240405153045217 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/empty.json' (34,785) at 20210308005046405 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/index.rst' (34,786) at 20240405153045285 2025-03-14 03:00:47.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/file.c' (34,787) at 20240405153231763 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb' (34,788) at 20231126090012777 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,dispcc-sm6350.yaml' (34,789) at 20240405153045025 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/038_x86_ucode_missing_node.dts' (34,790) at 20210308005003752 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/target-rust-ccld.c' (34,791) at 20221003030013345 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8731.h' (34,792) at 20240405153053841 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target.c.inc' (34,793) at 20240906080037544 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/bt1-axi.c' (34,794) at 20240405153046729 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/exception.json' (34,795) at 20240405153054113 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/hyp.lds.S' (34,796) at 20220525020651958 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/jedec.h' (34,797) at 20240405153052745 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.c' (34,798) at 20240405153048661 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts' (34,799) at 20240405153229927 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_xsk.h' (34,800) at 20240405153050201 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_h323.h' (34,801) at 20240405153231831 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/timer.c' (34,802) at 20210308005002824 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/run-ptest' (34,803) at 20220502030010232 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6348-reset.h' (34,804) at 20210308005003640 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/ccs.rst' (34,805) at 20220525020651778 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5514-spi.c' (34,806) at 20240405153232155 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/061' (34,807) at 20240906080037564 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/iocost_monitor.py' (34,808) at 20240405153232211 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/nuvoton,ma35d1-serial.yaml' (34,809) at 20240405153045153 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/marvell,berlin2-reset.yaml' (34,810) at 20240405153045149 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/thread_info.h' (34,811) at 20240405153046057 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/de_DE.po' (34,812) at 20210308005046217 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/util/Build' (34,813) at 20220525020655131 2025-03-14 03:00:47.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_suballoc.h' (34,814) at 20240405153052637 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/Makefile' (34,815) at 20240405153050709 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml' (34,816) at 20240405153045117 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/other.json' (34,817) at 20240405153054145 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap1.decode' (34,818) at 20210308005046389 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/53c700.c' (34,819) at 20240405153051541 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-var-som-om44-wlan.dtsi' (34,820) at 20240405153045605 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h' (34,821) at 20220525020653047 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_core.h' (34,822) at 20240405153231499 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend' (34,823) at 20240308090017907 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c' (34,824) at 20240405153048661 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/testcases_common.dtsi' (34,825) at 20240405153231279 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/ia_css_wb_types.h' (34,826) at 20210307214930562 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/virtual-memory.json' (34,827) at 20240405153054137 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/debugfs.c' (34,828) at 20210307214927150 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/me-time-sync.service' (34,829) at 20210714100019424 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx-smp.config' (34,830) at 20210307214926366 2025-03-14 03:00:47.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/inode.c' (34,831) at 20240913080013833 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/rfcomm.h' (34,832) at 20210307214931554 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbl.c' (34,833) at 20210308005046505 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/wm831x_backup.c' (34,834) at 20210307214930170 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pci.c' (34,835) at 20241211090212350 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_mh.h' (34,836) at 20210307214931650 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/armstubs.bb' (34,837) at 20210307205554098 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/at91sam9rl.c' (34,838) at 20240405153046769 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5.dtsi' (34,839) at 20240405153045609 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-lm70llp.c' (34,840) at 20220525020654107 2025-03-14 03:00:47.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/sparx5_serdes.c' (34,841) at 20240405153051285 2025-03-14 03:00:47.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/iommu.c' (34,842) at 20241211090145441 2025-03-14 03:00:47.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_sja1105.c' (34,843) at 20240405153053233 2025-03-14 03:00:47.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/u-boot.h' (34,844) at 20210308005002808 2025-03-14 03:00:47.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml' (34,845) at 20240405153045053 2025-03-14 03:00:47.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h' (34,846) at 20240405153230739 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_6_1_sh_mask.h' (34,847) at 20210307214927618 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-gpio.c' (34,848) at 20240405153048925 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_domainhash.c' (34,849) at 20220525020654879 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/mem_protect.c' (34,850) at 20240405153045885 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/report_manager.hpp' (34,851) at 20220412175720086 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_defconfig' (34,852) at 20210308005003268 2025-03-14 03:00:47.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Device/meson.build' (34,853) at 20220913030027309 to deleted uid set 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/input/linux-event-codes.h' (34,854) at 20210308005003636 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/Kconfig' (34,855) at 20210308005002972 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/074.out' (34,856) at 20210308005046441 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' (34,857) at 20240906080037556 to deleted uid set 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/libmspack_0.11alpha.bb' (34,858) at 20241206090014258 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/smartweb.c' (34,859) at 20210308005003052 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/Makefile' (34,860) at 20240405153231227 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/common/cfam_overrides.cpp' (34,861) at 20210308005103637 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/lib_package.bbclass' (34,862) at 20220910030013389 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/speed.c' (34,863) at 20210308005002836 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/ultravisor.c' (34,864) at 20220627100016930 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/sdram.c' (34,865) at 20210308005003052 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb' (34,866) at 20241221090017532 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/average.cpp' (34,867) at 20240817080026660 to deleted uid set 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/xlnx-versal.h' (34,868) at 20241211090212358 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3399-power.h' (34,869) at 20210307214931346 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge-vlan-stp' (34,870) at 20210308005046489 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-summit.dts' (34,871) at 20240405153045605 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_getset_retval_hooks.c' (34,872) at 20240405153054269 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/memory.json' (34,873) at 20240405153054121 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-prologue.h' (34,874) at 20240405153054181 2025-03-14 03:00:47.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/signal.c' (34,875) at 20240405153045969 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/crc32.S' (34,876) at 20240405153045897 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/op_helper.c' (34,877) at 20241211090212482 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/Kconfig' (34,878) at 20210308005003008 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/group.c' (34,879) at 20240405153231571 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/bitrev.h' (34,880) at 20210307214925846 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/kernel-api/alsa-driver-api.rst' (34,881) at 20210309003648460 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-qup.c' (34,882) at 20240405153231463 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_windows.h' (34,883) at 20210308005108641 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/scan.c' (34,884) at 20241115090012969 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/init' (34,885) at 20210307205554386 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/run-hid-tools-tests.sh' (34,886) at 20241216090017809 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/skas/mm_id.h' (34,887) at 20240613080016371 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2423.c' (34,888) at 20210309003653324 2025-03-14 03:00:47.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/time_tai.c' (34,889) at 20240405153232259 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hw_v2.c' (34,890) at 20241211090145437 to deleted uid set 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/numa.rst' (34,891) at 20240405153045297 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dts' (34,892) at 20240405153045541 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_ope.h' (34,893) at 20240405153054013 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts' (34,894) at 20240405153045717 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/imx8m-ddrc.c' (34,895) at 20240405153230275 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mad.c' (34,896) at 20220525020653163 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nsfs.c' (34,897) at 20240405153231707 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/falcon.h' (34,898) at 20240405153230603 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/Kbuild' (34,899) at 20240405153045977 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_reject_netdev.c' (34,900) at 20240405153053333 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/trace-events' (34,901) at 20241211090212326 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_restore_crt0.S' (34,902) at 20210307214926462 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/Makefile' (34,903) at 20220525020653419 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-gpio.c' (34,904) at 20210308005003380 2025-03-14 03:00:47.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_int.h' (34,905) at 20240326080039434 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kilpisjarvi' (34,906) at 20210307205553770 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/subcore.h' (34,907) at 20220525020652078 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv41.c' (34,908) at 20220525020652971 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/expr.h' (34,909) at 20210308005003732 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/module.h' (34,910) at 20210307214925666 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_parameters.h' (34,911) at 20240405153051961 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/__init__.py' (34,912) at 20240920080030747 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/plugins.d/vpd_data' (34,913) at 20220413100022480 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm.c' (34,914) at 20240405153045669 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-74k.inc' (34,915) at 20210905000020581 to deleted uid set 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars' (34,916) at 20210307205553942 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fbc.h' (34,917) at 20240405153048453 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/mte.c' (34,918) at 20240405153229983 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_branch.c' (34,919) at 20220525020654735 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/tinyxml2.wrap' (34,920) at 20230921080009745 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/Makefile' (34,921) at 20210307214927734 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch' (34,922) at 20210307205553750 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-vero4k-plus.dts' (34,923) at 20240405153045713 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-a64.h' (34,924) at 20240906080037460 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_wq_copy.c' (34,925) at 20240405153051601 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tsi108_pci.h' (34,926) at 20210307214926394 2025-03-14 03:00:47.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/zstd_internal.h' (34,927) at 20240405153053113 2025-03-14 03:00:47.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8195-mt6359.yaml' (34,928) at 20240405153045165 2025-03-14 03:00:47.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/btrfs-tools/btrfs-tools_%.bbappend' (34,929) at 20240507080014350 2025-03-14 03:00:47.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mremap.c' (34,930) at 20241023080012899 2025-03-14 03:00:47.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.h' (34,931) at 20210307214929938 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_2_0_0_sh_mask.h' (34,932) at 20210307214927542 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/Makefile' (34,933) at 20220525020651998 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/vm.c' (34,934) at 20220525020654327 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/tags/Makefile' (34,935) at 20240405153054241 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas2552.txt' (34,936) at 20210309003648396 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig' (34,937) at 20210308005003236 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dcmi_sensors.json' (34,938) at 20241106090019922 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/templates/README' (34,939) at 20210307205554430 2025-03-14 03:00:47.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sve.decode' (34,940) at 20230925080040009 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/meson-rng.c' (34,941) at 20240405153046753 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_if.c' (34,942) at 20240405153230803 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a57-a72/exception.json' (34,943) at 20240405153054109 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.out' (34,944) at 20210308005046413 to deleted uid set 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z10/extended.json' (34,945) at 20240405153054117 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_flat_key.sh' (34,946) at 20240405153054341 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/Makefile' (34,947) at 20210308005003356 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l56.h' (34,948) at 20241018080014594 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/842.c' (34,949) at 20210307214926786 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_el2t.c' (34,950) at 20210307214932634 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/macio.h' (34,951) at 20240906080037336 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-thunder.c' (34,952) at 20240405153050345 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/__init__.py' (34,953) at 20210307205554630 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/sdram_config.h' (34,954) at 20210308005003072 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/vdso.S' (34,955) at 20240326080039566 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/psp-dev.h' (34,956) at 20240405153230259 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv2a.c' (34,957) at 20240405153230607 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/chan_kern.c' (34,958) at 20220627100016934 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/axis,artpec6-clkctrl.h' (34,959) at 20240405153052641 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0001-rarpd.8-add-man-file.patch' (34,960) at 20230706080014749 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs_fs.h' (34,961) at 20240405153052929 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/pinmux_config.h' (34,962) at 20210308005002952 2025-03-14 03:00:47.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/unistd.h' (34,963) at 20241211090212374 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2.host.h' (34,964) at 20210307214930558 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cciss_defs.h' (34,965) at 20210307214931626 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-data.err' (34,966) at 20230925080040089 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml' (34,967) at 20240405153045061 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish_glue_3way.c' (34,968) at 20240405153046365 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/cp0_helper.c' (34,969) at 20240906080037504 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f2u8x25_hsbp.json' (34,970) at 20220601030005865 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_regs.h' (34,971) at 20240405153049745 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-gemini/board-dt.c' (34,972) at 20240405153045645 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-speakup' (34,973) at 20240405153044913 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.json' (34,974) at 20210308005046401 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/lego_ev3_battery.c' (34,975) at 20240405153231355 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-3.0-IGO' (34,976) at 20211006000025230 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/connection.c' (34,977) at 20240405153048809 2025-03-14 03:00:47.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_spdif.h' (34,978) at 20240405153054013 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/MAINTAINERS' (34,979) at 20210308005003052 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/800x600.S' (34,980) at 20210307214932470 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/q200.c' (34,981) at 20210308005002912 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pico-imx7d.h' (34,982) at 20210308005003612 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/genesis3_psu.json' (34,983) at 20230624080005339 to deleted uid set 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/swphy.c' (34,984) at 20210307214929694 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774e1-beacon-rzg2h-kit.dts' (34,985) at 20240405153045805 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/prints.c' (34,986) at 20240405153052501 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/ops_sse_header.h.inc' (34,987) at 20240326080039666 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/berlin-bg4ct.c' (34,988) at 20241008080013967 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmcs.h' (34,989) at 20240405153046465 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5647.c' (34,990) at 20240405153049329 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0007-add-missing-FTW_-macros-for-musl.patch' (34,991) at 20241221090017644 to deleted uid set 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_optc.h' (34,992) at 20240405153047245 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glad/glad_2.0.8.bb' (34,993) at 20241221090017528 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/adb-keys.h' (34,994) at 20210308005046013 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-audsys-clkid.h' (34,995) at 20220525020655075 2025-03-14 03:00:47.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/acpi/mainboard.asl' (34,996) at 20210308005002948 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDistribution.v1_4_0.json' (34,997) at 20240619080002952 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/Makefile' (34,998) at 20240405153051821 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/gfp.h' (34,999) at 20240405153054049 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_async_events.h' (35,000) at 20240405153046601 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc_support.c' (35,001) at 20240618080023329 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind_add_option_to_fix_port_number.patch' (35,002) at 20210608000015843 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/function/f_tcm.c' (35,003) at 20240405153052073 to deleted uid set 2025-03-14 03:00:47.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockdep.h' (35,004) at 20241211090145537 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/extended_user_header.hpp' (35,005) at 20230516080019606 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/128.out' (35,006) at 20210308005046449 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/3D-Slicer-1.0' (35,007) at 20241221090017612 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/conf/layer.conf' (35,008) at 20241221090017576 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra210-csi.yaml' (35,009) at 20240405153045053 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/fix-rs6000-crt0.patch' (35,010) at 20230131040012047 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/s5p_gpio.c' (35,011) at 20210308005003380 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.h' (35,012) at 20210307214930630 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/load_address.c' (35,013) at 20210309003655996 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/dsd/phy.rst' (35,014) at 20240405153045209 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/Platform' (35,015) at 20210307214926290 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-dev' (35,016) at 20210309003648256 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx-omap3430es2plus-clocks.dtsi' (35,017) at 20210308005002600 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg' (35,018) at 20210308005002548 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/qrwlock.h' (35,019) at 20210307214926674 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/Kconfig' (35,020) at 20210308005002908 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/alarmtimer-suspend.c' (35,021) at 20240405153054377 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/files/inputrc' (35,022) at 20210307205554490 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-netgear-wnr854t.dts' (35,023) at 20240405153045461 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_32r5eb.sh' (35,024) at 20210308005046525 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/cpu.c' (35,025) at 20240405153046489 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma1_qm_axuser_nonsecured_regs.h' (35,026) at 20240405153046585 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/Makefile' (35,027) at 20240405153049585 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyunormalize_16.0.0.bb' (35,028) at 20241221090017560 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/Kconfig' (35,029) at 20210308005002948 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_bridge_1d_vlan.sh' (35,030) at 20240405153054341 2025-03-14 03:00:47.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/meson.build' (35,031) at 20230427080025914 to deleted uid set 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memstat/memstat_1.0.bb' (35,032) at 20241221090017512 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio.h' (35,033) at 20241211090212366 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_v4l2.h' (35,034) at 20240405153049493 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/testmgr.c' (35,035) at 20240405153046545 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam_%.bbappend' (35,036) at 20241206090014274 to deleted uid set 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt' (35,037) at 20240405153229779 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (35,038) at 20241206090014202 to deleted uid set 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/hellcreek.h' (35,039) at 20240405153230903 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ia_css_ctc1_5.host.c' (35,040) at 20210307214930554 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/capstone.c' (35,041) at 20221215040039070 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/register.c' (35,042) at 20220429100100454 2025-03-14 03:00:48.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/super.h' (35,043) at 20210307214931002 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/uv.c' (35,044) at 20240805080013927 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/.jshintrc' (35,045) at 20210307205554278 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/task_service/test_tasks_service.robot' (35,046) at 20240628080017121 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml' (35,047) at 20240405153045129 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.h' (35,048) at 20210307214929510 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/keyring-type.h' (35,049) at 20210307214931350 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/README.md' (35,050) at 20210307205553674 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/external_intf/vmi_utils.robot' (35,051) at 20240627080021048 to deleted uid set 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/0001-m4-Check-for-libunwind-instead-of-libunwind-generic.patch' (35,052) at 20210608000015795 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml' (35,053) at 20240405153045153 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rtc' (35,054) at 20210307214925198 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/123' (35,055) at 20220429100100890 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/pic32mzda.c' (35,056) at 20210308005003020 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/.gitignore' (35,057) at 20210307214932698 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch' (35,058) at 20210307205553750 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/dynack.c' (35,059) at 20220525020653723 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel_ace2x_debugfs.c' (35,060) at 20240405153051777 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c' (35,061) at 20210308005002828 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/bluestone.dts' (35,062) at 20240405153046089 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_impl.h' (35,063) at 20240405153230091 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_ordering.c' (35,064) at 20210307214932642 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/acpi_cppc.h' (35,065) at 20240405153054213 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/osnoise_top.c' (35,066) at 20241011080017415 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.clang-format-ignore' (35,067) at 20230629131804611 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerCollection.json' (35,068) at 20240619080002948 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/MAINTAINERS' (35,069) at 20210308005002988 2025-03-14 03:00:48.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ip22_defconfig' (35,070) at 20240405153230007 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_ov9650.c' (35,071) at 20210307214928830 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_ump_client.c' (35,072) at 20241216090017801 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.h' (35,073) at 20220525020652526 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-3.0-DE' (35,074) at 20211006000025230 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/rt4831-backlight.h' (35,075) at 20220525020654543 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/module.lds.h' (35,076) at 20220525020652090 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/fastmap-wl.c' (35,077) at 20241211090145453 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpih-cmp.c' (35,078) at 20240405153231947 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/stmmac.txt' (35,079) at 20210308005003304 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-linksys-rango.dts' (35,080) at 20240405153045445 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/of-fpga-region.c' (35,081) at 20240405153230299 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb' (35,082) at 20231126090012805 to deleted uid set 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_sdcard_ifc_defconfig' (35,083) at 20210308005003264 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/templates/ucd90160_defs.mako.cpp' (35,084) at 20210308005109241 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts' (35,085) at 20240405153229943 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53.dtsi' (35,086) at 20210308005002584 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx_channels.c' (35,087) at 20240405153231047 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/prettierrc.yaml' (35,088) at 20221213040016740 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sheep_rk3368.h' (35,089) at 20210308005003616 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/sync_manager_main.cpp' (35,090) at 20240712080028497 to deleted uid set 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-cpcap.c' (35,091) at 20240405153230755 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg' (35,092) at 20210813000020287 2025-03-14 03:00:48.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/entry.S' (35,093) at 20240405153229983 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f54.c' (35,094) at 20240405153049153 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb6000.c' (35,095) at 20240405153049297 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-dma-buffer' (35,096) at 20210307214925190 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/time.c' (35,097) at 20240405153230019 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/orientation/Makefile' (35,098) at 20210307214928362 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/handshake.h' (35,099) at 20240405153052917 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_vcap.h' (35,100) at 20240405153231035 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_logic_somlv_defconfig' (35,101) at 20210308005003272 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/phy/phy.rst' (35,102) at 20240405153045197 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/som.h' (35,103) at 20210308005003028 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/max1600.c' (35,104) at 20210307214930042 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz' (35,105) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/pm.c' (35,106) at 20240405153045661 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/vrf_strict_mode_test.sh' (35,107) at 20240405153054353 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/iommu_64.h' (35,108) at 20210307214926582 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitarray_3.0.0.bb' (35,109) at 20241221090017548 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/COPYING.apache-2.0' (35,110) at 20210307205553730 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt' (35,111) at 20210307214925338 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb' (35,112) at 20241221090017548 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_pin.h' (35,113) at 20210307214931386 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_venc.c' (35,114) at 20210308005003532 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/match.ipp' (35,115) at 20210308005114857 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/versal-mini-emmc1.dts' (35,116) at 20210308005002632 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_ca.h' (35,117) at 20220525020654131 2025-03-14 03:00:48.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/guest-loader.rst' (35,118) at 20230925080039845 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/atomic.h' (35,119) at 20210308005002816 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adt7475.yaml' (35,120) at 20240405153045065 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995-draak.dts' (35,121) at 20210308005002604 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/perf_callchain.c' (35,122) at 20241008080013895 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/delay.h' (35,123) at 20220525020652098 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregationSource.v1_4_3.json' (35,124) at 20240918080002716 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts' (35,125) at 20240405153045405 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c' (35,126) at 20240405153232271 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-get-cpus-script.sh' (35,127) at 20220525020655227 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/kprobes.h' (35,128) at 20240405153046317 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/loongson3_bootp.h' (35,129) at 20240906080037248 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/topology.hpp' (35,130) at 20240326080009321 to deleted uid set 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/clk-pxa25x.c' (35,131) at 20240405153046805 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/main.c' (35,132) at 20240405153050561 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/tcrypt.c' (35,133) at 20240405153046545 2025-03-14 03:00:48.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/libbpf/index.rst' (35,134) at 20240405153044993 2025-03-14 03:00:48.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mmp2.dtsi' (35,135) at 20240405153045457 2025-03-14 03:00:48.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7790.c' (35,136) at 20240405153051357 2025-03-14 03:00:48.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/atmel_hlcdfb.c' (35,137) at 20210308005003520 2025-03-14 03:00:48.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PPL' (35,138) at 20241221090017616 2025-03-14 03:00:48.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/mm/mmap_test.h' (35,139) at 20240405153232287 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fsverity.h' (35,140) at 20220525020654667 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c' (35,141) at 20240405153047121 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/no-op.txt' (35,142) at 20210308005003304 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/cache.h' (35,143) at 20210308005002824 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_frag.h' (35,144) at 20210307214931650 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_thread.h' (35,145) at 20240906080037156 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_gpio_04b.dtso' (35,146) at 20240405153231279 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/omap4.h' (35,147) at 20210307214931330 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-sld8.c' (35,148) at 20210308005002792 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/leds/olympus-nuvoton-led-manager-config-native.bb' (35,149) at 20241206090014278 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/gpio_grp.h' (35,150) at 20210308005002644 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml' (35,151) at 20240405153229799 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/debug.h' (35,152) at 20210307214929754 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/head_64.S' (35,153) at 20240613080016371 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/sm_sideeffect.c' (35,154) at 20240405153053377 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/init301.h' (35,155) at 20210307214930938 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml' (35,156) at 20240405153045121 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pmbus.h' (35,157) at 20240919080017054 2025-03-14 03:00:48.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/cs8427.c' (35,158) at 20240405153053509 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/iss4xx.c' (35,159) at 20240405153046193 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-socket.h' (35,160) at 20240326080039546 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig' (35,161) at 20210308005003236 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ns_access.h' (35,162) at 20210308005002644 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/Makefile' (35,163) at 20210308005003352 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420.dtsi' (35,164) at 20240405153045573 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/0001-netlib.c-Move-including-sched.h-out-og-function.patch' (35,165) at 20210307205553842 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Device.metadata.yaml' (35,166) at 20220430030026016 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00235_fdma_packer_memmap_package.h' (35,167) at 20210307214928682 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/rust/general-information.rst' (35,168) at 20240405153045249 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/parport.h' (35,169) at 20210307214926162 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vmci_transport_notify.c' (35,170) at 20240405153053405 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/README' (35,171) at 20210308005003764 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/devres.c' (35,172) at 20210307214931730 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/Kconfig' (35,173) at 20210307214929966 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rf.h' (35,174) at 20210307214929926 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_sqrt.c' (35,175) at 20210307214926274 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/common-and-microarch.json' (35,176) at 20240405153054113 2025-03-14 03:00:48.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Inner-Net-2.0' (35,177) at 20241221090017616 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es581_4.c' (35,178) at 20240405153049741 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/vsec.c' (35,179) at 20240405153231343 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/fs.h' (35,180) at 20240405153052965 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_bridge_neigh_suppress.sh' (35,181) at 20240520080015239 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml' (35,182) at 20240405153045181 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134.h' (35,183) at 20240405153049377 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml' (35,184) at 20240405153229751 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_lcd.dtsi' (35,185) at 20210308005002612 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/dtpm.c' (35,186) at 20240405153051445 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/helper.h' (35,187) at 20210308005046313 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/templates/default/bblayers.conf.sample' (35,188) at 20240323080013545 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-apalis-ixora-v1.1.dts' (35,189) at 20240405153045501 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/eco5pk_defconfig' (35,190) at 20210308005003256 2025-03-14 03:00:48.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mp_phy_regdef.h' (35,191) at 20240405153051905 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi/ibmvfc.h' (35,192) at 20220804100016008 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/README' (35,193) at 20210308005002912 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/max77650-onkey.yaml' (35,194) at 20240405153045081 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armsse-cpu-pwrctrl.h' (35,195) at 20210927100127237 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/auxbus.h' (35,196) at 20240326080039538 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/Makefile' (35,197) at 20240405153052965 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/nxp,lpc1850-rgu.txt' (35,198) at 20210307214925414 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/manager.cpp' (35,199) at 20210308005116217 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.h' (35,200) at 20210307214927734 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ro-DigiTV' (35,201) at 20210307205553758 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export-US' (35,202) at 20241221090017616 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-vpp1.c' (35,203) at 20240405153046801 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/0001-Makefile-ensure-frontends-exits-before-writing-into-.patch' (35,204) at 20210307205553902 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32-dma-mdma-chaining.rst' (35,205) at 20240405153044973 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/sdio.c' (35,206) at 20210716100030015 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/aspeed/Makefile' (35,207) at 20240405153049397 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/anon_inodes.h' (35,208) at 20240405153052657 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.yaml' (35,209) at 20240405153045101 2025-03-14 03:00:48.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/nic.h' (35,210) at 20240405153231047 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c' (35,211) at 20220525020652963 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/configuration/dbus-sensors_%.bbappend' (35,212) at 20230610080017595 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pci_io.h' (35,213) at 20240405153230079 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-ipq6018.h' (35,214) at 20210307214931346 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (35,215) at 20240625080012792 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/meson.build' (35,216) at 20231130090023234 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup.bb' (35,217) at 20241206090014230 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/mt76xx.h' (35,218) at 20210308005002824 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ValueMutability/meson.build' (35,219) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1.its' (35,220) at 20210308005003744 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/encode_subinsn.def' (35,221) at 20210927100127385 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_superh_clut224.ppm' (35,222) at 20210307214930954 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/kzm.rst' (35,223) at 20210927100127077 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk110.c' (35,224) at 20240405153048637 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_data.c' (35,225) at 20220525020654507 to deleted uid set 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/join.c' (35,226) at 20240405153050565 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_dbg.h' (35,227) at 20210307214931586 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/perf.h' (35,228) at 20210307214926322 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/Kconfig' (35,229) at 20210308005002844 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm11351.yaml' (35,230) at 20240405153045013 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/ac97c.c' (35,231) at 20240405153232143 2025-03-14 03:00:48.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160aqds_tfa_defconfig' (35,232) at 20210308005003268 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/pci-rmb.c' (35,233) at 20240405153232195 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-l2x0.c' (35,234) at 20210307214925966 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/micrel.txt' (35,235) at 20240405153045117 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/utils.cpp' (35,236) at 20240828080025979 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r68s.dts' (35,237) at 20240805080013923 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-mvebu-v7.c' (35,238) at 20240405153046921 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/iomem.c' (35,239) at 20240405153231911 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-platform.c' (35,240) at 20210308005045777 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomli-w_1.0.0.bb' (35,241) at 20240413080012663 to deleted uid set 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0016-Platform-corstone1000-Fix-isolation-L2-memory-protection.patch' (35,242) at 20241221090017464 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.qemu-riscv' (35,243) at 20210308005003296 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si4713/si4713.c' (35,244) at 20240405153049505 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/analogbits-wrpll-cln28hpc.h' (35,245) at 20210308005003352 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/nuttcp/nuttcp@.service' (35,246) at 20210307205553846 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx31pdk.h' (35,247) at 20210308005003604 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/safesetid/lsm.h' (35,248) at 20220525020654955 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cpu-load.rst' (35,249) at 20220525020651642 2025-03-14 03:00:48.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.3.bb' (35,250) at 20241221090017512 to deleted uid set 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_zynqmp.c' (35,251) at 20210308005003348 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/lola.h' (35,252) at 20220525020655007 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cache.h' (35,253) at 20210308005002848 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_mbdrc.c' (35,254) at 20240405153054013 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/Makefile' (35,255) at 20210307214932030 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/eeh/eeh-vf-aware.sh' (35,256) at 20220525020655227 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-ldst.h' (35,257) at 20230925080039937 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/buttons.c' (35,258) at 20240405153045981 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/Makefile' (35,259) at 20210307214929522 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/Makefile' (35,260) at 20210307214931202 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_msg.c' (35,261) at 20210307214929394 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/stable-api-nonsense.rst' (35,262) at 20210307214925554 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing/ruleparametertraits.hpp' (35,263) at 20240606080002976 to deleted uid set 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-skeys-kvm.c' (35,264) at 20220429100100522 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareFormUpdate.vue' (35,265) at 20241004080035967 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigodj.c' (35,266) at 20210307214932246 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_input.c' (35,267) at 20240405153053249 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/ssve-stress' (35,268) at 20240405153054237 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci-runners.rst.inc' (35,269) at 20241211090212234 2025-03-14 03:00:48.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz' (35,270) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-evb.dts' (35,271) at 20240405153045749 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/cifsglob.h' (35,272) at 20241211090145529 to deleted uid set 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives___err_non_int.c' (35,273) at 20210307214932642 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/.gitignore' (35,274) at 20240405153054377 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c' (35,275) at 20210307205554390 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_map_in_map.c' (35,276) at 20240628080014037 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/msm_drv.h' (35,277) at 20240830080013259 to deleted uid set 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (35,278) at 20230610080017599 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ul_9x9_evk_defconfig' (35,279) at 20210308005003272 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wireless.h' (35,280) at 20221128040017602 2025-03-14 03:00:48.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/fvp-base/optee_spmc_maifest.dts' (35,281) at 20241206090014210 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/Makefile' (35,282) at 20210307214932738 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew_2.2.0.bb' (35,283) at 20211007100024299 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/intel_rapl.h' (35,284) at 20240405153231815 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/irqflags.h' (35,285) at 20210307214926110 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/compressed/Makefile' (35,286) at 20210307214926306 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/namei.c' (35,287) at 20240405153231691 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/uninit_stack.c' (35,288) at 20240405153054281 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt' (35,289) at 20210307214925430 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mb862xx.c' (35,290) at 20210308005003528 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/mba6ulx.dtsi' (35,291) at 20240405153229891 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalHostname.vue' (35,292) at 20241004080035971 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh.h' (35,293) at 20240503080014514 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-abi.h' (35,294) at 20240405153054369 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/logwarn/logwarn_1.0.17.bb' (35,295) at 20241221090017540 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argcomplete_3.5.1.bb' (35,296) at 20241221090017548 to deleted uid set 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/alphascale,acc.txt' (35,297) at 20240405153229755 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-qcm2290.h' (35,298) at 20240405153052645 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/README' (35,299) at 20210308005002940 2025-03-14 03:00:48.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm6362-clock.h' (35,300) at 20210309003653812 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c.c' (35,301) at 20240405153231263 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_dp.h' (35,302) at 20240405153048801 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/integrator.c' (35,303) at 20210308005002912 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c' (35,304) at 20210308005002968 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ethtool.h' (35,305) at 20240405153050001 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrav.c' (35,306) at 20210308005046525 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch' (35,307) at 20240413080012627 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/plugin.h' (35,308) at 20241211090212366 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi' (35,309) at 20220525020651910 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-metadata.h' (35,310) at 20240405153049241 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bitops-grb.h' (35,311) at 20210307214926550 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/messenger_v2.c' (35,312) at 20241018080014578 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/trats2.h' (35,313) at 20210308005003620 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/sys_arm.c' (35,314) at 20240405153045633 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-suniv-f1c100s.h' (35,315) at 20240405153046857 2025-03-14 03:00:48.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/tu102.c' (35,316) at 20220525020652971 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/jit_disasm.c' (35,317) at 20241211090145569 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/jobs-to-kas' (35,318) at 20240301090012411 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/newbbappend.vim' (35,319) at 20210812000025278 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/iscsi_common.h' (35,320) at 20240405153052781 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-physical_location' (35,321) at 20240405153044917 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-slave.h' (35,322) at 20240405153047065 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/lwt_len_hist_user.c' (35,323) at 20210307214932118 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/scmi_sensors/scmi_iio.c' (35,324) at 20240405153048973 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c' (35,325) at 20240429080012420 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mvebu-a3700-utmi.c' (35,326) at 20240405153231311 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/seg_helper.c' (35,327) at 20240906080037492 2025-03-14 03:00:48.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/rpmsg_char.h' (35,328) at 20240405153051489 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szekesfehervar' (35,329) at 20210307205553774 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-ld4.dtsi' (35,330) at 20240405153045577 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/iomap.c' (35,331) at 20210309003648980 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/cxl.rst' (35,332) at 20240906080037180 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch' (35,333) at 20240106090017241 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMCRedundancy/meson.build' (35,334) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711-sdca-sdw.h' (35,335) at 20220525020655047 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/setup-live' (35,336) at 20210812000025330 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssl/openssl_%.bbappend' (35,337) at 20220921030015982 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/input/i8042.txt' (35,338) at 20210308005003304 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/board_bcm21664.c' (35,339) at 20240405153045637 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bma400.h' (35,340) at 20240405153048933 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/files/tray_powercycle.sh' (35,341) at 20230428080015190 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sunxi.c' (35,342) at 20220525020652334 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/rtas-fadump.h' (35,343) at 20210307214926482 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/2895.patch' (35,344) at 20231011080016574 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/portability_macros.h' (35,345) at 20240405153053113 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-full' (35,346) at 20210308005046393 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc-helloworld_git.bb' (35,347) at 20241221090017644 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/extensions_test.cpp' (35,348) at 20240920080022623 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gdbinit' (35,349) at 20210308005045717 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governors/teo.c' (35,350) at 20240405153230255 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/x86_init.h' (35,351) at 20240405153230115 2025-03-14 03:00:48.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/snps,dwc3.yaml' (35,352) at 20240405153045185 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_cairo.h' (35,353) at 20210308005003608 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M54455EVB.h' (35,354) at 20210308005003576 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/memset.S' (35,355) at 20210307214925674 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi3559av100-clock.h' (35,356) at 20240405153231795 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun5i-ccu.h' (35,357) at 20210308005003636 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/packagefiles/boost/meson.build' (35,358) at 20241012080002431 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/perf-targz-src-pkg' (35,359) at 20240405153054169 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/macsec.h' (35,360) at 20240405153230715 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/Makefile' (35,361) at 20210307214930714 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/spectrum_cs.c' (35,362) at 20240405153050553 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-sabresd.dts' (35,363) at 20240405153045521 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/requestqueue.c' (35,364) at 20240405153231655 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_ph.c' (35,365) at 20210308005046505 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/m5282evb.c' (35,366) at 20210308005002972 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.dir-locals.el' (35,367) at 20210308005045717 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7793-clock.h' (35,368) at 20210308005003632 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/hostSelector_switch.hpp' (35,369) at 20241209090018856 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_fru_properties.pl' (35,370) at 20220720030027719 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx8image.h' (35,371) at 20210308005003652 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/mmu_public.h' (35,372) at 20210307214930546 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm-io.h' (35,373) at 20240405153231807 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/fcx.c' (35,374) at 20240405153051521 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/define_SIGNAL_ARGS.patch' (35,375) at 20240309090012804 2025-03-14 03:00:48.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/reg_fields.c' (35,376) at 20210927100127385 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/oom.h' (35,377) at 20240405153052757 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml' (35,378) at 20240405153229771 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/virtio-net.c' (35,379) at 20241211090212310 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/Kconfig' (35,380) at 20220525020653911 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4sysctl.c' (35,381) at 20240405153052425 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/crc16.h' (35,382) at 20210308005003544 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/sysfs_engines.c' (35,383) at 20240405153048505 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_fw.h' (35,384) at 20210307214930422 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/mv_u3d.h' (35,385) at 20210307214930814 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/update-config-script.patch' (35,386) at 20221003030013269 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml' (35,387) at 20240405153045165 2025-03-14 03:00:48.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/clk.c' (35,388) at 20240405153046049 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sa8775p.c' (35,389) at 20240805080013943 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes.txt' (35,390) at 20210307205554226 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml' (35,391) at 20240405153045153 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/powerpc/special.c' (35,392) at 20240405153054073 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/ibm.json' (35,393) at 20230901080018206 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/Kconfig' (35,394) at 20240405153051209 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/index.rst' (35,395) at 20240405153229819 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-xbox-dvd.c' (35,396) at 20210307214928786 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/8390.h' (35,397) at 20240405153049773 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/cmd.c' (35,398) at 20220525020655083 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc512x_defconfig' (35,399) at 20240405153046097 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/omap3isp.h' (35,400) at 20220804100016080 2025-03-14 03:00:48.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_queue_pair.c' (35,401) at 20240405153049653 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/qcom-spmi-adc5.c' (35,402) at 20240405153230691 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/mcp4728.c' (35,403) at 20240405153230691 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter.h' (35,404) at 20240405153054265 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/davinci-wdt.txt' (35,405) at 20210309003648400 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/time.c' (35,406) at 20210308005002852 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/MAINTAINERS' (35,407) at 20210308005003024 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Kecskemet' (35,408) at 20210307205553774 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/service_indicators.cpp' (35,409) at 20240820080027378 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.dimmpxm' (35,410) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/remoteproc.c' (35,411) at 20210308005003216 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/versatile/Makefile' (35,412) at 20210307214930450 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-uefi-test_%.bbappend' (35,413) at 20230114040015466 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch' (35,414) at 20241221090017684 to deleted uid set 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-hv' (35,415) at 20210307214932570 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-vt8500.c' (35,416) at 20240405153051505 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/cpu.c' (35,417) at 20210308005002752 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/xgene-hwmon.rst' (35,418) at 20210307214925506 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/helper.c' (35,419) at 20240405153230099 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs.c' (35,420) at 20210307214931722 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sandbox_osd.h' (35,421) at 20210308005003532 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sksimx6.h' (35,422) at 20210308005003616 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/resulttool' (35,423) at 20241221090017704 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ata_platform.h' (35,424) at 20240405153052657 2025-03-14 03:00:48.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/samsung-g2d.yaml' (35,425) at 20210307214925318 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/debugreg.h' (35,426) at 20220525020652154 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/iterators/for_each_child.cocci' (35,427) at 20240405153053441 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/footbridge_defconfig' (35,428) at 20240405153045613 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw7905-2x.dts' (35,429) at 20240405153045733 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-base0033.dts' (35,430) at 20210308005002560 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/MAINTAINERS' (35,431) at 20210308005003032 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-draco.dts' (35,432) at 20240405153045501 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/medcom-wide/Makefile' (35,433) at 20210308005002920 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_frag.c' (35,434) at 20210309003654368 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/pyproject.toml' (35,435) at 20220314030038324 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/bootparam.h' (35,436) at 20210308005002876 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/cache.h' (35,437) at 20210307214931302 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/Makefile' (35,438) at 20210308005002952 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6qarm2_defconfig' (35,439) at 20210308005003268 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adt7411.rst' (35,440) at 20210307214925498 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/a7-pll.c' (35,441) at 20220525020652314 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/fancontroller.hpp' (35,442) at 20240904080040759 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid.h' (35,443) at 20240405153051657 2025-03-14 03:00:48.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/can.h' (35,444) at 20240405153052861 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/test/ntb_tool.c' (35,445) at 20240405153231271 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest_module.h' (35,446) at 20240405153054313 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/pdt.c' (35,447) at 20240405153046077 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm73.c' (35,448) at 20240405153048861 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sh4/sh_intc.h' (35,449) at 20220429100100570 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.client.hpp.mako' (35,450) at 20240227090033348 to deleted uid set 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/logger.hpp' (35,451) at 20230825080027865 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_arm.h' (35,452) at 20240405153229975 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.h' (35,453) at 20240405153049469 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-module-split.bbclass' (35,454) at 20240413080012683 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/atmel-sfr.h' (35,455) at 20210307214931590 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda8083.h' (35,456) at 20210307214928646 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/phosphor-ipmi-flash-mbcpld-update.service' (35,457) at 20240405080013750 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/Kconfig' (35,458) at 20220525020652370 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/p6.c' (35,459) at 20210307214926654 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_spawn.py' (35,460) at 20210308005003744 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/microchip,sama7g5-spdifrx.yaml' (35,461) at 20240405153045165 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/Kconfig' (35,462) at 20241211090145401 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/hwconfig.c' (35,463) at 20210308005003228 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-afe-platform-driver.h' (35,464) at 20210307214932394 2025-03-14 03:00:48.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/hugetlb.h' (35,465) at 20240405153230019 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsaq_s_w_ph.c' (35,466) at 20210308005046509 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/openbios-sparc64' (35,467) at 20241211090212438 to deleted uid set 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/check_mtu.c' (35,468) at 20240405153054249 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/arpwatch_init' (35,469) at 20210307205554126 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r6_defconfig' (35,470) at 20210308005003252 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/stm32f2xx_adc.h' (35,471) at 20210308005046005 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (35,472) at 20241023080015407 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/ptrace.h' (35,473) at 20240405153046069 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/pmic.h' (35,474) at 20210307214931438 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/settings.py' (35,475) at 20240106090017249 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg.inc' (35,476) at 20240413080012691 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rx8010.c' (35,477) at 20240405153051501 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/mmu_context.h' (35,478) at 20220525020651798 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.json' (35,479) at 20240906080037564 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/zcore.c' (35,480) at 20240405153231379 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/octeon-memcpy.S' (35,481) at 20240405153230007 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/README' (35,482) at 20210308005046489 2025-03-14 03:00:48.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_lpat.c' (35,483) at 20210307214926822 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_user.c' (35,484) at 20240613080016519 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager_%.bbappend' (35,485) at 20241206090014230 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/metricgroups.json' (35,486) at 20240405153054157 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb' (35,487) at 20241221090017560 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-edac.txt' (35,488) at 20210307214925270 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_values.cpp' (35,489) at 20240925080030034 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab/run-ptest' (35,490) at 20210307205553938 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-64bit.xml' (35,491) at 20210308005045817 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/tsc.c' (35,492) at 20240405153054093 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_fpga.h' (35,493) at 20240405153047297 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/creategroup1.bb' (35,494) at 20241206090014298 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kfence.h' (35,495) at 20240405153045621 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/apsh4ad0a_defconfig' (35,496) at 20240405153046309 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/altera-a10sr.c' (35,497) at 20240405153230831 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/sdeventplus.wrap' (35,498) at 20240229090015607 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/rmcp.h' (35,499) at 20210308004938836 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dwarf-regs.c' (35,500) at 20240405153054189 2025-03-14 03:00:48.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/path.py' (35,501) at 20210307205554434 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/openprom.h' (35,502) at 20210307214926582 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/espintcp.h' (35,503) at 20210307214931558 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/mcfmmu.c' (35,504) at 20240405153045973 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/Makefile' (35,505) at 20210308005003364 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/README.md' (35,506) at 20221207040023631 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_ccamisc.h' (35,507) at 20240405153051529 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/reg.h' (35,508) at 20240405153050653 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/gpio.c' (35,509) at 20240405153045701 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-visconti.c' (35,510) at 20240405153047085 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/mrvl,mmp-timer.yaml' (35,511) at 20240405153045177 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-x86/chassis/x86-power-control/daytonax/power-config-host0.json' (35,512) at 20240308090017907 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/wilco-ec.h' (35,513) at 20210307214931482 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/aspeed_vic.h' (35,514) at 20210308005046017 2025-03-14 03:00:48.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-scsi.h' (35,515) at 20240906080037340 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm78.c' (35,516) at 20240405153048861 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.yaml' (35,517) at 20240405153045141 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/netlink.c' (35,518) at 20240405153231103 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml' (35,519) at 20240405153045145 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/Makefile' (35,520) at 20210308005002788 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/cros-ec-keyboard.dtsi' (35,521) at 20210308005002576 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/Kconfig' (35,522) at 20240405153053021 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/Kconfig' (35,523) at 20210308005003496 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/user-accounts.scss' (35,524) at 20210308005107065 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/vdso.h' (35,525) at 20210307214926586 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin-crates.inc' (35,526) at 20241221090017668 to deleted uid set 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/power/Makefile' (35,527) at 20210307214926286 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_file.hpp' (35,528) at 20240112090034344 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-le.so' (35,529) at 20241121090029260 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_sandisk.c' (35,530) at 20240405153049697 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pxm2.h' (35,531) at 20210308005003612 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.h' (35,532) at 20210307214927930 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-sensors.yaml' (35,533) at 20240712080022837 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_std_in.c' (35,534) at 20210307214931870 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/defs.h' (35,535) at 20210309003651772 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/Kconfig' (35,536) at 20210308005002920 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_bmc_dump.robot' (35,537) at 20221207040017535 2025-03-14 03:00:48.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-yapp4-crux.dts' (35,538) at 20240405153045505 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/exfat_raw.h' (35,539) at 20240405153052333 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb' (35,540) at 20241221090017556 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/line-display.c' (35,541) at 20240405153046681 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/revo.c' (35,542) at 20210307214932262 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/dummy-include/stdbool.h' (35,543) at 20240405153054389 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig' (35,544) at 20210308005003256 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/config.mk' (35,545) at 20210308005002824 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-katmai.c' (35,546) at 20210307214926338 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/ap806-system-controller.c' (35,547) at 20210307214926994 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212-u-boot.dtsi' (35,548) at 20210308005002596 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-WellingtonKaukau' (35,549) at 20210307205553778 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-microdev/setup.c' (35,550) at 20210307214926538 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/debug.h' (35,551) at 20240405153050701 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/vfsmod.h' (35,552) at 20240405153052557 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c' (35,553) at 20210308005003384 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/dir.c' (35,554) at 20240405153231763 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/LICENSE' (35,555) at 20210307205554226 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/arcfb.h' (35,556) at 20210307214931622 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lra.S' (35,557) at 20230925080040101 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/igorplugusb.c' (35,558) at 20240405153049509 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch' (35,559) at 20230503080014579 2025-03-14 03:00:48.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/surface-hid/Makefile' (35,560) at 20220525020653047 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/macio-adb.c' (35,561) at 20240405153049225 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/rx-offload.h' (35,562) at 20240405153231803 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S' (35,563) at 20210308005002548 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_stop@.service' (35,564) at 20241226090016123 to deleted uid set 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap34xx-omap36xx-clocks.dtsi' (35,565) at 20210308005002600 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/Kconfig' (35,566) at 20210308005002904 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/edosk7705_defconfig' (35,567) at 20220525020652114 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-qdu1000.c' (35,568) at 20240405153230227 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/Makefile' (35,569) at 20210308005046549 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/primecell.h' (35,570) at 20210308005046005 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch' (35,571) at 20230813080012876 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/meson.build' (35,572) at 20241010080036061 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi6220.dtsi' (35,573) at 20210308005002580 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ax25-ae350.h' (35,574) at 20210308005003588 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sparc-softmmu/default.mak' (35,575) at 20240906080037160 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_SECMARK.c' (35,576) at 20241018080014586 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/Kconfig' (35,577) at 20240405153050613 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mt7623.c' (35,578) at 20210308005003348 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/0002-support-to-override-usr-bin-arch-test.patch' (35,579) at 20241221090017512 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/atomic.h' (35,580) at 20240405153045357 2025-03-14 03:00:48.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs35l41.h' (35,581) at 20240405153231863 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/exitcode.c' (35,582) at 20210307214926622 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_ipmark.c' (35,583) at 20240405153053317 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ak7375.c' (35,584) at 20240405153049309 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/as5011.h' (35,585) at 20210307214931406 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/Makefile' (35,586) at 20210308005002972 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/multipart_test.cpp' (35,587) at 20240904080003190 to deleted uid set 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi' (35,588) at 20240405153229875 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_chipOp_handler.cpp' (35,589) at 20210308005104849 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/delay.h' (35,590) at 20210307214926174 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/rme9652/hdspm.c' (35,591) at 20241011080017407 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/hest.c' (35,592) at 20240405153046629 2025-03-14 03:00:48.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/obmc-ikvm.service' (35,593) at 20240920080011535 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.0.22.bb' (35,594) at 20241221090017544 to deleted uid set 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/isofs.h' (35,595) at 20210916100017931 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.h' (35,596) at 20240405153052149 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_gpio_02a.dtso' (35,597) at 20240405153231279 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/item_updater_main.cpp' (35,598) at 20241030080017187 to deleted uid set 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-midi.c' (35,599) at 20240405153232123 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/inside-secure/safexcel.h' (35,600) at 20240405153046945 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.h' (35,601) at 20240405153047297 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_SDCARD_defconfig' (35,602) at 20210308005003244 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omapl138_lcdk_defconfig' (35,603) at 20210308005003272 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/local_lock_internal.h' (35,604) at 20220525020654579 2025-03-14 03:00:48.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/Kconfig' (35,605) at 20210307214928778 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/ecma_167.h' (35,606) at 20220525020654499 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/hmem/hmem.c' (35,607) at 20240405153046973 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ubifs.c' (35,608) at 20210308005003220 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts' (35,609) at 20220525020651990 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/openSUSE/autoinst.xml' (35,610) at 20241221090017468 to deleted uid set 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispcsiphy.h' (35,611) at 20240405153049485 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/core.c' (35,612) at 20240405153053241 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-colon.err' (35,613) at 20210308005046409 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/decode.h' (35,614) at 20210308005003336 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.c' (35,615) at 20240405153047237 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt.c' (35,616) at 20240405153050401 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_selftest.c' (35,617) at 20210307214929502 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/fvp_devices.py' (35,618) at 20241221090017468 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ste,nomadik.txt' (35,619) at 20210307214925398 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/dptf/Makefile' (35,620) at 20210309003649152 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/lse2-fault.c' (35,621) at 20230925080040097 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/cfa_coef_table.h' (35,622) at 20240405153049481 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/opti9xx/opti93x.c' (35,623) at 20210307214932222 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/libtar_1.2.20.bb' (35,624) at 20241221090017540 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/profile2linkerlist.pl' (35,625) at 20210307214932158 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwxfsleep.c' (35,626) at 20240405153046621 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-goflexnet.dts' (35,627) at 20210308005002592 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/enlighten_hvm.c' (35,628) at 20241220090018306 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.3.2.bb' (35,629) at 20231126090012805 2025-03-14 03:00:48.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/srq.h' (35,630) at 20210307214931442 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-milbeaut.c' (35,631) at 20240405153230207 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga-gl.c' (35,632) at 20221215040039106 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml' (35,633) at 20221129040021943 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_msg.hpp' (35,634) at 20210308005108645 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/cpu.hpp' (35,635) at 20240904080048575 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c' (35,636) at 20220525020653519 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_ethtool.h' (35,637) at 20210309003651224 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz_12.2.0.bb' (35,638) at 20241221090017528 to deleted uid set 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/fun_port.h' (35,639) at 20240405153049937 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-xdata' (35,640) at 20220525020651634 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/kprobes-ftrace.c' (35,641) at 20240628080013981 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/snd_ar_tokens.h' (35,642) at 20240405153052949 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/rsrc_nonstatic.c' (35,643) at 20240405153051265 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/charger-manager.rst' (35,644) at 20210307214925542 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml' (35,645) at 20240405153045177 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/__init__.py' (35,646) at 20241206090014306 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/matrix_keypad.h' (35,647) at 20240405153052709 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lz4_wrapper.c' (35,648) at 20210308005003708 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/Set-up-for-cross-compilation.patch' (35,649) at 20240413080012643 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-lgm-usb.c' (35,650) at 20240405153051289 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts' (35,651) at 20240405153045753 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipherpriv.h' (35,652) at 20241211090212226 2025-03-14 03:00:48.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/Kconfig' (35,653) at 20210308005002860 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/mocked_bios.hpp' (35,654) at 20240801080035196 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/gf128mul.h' (35,655) at 20210309003653804 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb' (35,656) at 20231011080016570 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/collie.c' (35,657) at 20240405153045689 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/Makefile' (35,658) at 20210308005003520 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/070' (35,659) at 20220429100100886 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/ov2722.h' (35,660) at 20240405153051825 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power6-pmu.c' (35,661) at 20240405153046193 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sti/Kconfig' (35,662) at 20210308005002780 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi.dtsi' (35,663) at 20240405153045733 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-trace.c' (35,664) at 20240405153052085 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_file.c' (35,665) at 20240520080015191 2025-03-14 03:00:48.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_h.c' (35,666) at 20210308005046525 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a2xx.xml.h' (35,667) at 20240405153048573 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/unaligned.h' (35,668) at 20210308005003560 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/ia_css_wb.host.h' (35,669) at 20210307214930562 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/broadcom_bcm968580xref.h' (35,670) at 20210308005003588 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp.c' (35,671) at 20240405153054265 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/haps_hs_smp_defconfig' (35,672) at 20240405153229859 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/configfs.h' (35,673) at 20240405153052673 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/beaver/Kconfig' (35,674) at 20210308005003024 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-komro-Rosenheim' (35,675) at 20210307205553758 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8978.h' (35,676) at 20210307214932362 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sd.c' (35,677) at 20241216090017709 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boda_Fagerum' (35,678) at 20210307205553778 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_22.12.0.bb' (35,679) at 20241221090017512 to deleted uid set 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c' (35,680) at 20220525020653519 2025-03-14 03:00:48.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/renesas-ceu.c' (35,681) at 20240405153230811 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_guts.c' (35,682) at 20210308005003556 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps65023.txt' (35,683) at 20210307214925410 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/abracon,abx80x.txt' (35,684) at 20210307214925414 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-sysemu.c' (35,685) at 20240326080039698 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_dbg.h' (35,686) at 20240405153049053 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/arizona.h' (35,687) at 20220525020655023 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_common.h' (35,688) at 20210307214928702 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/intel,keembay-dwc3.yaml' (35,689) at 20240405153045181 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/Kconfig.debug' (35,690) at 20240405153045365 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/double-type.out' (35,691) at 20210308005046405 to deleted uid set 2025-03-14 03:00:48.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/garbage.c' (35,692) at 20240503080014518 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/iommu.c' (35,693) at 20240405153046369 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/smp.h' (35,694) at 20210307214926458 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c' (35,695) at 20210308005003180 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_LXR0.json' (35,696) at 20221213040036921 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,usb2-phy.yaml' (35,697) at 20240405153045129 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmo_Niva' (35,698) at 20210307205553770 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/dtv-ca.rst' (35,699) at 20210307214925462 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/LICENSE' (35,700) at 20230412080023456 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/priv.h' (35,701) at 20220525020652967 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Logs/EventLogStore.js' (35,702) at 20241004080035963 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c' (35,703) at 20240405153048993 to deleted uid set 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/legacy_freezer.c' (35,704) at 20240405153231903 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_rdma.h' (35,705) at 20210307214927866 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/main.cpp' (35,706) at 20240820080023690 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3517-evm.dts' (35,707) at 20240405153229903 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/fpu_helper.c' (35,708) at 20240326080039706 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/common.h' (35,709) at 20220525020652318 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/dma.h' (35,710) at 20210307214931302 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/nsis.py' (35,711) at 20221215040039270 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/Entity.interface.yaml' (35,712) at 20210610000035134 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rd88f6281-a.dts' (35,713) at 20240405153045457 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/tlb_low_64e.S' (35,714) at 20240913080013769 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/table.c' (35,715) at 20210307214929934 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/wtm.c' (35,716) at 20210307214932262 2025-03-14 03:00:48.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/trace.h' (35,717) at 20210307214926082 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5.dtsi' (35,718) at 20210308005002612 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_skeleton.c' (35,719) at 20240405153054277 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/Makefile' (35,720) at 20210307214927990 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/Kconfig' (35,721) at 20240405153046057 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/intel_bios.h' (35,722) at 20210307214927778 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h' (35,723) at 20210307214927938 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/microchip,pic32-uart.txt' (35,724) at 20210308005003308 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-n3000-nios.c' (35,725) at 20220525020652434 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dexcr/dexcr.h' (35,726) at 20240405153054357 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin-ff-rdk-nand.dts' (35,727) at 20240405153045529 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (35,728) at 20240727080014098 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/elpida_ecb240abacn.dtsi' (35,729) at 20240405153045601 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/095.out' (35,730) at 20210927100127481 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ich9.h' (35,731) at 20241211090212358 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad.c' (35,732) at 20241211090145485 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/rocker_tlv.h' (35,733) at 20210307214929610 2025-03-14 03:00:48.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/relocs_32.c' (35,734) at 20210307214926750 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/kernel_include.py' (35,735) at 20210308005002536 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-baltos-leds.dtsi' (35,736) at 20240405153045589 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc.c' (35,737) at 20240405153231051 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/hfsplus_fs.h' (35,738) at 20241211090145521 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/clk-ccu-div.c' (35,739) at 20240405153230203 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/submitting-patches.rst' (35,740) at 20240405153045177 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc-internal.h' (35,741) at 20240906080037204 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7r.inc' (35,742) at 20210905000020581 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/Kconfig' (35,743) at 20220525020653435 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0020-corstone1000-enable-distro-booting-command.patch' (35,744) at 20240413080012627 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/opengl.patch' (35,745) at 20241221090017680 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_s6d02a1.c' (35,746) at 20210307214930506 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/bitops.h' (35,747) at 20240405153045913 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-imx-tpm.c' (35,748) at 20241115090012961 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_driver.h' (35,749) at 20220525020654003 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/manager_main.cpp' (35,750) at 20221214040023272 to deleted uid set 2025-03-14 03:00:48.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/erspan.h' (35,751) at 20210307214932478 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/sata_highbank.yaml' (35,752) at 20240405153045021 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-asm9260.c' (35,753) at 20240405153046777 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/Kconfig' (35,754) at 20240405153052557 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/fbida-gcc10.patch' (35,755) at 20210307205553938 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/nmap-redefine-the-python-library-dir.patch' (35,756) at 20241221090017532 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/filecheck.c' (35,757) at 20240405153052473 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/xhci-keystone.h' (35,758) at 20210308005002732 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/vdso' (35,759) at 20210309003648244 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/link.c' (35,760) at 20240405153232207 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/cmpxchg-local.h' (35,761) at 20240405153231791 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cpumap.c' (35,762) at 20240405153054185 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/plat_nand.c' (35,763) at 20240405153049701 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/setup-res.c' (35,764) at 20240405153231299 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/timers/clocksource-switch.c' (35,765) at 20240405153054377 to deleted uid set 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi' (35,766) at 20210307214925994 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc.py' (35,767) at 20230216040015763 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2' (35,768) at 20240405153044917 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/floppy.h' (35,769) at 20210307214926218 2025-03-14 03:00:48.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl4030-power.c' (35,770) at 20240405153049621 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/Makefile' (35,771) at 20210308005002728 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-landisk.c' (35,772) at 20210307214926546 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/strider.c' (35,773) at 20210308005003000 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_main.c' (35,774) at 20240405153051597 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_cksum.h' (35,775) at 20210307214931266 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/bblayers.conf.sample' (35,776) at 20241023080015407 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/static-norootfs.inc' (35,777) at 20230328080016488 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/Makefile' (35,778) at 20240405153231495 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-ac5.c' (35,779) at 20240405153231323 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/android-gadget-setup' (35,780) at 20230401080011931 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/Kconfig' (35,781) at 20240405153052233 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/index.rst' (35,782) at 20240405153045193 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/inotify/Kconfig' (35,783) at 20210307214931190 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-system-ibm-rtl' (35,784) at 20210309003648256 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acutils.h' (35,785) at 20240405153046617 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb' (35,786) at 20240301090012423 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_msgs.c' (35,787) at 20240405153230799 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/common.h' (35,788) at 20210307214927022 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet86dz_defconfig' (35,789) at 20210308005003260 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_freecom.h' (35,790) at 20210307214930878 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c' (35,791) at 20240405153048617 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/namei.c' (35,792) at 20241008080013999 2025-03-14 03:00:48.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,a1-pll-clkc.yaml' (35,793) at 20240405153045021 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/files/fix-mime-construct-help-return-value.patch' (35,794) at 20210307205554002 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-char.json' (35,795) at 20210308005046405 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/image/obmc-phosphor-image.bbappend' (35,796) at 20210812000025166 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/Makefile' (35,797) at 20210307214928718 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_scheduler.h' (35,798) at 20240405153048533 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hwcap.h' (35,799) at 20210307214925850 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/rohm-bu27034.c' (35,800) at 20240405153049001 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-dai-tdm.c' (35,801) at 20210307214932398 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Requirements/GPpartitionReaders1.svg' (35,802) at 20240405153044933 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-clash-member.err' (35,803) at 20220429100100882 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/Makefile' (35,804) at 20240405153052037 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-devtools/python/python3-construct-native_2.10.68.bb' (35,805) at 20231126090012773 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/helpers/labeled_tuple_helpers.hpp' (35,806) at 20220412175720090 to deleted uid set 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/pl011.h' (35,807) at 20241211090212358 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ov2659.h' (35,808) at 20240405153052825 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/mp2888.c' (35,809) at 20240405153048869 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_utils.c' (35,810) at 20210307214929286 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/mm/init.c' (35,811) at 20241211090145381 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/linkage.h' (35,812) at 20210307214926310 2025-03-14 03:00:48.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_11_0_0_sh_mask.h' (35,813) at 20210307214927690 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos7-clk.h' (35,814) at 20210307214931326 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ioctl.h' (35,815) at 20220525020652947 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/sticon.c' (35,816) at 20240405153052177 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ti816x_evm_defconfig' (35,817) at 20210308005003284 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/main.c' (35,818) at 20210927100127329 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/cpu/mpc83xx/Makefile' (35,819) at 20210308005003720 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/0001-Silence-clang-warnings.patch' (35,820) at 20230401080011939 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/ipmievd.c' (35,821) at 20210308004938832 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c' (35,822) at 20240405153048681 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb' (35,823) at 20231126090012781 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/events/oem_ibm_event_state_sensor.json' (35,824) at 20240610080035204 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb' (35,825) at 20210307205554386 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/mpc83xx-sdram.h' (35,826) at 20210308005003636 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdcp_regs.h' (35,827) at 20240812080017236 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c' (35,828) at 20240405153230383 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_gvt_mmio_table.c' (35,829) at 20240405153048541 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb' (35,830) at 20241221090017512 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb' (35,831) at 20241221090017496 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c' (35,832) at 20240405153053957 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/local.conf.sample' (35,833) at 20241221090017472 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch' (35,834) at 20241221090017660 2025-03-14 03:00:48.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958300k_defconfig' (35,835) at 20210308005003252 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/journal.c' (35,836) at 20240405153052501 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_rtt.c' (35,837) at 20210307214929766 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spu_base.c' (35,838) at 20240405153046205 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/globutil.asl' (35,839) at 20210308005002872 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml' (35,840) at 20240405153045129 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/Makefile' (35,841) at 20240405153046021 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ftrtc010.c' (35,842) at 20240405153051497 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_d.c' (35,843) at 20210308005046517 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_config_parser.cpp' (35,844) at 20230802080038882 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NOSL' (35,845) at 20211006000025238 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/drbd_genl_api.h' (35,846) at 20240405153052681 2025-03-14 03:00:48.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/asequencer.h' (35,847) at 20240405153052949 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h' (35,848) at 20210307214928038 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc0_qm_regs.h' (35,849) at 20240405153046581 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lycksele_Knaften' (35,850) at 20210307205553786 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-b15-rac.c' (35,851) at 20240405153045693 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/w1-gpio.c' (35,852) at 20240405153052233 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/bosch,bmg160.yaml' (35,853) at 20220921100021442 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/ptrace.c' (35,854) at 20240405153046345 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Enontekio_Ahovaara' (35,855) at 20210307205553770 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml' (35,856) at 20240405153045149 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/fragment.c' (35,857) at 20210307214931238 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/cpld.c' (35,858) at 20210308005002988 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/other.json' (35,859) at 20240405153054133 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_wait_timeout.c' (35,860) at 20240405153054305 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra-common-usb-gadget.h' (35,861) at 20210308005003620 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-mm.c' (35,862) at 20240405153046793 to deleted uid set 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb' (35,863) at 20230609080014395 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip-usb-phy.yaml' (35,864) at 20240405153045129 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/test-fdt-base.dts' (35,865) at 20210308005003744 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fexit_stress.c' (35,866) at 20240405153054253 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ioctl/index.rst' (35,867) at 20210307214925590 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_firmware.h' (35,868) at 20240405153051845 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-tqma53.dtsi' (35,869) at 20240405153229883 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_vining_fpga.dts' (35,870) at 20210308005002612 2025-03-14 03:00:48.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pci_of_scan.c' (35,871) at 20240405153046145 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250.dtsi' (35,872) at 20240805080013919 to deleted uid set 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas6424.h' (35,873) at 20210309003654660 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpa11_cpdt.c' (35,874) at 20210307214925974 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls1021atwr.c' (35,875) at 20210308005002968 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/targetos.h' (35,876) at 20210307214929666 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_worker.c' (35,877) at 20240405153046709 2025-03-14 03:00:48.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_mmio.c' (35,878) at 20240405153052233 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pads-imx8dxl.h' (35,879) at 20210307214931342 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/midi2.h' (35,880) at 20240405153054025 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpi_numa.h' (35,881) at 20240405153052613 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb' (35,882) at 20240627080019396 to deleted uid set 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nft_reject_ipv4.c' (35,883) at 20240405153053257 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/OWNERS' (35,884) at 20241109090026714 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-spear-pcie-gadget' (35,885) at 20210309003648244 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loader.h' (35,886) at 20240906080037332 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-crypto.h' (35,887) at 20221215040039190 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cpu.h' (35,888) at 20210307214925846 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot-corstone1000.inc' (35,889) at 20241221090017464 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-psci-domain.c' (35,890) at 20240405153046921 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c' (35,891) at 20210308005046513 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/Kconfig' (35,892) at 20240405153049461 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vmlinux.lds.S' (35,893) at 20240405153230023 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_nic.c' (35,894) at 20240405153049857 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/MAINTAINERS' (35,895) at 20210308005002944 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb' (35,896) at 20241221090017504 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcm-qspi.h' (35,897) at 20240405153051781 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/cond_resched.h' (35,898) at 20240405153052789 2025-03-14 03:00:48.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/uuid.c' (35,899) at 20210308005003716 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smbstatus.h' (35,900) at 20240405153052533 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-phycore-rdk.dts' (35,901) at 20210308005002604 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/command_submission.c' (35,902) at 20240405153046553 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsa310s_defconfig' (35,903) at 20210308005003272 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmdomain.h' (35,904) at 20220525020654467 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/qos.c' (35,905) at 20210308005003036 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cpu_ops.h' (35,906) at 20240405153046245 2025-03-14 03:00:48.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tp_attach_query.c' (35,907) at 20240405153054261 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc.py' (35,908) at 20240830080013367 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/module.c' (35,909) at 20240405153045945 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_2d.c' (35,910) at 20240326080039434 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/thread-stack.c' (35,911) at 20240405153054209 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_erl2.h' (35,912) at 20240405153051961 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/da7280.c' (35,913) at 20240613080016419 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_drv_beacon.c' (35,914) at 20240405153050465 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/apr.h' (35,915) at 20240405153052793 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ssd2828.c' (35,916) at 20210308005003532 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/vgic.c' (35,917) at 20240405153054317 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/sromc.c' (35,918) at 20210308005002552 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Lancaster' (35,919) at 20210307205553798 2025-03-14 03:00:48.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_gact.h' (35,920) at 20210307214931662 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_c_ac.c' (35,921) at 20240405153053285 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SoftwareInventory_v1.xml' (35,922) at 20240619080002936 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control.bb' (35,923) at 20241206090014286 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/protocol.h' (35,924) at 20240405153053165 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/cereal.wrap' (35,925) at 20210501000157730 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/mm.rst' (35,926) at 20240405153044989 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/tls.h' (35,927) at 20210307214932482 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/rockchip,rk3588-cru.h' (35,928) at 20240405153231799 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_defconfig' (35,929) at 20210308005003264 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/vpd_variables.py' (35,930) at 20221209040018563 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/073_gbb_no_size.dts' (35,931) at 20210308005003752 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu71.h' (35,932) at 20240405153230507 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/test-process.rst' (35,933) at 20240106090017253 to deleted uid set 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-ev5t.S' (35,934) at 20210307214925966 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Drive/meson.build' (35,935) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/penmount.c' (35,936) at 20210307214928506 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/st_gyro_spi.c' (35,937) at 20240405153048985 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/Kconfig' (35,938) at 20240405153051369 2025-03-14 03:00:48.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/Makefile' (35,939) at 20240405153047069 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/power_supply_class.rst' (35,940) at 20240405153045245 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/.gitignore' (35,941) at 20240405153046097 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/CMU-Tex' (35,942) at 20210307205553754 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d27_som1_ek.dts' (35,943) at 20210308005002568 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/swarm/Makefile' (35,944) at 20210307214926294 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra74x-mmc-iodelay.dtsi' (35,945) at 20210308005002576 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l56_hda_i2c.c' (35,946) at 20240411080014158 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/skbprio.json' (35,947) at 20240405153054377 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig' (35,948) at 20240405153046097 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-multiple-procfs.c' (35,949) at 20210307214932710 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma_mgmt.c' (35,950) at 20240405153230287 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ia_css_tnr_state.h' (35,951) at 20210307214930562 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/gen_kheaders.sh' (35,952) at 20240624080012824 to deleted uid set 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/hugetlbfs_reserv.rst' (35,953) at 20240405153229835 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-ifup' (35,954) at 20230811080018338 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grukservices.h' (35,955) at 20210307214929174 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm6362-neufbox6-sercomm.dts' (35,956) at 20220525020651990 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.js' (35,957) at 20210308005107077 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/bch-regs.h' (35,958) at 20210307214929222 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-account' (35,959) at 20230505080015455 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/export.h' (35,960) at 20220525020654471 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg.h' (35,961) at 20241211090212374 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/Makefile' (35,962) at 20240405153053937 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-stub.c' (35,963) at 20240326080039502 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch' (35,964) at 20241221090017636 to deleted uid set 2025-03-14 03:00:48.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex2.bpf.c' (35,965) at 20240405153053425 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/buffer_icap.c' (35,966) at 20210307214926958 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/resolver/Kconfig' (35,967) at 20210307214930522 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/syncookies.c' (35,968) at 20220525020654867 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-wandboard.dtsi' (35,969) at 20240405153229887 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/sigtramp.S' (35,970) at 20240405153046081 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ed/ed_1.20.2.bb' (35,971) at 20241206090014334 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/Kconfig' (35,972) at 20210308005003076 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/led.c' (35,973) at 20210307214926202 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/TPM/Policy.interface.yaml' (35,974) at 20210610000035122 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sh_mobile_lcdcfb.h' (35,975) at 20210307214930938 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/release.S' (35,976) at 20210308005002836 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/syscalls/syscall_n32.tbl' (35,977) at 20240710080014573 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/other/ak4113.c' (35,978) at 20210307214932214 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/altera/socfpga-clk-manager.yaml' (35,979) at 20210307214925270 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/distro/openbmc-kudo.conf' (35,980) at 20220506030229212 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/qemu-file.h' (35,981) at 20240906080037372 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/ssh_execution.py' (35,982) at 20230713080018564 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851be.c' (35,983) at 20240405153050669 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-querybuf.rst' (35,984) at 20210309003648476 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/ia_css_dp_param.h' (35,985) at 20210307214930554 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-mellanox-bootctl' (35,986) at 20240405153229731 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/utf8-core.c' (35,987) at 20241211090145533 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml' (35,988) at 20221207040023631 2025-03-14 03:00:48.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/string-stream.c' (35,989) at 20240405153053089 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/yfsclient.c' (35,990) at 20240405153052269 to deleted uid set 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/xilinx/zynqmp-aes-gcm.c' (35,991) at 20240405153230271 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/mt7621_wdt.c' (35,992) at 20210308005003540 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h' (35,993) at 20210308005003624 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.h' (35,994) at 20240405153230523 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-Make-xmlError-struct-constant.patch' (35,995) at 20240413080012659 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/iqs626a.yaml' (35,996) at 20240405153045081 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/led.c' (35,997) at 20210308005002916 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch' (35,998) at 20230706080014749 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/MAINTAINERS' (35,999) at 20210308005002972 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/subprocesstweak.py' (36,000) at 20220910030013405 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Matsdal' (36,001) at 20210307205553786 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HostInterface.v1_3_2.json' (36,002) at 20240619080002948 to deleted uid set 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c' (36,003) at 20240405153047249 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aria_generic.c' (36,004) at 20240405153046529 2025-03-14 03:00:48.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-irq' (36,005) at 20210307214925202 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/wlan.h' (36,006) at 20240405153050473 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_tc_matchall.c' (36,007) at 20240405153050173 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_buildsys_python.py' (36,008) at 20240301090012483 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/ani.c' (36,009) at 20210307214929750 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/smp.h' (36,010) at 20240405153046281 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/page_track.h' (36,011) at 20240405153230131 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0009-invoking-fsck-with-infinite-timeout.patch' (36,012) at 20210307205554034 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/experiments/drive.hpp' (36,013) at 20210308005116213 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cik.c' (36,014) at 20241211090145421 2025-03-14 03:00:48.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_armv7_keystone2.h' (36,015) at 20210308005003620 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/main.c' (36,016) at 20241008080013959 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mm_inline.h' (36,017) at 20240405153231827 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/huawei/hinic.rst' (36,018) at 20210309003648444 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/files/xfce4-notifyd-get-var-abs-path.patch' (36,019) at 20230503080014591 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/ptrace_test.c' (36,020) at 20240405153054325 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2057.h' (36,021) at 20210307214929798 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_qos.h' (36,022) at 20210307214930666 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch' (36,023) at 20241221090017648 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/tie.h' (36,024) at 20210307214926770 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml' (36,025) at 20240405153045017 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_extent.c' (36,026) at 20240405153231691 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9081.c' (36,027) at 20240405153232171 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml' (36,028) at 20221207040023631 2025-03-14 03:00:48.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mpls/Makefile' (36,029) at 20210307214931998 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/ldap_config_test.cpp' (36,030) at 20230512080042517 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1333.dtsi' (36,031) at 20210308005002608 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-zero.c' (36,032) at 20240405153049253 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f34.c' (36,033) at 20240405153049153 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cpudata_64.h' (36,034) at 20210307214926578 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootretry.h' (36,035) at 20210308005003564 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_dvs.h' (36,036) at 20210307214930546 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/vdso.S' (36,037) at 20210307214925986 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/opregion.c' (36,038) at 20240405153048425 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/Kconfig' (36,039) at 20240405153231503 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32mp1-ddr.txt' (36,040) at 20210308005003304 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/guest_modes.h' (36,041) at 20220525020655211 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/xtensa/include/dwarf-regs-table.h' (36,042) at 20210307214932522 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_rdma.c' (36,043) at 20220525020653631 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/elan_i2c_smbus.c' (36,044) at 20210312110012066 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/os-area.c' (36,045) at 20240405153046221 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7742-sysc.h' (36,046) at 20210307214931346 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/cros_ec_sensors/Makefile' (36,047) at 20210307214928338 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler.bb' (36,048) at 20241206090014286 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/vfio-pci-device-specific-driver-acceptance.rst' (36,049) at 20240405153045197 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_codec.h' (36,050) at 20240405153231471 2025-03-14 03:00:48.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.h' (36,051) at 20220525020652478 2025-03-14 03:00:48.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip-pcie-phy.txt' (36,052) at 20210307214925390 2025-03-14 03:00:48.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9163.c' (36,053) at 20210716100030019 2025-03-14 03:00:48.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/filesystems/index.rst' (36,054) at 20220525020651770 2025-03-14 03:00:48.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-mio-defs.h' (36,055) at 20210307214926234 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/misc/cardreader/rtsx_usb.c' (36,056) at 20220804100015952 to deleted uid set 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/Kconfig' (36,057) at 20210308005002972 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch' (36,058) at 20241221090017516 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/isa-superio.c' (36,059) at 20241211090212286 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun9i-a80-de.h' (36,060) at 20210307214927030 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-maxargs.patch' (36,061) at 20210307205553810 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bmc-prepare.target.in' (36,062) at 20210308005120349 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/spin_table_v8.S' (36,063) at 20210308005002560 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-stp-xway.c' (36,064) at 20240405153230307 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__just.hpp' (36,065) at 20240817080036820 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-i2c.c' (36,066) at 20240405153049457 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/cypress,tm2-touchkey.yaml' (36,067) at 20220525020651682 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep0020-u-boot.dtsi' (36,068) at 20210308005002596 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/attr_test.c' (36,069) at 20240405153054361 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/rootfs_size/results.txt' (36,070) at 20210308005111465 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mdbus2/mdbus2_git.bb' (36,071) at 20240301090012423 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/Makefile' (36,072) at 20240405153046789 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/Kconfig' (36,073) at 20240906080037140 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vxworks.h' (36,074) at 20210308005003692 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ep0.c' (36,075) at 20240405153052081 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/samsung/samsung-soc.yaml' (36,076) at 20240405153045017 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_mbox_defs.h' (36,077) at 20210308005046017 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp100.c' (36,078) at 20240405153048657 2025-03-14 03:00:48.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-static.bbclass' (36,079) at 20210812000025258 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_eth_soc.h' (36,080) at 20240405153231007 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/smem.h' (36,081) at 20240910080014082 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vid.c' (36,082) at 20210308005002960 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_phy.c' (36,083) at 20240411080014106 to deleted uid set 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/minilib/printf.c' (36,084) at 20240906080037576 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/stackprotector.h' (36,085) at 20240405153046249 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mpc83xx_gpio.c' (36,086) at 20210308005003376 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch' (36,087) at 20230706080014757 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/usb_gadget_sdp.c' (36,088) at 20210308005003220 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pllv4.c' (36,089) at 20240405153046789 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_ope.c' (36,090) at 20240405153054013 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.h' (36,091) at 20210308005003368 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/setup.c' (36,092) at 20241220090018302 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c' (36,093) at 20241008080013939 to deleted uid set 2025-03-14 03:00:48.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_ccm.c' (36,094) at 20241211090212294 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c' (36,095) at 20240405153230571 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml' (36,096) at 20240405153045061 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-muxgrf.c' (36,097) at 20210307214927014 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/preloader.h' (36,098) at 20210308005002732 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/moduleloader.h' (36,099) at 20240405153231827 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_toshiba.c' (36,100) at 20240405153049697 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_core_regs.h' (36,101) at 20240405153046573 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-scmi.dts' (36,102) at 20240405153045717 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm1177.c' (36,103) at 20240405153048841 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0001-Makefile.am-Add-missing-link-with-zlib.patch' (36,104) at 20230706080014761 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/floating-point.json' (36,105) at 20240405153054145 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_build_message.c' (36,106) at 20210308005003368 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/pervasive.h' (36,107) at 20220525020652074 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/airoha,en7523-scu.yaml' (36,108) at 20240405153045021 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pcilib.h' (36,109) at 20240405153051997 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/rsc_dump.h' (36,110) at 20210309003653868 2025-03-14 03:00:48.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch' (36,111) at 20230706080014745 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/match.c' (36,112) at 20240405153053465 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iommu-helper.h' (36,113) at 20220525020654575 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SESSION_README.md' (36,114) at 20221207040023631 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-imx-intmux.c' (36,115) at 20240405153230751 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx6q.c' (36,116) at 20240405153045649 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/cachefiles/interface.c' (36,117) at 20240624080012808 to deleted uid set 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/erofs_fs.h' (36,118) at 20240405153231655 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/aspeed_intc.c' (36,119) at 20241211090212282 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/iio_core_trigger.h' (36,120) at 20220525020653103 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/.clang-format' (36,121) at 20231023080010951 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/harma.cfg' (36,122) at 20240816080011190 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi' (36,123) at 20240405153229919 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/loop.S' (36,124) at 20210307214932706 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_module.c' (36,125) at 20240405153231479 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/camcc-sc7280.c' (36,126) at 20240805080013943 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_based___fn_wrong_args.c' (36,127) at 20210309003655984 2025-03-14 03:00:48.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/Makefile' (36,128) at 20210307214929218 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-arm-processor.json' (36,129) at 20241207090009631 to deleted uid set 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml' (36,130) at 20240405153045153 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/Kconfig' (36,131) at 20240405153052369 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/Makefile' (36,132) at 20210308004922932 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/array_size.cocci' (36,133) at 20210307214932138 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/of-plat.txt' (36,134) at 20210308005003328 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/zip.h' (36,135) at 20240405153054061 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/item_updater_mmc.cpp' (36,136) at 20240820080019550 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa2xx.dtsi' (36,137) at 20240405153045437 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa300.c' (36,138) at 20240405153045677 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/meson.build' (36,139) at 20241211090212346 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/events/amd/ibs.c' (36,140) at 20240405153230107 to deleted uid set 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_desc_regs.h' (36,141) at 20240405153046601 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm_l2x0.c' (36,142) at 20241211090212294 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson8b-usb2.c' (36,143) at 20240405153231307 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml' (36,144) at 20240405153045037 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ghc_icmpv6.c' (36,145) at 20240405153053157 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/atarikbd.rst' (36,146) at 20240405153045221 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/i2c/Kconfig' (36,147) at 20240405153049265 2025-03-14 03:00:48.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb' (36,148) at 20241221090017564 to deleted uid set 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/fw.c' (36,149) at 20241216090017721 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am35xx-clocks.dtsi' (36,150) at 20210308005002564 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/pel_variables.py' (36,151) at 20230216040015763 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ds1620.c' (36,152) at 20210307214926938 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0004-kexec-elf-exec.c-replace-with-our-err.h.patch' (36,153) at 20210307205553750 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml' (36,154) at 20240405153045141 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_CHECKSUM.c' (36,155) at 20241018080014586 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-xbzrle.c' (36,156) at 20230925080040105 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h' (36,157) at 20240405153049285 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb' (36,158) at 20220402030016207 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_probe.c' (36,159) at 20240405153230583 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/phantom.h' (36,160) at 20210307214931654 2025-03-14 03:00:48.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_params.c' (36,161) at 20241211090145497 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_panel.c' (36,162) at 20240405153048457 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91rm9200ek.h' (36,163) at 20210308005003584 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/ndfc.h' (36,164) at 20210307214931450 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-regs.h' (36,165) at 20240405153049413 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/flight_recorder.hpp' (36,166) at 20211103000047313 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/page.h' (36,167) at 20210309003648780 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/boot/dts/system.dts' (36,168) at 20240405153045973 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/rgb/leds-group-multicolor.c' (36,169) at 20240405153230755 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/cycles_test.c' (36,170) at 20210307214932702 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/devs.c' (36,171) at 20240405153045685 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1046ardb.h' (36,172) at 20210308005003600 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpmac.h' (36,173) at 20240405153049921 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch' (36,174) at 20230114040015494 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/px30-cru.h' (36,175) at 20210307214931330 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/mdio/fwnode_mdio.c' (36,176) at 20240405153050345 to deleted uid set 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/net.hpp' (36,177) at 20240817080027656 2025-03-14 03:00:48.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-m-profile-mve.xml' (36,178) at 20220429100100430 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-log.rst' (36,179) at 20210307214925222 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/rc80211_minstrel_ht.h' (36,180) at 20240405153053297 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/iowarrior.h' (36,181) at 20210307214931530 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/qemurunner.py' (36,182) at 20241221090017632 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500-bm.h' (36,183) at 20240405153051425 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/input-event-codes.h' (36,184) at 20241211090212370 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/floating-point.json' (36,185) at 20210307214932538 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/bmips_5xxx_init.S' (36,186) at 20210307214926254 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/Kconfig' (36,187) at 20210307214928614 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/diag.c' (36,188) at 20241211090145561 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc_dev.c' (36,189) at 20240405153231571 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/mmu_context.c' (36,190) at 20240405153230047 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/sock_reuseport.c' (36,191) at 20240405153053225 2025-03-14 03:00:48.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_tables_offload.h' (36,192) at 20220627100017134 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/traps.h' (36,193) at 20210307214926110 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_close_unittest.cpp' (36,194) at 20220108040030440 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qdev-global-props.c' (36,195) at 20210927100127645 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fsl,plldig.yaml' (36,196) at 20240405153045025 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzicfiss.c.inc' (36,197) at 20241211090212514 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/spi-lm70llp.rst' (36,198) at 20240405153229831 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mediatek/mtk-hsdma.c' (36,199) at 20240405153230283 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/toasts/toast-options.png' (36,200) at 20220105012522975 to deleted uid set 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/skl_nau88l25_ssm4567.c' (36,201) at 20240405153053949 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi' (36,202) at 20240405153229903 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml' (36,203) at 20240405153045041 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8127.h' (36,204) at 20210307214930082 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/cgroup_helpers.c' (36,205) at 20240405153232255 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/meson.build' (36,206) at 20241009080019666 to deleted uid set 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/backlight.h' (36,207) at 20210307214926370 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/policycap.h' (36,208) at 20240405153053477 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dumpimage.h' (36,209) at 20210308005003760 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/flash.h' (36,210) at 20210307214925906 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00473_freewheel_memmap_package.h' (36,211) at 20210307214928682 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c' (36,212) at 20240405153047117 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemumips/machconfig' (36,213) at 20210307205554454 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/trace.h' (36,214) at 20241211090212470 2025-03-14 03:00:48.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l36.c' (36,215) at 20240405153232143 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/cougarcanyon2.c' (36,216) at 20210308005003008 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ia_css_yuv444_io.host.h' (36,217) at 20240405153051837 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/nbd.rst' (36,218) at 20240405153044937 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arjeplog_Galtispouda' (36,219) at 20210307205553778 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-3a.inc' (36,220) at 20240301090012451 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb' (36,221) at 20241221090017548 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cevt-r4k.c' (36,222) at 20240913080013765 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt712-sdca.h' (36,223) at 20240405153053745 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/msgutil.c' (36,224) at 20220525020654683 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml' (36,225) at 20220413030046446 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-configure-Check-for-symbol-from-libresolv-instead-of.patch' (36,226) at 20221003030013265 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/fp5280g3_fanboard.json' (36,227) at 20240305090004770 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/reset/st,stm32-rcc.txt' (36,228) at 20210308005003308 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/omap-gpmc.h' (36,229) at 20220525020654599 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enumaudio.rst' (36,230) at 20210309003648504 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/xdebug/xdebug_3.2.2.bb' (36,231) at 20231126090012805 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/sunplus,sp7021-pinctrl.yaml' (36,232) at 20240405153045137 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/meson64.h' (36,233) at 20210308005003604 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-hrefprev60-tvk.dts' (36,234) at 20240405153229899 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/native-perlinc.patch' (36,235) at 20241221090017664 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/microchipphy.h' (36,236) at 20210307214931442 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stats/meson.build' (36,237) at 20230925080039997 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7751/irq.c' (36,238) at 20210307214926542 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtnetlink.h' (36,239) at 20240405153052789 2025-03-14 03:00:48.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/ldflags.patch' (36,240) at 20210307205554458 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ulvohamn' (36,241) at 20210307205553794 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/priv.h' (36,242) at 20240405153048657 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/portals.c' (36,243) at 20210308005002832 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/220' (36,244) at 20210927100127493 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8450.h' (36,245) at 20240405153049173 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/mpc85xx_edac.c' (36,246) at 20240405153230291 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/datasym.c' (36,247) at 20240613080016559 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_mixer.c' (36,248) at 20241216090017701 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exdebug.c' (36,249) at 20240405153046621 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.82.0.bb' (36,250) at 20241221090017680 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb' (36,251) at 20241221090017552 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/sysfs.c' (36,252) at 20240405153049645 2025-03-14 03:00:48.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/Makefile' (36,253) at 20240405153049481 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/post_desc.json' (36,254) at 20221207040007843 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/power_supply.hpp' (36,255) at 20241217090008768 to deleted uid set 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb' (36,256) at 20231014080011735 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_dh.c' (36,257) at 20220525020654075 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/device.hpp' (36,258) at 20230511080035559 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts' (36,259) at 20240405153045725 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/renesas,rcar-rproc.yaml' (36,260) at 20240405153045149 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/sunxi_nand.c' (36,261) at 20210308005003416 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/bh1750.c' (36,262) at 20240405153048997 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/xusb-padctl-common.c' (36,263) at 20210308005002792 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dlink/dl2k.h' (36,264) at 20210307214929386 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/ethernet.h' (36,265) at 20210307214930638 2025-03-14 03:00:48.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/plugins.d/pels' (36,266) at 20221110040028914 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.BMC.service' (36,267) at 20230216040036091 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/debug.config' (36,268) at 20240405153054381 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/qrtr.h' (36,269) at 20240405153052897 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-xilinx.c' (36,270) at 20240405153051237 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/kas/qemuarm64-musl.yml' (36,271) at 20210307205554110 to deleted uid set 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/timezone/timezone.inc' (36,272) at 20241221090017680 to deleted uid set 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mediatek/mtk-cmdq.h' (36,273) at 20240405153052793 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+poonceonces.litmus' (36,274) at 20220525020655127 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/internal.h' (36,275) at 20240405153046193 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml' (36,276) at 20240405153045093 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml' (36,277) at 20240405153045041 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-u-boot.dtsi' (36,278) at 20210308005002564 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_uc1701.c' (36,279) at 20210307214930506 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/nds32/mapfile.csv' (36,280) at 20210307214932534 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/flush_icache.S' (36,281) at 20240405153046253 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1024rdb_36b.dts' (36,282) at 20210307214926346 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c' (36,283) at 20240919080017066 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/fpu.S' (36,284) at 20240405153230035 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb' (36,285) at 20241206090014238 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Access/meson.build' (36,286) at 20220913030027305 to deleted uid set 2025-03-14 03:00:48.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/isic_0.07.bb' (36,287) at 20241221090017580 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pm8xxx.c' (36,288) at 20240405153051501 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/mc.h' (36,289) at 20210308005002668 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/user.c' (36,290) at 20240405153053073 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/log-handler/meson.build' (36,291) at 20220108040030440 to deleted uid set 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/physmem.c' (36,292) at 20210308005002884 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb' (36,293) at 20230919080013974 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-zoom3.dts' (36,294) at 20240405153045605 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb' (36,295) at 20241221090017684 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch' (36,296) at 20210307205554478 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml' (36,297) at 20240405153045157 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c' (36,298) at 20220525020653503 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/df_v1_7.c' (36,299) at 20240910080014030 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x-kontron-kswitch-d10-mmt.dtsi' (36,300) at 20240405153045469 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/bfa.rst' (36,301) at 20210307214925558 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c' (36,302) at 20240405153050109 2025-03-14 03:00:48.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/translate.h' (36,303) at 20240906080037480 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/Makefile' (36,304) at 20210308005003044 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c' (36,305) at 20240405153054193 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_uac1_legacy.h' (36,306) at 20210307214930802 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-a33.c' (36,307) at 20240405153231339 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/compat_audit.c' (36,308) at 20240405153230035 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml' (36,309) at 20240405153229767 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/meson_wdt.c' (36,310) at 20240405153231599 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch' (36,311) at 20241221090017636 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_proc.c' (36,312) at 20240405153050549 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/sf.h' (36,313) at 20220525020653751 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/intel_i2c.c' (36,314) at 20210308005003384 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS8-ssh-host@.service' (36,315) at 20231025080019870 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb' (36,316) at 20241206090014266 to deleted uid set 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc_deflate.c' (36,317) at 20240405153053109 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/printf.sh' (36,318) at 20210307214932682 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_btf.h' (36,319) at 20240405153231939 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memstat/memstat/0001-Include-limits.h-for-PATH_MAX-definition.patch' (36,320) at 20230706080014745 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/microblaze_intc.h' (36,321) at 20210308005002808 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-host.yaml' (36,322) at 20240405153045125 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-en7523.c' (36,323) at 20241216090017693 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9330_1p2_initvals.h' (36,324) at 20210307214929766 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kalen' (36,325) at 20210307205553786 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/libfdt.i_shipped' (36,326) at 20210308005003728 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_chan.c' (36,327) at 20241018080014482 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/gbmc-systemd-config.bb' (36,328) at 20241206090014226 2025-03-14 03:00:48.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/m4if.txt' (36,329) at 20210307214925274 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c' (36,330) at 20220525020652963 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/once.h' (36,331) at 20241211090145537 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/ksi8560.dts' (36,332) at 20240405153046093 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/damon/design.rst' (36,333) at 20240405153045297 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/vas-api.h' (36,334) at 20220525020652042 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_cia.h' (36,335) at 20240405153045341 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_core.h' (36,336) at 20240405153230551 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ledgroup' (36,337) at 20221213040024897 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/268.out' (36,338) at 20210308005046465 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/flattree.c' (36,339) at 20240405153053445 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri.dtsi' (36,340) at 20240405153045529 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/moxa-smartio.rst' (36,341) at 20240405153045197 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/isl6423.c' (36,342) at 20240405153049289 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/format-code.sh' (36,343) at 20240304090034947 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend' (36,344) at 20241206090014230 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/types.h' (36,345) at 20210308005002544 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory.errors.yaml' (36,346) at 20210610000035122 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/hwmon.h' (36,347) at 20210307214931610 2025-03-14 03:00:48.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/stats64.h' (36,348) at 20230925080039933 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/mm/ident_map.c' (36,349) at 20241216090017689 to deleted uid set 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Porvoo_Suomenkyla' (36,350) at 20210307205553774 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/atomic-long.h' (36,351) at 20210308005003560 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb' (36,352) at 20240301090012435 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/types.hpp' (36,353) at 20241105090029599 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/spdif_transmitter.c' (36,354) at 20240405153053785 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csiphy.c' (36,355) at 20240405153049425 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/common.c' (36,356) at 20240405153046813 to deleted uid set 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/rm/api.h' (36,357) at 20210308005002640 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/redwood.dts' (36,358) at 20240405153046093 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5260-pinctrl.dtsi' (36,359) at 20240405153045569 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/pci.c' (36,360) at 20240405153050469 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/selftest/cases/cvechecker.py' (36,361) at 20210307205554110 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-read-bitmap.out' (36,362) at 20210927100127505 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/ppc476_modules.lds' (36,363) at 20210307214926450 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.296.0.bb' (36,364) at 20241221090017684 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h' (36,365) at 20210309003651596 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/README' (36,366) at 20210307214932738 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_plane.h' (36,367) at 20240405153048753 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dmi.h' (36,368) at 20210307214931378 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-rc32434.c' (36,369) at 20210307214926286 2025-03-14 03:00:48.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/gen-vdso.c' (36,370) at 20241211090212378 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-pin-priv.h' (36,371) at 20240405153230775 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-koneplus.c' (36,372) at 20240405153230655 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/Makefile' (36,373) at 20220525020653547 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/bioscfg.h' (36,374) at 20240405153231343 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sunxi_emac.c' (36,375) at 20210308005003444 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/bpf-fancy.c' (36,376) at 20210307214932130 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i8254.h' (36,377) at 20240405153052701 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/0001-librdmacm-Use-overloadable-function-attribute-with-c.patch' (36,378) at 20241221090017500 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/sys_info_param.cpp' (36,379) at 20210308004925452 to deleted uid set 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/files/LICENSE' (36,380) at 20240308090017907 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/tlbflush.h' (36,381) at 20220525020652198 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/soc/loongson/loongson2_guts.c' (36,382) at 20240405153231451 to deleted uid set 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/Makefile' (36,383) at 20240405153049469 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci.h' (36,384) at 20241211090212362 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_connect.sh' (36,385) at 20240418080014518 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094.dtsi' (36,386) at 20240405153045425 2025-03-14 03:00:48.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l56_hda_spi.c' (36,387) at 20240411080014158 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd_64.h' (36,388) at 20241211090212374 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/adi,adis16480.yaml' (36,389) at 20240405153045073 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/fsl-mxs-auart.yaml' (36,390) at 20240405153045153 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch' (36,391) at 20241221090017696 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_tls.c' (36,392) at 20240405153053385 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/proc.c' (36,393) at 20240405153232023 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_pdu001_defconfig' (36,394) at 20210308005003244 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/findbit.S' (36,395) at 20240405153045633 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/j1939.rst' (36,396) at 20241211090145369 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pmmu_hbw_stlb_regs.h' (36,397) at 20240405153046601 2025-03-14 03:00:48.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/uncore-memory.json' (36,398) at 20240405153054137 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/otp.c' (36,399) at 20230720080043539 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/sgx.h' (36,400) at 20240405153046401 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/meas,ms5611.yaml' (36,401) at 20240405153045077 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/Kconfig' (36,402) at 20220525020654091 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sifive/Kconfig' (36,403) at 20240405153051769 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ltc2990.txt' (36,404) at 20210307214925322 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed_wo.h' (36,405) at 20240405153050081 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tailcalls.c' (36,406) at 20240405153232259 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420-n8x0-common.dtsi' (36,407) at 20240405153045601 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb' (36,408) at 20241221090017484 2025-03-14 03:00:48.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/settings' (36,409) at 20240405153054369 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/sky2.h' (36,410) at 20240405153050077 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config.bb' (36,411) at 20241206090014230 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/Makefile.zboot' (36,412) at 20240405153047041 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/280' (36,413) at 20220429100100914 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_fdir.h' (36,414) at 20240405153230967 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_immap.h' (36,415) at 20210308005003652 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/dp_notify.c' (36,416) at 20210307214932038 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/memcpy-700.S' (36,417) at 20210307214925674 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi-parameters.rst' (36,418) at 20220525020651758 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/ipic.h' (36,419) at 20210307214926486 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vrr.h' (36,420) at 20240405153048465 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-ipq806x.c' (36,421) at 20240405153232187 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/udp_media.h' (36,422) at 20210307214932098 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ilitek_ts_i2c.c' (36,423) at 20241008080013935 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vdso/vsyscall.h' (36,424) at 20210307214926494 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-dv-timings.rst' (36,425) at 20210307214925466 2025-03-14 03:00:48.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_cwksp.h' (36,426) at 20240405153053117 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun8i-a33-ths.yaml' (36,427) at 20240405153045069 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/micropatch.c' (36,428) at 20210309003648936 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strcpy.S' (36,429) at 20240405153229859 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb' (36,430) at 20241206090014342 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/mcf8390.c' (36,431) at 20240405153049773 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-kilauea.c' (36,432) at 20210307214926338 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/sram.h' (36,433) at 20210307214925878 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/hecubafb.h' (36,434) at 20210307214931694 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/skeleton_hs_idu.dtsi' (36,435) at 20210307214925666 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nicvf_queues.h' (36,436) at 20210309003650588 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-robotfuzz-osif.c' (36,437) at 20210713000020208 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/gateway_common.c' (36,438) at 20240405153231987 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/sherrors.py' (36,439) at 20210307205554242 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/filedescriptor.cpp' (36,440) at 20210308005103637 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/pwm-tacho-controller@1e786000.conf' (36,441) at 20240904080027730 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/rockchip/tinker_rk3288/tinker-rk3288.c' (36,442) at 20210308005003040 to deleted uid set 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/5level-paging.rst' (36,443) at 20240405153044989 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/fsl-mc-bus.c' (36,444) at 20240405153230195 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s2mps14.h' (36,445) at 20210307214931434 2025-03-14 03:00:48.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/185' (36,446) at 20240326080039730 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/raid10.c' (36,447) at 20240405153230771 to deleted uid set 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_bpftool_synctypes.py' (36,448) at 20240405153054285 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_r5_defconfig' (36,449) at 20210308005003284 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/pluginbase.py' (36,450) at 20220204040022692 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/sdram.c' (36,451) at 20210308005002856 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/hvf-cpu.c' (36,452) at 20240326080039662 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/bcache_ondisk.h' (36,453) at 20240405153049233 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/goya/goya_security.c' (36,454) at 20240405153046573 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_dpi.c' (36,455) at 20240405153230643 2025-03-14 03:00:48.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_connect4.c' (36,456) at 20210307214932646 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/nic301.h' (36,457) at 20210308005002780 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/spl_picon.c' (36,458) at 20210308005002920 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/ubd.h' (36,459) at 20210307214926618 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarnforsen' (36,460) at 20210307205553782 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/xlated_dumper.c' (36,461) at 20240405153232207 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_ll2_if.h' (36,462) at 20240405153052781 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/cat-texi.perl' (36,463) at 20220525020655127 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cb_refs.c' (36,464) at 20240405153054249 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/dumpstack.c' (36,465) at 20210309003648980 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_64x64.png' (36,466) at 20210308005046549 to deleted uid set 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/fusb300_udc.c' (36,467) at 20240405153052085 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/hihope-rev4.dtsi' (36,468) at 20241211090145373 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/microwatt.dts' (36,469) at 20240405153046093 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/realtek.yaml' (36,470) at 20240405153045117 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/sys-queue.h' (36,471) at 20210307205554486 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/eukrea-tlv320.c' (36,472) at 20240405153053905 2025-03-14 03:00:48.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/Kconfig' (36,473) at 20240405153231299 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/privcmd-buf.c' (36,474) at 20240405153052249 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb' (36,475) at 20220402030015903 to deleted uid set 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/ls7a_rtc.c' (36,476) at 20241211090212326 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbus_active_unittest.cpp' (36,477) at 20240904080040763 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/xlnx-versal-trng-test.c' (36,478) at 20240906080037576 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4458.c' (36,479) at 20240405153053565 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/md/index.rst' (36,480) at 20210307214925462 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-xp.c' (36,481) at 20210307214926994 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound_1.22.0.bb' (36,482) at 20241221090017500 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/README' (36,483) at 20210308005002976 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/msl_verify.cpp' (36,484) at 20240711080019223 to deleted uid set 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/unaligned-memory-access.rst' (36,485) at 20240405153045289 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/floating-point.json' (36,486) at 20240405153054145 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi' (36,487) at 20210308005002596 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch' (36,488) at 20241221090017664 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (36,489) at 20210812000025262 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_vxlan.sh' (36,490) at 20240405153054297 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/Makefile' (36,491) at 20240405153046157 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch' (36,492) at 20230811080018302 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm-perf.h' (36,493) at 20240405153048889 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/002' (36,494) at 20210927100127473 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FBM' (36,495) at 20241221090017616 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/crt0_riscv_efi.S' (36,496) at 20210308005002844 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/reset.c' (36,497) at 20210308005002548 2025-03-14 03:00:48.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/futex-contention-report' (36,498) at 20210307214932566 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mlxbf2.c' (36,499) at 20240405153047077 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/main.c' (36,500) at 20240815080012911 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-skl-match.c' (36,501) at 20240405153053957 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml' (36,502) at 20240405153045029 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.h' (36,503) at 20240405153047285 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s2mps14.yaml' (36,504) at 20240405153045145 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw53xx.dtsi' (36,505) at 20240405153229887 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_transport_spi.c' (36,506) at 20240830080013303 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-ppc-thread-pointer.h' (36,507) at 20220804100016152 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-common.yaml' (36,508) at 20240405153045109 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/conf/layer.conf' (36,509) at 20241221090017544 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/cake.json' (36,510) at 20240405153054377 2025-03-14 03:00:48.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mmc_host_def.h' (36,511) at 20210308005002660 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/chcr_crypto.h' (36,512) at 20240405153230259 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/signal.S' (36,513) at 20210307214932706 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vt8623fb.c' (36,514) at 20240405153052225 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gk104.c' (36,515) at 20240405153048661 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/README' (36,516) at 20210308005002964 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/Makefile' (36,517) at 20240405153052157 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa32r6-linux' (36,518) at 20241206090014350 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-p2m.c' (36,519) at 20220525020653275 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/ld_imm64.c' (36,520) at 20240405153232263 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c' (36,521) at 20240830080013287 to deleted uid set 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/archive-source.sh' (36,522) at 20241211090212458 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-type-list.out' (36,523) at 20210308005046409 to deleted uid set 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/probe.c' (36,524) at 20240405153053941 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/Makefile' (36,525) at 20210308005002956 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/syscallhdr.sh' (36,526) at 20241211090212378 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/bmcctl/control_bmc_obj.c' (36,527) at 20210308004922932 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb' (36,528) at 20241221090017564 to deleted uid set 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usb/usb_manager.cpp' (36,529) at 20241107090019841 to deleted uid set 2025-03-14 03:00:48.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/netdev-times-record' (36,530) at 20210307214932566 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/Kconfig' (36,531) at 20240405153052065 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/goya_blocks.h' (36,532) at 20240405153046605 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-read.rst' (36,533) at 20210309003648492 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_task.h' (36,534) at 20210308005046289 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/templates/layer.conf' (36,535) at 20210407000018114 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/deadline.c' (36,536) at 20241216090017777 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-uniphier-aidet.c' (36,537) at 20240405153230751 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nilfs2.rst' (36,538) at 20240405153229811 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_resource.h' (36,539) at 20240405153051601 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vfio_zdev.h' (36,540) at 20221215040039202 2025-03-14 03:00:48.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/ipmi-network-format.md' (36,541) at 20240808080020596 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/topology.h' (36,542) at 20210307214926222 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-monitor/mslverify/meson.build' (36,543) at 20220625030026172 to deleted uid set 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/helper.c' (36,544) at 20240906080037528 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,sm8550-rpmh.yaml' (36,545) at 20240405153045081 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/ld_abs.c' (36,546) at 20210307214932662 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core-iso.c' (36,547) at 20210309003649356 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h' (36,548) at 20220525020654127 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/example.cfg' (36,549) at 20210307214932618 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-piix4.rst' (36,550) at 20240405153045217 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/phosphor-dbus-interfaces.wrap' (36,551) at 20230602080035412 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_regs.h' (36,552) at 20241211090212306 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/gbe.h' (36,553) at 20210307214931694 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/pgpool.sysconfig' (36,554) at 20230401080011931 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_samsung.c' (36,555) at 20210309003650488 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_dbg.c' (36,556) at 20240405153049397 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c' (36,557) at 20240405153051881 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/timex.h' (36,558) at 20220627100016926 2025-03-14 03:00:48.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/shmparam.h' (36,559) at 20210307214925854 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/vsprintf.c' (36,560) at 20240405153231955 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/recovery.h' (36,561) at 20240613080016491 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-m31.c' (36,562) at 20240503080014490 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb' (36,563) at 20241221090017636 to deleted uid set 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0008-greeter.c-show-information-on-gtk-label-info.patch' (36,564) at 20210307205553946 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_qca953x.c' (36,565) at 20210308005003456 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cjson/cjson/run-ptest' (36,566) at 20231126090012789 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/Kconfig' (36,567) at 20240405153045989 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/op-start-host@.service' (36,568) at 20210307205554066 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/Kconfig' (36,569) at 20241211090212282 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pnv-pci.h' (36,570) at 20240405153046125 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/mman.h' (36,571) at 20240405153045349 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2' (36,572) at 20210307205554422 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pxa-common.h' (36,573) at 20210308005003612 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/rtlx.h' (36,574) at 20240405153046013 2025-03-14 03:00:48.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/0001-ogginfo-Include-utf8.h-for-missing-utf8_decode.patch' (36,575) at 20220910030013349 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/0002-gpio-Include-limits.h-for-PATH_MAX.patch' (36,576) at 20240113090014536 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip_tunnels.h' (36,577) at 20241111090012149 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3036.h' (36,578) at 20210308005002660 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/vc4graphics.cfg' (36,579) at 20241221090017576 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-artpec6.c' (36,580) at 20210307214930090 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk01.1-c1.dts' (36,581) at 20240405153045541 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_cpu.h' (36,582) at 20241211090212218 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4240rdb.c' (36,583) at 20210308005002996 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidump/apmain.c' (36,584) at 20240405153054213 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,meson8b-usb2-phy.yaml' (36,585) at 20240405153045129 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-yaml-provider_git.bb' (36,586) at 20220921030015986 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml' (36,587) at 20240405153229759 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid-gen1.h' (36,588) at 20220525020653291 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_windsor.h' (36,589) at 20240405153049397 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc_ahsata.h' (36,590) at 20210308005003644 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_devtbl.h' (36,591) at 20210307214930390 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/tfm_sign_image.bbclass' (36,592) at 20230317080013781 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_s_w_ph.c' (36,593) at 20210308005046505 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429-pinctrl.dtsi' (36,594) at 20210308005002616 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/platform-cardlist.rst' (36,595) at 20240405153044957 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/ia_css_ref.host.c' (36,596) at 20240405153051837 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/index.html' (36,597) at 20230114040015510 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-our_range_memslots.h' (36,598) at 20240906080037224 2025-03-14 03:00:48.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/socfpga.c' (36,599) at 20210308005002952 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/074_vblock.dts' (36,600) at 20210308005003752 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch' (36,601) at 20241206090014326 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/obmc/edid/program_edid' (36,602) at 20230809080018199 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic.h' (36,603) at 20240405153049889 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_conv.S' (36,604) at 20210308005046529 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS3.conf' (36,605) at 20240529080017843 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8349ITX.h' (36,606) at 20210308005003576 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_westwood.c' (36,607) at 20220627100017186 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7981.c' (36,608) at 20240405153051317 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml' (36,609) at 20240405153229767 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qnull.c' (36,610) at 20221215040039266 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts' (36,611) at 20240405153229923 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/qos.c' (36,612) at 20210308005003036 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/printk-formats.rst' (36,613) at 20240405153045289 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/tables.h' (36,614) at 20210308005002880 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci.c' (36,615) at 20210309003648976 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/smc.h' (36,616) at 20210307214925882 2025-03-14 03:00:48.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/sdbusplus.wrap' (36,617) at 20220322030031996 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c' (36,618) at 20240405153048369 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateService.v1_14_1.json' (36,619) at 20240918080002724 to deleted uid set 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func14.c' (36,620) at 20240405153054277 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_ram.c' (36,621) at 20210308005003340 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/7990.h' (36,622) at 20210307214929290 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/unwind.c' (36,623) at 20220525020651990 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c' (36,624) at 20210308005046513 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/rtc.c' (36,625) at 20240405153229855 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/btf.h' (36,626) at 20240405153231803 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-cpu-8996.c' (36,627) at 20240405153230219 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/socket.h' (36,628) at 20240405153052937 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/i5500_temp.c' (36,629) at 20240405153048857 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dvb_dummy_fe.c' (36,630) at 20210307214928626 2025-03-14 03:00:48.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ast2400-facebook-netbmc-common.dtsi' (36,631) at 20240405153045421 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/mcast_snoop.c' (36,632) at 20210524100035106 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/g4x_hdmi.h' (36,633) at 20240405153048433 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-perl_0.08.bb' (36,634) at 20231011080016610 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/spl.c' (36,635) at 20210308005002784 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sabre_common.h' (36,636) at 20210308005003604 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-hcd.c' (36,637) at 20240405153231559 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/qdu1000.c' (36,638) at 20240405153230735 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-dmabuf.h' (36,639) at 20240326080039542 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/pwm.h' (36,640) at 20210308005002672 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_SPIFLASH_defconfig' (36,641) at 20210308005003244 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-owl/sysmap-s900.c' (36,642) at 20210308005002768 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_device.h' (36,643) at 20241018080014570 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-rpm-clocks.c' (36,644) at 20240405153230735 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cachetype.h' (36,645) at 20210307214925846 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mtmips-sysc.yaml' (36,646) at 20240405153045025 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nitrogen6x.h' (36,647) at 20210308005003608 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners.yml' (36,648) at 20240906080037132 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/internal.h' (36,649) at 20240405153052489 2025-03-14 03:00:48.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/bootm.c' (36,650) at 20210308005002844 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/brcm,iproc-flexrm-mbox.txt' (36,651) at 20240405153229771 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.yaml' (36,652) at 20210309003648320 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/mmu_context.c' (36,653) at 20240405153046189 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5682s.c' (36,654) at 20241008080014047 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Knuth-CTAN' (36,655) at 20241221090017616 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/181' (36,656) at 20230925080040089 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/xt.json' (36,657) at 20240405153054377 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/Makefile' (36,658) at 20210307214929530 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/Kconfig' (36,659) at 20210308005003024 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Dotseqn' (36,660) at 20211006000025234 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/tach.hpp' (36,661) at 20240820080023694 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020mbg-pc_36b.dts' (36,662) at 20210307214926346 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_device_fallback.c' (36,663) at 20240405153232087 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/files/fw_env.config' (36,664) at 20230704080013871 2025-03-14 03:00:48.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight.rst' (36,665) at 20240405153045269 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.linter-ignore' (36,666) at 20240826080030471 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ac97/controller.h' (36,667) at 20210307214931594 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-tracepoints.c' (36,668) at 20240405153046217 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/Kconfig' (36,669) at 20240405153049525 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/wakemain.c' (36,670) at 20240405153046493 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/Makefile' (36,671) at 20240405153046901 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern3.c' (36,672) at 20210309003655984 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0003-error.h-is-specific-to-glibc-on-linux.patch' (36,673) at 20230706080014737 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/asm-offsets.c' (36,674) at 20210308005002844 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/spi.c' (36,675) at 20240405153051145 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/topology.h' (36,676) at 20210307214926222 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/SnmpAlertsStore.js' (36,677) at 20241004080035963 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/arche_platform.h' (36,678) at 20210307214930514 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/meson/Kconfig' (36,679) at 20220525020652430 2025-03-14 03:00:48.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c' (36,680) at 20240405153046925 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu.h' (36,681) at 20241211090212466 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hw_irq.h' (36,682) at 20240405153230111 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/siginfo.h' (36,683) at 20220525020651798 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm179x.h' (36,684) at 20210307214932322 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/Makefile' (36,685) at 20240405153232287 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hnae3.c' (36,686) at 20241115090012953 to deleted uid set 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/recipes.txt' (36,687) at 20210309003655368 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/reg.h' (36,688) at 20210308005002816 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/mux.c' (36,689) at 20210308005002948 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libseccomp/files/run-ptest' (36,690) at 20230317080013829 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-pico-hobbit.dtsi' (36,691) at 20240405153045517 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/imx_sc_wdt.c' (36,692) at 20241008080013987 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/apple_m1_pmu.h' (36,693) at 20240405153045849 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.acpihmat-generic-x' (36,694) at 20241211090212534 to deleted uid set 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c' (36,695) at 20240405153048633 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mt7628-eth.c' (36,696) at 20210308005003436 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/coco.h' (36,697) at 20240503080014466 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/max2175.txt' (36,698) at 20210307214925350 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_acl_drops.sh' (36,699) at 20210307214932666 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/printk_ringbuffer.h' (36,700) at 20240405153053025 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/apx4devkit.c' (36,701) at 20210308005002924 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/common.h' (36,702) at 20240405153045653 2025-03-14 03:00:48.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ltc1660.c' (36,703) at 20240405153048977 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sample.h' (36,704) at 20240405153054201 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashldi3.c' (36,705) at 20210308005002852 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sandbox-kernel.dts' (36,706) at 20210308005003744 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810_main.c' (36,707) at 20240405153231583 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5272C3.h' (36,708) at 20210308005003576 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/pci.c' (36,709) at 20210308005002992 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max77976.yaml' (36,710) at 20240405153045141 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere-host-force-reset@.service' (36,711) at 20220603100015803 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration.h' (36,712) at 20241211090212390 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_serial_mii_defconfig' (36,713) at 20210308005003236 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/translate.c' (36,714) at 20240906080037528 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udivsi3_i4i-Os.S' (36,715) at 20210308005002852 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rautjarvi_Simpele' (36,716) at 20210307205553774 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb' (36,717) at 20210528000029723 2025-03-14 03:00:48.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/amcore.c' (36,718) at 20210308005003056 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/files/rl-native.map' (36,719) at 20220204040022624 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/arm-softmmu/default.mak' (36,720) at 20241211090212218 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mana/main.c' (36,721) at 20241011080017319 to deleted uid set 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vlsrw.S' (36,722) at 20230426080043952 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/guest-debug/run-test.py' (36,723) at 20241211090212542 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget_printer.rst' (36,724) at 20220525020651778 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_loader.py' (36,725) at 20210307205554434 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/run-ci.sh' (36,726) at 20221213040033301 2025-03-14 03:00:48.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/Kconfig' (36,727) at 20210308005002920 2025-03-14 03:00:48.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/sysfs-schemes.c' (36,728) at 20241125090012259 2025-03-14 03:00:48.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/alert-banner.js' (36,729) at 20210308005107069 2025-03-14 03:00:48.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/configuration/entity-manager_%.bbappend' (36,730) at 20241226090016123 2025-03-14 03:00:48.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.scrapyard' (36,731) at 20210308005003296 2025-03-14 03:00:48.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf' (36,732) at 20210308005003528 to deleted uid set 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz_common.c' (36,733) at 20241220090018310 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/sp887x.h' (36,734) at 20210307214928638 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/Kconfig.debug' (36,735) at 20240405153046089 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/icewm_3.6.0.bb' (36,736) at 20241221090017516 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-ppc-of.c' (36,737) at 20240405153052097 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_qm_regs.h' (36,738) at 20240405153046589 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/0001-Do-not-overwrite-all-our-build-flags.patch' (36,739) at 20210920100029307 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dyna_pci10xx.c' (36,740) at 20240405153046897 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/intc-2.c' (36,741) at 20240405153045957 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/microwatt/Makefile' (36,742) at 20220525020652074 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.cpp' (36,743) at 20240820080023694 to deleted uid set 2025-03-14 03:00:48.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/cdx/private.h' (36,744) at 20240405153052161 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm1031.c' (36,745) at 20240405153048841 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh_pathtbl.c' (36,746) at 20240624080012828 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si_dma.c' (36,747) at 20240405153047161 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/hwspinlock_internal.h' (36,748) at 20240910080014046 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/rc-intro.rst' (36,749) at 20220525020651782 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input.c' (36,750) at 20240613080016419 2025-03-14 03:00:48.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ps3av.h' (36,751) at 20240405153046125 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/framebuffer-coreboot.c' (36,752) at 20240405153047045 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/asm/barrier.h' (36,753) at 20210307214932454 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/Build' (36,754) at 20210307214932514 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/eeprom_field.h' (36,755) at 20210308005003644 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/st,m41t80.yaml' (36,756) at 20240405153045153 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (36,757) at 20211015100030976 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/scsi_netlink_fc.h' (36,758) at 20240405153052949 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/test/meson.build' (36,759) at 20240823080032949 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb' (36,760) at 20241221090017472 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-internal-sd.c' (36,761) at 20210307214930578 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-hub.c' (36,762) at 20240405153052105 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb' (36,763) at 20240413080012659 to deleted uid set 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/starfire.h' (36,764) at 20210307214926586 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/st_fdma.h' (36,765) at 20210307214927142 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c' (36,766) at 20240405153050637 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ifdtool.h' (36,767) at 20210308005003764 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-stm32.c' (36,768) at 20210309003649988 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml' (36,769) at 20240405153045101 2025-03-14 03:00:48.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/axg-audio.h' (36,770) at 20240405153230215 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_qm_masks.h' (36,771) at 20240405153046585 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/privilege_registry.hpp' (36,772) at 20240417080003122 to deleted uid set 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/of_extra.c' (36,773) at 20210308005003356 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/Makefile' (36,774) at 20210307214932618 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky-tiny.conf' (36,775) at 20241221090017604 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_stm33_defconfig' (36,776) at 20210308005003236 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Faltrask' (36,777) at 20210307205553782 2025-03-14 03:00:48.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/settings.hpp' (36,778) at 20240829080022542 2025-03-14 03:00:48.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv.c' (36,779) at 20241211090212318 2025-03-14 03:00:48.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/inode.c' (36,780) at 20241211090145509 to deleted uid set 2025-03-14 03:00:48.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-compat-ioctl32.c' (36,781) at 20240405153049581 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/docs/about/deprecated.rst' (36,782) at 20241211090212230 to deleted uid set 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dw-bt1.c' (36,783) at 20240405153051785 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/utils.S' (36,784) at 20210308005002712 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ingenic,aic.yaml' (36,785) at 20240405153045165 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/rt305x/cpu-feature-overrides.h' (36,786) at 20240405153046005 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall1.c' (36,787) at 20240405153054273 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ldsx_insn.c' (36,788) at 20240405153232259 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/intel_vr_nor.c' (36,789) at 20210307214929214 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-libhei-rev.inc' (36,790) at 20241208090011420 to deleted uid set 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi' (36,791) at 20240405153229967 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-bananapi-m2-plus.dts' (36,792) at 20240405153045389 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/entrypoints/Makefile' (36,793) at 20240405153230651 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd.h' (36,794) at 20241211090212390 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie_1.7.2.bb' (36,795) at 20241221090017676 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/function/f_midi.c' (36,796) at 20240405153231551 to deleted uid set 2025-03-14 03:00:48.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-fifo.c' (36,797) at 20241211090212554 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx_lib.c' (36,798) at 20240405153232127 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.3.rst' (36,799) at 20241221090017596 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_int.h' (36,800) at 20210308005045729 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/irq.c' (36,801) at 20210307214926538 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-cropcap.rst' (36,802) at 20240405153045321 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddr_dimm_params.h' (36,803) at 20210308005003648 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/3w-9xxx.h' (36,804) at 20220525020653975 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-topic-miamiplus.dts' (36,805) at 20210308005002632 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogEntryCollection.json' (36,806) at 20240619080002948 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/idt,89hpesx.yaml' (36,807) at 20240405153045109 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/hafnium/hafnium_%.bbappend' (36,808) at 20241221090017464 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (36,809) at 20210819000021018 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_6527.c' (36,810) at 20240405153046897 2025-03-14 03:00:48.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-audio.c' (36,811) at 20240906080037304 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_bridge.h' (36,812) at 20240405153052705 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/Makefile' (36,813) at 20240405153047253 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/bilge-0.2-rs.wrap' (36,814) at 20241211090212458 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_bmc_devicetree.robot' (36,815) at 20231018080016463 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos5250-sata.c' (36,816) at 20220525020653871 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/config.mk' (36,817) at 20210308005002732 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb' (36,818) at 20230813080012856 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/Makefile' (36,819) at 20210308005002760 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/0001-Run-native-cd_idt8-cd_create_profile.patch' (36,820) at 20210307205553966 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/makelst' (36,821) at 20210307214932158 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/parse-console.sh' (36,822) at 20240405153054365 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r16-parrot.dts' (36,823) at 20210308005002628 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/efi_stub_64.S' (36,824) at 20220525020652190 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman.h' (36,825) at 20241216090017713 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmicert_management.robot' (36,826) at 20240628080017117 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_masks.h' (36,827) at 20240405153046597 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/Makefile' (36,828) at 20210307214929914 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/item_updater.hpp' (36,829) at 20241211090205454 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-sbsa-ref.inc' (36,830) at 20241206090014210 2025-03-14 03:00:48.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi' (36,831) at 20240405153229935 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/physaddr.c' (36,832) at 20210309003648800 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/0001-board-aspeed-Add-Mux-for-yosemitev2.patch' (36,833) at 20220326030009230 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_pvdev.h' (36,834) at 20240906080037340 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/googletest.wrap' (36,835) at 20220805030037283 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ibmaem.c' (36,836) at 20240405153048857 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/memory.json' (36,837) at 20240405153054141 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/buffer.rst' (36,838) at 20240405153045313 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-qcom-cci.c' (36,839) at 20240405153230679 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/jevents.py' (36,840) at 20240405153232231 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/setup-irq.c' (36,841) at 20240405153051261 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mem-events.c' (36,842) at 20240405153232239 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/vala/vala_0.56.17.bb' (36,843) at 20241206090014334 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/trats2.c' (36,844) at 20210308005003044 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/hostaudio_kern.c' (36,845) at 20240405153230099 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipy/run-ptest' (36,846) at 20240301090012431 to deleted uid set 2025-03-14 03:00:48.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/docs/README.md' (36,847) at 20240909080026931 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/TrustedComponent/meson.build' (36,848) at 20240229090018787 to deleted uid set 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_lib.c' (36,849) at 20210309003649296 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/images/core-image-sato-dev.bb' (36,850) at 20210316000012737 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/controllers/Kconfig' (36,851) at 20240405153049709 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4-linux-user.mak' (36,852) at 20230925080039837 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-cl-som-imx7.dts' (36,853) at 20240405153045529 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fsel.c' (36,854) at 20210307214926438 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/util.cpp' (36,855) at 20240301090004938 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UCB' (36,856) at 20210307205554426 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_mst_topology_internal.h' (36,857) at 20240405153048389 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nf_reject_ipv6.c' (36,858) at 20241111090012165 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h' (36,859) at 20210307214927954 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_tpg.c' (36,860) at 20240405153051965 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-microgea-stm32mp1.dtsi' (36,861) at 20240405153045585 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/st,st-hva.txt' (36,862) at 20210307214925354 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/generate-cmdlist.sh' (36,863) at 20240405153054193 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ina2xx.c' (36,864) at 20240405153230663 2025-03-14 03:00:48.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/misc.c' (36,865) at 20210308005003740 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/init.c' (36,866) at 20240624080012780 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/systemd-sulogin-force.conf' (36,867) at 20240417080014694 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-data.txt' (36,868) at 20220525020655131 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/.gitignore' (36,869) at 20210307205553738 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/eventfd.c' (36,870) at 20240405153052333 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/custom_method.c' (36,871) at 20220525020652242 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c' (36,872) at 20210308005002904 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c' (36,873) at 20240628080013989 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/dma_v.h' (36,874) at 20210307214926226 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/Kconfig' (36,875) at 20210308005003412 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm64.cfg' (36,876) at 20220804030014691 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tracepoint.c' (36,877) at 20240405153046437 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx35-clock.yaml' (36,878) at 20240405153045025 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map-metadata.c' (36,879) at 20240830080013271 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_inflate.c' (36,880) at 20210307214927082 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/shift.c' (36,881) at 20220429100100946 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml' (36,882) at 20240405153045013 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-asus-tf101.dts' (36,883) at 20240405153229879 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue' (36,884) at 20241004080035959 2025-03-14 03:00:48.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/yitian710/sys/metrics.json' (36,885) at 20240405153232227 2025-03-14 03:00:48.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/stm32-lptimer.h' (36,886) at 20240405153052733 2025-03-14 03:00:48.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_11_0_sh_mask.h' (36,887) at 20240405153048117 2025-03-14 03:00:48.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/xlnx,pr-decoupler.yaml' (36,888) at 20240405153045057 2025-03-14 03:00:48.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/zone.hpp' (36,889) at 20240820080023690 to deleted uid set 2025-03-14 03:00:48.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts' (36,890) at 20240405153045457 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw52xx.dts' (36,891) at 20240405153045501 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-meas-spec' (36,892) at 20210307214925194 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ieee80211.yaml' (36,893) at 20240405153045121 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9055-regulator.c' (36,894) at 20240405153051461 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r3.dts' (36,895) at 20220525020651926 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Umfors' (36,896) at 20210307205553794 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/dawr-power9.rst' (36,897) at 20240405153045245 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/Makefile' (36,898) at 20210308005002924 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aristainetos2b_defconfig' (36,899) at 20210308005003248 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ppc440spe-adma.txt' (36,900) at 20210307214925402 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce300c2.inc' (36,901) at 20210905000020581 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarsbyn' (36,902) at 20210307205553782 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/dma.h' (36,903) at 20240405153045973 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mmzone.h' (36,904) at 20210307214926062 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/DriveMetrics_v1.xml' (36,905) at 20240619080002924 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/nconf.c' (36,906) at 20210308005003732 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf.c' (36,907) at 20220525020653319 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/mc0306d4_00000018.dtsi' (36,908) at 20210308005002872 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/compat_vdso.S' (36,909) at 20240405153046253 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/osdmap.h' (36,910) at 20220525020654555 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/mmu.h' (36,911) at 20240405153046069 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-fb-24bpp-s3c64xx.c' (36,912) at 20210309003648720 2025-03-14 03:00:48.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/probes.h' (36,913) at 20210309003648776 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/inv_sensors/inv_sensors_timestamp.c' (36,914) at 20241216090017705 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/sclk-div.c' (36,915) at 20240405153046801 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_mbox.c' (36,916) at 20240405153051641 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_mr.c' (36,917) at 20240405153051709 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/README.ipam390' (36,918) at 20210308005002900 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/dma-register.h' (36,919) at 20210307214926550 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx224.dts' (36,920) at 20240405153045797 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vislanda_Nydala' (36,921) at 20210307205553794 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/fib_notifications.sh' (36,922) at 20220525020655207 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_hw.h' (36,923) at 20240405153231071 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb' (36,924) at 20241221090017524 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/LICENCE' (36,925) at 20210308005113633 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio-mux.yaml' (36,926) at 20240405153045117 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JsonSchemaFileCollection.json' (36,927) at 20240619080002948 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device.c' (36,928) at 20241211090145485 2025-03-14 03:00:48.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/Kconfig' (36,929) at 20240405153231351 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/sdram_config.h' (36,930) at 20210308005002912 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alteon/Kconfig' (36,931) at 20210307214929286 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5485EVB.h' (36,932) at 20210308005003576 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_syscall.h' (36,933) at 20220429100100614 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ebcdic.h' (36,934) at 20210308005046029 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kalarne' (36,935) at 20210307205553786 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/x264/x264_git.bb' (36,936) at 20241206090014346 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx7.c' (36,937) at 20240906080037192 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios.hpp' (36,938) at 20240903080027139 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_type.h' (36,939) at 20240405153231071 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_scsi.c' (36,940) at 20240405153051933 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-sram.h' (36,941) at 20210307214928690 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-ps-api-test_git.bb' (36,942) at 20220910030013341 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0001-Fix-time.h-check.patch' (36,943) at 20230503080014583 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h' (36,944) at 20240405153046005 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/files/static-group-meta-multimedia' (36,945) at 20231014080011723 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbxface.c' (36,946) at 20240405153046625 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/buffer_test.cpp' (36,947) at 20241219090002124 2025-03-14 03:00:48.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/hsi_core.h' (36,948) at 20210307214928110 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts' (36,949) at 20240405153045989 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/remote_node_table.h' (36,950) at 20210309003652492 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/fusion.patch' (36,951) at 20210307205553938 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.h' (36,952) at 20210307214927286 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/spinlock_types.h' (36,953) at 20240405153045941 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ds2780_battery.c' (36,954) at 20240405153051433 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_vpu_if.c' (36,955) at 20240805080013967 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/mktree.c' (36,956) at 20210307214926362 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-spear.c' (36,957) at 20240405153230859 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/copy_page_mck.S' (36,958) at 20240405153229995 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/kp_id_rev.h' (36,959) at 20210308005003012 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/args.hpp' (36,960) at 20210308005056661 to deleted uid set 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic0_qm0_masks.h' (36,961) at 20240405153046577 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/timestamping.rst' (36,962) at 20240405153045241 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field5.decode' (36,963) at 20210308005046389 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5329EVB.h' (36,964) at 20210308005003576 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/ibm/meson.build' (36,965) at 20240908080010102 2025-03-14 03:00:48.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/BMC/meson.build' (36,966) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/dec_and_test' (36,967) at 20240405153053437 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Task_v1.xml' (36,968) at 20240619080002936 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usbusx2yaudio.c' (36,969) at 20240405153054029 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_pc2_defconfig' (36,970) at 20210308005003272 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/can-controller.yaml' (36,971) at 20240405153045113 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/Kconfig' (36,972) at 20241211090212314 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_req.h' (36,973) at 20240405153046933 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/pid/zone_interface.hpp' (36,974) at 20241022080027608 to deleted uid set 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuusamo_Hamppulampi' (36,975) at 20210307205553770 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/Kconfig' (36,976) at 20240405153049733 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/bits.h' (36,977) at 20241211090212374 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_all_projects_page.py' (36,978) at 20241221090017592 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bfq-cgroup.c' (36,979) at 20240405153046513 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/call_stack.tcl' (36,980) at 20210308005007108 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/libxml2_conf.patch' (36,981) at 20230706080014769 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_open_unittest.cpp' (36,982) at 20220108040030440 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/atmel.h' (36,983) at 20220525020654603 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_helper_unittest.cpp' (36,984) at 20240817080027656 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/116.out' (36,985) at 20210927100127481 2025-03-14 03:00:48.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogServiceCollection.json' (36,986) at 20240619080002948 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ia_css_csc_types.h' (36,987) at 20210307214930554 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (36,988) at 20221122040015511 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/fw_cfg.c' (36,989) at 20241211090212314 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6adm-routing.yaml' (36,990) at 20240405153045169 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm963138.dts' (36,991) at 20240405153045433 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sm3_avx_glue.c' (36,992) at 20240405153046365 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/blk.h' (36,993) at 20210308005003564 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/hellcreek_ptp.c' (36,994) at 20240405153230903 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/a32-uncond.decode' (36,995) at 20230426080043856 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.h' (36,996) at 20240405153230571 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/Kconfig' (36,997) at 20210307214929902 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/Makefile' (36,998) at 20240405153051485 2025-03-14 03:00:48.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json' (36,999) at 20241109090010806 to deleted uid set 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_8_1_d.h' (37,000) at 20210307214927526 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/lpc32xx_hsuart.c' (37,001) at 20210308005003484 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-host-running@.service' (37,002) at 20210308005055797 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/xbar_edge_0_regs.h' (37,003) at 20240405153046601 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/slot-gpio.c' (37,004) at 20240617080017394 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/Kconfig' (37,005) at 20240405153051809 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable.h' (37,006) at 20240913080013765 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/timer.h' (37,007) at 20210307214927902 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/Kconfig' (37,008) at 20210307214930726 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/pipeline.json' (37,009) at 20240405153054125 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-rsk/devices-rsk7203.c' (37,010) at 20210307214926538 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr_6.1.0.bb' (37,011) at 20241221090017668 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.autoboot' (37,012) at 20210308005003292 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/debug.c' (37,013) at 20240405153052049 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzabha.c.inc' (37,014) at 20240906080037524 2025-03-14 03:00:48.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-3.c' (37,015) at 20240906080037576 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvumi.c' (37,016) at 20240405153231431 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/indirect_pci.c' (37,017) at 20240405153046233 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/rtl8169_mac.c' (37,018) at 20210308005003036 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_floor.hpp' (37,019) at 20240106090025434 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcmuio.c' (37,020) at 20240405153046905 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/clk-impd1.c' (37,021) at 20210307214927042 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mmc.c' (37,022) at 20210308005003212 2025-03-14 03:00:48.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/himax_hx83112b.c' (37,023) at 20240405153049161 2025-03-14 03:00:48.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_0_sh_mask.h' (37,024) at 20240405153047437 2025-03-14 03:00:48.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EthernetInterface.v1_12_2.json' (37,025) at 20240824080002938 to deleted uid set 2025-03-14 03:00:48.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_cmds.c' (37,026) at 20240405153230795 2025-03-14 03:00:48.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HostInterfaceCollection.json' (37,027) at 20240619080002948 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/quota.c' (37,028) at 20240405153231775 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/generic-xhci.yaml' (37,029) at 20240405153045181 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6115-gpucc.h' (37,030) at 20240405153052645 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_regs.h' (37,031) at 20210307214929578 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bloblist.h' (37,032) at 20210308005003564 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c' (37,033) at 20241125090012239 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/defkeymap.c' (37,034) at 20210307214930230 2025-03-14 03:00:48.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/MAINTAINERS' (37,035) at 20210308005003032 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/base.c' (37,036) at 20241204090010699 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpufreq.c' (37,037) at 20240405153053041 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/pagelist.c' (37,038) at 20240405153053209 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/Makefile' (37,039) at 20210308005002912 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/dbgp.c' (37,040) at 20210307214930982 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/samsung/Kconfig' (37,041) at 20210307214930722 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/assoc_array.rst' (37,042) at 20210307214925262 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h' (37,043) at 20210307214927286 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/pmu.c' (37,044) at 20240503080014466 2025-03-14 03:00:48.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_platform-powerpc.c' (37,045) at 20210308005002540 2025-03-14 03:00:48.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_ioc.h' (37,046) at 20220525020653335 2025-03-14 03:00:48.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/ast_wdt.c' (37,047) at 20210308005003540 2025-03-14 03:00:48.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_11_0_cdr_table.h' (37,048) at 20240405153230511 2025-03-14 03:00:48.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_basic_ci.robot' (37,049) at 20230311090015023 2025-03-14 03:00:48.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-out.c' (37,050) at 20240405153049529 2025-03-14 03:00:48.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pch.c' (37,051) at 20240405153047081 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dts' (37,052) at 20240405153045505 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pid.h' (37,053) at 20240405153049225 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EnvironmentMetrics.v1_3_2.json' (37,054) at 20240619080002944 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/deflate.c' (37,055) at 20210309003649116 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-0.39-tzfix.patch' (37,056) at 20210307205553822 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/code-patching.h' (37,057) at 20240405153046105 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_scarlett2.h' (37,058) at 20240429080012464 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg/run-ptest' (37,059) at 20210307205554538 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kustavi_Viherlahti' (37,060) at 20210307205553770 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/threads.h' (37,061) at 20220525020654623 2025-03-14 03:00:48.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/riscv32.patch' (37,062) at 20231011080016578 to deleted uid set 2025-03-14 03:00:48.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ac100.c' (37,063) at 20240405153051489 2025-03-14 03:00:48.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/netdev.c' (37,064) at 20241018080014494 2025-03-14 03:00:48.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/tau_6xx.c' (37,065) at 20240405153046153 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/tdp_iter.h' (37,066) at 20240405153046453 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/iterators/Makefile' (37,067) at 20240405153231899 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/sandybridge.h' (37,068) at 20210308005002876 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-s390.h' (37,069) at 20240405153232287 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/info.png' (37,070) at 20210307205554250 to deleted uid set 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c' (37,071) at 20210308005046521 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lwt_reroute.c' (37,072) at 20240405153232259 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/soc.h' (37,073) at 20220525020653743 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-iommu-pci.c' (37,074) at 20240326080039510 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spmi/hisilicon,hisi-spmi-controller.yaml' (37,075) at 20240613080016359 2025-03-14 03:00:48.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian_1.80.1.bb' (37,076) at 20241221090017676 to deleted uid set 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-apple.c' (37,077) at 20240405153231287 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/wilco-charger.c' (37,078) at 20210309003652168 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts' (37,079) at 20240405153229919 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/MAINTAINERS' (37,080) at 20210308005003040 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/goldfish/pipe.txt' (37,081) at 20210307214925314 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/axm/axm5516-cpus.dtsi' (37,082) at 20240405153045437 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/fuloong2e_defconfig' (37,083) at 20240405153045993 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-nommu.h' (37,084) at 20240405153045625 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.rockchip' (37,085) at 20210308005003296 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_trace.c' (37,086) at 20210309003652148 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/Kconfig' (37,087) at 20240405153051389 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/ifcvf/ifcvf_base.c' (37,088) at 20241118090018499 2025-03-14 03:00:48.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/buildhistory.py' (37,089) at 20220910030013401 2025-03-14 03:00:48.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/addr.h' (37,090) at 20240405153232083 2025-03-14 03:00:48.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-aw2013.c' (37,091) at 20240405153230755 2025-03-14 03:00:48.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130-db-B.dts' (37,092) at 20220525020651918 2025-03-14 03:00:48.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/btree.c' (37,093) at 20240405153052377 2025-03-14 03:00:48.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/route.c' (37,094) at 20241216090017793 to deleted uid set 2025-03-14 03:00:48.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77686-private.h' (37,095) at 20240405153231819 2025-03-14 03:00:48.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/gyro/itg3200.h' (37,096) at 20240405153052709 2025-03-14 03:00:48.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/machine/nf5280m7.conf' (37,097) at 20240723080012912 to deleted uid set 2025-03-14 03:00:48.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Chuwi_V7_CW0825_defconfig' (37,098) at 20210308005003236 2025-03-14 03:00:48.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/at91_udc.c' (37,099) at 20210308005003504 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/toshiba_haps.rst' (37,100) at 20210307214925230 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/mpu401/mpu401.c' (37,101) at 20220525020654971 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_rx.c' (37,102) at 20240405153050701 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-server-Adjust-the-cache-alignment-assumptions.patch' (37,103) at 20230317080013789 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/iommufd.rst' (37,104) at 20240405153045309 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-i2c.c' (37,105) at 20210307214928810 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/socket_cookie.c' (37,106) at 20220525020655195 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-vinco.dts' (37,107) at 20210308005002568 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/Kconfig' (37,108) at 20240405153050365 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/map_kptr.c' (37,109) at 20240405153054269 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/ca-AB-Calgary' (37,110) at 20210307205553754 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/pgalloc.h' (37,111) at 20220525020651986 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt7986/mt7986-reg.h' (37,112) at 20240405153232183 2025-03-14 03:00:48.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch' (37,113) at 20220910030013425 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ax25/af_ax25.c' (37,114) at 20240624080012824 to deleted uid set 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/firefly-rk3288_defconfig' (37,115) at 20210308005003260 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/boot_xen.py' (37,116) at 20241211090212530 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/ia32/audit.c' (37,117) at 20240405153046377 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend' (37,118) at 20240113090014552 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/bugs_32.c' (37,119) at 20210307214926750 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/no-strict-devmem.cfg' (37,120) at 20221120040010706 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/common.h' (37,121) at 20240405153049861 2025-03-14 03:00:48.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/ht.c' (37,122) at 20240405153232043 2025-03-14 03:00:48.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sort.c' (37,123) at 20241008080014055 2025-03-14 03:00:48.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/ioremap.c' (37,124) at 20241125090012239 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_2_3_offset.h' (37,125) at 20210307214927574 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sunxi_engine.h' (37,126) at 20240405153048761 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-trust.c' (37,127) at 20210307214928770 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_fdir.c' (37,128) at 20240411080014098 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-enum-frame-interval.rst' (37,129) at 20240405153045325 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8985.h' (37,130) at 20210307214932362 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nci/.gitignore' (37,131) at 20220525020655219 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/link_enc_cfg.h' (37,132) at 20240405153047293 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/turris_mox.h' (37,133) at 20210308005003620 2025-03-14 03:00:48.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/dram.c' (37,134) at 20210308005002768 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-nested.json' (37,135) at 20210308005046397 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_value_entry_encode_integer_check.yaml' (37,136) at 20240908080010098 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/bbt.c' (37,137) at 20210308005003412 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/perf_event_flags.h' (37,138) at 20240405153046377 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/route.h' (37,139) at 20210307214931658 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/__init__.py' (37,140) at 20210307205554634 2025-03-14 03:00:48.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/xattr.h' (37,141) at 20240405153052333 2025-03-14 03:00:48.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/smb2pdu.h' (37,142) at 20240527080023360 to deleted uid set 2025-03-14 03:00:48.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/pm.c' (37,143) at 20240405153053297 2025-03-14 03:00:48.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ftrace.h' (37,144) at 20240405153046285 2025-03-14 03:00:48.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/iproc-rng200.c' (37,145) at 20240405153230199 2025-03-14 03:00:48.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/ftrace.c' (37,146) at 20210309003649972 2025-03-14 03:00:48.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_csi2.c' (37,147) at 20240405153051861 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_i2c.c' (37,148) at 20210308005003396 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2k' (37,149) at 20240405153054385 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-net2big.dts' (37,150) at 20210308005002592 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/utils.cpp' (37,151) at 20240817080005379 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/Kconfig' (37,152) at 20210307214928338 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-gr2d.yaml' (37,153) at 20240405153045049 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-icnova-swac.dts' (37,154) at 20210308005002624 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/meson.build' (37,155) at 20230720080021715 to deleted uid set 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/include/linux/socket.h' (37,156) at 20240405153054173 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml' (37,157) at 20240405153229795 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.c' (37,158) at 20210307214927950 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fastboot.c' (37,159) at 20210308005003208 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-fopen.rst' (37,160) at 20220525020654131 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_errorwrap_test.hpp' (37,161) at 20241003080023049 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-writer.c' (37,162) at 20210927100127341 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libproxy/libproxy_0.5.9.bb' (37,163) at 20241221090017696 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-apac-viewcomp.c' (37,164) at 20210307214928778 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus.dts' (37,165) at 20210308005002624 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/ramlist.h' (37,166) at 20241022080032784 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/vagrant.pub' (37,167) at 20210308005046393 2025-03-14 03:00:48.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/led.h' (37,168) at 20240405153050641 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/.shellcheck' (37,169) at 20210415000109176 to deleted uid set 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds.c' (37,170) at 20210308005002964 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/pool.h' (37,171) at 20210309003651060 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l52.c' (37,172) at 20240405153232147 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/sis_main.c' (37,173) at 20241018080014554 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/Kconfig' (37,174) at 20241211090212510 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/and.md' (37,175) at 20240809080033023 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sodia.dts' (37,176) at 20240405153045441 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (37,177) at 20220224040010566 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-intel.h' (37,178) at 20210307214927162 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/usage-model.rst' (37,179) at 20240405153045185 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc7_cfg_regs.h' (37,180) at 20240405153046605 2025-03-14 03:00:48.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-usb-hsic.c' (37,181) at 20240405153051293 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c' (37,182) at 20240405153230511 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kobject_ns.h' (37,183) at 20240405153052717 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/mediatek,mt7621-memc.yaml' (37,184) at 20240405153045101 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/config/meson.build' (37,185) at 20241211090002375 to deleted uid set 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/floating-point.json' (37,186) at 20240405153054125 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/Kconfig' (37,187) at 20210308005003456 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/ia_css_formats_types.h' (37,188) at 20210307214930554 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/Kconfig' (37,189) at 20210308005003032 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/ddr.c' (37,190) at 20210308005002960 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_tv.c' (37,191) at 20240405153230635 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/Makefile' (37,192) at 20210308005003436 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_daq_dio24.c' (37,193) at 20240405153046901 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/.gitignore' (37,194) at 20220525020655215 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma_backchannel.c' (37,195) at 20240405153053389 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_gmac.dtsi' (37,196) at 20210308005002612 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_phys.c' (37,197) at 20240405153048473 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ExternalAccountProvider_v1.xml' (37,198) at 20240918080002712 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuriscv64.png' (37,199) at 20240309090012816 to deleted uid set 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/lwn-bk4.txt' (37,200) at 20210307214925362 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/obmc-poweroff.service' (37,201) at 20220727030013877 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ccwgroup.h' (37,202) at 20240405153046273 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c' (37,203) at 20240910080014026 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts' (37,204) at 20240405153045821 2025-03-14 03:00:48.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_wait.c' (37,205) at 20220525020655211 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/Kconfig' (37,206) at 20210308005003496 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (37,207) at 20210812000025166 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am35xx-clocks.dtsi' (37,208) at 20240405153045597 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/compr_rubin.h' (37,209) at 20210308005003652 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/resetvec.S' (37,210) at 20210308005002860 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/039.out' (37,211) at 20210308005046437 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c' (37,212) at 20210308005003012 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/error.cpp.mako' (37,213) at 20230902080037613 to deleted uid set 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500_charger.c' (37,214) at 20240405153051425 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_udp.c' (37,215) at 20240405153053157 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/catfish/catfish_4.18.0.bb' (37,216) at 20231126090012805 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mediatek,mt6795-resets.h' (37,217) at 20240405153052653 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-blockjob-txn.c' (37,218) at 20221215040039390 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb' (37,219) at 20240302090018214 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/internal.h' (37,220) at 20240405153050533 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/mpu.txt' (37,221) at 20210307214925278 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enum64val___val3_missing.c' (37,222) at 20240405153054269 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hypercalls.c' (37,223) at 20240405153045885 2025-03-14 03:00:48.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0016-Handle-missing-gshadow.patch' (37,224) at 20241221090017644 to deleted uid set 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kasan.h' (37,225) at 20220525020651946 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ms7720se_defconfig' (37,226) at 20210308005003268 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-drv.c' (37,227) at 20240830080013291 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_drv.h' (37,228) at 20240405153230647 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/Kconfig' (37,229) at 20240405153049421 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-vx.xml' (37,230) at 20210308005045817 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb' (37,231) at 20220921030015986 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/arm_sbcon_i2c.h' (37,232) at 20230426080043760 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-dockstar.dts' (37,233) at 20240405153045457 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/gp_device_global.h' (37,234) at 20210307214930542 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/index.rst' (37,235) at 20240405153045329 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/fdtoverlay.c' (37,236) at 20220525020654939 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/registries_test.cpp' (37,237) at 20240904080003190 to deleted uid set 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_rmap.h' (37,238) at 20240405153052577 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/acl.c' (37,239) at 20240405153052273 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/fp-test.c' (37,240) at 20241211090212534 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/common.xml.h' (37,241) at 20210307214927766 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/BSD-3-Clause-Clear' (37,242) at 20210307214925638 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/renesas.h' (37,243) at 20210307214931366 2025-03-14 03:00:48.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_input.h' (37,244) at 20210309003654000 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cryptouser.h' (37,245) at 20210307214931626 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c' (37,246) at 20240405153048997 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/pfuze3000_pmic.h' (37,247) at 20210308005003680 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_structs.h' (37,248) at 20220429100100618 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ucgrp.c' (37,249) at 20240405153048637 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/chassis.hpp' (37,250) at 20240817080031292 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tda1997x_regs.h' (37,251) at 20240405153049341 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_probe_backend.c' (37,252) at 20240405153052257 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/pll.h' (37,253) at 20240405153046785 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/compat_signal.c' (37,254) at 20240405153046285 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/other/ak4xxx-adda.c' (37,255) at 20210307214932218 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cacheflush.h' (37,256) at 20210307214926578 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6360-regulator.yaml' (37,257) at 20240405153045145 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/virt_defconfig' (37,258) at 20240405153045957 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-Joensuu-Tikka' (37,259) at 20210307205553758 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS2.conf' (37,260) at 20230606080013598 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig' (37,261) at 20210307205554454 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-extended/timezone/tzdata.bbappend' (37,262) at 20240713080014142 2025-03-14 03:00:48.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/x86-power-control/meson.options' (37,263) at 20241026080032419 to deleted uid set 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_common.c' (37,264) at 20210307214928614 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/Kconfig' (37,265) at 20210308005003052 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_emi.h' (37,266) at 20210308005002664 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-r8a7740.c' (37,267) at 20210308005002768 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/mt6370-charger.c' (37,268) at 20240405153051437 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/intro.rst' (37,269) at 20240405153229843 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/xlnx,zynqmp-gpio-modepin.yaml' (37,270) at 20240405153229763 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/pcan_usb_pro.h' (37,271) at 20240405153049741 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_lcd.dtsi' (37,272) at 20240405153045473 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/paz00_defconfig' (37,273) at 20210308005003272 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-du-l-works-fix-to-use-145-instead-of-144.patch' (37,274) at 20210307205554470 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_drv_debug.c' (37,275) at 20241008080013951 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/time.c' (37,276) at 20210307214926310 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml' (37,277) at 20240405153045177 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-pico-pi.dtsi' (37,278) at 20240405153045517 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c' (37,279) at 20240405153050629 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/blk_legacy.c' (37,280) at 20210308005003340 2025-03-14 03:00:48.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb' (37,281) at 20231126090012797 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb' (37,282) at 20241221090017536 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/module.c' (37,283) at 20240405153045925 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/fixmap.h' (37,284) at 20210307214926110 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc' (37,285) at 20241221090017504 to deleted uid set 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/hmc6352.c' (37,286) at 20240405153049637 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/null/kmerr.cocci' (37,287) at 20240405153053445 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-afe-clk.c' (37,288) at 20210307214932394 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/Kconfig' (37,289) at 20210307214928990 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/dram_sun4i_auto.c' (37,290) at 20210308005003056 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/utils.hpp' (37,291) at 20230511080029431 to deleted uid set 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml' (37,292) at 20240405153045133 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-sys-init.service' (37,293) at 20211223040107525 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/class.c' (37,294) at 20240405153051489 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-infra_ao.c' (37,295) at 20240405153046797 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/142.out' (37,296) at 20220429100100906 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3399_defconfig' (37,297) at 20210308005003260 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/mcpm-exynos.c' (37,298) at 20240405153045645 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/winucase_convert.pl' (37,299) at 20210309003648268 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bootstrap/_helpers.scss' (37,300) at 20220105012522983 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/g94.c' (37,301) at 20220525020652971 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch' (37,302) at 20230401080011975 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/Makefile' (37,303) at 20210309003650372 2025-03-14 03:00:48.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/auxtrace.h' (37,304) at 20240405153054181 2025-03-14 03:00:48.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3328.h' (37,305) at 20210308005002660 2025-03-14 03:00:48.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/as3711-regulator.c' (37,306) at 20240405153051461 2025-03-14 03:00:48.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/misc/Makefile' (37,307) at 20210307214932446 2025-03-14 03:00:48.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/lan966x_serdes.c' (37,308) at 20240405153051285 2025-03-14 03:00:48.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-ci.h' (37,309) at 20240405153049369 2025-03-14 03:00:48.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-timeout.c' (37,310) at 20210309003649108 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/bcm47xxpart.c' (37,311) at 20221128040017474 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/validate_plug_ins.py' (37,312) at 20221209040018559 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig' (37,313) at 20210308005003264 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_coresight.h' (37,314) at 20240405153046581 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/ovs_vport.yaml' (37,315) at 20240405153229823 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-imx.c' (37,316) at 20240405153230675 to deleted uid set 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch' (37,317) at 20230706080014741 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7622-aud.c' (37,318) at 20240405153230211 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/dcc.h' (37,319) at 20210307214925846 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572si-pre.dtsi' (37,320) at 20210307214926346 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/Makefile' (37,321) at 20220525020654139 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/mm/Makefile' (37,322) at 20240405153232287 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/utils.hpp' (37,323) at 20210308005134001 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/Makefile' (37,324) at 20210308005003028 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot' (37,325) at 20210307205554274 to deleted uid set 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf500-colibri.dtsi' (37,326) at 20240405153045537 2025-03-14 03:00:48.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/opencores-kbd.c' (37,327) at 20240405153230727 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0004-fast_float-Add-single-header-library-for-from_char-i.patch' (37,328) at 20241221090017700 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/ustack.h' (37,329) at 20210307214926122 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_osf.c' (37,330) at 20240405153053337 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/catalina_fio.json' (37,331) at 20241213090004405 to deleted uid set 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/Kconfig' (37,332) at 20240405153050161 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/tlb.c' (37,333) at 20210308005002996 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vtime.h' (37,334) at 20220525020654627 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/thread_info.h' (37,335) at 20240405153229859 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/sdram_config.h' (37,336) at 20210308005002912 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_2_1_0_offset.h' (37,337) at 20210309003649500 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/ml605.dts' (37,338) at 20210308005002884 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb' (37,339) at 20241221090017528 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ingenic/Kconfig' (37,340) at 20220525020652002 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/corenet_ds.c' (37,341) at 20210308005002964 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-scd.h' (37,342) at 20220525020653755 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/current.h' (37,343) at 20240405153046505 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exstorob.c' (37,344) at 20240405153046621 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/setjmp.h' (37,345) at 20210308005002848 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/config.mk' (37,346) at 20210308005003008 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm1022.S' (37,347) at 20210307214925974 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/Kbuild.platforms' (37,348) at 20240405153045977 2025-03-14 03:00:48.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/volt.h' (37,349) at 20210307214927906 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-ep0.c' (37,350) at 20240405153052037 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt.c' (37,351) at 20240613080016559 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h' (37,352) at 20240405153047229 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/fsverity_private.h' (37,353) at 20240405153231767 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.json' (37,354) at 20230925080040089 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/v2m-mps2.c' (37,355) at 20240405153045693 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/038' (37,356) at 20210927100127473 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/guest-random.c' (37,357) at 20240326080039754 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_domain.h' (37,358) at 20220525020654003 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfwdebug.h' (37,359) at 20210307214926162 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/power_subsystem_test.cpp' (37,360) at 20240329080003279 to deleted uid set 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_bt_unittest.cpp' (37,361) at 20240817080027656 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/midway.h' (37,362) at 20210307214926886 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/metricgroups.json' (37,363) at 20240405153054129 2025-03-14 03:00:48.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/update-repos' (37,364) at 20231011080016566 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-gpio-bank.yaml' (37,365) at 20240405153045137 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds_crossbar_con.h' (37,366) at 20210308005002956 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/SerialOverLan/index.js' (37,367) at 20220105012522995 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-scb.h' (37,368) at 20210307214928686 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/cnl-sst.c' (37,369) at 20210309003654912 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/mdio.h' (37,370) at 20210308005003676 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_input.c' (37,371) at 20210307214928702 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/ini.h' (37,372) at 20210307214929970 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/linit.c' (37,373) at 20240405153231383 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tps6594_pfsm.h' (37,374) at 20240405153052941 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/meson.build' (37,375) at 20241211090212454 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gf106.c' (37,376) at 20220525020652971 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8569_serdes.c' (37,377) at 20210308005002832 2025-03-14 03:00:48.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/genboardscfg.py' (37,378) at 20210308005003764 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/asihpi.c' (37,379) at 20240405153053513 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d2_xplained.dts' (37,380) at 20210308005002568 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/gammu-smsdrc' (37,381) at 20210307205553878 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/.gitignore' (37,382) at 20220628030020467 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/51-these-are-not-joysticks-rm.rules' (37,383) at 20210307205553918 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c' (37,384) at 20210307214929810 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_reg.h' (37,385) at 20240405153048509 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/inet_fragment.c' (37,386) at 20240411080014150 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm6362-pinctrl.yaml' (37,387) at 20240405153045133 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-mmio.h' (37,388) at 20210308005046481 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/BusLogic.c' (37,389) at 20240405153051545 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/base.bbclass' (37,390) at 20210307205554250 to deleted uid set 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/sec2.h' (37,391) at 20240405153048617 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/suspend.cfg' (37,392) at 20210307214932618 2025-03-14 03:00:48.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/leds/starscream-led-manager-config-native.bb' (37,393) at 20241206090014234 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Huskvarna' (37,394) at 20210307205553782 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/test/test_pkg' (37,395) at 20211101000101059 to deleted uid set 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h' (37,396) at 20240405153046005 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-terratec-slim.c' (37,397) at 20210307214928786 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/genptr.c' (37,398) at 20240326080039658 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/cls_cgroup.h' (37,399) at 20210307214931554 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/heartbeat.c' (37,400) at 20210307214926546 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/connman' (37,401) at 20241221090017636 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/Kconfig' (37,402) at 20240405153048753 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/.gitignore' (37,403) at 20210308005133429 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/d.c' (37,404) at 20210307214932470 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/kcmp.h' (37,405) at 20210307214932482 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/net/bpf_jit_64.h' (37,406) at 20210307214926610 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/throttle-groups.h' (37,407) at 20240326080039526 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/bmi.c' (37,408) at 20240405153050397 to deleted uid set 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/handlers.hpp' (37,409) at 20210308005059165 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swiotlb.h' (37,410) at 20240405153231843 2025-03-14 03:00:48.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_factory_reset_sub_menu.robot' (37,411) at 20240628080017113 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dt_cpu_ftrs.h' (37,412) at 20210307214926378 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/mmzone.h' (37,413) at 20210307214926510 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/faraday/ftmac100.c' (37,414) at 20240405153230939 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tcp_inq.c' (37,415) at 20210307214932694 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.err' (37,416) at 20210308005046401 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmci.h' (37,417) at 20240405153049665 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/csum_copy_from_user.S' (37,418) at 20210309003648996 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mpls/mpls_iptunnel.c' (37,419) at 20241216090017793 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/sev-guest/Makefile' (37,420) at 20240405153052229 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/scu.h' (37,421) at 20210308005002880 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/meson.build' (37,422) at 20241228090003719 to deleted uid set 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/pm-imx27.c' (37,423) at 20220525020651886 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_matrix.h' (37,424) at 20210308005002716 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/acpid.service' (37,425) at 20210307205554450 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tricorder_defconfig' (37,426) at 20210308005003284 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-aes.h' (37,427) at 20240405153230267 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-musl.inc' (37,428) at 20220502030010152 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/main.c' (37,429) at 20241211090212218 2025-03-14 03:00:48.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/hsr/hsr_ping.sh' (37,430) at 20240405153232279 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/monitor_start_delay.md' (37,431) at 20240807080019546 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx.h' (37,432) at 20220525020653987 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_bch.c' (37,433) at 20210308005003416 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ide-test.c' (37,434) at 20240906080037568 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/60-phosphor-networkd-default.network.in' (37,435) at 20230701080027201 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/tlb.c' (37,436) at 20210308005002980 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c' (37,437) at 20210307214927950 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/master.c' (37,438) at 20240405153231455 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-ps-spi.c' (37,439) at 20240405153047053 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx-am35xx-omap3430es2plus-clocks.dtsi' (37,440) at 20210308005002600 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/acornfb.h' (37,441) at 20210307214930898 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/asm-prototypes.h' (37,442) at 20240405153230063 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-t3-cqa3t-bv3.dts' (37,443) at 20240405153045393 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-pcm-fiq.c' (37,444) at 20220525020655063 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-npcm/wpcm450.c' (37,445) at 20210428100017469 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/ddr.c' (37,446) at 20210308005003000 2025-03-14 03:00:48.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/Makefile' (37,447) at 20240405153232283 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/linux_boot_done.cpp' (37,448) at 20230713080008188 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/circ.c' (37,449) at 20230925080040097 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-kernel/linux/linux-aspeed_%.bbappend' (37,450) at 20220819030014797 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ml86v7667.c' (37,451) at 20240405153049317 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-ams-delta.h' (37,452) at 20210307214925906 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/manage.c' (37,453) at 20240820080014181 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxctl.c' (37,454) at 20210308005108641 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/meson.build' (37,455) at 20210524100135851 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/devfreq/event/samsung,exynos-ppmu.yaml' (37,456) at 20240405153229759 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch' (37,457) at 20240413080012695 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ralink/Kconfig' (37,458) at 20220525020653867 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/machine_kexec.c' (37,459) at 20240405153045869 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpufreq.c' (37,460) at 20240405153054213 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-reset.c' (37,461) at 20240405153046053 2025-03-14 03:00:48.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/multilib.bbclass' (37,462) at 20241206090014302 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h' (37,463) at 20240405153047293 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/index.rst' (37,464) at 20240405153045001 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/common/sys_eeprom.c' (37,465) at 20210308005003168 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c' (37,466) at 20210308005002760 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h' (37,467) at 20210308005002640 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/0001-Fix-implicit-function-declarations.patch' (37,468) at 20230811080018302 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/ramblock.h' (37,469) at 20240906080037328 2025-03-14 03:00:48.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h' (37,470) at 20240405153230951 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160-video.c' (37,471) at 20240613080016427 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_imx2.c' (37,472) at 20241211090212354 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-main.c' (37,473) at 20240405153046769 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-ahe-50dc.dts' (37,474) at 20220512100034141 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/dir_fplus.h' (37,475) at 20210307214930990 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/mac.h' (37,476) at 20240405153051949 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/libfdt.h' (37,477) at 20240405153053445 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg' (37,478) at 20221015030011580 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/byteorder.h' (37,479) at 20210308005002876 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tcs3414.c' (37,480) at 20240405153049001 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/dram_0xd0000000.config' (37,481) at 20240405153229907 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/mxsfb_drv.h' (37,482) at 20240405153048609 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb' (37,483) at 20241206090014270 to deleted uid set 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/solidrun.bmp' (37,484) at 20210308005003768 to deleted uid set 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/omninet.c' (37,485) at 20220525020654291 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/139.out' (37,486) at 20210308005046449 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/177' (37,487) at 20210927100127489 2025-03-14 03:00:48.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,camsys.txt' (37,488) at 20210307214925274 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/hvapi.c' (37,489) at 20210307214926594 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_idle.h' (37,490) at 20240405153231831 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc.c' (37,491) at 20240405153230571 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/vexpress-regulator.c' (37,492) at 20240405153231367 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/bpf_preload.h' (37,493) at 20240405153052981 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ystad_Metallgatan' (37,494) at 20210307205553794 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/.gitignore' (37,495) at 20241022080002056 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/gate.c' (37,496) at 20210307214927022 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/trace_output_user.c' (37,497) at 20240405153053425 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-q.c' (37,498) at 20210309003653252 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/fdtdec_common.c' (37,499) at 20210308005003704 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst-mfld-platform-compress.c' (37,500) at 20210309003654900 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/tsc_timer.dtsi' (37,501) at 20210308005002872 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml' (37,502) at 20240405153229791 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/imx8mm.c' (37,503) at 20240405153049165 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-pg2.dts' (37,504) at 20240405153045833 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c' (37,505) at 20210307214926198 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/usb.c' (37,506) at 20240405153051181 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/vmu-flash.c' (37,507) at 20240405153230867 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx35-pinctrl.txt' (37,508) at 20210307214925394 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/output.c' (37,509) at 20220525020652975 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/i386/powernow-k8-decode.c' (37,510) at 20210307214932614 2025-03-14 03:00:48.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/pcrypt.c' (37,511) at 20241211090145393 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/vmx.h' (37,512) at 20240906080037484 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_mime_database' (37,513) at 20210307205554642 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic1_qm1_regs.h' (37,514) at 20240405153046577 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger.hpp' (37,515) at 20220610100046048 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml' (37,516) at 20240405153229767 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_device.h' (37,517) at 20241211090212362 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-stream.c' (37,518) at 20220525020654975 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54451EVB_defconfig' (37,519) at 20210308005003236 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/cachefiles/internal.h' (37,520) at 20240719080013365 to deleted uid set 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/Kconfig' (37,521) at 20240405153046985 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_masks.h' (37,522) at 20240405153046581 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625hr.dts' (37,523) at 20240405153045433 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_typec.h' (37,524) at 20240405153051385 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/conf/include/non-repro-meta-gnome.inc' (37,525) at 20241206090014234 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook.inc' (37,526) at 20240820080015545 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb' (37,527) at 20241221090017544 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/sun4i-gpadc.h' (37,528) at 20210307214931434 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/sound/hd-audio/index.rst' (37,529) at 20220525020651774 2025-03-14 03:00:48.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/power.c' (37,530) at 20240405153231283 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53cx9020_defconfig' (37,531) at 20210308005003268 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/mount_clnt.c' (37,532) at 20240405153052417 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/Makefile' (37,533) at 20210307214929982 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/Makefile' (37,534) at 20210307214926562 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_translate_dcn315.c' (37,535) at 20240405153047289 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l15.c' (37,536) at 20240405153232147 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy_led_triggers.h' (37,537) at 20210307214931470 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xenpv/xen_machine_pv.c' (37,538) at 20240906080037324 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/atiixp.c' (37,539) at 20220525020654987 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/prism2sta.c' (37,540) at 20240405153051953 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/realtek.h' (37,541) at 20240405153049761 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c' (37,542) at 20240405153232271 2025-03-14 03:00:48.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/ultrasoc-smb.c' (37,543) at 20240405153230671 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/lenovo-ymc.c' (37,544) at 20241011080017343 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/Makefile' (37,545) at 20220525020652915 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_sched.h' (37,546) at 20240405153048417 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp_tx.h' (37,547) at 20240805080013983 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_constants.h' (37,548) at 20210308004938816 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/stex.c' (37,549) at 20240405153051741 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-syslog.service.in' (37,550) at 20210307205554470 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/ov534_9.c' (37,551) at 20210307214928834 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h' (37,552) at 20240405153047233 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fnabs.c' (37,553) at 20210307214926434 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/88pm860x.txt' (37,554) at 20210307214925406 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_virtchnl.c' (37,555) at 20240405153230967 2025-03-14 03:00:48.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/package_parser_test.cpp' (37,556) at 20230719080035239 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-system.c' (37,557) at 20210308005003348 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/logrotate.py' (37,558) at 20220910030013401 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/Kconfig' (37,559) at 20210308005003016 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds110jv10.dts' (37,560) at 20240405153045457 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/package_parser.cpp' (37,561) at 20240819080030255 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/example/lamp-test/lamp-test-led-overrides.json' (37,562) at 20221208040033314 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.err' (37,563) at 20210308005046409 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/junit.sh' (37,564) at 20241221090017464 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/afe/temperature-sense-rtd.yaml' (37,565) at 20240405153045073 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/Makefile' (37,566) at 20210307214929258 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-meta-out.c' (37,567) at 20210307214928794 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hix5hd2_gmac.c' (37,568) at 20240405153230947 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/expr.l' (37,569) at 20240405153232235 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/vboxguest_utils.c' (37,570) at 20210309003653324 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/exrl-trt.c' (37,571) at 20220429100100942 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_4_0_d.h' (37,572) at 20210307214927690 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/work_92105_defconfig' (37,573) at 20210308005003284 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_progs_query.c' (37,574) at 20240405153054277 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/sparsemem.h' (37,575) at 20240405153045917 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init' (37,576) at 20241213090035010 to deleted uid set 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3308-evb.dts' (37,577) at 20240405153045813 2025-03-14 03:00:48.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/mv64361.h' (37,578) at 20210927100127237 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/metricgroups.json' (37,579) at 20240405153054137 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/trace.c' (37,580) at 20210307214929898 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c' (37,581) at 20210308005002556 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/Kconfig' (37,582) at 20240405153051381 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/union-sigval.patch' (37,583) at 20210307205553938 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/ts.conf' (37,584) at 20210307205553946 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/r8a66597-hcd.c' (37,585) at 20240405153052105 2025-03-14 03:00:48.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rt9455_charger.c' (37,586) at 20240520080015167 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8962.h' (37,587) at 20210307214932362 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker' (37,588) at 20241211090212534 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/xics-common.c' (37,589) at 20240405153046237 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sme.decode' (37,590) at 20230426080043860 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/tcmode-external-arm.inc' (37,591) at 20241221090017468 to deleted uid set 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c' (37,592) at 20240405153048357 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_switchdev.c' (37,593) at 20240405153231999 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regset.h' (37,594) at 20240405153052785 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157-pinctrl.dtsi' (37,595) at 20210308005002616 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c' (37,596) at 20241211090145413 2025-03-14 03:00:48.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/pcie.h' (37,597) at 20240405153050569 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-switchdev.c' (37,598) at 20240405153050313 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/atomic128.h' (37,599) at 20240326080039546 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_video.h' (37,600) at 20221102030020885 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/main.c' (37,601) at 20240405153050193 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_phy.c' (37,602) at 20240919080017050 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/igb_ethtool.c' (37,603) at 20240411080014102 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/dvo_ns2501.c' (37,604) at 20210307214927786 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/net-cw1200.h' (37,605) at 20210307214931478 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch' (37,606) at 20241221090017700 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunvnet_common.h' (37,607) at 20210307214929650 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nuvoton/Makefile' (37,608) at 20240405153230807 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/windows.c' (37,609) at 20220525020652122 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/reboot.h' (37,610) at 20210307214925866 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_ch7301.c' (37,611) at 20210307214930950 2025-03-14 03:00:48.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_evm.c' (37,612) at 20210307214928702 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2056.h' (37,613) at 20210307214929794 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-dvb.h' (37,614) at 20240405153052833 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/moxa,moxart-mmc.txt' (37,615) at 20210307214925366 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lmb.c' (37,616) at 20210308005003708 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvd.c.inc' (37,617) at 20241211090212514 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-check-for-null-buffer-before-trying-a-byteswap.patch' (37,618) at 20230503080014579 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/init.c' (37,619) at 20240405153231223 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-startek-kd070fhfid015.c' (37,620) at 20240405153230619 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp1255.c' (37,621) at 20210307214931178 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow.inc' (37,622) at 20241221090017680 to deleted uid set 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsb.c' (37,623) at 20240405153048449 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid-of.c' (37,624) at 20240405153230655 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a100-allwinner-perf1.dts' (37,625) at 20240405153229915 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/runtime_pm.rst' (37,626) at 20241220090018298 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_defconfig' (37,627) at 20210308005003244 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv64_defconfig' (37,628) at 20210308005003276 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/manualcmds.cpp' (37,629) at 20240904080040759 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pio.h' (37,630) at 20210308005002716 2025-03-14 03:00:48.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi6000.h' (37,631) at 20210307214932230 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/boot.c' (37,632) at 20241211090212326 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/gpi.c' (37,633) at 20240405153230283 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/galaxy/azt2316.c' (37,634) at 20210307214932218 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx7_emmc_defconfig' (37,635) at 20210308005003252 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/memcg_protection.m' (37,636) at 20240405153054293 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/exynos4210_gic.h' (37,637) at 20221215040039182 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-gpio-presence@.service' (37,638) at 20210308005105441 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/freq_table.c' (37,639) at 20240405153230251 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/pgtable.h' (37,640) at 20240405153230103 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_led.h' (37,641) at 20210819100021610 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h' (37,642) at 20210308005003364 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/law.c' (37,643) at 20210308005002960 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/elf.c' (37,644) at 20240405153230011 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bcache.h' (37,645) at 20210307214926210 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/Kconfig' (37,646) at 20210308005002956 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-ga.rst' (37,647) at 20240906080037176 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/frontend.json' (37,648) at 20240405153054121 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/average_unittest.cpp' (37,649) at 20210308004940468 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/mmu.h' (37,650) at 20220525020651986 2025-03-14 03:00:48.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-loongarch64.json' (37,651) at 20241211090212394 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/initlitmushist.sh' (37,652) at 20240405153054069 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au8830.h' (37,653) at 20210307214932234 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail_3.22.bb' (37,654) at 20241221090017544 to deleted uid set 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch' (37,655) at 20241206090014350 to deleted uid set 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c' (37,656) at 20240405153050045 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dsim.h' (37,657) at 20210308005002724 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau-utils.c' (37,658) at 20210307214932290 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx.h' (37,659) at 20220525020653983 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8776.h' (37,660) at 20210307214932358 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.hpp' (37,661) at 20230715080024019 to deleted uid set 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c' (37,662) at 20210307214932738 2025-03-14 03:00:48.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/mcdi.h' (37,663) at 20240405153046741 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/gtt.c' (37,664) at 20240405153230571 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0012-Fix-GetNextVariableName-NameSize-input.patch' (37,665) at 20241206090014214 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (37,666) at 20230807080022154 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_ges.c' (37,667) at 20210308005046529 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/m68k-softmmu/default.mak' (37,668) at 20240906080037160 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/vt8500-sdmmc.txt' (37,669) at 20210307214925366 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap443x-clocks.dtsi' (37,670) at 20240405153045609 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gsc.c' (37,671) at 20210308005002996 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/cxgb4-abi.h' (37,672) at 20210307214931690 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_debugfs.c' (37,673) at 20210307214928098 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-prtwd3.dts' (37,674) at 20240405153045521 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/presence-sled4.conf' (37,675) at 20220603030012904 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d4.h' (37,676) at 20210308005002716 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-cpu-opp-microvolt.dtsi' (37,677) at 20240405153045485 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5449.yaml' (37,678) at 20240405153045073 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/setlocalversion' (37,679) at 20210308005003736 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio_test.c' (37,680) at 20240405153054389 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.hpp' (37,681) at 20210308005059705 to deleted uid set 2025-03-14 03:00:48.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi' (37,682) at 20240405153045725 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/gpu_scheduler.h' (37,683) at 20240405153052637 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl.py' (37,684) at 20210308005003748 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/ps3-lpm.c' (37,685) at 20240405153051445 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/Makefile' (37,686) at 20210308005002948 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/getcpu.S' (37,687) at 20210307214926498 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mac80211-auth-assoc-deauth.txt' (37,688) at 20210307214925538 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6380.dtsi' (37,689) at 20210307214926026 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/omap-gpmc.c' (37,690) at 20240405153049589 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27.dtsi' (37,691) at 20240405153229883 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/symbol-namespaces.rst' (37,692) at 20240405153045005 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_ca.c' (37,693) at 20220525020653271 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (37,694) at 20210807000017354 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.c' (37,695) at 20210307214929298 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/emc2305.c' (37,696) at 20240405153048853 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-ed1.dts' (37,697) at 20240405153045585 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c' (37,698) at 20210307214926198 2025-03-14 03:00:48.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/hyp-stub.S' (37,699) at 20240405153045629 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/hubio.h' (37,700) at 20210307214926246 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe_btn.html' (37,701) at 20210307205554286 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h' (37,702) at 20220525020652819 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa300.h' (37,703) at 20210307214925942 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/Makefile' (37,704) at 20210307214929898 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/tricore_testdevice.c' (37,705) at 20241211090212342 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/net/ti-dp83869.h' (37,706) at 20210307214931342 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp15-ddr.dtsi' (37,707) at 20210308005002616 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/dts/Makefile' (37,708) at 20240405153046309 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/fan-full-speed.sh' (37,709) at 20230428080015194 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/i3c/index.rst' (37,710) at 20210307214925462 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-i2c.c' (37,711) at 20210307214928690 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos-arm64.c' (37,712) at 20240405153230239 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c' (37,713) at 20240405153050625 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm64-frame-pointer-unwind-support.c' (37,714) at 20240405153054181 2025-03-14 03:00:48.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/vendor-prefixes.yaml' (37,715) at 20241211090145365 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/gsc.h' (37,716) at 20210307214931426 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/mmu-hash.h' (37,717) at 20240405153046105 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/Makefile' (37,718) at 20210307214928418 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arc/index.rst' (37,719) at 20240405153044969 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/Makefile' (37,720) at 20240405153045537 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/Makefile' (37,721) at 20210307214928990 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/xpedite5301.dts' (37,722) at 20210307214926362 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/mp.c' (37,723) at 20210308005002836 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/init.h' (37,724) at 20240411080014058 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/syslog.h' (37,725) at 20240405153052805 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/cpu-topology.rst' (37,726) at 20240906080037180 2025-03-14 03:00:48.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sunrpc/xprtsock.c' (37,727) at 20241211090145561 to deleted uid set 2025-03-14 03:00:48.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5.xml.h' (37,728) at 20240405153048593 2025-03-14 03:00:48.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/memory_hotplug.h' (37,729) at 20240906080037328 2025-03-14 03:00:48.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr.bb' (37,730) at 20241206090014218 2025-03-14 03:00:48.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-check-the-return-value.patch' (37,731) at 20220204040022528 2025-03-14 03:00:48.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (37,732) at 20241008080015843 2025-03-14 03:00:48.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_cluster.c' (37,733) at 20241018080014586 2025-03-14 03:00:48.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-20.json' (37,734) at 20241115090022081 to deleted uid set 2025-03-14 03:00:48.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/evbug.c' (37,735) at 20220525020653175 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/omap1.c' (37,736) at 20241211090212250 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/desc.h' (37,737) at 20210307214929750 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_perfmon.h' (37,738) at 20210307214927770 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-newvision-nv3051d.c' (37,739) at 20240405153230615 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/apm,x-gene-rng.yaml' (37,740) at 20240405153045153 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/hrtimer.h' (37,741) at 20210307214932742 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_bcm4377.c' (37,742) at 20240805080013943 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-debugfs.c' (37,743) at 20240405153049473 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pci.c' (37,744) at 20240405153045353 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__env.hpp' (37,745) at 20241219090033964 2025-03-14 03:00:48.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm200.c' (37,746) at 20240405153048641 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf' (37,747) at 20210307205553834 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/xtensa-modules.c.inc' (37,748) at 20210308005046361 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c' (37,749) at 20210309003653312 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/format_utils_tests.cpp' (37,750) at 20240809080033023 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/dp8393x.h' (37,751) at 20230925080039929 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/omap_uart.c' (37,752) at 20241211090212258 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mpc83xx_serdes.h' (37,753) at 20210308005003400 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-base.h' (37,754) at 20210308005002768 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/ah.h' (37,755) at 20220525020653163 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/vfio-ccw.rst' (37,756) at 20240405153229747 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb' (37,757) at 20220402030015895 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/iio/ep93xx_adc.rst' (37,758) at 20220525020651770 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/051.pc.out' (37,759) at 20240326080039726 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/iommu.c' (37,760) at 20240405153046209 2025-03-14 03:00:48.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/target-sdk-provides-dummy.bb' (37,761) at 20220402030016151 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb' (37,762) at 20241221090017492 to deleted uid set 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/nommu_k210_defconfig' (37,763) at 20240405153230063 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_ctl_msg.h' (37,764) at 20220525020655107 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/yealink.h' (37,765) at 20210307214928486 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-nuvoton_2021.04.bb' (37,766) at 20240524080012817 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/fdt_address.c' (37,767) at 20210307214930002 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/sharedsubtree.rst' (37,768) at 20240405153045205 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_types.h' (37,769) at 20220525020654619 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/axp20x_adc.c' (37,770) at 20240405153048949 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/ttusb-dec.rst' (37,771) at 20210307214925234 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/data.py' (37,772) at 20220910030013393 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb' (37,773) at 20241221090017548 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/core.h' (37,774) at 20240405153231343 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw51xx.dtsi' (37,775) at 20240405153045513 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_core.h' (37,776) at 20240405153049397 2025-03-14 03:00:48.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/analyze-commits.py' (37,777) at 20230523080016046 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hpsa.h' (37,778) at 20210309003652428 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/ptrace_user.c' (37,779) at 20210307214926754 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/exynos_mipi_dsi.txt' (37,780) at 20210308005003328 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Mecklenburg-Vorpommern' (37,781) at 20210307205553766 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/keys.rst' (37,782) at 20230925080039849 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/bp_handler.hpp' (37,783) at 20210413000025361 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/toasts/toast.png' (37,784) at 20220105012522975 to deleted uid set 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/mq.json' (37,785) at 20240405153054377 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dio_stream_encoder.c' (37,786) at 20240405153047257 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780_gpio.h' (37,787) at 20210308005002820 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/userspace-tools.rst' (37,788) at 20210307214925506 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pgtable-32.h' (37,789) at 20240405153230011 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-gcrypt.c' (37,790) at 20241211090212230 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/utils.cpp' (37,791) at 20240606080010044 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77961-ulcb.dts' (37,792) at 20220525020651934 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/generated/autoconf.h' (37,793) at 20210307214932742 2025-03-14 03:00:48.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/dma-sysfs.c' (37,794) at 20240405153046309 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.c' (37,795) at 20240405153050669 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/omap_wdt.c' (37,796) at 20240405153052245 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_gem.c' (37,797) at 20240405153048781 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_mgmt.h' (37,798) at 20210307214932030 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/nlohmann_json.wrap' (37,799) at 20231208090032613 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/led-class-multicolor.c' (37,800) at 20240405153049217 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/trusted_tpm1.c' (37,801) at 20220525020654955 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.c' (37,802) at 20240405153230631 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/tegra194-powergate.h' (37,803) at 20210307214931346 2025-03-14 03:00:48.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/104.out' (37,804) at 20210308005046445 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_local_storage.c' (37,805) at 20240405153054241 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_ipip6.sh' (37,806) at 20240405153054297 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mbigen.c' (37,807) at 20240815080012883 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kprobes.h' (37,808) at 20210307214925850 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/acpi_table.c' (37,809) at 20210308005002880 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/LICENSE' (37,810) at 20210307205554226 2025-03-14 03:00:48.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/Makefile' (37,811) at 20210308005002800 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_6_0_sh_mask.h' (37,812) at 20240405153047481 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_ioctl.c' (37,813) at 20240405153049025 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psopinfo.c' (37,814) at 20240405153046625 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-u-boot.dtsi' (37,815) at 20210308005002628 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-server.c' (37,816) at 20240724080011687 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/gpio.c' (37,817) at 20241211090212298 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/generic.c' (37,818) at 20240405153049685 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/daemonize.py' (37,819) at 20220910030013373 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rohm-generic.h' (37,820) at 20240405153052733 2025-03-14 03:00:48.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/board-mss2.c' (37,821) at 20210307214925930 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530.dtsi' (37,822) at 20210308005002568 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-mem.h' (37,823) at 20240405153049473 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ndis.h' (37,824) at 20210308005003508 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/xio3130_downstream.h' (37,825) at 20220429100100562 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ocfs2/extent_map.c' (37,826) at 20220525020654471 to deleted uid set 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/samsung/Makefile' (37,827) at 20240405153231351 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml' (37,828) at 20240405153229791 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/bss_data.c' (37,829) at 20210308005003752 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/ghash-clmulni-intel_glue.c' (37,830) at 20240405153046365 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/nommu.c' (37,831) at 20240405153046317 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8516.c' (37,832) at 20240405153231323 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ull_14x14_evk_defconfig' (37,833) at 20210308005003272 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/r7780mp_defconfig' (37,834) at 20240405153046309 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/meson.build' (37,835) at 20231208090025561 to deleted uid set 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/suspend-and-cpuhotplug.rst' (37,836) at 20210307214925546 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/optee-udev.rules' (37,837) at 20241221090017472 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-crc.c' (37,838) at 20240405153231355 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/igd.c' (37,839) at 20241211090212346 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/main.rst' (37,840) at 20241211090212234 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/.gitignore' (37,841) at 20240625080021640 2025-03-14 03:00:48.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-revA/psu_init_gpl.c' (37,842) at 20210308005003200 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a35/instruction.json' (37,843) at 20240405153054109 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_mbox.py' (37,844) at 20241221090017632 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/rda,8810pl-timer.yaml' (37,845) at 20240405153045177 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/report-index.html.jinja' (37,846) at 20220804030014695 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/Kconfig' (37,847) at 20210308005002944 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca500.c' (37,848) at 20210307214928834 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration.c' (37,849) at 20241211090212390 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts' (37,850) at 20241008080013895 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_autosize.c' (37,851) at 20240405153054249 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/Kconfig' (37,852) at 20210307214932154 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/ima-local-ca.priv' (37,853) at 20230520080014484 2025-03-14 03:00:48.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cyrus.h' (37,854) at 20210308005003592 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-proc.h' (37,855) at 20240906080037156 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/secure-coding-practices.rst' (37,856) at 20210927100127073 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/image_manager_main.cpp' (37,857) at 20220726030031058 to deleted uid set 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/follow-fork-mode.c' (37,858) at 20240906080037576 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m48t35ax.c' (37,859) at 20210308005003480 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/net/bpf_jit_comp32.c' (37,860) at 20240405153046485 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb' (37,861) at 20241221090017564 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_6.9.0.bb' (37,862) at 20241221090017548 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/Makefile' (37,863) at 20210308005002972 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/teranetics.c' (37,864) at 20210307214929698 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-dfi-fs700-m60.dts' (37,865) at 20240405153045497 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/COPYING.MIT' (37,866) at 20210307205553674 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/src/meson.build' (37,867) at 20240622080006899 to deleted uid set 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0010-Use-uintmax_t-for-handling-rlim_t.patch' (37,868) at 20240106090017233 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv30.c' (37,869) at 20240405153230607 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wl1273.h' (37,870) at 20210307214932350 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/vdec_ctrls.c' (37,871) at 20240405153230811 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/k10temp.rst' (37,872) at 20220525020651734 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-dai-adda.c' (37,873) at 20240405153053973 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/pstbmc.conf' (37,874) at 20240330080013095 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/vfio-ccw.h' (37,875) at 20240326080039542 2025-03-14 03:00:48.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-lantiq.h' (37,876) at 20210307214926286 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/conf.py' (37,877) at 20240405153229751 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb' (37,878) at 20241221090017544 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bmc_mode_enum.hpp' (37,879) at 20230719080007815 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/.gitignore' (37,880) at 20210309003648952 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stk1135.h' (37,881) at 20210307214928838 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm2835-gpio.txt' (37,882) at 20210307214925394 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/usb_ops.h' (37,883) at 20220525020654171 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gpimage-common.c' (37,884) at 20210308005003764 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_cmc.py' (37,885) at 20210308005003748 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-compat.c' (37,886) at 20210307214928466 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml' (37,887) at 20240405153229795 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/307' (37,888) at 20210927100127505 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb' (37,889) at 20241221090017512 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/sensor-example.yaml' (37,890) at 20221209040032879 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/sc18is602.h' (37,891) at 20210307214931482 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.c' (37,892) at 20240405153048501 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/tx_common.c' (37,893) at 20240405153050293 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfc_pci.h' (37,894) at 20210307214928538 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey.c' (37,895) at 20221215040039070 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/locking/mutex-design.rst' (37,896) at 20240405153045297 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/Kconfig' (37,897) at 20210308005003024 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/parisc/registers.rst' (37,898) at 20240405153045289 2025-03-14 03:00:48.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_aspeed.py' (37,899) at 20241211090212538 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-beelink-gs1.c' (37,900) at 20210307214928778 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/common/Makefile' (37,901) at 20210307214926286 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-immom_python-convert-to-python3.patch' (37,902) at 20210307205553818 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rda/Kconfig' (37,903) at 20210307214925942 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/spir/spirv-headers_1.3.296.0.bb' (37,904) at 20241221090017684 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/asm-const.h' (37,905) at 20240405153046101 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_trig.c' (37,906) at 20210307214926170 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/dove/Makefile' (37,907) at 20210307214930434 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/minerva-phosphor-multi-gpio-monitor.json' (37,908) at 20241211090147009 to deleted uid set 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/Makefile' (37,909) at 20240405153048365 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/samsung,s2mpa01.yaml' (37,910) at 20240405153045109 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/cpufreq.h' (37,911) at 20220525020654611 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/fscache.c' (37,912) at 20240405153231655 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-beagle-x15-common.dtsi' (37,913) at 20240405153045597 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3.yaml' (37,914) at 20240405153045101 2025-03-14 03:00:48.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power8-events-list.h' (37,915) at 20210307214926450 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-phosphor/health/files/bmc_health_config.json' (37,916) at 20210520100035991 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/vmalloc.h' (37,917) at 20210307214925650 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/functions.sh' (37,918) at 20240405153054325 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_a66_defconfig' (37,919) at 20210308005003236 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mpc5121.c' (37,920) at 20240405153231375 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/Kconfig' (37,921) at 20210309003650508 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/sdl2.c' (37,922) at 20241211090212558 to deleted uid set 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_loongarch_simd.c' (37,923) at 20240405153231955 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.3.bb' (37,924) at 20231126090012801 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/dead_code.c' (37,925) at 20220525020655203 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/.gitignore' (37,926) at 20210308005003732 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/map.h' (37,927) at 20240405153045685 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/meson/windows.txt' (37,928) at 20240326080039394 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/Kconfig' (37,929) at 20210308005002956 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/nsa320-mcu.txt' (37,930) at 20210307214925322 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ths8200.txt' (37,931) at 20210307214925354 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,mqs.txt' (37,932) at 20240405153045161 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/virtio-snd-pci.c' (37,933) at 20240326080039426 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/brcm,bcm947xx-cfe-partitions.yaml' (37,934) at 20240405153045113 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gtt.h' (37,935) at 20240405153048425 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-habanalabs' (37,936) at 20240405153044925 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-kbl-flakes.txt' (37,937) at 20240405153230531 2025-03-14 03:00:48.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_ds_in.c' (37,938) at 20210307214931870 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ixp4xx/npe.h' (37,939) at 20240405153052793 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_qsfp.h' (37,940) at 20210307214928442 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15.dts' (37,941) at 20210308005002564 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/Makefile' (37,942) at 20240405153232267 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sdx55.c' (37,943) at 20240405153051349 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fnmadd.c' (37,944) at 20210307214926434 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/efivarfs.rst' (37,945) at 20210307214925482 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-supplier' (37,946) at 20210309003648256 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyPolicyCollection_v1.xml' (37,947) at 20240619080002928 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_trace.h' (37,948) at 20210307214927738 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-registry.svg' (37,949) at 20210307214925210 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b1x5pv2.dtsi' (37,950) at 20240405153229883 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/get_module_deps3.py' (37,951) at 20230811080018322 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_ksym.c' (37,952) at 20240405153054265 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/test/meson.build' (37,953) at 20240917080010931 to deleted uid set 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0.h' (37,954) at 20240405153048997 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/exec_target.c' (37,955) at 20210309003655976 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-platform.c' (37,956) at 20210307214926290 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/llvm_reloc.rst' (37,957) at 20240405153229747 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/xattr.h' (37,958) at 20240613080016491 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-iqs620a.c' (37,959) at 20240405153051449 2025-03-14 03:00:48.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-h3-ccu.c' (37,960) at 20241211090212294 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_pll_8960.c' (37,961) at 20240405153048605 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/board.c' (37,962) at 20210308005003028 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/charge_reserved_hugetlb.sh' (37,963) at 20241011080017411 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/sdio_mcu.c' (37,964) at 20240405153050585 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch' (37,965) at 20230706080014749 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/testmode_i.h' (37,966) at 20210307214929738 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/encl.h' (37,967) at 20240405153046425 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_smp2p.h' (37,968) at 20240405153050341 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb' (37,969) at 20241221090017516 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65910_dm.c' (37,970) at 20210308005003472 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/tlb.c' (37,971) at 20210308005002960 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-udmabuf-stubs.c' (37,972) at 20220429100100462 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (37,973) at 20230511080017319 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sti/overview.rst' (37,974) at 20240405153044973 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dmar.h' (37,975) at 20240405153231807 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-csot.dts' (37,976) at 20240405153045793 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-netgear-rn104.dts' (37,977) at 20240405153045445 2025-03-14 03:00:48.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/bitsperlong.h' (37,978) at 20240405153052901 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/intf.c' (37,979) at 20240405153231011 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@2/vrm@63.conf' (37,980) at 20210307205554086 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-rock-pi-n8.dts' (37,981) at 20240405153045561 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/052' (37,982) at 20210927100127477 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/uaccess.h' (37,983) at 20240405153045941 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/Makefile' (37,984) at 20241211090145381 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sky81452.c' (37,985) at 20240405153049613 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-behold-columbus.c' (37,986) at 20210307214928778 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/tw5864-h264.c' (37,987) at 20210307214928718 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-dm816.txt' (37,988) at 20210307214925282 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun50i-a100-ccu.h' (37,989) at 20240405153231799 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ppc4xx/Makefile' (37,990) at 20210307214927138 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb' (37,991) at 20240302090018206 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sock_diag.h' (37,992) at 20210307214931658 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/orc_hash.sh' (37,993) at 20240405153053457 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/host-post/phosphor-host-postd_%.bbappend' (37,994) at 20221202040015727 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/sumod.h' (37,995) at 20210307214928026 2025-03-14 03:00:48.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry_1.3.1.bb' (37,996) at 20241221090017700 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bergsjo_Balleberget' (37,997) at 20210307205553778 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc-linux' (37,998) at 20230317080013833 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb_32b.dtsi' (37,999) at 20210307214926346 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/debugfs.h' (38,000) at 20240405153054049 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mps,mp5416.yaml' (38,001) at 20240405153229791 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/kernel.h' (38,002) at 20210927100127257 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/sys_parisc32.c' (38,003) at 20240710080014573 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sa1100fb.h' (38,004) at 20210307214930934 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-rsk/Kconfig' (38,005) at 20210307214926538 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target.opc.h' (38,006) at 20241211090212526 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (38,007) at 20240906080037560 to deleted uid set 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_1_enum.h' (38,008) at 20210307214927686 2025-03-14 03:00:48.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_7_0_d.h' (38,009) at 20210307214927530 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/utils/json_utils.cpp' (38,010) at 20240912080003150 to deleted uid set 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.h' (38,011) at 20220525020652530 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muh.c' (38,012) at 20210308005046525 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_ssp_amp.c' (38,013) at 20240405153232183 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36060.h' (38,014) at 20240405153049389 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target.c.inc' (38,015) at 20240906080037544 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/include/linux/numa.h' (38,016) at 20210307214932474 to deleted uid set 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ibm-panel.c' (38,017) at 20240405153049141 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/ti_k3_dsp_remoteproc.c' (38,018) at 20240405153231367 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_tx_dqo.c' (38,019) at 20240805080013975 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/ns16550.c' (38,020) at 20210308005003484 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8195-clock.yaml' (38,021) at 20240405153045017 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-co-shared-resource.c' (38,022) at 20241211090212562 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/block-helpers.c' (38,023) at 20241211090212558 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-memory.json' (38,024) at 20241214090008740 to deleted uid set 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/module.sh' (38,025) at 20210307214932666 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_bpf.readme' (38,026) at 20210307214932118 2025-03-14 03:00:48.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_ssi_dbg.c' (38,027) at 20210309003654900 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/picosam9g45_defconfig' (38,028) at 20210308005003276 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/igmp.h' (38,029) at 20240405153052921 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_meminit.c' (38,030) at 20240503080014506 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_ds_timer.c' (38,031) at 20210307214931870 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/bcu_1.1.100.bb' (38,032) at 20241221090017532 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_bios.c' (38,033) at 20240405153048721 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/utility.cpp' (38,034) at 20240817080031296 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vpu/Makefile' (38,035) at 20240405153049417 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/timer.h' (38,036) at 20210308005002668 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ia_css_ynr2_param.h' (38,037) at 20210307214930562 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/pq2.c' (38,038) at 20210307214926362 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalHWImg8723B_BB.h' (38,039) at 20220525020654179 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/intel,ixp4xx-ahb-queue-manager.yaml' (38,040) at 20240405153229779 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/led_bl.c' (38,041) at 20240405153231575 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dhcp_configuration.hpp' (38,042) at 20240420080036377 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_ipmi_redfish_user.robot' (38,043) at 20240627080021052 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb' (38,044) at 20241221090017548 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r9a09g011-cpg.c' (38,045) at 20240405153230239 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/TODO' (38,046) at 20240405153051885 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/table.c' (38,047) at 20210307214929938 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7791-porter.dts' (38,048) at 20240405153229899 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/scmi_sensors/Kconfig' (38,049) at 20220525020653095 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837-rpi-3-b.dts' (38,050) at 20240405153045425 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/pci_io.c' (38,051) at 20210308005002848 2025-03-14 03:00:48.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfstrace.h' (38,052) at 20240405153052425 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update/config-dummy.json' (38,053) at 20210803000022008 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/Makefile' (38,054) at 20240405153047233 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/run-bash-ptests' (38,055) at 20210307205554558 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi.h' (38,056) at 20240405153048381 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-usb.c' (38,057) at 20220525020652334 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_div_overflow.c' (38,058) at 20240405153054281 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q.dtsi' (38,059) at 20240405153045505 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/rsparser.c' (38,060) at 20210307214930154 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-miqi.dts' (38,061) at 20240405153045561 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/arizona-ldo1.c' (38,062) at 20240405153051461 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button.service' (38,063) at 20240105090012010 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/binderfs/Makefile' (38,064) at 20210309003654512 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/meson.options' (38,065) at 20230824080041137 to deleted uid set 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/virt-dt.c' (38,066) at 20210308005002556 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb' (38,067) at 20220121040027619 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/gdbstub.c' (38,068) at 20240326080039630 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/vmcoreinfo.c' (38,069) at 20240906080037256 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc512x_shared.c' (38,070) at 20240405153230051 2025-03-14 03:00:48.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/dwc2_udc.h' (38,071) at 20210308005003688 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/asm-offsets.h' (38,072) at 20240405153045933 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ratelimit.h' (38,073) at 20210309003653892 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-clps711x.c' (38,074) at 20240405153049193 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_twl.c' (38,075) at 20220525020651890 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (38,076) at 20241206090014230 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml' (38,077) at 20240405153045125 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/Makefile' (38,078) at 20210307214929758 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb' (38,079) at 20240302090018210 to deleted uid set 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-list.c' (38,080) at 20241211090145573 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/software_manager.cpp' (38,081) at 20241030080017187 to deleted uid set 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/gzip_vas.c' (38,082) at 20210307214932702 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-altivec.c' (38,083) at 20210309003648908 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/openssl-buildfix.patch' (38,084) at 20230706080014745 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.yaml' (38,085) at 20240405153045093 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia-aesni-avx-asm_64.S' (38,086) at 20240405153046361 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-img.c' (38,087) at 20240405153231359 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/maintainers.rst' (38,088) at 20240405153045277 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cadence_qspi.h' (38,089) at 20210308005003492 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/fpga-region.c' (38,090) at 20240613080016387 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dma-uclass.h' (38,091) at 20210308005003628 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c' (38,092) at 20240405153050137 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap-gpmc-smsc9221.dtsi' (38,093) at 20210308005002596 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/tlb.c' (38,094) at 20210308005002996 2025-03-14 03:00:48.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/rbtree.rst' (38,095) at 20240405153045289 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/composite.c' (38,096) at 20240405153046869 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_sunxi.c' (38,097) at 20210308005003352 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dalsmc.h' (38,098) at 20220525020652494 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/gettimeofday.S' (38,099) at 20241008080013895 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-flash-firmware-image.bb' (38,100) at 20241221090017464 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-octeon-core.c' (38,101) at 20210309003649976 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cpu.c' (38,102) at 20210308005002556 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-platform.c' (38,103) at 20240805080013955 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.2' (38,104) at 20210307205554422 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/client.c' (38,105) at 20240906080037376 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/breakpoints/.gitignore' (38,106) at 20210307214932662 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxi-6251.c' (38,107) at 20220525020652358 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/rtc/rtc-pcf85063.c' (38,108) at 20240405153231375 to deleted uid set 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3288.c' (38,109) at 20210308005003464 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_net.c' (38,110) at 20240613080016419 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_uart.h' (38,111) at 20210307214926218 2025-03-14 03:00:48.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-ddr4-1600MHz.dtsi' (38,112) at 20210308005002592 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/lsm.c' (38,113) at 20240805080014063 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/titanium.h' (38,114) at 20210308005003620 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/tu102.c' (38,115) at 20240405153230611 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_uniphier.c' (38,116) at 20240405153052001 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/alternative.h' (38,117) at 20240405153230019 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8186.dtsi' (38,118) at 20241008080013891 to deleted uid set 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-hw-exynos3250.c' (38,119) at 20240405153049465 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/network/phosphor-network_%.bbappend' (38,120) at 20241206090014206 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-btf.rst' (38,121) at 20240405153054037 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/events.h' (38,122) at 20210307214931402 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-ispif.h' (38,123) at 20220525020653291 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml' (38,124) at 20240405153045141 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi' (38,125) at 20240405153229915 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0006-libcollectdclient-Fix-string-overflow-errors.patch' (38,126) at 20210307205553910 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,icu.txt' (38,127) at 20210307214925342 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/cfg80211-wext.h' (38,128) at 20240405153052837 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb6100_cfg.h' (38,129) at 20210307214928638 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore.h' (38,130) at 20240405153046373 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/setup-sh7206.c' (38,131) at 20210307214926562 2025-03-14 03:00:48.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/water-cooled.yaml' (38,132) at 20210307205553698 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borkan' (38,133) at 20210307205553778 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/r_heartbeat.c' (38,134) at 20210309003650436 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_regs.h' (38,135) at 20240411080014078 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pcie-idio-24.c' (38,136) at 20240405153230307 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_1_0_offset.h' (38,137) at 20210307214927694 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/example/led-group-config.json' (38,138) at 20221208040033314 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/gt64120.h' (38,139) at 20210307214926214 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-x86/bootparam.h' (38,140) at 20240906080037348 2025-03-14 03:00:48.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/time.c' (38,141) at 20220627100016926 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-regexpr' (38,142) at 20241221090017616 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/collectd.init' (38,143) at 20210307205553910 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/__init__.py' (38,144) at 20210307205554262 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount_setattr/mount_setattr_test.c' (38,145) at 20241211090145577 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-colibri-iris-v2.dts' (38,146) at 20240405153045737 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/blueridge_2u_chassis.json' (38,147) at 20240516080005206 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/hwtest.h' (38,148) at 20210307214926158 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nuvoton,wpcm450-pinctrl.yaml' (38,149) at 20240405153045133 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/spi/spidev_test.c' (38,150) at 20240405153054221 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-cubox-i-emmc-som-v15.dts' (38,151) at 20240405153045501 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0007-Deleted-settiong-of-python-to-fix-the-install-confli.patch' (38,152) at 20240113090014532 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum_picon.c' (38,153) at 20210308005002920 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/tsinfo.c' (38,154) at 20240405153232015 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/joydev/index.rst' (38,155) at 20210307214925514 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/nested.c' (38,156) at 20240405153229987 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/Makefile' (38,157) at 20210308005003032 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/tracepoint.c' (38,158) at 20240405153054209 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/TableToolbar.spec.js' (38,159) at 20241004080035975 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5227x.h' (38,160) at 20210308005002804 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/bus.json' (38,161) at 20240405153054109 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/run-ptest' (38,162) at 20220402030015983 2025-03-14 03:00:48.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/sse-timer.h' (38,163) at 20230426080043768 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpic.h' (38,164) at 20240405153046117 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks-pl2303-ids.h' (38,165) at 20221215040039162 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_bounds.c' (38,166) at 20240405153054281 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/cold-redundancy/meson.build' (38,167) at 20240904080041515 to deleted uid set 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/Platform' (38,168) at 20210307214926182 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c' (38,169) at 20210309003650396 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gwventana_emmc_defconfig' (38,170) at 20210308005003260 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_nor.c' (38,171) at 20210308005046525 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py' (38,172) at 20210307205554266 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/dat.c' (38,173) at 20240712080021089 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch' (38,174) at 20220125040024531 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pathlib2_2.3.7.bb' (38,175) at 20241221090017556 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-android.c' (38,176) at 20210308005003228 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_fbdev.c' (38,177) at 20240405153230519 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/pic32mzda_sk.dts' (38,178) at 20210308005002816 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32mp15_basic_defconfig' (38,179) at 20210308005003280 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exmutex.c' (38,180) at 20240405153046621 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-2.5-AU' (38,181) at 20211006000025230 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,rpm-master-stats.yaml' (38,182) at 20240405153045157 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.default' (38,183) at 20210307205553822 2025-03-14 03:00:48.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/xen-emu.h' (38,184) at 20230426080043888 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_utils.h' (38,185) at 20220525020653451 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/debugcon.c' (38,186) at 20210927100127113 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts' (38,187) at 20240405153045725 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/fdinfo.h' (38,188) at 20240405153052965 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/097_elf_strip.dts' (38,189) at 20210308005003752 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10353.c' (38,190) at 20240405153049301 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-pch-msi.c' (38,191) at 20240613080016423 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cimax2.h' (38,192) at 20210307214928686 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_hash.h' (38,193) at 20210307214927086 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml' (38,194) at 20240405153045121 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/hugetlbpage.c' (38,195) at 20210309003648724 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky-bleeding.conf' (38,196) at 20230401080011959 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_SPIFLASH_defconfig' (38,197) at 20210308005003232 2025-03-14 03:00:48.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_ethtool.c' (38,198) at 20240405153050241 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.c' (38,199) at 20210308005003452 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv250d.h' (38,200) at 20210307214928018 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/map_ops.c' (38,201) at 20240405153054257 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvc0_fence.c' (38,202) at 20210309003649832 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson-a1-gpio.h' (38,203) at 20210307214931338 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/Kconfig' (38,204) at 20240405153231063 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-base.err' (38,205) at 20210308005046413 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/pps.c' (38,206) at 20240405153051445 to deleted uid set 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk_sg.h' (38,207) at 20220525020653351 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu_hw.c' (38,208) at 20240405153230819 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rawmidi.h' (38,209) at 20240405153231863 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/shape.svg' (38,210) at 20210307214925514 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig' (38,211) at 20210308005003280 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi' (38,212) at 20210308005002568 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ddr.c' (38,213) at 20210308005002816 2025-03-14 03:00:48.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_pkvm.h' (38,214) at 20240405153045857 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcs_lport.c' (38,215) at 20240405153051573 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/VirtualMedia/index.js' (38,216) at 20220105012522999 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_gop.c' (38,217) at 20210308005003700 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml' (38,218) at 20240405153045177 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/byteorder.h' (38,219) at 20210307214926494 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/longhaul.c' (38,220) at 20240405153046913 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/nmi.h' (38,221) at 20240405153046389 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/Makefile' (38,222) at 20210307214932002 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/superpipe.h' (38,223) at 20210307214930306 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/core.c' (38,224) at 20240726080012858 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/apic_internal.h' (38,225) at 20240906080037332 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1977-i2c.c' (38,226) at 20240405153053565 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-ati.bin' (38,227) at 20240326080039614 to deleted uid set 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/Makefile' (38,228) at 20240405153047241 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxa3xx-gcu.c' (38,229) at 20240405153052213 2025-03-14 03:00:48.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lit' (38,230) at 20210307205553786 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Resele' (38,231) at 20210307205553790 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-iconnect.dts' (38,232) at 20240405153045457 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/xlnx-versal-usb2-ctrl-regs.c' (38,233) at 20240906080037312 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-medusa-video.c' (38,234) at 20210307214928690 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dts' (38,235) at 20240405153045725 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_ac97.c' (38,236) at 20240405153232203 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7753evb.h' (38,237) at 20210308005003616 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c' (38,238) at 20240405153231307 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evxface.c' (38,239) at 20240405153046617 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb' (38,240) at 20241221090017532 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/sign_key.pem' (38,241) at 20220525020655231 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/module.lds.h' (38,242) at 20210309003648676 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-p2pdma.h' (38,243) at 20240405153052757 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/multilib_header_wrapper.h' (38,244) at 20210307205554638 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/README.md' (38,245) at 20221209040019091 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/groups.json' (38,246) at 20241106090019918 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/subprojects/nlohmann_json.wrap' (38,247) at 20240402080008906 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSET-PL-2.1' (38,248) at 20211006000025242 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mips.txt' (38,249) at 20240113090014532 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend_legacy_api.rst' (38,250) at 20210309003648480 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/.clang-format' (38,251) at 20241220090036163 to deleted uid set 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.psusensor.service' (38,252) at 20210706231659769 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/xz.h' (38,253) at 20240405153052825 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7-ddr.h' (38,254) at 20210308005002652 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/hauppauge.rc5' (38,255) at 20210307205553754 2025-03-14 03:00:48.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/clps711x-fb.c' (38,256) at 20240405153231579 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/state.c' (38,257) at 20210308005002844 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-accel-ops.h' (38,258) at 20221215040039306 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/realtek_otto_wdt.c' (38,259) at 20240405153052245 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ethtool-coalesce.sh' (38,260) at 20220525020655207 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/MAINTAINERS' (38,261) at 20210308005002952 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/network.c' (38,262) at 20240405153046513 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch' (38,263) at 20210307205554034 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb' (38,264) at 20241206090014258 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/neighbor.hpp' (38,265) at 20230701080027201 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/crypto.h' (38,266) at 20220525020653375 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/Kconfig' (38,267) at 20210308005045981 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_tcb1.dtsi' (38,268) at 20240405153045473 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi' (38,269) at 20210307205553774 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Lindent' (38,270) at 20210307214932130 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-max8997.c' (38,271) at 20220525020652422 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/perf_link.c' (38,272) at 20240405153054257 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/063_entry_args_missing.dts' (38,273) at 20210308005003752 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-da9063.c' (38,274) at 20240405153231371 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_blowfish.c' (38,275) at 20210307214928542 2025-03-14 03:00:48.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/msgbuf.cpp' (38,276) at 20241009080011085 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_buffer.c' (38,277) at 20240405153231523 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/i8254_internal.h' (38,278) at 20230426080043768 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml' (38,279) at 20240405153045045 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/MAINTAINERS' (38,280) at 20210308005003076 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb' (38,281) at 20241221090017508 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb' (38,282) at 20241221090017684 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/basic_stx_ldx.c' (38,283) at 20210307214932658 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/wic/genericarm64.wks.in' (38,284) at 20240413080012683 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/match.hpp' (38,285) at 20241219090033960 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/maintainer/pull-requests.rst' (38,286) at 20240405153045297 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2602.c' (38,287) at 20240405153053789 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus_4.3.bb' (38,288) at 20220402030016019 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/Kconfig' (38,289) at 20210308005003172 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/tegra-gart.c' (38,290) at 20240405153049189 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Sydney' (38,291) at 20210307205553766 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/txrx.c' (38,292) at 20240405153231219 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/Makefile' (38,293) at 20210307214926102 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/test_overview_menu.robot' (38,294) at 20240628080017113 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-dev.c' (38,295) at 20240405153230815 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/miscellaneous.rst' (38,296) at 20240405153045193 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ftrace.h' (38,297) at 20220525020651998 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/uncore-interconnect.json' (38,298) at 20240405153054145 2025-03-14 03:00:48.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/arm-compat-semi.c' (38,299) at 20240906080037444 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb2pdu.h' (38,300) at 20240527080023356 to deleted uid set 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/builddashboard.html' (38,301) at 20210307205554282 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/mikroe-proto.c' (38,302) at 20240710080014617 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-cdns.c' (38,303) at 20210308005003380 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_hwmon.c' (38,304) at 20240405153051977 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c' (38,305) at 20240405153050173 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/mod_hdr.h' (38,306) at 20240405153050105 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cache.h' (38,307) at 20240405153046105 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/linux/time-internal.h' (38,308) at 20220525020652126 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dockstar.dts' (38,309) at 20210308005002592 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp855.c' (38,310) at 20210307214931178 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ServiceConditions_v1.xml' (38,311) at 20240619080002936 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch' (38,312) at 20230706080014753 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control-internal.h' (38,313) at 20230925080040105 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ThermalSubsystem.v1_3_2.json' (38,314) at 20240619080002956 to deleted uid set 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ConnectionCollection_v1.xml' (38,315) at 20240619080002920 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/cpuflags.h' (38,316) at 20240405153046353 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (38,317) at 20240625080012792 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/recvmsg4_prog.c' (38,318) at 20240405153054273 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995-u-boot.dtsi' (38,319) at 20210308005002604 2025-03-14 03:00:48.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl_allowlist.h' (38,320) at 20220525020653539 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml' (38,321) at 20240405153045105 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_connectors.c' (38,322) at 20240405153230627 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/helpers.rs' (38,323) at 20240405153053421 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_cond.S' (38,324) at 20210307214926170 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c' (38,325) at 20240405153231051 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/soc/intel_gmch.h' (38,326) at 20240405153048553 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/empty_skb.c' (38,327) at 20240405153054269 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_v4l2.c' (38,328) at 20241211090145449 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Reigate' (38,329) at 20210307205553798 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/Kconfig' (38,330) at 20240405153229991 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/sort-pmuevents.py' (38,331) at 20240301090012479 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-util.h' (38,332) at 20210307214928846 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/obmc-console.conf' (38,333) at 20230512080018777 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntpd.service' (38,334) at 20230706080014741 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/kfr2r09-romimage_defconfig' (38,335) at 20240405153046309 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/tlb.c' (38,336) at 20240405153046181 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_2_sc7180.h' (38,337) at 20240405153230591 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png' (38,338) at 20210307205554326 to deleted uid set 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/kwbimage.cfg' (38,339) at 20210308005002908 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/swap.cocci' (38,340) at 20220525020654939 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl907c.h' (38,341) at 20210309003649824 2025-03-14 03:00:48.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/isdimm_vpd_parser.cpp' (38,342) at 20240608080017393 to deleted uid set 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/fpu_helper.h' (38,343) at 20241211090212494 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_pch_msi.c' (38,344) at 20230426080043700 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/build-sysroots.bb' (38,345) at 20241221090017644 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/run-ptest' (38,346) at 20210812000025198 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/ucontext.h' (38,347) at 20210307214926122 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/arch_dump.c' (38,348) at 20240906080037508 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml' (38,349) at 20240405153045033 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m6.dtsi' (38,350) at 20240405153229963 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/syscalls/Makefile' (38,351) at 20240405153046081 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/114.out' (38,352) at 20210927100127481 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-malta/kernel-entry-init.h' (38,353) at 20210307214926222 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-chromebook.dtsi' (38,354) at 20240405153045561 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts' (38,355) at 20240405153045817 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/trace.c' (38,356) at 20210307214929126 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/decap_sanity.c' (38,357) at 20241008080014055 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_rmnet.h' (38,358) at 20240405153052705 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/dlink,dir685-touchkeys.txt' (38,359) at 20210307214925334 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/amd_powerplay.h' (38,360) at 20240405153048333 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/dsdt.asl' (38,361) at 20210308005003008 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_dr.h' (38,362) at 20220525020654283 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/nd_virtio.c' (38,363) at 20241018080014538 2025-03-14 03:00:48.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/resource.h' (38,364) at 20210307214926250 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_phyreg.h' (38,365) at 20240405153051881 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml' (38,366) at 20240405153229787 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/dev.c' (38,367) at 20240830080013319 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-clt.c' (38,368) at 20240405153046717 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/memory.json' (38,369) at 20240405153054157 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p4080.c' (38,370) at 20210308005003432 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap/0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch' (38,371) at 20241206090014258 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/mainapp.cpp' (38,372) at 20240724080026572 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng.c' (38,373) at 20230426080043636 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au8810.h' (38,374) at 20210307214932234 2025-03-14 03:00:48.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/254' (38,375) at 20220429100100914 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/omap-serial.c' (38,376) at 20240405153231515 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/nios2-linux' (38,377) at 20241206090014350 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/musl-disable-stackwalk.patch' (38,378) at 20231011080016578 to deleted uid set 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/Makefile' (38,379) at 20240405153050561 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_drain.c' (38,380) at 20240405153052589 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f.c' (38,381) at 20240906080037312 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ocores.c' (38,382) at 20240628080013989 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xxhash.c' (38,383) at 20210309003654196 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts' (38,384) at 20210307214926026 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_managed.c' (38,385) at 20240405153230539 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/uas-detect.h' (38,386) at 20240405153052145 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/siox/siox.h' (38,387) at 20210307214930430 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb' (38,388) at 20241220090019722 to deleted uid set 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/head917d.c' (38,389) at 20240405153048613 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventDestinationCollection.json' (38,390) at 20240619080002944 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_common.c' (38,391) at 20210308005002884 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-initial.inc' (38,392) at 20210812000025342 to deleted uid set 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-ctrl.h' (38,393) at 20210307214928842 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mti,cpu-interrupt-controller.yaml' (38,394) at 20240405153045085 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/flat.h' (38,395) at 20210307214926174 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml' (38,396) at 20210307214925290 2025-03-14 03:00:48.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc2_cmdq_regs.h' (38,397) at 20240405153046605 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-atmel.c' (38,398) at 20240405153231555 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb_init.c' (38,399) at 20240405153050593 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485AFE_defconfig' (38,400) at 20210308005003236 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,bcm6368-mdio-mux.yaml' (38,401) at 20240405153045113 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs35l34.h' (38,402) at 20210307214931594 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/smu13_driver_if.h' (38,403) at 20240405153047209 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-plym2m.dts' (38,404) at 20240405153045501 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts' (38,405) at 20240405153045793 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_onenand_small_defconfig' (38,406) at 20210308005003284 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-schema.json' (38,407) at 20240906080037432 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kgdb.h' (38,408) at 20240405153046113 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/interface/ia_css_isys.h' (38,409) at 20210309003653024 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/cei-tk1-som.c' (38,410) at 20210308005002944 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mincore/mincore_selftest.c' (38,411) at 20240405153054329 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/netfilter/nf_tables.h' (38,412) at 20241220090018330 to deleted uid set 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-phycore-som.dtsi' (38,413) at 20240405153045525 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-amc/Makefile' (38,414) at 20210308005002904 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d27_som1.dtsi' (38,415) at 20210308005002612 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc4151.rst' (38,416) at 20210307214925502 2025-03-14 03:00:48.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/Makefile' (38,417) at 20210307214929790 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/pmbus_device.h' (38,418) at 20240326080039538 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_getparam.c' (38,419) at 20240405153048525 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/irqflags_32.h' (38,420) at 20210307214926582 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-baltos-ir2110.dts' (38,421) at 20240405153045589 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cacheinfo.c' (38,422) at 20240405153046253 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/Makefile' (38,423) at 20240405153054173 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-Support-ICU-76.1-build.patch' (38,424) at 20241221090017544 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.h' (38,425) at 20220525020652827 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-colibri-eval-v3.dts' (38,426) at 20240405153045537 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-nitrogen6_max.dts' (38,427) at 20240405153045521 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_kontronoem.c' (38,428) at 20210308004938828 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_av1_entropymode.h' (38,429) at 20240405153049493 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/hwcap.h' (38,430) at 20240405153230063 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_reporting.h' (38,431) at 20220525020654775 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/ftsdc010_mci.h' (38,432) at 20210308005003404 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/legacy.h' (38,433) at 20240405153046429 2025-03-14 03:00:48.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/nmi_selftest.c' (38,434) at 20240405153230127 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/neterion/s2io.h' (38,435) at 20240405153050189 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/socfpga.c' (38,436) at 20210308005003008 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/time-utils.h' (38,437) at 20210307214932610 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-usbarmory.dts' (38,438) at 20240405153045493 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/simatic-ipc-leds-gpio-f7188x.c' (38,439) at 20240405153049221 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/emif.h' (38,440) at 20210307214928986 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' (38,441) at 20240819080030259 to deleted uid set 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/onboard_usb_hub_pdevs.c' (38,442) at 20240405153052117 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-icnova-a20.dtsi' (38,443) at 20240405153045385 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_de2.c' (38,444) at 20210308005003536 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/led-main.cpp' (38,445) at 20240828080025979 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/cache.h' (38,446) at 20210308005002544 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/dmasound_q40.c' (38,447) at 20210307214932226 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8971.h' (38,448) at 20210307214932362 2025-03-14 03:00:48.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-al-fic.c' (38,449) at 20240405153049189 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/spi.c' (38,450) at 20240405153231239 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-pci-dev.c' (38,451) at 20240405153232199 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_offset.h' (38,452) at 20210307214927694 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/w1/maxim,ds2482.yaml' (38,453) at 20240405153045185 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/mxc_w1.c' (38,454) at 20210308005003540 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/entry.py' (38,455) at 20210308005003748 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c' (38,456) at 20240405153048657 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/ucsimm.c' (38,457) at 20240405153045953 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Util.pm' (38,458) at 20210307214932566 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/posix_types.h' (38,459) at 20210308005002844 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/armadillo-800eva_defconfig' (38,460) at 20210308005003248 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-utils.h' (38,461) at 20240405153054005 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/Kbuild' (38,462) at 20240405153048629 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/303.out' (38,463) at 20220429100100926 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/signal32.c' (38,464) at 20240405153230095 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml' (38,465) at 20240405153045129 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl692.c' (38,466) at 20240405153049293 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-tb10x.c' (38,467) at 20240405153230751 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee.inc' (38,468) at 20241221090017472 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Job_v1.xml' (38,469) at 20240619080002924 2025-03-14 03:00:48.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/files/run-ptest' (38,470) at 20210307205554130 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi_trans.c' (38,471) at 20240405153050341 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/dep.c' (38,472) at 20220525020653823 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda.h' (38,473) at 20240405153049405 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml' (38,474) at 20240405153045069 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Host@.service' (38,475) at 20230216040036091 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel/config.yaml' (38,476) at 20210307205554070 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/2.Process.rst' (38,477) at 20240405153229839 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-legacy.c' (38,478) at 20241211090212558 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/prot-none.py' (38,479) at 20241211090212550 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-rpl-match.c' (38,480) at 20240405153232183 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sun4v_wdt.c' (38,481) at 20210307214930978 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/manager_diagnostic_data_test.cpp' (38,482) at 20240329080003279 to deleted uid set 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ls2080a.c' (38,483) at 20210308005003436 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanSpeed/meson.build' (38,484) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_jmicron.c' (38,485) at 20240405153046665 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/Makefile' (38,486) at 20210308005002904 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml' (38,487) at 20220525020651670 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts' (38,488) at 20210307214926022 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/NMI.interface.yaml' (38,489) at 20221207040023627 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/version-gen.sh' (38,490) at 20210307214932618 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/scan.c' (38,491) at 20240405153050729 2025-03-14 03:00:48.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf-perl.inc' (38,492) at 20241221090017688 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/ce.h' (38,493) at 20240805080013979 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/motor-init-calibration@.service' (38,494) at 20221130040015776 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/user_namespace.c' (38,495) at 20240405153053073 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/guest-files.txt' (38,496) at 20240405153054077 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (38,497) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sh-sci.h' (38,498) at 20240405153052013 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/riscv/host/cpuinfo.h' (38,499) at 20241211090212242 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/test_version.cpp' (38,500) at 20210308005405942 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_ucode_ptr.lds' (38,501) at 20210308005003756 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/insns.decode' (38,502) at 20210308005046329 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_frag.c' (38,503) at 20240405153053369 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-stub.c' (38,504) at 20241211090212318 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/hbm.h' (38,505) at 20220525020653047 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_io.c' (38,506) at 20240712080021081 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (38,507) at 20210307205553930 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_remap.cpp' (38,508) at 20220922030007675 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/suvd3_defconfig' (38,509) at 20210308005003280 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_decompress.c' (38,510) at 20210308005003696 2025-03-14 03:00:48.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_enc_hw.c' (38,511) at 20240405153230799 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp863.c' (38,512) at 20210307214931178 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/voltage-regulator-configuration.md' (38,513) at 20221209040006395 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-core.c' (38,514) at 20240405153230247 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb' (38,515) at 20241206090014266 to deleted uid set 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-fscaps' (38,516) at 20210307214925202 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/Makefile' (38,517) at 20210307214929774 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/isapnp/core.c' (38,518) at 20210307214930150 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/slt-ast2600_defconfig' (38,519) at 20210308005003280 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/sysfile.h' (38,520) at 20220525020654479 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/Makefile' (38,521) at 20240405153051409 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/plugin-memory.h' (38,522) at 20240326080039550 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_lnode.h' (38,523) at 20240405153231395 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_arc0_dup_eng_regs.h' (38,524) at 20240405153046581 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mqueue/mq_perf_tests.c' (38,525) at 20240405153054333 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/ext2.h' (38,526) at 20240405153231659 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch' (38,527) at 20230114040015494 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/michael.h' (38,528) at 20210307214931990 2025-03-14 03:00:48.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-set-id.rst' (38,529) at 20220525020654131 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bbappend' (38,530) at 20231126090012769 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/helper.h' (38,531) at 20240326080039670 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_core.c' (38,532) at 20241018080014546 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0001-force-static-build.patch' (38,533) at 20210307205553750 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nand.h' (38,534) at 20240405153052745 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/rbtx49xx_defconfig' (38,535) at 20240405153045993 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-pcm-dma.c' (38,536) at 20240710080014617 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/common/bur_common.h' (38,537) at 20210308005002904 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_retro.c' (38,538) at 20210309003655984 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/pvr.c' (38,539) at 20210307214926178 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overammer' (38,540) at 20210307205553790 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac' (38,541) at 20210307214925190 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt' (38,542) at 20210307214925274 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/liodn.c' (38,543) at 20210308005002832 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/find_vma_fail1.c' (38,544) at 20240405153054269 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/termbits.h' (38,545) at 20210308005046073 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/mem_64.S' (38,546) at 20240405153230043 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor/phosphor-dbus-monitor-snmp.conf' (38,547) at 20210911000017986 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/aspeed_g4_defconfig' (38,548) at 20240405153229903 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx22700.h' (38,549) at 20210307214928610 2025-03-14 03:00:48.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-mediatek-trace.h' (38,550) at 20240405153052033 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-r2d/Kconfig' (38,551) at 20210307214926538 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c' (38,552) at 20240405153050201 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ipoctal232-test.c' (38,553) at 20221215040039374 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2hk.c' (38,554) at 20210308005003076 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_proto.h' (38,555) at 20210307214930922 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb' (38,556) at 20220721030015845 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-direct.h' (38,557) at 20210309003653836 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/Kconfig' (38,558) at 20240405153230887 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/channel.h' (38,559) at 20220525020654191 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7792-cpg-mssr.h' (38,560) at 20210308005003632 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_baco.h' (38,561) at 20210309003649656 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/devl_internal.h' (38,562) at 20240405153232011 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/hi311x.c' (38,563) at 20241216090017709 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/psoc_cpu_pll_regs.h' (38,564) at 20240405153046577 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/Kconfig' (38,565) at 20210308005003044 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.h' (38,566) at 20220525020652458 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-xive.rst' (38,567) at 20210308005045805 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-3.0' (38,568) at 20210307205554418 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/ltrf216a.c' (38,569) at 20240405153049001 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/hmm/hmm_common.h' (38,570) at 20240405153051825 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/hardware.h' (38,571) at 20240405153045657 2025-03-14 03:00:48.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/gcc_base.c' (38,572) at 20210307214931730 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/Makefile.am' (38,573) at 20210307214932738 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/conntrack.c' (38,574) at 20240405153231035 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvmdio.c' (38,575) at 20240405153230991 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/pxaregs.c' (38,576) at 20210307205553994 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/card.h' (38,577) at 20240405153051949 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-h6.c' (38,578) at 20240520080015139 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/266.out' (38,579) at 20210308005046465 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/phosphor-ipmi-net@.service' (38,580) at 20240725080028268 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/README' (38,581) at 20210307214926338 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml' (38,582) at 20210307205553694 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fadds.c' (38,583) at 20210307214926434 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/uaccess.h' (38,584) at 20240726080012846 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/misc.c' (38,585) at 20210307214927174 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/ocmem.h' (38,586) at 20210307214931594 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dln2.c' (38,587) at 20240405153231459 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_name.cpp' (38,588) at 20210308005100997 2025-03-14 03:00:48.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc-peripherals.yaml' (38,589) at 20240405153045101 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/opcodes.h' (38,590) at 20240405153048805 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/usb_urb.c' (38,591) at 20210307214928814 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/fw-update/README.md' (38,592) at 20240622080036455 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/README' (38,593) at 20220204040022568 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/phosphor-network/90-hmc-usb0-network.rules' (38,594) at 20240727080014098 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/Kconfig' (38,595) at 20210308005002964 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9486.c' (38,596) at 20210307214930506 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/Kconfig' (38,597) at 20240405153049933 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/hw-fault-monitor.md' (38,598) at 20221209040006387 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psi.h' (38,599) at 20240405153052777 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_transport_internal.h' (38,600) at 20240405153046957 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos7_drm_decon.c' (38,601) at 20240405153230539 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-mmio-v2.c' (38,602) at 20240405153045893 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager/blocklist.json' (38,603) at 20230209040014205 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb' (38,604) at 20241221090017564 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/console/glome-login.bb' (38,605) at 20241206090014226 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dvbapi.rst' (38,606) at 20210309003648476 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/m547xevb.c' (38,607) at 20210308005002976 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_sock_addr.sh' (38,608) at 20210307214932654 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pxa.c' (38,609) at 20210308005003484 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_tlv.h' (38,610) at 20240405153049033 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/ehci-msm.txt' (38,611) at 20210308005003328 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/Makefile' (38,612) at 20240405153049433 2025-03-14 03:00:48.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount_setattr/config' (38,613) at 20220525020655215 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/trident/trident.h' (38,614) at 20220525020655011 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/Makefile' (38,615) at 20240405153232283 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-dwc.c' (38,616) at 20240405153051449 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/smp.c' (38,617) at 20240405153046213 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-rc6-decoder.c' (38,618) at 20240405153049513 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/audio-graph-card2-custom-sample.dtsi' (38,619) at 20240405153232175 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_pes.h' (38,620) at 20210309003650372 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-dpipe.rst' (38,621) at 20220525020651746 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qemu-ga-client' (38,622) at 20220429100100750 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c' (38,623) at 20210307214927950 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/volume.c' (38,624) at 20241211090145517 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom-ipq806x-sata-phy.txt' (38,625) at 20210307214925390 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mos6522.c' (38,626) at 20240906080037256 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682.dtsi' (38,627) at 20240405153045781 2025-03-14 03:00:48.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/srq.c' (38,628) at 20240405153049077 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/interactive.c' (38,629) at 20210308005003360 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvneta_bm.h' (38,630) at 20210307214929490 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_interface.h' (38,631) at 20240405153048565 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/boot/.gitignore' (38,632) at 20210307214926174 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace.c' (38,633) at 20220525020653135 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/Makefile' (38,634) at 20210308005003020 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/dma-buf/Makefile' (38,635) at 20240405153054293 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c' (38,636) at 20240405153052209 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/smp_hvm.c' (38,637) at 20240405153046501 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fann2/0001-setup.py-Don-t-hardcode-swig-and-fann2-binary-locati.patch' (38,638) at 20210307205554018 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/renesas,sh-rtc.yaml' (38,639) at 20210307214925418 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/led.h' (38,640) at 20210308005003656 2025-03-14 03:00:48.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig' (38,641) at 20210308005003260 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_7_2_d.h' (38,642) at 20210307214927518 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pci-testdev.c' (38,643) at 20241211090212298 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/amlogic,meson-mx-ao-arc.yaml' (38,644) at 20240405153045149 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-radius_3.0.0.bb' (38,645) at 20241221090017520 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/iomap.c' (38,646) at 20210307214925970 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/.gitignore' (38,647) at 20240405153045949 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/tbs2910.cfg' (38,648) at 20210308005003068 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/x86emui.h' (38,649) at 20210308005003336 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.h' (38,650) at 20240405153047137 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts' (38,651) at 20240405153229883 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/cgroup/rstat.c' (38,652) at 20240405153231903 to deleted uid set 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/platsmp.c' (38,653) at 20240405153045693 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/patchreview' (38,654) at 20220804030014663 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/Makefile' (38,655) at 20240405153231279 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/Makefile' (38,656) at 20240405153045265 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/run_rule.md' (38,657) at 20240809080033023 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cputopo.c' (38,658) at 20240405153054185 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h' (38,659) at 20210307214927282 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.metadata.yaml' (38,660) at 20210610000035114 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ftrace.c' (38,661) at 20240405153046321 2025-03-14 03:00:48.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mss-sc7180.c' (38,662) at 20240405153046833 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h' (38,663) at 20240405153049865 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_fabric_configfs.c' (38,664) at 20240405153051965 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-rt8515.c' (38,665) at 20220525020653211 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/PG_uncached/arch-support.txt' (38,666) at 20240405153045201 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc.h' (38,667) at 20210617100022823 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32f4xx_exti.h' (38,668) at 20221215040039182 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seq_file.h' (38,669) at 20240405153231839 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64-secureboot.txt' (38,670) at 20241221090017468 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps65217.txt' (38,671) at 20210307214925410 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simplejson_3.19.3.bb' (38,672) at 20241221090017560 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-netcp.dtsi' (38,673) at 20210308005002592 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-posix-acl.c' (38,674) at 20221215040039086 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6111.h' (38,675) at 20240405153049301 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/cxl.h' (38,676) at 20241111090012121 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/zones.json' (38,677) at 20231213090027090 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/filedescriptor.hpp' (38,678) at 20210308005103637 2025-03-14 03:00:48.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00pci.h' (38,679) at 20210309003651800 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.h' (38,680) at 20220525020652498 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/prom.c' (38,681) at 20240405153046049 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-mowgli.dts' (38,682) at 20240405153045417 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cmipci.c' (38,683) at 20240405153232127 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/ncsi-pkt.h' (38,684) at 20210308005003676 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/user-exec.c' (38,685) at 20241211090212206 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor/dependencies.conf' (38,686) at 20231216090014900 2025-03-14 03:00:48.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/mtd.c' (38,687) at 20210307214929618 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9062-core.c' (38,688) at 20240405153230835 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-hw-s5p.c' (38,689) at 20240405153049465 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/gf128mul.c' (38,690) at 20240405153053085 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-ioctl.c' (38,691) at 20240405153049369 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/keys/index.rst' (38,692) at 20210307214925562 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/clock.h' (38,693) at 20210308005002672 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch' (38,694) at 20230131040012031 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_output_with_prefix_isolated_correctly.log' (38,695) at 20210307214932626 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (38,696) at 20241210090013352 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/amlogic,g12-ddr-pmu.yaml' (38,697) at 20240405153045125 2025-03-14 03:00:48.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyOptions/meson.build' (38,698) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/regs.h' (38,699) at 20240405153049865 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/xattr.h' (38,700) at 20210307214931690 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/README.rst' (38,701) at 20240405153229835 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/clock.c' (38,702) at 20210308005002712 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ts_bm.c' (38,703) at 20240405153231955 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-hmp.c' (38,704) at 20240906080037572 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/sworks-agp.c' (38,705) at 20240405153046745 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/plugin-gen.h' (38,706) at 20240906080037328 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-peripherals-opp.dtsi' (38,707) at 20240405153045477 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/unicode.cfg' (38,708) at 20210307205554470 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/ufs-common.yaml' (38,709) at 20240405153229799 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt' (38,710) at 20240405153045185 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/main.c' (38,711) at 20240405153052325 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb' (38,712) at 20241221090017556 to deleted uid set 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/Kconfig' (38,713) at 20210307214932290 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-marsboard.dts' (38,714) at 20240405153045377 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/meminfo.c' (38,715) at 20240405153231723 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-host-s0-set-failsafe.service' (38,716) at 20210519000031351 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500.c' (38,717) at 20241211090212318 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/zinitix,bt400.yaml' (38,718) at 20240405153045081 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_core.c' (38,719) at 20210308005003472 2025-03-14 03:00:48.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/styles/config/vocabularies/OpenSource/accept.txt' (38,720) at 20240413080012683 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/Makefile' (38,721) at 20210308005003036 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-kunpeng_hccs' (38,722) at 20240405153229731 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2990.c' (38,723) at 20240405153048861 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/console.h' (38,724) at 20221215040039194 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-type.h' (38,725) at 20240405153049413 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/update-results-script.patch' (38,726) at 20221003030013269 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/mediatek,cci.yaml' (38,727) at 20240405153045081 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_dictionary_test.cpp' (38,728) at 20240821080009267 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/Makefile' (38,729) at 20210307214930898 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/Utils.cpp' (38,730) at 20240817080004303 to deleted uid set 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/Makefile' (38,731) at 20210309003648936 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/enet.h' (38,732) at 20210307214929298 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/osq_lock.h' (38,733) at 20210307214931462 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/srcline.c' (38,734) at 20240405153232239 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vfio_ccw.h' (38,735) at 20210307214931686 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/socket.sh' (38,736) at 20240405153054177 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/bareudp.rst' (38,737) at 20210307214925526 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.2/index.html' (38,738) at 20210307205554246 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/trace.h' (38,739) at 20210308005046561 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btbcm.h' (38,740) at 20240405153046721 2025-03-14 03:00:48.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_dp.c' (38,741) at 20240418080014490 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_reset_conf_regs.h' (38,742) at 20240405153046601 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aes_gcm.h' (38,743) at 20210307214931982 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Unitymedia' (38,744) at 20210307205553758 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/decompress.c' (38,745) at 20240405153231915 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/quota.h' (38,746) at 20240405153231879 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/syscall-counts-report' (38,747) at 20210307214932570 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-tdm-formatter.c' (38,748) at 20240405153053973 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_pcidev.h' (38,749) at 20220429100100590 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bifurcation/bifurcation.hpp' (38,750) at 20220525015711014 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/Kconfig' (38,751) at 20210307214928058 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/priv.h' (38,752) at 20240405153048665 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System/meson.build' (38,753) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/current_stateid.h' (38,754) at 20210307214931162 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3036.c' (38,755) at 20210308005003464 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TriggersCollection_v1.xml' (38,756) at 20240619080002940 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r3.dts' (38,757) at 20220525020651926 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ni_names.py' (38,758) at 20220525020652358 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/cs5345.h' (38,759) at 20210307214931542 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/ciu2.txt' (38,760) at 20210307214925362 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/repository_test.cpp' (38,761) at 20220806030027605 2025-03-14 03:00:48.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c' (38,762) at 20240405153048381 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/mlx5_ifc_vhca_event.h' (38,763) at 20220525020653591 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h' (38,764) at 20240405153230591 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/ilsp.S' (38,765) at 20210307214926154 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/omap1_bl.c' (38,766) at 20240405153052177 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/hardware.c' (38,767) at 20240405153231507 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pf8x00-regulator.c' (38,768) at 20240405153051469 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/kmp204x.h' (38,769) at 20210308005003012 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_ofld.c' (38,770) at 20240712080021077 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/addrs.h' (38,771) at 20210307214926246 2025-03-14 03:00:48.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/test/libpldmresponder_fru_test.cpp' (38,772) at 20240819080030259 to deleted uid set 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/traps_64.c' (38,773) at 20240503080014466 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf' (38,774) at 20210307205554610 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/armsse.h' (38,775) at 20240326080039534 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/twl4030-pwrbutton.c' (38,776) at 20240405153049145 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch' (38,777) at 20210307205553802 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/dlopen-deps.inc' (38,778) at 20241221090017644 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_forward.c' (38,779) at 20240405153232019 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml' (38,780) at 20240405153045053 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/hugetlb-8xx.h' (38,781) at 20240405153230031 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.git-blame-ignore-revs' (38,782) at 20230426080043628 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/syscallhdr.sh' (38,783) at 20241211090212378 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-ga10h-v1.1.dts' (38,784) at 20210308005002624 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/memalloc_local.h' (38,785) at 20240405153053489 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/Makefile' (38,786) at 20210308005002912 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/bios_string_attribute.hpp' (38,787) at 20230719080035243 to deleted uid set 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/epoll/epoll_wakeup_test.c' (38,788) at 20220525020655207 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/mdev/Kconfig' (38,789) at 20240405153052161 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/perfmon.c' (38,790) at 20240418080014494 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/bridge/dw_hdmi.h' (38,791) at 20240405153231791 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/kref.rst' (38,792) at 20240405153045289 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-galaxy100.dts' (38,793) at 20240405153045409 2025-03-14 03:00:48.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch' (38,794) at 20230811080018302 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-redboot/Makefile' (38,795) at 20240405153046501 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/cgx.h' (38,796) at 20241211090145461 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/cachetlb.rst' (38,797) at 20240405153045289 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_context.hpp' (38,798) at 20240829080025811 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/nomodeset.h' (38,799) at 20240405153052953 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/cross-crompile-ffmpeg.patch' (38,800) at 20230706080014765 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/error-report.c' (38,801) at 20240906080037592 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/ingenic/devices.yaml' (38,802) at 20240405153045109 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/dbc.h' (38,803) at 20240405153230259 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-hvm-common.c' (38,804) at 20241211090212354 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/main.c' (38,805) at 20240405153049817 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/damon.h' (38,806) at 20241125090012259 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/dma.c' (38,807) at 20240405153046993 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/ucp1020.h' (38,808) at 20210308005002900 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ti/ddr3.c' (38,809) at 20210308005003220 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/fs_ethtool.h' (38,810) at 20240405153050101 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a77470-iwg23s-sbc.dts' (38,811) at 20240405153045553 2025-03-14 03:00:48.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CompositionService_v1.xml' (38,812) at 20240619080002920 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_cs.c' (38,813) at 20240405153050549 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/bmc_epoch.cpp' (38,814) at 20230729080031011 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/si1133.c' (38,815) at 20240405153049001 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/Kconfig' (38,816) at 20210308005002992 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-Patent' (38,817) at 20210307205554418 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rautavaara_Angervikko' (38,818) at 20210307205553774 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/aspeed-g6-pwm-tach.rst' (38,819) at 20240410080016741 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/Makefile' (38,820) at 20240405153052261 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor/clean-up-filesystem.service' (38,821) at 20240521080017280 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/xen-usb.c' (38,822) at 20240906080037312 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98357a.yaml' (38,823) at 20240405153045165 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-mpeg.c' (38,824) at 20220525020653271 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/reset.c' (38,825) at 20210308005002716 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/frontend.json' (38,826) at 20240405153054137 2025-03-14 03:00:48.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_mbox.c' (38,827) at 20240405153231423 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch' (38,828) at 20240413080012627 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h' (38,829) at 20220525020653575 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/fxls8962af-spi.c' (38,830) at 20240405153048937 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/strchr-700.S' (38,831) at 20210307214925674 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/rawcopy.py' (38,832) at 20231207090015282 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/classes/sanity-meta-integrity.bbclass' (38,833) at 20210629000017460 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa3xx.c' (38,834) at 20240405153045677 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/firewire-cdev' (38,835) at 20210309003648244 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma.c' (38,836) at 20210307214931722 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-stm32.txt' (38,837) at 20210308005003304 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/Makefile' (38,838) at 20240405153053233 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/Kconfig' (38,839) at 20210309003651208 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_regs.h' (38,840) at 20240405153049857 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/strncmp_32.S' (38,841) at 20240405153230095 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/ipc.c' (38,842) at 20240405153232107 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper/qemu-oe-bridge-helper.c' (38,843) at 20230706080014785 2025-03-14 03:00:48.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/stm/Kconfig' (38,844) at 20240405153048757 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/__init__.py' (38,845) at 20210307205554262 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ad5820.c' (38,846) at 20240405153049305 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch' (38,847) at 20240113090014532 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/wrpll-cln28hpc.c' (38,848) at 20210308005003352 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath.c' (38,849) at 20210308005003704 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/Makefile' (38,850) at 20210307214928450 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-light-lm3533-als' (38,851) at 20220525020651634 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_u32.c' (38,852) at 20241125090012267 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/trace-events' (38,853) at 20241211090212206 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/Raw/meson.build' (38,854) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_VR10.json' (38,855) at 20221213040036917 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_smc.h' (38,856) at 20210308005003496 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8186-clk.h' (38,857) at 20240405153052645 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.10.bb' (38,858) at 20220823030015959 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vpe.h' (38,859) at 20240405153046017 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cacheflush.h' (38,860) at 20240405153229999 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-sni.c' (38,861) at 20210307214926282 2025-03-14 03:00:48.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/tenxpress.c' (38,862) at 20210307214929622 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wss/wss_lib.c' (38,863) at 20220525020654983 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat-helpers.h' (38,864) at 20241211090212358 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdm660.c' (38,865) at 20240405153230735 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/conf/distro/include/maintainers-meta-security.inc' (38,866) at 20230520080014484 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.13.bb' (38,867) at 20231014080011723 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bmp.c' (38,868) at 20210308005003208 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c' (38,869) at 20240405153049469 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-sbc-am57x.dts' (38,870) at 20240405153045597 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_health/test_obmc_gui_sensors.robot' (38,871) at 20210308005007108 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-usb_role' (38,872) at 20210307214925198 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts' (38,873) at 20240405153229923 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageCollection.json' (38,874) at 20240619080002956 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-debug.c' (38,875) at 20220525020653723 2025-03-14 03:00:48.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/ad7124.c' (38,876) at 20241111090012121 to deleted uid set 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/ntfs.h' (38,877) at 20240805080014023 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-boneblue.dts' (38,878) at 20240405153045589 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_isr.c' (38,879) at 20240405153231439 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/nops.h' (38,880) at 20240405153046389 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/crt0.S' (38,881) at 20210308005003540 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_12_0_0_sh_mask.h' (38,882) at 20210307214927566 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/g84.c' (38,883) at 20240405153048637 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains2420_data.c' (38,884) at 20210307214925910 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/head.S' (38,885) at 20240429080012404 2025-03-14 03:00:48.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/Makefile' (38,886) at 20210309003648720 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bbappend' (38,887) at 20210812000025258 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-dmabuf-buffers' (38,888) at 20220525020651634 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx335.yaml' (38,889) at 20240405153045093 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c' (38,890) at 20241008080013923 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c' (38,891) at 20210308005002832 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_structs.h' (38,892) at 20220429100100614 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-marduk.config' (38,893) at 20220525020651994 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f769-disco.dts' (38,894) at 20240405153045581 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-speaker-one.dts' (38,895) at 20240405153045437 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cardhu.h' (38,896) at 20210308005003588 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/asm/barrier.h' (38,897) at 20220525020655239 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pcf8591.rst' (38,898) at 20210307214925506 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c' (38,899) at 20240405153049849 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/moxa/moxart.dtsi' (38,900) at 20240405153045473 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/setup.c' (38,901) at 20241008080013899 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c' (38,902) at 20240405153230643 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/conf/machine/include/tyan.inc' (38,903) at 20211222040037065 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370.dtsi' (38,904) at 20240405153045445 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/lu-Ettelbruck-ACE' (38,905) at 20210307205553758 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1100_h3600.c' (38,906) at 20240405153051265 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_edid_parser.h' (38,907) at 20220525020652498 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/0002-fix-parallel-error.patch' (38,908) at 20210307205553914 2025-03-14 03:00:48.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/submit-checklist.rst' (38,909) at 20220525020651754 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/xpedite5200_xmon.dts' (38,910) at 20240405153046093 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-core.c' (38,911) at 20240405153049509 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958525xmc.dts' (38,912) at 20240405153045433 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/spl.c' (38,913) at 20210308005002984 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6110x_reg.h' (38,914) at 20210307214928642 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83791d.c' (38,915) at 20240405153048881 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/javascript/.clang-format' (38,916) at 20210308004941080 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.h' (38,917) at 20210308005003456 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/error.c' (38,918) at 20240405153230103 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch' (38,919) at 20210307205554602 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/Makefile.am' (38,920) at 20210308005111457 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/160' (38,921) at 20210927100127489 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/time.h' (38,922) at 20220525020654623 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/gitutil.py' (38,923) at 20210308005003772 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-cleanup.service.in' (38,924) at 20210308005100305 to deleted uid set 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/setup.c' (38,925) at 20240405153230051 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmsch_v4_0.h' (38,926) at 20240405153047153 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device.c' (38,927) at 20241011080017307 2025-03-14 03:00:48.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4212-tab3-3g8.dts' (38,928) at 20240405153229899 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-dbus-interfaces.wrap' (38,929) at 20230821192414188 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp.h' (38,930) at 20240405153051241 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c' (38,931) at 20240405153051377 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode/meson.build' (38,932) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/mpc8555cds.c' (38,933) at 20210308005002980 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch' (38,934) at 20241221090017640 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb' (38,935) at 20240106090017269 to deleted uid set 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/netdev.c' (38,936) at 20240405153231239 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/README.rst' (38,937) at 20210927100127013 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/basic_types.h' (38,938) at 20210309003653088 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/fpu_asm.h' (38,939) at 20210307214932702 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/README.sunxi64' (38,940) at 20210308005003056 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/freq.h' (38,941) at 20210307214926554 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch' (38,942) at 20230211040012639 to deleted uid set 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7110-voutcrg.yaml' (38,943) at 20240405153229759 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts' (38,944) at 20210308005002636 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,gamma.yaml' (38,945) at 20240405153045041 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/auxvec.h' (38,946) at 20210307214926122 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/ssp_dev.c' (38,947) at 20240405153048973 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppNavigation/index.js' (38,948) at 20220105012522983 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog/journald.conf' (38,949) at 20230818080016881 2025-03-14 03:00:48.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/xtensa/features.rst' (38,950) at 20240405153229747 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsi-occ.h' (38,951) at 20220525020654567 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufshci-dwc.h' (38,952) at 20240405153052033 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/uftrace/0001-include-libgen.h-for-basename.patch' (38,953) at 20240413080012655 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/file.c' (38,954) at 20240405153046345 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hangcheck-timer.c' (38,955) at 20210307214926938 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c' (38,956) at 20210308005003080 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-bsp/grub/grub-external-arm.inc' (38,957) at 20220804030014683 to deleted uid set 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_7_regs.h' (38,958) at 20240405153046581 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/omap_gpio.c' (38,959) at 20210308005003376 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/config.mk' (38,960) at 20210308005002560 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-clear-buffer.rst' (38,961) at 20220525020654131 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/descs_com.h' (38,962) at 20210307214929638 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_range_manager.h' (38,963) at 20240405153052637 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb' (38,964) at 20240413080012659 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_attach.c' (38,965) at 20240405153232259 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/recv_osdep.h' (38,966) at 20220525020654183 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt' (38,967) at 20210307214925314 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/asm-compat.h' (38,968) at 20241008080013895 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/vfio.rst' (38,969) at 20240405153229807 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/layer.conf' (38,970) at 20241221090017568 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rc-nuvoton' (38,971) at 20240405153044917 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/Kconfig' (38,972) at 20240405153049345 2025-03-14 03:00:48.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c' (38,973) at 20240415080012971 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/MAINTAINERS' (38,974) at 20210308005002944 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.h' (38,975) at 20240405153047257 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stm32-adc.c' (38,976) at 20240613080016411 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/page-def.h' (38,977) at 20210309003648776 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dma.h' (38,978) at 20240405153046001 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/chan_user.h' (38,979) at 20210307214926614 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-fmt.rst' (38,980) at 20220525020651786 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vnc-display-test.c' (38,981) at 20230426080043948 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (38,982) at 20230804080018095 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/vmalloc.py' (38,983) at 20240405153232103 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/Kconfig' (38,984) at 20240405153231495 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-config-io.c' (38,985) at 20230426080043748 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/internals.h' (38,986) at 20210307214930430 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/timestamp.h' (38,987) at 20210308005003688 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml' (38,988) at 20240405153045025 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/canaan/Kconfig' (38,989) at 20240405153051757 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi' (38,990) at 20240405153045601 to deleted uid set 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/via,vt8500-timer.txt' (38,991) at 20210307214925446 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_nortel.c' (38,992) at 20220525020653767 2025-03-14 03:00:48.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml' (38,993) at 20240405153045073 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Dusseldorf' (38,994) at 20210307205553766 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-debug.c' (38,995) at 20210307214930834 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdpstore.c' (38,996) at 20240405153049681 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/mx6slevk.c' (38,997) at 20210308005002984 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-avx.py' (38,998) at 20240326080039742 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd_fix/nss-pam-ldapd_%.bbappend' (38,999) at 20220921030015990 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-storage_%.bbappend' (39,000) at 20230114040015466 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/debugfs/inode.c' (39,001) at 20240405153231651 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/img-i2s-in.c' (39,002) at 20240405153232175 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/freediameter.service' (39,003) at 20210307205553830 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/perf_regs.h' (39,004) at 20210309003653884 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/kcm/kcmsock.c' (39,005) at 20240830080013351 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tty_flip.h' (39,006) at 20240405153231843 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ioctls.h' (39,007) at 20220525020652879 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/telemetry.md' (39,008) at 20221209040006395 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpmac-cmd.h' (39,009) at 20240405153049917 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nor_defconfig' (39,010) at 20210308005003264 2025-03-14 03:00:48.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-hotplug.c' (39,011) at 20220429100100454 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi' (39,012) at 20240805080013915 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/Kconfig' (39,013) at 20240405153231587 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_clock.c' (39,014) at 20241216090017781 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.yaml' (39,015) at 20240405153045137 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/.clang-format' (39,016) at 20240817080031284 to deleted uid set 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32h743-eval.h' (39,017) at 20210308005003616 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/utils.cpp' (39,018) at 20241211090205458 to deleted uid set 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-ppce500_defconfig' (39,019) at 20210308005003276 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/gru.c' (39,020) at 20210308005003004 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-samsung.h' (39,021) at 20240405153051369 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov2740.c' (39,022) at 20240405153230787 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/event_logger.hpp' (39,023) at 20221005030030498 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tas2781.h' (39,024) at 20241008080014015 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/ti,omap-rom-rng.yaml' (39,025) at 20240405153045153 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/intel,ldma.yaml' (39,026) at 20240405153045053 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/Makefile' (39,027) at 20210308005003696 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/hwmon_unittest.cpp' (39,028) at 20230511080028987 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/delay.h' (39,029) at 20210307214926762 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/data/Witherspoon.py' (39,030) at 20221209040018559 to deleted uid set 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.sh' (39,031) at 20210927100127505 2025-03-14 03:00:48.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-06' (39,032) at 20220718030006057 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/powermac.c' (39,033) at 20240405153053545 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Service_Validator.robot' (39,034) at 20240627080021052 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_synproxy.h' (39,035) at 20210307214931646 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_limit.h' (39,036) at 20210307214931650 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_police.h' (39,037) at 20240405153052865 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/handler_config.hpp' (39,038) at 20210308005120353 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/audit.c' (39,039) at 20240405153231891 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk.h' (39,040) at 20220525020652306 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_drv.c' (39,041) at 20240405153230647 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-set-voltage.rst' (39,042) at 20210309003648480 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra74x-p.dtsi' (39,043) at 20240405153045601 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc-isa.c' (39,044) at 20241211090212254 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts' (39,045) at 20240405153229927 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c' (39,046) at 20210307214930926 to deleted uid set 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_table.hpp' (39,047) at 20210308005117205 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_bench_xmit_mode_netif_receive.sh' (39,048) at 20240405153053429 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/string.c' (39,049) at 20210308005003720 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml' (39,050) at 20220315030032667 2025-03-14 03:00:48.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_crc32.c' (39,051) at 20210308005003704 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog_201.bb' (39,052) at 20241221090017540 to deleted uid set 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/asid.c' (39,053) at 20240405153046553 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml' (39,054) at 20240405153045137 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/config.mk' (39,055) at 20210308005002848 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gameport.h' (39,056) at 20240405153231811 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/dtc_1.7.2.bb' (39,057) at 20241221090017688 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/led.c' (39,058) at 20240405153050637 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/blake2s-glue.c' (39,059) at 20220627100016922 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/eeprom/eeprom_layout.c' (39,060) at 20210308005003224 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S' (39,061) at 20210308005002716 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/Makefile' (39,062) at 20210308005002540 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/capture.c' (39,063) at 20210307214932442 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/hd44780_common.c' (39,064) at 20240405153230183 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ppcboot.h' (39,065) at 20210307214926362 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,s6e63m0.yaml' (39,066) at 20240405153045045 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb' (39,067) at 20240301090012419 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.rst' (39,068) at 20241221090017596 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_6_0_0_sh_mask.h' (39,069) at 20240405153048253 2025-03-14 03:00:48.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/dvo_ch7xxx.c' (39,070) at 20240405153048433 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sdx75.c' (39,071) at 20240405153230231 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qtest_aspeed.h' (39,072) at 20240906080037572 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sc7280.h' (39,073) at 20220525020654543 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/.clang-format' (39,074) at 20241219090006244 to deleted uid set 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_arc0_aux_regs.h' (39,075) at 20240405153046581 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8660-surf.dts' (39,076) at 20240405153045545 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-header.html' (39,077) at 20210308005107069 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb' (39,078) at 20241221090017484 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/xdp710.rst' (39,079) at 20240507080012894 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-backend.c' (39,080) at 20240326080039518 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/MISC' (39,081) at 20210307214926146 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-orisetech-ota5601a.c' (39,082) at 20240405153230615 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm.yml' (39,083) at 20241206090014206 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/virtex_ml507.c' (39,084) at 20241211090212326 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/0001-lavc-h264dsp-move-RISC-V-fn-pointers-to-.data.rel.ro.patch' (39,085) at 20241221090017692 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.get.hpp.mako' (39,086) at 20230902080037617 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/linux/init.h' (39,087) at 20240405153054225 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/ice40-spi.c' (39,088) at 20240405153047057 2025-03-14 03:00:48.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sl28cpld_wdt.c' (39,089) at 20220525020654335 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dsi.c' (39,090) at 20240405153230639 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.json' (39,091) at 20221215040039362 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/conftest.py' (39,092) at 20210308005003744 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_devlink.h' (39,093) at 20240405153050805 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/enh_desc.c' (39,094) at 20240405153231055 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_multicast.sh' (39,095) at 20240405153054341 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PrivilegeRegistry_v1.xml' (39,096) at 20240619080002932 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-loop.h' (39,097) at 20210307214926234 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-cubox-i-som-v15.dts' (39,098) at 20240405153045497 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/directives/index.scss' (39,099) at 20210308005107073 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-pcduino.dts' (39,100) at 20240405153045377 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/time.c' (39,101) at 20240405153046349 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/aquantia_main.c' (39,102) at 20240405153050353 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx6.h' (39,103) at 20240906080037328 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6/tune-arm1136jf-s.inc' (39,104) at 20210905000020581 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-spear13xx.c' (39,105) at 20240405153051229 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/dra.h' (39,106) at 20210307214931342 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-jobs.c' (39,107) at 20230925080040109 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/user.h' (39,108) at 20240405153046281 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/Kconfig' (39,109) at 20210308005003380 2025-03-14 03:00:48.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem_ww.h' (39,110) at 20240405153048525 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-dwc3-glue.yaml' (39,111) at 20240405153045157 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/env.c' (39,112) at 20240805080013923 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/rocker_main.c' (39,113) at 20241216090017717 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/cq.h' (39,114) at 20210307214931442 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-image-convert.c' (39,115) at 20240405153230647 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-ab8505.c' (39,116) at 20240405153051325 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h' (39,117) at 20240830080013251 2025-03-14 03:00:48.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-372x.dtsi' (39,118) at 20240405153045745 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/reset.c' (39,119) at 20210307214926190 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-rpidsi.dtso' (39,120) at 20240405153229923 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Vilamarxant' (39,121) at 20210307205553766 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware_asm.S' (39,122) at 20210308005002560 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_h.c' (39,123) at 20210308005046521 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Seitevaare' (39,124) at 20210307205553790 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/alldef_expected_config' (39,125) at 20210307214932154 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc084s021.c' (39,126) at 20240405153048961 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/udp_limit.c' (39,127) at 20240405153054261 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c' (39,128) at 20220525020652967 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/cache.json' (39,129) at 20240405153054149 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-shadow-fix2.c' (39,130) at 20240405153053429 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ffs/ffs.inc' (39,131) at 20210812000025258 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts' (39,132) at 20240405153229919 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch' (39,133) at 20241221090017660 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if000b.h' (39,134) at 20210307214927902 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/user-return-notifier.h' (39,135) at 20210307214931534 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/Kconfig' (39,136) at 20210309003653796 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_6_0_0_offset.h' (39,137) at 20240405153048249 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/atmel_usart.c' (39,138) at 20210308005003484 2025-03-14 03:00:48.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/chrony.conf' (39,139) at 20240905080011586 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html' (39,140) at 20210307205554246 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/config.h' (39,141) at 20210308005002888 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch' (39,142) at 20210307205554462 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/reg_ops.h' (39,143) at 20210307214926098 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt' (39,144) at 20210307214925430 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.yaml' (39,145) at 20240405153045081 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' (39,146) at 20241213090004417 to deleted uid set 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/Makefile.am.include' (39,147) at 20210308005108641 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/meson-gxbb-gpio.h' (39,148) at 20210308005003636 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_eckd.c' (39,149) at 20240830080013299 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb' (39,150) at 20231207090015270 2025-03-14 03:00:48.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/management-console/VMI_Certificate_Exchange.md' (39,151) at 20221209040006387 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/mclink.c' (39,152) at 20210308005003000 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/assert_support.h' (39,153) at 20210307214930542 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vector_internals.c' (39,154) at 20240906080037528 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/board.c' (39,155) at 20210920100020739 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97360svmb.dts' (39,156) at 20240405153045985 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c' (39,157) at 20210307214929502 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ingraham.json' (39,158) at 20240123090005495 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml' (39,159) at 20210309003648364 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/ncp_1.2.4.bb' (39,160) at 20220402030015911 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK07.boot' (39,161) at 20210307214932714 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-RidgeHill' (39,162) at 20210307205553798 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/Makefile' (39,163) at 20240405153049265 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/meson.build' (39,164) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_signed_image_update.robot' (39,165) at 20240628080017121 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx6_ccm.h' (39,166) at 20210308005046021 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json' (39,167) at 20210702100031190 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml' (39,168) at 20240405153045093 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-mx-secbus2.yaml' (39,169) at 20240405153045013 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/Makefile' (39,170) at 20240405153054357 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/lantiq_etop.c' (39,171) at 20241011080017327 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/control.json' (39,172) at 20240906080037432 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests.inc' (39,173) at 20241221090017692 to deleted uid set 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/snd_ps3.h' (39,174) at 20210307214932282 2025-03-14 03:00:48.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch' (39,175) at 20241221090017540 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77995-sysc.h' (39,176) at 20210307214931346 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-mytek.c' (39,177) at 20210307214932206 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,rzn1-pinctrl.yaml' (39,178) at 20240405153229787 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/common-account' (39,179) at 20241010080011636 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/c_can.h' (39,180) at 20240405153049725 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/sl811_cs.c' (39,181) at 20220525020654275 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_mmap_options.c' (39,182) at 20240405153054237 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/smc91c111.h' (39,183) at 20240906080037336 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts' (39,184) at 20240405153045725 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb' (39,185) at 20241221090017556 to deleted uid set 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_mdio.c' (39,186) at 20240405153049921 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend' (39,187) at 20230401080011947 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptvf_reqmanager.c' (39,188) at 20220525020652378 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/cpu_loop.c' (39,189) at 20240326080039558 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/abi-dump-formatter' (39,190) at 20240524080010085 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos7-clock.yaml' (39,191) at 20240405153045029 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/eeprom_93xx46.c' (39,192) at 20240405153049637 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (39,193) at 20241206090014206 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pmu.h' (39,194) at 20210307214931654 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fdivs.c' (39,195) at 20210307214926434 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/ingenic-rng.c' (39,196) at 20240405153230199 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/icmpv6.h' (39,197) at 20240405153231811 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8974.c' (39,198) at 20240405153232171 2025-03-14 03:00:48.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/dyn.lds.S' (39,199) at 20240405153046345 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dma-hsu.h' (39,200) at 20240405153052769 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/regulatory.rst' (39,201) at 20240405153045241 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispreg.h' (39,202) at 20240405153049485 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/context.c' (39,203) at 20240405153046553 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-db1x00/irq.h' (39,204) at 20210307214926218 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/trace_ext.c' (39,205) at 20240405153054261 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/amd_sfh_hid.c' (39,206) at 20240913080013793 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/FACP' (39,207) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/console/obmc-console_git.bbappend' (39,208) at 20240113090014528 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/memscan_64.S' (39,209) at 20240405153230095 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/sched/task.h' (39,210) at 20210307214932474 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/grackle.h' (39,211) at 20221215040039182 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/Build' (39,212) at 20210307214932518 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/Kconfig' (39,213) at 20220525020652242 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/platform.c' (39,214) at 20240405153046989 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/notifier.h' (39,215) at 20240405153052897 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb' (39,216) at 20240302090018210 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-2.dtsi' (39,217) at 20210307214926350 2025-03-14 03:00:48.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/q40kbd.c' (39,218) at 20240405153049157 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/autoidle.c' (39,219) at 20240405153046865 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/netlink.rst' (39,220) at 20240405153229751 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/Kconfig' (39,221) at 20220525020655099 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/chassis.hpp' (39,222) at 20240201090003032 to deleted uid set 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fs/tracing_path.c' (39,223) at 20240405153054053 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-vt8500.c' (39,224) at 20240405153049205 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/subdev-image-processing-full.svg' (39,225) at 20210309003648504 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-launch.svg' (39,226) at 20210308005107069 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/classes/sdcard_image-rpi.bbclass' (39,227) at 20240302090018214 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ich9_tco.c' (39,228) at 20240906080037188 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/misc-cardlist.rst' (39,229) at 20210307214925234 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/t2080.dtsi' (39,230) at 20210308005002836 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/ocmem.c' (39,231) at 20240405153231451 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/side-switch/side_switch.hpp' (39,232) at 20220726030031058 to deleted uid set 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fbtft-bus.c' (39,233) at 20210716100030019 2025-03-14 03:00:48.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/pktcdvd.c' (39,234) at 20240405153046713 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/axg.c' (39,235) at 20240405153230215 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch' (39,236) at 20230114040015542 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/86xx-smp.config' (39,237) at 20210307214926366 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/peci.c' (39,238) at 20210421100236118 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8173-mmsys.h' (39,239) at 20240405153051761 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nuvoton,npcm750-clk.txt' (39,240) at 20210307214925290 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/Kconfig' (39,241) at 20240405153052429 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/82xx/ep8248e.c' (39,242) at 20240405153230051 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1742.c' (39,243) at 20240405153231375 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/irqflags.h' (39,244) at 20240405153045857 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TGPPL-1.0' (39,245) at 20241221090017616 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-device' (39,246) at 20240405153044913 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0009-net-snmp-fix-for-disable-des.patch' (39,247) at 20240413080012643 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cei-tk1-som_defconfig' (39,248) at 20210308005003252 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mmiowb_types.h' (39,249) at 20210307214931306 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/int_log.h' (39,250) at 20240405153231815 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/arp_ndisc_evict_nocarrier.sh' (39,251) at 20240405153054337 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/prototype.in' (39,252) at 20210308004938816 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/hid-pidff.c' (39,253) at 20220525020653047 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/libcurses-perl/0001-testtyp.c-Use-proper-prototype-for-main-function.patch' (39,254) at 20241221090017544 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_rtl4_a.c' (39,255) at 20240405153053233 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi' (39,256) at 20240405153229915 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/cpld-gpio-bus.c' (39,257) at 20210308005002904 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.robot' (39,258) at 20241011080020139 2025-03-14 03:00:48.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/cma.h' (39,259) at 20240405153053121 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7796.c' (39,260) at 20210308005003464 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0001-Do-not-use-AC_HEADER_STDC.patch' (39,261) at 20210307205553910 to deleted uid set 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/run-ptest' (39,262) at 20231011080016578 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb' (39,263) at 20241221090017560 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/license-rules.rst' (39,264) at 20210307214925550 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-laptop.c' (39,265) at 20240405153051401 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/transactions.h' (39,266) at 20220429100100590 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-cut-Fix-s-flag-to-omit-blank-lines.patch' (39,267) at 20241221090017636 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/damon/design.rst' (39,268) at 20240405153229819 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-msc313.c' (39,269) at 20240405153051497 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/key.h' (39,270) at 20240405153050705 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/Makefile' (39,271) at 20210307214930170 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TaskCollection_v1.xml' (39,272) at 20240619080002936 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/clkc.h' (39,273) at 20240405153046873 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/rustdoc_test_builder.rs' (39,274) at 20240405153232107 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/Makefile' (39,275) at 20240405153049413 2025-03-14 03:00:48.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OperatingSystem_v1.xml' (39,276) at 20240619080002932 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4recover.c' (39,277) at 20241211090145525 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/apic/x2apic_phys.c' (39,278) at 20240405153230119 to deleted uid set 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_context_param.h' (39,279) at 20220525020652887 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/EventLogs/EventLogs.vue' (39,280) at 20241004080035967 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utalloc.c' (39,281) at 20240405153046625 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish_0.3.0.bb' (39,282) at 20230610080017607 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/locks/flags.cocci' (39,283) at 20240405153053441 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/jump_label.c' (39,284) at 20240405153046285 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/uapi/asm/unistd.h' (39,285) at 20220525020655107 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mbuffer/mbuffer_20140310.bb' (39,286) at 20241221090017540 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-abe-twl6040.c' (39,287) at 20240405153054017 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/DateTimeStore.js' (39,288) at 20241004080035963 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/mcg.c' (39,289) at 20240405153050129 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_hw_chip.h' (39,290) at 20210307214930298 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-logs-to-file' (39,291) at 20241004080013211 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/siox/eckelmann,siox-gpio.txt' (39,292) at 20210307214925422 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/bcm47xxsflash.h' (39,293) at 20210307214929210 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/auxiliary_bus.rst' (39,294) at 20240405153045189 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmt/class.c' (39,295) at 20240405153051409 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips32r6.inc' (39,296) at 20210905000020581 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb' (39,297) at 20240113090014540 2025-03-14 03:00:48.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/connector/dvi-connector.yaml' (39,298) at 20220525020651670 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-eeepc-laptop' (39,299) at 20210309003648264 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/compression.h' (39,300) at 20210308005003688 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/build-quality.rst' (39,301) at 20230114040015510 to deleted uid set 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cachectl.h' (39,302) at 20210308005002816 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/digsig.c' (39,303) at 20240405153232111 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/defines.h' (39,304) at 20240405153054373 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/Makefile' (39,305) at 20210307214930066 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/xes_mpc85xx.c' (39,306) at 20240405153230051 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c' (39,307) at 20240405153230355 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/rtas-work-area.c' (39,308) at 20240405153046229 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-qom.h' (39,309) at 20240906080037508 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptrace/get_set_sud.c' (39,310) at 20240405153054365 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/blueridge_1s4u_chassis.json' (39,311) at 20240516080005206 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_main.c' (39,312) at 20220525020654979 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_chunks.hpp' (39,313) at 20230202040004526 to deleted uid set 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_defconfig' (39,314) at 20210308005003244 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/hardware.h' (39,315) at 20210308005002732 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/asn1_decoder.c' (39,316) at 20220525020654743 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kyyjarvi_Noposenaho' (39,317) at 20210307205553770 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/txrx.h' (39,318) at 20210307214929962 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/intr_regs_no_crash_wo_pmu_test.c' (39,319) at 20240405153054361 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hw_breakpoint.h' (39,320) at 20240405153230027 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c' (39,321) at 20240405153230391 2025-03-14 03:00:48.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/tblDPASetting.c' (39,322) at 20210307214930946 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinconf.h' (39,323) at 20240405153051325 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/mtjefferson_mb.json' (39,324) at 20241106090005625 to deleted uid set 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SISSL' (39,325) at 20211006000025242 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-fast.bb' (39,326) at 20240302090018202 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto-rt_%.bbappend' (39,327) at 20230813080012860 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/anatop-regulator.c' (39,328) at 20240405153051461 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/myricom/Makefile' (39,329) at 20210307214929550 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Neighbor/meson.build' (39,330) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/hyperv/clocks.rst' (39,331) at 20240405153229843 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dio/dio-sysfs.c' (39,332) at 20210307214927118 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/event_channel.h' (39,333) at 20240405153052957 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (39,334) at 20231004080018999 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb' (39,335) at 20241221090017548 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_ast.hpp' (39,336) at 20240904080003182 to deleted uid set 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_ipmi.c' (39,337) at 20240405153046613 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb' (39,338) at 20241221090017668 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.md.mako' (39,339) at 20210308005049765 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-grub.bbclass' (39,340) at 20220910030013385 2025-03-14 03:00:48.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exfield.c' (39,341) at 20240405153046621 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mxs-mmc.yaml' (39,342) at 20240405153045109 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/bblayers.conf.sample' (39,343) at 20240323080013545 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/iio_event_monitor.c' (39,344) at 20240405153054045 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/handlers.S' (39,345) at 20220525020655211 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/cadence_sdhci.c' (39,346) at 20241211090212334 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-acorn.c' (39,347) at 20210307214928150 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema.v1_10_0.json' (39,348) at 20240529080008499 to deleted uid set 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/translate.c' (39,349) at 20240906080037536 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/Kconfig' (39,350) at 20210308005003364 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/virtual-memory.json' (39,351) at 20240405153054137 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v4.9.c' (39,352) at 20240405153050341 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/logging.cpp' (39,353) at 20221117040032472 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/rt_route.yaml' (39,354) at 20240405153229823 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-9.yaml' (39,355) at 20241219090012972 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (39,356) at 20220224040010566 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-iproc-asiu.c' (39,357) at 20240405153046773 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/OWNERS' (39,358) at 20240313080011336 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/falloc.h' (39,359) at 20210307214931382 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/expr.c' (39,360) at 20240613080016559 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb3.h' (39,361) at 20240906080037336 2025-03-14 03:00:48.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/ppc_e500.h' (39,362) at 20210308005046025 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c' (39,363) at 20240405153050301 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_font_4x6.h' (39,364) at 20210308005003692 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/isl29018.yaml' (39,365) at 20210307214925334 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/mmap.c' (39,366) at 20240405153045901 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_system_public.h' (39,367) at 20210307214930550 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-v0-core.c' (39,368) at 20240405153230279 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rock960-rk3399_defconfig' (39,369) at 20210308005003276 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-validators/run-ptest' (39,370) at 20240413080012663 to deleted uid set 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5209.c' (39,371) at 20240405153049629 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188f.c' (39,372) at 20240805080013991 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/layer.conf' (39,373) at 20241221090017476 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch' (39,374) at 20210307205554538 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/gen-vdso-elfn.c.inc' (39,375) at 20241211090212378 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/Create/meson.build' (39,376) at 20230825080033269 to deleted uid set 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm8148-evm.dts' (39,377) at 20240405153045597 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/f75375s.h' (39,378) at 20210307214931382 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/simatic-ipc-base.h' (39,379) at 20240405153231835 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/decode-thumb.c' (39,380) at 20210307214925982 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_apbridgea.h' (39,381) at 20210307214930514 2025-03-14 03:00:48.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c' (39,382) at 20240405153048789 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_ca.h' (39,383) at 20210307214928702 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/iommu.h' (39,384) at 20210307214930010 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/gw.h' (39,385) at 20220525020654667 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/powerpc/include/uapi/asm/mman.h' (39,386) at 20210307214932454 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/commit.info' (39,387) at 20241217090453707 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/host/xhci.c' (39,388) at 20241216090017745 to deleted uid set 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/cli11.wrap' (39,389) at 20210507000042347 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/utils.robot' (39,390) at 20240910080016938 to deleted uid set 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_bpf_loop.sh' (39,391) at 20240405153054241 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_a.h' (39,392) at 20210307214929790 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/README.md' (39,393) at 20230629131804615 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l42-i2c.c' (39,394) at 20240405153053577 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_multicast.c' (39,395) at 20240405153230723 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/qed.py' (39,396) at 20210308005046473 2025-03-14 03:00:48.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_cpu.h' (39,397) at 20210308005046089 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8192c_recv.h' (39,398) at 20210309003653104 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts' (39,399) at 20241008080013891 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/enc28j60_hw.h' (39,400) at 20210307214929550 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_dec0_cmd_masks.h' (39,401) at 20240405153046585 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/aops.h' (39,402) at 20240613080016487 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vegam_smumgr.c' (39,403) at 20240405153230511 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/MAINTAINERS' (39,404) at 20210308005003012 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/shdma.h' (39,405) at 20240405153230287 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/pfe_hw.h' (39,406) at 20210308005003676 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-utils.h' (39,407) at 20210308005003716 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c' (39,408) at 20241008080014055 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/MAINTAINERS' (39,409) at 20210308005003028 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt' (39,410) at 20210307214925366 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/headsmp.S' (39,411) at 20240405153045649 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend' (39,412) at 20231126090012829 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sbsa_gwdt.c' (39,413) at 20240405153231599 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/syscall.c' (39,414) at 20240710080014573 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c' (39,415) at 20220525020652975 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/dma-register.h' (39,416) at 20210307214926554 2025-03-14 03:00:48.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/app.cpp' (39,417) at 20220419100025108 to deleted uid set 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cpsw-phy-sel.txt' (39,418) at 20210307214925374 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,s6e88a0-ams452ef01.yaml' (39,419) at 20240405153045045 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_cmd.c' (39,420) at 20240405153051897 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/spear_pcm.h' (39,421) at 20210307214932426 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bograngen' (39,422) at 20210307205553778 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/daytonax-ipmi-sensors.yaml' (39,423) at 20230209040014205 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/unaligned.c' (39,424) at 20240405153045361 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/mdadm_4.3.bb' (39,425) at 20241206090014334 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iomap.h' (39,426) at 20241111090012149 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/rk_gpio.c' (39,427) at 20210308005003380 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/conf/layer.conf' (39,428) at 20241221090017480 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/io_uring.h' (39,429) at 20240405153231815 to deleted uid set 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/internal.h' (39,430) at 20241101080034432 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.7.0.bb' (39,431) at 20241221090017664 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test4_git.bb' (39,432) at 20241206090014218 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/Kconfig' (39,433) at 20240405153049429 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/TLWG' (39,434) at 20210307205553870 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/lpc18xx-cgu.h' (39,435) at 20210307214931326 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/xmlcatalog.bbclass' (39,436) at 20240113090014552 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/copy-paste.h' (39,437) at 20210307214932702 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Build' (39,438) at 20240405153054077 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-mmio.yaml' (39,439) at 20240405153045061 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_queue_keys.c' (39,440) at 20240405153053469 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/fdp/Kconfig' (39,441) at 20210307214929978 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/gpio.h' (39,442) at 20210308005002776 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/cable/sb1000.rst' (39,443) at 20210309003648436 2025-03-14 03:00:48.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c' (39,444) at 20210307214926198 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/highmem.rst' (39,445) at 20240405153045297 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mman.h' (39,446) at 20210307214926118 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c' (39,447) at 20241211090145417 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_ring2.c' (39,448) at 20210307214929298 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power_resources_D2' (39,449) at 20210307214925198 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/include/dwarf-regs-table.h' (39,450) at 20210307214932518 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml' (39,451) at 20240405153045089 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_3_regs.h' (39,452) at 20240405153046601 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h' (39,453) at 20220525020653459 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/hdmi.c' (39,454) at 20240405153230639 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5514.h' (39,455) at 20210307214932326 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/rme96.c' (39,456) at 20240405153232135 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/version.c' (39,457) at 20230302090047758 2025-03-14 03:00:48.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/timer.c' (39,458) at 20210307214926190 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h' (39,459) at 20240405153048661 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/pci.h' (39,460) at 20240405153231247 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/obmc-console@.service' (39,461) at 20220119040023096 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-proc-control/ext_interface.cpp' (39,462) at 20240820080019934 to deleted uid set 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32vldiscovery.c' (39,463) at 20240906080037200 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/.b4-config' (39,464) at 20241221090017460 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vec_helper.c' (39,465) at 20241211090212478 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-v7-u-boot.dtsi' (39,466) at 20210308005002632 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/fpu_helper.c' (39,467) at 20241211090212522 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/120.out' (39,468) at 20240326080039726 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/microcode-tool' (39,469) at 20210308005003768 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_tcc.c' (39,470) at 20240405153231499 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/uninative-flags.inc' (39,471) at 20210812000025306 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/cpuinfo.rst' (39,472) at 20240405153044985 2025-03-14 03:00:48.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h' (39,473) at 20210307214926218 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/samples/unsupported.tc' (39,474) at 20210307214932670 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt' (39,475) at 20210307205554446 to deleted uid set 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sysctl/Makefile' (39,476) at 20210307214932722 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_hs_evm_defconfig' (39,477) at 20210308005003244 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nanopb.wrap' (39,478) at 20240323080007057 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-simple.c' (39,479) at 20241216090017697 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c' (39,480) at 20240405153230607 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/replay_linux.py' (39,481) at 20240906080037556 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-tegra.c' (39,482) at 20240405153231359 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/spaces.h' (39,483) at 20210307214926222 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/queueing.h' (39,484) at 20240719080013357 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/head.S' (39,485) at 20210307214925642 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-nsp.c' (39,486) at 20240405153046777 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (39,487) at 20241023080015407 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/test/helper.cpp' (39,488) at 20230824080029361 to deleted uid set 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-docopt_0.6.2.bb' (39,489) at 20241221090017552 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1024qds.dts' (39,490) at 20240405153046093 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/Makefile' (39,491) at 20210307214930130 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/service_root.hpp' (39,492) at 20240912080003150 to deleted uid set 2025-03-14 03:00:48.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/mana-abi.h' (39,493) at 20240405153052949 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/DeviceMgmt.cpp' (39,494) at 20240817080004291 to deleted uid set 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (39,495) at 20230807080022150 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/uaccess.h' (39,496) at 20240405153045917 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-hw-filter.c' (39,497) at 20220525020653235 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/setup.c' (39,498) at 20241211090145393 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/index.rst' (39,499) at 20240405153229839 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/dbus_types.hpp' (39,500) at 20231117090025160 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/sun3_82586.c' (39,501) at 20241104090011579 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c' (39,502) at 20240405153048689 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/test_topology.cpp' (39,503) at 20240817080005379 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/Kconfig' (39,504) at 20240405153052497 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/dram_if.h' (39,505) at 20210308005003368 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/nuttcp/nuttcp.socket' (39,506) at 20210307205553846 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Event/meson.build' (39,507) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov9640.c' (39,508) at 20240405153049333 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_ematch/tc_em_text.h' (39,509) at 20210307214931662 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/ipmi_variable.py' (39,510) at 20221209040018559 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/layer.conf' (39,511) at 20241221090017572 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kottsjon' (39,512) at 20210307205553786 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/sdio_txrx.c' (39,513) at 20240405153050605 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/machines.py' (39,514) at 20241221090017620 2025-03-14 03:00:48.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu.sasl' (39,515) at 20210927100127337 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max1027.c' (39,516) at 20240405153048957 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/debugfs.c' (39,517) at 20240405153050725 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch' (39,518) at 20230706080014757 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/Kconfig' (39,519) at 20210308005002540 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-Fix-upstream-CFLAGS-override.patch' (39,520) at 20241221090017516 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/with_addr.sh' (39,521) at 20210307214932662 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-olinuxino.dts' (39,522) at 20240405153045377 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/io.h' (39,523) at 20210308005002544 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/Makefile' (39,524) at 20240405153046985 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/bg2q.c' (39,525) at 20221102030020757 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/fsl-emb-nonhw.config' (39,526) at 20240405153046097 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_romed8hm3.json' (39,527) at 20240418080005230 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_mmu.h' (39,528) at 20210920100020651 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/cfi_probe.c' (39,529) at 20240405153049677 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/reset.c' (39,530) at 20210308005002544 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-tinker.dts' (39,531) at 20240405153045561 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/maltaaprp_defconfig' (39,532) at 20240405153230007 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/MAINTAINERS' (39,533) at 20210308005002968 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64-alt.yml' (39,534) at 20210307205554110 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput' (39,535) at 20210307205554590 2025-03-14 03:00:48.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/r8169_firmware.c' (39,536) at 20210307214929606 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/qcom_aoss.c' (39,537) at 20240405153231451 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-misc/README.md' (39,538) at 20210308005115201 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-audsys-clk.c' (39,539) at 20240405153053965 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-hub.c' (39,540) at 20240405153052101 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-plymouth-Add-the-retain-splash-option.patch' (39,541) at 20240301090012423 to deleted uid set 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c' (39,542) at 20210308005046517 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_sample05_flow_per_thread.sh' (39,543) at 20240405153053429 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/ioreq.c' (39,544) at 20240405153231595 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ia_css_ctc_types.h' (39,545) at 20210307214930554 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/Makefile' (39,546) at 20210307214926186 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-dm' (39,547) at 20210307214925190 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XSkat' (39,548) at 20211006000025246 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_firmware_update.robot' (39,549) at 20220201040016317 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-trats2.dts' (39,550) at 20240405153045569 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/enumeration.rst' (39,551) at 20240405153045209 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-h32mx.c' (39,552) at 20210308005003348 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/dir.h' (39,553) at 20210307214931194 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/082' (39,554) at 20210927100127481 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/msft.c' (39,555) at 20240520080015219 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/palmas.c' (39,556) at 20210308005003468 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gp_device_public.h' (39,557) at 20210307214930546 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/Documentation/driver_usage.txt' (39,558) at 20210307214930598 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/linux-kernel-base.bbclass' (39,559) at 20230813080012872 2025-03-14 03:00:48.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/mac.h' (39,560) at 20210307214929298 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88.h' (39,561) at 20240405153049365 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/pinctrl-starfive-jh7110.h' (39,562) at 20240405153231335 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/Makefile' (39,563) at 20210307205554622 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip32/cpu-feature-overrides.h' (39,564) at 20210307214926222 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcov/lcov_1.16.bb' (39,565) at 20241221090017536 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/Makefile' (39,566) at 20210308005002952 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu9_smumgr.c' (39,567) at 20240405153048345 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/buildtest-template.yml' (39,568) at 20241211090212202 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/mass_storage.c' (39,569) at 20220525020654263 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/icyque_git.bb' (39,570) at 20241221090017544 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso.h' (39,571) at 20240405153045625 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_partition_invalid.cpp' (39,572) at 20210308005100997 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/length.h' (39,573) at 20240405153052665 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/chacha-neon-core.S' (39,574) at 20220525020651942 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/pids.c' (39,575) at 20240405153052993 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,s5c73m3.yaml' (39,576) at 20240405153045101 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sp5100_tco.c' (39,577) at 20240405153052245 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/omap3_display.c' (39,578) at 20210308005002948 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7724/setup.c' (39,579) at 20240405153046305 2025-03-14 03:00:48.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt' (39,580) at 20210307214926558 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_gs.c' (39,581) at 20240805080014007 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-beagle-xm.dts' (39,582) at 20240405153045601 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/irq.c' (39,583) at 20240405153045361 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_event.c' (39,584) at 20240624080012780 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/ioctl.c' (39,585) at 20240613080016491 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/rc-core.rst' (39,586) at 20210307214925466 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/pin_system.c' (39,587) at 20240405153230707 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/flash.c' (39,588) at 20240405153045657 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_adi.json' (39,589) at 20241213090004417 to deleted uid set 2025-03-14 03:00:48.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f-passthru.c' (39,590) at 20240906080037312 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoeblk.c' (39,591) at 20240405153230187 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/einj.c' (39,592) at 20240405153046629 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw552x.dtsi' (39,593) at 20240405153045513 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/pasemi_edac.c' (39,594) at 20210307214927154 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.c' (39,595) at 20210307214929810 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/readdir.c' (39,596) at 20240405153052485 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_ll2.h' (39,597) at 20240405153050229 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/item_updater.cpp' (39,598) at 20241219090028316 to deleted uid set 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml' (39,599) at 20241211090212458 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-cluster.c' (39,600) at 20240326080039382 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/zoned.out' (39,601) at 20230925080040093 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ths7303.h' (39,602) at 20240405153052825 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cpumap.h' (39,603) at 20240405153054185 2025-03-14 03:00:48.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/crc32c.h' (39,604) at 20230925080039933 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_reqmgr.c' (39,605) at 20220525020652378 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/index.rst' (39,606) at 20211006000025218 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/timer.c' (39,607) at 20210308005002548 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sdw.h' (39,608) at 20240405153053981 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/info_oss.c' (39,609) at 20240405153053489 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stout.h' (39,610) at 20210308005003616 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/getConfig.hpp' (39,611) at 20240817080005771 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f3a.c' (39,612) at 20210309003650212 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/vmlinux.lds.S' (39,613) at 20240405153045929 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/ichxrom.c' (39,614) at 20220525020653391 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed.c' (39,615) at 20241211090212246 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/barrier_32.h' (39,616) at 20210307214926578 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/oti6858.h' (39,617) at 20210307214930870 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-vuart.bb' (39,618) at 20241206090014218 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/uninorth.c' (39,619) at 20230426080043724 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/Kconfig' (39,620) at 20220215040051588 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/haps_hs_defconfig' (39,621) at 20240405153045357 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq_private.h' (39,622) at 20210307214930542 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4420QDS_defconfig' (39,623) at 20210308005003232 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/Kbuild' (39,624) at 20240405153229991 2025-03-14 03:00:48.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-r.h' (39,625) at 20210307214927026 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/mod.h' (39,626) at 20210307214930858 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/helper.h' (39,627) at 20240906080037524 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/itco_wdt.h' (39,628) at 20210307214931478 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h' (39,629) at 20240405153230503 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/sys.c' (39,630) at 20210307214926078 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-pcie-mirror.yaml' (39,631) at 20240405153045013 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/rcpm.txt' (39,632) at 20210307214925422 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echoaudio_dsp.h' (39,633) at 20210307214932242 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/cockpit.pam' (39,634) at 20210307205554038 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-core.c' (39,635) at 20240405153230867 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/tsc_scaling_sync.c' (39,636) at 20240405153232271 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dt_to_config' (39,637) at 20210307214932142 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/pwm-ir-tx.c' (39,638) at 20240613080016427 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_host.h' (39,639) at 20230925080039929 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/binfmts.h' (39,640) at 20240405153052661 to deleted uid set 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-eepro100.rom' (39,641) at 20210308005046181 to deleted uid set 2025-03-14 03:00:48.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ivalo_Saarineitamovaara' (39,642) at 20210307205553770 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_errors_abi.h' (39,643) at 20240405153048505 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image-base.bb' (39,644) at 20220921030015986 to deleted uid set 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml' (39,645) at 20240405153229759 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ralink,rt3883-pinctrl.yaml' (39,646) at 20240405153045137 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_avr_mega2560.py' (39,647) at 20241211090212538 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dw_apb_timer.h' (39,648) at 20210307214931378 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/u-boot.e500' (39,649) at 20210927100127329 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/rockchip,rk3288-crypto.yaml' (39,650) at 20240405153045033 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fat.c' (39,651) at 20210308005003208 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/popmetal_rk3288.h' (39,652) at 20210308005003612 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/cmd.h' (39,653) at 20210307214929966 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usX2Yhwdep.h' (39,654) at 20220525020655107 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/CVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch' (39,655) at 20241221090017540 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/pool.c' (39,656) at 20240405153231907 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/Kconfig' (39,657) at 20241211090212274 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/highmem.c' (39,658) at 20220525020652198 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/concurrency.json' (39,659) at 20210307214932726 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx8qxp-clock.h' (39,660) at 20210308005003632 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-swap/test_mips64r6_dbitswap.c' (39,661) at 20210308005046525 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/video/edid.h' (39,662) at 20210308005002880 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/sysctl_net_ipv6.c' (39,663) at 20240405153232039 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/MAINTAINERS' (39,664) at 20210308005003076 2025-03-14 03:00:48.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP5.interface.yaml' (39,665) at 20220315030032659 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml' (39,666) at 20240405153045041 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ebcdic.h' (39,667) at 20210307214926506 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/setup_loopback.sh' (39,668) at 20241018080014602 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/memory.c' (39,669) at 20221215040039146 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/get_func_args_test.c' (39,670) at 20240405153054269 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-xilfpga.its.S' (39,671) at 20210713000020196 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2055.c' (39,672) at 20210307214929794 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mmc-clk.yaml' (39,673) at 20240405153045021 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/camera.c' (39,674) at 20220525020654119 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/interface_ops_test.cpp' (39,675) at 20240820080025626 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/port_range_scale.sh' (39,676) at 20240405153232263 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl_5.31.bb' (39,677) at 20241221090017548 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0005-config-ast-common-Fall-back-to-secondary-flash-on-fa.patch' (39,678) at 20241206090014274 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/legacy_printk.c' (39,679) at 20240405153054253 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.5.bb' (39,680) at 20240302090018206 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ds4510.c' (39,681) at 20210308005003400 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx8.asm' (39,682) at 20220525020652482 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ina3221.txt' (39,683) at 20210307214925322 2025-03-14 03:00:48.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_display.c' (39,684) at 20241211090145425 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.11.0.bb' (39,685) at 20241221090017684 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/mtest2make.py' (39,686) at 20240906080037444 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/test/sdevent.hpp' (39,687) at 20230511080043139 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/commit.c' (39,688) at 20220525020654491 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/serial.h' (39,689) at 20210307214931306 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/hei_user_interface.cpp' (39,690) at 20210319000021546 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Memory.v1_20_0.json' (39,691) at 20240619080002948 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/vibrator.c' (39,692) at 20240405153051813 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva.h' (39,693) at 20240405153049473 2025-03-14 03:00:48.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigo_express_dsp.c' (39,694) at 20210307214932246 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/net_driver.h' (39,695) at 20240405153231047 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml' (39,696) at 20221207040023627 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.VLAN' (39,697) at 20210308005003292 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cls_bpf.sh' (39,698) at 20210307214932122 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/bosch,bmi160.yaml' (39,699) at 20240405153045073 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/MAINTAINERS' (39,700) at 20210308005003024 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.11.0.bb' (39,701) at 20241206090014214 to deleted uid set 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/cvb.h' (39,702) at 20210307214927038 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/hw_tags.c' (39,703) at 20240405153053129 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_mrp.c' (39,704) at 20240405153050181 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-luxul-xwc-1000.dts' (39,705) at 20240405153229871 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rockchip-common.h' (39,706) at 20210308005003612 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/schneider.robot' (39,707) at 20220719100015490 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/fscrypt.rst' (39,708) at 20240405153229807 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-rmi.c' (39,709) at 20240405153048821 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch' (39,710) at 20241221090017692 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-dualdiv.h' (39,711) at 20210307214926990 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/slot-gpio.h' (39,712) at 20210307214929186 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (39,713) at 20230321080018353 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_global_func.c' (39,714) at 20220627100017218 2025-03-14 03:00:48.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml' (39,715) at 20240405153045137 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/hardware.h' (39,716) at 20210308005002720 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch' (39,717) at 20220402030015911 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/ad525x_dpot.rst' (39,718) at 20210309003648432 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/lockdep-splat.rst' (39,719) at 20240405153229735 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml' (39,720) at 20240405153045177 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch' (39,721) at 20241221090017696 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.err' (39,722) at 20210308005046405 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/trace-enable/trace-enable.bb' (39,723) at 20241206090014274 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/run-ci' (39,724) at 20221209040036307 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_perf.c' (39,725) at 20240405153048609 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (39,726) at 20241206090014230 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/rs600' (39,727) at 20210307214928018 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/glib-compat.h' (39,728) at 20240906080037328 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rz-mtu3.h' (39,729) at 20240405153049613 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ncsi_ast2600a1.h' (39,730) at 20210308005003608 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/siena.c' (39,731) at 20240405153050293 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8731.yaml' (39,732) at 20240405153045173 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb' (39,733) at 20241221090017664 to deleted uid set 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ppc-opcode.h' (39,734) at 20210307214932706 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_cpi_sys.h' (39,735) at 20210307214930234 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/api.c' (39,736) at 20240405153051249 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/ipset/ip_set_list.h' (39,737) at 20210307214931642 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-xgene.txt' (39,738) at 20210307214925318 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/MAINTAINERS' (39,739) at 20210308005002984 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/circuit.json' (39,740) at 20230202040011970 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore' (39,741) at 20220525020651634 2025-03-14 03:00:48.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/meson.options' (39,742) at 20241205090004235 to deleted uid set 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-at91.c' (39,743) at 20240405153230859 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/strparser.h' (39,744) at 20240405153052865 to deleted uid set 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-dc.yaml' (39,745) at 20240405153045049 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/r5_mpu.c' (39,746) at 20210308005002732 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_timer.h' (39,747) at 20210307214926218 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/rcar-csi2.c' (39,748) at 20240805080013967 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/triple_fault_event_test.c' (39,749) at 20240405153054325 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_verificationpending_unittest.cpp' (39,750) at 20210308005120353 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-self-syscall.c' (39,751) at 20210309003656016 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_mc.h' (39,752) at 20210308005002716 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-rec-carrier.rst' (39,753) at 20220525020651782 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/test-empty-group.yaml' (39,754) at 20240911080053391 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/firmware.c' (39,755) at 20240405153230023 2025-03-14 03:00:48.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ml26124.h' (39,756) at 20210307214932318 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/email-clients.rst' (39,757) at 20240405153229839 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/service_files/yaml/phosphor-fan-control@.service' (39,758) at 20220819030023849 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/hwprobe/Makefile' (39,759) at 20240405153054369 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/dma-mapping.h' (39,760) at 20240405153052617 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/common.hpp' (39,761) at 20220622030021581 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/modules.c' (39,762) at 20210308005046397 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c' (39,763) at 20240405153230615 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fuse' (39,764) at 20210308005003292 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb' (39,765) at 20241206090014242 to deleted uid set 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ep93xx_bl.c' (39,766) at 20210309003653296 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/usbif.h' (39,767) at 20240326080039546 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/test/gen/regenerate-meson' (39,768) at 20220914030033172 to deleted uid set 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ResourceBlock_v1.xml' (39,769) at 20240619080002936 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-subdir/testfile' (39,770) at 20210307205554386 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/18-cve-2014-9913-unzip-buffer-overflow.patch' (39,771) at 20210307205554574 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd.bb' (39,772) at 20241206090014226 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/arm-gic-common.h' (39,773) at 20220525020654575 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j110-rev-3.dts' (39,774) at 20240405153045713 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-clang-bpf-co-re.c' (39,775) at 20210309003654960 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/go-mod.bbclass' (39,776) at 20241221090017608 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial_sci.h' (39,777) at 20210307214931506 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/init.c' (39,778) at 20240405153231215 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_rng.h' (39,779) at 20210307214931686 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d.dtsi' (39,780) at 20240405153229891 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/crcc37d.c' (39,781) at 20240405153048613 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/dma.c' (39,782) at 20240405153231219 2025-03-14 03:00:48.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch' (39,783) at 20230706080014741 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/Makefile' (39,784) at 20210307214928802 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/loongarch/include/uapi/asm/perf_regs.h' (39,785) at 20240405153054033 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_main.c' (39,786) at 20240405153046933 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bus_vcxk.h' (39,787) at 20210308005003564 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Valtimo' (39,788) at 20210307205553774 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/sifive.yaml' (39,789) at 20220525020651710 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_plog.h' (39,790) at 20210307214930290 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_fadd.S' (39,791) at 20230925080040101 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/clearfog.h' (39,792) at 20210308005003588 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OCCT-PL' (39,793) at 20211006000025242 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/kwbimage.cfg' (39,794) at 20210308005002908 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/Makefile' (39,795) at 20210307214932226 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/libslang.h' (39,796) at 20240405153232235 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/soc/ti/k3-sec-proxy.h' (39,797) at 20210308005003668 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_probe.c' (39,798) at 20241104090011611 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb' (39,799) at 20241221090017532 to deleted uid set 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-vipp.c' (39,800) at 20240405153230819 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_tfa_defconfig' (39,801) at 20210308005003264 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/cper-json-section-descriptor.json' (39,802) at 20241207090009631 to deleted uid set 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tmpfs/Makefile' (39,803) at 20210307214932730 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/booti.c' (39,804) at 20230310090043279 2025-03-14 03:00:48.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cifs/cifs_mount.h' (39,805) at 20220525020654667 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0' (39,806) at 20210307205554418 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_mpiix.c' (39,807) at 20240405153046665 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sync.c' (39,808) at 20240405153052541 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi' (39,809) at 20240405153045753 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-int.c' (39,810) at 20210307214926290 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/hppa-linux-user.mak' (39,811) at 20240326080039394 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/powerpc/include/arch/cfi_regs.h' (39,812) at 20240405153054073 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.err' (39,813) at 20210308005046409 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7ve.inc' (39,814) at 20210905000020581 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9132qds.dtsi' (39,815) at 20210307214926342 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/trace.h' (39,816) at 20210308005003688 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti/emif.txt' (39,817) at 20210307214925358 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.commands' (39,818) at 20210308005003292 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc106.h' (39,819) at 20210308005003672 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pci/index.rst' (39,820) at 20210307214925470 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_context_types.h' (39,821) at 20240405153048485 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/iters.c' (39,822) at 20240405153054253 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/max8952.h' (39,823) at 20210307214931494 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/samsung,s5p-cec.yaml' (39,824) at 20240405153045093 2025-03-14 03:00:48.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mmc/core/sdio.c' (39,825) at 20240405153049657 to deleted uid set 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma7/sdma7_4_2_2_offset.h' (39,826) at 20210307214927678 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs47l35-tables.c' (39,827) at 20240405153230835 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/ioctl.h' (39,828) at 20210307214926250 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1308-sdw.c' (39,829) at 20240405153232155 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utdelete.c' (39,830) at 20220525020652238 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/Kbuild' (39,831) at 20210307214927918 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_rt5682.c' (39,832) at 20240405153232183 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema.inc' (39,833) at 20210307205553838 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/MAINTAINERS' (39,834) at 20210308005002916 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/memcpy.S' (39,835) at 20240405153230003 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/Kconfig' (39,836) at 20240405153049737 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet_git.bb' (39,837) at 20240301090012427 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb' (39,838) at 20241206090014242 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/wdt_diag288.h' (39,839) at 20210308005046037 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/fvp.py' (39,840) at 20241221090017468 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_rcpm.c' (39,841) at 20210307214926482 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/watchdog/it87_wdt.c' (39,842) at 20240405153231599 to deleted uid set 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_sa_w_ph.c' (39,843) at 20210308005046505 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_ds28e17.rst' (39,844) at 20210307214925634 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/vlv_sideband_reg.h' (39,845) at 20240405153048553 2025-03-14 03:00:48.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.3.bb' (39,846) at 20231126090012805 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/setup.py' (39,847) at 20220728030041559 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/entry-common.h' (39,848) at 20240405153052685 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/shaderc_2024.3.bb' (39,849) at 20241221090017684 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/vhub.h' (39,850) at 20240405153052081 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/lprng/0001-checkpc-Do-not-define-Mail_fd-multiple-times.patch' (39,851) at 20210307205553918 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/polaroid_mid2809pxe04_defconfig' (39,852) at 20210308005003276 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_reg_equal.c' (39,853) at 20240405153054285 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/escape/Kconfig' (39,854) at 20210307214932154 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/net.h.rst.exceptions' (39,855) at 20210307214925602 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/Kconfig' (39,856) at 20240405153231283 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_loongson3v.py' (39,857) at 20241211090212538 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/trace.h' (39,858) at 20210308005045881 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/files/check-setuid-use-more-portable-find-args.patch' (39,859) at 20230706080014765 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/skl_hda_dsp_generic.c' (39,860) at 20240613080016547 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/hi6220-mailbox.c' (39,861) at 20240405153230759 2025-03-14 03:00:48.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-stat.c' (39,862) at 20240326080039390 2025-03-14 03:00:48.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_mvc.c' (39,863) at 20240405153054013 2025-03-14 03:00:48.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/subprojects/packagefiles/boost/meson.build' (39,864) at 20240423080031711 to deleted uid set 2025-03-14 03:00:48.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/remote.c' (39,865) at 20210307214929162 2025-03-14 03:00:48.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbushelper.cpp' (39,866) at 20240904080040759 2025-03-14 03:00:48.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/core.c' (39,867) at 20240628080014033 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/module.h' (39,868) at 20220525020652098 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h' (39,869) at 20230720080043539 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/memcpy.S' (39,870) at 20240405153230095 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ddr.c' (39,871) at 20210308005002968 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/fts/fts_1.2.7.bb' (39,872) at 20230503080014615 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vhost-user-gpu-pci.c' (39,873) at 20221215040039106 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-core/os-release/os-release.bbappend' (39,874) at 20230221040011682 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/rust/rust_root_crate.sh' (39,875) at 20241211090212458 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/ds24xxx.c' (39,876) at 20210308005003536 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hre.c' (39,877) at 20210308005003000 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/templates/default/local.conf.sample' (39,878) at 20241221090017480 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/clocksource.h' (39,879) at 20210307214931694 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts' (39,880) at 20240405153045737 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_config.cpp' (39,881) at 20240819080030255 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a2xx_gpu.c' (39,882) at 20240405153230587 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/isa-rtc.c' (39,883) at 20240405153045645 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2-gl.c' (39,884) at 20241211090212558 2025-03-14 03:00:48.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb' (39,885) at 20220409030017471 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/ss.h' (39,886) at 20210307214931582 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/archrandom.h' (39,887) at 20240405153052617 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/dlg,da9063-regulator.h' (39,888) at 20210307214931346 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/srq.c' (39,889) at 20220525020653163 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/colo-proxy.txt' (39,890) at 20240906080037172 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-factors.c' (39,891) at 20210307214927030 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/file_handler_unittest.cpp' (39,892) at 20211023000052680 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_sensor.h' (39,893) at 20210307214928838 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/perf_event.h' (39,894) at 20210307214926322 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptrace/vmaccess.c' (39,895) at 20210307214932714 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1016.c' (39,896) at 20240405153232155 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst.h' (39,897) at 20240405153232179 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-udp.c' (39,898) at 20230426080043656 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/hip04-bootwrapper.yaml' (39,899) at 20240405153045013 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/keystone_nav.c' (39,900) at 20210308005003372 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-alt-u-boot.dts' (39,901) at 20210308005002600 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/cpu_init.c' (39,902) at 20210308005002836 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pmsa-v7.c' (39,903) at 20210512100029182 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sunxi-common.h' (39,904) at 20210308005003620 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/valkyriefb.h' (39,905) at 20210307214930946 2025-03-14 03:00:48.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/sleepgraph.8' (39,906) at 20240405153054217 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/vpd.c' (39,907) at 20240405153231299 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/kup.c' (39,908) at 20240405153230047 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bcm933xx_hcs.h' (39,909) at 20210307214931622 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-compile.c' (39,910) at 20210307214932466 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_tuner.h' (39,911) at 20210309003650376 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_netdev.h' (39,912) at 20240405153051065 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_11.dtso' (39,913) at 20240405153231279 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3060.h' (39,914) at 20240405153053677 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-or-later' (39,915) at 20211006000025234 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/asm-prototypes.h' (39,916) at 20241211090145389 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/rsa.h' (39,917) at 20210307214931310 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6795-evb.dts' (39,918) at 20240405153045745 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/aspeed-p2a-ctrl.txt' (39,919) at 20210307214925362 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v11_0.h' (39,920) at 20220525020652478 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/skeleton/pid_iter.bpf.c' (39,921) at 20240613080016551 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/mcip.c' (39,922) at 20240405153229863 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc.json.in' (39,923) at 20210308005120349 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/secureboot.c' (39,924) at 20221102030020769 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-sq201.dts' (39,925) at 20240405153045433 2025-03-14 03:00:48.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0001-add-missing-FTW_-macros-when-not-available-in-libc.patch' (39,926) at 20231126090012777 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/qca8k.h' (39,927) at 20240405153230911 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/hello-s390x-asm.S' (39,928) at 20230925080040101 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/bootm.c' (39,929) at 20210308005002544 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pinctrl/pinctrl-cy8c95x0.c' (39,930) at 20240405153231327 to deleted uid set 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_test.c' (39,931) at 20240326080039462 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/mmu_global.h' (39,932) at 20210307214930542 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/Makefile' (39,933) at 20210308005046397 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_enet.h' (39,934) at 20240405153230947 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/gdbstub/test-svc.py' (39,935) at 20240906080037580 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ams-delta.c' (39,936) at 20240405153230867 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/pseudo_pyc_test2.py' (39,937) at 20210307205554386 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpufeature.h' (39,938) at 20210307214931370 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/hugetlb.h' (39,939) at 20240405153046309 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/riscv64.conf' (39,940) at 20240106090017257 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func7.c' (39,941) at 20240405153054277 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl.py' (39,942) at 20210308005003748 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/board.h' (39,943) at 20210308005003076 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cast_common.c' (39,944) at 20210307214926794 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch' (39,945) at 20220204040022688 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/control.h' (39,946) at 20210307214931394 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Heater.v1_0_2.json' (39,947) at 20240619080002948 2025-03-14 03:00:48.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/conversion_trigger.cpp' (39,948) at 20231228090030524 to deleted uid set 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRML/meson.build' (39,949) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/pic32-rng.c' (39,950) at 20240405153230199 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cputable.h' (39,951) at 20240405153230027 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-lpss_ltr' (39,952) at 20210307214925198 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_pm.c' (39,953) at 20240411080014074 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch' (39,954) at 20241221090017676 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts' (39,955) at 20240805080013923 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingUnitCollection.json' (39,956) at 20240619080002944 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-crt.c.inc' (39,957) at 20240326080039742 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/workqueue/wq_dump.py' (39,958) at 20240405153232291 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/qedr_iw_cm.h' (39,959) at 20210307214928438 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi' (39,960) at 20240405153045709 to deleted uid set 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/format-yaml/format-yaml.py' (39,961) at 20221209040019091 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/stm32-adc-core.c' (39,962) at 20210308005003332 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ehci-dbgp.h' (39,963) at 20210307214931530 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/Kconfig' (39,964) at 20210308005003052 2025-03-14 03:00:48.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/sem.c' (39,965) at 20240405153231887 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atmel_lcdfb.c' (39,966) at 20240405153231579 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/Makefile' (39,967) at 20240405153231219 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/proc.c' (39,968) at 20240405153051261 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_drv.c' (39,969) at 20240405153230587 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conncount.c' (39,970) at 20240913080013861 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/svgalib.c' (39,971) at 20240405153231583 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/cmtp/sock.c' (39,972) at 20210309003654284 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-get-timeout.rst' (39,973) at 20220525020651782 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron' (39,974) at 20241031080012183 to deleted uid set 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/ioctl.h' (39,975) at 20210307214930946 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/Makefile' (39,976) at 20210307214930986 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt' (39,977) at 20240405153045053 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/q54sj108a2.rst' (39,978) at 20220525020651738 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-dvb.c' (39,979) at 20210307214928810 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml' (39,980) at 20240405153229763 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/builddeb' (39,981) at 20240405153232107 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/cs461x.rst' (39,982) at 20210307214925514 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c' (39,983) at 20240405153050133 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh' (39,984) at 20210307205554534 2025-03-14 03:00:48.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-gpio.c' (39,985) at 20210308005003384 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max8997-private.h' (39,986) at 20210307214931430 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/datadir.c' (39,987) at 20240326080039634 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global2.c' (39,988) at 20240405153049753 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_wlan_sme.h' (39,989) at 20210307214930646 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsn32-linux-user.mak' (39,990) at 20230925080039837 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/bcm54140.rst' (39,991) at 20210307214925498 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc2028.h' (39,992) at 20240405153049537 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/qi_lb60_defconfig' (39,993) at 20240405153230011 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_stream_encoder.c' (39,994) at 20240405153047261 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch' (39,995) at 20230317080013793 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/pinmux-config-dalmore.h' (39,996) at 20210308005003024 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ppsmc.h' (39,997) at 20210307214928002 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-serialgetty.bb' (39,998) at 20241206090014318 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/binding.h' (39,999) at 20240405153050521 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sc8180x.yaml' (40,000) at 20240405153045029 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt35950.c' (40,001) at 20240613080016407 to deleted uid set 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@200/dps310@76.conf' (40,002) at 20240904080027734 2025-03-14 03:00:48.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/hweight.h' (40,003) at 20210307214932474 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/pamela_1.2.0.bb' (40,004) at 20241221090017548 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-freq' (40,005) at 20210307214932570 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_tcpudp.h' (40,006) at 20210307214931646 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-div6.h' (40,007) at 20210307214927010 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/bugs.h' (40,008) at 20240405153046381 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/MAINTAINERS' (40,009) at 20210308005003052 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch' (40,010) at 20241221090017684 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_adminq.h' (40,011) at 20240405153230947 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000-500.dts' (40,012) at 20210308005002628 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/index.rst' (40,013) at 20240405153044945 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/rate_template.h' (40,014) at 20230426080043636 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/stdplus.wrap' (40,015) at 20240329080027212 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c' (40,016) at 20241211090145413 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff' (40,017) at 20241221090017680 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-set-filter.rst' (40,018) at 20220525020651778 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb' (40,019) at 20241221090017552 to deleted uid set 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pwm-vibra.c' (40,020) at 20240613080016419 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/iothread.h' (40,021) at 20210927100127641 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-panel-sharp-ls037v7dw01.dtsi' (40,022) at 20210308005002596 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/yosemite4-temporary-host-software-versions.yml' (40,023) at 20240803080017241 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/qcom,pm8018-adc.yaml' (40,024) at 20240405153045073 2025-03-14 03:00:48.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe-decoder/Build' (40,025) at 20210307214932582 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/asc.c' (40,026) at 20240906080037200 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_bind.py' (40,027) at 20210308005003744 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iopoll.h' (40,028) at 20240405153052709 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm200.c' (40,029) at 20210307214927966 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-compressed.rst' (40,030) at 20240405153045317 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml' (40,031) at 20220525020651690 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/0001-remove-dropped-templates.patch' (40,032) at 20230919080013958 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_dump.c' (40,033) at 20220525020653987 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/arch_hweight.h' (40,034) at 20210307214926750 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/dma-iommu.h' (40,035) at 20240405153230743 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/857.patch' (40,036) at 20230706080014761 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi.h' (40,037) at 20210308005003020 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/cobalt_defconfig' (40,038) at 20240405153045993 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max8997_pmic.h' (40,039) at 20210308005003680 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mca_asm.h' (40,040) at 20210307214926118 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_qp_tx.c' (40,041) at 20241118090018495 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/bcdsub.c' (40,042) at 20221215040039390 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm1681.c' (40,043) at 20240405153053665 2025-03-14 03:00:48.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_sds.c' (40,044) at 20240405153051565 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_dcb.c' (40,045) at 20240411080014094 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/fw_cfg.h' (40,046) at 20241211090212362 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mie3-compl.c' (40,047) at 20220429100100946 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pfn.h' (40,048) at 20210307214931470 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue' (40,049) at 20241023080037275 to deleted uid set 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,tas6424.txt' (40,050) at 20210309003648396 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_2_5_offset.h' (40,051) at 20240405153048285 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb' (40,052) at 20241221090017548 to deleted uid set 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma7_qm_regs.h' (40,053) at 20240405153046573 2025-03-14 03:00:48.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/coreboot.c' (40,054) at 20210308005003524 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r300_reg.h' (40,055) at 20240405153048717 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/flash.h' (40,056) at 20210308005003648 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/readfru.mako.cpp' (40,057) at 20220903030025790 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/bmu.h' (40,058) at 20210308005003676 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/MAINTAINERS' (40,059) at 20210308005002904 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/machine.c' (40,060) at 20240906080037532 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/abp060mg.c' (40,061) at 20240405153049009 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/amlogic_thermal.c' (40,062) at 20240405153231495 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/devkit3250_spl.c' (40,063) at 20210308005003080 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a83t-cubietruck-plus.dts' (40,064) at 20240405153045389 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/zipitz2.c' (40,065) at 20210308005003204 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/Kconfig' (40,066) at 20240405153053109 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-manager-stub.c' (40,067) at 20210308005046253 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/init.c' (40,068) at 20240405153230003 2025-03-14 03:00:48.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml' (40,069) at 20240405153229779 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/da9052-hwmon.c' (40,070) at 20220525020653055 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-imx-tpm.c' (40,071) at 20240913080013785 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/sys_info_param.hpp' (40,072) at 20230513080027506 to deleted uid set 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/b43legacy.h' (40,073) at 20240405153050489 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/Kconfig' (40,074) at 20210308005002916 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/vsx_asm.S' (40,075) at 20210307214932702 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/ptrace.h' (40,076) at 20210308005002824 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/spu_priv1.h' (40,077) at 20210307214926390 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-ppce500.h' (40,078) at 20210308005003612 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk-hsdk-cgu.c' (40,079) at 20210308005003348 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-aes-ccm.c' (40,080) at 20240405153046961 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/README.md' (40,081) at 20240821080039164 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-espi/bare-metal-espi/disable-espi.service' (40,082) at 20241126090011759 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/O_component_ids.json' (40,083) at 20240323080030085 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/regression-vhdx-log' (40,084) at 20230426080043944 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/xor.S' (40,085) at 20240405153229995 2025-03-14 03:00:48.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23-sansa.dts' (40,086) at 20240405153229891 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7793.c' (40,087) at 20240405153048949 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__variant.hpp' (40,088) at 20241217090453707 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/Kconfig' (40,089) at 20210307214925946 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,ads117x.txt' (40,090) at 20210307214925434 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/cdns,dphy.yaml' (40,091) at 20240405153045129 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/irq_regs.h' (40,092) at 20210307214931302 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/swphy.h' (40,093) at 20210307214929694 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a779g0-cpg-mssr.c' (40,094) at 20240405153230235 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-bus.h' (40,095) at 20240326080039542 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0004-Use-configure-to-test-for-feature-instead-of-platfor.patch' (40,096) at 20240106090017233 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-evm.dtso' (40,097) at 20240405153045597 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/tegra_i2c.c' (40,098) at 20210308005003384 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/rsk7264_defconfig' (40,099) at 20240405153230087 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/process.h' (40,100) at 20240405153046437 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/xen-detect.c' (40,101) at 20230925080039993 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml' (40,102) at 20240405153045121 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-audioout.rst' (40,103) at 20220525020651786 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/fls.h' (40,104) at 20210307214932474 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/YPL-1.0' (40,105) at 20211006000025246 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/espeak_1.48.04.bb' (40,106) at 20241221090017536 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_st.c' (40,107) at 20240405153046653 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (40,108) at 20210812000025162 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/poly1305-armv8.pl' (40,109) at 20210309003648772 2025-03-14 03:00:48.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/topology.c' (40,110) at 20240405153046425 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/Kconfig' (40,111) at 20210308005003040 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/tmpd.cpp' (40,112) at 20220922030007675 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ist.h' (40,113) at 20210307214926666 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/switch_to.h' (40,114) at 20210307214926166 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_bpf.c' (40,115) at 20240405153232055 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_debugfs.c' (40,116) at 20240405153231263 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/virtual/Kconfig' (40,117) at 20240405153050729 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/.clang-tidy' (40,118) at 20241129090023557 to deleted uid set 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-ixp4xx.h' (40,119) at 20240405153230867 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/mconsole_kern.c' (40,120) at 20240405153230099 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/etnaviv_drm.h' (40,121) at 20220525020654663 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/core.c' (40,122) at 20240906080037224 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/.gitignore' (40,123) at 20220603030026297 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman.c' (40,124) at 20240405153231451 2025-03-14 03:00:48.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra71-evm-u-boot.dtsi' (40,125) at 20210308005002576 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/sun4i_dma.c' (40,126) at 20240405153049473 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-util.h' (40,127) at 20210307214930602 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as10x_handle.h' (40,128) at 20210307214928806 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vsockmon.c' (40,129) at 20220525020653699 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dvico-portable.c' (40,130) at 20210307214928782 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.gitignore' (40,131) at 20210308005100989 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/README.md' (40,132) at 20240809080033019 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb' (40,133) at 20220204040022564 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/procinfo.h' (40,134) at 20210307214925854 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch' (40,135) at 20210307205554602 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/302' (40,136) at 20220429100100926 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8d000/tmp75@4a.conf' (40,137) at 20210307205554094 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_gem.c' (40,138) at 20240405153230603 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/nx.h' (40,139) at 20210307214932702 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dm816x-clocks.dtsi' (40,140) at 20210308005002576 2025-03-14 03:00:48.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb' (40,141) at 20241221090017564 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/hal.h' (40,142) at 20240405153050473 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-string.json' (40,143) at 20210308005046401 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/npcm7xx_sdhci.c' (40,144) at 20241211090212334 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/ptrace.h' (40,145) at 20240405153045941 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/util/perf_regs.c' (40,146) at 20240405153232219 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/uaccess.S' (40,147) at 20240405153046265 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/file_direct.c' (40,148) at 20240820080014177 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Graphics-Gems' (40,149) at 20241221090017616 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-ccix-per.h' (40,150) at 20241114091008832 to deleted uid set 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/cmd.c' (40,151) at 20220525020653815 2025-03-14 03:00:48.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-f2fs' (40,152) at 20241211090145365 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi' (40,153) at 20241211090145373 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/kwboot.1' (40,154) at 20210308005003332 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/irq.c' (40,155) at 20240405153045909 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/dbx500-prcmu.h' (40,156) at 20210307214931342 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/Makefile' (40,157) at 20210308005002548 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/Makefile' (40,158) at 20210308005002960 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseport_addr_any.sh' (40,159) at 20210307214932694 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml' (40,160) at 20240405153045157 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/isert/ib_isert.c' (40,161) at 20240405153049121 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/monitor_wwnr.rst' (40,162) at 20240405153229831 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/README' (40,163) at 20220525020655123 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/test/sdbus_mock.hpp' (40,164) at 20241203090049024 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-mte.xml' (40,165) at 20240906080037184 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/visualize-pdr/pldm_visualise_pdrs.py' (40,166) at 20221213040036921 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/saa7146_vbi.c' (40,167) at 20240405153049269 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/Kconfig' (40,168) at 20210308005003456 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/digicolor-wdt.txt' (40,169) at 20210307214925450 2025-03-14 03:00:48.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clkdivider-hi6220.c' (40,170) at 20210307214926974 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/b2c2/flexcop-usb.c' (40,171) at 20240613080016427 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/chipidea/core.c' (40,172) at 20240405153231535 to deleted uid set 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/meson.build' (40,173) at 20241211090212494 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-isl1208.c' (40,174) at 20240805080014003 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/linux-yocto-rt.yml' (40,175) at 20241206090014206 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mtk-sd.c' (40,176) at 20210308005003404 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/cypress_cy7c63.c' (40,177) at 20241008080013987 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-netcp.dtsi' (40,178) at 20210308005002592 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/evm.c' (40,179) at 20230720080043535 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid5-log.h' (40,180) at 20240405153049261 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb' (40,181) at 20241221090017512 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page-isolation.h' (40,182) at 20240405153052757 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0024-corstone1000-adjust-boot-bank-and-kernel-location.patch' (40,183) at 20240413080012627 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ptp.h' (40,184) at 20240405153230919 2025-03-14 03:00:48.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/rde_dictionary_manager_test.cpp' (40,185) at 20220603030001748 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_connect.c' (40,186) at 20240812080017268 to deleted uid set 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aead_api.h' (40,187) at 20210307214931982 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/vstruct.h' (40,188) at 20240405153052221 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/Cpu_General.json' (40,189) at 20221213040036917 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/lvds_rk3288.h' (40,190) at 20210308005002664 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32h743-disco_defconfig' (40,191) at 20210308005003280 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench_block_job.py' (40,192) at 20240326080039630 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_atari.c' (40,193) at 20220525020653839 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt6797-pinfunc.h' (40,194) at 20210307214931342 2025-03-14 03:00:48.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/percpu_test.c' (40,195) at 20210307214931810 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_h.c' (40,196) at 20210308005046509 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test_git.bb' (40,197) at 20241206090014314 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-hps2fpga-bridge.txt' (40,198) at 20210307214925314 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/mcfuart.c' (40,199) at 20210308005003484 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sdradd.c' (40,200) at 20210308004938828 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/tayga.conf' (40,201) at 20231014080011723 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/sltimers.c' (40,202) at 20220525020651982 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/pinmux_config.h' (40,203) at 20210308005002952 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/aperture.c' (40,204) at 20240405153052173 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/tesseract.py' (40,205) at 20241211090212538 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/malta.h' (40,206) at 20210308005003604 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/Kconfig' (40,207) at 20240405153045685 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/genimage.sh' (40,208) at 20240405153046353 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/hash.c' (40,209) at 20240405153052357 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson-gxl-gpio.h' (40,210) at 20210307214931338 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phr.c' (40,211) at 20210308005046505 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/pxa-ssp.h' (40,212) at 20210307214932402 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/bios/enum_attrs.json' (40,213) at 20221213040036917 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.h' (40,214) at 20210307214930566 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-throttle.c' (40,215) at 20240326080039410 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/tools/cleanup_bmc.robot' (40,216) at 20221213040017973 to deleted uid set 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch' (40,217) at 20230706080014761 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fdt_host.h' (40,218) at 20210308005003760 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/css.py' (40,219) at 20241206090014290 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/clk-icst.c' (40,220) at 20240405153046873 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/run-ptest' (40,221) at 20231011080016582 2025-03-14 03:00:48.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb10dpcm8.rst' (40,222) at 20210309003648496 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (40,223) at 20241213090035010 to deleted uid set 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/target.rst' (40,224) at 20210309003648412 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/checksum.h' (40,225) at 20241211090212366 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-aster.dts' (40,226) at 20240405153045529 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fsl_chain_of_trust.c' (40,227) at 20210308005002960 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst.h' (40,228) at 20240405153232243 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/ipi.h' (40,229) at 20240405153052893 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/local.conf.sample' (40,230) at 20241221090017460 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/iplb.h' (40,231) at 20241211090212442 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_debugfs.c' (40,232) at 20240405153047177 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/pinmux-common.c' (40,233) at 20210308005002788 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stm32-dfsdm.h' (40,234) at 20240405153048961 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/hisilicon/Kconfig' (40,235) at 20240405153052161 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/Modify-configure.in-and-etc-Makefile.am.patch' (40,236) at 20230317080013785 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-fm3130.c' (40,237) at 20240405153051497 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-spear.c' (40,238) at 20240405153051453 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx' (40,239) at 20210307205554482 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-mio.c' (40,240) at 20210307214927042 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel2.svg' (40,241) at 20240405153044933 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy/meson.build' (40,242) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/Makefile' (40,243) at 20210307214930262 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc32.c' (40,244) at 20240405153053081 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/apll.c' (40,245) at 20240405153046865 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/svm_ops.h' (40,246) at 20240405153230135 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_overtemp.sh' (40,247) at 20241226090016123 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue' (40,248) at 20241004080035967 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ko_KR/stable_api_nonsense.txt' (40,249) at 20210307214925582 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/rx.c' (40,250) at 20240405153050557 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o2dnt2.dts' (40,251) at 20220525020652030 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/AccountPermission.pm' (40,252) at 20220612030016735 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb' (40,253) at 20240301090012423 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/xtalk/xtalk.h' (40,254) at 20210307214926250 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Event_v1.xml' (40,255) at 20240918080002712 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/da8xx-fb.h' (40,256) at 20210307214931694 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/dms-ba16.c' (40,257) at 20210308005002908 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-dpi.yaml' (40,258) at 20220525020651670 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-rnbd' (40,259) at 20220525020651630 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/os-posix.c' (40,260) at 20240906080037380 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/recovery.c' (40,261) at 20240913080013829 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_syncmap.c' (40,262) at 20210307214927854 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_ioctl.h' (40,263) at 20210307214930358 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/introduction.rst' (40,264) at 20220525020651774 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/machvec.c' (40,265) at 20221102030020741 2025-03-14 03:00:48.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Aanekoski' (40,266) at 20210307205553766 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/acer-ec-a500.c' (40,267) at 20240405153230831 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/meson.build' (40,268) at 20240906080037376 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rt4831.c' (40,269) at 20240405153049613 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200wb.c' (40,270) at 20240405153048573 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/subprojects/ipmiblob.wrap' (40,271) at 20230815080023508 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vbi_525.svg' (40,272) at 20220525020651786 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz' (40,273) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tswap.h' (40,274) at 20241211090212358 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-empty.bconf' (40,275) at 20210307214932458 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/awacs.c' (40,276) at 20240405153232139 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/Kconfig.cputype' (40,277) at 20240405153230051 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/tqm8541_defconfig' (40,278) at 20210309003648872 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/mx6ullevk.c' (40,279) at 20210308005002988 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/power_helpers.h' (40,280) at 20240405153230423 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mtr/mtr_0.95.bb' (40,281) at 20220402030015911 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/watch_queue/.gitignore' (40,282) at 20220525020654935 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-pro-sku.dtsi' (40,283) at 20240405153045785 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi' (40,284) at 20240405153229967 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-request-ioc-reinit.rst' (40,285) at 20210309003648484 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch' (40,286) at 20210307205554466 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfmmu.h' (40,287) at 20210307214926162 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/stats.h' (40,288) at 20240820080014177 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-fpga-manager' (40,289) at 20210309003648256 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml' (40,290) at 20240405153045081 2025-03-14 03:00:48.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-2.0-with-LLVM-exception' (40,291) at 20210307205554414 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c' (40,292) at 20240405153231267 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/xattr.c' (40,293) at 20241115090012965 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch' (40,294) at 20240302090018246 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-ipu0.c' (40,295) at 20240405153046797 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ibm-ac-server/ibm-basic-eth-map.json' (40,296) at 20230930080011588 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/refcount.h' (40,297) at 20240405153052785 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/blockcheck.h' (40,298) at 20220525020654463 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208xqds.c' (40,299) at 20210308005002996 2025-03-14 03:00:48.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/gen.c' (40,300) at 20240405153232207 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb_mfb.c' (40,301) at 20210307214930898 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/fdtdec_test.c' (40,302) at 20210308005003704 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/inventory.pl' (40,303) at 20210308005052045 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/dbus-vmstate.rst' (40,304) at 20220429100100418 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/intel/phy-intel-keembay-emmc.c' (40,305) at 20210726100024735 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/spinlock.h' (40,306) at 20240405153052621 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_rddsp.c' (40,307) at 20210308005046505 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cm.c' (40,308) at 20240429080012424 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/i2o.h' (40,309) at 20210307214929162 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/xchg' (40,310) at 20240405153053433 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/dpdmai.h' (40,311) at 20210307214927126 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/fortify.c' (40,312) at 20240405153049641 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/fpga.h' (40,313) at 20210308005003052 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/inband_code_update.cpp' (40,314) at 20240819080030263 2025-03-14 03:00:48.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-ep0.c' (40,315) at 20220525020654243 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UCAR' (40,316) at 20241221090017616 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/baikal,bt1-pcie.yaml' (40,317) at 20240405153045121 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/080_fill_empty.dts' (40,318) at 20210308005003752 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/rename_flags.sh' (40,319) at 20240405153054177 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/ptn3460.c' (40,320) at 20210308005003524 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.c' (40,321) at 20210307214929918 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/mace.h' (40,322) at 20210307214929298 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/bmp280@77.conf' (40,323) at 20240904080027734 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/Makefile' (40,324) at 20240405153050409 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/brcm,bcm63xx-spi.yaml' (40,325) at 20240405153229799 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/params.c' (40,326) at 20240405153231543 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts' (40,327) at 20210308005002636 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/duktape_2.7.0.bb' (40,328) at 20241221090017516 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/q40ints.h' (40,329) at 20210307214926162 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/emmc-init_0.1.bb' (40,330) at 20241206090014222 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/README' (40,331) at 20220402030016139 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/314.out' (40,332) at 20240326080039734 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/sd.c' (40,333) at 20241018080014542 to deleted uid set 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/mmu_context.h' (40,334) at 20220525020652090 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-armada-370-xp.c' (40,335) at 20240405153046877 2025-03-14 03:00:48.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utobject.c' (40,336) at 20240405153046625 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/msm8916.c' (40,337) at 20240405153230735 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/container_traits.hpp' (40,338) at 20241219090033968 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/iio-trig-interrupt.c' (40,339) at 20240405153049017 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/cputype.h' (40,340) at 20240405153045637 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FilterCollection.json' (40,341) at 20240619080002948 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/ucc_uart.c' (40,342) at 20240405153231523 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch' (40,343) at 20241221090017680 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/Makefile' (40,344) at 20210307214929578 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_47.0.bb' (40,345) at 20241221090017488 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/meson.build' (40,346) at 20230925080040025 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/cdc.h' (40,347) at 20210308005003672 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ideapad_slidebar.c' (40,348) at 20210307214928482 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/termbits.h' (40,349) at 20240617080017378 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/pm.h' (40,350) at 20240405153052885 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt6797.h' (40,351) at 20210307214930082 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5907.dts' (40,352) at 20240405153045501 2025-03-14 03:00:48.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.20.bb' (40,353) at 20241221090017492 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/super.c' (40,354) at 20241104090011599 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/Makefile' (40,355) at 20240405153230027 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/romfs_fs.h' (40,356) at 20240405153052937 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c' (40,357) at 20240405153047237 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv32_defconfig' (40,358) at 20210308005003276 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/phy-uniphier-pcie.c' (40,359) at 20240405153231315 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/omap3_smc911x.c' (40,360) at 20210308005002948 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5250-common.h' (40,361) at 20210308005003596 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/ibm_vpd_app.cpp' (40,362) at 20241016080022034 to deleted uid set 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/shmparam.h' (40,363) at 20210307214925670 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/charger-manager.c' (40,364) at 20240405153051433 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/scx200_gpio.c' (40,365) at 20210307214926950 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_usbtty_defconfig' (40,366) at 20210308005003280 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/run-ptest' (40,367) at 20210307205553894 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar-r2.dts' (40,368) at 20240405153045781 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb' (40,369) at 20241221090017508 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/apple.yaml' (40,370) at 20240405153045013 2025-03-14 03:00:48.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/miqi_rk3288.h' (40,371) at 20210308005003604 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c' (40,372) at 20210307214925910 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_nvm_iscsi_cfg.h' (40,373) at 20210307214930386 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-Include-missing-cstdint-header.patch' (40,374) at 20241221090017552 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/dwarf.h' (40,375) at 20210307214926550 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nsh/nsh.c' (40,376) at 20240520080015231 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/Makefile' (40,377) at 20210307214932710 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz' (40,378) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/tree_lookup.c' (40,379) at 20240405153053021 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/147' (40,380) at 20240326080039730 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-clk-ccf.dtsi' (40,381) at 20210308005002636 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/report.c' (40,382) at 20241216090017781 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmm8155au_2.dtsi' (40,383) at 20240405153229943 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-design-CFS.rst' (40,384) at 20240405153229827 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/at91_pmc.h' (40,385) at 20240405153052669 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-navigation.js' (40,386) at 20210308005107069 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-fixed-factor.h' (40,387) at 20210307214926958 2025-03-14 03:00:48.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/config.json' (40,388) at 20231213090027094 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bonding.h' (40,389) at 20240910080014082 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc32defs.h' (40,390) at 20210307214931794 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_crtc.c' (40,391) at 20240405153048565 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/efirtc.rst' (40,392) at 20240405153044977 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/fsl_linflexuart.c' (40,393) at 20240405153231511 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_proto_tcp.c' (40,394) at 20210309003654408 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sysfb.h' (40,395) at 20240405153231843 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ras/ras.c' (40,396) at 20210307214930182 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (40,397) at 20240201090017664 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/pytest.ini' (40,398) at 20210308005003744 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/disable-werror.config' (40,399) at 20240405153230027 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/msg_flags.c' (40,400) at 20240405153054173 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun6i-rtc.h' (40,401) at 20240405153231795 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch' (40,402) at 20241221090017660 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-access.h' (40,403) at 20221215040039190 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/power/hibernate.c' (40,404) at 20240405153053025 to deleted uid set 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/serv.py' (40,405) at 20241206090014290 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_fw.c' (40,406) at 20240405153053365 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/eventfd.c' (40,407) at 20210307214932578 2025-03-14 03:00:48.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/Kconfig' (40,408) at 20241211090212338 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/processor.h' (40,409) at 20210307214926750 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_txnmgr.h' (40,410) at 20210307214931138 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-eukrea-mbmx28lc.dtsi' (40,411) at 20240405153229891 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/cpu-exec.c' (40,412) at 20240906080037136 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/pgtable.c' (40,413) at 20240411080014054 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/desc.h' (40,414) at 20210307214926750 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_cbs.c' (40,415) at 20240405153050169 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/snd_ps3.c' (40,416) at 20240405153053545 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/intel-m10-bmc-hwmon.rst' (40,417) at 20210309003648424 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/distributed-arp-table.c' (40,418) at 20240405153053169 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/ipsec.c' (40,419) at 20240405153050197 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ia_css_tdf_param.h' (40,420) at 20210307214930562 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-socket.h' (40,421) at 20241211090212354 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/axs10x.h' (40,422) at 20210308005003056 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mccmon6_sd_defconfig' (40,423) at 20210308005003268 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/conf/layer.conf' (40,424) at 20241221090017476 2025-03-14 03:00:48.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.metadata.yaml' (40,425) at 20220430030026016 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7757.h' (40,426) at 20210308005002848 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_display.png' (40,427) at 20210307205554254 to deleted uid set 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-sasl.h' (40,428) at 20210927100127657 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/README.md' (40,429) at 20210307205553678 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/hal.h' (40,430) at 20240405153051869 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ti-syscon.h' (40,431) at 20210308005003640 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_i2c.c' (40,432) at 20220525020654315 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/Makefile.target' (40,433) at 20240906080037576 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.h' (40,434) at 20240405153048441 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_performance.c' (40,435) at 20210309003649272 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/st,sti-mailbox.yaml' (40,436) at 20240405153045089 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv-proto.h' (40,437) at 20221215040039302 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/tcp.h' (40,438) at 20241008080014015 to deleted uid set 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77686-regulator.c' (40,439) at 20240405153051465 2025-03-14 03:00:48.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/Makefile' (40,440) at 20240405153051389 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/paccess.h' (40,441) at 20210307214926238 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/Kconfig' (40,442) at 20210308005003700 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0018-corstone1000-add-compressed-kernel-support.patch' (40,443) at 20240413080012627 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/build.rs' (40,444) at 20241211090212458 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-input.c' (40,445) at 20240405153049361 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/tlb.c' (40,446) at 20240405153229987 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ns87410.c' (40,447) at 20240405153046665 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/image_types_verity.bbclass' (40,448) at 20241206090014246 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h' (40,449) at 20240405153047197 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/hung_task.c' (40,450) at 20240405153053001 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-sbc-t54.dts' (40,451) at 20240405153045609 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/pm-imx6.c' (40,452) at 20240405153229911 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/ptdump_debugfs.c' (40,453) at 20220525020651898 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi' (40,454) at 20240405153045745 to deleted uid set 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0004-dev_setup.sh-Ignore-missing-package-manager.patch' (40,455) at 20210307205553802 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/client.h' (40,456) at 20240405153230603 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/cht_bsw_rt5645.c' (40,457) at 20240405153053945 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_apollo.c' (40,458) at 20240405153046613 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ppc4xx/dma.h' (40,459) at 20240405153047001 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/unisoc/rda8810pl-orangepi-2g-iot.dts' (40,460) at 20240405153045609 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_1.4.bb' (40,461) at 20241206090014250 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/timer.cpp' (40,462) at 20231206090055213 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_stack_map.c' (40,463) at 20210307214932650 2025-03-14 03:00:48.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/s6q-ipmb-channels.json' (40,464) at 20220211110019214 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mdio.h' (40,465) at 20210307214931610 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/Kbuild' (40,466) at 20240405153045341 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp.db' (40,467) at 20210307205553974 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/neard.in' (40,468) at 20210307205554466 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checkincludes.pl' (40,469) at 20210307214932134 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/Makefile' (40,470) at 20240405153054293 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c' (40,471) at 20240405153048637 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_rsa.c' (40,472) at 20210308005003708 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2u.h' (40,473) at 20210307214929894 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/netdev.h' (40,474) at 20240405153050609 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/adp5520-keys.c' (40,475) at 20210307214928474 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/boot0.h' (40,476) at 20210308005002780 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_softmac.c' (40,477) at 20240405153231479 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pdu001-u-boot.dtsi' (40,478) at 20210308005002560 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_fib_inet.c' (40,479) at 20240405153053333 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/pgtable.c' (40,480) at 20240405153046057 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/Makefile' (40,481) at 20240405153051381 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/uapi/asm/bitsperlong.h' (40,482) at 20210307214932454 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sgx.h' (40,483) at 20240405153046397 2025-03-14 03:00:48.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/qcom_adm.h' (40,484) at 20240405153052681 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tx_tso.c' (40,485) at 20240405153231051 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/video_cs5530.h' (40,486) at 20210307214930910 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockmap_tcp_msg_prog.c' (40,487) at 20240405153054273 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-command.json' (40,488) at 20210308005046409 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c' (40,489) at 20240405153048657 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sbrmi.rst' (40,490) at 20220525020651738 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_recv.h' (40,491) at 20220525020654183 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mediatek,mt6357.yaml' (40,492) at 20240405153045105 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3326.dtsi' (40,493) at 20210307214926042 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Festival' (40,494) at 20241221090017616 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_net.c' (40,495) at 20210308005002540 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/retu.txt' (40,496) at 20210307214925362 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-nitrogen6x.dts' (40,497) at 20240405153045505 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_dvb.c' (40,498) at 20210309003650332 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pci-common.c' (40,499) at 20240405153230039 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_dummy.c' (40,500) at 20240405153046613 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mroute.h' (40,501) at 20240405153052741 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos850.dtsi' (40,502) at 20240405153045721 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dimgrey_cavefish_reg_init.c' (40,503) at 20220525020652466 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_queue.c' (40,504) at 20240405153053333 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cramfs/Makefile' (40,505) at 20210307214931062 2025-03-14 03:00:48.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-12.conf' (40,506) at 20230412080023460 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/iomd.h' (40,507) at 20210307214925850 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/Kconfig' (40,508) at 20241211090212454 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_init.h' (40,509) at 20240405153051661 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/rf.h' (40,510) at 20210307214929934 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron.dtsi' (40,511) at 20210308005002608 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/apple-mfi-fastcharge.c' (40,512) at 20220525020654283 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sysctl/sysctl.sh' (40,513) at 20240405153054373 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-nitrogen6x.dts' (40,514) at 20240405153045497 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/OperatingConfig.v1_0_4.json' (40,515) at 20240619080002952 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ltc2688.c' (40,516) at 20240405153048977 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/MAINTAINERS' (40,517) at 20210308005002920 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/disable-tsc-test.c' (40,518) at 20210307214932710 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb' (40,519) at 20241221090017572 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/bblayers.conf.sample' (40,520) at 20240323080013545 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/qos_sq.c' (40,521) at 20240405153050073 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/Makefile' (40,522) at 20210309003649668 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/gef_sbc310.c' (40,523) at 20240405153230051 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.displaying-bmps' (40,524) at 20210308005003292 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm-ns2.h' (40,525) at 20210307214931322 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Tacolneston' (40,526) at 20210307205553798 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rv1108-elgin-r1.dts' (40,527) at 20210308005002608 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/context.h' (40,528) at 20240405153046429 2025-03-14 03:00:48.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/smartconnect.c' (40,529) at 20220525020653911 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_mdb_port_down.sh' (40,530) at 20240405153054337 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/main.c' (40,531) at 20210307214932614 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/nbench_32bits.patch' (40,532) at 20210307205553870 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/atomic-spinlock.h' (40,533) at 20240405153045357 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch' (40,534) at 20220618030015170 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc.h' (40,535) at 20241216090017797 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts' (40,536) at 20240405153045457 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch' (40,537) at 20240413080012651 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spartan3.h' (40,538) at 20210308005003684 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/meson.build' (40,539) at 20241010080036061 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/ingenic_ecc.h' (40,540) at 20240405153049693 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc32plus-linux-user.mak' (40,541) at 20230925080039837 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/drv_scsi_fw_funcs.h' (40,542) at 20210307214930382 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtensa_memory.h' (40,543) at 20210308005045993 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ZPL-1.1' (40,544) at 20210307205554426 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_mdio.c' (40,545) at 20240405153050309 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/dumpfilelist' (40,546) at 20221213040024897 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_bus.c' (40,547) at 20240405153046301 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-1.22.8.inc' (40,548) at 20241221090017660 to deleted uid set 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_espressobin-88f3720_defconfig' (40,549) at 20210308005003268 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8536ds.dtsi' (40,550) at 20210307214926342 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_led.h' (40,551) at 20240405153048625 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-npcm.c' (40,552) at 20240912080012042 2025-03-14 03:00:48.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-ipu-dsp-common.dtsi' (40,553) at 20240405153045597 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/setup_64.c' (40,554) at 20240617080017378 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (40,555) at 20241211090212534 to deleted uid set 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-SC_Tenerife' (40,556) at 20210307205553766 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/pci.c' (40,557) at 20240906080037236 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/bpf/progs/test_fill_link_info.c' (40,558) at 20240405153232259 to deleted uid set 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c' (40,559) at 20240910080014042 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/altera_timer.txt' (40,560) at 20210308005003328 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/mdio-util_0.1.bb' (40,561) at 20241206090014218 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_dir.c' (40,562) at 20240405153052257 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_nest_pervasive.h' (40,563) at 20240906080037336 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/airoha/en7523-evb.dts' (40,564) at 20240405153045373 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/tuner-cardlist.rst' (40,565) at 20210307214925234 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/davinci-cpufreq.h' (40,566) at 20240405153052765 2025-03-14 03:00:48.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_buffers.c' (40,567) at 20240710080014593 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx208.c' (40,568) at 20240405153230787 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-evb.dts' (40,569) at 20240405153229931 to deleted uid set 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accounting/delay-accounting.rst' (40,570) at 20240405153044937 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/mountall.sh' (40,571) at 20220405030025645 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootm_os.c' (40,572) at 20210308005003224 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_virtio.c' (40,573) at 20240405153231367 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/iomap.c' (40,574) at 20220525020652046 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/entry.S' (40,575) at 20240405153229859 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/pm.h' (40,576) at 20210307214931602 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/class/usblp.c' (40,577) at 20240405153052049 to deleted uid set 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/adf_drv.c' (40,578) at 20240405153046953 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_lte.c' (40,579) at 20240405153051813 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx.h' (40,580) at 20210308005003456 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/118' (40,581) at 20240326080039726 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_idc.c' (40,582) at 20240405153050009 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7752evb_defconfig' (40,583) at 20210308005003280 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/clone3_selftests.h' (40,584) at 20210309003655996 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_layer.cpp' (40,585) at 20240829080022546 2025-03-14 03:00:48.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p1.patch' (40,586) at 20210307205554574 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6323/registers.h' (40,587) at 20210307214931430 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-ld4.c' (40,588) at 20210308005002792 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-Kaisa' (40,589) at 20210307205553758 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi' (40,590) at 20240405153229919 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/Kconfig' (40,591) at 20240405153046201 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_qspi_defconfig' (40,592) at 20210308005003264 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Boehm-GC' (40,593) at 20241221090017616 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/ibm.c' (40,594) at 20240405153046525 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/dbus_utils.hpp' (40,595) at 20240817080003183 to deleted uid set 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/tmpf.c' (40,596) at 20230809080010803 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-platform-devices-occ-hwmon' (40,597) at 20220525020651634 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/enum.h' (40,598) at 20240405153050281 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/systemd/system/phosphor-ledcontroller.service' (40,599) at 20240719080031533 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/access.h' (40,600) at 20240906080037488 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_setsockopt.c' (40,601) at 20240405153054265 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/Makefile' (40,602) at 20210307214929866 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-core-test.c' (40,603) at 20240405153230655 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.c' (40,604) at 20240405153049285 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-machine-units_1.0.bb' (40,605) at 20231011080016606 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/lathist_user.c' (40,606) at 20210309003654512 2025-03-14 03:00:48.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/op-occ-enable@.service' (40,607) at 20230210040018895 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/irq/irq-affinity.rst' (40,608) at 20210307214925266 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/serialio.h' (40,609) at 20240405153046613 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EventDestination_v1.xml' (40,610) at 20240918080002712 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/unwind_hints.h' (40,611) at 20240405153046401 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb' (40,612) at 20241221090017564 to deleted uid set 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/microread/microread.c' (40,613) at 20220525020653819 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/aio_notify.promela' (40,614) at 20210308005045805 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/Makefile' (40,615) at 20240405153045341 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/gic_64.S' (40,616) at 20210308005002708 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ru-Krasnodar' (40,617) at 20210307205553778 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oe/spdx30_tasks.py' (40,618) at 20241221090017628 to deleted uid set 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nxp-nci/core.c' (40,619) at 20240405153051177 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c' (40,620) at 20220525020652967 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb.c' (40,621) at 20210308005003232 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/pcm-test.c' (40,622) at 20240405153232255 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/MAINTAINERS' (40,623) at 20210308005003172 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/bitops.h' (40,624) at 20210308005002544 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_common_defs.h' (40,625) at 20210309003650532 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_ppe.c' (40,626) at 20240405153231007 2025-03-14 03:00:48.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/pandora.c' (40,627) at 20210308005003028 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/versatile-pb.dts' (40,628) at 20240405153045401 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front.h' (40,629) at 20210307214932450 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx7ulp-pcc-clock.yaml' (40,630) at 20240405153045025 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Port.interface.yaml' (40,631) at 20230429080025377 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/rxperf.c' (40,632) at 20240405153053361 to deleted uid set 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hassela' (40,633) at 20210307205553782 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.json' (40,634) at 20210308005046397 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/xor.h' (40,635) at 20210307214926514 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/amcore_defconfig' (40,636) at 20240405153230003 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/mac_dbdma.h' (40,637) at 20241022080032784 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_memory_region.h' (40,638) at 20240405153048541 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-start-dhcp.sh' (40,639) at 20241101080022236 to deleted uid set 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_fw_loader_handle.h' (40,640) at 20240405153046957 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/emxx_udc/TODO' (40,641) at 20210307214930502 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-missing-name.json' (40,642) at 20220429100100882 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/cortina.c' (40,643) at 20210307214929686 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_drrs.h' (40,644) at 20240405153048449 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti814x_evm.h' (40,645) at 20210308005003620 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/lcd-panel-cgram.rst' (40,646) at 20210307214925230 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c' (40,647) at 20240405153048653 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-subunit_1.4.4.bb' (40,648) at 20241221090017668 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dev-needs.sh' (40,649) at 20210309003654532 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (40,650) at 20240516080013150 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/add_led_action.cpp' (40,651) at 20240719080031533 2025-03-14 03:00:48.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/allyes_expected_config' (40,652) at 20210308005003736 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_1_offset.h' (40,653) at 20210309003649624 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge_dbg.c' (40,654) at 20240405153051877 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/swap_slots.c' (40,655) at 20240405153053153 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/geni-se.h' (40,656) at 20240405153231839 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/simplify_B_place.patch' (40,657) at 20230706080014769 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tda19988.c' (40,658) at 20210308005003536 2025-03-14 03:00:48.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/net_helper.sh' (40,659) at 20240617080017414 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/dmfe.c' (40,660) at 20240405153049901 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/utils.py' (40,661) at 20241211090212538 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CollectionCapabilities_v1.xml' (40,662) at 20240619080002920 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dra7xx_evm.h' (40,663) at 20210308005003592 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c' (40,664) at 20240405153231203 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/smsgiucv.c' (40,665) at 20210307214930254 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi3670.c' (40,666) at 20240405153230211 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pernaja' (40,667) at 20210307205553770 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun6i-a31-ccu.h' (40,668) at 20210308005003636 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/apple/sart.h' (40,669) at 20240405153052793 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt_11.0.2.bb' (40,670) at 20241221090017656 to deleted uid set 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/mem/cxl_type3.c' (40,671) at 20241211090212290 to deleted uid set 2025-03-14 03:00:48.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c' (40,672) at 20240405153051377 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/test-bootconfig.sh' (40,673) at 20240405153054037 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/string.h' (40,674) at 20210307214926314 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0012.h' (40,675) at 20210307214928794 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/Makefile' (40,676) at 20210308005002968 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/proc-fns.h' (40,677) at 20210307214926062 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_cmn_drv.h' (40,678) at 20240405153230799 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cyaml/cyaml_1.4.1.bb' (40,679) at 20240106090017237 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/ddr.c' (40,680) at 20210308005002980 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/firmware.c' (40,681) at 20210309003651772 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/Kconfig' (40,682) at 20240405153049505 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_surface.c' (40,683) at 20240805080013947 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_TTL.h' (40,684) at 20210307214931650 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch' (40,685) at 20210307205553746 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch' (40,686) at 20241221090017680 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Trigger/meson.build' (40,687) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0007-CMakeLists.txt-do-not-use-ccache.patch' (40,688) at 20240413080012655 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h' (40,689) at 20240405153051925 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ppc-util.h' (40,690) at 20240906080037572 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/render_block_graph.py' (40,691) at 20240326080039630 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/param.h' (40,692) at 20210307214926250 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-composite-7ulp.c' (40,693) at 20241008080013911 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/mkefidisk.wks' (40,694) at 20241221090017704 2025-03-14 03:00:48.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/stdio_console.h' (40,695) at 20210307214926618 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/dlfilters/dlfilter-test-api-v0.c' (40,696) at 20240405153232223 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/fw.h' (40,697) at 20240405153050481 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0020_models_bigautofield.py' (40,698) at 20220402030016103 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/baseboard-fru-handler.service' (40,699) at 20220524100009211 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/Kconfig' (40,700) at 20240405153049685 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/probe_vfs_getname.sh' (40,701) at 20240405153232231 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpa11.h' (40,702) at 20210307214925974 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/bootscripts/autoboot.cmd' (40,703) at 20210308005003044 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-peak_usb' (40,704) at 20240405153044917 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mt7621.c' (40,705) at 20240405153047077 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/274' (40,706) at 20220429100100914 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/README.md' (40,707) at 20240809080016318 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_w.c' (40,708) at 20210308005046513 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-xtalk.c' (40,709) at 20221102030020737 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/rstFlatTable.py' (40,710) at 20210308005002536 2025-03-14 03:00:48.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators-config.service' (40,711) at 20230516080033026 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/md.c' (40,712) at 20240830080013267 to deleted uid set 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779g0.dtsi' (40,713) at 20240805080013923 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap-zoom-common.dtsi' (40,714) at 20240405153045601 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/.gitignore' (40,715) at 20210308005003760 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_7.4.bb' (40,716) at 20241206090014254 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-evk.dts' (40,717) at 20240405153045521 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/Makefile.config' (40,718) at 20240405153054213 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020si-pre.dtsi' (40,719) at 20210307214926346 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/sii9234.c' (40,720) at 20240405153048377 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/palmetto-ipmi-fru-properties.yaml' (40,721) at 20210307205553690 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.h' (40,722) at 20240405153048353 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hdcp/Makefile' (40,723) at 20210307214929166 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/net/bpf_jit_32.h' (40,724) at 20210307214926610 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/MAINTAINERS' (40,725) at 20210308005002972 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/tinfoil.py' (40,726) at 20231126090012849 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/yosemitev2/power-config-host3.json' (40,727) at 20211207040021533 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/imximage.cfg' (40,728) at 20210308005003016 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_cpu.h' (40,729) at 20210308005046085 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi' (40,730) at 20240405153045605 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/regdef.h' (40,731) at 20210308005002816 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dnotify.h' (40,732) at 20240405153231807 2025-03-14 03:00:48.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/start.S' (40,733) at 20210308005002948 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.h' (40,734) at 20220525020652522 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.h' (40,735) at 20240405153050109 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_ph_w.c' (40,736) at 20210308005046509 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-networkx_3.1.bb' (40,737) at 20241206090014266 to deleted uid set 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrfors' (40,738) at 20210307205553786 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/Kconfig' (40,739) at 20210308005002972 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/replay.rst' (40,740) at 20241211090212234 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/cache.json' (40,741) at 20240405153054149 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_counter.c' (40,742) at 20240405153054181 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/errqueue.h' (40,743) at 20210309003653988 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain.h' (40,744) at 20221215040039070 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10086.c' (40,745) at 20240405153049301 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/OWNERS' (40,746) at 20231019080034639 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/opp.h' (40,747) at 20240405153051213 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/uapi/linux/uio.h' (40,748) at 20210307214932742 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max77650.c' (40,749) at 20210307214927190 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common.bb' (40,750) at 20241206090014226 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/image.c' (40,751) at 20210308005002708 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-greatlakes/greatlakes-sysinit/files/greatlakes-system-state-init' (40,752) at 20240316080012480 2025-03-14 03:00:48.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/highmem.h' (40,753) at 20220525020651998 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/notifier.rst' (40,754) at 20220525020651738 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson8-hdmi-tx.c' (40,755) at 20240405153231307 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/sys_proto.h' (40,756) at 20210308005002796 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/Makefile' (40,757) at 20210307214931226 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/branch.json' (40,758) at 20240405153054109 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch' (40,759) at 20241221090017656 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/dec_unless_positive' (40,760) at 20240405153053433 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdsox32.lds.S' (40,761) at 20210307214926650 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/global_state.h' (40,762) at 20230925080039933 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/auto-basic.sh' (40,763) at 20220804030014691 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-cfg.h' (40,764) at 20240405153049469 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml' (40,765) at 20240405153229759 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-lantiq.c' (40,766) at 20240405153230015 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/.gitignore' (40,767) at 20210307214932738 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/blkio-controller.rst' (40,768) at 20240405153044937 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/threei.c' (40,769) at 20210308005003720 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_seq.h' (40,770) at 20210307214930282 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smumgr.c' (40,771) at 20210309003649664 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/espresso7420.c' (40,772) at 20210308005003044 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6331/core.h' (40,773) at 20240405153052729 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vde.h' (40,774) at 20210307214926618 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/images/obmc-phosphor-image.bbappend' (40,775) at 20211102000022380 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/LICENSE' (40,776) at 20210308005118481 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-wait.c' (40,777) at 20230925080040113 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/pylint.sh' (40,778) at 20230925080039973 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/alloc.rs' (40,779) at 20240405153232095 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/watchdog.h' (40,780) at 20210307214926554 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/icrdma_hw.h' (40,781) at 20240405153230711 2025-03-14 03:00:48.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/tea575x.h' (40,782) at 20210307214931542 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/exynos-ppmu.c' (40,783) at 20240405153046977 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh_plink.c' (40,784) at 20240405153232047 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/0001-define-loff_t-if-not-already-defined.patch' (40,785) at 20230706080014733 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-misc.c' (40,786) at 20210307214928598 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_log.c' (40,787) at 20240405153048509 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/dgnd3700v2.c' (40,788) at 20210308005003024 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32.h' (40,789) at 20240405153051369 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/general.json' (40,790) at 20240405153054113 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.36.0.bb' (40,791) at 20240413080012635 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_1_ppsmc.h' (40,792) at 20240405153048349 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/ahb/ahb--apb/f0100000.peci-bus/peci-0/0-30/peci-dimmtemp.0.conf' (40,793) at 20210307205554094 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dc-scm-v1/Makefile' (40,794) at 20220708100032823 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-jpeg.rst' (40,795) at 20240405153045317 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_is1.h' (40,796) at 20210308005003616 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/marvell,tauros2-cache.txt' (40,797) at 20240405153045021 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/features.rst' (40,798) at 20240405153229739 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-aes-ctr.c' (40,799) at 20220525020652390 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/vgetcpu.c' (40,800) at 20240405153046369 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/strlen_32.S' (40,801) at 20240405153230047 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/connection.c' (40,802) at 20220525020654887 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx6sl.c' (40,803) at 20210307214925890 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-1.dtsi' (40,804) at 20210307214926350 2025-03-14 03:00:48.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-data.h' (40,805) at 20240405153050529 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/ksz884x.c' (40,806) at 20240405153050165 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update_0.1.bb' (40,807) at 20241206090014218 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/.gitignore' (40,808) at 20210514000015186 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts' (40,809) at 20220617030036053 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/u-boot.lds' (40,810) at 20210308005002560 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/aes-cipher-glue.c' (40,811) at 20240405153045617 2025-03-14 03:00:48.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.out' (40,812) at 20230925080040089 to deleted uid set 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mlx4/main.c' (40,813) at 20240405153230715 to deleted uid set 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/onenand.h' (40,814) at 20210307214931450 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_eq.h' (40,815) at 20210307214932234 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/switch_to.h' (40,816) at 20240405153046129 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/missing_owner_target.hpp' (40,817) at 20211029000044094 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-som-lv-35xx-devkit.dts' (40,818) at 20240405153045601 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/entry.S' (40,819) at 20240405153229915 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config.bbappend' (40,820) at 20210812000025162 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/loss_interval.h' (40,821) at 20210307214931922 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TelemetryService_v1.xml' (40,822) at 20240619080002936 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/timer/stm32-lptim-trigger.h' (40,823) at 20210307214931402 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb' (40,824) at 20241221090017528 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lm3630a_bl.c' (40,825) at 20240613080016471 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/Makefile' (40,826) at 20210307214930154 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Falerum_Centrum' (40,827) at 20210307205553778 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/nv04.c' (40,828) at 20220525020652955 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/lpddr4_timing.c' (40,829) at 20210308005002964 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nvidia,tegra210-quad-peripheral-props.yaml' (40,830) at 20240405153045173 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml' (40,831) at 20210309003648340 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/topology.h' (40,832) at 20210307214926554 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/spi/spi-omap2-mcspi.c' (40,833) at 20240405153231463 to deleted uid set 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/goya_coresight.h' (40,834) at 20240405153046609 2025-03-14 03:00:48.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32h7-rcc.txt' (40,835) at 20210308005003304 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_hsio.h' (40,836) at 20210307214931590 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Memory_v1.xml' (40,837) at 20240619080002928 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc/fc_fc2.h' (40,838) at 20210307214931586 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/namespace.c' (40,839) at 20240405153231735 to deleted uid set 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-buttons/.clang-format' (40,840) at 20240820080021574 to deleted uid set 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/vitesse.c' (40,841) at 20210308005003444 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/net2big_v2.c' (40,842) at 20210308005002904 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/bblayers.conf.sample' (40,843) at 20230413080015624 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_xport.c' (40,844) at 20240405153051593 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h' (40,845) at 20210309003653312 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/omap-keypad.txt' (40,846) at 20210307214925338 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/index.rst' (40,847) at 20210307214925534 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/machine-target.json' (40,848) at 20241211090212450 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cnt32_to_63.h' (40,849) at 20210307214931370 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi-yavia.dts' (40,850) at 20240405153045729 2025-03-14 03:00:48.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/ledtrig-transient.rst' (40,851) at 20210309003648432 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-gaff.c' (40,852) at 20210307214928090 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/acornscsi.c' (40,853) at 20240405153051569 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/imx-drm-core.c' (40,854) at 20240405153048557 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/i915_small_bar.rst' (40,855) at 20240405153045213 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_priv.h' (40,856) at 20240405153231443 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov9650.c' (40,857) at 20240405153049333 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/40-gbmc-forward.conf' (40,858) at 20210507100027212 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/nitro_enclave.c' (40,859) at 20241211090212278 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb' (40,860) at 20240301090012427 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_hw.c' (40,861) at 20210309003652396 2025-03-14 03:00:48.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/pwc.h' (40,862) at 20210307214931610 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__sync_wait.hpp' (40,863) at 20241219090033964 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/psc.c' (40,864) at 20210307214926170 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/volume.c' (40,865) at 20240405153231607 to deleted uid set 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-mv78460.dtsi' (40,866) at 20210308005002568 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/rde_handler_test.cpp' (40,867) at 20220618030002706 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.h' (40,868) at 20210308005003496 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_imx6_defconfig' (40,869) at 20210308005003248 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/include/perf_regs.h' (40,870) at 20240405153232223 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/adis16260.c' (40,871) at 20240405153048981 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-clt.h' (40,872) at 20240405153046717 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_types.h' (40,873) at 20240405153048485 to deleted uid set 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra124-dpaux.yaml' (40,874) at 20240405153045049 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm53016-meraki-mr32.dts' (40,875) at 20240405153229871 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/itest.c' (40,876) at 20210308005003212 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mchp_pfsoc_dmc.c' (40,877) at 20210927100127153 2025-03-14 03:00:48.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp_pci.c' (40,878) at 20241211090145477 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pci/bridge.h' (40,879) at 20210307214926238 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet.hpp' (40,880) at 20230523080003149 to deleted uid set 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bmips/irq.c' (40,881) at 20210307214926190 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/leading-comma-object.out' (40,882) at 20210308005046409 to deleted uid set 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/viperboard.c' (40,883) at 20210307214929118 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/peci/Makefile' (40,884) at 20240405153048869 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/adis16136.c' (40,885) at 20240405153048981 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc5000.h' (40,886) at 20210307214928802 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/ioprio.rst' (40,887) at 20210307214925250 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/rj54n1cb0c.h' (40,888) at 20210307214931542 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_free_pages.c' (40,889) at 20240405153053105 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_rhashtable.c' (40,890) at 20240405153053105 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.h' (40,891) at 20220802100038581 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/debugfs_netdev.c' (40,892) at 20240405153053289 to deleted uid set 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_mmap.h' (40,893) at 20220525020652915 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/hw_irq.h' (40,894) at 20210307214926214 2025-03-14 03:00:48.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/data-fabric.json' (40,895) at 20240405153054121 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/xenfb.c' (40,896) at 20240906080037220 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Sirius-5.0E' (40,897) at 20210307205553762 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_utils.py' (40,898) at 20221209040018567 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pl190.c' (40,899) at 20241211090212286 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch' (40,900) at 20240413080012643 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml' (40,901) at 20240405153045093 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-repetition.err' (40,902) at 20210308005046409 to deleted uid set 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_soc_dts_iosf.c' (40,903) at 20240405153231499 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-msm8939.h' (40,904) at 20210307214931350 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/poweron.sh' (40,905) at 20240904080027738 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml' (40,906) at 20240405153045029 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/system/boot.S' (40,907) at 20240326080039746 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/am3517crane.h' (40,908) at 20210308005003076 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pwm.h' (40,909) at 20210308005003680 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-net.c' (40,910) at 20240405153050309 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch' (40,911) at 20241206090014262 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z14/transaction.json' (40,912) at 20240405153054117 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0002_customimagerecipe.py' (40,913) at 20210307205554262 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt' (40,914) at 20210307214925314 2025-03-14 03:00:48.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_nand_1pass.c' (40,915) at 20210308005003548 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/vdso.h' (40,916) at 20220525020652106 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/Makefile' (40,917) at 20240405153045965 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-usb-clk.yaml' (40,918) at 20240405153045021 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/setup.c' (40,919) at 20210307214926186 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/ahb.h' (40,920) at 20210307214931594 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/obj_name.c' (40,921) at 20240405153054257 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/hmat.h' (40,922) at 20240326080039414 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/tgtd' (40,923) at 20220502030010100 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali.h' (40,924) at 20210308005003412 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes/create-spdx-2.2.bbclass' (40,925) at 20241221090017612 to deleted uid set 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77541.c' (40,926) at 20240405153230835 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_w.c' (40,927) at 20210308005046513 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sabresd.dtsi' (40,928) at 20240405153045517 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/event_service_store.hpp' (40,929) at 20241207090003063 to deleted uid set 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session' (40,930) at 20210307205554582 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/l4.txt' (40,931) at 20210307214925278 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/mc.c' (40,932) at 20240405153230831 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-common.h' (40,933) at 20210309003648856 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/replay-core.h' (40,934) at 20230426080043756 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/public_key.c' (40,935) at 20240405153230155 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Akersjon' (40,936) at 20210307205553778 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/conf/layer.conf' (40,937) at 20241221090017580 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl711.c' (40,938) at 20240405153046901 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist/phosphor-ipmi-fru-whitelist-native.conf' (40,939) at 20210307205554070 2025-03-14 03:00:48.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qru1000.dtsi' (40,940) at 20240405153045781 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/exit-air/ExitAirTempSensor.hpp' (40,941) at 20241112090003094 to deleted uid set 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc' (40,942) at 20241221090017468 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/Kconfig' (40,943) at 20240405153231891 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/clk-alpha-pll.h' (40,944) at 20241008080013911 to deleted uid set 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ap-bridge.h' (40,945) at 20210308005046029 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-querycap.rst' (40,946) at 20220525020651790 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_common.c' (40,947) at 20230819080009106 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c' (40,948) at 20240405153230507 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/loongarch64/host-signal.h' (40,949) at 20220429100100642 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts' (40,950) at 20240405153229951 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/berlin2.h' (40,951) at 20210307214931322 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mxdb.c' (40,952) at 20230925080040101 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb' (40,953) at 20241206090014226 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/faraday,ftpci100.yaml' (40,954) at 20220525020651698 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_display.c' (40,955) at 20240405153230603 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/create.c' (40,956) at 20230925080039821 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/thermal_nl.c' (40,957) at 20240405153054069 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-log' (40,958) at 20210307214925202 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/loongarch-virt-machine.c' (40,959) at 20240906080037568 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/huawei_hg556a_ram_defconfig' (40,960) at 20210308005003260 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/unit-testing/readme.md' (40,961) at 20221215040043190 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-cli-include-fcntl.h-for-O_CREAT-define.patch' (40,962) at 20230706080014737 2025-03-14 03:00:48.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb' (40,963) at 20231207090015270 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi.c' (40,964) at 20240405153050285 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com90io.c' (40,965) at 20240405153049721 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch' (40,966) at 20241221090017656 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/ehv_pic.c' (40,967) at 20240405153230059 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/badpel' (40,968) at 20240613080020632 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/atomic.h' (40,969) at 20240405153052617 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/thread-pool.c' (40,970) at 20240326080039758 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_sock.sh' (40,971) at 20240405153053425 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/epoll-ctl.c' (40,972) at 20240405153054097 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/max34451@4e.conf' (40,973) at 20210307205554086 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/namei.c' (40,974) at 20240405153231687 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h' (40,975) at 20240520080015143 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c' (40,976) at 20240405153230595 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vm_ops.S' (40,977) at 20210307214926110 2025-03-14 03:00:48.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10036.c' (40,978) at 20240405153049301 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/water-cooled.yaml' (40,979) at 20210307205553698 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/screen_info.c' (40,980) at 20210307214926110 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/externalsrc.py' (40,981) at 20230114040015530 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/pac_common.h' (40,982) at 20210307214928834 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb' (40,983) at 20241221090017532 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/using-gpio.rst' (40,984) at 20240405153045193 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.cpp' (40,985) at 20240820080022986 to deleted uid set 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_with_ucode_ptr.py' (40,986) at 20210308005003748 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pyhatunturi' (40,987) at 20210307205553774 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_drc.h' (40,988) at 20210927100127241 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-reg.h' (40,989) at 20210307214928806 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/local.conf.sample' (40,990) at 20241221090017484 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_kexec.c' (40,991) at 20240405153232111 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Makefile' (40,992) at 20240405153054085 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/__init__.py' (40,993) at 20210308005048029 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ms7722se.h' (40,994) at 20210308005003604 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/calculate.cpp' (40,995) at 20241016080037666 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-arm.json' (40,996) at 20210308005046117 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imx-cst/imx-cst_3.4.0.bb' (40,997) at 20241221090017536 2025-03-14 03:00:48.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-image-source.rst' (40,998) at 20240405153045313 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/socket.c' (40,999) at 20241018080014590 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_mcvevk.dts' (41,000) at 20240405153045441 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_hw_reg_io.h' (41,001) at 20240405153046609 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (41,002) at 20241206090014286 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libstemmer/libstemmer/0001-Build-so-lib.patch' (41,003) at 20230503080014587 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra20-mc.h' (41,004) at 20220525020654547 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/probe-event.h' (41,005) at 20240405153232239 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/testsdk.bbclass' (41,006) at 20220910030013389 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts' (41,007) at 20240405153045781 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/Makefile' (41,008) at 20210307214929558 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-lakefield.c' (41,009) at 20240405153231323 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispcsiphy.c' (41,010) at 20240405153230819 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf/0001-freetype-Fix-function-signatures-to-match-without-ca.patch' (41,011) at 20230401080011939 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c' (41,012) at 20210308005046513 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/DataFormatterMixin.js' (41,013) at 20220105012522983 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sc64-regs.h' (41,014) at 20210308005002796 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso32/Makefile' (41,015) at 20240613080016363 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/samhain.py' (41,016) at 20210307205554110 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/ptrace.c' (41,017) at 20240405153045909 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu7_smumgr.h' (41,018) at 20210309003649664 2025-03-14 03:00:48.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_post.c' (41,019) at 20240405153230523 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp-pinfunc.h' (41,020) at 20210308005002592 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/irq.h' (41,021) at 20210308005002876 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips32r2.inc' (41,022) at 20210905000020581 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_append_pad_checksum_check.yaml' (41,023) at 20240908080010098 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/statfs.h' (41,024) at 20240405153046285 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/phonet/gprs.h' (41,025) at 20210307214931570 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/multilib.py' (41,026) at 20220910030013401 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,twl4030-madc.yaml' (41,027) at 20210309003648356 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sparc/include/uapi/asm/errno.h' (41,028) at 20210307214932458 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/meson.build' (41,029) at 20230713080024488 to deleted uid set 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/insn-eval.h' (41,030) at 20240405153046385 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-msg-common.h' (41,031) at 20240405153051945 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-goramo-multilink.dts' (41,032) at 20240405153229871 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_device.c' (41,033) at 20220525020654003 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/if_usb.c' (41,034) at 20240405153050557 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sungem_phy.h' (41,035) at 20240405153052801 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch' (41,036) at 20210307205553998 2025-03-14 03:00:48.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png' (41,037) at 20210307205554250 to deleted uid set 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/dasd.h' (41,038) at 20240405153046281 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-std.rst' (41,039) at 20210309003648508 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/early_printk.c' (41,040) at 20241211090145381 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_cfg_data.c' (41,041) at 20240405153049413 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_no_crash_wo_pmu_test.c' (41,042) at 20240405153054361 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sti_sdhci.c' (41,043) at 20210308005003408 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt' (41,044) at 20210307214925338 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/audio.c' (41,045) at 20241211090145569 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-lp87565.c' (41,046) at 20240405153047077 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utinit.c' (41,047) at 20240405153046625 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_homer.c' (41,048) at 20230426080043728 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h' (41,049) at 20240405153047305 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mctp/mctp_1.1.bb' (41,050) at 20230503080014579 to deleted uid set 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/ciu3.txt' (41,051) at 20210307214925362 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7986-topckgen.c' (41,052) at 20240405153230211 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/setup_protocol.h' (41,053) at 20210307214930734 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v10_0.h' (41,054) at 20210307214927242 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4_4.13.0.bb' (41,055) at 20230503080014583 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/Makefile' (41,056) at 20240405153049133 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.markdownlint.yaml' (41,057) at 20220427030011953 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/module.c' (41,058) at 20240613080016455 2025-03-14 03:00:48.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/cpu-features.rst' (41,059) at 20240326080039406 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm6375.c' (41,060) at 20240405153230231 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/uaccess.c' (41,061) at 20210307214926170 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/sdbusplus.wrap' (41,062) at 20220625030026176 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm1789-i2c.c' (41,063) at 20240405153053665 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/0001-initialize-msghdr-portably.patch' (41,064) at 20221003030013269 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770.h' (41,065) at 20220525020653003 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-trace-marker-hist.tc' (41,066) at 20210307214932674 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_ssi.h' (41,067) at 20210307214932374 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/da850_lowlevel.c' (41,068) at 20210308005002720 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts' (41,069) at 20240405153045781 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/MAINTAINERS' (41,070) at 20210308005002952 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts' (41,071) at 20210308005002600 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/time.c' (41,072) at 20210307214926202 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_frame_format.h' (41,073) at 20210307214930550 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Limavady' (41,074) at 20210307205553798 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/at91rm9200.c' (41,075) at 20240405153046769 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/pmem.c' (41,076) at 20241011080017291 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-hwnoise.rst' (41,077) at 20240405153045265 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/amlogic,gxl-mdio-mux.yaml' (41,078) at 20240405153045113 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/shader.h' (41,079) at 20210308005046057 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-evb.dts' (41,080) at 20210308005002624 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-i2c.c' (41,081) at 20210307214928694 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/Makefile' (41,082) at 20210309003651196 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb' (41,083) at 20241221090017540 to deleted uid set 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-power-mx23.h' (41,084) at 20210308005002656 2025-03-14 03:00:48.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_server.cpp' (41,085) at 20241220090040763 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/mapper.c' (41,086) at 20241101080034432 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_titan.h' (41,087) at 20210307214925646 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-mstp.h' (41,088) at 20210308005002768 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/hcd-dwc3.h' (41,089) at 20230426080043768 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fentry_fexit.c' (41,090) at 20240405153054253 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/lantiq/danube_easy50712.dts' (41,091) at 20240405153045989 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_proc.h' (41,092) at 20240326080039558 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/Makefile' (41,093) at 20240405153053121 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-insecure-signing-key-native.bb' (41,094) at 20241206090014274 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa27x.h' (41,095) at 20210307214925938 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-hdmi.yaml' (41,096) at 20240405153045049 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.h' (41,097) at 20240405153046953 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/object.h' (41,098) at 20240405153048621 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/Kconfig' (41,099) at 20240405153053401 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/Makefile' (41,100) at 20210308005003012 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imximage.c' (41,101) at 20210308005003764 2025-03-14 03:00:48.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/runtime_monitor.hpp' (41,102) at 20240817080031296 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sprd_serial.c' (41,103) at 20240405153231519 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/libbpf_get_fd_by_id_opts.c' (41,104) at 20240405153054253 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/test/Kbuild' (41,105) at 20240405153054221 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/sl' (41,106) at 20210308005046149 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_debugfs.c' (41,107) at 20210307214930362 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-hugepages' (41,108) at 20210309003648260 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-pch-lpc.c' (41,109) at 20240405153049201 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/netperf_git.bb' (41,110) at 20241206090014242 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-linux.c' (41,111) at 20241211090212454 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mctp/Makefile' (41,112) at 20240507080012898 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/mux.c' (41,113) at 20240405153052009 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/Makefile' (41,114) at 20240405153054385 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/preempt.h' (41,115) at 20240405153231791 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/max517.c' (41,116) at 20240405153048977 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/defines.h' (41,117) at 20240405153050045 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/kexec-x32.patch' (41,118) at 20210307205553750 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netlink.c' (41,119) at 20210307214931946 2025-03-14 03:00:48.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/Makefile' (41,120) at 20210307214932130 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/arasan_nfc.c' (41,121) at 20210308005003412 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max14656.yaml' (41,122) at 20240405153045141 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-macro-common.h' (41,123) at 20240405153053621 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/iomux.c' (41,124) at 20210308005002724 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/Kconfig' (41,125) at 20240405153049369 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_dev_cgroup.c' (41,126) at 20240405153054285 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG2copy_from_user.S' (41,127) at 20210307214926606 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-2.0' (41,128) at 20210307205554418 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mips-cpu.c' (41,129) at 20220525020653207 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-janz-ttl.c' (41,130) at 20210307214927190 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-composite.c' (41,131) at 20240405153046777 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/common.h' (41,132) at 20240405153045661 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-aes-main.c.inc' (41,133) at 20230925080040101 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi' (41,134) at 20240405153229919 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/wusb3801.c' (41,135) at 20240405153052153 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/spear13xx-pcie.txt' (41,136) at 20210307214925386 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/scatterlist/Makefile' (41,137) at 20210309003655972 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/lib/error-inject.c' (41,138) at 20210309003648804 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11_2.3.2.bb' (41,139) at 20240301090012427 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-notifier.c' (41,140) at 20240405153230775 2025-03-14 03:00:48.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_hw_t5.c' (41,141) at 20220525020653999 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/global.json' (41,142) at 20241206090006234 to deleted uid set 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/amd_xdma.h' (41,143) at 20240405153052681 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/Kconfig' (41,144) at 20240906080037540 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pagemap.h' (41,145) at 20240719080013369 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_igd.h' (41,146) at 20240906080037340 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kvm/arm_psci.h' (41,147) at 20240405153052657 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power' (41,148) at 20240405153044917 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb' (41,149) at 20241221090017512 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/geoclue_2.7.2.bb' (41,150) at 20241221090017532 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/imx8mm-thermal.yaml' (41,151) at 20240405153045177 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb' (41,152) at 20241221090017548 to deleted uid set 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_debugfs.h' (41,153) at 20210307214927086 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_queue.c' (41,154) at 20240405153052077 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Lamobo_R1_defconfig' (41,155) at 20210308005003236 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb' (41,156) at 20241221090017512 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/arch.h' (41,157) at 20240405153054077 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_trace.c' (41,158) at 20210307214927738 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1022si-post.dtsi' (41,159) at 20240405153230027 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/pio.h' (41,160) at 20210307214929802 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/Makefile' (41,161) at 20240405153046773 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/events.hpp.mako' (41,162) at 20241110090028220 2025-03-14 03:00:48.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi' (41,163) at 20240405153045717 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dmc.h' (41,164) at 20210308005002720 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts' (41,165) at 20240405153045725 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Albacete' (41,166) at 20210307205553766 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/test_signals_utils.h' (41,167) at 20240405153232255 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ethernet-switch.yaml' (41,168) at 20240405153045117 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/corstone1000-fvp.conf' (41,169) at 20241221090017464 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/vmx/vmx.c' (41,170) at 20241125090012239 to deleted uid set 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_logging.hpp' (41,171) at 20210811100027856 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/user_pages.c' (41,172) at 20240405153049057 2025-03-14 03:00:48.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dsi.h' (41,173) at 20220525020652975 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/requirements.txt' (41,174) at 20240405153045265 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-hard-poweroff@.target' (41,175) at 20220301040040077 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/aspeed_soc.h' (41,176) at 20241211090212358 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/amigayle.h' (41,177) at 20210307214926158 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/d11.c' (41,178) at 20210307214929818 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend' (41,179) at 20241031080012183 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_mg_phy_regs.h' (41,180) at 20240405153048457 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-mipi-dsi.h' (41,181) at 20240405153231311 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/q40fb.c' (41,182) at 20240405153231591 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiodns_3.2.0.bb' (41,183) at 20241206090014266 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-Darwin' (41,184) at 20241221090017612 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/sorttable.c' (41,185) at 20240405153053461 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock_init.h' (41,186) at 20210308005002720 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/vmlinux-sun3.lds' (41,187) at 20240405153045969 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max17040.yaml' (41,188) at 20240405153045141 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb' (41,189) at 20240413080012643 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/early_printk.c' (41,190) at 20210307214926290 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c' (41,191) at 20230720080043539 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/common.c' (41,192) at 20210307214932686 2025-03-14 03:00:48.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/oldask0_expected_stdout' (41,193) at 20210307214932154 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_synth.c' (41,194) at 20240405153054021 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff@.service' (41,195) at 20240625080012792 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/power.c' (41,196) at 20210307214926186 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-g5.dtsi' (41,197) at 20240826080012311 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/core.h' (41,198) at 20240405153049653 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/hwif.c' (41,199) at 20240405153050301 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/2.9/index.html' (41,200) at 20230114040015510 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/sdhci-test.c' (41,201) at 20221215040039382 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun50i-a64-ccu.h' (41,202) at 20210308005003636 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/float_convd.ref' (41,203) at 20221215040039386 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/setup.h' (41,204) at 20210307214926066 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-pinctrl.dtsi' (41,205) at 20240405153045825 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/gtt.h' (41,206) at 20240405153048517 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/fru_oem_ibm.cpp' (41,207) at 20241009080035026 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/Makefile' (41,208) at 20240405153053973 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_drv.h' (41,209) at 20240405153048785 to deleted uid set 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/Kconfig' (41,210) at 20210308005003736 2025-03-14 03:00:48.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7.c' (41,211) at 20210308005003460 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c' (41,212) at 20240613080016451 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_HTProc.c' (41,213) at 20240405153231479 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_types.h' (41,214) at 20241011080017311 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-nicole.dts' (41,215) at 20240809080013006 to deleted uid set 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/ram_addr.h' (41,216) at 20240906080037328 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Heathfield' (41,217) at 20210307205553798 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-pr-helper.service' (41,218) at 20210308005045773 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/msm_media_info.h' (41,219) at 20210307214927882 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-balloon-pci.c' (41,220) at 20221215040039170 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-cards.c' (41,221) at 20220525020653271 2025-03-14 03:00:48.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Parainen_Houtskari' (41,222) at 20210307205553770 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/keystone-reset.c' (41,223) at 20240405153231351 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/auto-mode.c' (41,224) at 20240405153051397 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv6xx_dpm.c' (41,225) at 20210307214928018 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' (41,226) at 20220920030031760 to deleted uid set 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/ordering.txt' (41,227) at 20220525020655127 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/common.c' (41,228) at 20240405153045701 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/lib/inat.c' (41,229) at 20220525020655107 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Hameenlinna' (41,230) at 20210307205553766 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd_pinnacle_mixer.c' (41,231) at 20210309003654580 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc_config_local_template.py' (41,232) at 20210307214932726 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts' (41,233) at 20240405153045381 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/meson.py' (41,234) at 20241221090017628 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/main.py' (41,235) at 20210307205554642 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/Kconfig' (41,236) at 20210308005003036 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kselftest.rst' (41,237) at 20241018080014470 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/xdp_sock_drv.h' (41,238) at 20240405153231859 2025-03-14 03:00:48.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/canaan.yaml' (41,239) at 20240405153045149 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/archrandom.h' (41,240) at 20240405153046101 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xscale/Kconfig' (41,241) at 20240405153050325 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5249EVB.h' (41,242) at 20210308005003576 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/backlight.h' (41,243) at 20210308005003560 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mardsjo' (41,244) at 20210307205553786 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/ap325rxa_defconfig' (41,245) at 20240405153046309 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/ptrace32.c' (41,246) at 20210307214926258 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc7_qm_regs.h' (41,247) at 20240405153046605 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sc7180-mdss.yaml' (41,248) at 20240405153229763 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strncmp_test.c' (41,249) at 20240405153054273 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml' (41,250) at 20240405153045137 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/Kconfig' (41,251) at 20210308005002552 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/var_funcs.py' (41,252) at 20221209040018571 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7146/hexium_orion.c' (41,253) at 20240405153049377 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/avnet_ultra96_rev1_defconfig' (41,254) at 20210308005003248 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_system.h' (41,255) at 20240405153046473 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamalg_qi2.c' (41,256) at 20240405153230259 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts' (41,257) at 20240617080017374 2025-03-14 03:00:48.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/README' (41,258) at 20240906080037380 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-Remove-strip-option-from-executable-build.patch' (41,259) at 20241221090017504 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/puda.h' (41,260) at 20240405153049069 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/files/run-ptest' (41,261) at 20240302090018202 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/cargo.bbclass' (41,262) at 20241221090017608 to deleted uid set 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-irq.c' (41,263) at 20220525020652014 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml' (41,264) at 20240405153229779 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/fixed-layout.yaml' (41,265) at 20240405153229779 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg' (41,266) at 20241023080015407 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/scripts/ftrace.sh' (41,267) at 20210309003654956 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5_5.79.bb' (41,268) at 20241221090017636 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sun4u_iommu.h' (41,269) at 20210308005046033 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/linux/kernel.h' (41,270) at 20240405153054225 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc18xx/Makefile' (41,271) at 20210307214925898 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/ptrace.h' (41,272) at 20210308005002828 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_dec0_cmd_regs.h' (41,273) at 20240405153046597 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/vendor_cmd.h' (41,274) at 20210307214929974 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/board.c' (41,275) at 20210308005003068 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.err' (41,276) at 20210308005046405 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cpt_devlink.h' (41,277) at 20240405153046961 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-unknown.json' (41,278) at 20210308005046401 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gallsatter' (41,279) at 20210307205553782 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/file.c' (41,280) at 20210307214926206 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/gamma_table.h' (41,281) at 20240405153049481 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/meson.build' (41,282) at 20230925080039849 2025-03-14 03:00:48.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/macmace.c' (41,283) at 20240405153230919 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_dev.c' (41,284) at 20240405153051945 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gusemu.h' (41,285) at 20210308005045841 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sem.h' (41,286) at 20210307214931506 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_firmware_boot_side.robot' (41,287) at 20241023080016467 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_request.robot' (41,288) at 20240627080021048 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/mc.h' (41,289) at 20210308005002672 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-deploy-ssh-keys.bbclass' (41,290) at 20230321080018353 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (41,291) at 20230606080013598 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/Makefile' (41,292) at 20210307214931978 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wiznet,w5x00.txt' (41,293) at 20210307214925382 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-c200-v2.dts' (41,294) at 20240405153045441 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.h' (41,295) at 20240613080016403 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c' (41,296) at 20240405153050449 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/vrf_route_leaking.sh' (41,297) at 20240405153232283 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/Makefile' (41,298) at 20240405153050053 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmx_onhyperv.h' (41,299) at 20240812080017232 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi' (41,300) at 20240405153045585 to deleted uid set 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/msf2-soc.c' (41,301) at 20241211090212250 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/isdimm_vpd_parser.hpp' (41,302) at 20240608080017393 to deleted uid set 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/README.md' (41,303) at 20210307205554054 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/hard-code-build-number.patch' (41,304) at 20231011080016574 2025-03-14 03:00:48.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/flow_table.h' (41,305) at 20240405153052861 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcmcygnus/configs.h' (41,306) at 20210308005002640 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb' (41,307) at 20241221090017496 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ah4.c' (41,308) at 20240405153053241 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/.clang-tidy' (41,309) at 20240709145403765 to deleted uid set 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/OWNERS' (41,310) at 20221013030022822 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-10.dts' (41,311) at 20240405153045765 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb.dtsi' (41,312) at 20210308005002596 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme_bridge.h' (41,313) at 20240405153231491 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_dl.h' (41,314) at 20240405153049441 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/fix-musl.patch' (41,315) at 20241221090017528 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/vt.c' (41,316) at 20240405153049109 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/aqc111.c' (41,317) at 20240613080016443 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_arith.h' (41,318) at 20210307214926170 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/astlpc.c' (41,319) at 20241219090010500 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Device/meson.build' (41,320) at 20220913030027309 to deleted uid set 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/pstate.h' (41,321) at 20210307214926590 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/vdso.h' (41,322) at 20220525020651966 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/device_cfg.h' (41,323) at 20220525020654195 2025-03-14 03:00:48.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0001-fix-to-build-with-glibc-2.25.patch' (41,324) at 20210307205553910 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-ttcp-Add-printf-format-string.patch' (41,325) at 20210307205553842 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-nxp.c' (41,326) at 20240405153231559 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/posix_types.h' (41,327) at 20210307214926558 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/configs/npcm_defconfig' (41,328) at 20240405153229975 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_signal.h' (41,329) at 20220429100100642 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/README' (41,330) at 20210308005046489 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb4.c' (41,331) at 20240906080037276 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-milbeaut.c' (41,332) at 20240405153230859 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/atm/cxacru.rst' (41,333) at 20210309003648436 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/pointercal' (41,334) at 20210307205553874 to deleted uid set 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/raid56.h' (41,335) at 20240405153231631 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/analogbits-wrpll-cln28hpc.h' (41,336) at 20210307214931366 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/Makefile' (41,337) at 20240405153045537 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_rtas.c' (41,338) at 20240405153051985 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-gatwick.dts' (41,339) at 20240405153045465 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c' (41,340) at 20240405153049885 to deleted uid set 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/serpent.h' (41,341) at 20210307214931310 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/muldi3.c' (41,342) at 20210307214931810 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/x86-stub.c' (41,343) at 20240805080013943 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/thermal_exynos.h' (41,344) at 20210307214931350 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_map_ret_val.c' (41,345) at 20240405153054281 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/Makefile' (41,346) at 20210308005003504 2025-03-14 03:00:48.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/layer.conf' (41,347) at 20241221090017472 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb' (41,348) at 20241221090017520 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi' (41,349) at 20240405153045721 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_mmu_private.h' (41,350) at 20210307214930550 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_r_w.c' (41,351) at 20210308005046505 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h' (41,352) at 20220525020654183 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/cw1200_spi.c' (41,353) at 20240405153050705 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libtraceevent.c' (41,354) at 20220525020655115 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb' (41,355) at 20230706080014785 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0003.patch' (41,356) at 20241221090017640 to deleted uid set 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/081_x86-start16-tpl.dts' (41,357) at 20210308005003752 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qemu-nsis.ico' (41,358) at 20210308005046185 to deleted uid set 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/atmel/Kconfig' (41,359) at 20240405153049397 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/sungem_phy.c' (41,360) at 20240405153050369 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/Makefile' (41,361) at 20210308005003340 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (41,362) at 20240712080022837 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.vxworks' (41,363) at 20210308005003300 2025-03-14 03:00:48.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz' (41,364) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_2_offset.h' (41,365) at 20210307214927670 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_dccp.c' (41,366) at 20240405153232059 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98371.yaml' (41,367) at 20240405153045165 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/index.rst' (41,368) at 20220525020651726 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf-shell-image.bb' (41,369) at 20230813080012880 to deleted uid set 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/helpers.h' (41,370) at 20241211090212358 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_w.c' (41,371) at 20210308005046505 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvme/host/ioctl.c' (41,372) at 20241211090145473 to deleted uid set 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_vf.c' (41,373) at 20240411080014090 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/centos.aarch64' (41,374) at 20240906080037584 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/vc4.rst' (41,375) at 20240405153045213 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_kvm_hook.c' (41,376) at 20240405153046305 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (41,377) at 20240214090012421 to deleted uid set 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/REST-cheatsheet.md' (41,378) at 20230316080008330 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,smsm.yaml' (41,379) at 20240405153045157 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/estoraged_test.cpp' (41,380) at 20240301090004938 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/netbsd' (41,381) at 20240906080037584 2025-03-14 03:00:48.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/caam/blob_gen.c' (41,382) at 20240405153046929 to deleted uid set 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_cm.h' (41,383) at 20240405153052869 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/sama5d2_xplained.c' (41,384) at 20210308005002920 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/bugs.c' (41,385) at 20240405153045629 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdblock_ro.c' (41,386) at 20240405153230867 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-rdc.h' (41,387) at 20210308005002652 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/zynq_slcr.c' (41,388) at 20240906080037260 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8qxp.c' (41,389) at 20241008080013911 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fujitsu/Kconfig' (41,390) at 20210307214929402 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/base.c' (41,391) at 20240405153048649 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.out' (41,392) at 20210308005046397 to deleted uid set 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.h' (41,393) at 20240415080012971 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/mem-events.c' (41,394) at 20240405153232219 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-loader.c' (41,395) at 20240405153232195 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/maxbcm/Makefile' (41,396) at 20210308005003016 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/lantiq/Makefile' (41,397) at 20240405153045989 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCComputerSystem_v1.xml' (41,398) at 20240907080003164 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd8111_edac.c' (41,399) at 20240405153047013 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_erp.c' (41,400) at 20210309003652324 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.json' (41,401) at 20240906080037560 2025-03-14 03:00:48.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/sha1sum.cfg' (41,402) at 20241221090017636 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8996.c' (41,403) at 20240405153051349 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strobemeta.h' (41,404) at 20240405153232259 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/r8a779x_usb3.txt' (41,405) at 20210308005002540 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/cache.h' (41,406) at 20210307214926554 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/symbol/Build' (41,407) at 20240405153054069 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max1027.yaml' (41,408) at 20240405153045069 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-ranchu.config' (41,409) at 20220525020651998 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-am64.c' (41,410) at 20220525020652414 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/Makefile' (41,411) at 20220525020653499 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sdradd.h' (41,412) at 20210308004938820 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7794-sysc.h' (41,413) at 20210307214931346 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/cmsg_so_mark.sh' (41,414) at 20240405153054337 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/settings/phosphor-settings-manager/ampere_settings.override.yml' (41,415) at 20220603100015803 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/jz4740.dtsi' (41,416) at 20240405153045989 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha2-ce-glue.c' (41,417) at 20220525020651946 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/types.hpp' (41,418) at 20220712030042488 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools_4.0.46.bb' (41,419) at 20241221090017664 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_pwm-test.c' (41,420) at 20240906080037572 2025-03-14 03:00:48.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/cdx/Makefile' (41,421) at 20240405153052161 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7724.c' (41,422) at 20210307214926566 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml' (41,423) at 20240405153045105 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-hotplug.rst' (41,424) at 20241211090212238 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c' (41,425) at 20240405153230323 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_ftp.c' (41,426) at 20220525020653959 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos-syscon-restart.dtsi' (41,427) at 20240405153045565 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-dummy-fe.h' (41,428) at 20210307214928694 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_sa_media.c' (41,429) at 20240405153230567 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Hnusta' (41,430) at 20210307205553794 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-sysctrl.yaml' (41,431) at 20240405153045157 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/MAINTAINERS' (41,432) at 20210308005003044 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/uncore-memory.json' (41,433) at 20240405153054157 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/params/metric_params.hpp' (41,434) at 20230524080039233 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/Makefile' (41,435) at 20210307214929754 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-cardhu-a04.dts' (41,436) at 20240405153045485 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/Makefile' (41,437) at 20240405153229919 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/vxlan_flooding_ipv6.sh' (41,438) at 20240405153054301 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cdrom.h' (41,439) at 20240726080012870 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/network/phosphor-network/config.json' (41,440) at 20231123090013213 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/dhcrelay.service' (41,441) at 20210608000015795 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Sensors/index.js' (41,442) at 20220105012522995 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/remove.c' (41,443) at 20240405153231299 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/Makefile' (41,444) at 20210307214930846 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c' (41,445) at 20240405153048641 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-migrate_4.0.7.bb' (41,446) at 20240413080012663 to deleted uid set 2025-03-14 03:00:48.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.c' (41,447) at 20240405153050109 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ata_piix.c' (41,448) at 20240405153046653 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_port.h' (41,449) at 20240405153050177 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen.c' (41,450) at 20220525020655007 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/guest-debug/test_gdbstub.py' (41,451) at 20241211090212542 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/pgtable-2level.h' (41,452) at 20220525020652126 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/client.py' (41,453) at 20241206090014286 to deleted uid set 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/evb-px5.c' (41,454) at 20210308005003040 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/samsung_pwm.h' (41,455) at 20220525020654535 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp/0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch' (41,456) at 20241206090014238 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/unistd.h' (41,457) at 20220525020651950 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Login/Login.vue' (41,458) at 20241004080035967 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fuse.c' (41,459) at 20210308005003212 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/Makefile' (41,460) at 20241206090014214 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_32r5eb.sh' (41,461) at 20210308005046525 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/helpers.h' (41,462) at 20240405153049433 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/092_hash_bad_algo.dts' (41,463) at 20210308005003752 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/lvds-codec.c' (41,464) at 20240405153230523 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inffast.c' (41,465) at 20210308005003716 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-bdi' (41,466) at 20240405153044917 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/sections.h' (41,467) at 20210307214925670 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-lion-u-boot.dtsi' (41,468) at 20210308005002608 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/flight_recorder.cpp' (41,469) at 20240820080023690 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/bmc_epoch.hpp' (41,470) at 20240904080043247 2025-03-14 03:00:48.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/alpine_cpu_pm.h' (41,471) at 20210307214925870 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/Makefile' (41,472) at 20240405153230851 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/samsung.c' (41,473) at 20210308005003416 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/sensorset.cpp' (41,474) at 20210308004940468 to deleted uid set 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Juupajoki_Kopsamo' (41,475) at 20210307205553770 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb' (41,476) at 20230114040015546 to deleted uid set 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530DP.dts' (41,477) at 20210308005002568 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/Kconfig' (41,478) at 20240405153046209 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kfifo.c' (41,479) at 20220525020654751 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_phy.h' (41,480) at 20240405153050309 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/highway/0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch' (41,481) at 20241221090017516 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/QEMU,cgthree.bin' (41,482) at 20210308005046113 to deleted uid set 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/prom.c' (41,483) at 20240405153230015 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng-egd.c' (41,484) at 20221215040039046 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-q.json' (41,485) at 20210308005046409 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/aops.h' (41,486) at 20241211090145525 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/kernel-docs.rst' (41,487) at 20240405153229827 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-sunxi.c' (41,488) at 20210309003652220 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/proc.c' (41,489) at 20220525020655103 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-lua.c' (41,490) at 20220525020653043 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/wol.h' (41,491) at 20210308005003720 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-power.c' (41,492) at 20240405153046217 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mdio_devres.c' (41,493) at 20240405153050357 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/doc/usbipd.8' (41,494) at 20220525020655239 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_ssh_security.robot' (41,495) at 20240628080017121 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Duvnas' (41,496) at 20210307205553778 2025-03-14 03:00:48.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t54.h' (41,497) at 20210308005003588 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-apple.c' (41,498) at 20240405153231355 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/kfree_sensitive.cocci' (41,499) at 20210309003654532 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-component.c' (41,500) at 20240405153232191 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm4908.c' (41,501) at 20240405153051305 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops.c' (41,502) at 20240906080037136 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/pwrseq.c' (41,503) at 20210307214929926 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/exception_utils.hpp' (41,504) at 20210323000034099 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/if_ether.h' (41,505) at 20210308005046053 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/Makefile' (41,506) at 20210308005002904 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sunplus/Makefile' (41,507) at 20240405153045585 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vdso/clocksource.h' (41,508) at 20240405153045941 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpcihp_generic.c' (41,509) at 20210307214930026 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/xtensa/atomctl.rst' (41,510) at 20240405153229747 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/keystone_nav_cfg.c' (41,511) at 20210308005003372 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5907.dtsi' (41,512) at 20240405153045513 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/bno055.h' (41,513) at 20240405153048993 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/elf.h' (41,514) at 20220525020652098 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/scrm44xx.h' (41,515) at 20240405153045669 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/mte.S' (41,516) at 20240405153045897 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/namedelement.py' (41,517) at 20240920080030747 to deleted uid set 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670.dtsi' (41,518) at 20240405153045741 2025-03-14 03:00:48.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml' (41,519) at 20240405153045089 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_core.c' (41,520) at 20240405153052081 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/functions.c' (41,521) at 20210307214930806 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native.bb' (41,522) at 20241206090014274 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/time32.h' (41,523) at 20210307214931522 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/state_blt.xml.h' (41,524) at 20210307214927770 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/pci_vsc.c' (41,525) at 20241011080017331 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/134.out' (41,526) at 20210308005046449 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_fdinfo_test.c' (41,527) at 20240405153232283 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_metadata.py' (41,528) at 20241221090017632 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mux_omap4.h' (41,529) at 20210308005002656 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-pinctrl.dtsi' (41,530) at 20210308005002612 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/libc.c' (41,531) at 20210308005046397 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-light-si1133' (41,532) at 20210307214925190 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/anatop.c' (41,533) at 20210309003648696 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v11_0_3.c' (41,534) at 20240405153047137 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zybo-z7.dts' (41,535) at 20210308005002632 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VWML/meson.build' (41,536) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c' (41,537) at 20210307214929334 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/accounting.h' (41,538) at 20210307214926370 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_oss.c' (41,539) at 20220525020654971 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/ptimer-test-stubs.c' (41,540) at 20230925080040101 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/objtool.h' (41,541) at 20240405153231831 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/setup.h' (41,542) at 20240405153046253 2025-03-14 03:00:48.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/css-bridge.c' (41,543) at 20240906080037288 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-kernel/linux/linux-aspeed_%.bbappend' (41,544) at 20231128090014177 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/security_features.h' (41,545) at 20220525020652038 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/process.py' (41,546) at 20220910030013377 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,msm8998-qmp-pcie-phy.yaml' (41,547) at 20240405153229783 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/spl.c' (41,548) at 20210308005003168 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComputerSystem_v1.xml' (41,549) at 20240918080002708 to deleted uid set 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/README' (41,550) at 20210308005002972 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.yaml' (41,551) at 20240405153229767 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils.bbappend' (41,552) at 20241206090014206 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/thunks_32.S' (41,553) at 20220525020655235 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/linux-dummy.bbclass' (41,554) at 20220910030013389 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-0.dtsi' (41,555) at 20210307214926018 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/0003-Support-transformation-between-D-Bus-errors-and-exce.patch' (41,556) at 20240413080012663 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/parse-maintainers.pl' (41,557) at 20210307214932158 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_start.cpp' (41,558) at 20210308005100997 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' (41,559) at 20240819080030267 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/p10bmc-ipmi-sensors.yaml' (41,560) at 20241106090019922 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_reg.h' (41,561) at 20240906080037156 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch' (41,562) at 20210307205553914 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EPICS' (41,563) at 20211006000025234 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h' (41,564) at 20210307214929938 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libelf.c' (41,565) at 20210307214932466 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFULLRWD' (41,566) at 20241221090017616 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/led.c' (41,567) at 20240405153050641 2025-03-14 03:00:48.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/inventory_mac.hpp' (41,568) at 20230511080033415 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_driver_chipcommon.h' (41,569) at 20240405153052661 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend' (41,570) at 20240301090012439 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_netport.c' (41,571) at 20240405153053317 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_ca0110.c' (41,572) at 20210307214932254 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/power.c' (41,573) at 20210308005002724 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a100u2w.h' (41,574) at 20210307214930262 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme_cmdq_regs.h' (41,575) at 20240405153046605 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd' (41,576) at 20210307205554466 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/stream.h' (41,577) at 20210927100127241 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/rf.h' (41,578) at 20210307214929938 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adcifc.h' (41,579) at 20210308005111457 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb' (41,580) at 20230114040015482 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt2701.c' (41,581) at 20240405153231323 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/zstd_ddict.c' (41,582) at 20240405153053117 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcmbca-hsspi.c' (41,583) at 20241008080013979 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h' (41,584) at 20210307214927026 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/hid-sensors/hid-sensor-attributes.c' (41,585) at 20220525020653095 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/Makefile' (41,586) at 20210307214930414 2025-03-14 03:00:48.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/remove-man-page-creation.patch' (41,587) at 20210307205553998 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-any.err' (41,588) at 20210308005046401 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PHP-3.0' (41,589) at 20210307205554426 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt' (41,590) at 20240405153229779 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_fb_dma_helper.h' (41,591) at 20240405153052629 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.h' (41,592) at 20210307214929918 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/disasm.c' (41,593) at 20240405153231895 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_6_0_d.h' (41,594) at 20210307214927526 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-help.txt' (41,595) at 20210307214932510 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino-Lime_defconfig' (41,596) at 20210308005003232 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input.c' (41,597) at 20241211090212558 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/Makefile' (41,598) at 20220525020655227 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-gimptool-allow-default-CC-override.patch' (41,599) at 20241221090017488 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rockchip-radxa-dalang-carrier.dtsi' (41,600) at 20240405153045565 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/bitops.S' (41,601) at 20240405153230095 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/virt-ctlr.rst' (41,602) at 20240326080039406 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/raspberrypi.c' (41,603) at 20240613080016387 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/ddr.c' (41,604) at 20210308005003008 2025-03-14 03:00:48.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/netport.c' (41,605) at 20240405153053481 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dtsi' (41,606) at 20240405153045821 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/erspan.h' (41,607) at 20210307214931630 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/glue-pf.h' (41,608) at 20210307214925850 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm70.c' (41,609) at 20240405153048861 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/dprc.c' (41,610) at 20220525020652286 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/leds-gpio.txt' (41,611) at 20210308005003304 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/index.js' (41,612) at 20210308005107069 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130-db.dts' (41,613) at 20220525020651918 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/cmpxchg8b_emu.S' (41,614) at 20240405153046469 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/crc.h' (41,615) at 20210308005003688 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rfkill/input.c' (41,616) at 20220525020654891 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/test/test_records.cpp' (41,617) at 20210308005405942 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jobdesc.h' (41,618) at 20210308005003356 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_reverse_dependencies.html' (41,619) at 20231126090012817 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/ice.rst' (41,620) at 20240405153045237 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/milbeaut_usio.c' (41,621) at 20240405153231515 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/setup.cfg' (41,622) at 20210308004922940 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_irq_handler.c' (41,623) at 20240405153230419 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/bearer.c' (41,624) at 20241011080017399 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c' (41,625) at 20240405153047097 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/Kconfig' (41,626) at 20240405153046033 2025-03-14 03:00:48.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devres.c' (41,627) at 20220525020654823 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts' (41,628) at 20240405153045789 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/msync.c' (41,629) at 20240405153053141 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fbdev.c' (41,630) at 20240405153230555 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch' (41,631) at 20230503080014587 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_modules.h' (41,632) at 20240405153046301 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/socket.h' (41,633) at 20240405153046321 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/amlogic-c3-c302x-aw409.dts' (41,634) at 20240405153045713 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1023rdb.dts' (41,635) at 20210307214926346 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/mock_user_mgr.hpp' (41,636) at 20231010080036167 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_mem.h' (41,637) at 20240405153050341 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_netlink.h' (41,638) at 20240405153232015 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker.c' (41,639) at 20241211090212306 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/Kconfig' (41,640) at 20240405153051769 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/util.c' (41,641) at 20210307214929898 2025-03-14 03:00:48.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/inv_sensors/Makefile' (41,642) at 20240405153230691 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/debug.h' (41,643) at 20220525020653707 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/smemc.c' (41,644) at 20240405153045681 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ref_tracker.c' (41,645) at 20240405153053101 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/kernel_user_helpers.rst' (41,646) at 20240405153044973 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/CodingStyle' (41,647) at 20210307214925206 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-e1000.rom' (41,648) at 20210308005046177 to deleted uid set 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/Makefile' (41,649) at 20210308005002544 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctmixer.c' (41,650) at 20210309003654588 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch' (41,651) at 20210307205553830 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_bridge.h' (41,652) at 20241211090212362 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t3517_defconfig' (41,653) at 20210308005003252 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-wakeupgen.h' (41,654) at 20210307214925918 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-hummingboard-emmc-som-v15.dts' (41,655) at 20240405153045501 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdmavt_cq.h' (41,656) at 20210309003653968 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/zone_conditions.yaml' (41,657) at 20210308005059165 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-pci.c' (41,658) at 20241216090017745 2025-03-14 03:00:48.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/namei.c' (41,659) at 20241216090017761 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/aachba.c' (41,660) at 20240405153051549 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (41,661) at 20220618030015174 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/acrn/introduction.rst' (41,662) at 20220525020651790 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h' (41,663) at 20210307214927906 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/isp1704.yaml' (41,664) at 20240405153045141 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/page_pool/types.h' (41,665) at 20240405153231855 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/clps711x-clock.h' (41,666) at 20210307214931326 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_drv.h' (41,667) at 20240405153230163 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cti.h' (41,668) at 20210307214925846 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_ps.h' (41,669) at 20210307214930626 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_topology.c' (41,670) at 20240405153051813 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/da9055-hwmon.c' (41,671) at 20210307214928118 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/div64.h' (41,672) at 20210307214926114 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/mach-virt-graphical.cfg' (41,673) at 20230426080043660 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ds109_defconfig' (41,674) at 20210308005003256 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/cache.h' (41,675) at 20210307214926306 2025-03-14 03:00:48.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/Kconfig' (41,676) at 20220525020653871 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_sock_addr.c' (41,677) at 20240405153054285 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/smp.c' (41,678) at 20240405153046077 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-GoldCoast' (41,679) at 20210307205553762 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-gtk2.c' (41,680) at 20210307214932466 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/vdso/const.h' (41,681) at 20210307214932482 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/Kconfig' (41,682) at 20240405153051285 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_clflush.h' (41,683) at 20210307214927810 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/flexcan/flexcan-ethtool.c' (41,684) at 20240405153049729 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/vdso/vsyscall.h' (41,685) at 20220525020651970 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/maple.h' (41,686) at 20210307214931422 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/0001-Makefile.am-fix-build-with-separate-build-dir.patch' (41,687) at 20240301090012427 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-util.h' (41,688) at 20230426080043948 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/conntrack-failover' (41,689) at 20210307205553826 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sdvo_regs.h' (41,690) at 20210309003649736 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml' (41,691) at 20241018080016394 2025-03-14 03:00:48.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/apb.h' (41,692) at 20210307214926578 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_star_emac.c' (41,693) at 20240719080013357 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/sections.h' (41,694) at 20240429080012404 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/Kconfig' (41,695) at 20240405153049817 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_b.c' (41,696) at 20210308005046513 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_ls_negative.c' (41,697) at 20240405153054269 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/i2c.c' (41,698) at 20210308005003740 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/midi.h' (41,699) at 20210307214932442 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_fs.c' (41,700) at 20240405153050113 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/syscalls.h' (41,701) at 20240906080037348 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vgafont.h' (41,702) at 20221215040039398 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/quirks-table.h' (41,703) at 20241211090145569 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/reproducible-build.patch' (41,704) at 20230706080014737 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/Kconfig' (41,705) at 20210308005003540 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pvpanic/Kconfig' (41,706) at 20220525020653371 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/string.h' (41,707) at 20240405153045861 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/gx1fb_core.c' (41,708) at 20240405153231583 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/Makefile' (41,709) at 20210308005002948 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/of.c' (41,710) at 20210307214926362 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (41,711) at 20231216090014900 2025-03-14 03:00:48.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/debug.h' (41,712) at 20240405153046105 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/spear13xx_defconfig' (41,713) at 20240405153045617 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi-tlv.c' (41,714) at 20241111090012129 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_devlink.c' (41,715) at 20240405153049937 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/Makefile' (41,716) at 20210307214931230 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-lboxre2/setup.c' (41,717) at 20210307214926538 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/fpstate.h' (41,718) at 20240405153045621 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ras/Makefile' (41,719) at 20210307214930182 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci.h' (41,720) at 20210309003653252 2025-03-14 03:00:48.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe.h' (41,721) at 20240405153230983 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/syscalls/syscall_64.tbl' (41,722) at 20240405153230103 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend' (41,723) at 20241206090014274 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bytes_action.cpp' (41,724) at 20210308005405934 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_bitfields___bitfield_vs_int.c' (41,725) at 20210307214932642 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_hush_if_test.py' (41,726) at 20210308005003744 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeon_i2c.c' (41,727) at 20210307214930902 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/net_handler.cpp' (41,728) at 20210918000044923 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/generic_fuzz_configs.h' (41,729) at 20240906080037568 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ivsc/Kconfig' (41,730) at 20240405153230795 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/depmod.sh' (41,731) at 20240405153232103 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-3.0-only' (41,732) at 20210316000012693 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/ptest-packagelists-meta-multimedia.inc' (41,733) at 20240302090018202 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.h' (41,734) at 20240405153230607 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fec.h' (41,735) at 20241011080017327 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-selection.rst' (41,736) at 20220525020651786 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mcu-mpc8349emitx.txt' (41,737) at 20210307214925406 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/power-cmd' (41,738) at 20241213090035010 to deleted uid set 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/string.c' (41,739) at 20210307214931118 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/arch_timer.h' (41,740) at 20240405153232267 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/physmem_info.c' (41,741) at 20240405153046269 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500_mmu_host.h' (41,742) at 20210307214926430 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utmutex.c' (41,743) at 20210307214926846 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb' (41,744) at 20241221090017568 to deleted uid set 2025-03-14 03:00:48.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml' (41,745) at 20240405153045105 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Kvm/index.js' (41,746) at 20220105012522995 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/graph-lock.c' (41,747) at 20230426080043848 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterdc_defconfig' (41,748) at 20210308005003256 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-humidity' (41,749) at 20220525020651634 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/topdown.h' (41,750) at 20240405153054209 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/c.c' (41,751) at 20210307214932470 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/platform.h' (41,752) at 20221215040039358 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_integ.h' (41,753) at 20210307214928614 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/blessing' (41,754) at 20211006000025246 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/lru_bug.c' (41,755) at 20240405153054269 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/rw-by-pid-report' (41,756) at 20210307214932566 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/power-cmd' (41,757) at 20241213090035010 to deleted uid set 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/ibex_timer.h' (41,758) at 20221215040039186 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/hflags.c' (41,759) at 20241121090029272 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/timed_controller_defs.h' (41,760) at 20210307214930574 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/sw_sync.c' (41,761) at 20240405153046977 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_4.dtso' (41,762) at 20240405153231279 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-cubieboard2.dts' (41,763) at 20240405153045385 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_pixbuf_cache' (41,764) at 20210307205554642 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.5.rst' (41,765) at 20241221090017596 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/powerflags.c' (41,766) at 20210307214926694 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sunoem.h' (41,767) at 20210308004938820 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c' (41,768) at 20220525020652827 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-atmel-aic.c' (41,769) at 20240405153049189 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/connection.hpp' (41,770) at 20210308005114857 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c' (41,771) at 20210307214932698 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/dlm.h' (41,772) at 20240405153231867 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d-miyoo-mini.dts' (41,773) at 20240405153045573 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/i8042.h' (41,774) at 20240906080037332 2025-03-14 03:00:48.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/cache.c' (41,775) at 20210307214931058 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml' (41,776) at 20240405153045057 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axs10x_mb.dtsi' (41,777) at 20210308005002544 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/list_debug.c' (41,778) at 20240405153229987 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-wm8775.h' (41,779) at 20210307214928846 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/Makefile' (41,780) at 20210307214930962 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/Kconfig' (41,781) at 20220525020653499 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/cryptmount/cryptmount_6.2.0.bb' (41,782) at 20240413080012667 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/wm831x_bl.c' (41,783) at 20210309003653296 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/vital_handler.cpp' (41,784) at 20230516080019606 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io-mapping.h' (41,785) at 20240405153052709 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-3.yaml' (41,786) at 20241219090012976 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hidraw/Makefile' (41,787) at 20210309003654516 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/ncurses.py' (41,788) at 20231207090015274 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/trampoline_common.S' (41,789) at 20240405153046493 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/glibc.py' (41,790) at 20230813080012876 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/posix_types.h' (41,791) at 20210308005003668 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpadlpar.h' (41,792) at 20210307214930030 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/Kconfig' (41,793) at 20210308005002944 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/arch.h' (41,794) at 20210307214926246 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_spi_rcw.cfg' (41,795) at 20210308005002992 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/platsmp.c' (41,796) at 20220525020651886 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos5422-asv.c' (41,797) at 20240405153051769 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_argset1.decode' (41,798) at 20210308005046389 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-proto.h' (41,799) at 20230925080039925 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch' (41,800) at 20241206090014310 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/MAINTAINERS' (41,801) at 20210308005002996 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/bmc-vmi-ca-manager.service' (41,802) at 20220601030020434 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-firmware.c' (41,803) at 20241114091008828 to deleted uid set 2025-03-14 03:00:48.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/Makefile' (41,804) at 20210308005002984 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/spi-nor/core.c' (41,805) at 20241211090145453 to deleted uid set 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5ek.dtsi' (41,806) at 20240405153045469 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/map_ptr_kern.c' (41,807) at 20240820080014193 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst' (41,808) at 20240405153229843 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,mt8195-jpegdec.yaml' (41,809) at 20240405153045093 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (41,810) at 20210307205553674 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/lowlevel_init.S' (41,811) at 20210308005002552 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mediatek/Makefile' (41,812) at 20210307214927134 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-av-vbi.c' (41,813) at 20240405153049353 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_modem.h' (41,814) at 20240405153050341 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pvclock_gtod.h' (41,815) at 20210307214931490 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dvb-pll.h' (41,816) at 20220525020653243 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/fw.c' (41,817) at 20241125090012243 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_gvt.h' (41,818) at 20240405153048541 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_fcntl.h' (41,819) at 20210308005046097 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch' (41,820) at 20240301090012423 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/socket.c' (41,821) at 20230925080039957 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_stack_tracer.tc' (41,822) at 20210307214932674 2025-03-14 03:00:48.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/ftplugin/bitbake.vim' (41,823) at 20210307205554230 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/toshiba,tmpv770x.h' (41,824) at 20240405153052649 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamalg_desc.h' (41,825) at 20210307214927074 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65218.h' (41,826) at 20240405153052733 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t102xrdb.h' (41,827) at 20210308005002992 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/meson.build' (41,828) at 20240906080037272 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/monitors/wwnr/wwnr.h' (41,829) at 20240405153053061 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/memory_ops.rs' (41,830) at 20241211090212454 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/main.c' (41,831) at 20240919080017066 to deleted uid set 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/da8xx-dt.c' (41,832) at 20240405153045637 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/zconf.l' (41,833) at 20210308005003736 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/unwind_i.h' (41,834) at 20210307214926130 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ve-clk.yaml' (41,835) at 20240405153045021 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/orphan.rst' (41,836) at 20240405153045205 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch' (41,837) at 20240413080012703 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-boxed-string.out' (41,838) at 20210308005046401 to deleted uid set 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra62x-j5eco-evm.dts' (41,839) at 20240405153045597 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ti-dac082s085.c' (41,840) at 20240405153048981 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c' (41,841) at 20210308005002828 2025-03-14 03:00:48.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t335.h' (41,842) at 20210308005003588 2025-03-14 03:00:48.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dm_cp_psp.h' (41,843) at 20240405153047265 2025-03-14 03:00:48.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/xgene-pci-msi.txt' (41,844) at 20210307214925386 2025-03-14 03:00:48.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-palmas.txt' (41,845) at 20210307214925318 2025-03-14 03:00:48.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/firmware.h' (41,846) at 20240405153046685 2025-03-14 03:00:48.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-u-boot.dtsi' (41,847) at 20210308005002600 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/transform.h' (41,848) at 20220525020652530 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/core.h' (41,849) at 20210307214925946 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/knc.c' (41,850) at 20210307214926654 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clrl-unaligned.S' (41,851) at 20230426080043952 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun8i.h' (41,852) at 20210308005003620 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/ems_pcmcia.c' (41,853) at 20220525020653419 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/3ypower_vast2112_psu.json' (41,854) at 20240120090005357 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0-DE' (41,855) at 20241221090017616 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-post-code-manager/src/post_code.cpp' (41,856) at 20241114091024917 to deleted uid set 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_1pass.c' (41,857) at 20210308005003548 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_irq.h' (41,858) at 20240405153230551 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick-r0.dts' (41,859) at 20240405153045781 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-evm-common.dtsi' (41,860) at 20210308005002576 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Common/meson.build' (41,861) at 20220913030027305 to deleted uid set 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/tvp7002.h' (41,862) at 20210307214931546 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7619_defconfig' (41,863) at 20240405153046309 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwlock/ti,omap-hwspinlock.yaml' (41,864) at 20240405153229763 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zram-swap-init' (41,865) at 20210528000029699 2025-03-14 03:00:48.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/meson.build' (41,866) at 20210501000157730 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_map_in_map.c' (41,867) at 20240405153054281 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_bit.c' (41,868) at 20221215040039386 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/tcs.h' (41,869) at 20220525020654651 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/fix-do_installe-failure.patch' (41,870) at 20230503080014579 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.h' (41,871) at 20240405153049465 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc-ipmb-rescan-fru.service' (41,872) at 20240828080010891 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca_data_types.rst' (41,873) at 20210309003648476 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-plane.c' (41,874) at 20240405153048557 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/Makefile' (41,875) at 20210307214931218 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_slots.hpp' (41,876) at 20221209040003858 to deleted uid set 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb_36b.dtsi' (41,877) at 20210307214926346 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-internal.h' (41,878) at 20230426080043724 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_v2_defconfig' (41,879) at 20210308005003272 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h' (41,880) at 20240405153047237 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-pci.c' (41,881) at 20210307214929190 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/ethertap_kern.c' (41,882) at 20210307214926622 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/ti-ads124s08.c' (41,883) at 20240405153048961 to deleted uid set 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.7' (41,884) at 20211006000025242 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/parkbd.c' (41,885) at 20240405153049157 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-hp6xx.c' (41,886) at 20210307214928546 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-ld4.c' (41,887) at 20210308005002792 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/st-dma-fence-chain.c' (41,888) at 20240613080016387 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/prodigy192.h' (41,889) at 20210307214932262 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-git_3.1.43.bb' (41,890) at 20240413080012691 to deleted uid set 2025-03-14 03:00:48.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/realview.c' (41,891) at 20240405153229915 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/kvm/e500_mmu_host.c' (41,892) at 20240405153046173 to deleted uid set 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/Kconfig' (41,893) at 20210308005003168 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/memory.c' (41,894) at 20240405153045997 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/malloc.h' (41,895) at 20210307214931198 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack/smack_generator_make_fixup.patch' (41,896) at 20210307205554122 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sh-msiof.c' (41,897) at 20240405153231467 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/imx8mq_pins.h' (41,898) at 20210308005002644 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0.S' (41,899) at 20230720080043535 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2771-0000-000_defconfig' (41,900) at 20210308005003272 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin-peb-wlbt-05.dtsi' (41,901) at 20240405153045529 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/meson.build' (41,902) at 20230925080040041 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_doc_build.sh' (41,903) at 20220525020655203 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/uapi/asm/bitsperlong.h' (41,904) at 20210307214932454 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-lpc18xx.c' (41,905) at 20240405153231051 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro4-ace.dts' (41,906) at 20240405153045577 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/pgtable.h' (41,907) at 20240405153229855 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/Makefile' (41,908) at 20240405153051813 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml' (41,909) at 20240405153045061 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt' (41,910) at 20240405153230531 2025-03-14 03:00:48.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-adafruit-pureio_1.1.9.bb' (41,911) at 20220502030010124 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/sierra_ms.h' (41,912) at 20210307214930874 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77693-private.h' (41,913) at 20210309003653860 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb' (41,914) at 20220126040017547 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c_table.h' (41,915) at 20240405153050681 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533' (41,916) at 20210307214925190 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_algo.h' (41,917) at 20220525020654787 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/main.c' (41,918) at 20241211090145557 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Vesilahti' (41,919) at 20210307205553770 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/axs103_smp_defconfig' (41,920) at 20240405153229859 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_lvds.c' (41,921) at 20240805080013951 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/adis16130.c' (41,922) at 20240405153048981 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EventDestinationCollection_v1.xml' (41,923) at 20240619080002924 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/kea_2.6.1.bb' (41,924) at 20241221090017636 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/Kconfig' (41,925) at 20240405153050585 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml' (41,926) at 20240405153045181 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_pci.h' (41,927) at 20210307214931462 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pmag-aa-fb.c' (41,928) at 20240405153231587 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/scripts/run-repotest' (41,929) at 20241121090011895 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c' (41,930) at 20240405153047113 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_fq_codel.c' (41,931) at 20240405153053369 2025-03-14 03:00:48.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt.h' (41,932) at 20210307214932598 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp108.yaml' (41,933) at 20240405153229767 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-member-case.out' (41,934) at 20210308005046405 to deleted uid set 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/sys32.c' (41,935) at 20210307214926078 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/socionext,synquacer-spi.yaml' (41,936) at 20240405153045173 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020ds.dts' (41,937) at 20210307214926346 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/delalloc-space.c' (41,938) at 20240405153231619 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/yurex.c' (41,939) at 20241211090145501 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/trace.h' (41,940) at 20210308005045961 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/run-ptest' (41,941) at 20240301090012479 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-gtking.dts' (41,942) at 20240405153229919 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/util/Build' (41,943) at 20240405153054089 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/0001-sssctl-add-error-analyzer.patch' (41,944) at 20230813080012860 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/state.h' (41,945) at 20240405153231703 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/opl4.h' (41,946) at 20210307214931598 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/memory.h' (41,947) at 20210927100127241 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/client.hpp' (41,948) at 20240125090032872 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8516.c' (41,949) at 20240405153046801 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/snapper9260_defconfig' (41,950) at 20210308005003280 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/alps.rst' (41,951) at 20210307214925514 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/numa_32.c' (41,952) at 20210307214926738 2025-03-14 03:00:48.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/Kconfig' (41,953) at 20210308005002756 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/zorro.ids' (41,954) at 20210307214930986 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console/obmc-console.conf' (41,955) at 20230512080018777 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/avs/ipc.c' (41,956) at 20240405153053941 to deleted uid set 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/sagem,f@st1704.dts' (41,957) at 20210308005002816 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-q.c' (41,958) at 20210307214930834 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/8xx_immap.h' (41,959) at 20240405153230027 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/056' (41,960) at 20240326080039726 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dlm_device.h' (41,961) at 20240405153052913 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_huffman.c' (41,962) at 20210308005003696 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-cfu.h' (41,963) at 20240906080037336 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_a10.h' (41,964) at 20210308005002780 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolantConnectorCollection_v1.xml' (41,965) at 20240619080002920 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_cpi_sys.c' (41,966) at 20210307214930234 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/luma_enhance_table.h' (41,967) at 20240405153049485 2025-03-14 03:00:48.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/edit.py' (41,968) at 20210307205554634 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/module.c' (41,969) at 20240405153232015 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ja_JP/SubmitChecklist' (41,970) at 20220525020651766 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fs-writeback.c' (41,971) at 20240628080014017 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml' (41,972) at 20240405153045097 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mempolicy.h' (41,973) at 20240405153052725 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/msi_ia64.c' (41,974) at 20240405153045925 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/conn_object.c' (41,975) at 20240520080015231 to deleted uid set 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_fifoctrl_bitdef.h' (41,976) at 20210307214930642 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7575.patch' (41,977) at 20210307205553942 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_sys.h' (41,978) at 20210307214930670 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/edid-decode_git.bb' (41,979) at 20241221090017536 to deleted uid set 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.h' (41,980) at 20210307214929914 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-sigrtminmax.c' (41,981) at 20241211090212550 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/errno.h' (41,982) at 20210307214932478 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VER0/meson.build' (41,983) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/malta_defconfig' (41,984) at 20210308005003268 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/romvec.S' (41,985) at 20210307214926134 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/USBControllerCollection_v1.xml' (41,986) at 20240619080002940 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_DINF.json' (41,987) at 20221213040036921 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.SPL' (41,988) at 20210308005003292 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/soundwire/index.rst' (41,989) at 20210307214925470 2025-03-14 03:00:48.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/overflow.h' (41,990) at 20220525020655115 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/iommu/iommufd_utils.h' (41,991) at 20240405153232267 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra186/gpio.h' (41,992) at 20210308005002672 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ans-lcd.c' (41,993) at 20240405153049225 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c_0.18.bb' (41,994) at 20241221090017664 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/atomic_bounds.c' (41,995) at 20220525020655191 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/io_ordering.rst' (41,996) at 20210307214925462 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/latencytop.h' (41,997) at 20240405153052717 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Intel' (41,998) at 20241221090017616 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/271' (41,999) at 20240326080039730 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_execbuf_util.c' (42,000) at 20240405153048773 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/rave-sp-backlight.c' (42,001) at 20210307214930894 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/modules-test.c' (42,002) at 20221215040039378 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/Makefile' (42,003) at 20240405153231075 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/posix_types.h' (42,004) at 20220525020652042 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c' (42,005) at 20220525020654183 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/csky/cpus.txt' (42,006) at 20210307214925298 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/fpu.S' (42,007) at 20240405153229999 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/PowerOnHours/meson.build' (42,008) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/ld-version.sh' (42,009) at 20240719080013381 2025-03-14 03:00:48.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/intel-multi-link.rst' (42,010) at 20240405153045261 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symbol-elf.c' (42,011) at 20240405153232243 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/idmap.h' (42,012) at 20210309003648676 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/u-boot.h' (42,013) at 20210308005002816 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norra_Rorum' (42,014) at 20210307205553786 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/050' (42,015) at 20210927100127477 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c' (42,016) at 20240405153045661 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/UCP1020_SPIFLASH_defconfig' (42,017) at 20210308005003244 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-phy-rcar-gen3-usb2' (42,018) at 20210309003648264 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/cache_lib.h' (42,019) at 20210307214931146 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/sun4i-a10.h' (42,020) at 20210308005003640 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/gpio-charger.h' (42,021) at 20210309003653888 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-bus-iio' (42,022) at 20240405153044909 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-io.h' (42,023) at 20210307214928686 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/sw_tags.c' (42,024) at 20240405153053129 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__stopped_as_error.hpp' (42,025) at 20240817080036820 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/sub' (42,026) at 20240405153053437 2025-03-14 03:00:48.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/tmp007.c' (42,027) at 20240405153049013 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt' (42,028) at 20210307214925414 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf110.c' (42,029) at 20240405153048637 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/allwinner/Kconfig' (42,030) at 20210309003652012 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/event_log_test.cpp' (42,031) at 20241122090003088 to deleted uid set 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6-logicpd-baseboard.dtsi' (42,032) at 20210308005002584 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb' (42,033) at 20210812000025290 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-hydra.c' (42,034) at 20210307214928158 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/sharpsl_pm.c' (42,035) at 20240405153045681 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebtables.c' (42,036) at 20240411080014146 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/m53menlo_defconfig' (42,037) at 20210308005003268 2025-03-14 03:00:48.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/esparser.h' (42,038) at 20240405153051861 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/flat.h' (42,039) at 20240906080037360 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/synctest.h' (42,040) at 20210307214932722 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu.h' (42,041) at 20240906080037536 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/dma2d/dma2d.h' (42,042) at 20240405153049473 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io_uring_types.h' (42,043) at 20240411080014138 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/log_bmc.sh' (42,044) at 20210308004938816 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/retired.json' (42,045) at 20240405153232227 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_insv.c' (42,046) at 20210308005046505 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-mm.c' (42,047) at 20240405153046793 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml' (42,048) at 20240405153045177 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains3xxx_data.c' (42,049) at 20210307214925910 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_modsig.c' (42,050) at 20240405153053469 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware_202408.bb' (42,051) at 20241221090017472 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/intel/avs/tokens.h' (42,052) at 20240405153052949 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-crypto.c' (42,053) at 20220525020652390 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/component.c' (42,054) at 20240405153046681 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dcb/dcbevent.c' (42,055) at 20210307214931918 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/heartbeat_timer.cpp' (42,056) at 20230511080043139 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.2.bb' (42,057) at 20241221090017488 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/automake.patch' (42,058) at 20210307205554574 2025-03-14 03:00:48.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/da9055.txt' (42,059) at 20240405153045161 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/runfvp' (42,060) at 20231126090012777 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_transform.h' (42,061) at 20210309003649472 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp4_core.c' (42,062) at 20240405153049157 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/ina219@40.conf' (42,063) at 20240904080027738 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/byteorder.h' (42,064) at 20210308005002816 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvme/host/pci.c' (42,065) at 20241211090145477 to deleted uid set 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-chipid.c' (42,066) at 20240405153231451 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-loader.c' (42,067) at 20210307214928826 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/MAINTAINERS' (42,068) at 20210308005048369 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep.dtsi' (42,069) at 20240405153045601 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/dock.c' (42,070) at 20240405153046633 2025-03-14 03:00:48.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/docs/mrw-xml-requirements.md' (42,071) at 20221213040030489 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_0_default.h' (42,072) at 20210307214927534 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/zl6100.c' (42,073) at 20240405153048873 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_invalid_update.c' (42,074) at 20210309003655988 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power8-pmu.c' (42,075) at 20240405153046193 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/test/Makefile' (42,076) at 20240405153049013 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch' (42,077) at 20231011080016574 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/entry/kvm.c' (42,078) at 20240405153052997 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.0' (42,079) at 20211006000025242 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/qos.h' (42,080) at 20210308005003036 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_addr.c' (42,081) at 20210307214931870 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/configs/sparc32_defconfig' (42,082) at 20240405153046317 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/bootfiles.py' (42,083) at 20241221090017620 2025-03-14 03:00:48.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-pcm.c' (42,084) at 20240405153053969 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/aml-build.c' (42,085) at 20241211090212246 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_chain.h' (42,086) at 20240405153052781 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.h' (42,087) at 20210307214927954 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-orangepi-lite2.dts' (42,088) at 20210308005002620 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-demo.dts' (42,089) at 20240405153229935 to deleted uid set 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-gpio-common.sh' (42,090) at 20210307205554082 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_bounds_deduction.c' (42,091) at 20240405153054281 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/tdp_mmu.h' (42,092) at 20240405153046453 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Do-not-build-LFS-version-of-readdir.patch' (42,093) at 20230114040015470 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/apq8016-sbc-d3-camera-mezzanine.dts' (42,094) at 20240405153229935 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_plane.h' (42,095) at 20210309003649892 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/spapr_llan.c' (42,096) at 20240906080037268 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/irq/concepts.rst' (42,097) at 20210307214925266 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/run-ptest' (42,098) at 20230401080011979 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.h' (42,099) at 20240405153047189 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/Makefile' (42,100) at 20210307214927774 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-microgea-stm32mp1-microdev2.0.dts' (42,101) at 20240405153045585 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-uniphier.c' (42,102) at 20240405153051229 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx6.txt' (42,103) at 20210308005003328 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0001-Use-pkg-config-to-find-gpgme.patch' (42,104) at 20210307205553898 2025-03-14 03:00:48.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec.c' (42,105) at 20210308005003472 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/Kconfig' (42,106) at 20241211090212314 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gdc_public.h' (42,107) at 20210307214930546 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb' (42,108) at 20240106090017237 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/fru-fault-monitor.hpp' (42,109) at 20240828080025975 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts' (42,110) at 20241008080013891 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk_types.h' (42,111) at 20240405153231799 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_thermal.c' (42,112) at 20240405153046645 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/files/fpgardu.sh' (42,113) at 20240308090017907 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ncr53c8xx.h' (42,114) at 20240405153051681 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mwait.h' (42,115) at 20240405153230111 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest/0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch' (42,116) at 20240301090012447 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8917.c' (42,117) at 20240405153230227 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/mlx5/Makefile' (42,118) at 20240405153052165 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/ciscode.h' (42,119) at 20210307214931578 2025-03-14 03:00:48.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_netns.h' (42,120) at 20210309003654472 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sh.h' (42,121) at 20210308005003484 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/pdata_git.bb' (42,122) at 20240606080012860 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/util.c' (42,123) at 20240405153052973 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.h' (42,124) at 20240405153047269 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/hardwaremanager.c' (42,125) at 20240405153048329 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/iostat.h' (42,126) at 20240405153054193 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,global_timer.yaml' (42,127) at 20210307214925446 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_vtpm_proxy.c' (42,128) at 20240405153046765 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/elog-gen-template.mako.hpp' (42,129) at 20230907080029388 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clkdev.c' (42,130) at 20240624080012772 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-apf51.dts' (42,131) at 20240405153045489 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabresd.dts' (42,132) at 20210308005002584 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/Kconfig' (42,133) at 20240405153048809 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l41_hda.h' (42,134) at 20240405153232131 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/cpufreq_spudemand.c' (42,135) at 20210309003648936 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/postactions.py' (42,136) at 20241221090017632 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/composite.h' (42,137) at 20240405153231843 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/args.hpp' (42,138) at 20210522000020822 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/MAINTAINERS' (42,139) at 20210308005002960 2025-03-14 03:00:48.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/st-rc.txt' (42,140) at 20210307214925354 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_cmd.h' (42,141) at 20220525020654183 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3_2' (42,142) at 20210308005002556 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/agent.h' (42,143) at 20210307214926246 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-pll-s10.c' (42,144) at 20240405153046845 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/pipeline.json' (42,145) at 20240405153054141 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/main.cpp' (42,146) at 20240820080038646 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/listener.cpp' (42,147) at 20210308005346774 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hv/hv_util.c' (42,148) at 20240405153048837 to deleted uid set 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_defconfig' (42,149) at 20210308005003244 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rcar-gen2-common.h' (42,150) at 20210308005003612 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-netgear-raxe500.dts' (42,151) at 20240405153045717 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sdrc.h' (42,152) at 20240405153045669 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu-sva.h' (42,153) at 20240405153049185 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rslib.h' (42,154) at 20210307214931498 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/xilfpga.c' (42,155) at 20210308005003008 2025-03-14 03:00:48.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-sbc-t3517.dts' (42,156) at 20240405153045605 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/lpt_commit.c' (42,157) at 20240405153052549 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/hostmem-epc.h' (42,158) at 20220429100100558 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/flash.h' (42,159) at 20210307214931514 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/hw.c' (42,160) at 20240405153230711 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg' (42,161) at 20210307214925210 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/kasan.h' (42,162) at 20241125090012231 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_aead.c' (42,163) at 20240405153046933 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/tach.mako.hpp' (42,164) at 20210308005059173 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-ethtool.c' (42,165) at 20240405153049917 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-kernel/linux/linux-aspeed/starscream.cfg' (42,166) at 20240110090012776 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb' (42,167) at 20241206090014330 to deleted uid set 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/gpio-regulator.c' (42,168) at 20240405153051465 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/kernel-driver-statement.rst' (42,169) at 20210307214925550 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_4_ppsmc.h' (42,170) at 20240405153048349 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/117.out' (42,171) at 20240326080039726 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/Kconfig' (42,172) at 20210308005003052 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8167-pumpkin.dts' (42,173) at 20240405153045745 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_mmap.c' (42,174) at 20240405153230903 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp-standard.scc' (42,175) at 20220804030014671 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/openpower-bios-factory-reset.service' (42,176) at 20211026000032466 2025-03-14 03:00:48.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_stp_if.c' (42,177) at 20240405153053193 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/kvm.h' (42,178) at 20240906080037356 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-ga10h-v1.1.dts' (42,179) at 20240405153045389 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/network-wait-ipv6-ll@.service' (42,180) at 20240119090013779 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/collectd.service' (42,181) at 20210307205553910 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/Makefile' (42,182) at 20220525020653607 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_context.c' (42,183) at 20240405153048393 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/Kconfig' (42,184) at 20210308005003172 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6_20.h' (42,185) at 20240405153051289 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/frontend.json' (42,186) at 20240405153054145 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/fstree.c' (42,187) at 20210307214932142 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dquot_item.h' (42,188) at 20220525020654519 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpufreq/qcom-cpufreq-hw.c' (42,189) at 20240405153230255 to deleted uid set 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_length.fail' (42,190) at 20241206090014310 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_axuser_dec_regs.h' (42,191) at 20240405153046597 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_els.h' (42,192) at 20220525020654003 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb' (42,193) at 20220126040017551 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch' (42,194) at 20241221090017656 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-greek.c' (42,195) at 20210307214931178 2025-03-14 03:00:48.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-gnutls.c' (42,196) at 20241211090212230 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target.h' (42,197) at 20241211090212530 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch' (42,198) at 20240413080012623 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/device.h' (42,199) at 20210308005003628 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1166dhp2.dts' (42,200) at 20240405153045425 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a34/branch.json' (42,201) at 20240405153054109 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb' (42,202) at 20241206090014238 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig' (42,203) at 20210308005003264 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/adxl.h' (42,204) at 20210307214931354 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25.dtsi' (42,205) at 20240405153229883 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/ge_imp3a_defconfig' (42,206) at 20240405153046097 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/cstptr.cocci' (42,207) at 20240405153053441 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/MinimumVersion/meson.build' (42,208) at 20240403080025882 to deleted uid set 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-base.c' (42,209) at 20240906080037220 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/atmel-st.h' (42,210) at 20210307214931434 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/rfgain.h' (42,211) at 20210307214929754 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-bus-helper.h' (42,212) at 20230426080043772 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb' (42,213) at 20230919080013974 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/files/disable-mmc-sdhci.cfg' (42,214) at 20240209090013644 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/vx855.c' (42,215) at 20210307214929118 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/viafbdev.h' (42,216) at 20210307214930950 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/Kconfig' (42,217) at 20240405153046209 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/vfio-helpers.c' (42,218) at 20230925080040113 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/meson.options' (42,219) at 20230817080051745 to deleted uid set 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst' (42,220) at 20240405153229823 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/lowlevel_init.S' (42,221) at 20210308005003048 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-evb.dts' (42,222) at 20240405153045389 2025-03-14 03:00:48.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/armv7m.c' (42,223) at 20240906080037188 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/conf-notes.txt' (42,224) at 20220913030020492 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/Kconfig' (42,225) at 20210308005002968 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/084_files.dts' (42,226) at 20210308005003752 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-script-python.txt' (42,227) at 20240405153054081 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/poff' (42,228) at 20210307205554466 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/itree_common.c' (42,229) at 20240405153231695 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo.c' (42,230) at 20221215040039218 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s5pc210_universal_defconfig' (42,231) at 20210308005003276 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch' (42,232) at 20241221090017668 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/JumpLinkMixin.js' (42,233) at 20220105012522983 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-efuse.h' (42,234) at 20240906080037336 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-firmware.c' (42,235) at 20240405153049357 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/281.out' (42,236) at 20220429100100926 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6524x-regulator.c' (42,237) at 20240405153051477 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_ucs2_data.h' (42,238) at 20240405153231707 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/spartan3.c' (42,239) at 20210308005003376 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tuner-simple.c' (42,240) at 20210307214928802 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c' (42,241) at 20240405153054305 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/isl29020.c' (42,242) at 20240405153049641 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/omfs.h' (42,243) at 20210307214931218 2025-03-14 03:00:48.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h' (42,244) at 20240815080012875 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_sh_mask.h' (42,245) at 20210307214927690 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_sdio.h' (42,246) at 20210307214929874 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,armada-3700-uart-clock.yaml' (42,247) at 20240405153045025 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/031' (42,248) at 20220429100100886 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/kunit-test.c' (42,249) at 20240405153053089 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/syscalls/syscall.tbl' (42,250) at 20240405153230147 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/COLO-FT.txt' (42,251) at 20241211090212230 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra234.c' (42,252) at 20240405153230831 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_tfa_defconfig' (42,253) at 20210308005003264 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/089.out' (42,254) at 20210927100127481 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib3000mc.h' (42,255) at 20210307214928618 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_pf_vsi_vlan_ops.c' (42,256) at 20240405153050009 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-qcom-pdc.c' (42,257) at 20240405153231371 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/stm32f429-evaluation.c' (42,258) at 20210308005003052 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_msm.c' (42,259) at 20210308005003484 2025-03-14 03:00:48.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/elfcore.c' (42,260) at 20220429100100402 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c' (42,261) at 20240405153231399 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso/gettimeofday.h' (42,262) at 20210309003648676 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2063.c' (42,263) at 20220525020653315 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml' (42,264) at 20240405153045029 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/lapb_iface.c' (42,265) at 20220525020654851 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/telemetry/core.c' (42,266) at 20240405153231343 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nsim.h' (42,267) at 20210308005003608 2025-03-14 03:00:48.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct6683.c' (42,268) at 20240405153048865 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/cc2520.c' (42,269) at 20240405153050337 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ux500/Makefile' (42,270) at 20210307214930450 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS2.conf' (42,271) at 20230114040015462 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dma-mapping.h' (42,272) at 20240405153046001 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/csr.h' (42,273) at 20210307214929830 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Keuruu_Haapamaki' (42,274) at 20210307205553770 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2l.c' (42,275) at 20210308005003076 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/am3517crane.c' (42,276) at 20210308005003076 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/meta_ide.py' (42,277) at 20241221090017632 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54spi_eeprom.h' (42,278) at 20210307214929866 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu7_common.h' (42,279) at 20240405153048341 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/Makefile' (42,280) at 20240405153054037 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/trace.h' (42,281) at 20210308005045729 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h' (42,282) at 20210307214929358 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear1340.c' (42,283) at 20240405153231335 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs.metadata.yaml' (42,284) at 20220430030026016 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-on@.target' (42,285) at 20220301040040081 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-1-para' (42,286) at 20241221090017616 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/siox/siox-core.c' (42,287) at 20221128040017546 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Finnveden' (42,288) at 20210307205553782 2025-03-14 03:00:48.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/gpio.h' (42,289) at 20210308005002768 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/apple-mailbox.c' (42,290) at 20240405153049229 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/dt-setup.c' (42,291) at 20210308005002788 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_xattr.h' (42,292) at 20240405153052397 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_interface.hpp' (42,293) at 20240820080021574 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/jz4740_wdt.c' (42,294) at 20210726100024767 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/install.h' (42,295) at 20210308005046233 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/n64cart.c' (42,296) at 20240405153046709 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_fw_init_admin.h' (42,297) at 20240405153230267 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_qb.c' (42,298) at 20210308005046509 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/g_zero.h' (42,299) at 20210307214930802 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/spiceaudio.c' (42,300) at 20240326080039370 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/memory/Kconfig' (42,301) at 20210308005003388 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/joe/joe_4.6.bb' (42,302) at 20241221090017536 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/escape/__init__.py' (42,303) at 20210307214932154 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/buffer_icap.h' (42,304) at 20210307214926958 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/whitelist' (42,305) at 20230903080011363 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/pinmux.h' (42,306) at 20210308005002776 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/syscon_rk3288.c' (42,307) at 20210308005002776 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd_2.3.3.bb' (42,308) at 20220910030013361 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/syscall64-abi.rst' (42,309) at 20220525020651754 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/inode.c' (42,310) at 20240405153232111 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/rgrp.h' (42,311) at 20240613080016491 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-ofw' (42,312) at 20210307214925202 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-bcm6345.c' (42,313) at 20210308005003480 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/fixmap.h' (42,314) at 20241212090012679 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/kernel-api.rst' (42,315) at 20240405153229751 2025-03-14 03:00:48.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2500.py' (42,316) at 20241211090212538 to deleted uid set 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/ili9163.c' (42,317) at 20240405153048773 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cpufeature.h' (42,318) at 20240405153045937 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/clean-unit-test-docker' (42,319) at 20221208040016922 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_HL.h' (42,320) at 20210307214931650 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-iop3xx.h' (42,321) at 20210307214928158 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_nport.h' (42,322) at 20220525020654003 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.c' (42,323) at 20210309003651056 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/rng.h' (42,324) at 20210307214931310 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Heater_v1.xml' (42,325) at 20240619080002924 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/xattr_hurd.c' (42,326) at 20240405153052349 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/Makefile' (42,327) at 20210307214931930 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/mcimx7d-sabre.rst' (42,328) at 20241211090212238 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsdvb-main.c' (42,329) at 20220525020653239 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/diffconfig' (42,330) at 20240405153053445 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-gpio-2.dtsi' (42,331) at 20210307214926350 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/ibm-power8-cpu.inc' (42,332) at 20210307205554058 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/usb4.c' (42,333) at 20241008080013983 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pabort-v7.S' (42,334) at 20210307214925970 2025-03-14 03:00:48.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/elf.h' (42,335) at 20210307214926306 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/sev.c' (42,336) at 20241211090212486 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/bcm-ocotp.c' (42,337) at 20240405153231275 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/sigreturn_unaligned.c' (42,338) at 20240405153054361 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/light.c' (42,339) at 20240613080016467 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/trace.h' (42,340) at 20210308005046109 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/vm_util.h' (42,341) at 20240411080014162 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s-olinuxino-micro.dts' (42,342) at 20240405153045377 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear310.dtsi' (42,343) at 20240405153045577 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/mdp4.yaml' (42,344) at 20240405153045041 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/conntrack_icmp_related.sh' (42,345) at 20240405153054353 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/internal.h' (42,346) at 20241211090145521 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_tables.h' (42,347) at 20210307214930534 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/sparsemem.h' (42,348) at 20210309003648980 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/index.rst' (42,349) at 20240405153229835 2025-03-14 03:00:48.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmt/Makefile' (42,350) at 20220525020653911 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel_ssc_dai.h' (42,351) at 20210307214932286 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_regs.h' (42,352) at 20220525020652919 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/Kbuild' (42,353) at 20240405153230003 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/seqlock.h' (42,354) at 20210308005046049 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-union.json' (42,355) at 20220429100100882 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-service-identity/run-ptest' (42,356) at 20240301090012435 to deleted uid set 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.%.bbappend' (42,357) at 20230114040015490 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/interpreter.patch' (42,358) at 20230114040015542 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/ldap-user-roles.html' (42,359) at 20210308005107069 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memory-hotplug/config' (42,360) at 20240405153054325 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar_git.bb' (42,361) at 20240301090012431 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rv8803.c' (42,362) at 20240405153231375 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi' (42,363) at 20240405153229903 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_poweroff.sh' (42,364) at 20230606080013598 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/ia_css_de2.host.c' (42,365) at 20210307214930554 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/pior507d.c' (42,366) at 20210309003649820 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb' (42,367) at 20240106090017233 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa27x.h' (42,368) at 20240405153045677 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/hppa-firmware.img' (42,369) at 20241211090212426 2025-03-14 03:00:48.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_hwmon.c' (42,370) at 20240617080017386 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/tas.c' (42,371) at 20240405153053485 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/genelf.c' (42,372) at 20240405153232235 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9xe.dtsi' (42,373) at 20240405153045469 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pch_dma.h' (42,374) at 20210307214931466 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_packrl_ph.c' (42,375) at 20210308005046505 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/ruleset.h' (42,376) at 20240405153232115 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc4357-myd-lpc4357.dts' (42,377) at 20240405153045533 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-pci-multi.c' (42,378) at 20240906080037208 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme0_qm_masks.h' (42,379) at 20240405153046577 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC6-72w' (42,380) at 20210307205553758 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/lcsr_helper.c' (42,381) at 20240326080039678 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/renesas,ufs.yaml' (42,382) at 20240405153045181 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips_mt.h' (42,383) at 20210307214926226 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9131rdb.dts' (42,384) at 20210307214926342 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/exec.h' (42,385) at 20210307214926662 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zorro.h' (42,386) at 20220525020654631 2025-03-14 03:00:48.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/cyrus.h' (42,387) at 20210308005003168 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/radeon_drm.h' (42,388) at 20210307214931618 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c' (42,389) at 20210308005002984 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/trace_points.c' (42,390) at 20210307214927834 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-decoder-cmd.rst' (42,391) at 20220525020651786 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/firmware_utils.py' (42,392) at 20221209040018567 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-exec.c' (42,393) at 20220525020655227 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/c293si-pre.dtsi' (42,394) at 20210307214926342 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/interrupts.c' (42,395) at 20210308005002848 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma7455_spi.c' (42,396) at 20240405153048937 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_sriov.h' (42,397) at 20240906080037336 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/random.h' (42,398) at 20240405153052933 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/algos/i2c-algo-pcf.h' (42,399) at 20210307214928150 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_fv.h' (42,400) at 20210308005002880 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/image_handler.hpp' (42,401) at 20240817080027656 to deleted uid set 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/hsta.txt' (42,402) at 20210307214925402 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi' (42,403) at 20240405153045529 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sun6i.c' (42,404) at 20240405153231375 2025-03-14 03:00:48.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/termbits.h' (42,405) at 20210308005046073 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-led.c' (42,406) at 20220525020653907 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/run_nosymfollow.sh' (42,407) at 20210309003656004 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml' (42,408) at 20240405153045109 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/mpc8572ds.c' (42,409) at 20210308005002980 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/Kconfig' (42,410) at 20240405153046697 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/kmmio.c' (42,411) at 20240405153046477 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_sdias.c' (42,412) at 20240405153051517 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh' (42,413) at 20220405030025645 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_siginfo.h' (42,414) at 20240326080039390 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/l2c2x0.yaml' (42,415) at 20240405153045021 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/sabre.h' (42,416) at 20230426080043764 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/mchp23k256.c' (42,417) at 20240405153230867 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/.gitignore' (42,418) at 20240405153054313 2025-03-14 03:00:48.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/MAINTAINERS' (42,419) at 20210308005003020 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_if.h' (42,420) at 20240405153050205 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/div64.S' (42,421) at 20210307214926434 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/ec_kb3310b.h' (42,422) at 20210307214926270 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-gmxx-defs.h' (42,423) at 20210307214926234 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ich9_timer.h' (42,424) at 20241211090212358 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@1c0/tmp421@4c.conf' (42,425) at 20240904080027738 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h' (42,426) at 20210307214927970 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/Kconfig' (42,427) at 20210308005002916 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq806x.c' (42,428) at 20240405153230223 2025-03-14 03:00:48.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Sachsen' (42,429) at 20210307205553766 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/thermal.h' (42,430) at 20240405153052941 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/regression.h' (42,431) at 20210307214932630 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_bss_pad.py' (42,432) at 20210308005003748 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ps3flash.c' (42,433) at 20220525020652298 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/Kbuild' (42,434) at 20220525020651882 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/Makefile' (42,435) at 20240405153052249 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/smdk_wm8994pcm.c' (42,436) at 20220627100017210 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_pvt.c' (42,437) at 20210309003654904 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/ahci.h' (42,438) at 20240906080037568 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-reference-design-tablet.dtsi' (42,439) at 20240405153045397 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/dbus.h' (42,440) at 20230426080043772 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/uberblock_impl.h' (42,441) at 20210308005003692 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/udplite.h' (42,442) at 20240405153231859 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-rsk/devices-rsk7269.c' (42,443) at 20210307214926538 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stmpe-spi.c' (42,444) at 20240405153049617 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch' (42,445) at 20210307205554006 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/samsung-2g.cfg' (42,446) at 20210308005002908 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt' (42,447) at 20240405153045053 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/txring_overwrite.c' (42,448) at 20210307214932694 2025-03-14 03:00:48.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/helper.hpp' (42,449) at 20211015000102372 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7722.c' (42,450) at 20240405153051361 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/devicetree-vpd-parser.service' (42,451) at 20241101080009595 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/shmparam.h' (42,452) at 20210307214926586 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/mti,mips-cdmm.yaml' (42,453) at 20210309003648328 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-k210.c' (42,454) at 20241008080013971 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_verificationstarted_unittest.cpp' (42,455) at 20240817080027652 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netrom.h' (42,456) at 20210307214931650 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fexit_test.c' (42,457) at 20240405153232255 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-b.dts' (42,458) at 20240405153229891 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/Kconfig' (42,459) at 20210308005003080 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/microchip,lan966x.yaml' (42,460) at 20240405153045065 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ksample.py' (42,461) at 20220910030013397 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/hardcodepaths.patch' (42,462) at 20241221090017672 to deleted uid set 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/file.h' (42,463) at 20240405153052473 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/umodsi3.S' (42,464) at 20240405153230007 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/cookerdata.py' (42,465) at 20241221090017584 to deleted uid set 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_s5p.c' (42,466) at 20210308005003484 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/iommu.c' (42,467) at 20220525020652118 2025-03-14 03:00:48.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/prism2mgmt.h' (42,468) at 20240405153051953 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/input/linux-event-codes.h' (42,469) at 20240726080012870 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/method.py' (42,470) at 20230516080040262 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/Makefile' (42,471) at 20240405153052505 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_exception.c' (42,472) at 20210308005003704 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch' (42,473) at 20220910030013425 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___err_too_shallow.c' (42,474) at 20210307214932642 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx1.dtsi' (42,475) at 20240405153229879 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/abi-obsolete.rst' (42,476) at 20240405153229735 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_e500mc.h' (42,477) at 20240405153230035 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0001-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch' (42,478) at 20241221090017664 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_empty_tree.c' (42,479) at 20210308005003764 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-topic-miami.dts' (42,480) at 20210308005002632 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/misc/nfs.h' (42,481) at 20240405153052897 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (42,482) at 20241226090016127 to deleted uid set 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7ulp-com.dts' (42,483) at 20240405153045533 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/build-environment.yml' (42,484) at 20241211090212458 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/detached_timer.hpp' (42,485) at 20220412175720086 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/eadm_sch.c' (42,486) at 20240405153051521 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/config3270.sh' (42,487) at 20240405153229747 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts' (42,488) at 20241211090145373 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch' (42,489) at 20230706080014745 to deleted uid set 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/uart-alchemy.c' (42,490) at 20210307214926190 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih410-b2120.dts' (42,491) at 20240405153045581 2025-03-14 03:00:48.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts' (42,492) at 20240405153045717 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gicv3_its_common.h' (42,493) at 20230925080039929 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-foxg20.dts' (42,494) at 20240405153045465 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_ether.h' (42,495) at 20210307214931398 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst' (42,496) at 20240405153045285 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/stat.h' (42,497) at 20240405153046017 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1down.service' (42,498) at 20230920080013648 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/cpfile.c' (42,499) at 20240405153052445 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/psplash-raspberrypi-img.h' (42,500) at 20210307205554102 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/link.c' (42,501) at 20240405153232047 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qtest_aspeed.c' (42,502) at 20230925080040097 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/MAINTAINERS' (42,503) at 20210308005003056 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_trace.h' (42,504) at 20220525020652919 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/dbus-vmstate1.xml' (42,505) at 20220429100100378 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mxs/mach-mxs.c' (42,506) at 20240405153045657 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/manager.cpp' (42,507) at 20240820080023686 to deleted uid set 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/ch9200.c' (42,508) at 20240405153050377 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mmzone_32.h' (42,509) at 20210307214926666 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu.c' (42,510) at 20241211090212518 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond.service' (42,511) at 20210307205554558 2025-03-14 03:00:48.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/harddog_user_exp.c' (42,512) at 20240405153046341 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/clock.c' (42,513) at 20240405153045657 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_refcode.py' (42,514) at 20210308005003748 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/i2c_occ.cpp' (42,515) at 20210921100032682 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__receiver_ref.hpp' (42,516) at 20240731080033662 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/via/via-velocity.h' (42,517) at 20240405153050321 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c' (42,518) at 20210308005002552 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-sme.c' (42,519) at 20240405153053409 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/starfive-jh7100.h' (42,520) at 20240405153052649 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_misc.c' (42,521) at 20210307214932646 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/early_alloc.h' (42,522) at 20220525020651958 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/spinlock.h' (42,523) at 20240405153054317 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-read-settings-mrw/mrw-override-settings.yaml' (42,524) at 20210307205554074 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/virtual-memory.json' (42,525) at 20240405153054157 2025-03-14 03:00:48.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml' (42,526) at 20240405153045121 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm87.rst' (42,527) at 20210309003648428 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/loongson,ls-audio-card.yaml' (42,528) at 20240405153045165 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/cpumap.h' (42,529) at 20240405153054065 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/boston-clock.h' (42,530) at 20210308005003632 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_validation.h' (42,531) at 20240405153048801 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-gp.dts' (42,532) at 20210308005002568 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32h743i-eval.dts' (42,533) at 20240405153045581 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-core/busybox/busybox/busybox.cfg' (42,534) at 20210307205554090 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_dsi.c' (42,535) at 20240405153230583 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-kingoftown.dts' (42,536) at 20240405153045781 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/evm_posix_acl.c' (42,537) at 20210307214932170 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/leds/mori-led-manager-config-native.bb' (42,538) at 20241206090014226 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/skge.c' (42,539) at 20240405153050077 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-cougar.c' (42,540) at 20240913080013793 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/classic_vs_extended.rst' (42,541) at 20240405153044989 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6125-gpucc.h' (42,542) at 20240405153052645 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BrierleyHill' (42,543) at 20210307205553794 2025-03-14 03:00:48.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5592r-base.h' (42,544) at 20240405153048973 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/reed_solomon/reed_solomon.c' (42,545) at 20210307214931814 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/client.2201.conf' (42,546) at 20230606080013598 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/tfrc.h' (42,547) at 20210307214931922 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/entity-manager/blacklist.json' (42,548) at 20240422080012373 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/meson.build' (42,549) at 20241211090212342 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml' (42,550) at 20240405153045121 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_idc_int.h' (42,551) at 20240405153050009 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/common.c' (42,552) at 20241106090008829 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ssize_t.patch' (42,553) at 20210608000015799 to deleted uid set 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/TODO-parport' (42,554) at 20210307214930010 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/errno.h' (42,555) at 20210307214931630 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/fdinfo.c' (42,556) at 20240405153231883 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb' (42,557) at 20241221090017512 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/pci.c' (42,558) at 20240405153050653 2025-03-14 03:00:48.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/trace_events.h' (42,559) at 20241104090011599 to deleted uid set 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/ipc4/header.h' (42,560) at 20240405153052889 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmr735d.dtsi' (42,561) at 20240405153045777 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/aes.c' (42,562) at 20210308005003696 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_fs.c' (42,563) at 20210309003650180 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/altmodes/nvidia.c' (42,564) at 20210307214930878 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sigaltstack/sas.c' (42,565) at 20240405153054373 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/srmmu_access.S' (42,566) at 20210307214926610 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/.gitignore' (42,567) at 20210307214925678 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/vfpmodule.c' (42,568) at 20240405153229915 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclp.c' (42,569) at 20241211090212330 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/classes/dm-verity-img.bbclass' (42,570) at 20240413080012667 to deleted uid set 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/rename_attack_test.c' (42,571) at 20210307214932698 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-tlscredsx509.c' (42,572) at 20221215040039394 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/pcie_card_metadata.cpp' (42,573) at 20241217090427543 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c' (42,574) at 20240710080014581 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/flash.c' (42,575) at 20210308005002972 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/discard.h' (42,576) at 20240405153052277 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/pp_debug.h' (42,577) at 20240405153048337 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb' (42,578) at 20221120040010738 2025-03-14 03:00:48.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/restrack.h' (42,579) at 20210309003650156 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml' (42,580) at 20240405153045093 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_resource.h' (42,581) at 20220429100100650 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/arch/sandbox/dts/test.dts' (42,582) at 20220215040051500 to deleted uid set 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000.h' (42,583) at 20240405153230955 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-config.h' (42,584) at 20210307214926230 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/8390.h' (42,585) at 20210308005003424 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/interrupts_m.c' (42,586) at 20210308005002708 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/integratorcp.dts' (42,587) at 20240405153045401 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/no-examples.patch' (42,588) at 20210307205554470 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/aht10.c' (42,589) at 20240405153048845 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_plane.c' (42,590) at 20240405153048565 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_hynix.c' (42,591) at 20240613080016427 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-apq8096-skips.txt' (42,592) at 20240405153230531 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc1xx-goni.dts' (42,593) at 20210308005002608 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ioam6_parser.c' (42,594) at 20240405153054345 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/string.h' (42,595) at 20210308005003668 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Hausjarvi' (42,596) at 20210307205553766 2025-03-14 03:00:48.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-intel-m10-bmc' (42,597) at 20240405153044925 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/11.json' (42,598) at 20240212090032054 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-driver.c' (42,599) at 20240405153231295 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/bitsperlong.h' (42,600) at 20210307214926590 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/config' (42,601) at 20210307205554454 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/pl110.c' (42,602) at 20240906080037216 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-dai.c' (42,603) at 20240405153232191 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/avocado.cfg' (42,604) at 20220429100100730 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/brk-imm.h' (42,605) at 20240405153045853 2025-03-14 03:00:48.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/cec-core.rst' (42,606) at 20240405153229807 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt2712-evb.dts' (42,607) at 20240503080014458 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_main.h' (42,608) at 20210307214927082 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci.c' (42,609) at 20241211090212346 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_sercos3.c' (42,610) at 20220525020654239 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/pgtable-32.c' (42,611) at 20240405153230015 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/stdplus.wrap' (42,612) at 20221210040039006 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-2.dtsi' (42,613) at 20240405153046093 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_at_a2150.c' (42,614) at 20240405153046897 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-builtin.c' (42,615) at 20240405153049241 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-opensuse.yml' (42,616) at 20241221090017464 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/time_utils.hpp' (42,617) at 20241015080002911 to deleted uid set 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_queue.sh' (42,618) at 20240405153054357 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/main.cpp' (42,619) at 20240817080005771 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5282.h' (42,620) at 20210308005002804 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc64-linux-user.mak' (42,621) at 20230925080039837 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot' (42,622) at 20240628080017121 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/wget/wget.inc' (42,623) at 20230706080014785 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi' (42,624) at 20220525020652198 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml' (42,625) at 20240405153045053 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/syscall.h' (42,626) at 20240405153230063 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/ioapic.h' (42,627) at 20230426080043760 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c' (42,628) at 20240405153050105 2025-03-14 03:00:48.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/misc.c' (42,629) at 20240405153046209 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count' (42,630) at 20240906080037560 to deleted uid set 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Source-Code' (42,631) at 20211006000025230 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/perf_event.h' (42,632) at 20241011080017375 to deleted uid set 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/sensor_dbus.json' (42,633) at 20221214040014392 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox-sti.c' (42,634) at 20240405153049229 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/bugs.c' (42,635) at 20240405153046429 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/monitors/wwnr/wwnr.c' (42,636) at 20240405153053061 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table.js' (42,637) at 20210308005107069 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3568-power.h' (42,638) at 20220525020654547 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/smpro-errmon.c' (42,639) at 20240405153049649 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/fsl,imx93-power.h' (42,640) at 20240405153052653 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS2.conf' (42,641) at 20240529080017843 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb' (42,642) at 20221003030013289 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fan-control-ready@.target' (42,643) at 20220301040040077 2025-03-14 03:00:48.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-vf610.c' (42,644) at 20210309003649244 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_atombios.c' (42,645) at 20241211090145425 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/virtual-memory.json' (42,646) at 20240405153054129 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/hooks.c' (42,647) at 20240405153052317 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/arm.c' (42,648) at 20241216090017685 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/gx-suspmod.c' (42,649) at 20210307214927054 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/snvs_pwrkey.c' (42,650) at 20221102030020801 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/regd_common.h' (42,651) at 20240405153050473 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/epapr-wrapper.c' (42,652) at 20210307214926362 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/eeprom93xx.h' (42,653) at 20210308005046021 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager.cpp' (42,654) at 20210308005059705 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-isl29501' (42,655) at 20210307214925190 2025-03-14 03:00:48.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cg_storage_multi_shared.c' (42,656) at 20240405153054269 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cache-b15-rac.h' (42,657) at 20210307214925850 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rn5t618.c' (42,658) at 20240405153230839 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch' (42,659) at 20210307205554122 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-virtual-pnor.bbclass' (42,660) at 20230520080014484 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb' (42,661) at 20240301090012471 to deleted uid set 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/Makefile' (42,662) at 20210308005003372 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/videobuf-core.c' (42,663) at 20210309003650400 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_straddle_partitions.cpp' (42,664) at 20210308005108645 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/as3711.h' (42,665) at 20210307214931426 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/kernel-yocto.bbclass' (42,666) at 20241221090017608 to deleted uid set 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0005-libtool-Check-for-static-libs-for-internal-compiler-.patch' (42,667) at 20241221090017664 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-lamobo-r1.dts' (42,668) at 20240405153045385 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/generate_unique_mock_id.hpp' (42,669) at 20220412175720090 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_ls_recursion.c' (42,670) at 20240405153054269 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/witherspoon-tacoma/ibm-basic-eth-map.json' (42,671) at 20230930080011592 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon.h' (42,672) at 20240405153052189 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c' (42,673) at 20240405153051837 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-versaclock5.c' (42,674) at 20240405153230207 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/shm_ipc.c' (42,675) at 20210307214929902 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_ltalk.h' (42,676) at 20210307214931398 2025-03-14 03:00:48.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dms-ba16-1g_defconfig' (42,677) at 20210308005003256 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/bootrom.h' (42,678) at 20210308005002660 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/spu.c' (42,679) at 20240405153046221 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-clps711x/Kconfig' (42,680) at 20240405153045637 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' (42,681) at 20210308005046149 to deleted uid set 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_rcw_sd.cfg' (42,682) at 20210308005002968 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers.hpp' (42,683) at 20240711080036139 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/toggle_identify_led.sh' (42,684) at 20230419080018958 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/proc.c' (42,685) at 20240405153053201 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/Kconfig' (42,686) at 20210308005003008 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_amiga.h' (42,687) at 20210308005003288 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/VirtualMediaCollection_v1.xml' (42,688) at 20240619080002940 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_ts.h' (42,689) at 20220525020653311 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echoaudio.c' (42,690) at 20220525020654991 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/riscv/ucall.h' (42,691) at 20240405153232267 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/barrier.h' (42,692) at 20210309003648560 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/index.rst' (42,693) at 20240405153045225 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_gmbus.c' (42,694) at 20240405153048453 2025-03-14 03:00:48.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/sdlaudio.c' (42,695) at 20240326080039370 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf104.c' (42,696) at 20240405153048641 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/bioscalls.c' (42,697) at 20220525020653915 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_isr.c' (42,698) at 20240405153051737 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/dir_silly.c' (42,699) at 20240405153052261 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/slic_ds26522.h' (42,700) at 20210307214929718 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml' (42,701) at 20220525020651682 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep0030.dts' (42,702) at 20240405153045605 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/pd_vdo.h' (42,703) at 20220525020654627 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/abilis,tb10x-iomux.txt' (42,704) at 20210307214925390 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/completion.c' (42,705) at 20240405153231923 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa3xx.h' (42,706) at 20240405153045677 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/make-errors.patch' (42,707) at 20220402030015951 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/actions/set_parameter_from_group_max.hpp' (42,708) at 20220707030030843 to deleted uid set 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-deadline.rst' (42,709) at 20240405153045253 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra194-clock.h' (42,710) at 20210307214931338 2025-03-14 03:00:48.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/0001-setup.py-Disable-autodection-of-modules.patch' (42,711) at 20220618030015170 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch' (42,712) at 20241221090017636 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml' (42,713) at 20240405153229763 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jokkmokk_Tjalmejaure' (42,714) at 20210307205553782 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/memory.json' (42,715) at 20240405153054149 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_main.h' (42,716) at 20220525020653811 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/zstd_decompress_module.c' (42,717) at 20240405153053117 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm63178.dtsi' (42,718) at 20240405153045429 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/iscsi.c' (42,719) at 20240906080037148 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/trace.h' (42,720) at 20240405153050473 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/sdio_ids.h' (42,721) at 20240405153052741 2025-03-14 03:00:48.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/tlb.h' (42,722) at 20210308005002820 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm632-motorola-ocean.dts' (42,723) at 20240405153045785 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_tsn.c' (42,724) at 20240830080013283 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5593r.c' (42,725) at 20240405153048977 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/native/inst.h' (42,726) at 20210307214926118 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-interconnection.h' (42,727) at 20210307214932398 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-gate2.c' (42,728) at 20220525020652306 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/memory.hpp' (42,729) at 20241217090008768 to deleted uid set 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/Makefile' (42,730) at 20240405153050281 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/sonic.c' (42,731) at 20240405153050189 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/pl330.c' (42,732) at 20241211090212270 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/settings/phosphor-settings-manager/chassis_capabilities.override.yml' (42,733) at 20210727100022904 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc' (42,734) at 20220823030015959 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx28evk.h' (42,735) at 20210308005003604 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/perf_ioctl.sh' (42,736) at 20240405153054173 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/setup.cfg' (42,737) at 20210308004922940 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/MAINTAINERS' (42,738) at 20210308005002976 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/Makefile' (42,739) at 20240405153045693 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/board.c' (42,740) at 20210308005003080 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent_0.16.1.bb' (42,741) at 20241206090014242 to deleted uid set 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/platsmp.h' (42,742) at 20240405153045693 2025-03-14 03:00:48.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/media/omap3-isp.h' (42,743) at 20210308005003636 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/uprobetracer.rst' (42,744) at 20240405153229831 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/stm32_spdifrx.c' (42,745) at 20241115090012977 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/goodix.c' (42,746) at 20240405153230731 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/i2c-stub.rst' (42,747) at 20210307214925510 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml' (42,748) at 20240405153045057 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/scripts/ci-cleanup.sh' (42,749) at 20210307205554130 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/hi6421-pmic.h' (42,750) at 20210309003653860 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs4_mount.h' (42,751) at 20210307214931650 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/clear-once/clear-once.service' (42,752) at 20210307205554062 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c' (42,753) at 20240919080017058 2025-03-14 03:00:48.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/bu21013_ts.c' (42,754) at 20240405153230731 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad3552r.c' (42,755) at 20240405153048973 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/refscale.c' (42,756) at 20240405153231919 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.core_prefetch' (42,757) at 20210308005002556 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/net_forwarding_lib.sh' (42,758) at 20240624080012836 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/controller/Kconfig' (42,759) at 20240405153231299 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/ili9341.c' (42,760) at 20240405153048773 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/Makefile' (42,761) at 20240405153053981 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-s5m.c' (42,762) at 20240405153051505 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/libopenbmc_intf/meson.build' (42,763) at 20241010080036049 to deleted uid set 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mtrr.h' (42,764) at 20240405153046389 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/video/Makefile' (42,765) at 20240405153230147 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/README-PLUGINS' (42,766) at 20210307214932722 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/targets.hpp' (42,767) at 20240817080026660 2025-03-14 03:00:48.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/memcmp.S' (42,768) at 20210307214926098 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/compaction.c' (42,769) at 20240503080014506 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/common.c' (42,770) at 20240405153229911 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/kconfig.rst' (42,771) at 20240405153229819 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/kryo-l2-accessors.h' (42,772) at 20210309003653972 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bollnas' (42,773) at 20210307205553778 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pello' (42,774) at 20210307205553770 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/rc-main.c' (42,775) at 20240405153049517 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/intel-bts.c' (42,776) at 20240405153054093 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall/interfaces' (42,777) at 20210307205554482 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig' (42,778) at 20210308005003240 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_pppox.h' (42,779) at 20240405153052705 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/ti-aemif.h' (42,780) at 20210308005002708 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-3.dtsi' (42,781) at 20240405153046093 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/Makefile' (42,782) at 20240405153048557 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/tlb.c' (42,783) at 20210308005003048 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Watchdog/meson.build' (42,784) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi' (42,785) at 20240405153229923 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (42,786) at 20220622030015261 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_set.c' (42,787) at 20210307214932030 2025-03-14 03:00:48.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/wq_enet_desc.h' (42,788) at 20240405153051737 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ata/libata-core.c' (42,789) at 20240913080013781 to deleted uid set 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/swiotlb.c' (42,790) at 20240624080012820 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/files/environment.d-openssl.sh' (42,791) at 20241221090017636 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/posix_types.h' (42,792) at 20210307214926514 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/socrates_fpga_pic.h' (42,793) at 20240405153046201 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_vbmeta_image.c' (42,794) at 20210308005003708 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cacheflush.h' (42,795) at 20240405153230027 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/bus.json' (42,796) at 20240405153054105 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/fsgs.rst' (42,797) at 20240405153044989 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/vaddr.c' (42,798) at 20241216090017781 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/map_in_map.c' (42,799) at 20240624080012816 2025-03-14 03:00:48.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (42,800) at 20241211090212530 to deleted uid set 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/microblaze.c' (42,801) at 20240906080037168 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_arria10.h' (42,802) at 20210308005002780 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/inspur-ipsps.c' (42,803) at 20240405153048869 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/iscsi-initiator.service' (42,804) at 20210307205553818 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pci.c' (42,805) at 20241211090212246 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/event_manager.hpp' (42,806) at 20241122090035233 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-spi-s3c64xx.c' (42,807) at 20240405153045685 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/g84.c' (42,808) at 20220525020652971 2025-03-14 03:00:48.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1511.c' (42,809) at 20220525020653947 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-ntb-function.rst' (42,810) at 20220525020651638 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TAPR-OHL-1.0' (42,811) at 20211006000025246 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/ppc64.conf' (42,812) at 20240106090017257 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/__init__.py' (42,813) at 20210307214932146 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/paravirt.h' (42,814) at 20240405153046121 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-audsys-clk.h' (42,815) at 20240405153053965 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager/blacklist.json' (42,816) at 20241128090011453 to deleted uid set 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/conf.py' (42,817) at 20241221090017464 to deleted uid set 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear300.c' (42,818) at 20240405153231335 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains54xx_data.c' (42,819) at 20210307214925914 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Poprad' (42,820) at 20210307205553794 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/Kconfig' (42,821) at 20210416100025442 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/boot0.h' (42,822) at 20210308005002664 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/VeraMoBd.ttf' (42,823) at 20210307205554370 to deleted uid set 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1126.dtsi' (42,824) at 20240405153229899 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_reg.h' (42,825) at 20240405153230595 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/tegra20-cpufreq.c' (42,826) at 20240405153046917 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/xlnx-versal-clk.h' (42,827) at 20210307214931338 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic4_qm0_regs.h' (42,828) at 20240405153046577 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe_packages.html' (42,829) at 20210307205554286 2025-03-14 03:00:48.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-u-boot.dtsi' (42,830) at 20210308005002584 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts' (42,831) at 20240405153045761 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/broadcom_bcm968380gerg.h' (42,832) at 20210308005003588 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-command-q.err' (42,833) at 20210308005046409 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_0_regs.h' (42,834) at 20240405153046601 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/BigTreeClassicRCU.svg' (42,835) at 20210307214925206 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/pci.c' (42,836) at 20210308005002800 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace_rvt.h' (42,837) at 20220525020653167 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/telemetry/debugfs.c' (42,838) at 20220525020653911 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-hw-exynos3250.h' (42,839) at 20240405153049465 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-twr.dtsi' (42,840) at 20210308005002596 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23.dtsi' (42,841) at 20240405153229891 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int1092/intel_sar.h' (42,842) at 20220525020653911 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/MAINTAINERS' (42,843) at 20210308005002976 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tqma6ull2l-mba6ulx.dts' (42,844) at 20240405153045529 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/network_manager.hpp' (42,845) at 20240625080031468 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/checkpatch.rst' (42,846) at 20240405153045009 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/stoptrigger.c' (42,847) at 20240906080037164 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_tunnel_nic.c' (42,848) at 20240405153053265 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cmd_bmode.c' (42,849) at 20210308005002724 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_map_in_map.bpf.c' (42,850) at 20240405153232099 2025-03-14 03:00:48.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/misc.c' (42,851) at 20210308005003212 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/user_mad.c' (42,852) at 20240712080021069 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ia_css_ctc2_param.h' (42,853) at 20210307214930554 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/uinput.c' (42,854) at 20240913080013793 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.acpihmat' (42,855) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi' (42,856) at 20240405153045725 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1020-comtft.dts' (42,857) at 20240405153045505 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qca,ath79-pll.txt' (42,858) at 20210307214925290 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tb_msgs.h' (42,859) at 20240405153051985 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_ctl.h' (42,860) at 20220525020654047 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-hummingbird.dts' (42,861) at 20210308005002624 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/acpi.c' (42,862) at 20240405153051397 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mmap_lock.c' (42,863) at 20240805080014047 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-2g5rdb.dts' (42,864) at 20210308005002580 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/via/Kconfig' (42,865) at 20240405153049497 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-common.h' (42,866) at 20210307214928818 2025-03-14 03:00:48.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm63268-gpio-sysctl.yaml' (42,867) at 20240405153229775 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/asm/barrier.h' (42,868) at 20210307214932454 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/irq/irq-domain.rst' (42,869) at 20240405153045001 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/powercap.c' (42,870) at 20240405153047033 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/ucna_injection_test.c' (42,871) at 20240405153054325 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/ngene-dvb.c' (42,872) at 20210307214928706 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mru.cpp' (42,873) at 20240820080027374 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/Makefile' (42,874) at 20210307214928750 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-rdb.dts' (42,875) at 20210308005002580 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-debug-tarball.bb' (42,876) at 20210307205554066 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sh/index.rst' (42,877) at 20240405153044981 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/unistd.patch' (42,878) at 20220910030013349 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yamlloader_1.4.1.bb' (42,879) at 20241206090014270 to deleted uid set 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/conditional.c' (42,880) at 20240405153232115 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-bwc.rst' (42,881) at 20240405153229827 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm.service' (42,882) at 20240301090012423 2025-03-14 03:00:48.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_rc.h' (42,883) at 20220525020653135 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h' (42,884) at 20240405153050233 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json' (42,885) at 20210307205554066 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bzip2-1.0.4' (42,886) at 20210307205554426 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-config.c' (42,887) at 20240405153054097 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fpga/dfl.rst' (42,888) at 20240405153045209 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpci_mt6360.c' (42,889) at 20240405153052149 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/display.h' (42,890) at 20210308005002672 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/MDR_V2.interface.yaml' (42,891) at 20240618080025501 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/khugepaged.c' (42,892) at 20241104090011615 2025-03-14 03:00:48.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/pmsu_ll.S' (42,893) at 20240405153045657 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/$metadata/index.xml' (42,894) at 20220520030007180 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/max1586.h' (42,895) at 20210307214931494 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-autoconf-exception' (42,896) at 20210307205554422 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/Makefile' (42,897) at 20210308005003032 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/signal.cpp' (42,898) at 20240822080031265 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/uki.py' (42,899) at 20241221090017632 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun9i.h' (42,900) at 20210308005002668 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_ecc.c' (42,901) at 20210308005003416 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cmsdk-apb-watchdog-test.c' (42,902) at 20241211090212546 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/runlitmushist.sh' (42,903) at 20240405153054069 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html' (42,904) at 20210307205554282 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.3.0.bb' (42,905) at 20241221090017560 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/port.h' (42,906) at 20240503080014478 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch' (42,907) at 20210307205553910 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/dtree.py' (42,908) at 20210308005048033 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/meson.build' (42,909) at 20210308005053409 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/iostat.h' (42,910) at 20240405153052357 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch' (42,911) at 20241206090014310 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/autoboot.h' (42,912) at 20210308005003560 2025-03-14 03:00:48.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/accounting/index.rst' (42,913) at 20240405153045281 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf.c' (42,914) at 20240405153232255 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/alpha/include/uapi/asm/errno.h' (42,915) at 20210307214932454 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mpc52xx-psc.c' (42,916) at 20240405153231463 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman_test.h' (42,917) at 20210307214930438 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-s3c.c' (42,918) at 20240405153231375 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (42,919) at 20210823100016972 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-zynqmp-efuse.h' (42,920) at 20241211090212362 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/octeon-hcd.c' (42,921) at 20240405153052101 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/cfg.h' (42,922) at 20210307214931998 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/mon_bin.c' (42,923) at 20240405153231563 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/cert.pem' (42,924) at 20210308004941620 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f769-disco.dts' (42,925) at 20210308005002616 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/secid.rst' (42,926) at 20210307214925542 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/virtio_crypto_akcipher_algs.c' (42,927) at 20240405153230271 2025-03-14 03:00:48.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/packagegroups/packagegroup-tyan-apps.bb' (42,928) at 20211222040037065 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/msi-controller.yaml' (42,929) at 20240405153045085 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/Makefile' (42,930) at 20210307214926206 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.h' (42,931) at 20210309003649436 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-graph-default' (42,932) at 20240405153054161 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsinfo.c' (42,933) at 20240405153046625 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (42,934) at 20210307205553730 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci.c' (42,935) at 20240405153050593 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb' (42,936) at 20241221090017500 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/seccomp.h' (42,937) at 20220525020651878 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/crypto/ccp/Makefile' (42,938) at 20240405153232211 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-mouse.sh' (42,939) at 20240405153054309 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/Makefile' (42,940) at 20240405153045545 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_extended_hypercalls.c' (42,941) at 20240405153232271 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/sunxi-rsb.c' (42,942) at 20240405153230199 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.h' (42,943) at 20210307214930326 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/vx/vxp_ops.c' (42,944) at 20220525020655015 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/vn-Thaibinh' (42,945) at 20210307205553798 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_qb_ph.c' (42,946) at 20210308005046509 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/add-missing-headers.patch' (42,947) at 20231011080016574 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/init_syscalls.h' (42,948) at 20210309003653848 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command_table.hpp' (42,949) at 20240829080025807 to deleted uid set 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/Makefile' (42,950) at 20240405153051281 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/led.c' (42,951) at 20210308005003052 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/cstep.h' (42,952) at 20210307214927906 2025-03-14 03:00:48.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/Makefile' (42,953) at 20210308005003016 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/unistr.c' (42,954) at 20210307214931198 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9rlek.dts' (42,955) at 20240405153045469 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/Makefile' (42,956) at 20240405153048789 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/xattr_user.c' (42,957) at 20240405153052501 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_dup_ipv4.c' (42,958) at 20241011080017391 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/vmx_signal.c' (42,959) at 20240405153054357 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v3.h' (42,960) at 20240405153051289 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/Makefile' (42,961) at 20240405153048561 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/MAINTAINERS' (42,962) at 20210308005002952 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mscc,ocelot-icpu-intr.yaml' (42,963) at 20240405153045085 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/metrics/collection_function.cpp' (42,964) at 20231228090030524 to deleted uid set 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/processor.h' (42,965) at 20210308005002704 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/copy_page.S' (42,966) at 20240405153229855 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/Makefile' (42,967) at 20240405153045913 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Seltjarn' (42,968) at 20210307205553790 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_cpu.h' (42,969) at 20240906080037360 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail_hdmi.c' (42,970) at 20240405153048425 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl_local.h' (42,971) at 20210309003653016 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/remote.h' (42,972) at 20220525020653367 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/sdio.h' (42,973) at 20240405153050605 2025-03-14 03:00:48.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/debugfs.h' (42,974) at 20220525020653755 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml' (42,975) at 20240405153045105 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/dispcc-sm6350.c' (42,976) at 20240613080016383 to deleted uid set 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/pcf50633-adc.c' (42,977) at 20240405153049613 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/s3fwrn5.h' (42,978) at 20220525020653823 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-jz4780.c' (42,979) at 20240405153230675 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2711-rpi.dtsi' (42,980) at 20240405153045425 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/saa7127.h' (42,981) at 20210307214931546 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb' (42,982) at 20241221090017528 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/strict-prototypes.patch' (42,983) at 20210307205553938 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_b.c' (42,984) at 20210308005046521 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_commit_unittest.cpp' (42,985) at 20220824030029051 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cb710/Makefile' (42,986) at 20210307214929126 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fdc.c' (42,987) at 20210308005003208 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/core/thread-info-in-task/arch-support.txt' (42,988) at 20240405153229807 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmc/Makefile' (42,989) at 20240405153231339 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/seq_exec.h' (42,990) at 20210308005003368 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/git' (42,991) at 20220910030013437 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/context.hpp' (42,992) at 20241217090453703 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Stop/cp_stop_check' (42,993) at 20231120090013292 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joroinen_Puukkola' (42,994) at 20210307205553770 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/buffer.h' (42,995) at 20220429100100586 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/utils.hpp' (42,996) at 20220210040020090 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/etamin_defconfig' (42,997) at 20210308005003256 2025-03-14 03:00:48.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_ipv4.h' (42,998) at 20210309003653876 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/etherdevice.h' (42,999) at 20240503080014498 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfsd/filecache.c' (43,000) at 20241018080014558 to deleted uid set 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_madd.c' (43,001) at 20210308005046505 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/apic.c' (43,002) at 20240405153230147 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tlv320aic23b.c' (43,003) at 20240405153049341 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/overflow_muldiv64.cocci' (43,004) at 20210308005046237 2025-03-14 03:00:48.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211conv.c' (43,005) at 20240405153051953 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_1_sh_mask.h' (43,006) at 20210307214927686 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/exynos5_setup.h' (43,007) at 20210308005002720 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Kvm/Kvm.vue' (43,008) at 20220105012522995 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lp8727.h' (43,009) at 20210307214931478 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_timestamp_regs.h' (43,010) at 20240405153046601 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_sysfs.h' (43,011) at 20240405153048537 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt8186-pinctrl.yaml' (43,012) at 20240405153045133 2025-03-14 03:00:48.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/local.conf.sample' (43,013) at 20241221090017480 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv.h' (43,014) at 20240906080037336 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rapidio/tsi721.rst' (43,015) at 20210307214925470 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/Context.c' (43,016) at 20240405153054157 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun20i-d1-r-ccu.h' (43,017) at 20240405153231799 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/setup.c' (43,018) at 20240405153054177 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss.h' (43,019) at 20240405153230807 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/rv.c' (43,020) at 20240613080016519 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/Makefile' (43,021) at 20210308005003480 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm4450-qrd.dts' (43,022) at 20240405153229955 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/vitesse-vsc73xx.h' (43,023) at 20240405153049765 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_stat.c' (43,024) at 20220525020654739 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-mmc' (43,025) at 20210307214925198 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/rj54n1cb0c.c' (43,026) at 20240405153049337 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/hmem/device.c' (43,027) at 20240405153046973 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_xtree.c' (43,028) at 20240830080013323 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/idle_inject.h' (43,029) at 20240405153052705 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stpmic1.c' (43,030) at 20240405153230839 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt7621-clk.h' (43,031) at 20220525020654543 2025-03-14 03:00:48.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c' (43,032) at 20240405153047093 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch' (43,033) at 20231011080016574 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/brcmstb_gisb.c' (43,034) at 20240405153046729 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SessionCollection.json' (43,035) at 20240619080002956 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bvec.h' (43,036) at 20240405153231803 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/include/perf_regs.h' (43,037) at 20240405153232219 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_cleanup.robot' (43,038) at 20210308005007108 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/riscv/get-reg-list.c' (43,039) at 20240405153232271 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/all' (43,040) at 20210308005046489 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/udf/namei.c' (43,041) at 20240805080014027 to deleted uid set 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/psample/Kconfig' (43,042) at 20220525020654887 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-regs-options.h' (43,043) at 20210307214932602 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/Makefile' (43,044) at 20210307214929610 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_intel_fpga.c' (43,045) at 20210308005003452 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_iosf_mbi.h' (43,046) at 20240405153048525 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Loderups_Strandbad' (43,047) at 20210307205553786 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77970-sysc.h' (43,048) at 20210307214931346 2025-03-14 03:00:48.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-falcon.c' (43,049) at 20240405153051329 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/mconf.c' (43,050) at 20210308005003732 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/misc.c' (43,051) at 20240405153045369 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/allwinner,sun6i-a31-spi.yaml' (43,052) at 20240405153045173 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch' (43,053) at 20220402030015899 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-cpu-opp.dtsi' (43,054) at 20220525020651902 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,cs42l51.yaml' (43,055) at 20240405153045161 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/ascii_string_test.cpp' (43,056) at 20220308040024180 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_sriov.c' (43,057) at 20240405153050261 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-class-flash.rst' (43,058) at 20210307214925518 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-serial.h' (43,059) at 20241219090010504 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/i2c.h' (43,060) at 20210308005002660 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig' (43,061) at 20210308005003236 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.NDS32' (43,062) at 20210308005003288 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/bcm63268-pm.h' (43,063) at 20210309003653816 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SCEA' (43,064) at 20211006000025242 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UPL-1.0' (43,065) at 20211006000025246 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/pll.c' (43,066) at 20240830080013251 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/xs_wire.h' (43,067) at 20240326080039546 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/cpufreq-stats.rst' (43,068) at 20240405153229839 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/fastboot.mk' (43,069) at 20210307205553894 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_irq.h' (43,070) at 20220525020653815 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qdist.c' (43,071) at 20240326080039754 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/power-operations.scss' (43,072) at 20210308005107077 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/site.conf.sample' (43,073) at 20220910030013381 2025-03-14 03:00:48.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/muic_max77693.c' (43,074) at 20210308005003468 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/osdmap.c' (43,075) at 20240405153053205 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml' (43,076) at 20240405153229775 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.build.sh' (43,077) at 20221209040032879 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/priv.h' (43,078) at 20220525020652963 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Notify/meson.build' (43,079) at 20230825080021133 to deleted uid set 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dmc_regs.h' (43,080) at 20240405153048445 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bifurcation/meson.build' (43,081) at 20231103080005832 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_gem.h' (43,082) at 20240405153048569 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/bootstrap-3.4.1.js' (43,083) at 20231126090012813 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-dlc20-rev1.0.dts' (43,084) at 20210308005002632 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bmc-update.target.in' (43,085) at 20210308005120349 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/lib/Makefile' (43,086) at 20210307214926310 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/cs8900.c' (43,087) at 20210308005003424 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/epautoconf.c' (43,088) at 20210308005003508 2025-03-14 03:00:48.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/meson.build' (43,089) at 20241122090031749 to deleted uid set 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/swim.c' (43,090) at 20240405153046717 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb' (43,091) at 20241206090014274 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/entry-header.S' (43,092) at 20240405153045629 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_sdio_ops.c' (43,093) at 20240405153231263 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/rfcomm/Kconfig' (43,094) at 20210307214931890 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h' (43,095) at 20220525020652466 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/armada-380-rtc.txt' (43,096) at 20210307214925414 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sbtsi_temp.c' (43,097) at 20240405153230667 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/asn1_ber_bytecode.h' (43,098) at 20210307214931354 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-cm-t3530.dts' (43,099) at 20240405153045601 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_misc.h' (43,100) at 20210308005002664 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-Add-riscv32-support.patch' (43,101) at 20241221090017676 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/nft_reject_bridge.c' (43,102) at 20240405153053197 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AccountService.v1_16_0.json' (43,103) at 20240918080002716 to deleted uid set 2025-03-14 03:00:48.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend' (43,104) at 20240124090012254 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fpga-ast2605_defconfig' (43,105) at 20210421100236122 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pcap_keys.c' (43,106) at 20210307214928486 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/sysinfo-common.c' (43,107) at 20210308005002764 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/spl_minimal.c' (43,108) at 20210308005002832 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/acpi-als.c' (43,109) at 20240405153048997 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_attrs.c' (43,110) at 20240405153051733 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/base64.h' (43,111) at 20240405153052661 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/ice-mcpp.patch' (43,112) at 20230706080014745 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/fw.h' (43,113) at 20210307214929938 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/memcpy.S' (43,114) at 20210307214926570 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz' (43,115) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/jz4760-cgu.c' (43,116) at 20240405153046793 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_etr_regs.h' (43,117) at 20240405153046601 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183.dtsi' (43,118) at 20240503080014458 to deleted uid set 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/reconfig-net-interface@.service' (43,119) at 20240530080011873 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/double_cpdo.c' (43,120) at 20221215040039202 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/live555_20210824.bb' (43,121) at 20241206090014258 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@200/bmp280@77.conf' (43,122) at 20240904080027734 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/msf2-sysreg.c' (43,123) at 20241211090212298 2025-03-14 03:00:48.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/unwind-libdw.c' (43,124) at 20240405153232219 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/redirect.c' (43,125) at 20240906080037312 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-wb50n.dtsi' (43,126) at 20240405153045465 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Role.v1_3_2.json' (43,127) at 20240619080002952 to deleted uid set 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/__init__.py' (43,128) at 20210307205554262 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-core-private.h' (43,129) at 20240405153049125 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hts221.h' (43,130) at 20240405153048985 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m54xxsim.h' (43,131) at 20210307214926162 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/README.md' (43,132) at 20230523080016046 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/law.c' (43,133) at 20210308005002980 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/bridge_pcmcia_80211.c' (43,134) at 20210307214930474 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7343.h' (43,135) at 20210307214926558 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/hv-balloon.h' (43,136) at 20240326080039534 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-event.json' (43,137) at 20220429100100882 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/amx.c' (43,138) at 20240405153054381 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8776.c' (43,139) at 20240405153232167 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.h' (43,140) at 20240405153230359 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/vphn/Makefile' (43,141) at 20210307214932710 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvp514x_regs.h' (43,142) at 20220525020653263 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/idle_85xx.S' (43,143) at 20240405153046141 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb' (43,144) at 20231126090012785 2025-03-14 03:00:48.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cavium-mdio.txt' (43,145) at 20210307214925374 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-sensor.c' (43,146) at 20240405153049457 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptrace.h' (43,147) at 20240405153231835 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/core.c' (43,148) at 20240405153052201 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/unistd_64.h' (43,149) at 20240405153232207 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/linux/memory_hotplug.h' (43,150) at 20240405153054225 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch' (43,151) at 20241221090017504 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma7455_core.c' (43,152) at 20240405153048937 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi' (43,153) at 20210308005002584 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-pinfunc.h' (43,154) at 20240405153045525 2025-03-14 03:00:48.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb' (43,155) at 20241221090017576 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/package-lock.json' (43,156) at 20241004080035959 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_pscsi.c' (43,157) at 20240405153231495 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_inode.c' (43,158) at 20241125090012255 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dummy/Makefile.am' (43,159) at 20210308004938832 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/simple_open.cocci' (43,160) at 20210307214932138 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/mxs-pcm.c' (43,161) at 20210307214932402 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88180.c' (43,162) at 20210308005003424 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi' (43,163) at 20240405153045589 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/uniphier-efuse.c' (43,164) at 20240520080015167 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/log.c' (43,165) at 20210610190030293 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/cpu_set.patch' (43,166) at 20210307205553842 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/opa_vnic.h' (43,167) at 20240405153052873 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-input.c' (43,168) at 20210309003650376 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data.cpp' (43,169) at 20240820080027378 2025-03-14 03:00:48.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h' (43,170) at 20210308005002820 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-array.bconf' (43,171) at 20210307214932458 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/.gitignore' (43,172) at 20240405153232263 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/fix-gettid-exception-declaration.patch' (43,173) at 20231011080016574 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/eeprom_at24c.h' (43,174) at 20230426080043764 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch' (43,175) at 20241221090017640 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_log.c' (43,176) at 20240405153232059 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kernel_feat.py' (43,177) at 20240405153229831 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kmemleak/Makefile' (43,178) at 20240405153053429 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts' (43,179) at 20240405153229919 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/.gitignore' (43,180) at 20220525020654943 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.json' (43,181) at 20210308005046405 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/thunderx2-pmu.rst' (43,182) at 20210307214925238 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/Makefile' (43,183) at 20210308005003356 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_txrx_common.h' (43,184) at 20240411080014098 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/meson_saradc.c' (43,185) at 20240405153230687 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-fence-chain.h' (43,186) at 20240405153052681 2025-03-14 03:00:48.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-wmt.c' (43,187) at 20240405153051381 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfscache.c' (43,188) at 20240820080014177 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/aw2/saa7146.h' (43,189) at 20210307214932234 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/tegra-cbb.h' (43,190) at 20240405153052885 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_bios.h' (43,191) at 20240405153230543 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c' (43,192) at 20240405153052205 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/.gitignore' (43,193) at 20211029100036564 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/service-win32.h' (43,194) at 20210308005046229 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/blanche.h' (43,195) at 20210308005003588 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/test/meson.build' (43,196) at 20240809080033023 to deleted uid set 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/phosphor-gevent' (43,197) at 20210308004941620 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/quatech_daqp_cs.c' (43,198) at 20240405153046905 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/nvme.c' (43,199) at 20240906080037148 2025-03-14 03:00:48.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/eurotechwdt.c' (43,200) at 20240405153052237 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/nic.c' (43,201) at 20240405153050269 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c' (43,202) at 20210307214928782 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_cpu.c' (43,203) at 20241211090212218 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/colibri_t30.c' (43,204) at 20210308005003084 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/event_fifo_global.h' (43,205) at 20210307214930542 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libdaemon/libdaemon_0.14.bb' (43,206) at 20230813080012904 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.clang-format' (43,207) at 20240405153044909 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/index.rst' (43,208) at 20211006000025214 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_dram.c' (43,209) at 20210307214932218 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/fit_spl_optee.its' (43,210) at 20210308005002772 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/crypto.h' (43,211) at 20240405153231643 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mmiowb.h' (43,212) at 20210307214926230 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/occ.rst' (43,213) at 20210307214925506 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qom-api.rst' (43,214) at 20230925080039841 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/time.c' (43,215) at 20210308005002812 2025-03-14 03:00:48.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/freetype/freetype_2.13.3.bb' (43,216) at 20241221090017684 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/driver-ops.h' (43,217) at 20240405153232043 to deleted uid set 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_overhead.c' (43,218) at 20210307214932650 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/Kconfig' (43,219) at 20240405153231679 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/longhaul.h' (43,220) at 20210307214927058 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/lcdc.c' (43,221) at 20210308005003536 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx5-clock.h' (43,222) at 20210308005003632 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/core.h' (43,223) at 20210308005002884 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.lcovrc' (43,224) at 20210308005116213 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/g5_defconfig' (43,225) at 20240405153046097 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo_7.1.1.bb' (43,226) at 20241221090017680 to deleted uid set 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm2200.c' (43,227) at 20240405153232167 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt' (43,228) at 20210307214925346 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/6lowpan.rst' (43,229) at 20210307214925522 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/micron-st.c' (43,230) at 20240405153230883 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/delay.h' (43,231) at 20240405153052677 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sock_destroy.c' (43,232) at 20240405153054261 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/xil_io.h' (43,233) at 20210308005003180 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/Kconfig' (43,234) at 20210308005002992 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.h' (43,235) at 20240405153047277 2025-03-14 03:00:48.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ps3rom.c' (43,236) at 20240405153051689 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65010.h' (43,237) at 20240405153052733 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kgdb.h' (43,238) at 20210307214926666 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/clock-axg.h' (43,239) at 20210308005002644 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/sleep.yaml' (43,240) at 20220525020651706 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.hpp' (43,241) at 20211202040032454 to deleted uid set 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/dpc.h' (43,242) at 20220525020654195 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_de10_nano_defconfig' (43,243) at 20210308005003280 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc85xx_ds.c' (43,244) at 20240405153230051 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/psycho_common.h' (43,245) at 20210307214926598 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/obmc/power-supply-monitor/power-supply-monitor-1.conf' (43,246) at 20210307205553710 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/i2c.h' (43,247) at 20210308005002644 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_debug.h' (43,248) at 20220525020654171 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tangier_sdhci.c' (43,249) at 20210308005003408 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/workqueue_api.h' (43,250) at 20240405153052821 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx25_ccm.h' (43,251) at 20210308005046017 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-reg.h' (43,252) at 20210307214928710 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_utils.c' (43,253) at 20240405153230047 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/Makefile' (43,254) at 20210307214926074 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-dvb.c' (43,255) at 20240405153049377 2025-03-14 03:00:48.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-mttcg.h' (43,256) at 20221215040039042 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/generate_testsuite_info.py' (43,257) at 20221209040018559 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_vmparam.h' (43,258) at 20241211090212218 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_mmu.h' (43,259) at 20210307214927862 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg_services.c' (43,260) at 20240405153230267 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/sp.h' (43,261) at 20210307214930546 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/kvm/vmxcap' (43,262) at 20240906080037444 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20ek_common.dtsi' (43,263) at 20210308005002572 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kgdb.c' (43,264) at 20240405153230127 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/Kconfig' (43,265) at 20210308005002948 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-ctrl.c' (43,266) at 20240405153049569 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/patchreview.py' (43,267) at 20241221090017700 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_evm.h' (43,268) at 20210308005003584 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/img/pistachio-marduk.txt' (43,269) at 20210307214925362 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/arch_hweight.h' (43,270) at 20210307214926210 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/arc4.h' (43,271) at 20240405153052525 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/Kconfig' (43,272) at 20240405153049685 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/of_unittest_expect' (43,273) at 20240405153053445 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build' (43,274) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dml_inline_defs.h' (43,275) at 20240405153047285 to deleted uid set 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/runq.c' (43,276) at 20240405153048637 2025-03-14 03:00:48.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/etap.h' (43,277) at 20210307214926622 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kprobes.h' (43,278) at 20240405153045857 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ecovec.h' (43,279) at 20210308005003592 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/dump_tlb.c' (43,280) at 20240405153046033 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/sysctl.c' (43,281) at 20210307214932042 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos-audss-clk.h' (43,282) at 20210307214931326 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-xway.c' (43,283) at 20241008080013967 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/set-timer-lat.c' (43,284) at 20210307214932730 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.errors.yaml' (43,285) at 20210610000035142 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_armv7_common.h' (43,286) at 20210308005003620 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/Makefile' (43,287) at 20210308005002980 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb' (43,288) at 20240413080012639 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/cq.c' (43,289) at 20240405153050081 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/Makefile' (43,290) at 20240405153054073 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/count.hpp' (43,291) at 20240904080034451 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/tps65217-charger.yaml' (43,292) at 20240405153045141 2025-03-14 03:00:48.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/atc260x-regulator.c' (43,293) at 20240405153231359 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_igd.c' (43,294) at 20240405153052165 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7794-cpg-mssr.h' (43,295) at 20210307214931334 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/settings' (43,296) at 20210307214932682 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld6b.dtsi' (43,297) at 20210308005002632 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg.c' (43,298) at 20210308005003508 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dbus/dbus.c' (43,299) at 20210308004938832 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/clock.c' (43,300) at 20240906080037228 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c' (43,301) at 20240405153230395 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmeter1_defconfig' (43,302) at 20210308005003264 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun8i-adda-pr-regmap.h' (43,303) at 20210307214932430 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Fenneberg-Livingston' (43,304) at 20241221090017616 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/wmt-sdmmc.c' (43,305) at 20240405153230863 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (43,306) at 20240702080011692 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4535.h' (43,307) at 20210307214932294 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-idn-encode/Net-IDN-Encode-2.500-use_uvchr_to_utf8_flags_instead_of_uvuni_to_utf8_flags.patch' (43,308) at 20231126090012801 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-realtek-rtl.c' (43,309) at 20240405153231463 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ipaq-micro.c' (43,310) at 20210307214928546 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/afalg.c' (43,311) at 20241211090212226 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/early_uart.c' (43,312) at 20210308005002852 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v4_20.h' (43,313) at 20240405153051289 2025-03-14 03:00:48.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/processor.h' (43,314) at 20240405153046013 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/p10bmc/obmc/fan-watchdog/reset-fan-watchdog.conf' (43,315) at 20230804080018099 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_icmp.c' (43,316) at 20210309003654364 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/messanger_service.hpp' (43,317) at 20230523080037938 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/Makefile' (43,318) at 20210308005002800 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/stratix10-clk.h' (43,319) at 20240405153230243 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc.sh' (43,320) at 20240405153054377 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-common/cpu/mmu_context.h' (43,321) at 20210307214926554 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tw9903.c' (43,322) at 20240405153049341 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-audio-rpmsg.c' (43,323) at 20240405153232175 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/intel_pstate/aperf.c' (43,324) at 20220525020655211 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/util.h' (43,325) at 20241011080017339 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-vencrypt.h' (43,326) at 20210308005046553 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/debug.h' (43,327) at 20210307214929970 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/getopt.h' (43,328) at 20210308005002848 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/vgg2432a4.c' (43,329) at 20240405153052177 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/cunit_2.1-3.bb' (43,330) at 20241221090017544 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/uar.c' (43,331) at 20240405153050137 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-axff.c' (43,332) at 20210307214928086 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chid.c' (43,333) at 20240405153048637 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/aspeed_i2c_global.c' (43,334) at 20220802100038577 2025-03-14 03:00:48.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_msgs.h' (43,335) at 20240405153049433 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ci20.h' (43,336) at 20210308005003588 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cmpxchg_64.h' (43,337) at 20240405153046317 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/trace.json' (43,338) at 20240405153054109 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/Makefile' (43,339) at 20240613080016427 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_DAC1064.h' (43,340) at 20210307214930918 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dtsi' (43,341) at 20240405153229923 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/sdram_config.h' (43,342) at 20210308005003052 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am437x-sbc-t43.dts' (43,343) at 20240405153045597 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/swapfile.c' (43,344) at 20241023080012899 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-cc108.dts' (43,345) at 20240405153045609 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria_aesni_avx2_glue.c' (43,346) at 20240405153046361 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/Makefile' (43,347) at 20210307214926894 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/at91sam9n12.c' (43,348) at 20240405153046769 2025-03-14 03:00:48.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ati_ids.h' (43,349) at 20210308005003520 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5250.c' (43,350) at 20240405153230239 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/udp_media.c' (43,351) at 20241220090018342 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-a-plus.dts' (43,352) at 20210308005002572 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/tw686x-core.c' (43,353) at 20240405153049381 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+porevlocks.litmus' (43,354) at 20220525020655127 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/microchip,mcp4725.yaml' (43,355) at 20220525020651682 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr5.inc' (43,356) at 20240301090012451 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/imx-bus.c' (43,357) at 20240405153230275 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/map_iter.c' (43,358) at 20240405153231895 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/swift/psu.json' (43,359) at 20210307205553710 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-samsung-usb2.c' (43,360) at 20240405153231315 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-legacy-mach.c' (43,361) at 20240910080014102 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2e_evm.h' (43,362) at 20210308005003596 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c' (43,363) at 20220525020653011 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl-asoc-card.c' (43,364) at 20240710080014617 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks.h' (43,365) at 20220525020654975 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/run-ptest.in' (43,366) at 20241221090017484 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_cipher.c' (43,367) at 20240405153046937 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c_1.2.4.bb' (43,368) at 20241221090017540 2025-03-14 03:00:48.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/hugetlb-e500.h' (43,369) at 20240405153046121 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/gluebi.c' (43,370) at 20220525020653411 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/cs4245.h' (43,371) at 20210307214932270 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl.c' (43,372) at 20241211090212266 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/file_descriptor.hpp' (43,373) at 20230511080035559 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bouncebuf.c' (43,374) at 20210308005003224 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vdpa-dev-pci.c' (43,375) at 20230426080043748 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-chipidea-usb2' (43,376) at 20240405153044929 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel-sku7.dts' (43,377) at 20240405153045749 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/openpic_kvm.c' (43,378) at 20241211090212286 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/checksum.h' (43,379) at 20210309003648544 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/cooker.py' (43,380) at 20220910030013377 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/Makefile' (43,381) at 20220525020651994 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-fru.yaml' (43,382) at 20240712080022837 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/CVE-2016-9296.patch' (43,383) at 20230503080014583 to deleted uid set 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/governed_features.h' (43,384) at 20240405153230131 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ppc64le.config' (43,385) at 20220525020652030 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/Makefile' (43,386) at 20210308005003068 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_panel.h' (43,387) at 20240405153048457 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/libleak_0.3.6.bb' (43,388) at 20230610080017603 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb' (43,389) at 20241221090017560 to deleted uid set 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu.c' (43,390) at 20210308005003372 2025-03-14 03:00:48.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/Kconfig' (43,391) at 20220525020653447 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sctp.h' (43,392) at 20210307214931614 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/cpufreq.rst' (43,393) at 20210309003648292 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.yaml' (43,394) at 20240405153045049 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arcmsr/arcmsr_attr.c' (43,395) at 20240405153051565 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bios_emul.h' (43,396) at 20210308005003560 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cs-etm.h' (43,397) at 20240405153054189 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2400_input_system_private.h' (43,398) at 20210307214930562 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/redis.conf' (43,399) at 20210307205553930 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_xmit.c' (43,400) at 20240405153231487 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_dcc.c' (43,401) at 20240405153051985 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lonneberga' (43,402) at 20210307205553786 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/brcm/soc.yaml' (43,403) at 20240405153045109 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/memalign.h' (43,404) at 20210308005003672 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/scm_blk.h' (43,405) at 20240405153051509 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librdkafka/librdkafka/0001-cmake-Use-CMAKE_INSTALL_LIBDIR.patch' (43,406) at 20220402030015983 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c' (43,407) at 20220525020652502 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Padasjoki_Arrakoski' (43,408) at 20210307205553770 2025-03-14 03:00:48.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/cpu.c' (43,409) at 20210308005002712 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/parport_pc.h' (43,410) at 20240405153052757 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb' (43,411) at 20241221090017496 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-gasket.c' (43,412) at 20240405153230807 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk.c' (43,413) at 20240405153046845 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-gpio.c' (43,414) at 20210309003650252 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_jack.c' (43,415) at 20220525020655107 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/README' (43,416) at 20210308005002976 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/Kconfig' (43,417) at 20210308005002988 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/Makefile' (43,418) at 20210308005003456 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_blk.h' (43,419) at 20230925080039937 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/io.c' (43,420) at 20220525020651974 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/sbf_dram_init.S' (43,421) at 20210308005002972 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/fds_example.c' (43,422) at 20240405153053421 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/redboot.c' (43,423) at 20240710080014589 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/.gitignore' (43,424) at 20220525020654943 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/Kconfig' (43,425) at 20210308005002904 2025-03-14 03:00:48.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mmp3-usb.c' (43,426) at 20240405153231311 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-win-stdio.h' (43,427) at 20210308005045997 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/userland_git.bb' (43,428) at 20240413080012667 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-hisi-inno-usb2.c' (43,429) at 20240405153231311 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/nested_trust.c' (43,430) at 20240405153054257 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/stubs.c' (43,431) at 20221215040039338 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/libpcap/libpcap_1.10.5.bb' (43,432) at 20241221090017636 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/Makefile' (43,433) at 20240405153046501 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h' (43,434) at 20240405153051941 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zoran_driver.c' (43,435) at 20240405153049389 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/detect-sled-present' (43,436) at 20220719030014804 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gpio_public.h' (43,437) at 20210307214930546 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp10b.c' (43,438) at 20240405153048645 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/vlv_suspend.c' (43,439) at 20240405153048553 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cable.cpp' (43,440) at 20240704080030215 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_tcm.h' (43,441) at 20210307214930802 2025-03-14 03:00:48.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_7_regs.h' (43,442) at 20240405153046577 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-non-first-section.err' (43,443) at 20240906080037564 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/MAINTAINERS' (43,444) at 20210308005002956 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinovoip_BPI_M3_defconfig' (43,445) at 20210308005003244 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (43,446) at 20241206090014222 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (43,447) at 20220323030026191 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/stacktrace.c' (43,448) at 20210307214926178 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130-crb-A.dts' (43,449) at 20220525020651918 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/uart.h' (43,450) at 20210308005002668 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/OWNERS' (43,451) at 20230629131804623 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml' (43,452) at 20240405153045017 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/rcar/Makefile' (43,453) at 20210307214929258 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padg94.c' (43,454) at 20210307214927962 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_msm.c' (43,455) at 20240405153052041 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_fs.h' (43,456) at 20240405153052077 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/Makefile' (43,457) at 20210308005003452 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-xmp-decoder.c' (43,458) at 20240405153049513 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-n1-edge.bb' (43,459) at 20220804030014691 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/configuration.md' (43,460) at 20240808080020596 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-afe-clk.c' (43,461) at 20220525020655075 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/Makefile' (43,462) at 20240405153053961 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.yaml' (43,463) at 20240405153045137 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-writesw-armv3.S' (43,464) at 20210307214925870 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/iocost.h' (43,465) at 20240405153052893 2025-03-14 03:00:48.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/misc-uclass.c' (43,466) at 20210308005003400 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_4_2_2_sh_mask.h' (43,467) at 20240405153047821 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_smi_events.h' (43,468) at 20240405153047189 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_decode.h' (43,469) at 20210307214926170 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_csum.h' (43,470) at 20210307214931574 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/zram/zcomp.c' (43,471) at 20240405153046717 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77951.dtsi' (43,472) at 20240405153045805 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Fabric.v1_3_2.json' (43,473) at 20240619080002948 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/law.c' (43,474) at 20210308005002960 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (43,475) at 20240712080022837 2025-03-14 03:00:48.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml' (43,476) at 20240405153045089 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/acer_a500_battery.c' (43,477) at 20220525020653919 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/Kconfig' (43,478) at 20210309003654508 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/exynos_pwm.c' (43,479) at 20210308005003472 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes/go-vendor.bbclass' (43,480) at 20241221090017612 to deleted uid set 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/arcfb.c' (43,481) at 20240405153231579 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/arm-ffa-user_5.0.2.bb' (43,482) at 20241221090017472 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MediaController_v1.xml' (43,483) at 20240619080002928 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-cadence-ttc.c' (43,484) at 20240405153230247 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c' (43,485) at 20210308005046521 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-eth.c' (43,486) at 20240405153046793 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/tests/vectors-page.c' (43,487) at 20240405153054085 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_isoff.sh' (43,488) at 20230606080013598 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/traps.h' (43,489) at 20240405153046069 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/rm3100.h' (43,490) at 20210307214928362 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bar.h' (43,491) at 20220525020652947 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/Makefile' (43,492) at 20240405153046501 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt7622-reset.h' (43,493) at 20210307214931346 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml' (43,494) at 20210307214925334 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/netdevsim/netdevsim.h' (43,495) at 20240405153231075 to deleted uid set 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/MAINTAINERS' (43,496) at 20210308005003040 2025-03-14 03:00:48.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/mm/hugetlbpage.c' (43,497) at 20240405153230023 2025-03-14 03:00:48.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/iowarrior.c' (43,498) at 20241211090145501 2025-03-14 03:00:48.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-string.json' (43,499) at 20210308005046413 2025-03-14 03:00:48.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_eeprom.h' (43,500) at 20210307214930642 2025-03-14 03:00:48.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/discard-use-of-dnl-in-Makefile.am.patch' (43,501) at 20230706080014737 2025-03-14 03:00:48.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/bcm2835_otp.h' (43,502) at 20240906080037336 2025-03-14 03:00:48.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_sh_mask.h' (43,503) at 20240405153047909 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/task_local_storage.c' (43,504) at 20240405153054261 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/byteorder.h' (43,505) at 20210307214925858 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_main.cpp' (43,506) at 20240817080003191 to deleted uid set 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih407-clock.dtsi' (43,507) at 20240405153045581 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/el2_setup.h' (43,508) at 20240405153045853 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/mcu.c' (43,509) at 20220525020653783 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ia_css_eed1_8.host.c' (43,510) at 20210307214930554 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/msi-octeon.c' (43,511) at 20240405153046049 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/idt8a340_reg.h' (43,512) at 20240405153052729 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-afu-dma-region.c' (43,513) at 20210309003649368 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.c' (43,514) at 20220525020652963 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_power_on_driver_binder.sh' (43,515) at 20221015030011580 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/libbpf/libbpf_naming_convention.rst' (43,516) at 20240405153044993 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/Kconfig' (43,517) at 20240405153045977 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/kmap.h' (43,518) at 20240405153230003 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/log.c' (43,519) at 20220525020654791 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/idt8t49n222a_serdes_clk.c' (43,520) at 20210308005002960 2025-03-14 03:00:48.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/des_generic.c' (43,521) at 20240405153046537 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/Kconfig' (43,522) at 20210308005003488 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/local.conf.sample' (43,523) at 20241221090017480 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/Kconfig' (43,524) at 20210308005003016 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch' (43,525) at 20241221090017564 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mmc/host/mtk-sd.c' (43,526) at 20241216090017709 to deleted uid set 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/StatusIcon.spec.js.snap' (43,527) at 20220105012523003 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/watch_queue.rst' (43,528) at 20240405153045289 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/kmem.h' (43,529) at 20240405153052561 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/signal_types.h' (43,530) at 20220525020654615 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/linkage.h' (43,531) at 20210307214926762 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stmmac.h' (43,532) at 20241011080017375 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.6.rst' (43,533) at 20241221090017596 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/scsi_iu.h' (43,534) at 20210307214930278 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/imximage.cfg' (43,535) at 20210308005002984 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson-aoclk.c' (43,536) at 20240405153230215 2025-03-14 03:00:48.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LiLiQ-R-1.1' (43,537) at 20211006000025238 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/prom_init.c' (43,538) at 20241216090017685 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/wext.h' (43,539) at 20210307214929866 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/sandbox_timer.txt' (43,540) at 20210308005003328 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/da9055_onkey.c' (43,541) at 20210307214928482 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/isl9305.c' (43,542) at 20240405153051465 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.service' (43,543) at 20210803000022008 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/sun4i-ss.h' (43,544) at 20240405153046921 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/power/suspend_asm.S' (43,545) at 20240405153045949 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/Kconfig' (43,546) at 20210308005003000 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-funcs.rst' (43,547) at 20210309003648484 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-dra7xx.c' (43,548) at 20241008080013963 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild' (43,549) at 20210307214927942 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pat/memtype_interval.c' (43,550) at 20210307214926738 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-r-ccu.h' (43,551) at 20210308005003636 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch' (43,552) at 20241221090017684 to deleted uid set 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch' (43,553) at 20241221090017524 2025-03-14 03:00:48.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts' (43,554) at 20240405153045741 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/vboxguest_linux.c' (43,555) at 20240405153052233 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/icon-provider.js' (43,556) at 20210308005107069 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/switch_to.h' (43,557) at 20240405153229999 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/tagger/interface/ia_css_tagger_common.h' (43,558) at 20210307214930570 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/soctherm.c' (43,559) at 20240405153051977 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/bfile.html' (43,560) at 20210307205554282 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-automat_24.8.1.bb' (43,561) at 20241221090017548 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_redfish_bios_attributes.robot' (43,562) at 20240628080017117 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/Kconfig' (43,563) at 20240405153049909 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sifive/sifive-blocks-ip-versioning.txt' (43,564) at 20210307214925422 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml' (43,565) at 20240405153045025 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.h' (43,566) at 20210307214928842 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/qemu-bsd.h' (43,567) at 20240326080039394 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/renesas-ostm.c' (43,568) at 20240405153046877 2025-03-14 03:00:48.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/mca.rst' (43,569) at 20240405153044977 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci.c' (43,570) at 20241216090017725 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c' (43,571) at 20240405153050121 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/core.c' (43,572) at 20241216090017709 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151a-prtt1s.dts' (43,573) at 20240405153045585 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd_256.8.bb' (43,574) at 20241221090017644 to deleted uid set 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Irevik_3195' (43,575) at 20210307205553782 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb' (43,576) at 20231126090012801 to deleted uid set 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f429.dtsi' (43,577) at 20240405153045581 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb4604.txt' (43,578) at 20210307214925450 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.c' (43,579) at 20240405153047229 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/blockmap.rst' (43,580) at 20240405153045201 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/cfg.h' (43,581) at 20210307214929870 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljusvattnet' (43,582) at 20210307205553786 2025-03-14 03:00:48.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/lantiq.h' (43,583) at 20210307214926222 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/floppy_64.h' (43,584) at 20240405153230091 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.c' (43,585) at 20240405153050105 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/Makefile' (43,586) at 20240405153046313 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-base.json' (43,587) at 20210308005046397 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/prodigy_hifi.h' (43,588) at 20210307214932262 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8904.h' (43,589) at 20210307214932358 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/ltc4162-l.yaml' (43,590) at 20240405153045141 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/init.c' (43,591) at 20220525020652010 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/header.c' (43,592) at 20240405153232219 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/processor.h' (43,593) at 20241220090018306 to deleted uid set 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/test_led_description.cpp' (43,594) at 20240801080023488 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/Makefile' (43,595) at 20240405153049477 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/hwprobe.h' (43,596) at 20240405153046249 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot_256.8.bb' (43,597) at 20241221090017644 to deleted uid set 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ia_css_ynr_param.h' (43,598) at 20210307214930562 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pcie.txt' (43,599) at 20230426080043664 2025-03-14 03:00:48.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-input.c' (43,600) at 20210307214928706 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_2_offset.h' (43,601) at 20240405153047625 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool.service' (43,602) at 20230609080014391 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__tag_invoke.hpp' (43,603) at 20240817080036820 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (43,604) at 20210903000032571 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-phg.dts' (43,605) at 20240405153045729 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/flexcan.h' (43,606) at 20210308005002800 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/max197.h' (43,607) at 20210307214931478 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/efivarfs/open-unlink.c' (43,608) at 20210307214932670 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5k6a3.c' (43,609) at 20240405153049337 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/components/card.js' (43,610) at 20210308005107073 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_modesetting.h' (43,611) at 20210307214930950 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/Kconfig' (43,612) at 20240906080037536 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/vmlinux.c' (43,613) at 20210307214932642 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_defconfig' (43,614) at 20210308005003240 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ubi_uboot.h' (43,615) at 20210308005003688 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/Memcpy_utils.S' (43,616) at 20210307214926606 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/checksum.h' (43,617) at 20210309003648860 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/uptime.c' (43,618) at 20240405153052493 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/timer.c' (43,619) at 20210307214932086 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/imx8qxp-adc.c' (43,620) at 20240405153048953 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.c' (43,621) at 20210308005003496 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/cpu.c' (43,622) at 20210308005002836 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sharded_mutex.c' (43,623) at 20240405153054205 2025-03-14 03:00:48.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_limits.h' (43,624) at 20240405153048445 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-mce_kbd-decoder.c' (43,625) at 20240405153049513 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-sheevaplug.dts' (43,626) at 20240405153045457 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/uaccess-asm.h' (43,627) at 20240405153045625 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/stub_tx.c' (43,628) at 20210307214930882 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm63268.dtsi' (43,629) at 20240405153045985 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf.h' (43,630) at 20210307214928814 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/GD' (43,631) at 20210307205553866 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/dwarf.h' (43,632) at 20240405153229859 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_dev.h' (43,633) at 20240405153051737 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld11-ref.dts' (43,634) at 20210308005002632 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4d_smp.c' (43,635) at 20240405153046329 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mediatek/mtk-cqdma.c' (43,636) at 20240405153230283 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains3xxx_data.c' (43,637) at 20210307214925922 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_pseries.py' (43,638) at 20241211090212542 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/renesas,rzn1-usbf.yaml' (43,639) at 20240405153045181 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-generic.h' (43,640) at 20210307214930854 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.checkpatch.conf' (43,641) at 20210308005002536 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/nonsec_virt.S' (43,642) at 20210308005002552 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb' (43,643) at 20241221090017556 to deleted uid set 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/config_override.sh' (43,644) at 20240405153054365 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/buildjson/buildjson.cpp' (43,645) at 20221111040035058 2025-03-14 03:00:48.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/stop_token.hpp' (43,646) at 20241219090033968 to deleted uid set 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_defer.c' (43,647) at 20240405153231771 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cs5345.c' (43,648) at 20240405153049309 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fdc-test.c' (43,649) at 20241211090212546 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/devices.c' (43,650) at 20240405153045661 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/dct_v1.c' (43,651) at 20220525020653083 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00crypto.c' (43,652) at 20220525020653791 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb' (43,653) at 20241206090014270 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/test/gpio.cpp' (43,654) at 20210308004940468 to deleted uid set 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/manager.hpp' (43,655) at 20240817080027248 to deleted uid set 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-dec/Makefile' (43,656) at 20210307214928850 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/bus.json' (43,657) at 20240405153054109 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/vga.h' (43,658) at 20210307214926554 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_topo_lib.sh' (43,659) at 20210307214932690 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt' (43,660) at 20210307214925298 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/sunxi-spl-image-builder.c' (43,661) at 20210308005003772 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Device.errors.yaml' (43,662) at 20230902080024081 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/test/utils.h' (43,663) at 20220525020654863 2025-03-14 03:00:48.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ti_am335x_tscadc.h' (43,664) at 20240405153052733 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_main.c' (43,665) at 20240613080016431 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/common.c' (43,666) at 20240405153054085 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ls-extirq.c' (43,667) at 20240405153049201 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/log.hpp' (43,668) at 20220401030013859 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dtso' (43,669) at 20240405153045733 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-combiner.yaml' (43,670) at 20240405153045037 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/ax88796c_ioctl.c' (43,671) at 20240405153049817 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/xyz.openbmc_project.Dump.Manager.service' (43,672) at 20210307205554062 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pyhavuori' (43,673) at 20210307205553774 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/arc_timer.c' (43,674) at 20210308005003496 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl.c' (43,675) at 20210307214930542 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/Makefile' (43,676) at 20240405153051865 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf' (43,677) at 20220721030015849 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_signal.h' (43,678) at 20221215040039066 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/gart.h' (43,679) at 20240405153046385 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3399.c' (43,680) at 20240405153046841 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/readdir.c' (43,681) at 20240405153052581 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb' (43,682) at 20241206090014282 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6358-regulator.h' (43,683) at 20240405153052785 2025-03-14 03:00:48.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/vcpu_width_config.c' (43,684) at 20240405153054313 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vmstate-static-checker-data/dump1.json' (43,685) at 20210927100127649 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_40p.py' (43,686) at 20241211090212542 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/fru_area.hpp' (43,687) at 20210308004927348 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/phosphor-ipmi-flash-bios-update.service' (43,688) at 20210307205554082 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gpu_error.h' (43,689) at 20240405153230575 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.3c' (43,690) at 20210307205554422 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/OWNERS' (43,691) at 20220726030037202 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_errno_defs.h' (43,692) at 20210927100127273 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/int-ll64.h' (43,693) at 20210308005003560 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/gmac.c' (43,694) at 20210308005003056 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/device.h' (43,695) at 20210308005002876 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_SECURE_BOOT_defconfig' (43,696) at 20210308005003244 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb' (43,697) at 20230813080012900 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_hash.c' (43,698) at 20241216090017793 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-pandora-600mhz.dts' (43,699) at 20240405153045605 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/io_interface.hpp' (43,700) at 20240618080029637 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/crime.c' (43,701) at 20210307214926294 2025-03-14 03:00:48.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_dev.c' (43,702) at 20240405153049893 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/iommufd_test.h' (43,703) at 20240405153230747 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/mctp/mctp.scc' (43,704) at 20230614080013166 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/mxsfb_regs.h' (43,705) at 20240405153048609 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TU-Berlin-2.0' (43,706) at 20211006000025246 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/platform-bus.h' (43,707) at 20210308005046025 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/pldm_utils.py' (43,708) at 20231214090025341 to deleted uid set 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb' (43,709) at 20230114040015470 to deleted uid set 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-8.yaml' (43,710) at 20241219090012972 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ks0127.c' (43,711) at 20240405153049317 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_speed.cpp' (43,712) at 20241203090033776 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-vbi.c' (43,713) at 20240405153049381 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/hypervisor_state_manager.cpp' (43,714) at 20230825080036445 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isph3a.h' (43,715) at 20240405153049485 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/connection.c' (43,716) at 20240520080015151 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usbus428ctldefs.h' (43,717) at 20220525020655107 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/clients/pps-ktimer.c' (43,718) at 20210307214930170 to deleted uid set 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/bittiming.h' (43,719) at 20240405153052665 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/137' (43,720) at 20220429100100890 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/mihawk-cpld.hpp' (43,721) at 20230511080035563 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/valgrind.supp' (43,722) at 20210308005049761 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tc3589x.h' (43,723) at 20210309003653860 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-scan@.service' (43,724) at 20220503030013244 2025-03-14 03:00:48.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/data-convert.h' (43,725) at 20220525020655167 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/default/krb5-kdc' (43,726) at 20210307205553878 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m48t59-internal.h' (43,727) at 20210308005045949 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/suspend.c' (43,728) at 20210307214926758 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/151.out' (43,729) at 20221215040039362 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/README.md' (43,730) at 20221213040039977 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_dbus.h' (43,731) at 20210308005100993 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_platform.c' (43,732) at 20240405153046665 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sh03/setup.c' (43,733) at 20210307214926542 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/dlfilter-test.c' (43,734) at 20240405153054165 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5332-rdp474.dts' (43,735) at 20240405153229939 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-romulus.dts' (43,736) at 20220809100039503 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/amd-sfh-hid.rst' (43,737) at 20220525020651734 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/Kconfig' (43,738) at 20210308005003204 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/055.out' (43,739) at 20210308005046441 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/virt/vmx/tdx/tdxcall.S' (43,740) at 20241211090145393 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/0001-configure-Fix-check-functions-for-AC_CHECK_LIB-test.patch' (43,741) at 20221003030013289 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (43,742) at 20240120090012778 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/mcf_fec.h' (43,743) at 20210308005046017 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK03' (43,744) at 20210307214932714 2025-03-14 03:00:48.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build' (43,745) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/clx-metrics.json' (43,746) at 20240405153054129 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern5.c' (43,747) at 20210309003655984 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml' (43,748) at 20210307205554054 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/ramoops_manager.hpp' (43,749) at 20231114090025254 to deleted uid set 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evsci.c' (43,750) at 20210307214926830 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-socfpga.c' (43,751) at 20220525020653943 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ahb.c' (43,752) at 20240405153050449 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gem.h' (43,753) at 20240405153230539 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5329.h' (43,754) at 20210308005002804 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_reset.h' (43,755) at 20240411080014078 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/atcspi200_spi.c' (43,756) at 20210308005003488 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/jiffies.h' (43,757) at 20210307214931694 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/input.h' (43,758) at 20240326080039554 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/tcp_internal.h' (43,759) at 20220525020654467 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/__init__.py' (43,760) at 20210307205554262 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cadmus.h' (43,761) at 20210308005002960 2025-03-14 03:00:48.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/Makefile' (43,762) at 20210309003648696 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/core.c' (43,763) at 20240405153231447 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/mca_asm.S' (43,764) at 20210307214926126 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/priv.h' (43,765) at 20240405153048657 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb' (43,766) at 20241221090017548 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/adbd.mk' (43,767) at 20210307205553894 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-acpi-pmprofile' (43,768) at 20240405153044909 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/palmbus.yaml' (43,769) at 20240405153045021 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/decompress.c' (43,770) at 20240405153045369 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func16.c' (43,771) at 20240405153232259 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-pauth.xml' (43,772) at 20230925080039849 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb' (43,773) at 20241206090014266 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-common.dtsi' (43,774) at 20210308005002596 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control-yaml-provider_git.bb' (43,775) at 20210307205554054 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-ntrig' (43,776) at 20210309003648260 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-hrefv60plus.dtsi' (43,777) at 20240405153045581 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/real2.S' (43,778) at 20240405153046065 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/garp.h' (43,779) at 20240405153052845 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6362-clock.h' (43,780) at 20210308005003632 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c' (43,781) at 20241011080017311 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_fcs.c' (43,782) at 20240405153051597 2025-03-14 03:00:48.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/trace.h' (43,783) at 20210308005045921 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-resource.rst' (43,784) at 20220525020651746 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (43,785) at 20241206090014278 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/mps2.rst' (43,786) at 20240906080037176 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_netdev.c' (43,787) at 20240405153231031 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h' (43,788) at 20240405153047105 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-dsp-sof-common.h' (43,789) at 20240405153053961 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/suniv-f1c200s-popstick-v1.1.dts' (43,790) at 20240405153045397 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tls_prot.h' (43,791) at 20240405153231859 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/img,pistachio-pinctrl.txt' (43,792) at 20210307214925394 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/index.rst' (43,793) at 20211006000025218 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/apds990x.h' (43,794) at 20210307214931470 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/llist.c' (43,795) at 20240405153053093 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-lp5523.rst' (43,796) at 20210307214925518 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/lbc.txt' (43,797) at 20210307214925406 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_hid_core.py' (43,798) at 20240405153054309 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/LICENSE' (43,799) at 20210308005057105 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/svc_xprt.c' (43,800) at 20240405153232083 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rculist.h' (43,801) at 20220525020654607 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/aspeed/aspeed_gfx_drv.c' (43,802) at 20240405153230519 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-phy-common.yaml' (43,803) at 20240405153229759 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/vmcp.h' (43,804) at 20210307214926518 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/core.c' (43,805) at 20210307214926898 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/rcu_queue.h' (43,806) at 20230426080043776 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-any.out' (43,807) at 20220429100100882 to deleted uid set 2025-03-14 03:00:48.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/Kconfig' (43,808) at 20220525020654211 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Bios_v1.xml' (43,809) at 20240619080002920 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_mmio.h' (43,810) at 20210308005046053 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/error-use-after-free.cocci' (43,811) at 20210308005046237 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/multi-thread-tcg.rst' (43,812) at 20240906080037172 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/rarp.h' (43,813) at 20210308005003720 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/Kbuild' (43,814) at 20240405153046317 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v8_10.h' (43,815) at 20240405153047165 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb' (43,816) at 20210420000021566 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/xtensa.h' (43,817) at 20220525020652947 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper.h' (43,818) at 20240405153046013 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm3697.c' (43,819) at 20240405153049217 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200er.c' (43,820) at 20240405153230587 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/sysmap.h' (43,821) at 20210308005002640 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-keystone/Kconfig' (43,822) at 20240405153045649 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_eth_com.c' (43,823) at 20240613080016431 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ks0127.h' (43,824) at 20210307214928658 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/phosphor-ipmi-kcs@.service.in' (43,825) at 20221119040009726 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/selection.c' (43,826) at 20240405153231523 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nsfs/pidns.c' (43,827) at 20210307214932698 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_ipmac.c' (43,828) at 20220525020654867 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_2.1.0.bb' (43,829) at 20241206090014214 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs3client.c' (43,830) at 20240405153231699 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/crc32-ce-glue.c' (43,831) at 20210307214925842 2025-03-14 03:00:48.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/files/host_eid' (43,832) at 20240517080012289 to deleted uid set 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bd99954-charger.h' (43,833) at 20210307214930158 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/redfish_request_via_mTLS.md' (43,834) at 20221209040018563 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_distro_bootcmd.h' (43,835) at 20210308005003572 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_imem_ops.h' (43,836) at 20240405153050921 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/bios/string_attrs.json' (43,837) at 20221213040036917 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0-UK' (43,838) at 20211006000025230 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-qsb-common.dtsi' (43,839) at 20240405153229883 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_madds.c' (43,840) at 20240906080037576 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/stm32-dac-core.h' (43,841) at 20210307214928342 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/ca0132_regs.h' (43,842) at 20210307214932250 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_noinline.c' (43,843) at 20240405153054265 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap2.decode' (43,844) at 20210308005046389 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/.gitignore' (43,845) at 20210308004940468 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/tlshd.c' (43,846) at 20240405153232015 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb' (43,847) at 20241206090014310 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/Makefile' (43,848) at 20210308005003056 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/Makefile' (43,849) at 20210307214932726 2025-03-14 03:00:48.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb' (43,850) at 20241221090017528 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/dcn315_resource.c' (43,851) at 20241211090145413 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch' (43,852) at 20230706080014737 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' (43,853) at 20241204090032755 to deleted uid set 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma3_qm_regs.h' (43,854) at 20240405153046573 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/fans/phosphor-fan_%.bbappend' (43,855) at 20240925080018162 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-transaction-manager.c' (43,856) at 20240405153049257 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch' (43,857) at 20210307205553886 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l32.h' (43,858) at 20210307214932298 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/callout.hpp' (43,859) at 20220726030013070 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/mthca-abi.h' (43,860) at 20210307214931690 2025-03-14 03:00:48.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0001-automake-Add-default-libtool_tag-to-cppasm.patch' (43,861) at 20241221090017648 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-ipd-defs.h' (43,862) at 20210307214926234 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.9.1.bb' (43,863) at 20220823030015951 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/brcm,sata-brcm.yaml' (43,864) at 20240405153045021 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ga102.c' (43,865) at 20240405153048661 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/run-ptest' (43,866) at 20220204040022528 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/evlist.c' (43,867) at 20240405153232223 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8985.c' (43,868) at 20240405153232171 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_getblockinfo.h' (43,869) at 20210308005003552 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transform_sender.hpp' (43,870) at 20241219090033964 to deleted uid set 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-uart.c' (43,871) at 20210307214926190 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/xpio.h' (43,872) at 20210307214927906 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training.c' (43,873) at 20210308005003364 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/smccc-call.S' (43,874) at 20210308005002552 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/map.h' (43,875) at 20210307214932582 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/za-fork-asm.S' (43,876) at 20240405153054237 2025-03-14 03:00:48.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/cache.json' (43,877) at 20240405153054109 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ceph/super.h' (43,878) at 20240429080012452 to deleted uid set 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb' (43,879) at 20241206090014310 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/ipmi_rest_fru_field_map.py' (43,880) at 20221209040018559 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-375.c' (43,881) at 20210307214926994 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/kernel.h' (43,882) at 20240520080015239 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/Kconfig' (43,883) at 20240405153052125 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fullsjon' (43,884) at 20210307205553782 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-tegra114.c' (43,885) at 20240405153231467 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqmpimage.c' (43,886) at 20210308005003776 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-creative-sb0540.c' (43,887) at 20210307214928090 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/algos/Kconfig' (43,888) at 20210307214928150 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-mk808c.dts' (43,889) at 20240405153045385 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/bpf_common.h' (43,890) at 20210307214932478 2025-03-14 03:00:48.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200.dtsi' (43,891) at 20240405153045833 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/locks.c' (43,892) at 20210309003648924 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uaccess.h' (43,893) at 20240405153052809 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_bus.c' (43,894) at 20240405153053505 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/arch-loongarch.inc' (43,895) at 20240302090018230 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/Kconfig' (43,896) at 20240405153046029 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp153.dtsi' (43,897) at 20240405153045585 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb' (43,898) at 20240821080012435 to deleted uid set 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/led.c' (43,899) at 20210308005002548 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc3-sti-glue.h' (43,900) at 20210308005003644 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/instantiating-devices.rst' (43,901) at 20240405153045217 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/srso.rst' (43,902) at 20240405153229735 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-evb.dts' (43,903) at 20220525020651938 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml' (43,904) at 20240405153229783 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-no_tests_run_with_header.log' (43,905) at 20220525020655187 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/MAINTAINERS' (43,906) at 20210308005003016 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_psi.h' (43,907) at 20210309003650376 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/xen/privcmd.h' (43,908) at 20240405153231883 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/pseudo_lock.c' (43,909) at 20240405153230123 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-gemei-g9.dts' (43,910) at 20210308005002616 2025-03-14 03:00:48.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/uapi/linux/virtio_types.h' (43,911) at 20210307214932742 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_svc.c' (43,912) at 20240405153051577 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h' (43,913) at 20240405153047229 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' (43,914) at 20241029080011439 to deleted uid set 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/core.c' (43,915) at 20210308005003504 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/clp.h' (43,916) at 20210309003648956 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mvebu.c' (43,917) at 20240405153047077 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri-imx6ull_defconfig' (43,918) at 20210308005003252 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-inzi.rst' (43,919) at 20210309003648496 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_regs.h' (43,920) at 20210307214931358 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/README.md' (43,921) at 20221207040023627 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/dp501.h' (43,922) at 20210308005003000 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/233.out' (43,923) at 20241022080032792 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/led-class-multicolor.h' (43,924) at 20220525020654579 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb' (43,925) at 20241221090017560 to deleted uid set 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/util.c' (43,926) at 20241211090145521 2025-03-14 03:00:48.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/secid.h' (43,927) at 20240405153053465 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/allwinner-h3.h' (43,928) at 20240326080039530 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager_%.bbappend' (43,929) at 20241206090014218 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend' (43,930) at 20210811000030033 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-distance-srf08' (43,931) at 20220525020651634 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/Makefile' (43,932) at 20240405153052077 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/__init__.py' (43,933) at 20210307205554290 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/davicom/Makefile' (43,934) at 20240405153049897 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/0001-makefile-don-t-gzip-the-man-pages.patch' (43,935) at 20240301090012419 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-grlib.c' (43,936) at 20240405153052097 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_ets_strict.sh' (43,937) at 20240405153054297 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_stacktrace_map.c' (43,938) at 20240405153054277 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/WAET' (43,939) at 20240906080037560 to deleted uid set 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/sockios.h' (43,940) at 20210307214926558 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm670.dtsi' (43,941) at 20240405153229951 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt' (43,942) at 20240405153045013 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/Kconfig' (43,943) at 20240405153053001 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch' (43,944) at 20241213090035014 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/frontend.json' (43,945) at 20240405153054149 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_erp.c' (43,946) at 20240805080013979 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/YP-flow-diagram.png' (43,947) at 20210307205554306 to deleted uid set 2025-03-14 03:00:48.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/zboot-header.S' (43,948) at 20240405153047045 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/wakeirq.c' (43,949) at 20240405153230187 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/ca_midi.c' (43,950) at 20220525020654987 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/armpll.h' (43,951) at 20210308005002676 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-oneplus3.dts' (43,952) at 20240405153045769 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ceph/addr.c' (43,953) at 20241011080017355 to deleted uid set 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_active_types.h' (43,954) at 20240405153048521 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/xilinx/Makefile' (43,955) at 20240405153046969 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/pci.c' (43,956) at 20210308005002976 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sa8775p-gpucc.h' (43,957) at 20240405153052645 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb' (43,958) at 20241221090017544 to deleted uid set 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ga100.c' (43,959) at 20240405153048653 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/add-logical-with-carry.c' (43,960) at 20240326080039746 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@85000/i2c-switch@71/i2c@2/max31725@5d.conf' (43,961) at 20210307205554086 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/calibrate.c' (43,962) at 20210307214931702 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c' (43,963) at 20210308005046513 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp' (43,964) at 20241217090008764 to deleted uid set 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/layer.conf' (43,965) at 20241221090017568 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/Makefile' (43,966) at 20210307214926562 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/confidential-guest.h' (43,967) at 20240906080037480 2025-03-14 03:00:48.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zybo.dts' (43,968) at 20240405153045609 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk.h' (43,969) at 20240405153230843 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192f.c' (43,970) at 20240405153231243 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/imx8/scu_api.c' (43,971) at 20210308005003400 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/chip.c' (43,972) at 20241104090011579 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0011.h' (43,973) at 20240405153048617 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/cc770/cc770_platform.c' (43,974) at 20240405153049729 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_beagle_defconfig' (43,975) at 20210308005003272 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/pal.S' (43,976) at 20240405153229995 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_ppi.h' (43,977) at 20220429100100534 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/hi3798cv200-perictrl.yaml' (43,978) at 20210309003648320 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfstrace.c' (43,979) at 20220525020654447 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-sprd.c' (43,980) at 20210307214927050 2025-03-14 03:00:48.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.watchdog' (43,981) at 20210308005003300 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt' (43,982) at 20210307214925418 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/README.rst' (43,983) at 20220429100100730 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c' (43,984) at 20240405153230595 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/sni/sniprom.c' (43,985) at 20220525020651998 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/perf_events/remove_on_exec.c' (43,986) at 20220525020655223 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/stackprotector/arch-support.txt' (43,987) at 20240405153229807 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/loongarch_simd.c' (43,988) at 20240405153231951 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc5200_defconfig' (43,989) at 20240405153046097 2025-03-14 03:00:48.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/buildstats.py' (43,990) at 20230401080011979 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_ids.h' (43,991) at 20210308005003680 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/crc32defs.h' (43,992) at 20210308005003420 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy.h' (43,993) at 20240712080021089 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xenpvh.rst' (43,994) at 20240326080039406 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c' (43,995) at 20240624080012788 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/apple/Makefile' (43,996) at 20240405153231447 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/pxa168-aspenite.dts' (43,997) at 20240405153045461 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c' (43,998) at 20240405153230379 to deleted uid set 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/sha512_asm.S' (43,999) at 20210307214926574 2025-03-14 03:00:48.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdx55.h' (44,000) at 20240405153049169 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog.cpp' (44,001) at 20240829080022534 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c' (44,002) at 20240405153048777 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_pm.c' (44,003) at 20240405153048473 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-dmar-iommu.c' (44,004) at 20241114091008832 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbconvert.c' (44,005) at 20241011080017295 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bnad.c' (44,006) at 20240805080013975 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/.gitignore' (44,007) at 20220516100042300 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/lnl.c' (44,008) at 20240613080016551 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pic32.c' (44,009) at 20210308005003484 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c' (44,010) at 20240405153048813 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-latch.yaml' (44,011) at 20240405153045061 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (44,012) at 20241211090212530 to deleted uid set 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_platform.c' (44,013) at 20210307214927910 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-dock.dts' (44,014) at 20240405153046241 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/dps310.c' (44,015) at 20240613080016415 2025-03-14 03:00:48.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/migration-guides/release-5.1.rst' (44,016) at 20241206090014294 to deleted uid set 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_reset.c' (44,017) at 20210309003654580 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/events.py' (44,018) at 20240906080037444 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-controls.c' (44,019) at 20210307214928682 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/dbus_log_watcher.cpp' (44,020) at 20241130090002061 to deleted uid set 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend' (44,021) at 20241206090014226 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/internal_sys_mock.hpp' (44,022) at 20220507030031385 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/mx23evk.c' (44,023) at 20210308005002980 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig' (44,024) at 20210308005003276 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/iio-opaque.h' (44,025) at 20240405153052709 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c' (44,026) at 20240405153051889 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/meson.build' (44,027) at 20240906080037268 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/af_bluetooth.c' (44,028) at 20241104090011615 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-evb.dts' (44,029) at 20210308005002604 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/readline.h' (44,030) at 20230426080043776 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/sh73a0.h' (44,031) at 20210307214925958 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/network.h' (44,032) at 20210307214930734 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-fsd-ufs.c' (44,033) at 20240405153051297 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/files.rst' (44,034) at 20220525020651730 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/tmio_mmc_core.c' (44,035) at 20240405153230863 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/pipeline.json' (44,036) at 20240405153054109 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-a83t-ccu.h' (44,037) at 20210307214931334 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/smp.c' (44,038) at 20241125090012235 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc' (44,039) at 20241221090017468 2025-03-14 03:00:48.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/mmu.c' (44,040) at 20240906080037500 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC832XEMDS.h' (44,041) at 20210308005003576 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sp5100_tco.h' (44,042) at 20220606030013669 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/002.out' (44,043) at 20210308005046413 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk110.c' (44,044) at 20240405153048657 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvff.c' (44,045) at 20210307214926334 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_cmdline.c' (44,046) at 20240405153052189 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts' (44,047) at 20240805080013915 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/unistd.h' (44,048) at 20240405153046321 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sha256_base.h' (44,049) at 20240405153052625 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb' (44,050) at 20241206090014274 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/cve-exclusion_6.6.inc' (44,051) at 20241206090014342 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/sh7269.h' (44,052) at 20210307214926554 2025-03-14 03:00:48.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (44,053) at 20210307205553694 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max77693_charger.c' (44,054) at 20240405153051437 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/cast5_avx_glue.c' (44,055) at 20220525020652134 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-unavailable.c' (44,056) at 20220525020655227 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/dma-g2.c' (44,057) at 20210307214926546 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256-pss.its' (44,058) at 20210308005003744 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/virtio_byteorder.h' (44,059) at 20210307214932742 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256-pss.its' (44,060) at 20210308005003744 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7476.yaml' (44,061) at 20240405153045069 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/expected_config' (44,062) at 20210308005003736 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pci/p2pdma.rst' (44,063) at 20240405153229807 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (44,064) at 20220121110015008 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/comedi_internal.h' (44,065) at 20220525020652346 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ath79-misc.c' (44,066) at 20220525020653203 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/OWNERS' (44,067) at 20230306090025411 2025-03-14 03:00:48.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/output.c' (44,068) at 20210307214930930 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/tools/mkbb.c' (44,069) at 20210307214925642 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs8.asn1' (44,070) at 20210307214926790 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet98v_rev2_defconfig' (44,071) at 20210308005003260 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/s5p/s5p_cec.h' (44,072) at 20210307214928598 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_map_lookup_percpu_elem.c' (44,073) at 20240405153054277 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/include/mach/irqs.h' (44,074) at 20210307214925882 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/pkeys.c' (44,075) at 20240405153230047 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-debug.h' (44,076) at 20240405153050529 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_sa_l_w.c' (44,077) at 20210308005046505 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/imximage_dd3.cfg' (44,078) at 20210308005002984 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/nxp,pca9541.yaml' (44,079) at 20240405153229767 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mps2-fpgaio.h' (44,080) at 20210927100127237 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mvrtc.h' (44,081) at 20210308005003480 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_mux.h' (44,082) at 20210309003650372 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7620a.dtsi' (44,083) at 20210307214926194 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/README.md' (44,084) at 20210307205553662 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_dcbx.c' (44,085) at 20220525020653623 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gp_timer_public.h' (44,086) at 20210307214930546 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.json' (44,087) at 20220429100100882 2025-03-14 03:00:48.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_r5.h' (44,088) at 20210308005003624 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/map_percpu_stats.c' (44,089) at 20240405153232259 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/Makefile' (44,090) at 20210307214929978 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/control' (44,091) at 20210308005111461 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/apple-mailbox.h' (44,092) at 20240405153052657 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/use-error_fatal.cocci' (44,093) at 20210308005046237 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-apple-nco.c' (44,094) at 20241211090145397 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/cmd.hpp' (44,095) at 20220804030009423 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/amd_iommu-stub.c' (44,096) at 20240906080037228 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/riscv64-linux' (44,097) at 20230317080013833 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmc-pxamci.h' (44,098) at 20210307214931478 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (44,099) at 20240210090012534 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/output_reproducer.py' (44,100) at 20221215040039270 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/vrm-control.sh' (44,101) at 20230606080013598 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/syscon.h' (44,102) at 20210308005002844 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/hv.h' (44,103) at 20210307214929526 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_tgec.c' (44,104) at 20240405153049929 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_inc.h' (44,105) at 20210309003649656 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-dma-sg.c' (44,106) at 20240405153230775 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_common_data.c' (44,107) at 20210307214925922 2025-03-14 03:00:48.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/noise.c' (44,108) at 20220627100017034 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/tnc.c' (44,109) at 20240405153231763 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_comp_req.h' (44,110) at 20240405153046957 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_flower.c' (44,111) at 20240405153231035 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/Makefile' (44,112) at 20210308005002912 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/nilfs2.h' (44,113) at 20240405153052897 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb' (44,114) at 20241206090014242 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/common/cfe_console.c' (44,115) at 20210307214926294 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/backend.c' (44,116) at 20240405153046741 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-ipc.c' (44,117) at 20240405153232195 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mqueue.h' (44,118) at 20210307214931642 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/scheduler/sched_entity.c' (44,119) at 20241011080017315 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cds_pci_ft.c' (44,120) at 20210308005002960 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_seg6_loop.c' (44,121) at 20210307214932650 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_csum.h' (44,122) at 20210307214931662 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/overflow.h' (44,123) at 20240415080012987 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/trace.h' (44,124) at 20210308005046337 2025-03-14 03:00:48.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-sumire.dts' (44,125) at 20240405153045769 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c' (44,126) at 20240405153050245 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dio_stream_encoder.c' (44,127) at 20240405153047245 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-pvh-common.c' (44,128) at 20241211090212354 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/common/auth.c' (44,129) at 20240405153051197 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/cif.S' (44,130) at 20210307214926614 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pm9g45_defconfig' (44,131) at 20210308005003276 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/maar.h' (44,132) at 20210307214926214 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nvidia,tegra114-spi.yaml' (44,133) at 20240405153229799 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c' (44,134) at 20240405153050037 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-eukrea-mbimxsd51-baseboard.dts' (44,135) at 20240405153229883 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/minix.h' (44,136) at 20240405153052401 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_init_fw_funcs.c' (44,137) at 20240405153050225 2025-03-14 03:00:48.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_dec.h' (44,138) at 20210307214930594 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/coalesced_mmio.h' (44,139) at 20210307214932746 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/rcar_thermal.c' (44,140) at 20240405153231499 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.err' (44,141) at 20210308005046401 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/socket_manager.hpp' (44,142) at 20230629131804627 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/ptrace.h' (44,143) at 20240405153045965 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/Network.vue' (44,144) at 20241004080035971 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp401.c' (44,145) at 20240405153048877 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info.c' (44,146) at 20210308005002768 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch.expected' (44,147) at 20241206090014298 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/iot_devkit.h' (44,148) at 20210308005003596 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ninja32.c' (44,149) at 20240405153046665 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_host_network.robot' (44,150) at 20240628080017117 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/trace.h' (44,151) at 20210308005045825 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-io.h' (44,152) at 20240405153049369 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/bh1770glc.h' (44,153) at 20210307214931474 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap' (44,154) at 20220105012523003 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/irq.h' (44,155) at 20210307214926126 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ratelimit.c' (44,156) at 20220913100024281 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/dir.c' (44,157) at 20220525020654423 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/sockbits.h' (44,158) at 20221215040039202 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/init/__internal.rs' (44,159) at 20240405153232095 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-speedlink.c' (44,160) at 20210307214928098 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm6350-tlmm.yaml' (44,161) at 20240405153045137 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_cpuset.c' (44,162) at 20240613080016567 2025-03-14 03:00:48.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-07' (44,163) at 20210908000010395 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/helpers.h' (44,164) at 20240405153232243 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/Endpoint.interface.yaml' (44,165) at 20240618080025501 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/vp27smpx.c' (44,166) at 20240405153049345 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-img-ipi.h' (44,167) at 20240405153049413 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/process.c' (44,168) at 20240405153045909 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/head64.S' (44,169) at 20230925080040101 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/desc.h' (44,170) at 20220429100100534 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Lugo' (44,171) at 20210307205553766 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/file-upload.scss' (44,172) at 20210308005107073 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc_drv_if.h' (44,173) at 20240405153230803 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/virtio.h' (44,174) at 20240405153054389 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (44,175) at 20240113090014528 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-dac-ltc2688' (44,176) at 20240405153044917 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/ax25-ae350.c' (44,177) at 20210308005002900 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-hummingboard2-emmc-som-v15.dts' (44,178) at 20240405153045501 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_debugfs.c' (44,179) at 20240411080014078 2025-03-14 03:00:48.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ethtool_netlink.h' (44,180) at 20240405153052917 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/mmu_internal.h' (44,181) at 20240405153230131 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/wdt.h' (44,182) at 20210307214931438 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c' (44,183) at 20240405153049837 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/sys.cpp' (44,184) at 20230511080009359 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/libxed.py' (44,185) at 20220525020655155 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-qcow.c' (44,186) at 20241211090212226 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/mac.h' (44,187) at 20210307214929898 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_msg.c' (44,188) at 20240405153046953 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/python-ext-sources' (44,189) at 20240405153232239 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/rmwcc.h' (44,190) at 20240405153232207 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_fq_pie.c' (44,191) at 20240405153053369 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/printk_safe.c' (44,192) at 20240405153053025 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/smbios.c' (44,193) at 20210308005003712 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/davicom/Kconfig' (44,194) at 20240405153049897 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/fuse-io.rst' (44,195) at 20210307214925486 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/subprojects/packagefiles/boost/meson.build' (44,196) at 20240409080019271 to deleted uid set 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Alpicat' (44,197) at 20210307205553766 2025-03-14 03:00:48.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/pgtable.h' (44,198) at 20240405153229999 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/testing-overview.rst' (44,199) at 20240405153045009 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/aperfmperf.c' (44,200) at 20240405153046413 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/copypage.c' (44,201) at 20240405153045897 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/threadcount.c' (44,202) at 20210308005046529 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rf.c' (44,203) at 20210309003651812 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_gsc.c' (44,204) at 20240405153051217 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/03-threads.patch' (44,205) at 20230706080014745 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor/config-virtual-sensor.json' (44,206) at 20210807000017358 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/s390-cpu-topology.rst' (44,207) at 20240326080039402 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/i3c-master-cdns.c' (44,208) at 20241018080014486 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynq/Makefile' (44,209) at 20210307214927042 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/ldm.rst' (44,210) at 20210307214925230 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/gbs-ipmi-entity-association-map.bb' (44,211) at 20241206090014278 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/priv.h' (44,212) at 20240405153048653 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_gadget.c' (44,213) at 20240405153052121 2025-03-14 03:00:48.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/312' (44,214) at 20230426080043944 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mt65xx.c' (44,215) at 20240405153231463 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-samsung-ufs.h' (44,216) at 20240405153051297 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS0-ssh-host@.service' (44,217) at 20230203040020726 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.h' (44,218) at 20210307214929802 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/Makefile' (44,219) at 20210307214929974 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/flamegraph-report' (44,220) at 20210307214932566 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/memcmp.S' (44,221) at 20240405153230095 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/crw.h' (44,222) at 20240405153046277 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/config.h' (44,223) at 20240724080011687 to deleted uid set 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/super.c' (44,224) at 20240411080014134 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/mx6qarm2.c' (44,225) at 20210308005002984 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/setup.c' (44,226) at 20220525020651986 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/faraday,fttmr010.txt' (44,227) at 20210307214925446 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mem.h' (44,228) at 20210308005002660 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/versal/board.c' (44,229) at 20210308005003172 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/alpine_cpu_pm.c' (44,230) at 20210307214925870 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.h' (44,231) at 20240405153048373 2025-03-14 03:00:48.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/adl.c' (44,232) at 20240405153231343 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max5970.yaml' (44,233) at 20240405153045105 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/lowlevel_init.S' (44,234) at 20210308005003032 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c' (44,235) at 20241211090145413 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/nm256/nm256.c' (44,236) at 20240405153232135 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/Board_General.json' (44,237) at 20221213040036917 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_buffer.h' (44,238) at 20210307214930546 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_ipv6_utils.robot' (44,239) at 20240627080021044 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/microchip_t1s.c' (44,240) at 20240405153050357 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-ebony.c' (44,241) at 20210307214926338 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mt8173-gce.h' (44,242) at 20210307214931338 2025-03-14 03:00:48.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/148.out' (44,243) at 20210308005046453 2025-03-14 03:00:48.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_2_1_offset.h' (44,244) at 20240405153047729 2025-03-14 03:00:48.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc200x-core.c' (44,245) at 20240405153049165 2025-03-14 03:00:48.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_renderstate.c' (44,246) at 20240405153048497 2025-03-14 03:00:48.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/hw_accel.h' (44,247) at 20240326080039550 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_fat.c' (44,248) at 20210308005003228 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_usbtty_pnor_defconfig' (44,249) at 20210308005003280 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/op-4.h' (44,250) at 20210307214931538 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8550ve.dtsi' (44,251) at 20240405153045777 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-simpleq.c' (44,252) at 20210927100127649 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/hte.h' (44,253) at 20210308005002856 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/efi-x86_payload32_defconfig' (44,254) at 20210308005003256 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_trace.h' (44,255) at 20220525020653051 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/eth_t102xrdb.c' (44,256) at 20210308005002992 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_defaults.h' (44,257) at 20210308005003572 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/delay.h' (44,258) at 20210307214926314 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt' (44,259) at 20220525020651698 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sigcontext.h' (44,260) at 20210307214926674 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Sarivaara' (44,261) at 20210307205553774 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/rockchip-io-domain.yaml' (44,262) at 20240405153045141 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson-g12a-gpio.h' (44,263) at 20240405153231795 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts' (44,264) at 20240405153046093 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/fib.c' (44,265) at 20241111090012129 2025-03-14 03:00:48.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/Makefile' (44,266) at 20210308005002908 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mptcp/protocol.h' (44,267) at 20241023080012903 to deleted uid set 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/bblayers.conf.sample' (44,268) at 20220910030013373 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/qcom-sata.txt' (44,269) at 20210307214925282 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Device.errors.yaml' (44,270) at 20210610000035114 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/timerfd.c' (44,271) at 20220525020654491 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/symlink.c' (44,272) at 20240405153052333 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/btrfs-tests.c' (44,273) at 20240405153052293 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/dma.c' (44,274) at 20220525020651974 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/meson-g12b-flakes.txt' (44,275) at 20240405153230531 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/exynos_adc.c' (44,276) at 20240405153048953 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/lpc18xx_wdt.c' (44,277) at 20240405153052241 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/nf_conntrack_core.c' (44,278) at 20240405153232055 to deleted uid set 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/0001-Add-configure-options-for-packages.patch' (44,279) at 20240113090014536 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/Makefile' (44,280) at 20240405153052049 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker' (44,281) at 20241211090212534 2025-03-14 03:00:48.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-pci.c' (44,282) at 20240405153052105 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_mpc52xx.c' (44,283) at 20240405153230179 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/starfive/reset-starfive-jh7100.c' (44,284) at 20240405153051485 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/olympus-nuvoton-ipmi-fru-properties.yaml' (44,285) at 20210307205554094 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/bcm47xx_wdt.c' (44,286) at 20240405153052237 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_hooks_lwtunnel.h' (44,287) at 20220525020654643 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions.hpp' (44,288) at 20220727030021545 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/writing-schema.rst' (44,289) at 20240405153045185 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-ti-dm-systimer.c' (44,290) at 20241211090145401 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpass-gfm-sm8250.c' (44,291) at 20240405153230235 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-burnet.dts' (44,292) at 20241211090145373 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/Makefile' (44,293) at 20240405153045985 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/cache.json' (44,294) at 20240405153054109 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/u-boot-spl.lds' (44,295) at 20210308005002844 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper.dtsi' (44,296) at 20220525020651918 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/fs_operation.c' (44,297) at 20240405153052265 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_keys.c' (44,298) at 20241216090017717 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/maccess.c' (44,299) at 20220525020652014 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/inno-rk3036.txt' (44,300) at 20210307214925430 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/api.rst' (44,301) at 20240405153229847 2025-03-14 03:00:48.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip_24.3.1.bb' (44,302) at 20241221090017668 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch' (44,303) at 20241221090017516 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/highbank.c' (44,304) at 20241211090212246 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemumips64-multi.yml' (44,305) at 20210812000025270 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-janus_1.0.0.bb' (44,306) at 20240301090012431 to deleted uid set 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-ath79.txt' (44,307) at 20210307214925438 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/inventory.c' (44,308) at 20210309003648864 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_phy.h' (44,309) at 20240405153051893 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/Kconfig' (44,310) at 20240405153231587 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/k3_rproc.c' (44,311) at 20210308005003476 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina-early-sys-init' (44,312) at 20241122090013116 to deleted uid set 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager/bios-update' (44,313) at 20240828080010887 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/mpoa_caches.h' (44,314) at 20210307214931870 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/vmc/irqsrcs_vmc_1_0.h' (44,315) at 20210307214927702 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/ddr.c' (44,316) at 20210308005003052 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/openipmi_2.0.36.bb' (44,317) at 20241221090017496 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/clock_logger.hpp' (44,318) at 20230915080021805 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorControl/meson.build' (44,319) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-esdhc-mcf.c' (44,320) at 20240405153230859 2025-03-14 03:00:48.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtsx_usb.h' (44,321) at 20220804100016076 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb' (44,322) at 20241206090014262 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc32-linux-musl' (44,323) at 20220402030016247 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/SBE/meson.build' (44,324) at 20230825080021133 to deleted uid set 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/mte_common_util.h' (44,325) at 20240405153054237 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (44,326) at 20240712080022837 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cache.S' (44,327) at 20210308005002556 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_win_defconfig' (44,328) at 20210308005003272 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-base.out' (44,329) at 20210308005046413 to deleted uid set 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6838.dtsi' (44,330) at 20210308005002812 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/bufferiszero.c.inc' (44,331) at 20240906080037184 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/alerts/index.md' (44,332) at 20221215040043186 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_reg.h' (44,333) at 20210307214928702 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_sru.h' (44,334) at 20240405153049445 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7743-sysc.h' (44,335) at 20210307214931346 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/fans/phosphor-pid-control/config.json' (44,336) at 20230317080013785 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uswid_0.5.0.bb' (44,337) at 20241206090014270 to deleted uid set 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/meson.build' (44,338) at 20241211090212454 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbpsi/libdvbpsi_1.3.3.bb' (44,339) at 20231126090012781 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-net.h' (44,340) at 20210308005046481 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ia_css_eed1_8_param.h' (44,341) at 20210307214930554 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/scmi-hwmon.c' (44,342) at 20240405153048873 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/sigcontext.h' (44,343) at 20210307214926250 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/numa.c' (44,344) at 20210309003648984 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/atomic_add-bench.c' (44,345) at 20220429100100874 2025-03-14 03:00:48.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/bitfield.h' (44,346) at 20240405153050265 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/makefile_race.patch' (44,347) at 20210307205553874 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_46.1.bb' (44,348) at 20241221090017488 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c' (44,349) at 20240405153050249 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_icpu_cfg.h' (44,350) at 20210308005002820 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/integratorap-im-pd1.dts' (44,351) at 20240405153045401 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_connlabel.c' (44,352) at 20210307214932026 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/trace.h' (44,353) at 20210308005045901 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/oe_cmake_fixup.patch' (44,354) at 20210812000025274 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch' (44,355) at 20241206090014338 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/069.out' (44,356) at 20210308005046441 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/loop.h' (44,357) at 20240405153052681 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/Kconfig' (44,358) at 20210308005002960 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/as3711.c' (44,359) at 20240405153049601 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/parser.c' (44,360) at 20240405153053097 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-C' (44,361) at 20210307205554418 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_flower.sh' (44,362) at 20240405153054345 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/DefaultKeyAssignments' (44,363) at 20210309003649132 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-SalzburgAG' (44,364) at 20210307205553758 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-word.err' (44,365) at 20210308005046405 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pdata-quirks.c' (44,366) at 20240429080012404 2025-03-14 03:00:48.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/Kconfig' (44,367) at 20240405153048769 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-r40-ccu.h' (44,368) at 20210308005003636 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/u-boot-aspeed/0001-board-aspeed-Add-reset_phy-for-Zaius.patch' (44,369) at 20241206090014234 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/secrets/coco.rst' (44,370) at 20240405153229827 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/cookies.hpp' (44,371) at 20240712080005848 to deleted uid set 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/activation_mmc.cpp' (44,372) at 20230511080022135 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml' (44,373) at 20210309003648400 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2hk.h' (44,374) at 20210308005002732 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/xattr.h' (44,375) at 20240405153052501 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/netbase/netbase_6.4.bb' (44,376) at 20221120040010730 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/Makefile' (44,377) at 20210308005003340 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/-bmc-gbmcnicdhcp.network' (44,378) at 20240913080015313 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-iot.dtsi' (44,379) at 20210308005002596 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/asm-offsets.c' (44,380) at 20220525020651982 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-sysfs-cross-compile.patch' (44,381) at 20210307205553818 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/Makefile' (44,382) at 20210308005003052 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_fcntl.h' (44,383) at 20210308005046093 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/dif.h' (44,384) at 20220429100100498 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt' (44,385) at 20240405153045153 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/base.c' (44,386) at 20240405153048657 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/jbd2/commit.c' (44,387) at 20240805080014019 to deleted uid set 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_am335x_common.h' (44,388) at 20210308005003620 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/st,stm32mp13-regulator.h' (44,389) at 20240405153231799 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap7.decode' (44,390) at 20210308005046389 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-pci.c' (44,391) at 20240405153052097 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/phosphor-buttons/obmc-phosphor-buttons/yosemitev2/gpio_defs.json' (44,392) at 20221005030014094 2025-03-14 03:00:48.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/bus.h' (44,393) at 20240405153051777 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/Kconfig' (44,394) at 20210307214929246 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/requester/mctp_endpoint_discovery.cpp' (44,395) at 20241204090036299 to deleted uid set 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5.inc' (44,396) at 20241221090017636 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/test_encl.c' (44,397) at 20240405153232287 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_0_masks.h' (44,398) at 20240405153046601 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_msi.c' (44,399) at 20240613080016363 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/readings.hpp' (44,400) at 20230524080039233 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/MAINTAINERS' (44,401) at 20210308005003016 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/standby.cfg' (44,402) at 20210307214932618 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_rtr0_mstr_if_rr_prvt_hbw_regs.h' (44,403) at 20240405153046585 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/pci.h' (44,404) at 20210307214926222 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_meta.cpp' (44,405) at 20241123090021035 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ximg.c' (44,406) at 20210308005003220 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/smp_scu.c' (44,407) at 20210307214925866 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__when_all.hpp' (44,408) at 20241219090033964 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/verify_pefile.c' (44,409) at 20240405153230155 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/addac/Kconfig' (44,410) at 20210307214930518 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/af_netlink.h' (44,411) at 20241125090012267 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/fsp_configs.c' (44,412) at 20210308005002852 2025-03-14 03:00:48.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/Kconfig' (44,413) at 20210308005002904 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-greatlakes/greatlakes-sysinit/files/greatlakes-system-state-init@.service' (44,414) at 20230304090014132 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal.h' (44,415) at 20240405153231159 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/Makefile' (44,416) at 20240613080016363 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ac97/codec.h' (44,417) at 20240405153052885 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h' (44,418) at 20240405153230415 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/bdisp-debug.c' (44,419) at 20240405153049469 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/bcm/brcm,bcm23550-cdc.yaml' (44,420) at 20240405153045153 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/cec.h' (44,421) at 20240613080016503 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Huesca' (44,422) at 20210307205553766 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h' (44,423) at 20240405153049817 2025-03-14 03:00:48.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/Makefile' (44,424) at 20210307214928538 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs42xattr.c' (44,425) at 20240405153052421 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_mirred.c' (44,426) at 20240405153232071 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8349EMDS.h' (44,427) at 20210308005003576 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/bios_handler.hpp' (44,428) at 20240826080018279 to deleted uid set 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/devkit8000.c' (44,429) at 20210308005003080 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.h' (44,430) at 20220525020652971 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Darwin' (44,431) at 20210307205553762 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/mop500_ab8500.c' (44,432) at 20240405153054017 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-dotword.bconf' (44,433) at 20210307214932458 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa25x.c' (44,434) at 20240405153045677 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/debug_public.h' (44,435) at 20240405153051833 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_pgtable.c' (44,436) at 20240405153230047 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/meson.build' (44,437) at 20211211040043768 2025-03-14 03:00:48.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/module.c' (44,438) at 20220525020651986 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-omap.c' (44,439) at 20240405153048909 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-apmixedsys.c' (44,440) at 20240405153230215 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer_private.h' (44,441) at 20210307214930542 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nand.c' (44,442) at 20210308005003556 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.h' (44,443) at 20240805080013975 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap443x.dtsi' (44,444) at 20240405153045609 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h' (44,445) at 20210307214929942 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c' (44,446) at 20220525020652967 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/tx79.decode' (44,447) at 20240326080039682 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-core.c' (44,448) at 20240405153049525 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5.dtsi' (44,449) at 20240405153045709 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/kvm_para.h' (44,450) at 20240405153046401 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_intr.c' (44,451) at 20240405153051737 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-turris-omnia.c' (44,452) at 20240405153230755 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_reset.sh' (44,453) at 20230606080013598 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_trace_points.c' (44,454) at 20210307214927766 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hemavan' (44,455) at 20210307205553782 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/mux.c' (44,456) at 20210308005003076 2025-03-14 03:00:48.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/Kconfig' (44,457) at 20210307214931978 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/driver.c' (44,458) at 20241211090145405 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/napi.h' (44,459) at 20210307214931610 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/CLI11.wrap' (44,460) at 20230714080032711 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-7020.dtsi' (44,461) at 20210307214926022 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/tp.c' (44,462) at 20210307214929358 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max8907.c' (44,463) at 20240405153051497 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/radiusd.service' (44,464) at 20230114040015474 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/Makefile' (44,465) at 20210308005002800 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/spi/Makefile' (44,466) at 20240405153054221 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_reqlist.h' (44,467) at 20240405153051537 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/imx7-power.h' (44,468) at 20210307214931346 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/spitfire.h' (44,469) at 20210307214926586 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/syscalls/syscall.tbl' (44,470) at 20240710080014577 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clkt_dflt.c' (44,471) at 20240405153046869 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/ssi-sd.c' (44,472) at 20241211090212334 2025-03-14 03:00:48.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_devconfig.c' (44,473) at 20241211090212354 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/can/j1939/transport.c' (44,474) at 20241216090017785 to deleted uid set 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.c' (44,475) at 20210309003651644 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm3725.dtsi' (44,476) at 20240405153045597 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/Kconfig' (44,477) at 20210308005003028 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1016.h' (44,478) at 20210307214932322 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingUnitCollection_v1.xml' (44,479) at 20240619080002924 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweroff' (44,480) at 20241029080011443 to deleted uid set 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb' (44,481) at 20230706080014745 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kcmp.h' (44,482) at 20210307214931638 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/rp2.c' (44,483) at 20241008080013983 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/counter-core.c' (44,484) at 20240405153046909 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/efivarfs/config' (44,485) at 20210307214932670 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-msg-format.h' (44,486) at 20240405153051945 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/sgx.rst' (44,487) at 20240906080037180 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/mocks/sensor_mock.hpp' (44,488) at 20220412175720090 to deleted uid set 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/dlink-dir685-touchkeys.c' (44,489) at 20240405153049133 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/Makefile' (44,490) at 20210308005002548 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/json-parser.hpp' (44,491) at 20240828080025979 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx.h' (44,492) at 20210307214930670 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mscc,miim.yaml' (44,493) at 20240405153045117 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/mime.bbclass' (44,494) at 20220910030013389 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/lpc.h' (44,495) at 20210308005100993 2025-03-14 03:00:48.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/sequence_numbers.c' (44,496) at 20210308005100993 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/cgroup_event_listener.c' (44,497) at 20210307214932470 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target.h' (44,498) at 20241211090212526 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/Makefile' (44,499) at 20210307214928846 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c' (44,500) at 20240405153231571 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_rtime.c' (44,501) at 20210308005003548 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/LICENSE' (44,502) at 20210308005117205 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/ib_virt.c' (44,503) at 20240405153049081 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.netdev' (44,504) at 20240210090012534 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/align.c' (44,505) at 20240405153046133 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipmi_smi.h' (44,506) at 20240405153052713 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/314' (44,507) at 20240326080039734 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3588.c' (44,508) at 20241008080013915 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h' (44,509) at 20240830080013259 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-vdec.c' (44,510) at 20240405153046793 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8.dtsi' (44,511) at 20240405153045717 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb' (44,512) at 20230401080011939 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/sysrq.c' (44,513) at 20240405153230015 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/remove-user-host-pwd-from-version.patch' (44,514) at 20210316000012677 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-palmetto.dts' (44,515) at 20240405153045417 to deleted uid set 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-apn806-pinctrl.txt' (44,516) at 20210308005003304 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0008-Remove-RPC_FLUSH.patch' (44,517) at 20230706080014765 2025-03-14 03:00:48.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/i386-softmmu/default.mak' (44,518) at 20241211090212222 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/early_printk.c' (44,519) at 20210309003648960 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/main.cpp' (44,520) at 20240806080031092 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/eth.c' (44,521) at 20210308005002964 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/at91.h' (44,522) at 20240405153052641 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8998.c' (44,523) at 20240405153053881 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/0001-src-eventloop.cpp-use-portable-method-for-initializi.patch' (44,524) at 20210307205553886 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/htcpen.c' (44,525) at 20220525020653187 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/aspeed.inc' (44,526) at 20241126090011759 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/dropbear-migrate-key-location.service' (44,527) at 20230510080014491 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss.h' (44,528) at 20210307214930926 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a-mbls1021a.dts' (44,529) at 20240405153229891 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_mdp_rdma.c' (44,530) at 20240405153230583 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-multipart/run-ptest' (44,531) at 20241221090017560 to deleted uid set 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/writeback.c' (44,532) at 20240617080017390 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_mrc.py' (44,533) at 20210308005003748 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/ctl.h' (44,534) at 20240405153051981 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/asm-prototypes.h' (44,535) at 20220525020651798 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/eth_lx2160aqds.c' (44,536) at 20210308005002972 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-a1-reset.h' (44,537) at 20210307214931346 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/powerpc_change-the-memory-size-limit.patch' (44,538) at 20210307205553750 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/note.S' (44,539) at 20240405153046081 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/README.P1010RDB-PB' (44,540) at 20210308005002988 2025-03-14 03:00:48.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/Kconfig' (44,541) at 20210308005003020 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/ioremap.h' (44,542) at 20210308005002820 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/macsec.c' (44,543) at 20240405153230715 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/mm.h' (44,544) at 20240405153231803 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lan9118.c' (44,545) at 20241211090212306 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/trace.h' (44,546) at 20210308005046109 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/Makefile.vdso' (44,547) at 20241211090212374 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/Makefile' (44,548) at 20240405153047257 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpf_exp.y' (44,549) at 20220525020655111 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/crow_getroutes_test.cpp' (44,550) at 20240904080003186 to deleted uid set 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/sys_helper.c' (44,551) at 20240906080037508 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/refcounttree.h' (44,552) at 20220525020654475 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2up.service' (44,553) at 20230627080016966 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml' (44,554) at 20240405153229783 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/015.out' (44,555) at 20210308005046429 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/irq.h' (44,556) at 20210307214930546 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/bosch,bno055.yaml' (44,557) at 20240405153045073 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/tools/mach-types' (44,558) at 20240405153045701 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/trace.h' (44,559) at 20210308005046293 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/opt3001.c' (44,560) at 20241023080012879 2025-03-14 03:00:48.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/init' (44,561) at 20210307205553938 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_svm.c' (44,562) at 20240405153230607 to deleted uid set 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/keystone/Kconfig' (44,563) at 20210307214926982 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mac53c94.c' (44,564) at 20240405153051653 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/unistd.h' (44,565) at 20210307214926554 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/posix_types.h' (44,566) at 20210307214925650 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/misc.c' (44,567) at 20240405153046197 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi' (44,568) at 20240405153045753 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_device_driver.c' (44,569) at 20210307214932738 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/3c120_devboard.h' (44,570) at 20210308005003572 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx8ulp-cgc-clock.yaml' (44,571) at 20240405153045025 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/styles/palette.styl' (44,572) at 20220105012522959 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/soc/tegra/fuse/fuse-tegra30.c' (44,573) at 20240405153231455 to deleted uid set 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-storage-daemon.rst' (44,574) at 20221215040039082 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/auth.h' (44,575) at 20210307214931574 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/README' (44,576) at 20210308005116217 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb' (44,577) at 20241206090014226 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser_error.hpp' (44,578) at 20210914000041091 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/u-boot_%.bbappend' (44,579) at 20241206090014278 2025-03-14 03:00:48.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/uncore-memory.json' (44,580) at 20240405153054121 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c' (44,581) at 20240405153050513 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/leds-bcm6328.txt' (44,582) at 20210308005003304 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/Kconfig' (44,583) at 20240405153052557 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml' (44,584) at 20240405153045041 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsroot.c' (44,585) at 20240405153052509 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi' (44,586) at 20240405153045765 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/Makefile' (44,587) at 20210308005003020 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts' (44,588) at 20240405153045721 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/README.md' (44,589) at 20240413080012667 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops.h' (44,590) at 20240906080037136 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/entry/common.c' (44,591) at 20240405153231907 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mkuboot.sh' (44,592) at 20210307214932158 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sdb.dts' (44,593) at 20210308005002588 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0011-Remove-bionic-specific-calls.patch' (44,594) at 20210307205553894 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/Makefile' (44,595) at 20240405153045657 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig' (44,596) at 20210308005003264 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/presence/json_parser.cpp' (44,597) at 20240820080023694 to deleted uid set 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ammarnas_Ribovardo' (44,598) at 20210307205553778 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-cgroup-rwstat.c' (44,599) at 20210406100034963 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython/0001-Output-import-relative-paths-in-generated-C-code.-GH.patch' (44,600) at 20241221090017668 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_hdmi.h' (44,601) at 20210309003649784 2025-03-14 03:00:48.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistryFileCollection_v1.xml' (44,602) at 20240619080002928 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bdrv-graph-mod.c' (44,603) at 20240906080037580 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/samsung/exynos-srom.h' (44,604) at 20210307214928986 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kexec/test_kexec_file_load.sh' (44,605) at 20240405153054313 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/compressed/vmlinux.scr' (44,606) at 20210307214926306 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/virtio_pci/vp_vdpa.c' (44,607) at 20241125090012255 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/imm.c' (44,608) at 20240405153051609 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt_2.7.2.bb' (44,609) at 20241206090014242 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gmpy2_2.2.1.bb' (44,610) at 20241221090017552 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm2835.c' (44,611) at 20240405153051305 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tracing/trace' (44,612) at 20221209040019095 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/hellomod.c' (44,613) at 20210307205554442 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/frame_kern.h' (44,614) at 20210307214926622 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/percpu.h' (44,615) at 20210307214926582 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_maps.c' (44,616) at 20241216090017805 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/uid16.c' (44,617) at 20210307214931786 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_keys.c' (44,618) at 20240805080014059 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-crb-swtpm-test.c' (44,619) at 20230426080043948 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.h' (44,620) at 20220525020652959 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/soc/intel_pch.h' (44,621) at 20240405153048553 2025-03-14 03:00:48.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/buildjson.cpp' (44,622) at 20240904080040759 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/google,goldfish-fb.txt' (44,623) at 20210307214925302 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_kms.c' (44,624) at 20240405153048701 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/inc/srvcfg_manager.hpp' (44,625) at 20220921030037331 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/bus.c' (44,626) at 20240405153052145 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (44,627) at 20240206090017943 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_nested.c' (44,628) at 20241211090145385 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/n_tty.c' (44,629) at 20240624080012800 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mvebu-odmi.c' (44,630) at 20240405153049201 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap44xx.h' (44,631) at 20210307214925918 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-trbe.rst' (44,632) at 20220525020651758 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt700.h' (44,633) at 20240405153053741 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/emulate.c' (44,634) at 20240405153046173 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callout.hpp' (44,635) at 20240301090029663 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/Makefile' (44,636) at 20210308005002976 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/4xx.c' (44,637) at 20210307214926338 2025-03-14 03:00:48.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/psci.S' (44,638) at 20210308005002964 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_entry.cpp' (44,639) at 20240620080024795 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-emul-uclass.c' (44,640) at 20210308005003448 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ia_css_macc1_5_param.h' (44,641) at 20210307214930558 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/cpu-uclass.c' (44,642) at 20210308005003356 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_wait.c' (44,643) at 20240405153054357 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/interfaceaddtest.cpp' (44,644) at 20230520080021600 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0006-use-intptr_t-to-fix-pointer-to-int-cast-issues.patch' (44,645) at 20230706080014761 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/orb.h' (44,646) at 20210307214930242 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/speedstep-smi.c' (44,647) at 20210307214927062 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-crypto_git.bb' (44,648) at 20230610080017599 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-conf-reg.h' (44,649) at 20210307214928810 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/skas/Makefile' (44,650) at 20240405153046345 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845.dtsi' (44,651) at 20240812080017228 to deleted uid set 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js' (44,652) at 20241004080035963 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_main.c' (44,653) at 20240405153049957 to deleted uid set 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlskrona_Vamo' (44,654) at 20210307205553786 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/power-domain.c' (44,655) at 20210308005003740 2025-03-14 03:00:48.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sun-PPP' (44,656) at 20241221090017616 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/at91sam9_sdramc.h' (44,657) at 20210307214931590 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-nyan-blaze-emc.dtsi' (44,658) at 20240405153045477 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctimap.h' (44,659) at 20220525020654991 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid-acpi.c' (44,660) at 20240405153230655 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts' (44,661) at 20240405153229951 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__ranges.hpp' (44,662) at 20240406080037800 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.14.bb' (44,663) at 20241221090017516 to deleted uid set 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/proto.h' (44,664) at 20220525020651802 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-deassert@.service' (44,665) at 20240113090014532 to deleted uid set 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/hostSelector_switch.cpp' (44,666) at 20240820080021574 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxreg-hotplug.c' (44,667) at 20240405153231339 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/iana.hpp' (44,668) at 20210308004925448 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_drv.c' (44,669) at 20241001080013016 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/dwapb_gpio.c' (44,670) at 20210308005003376 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/power.h' (44,671) at 20240405153054029 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts' (44,672) at 20240405153045725 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb' (44,673) at 20241221090017492 to deleted uid set 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/sh_keysc.c' (44,674) at 20240405153049137 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Angersjo' (44,675) at 20210307205553778 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/mem_noshuf.c' (44,676) at 20230925080040097 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-x86-topo.c' (44,677) at 20240906080037584 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fixedbds/fixedbds_1.0/ia_css_fixedbds_types.h' (44,678) at 20210307214930554 2025-03-14 03:00:48.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/gpio.c' (44,679) at 20210308005003740 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/avr_timer16.c' (44,680) at 20241211090212338 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/fib_rules.h' (44,681) at 20240405153052845 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sc1200wdt.c' (44,682) at 20210309003653352 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/MAINTAINERS' (44,683) at 20241211090212206 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/thread_info.h' (44,684) at 20240405153045973 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.3.rst' (44,685) at 20240413080012675 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_dbm_soc1_defconfig' (44,686) at 20210308005003280 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-buildid-cache.txt' (44,687) at 20240405153054077 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/tests/Kconfig' (44,688) at 20240405153230299 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/0001-feat-dracut-install-split-ldd-command-arguments-for-.patch' (44,689) at 20241206090014238 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mailbox/qcom-ipcc.h' (44,690) at 20240405153052649 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/octeon-wdt-main.c' (44,691) at 20220525020654331 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/fifo8.h' (44,692) at 20241211090212366 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/op-occ-disable@.service' (44,693) at 20230210040018895 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.err' (44,694) at 20240906080037560 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/llc.h' (44,695) at 20220525020654883 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/zImage.ps3.lds.S' (44,696) at 20220525020652030 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cavium-octeon.c' (44,697) at 20240405153231459 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootloader_04.02.07.bb' (44,698) at 20241217090357822 to deleted uid set 2025-03-14 03:00:48.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_arc_aux_regs.h' (44,699) at 20240405153046601 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c' (44,700) at 20240405153230563 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_common.c' (44,701) at 20240405153230803 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/Makefile' (44,702) at 20220525020654263 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/ks_hostif.h' (44,703) at 20220525020654119 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds-lp3952.h' (44,704) at 20210307214931414 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-msm8916.h' (44,705) at 20210307214931350 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb' (44,706) at 20231126090012785 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-hsdk/Kconfig' (44,707) at 20220525020651806 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt5120-regulator.c' (44,708) at 20240405153051473 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun4i-a10-ccu.h' (44,709) at 20210307214931334 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpf_asm.c' (44,710) at 20210307214932462 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/trace-events' (44,711) at 20241211090212282 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-variable-renames.py' (44,712) at 20220405030025649 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb' (44,713) at 20231126090012805 to deleted uid set 2025-03-14 03:00:48.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/Makefile' (44,714) at 20240411080014074 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dev.h' (44,715) at 20240405153232003 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/server-led.scss' (44,716) at 20210308005107077 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/lontium-lt8912b.c' (44,717) at 20241008080013923 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/spinlock_types.h' (44,718) at 20210307214926674 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/meson.build' (44,719) at 20210927100127437 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/videodev2.h' (44,720) at 20240405153231883 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts' (44,721) at 20240405153045809 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt1019.yaml' (44,722) at 20220525020651714 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_ctx.h' (44,723) at 20210307214927858 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/MAINTAINERS' (44,724) at 20210308005002972 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/filtersnippet.js' (44,725) at 20210307205554278 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/Kconfig.debug' (44,726) at 20240405153045933 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/Makefile' (44,727) at 20210307214930430 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi' (44,728) at 20240405153045473 2025-03-14 03:00:48.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk.inc' (44,729) at 20241221090017536 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500_mmu.c' (44,730) at 20210307214926430 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/artpec6.txt' (44,731) at 20210307214925286 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/visionox,r66451.yaml' (44,732) at 20240405153229763 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/keyctl_pkey.c' (44,733) at 20220525020654955 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/numa_balancing.h' (44,734) at 20241008080014011 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_base.c' (44,735) at 20210308005003416 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/Kconfig' (44,736) at 20240405153046717 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/VeraMono.ttf' (44,737) at 20210307205554370 to deleted uid set 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/spear_spics.txt' (44,738) at 20210307214925318 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython_3.0.11.bb' (44,739) at 20241221090017668 to deleted uid set 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_dev.c' (44,740) at 20240405153051561 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig' (44,741) at 20231107090016217 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sta32x.h' (44,742) at 20210307214932338 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_titan.c' (44,743) at 20210307214925658 2025-03-14 03:00:48.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-iris.dts' (44,744) at 20240405153045529 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c' (44,745) at 20240405153231051 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb' (44,746) at 20241221090017488 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_comment.c' (44,747) at 20210307214932026 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/xusbatm.c' (44,748) at 20220525020654239 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_mem.c' (44,749) at 20210308005002788 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/pmae_handling_test.c' (44,750) at 20210307214932706 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/MAINTAINERS' (44,751) at 20210308005002996 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/ucontext.h' (44,752) at 20210307214926166 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch' (44,753) at 20230919080013990 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_irq.c' (44,754) at 20240405153048677 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/htab_reuse.c' (44,755) at 20240405153054269 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/gt64120.h' (44,756) at 20210308005003652 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/pinmux-config-p2571.h' (44,757) at 20210308005003024 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts' (44,758) at 20240405153045829 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/Kconfig' (44,759) at 20240405153052081 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/pci.h' (44,760) at 20240405153045973 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810_accel.c' (44,761) at 20210307214930914 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp-fw-loader.c' (44,762) at 20241018080014486 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/udisp.c' (44,763) at 20240405153048637 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Frameworx-1.0' (44,764) at 20210307205554422 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-mtd' (44,765) at 20240405153229731 2025-03-14 03:00:48.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bprm_opts.c' (44,766) at 20220525020655199 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.11.rst' (44,767) at 20241221090017592 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pbl_crc32.h' (44,768) at 20210308005003772 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch' (44,769) at 20231011080016582 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/eisa.c' (44,770) at 20210307214926294 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (44,771) at 20220629030020274 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ibm-power9-dual.dtsi' (44,772) at 20240405153045425 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/board.c' (44,773) at 20210308005003004 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sun-PPP-2000' (44,774) at 20241221090017616 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-em3027.c' (44,775) at 20240405153051497 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/82xx/pq2.h' (44,776) at 20210307214926454 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c' (44,777) at 20240405153047269 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/eth-raw-os.h' (44,778) at 20210308005002848 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/platform_configs.inc' (44,779) at 20211013000033044 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_wakeref.c' (44,780) at 20240405153048541 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_fibonacci.S' (44,781) at 20230426080043952 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-ipmid-whitelist.conf' (44,782) at 20230808080035357 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/fan53555.txt' (44,783) at 20210308005003308 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.prettierignore' (44,784) at 20240529080008427 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5410.dtsi' (44,785) at 20240405153045569 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/g364fb.c' (44,786) at 20241211090212266 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/classes/socsec-sign.bbclass' (44,787) at 20220809100017530 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/standard-vga.rst' (44,788) at 20240326080039406 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mips_cmgcr.c' (44,789) at 20241211090212298 2025-03-14 03:00:48.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/Makefile' (44,790) at 20210308005003040 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/wmi/index.rst' (44,791) at 20240405153045333 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_7_0_sm8350.h' (44,792) at 20240405153230591 to deleted uid set 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/armsse-version.h' (44,793) at 20210927100127229 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/trace.c' (44,794) at 20240830080013295 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_phy.c' (44,795) at 20220525020653619 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_prime.c' (44,796) at 20240429080012424 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/CODE_OF_CONDUCT.md' (44,797) at 20220823030015959 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/davinci/psc.txt' (44,798) at 20210307214925294 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/cw1200.h' (44,799) at 20210307214929962 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/spctrl/interface/ia_css_spctrl_comm.h' (44,800) at 20210307214930570 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_audio.h' (44,801) at 20220525020652999 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml' (44,802) at 20240405153045121 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ms_sensors/Makefile' (44,803) at 20210307214928338 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/vmemmap_dedup.rst' (44,804) at 20240405153229819 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcap.c' (44,805) at 20220525020653955 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/4965-calib.c' (44,806) at 20210309003651672 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/tegra186-bpmp-thermal.h' (44,807) at 20210307214931350 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/riscv/host-signal.h' (44,808) at 20220429100100642 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-vfio.c' (44,809) at 20240326080039486 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-audsys-clk.h' (44,810) at 20240405153053969 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm9240.rst' (44,811) at 20210307214925498 2025-03-14 03:00:48.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/Kconfig' (44,812) at 20240326080039494 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_zero_size_window.c' (44,813) at 20230809080010799 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/user.h' (44,814) at 20210307214926678 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/auxvec.h' (44,815) at 20210307214926066 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/safesetid/config' (44,816) at 20210307214932722 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/use-g_new-etc.cocci' (44,817) at 20220429100100746 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts' (44,818) at 20240405153229871 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vid-cap.c' (44,819) at 20241211090145449 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/configs/generic-32bit_defconfig' (44,820) at 20240405153046065 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/dsa.rst' (44,821) at 20240405153045237 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_msg_supplicant.h' (44,822) at 20210308005003496 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-fence-unwrap.h' (44,823) at 20240405153052681 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/MemoryECC.interface.yaml' (44,824) at 20220315030032667 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/guestfd.c' (44,825) at 20240906080037444 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/README' (44,826) at 20240405153045225 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/osnoise_hist.c' (44,827) at 20240405153232287 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmrvl_debugfs.c' (44,828) at 20240405153046721 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/fno-common.patch' (44,829) at 20210307205553882 2025-03-14 03:00:48.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-palette.c' (44,830) at 20240326080039754 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/vmstat.c' (44,831) at 20241211090145549 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/hisilicon/kunpeng_hccs.h' (44,832) at 20240405153231451 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pci.h' (44,833) at 20240405153046389 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_resp.c' (44,834) at 20240628080013993 to deleted uid set 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9554_regs.h' (44,835) at 20240906080037332 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_heartbeat_dbgfs.h' (44,836) at 20240405153230267 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml' (44,837) at 20240405153229795 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/noa1305.c' (44,838) at 20240405153049001 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/pruss.c' (44,839) at 20240405153231455 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/sign-images.its' (44,840) at 20210308005003332 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/memset.S' (44,841) at 20210307214926498 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-block-backend.c' (44,842) at 20210927100127641 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/ne_misc_dev.h' (44,843) at 20210309003653324 2025-03-14 03:00:48.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/callthunks.c' (44,844) at 20241220090018306 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/meson.build' (44,845) at 20241211090212290 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb' (44,846) at 20241221090017544 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/vegman_rx20_baseboard.json' (44,847) at 20221221040007774 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lpass-sc7280.h' (44,848) at 20240405153052645 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/undefsym.py' (44,849) at 20210308005046249 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/intel-ipmi-oem/src/bridgingcommands.cpp' (44,850) at 20240829080009330 to deleted uid set 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/templates/default/conf-notes.txt' (44,851) at 20220913030020496 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-ram.c' (44,852) at 20240906080037140 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/keyword_vpd_parser.cpp' (44,853) at 20240618080023329 to deleted uid set 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/sysreset.c' (44,854) at 20210308005002860 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/radix-4k.h' (44,855) at 20210309003648876 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/trace-events' (44,856) at 20230426080043708 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_db.h' (44,857) at 20210308005003364 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_rw.c' (44,858) at 20210308005003728 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/fuzz.c' (44,859) at 20240326080039738 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/lpae.config' (44,860) at 20240405153229907 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-mm.c' (44,861) at 20241211090212262 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/0001-tools-gen_module_code-atomically-rewrite-the-generat.patch' (44,862) at 20230919080013950 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp_core.c' (44,863) at 20240405153051241 2025-03-14 03:00:48.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/task.hpp' (44,864) at 20240731080033666 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hoglunda' (44,865) at 20210307205553782 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/283' (44,866) at 20220429100100926 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb_1.7.7.bb' (44,867) at 20241221090017528 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan.cpp' (44,868) at 20240820080023694 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/init' (44,869) at 20230919080013990 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/hsw_rt5640.c' (44,870) at 20240405153053949 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_optc.h' (44,871) at 20240405153047261 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/vnic_sdma.c' (44,872) at 20240405153049057 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/af9005-fe.c' (44,873) at 20240405153049549 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v12_0.h' (44,874) at 20240405153048349 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCFG/meson.build' (44,875) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/fuse_mnt.c' (44,876) at 20210307214932686 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/Makefile' (44,877) at 20210308005003340 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_sl50.h' (44,878) at 20210308005003584 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/.gitignore' (44,879) at 20240405153232275 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/irq.h' (44,880) at 20240405153046277 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/rxtx.c' (44,881) at 20240405153051949 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/event_alternatives_tests_p9.c' (44,882) at 20240405153054361 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tuner-simple.h' (44,883) at 20210307214928802 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/PalapaC2_C-113.0E' (44,884) at 20210307205553762 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_ct_fast.c' (44,885) at 20240405153053333 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/gfs2-uevents.rst' (44,886) at 20210307214925486 2025-03-14 03:00:48.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram_0.2.bb' (44,887) at 20241221090017524 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-alsa-pcm.c' (44,888) at 20210307214928682 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-akcipher.c' (44,889) at 20241211090212530 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/bp_signal_overflow.c' (44,890) at 20240405153054161 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/itlb_miss.S' (44,891) at 20210307214926594 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/esp6_offload.c' (44,892) at 20240405153053273 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy.bb' (44,893) at 20241206090014230 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/intel_th.h' (44,894) at 20240405153048893 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/ftrace.c' (44,895) at 20240405153045869 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/Attributes.interface.yaml' (44,896) at 20210610000035122 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nuvoton/Makefile' (44,897) at 20240405153051325 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/drd.c' (44,898) at 20240405153231543 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/winchip.c' (44,899) at 20240405153046421 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml' (44,900) at 20240405153229787 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-gpio.h' (44,901) at 20210307214928686 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h' (44,902) at 20240405153049805 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/README.md' (44,903) at 20241206090030891 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/x_keymap.c' (44,904) at 20210927100127661 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/asc.h' (44,905) at 20240906080037328 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dp83848.c' (44,906) at 20210308005002720 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (44,907) at 20241206090014218 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/crypto_test.c' (44,908) at 20210309003654404 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/ibmphp_res.c' (44,909) at 20240405153051245 2025-03-14 03:00:48.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/wd_timer.h' (44,910) at 20210307214925930 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-add1.c' (44,911) at 20240405153231947 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb-pa.dts' (44,912) at 20210307214926346 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcutiny.h' (44,913) at 20240405153231835 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/page_frags.rst' (44,914) at 20240405153045297 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/basic/.gitignore' (44,915) at 20240405153053437 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netevent.h' (44,916) at 20240405153052857 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/cardbus.c' (44,917) at 20210307214930042 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch' (44,918) at 20241221090017656 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/Kconfig' (44,919) at 20220525020654851 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_noinline.c' (44,920) at 20240405153054281 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/swsusp_32.S' (44,921) at 20240405153046153 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/Makefile' (44,922) at 20210308005003072 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/class_csr.h' (44,923) at 20210308005003676 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/links.inc' (44,924) at 20220402030015991 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ncsi/internal.h' (44,925) at 20240624080012832 to deleted uid set 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts' (44,926) at 20240405153045793 to deleted uid set 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/meson.build' (44,927) at 20240827080002182 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1046aqds.h' (44,928) at 20210308005003600 2025-03-14 03:00:48.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend' (44,929) at 20230317080013797 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx5-clock.h' (44,930) at 20210307214931326 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/core.h' (44,931) at 20220525020653891 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/boot.c' (44,932) at 20241211090212246 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_core.h' (44,933) at 20240405153049413 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_main.c' (44,934) at 20241211090145485 to deleted uid set 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/twl6030_omap4.dtsi' (44,935) at 20240405153045609 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/165' (44,936) at 20240326080039730 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-topkick.dts' (44,937) at 20240405153045457 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c' (44,938) at 20240503080014490 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch' (44,939) at 20210307205553930 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-berlin/platsmp.c' (44,940) at 20240405153045637 2025-03-14 03:00:48.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/extended_user_header_test.cpp' (44,941) at 20210308005049141 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/Kconfig' (44,942) at 20241104090011571 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/module.h' (44,943) at 20221215040039190 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/extable.c' (44,944) at 20240405153046265 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/Makefile' (44,945) at 20210307214926178 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080a_simu_defconfig' (44,946) at 20210308005003268 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/pmac.h' (44,947) at 20240405153046213 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_6_0_sh_mask.h' (44,948) at 20210307214927678 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-dict.json' (44,949) at 20210308005046409 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sec5.2-0.dtsi' (44,950) at 20210307214926354 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_strerror.c' (44,951) at 20240405153053445 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/bletchley-sled-removal@.target' (44,952) at 20230310090018691 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_api.c' (44,953) at 20241211090145561 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_cq.c' (44,954) at 20240405153051737 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/law.c' (44,955) at 20210308005002988 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/dot11d.c' (44,956) at 20210307214930622 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch' (44,957) at 20241213090035014 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/kvm-stat.c' (44,958) at 20240405153054085 2025-03-14 03:00:48.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/test/meson.build' (44,959) at 20240809080033019 to deleted uid set 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/thresholds.hpp' (44,960) at 20241219090023000 to deleted uid set 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/crash_dump.c' (44,961) at 20210307214931722 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h' (44,962) at 20240405153230415 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-misc-control.c' (44,963) at 20240405153053969 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,ac5-pinctrl.yaml' (44,964) at 20240405153045133 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.h' (44,965) at 20210307214929350 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf.c' (44,966) at 20240405153232223 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_helper.c' (44,967) at 20241211090212510 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/as370-hwmon.c' (44,968) at 20240405153230659 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input.h' (44,969) at 20240405153052709 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SwitchCollection_v1.xml' (44,970) at 20240619080002936 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,vencsys.txt' (44,971) at 20210307214925278 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governors/haltpoll.c' (44,972) at 20240405153046921 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen6_renderstate.c' (44,973) at 20220525020652883 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/instance-id.h' (44,974) at 20231110090010623 2025-03-14 03:00:48.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/solidrun/Makefile' (44,975) at 20240405153052161 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-acpi.c' (44,976) at 20240405153231295 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/tags/tags_test.c' (44,977) at 20240628080014037 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.c' (44,978) at 20210307214927966 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_vcpu_sbi.h' (44,979) at 20240405153046245 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/Kconfig' (44,980) at 20240405153046261 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_board.c' (44,981) at 20210308005002788 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-isku.c' (44,982) at 20240405153230655 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_rw.c' (44,983) at 20210307214931798 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/kvm_pv_test.c' (44,984) at 20240405153232271 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-aristainetos.dtsi' (44,985) at 20240405153045509 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-modal-csr-gen.html' (44,986) at 20210308005107065 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/pgtable_64.c' (44,987) at 20240405153046189 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NTP' (44,988) at 20210307205554426 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/io_32.h' (44,989) at 20210309003648984 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c' (44,990) at 20240405153232283 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/config' (44,991) at 20210307214932670 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Kconfig.cpu' (44,992) at 20240405153230099 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target.h' (44,993) at 20240906080037548 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/context.c' (44,994) at 20240405153045693 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/mpc8349emds.c' (44,995) at 20210308005002976 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bind.c' (44,996) at 20210308005003208 2025-03-14 03:00:48.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci-cmd.c' (44,997) at 20221215040039374 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/csum_copy_to_user.S' (44,998) at 20210309003648996 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/98dx3236-resume-ctrl.txt' (44,999) at 20210307214925274 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c' (45,000) at 20240405153053541 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzo/lzo1x_decompress.c' (45,001) at 20210308005003708 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-evb-npcm845/packagegroups/packagegroup-evb-npcm845-apps.bb' (45,002) at 20240715080020841 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ulcb.h' (45,003) at 20210308005003624 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-npcm-pspi.c' (45,004) at 20240405153051789 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/byteorder.h' (45,005) at 20210308005002824 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tua9001.c' (45,006) at 20240405153049533 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/se.c' (45,007) at 20240405153051185 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb' (45,008) at 20240301090012459 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_hbadisc.c' (45,009) at 20241211090145489 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dma.h' (45,010) at 20210308005002668 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/get_power_state.cpp' (45,011) at 20210512000037560 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/direct-fs-lookup.rst' (45,012) at 20210309003648404 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spice-port-fqdn.txt' (45,013) at 20210308005045805 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/pldm.hpp' (45,014) at 20221217040018781 to deleted uid set 2025-03-14 03:00:48.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/bmc_date_and_time_utils.robot' (45,015) at 20240906080013652 to deleted uid set 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/raspberrypi,firmware-reset.h' (45,016) at 20210309003653816 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/helper.c' (45,017) at 20240906080037484 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pfla02_defconfig' (45,018) at 20210308005003272 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/qru1000-idp.dts' (45,019) at 20240405153229947 to deleted uid set 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/csumpartialcopyuser.S' (45,020) at 20210309003648684 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cast5_generic.c' (45,021) at 20240405153046533 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptfc.c' (45,022) at 20240405153049593 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/pmac_zilog.h' (45,023) at 20240405153052013 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/rx51.c' (45,024) at 20240405153054017 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tammela' (45,025) at 20210307205553774 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium_2.11.bb' (45,026) at 20241206090014214 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/templates/default/bblayers.conf.sample' (45,027) at 20240323080013549 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/common/tamonten-ng.c' (45,028) at 20210308005002920 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/init.c' (45,029) at 20210307214928106 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoemain.c' (45,030) at 20240405153046705 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-eeprom.h' (45,031) at 20210307214928842 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ich9_timer.c' (45,032) at 20241211090212246 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-cap.h' (45,033) at 20210307214928794 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/crypto.h' (45,034) at 20210308005002788 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso2c.c' (45,035) at 20240405153046337 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/origen.c' (45,036) at 20210308005003044 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/Makefile' (45,037) at 20220525020654943 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/distro/include/ibm-yaml.inc' (45,038) at 20210413000020813 2025-03-14 03:00:48.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig' (45,039) at 20210308005003240 2025-03-14 03:00:48.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp.bb' (45,040) at 20241206090014226 2025-03-14 03:00:48.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.out' (45,041) at 20241211090212542 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/nanomips.c' (45,042) at 20240906080037168 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_dc.h' (45,043) at 20240405153046953 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/iommu_api.c' (45,044) at 20240405153046181 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_pr.c' (45,045) at 20240405153046165 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/itmt.c' (45,046) at 20240405153046433 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/ucontext.h' (45,047) at 20210307214926682 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/default-cxx-std.patch' (45,048) at 20240301090012419 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/irq.h' (45,049) at 20220525020654615 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest/module.sh' (45,050) at 20210307214932678 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/firmware_attributes_class.h' (45,051) at 20220525020653907 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/MAINTAINERS' (45,052) at 20210308005003052 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/bd6107.h' (45,053) at 20240405153231835 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_config_test.cpp' (45,054) at 20240819080030259 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend' (45,055) at 20241206090014214 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_pm.c' (45,056) at 20240405153051729 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/mt6779-keypad.c' (45,057) at 20240405153049137 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_vbt.py' (45,058) at 20210308005003748 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml' (45,059) at 20240405153045185 2025-03-14 03:00:48.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/acpi.c' (45,060) at 20210308005002852 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/ethtool.h' (45,061) at 20241211090212370 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (45,062) at 20241206090014278 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/vmx.c' (45,063) at 20220525020652398 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/static_linked.c' (45,064) at 20220525020655195 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c' (45,065) at 20241011080017307 to deleted uid set 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mt2712.c' (45,066) at 20220525020653951 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block.c' (45,067) at 20241211090212226 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_rz1000.c' (45,068) at 20240405153046665 2025-03-14 03:00:48.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_ioctl.c' (45,069) at 20240405153053193 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dso.h' (45,070) at 20240405153054189 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/disasm.h' (45,071) at 20210307214925666 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-soundwire-master' (45,072) at 20240405153044917 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts' (45,073) at 20210307214926046 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Selkirk' (45,074) at 20210307205553798 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cthardware.c' (45,075) at 20210309003654584 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath79/kernel-entry-init.h' (45,076) at 20210307214926218 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-altera.c' (45,077) at 20240405153047073 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/hptiop.rst' (45,078) at 20210307214925558 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/boilerplate.rst' (45,079) at 20230114040015510 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-clone.rst' (45,080) at 20210307214925222 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/adc/Kconfig' (45,081) at 20240405153051817 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acnamesp.h' (45,082) at 20240405153046617 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si_blit_shaders.h' (45,083) at 20240405153048733 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_user_sdma.h' (45,084) at 20210307214928446 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_phc.c' (45,085) at 20240405153050205 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/tgl.c' (45,086) at 20240405153231343 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/unaligned.h' (45,087) at 20210308005002880 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm2xxx_3xxx.c' (45,088) at 20210307214925926 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/uefi-http-boot.cfg' (45,089) at 20241221090017472 2025-03-14 03:00:48.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/xenbus.h' (45,090) at 20240405153052961 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/hw.h' (45,091) at 20240405153231543 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hudiksvall_Galgberget' (45,092) at 20210307205553782 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-vmsr-helper.service' (45,093) at 20240906080037164 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-e3c246d4i.dts' (45,094) at 20240405153229863 to deleted uid set 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/renesas-cpg-mssr.c' (45,095) at 20210308005003352 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bit.c' (45,096) at 20210307214927962 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/super.c' (45,097) at 20240405153231719 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/igep00x0.h' (45,098) at 20210308005003012 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-sched.c' (45,099) at 20240405153046521 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_sock2.c' (45,100) at 20220525020654931 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDistributionMetrics_v1.xml' (45,101) at 20240619080002932 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.10.bb' (45,102) at 20241221090017692 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/general.json' (45,103) at 20240405153232223 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c' (45,104) at 20210308005003356 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bfs/inode.c' (45,105) at 20240405153231611 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/start.S' (45,106) at 20210308005002800 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/affs.h' (45,107) at 20240405153052257 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-vfio.h' (45,108) at 20221215040039186 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/eeh_sysfs.c' (45,109) at 20240405153046141 2025-03-14 03:00:48.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/rodata.c' (45,110) at 20210309003650436 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml' (45,111) at 20240405153045137 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-gtk2-infobar.c' (45,112) at 20210307214932466 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/navpoint.c' (45,113) at 20240405153049153 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/MAINTAINERS' (45,114) at 20210308005002944 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-mdm9615.h' (45,115) at 20210307214931350 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_disk_image.h' (45,116) at 20210308005003704 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_devlink.c' (45,117) at 20240405153049761 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.h' (45,118) at 20220525020653587 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-sigreturn.c' (45,119) at 20220525020655227 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions' (45,120) at 20210308005002536 to deleted uid set 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/soc.c' (45,121) at 20220525020653779 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/License.v1_1_3.json' (45,122) at 20240619080002948 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/handle.c' (45,123) at 20210307214930430 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/ds2502.c' (45,124) at 20210308005003536 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch' (45,125) at 20210307205554534 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/json_html_serializer.hpp' (45,126) at 20230614080002854 to deleted uid set 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/Makefile' (45,127) at 20240405153049409 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-fru.yaml' (45,128) at 20210307205553662 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/cutils.c' (45,129) at 20230426080043840 2025-03-14 03:00:48.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq9574.c' (45,130) at 20240913080013785 2025-03-14 03:00:48.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cikd.h' (45,131) at 20210307214927998 2025-03-14 03:00:48.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_uncore.c' (45,132) at 20240405153230579 2025-03-14 03:00:48.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/watchdog_core.c' (45,133) at 20240405153231599 2025-03-14 03:00:48.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/amlogic/meson_g12_ddr_pmu.c' (45,134) at 20240405153051269 2025-03-14 03:00:48.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c' (45,135) at 20240405153230595 2025-03-14 03:00:48.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/Makefile' (45,136) at 20210308005003024 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/dir.c' (45,137) at 20240613080016495 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/researcher-guidelines.rst' (45,138) at 20240405153229827 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/Makefile' (45,139) at 20240405153048885 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c' (45,140) at 20210307214927950 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/nios2/nios2.rst' (45,141) at 20240405153044977 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-virt.xml' (45,142) at 20230925080039849 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/atomic-tbl.sh' (45,143) at 20240405153053433 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/fb.h' (45,144) at 20240405153045961 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mediatek,mt6357-regulator.yaml' (45,145) at 20240405153045145 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/Makefile' (45,146) at 20210307214927118 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nxp/Kconfig' (45,147) at 20240405153051325 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml' (45,148) at 20240405153045049 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g35ek.dts' (45,149) at 20210308005002572 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json' (45,150) at 20240816080011190 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_unsol.c' (45,151) at 20220525020654003 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/device_sysfs.c' (45,152) at 20241008080013903 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/Kconfig' (45,153) at 20220215040051576 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib_1.3.1.bb' (45,154) at 20241221090017648 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.c' (45,155) at 20220525020652951 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/Value.interface.yaml' (45,156) at 20240618080025501 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_mft.h' (45,157) at 20230426080043764 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/cpcap-charger.c' (45,158) at 20240405153051433 2025-03-14 03:00:48.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pci-o2micro.c' (45,159) at 20240710080014589 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/iommu_32.h' (45,160) at 20210307214926582 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch' (45,161) at 20241221090017640 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb' (45,162) at 20241221090017492 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-con-str.h' (45,163) at 20241211090212526 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/counter-sysfs.h' (45,164) at 20240405153046909 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/memory.py' (45,165) at 20240906080037576 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/websocket_monitor.py' (45,166) at 20221209040018559 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb' (45,167) at 20241221090017516 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit.py' (45,168) at 20240405153232247 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lm8323.h' (45,169) at 20210307214931478 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-empty.json' (45,170) at 20210308005046401 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/dump/meson.build' (45,171) at 20240625080015044 to deleted uid set 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (45,172) at 20220620100012713 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/hvm/hvm_op.h' (45,173) at 20240326080039546 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_tm_builtin.c' (45,174) at 20210307214926426 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/openat-syscall.c' (45,175) at 20240405153054169 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-dmi-entries' (45,176) at 20210309003648260 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/task_io_accounting.h' (45,177) at 20210307214931522 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/arm,sbsa-gwdt.yaml' (45,178) at 20240405153045185 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/relocate_64.S' (45,179) at 20210308005002708 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-mixed-override.bconf' (45,180) at 20220525020655111 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/install.sh' (45,181) at 20240405153046353 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/firmware_if.c' (45,182) at 20240405153046553 2025-03-14 03:00:48.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/uname.h' (45,183) at 20221215040039210 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/scd30_i2c.c' (45,184) at 20240405153048969 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/Makefile.am.patch' (45,185) at 20230706080014737 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arcmsr/Makefile' (45,186) at 20210307214930282 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/compiler.h' (45,187) at 20241121090010043 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/frontend.json' (45,188) at 20240405153054149 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a1.h' (45,189) at 20210308005003596 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-88f6720.h' (45,190) at 20210308005003592 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/Makefile' (45,191) at 20210308005002804 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Compatible.interface.yaml' (45,192) at 20221207040023627 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/packagegroup-obmc-apps.bbappend' (45,193) at 20221013030014394 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc64.h' (45,194) at 20240405153052677 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pm/types.rst' (45,195) at 20210307214925470 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/loongson2_cpufreq.c' (45,196) at 20241211090145401 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_opal.c' (45,197) at 20240405153231507 2025-03-14 03:00:48.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/pldmfw/pldmfw_private.h' (45,198) at 20210309003654192 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/phosphor-dbus-interfaces.wrap' (45,199) at 20220322030034432 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.h' (45,200) at 20240405153050109 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/riscv_pmu_sbi.c' (45,201) at 20240812080017244 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/Makefile' (45,202) at 20210307214930874 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.8' (45,203) at 20210307205554426 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/dbus_impl_requester.hpp' (45,204) at 20240819080030263 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-chiliboard.dts' (45,205) at 20210308005002560 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-queues' (45,206) at 20240405153229731 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc' (45,207) at 20240727080014098 to deleted uid set 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta_dps-1600ab_psu.json' (45,208) at 20220601030005861 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html' (45,209) at 20210307205554250 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/LICENSE' (45,210) at 20240124090001898 2025-03-14 03:00:48.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c' (45,211) at 20240405153047301 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/misc-target.json' (45,212) at 20240906080037432 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/development-shell.rst' (45,213) at 20240302090018218 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8753.h' (45,214) at 20210307214932354 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kfunc_call_race.c' (45,215) at 20240405153054269 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-autotools/hello_2.10.bb' (45,216) at 20220402030016127 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/hypervisor.h' (45,217) at 20210307214925858 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch' (45,218) at 20241221090017692 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/base64_test.cpp' (45,219) at 20241114091008832 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/cpu_loop.c' (45,220) at 20240906080037356 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/configuration/entity-manager/blacklist.json' (45,221) at 20240905080011586 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml' (45,222) at 20240405153045169 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_ring.c' (45,223) at 20241211090145429 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/Kconfig' (45,224) at 20210308005003088 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c' (45,225) at 20240910080014038 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/kvm-stat.c' (45,226) at 20240405153054089 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c' (45,227) at 20240910080014034 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-section-log.json' (45,228) at 20241018080009993 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb' (45,229) at 20240302090018214 to deleted uid set 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs305-1g-4s.dts' (45,230) at 20240405153045453 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-ahb-clk.yaml' (45,231) at 20240405153045021 2025-03-14 03:00:48.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c' (45,232) at 20210307214932706 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/allwinner/phy-sun6i-mipi-dphy.c' (45,233) at 20240405153051277 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/fru.h' (45,234) at 20240305090009362 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/resource.robot' (45,235) at 20240627080021048 to deleted uid set 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.h' (45,236) at 20220525020652963 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch' (45,237) at 20241221090017488 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ioam6.h' (45,238) at 20240405153052845 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/system.h' (45,239) at 20210308005002828 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os_4.%.bbappend' (45,240) at 20241206090014214 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.cpp' (45,241) at 20230614080025842 to deleted uid set 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c' (45,242) at 20241216090017705 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/satanh.S' (45,243) at 20210307214926142 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/LICENSE' (45,244) at 20210308004940468 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_usb.c' (45,245) at 20210309003653004 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/changesets.rst' (45,246) at 20220525020651718 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/poky.yml' (45,247) at 20241206090014206 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml' (45,248) at 20240405153045117 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/debug.h' (45,249) at 20210307214927902 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/inittab' (45,250) at 20210307205554470 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/ivpu_accel.h' (45,251) at 20240405153231867 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-sgi575.inc' (45,252) at 20240413080012623 2025-03-14 03:00:48.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/video.txt' (45,253) at 20210309003648368 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-espi.c' (45,254) at 20240405153231459 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/float_madds.ref' (45,255) at 20210308005046489 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_helper.h' (45,256) at 20240405153230811 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/phosphor-wait-power-off@.service' (45,257) at 20230706080014765 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/spi-summary.rst' (45,258) at 20240405153045265 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/Makefile' (45,259) at 20240405153231051 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-demo_git.bb' (45,260) at 20241206090014214 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/gf100.c' (45,261) at 20220627100016978 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK09' (45,262) at 20240405153054369 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/spidev-test/spidev-test.bb' (45,263) at 20241221090017532 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb' (45,264) at 20241221090017548 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/8000.c' (45,265) at 20240405153050509 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/rcar_gen4_ptp.h' (45,266) at 20240405153050253 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-mtl-match.c' (45,267) at 20240405153232183 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra.h' (45,268) at 20240405153051377 2025-03-14 03:00:48.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/futex-contention-record' (45,269) at 20210307214932566 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e100.c' (45,270) at 20240405153049969 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/futex-hash.c' (45,271) at 20240405153054097 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x25ek.dts' (45,272) at 20240405153045469 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-rx.c' (45,273) at 20240405153051869 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/poll.h' (45,274) at 20210307214931654 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control.bb' (45,275) at 20241206090014230 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-artpec6.c' (45,276) at 20240405153231283 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a2091.h' (45,277) at 20210307214930262 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/android-gadget-start' (45,278) at 20230401080011931 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/info.c' (45,279) at 20210307214932046 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_port.c' (45,280) at 20240405153230943 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml' (45,281) at 20240405153045153 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/mt9v022.h' (45,282) at 20210307214931542 2025-03-14 03:00:48.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/apm.c' (45,283) at 20210307214926634 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/fuse.h' (45,284) at 20210927100127225 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/Makefile' (45,285) at 20240405153050497 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.init' (45,286) at 20210307205553962 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/phosphor-logging.wrap' (45,287) at 20220322030048836 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/diag.c' (45,288) at 20241211090145561 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb' (45,289) at 20241206090014262 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Enviken' (45,290) at 20210307205553778 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/export.h' (45,291) at 20220525020655115 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-utmi.c' (45,292) at 20240405153046769 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm953012er.dts' (45,293) at 20240405153229871 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/trace.h' (45,294) at 20210308005046281 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8540.dts' (45,295) at 20240405153046093 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_timeout.c' (45,296) at 20240405153053325 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/x86.csv' (45,297) at 20240326080039746 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dfl-fme' (45,298) at 20240405153229731 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-kirin.c' (45,299) at 20241008080013963 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue' (45,300) at 20241004080035967 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/7_6.diff' (45,301) at 20231011080016574 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/Makefile' (45,302) at 20210308005002988 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun20i-d1-r.h' (45,303) at 20240405153046853 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3288_mipi.c' (45,304) at 20210308005003532 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6_common.h' (45,305) at 20210308005003604 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/imx-scu.c' (45,306) at 20240405153230299 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_sandbox.c' (45,307) at 20210308005003500 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor.bb' (45,308) at 20241206090014270 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_regs.h' (45,309) at 20240405153048565 2025-03-14 03:00:48.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/replay.json' (45,310) at 20240906080037432 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_quota.h' (45,311) at 20220525020654523 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb' (45,312) at 20241221090017664 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/samsung.h' (45,313) at 20240405153052653 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/mmu-arm64.c' (45,314) at 20210308005002724 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb' (45,315) at 20241221090017548 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos54xx.dtsi' (45,316) at 20240405153045573 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8994.c' (45,317) at 20240405153051349 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/intc-compact.c' (45,318) at 20220525020651802 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-feroceon-l2.c' (45,319) at 20240405153045693 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dump.h' (45,320) at 20210307214929318 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/Makefile' (45,321) at 20210308005002984 2025-03-14 03:00:48.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/soc.txt' (45,322) at 20210308005003304 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_hsc_adi.json' (45,323) at 20241213090004417 to deleted uid set 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_user_extensions.c' (45,324) at 20240405153048537 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl907e.h' (45,325) at 20210309003649824 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-versal-efuse-ctrl.c' (45,326) at 20241211090212314 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-elf/bootstrap.S' (45,327) at 20240405153046501 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/property.c' (45,328) at 20220525020654215 2025-03-14 03:00:48.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/test_fdt.py' (45,329) at 20210308005003760 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/relay.c' (45,330) at 20240405153231923 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/external/libunwind/user_pt_regs.patch' (45,331) at 20231011080016574 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/acl.c' (45,332) at 20240405153231659 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rc5t583.c' (45,333) at 20240405153049613 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/main.c' (45,334) at 20240405153049689 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/Makefile' (45,335) at 20240405153045741 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/socionext,uniphier-usb2-phy.yaml' (45,336) at 20240405153045129 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/auxvec.h' (45,337) at 20210307214926590 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firewire/Makefile' (45,338) at 20210307214932470 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml' (45,339) at 20240405153045129 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib/99-xf86-input-tslib.rules' (45,340) at 20210307205553950 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/build-platforms.rst' (45,341) at 20241211090212230 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile' (45,342) at 20210307205554386 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/atomics.tbl' (45,343) at 20240405153053433 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/spi-mem.h' (45,344) at 20240405153052797 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig' (45,345) at 20210308005003288 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfsctl.c' (45,346) at 20240820080014177 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/ioctl.c' (45,347) at 20210307214932578 2025-03-14 03:00:48.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-numa' (45,348) at 20220525020651634 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_nx.c' (45,349) at 20220525020654071 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6sl-clock.h' (45,350) at 20210308005003632 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/pi1.h' (45,351) at 20210307214926242 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/checksum.h' (45,352) at 20210309003649096 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-storage-daemon-qmp-ref.rst' (45,353) at 20210927100127077 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/Kconfig' (45,354) at 20210307214931978 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl/run-ptest' (45,355) at 20210307205553838 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl9039.h' (45,356) at 20210309003649824 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb' (45,357) at 20230114040015550 to deleted uid set 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/priv.h' (45,358) at 20240405153048657 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/tqm834x.c' (45,359) at 20210308005003088 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/pensando/ionic.rst' (45,360) at 20240405153045237 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/Makefile' (45,361) at 20210307214926958 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/slhc_vj.h' (45,362) at 20210307214931574 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_vf.c' (45,363) at 20240405153231039 2025-03-14 03:00:48.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_mocs.c' (45,364) at 20240405153230571 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/southbridge/ich9.h' (45,365) at 20241211090212362 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sh/features.rst' (45,366) at 20240405153229747 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts' (45,367) at 20240405153045441 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts' (45,368) at 20240405153045709 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/template.md' (45,369) at 20241206090014210 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-pin-error-inj.rst' (45,370) at 20240405153045309 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' (45,371) at 20241113090031717 to deleted uid set 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/bitsperlong.h' (45,372) at 20210308005046065 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_ibt.h' (45,373) at 20241211090212362 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw71xx.dtsi' (45,374) at 20240405153229923 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/Makefile' (45,375) at 20241211090212442 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh' (45,376) at 20240405153232231 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/x86_64-bsd-user.mak' (45,377) at 20210927100127057 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_restore.c' (45,378) at 20210307214926462 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-audmix.c' (45,379) at 20240405153053929 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_owner.rst' (45,380) at 20240405153045229 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-satsuki.dts' (45,381) at 20240405153045769 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/meson.build' (45,382) at 20240730080026906 to deleted uid set 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Storage_v1.xml' (45,383) at 20240918080002716 to deleted uid set 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt' (45,384) at 20210307214925390 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/verbs_txreq.h' (45,385) at 20220525020653139 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a35/memory.json' (45,386) at 20240405153054109 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bios-update/phosphor-ipmi-flash-bios-update.service' (45,387) at 20240405080013750 2025-03-14 03:00:48.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_console.c' (45,388) at 20210308005003704 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_lif.c' (45,389) at 20240910080014054 to deleted uid set 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' (45,390) at 20241206090014226 to deleted uid set 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/Makefile' (45,391) at 20240405153232131 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/trace.c' (45,392) at 20240405153052525 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb' (45,393) at 20241206090014278 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_common.c' (45,394) at 20241211090145449 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/test.h' (45,395) at 20210308005003688 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-ddr' (45,396) at 20210308005003292 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/no-md2.patch' (45,397) at 20210307205553818 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/op_helper.c' (45,398) at 20240906080037504 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/zorro-driver.c' (45,399) at 20240405153052257 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi' (45,400) at 20240405153045609 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/i440fx_fuzz.c' (45,401) at 20230426080043948 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ras/Kconfig' (45,402) at 20210307214930182 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/protocol.h' (45,403) at 20240520080015231 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-init.c' (45,404) at 20240820080014165 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/Makefile' (45,405) at 20220525020651802 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/310' (45,406) at 20221215040039366 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml' (45,407) at 20240405153229767 2025-03-14 03:00:48.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/rootfs_size/rootfs_size.py' (45,408) at 20221206040017633 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mips/ls2k-reset.c' (45,409) at 20240405153051389 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi' (45,410) at 20240405153229963 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tqma6b.dtsi' (45,411) at 20240405153045501 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/armada-37xx-rwtm-mailbox.c' (45,412) at 20220525020653215 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/tps68470.h' (45,413) at 20240405153051409 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom-refgen-regulator.c' (45,414) at 20240613080016463 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v13_0_4.h' (45,415) at 20240405153047157 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7100-common.dtsi' (45,416) at 20240405153046245 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/relative_symlinks.bbclass' (45,417) at 20220910030013393 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2.dtsi' (45,418) at 20240405153045585 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/sbp/sbp_target.c' (45,419) at 20240405153051965 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_SLAVE_defconfig' (45,420) at 20210308005003236 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-stm32-qspi.c' (45,421) at 20240628080014005 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/meson.build' (45,422) at 20240703080039227 to deleted uid set 2025-03-14 03:00:48.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillyusb.c' (45,423) at 20240830080013251 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/ppc.h' (45,424) at 20210308005003560 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/memory.json' (45,425) at 20240405153054121 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a100-r.h' (45,426) at 20210309003649260 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/dbc.c' (45,427) at 20240405153230259 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/Makefile' (45,428) at 20210307214932738 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson.c' (45,429) at 20240405153231323 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1025twr.dtsi' (45,430) at 20210307214926346 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/serial.rst' (45,431) at 20210308005002536 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/sysctl.c' (45,432) at 20240405153053473 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/Kconfig' (45,433) at 20210307214931930 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ns87303.h' (45,434) at 20210307214926582 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/layer.conf' (45,435) at 20241221090017480 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tas2552-plat.h' (45,436) at 20210307214931602 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/iopoll.h' (45,437) at 20210308005003656 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/oem_ibm.hpp' (45,438) at 20240910080037467 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/0001-Disable-installing-documentation.patch' (45,439) at 20230706080014757 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc_1.66.1.bb' (45,440) at 20241221090017512 to deleted uid set 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/Makefile' (45,441) at 20210307214928618 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/nvmem-cells.yaml' (45,442) at 20240405153045113 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_cs_dsp_ctl.h' (45,443) at 20240405153053529 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/dev.h' (45,444) at 20240405153048805 2025-03-14 03:00:48.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wavefront/Makefile' (45,445) at 20210307214932222 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/.gitignore' (45,446) at 20210308004932836 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7793-sysc.h' (45,447) at 20210307214931346 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_rgb.c' (45,448) at 20220525020653011 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/rockchip_sdhci.c' (45,449) at 20210308005003404 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/README' (45,450) at 20210307214931230 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.gitignore' (45,451) at 20240409080019271 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc081c.yaml' (45,452) at 20240405153045073 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pic32_gpio.c' (45,453) at 20210308005003380 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/isa-versions.rst' (45,454) at 20240405153045245 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/machine.c' (45,455) at 20241211090212514 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/system/regdef.h' (45,456) at 20241211090212550 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/software.conf' (45,457) at 20210308005100305 to deleted uid set 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-selftest' (45,458) at 20210307205554638 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pciercx-defs.h' (45,459) at 20210307214926234 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/nops.h' (45,460) at 20240405153054033 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/logger_interface.h' (45,461) at 20210307214927314 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/mstar,msc313e-timer.yaml' (45,462) at 20240405153045177 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/fsl_espi_spl.c' (45,463) at 20210308005003420 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/OWNERS' (45,464) at 20240319080028318 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/types.cpp' (45,465) at 20230701080027201 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/pmic.h' (45,466) at 20210308005003680 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ps3-hvcall.S' (45,467) at 20210307214926362 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/__init__.py' (45,468) at 20241221090017700 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/cpufreq_cooling.c' (45,469) at 20240405153051969 2025-03-14 03:00:48.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/MAINTAINERS' (45,470) at 20210308005002920 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/check_host_running.cpp' (45,471) at 20230206040014957 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx6sll-pinctrl.txt' (45,472) at 20210307214925394 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig' (45,473) at 20210308005003236 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/0001-libpcap-search-sysroot-for-headers.patch' (45,474) at 20210307205553814 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_reg.h' (45,475) at 20220525020653031 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh' (45,476) at 20240405153054293 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci.h' (45,477) at 20241216090017725 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c' (45,478) at 20210307214930926 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9002_phy.c' (45,479) at 20240405153050449 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3368.c' (45,480) at 20210308005003352 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/hwbm.h' (45,481) at 20240405153052845 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/manpage-1.72.xsl' (45,482) at 20210307214932510 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (45,483) at 20210307205553722 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32f100_soc.h' (45,484) at 20240326080039534 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/edid.h' (45,485) at 20210308005003644 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/config-mbcpld.json' (45,486) at 20210413100020742 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0_arm_efi.S' (45,487) at 20210308005002708 2025-03-14 03:00:48.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js' (45,488) at 20241108090039441 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/pmsg.c' (45,489) at 20240405153052493 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/pmbus_device.c' (45,490) at 20240906080037224 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/other/pt2258.c' (45,491) at 20210307214932218 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-rockchip.c' (45,492) at 20210307214927050 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kgdb.h' (45,493) at 20210307214925850 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_syscall.h' (45,494) at 20240906080037360 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/ppc64_pseries-machine.c' (45,495) at 20221215040039374 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa-dt.c' (45,496) at 20240405153229911 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/find_existing_config.patch' (45,497) at 20230706080014765 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-mass-storage' (45,498) at 20240405153044913 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/stub_main.c' (45,499) at 20240405153052153 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/dir.c' (45,500) at 20240405153231647 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/update-alternatives.bbclass' (45,501) at 20230520080014496 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.service' (45,502) at 20241112090023994 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-inet86dz.dts' (45,503) at 20210308005002624 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/scompress.h' (45,504) at 20240405153052625 2025-03-14 03:00:48.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/madera.c' (45,505) at 20240405153053625 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/a9gtimer.c' (45,506) at 20241211090212338 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-reddo.c' (45,507) at 20210307214928782 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/ftrace.c' (45,508) at 20240405153052493 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qdist.h' (45,509) at 20210308005046049 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/.gitignore' (45,510) at 20240405153232255 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/apic-msidef.h' (45,511) at 20210308005046013 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/Makefile.rules' (45,512) at 20240405153054213 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/tc-dwc-g210-pltfrm.c' (45,513) at 20240405153052029 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/receive.c' (45,514) at 20240405153231103 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4271.h' (45,515) at 20210307214932298 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/README.md' (45,516) at 20240809080013506 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.c' (45,517) at 20240405153049493 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexa510.inc' (45,518) at 20240301090012451 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml' (45,519) at 20210610000035154 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/vxcan.h' (45,520) at 20210307214931626 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/Makefile' (45,521) at 20220525020652278 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-queryctrl.rst' (45,522) at 20240405153045325 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-user.json' (45,523) at 20210927100127077 2025-03-14 03:00:48.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/nop-phy.c' (45,524) at 20210308005003456 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic2_qm1_regs.h' (45,525) at 20240405153046577 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750-runbmc-olympus-pincfg.dtsi' (45,526) at 20240405153045473 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/Makefile' (45,527) at 20240405153051881 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-poweron.service' (45,528) at 20210810100021256 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb' (45,529) at 20241221090017504 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/tx.c' (45,530) at 20240726080012878 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm831x-auxadc.c' (45,531) at 20210309003650420 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-nettle.c.inc' (45,532) at 20241211090212226 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cbor2/run-ptest' (45,533) at 20240301090012431 to deleted uid set 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mtms.hpp' (45,534) at 20220609030024386 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ht.h' (45,535) at 20220525020654171 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.h' (45,536) at 20240405153050117 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/serial.h' (45,537) at 20240405153052813 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/other/ak4114.c' (45,538) at 20220525020654979 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-eeprom.c' (45,539) at 20210307214928842 2025-03-14 03:00:48.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/imx-mailbox.c' (45,540) at 20240405153230759 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-pinfunc.h' (45,541) at 20240405153045489 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap34xx.h' (45,542) at 20210307214925918 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig' (45,543) at 20210308005003240 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-lantiq-ssc.txt' (45,544) at 20210309003648396 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max20730.rst' (45,545) at 20210309003648428 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/usb_sdio.c' (45,546) at 20240405153050585 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-8.conf' (45,547) at 20210307205554082 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts' (45,548) at 20240405153045709 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/node.h' (45,549) at 20210309003654484 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/mailbox.txt' (45,550) at 20210307214925350 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp.dtsi' (45,551) at 20210308005002592 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/images.rst' (45,552) at 20220429100100422 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/client.c' (45,553) at 20241118090018511 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/npcm7xx_adc.h' (45,554) at 20230426080043756 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/ksm_tests.c' (45,555) at 20240405153232275 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric.hpp' (45,556) at 20240307090027676 2025-03-14 03:00:48.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/lib/memset.S' (45,557) at 20210307214926318 2025-03-14 03:00:48.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/mdio_10g.h' (45,558) at 20210307214929618 2025-03-14 03:00:48.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6359.h' (45,559) at 20220525020655035 2025-03-14 03:00:48.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/w1/w1.txt' (45,560) at 20210307214925450 2025-03-14 03:00:48.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/wm831x-dcdc.c' (45,561) at 20240405153051477 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/iscsi_iser.h' (45,562) at 20240405153230723 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/linux/linkage.h' (45,563) at 20240405153054193 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_entry.hpp' (45,564) at 20241212090025211 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/memory.json' (45,565) at 20240405153054113 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-nspire.c' (45,566) at 20210307214926970 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/a1-peripherals.h' (45,567) at 20240405153230215 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/unistd_32.h' (45,568) at 20240906080037356 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi' (45,569) at 20210307214926354 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/Makefile' (45,570) at 20240405153051913 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/googletest.wrap' (45,571) at 20210421000104602 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-host.c' (45,572) at 20240906080037380 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/router/intel.js' (45,573) at 20230328080045393 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/olpc/olpc-xo175-ec.c' (45,574) at 20240405153051389 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/nl-mac.c' (45,575) at 20220525020654827 2025-03-14 03:00:48.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-sev-kit.dts' (45,576) at 20240405153046241 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7x10.c' (45,577) at 20240405153048841 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts' (45,578) at 20240405153045377 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_stack_var_off.c' (45,579) at 20220525020655199 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/Kconfig' (45,580) at 20210308005003044 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/translation-table.h' (45,581) at 20220525020654795 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing.hpp' (45,582) at 20240829080004222 to deleted uid set 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/ls102xa_pbi.cfg' (45,583) at 20210308005002964 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake' (45,584) at 20231207090015278 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-apalis-v1.1-eval.dts' (45,585) at 20240405153229879 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/human_sort_test.cpp' (45,586) at 20240904080003190 to deleted uid set 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-snd-pci.c' (45,587) at 20240906080037316 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_link.c' (45,588) at 20240613080016407 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/README.md' (45,589) at 20240824080021954 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/vmsr_energy.h' (45,590) at 20240906080037488 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/virgl.py' (45,591) at 20221003030013329 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/acrn/vm-sample.c' (45,592) at 20240405153053421 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-ssl-Raise-OSError-for-ERR_LIB_SYS.patch' (45,593) at 20241221090017668 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/LICENSE' (45,594) at 20210430130416990 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch' (45,595) at 20240127090011892 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/monitor.c' (45,596) at 20210308005046373 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-blinkm.rst' (45,597) at 20210307214925518 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210.dtsi' (45,598) at 20210308005002576 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/tools/myffdc.robot' (45,599) at 20220222040011699 to deleted uid set 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/probes.h' (45,600) at 20220525020652090 2025-03-14 03:00:48.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/cpld.c' (45,601) at 20210308005002968 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/libpldmresponder_fileio_test.cpp' (45,602) at 20240819080030263 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/uncore-cache.json' (45,603) at 20240405153054149 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/templates/default/local.conf.sample' (45,604) at 20241221090017476 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.h' (45,605) at 20240405153047281 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clock.c' (45,606) at 20240405153045661 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/eeprom.h' (45,607) at 20210309003653932 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pci.hpp' (45,608) at 20241219090024012 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/LED-architecture.md' (45,609) at 20221209040006383 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/mx6sxsabresd.c' (45,610) at 20210308005002984 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/perf_event_stackmap.c' (45,611) at 20240405153054257 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10055.dts' (45,612) at 20240405153045537 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sc7180.c' (45,613) at 20240405153230227 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/sonypi.rst' (45,614) at 20210309003648288 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c' (45,615) at 20210307214930606 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/json_spirit_v4.08.zip' (45,616) at 20210307205553902 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nilsia' (45,617) at 20210307205553770 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_refcount_btree.c' (45,618) at 20240405153052577 2025-03-14 03:00:48.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/peci/peci-aspeed.yaml' (45,619) at 20240405153045125 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/journal.c' (45,620) at 20241011080017363 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/wm8350-regulator.c' (45,621) at 20240405153051477 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/typemap' (45,622) at 20210307214932566 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_throttling.c' (45,623) at 20240405153046645 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt' (45,624) at 20210307214925354 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_management_controller.robot' (45,625) at 20240628080017113 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.service' (45,626) at 20230412080023456 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/MAINTAINERS' (45,627) at 20210308005002968 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_multiple_prefixes.log' (45,628) at 20210309003655972 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_dextr.S' (45,629) at 20230925080040101 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/gpioMon.hpp' (45,630) at 20240817080025332 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rsapubkey.asn1' (45,631) at 20210307214926802 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/sysfs_local.h' (45,632) at 20210309003652948 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1026.rst' (45,633) at 20210309003648424 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h' (45,634) at 20210729000029104 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ifplugd/0001-src-interface.h-Make-declarations-as-extern.patch' (45,635) at 20210307205553878 2025-03-14 03:00:48.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.json' (45,636) at 20210308005046401 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dispc.c' (45,637) at 20240405153052209 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53-cx9020.dts' (45,638) at 20210308005002580 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/util.c' (45,639) at 20210307214932582 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads131e08.yaml' (45,640) at 20240405153045073 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/x86_arch_prctl.sh' (45,641) at 20240405153232231 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/memory-barriers.txt' (45,642) at 20240405153045281 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/testcases.h' (45,643) at 20240405153054241 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_gen.h' (45,644) at 20240405153232055 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/cluster-pm-race-avoidance.rst' (45,645) at 20240405153044969 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory_ldst.c.inc' (45,646) at 20240906080037448 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/dc232b/include/variant/tie-asm.h' (45,647) at 20210307214926770 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-spear.c' (45,648) at 20210308005003512 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_vf.h' (45,649) at 20210307214929438 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/irq_64.h' (45,650) at 20240405153046317 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (45,651) at 20241206090014218 to deleted uid set 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,cru.yaml' (45,652) at 20240405153045105 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/service_files/json/phosphor-fan-monitor@.service' (45,653) at 20220819030023853 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/ncplite-inventory-log/ncplite-inventory-log.bb' (45,654) at 20241206090014286 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Borceux' (45,655) at 20211006000025230 2025-03-14 03:00:48.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/openbmctool-rhel8.spec' (45,656) at 20210308005111461 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/winbond-840.c' (45,657) at 20240405153049905 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/Makefile' (45,658) at 20220525020655135 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/dmx.h' (45,659) at 20240405153052913 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/uncore-memory.json' (45,660) at 20240405153054141 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/inc_not_zero' (45,661) at 20240405153053433 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/pipeline.json' (45,662) at 20240405153054113 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c' (45,663) at 20220525020655227 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-inventory-native.bb' (45,664) at 20241206090014286 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml' (45,665) at 20231201090024326 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts' (45,666) at 20240405153229919 2025-03-14 03:00:48.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bcm2835-dma.c' (45,667) at 20240405153046985 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomain.c' (45,668) at 20240405153045661 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_pmc_bxt.c' (45,669) at 20210307214929006 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/test_events.bbclass' (45,670) at 20210307205554386 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kref.h' (45,671) at 20210307214931414 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsdvb.h' (45,672) at 20210307214928602 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/audio_types.h' (45,673) at 20210307214927314 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/super.c' (45,674) at 20240405153231687 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/io.c' (45,675) at 20240613080016543 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/tcm_qla2xxx.h' (45,676) at 20210307214930402 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/arm32-stub.c' (45,677) at 20240405153047041 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_tun.h' (45,678) at 20240405153052921 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/excreate.c' (45,679) at 20240405153046621 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/ddr.c' (45,680) at 20210308005002996 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/bug.h' (45,681) at 20210307214932474 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_skb_helpers.c' (45,682) at 20240405153054277 2025-03-14 03:00:48.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/xgene.txt' (45,683) at 20210307214925294 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sbi.h' (45,684) at 20210307214926586 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8280xp.dtsi' (45,685) at 20240617080017378 to deleted uid set 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/hwpoison.rst' (45,686) at 20240405153229819 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_3_0_d.h' (45,687) at 20210307214927666 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/Kconfig' (45,688) at 20240405153051389 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/arrow,xrs700x.yaml' (45,689) at 20240405153045117 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_datain_values.c' (45,690) at 20240405153051957 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/README.md' (45,691) at 20210308005114857 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/8139cp.c' (45,692) at 20240405153050253 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpuidle-set.c' (45,693) at 20240405153232243 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/Kconfig' (45,694) at 20210307214929342 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/omap-usb.txt' (45,695) at 20220525020651718 2025-03-14 03:00:48.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/Makefile' (45,696) at 20240405153231655 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/internal.h' (45,697) at 20240405153230123 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/tumbler.c' (45,698) at 20240405153053545 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/mlxreg-fan.c' (45,699) at 20240405153230663 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/keyspan_remote.c' (45,700) at 20240405153049145 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt' (45,701) at 20240405153229795 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/FactoryReset/FactoryReset.vue' (45,702) at 20241004080035967 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/cipher_mgmt.hpp' (45,703) at 20230513080027506 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb3_pbcq.c' (45,704) at 20221215040039138 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qapi-code-gen.rst' (45,705) at 20240906080037172 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-dec/ttusbdecfe.c' (45,706) at 20240405153230827 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpimsginit.c' (45,707) at 20210307214932230 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun9i-a80-de.h' (45,708) at 20210307214931350 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_mtlohi1.c' (45,709) at 20210308005046525 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-power-state-init' (45,710) at 20240730080012557 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/kvm.h' (45,711) at 20240405153230063 2025-03-14 03:00:48.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_timewait_sock.h' (45,712) at 20240830080013331 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-libdirect-remove-use-of-keyword-register.patch' (45,713) at 20241221090017528 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1111_jornada720.c' (45,714) at 20210307214930046 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/param.h' (45,715) at 20210307214925646 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley_baseboard.json' (45,716) at 20241213090004405 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xventana.c' (45,717) at 20240906080037168 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p5020ds_ddr.c' (45,718) at 20210308005002964 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743i-eval.dts' (45,719) at 20210308005002616 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-pcm.c' (45,720) at 20240405153053505 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0001-make_exports.awk-not-expose-the-path.patch' (45,721) at 20220910030013369 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6359-regulator.h' (45,722) at 20220525020654611 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_NAND_defconfig' (45,723) at 20210308005003244 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4x12.dtsi' (45,724) at 20240405153229899 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-heap.c' (45,725) at 20240405153046977 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-cma' (45,726) at 20220525020651634 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsModalConfirmation.vue' (45,727) at 20241004080035967 to deleted uid set 2025-03-14 03:00:48.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/include/linux/peci-ioctl.h' (45,728) at 20230509080005840 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_semantics.c' (45,729) at 20220429100100782 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167.c' (45,730) at 20240405153046797 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/kbdleds.h' (45,731) at 20210307214926322 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hoststate' (45,732) at 20210308005059705 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/d2net_v2_defconfig' (45,733) at 20210308005003256 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/README' (45,734) at 20221215040039310 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/dp-aux-bus.yaml' (45,735) at 20240405153045041 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/rpc-cache.rst' (45,736) at 20240405153229811 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/sched-messaging.c' (45,737) at 20240405153054097 2025-03-14 03:00:48.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/hugetlb.c' (45,738) at 20241118090018507 to deleted uid set 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_leaf.c' (45,739) at 20240405153052569 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_tx.c' (45,740) at 20220525020653591 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/syscallhdr.sh' (45,741) at 20241211090212374 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/samsung,sysmmu.yaml' (45,742) at 20240405153045089 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf' (45,743) at 20210307205554586 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/read_window_mark_write_erased.c' (45,744) at 20230809080010803 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/hihope-common.dtsi' (45,745) at 20240405153045801 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_format.fail' (45,746) at 20241206090014310 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/alcor.c' (45,747) at 20240405153230851 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-neoversev2.inc' (45,748) at 20240301090012451 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/input/gpio-keys.h' (45,749) at 20210307214931338 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/config' (45,750) at 20210307214932154 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fpga/altera-pr-ip-core.h' (45,751) at 20220525020654567 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs_param.h' (45,752) at 20210307214930554 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BitTorrent-1.0' (45,753) at 20211006000025230 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' (45,754) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sti/sti_uniperif.c' (45,755) at 20240815080012931 2025-03-14 03:00:48.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb' (45,756) at 20240302090018202 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/cisco/airo.c' (45,757) at 20240405153050501 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/riscv/mapfile.csv' (45,758) at 20240405153054113 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json' (45,759) at 20240405153054125 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips_tuxrun.py' (45,760) at 20241211090212538 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/redirect_ingress.c' (45,761) at 20240405153050109 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/convert_py_to_csv.py' (45,762) at 20220525020652358 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/hw_breakpoint.h' (45,763) at 20240405153046309 2025-03-14 03:00:48.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0004-typedefs.h-add-support-for-64-bit-and-big-endian-MIP.patch' (45,764) at 20210307205553802 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800.h' (45,765) at 20240405153050617 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/genl.c' (45,766) at 20240405153053237 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/cper-parse.c' (45,767) at 20241121090009283 to deleted uid set 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia-x86_64-asm_64.S' (45,768) at 20240405153046361 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/emergency-restart.h' (45,769) at 20210307214926378 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb' (45,770) at 20230520080014504 to deleted uid set 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c' (45,771) at 20240405153230331 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/base.h' (45,772) at 20220525020653915 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/compat_alignment.c' (45,773) at 20240405153045865 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/activation.cpp' (45,774) at 20240729080033928 to deleted uid set 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/tlbflush.h' (45,775) at 20210307214926246 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/gef_sbc310.dts' (45,776) at 20210307214926342 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/rtc.h' (45,777) at 20210308005003684 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.h' (45,778) at 20210307214927774 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-session/gnome-session_46.0.bb' (45,779) at 20240413080012639 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/sdhc_boot.c' (45,780) at 20210308005003000 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/notifier_dbus_handler.cpp' (45,781) at 20240910080001402 2025-03-14 03:00:48.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/MAINTAINERS' (45,782) at 20210308005003048 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-multicolor' (45,783) at 20210309003648256 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/common.py' (45,784) at 20210307205554258 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/user.h' (45,785) at 20240405153230099 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c' (45,786) at 20240405153049833 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pgalloc.h' (45,787) at 20240405153230031 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/toeplitz.sh' (45,788) at 20240405153054353 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Orangepi_defconfig' (45,789) at 20210308005003240 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/hyperv.c' (45,790) at 20240812080017228 2025-03-14 03:00:48.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend' (45,791) at 20241221090017468 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smc9194.c' (45,792) at 20240405153050297 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-x86/chassis/x86-power-control_%.bbappend' (45,793) at 20241206090014218 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/scale.c' (45,794) at 20210307214932662 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/interrupt_64.S' (45,795) at 20240405153230035 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/msdos_partition.h' (45,796) at 20210307214931450 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_4x256mx16.cfg' (45,797) at 20210308005002924 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.h' (45,798) at 20240405153230399 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1021mds.dts' (45,799) at 20210307214926346 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-sancloud-bbe-common.dtsi' (45,800) at 20240405153045589 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/power-button.sh' (45,801) at 20230706080014733 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_signed_off_by_presence.pass' (45,802) at 20241206090014310 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-proc-control/meson.options' (45,803) at 20240615080016937 to deleted uid set 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8x-colibri-aster.dtsi' (45,804) at 20240405153229927 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.yaml' (45,805) at 20240405153045137 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/romimage.h' (45,806) at 20210307214926558 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h' (45,807) at 20240405153230323 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3128-power.h' (45,808) at 20210307214931346 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/syscall-counts-by-pid-record' (45,809) at 20210307214932570 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf' (45,810) at 20230927080013514 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/COPYING.MIT' (45,811) at 20210307205554078 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/koelsch_spl.c' (45,812) at 20210308005003036 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass' (45,813) at 20230811080018306 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_core.c' (45,814) at 20210308005003452 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png' (45,815) at 20210307205554346 to deleted uid set 2025-03-14 03:00:48.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-eisa.c' (45,816) at 20210307214926290 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/sysfs.c' (45,817) at 20240405153231639 to deleted uid set 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/cmpxchg.h' (45,818) at 20240405153229991 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vyasa-rk3288.h' (45,819) at 20210308005003624 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-cm1.dtsi' (45,820) at 20240405153045425 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-web3_7.3.0.bb' (45,821) at 20241221090017560 to deleted uid set 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/fs.h' (45,822) at 20240405153049081 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-utils.c' (45,823) at 20240405153232195 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass' (45,824) at 20241206090014306 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/slt_ast2600/slt_ast2600.c' (45,825) at 20210308005002916 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/clock.c' (45,826) at 20210307214926558 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts' (45,827) at 20210308005002624 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_fixed_factor.c' (45,828) at 20210308005003348 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/trace-events' (45,829) at 20210927100127153 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wavefront/wavefront.c' (45,830) at 20220525020654983 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/watchdog.cpp' (45,831) at 20230511080038647 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/dpseci_cmd.h' (45,832) at 20210309003649292 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/oss.c' (45,833) at 20210307214926170 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_12_0_0_sh_mask.h' (45,834) at 20210307214927690 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/128' (45,835) at 20210927100127485 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/index.rst' (45,836) at 20240413080012667 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/test_smack_udp_sockets.sh' (45,837) at 20210307205554122 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/datapage.S' (45,838) at 20210307214925986 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswsxl.dts' (45,839) at 20240405153045457 2025-03-14 03:00:48.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu-sku22.dts' (45,840) at 20240405153045749 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/ts78xx-fpga.h' (45,841) at 20210307214925930 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/law.c' (45,842) at 20210308005002828 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy.bb' (45,843) at 20241206090014230 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/fxos8700.h' (45,844) at 20210307214928350 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/sysfs.sh' (45,845) at 20240405153232263 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/samsung_fimd.h' (45,846) at 20240405153052953 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-or-later' (45,847) at 20211006000025234 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/bus_type.c' (45,848) at 20240405153231455 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/host-gpio.service' (45,849) at 20240828080010887 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/service_files/xyz.openbmc_project.Chassis.Control.Power@.service' (45,850) at 20211112040111283 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nordanede' (45,851) at 20210307205553786 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds2404.c' (45,852) at 20240405153231375 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/Create/meson.build' (45,853) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clk_synthesizer.c' (45,854) at 20210308005002756 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/tve_common.c' (45,855) at 20210308005003536 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest1.decode' (45,856) at 20210308005046389 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/rk_pwm.c' (45,857) at 20210308005003472 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/brcm_u-boot.c' (45,858) at 20240405153049705 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/pr.rst' (45,859) at 20210309003648312 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/ftrace.h' (45,860) at 20210307214925646 2025-03-14 03:00:48.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-sim/Makefile' (45,861) at 20210307214925674 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/Makefile' (45,862) at 20240405153230643 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts' (45,863) at 20210308005002620 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmcygnus/Makefile' (45,864) at 20210308005002552 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/nios2_ksyms.c' (45,865) at 20210307214926310 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/stdlib.c' (45,866) at 20210307214926362 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_vpd.hpp' (45,867) at 20240819080030263 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/kthread.c' (45,868) at 20220525020654391 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c' (45,869) at 20240405153049813 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_sas.h' (45,870) at 20240405153051673 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (45,871) at 20230606080013598 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/switches/Kconfig' (45,872) at 20240405153051457 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/firmware.rst' (45,873) at 20240405153044969 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic23-spi.c' (45,874) at 20210307214932342 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/meson.build' (45,875) at 20240326080039706 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/README.md' (45,876) at 20240710080040518 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/README' (45,877) at 20210308005003056 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.cpp' (45,878) at 20240911080105024 to deleted uid set 2025-03-14 03:00:48.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service' (45,879) at 20210307205553834 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_rport.c' (45,880) at 20220525020654023 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e.h' (45,881) at 20241115090012953 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7629.c' (45,882) at 20240405153230211 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/tlan.h' (45,883) at 20210307214929658 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/msm_sdhci.c' (45,884) at 20210308005003404 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c' (45,885) at 20240405153049941 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm850.dtsi' (45,886) at 20240405153045789 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/rbtree_augmented.h' (45,887) at 20210308005003668 2025-03-14 03:00:48.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm2835-aux.c' (45,888) at 20240405153046773 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/acquirewdt.c' (45,889) at 20240405153052237 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/win32-kbd-hook.h' (45,890) at 20210308005046057 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-apalis-ixora-v1.1.dtsi' (45,891) at 20240405153045725 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572ds_camp_core0.dts' (45,892) at 20210307214926346 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8997.c' (45,893) at 20240405153230835 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/oldask1_expected_stdout' (45,894) at 20210307214932154 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c' (45,895) at 20210307214926566 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/ipv6.c' (45,896) at 20241216090017797 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/.gitignore' (45,897) at 20240716080017671 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hotplug.c' (45,898) at 20240405153230555 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/nuvoton-cir.h' (45,899) at 20210309003650372 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvdalen_Brunnsberg' (45,900) at 20210307205553778 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sn9c2028.h' (45,901) at 20210307214928834 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/fsl,pci.txt' (45,902) at 20210307214925382 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/checksum_32.h' (45,903) at 20210309003649092 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/bios_table_iter.c' (45,904) at 20240901080013973 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/ledtrig-usbport.c' (45,905) at 20240405153231539 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-tobiduo-common.dtsi' (45,906) at 20240405153045605 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenSSL' (45,907) at 20210307205554426 2025-03-14 03:00:48.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec.c' (45,908) at 20240405153051869 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0016-Isolate-common-uefi-variable-authentication-steps.patch' (45,909) at 20241206090014214 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c' (45,910) at 20240405153231015 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-qemu-allocation.out' (45,911) at 20240326080039734 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/video-interface-devices.yaml' (45,912) at 20240405153045101 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/Makefile' (45,913) at 20210307205554390 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ftintc010.c' (45,914) at 20240405153049193 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/pxa27x_udc.c' (45,915) at 20240405153231555 2025-03-14 03:00:48.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_pio4.h' (45,916) at 20210308005002716 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c' (45,917) at 20240830080013275 to deleted uid set 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/062.out' (45,918) at 20210308005046441 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/rcar_gen3_thermal.c' (45,919) at 20240405153231499 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/gfx/irqsrcs_gfx_10_1.h' (45,920) at 20210307214927698 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_sdmc.h' (45,921) at 20240906080037336 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98373-sdw.h' (45,922) at 20210309003654636 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/intel,lgm-usb-phy.yaml' (45,923) at 20240405153045129 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2k_templates/main_global.c' (45,924) at 20240405153054385 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net.h' (45,925) at 20240405153050197 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvb_ca_en50221.c' (45,926) at 20240405153049277 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeDevice/meson.build' (45,927) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at_3.2.5.bb' (45,928) at 20241206090014334 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-qsb.dts' (45,929) at 20240405153045493 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpudeadline.h' (45,930) at 20210307214931758 2025-03-14 03:00:48.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/nbench-byte' (45,931) at 20210307205553870 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/ge_common.h' (45,932) at 20210308005003004 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-rda.c' (45,933) at 20240405153047081 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client.c' (45,934) at 20240405153054005 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/siano/Kconfig' (45,935) at 20210307214928850 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_adjust_tail_user.c' (45,936) at 20240405153053425 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' (45,937) at 20241211090212530 to deleted uid set 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/actions/s700-cubieboard7.dts' (45,938) at 20210307214925986 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/hsi.rst' (45,939) at 20240405153045193 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/Motherboard/meson.build' (45,940) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_tables.h' (45,941) at 20240405153048361 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sgmii_riser.h' (45,942) at 20210308005002960 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/oid_registry.h' (45,943) at 20240405153231831 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dma-jz4780.c' (45,944) at 20240405153230279 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch' (45,945) at 20241206090014258 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/README_VirtualBox_Guest_Additions.txt' (45,946) at 20210307205554482 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/.gitignore' (45,947) at 20240405153054365 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/uldivmod.S' (45,948) at 20210308005002708 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml' (45,949) at 20240405153045149 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/mctp_%.bbappend' (45,950) at 20241206090014222 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-csky-mpintc.c' (45,951) at 20240405153049193 2025-03-14 03:00:48.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ms_sensors/ms_sensors_i2c.c' (45,952) at 20240405153230691 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/seccomp/.gitignore' (45,953) at 20210307214932722 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/dbus-sdr/sensorcommands_unittest.cpp' (45,954) at 20240829080022542 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/cm.c' (45,955) at 20240405153049073 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec.c' (45,956) at 20240405153231475 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/bootscripts/bootzimg.cmd' (45,957) at 20210308005003044 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0003_add_cancelling_state.py' (45,958) at 20210307205554262 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/user_session.h' (45,959) at 20241023080012895 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/common/Makefile' (45,960) at 20240405153046033 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/0001-support-to-override-usr-sbin-and-usr-share.patch' (45,961) at 20241221090017512 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynq/clkc.c' (45,962) at 20240405153230247 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i7core_edac.c' (45,963) at 20210309003649352 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts' (45,964) at 20240405153229919 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/leds/leds-cht-wcove.c' (45,965) at 20240405153049217 to deleted uid set 2025-03-14 03:00:48.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/core_kern_overflow.c' (45,966) at 20240405153054269 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/meson.build' (45,967) at 20240403080030222 to deleted uid set 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/meson.build' (45,968) at 20240906080037276 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/altera_jtaguart.h' (45,969) at 20210307214931354 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_pma.h' (45,970) at 20210309003653964 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/logs.py' (45,971) at 20231126090012817 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/pl022.h' (45,972) at 20220525020654547 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mchp-eic.c' (45,973) at 20240405153049201 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-syscfg-configfs.h' (45,974) at 20240405153048893 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/test_emulate_step.c' (45,975) at 20240405153046177 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dispc.h' (45,976) at 20220525020652975 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/dwc3-omap.h' (45,977) at 20210308005003672 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/linux-compat.h' (45,978) at 20210308005003500 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/symlink.c' (45,979) at 20210307214931134 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_debug.h' (45,980) at 20240405153050217 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_core.c' (45,981) at 20240405153230799 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt712-sdca-dmic.c' (45,982) at 20240405153232159 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3-pcm.c' (45,983) at 20240613080016551 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/kvm.h' (45,984) at 20240405153052897 2025-03-14 03:00:48.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/OWNERS' (45,985) at 20220723030029377 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf100.h' (45,986) at 20240405153048657 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-exynos5.c' (45,987) at 20210308005003516 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection-api-intro.rst' (45,988) at 20210309003648500 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_subr.c' (45,989) at 20240405153053169 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_priv.h' (45,990) at 20240405153230799 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/pmu_event_filter_test.c' (45,991) at 20240405153232271 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/feature_to_c.py' (45,992) at 20240906080037444 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/spu2.c' (45,993) at 20240613080016387 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-points.c' (45,994) at 20240405153049529 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/aarch64.conf' (45,995) at 20240106090017257 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3-timings.yaml' (45,996) at 20240405153045101 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/arm,pl172.txt' (45,997) at 20210307214925354 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-hummingboard2-emmc.dtsi' (45,998) at 20240405153045513 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC9-83.0W' (45,999) at 20210307205553758 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/mon_main.c' (46,000) at 20210307214930846 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/texture-blit-flip.vert' (46,001) at 20230426080043960 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear1340-evb.dts' (46,002) at 20240405153045577 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.h' (46,003) at 20210307214930554 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcs.c' (46,004) at 20240405153051573 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/add_and_remove.tc' (46,005) at 20210309003656000 2025-03-14 03:00:48.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/da7219-aad.h' (46,006) at 20240405153052885 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/rc/iguanair.c' (46,007) at 20240405153049509 to deleted uid set 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f746-disco.dts' (46,008) at 20240405153229903 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc13892.h' (46,009) at 20210308005003672 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/Makefile' (46,010) at 20240405153045909 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-tauros3.h' (46,011) at 20210307214925966 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/ksparser.py' (46,012) at 20230919080013994 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Garpenberg_Kuppgarden' (46,013) at 20210307205553782 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_ATM_defconfig' (46,014) at 20210308005003236 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clock.yaml' (46,015) at 20240405153045029 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/cx88-devel.rst' (46,016) at 20210307214925462 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/snb-metrics.json' (46,017) at 20240405153054149 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/Makefile' (46,018) at 20240405153230379 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/040.out' (46,019) at 20210308005046437 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/Kconfig' (46,020) at 20240405153230543 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cxl-test.c' (46,021) at 20230925080040093 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/rxsbg.c' (46,022) at 20230426080043952 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-renesas-intc-irqpin.c' (46,023) at 20240405153230751 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/org.openbmc.control.Power@.service' (46,024) at 20221129040014411 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/common.h' (46,025) at 20240405153051409 2025-03-14 03:00:48.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu-param.h' (46,026) at 20241211090212494 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SECURE_BOOT_defconfig' (46,027) at 20210308005003244 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/siginfo.h' (46,028) at 20240405153231867 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/paaudio.c' (46,029) at 20240326080039370 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/mips-gic.h' (46,030) at 20210308005003636 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/battery/bat_trats.c' (46,031) at 20210308005003468 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch' (46,032) at 20241221090017680 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-x86.h' (46,033) at 20210308005003612 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mmp2-olpc-xo-1-75.dts' (46,034) at 20240405153045457 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/sysreg-sr.h' (46,035) at 20240405153045881 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/rgb/leds-qcom-lpg.c' (46,036) at 20240405153230755 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/rdacm21.c' (46,037) at 20240405153230791 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/compat_dh.c' (46,038) at 20210307214932170 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/Makefile' (46,039) at 20240805080013911 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cy8ctmg110_ts.c' (46,040) at 20240405153049157 2025-03-14 03:00:48.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/bfind.c' (46,041) at 20210819100021634 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_hst.h' (46,042) at 20210307214929770 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/Kconfig' (46,043) at 20240405153231075 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ta_xgmi_if.h' (46,044) at 20220525020652478 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra30-mc.h' (46,045) at 20210308005003636 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kprobes.c' (46,046) at 20240815080012911 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb-drd.yaml' (46,047) at 20240405153045185 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile' (46,048) at 20210308005002712 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ACEX1K.h' (46,049) at 20210308005003556 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/setup.h' (46,050) at 20210307214926550 2025-03-14 03:00:48.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/acpi.c' (46,051) at 20240405153046349 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-bcm6358.c' (46,052) at 20240405153049217 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/meson.build' (46,053) at 20241211090212306 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/ddr.c' (46,054) at 20210308005002728 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target.c.inc' (46,055) at 20241211090212526 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/isa-timer.c' (46,056) at 20210307214925882 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/Makefile' (46,057) at 20240405153046309 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/systable.c' (46,058) at 20240405153047041 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APAFML' (46,059) at 20211006000025226 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h' (46,060) at 20240405153050449 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/hv_kvp_daemon.c' (46,061) at 20240405153232211 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/vp7045.c' (46,062) at 20240405153049557 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/m68k/denormal.c' (46,063) at 20240326080039746 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/tps546d24.c' (46,064) at 20240405153048873 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vblank.c' (46,065) at 20240405153048465 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/tune-loongarch.inc' (46,066) at 20230211040012647 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/107' (46,067) at 20220429100100890 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/safe-syscall.S' (46,068) at 20220429100100406 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/MAINTAINERS' (46,069) at 20210308005003008 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-Turku' (46,070) at 20210307205553758 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/hisilicon,mbigen-v2.txt' (46,071) at 20210307214925342 2025-03-14 03:00:48.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db_5.3.28.bb' (46,072) at 20241206090014346 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_macsec.h' (46,073) at 20210716100029955 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-top-perms' (46,074) at 20240326080039734 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/Kconfig' (46,075) at 20210308005002916 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/shadow-vars.rst' (46,076) at 20240405153045225 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_log_syslog.c' (46,077) at 20240405153232059 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/opcua.json' (46,078) at 20210307205553850 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mptcp/options.c' (46,079) at 20240910080014094 to deleted uid set 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-virtio.yaml' (46,080) at 20220525020651674 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp.dtsi' (46,081) at 20240405153229975 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch' (46,082) at 20230131040012027 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c' (46,083) at 20240405153049965 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc_20230219.bb' (46,084) at 20230401080011935 to deleted uid set 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_koi8-r.c' (46,085) at 20210307214931190 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.0.rst' (46,086) at 20230114040015514 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_ism.h' (46,087) at 20241216090017797 2025-03-14 03:00:48.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1022ds_36b.dts' (46,088) at 20210307214926346 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcm-qspi.c' (46,089) at 20240405153231459 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console.c' (46,090) at 20241211090212554 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb' (46,091) at 20241221090017544 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb' (46,092) at 20220402030015899 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2500pci.h' (46,093) at 20240405153050617 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.prettierrc.yaml' (46,094) at 20221213040016740 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.SNTP' (46,095) at 20210308005003292 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-src-iz.c-Undef-dprintf-before-redefining.patch' (46,096) at 20230706080014741 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/exception.json' (46,097) at 20240405153054105 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch_2.7.6.bb' (46,098) at 20220402030016179 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_qb.c' (46,099) at 20210308005046505 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-db.dts' (46,100) at 20240405153045453 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/meson.build' (46,101) at 20241125090040576 to deleted uid set 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_lut.h' (46,102) at 20240405153049445 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/busybox/busybox_%.bbappend' (46,103) at 20210812000025290 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mtk-cirq.c' (46,104) at 20240405153049201 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/applesmc.c' (46,105) at 20241211090212294 2025-03-14 03:00:48.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/__init__.py' (46,106) at 20210308005003736 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-reset.c' (46,107) at 20210307214926290 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/getopts.cfg' (46,108) at 20241221090017636 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv748x/adv748x-afe.c' (46,109) at 20240405153049305 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/opdef.h' (46,110) at 20240405153052965 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/multiplexer/Kconfig' (46,111) at 20240405153049009 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/alarmtimer.h' (46,112) at 20210307214931606 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend' (46,113) at 20241221090017576 to deleted uid set 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_nat.h' (46,114) at 20210307214931662 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.c' (46,115) at 20240405153231175 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm017-dc3/psu_init_gpl.c' (46,116) at 20210308005003200 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/olpc.h' (46,117) at 20210307214926670 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.h' (46,118) at 20240405153048353 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/tegra/Makefile' (46,119) at 20240405153231351 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/mac.h' (46,120) at 20240405153051953 2025-03-14 03:00:48.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c' (46,121) at 20240726080012854 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/vxlan/vxlan_core.c' (46,122) at 20241216090017721 to deleted uid set 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a0-spl_defconfig' (46,123) at 20210308005003256 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu-param.h' (46,124) at 20241211090212478 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-da9052.c' (46,125) at 20210307214928546 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_sf.py' (46,126) at 20210308005003744 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (46,127) at 20241206090014218 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts' (46,128) at 20240405153045709 to deleted uid set 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbfadt.c' (46,129) at 20240405153046625 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-crypt.rst' (46,130) at 20220525020651642 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs3.h' (46,131) at 20210307214931458 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/preg_alias.c' (46,132) at 20230925080040097 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/ifm-csi.txt' (46,133) at 20210307214925362 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_u32.c' (46,134) at 20210307214932058 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/core.c' (46,135) at 20240405153053485 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-clock-data-logger@.service.in' (46,136) at 20230513080022442 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/_templates/breadcrumbs.html' (46,137) at 20210307205554290 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_42.h' (46,138) at 20240405153048541 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-camera.rst' (46,139) at 20240405153045313 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/Kconfig' (46,140) at 20210308005002852 2025-03-14 03:00:48.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_device_info.c' (46,141) at 20240405153230579 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/gpio-fan.c' (46,142) at 20240405153048857 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/301' (46,143) at 20210927100127505 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/console.h' (46,144) at 20240405153231803 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8.dts' (46,145) at 20210307214926010 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/ufs/ufs_quirks.h' (46,146) at 20240405153231883 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_netcell.c' (46,147) at 20240405153046665 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c' (46,148) at 20240726080012846 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/runlatch.h' (46,149) at 20240405153046125 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ftpm.py' (46,150) at 20241206090014214 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mux.h' (46,151) at 20240405153230247 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/pv88060.txt' (46,152) at 20210307214925410 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS1-ssh-bic@.service' (46,153) at 20230203040020726 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/testmode.c' (46,154) at 20210307214929782 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.h' (46,155) at 20240405153047277 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/e820_memory_layout.c' (46,156) at 20240906080037228 2025-03-14 03:00:48.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/capabilities/validate_cap.c' (46,157) at 20210307214932662 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z14/crypto.json' (46,158) at 20240405153054117 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/ptrace.h' (46,159) at 20210308005002808 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xtfpga/include/platform/lcd.h' (46,160) at 20210307214926770 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/bestcomm/fec.h' (46,161) at 20210307214931390 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-fqs.svg' (46,162) at 20210307214925210 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/Kconfig' (46,163) at 20240405153051873 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-dreamcast/Makefile' (46,164) at 20210307214926538 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/external_intf/management_console_utils.py' (46,165) at 20221209040018567 to deleted uid set 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update.bb' (46,166) at 20241221090017480 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_job.c' (46,167) at 20240613080016379 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/scd30.h' (46,168) at 20240405153048969 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu-sva.c' (46,169) at 20240405153230747 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/da9052_wdt.c' (46,170) at 20210307214930966 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/Makefile' (46,171) at 20210307214926266 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_targdb.c' (46,172) at 20210307214930310 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/pgm_check_info.c' (46,173) at 20240405153046269 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_core.h' (46,174) at 20220525020653271 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml' (46,175) at 20240405153045113 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/oldask1_config' (46,176) at 20210308005003736 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts' (46,177) at 20240405153045821 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/slip/slip.h' (46,178) at 20220525020653691 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (46,179) at 20240703080014815 to deleted uid set 2025-03-14 03:00:48.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/howto.rst' (46,180) at 20240405153045301 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/smsc37b787_wdt.c' (46,181) at 20210309003653356 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/mrccache.c' (46,182) at 20210308005002884 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_simple.c' (46,183) at 20210308005003416 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd_x32.h' (46,184) at 20241211090212374 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/microblaze-core.xml' (46,185) at 20230426080043664 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mt7615_trace.h' (46,186) at 20240405153231227 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evxfgpe.c' (46,187) at 20240405153046617 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-snmp/xyz.openbmc_project.Network.SNMP.service' (46,188) at 20230215040018439 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/float_convs.ref' (46,189) at 20220429100100942 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/pvtime.c' (46,190) at 20240405153045889 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/Makefile' (46,191) at 20240405153231455 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Memory_v1.xml' (46,192) at 20240619080002928 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-add-libnetsnmp-when-link.patch' (46,193) at 20210307205553818 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_strncmp.sh' (46,194) at 20240405153054241 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/Makefile.am' (46,195) at 20210307214932742 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/sun3ints.c' (46,196) at 20220525020651986 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/Kconfig' (46,197) at 20210308005003736 2025-03-14 03:00:48.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_output.c' (46,198) at 20241211090145433 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/pdt.c' (46,199) at 20210307214930002 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/telemetry_message_registry.hpp' (46,200) at 20241211090002379 to deleted uid set 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/dbus_to_event_handler.cpp' (46,201) at 20240826080030471 to deleted uid set 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-intel_sdsi' (46,202) at 20240405153044925 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpio_phy.h' (46,203) at 20240405153048449 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/imx-regs.h' (46,204) at 20210308005002672 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/keystone_net.c' (46,205) at 20210308005003448 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/extable.c' (46,206) at 20240405153045949 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/master.c' (46,207) at 20240405153053233 2025-03-14 03:00:48.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/base.cpp' (46,208) at 20240530080030270 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc-softmmu.mak' (46,209) at 20240906080037160 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/sifive_edac.c' (46,210) at 20240405153047021 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c' (46,211) at 20240405153048641 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb' (46,212) at 20241206090014250 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/aosp.h' (46,213) at 20240405153053177 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/ncsi.c' (46,214) at 20210421100236122 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/stm32-timer-trigger.c' (46,215) at 20240405153049017 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/acpi.c' (46,216) at 20240405153229999 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/scatterwalk.h' (46,217) at 20240405153052625 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/1296.patch' (46,218) at 20231011080016574 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs42l56.txt' (46,219) at 20210307214925426 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/meson.build' (46,220) at 20210417000012636 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/socfpga.c' (46,221) at 20210308005003072 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/emu8000_synth.c' (46,222) at 20210307214932222 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/clocksource.h' (46,223) at 20210307214926578 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/meson.build' (46,224) at 20241211090212314 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/scm.c' (46,225) at 20240405153232007 2025-03-14 03:00:48.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-vmsr-helper.rst' (46,226) at 20240906080037180 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/machine.c' (46,227) at 20240613080016563 to deleted uid set 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/entry_point.py' (46,228) at 20221206040017633 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_eswitch_br.c' (46,229) at 20241018080014498 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/fix-pps_strerror_r.patch' (46,230) at 20241221090017532 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_hier.sh' (46,231) at 20240405153054341 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36060.c' (46,232) at 20240405153049389 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-i2c-devices-hm6352' (46,233) at 20210307214925190 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/board.c' (46,234) at 20210308005002920 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/Unicode' (46,235) at 20210307205554010 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/axp152.dtsi' (46,236) at 20240405153045373 2025-03-14 03:00:48.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/config/bmcweb.service.in' (46,237) at 20240824080002926 to deleted uid set 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/bvme6000_defconfig' (46,238) at 20240405153230003 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond-lladdr-target.sh' (46,239) at 20240405153054293 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_merge.c' (46,240) at 20210307214932722 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/nxp,tda998x.yaml' (46,241) at 20240405153045037 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f429-evaluation_defconfig' (46,242) at 20210308005003280 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_mbx.c' (46,243) at 20240405153231439 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_nid_api.h' (46,244) at 20240405153054225 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kthread.c' (46,245) at 20241018080014570 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig' (46,246) at 20210308005003284 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/dcpop.c' (46,247) at 20230925080040097 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_flattree_defconfig' (46,248) at 20210308005003276 2025-03-14 03:00:48.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/json_writer.c' (46,249) at 20240405153054037 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_spi_rcw.cfg' (46,250) at 20210308005002992 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.h' (46,251) at 20210307214929922 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/Makefile' (46,252) at 20210308005003048 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-panda-common.dtsi' (46,253) at 20240405153045605 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc.c' (46,254) at 20210308005003404 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun50i-a100-ccu.h' (46,255) at 20240405153231795 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/MAINTAINERS' (46,256) at 20210308005002972 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/apple/rtkit.h' (46,257) at 20240405153052793 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/rust.py' (46,258) at 20241206090014306 to deleted uid set 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/isp116x-hcd.c' (46,259) at 20240405153052101 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ds1621.rst' (46,260) at 20210307214925498 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/lib/Makefile' (46,261) at 20210308005002808 2025-03-14 03:00:48.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sc8180x.h' (46,262) at 20241011080017371 2025-03-14 03:00:48.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/vmlinux.lds.S' (46,263) at 20240405153046061 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_5_0_sh_mask.h' (46,264) at 20210307214927334 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h' (46,265) at 20210309003653312 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-g12a.c' (46,266) at 20240405153231323 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/Kconfig' (46,267) at 20210307214927766 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/floating-point.json' (46,268) at 20240405153054137 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/meson.build' (46,269) at 20240326080039442 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/power-domain.yaml' (46,270) at 20240405153045137 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/timers/.gitignore' (46,271) at 20220525020654935 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/atakeyb.c' (46,272) at 20210309003648816 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/mt7629_rfb.c' (46,273) at 20210308005003016 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sync_bitops.h' (46,274) at 20210307214926678 2025-03-14 03:00:48.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/50-mount-persistent' (46,275) at 20240218090011626 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_debugfs.c' (46,276) at 20240405153050205 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_encoder_hdmi.h' (46,277) at 20240405153048569 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-evk.dts' (46,278) at 20240405153229923 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/mmu.c' (46,279) at 20241125090012231 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-designware.h' (46,280) at 20240405153231287 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/bitops.c' (46,281) at 20230426080043960 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/AssemblyStore.js' (46,282) at 20241004080035963 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/libgcc.h' (46,283) at 20240405153052721 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ls102xa_stream_id.c' (46,284) at 20210308005002960 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PowerSupply_v1.xml' (46,285) at 20240619080002932 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RoleCollection.json' (46,286) at 20240619080002952 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00233_video_measure_memmap_package.h' (46,287) at 20210307214928682 2025-03-14 03:00:48.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/notif.h' (46,288) at 20240405153052965 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/ex.S' (46,289) at 20210307214926562 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/driver.c' (46,290) at 20240812080017244 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/cpm_uart.h' (46,291) at 20240405153231511 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/common/getopt.c' (46,292) at 20240405153054213 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/hard-interface.c' (46,293) at 20240405153231987 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pc236_common.c' (46,294) at 20240405153046889 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (46,295) at 20230120040014546 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml' (46,296) at 20240906080037132 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mutex.c' (46,297) at 20240405153054197 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/Documentation/devicetree/pi433.txt' (46,298) at 20240405153051873 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_maven.c' (46,299) at 20240405153052197 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/spi/Kconfig' (46,300) at 20240405153049521 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.23.rst' (46,301) at 20241221090017596 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1372.c' (46,302) at 20240405153232143 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/uart-ath79.c' (46,303) at 20240405153045985 2025-03-14 03:00:48.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_callbacks_busy.c' (46,304) at 20220818100014835 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cscope/cscope_15.9.bb' (46,305) at 20241221090017512 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v3-its-fsl-mc-msi.c' (46,306) at 20240405153230747 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.h' (46,307) at 20210307214929946 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/libgcc.c' (46,308) at 20210308005002828 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vma_types.h' (46,309) at 20240405153048541 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk20a.c' (46,310) at 20240405153048661 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mcs.h' (46,311) at 20210307214931478 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/agent.h' (46,312) at 20210307214928370 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/qemu.py' (46,313) at 20240106090017261 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c' (46,314) at 20240405153048637 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/run-ptest' (46,315) at 20231011080016614 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c' (46,316) at 20210309003651144 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-nested.out' (46,317) at 20210308005046397 to deleted uid set 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/ring_buffer_benchmark.c' (46,318) at 20240405153053061 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb' (46,319) at 20241221090017528 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/150.out.raw' (46,320) at 20210308005046453 2025-03-14 03:00:48.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/qcom_camss.rst' (46,321) at 20240405153229739 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mt7530.h' (46,322) at 20240429080012424 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/thermal.h' (46,323) at 20210308005003688 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32-rcc.txt' (46,324) at 20210308005003304 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610m4.dtsi' (46,325) at 20240405153045537 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/si476x-i2c.c' (46,326) at 20240405153049613 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-74xx-mmio.c' (46,327) at 20240405153230303 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/exynos4210_gic.c' (46,328) at 20221215040039118 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index.rst' (46,329) at 20241211090212234 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/Makefile' (46,330) at 20210309003656020 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/isdn/capicmd.h' (46,331) at 20210307214931638 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zmx25_defconfig' (46,332) at 20210308005003288 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-liftoff-Correct-function-signatures.patch' (46,333) at 20241221090017512 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grasmark' (46,334) at 20210307205553782 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/testfloat_3e.bb' (46,335) at 20241221090017544 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/lontium,lt9211.yaml' (46,336) at 20240405153045037 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ps-round-robin.c' (46,337) at 20240405153049249 2025-03-14 03:00:48.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.h' (46,338) at 20210309003649648 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/perf_event.h' (46,339) at 20240405153231875 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c' (46,340) at 20210307214927950 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/twl4030-madc-hwmon.rst' (46,341) at 20210307214925506 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/amd-pstate/tbench.sh' (46,342) at 20240405153054233 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/crg-hi3798cv200.c' (46,343) at 20240405153230211 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-mcp23s08_spi.c' (46,344) at 20240405153051337 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-buttons/inc/button_factory.hpp' (46,345) at 20241209090018856 to deleted uid set 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/NFIT.memhp' (46,346) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/myricom/Kconfig' (46,347) at 20210307214929550 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit_json.py' (46,348) at 20240405153054225 2025-03-14 03:00:48.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h' (46,349) at 20240405153049921 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-csc-scaler.c' (46,350) at 20240405153231471 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/imx-ldb.c' (46,351) at 20240405153048557 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bcm-sba-raid.c' (46,352) at 20240405153230279 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfsd/nfs3acl.c' (46,353) at 20240405153052433 to deleted uid set 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt298.c' (46,354) at 20240405153053713 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-bitmaps' (46,355) at 20210927100127505 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/cpuinfo' (46,356) at 20210308005059705 2025-03-14 03:00:48.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rockchip-rga.yaml' (46,357) at 20240405153045101 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fuse.h' (46,358) at 20240405153231871 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/nospec-branch.h' (46,359) at 20240405153046277 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_watermark.h' (46,360) at 20240405153048465 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/spi.c' (46,361) at 20210308005003740 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts' (46,362) at 20240405153045745 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/update-config.patch' (46,363) at 20210307205553834 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/cs-etm.c' (46,364) at 20240405153232219 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_efi_selftest.py' (46,365) at 20210308005003744 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc834x_itx_defconfig' (46,366) at 20210307214926366 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps65218.c' (46,367) at 20240405153230307 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/bounces' (46,368) at 20210308005003300 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/perf_event_stackmap.c' (46,369) at 20240405153054273 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/uc.c' (46,370) at 20220525020653139 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios.h' (46,371) at 20220525020652947 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/Kconfig' (46,372) at 20240405153049153 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild' (46,373) at 20210307214927974 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_base.h' (46,374) at 20240405153230983 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/quarantine.c' (46,375) at 20240405153053129 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_table.host.h' (46,376) at 20210307214930558 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15-revc.dts' (46,377) at 20210308005002564 2025-03-14 03:00:48.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/msu-sink.c' (46,378) at 20220818100014715 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml' (46,379) at 20240405153045029 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-kernel/linux/linux-aspeed_%.bbappend' (46,380) at 20221015030011580 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/vertexcom/mse102x.c' (46,381) at 20241125090012255 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto_6.12.bb' (46,382) at 20241221090017688 to deleted uid set 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/udoo_neo.h' (46,383) at 20210308005003624 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/config-bmccpld.json' (46,384) at 20240405080013750 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/Makefile' (46,385) at 20210307214928086 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_maple_tree.c' (46,386) at 20240405153231955 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c' (46,387) at 20240405153047245 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_dup_netdev.c' (46,388) at 20240405153053333 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_ethtool.c' (46,389) at 20240405153050173 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/logging_utils.robot' (46,390) at 20240627080021048 to deleted uid set 2025-03-14 03:00:48.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/gbmc-net-lib.sh' (46,391) at 20241221090017480 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/igmp.c' (46,392) at 20240405153232019 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lasi700.c' (46,393) at 20220525020654019 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier/meson.build' (46,394) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json' (46,395) at 20230511080017319 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_ldsx.c' (46,396) at 20240405153232263 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' (46,397) at 20240906080037556 to deleted uid set 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/emu8000.h' (46,398) at 20220525020654655 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cpu.c' (46,399) at 20210308005002724 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/l2cap_sock.c' (46,400) at 20241216090017785 to deleted uid set 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dprtc.c' (46,401) at 20210307214929394 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.json' (46,402) at 20210308005046405 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_intr.h' (46,403) at 20240405153049893 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/uboot-extlinux-config.bbclass' (46,404) at 20231014080011731 to deleted uid set 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/transhuge.rst' (46,405) at 20240405153045229 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_perfcnt.h' (46,406) at 20210307214927990 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/files/0001-Install-polkit-action-unconditionally-executable-pke.patch' (46,407) at 20210307205553742 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/tests/Makefile' (46,408) at 20220525020652362 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features_def.h.inc' (46,409) at 20240906080037532 2025-03-14 03:00:48.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5cm.dtsi' (46,410) at 20210308005002572 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/Makefile' (46,411) at 20220525020651802 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/clk.c' (46,412) at 20240405153046849 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/xlnx-usb-subsystem.c' (46,413) at 20210927100127213 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_ipi.c' (46,414) at 20240906080037240 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/uncore-interconnect.json' (46,415) at 20240405153054149 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/sb1250_swarm_defconfig' (46,416) at 20240405153045997 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_SECURE_BOOT_defconfig' (46,417) at 20210308005003244 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/nlohmann_json.wrap' (46,418) at 20231208090033857 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cpu-features.h' (46,419) at 20240405153046001 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/LoadPin.rst' (46,420) at 20220525020651638 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/isp1362-hcd.c' (46,421) at 20240405153231559 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8916-samsung-serranove.dts' (46,422) at 20240405153045545 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt' (46,423) at 20210307214925406 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/stm32-reset.c' (46,424) at 20210308005003480 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t2080_ids.c' (46,425) at 20210308005002832 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/test-empty-image.bb' (46,426) at 20210307205554386 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pch_display.h' (46,427) at 20240405153048457 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/kprobes.c' (46,428) at 20240405153045921 2025-03-14 03:00:48.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_dec_reg.h' (46,429) at 20240405153049409 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0367_priv.h' (46,430) at 20210307214928638 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-cxl-protocol.h' (46,431) at 20241114091008832 to deleted uid set 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sndrv_ctl_ioctl.sh' (46,432) at 20210307214932578 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/Kconfig' (46,433) at 20210308005003040 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/kdebug.h' (46,434) at 20240405153045937 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/178' (46,435) at 20210927100127489 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/af_unix/unix_connect.c' (46,436) at 20240405153054333 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/.gitignore' (46,437) at 20210308005002752 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/touchkit_ps2.c' (46,438) at 20210307214928494 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/cgroup_tcp_skb.h' (46,439) at 20240405153232255 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.3.rst' (46,440) at 20231126090012821 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/0001-include-libgen.h-for-basename.patch' (46,441) at 20240413080012647 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/Makefile' (46,442) at 20210308005003716 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/JCSat3A_C-128.0E' (46,443) at 20210307205553762 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi' (46,444) at 20240405153229947 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/config.mk' (46,445) at 20210308005002756 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/toshiba-wmi.c' (46,446) at 20210307214930150 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma_ll.c' (46,447) at 20210309003649340 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/rockchip.c' (46,448) at 20220525020653687 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/kas/kas-security-base.yml' (46,449) at 20230706080014769 to deleted uid set 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch' (46,450) at 20210307205553946 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/kgdb_nmi.c' (46,451) at 20240405153231515 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_el1t.c' (46,452) at 20210307214932634 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pcmcia.h' (46,453) at 20210308005003680 2025-03-14 03:00:48.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/kvaser_usb/Makefile' (46,454) at 20210307214929262 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_common.c' (46,455) at 20210308005003452 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/preempt-locking.rst' (46,456) at 20210307214925518 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/ia_css_de_types.h' (46,457) at 20210307214930554 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nspire/Makefile' (46,458) at 20240405153045473 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-all.bb' (46,459) at 20231014080011723 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/mmap-basic.c' (46,460) at 20240405153232231 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm6125-mdss.yaml' (46,461) at 20240405153229763 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_bcm7271.c' (46,462) at 20240613080016467 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6348-usbh-phy.c' (46,463) at 20210308005003452 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/intelfb/intelfbdrv.c' (46,464) at 20240405153231587 2025-03-14 03:00:48.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/Kconfig' (46,465) at 20241211090212342 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5677.h' (46,466) at 20240405153232159 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/tlb.c' (46,467) at 20210308005002980 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/ibm,vas.txt' (46,468) at 20210307214925406 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-common/cpu/sigcontext.h' (46,469) at 20210307214926554 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-olinuxino.dts' (46,470) at 20210308005002620 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/ksyms_common.c' (46,471) at 20240405153053013 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-trace-id.h' (46,472) at 20240405153048893 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install-efi.sh' (46,473) at 20220612030016755 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/blanche.c' (46,474) at 20210308005003032 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/lm3646.c' (46,475) at 20240405153049317 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x04_uclass.h' (46,476) at 20220525020653035 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/mtk-reset.h' (46,477) at 20210308005003640 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/mds.rst' (46,478) at 20240405153229747 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_fip.h' (46,479) at 20240405153051601 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cdmm.h' (46,480) at 20210307214926210 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/lpddr/lpddr_cmds.c' (46,481) at 20240405153049681 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-98dx3236-pinctrl.txt' (46,482) at 20210307214925394 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.hpp' (46,483) at 20241025080030538 to deleted uid set 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/tlbflush.h' (46,484) at 20210307214926622 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-extended/pam/libpam/faillock.conf' (46,485) at 20240221090011581 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,tcu.h' (46,486) at 20210307214931326 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_unpriv_bpf_disabled.c' (46,487) at 20240405153054281 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/ustack.h' (46,488) at 20210307214926122 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-igep0033.dtsi' (46,489) at 20240405153045589 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts' (46,490) at 20220525020651902 2025-03-14 03:00:48.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ch7301.c' (46,491) at 20210308005003000 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/setup.c' (46,492) at 20240628080013977 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_realtek_common.h' (46,493) at 20240405153053953 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctatc.h' (46,494) at 20220525020654991 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/0001-src-installer-utils.py-sort-entries-before-writing-o.patch' (46,495) at 20241221090017668 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/sunxi_defconfig' (46,496) at 20240613080016363 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/.gitignore' (46,497) at 20240405153046441 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c' (46,498) at 20240913080013801 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/virtconvert.h' (46,499) at 20240405153045965 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/usb/canokey.c' (46,500) at 20230925080039909 to deleted uid set 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml' (46,501) at 20240405153229803 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/core.h' (46,502) at 20240405153230915 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi' (46,503) at 20240405153229971 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/report_types.hpp' (46,504) at 20230524080039233 to deleted uid set 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_FISTTP.c' (46,505) at 20210307214932734 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi.h' (46,506) at 20210308005002872 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_dump.h' (46,507) at 20240405153048701 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h' (46,508) at 20210308005002656 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/bblayers.conf.sample' (46,509) at 20240323080013545 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb' (46,510) at 20241221090017520 2025-03-14 03:00:48.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-verdin-yavia.dtsi' (46,511) at 20240405153229971 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/fw.h' (46,512) at 20241211090145473 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-3.0-only' (46,513) at 20210316000012717 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h' (46,514) at 20210307214926218 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-link.h' (46,515) at 20220525020654655 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/net/Makefile' (46,516) at 20220525020652066 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/device.h' (46,517) at 20220525020653131 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc866ads.dts' (46,518) at 20210307214926358 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gusum' (46,519) at 20210307205553782 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads1100.c' (46,520) at 20240405153048961 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/README' (46,521) at 20210308005003004 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/trusted_caam.h' (46,522) at 20240405153052657 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/probe.c' (46,523) at 20220525020653839 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-r7-tv-dongle.dts' (46,524) at 20210308005002620 2025-03-14 03:00:48.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/run-ptest' (46,525) at 20241221090017668 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/clock.c' (46,526) at 20210307214926270 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_kontronoem.h' (46,527) at 20210308004938820 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml' (46,528) at 20240405153045165 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.json' (46,529) at 20210308005046405 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-audsys-clkid.h' (46,530) at 20240405153053965 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7366.c' (46,531) at 20210307214926562 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-opos6ul.dtsi' (46,532) at 20240405153045529 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/gtimer.h' (46,533) at 20240906080037456 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_sw.c' (46,534) at 20220525020654939 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_caif.h' (46,535) at 20210309003653940 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/nxp,fxls8962af.yaml' (46,536) at 20240405153045065 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils' (46,537) at 20210307205554462 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ti-tfp410.c' (46,538) at 20240405153230527 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord.bb' (46,539) at 20241221090017532 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/ani.h' (46,540) at 20210307214929750 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kstrtox.h' (46,541) at 20210716100030079 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css' (46,542) at 20210307205554270 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.h' (46,543) at 20240405153047193 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/meson.build' (46,544) at 20210927100127017 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rv1108.h' (46,545) at 20210308005002660 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu.h' (46,546) at 20241211090212494 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/qcom,rpmh-regulator.h' (46,547) at 20210307214931346 2025-03-14 03:00:48.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_h264.h' (46,548) at 20210307214930586 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serio/ps2-gpio.yaml' (46,549) at 20240405153045153 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/gpio.h' (46,550) at 20210307214931610 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc18xx.dtsi' (46,551) at 20240405153045533 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/MAINTAINERS' (46,552) at 20210308005002968 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/smp.c' (46,553) at 20240405153046221 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/soc.c' (46,554) at 20210308005002728 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/smsc47b397.rst' (46,555) at 20210307214925506 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/law.c' (46,556) at 20210308005003168 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/core/seq/Kconfig' (46,557) at 20240405153053493 to deleted uid set 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/Makefile' (46,558) at 20210307214927042 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi' (46,559) at 20240405153045713 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/dirtyrate.c' (46,560) at 20241211090212386 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/run.c' (46,561) at 20241216090017757 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/conversion/conversion_1.0/ia_css_conversion_types.h' (46,562) at 20210307214930554 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/meson.build' (46,563) at 20240906080037488 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_usb_core.c' (46,564) at 20240405153050593 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77843-private.h' (46,565) at 20210307214931430 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_support.c' (46,566) at 20240405153052993 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_summary.h' (46,567) at 20210308005003556 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/panel.c' (46,568) at 20210308005003740 2025-03-14 03:00:48.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spu_priv1_mmio.c' (46,569) at 20240405153046205 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/siemens-am33x-common.h' (46,570) at 20210308005003616 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/proc_tty.c' (46,571) at 20240405153052493 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nvmem.rst' (46,572) at 20240405153045193 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/Makefile' (46,573) at 20240405153230267 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-tpo-td028ttec1.c' (46,574) at 20240405153048697 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kc1_defconfig' (46,575) at 20210308005003260 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_acpi.c' (46,576) at 20241211090145569 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh' (46,577) at 20210307214932714 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/6lowpan_i.h' (46,578) at 20210307214931930 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_clock.c' (46,579) at 20210307214930950 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipv6_route.h' (46,580) at 20210307214931638 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiostat/Makefile' (46,581) at 20210307214928362 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/Kconfig' (46,582) at 20240405153231571 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/Kconfig' (46,583) at 20240906080037296 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fagersta' (46,584) at 20210307205553778 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m528xsim.h' (46,585) at 20210307214926162 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-clock.h' (46,586) at 20240405153045685 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/Kconfig' (46,587) at 20240405153231595 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/kvm.h' (46,588) at 20241211090212374 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/4.Coding.rst' (46,589) at 20220525020651762 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/cli/obmc-yadro-cli_%.bbappend' (46,590) at 20221011030017216 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nsproxy.h' (46,591) at 20240405153231831 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch' (46,592) at 20241206090014338 2025-03-14 03:00:48.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pcmcia/.gitignore' (46,593) at 20210307214932506 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/vo-aacenc_0.1.3.bb' (46,594) at 20210307205553802 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/x1000.dtsi' (46,595) at 20240405153045989 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qlist.h' (46,596) at 20221215040039190 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/sdsi/sdsi_test.py' (46,597) at 20240405153054301 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_gen5.c' (46,598) at 20210308005002780 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/smb2pdu.c' (46,599) at 20241220090018322 to deleted uid set 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-samsung-usb2.h' (46,600) at 20220525020653871 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/imc.rst' (46,601) at 20210307214925546 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable-2level_types.h' (46,602) at 20210307214926670 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/classes/fit-image.bbclass' (46,603) at 20240615080011913 to deleted uid set 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt6765.h' (46,604) at 20210307214930082 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-juno.inc' (46,605) at 20230804080018091 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-net-failover.c' (46,606) at 20240906080037576 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/Makefile' (46,607) at 20240405153046733 2025-03-14 03:00:48.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-sdctrl.yaml' (46,608) at 20240405153045157 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp' (46,609) at 20210308004925448 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/sched-pipe.c' (46,610) at 20220525020655135 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mstar/mstar.yaml' (46,611) at 20240405153045017 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h' (46,612) at 20240405153230415 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_aemv8a_juno_defconfig' (46,613) at 20210308005003284 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/msgbuf.h' (46,614) at 20220525020652154 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.5.bb' (46,615) at 20220402030016039 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/tegra/tegra_cec.c' (46,616) at 20240405153230775 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rv/automata.h' (46,617) at 20240405153052873 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_symlink.c' (46,618) at 20240405153052609 to deleted uid set 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sdx55.c' (46,619) at 20240405153046825 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_watchdog.c' (46,620) at 20240405153230203 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-pxrc.c' (46,621) at 20240405153048817 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_callouts.pl' (46,622) at 20220720030027719 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/meson.build' (46,623) at 20241211090212278 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/starfire.c' (46,624) at 20210307214926602 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/postcopy.rst' (46,625) at 20240906080037172 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/atmel.h' (46,626) at 20210307214929790 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/autoboot.c' (46,627) at 20210308005003220 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/audit.c' (46,628) at 20240405153046073 2025-03-14 03:00:48.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/vcan.c' (46,629) at 20240405153049745 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.h' (46,630) at 20220525020653487 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png' (46,631) at 20210307205554250 to deleted uid set 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/sleep.S' (46,632) at 20240405153045681 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-softirq.h' (46,633) at 20210307214931806 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_epu.h' (46,634) at 20210308005002552 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/299.out' (46,635) at 20210308005046469 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_zero_plus2_defconfig' (46,636) at 20210308005003272 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/sigcontext32.h' (46,637) at 20210307214926682 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json' (46,638) at 20240405153054129 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/ecard-loader.S' (46,639) at 20210307214925946 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dvb-frontend-parameters.rst' (46,640) at 20210309003648476 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-mips.h' (46,641) at 20240405153232287 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-ids.h' (46,642) at 20241216090017701 to deleted uid set 2025-03-14 03:00:48.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml' (46,643) at 20240405153045017 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_2d_sensor.c' (46,644) at 20210307214928494 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/isil,isl12057.txt' (46,645) at 20210307214925414 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/fusb300_udc.h' (46,646) at 20210307214930814 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/endian.h' (46,647) at 20210307214931194 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/pmu.h' (46,648) at 20210307214929818 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Sturovo' (46,649) at 20210307205553794 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/stub_32.h' (46,650) at 20240405153046493 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/pvclock.h' (46,651) at 20240405153054033 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0002-automake-Update-for-python.m4-to-respect-libdir.patch' (46,652) at 20241221090017648 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/sprd-dma.txt' (46,653) at 20240405153045053 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ie6xx_wdt.c' (46,654) at 20240405153052241 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch' (46,655) at 20241221090017552 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (46,656) at 20230412080023460 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/ppc-pv.rst' (46,657) at 20240405153045329 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-maxMsgLen.patch' (46,658) at 20230706080014749 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/u_f.c' (46,659) at 20210307214930806 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/virt.h' (46,660) at 20241211090212358 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch' (46,661) at 20241221090017680 2025-03-14 03:00:48.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_tlb.c' (46,662) at 20240405153230571 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/au1200fb.c' (46,663) at 20240405153052185 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/command_table_helper_dce60.h' (46,664) at 20210309003649464 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.hpp' (46,665) at 20241205090004235 to deleted uid set 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml' (46,666) at 20240405153229799 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/tegra186-powergate.h' (46,667) at 20210308005003640 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nuvoton,npcm845-clk.yaml' (46,668) at 20240405153045025 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/wireless-hotkey.c' (46,669) at 20240726080012862 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil.h' (46,670) at 20210308005003336 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ftdi_sio.c' (46,671) at 20240405153231567 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-ps3.c' (46,672) at 20220525020654275 2025-03-14 03:00:48.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_nest1.decode' (46,673) at 20210308005046389 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_report.cpp' (46,674) at 20240904080048947 to deleted uid set 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_flash.c' (46,675) at 20240405153051593 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/dmi.h' (46,676) at 20240405153045937 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/ecb_cbc_helpers.h' (46,677) at 20240405153046361 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/test-fdt-overlay-stacked.dts' (46,678) at 20210308005003744 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/sfp-phylink.rst' (46,679) at 20240405153045241 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/kona-common/clk.h' (46,680) at 20210308005002676 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-var-dt6customboard.dts' (46,681) at 20240405153045505 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-powerreset@.target' (46,682) at 20220301040040077 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x05_channel.h' (46,683) at 20210307214928082 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/vexpress.c' (46,684) at 20240906080037200 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,dp83869.yaml' (46,685) at 20240405153045121 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/Kconfig' (46,686) at 20240405153051197 2025-03-14 03:00:48.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_admin_defs.h' (46,687) at 20240405153049785 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gateworks,pld-gpio.txt' (46,688) at 20210307214925318 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizbox2-2.dts' (46,689) at 20240405153045465 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zed' (46,690) at 20211006000025246 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f01.c' (46,691) at 20220525020653183 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/layer2.h' (46,692) at 20210307214928546 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/check-interrupt' (46,693) at 20241102080011310 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-nettle.c' (46,694) at 20241211090212230 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_bmerge.S' (46,695) at 20230925080040101 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/pdm360ng.dts' (46,696) at 20210307214926358 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/fl512.c' (46,697) at 20240405153046897 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/queue.h' (46,698) at 20210308005046049 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/host/x86_64/host-signal.h' (46,699) at 20221215040039062 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth.h' (46,700) at 20240326080039742 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_self_refresh_helper.c' (46,701) at 20210307214927766 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/trace.h' (46,702) at 20210308005046253 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/softfloat-macros' (46,703) at 20210307214925978 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6b-io.dts' (46,704) at 20240405153229967 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ampere-boot-progress.service' (46,705) at 20230529080011979 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7360.dtsi' (46,706) at 20210307214926190 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.2.bb' (46,707) at 20231126090012805 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts' (46,708) at 20220525020651902 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/malloc_simple.c' (46,709) at 20210308005003228 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-boundary-read.c' (46,710) at 20230421080019768 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/wow.h' (46,711) at 20240405153050689 2025-03-14 03:00:48.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/u-boot-nds32.h' (46,712) at 20210308005002824 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/conf-notes.txt' (46,713) at 20220913030020496 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c' (46,714) at 20240405153230379 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/escape-outside-string.err' (46,715) at 20210308005046405 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/Makefile' (46,716) at 20210308005003036 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_a64_defconfig' (46,717) at 20210308005003272 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m0.dtsi' (46,718) at 20240405153229963 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/wlan_cfg.h' (46,719) at 20240405153050613 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/netboot/netboot' (46,720) at 20221206040017633 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker' (46,721) at 20241211090212534 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_beep.h' (46,722) at 20221102030020989 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mxc.c' (46,723) at 20210308005003484 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_rtl8_4.c' (46,724) at 20240405153053233 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/persistent_json_storage.cpp' (46,725) at 20240808080032608 to deleted uid set 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h' (46,726) at 20220525020652967 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-lochnagar.c' (46,727) at 20240405153051309 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qmp-event.c' (46,728) at 20221215040039258 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_rw.cpp' (46,729) at 20210308005108645 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/biosemui.h' (46,730) at 20210308005003336 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (46,731) at 20240113090014528 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1024_ids.c' (46,732) at 20210308005002832 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/042_intel-fsp.dts' (46,733) at 20210308005003752 2025-03-14 03:00:48.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4/0001-Allow-building-gir-in-cross-environments.patch' (46,734) at 20230114040015470 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev67-strcat.S' (46,735) at 20240405153229855 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-tgl-flakes.txt' (46,736) at 20240405153230531 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pxe1610.c' (46,737) at 20240405153048869 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS2.conf' (46,738) at 20230606080013598 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/send_signal_sched_switch.c' (46,739) at 20240405153054261 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/TableSortMixin.js' (46,740) at 20220105012522983 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/sigtrap.c' (46,741) at 20240405153054173 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/seccomp.h' (46,742) at 20220525020652114 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/sysfs.h' (46,743) at 20240405153052541 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/hdq1w.h' (46,744) at 20210307214925914 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/axis/Makefile' (46,745) at 20240405153045425 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0005-Add-rmb-definition-for-NIOS2-architecture.patch' (46,746) at 20210407000018082 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/tegra-aconnect.c' (46,747) at 20210307214926934 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/apple,sart.yaml' (46,748) at 20240405153045089 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/sifive_clint.c' (46,749) at 20210308005002844 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/index.rst' (46,750) at 20220525020651778 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/Kconfig' (46,751) at 20210307214928690 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkDeviceFunction_v1.xml' (46,752) at 20240619080002932 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/common.h' (46,753) at 20240405153046049 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/sigreturn32.S' (46,754) at 20240405153045873 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98088.c' (46,755) at 20240805080014067 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/yp-download.png' (46,756) at 20230503080014607 to deleted uid set 2025-03-14 03:00:48.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp464.c' (46,757) at 20240405153230667 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_quota.c' (46,758) at 20240405153053333 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-common.dtsi' (46,759) at 20210308005002576 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_fcu_controls.c' (46,760) at 20240405153049225 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388.dtsi' (46,761) at 20210308005002568 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2605_defconfig' (46,762) at 20220215040051528 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/020' (46,763) at 20210927100127473 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/pgood_wait.c' (46,764) at 20241010080036061 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/.gitignore' (46,765) at 20220211040006541 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c' (46,766) at 20240830080013255 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/cn10k_cpt.h' (46,767) at 20240405153046961 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/am300epd.c' (46,768) at 20240405153045673 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-vesnin.dts' (46,769) at 20240405153045417 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vvar.h' (46,770) at 20210307214926682 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch' (46,771) at 20220204040022688 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lx6464es/lx_core.h' (46,772) at 20210307214932266 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm96368mvwg.dts' (46,773) at 20220525020651990 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig' (46,774) at 20210308005003240 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/spu_info.h' (46,775) at 20210307214926390 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx_rngc.c' (46,776) at 20241211090212294 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/omap_lcdc.c' (46,777) at 20230426080043688 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch' (46,778) at 20220618030015190 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-virtio' (46,779) at 20210308005046237 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cgrl-unaligned.S' (46,780) at 20230426080043952 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/olympus-nuvoton-inventory-cleanup.bb' (46,781) at 20241206090014278 2025-03-14 03:00:48.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/runstate.h' (46,782) at 20240906080037348 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_ucode_ptr.c' (46,783) at 20210308005003756 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_common_defs.h' (46,784) at 20210307214928390 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sync_file_range.c' (46,785) at 20210307214932578 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/proc.c' (46,786) at 20240405153052257 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/booting.rst' (46,787) at 20240405153229835 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (46,788) at 20241206090014286 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/google/google_service_root.hpp' (46,789) at 20240817080003175 to deleted uid set 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mfgcfg.txt' (46,790) at 20210309003648324 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-l2-cache.c' (46,791) at 20220429100100394 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby_3.3.6.bb' (46,792) at 20241221090017672 to deleted uid set 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb' (46,793) at 20241221090017552 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.intelcpusensor.service' (46,794) at 20220813030004565 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c' (46,795) at 20240405153048653 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/current.h' (46,796) at 20210307214926058 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb' (46,797) at 20241221090017668 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-sun4i.c' (46,798) at 20210309003651312 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mpq7920.h' (46,799) at 20210307214930194 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon-tacoma/obmc/fan-watchdog/reset-fan-watchdog.conf' (46,800) at 20230804080018099 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/tpo,tpg110.yaml' (46,801) at 20240405153045045 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/jh7110-trng.c' (46,802) at 20240405153230199 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/file.c' (46,803) at 20210307214931070 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/sound/tlv320aic31xx-micbias.h' (46,804) at 20210308005003644 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/vsock_virtio_transport_common.h' (46,805) at 20220525020654659 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_dma.c' (46,806) at 20240405153230603 2025-03-14 03:00:48.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/sprd-dma.h' (46,807) at 20210307214931378 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/cxl_pmu.c' (46,808) at 20240405153231303 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/close_window_v2.c' (46,809) at 20230809080010799 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/brcmstb_thermal.c' (46,810) at 20240405153231495 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-kernel/linux/linux-aspeed/ampere.cfg' (46,811) at 20221118040015022 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/Makefile' (46,812) at 20210307214926270 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/__init__.py' (46,813) at 20241221090017624 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.c' (46,814) at 20210308005003016 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/journal.cpp' (46,815) at 20241002080024874 to deleted uid set 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch' (46,816) at 20230131040012031 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/fw_lib.sh' (46,817) at 20240405153054305 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/omap-iommu.h' (46,818) at 20210307214931462 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/hotplug-memory.c' (46,819) at 20241011080017291 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/legoev3.h' (46,820) at 20210308005003600 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-tch-td16.rst' (46,821) at 20210309003648500 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-versioneer_0.29.bb' (46,822) at 20230813080012860 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c' (46,823) at 20240405153050257 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_qspi_defconfig' (46,824) at 20210308005003264 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/msi-howto.rst' (46,825) at 20240405153045281 2025-03-14 03:00:48.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts' (46,826) at 20240628080013977 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-common.c' (46,827) at 20240405153049525 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/dmaengine_pcm.h' (46,828) at 20240726080012870 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/Cper.c' (46,829) at 20241114091008828 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/rtl8169.c' (46,830) at 20210308005003444 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-readsw-armv3.S' (46,831) at 20210307214925870 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml' (46,832) at 20240405153045109 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/reiserfs_private.h' (46,833) at 20210308005003548 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/vma_pages.cocci' (46,834) at 20210307214932138 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0017_distro_clone.py' (46,835) at 20210307205554262 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-timeout.patch' (46,836) at 20230317080013793 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf-sys.h' (46,837) at 20210309003655928 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/processor.c' (46,838) at 20240405153232271 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/cpld-gpio-bus.h' (46,839) at 20210308005002904 2025-03-14 03:00:48.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-global/staging.bbclass' (46,840) at 20241221090017608 to deleted uid set 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json' (46,841) at 20241016080024698 to deleted uid set 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fo' (46,842) at 20210308005046145 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/codel_impl.h' (46,843) at 20240405153052841 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/digicolor_wdt.c' (46,844) at 20210307214930966 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/lib/lg2_logger.cpp' (46,845) at 20240820080027378 to deleted uid set 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/apic_common.c' (46,846) at 20241211090212282 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/apollohw.h' (46,847) at 20210307214926158 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c' (46,848) at 20240617080017386 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amilo-rfkill.c' (46,849) at 20240405153051397 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_addresses.c' (46,850) at 20210308005003728 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0007_auto_20160523_1446.py' (46,851) at 20210307205554262 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/dialog.h' (46,852) at 20240405153232103 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v6_0.c' (46,853) at 20210307214927250 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/.clang-format' (46,854) at 20210308005107065 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ioctl/ioctl-number.rst' (46,855) at 20240405153045309 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/pxa2xx_udc.h' (46,856) at 20240405153052769 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/chrp_nvram.c' (46,857) at 20210308005045925 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/ncurses_6.5.bb' (46,858) at 20241206090014318 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/utils.c' (46,859) at 20240405153046649 2025-03-14 03:00:48.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/251' (46,860) at 20220429100100914 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/nic0_qm0_regs.h' (46,861) at 20240405153046597 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg_funcs.py' (46,862) at 20240906080037476 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/http_utility.hpp' (46,863) at 20241228090003719 to deleted uid set 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/page.S' (46,864) at 20240405153045949 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/supern_2.h' (46,865) at 20220525020653667 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/kdebugfs.c' (46,866) at 20210307214926566 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/croserver_git.bb' (46,867) at 20241206090014270 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kallror' (46,868) at 20210307205553786 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/incompatible_lic.py' (46,869) at 20241221090017632 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/gpio.h' (46,870) at 20210308005002660 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/ntfs.h' (46,871) at 20210307214931198 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.fail' (46,872) at 20241206090014306 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/MAINTAINERS' (46,873) at 20210308005003004 2025-03-14 03:00:48.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_portals.c' (46,874) at 20210308005003400 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/nand.h' (46,875) at 20210308005003676 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54spi.h' (46,876) at 20210307214929866 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/cache.c' (46,877) at 20210308005002824 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_gem.c' (46,878) at 20241211090145425 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/armada_drm.h' (46,879) at 20210307214931618 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (46,880) at 20240904080027730 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc6_cfg_regs.h' (46,881) at 20240405153046605 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pca9552-test.c' (46,882) at 20240906080037572 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/wwan_core.c' (46,883) at 20241104090011587 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795.dtsi' (46,884) at 20210308005002600 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rockchip_sound.c' (46,885) at 20210308005003488 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/davinci/vpfe_types.h' (46,886) at 20210307214931542 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/team/config' (46,887) at 20240405153232267 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-fru.yaml' (46,888) at 20210307205553694 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/zynq-7000.txt' (46,889) at 20210307214925294 2025-03-14 03:00:48.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_memory.c' (46,890) at 20220525020652847 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb_ca_en50221.h' (46,891) at 20210307214931542 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hardirq.h' (46,892) at 20240405153052697 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ritsem' (46,893) at 20210307205553790 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/Kconfig.megaraid' (46,894) at 20240405153051657 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/clocksource.h' (46,895) at 20210307214926210 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb' (46,896) at 20241221090017684 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/clock_logger_main.cpp' (46,897) at 20230915080021805 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/ethtool.c' (46,898) at 20240405153049817 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/DENYLIST.s390x' (46,899) at 20240405153054241 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/process.c' (46,900) at 20240830080013247 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/074' (46,901) at 20220429100100886 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mv_sdhci.c' (46,902) at 20210308005003404 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pm81.c' (46,903) at 20240405153049229 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/am437x/am437x-vpfe.h' (46,904) at 20240405153230819 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/mips/safe-syscall.inc.S' (46,905) at 20220429100100406 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/cabletest.c' (46,906) at 20240405153053233 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/ax88796c_spi.c' (46,907) at 20240405153049817 2025-03-14 03:00:48.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz' (46,908) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_4_3_0_offset.h' (46,909) at 20240405153048125 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/rm200.c' (46,910) at 20210307214926294 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-ext-caps.h' (46,911) at 20210524100035046 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_dcscm/ast2600_dcscm.c' (46,912) at 20230720080043535 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hyp_image.h' (46,913) at 20220525020651946 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_booke.h' (46,914) at 20210309003648884 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/gateway_client.c' (46,915) at 20240405153053173 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-etb10.yaml' (46,916) at 20240405153045013 2025-03-14 03:00:48.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hip04.dtsi' (46,917) at 20240405153045437 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/bitmap.c' (46,918) at 20210307214932630 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcdc.h' (46,919) at 20240405153052205 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_drv.h' (46,920) at 20240411080014078 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/bpf/bpf_cgrp_storage.c' (46,921) at 20240405153052977 to deleted uid set 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/Kbuild' (46,922) at 20240405153048625 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.hpp' (46,923) at 20230309090021311 to deleted uid set 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/elf.h' (46,924) at 20210307214926174 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_qb.c' (46,925) at 20210308005046505 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cg14.c' (46,926) at 20240405153231579 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cyrus_P5020_defconfig' (46,927) at 20210308005003236 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-spi.c' (46,928) at 20220525020654147 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_payload.robot' (46,929) at 20240628080017117 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2400/Makefile' (46,930) at 20210308005002916 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974pro.dtsi' (46,931) at 20240405153045545 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-pll.c' (46,932) at 20210307214926998 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/Kconfig' (46,933) at 20220525020653571 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/lbus.h' (46,934) at 20240906080037332 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_autoattach.c' (46,935) at 20240405153054273 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/power.h' (46,936) at 20240405153052897 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone1000/base.cfg' (46,937) at 20220804030014671 2025-03-14 03:00:48.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/LICENSE' (46,938) at 20210308005047061 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ssv_dnp.c' (46,939) at 20240405153046905 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/map_kptr_fail.c' (46,940) at 20240405153054269 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-tpdm.rst' (46,941) at 20240405153045269 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/cadence/Makefile' (46,942) at 20210307214928722 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb' (46,943) at 20241221090017548 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_port.c' (46,944) at 20240405153051013 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/testmode.h' (46,945) at 20210307214929970 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/ti_handler.cpp' (46,946) at 20241022080016868 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-eiointc.c' (46,947) at 20240710080014589 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain.c' (46,948) at 20210308005045777 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv.c' (46,949) at 20241211090145385 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-dsi-cm.yaml' (46,950) at 20240405153229763 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init' (46,951) at 20210307205553954 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_8xx.h' (46,952) at 20240405153046133 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/Makefile' (46,953) at 20240405153046689 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/kaslr.c' (46,954) at 20240405153230295 2025-03-14 03:00:48.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash.inc' (46,955) at 20241206090014334 to deleted uid set 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_sysfs.c' (46,956) at 20240405153048489 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq4019.c' (46,957) at 20240405153230223 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fdomain_pci.c' (46,958) at 20210307214930314 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb' (46,959) at 20241221090017528 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/debug.c' (46,960) at 20210307214929782 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c' (46,961) at 20240812080017244 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-rz.c' (46,962) at 20240405153046833 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dpi.c' (46,963) at 20240405153230583 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/start.S' (46,964) at 20210308005002800 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/isert/Makefile' (46,965) at 20210307214928462 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso/timebase.h' (46,966) at 20240405153046129 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tpda.c' (46,967) at 20240405153048893 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx6sl-pinctrl.txt' (46,968) at 20210307214925394 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/README' (46,969) at 20210308005046525 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/dtv-demux.rst' (46,970) at 20240405153045193 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-m10-bmc-pmci.c' (46,971) at 20240405153049605 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/intro.rst' (46,972) at 20241221090017604 to deleted uid set 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pmtools/pmtools_git.bb' (46,973) at 20240301090012423 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/dbus_sensor_tester.bb' (46,974) at 20220427030012593 2025-03-14 03:00:48.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/flush_utils.h' (46,975) at 20220525020655227 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/gc.h' (46,976) at 20240405153052353 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/CLI11.wrap' (46,977) at 20220323030036807 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/locks/mini_lock.cocci' (46,978) at 20240405153053441 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/dcache.c' (46,979) at 20220525020654479 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-s3c.h' (46,980) at 20210307214930222 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/spl.h' (46,981) at 20210308005002848 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_int.h' (46,982) at 20240405153046705 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/hash.h' (46,983) at 20240405153054049 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/scan.c' (46,984) at 20241011080017339 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/close_window_v2.c' (46,985) at 20210308005108641 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricDefinitionCollection.json' (46,986) at 20240619080002948 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml' (46,987) at 20240405153045085 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/spaces.h' (46,988) at 20210307214926218 2025-03-14 03:00:48.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-kernel/linux/linux-aspeed_%.bbappend' (46,989) at 20241023080015407 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-text-align.S' (46,990) at 20210307214926134 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/syscalls.c' (46,991) at 20241211090212242 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch' (46,992) at 20241221090017540 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kwboot.c' (46,993) at 20210308005003764 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/reset/Makefile' (46,994) at 20210307214930886 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_autoload.c' (46,995) at 20210309003655984 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile' (46,996) at 20240405153047201 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2022-0529.patch' (46,997) at 20220721030015881 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/fsp2.h' (46,998) at 20210307214926450 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/utility.hpp' (46,999) at 20230513080027502 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/bestcomm/bestcomm.h' (47,000) at 20210307214931390 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/test.c' (47,001) at 20240725080010424 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (47,002) at 20240712080022837 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts' (47,003) at 20210308005002624 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/bnx2fc.rst' (47,004) at 20210307214925558 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun50i-a64-ccu.h' (47,005) at 20210308005003640 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_mmu.c' (47,006) at 20241211090145429 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/fd.c' (47,007) at 20240617080017406 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_hal.c' (47,008) at 20240405153231263 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/gpg_sign.py' (47,009) at 20230503080014611 2025-03-14 03:00:48.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/adi,max77541.yaml' (47,010) at 20240405153045105 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/ia64/include/asm/barrier.h' (47,011) at 20210512100029346 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu.svg' (47,012) at 20210308005046549 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-core.h' (47,013) at 20240405153051493 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-spdx-licenses.py' (47,014) at 20220402030016247 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/exynos4210_mct.c' (47,015) at 20241211090212342 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ltc3815.c' (47,016) at 20240405153048869 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/sys_proto.h' (47,017) at 20210308005002644 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_spapr.c' (47,018) at 20241211090212342 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-asm9260.c' (47,019) at 20240405153051493 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-qemu/qemu.h' (47,020) at 20210308005002876 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr4.yaml' (47,021) at 20240405153045101 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ps-io-affinity.c' (47,022) at 20240405153049249 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sys_proto.h' (47,023) at 20210308005002640 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_b.c' (47,024) at 20210308005046509 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-sysfs/.clang-format' (47,025) at 20241219090024740 to deleted uid set 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service' (47,026) at 20210908000029103 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/Makefile' (47,027) at 20210307214932182 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/Kconfig' (47,028) at 20240405153049469 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/clk-pll.c' (47,029) at 20210308005003348 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fixedbds/fixedbds_1.0/ia_css_fixedbds_param.h' (47,030) at 20210307214930554 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/samsung.S' (47,031) at 20210309003648680 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/run-command.h' (47,032) at 20210307214932494 2025-03-14 03:00:48.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_irq.c' (47,033) at 20240405153230567 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/vi.h' (47,034) at 20240405153051865 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game-crates.inc.upgraded' (47,035) at 20241206090014294 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/Makefile' (47,036) at 20210307214926290 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/cxlflash_ioctl.h' (47,037) at 20210307214931690 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/at-All' (47,038) at 20210307205553762 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/elf.c' (47,039) at 20240405153054317 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func12.c' (47,040) at 20240405153054277 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/mapping.c' (47,041) at 20220525020653575 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drx_driver_version.h' (47,042) at 20210307214928618 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf-dma-sg.h' (47,043) at 20210309003653948 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/mapped-ram.rst' (47,044) at 20241211090212234 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/dbusdoc.py' (47,045) at 20220429100100422 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/trace-events' (47,046) at 20210927100127413 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/cdns,rtc.txt' (47,047) at 20210307214925414 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' (47,048) at 20241012080019916 to deleted uid set 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-con-str.h' (47,049) at 20230925080040077 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-arndale.dts' (47,050) at 20240405153045569 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/disk-io.h' (47,051) at 20240405153231619 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2015-7696.patch' (47,052) at 20210307205554574 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vma_resource.c' (47,053) at 20240405153048541 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_tegra.c' (47,054) at 20240405153232131 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-graph-fp' (47,055) at 20240405153054161 2025-03-14 03:00:48.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xive/Kconfig' (47,056) at 20210307214926486 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_updater_unittest.cpp' (47,057) at 20240817080027660 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/yamon-dt.c' (47,058) at 20220525020651998 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/bashism.patch' (47,059) at 20210307205553938 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/FileHandle.cpp' (47,060) at 20240817080004295 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/cpu_ca53_cfg_regs.h' (47,061) at 20240405153046601 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_wrap.c' (47,062) at 20240405153232079 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/db8500-prcmu-regs.h' (47,063) at 20220525020653343 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gma_device.h' (47,064) at 20210307214927778 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hunnebostrand' (47,065) at 20210307205553782 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/qfw.c' (47,066) at 20210308005003216 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dtpm.h' (47,067) at 20240405153052685 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xor.h' (47,068) at 20240405153045865 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_ethtool.c' (47,069) at 20240418080014494 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/virtual-memory.json' (47,070) at 20240405153054141 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/byteorder.h' (47,071) at 20210308005002888 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/relocate-rela.c' (47,072) at 20210308005003772 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/sth.h' (47,073) at 20210307214928150 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fpu.h' (47,074) at 20220525020652026 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/opos6uldev_defconfig' (47,075) at 20210308005003272 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-ac-power-supply.yaml' (47,076) at 20240405153045141 2025-03-14 03:00:48.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu.c' (47,077) at 20241211090212494 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png' (47,078) at 20210307205554330 to deleted uid set 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh' (47,079) at 20220405030025645 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/ucd90160.cpp' (47,080) at 20230511080035563 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_fcntl.h' (47,081) at 20210927100127269 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/chip.h' (47,082) at 20210307214930946 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-cmm.dts' (47,083) at 20240405153229863 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-ippool-Port-to-ppp-2.5-APIs.patch' (47,084) at 20230609080014391 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/Kbuild' (47,085) at 20210309003648560 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/settings' (47,086) at 20220525020655215 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/palcode-clipper' (47,087) at 20210927100127313 to deleted uid set 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-wiimote.h' (47,088) at 20240405153048825 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGDL-Taiwan-1.0' (47,089) at 20211006000025242 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/Makefile' (47,090) at 20210308005002784 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/maps.c' (47,091) at 20240613080016563 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/Kbuild' (47,092) at 20210309003648804 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/c2port.rst' (47,093) at 20210309003648432 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bi2cp/README.md' (47,094) at 20221209040019091 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/spl.h' (47,095) at 20210308005002644 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c' (47,096) at 20220525020654167 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass' (47,097) at 20230209040014209 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.h' (47,098) at 20210309003649432 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb' (47,099) at 20241221090017496 to deleted uid set 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Thueringen' (47,100) at 20210307205553766 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/stm32_hwspinlock.c' (47,101) at 20210308005003380 2025-03-14 03:00:48.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-firmware-acpi' (47,102) at 20210307214925182 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/Kconfig' (47,103) at 20210307214928694 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed_%.bbappend' (47,104) at 20211216040034756 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/run-qemu-robot-test.sh' (47,105) at 20221208040016922 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_w.c' (47,106) at 20210308005046509 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pllv3.c' (47,107) at 20240405153046789 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-jsk.dts' (47,108) at 20240405153045489 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sparc/util/Build' (47,109) at 20210307214932518 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua/run-ptest' (47,110) at 20220125040024499 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_qsort.c' (47,111) at 20210308005003556 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c' (47,112) at 20240405153232259 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapperEntry/meson.build' (47,113) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-ixdpg425.dts' (47,114) at 20240405153045437 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/cdx_rpmsg.c' (47,115) at 20240405153230199 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/frontend.json' (47,116) at 20240405153054137 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7_6.6.bb' (47,117) at 20240413080012667 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/spear1310_clock.c' (47,118) at 20240405153230243 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/meson.build' (47,119) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/Makefile' (47,120) at 20220525020654287 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-tanix-tx3mini.c' (47,121) at 20210307214928782 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/common.h' (47,122) at 20240405153053237 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/u-boot-aspeed-sdk/transformers-ast2600.cfg' (47,123) at 20211013000033044 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/exynos-uboot-spl.lds' (47,124) at 20210308005003044 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/phosphor-fan-monitor@.service' (47,125) at 20240918080013376 to deleted uid set 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/globalhandler.cpp' (47,126) at 20240829080022538 to deleted uid set 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/Kconfig' (47,127) at 20210308005002948 2025-03-14 03:00:48.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk.c' (47,128) at 20210307214926998 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/termios.h' (47,129) at 20240617080017378 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml' (47,130) at 20240405153045157 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/mvebu_v7_defconfig' (47,131) at 20240405153045617 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libusb/libusb1/run-ptest' (47,132) at 20210307205554622 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/thermal.h' (47,133) at 20220525020652154 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/mcp89.c' (47,134) at 20220525020652959 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_structs.h' (47,135) at 20221215040039210 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx6.c' (47,136) at 20240906080037192 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/gpio.h' (47,137) at 20210308005002672 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/thresholds.hpp' (47,138) at 20231201090035486 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbp22.h' (47,139) at 20210307214928630 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/bitsperlong.h' (47,140) at 20210307214926066 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/power.c' (47,141) at 20240405153046645 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/budget-ci.c' (47,142) at 20240405153230795 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8dx.dtsi' (47,143) at 20210308005002580 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/trousers_git.bb' (47,144) at 20241206090014282 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/lib/lzx_decompress.c' (47,145) at 20220525020654463 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/dbgfs.c' (47,146) at 20240405153049429 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/Makefile' (47,147) at 20210307214932442 2025-03-14 03:00:48.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/time.c' (47,148) at 20220525020652006 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/core/quirks.c' (47,149) at 20240719080013361 to deleted uid set 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/MAINTAINERS' (47,150) at 20210308005002904 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c' (47,151) at 20210308005046513 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/version_gen.h' (47,152) at 20210308005003728 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/utils.c' (47,153) at 20240405153230715 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/arch-ag102/ag102.h' (47,154) at 20210308005002824 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/link.c' (47,155) at 20210307214929774 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony_4.5.bb' (47,156) at 20241206090014242 to deleted uid set 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/Mp_Precomp.h' (47,157) at 20220525020654179 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/Kbuild' (47,158) at 20240405153048637 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_xcvr.h' (47,159) at 20240405153053929 2025-03-14 03:00:48.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/test-cpp-example.cpp' (47,160) at 20240106090017253 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu71_discrete.h' (47,161) at 20240405153048337 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_devlink.h' (47,162) at 20240405153049957 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_plane.h' (47,163) at 20240405153231795 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-kp-ddc.dts' (47,164) at 20240405153045493 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-kwork.txt' (47,165) at 20240405153232219 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_state.c' (47,166) at 20241008080013907 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_pcm.c' (47,167) at 20220525020654987 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_xenstore.c' (47,168) at 20240906080037228 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/builderthread.py' (47,169) at 20210308005003756 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc' (47,170) at 20240529080017843 to deleted uid set 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dahash_test.c' (47,171) at 20240405153052589 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (47,172) at 20210812000025162 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/compr.h' (47,173) at 20240405153052389 2025-03-14 03:00:48.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_rpc.c' (47,174) at 20240405153230799 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/146.out' (47,175) at 20240326080039730 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/vr-3032u.c' (47,176) at 20210308005002948 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/suspend.S' (47,177) at 20240405153045649 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed.h' (47,178) at 20240326080039386 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/0001-Use-native-mtp-hotplug.patch' (47,179) at 20210307205553878 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/Kconfig' (47,180) at 20210308005003336 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/mvebu-mbus.txt' (47,181) at 20210307214925282 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h' (47,182) at 20210308005002836 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-smbus.c' (47,183) at 20240815080012883 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/ipmitool.c' (47,184) at 20210308004938832 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/versatile_defconfig' (47,185) at 20240405153045617 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/dnotify/dnotify.c' (47,186) at 20240405153231707 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/LICENSE' (47,187) at 20210721000004738 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/vmw_vsock/virtio_transport_common.c' (47,188) at 20241125090012267 to deleted uid set 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/lapb.h' (47,189) at 20241220090018326 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-pxa-usb.c' (47,190) at 20240405153231311 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/wm8350_power.c' (47,191) at 20240405153051441 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/run-ptest' (47,192) at 20210307205554558 2025-03-14 03:00:48.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeFunction_v1.xml' (47,193) at 20240619080002932 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/nterr.h' (47,194) at 20240405153052517 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/lpddr2.c' (47,195) at 20210308005002992 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c' (47,196) at 20241008080013939 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.c' (47,197) at 20240405153050641 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/valgrind-make-ld-XXX.so-strlen-intercept-optional.patch' (47,198) at 20241206090014334 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/sddr09.c' (47,199) at 20210307214930874 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (47,200) at 20241226090016127 2025-03-14 03:00:48.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-3.4.rst' (47,201) at 20230114040015518 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Port.v1_14_0.json' (47,202) at 20240918080002724 to deleted uid set 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend' (47,203) at 20241206090014230 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/tegra186-reset.h' (47,204) at 20210307214931350 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_pf.c' (47,205) at 20241115090012953 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/devtool.py' (47,206) at 20241206090014306 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/fprobe/fprobe_example.c' (47,207) at 20240405153053429 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/mmu.h' (47,208) at 20210307214926762 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/decode.h' (47,209) at 20220525020654555 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/MAINTAINERS' (47,210) at 20210308005003004 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-acer-a500-picasso.dts' (47,211) at 20240405153229879 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme0_qm_regs.h' (47,212) at 20240405153046577 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts' (47,213) at 20240405153229891 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-lpss.h' (47,214) at 20240405153049605 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/leds.h' (47,215) at 20210307214931886 2025-03-14 03:00:48.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/scripts/parse_registries.py' (47,216) at 20241228090003723 to deleted uid set 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/elog-errors.hpp' (47,217) at 20240820080038646 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-testsuite_2.43.1.bb' (47,218) at 20241221090017648 to deleted uid set 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/socfpga.c' (47,219) at 20240405153230299 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/riva_hw.c' (47,220) at 20220525020654319 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/meson.build' (47,221) at 20220913030027321 to deleted uid set 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/Kconfig' (47,222) at 20241008080013895 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_abs.S' (47,223) at 20230925080040101 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_fb.c' (47,224) at 20240405153048677 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/motionpro.dts' (47,225) at 20210307214926354 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/lirc.h' (47,226) at 20240405153052925 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BlackHill' (47,227) at 20210307205553794 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-mirroruboot.service.in' (47,228) at 20210308005100305 to deleted uid set 2025-03-14 03:00:48.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/vsxxxaa.c' (47,229) at 20240405153049153 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-goldfish.c' (47,230) at 20240405153051497 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qmp-shell' (47,231) at 20221215040039270 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst' (47,232) at 20241221090017584 to deleted uid set 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils_9.28.0.bb' (47,233) at 20241221090017496 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/debug.c' (47,234) at 20240405153050701 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-hisi-tv-demo.c' (47,235) at 20210307214928782 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/images/COPYING-logo' (47,236) at 20240405153045221 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-38x.dtsi' (47,237) at 20240405153045449 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_hdmi.c' (47,238) at 20241001080013032 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/meson.build' (47,239) at 20220913030027305 to deleted uid set 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/intercontrol.bmp' (47,240) at 20210308005003768 to deleted uid set 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv32-softmmu.mak' (47,241) at 20240906080037160 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_exch.c' (47,242) at 20240405153051617 2025-03-14 03:00:48.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/kionix,kxsd9.yaml' (47,243) at 20240405153045065 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8400.c' (47,244) at 20240405153053817 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.0.bb' (47,245) at 20241221090017548 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-abt-y030xx067a.c' (47,246) at 20240405153230611 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp809.dtsi' (47,247) at 20210308005002572 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3007-remove-xorg-related-link-libs.patch' (47,248) at 20230114040015494 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-net.c' (47,249) at 20241211090212330 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/sys_info.c' (47,250) at 20210308005002756 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1017-sdca-sdw.h' (47,251) at 20240405153232155 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_recv.h' (47,252) at 20240405153051905 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c' (47,253) at 20240405153050133 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/Kconfig' (47,254) at 20210307214927782 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/init.c' (47,255) at 20240405153050713 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/blkif.h' (47,256) at 20240326080039546 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/Makefile' (47,257) at 20210307214929910 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/termbits.h' (47,258) at 20210308005046085 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/rdma.c' (47,259) at 20240405153052993 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/mx6sllevk.c' (47,260) at 20210308005002984 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/trace_book3s.h' (47,261) at 20210307214926430 2025-03-14 03:00:48.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/adjtick.c' (47,262) at 20240405153054377 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-clt-stats.c' (47,263) at 20240405153049125 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_uc.h' (47,264) at 20240405153050345 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml' (47,265) at 20240405153045073 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/bitmain/bm1880.dtsi' (47,266) at 20220525020651906 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167-vdec.c' (47,267) at 20240405153230211 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523' (47,268) at 20210309003648252 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_vclk.c' (47,269) at 20240613080016403 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h' (47,270) at 20241118090018495 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_mmu.c' (47,271) at 20210307214930574 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/st_magn_core.c' (47,272) at 20240405153049005 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8580.h' (47,273) at 20210307214932354 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/kexec.h' (47,274) at 20210307214926214 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/linux-cdc-acm.inf' (47,275) at 20210307214925590 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/df_v3_6.c' (47,276) at 20240405153047133 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-ampere.h' (47,277) at 20241114091008832 to deleted uid set 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onchange-action-hist.tc' (47,278) at 20240405153054305 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/spl_minimal.c' (47,279) at 20210308005002988 2025-03-14 03:00:48.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mux.h' (47,280) at 20240405153046801 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-img.c' (47,281) at 20240906080037436 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wsa883x.c' (47,282) at 20241011080017407 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/flexfilelayout/flexfilelayoutdev.c' (47,283) at 20240405153052417 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/nrf51.h' (47,284) at 20210308005046005 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/types.h' (47,285) at 20210307214926246 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/pr-manager.rst' (47,286) at 20210308005045809 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/event_fifo_public.h' (47,287) at 20210307214930546 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/phonet/pep.h' (47,288) at 20240405153052861 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/gptu.c' (47,289) at 20240405153230015 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Wsuipa' (47,290) at 20211006000025246 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-file-tiff-load-fix-mismatching-variable-type.patch' (47,291) at 20241206090014234 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm1021.c' (47,292) at 20240405153048841 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/hmm.c' (47,293) at 20240405153053125 2025-03-14 03:00:48.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/psu-monitoring.md' (47,294) at 20221209040006391 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/ep0.c' (47,295) at 20210308005003500 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asgiref/run-ptest' (47,296) at 20240301090012431 to deleted uid set 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/cmsg_time.sh' (47,297) at 20240405153054337 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css' (47,298) at 20210307205554270 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/0001-Remove-modules_clean-from-clean-target.patch' (47,299) at 20210307205553886 to deleted uid set 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-common/cpu/addrspace.h' (47,300) at 20210307214926554 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml' (47,301) at 20210730100031453 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/battery.hpp' (47,302) at 20221229040004411 to deleted uid set 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mmap.h' (47,303) at 20240405153052897 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/CVE-2024-6655.patch' (47,304) at 20241221090017524 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/Makefile' (47,305) at 20210307214929610 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/snprintf_btf.c' (47,306) at 20240405153054261 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cros_ec_proto.h' (47,307) at 20240405153052765 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/utrap.h' (47,308) at 20210307214926590 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/attributes.h' (47,309) at 20240405153231799 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/apm_bios.h' (47,310) at 20210307214931354 2025-03-14 03:00:48.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/classes/otptool.bbclass' (47,311) at 20230110040015912 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_sysfs.c' (47,312) at 20240405153052609 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g2.c' (47,313) at 20240405153049493 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/Kconfig' (47,314) at 20210308005003452 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-apbh.h' (47,315) at 20210308005002676 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync.rs' (47,316) at 20240405153053421 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/acceptable.py' (47,317) at 20220120040024748 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/safec' (47,318) at 20210307205553870 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/build_bug.h' (47,319) at 20240405153054049 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sandbox.c' (47,320) at 20210308005003332 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun20i-d1.h' (47,321) at 20240405153046853 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-inject.c' (47,322) at 20241008080014051 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv730d.h' (47,323) at 20210307214928022 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/memmove.S' (47,324) at 20240405153230003 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12.dtsi' (47,325) at 20240805080013915 2025-03-14 03:00:48.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/auxtrace.c' (47,326) at 20240405153054085 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/byteorder.h' (47,327) at 20210307214926178 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_raw.c' (47,328) at 20210308004938828 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/Makefile.interfaces.in' (47,329) at 20210308005057105 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml' (47,330) at 20240405153045177 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/swab.h' (47,331) at 20210307214926250 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/181.out' (47,332) at 20210308005046457 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml' (47,333) at 20240405153229787 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/uart.h' (47,334) at 20210308005002644 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch' (47,335) at 20240127090011884 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/rfcomm/Makefile' (47,336) at 20210307214931890 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFAP' (47,337) at 20211006000025234 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/phosphor-wait-power-off@.service' (47,338) at 20240730080012557 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-mv784mp-gp/Makefile' (47,339) at 20210308005002904 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/non-repro-meta-filesystems.inc' (47,340) at 20241221090017484 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-tea5777.c' (47,341) at 20210307214928770 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cec.h' (47,342) at 20241011080017375 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/debug_hw.c' (47,343) at 20220525020653035 2025-03-14 03:00:48.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53evk.h' (47,344) at 20210308005003604 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/monitor.c' (47,345) at 20240326080039366 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-gpio-vbus-usb.c' (47,346) at 20240405153052125 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cxl_mem.h' (47,347) at 20240405153052909 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/sock.c' (47,348) at 20240913080013857 to deleted uid set 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/pcie.c' (47,349) at 20240405153050565 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4qds.dtsi' (47,350) at 20210307214926342 2025-03-14 03:00:48.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/dma.c' (47,351) at 20210307214927110 2025-03-14 03:00:48.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/usb.c' (47,352) at 20240405153050649 to deleted uid set 2025-03-14 03:00:48.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/57xx_iscsi_constants.h' (47,353) at 20210307214930298 2025-03-14 03:00:48.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/CLI11.wrap' (47,354) at 20230809080029971 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2781.c' (47,355) at 20240405153052233 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlmglue.h' (47,356) at 20220525020654471 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770.c' (47,357) at 20241211090145429 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-hw.h' (47,358) at 20240405153049369 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/processor-flags.h' (47,359) at 20240405153046393 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/watchdog.h' (47,360) at 20210307214926554 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/attr.c' (47,361) at 20210308005003540 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_SECURE_BOOT_defconfig' (47,362) at 20210308005003244 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ab-b5ze-s3.c' (47,363) at 20240405153051489 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb' (47,364) at 20240413080012663 to deleted uid set 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sm8150.h' (47,365) at 20240405153052649 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/bpf/Makefile' (47,366) at 20210307214932166 2025-03-14 03:00:48.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qdict.c' (47,367) at 20221215040039266 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/internal.h' (47,368) at 20240405153053021 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/events.h' (47,369) at 20240405153231883 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/colibri_pxa270.c' (47,370) at 20210308005003084 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Seinajoki' (47,371) at 20210307205553770 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/sigreturn.c' (47,372) at 20220525020655235 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c' (47,373) at 20210308005002712 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.gitignore' (47,374) at 20210518000042341 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_vboot.py' (47,375) at 20210308005003744 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/RestrictionMode/meson.build' (47,376) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aegis128-core.c' (47,377) at 20220525020652210 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c' (47,378) at 20240405153047129 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_ide.c' (47,379) at 20210307214926270 2025-03-14 03:00:48.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.h' (47,380) at 20240405153048633 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpufreq/amd-pstate.c' (47,381) at 20241211090145401 to deleted uid set 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/lpc32xx-udc.txt' (47,382) at 20210307214925450 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig' (47,383) at 20210308005003248 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpimsginit.h' (47,384) at 20210307214932230 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' (47,385) at 20240326080039614 to deleted uid set 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-coldfire-qspi.c' (47,386) at 20240405153231459 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/gc.c' (47,387) at 20240405153232111 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/tests/test-utils.c' (47,388) at 20241219090010504 to deleted uid set 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/entry_points.cpp' (47,389) at 20240920080022619 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/sharpsl.c' (47,390) at 20240405153049701 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/radix.h' (47,391) at 20240405153230027 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ir35221-on-unbind@.service' (47,392) at 20210307205553698 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp2skb_meta.sh' (47,393) at 20210307214932122 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_cs43xx.c' (47,394) at 20210307214932270 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/MAINTAINERS' (47,395) at 20210308005003000 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/vexpress_common.c' (47,396) at 20210308005002916 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c' (47,397) at 20210308005002752 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apf27_defconfig' (47,398) at 20210308005003248 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4349.h' (47,399) at 20210307214932302 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/authz.json' (47,400) at 20230925080039977 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-device-swtpm-test.c' (47,401) at 20230426080043948 2025-03-14 03:00:48.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs_5.1.9.bb' (47,402) at 20241221090017496 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h' (47,403) at 20210307214926218 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/a.out.h' (47,404) at 20210307214926166 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/tw68-core.c' (47,405) at 20220525020653275 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/cs5536_vsm.h' (47,406) at 20210307214926222 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/spl_minimal.c' (47,407) at 20210308005002988 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/connector/usb-connector.yaml' (47,408) at 20240405153229759 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_translate_dcn32.c' (47,409) at 20240405153047289 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/grant-table.c' (47,410) at 20210309003649096 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/lbr.c' (47,411) at 20240405153046373 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/dsa.h' (47,412) at 20240405153053233 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fpga/index.rst' (47,413) at 20240405153045209 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-rc5.c' (47,414) at 20210307214928774 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.serial_multi' (47,415) at 20210308005003296 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/with_stress.sh' (47,416) at 20210307214932662 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-remote-test_git.bb' (47,417) at 20231011080016570 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/sensors.c' (47,418) at 20240405153047037 2025-03-14 03:00:48.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/ssb_private.h' (47,419) at 20210307214930478 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_psycho.c' (47,420) at 20240405153230091 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-aen.c' (47,421) at 20240405153232055 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/power-sequencer/ucd90160.hpp' (47,422) at 20230511080035563 to deleted uid set 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-berlin/Kconfig' (47,423) at 20210307214925870 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/init.c' (47,424) at 20210308005003432 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/joystick.h' (47,425) at 20210307214931410 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-all.json' (47,426) at 20220429100100882 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml' (47,427) at 20240405153045125 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy/run-ptest' (47,428) at 20230317080013785 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/cable_unittest.cpp' (47,429) at 20211014000010487 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/Kconfig' (47,430) at 20240405153052233 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/clamav.py' (47,431) at 20220721030015849 to deleted uid set 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios.h' (47,432) at 20210308005002884 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/cfb_console.c' (47,433) at 20230302090047762 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-mipi-dsi.c' (47,434) at 20240405153231311 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench_write_req.py' (47,435) at 20210927100127349 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/0002-fix-invalid-conversion-from-int-to-CURLoption.patch' (47,436) at 20241221090017496 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h' (47,437) at 20210307214926218 2025-03-14 03:00:48.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-super.c' (47,438) at 20240405153046861 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_chip.c' (47,439) at 20210307214930674 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/unicode.c' (47,440) at 20240405153231755 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/debug_global.h' (47,441) at 20210307214930542 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/extcon.h' (47,442) at 20240405153231807 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-pps' (47,443) at 20210307214925206 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-firmware.h' (47,444) at 20210307214928682 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/scan.c' (47,445) at 20210307214929966 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/gpio/greatlakes-gpio-monitor-register.bb' (47,446) at 20241221090017476 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-brcm-usb.c' (47,447) at 20240405153231307 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-blkdev.c' (47,448) at 20241211090212442 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/code_update_utils.robot' (47,449) at 20240627080021048 to deleted uid set 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-jvc-decoder.c' (47,450) at 20240405153049513 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/bitsperlong.h' (47,451) at 20210307214932458 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_of.c' (47,452) at 20240405153048565 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mtrr.h' (47,453) at 20210308005002880 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/sdio_intf.c' (47,454) at 20220525020654187 2025-03-14 03:00:48.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/xprt_rdma.h' (47,455) at 20240405153232083 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mmp_pdma.c' (47,456) at 20240405153047001 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_hdrs.h' (47,457) at 20240405153052873 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cryptd.c' (47,458) at 20240405153046533 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/input_formatter_public.h' (47,459) at 20210307214930546 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK03.boot' (47,460) at 20210307214932714 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tc_l2_redirect.sh' (47,461) at 20240405153053425 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/syscall.h' (47,462) at 20240405153045361 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb' (47,463) at 20240718080012383 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml' (47,464) at 20221207040023627 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/pie.h' (47,465) at 20240405153052861 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb' (47,466) at 20241221090017556 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/acpi-build.c' (47,467) at 20241211090212290 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/bcma_nand.c' (47,468) at 20240405153049689 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/mmap-smack-test_1.0.bb' (47,469) at 20241206090014286 2025-03-14 03:00:48.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/proc-pre-poweroff@.service.in' (47,470) at 20230513080022442 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_acc_regs.h' (47,471) at 20240405153046585 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/mctp-local.service' (47,472) at 20231023080013923 to deleted uid set 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config.hpp' (47,473) at 20240815080043904 to deleted uid set 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c' (47,474) at 20240405153230359 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/tools/meson.build' (47,475) at 20210507000042347 to deleted uid set 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/apm-emulation.c' (47,476) at 20240405153046745 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/coredump.h' (47,477) at 20240405153050605 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sata2-1.dtsi' (47,478) at 20210307214926350 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma2_core_regs.h' (47,479) at 20240405153046573 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x05_sync.h' (47,480) at 20210307214928082 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (47,481) at 20240719080014909 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/annotation_dict.bin' (47,482) at 20220604030008508 to deleted uid set 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_cpu.c' (47,483) at 20230426080043652 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/Kconfig.hz' (47,484) at 20210307214931706 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6memcal.h' (47,485) at 20210308005003604 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/slcr.c' (47,486) at 20240405153045693 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/pd.c' (47,487) at 20240405153050129 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081-luxul-xwr-1200.dts' (47,488) at 20240405153229871 2025-03-14 03:00:48.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mux_codec.c' (47,489) at 20240405153050969 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget' (47,490) at 20240405153044913 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/stm32f7-rcc.h' (47,491) at 20210308005003636 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/local.conf.sample' (47,492) at 20241221090017580 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8qxp-rsrc.c' (47,493) at 20220525020652310 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/i2c-dev.h' (47,494) at 20220525020654667 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_ip32.c' (47,495) at 20220525020653839 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/Kconfig' (47,496) at 20240405153051865 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_asrc_common.h' (47,497) at 20210307214932374 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/clock-tables.h' (47,498) at 20210308005002672 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/gv100.c' (47,499) at 20240405153048661 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_functions.h' (47,500) at 20210309003651228 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sysroot.py' (47,501) at 20220910030013405 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/floating-point.json' (47,502) at 20240405153054157 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_vpg.h' (47,503) at 20240405153047249 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-sse-exceptions.c' (47,504) at 20210308005046497 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.yaml' (47,505) at 20210307214925322 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand_spl.c' (47,506) at 20210308005003412 2025-03-14 03:00:48.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sprd.c' (47,507) at 20240405153230683 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigodj_dsp.c' (47,508) at 20220525020654995 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/snmp_trap.cpp' (47,509) at 20241213090042302 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc' (47,510) at 20241221090017488 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/Kconfig' (47,511) at 20240405153050389 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch' (47,512) at 20230317080013793 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/0001-Add-printf-format-and-silence-format-security-warnin.patch' (47,513) at 20210307205553814 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/user_ringbuf_success.c' (47,514) at 20240405153054281 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/0001-confiure.ac-Believe-the-cflags-from-environment.patch' (47,515) at 20220204040022684 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/prism2fw.c' (47,516) at 20240405153051953 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1-1g-4.dtsi' (47,517) at 20210307214926350 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/iowait.c' (47,518) at 20220525020653131 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/exec.h' (47,519) at 20210307214926110 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/smp-ops.h' (47,520) at 20240405153046313 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cmd_spl.h' (47,521) at 20210308005003572 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/Kconfig' (47,522) at 20210419100148337 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/hsw_ips.c' (47,523) at 20240405153048433 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/vmur.h' (47,524) at 20240405153051517 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-post-end.service' (47,525) at 20240105090012010 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/sleep.S' (47,526) at 20240520080015127 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispccp2.h' (47,527) at 20240405153049485 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/it.po' (47,528) at 20240906080037428 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cfi.c' (47,529) at 20240405153230063 2025-03-14 03:00:48.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb' (47,530) at 20241206090014286 to deleted uid set 2025-03-14 03:00:48.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c' (47,531) at 20240405153050245 2025-03-14 03:00:48.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/socorro-syms.bbclass' (47,532) at 20210812000025190 2025-03-14 03:00:48.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-tevii-nec.c' (47,533) at 20210307214928786 2025-03-14 03:00:48.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_base.c' (47,534) at 20240405153231427 to deleted uid set 2025-03-14 03:00:48.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/uncore-interconnect.json' (47,535) at 20240405153054157 2025-03-14 03:00:48.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_ecn.c' (47,536) at 20210307214932026 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_dp_types.h' (47,537) at 20240405153230391 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/machine/catalina.conf' (47,538) at 20240814080011471 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_bprm_opts.c' (47,539) at 20240405153054261 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/strncpy_from_user.c' (47,540) at 20240405153053101 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/async_memcpy.c' (47,541) at 20210307214926794 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.h' (47,542) at 20220525020652963 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/meson.build' (47,543) at 20221020030023426 2025-03-14 03:00:48.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/reg_booke.h' (47,544) at 20240405153046125 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/uncore-cache.json' (47,545) at 20240405153054129 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-device.rst' (47,546) at 20210309003648408 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/service_files/xyz.openbmc_project.eStoraged.service.in' (47,547) at 20240203090004878 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor/dependencies.conf' (47,548) at 20231107090016217 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ot1200.h' (47,549) at 20210308005003608 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_seq.c' (47,550) at 20240405153053073 to deleted uid set 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/258' (47,551) at 20221215040039366 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h' (47,552) at 20240405153230939 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/u-boot.h' (47,553) at 20210308005002828 2025-03-14 03:00:48.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-type-t.rst' (47,554) at 20220525020651778 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/mchp-i2s-mcc.c' (47,555) at 20240405153232139 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/universe.c' (47,556) at 20210308005003220 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/bcm1480_scd.h' (47,557) at 20210307214926242 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/console.h' (47,558) at 20210307214925646 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/display.h' (47,559) at 20210308005003628 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/test-code-patching.c' (47,560) at 20240405153046177 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/pgalloc.h' (47,561) at 20240405153046069 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c' (47,562) at 20240405153048693 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stih410-b2260_defconfig' (47,563) at 20210308005003280 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/hisilicon,ascend910-gpio.yaml' (47,564) at 20240405153045061 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c' (47,565) at 20240405153051917 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/Kconfig.arm' (47,566) at 20240405153230251 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_open_test.c' (47,567) at 20210309003656012 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/topology.h' (47,568) at 20240405153053941 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pci_root.c' (47,569) at 20240405153046645 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kdebugfs.c' (47,570) at 20220525020652166 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/Makefile' (47,571) at 20240405153230163 2025-03-14 03:00:48.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/apollo/Makefile' (47,572) at 20210307214926138 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vid-out.h' (47,573) at 20210307214928794 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/kbuild.h' (47,574) at 20210308005003656 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb' (47,575) at 20241206090014238 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptp/phc.sh' (47,576) at 20210307214932714 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/Kconfig' (47,577) at 20240405153046713 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/dlink_dsr-500n.dts' (47,578) at 20240405153045989 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.h' (47,579) at 20240405153050493 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-stmpe.c' (47,580) at 20240405153231359 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/network/phosphor-network_%.bbappend' (47,581) at 20241206090014222 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110.h' (47,582) at 20220525020654131 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-luxul-xap-1610.dts' (47,583) at 20240405153229871 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_cspmu/nvidia_cspmu.c' (47,584) at 20240405153051273 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_log.h' (47,585) at 20220525020654643 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_aer.c' (47,586) at 20240906080037276 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utlock.c' (47,587) at 20240405153046625 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/mm_32.h' (47,588) at 20220525020652122 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/MAINTAINERS' (47,589) at 20210308005002900 2025-03-14 03:00:48.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enum64val___diff.c' (47,590) at 20240405153054265 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/mac.c' (47,591) at 20241211090145465 to deleted uid set 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32mp157.c' (47,592) at 20240405153051373 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/ruleset.c' (47,593) at 20220627100017202 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (47,594) at 20210902000021581 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/holt_hi311x.txt' (47,595) at 20210307214925374 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/ram-block.c' (47,596) at 20210308005046257 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (47,597) at 20211228040029180 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/gose_spl.c' (47,598) at 20210308005003036 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/omap.h' (47,599) at 20210308005002660 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib7000m.h' (47,600) at 20210307214928618 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l51.c' (47,601) at 20241111090012169 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecdh_helper.c' (47,602) at 20220525020652214 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lookup_key.c' (47,603) at 20240405153054277 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64v_4core_virtio.dts' (47,604) at 20220525020651994 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-pci-bus.json' (47,605) at 20241214090008740 to deleted uid set 2025-03-14 03:00:48.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/syslib.c' (47,606) at 20210308005002556 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/comedi_parport.c' (47,607) at 20240405153046893 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb' (47,608) at 20241221090017556 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/prom-env-test.c' (47,609) at 20240906080037572 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-digicolor/digicolor.c' (47,610) at 20210307214925878 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/trans.c' (47,611) at 20240405153231211 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hidp/Kconfig' (47,612) at 20240405153053185 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/cpu_loop.c' (47,613) at 20210308005046097 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/bitmap.c' (47,614) at 20210307214931230 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/adp8860.h' (47,615) at 20210307214931470 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/sigreturn.S' (47,616) at 20210307214926298 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,nsp.yaml' (47,617) at 20240405153045013 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fb_pin.c' (47,618) at 20240411080014074 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c' (47,619) at 20220525020652955 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_sas_internal.h' (47,620) at 20210307214930410 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/ddr.c' (47,621) at 20210308005002980 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h32m16_333_cl5_psync.c' (47,622) at 20210308005002548 2025-03-14 03:00:48.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0003-Platform-Corstone1000-Enable-firewall-in-FVP.patch' (47,623) at 20241221090017464 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OperatingSystem.v1_0_2.json' (47,624) at 20240619080002952 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/cpld.h' (47,625) at 20210308005003040 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/kas/kas-security-alt.yml' (47,626) at 20220402030016075 to deleted uid set 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/trace.c' (47,627) at 20210307214929174 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/smp.c' (47,628) at 20240405153230015 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pmu.l' (47,629) at 20240405153054201 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/ebsa285.c' (47,630) at 20210307214925882 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-ocelot.c' (47,631) at 20220525020651998 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/vectors.c' (47,632) at 20210307214926170 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/uninative.bbclass' (47,633) at 20240413080012683 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/spl_minimal.c' (47,634) at 20210308005002960 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_xenstore.h' (47,635) at 20230426080043692 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb' (47,636) at 20220502030010108 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/chacha-p10le-8x.S' (47,637) at 20240405153230027 2025-03-14 03:00:48.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Bremen' (47,638) at 20210307205553766 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r.h' (47,639) at 20220525020654007 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dma-heap.h' (47,640) at 20210307214931630 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cavium-thunderx.c' (47,641) at 20240405153230851 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_misc.h' (47,642) at 20230925080040097 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/renesas_sdhi_core.c' (47,643) at 20240405153230855 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/power_supply.cpp' (47,644) at 20241210090027376 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/psc.h' (47,645) at 20210307214932290 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3715.dtsi' (47,646) at 20240405153045597 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/gumstix.c' (47,647) at 20240405153045677 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc702.dts' (47,648) at 20210308005002632 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/amd-memory-encryption.rst' (47,649) at 20240906080037180 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/irq.c' (47,650) at 20240405153046449 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/linkmode.c' (47,651) at 20210307214929690 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3036.c' (47,652) at 20220525020652326 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm63138.dtsi' (47,653) at 20240405153045429 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/states.h' (47,654) at 20231110090010623 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/ARM-gcc.h' (47,655) at 20210307214925974 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/parallels.h' (47,656) at 20240326080039382 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nk.h' (47,657) at 20210307214927030 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xilinx_ethlite.c' (47,658) at 20241211090212310 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi' (47,659) at 20240405153045717 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/endian.hpp' (47,660) at 20210308005051513 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NLPL' (47,661) at 20211006000025238 2025-03-14 03:00:48.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s5p_goni_defconfig' (47,662) at 20210308005003276 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/iomap_32.c' (47,663) at 20220525020652186 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v40-bananapi-m2-berry.dts' (47,664) at 20240405153045397 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/entry-kvm.h' (47,665) at 20240405153052685 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/i2c_slave.h' (47,666) at 20240405153052893 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vantaa_Hakunila' (47,667) at 20210307205553774 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitsperlong.h' (47,668) at 20220525020655115 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers.bb' (47,669) at 20241206090014314 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/.gitignore' (47,670) at 20210307214931810 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pc-conf-reg.h' (47,671) at 20220525020652150 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig' (47,672) at 20210308005003240 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/cpu.h' (47,673) at 20210308005002752 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h' (47,674) at 20241118090018495 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_link_encoder.h' (47,675) at 20240405153047245 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/tegra194-bpmp-thermal.h' (47,676) at 20210307214931350 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/start.S' (47,677) at 20210308005003008 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/init.c' (47,678) at 20210307214926558 2025-03-14 03:00:48.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mti,gic.yaml' (47,679) at 20220525020651682 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c' (47,680) at 20240503080014482 to deleted uid set 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf119.c' (47,681) at 20220525020652967 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/kbuf.c' (47,682) at 20240624080012816 to deleted uid set 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-ev1.dts' (47,683) at 20240405153229903 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/netjet.c' (47,684) at 20240405153049213 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra30_ahub.h' (47,685) at 20220525020655095 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/linux-yocto-dev.yml' (47,686) at 20241206090014206 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vpu.c' (47,687) at 20210308005003532 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-ab.dts' (47,688) at 20210308005002596 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/linkage.h' (47,689) at 20210308005002816 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb' (47,690) at 20241221090017548 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-i386-code.fd.bz2' (47,691) at 20241211090212402 to deleted uid set 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-sysbus.c' (47,692) at 20241211090212346 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8711.c' (47,693) at 20240405153232167 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/Makefile' (47,694) at 20240405153050213 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/0001-Add-boot-initiator-mailbox-interface.patch' (47,695) at 20210307205554226 2025-03-14 03:00:48.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/st_sensors_buffer.c' (47,696) at 20240405153048973 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/asm.S' (47,697) at 20210308005003720 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf' (47,698) at 20210307205554270 to deleted uid set 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyhamcrest_2.1.0.bb' (47,699) at 20241206090014270 to deleted uid set 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/fb.c' (47,700) at 20240405153045657 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h' (47,701) at 20240405153050525 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-ivgen.c' (47,702) at 20241211090212554 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/Kconfig' (47,703) at 20240405153049401 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker.h' (47,704) at 20241211090212306 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dm1105-nec.c' (47,705) at 20210307214928782 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle_3.10.bb' (47,706) at 20241221090017696 to deleted uid set 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/auxtrace.c' (47,707) at 20240405153054093 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun6i-a31-cpuconfig.yaml' (47,708) at 20240405153045017 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/locks.c' (47,709) at 20240405153052477 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm-demo.h' (47,710) at 20210308005003628 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0004-clif-Include-string.h-for-mem-function-prototypes.patch' (47,711) at 20221003030013261 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-core.c' (47,712) at 20240405153230815 to deleted uid set 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/typec/tcpm/maxim_contaminant.c' (47,713) at 20240405153052149 to deleted uid set 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/fault.h' (47,714) at 20240405153045881 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/cpufreq_drivers.rst' (47,715) at 20210307214925238 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/traps.c' (47,716) at 20210308005002816 2025-03-14 03:00:48.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-turris-mox-rwtm' (47,717) at 20220525020651630 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fc.h' (47,718) at 20240405153231391 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/classes/waf-samba.bbclass' (47,719) at 20241206090014238 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_hw.h' (47,720) at 20220525020654003 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-iproc.h' (47,721) at 20240405153051237 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/kirkwood.c' (47,722) at 20210916100017831 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/Makefile' (47,723) at 20240405153052397 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/StorageControllerCollection_v1.xml' (47,724) at 20240619080002936 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_load_store.S' (47,725) at 20210927100127637 2025-03-14 03:00:48.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds' (47,726) at 20210308005002828 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7dsabresd_qspi_defconfig' (47,727) at 20210308005003272 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port.h' (47,728) at 20240405153231267 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-throttle.h' (47,729) at 20240405153230155 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/qed.rst' (47,730) at 20210307214925534 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (47,731) at 20220819030014797 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/groups.json' (47,732) at 20231213090027090 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/Makefile' (47,733) at 20210308005002904 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/utils.c' (47,734) at 20210927100127353 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_ima.der' (47,735) at 20230520080014488 to deleted uid set 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun9i-mmc.c' (47,736) at 20240405153230247 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/init.c' (47,737) at 20240405153229987 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-sysfs/meson.options' (47,738) at 20230817080038681 to deleted uid set 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/net/Makefile' (47,739) at 20210307214926738 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/authors.rst' (47,740) at 20220525020651642 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/u-boot-spl-ipam390.lds' (47,741) at 20210308005002900 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h' (47,742) at 20240405153047149 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-alsa.c' (47,743) at 20220525020653271 2025-03-14 03:00:48.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK05.boot' (47,744) at 20210307214932714 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/devpts_fs.h' (47,745) at 20210307214931374 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/Makefile' (47,746) at 20210308005002724 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/icid.c' (47,747) at 20210308005002556 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/tve.h' (47,748) at 20210308005002668 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/Kconfig' (47,749) at 20210308005002716 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/partition.cpp' (47,750) at 20220922030007675 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma9553.c' (47,751) at 20240405153048941 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop' (47,752) at 20210307205553910 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/solidrun/snet_main.c' (47,753) at 20241125090012255 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_espi.c' (47,754) at 20210308005003492 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/Makefile' (47,755) at 20240405153232079 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_dw_hdmi.h' (47,756) at 20210308005003528 2025-03-14 03:00:48.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c' (47,757) at 20240405153230419 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/dvb-frontends/cxd2841er.c' (47,758) at 20240405153230775 to deleted uid set 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/trace/events/maple_tree.h' (47,759) at 20240405153054233 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.h' (47,760) at 20240405153051865 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c' (47,761) at 20240405153050177 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2518.h' (47,762) at 20210307214932338 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb_phy.c' (47,763) at 20210307214929894 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c' (47,764) at 20240910080014026 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-qmp-cmds.c' (47,765) at 20230426080043724 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/Makefile' (47,766) at 20210308005002972 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml' (47,767) at 20240405153045141 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dhry.h' (47,768) at 20240405153053085 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts' (47,769) at 20240405153229967 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Bonnell.json' (47,770) at 20240809080033019 2025-03-14 03:00:48.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/machine/mori.conf' (47,771) at 20241221090017480 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/include.d/functions' (47,772) at 20230114040023959 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/test/meson.build' (47,773) at 20241112090035826 to deleted uid set 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/u-boot.h' (47,774) at 20210308005002824 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c' (47,775) at 20210308005046517 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts' (47,776) at 20240405153045589 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dsp.h' (47,777) at 20210307214926214 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cpu_pm.c' (47,778) at 20240405153052993 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6351.h' (47,779) at 20210307214932318 2025-03-14 03:00:48.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb' (47,780) at 20241221090017512 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu.h' (47,781) at 20241211090212462 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/index.scss' (47,782) at 20210308005107073 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ast2600_ubimg_gen.sh' (47,783) at 20210421100236122 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/sdbusplus.wrap' (47,784) at 20230714080032711 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/pci.c' (47,785) at 20210308005002800 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/obmc-console.conf' (47,786) at 20230512080018777 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/uv.c' (47,787) at 20240405153046269 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/interrupts.c' (47,788) at 20210308005002708 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/Makefile' (47,789) at 20241018080014482 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8994-regmap.c' (47,790) at 20240405153230839 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/checkpatch.pl' (47,791) at 20241211090212458 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/tools/find_hwmon.cpp' (47,792) at 20210308004940472 to deleted uid set 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/40-libgphoto2.rules' (47,793) at 20210307205553942 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/dt-bindings/clock/sun50i-a64-ccu.h' (47,794) at 20240405153052649 to deleted uid set 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/paravirt_ops.rst' (47,795) at 20220525020651774 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/acx.c' (47,796) at 20210307214929962 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mplus' (47,797) at 20241221090017620 2025-03-14 03:00:48.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/0003-Add-format-string-qualifier-to-fix-potential-securit.patch' (47,798) at 20230706080014749 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_of.c' (47,799) at 20220525020654315 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp_stats.c' (47,800) at 20210307214932046 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/Kconfig' (47,801) at 20210308005003040 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/sbx81lifxcat.c' (47,802) at 20210308005002908 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts' (47,803) at 20240405153229919 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_drv.h' (47,804) at 20240405153048569 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_cpu.h' (47,805) at 20221215040039062 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/caching/index.rst' (47,806) at 20240405153045201 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_thread.h' (47,807) at 20221215040039062 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/scripts/lib/devtool/build_sdk.py' (47,808) at 20231011080016622 to deleted uid set 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/ibumad_user.c' (47,809) at 20240405153053421 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_defconfig' (47,810) at 20210308005003244 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/meson.build' (47,811) at 20240920080018291 to deleted uid set 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp-hid-client.c' (47,812) at 20240405153048825 2025-03-14 03:00:48.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer.c' (47,813) at 20241216090017805 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp8788-ldo.c' (47,814) at 20240405153051465 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/sandbox.c' (47,815) at 20210308005003044 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorksele' (47,816) at 20210307205553778 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ibm_iic.h' (47,817) at 20210307214928158 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/0001-Remove-cpp-unittest-compilation.patch' (47,818) at 20241206090014258 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-clk.c' (47,819) at 20240405153232187 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/task_kfunc.c' (47,820) at 20240405153232259 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf' (47,821) at 20220402030016091 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/usdhi6rol0.c' (47,822) at 20240405153230863 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h' (47,823) at 20210308005002664 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/busconfig/phosphor-rsyslog-config.conf' (47,824) at 20210511000050230 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_preempt_mgr.c' (47,825) at 20240405153047113 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio.h' (47,826) at 20240405153232203 2025-03-14 03:00:48.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func_args.c' (47,827) at 20220525020655199 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch' (47,828) at 20210307205554494 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/196' (47,829) at 20240326080039730 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/Makefile' (47,830) at 20210308005002712 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_cdev_ipmi.c' (47,831) at 20240405153046757 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in' (47,832) at 20241221090017704 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6580.dtsi' (47,833) at 20240405153045461 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch' (47,834) at 20230706080014749 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_fp.c' (47,835) at 20240326080039466 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-HolywellHill' (47,836) at 20210307205553774 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/elf.h' (47,837) at 20240405153054077 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/0002-Fix-Eq-CAPS-plugin-name.patch' (47,838) at 20210307205553754 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/kasan_init.c' (47,839) at 20241125090012235 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_convs.c' (47,840) at 20240906080037576 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/amlogic,meson6-spifc.yaml' (47,841) at 20240405153045173 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m5249.c' (47,842) at 20220525020651982 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-videomate-tv-pvr.c' (47,843) at 20210307214928786 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/Makefile' (47,844) at 20240405153054045 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb-pa.dtsi' (47,845) at 20210307214926346 2025-03-14 03:00:48.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp.c' (47,846) at 20240405153232071 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/MAINTAINERS' (47,847) at 20210308005002924 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/bios_utils.hpp' (47,848) at 20240618080043041 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8727.c' (47,849) at 20240405153053829 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-8k/Makefile' (47,850) at 20210308005002908 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/police.c' (47,851) at 20240405153050109 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-stm32.h' (47,852) at 20210307214928298 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/abi-stable.rst' (47,853) at 20240405153229735 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml' (47,854) at 20240405153045161 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5640.yaml' (47,855) at 20240405153045093 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io-64-nonatomic-lo-hi.h' (47,856) at 20210309003653848 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-throttle.c' (47,857) at 20240906080037584 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/no-version-scripts.patch' (47,858) at 20210307205554462 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/net-remove-if.rst' (47,859) at 20210309003648480 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/0001-Makefile.am-suppress-perllocal.pod.patch' (47,860) at 20210307205554122 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/fpu_syscall.c' (47,861) at 20210307214932702 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/avc.h' (47,862) at 20240405153232115 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l43.h' (47,863) at 20240405153232147 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_sched.c' (47,864) at 20240805080013951 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/usbdevfs-drop-permissions.c' (47,865) at 20210307214925590 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ak4531_codec.h' (47,866) at 20210307214931594 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-smartnic-wa.sh.in' (47,867) at 20241103090011522 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Backe' (47,868) at 20210307205553778 2025-03-14 03:00:48.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/console/files/obmc-console.conf' (47,869) at 20210307205554082 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos4-pmu.c' (47,870) at 20240405153051769 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/dbgp.c' (47,871) at 20240405153052077 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/conf-notes.txt' (47,872) at 20240720080012609 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/0001-Add-compatibility-with-FFMPEG-7.0.patch' (47,873) at 20241221090017488 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mvebu_a3700_spi.c' (47,874) at 20210308005003492 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_5.h' (47,875) at 20240405153230511 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/evb_ast2500.c' (47,876) at 20210308005002916 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/syscalls.h' (47,877) at 20210307214926554 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml' (47,878) at 20240405153045057 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/run-ptest' (47,879) at 20210307205554586 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sl-pinfunc.h' (47,880) at 20210308005002588 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/status_w.h' (47,881) at 20210307214926734 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c' (47,882) at 20220525020652490 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (47,883) at 20210812000025162 2025-03-14 03:00:48.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch' (47,884) at 20210307205554470 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum_titanium.c' (47,885) at 20210308005002920 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/MAINTAINERS' (47,886) at 20210308005002904 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/relocs.h' (47,887) at 20220525020652194 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/rga-hw.h' (47,888) at 20210307214928750 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/dump_cache.py' (47,889) at 20210307205554230 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo5039.c' (47,890) at 20240405153048625 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_stepwisecontroller_unittest.cpp' (47,891) at 20220614030038250 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt' (47,892) at 20220525020651666 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qmp-cmds.c' (47,893) at 20240906080037376 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/MINPACK' (47,894) at 20210729000029100 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,tlv320aic3x.yaml' (47,895) at 20240405153045173 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sparc/Makefile' (47,896) at 20210307214932438 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/mailmapper' (47,897) at 20210308005003736 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/rohm,bd71828-regulator.yaml' (47,898) at 20240405153045145 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/mpq7932.c' (47,899) at 20240405153230667 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/userfaultfd.h' (47,900) at 20240405153231879 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/Kconfig' (47,901) at 20240405153051777 2025-03-14 03:00:48.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dsc_1_2.c' (47,902) at 20240405153048585 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500_fg.c' (47,903) at 20240405153051425 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dcdbas.c' (47,904) at 20240405153051397 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/i82374.c' (47,905) at 20240906080037220 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Luopioinen' (47,906) at 20210307205553770 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools_0.76.bb' (47,907) at 20241221090017536 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/pwm.c' (47,908) at 20240405153231471 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh03_defconfig' (47,909) at 20240405153046309 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/trace_clock.h' (47,910) at 20210307214931526 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_bunzip2.c' (47,911) at 20240805080014043 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int1092/Makefile' (47,912) at 20220525020653911 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-asus-rt-ac68u.dts' (47,913) at 20240405153045425 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/inter_choice/Kconfig' (47,914) at 20220525020654947 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/Kconfig' (47,915) at 20240405153049641 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/utils/time_utils.cpp' (47,916) at 20241212090003682 to deleted uid set 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/rapidio.rst' (47,917) at 20210307214925242 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel360.dtsi' (47,918) at 20240405153045781 2025-03-14 03:00:48.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-06' (47,919) at 20210908000010395 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/debugtraps.S' (47,920) at 20210307214926566 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/lowlevel_init.S' (47,921) at 20210308005003036 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json' (47,922) at 20210307205553850 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c' (47,923) at 20240405153051353 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/gen-atomics.sh' (47,924) at 20220525020654939 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_ds2438.rst' (47,925) at 20220525020651794 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/junit.py' (47,926) at 20241221090017700 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/Makefile' (47,927) at 20210308005003540 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_mci.c' (47,928) at 20240405153050449 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nvdimm/index.rst' (47,929) at 20210309003648408 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch' (47,930) at 20230706080014733 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-features.out' (47,931) at 20240906080037560 to deleted uid set 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/perf_event.c' (47,932) at 20240405153045361 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmppp.h' (47,933) at 20210307214931622 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c' (47,934) at 20210307214928778 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/i2c/Makefile' (47,935) at 20210309003650296 2025-03-14 03:00:48.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/ringbuf_bench.c' (47,936) at 20240405153054273 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_main.c' (47,937) at 20240405153231907 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-x86_64-code.fd.bz2' (47,938) at 20241211090212414 to deleted uid set 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/soc_common.h' (47,939) at 20240405153051269 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dir.h' (47,940) at 20220525020654467 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api_private.h' (47,941) at 20240405153050177 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-kernel-dev.bb' (47,942) at 20210812000025354 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/defs.rst.inc' (47,943) at 20210927100127069 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-qcom-qmp.h' (47,944) at 20240405153052649 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/0001-tests-Allow-different-output-from-mv.patch' (47,945) at 20210307205554550 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1-ixora-v1.2.dts' (47,946) at 20240405153045737 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/Kconfig' (47,947) at 20220525020653719 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/pinmux.c' (47,948) at 20210308005002724 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/libglu_%.bbappend' (47,949) at 20210812000025266 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/layer.conf' (47,950) at 20241221090017484 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/Kconfig' (47,951) at 20210308005003496 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-ipu_conn.c' (47,952) at 20240405153046797 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/sv.po' (47,953) at 20210308005046217 2025-03-14 03:00:48.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.h' (47,954) at 20210307214929942 to deleted uid set 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/ordered-events.c' (47,955) at 20240405153054201 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/test/mock.c' (47,956) at 20240405153054221 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_plane.c' (47,957) at 20240405153048421 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-axg-s400-u-boot.dtsi' (47,958) at 20210308005002596 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/R+poonceonces.litmus' (47,959) at 20210307214932502 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/utils.h' (47,960) at 20241216090017809 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/__init__.py' (47,961) at 20240405153054309 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS8-ssh-bic@.service' (47,962) at 20231025080019870 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-fsl-usb.h' (47,963) at 20210309003653268 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395_data_type.h' (47,964) at 20240405153053569 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_pkgdata.bbclass' (47,965) at 20220910030013385 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/messages.h' (47,966) at 20240405153052289 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/activy.rcmm' (47,967) at 20210307205553754 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mac80211_hwsim/wpa_supplicant.conf' (47,968) at 20210307214925538 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-union.out' (47,969) at 20220429100100882 to deleted uid set 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/huawei_hg556a.h' (47,970) at 20210308005003596 2025-03-14 03:00:48.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch' (47,971) at 20210307205554106 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/CLI11.wrap' (47,972) at 20220924030023784 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/clk_rk3288.c' (47,973) at 20210308005002776 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/simple_alloc.c' (47,974) at 20240830080013243 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sagmyra' (47,975) at 20210307205553790 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-da903x.c' (47,976) at 20210307214928546 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value/meson.build' (47,977) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/axg.h' (47,978) at 20240405153230215 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/fpstuff.c' (47,979) at 20240326080039742 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/io.h' (47,980) at 20220525020652126 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c' (47,981) at 20240405153047245 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5102.c' (47,982) at 20240405153232167 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/irps5401.c' (47,983) at 20240405153048869 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch' (47,984) at 20241221090017660 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/multicast.c' (47,985) at 20240405153053173 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/noa1305.yaml' (47,986) at 20210307214925334 2025-03-14 03:00:48.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/microvm.c' (47,987) at 20241211090212278 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c' (47,988) at 20240405153051821 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/cpuusage.html' (47,989) at 20210307205554282 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.22.rst' (47,990) at 20241221090017596 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/Makefile.target' (47,991) at 20241211090212550 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/arm_mptimer.h' (47,992) at 20210308005046033 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/metadata_test.cpp' (47,993) at 20240904080003190 to deleted uid set 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/sc27xx-vibra.c' (47,994) at 20220525020653179 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/selftest.h' (47,995) at 20210309003651236 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/mte_helper.S' (47,996) at 20240405153054237 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK02' (47,997) at 20210307214932714 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/pcie_cards.json' (47,998) at 20240127090024788 to deleted uid set 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/layer.conf' (47,999) at 20241221090017480 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/imlib2/imlib2_git.bb' (48,000) at 20241221090017528 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/syscallhdr.sh' (48,001) at 20241211090212378 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c' (48,002) at 20210307214927958 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen-pvh.c' (48,003) at 20241211090212278 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/pcwd-watchdog.rst' (48,004) at 20220525020651794 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt2815.c' (48,005) at 20240405153046893 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ns2max.dts' (48,006) at 20240405153045457 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ASWF-Digital-Assets-1.0' (48,007) at 20241221090017612 2025-03-14 03:00:48.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,qdu1000-rpmh.h' (48,008) at 20240405153052649 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crypto_user_base.c' (48,009) at 20210307214926798 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/alignment/.gitignore' (48,010) at 20210307214932698 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm1025.c' (48,011) at 20240405153048841 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c' (48,012) at 20210307214927734 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-steam.c' (48,013) at 20240405153048821 to deleted uid set 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/certificate-revocation-list.md' (48,014) at 20221209040006383 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/config.hpp' (48,015) at 20241022080002056 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c' (48,016) at 20241211090145461 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-mini-xplus.dts' (48,017) at 20240405153045377 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/m68k/arch-m68k.inc' (48,018) at 20210812000025310 2025-03-14 03:00:48.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread-posix.h' (48,019) at 20221215040039194 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py' (48,020) at 20210524100035138 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/madera/core.h' (48,021) at 20220525020654583 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/tas-gain-table.h' (48,022) at 20210307214932186 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/mips/features.rst' (48,023) at 20240405153229743 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/chkobjdump.awk' (48,024) at 20210819100021518 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/err.h' (48,025) at 20210308005003656 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/string.c' (48,026) at 20240405153047041 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sockptr.h' (48,027) at 20241125090012259 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/efi-bgrt.c' (48,028) at 20210307214927170 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dns_resolver/dns_key.c' (48,029) at 20240405153232011 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit_parser.py' (48,030) at 20240405153232247 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0008-Platform-CS1000-Increase-flash-PS-area-size.patch' (48,031) at 20241221090017464 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_pcie.c' (48,032) at 20240405153049101 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c' (48,033) at 20240405153049957 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock.c' (48,034) at 20210308005002756 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_SPIFLASH_defconfig' (48,035) at 20210308005003244 2025-03-14 03:00:48.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_SDCARD_defconfig' (48,036) at 20210308005003244 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/kexec.c' (48,037) at 20241211090145477 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/files/hello.f95' (48,038) at 20210307205554386 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm-regbits-54xx.h' (48,039) at 20210309003648700 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/elog.hpp' (48,040) at 20241011080033163 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/extern/date.h' (48,041) at 20231106090003948 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/Kconfig' (48,042) at 20210307214930026 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm2835.h' (48,043) at 20210307214931322 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/wq.c' (48,044) at 20240405153049073 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-sysfs.h' (48,045) at 20240405153049569 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_queue.c' (48,046) at 20240405153047185 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb' (48,047) at 20240301090012431 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_driver.c' (48,048) at 20241018080014490 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/soc/intel_gmch.c' (48,049) at 20240405153230579 2025-03-14 03:00:48.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme147/mvme147.h' (48,050) at 20241211090145381 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/arch_errno_names.sh' (48,051) at 20240405153232231 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/interrupt.c' (48,052) at 20240405153049641 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu/first-boot-set-psu@.service' (48,053) at 20210307205554094 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/mem.S' (48,054) at 20240405153230087 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/anx6345.yaml' (48,055) at 20240405153045037 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enumoutput.rst' (48,056) at 20220525020651786 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/papr_hcalls.rst' (48,057) at 20240405153229823 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/head.S' (48,058) at 20210307214926134 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (48,059) at 20240420080017941 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/tests/dwarf-unwind.c' (48,060) at 20240405153054085 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/inittab' (48,061) at 20210307205553890 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/utf8-selftest.c' (48,062) at 20240405153052557 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc_debugfs.h' (48,063) at 20210307214927830 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-trigger-tty' (48,064) at 20220525020651634 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (48,065) at 20210307205554094 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vsc7385.h' (48,066) at 20210308005003692 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/system-requirements.rst' (48,067) at 20240302090018222 to deleted uid set 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml' (48,068) at 20240405153045013 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/non-objects.err' (48,069) at 20210927100127469 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/copy-before-write' (48,070) at 20240326080039734 2025-03-14 03:00:48.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/qconf.cc' (48,071) at 20241011080017399 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/Makefile' (48,072) at 20220525020652050 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst' (48,073) at 20230919080013962 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb' (48,074) at 20241221090017560 to deleted uid set 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xp_uv.c' (48,075) at 20210309003650444 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/surface_aggregator/serial_hub.h' (48,076) at 20240405153052801 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-aat1290.c' (48,077) at 20240405153049217 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/relay.h' (48,078) at 20220525020654611 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug_local.h' (48,079) at 20210307214930542 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c' (48,080) at 20210308005046517 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/Kconfig' (48,081) at 20210308005003080 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch' (48,082) at 20241221090017680 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch' (48,083) at 20241221090017640 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_decoder_json.cpp' (48,084) at 20240821080009267 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-sanitizers_14.2.bb' (48,085) at 20241221090017660 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/parisc/harmony.h' (48,086) at 20210307214932226 2025-03-14 03:00:48.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es581_4.h' (48,087) at 20240405153049741 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/packagegroups/packagegroup-hardening.bb' (48,088) at 20210812000025270 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/axs10x/i2s_pll_clock.c' (48,089) at 20240405153046773 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/usbtv/usbtv-video.c' (48,090) at 20241011080017323 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/raid/detect.h' (48,091) at 20210309003653892 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/field-order.rst' (48,092) at 20220525020651782 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm107.c' (48,093) at 20220525020652963 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langa' (48,094) at 20210307205553786 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530.dts' (48,095) at 20210308005002568 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3.dts' (48,096) at 20240405153045725 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_modeset_helper_vtables.h' (48,097) at 20240405153231795 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_tree_test.cpp' (48,098) at 20230805080010197 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si2168_priv.h' (48,099) at 20240405153049297 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf_mbox.c' (48,100) at 20240405153046961 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-mdm9607.h' (48,101) at 20220525020654543 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent-avx.h' (48,102) at 20220525020652134 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372-generic.dts' (48,103) at 20210308005002564 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/runtime-map.c' (48,104) at 20240405153046489 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wdt285.c' (48,105) at 20240405153052245 2025-03-14 03:00:48.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb' (48,106) at 20241221090017560 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c' (48,107) at 20220525020652963 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/Makefile' (48,108) at 20210308005002992 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/Makefile' (48,109) at 20210307214929218 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/rainier_1s4u_chassis.json' (48,110) at 20231212090004998 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/preempt.h' (48,111) at 20220627100016930 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/microchip,pic32-pinctrl.txt' (48,112) at 20210307214925394 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/dma.rst' (48,113) at 20220525020651726 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9090.c' (48,114) at 20240405153232171 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm6368.dtsi' (48,115) at 20220525020651990 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/fsp_configs.h' (48,116) at 20210308005002876 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-q.err' (48,117) at 20210308005046409 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/0001-Fix-missing-return-statements-in-module-stubs.patch' (48,118) at 20210307205554030 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sparsemem.h' (48,119) at 20210309003648984 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor.c' (48,120) at 20210308005003368 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/files/config.txt' (48,121) at 20210307205554090 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/cache.json' (48,122) at 20220525020655143 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/z0194a.h' (48,123) at 20210307214928646 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip28/spaces.h' (48,124) at 20210307214926222 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_clp.c' (48,125) at 20240405153230087 2025-03-14 03:00:48.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-reg.c' (48,126) at 20240405153047081 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_cmd.h' (48,127) at 20240405153049061 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-win.h' (48,128) at 20210308005045997 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/faraday/ftgmac100.c' (48,129) at 20241001080013020 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/raid6test.c' (48,130) at 20240405153046533 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/Kconfig' (48,131) at 20210308005003736 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/system_call.S' (48,132) at 20220525020652138 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/init.c' (48,133) at 20240405153231963 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-alamo.dtsi' (48,134) at 20240405153045433 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/midcomms.c' (48,135) at 20240405153231651 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend' (48,136) at 20210812000025162 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3399-cru.h' (48,137) at 20210308005003632 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch' (48,138) at 20210307205553910 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/onnn,nb7vpq904m.yaml' (48,139) at 20240405153045181 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-list.json' (48,140) at 20220429100100882 2025-03-14 03:00:48.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_sysfs_slave.c' (48,141) at 20240405153049725 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti-keystone-pllctrl.txt' (48,142) at 20210307214925294 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/stop_task.c' (48,143) at 20241216090017781 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/can/ctu/fsm_txt_buffer_user.svg' (48,144) at 20240405153045233 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count2' (48,145) at 20240906080037560 to deleted uid set 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/histogram-design.rst' (48,146) at 20240405153045269 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb' (48,147) at 20241206090014334 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_8_sh_mask.h' (48,148) at 20240405153048121 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/gaudi2_security.c' (48,149) at 20240913080013777 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcm963xx_tag.h' (48,150) at 20210309003653824 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_priv.h' (48,151) at 20240405153049745 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/bhrb-impl.c.inc' (48,152) at 20240906080037516 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/stdio.c' (48,153) at 20210307214926362 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/eep_sandbox.c' (48,154) at 20210308005003536 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/utils/dbus_utils.cpp' (48,155) at 20241017080002970 to deleted uid set 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imxrt.c' (48,156) at 20240405153045649 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/phosphor-hwmon-refactoring.md' (48,157) at 20221209040006391 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/switch_context.h' (48,158) at 20220525020651966 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb' (48,159) at 20241221090017668 to deleted uid set 2025-03-14 03:00:48.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyse-locks-simpletrace.py' (48,160) at 20240326080039626 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/multiboot_dma.bin' (48,161) at 20220429100100690 to deleted uid set 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/audit_32.h' (48,162) at 20240405153230035 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt' (48,163) at 20210307214925310 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vce_v2_0.h' (48,164) at 20210307214927250 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/onfi.h' (48,165) at 20240405153052745 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/audit_arch.h' (48,166) at 20240405153052661 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/bcm2835_aux.c' (48,167) at 20240906080037204 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/vesafb.rst' (48,168) at 20210309003648412 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.c' (48,169) at 20210308005003072 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c' (48,170) at 20240405153230395 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistry_v1.xml' (48,171) at 20240619080002928 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host_git.bb' (48,172) at 20240312080011852 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/bsettings.py' (48,173) at 20210308005003756 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/cpu.c' (48,174) at 20210308005002800 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/Build' (48,175) at 20210307214932470 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Yttermalung' (48,176) at 20210307205553794 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml' (48,177) at 20240405153045041 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb' (48,178) at 20241221090017548 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/tvlv.c' (48,179) at 20240405153053177 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/Makefile' (48,180) at 20220525020654207 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/mt7620.c' (48,181) at 20240405153046049 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/Kconfig' (48,182) at 20210309003654324 2025-03-14 03:00:48.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/gbs-bmc-update.bb' (48,183) at 20241221090017568 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/rail.hpp' (48,184) at 20240817080031296 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_8_2_enum.h' (48,185) at 20210307214927534 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-ss-lsio.dtsi' (48,186) at 20240405153045737 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/oplock.h' (48,187) at 20240527080023360 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/trans_fd.c' (48,188) at 20240405153231983 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb' (48,189) at 20241206090014238 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3368.h' (48,190) at 20210308005002660 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/runqemu.py' (48,191) at 20210307205554634 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/starfive/reset-starfive-jh71x0.h' (48,192) at 20240405153052881 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scatterlist.h' (48,193) at 20241216090017769 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/futex-requeue-pi.rst' (48,194) at 20220525020651742 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml' (48,195) at 20240405153229767 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skene_Nycklarberget' (48,196) at 20210307205553790 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/queue_access.h' (48,197) at 20210307214930570 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/wax.c' (48,198) at 20240405153231283 2025-03-14 03:00:48.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bosebyn' (48,199) at 20210307205553778 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst' (48,200) at 20240405153045325 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/omapfb.h' (48,201) at 20220525020654319 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/mime-xdg.bbclass' (48,202) at 20220910030013389 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/platsmp.c' (48,203) at 20240405153045657 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/boot.c' (48,204) at 20210308005002760 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/pool.c' (48,205) at 20240405153050109 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/verbs.h' (48,206) at 20240405153049057 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_irq.h' (48,207) at 20240405153048429 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2200.conf' (48,208) at 20230606080013598 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rpm.h' (48,209) at 20210307214931610 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/hi6421.txt' (48,210) at 20210307214925358 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/gic_v3.h' (48,211) at 20240405153054317 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mpy.idef' (48,212) at 20210927100127385 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/devicetree_vpd_parser.cpp' (48,213) at 20241101080009595 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/spear300.c' (48,214) at 20210308005003052 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/vsc7514_regs.h' (48,215) at 20240405153052881 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-pci.c' (48,216) at 20240405153052085 2025-03-14 03:00:48.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mode_t.c' (48,217) at 20210307214932578 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/ibm/fileio.cpp' (48,218) at 20240926080014017 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_backend.h' (48,219) at 20210307214928038 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-ssp-clk.h' (48,220) at 20210307214932390 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf_api_probe.c' (48,221) at 20240405153054201 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipmi/ipmi.h' (48,222) at 20210308005046017 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kernel-parameters.rst' (48,223) at 20240405153229735 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/common.h' (48,224) at 20240429080012428 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/uttrack.c' (48,225) at 20240405153046625 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/controllers/__init__.py' (48,226) at 20220910030013397 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_pwrctrl.h' (48,227) at 20220525020654171 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim-u-boot.dtsi' (48,228) at 20210308005002596 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98088.h' (48,229) at 20210307214932314 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' (48,230) at 20241022080031588 to deleted uid set 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/HostSelector/meson.build' (48,231) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/hardware.h' (48,232) at 20210308005002796 2025-03-14 03:00:48.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/mctp-defines.h' (48,233) at 20231102080015293 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/utils.c' (48,234) at 20210307214932742 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/rt288x.h' (48,235) at 20240405153046005 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi-dahlia.dts' (48,236) at 20240405153045729 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/sysfs.c' (48,237) at 20210309003649184 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio/0001-Remove-nested-functions.patch' (48,238) at 20210307205554102 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml' (48,239) at 20240405153045025 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lrl-unaligned.S' (48,240) at 20230426080043952 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_pcie_pmu.c' (48,241) at 20241008080013967 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-policy-smq.c' (48,242) at 20240405153049241 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_core.c' (48,243) at 20210308005003516 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/git-mailrc' (48,244) at 20210308005003328 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/cpu.h' (48,245) at 20210308005046041 2025-03-14 03:00:48.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.c' (48,246) at 20210307214928842 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsxfname.c' (48,247) at 20240405153046625 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/mux.c' (48,248) at 20210308005003048 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb4_regs.h' (48,249) at 20240326080039538 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/index.rst' (48,250) at 20240405153045261 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/flow.h' (48,251) at 20240405153231851 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/machw.h' (48,252) at 20210307214926162 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_device_path.c' (48,253) at 20210308005003700 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sama7g5-reset.h' (48,254) at 20240405153052653 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/lru_sort.c' (48,255) at 20241125090012259 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/kzm9d.c' (48,256) at 20210307214930478 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-reg-bits.h' (48,257) at 20230925080040073 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state/asound.state' (48,258) at 20210307205554450 2025-03-14 03:00:48.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/lowlevel_init.S' (48,259) at 20210308005003036 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/system/physmem.c' (48,260) at 20241022080032788 to deleted uid set 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3399_mipi.c' (48,261) at 20210308005003532 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/README' (48,262) at 20210308005002972 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/64r1.config' (48,263) at 20210307214926202 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ia_css_gc_table.host.h' (48,264) at 20210307214930558 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/data-fabric.json' (48,265) at 20210309003655932 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/gate.c' (48,266) at 20240405153046869 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fspick.c' (48,267) at 20210307214932578 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/mmc.inc' (48,268) at 20230114040015490 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-params.rst' (48,269) at 20240405153045237 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/max63xx_wdt.c' (48,270) at 20240405153052241 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,mmcc-apq8084.h' (48,271) at 20210307214931350 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/TrustedComponent.interface.yaml' (48,272) at 20240229090018787 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/hugetlb.h' (48,273) at 20240405153046001 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/fw_cfg.h' (48,274) at 20210927100127149 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_ahub.h' (48,275) at 20240405153054013 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/fdc37m81x-superio.c' (48,276) at 20240906080037244 2025-03-14 03:00:48.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_trace.c' (48,277) at 20210307214930410 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci.c' (48,278) at 20241211090212318 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip_1.6.12.bb' (48,279) at 20241206090014242 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/other.json' (48,280) at 20240405153054137 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt' (48,281) at 20210308005003308 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.h' (48,282) at 20240405153047297 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/defkeymap.map' (48,283) at 20210307214930234 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a35/bus.json' (48,284) at 20240405153054109 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ppc4xx/adma.c' (48,285) at 20240405153230283 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/binfmt_elf_test.c' (48,286) at 20240405153052273 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/leds/gen3-led-manager-config/led.yaml' (48,287) at 20240829080014018 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/prom/Makefile' (48,288) at 20210307214926174 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/trace.h' (48,289) at 20210308005045961 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hoting' (48,290) at 20210307205553782 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-qmp-ref.rst' (48,291) at 20230426080043664 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/davinci/pll.txt' (48,292) at 20240405153045029 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/sgi575-grub.cfg' (48,293) at 20220804030014683 2025-03-14 03:00:48.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy13_C-127W' (48,294) at 20210307205553762 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/super.c' (48,295) at 20240405153052329 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono_2.13.bb' (48,296) at 20241221090017636 to deleted uid set 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/kvm_ioctl.sh' (48,297) at 20240405153054173 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/Makefile' (48,298) at 20240405153232011 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/get_default_envs.sh' (48,299) at 20210308005003732 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7629-rfb.dts' (48,300) at 20240405153045461 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_h.c' (48,301) at 20210308005046521 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/hal_pwr_seq.c' (48,302) at 20220525020654179 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov.c' (48,303) at 20240405153231951 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c' (48,304) at 20240405153049857 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/anyof.cpp' (48,305) at 20240820080023694 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-cadence.h' (48,306) at 20240405153052649 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qapi.c' (48,307) at 20240906080037148 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-build.rst' (48,308) at 20241211090212234 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/sysctrl.h' (48,309) at 20210308005002636 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi' (48,310) at 20240405153229971 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime/meson.build' (48,311) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml' (48,312) at 20240405153045041 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/baycom_ser_hdx.c' (48,313) at 20220525020653671 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun4i-a10-pll2.h' (48,314) at 20210307214931334 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/pmx65.dtsi' (48,315) at 20240405153229891 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-pci-bus.h' (48,316) at 20241114091008832 to deleted uid set 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timekeeping_debug.c' (48,317) at 20210307214931774 2025-03-14 03:00:48.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/spintest_user.c' (48,318) at 20240405153232099 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/Makefile' (48,319) at 20240405153051217 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Manager.interface.yaml' (48,320) at 20240618080025501 to deleted uid set 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pcm_drm_eld.h' (48,321) at 20210307214931598 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-type.json' (48,322) at 20210927100127469 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm/atomic.h' (48,323) at 20210307214932474 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/mem.c' (48,324) at 20240405153047041 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/scc.c' (48,325) at 20210308005003020 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/pl353-smc.c' (48,326) at 20240405153230827 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/of.h' (48,327) at 20240910080014082 to deleted uid set 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_mode_config.c' (48,328) at 20240405153048401 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/core.c' (48,329) at 20220804100016132 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/devices/scc2698.h' (48,330) at 20210307214928526 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_frontend.c' (48,331) at 20240405153230635 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/static-group' (48,332) at 20241221090017604 2025-03-14 03:00:48.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/firmware.c' (48,333) at 20220525020655099 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/files/makefile.patch' (48,334) at 20210307205553870 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/cpuid.c' (48,335) at 20240613080016375 to deleted uid set 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c' (48,336) at 20240405153232183 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080ardb_nand_defconfig' (48,337) at 20210308005003268 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/trace_vprintk.c' (48,338) at 20240405153054261 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp1_transition.c' (48,339) at 20220525020652534 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_apecs.h' (48,340) at 20240405153045341 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq5018.c' (48,341) at 20240405153230223 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/signal.c' (48,342) at 20210307214932706 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (48,343) at 20220620100012713 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/8x25_hsbp.json' (48,344) at 20220601030005857 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86.c' (48,345) at 20240906080037484 2025-03-14 03:00:48.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-individuals' (48,346) at 20230426080043656 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/nommu.c' (48,347) at 20241125090012263 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/microcode.h' (48,348) at 20240405153230111 to deleted uid set 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/kas-poky-rpi.yml' (48,349) at 20241221090017572 to deleted uid set 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dma-dw.h' (48,350) at 20220525020654603 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb' (48,351) at 20241206090014242 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/pc110pad.c' (48,352) at 20240405153049153 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/aio.cpp' (48,353) at 20230301040040897 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/xor.h' (48,354) at 20240405153229999 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp2033.c' (48,355) at 20210307214928702 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.json' (48,356) at 20210927100127469 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.clang-tidy' (48,357) at 20241220090032923 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-command.c' (48,358) at 20240326080039554 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch' (48,359) at 20220204040022684 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/Kconfig' (48,360) at 20210308005002952 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h' (48,361) at 20240405153048741 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Stop/parm_def' (48,362) at 20220209110031618 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/ftrace.c' (48,363) at 20240405153045977 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-h264.c' (48,364) at 20240405153049405 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dfi-bt700-q7x-151_defconfig' (48,365) at 20210308005003256 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/task_size_64.h' (48,366) at 20240405153046129 2025-03-14 03:00:48.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c' (48,367) at 20240405153230515 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/3780i.c' (48,368) at 20210307214926946 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/page.h' (48,369) at 20220525020651966 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/stm32.h' (48,370) at 20210308005002784 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/local.conf.sample' (48,371) at 20241221090017480 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gpu_error.c' (48,372) at 20241220090018310 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi' (48,373) at 20240405153229967 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-fclose.rst' (48,374) at 20220525020654131 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos54xx-odroidxu-leds.dtsi' (48,375) at 20240405153045573 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/super.c' (48,376) at 20210308005003544 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-connectivity/usbmuxd/usbmuxd_%.bbappend' (48,377) at 20221007030014979 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpi_bus.h' (48,378) at 20240415080012987 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/machine/ethanolx.conf' (48,379) at 20240307090019088 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_trng.c' (48,380) at 20210307214927066 2025-03-14 03:00:48.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow2_field-memcpy.c' (48,381) at 20240405153053105 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd.h' (48,382) at 20210308005003676 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/manager.hpp' (48,383) at 20220726030033678 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (48,384) at 20241210090013352 to deleted uid set 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/supports_obmc' (48,385) at 20210308005007100 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml' (48,386) at 20240405153045073 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi' (48,387) at 20240405153229935 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-flash.h' (48,388) at 20210307214928682 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/generate_test_document' (48,389) at 20221209040018571 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/allwinner-sdhost.h' (48,390) at 20230925080039929 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.yaml' (48,391) at 20240405153045013 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_notyetstarted_unittest.cpp' (48,392) at 20210308005120353 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Tyrnava' (48,393) at 20210307205553770 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/2000.c' (48,394) at 20240405153050509 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/common.h' (48,395) at 20240405153232119 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/texture-blit.frag' (48,396) at 20230426080043960 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/syscall_32.h' (48,397) at 20240405153046313 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/lola_pcm.c' (48,398) at 20240405153053541 2025-03-14 03:00:48.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_mdio.h' (48,399) at 20240405153050321 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/dump.c' (48,400) at 20240405153231191 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1up.service' (48,401) at 20230920080013648 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rohm,bd28623.yaml' (48,402) at 20240405153045169 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c' (48,403) at 20240405153051305 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c' (48,404) at 20210307214927966 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/adaptec/Kconfig' (48,405) at 20210307214929282 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_vma_mapped.c' (48,406) at 20240405153231975 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/README' (48,407) at 20210308005002904 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine3.dts' (48,408) at 20240405153045521 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/opcodes-virt.h' (48,409) at 20210308005002680 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7722.h' (48,410) at 20210308005002848 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c' (48,411) at 20240405153050593 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vessigebro' (48,412) at 20210307205553794 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl367.h' (48,413) at 20240405153048933 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init/mmc-init.sh' (48,414) at 20240216090011902 2025-03-14 03:00:48.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/sensor.hpp' (48,415) at 20230511080034627 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cros_ec_commands.h' (48,416) at 20240405153052765 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-streams.c' (48,417) at 20240405153049361 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_4_regs.h' (48,418) at 20240405153046601 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/failed-syscalls-report' (48,419) at 20210307214932566 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi_info.c' (48,420) at 20210308005003700 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h' (48,421) at 20240405153046953 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/nft_set_pipapo.c' (48,422) at 20241011080017395 to deleted uid set 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/block/nbd.c' (48,423) at 20241008080013907 to deleted uid set 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/Kconfig' (48,424) at 20210308005003044 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ezchip/Kconfig' (48,425) at 20220525020653491 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptpf.h' (48,426) at 20210307214927078 2025-03-14 03:00:48.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css' (48,427) at 20210307205554270 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env_main.c' (48,428) at 20230530080039376 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/ntp_internal.h' (48,429) at 20220525020654731 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/Kconfig' (48,430) at 20240405153049473 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/helloworld.c' (48,431) at 20210308005003700 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro5.dtsi' (48,432) at 20210308005002632 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/mcount.S' (48,433) at 20240405153046505 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/Board_General.json' (48,434) at 20221213040036917 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metric_value.hpp' (48,435) at 20240904080048943 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/model.c' (48,436) at 20240326080039626 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-properties-system.c' (48,437) at 20241211090212262 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ipu3/Kconfig' (48,438) at 20240405153230795 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_switch.c' (48,439) at 20240405153231003 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/event.c' (48,440) at 20210309003650436 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/sx9500.c' (48,441) at 20240405153049013 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi' (48,442) at 20241211090145373 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-wandboard-revd1.dts' (48,443) at 20240405153045505 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/binderfs/binderfs_example.c' (48,444) at 20210307214932118 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/Makefile' (48,445) at 20240405153230063 2025-03-14 03:00:48.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-trim-schemas' (48,446) at 20220910030013437 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/asp2/bcmasp.h' (48,447) at 20240405153230923 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.h' (48,448) at 20210307214929910 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/lo.c' (48,449) at 20210309003651580 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/alarmtimer.c' (48,450) at 20240405153053053 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/pmic_glink.c' (48,451) at 20240910080014066 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/ramoops.yaml' (48,452) at 20240405153045149 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/Makefile' (48,453) at 20210307214926698 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/zones.json' (48,454) at 20231213090027090 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb' (48,455) at 20241221090017528 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt' (48,456) at 20210307214925390 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/processor.h' (48,457) at 20240405153231791 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/media/mmp-camera.h' (48,458) at 20210307214931478 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kernel/probes/kprobes.c' (48,459) at 20240913080013769 to deleted uid set 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_mmu_radix.c' (48,460) at 20240405153230043 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.h' (48,461) at 20240405153046953 2025-03-14 03:00:48.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlabel/draft_ietf.rst' (48,462) at 20210307214925522 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/dca.c' (48,463) at 20240405153230283 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/memstress.c' (48,464) at 20240405153054321 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/GNU_SOURCE-7.patch' (48,465) at 20241221090017524 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld4.c' (48,466) at 20210308005002792 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd934x.c' (48,467) at 20240405153053813 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-iob-defs.h' (48,468) at 20210307214926234 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/index.rst' (48,469) at 20240405153045253 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mips-relocs.c' (48,470) at 20210308005003768 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.c' (48,471) at 20240405153047165 2025-03-14 03:00:48.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/tlb.h' (48,472) at 20240405153229907 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/imx-common.h' (48,473) at 20240405153053993 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcs_rport.c' (48,474) at 20210309003652388 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/jz4740/Kconfig' (48,475) at 20240405153053961 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_glue.h' (48,476) at 20210307214930422 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/pfc-r8a7740.c' (48,477) at 20210308005002772 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (48,478) at 20241123090010955 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cse_nor_defconfig' (48,479) at 20210308005003288 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rx8010sj.c' (48,480) at 20210308005003480 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/bug.h' (48,481) at 20240405153045937 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/swift/avsbus-enable.sh' (48,482) at 20210307205553698 2025-03-14 03:00:48.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/gicv3_internal.h' (48,483) at 20240906080037240 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/Kconfig' (48,484) at 20240405153053277 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rqt.c' (48,485) at 20220525020653575 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmdebug.h' (48,486) at 20220525020654467 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_s_ph.c' (48,487) at 20210308005046509 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2' (48,488) at 20210308005003736 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max11205.yaml' (48,489) at 20240405153045069 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' (48,490) at 20210308005046405 to deleted uid set 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice_value_with_m_dep/__init__.py' (48,491) at 20210307214932154 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/1920x1080.S' (48,492) at 20210307214932470 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/MAINTAINERS' (48,493) at 20210308005003080 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/simple.h' (48,494) at 20210927100127653 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_features.h' (48,495) at 20240405153048701 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/Makefile.am' (48,496) at 20210308005111465 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/README' (48,497) at 20210501000157730 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.c' (48,498) at 20220525020652975 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ralink/Makefile' (48,499) at 20240405153046833 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/setup.cfg' (48,500) at 20210308004922940 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.out' (48,501) at 20210308005046401 to deleted uid set 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-urquell.c' (48,502) at 20210307214926534 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/ls1c/Makefile' (48,503) at 20210307214926270 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/ipt_REJECT.c' (48,504) at 20220525020654835 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/posix_acl.c' (48,505) at 20240405153231723 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dalmore.h' (48,506) at 20210308005003592 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm.h' (48,507) at 20240405153045685 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/makefile-add-ldflags.patch' (48,508) at 20210307205553834 2025-03-14 03:00:48.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch' (48,509) at 20230706080014741 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_micron.c' (48,510) at 20210309003650488 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' (48,511) at 20240906080037560 to deleted uid set 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizboxmini-rd.dts' (48,512) at 20240405153045465 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_arcturus.h' (48,513) at 20240405153048349 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/132' (48,514) at 20240326080039730 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/0001-make-Define-SBINDIR-flag.patch' (48,515) at 20220502030010112 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_hwec.h' (48,516) at 20210307214928542 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/Makefile' (48,517) at 20220718100041673 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/braille.c' (48,518) at 20210307214931746 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-pbab01.dtsi' (48,519) at 20240405153229887 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/lowlevel_init.S' (48,520) at 20210308005003020 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/capitalization.h' (48,521) at 20210308005003564 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5631.yaml' (48,522) at 20240405153229799 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7724.h' (48,523) at 20210308005002848 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/pico-imx7d.c' (48,524) at 20210308005003072 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/empty.c' (48,525) at 20240906080037580 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/cpuflags.c' (48,526) at 20240405153046353 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/composition_message_registry.hpp' (48,527) at 20241211090002379 to deleted uid set 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-core-of.c' (48,528) at 20240405153048921 2025-03-14 03:00:48.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apx4devkit_defconfig' (48,529) at 20210308005003248 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc40.c' (48,530) at 20210307214928510 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch' (48,531) at 20241221090017656 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/.gitignore' (48,532) at 20240405153054049 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_flush_test.h' (48,533) at 20210307214927854 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_serialize.cpp' (48,534) at 20220517030029526 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt' (48,535) at 20210309003648344 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_irq.h' (48,536) at 20240405153048525 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/enum.h' (48,537) at 20210307214929618 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/80-obmc-console-uart.rules.in' (48,538) at 20240323080012189 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/s3c64xx.h' (48,539) at 20210309003648720 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml' (48,540) at 20240405153045057 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan_usa90msg.h' (48,541) at 20210307214930866 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/ristretto/ristretto_0.13.1.bb' (48,542) at 20240309090012808 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg-bz2.c' (48,543) at 20210308005045737 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/probe.c' (48,544) at 20240405153046313 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0003-Fix-unknown-prefix-env.patch' (48,545) at 20231011080016574 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm59056.dtsi' (48,546) at 20240405153045429 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf_internal.h' (48,547) at 20240405153232215 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c' (48,548) at 20240405153051885 2025-03-14 03:00:48.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces_dhcp.robot' (48,549) at 20240628080017121 to deleted uid set 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-tdes.c' (48,550) at 20240405153230255 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/omap2plus.S' (48,551) at 20210309003648680 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/metrics.json' (48,552) at 20240405153054113 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c' (48,553) at 20240405153047297 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/Kconfig' (48,554) at 20240405153049413 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/renesas_tmr.c' (48,555) at 20241211090212342 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/qcom/rpmpd.c' (48,556) at 20240405153231351 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/hid-sensor-als.c' (48,557) at 20240405153230695 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/compat_ptrace.h' (48,558) at 20210307214926518 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/Makefile' (48,559) at 20210308005002956 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958305k/MAINTAINERS' (48,560) at 20210308005002940 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi' (48,561) at 20240405153045541 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager/blacklist.json' (48,562) at 20241030080011511 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/Makefile' (48,563) at 20240405153054073 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irq-pic32-evic.c' (48,564) at 20220525020653207 to deleted uid set 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/cookie.c' (48,565) at 20210307214929722 2025-03-14 03:00:48.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/kernel_info.S' (48,566) at 20210307214926634 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r420.c' (48,567) at 20241211090145421 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_koi8-ru.c' (48,568) at 20210307214931190 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor/phosphor-msl-verify.service' (48,569) at 20210307205554062 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/hal.c' (48,570) at 20240405153051869 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_aer.c' (48,571) at 20240617080017382 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/Kconfig' (48,572) at 20210308005003172 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/rootfs' (48,573) at 20241221090017644 to deleted uid set 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774e1.dtsi' (48,574) at 20240405153045805 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/cpumap.h' (48,575) at 20210307214926590 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h' (48,576) at 20240418080014498 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-palmas.c' (48,577) at 20240405153230303 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity-fec.h' (48,578) at 20240405153049249 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7770_generic_defconfig' (48,579) at 20220525020652114 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch' (48,580) at 20230706080014741 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/selftest.c' (48,581) at 20240405153230155 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/README.md' (48,582) at 20231222090004823 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/mx25pdk.c' (48,583) at 20210308005002980 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/metricgroups.json' (48,584) at 20240405153054149 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb' (48,585) at 20241221090017540 2025-03-14 03:00:48.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/io.c' (48,586) at 20240405153045909 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/bitops.h' (48,587) at 20210308005002848 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/qcom,gsbi.h' (48,588) at 20210307214931350 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/dm.h' (48,589) at 20210307214929926 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml' (48,590) at 20240405153045061 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/xilinx/zynqmp_power.c' (48,591) at 20240805080014011 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-socket.c' (48,592) at 20241211090212218 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/reboot.c' (48,593) at 20210307214926598 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd_tool.cpp' (48,594) at 20240920080016675 to deleted uid set 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/ecc_curve.h' (48,595) at 20220525020654535 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/Kconfig' (48,596) at 20240405153051757 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/ti_am335x_adc.c' (48,597) at 20240405153230691 to deleted uid set 2025-03-14 03:00:48.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/Makefile' (48,598) at 20240405153046213 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/50003000.json' (48,599) at 20241213090040130 to deleted uid set 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/hwchannel.c' (48,600) at 20210307214928542 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_pdu.c' (48,601) at 20220525020654855 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-progress.c' (48,602) at 20221215040039406 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/rt3883.c' (48,603) at 20240405153046049 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/gpio.c' (48,604) at 20210307214926538 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-debuginfod' (48,605) at 20241206090014354 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/ubi-wrapper.h' (48,606) at 20210308005003424 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/nxp-spifi.txt' (48,607) at 20210307214925370 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb' (48,608) at 20241221090017564 to deleted uid set 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-tdmin.c' (48,609) at 20240405153053973 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_omap3_common.h' (48,610) at 20210308005003620 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-hi3670-usb3.c' (48,611) at 20240405153231311 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/run-ptest' (48,612) at 20241221090017512 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/tegra.S' (48,613) at 20210309003648680 2025-03-14 03:00:48.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/dbus/dbuspassive.cpp' (48,614) at 20240904080040759 to deleted uid set 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/README.md' (48,615) at 20221213040040909 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-count' (48,616) at 20210307214932570 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/virtio-blk.c' (48,617) at 20241211090212258 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/Makefile' (48,618) at 20210308005003052 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/stat.h' (48,619) at 20240405153046133 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Orivesi_Talviainen' (48,620) at 20210307205553770 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/files/0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch' (48,621) at 20210307205553978 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srlv.c' (48,622) at 20210308005046525 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/dwarf-unwind.c' (48,623) at 20240405153054089 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-utils/ampere_add_redfishevent.sh' (48,624) at 20240619080012644 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma9551.c' (48,625) at 20240405153048937 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/isabelle.c' (48,626) at 20240405153053621 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/zt-ptrace.c' (48,627) at 20240405153054237 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/fsl-imx25-tcq.c' (48,628) at 20210307214928506 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb' (48,629) at 20241206090014342 to deleted uid set 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/dir.c' (48,630) at 20240405153231659 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.hpp' (48,631) at 20240817080031288 to deleted uid set 2025-03-14 03:00:48.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-spe.c' (48,632) at 20210309003648908 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/Kconfig' (48,633) at 20240405153231727 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensaeb-softmmu.mak' (48,634) at 20221215040039066 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/MAINTAINERS' (48,635) at 20210308005002968 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151a-prtt1c.dts' (48,636) at 20240405153229903 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_transport.h' (48,637) at 20210307214928446 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/trace-events' (48,638) at 20240906080037160 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8568_serdes.c' (48,639) at 20210308005002832 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/meson.build' (48,640) at 20230925080039885 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx93-clock.yaml' (48,641) at 20240405153045025 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_network_manager_main.cpp' (48,642) at 20231005080026449 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/sections.h' (48,643) at 20221102030020741 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bench_local_storage_create.c' (48,644) at 20240613080016563 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_loopback.c' (48,645) at 20220913100024305 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/entry.S' (48,646) at 20240405153229999 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/rndis_wlan.c' (48,647) at 20240405153050553 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.h' (48,648) at 20240405153047193 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/r7780mp.c' (48,649) at 20210308005003036 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/security.c' (48,650) at 20240405153052389 2025-03-14 03:00:48.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-fadump.h' (48,651) at 20220627100016930 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/iomem-utils.c' (48,652) at 20240405153053997 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-master.dts' (48,653) at 20240405153045529 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/page.c' (48,654) at 20240405153046037 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/system.h' (48,655) at 20210308005002888 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/sy7636a.h' (48,656) at 20240405153052733 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/mhi.c' (48,657) at 20240405153053353 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/client.c' (48,658) at 20241111090012125 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/ptimer-test.c' (48,659) at 20240906080037580 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/mv_u3d_core.c' (48,660) at 20240405153231555 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/start.S' (48,661) at 20210308005002836 2025-03-14 03:00:48.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/statdef.asl' (48,662) at 20210308005002876 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra234.c' (48,663) at 20240405153051377 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-output.rst' (48,664) at 20210309003648488 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio-mux-mmioreg.yaml' (48,665) at 20220525020651694 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/ti-pci.txt' (48,666) at 20220525020651698 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/163.out' (48,667) at 20210308005046453 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_node.h' (48,668) at 20220525020654003 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/vtpm.scc' (48,669) at 20210307205554118 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pinctrl-zynq.h' (48,670) at 20220525020654547 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/am3.h' (48,671) at 20210308005003632 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces' (48,672) at 20240413080012687 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/cxl_mem_test.c' (48,673) at 20240405153054221 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/0001-Fix-comparison-types.patch' (48,674) at 20230706080014741 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/figures/build-workspace-directory.png' (48,675) at 20210307205554354 to deleted uid set 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/set_memory.h' (48,676) at 20240405153046397 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_test_address.cpp' (48,677) at 20210427100054251 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/systemd-networkd-only-wait-for-one.conf' (48,678) at 20240203090012010 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_ref.h' (48,679) at 20240726080012870 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netdev_queues.h' (48,680) at 20240405153231855 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/acenv.h' (48,681) at 20210307214926114 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/core-matmap.h' (48,682) at 20221215040039346 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch' (48,683) at 20241221090017668 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/io.c' (48,684) at 20240405153050713 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/i2c.h' (48,685) at 20210308005002656 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/videodev2.h' (48,686) at 20210309003653940 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm512x-i2c.c' (48,687) at 20240405153053677 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/autoconf-2.73.patch' (48,688) at 20230813080012904 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarpen_Mellangardsberget' (48,689) at 20210307205553782 2025-03-14 03:00:48.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/disable_test.patch' (48,690) at 20230706080014757 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/elf.h' (48,691) at 20240405153045621 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-Fix-generate-keynames.patch' (48,692) at 20230503080014579 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/zynq_qspi.c' (48,693) at 20210308005003496 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-ccu.c' (48,694) at 20240405153046797 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/docs/supported-machines.md' (48,695) at 20241121090011895 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if500d.h' (48,696) at 20210307214927902 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/svm.c' (48,697) at 20240418080014494 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp.c' (48,698) at 20240906080037376 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h' (48,699) at 20240405153050109 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.android-fastboot' (48,700) at 20210308005003292 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/ag71xx.c' (48,701) at 20240405153230923 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_discard.c' (48,702) at 20241011080017363 2025-03-14 03:00:48.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_fba.h' (48,703) at 20210307214930230 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/txx9dmac.h' (48,704) at 20210307214927146 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/android-gadget-cleanup' (48,705) at 20230401080011931 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/Kconfig.assembler' (48,706) at 20210309003648564 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h' (48,707) at 20240405153230367 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-radix64.h' (48,708) at 20240906080037516 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/rockchip-lvds.txt' (48,709) at 20210308005003328 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/livetree.txt' (48,710) at 20210308005003328 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pythonping_1.1.4.bb' (48,711) at 20221104030017433 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.h' (48,712) at 20220525020652530 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data_file.hpp' (48,713) at 20210806000043018 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/checksum_64.h' (48,714) at 20210309003648984 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt6160-regulator.yaml' (48,715) at 20220525020651706 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_argset2.decode' (48,716) at 20210308005046389 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/yenta_socket.h' (48,717) at 20210307214930046 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/entry.h' (48,718) at 20220525020651966 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2.dts' (48,719) at 20210308005002596 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml' (48,720) at 20240405153045153 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mlx5/qp.h' (48,721) at 20240405153049089 to deleted uid set 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/qmp_shell.py' (48,722) at 20240326080039614 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/clocks.cfg' (48,723) at 20210308005002924 2025-03-14 03:00:48.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tystberga' (48,724) at 20210307205553794 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/tests/dsp/firmware_update.cpp' (48,725) at 20241220090015102 to deleted uid set 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cell-regs.h' (48,726) at 20210307214926374 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.json' (48,727) at 20210308005046401 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/hal_btcoex.c' (48,728) at 20240405153051917 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/irq_helpers.c' (48,729) at 20240613080016463 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/root.c' (48,730) at 20240405153231723 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/id.c' (48,731) at 20240405153045657 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (48,732) at 20220816030012194 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_device.h' (48,733) at 20210307214929350 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gusextreme.c' (48,734) at 20220525020654979 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/LICENSE' (48,735) at 20210308005120349 2025-03-14 03:00:48.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG2memcpy.S' (48,736) at 20210307214926606 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-ipmi-kcs/bare-metal-ipmi-kcs/disable-ipmi-kcs.service.in' (48,737) at 20241126090011759 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_netbios_ns.c' (48,738) at 20240405153053325 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-3.svg' (48,739) at 20210307214925210 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/suricata-crates.inc' (48,740) at 20231011080016586 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browser.c' (48,741) at 20240613080016559 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ftgmac100.c' (48,742) at 20241211090212302 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/tty_struct.rst' (48,743) at 20240405153045197 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_nego.h' (48,744) at 20240405153051961 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/psi.c' (48,745) at 20241011080017383 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-db-dxbc2.dts' (48,746) at 20240405153045453 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/bug-bisect.rst' (48,747) at 20220525020651766 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/Makefile' (48,748) at 20210307214932034 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/atmel_nand.c' (48,749) at 20210308005003412 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsutils.c' (48,750) at 20210307214926842 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_flat.h' (48,751) at 20230426080043784 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs42l43.h' (48,752) at 20240405153230835 2025-03-14 03:00:48.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra74-ipu-dsp-common.dtsi' (48,753) at 20240405153045601 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/Makefile' (48,754) at 20210308005002976 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.h' (48,755) at 20240405153050129 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-cpg-lib.h' (48,756) at 20240405153046837 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb10alaw8.rst' (48,757) at 20210309003648496 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/system.c' (48,758) at 20210308005108645 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts' (48,759) at 20240405153045817 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/gpio_presence.cpp' (48,760) at 20240817080025332 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/resource.robot' (48,761) at 20240627080021044 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/selq.h' (48,762) at 20240405153050105 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/trace.h' (48,763) at 20210308005045729 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/ut.h' (48,764) at 20210308005003688 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker' (48,765) at 20241211090212534 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,ar-5315u.dts' (48,766) at 20210308005002812 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/files/0001-versioneer.py-do-not-use-SafeConfigParser.patch' (48,767) at 20240113090014540 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/trigger_presence_changed_ind.hpp' (48,768) at 20220412175720086 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/aspeed_adc.c' (48,769) at 20240405153048949 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/dedup_variant.hpp' (48,770) at 20240618080045405 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/fallback.h' (48,771) at 20240405153046685 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/samples/ethtool.c' (48,772) at 20240405153054073 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_fcntl.h' (48,773) at 20221215040039202 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme16x/mvme16x.h' (48,774) at 20241211090145381 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_divide.c' (48,775) at 20210307214926730 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/pxa/mfp.rst' (48,776) at 20240405153044973 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass' (48,777) at 20241206090014310 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/renesas,idt821034.yaml' (48,778) at 20240405153045169 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha3_256_s390.c' (48,779) at 20240405153046273 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h' (48,780) at 20210307214929510 2025-03-14 03:00:48.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/mux.c' (48,781) at 20210308005003028 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.h' (48,782) at 20210307214929478 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mbus.h' (48,783) at 20210307214926582 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-mba6.dtsi' (48,784) at 20240405153045505 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/send.c' (48,785) at 20240719080013357 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/error.hpp' (48,786) at 20210308005114857 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/install-bench.patch' (48,787) at 20230706080014757 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kallsyms_selftest.h' (48,788) at 20240405153053009 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/meson.build' (48,789) at 20241010080036061 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/bonnell.json' (48,790) at 20231212090004998 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/xilinx_tb_wdt.c' (48,791) at 20210308005003540 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-werkzeug_3.1.3.bb' (48,792) at 20241221090017564 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c' (48,793) at 20240405153050257 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/lcs.c' (48,794) at 20240405153231379 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fsconfig.sh' (48,795) at 20210524100035134 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/checksum.c' (48,796) at 20210309003648868 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.User.Manager.service' (48,797) at 20230422080012291 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/kxgettext.c' (48,798) at 20210308005003732 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/key.h' (48,799) at 20240405153052717 2025-03-14 03:00:48.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/group.c' (48,800) at 20240405153052453 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/ipoib.rst' (48,801) at 20220525020651770 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/newline_in_nl_msg.cocci' (48,802) at 20240405153053441 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rpmsg/Makefile' (48,803) at 20210307214932130 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/utils.c' (48,804) at 20210927100127093 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/main.c' (48,805) at 20210307214929174 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4_sd_rcw.cfg' (48,806) at 20210308005002996 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc405_boards.c' (48,807) at 20241211090212322 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-udraw-ps3.c' (48,808) at 20210309003649916 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/thread_loop.c' (48,809) at 20240405153054169 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/a.c' (48,810) at 20210307214932470 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch' (48,811) at 20230706080014753 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma_private.h' (48,812) at 20240405153051829 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-highlander.c' (48,813) at 20240405153048901 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-eukrea-mbmx283lc.dts' (48,814) at 20240405153229891 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb' (48,815) at 20220402030015899 to deleted uid set 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/userfaultfd.c' (48,816) at 20241211090212562 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbdata.c' (48,817) at 20240405153046625 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ordered-data.h' (48,818) at 20240405153052289 2025-03-14 03:00:48.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdswap.c' (48,819) at 20240405153049685 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-mt6370-flash.c' (48,820) at 20240405153049217 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/internals.h' (48,821) at 20241211090212470 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_rs_w.c' (48,822) at 20210308005046505 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-ezkey.c' (48,823) at 20210307214928090 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SPIFLASH_defconfig' (48,824) at 20210308005003244 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/bcm6345_gpio.c' (48,825) at 20210308005003376 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/print_ut.c' (48,826) at 20230302090047762 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix.patch' (48,827) at 20230317080013785 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/Makefile' (48,828) at 20210307214932226 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/tsens-v1.c' (48,829) at 20241216090017741 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmc/pmc.h' (48,830) at 20240405153231339 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_vop.h' (48,831) at 20210308005003532 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/Build' (48,832) at 20240405153054217 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/etc/ld.so.conf' (48,833) at 20210307205554478 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/odroid.c' (48,834) at 20240405153232191 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_jedec.c' (48,835) at 20240405153049697 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0002-start-stop-daemon-fix-tests.patch' (48,836) at 20241221090017636 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/siginfo.h' (48,837) at 20220525020652002 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/tmp275@48.conf' (48,838) at 20240904080027734 2025-03-14 03:00:48.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm/include/asm/barrier.h' (48,839) at 20210307214932454 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs690d.h' (48,840) at 20210307214928018 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/vdso.h' (48,841) at 20220525020651970 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/Kconfig' (48,842) at 20240405153053985 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-fsi.c' (48,843) at 20210309003649976 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/single_step_syscall.c' (48,844) at 20220525020655235 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff' (48,845) at 20220105012522987 to deleted uid set 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/thinkpad_helper.c' (48,846) at 20220525020655003 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/boot-qemu.sh' (48,847) at 20230413080016200 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/corstone1000-flash-firmware.wks.in' (48,848) at 20241221090017468 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpacpi/Kconfig' (48,849) at 20210307214930154 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/def.h' (48,850) at 20210307214929922 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/aia_aplic.c' (48,851) at 20241211090145385 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg.h' (48,852) at 20240405153046953 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/Kconfig' (48,853) at 20210308005002996 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/metrics.json' (48,854) at 20220525020655143 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c' (48,855) at 20240910080014026 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-con-set.h' (48,856) at 20230925080040077 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/bootp/init.S' (48,857) at 20210307214925678 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/xcalibur1501.dts' (48,858) at 20210307214926358 2025-03-14 03:00:48.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/Kconfig' (48,859) at 20210308005003372 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/marvell-88x2222.c' (48,860) at 20240405153231075 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/broadcom/bcm47xx_nvram.c' (48,861) at 20240405153047037 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-health.rst' (48,862) at 20240405153045237 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/0001-Do-not-use-Werror-with-clang.patch' (48,863) at 20230706080014753 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ovly917e.c' (48,864) at 20210307214927898 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/package-index.bb' (48,865) at 20210307205554486 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/plugin.S' (48,866) at 20210308005002988 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/fwdesc.h' (48,867) at 20240405153050469 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt' (48,868) at 20221102030020729 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_selftest.h' (48,869) at 20210308005003644 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/page.h' (48,870) at 20240405153045917 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-auth' (48,871) at 20210307205554566 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/meta-formats.rst' (48,872) at 20240405153045317 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3328_defconfig' (48,873) at 20210308005003260 2025-03-14 03:00:48.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,qcs404.h' (48,874) at 20210307214931338 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc.h' (48,875) at 20240405153230391 to deleted uid set 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/Makefile' (48,876) at 20240618080047573 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/bootp/Makefile' (48,877) at 20240405153045365 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_send_signal_kern.c' (48,878) at 20240405153054277 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml' (48,879) at 20221223040024045 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4trace.c' (48,880) at 20210307214931158 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsankoski' (48,881) at 20210307205553770 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_flavors.c' (48,882) at 20210307214932642 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/README' (48,883) at 20210308005003004 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ringbuf_map_key.c' (48,884) at 20240405153054277 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/Kconfig' (48,885) at 20210308005003056 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11n_aggr.h' (48,886) at 20240405153050561 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0021.h' (48,887) at 20240405153048617 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/swap.rst' (48,888) at 20240405153045229 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/173.out' (48,889) at 20210927100127489 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_funcs2.c' (48,890) at 20240405153054269 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Atlantic-Bird-1-12.5W' (48,891) at 20210307205553758 2025-03-14 03:00:48.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config.bb' (48,892) at 20241206090014278 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320adcx140.h' (48,893) at 20240405153053805 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dp_reg.h' (48,894) at 20240405153048565 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7743-iwg20m.dtsi' (48,895) at 20240405153045549 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/spitz_pm.c' (48,896) at 20240405153045681 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/palmas_regulator.c' (48,897) at 20210308005003472 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb' (48,898) at 20210729000029108 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tox.ini' (48,899) at 20231126090012817 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/cc2520.txt' (48,900) at 20210307214925374 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_NAND_defconfig' (48,901) at 20210308005003244 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/dram_0xc0000000.config' (48,902) at 20240405153229907 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/memory.c' (48,903) at 20240405153053525 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/FabricAdapter_v1.xml' (48,904) at 20240619080002924 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/cpu.c' (48,905) at 20210308005002724 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/common.c' (48,906) at 20221103030028784 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/MAINTAINERS' (48,907) at 20210308005002976 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_conf_manager.cpp' (48,908) at 20240822080026693 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ia_css_ctc_table.host.h' (48,909) at 20210307214930554 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/systemd.c' (48,910) at 20230925080040113 2025-03-14 03:00:48.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE07' (48,911) at 20240405153054369 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/hotpages.c' (48,912) at 20230925080039837 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libusb/libusb1_1.0.27.bb' (48,913) at 20241206090014350 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend' (48,914) at 20241206090014214 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/meson.build' (48,915) at 20210308005045897 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/patchtest_parser.py' (48,916) at 20241221090017632 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-tec-ng.dts' (48,917) at 20210308005002632 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__execution_fwd.hpp' (48,918) at 20241217090453703 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_l2_sys.c' (48,919) at 20240405153051533 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_syscall.h' (48,920) at 20241211090212218 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_illinois.c' (48,921) at 20220627100017186 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-usb.c' (48,922) at 20210308005003348 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/flow.h' (48,923) at 20210308005002672 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/lpc18xx_dac.c' (48,924) at 20240405153048977 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-65bb.dtso' (48,925) at 20240405153045725 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/byteorder/little_endian.h' (48,926) at 20210307214931362 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/test/README.md' (48,927) at 20210308004942076 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-inet-86vs.dts' (48,928) at 20210308005002620 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_sessions_connection.robot' (48,929) at 20240420080019489 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/cereal.wrap' (48,930) at 20240229090015607 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit_1.33.11.bb' (48,931) at 20230609080014391 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-a83t-ccu.h' (48,932) at 20210308005003640 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/collection_time_scope.hpp' (48,933) at 20230524080039233 to deleted uid set 2025-03-14 03:00:48.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/men_z188_adc.c' (48,934) at 20240405153230687 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c' (48,935) at 20240405153231227 to deleted uid set 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/inet6_connection_sock.c' (48,936) at 20240405153053273 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/stream_sched.h' (48,937) at 20240405153052865 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usb_stream.c' (48,938) at 20240405153054029 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/hippi.c' (48,939) at 20240405153053161 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/interrupts.rst' (48,940) at 20240405153044969 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE06' (48,941) at 20240405153054369 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ncsi/ncsi-manage.c' (48,942) at 20240624080012832 to deleted uid set 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_end.cpp' (48,943) at 20210308005108645 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-p2a-ctrl.c' (48,944) at 20240405153231447 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/qcom-gpi.h' (48,945) at 20220525020654543 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/rsk7203_defconfig' (48,946) at 20240405153046309 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/core917d.c' (48,947) at 20210309003649820 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lib/drm_random.h' (48,948) at 20240405153048565 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel-lte-parade.dts' (48,949) at 20240405153045781 2025-03-14 03:00:48.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_io.c' (48,950) at 20210307214930642 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/boot0.h' (48,951) at 20210308005002660 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/rcu_dereference.rst' (48,952) at 20240405153044933 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bollebygd' (48,953) at 20210307205553778 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_features.c' (48,954) at 20240405153232271 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch' (48,955) at 20230401080011935 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c' (48,956) at 20240405153047221 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/ody-plugins.cpp' (48,957) at 20240830080017491 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockmap_parse_prog.c' (48,958) at 20240405153054273 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_efi_plugin.wks' (48,959) at 20241221090017604 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/pd-samsung.yaml' (48,960) at 20210309003648384 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-factor.h' (48,961) at 20210307214926958 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_overo.h' (48,962) at 20210308005003608 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/str_utility.hpp' (48,963) at 20240120090003249 to deleted uid set 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-var-stk-om44.dts' (48,964) at 20240405153045605 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/io-mapping.rst' (48,965) at 20240405153045193 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/sve_context.h' (48,966) at 20210307214926070 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-moxtet-devices' (48,967) at 20220525020651634 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/ftwdt010_wdt.c' (48,968) at 20210308005003540 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/Kconfig' (48,969) at 20210307214928802 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-st.txt' (48,970) at 20210307214925406 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/tcm.h' (48,971) at 20210307214927982 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_if.h' (48,972) at 20240405153049957 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/Kconfig' (48,973) at 20210307214927118 2025-03-14 03:00:48.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/cpc925_edac.c' (48,974) at 20210307214927150 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/net_ethoc.h' (48,975) at 20210308005003628 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/led-class.c' (48,976) at 20241216090017705 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Thermal_v1.xml' (48,977) at 20240619080002940 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_sequencer_device.hpp' (48,978) at 20240502080027948 to deleted uid set 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/vcpudispatch_stats.rst' (48,979) at 20210309003648456 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-pcm.c' (48,980) at 20240405153053969 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/win_helper.c' (48,981) at 20240906080037536 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/main.c' (48,982) at 20240405153054373 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/__fls.h' (48,983) at 20210308005003560 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/flat.h' (48,984) at 20210307214926550 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ug3105_battery.c' (48,985) at 20240405153051441 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/associations.hpp' (48,986) at 20240820080028978 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb' (48,987) at 20210812000025334 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-12' (48,988) at 20230114040005626 2025-03-14 03:00:48.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial_8250.h' (48,989) at 20240405153052793 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/package-lock.json' (48,990) at 20210308005107081 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/99_dnsmasq' (48,991) at 20210307205553838 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/Kconfig' (48,992) at 20240405153232195 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/pcsp_input.c' (48,993) at 20220525020654971 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/.gitignore' (48,994) at 20210307214932710 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zap_leaf.h' (48,995) at 20210308005003696 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_hw.h' (48,996) at 20240405153050073 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/debugfs.c' (48,997) at 20240405153049045 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-fsl.c' (48,998) at 20240405153231555 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-medion-x10-digitainer.c' (48,999) at 20210307214928782 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (49,000) at 20230310090018691 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pipe_crc.h' (49,001) at 20210307214927806 2025-03-14 03:00:48.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-yaml-provider_git.bb' (49,002) at 20210307205554054 2025-03-14 03:00:48.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/hisilicon,hi3559av100-clock.yaml' (49,003) at 20220525020651662 2025-03-14 03:00:48.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_sli.c' (49,004) at 20241216090017733 2025-03-14 03:00:48.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051_git.bb' (49,005) at 20240301090012419 2025-03-14 03:00:48.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/Makefile' (49,006) at 20210308005003056 2025-03-14 03:00:48.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/circuit.hpp' (49,007) at 20221229040004411 to deleted uid set 2025-03-14 03:00:48.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Image/meson.build' (49,008) at 20230910080024030 to deleted uid set 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/mv_cesa.txt' (49,009) at 20210307214925298 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_qb.c' (49,010) at 20210308005046505 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/console/obmc-console_%.bbappend' (49,011) at 20210812000025262 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/call_event.c' (49,012) at 20240405153232071 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/manifest.py' (49,013) at 20220910030013397 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/hpfs.rst' (49,014) at 20210309003648420 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sh4_tuxrun.py' (49,015) at 20241211090212542 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot_2.3.21.1.bb' (49,016) at 20241221090017496 2025-03-14 03:00:48.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/timestamping.c' (49,017) at 20220525020655223 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_errno_defs.h' (49,018) at 20210927100127273 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a779a0-sysc.h' (49,019) at 20210309003653816 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockopt_multi.c' (49,020) at 20240405153054273 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3229-xms6.dts' (49,021) at 20240405153045561 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugetlb-madvise.c' (49,022) at 20240405153054329 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c' (49,023) at 20240405153049921 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0051-corstone1000-purge-remoteproc-dts-node.patch' (49,024) at 20241221090017468 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/vexpress64.c' (49,025) at 20210308005002916 2025-03-14 03:00:48.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c' (49,026) at 20210308005003412 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-meson-vrtc.c' (49,027) at 20240405153051497 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop_1.04.bb' (49,028) at 20241206090014350 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/reset.h' (49,029) at 20241211090212370 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-dvb.c' (49,030) at 20240405153049541 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb' (49,031) at 20231126090012797 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra_spi.h' (49,032) at 20210308005003496 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComputerSystemCollection.json' (49,033) at 20240619080002944 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/Makefile' (49,034) at 20210307214930302 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/reset-handler.S' (49,035) at 20240405153045689 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm-common.h' (49,036) at 20230310090043283 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/appendix-customizing-standard.rst' (49,037) at 20210817100021802 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/0001-Do-not-emit-useless-rpath.patch' (49,038) at 20230114040015482 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/dsp.h' (49,039) at 20210307214925666 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog-monitor@.service' (49,040) at 20220514030009420 2025-03-14 03:00:48.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/pci.c' (49,041) at 20240405153231247 to deleted uid set 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventDestination.v1_15_0.json' (49,042) at 20240918080002720 to deleted uid set 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpasscorecc-sc7280.c' (49,043) at 20240405153230235 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/Makefile' (49,044) at 20210307214928790 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-fvp-base.inc' (49,045) at 20241221090017464 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/chassis_test.cpp' (49,046) at 20241211090002379 to deleted uid set 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/kas/qemux86-musl.yml' (49,047) at 20210307205554110 to deleted uid set 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dts' (49,048) at 20210309003648732 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/cl0046.h' (49,049) at 20240405153048617 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/kldir.h' (49,050) at 20210307214926246 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-mod-clk.yaml' (49,051) at 20240405153045021 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/test.c' (49,052) at 20210307214932738 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/op_helper.c' (49,053) at 20240906080037500 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/TODO' (49,054) at 20220525020654115 2025-03-14 03:00:48.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds_qixis.h' (49,055) at 20210308005002964 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api.c' (49,056) at 20240405153231035 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/strace.list' (49,057) at 20241211090212382 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-dev-common.c' (49,058) at 20240405153231471 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-bananapi-m64.dts' (49,059) at 20210308005002616 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/alps.h' (49,060) at 20210307214928486 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi_private.h' (49,061) at 20240405153050341 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_msg.h' (49,062) at 20240405153046953 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.h' (49,063) at 20220525020652975 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (49,064) at 20220219040012739 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/OWNERS' (49,065) at 20231222090011739 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/README' (49,066) at 20210308004938816 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch' (49,067) at 20210307205553998 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/char.json' (49,068) at 20241211090212446 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-ccu.h' (49,069) at 20210308005003640 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/mt9v032.txt' (49,070) at 20210307214925350 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/amd_hsmp.h' (49,071) at 20240405153046377 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu.h' (49,072) at 20241211090212510 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/txx9_translate.c' (49,073) at 20210927100127413 2025-03-14 03:00:48.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec.h' (49,074) at 20221215040039342 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/schedutil.rst' (49,075) at 20240405153045301 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw_6.9.bb' (49,076) at 20241221090017636 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-member-unknown.out' (49,077) at 20210308005046401 to deleted uid set 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch' (49,078) at 20241206090014242 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/Makefile.include' (49,079) at 20240906080037584 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/iso-resources.c' (49,080) at 20210307214932210 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EFL-1.0' (49,081) at 20210307205554418 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/reproducible-builds.rst' (49,082) at 20231126090012825 to deleted uid set 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zrle.c' (49,083) at 20210308005046553 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/cesa/Makefile' (49,084) at 20210307214927098 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/CertificatesStore.js' (49,085) at 20241004080035963 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/README.md' (49,086) at 20240809080033019 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8190_rtl8256.c' (49,087) at 20220525020654167 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/isight_firmware.c' (49,088) at 20210307214930846 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/uio_dmem_genirq.h' (49,089) at 20240405153052769 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/hooks.c' (49,090) at 20240405153053089 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/SnmpAlerts/index.js' (49,091) at 20230811080042214 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-plantronics.c' (49,092) at 20241018080014486 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_fw_comp.h' (49,093) at 20240405153046957 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/image-uefi.conf' (49,094) at 20240106090017257 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/system/kernel.ld' (49,095) at 20210308005046489 2025-03-14 03:00:48.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if.err' (49,096) at 20220429100100882 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_mixer.c' (49,097) at 20220525020654971 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_trace.h' (49,098) at 20240405153048729 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/omap-usb-host.c' (49,099) at 20240405153230835 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermometer/Build' (49,100) at 20240405153054381 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bootm.c' (49,101) at 20210308005002884 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/dw_dsi_reg.h' (49,102) at 20220525020652859 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/imx_thermal.c' (49,103) at 20240405153231495 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/renoir/rn-pci-acp3x.c' (49,104) at 20240405153053553 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/detect-zeroes-registered-buf.out' (49,105) at 20230426080043944 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch' (49,106) at 20241221090017696 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joutsa_Lankia' (49,107) at 20210307205553770 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-cow.c-Replace-stat64-with-stat.patch' (49,108) at 20230609080014391 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/rtlx.c' (49,109) at 20210307214926258 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_syncobj.c' (49,110) at 20240919080017054 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rwlock_api_smp.h' (49,111) at 20240405153052789 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop' (49,112) at 20240309090012824 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_cpu.h' (49,113) at 20230426080043780 2025-03-14 03:00:48.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/intel,ixp4xx-network-processing-engine.yaml' (49,114) at 20240405153229763 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/ntb_transport.c' (49,115) at 20241008080013959 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-evm.dts' (49,116) at 20210308005002592 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-37xx-periph.c' (49,117) at 20240405153230219 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vt8500lcdfb.c' (49,118) at 20240405153231595 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_svc.h' (49,119) at 20210307214930294 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/spi.rst' (49,120) at 20240405153045197 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/MAINTAINERS' (49,121) at 20210308005002952 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fxam.c' (49,122) at 20210308005046497 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/0002-Fix-pyext_PATTERN-for-cross-compilation.patch' (49,123) at 20240113090014536 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdhci-internal.h' (49,124) at 20230426080043736 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/32/mmu-hash.h' (49,125) at 20240405153046101 2025-03-14 03:00:48.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/qemu-pixman.h' (49,126) at 20241211090212374 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/hmm_bo.c' (49,127) at 20240405153051833 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/gpio_handle.hpp' (49,128) at 20230511080028983 to deleted uid set 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if.h' (49,129) at 20210307214931634 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/LICENSE' (49,130) at 20210307205553734 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/tpm-tools-extendpcr.patch' (49,131) at 20230706080014769 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch' (49,132) at 20220910030013353 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/pcie-poweroff@.service.in' (49,133) at 20230513080022442 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/acbel-fsg032.c' (49,134) at 20240405153048869 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/reg.h' (49,135) at 20240405153231163 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/Kconfig' (49,136) at 20210308005003068 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/README' (49,137) at 20210308005002972 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml' (49,138) at 20240405153045021 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/seg_helper.c' (49,139) at 20241121090029284 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/mdev.conf' (49,140) at 20210307205554470 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/action.c' (49,141) at 20240405153050193 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/omap-mailbox.h' (49,142) at 20210307214931462 2025-03-14 03:00:48.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pl01x.c' (49,143) at 20210308005003484 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov9734.c' (49,144) at 20240405153230791 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-savageboard.dtsi' (49,145) at 20240405153045517 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/Makefile' (49,146) at 20210307214929550 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/uncore-other.json' (49,147) at 20240405153054137 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/debuginfo.c' (49,148) at 20240906080037544 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ge.c' (49,149) at 20240405153230303 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/mmp-dma.txt' (49,150) at 20240405153045053 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Vrm_LocationCode.json' (49,151) at 20221213040036921 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/Kconfig' (49,152) at 20241023080012879 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/Makefile' (49,153) at 20210308005003740 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_fbdev.c' (49,154) at 20240613080016407 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/fddi.h' (49,155) at 20210307214929666 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/vip.h' (49,156) at 20240405153051869 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-doe.h' (49,157) at 20240405153052757 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cn_proc.h' (49,158) at 20210307214931370 2025-03-14 03:00:48.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/brcm,kona-timer.yaml' (49,159) at 20240405153045177 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_filter.c' (49,160) at 20240520080015163 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-dev.h' (49,161) at 20240405153052829 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/real_pel_test.cpp' (49,162) at 20221005030030506 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/MAINTAINERS' (49,163) at 20210308005003012 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_type_38.c' (49,164) at 20210308005045961 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/regulator.h' (49,165) at 20210307214931438 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.err' (49,166) at 20210308005046401 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4_nand_rcw.cfg' (49,167) at 20210308005002996 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml' (49,168) at 20240405153229771 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am57xx_evm.h' (49,169) at 20210308005003584 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/0001-libacpi-Fix-build-witth-fno-commom.patch' (49,170) at 20241221090017632 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/rx_common.h' (49,171) at 20240405153050293 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/dsp.h' (49,172) at 20240405153231807 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/memory.c' (49,173) at 20241211090212550 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/user-guide.rst' (49,174) at 20241221090017464 to deleted uid set 2025-03-14 03:00:48.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/ComponentIntegrity.interface.yaml' (49,175) at 20240229090018787 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/common.c' (49,176) at 20240405153231567 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-kernel/linux/linux-aspeed_%.bbappend' (49,177) at 20230412080023456 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_pci.h' (49,178) at 20240405153048529 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward/0001-correct-the-typo-in-include-file-name-string.h.patch' (49,179) at 20221003030013285 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_buddy.c' (49,180) at 20240405153050133 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-visibility-on.svg' (49,181) at 20210308005107069 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mbox.h' (49,182) at 20210308005100993 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/bio.c' (49,183) at 20240910080014074 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/byteorder.h' (49,184) at 20210307214926122 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen9_renderstate.c' (49,185) at 20220525020652887 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-acpica' (49,186) at 20241221090017612 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/Kconfig' (49,187) at 20240405153046213 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max1586-regulator.txt' (49,188) at 20210307214925410 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/xtensaeb-softmmu/default.mak' (49,189) at 20210927100127057 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-alternate.json' (49,190) at 20210308005046401 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/soci/0001-Do-not-use-std-shuffle-with-clang-15.patch' (49,191) at 20221003030013269 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/proc_cap_intel.h' (49,192) at 20240405153231787 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/merge_variants.hpp' (49,193) at 20230106040046360 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/prefetch.h' (49,194) at 20240405153045941 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_skip_unittest.cpp' (49,195) at 20210308005120353 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/unaligned_32.c' (49,196) at 20220525020652122 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/messages-win32.mc' (49,197) at 20230426080043840 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_intel/Makefile' (49,198) at 20210525100144787 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-sizes.h.in' (49,199) at 20241219090010504 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/compress.c' (49,200) at 20240405153052545 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-afe-clk.h' (49,201) at 20240405153053973 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t35.h' (49,202) at 20210308005003588 2025-03-14 03:00:48.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h' (49,203) at 20210308005003364 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_fb.c' (49,204) at 20240405153048361 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-whitelist/openpower-ipmi-oem-whitelist-native.conf' (49,205) at 20210307205554054 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-zd1301-cardlist.rst' (49,206) at 20210307214925230 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/wdt.h' (49,207) at 20210308005002644 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/net-traces.c' (49,208) at 20240405153053221 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-mt6323.c' (49,209) at 20240405153049221 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/spi/spi-intel-pci.c' (49,210) at 20240405153231463 to deleted uid set 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/sppctl.h' (49,211) at 20240405153052653 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/task.html' (49,212) at 20210307205554286 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/ahb/ahb--apb/f0100000.peci-bus/peci-0/0-31/peci-cputemp.1.conf' (49,213) at 20210307205554094 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_main.c' (49,214) at 20240405153230699 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispccp2.c' (49,215) at 20240405153230819 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/kernel.ld' (49,216) at 20240326080039742 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/insn.h' (49,217) at 20240405153054033 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c' (49,218) at 20241111090012133 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sun4i.c' (49,219) at 20240405153051801 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/entry.S' (49,220) at 20240405153045977 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-generic-u-boot.dtsi' (49,221) at 20210308005002592 2025-03-14 03:00:48.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add.png' (49,222) at 20210307205554250 to deleted uid set 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/container.c' (49,223) at 20210308005046233 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml' (49,224) at 20240405153045109 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch' (49,225) at 20241206090014342 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam-transaction.c' (49,226) at 20210309003654576 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/dbus_mode.cpp' (49,227) at 20241210090026644 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/datapage.S' (49,228) at 20241011080017291 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-samekey.bconf' (49,229) at 20210307214932462 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/entry-common.h' (49,230) at 20240710080014577 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32f746-overview.rst' (49,231) at 20240405153044973 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-tysom-m-fabric.dtsi' (49,232) at 20240405153046241 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/mmu_context.h' (49,233) at 20210307214926554 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/Makefile' (49,234) at 20240405153049793 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/utfcpp/utfcpp_4.0.6.bb' (49,235) at 20241221090017700 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ethernet_interface.cpp' (49,236) at 20241127090024701 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-common.inc' (49,237) at 20240106090017273 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/fsl_upm.h' (49,238) at 20210308005003668 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/inband_code_update.hpp' (49,239) at 20230513080036782 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch' (49,240) at 20210307205554458 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-eukrea-mbmx287lc.dts' (49,241) at 20240405153045537 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/sg.h' (49,242) at 20240405153052877 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/reclaim.sh' (49,243) at 20240405153054293 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/reg_wow.h' (49,244) at 20210307214929774 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/smp_64.h' (49,245) at 20240617080017378 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager_%.bbappend' (49,246) at 20241206090014222 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/osd.c' (49,247) at 20210308005003216 2025-03-14 03:00:48.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/mr_pool.h' (49,248) at 20210307214931582 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/Makefile' (49,249) at 20240405153050321 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/ab8500.c' (49,250) at 20240405153051461 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch' (49,251) at 20221017030012222 to deleted uid set 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/interwave-stb.c' (49,252) at 20210307214932222 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/configurations/fileTable.json' (49,253) at 20241204090036299 to deleted uid set 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c' (49,254) at 20240405153047229 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-segrel.S' (49,255) at 20210307214926134 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/clk.h' (49,256) at 20240405153046869 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/virtio_bt.c' (49,257) at 20240613080016383 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/tvaudio.h' (49,258) at 20210307214931546 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/lp.h' (49,259) at 20210307214931642 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/license_service.hpp' (49,260) at 20221229040004411 to deleted uid set 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/ssh.c' (49,261) at 20241211090212218 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder/ampere-power-on-driver-binder@.service' (49,262) at 20221006100013249 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_sa_w_ph.c' (49,263) at 20210308005046505 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strchr.S' (49,264) at 20240405153229859 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableCellCount.vue' (49,265) at 20241004080035963 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_core_ctx_regs.h' (49,266) at 20240405153046585 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/Kconfig' (49,267) at 20210308005002988 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_nand_rcw.cfg' (49,268) at 20210308005002992 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_usb.c' (49,269) at 20240405153231235 2025-03-14 03:00:48.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mark_read_dirty.c' (49,270) at 20210308005108641 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HeaterCollection.json' (49,271) at 20240619080002948 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/volatiles.99_atop' (49,272) at 20210307205553966 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_conf_manager.hpp' (49,273) at 20220727030029197 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/timer-del-timer-free.cocci' (49,274) at 20210927100127345 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8548_serdes.c' (49,275) at 20210308005002832 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c' (49,276) at 20240405153047097 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_onenand_small_defconfig' (49,277) at 20210308005003284 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stopit/LICENSE' (49,278) at 20230706080014765 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch' (49,279) at 20220204040022676 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spmi/Makefile' (49,280) at 20240405153051805 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cs53l32a.c' (49,281) at 20240405153049309 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/Makefile' (49,282) at 20240405153049469 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cx2072x.c' (49,283) at 20240405153232151 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc8.c' (49,284) at 20220525020654747 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb' (49,285) at 20231011080016570 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_hash.h' (49,286) at 20220525020654927 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/kref.rst' (49,287) at 20210307214925266 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/videocodec.c' (49,288) at 20240405153049385 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/strksyms.c' (49,289) at 20240405153045905 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/heartbeat.h' (49,290) at 20210307214926550 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/socfpgaimage.c' (49,291) at 20210308005003772 2025-03-14 03:00:48.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-sysfs.h' (49,292) at 20240405153047089 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decNumber.h' (49,293) at 20220429100100582 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/acpi/index.rst' (49,294) at 20240405153044937 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff' (49,295) at 20210307205554274 to deleted uid set 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AddressPoolCollection_v1.xml' (49,296) at 20240619080002916 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/bcm28155_ap.c' (49,297) at 20210308005002924 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_128x128.png' (49,298) at 20210308005046549 to deleted uid set 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_promise.h' (49,299) at 20210307214926878 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/snmp-controller.html' (49,300) at 20210308005107073 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/OWNERS' (49,301) at 20241018080016394 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/device_tree-stub.c' (49,302) at 20240906080037448 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a.h' (49,303) at 20240405153050669 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-net-util' (49,304) at 20230412080023452 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_main.c' (49,305) at 20240405153048781 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-ecam.h' (49,306) at 20240405153052757 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-afalg.c' (49,307) at 20241211090212226 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_v_ogm.h' (49,308) at 20220525020654787 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-dspi.c' (49,309) at 20241111090012137 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-send-duty-cycle.rst' (49,310) at 20220525020651782 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tracing.rst' (49,311) at 20240906080037176 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/iothread-lock-block.c' (49,312) at 20220429100100758 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/host-bmc/host_lamp_test.hpp' (49,313) at 20240819080030259 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/sun8i-formats.h' (49,314) at 20210307214928762 2025-03-14 03:00:48.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/arm,hdlcd.yaml' (49,315) at 20240405153045037 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/purgatory/.gitignore' (49,316) at 20240405153046229 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/Makefile' (49,317) at 20240405153048353 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bench.h' (49,318) at 20241008080014055 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/qaic.h' (49,319) at 20240405153046609 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx51.c' (49,320) at 20240405153231319 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/acpi.rst' (49,321) at 20240405153045249 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/dsp_spos_scb_lib.c' (49,322) at 20210307214932238 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/Makefile' (49,323) at 20240405153053357 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_bp.c' (49,324) at 20220525020654695 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/region_devs.c' (49,325) at 20240405153231271 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_b.c' (49,326) at 20210308005046521 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-evk.dts' (49,327) at 20240405153045733 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/Makefile' (49,328) at 20240405153046033 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/devtool-reference.rst' (49,329) at 20241221090017600 to deleted uid set 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/meson-setup.py' (49,330) at 20220125040024499 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_serialize.cpp' (49,331) at 20230615080025080 2025-03-14 03:00:48.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/cq_enet_desc.h' (49,332) at 20240405153051597 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-ns.c' (49,333) at 20241008080013967 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/fpi-bus.txt' (49,334) at 20210307214925362 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/board/fsl-board.txt' (49,335) at 20210307214925282 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/feature.c' (49,336) at 20240405153232207 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6afe.c' (49,337) at 20240405153053981 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/bletchley-common-functions_0.1.bb' (49,338) at 20241221090017476 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/trace.h' (49,339) at 20220429100100530 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2.h' (49,340) at 20210307214929530 2025-03-14 03:00:48.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metric.hpp' (49,341) at 20240323080007057 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/wmi.c' (49,342) at 20240405153231347 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/cache.json' (49,343) at 20240405153054137 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/201' (49,344) at 20210927100127493 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/file-win32.c' (49,345) at 20240906080037144 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/null_blk.rst' (49,346) at 20240405153044989 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psscope.c' (49,347) at 20240405153046625 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr_lowlevel_init.S' (49,348) at 20210308005002548 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb' (49,349) at 20241221090017564 to deleted uid set 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/Kconfig' (49,350) at 20210308005002908 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch' (49,351) at 20230114040015542 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/078.out' (49,352) at 20210308005046441 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/rseq/rseq.c' (49,353) at 20241018080014602 to deleted uid set 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-evm.dts' (49,354) at 20210308005002564 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/sdbus.hpp' (49,355) at 20241203090049024 to deleted uid set 2025-03-14 03:00:48.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/lock.h' (49,356) at 20240405153052897 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc5121.dtsi' (49,357) at 20240405153230027 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-build/action.yml' (49,358) at 20221017030012226 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-iomega_ix2_200.dts' (49,359) at 20240405153045457 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm3692x.c' (49,360) at 20240405153049217 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet-3w.dts' (49,361) at 20210308005002616 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h' (49,362) at 20210308005002780 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/Makefile' (49,363) at 20210308005003072 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/eeprom_4k.c' (49,364) at 20210307214929770 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/pci_handler.cpp' (49,365) at 20240821080001891 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_encode_check.yaml' (49,366) at 20240908080010098 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/irq_poll.c' (49,367) at 20240405153053089 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-cards.c' (49,368) at 20241216090017705 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/acpi-power-state.service.in' (49,369) at 20230629131804615 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-isort_5.13.2.bb' (49,370) at 20240106090017237 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-versatile.c' (49,371) at 20240405153051233 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/cleanfile' (49,372) at 20210307214932138 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0001-ppoe-Dont-include-linux-if_ether.h.patch' (49,373) at 20230706080014737 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/keyboard_leds.c' (49,374) at 20210307214930134 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/vmt.c' (49,375) at 20240405153049713 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/userp.rst' (49,376) at 20210309003648504 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/MAINTAINERS' (49,377) at 20210308005002988 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-gpio.c' (49,378) at 20240906080037316 2025-03-14 03:00:48.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/Makefile' (49,379) at 20210308005003528 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map-metadata.h' (49,380) at 20240405153049257 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,camcc-sm8250.yaml' (49,381) at 20240405153045025 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_dma.h' (49,382) at 20210307214926242 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-include-cstdint-for-uintXX_t-types.patch' (49,383) at 20230131040012027 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-isa.c' (49,384) at 20210308005046373 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4531.yaml' (49,385) at 20220525020651682 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-polaris.c' (49,386) at 20210307214926534 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/files/location.patch' (49,387) at 20230706080014769 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-autoflake_2.3.1.bb' (49,388) at 20241206090014266 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/mm/init.c' (49,389) at 20240913080013769 to deleted uid set 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn544/Makefile' (49,390) at 20210307214929978 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-rec-timeout.rst' (49,391) at 20220525020651782 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.h' (49,392) at 20240405153231015 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/part_efi.h' (49,393) at 20210308005003676 2025-03-14 03:00:48.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml' (49,394) at 20240405153045085 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/dma-mapping.c' (49,395) at 20240405153229915 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/chmc.c' (49,396) at 20240405153230091 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/page.h' (49,397) at 20240405153045349 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/ppce500.rst' (49,398) at 20230426080043664 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/dis.c' (49,399) at 20240405153046285 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/ecam.c' (49,400) at 20220525020653847 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vining_2000.h' (49,401) at 20210308005003624 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/syscall.S' (49,402) at 20241011080017291 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/linux_ssh_mips_malta.py' (49,403) at 20230925080040081 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-discover-system-state@.service' (49,404) at 20240513080028599 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-lxa-tac-gen2.dts' (49,405) at 20240405153229903 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-do-not-create-a-run-test-to-determine-order-of-bitfi.patch' (49,406) at 20210307205553958 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_FCOMI.c' (49,407) at 20210307214932734 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanPwm/meson.build' (49,408) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/__init__.py' (49,409) at 20210307205554266 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-alc5632.yaml' (49,410) at 20240405153045165 2025-03-14 03:00:48.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pxa.c' (49,411) at 20240405153230307 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/lpc1850-creg-clk.txt' (49,412) at 20240405153229755 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_drm.h' (49,413) at 20240405153048597 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/highmem-internal.h' (49,414) at 20240405153052697 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/netlink.h' (49,415) at 20210307214932094 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/mdt_loader.c' (49,416) at 20240405153051765 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_macro_scan.l' (49,417) at 20210307214930278 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/OWNERS' (49,418) at 20220413030038613 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/Makefile' (49,419) at 20210308005003348 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/videobuf-dma-contig.c' (49,420) at 20240405153049585 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/.kunitconfig' (49,421) at 20240405153047029 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-dpi-defs.h' (49,422) at 20210307214926234 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/berlin2-avpll.h' (49,423) at 20210307214926966 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/Kconfig' (49,424) at 20241018080014486 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-h6.c' (49,425) at 20240405153231335 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-rx.h' (49,426) at 20210307214930602 2025-03-14 03:00:48.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb' (49,427) at 20241221090017524 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das08.h' (49,428) at 20220525020652350 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/MAINTAINERS' (49,429) at 20210308005003172 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Renstrom' (49,430) at 20210307205553790 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb' (49,431) at 20241221090017676 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gic.h' (49,432) at 20230925080039929 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/corstone1000-mps3.dts' (49,433) at 20240405153229919 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/.linter-ignore' (49,434) at 20221206040017633 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/maestro3.c' (49,435) at 20240405153232135 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mora_Eldris' (49,436) at 20210307205553786 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/task_nommu.c' (49,437) at 20240405153231723 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gpimage.c' (49,438) at 20210308005003764 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm_vcpu_regs.h' (49,439) at 20210307214926666 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/Kconfig' (49,440) at 20210308005003168 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/ps7_spl_init.c' (49,441) at 20210308005002796 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-clock.dtsi' (49,442) at 20210308005002612 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_drm.c' (49,443) at 20240405153048597 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb' (49,444) at 20241206090014342 2025-03-14 03:00:48.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-cpu-thermal.dtsi' (49,445) at 20240405153045601 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pseries-wdt.c' (49,446) at 20240405153052245 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mysqld.service' (49,447) at 20210307205553890 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c' (49,448) at 20240415080012971 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/rndis_filter.c' (49,449) at 20240405153050333 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos5420-pmu.c' (49,450) at 20210307214930446 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_scd.h' (49,451) at 20210307214926242 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/ttpci-eeprom.h' (49,452) at 20220525020653239 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kallinge_Kalleberga' (49,453) at 20210307205553786 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/bios_attribute.hpp' (49,454) at 20240611080032889 to deleted uid set 2025-03-14 03:00:48.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/other.json' (49,455) at 20220525020655147 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/mac_dbdma.c' (49,456) at 20241211090212298 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-dove.c' (49,457) at 20241008080013967 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_project_page.py' (49,458) at 20241221090017592 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/xen/mmu_pv.c' (49,459) at 20241008080013899 to deleted uid set 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_hash_map.c' (49,460) at 20240405153054265 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/vpdma.c' (49,461) at 20240405153049489 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_phy.c' (49,462) at 20210307214929302 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_w.c' (49,463) at 20210308005046513 2025-03-14 03:00:48.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AggregationSource.v1_4_3.json' (49,464) at 20240918080002716 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv.h' (49,465) at 20240405153049349 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb' (49,466) at 20241221090017556 to deleted uid set 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-rc6.c' (49,467) at 20210307214928774 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/Makefile' (49,468) at 20210308005003520 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_base.c' (49,469) at 20240405153230843 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/binstr.S' (49,470) at 20210307214926142 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/intel,keembay-pcie.yaml' (49,471) at 20240405153045125 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c' (49,472) at 20240405153051889 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/cs4398.h' (49,473) at 20210307214932270 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml' (49,474) at 20240405153229767 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager/lamp-test-led-overrides.json' (49,475) at 20210331000018326 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/ndlc.h' (49,476) at 20220525020653823 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pixis.c' (49,477) at 20210308005002960 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/unisoc/rda8810pl.dtsi' (49,478) at 20240405153045609 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_map_ops.c' (49,479) at 20240405153054277 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/Makefile' (49,480) at 20240405153231527 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/Makefile' (49,481) at 20210308005002824 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/types.h' (49,482) at 20210308005002828 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig' (49,483) at 20210308005003288 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc.c' (49,484) at 20240405153230571 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/meson.build' (49,485) at 20241009080019666 to deleted uid set 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/messages.c' (49,486) at 20210309003654908 2025-03-14 03:00:48.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compiler_attributes.h' (49,487) at 20241211090145533 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svc_rdma.h' (49,488) at 20240405153052801 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-pcm.c' (49,489) at 20240405153232187 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_cmds.c' (49,490) at 20240405153051573 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/Makefile' (49,491) at 20240405153047033 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/kvm/vsie.c' (49,492) at 20240405153230087 to deleted uid set 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/Makefile' (49,493) at 20240405153054229 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/.gitignore' (49,494) at 20230510080006007 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/unicode.c' (49,495) at 20210309003653604 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_version.h' (49,496) at 20210307214930382 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c' (49,497) at 20240405153049957 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/algos/Makefile' (49,498) at 20210307214928150 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv2_clk_mgr.h' (49,499) at 20210307214927270 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c' (49,500) at 20240815080012879 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/features.rst' (49,501) at 20240405153229823 2025-03-14 03:00:48.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0003-kexec-elf-rel-use-our-elf.h.patch' (49,502) at 20210307205553750 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_2_1_0_sh_mask.h' (49,503) at 20210309003649512 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/Kbuild' (49,504) at 20210309003649840 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/index.rst' (49,505) at 20210307214925510 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/default-cpu-governor.cfg' (49,506) at 20231126090012805 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/index.rst' (49,507) at 20210307214925634 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/Kconfig' (49,508) at 20210308005003044 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/spear_thermal.c' (49,509) at 20240405153231499 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb' (49,510) at 20241221090017560 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-dhcom-picoitx.dts' (49,511) at 20240405153045585 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_printf.c' (49,512) at 20240405153231955 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb6100.c' (49,513) at 20240405153049297 2025-03-14 03:00:48.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_spinner.h' (49,514) at 20220525020652915 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/minikconf.py' (49,515) at 20241211090212458 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/.gitignore' (49,516) at 20210307214932686 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7100-beaglev-starlight.dts' (49,517) at 20240405153046245 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/Kconfig' (49,518) at 20240405153231219 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/thread_info.h' (49,519) at 20240405153046069 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/misc_helper.c' (49,520) at 20241121090029288 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-gate.c' (49,521) at 20240405153046793 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fsmount.sh' (49,522) at 20240405153054173 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd' (49,523) at 20210307205554562 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.c' (49,524) at 20240405153047113 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/dts/10m50_devboard.dts' (49,525) at 20210308005002824 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig' (49,526) at 20220215040051528 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/tegra132-soctherm.c' (49,527) at 20210307214930726 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Community-Spec-1.0' (49,528) at 20241221090017616 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg_callback.hpp' (49,529) at 20211209040029741 2025-03-14 03:00:48.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_gadget.c' (49,530) at 20241211090145501 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_fw.h' (49,531) at 20240405153051701 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/.gitignore' (49,532) at 20210602100056089 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/perf_event.h' (49,533) at 20240405153046249 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das08_isa.c' (49,534) at 20240405153046893 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_xventanacondops.c.inc' (49,535) at 20230925080040061 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/Kconfig' (49,536) at 20240405153049385 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.gitreview' (49,537) at 20210307205553662 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/hw_pagetable.c' (49,538) at 20240405153230747 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/reg-file-data-sampling.rst' (49,539) at 20240405153229735 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/ceph_frag.c' (49,540) at 20210307214931038 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/vidtv.rst' (49,541) at 20240405153045193 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/yosemitev2.cfg' (49,542) at 20220326030009230 2025-03-14 03:00:48.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mxs_gpio.c' (49,543) at 20210308005003376 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp.h' (49,544) at 20240405153231155 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_signal.h' (49,545) at 20220429100100642 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-oneplus-dumpling.dts' (49,546) at 20240405153045773 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kmemleak/kmemleak-test.c' (49,547) at 20240405153053429 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Cable.events.yaml' (49,548) at 20241126090023811 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5_%.bbappend' (49,549) at 20230114040015494 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h' (49,550) at 20240405153050405 to deleted uid set 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-mfg.c' (49,551) at 20240405153046793 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/local.conf.sample' (49,552) at 20241221090017580 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.s5pc1xx' (49,553) at 20210308005003296 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/async/match.cpp' (49,554) at 20240817080036824 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/machine.c' (49,555) at 20240906080037500 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/pci.h' (49,556) at 20241211090212358 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mlock-random-test.c' (49,557) at 20240405153054329 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c' (49,558) at 20240405153050545 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvb.c.inc' (49,559) at 20230426080043916 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/gpio-vibra.c' (49,560) at 20240405153230727 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-mce' (49,561) at 20240405153044909 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb' (49,562) at 20230706080014761 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/fpregdef.h' (49,563) at 20240405153045937 2025-03-14 03:00:48.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bmips/Makefile' (49,564) at 20210307214926190 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/string.h' (49,565) at 20240405153045973 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/conf/machine/include/wistron.inc' (49,566) at 20220315100011431 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2_types.h' (49,567) at 20210307214930554 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/platform.c' (49,568) at 20220525020653135 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva_2.22.0.bb' (49,569) at 20241221090017684 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-reset-host-clear.service.in' (49,570) at 20230513080022442 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_deflate/deftree.c' (49,571) at 20210307214931822 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_scsi.h' (49,572) at 20240405153051649 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-transform.sh' (49,573) at 20240405153054365 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500v2.inc' (49,574) at 20210905000020581 to deleted uid set 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pdc_adma.c' (49,575) at 20240405153046665 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/generic-hdlc.rst' (49,576) at 20210307214925534 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dropreason-core.h' (49,577) at 20240405153231851 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable.h' (49,578) at 20210308005003620 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_azalia.h' (49,579) at 20210308005002880 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswvl.dts' (49,580) at 20240405153045457 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_dup_incompat_types.c' (49,581) at 20210307214932642 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/public/favicon.ico' (49,582) at 20220105012522983 to deleted uid set 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128-board.c' (49,583) at 20210308005002772 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/uniphier_wdt.c' (49,584) at 20210307214930978 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/other.c' (49,585) at 20240405153231347 2025-03-14 03:00:48.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/pxrc.c' (49,586) at 20210307214928470 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_tbf_ets.sh' (49,587) at 20240405153054297 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/guard/guard_git.bb' (49,588) at 20241106090019922 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/fscache.h' (49,589) at 20240411080014130 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/xilinx-spi.c' (49,590) at 20240405153047061 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.8.rst' (49,591) at 20230114040015514 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-glorious.c' (49,592) at 20240405153230651 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/vesa.c' (49,593) at 20210308005003536 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6_wru4.c' (49,594) at 20210308005003088 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/122' (49,595) at 20220429100100890 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-novsx.c' (49,596) at 20220525020652050 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/code-update-deprecated.md' (49,597) at 20221209040006383 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-fixup-div.c' (49,598) at 20210307214926978 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/maintainer-entry-profile.rst' (49,599) at 20240405153229819 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/Makefile' (49,600) at 20210308005002912 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/webui/phosphor-webui/config.json' (49,601) at 20210307205553730 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-brcmstb-memc' (49,602) at 20240405153044929 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/prom.c' (49,603) at 20220525020651990 2025-03-14 03:00:48.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc6_qm_regs.h' (49,604) at 20240405153046605 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/bpf.h' (49,605) at 20241104090011627 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600_dpm.c' (49,606) at 20241211090145425 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/0001-kpatch-build-add-cross-compilation-support.patch' (49,607) at 20210307205553954 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/mips-qmp-cmds.c' (49,608) at 20240906080037504 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sockios.h' (49,609) at 20210307214931658 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn16.decode' (49,610) at 20241211090212514 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cacheinfo.h' (49,611) at 20210309003648948 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/tune-arm926ejs.inc' (49,612) at 20210905000020581 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-omap.c' (49,613) at 20240405153231375 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c' (49,614) at 20240405153051285 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/qedr_roce_cm.c' (49,615) at 20240405153230719 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/timeout.h' (49,616) at 20240405153052969 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_flowlabel.c' (49,617) at 20240405153053273 2025-03-14 03:00:48.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/rtc.dtsi' (49,618) at 20210308005002872 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/acc1.c' (49,619) at 20210308005003720 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151.dtsi' (49,620) at 20240805080013915 to deleted uid set 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/Kconfig' (49,621) at 20240405153231603 to deleted uid set 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/Makefile' (49,622) at 20240405153230115 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-gpio.c' (49,623) at 20210307214928690 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/faad2/faad2_2.11.1.bb' (49,624) at 20240301090012427 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/bit.c' (49,625) at 20210307214927950 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-script.txt' (49,626) at 20240628080014037 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/smd.h' (49,627) at 20240405153050477 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-cm-t3730.dts' (49,628) at 20240405153045601 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/run-ptest' (49,629) at 20230401080011939 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/of_private.h' (49,630) at 20240726080012858 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/phase_fault.hpp' (49,631) at 20220913030035245 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/wrappers/atomic_t.rst' (49,632) at 20240405153045005 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_spi_device.h' (49,633) at 20210307214928614 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/extended_cpdo.c' (49,634) at 20210307214925974 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_errata.h' (49,635) at 20210308005003648 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/module.c' (49,636) at 20240405153050497 2025-03-14 03:00:48.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c' (49,637) at 20240405153050497 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.h' (49,638) at 20220525020652887 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra234-clock.h' (49,639) at 20240405153052649 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2781-fmwlib.c' (49,640) at 20241211090145569 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3036-sdk.dts' (49,641) at 20210308005002604 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vmstate-if.h' (49,642) at 20210308005046037 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fnmsubs.c' (49,643) at 20210307214926434 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/i2c/i2c.hpp' (49,644) at 20241210090027380 to deleted uid set 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi' (49,645) at 20240405153045789 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts' (49,646) at 20240405153229919 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-fru-properties.yaml' (49,647) at 20210307205554082 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/OWNERS' (49,648) at 20241008080001891 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stacktrace/common.h' (49,649) at 20240405153045861 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/files/service-override.conf' (49,650) at 20240712080022837 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/bare-metal-host-monitor/meson.build' (49,651) at 20241126090005819 to deleted uid set 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/mrf24j40.c' (49,652) at 20240405153050337 2025-03-14 03:00:48.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libslang-include-subdir.c' (49,653) at 20210307214932466 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/license.c' (49,654) at 20210308005003212 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/amlogic,meson6-ir.yaml' (49,655) at 20240405153045093 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sleepycat' (49,656) at 20210307205554426 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/279.out' (49,657) at 20210308005046465 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/power-supplies-monitoring.bb' (49,658) at 20241206090014230 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-5.dtsi' (49,659) at 20240405153046093 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-logging/MAINTAINERS' (49,660) at 20210308005117965 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_anchor.c' (49,661) at 20240405153052233 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw.c' (49,662) at 20241211090212330 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Wenvoe' (49,663) at 20210307205553798 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget_multi.rst' (49,664) at 20240405153045305 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig' (49,665) at 20210308005003268 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/memory.json' (49,666) at 20240405153232231 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/net/ti-dp83867.h' (49,667) at 20210308005003636 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink.h' (49,668) at 20220525020654671 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/storagecommands.hpp' (49,669) at 20240829080022538 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/user_32.h' (49,670) at 20240405153046401 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/nsimosci_hs_idu.dts' (49,671) at 20210307214925662 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_jsm_msg.h' (49,672) at 20240405153046609 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.c' (49,673) at 20240405153049857 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/signal.c' (49,674) at 20240405153230147 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.1' (49,675) at 20211006000025242 2025-03-14 03:00:48.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt' (49,676) at 20210307214925314 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sun4i-dma.c' (49,677) at 20240405153047009 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_driver_version.h' (49,678) at 20210307214928614 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Garrison.py' (49,679) at 20220728030041559 to deleted uid set 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-hmp-cmds.c' (49,680) at 20241211090212318 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/floating-point.json' (49,681) at 20240405153054145 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/gen_init_cpio.c' (49,682) at 20240405153054389 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/cpcap-pwrbutton.c' (49,683) at 20240405153230727 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fbtft-io.c' (49,684) at 20210716100030019 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/spl.c' (49,685) at 20210308005002808 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dts' (49,686) at 20210307214926034 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-gen1.h' (49,687) at 20220525020653291 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/openssl_alloc.cpp' (49,688) at 20210308005100305 to deleted uid set 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/ia_css_formats.host.h' (49,689) at 20210307214930554 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/meson.build' (49,690) at 20240229090018787 to deleted uid set 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/Kconfig' (49,691) at 20210308005002976 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_24x24.png' (49,692) at 20210308005046549 to deleted uid set 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_accel.c' (49,693) at 20240405153052197 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/hash.h' (49,694) at 20240405153052625 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufshcd-pltfrm.c' (49,695) at 20240405153231531 2025-03-14 03:00:48.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/debug_sta.c' (49,696) at 20240405153050457 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/flow_dissector_load_bytes.c' (49,697) at 20240405153054253 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/Makefile' (49,698) at 20210308005003388 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allextenc.def' (49,699) at 20220429100100786 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_ext.c' (49,700) at 20240405153231975 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_icrc.c' (49,701) at 20240405153049109 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/spinlock_types.h' (49,702) at 20240405153046313 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/copyleft-next-0.3.0' (49,703) at 20211006000025246 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/hiomap.hpp' (49,704) at 20210308005133429 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/ptrace.c' (49,705) at 20240405153045913 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_interval.h' (49,706) at 20240405153046705 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/vendor-example/meson.build' (49,707) at 20231201090032926 to deleted uid set 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/annotate/instructions.c' (49,708) at 20240405153054089 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/check.S' (49,709) at 20210307214932710 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Odessa' (49,710) at 20210307205553794 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/syscalls_32.S' (49,711) at 20210307214926570 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/core_status.h' (49,712) at 20240405153047289 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/tlb.c' (49,713) at 20210307214926310 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strncpy.S' (49,714) at 20240405153229859 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/img,spdif-in.txt' (49,715) at 20210307214925430 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/maketype.py' (49,716) at 20220910030013393 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.h' (49,717) at 20210307214927310 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/Makefile' (49,718) at 20240405153052997 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socrates.dts' (49,719) at 20240405153045441 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TRACE02' (49,720) at 20240405153054369 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sparc/features.rst' (49,721) at 20240405153229747 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c' (49,722) at 20210308005002756 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml' (49,723) at 20240405153045125 2025-03-14 03:00:48.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_conn.c' (49,724) at 20240405153232043 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/objdiff' (49,725) at 20210308005003736 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/goldfish/tty.txt' (49,726) at 20210307214925314 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-artifact-names.bbclass' (49,727) at 20230811080018310 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/anx7625.h' (49,728) at 20240405153230523 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_d_path_check_types.c' (49,729) at 20240405153054277 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/sdio_halinit.c' (49,730) at 20220525020654183 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/snapper9260.h' (49,731) at 20210308005003616 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cros_ec.c' (49,732) at 20210308005003208 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c' (49,733) at 20240830080013251 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/gtk3.py' (49,734) at 20241221090017628 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/heart.h' (49,735) at 20210309003648836 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gnss/sirfstar.yaml' (49,736) at 20240405153045057 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/vmalloc.h' (49,737) at 20210307214926590 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/Kconfig' (49,738) at 20220525020654143 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/poison.h' (49,739) at 20210308005003668 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/event.c' (49,740) at 20240405153051385 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/fid.h' (49,741) at 20240520080015191 2025-03-14 03:00:48.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/string.h' (49,742) at 20210916100017807 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_dbf.h' (49,743) at 20210307214930254 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/Makefile' (49,744) at 20240405153053013 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/Kconfig' (49,745) at 20210308005003048 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/atomic_64.h' (49,746) at 20240405153046317 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/io.h' (49,747) at 20240405153230011 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/pinmux-config-nyan-big.h' (49,748) at 20210308005003024 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/sysdep.h' (49,749) at 20220525020651966 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.h' (49,750) at 20240405153230643 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_defconfig' (49,751) at 20210308005003244 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/phy.c' (49,752) at 20210308005002716 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nl-All' (49,753) at 20210307205553774 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_nvmetcp_if.h' (49,754) at 20240405153052781 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/Yama.rst' (49,755) at 20210309003648268 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-hardlink.patch' (49,756) at 20210307205553810 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rstc.h' (49,757) at 20210308005002716 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/setup.h' (49,758) at 20220525020652018 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-socketio_5.11.2.bb' (49,759) at 20240413080012663 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/skas/clone.c' (49,760) at 20240405153046345 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch' (49,761) at 20230706080014765 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global1.c' (49,762) at 20240613080016431 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/spark.h' (49,763) at 20210307214932606 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/cpuidle-s3c64xx.c' (49,764) at 20240405153045685 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch' (49,765) at 20241221090017672 2025-03-14 03:00:48.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/DENYLIST.aarch64' (49,766) at 20240805080014071 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/signal.h' (49,767) at 20240405153046285 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vgem/vgem_drv.c' (49,768) at 20240405153048785 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm015-dc1/psu_init_gpl.c' (49,769) at 20210308005003200 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy15_C-133W' (49,770) at 20210307205553762 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/rcS.default' (49,771) at 20210307205554470 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/parse_tcp_hdr_opt.c' (49,772) at 20241008080014059 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/board-v7.c' (49,773) at 20240405153045653 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-spe-period' (49,774) at 20240405153054161 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2838.c' (49,775) at 20240906080037188 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr2.yaml' (49,776) at 20240405153045101 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts' (49,777) at 20240405153229919 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-shift128.c' (49,778) at 20210927100127649 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_ph.c' (49,779) at 20210308005046505 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/edb93xx.c' (49,780) at 20240405153045645 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/stlb_regs.h' (49,781) at 20240405153046581 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/radio-cardlist.rst' (49,782) at 20210307214925234 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/allwinner,sun20i-d1-ppu.h' (49,783) at 20240405153052653 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuppc64.conf' (49,784) at 20230317080013821 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio_fixed_vs_pe_retimer.h' (49,785) at 20240405153230419 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-fwnode.c' (49,786) at 20240405153230827 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/kona_sdhci.c' (49,787) at 20210308005003404 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/baremetal-image.bbclass' (49,788) at 20241221090017608 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-hix5hd2-gmac.txt' (49,789) at 20210307214925374 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0002.h' (49,790) at 20210307214927902 2025-03-14 03:00:48.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_aux.c' (49,791) at 20240405153230551 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx27.txt' (49,792) at 20210308005003328 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/mpo-overview.rst' (49,793) at 20240405153229815 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb' (49,794) at 20230505080015455 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf104.c' (49,795) at 20240405153048637 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1-monitoring.service' (49,796) at 20230920080013648 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-gen-common.h' (49,797) at 20240906080037324 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-mtd.c' (49,798) at 20240405153049221 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/sys_info.c' (49,799) at 20210308005002760 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_display.h' (49,800) at 20240405153048597 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/jvmti/Build' (49,801) at 20210307214932534 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/hello.c' (49,802) at 20210307205554442 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ia_css_bayer_io.host.h' (49,803) at 20240405153051837 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_defconfig' (49,804) at 20210308005003244 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_manager_module.c' (49,805) at 20240405153051813 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/actions/owl-sps.h' (49,806) at 20210307214931510 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/conf/include/non-repro-meta-xfce.inc' (49,807) at 20241206090014270 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig' (49,808) at 20210308005003284 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/ps2.c' (49,809) at 20240906080037236 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/2.Process.rst' (49,810) at 20240405153045273 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/Makefile' (49,811) at 20210308005003012 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/zbud.c' (49,812) at 20240405153053157 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/static_call.c' (49,813) at 20241220090018306 to deleted uid set 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinmux-aspeed.c' (49,814) at 20220525020653875 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-socfpga-a10-fpga-mgr.txt' (49,815) at 20210307214925314 2025-03-14 03:00:48.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/siemens.bmp' (49,816) at 20210308005003768 to deleted uid set 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov7670.c' (49,817) at 20240405153049333 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_flat.h' (49,818) at 20230426080043780 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ping.c' (49,819) at 20241216090017793 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/harddog_user.c' (49,820) at 20240405153046341 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/fpga.c' (49,821) at 20210308005003000 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy_shim.h' (49,822) at 20240405153231179 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMPU/meson.build' (49,823) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcht_cx2072x.c' (49,824) at 20240405153053941 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/chardev_open.c' (49,825) at 20240906080037592 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/ep93xx-fb.c' (49,826) at 20240405153231583 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/flds_emulation.h' (49,827) at 20240405153054321 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/redfish_coding_guidelines.md' (49,828) at 20221209040018563 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/layers.schema.json' (49,829) at 20220910030013393 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/grlib_irqmp.h' (49,830) at 20240906080037332 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fennec-rk3288_defconfig' (49,831) at 20210308005003260 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/xtensa/util/dwarf-regs.c' (49,832) at 20210307214932522 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PCIeDevice_LocationCode.json' (49,833) at 20221213040036921 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/event.cpp' (49,834) at 20230511080009359 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4554.c' (49,835) at 20240405153053565 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-h3-ccu.h' (49,836) at 20210308005046017 2025-03-14 03:00:48.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/axs103_defconfig' (49,837) at 20210308005003248 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kcsan-checks.h' (49,838) at 20240405153052713 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/debug.S' (49,839) at 20210309003648564 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3368-cru.h' (49,840) at 20220525020654543 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_err.h' (49,841) at 20210307214930550 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dell-smbios' (49,842) at 20220525020651634 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/Makefile' (49,843) at 20220525020653083 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/muldi3.c' (49,844) at 20240405153045969 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson8b.c' (49,845) at 20240405153230219 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/Makefile' (49,846) at 20240613080016363 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/qaic_data.c' (49,847) at 20241104090011563 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/Makefile' (49,848) at 20210308005002796 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/display5_defconfig' (49,849) at 20210308005003256 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-smp.c' (49,850) at 20210307214926290 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-j313.dts' (49,851) at 20240405153045717 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbl.c' (49,852) at 20210308005046505 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/unistd.h' (49,853) at 20240710080014573 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/locks.json' (49,854) at 20220525020655143 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.18.bb' (49,855) at 20231126090012781 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/fru_master/fru_master.json' (49,856) at 20221213040036917 2025-03-14 03:00:48.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a8_00000010.dtsi' (49,857) at 20210308005002872 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_pg.h' (49,858) at 20220525020654183 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-linkspeed@.service' (49,859) at 20230407080015091 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tiny.c' (49,860) at 20240830080013339 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/completion.h' (49,861) at 20240405153231803 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_bitmap.c' (49,862) at 20240405153053101 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/oem300.h' (49,863) at 20210307214930938 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp_2020.10.bb' (49,864) at 20241206090014230 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/pgpool.service' (49,865) at 20230401080011931 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/nopoll_0.4.6.b400.bb' (49,866) at 20220402030015907 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ad1816a.h' (49,867) at 20210307214931594 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_defconfig' (49,868) at 20210308005003244 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/iio_hwmon.c' (49,869) at 20240405153048857 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/altera_sysid.c' (49,870) at 20210308005003396 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/testmode.c' (49,871) at 20240405153050729 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/sm501.c' (49,872) at 20241211090212266 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f429-discovery_defconfig' (49,873) at 20210308005003280 2025-03-14 03:00:48.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Krakow' (49,874) at 20210307205553778 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/fcx.h' (49,875) at 20240405153046277 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/meson.build' (49,876) at 20241114091008832 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/clk-alpha-pll.c' (49,877) at 20241011080017299 to deleted uid set 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts' (49,878) at 20240405153229895 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/ad7877.h' (49,879) at 20210307214931514 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Donostia' (49,880) at 20210307205553766 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/timer.c' (49,881) at 20210308005002548 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-trove-classifiers_2024.10.21.16.bb' (49,882) at 20241221090017668 to deleted uid set 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/common.rc' (49,883) at 20240326080039722 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_swi2c.c' (49,884) at 20210307214930674 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Laukaa_Vihtavuori' (49,885) at 20210307205553770 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' (49,886) at 20240820080033494 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_rc6.c' (49,887) at 20240405153230571 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/dpd/decimal64.c' (49,888) at 20221215040039198 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/start.c' (49,889) at 20210308005002844 2025-03-14 03:00:48.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/sun3lance.c' (49,890) at 20240405153049793 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rv1108.c' (49,891) at 20210308005003464 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/uboot_image.h' (49,892) at 20241211090212262 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/crypto.rst' (49,893) at 20240906080037172 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sunplus,mmc.yaml' (49,894) at 20240405153045113 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/team_mode_activebackup.c' (49,895) at 20240405153231083 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/sja1105.rst' (49,896) at 20240405153045237 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-hummingboard.dtsi' (49,897) at 20240405153045513 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/mmp_disp.h' (49,898) at 20240405153231883 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-thwc-uf896.dts' (49,899) at 20240405153045761 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/clk-mpfs.c' (49,900) at 20240405153046801 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.h' (49,901) at 20240405153231231 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/watchdog.yaml' (49,902) at 20240405153045185 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/pnv_spi.h' (49,903) at 20240906080037340 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_phonet.c' (49,904) at 20240405153052069 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb' (49,905) at 20241221090017488 to deleted uid set 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6.h' (49,906) at 20210307214931650 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-rdesc-test.c' (49,907) at 20240405153048821 2025-03-14 03:00:48.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7779-sysc.h' (49,908) at 20210307214931346 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/callchain-overhead-calculation.txt' (49,909) at 20210307214932506 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/fedora-win64-cross.docker' (49,910) at 20241211090212534 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/README.md' (49,911) at 20241102080033050 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCSA' (49,912) at 20210307205554426 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/ioremap.c' (49,913) at 20210307214926278 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qemu-print.h' (49,914) at 20220429100100586 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/ls1021aiot.c' (49,915) at 20210308005002964 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0029-corstone1000-enable-PSCI-reset.patch' (49,916) at 20240413080012627 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nios2/nios2.txt' (49,917) at 20240405153229779 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/MAINTAINERS' (49,918) at 20210308005002908 2025-03-14 03:00:48.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml' (49,919) at 20240405153045129 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_1_sh_mask.h' (49,920) at 20210309003649628 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt' (49,921) at 20210307214925398 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/tzpc.c' (49,922) at 20210308005002724 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/atomic.h' (49,923) at 20240405153046309 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/eql.rst' (49,924) at 20210307214925534 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/account_service.hpp' (49,925) at 20240918080002704 to deleted uid set 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_handler.hpp' (49,926) at 20240829080025807 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils' (49,927) at 20210307205554462 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/efi-header.S' (49,928) at 20240405153045865 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/ebpf/rss.bpf.c' (49,929) at 20240906080037584 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/Kconfig' (49,930) at 20210308005003020 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-barrier.h' (49,931) at 20210308005046549 2025-03-14 03:00:48.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/Kconfig' (49,932) at 20240405153051969 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-vfp.xml' (49,933) at 20220429100100430 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-dec23.h' (49,934) at 20210307214928846 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/Makefile' (49,935) at 20240405153230187 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/base.yml' (49,936) at 20241206090014206 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-vyasa.dts' (49,937) at 20240405153045561 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_fs.h' (49,938) at 20210309003654000 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/pn533.c' (49,939) at 20240910080014058 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/README' (49,940) at 20210307214932722 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/helper_regs.h' (49,941) at 20230925080040049 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap-gpmc-smsc911x.dtsi' (49,942) at 20210308005002596 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/omap/omap.rst' (49,943) at 20240405153044973 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/cavium/thunder2-99xx.dts' (49,944) at 20210307214926010 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/page.h' (49,945) at 20240405153230111 2025-03-14 03:00:48.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/display_gx1.c' (49,946) at 20210307214930910 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2.c' (49,947) at 20241211090212214 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/exception.json' (49,948) at 20240405153232223 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-consumer-common.yaml' (49,949) at 20240405153045061 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml' (49,950) at 20240405153045045 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-ba10-tvbox.dts' (49,951) at 20240405153045373 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/ddr.h' (49,952) at 20210307214926226 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus.h' (49,953) at 20210308005003676 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_rmhandlers.S' (49,954) at 20240405153230043 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/dpcd_defs.h' (49,955) at 20240710080014581 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusutil.cpp' (49,956) at 20230714080032711 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-d4xx.rst' (49,957) at 20240405153229843 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/m68k-core.xml' (49,958) at 20210308005045817 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/decode-thumb.h' (49,959) at 20210307214925982 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_syncmap.h' (49,960) at 20210307214927850 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/io-unit.h' (49,961) at 20210307214926582 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac.h' (49,962) at 20210307214929606 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/ksm_functional_tests.c' (49,963) at 20240405153232275 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/debug_info.c' (49,964) at 20220525020654747 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/pppoe-server.default' (49,965) at 20210307205553834 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/iocsr_config.h' (49,966) at 20210308005003072 2025-03-14 03:00:48.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intrusion/IntrusionSensorMain.cpp' (49,967) at 20241112090003098 to deleted uid set 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c' (49,968) at 20210308005003076 to deleted uid set 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-mm.c' (49,969) at 20240405153230215 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/nmi.c' (49,970) at 20210307214926538 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/resettable.c' (49,971) at 20241211090212262 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_4_2_sh_mask.h' (49,972) at 20240405153048249 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7.dts' (49,973) at 20240405153045549 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_TEE.h' (49,974) at 20210307214931646 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/elf.h' (49,975) at 20210307214926310 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event.c' (49,976) at 20240405153054361 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/altitude/altitude' (49,977) at 20221206040017633 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/os-Linux/prctl.c' (49,978) at 20210307214926750 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkDeviceFunction.v1_9_2.json' (49,979) at 20240619080002948 2025-03-14 03:00:48.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/cache.h' (49,980) at 20210307214926098 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/command.c' (49,981) at 20240405153053341 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-4-7.c' (49,982) at 20240405153049429 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/irq.c' (49,983) at 20240405153232131 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sh.c' (49,984) at 20220525020653955 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/include/estoraged_test.hpp' (49,985) at 20230322080007689 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/allegro-mail.h' (49,986) at 20240405153049393 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rio_regs.h' (49,987) at 20210307214931498 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.4.17-sblim-sigsegv.patch' (49,988) at 20240113090014536 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fastboot.h' (49,989) at 20210308005003648 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h' (49,990) at 20240405153049841 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/smp.c' (49,991) at 20240405153045913 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fcntl.c' (49,992) at 20241008080014003 2025-03-14 03:00:48.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/arm-gic.h' (49,993) at 20210308005003636 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/sta_info.h' (49,994) at 20240405153051925 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kagerod_Mollarp' (49,995) at 20210307205553786 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt8127-moose.dts' (49,996) at 20240405153045461 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/Makefile' (49,997) at 20210308005003016 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/transactional_memory.rst' (49,998) at 20220525020651754 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-dp.c' (49,999) at 20210307214930062 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-kernel/linux/linux-aspeed_%.bbappend' (50,000) at 20210813100029652 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts' (50,001) at 20220525020651902 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredaker' (50,002) at 20210307205553778 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/processor_32.h' (50,003) at 20210307214926750 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/sharpslpart.c' (50,004) at 20210307214929234 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/imximage.cfg' (50,005) at 20210308005003044 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7091r5.c' (50,006) at 20240405153230687 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_translate_dce110.h' (50,007) at 20210307214927302 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VPRI/meson.build' (50,008) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/nm256/nm256_coef.c' (50,009) at 20210307214932270 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dim/net_dim.c' (50,010) at 20240405153053085 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/useradd-staticids.bbclass' (50,011) at 20230706080014777 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/NetworkInterface/meson.build' (50,012) at 20230825080021141 to deleted uid set 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bucket_locks.c' (50,013) at 20210307214931790 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/cacheflush.h' (50,014) at 20220525020652126 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/power_budget.h' (50,015) at 20210307214927906 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfsd/cld.h' (50,016) at 20210307214931650 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/pci.c' (50,017) at 20210307214926326 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pm/devices.rst' (50,018) at 20220525020651726 2025-03-14 03:00:48.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/max6650.txt' (50,019) at 20210307214925322 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2misc.c' (50,020) at 20240527080023356 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/system/boot.S' (50,021) at 20240906080037576 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/meson.build' (50,022) at 20240913080021481 to deleted uid set 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ice.rst' (50,023) at 20240405153045233 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h' (50,024) at 20240405153047117 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/memalloc.c' (50,025) at 20240405153231895 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c' (50,026) at 20240405153050497 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hvcserver.h' (50,027) at 20210307214926378 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpuidle_haltpoll.h' (50,028) at 20210307214926658 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-sc7180-skips.txt' (50,029) at 20240405153230531 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/stat.h' (50,030) at 20240405153046321 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/esp.h' (50,031) at 20240405153052841 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/ds2490.c' (50,032) at 20240405153052233 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pwm-fan.c' (50,033) at 20240613080016411 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-block.c' (50,034) at 20241211090212554 2025-03-14 03:00:48.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/sigtramp64.S' (50,035) at 20240405153046153 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads7950.c' (50,036) at 20240405153048965 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_interface.c' (50,037) at 20240405153048565 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/ethtool.c' (50,038) at 20240405153050265 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.avb2' (50,039) at 20210308005003292 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/npcm7xx_timer.h' (50,040) at 20210927100127245 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native.bbappend' (50,041) at 20231126090012769 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/reset.c' (50,042) at 20210307214926270 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/Kconfig' (50,043) at 20240405153050181 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kcmp/.gitignore' (50,044) at 20210307214932678 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_hw.h' (50,045) at 20240405153230803 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Faro_Ajkerstrask' (50,046) at 20210307205553782 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8536ds_36b.dts' (50,047) at 20210307214926342 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb/run-ptest' (50,048) at 20230418080015344 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/ftrace.h' (50,049) at 20210307214926114 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-ep-cfs.h' (50,050) at 20220525020654599 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-vivaldi.c' (50,051) at 20240405153048825 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_3_6_offset.h' (50,052) at 20240405153047741 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sparc/util/dwarf-regs.c' (50,053) at 20210307214932518 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/sbp1_hbm.json' (50,054) at 20240424080004832 to deleted uid set 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/entity-manager_%.bbappend' (50,055) at 20241206090014230 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-sld8.c' (50,056) at 20210308005002792 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/fanotify/.gitignore' (50,057) at 20240405153053429 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_eeprom.c' (50,058) at 20240906080037188 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/tesla/fsd-evb.dts' (50,059) at 20240405153045829 2025-03-14 03:00:48.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-aarch64.json' (50,060) at 20210308005046117 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_IDLETIMER.c' (50,061) at 20241220090018338 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770_dma.c' (50,062) at 20210307214928022 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_overhead_user.c' (50,063) at 20240405153053425 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_h323_types.h' (50,064) at 20210307214931458 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/tc_common.sh' (50,065) at 20240405153054345 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/zsh_5.9.bb' (50,066) at 20241221090017532 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi' (50,067) at 20210308005002588 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch' (50,068) at 20220204040022520 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/altera_qspi.txt' (50,069) at 20210308005003304 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ts4800.c' (50,070) at 20240405153049205 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CPL-1.0' (50,071) at 20210307205554418 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch' (50,072) at 20210307205554594 to deleted uid set 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC10_C-135W' (50,073) at 20210307205553758 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/st,spear3xx-shirq.txt' (50,074) at 20210307214925346 2025-03-14 03:00:48.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-histb.c' (50,075) at 20240405153051225 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h' (50,076) at 20240405153047285 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/secvar-ops.c' (50,077) at 20240405153046153 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h' (50,078) at 20210309003650800 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_dh.c' (50,079) at 20210307214932006 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/passthru.c' (50,080) at 20240624080012796 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cmsdk-apb-timer-test.c' (50,081) at 20210927100127509 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-input.c' (50,082) at 20241011080017315 to deleted uid set 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_thermal.h' (50,083) at 20210308005046017 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/Makefile' (50,084) at 20240405153232211 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0004-Implement-support-for-musl-ppc64.patch' (50,085) at 20240413080012651 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/net/ti-dp83867.h' (50,086) at 20210307214931342 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_adc-test.c' (50,087) at 20240326080039738 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_ioctl.c' (50,088) at 20240405153051597 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml' (50,089) at 20221207040023631 2025-03-14 03:00:48.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/config.json' (50,090) at 20231213090027098 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8540p.dtsi' (50,091) at 20240405153229947 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/systemd/mapper-subtree-remove@.service.in' (50,092) at 20230215040032675 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/gpioplus/README.md' (50,093) at 20221209040008331 to deleted uid set 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/npcm7xx_sdhci.h' (50,094) at 20230426080043768 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-reg.h' (50,095) at 20210307214932394 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c' (50,096) at 20210308005046509 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvneta_bm.c' (50,097) at 20210307214929490 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/axg-clkc.h' (50,098) at 20210308005003632 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-pro4.c' (50,099) at 20210308005002792 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/controller_mock.hpp' (50,100) at 20210308005116217 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-beacon-rzg2n-kit.dts' (50,101) at 20240405153045801 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/intel,pinctrl-keembay.yaml' (50,102) at 20240405153045133 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django.inc' (50,103) at 20241221090017552 to deleted uid set 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/map_hugetlb.c' (50,104) at 20240405153232275 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/spi_oc_tiny.h' (50,105) at 20210307214931514 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/Makefile' (50,106) at 20240405153231347 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/xfer_mode_rate.h' (50,107) at 20220525020653083 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/flat.h' (50,108) at 20210307214926762 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/super.c' (50,109) at 20240405153052457 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lx6464es/lx6464es.c' (50,110) at 20220525020655007 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/litex,mmc.yaml' (50,111) at 20240405153045109 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-vt8500/Makefile' (50,112) at 20210307214925966 2025-03-14 03:00:48.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_framebuffer_test.c' (50,113) at 20240405153230639 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (50,114) at 20230412080023460 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/fp' (50,115) at 20210307205554094 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/phosphor-certificate-manager@.service' (50,116) at 20220601030020434 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/geode-rng.c' (50,117) at 20240405153230199 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/.gitignore' (50,118) at 20210308005057105 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/google-misc/google-misc.inc' (50,119) at 20241205090012808 to deleted uid set 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git_2.47.1.bb' (50,120) at 20241221090017660 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/highmem.h' (50,121) at 20220525020652118 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb' (50,122) at 20241221090017528 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/acpi.h' (50,123) at 20240405153229999 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/classes/bandit.bbclass' (50,124) at 20210307205554010 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/bbc_i2c.c' (50,125) at 20240405153231383 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c' (50,126) at 20240405153048993 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_2_0_3_offset.h' (50,127) at 20240405153047745 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-daemon.c' (50,128) at 20240613080016555 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sta_rx.c' (50,129) at 20240405153050573 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ping.c' (50,130) at 20240405153232023 2025-03-14 03:00:48.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/cros_ec_ldo.c' (50,131) at 20210308005003380 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl5039.h' (50,132) at 20210309003649824 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mpc8349_pci.h' (50,133) at 20210308005002840 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/Makefile' (50,134) at 20210308005002988 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/qla2xxx/qla_dfs.c' (50,135) at 20240613080016463 to deleted uid set 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/power_control_obj.c' (50,136) at 20241010080036061 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian.inc' (50,137) at 20240309090012820 to deleted uid set 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mvmfp.h' (50,138) at 20210308005003676 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/logfile.h' (50,139) at 20210307214931198 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.yaml' (50,140) at 20240405153045137 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/utils.hpp' (50,141) at 20240413080004795 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-raid1.c' (50,142) at 20240405153230767 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-brcmstb.c' (50,143) at 20210726100024739 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/Kconfig' (50,144) at 20210308005002988 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-zynqmp.c' (50,145) at 20241211090212254 2025-03-14 03:00:48.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/pl022.c' (50,146) at 20241211090212338 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/meson-mx-sdhc-mmc.c' (50,147) at 20240405153230855 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/copy_buildsystem.py' (50,148) at 20241206090014302 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/common.c' (50,149) at 20240405153049457 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/Makefile' (50,150) at 20240405153049501 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/.shellcheck' (50,151) at 20210414100005994 to deleted uid set 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2820r_t2.c' (50,152) at 20210307214928614 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_sysctl.c' (50,153) at 20240405153052609 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/Kconfig' (50,154) at 20240405153229863 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libnss-nis/libnss-nis.bb' (50,155) at 20230811080018326 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_proto_test.c' (50,156) at 20240405153231339 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-perf.c' (50,157) at 20240405153047053 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-sgmii-fsm9900.c' (50,158) at 20210307214929606 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/dma-register.h' (50,159) at 20210307214926554 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bareudp.h' (50,160) at 20240405153052833 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3399-dmc.txt' (50,161) at 20210308005003300 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/submitting-patches.rst' (50,162) at 20240405153229839 2025-03-14 03:00:48.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/introspection.py' (50,163) at 20210308005048033 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.host' (50,164) at 20210308005003724 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb' (50,165) at 20241221090017556 to deleted uid set 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9g20.dts' (50,166) at 20240405153045473 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_desc.c' (50,167) at 20230426080043716 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/blackhole_routes.sh' (50,168) at 20210307214932666 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt' (50,169) at 20210307214925442 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb' (50,170) at 20240106090017237 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/pandora_bl.c' (50,171) at 20210307214930894 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-sparc64.rst' (50,172) at 20210308005045809 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-iperf3.bb' (50,173) at 20241206090014226 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/highbank.h' (50,174) at 20210308005003596 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogEntryCollection_v1.xml' (50,175) at 20240619080002928 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch' (50,176) at 20240413080012659 to deleted uid set 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-unknown.json' (50,177) at 20210308005046397 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch' (50,178) at 20231011080016574 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb' (50,179) at 20241221090017636 to deleted uid set 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/fma_emu.c' (50,180) at 20240326080039654 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwpci.c' (50,181) at 20210307214926834 2025-03-14 03:00:48.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/rate.c' (50,182) at 20210307214929818 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/xirlink_cit.c' (50,183) at 20240405153049569 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.19.3.bb' (50,184) at 20241221090017564 to deleted uid set 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ras/host_utils.robot' (50,185) at 20240627080021048 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc5125twr.dts' (50,186) at 20240405153230027 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.1.bb' (50,187) at 20241206090014242 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/crc32c_glue.c' (50,188) at 20220525020652118 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/Makefile' (50,189) at 20210308005003044 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/dt_idle_genpd.h' (50,190) at 20240405153046921 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/gk104.c' (50,191) at 20220525020652959 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/scsi/constants.h' (50,192) at 20240326080039550 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/Makefile' (50,193) at 20240405153046369 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx.c' (50,194) at 20240405153231319 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/bme680_core.c' (50,195) at 20241008080013931 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-parport.rst' (50,196) at 20210307214925510 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/fsp_configs.c' (50,197) at 20210308005002856 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts' (50,198) at 20240405153045769 to deleted uid set 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/riscv/safe-syscall.inc.S' (50,199) at 20220429100100406 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/omap_cf.c' (50,200) at 20240405153051265 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgro.sh' (50,201) at 20240830080013367 2025-03-14 03:00:48.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mx31.h' (50,202) at 20210309003648700 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/pcr-extend/files/fix_openssl11_build.patch' (50,203) at 20230520080014488 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/exhandler_kern.c' (50,204) at 20240405153054269 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/default_image.c' (50,205) at 20210308005003760 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_simple_kms_helper.h' (50,206) at 20240405153052637 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/dbus_singleton.cpp' (50,207) at 20240329080003275 to deleted uid set 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/meson.build' (50,208) at 20220913030027317 to deleted uid set 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_frame.c' (50,209) at 20210307214930334 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cdrom/index.rst' (50,210) at 20240405153044997 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.h' (50,211) at 20240405153048745 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/lowlevel_init.S' (50,212) at 20210308005002756 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/irq.h' (50,213) at 20210307214926110 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/README.md' (50,214) at 20230415080038469 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/Kconfig' (50,215) at 20210309003653196 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c' (50,216) at 20240405153231231 to deleted uid set 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-common-peripherals.dtsi' (50,217) at 20240405153045605 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,rpm-icc.h' (50,218) at 20240405153231799 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch' (50,219) at 20230211040012639 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/Makefile' (50,220) at 20210309003654372 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/internal_recipient' (50,221) at 20210307205553818 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/kvm_para.h' (50,222) at 20241211090212374 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/ashldi3.S' (50,223) at 20240405153045369 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c' (50,224) at 20210308005046509 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/Kconfig' (50,225) at 20240405153046773 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-recover-pnor.service' (50,226) at 20240423080018523 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_txp.c' (50,227) at 20240405153230643 2025-03-14 03:00:48.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_dev.h' (50,228) at 20240405153052881 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-sdx55-telit-fn980-tlb.dts' (50,229) at 20240405153229895 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/trace.h' (50,230) at 20210308005046321 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/settings' (50,231) at 20240405153054357 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x25.dtsi' (50,232) at 20210308005002572 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/bcm47xxsflash.c' (50,233) at 20210307214929210 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/qcom,wcd9335.h' (50,234) at 20240405153052653 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/bmi.h' (50,235) at 20210307214929754 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/Kconfig' (50,236) at 20240405153052157 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sc6000.c' (50,237) at 20220525020654983 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mpc8xx_spi.c' (50,238) at 20210308005003492 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/nfs-export-root/exports' (50,239) at 20210307205554502 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/fixed.c' (50,240) at 20240405153231363 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dts' (50,241) at 20240405153229927 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sleep44xx.S' (50,242) at 20240405153045669 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/samsung-keypad.h' (50,243) at 20210307214931406 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-ebbg-ft8719.c' (50,244) at 20240405153048681 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-hdmi.h' (50,245) at 20240405153231311 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/memory.json' (50,246) at 20240405153054113 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_660x.c' (50,247) at 20240405153046897 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/UART.interface.yaml' (50,248) at 20230601080022474 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip22/cpu-feature-overrides.h' (50,249) at 20210307214926222 2025-03-14 03:00:48.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/bcm2835_fb.c' (50,250) at 20241211090212266 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_main.c' (50,251) at 20240405153230939 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c' (50,252) at 20220525020653623 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c' (50,253) at 20240405153046925 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/exynos-tmu.c' (50,254) at 20210308005003468 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_kunit_helpers.h' (50,255) at 20240405153231795 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7734.c' (50,256) at 20210307214926566 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/imu_v11_0.h' (50,257) at 20240405153047145 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_48x48.png' (50,258) at 20210308005046549 to deleted uid set 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/QWTv1.0' (50,259) at 20210307205553866 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/x86-base.inc' (50,260) at 20231014080011731 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/mutual_tls.cpp' (50,261) at 20240904080003182 to deleted uid set 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial/serial/0001-Add-SOVERSION-for-shared-lib-and-comment-example.patch' (50,262) at 20241206090014266 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/thread.h' (50,263) at 20240613080016563 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dmm32at.c' (50,264) at 20240405153046893 2025-03-14 03:00:48.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/logging_utils.py' (50,265) at 20241029080012599 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_hace.c' (50,266) at 20241211090212294 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-vdec.c' (50,267) at 20240405153046797 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/s390x-linux-user.mak' (50,268) at 20230925080039837 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/buildstats.py' (50,269) at 20241221090017624 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple-sub.json' (50,270) at 20210308005046409 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/pci-dma.c' (50,271) at 20210307214926126 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/meson.build' (50,272) at 20230419080032126 to deleted uid set 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/README' (50,273) at 20210308005002952 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_state_monitor.h' (50,274) at 20240405153231267 to deleted uid set 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-agn-hw.h' (50,275) at 20220525020653755 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/generic_netlink.rst' (50,276) at 20240405153045237 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Spencer-99' (50,277) at 20211006000025246 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-gs.xml' (50,278) at 20210308005045817 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/si4713.rst' (50,279) at 20210307214925234 2025-03-14 03:00:48.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi.c' (50,280) at 20241211090145493 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grutlbpurge.c' (50,281) at 20241111090012125 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/remote_device.h' (50,282) at 20210307214930330 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_ite_keyboard.py' (50,283) at 20240405153054309 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ds109.h' (50,284) at 20210308005003592 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/subcmd-config.c' (50,285) at 20210307214932494 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' (50,286) at 20210307205554270 to deleted uid set 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bfs/file.c' (50,287) at 20240405153052273 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/vishay,vcnl4035.yaml' (50,288) at 20220525020651682 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/manifest.py' (50,289) at 20220910030013393 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (50,290) at 20210307205553674 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/sdeventplus.wrap' (50,291) at 20220801133228674 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-375-db.dts' (50,292) at 20210308005002564 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb' (50,293) at 20230317080013789 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/Makefile' (50,294) at 20210307214928450 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.falcon' (50,295) at 20210308005003292 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/allwinner,sun4i-a10-mdio.yaml' (50,296) at 20240405153045113 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/exports.c' (50,297) at 20210307214926474 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/OWNERS' (50,298) at 20231201090025178 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra210-emc-cc-r21021.c' (50,299) at 20240405153049589 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/hugetlbpage.c' (50,300) at 20240405153046317 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/flush.c' (50,301) at 20240405153229987 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp932.c' (50,302) at 20210307214931182 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/winbond.c' (50,303) at 20241111090012125 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6s.cfg' (50,304) at 20210308005002924 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-rock2-square.dts' (50,305) at 20210308005002604 2025-03-14 03:00:48.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/byteorder/big_endian.h' (50,306) at 20210307214931362 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/media.h' (50,307) at 20210307214932446 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EndpointGroup.v1_3_4.json' (50,308) at 20240619080002944 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/logger.h' (50,309) at 20210307214927266 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/remap_file_pages.rst' (50,310) at 20240405153045297 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/system.h' (50,311) at 20210308005002704 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/cdns-dphy.c' (50,312) at 20240405153231307 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm107.c' (50,313) at 20220525020652971 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/Kconfig' (50,314) at 20210308005003520 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch' (50,315) at 20240413080012651 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-tests-arm-Use-O-instead-of-O0.patch' (50,316) at 20241206090014334 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_config.json' (50,317) at 20220126110011868 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0003-engine-Define-discover-const-String-path-in-base-cla.patch' (50,318) at 20230706080014761 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lp873x.c' (50,319) at 20240405153230835 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9260ek.dts' (50,320) at 20240405153045465 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-periph.c' (50,321) at 20240405153046861 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/lantiq,ebu.yaml' (50,322) at 20220525020651690 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c' (50,323) at 20210308005046509 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/unistd.h' (50,324) at 20210307214932458 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp-event.h' (50,325) at 20210308005046041 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/timer.c' (50,326) at 20210308005002556 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.2.bb' (50,327) at 20241221090017560 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_mok.c' (50,328) at 20210916100018003 2025-03-14 03:00:48.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_livepatch.c' (50,329) at 20210307214931806 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_recv.h' (50,330) at 20220525020654171 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/IA7-129w' (50,331) at 20210307205553762 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_rtalloc.h' (50,332) at 20240405153231783 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/irq.c' (50,333) at 20240405153046257 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0003-without-build-plugins.patch' (50,334) at 20230401080011935 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.travis.yml' (50,335) at 20240906080037132 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/cirrus,clps711x-timer.txt' (50,336) at 20210307214925446 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/Makefile' (50,337) at 20240405153231339 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/typeahead.jquery.js' (50,338) at 20210307205554282 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/.gitignore' (50,339) at 20240405153054037 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_kms.c' (50,340) at 20240405153230639 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb' (50,341) at 20241221090017536 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tx6ul-0011.dts' (50,342) at 20240405153045525 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/armadeus,st0700-adapt.yaml' (50,343) at 20210307214925306 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-rng-pci.c' (50,344) at 20221215040039170 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/netdev-features.rst' (50,345) at 20220525020651750 2025-03-14 03:00:48.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfltsi.c' (50,346) at 20210308005046529 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dp.c' (50,347) at 20240805080013951 to deleted uid set 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exserial.c' (50,348) at 20240405153230167 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/isa_ipmi_kcs.c' (50,349) at 20240906080037244 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/davicom/dm9000.h' (50,350) at 20210307214929382 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_test_api.c' (50,351) at 20220525020654091 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/recommended.json' (50,352) at 20240405153054121 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/HDF5' (50,353) at 20210307205553866 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_boot_params.h' (50,354) at 20220525020653811 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/lib.sh' (50,355) at 20230606080013598 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vfio_pci_core.h' (50,356) at 20240405153052817 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/stat.h' (50,357) at 20210307214931618 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/tegra124-car.h' (50,358) at 20210307214931350 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/socionext/netsec.c' (50,359) at 20240405153231051 2025-03-14 03:00:48.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-log.h' (50,360) at 20240405153054193 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-romanian.c' (50,361) at 20210307214931178 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-common.m' (50,362) at 20240906080037380 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/Makefile' (50,363) at 20240405153229975 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-dm.yml' (50,364) at 20210905000020565 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/reloc_x86_64_efi.c' (50,365) at 20210308005002884 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzfh.c.inc' (50,366) at 20241211090212514 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/entry.h' (50,367) at 20240405153046285 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9m10g45ek_nandflash_defconfig' (50,368) at 20210308005003248 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/platform-bus.c' (50,369) at 20241211090212262 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pmu.h' (50,370) at 20210308005002672 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r7s72100-genmai.dts' (50,371) at 20240405153045549 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds-duart.dts' (50,372) at 20210308005002580 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (50,373) at 20241206090014206 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c' (50,374) at 20240405153232263 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/sigcontext.h' (50,375) at 20210307214925650 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/core.c' (50,376) at 20241220090018306 2025-03-14 03:00:48.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-fsl.c' (50,377) at 20210308005003512 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/nsp_debug.c' (50,378) at 20240405153051685 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_bpf_ma.c' (50,379) at 20240405153232259 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/mei/Makefile' (50,380) at 20210309003654520 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb_miim_regs.h' (50,381) at 20210308005002820 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arvika_Orshultaberget' (50,382) at 20210307205553778 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/Makefile' (50,383) at 20210308004922932 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/headerize-hsdk.py' (50,384) at 20210308005003056 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hotplug.h' (50,385) at 20240405153048457 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-cm.h' (50,386) at 20240805080013923 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch' (50,387) at 20241221090017692 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/dns-resolver.h' (50,388) at 20210308005046037 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts' (50,389) at 20240405153045717 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-digicolor.c' (50,390) at 20240405153046877 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/segv_errors.c' (50,391) at 20210307214932702 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xtfpga/setup.c' (50,392) at 20240405153046513 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-redboot/boot.ld' (50,393) at 20210307214926758 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/Makefile' (50,394) at 20240405153054385 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/index.rst' (50,395) at 20240405153229827 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt' (50,396) at 20210307214925450 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ds3000.c' (50,397) at 20240405153049289 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_opregion.c' (50,398) at 20240405153048457 2025-03-14 03:00:48.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/image_upload.hpp' (50,399) at 20240817080003175 to deleted uid set 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwinfo/samsung,exynos-chipid.yaml' (50,400) at 20240405153045061 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spl_gpio.h' (50,401) at 20210308005003684 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp.h' (50,402) at 20240405153050013 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/skas/syscall.c' (50,403) at 20220525020652126 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build' (50,404) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-ident.out' (50,405) at 20210308005046401 to deleted uid set 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/cafe_nand.c' (50,406) at 20240405153049689 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-rq.h' (50,407) at 20240405153049249 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c' (50,408) at 20241115090012957 to deleted uid set 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple.out' (50,409) at 20241211090212542 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib_3.7.2.bb' (50,410) at 20230813080012856 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_hal.h' (50,411) at 20210307214930642 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/Kconfig' (50,412) at 20240405153051397 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/amd76xrom.c' (50,413) at 20220525020653391 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_core.c' (50,414) at 20240405153049225 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/diag.c' (50,415) at 20241211090145557 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_llc.c' (50,416) at 20240405153048505 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb' (50,417) at 20241221090017544 2025-03-14 03:00:48.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg/opkg.conf' (50,418) at 20210307205554538 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/bosch,c_can.yaml' (50,419) at 20240405153045113 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-audsys-clk.c' (50,420) at 20240405153053969 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tandadalen' (50,421) at 20210307205553790 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/chan.c' (50,422) at 20240405153048633 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/statx.c' (50,423) at 20240405153054177 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/Makefile' (50,424) at 20210307214930586 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/cache.c' (50,425) at 20240405153231603 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/adc-battery.yaml' (50,426) at 20240405153045141 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/ffdc/ffdc_collector.py' (50,427) at 20230628080015931 to deleted uid set 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp809.h' (50,428) at 20210308005003560 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/MAINTAINERS' (50,429) at 20210308005003172 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h' (50,430) at 20210308005002672 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-file.c' (50,431) at 20221215040039394 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/trace.c' (50,432) at 20210307214926526 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_flash.h' (50,433) at 20240405153050805 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gf100.c' (50,434) at 20220525020652971 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/irq_alpha.c' (50,435) at 20210307214925654 2025-03-14 03:00:48.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/smipcie/smipcie-ir.c' (50,436) at 20210309003650336 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/module.h' (50,437) at 20240405153052741 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-nintendo.c' (50,438) at 20240405153230655 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi_mon.c' (50,439) at 20240405153050285 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_dbm_soc1.h' (50,440) at 20210308005003616 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeDevice.v1_16_0.json' (50,441) at 20240918080002724 to deleted uid set 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_veno.c' (50,442) at 20220627100017186 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sti/stih418-overview.rst' (50,443) at 20240405153044973 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli_readline.c' (50,444) at 20210308005003224 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/Makefile' (50,445) at 20240405153045653 2025-03-14 03:00:48.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368-board-tpl.c' (50,446) at 20210308005002776 2025-03-14 03:00:48.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mtk-sd.yaml' (50,447) at 20240405153229779 2025-03-14 03:00:48.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/commands.h' (50,448) at 20240405153050513 2025-03-14 03:00:48.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac1000.h' (50,449) at 20240405153050301 2025-03-14 03:00:48.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_libfc.c' (50,450) at 20220525020654019 2025-03-14 03:00:48.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/arch_memory_mapping.c' (50,451) at 20240326080039662 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/fsntfs.c' (50,452) at 20240830080013323 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/functions/pci-epf-vntb.c' (50,453) at 20240805080013995 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/test-qapi.py' (50,454) at 20240906080037564 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (50,455) at 20241206090014206 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/apm-xgene-hwmon.txt' (50,456) at 20210307214925322 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm2.cfg' (50,457) at 20210307205554118 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/__init__.py' (50,458) at 20241206090014290 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/cmd_syno.c' (50,459) at 20210308005002908 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/execlist.c' (50,460) at 20240405153048513 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/fault.c' (50,461) at 20210307214926462 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/basic4.tc' (50,462) at 20210307214932670 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/sata.c' (50,463) at 20210308005003540 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (50,464) at 20230721080014366 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/lxdm-pam' (50,465) at 20210307205553946 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pci-bridge.h' (50,466) at 20240405153046121 2025-03-14 03:00:48.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/system.h' (50,467) at 20210308005100993 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmvmc.h' (50,468) at 20210307214929162 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/jump_label.c' (50,469) at 20240405153046257 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href520-tvk.dts' (50,470) at 20240405153229899 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-aristainetos2.dtsi' (50,471) at 20240405153229887 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bitmap.h' (50,472) at 20241008080014007 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/nosy-user.h' (50,473) at 20210307214927162 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/sntp.c' (50,474) at 20210308005003720 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt.c' (50,475) at 20240405153053445 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bugs.h' (50,476) at 20240405153046001 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/amu.rst' (50,477) at 20240405153045285 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/cache.h' (50,478) at 20240405153231843 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adav80x.h' (50,479) at 20210307214932294 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h' (50,480) at 20210308005002776 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_conntrack.h' (50,481) at 20220525020654671 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-iommu.c' (50,482) at 20221215040039374 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/gbs-sysinit.bb' (50,483) at 20241206090014278 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a77965-sysc.c' (50,484) at 20240405153231351 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/vdev_impl.h' (50,485) at 20210308005003696 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/trace-events' (50,486) at 20240906080037352 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-AucklandInfill' (50,487) at 20210307205553778 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/debugfs.c' (50,488) at 20240712080021077 2025-03-14 03:00:48.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_arrays.c' (50,489) at 20210307214932646 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-h3-sysctrl.h' (50,490) at 20210308005046017 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ibmpowernv.txt' (50,491) at 20210307214925322 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c' (50,492) at 20240405153054253 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_firmware.h' (50,493) at 20220525020654127 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/marvell,orion-sdio.yaml' (50,494) at 20240405153045109 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/board.h' (50,495) at 20210308005003004 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/bootparam.h' (50,496) at 20210308005002888 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml' (50,497) at 20240405153045129 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/sg_pool.c' (50,498) at 20240405153053101 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lwt_redirect.c' (50,499) at 20240405153232259 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/smb347-charger.c' (50,500) at 20240405153051441 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt' (50,501) at 20210307214925366 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32mp1.h' (50,502) at 20210308005003616 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/optee_private.h' (50,503) at 20240405153231495 2025-03-14 03:00:48.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/files/mdio-util' (50,504) at 20220513030016805 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/cache.json' (50,505) at 20240405153054153 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ata/libata-sff.c' (50,506) at 20240405153230179 to deleted uid set 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c' (50,507) at 20240405153230399 to deleted uid set 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra124-mc.h' (50,508) at 20220525020654547 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g25.dtsi' (50,509) at 20210308005002572 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-UK-3.0' (50,510) at 20211006000025242 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf' (50,511) at 20230606080013598 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max77650-regulator.yaml' (50,512) at 20240405153045145 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton_%.bbappend' (50,513) at 20240727080014098 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/cppc_acpi.c' (50,514) at 20241211090145393 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/archrandom.h' (50,515) at 20240405153046381 2025-03-14 03:00:48.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx7ulp-scg-clock.yaml' (50,516) at 20240405153045025 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timer_list.c' (50,517) at 20220525020654731 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/config.h.in' (50,518) at 20230510080020915 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/syscall.h' (50,519) at 20220525020651798 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/mapped_kernel.h' (50,520) at 20210307214926246 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/posix-timers.h' (50,521) at 20240405153052789 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/samsung,spi.yaml' (50,522) at 20240405153045173 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/CreateStatic/meson.build' (50,523) at 20230825080033269 to deleted uid set 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fscache.h' (50,524) at 20240405153052693 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_opt.h' (50,525) at 20240405153053117 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tsl2583.c' (50,526) at 20240405153049005 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key' (50,527) at 20210307205554466 to deleted uid set 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-pll.c' (50,528) at 20240405153230215 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debug.h' (50,529) at 20240805080013979 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Lucenec' (50,530) at 20210307205553794 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pxm2_defconfig' (50,531) at 20210308005003276 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/drm_fourcc.h' (50,532) at 20240913080013837 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/lib.h' (50,533) at 20210308005003688 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-ifdown' (50,534) at 20230811080018338 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_eem.h' (50,535) at 20210307214930802 2025-03-14 03:00:48.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723b.c' (50,536) at 20240405153231243 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol_module.cpp' (50,537) at 20220413030054066 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/eepro100-test.c' (50,538) at 20221215040039370 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-fvp-base.txt' (50,539) at 20241221090017464 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/memory.h' (50,540) at 20240405153052325 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kobject_api.h' (50,541) at 20240405153052717 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/external_account_provider.hpp' (50,542) at 20221229040004411 to deleted uid set 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier1S4U/4.json' (50,543) at 20240212090032054 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/uniphier-sd.c' (50,544) at 20210308005003408 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_legacy_encoders.c' (50,545) at 20240405153230627 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/break.h' (50,546) at 20210307214926210 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd16xx.dtsi' (50,547) at 20240405153045797 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/mips-cpc.c' (50,548) at 20240405153046025 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.8.0.bb' (50,549) at 20230919080013962 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_dw_hdmi.c' (50,550) at 20210308005003528 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/da8xx-usb.h' (50,551) at 20210308005002720 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpiutil.c' (50,552) at 20240405153231947 2025-03-14 03:00:48.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_desc.h' (50,553) at 20210308005045921 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_osnoise.c' (50,554) at 20241011080017383 to deleted uid set 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bxt_rt298.c' (50,555) at 20240613080016547 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/index.rst' (50,556) at 20240405153045197 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/semtech,sx1501q.yaml' (50,557) at 20240405153045137 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/madera-i2c.c' (50,558) at 20240405153230835 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pmus.h' (50,559) at 20240405153232239 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/cookie_uid_helper_example.c' (50,560) at 20240405153053421 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_dbf.c' (50,561) at 20240405153051537 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts' (50,562) at 20240405153229931 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-regs.h' (50,563) at 20240405153049465 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kruunupyy' (50,564) at 20210307205553770 2025-03-14 03:00:48.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc_tx.c' (50,565) at 20210307214930882 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/cdc/ad7746.c' (50,566) at 20240405153048969 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/ventura_scm.json' (50,567) at 20241213090004413 to deleted uid set 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-smdk5250.dts' (50,568) at 20210308005002580 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karbole' (50,569) at 20210307205553786 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (50,570) at 20221202040015731 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/fs.cpp' (50,571) at 20210308005133997 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/tc3589x-keypad.c' (50,572) at 20240405153049141 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/x-powers,axp209-adc.yaml' (50,573) at 20240405153045073 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-CA-SF-Bay-Area' (50,574) at 20210307205553754 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timer.h' (50,575) at 20240405153052805 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-cmd-manager.hpp' (50,576) at 20231209090027349 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350-hdk.dts' (50,577) at 20240405153229959 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.h' (50,578) at 20210307214929942 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/hitachi_tx18d42vm_lcd.c' (50,579) at 20210308005003528 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-plymouth-start-service-in-add-related-kernel-paramet.patch' (50,580) at 20240301090012423 to deleted uid set 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer_1.1.0.bb' (50,581) at 20241221090017684 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-stmp3xxx.c' (50,582) at 20240405153231375 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svc.c' (50,583) at 20240820080014173 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dbring.c' (50,584) at 20240405153231155 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/page.h' (50,585) at 20240405153045913 2025-03-14 03:00:48.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-mfg.c' (50,586) at 20240405153046797 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/proc.c' (50,587) at 20240405153052265 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/videomodes.h' (50,588) at 20210308005003536 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c' (50,589) at 20240405153230323 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/tx.c' (50,590) at 20210307214929966 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/mpc5200_psc_i2s.c' (50,591) at 20240405153053933 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/meson.build' (50,592) at 20240629080019052 to deleted uid set 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-moore.h' (50,593) at 20210307214930078 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_debugfs.h' (50,594) at 20240405153048489 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/mmap_unlock_work.h' (50,595) at 20240405153052981 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf_main.c' (50,596) at 20240405153046961 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/ibm/management_console_rest.hpp' (50,597) at 20241015080002911 to deleted uid set 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit_config.py' (50,598) at 20240405153054225 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/backtracetest.c' (50,599) at 20210309003654044 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/ingenic-drm-drv.c' (50,600) at 20240405153230579 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-imp_iic_wrap.c' (50,601) at 20240405153046797 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-geekbox.dts' (50,602) at 20210308005002608 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libserialport/libserialport_0.1.1.bb' (50,603) at 20241221090017516 to deleted uid set 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/biosconfigcommands.hpp' (50,604) at 20210706000010802 2025-03-14 03:00:48.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_state_manager_main.cpp' (50,605) at 20240823080031161 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/ex.S' (50,606) at 20210307214926562 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/browser.c' (50,607) at 20240405153054177 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rockchip-host.c' (50,608) at 20240405153231291 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/built-in-fw.rst' (50,609) at 20210309003648404 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb' (50,610) at 20230706080014781 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/blk-mq.rst' (50,611) at 20220525020651654 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate/run-ptest' (50,612) at 20240301090012435 to deleted uid set 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt1015.txt' (50,613) at 20210309003648392 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/miqi-rk3288_defconfig' (50,614) at 20210308005003268 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/digitv.c' (50,615) at 20240405153049553 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-E1565.dts' (50,616) at 20240405153045485 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-spi.c' (50,617) at 20240405153231459 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sh.c' (50,618) at 20240405153231467 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_com.h' (50,619) at 20240405153049041 2025-03-14 03:00:48.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b105pv2.dts' (50,620) at 20240405153229883 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hns3_pmu.c' (50,621) at 20240613080016455 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/bus-stub.c' (50,622) at 20240906080037304 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/core.c' (50,623) at 20240919080017066 to deleted uid set 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208x_pbi.cfg' (50,624) at 20210308005002996 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/OWNERS' (50,625) at 20231222090003971 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xircom/Makefile' (50,626) at 20210307214929662 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/Makefile' (50,627) at 20240405153054385 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/page_no.h' (50,628) at 20240405153045965 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsfield.c' (50,629) at 20240405153046617 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-lme2510.c' (50,630) at 20210307214928782 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/pixel_ops.h' (50,631) at 20210308005046057 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Bilsdale' (50,632) at 20210307205553794 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-img.c' (50,633) at 20240405153046797 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/python' (50,634) at 20221209040018559 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/sys_membarrier.c' (50,635) at 20210308005046561 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/timer.c' (50,636) at 20210307214927918 2025-03-14 03:00:48.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/rpl/rpl_acp6x_chip_offset_byte.h' (50,637) at 20240405153053553 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/udc/renesas_usb3.c' (50,638) at 20240405153231555 to deleted uid set 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-usb-gpio.c' (50,639) at 20240405153047029 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.h' (50,640) at 20210308005003520 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-aquila.dts' (50,641) at 20240405153045573 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_boot.c' (50,642) at 20240405153053065 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/config.h' (50,643) at 20210308005002672 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/stowaway.c' (50,644) at 20240405153049137 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-LarkStoke' (50,645) at 20210307205553798 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt' (50,646) at 20210307214925394 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/of.c' (50,647) at 20220525020652406 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/clock.h' (50,648) at 20210308005002644 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/xlnx-zynqmp-ipi.h' (50,649) at 20210308005046017 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci.c' (50,650) at 20241211090212282 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ST1_C-80.0E' (50,651) at 20210307205553762 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mem-pci.c' (50,652) at 20240326080039510 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/early_clk.c' (50,653) at 20210307214926286 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/mdha.h' (50,654) at 20210308005002800 2025-03-14 03:00:48.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/.clang-format' (50,655) at 20230511080010311 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/sta2x11-mfd.h' (50,656) at 20210307214931434 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/ctrl.c' (50,657) at 20210307214929562 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm6358-gpio-sysctl.yaml' (50,658) at 20240405153229775 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra-pinmux-common.yaml' (50,659) at 20240405153045133 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_filter_map_test.c' (50,660) at 20240405153054361 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/double-type.json' (50,661) at 20210927100127469 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_qixis.h' (50,662) at 20210308005002968 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/yamon-dt.h' (50,663) at 20210307214926250 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/page_track.c' (50,664) at 20240405153230131 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rpm.h' (50,665) at 20241211090145461 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-mt6351.c' (50,666) at 20240405153053961 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/genetlink.h' (50,667) at 20240405153052917 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links.bb' (50,668) at 20220921030015990 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output_param.h' (50,669) at 20210307214930558 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/system/boot.S' (50,670) at 20210308005046489 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mps2.c' (50,671) at 20240906080037192 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml' (50,672) at 20240405153045093 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts' (50,673) at 20240405153045537 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-sdb-reva.dts' (50,674) at 20240405153045533 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cfmuxl.h' (50,675) at 20210307214931554 2025-03-14 03:00:48.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/relocate_kernel.S' (50,676) at 20210307214926330 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_data.h' (50,677) at 20240405153050341 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/templates/default/local.conf.sample' (50,678) at 20241221090017472 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/uclass-internal.h' (50,679) at 20210308005003628 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch' (50,680) at 20240413080012635 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_drv.c' (50,681) at 20240405153230643 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a33.c' (50,682) at 20210308005002784 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/clock.h' (50,683) at 20210308005002672 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/0001-support-cross-complication.patch' (50,684) at 20210307205554022 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-presence-config.bbappend' (50,685) at 20210812000025162 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_gem_evict.c' (50,686) at 20240405153048545 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-drv.c' (50,687) at 20240405153230919 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/pgtable.h' (50,688) at 20240405153229991 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_platform.c' (50,689) at 20240405153046613 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/gbmc-psu-hardreset-time.service' (50,690) at 20220416100009975 2025-03-14 03:00:48.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/adaptec/starfire.c' (50,691) at 20240405153049777 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc.c' (50,692) at 20240405153230639 to deleted uid set 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm6375-tlmm.yaml' (50,693) at 20240405153045137 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qmp-spec.rst' (50,694) at 20230925080039845 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv50.c' (50,695) at 20240405153230611 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt_impl.h' (50,696) at 20210308004938836 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.err' (50,697) at 20210308005046409 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm63148.dtsi' (50,698) at 20240405153045429 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_fcsr.c' (50,699) at 20221215040039386 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pci-arasan.c' (50,700) at 20210307214929198 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/assembler.h' (50,701) at 20240405153054237 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/ELF-ASLR/arch-support.txt' (50,702) at 20240405153229807 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lp3943.h' (50,703) at 20210307214931430 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Jam' (50,704) at 20241221090017616 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml' (50,705) at 20240405153045021 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcm058.h' (50,706) at 20210308005003608 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_dev.c' (50,707) at 20240405153049893 2025-03-14 03:00:48.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/goldfish/battery.txt' (50,708) at 20210307214925314 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c' (50,709) at 20210308005046521 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mcast.c' (50,710) at 20240405153049113 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb' (50,711) at 20241206090014334 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_hmc.h' (50,712) at 20240411080014094 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/googletest.wrap' (50,713) at 20210528100050438 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/grip.c' (50,714) at 20240405153049133 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t102xrdb.c' (50,715) at 20210308005002992 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c' (50,716) at 20240405153051281 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/vmsr_energy.c' (50,717) at 20241211090212486 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c' (50,718) at 20240405153047205 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-smo8800.c' (50,719) at 20240405153051401 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb' (50,720) at 20241221090017512 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cfg-preload.c' (50,721) at 20240405153048885 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.h' (50,722) at 20210309003649660 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.15.0.bb' (50,723) at 20241221090017468 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/rtas-work-area.h' (50,724) at 20240405153046125 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc_transfer.c' (50,725) at 20210309003653288 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wow.h' (50,726) at 20210307214929742 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/Makefile' (50,727) at 20240405153049513 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mtd-nand-s3c2410.h' (50,728) at 20210309003653888 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_update_ts_test.cpp' (50,729) at 20241212090025215 2025-03-14 03:00:48.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/Makefile' (50,730) at 20210307214930714 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/mapper.cpp' (50,731) at 20210819000142090 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/isa-dma.h' (50,732) at 20210307214925946 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/lapb/lapb_in.c' (50,733) at 20210307214931978 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/management-style.rst' (50,734) at 20210307214925582 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/tune-xscale.inc' (50,735) at 20210905000020581 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/nic0_umr0_0_completion_queue_ci_1_regs.h' (50,736) at 20240405153046597 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/pci.c' (50,737) at 20210308005002996 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ci-authorization.md' (50,738) at 20221209040006383 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-bananapi-m2-zero.dts' (50,739) at 20210308005002624 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/stat.c' (50,740) at 20240405153232231 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/tegra210-car.h' (50,741) at 20210307214931350 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c' (50,742) at 20240405153054361 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/target/iscsi/iscsi_target_stat.h' (50,743) at 20210307214931606 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/board-mtx1.c' (50,744) at 20210309003648824 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8516.dtsi' (50,745) at 20240405153045749 to deleted uid set 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.gitignore' (50,746) at 20241008080013887 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1.dtsi' (50,747) at 20240405153045801 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv1a.c' (50,748) at 20220525020652967 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/time_helper.h' (50,749) at 20230925080040061 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.h' (50,750) at 20210309003649308 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-qcm2290.c' (50,751) at 20240405153230223 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/suspend_test.c' (50,752) at 20220525020654715 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,a1-peripherals-clkc.yaml' (50,753) at 20240405153045021 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/nommu_context.h' (50,754) at 20220525020654531 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/Kconfig' (50,755) at 20210308005003520 2025-03-14 03:00:48.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/useradd.bbclass' (50,756) at 20240302090018226 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_adminq.h' (50,757) at 20210309003650976 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/omap_mmc.c' (50,758) at 20241211090212334 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt3/Makefile' (50,759) at 20210307214928706 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb' (50,760) at 20241221090017560 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srpt/ib_srpt.h' (50,761) at 20220818100014723 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/106' (50,762) at 20230426080043944 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strcpy.c' (50,763) at 20240405153053105 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-cam.c' (50,764) at 20240405153046801 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-eukrea-cpuimx27.dtsi' (50,765) at 20240405153229883 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-con-str.h' (50,766) at 20230925080040073 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/stan.S' (50,767) at 20210307214926146 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6338-reset.h' (50,768) at 20210308005003640 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/cpld.c' (50,769) at 20210308005002992 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/fastboot.h' (50,770) at 20210308005003676 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/b53.h' (50,771) at 20210307214931470 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-wm8850.c' (50,772) at 20210307214930130 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-gpio-memport-s3c64xx.h' (50,773) at 20210309003648720 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/npcm7xx_adc.c' (50,774) at 20240906080037188 2025-03-14 03:00:48.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/pcan_usb_pro.c' (50,775) at 20240405153049741 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c' (50,776) at 20220818100014715 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-mmc-config-clk.yaml' (50,777) at 20240405153045021 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts' (50,778) at 20241104090011559 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_nat_snmp_basic.asn1' (50,779) at 20210307214931946 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_shadow_stack.c' (50,780) at 20240405153232287 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-ti-pmic.dtsi' (50,781) at 20240405153045485 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/port.c' (50,782) at 20240405153232011 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeFunctionCollection_v1.xml' (50,783) at 20240619080002932 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx51.c' (50,784) at 20240405153229911 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend_fcalls.rst' (50,785) at 20210309003648480 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8907-regulator.c' (50,786) at 20240405153051465 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c' (50,787) at 20240405153049109 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-dra7-atl.c' (50,788) at 20241008080013915 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/stacktrace.c' (50,789) at 20210307214926110 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_baco.c' (50,790) at 20240405153230507 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0005-Add-DRM-KMS-example-support.patch' (50,791) at 20241221090017528 2025-03-14 03:00:48.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liberror/liberror-perl_0.17029.bb' (50,792) at 20241221090017548 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc.h' (50,793) at 20240405153051581 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/grandridge/pipeline.json' (50,794) at 20240405153054137 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctimap.c' (50,795) at 20210309003654588 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_hw.h' (50,796) at 20220525020654167 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v11_8_pmfw.h' (50,797) at 20240405153048349 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/gpio15xx.c' (50,798) at 20240405153045657 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/coredump.c' (50,799) at 20240405153231227 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/imximage.cfg' (50,800) at 20210308005002984 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_invalid.c' (50,801) at 20240405153054289 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/BUSTED.boot' (50,802) at 20210307214932714 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_job.h' (50,803) at 20240405153046609 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rockchip_i2s.c' (50,804) at 20210308005003488 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/net.h' (50,805) at 20240405153052897 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm_cygnus.c' (50,806) at 20240405153045637 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb' (50,807) at 20241221090017664 to deleted uid set 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/impedance-analyzer/Kconfig' (50,808) at 20210307214930522 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seg6_hmac.h' (50,809) at 20210307214931506 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ns_current_pid_tgid.c' (50,810) at 20241008080014059 2025-03-14 03:00:48.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/license.bbclass' (50,811) at 20241221090017604 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ti_usb_3410_5052.c' (50,812) at 20240405153052137 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-m10-bmc-spi.c' (50,813) at 20240405153049605 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend' (50,814) at 20221025030015193 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_ib700.c' (50,815) at 20241211090212354 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_defconfig' (50,816) at 20210308005003240 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvm.c.inc' (50,817) at 20240326080039694 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-qom.h' (50,818) at 20240906080037452 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_fc.h' (50,819) at 20220818100014755 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-fopen.rst' (50,820) at 20220525020654131 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUSensor.cpp' (50,821) at 20241112090003106 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/meson.build' (50,822) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/umcast.h' (50,823) at 20210307214926618 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/Kconfig' (50,824) at 20240405153045613 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/vortex.rst' (50,825) at 20240405153045233 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/lib/csum.c' (50,826) at 20240405153045945 to deleted uid set 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/sigcontext.h' (50,827) at 20210307214926398 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb' (50,828) at 20230114040015546 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/settings/phosphor-settings-manager/powerOnHours.override.yml' (50,829) at 20240821080012435 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb' (50,830) at 20231117090013699 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out' (50,831) at 20210308005046413 to deleted uid set 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/ps3.dts' (50,832) at 20210307214926358 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7721.h' (50,833) at 20210307214926558 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_skb_verdict_attach.c' (50,834) at 20240405153054277 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/module.c' (50,835) at 20240405153045869 2025-03-14 03:00:48.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c' (50,836) at 20240405153230403 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pci_expander_bridge.c' (50,837) at 20241211090212314 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/common.h' (50,838) at 20240405153054229 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-override.bconf' (50,839) at 20210309003654956 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpios.h' (50,840) at 20210309003654584 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp153c-dhcor-drc-compact.dts' (50,841) at 20240405153045585 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-hummingbird.dts' (50,842) at 20210308005002620 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/trace.c' (50,843) at 20210307214932706 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/tpm.h' (50,844) at 20240326080039550 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bus_vcxk.c' (50,845) at 20210308005003524 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_bitmap_port.c' (50,846) at 20210307214932002 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cortina.h' (50,847) at 20210308005003628 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/name_change.cpp' (50,848) at 20221201040034376 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb' (50,849) at 20241206090014246 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cs3308.c' (50,850) at 20240405153049309 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_defconfig' (50,851) at 20210308005003240 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch' (50,852) at 20241221090017524 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/boot.rst' (50,853) at 20240405153229827 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox-test.c' (50,854) at 20240405153230759 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/rsrc_iodyn.c' (50,855) at 20210307214930042 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.h' (50,856) at 20210309003650600 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig' (50,857) at 20240405153050581 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/loongson,ls1x-pwmtimer.yaml' (50,858) at 20240405153045177 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0012-priv.h' (50,859) at 20210307214928794 2025-03-14 03:00:48.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/README.md' (50,860) at 20240809080033019 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4copy_from_user.S' (50,861) at 20210307214926606 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/spapr-phb-test.c' (50,862) at 20221215040039382 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_mercury_aa1.dtsi' (50,863) at 20240405153045441 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/sync.c' (50,864) at 20240405153052969 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/README' (50,865) at 20210308005002976 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_osdep.h' (50,866) at 20240405153049997 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgf117.fuc3' (50,867) at 20210307214927938 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_ifc.cfg' (50,868) at 20210308005002968 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/pinctrl-s700.c' (50,869) at 20240405153051301 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_local.h' (50,870) at 20210307214930538 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/248.out' (50,871) at 20210927100127497 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850evm_nand_defconfig' (50,872) at 20210308005003256 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83l785ts.c' (50,873) at 20240405153048881 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/devtool-hello-world.md' (50,874) at 20230620080005491 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm.c' (50,875) at 20240405153231487 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mxs/Makefile' (50,876) at 20210307214925906 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/ce6230.h' (50,877) at 20210307214928814 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/atmel,captouch.txt' (50,878) at 20210307214925334 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.h' (50,879) at 20210307214929918 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.pattern' (50,880) at 20210308005046469 2025-03-14 03:00:48.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb' (50,881) at 20231011080016606 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77990.c' (50,882) at 20210308005003464 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/setup.h' (50,883) at 20240405153045625 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb' (50,884) at 20210812000025214 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/ftgmac100.h' (50,885) at 20240906080037336 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/meson.build' (50,886) at 20220913030027305 to deleted uid set 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/CapLimits/meson.build' (50,887) at 20230825080021137 to deleted uid set 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-xsc3.c' (50,888) at 20240405153045697 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/loongson/loongson2_pm.c' (50,889) at 20240405153231451 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/bioscfg.c' (50,890) at 20240405153231343 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.codespell-ignore' (50,891) at 20240110090003528 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nvidia,tegra124-car.yaml' (50,892) at 20240405153229759 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_dyn_defaults.h' (50,893) at 20210309003649652 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/attn/attn_logging.cpp' (50,894) at 20240830080017491 to deleted uid set 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddr4_init.c' (50,895) at 20210308005003364 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/lp8727_charger.c' (50,896) at 20240405153051433 2025-03-14 03:00:48.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-meson-gpio.c' (50,897) at 20240815080012883 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/adc/at91-sama5d2_adc.h' (50,898) at 20240405153052649 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/maxim,max5821.yaml' (50,899) at 20220525020651682 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/q35.h' (50,900) at 20241211090212362 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7792-sysc.h' (50,901) at 20210308005003640 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/mpp.c' (50,902) at 20210307214925978 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/sample-parsing.c' (50,903) at 20240405153054169 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xmb_emac.dtsi' (50,904) at 20240405153045473 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/console_socket.py' (50,905) at 20240326080039614 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hermes_dld.h' (50,906) at 20210307214929866 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2400pci.c' (50,907) at 20240405153050613 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/file.c' (50,908) at 20240405153231675 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/flamegraph.py' (50,909) at 20240405153054161 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/Makefile' (50,910) at 20240405153049453 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-unknown.json' (50,911) at 20210308005046401 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_port.h' (50,912) at 20220525020653819 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/decompress.c' (50,913) at 20240405153045985 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/change-state-handler.c' (50,914) at 20210308005046257 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi3620.c' (50,915) at 20240405153230207 2025-03-14 03:00:48.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/input-reset.txt' (50,916) at 20210307214925338 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/cdn-dp-reg.h' (50,917) at 20210307214928030 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/xtfpga.dtsi' (50,918) at 20210308005002884 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch' (50,919) at 20241221090017648 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/late_lowlevel_init.S' (50,920) at 20210308005002792 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_plane.c' (50,921) at 20240405153048681 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-des.c' (50,922) at 20240405153230267 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/wifi.h' (50,923) at 20240405153051913 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/dm814x.h' (50,924) at 20210307214931342 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/Kconfig' (50,925) at 20210307214930302 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk-egl.c' (50,926) at 20240906080037588 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mremap_dontunmap.c' (50,927) at 20240405153054329 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ptrace.c' (50,928) at 20240405153230079 2025-03-14 03:00:48.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm.c' (50,929) at 20241011080017315 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c' (50,930) at 20240405153048477 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h' (50,931) at 20210421100236122 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/blake2b.h' (50,932) at 20240405153052621 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts' (50,933) at 20240405153045465 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fs.h' (50,934) at 20240405153052917 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/libncursesw.so.5.9' (50,935) at 20210308005111469 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_user/iova_domain.h' (50,936) at 20240405153052161 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/at91sam9n12ek.c' (50,937) at 20210308005002916 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/fwio.h' (50,938) at 20240405153050701 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pmem-pci.h' (50,939) at 20230925080039917 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/lshrdi3.c' (50,940) at 20210308005002804 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/example/example.yaml' (50,941) at 20240726080021431 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/gpiolib.c' (50,942) at 20240405153045977 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch' (50,943) at 20241221090017648 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst' (50,944) at 20240405153044961 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch' (50,945) at 20210307205553938 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/pxa27x-keypad.txt' (50,946) at 20210307214925338 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/pseq-monitor-pgood.service' (50,947) at 20230128040027422 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tmio-common.h' (50,948) at 20210308005003408 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/mock-target.h' (50,949) at 20241211090212362 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/meson.build' (50,950) at 20240906080037220 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fru_identity.hpp' (50,951) at 20221005030030498 2025-03-14 03:00:48.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/bcm2835-pm.h' (50,952) at 20240405153052725 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/Kconfig' (50,953) at 20240405153051661 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_main.c' (50,954) at 20241211090145493 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/kvm/kvm.c' (50,955) at 20241211090212494 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_stp.c' (50,956) at 20240405153053193 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xlock' (50,957) at 20241221090017620 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/membarrier/.gitignore' (50,958) at 20210307214932682 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/0001-Drop-ptests-fixtures-and-recorde_modes.patch' (50,959) at 20240309090012808 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/devsynth.c' (50,960) at 20210309003649136 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/pipeline.json' (50,961) at 20240405153054137 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/sun4v-rtc.h' (50,962) at 20240906080037340 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm_mpu7xx.h' (50,963) at 20210309003648708 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/kernelmodule.py' (50,964) at 20220910030013397 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-fwu_%.bbappend' (50,965) at 20241206090014214 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_internal.h' (50,966) at 20240726080012862 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.h' (50,967) at 20240405153231191 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares/run-ptest' (50,968) at 20241206090014258 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci-sh7780.c' (50,969) at 20210309003648976 2025-03-14 03:00:48.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm019-dc5/psu_init_gpl.c' (50,970) at 20210308005003200 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/Makefile' (50,971) at 20240613080016371 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/types.h' (50,972) at 20210307214931198 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_host.c' (50,973) at 20240405153231563 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7410.c' (50,974) at 20240405153048841 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/ubuntuvm.py' (50,975) at 20240326080039750 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.1.0.bb' (50,976) at 20240413080012655 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/user.h' (50,977) at 20210309003649824 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml' (50,978) at 20240405153045029 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/livepatch_sched.h' (50,979) at 20240405153052721 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/section.scss' (50,980) at 20210308005107073 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/if_ether.h' (50,981) at 20210308005003656 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ab8500-core.c' (50,982) at 20240405153230831 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Degeberga' (50,983) at 20210307205553778 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/rx20-led-manager-config-native.bb' (50,984) at 20241206090014286 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-extract-sdk' (50,985) at 20230114040015554 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_router_hw.c' (50,986) at 20240405153050077 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/slice.c' (50,987) at 20240405153046185 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service' (50,988) at 20210307205553846 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/device.h' (50,989) at 20210309003648772 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/rsa_oem_dss_key.pem' (50,990) at 20210519100046553 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/xfrm_device.rst' (50,991) at 20240405153229823 2025-03-14 03:00:49.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/cereal.wrap' (50,992) at 20220331030041643 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-ata' (50,993) at 20240405153044913 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/cmake/HunterGate.cmake' (50,994) at 20210308005114857 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/apei-internal.h' (50,995) at 20240405153046629 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/gp_timer_global.h' (50,996) at 20210307214930542 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/memcpy_power7.S' (50,997) at 20240405153046177 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem_shmem_helper.c' (50,998) at 20240624080012776 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10023.c' (50,999) at 20240405153049301 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0003-pserror.c-Define-column-to-be-int-explcitly.patch' (51,000) at 20230706080014749 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6797-img.c' (51,001) at 20240405153046797 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/dec_if_positive' (51,002) at 20240405153053433 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netaddr/run-ptest' (51,003) at 20240309090012808 to deleted uid set 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-2.c' (51,004) at 20210927100127513 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/irq.c' (51,005) at 20210307214926210 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-thunderx.txt' (51,006) at 20210307214925318 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/conversion.hpp' (51,007) at 20231228090030524 to deleted uid set 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Kaihuanvaara' (51,008) at 20210307205553774 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_based___diff_sz.c' (51,009) at 20210309003655984 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-P.boot' (51,010) at 20240405153054369 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/LICENSE' (51,011) at 20210308005055793 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild' (51,012) at 20240405153048633 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/serial.h' (51,013) at 20210307214926118 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rfkill/Kconfig' (51,014) at 20210307214932046 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/page.h' (51,015) at 20210524100034854 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/sev.h' (51,016) at 20240405153046353 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cbfs.h' (51,017) at 20210308005003572 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/Makefile' (51,018) at 20210307214930698 2025-03-14 03:00:49.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cputopology.rst' (51,019) at 20240405153044941 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/cachefiles/ondemand.c' (51,020) at 20241211090145505 to deleted uid set 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dynamic_queue_limits.h' (51,021) at 20210309003653836 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/Makefile' (51,022) at 20210308005002828 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/195.out' (51,023) at 20240326080039730 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/blob_named_by_arg.py' (51,024) at 20210308005003748 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/icl_dsi_regs.h' (51,025) at 20240405153048433 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-versatile.c' (51,026) at 20210307214927050 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/meson.options' (51,027) at 20240416080014366 to deleted uid set 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c' (51,028) at 20240405153230539 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/kgdb.c' (51,029) at 20210308005003228 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm23550_w1d_defconfig' (51,030) at 20210308005003252 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/stp.h' (51,031) at 20240405153052865 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/xilinx_uartlite.c' (51,032) at 20241211090212262 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/sec-qfprom.c' (51,033) at 20240520080015167 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-blocker.c' (51,034) at 20241211090212206 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/i915_vm_bind.h' (51,035) at 20240405153045213 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/oem_ibm_handler.cpp' (51,036) at 20240910080037467 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/Kconfig' (51,037) at 20240405153052165 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/aoe.rst' (51,038) at 20210307214925214 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/platform-pci-unplug.c' (51,039) at 20220525020652194 2025-03-14 03:00:49.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch' (51,040) at 20230706080014749 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_chipOp_handler.hpp' (51,041) at 20210308005104849 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c' (51,042) at 20241011080017323 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/callbackgroupgentest.mako.hpp' (51,043) at 20210308005108057 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control/config.json' (51,044) at 20230412080023456 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/ropes.h' (51,045) at 20240405153230019 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/eth_p4080.c' (51,046) at 20210308005002964 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt8183-power.h' (51,047) at 20220525020654547 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/Makefile' (51,048) at 20240405153049625 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-gate.c' (51,049) at 20240405153046777 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-bitmap.c' (51,050) at 20240906080037152 2025-03-14 03:00:49.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/fsl_ucc_hdlc.h' (51,051) at 20210307214929718 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_type.h' (51,052) at 20240613080016435 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb' (51,053) at 20240301090012471 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/legacy.py' (51,054) at 20240326080039614 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/hw_data.c' (51,055) at 20210308005002760 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trace-event-scripting.c' (51,056) at 20240405153054209 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hid_bpf.h' (51,057) at 20240405153052697 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/pda,91-00156-a0.yaml' (51,058) at 20210307214925306 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/ecovec.c' (51,059) at 20210308005003032 2025-03-14 03:00:49.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_SECURE_BOOT_defconfig' (51,060) at 20210308005003244 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/sys_proto.h' (51,061) at 20210308005002644 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/google,cros-ec-pwm.yaml' (51,062) at 20240405153045141 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/recoverd.h' (51,063) at 20210307214931070 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/Kconfig' (51,064) at 20210308005003360 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xsk_prereqs.sh' (51,065) at 20240405153232263 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/percpu.h' (51,066) at 20240405153045625 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb' (51,067) at 20241221090017564 to deleted uid set 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rtc-uclass.c' (51,068) at 20210308005003480 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb' (51,069) at 20241221090017544 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/wm831x.txt' (51,070) at 20210307214925362 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c' (51,071) at 20210307214926562 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-common-dvi.dtsi' (51,072) at 20240405153045605 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpidebug.c' (51,073) at 20220525020654987 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts' (51,074) at 20220617030036053 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json' (51,075) at 20210825100019184 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_resource.h' (51,076) at 20220429100100642 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/MAINTAINERS' (51,077) at 20210308005003008 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/processor.h' (51,078) at 20240405153045973 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/led.c' (51,079) at 20210308005002916 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch' (51,080) at 20241206090014342 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/.clang-format' (51,081) at 20241220090037491 to deleted uid set 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/mtd-xip.h' (51,082) at 20240405153230147 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/sata.c' (51,083) at 20210308005002728 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/Makefile' (51,084) at 20240405153232211 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/ahb.h' (51,085) at 20210308005002672 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/rc_calc_fpu.c' (51,086) at 20240405153047285 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/efi-stub-entry.c' (51,087) at 20240405153230295 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/rpolicy.md' (51,088) at 20240806080022195 2025-03-14 03:00:49.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-reqbufs.rst' (51,089) at 20210309003648476 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm3533.c' (51,090) at 20240405153049217 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_px5.h' (51,091) at 20210308005003596 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/x509-utils.c' (51,092) at 20241211090212230 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/migor.c' (51,093) at 20210309003654928 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/iconv-detect.h' (51,094) at 20210307205553742 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/set_initiatorname' (51,095) at 20210307205553818 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_mobility.c' (51,096) at 20240405153053157 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/json_html_serializer.cpp' (51,097) at 20240904080003190 to deleted uid set 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile' (51,098) at 20210308005002556 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb' (51,099) at 20241221090017524 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adi,adrf6780.yaml' (51,100) at 20240405153045073 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm.service' (51,101) at 20240921080016394 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.h' (51,102) at 20240405153047261 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/gitlab-runner.yml' (51,103) at 20241211090212458 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/irq/concepts.rst' (51,104) at 20220525020651766 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1_int.c' (51,105) at 20240405153052237 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/v9fs.c' (51,106) at 20240405153052257 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv_opensbi.py' (51,107) at 20241211090212542 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/earlycpio.c' (51,108) at 20240405153053085 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-lantiq-ssc.c' (51,109) at 20240405153231463 2025-03-14 03:00:49.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/meson.build' (51,110) at 20211029000047258 to deleted uid set 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/hdpvr.h' (51,111) at 20210307214928842 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat.sh' (51,112) at 20240405153054173 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h' (51,113) at 20210308005046541 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/fsl_esdhc_spl.c' (51,114) at 20210308005003404 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap34xx-omap36xx-clocks.dtsi' (51,115) at 20240405153045605 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1022ds.dtsi' (51,116) at 20210307214926346 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeDevice.v1_16_0.json' (51,117) at 20240918080002724 to deleted uid set 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ioctl_set.c' (51,118) at 20240405153051905 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_hpd.c' (51,119) at 20240405153047301 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/init_32.c' (51,120) at 20210307214926614 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.out' (51,121) at 20210308005046413 to deleted uid set 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reciprocal_div.h' (51,122) at 20210307214931494 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (51,123) at 20230209040014209 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml' (51,124) at 20240405153045093 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_rpc_xdr.c' (51,125) at 20240405153232079 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/s5m8767.h' (51,126) at 20210308005003680 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mrvl_uart.sh' (51,127) at 20210308005003768 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/login_routes.hpp' (51,128) at 20240824080002926 to deleted uid set 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/LICENSE' (51,129) at 20210308005103633 2025-03-14 03:00:49.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinlinx_SinA31s_defconfig' (51,130) at 20210308005003244 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/abitypes.h' (51,131) at 20241211090212374 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sgi/Kconfig' (51,132) at 20210307214929630 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/c_cpp.py' (51,133) at 20240106090017261 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7757lcr_defconfig' (51,134) at 20210308005003280 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/cldma.h' (51,135) at 20240405153053941 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/update-dhcp-status.cpp' (51,136) at 20240724080006311 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_12_0_0_offset.h' (51,137) at 20210307214927566 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb' (51,138) at 20230131040012035 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanSpeed.interface.yaml' (51,139) at 20210610000035114 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1307.c' (51,140) at 20210308005003480 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7269.h' (51,141) at 20210308005002848 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_voice.h' (51,142) at 20210307214932202 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/reg_mut.c' (51,143) at 20230925080040097 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig' (51,144) at 20210308005003240 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips-linux-user.mak' (51,145) at 20230925080039837 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_queries.cpp' (51,146) at 20240822080023973 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/htc_mbox.c' (51,147) at 20240405153050445 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/Kconfig' (51,148) at 20210308005002980 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/insane.bbclass' (51,149) at 20241221090017604 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/uda1334.c' (51,150) at 20240405153053813 2025-03-14 03:00:49.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/mmu_context.h' (51,151) at 20220525020652198 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/CPR.rst' (51,152) at 20240906080037172 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/builder.cpp' (51,153) at 20241022080027608 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu-csr.h' (51,154) at 20240906080037496 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-sheevaplug-common.dtsi' (51,155) at 20240405153045457 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_5.dtso' (51,156) at 20240405153051213 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hqvdp_lut.h' (51,157) at 20210307214928038 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_regs.h' (51,158) at 20240405153046585 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/stats.c' (51,159) at 20210307214932046 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/Kbuild' (51,160) at 20210307214927954 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/Makefile' (51,161) at 20210308005002908 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-vbi.c' (51,162) at 20240405153049541 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-int-branch.err' (51,163) at 20220429100100882 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-fwnode.h' (51,164) at 20240405153231847 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-emev2.c' (51,165) at 20240405153045689 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-pagination.png' (51,166) at 20220105012522971 to deleted uid set 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-trace-marker-snapshot.tc' (51,167) at 20210307214932674 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/skl-tplg-interface.h' (51,168) at 20240405153052949 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-led-defs.h' (51,169) at 20210307214926234 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/main.cpp' (51,170) at 20210308005120361 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/029' (51,171) at 20240326080039726 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-pci.c' (51,172) at 20240906080037208 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.h' (51,173) at 20210307214929526 2025-03-14 03:00:49.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/bitops.h' (51,174) at 20240405153046273 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p2.patch' (51,175) at 20210307205554574 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml' (51,176) at 20240405153045045 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rzn1_wdt.c' (51,177) at 20240405153052245 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-pcm.c' (51,178) at 20240405153053501 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_fbdev.c' (51,179) at 20241211090145425 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/fix-attribute-issue-with-gcc.patch' (51,180) at 20231011080016574 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb' (51,181) at 20241221090017472 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-ehl-match.c' (51,182) at 20240405153053957 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/sgidefs.h' (51,183) at 20210308005002816 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-gp-evm.dts' (51,184) at 20210308005002564 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml' (51,185) at 20240405153045061 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P1022DS.h' (51,186) at 20210308005003580 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-grlib.c' (51,187) at 20240405153052105 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml' (51,188) at 20240405153045069 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/metric_listener_mock.hpp' (51,189) at 20220412175720090 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_igep003x.h' (51,190) at 20210308005003584 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/index.rst' (51,191) at 20241221090017592 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/openat-syscall-all-cpus.c' (51,192) at 20240405153054169 2025-03-14 03:00:49.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/compulab-sb-som.dtsi' (51,193) at 20240405153045597 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/fadump.c' (51,194) at 20241211090145381 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_read_leveling.c' (51,195) at 20210308005003368 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_offload.c' (51,196) at 20240520080015227 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/processor.h' (51,197) at 20210308005002852 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/cops_ltdrv.h' (51,198) at 20210307214929246 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8998.c' (51,199) at 20240405153051349 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/pam.py' (51,200) at 20220910030013401 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/movs.h' (51,201) at 20210307214926162 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-localserver/run-ptest' (51,202) at 20240413080012663 to deleted uid set 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts' (51,203) at 20240405153229971 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stode_Hullsjon' (51,204) at 20210307205553790 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/core.c' (51,205) at 20240405153231299 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/keymile-common.h' (51,206) at 20210308005003600 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/Makefile' (51,207) at 20240405153052093 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/ioremap.c' (51,208) at 20210307214926310 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out' (51,209) at 20210308005046409 to deleted uid set 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-neo.dts' (51,210) at 20240405153045389 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_EdcaTurboCheck.c' (51,211) at 20220525020654179 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service' (51,212) at 20210307205553838 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/development/gerrit-setup.md' (51,213) at 20241123090003947 to deleted uid set 2025-03-14 03:00:49.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_main.c' (51,214) at 20240830080013287 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/smp.c' (51,215) at 20240405153230127 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/Makefile' (51,216) at 20210308005003168 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.h' (51,217) at 20240405153047161 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/callback.hpp' (51,218) at 20241219090033960 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ftrace_irq.h' (51,219) at 20220525020654567 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_men_mcb.c' (51,220) at 20240405153231507 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/Kconfig' (51,221) at 20240405153230823 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/2.dat' (51,222) at 20210308005003756 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/sleep.S' (51,223) at 20240405153045661 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/meson.build' (51,224) at 20240326080039494 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti-clkctrl.txt' (51,225) at 20240405153045029 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ip27_defconfig' (51,226) at 20240405153045993 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/exynos_hs_i2c.c' (51,227) at 20210308005003380 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml' (51,228) at 20240405153045181 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/gendumpheader' (51,229) at 20221213040024897 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/bblayers.conf.sample' (51,230) at 20230901080018206 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709-buffalo-wxr-1900dhp.dts' (51,231) at 20240405153045425 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/enums.h' (51,232) at 20240906080037328 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/nvidia-wmi-ec-backlight.h' (51,233) at 20240405153052773 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_miim.h' (51,234) at 20210308005003436 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/python.docker' (51,235) at 20240906080037560 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ia_css_ynr2.host.h' (51,236) at 20210307214930562 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acresrc.h' (51,237) at 20240405153046617 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/strace.list' (51,238) at 20210308005045761 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc512x_generic.c' (51,239) at 20240405153230051 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/vaddr-test.h' (51,240) at 20241216090017781 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.hpp' (51,241) at 20220726030033678 to deleted uid set 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi' (51,242) at 20240405153045601 to deleted uid set 2025-03-14 03:00:49.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-sc27xx.rst' (51,243) at 20210309003648432 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/dce112_hw_sequencer.c' (51,244) at 20240405153230395 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma_sendto.c' (51,245) at 20240405153053389 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z13/crypto.json' (51,246) at 20240405153054117 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemuarm/arm.patch' (51,247) at 20241206090014298 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/net_dropmon.h' (51,248) at 20240405153052929 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/nvmm-accel-ops.c' (51,249) at 20240906080037488 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc_fw.h' (51,250) at 20240405153048513 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_4.dts' (51,251) at 20240405153045497 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc' (51,252) at 20210307214932674 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_tas.h' (51,253) at 20220525020653435 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/0001-Match-prototypes-of-callbacks-with-libgphoto.patch' (51,254) at 20230401080011939 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/mad_rmpp.c' (51,255) at 20220525020653119 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/personality.h' (51,256) at 20210307214931654 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/console_truetype.c' (51,257) at 20210308005003524 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_soc.h' (51,258) at 20210308005003400 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c' (51,259) at 20220525020652963 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8r/tune-cortexr82.inc' (51,260) at 20240301090012451 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-tf300t.dts' (51,261) at 20240405153045485 2025-03-14 03:00:49.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c' (51,262) at 20210307214928786 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ufs/host/ufs-qcom.c' (51,263) at 20241008080013983 to deleted uid set 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-phandle.dtsi' (51,264) at 20240405153231279 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bbdbg/bbdbg' (51,265) at 20221209040019091 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/pmbus.hpp' (51,266) at 20240820080038646 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/samples/xfail.tc' (51,267) at 20210307214932670 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-axs10x/Makefile' (51,268) at 20210307214925674 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/u-boot.h' (51,269) at 20210308005002888 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu-defs.h' (51,270) at 20240906080037324 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Budapest' (51,271) at 20210307205553774 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/seccomp.h' (51,272) at 20220525020652198 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/asus-laptop.c' (51,273) at 20240405153051397 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_vop.c' (51,274) at 20210308005003532 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-cmdq.c' (51,275) at 20240405153230799 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_arp_nd_proxy.c' (51,276) at 20240405153053193 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/irq.h' (51,277) at 20210308005002880 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml' (51,278) at 20240405153229783 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-ls1021a.c' (51,279) at 20210307214925890 2025-03-14 03:00:49.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/au8522_common.c' (51,280) at 20210307214928610 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/psci-suspend.S' (51,281) at 20210308005002728 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/clock_logger.cpp' (51,282) at 20231013080019926 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/acl.h' (51,283) at 20240405153052497 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/redfish-logging-in-bmcweb.md' (51,284) at 20221209040006383 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/amba/bus.c' (51,285) at 20240405153046649 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/base.c' (51,286) at 20240405153048649 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/genetlink-legacy.rst' (51,287) at 20240405153229843 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5648.yaml' (51,288) at 20240405153045093 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/v4l2-tpg/Kconfig' (51,289) at 20210307214928602 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bb' (51,290) at 20240127090011884 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/kcpuid/kcpuid.c' (51,291) at 20241011080017411 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-mach.h' (51,292) at 20240405153232139 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/do_fuse.c' (51,293) at 20210308005003084 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/pll-da830.c' (51,294) at 20210307214926974 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/.gitignore' (51,295) at 20210308005108641 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/kcm/Kconfig' (51,296) at 20210307214931974 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cocoa.m' (51,297) at 20241211090212554 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ostree/run-ptest' (51,298) at 20210307205553930 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/composite.h' (51,299) at 20210308005003672 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/cachefiles/security.c' (51,300) at 20240405153052305 to deleted uid set 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/Makefile.target' (51,301) at 20241211090212550 2025-03-14 03:00:49.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fib_nexthop_nongw.sh' (51,302) at 20240405153054337 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt' (51,303) at 20220525020651698 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/efx.h' (51,304) at 20240405153050281 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.callback.hpp.mako' (51,305) at 20241002080038083 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/glob.c' (51,306) at 20240405153053085 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/esd_usb.c' (51,307) at 20241008080013943 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/0002-Fix-pyext_PATTERN-for-cross-compilation.patch' (51,308) at 20240113090014532 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ContainerImage_v1.xml' (51,309) at 20240619080002920 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_arith.c' (51,310) at 20210307214926730 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/setup.h' (51,311) at 20210307214926586 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb' (51,312) at 20241221090017528 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/Kconfig' (51,313) at 20240405153052233 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-h3.c' (51,314) at 20240405153230247 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/f2fs/dir.c' (51,315) at 20241008080013999 to deleted uid set 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-platform.c' (51,316) at 20240405153232187 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c' (51,317) at 20240405153049873 2025-03-14 03:00:49.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715-sdw.c' (51,318) at 20240613080016547 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/Makefile' (51,319) at 20210307214926102 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/memory_vpd_parser.cpp' (51,320) at 20240826080018283 to deleted uid set 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu7_discrete.h' (51,321) at 20240405153048341 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig' (51,322) at 20210308005003240 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/sdeventplus.wrap' (51,323) at 20220323030036807 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-audsys-clk.c' (51,324) at 20240405153053973 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compiler-version.h' (51,325) at 20220525020654555 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/2001-configure-setup-for-OE-core-usage.patch' (51,326) at 20241206090014282 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/user_header.cpp' (51,327) at 20210308005346774 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/timex.h' (51,328) at 20220627100016926 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/iommu/.gitignore' (51,329) at 20240405153054309 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/poplar_defconfig' (51,330) at 20210308005003276 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/hw_breakpoint.c' (51,331) at 20240405153046433 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/bonding.rst' (51,332) at 20240405153229823 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/fru_utils.cpp' (51,333) at 20241108090005428 to deleted uid set 2025-03-14 03:00:49.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson-gxbb-gpio.h' (51,334) at 20210307214931338 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_balloon.c' (51,335) at 20240405153052233 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop' (51,336) at 20210307205553742 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/string_table.c' (51,337) at 20210307214931906 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/scan_manager.c' (51,338) at 20210308005002780 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/initval.h' (51,339) at 20210307214931598 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_driver_pcie2.h' (51,340) at 20210307214931358 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.9.0.bb' (51,341) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm1_7xx.h' (51,342) at 20240405153045661 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/filesystems/tmpfs.rst' (51,343) at 20240405153229839 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/vdso_user_wrapper.S' (51,344) at 20240520080015131 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/Makefile' (51,345) at 20240405153054361 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-devicetree.bbclass' (51,346) at 20230811080018310 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf.data-file-format.txt' (51,347) at 20240405153232219 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/platform.c' (51,348) at 20210309003648824 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/designware.c' (51,349) at 20210308005003428 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb' (51,350) at 20241221090017548 to deleted uid set 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/joystick.h' (51,351) at 20210307214931638 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/Kconfig' (51,352) at 20220525020654327 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/err.c' (51,353) at 20240405153231295 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c' (51,354) at 20240405153047245 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc_%.bbappend' (51,355) at 20241206090014230 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptvf_main.c' (51,356) at 20240405153230267 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/thermal_nl.h' (51,357) at 20240405153054069 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lcm.h' (51,358) at 20210307214931414 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_reorder.S' (51,359) at 20230426080043952 2025-03-14 03:00:49.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/COPYING.MIT' (51,360) at 20210307205553806 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/bvme6000/rtc.c' (51,361) at 20210307214926138 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/stall.json' (51,362) at 20240405153054113 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200.c' (51,363) at 20240405153048569 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/suricata_7.0.0.bb' (51,364) at 20241221090017576 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/newappend.py' (51,365) at 20210307205554634 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_uac2.h' (51,366) at 20240405153052077 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/sched.c' (51,367) at 20240910080014094 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/strparser/Makefile' (51,368) at 20210307214932078 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts' (51,369) at 20240405153045713 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/genheaders/.gitignore' (51,370) at 20210307214932158 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/i3c/device-driver-api.rst' (51,371) at 20210307214925462 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff@.service' (51,372) at 20241016080017182 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_test_getcpu.c' (51,373) at 20240405153054381 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml' (51,374) at 20240405153045093 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/jcore,spi.txt' (51,375) at 20210307214925438 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/mp2856.c' (51,376) at 20240513080011766 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/process.c' (51,377) at 20240405153230019 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-alloc.h' (51,378) at 20241219090010504 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/meson.build' (51,379) at 20231205090035277 to deleted uid set 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-cmp.c' (51,380) at 20240405153231947 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mailbox/brcm-message.h' (51,381) at 20210307214931422 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/recovery.c' (51,382) at 20240613080016483 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/hvconsole.c' (51,383) at 20210307214926478 2025-03-14 03:00:49.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/objectid.c' (51,384) at 20210307214931234 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/gpio-fsi/fsi0/slave@00--00/00--00--00--06/sbefifo1-dev0/occ-hwmon.1.conf' (51,385) at 20210307205553694 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pd6729.c' (51,386) at 20240405153051265 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,vcodec-encoder.yaml' (51,387) at 20240405153045093 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/cr51_image_descriptor.h' (51,388) at 20240817080006807 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/ucall.h' (51,389) at 20240405153232267 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils' (51,390) at 20210307205554462 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/MAINTAINERS' (51,391) at 20210308005003028 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_pdu.h' (51,392) at 20240405153231855 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/open.rst' (51,393) at 20210309003648496 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ipc/pci-ish.c' (51,394) at 20240613080016411 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/linuxboot.S' (51,395) at 20210308005046177 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/max31865.c' (51,396) at 20240405153049013 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb' (51,397) at 20241221090017568 to deleted uid set 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/tlb.c' (51,398) at 20210308005002988 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/fprobetrace.rst' (51,399) at 20240405153229831 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_pcm.c' (51,400) at 20240405153054013 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/mmu/isp_mmu.c' (51,401) at 20210307214930562 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0001-absl-always-use-asm-sgidefs.h.patch' (51,402) at 20241221090017512 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/MAINTAINERS' (51,403) at 20210308005003080 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/po/de.po' (51,404) at 20210307214932618 2025-03-14 03:00:49.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-debug.h' (51,405) at 20210307214928842 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h' (51,406) at 20240405153230999 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/32r2.config' (51,407) at 20210307214926202 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_vport.h' (51,408) at 20240405153051653 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/global_data.h' (51,409) at 20210308005002824 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeon_pm.c' (51,410) at 20240405153052185 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_mini_defconfig' (51,411) at 20210308005003284 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/err_ev6.h' (51,412) at 20210307214925646 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/meson.build' (51,413) at 20220913030027321 to deleted uid set 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll3-clk.yaml' (51,414) at 20240405153045021 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-spmi-pmic-div.c' (51,415) at 20240405153230219 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/repo/repo_2.49.3.bb' (51,416) at 20241221090017672 to deleted uid set 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_mpls.h' (51,417) at 20210309003653996 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup/swift/inventory-cleanup.yaml' (51,418) at 20210721000034682 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/PageContainer.spec.js' (51,419) at 20241004080035975 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/Kconfig' (51,420) at 20210308005002924 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard_1.1.3.bb' (51,421) at 20241221090017532 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-pbx.dtsi' (51,422) at 20240405153045401 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/README.md' (51,423) at 20220315100011431 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/util.h' (51,424) at 20240405153052329 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/rockchip/io-domain.c' (51,425) at 20240405153051769 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm/barrier.h' (51,426) at 20240405153054045 2025-03-14 03:00:49.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_overlay.c' (51,427) at 20210308005003728 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l56-sdw.c' (51,428) at 20240405153232147 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_tunnel.c' (51,429) at 20240405153232063 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-debugfs.c' (51,430) at 20210307214927082 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-fixed-rate.c' (51,431) at 20220525020652338 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0025-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch' (51,432) at 20240413080012627 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/test_xit.robot' (51,433) at 20240405080015130 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/qcom-pm8008.h' (51,434) at 20220525020654547 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/load_powerpc.c' (51,435) at 20240405153232111 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_sgi_clut224.ppm' (51,436) at 20210307214930954 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/Makefile' (51,437) at 20240405153053433 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0.c' (51,438) at 20240405153230351 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-extcon' (51,439) at 20240405153044917 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/mana_ethtool.c' (51,440) at 20240405153231035 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/hid-sensor-magn-3d.c' (51,441) at 20220525020653111 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.5.bb' (51,442) at 20241221090017492 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/nfs/nfs.scc' (51,443) at 20240426080018068 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-fmopa-1.c' (51,444) at 20240906080037576 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/ddr.c' (51,445) at 20210308005002728 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gso.h' (51,446) at 20240405153052845 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_pci_func.h' (51,447) at 20210309003650540 2025-03-14 03:00:49.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,eiointc.yaml' (51,448) at 20240405153045085 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-ixdp425.dts' (51,449) at 20240405153045437 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-sve.c' (51,450) at 20241211090212478 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/circular-buffers.rst' (51,451) at 20210307214925262 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/nvidia,tegra186-misc.yaml' (51,452) at 20240405153045109 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread-win32.h' (51,453) at 20210927100127253 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/adgs1408.c' (51,454) at 20210309003650500 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/xfrm.c' (51,455) at 20240405153232119 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hw_random.h' (51,456) at 20240405153231811 2025-03-14 03:00:49.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/loader.py' (51,457) at 20230503080014611 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8mp-clock.h' (51,458) at 20240405153231795 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qca,ar803x.yaml' (51,459) at 20240405153229779 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/ibumad_kern.c' (51,460) at 20240405153053421 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua/lua.pc.in' (51,461) at 20220721030015877 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/Kconfig' (51,462) at 20210307214926850 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/gcc-sm8550.c' (51,463) at 20240913080013785 to deleted uid set 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.h' (51,464) at 20210307214929406 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/insn.h' (51,465) at 20240906080037476 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/dma.c' (51,466) at 20210307214926186 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/Makefile' (51,467) at 20210308005003700 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/eventpoll.h' (51,468) at 20240405153052917 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_LOG.h' (51,469) at 20210307214931650 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/MAINTAINERS' (51,470) at 20210308005003016 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8350.c' (51,471) at 20240405153053817 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l3mdev/Makefile' (51,472) at 20220525020654851 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-socket.c' (51,473) at 20241211090212554 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/Makefile' (51,474) at 20210308005002824 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-thermal.dtsi' (51,475) at 20240405153045829 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8994.yaml' (51,476) at 20240405153045173 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/decode_ext_mmvec.h' (51,477) at 20220429100100786 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-enable.sh' (51,478) at 20210307205553690 2025-03-14 03:00:49.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/syscall.h' (51,479) at 20240405153045909 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/evm_main.c' (51,480) at 20240830080013359 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/io-unit.c' (51,481) at 20240405153230095 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip-max98090.txt' (51,482) at 20210307214925434 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/mac.c' (51,483) at 20241216090017713 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/meson_options.txt' (51,484) at 20230925080039997 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdmmc-internal.h' (51,485) at 20240906080037296 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/types.hpp' (51,486) at 20210308005059173 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/Kconfig' (51,487) at 20240405153232099 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7576.patch' (51,488) at 20210307205553942 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlb-pteaex.c' (51,489) at 20210307214926574 2025-03-14 03:00:49.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/LICENSE' (51,490) at 20210308005113633 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Everest/4.json' (51,491) at 20240212090032054 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/0001-Fix-type-of-the-void-pointer-assignment.patch' (51,492) at 20221003030013277 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/irqflags.h' (51,493) at 20210307214926158 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/qmi_encdec.c' (51,494) at 20240405153051765 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/0002-traced-fix-missing-include.patch' (51,495) at 20241221090017512 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Solleftea_Multra' (51,496) at 20210307205553790 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_6x11.c' (51,497) at 20220525020654747 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-bsp/image/gxp-bootblock.bbappend' (51,498) at 20230413080015624 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/Kconfig' (51,499) at 20240405153230819 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/spufs/spufs.rst' (51,500) at 20240405153045209 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-Utopia' (51,501) at 20241221090017612 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_attr.h' (51,502) at 20210307214930338 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c' (51,503) at 20240405153054253 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/configs/targets/x86_64-softmmu.mak' (51,504) at 20240906080037160 to deleted uid set 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master-hub.c' (51,505) at 20240405153230303 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/src/power_control.hpp' (51,506) at 20230308090040626 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-buttons/README.md' (51,507) at 20241209090018856 to deleted uid set 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-sequoia.c' (51,508) at 20210307214926338 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml' (51,509) at 20240405153045121 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/MAINTAINERS' (51,510) at 20210308005003048 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-exynos-arm64.c' (51,511) at 20240405153051365 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/as3722_init.c' (51,512) at 20210308005003080 2025-03-14 03:00:49.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utstrsuppt.c' (51,513) at 20220525020652238 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hw.c' (51,514) at 20240805080013991 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_timestamp.c' (51,515) at 20240405153053325 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-amlogic-spifc-a1.c' (51,516) at 20240405153231455 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chiliboard.h' (51,517) at 20210308005003588 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/tcpci.h' (51,518) at 20240405153052813 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/smartpqi.h' (51,519) at 20240405153231443 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_configfs.c' (51,520) at 20220525020652226 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/sis_i2c.txt' (51,521) at 20210307214925338 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/sysbus-fdt.h' (51,522) at 20221215040039178 2025-03-14 03:00:49.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-slt.dts' (51,523) at 20220617030036053 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/plock.c' (51,524) at 20240405153231651 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/Kconfig' (51,525) at 20240613080016475 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/msft.h' (51,526) at 20240520080015219 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/nokia.c' (51,527) at 20210309003653208 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso/processor.h' (51,528) at 20240405153046129 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c' (51,529) at 20240405153048657 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ampere.c' (51,530) at 20241114091008832 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/rust-common.bbclass' (51,531) at 20240106090017253 to deleted uid set 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/swarm/setup.c' (51,532) at 20240628080013981 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/gg2.h' (51,533) at 20210307214926466 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/111' (51,534) at 20220429100100890 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier/fans.json' (51,535) at 20231213090027090 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/Kbuild' (51,536) at 20210307214926394 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/patchkey.h' (51,537) at 20210307214931466 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/types.h' (51,538) at 20240405153046313 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/macros.h.inc' (51,539) at 20241211090212478 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/Makefile' (51,540) at 20210307214926562 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_pfvf.h' (51,541) at 20240405153046953 2025-03-14 03:00:49.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/power8-pmu-regs.c.inc' (51,542) at 20240906080037516 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/posix-timers.c' (51,543) at 20240405153053053 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mkcompile_h' (51,544) at 20240405153053457 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c' (51,545) at 20240405153230591 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/error-inject.c' (51,546) at 20240405153045949 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fscache-cache.h' (51,547) at 20240726080012870 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-aarch64.c' (51,548) at 20210307214932466 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/f71805f.rst' (51,549) at 20210307214925498 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_mux.c' (51,550) at 20240405153230823 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/module.lds.S' (51,551) at 20240613080016543 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon_0.97.bb' (51,552) at 20231126090012789 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_platform_v4.c' (51,553) at 20240405153049433 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/gpio.h' (51,554) at 20210308005002676 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pmagb-b-fb.c' (51,555) at 20240405153231587 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/vectors.S' (51,556) at 20210308005002708 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/meson.build' (51,557) at 20240906080037140 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.err' (51,558) at 20240906080037560 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_lt_qb.c' (51,559) at 20210308005046501 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-1.1' (51,560) at 20210307205554414 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/migrate.h' (51,561) at 20240405153052733 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vid.h' (51,562) at 20210308005002960 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cacheflush.h' (51,563) at 20240405153230091 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vetlanda_Nye' (51,564) at 20210307205553794 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunxi/sunxi.c' (51,565) at 20240405153045689 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-etc-preinit.sh.in' (51,566) at 20240301090012455 2025-03-14 03:00:49.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/pyproject.toml' (51,567) at 20220323030041559 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c' (51,568) at 20240405153230903 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump-extensions/default/meson.build' (51,569) at 20210308005059701 to deleted uid set 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_ro.c' (51,570) at 20210307214931798 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.c' (51,571) at 20240405153047245 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/linked_list.c' (51,572) at 20240405153232259 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/element.py' (51,573) at 20241206090014290 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h' (51,574) at 20240405153230595 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8955.c' (51,575) at 20240405153232167 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/opfn.c' (51,576) at 20210307214928398 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/team/lag_lib.sh' (51,577) at 20240405153232263 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-skcipher.rst' (51,578) at 20220525020651658 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_pci.h' (51,579) at 20240405153230059 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool-crates.inc' (51,580) at 20231126090012805 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_qm_masks.h' (51,581) at 20240405153046605 2025-03-14 03:00:49.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/health.html' (51,582) at 20210307205554286 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Define-O_LARGEFILE-for-riscv32.patch' (51,583) at 20230503080014587 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mincore.c' (51,584) at 20240405153053137 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts' (51,585) at 20240405153229971 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/asm/uaccess.h' (51,586) at 20210307214932594 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2060.c' (51,587) at 20240405153049533 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_ethtool.c' (51,588) at 20240405153231103 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/lppaca.h' (51,589) at 20240405153230031 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/xtensa.h' (51,590) at 20210307214931602 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/Kconfig' (51,591) at 20220525020653619 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath79/irq.h' (51,592) at 20210307214926218 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-layers' (51,593) at 20240301090012483 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/menulibre/menulibre_2.4.0.bb' (51,594) at 20241206090014270 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/obmc-shutdown.sh' (51,595) at 20231116090013989 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/twl6030.c' (51,596) at 20210308005003472 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_policy.h' (51,597) at 20210307214931646 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-immpbe_dump.cc-Use-sys-wait.h-instead-of-wait.h.patch' (51,598) at 20230706080014737 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_luton_defconfig' (51,599) at 20210308005003268 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/igb.rst' (51,600) at 20230925080039845 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/am437x/am437x-vpfe_regs.h' (51,601) at 20240405153049477 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TINY01' (51,602) at 20240405153054369 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0004_auto_20160523_1446.py' (51,603) at 20210307205554262 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/haiku.x86_64' (51,604) at 20230426080043956 2025-03-14 03:00:49.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-j2.c' (51,605) at 20240405153230091 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-tdes-regs.h' (51,606) at 20210307214927070 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-6.c' (51,607) at 20210927100127517 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ata-pxa.h' (51,608) at 20210307214931470 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/vmlinux.lds.S' (51,609) at 20240405153045361 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpio-bcm-kona.c' (51,610) at 20240405153230303 to deleted uid set 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/loader.c' (51,611) at 20240405153054001 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml' (51,612) at 20240405153229759 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlanproc.c' (51,613) at 20240405153053161 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/current.h' (51,614) at 20210307214926578 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a774c0-cpg-mssr.h' (51,615) at 20210307214931334 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_drv.h' (51,616) at 20220525020652915 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/297' (51,617) at 20220429100100926 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/acpi_pcihp.c' (51,618) at 20220525020653851 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c' (51,619) at 20240405153231483 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/hello-arm.c' (51,620) at 20210308005046489 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p3041ds_ddr.c' (51,621) at 20210308005002964 2025-03-14 03:00:49.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/extable.h' (51,622) at 20210307214931382 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/capability.c' (51,623) at 20240405153231903 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/samsung,exynos4210-combiner.yaml' (51,624) at 20240405153045085 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/io.h' (51,625) at 20210308005002808 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.json' (51,626) at 20210308005046401 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/index.rst' (51,627) at 20240405153044937 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c' (51,628) at 20240405153047285 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb' (51,629) at 20220204040022560 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_usba_udc.h' (51,630) at 20210308005002716 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/other.json' (51,631) at 20240405153054157 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/nxt6000.h' (51,632) at 20210307214928634 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/riscv/patch-acceptance.rst' (51,633) at 20210307214925582 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/hu.po' (51,634) at 20210308005046217 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/concepts.hpp' (51,635) at 20221006030141047 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/mock_context.c' (51,636) at 20240405153048481 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/control_w.h' (51,637) at 20210307214926730 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fsqrt.c' (51,638) at 20210307214926438 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/sched-seccomp-notify.c' (51,639) at 20240405153232223 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8569si-post.dtsi' (51,640) at 20210307214926346 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c' (51,641) at 20210307214928782 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/probe_vfs_getname.sh' (51,642) at 20240405153232231 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/exynos.c' (51,643) at 20240405153045645 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_1_7_default.h' (51,644) at 20210307214927438 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/lowlevel_init.S' (51,645) at 20210308005002760 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/mount.ignorelist' (51,646) at 20220612030016759 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/ERST.acpierst' (51,647) at 20240906080037560 to deleted uid set 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_fw_update.c' (51,648) at 20240405153230971 2025-03-14 03:00:49.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.tls' (51,649) at 20220429100100930 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_slist.hpp' (51,650) at 20241219090033964 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.c' (51,651) at 20210309003650540 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/child.hpp' (51,652) at 20230511080043139 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_d.c' (51,653) at 20210308005046525 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/bcm2835-i2s.c' (51,654) at 20240405153232143 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/core.c' (51,655) at 20240405153229911 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/powercap.c' (51,656) at 20241008080014055 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/Kconfig' (51,657) at 20240405153051197 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch' (51,658) at 20241221090017512 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-skov-revc-lt2.dts' (51,659) at 20240405153045505 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-ext-caps.c' (51,660) at 20220525020654275 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_main.c' (51,661) at 20240405153232111 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/open_loop_test.sh' (51,662) at 20210307214932682 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_factory.h' (51,663) at 20240405153047297 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt76x8.c' (51,664) at 20240405153051317 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt' (51,665) at 20240405153045141 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/xterm_kern.c' (51,666) at 20240405153230099 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cast6_generic.c' (51,667) at 20240405153046533 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-pnx.c' (51,668) at 20240712080021069 to deleted uid set 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_probe_kernel.h' (51,669) at 20240405153053073 2025-03-14 03:00:49.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/directory-locking.rst' (51,670) at 20240405153229807 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/howto.txt' (51,671) at 20210308005003332 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064-pins.dtsi' (51,672) at 20240405153229891 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ping.py' (51,673) at 20241221090017628 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mana/shm_channel.h' (51,674) at 20240405153052857 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/bmaptool.rst' (51,675) at 20240309090012808 to deleted uid set 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_cipso_v4.c' (51,676) at 20240405153053341 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/Kconfig.debug' (51,677) at 20220525020651986 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-sun4i.c' (51,678) at 20240405153046881 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (51,679) at 20210812000025162 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/243.out' (51,680) at 20210308005046461 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/README.txt' (51,681) at 20210308005003328 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm96855.dts' (51,682) at 20240405153045433 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7724.h' (51,683) at 20240405153046313 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/Makefile' (51,684) at 20210307214931222 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/bufferiszero-bench.c' (51,685) at 20240906080037556 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/msg_prot.h' (51,686) at 20240405153052801 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-03' (51,687) at 20220412030005129 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6core.h' (51,688) at 20210307214932406 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (51,689) at 20241213090035010 to deleted uid set 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.3.rst' (51,690) at 20241221090017596 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts' (51,691) at 20240405153045817 2025-03-14 03:00:49.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch' (51,692) at 20230503080014591 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/README' (51,693) at 20230919080013962 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svenstavik' (51,694) at 20210307205553790 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb' (51,695) at 20240301090012427 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_spin_lock.c' (51,696) at 20240405153054277 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/Kconfig' (51,697) at 20240405153051881 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/Kconfig' (51,698) at 20210309003650244 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53659@64.conf' (51,699) at 20210307205554094 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libppd_2.0.0.bb' (51,700) at 20231126090012797 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/dirty_ring.c' (51,701) at 20240405153054389 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt3305.h' (51,702) at 20210307214928630 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/p2371-2180.c' (51,703) at 20210308005003024 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-mci.h' (51,704) at 20240405153049369 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-tao3530.dtsi' (51,705) at 20240405153045605 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/apm-xgene-dma.txt' (51,706) at 20210307214925310 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/gpio-fsi/fsi0/slave@00--00/00--00--00--06/sbefifo1-dev0/occ-hwmon.1.conf' (51,707) at 20210307205553722 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubietruck_defconfig' (51,708) at 20210308005003236 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_samus_defconfig' (51,709) at 20210308005003252 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-esdhc-0.dtsi' (51,710) at 20210307214926350 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/elf.h' (51,711) at 20210307214926094 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/fw_env.config' (51,712) at 20210307205554098 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,qdu1000-rpmh.yaml' (51,713) at 20240405153045081 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/drm_dp_helper.h' (51,714) at 20210308005003656 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/remoteproc_cdev.h' (51,715) at 20210309003653996 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/alpha.py' (51,716) at 20240405153054225 2025-03-14 03:00:49.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/file.c' (51,717) at 20240820080014177 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/dp264.c' (51,718) at 20240906080037188 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/pll.c' (51,719) at 20220525020652975 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f469-pinctrl.dtsi' (51,720) at 20240405153045581 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/bmips_vec.S' (51,721) at 20210307214926254 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapro_defconfig' (51,722) at 20210308005003236 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500.dtsi' (51,723) at 20240405153045369 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/meson.build' (51,724) at 20240920080011535 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_ether.c' (51,725) at 20240405153231551 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_fdt.c' (51,726) at 20210308005003704 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svaneholm' (51,727) at 20210307205553790 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/crypto.json' (51,728) at 20241211090212450 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-da8xx.c' (51,729) at 20240405153231559 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpmac.h' (51,730) at 20210308005003648 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822c_table.h' (51,731) at 20210307214929954 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fexit_bpf2bpf_simple.c' (51,732) at 20210307214932642 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_resource.h' (51,733) at 20220429100100634 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/rbtree.c' (51,734) at 20240405153054257 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_NAND_defconfig' (51,735) at 20210308005003244 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pxa2xx.c' (51,736) at 20240405153231463 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/sb1250/time.c' (51,737) at 20210307214926294 2025-03-14 03:00:49.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/aarch64_be.config' (51,738) at 20240405153054381 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-staprun-address-ncurses-6.3-failures.patch' (51,739) at 20220204040022680 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/u8500_of_clk.c' (51,740) at 20240405153046873 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_audio.c' (51,741) at 20210307214927890 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/pwmtachtool.c' (51,742) at 20210308005111465 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts' (51,743) at 20240405153045709 to deleted uid set 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.h' (51,744) at 20240405153050105 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/syscfg_defs.h' (51,745) at 20210308005002720 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-csi.h' (51,746) at 20240405153049453 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/MAINTAINERS' (51,747) at 20210308005002908 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cdev.h' (51,748) at 20210307214931366 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/spdx-common.bbclass' (51,749) at 20241221090017612 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/reg.h' (51,750) at 20210307214926250 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/allwinner,sun50i-h6-iommu.yaml' (51,751) at 20240405153045085 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.json' (51,752) at 20240906080037560 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/acpi-utils.h' (51,753) at 20221215040039366 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/LICENSE' (51,754) at 20210307205553682 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/index.rst' (51,755) at 20240405153045285 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/052.out' (51,756) at 20210308005046441 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/lists.c' (51,757) at 20210308005003356 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/this_cpu_ops.rst' (51,758) at 20240405153045289 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/userspace_pm.sh' (51,759) at 20240910080014102 2025-03-14 03:00:49.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon.c' (51,760) at 20240906080037224 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/mount.c' (51,761) at 20240405153232111 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nswalk.c' (51,762) at 20240405153046625 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/lpit.rst' (51,763) at 20210309003648424 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_devfreq.h' (51,764) at 20220525020652983 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/MAINTAINERS' (51,765) at 20210308005002908 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/u-boot-spl.lds' (51,766) at 20210308005002808 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aead.c' (51,767) at 20240712080021057 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/bitext.c' (51,768) at 20210307214926606 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-i2c.c' (51,769) at 20240405153049801 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/Kconfig' (51,770) at 20210308005003084 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2500pci.c' (51,771) at 20240405153050617 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/sandbox_wdt.c' (51,772) at 20210308005003540 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max14577.c' (51,773) at 20240405153230835 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/rivafb.h' (51,774) at 20210307214930934 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm9tdmi.S' (51,775) at 20210307214925974 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb' (51,776) at 20241221090017496 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/comedi_buf.c' (51,777) at 20240405153046881 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-6.yaml' (51,778) at 20241219090012976 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_vma_manager.c' (51,779) at 20240405153048409 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-sparx5.c' (51,780) at 20240405153230859 2025-03-14 03:00:49.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/xrs700x_i2c.c' (51,781) at 20240405153049765 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/transaction.json' (51,782) at 20240613080016555 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ad1889.c' (51,783) at 20220525020654987 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/tayga.service' (51,784) at 20231014080011723 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-Replacing-GPR_ASSERT-with-c-assert.patch' (51,785) at 20241221090017516 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/leds-lp55xx.h' (51,786) at 20240405153052769 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/Kconfig' (51,787) at 20240405153230055 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/turris_omnia_defconfig' (51,788) at 20210308005003284 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-storage_git.bb' (51,789) at 20230610080017599 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx1.c' (51,790) at 20220525020653875 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/msi.h' (51,791) at 20220525020652126 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/core.h' (51,792) at 20240405153052861 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.h' (51,793) at 20210307214927306 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ramfs/file-mmu.c' (51,794) at 20240405153052497 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cpuidle.h' (51,795) at 20240405153046245 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/consistent.c' (51,796) at 20210309003648980 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/config' (51,797) at 20210309003656012 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_sbc.c' (51,798) at 20241211090212294 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-freeze-bridge.txt' (51,799) at 20210307214925314 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl6040.c' (51,800) at 20240405153230839 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/hopper_cards.c' (51,801) at 20210307214928702 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.out' (51,802) at 20220429100100882 to deleted uid set 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/sil,sii8620.yaml' (51,803) at 20240405153045041 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cpio/cpio_2.15.bb' (51,804) at 20241206090014334 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/brcm,kona-wdt.yaml' (51,805) at 20240405153045185 2025-03-14 03:00:49.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/pdaudiocf/pdaudiocf_core.c' (51,806) at 20210307214932278 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/tty-handler.c' (51,807) at 20240710080015177 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/fabrics.c' (51,808) at 20240405153231271 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pxa2xx-dma.c' (51,809) at 20220525020654107 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/tdx.c' (51,810) at 20240405153046353 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-test.err' (51,811) at 20210308005046409 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_ip.c' (51,812) at 20210307214931894 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/p9-host-start.bb' (51,813) at 20241206090014270 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/enum.py' (51,814) at 20210308005049761 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/bcm2835_dma.h' (51,815) at 20210308005046009 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/callchain.h' (51,816) at 20220525020652070 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/vsx_f2i_nan.c' (51,817) at 20240326080039746 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_bpf.h' (51,818) at 20210307214931574 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt' (51,819) at 20210307214925390 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c' (51,820) at 20220525020653739 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7343/irq.c' (51,821) at 20220525020652114 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml' (51,822) at 20240405153045089 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/cq.h' (51,823) at 20220525020653163 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/config.h' (51,824) at 20210308005002836 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/oss-emulation.rst' (51,825) at 20210307214925566 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/MAINTAINERS' (51,826) at 20210308005003180 2025-03-14 03:00:49.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/unwinder.h' (51,827) at 20210307214926314 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-before-write.c' (51,828) at 20241211090212210 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb' (51,829) at 20230401080011979 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/init.c' (51,830) at 20220525020653787 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcs.h' (51,831) at 20220525020653991 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/metricgroups.json' (51,832) at 20240405153054141 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/keystone-usb-phy.c' (51,833) at 20210308005003452 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bootstrap/_index.scss' (51,834) at 20220105012522983 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/Makefile' (51,835) at 20210308005002828 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/spectre_v2.c' (51,836) at 20240405153054361 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sdm845.yaml' (51,837) at 20240405153229759 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs3proc.c' (51,838) at 20240405153231703 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/files/run-ptest' (51,839) at 20220721030015837 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/Kconfig' (51,840) at 20210308005002916 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/moveconfig.py' (51,841) at 20210308005003768 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/plutux_defconfig' (51,842) at 20210308005003276 2025-03-14 03:00:49.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/generated/freebsd.json' (51,843) at 20241211090212554 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kionix-kx022a.c' (51,844) at 20241211090145433 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/Kconfig' (51,845) at 20240906080037220 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kd.h' (51,846) at 20240405153052925 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra186-clock.h' (51,847) at 20210308005003636 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rsk7203_defconfig' (51,848) at 20210308005003276 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/meson.build' (51,849) at 20211211040043768 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sh_mmcif.h' (51,850) at 20210308005003408 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess/0001-Remove-register-storage-class-classifier.patch' (51,851) at 20230131040012023 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/files/run-ptest' (51,852) at 20241221090017676 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/eif.c' (51,853) at 20241211090212262 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc_inflate.h' (51,854) at 20240405153053109 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1.json' (51,855) at 20241213090004421 to deleted uid set 2025-03-14 03:00:49.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-lsxhl.dts' (51,856) at 20240405153045457 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/syscall.tbl' (51,857) at 20241211090212378 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/test/iio-test-rescale.c' (51,858) at 20240405153049013 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/HW_CI_DEV' (51,859) at 20220429100025221 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/target_core_user.h' (51,860) at 20240405153052941 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-cpu-hotplug-stub.c' (51,861) at 20240906080037184 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-systemd.service' (51,862) at 20230114040015538 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw.c' (51,863) at 20240405153231063 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_atomic_plane.c' (51,864) at 20240405153230543 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/timer-ti-dm.h' (51,865) at 20240405153052621 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/btext.h' (51,866) at 20210307214926578 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_st7789v.c' (51,867) at 20220525020654115 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear320-evb.dts' (51,868) at 20240405153045577 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/tegra/Makefile' (51,869) at 20210307214930206 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,ssm2602.txt' (51,870) at 20210307214925426 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.server.hpp.mako' (51,871) at 20231129090036073 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/micrel-ks8995.txt' (51,872) at 20210307214925378 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_utils.cpp' (51,873) at 20240620080024795 to deleted uid set 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_centralization.c' (51,874) at 20210308005003364 2025-03-14 03:00:49.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service' (51,875) at 20220127040054629 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl.h' (51,876) at 20240405153053961 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/fan_utils.robot' (51,877) at 20240627080021048 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/base.c' (51,878) at 20241011080017367 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/theadorable.c' (51,879) at 20210308005003072 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/string.h' (51,880) at 20240405153046129 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/e1000.c' (51,881) at 20210308005003428 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ddr.h' (51,882) at 20210308005002820 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/sunxi/clk-simple-gates.c' (51,883) at 20210307214927030 to deleted uid set 2025-03-14 03:00:49.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.7.rst' (51,884) at 20230114040015518 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/vfp_helper.c' (51,885) at 20241211090212478 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/Kbuild' (51,886) at 20240405153046057 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/ossl_random.cpp' (51,887) at 20240904080003190 to deleted uid set 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/bw_fixed.h' (51,888) at 20210307214927306 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/shmparam.h' (51,889) at 20240405153045941 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/emac.c' (51,890) at 20210308005002768 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb' (51,891) at 20241221090017520 to deleted uid set 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci.h' (51,892) at 20241216090017769 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ppc64e_defconfig' (51,893) at 20240405153046097 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nano/nano_8.2.bb' (51,894) at 20241221090017540 to deleted uid set 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/amlogic,meson6-efuse.yaml' (51,895) at 20240405153045121 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qos_external.h' (51,896) at 20221215040039374 2025-03-14 03:00:49.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/lpddr/lpddr2_nvm.c' (51,897) at 20240405153230867 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/menf21bmc.c' (51,898) at 20240405153049613 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_fbdev.h' (51,899) at 20240405153048677 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-common.c' (51,900) at 20240624080012824 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml' (51,901) at 20240405153229795 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/da9210.txt' (51,902) at 20210307214925406 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/main.js' (51,903) at 20220602030014530 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0002-arm64-dts-Add-corstone1000-external-system-device-no.patch' (51,904) at 20241206090014210 to deleted uid set 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/ti,cal.yaml' (51,905) at 20240405153045101 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb' (51,906) at 20241221090017696 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/openwsmand.service' (51,907) at 20210307205553930 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acstruct.h' (51,908) at 20240405153046617 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/console.c' (51,909) at 20240405153052129 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/ap.c' (51,910) at 20241211090212346 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asttokens_3.0.0.bb' (51,911) at 20241221090017548 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/netup-eeprom.c' (51,912) at 20210307214928690 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/uprobe_multi_usdt.c' (51,913) at 20240405153232263 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb' (51,914) at 20241221090017656 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/cipso_ipv4.c' (51,915) at 20241211090145549 2025-03-14 03:00:49.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/vpe.c' (51,916) at 20240405153046029 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtas-rtc.c' (51,917) at 20240405153046149 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/atmel-nand.txt' (51,918) at 20240405153045113 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/static/obmc-flash-bmc-alt@.service.in' (51,919) at 20220318100029356 to deleted uid set 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/redfish_requests.py' (51,920) at 20221213040040909 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/017.out' (51,921) at 20210308005046429 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780.h' (51,922) at 20210308005002820 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/special-tests.sh' (51,923) at 20210307214932666 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml' (51,924) at 20240405153045013 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl.dtsi' (51,925) at 20240405153045521 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_add.c' (51,926) at 20210308005046529 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/Kconfig' (51,927) at 20240405153046529 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Mullaghanish' (51,928) at 20210307205553774 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_gp.h' (51,929) at 20210307214927862 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-mpll.h' (51,930) at 20210307214926990 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/socrates.dts' (51,931) at 20210307214926358 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/misc.h' (51,932) at 20241211090212366 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mp.h' (51,933) at 20210308005002832 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/rcu_segcblist.c' (51,934) at 20240405153053029 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rc.txt' (51,935) at 20210307214925354 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_tlv.h' (51,936) at 20210307214929438 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/bridge.rst' (51,937) at 20240405153045233 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d33ek.dts' (51,938) at 20240405153045469 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/midas_wm1811.c' (51,939) at 20240405153232191 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xgene-sb.c' (51,940) at 20210307214927198 2025-03-14 03:00:49.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/145' (51,941) at 20210927100127485 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk.h' (51,942) at 20240613080016379 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t11.c' (51,943) at 20210308005003480 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/pel.cpp' (51,944) at 20241029080027819 to deleted uid set 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond_options.sh' (51,945) at 20240405153232263 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/resctrl_val.c' (51,946) at 20241216090017809 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/niagara.c' (51,947) at 20241211090212338 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151a-dhcor-testbench.dts' (51,948) at 20240405153045585 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_dp_lowlevel.c' (51,949) at 20210308005003524 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_36BIT_defconfig' (51,950) at 20210308005003240 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h' (51,951) at 20240405153047153 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm4x.h' (51,952) at 20240613080016411 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/byteorder.h' (51,953) at 20210308005002800 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/ksm.rst' (51,954) at 20240405153229739 2025-03-14 03:00:49.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-polyline/run-ptest' (51,955) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/udmabuf.h' (51,956) at 20210927100127257 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_meter.h' (51,957) at 20240405153050109 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/pll_config.h' (51,958) at 20210308005003072 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/checksum_kunit.c' (51,959) at 20240405153053081 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-arm-bits.h' (51,960) at 20240405153054369 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8155p-adp.dts' (51,961) at 20240520080015127 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/reloc_32.S' (51,962) at 20220525020652050 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/flash_write.c' (51,963) at 20230809080010803 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-hwmon' (51,964) at 20240405153044917 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch' (51,965) at 20230706080014761 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/test/meson.build' (51,966) at 20220210040033214 to deleted uid set 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/pcm.h' (51,967) at 20210307214932410 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/arch_init.c' (51,968) at 20240326080039630 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_dio_link_encoder.h' (51,969) at 20240405153047253 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fix_version_parse.patch' (51,970) at 20230706080014765 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/soc/qcom/smem_state.c' (51,971) at 20221102030020869 to deleted uid set 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au8810.c' (51,972) at 20210307214932234 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml' (51,973) at 20240405153045165 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-S-2.0' (51,974) at 20211006000025234 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/assert.c' (51,975) at 20240405153054317 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vitsand' (51,976) at 20210307205553794 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/run-ptest' (51,977) at 20241221090017508 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/new-machine.rst' (51,978) at 20240302090018218 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/local.rules' (51,979) at 20210307205554494 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk208.c' (51,980) at 20240405153048641 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/interrupt.h' (51,981) at 20210308005002880 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_shared.h' (51,982) at 20240405153052581 2025-03-14 03:00:49.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.2.rst' (51,983) at 20241221090017596 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/3945.h' (51,984) at 20210307214929826 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Image.metadata.yaml' (51,985) at 20230910080024030 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ethtool-fec.sh' (51,986) at 20220525020655207 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/cache.h' (51,987) at 20210307214926554 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/dot.kermrc' (51,988) at 20210308005003764 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p2041rdb.cfg' (51,989) at 20210308005002964 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/generic-loader.c' (51,990) at 20240906080037208 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/.gitignore' (51,991) at 20210307214932466 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/Kconfig' (51,992) at 20210308005003068 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm93.c' (51,993) at 20240405153048861 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/head_64.h' (51,994) at 20210307214926578 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/Makefile' (51,995) at 20210308005003088 2025-03-14 03:00:49.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/pipeline.json' (51,996) at 20240405153232227 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a33.h' (51,997) at 20210308005002668 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sprd/pinctrl-sprd.h' (51,998) at 20210307214930122 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0001-meson.build-do-not-use-Werror.patch' (51,999) at 20241221090017500 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ad1889.h' (52,000) at 20210307214932230 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/fs.cpp' (52,001) at 20210308005120353 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest' (52,002) at 20210307205554578 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-afe-clock-ctrl.h' (52,003) at 20220525020655075 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/mc.h' (52,004) at 20210308005002672 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/cpuid.h' (52,005) at 20240429080012408 to deleted uid set 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/queue.h' (52,006) at 20241211090212366 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/tlb.h' (52,007) at 20210307214926110 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead-rev-101.dts' (52,008) at 20240405153045765 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-native_9.1.1.bb' (52,009) at 20241221090017672 to deleted uid set 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c' (52,010) at 20240405153050157 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb' (52,011) at 20241221090017552 to deleted uid set 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/smdk5250_spl.c' (52,012) at 20210308005003044 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/xillybus/xillybus.txt' (52,013) at 20210307214925454 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/raw.c' (52,014) at 20240405153051813 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/nohz.h' (52,015) at 20210307214931502 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc6_cmdq_regs.h' (52,016) at 20240405153046605 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_fw_hdr.h' (52,017) at 20210307214929334 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/Makefile' (52,018) at 20210308005002944 2025-03-14 03:00:49.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/Makefile' (52,019) at 20240405153048925 2025-03-14 03:00:49.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/src/oemcommands.cpp' (52,020) at 20241113090005456 to deleted uid set 2025-03-14 03:00:49.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-amd-xgbe.h' (52,021) at 20210308005046033 2025-03-14 03:00:49.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/Platform' (52,022) at 20210307214926294 2025-03-14 03:00:49.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch' (52,023) at 20230401080011935 2025-03-14 03:00:49.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' (52,024) at 20241210090030757 to deleted uid set 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_syscall.h' (52,025) at 20220429100100646 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-overlay.rst' (52,026) at 20240405153045313 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/atm_misc.c' (52,027) at 20210307214931866 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml' (52,028) at 20240405153045037 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/mipsel.config' (52,029) at 20240405153054381 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/operating_system.hpp' (52,030) at 20231024080003368 to deleted uid set 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-riscv.rst' (52,031) at 20230925080039849 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.h' (52,032) at 20210307214927306 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_mc.h' (52,033) at 20210307214927150 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/irq_gt641xx.h' (52,034) at 20210307214926214 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/kv_smc.c' (52,035) at 20240405153048325 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/atm/iphase.rst' (52,036) at 20240405153045233 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_pio_copy.c' (52,037) at 20210307214928442 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/i2c.c' (52,038) at 20240405153051145 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bbclasses.py' (52,039) at 20241221090017628 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/oom_kill.c' (52,040) at 20240405153231971 to deleted uid set 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/pinctrl-s900.c' (52,041) at 20240405153051301 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Priority.interface.yaml' (52,042) at 20231019080027867 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-priv.h' (52,043) at 20240405153047009 2025-03-14 03:00:49.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/018_pack_image_align.dts' (52,044) at 20210308005003752 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/sk_storage_map.c' (52,045) at 20241008080014055 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c' (52,046) at 20240910080014038 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pcnet32.c' (52,047) at 20240405153049793 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_mem.h' (52,048) at 20240405153052945 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/vss.c' (52,049) at 20210307214926186 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-alsa-pcm.c' (52,050) at 20210307214928678 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/smipcie/smipcie-main.c' (52,051) at 20220525020653275 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_driver_mips.h' (52,052) at 20210307214931514 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/phosphor-fan-monitor@.service' (52,053) at 20221201040015308 to deleted uid set 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/codir.c' (52,054) at 20230925080039853 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/pt-br' (52,055) at 20210308005046149 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/skiboot.inc' (52,056) at 20220126040017543 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-osd.c' (52,057) at 20240405153230823 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v10_0.h' (52,058) at 20210307214927226 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_cls_redirect_subprogs.c' (52,059) at 20210309003655984 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_built_detail.html' (52,060) at 20210307205554286 2025-03-14 03:00:49.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/pflash_git.bb' (52,061) at 20210812000025258 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/amd-ibs.h' (52,062) at 20240405153046377 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0001-Remove-python-venv.patch' (52,063) at 20210307205553802 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h' (52,064) at 20240405153050245 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_l4lb.c' (52,065) at 20240405153054277 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/Makefile' (52,066) at 20210308005002844 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/argv_split.c' (52,067) at 20210307214932486 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console/disable_obmc_console.sh' (52,068) at 20240127090011884 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra114-dalmore.dts' (52,069) at 20240405153229875 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-synquacer.c' (52,070) at 20240405153051801 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-vpu.c' (52,071) at 20240405153049413 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP7.interface.yaml' (52,072) at 20220315030032659 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-configure-add-option-for-ps.patch' (52,073) at 20210307205554122 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/__init__.py' (52,074) at 20210308005003736 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cpu_ops_sbi.c' (52,075) at 20240613080016367 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phylink.h' (52,076) at 20240405153231835 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/pause.c' (52,077) at 20240405153232015 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/Makefile' (52,078) at 20240405153050321 2025-03-14 03:00:49.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000_ethtool.c' (52,079) at 20240405153049969 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-h264.c' (52,080) at 20240405153049581 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-pinfunc.h' (52,081) at 20240405153045521 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/builder_session.sh' (52,082) at 20241221090017684 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/ffa.h' (52,083) at 20240405153229983 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_drv.c' (52,084) at 20240405153048425 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/idle.c' (52,085) at 20240405153045869 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0002-link.mk-use-CFLAGS-with-version.o.patch' (52,086) at 20241221090017472 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/thermal.c' (52,087) at 20240805080013987 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/pci.c' (52,088) at 20240405153045957 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fsl_diu_fb.c' (52,089) at 20210308005003528 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/trace.c' (52,090) at 20240405153046973 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hid-transport.rst' (52,091) at 20220525020651734 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv.h' (52,092) at 20240405153230723 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/snps,dwc-ahci-common.yaml' (52,093) at 20240405153045021 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mingw_support.c' (52,094) at 20210308005003768 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-linkstation-lswtgl.dts' (52,095) at 20240405153045461 2025-03-14 03:00:49.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/cp0_timer.c' (52,096) at 20240326080039678 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/gemini/sl3516-ce.h' (52,097) at 20240405153230263 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/subdir/fileinsubdir' (52,098) at 20210307205554390 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace.h' (52,099) at 20240405153054361 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h' (52,100) at 20240405153050137 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/flexcan/Makefile' (52,101) at 20240405153049729 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ps-queue-length.c' (52,102) at 20240405153049249 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_argset_type1.decode' (52,103) at 20210927100127465 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/dma.h' (52,104) at 20210307214929798 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/prom/console.c' (52,105) at 20210307214926174 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-wm8960.c' (52,106) at 20240405153053961 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/salvator-panel-aa104xd12.dtso' (52,107) at 20240405153045813 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/bpf-helper.c' (52,108) at 20210307214932130 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml' (52,109) at 20240405153045137 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_buffer_pool.c' (52,110) at 20240405153048485 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/octeon_boot.h' (52,111) at 20210307214926202 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/nfs-client.rst' (52,112) at 20240405153044961 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/compaction-times.py' (52,113) at 20210307214932570 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_maddf.c' (52,114) at 20210307214926274 2025-03-14 03:00:49.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/phosphor-host-ipmid.wrap' (52,115) at 20230720080010758 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/bset.c' (52,116) at 20240617080017390 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/stream.c' (52,117) at 20241211090212394 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi' (52,118) at 20240405153229971 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/teql.json' (52,119) at 20240405153054377 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_section.hpp' (52,120) at 20230516080019606 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/board.h' (52,121) at 20210308005003048 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/bd718x7-regulator.c' (52,122) at 20240405153231359 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-mtl.c' (52,123) at 20240613080016551 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_qspi.c' (52,124) at 20210308005003492 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/psu/PSUSensorMain.cpp' (52,125) at 20241112090003106 to deleted uid set 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c' (52,126) at 20240405153052209 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/kfr2r09_defconfig' (52,127) at 20240405153046309 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/Makefile' (52,128) at 20210307214932190 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ThermalMetrics_v1.xml' (52,129) at 20240619080002936 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/adp1653.txt' (52,130) at 20210307214925350 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/globtest.c' (52,131) at 20210307214931802 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fpu/.gitignore' (52,132) at 20210309003655996 2025-03-14 03:00:49.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/Makefile' (52,133) at 20240405153051189 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/memory.json' (52,134) at 20240405153054141 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_base.scss' (52,135) at 20220105012522983 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-soc-clean-dts.rst' (52,136) at 20240405153229827 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/major.h' (52,137) at 20220525020654671 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/Makefile.vdso' (52,138) at 20240326080039558 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/helpers.S' (52,139) at 20210307214926594 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/emmc-btrfs.scc' (52,140) at 20221007030014979 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/interval_tree.c' (52,141) at 20240405153053085 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-v4.S' (52,142) at 20210307214925970 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-HTV' (52,143) at 20210307205553758 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_evm.h' (52,144) at 20210308005003608 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/swift.h' (52,145) at 20210307214926586 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service' (52,146) at 20230128040012702 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/260' (52,147) at 20220429100100914 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/st_uvis25_i2c.c' (52,148) at 20240405153049001 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_spi.c' (52,149) at 20210308005003232 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/timerlist.py' (52,150) at 20240405153053449 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/atc260x-poweroff.c' (52,151) at 20220525020653915 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/nested_trust_failure.c' (52,152) at 20240405153232259 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/bitsperlong.h' (52,153) at 20210307214926682 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/prom.c' (52,154) at 20240405153230007 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/branch.h' (52,155) at 20210307214926210 2025-03-14 03:00:49.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/vining_2000.c' (52,156) at 20210308005003044 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-colibri.dtsi' (52,157) at 20240405153045737 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inffast.h' (52,158) at 20210308005003716 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/noreturns.h' (52,159) at 20240405153232219 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/spi/at73c213.c' (52,160) at 20240405153054021 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/50-org.freedesktop.udiskie.rules' (52,161) at 20220612030016727 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/hpwdt.c' (52,162) at 20240405153231599 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-sched.c' (52,163) at 20210309003653248 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_main.c' (52,164) at 20240405153232015 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vmware.h' (52,165) at 20210307214926682 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ioctl/cdrom.rst' (52,166) at 20240405153045309 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-kontron-pitx-imx8m.dts' (52,167) at 20240405153045733 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/scripts/format-code.sh' (52,168) at 20240927080014563 to deleted uid set 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/intel_th.rst' (52,169) at 20210309003648464 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167-img.c' (52,170) at 20240405153230211 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/conftest.py' (52,171) at 20210308005003736 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-powercycle@.target' (52,172) at 20221206040032153 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fs/Build' (52,173) at 20210307214932486 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/marvell,dove-sdhci.yaml' (52,174) at 20240405153045109 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-soundwire-slave' (52,175) at 20240405153044917 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/renesas/r9a07g043f.dtsi' (52,176) at 20240405153046241 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/MAINTAINERS' (52,177) at 20210308005002944 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/modify_return.c' (52,178) at 20240405153232259 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig' (52,179) at 20210308005003260 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/dma-noncoherent.c' (52,180) at 20240405153230075 2025-03-14 03:00:49.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-mba6.dtsi' (52,181) at 20240405153045497 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.out' (52,182) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/README' (52,183) at 20210308005002968 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_value_ptr_arith.c' (52,184) at 20240405153054285 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_0_offset.h' (52,185) at 20210307214927690 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/memset.S' (52,186) at 20240405153229995 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl.c' (52,187) at 20240405153232183 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch' (52,188) at 20241221090017532 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c' (52,189) at 20241115090012957 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/board-paz00.c' (52,190) at 20220525020651894 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/search.h' (52,191) at 20210308005003684 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/notify.c' (52,192) at 20210307214930782 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-ref-daughter.dtsi' (52,193) at 20240405153045577 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mr.c' (52,194) at 20240405153049113 to deleted uid set 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Halli' (52,195) at 20210307205553770 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/anycast.c' (52,196) at 20240405153232035 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SSDT.dimmpxm' (52,197) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8940.c' (52,198) at 20240405153232167 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch' (52,199) at 20230706080014737 2025-03-14 03:00:49.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/mpc8xx_wdt.c' (52,200) at 20210308005003540 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/spi/atmel-quadspi.c' (52,201) at 20241211090145493 to deleted uid set 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0018-Platform-CS1000-Remove-duplicated-metadata-write.patch' (52,202) at 20241221090017464 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Session_v1.xml' (52,203) at 20240619080002936 to deleted uid set 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/diffmark' (52,204) at 20211006000025246 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mvebu-linkstation-gpio-simple.dtsi' (52,205) at 20240405153045457 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstruct_8.19.0.bb' (52,206) at 20241221090017548 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77990-cpg-mssr.h' (52,207) at 20210307214931334 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/nfs-export.patch' (52,208) at 20210307205554038 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/evm.c' (52,209) at 20210308005003080 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/helper.c' (52,210) at 20240906080037536 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/futex.h' (52,211) at 20220525020651966 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Kbuild' (52,212) at 20240405153045333 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/db1000.c' (52,213) at 20240405153045977 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exconvrt.c' (52,214) at 20240405153046617 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/max3421-hcd.c' (52,215) at 20241220090018322 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/ti-ecap-capture.c' (52,216) at 20241211090145401 2025-03-14 03:00:49.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/034_x86_ucode.dts' (52,217) at 20210308005003752 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-x86/chassis/x86-power-control_%.bbappend' (52,218) at 20230107040016303 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-sysemu.c' (52,219) at 20240906080037480 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/nvmem-reboot-mode.c' (52,220) at 20210307214930154 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/1.dat' (52,221) at 20210308005003756 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/board.c' (52,222) at 20210308005003740 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Rovisuvanto' (52,223) at 20210307205553774 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-tegra.c' (52,224) at 20240830080013263 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18271-common.c' (52,225) at 20210307214928802 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_nv.c' (52,226) at 20240405153053261 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/dcn30_fpu.c' (52,227) at 20240405153047273 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-simple.c' (52,228) at 20240405153231371 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/Kconfig' (52,229) at 20210927100127125 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-ctxld.c' (52,230) at 20210309003649780 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/hvc-console.h' (52,231) at 20210307214931698 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ddr.h' (52,232) at 20210308005002968 2025-03-14 03:00:49.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sha3_generic.c' (52,233) at 20210309003649120 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-driver.c' (52,234) at 20240405153230791 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xive/xive-internal.h' (52,235) at 20240405153046237 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/bonito-irq.c' (52,236) at 20210307214926270 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_sysarch.h' (52,237) at 20221215040039062 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio-trace/trace-agent.c' (52,238) at 20240405153054389 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/fprobe.rst' (52,239) at 20240405153229831 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/078_u_boot_tpl.dts' (52,240) at 20210308005003752 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/dma-mapping.h' (52,241) at 20240405153045341 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/solomon/Makefile' (52,242) at 20240405153048753 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mac80211-injection.rst' (52,243) at 20210307214925538 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/trace.h' (52,244) at 20210927100127437 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/psc_defs.h' (52,245) at 20210308005002732 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-acadia.c' (52,246) at 20210307214926338 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/common/cmfsize.c' (52,247) at 20240405153054213 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-client-can-write' (52,248) at 20240809080013506 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyvinkaa' (52,249) at 20210307205553770 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c' (52,250) at 20240405153050125 2025-03-14 03:00:49.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/clock.c' (52,251) at 20210308005002548 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat.h' (52,252) at 20240326080039530 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_cs.c' (52,253) at 20210307214929874 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/network.c' (52,254) at 20220525020654963 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pcf8574.h' (52,255) at 20240906080037332 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/types.py' (52,256) at 20220910030013397 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/hvcall.S' (52,257) at 20210307214926474 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r300d.h' (52,258) at 20210307214928006 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-sina31s-core.dtsi' (52,259) at 20240405153045385 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-proc.c' (52,260) at 20240326080039390 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-mmsys.h' (52,261) at 20240405153051761 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/soundwire/summary.rst' (52,262) at 20210307214925470 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/int-attributes.c' (52,263) at 20240405153231343 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi3620-clock.h' (52,264) at 20210307214931326 2025-03-14 03:00:49.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/mmc-first-dev.c' (52,265) at 20210308005002796 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/test.c' (52,266) at 20240405153052169 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/loop5.c' (52,267) at 20240405153054269 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x2_rtr_regs.h' (52,268) at 20240405153046605 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_ffs.h' (52,269) at 20210308005002880 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/priv.h' (52,270) at 20220525020652971 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptp_classify.h' (52,271) at 20240405153052777 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/Makefile' (52,272) at 20210308005002844 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/ti,vpe.yaml' (52,273) at 20240405153045101 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-jetson-tk1-emc.dtsi' (52,274) at 20240405153045477 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/ddr3_spd.c' (52,275) at 20210308005002732 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Paulistom' (52,276) at 20210307205553790 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/amx_test.c' (52,277) at 20240405153232271 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/keyctl.h' (52,278) at 20210307214931638 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt' (52,279) at 20210307214925450 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hashpriv.h' (52,280) at 20241211090212230 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/phosphor-network_%.bbappend' (52,281) at 20241206090014218 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/virtual-memory.json' (52,282) at 20240405153054149 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/arches.dts' (52,283) at 20210307214926338 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/transport/af-mctp.h' (52,284) at 20231110090010623 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sunxi_wdt.c' (52,285) at 20240405153231599 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sr_device.c' (52,286) at 20240405153045669 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c' (52,287) at 20240405153048797 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ar7_defconfig' (52,288) at 20240405153045993 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-umt-010-cardlist.rst' (52,289) at 20210307214925230 2025-03-14 03:00:49.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vsgx.S' (52,290) at 20220525020652138 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/common.cpp' (52,291) at 20211011100017323 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ralink,rt2880-pinctrl.yaml' (52,292) at 20240405153045137 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_xdma.h' (52,293) at 20210927100127237 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/dtv-common.rst' (52,294) at 20240405153229807 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Resource.interface.yaml' (52,295) at 20240913080021481 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.errors.yaml' (52,296) at 20221207040023631 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tcp_ca_unsupp_cong_op.c' (52,297) at 20240405153054273 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Pump_v1.xml' (52,298) at 20240619080002932 to deleted uid set 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/concat.h' (52,299) at 20210308005003668 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sec3.0-0.dtsi' (52,300) at 20210307214926350 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml' (52,301) at 20240405153045017 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/metrics/collection_data.hpp' (52,302) at 20220412175720086 to deleted uid set 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidcontroller.cpp' (52,303) at 20240205090025370 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/svm_onhyperv.c' (52,304) at 20240405153046461 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_dbus.c' (52,305) at 20210308005108641 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/gdbstub.c' (52,306) at 20240906080037500 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_pfvf.c' (52,307) at 20240913080013785 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml' (52,308) at 20240405153045173 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_iscsi.h' (52,309) at 20240405153051693 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi' (52,310) at 20240405153045533 to deleted uid set 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm9ds0/Makefile' (52,311) at 20220525020653103 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/Makefile' (52,312) at 20240405153051305 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/misc_devices.rst' (52,313) at 20210307214925466 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/mux.c' (52,314) at 20210308005003052 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/hyperv/index.rst' (52,315) at 20240405153045325 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/ksm.rst' (52,316) at 20240405153045285 2025-03-14 03:00:49.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/epoll/Makefile' (52,317) at 20240405153054301 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183.c' (52,318) at 20240405153230215 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/sparsemem.h' (52,319) at 20240405153045625 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_mmu.c' (52,320) at 20241211090212486 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-common.c' (52,321) at 20210307214928098 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/Makefile' (52,322) at 20240405153054293 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/spu-insns.h' (52,323) at 20210307214926490 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/clock.c' (52,324) at 20240405153047033 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/keembay-ocs-aes-core.c' (52,325) at 20240405153230263 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_firmware_upgrade.sh' (52,326) at 20240502080013187 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt' (52,327) at 20210307214925442 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/efuse.c' (52,328) at 20240405153050649 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/loader.c' (52,329) at 20220525020655071 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/abilis_tb100.dts' (52,330) at 20210308005002544 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/start.S' (52,331) at 20210308005002820 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/012' (52,332) at 20210927100127473 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/gov_bang_bang.c' (52,333) at 20240405153231495 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c' (52,334) at 20220525020653171 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/userimask.c' (52,335) at 20240405153051753 2025-03-14 03:00:49.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/kvmvapic.bin' (52,336) at 20210308005046149 to deleted uid set 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmx_ops.h' (52,337) at 20240812080017232 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/intel-mid_wdt.h' (52,338) at 20210307214931474 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/Build' (52,339) at 20240405153054089 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/munmap.patch' (52,340) at 20230706080014757 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iunlink_item.c' (52,341) at 20240405153052597 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu-param.h' (52,342) at 20230426080043876 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/floating-point.json' (52,343) at 20240405153054149 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/cc_helper_template.h.inc' (52,344) at 20241211090212486 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst' (52,345) at 20210307214925538 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_3_1_d.h' (52,346) at 20210309003649632 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb' (52,347) at 20241221090017556 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-tegra186.c' (52,348) at 20240405153230251 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/versatile.c' (52,349) at 20241211090212318 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c' (52,350) at 20240405153047205 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pc87360.rst' (52,351) at 20210307214925506 2025-03-14 03:00:49.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp_core.c' (52,352) at 20240405153049161 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_on_change_threshold.cpp' (52,353) at 20231228090030528 to deleted uid set 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/zile_2.4.15.bb' (52,354) at 20241221090017544 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h' (52,355) at 20210308005002660 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r9a09g011-cpg.h' (52,356) at 20240405153052645 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/irq_pyxis.c' (52,357) at 20210307214925654 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch' (52,358) at 20210307205554622 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/devices.rst' (52,359) at 20240405153044945 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/common.c' (52,360) at 20210308005002948 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_apecs.c' (52,361) at 20210307214925650 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/list.h' (52,362) at 20210308005003732 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_2_0_0_default.h' (52,363) at 20210307214927538 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/printf.h' (52,364) at 20240405153048621 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/mmio_warning_test.c' (52,365) at 20240405153054321 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/module.h' (52,366) at 20210307214926550 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py' (52,367) at 20230401080011963 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/234' (52,368) at 20220429100100914 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/usbtv/Kconfig' (52,369) at 20240405153049573 2025-03-14 03:00:49.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/dbusUtils.hpp' (52,370) at 20231201090035486 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mxc_ipuv3_fb.c' (52,371) at 20210308005003532 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/ch7006_priv.h' (52,372) at 20240405153048429 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/dasd-ipl.h' (52,373) at 20241211090212442 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_stream2mmio_rmgr.c' (52,374) at 20210309003653024 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/sama5d4_vdec_hw.c' (52,375) at 20240405153049497 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Midhurst' (52,376) at 20210307205553798 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/not_action.hpp' (52,377) at 20210914000041091 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/rest-api.md' (52,378) at 20230316080008330 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/nonstdio.h' (52,379) at 20210307214926486 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc_sli/sli4.c' (52,380) at 20240405153231395 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuarm64.conf' (52,381) at 20241221090017612 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/simg_dump-python3.patch' (52,382) at 20231011080016574 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/Makefile' (52,383) at 20210308005002772 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/emc1403.c' (52,384) at 20240405153048853 2025-03-14 03:00:49.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dvb-pll.c' (52,385) at 20240405153049289 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/sandbox.c' (52,386) at 20210308005003496 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ia_css_csc.host.c' (52,387) at 20210307214930554 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fsi_master_aspeed.h' (52,388) at 20220525020654659 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/snps_udc_core.c' (52,389) at 20240405153052093 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-pmp.c' (52,390) at 20240405153046657 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-spapr.h' (52,391) at 20221215040039374 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/Kconfig' (52,392) at 20220804030036611 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_arpreply.c' (52,393) at 20210307214931894 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (52,394) at 20210813100029652 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h' (52,395) at 20240405153045669 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/des_asm.S' (52,396) at 20210307214926574 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_rf_rf2959.c' (52,397) at 20210307214929974 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu106-revA.dts' (52,398) at 20210308005002636 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/input/atmel-maxtouch.h' (52,399) at 20220525020654543 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/recover.c' (52,400) at 20240405153231655 2025-03-14 03:00:49.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/mux.c' (52,401) at 20240405153045657 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-nomadik-stn8815.dtsi' (52,402) at 20240405153045581 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_lzma2.h' (52,403) at 20210309003654200 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/wb50n.c' (52,404) at 20210308005003016 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c' (52,405) at 20240913080013785 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dahash_test.h' (52,406) at 20240405153052589 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/gbmc-enqueue-powercycle.sh' (52,407) at 20231103080005832 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-h3.c' (52,408) at 20240405153231339 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_mipi.c' (52,409) at 20210308005003532 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/ti,lp8727.yaml' (52,410) at 20240405153045141 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/es1688/Makefile' (52,411) at 20210307214932218 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-everest.json' (52,412) at 20220302040019952 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/vmap.h' (52,413) at 20210307214927906 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/amd-memory-encryption.rst' (52,414) at 20240405153229747 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/octeon-crypto.h' (52,415) at 20220525020651994 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/qcom,llcc.yaml' (52,416) at 20240405153045021 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/gpio.h' (52,417) at 20210308005002644 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/xattr_user.c' (52,418) at 20240405153052337 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/exceptions.h' (52,419) at 20220525020651986 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ti,dac7311.yaml' (52,420) at 20240405153045073 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/uboot-sign.bbclass' (52,421) at 20241221090017608 to deleted uid set 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-poweron' (52,422) at 20240105090012010 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/meson.build' (52,423) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/0001-pavucontrol-remove-canberra-gtk-support.patch' (52,424) at 20220618030015170 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-vsx.c' (52,425) at 20240405153046149 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ref-daughter.dtsi' (52,426) at 20210308005002632 2025-03-14 03:00:49.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/tests/ni_routes_test.c' (52,427) at 20220525020652362 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Idivuoma' (52,428) at 20210307205553782 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ubifs.rst' (52,429) at 20240405153045209 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hostfs/hostfs.h' (52,430) at 20240805080014019 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/test-group-priority.yaml' (52,431) at 20240824080021954 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pm91.c' (52,432) at 20240405153049229 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/st,m48t86.yaml' (52,433) at 20240405153229795 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/attribs.h' (52,434) at 20221215040039294 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/dirtyrate.h' (52,435) at 20230426080043776 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/ad1848/ad1848.c' (52,436) at 20240405153232127 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/smp.h' (52,437) at 20240405153045905 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb' (52,438) at 20240301090012423 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-bus.txt' (52,439) at 20210307214925438 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c' (52,440) at 20240405153046853 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb135.dts' (52,441) at 20210309003648744 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/tracer/wakeup_rt.tc' (52,442) at 20240405153054305 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff' (52,443) at 20220105012522987 to deleted uid set 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile' (52,444) at 20220802100038573 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-sensor-states@.service' (52,445) at 20220419030216144 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb' (52,446) at 20240301090012471 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/interrupts.py' (52,447) at 20240405153053449 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/Makefile' (52,448) at 20210307214929698 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/vlocks.rst' (52,449) at 20240405153229739 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/aspeed_i2c.c' (52,450) at 20241211090212274 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv84_fence.c' (52,451) at 20240405153048625 2025-03-14 03:00:49.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/40x/obs600_defconfig' (52,452) at 20210307214926366 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/process.c' (52,453) at 20241211090145377 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic.h' (52,454) at 20240405153051733 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt' (52,455) at 20210307214925338 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb' (52,456) at 20231011080016614 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc' (52,457) at 20230114040015550 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/machtype.c' (52,458) at 20210307214926270 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm963138dvt.dts' (52,459) at 20240405153045433 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-loongarch-cross.docker' (52,460) at 20241121090029296 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfc.h' (52,461) at 20220525020654671 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_vbmeta_image.h' (52,462) at 20210308005003708 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/trace/Makefile' (52,463) at 20240405153230039 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_vma_offset.c' (52,464) at 20240405153054265 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/display.h' (52,465) at 20210308005002672 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpmac.c' (52,466) at 20240405153049921 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ams/ams-core.c' (52,467) at 20240405153230755 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8962.c' (52,468) at 20240405153232171 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/ucc.h' (52,469) at 20210307214931590 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/dt_idle_states.h' (52,470) at 20210307214927062 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/nexthop.sh' (52,471) at 20220525020655207 2025-03-14 03:00:49.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-scmi.c' (52,472) at 20240405153230207 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/metro-usb.c' (52,473) at 20220525020654291 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.h' (52,474) at 20240405153230267 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-bsd.c' (52,475) at 20241211090212454 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/backlight.c' (52,476) at 20240405153048421 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-mailbox-utils.c' (52,477) at 20241211090212262 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/event_jsons/good/event_state_sensor.json' (52,478) at 20240610080035204 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/sysfs.h' (52,479) at 20210307214932618 2025-03-14 03:00:49.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReport.v1_5_2.json' (52,480) at 20240824080002938 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/Makefile' (52,481) at 20210308005002912 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/pinmux_config.h' (52,482) at 20210308005003044 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/video-vga.c' (52,483) at 20210307214926638 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/cache_llc.S' (52,484) at 20210308005002752 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/file.c' (52,485) at 20240405153231707 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/meson.build' (52,486) at 20240326080039682 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ftrace.h' (52,487) at 20240405153231811 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/smp.h' (52,488) at 20210307214925650 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/syscall_table.c' (52,489) at 20240405153230071 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_coldfire.h' (52,490) at 20210308005003628 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/altmodes/displayport.c' (52,491) at 20240405153231567 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/parisc/Kconfig' (52,492) at 20210307214932226 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mdio_device.c' (52,493) at 20240405153050357 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-bench.txt' (52,494) at 20240405153232219 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-noinitiator' (52,495) at 20240906080037560 to deleted uid set 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/sparse-keymap.c' (52,496) at 20210309003650216 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/joystick-parport.rst' (52,497) at 20210307214925514 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml' (52,498) at 20240405153045089 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sm6350.h' (52,499) at 20240405153052645 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/build_image.py' (52,500) at 20210812000025378 2025-03-14 03:00:49.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/6xx-suspend.S' (52,501) at 20210307214926482 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-max9485.c' (52,502) at 20240405153046781 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_events/trace-events-sample.h' (52,503) at 20240405153053433 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/idt,32434-gpio.yaml' (52,504) at 20220525020651674 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/uleds.h' (52,505) at 20210307214931662 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/kcm.h' (52,506) at 20240830080013331 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb' (52,507) at 20241221090017552 to deleted uid set 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/omap-usb-host.txt' (52,508) at 20240405153045105 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/qspinlock.h' (52,509) at 20240405153046125 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/tpmi.c' (52,510) at 20240613080016459 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rlimit.h' (52,511) at 20210307214932602 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/stm32f7-rcc.h' (52,512) at 20240405153052649 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/peci/peci-controller.yaml' (52,513) at 20240405153045125 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/testsdk.py' (52,514) at 20240302090018230 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ms_sensors/Kconfig' (52,515) at 20210307214928338 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/irq_alloc.h' (52,516) at 20210307214926246 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/docs/asio.md' (52,517) at 20221207040044387 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower_u1a-d10800_psu.json' (52,518) at 20240322080004712 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/alibaba/eni_vdpa.c' (52,519) at 20240405153231571 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/nvme/feature-and-quirk-policy.rst' (52,520) at 20240405153045241 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/qcom,spmi-vadc.h' (52,521) at 20210309003653812 2025-03-14 03:00:49.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/mmp3.c' (52,522) at 20240405153229911 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/omap.h' (52,523) at 20210309003653812 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/xilinx_axienet.h' (52,524) at 20240919080017066 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/biosattr-interface.c' (52,525) at 20220525020653907 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_mipi_dsi.h' (52,526) at 20240805080014027 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6755.dtsi' (52,527) at 20240405153045745 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qobject-input-visitor.c' (52,528) at 20240906080037432 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpupri.c' (52,529) at 20240405153053041 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/geode/geos.c' (52,530) at 20220525020652194 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml' (52,531) at 20220525020651682 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_perf.h' (52,532) at 20240405153048529 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/metric.h' (52,533) at 20240405153052309 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_mod.c' (52,534) at 20210307214930234 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/str.rs' (52,535) at 20240405153232099 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dst_ops.h' (52,536) at 20240617080017406 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/ccu-pll.h' (52,537) at 20240405153046773 2025-03-14 03:00:49.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/virt.dts' (52,538) at 20210307214926758 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_regs.h' (52,539) at 20210308005003368 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/m68k-fp.xml' (52,540) at 20210308005045817 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cdc_subset.c' (52,541) at 20240405153050377 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_configuration.hpp' (52,542) at 20230511080033415 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/commonring.h' (52,543) at 20210307214929806 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-stream' (52,544) at 20240906080037568 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/imx-regs.h' (52,545) at 20210308005002644 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/rc.local.sample' (52,546) at 20210307205554386 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py' (52,547) at 20210307205554262 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/ppc-dis.c' (52,548) at 20240805080013927 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/memmove.c' (52,549) at 20210307214926170 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-espt.c' (52,550) at 20210307214926534 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_mpeg12.c' (52,551) at 20210307214930586 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistryFile.v1_1_5.json' (52,552) at 20240619080002948 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/atmel_pmecc_params.c' (52,553) at 20210308005003748 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lzma/LzmaTypes.h' (52,554) at 20210308005003672 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-regs.c' (52,555) at 20240405153049413 2025-03-14 03:00:49.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fdomain.c' (52,556) at 20240405153051597 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rksd.c' (52,557) at 20210308005003772 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_cipso_v4.h' (52,558) at 20240405153232063 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/pl022_spi.c' (52,559) at 20210308005003492 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/W3C' (52,560) at 20210307205554426 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/fsl-errata.c' (52,561) at 20210308005003500 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/dbus_vis.css' (52,562) at 20220602030014530 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/zabbix-agent.service' (52,563) at 20210307205553886 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zpool.h' (52,564) at 20240405153052825 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7790-cpg-mssr.c' (52,565) at 20210308005003352 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/suites.h' (52,566) at 20210308005003688 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-modify-flow.png' (52,567) at 20210307205554366 to deleted uid set 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/utils.hpp' (52,568) at 20240716080045952 to deleted uid set 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/generic.h' (52,569) at 20240405153045689 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/driver.rst' (52,570) at 20240405153045237 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_regs.h' (52,571) at 20210307214930854 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ump_convert.h' (52,572) at 20240910080014082 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/software_utils.cpp' (52,573) at 20240828080021463 to deleted uid set 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/probe_user.c' (52,574) at 20240405153054257 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_nodtb.py' (52,575) at 20210308005003748 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/memcpy.S' (52,576) at 20240405153045897 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/compress_offload.c' (52,577) at 20240405153232119 2025-03-14 03:00:49.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_trace.h' (52,578) at 20240405153052125 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_runtime_jit.c' (52,579) at 20240405153054285 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/sys.c' (52,580) at 20240613080016491 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/debugfs.c' (52,581) at 20210307214929126 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-xbox-360.c' (52,582) at 20220525020653311 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/README.md' (52,583) at 20240806080022583 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/types/container_types_helpers.hpp' (52,584) at 20240711080036139 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_mremap_vdso.c' (52,585) at 20210307214932734 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/mana_en.c' (52,586) at 20241011080017331 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/page_track.h' (52,587) at 20210307214927834 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds@.service' (52,588) at 20220514030009396 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PCIeDevice_VINI.json' (52,589) at 20221213040036921 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/scsi-generic.c' (52,590) at 20241211090212334 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/image.h' (52,591) at 20240405153045857 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/libmapper/test/meson.build' (52,592) at 20210827000032628 to deleted uid set 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a3000.c' (52,593) at 20240405153051549 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/geniv.c' (52,594) at 20210309003649120 2025-03-14 03:00:49.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st/st,quadfs.txt' (52,595) at 20220525020651666 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pmc.h' (52,596) at 20210920100020631 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/devfreq.h' (52,597) at 20220525020654655 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm_4.2.0.bb' (52,598) at 20241221090017496 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.4.5.bb' (52,599) at 20240127090011884 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-fm-rx.rst' (52,600) at 20210309003648492 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-tod-step-check-fault.cpp' (52,601) at 20240830080017491 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt' (52,602) at 20210307214925354 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/index.rst' (52,603) at 20240405153045305 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cse_nand_defconfig' (52,604) at 20210308005003288 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/bindings.py' (52,605) at 20210308005048033 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/common.h' (52,606) at 20210307214930778 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/rf.c' (52,607) at 20210309003651816 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-serial-test.c' (52,608) at 20210308005046489 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/tracing/rtla/src/osnoise.c' (52,609) at 20240405153054385 to deleted uid set 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lattice.h' (52,610) at 20210308005003656 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/xo15-ebook.c' (52,611) at 20240405153051417 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/jr2/jr2.c' (52,612) at 20210308005003020 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/local.h' (52,613) at 20240405153046117 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/Makefile' (52,614) at 20210308005003004 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/riscv/qemuriscv.inc' (52,615) at 20240413080012683 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-health-afe440x' (52,616) at 20220525020651634 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/module.h' (52,617) at 20210307214926750 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/udivsi3.S' (52,618) at 20240405153046513 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualMediaCollection_v1.xml' (52,619) at 20240619080002940 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/strnlen_user.S' (52,620) at 20240405153229995 2025-03-14 03:00:49.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gp100.c' (52,621) at 20220525020652971 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6dl-mamoj.h' (52,622) at 20210308005003596 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xpc_uv.c' (52,623) at 20240405153049649 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_cpu.h' (52,624) at 20210308005046089 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi-ops.h' (52,625) at 20210309003651396 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7785.c' (52,626) at 20210307214926566 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/intel_scheduler_helpers.h' (52,627) at 20240405153048549 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/member.h' (52,628) at 20240405153231651 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash_5.2.37.bb' (52,629) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/cofile.c' (52,630) at 20240326080039414 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-pinfunc.h' (52,631) at 20240405153045525 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/init-valkey-server' (52,632) at 20241221090017524 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/traps.c' (52,633) at 20210308005002804 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zc770-xm012.dts' (52,634) at 20240405153045609 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss_features.c' (52,635) at 20210307214930926 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_cmd_parser.c' (52,636) at 20240405153048521 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_mm.c' (52,637) at 20240405153230519 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/net2280.c' (52,638) at 20240405153052089 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-inputdrivers-Correct-the-signature-of-bind-call-on-m.patch' (52,639) at 20241206090014254 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/xen-compat.h' (52,640) at 20240326080039546 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/sdeventplus.wrap' (52,641) at 20220323030041563 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/gpex.c' (52,642) at 20240906080037272 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmci_stm32_sdmmc.c' (52,643) at 20240405153230855 2025-03-14 03:00:49.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/n64/Makefile' (52,644) at 20220525020652014 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/locking/Makefile' (52,645) at 20210307214932682 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/pll-da850.c' (52,646) at 20210307214926974 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson-clkc-utils.c' (52,647) at 20240405153230215 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gtt.c' (52,648) at 20240405153048425 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/mman.h' (52,649) at 20240405153054053 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/top.c' (52,650) at 20210308005003020 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-versatile.c' (52,651) at 20240405153048917 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-cs08.rst' (52,652) at 20210309003648496 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_internal.h' (52,653) at 20240405153231367 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/quorum.c' (52,654) at 20240405153231715 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stih418-clks.h' (52,655) at 20210307214931334 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ag_resv.c' (52,656) at 20240405153052561 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/head_32.S' (52,657) at 20240405153046433 to deleted uid set 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-2.0' (52,658) at 20210307205554418 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/Kconfig' (52,659) at 20210307214929898 2025-03-14 03:00:49.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/cx25840.h' (52,660) at 20210307214931542 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-cxl-component.json' (52,661) at 20241207090009631 to deleted uid set 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c' (52,662) at 20241104090011571 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/irq_srm.c' (52,663) at 20210307214925654 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/4.Coding.rst' (52,664) at 20240405153229839 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-lp8788.c' (52,665) at 20210307214930218 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/__init__.py' (52,666) at 20210307205554266 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/VoltageControl.interface.yaml' (52,667) at 20210610000035126 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/Kbuild' (52,668) at 20240405153230011 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-smd.dts' (52,669) at 20240405153229883 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/hard-interface.h' (52,670) at 20220525020654791 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-encoder.c' (52,671) at 20240405153230795 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-usb2-dr-0.dtsi' (52,672) at 20210307214926354 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/seek.c' (52,673) at 20220525020654423 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sockex3_user.c' (52,674) at 20240405153053425 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/64r2.config' (52,675) at 20210307214926202 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/wm8776.h' (52,676) at 20210307214932262 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/tables.c' (52,677) at 20210307214931122 2025-03-14 03:00:49.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/sba.h' (52,678) at 20210307214929666 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/draco_defconfig' (52,679) at 20210308005003256 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_bt.c' (52,680) at 20240906080037244 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/super.c' (52,681) at 20240405153052329 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/amlresrc.h' (52,682) at 20240405153046617 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.h' (52,683) at 20220525020652827 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ftrace_32.S' (52,684) at 20240405153046433 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/spi.c' (52,685) at 20240405153053345 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h' (52,686) at 20240405153050105 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson-s4-power.h' (52,687) at 20240405153231799 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/tc2_pm.c' (52,688) at 20240405153045693 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/laptop/dslm/Makefile' (52,689) at 20210307214932486 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/Makefile' (52,690) at 20210307214928450 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm80xx_hwi.c' (52,691) at 20240405153231435 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/net_failover.c' (52,692) at 20240405153050349 2025-03-14 03:00:49.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz' (52,693) at 20210307205554590 to deleted uid set 2025-03-14 03:00:49.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/MCFG' (52,694) at 20240906080037560 to deleted uid set 2025-03-14 03:00:49.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_resizer.c' (52,695) at 20220525020654139 2025-03-14 03:00:49.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-smm-gateway_%.bbappend' (52,696) at 20220910030013341 2025-03-14 03:00:49.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/aes.h' (52,697) at 20240326080039526 2025-03-14 03:00:49.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/generic.c' (52,698) at 20240405153045689 2025-03-14 03:00:49.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_0_d.h' (52,699) at 20210307214927686 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/other.json' (52,700) at 20220525020655143 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/journald-storage-policy.conf' (52,701) at 20240312080011852 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_8b_10b.h' (52,702) at 20240405153047297 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch' (52,703) at 20220204040022688 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/spitools/spitools_git.bb' (52,704) at 20230813080012856 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_w.c' (52,705) at 20210308005046521 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-ipd.h' (52,706) at 20210307214926234 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/pc.h' (52,707) at 20241211090212358 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/query_param_test.cpp' (52,708) at 20240904080003190 to deleted uid set 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NICTA-1.0' (52,709) at 20241221090017616 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cpacf.h' (52,710) at 20240617080017378 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomli_2.2.1.bb' (52,711) at 20241221090017560 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/loadpin.h' (52,712) at 20240405153052925 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/Makefile' (52,713) at 20240405153048553 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/hisi-pmu.rst' (52,714) at 20240405153044961 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sock.h' (52,715) at 20240405153052897 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/bitops.h' (52,716) at 20240405153045357 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/display_options.c' (52,717) at 20230302090047762 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pcf50633-input.c' (52,718) at 20210307214928486 2025-03-14 03:00:49.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross-canadian_14.2.bb' (52,719) at 20241221090017660 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sunrpc/svcsock.c' (52,720) at 20241211090145561 to deleted uid set 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/clk-cpu.c' (52,721) at 20240405153046805 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native.bb' (52,722) at 20241206090014274 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb' (52,723) at 20241221090017488 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/fxos8700_core.c' (52,724) at 20240405153048993 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/time.c' (52,725) at 20210307214926290 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/symbol/kallsyms.h' (52,726) at 20240405153054069 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dsc_helper.h' (52,727) at 20240405153052629 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-babbage.dts' (52,728) at 20240405153229883 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/Makefile' (52,729) at 20210308005003416 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Sopron-Koszeg' (52,730) at 20210307205553774 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/image-fuzzer.txt' (52,731) at 20220429100100418 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb' (52,732) at 20241221090017692 to deleted uid set 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_0_offset.h' (52,733) at 20210307214927674 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pds/pds_intr.h' (52,734) at 20240405153052761 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-mc.yaml' (52,735) at 20220525020651690 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v5.h' (52,736) at 20240405153051289 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-simtec.c' (52,737) at 20240405153048913 2025-03-14 03:00:49.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cy8ctma140.c' (52,738) at 20240405153230731 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/vt8231.c' (52,739) at 20240405153230671 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/emu/nfeth.c' (52,740) at 20240405153045957 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_metric.cpp' (52,741) at 20231228090030528 to deleted uid set 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpd_reader_test.json' (52,742) at 20221213040022341 to deleted uid set 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qom.py' (52,743) at 20240326080039614 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/socket.c' (52,744) at 20220525020653703 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb' (52,745) at 20241206090014270 to deleted uid set 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c' (52,746) at 20240405153054277 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx.h' (52,747) at 20240405153231043 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/.clang-format' (52,748) at 20241219090008836 to deleted uid set 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/priv.h' (52,749) at 20240405153048661 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/expr.h' (52,750) at 20240405153232235 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/cla-signers/README.md' (52,751) at 20210308005111457 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/r8152.h' (52,752) at 20210308005003504 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5800-peach-pi.dts' (52,753) at 20210308005002580 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/util/src/util.c' (52,754) at 20210307214930538 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/DBUS_USAGE.md' (52,755) at 20240110090003528 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/reserved-memory.yaml' (52,756) at 20240405153045149 2025-03-14 03:00:49.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/Makefile.softmmu-target' (52,757) at 20240906080037576 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-internal.h' (52,758) at 20210927100127389 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm.c' (52,759) at 20241211090212470 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gsettings.bbclass' (52,760) at 20220910030013385 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nft_dup_ipv4.c' (52,761) at 20240405153053257 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon-ls.decode' (52,762) at 20230426080043860 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8183-mt6358-ts3a227-max98357.txt' (52,763) at 20220525020651710 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/Makefile' (52,764) at 20210307214930438 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/Kbuild' (52,765) at 20240405153230075 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/.gitignore' (52,766) at 20210307214932706 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/poison.h' (52,767) at 20220525020655115 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-strace.h' (52,768) at 20210927100127045 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-simple-audio-card.dtsi' (52,769) at 20240405153045813 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/lantiq,pinctrl-xway.txt' (52,770) at 20240405153045133 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tlbflush.h' (52,771) at 20210307214926394 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt.c' (52,772) at 20240405153230567 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/opengrok1.0.log' (52,773) at 20241228090340496 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_bootscript_android.txt' (52,774) at 20210308005002924 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ethtool_common.c' (52,775) at 20240405153050265 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/goldfish_rtc.h' (52,776) at 20221215040039186 2025-03-14 03:00:49.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-ptest-all.bb' (52,777) at 20240302090018202 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23888-ir.c' (52,778) at 20240405153049361 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/cpp-example.inc' (52,779) at 20241206090014298 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c' (52,780) at 20240405153050589 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/phosphor-logging.wrap' (52,781) at 20220323030036807 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rf.c' (52,782) at 20210309003651824 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sec4.2-0.dtsi' (52,783) at 20210307214926354 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/efifb.rst' (52,784) at 20210307214925478 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2c' (52,785) at 20240405153054385 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/timer.h' (52,786) at 20210308005002668 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/Makefile' (52,787) at 20240405153054389 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb' (52,788) at 20240106090017253 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/libgcc.h' (52,789) at 20210308005002852 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/ashldi3.c' (52,790) at 20240405153046309 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vdpa-dev.h' (52,791) at 20230426080043768 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/octeon-ethernet.h' (52,792) at 20210307214930602 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-xattr.c' (52,793) at 20210927100127085 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/tpmif.h' (52,794) at 20210307214931702 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ti,tps62864.yaml' (52,795) at 20240405153045149 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tec-ng.h' (52,796) at 20210308005003620 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest/0001-testpatch.patch' (52,797) at 20241206090014298 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/.gitlab-ci.d/cirrus.yml' (52,798) at 20241211090212202 to deleted uid set 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/service_files/yaml/phosphor-fan-presence-tach@.service' (52,799) at 20220819030023853 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/Makefile' (52,800) at 20210309003649460 2025-03-14 03:00:49.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vmlinux.lds.h' (52,801) at 20210307214926514 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_4_1_sh_mask.h' (52,802) at 20240405153048109 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-5.c' (52,803) at 20240326080039742 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/string.c' (52,804) at 20210307214926534 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ts419-6282.dts' (52,805) at 20240405153045457 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/shtc1.c' (52,806) at 20240613080016411 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0015-CVE-2024-53589.patch' (52,807) at 20241221090017656 2025-03-14 03:00:49.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-colibri-eval-v3.dtsi' (52,808) at 20240405153045529 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-nomadik.c' (52,809) at 20241008080013967 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c' (52,810) at 20241111090012141 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/xattr.h' (52,811) at 20240405153052393 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_thread.h' (52,812) at 20221215040039062 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-dma-contig.c' (52,813) at 20240405153230775 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.yaml' (52,814) at 20240405153045121 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-ep93xx.c' (52,815) at 20240405153231459 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/Kconfig' (52,816) at 20240405153046873 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mxs.c' (52,817) at 20240405153231463 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_regs.h' (52,818) at 20240405153048357 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb' (52,819) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx.reg' (52,820) at 20210307214930270 2025-03-14 03:00:49.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/msix.h' (52,821) at 20220525020653131 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_netlink.c' (52,822) at 20241008080014039 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-asio-Dont-use-experimental-with-clang.patch' (52,823) at 20231011080016574 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/intel.json' (52,824) at 20240912080005178 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/ar5312.c' (52,825) at 20240405153045981 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-panda-es.dts' (52,826) at 20240405153045605 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/processor.h' (52,827) at 20210308005002544 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro5.dtsi' (52,828) at 20240405153045577 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/nrf51_nvm.h' (52,829) at 20210308005046021 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_vram.c' (52,830) at 20240405153048789 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch' (52,831) at 20220204040022684 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/entry_flush.c' (52,832) at 20240405153054361 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic2_qm0_regs.h' (52,833) at 20240405153046577 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/silead.c' (52,834) at 20240726080012854 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ioc3.c' (52,835) at 20220525020653343 2025-03-14 03:00:49.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v11_0_7_ppsmc.h' (52,836) at 20240405153048349 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/ssi-fiq.S' (52,837) at 20210307214925894 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/maxim,max31865.yaml' (52,838) at 20240405153045077 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_acm.c' (52,839) at 20240405153231547 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1-pss.its' (52,840) at 20210308005003744 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/Makefile' (52,841) at 20210307214926138 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootretry.c' (52,842) at 20210308005003224 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/et8ek8/Makefile' (52,843) at 20210307214928654 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb' (52,844) at 20241206090014330 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/gettimeofday.c' (52,845) at 20240405153054357 to deleted uid set 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/files/0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch' (52,846) at 20210307205553886 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/pamu.txt' (52,847) at 20210307214925406 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mboxd.h' (52,848) at 20210308005100993 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-i2c-0.dtsi' (52,849) at 20210307214926350 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker.dtsi' (52,850) at 20240405153045785 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0002-localedef-fix-ups-hardlink-to-make-it-compile.patch' (52,851) at 20241221090017640 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/hyperv_net.h' (52,852) at 20240405153231071 2025-03-14 03:00:49.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml' (52,853) at 20240405153045085 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_flowtable.sh' (52,854) at 20240405153054357 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/dove/pmu.c' (52,855) at 20210307214930438 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkcommon.h' (52,856) at 20210308005003772 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450.dtsi' (52,857) at 20240805080013919 to deleted uid set 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/kempld-core.c' (52,858) at 20240405153049605 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-responses_0.25.3.bb' (52,859) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/hmp-target.h' (52,860) at 20240906080037344 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/m548xevb.c' (52,861) at 20210308005002976 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/gitlab-ci-section' (52,862) at 20241211090212458 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/trace-events' (52,863) at 20240906080037296 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/subprojects/boost.wrap' (52,864) at 20220427030012593 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/adc/ad7192.c' (52,865) at 20240405153230687 to deleted uid set 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-touch.rst' (52,866) at 20210309003648488 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/moxa/moxart_ether.h' (52,867) at 20210307214929550 2025-03-14 03:00:49.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_9.dtso' (52,868) at 20240405153051213 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memory.c' (52,869) at 20241111090012157 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/microchip-tcb-capture.c' (52,870) at 20240405153230251 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/Kconfig' (52,871) at 20240405153053233 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_multiport.h' (52,872) at 20210307214931646 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/index.rst' (52,873) at 20210307214925454 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSH-short' (52,874) at 20211006000025242 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs8_parser.c' (52,875) at 20210307214926790 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (52,876) at 20231128090014177 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/rndis_host.c' (52,877) at 20240405153050381 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power9-events-list.h' (52,878) at 20210307214926450 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/omap-sham.txt' (52,879) at 20210307214925298 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/perfmon.h' (52,880) at 20240405153049185 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/MAINTAINERS' (52,881) at 20210308005003020 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunplus/Makefile' (52,882) at 20240405153051373 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl-aspeed.h' (52,883) at 20210308005003456 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-word.json' (52,884) at 20210308005046405 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear320s.dtsi' (52,885) at 20240405153045577 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/smp_plat.h' (52,886) at 20220525020651950 2025-03-14 03:00:49.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_unicode_collation.c' (52,887) at 20210308005003704 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,camcc-sm8250.h' (52,888) at 20220525020654543 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/ofnode.c' (52,889) at 20210308005003740 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb' (52,890) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/devfs' (52,891) at 20210309003648244 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/Makefile' (52,892) at 20240405153053973 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_cls_redirect.h' (52,893) at 20240405153054277 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-exynos5.c' (52,894) at 20240405153230675 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_2_0_d.h' (52,895) at 20210307214927666 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/perf_callchain.c' (52,896) at 20210309003648980 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c' (52,897) at 20241216090017721 2025-03-14 03:00:49.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_ucontext.h' (52,898) at 20220429100100402 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-regs.h' (52,899) at 20220525020653251 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c' (52,900) at 20240913080013785 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/avs/skl.c' (52,901) at 20240405153053941 to deleted uid set 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-08' (52,902) at 20210908000010395 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z10/basic.json' (52,903) at 20240405153054117 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/auxvec.h' (52,904) at 20240405153052905 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-i2c.c' (52,905) at 20240405153046925 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/lmac.h' (52,906) at 20210307214929866 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/layerdetails.js' (52,907) at 20210307205554278 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,mtu2.yaml' (52,908) at 20210307214925446 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/u-boot.dtsi' (52,909) at 20210308005002872 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_mman.h' (52,910) at 20230925080039945 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/task_messages.hpp' (52,911) at 20241224090003036 to deleted uid set 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/bcm2835-pm.c' (52,912) at 20240405153049605 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-common.dtsi' (52,913) at 20240405153045425 2025-03-14 03:00:49.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/interrupts.c' (52,914) at 20210308005002832 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/ialloc.c' (52,915) at 20240405153231775 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/pipeline.json' (52,916) at 20240405153054133 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/math-emu.h' (52,917) at 20210307214926162 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/xattr.h' (52,918) at 20240405153052361 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm' (52,919) at 20240405153044913 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/atomisp2/Kconfig' (52,920) at 20220525020653907 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-sub-ui.c' (52,921) at 20240405153231947 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/create_pel.hpp' (52,922) at 20230329080019516 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-pistachio.c' (52,923) at 20210307214930206 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glmConfigVersion.cmake.in' (52,924) at 20210307205553942 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig' (52,925) at 20210308005002772 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/mscc/Makefile' (52,926) at 20210307214929986 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/vfio_dev.c' (52,927) at 20240405153231575 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/trace.h' (52,928) at 20210308005045957 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/wistron_btns.c' (52,929) at 20240405153049145 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dtsi' (52,930) at 20210308005002580 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/accel/adis16203.c' (52,931) at 20240405153051817 2025-03-14 03:00:49.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-test.c' (52,932) at 20220525020653955 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/imx-media.h' (52,933) at 20210307214931402 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-p10bmc.override.yml' (52,934) at 20220722030013175 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/raw_skew.c' (52,935) at 20240405153054377 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8994-irq.c' (52,936) at 20220525020653351 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/sockbits.h' (52,937) at 20210308005046097 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/mac80211-ops.c' (52,938) at 20240405153231167 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/unlink.c' (52,939) at 20240405153052429 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/omapfb_main.c' (52,940) at 20240405153231587 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_mlme.h' (52,941) at 20240405153051925 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/acpi_power_meter.rst' (52,942) at 20210309003648424 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh' (52,943) at 20210819100023842 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/LICENSE' (52,944) at 20220204210413341 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/smccc/Makefile' (52,945) at 20220525020652430 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/rk3399.c' (52,946) at 20210308005002776 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/Kconfig' (52,947) at 20210308005002984 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_mac80211.c' (52,948) at 20240405153231263 2025-03-14 03:00:49.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw52xx.dts' (52,949) at 20240405153045497 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb' (52,950) at 20241221090017568 to deleted uid set 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/gecko-record' (52,951) at 20240405153232231 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-riscv32.txt' (52,952) at 20240113090014532 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/debugfs.c' (52,953) at 20240405153230915 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/remoteproc/remoteproc_core.c' (52,954) at 20240405153051481 to deleted uid set 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/passwdqc/passwdqc/makefile-add-ldflags.patch' (52,955) at 20230811080018302 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/time/time_1.9.bb' (52,956) at 20220910030013429 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/zsh' (52,957) at 20210307205553870 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/imx.rst' (52,958) at 20210307214925234 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/usleep.1' (52,959) at 20210307205553890 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/airspy/Makefile' (52,960) at 20210307214928802 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/pcnet-pci.c' (52,961) at 20241211090212306 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fentry_test.c' (52,962) at 20240405153232255 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_filters.c' (52,963) at 20240405153050273 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_chiptod.h' (52,964) at 20240906080037336 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-j784s4.c' (52,965) at 20240405153047009 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/opentitan.h' (52,966) at 20230925080039929 2025-03-14 03:00:49.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmoinen_Harjunsalmi' (52,967) at 20210307205553770 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/power/supply/gpio-charger.c' (52,968) at 20210309003652164 to deleted uid set 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.c' (52,969) at 20240405153048653 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/cpu.c' (52,970) at 20210308005002800 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c' (52,971) at 20210307214928462 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/mscc,ocelot.yaml' (52,972) at 20240405153045117 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ipv6_flowlabel.sh' (52,973) at 20240405153054345 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-vdec.c' (52,974) at 20240405153046793 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomlkit/run-ptest' (52,975) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/bno055_ser_trace.h' (52,976) at 20240405153048993 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/Kconfig' (52,977) at 20240405153046033 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/test.c' (52,978) at 20240405153231951 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_hw_40xx_reg.h' (52,979) at 20240405153230163 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/shmbuf.h' (52,980) at 20240405153046401 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-target.inc' (52,981) at 20240309090012820 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memory_hotplug.h' (52,982) at 20240405153231819 2025-03-14 03:00:49.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb' (52,983) at 20241221090017528 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/pinctrl-starfive-jh7100.c' (52,984) at 20240405153231335 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/GraphicsController.v1_0_2.json' (52,985) at 20240619080002948 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/tie-asm.h' (52,986) at 20210308005002884 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-rockchip.h' (52,987) at 20240710080014597 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cirrus/Makefile' (52,988) at 20210307214929374 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/iphase.h' (52,989) at 20220525020652262 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/axi_sandbox.c' (52,990) at 20210308005003336 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_bridge_1d.sh' (52,991) at 20240405153054341 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/generic-non-atomic.h' (52,992) at 20240405153052617 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/ultrasoc-smb.h' (52,993) at 20240405153230671 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-dmar.c' (52,994) at 20241114091008828 to deleted uid set 2025-03-14 03:00:49.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/pwm-vibrator.yaml' (52,995) at 20240405153045081 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcor-io1v8.dtsi' (52,996) at 20240405153045585 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/relocs_32.c' (52,997) at 20210307214926198 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/bletchley/post_desc.json' (52,998) at 20230205040006420 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rojdafors' (52,999) at 20210307205553790 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/ptrace.h' (53,000) at 20220525020654955 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_nportdisc.c' (53,001) at 20241011080017347 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rv1108_common.h' (53,002) at 20210308005003612 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/Kconfig' (53,003) at 20210308005003040 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/bh1770glc.rst' (53,004) at 20210309003648432 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/Kconfig' (53,005) at 20220525020653123 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/itstool.bbclass' (53,006) at 20210812000025190 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/pm/Makefile' (53,007) at 20240405153051757 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/wctablet.c' (53,008) at 20240326080039394 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lgff.c' (53,009) at 20210307214928094 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_handoff.py' (53,010) at 20210308005003744 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/msdi.c' (53,011) at 20210307214925918 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/devices/platform/gpio-fsi/fsi-master/fsi0/slave@00--00/00--00--00--0a/fsi-master/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2.conf' (53,012) at 20210307205553718 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/priv.h' (53,013) at 20220525020652971 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_reclaim.rst' (53,014) at 20240405153045229 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx6sl.c' (53,015) at 20240405153046785 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/nvme.h' (53,016) at 20210308005003676 2025-03-14 03:00:49.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0007-greeter.c-support-to-update-expired-password.patch' (53,017) at 20210307205553946 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2780.h' (53,018) at 20240405153053805 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/meson.build' (53,019) at 20230920080021024 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/meson.build' (53,020) at 20241211090212338 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman.inc' (53,021) at 20241206090014310 to deleted uid set 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/common.h' (53,022) at 20240405153045645 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/pamacct.c' (53,023) at 20210308005045729 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/ocs-hcu.c' (53,024) at 20240405153046949 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-usb-hs.c' (53,025) at 20240405153231315 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-uhci-test.c' (53,026) at 20240326080039738 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/settings' (53,027) at 20240405153054309 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/berkeley-softfloat-3.wrap' (53,028) at 20240326080039630 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc.c' (53,029) at 20240405153230203 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/kmscube/kmscube_git.bb' (53,030) at 20241221090017684 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fix_missing_use_directives.patch' (53,031) at 20230706080014765 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_general.robot' (53,032) at 20240628080017113 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_dm.c' (53,033) at 20220525020653119 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/misc.h' (53,034) at 20240405153231627 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/hyperbus/Kconfig' (53,035) at 20240405153049681 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipmi/ipmi_bt.h' (53,036) at 20210308005046017 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init/pwm_init.service' (53,037) at 20220119040023096 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpsr.h' (53,038) at 20210307214925978 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3004-use-GLESv2-headers-over-GL-headers.patch' (53,039) at 20230114040015494 2025-03-14 03:00:49.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-trans.c' (53,040) at 20240405153050533 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/tc.c' (53,041) at 20210307214926206 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dts' (53,042) at 20220525020651906 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/ramoops_manager_main.cpp' (53,043) at 20230614080025842 to deleted uid set 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_abi.h' (53,044) at 20210307214928446 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/trivial_32bit_program.c' (53,045) at 20210307214932734 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/util.c' (53,046) at 20210309003650268 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si21xx.h' (53,047) at 20210307214928638 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/ccwgroup.c' (53,048) at 20240405153051517 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km_kirkwood.h' (53,049) at 20210308005003600 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/toshiba_bluetooth.c' (53,050) at 20240405153051417 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_hwss.c' (53,051) at 20240405153047301 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/target.c' (53,052) at 20240326080039570 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig' (53,053) at 20210421100236118 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.0.dts' (53,054) at 20240405153045709 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_47.0.bb' (53,055) at 20241221090017488 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_selftests.c' (53,056) at 20240405153049909 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun20i-d1-ccu.h' (53,057) at 20240405153231795 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkcommon.c' (53,058) at 20210308005003772 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/design.md' (53,059) at 20221213040033301 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/Kconfig' (53,060) at 20210308005003468 2025-03-14 03:00:49.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ina3221.c' (53,061) at 20240405153048857 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/bootpz.c' (53,062) at 20240405153045341 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/.shellcheck' (53,063) at 20210415000117524 to deleted uid set 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/mc34vr500.c' (53,064) at 20240405153048865 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-s3c2410.h' (53,065) at 20210307214931474 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml' (53,066) at 20240405153045121 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_hwmon.c' (53,067) at 20240405153048625 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-tx4927.c' (53,068) at 20210307214926286 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-amd8111.rst' (53,069) at 20210307214925506 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/itree_v1.c' (53,070) at 20210307214931142 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-nyan.dtsi' (53,071) at 20210308005002628 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0012_use_release_instead_of_up_branch.py' (53,072) at 20210307205554262 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/functional.rst' (53,073) at 20241211090212234 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a77970-cpg-mssr.c' (53,074) at 20210308005003352 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lag.c' (53,075) at 20240411080014102 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_tv_regs.h' (53,076) at 20240405153048465 2025-03-14 03:00:49.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc1_qm_regs.h' (53,077) at 20240405153046581 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/bsr.c' (53,078) at 20240405153230199 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_h.c' (53,079) at 20210308005046517 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623a-rfb-nand.dts' (53,080) at 20240405153045461 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/test_sdbus_error.hpp' (53,081) at 20230511080035563 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/README' (53,082) at 20210307205554386 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/bmccontrolservices.cpp' (53,083) at 20240920080007542 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/ftools.py' (53,084) at 20220910030013405 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lm3601x.txt' (53,085) at 20210309003648364 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (53,086) at 20210618000018360 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz' (53,087) at 20210307205554594 to deleted uid set 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/Kconfig' (53,088) at 20210308005002924 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rockchip,rv1126-power.h' (53,089) at 20240405153052653 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_efi.c' (53,090) at 20210308005003484 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l56-spi.c' (53,091) at 20240405153232147 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-clt.h' (53,092) at 20240405153049125 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/time.c' (53,093) at 20240405153045649 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.c' (53,094) at 20240405153048333 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/.gitignore' (53,095) at 20210309003655996 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec.c' (53,096) at 20240405153230803 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/RebootBmc/index.js' (53,097) at 20220105012522995 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c' (53,098) at 20240405153046957 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dummy-tools/pahole' (53,099) at 20240405153053449 2025-03-14 03:00:49.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/adfs_fs.h' (53,100) at 20210307214931622 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/doe.c' (53,101) at 20240405153051237 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/openvswitch_trace.c' (53,102) at 20220525020654887 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.c' (53,103) at 20210308005003520 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/scpi-cpufreq.c' (53,104) at 20240405153230255 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/Makefile' (53,105) at 20210309003654296 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/kylin_rk3036.c' (53,106) at 20210308005003040 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cputlb.h' (53,107) at 20240906080037324 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/shtc1.rst' (53,108) at 20210309003648428 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomain.h' (53,109) at 20240405153045669 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/static/flash.cpp' (53,110) at 20230829080024455 to deleted uid set 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugetlb_reparenting_test.sh' (53,111) at 20240405153054329 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/unwind.h' (53,112) at 20240405153045625 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/bin/git-make-shallow' (53,113) at 20240301090012439 to deleted uid set 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pcmcia/Makefile' (53,114) at 20210308005003452 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/journal.cpp' (53,115) at 20240817080031292 2025-03-14 03:00:49.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/extable.c' (53,116) at 20240405153046477 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VCATEntry.v1_0_3.json' (53,117) at 20240619080002956 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/defs.h' (53,118) at 20210307214929818 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-e2220-1170.dts' (53,119) at 20210308005002628 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770_smc.c' (53,120) at 20240405153230627 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_defs.h' (53,121) at 20210307214930286 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts' (53,122) at 20240617080017374 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pcie-presence/MAINTAINERS' (53,123) at 20210308005101821 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml' (53,124) at 20240405153045161 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/logic_pio.h' (53,125) at 20210307214931418 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/escaped.bconf' (53,126) at 20210307214932462 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/ptrace.h' (53,127) at 20210308005002848 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.out' (53,128) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/manager.cpp' (53,129) at 20240904080043247 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/a.out.h' (53,130) at 20210307214925650 2025-03-14 03:00:49.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/util.c' (53,131) at 20240405153054381 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-removable' (53,132) at 20240405153044921 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/info.h' (53,133) at 20240405153052889 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc6_cfg_regs.h' (53,134) at 20240405153046581 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/Kbuild' (53,135) at 20210307214931614 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/Makefile' (53,136) at 20210307214932398 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/pm.c' (53,137) at 20240405153045645 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria-avx.h' (53,138) at 20240405153046361 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c' (53,139) at 20240405153050201 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb' (53,140) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/unsolicited_frame_control.c' (53,141) at 20210307214930334 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fiemap.h' (53,142) at 20240405153052917 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/mangle-port.h' (53,143) at 20210309003648832 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-encoder.h' (53,144) at 20210307214928842 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_logging.c' (53,145) at 20240405153051725 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/dpc.c' (53,146) at 20240405153051949 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ethtool/netlink.c' (53,147) at 20240405153232015 to deleted uid set 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/thead/th1520.dtsi' (53,148) at 20240405153230063 2025-03-14 03:00:49.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/common.c' (53,149) at 20210309003648976 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/Makefile' (53,150) at 20210307214926186 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip32/mangle-port.h' (53,151) at 20210309003648832 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/rf.c' (53,152) at 20210309003651820 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_write_bit.md' (53,153) at 20240809080033023 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_utils_transport.h' (53,154) at 20210307214928110 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/images/core-image-rt.bb' (53,155) at 20210307205554606 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/axs10x/Makefile' (53,156) at 20210307214926962 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/Makefile' (53,157) at 20210307214926170 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vfio.h' (53,158) at 20240906080037356 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/compat.h' (53,159) at 20240405153046245 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/efi.h' (53,160) at 20240405153045621 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt3/Kconfig' (53,161) at 20210307214928706 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-asus-laptop' (53,162) at 20210309003648264 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-assert@.service' (53,163) at 20241029080011439 to deleted uid set 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/i2c-sh7760.h' (53,164) at 20210307214926550 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/jump_label.h' (53,165) at 20240405153230111 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_vita.c' (53,166) at 20210308004938832 2025-03-14 03:00:49.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/ip_options.c' (53,167) at 20240405153053249 to deleted uid set 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/dma-mapping.h' (53,168) at 20240405153046317 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/watermark.h' (53,169) at 20240405153054221 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_tpm2.py' (53,170) at 20210308005003744 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/090.out' (53,171) at 20210308005046445 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/device.h' (53,172) at 20240405153045621 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb' (53,173) at 20230813080012856 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_api.c' (53,174) at 20240405153054225 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/efa-abi.h' (53,175) at 20240405153052945 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c' (53,176) at 20210307214929570 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/lib-bin-check.sh' (53,177) at 20210307205554130 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_b.c' (53,178) at 20210308005046513 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/device/class.h' (53,179) at 20240405153052681 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8996.yaml' (53,180) at 20240405153229759 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/fs_tt_redirect.c' (53,181) at 20240405153231011 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vaddo_Elmsta' (53,182) at 20210307205553794 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-fclose.rst' (53,183) at 20210309003648476 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.ini' (53,184) at 20210307205554586 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/g84.c' (53,185) at 20220525020652963 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/calxeda/hb-sregs.yaml' (53,186) at 20210307214925274 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/temporary_file.hpp' (53,187) at 20211208110037694 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-rng.h' (53,188) at 20210308005046037 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu/30-dejavu-aliases.conf' (53,189) at 20210307205553950 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/spl.c' (53,190) at 20210308005003012 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch' (53,191) at 20241221090017656 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/originator.h' (53,192) at 20220525020654791 2025-03-14 03:00:49.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-sandbox.c' (53,193) at 20210308005003460 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/fix-musl.patch' (53,194) at 20240413080012647 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/README.md' (53,195) at 20230706080014733 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-run-power-pg.service' (53,196) at 20240727080014098 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/fsf/include/variant/core.h' (53,197) at 20210307214926770 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png' (53,198) at 20210307205554270 to deleted uid set 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-evlist.c' (53,199) at 20240405153054097 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/syscon_rk3368.c' (53,200) at 20210308005002776 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2.h' (53,201) at 20210307214928614 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/Kconfig' (53,202) at 20240405153051697 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/modutils.sh' (53,203) at 20220405030025649 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tlv320aic31xx.txt' (53,204) at 20240405153045173 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ws16c48.c' (53,205) at 20240405153230307 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-tx49xx/cpu-feature-overrides.h' (53,206) at 20210307214926226 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb' (53,207) at 20241221090017536 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83l785ts.rst' (53,208) at 20210307214925506 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/nubus.h' (53,209) at 20210307214926162 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/probe_read_user_str.c' (53,210) at 20210309003655980 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_connbytes.h' (53,211) at 20210307214931646 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-util.h' (53,212) at 20210307214926234 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_adv_rss.c' (53,213) at 20220525020653531 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/iommufd.h' (53,214) at 20240405153231871 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-regex_2024.11.6.bb' (53,215) at 20241221090017560 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml' (53,216) at 20240405153045141 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-raw-ram.c' (53,217) at 20240405153046689 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-sdb-sht11.dts' (53,218) at 20240405153045533 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre_8.45.bb' (53,219) at 20241221090017696 2025-03-14 03:00:49.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/device_tree.c' (53,220) at 20240906080037448 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/oxsemi,ox810se.h' (53,221) at 20210307214931330 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc64_tuxrun.py' (53,222) at 20241211090212542 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/hypercall.h' (53,223) at 20210307214925858 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/mangle-port.h' (53,224) at 20210308005002816 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arm-powerctl.c' (53,225) at 20240906080037452 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/priv.h' (53,226) at 20220525020652967 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatchling_1.26.3.bb' (53,227) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/et1011c.c' (53,228) at 20220525020653683 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_dma.c' (53,229) at 20240405153053909 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-compress.c' (53,230) at 20240405153053989 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/scmi-regulator.c' (53,231) at 20240405153051473 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsbacka_Ojersbo' (53,232) at 20210307205553786 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o2i.dts' (53,233) at 20210307214926358 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/README.md' (53,234) at 20240618080025501 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/airoha.yaml' (53,235) at 20240405153045013 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma7_core_regs.h' (53,236) at 20240405153046573 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/Makefile' (53,237) at 20210307214929982 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/microwatt/microwatt.h' (53,238) at 20220804100015892 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch' (53,239) at 20240124090012266 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/dropwatch/0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch' (53,240) at 20240413080012647 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986b.dtsi' (53,241) at 20240405153045745 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/eisa_bus.h' (53,242) at 20210307214926318 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_atomic_uapi.h' (53,243) at 20240405153052629 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-clks.yaml' (53,244) at 20240405153045021 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gf108.c' (53,245) at 20220525020652959 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/efi.h' (53,246) at 20240405153229975 2025-03-14 03:00:49.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/barrier.h' (53,247) at 20210309003648864 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/inode.h' (53,248) at 20240613080016487 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/compr_rtime.c' (53,249) at 20241216090017757 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/README.khadas-vim2' (53,250) at 20210308005002912 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/hitfb.c' (53,251) at 20240405153231583 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_ldisc.c' (53,252) at 20240628080014009 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_bpf.h' (53,253) at 20210307214931646 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyiface_0.0.11.bb' (53,254) at 20231011080016582 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_tuxrun.py' (53,255) at 20241211090212538 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/Makefile' (53,256) at 20210307214932126 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/makefile-use-link-for-helper.patch' (53,257) at 20240301090012423 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml' (53,258) at 20240405153045181 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/mm/fixmap.c' (53,259) at 20240405153046085 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ucs1002_power.c' (53,260) at 20240405153051441 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/testmode.h' (53,261) at 20210307214929758 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/buildjson.hpp' (53,262) at 20240618080029637 to deleted uid set 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-psci.c' (53,263) at 20240405153046921 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-health-monitor/meson.options' (53,264) at 20240307090027676 to deleted uid set 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/qcom,spmi-adc7-pmk8350.h' (53,265) at 20240405153231799 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/samples/fail.tc' (53,266) at 20210307214932670 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/meson.build' (53,267) at 20210417000115845 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-emev2.c' (53,268) at 20240405153230675 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_topology_def.h' (53,269) at 20210308005003368 2025-03-14 03:00:49.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_workarounds.h' (53,270) at 20240405153048501 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/machtype.h' (53,271) at 20210307214926210 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapi.dts' (53,272) at 20210308005002620 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/devlink_resources.sh' (53,273) at 20210307214932666 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h' (53,274) at 20210308005002640 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/setup-mxg.c' (53,275) at 20210307214926562 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/dirty_log_test.c' (53,276) at 20240405153232267 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/iomux.h' (53,277) at 20210308005002640 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm64.yml' (53,278) at 20241206090014206 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/fib_notifier.c' (53,279) at 20210307214931910 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/fid.c' (53,280) at 20241118090018499 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/cper-parse-str.h' (53,281) at 20241114091008832 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/Makefile' (53,282) at 20240405153049441 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/pti.h' (53,283) at 20210307214928150 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/pcf50633/backlight.h' (53,284) at 20210307214931434 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/snapshot.h' (53,285) at 20240906080037344 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi' (53,286) at 20210308005002568 2025-03-14 03:00:49.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_sds.h' (53,287) at 20210307214930282 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/davinci_nand.c' (53,288) at 20240405153230871 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_monitor.hpp' (53,289) at 20240625080015044 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/vinco.c' (53,290) at 20210308005003016 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/rspi.h' (53,291) at 20210307214931514 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-sdr-cap.h' (53,292) at 20210307214928794 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_bpf2bpf.c' (53,293) at 20240405153054281 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/device.h' (53,294) at 20210307214926578 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/auxvec.h' (53,295) at 20210307214925858 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/realtek/rtd1195.dtsi' (53,296) at 20240405153045545 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pktcdvd.h' (53,297) at 20240405153052933 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/cooling-type/meson.build' (53,298) at 20230817080034725 to deleted uid set 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/input.c' (53,299) at 20241211090145569 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sunxi.c' (53,300) at 20240405153231375 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8953.dtsi' (53,301) at 20240405153229943 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/clock-sh4.c' (53,302) at 20210307214926562 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sdm660.h' (53,303) at 20210309003653812 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/btree.c' (53,304) at 20240405153052377 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable-2level.h' (53,305) at 20240405153046389 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/aspeed_wdt.c' (53,306) at 20240405153052237 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lv5207lp.h' (53,307) at 20240405153231835 2025-03-14 03:00:49.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml' (53,308) at 20240405153045109 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mvebu/bubt.c' (53,309) at 20210308005003216 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-vsock-pci.c' (53,310) at 20221215040039166 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/meson.build' (53,311) at 20241211090212458 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/adjd_s311.c' (53,312) at 20240405153048997 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/callback.c' (53,313) at 20240405153231603 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/event.py' (53,314) at 20241221090017584 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/bcreategroup.bb' (53,315) at 20241206090014298 to deleted uid set 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/fcrypt.c' (53,316) at 20240405153046537 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/smp_tlb.c' (53,317) at 20210307214925866 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-mm.c' (53,318) at 20240405153046793 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-0.dtsi' (53,319) at 20210307214926350 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hackrf/hackrf.c' (53,320) at 20220525020653323 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/timex.h' (53,321) at 20220525020651970 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/conf-notes.txt' (53,322) at 20220913030020496 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HostInterface_v1.xml' (53,323) at 20240619080002924 to deleted uid set 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu104-revC.dts' (53,324) at 20240405153229975 2025-03-14 03:00:49.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h' (53,325) at 20210307214927210 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1x.c' (53,326) at 20220525020654995 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/UFL' (53,327) at 20210307205553870 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0002-Fix-default-stack-size-to-256K.patch' (53,328) at 20210307205553854 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/perf_event.c' (53,329) at 20210307214926566 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/regs-v5.h' (53,330) at 20210307214927110 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_synproxy.c' (53,331) at 20240405153054265 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/fw_env.config' (53,332) at 20210307205554090 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/.gitignore' (53,333) at 20231228090030524 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/event_notification.py' (53,334) at 20230214040017329 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-get-status.rst' (53,335) at 20220525020654131 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/087_files_no_pattern.dts' (53,336) at 20210308005003752 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/unistd.h' (53,337) at 20210307214926766 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/atmel-hlcdc.h' (53,338) at 20210307214931426 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/musl_fixup.patch' (53,339) at 20220721030015849 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-pcm.c' (53,340) at 20240405153232183 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/keyutils-test-fix-output-format.patch' (53,341) at 20210307205553962 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c' (53,342) at 20210307214927958 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.out' (53,343) at 20210308005046413 to deleted uid set 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_stat_unittest.cpp' (53,344) at 20210308005120353 2025-03-14 03:00:49.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-gsmi' (53,345) at 20210309003648260 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad8801.c' (53,346) at 20240405153048977 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ibm,op-panel.yaml' (53,347) at 20240405153045077 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/Makefile' (53,348) at 20240405153052613 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-memory2.json' (53,349) at 20241214090008740 to deleted uid set 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Remove-newline-from-format-line.patch' (53,350) at 20230706080014741 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/amdtp-stream.c' (53,351) at 20241104090011623 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/atomisp-libmsrlisthelper.c' (53,352) at 20220525020654123 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/hdlcd_drv.h' (53,353) at 20240405153048357 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netprio_cgroup.c' (53,354) at 20220525020654815 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5360.yaml' (53,355) at 20240405153045073 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png' (53,356) at 20210307205554250 to deleted uid set 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdp_synproxy.c' (53,357) at 20240405153054293 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmioc.h' (53,358) at 20210309003653984 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8550-gpucc.h' (53,359) at 20240405153052645 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0001-daemontools-Fix-QA-Issue.patch' (53,360) at 20230706080014757 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/check_journal/check_journal' (53,361) at 20240726080015971 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/util.c' (53,362) at 20240405153231255 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml' (53,363) at 20240405153045081 2025-03-14 03:00:49.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/helper.c' (53,364) at 20240906080037532 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/param.h' (53,365) at 20210307214926122 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.h' (53,366) at 20210307214929546 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/Makefile' (53,367) at 20220525020653415 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/meson.build' (53,368) at 20241211090212238 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/threeparttable' (53,369) at 20241221090017620 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tannas_Vastra' (53,370) at 20210307205553790 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_rint.c' (53,371) at 20210307214926274 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml' (53,372) at 20240405153045169 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-sgi575.inc' (53,373) at 20220804030014671 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/twl-regulator.c' (53,374) at 20240405153231367 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0003-burn.S-Remove-.func-.endfunc.patch' (53,375) at 20210307205553870 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_bpf.c' (53,376) at 20240405153053265 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig' (53,377) at 20210308005003248 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/pgtable-generic.c' (53,378) at 20240617080017410 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/src.c' (53,379) at 20221102030020993 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/devfreq-event.c' (53,380) at 20240405153046973 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bounds.c' (53,381) at 20240503080014502 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaDec.h' (53,382) at 20210308005003708 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net.h' (53,383) at 20210308005003676 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/Makefile' (53,384) at 20210307214930430 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml' (53,385) at 20240405153045045 2025-03-14 03:00:49.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ppp-comp.h' (53,386) at 20240405153052773 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-1.0' (53,387) at 20210307205554418 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0003-rarpd.c-bug-fix.patch' (53,388) at 20230706080014749 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/__init__.py' (53,389) at 20210308005046245 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext3.rst' (53,390) at 20210307214925482 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/intel/phy-intel-lgm-combo.c' (53,391) at 20240405153051281 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bdev.c' (53,392) at 20240405153230151 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/tcm.c' (53,393) at 20240405153045633 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/qtest.h' (53,394) at 20240906080037348 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh_sync.c' (53,395) at 20221102030020973 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.out' (53,396) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-npcm8xx.c' (53,397) at 20240912080012042 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/Makefile' (53,398) at 20210308005002904 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_nest_pervasive.c' (53,399) at 20241211090212322 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/fuse.h' (53,400) at 20240405153051773 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qnx6_fs.h' (53,401) at 20210307214931490 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c' (53,402) at 20220525020653779 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-sha256.c' (53,403) at 20220525020652390 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-div.c' (53,404) at 20240405153231947 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/MAINTAINERS' (53,405) at 20210308005002976 2025-03-14 03:00:49.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/README' (53,406) at 20210308005002968 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/ipc_sysctl.c' (53,407) at 20240812080017252 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/samsung,exynos5433-lpass.yaml' (53,408) at 20240405153045109 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/nopackages.bbclass' (53,409) at 20220910030013389 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/scope.hpp' (53,410) at 20230407080041895 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb' (53,411) at 20220204040022524 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/perf_events/Makefile' (53,412) at 20240405153054357 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/demo.c' (53,413) at 20210308005003208 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart_hwdep.c' (53,414) at 20220525020655007 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9860.c' (53,415) at 20240405153053641 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts' (53,416) at 20210307214925994 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/log.c' (53,417) at 20210308005003228 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi' (53,418) at 20240405153045589 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (53,419) at 20241207090012335 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/devmem_is_allowed.c' (53,420) at 20240405153053085 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/static_base_1.dts' (53,421) at 20220525020653835 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_core_mpc.c' (53,422) at 20220525020653971 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/otp.h' (53,423) at 20210307214931438 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/copy_to_user.S' (53,424) at 20240405153045633 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_minisocks.c' (53,425) at 20241018080014582 to deleted uid set 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/abs_lowcore.c' (53,426) at 20240405153046285 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/tmu012.h' (53,427) at 20210308005046033 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Kabhegy-Kaposvar-Tamasi' (53,428) at 20210307205553774 2025-03-14 03:00:49.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/Kconfig' (53,429) at 20240405153230051 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fec_mpc52xx.c' (53,430) at 20240405153230943 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/pxa-dma.h' (53,431) at 20210307214931378 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/047.out' (53,432) at 20210308005046437 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/run-ptest' (53,433) at 20230813080012880 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalMacAddress.vue' (53,434) at 20241004080035971 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/270.out' (53,435) at 20210308005046465 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc/fc_fcp.h' (53,436) at 20210307214931586 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h' (53,437) at 20240405153047281 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc3_cfg_regs.h' (53,438) at 20240405153046581 2025-03-14 03:00:49.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/clock.h' (53,439) at 20210308005002640 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/at91-sama5d2_adc.c' (53,440) at 20240405153048949 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_subdirectory.hpp' (53,441) at 20240524080026761 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/sequoia_defconfig' (53,442) at 20210309003648872 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/path-lookup.rst' (53,443) at 20220525020651730 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch' (53,444) at 20220204040022528 to deleted uid set 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch' (53,445) at 20231011080016610 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_core.c' (53,446) at 20240405153231391 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/module-elf-format.rst' (53,447) at 20240405153045225 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/busconfig/phosphor-bmcweb-cert-config.conf' (53,448) at 20210701100031463 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/moxart.yaml' (53,449) at 20240405153045017 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/console.rst' (53,450) at 20210307214925458 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/xdp.c' (53,451) at 20240805080014051 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/Kconfig' (53,452) at 20210308005003080 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_trace.h' (53,453) at 20220525020653667 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a774e1-sysc.h' (53,454) at 20210309003653816 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/kvm-s390.h' (53,455) at 20240830080013243 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/dtl.c' (53,456) at 20241211090145385 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wifi/ray_cs.rst' (53,457) at 20210309003648448 2025-03-14 03:00:49.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sd.h' (53,458) at 20240405153051733 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_plane.h' (53,459) at 20210307214927866 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hennan' (53,460) at 20210307205553782 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/upgrade_hostconsole_group.sh' (53,461) at 20230422080012291 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_regs.h' (53,462) at 20240906080037336 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/ashiftrt.S' (53,463) at 20240405153046309 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libaudit.c' (53,464) at 20210307214932466 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gf100.c' (53,465) at 20220525020652971 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/lsan_suppressions.txt' (53,466) at 20230925080039989 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png' (53,467) at 20210307205554270 to deleted uid set 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/event.cpp' (53,468) at 20230511080043139 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-config.c' (53,469) at 20240906080037592 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_module.tc' (53,470) at 20210307214932674 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2cd.dtsi' (53,471) at 20240405153045585 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9t112.c' (53,472) at 20240405153049321 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_kfunc_dynptr_param.c' (53,473) at 20240405153054277 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/err_titan.c' (53,474) at 20210307214925654 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/mtd/mtd-user.h' (53,475) at 20210307214931690 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/results_to_text.py' (53,476) at 20210927100127349 2025-03-14 03:00:49.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/bpck.c' (53,477) at 20240405153046665 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/iqs7222.c' (53,478) at 20240405153230727 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-mss-pil.yaml' (53,479) at 20240405153045149 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/driver-ops.c' (53,480) at 20240830080013351 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright' (53,481) at 20210307205554482 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/sprd_dpu.h' (53,482) at 20240405153048753 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Catharon' (53,483) at 20241221090017616 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/omap-spi.yaml' (53,484) at 20240405153229799 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-cml-fails.txt' (53,485) at 20240405153230531 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage_modal.html' (53,486) at 20210307205554286 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/paravirt-spinlocks.c' (53,487) at 20220525020652170 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_ctl.c' (53,488) at 20240805080014059 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/mpls.h' (53,489) at 20240405153052861 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/Kconfig' (53,490) at 20240405153052145 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/watchdog.h' (53,491) at 20220525020654627 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958712k_defconfig' (53,492) at 20210308005003252 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/tracing/rtla/src/trace.h' (53,493) at 20240405153054385 to deleted uid set 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp809.c' (53,494) at 20210308005003468 2025-03-14 03:00:49.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem.h' (53,495) at 20240405153048525 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fmov.c.inc' (53,496) at 20240906080037496 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/oid_registry.c' (53,497) at 20240405153053097 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/Makefile' (53,498) at 20210308005003468 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_fint.c' (53,499) at 20210307214926274 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/mpeg.h' (53,500) at 20220525020652947 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/plx_pci.c' (53,501) at 20220525020653419 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ia_css_gc_param.h' (53,502) at 20210307214930558 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptrace_api.h' (53,503) at 20240405153052777 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/Kconfig' (53,504) at 20240405153231603 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h' (53,505) at 20210309003649656 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_perf_buffer.c' (53,506) at 20240405153054277 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7621-tplink-hc220-g5-v1.dts' (53,507) at 20240405153045989 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/mchp_pfsoc_mmuart.h' (53,508) at 20241211090212358 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/hugetlb.rst' (53,509) at 20240405153044937 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/poly1305-glue.c' (53,510) at 20210524100034858 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/061_fdt_update_bad.dts' (53,511) at 20210308005003752 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/tricore-defs.h' (53,512) at 20210308005046345 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/omap1-io.h' (53,513) at 20240405153052797 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/read.hpp' (53,514) at 20240817080036820 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/simulate-insn.c' (53,515) at 20240405153230071 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c' (53,516) at 20240405153230635 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.i2c' (53,517) at 20210308005003296 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml' (53,518) at 20241008080013887 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c' (53,519) at 20240405153048489 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/imx.txt' (53,520) at 20210307214925354 2025-03-14 03:00:49.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_powersupply_readings.robot' (53,521) at 20210308005007128 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_dma.h' (53,522) at 20210308005003516 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/vfio_ap_debug.h' (53,523) at 20240405153051529 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/memory_model.h' (53,524) at 20240405153052617 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/elf.py' (53,525) at 20220910030013401 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vmci_transport_notify.h' (53,526) at 20210307214932102 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/MAINTAINERS' (53,527) at 20210308005003084 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/atmel_df_pow2.c' (53,528) at 20210308005003544 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-cipher.c' (53,529) at 20241211090212554 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/sysman.c' (53,530) at 20241104090011587 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/record_manager.hpp' (53,531) at 20230511080045639 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/bios-version.service' (53,532) at 20241106090019922 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.h' (53,533) at 20240405153231019 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ppc4xx.h' (53,534) at 20210307214926390 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-option.c' (53,535) at 20240906080037592 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SchemeReport' (53,536) at 20241221090017616 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/parisc/include/uapi/asm/errno.h' (53,537) at 20240405153232207 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c' (53,538) at 20210308005046521 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6slevk_spinor_defconfig' (53,539) at 20210308005003268 2025-03-14 03:00:49.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/sm4.h' (53,540) at 20240326080039526 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7264.c' (53,541) at 20240405153051361 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_snps_phy_regs.h' (53,542) at 20240405153048461 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockref.h' (53,543) at 20240405153052721 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vdso/data.h' (53,544) at 20210416100025438 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/simple-configuration.png' (53,545) at 20210307205554382 to deleted uid set 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/round_Xsig.S' (53,546) at 20220525020652186 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PolyForm-Noncommercial-1.0.0' (53,547) at 20211006000025242 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4240qds.c' (53,548) at 20210308005002996 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cpt_common.h' (53,549) at 20210307214927098 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_arria10.c' (53,550) at 20210308005002780 2025-03-14 03:00:49.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vbi-cap.h' (53,551) at 20210307214928794 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_managed_test.c' (53,552) at 20240405153048769 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-fifo.yaml' (53,553) at 20240405153045161 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/submit-checklist.rst' (53,554) at 20240405153045301 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c' (53,555) at 20240405153052205 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/xgmac.c' (53,556) at 20240405153049869 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/barrier.h' (53,557) at 20210307214926550 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-bsp/uboot/files/yosemite4-common.cfg' (53,558) at 20240727080014098 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.27.19.bb' (53,559) at 20241221090017472 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/faq.rst' (53,560) at 20240405153044993 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/Makefile' (53,561) at 20240405153230003 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.link-local' (53,562) at 20210308005003296 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/0001-Makefile-Detect-compiler-in-makefile.patch' (53,563) at 20230919080013962 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/dpaa2-global.h' (53,564) at 20210307214931590 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/mipi_display.h' (53,565) at 20210307214931698 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/contains.hpp' (53,566) at 20221014100033151 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/simplefb.h' (53,567) at 20240405153052769 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0019-Adjust-for-musl-headers.patch' (53,568) at 20241221090017644 to deleted uid set 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/linux-kernel.def' (53,569) at 20240405153054069 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/psci.S' (53,570) at 20210308005002552 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accel/index.rst' (53,571) at 20240405153044937 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/video_device_test.c' (53,572) at 20240405153054325 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm7325.dtsi' (53,573) at 20240405153045773 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_tpl.c' (53,574) at 20210308005003704 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_panel_orientation_quirks.c' (53,575) at 20241216090017697 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html' (53,576) at 20210307205554250 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/Makefile' (53,577) at 20210307214931126 2025-03-14 03:00:49.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_simple.c' (53,578) at 20210307214926274 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7629.c' (53,579) at 20210308005003456 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0003-correct-include-directive-path-for-config.h.patch' (53,580) at 20210307205554554 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/print.tcl' (53,581) at 20210308005007116 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xenstore_impl.h' (53,582) at 20230426080043696 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dts' (53,583) at 20240405153045781 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/copyuser_power7.S' (53,584) at 20240405153046177 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/knav_qmss_queue.c' (53,585) at 20240405153051777 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ipv4.c' (53,586) at 20240830080013347 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml' (53,587) at 20220525020651678 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/termbits.h' (53,588) at 20240405153045353 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_max8998.c' (53,589) at 20210308005003468 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-blk/meson.build' (53,590) at 20240906080037164 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/README' (53,591) at 20210308005003040 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/Kconfig' (53,592) at 20240405153230783 2025-03-14 03:00:49.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-csi.c' (53,593) at 20240405153230815 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_load_rom.c' (53,594) at 20240906080037324 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hyperv/hyperv_drm_drv.c' (53,595) at 20240405153048429 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb' (53,596) at 20220721030015865 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/names.c' (53,597) at 20210307214932738 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/squid.nm' (53,598) at 20231207090015262 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/coreboot_table.c' (53,599) at 20240405153047045 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/Makefile' (53,600) at 20210307214929930 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/219.out' (53,601) at 20210308005046461 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_displayid.h' (53,602) at 20240613080016499 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-sdm845-fails.txt' (53,603) at 20240405153230531 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a779f0-sysc.h' (53,604) at 20240405153231799 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/00_arches.patch' (53,605) at 20220502030010176 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/Makefile' (53,606) at 20240405153050397 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/Makefile' (53,607) at 20210308005002824 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/Kconfig' (53,608) at 20240405153049689 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/rpc_pipe.c' (53,609) at 20240405153232083 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_pbi.cfg' (53,610) at 20210308005002968 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hede' (53,611) at 20210307205553782 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ingenic,mac.yaml' (53,612) at 20240405153045117 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_governor.c' (53,613) at 20240405153230251 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_guest.h' (53,614) at 20240405153046113 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-fru-properties.yaml' (53,615) at 20210307205553718 2025-03-14 03:00:49.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nassjo' (53,616) at 20210307205553786 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.c' (53,617) at 20210308005003432 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53659@64.conf' (53,618) at 20240904080027738 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/cpumap.c' (53,619) at 20240405153231895 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kp_imx6q_tpc_defconfig' (53,620) at 20210308005003264 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/board.c' (53,621) at 20230720080043535 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-emmc.dts' (53,622) at 20210308005002588 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas571x.h' (53,623) at 20210307214932342 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/ts78xx-setup.c' (53,624) at 20240405153045673 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/lpc.asl' (53,625) at 20210308005002876 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_intf.h' (53,626) at 20210308004938820 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm/sections.h' (53,627) at 20210307214932474 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline.inc' (53,628) at 20241206090014318 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/page_32.h' (53,629) at 20240405153046121 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a774a1-sysc.c' (53,630) at 20240405153231351 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/customization/theme.md' (53,631) at 20221215040043186 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sa1100fb.c' (53,632) at 20240405153231591 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/cesa/tdma.c' (53,633) at 20240405153046961 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-any.json' (53,634) at 20220429100100882 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Umea_Mariehem' (53,635) at 20210307205553794 2025-03-14 03:00:49.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/page-vary.h' (53,636) at 20240326080039530 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/Makefile' (53,637) at 20240405153046741 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables_1.8.11.bb' (53,638) at 20241221090017676 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_header.cpp' (53,639) at 20240820080027378 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-tacoma.dts' (53,640) at 20220617030036053 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/stm32-sdram.h' (53,641) at 20210308005003636 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,bcm63xx-clocks.txt' (53,642) at 20210309003648328 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swab.h' (53,643) at 20240405153052801 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/leds-bcm6358.txt' (53,644) at 20210308005003304 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb' (53,645) at 20241206090014234 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/irq.h' (53,646) at 20240405153229859 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy10R-123w' (53,647) at 20210307205553762 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-connector.dts' (53,648) at 20240405153045437 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_synth.h' (53,649) at 20210307214932198 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qcom,ipa.yaml' (53,650) at 20240405153045121 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sdx55-pinctrl.yaml' (53,651) at 20240405153045137 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/emc2103.c' (53,652) at 20240405153048853 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-reset.service' (53,653) at 20220119040023072 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_drm_eld.c' (53,654) at 20240405153053489 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/asix.c' (53,655) at 20210308005003504 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/Kconfig' (53,656) at 20220525020653871 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config.bb' (53,657) at 20241206090014230 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb' (53,658) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dfs.h' (53,659) at 20240429080012452 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/sta.c' (53,660) at 20240405153050709 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/config-bisect.pl' (53,661) at 20210307214932626 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/settings.cpp' (53,662) at 20231201090034758 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/urls.py' (53,663) at 20230919080013966 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/xusb-padctl.c' (53,664) at 20210308005002788 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-tpm2.inc' (53,665) at 20210826000024272 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi' (53,666) at 20240405153229919 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/setns-sysvipc.c' (53,667) at 20210307214932710 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-irq-s3c64xx.h' (53,668) at 20210309003648720 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tea6415c.h' (53,669) at 20210307214928670 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7-pins.h' (53,670) at 20210308005002652 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/114' (53,671) at 20240906080037564 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r1.dts' (53,672) at 20240405153229947 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/index.rst' (53,673) at 20240405153229839 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_nesting.c' (53,674) at 20210307214932646 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,s5pv210-jpeg.yaml' (53,675) at 20240405153045101 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/file.c' (53,676) at 20240405153052497 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_w.c' (53,677) at 20210308005046521 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/ocelot/Makefile' (53,678) at 20210308005003020 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk_timer.c' (53,679) at 20210308005002776 2025-03-14 03:00:49.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-tegra.c' (53,680) at 20240405153051233 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/asm9260.S' (53,681) at 20210309003648680 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cp437.h' (53,682) at 20210308005003628 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test-kstrtox.c' (53,683) at 20210307214931818 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch' (53,684) at 20230706080014733 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_thermal.c' (53,685) at 20241211090212294 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/go.py' (53,686) at 20231126090012845 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/FileContent.pm' (53,687) at 20220612030016735 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_userspace.c' (53,688) at 20210309003649272 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/trace.h' (53,689) at 20240405153049421 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_regs.h' (53,690) at 20240405153049857 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.h' (53,691) at 20240405153048637 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c' (53,692) at 20240405153049805 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/mac.c' (53,693) at 20240405153231239 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/powercap-info.c' (53,694) at 20240405153054217 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c' (53,695) at 20210308005003176 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/chacha-avx2-x86_64.S' (53,696) at 20220525020652134 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/README.md' (53,697) at 20221015030013456 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/vt1636.c' (53,698) at 20210307214930950 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-orangepi-one-plus.dts' (53,699) at 20210308005002620 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gdc_private.h' (53,700) at 20210307214930542 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_obex.c' (53,701) at 20240405153231551 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/platform.hpp' (53,702) at 20241106090036810 to deleted uid set 2025-03-14 03:00:49.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.json' (53,703) at 20210308005046401 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/h2200.c' (53,704) at 20210308005003004 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/trivial_program.c' (53,705) at 20210307214932734 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/iio_generic_buffer.c' (53,706) at 20241018080014594 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/assign_reuse.c' (53,707) at 20240405153232255 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-fpu.xml' (53,708) at 20210308005045817 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/0002-tests-check-for-recently-fixed-bug.patch' (53,709) at 20231011080016614 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis-tk1_defconfig' (53,710) at 20210308005003248 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/stdint.h' (53,711) at 20210307214926362 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/vexpress.txt' (53,712) at 20240405153045149 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/delay.h' (53,713) at 20210307214926318 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/busybox/busybox_%.bbappend' (53,714) at 20210908000029103 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/bt866.c' (53,715) at 20240405153049309 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch' (53,716) at 20220910030013425 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/layer.conf' (53,717) at 20241221090017580 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/postcopy-ram.c' (53,718) at 20241211090212390 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool_4-7.1.bb' (53,719) at 20220402030016191 to deleted uid set 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_lwt_ip_encap.sh' (53,720) at 20240405153054285 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-3.0' (53,721) at 20210307205554426 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/cache.c' (53,722) at 20220525020651986 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/Kconfig' (53,723) at 20210308005003040 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml' (53,724) at 20240405153045181 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/xdp_diag.h' (53,725) at 20210309003654000 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_writemeta_unittest.cpp' (53,726) at 20210918000044923 2025-03-14 03:00:49.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_plug.c' (53,727) at 20240405153053369 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/gpio.cpp' (53,728) at 20240820080023694 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/entry/vsyscall/vsyscall_64.c' (53,729) at 20240613080016371 to deleted uid set 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/rt288x.c' (53,730) at 20240405153046049 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/00-create-volatile.conf' (53,731) at 20241221090017644 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/qcom_pmi8998_charger.c' (53,732) at 20240405153231355 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/cache.json' (53,733) at 20240405153054157 2025-03-14 03:00:49.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/overo.h' (53,734) at 20210308005003028 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/Kconfig' (53,735) at 20210308005003028 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strobemeta_nounroll1.c' (53,736) at 20210307214932646 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_agm1264k-fl.c' (53,737) at 20220525020654115 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6362-reset.h' (53,738) at 20210308005003640 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_helpers.h' (53,739) at 20240405153049397 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_pdr_effecter_test.cpp' (53,740) at 20240819080030259 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/phosphor-dbus-interfaces.wrap' (53,741) at 20220326030026470 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/privring.h' (53,742) at 20220525020652947 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newproject.html' (53,743) at 20210307205554286 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_flow.c' (53,744) at 20240405153050005 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-diffsigs' (53,745) at 20241221090017580 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lp855x_bl.c' (53,746) at 20240613080016475 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/Kconfig' (53,747) at 20210307214932226 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassiveredundancy.hpp' (53,748) at 20220724030021856 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/hw-vendor-repos-policy.md' (53,749) at 20240719080004033 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/tqm8560_defconfig' (53,750) at 20210309003648872 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (53,751) at 20210307205553690 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c' (53,752) at 20240405153045665 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9260ek.dts' (53,753) at 20210308005002572 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mksysmap' (53,754) at 20240405153232103 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic3x-spi.c' (53,755) at 20240405153053809 2025-03-14 03:00:49.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/root_dev.h' (53,756) at 20240405153052789 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/privileges.hpp' (53,757) at 20221209040003858 to deleted uid set 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/Build' (53,758) at 20240405153054073 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/arm_mptimer.c' (53,759) at 20241211090212338 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/head.S' (53,760) at 20240405153045965 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/thermal.h' (53,761) at 20210307214931350 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_socket.c' (53,762) at 20240405153053341 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Use-correct-enum-type.patch' (53,763) at 20230706080014745 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/big_key.c' (53,764) at 20240405153053473 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/dcb.c' (53,765) at 20240405153050201 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/Kconfig' (53,766) at 20210308005003040 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8316.h' (53,767) at 20210307214932310 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dqblk_v2.h' (53,768) at 20210307214931378 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/conf-notes.txt' (53,769) at 20220913030020492 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/vrf_socket_lookup.c' (53,770) at 20240405153054285 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/rethook.c' (53,771) at 20240405153046289 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/Kconfig' (53,772) at 20210308005003088 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-1.0' (53,773) at 20210307205554422 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/python39.patch' (53,774) at 20210307205553934 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.h' (53,775) at 20220525020654179 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci-sh7751.c' (53,776) at 20210307214926546 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/MAINTAINERS' (53,777) at 20210308005003068 2025-03-14 03:00:49.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/OWNERS' (53,778) at 20240820080017649 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mailbox/mediatek,mt8188-gce.h' (53,779) at 20240405153052649 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' (53,780) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_comment.h' (53,781) at 20210307214931646 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_netlink.c' (53,782) at 20240405153049117 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/meson.build' (53,783) at 20241211090212270 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/synaccess.robot' (53,784) at 20220818030013057 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/162.out' (53,785) at 20210308005046453 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/LICENSE' (53,786) at 20210610190030293 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s-auxtek-t003.dts' (53,787) at 20240405153045377 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-cfg.h' (53,788) at 20240405153049413 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/udftime.c' (53,789) at 20240628080014021 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/occ/nicole-occ-control-config-native.bb' (53,790) at 20241206090014286 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,jz4780-cgu.h' (53,791) at 20240405153052641 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a34/exception.json' (53,792) at 20240405153054109 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml' (53,793) at 20240405153045049 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nvdimm/btt.rst' (53,794) at 20210307214925466 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial/run-ptest' (53,795) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control.c' (53,796) at 20241211090212554 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-bus-nfit' (53,797) at 20220525020651630 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/peak_pci.c' (53,798) at 20220525020653419 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sti/board-dt.c' (53,799) at 20240405153229911 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-sdw-mbq.c' (53,800) at 20240405153046693 2025-03-14 03:00:49.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iotkit-sysinfo.h' (53,801) at 20210927100127237 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/seccomp.c' (53,802) at 20240405153231931 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx258.c' (53,803) at 20240405153049313 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-fclose.rst' (53,804) at 20220525020654131 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ds3000.h' (53,805) at 20210307214928626 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h' (53,806) at 20240405153047293 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810-i2c.c' (53,807) at 20210307214930914 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/designware_udc.c' (53,808) at 20210308005003504 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dwb.h' (53,809) at 20240405153047293 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pt5161l.rst' (53,810) at 20240826080012307 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc2990.rst' (53,811) at 20210307214925502 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-af9005-cardlist.rst' (53,812) at 20210307214925230 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/help-unknown-cmd.c' (53,813) at 20240405153054193 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Added-missing-headers.patch' (53,814) at 20231011080016574 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/fix_parallel_make.patch' (53,815) at 20230706080014757 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Malung' (53,816) at 20210307205553786 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/layer.conf' (53,817) at 20241221090017604 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts' (53,818) at 20240405153045709 2025-03-14 03:00:49.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/memory_mapping.h' (53,819) at 20240326080039550 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/page-vary-common.c' (53,820) at 20221215040039222 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c' (53,821) at 20240405153230579 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/microvm-dt.h' (53,822) at 20220429100100470 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_display.c' (53,823) at 20210308005002540 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma7455.h' (53,824) at 20240405153048937 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c' (53,825) at 20240405153231307 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-adap-g-log-addrs.rst' (53,826) at 20220525020651778 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-ssi.h' (53,827) at 20240405153053933 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts' (53,828) at 20240405153045745 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Afmparse' (53,829) at 20211006000025226 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/OWNERS' (53,830) at 20231202090019380 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/bpf_perf_event.h' (53,831) at 20210307214932478 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-videomate-s350.c' (53,832) at 20210307214928786 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_support.c' (53,833) at 20210308005002884 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/pl080.c' (53,834) at 20241211090212270 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/OperationalStatus/meson.build' (53,835) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/firmware.h' (53,836) at 20210307214932438 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/floppydma.S' (53,837) at 20210307214925946 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0003-contact-Replace-the-Novell-sample-contact-with-somet.patch' (53,838) at 20210307205553742 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi' (53,839) at 20240405153045773 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7780.c' (53,840) at 20210307214926562 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/midi.c' (53,841) at 20220525020655099 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch' (53,842) at 20210528000029735 2025-03-14 03:00:49.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gp100.c' (53,843) at 20220525020652951 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/vt8500_serial.c' (53,844) at 20240405153231523 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb' (53,845) at 20240106090017237 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.2.bb' (53,846) at 20241221090017528 to deleted uid set 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-madera.h' (53,847) at 20210307214931410 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml' (53,848) at 20240405153045085 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lirc_mode2_kern.c' (53,849) at 20210307214932646 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/Makefile' (53,850) at 20210308005003056 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_umem_odp.h' (53,851) at 20210309003653964 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,liointc.yaml' (53,852) at 20240405153045085 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_system_private.h' (53,853) at 20210307214930550 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' (53,854) at 20240730080012557 to deleted uid set 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c' (53,855) at 20210308005002712 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5229.c' (53,856) at 20240405153049629 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_dev.h' (53,857) at 20210307214930234 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h' (53,858) at 20220525020653479 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_defconfig' (53,859) at 20210308005003280 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/energy_model.c' (53,860) at 20240405153053025 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/version.cpp' (53,861) at 20241114091025397 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf_git.bb' (53,862) at 20241221090017644 to deleted uid set 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/0001-Makefile-fix-hardcoded-installation-directories.patch' (53,863) at 20210729000029112 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/060.out' (53,864) at 20240326080039726 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/distrooverrides.bbclass' (53,865) at 20220910030013389 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml' (53,866) at 20220525020651678 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_nfct.c' (53,867) at 20210307214932006 2025-03-14 03:00:49.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/irq.c' (53,868) at 20210307214926186 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/Makefile' (53,869) at 20210308005002900 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/platform.c' (53,870) at 20210307214926206 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/alldef_expected_config' (53,871) at 20210308005003736 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/util.cpp' (53,872) at 20230715080026259 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_usb6501.c' (53,873) at 20240405153046901 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/g12a.h' (53,874) at 20240405153230215 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/common.c' (53,875) at 20241111090012133 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-generic.c' (53,876) at 20240405153052125 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ibm-power10-dual.dtsi' (53,877) at 20240405153229871 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (53,878) at 20240120090012778 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/switch-nic-to-aux-mode@.service' (53,879) at 20240504080013861 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pihtipudas' (53,880) at 20210307205553770 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/shmparam.h' (53,881) at 20210307214926554 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac5.h' (53,882) at 20240405153231055 2025-03-14 03:00:49.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8180.h' (53,883) at 20210309003651800 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/JsonSchemaFileCollection.json' (53,884) at 20240619080002948 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8960.c' (53,885) at 20240405153046817 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/error_private.c' (53,886) at 20240405153053113 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu12_driver_if.h' (53,887) at 20240405153048349 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/prservice.py' (53,888) at 20240106090017261 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/Kconfig' (53,889) at 20210309003653188 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ia_css_anr2.host.c' (53,890) at 20210307214930550 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Power/meson.build' (53,891) at 20220913030027321 to deleted uid set 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/fabrics-cmd.c' (53,892) at 20240726080012858 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/volatiles.atop.conf' (53,893) at 20210307205553966 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/MAINTAINERS' (53,894) at 20210308005002956 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ActionInfo_v1.xml' (53,895) at 20240619080002916 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsmc020.h' (53,896) at 20210308005003648 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/hw_data.c' (53,897) at 20210308005002760 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/adux1020.yaml' (53,898) at 20210307214925334 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-io.h' (53,899) at 20210308005045997 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-encoder.rst' (53,900) at 20240405153229843 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r9a06g032-clocks.c' (53,901) at 20240405153046837 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgs8gl5.h' (53,902) at 20210307214928630 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9260.h' (53,903) at 20210308005002716 2025-03-14 03:00:49.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/lan9303.rst' (53,904) at 20210307214925534 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bmips/Kconfig' (53,905) at 20210307214926190 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/soc15_ih_clientid.h' (53,906) at 20240405153048321 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c' (53,907) at 20240815080012891 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ls-scfg-msi.c' (53,908) at 20240405153230751 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/fix-standard-namespace-errors.patch' (53,909) at 20231011080016574 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/distro/include/maintainers.inc' (53,910) at 20241221090017612 to deleted uid set 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cputime.h' (53,911) at 20240405153046105 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl372_i2c.c' (53,912) at 20240405153048933 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/scm.c' (53,913) at 20240405153051525 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/omap-keypad.c' (53,914) at 20240405153049137 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/Makefile' (53,915) at 20210307214928370 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kxcjk-1013.c' (53,916) at 20240405153048937 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/buildslist.py' (53,917) at 20210307205554290 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-rockchip.c' (53,918) at 20240405153231359 2025-03-14 03:00:49.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mscc-miim.c' (53,919) at 20240405153050345 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb' (53,920) at 20241206090014298 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-schema.v1_10_0.json' (53,921) at 20240529080008499 to deleted uid set 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-em-terratec.c' (53,922) at 20210307214928782 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/touchscreen.rules' (53,923) at 20210307205554494 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7786.c' (53,924) at 20210307214926566 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb' (53,925) at 20220402030015975 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/Makefile' (53,926) at 20210308005002852 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/keystone_serdes.h' (53,927) at 20210308005002708 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/intel_epb.rst' (53,928) at 20210307214925238 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbyv2.json' (53,929) at 20241213090004409 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/log_services_dump_test.cpp' (53,930) at 20240329080003279 to deleted uid set 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env_private.h' (53,931) at 20210308005003760 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/static_call.c' (53,932) at 20240405153046153 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/window_hw_interface.hpp' (53,933) at 20210308005120353 2025-03-14 03:00:49.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/ptrace.c' (53,934) at 20240405153230019 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/x_tables.c' (53,935) at 20241111090012165 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/algapi.c' (53,936) at 20241118090018491 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imxrt1170-pinfunc.h' (53,937) at 20240405153045533 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (53,938) at 20241211090212530 to deleted uid set 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/types.h' (53,939) at 20240405153232211 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/trace.c' (53,940) at 20220525020654243 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/mediatek,lvts-thermal.h' (53,941) at 20240405153052657 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_tuxrun.py' (53,942) at 20241211090212542 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-el15203000.rst' (53,943) at 20210309003648432 2025-03-14 03:00:49.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package.py' (53,944) at 20241221090017624 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_structs.h' (53,945) at 20220429100100642 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l45.c' (53,946) at 20240830080013363 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cache.c' (53,947) at 20210308005003208 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/tiny/ksize.py' (53,948) at 20210307205554642 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/system.c' (53,949) at 20240405153051421 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/bug.h' (53,950) at 20210307214926114 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-medion-x10-or2x.c' (53,951) at 20210307214928782 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/Makefile' (53,952) at 20240405153231947 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma.c' (53,953) at 20240405153230287 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/ghashp10-ppc.pl' (53,954) at 20240405153046101 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/Kconfig' (53,955) at 20240405153048745 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/mpp.c' (53,956) at 20210308005002732 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/pvcalls-back.c' (53,957) at 20240405153052249 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/well-known-leds.txt' (53,958) at 20240405153045225 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/stdint/test-includes.sh' (53,959) at 20210308005003748 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-exynos.c' (53,960) at 20240405153231559 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,smd-edge.yaml' (53,961) at 20240405153045149 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/nv_type.h' (53,962) at 20210307214930934 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/i3c/protocol.rst' (53,963) at 20210309003648404 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/drbd_config.h' (53,964) at 20240405153052681 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/arm/swiotlb-xen.h' (53,965) at 20220525020654683 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb' (53,966) at 20241221090017656 to deleted uid set 2025-03-14 03:00:49.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/pl080.h' (53,967) at 20240405153045689 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c' (53,968) at 20240405153230315 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_lib.sh' (53,969) at 20241023080012907 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/MIT' (53,970) at 20210307214925638 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-imx-gpt.c' (53,971) at 20240405153230247 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/genericarm64.conf' (53,972) at 20241221090017604 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/i586.conf' (53,973) at 20240106090017257 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/Makefile' (53,974) at 20210309003648828 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/request.json' (53,975) at 20210307205553850 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/trace-events' (53,976) at 20241211090212210 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_sdias.h' (53,977) at 20210307214930234 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb' (53,978) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma_dbg.c' (53,979) at 20210307214927138 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/master.h' (53,980) at 20240405153053233 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/tools/unrel_branch_check.sh' (53,981) at 20210309003648948 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/conf-notes.txt' (53,982) at 20220913030020492 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/dtpm_cpu.c' (53,983) at 20240405153231355 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/ptdump.h' (53,984) at 20240405153045625 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_fru.robot' (53,985) at 20240628080017113 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (53,986) at 20240313080014688 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d34.dtsi' (53,987) at 20210308005002612 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/omapvrfb.h' (53,988) at 20210307214931698 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/Kconfig' (53,989) at 20240906080037500 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/rx.c' (53,990) at 20220525020654127 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/Makefile' (53,991) at 20210308005002776 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brppt1-nand.dts' (53,992) at 20210308005002560 2025-03-14 03:00:49.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap.h' (53,993) at 20210308005002804 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/rohm,bd99954.yaml' (53,994) at 20240405153045141 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pwm/pwm-stm32-lp.c' (53,995) at 20240405153051453 to deleted uid set 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-reg.h' (53,996) at 20240405153049461 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-hfpll.c' (53,997) at 20240405153046809 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_crat.h' (53,998) at 20240910080014030 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xfrm_info.c' (53,999) at 20240405153054265 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_private.h' (54,000) at 20210308005003548 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/renesas/rcar-sysc.h' (54,001) at 20210307214931510 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/device_handler/scsi_dh_alua.c' (54,002) at 20240726080012862 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8925-i2c.c' (54,003) at 20240405153049609 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-rcg2.c' (54,004) at 20241216090017693 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/test/Makefile' (54,005) at 20210307214927174 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/purgatory.h' (54,006) at 20220525020654607 2025-03-14 03:00:49.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-qcm2290.h' (54,007) at 20240405153052645 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7792-clock.h' (54,008) at 20210308005003632 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/ddr.c' (54,009) at 20210308005003168 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch' (54,010) at 20230706080014757 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml' (54,011) at 20240405153045089 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/mirror_gre_scale.sh' (54,012) at 20240405153054297 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/xxhash.h' (54,013) at 20230925080039933 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/README' (54,014) at 20210307214932674 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv6m.inc' (54,015) at 20210905000020581 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/clk.h' (54,016) at 20240405153046849 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-gpio.yaml' (54,017) at 20240405153045065 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/als4000.c' (54,018) at 20220525020654987 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/rtc-cdev' (54,019) at 20210307214925190 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-iommu-dmar.json' (54,020) at 20241207090009631 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adv7183.h' (54,021) at 20210307214931542 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_tx.c' (54,022) at 20240830080013283 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0016-version.c-don-t-print-build-flags.patch' (54,023) at 20230131040012027 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-bsp/image/gxp-bootblock.bbappend' (54,024) at 20231205090013445 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s-bit.dts' (54,025) at 20240405153045453 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target.h' (54,026) at 20221215040039066 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/build_bug.h' (54,027) at 20210308005003656 2025-03-14 03:00:49.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/compat_ioctl.h' (54,028) at 20210307214926938 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-counter' (54,029) at 20240405153229727 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key.bb' (54,030) at 20241206090014226 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-i386.rst' (54,031) at 20241211090212238 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/phal_devtree' (54,032) at 20221110040028914 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-memset-x86-64-asm-def.h' (54,033) at 20240405153054097 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/cxgbit.h' (54,034) at 20240405153051957 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_mark.c' (54,035) at 20241104090011619 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-som.dtsi' (54,036) at 20210308005002596 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sc7180.c' (54,037) at 20240405153046833 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/ppp_deflate.c' (54,038) at 20220525020653687 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/epoll.h' (54,039) at 20240405153052965 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-set-blank.rst' (54,040) at 20220525020654135 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryRegion.v1_0_3.json' (54,041) at 20240824080002938 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps65218.txt' (54,042) at 20210307214925410 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3' (54,043) at 20210307214927970 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/da280.c' (54,044) at 20240405153230687 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch' (54,045) at 20241206090014298 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/util.c' (54,046) at 20240405153053457 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/Kconfig' (54,047) at 20210308005003052 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/crct10dif-ce-core.S' (54,048) at 20210307214925842 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/Makefile' (54,049) at 20210308005003004 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/Makefile' (54,050) at 20210308005002972 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/init.c' (54,051) at 20240405153050589 2025-03-14 03:00:49.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config.bb' (54,052) at 20241206090014286 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/ptrace.h' (54,053) at 20210307214926750 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/timer.c' (54,054) at 20210308005002556 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_devio_spi.h' (54,055) at 20210307214928614 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/tcp_client.c' (54,056) at 20241206090014286 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/cdns3/cdns3-ti.c' (54,057) at 20240405153231531 to deleted uid set 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/PREEMPT' (54,058) at 20240405153054369 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak4613.yaml' (54,059) at 20240405153045161 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-ntxec.c' (54,060) at 20240405153231359 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/mpc8548cds.c' (54,061) at 20210308005002980 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/pl2303.h' (54,062) at 20241001080013024 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/ec.c' (54,063) at 20240405153231947 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/user.h' (54,064) at 20241211090212358 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/cper-records.md' (54,065) at 20240613080005755 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_reloc.c' (54,066) at 20241008080014055 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/pci.c' (54,067) at 20240405153230019 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt-native_0.68.bb' (54,068) at 20241206090014334 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.h' (54,069) at 20240405153047113 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-ptest-all.bb' (54,070) at 20230503080014615 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake_1.17.bb' (54,071) at 20241221090017648 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_el2h.c' (54,072) at 20210307214932634 2025-03-14 03:00:49.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/COPYING.MIT' (54,073) at 20210307205554390 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/zero.rst' (54,074) at 20210307214925222 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/s390/net/ism_drv.c' (54,075) at 20241216090017729 to deleted uid set 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-common.yaml' (54,076) at 20240405153045021 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/i386/index.rst' (54,077) at 20240405153044989 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm926ejs_defconfig' (54,078) at 20210308005003260 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc85xx_base.config' (54,079) at 20240405153046097 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/damon/index.rst' (54,080) at 20240405153045229 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpf/Makefile' (54,081) at 20240405153053189 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fmemory.c.inc' (54,082) at 20240906080037496 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/axs101_defconfig' (54,083) at 20210308005003248 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_xdp_direct_packet_access.c' (54,084) at 20240405153054285 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/kernel/reset.c' (54,085) at 20240405153045945 to deleted uid set 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/handling-regressions.rst' (54,086) at 20240405153045245 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amlogic/amlogic-gxl-core.c' (54,087) at 20240405153230255 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tcp.h' (54,088) at 20241018080014570 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/Makefile' (54,089) at 20210308005002992 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDL-1.0' (54,090) at 20211006000025234 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pid_namespace.h' (54,091) at 20240405153052765 2025-03-14 03:00:49.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/hw-consumer.h' (54,092) at 20210307214931402 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/greatlakes.json' (54,093) at 20241213090004409 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/delay.h' (54,094) at 20210307214926158 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_nand_defconfig' (54,095) at 20210308005003280 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/esi.h' (54,096) at 20210307214926114 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrl_ph.c' (54,097) at 20210308005046509 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts' (54,098) at 20240405153229919 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-qcom.h' (54,099) at 20240613080016471 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_CONNMARK.h' (54,100) at 20210307214931646 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serio/allwinner,sun4i-a10-ps2.yaml' (54,101) at 20240405153045153 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mt_ventoux_defconfig' (54,102) at 20210308005003268 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda8261.c' (54,103) at 20240405153049301 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml' (54,104) at 20240405153045073 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kdev_t.h' (54,105) at 20210309003653852 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/memset.S' (54,106) at 20210307214926570 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm920t_defconfig' (54,107) at 20210308005003260 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/hwcap.h' (54,108) at 20240405153045865 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8026-lg-lenok.dts' (54,109) at 20240405153229891 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/syscallhdr.sh' (54,110) at 20241211090212378 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/0001-tests-Include-math.h-for-fabs-definition.patch' (54,111) at 20241206090014238 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_init.c' (54,112) at 20240405153230267 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld4.dtsi' (54,113) at 20210308005002632 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/u-boot.h' (54,114) at 20210308005002708 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57-pruss.dtsi' (54,115) at 20240405153045597 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/not_action_tests.cpp' (54,116) at 20210308005405938 2025-03-14 03:00:49.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/fault-codes.rst' (54,117) at 20210307214925510 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_ethtool.c' (54,118) at 20240405153050317 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_drm.c' (54,119) at 20240405153049445 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/0001-configure-libxslt-conf.patch' (54,120) at 20231014080011723 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pci.h' (54,121) at 20240405153230031 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/guest_print_test.c' (54,122) at 20240405153232267 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/probes.h' (54,123) at 20210307214926098 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/tests/Build' (54,124) at 20210307214932514 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ct.json' (54,125) at 20220525020655231 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/thunderx-88xx.dts' (54,126) at 20210308005002632 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-net5big.dts' (54,127) at 20240405153045457 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaTools.h' (54,128) at 20210308005003708 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1302.c' (54,129) at 20240405153051493 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi' (54,130) at 20240405153045813 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/xenon_sdhci.c' (54,131) at 20210308005003408 2025-03-14 03:00:49.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/apm.h' (54,132) at 20210307214926658 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/decContext.c' (54,133) at 20220429100100598 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sm3_generic.c' (54,134) at 20240405153046541 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm-common.h' (54,135) at 20240405153045669 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/drv2667.c' (54,136) at 20240405153049141 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/system.idef' (54,137) at 20210927100127385 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/syscall.tbl' (54,138) at 20241211090212378 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/test/test_utils.cpp' (54,139) at 20241204090033139 to deleted uid set 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/ix86-common' (54,140) at 20241206090014350 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_attr.c' (54,141) at 20240405153051577 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/at91_gpio.c' (54,142) at 20210308005003376 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rnbd-server' (54,143) at 20220525020651634 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb' (54,144) at 20241206090014342 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/hist.c' (54,145) at 20240405153053113 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/ti,dp83867.txt' (54,146) at 20210308005003304 2025-03-14 03:00:49.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch' (54,147) at 20241221090017684 to deleted uid set 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/bus.c' (54,148) at 20241018080014478 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/xmit_linux.c' (54,149) at 20240405153051929 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress_sources.h' (54,150) at 20240405153053117 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/btop/btop_1.4.0.bb' (54,151) at 20241221090017532 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/cache.h' (54,152) at 20210308005002888 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int3406_thermal.c' (54,153) at 20210307214930718 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service' (54,154) at 20210307205553682 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ghc_ext_frag.c' (54,155) at 20240405153053157 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/rtnetlink.h' (54,156) at 20241018080014566 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bios-update.target.in' (54,157) at 20210308005120349 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-blackbird.c' (54,158) at 20240405153049365 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/setup.h' (54,159) at 20210307214926762 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swait_api.h' (54,160) at 20240405153052801 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp-es8336.c' (54,161) at 20240805080014067 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6362-dma.h' (54,162) at 20210308005003636 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_ftrace.tc' (54,163) at 20210309003656000 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/am35x.c' (54,164) at 20210308005003520 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm355x.c' (54,165) at 20240405153049217 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootcount.c' (54,166) at 20210308005003208 2025-03-14 03:00:49.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.6/index.html' (54,167) at 20210307205554246 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/bsd_comp.c' (54,168) at 20220525020653687 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c' (54,169) at 20210308005046521 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c' (54,170) at 20240830080013259 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk356x.dtsi' (54,171) at 20240805080013923 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/usercopy_64.c' (54,172) at 20240405153046473 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/ia_css_de_param.h' (54,173) at 20210307214930554 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_pcidev.h' (54,174) at 20220525020654679 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml' (54,175) at 20240405153045037 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse/run-ptest' (54,176) at 20240302090018210 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-pc.h' (54,177) at 20221215040039374 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm512x.h' (54,178) at 20210307214932322 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vlynq/vlynq.c' (54,179) at 20220525020654327 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/dino.h' (54,180) at 20240326080039538 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/maxim,max77693.yaml' (54,181) at 20240405153045089 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/map_fixed_noreplace.c' (54,182) at 20240405153054329 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9xe.dtsi' (54,183) at 20210308005002572 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/Kconfig' (54,184) at 20210308005003040 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/led.h' (54,185) at 20240405153050637 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/workarounds.h' (54,186) at 20240405153231051 2025-03-14 03:00:49.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/phosphor-dbus-interfaces.wrap' (54,187) at 20241101080009595 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/psplash/psplash_git.bbappend' (54,188) at 20210812000025290 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xxhash_3.5.0.bb' (54,189) at 20241221090017564 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Fan_LocationCode.json' (54,190) at 20221213040036921 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/ivtv-cardlist.rst' (54,191) at 20210307214925234 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/Makefile' (54,192) at 20210308005003040 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.0-or-later' (54,193) at 20210316000012717 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0003-Fix-missing-shared-object-LDFLAGS.patch' (54,194) at 20210307205553754 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/pugixml_1.14.bb' (54,195) at 20241221090017516 to deleted uid set 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/a8293.c' (54,196) at 20240405153049281 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/tmdc.c' (54,197) at 20240405153049133 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/volatiles.03_samba' (54,198) at 20210307205553814 2025-03-14 03:00:49.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/bootp/kernel.S' (54,199) at 20210307214925678 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_cmds.h' (54,200) at 20240405153049909 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mm_internal.h' (54,201) at 20210307214926734 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/tbf.json' (54,202) at 20240405153054377 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/hmc.h' (54,203) at 20240405153049069 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/early_32.c' (54,204) at 20240405153046137 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-ap806.c' (54,205) at 20241008080013967 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_ematch/tc_em_ipt.h' (54,206) at 20210307214931662 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-vencsys.c' (54,207) at 20240405153046797 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/Kconfig' (54,208) at 20210307214930402 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/info-tooltip/index.md' (54,209) at 20221215040043186 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_plane.c' (54,210) at 20240405153048361 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/Makefile' (54,211) at 20210308005003712 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramseq.h' (54,212) at 20210307214927958 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_q6v5_adsp.c' (54,213) at 20240405153231367 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml' (54,214) at 20221207040023627 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/apalis_imx6q.cfg' (54,215) at 20210308005003080 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch' (54,216) at 20241221090017692 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/intel,combo-phy.yaml' (54,217) at 20240405153045129 2025-03-14 03:00:49.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.video' (54,218) at 20210308005003300 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-serdes.h' (54,219) at 20240405153229975 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/COPYING.MIT' (54,220) at 20210307205553682 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/Kconfig' (54,221) at 20210307214930298 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/hwprobe.h' (54,222) at 20240405153230063 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-msm8994.h' (54,223) at 20220525020654543 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/tc358767.c' (54,224) at 20241211090145417 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/stdlib.h' (54,225) at 20210307214926362 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.h' (54,226) at 20240405153049413 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/omap24xx_i2c.h' (54,227) at 20210308005003384 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c' (54,228) at 20240405153054245 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_fwum.h' (54,229) at 20210308004938820 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/zone.hpp' (54,230) at 20240820080023690 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tick.h' (54,231) at 20241115090012965 2025-03-14 03:00:49.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6318-clock.h' (54,232) at 20210308005003632 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-cipher-glue.c' (54,233) at 20240405153045849 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/reipl.S' (54,234) at 20240405153046289 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb' (54,235) at 20241221090017660 to deleted uid set 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-v4l2.c' (54,236) at 20240405153049273 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/1680x1050.S' (54,237) at 20210307214932470 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/bus.rst' (54,238) at 20240405153045189 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/Kconfig' (54,239) at 20210309003654312 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml' (54,240) at 20240405153045145 to deleted uid set 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_fb_helper.h' (54,241) at 20240405153052629 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/imx_sc_thermal.c' (54,242) at 20240405153231495 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_internal.h' (54,243) at 20210308005003452 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-hostboot-fru-mrw.yaml' (54,244) at 20240228090013752 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_legacy_encoders.h' (54,245) at 20220525020653003 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/do_hbm_test.sh' (54,246) at 20220525020654931 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr-channel.yaml' (54,247) at 20240405153045101 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/lowlevel_init.S' (54,248) at 20210308005002768 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-mako_1.3.6.bb' (54,249) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/MAINTAINERS' (54,250) at 20210308005003044 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/af-mctp.c' (54,251) at 20240901080013973 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/m54418twr.c' (54,252) at 20210308005002972 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8450-dispcc.h' (54,253) at 20240405153052645 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/Kconfig' (54,254) at 20210927100127381 2025-03-14 03:00:49.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/vdso.ld' (54,255) at 20240326080039566 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qjson.c' (54,256) at 20240326080039746 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/console.c' (54,257) at 20210307214928150 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_cmd.h' (54,258) at 20240405153051925 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/max_guest_memory_test.c' (54,259) at 20240405153232271 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/qsfp.h' (54,260) at 20220525020653135 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/dma-attributes.rst' (54,261) at 20210309003648312 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/lp872x.h' (54,262) at 20240405153052785 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/unistd.h' (54,263) at 20210307214926314 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pci1xxxx.c' (54,264) at 20240405153051997 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2832.h' (54,265) at 20210307214928634 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/ramtest.c' (54,266) at 20210308005002884 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/zlib_wrapper.c' (54,267) at 20240405153052541 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/ccid3.h' (54,268) at 20210309003654312 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_core.c' (54,269) at 20240405153232055 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/pinctrl-bindings.txt' (54,270) at 20210308005003308 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_vec.h' (54,271) at 20240405153049813 2025-03-14 03:00:49.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64g-package.dtsi' (54,272) at 20220525020651994 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-scaler.c' (54,273) at 20220525020652915 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/perf_event.h' (54,274) at 20210307214926238 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-single.bconf' (54,275) at 20210307214932462 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/migration/multifd.c' (54,276) at 20241211090212390 to deleted uid set 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_tcon_dclk.h' (54,277) at 20240405153048761 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm831x-irq.c' (54,278) at 20210307214929118 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/pmem.c' (54,279) at 20240405153230075 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi' (54,280) at 20240405153229963 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/int_helper.c' (54,281) at 20241211090212482 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_sync_mngr_glbl_regs.h' (54,282) at 20240405153046585 2025-03-14 03:00:49.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-hextile.c' (54,283) at 20221215040039402 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/psci.h' (54,284) at 20240405153052933 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c' (54,285) at 20210308005002980 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-extract-sdk' (54,286) at 20230114040015554 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/acpi.c' (54,287) at 20241111090012113 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/0001-mraa-Use-posix-basename.patch' (54,288) at 20240113090014536 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/decompressor_single.c' (54,289) at 20240405153052537 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/.clang-format' (54,290) at 20231024080020317 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-extsys.yml' (54,291) at 20241221090017464 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/machine/s8036.conf' (54,292) at 20230927080013514 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/traps.h' (54,293) at 20240405153045625 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/switchdev/Makefile' (54,294) at 20220525020654915 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/magic-number.rst' (54,295) at 20240405153045249 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-st.c' (54,296) at 20240405153051341 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (54,297) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml' (54,298) at 20240405153045121 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/marvell,mvebu-sdram-controller.yaml' (54,299) at 20240405153045101 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0006-Use-python3-and-pip3-instead-of-python-and-pip.patch' (54,300) at 20210307205553802 2025-03-14 03:00:49.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/reiser.c' (54,301) at 20210308005003216 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ltv350qv.c' (54,302) at 20240405153052177 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/tegra124-cpufreq.c' (54,303) at 20240405153046917 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/net.c' (54,304) at 20241011080017411 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/vtime.h' (54,305) at 20210307214931306 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lis3lv02d.h' (54,306) at 20210307214931418 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hostfs/Makefile' (54,307) at 20240405153052381 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/Makefile' (54,308) at 20230310090043283 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/scale.S' (54,309) at 20210307214926142 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/circuit_dict.bin' (54,310) at 20220604030008508 to deleted uid set 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/configuration.html' (54,311) at 20210307205554282 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c' (54,312) at 20240405153231331 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-tls.c' (54,313) at 20240906080037352 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/arraymap.c' (54,314) at 20241018080014570 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/mock-fvp.py' (54,315) at 20231126090012777 2025-03-14 03:00:49.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/ccid2.c' (54,316) at 20220525020654819 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/rpmh-rsc.c' (54,317) at 20240805080014011 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c' (54,318) at 20240910080014042 to deleted uid set 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/apple.h' (54,319) at 20220525020654547 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/platforms/pseries/eeh_pseries.c' (54,320) at 20240405153046221 to deleted uid set 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/signal.c' (54,321) at 20240906080037364 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore1_sync_mngr_glbl_regs.h' (54,322) at 20240405153046589 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/rdma_user_cm.h' (54,323) at 20240405153052949 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dalsmc.h' (54,324) at 20240405153047209 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__sender_introspection.hpp' (54,325) at 20240731080033662 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/streamzap.c' (54,326) at 20240405153049521 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9261_devices.c' (54,327) at 20210308005002712 2025-03-14 03:00:49.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/nlohmann_json.wrap' (54,328) at 20231210090030716 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/pwm-fan.yaml' (54,329) at 20240405153045065 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_kprobe_selftest.c' (54,330) at 20240405153053069 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool_%.bbappend' (54,331) at 20231126090012805 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/files/OpenBMC.priv' (54,332) at 20240731080013630 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt6190-regulator.c' (54,333) at 20240405153051473 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_vm.h' (54,334) at 20240405153230075 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/README.hp300' (54,335) at 20210307214926146 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-conf.bb' (54,336) at 20241206090014310 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb' (54,337) at 20241221090017484 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_i210.c' (54,338) at 20240411080014102 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/gen_vdso_offsets.sh' (54,339) at 20220525020652106 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk04.1.dtsi' (54,340) at 20240405153045541 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/libceph.h' (54,341) at 20240405153052669 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/egl-helpers.c' (54,342) at 20241211090212558 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.gitignore' (54,343) at 20240410080033022 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb' (54,344) at 20230706080014785 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck-lock.sh' (54,345) at 20220525020655227 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,ar-5387un.dts' (54,346) at 20210308005002812 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-prepare-buf.rst' (54,347) at 20210309003648508 2025-03-14 03:00:49.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Padasjoki' (54,348) at 20210307205553770 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/omap.c' (54,349) at 20240418080014494 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2500-spl_defconfig' (54,350) at 20220215040051528 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hdlcdrv.h' (54,351) at 20210307214931634 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/ppce500.c' (54,352) at 20241211090212314 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-dtu.dts' (54,353) at 20240405153045537 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/module.c' (54,354) at 20241111090012117 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replication.c' (54,355) at 20210927100127345 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/physmem_info.h' (54,356) at 20240405153046281 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/projucer.inc' (54,357) at 20231126090012781 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb' (54,358) at 20241221090017548 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/marvell_cn10k_tad_pmu.c' (54,359) at 20240405153231307 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdricoh_cs.c' (54,360) at 20240405153049673 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpio-omap.h' (54,361) at 20210512100029318 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf' (54,362) at 20210308005003528 to deleted uid set 2025-03-14 03:00:49.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ccs/ccs-core.c' (54,363) at 20240405153230783 to deleted uid set 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tsunami.h' (54,364) at 20210307214926586 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/memnv50.c' (54,365) at 20210307214927966 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_trace.h' (54,366) at 20240405153047213 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-set-tone.rst' (54,367) at 20210309003648480 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/firmware-update-via-blobs.md' (54,368) at 20221209040006387 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/vfio_ap_private.h' (54,369) at 20240405153231379 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-pko.c' (54,370) at 20240405153045993 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_book3s_32.h' (54,371) at 20210307214926382 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-host-failure-reboots.bb' (54,372) at 20241206090014274 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-section.json' (54,373) at 20210308005046401 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c' (54,374) at 20210307214930926 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/tests/arch-tests.c' (54,375) at 20240405153232219 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8925-regulator.c' (54,376) at 20240405153051465 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/include/platform/serial.h' (54,377) at 20210307214926770 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/readtest.c' (54,378) at 20240405153049713 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/gcc-version.sh' (54,379) at 20210308005003732 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.yaml' (54,380) at 20210309003648340 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-etm4x-reference.rst' (54,381) at 20240405153229831 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/thunder_bgx.c' (54,382) at 20240405153049861 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc5121_ads.h' (54,383) at 20210307214926454 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/starfive/Makefile' (54,384) at 20240405153231315 2025-03-14 03:00:49.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-jkl' (54,385) at 20210307205553758 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/usb/rtl8150.c' (54,386) at 20240628080014001 to deleted uid set 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/adbd.mk' (54,387) at 20230401080011931 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_bloom_filter_map.c' (54,388) at 20240405153054241 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/sse-timer-test.c' (54,389) at 20240906080037572 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9132si-pre.dtsi' (54,390) at 20210307214926342 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tree-checker.h' (54,391) at 20240405153052297 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge.h' (54,392) at 20240405153051877 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/exception-64e.h' (54,393) at 20240405153046109 2025-03-14 03:00:49.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/fcntl.h' (54,394) at 20210307214926394 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py' (54,395) at 20240405153232231 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_metapage.c' (54,396) at 20240405153052397 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/caif_device.h' (54,397) at 20210307214931554 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c' (54,398) at 20210307214928782 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-rx.rst' (54,399) at 20210308005045809 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/018' (54,400) at 20210927100127473 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb' (54,401) at 20241221090017572 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Cronyx' (54,402) at 20241221090017616 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ul_14x14_evk_defconfig' (54,403) at 20210308005003272 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_flip_work.h' (54,404) at 20210307214931318 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bb' (54,405) at 20241206090014274 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-prv.h' (54,406) at 20240405153048809 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/Kconfig' (54,407) at 20240405153230655 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/dsp56k.c' (54,408) at 20240405153046745 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/acpi.c' (54,409) at 20240405153045865 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/fxos8700_spi.c' (54,410) at 20220525020653103 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grufile.c' (54,411) at 20240405153049645 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-CO-Denver' (54,412) at 20210307205553754 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/pmu.yaml' (54,413) at 20240405153229755 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci-pci.c' (54,414) at 20241211090212342 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-list.json' (54,415) at 20210308005046413 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-flash.c' (54,416) at 20210307214926190 2025-03-14 03:00:49.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_NFQUEUE.h' (54,417) at 20210307214931646 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c' (54,418) at 20210308005046521 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/115.out' (54,419) at 20210308005046449 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy.c' (54,420) at 20220802100038573 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb' (54,421) at 20240301090012471 to deleted uid set 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/math64.h' (54,422) at 20210308005003668 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt' (54,423) at 20210307214925382 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_signal.h' (54,424) at 20220429100100614 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/optee_smc.h' (54,425) at 20240405153051969 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salo_Isokyla' (54,426) at 20210307205553774 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/st,stpmic1.yaml' (54,427) at 20240405153229779 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c' (54,428) at 20241011080017311 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/engine.py' (54,429) at 20240326080039726 2025-03-14 03:00:49.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/layer.conf' (54,430) at 20241221090017480 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/vfio_ap_ops.c' (54,431) at 20240405153231379 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/Kconfig' (54,432) at 20210308005003052 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c6400.dtsi' (54,433) at 20240405153045573 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp34.hpp' (54,434) at 20210731000041777 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int-global-state.h' (54,435) at 20240906080037324 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/code-of-conduct.md' (54,436) at 20221209040006383 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/download.h' (54,437) at 20240906080037160 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/floppy.c' (54,438) at 20240405153230191 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/fan.hpp' (54,439) at 20220923030023309 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/init/transformers-init/transformers-init.service' (54,440) at 20211013000033044 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb' (54,441) at 20230114040015526 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/boot.rst' (54,442) at 20240405153229747 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/sig_sc_double_restart.c' (54,443) at 20210307214932706 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap6.decode' (54,444) at 20210308005046389 2025-03-14 03:00:49.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/metricgroups.json' (54,445) at 20240405153054121 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_regs.h' (54,446) at 20240405153048485 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/k3-cppi-desc-pool.c' (54,447) at 20240405153231063 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-setup-sharedir' (54,448) at 20231126090012869 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy.h' (54,449) at 20220215040051512 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/common.h' (54,450) at 20240405153049457 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_llc.h' (54,451) at 20220525020652887 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/Kconfig' (54,452) at 20240405153049785 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/futex.h' (54,453) at 20210307214926578 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Kbuild' (54,454) at 20210308005002536 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/register.h' (54,455) at 20240906080037344 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/Makefile' (54,456) at 20240405153049233 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/jz4770.dtsi' (54,457) at 20240405153045989 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/gbs-led-manager-config/led.yaml' (54,458) at 20240829080014018 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/xattr.h' (54,459) at 20240405153052257 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2/cpu/freq.h' (54,460) at 20210307214926554 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sparsemem.h' (54,461) at 20240613080016375 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb' (54,462) at 20230610080017603 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/Makefile' (54,463) at 20240405153047189 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-devkit8000.dts' (54,464) at 20240405153045601 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ezchip/nps_enet.c' (54,465) at 20240405153230939 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmpc/libmpc_1.3.1.bb' (54,466) at 20230114040015550 2025-03-14 03:00:49.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/litex/Kconfig' (54,467) at 20220525020654091 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/topology.h' (54,468) at 20240405153231863 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.h' (54,469) at 20210309003649660 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c' (54,470) at 20210308005002548 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-base.c' (54,471) at 20240906080037316 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/config.mk' (54,472) at 20210308005002844 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/chacha.c' (54,473) at 20220525020654747 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104x_pbi.cfg' (54,474) at 20210308005002992 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/siena_sriov.c' (54,475) at 20240405153050293 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/checksum.h' (54,476) at 20240405153230011 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/tools/gen-mach-types' (54,477) at 20210307214926574 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kfunc_call_test_subprog.c' (54,478) at 20240405153054269 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb' (54,479) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/file_load_64.c' (54,480) at 20241211090145385 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/u-boot_%.bbappend' (54,481) at 20240507080014346 to deleted uid set 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Inventory/ManufacturerExt.interface.yaml' (54,482) at 20240306090017812 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77951-ulcb.dts' (54,483) at 20220525020651934 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2g_evm_defconfig' (54,484) at 20210308005003260 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/Platform' (54,485) at 20210307214926186 2025-03-14 03:00:49.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/OWNERS' (54,486) at 20210307205553726 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/sama5d2.c' (54,487) at 20240405153046773 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kvm_irqfd.h' (54,488) at 20240405153052717 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/clock.c' (54,489) at 20241008080013891 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/lockd.c' (54,490) at 20240405153052433 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6375-gcc.h' (54,491) at 20240405153052645 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/xscale-cp0.c' (54,492) at 20240405153229911 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-sina31s.dts' (54,493) at 20240405153045385 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs3.h' (54,494) at 20220525020654671 2025-03-14 03:00:49.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-g-mode.rst' (54,495) at 20220525020651778 2025-03-14 03:00:49.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_4_0_3_sh_mask.h' (54,496) at 20240405153048317 2025-03-14 03:00:49.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_event_perf.c' (54,497) at 20241211090145545 2025-03-14 03:00:49.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8940.yaml' (54,498) at 20240405153045173 2025-03-14 03:00:49.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/g12a-aoclkc.h' (54,499) at 20240405153231795 2025-03-14 03:00:49.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/starfive/phy-jh7110-usb.c' (54,500) at 20240405153231315 2025-03-14 03:00:49.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-io.c' (54,501) at 20240405153050529 2025-03-14 03:00:49.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qusb2.c' (54,502) at 20240405153231315 2025-03-14 03:00:49.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/imgpdc_wdt.c' (54,503) at 20240405153052241 2025-03-14 03:00:49.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb' (54,504) at 20241221090017544 2025-03-14 03:00:49.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_event.h' (54,505) at 20210308004938820 2025-03-14 03:00:49.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h' (54,506) at 20240405153051293 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/registry_test.cpp' (54,507) at 20241212090025215 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/mca_drv_asm.S' (54,508) at 20210307214926126 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/hfsplus.rst' (54,509) at 20210307214925486 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_integer_attribute_test.cpp' (54,510) at 20240618080043041 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91rm9200ek_defconfig' (54,511) at 20210308005003248 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip,rk3399-gru-sound.txt' (54,512) at 20210307214925434 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/tpm/tpm_ftpm_tee.rst' (54,513) at 20210307214925562 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/se6x.c' (54,514) at 20220525020655007 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.9.rst' (54,515) at 20241221090017596 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus.h' (54,516) at 20210308004938836 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/smb/cifsroot.rst' (54,517) at 20240405153045205 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-usb-peripheral.dtsi' (54,518) at 20240405153045425 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c' (54,519) at 20210308005046517 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_ftpm_tee.h' (54,520) at 20210307214926954 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/microwatt/setup.c' (54,521) at 20240405153046209 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops.h' (54,522) at 20240405153052617 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts' (54,523) at 20240405153045537 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (54,524) at 20231130090014954 to deleted uid set 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/icons.scss' (54,525) at 20210308005107073 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-trap.rst' (54,526) at 20240405153045237 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg4ff.c' (54,527) at 20240405153048817 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tullinge_Hamra' (54,528) at 20210307205553794 2025-03-14 03:00:49.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts' (54,529) at 20240405153045789 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi' (54,530) at 20240405153045725 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/signal.h' (54,531) at 20240405153045625 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_3_0_0_offset.h' (54,532) at 20240405153047333 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-main.c' (54,533) at 20240405153230795 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch' (54,534) at 20241221090017672 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_fdma.h' (54,535) at 20240405153050181 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/psy.c' (54,536) at 20240405153052153 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/headsmp.S' (54,537) at 20210307214925882 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/helpers.hpp' (54,538) at 20241009080031118 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/phy_common.h' (54,539) at 20220525020653823 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SoftwareInventoryCollection_v1.xml' (54,540) at 20240619080002936 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/scan.h' (54,541) at 20210307214926902 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/cfg80211.c' (54,542) at 20240910080014058 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-full-log.json' (54,543) at 20241207090009631 2025-03-14 03:00:49.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-cpld.c' (54,544) at 20240405153049353 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/kgdb.h' (54,545) at 20210307214926306 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/readme.patch.gz' (54,546) at 20210307205554386 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/codegen' (54,547) at 20210308004922932 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py' (54,548) at 20241221090017592 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/perfmon.c' (54,549) at 20240503080014470 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_allocator.c' (54,550) at 20210308005003552 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_appraise.c' (54,551) at 20240405153232111 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/3c589_cs.c' (54,552) at 20240405153049769 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h' (54,553) at 20210307214929374 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fib_frontend.c' (54,554) at 20241011080017391 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/trace.h' (54,555) at 20210308005045845 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/Makefile' (54,556) at 20210308005003456 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt' (54,557) at 20210307214925390 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/log_id.cpp' (54,558) at 20240418080028286 2025-03-14 03:00:49.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/psmouse-base.c' (54,559) at 20240405153049153 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3328-cru.h' (54,560) at 20210308005003632 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/debian.bbclass' (54,561) at 20231126090012829 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum1_kvdl.c' (54,562) at 20240405153050153 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/types.hpp' (54,563) at 20230616135354425 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/Makefile' (54,564) at 20210308005003052 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fr-All' (54,565) at 20210307205553774 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/local_kptr_stash.c' (54,566) at 20240405153232259 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/dptest.c' (54,567) at 20230720080043539 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/toshiba,tc358746.yaml' (54,568) at 20240405153229771 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/Kconfig' (54,569) at 20240405153049753 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_fmul.S' (54,570) at 20230925080040101 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vlan_mode.c' (54,571) at 20240405153050017 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-pci.c' (54,572) at 20241211090212326 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/pxa2xx-ac97.c' (54,573) at 20240405153053485 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/module.h' (54,574) at 20210307214931610 2025-03-14 03:00:49.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/srcutree.h' (54,575) at 20240405153052797 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/drm/i915_drm.h' (54,576) at 20240405153054049 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8084-mtp.dts' (54,577) at 20240405153229891 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb' (54,578) at 20231011080016614 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_synproxy.h' (54,579) at 20210307214931566 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml' (54,580) at 20240405153045073 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml' (54,581) at 20240405153045109 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-doc-sell' (54,582) at 20241221090017616 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateful.c' (54,583) at 20240405153230803 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/clock-sh7203.c' (54,584) at 20210307214926562 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/Makefile' (54,585) at 20240405153052365 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/hyp-constants.c' (54,586) at 20240405153045881 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_udev_hwdb' (54,587) at 20220502030010232 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/Kconfig' (54,588) at 20210308005003340 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/fw.c' (54,589) at 20210309003651816 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ds90ub913.c' (54,590) at 20240405153230783 to deleted uid set 2025-03-14 03:00:49.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_devlink.c' (54,591) at 20240405153050181 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-tables.h' (54,592) at 20210307214930582 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-osk.c' (54,593) at 20240405153045657 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/powr1220.c' (54,594) at 20240405153048873 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/rdma_transport.c' (54,595) at 20240405153053357 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_common.hpp' (54,596) at 20230516080019602 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p2041_serdes.c' (54,597) at 20210308005002832 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target.c.inc' (54,598) at 20241211090212526 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/dmverity' (54,599) at 20230706080014769 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/App-s2p' (54,600) at 20241221090017612 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kionix-kx022a.h' (54,601) at 20240405153048937 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/rzg2l_adc.c' (54,602) at 20240405153048961 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/rcuref.rst' (54,603) at 20210309003648268 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/odata.v4_0_5.json' (54,604) at 20240529080008499 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/jsm/jsm_cls.c' (54,605) at 20240405153052009 2025-03-14 03:00:49.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soundwire/sdw.h' (54,606) at 20240405153231839 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/aspm.c' (54,607) at 20240429080012432 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/cri_sensors.json' (54,608) at 20221207040007843 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/methods.md' (54,609) at 20240807080019546 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nand-gpio.h' (54,610) at 20210307214931450 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/dentry.c' (54,611) at 20220525020654387 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0015-efi_firmware-add-get_image_info-for-corstone1000.patch' (54,612) at 20240413080012627 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/ux500.S' (54,613) at 20210307214925858 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tcp_estats.c' (54,614) at 20240405153054261 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dqblk_v1.h' (54,615) at 20210307214931378 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts' (54,616) at 20240405153229915 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml' (54,617) at 20240405153045017 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb' (54,618) at 20231207090015270 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/sca3300.c' (54,619) at 20240405153048941 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/timers.h' (54,620) at 20210307214929726 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/015_pack_overflow.dts' (54,621) at 20210308005003752 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch' (54,622) at 20210307205553934 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service' (54,623) at 20210307205553718 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb' (54,624) at 20241221090017680 to deleted uid set 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/trace.c' (54,625) at 20210307214929786 2025-03-14 03:00:49.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/unistd32.h' (54,626) at 20240710080014573 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/msi/irqdomain.c' (54,627) at 20240405153231295 to deleted uid set 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging-callouts-example/callouts.yaml' (54,628) at 20210307205554070 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-sm501.c' (54,629) at 20240405153231559 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-tilapia.dtsi' (54,630) at 20240405153045485 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cex2a.c' (54,631) at 20240405153231379 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-buttons/meson.build' (54,632) at 20241209090018856 to deleted uid set 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/qos.h' (54,633) at 20210308005003036 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/Kbuild' (54,634) at 20220525020652002 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lemon/lemon_3.44.2.bb' (54,635) at 20240106090017233 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/fw.h' (54,636) at 20240405153050609 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa2xx-regs.h' (54,637) at 20240405153045677 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch' (54,638) at 20241221090017512 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8753.yaml' (54,639) at 20240405153045165 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-feh' (54,640) at 20211006000025238 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sch56xx-common.c' (54,641) at 20240405153230667 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/checksum.S' (54,642) at 20240613080016371 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval.dts' (54,643) at 20240405153045501 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch' (54,644) at 20230813080012900 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/arp.h' (54,645) at 20210308005003716 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_proc.h' (54,646) at 20240326080039566 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/bblayers.conf.sample' (54,647) at 20220910030013369 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear13xx.c' (54,648) at 20240405153045689 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/dma.c' (54,649) at 20210309003648824 2025-03-14 03:00:49.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/socklib.c' (54,650) at 20240405153053389 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/ffb.c' (54,651) at 20240405153231583 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_extlog.c' (54,652) at 20240405153230163 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/exception.h' (54,653) at 20210307214926114 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/file.hpp' (54,654) at 20240822080027617 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/nuvoton/Makefile' (54,655) at 20240405153051761 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-14.2.inc' (54,656) at 20241221090017656 to deleted uid set 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmc150-accel.h' (54,657) at 20240405153048933 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/gen-insn-x86-dat.awk' (54,658) at 20210307214932518 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-lsqvl.dts' (54,659) at 20240405153045457 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm8250.c' (54,660) at 20220525020652322 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/add-with-bisonlocaledir.patch' (54,661) at 20210307205554502 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada3700/cpu.c' (54,662) at 20210308005002752 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/sparsemem.h' (54,663) at 20240405153045941 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.json' (54,664) at 20210927100127473 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9rl_matrix.h' (54,665) at 20210308005002716 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/qemu-file.c' (54,666) at 20240906080037372 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_comp.h' (54,667) at 20240405153049409 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm8250.yaml' (54,668) at 20240405153229759 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-alesis.c' (54,669) at 20210605000027800 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_devlink.c' (54,670) at 20240624080012796 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6358/core.h' (54,671) at 20220525020654587 2025-03-14 03:00:49.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-snvs.c' (54,672) at 20240405153051505 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqdomain_defs.h' (54,673) at 20240405153052713 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_randtable.c' (54,674) at 20210308005003696 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/sis7019.c' (54,675) at 20220525020655011 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/sysfs.c' (54,676) at 20220818100014859 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/highmem_32.c' (54,677) at 20240405153046477 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/Makefile' (54,678) at 20240405153231951 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/irq_stack.h' (54,679) at 20240405153046245 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/gyro/fxas21002c_core.c' (54,680) at 20240405153048985 to deleted uid set 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru.dtsi' (54,681) at 20210308005002608 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/powernow-k7.h' (54,682) at 20210307214927058 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess/a44312974bd9084aa568d2e18ce5b2a7e0e45983.patch' (54,683) at 20241221090017560 2025-03-14 03:00:49.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/unistd.h' (54,684) at 20240820080014161 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/mac.c' (54,685) at 20240830080013287 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/pgtable.h' (54,686) at 20240405153230031 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/sunxi/sun4i-spdif.c' (54,687) at 20240405153232203 to deleted uid set 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/Makefile.PL' (54,688) at 20210307214932566 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-b450v3.dts' (54,689) at 20240405153045501 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/resource.c' (54,690) at 20240405153232111 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-test-image.bb' (54,691) at 20220721030015853 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/cpuinfo.h' (54,692) at 20210307214926174 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_uvmm.h' (54,693) at 20240405153230607 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/barco-p50-gpio.c' (54,694) at 20240405153051397 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.h' (54,695) at 20210307214929806 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_vlan.c' (54,696) at 20240405153054281 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/Makefile' (54,697) at 20210308005003168 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (54,698) at 20240206090017943 2025-03-14 03:00:49.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-to-user.png' (54,699) at 20210307205554354 to deleted uid set 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat_1.67.bb' (54,700) at 20241221090017656 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ubsan.h' (54,701) at 20240405153053109 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/obmc-bsp-common.inc' (54,702) at 20230620080013227 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/double-type.err' (54,703) at 20220429100100882 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-pfm-period' (54,704) at 20210309003655940 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/dsa/microchip/ksz9477.c' (54,705) at 20240710080014589 to deleted uid set 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,lpass-wsa-macro.yaml' (54,706) at 20240405153045169 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-tiogapass.dts' (54,707) at 20240405153229867 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e.dtsi' (54,708) at 20240405153045833 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86_64.txt' (54,709) at 20240106090017261 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/exception.json' (54,710) at 20240405153054109 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/lion_rk3368.c' (54,711) at 20210308005003072 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/kcmp.c' (54,712) at 20210307214932578 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/afs_fs.h' (54,713) at 20210307214930990 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/ia_css_qplane.host.h' (54,714) at 20240405153051837 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_presence_service.hpp' (54,715) at 20210308005405938 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-ingenic.c' (54,716) at 20240405153231051 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/hi6421-spmi-pmic.c' (54,717) at 20240405153049605 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1088a-rdb.dts' (54,718) at 20210308005002580 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/build_assert.rs' (54,719) at 20240405153053417 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/gpio.h' (54,720) at 20210308005002840 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/pe.h' (54,721) at 20230426080043656 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/usbtv/Makefile' (54,722) at 20210307214928854 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb' (54,723) at 20220402030015887 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sizes.h' (54,724) at 20240405153052793 2025-03-14 03:00:49.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware.h' (54,725) at 20210308005002636 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/clocks-common.c' (54,726) at 20210308005002756 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mvebu_mmc.c' (54,727) at 20210308005003404 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/namespaces/compatibility-list.rst' (54,728) at 20210307214925238 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_entry.hpp' (54,729) at 20220727100018782 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/bitsperlong.h' (54,730) at 20240405153054049 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/Makefile' (54,731) at 20240405153051313 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/perf_branches.c' (54,732) at 20240405153054257 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/0002-Add-debian-csh-scripts.patch' (54,733) at 20230706080014753 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/rt-mutex.rst' (54,734) at 20210307214925522 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/Makefile' (54,735) at 20210307214932194 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-config-native.bb' (54,736) at 20220921030015986 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t4240qds.dts' (54,737) at 20240405153230027 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2e_hs_evm_defconfig' (54,738) at 20210308005003260 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.h' (54,739) at 20240405153230571 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/meson.build' (54,740) at 20241205090004235 to deleted uid set 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/MAINTAINERS' (54,741) at 20210308005003076 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_alpha.c' (54,742) at 20240405153051993 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/libgenwrap.c' (54,743) at 20210308005003540 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Berlin' (54,744) at 20210307205553766 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10071.h' (54,745) at 20210307214928646 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-rt2880.c' (54,746) at 20240405153230019 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-basetools-native_202408.bb' (54,747) at 20241221090017472 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/poky-world-exclude.inc' (54,748) at 20210407000018106 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/locomo.c' (54,749) at 20240405153229903 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml' (54,750) at 20240405153045153 2025-03-14 03:00:49.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-apalis-eval.dts' (54,751) at 20240405153229879 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/phycore_rk3288.h' (54,752) at 20210308005003608 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/hello.c' (54,753) at 20220910030013381 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/Kconfig' (54,754) at 20210308005003228 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/apei.h' (54,755) at 20240405153052617 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfi_reg.h' (54,756) at 20210307214930294 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-lp3943.c' (54,757) at 20240405153230303 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/Kconfig' (54,758) at 20210308005002908 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_av.c' (54,759) at 20240405153049109 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml' (54,760) at 20221207040023631 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/qcom-soc.yaml' (54,761) at 20240405153229755 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/GTDT' (54,762) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb' (54,763) at 20241221090017548 2025-03-14 03:00:49.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/atbm8830.h' (54,764) at 20210307214928610 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/xlnx-zynqmp-can.h' (54,765) at 20230426080043764 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (54,766) at 20231005080013641 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mv_usb.h' (54,767) at 20210307214931478 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm6115.h' (54,768) at 20220525020654543 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/emc.c' (54,769) at 20210308005002788 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/start.S' (54,770) at 20210308005002552 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/commonring.c' (54,771) at 20210307214929806 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-goni.dts' (54,772) at 20240405153045573 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7721/irq.c' (54,773) at 20210307214926542 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service' (54,774) at 20240918080013376 to deleted uid set 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_ht.h' (54,775) at 20220525020654187 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi-dahlia.dts' (54,776) at 20240405153045729 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/install.sh' (54,777) at 20240405153045613 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_mbx.h' (54,778) at 20240405153050017 to deleted uid set 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast27x0.c' (54,779) at 20241211090212246 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/dcmi_raw_cmd_table.py' (54,780) at 20230609080016051 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_uvd.c' (54,781) at 20240405153048729 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config.bb' (54,782) at 20241206090014274 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rpm.py' (54,783) at 20240301090012455 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/run-ptest' (54,784) at 20220612030016763 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_crtc_internal.h' (54,785) at 20240405153048393 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-native_2.5.4.bb' (54,786) at 20241221090017664 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/torturetest.c' (54,787) at 20220525020653407 2025-03-14 03:00:49.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/systemd/systemd_%.bbappend' (54,788) at 20241206090014282 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-max77843.c' (54,789) at 20240405153047025 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-s3c.c' (54,790) at 20240405153230859 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/ib62x0.h' (54,791) at 20210308005003032 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vdso.h' (54,792) at 20240405153046401 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/Kconfig' (54,793) at 20240405153051273 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/bootstrap.sh' (54,794) at 20210308005108641 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/Makefile' (54,795) at 20240405153051221 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,dispcc-sc8280xp.yaml' (54,796) at 20240405153045025 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/cachectl.h' (54,797) at 20210307214926558 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_connections.robot' (54,798) at 20240628080017121 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/cxgbit_cm.c' (54,799) at 20240405153051957 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq24190_charger.c' (54,800) at 20240405153231351 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/checksum_32.S' (54,801) at 20240405153046469 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4671.h' (54,802) at 20210307214932294 2025-03-14 03:00:49.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/userspace-consumer.c' (54,803) at 20240405153231367 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cti-platform.c' (54,804) at 20220525020653067 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/Kconfig' (54,805) at 20210308005002984 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h' (54,806) at 20240405153050525 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/pid_list.h' (54,807) at 20240405153053061 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/host/arm/host-signal.h' (54,808) at 20220429100100402 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc.h' (54,809) at 20241010080036049 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/scsi_netlink.h' (54,810) at 20210307214931694 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi' (54,811) at 20210308005002596 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bios-bmc-smm-error-logging.md' (54,812) at 20221209040006383 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c' (54,813) at 20240405153051561 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot.txt' (54,814) at 20210308005003328 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/lib.sh' (54,815) at 20230907080012579 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ZPL-2.1' (54,816) at 20210307205554426 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-pericfg.c' (54,817) at 20240405153046797 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mem_encrypt.h' (54,818) at 20240405153052725 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-loongson1.c' (54,819) at 20240405153046781 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/blk_common.c' (54,820) at 20210308005003208 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/paddr.c' (54,821) at 20240405153231959 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_device.c' (54,822) at 20240405153230551 2025-03-14 03:00:49.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec/Makefile' (54,823) at 20210308005002920 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_nf_core.c' (54,824) at 20240405153053193 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/pinmux.h' (54,825) at 20210308005002724 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch' (54,826) at 20241221090017692 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.h' (54,827) at 20241216090017717 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c' (54,828) at 20240405153231331 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/gamecube-head.S' (54,829) at 20210307214926362 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5400-a.dts' (54,830) at 20240405153229883 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-loader.svg' (54,831) at 20210308005107069 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts' (54,832) at 20240405153045761 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpretty' (54,833) at 20210308005059705 to deleted uid set 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest' (54,834) at 20240302090018210 to deleted uid set 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h' (54,835) at 20240429080012420 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/terastation_pro2-setup.c' (54,836) at 20210307214925930 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-host-watchdog-poweroff.service' (54,837) at 20210819100023862 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/bitstream.h' (54,838) at 20240405153053109 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gm200.c' (54,839) at 20220525020652971 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/irq.h' (54,840) at 20210307214926222 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-ideapad' (54,841) at 20210307214925186 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/skeleton/obmc-libobmc-intf/mtmitchell_gpio_defs.json' (54,842) at 20221015030011580 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/external_storer_file.hpp' (54,843) at 20240910080001398 2025-03-14 03:00:49.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/rmem.yaml' (54,844) at 20240405153045121 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-ssp.h' (54,845) at 20210308005002656 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/clk-core.h' (54,846) at 20210307214926994 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6sll-clock.h' (54,847) at 20210308005003632 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-ecovec24/setup.c' (54,848) at 20240405153230087 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/install.sh' (54,849) at 20240405153046057 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utilities.py' (54,850) at 20231216090016808 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_2.c' (54,851) at 20240405153047153 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/milbeaut_m10v_defconfig' (54,852) at 20240405153229907 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/selftest.c' (54,853) at 20240405153050269 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/led-class-flash.h' (54,854) at 20220525020654579 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/vlun.c' (54,855) at 20240405153051589 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/MAINTAINERS' (54,856) at 20210308005003036 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/README.sh7757lcr' (54,857) at 20210308005003036 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_enum_attribute.cpp' (54,858) at 20240819080030255 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/wm831x-on.c' (54,859) at 20220525020653179 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/igb-test.c' (54,860) at 20230426080043948 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/signal.h' (54,861) at 20210307214926166 2025-03-14 03:00:49.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/freediameter.init' (54,862) at 20210307205553830 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/lshrdi3.c' (54,863) at 20210307214926182 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/linkage.h' (54,864) at 20210307214926322 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/Kconfig' (54,865) at 20240405153049449 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/raw_aa_binning/raw_aa_binning_1.0/ia_css_raa.host.c' (54,866) at 20240405153051837 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-unaligned-prefetch' (54,867) at 20240906080037568 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/Makefile' (54,868) at 20210308005002944 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_vr3032u_ram_defconfig' (54,869) at 20210308005003252 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cairo/cairomm_1.14.3.bb' (54,870) at 20231126090012797 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/cache.py' (54,871) at 20241221090017584 to deleted uid set 2025-03-14 03:00:49.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog.inc' (54,872) at 20231126090012789 to deleted uid set 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/vt8623fb.rst' (54,873) at 20210307214925478 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/lsi,axm5516-clks.h' (54,874) at 20210307214931326 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/node.c' (54,875) at 20241216090017753 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_h3.c' (54,876) at 20210308005003352 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/lse.h' (54,877) at 20240405153045857 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/byteorder.h' (54,878) at 20210308005002824 2025-03-14 03:00:49.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/Makefile' (54,879) at 20210308005003356 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sonixj.c' (54,880) at 20210307214928834 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/process.c' (54,881) at 20210309003648992 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/TODO' (54,882) at 20240405153051941 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/spi-boot.c' (54,883) at 20210308005003036 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h' (54,884) at 20210307214929370 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo_1.19.0.bb' (54,885) at 20241221090017664 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-snapshot.c' (54,886) at 20240906080037440 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/table.c' (54,887) at 20220525020653803 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/cachectl.h' (54,888) at 20210307214925670 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/tlb.h' (54,889) at 20240405153045941 2025-03-14 03:00:49.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/st_gyro_buffer.c' (54,890) at 20240405153048985 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc_cmd.h' (54,891) at 20210308005003648 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.c' (54,892) at 20210307214927950 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/meson.build' (54,893) at 20230717080018427 to deleted uid set 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-hashserv' (54,894) at 20241206090014286 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/event-enable.tc' (54,895) at 20210307214932670 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-dvb.c' (54,896) at 20210307214928818 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb' (54,897) at 20241221090017532 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/run-ptest' (54,898) at 20210307205553818 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2.json' (54,899) at 20230920080013648 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_tsunami.c' (54,900) at 20210307214925654 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_mpc.c' (54,901) at 20240405153047245 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/unwind.h' (54,902) at 20210307214926622 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-linux.c' (54,903) at 20221215040039398 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/pass-options-to-AR.patch' (54,904) at 20220204040022528 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts' (54,905) at 20240405153229871 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-af9035-cardlist.rst' (54,906) at 20210307214925230 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/solidrun/snet_ctrl.c' (54,907) at 20240405153052161 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ide-bus.c' (54,908) at 20240906080037232 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/pll_config.h' (54,909) at 20210308005003072 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/srawi.c' (54,910) at 20210308005003720 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/0001-undefined-strdup-macro.patch' (54,911) at 20230706080014745 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/pcmcia/driver-changes.rst' (54,912) at 20210307214925542 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Makefile' (54,913) at 20240405153045953 2025-03-14 03:00:49.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/ts4600.c' (54,914) at 20210308005003072 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ring.c' (54,915) at 20240405153230919 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OPL-UK-3.0' (54,916) at 20241221090017616 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/devlink.h' (54,917) at 20240405153231011 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (54,918) at 20210307205554094 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xset_1.2.5.bb' (54,919) at 20230114040015546 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/crypto/clmul.h' (54,920) at 20240326080039410 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/kernel-enforcement-statement.rst' (54,921) at 20220525020651754 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hem.h' (54,922) at 20240613080016415 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1' (54,923) at 20210307205554390 to deleted uid set 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/smsc47b397.c' (54,924) at 20240405153048873 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts' (54,925) at 20240405153229955 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/pll_config.h' (54,926) at 20210308005002952 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/reloc_test_core.c' (54,927) at 20240405153045873 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97/Kconfig' (54,928) at 20210307214932186 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.h' (54,929) at 20240405153047149 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/profiler.h' (54,930) at 20210309003655984 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xor_avx.h' (54,931) at 20240405153046401 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/MAINTAINERS' (54,932) at 20210308005002908 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsparse.c' (54,933) at 20240405153046621 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/argument.mako.cpp' (54,934) at 20210308005054069 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/__init__.py' (54,935) at 20210307205554262 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_dev.h' (54,936) at 20240405153231039 2025-03-14 03:00:49.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/config.mk' (54,937) at 20210308005003008 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-doc-utils-stub/files/gnome-doc-utils.m4' (54,938) at 20210307205553938 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (54,939) at 20241031080012183 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c' (54,940) at 20240405153232183 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch' (54,941) at 20240413080012659 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/hw.c' (54,942) at 20220525020652943 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/fix-client-gfx_state-initialisation.patch' (54,943) at 20210307205553938 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/or1k-softmmu.mak' (54,944) at 20240906080037160 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/oelint.bbclass' (54,945) at 20220910030013393 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere-host-on-host-check@.service' (54,946) at 20221006030129547 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/poll.h' (54,947) at 20220525020654659 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xcm_cmp.dtsi' (54,948) at 20210308005002612 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/kmsan_shadow.c' (54,949) at 20240405153046477 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/COPYING' (54,950) at 20210307205554390 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-sysfs.c' (54,951) at 20240405153049249 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (54,952) at 20220629030020274 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/riscv/vdso-64.so' (54,953) at 20240326080039562 to deleted uid set 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_offload.cpp' (54,954) at 20241129090023561 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/runtest.c' (54,955) at 20240815080012891 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReportDefinition_v1.xml' (54,956) at 20240619080002928 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/qcom,pm8058-led.yaml' (54,957) at 20240405153045089 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-keystone.c' (54,958) at 20240405153230751 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-i686.inc' (54,959) at 20210905000020585 2025-03-14 03:00:49.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/s390-cpumcf-kernel.h' (54,960) at 20210307214932602 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_nx2.c' (54,961) at 20240405153051713 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/devicetree.bbclass' (54,962) at 20241221090017608 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sabresd.h' (54,963) at 20210308005003604 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_lock.c' (54,964) at 20210309003649704 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/Makefile' (54,965) at 20240405153045957 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/Makefile' (54,966) at 20210307214930958 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-v4.c' (54,967) at 20240405153045893 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp421.rst' (54,968) at 20240405153045217 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/Build' (54,969) at 20240405153232239 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1395-bpi-m4.dts' (54,970) at 20210307214926038 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/sbs,sbs-manager.yaml' (54,971) at 20240405153229787 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/ti-emif-pm.c' (54,972) at 20240405153049589 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/mux.c' (54,973) at 20210308005003048 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-sysbus.h' (54,974) at 20210308005045977 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/resources.h' (54,975) at 20210307214931870 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_nat.c' (54,976) at 20210307214932026 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/and_action.hpp' (54,977) at 20210914000041091 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6adm.c' (54,978) at 20240405153053981 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tervola' (54,979) at 20210307205553774 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-pmc-atom.c' (54,980) at 20240405153046873 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch' (54,981) at 20241221090017544 2025-03-14 03:00:49.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/veyron.h' (54,982) at 20210308005003624 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring1.sh' (54,983) at 20230920080013648 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/bochs.c' (54,984) at 20240326080039374 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-cbb.yaml' (54,985) at 20240405153045017 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/musl.yml' (54,986) at 20241206090014206 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/Makefile' (54,987) at 20210308005003400 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/Makefile' (54,988) at 20240405153045645 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb' (54,989) at 20240413080012635 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm6125.c' (54,990) at 20240405153046813 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-merrifield.c' (54,991) at 20240405153047077 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/vivaldi-fmap.c' (54,992) at 20240405153049165 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sm6125.h' (54,993) at 20240405153052645 2025-03-14 03:00:49.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-precise-runner/run-ptest' (54,994) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic0_qm0_regs.h' (54,995) at 20240405153046577 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7722.h' (54,996) at 20210307214926558 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/adc.h' (54,997) at 20210308005003560 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0009-demux-dash-include-cstdint-needed-for-uint64_t.patch' (54,998) at 20230813080012860 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/iocsr_config.h' (54,999) at 20210308005002912 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_pvinfo.h' (55,000) at 20210307214927842 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch' (55,001) at 20230503080014575 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/uvcvideo.rst' (55,002) at 20240405153045309 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/fio/fio_3.38.bb' (55,003) at 20241221090017504 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/rtc/rtc-zynqmp.c' (55,004) at 20240405153051505 to deleted uid set 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2' (55,005) at 20210308005046389 to deleted uid set 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/uart.h' (55,006) at 20210308005002664 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria5.dtsi' (55,007) at 20210308005002612 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_ensure_off.sh' (55,008) at 20210810100021256 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/Makefile' (55,009) at 20210308005003168 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/Makefile.include' (55,010) at 20220429100100878 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/sti/reset-syscfg.c' (55,011) at 20240405153051485 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/parse-headers.pl' (55,012) at 20210524100034850 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_1_7_sh_mask.h' (55,013) at 20210307214927438 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/acpiphp.h' (55,014) at 20240405153231291 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h' (55,015) at 20210308005003364 2025-03-14 03:00:49.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/pd.c' (55,016) at 20210307214929506 2025-03-14 03:00:49.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_uiom.c' (55,017) at 20240405153049109 2025-03-14 03:00:49.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7887.c' (55,018) at 20240405153048949 2025-03-14 03:00:49.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/packagegroups/packagegroup-obmc-apps.bbappend' (55,019) at 20210813100029652 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_3_sh_mask.h' (55,020) at 20210307214927686 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/samsung,exynos-pcie.yaml' (55,021) at 20240405153045125 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/psu_manager.cpp' (55,022) at 20240817080031292 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts' (55,023) at 20240405153229863 to deleted uid set 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-util.c' (55,024) at 20230426080043948 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/clocks_omap3.h' (55,025) at 20210308005002656 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ppinterrupt.h' (55,026) at 20240405153048337 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/Makefile.am' (55,027) at 20210308005111457 2025-03-14 03:00:49.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/Kconfig' (55,028) at 20240405153047037 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-m53menlo.dts' (55,029) at 20240405153045493 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/not-echo-compiler-info-to-check_stdint.h.patch' (55,030) at 20210307205554618 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pinebook.dts' (55,031) at 20210308005002616 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c' (55,032) at 20210307214927970 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/init_64.c' (55,033) at 20240913080013777 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/Kconfig' (55,034) at 20240405153050257 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/dm.h' (55,035) at 20210307214929934 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/adreno_gpu.h' (55,036) at 20240405153230587 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/events/test_bmc_snmp_config.robot' (55,037) at 20240628080017117 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tcp_ca_write_sk_pacing.c' (55,038) at 20240405153054273 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card-mix+split.dtsi' (55,039) at 20240405153045813 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi' (55,040) at 20210307214926350 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/rf69_enum.h' (55,041) at 20240405153051873 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_font.h' (55,042) at 20210308005003692 2025-03-14 03:00:49.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/xilinx_hwicap.c' (55,043) at 20240405153046765 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/82596.c' (55,044) at 20240405153049961 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_read_unittest.cpp' (55,045) at 20220108040030440 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/Makefile' (55,046) at 20210308005003464 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/poly1305-glue.c' (55,047) at 20210524100034866 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/clp.h' (55,048) at 20210307214926514 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf_endian.h' (55,049) at 20210309003654968 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/inc_and_test' (55,050) at 20240405153053433 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/005_simple.dts' (55,051) at 20210308005003752 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.intrusionsensor.service' (55,052) at 20220527030004671 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_device.cpp' (55,053) at 20240704080030215 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/Kconfig' (55,054) at 20210308005003544 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/cve-exclusion.inc' (55,055) at 20230919080013990 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/i2c/i2c.h' (55,056) at 20210307214931338 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_passthrough.c' (55,057) at 20230426080043636 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/zii,rave-sp.txt' (55,058) at 20210307214925362 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_of.h' (55,059) at 20240405153052633 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/partitions/mac.c' (55,060) at 20220525020652210 to deleted uid set 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig' (55,061) at 20210308005003284 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/monwriter.c' (55,062) at 20240405153051513 2025-03-14 03:00:49.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-cpu-reset.txt' (55,063) at 20210307214925274 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c' (55,064) at 20240910080014038 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pmu.h' (55,065) at 20210308005002880 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-int-member.out' (55,066) at 20210308005046405 to deleted uid set 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h' (55,067) at 20241211090145457 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/jornada720_lcd.c' (55,068) at 20210307214930894 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/nvram.c' (55,069) at 20240405153046213 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/responder.h' (55,070) at 20231102080015293 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/file.hpp' (55,071) at 20220105040019314 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc4151.c' (55,072) at 20240405153048861 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq_local.h' (55,073) at 20210309003653016 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-a23.c' (55,074) at 20240405153231339 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios-256k.bin' (55,075) at 20240326080039578 to deleted uid set 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_hace-test.c' (55,076) at 20221215040039370 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/tls.h' (55,077) at 20230925080039953 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/device-remove.c' (55,078) at 20210308005003356 2025-03-14 03:00:49.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/ftrace.h' (55,079) at 20210307214931302 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_event.c' (55,080) at 20210307214932194 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c' (55,081) at 20240405153048637 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/mdrv2.cpp' (55,082) at 20240904080048575 to deleted uid set 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/driver.c' (55,083) at 20240415080012967 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_policy.c' (55,084) at 20240712080021097 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_compat.c' (55,085) at 20210308005003452 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/OWNERS' (55,086) at 20231207090015258 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/bsbe1.h' (55,087) at 20210307214928610 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/libfdt-wrapper.c' (55,088) at 20210307214926362 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch' (55,089) at 20210307205553746 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ax25/ax25_out.c' (55,090) at 20240405153053169 to deleted uid set 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc7180.h' (55,091) at 20240405153049169 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.h' (55,092) at 20240405153050669 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/p10.inc' (55,093) at 20230517080016925 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/netport.h' (55,094) at 20240405153053477 2025-03-14 03:00:49.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xircom/Kconfig' (55,095) at 20210307214929662 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/gbphy.c' (55,096) at 20240405153051813 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pexp-defs.h' (55,097) at 20210307214926238 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/meson.build' (55,098) at 20231108090009938 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h_shipped' (55,099) at 20210307214930278 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/rc_calc.h' (55,100) at 20240405153047285 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/MAINTAINERS' (55,101) at 20210308005002948 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/posix_types.h' (55,102) at 20210307214926122 2025-03-14 03:00:49.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/virtio_crypto_mgr.c' (55,103) at 20240405153046969 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbif/nbif_6_1_sh_mask.h' (55,104) at 20210307214927570 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/mux.c' (55,105) at 20210308005002920 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/Makefile' (55,106) at 20240405153045637 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/TODO' (55,107) at 20210307214930670 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/test_power.c' (55,108) at 20240405153051441 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tee_drv.h' (55,109) at 20240405153052805 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/include/acp_2_2_d.h' (55,110) at 20210307214932282 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-barrier.c' (55,111) at 20210927100127657 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb' (55,112) at 20241221090017488 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_pool.h' (55,113) at 20240405153049113 2025-03-14 03:00:49.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/noman.patch' (55,114) at 20241221090017656 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/cmsdk-apb-timer.c' (55,115) at 20241211090212342 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/Makefile.am' (55,116) at 20210308004938832 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/allwinner-a10-pit.h' (55,117) at 20210308005046033 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSwitch/meson.build' (55,118) at 20240613080025600 to deleted uid set 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb' (55,119) at 20241221090017492 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.h' (55,120) at 20240405153054193 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240RDB_SDCARD_defconfig' (55,121) at 20210308005003244 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/rx.c' (55,122) at 20240405153051097 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ide-dma.h' (55,123) at 20240906080037332 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/qcom_l2_pmu.rst' (55,124) at 20210307214925238 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/init' (55,125) at 20210307205553822 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/tracing-error-log.tc' (55,126) at 20210307214932674 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/attributes.c' (55,127) at 20210307214931118 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5912.dts' (55,128) at 20240405153045501 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dib0700-nec.c' (55,129) at 20210307214928778 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/opensuse-leap.docker' (55,130) at 20241211090212534 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/crypto/ccp/dbc.c' (55,131) at 20240405153232211 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/binderfs/binderfs_test.c' (55,132) at 20240405153054301 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/common.rst' (55,133) at 20240413080012675 to deleted uid set 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/iterators/use_after_iter.cocci' (55,134) at 20210308005003724 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/bt-sco.c' (55,135) at 20240405153053569 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/st_magn_spi.c' (55,136) at 20240405153049005 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lv5207lp.c' (55,137) at 20240405153231575 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_clock.h' (55,138) at 20240405153230267 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/trace.h' (55,139) at 20210308005046225 2025-03-14 03:00:49.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/sys-t.rst' (55,140) at 20210307214925574 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mru.hpp' (55,141) at 20210308005049129 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-ld11.c' (55,142) at 20210308005002796 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusconfiguration.cpp' (55,143) at 20240904080040759 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c' (55,144) at 20240830080013275 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/convert_csv_to_c.py' (55,145) at 20220525020652358 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/sched_clock.c' (55,146) at 20240405153053053 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/of.c' (55,147) at 20240405153046761 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/cib.txt' (55,148) at 20210307214925362 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_if.c' (55,149) at 20241008080013939 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp513.yaml' (55,150) at 20240405153229767 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/s3c6400_defconfig' (55,151) at 20240405153045617 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nand-ecc-mtk.h' (55,152) at 20240405153052745 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig' (55,153) at 20210308005002784 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/pf0100.h' (55,154) at 20210308005003084 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32f2xx_syscfg.h' (55,155) at 20210308005046021 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/obmcconsole' (55,156) at 20210308005059705 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gpu.h' (55,157) at 20210308005002668 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.h' (55,158) at 20240405153047245 2025-03-14 03:00:49.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP1.interface.yaml' (55,159) at 20220315030032659 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qom/qom-qobject.h' (55,160) at 20210308005046049 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/seeq.h' (55,161) at 20210307214926242 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/snapshot.tc' (55,162) at 20210307214932670 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/cpu.rst' (55,163) at 20220429100100422 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/lan91c96.h' (55,164) at 20210308005003436 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/lto.inc' (55,165) at 20210812000025306 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/uffd-unit-tests.c' (55,166) at 20241111090012173 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pinmux.h' (55,167) at 20210308005002668 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tuner-i2c.h' (55,168) at 20241008080013943 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc2.c' (55,169) at 20210308005003512 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mt6397-core.c' (55,170) at 20240405153230835 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/stsi-topology.c' (55,171) at 20240326080039702 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares_1.28.1.bb' (55,172) at 20241221090017532 to deleted uid set 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' (55,173) at 20240826080030471 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hyperv/hyperv_drm.h' (55,174) at 20220525020652863 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/rt274.c' (55,175) at 20240405153053941 2025-03-14 03:00:49.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/child.cpp' (55,176) at 20230511080043139 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-controller-model.rst' (55,177) at 20240405153045309 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service' (55,178) at 20210307205553934 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/vops.h' (55,179) at 20240405153050489 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/Makefile' (55,180) at 20210307214928682 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exoparg3.c' (55,181) at 20240405153046621 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/color_config.c' (55,182) at 20210307214932586 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/msi001.c' (55,183) at 20240405153049533 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/item_updater.cpp' (55,184) at 20240917080016859 to deleted uid set 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/Kconfig' (55,185) at 20210307214932034 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-i2c-devices-pca954x' (55,186) at 20210309003648252 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch' (55,187) at 20241206090014346 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker' (55,188) at 20241211090212534 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tty/tty_tstamp_update.c' (55,189) at 20240405153054381 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_std.h' (55,190) at 20210309003652304 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mcpm.h' (55,191) at 20210307214925850 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.c' (55,192) at 20210308005003456 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/json_writer.h' (55,193) at 20240405153054037 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb' (55,194) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-rng.c' (55,195) at 20240906080037316 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/ib_core_uverbs.c' (55,196) at 20210307214928374 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/libdevmapper.bb' (55,197) at 20241221090017540 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/bayleybay.dts' (55,198) at 20210308005002860 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/dbus-module.h' (55,199) at 20221215040039198 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pcie_root_port.c' (55,200) at 20240906080037272 2025-03-14 03:00:49.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/Callout/meson.build' (55,201) at 20220913030027305 to deleted uid set 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/Kconfig' (55,202) at 20210307214930062 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdk5250_defconfig' (55,203) at 20210308005003280 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/chassis.hpp' (55,204) at 20241217090008764 to deleted uid set 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-uart-switch-button' (55,205) at 20240822080012460 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/recipes-kernel/linux/linux-aspeed/s7106.cfg' (55,206) at 20211222040037069 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/sparsemem.h' (55,207) at 20241018080014474 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_ip6.c' (55,208) at 20241216090017793 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-jobs.h' (55,209) at 20210308005046553 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-pty.c' (55,210) at 20241211090212218 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-darwin' (55,211) at 20210307205554626 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/snd_wavefront.h' (55,212) at 20210307214931602 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/fsys.S' (55,213) at 20240405153045917 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_gate.h' (55,214) at 20210307214931662 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-routing.h' (55,215) at 20210307214928698 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfsfh.h' (55,216) at 20240405153231703 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi' (55,217) at 20240405153045585 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (55,218) at 20230929080014511 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/pdr.h' (55,219) at 20210307214931510 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/meson.build' (55,220) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0019-Platform-CS1000-Fix-compiler-switch-in-BL1.patch' (55,221) at 20241221090017464 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/io_noioport.h' (55,222) at 20240405153230091 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/cp110-system-controller.c' (55,223) at 20240405153230219 2025-03-14 03:00:49.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ohci-da8xx.txt' (55,224) at 20210307214925450 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/main.cpp' (55,225) at 20220924030023784 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0009-Check-for-NULL-before-freeing-th_pathname.patch' (55,226) at 20241221090017540 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/clock-tables.h' (55,227) at 20210308005002668 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/ddr.c' (55,228) at 20210308005002976 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/qcom,gpr.h' (55,229) at 20240405153052653 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/fsl,imx6ull-pxp.yaml' (55,230) at 20240405153045093 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_prime_defconfig' (55,231) at 20210308005003272 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch' (55,232) at 20210307205554462 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/aspeed_smc.c' (55,233) at 20241211090212338 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/cross-localedef-native_2.40.bb' (55,234) at 20241221090017640 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/cifs_md4.c' (55,235) at 20240405153052525 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/Makefile' (55,236) at 20210308005002712 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8084-ifc6540.dts' (55,237) at 20240405153229891 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_bpf_ma.c' (55,238) at 20240405153232259 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_flower_router.sh' (55,239) at 20210307214932690 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86hvf.c' (55,240) at 20240906080037484 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/module.c' (55,241) at 20210307214926310 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/relocs_main.c' (55,242) at 20210307214926198 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SSDT.memhp' (55,243) at 20241211090212530 to deleted uid set 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/Makefile' (55,244) at 20210308005046469 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rl6231.h' (55,245) at 20210307214932322 2025-03-14 03:00:49.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/test/README.md' (55,246) at 20240806080020059 to deleted uid set 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/python-ldap' (55,247) at 20241221090017620 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65219-regulator.c' (55,248) at 20240405153231367 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/fbio.h' (55,249) at 20210307214926158 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/gre_multipath_nh_res.sh' (55,250) at 20220525020655219 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/tu102.c' (55,251) at 20240405153048665 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c' (55,252) at 20240405153052205 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/cache.json' (55,253) at 20210309003655932 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-pagefault.c' (55,254) at 20220525020655227 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_hashlimit.h' (55,255) at 20210307214931646 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-verdin-nonwifi.dtsi' (55,256) at 20240405153045829 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/evdev.c' (55,257) at 20210309003650188 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a77470.dtsi' (55,258) at 20240405153045553 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c' (55,259) at 20240405153052209 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-mapcache.c' (55,260) at 20240906080037320 2025-03-14 03:00:49.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/mips/loongson64/boardinfo.c' (55,261) at 20220525020652010 to deleted uid set 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl-glue.c' (55,262) at 20210308005002796 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0016-libsparse-Add-hole-mode-to-sparse_file_read.patch' (55,263) at 20220910030013353 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/hw_breakpoint.c' (55,264) at 20210307214926566 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-monitor/src/test/propertywatchtest.hpp' (55,265) at 20240904080034455 to deleted uid set 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/emulation-u-boot.dtsi' (55,266) at 20210308005002860 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_cache.rst' (55,267) at 20240405153045229 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/compaction-times-record' (55,268) at 20210307214932566 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.json' (55,269) at 20210308005046405 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-bcm-iproc.c' (55,270) at 20240405153050345 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/psu_init_gpl.c' (55,271) at 20210308005003200 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/linkage.h' (55,272) at 20210307214926550 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/avic.c' (55,273) at 20240405153045645 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-sl50.dts' (55,274) at 20210308005002564 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (55,275) at 20240405153050053 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-firmware.c' (55,276) at 20241114091008832 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pidfd/Makefile' (55,277) at 20210309003654520 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/amarula_a64_relic_defconfig' (55,278) at 20210308005003248 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/find.c' (55,279) at 20240405153047041 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/run-ptest' (55,280) at 20210307205554494 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat-specialize.c.inc' (55,281) at 20241211090212242 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/imu/adis.h' (55,282) at 20240405153231815 2025-03-14 03:00:49.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/rda,8810pl-uart.yaml' (55,283) at 20240405153045153 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/smc-sysctl.rst' (55,284) at 20240405153045241 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/Makefile' (55,285) at 20210308005003760 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/data/gui_variables.py' (55,286) at 20230318080018353 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/083' (55,287) at 20210927100127481 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/board.h' (55,288) at 20210308005002668 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/insn.h' (55,289) at 20240405153045621 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/pid.cpp' (55,290) at 20230511080034627 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/firmware_attributes_class.c' (55,291) at 20220525020653907 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-timerfd.c' (55,292) at 20210307214932470 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/exynos4_boards.c' (55,293) at 20240906080037192 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv50.c' (55,294) at 20210307214927962 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/Makefile' (55,295) at 20240405153231959 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.4.rst' (55,296) at 20241221090017596 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/head_64.S' (55,297) at 20240405153230091 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest_8.3.3.bb' (55,298) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/Kconfig' (55,299) at 20240405153045997 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_drv.c' (55,300) at 20240405153230643 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace_git.bb' (55,301) at 20241221090017684 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/juno.conf' (55,302) at 20230804080018087 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/event.mako.cpp' (55,303) at 20210308005108057 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/cdc/Kconfig' (55,304) at 20240405153048969 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/headerize-axs.py' (55,305) at 20210308005003056 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsForm.vue' (55,306) at 20241004080035967 to deleted uid set 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb' (55,307) at 20230610080017607 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/pkey_alloc_access_rights.sh' (55,308) at 20240405153054173 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/pdr.h' (55,309) at 20241204090010699 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio-trace/trace-agent-rw.c' (55,310) at 20210307214932742 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/ucontext.h' (55,311) at 20210307214926070 2025-03-14 03:00:49.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci.h' (55,312) at 20210308005046481 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/samsung,s3c64xx-clock.h' (55,313) at 20210307214931334 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc832x_rdb.c' (55,314) at 20240405153230051 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/vtoc.h' (55,315) at 20210307214926518 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (55,316) at 20220622030015261 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/s5p/s5p_cec.c' (55,317) at 20240405153049265 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cadence.c' (55,318) at 20241011080017351 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bios_setting.cpp' (55,319) at 20240827080004798 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/strategies.rst' (55,320) at 20210307214925238 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts' (55,321) at 20210308005002580 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt' (55,322) at 20210307214925270 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ns16550.c' (55,323) at 20210726100024651 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/chrpath_0.18.bb' (55,324) at 20241221090017656 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cavium-thunderx.c' (55,325) at 20240405153231459 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/simple.json' (55,326) at 20220525020655231 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/riscv_support.patch' (55,327) at 20210307205553802 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-sx9310' (55,328) at 20210307214925194 2025-03-14 03:00:49.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7949.yaml' (55,329) at 20240405153045069 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/kvm.h' (55,330) at 20220525020652042 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/dcn30_fpu.h' (55,331) at 20240405153047273 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/loongson2k_defconfig' (55,332) at 20240405153230007 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_hptof.S' (55,333) at 20240326080039746 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/Kconfig' (55,334) at 20240405153230903 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/ccu-rst.h' (55,335) at 20240405153046773 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7792.c' (55,336) at 20240405153051357 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/eeprom.h' (55,337) at 20240405153050585 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/0001-Do-not-download-the-catch-framework-during-configure.patch' (55,338) at 20221003030013285 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-keyval.c' (55,339) at 20221215040039394 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/radio.c' (55,340) at 20240405153050489 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/led.c' (55,341) at 20240405153050513 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_mac.h' (55,342) at 20240405153049925 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/line.h' (55,343) at 20240405153230099 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/bcm2835_otp.c' (55,344) at 20240906080037272 2025-03-14 03:00:49.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/hexloader-test.c' (55,345) at 20230426080043948 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/collect_ffdc.py' (55,346) at 20230628080015931 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/.gitignore' (55,347) at 20210307214932682 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_asrc.c' (55,348) at 20240405153232175 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir' (55,349) at 20210307205554390 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch' (55,350) at 20230503080014575 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/serial.c' (55,351) at 20210307214926190 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_status.h' (55,352) at 20240405153052877 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/asio/connection.hpp' (55,353) at 20241213090054854 to deleted uid set 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/s32c1i_selftest.c' (55,354) at 20240405153046509 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zybo_defconfig' (55,355) at 20210308005003288 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/cpm1-fsl,tsa.h' (55,356) at 20240405153052653 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-Cable-Standard-center-frequencies-QAM256' (55,357) at 20210307205553754 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso32/note.c' (55,358) at 20210307214926078 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue-debug.yaml' (55,359) at 20240405153045157 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/chp.c' (55,360) at 20240405153051517 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/maccess.c' (55,361) at 20240405153230143 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/thunder_bgx.h' (55,362) at 20210307214929354 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_actions_slpc_abi.h' (55,363) at 20240405153048505 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/README' (55,364) at 20240906080037472 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/sel3350-platform.c' (55,365) at 20240405153231343 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6311-regulator.txt' (55,366) at 20210307214925410 2025-03-14 03:00:49.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_ether.h' (55,367) at 20210308005003692 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_eql.h' (55,368) at 20240405153052705 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_openbmc_mmc.txt' (55,369) at 20210621100057381 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_switchdev.h' (55,370) at 20220525020653567 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/misc.S' (55,371) at 20240405153230035 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_irq.c' (55,372) at 20220525020653019 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/img,pistachio-internal-dac.txt' (55,373) at 20210307214925430 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtjefferson.dts' (55,374) at 20241022080012548 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7793-cpg-mssr.h' (55,375) at 20210307214931334 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch' (55,376) at 20210307205553818 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Canberra-Black-Mt' (55,377) at 20210307205553762 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-emmc0.dts' (55,378) at 20210308005002636 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/configure-add-enable-pam.patch' (55,379) at 20210307205554558 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/idle.c' (55,380) at 20220525020652074 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_multipath.sh' (55,381) at 20210309003656008 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-asmoffset.h' (55,382) at 20240326080039562 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mtd.c' (55,383) at 20210308005108641 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/instruction_pointer.h' (55,384) at 20240405153052709 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_main.hpp' (55,385) at 20210308005346770 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/s1g.c' (55,386) at 20240405153053297 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/qedr.h' (55,387) at 20220804100015948 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-7040-db-nand.dts' (55,388) at 20210308005002568 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JSON' (55,389) at 20211006000025238 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xilinx_intc.c' (55,390) at 20230426080043704 2025-03-14 03:00:49.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-arch.bbclass' (55,391) at 20240301090012451 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3036.h' (55,392) at 20210308005002660 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kgdb.h' (55,393) at 20210307214926062 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/gpio.h' (55,394) at 20210308005002672 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/bootindex.rst' (55,395) at 20241211090212238 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11n.h' (55,396) at 20240405153050561 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-iproc.h' (55,397) at 20240405153046777 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pxa.c' (55,398) at 20240405153230679 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tx.h' (55,399) at 20210309003651236 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/collie.c' (55,400) at 20240906080037188 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/signal.c' (55,401) at 20220525020655187 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/layerdetails.html' (55,402) at 20220125040024447 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/migration-guides/release-5.0.rst' (55,403) at 20241221090017592 to deleted uid set 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-au1xxx.c' (55,404) at 20220525020653947 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/ecovec24-romimage_defconfig' (55,405) at 20240405153046309 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima' (55,406) at 20210420000021570 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/tpm1.c' (55,407) at 20240405153230203 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/clock.h' (55,408) at 20240906080037332 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/termbits.h' (55,409) at 20240405153052901 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/vsx_asm.h' (55,410) at 20210307214932702 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn302/dcn302_fpu.c' (55,411) at 20240910080014034 2025-03-14 03:00:49.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/retu.h' (55,412) at 20210307214931434 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/file.c' (55,413) at 20240405153053485 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Bendigo' (55,414) at 20210307205553762 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/hweight.h' (55,415) at 20210307214931302 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch' (55,416) at 20230706080014737 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig' (55,417) at 20210308005003264 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/include/mach/pic32.h' (55,418) at 20210308005002824 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb' (55,419) at 20241206090014250 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/standby-dev.cfg' (55,420) at 20210307214932618 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/adfs_fs.h' (55,421) at 20210307214931354 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpd_editor_test.json' (55,422) at 20221213040022341 to deleted uid set 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8540ADS.h' (55,423) at 20210308005003576 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-epc.h' (55,424) at 20240405153052757 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x4_rtr_regs.h' (55,425) at 20240405153046605 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_aperture.h' (55,426) at 20240405153052629 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/system_misc.h' (55,427) at 20240405153045861 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h' (55,428) at 20240405153230695 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_sessionstat_unittest.cpp' (55,429) at 20210308005134001 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NGbzero.S' (55,430) at 20210307214926606 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_ptr_as_arr.c' (55,431) at 20210307214932642 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JPNIC' (55,432) at 20211006000025238 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc.yaml' (55,433) at 20240405153045153 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch' (55,434) at 20240413080012695 2025-03-14 03:00:49.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch' (55,435) at 20241221090017636 to deleted uid set 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800mmio.h' (55,436) at 20210309003651800 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/.gitignore' (55,437) at 20220525020655227 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/development-environment.rst' (55,438) at 20240113090014548 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' (55,439) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/video/sisfb.h' (55,440) at 20210307214931694 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/Makefile' (55,441) at 20240405153049917 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch' (55,442) at 20230706080014765 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/armada_xp_edac.c' (55,443) at 20240405153047013 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/devkit3250.c' (55,444) at 20210308005003080 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/netspace_v2.h' (55,445) at 20210308005002904 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-peach-pit.dts' (55,446) at 20240405153045573 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/extable.h' (55,447) at 20210307214926550 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/mem.c' (55,448) at 20240405153045945 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/vmac.c' (55,449) at 20220525020652222 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ata_generic.c' (55,450) at 20240405153046653 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt' (55,451) at 20210307214925290 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-disable@.service' (55,452) at 20230128040012702 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tcp_ca_incompl_cong_ops.c' (55,453) at 20240405153054273 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sh/include/dwarf-regs-table.h' (55,454) at 20210307214932518 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi-with-fpga.its' (55,455) at 20210308005003332 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_slave.c' (55,456) at 20240411080014146 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-35xx-devkit.dts' (55,457) at 20210308005002596 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh' (55,458) at 20240405153054365 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/archrandom.h' (55,459) at 20240405153045621 2025-03-14 03:00:49.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OperatingConfig_v1.xml' (55,460) at 20240619080002932 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-driver-qat' (55,461) at 20240405153229727 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/callbackgroupgentest.cpp' (55,462) at 20210308005108057 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/tdls.c' (55,463) at 20240405153053301 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_hwdep.c' (55,464) at 20220525020655007 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-lsxl.dtsi' (55,465) at 20240405153045457 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregationSourceCollection_v1.xml' (55,466) at 20240619080002920 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pip.h' (55,467) at 20210309003648836 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-orion.c' (55,468) at 20241008080013967 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml' (55,469) at 20240405153045109 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_storage.c' (55,470) at 20210308005002540 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_2420_data.c' (55,471) at 20240405153045665 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/tlb.c' (55,472) at 20210308005002956 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/054.out' (55,473) at 20210308005046441 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_hgo.h' (55,474) at 20240405153049445 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/eth.c' (55,475) at 20210308005002964 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/Kconfig' (55,476) at 20210308005002900 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/tegra-tcu.c' (55,477) at 20240405153231519 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/core/tracehook/arch-support.txt' (55,478) at 20240405153045197 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.h' (55,479) at 20240405153048541 2025-03-14 03:00:49.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/omap-twl4030.txt' (55,480) at 20210307214925430 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/uncore-interconnect.json' (55,481) at 20240405153054129 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpress_defconfig' (55,482) at 20210308005003288 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_mfw_req.h' (55,483) at 20210307214929326 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_clk.c' (55,484) at 20240906080037256 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear310.c' (55,485) at 20240405153231335 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bfs/Kconfig' (55,486) at 20240405153231611 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu.h' (55,487) at 20240906080037528 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_skcipher.c' (55,488) at 20240405153046933 2025-03-14 03:00:49.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_main.c' (55,489) at 20240405153050197 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/sdbusplus.wrap' (55,490) at 20220805030037283 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.gitignore' (55,491) at 20210721000045210 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_ti816x.c' (55,492) at 20210308005002756 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/matches.hpp' (55,493) at 20210308005059165 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/requester/pldm.c' (55,494) at 20240901080013973 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm107.c' (55,495) at 20220525020652971 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a.c' (55,496) at 20240405153231263 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/mm.c' (55,497) at 20240405153232015 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_device.c' (55,498) at 20240405153048773 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/Kconfig' (55,499) at 20240405153049165 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/vp702x.c' (55,500) at 20240405153049557 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Multics' (55,501) at 20210307205554426 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/diag.c' (55,502) at 20241023080012871 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_renderstate.h' (55,503) at 20220525020652891 2025-03-14 03:00:49.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/iqs62x.yaml' (55,504) at 20220525020651690 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-sony.c' (55,505) at 20240405153048821 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/helpers.c' (55,506) at 20240405153230811 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/s526.c' (55,507) at 20240405153046905 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/team_mode_random.c' (55,508) at 20240405153050369 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.h' (55,509) at 20210308005003452 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_flow_table_inet.c' (55,510) at 20240830080013355 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/nhi_ops.c' (55,511) at 20210309003653152 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/trace.hpp' (55,512) at 20220330030018050 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_dcgu.h' (55,513) at 20210308005003020 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/append.cpp' (55,514) at 20230107040037232 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sock_fields.c' (55,515) at 20240405153054261 2025-03-14 03:00:49.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/0001-ffmpeg-5.1.4-rpi_24.patch' (55,516) at 20241206090014282 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.h' (55,517) at 20240405153048489 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/nicstar.c' (55,518) at 20240405153046677 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/nand.c' (55,519) at 20210308005002972 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/VirtualMedia/ModalConfigureConnection.vue' (55,520) at 20241004080035967 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-w1_ds28ea00' (55,521) at 20210307214925186 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr-s10.h' (55,522) at 20210308005003640 2025-03-14 03:00:49.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evsel_fprintf.h' (55,523) at 20240405153054193 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_3_0_sh_mask.h' (55,524) at 20210307214927666 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-hix5hd2.c' (55,525) at 20240405153230675 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.18.bb' (55,526) at 20220910030013361 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-itop-scp-core.dtsi' (55,527) at 20240405153045569 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/mlx5_ib.h' (55,528) at 20241211090145437 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c' (55,529) at 20240405153232283 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi' (55,530) at 20241115090012941 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h' (55,531) at 20210307214926222 2025-03-14 03:00:49.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/runtime.h' (55,532) at 20240910080014058 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/slimbus/qcom,slim.yaml' (55,533) at 20240405153045153 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/ux500_pcm.c' (55,534) at 20240405153054017 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexx3.inc' (55,535) at 20240301090012451 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/nozomi.c' (55,536) at 20240405153231507 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-mv784mp-gp_defconfig' (55,537) at 20210308005003256 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/progress_mock.hpp' (55,538) at 20210308005120365 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbxfroot.c' (55,539) at 20240405153046625 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_events.hpp' (55,540) at 20220105040019314 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/kmemleak/arch-support.txt' (55,541) at 20240405153045197 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/minidebuginfo.py' (55,542) at 20241206090014306 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mpc.c' (55,543) at 20240405153230675 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4fs.c' (55,544) at 20210308005003544 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/port' (55,545) at 20210308005046489 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/mixart.rst' (55,546) at 20210307214925566 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/init.c' (55,547) at 20240415080012967 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig' (55,548) at 20231207090015262 to deleted uid set 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-bool.json' (55,549) at 20210308005046401 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_sw.c' (55,550) at 20210308005003356 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/preemptirq/irqsoff_tracer.tc' (55,551) at 20240405153054305 2025-03-14 03:00:49.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_aia_imsic.h' (55,552) at 20240405153046245 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/Makefile' (55,553) at 20210307214928082 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm968580xref.dts' (55,554) at 20210308005002576 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/vas.c' (55,555) at 20240405153230055 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x06.c' (55,556) at 20210307214928082 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/step.c' (55,557) at 20220627100016938 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/ccid_1.5.5.bb' (55,558) at 20240301090012427 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb' (55,559) at 20241221090017676 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/hgpk.h' (55,560) at 20210307214928490 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_param.h' (55,561) at 20240405153051837 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-features.h' (55,562) at 20241211090212462 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-axs10x.c' (55,563) at 20240405153051485 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/onenand.c' (55,564) at 20210308005003044 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/eeprom_93xx46.h' (55,565) at 20220525020654563 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/hub.c' (55,566) at 20241211090212394 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ezusb_convert.pl' (55,567) at 20210307214930862 2025-03-14 03:00:49.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958623hr.dts' (55,568) at 20240405153045433 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pssf222201a.json' (55,569) at 20220601030005869 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/vphn/asm/vphn.h' (55,570) at 20240405153230035 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-km_kirkwood.dts' (55,571) at 20210308005002592 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-enet.c' (55,572) at 20210307214926190 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_n_down_ch1_regs.h' (55,573) at 20240405153046573 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa_translate.c' (55,574) at 20240326080039678 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/ampere-usbnet.service' (55,575) at 20240809080014478 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c' (55,576) at 20240405153230611 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/industrialio-buffer-dmaengine.c' (55,577) at 20240913080013793 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_dsi.c' (55,578) at 20240405153048561 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/setup.c' (55,579) at 20240405153046053 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8mm.c' (55,580) at 20240405153046785 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/pd.h' (55,581) at 20240405153052149 2025-03-14 03:00:49.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/reproducible-builds.rst' (55,582) at 20240405153045225 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-mixed-kv3.bconf' (55,583) at 20220525020655111 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/lowlevel.S' (55,584) at 20210308005002552 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch' (55,585) at 20210307205554466 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensaeb-linux-user.mak' (55,586) at 20221215040039066 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/config-validator.hpp' (55,587) at 20240828080025975 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/men-a021-wdt.txt' (55,588) at 20210307214925454 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/pylintrc' (55,589) at 20241211090212542 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-rd88f5182-nas.dts' (55,590) at 20240405153045461 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/memcmp_64.S' (55,591) at 20240405153230043 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb0899_drv.h' (55,592) at 20210307214928638 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_state_change.h' (55,593) at 20240405153046709 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/io-channel-helpers.h' (55,594) at 20210927100127641 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/omap2430.h' (55,595) at 20210307214930854 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/checksum_wrappers.c' (55,596) at 20240405153046173 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb' (55,597) at 20230813080012860 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/150.out.qcow2' (55,598) at 20210308005046453 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c' (55,599) at 20240405153048633 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan.h' (55,600) at 20240405153053161 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/bf.h' (55,601) at 20240405153050649 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/pinmux-config-cardhu.h' (55,602) at 20210308005003024 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/bsection.py' (55,603) at 20210308005003748 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cython.bbclass' (55,604) at 20241221090017608 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch' (55,605) at 20241221090017656 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-inet-98v-rev2.dts' (55,606) at 20210308005002620 2025-03-14 03:00:49.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/lxfb_ops.c' (55,607) at 20220525020654315 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_xics.c' (55,608) at 20240405153046169 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/matrix.c' (55,609) at 20240405153231911 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs4.rules' (55,610) at 20210616125333493 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/termbits.h' (55,611) at 20210308005046089 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sdrc2xxx.c' (55,612) at 20240405153045669 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_b.c' (55,613) at 20210308005046517 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv5.inc' (55,614) at 20210905000020581 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-wandboard-revd1.dtsi' (55,615) at 20240405153045521 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c' (55,616) at 20240405153047165 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ip-to-fpga.sh' (55,617) at 20240308090017911 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mtk.h' (55,618) at 20240712080021061 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp464.rst' (55,619) at 20240405153045217 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/pwrseq.c' (55,620) at 20210307214929942 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/i2c_rtc_emul.c' (55,621) at 20210308005003480 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/trace/events/oom.h' (55,622) at 20210307214931610 to deleted uid set 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/insn_decoder_test.c' (55,623) at 20220525020652194 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/static_keys/Makefile' (55,624) at 20210307214932722 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi' (55,625) at 20240405153229903 2025-03-14 03:00:49.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/skb.c' (55,626) at 20240405153230895 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3.dtsi' (55,627) at 20240405153045393 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/branch.idef' (55,628) at 20230925080040021 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7213.h' (55,629) at 20240405153053581 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/ti-msgmgr.h' (55,630) at 20240405153052797 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/imgpdc-wdt.txt' (55,631) at 20210307214925450 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/hx8357.c' (55,632) at 20240405153052173 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/imx-vdoa.c' (55,633) at 20240405153049405 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/tracing/draw_functrace.py' (55,634) at 20240405153053461 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/Kconfig' (55,635) at 20240405153049565 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-wmt.h' (55,636) at 20210307214930130 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml' (55,637) at 20240405153045153 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-lite.c' (55,638) at 20240405153230815 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/init.h' (55,639) at 20210307214929970 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-gt64xxx_pci0.c' (55,640) at 20210307214926282 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-hotplug.svg' (55,641) at 20210307214925210 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77693_pmic.h' (55,642) at 20210308005003680 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb' (55,643) at 20230609080014391 2025-03-14 03:00:49.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fexit_sleep.c' (55,644) at 20240805080014071 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/siul.h' (55,645) at 20210308005002664 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/gpio.h' (55,646) at 20210308005002664 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/page.h' (55,647) at 20240617080017378 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb' (55,648) at 20241221090017516 to deleted uid set 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dts' (55,649) at 20240405153045785 to deleted uid set 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig' (55,650) at 20210308005003240 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/soc15.c' (55,651) at 20240405153230359 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_s10.h' (55,652) at 20210308005002780 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/qfprom.xml.h' (55,653) at 20240405153048605 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_tmd.c' (55,654) at 20220525020653767 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/peci/nuvoton,npcm-peci.yaml' (55,655) at 20240405153229783 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso.S' (55,656) at 20240326080039558 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/core.c' (55,657) at 20241211090145481 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPEG-SSG' (55,658) at 20241221090017616 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/uaccess.h' (55,659) at 20240405153046345 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-common.h' (55,660) at 20210308005003084 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/patchxml.py' (55,661) at 20221206040028413 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gtt.h' (55,662) at 20240405153048489 2025-03-14 03:00:49.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-fence.c' (55,663) at 20240405153046977 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/termios.h' (55,664) at 20210307214926398 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/i2c-echo.c' (55,665) at 20240326080039458 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/sensord.init' (55,666) at 20210307205553874 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32' (55,667) at 20240405153044917 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2024-50612.patch' (55,668) at 20241221090017692 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-altera-dfl.c' (55,669) at 20240405153051781 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/distcc.service' (55,670) at 20210307205554502 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/brcmnand.c' (55,671) at 20240405153230871 to deleted uid set 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/blockjob.h' (55,672) at 20240906080037324 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ptrace.h' (55,673) at 20240405153052933 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm6125.h' (55,674) at 20220525020654543 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-config-resolve-console-id.c' (55,675) at 20240710080015177 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c' (55,676) at 20210307214929910 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb' (55,677) at 20240309090012820 to deleted uid set 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-common.c' (55,678) at 20240405153049193 2025-03-14 03:00:49.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/cbs.json' (55,679) at 20240405153054377 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/stmark2_defconfig' (55,680) at 20240405153230003 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp_cmds.c' (55,681) at 20210307214929570 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8315ERDB.h' (55,682) at 20210308005003576 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h' (55,683) at 20210309003653312 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/frontend.json' (55,684) at 20240405153054153 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-1.1' (55,685) at 20210307205554422 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/starfive/jh71xx-pmu.c' (55,686) at 20240405153231351 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch' (55,687) at 20230706080014741 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/_templates/footer.html' (55,688) at 20230114040015510 2025-03-14 03:00:49.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/fixmap.h' (55,689) at 20240405153045937 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_2_3_0_default.h' (55,690) at 20220525020652702 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runexported.py' (55,691) at 20210307205554442 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/traps.c' (55,692) at 20240405153230147 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/dbus-sdr/meson.build' (55,693) at 20240621080022329 to deleted uid set 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_transport.c' (55,694) at 20240405153231495 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_qm.c' (55,695) at 20240405153231783 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc_json_config.md' (55,696) at 20240807080021830 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/serialize.cpp' (55,697) at 20240820080019550 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/task_iter.c' (55,698) at 20241104090011603 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/debugHostSelector_button.hpp' (55,699) at 20241209090018856 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tegra186_gpio_priv.h' (55,700) at 20210308005003380 2025-03-14 03:00:49.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/irqs.h' (55,701) at 20240405153045673 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/msr.h' (55,702) at 20240405153046389 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/enums.py' (55,703) at 20210308005048033 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.c' (55,704) at 20210308005003000 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (55,705) at 20220224040010566 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/brcm,sr-thermal.txt' (55,706) at 20210307214925442 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/atmel-hlcdc.c' (55,707) at 20240405153230831 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-ss-conn.dtsi' (55,708) at 20220525020651914 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/Kconfig' (55,709) at 20210307214929966 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/video.rst' (55,710) at 20210309003648504 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/udf.rst' (55,711) at 20210309003648420 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmrvl_sdio.c' (55,712) at 20241011080017295 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/cpuacct.rst' (55,713) at 20210307214925218 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/netcp_core.c' (55,714) at 20240405153050317 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_engines_debugfs.h' (55,715) at 20240405153048489 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/40-inplace-gbmc-upgrade.sh' (55,716) at 20220721030015837 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb' (55,717) at 20240413080012663 2025-03-14 03:00:49.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/rti802.c' (55,718) at 20240405153046905 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/50-edk2-x86_64-secure.json' (55,719) at 20210308005046117 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_rand.h' (55,720) at 20210307214932634 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/pwr_regulator.c' (55,721) at 20210308005002784 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ni/169445.dts' (55,722) at 20210307214926194 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_fw_pke.h' (55,723) at 20240405153046957 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv32_smode_defconfig' (55,724) at 20210308005003276 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs8403.h' (55,725) at 20210307214931594 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/filesystem-monitoring.rst' (55,726) at 20240405153044945 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic3x.h' (55,727) at 20240405153053813 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_nrtr_regs.h' (55,728) at 20240405153046605 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d36ek_cmp.dts' (55,729) at 20210308005002612 2025-03-14 03:00:49.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_card.h' (55,730) at 20210307214930670 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/reg.h' (55,731) at 20210307214929934 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.chromium' (55,732) at 20210308005003292 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/internal.h' (55,733) at 20240405153230123 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-kernel-fadump_enabled' (55,734) at 20210307214925182 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/sigstruct.c' (55,735) at 20240405153232287 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch' (55,736) at 20240413080012623 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-source_14.2.bb' (55,737) at 20241221090017660 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.sh' (55,738) at 20230428080015190 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spmi/spmi.yaml' (55,739) at 20240405153045177 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/xfile.h' (55,740) at 20240405153231775 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistry_v1.xml' (55,741) at 20240619080002928 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.13/index.html' (55,742) at 20210307205554246 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts' (55,743) at 20240405153045713 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-common-utils-Include-string.h-for-strcasestr.patch' (55,744) at 20221003030013273 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.interface.yaml' (55,745) at 20240612080019950 2025-03-14 03:00:49.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/generate-supported.mk' (55,746) at 20210307205554478 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/stat-display.c' (55,747) at 20241008080014055 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/spl.c' (55,748) at 20210308005002992 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lookup_and_delete.c' (55,749) at 20220525020655199 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_tables_trace.c' (55,750) at 20240405153053329 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-environment.bb' (55,751) at 20231011080016606 to deleted uid set 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/iwmmxt_helper.c' (55,752) at 20230426080043856 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/cli11.wrap' (55,753) at 20220330030021482 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sram.c' (55,754) at 20240405153045669 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm6350-mdss.yaml' (55,755) at 20240405153229763 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/olpc/olpc-ec.c' (55,756) at 20220818100014755 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (55,757) at 20241226090016127 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/yosemite4-disable-auto-reboot.override.yml' (55,758) at 20240418080016206 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/meson.build' (55,759) at 20230925080040029 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/serial-generic.c' (55,760) at 20240405153232123 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_client.hpp' (55,761) at 20220818100031371 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/recipetool.py' (55,762) at 20241221090017632 to deleted uid set 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm-regbits-33xx.h' (55,763) at 20240405153045669 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Makefile' (55,764) at 20210308005002556 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/swift-led-manager-config-native.bb' (55,765) at 20241206090014230 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/qcow2/layout.py' (55,766) at 20210308005046393 2025-03-14 03:00:49.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/tomoyo.rst' (55,767) at 20210307214925214 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc3_qm_regs.h' (55,768) at 20240405153046581 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/pipeline.json' (55,769) at 20240405153054121 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/other.json' (55,770) at 20210307214932534 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/hexagon-core.xml' (55,771) at 20240906080037184 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/utils.cpp' (55,772) at 20241106090023554 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion/serfmacro.patch' (55,773) at 20210307205554550 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mtd-davinci-aemif.h' (55,774) at 20210309003653888 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-fim.c' (55,775) at 20240405153051853 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/.gitignore' (55,776) at 20230211040012631 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch' (55,777) at 20210307205554558 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/axp20x-rsb.c' (55,778) at 20220525020653343 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/cctrng.c' (55,779) at 20241008080013911 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/ti/keystone-navigator-dma.txt' (55,780) at 20210307214925422 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VendorInformation/meson.build' (55,781) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/Kconfig' (55,782) at 20210308005002972 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/translate.c' (55,783) at 20240906080037500 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml' (55,784) at 20240405153045177 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/fan_core.c' (55,785) at 20240405153046637 to deleted uid set 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/ftrace.h' (55,786) at 20220525020651966 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_byteorder.h' (55,787) at 20210307214931534 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/floating-point.json' (55,788) at 20240405153054125 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/.gitignore' (55,789) at 20210308005104849 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/.clang-tidy' (55,790) at 20241220090002218 to deleted uid set 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_bitmap.h' (55,791) at 20210308005003552 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/enlighten_pv.c' (55,792) at 20241220090018306 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/vdso/Kconfig' (55,793) at 20210307214931822 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nyliden' (55,794) at 20210307205553790 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-pattern.cloop.bz2' (55,795) at 20210308005046473 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/hgsmi_channels.h' (55,796) at 20210307214928058 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.poky.md' (55,797) at 20230919080013974 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_dp.c' (55,798) at 20240405153047129 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-mxc.yaml' (55,799) at 20240405153045153 2025-03-14 03:00:49.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/initcall.h' (55,800) at 20210308005003652 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlmglue.c' (55,801) at 20241216090017757 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/state_hi.xml.h' (55,802) at 20240405153048417 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utprint.c' (55,803) at 20240405153046625 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kasta_Ringkallen' (55,804) at 20210307205553786 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0003-start-stop-false.patch' (55,805) at 20241221090017636 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/viosrp.h' (55,806) at 20240405153052877 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipmi_ssif_bmc.h' (55,807) at 20240405153052925 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/spl.c' (55,808) at 20210308005002956 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_resource.h' (55,809) at 20240405153047245 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_pedit.h' (55,810) at 20210307214931662 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_timer-test.c' (55,811) at 20240326080039738 2025-03-14 03:00:49.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-pll.h' (55,812) at 20240405153046845 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/crct10dif-ce-glue.c' (55,813) at 20220525020651942 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseaddr_ports_exhausted.c' (55,814) at 20210406100036355 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/se401.c' (55,815) at 20210307214928834 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/Makefile' (55,816) at 20210307214929914 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq_1.7.1.bb' (55,817) at 20240106090017233 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/da9063_wdt.c' (55,818) at 20240405153052237 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am33xx.dtsi' (55,819) at 20240405153229903 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backup-discard-source.out' (55,820) at 20240906080037568 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/remoteproc.h' (55,821) at 20240405153231835 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.c' (55,822) at 20210307214930554 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vdec.c' (55,823) at 20240815080012887 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_sas.h' (55,824) at 20240405153051661 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/tools/mksmdkv310spl.c' (55,825) at 20210308005003044 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue' (55,826) at 20241004080035967 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/entity-manager_%.bbappend' (55,827) at 20241206090014230 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/mmu.c' (55,828) at 20240405153230015 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/capabilities/.gitignore' (55,829) at 20210307214932662 2025-03-14 03:00:49.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/pmem.c' (55,830) at 20240405153046177 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/datapath.h' (55,831) at 20240405153053349 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sunrpc/cache.c' (55,832) at 20241211090145561 to deleted uid set 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_dcb.c' (55,833) at 20240405153050169 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/spl_sd.cfg' (55,834) at 20210308005002728 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_gts.c' (55,835) at 20210308005046529 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-sample.c' (55,836) at 20210307214932126 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/pci.h' (55,837) at 20240405153231159 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/complex.c' (55,838) at 20210308005003720 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/linux-notes.rst' (55,839) at 20240405153229747 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/tbs2910.c' (55,840) at 20210308005003068 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6380-regulator.txt' (55,841) at 20210307214925410 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-Add-prototype-to-function-definitions.patch' (55,842) at 20220910030013417 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-msm.txt' (55,843) at 20210308005003304 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_rep.c' (55,844) at 20240405153050261 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_icmpv6.c' (55,845) at 20240405153053325 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,opa362.txt' (55,846) at 20210307214925310 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb' (55,847) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kampersvik_Ekeberget' (55,848) at 20210307205553786 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-davinci.c' (55,849) at 20240405153230675 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/stm32_rproc.c' (55,850) at 20240805080013999 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/raw_tp_writable_test_run.c' (55,851) at 20240405153054257 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MS-RL' (55,852) at 20210307205554422 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock.h' (55,853) at 20210308005002664 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/fault_32.c' (55,854) at 20240405153046333 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/pmc.h' (55,855) at 20210308005003348 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/setjmp_64.S' (55,856) at 20220525020652194 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/qcom,spmi-temp-alarm.yaml' (55,857) at 20240405153045177 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8916.c' (55,858) at 20240405153051349 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml' (55,859) at 20240405153045041 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb' (55,860) at 20240302090018206 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfltu.c' (55,861) at 20210308005046529 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/context.c' (55,862) at 20210307214926102 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsel-softmmu.mak' (55,863) at 20230925080039837 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/npcm_adc.c' (55,864) at 20240405153230687 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb' (55,865) at 20241221090017576 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-cm1-io1.dts' (55,866) at 20240405153229871 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-smdk4412.dts' (55,867) at 20240617080017374 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_io.c' (55,868) at 20240405153231975 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/Makefile' (55,869) at 20210309003654292 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/error.py' (55,870) at 20240920080030747 2025-03-14 03:00:49.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/kgdb.h' (55,871) at 20210307214926110 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/default-gcc.patch' (55,872) at 20210307205553670 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/Makefile' (55,873) at 20210307214930842 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia_hmc.json' (55,874) at 20241030080004527 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/.gitignore' (55,875) at 20240405153232099 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/tmpfiles.clamav' (55,876) at 20210307205554126 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RegisteredClientCollection.json' (55,877) at 20240619080002952 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/asserts.h' (55,878) at 20210307214925666 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/Makefile' (55,879) at 20240405153231547 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb' (55,880) at 20240413080012655 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/deprecated.rst' (55,881) at 20240405153045273 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/AUTHORS' (55,882) at 20210307205554226 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/022' (55,883) at 20230426080043944 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/machine_unittest.cpp' (55,884) at 20211014000010487 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc_raw.c' (55,885) at 20220525020653703 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max31760.rst' (55,886) at 20240405153045217 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/drv_types_sdio.h' (55,887) at 20220525020654183 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/toolchain-shar-extract.sh' (55,888) at 20241221090017620 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/3c515.c' (55,889) at 20240405153049769 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/inventory.scss' (55,890) at 20210308005107077 2025-03-14 03:00:49.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_vt.dts' (55,891) at 20240405153045441 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_reg.h' (55,892) at 20210307214928018 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/dai-mediatek.h' (55,893) at 20240405153052889 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8450-videocc.yaml' (55,894) at 20240405153229759 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/TODO' (55,895) at 20240405153051241 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r40-bananapi-m2-ultra.dts' (55,896) at 20240405153045393 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/afs.h' (55,897) at 20240405153052261 to deleted uid set 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/common-properties.txt' (55,898) at 20210307214925294 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/berlin,pinctrl.txt' (55,899) at 20210307214925390 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1432.c' (55,900) at 20240405153049293 2025-03-14 03:00:49.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0013.h' (55,901) at 20210307214928794 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/rockchip-rk3399-skips.txt' (55,902) at 20240405153230531 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/phy/tegra/xusb-tegra186.c' (55,903) at 20240405153051301 to deleted uid set 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-vdic.c' (55,904) at 20220525020654135 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/socrates_fpga_pic.c' (55,905) at 20240405153230051 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/topology.h' (55,906) at 20240405153231843 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/accel.py' (55,907) at 20210927100127329 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/spilib.h' (55,908) at 20210307214930518 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/OWNERS' (55,909) at 20220723030019896 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/base.hpp' (55,910) at 20241119090031273 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_ipt.c' (55,911) at 20240405153053361 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wimm.h' (55,912) at 20210307214927898 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/259.out' (55,913) at 20210308005046465 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/main.c' (55,914) at 20241018080014490 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/vm-stop.c' (55,915) at 20210308005046257 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_pingpong.h' (55,916) at 20240405153048585 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega10_ih.h' (55,917) at 20210307214927254 2025-03-14 03:00:49.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/decompress.c' (55,918) at 20220525020652026 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/dgpu-asic-info-table.csv' (55,919) at 20240405153045209 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/err_inject.c' (55,920) at 20210416100025434 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml' (55,921) at 20240405153045105 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/alpha_sys.h' (55,922) at 20230426080043668 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/start.S' (55,923) at 20210308005002828 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/allegro-mail.c' (55,924) at 20240405153049393 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/netif.h' (55,925) at 20210307214932178 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/internal.h' (55,926) at 20240405153231207 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi' (55,927) at 20240405153046093 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Raahe_Mestauskallio' (55,928) at 20210307205553774 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi' (55,929) at 20241211090145373 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/Kconfig' (55,930) at 20210308005003024 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/Kconfig' (55,931) at 20240906080037444 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/idef-parser.y' (55,932) at 20240906080037476 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/g_dnl.c' (55,933) at 20210308005003508 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan_ipv6.sh' (55,934) at 20240405153054297 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/licenses.conf' (55,935) at 20211006000025226 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v3_1.h' (55,936) at 20210309003649436 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/tests/comedi_example_test.c' (55,937) at 20220525020652362 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/memory-hotplug.txt' (55,938) at 20210308005045801 2025-03-14 03:00:49.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-en7523.c' (55,939) at 20240405153047073 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/msm_drm.h' (55,940) at 20240405153052905 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/uncore-power.json' (55,941) at 20240405153054153 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/bnep/bnep.h' (55,942) at 20210307214931882 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/spinlock_32.h' (55,943) at 20210307214926586 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb' (55,944) at 20240301090012423 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_random.c' (55,945) at 20210307214927854 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/pci.c' (55,946) at 20240405153050597 to deleted uid set 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10039.h' (55,947) at 20210307214928646 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/data/resource_variables.py' (55,948) at 20240130090014241 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi' (55,949) at 20240405153045773 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.json' (55,950) at 20210308005046405 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/clk-ccu-pll.c' (55,951) at 20240405153046773 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-fan-status-monitor.service' (55,952) at 20240316080012480 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/package.py' (55,953) at 20240106090017261 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/OWNERS' (55,954) at 20221014030024888 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/accommon.h' (55,955) at 20240405153046613 2025-03-14 03:00:49.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8' (55,956) at 20210307214932622 2025-03-14 03:00:49.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_pcol.h' (55,957) at 20240405153050277 2025-03-14 03:00:49.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ra8875.c' (55,958) at 20210307214930506 2025-03-14 03:00:49.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/rxrpc.rst' (55,959) at 20240405153045241 2025-03-14 03:00:49.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/arm-ux500-pm.h' (55,960) at 20210307214931470 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/psci.h' (55,961) at 20230426080043780 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_rw.c' (55,962) at 20240405153053445 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/include/asm/cacheflush.h' (55,963) at 20240405153230063 to deleted uid set 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch' (55,964) at 20230211040012655 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_b.c' (55,965) at 20210308005046525 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atom.h' (55,966) at 20220525020652987 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/user_monitor.hpp' (55,967) at 20230301040003617 to deleted uid set 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-ocotp.h' (55,968) at 20210308005002656 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/conffile.py' (55,969) at 20221005030014094 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/allwinner-h3.c' (55,970) at 20241211090212246 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/ossl_random.hpp' (55,971) at 20240731080002486 to deleted uid set 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed_%.bbappend' (55,972) at 20220223040020636 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig' (55,973) at 20210308005003268 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-x86-cpuid-compat.c' (55,974) at 20240906080037572 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis_6.2.16.bb' (55,975) at 20241221090017524 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png' (55,976) at 20210307205554254 to deleted uid set 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/Makefile' (55,977) at 20240405153046345 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/Makefile' (55,978) at 20210308005002920 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/prom_parse.c' (55,979) at 20210307214926410 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra-super-gen4.c' (55,980) at 20210307214927034 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem_evict.c' (55,981) at 20240405153048525 2025-03-14 03:00:49.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/Makefile' (55,982) at 20210307214930714 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-ocelot.c' (55,983) at 20241023080012883 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/acpi.h' (55,984) at 20241008080013895 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout0' (55,985) at 20210308005003736 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Requirements/Requirements.rst' (55,986) at 20240405153044933 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/boot_status_led_blink.service' (55,987) at 20240119090013779 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/swtpm.py' (55,988) at 20220721030015853 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vhost.h' (55,989) at 20240906080037356 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/badblocks.c' (55,990) at 20240405153046513 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/vic.c' (55,991) at 20240405153230639 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/dirinfo.html' (55,992) at 20210307205554286 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/rlwimi.c' (55,993) at 20210308005003720 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/README' (55,994) at 20221120040010710 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/ap_bus.c' (55,995) at 20240617080017398 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/jump_label.c' (55,996) at 20240812080017228 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/stpmic1_wdt.c' (55,997) at 20210307214930978 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/CLI11.wrap' (55,998) at 20220323030041559 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/flash.h' (55,999) at 20241211090212358 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77541-regulator.c' (56,000) at 20240405153231363 2025-03-14 03:00:49.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600_dpm.h' (56,001) at 20210307214928006 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/params.h' (56,002) at 20240405153231719 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_frontbuffer.c' (56,003) at 20240405153230555 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-a9mp.dts' (56,004) at 20240405153045401 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/frontend.json' (56,005) at 20240405153054137 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/checksum.py' (56,006) at 20241221090017584 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c' (56,007) at 20240405153230935 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/ppa8548.dts' (56,008) at 20210307214926350 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/socket.h' (56,009) at 20210307214925650 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/gre_multipath_nh.sh' (56,010) at 20220525020655219 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx7ulp-clock.h' (56,011) at 20210307214931326 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/debug.c' (56,012) at 20210307214929902 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/zimage.h' (56,013) at 20210308005002880 2025-03-14 03:00:49.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/imx-dma.c' (56,014) at 20240405153230283 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/bcm-flexrm-mailbox.c' (56,015) at 20240405153230759 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface.yaml' (56,016) at 20220413030046446 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/mchp-spdiftx.c' (56,017) at 20240405153232139 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/at91.h' (56,018) at 20210308005003636 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2.hpp' (56,019) at 20240716080039516 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-include-string-h-from-memcpy-and-strcpy-function-pro.patch' (56,020) at 20221003030013265 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/alpha/Build' (56,021) at 20210307214932514 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/dmaengine.c' (56,022) at 20210307214932406 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (56,023) at 20240921080016390 to deleted uid set 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_insn.c' (56,024) at 20240405153046261 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/imx_avic.h' (56,025) at 20210308005046017 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evevent.c' (56,026) at 20240405153046617 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-panda.dts' (56,027) at 20240405153045605 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (56,028) at 20241219090012972 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/free-space-cache.h' (56,029) at 20241216090017749 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvme_intel_p_series.json' (56,030) at 20240424080004828 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c' (56,031) at 20240405153048661 2025-03-14 03:00:49.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-voipac-dmm-668.dtsi' (56,032) at 20240405153229883 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/kvm.h' (56,033) at 20240405153054033 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/Kconfig' (56,034) at 20221128040017546 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_bt_sm.c' (56,035) at 20210309003649216 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-nuss.c' (56,036) at 20240429080012432 to deleted uid set 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c' (56,037) at 20240405153050641 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/mm/init.c' (56,038) at 20240405153045357 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/stats.c' (56,039) at 20240405153053021 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-palo35.dts' (56,040) at 20240405153045605 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_log.h' (56,041) at 20210307214928446 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/Kconfig' (56,042) at 20220525020654799 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/tlb.h' (56,043) at 20240405153231791 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/api.js' (56,044) at 20241210090035589 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/cnl.c' (56,045) at 20240405153232195 2025-03-14 03:00:49.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_datagram.h' (56,046) at 20210307214929178 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/book3s_hv_exits.h' (56,047) at 20210307214932518 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/adi,adv7511.yaml' (56,048) at 20240405153045037 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/acpi.c' (56,049) at 20240405153229991 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler.dtsi' (56,050) at 20240405153229947 to deleted uid set 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra-fixed.c' (56,051) at 20210307214927034 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/pcdp.h' (56,052) at 20210307214927174 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-slave.c' (56,053) at 20240624080012780 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/psycho_common.c' (56,054) at 20240405153230095 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_info.c' (56,055) at 20210307214929862 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts' (56,056) at 20210308005002624 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mca_v3_0.h' (56,057) at 20240405153047149 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/ipmi_raw_cmd_table.py' (56,058) at 20230601080016326 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/audit_write.h' (56,059) at 20210307214931302 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_reg_addr.h' (56,060) at 20240405153050237 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/ast.h' (56,061) at 20240405153052321 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/gf100.c' (56,062) at 20220525020652959 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-r8a73a4.c' (56,063) at 20240405153045689 2025-03-14 03:00:49.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/i8237.c' (56,064) at 20210307214926702 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml' (56,065) at 20240405153045117 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/build-tf.mak' (56,066) at 20210308005003004 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/fw.c' (56,067) at 20210309003651812 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/f71805f.c' (56,068) at 20240405153048853 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabreauto-u-boot.dtsi' (56,069) at 20210308005002584 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/apple/Kconfig' (56,070) at 20240405153053553 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/imx.c' (56,071) at 20241023080012887 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-elida-kd35t133.c' (56,072) at 20240405153230615 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl372_spi.c' (56,073) at 20240405153230687 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_fabric.h' (56,074) at 20220525020654003 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra20-ac97.txt' (56,075) at 20210307214925430 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-mini-xplus.dts' (56,076) at 20210308005002616 2025-03-14 03:00:49.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/overlay_tool.h' (56,077) at 20221215040039346 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pmu.y' (56,078) at 20240405153232239 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt6779-clk.h' (56,079) at 20210307214931330 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-bananapi-m2-plus-v1.2.dts' (56,080) at 20240405153045709 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-xiic.c' (56,081) at 20241011080017319 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/gen-ucd90160-defs.py' (56,082) at 20221207040038023 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/times.h' (56,083) at 20210307214931662 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-stdvga' (56,084) at 20210308005046237 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.c' (56,085) at 20210308005003368 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod_kfunc.h' (56,086) at 20240405153054241 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_ipipe.h' (56,087) at 20210307214930586 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch' (56,088) at 20241221090017692 to deleted uid set 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/ppp_generic.c' (56,089) at 20241011080017335 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu_2.14.bb' (56,090) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv04_fence.c' (56,091) at 20240405153230607 2025-03-14 03:00:49.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunxi/headsmp.S' (56,092) at 20210307214925962 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/MAINTAINERS' (56,093) at 20210308005003056 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/writing-clients.rst' (56,094) at 20240405153045221 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/power.hpp' (56,095) at 20241217090008768 to deleted uid set 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_crtc.h' (56,096) at 20240405153048625 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_ttm.c' (56,097) at 20240405153048625 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/grant-table.c' (56,098) at 20240405153231603 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/Kconfig' (56,099) at 20240405153048429 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/memory.c' (56,100) at 20220525020651990 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/Makefile' (56,101) at 20240405153049189 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro4-sanji.dts' (56,102) at 20240405153045577 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/book3s_hcalls.h' (56,103) at 20210309003655376 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/index.rst' (56,104) at 20240405153045197 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-netgear-r6250.dts' (56,105) at 20240405153229871 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/run-ptest' (56,106) at 20210307205554598 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa32.inc' (56,107) at 20241221090017612 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_unicode_collation.c' (56,108) at 20210308005003700 2025-03-14 03:00:49.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/traps.h' (56,109) at 20240405153230115 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cs5535-mfgpt.c' (56,110) at 20210307214929126 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/debug.c' (56,111) at 20210308005003336 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-104-idi-48.c' (56,112) at 20240405153047069 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64-softmmu.mak' (56,113) at 20230925080039837 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/tegra234-powergate.h' (56,114) at 20240405153052653 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_mock.hpp' (56,115) at 20230511080029875 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/nlohmann_json.wrap' (56,116) at 20240104090016070 to deleted uid set 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/config.h' (56,117) at 20210308005002816 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/fdtput.c' (56,118) at 20210307214932142 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_debugfs.c' (56,119) at 20240405153231443 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-cards.c' (56,120) at 20240405153049361 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb' (56,121) at 20241221090017560 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch' (56,122) at 20240413080012663 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7785.h' (56,123) at 20210308005002848 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/Makefile' (56,124) at 20240405153048369 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/run_rule_action.hpp' (56,125) at 20230511080035559 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Paltamo_Kivesvaara' (56,126) at 20210307205553770 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c' (56,127) at 20210307214927950 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/Kconfig' (56,128) at 20210308005003076 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_connlimit.h' (56,129) at 20210307214931646 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/krb5-kdc' (56,130) at 20210307205553878 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/display_options.h' (56,131) at 20210308005003628 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/file/file_5.45.bb' (56,132) at 20240301090012467 to deleted uid set 2025-03-14 03:00:49.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx-static/theme_overrides.css' (56,133) at 20240906080037176 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/eeprom/at25.yaml' (56,134) at 20240405153229763 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/common.c' (56,135) at 20210308005003028 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/mediatek,mt7621-i2c.yaml' (56,136) at 20240405153045065 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lpasscorecc-sc7180.h' (56,137) at 20210309003653812 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/9p/transport.h' (56,138) at 20240405153052833 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail' (56,139) at 20241206090014310 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/utils.hpp' (56,140) at 20240409080029603 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/cppc_acpi.h' (56,141) at 20241111090012149 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/main.c' (56,142) at 20241211090145473 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/stm/ltdc.c' (56,143) at 20241011080017315 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/powerpc/include/uapi/asm/bitsperlong.h' (56,144) at 20210307214932454 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/Makefile' (56,145) at 20210307214926206 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcmtest.c' (56,146) at 20240405153232123 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/automarkup.py' (56,147) at 20240405153045261 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_numgen.c' (56,148) at 20240405153053333 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ulxl-common.dtsi' (56,149) at 20240405153045525 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/chip_offset_byte.h' (56,150) at 20240405153053549 2025-03-14 03:00:49.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/MAINTAINERS' (56,151) at 20210308005002984 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-blk.c' (56,152) at 20241211090212330 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/tests/regs_load.S' (56,153) at 20210307214932514 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-rqs.dtsi' (56,154) at 20210308005002584 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target.h' (56,155) at 20241211090212526 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/pinctrl_broadwell.c' (56,156) at 20210308005002852 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.err' (56,157) at 20210308005046413 2025-03-14 03:00:49.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/ioctl.c' (56,158) at 20240527080023352 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Everest/11.json' (56,159) at 20240212090032054 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/xive.h' (56,160) at 20220525020652042 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/watchdog.h' (56,161) at 20210309003648980 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2400/evb_ast2400.c' (56,162) at 20210308005002916 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-non-first-section.json' (56,163) at 20240906080037564 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogService.v1_7_0.json' (56,164) at 20240619080002948 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-musb-ux500.h' (56,165) at 20210307214931482 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dcbnl.h' (56,166) at 20240405153052913 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/tegra210-soctherm.c' (56,167) at 20210307214930726 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/ce.c' (56,168) at 20240405153050397 to deleted uid set 2025-03-14 03:00:49.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/gsi.c' (56,169) at 20240405153049081 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/find.c' (56,170) at 20210307214931246 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.dfutftp' (56,171) at 20210308005003292 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsdload.c' (56,172) at 20220429100100402 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pixelview.c' (56,173) at 20210307214928782 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fixed-link.txt' (56,174) at 20210307214925374 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm5102a.c' (56,175) at 20240405153053677 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7795_salvator-x_defconfig' (56,176) at 20210308005003276 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/stats.h' (56,177) at 20240405153231843 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/asf.h' (56,178) at 20210308004938832 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/pm.h' (56,179) at 20220525020651886 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/meson.build' (56,180) at 20240326080039654 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CPOL-1.02' (56,181) at 20211006000025234 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/direct.c' (56,182) at 20240405153231707 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/TODO' (56,183) at 20240405153051861 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/Kconfig' (56,184) at 20240405153049381 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml' (56,185) at 20240405153045157 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_global_state.h' (56,186) at 20240405153048453 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mscc/Makefile' (56,187) at 20210307214930058 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/swsusp-and-swap-files.rst' (56,188) at 20210307214925546 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/octeon.decode' (56,189) at 20221215040039314 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/power/hibernate_asm.S' (56,190) at 20210307214926286 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/x1830.dtsi' (56,191) at 20240405153045989 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/carriers/Makefile' (56,192) at 20210307214928526 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/eadm_sch.h' (56,193) at 20210307214930242 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/variax.c' (56,194) at 20210605000027804 2025-03-14 03:00:49.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/wuf.S' (56,195) at 20210307214926606 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-nitrogen6_max.dts' (56,196) at 20240405153045505 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/.gitignore' (56,197) at 20210307214926766 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/Kconfig' (56,198) at 20240405153049569 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_debugfs.c' (56,199) at 20210309003650424 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/dbus_impl_pdr.hpp' (56,200) at 20240819080030263 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/blowfish.h' (56,201) at 20210307214931310 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pef.c' (56,202) at 20240906080037276 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/247' (56,203) at 20210927100127497 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_out.c' (56,204) at 20210307214932050 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_sap.h' (56,205) at 20210307214931562 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sdm845.c' (56,206) at 20240405153230223 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/nlohmann_json.wrap' (56,207) at 20231208090028437 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/net/bpf_jit.c' (56,208) at 20241211090145381 to deleted uid set 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_parser.cpp' (56,209) at 20240731164718599 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/io.h' (56,210) at 20240405153045621 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350.dtsi' (56,211) at 20240805080013919 to deleted uid set 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/hists_filter.c' (56,212) at 20240405153054165 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/cache.c' (56,213) at 20210308005002560 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dispc-compat.h' (56,214) at 20210307214930926 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_mmap.c' (56,215) at 20220525020655199 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/amd/pds_vdpa.rst' (56,216) at 20240405153045233 2025-03-14 03:00:49.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/sfc.rst' (56,217) at 20240405153045237 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/insn-def.h' (56,218) at 20240405153045857 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/stac946x.h' (56,219) at 20210307214932262 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/pci.c' (56,220) at 20240405153050145 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/bpf/ringbuf.c' (56,221) at 20241104090011603 to deleted uid set 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/randomize_kstack.h' (56,222) at 20240415080012987 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_x86.c' (56,223) at 20240405153232239 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/download_manager.hpp' (56,224) at 20240820080021218 to deleted uid set 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/util.h' (56,225) at 20240405153049241 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch' (56,226) at 20230813080012876 2025-03-14 03:00:49.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/io_pagetable.h' (56,227) at 20240405153049185 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-CaradonHill' (56,228) at 20210307205553794 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-bd9571mwv.c' (56,229) at 20220525020652438 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-sbsa-ref.inc' (56,230) at 20241206090014214 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/unwind-libdw.c' (56,231) at 20240405153232219 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/0001-ext4_utils-remove-selinux-extensions.patch' (56,232) at 20210307205553894 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-pinfunc.h' (56,233) at 20240405153045493 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp.pc.in' (56,234) at 20210610190030293 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/budget-av.c' (56,235) at 20240405153230795 2025-03-14 03:00:49.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-idk-lcd-osd101t2587.dtso' (56,236) at 20240405153045597 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/groups.hpp' (56,237) at 20210308005059169 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/amdtp-motu-trace.h' (56,238) at 20210307214932210 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/vhost_task.h' (56,239) at 20240712080021089 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/stacktrace.c' (56,240) at 20240405153045885 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/httpserver.py' (56,241) at 20230211040012647 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/commit.py' (56,242) at 20210308005003772 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/clang-tools/run-clang-tools.py' (56,243) at 20240405153053441 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/Kconfig' (56,244) at 20210307214930714 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm6318-gpio-sysctl.yaml' (56,245) at 20240405153229775 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/j721e-evm.c' (56,246) at 20240405153054013 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/run-robot.sh' (56,247) at 20231128090014821 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/88pm800.c' (56,248) at 20240405153049597 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-its_%.bbappend' (56,249) at 20230114040015466 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/code-of-conduct.rst' (56,250) at 20210307214925578 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h' (56,251) at 20240405153231023 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuppc/machconfig' (56,252) at 20210307205554454 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ts_fsm.c' (56,253) at 20220525020654759 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh71x0.h' (56,254) at 20240913080013785 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c' (56,255) at 20240405153230323 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-set-display-format.rst' (56,256) at 20220525020654135 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2780.c' (56,257) at 20240405153052233 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/bblayers.conf.sample' (56,258) at 20240323080013545 2025-03-14 03:00:49.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-lg-judyp.dts' (56,259) at 20240405153045789 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt.c' (56,260) at 20240906080037320 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/system-wide.rst' (56,261) at 20210307214925238 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/README' (56,262) at 20230925080040081 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-amd-ethanolx.dts' (56,263) at 20240405153045409 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/error.h' (56,264) at 20210307214927074 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/acl.h' (56,265) at 20240405153052389 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/gtest.wrap' (56,266) at 20220518030015451 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b.c' (56,267) at 20240405153231263 2025-03-14 03:00:49.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/init_helpers.c' (56,268) at 20210308005002544 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_7_1_sh_mask.h' (56,269) at 20210307214927534 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/COPYING.apache-2.0' (56,270) at 20210307205553734 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_spi.h' (56,271) at 20210307214928614 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/soc.c' (56,272) at 20210308005002780 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci.c' (56,273) at 20210308005002556 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch' (56,274) at 20220502030010108 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/imx8m_vpu_hw.c' (56,275) at 20240405153049493 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_a3ddata.c' (56,276) at 20210309003654584 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-bootstrap.docker' (56,277) at 20210308005046393 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/params.h' (56,278) at 20240405153050105 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_ioc.h' (56,279) at 20210307214928702 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trans_priv.h' (56,280) at 20240405153052609 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/TODO' (56,281) at 20210308005002820 2025-03-14 03:00:49.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-rkisp1.rst' (56,282) at 20240405153045317 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch' (56,283) at 20230114040015550 to deleted uid set 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-sm5502.h' (56,284) at 20220525020652422 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/ip22.h' (56,285) at 20210307214926242 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.5.bb' (56,286) at 20241221090017516 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig_6.9.9.bb' (56,287) at 20241221090017540 to deleted uid set 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/psensor.hpp' (56,288) at 20230511080026927 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/projid.h' (56,289) at 20210307214931486 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/core.h' (56,290) at 20210307214925886 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/packet_history.c' (56,291) at 20220525020654819 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb' (56,292) at 20241221090017604 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_mini_emmc0_defconfig' (56,293) at 20210308005003284 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kdebug.h' (56,294) at 20210309003649020 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-sunxi.c' (56,295) at 20210308005003480 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/013.out' (56,296) at 20210308005046421 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/debuginfod.py' (56,297) at 20241206090014306 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srpt/Makefile' (56,298) at 20210307214928466 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/init.c' (56,299) at 20210308005002732 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_liodn.h' (56,300) at 20210308005002840 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_watchdog.c' (56,301) at 20240405153046885 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch' (56,302) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/triggered_buffer.h' (56,303) at 20240405153052709 2025-03-14 03:00:49.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/pl35x-nand-controller.c' (56,304) at 20240405153230875 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/davinci_mmc.txt' (56,305) at 20210307214925366 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/trigger-source.yaml' (56,306) at 20210309003648368 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/config.mk' (56,307) at 20210308005002728 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max8925.h' (56,308) at 20210307214931430 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/corstone1000.inc' (56,309) at 20241221090017464 to deleted uid set 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/Makefile' (56,310) at 20240405153046609 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/entity-example.md' (56,311) at 20240808080020596 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/irq/irq-affinity.rst' (56,312) at 20240405153045289 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/COPYING' (56,313) at 20210307205553954 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/phy_common.c' (56,314) at 20220525020653823 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/no-aux-cache.patch' (56,315) at 20210307205554478 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/video_s3c.h' (56,316) at 20210307214931482 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/scriptpath.py' (56,317) at 20210307205554634 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mmzone_64.h' (56,318) at 20210307214926666 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-lm3556.rst' (56,319) at 20220525020651742 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_sysfs.h' (56,320) at 20240405153052609 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-diseqc-send-master-cmd.rst' (56,321) at 20210309003648480 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/ledctl/Makefile' (56,322) at 20210308004922932 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_pic32.c' (56,323) at 20210308005003348 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/ioas.c' (56,324) at 20240910080014050 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/meson-g12a-tohdmitx.h' (56,325) at 20210307214931350 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/fdt.c' (56,326) at 20210308005002756 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/0001-Allow-configuring-flash-image-files-compile-time.patch' (56,327) at 20241206090014214 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-input.png' (56,328) at 20210307205554318 to deleted uid set 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch' (56,329) at 20240413080012627 2025-03-14 03:00:49.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/Kconfig' (56,330) at 20210308005003544 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu.h' (56,331) at 20210308005003528 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/vas-trace.h' (56,332) at 20220525020652078 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm963158.dts' (56,333) at 20210308005002576 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml' (56,334) at 20240405153045177 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/zynq_sdhci.c' (56,335) at 20210308005003408 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-ipmi-host-whitelist.bbclass' (56,336) at 20210307205554058 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/phosphor-logging.wrap' (56,337) at 20220322030034912 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/capi.h' (56,338) at 20210307214931626 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/MAINTAINERS' (56,339) at 20210308005003080 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/stubs-system.c' (56,340) at 20230426080043844 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/listRCU.rst' (56,341) at 20240405153044933 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/storage.h' (56,342) at 20240405153052813 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Panel/meson.build' (56,343) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-hw.c' (56,344) at 20240405153049369 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/mm/tlb.c' (56,345) at 20240405153230019 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/vmlinux-std.lds' (56,346) at 20240405153045969 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/hbitmap.c' (56,347) at 20241211090212562 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid5-ppl.c' (56,348) at 20240405153049261 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb' (56,349) at 20230401080011943 2025-03-14 03:00:49.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/normalize_ip.c' (56,350) at 20230718080007968 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_file.c' (56,351) at 20241220090018326 to deleted uid set 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/lib.h' (56,352) at 20240405153054361 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/Kconfig' (56,353) at 20210308005003536 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/tegra186-gpio.h' (56,354) at 20220525020654543 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/scm.h' (56,355) at 20210307214932098 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dcache.h' (56,356) at 20240405153052677 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx_cntr_image.sh' (56,357) at 20210308005003764 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tve200/Makefile' (56,358) at 20210307214928054 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-non-file.out' (56,359) at 20210308005046409 to deleted uid set 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan7x.c' (56,360) at 20210308005003504 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_link_training.h' (56,361) at 20240405153048449 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-dcscm.dts' (56,362) at 20221021030041175 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/Makefile' (56,363) at 20210308005002836 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/compat_audit.c' (56,364) at 20240405153053081 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/xenpvh.rst' (56,365) at 20241211090212238 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/exec_rw_const.cocci' (56,366) at 20210308005046237 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-kernel/linux/linux-yocto/defconfig' (56,367) at 20240507080014346 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_encap_actions.h' (56,368) at 20240405153050293 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/Makefile' (56,369) at 20210307214929698 2025-03-14 03:00:49.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c' (56,370) at 20240405153050645 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/powernv-op-panel.c' (56,371) at 20220525020652298 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c' (56,372) at 20220525020652959 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt' (56,373) at 20240405153045137 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mca.h' (56,374) at 20240405153047109 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c' (56,375) at 20240405153051273 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-post-code-manager/meson.options' (56,376) at 20230821080027915 to deleted uid set 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts' (56,377) at 20210308005002620 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/atom.c' (56,378) at 20240405153053993 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1553.c' (56,379) at 20220525020653947 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.html' (56,380) at 20210308005107077 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/entry_64.rst' (56,381) at 20240405153044989 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mmc/mmc-dev-parts.rst' (56,382) at 20210307214925466 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-cards.c' (56,383) at 20210309003650332 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/unistd.h' (56,384) at 20240710080014573 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-invariants-or-later' (56,385) at 20211006000025234 2025-03-14 03:00:49.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb' (56,386) at 20230114040015546 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm-cmn.c' (56,387) at 20241211090145481 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerAccountCollection_v1.xml' (56,388) at 20240619080002928 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi' (56,389) at 20241211090145373 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb' (56,390) at 20241221090017528 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/setns.c' (56,391) at 20210307214932606 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/orphan.c' (56,392) at 20220525020654495 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.yaml' (56,393) at 20240405153045089 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0002-acinclude.m4-Add-missing-unistd.h-to-AM_SAFETY_CHECK.patch' (56,394) at 20241206090014254 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_kern.c' (56,395) at 20210307214932650 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/metrics-ipmi-blobs_git.bb' (56,396) at 20240323080013545 2025-03-14 03:00:49.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/class.c' (56,397) at 20241211090145501 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/hsx-metrics.json' (56,398) at 20240405153054137 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/run-ptest' (56,399) at 20210307205554002 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/ops_fstype.c' (56,400) at 20240613080016491 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/mpp.h' (56,401) at 20210307214925930 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-apq8084.h' (56,402) at 20210307214931346 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/annotate/instructions.c' (56,403) at 20220525020655131 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon/obmc/gpio/phosphor-power-supply-1.conf' (56,404) at 20210307205553702 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-servalt.c' (56,405) at 20210308005003456 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/defkeymap.c_shipped' (56,406) at 20240405153052025 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-qspi.dtsi' (56,407) at 20210308005002632 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/io.c' (56,408) at 20240405153052409 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pca-platform.c' (56,409) at 20240405153230679 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb' (56,410) at 20241221090017556 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/214.out' (56,411) at 20210308005046461 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis-plus-plus/files/0001-CMakeLists.txt-fix-substitution-for-static-libs.patch' (56,412) at 20230706080014749 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/br-Net-Digital' (56,413) at 20210307205553758 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-downloading.png' (56,414) at 20210307205554326 to deleted uid set 2025-03-14 03:00:49.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/smsgiucv_app.c' (56,415) at 20210307214930254 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/service_files/xyz.openbmc_project.bios_bmc_smm_error_logger.service.in' (56,416) at 20230316080002078 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/opensbi/Dockerfile' (56,417) at 20230426080043628 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_devlink.h' (56,418) at 20220525020653619 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.h' (56,419) at 20240405153048637 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/qtest/meson.build' (56,420) at 20230925080039813 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp.dtsi' (56,421) at 20241115090012941 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mmp/cputype.h' (56,422) at 20240405153052793 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/files/default.lua' (56,423) at 20210307205553742 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-afe-fe-dai.c' (56,424) at 20240405153053961 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS8.conf' (56,425) at 20240529080017843 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/Kconfig' (56,426) at 20240405153046677 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_legacy.h' (56,427) at 20240405153054241 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/timer.c' (56,428) at 20210308005002712 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/vhost-user-blk.h' (56,429) at 20210927100127509 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch' (56,430) at 20241221090017492 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/byteorder.h' (56,431) at 20210307214926250 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-boundary-poll.c' (56,432) at 20230421080019768 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/arm,i2c-versatile.yaml' (56,433) at 20240405153045065 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/Kconfig' (56,434) at 20210307214932030 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-i386-vars.fd.bz2' (56,435) at 20210308005046129 to deleted uid set 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/minilib/Makefile.target' (56,436) at 20240326080039746 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9n12ek.dts' (56,437) at 20240405153045469 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie-lte.dts' (56,438) at 20240405153045785 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x.dtsi' (56,439) at 20240405153045461 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS7.conf' (56,440) at 20230114040015462 2025-03-14 03:00:49.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/meson_options.txt' (56,441) at 20241211090212386 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_tuple.h' (56,442) at 20240405153052857 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/context.py' (56,443) at 20241221090017628 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-migor/Kconfig' (56,444) at 20210307214926538 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia-cardbus.c' (56,445) at 20210307214928778 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.arm-relocation' (56,446) at 20210308005003292 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rza_wdt.c' (56,447) at 20240405153231599 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/Makefile' (56,448) at 20240405153050177 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/Kconfig' (56,449) at 20210307214928458 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/figures/test-manual-title.png' (56,450) at 20210307205554374 to deleted uid set 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml' (56,451) at 20240405153045021 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c' (56,452) at 20240405153047169 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/phy.h' (56,453) at 20240405153050653 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/parted_3.6.bb' (56,454) at 20241221090017676 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/usb.c' (56,455) at 20240405153231539 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc_fr.c' (56,456) at 20240405153050393 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/report-defect.rst' (56,457) at 20230919080013970 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.1.bb' (56,458) at 20231126090012805 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/misc.py' (56,459) at 20240309090012828 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/inner_array_lookup.c' (56,460) at 20240405153054269 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/arizona-i2c.c' (56,461) at 20240405153049601 2025-03-14 03:00:49.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (56,462) at 20220709030014420 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_polymorph_printk.h' (56,463) at 20240405153046705 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-tdm-interface.c' (56,464) at 20240520080015239 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.out' (56,465) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nand_defconfig' (56,466) at 20210308005003264 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/git.orderfile' (56,467) at 20230426080043844 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_pdr_sensor_test.cpp' (56,468) at 20240612080031367 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output.host.h' (56,469) at 20240405153051837 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qcom-rng.c' (56,470) at 20240405153230267 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/soc.h' (56,471) at 20240405153045661 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/mem_encrypt.S' (56,472) at 20240405153046353 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/index.rst' (56,473) at 20240405153045281 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/scsi.h' (56,474) at 20210308005003684 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aiot_sdcard_defconfig' (56,475) at 20210308005003264 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/po/ka.po' (56,476) at 20240405153054213 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp-cmds-target.c' (56,477) at 20240906080037376 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi-gen.py' (56,478) at 20210308005046241 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb' (56,479) at 20230813080012844 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/NMISource.interface.yaml' (56,480) at 20230114040023131 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/vdk_hs38_defconfig' (56,481) at 20240405153229859 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra-audio.c' (56,482) at 20210307214927034 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-pfla02.dtsi' (56,483) at 20240405153229887 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sparc64/drivers/.gitignore' (56,484) at 20210307214932722 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-host-pci-device.h' (56,485) at 20240906080037320 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/clear_page_64.S' (56,486) at 20240405153046469 2025-03-14 03:00:49.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/camcc-sm8450.c' (56,487) at 20240405153046809 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-cpus-clk.yaml' (56,488) at 20240405153045021 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/Makefile' (56,489) at 20210307214929354 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/example_dump_types.yaml' (56,490) at 20230901080026062 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nsfs.h' (56,491) at 20210307214931654 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso.c' (56,492) at 20240405153046293 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb' (56,493) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/onenand_regs.h' (56,494) at 20210308005003668 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit.dts' (56,495) at 20210308005002612 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/3c574_cs.c' (56,496) at 20240405153049769 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vga.h' (56,497) at 20210307214926394 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/ioctl.h' (56,498) at 20210308005003560 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-usbphy.h' (56,499) at 20210308005002676 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cirrus_legacy.h' (56,500) at 20220525020655023 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json' (56,501) at 20240511080025294 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d-wirelesstag-ido-som2d01.dtsi' (56,502) at 20240405153045573 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc3-uboot.h' (56,503) at 20210308005003644 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-iceland.c' (56,504) at 20210307214931178 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/gfs2/file.c' (56,505) at 20240613080016487 to deleted uid set 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0004-Indicate-loopback-interface-to-mDNS-core.patch' (56,506) at 20241206090014242 2025-03-14 03:00:49.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/connector/Makefile' (56,507) at 20240405153232263 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0005-change-library-linking-order.patch' (56,508) at 20230211040012643 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/designware_wdt.c' (56,509) at 20210308005003540 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/gl860.c' (56,510) at 20210716100029947 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/i2c.c' (56,511) at 20240405153051185 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/meson.build' (56,512) at 20210927100127289 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_s_ac.h' (56,513) at 20240405153052853 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/Makefile' (56,514) at 20210308005002560 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/qspinlock.h' (56,515) at 20240405153231791 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/Makefile' (56,516) at 20210307214928458 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/mips/booting.rst' (56,517) at 20240405153229743 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/pxa_mmc_gen.c' (56,518) at 20210308005003404 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/control.c' (56,519) at 20240405153053941 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g1_h264_dec.c' (56,520) at 20240405153049489 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt' (56,521) at 20210307205554446 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-log.c' (56,522) at 20240405153230767 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/memory/tegra/tegra20-emc.c' (56,523) at 20240405153049589 to deleted uid set 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc110-pinctrl.dtsi' (56,524) at 20210308005002608 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/makedevs.c' (56,525) at 20241221090017664 2025-03-14 03:00:49.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGTSL' (56,526) at 20210307205554426 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tec_defconfig' (56,527) at 20210308005003280 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mstar,msc313-cpupll.yaml' (56,528) at 20240405153045025 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/onnn,ar0521.yaml' (56,529) at 20240405153045093 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/ddr-setup.cfg' (56,530) at 20210308005003080 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/membarrier.h' (56,531) at 20240405153052925 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_flower.c' (56,532) at 20240405153231003 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_private_mrp.h' (56,533) at 20220525020654803 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc7.c' (56,534) at 20220525020654747 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/softirq_stack.h' (56,535) at 20220525020652154 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7ulp-evk.dts' (56,536) at 20240405153045533 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/README' (56,537) at 20210307205554258 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_request.c' (56,538) at 20240405153048545 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_w.c' (56,539) at 20210308005046525 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_stream2mmio_private.h' (56,540) at 20210307214930538 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/media_bus_format.h' (56,541) at 20210308005003672 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-tlmm.yaml' (56,542) at 20240405153045137 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/dabtree.h' (56,543) at 20240405153052581 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/security_headers.hpp' (56,544) at 20240817080003179 to deleted uid set 2025-03-14 03:00:49.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_sf.c' (56,545) at 20240405153052573 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64_tuxrun.py' (56,546) at 20241211090212538 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/tx.c' (56,547) at 20240405153231211 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/external_storer_interface.hpp' (56,548) at 20220616030001767 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-trng.c' (56,549) at 20241211090212298 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/conf/machine/include/ieisystem.inc' (56,550) at 20240719080014905 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/Makefile' (56,551) at 20210308005003056 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/systemctl' (56,552) at 20221017030012222 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/rfc1051.c' (56,553) at 20210307214929250 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/pkg_add_rm_btn.html' (56,554) at 20210307205554286 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mk802_a10s_defconfig' (56,555) at 20210308005003268 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/main.c' (56,556) at 20240712080021097 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-nice-design.rst' (56,557) at 20220525020651754 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa77.inc' (56,558) at 20240301090012451 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/triggered-buffers.rst' (56,559) at 20210309003648408 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vmgenid.c' (56,560) at 20240405153052233 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v11_0.h' (56,561) at 20210307214927242 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/Makefile' (56,562) at 20210307214930178 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/Kconfig' (56,563) at 20210308005002908 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fsspec_2024.10.0.bb' (56,564) at 20241221090017552 to deleted uid set 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_pm.h' (56,565) at 20240405153048485 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml' (56,566) at 20240405153229799 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/sja1000_platform.c' (56,567) at 20240405153230899 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_snvs.h' (56,568) at 20240906080037336 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64.dts' (56,569) at 20210308005002616 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl_git.bb' (56,570) at 20241206090014226 2025-03-14 03:00:49.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/detail/async_send_op.hpp' (56,571) at 20210308005114857 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-iproc-pll.c' (56,572) at 20240405153046773 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts' (56,573) at 20240405153229923 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/of/address.c' (56,574) at 20241011080017343 to deleted uid set 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/base.py' (56,575) at 20240405153054309 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend' (56,576) at 20241206090014210 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/khadas_mcu_fan.c' (56,577) at 20220525020654211 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-utmi.c' (56,578) at 20210308005003348 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml' (56,579) at 20240405153045109 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/stericsson,abx500.txt' (56,580) at 20210307214925294 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0008-include-linux-limits.h-for-MAX_INPUT.patch' (56,581) at 20210407000018086 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mediatek-bluetooth.txt' (56,582) at 20210307214925378 2025-03-14 03:00:49.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/util_unittest.cpp' (56,583) at 20210308005116221 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch' (56,584) at 20241221090017672 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/uthex.c' (56,585) at 20240405153046625 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch' (56,586) at 20241221090017672 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/uncompress.h' (56,587) at 20210307214925958 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_crcn.S' (56,588) at 20240326080039746 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_hw.h' (56,589) at 20240405153051865 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_tunnel.c' (56,590) at 20240405153054261 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/login_defs_pam.sed' (56,591) at 20210307205554570 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch' (56,592) at 20241221090017636 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure-Filter-out-buildpaths-from-CC.patch' (56,593) at 20230609080014391 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-sprd.txt' (56,594) at 20240405153229767 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/int128.c' (56,595) at 20230426080043964 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/elan,elants_i2c.yaml' (56,596) at 20240405153045081 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/head.S' (56,597) at 20220525020652006 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_kms.c' (56,598) at 20241211090145433 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch' (56,599) at 20210307205554574 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6328.h' (56,600) at 20210308005003588 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/OperationalStatus.interface.yaml' (56,601) at 20220315030032671 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/vmalloc.h' (56,602) at 20210307214926762 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi_multiple_interfaces.robot' (56,603) at 20240628080017117 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/Makefile' (56,604) at 20240405153050793 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/axm/axm55xx.dtsi' (56,605) at 20240405153045437 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-asmoffset.h' (56,606) at 20240326080039558 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.2.bb' (56,607) at 20230919080013958 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/mpc5200_psc_ac97.c' (56,608) at 20240405153232175 2025-03-14 03:00:49.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/bitbake-build-flow.png' (56,609) at 20210307205554294 to deleted uid set 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nexthop.h' (56,610) at 20240405153052861 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-nforce2-s4985.c' (56,611) at 20210307214928162 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/sbp1-ipmi-fru-properties.yaml' (56,612) at 20230817080015056 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/imx-audmux.yaml' (56,613) at 20220525020651710 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/catalina_pdb.json' (56,614) at 20241213090004409 to deleted uid set 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/pcie_cards.json' (56,615) at 20241016080024698 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mbox.c' (56,616) at 20240405153230995 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/math-emu/sfp-util.h' (56,617) at 20210307214925662 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-arm.rst' (56,618) at 20241211090212238 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/blocks.rst' (56,619) at 20240405153045201 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/pinctrl-state.h' (56,620) at 20210307214931470 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb' (56,621) at 20241221090017684 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config.bb' (56,622) at 20241206090014202 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/Kconfig' (56,623) at 20210308005003072 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/nvdimm.h' (56,624) at 20240326080039538 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/objdump.c' (56,625) at 20240906080037168 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/ipset/0001-ipset-Define-portable-basename-function.patch' (56,626) at 20240413080012643 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-common.h' (56,627) at 20240405153230203 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (56,628) at 20241112090023994 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/README' (56,629) at 20210308005003056 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf_5.22.01.bb' (56,630) at 20230131040012027 2025-03-14 03:00:49.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch' (56,631) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/cputimer.c' (56,632) at 20241211090212314 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-audio-graph-card2-mix+split.dtsi' (56,633) at 20240405153045813 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/clps711x.S' (56,634) at 20210309003648680 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json' (56,635) at 20240106090025434 to deleted uid set 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/devlink.h' (56,636) at 20240405153050101 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/capability.conf' (56,637) at 20210307205554590 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/pdm360ng.c' (56,638) at 20240405153230051 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h' (56,639) at 20240405153048621 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ring.c' (56,640) at 20210307214929298 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha1_ssse3_glue.c' (56,641) at 20240405153230103 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-apalis.dts' (56,642) at 20210308005002628 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/036.out' (56,643) at 20210308005046437 2025-03-14 03:00:49.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/danger.png' (56,644) at 20220105012522963 to deleted uid set 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmzone.h' (56,645) at 20240719080013369 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_vmparam.h' (56,646) at 20221215040039062 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/xor.h' (56,647) at 20240405153045917 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/index.js' (56,648) at 20210308005107073 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/Kconfig' (56,649) at 20241011080017331 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.h' (56,650) at 20240405153231015 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-indexed.rst' (56,651) at 20210309003648496 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/amd-rng.c' (56,652) at 20240805080013943 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/dir.h' (56,653) at 20240405153231651 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/strlen.S' (56,654) at 20210307214926570 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-messages.c' (56,655) at 20240405153232183 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036-board-spl.c' (56,656) at 20210308005002772 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/mmu_decl.h' (56,657) at 20240405153230047 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6prm.h' (56,658) at 20240405153053981 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-astlpc.h' (56,659) at 20231005080010777 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/esp,esp8089.yaml' (56,660) at 20240405153045121 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/LICENSE' (56,661) at 20221122040015507 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp1041.c' (56,662) at 20210307214928702 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/Kconfig' (56,663) at 20240405153230519 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/disclaimer-zh_CN.rst' (56,664) at 20220525020651770 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm3-neon-glue.c' (56,665) at 20240405153045849 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_ttm.c' (56,666) at 20240405153048705 2025-03-14 03:00:49.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-virtio-mmio.c' (56,667) at 20240906080037268 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/Kconfig' (56,668) at 20240405153051937 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/rust_minimal.rs' (56,669) at 20240405153053433 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/Kconfig' (56,670) at 20240405153232071 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/Makefile' (56,671) at 20210307214932146 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-remarkable2.dts' (56,672) at 20240405153045533 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/init.h' (56,673) at 20210309003649000 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/Makefile' (56,674) at 20240405153053413 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/fstab' (56,675) at 20210307205554470 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycares_4.5.0.bb' (56,676) at 20241221090017560 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ubispl' (56,677) at 20210308005003300 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_11_0_6_offset.h' (56,678) at 20220525020652803 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_privacy_screen_machine.h' (56,679) at 20240405153052637 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-hdmi-phy.yaml' (56,680) at 20240405153045037 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a779g0-cpg-mssr.h' (56,681) at 20240405153231795 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-packaging/run-ptest.in' (56,682) at 20241221090017668 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gpu_trace.h' (56,683) at 20240405153048605 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_table.c' (56,684) at 20240405153050677 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_ctrl_special_regs.h' (56,685) at 20240405153046597 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/sorttable.h' (56,686) at 20240405153053461 to deleted uid set 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/warmboot_avp.h' (56,687) at 20210308005002788 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/rt_sigframe.h' (56,688) at 20240405153046069 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/core-api/symbol-namespaces.rst' (56,689) at 20240405153045273 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/dxe.h' (56,690) at 20240405153050473 2025-03-14 03:00:49.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-eeprom/rpi-eeprom_git.bb' (56,691) at 20240413080012667 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sc7280.c' (56,692) at 20220525020652318 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0004-add-libvchostif-to-link.patch' (56,693) at 20230211040012643 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90x_device.cpp' (56,694) at 20240508080027398 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/log.c' (56,695) at 20240405153054381 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch' (56,696) at 20241221090017696 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8135-apmixedsys.c' (56,697) at 20240405153230211 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.err' (56,698) at 20220429100100882 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/rti800.c' (56,699) at 20240405153046905 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ssh_config' (56,700) at 20230813080012876 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/turris_mox_defconfig' (56,701) at 20210308005003284 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/p16v.c' (56,702) at 20240405153053525 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/renameat.c' (56,703) at 20210307214932578 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/storage_enc.bin' (56,704) at 20221202040011011 to deleted uid set 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_export.c' (56,705) at 20240405153231939 2025-03-14 03:00:49.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_common.c' (56,706) at 20240405153230659 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/structs.h' (56,707) at 20240405153231859 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/AUTHORS' (56,708) at 20210307214932738 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/precise-smc-softmmu.S' (56,709) at 20240326080039746 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/Kconfig' (56,710) at 20210307214932378 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Adolfstrom' (56,711) at 20210307205553778 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/core.c' (56,712) at 20240710080014577 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-oled_3.14.0.bb' (56,713) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (56,714) at 20210307205553930 2025-03-14 03:00:49.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_10_0_enum.h' (56,715) at 20210307214927350 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hdmi.c' (56,716) at 20241216090017701 to deleted uid set 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Orkelljunga' (56,717) at 20210307205553790 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/stat.c' (56,718) at 20240405153232243 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/admv1013.c' (56,719) at 20240405153230691 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/ibm,ndfc.txt' (56,720) at 20210307214925370 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-mm.c' (56,721) at 20240405153046801 2025-03-14 03:00:49.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-generic.c' (56,722) at 20241216090017701 2025-03-14 03:00:49.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/percpu-defs.h' (56,723) at 20240405153052761 2025-03-14 03:00:49.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_proc.c' (56,724) at 20210307214930230 2025-03-14 03:00:49.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c' (56,725) at 20241011080017307 2025-03-14 03:00:49.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8741.h' (56,726) at 20210307214932354 2025-03-14 03:00:49.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/layer.conf' (56,727) at 20241221090017580 2025-03-14 03:00:49.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/atsha204a-i2c.c' (56,728) at 20210308005003396 2025-03-14 03:00:49.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Mackerras-3-Clause' (56,729) at 20241221090017616 2025-03-14 03:00:49.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_main.c' (56,730) at 20240405153049977 2025-03-14 03:00:49.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_ib.c' (56,731) at 20240520080015231 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/meson.build' (56,732) at 20240823080032949 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml' (56,733) at 20240405153045173 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/Makefile' (56,734) at 20210307214930254 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mach_traps.h' (56,735) at 20210307214926666 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/check-perf-trace.pl' (56,736) at 20210307214932566 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/lpc.c' (56,737) at 20210308005100993 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu_helper.h.inc' (56,738) at 20240906080037504 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_mcp.h' (56,739) at 20240405153050233 2025-03-14 03:00:49.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_strip_hyphen.log' (56,740) at 20240405153054225 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_imap.c' (56,741) at 20241008080014003 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/meson.build' (56,742) at 20241211090212290 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/gen_pcie_root_port.c' (56,743) at 20240906080037272 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/xpedite537x.c' (56,744) at 20210308005003172 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/suspend_32.h' (56,745) at 20240405153230115 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/gianfar.rst' (56,746) at 20210309003648444 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbl.c' (56,747) at 20210308005046505 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/lowlevel_init.S' (56,748) at 20210308005002712 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/gegl_0.4.50.bb' (56,749) at 20241221090017488 to deleted uid set 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/zoom1.h' (56,750) at 20210308005003016 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/ldstfp.S' (56,751) at 20210307214926434 2025-03-14 03:00:49.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-memops.c' (56,752) at 20240405153049273 2025-03-14 03:00:49.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/iotests-mypy.sh' (56,753) at 20220429100100734 2025-03-14 03:00:49.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/Makefile' (56,754) at 20210307214929830 2025-03-14 03:00:49.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5624r_spi.c' (56,755) at 20240405153048977 2025-03-14 03:00:49.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-core.c' (56,756) at 20240405153230823 2025-03-14 03:00:49.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client.inc' (56,757) at 20241221090017472 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uv/uv_mmrs.h' (56,758) at 20240405153046401 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/flexfilelayoutxdr.h' (56,759) at 20210307214931166 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (56,760) at 20241206090014286 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/elog_watch.hpp' (56,761) at 20241129090023561 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_ocelot_defconfig' (56,762) at 20210308005003268 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hw_breakpoint.h' (56,763) at 20240405153052917 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/p5.c' (56,764) at 20240405153046417 2025-03-14 03:00:49.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/bpf-direct.c' (56,765) at 20210307214932130 2025-03-14 03:00:49.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/core/ms_block.h' (56,766) at 20240405153049593 2025-03-14 03:00:49.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/blockdev-nbd.c' (56,767) at 20240906080037156 2025-03-14 03:00:49.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/paging.c' (56,768) at 20240405153050529 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/vmalloc.c' (56,769) at 20240913080013853 to deleted uid set 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c' (56,770) at 20240405153230515 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch' (56,771) at 20241221090017676 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.out' (56,772) at 20210308005046413 to deleted uid set 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/entrypoints/README' (56,773) at 20240405153048813 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390_flic.h' (56,774) at 20240906080037340 2025-03-14 03:00:49.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0007-fix-memleaks-in-libtar-sample-program.patch' (56,775) at 20241221090017540 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/serval2_pcb112.dts' (56,776) at 20210308005002816 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_numa.h' (56,777) at 20220429100100566 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_evtchnl.h' (56,778) at 20210307214928078 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sbc60xxwdt.c' (56,779) at 20210726100024767 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/board.c' (56,780) at 20210308005003048 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_logic.h' (56,781) at 20210308005003608 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-twl-led.c' (56,782) at 20240613080016463 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.build' (56,783) at 20240503080014518 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0003-optee-enable-clang-support.patch' (56,784) at 20241221090017472 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/eisa.h' (56,785) at 20210307214931382 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb' (56,786) at 20241206090014266 to deleted uid set 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-command-dsp-message-parser.c' (56,787) at 20240405153053505 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts' (56,788) at 20240405153045713 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/snmp_trap.hpp' (56,789) at 20230520080021600 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/pi/fdt_early.c' (56,790) at 20240405153230071 2025-03-14 03:00:49.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/mitigation-patching.sh' (56,791) at 20240405153054361 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/ptp_qoriq.h' (56,792) at 20240405153052693 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/pcap_ts.c' (56,793) at 20210307214928506 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cma_trace.c' (56,794) at 20210307214928374 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/brxre1.h' (56,795) at 20210308005003588 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch' (56,796) at 20231011080016574 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (56,797) at 20241031080012183 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wdt977.c' (56,798) at 20210309003653356 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/context.cpp' (56,799) at 20241219090033968 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h' (56,800) at 20210308005002876 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-pcm.c' (56,801) at 20240405153053501 2025-03-14 03:00:49.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/README.nanopi-k2' (56,802) at 20210308005002912 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_ppp.c' (56,803) at 20240405153232043 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2400_input_system_local.h' (56,804) at 20240405153051837 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-mingw' (56,805) at 20221215040039358 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/misc.h' (56,806) at 20240405153230103 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c' (56,807) at 20240405153047293 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_3_offset.h' (56,808) at 20240405153048281 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98390.c' (56,809) at 20240405153053633 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/elantech.rst' (56,810) at 20210307214925514 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/resource_messages.hpp' (56,811) at 20241224090003036 to deleted uid set 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/features.h' (56,812) at 20240405153052957 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm1026.S' (56,813) at 20210307214925974 2025-03-14 03:00:49.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/Kconfig' (56,814) at 20210308005002968 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hrtimer_api.h' (56,815) at 20240405153052701 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-wm831x.c' (56,816) at 20240405153046781 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/netiucv.c' (56,817) at 20240405153051533 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/Kconfig' (56,818) at 20240405153049269 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/nark.c' (56,819) at 20210309003652328 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_fcntl.h' (56,820) at 20210308005046085 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/unwind_vdso.c' (56,821) at 20210307214932738 2025-03-14 03:00:49.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_nokia.c' (56,822) at 20240405153046725 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_qmr.h' (56,823) at 20210307214929422 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-net.c' (56,824) at 20210308005046233 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvmem-consumer.h' (56,825) at 20240919080017082 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/obmc/gpio/id_button' (56,826) at 20210307205553694 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mullsjo_Torestorp' (56,827) at 20210307205553786 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/og01a1b.c' (56,828) at 20240405153230787 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/util.hpp' (56,829) at 20240424080006136 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1-10g-0.dtsi' (56,830) at 20210307214926350 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/lg-laptop.c' (56,831) at 20240830080013299 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/layer.conf' (56,832) at 20241221090017460 2025-03-14 03:00:49.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/htc.c' (56,833) at 20240805080013983 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/line.c' (56,834) at 20240913080013769 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm.h' (56,835) at 20240405153048889 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ir35221-unbind-bind.sh' (56,836) at 20240904080027730 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb' (56,837) at 20230401080011939 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/sh_mobile_lcdc.h' (56,838) at 20210307214931698 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/dbus.js' (56,839) at 20210308004923384 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-device.c' (56,840) at 20241211090212310 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_video.h' (56,841) at 20240405153051865 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ftsteutates.rst' (56,842) at 20240405153045217 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/src/ncsid_lib.sh' (56,843) at 20240326080010549 to deleted uid set 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/COPYING.MIT' (56,844) at 20210307205553670 2025-03-14 03:00:49.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/meson_options.txt' (56,845) at 20230629131804619 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/fsl-diu-fb.c' (56,846) at 20240405153231583 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/mtd-physmap.txt' (56,847) at 20210308005003304 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-phytec-mira-rdk-emmc.dts' (56,848) at 20240405153045505 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/groupext.cpp' (56,849) at 20230513080027498 to deleted uid set 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/journal.hpp' (56,850) at 20240817080031292 to deleted uid set 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/mpa1600.dts' (56,851) at 20240405153045469 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mvebu-mbus.c' (56,852) at 20240405153046733 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/test/hwmonio_mock.hpp' (56,853) at 20240817080026664 to deleted uid set 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/Kconfig' (56,854) at 20210307214931058 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_bitsplit.S' (56,855) at 20230426080043952 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/CVE-2017-17969.patch' (56,856) at 20210608000015799 to deleted uid set 2025-03-14 03:00:49.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/clients/pps-ldisc.c' (56,857) at 20240405153051445 to deleted uid set 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sunxi_mmc.c' (56,858) at 20210308005003408 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/vub300.c' (56,859) at 20240405153230863 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb' (56,860) at 20241220090019722 to deleted uid set 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2832_sdr.h' (56,861) at 20210307214928634 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/flash_unittest.cpp' (56,862) at 20211014000010487 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/switchtec-user/switchtec-user_4.2.bb' (56,863) at 20240301090012431 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' (56,864) at 20240730080012557 to deleted uid set 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/io.h' (56,865) at 20240405153231047 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/util/dwarf-regs.c' (56,866) at 20220525020655131 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/futex_val3.c' (56,867) at 20210307214932578 2025-03-14 03:00:49.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc.inc' (56,868) at 20241221090017644 to deleted uid set 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/integrity.h' (56,869) at 20240405153232111 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ufs/core/ufs_bsg.c' (56,870) at 20241216090017741 to deleted uid set 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf' (56,871) at 20240413080012699 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-latch.c' (56,872) at 20240405153047077 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb' (56,873) at 20241221090017548 to deleted uid set 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_ioc.c' (56,874) at 20210307214928702 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_defconfig' (56,875) at 20210308005003264 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/Makefile' (56,876) at 20210308005003036 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_attr.c' (56,877) at 20241216090017733 2025-03-14 03:00:49.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml' (56,878) at 20240405153045173 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_read_sensor_action.hpp' (56,879) at 20240817080031292 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_vcpu_timer.h' (56,880) at 20240405153046245 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/gpio_handle.cpp' (56,881) at 20230511080028983 to deleted uid set 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-npcm/Kconfig' (56,882) at 20240405153045657 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/fs-perms.txt' (56,883) at 20241221090017620 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb' (56,884) at 20241221090017524 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-pic32/spaces.h' (56,885) at 20210307214926226 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/topology.cpp' (56,886) at 20240817080005379 to deleted uid set 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml' (56,887) at 20240405153045101 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/Makefile' (56,888) at 20240405153051985 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/reboot.h' (56,889) at 20210307214931298 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-ipq4019.h' (56,890) at 20240405153231795 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.h' (56,891) at 20240405153050201 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/Makefile' (56,892) at 20240405153230799 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/sdio.h' (56,893) at 20240405153052741 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/links-x11_2.26.bb' (56,894) at 20241206090014262 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp3944.c' (56,895) at 20240405153049217 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VWML.interface.yaml' (56,896) at 20210610000035102 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2lc-smarc-pinfunction.dtsi' (56,897) at 20240405153229967 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/ms02-nv.h' (56,898) at 20210307214929210 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/processor.h' (56,899) at 20210307214931694 2025-03-14 03:00:49.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c' (56,900) at 20240405153230523 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c' (56,901) at 20240405153050173 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/Makefile' (56,902) at 20220525020653691 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/gntalloc.c' (56,903) at 20240405153052249 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-tegra210-quad.c' (56,904) at 20241211090145493 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/pseudo.inc' (56,905) at 20241206090014330 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/Kconfig' (56,906) at 20240405153231719 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/AUTHORS' (56,907) at 20241206090014290 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/cache.c' (56,908) at 20240624080012768 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/x1000-cgu.c' (56,909) at 20240405153046793 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-aes-regs.h' (56,910) at 20210307214927066 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pv88080-regulator.h' (56,911) at 20210307214930194 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c' (56,912) at 20240405153050489 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/csr.hpp' (56,913) at 20230511080024715 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/meson.build' (56,914) at 20220913030027309 to deleted uid set 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xen/xenvm-4.2.dts' (56,915) at 20240405153045609 2025-03-14 03:00:49.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-kernel/linux/linux-aspeed_git.bbappend' (56,916) at 20230126040012359 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_switchdev.h' (56,917) at 20210307214929654 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-caret-down.svg' (56,918) at 20210308005107069 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/list.h' (56,919) at 20210308005045993 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/rainier.dts' (56,920) at 20210307214926358 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/OWNERS' (56,921) at 20240712080022833 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb' (56,922) at 20210307205554386 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts' (56,923) at 20220525020651902 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalSubsystem_v1.xml' (56,924) at 20240619080002936 to deleted uid set 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml' (56,925) at 20240405153045117 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10048.h' (56,926) at 20210307214928646 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb' (56,927) at 20241221090017484 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/sh.txt' (56,928) at 20210308005003308 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/libbej.wrap' (56,929) at 20220618030002706 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/s3c24xx.S' (56,930) at 20240405153045625 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cik_sdma.c' (56,931) at 20240405153047129 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-display5.dts' (56,932) at 20210308005002584 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/nrf51_uart.h' (56,933) at 20210308005046005 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/tmpf.c' (56,934) at 20210308005108645 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_cis.h' (56,935) at 20210307214929186 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/udivmodti4.c' (56,936) at 20210307214926438 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-offsets.h' (56,937) at 20210308005003560 2025-03-14 03:00:49.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/rave-sp-pwrbutton.c' (56,938) at 20210307214928486 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h' (56,939) at 20240405153230507 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/Makefile' (56,940) at 20240405153046369 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/Makefile' (56,941) at 20210308005002984 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/lowlevel_init.S' (56,942) at 20210308005002816 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson/run-ptest' (56,943) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/list.scss' (56,944) at 20210308005107073 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7146/Makefile' (56,945) at 20210307214928710 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bzlib.h' (56,946) at 20210308005003564 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/mmap.h' (56,947) at 20210307214931210 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-gpio.c' (56,948) at 20240405153053965 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/meson.build' (56,949) at 20240906080037224 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv04.c' (56,950) at 20220525020652967 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/systemd-boot-cfg.bbclass' (56,951) at 20231011080016598 2025-03-14 03:00:49.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/location.h' (56,952) at 20240405153050521 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/lcdif_regs.h' (56,953) at 20240405153048609 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/core.c' (56,954) at 20240405153051969 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-apmixedsys.c' (56,955) at 20240405153046797 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/unistd.h' (56,956) at 20240710080014605 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingLoop.v1_0_3.json' (56,957) at 20240619080002944 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/Makefile' (56,958) at 20240405153045689 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml' (56,959) at 20240405153045185 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00.h' (56,960) at 20240405153050621 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-ipe.c' (56,961) at 20240405153230215 2025-03-14 03:00:49.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_crtc_helper_internal.h' (56,962) at 20240405153048393 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-spin.h' (56,963) at 20210307214931806 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-boneblack.dts' (56,964) at 20210308005002560 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb' (56,965) at 20240106090017237 to deleted uid set 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/ulpevent.h' (56,966) at 20210307214931574 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/inject_fault.c' (56,967) at 20240405153045885 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/packet/Makefile' (56,968) at 20210307214932042 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Thermal.v1_7_3.json' (56,969) at 20240619080002956 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/allwinner-a10-spi.h' (56,970) at 20241211090212362 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kxsd9.h' (56,971) at 20240405153048937 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_thread.h' (56,972) at 20241211090212218 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/apic.h' (56,973) at 20210307214926750 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/psci/Kconfig' (56,974) at 20210307214927174 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/backported.patch' (56,975) at 20241206090014298 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FaultLogType/meson.build' (56,976) at 20240228090020564 to deleted uid set 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/cdc.h' (56,977) at 20240405153052809 2025-03-14 03:00:49.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i3c/master/dw-i3c-master.c' (56,978) at 20240405153230683 to deleted uid set 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/probe-file.c' (56,979) at 20220525020655175 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB6.conf' (56,980) at 20240924080011379 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/physdev.h' (56,981) at 20240326080039546 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson8b-reset.h' (56,982) at 20210307214931346 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/sc520cdp.c' (56,983) at 20210309003650476 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/marvell-88q2xxx.c' (56,984) at 20240405153231075 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_optc.c' (56,985) at 20240405153047245 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/move/test_msa_move_v.c' (56,986) at 20210308005046521 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/sigcontext.h' (56,987) at 20220525020652154 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/error_logging.cpp' (56,988) at 20210901000109343 to deleted uid set 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mb862xx.h' (56,989) at 20210308005003672 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt' (56,990) at 20210307214925418 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch' (56,991) at 20210307205553938 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/Makefile' (56,992) at 20240405153046065 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/argument.hpp' (56,993) at 20210308005109241 2025-03-14 03:00:49.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c' (56,994) at 20240405153230987 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_utils.c' (56,995) at 20210308005003364 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/ring.c' (56,996) at 20210307214932742 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Eurosym' (56,997) at 20211006000025234 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobService_v1.xml' (56,998) at 20240619080002924 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mdio_bus.c' (56,999) at 20240405153231079 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_early.c' (57,000) at 20240405153231507 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/can/can327.rst' (57,001) at 20240405153045233 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/a32.decode' (57,002) at 20230426080043856 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-mamoj.dts' (57,003) at 20210308005002584 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/test-threadmap.c' (57,004) at 20240405153054065 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/imximage.cfg' (57,005) at 20210308005003084 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/s5pv210.S' (57,006) at 20210307214925858 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-tls.c' (57,007) at 20230426080043956 2025-03-14 03:00:49.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/config.mk' (57,008) at 20210308005002556 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvme/host/core.c' (57,009) at 20241211090145473 to deleted uid set 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/qcom-geni-se.c' (57,010) at 20241211090145493 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml' (57,011) at 20240405153045089 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/strace.c' (57,012) at 20241211090212382 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/maple/maple.h' (57,013) at 20210307214926466 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgk208.fuc5' (57,014) at 20210307214927938 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hex.h' (57,015) at 20240405153052697 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/OWNERS' (57,016) at 20241018080022102 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/maxim_codec.c' (57,017) at 20210308005003488 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss_features.h' (57,018) at 20210307214930926 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/040_x86_ucode_not_in_image.dts' (57,019) at 20210308005003752 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/sys_proto.h' (57,020) at 20210308005002648 2025-03-14 03:00:49.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/atmel,at91sam9-wdt.yaml' (57,021) at 20240405153045185 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-lochnagar.c' (57,022) at 20240405153046781 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/tesla/fsd.dtsi' (57,023) at 20240405153229967 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_chassis.c' (57,024) at 20210308004938820 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-backend.h' (57,025) at 20240906080037340 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c' (57,026) at 20241118090018495 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/host_notifier_test.cpp' (57,027) at 20240820080027382 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/redfish_v1.hpp' (57,028) at 20240917080002671 to deleted uid set 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c' (57,029) at 20240405153230399 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-vsock.c' (57,030) at 20240906080037316 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.cpp' (57,031) at 20240820080022990 to deleted uid set 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-v4wb.c' (57,032) at 20210307214925970 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c' (57,033) at 20240405153049941 2025-03-14 03:00:49.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-j721e.h' (57,034) at 20240405153230523 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-usb.c' (57,035) at 20241111090012137 to deleted uid set 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsutils.c' (57,036) at 20210307214926830 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500.h' (57,037) at 20240405153046169 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/spdxcheck.py' (57,038) at 20240405153053461 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/cmd_dhry.c' (57,039) at 20210308005003696 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c' (57,040) at 20240405153231011 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/neponset.c' (57,041) at 20240405153045689 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_crtc.c' (57,042) at 20240405153230643 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/symbol/Makefile' (57,043) at 20240405153054069 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb' (57,044) at 20241221090017556 2025-03-14 03:00:49.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/i9xx_wm.c' (57,045) at 20240405153048433 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/musca-b1.md' (57,046) at 20221017030012206 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi' (57,047) at 20240405153229935 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.h' (57,048) at 20210307214927234 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/psci.c' (57,049) at 20240906080037464 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/include/atomic.h' (57,050) at 20240906080037344 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/meta-initramfs-image.bb' (57,051) at 20210307205553750 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-octeon.c' (57,052) at 20240405153230019 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-video.c' (57,053) at 20240405153230823 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch.h' (57,054) at 20221215040039066 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/skas/skas.h' (57,055) at 20210307214926622 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi' (57,056) at 20210308005002580 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-vip.h' (57,057) at 20240405153049497 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tm.h' (57,058) at 20210307214926394 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/libipw_rx.c' (57,059) at 20241216090017721 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7785lcr.h' (57,060) at 20210308005003616 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/run-ptest' (57,061) at 20210307205554614 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/funcmux.h' (57,062) at 20210308005002668 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-sh7785lcr.c' (57,063) at 20210307214926534 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ethtool_lib.sh' (57,064) at 20220525020655219 2025-03-14 03:00:49.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts' (57,065) at 20240405153045737 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch' (57,066) at 20210307205554598 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/SB+fencembonceonces.litmus' (57,067) at 20210307214932502 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/semiconsole.c' (57,068) at 20221215040039382 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_llc.c' (57,069) at 20240405153232079 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_iface.cpp' (57,070) at 20230919080007046 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-interface.hpp' (57,071) at 20231003080021595 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/set_memory.h' (57,072) at 20240405153052793 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/speed.c' (57,073) at 20210308005002800 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/schedule.hpp' (57,074) at 20221229040004411 to deleted uid set 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/unistd_32.h' (57,075) at 20240405153232207 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_mmu.c' (57,076) at 20240405153046157 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/xchg.h' (57,077) at 20210307214925650 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c' (57,078) at 20210308005046513 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/ti-smartreflex.txt' (57,079) at 20210307214925402 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/LICENSE' (57,080) at 20210307205553682 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/tc-artifacts-image.bb' (57,081) at 20220804030014667 2025-03-14 03:00:49.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tx6ul.dtsi' (57,082) at 20240405153045525 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_po1030.c' (57,083) at 20210605000027708 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-hisi.c' (57,084) at 20240405153047077 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/Kconfig' (57,085) at 20240405153230695 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-kernel/linux/linux-nuvoton_%.bbappend' (57,086) at 20220511030207178 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/usbpipe.h' (57,087) at 20220525020654195 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl.dtsi' (57,088) at 20240405153045501 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-inventory/inventory' (57,089) at 20210307205554222 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h' (57,090) at 20210308005002836 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/kup.h' (57,091) at 20240405153230027 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/run-ptest' (57,092) at 20230401080011971 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mjosjo' (57,093) at 20210307205553786 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/debug.h' (57,094) at 20210307214931418 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tipc.h' (57,095) at 20210307214931578 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/param.h' (57,096) at 20210307214926066 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_modem_ops.h' (57,097) at 20240405153231267 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/rk_i2c.c' (57,098) at 20210308005003384 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi' (57,099) at 20210308005002596 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TTWL' (57,100) at 20241221090017616 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ip.h' (57,101) at 20240405153052925 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3036.dtsi' (57,102) at 20241115090012937 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/testimage.bbclass' (57,103) at 20241221090017608 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/types.hpp' (57,104) at 20230503080035016 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_cgroup_storage.c' (57,105) at 20240405153054285 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/update-enterprise-numbers' (57,106) at 20240627080019396 2025-03-14 03:00:49.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/openssl1.1_fix.patch' (57,107) at 20230520080014488 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/af9013.h' (57,108) at 20210307214928606 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/ibmphp_core.c' (57,109) at 20240405153051245 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/system.h' (57,110) at 20210308005002852 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu.txt' (57,111) at 20220525020651710 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9002_phy.h' (57,112) at 20210307214929762 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/pistachio-clk.h' (57,113) at 20210307214931330 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/chacha20poly1305-selftest.c' (57,114) at 20210307214931794 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/llsec.h' (57,115) at 20210307214931998 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_addrlist.c' (57,116) at 20210307214932030 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/cdx.h' (57,117) at 20240405153046741 2025-03-14 03:00:49.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/floating-point.json' (57,118) at 20240405153054149 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2063.h' (57,119) at 20210307214928798 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xerces-c/xerces-c/0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch' (57,120) at 20241221090017516 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml' (57,121) at 20240405153045149 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asm-prototypes.h' (57,122) at 20240405153046001 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/diskusage' (57,123) at 20210308005059705 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu10.h' (57,124) at 20240405153048337 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-twr-lpuart.dts' (57,125) at 20210308005002596 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/run-ptest' (57,126) at 20231207090015262 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/lx200mx.dts' (57,127) at 20210307214926758 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/nvdimm/maintainer-entry-profile.rst' (57,128) at 20210307214925542 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_regs.h' (57,129) at 20240405153050625 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/sqi-pic32.txt' (57,130) at 20210307214925442 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/MAINTAINERS' (57,131) at 20210308005003004 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m3-ulcb-kf.dts' (57,132) at 20240405153229963 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/post.c' (57,133) at 20210308005003724 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd139x.dtsi' (57,134) at 20210307214926038 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml' (57,135) at 20240405153045029 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk110.c' (57,136) at 20240405153048637 2025-03-14 03:00:49.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/no-force-mem.patch' (57,137) at 20210307205553958 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/card.h' (57,138) at 20240405153051953 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch' (57,139) at 20210307205554470 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf_3.2.6.bb' (57,140) at 20231126090012861 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_segment.S' (57,141) at 20220525020652062 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exresop.c' (57,142) at 20240405153046621 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/tps65090_regulator.c' (57,143) at 20210308005003472 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp737.c' (57,144) at 20210307214931178 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/ct_metrics/gen_csv_results.py' (57,145) at 20230218040013737 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_btf_nokv.c' (57,146) at 20240405153054273 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/physical.cpp' (57,147) at 20240719080031533 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx25.c' (57,148) at 20240405153229911 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/ddr-setup2.cfg' (57,149) at 20210308005002912 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/evlist-open-close.c' (57,150) at 20240405153054097 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds_qixis.h' (57,151) at 20210308005002972 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb' (57,152) at 20240302090018206 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/load_unpack.c' (57,153) at 20230925080040097 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-pcnet.rom' (57,154) at 20210308005046181 to deleted uid set 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/tangier_wdt.c' (57,155) at 20210308005003540 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9877.h' (57,156) at 20210307214932314 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb' (57,157) at 20240413080012655 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/direct.py' (57,158) at 20241221090017704 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Puolanka' (57,159) at 20210307205553774 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/serial-sh7720.c' (57,160) at 20210307214926562 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-attr-fix-utime-for-symlink.patch' (57,161) at 20230520080014504 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg' (57,162) at 20221119040012330 2025-03-14 03:00:49.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-cr0014114.txt' (57,163) at 20210307214925346 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/simple-mfd-i2c.h' (57,164) at 20220525020653347 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/bitops.h' (57,165) at 20210308005002672 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxafb.c' (57,166) at 20241011080017351 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/init.c' (57,167) at 20240906080037164 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/signal.c' (57,168) at 20240405153229863 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd8131_edac.c' (57,169) at 20240405153047013 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm_git.bb' (57,170) at 20240302090018206 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.gitignore' (57,171) at 20210308005007096 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc7_cfg_regs.h' (57,172) at 20240405153046581 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/meson.options' (57,173) at 20240731164718595 2025-03-14 03:00:49.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_iscsi.c' (57,174) at 20240405153050229 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bitmain,bm1880-reset.h' (57,175) at 20210307214931346 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/speedtest.c' (57,176) at 20240405153049713 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcu_node_tree.h' (57,177) at 20220525020654607 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/machine/mtjefferson.conf' (57,178) at 20241106090019918 to deleted uid set 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netdev-genl.c' (57,179) at 20240405153232007 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sdrutils.hpp' (57,180) at 20240829080022538 to deleted uid set 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Torosay' (57,181) at 20210307205553798 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/memcg_shrinker.py' (57,182) at 20240405153054045 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh' (57,183) at 20230428080015190 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/README' (57,184) at 20210308005002984 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd9335.h' (57,185) at 20210309003654664 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst-mfld-platform.h' (57,186) at 20210309003654900 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/of_memory.h' (57,187) at 20240405153049589 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/xattr.h' (57,188) at 20240405153052969 2025-03-14 03:00:49.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libzstd.c' (57,189) at 20210307214932466 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/reg.h' (57,190) at 20210307214929938 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib3000mb_priv.h' (57,191) at 20210307214928618 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-snan-convert.c' (57,192) at 20210308005046497 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/palinfo.c' (57,193) at 20240405153045925 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/pid_list.c' (57,194) at 20240805080014043 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210.dtsi' (57,195) at 20210308005002628 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/298' (57,196) at 20240326080039734 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/mmu/mmu_v1_1.h' (57,197) at 20240405153046609 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/060_fdt_update.dts' (57,198) at 20210308005003752 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf_3.1.bb' (57,199) at 20230131040012063 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/install_db' (57,200) at 20210307205553890 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-mt6397.txt' (57,201) at 20240405153045153 2025-03-14 03:00:49.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/Cargo.toml' (57,202) at 20241211090212454 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_cnfg.h' (57,203) at 20240405153231427 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/dcdc.c' (57,204) at 20240405153230015 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/STG4000VTG.c' (57,205) at 20210307214930914 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/sge.c' (57,206) at 20240405153049885 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest/prefix.pl' (57,207) at 20210524100035138 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_pnor_defconfig' (57,208) at 20210308005003280 2025-03-14 03:00:49.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/Makefile' (57,209) at 20240405153046229 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun6i-rtc.h' (57,210) at 20240405153046857 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/xilinx_spips.c' (57,211) at 20241211090212338 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/pca963x.txt' (57,212) at 20210307214925346 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_regs.h' (57,213) at 20240405153050593 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/block.h' (57,214) at 20210307214929182 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.tag.hpp.mako' (57,215) at 20230902080037617 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_errors.hpp' (57,216) at 20241018080020198 to deleted uid set 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minipack.dts' (57,217) at 20240405153229867 2025-03-14 03:00:49.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/bios.h' (57,218) at 20231102080015293 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/dc_pipeline_overview.svg' (57,219) at 20240405153045213 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c' (57,220) at 20240712080021069 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/DMTF_Redfish_logo_2017.svg' (57,221) at 20210308005107069 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250.dtsi' (57,222) at 20240405153045569 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/media-dev-allocator.h' (57,223) at 20210716100030059 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/err_marvel.c' (57,224) at 20210307214925654 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi' (57,225) at 20210308005002616 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-aes-gcm.c' (57,226) at 20220525020652390 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/asciidoc.conf' (57,227) at 20210307214932506 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-timerlat-hist.rst' (57,228) at 20240405153229831 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2-monitoring.service' (57,229) at 20230920080013648 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/compaction_test.c' (57,230) at 20240624080012836 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/frame_vector.c' (57,231) at 20240405153049273 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fwnode_mdio.h' (57,232) at 20220525020654567 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/atmel-can.txt' (57,233) at 20210307214925374 2025-03-14 03:00:49.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zybo-z7/ps7_init_gpl.c' (57,234) at 20210308005003180 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/strncmp.S' (57,235) at 20240405153045897 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/signal.c' (57,236) at 20240906080037360 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/ocb.c' (57,237) at 20240405153053293 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_compat_css20.h' (57,238) at 20210307214930534 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-create_empty_library-Use-CC-variable-intead-of-hardc.patch' (57,239) at 20210307205553818 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml' (57,240) at 20221207040023631 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.service' (57,241) at 20210307205554562 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ds1682.c' (57,242) at 20240405153049633 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pcsxx-defs.h' (57,243) at 20210307214926238 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/rdrand.c' (57,244) at 20240405153046421 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/mmio_context.c' (57,245) at 20240405153048517 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-flash-bios-init.service' (57,246) at 20241206090018458 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-i386.c' (57,247) at 20241211090212558 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/Makefile' (57,248) at 20210307214930606 2025-03-14 03:00:49.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/guts.h' (57,249) at 20220525020654567 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/timekeeping.rst' (57,250) at 20240405153045005 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vxlan/vxlan_private.h' (57,251) at 20241018080014538 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/Makefile' (57,252) at 20210308005003088 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/projects/qemu-win-installer.yml' (57,253) at 20240906080037560 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-gcrypt.c' (57,254) at 20241211090212230 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-aes-xts.c' (57,255) at 20240405153046933 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/psmouse.h' (57,256) at 20240405153049153 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/trace-events' (57,257) at 20230925080040113 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-clearfog.dtsi' (57,258) at 20240405153045445 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-ptp.c' (57,259) at 20240405153049801 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt' (57,260) at 20210308005003328 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_main.c' (57,261) at 20240405153049809 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_fip.c' (57,262) at 20210307214930382 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c' (57,263) at 20210308005046521 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenfs/xensyms.c' (57,264) at 20240405153052257 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/imximage.cfg' (57,265) at 20210308005002984 2025-03-14 03:00:49.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/consteval_string.hpp' (57,266) at 20240925080038338 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/processor.hpp' (57,267) at 20241217090008768 to deleted uid set 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/mperf_monitor.c' (57,268) at 20240405153054217 to deleted uid set 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_pmu.c' (57,269) at 20240405153048529 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_common.h' (57,270) at 20240405153050485 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/gef_sbc610.dts' (57,271) at 20210307214926342 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/host-template.yaml' (57,272) at 20220409030017475 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend' (57,273) at 20230728080019718 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_hier_keys.sh' (57,274) at 20240405153054341 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/s390-ccw.img' (57,275) at 20241211090212442 to deleted uid set 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-solidsense.dtsi' (57,276) at 20240405153045517 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators-monitor-disable.service' (57,277) at 20230516080033026 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_comp.c' (57,278) at 20240613080016419 to deleted uid set 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-duckbill.dts' (57,279) at 20240405153045537 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_missing_fpsimd.c' (57,280) at 20240405153054237 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/cper-parse.h' (57,281) at 20241114091008832 to deleted uid set 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/time/virt-cpuacct/arch-support.txt' (57,282) at 20240405153045201 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/Makefile' (57,283) at 20220520100030268 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65023-regulator.c' (57,284) at 20240405153051477 2025-03-14 03:00:49.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-detailed-3' (57,285) at 20241211090145573 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8180_93cx6.c' (57,286) at 20210307214930634 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/setup.py' (57,287) at 20220728030041559 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_bitmap_gen.h' (57,288) at 20240405153232055 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-predefined.out' (57,289) at 20210927100127469 to deleted uid set 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368-board-spl.c' (57,290) at 20210308005002776 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/virtio_ring.h' (57,291) at 20210307214932742 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/README' (57,292) at 20210308005003072 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/panda.c' (57,293) at 20210308005003080 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/oplib.h' (57,294) at 20210307214926162 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a5xx_preempt.c' (57,295) at 20241008080013923 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/sections.h' (57,296) at 20210308005002828 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/sve-probe-vls.c' (57,297) at 20220525020655187 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cpu-freq/index.rst' (57,298) at 20240405153045005 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6prm.yaml' (57,299) at 20240405153045169 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_mrp.c' (57,300) at 20220525020654803 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c' (57,301) at 20240405153048657 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/0002-Fix-gcc-build-problem.patch' (57,302) at 20240413080012655 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000-000.dts' (57,303) at 20210308005002628 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb' (57,304) at 20231126090012789 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/coda.h' (57,305) at 20210307214931370 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/d_path.c' (57,306) at 20240405153052321 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/clock-sh7706.c' (57,307) at 20210307214926562 2025-03-14 03:00:49.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (57,308) at 20241206090014278 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/acrn_drv.h' (57,309) at 20240405153052229 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mld-sta.c' (57,310) at 20240726080012858 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pretend_1.0.9.bb' (57,311) at 20220402030016183 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabreauto-u-boot.dtsi' (57,312) at 20210308005002584 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c-omap.c' (57,313) at 20221215040039374 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ds2760_battery.c' (57,314) at 20240405153051433 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc' (57,315) at 20240405153054305 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb' (57,316) at 20241221090017504 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-prime.dtsi' (57,317) at 20240405153045569 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/fsgsbase_restore.c' (57,318) at 20210309003656020 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts' (57,319) at 20210308005002580 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1232_revA_defconfig' (57,320) at 20210308005003284 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.c' (57,321) at 20210307214928838 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/pwaudio.c' (57,322) at 20241211090212206 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink.hpp' (57,323) at 20230701080027201 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/meson.build' (57,324) at 20240906080037564 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftpd-hpa.service' (57,325) at 20210307205553822 2025-03-14 03:00:49.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-textparser_0.24.0.bb' (57,326) at 20220612030016731 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch' (57,327) at 20230503080014583 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/clk-pxa.c' (57,328) at 20240405153046805 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_6_0_0_offset.h' (57,329) at 20240405153048025 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/multiplexer/iio-mux.c' (57,330) at 20240405153049009 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/-bmc-gbmcbrnicdhcp.network' (57,331) at 20240913080015313 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/coco/tdx/tdcall.S' (57,332) at 20241211090145389 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine.h' (57,333) at 20240405153048485 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/Makefile' (57,334) at 20210307214930150 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf' (57,335) at 20231021080018978 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch' (57,336) at 20230503080014591 to deleted uid set 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/uncore-cache.json' (57,337) at 20240405153054125 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-snow.dts' (57,338) at 20210308005002580 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge.h' (57,339) at 20240405153049369 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-igep0033.dtsi' (57,340) at 20210308005002560 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgm107.fuc5' (57,341) at 20210307214927938 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parso_0.8.4.bb' (57,342) at 20241206090014266 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/Kconfig' (57,343) at 20210308005003476 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lte-sku.dtsi' (57,344) at 20240405153045781 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/yosemite4-temporary-software-versions.yml' (57,345) at 20240626080012027 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6720/Makefile' (57,346) at 20210308005002904 2025-03-14 03:00:49.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebit_mickey_defconfig' (57,347) at 20210308005003252 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/io.h' (57,348) at 20240405153045973 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb' (57,349) at 20241206090014346 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts' (57,350) at 20240405153045717 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-fsl-ftm-alarm.txt' (57,351) at 20210307214925418 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Modification' (57,352) at 20211006000025230 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250.h' (57,353) at 20240405153046013 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch' (57,354) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-Fix-build-with-format-string-checks.patch' (57,355) at 20210307205553846 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png' (57,356) at 20210307205554270 to deleted uid set 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/aspeed-gfx.txt' (57,357) at 20210307214925358 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/kgdb.c' (57,358) at 20240405153230003 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb-hcd.yaml' (57,359) at 20240405153045185 2025-03-14 03:00:49.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/imx8mm_thermal.c' (57,360) at 20240405153231495 2025-03-14 03:00:49.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_7_offset.h' (57,361) at 20220525020652694 2025-03-14 03:00:49.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb' (57,362) at 20241221090017488 2025-03-14 03:00:49.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-nmi.c' (57,363) at 20210307214926290 2025-03-14 03:00:49.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gpu.h' (57,364) at 20240405153230587 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/icl-metrics.json' (57,365) at 20240405153232227 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r7s9210.dtsi' (57,366) at 20240405153045549 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3128.c' (57,367) at 20210308005003352 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-arch.rst' (57,368) at 20240405153045249 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/battery/Makefile' (57,369) at 20210308005003468 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/imx8mq.c' (57,370) at 20240405153049165 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/Makefile' (57,371) at 20210308005002972 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/physmem.c' (57,372) at 20210308005003708 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi' (57,373) at 20240411080014050 to deleted uid set 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/file_io.c' (57,374) at 20241009080011085 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png' (57,375) at 20241206090014206 to deleted uid set 2025-03-14 03:00:49.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tipc_config.h' (57,376) at 20240405153052941 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/debug.h' (57,377) at 20240405153231191 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml' (57,378) at 20220310040011704 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu10_smumgr.h' (57,379) at 20210309003649664 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_events.h' (57,380) at 20240405153047181 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-x509-helpers.c' (57,381) at 20241211090212550 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/netlink.c' (57,382) at 20220525020654959 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53cx9020.h' (57,383) at 20210308005003604 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/string.h' (57,384) at 20210308005002824 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/sparse.c' (57,385) at 20240913080013849 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/arm-pl08x.yaml' (57,386) at 20240405153045053 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_6.1.1.bb' (57,387) at 20220402030015899 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_request_mgr.h' (57,388) at 20210307214927086 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/e500.h' (57,389) at 20210308005003644 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch' (57,390) at 20230131040012031 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs35l35.h' (57,391) at 20210307214931594 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_rtr0_mstr_if_rr_prvt_lbw_regs.h' (57,392) at 20240405153046585 2025-03-14 03:00:49.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmisave/pam_ipmisave.c' (57,393) at 20240625080018420 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxa168fb.h' (57,394) at 20210307214930934 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/pipeline.json' (57,395) at 20240405153054113 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/musca-s1.yml' (57,396) at 20241206090014206 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-u2fzero.c' (57,397) at 20240405153048821 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/virt_ctrl.c' (57,398) at 20241211090212298 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch' (57,399) at 20241221090017664 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/Build' (57,400) at 20210307214932514 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/mtl.c' (57,401) at 20240613080016551 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/intel,ixp4xx-pci.yaml' (57,402) at 20220525020651698 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/imximage.cfg' (57,403) at 20210308005002920 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca508.c' (57,404) at 20210307214928834 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/dbus.rst' (57,405) at 20220429100100418 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb' (57,406) at 20231126090012781 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8568si-post.dtsi' (57,407) at 20210307214926342 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb' (57,408) at 20241221090017564 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_CLASSIFY.c' (57,409) at 20241018080014586 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Pilgrimstad' (57,410) at 20210307205553790 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch' (57,411) at 20210307205553958 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/grvga.c' (57,412) at 20240405153231583 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/tsc.c' (57,413) at 20210309003655376 2025-03-14 03:00:49.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/stdio/hist.c' (57,414) at 20240405153054177 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.json' (57,415) at 20240906080037560 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/misc.h' (57,416) at 20210309003653720 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/pcie.c' (57,417) at 20240405153230707 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_certificate.robot' (57,418) at 20240628080017117 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-maint.c' (57,419) at 20240906080037136 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/util/header.c' (57,420) at 20240405153054089 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddrc_version.h' (57,421) at 20210308005003648 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/recover.h' (57,422) at 20240405153231655 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0000.h' (57,423) at 20210307214927902 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/hmm.rst' (57,424) at 20240405153045297 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_stolen.c' (57,425) at 20240405153230563 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/nft_set_rbtree.c' (57,426) at 20241011080017395 to deleted uid set 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/soc15_int.h' (57,427) at 20240405153047189 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/mboxd/mboxd_%.bbappend' (57,428) at 20240712080022837 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h' (57,429) at 20240405153050201 2025-03-14 03:00:49.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/pcnet.h' (57,430) at 20221215040039130 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/redrat3.c' (57,431) at 20240405153049521 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-pinctrl.dtsi' (57,432) at 20240405153045569 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/setup.c' (57,433) at 20240405153046209 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-mux.c' (57,434) at 20240405153046781 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/car.S' (57,435) at 20210308005002856 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ptest.out.expected' (57,436) at 20230503080014583 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/unistd.h' (57,437) at 20240405153045941 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sh_timer.c' (57,438) at 20221215040039158 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/keystone-usb-phy.txt' (57,439) at 20210307214925386 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/driver-ops.h' (57,440) at 20240405153053305 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0005-Pass-noline-flag-to-flex.patch' (57,441) at 20240413080012655 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/vvfat' (57,442) at 20240906080037568 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-msi-digivox-iii.c' (57,443) at 20210307214928782 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-tle62x0.c' (57,444) at 20240405153051801 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_2.0.0.bb' (57,445) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/l2c-common.c' (57,446) at 20210307214925970 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-hwdep.c' (57,447) at 20220525020654975 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts' (57,448) at 20210308005002624 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-edp.yaml' (57,449) at 20240405153045045 2025-03-14 03:00:49.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/omap3isp-uapi.rst' (57,450) at 20210307214925594 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tap.c' (57,451) at 20240405153054353 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/un.h' (57,452) at 20210307214931662 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/kdebug.h' (57,453) at 20210307214926118 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/coredump.c' (57,454) at 20240405153050605 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pinctrl/nxp/pinctrl-s32cc.c' (57,455) at 20240405153231327 to deleted uid set 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-aes-galois.c' (57,456) at 20240405153046933 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn230.h' (57,457) at 20210307214926210 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_tgt.c' (57,458) at 20240520080015171 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pmic-cpcap.c' (57,459) at 20210416100025434 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_dccg.c' (57,460) at 20240405153047241 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c' (57,461) at 20240405153050249 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section.c' (57,462) at 20241114091008828 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/i8254.h' (57,463) at 20240405153046449 2025-03-14 03:00:49.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/stm32_sdmmc2.c' (57,464) at 20210308005003408 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/phy-cadence-salvo.c' (57,465) at 20240405153051281 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/sysfs.h' (57,466) at 20240405153052709 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-error.v1_0_2.json' (57,467) at 20240619080002956 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_bitrev.c' (57,468) at 20210308005046501 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun5i-ccu.h' (57,469) at 20210307214931334 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla.rst' (57,470) at 20240405153045265 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ci_dpm.c' (57,471) at 20240405153048709 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7740-armadillo800eva.dts' (57,472) at 20240405153229895 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/helper.h' (57,473) at 20210308004938816 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/setup.h' (57,474) at 20210307214926178 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ide-dev.h' (57,475) at 20240906080037332 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb_vb2.h' (57,476) at 20210307214931542 2025-03-14 03:00:49.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-perf.rst' (57,477) at 20240405153045269 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-op1-opp.dtsi' (57,478) at 20210308005002608 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_arc0_aux_masks.h' (57,479) at 20240405153046581 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mcffec.c' (57,480) at 20210308005003436 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/topsrv.h' (57,481) at 20210307214932098 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/network_helpers.c' (57,482) at 20241115090012977 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/dir-item.h' (57,483) at 20240405153052277 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/timed_ctrl.h' (57,484) at 20210307214930546 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-zii-rmu2.dts' (57,485) at 20241008080013891 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/container-of.h' (57,486) at 20240821080010283 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/stack.S' (57,487) at 20210307214926750 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CLEI/meson.build' (57,488) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_8_7_0_offset.h' (57,489) at 20210309003649632 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/diag.h' (57,490) at 20240405153230079 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt35560.c' (57,491) at 20240405153230615 2025-03-14 03:00:49.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-goflexnet.dts' (57,492) at 20240405153045457 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user.h' (57,493) at 20240906080037448 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-lcd' (57,494) at 20210307214925194 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs3xdr.c' (57,495) at 20240405153052421 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/devices.c' (57,496) at 20240405153045657 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/aspeed,sgpio.yaml' (57,497) at 20220525020651674 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/CLI11.wrap' (57,498) at 20230602080035412 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon_16m.bb' (57,499) at 20241221090017540 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml' (57,500) at 20240613080016355 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond.init' (57,501) at 20210307205554558 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb' (57,502) at 20241221090017692 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laisvall' (57,503) at 20210307205553786 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia-dvbt.c' (57,504) at 20210307214928778 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/mutex-debug.c' (57,505) at 20240712080021093 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/source.c' (57,506) at 20210308005003220 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/m68328.c' (57,507) at 20220525020651978 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/baum.c' (57,508) at 20230426080043656 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pkeys.c' (57,509) at 20240405153046481 2025-03-14 03:00:49.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_div.c' (57,510) at 20221215040039386 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_8_0_d.h' (57,511) at 20210307214927394 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.c' (57,512) at 20210308005003368 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7986.c' (57,513) at 20240405153051317 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/zpool.c' (57,514) at 20240405153053157 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/meesc.h' (57,515) at 20210308005003604 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_iterating_callbacks.c' (57,516) at 20240405153232263 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/Makefile' (57,517) at 20210307214926850 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/openbmc-phosphor.conf' (57,518) at 20210307205554058 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv.h' (57,519) at 20210307214929530 2025-03-14 03:00:49.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/cache.json' (57,520) at 20240405153054157 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/twl4030_charger.c' (57,521) at 20240405153231355 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dbus.hpp' (57,522) at 20220731030017503 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_tftp.c' (57,523) at 20210307214932014 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/phosphor-dbus-interfaces.wrap' (57,524) at 20230921080009745 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/mtip32xx/mtip32xx.c' (57,525) at 20240405153046709 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ipic.h' (57,526) at 20240405153046113 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-88f6720_defconfig' (57,527) at 20210308005003256 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-ts4600.dts' (57,528) at 20240405153045537 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/node.h' (57,529) at 20240613080016483 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib8000.h' (57,530) at 20210307214928618 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/controlcenterd.c' (57,531) at 20210308005003000 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives___diff_func_proto.c' (57,532) at 20210307214932642 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_user_copy.c' (57,533) at 20210307214931818 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dml_logger.h' (57,534) at 20210307214927302 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/tc_flower_scale.sh' (57,535) at 20210307214932666 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dts' (57,536) at 20220525020651930 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/turbo.h' (57,537) at 20210308005002880 2025-03-14 03:00:49.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra210-mc.h' (57,538) at 20210308005003636 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4session.c' (57,539) at 20240405153052425 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel-wm8904.txt' (57,540) at 20210307214925426 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/idle_book3s.S' (57,541) at 20220525020652046 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu-param.h' (57,542) at 20241211090212502 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgf100.fuc3' (57,543) at 20210307214927938 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch' (57,544) at 20231011080016574 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/tiogapass/cri_sensors.json' (57,545) at 20221207040007843 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch' (57,546) at 20220204040022604 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/numeric_sensor.hpp' (57,547) at 20241030080028571 to deleted uid set 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_ids.h' (57,548) at 20220525020654679 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AggregationService_v1.xml' (57,549) at 20240619080002920 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi' (57,550) at 20241115090012941 to deleted uid set 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/emif4.h' (57,551) at 20210308005002656 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-histb.c' (57,552) at 20240405153052109 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h' (57,553) at 20240405153046005 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/Makefile' (57,554) at 20210307214929298 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/hmc5843_core.c' (57,555) at 20240405153049005 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5208evb_defconfig' (57,556) at 20240405153045957 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_powermgt.h' (57,557) at 20210927100127237 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/checksum.h' (57,558) at 20240405153046105 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/emc141x_regs.h' (57,559) at 20221215040039186 2025-03-14 03:00:49.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC837XEMDS.h' (57,560) at 20210308005003576 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8991.c' (57,561) at 20240405153232171 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/shell.py' (57,562) at 20240326080039726 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-invalid.err' (57,563) at 20210308005046401 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch' (57,564) at 20230706080014737 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/reorder_fuzzer_qtest_trace.py' (57,565) at 20210927100127349 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_udp6.c' (57,566) at 20220525020655199 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.OFT' (57,567) at 20210308005003292 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pxav3.c' (57,568) at 20240405153230859 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/mmu.h' (57,569) at 20240405153229859 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch' (57,570) at 20241221090017664 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_device.h' (57,571) at 20220525020652999 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_status.h' (57,572) at 20240405153049997 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/setup.cfg' (57,573) at 20210308005049761 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fr-noos-numericable' (57,574) at 20210307205553758 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/core.c' (57,575) at 20220525020653387 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/compat.c' (57,576) at 20240405153053209 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/geode-aes.h' (57,577) at 20210307214927090 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_wqe.h' (57,578) at 20210307214928434 2025-03-14 03:00:49.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/meson.build' (57,579) at 20241211090212282 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmsan.h' (57,580) at 20240405153052717 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc5_rtr_regs.h' (57,581) at 20240405153046605 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ct20k2reg.h' (57,582) at 20220525020654991 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/usb_stream.h' (57,583) at 20240405153052949 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (57,584) at 20241206090014206 to deleted uid set 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/examples.txt' (57,585) at 20220525020655127 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4458.h' (57,586) at 20220525020655019 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.h' (57,587) at 20240405153050137 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/suspend_ioctls.h' (57,588) at 20210307214931662 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt' (57,589) at 20210307214925406 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-fix-non-literal-format-string-issue-with-clang.patch' (57,590) at 20210729000029140 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/i8253.c' (57,591) at 20210307214926254 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/hyperbus/Makefile' (57,592) at 20210309003650476 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-diagnostic-mode@.target' (57,593) at 20220301040040077 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pxa2xx_ssp.h' (57,594) at 20240405153052777 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (57,595) at 20240720080012613 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-net.c' (57,596) at 20221215040039374 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/store/modules/HardwareStatus/BmcStore.js' (57,597) at 20241004080035963 to deleted uid set 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-i386.json' (57,598) at 20210308005046117 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio/mdio-xgene.h' (57,599) at 20240405153052725 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-draco.dtsi' (57,600) at 20210308005002560 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-ipq8064.c' (57,601) at 20240405153050345 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d4_xplained.dts' (57,602) at 20210308005002568 2025-03-14 03:00:49.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/sdbusplus.wrap' (57,603) at 20220322030032592 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-glib.c' (57,604) at 20241211090212230 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-rlock-hardirq.h' (57,605) at 20210307214931806 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (57,606) at 20220811030018543 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/Makefile' (57,607) at 20210307214926794 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20ek_2mmc.dts' (57,608) at 20210308005002572 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_hwi.h' (57,609) at 20210307214930278 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-mtk.txt' (57,610) at 20210307214925282 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-gpr.S' (57,611) at 20240405153054361 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norraker' (57,612) at 20210307205553786 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/nlohmann_json.wrap' (57,613) at 20240120090006077 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_fw_iscsi.h' (57,614) at 20240405153051693 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi.dtsi' (57,615) at 20240405153045733 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/065' (57,616) at 20230426080043944 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/tegra/reset-bpmp.c' (57,617) at 20220525020653943 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pch_gbe.h' (57,618) at 20210308005003440 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-480p.dts' (57,619) at 20240405153046241 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/xfrm_proc.rst' (57,620) at 20210307214925542 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/st-spear-miphy.txt' (57,621) at 20210307214925390 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/page.h' (57,622) at 20240405153046057 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample' (57,623) at 20240323080013549 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu.c' (57,624) at 20241211090212518 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-el15203000.txt' (57,625) at 20210307214925346 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/entry.rst' (57,626) at 20240405153045001 2025-03-14 03:00:49.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/fpsp.doc' (57,627) at 20210307214926146 2025-03-14 03:00:49.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c' (57,628) at 20240405153049945 2025-03-14 03:00:49.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi/ibmvfc.c' (57,629) at 20240405153231407 2025-03-14 03:00:49.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/ima_policy_hashed' (57,630) at 20210316000012685 2025-03-14 03:00:49.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-telos.dts' (57,631) at 20210307214925994 2025-03-14 03:00:49.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/omap2.c' (57,632) at 20240405153230875 2025-03-14 03:00:49.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/rockchip-nand-controller.c' (57,633) at 20240712080021073 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_layer.c' (57,634) at 20240405153048565 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mul.c' (57,635) at 20210308005046525 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (57,636) at 20241220090019722 to deleted uid set 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch' (57,637) at 20241221090017656 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SPIFLASH_defconfig' (57,638) at 20210308005003244 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/ptrace.h' (57,639) at 20210307214926110 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/40-gbmc-time.conf' (57,640) at 20221103030030172 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi' (57,641) at 20240617080017374 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rtkit/rtkit_0.13.bb' (57,642) at 20240301090012431 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/evlist.c' (57,643) at 20240613080016555 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgm107.fuc5.h' (57,644) at 20210307214927938 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ioremap_32.c' (57,645) at 20240405153230047 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/lgr.c' (57,646) at 20240405153046285 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/atmel-sama7g5-isc.c' (57,647) at 20240405153231471 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom_usb_vbus-regulator.c' (57,648) at 20240405153231363 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/memory.json' (57,649) at 20240405153054145 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/conf/layer.conf' (57,650) at 20241221090017576 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7724_generic_defconfig' (57,651) at 20220525020652114 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_macb0.dtsi' (57,652) at 20210308005002572 2025-03-14 03:00:49.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/namei.c' (57,653) at 20241111090012145 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png' (57,654) at 20210307205554346 to deleted uid set 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb' (57,655) at 20220402030016127 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-ipq5018.h' (57,656) at 20240405153231799 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_empty_targets.sh' (57,657) at 20240405153054293 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/MAINTAINERS' (57,658) at 20210308005003048 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/cpus2use.sh' (57,659) at 20220525020655227 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/imx8mm.h' (57,660) at 20210307214931338 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/headsmp.S' (57,661) at 20210307214925946 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/omap-mcbsp.txt' (57,662) at 20210307214925430 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/generic.c' (57,663) at 20210307214926938 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/libpldm.wrap' (57,664) at 20240229090015607 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/mips/include/asm/mipsregs.h' (57,665) at 20240405153046009 to deleted uid set 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local/file2' (57,666) at 20210307205554386 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm179x-i2c.c' (57,667) at 20240405153053677 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/virtiofs.rst' (57,668) at 20210307214925494 2025-03-14 03:00:49.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-presence-config/config.yaml' (57,669) at 20210307205553694 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-of.h' (57,670) at 20240913080013785 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-pcm-dma.c' (57,671) at 20240405153053933 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_wip.c' (57,672) at 20210308005003764 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/phytool/phytool.bb' (57,673) at 20240301090012423 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_hp300.c' (57,674) at 20210307214930742 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/parameters.sh' (57,675) at 20220525020654935 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/kldir.h' (57,676) at 20210307214926246 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/meson.options' (57,677) at 20241112090035826 to deleted uid set 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mali_dp.c' (57,678) at 20210308005003528 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_Ti3026.h' (57,679) at 20210307214930918 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h' (57,680) at 20241011080017335 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/genl_magic_func.h' (57,681) at 20240405153231811 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trans.c' (57,682) at 20241220090018326 2025-03-14 03:00:49.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-poweroff.service' (57,683) at 20210810100021256 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sc27xx.c' (57,684) at 20220525020653955 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/loopback/tcm_loop.h' (57,685) at 20220525020654199 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3-priv.h' (57,686) at 20240405153054001 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/stats.c' (57,687) at 20210307214929946 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/templates/default/conf-notes.txt' (57,688) at 20240507080014346 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec2-grp2-2.dtsi' (57,689) at 20210307214926350 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml' (57,690) at 20240405153045177 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/freq-step.c' (57,691) at 20210307214932730 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/maxim,max310x.txt' (57,692) at 20210307214925418 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvfx.c' (57,693) at 20210307214926334 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1021aiot.h' (57,694) at 20210308005003600 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/rdma.c' (57,695) at 20240405153231275 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/gpio.h' (57,696) at 20210308005002652 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_ddp.c' (57,697) at 20240411080014094 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/Makefile' (57,698) at 20240405153046421 2025-03-14 03:00:49.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.err' (57,699) at 20220429100100882 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ulz.dtsi' (57,700) at 20240405153045529 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0002-network_tests-Include-iomanip-system-header.patch' (57,701) at 20241221090017496 to deleted uid set 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ismt.c' (57,702) at 20240405153048905 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/unpack_properties.cpp' (57,703) at 20240817080036824 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/hp/common/sba_iommu.c' (57,704) at 20240405153229991 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/meson.build' (57,705) at 20210308005046069 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.txt' (57,706) at 20210307214925382 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx28-clock.yaml' (57,707) at 20240405153045025 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-bio-record.h' (57,708) at 20240405153049241 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/simple_card_utils.h' (57,709) at 20240405153231863 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/xss_msr_test.c' (57,710) at 20240405153054325 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/__init__.py' (57,711) at 20210308005046245 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/spinand.h' (57,712) at 20240405153231827 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/utils_get_version.py' (57,713) at 20221209040018567 2025-03-14 03:00:49.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/images/fb-catalina-phosphor-image.inc' (57,714) at 20240727080014098 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_q6v5.h' (57,715) at 20240405153051481 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hiddev.h' (57,716) at 20210307214931394 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/kvm.scss' (57,717) at 20210308005107077 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/trace.h' (57,718) at 20240405153053177 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-moxa-uc-2100-common.dtsi' (57,719) at 20240405153229903 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/trace_printk.tc' (57,720) at 20210307214932670 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_common.c' (57,721) at 20210307214932738 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi' (57,722) at 20240405153045745 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad/use-poetry-core.patch' (57,723) at 20220823030015955 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlanproc.h' (57,724) at 20210307214931866 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/input.h' (57,725) at 20240405153052813 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_red_prio.sh' (57,726) at 20210307214932666 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/host.c' (57,727) at 20240405153051613 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/tracing/rtla/src/trace.c' (57,728) at 20240405153054385 to deleted uid set 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_neigh_fib.c' (57,729) at 20240405153054281 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/workarounds.h' (57,730) at 20210307214926222 2025-03-14 03:00:49.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xt2000/Makefile' (57,731) at 20210307214926770 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c' (57,732) at 20241125090012251 to deleted uid set 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/xen.txt' (57,733) at 20240405153045021 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/dma-buf/udmabuf.c' (57,734) at 20240405153054293 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mbox.h' (57,735) at 20210308005108641 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2' (57,736) at 20210308005046473 to deleted uid set 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_mods.c' (57,737) at 20210307214932642 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7790-sysc.c' (57,738) at 20240405153231351 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_onereg.c' (57,739) at 20240624080012768 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/reset.h' (57,740) at 20210308005002848 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,mvebu-pinctrl.txt' (57,741) at 20210307214925394 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ext.c' (57,742) at 20210308005003228 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/serial.h' (57,743) at 20210308005003764 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/copy_page.S' (57,744) at 20240405153229995 2025-03-14 03:00:49.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpts.c' (57,745) at 20240503080014486 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/video.h' (57,746) at 20210308005002676 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mmu.h' (57,747) at 20210307214926118 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi' (57,748) at 20241211090145373 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8821.c' (57,749) at 20240405153232151 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_rx_dqo.c' (57,750) at 20240624080012784 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/src/meson.build' (57,751) at 20240214090001981 to deleted uid set 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/mrc.h' (57,752) at 20210308005002876 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/psci.h' (57,753) at 20210308005003668 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-riscv.c' (57,754) at 20241211090212558 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos5422-asv.h' (57,755) at 20210307214930446 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig' (57,756) at 20210308005003240 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/dbus/xyz.openbmc_project.Logging.service' (57,757) at 20230125040024786 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_setup_6xx.S' (57,758) at 20240405153230035 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/st,sta32x.txt' (57,759) at 20210307214925434 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfdgml.c' (57,760) at 20210307214931898 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-musl' (57,761) at 20241206090014350 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/apbuart.h' (57,762) at 20210307214930746 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Fehergyarmat' (57,763) at 20210307205553774 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch' (57,764) at 20240301090012427 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/Makefile' (57,765) at 20240405153230167 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/write_window_dirty_erase.c' (57,766) at 20210308005100993 2025-03-14 03:00:49.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra114.dtsi' (57,767) at 20210308005002628 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/myri10ge.c' (57,768) at 20240405153050185 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ornskoldsvik_As' (57,769) at 20210307205553790 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-32' (57,770) at 20230919080013994 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv5-dsp.inc' (57,771) at 20210905000020581 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/Makefile' (57,772) at 20240405153046649 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/collie.h' (57,773) at 20240405153229911 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBP/meson.build' (57,774) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@340/vrm@60.conf' (57,775) at 20240904080027738 2025-03-14 03:00:49.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/Kconfig' (57,776) at 20240405153230075 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/uncore-io.json' (57,777) at 20240405153054133 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/twl6040.c' (57,778) at 20240405153053813 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_super.c' (57,779) at 20240520080015195 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port_proxy.h' (57,780) at 20240405153051065 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/LICENSE' (57,781) at 20210308005118865 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (57,782) at 20210812000025258 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/access_ok.h' (57,783) at 20210308005003672 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso/gettimeofday.h' (57,784) at 20240405153045865 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml' (57,785) at 20240405153045145 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm052_defconfig' (57,786) at 20210308005003272 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt' (57,787) at 20240405153229787 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb' (57,788) at 20230919080013990 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.json' (57,789) at 20210308005046401 2025-03-14 03:00:49.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/ips.c' (57,790) at 20241211090212226 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/reg.h' (57,791) at 20210307214929926 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/max77620_wdt.c' (57,792) at 20240405153052241 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf100.c' (57,793) at 20220525020652971 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global2_avb.c' (57,794) at 20210307214929270 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/module_fentry_shadow.c' (57,795) at 20240405153232259 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_ppe_regs.h' (57,796) at 20240405153231007 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/reporter_vnic.h' (57,797) at 20240405153050097 2025-03-14 03:00:49.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/sto_res.S' (57,798) at 20210307214926146 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/emac_main.c' (57,799) at 20241115090012949 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-catu.c' (57,800) at 20240405153048885 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/ev.c' (57,801) at 20220525020653123 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/LICENCE' (57,802) at 20210307214931130 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-bochs-display' (57,803) at 20210308005046237 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/spinlock_types.h' (57,804) at 20240405153045861 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/Kconfig' (57,805) at 20241011080017299 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-smbios-smm.c' (57,806) at 20240405153051401 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_pil_info.h' (57,807) at 20210309003652216 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x74.c' (57,808) at 20210307214927890 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/get_flash_info_v2.c' (57,809) at 20230809080010803 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/natfeat.h' (57,810) at 20210307214926162 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/win32-qemu-event.promela' (57,811) at 20210308005045809 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-qds-lpuart.dts' (57,812) at 20210308005002596 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/atmel_sdhci.c' (57,813) at 20210308005003400 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/usb-network.service' (57,814) at 20210307205554078 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/Kconfig' (57,815) at 20240405153230211 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/meson.build' (57,816) at 20230925080039905 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/temporary_subdirectory_tests.cpp' (57,817) at 20240524080026761 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ziirave_wdt.c' (57,818) at 20240405153052245 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/leds/nicole-led-manager-config-native.bb' (57,819) at 20241206090014286 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.sh' (57,820) at 20230920080013648 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt' (57,821) at 20210307214925350 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/assembler.h' (57,822) at 20220525020655187 2025-03-14 03:00:49.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.c' (57,823) at 20210308005003364 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/devices.txt' (57,824) at 20240405153044945 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asmmacro.h' (57,825) at 20240405153046001 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-palo35.dts' (57,826) at 20240405153045605 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/is' (57,827) at 20210308005046145 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/pulse8/pulse8-cec.c' (57,828) at 20241115090012945 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ad7879.c' (57,829) at 20220525020653183 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.server.vtable.cpp.mako' (57,830) at 20230516080040262 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (57,831) at 20220723030019896 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin-lc-rdk-nand.dts' (57,832) at 20240405153045529 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/opendnssec/opendnssec_2.1.10.bb' (57,833) at 20220402030016079 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/dialog-power-control' (57,834) at 20220910030013433 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-rdb.dts' (57,835) at 20210308005002580 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/011_pack_align_size_power2.dts' (57,836) at 20210308005003752 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-dmi-tables' (57,837) at 20210307214925202 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/LICENSE' (57,838) at 20230629131804615 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-soundcard-driver.c' (57,839) at 20240613080016547 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/db8500-prcmu.h' (57,840) at 20240405153231835 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.h' (57,841) at 20210308005002668 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_3_0_msm8998.h' (57,842) at 20241211090145417 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/msc01_ic.h' (57,843) at 20210307214926230 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ac97/regs.h' (57,844) at 20210307214931594 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qemu-progress.h' (57,845) at 20221215040039190 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/types.h' (57,846) at 20210308005002888 2025-03-14 03:00:49.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml' (57,847) at 20240405153045057 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/xusb-padctl-dummy.c' (57,848) at 20210308005002792 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen.h' (57,849) at 20220525020652991 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/305.out' (57,850) at 20210308005046469 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_cpu.h' (57,851) at 20210307214931646 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/core.c' (57,852) at 20240405153049213 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/validate.c' (57,853) at 20210307214932450 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/uprobes/core.c' (57,854) at 20210512100029182 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/8250.txt' (57,855) at 20210308005003308 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (57,856) at 20241206090014278 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/marvell,nci.yaml' (57,857) at 20240405153229779 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m5407sim.h' (57,858) at 20210307214926162 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_translate_dce110.c' (57,859) at 20210307214927302 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/atomic_common.c.inc' (57,860) at 20241211090212206 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/apbuart.c' (57,861) at 20240405153231511 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/basename-include.patch' (57,862) at 20210307205553994 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/leap-a-day.c' (57,863) at 20220525020655235 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild' (57,864) at 20220525020652967 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (57,865) at 20241211090212530 to deleted uid set 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/Makefile' (57,866) at 20240405153050141 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cz_ih.h' (57,867) at 20210307214927226 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/dir.c' (57,868) at 20240405153052481 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_sysarch.h' (57,869) at 20240906080037156 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/aspeed_gpio.c' (57,870) at 20220802100038577 2025-03-14 03:00:49.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/pgalloc.h' (57,871) at 20210307214926386 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/conf/layer.conf' (57,872) at 20241221090017604 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/exynos-nocp.c' (57,873) at 20240405153046973 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sensor.c' (57,874) at 20210308004938832 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-vsx.xml' (57,875) at 20210308005045817 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0001-Fix-build-with-musl.patch' (57,876) at 20210407000018082 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6u-801x.dts' (57,877) at 20240405153045501 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0002-Fix-vpnc-install-for-cross-compile.patch' (57,878) at 20230706080014737 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch' (57,879) at 20241206090014346 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/cache.json' (57,880) at 20240405153054137 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/ti,bq32000.yaml' (57,881) at 20220525020651710 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/core.h' (57,882) at 20241001080013032 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/scall64-n64.S' (57,883) at 20240520080015127 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inffast.c' (57,884) at 20220525020654759 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/digicolor-usart.txt' (57,885) at 20210307214925418 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/freezer.h' (57,886) at 20240405153052689 2025-03-14 03:00:49.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/entity_unittest.cpp' (57,887) at 20211014000010487 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/sislite.h' (57,888) at 20210307214930306 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-14.conf' (57,889) at 20230412080023460 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png' (57,890) at 20210307205554338 to deleted uid set 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/xor-neon.c' (57,891) at 20240405153045633 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-bcm63xx.h' (57,892) at 20210307214926286 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cache.h' (57,893) at 20210308005002876 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/files/0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch' (57,894) at 20240301090012423 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb' (57,895) at 20220910030013353 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xdm.dtsi' (57,896) at 20210308005002612 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7723.c' (57,897) at 20210307214926562 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vringh.h' (57,898) at 20240405153052821 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml' (57,899) at 20240405153045129 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb' (57,900) at 20241221090017556 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/dc395x.h' (57,901) at 20220525020654003 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-cgroup.h' (57,902) at 20240418080014482 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_sd_rcw.cfg' (57,903) at 20210308005002992 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/csum_partial_copy.c' (57,904) at 20210309003648816 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (57,905) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (57,906) at 20241008080015843 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml' (57,907) at 20240405153045053 2025-03-14 03:00:49.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/002_missing_node.dts' (57,908) at 20210308005003752 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/devices/platform/gpio-fsi/fsi-master/fsi0/slave@00--00/00--00--00--06/sbefifo1-dev0/occ-hwmon.1.conf' (57,909) at 20210307205553714 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_host_common.h' (57,910) at 20210307214932738 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4212.dtsi' (57,911) at 20240405153045565 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/vsc7326.c' (57,912) at 20240405153049865 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/idt/ntb_hw_idt.c' (57,913) at 20240405153051185 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c' (57,914) at 20240613080016395 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-serial.c' (57,915) at 20221215040039066 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch' (57,916) at 20241221090017504 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/iomap.c' (57,917) at 20240405153053085 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/hdm.c' (57,918) at 20241111090012117 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-base.dtsi' (57,919) at 20240405153045717 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/Kconfig' (57,920) at 20240405153049181 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/modedb.rst' (57,921) at 20240405153045197 2025-03-14 03:00:49.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/multiboot.bin' (57,922) at 20210308005046149 to deleted uid set 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/dpaa_eth_sysfs.c' (57,923) at 20240405153049917 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/rack-meter.c' (57,924) at 20240405153049225 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zlib.c' (57,925) at 20210308005003716 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_routing.c' (57,926) at 20240405153053157 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/xlnx-versal-ospi.c' (57,927) at 20241211090212338 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/xilfpga/Makefile' (57,928) at 20210307214926194 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-mele-a1000g-quad.dts' (57,929) at 20210308005002620 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/meson.build' (57,930) at 20220429100100410 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-cpucfg.h' (57,931) at 20210308005046017 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_resource.h' (57,932) at 20220429100100634 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/emc.c' (57,933) at 20210308005002788 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/Kconfig' (57,934) at 20240405153231727 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_smem.c' (57,935) at 20210307214930962 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ulcb.dtsi' (57,936) at 20210308005002632 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts' (57,937) at 20220525020651990 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/skas/mem.c' (57,938) at 20240405153046345 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ahci.h' (57,939) at 20240906080037332 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/echo/Makefile' (57,940) at 20210307214929126 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-media-ctl-Install-media-ctl-pkg-config-files.patch' (57,941) at 20241221090017532 2025-03-14 03:00:49.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/index.html' (57,942) at 20210308004923384 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sc8280xp.c' (57,943) at 20240405153230231 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nandif.h' (57,944) at 20210308005003556 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb' (57,945) at 20241221090017512 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/mesh.c' (57,946) at 20240726080012878 to deleted uid set 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc-t10dif.h' (57,947) at 20210307214931374 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/lock.h' (57,948) at 20240405153052617 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.out' (57,949) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/mmap.h' (57,950) at 20210307214932494 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch' (57,951) at 20241221090017528 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-mtd-partitions/76-aspeed-mtd-partitions.rules' (57,952) at 20210307205553674 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vmlinux.lds.h' (57,953) at 20240405153045625 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/Makefile' (57,954) at 20210307214932202 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/hugetlb_encode.h' (57,955) at 20240405153054045 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/kexec-purgatory.S' (57,956) at 20240405153046489 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv44.c' (57,957) at 20210307214927966 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/MAINTAINERS' (57,958) at 20210308005003036 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/manual_messages.hpp' (57,959) at 20210308005116217 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c' (57,960) at 20220525020654047 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p-client.h' (57,961) at 20221215040039374 2025-03-14 03:00:49.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106/xtensa-modules.c.inc' (57,962) at 20221215040039346 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-target.c' (57,963) at 20241211090145441 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/Kconfig' (57,964) at 20240405153231371 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_helper.c' (57,965) at 20230925080040069 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/pci.c' (57,966) at 20210308005003012 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c' (57,967) at 20240405153050569 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-header.rst' (57,968) at 20210309003648484 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/rkvdec-regs.h' (57,969) at 20210307214930590 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/cereal.wrap' (57,970) at 20220322030031988 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_LOG.c' (57,971) at 20220525020654879 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firewire/list.h' (57,972) at 20210307214932470 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-snapdragon.h' (57,973) at 20210308005003640 2025-03-14 03:00:49.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-sensors.yaml' (57,974) at 20210307205553718 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/running-nested-guests.rst' (57,975) at 20240405153229847 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,bdpsys.txt' (57,976) at 20210307214925274 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/desc_constr.h' (57,977) at 20240405153046929 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/.clang-tidy' (57,978) at 20240710080015177 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/buildcfg.py' (57,979) at 20241221090017620 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/atomic.h' (57,980) at 20240405153045905 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_module.c' (57,981) at 20220525020654115 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/x86/intel_hdmi_audio.c' (57,982) at 20240405153054033 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/0002-llvm-allow-env-override-of-exe-path.patch' (57,983) at 20220204040022668 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/Kconfig' (57,984) at 20240405153046929 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/Makefile' (57,985) at 20210308005002976 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kernellog.py' (57,986) at 20220525020651758 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/file/backend.c' (57,987) at 20230809080010799 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/md5_asm.S' (57,988) at 20210307214926574 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98088.h' (57,989) at 20210308005003488 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/phy_led_triggers.c' (57,990) at 20220525020653687 2025-03-14 03:00:49.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-common.c' (57,991) at 20240906080037164 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/inode.c' (57,992) at 20240628080014021 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml' (57,993) at 20240405153229799 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu-main.h' (57,994) at 20221215040039190 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/subinsns.idef' (57,995) at 20221215040039294 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/skcipher.h' (57,996) at 20240405153052625 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sdvo.c' (57,997) at 20240405153230559 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_info.c' (57,998) at 20210308005003764 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sll.dtsi' (57,999) at 20240405153045521 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7m/tune-cortexm3.inc' (58,000) at 20210905000020581 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/fw_env_ast2600_mmc.config' (58,001) at 20210307205553670 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/Makefile' (58,002) at 20240405153045437 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/msgbuf.h' (58,003) at 20210307214926590 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/start.S' (58,004) at 20210308005002556 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/service_files/xyz.openbmc_project.State.Boot.PostCode@.service' (58,005) at 20240307090033124 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7em.inc' (58,006) at 20210905000020581 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/changes.rst' (58,007) at 20240405153045273 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds.c' (58,008) at 20210308005002968 2025-03-14 03:00:49.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_qspi.cfg' (58,009) at 20210308005002968 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb' (58,010) at 20241221090017680 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/fc.c' (58,011) at 20240405153231275 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_bios_attributes.robot' (58,012) at 20240628080017117 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/ulcb.c' (58,013) at 20210308005003040 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/descs.h' (58,014) at 20210307214929638 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitsperlong.h' (58,015) at 20210308005003560 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/lm.h' (58,016) at 20240405153231575 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/mux-chardev.rst' (58,017) at 20210308005045809 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Kconfig' (58,018) at 20210308005002536 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/scx200_docflash.c' (58,019) at 20210307214929214 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.h' (58,020) at 20210308005003368 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/inventory-overview-controller.js' (58,021) at 20210308005107077 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/max8925_onkey.c' (58,022) at 20240405153049145 2025-03-14 03:00:49.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-y12i.rst' (58,023) at 20210309003648500 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/rpc_rdma_cid.h' (58,024) at 20210309003653932 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h' (58,025) at 20240405153048793 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/paravirt.c' (58,026) at 20220525020651882 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/extract-libtool-and-convert-to-soversion.patch' (58,027) at 20240113090014540 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-event.rst' (58,028) at 20210309003648488 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/a9mpcore.h' (58,029) at 20210308005046009 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/autofs_i.h' (58,030) at 20240405153052273 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/olimex-stm32-h405.c' (58,031) at 20240906080037192 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_nomadik.h' (58,032) at 20210307214927990 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/Makefile' (58,033) at 20210308005002856 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/Makefile' (58,034) at 20240405153045653 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_sriov.c' (58,035) at 20240405153049961 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/interconnect.txt' (58,036) at 20210309003648364 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_pfc.sh' (58,037) at 20240405153232263 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/hypervisor_state_manager_main.cpp' (58,038) at 20240823080031161 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200ev.c' (58,039) at 20240405153230587 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ad714x-i2c.c' (58,040) at 20240405153049141 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/memalloc.h' (58,041) at 20240405153052889 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmd/libmd_1.1.0.bb' (58,042) at 20230811080018338 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/stress_reuseport_listen.c' (58,043) at 20240405153054353 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-u.err' (58,044) at 20210927100127469 2025-03-14 03:00:49.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-privacy.c' (58,045) at 20240405153051401 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/iterators/iterators.lskel-big-endian.h' (58,046) at 20240405153052981 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Code_update' (58,047) at 20210308005007100 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_ttl.h' (58,048) at 20210307214931650 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h' (58,049) at 20210307214926222 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/ddr.c' (58,050) at 20210308005002972 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-NetAachen' (58,051) at 20210307205553758 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/header.c' (58,052) at 20240405153232235 to deleted uid set 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/Makefile' (58,053) at 20210308005003052 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvb_demux.c' (58,054) at 20240405153049277 2025-03-14 03:00:49.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_imx8q.h' (58,055) at 20240405153049397 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/watchdog_dev.c' (58,056) at 20240405153231599 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/debug.c' (58,057) at 20210307214926138 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_msgdma.c' (58,058) at 20210307214929286 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/bridge_mdb.sh' (58,059) at 20240405153232275 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/systemintfcmds.cpp' (58,060) at 20240829080022542 to deleted uid set 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/io.c' (58,061) at 20210307214926330 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/cma_debugfs.rst' (58,062) at 20240405153044961 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb' (58,063) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-frac-pll.c' (58,064) at 20210309003649240 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/siano-cardlist.rst' (58,065) at 20210309003648292 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/apple-dart.c' (58,066) at 20240405153230739 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_mutex.c' (58,067) at 20210307214929570 2025-03-14 03:00:49.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/simd.h' (58,068) at 20220525020651950 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/max310x.c' (58,069) at 20240405153231515 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7793.dtsi' (58,070) at 20240405153045553 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/twox.c' (58,071) at 20210308005003724 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20.dtsi' (58,072) at 20240405153229879 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/page_pool.h' (58,073) at 20240405153231867 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_sbsaref_freebsd.py' (58,074) at 20241211090212538 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ddrescue_1.28.bb' (58,075) at 20240413080012655 to deleted uid set 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/mconsole_user.c' (58,076) at 20210307214926614 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/123.out' (58,077) at 20210308005046449 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916.dtsi' (58,078) at 20240405153229943 to deleted uid set 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/file-io-error.out' (58,079) at 20240326080039734 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/Kconfig' (58,080) at 20210308005003032 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1.h' (58,081) at 20220525020651878 2025-03-14 03:00:49.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/mac.c' (58,082) at 20240405153231251 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/futex-wake-parallel.c' (58,083) at 20240405153054097 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-syscon-power-s3c64xx.h' (58,084) at 20210309003648720 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/file.c' (58,085) at 20241211090212386 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/pti.rst' (58,086) at 20240405153044989 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/base64.c' (58,087) at 20240405153053081 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/fw_inc.c' (58,088) at 20210307214929782 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/gxp.dts' (58,089) at 20230406080015457 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qobject.c' (58,090) at 20210927100127341 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/README.md' (58,091) at 20240608080005145 to deleted uid set 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cougarcanyon2_defconfig' (58,092) at 20210308005003256 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com90xx.c' (58,093) at 20240405153049721 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-remote.c' (58,094) at 20210307214928822 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/kernel-development.md' (58,095) at 20221209040006399 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/intel_rapl_tpmi.c' (58,096) at 20241018080014542 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/tx-rx.rst' (58,097) at 20220525020651722 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/eeh_event.h' (58,098) at 20210307214926378 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/README' (58,099) at 20210308005002996 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-max.h' (58,100) at 20240405153049369 2025-03-14 03:00:49.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-meson.build-add-a-hack-for-crosscompile.patch' (58,101) at 20231011080016582 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vid.h' (58,102) at 20210309003649440 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_debugfs.c' (58,103) at 20210307214928438 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/tpm_util.h' (58,104) at 20210308005046057 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb' (58,105) at 20240301090012435 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/ea.c' (58,106) at 20210307214931122 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/entry.S' (58,107) at 20240405153046057 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega20_ih.c' (58,108) at 20241216090017697 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rv1108.c' (58,109) at 20210308005003352 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/simple.c' (58,110) at 20220429100100950 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/thuban.h' (58,111) at 20210308005003620 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/bitops.h' (58,112) at 20240405153046501 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/alt_fw_env.config' (58,113) at 20210307205553670 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/customrecipe.html' (58,114) at 20210307205554282 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/dump-hmp-cmds.c' (58,115) at 20240906080037180 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_version.h' (58,116) at 20240405153231423 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/timex.h' (58,117) at 20220627100016926 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_ttm_buddy_manager.h' (58,118) at 20240405153048537 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_main.h' (58,119) at 20210308004938820 2025-03-14 03:00:49.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/lboxre2.h' (58,120) at 20210307214926558 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ct20k1reg.h' (58,121) at 20220525020654991 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-fix-zynqmp-handle-secure-SGI-at-EL1-for-OP-TEE.patch' (58,122) at 20241221090017468 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/LICENSE' (58,123) at 20210308005108641 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt5190a-regulator.c' (58,124) at 20240405153051473 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/types/duration_types_helpers.hpp' (58,125) at 20220412175720090 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch' (58,126) at 20220402030015927 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ProcessorMetrics.v1_6_4.json' (58,127) at 20240619080002952 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb' (58,128) at 20241221090017496 to deleted uid set 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_module_attach.c' (58,129) at 20240405153054277 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geos/geos_3.12.1.bb' (58,130) at 20240301090012427 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/usbmisc_imx.c' (58,131) at 20240405153231539 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/stream_sched_rr.c' (58,132) at 20240405153053377 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/signing/key.passphrase' (58,133) at 20210307205554386 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/283.out' (58,134) at 20220429100100926 2025-03-14 03:00:49.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_irq.h' (58,135) at 20240405153052757 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/tid_rdma.h' (58,136) at 20210307214928406 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_trace.h' (58,137) at 20240405153048789 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_huc.h' (58,138) at 20240405153048541 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-redragon.c' (58,139) at 20210307214928098 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/can.rst' (58,140) at 20240405153045233 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_write_bit_action_tests.cpp' (58,141) at 20210308005405938 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/console_64.c' (58,142) at 20210307214926614 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_mac_profile_scale.sh' (58,143) at 20240405153054297 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/Makefile' (58,144) at 20210309003649644 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/jr2/Makefile' (58,145) at 20210308005003020 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/pci-dma.c' (58,146) at 20240405153230127 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/guarded_storage.h' (58,147) at 20210307214926514 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_spi.c' (58,148) at 20210308005003500 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' (58,149) at 20241221090017692 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_handler.hpp' (58,150) at 20211021100024526 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch' (58,151) at 20241221090017676 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/platsmp-realview.c' (58,152) at 20241008080013891 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Drive.interface.yaml' (58,153) at 20221207040023631 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-g-fmt.rst' (58,154) at 20240405153045325 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/mem.c' (58,155) at 20241211090212550 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/ge/Makefile' (58,156) at 20210307214926486 2025-03-14 03:00:49.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv10_fence.h' (58,157) at 20210307214927918 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/net/bpf_jit.h' (58,158) at 20240405153230023 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/alibaba/Makefile' (58,159) at 20240405153052157 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/Makefile' (58,160) at 20210308005003544 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5665.h' (58,161) at 20210307214932334 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0002-link-with-libtirpc.patch' (58,162) at 20230706080014737 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/slof.bin' (58,163) at 20240326080039610 to deleted uid set 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/padlock-aes.c' (58,164) at 20210309003649312 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.json' (58,165) at 20210308005046397 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroid-core.dtsi' (58,166) at 20240405153045573 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rockchip-vpu.yaml' (58,167) at 20240405153045101 2025-03-14 03:00:49.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/pldm/test_pldm_base.robot' (58,168) at 20240628080017117 to deleted uid set 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc0832.c' (58,169) at 20240405153048961 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/mkimage/mxsimage.txt' (58,170) at 20210308005003328 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/cxllib.c' (58,171) at 20240405153049629 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-yiming-uz801v3.dts' (58,172) at 20240405153045761 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/Makefile' (58,173) at 20240405153053993 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/asm-offsets.c' (58,174) at 20210307214926622 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb' (58,175) at 20240301090012431 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/imximage_mx6dl.cfg' (58,176) at 20210308005002984 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_pm.h' (58,177) at 20210309003653056 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/Build' (58,178) at 20240405153054157 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/branch.json' (58,179) at 20240405153054109 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smscoreapi.c' (58,180) at 20240405153049269 2025-03-14 03:00:49.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/i386/x86-common.c' (58,181) at 20241211090212278 to deleted uid set 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_3_0_offset.h' (58,182) at 20210307214927542 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-is31fl32xx.c' (58,183) at 20240405153230755 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l43.c' (58,184) at 20240613080016547 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-fdt.c' (58,185) at 20210308005003228 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/ps3av_cmd.c' (58,186) at 20210309003652168 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mux.h' (58,187) at 20240405153050965 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/pamacct.h' (58,188) at 20210308005045993 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2hk_hs_evm_defconfig' (58,189) at 20210308005003260 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/turbostat/turbostat.8' (58,190) at 20240520080015239 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml' (58,191) at 20240405153045017 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/evsel-roundtrip-name.c' (58,192) at 20240405153054165 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-tlssession.c' (58,193) at 20240906080037584 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/bitfield.h' (58,194) at 20210308005002660 2025-03-14 03:00:49.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/sdram.c' (58,195) at 20210308005002820 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf610-pinfunc.h' (58,196) at 20210308005002632 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/gpio.h' (58,197) at 20210307214930546 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/eir.c' (58,198) at 20240405153231987 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Nokia' (58,199) at 20210307205554426 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/bcm2835_fb.h' (58,200) at 20240906080037332 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts' (58,201) at 20240405153045841 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/code-of-conduct-interpretation.rst' (58,202) at 20240405153229839 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/mm.h' (58,203) at 20240405153229983 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-build_1.2.2.bb' (58,204) at 20241221090017668 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/Kconfig' (58,205) at 20210308005003348 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hidden.h' (58,206) at 20210309003653844 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/syscalls/syscall.tbl' (58,207) at 20240405153229995 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-secure.h' (58,208) at 20240405153045665 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/clock.h' (58,209) at 20240405153045657 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/nand/raw/atmel/pmecc.c' (58,210) at 20241211090145453 to deleted uid set 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp864.c' (58,211) at 20210307214931178 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb' (58,212) at 20241206090014346 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/sc.h' (58,213) at 20240405153049489 2025-03-14 03:00:49.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/bugs.h' (58,214) at 20240405153045621 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checksyscalls.sh' (58,215) at 20240405153053437 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/scapyPlugin.py' (58,216) at 20220525020655231 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-dahlia.dts' (58,217) at 20240405153045733 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/axp20x-regulator.c' (58,218) at 20240405153231359 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/sstate-mirror.yml' (58,219) at 20241206090014206 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/link.h' (58,220) at 20240405153232083 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-am335x.c' (58,221) at 20240405153052125 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus.c' (58,222) at 20210308004938836 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-img.c' (58,223) at 20240405153046797 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/gc.c' (58,224) at 20240405153052549 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-streamer.h' (58,225) at 20210307214928790 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/padata.rst' (58,226) at 20220525020651766 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/e6500-pmu.c' (58,227) at 20240405153046189 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/io.c' (58,228) at 20240405153049237 2025-03-14 03:00:49.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cpcap.c' (58,229) at 20240405153053569 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_save_crt0.S' (58,230) at 20210307214926462 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb' (58,231) at 20220402030015907 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/maya44.c' (58,232) at 20210307214932262 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_memhotplug.c' (58,233) at 20240405153230167 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager_%.bbappend' (58,234) at 20241206090014202 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm911360_entphn-ns_defconfig' (58,235) at 20210308005003252 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra210.c' (58,236) at 20240405153231339 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/cmpxchg.h' (58,237) at 20240405153046057 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_event.c' (58,238) at 20240405153051625 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/x86_64-softmmu/default.mak' (58,239) at 20210927100127057 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l45-tables.c' (58,240) at 20240405153232143 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/mbo_81095-code_562.rc5' (58,241) at 20210307205553758 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/slist.h' (58,242) at 20240405153052969 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-initialize-local-variables-before-use.patch' (58,243) at 20210307205553934 2025-03-14 03:00:49.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_numa.c' (58,244) at 20240326080039482 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l56_hda.c' (58,245) at 20240726080012878 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/0001-Pass-Yocto-build-settings-to-psa-arch-tests-native.patch' (58,246) at 20221017030012214 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmc-snmp-proxy' (58,247) at 20210308004938816 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc2580.c' (58,248) at 20240405153049533 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/isys_dma_global.h' (58,249) at 20210307214930538 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@500/tmp275@4a.conf' (58,250) at 20240904080027734 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c' (58,251) at 20240405153231319 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-2.0' (58,252) at 20210307205554414 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.err' (58,253) at 20240906080037560 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/vringh.c' (58,254) at 20240405153052173 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/floating-point.json' (58,255) at 20240405153054133 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-sh4.c' (58,256) at 20240405153230091 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_sdio.c' (58,257) at 20240405153231211 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_debugfs.c' (58,258) at 20240405153230583 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_sd_rcw.cfg' (58,259) at 20210308005002992 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/Kconfig.freezer' (58,260) at 20210307214931706 2025-03-14 03:00:49.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_fw_log.c' (58,261) at 20240405153230163 2025-03-14 03:00:49.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa7110.c' (58,262) at 20240405153049337 2025-03-14 03:00:49.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/aspeed_acry.c' (58,263) at 20220418100043789 2025-03-14 03:00:49.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/chp.h' (58,264) at 20220525020653963 2025-03-14 03:00:49.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_2_1_sh_mask.h' (58,265) at 20210309003649632 2025-03-14 03:00:49.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/MAINTAINERS' (58,266) at 20210308005002912 2025-03-14 03:00:49.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/mvme16x_defconfig' (58,267) at 20240405153230003 2025-03-14 03:00:49.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs_common/grace.c' (58,268) at 20240405153052429 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_5_1_sh_mask.h' (58,269) at 20210307214927342 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8186-mt6366-rt1019-rt5682s.yaml' (58,270) at 20240405153045165 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ac97.c' (58,271) at 20240405153053561 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/hdpvr-i2c.c' (58,272) at 20210307214928842 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst' (58,273) at 20241221090017464 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_rtconly_defconfig' (58,274) at 20210308005003248 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_count.c' (58,275) at 20240405153054241 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-balloon.c' (58,276) at 20221215040039374 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_eefc.h' (58,277) at 20210308005002716 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/lantiq/phy-lantiq-rcu-usb2.c' (58,278) at 20240405153231311 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx_dsp_task_types.h' (58,279) at 20210307214932238 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/connector.h' (58,280) at 20240405153231803 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vdsc_regs.h' (58,281) at 20240405153048465 2025-03-14 03:00:49.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/linkmodes.c' (58,282) at 20240405153232015 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77965-cpg-mssr.h' (58,283) at 20210308005003632 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/setup.h' (58,284) at 20210307214926110 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/ax88796.c' (58,285) at 20240405153049773 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/extract-cert.c' (58,286) at 20240405153046529 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/syscall.h' (58,287) at 20240405153046129 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hwmon-sysfs.h' (58,288) at 20240405153052701 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/low-pin-count.yaml' (58,289) at 20210309003648320 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/qcom_l2_pmu.c' (58,290) at 20240405153051277 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a10.c' (58,291) at 20210308005003352 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-input-host-pci.c' (58,292) at 20221215040039170 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb' (58,293) at 20241206090014250 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-microchip-core.c' (58,294) at 20240805080014011 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/common/tamonten.c' (58,295) at 20210308005002920 2025-03-14 03:00:49.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci-pci.c' (58,296) at 20241211090212342 2025-03-14 03:00:49.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_8_1_sh_mask.h' (58,297) at 20210307214927526 2025-03-14 03:00:49.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/wap-5813n.c' (58,298) at 20210308005002948 2025-03-14 03:00:49.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/reg.h' (58,299) at 20240405153048521 2025-03-14 03:00:49.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/MAINTAINERS' (58,300) at 20210308005003008 2025-03-14 03:00:49.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_rw.c' (58,301) at 20210308005003708 2025-03-14 03:00:49.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5445x.h' (58,302) at 20210308005002804 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/virtual_stream_encoder.c' (58,303) at 20240405153047301 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c' (58,304) at 20241104090011583 to deleted uid set 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/sgi_w1.c' (58,305) at 20240405153052233 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/LICENSE' (58,306) at 20210308005104849 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/string.h' (58,307) at 20210307214926246 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/sd5203.dts' (58,308) at 20240405153045437 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/string.h' (58,309) at 20210308005002840 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-emmc1.dts' (58,310) at 20210308005002636 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/opengrok1.0.log' (58,311) at 20241229020711887 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/unzip_optimization.patch' (58,312) at 20210528000029747 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x08_vm.h' (58,313) at 20240405153048805 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_NAND_defconfig' (58,314) at 20210308005003244 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/sdbusplus.wrap' (58,315) at 20220801133228674 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/evlist.h' (58,316) at 20240405153054065 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/mci.c' (58,317) at 20240405153050469 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-stdio.c' (58,318) at 20240906080037160 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_prime.h' (58,319) at 20240405153052637 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/spinlock_types.h' (58,320) at 20240405153046129 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_mrp_switchdev.c' (58,321) at 20220525020654803 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp_i2c.c' (58,322) at 20240405153049161 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-fix-alignment-issue.patch' (58,323) at 20210307205553818 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/kxtj9.c' (58,324) at 20240405153049145 2025-03-14 03:00:49.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-printables.bconf' (58,325) at 20210307214932462 2025-03-14 03:00:49.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/pll.c' (58,326) at 20240405153046785 2025-03-14 03:00:49.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c' (58,327) at 20240405153052205 2025-03-14 03:00:49.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/relocs_check.sh' (58,328) at 20240405153053461 2025-03-14 03:00:49.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_updatestarted_unittest.cpp' (58,329) at 20210308005120353 2025-03-14 03:00:49.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_2_0_0_offset.h' (58,330) at 20210307214927406 2025-03-14 03:00:49.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/wd719x.h' (58,331) at 20240405153051749 2025-03-14 03:00:49.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/Kconfig' (58,332) at 20220525020653439 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_aspeed.c' (58,333) at 20240405153230203 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_section-divider.scss' (58,334) at 20220105012522983 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-amd64-cross.docker' (58,335) at 20241211090212534 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1100_generic.c' (58,336) at 20240405153051265 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/slave-testunit-backend.rst' (58,337) at 20220525020651738 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb' (58,338) at 20230919080013994 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/generate_rust_target.rs' (58,339) at 20240405153053449 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-kernel.h' (58,340) at 20240405153231719 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Rainier.json' (58,341) at 20240703080039227 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sbom.py' (58,342) at 20231011080016598 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h' (58,343) at 20210308005002672 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/st-dma-fence-unwrap.c' (58,344) at 20240405153046977 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/rcK' (58,345) at 20210307205554470 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt7986-resets.h' (58,346) at 20240405153052653 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-mmap.c' (58,347) at 20210927100127517 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/Makefile' (58,348) at 20210308005003476 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_nat_masquerade.h' (58,349) at 20210307214931566 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ramfs/Makefile' (58,350) at 20210307214931230 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/Makefile' (58,351) at 20210308005002948 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/Makefile' (58,352) at 20240405153045881 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/average.hpp' (58,353) at 20240817080026660 to deleted uid set 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw.c' (58,354) at 20240405153232123 2025-03-14 03:00:49.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/lag.h' (58,355) at 20210307214931562 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/swap.c' (58,356) at 20241216090017785 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/som-db5800-som-6867_defconfig' (58,357) at 20210308005003280 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clock.h' (58,358) at 20240405153045661 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_d.c' (58,359) at 20210308005046509 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/Kconfig' (58,360) at 20240405153231583 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sgi/meth.h' (58,361) at 20210307214929630 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/test_host_boot_ras.robot' (58,362) at 20240628080017117 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_LOG.h' (58,363) at 20240405153052929 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/devices.rst' (58,364) at 20210309003648488 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/xacct.h' (58,365) at 20210307214931502 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/quark-u-boot.dtsi' (58,366) at 20210308005002872 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-videobuf2.rst' (58,367) at 20210307214925466 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0002-add-install-targets-to-Makefiles.patch' (58,368) at 20230211040012643 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/start_hwmon.sh.in' (58,369) at 20240730080026906 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/alternative.h' (58,370) at 20240405153045933 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/phosphor-rocket' (58,371) at 20210308004941624 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/pc8736x_gpio.c' (58,372) at 20210307214926950 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/gpio.h' (58,373) at 20210308005002644 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clockdomain.c' (58,374) at 20240405153046869 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___anon_embed.c' (58,375) at 20210307214932642 2025-03-14 03:00:49.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/netvsc_drv.c' (58,376) at 20241104090011583 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/qos.c' (58,377) at 20210308005003032 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/div64.c' (58,378) at 20240405153053093 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/pulse8/Kconfig' (58,379) at 20210307214928598 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/efibootpartition.py' (58,380) at 20241221090017632 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-INRIA-IMAG' (58,381) at 20241221090017616 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/020.out' (58,382) at 20210308005046433 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/Makefile' (58,383) at 20240405153232195 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/Makefile' (58,384) at 20210308005003460 2025-03-14 03:00:49.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/virq-debugfs.c' (58,385) at 20220525020654087 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v6_0_0_pkt_open.h' (58,386) at 20240405153047161 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/Kconfig' (58,387) at 20210308005003536 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nuvoton_npcm8xx_evb.json' (58,388) at 20240430080005223 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h' (58,389) at 20240405153050529 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/pull-requests.rst' (58,390) at 20240405153229819 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig' (58,391) at 20210308005003268 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_ll.c' (58,392) at 20240405153046725 2025-03-14 03:00:49.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytz_2024.2.bb' (58,393) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bna.h' (58,394) at 20210307214929342 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/regulator-haptic.yaml' (58,395) at 20240405153045081 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_sockopt.c' (58,396) at 20240405153054349 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/unprivileged-remount-test.c' (58,397) at 20240405153054333 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/PageSection.vue' (58,398) at 20241004080035959 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-ipq6018.h' (58,399) at 20210307214931330 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/duplicate-key.out' (58,400) at 20210308005046405 to deleted uid set 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/peerlookup.c' (58,401) at 20210307214929726 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-mcp2200.c' (58,402) at 20241018080014486 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon_%.bbappend' (58,403) at 20241206090014278 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh' (58,404) at 20240405153232279 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp.c' (58,405) at 20240910080014102 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nxp,lpc3220-usb-clk.txt' (58,406) at 20210307214925290 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/nvram.c' (58,407) at 20240405153046225 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2202.conf' (58,408) at 20230606080013598 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch' (58,409) at 20241221090017692 2025-03-14 03:00:49.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/float_madds.ref' (58,410) at 20221215040039386 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_patch.c' (58,411) at 20240405153232127 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6397-regulator.txt' (58,412) at 20210309003648388 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c' (58,413) at 20241211090145449 to deleted uid set 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/rule.hpp' (58,414) at 20240817080031296 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/mmu_notifier.rst' (58,415) at 20240405153045297 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/fw.h' (58,416) at 20210307214929862 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/Makefile' (58,417) at 20210308005002980 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_proc.h' (58,418) at 20240326080039562 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5910.dts' (58,419) at 20240405153045501 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_uploadinprogress_unittest.cpp' (58,420) at 20210918000044923 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-hdmi-mt8173.c' (58,421) at 20240405153051285 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_ierb.h' (58,422) at 20220525020653495 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch' (58,423) at 20210307205554614 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/walkera0701.rst' (58,424) at 20210307214925514 2025-03-14 03:00:49.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/Kbuild' (58,425) at 20210307214926310 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_flow_table_offload.c' (58,426) at 20240830080013355 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi' (58,427) at 20240405153229923 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/cpu_loop-common.h' (58,428) at 20221215040039202 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h' (58,429) at 20221021030041179 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/turbostat/turbostat.c' (58,430) at 20240712080021105 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_sd_rcw.cfg' (58,431) at 20210308005002996 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/get_func_ip_uprobe_test.c' (58,432) at 20240405153232259 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-uclass.c' (58,433) at 20210308005003480 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_h323_types.c' (58,434) at 20210307214932010 2025-03-14 03:00:49.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/bcsr.c' (58,435) at 20210308005002980 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/serial_cs.c' (58,436) at 20220525020654223 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c' (58,437) at 20230720080043539 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra132-peripherals-opp.dtsi' (58,438) at 20240405153045753 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/mman.h' (58,439) at 20241211090212374 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20241003.bb' (58,440) at 20241221090017560 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_therm.c' (58,441) at 20240405153052233 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/MAINTAINERS' (58,442) at 20210308005002964 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/kvm-pv.rst' (58,443) at 20220429100100422 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx-zynq-devcfg.h' (58,444) at 20210308005046009 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-pdm.c' (58,445) at 20240405153232139 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt' (58,446) at 20210307214925398 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/meson.build' (58,447) at 20220921030029346 to deleted uid set 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tps6586x.h' (58,448) at 20210308005003688 2025-03-14 03:00:49.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/Kconfig' (58,449) at 20240405153051201 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/kvm.h' (58,450) at 20241211090212374 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/rest_dbus.py' (58,451) at 20210308004941620 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/dev-tools/testing-overview.rst' (58,452) at 20240405153229835 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/analyzer_main.hpp' (58,453) at 20221209040025907 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-0068.conf' (58,454) at 20240904080027734 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/opl4_local.h' (58,455) at 20210307214932202 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-Respect-flags-from-env.patch' (58,456) at 20230706080014737 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ioep-fpga.h' (58,457) at 20210308005003000 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/purgatory.h' (58,458) at 20210307214926674 2025-03-14 03:00:49.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.ubsan' (58,459) at 20241111090012157 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventDestination.v1_15_0.json' (58,460) at 20240918080002720 to deleted uid set 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (58,461) at 20241206090014202 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-pcap/dbus-pcap' (58,462) at 20231222090014207 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0034-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch' (58,463) at 20240413080012627 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/ipmi_flash.md' (58,464) at 20240807080021830 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/adf_c62x_hw_data.c' (58,465) at 20240405153230267 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.h' (58,466) at 20240405153050137 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/base.c' (58,467) at 20210308005045729 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt' (58,468) at 20210307205554278 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/dbus/custom_dbus.cpp' (58,469) at 20240716080045952 to deleted uid set 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/libsas.rst' (58,470) at 20240405153045253 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-rmu-0.dtsi' (58,471) at 20210307214926350 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml' (58,472) at 20240405153045061 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gro.h' (58,473) at 20240520080015207 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Login/index.js' (58,474) at 20220105012522995 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-bananapi-m3.dts' (58,475) at 20210308005002624 2025-03-14 03:00:49.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_modeset_lock.c' (58,476) at 20240405153048405 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-sm5502.c' (58,477) at 20240405153047025 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_2_4_d.h' (58,478) at 20210307214927666 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-not-sent-by-host.yaml' (58,479) at 20210307205553698 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/0001-usr-Makefile-WARNING-fix.patch' (58,480) at 20230317080013785 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OAR' (58,481) at 20241221090017616 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167-apmixedsys.c' (58,482) at 20240405153046797 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi' (58,483) at 20210308005002564 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx-zynq-devcfg.c' (58,484) at 20241211090212270 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/highmem.h' (58,485) at 20220525020652034 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_mdio.h' (58,486) at 20210308005003652 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-lzma.c' (58,487) at 20210307214932470 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_mkdir.py' (58,488) at 20210308005003744 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/filelayout/filelayoutdev.c' (58,489) at 20240405153052417 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dontdiff' (58,490) at 20240405153045189 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/internal.h' (58,491) at 20240906080037476 2025-03-14 03:00:49.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adcifc.c' (58,492) at 20211216110021259 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0003-include-paths.h-for-_PATH_MOUNTED.patch' (58,493) at 20230114040015470 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_poll_test.c' (58,494) at 20210309003656012 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-l-50.dts' (58,495) at 20240405153229875 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock_3.9.5.bb' (58,496) at 20241221090017524 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7792.h' (58,497) at 20210308005002768 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/w1-gpio.c' (58,498) at 20210308005003540 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Wits_Pro_A20_DKT_defconfig' (58,499) at 20210308005003244 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_monitor.cpp' (58,500) at 20240307090027676 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear6xx.c' (58,501) at 20240405153045689 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/OWNERS' (58,502) at 20240914080012078 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/nsp32.h' (58,503) at 20240405153051681 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb' (58,504) at 20210812000025174 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx1-ads.dts' (58,505) at 20240405153229879 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AggregationSourceCollection.json' (58,506) at 20240619080002940 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/queue_access.c' (58,507) at 20210309003653024 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum/0001-patch-versioneer-for-python-3.12-compatibility.patch' (58,508) at 20240301090012435 2025-03-14 03:00:49.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/gtm601.c' (58,509) at 20240405153053613 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/oradax.h' (58,510) at 20210307214926590 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/termbits.h' (58,511) at 20210308005046085 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v2.c' (58,512) at 20240405153050137 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-Aarhus-Antenneforening' (58,513) at 20210307205553758 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/distributed-arp-table.h' (58,514) at 20220525020654791 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.json' (58,515) at 20210927100127469 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-apmixedsys.c' (58,516) at 20240405153230215 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-netlink-ifindex' (58,517) at 20220401030010887 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm6115-mdss.yaml' (58,518) at 20240405153229763 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_hwmon.h' (58,519) at 20210307214927910 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/avs/apl.c' (58,520) at 20240405153053937 to deleted uid set 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_connected.h' (58,521) at 20240405153051941 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/xmit.h' (58,522) at 20210307214929798 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/scripts/meson.build' (58,523) at 20240823080032949 2025-03-14 03:00:49.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_dwc.c' (58,524) at 20240405153230171 2025-03-14 03:00:49.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mt8186-gce.h' (58,525) at 20240405153052649 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-apq8084.h' (58,526) at 20240405153052645 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/mmu/mmu_v1.c' (58,527) at 20240405153046561 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/sdbusplus.wrap' (58,528) at 20220628030020471 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/test-evsel.c' (58,529) at 20240405153054065 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sm6350.h' (58,530) at 20240405153052645 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/xfrm_sync.rst' (58,531) at 20210307214925542 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pxa-pci.c' (58,532) at 20240405153230679 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html' (58,533) at 20210307205554282 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Makefile' (58,534) at 20210308005002712 2025-03-14 03:00:49.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/checksum_32.S' (58,535) at 20240405153230095 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/imx-sdma.c' (58,536) at 20240405153230283 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t102xqds_qixis.h' (58,537) at 20210308005002992 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapro.dts' (58,538) at 20210308005002624 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/debug-sr.h' (58,539) at 20240405153045881 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/Kconfig' (58,540) at 20210308005002804 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/Makefile' (58,541) at 20210307214930778 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/Kconfig' (58,542) at 20240503080014458 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/cesa/cipher.c' (58,543) at 20240405153046961 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2down.service' (58,544) at 20230920080013648 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfmuxl.c' (58,545) at 20210307214931898 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0005.h' (58,546) at 20210307214927902 2025-03-14 03:00:49.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/item_updater_helper.cpp' (58,547) at 20230106040025283 to deleted uid set 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace.h' (58,548) at 20240910080014090 to deleted uid set 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/term.h' (58,549) at 20210307214932610 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-of-dev.c' (58,550) at 20240405153054005 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/sun4i-a10.h' (58,551) at 20210307214931338 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/Makefile' (58,552) at 20210308005003068 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond_macvlan.sh' (58,553) at 20240405153054293 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/README.md' (58,554) at 20221209040008787 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v4.h' (58,555) at 20240405153051293 2025-03-14 03:00:49.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/freeze.cfg' (58,556) at 20210307214932618 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfi_ms.h' (58,557) at 20210307214930294 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/starfive/jh7110_tdm.c' (58,558) at 20240405153232199 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel_pt.h' (58,559) at 20240405153046385 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/hwctrset.h' (58,560) at 20240405153046281 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra124.c' (58,561) at 20240405153046861 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie-ep.yaml' (58,562) at 20240405153045125 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mchp_pfsoc_ioscb.c' (58,563) at 20230426080043708 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8350.c' (58,564) at 20240405153230739 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_manager.hpp' (58,565) at 20241212090025211 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dnskw.dtsi' (58,566) at 20210308005002592 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi' (58,567) at 20240405153229951 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb' (58,568) at 20220401030010887 2025-03-14 03:00:49.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_optc.h' (58,569) at 20240405153047253 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_sockio.cpp' (58,570) at 20230629131804623 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_motion.scss' (58,571) at 20220105012522983 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/api/functionredirection.rst' (58,572) at 20240405153045009 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/Makefile' (58,573) at 20240405153051945 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/async_tx.c' (58,574) at 20240405153046533 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/types.h' (58,575) at 20240405153052809 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ila/Makefile' (58,576) at 20210307214931962 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/cec-gpio/cec-gpio.c' (58,577) at 20240405153230775 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/cacheflush.h' (58,578) at 20240405153230019 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/arm-coresight.txt' (58,579) at 20240405153054077 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/fp-stress.c' (58,580) at 20241216090017805 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loader-fit.h' (58,581) at 20210308005046017 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/login.py' (58,582) at 20240309090012816 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/xenbus.c' (58,583) at 20240405153052253 2025-03-14 03:00:49.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b1x5v2.dtsi' (58,584) at 20240405153229883 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2.h' (58,585) at 20240405153231431 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sysctl_net.c' (58,586) at 20240812080017264 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/Kconfig' (58,587) at 20240405153048777 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/dma_v2_defs.h' (58,588) at 20210307214930538 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Preseli' (58,589) at 20210307205553798 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a774a1-cpg-mssr.c' (58,590) at 20240405153230235 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/net2272.h' (58,591) at 20220525020654267 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ipaq-micro-ts.c' (58,592) at 20240405153049161 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libidn/libidn2_2.3.7.bb' (58,593) at 20240301090012475 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/testdev.c' (58,594) at 20210308005045765 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (58,595) at 20240814080011471 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6259.c' (58,596) at 20220525020652358 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/0001-makefile-Add-missing-LDFLAGS.patch' (58,597) at 20241206090014226 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/braille-console.rst' (58,598) at 20210307214925218 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/posix_types.h' (58,599) at 20210307214926674 2025-03-14 03:00:49.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/adc.c' (58,600) at 20210308005003736 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/metrics.json' (58,601) at 20220525020655143 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/firmware/qcom,scm.h' (58,602) at 20240405153231795 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-msm8974.c' (58,603) at 20240405153230235 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/meson.build' (58,604) at 20240326080039702 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/dbus-sdr/storagecommands.cpp' (58,605) at 20241118090027711 to deleted uid set 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sr-som-emmc.dtsi' (58,606) at 20240405153045517 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device.c' (58,607) at 20210308005002792 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab_1.6.bb' (58,608) at 20241221090017524 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/phosphor-dbus-interfaces.wrap' (58,609) at 20210817000025328 to deleted uid set 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/manpage-bold-literal.xsl' (58,610) at 20210307214932510 2025-03-14 03:00:49.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_root_node.c' (58,611) at 20210308005003700 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseport_dualstack.c' (58,612) at 20210307214932694 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/vishay,vcnl4000.yaml' (58,613) at 20210309003648360 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sg.c' (58,614) at 20241216090017737 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/22000.c' (58,615) at 20240405153050509 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6q_mba6_spi_defconfig' (58,616) at 20210308005003284 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/Makefile' (58,617) at 20210307214925674 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_redfish_privilege_registry.robot' (58,618) at 20240627080021052 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun50i-a64-ccu.h' (58,619) at 20210307214931350 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler-rev1-inx.dts' (58,620) at 20240405153045781 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/a2065.h' (58,621) at 20210307214929290 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/Kconfig' (58,622) at 20240405153045645 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_axuser_nonsecured_regs.h' (58,623) at 20240405153046585 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xx' (58,624) at 20210308005003296 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_usbtty_defconfig' (58,625) at 20210308005003280 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837.dtsi' (58,626) at 20240405153045425 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/host-os.h' (58,627) at 20221215040039066 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/reporting-issues.rst' (58,628) at 20240405153045285 2025-03-14 03:00:49.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/c67x00-hcd.c' (58,629) at 20210309003653184 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/drf.h' (58,630) at 20240405153048617 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/ipv6.h' (58,631) at 20240405153052861 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/quickly-build-trimmed-linux.rst' (58,632) at 20240405153044961 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-iva-thermal.dtsi' (58,633) at 20240405153045597 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/src.cpp' (58,634) at 20241022080025524 to deleted uid set 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Add-support-for-mips64-n32-n64.patch' (58,635) at 20210307205553902 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c' (58,636) at 20240405153049469 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_qmr.c' (58,637) at 20210307214929422 2025-03-14 03:00:49.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/kgdb.c' (58,638) at 20240405153046077 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hermes.h' (58,639) at 20220525020653767 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/Kconfig' (58,640) at 20210308005002908 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml' (58,641) at 20240712080022837 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/crosscompile_nm.patch' (58,642) at 20210307205553878 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha512-ce-glue.c' (58,643) at 20240405153045849 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/MAINTAINERS' (58,644) at 20210308005002988 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/include/mach/hardware.h' (58,645) at 20210308005002796 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-mrw.inc' (58,646) at 20210812000025258 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_qm_masks.h' (58,647) at 20240405153046601 2025-03-14 03:00:49.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/spinlock_rt.c' (58,648) at 20240405153053021 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/head827d.c' (58,649) at 20210309003649820 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/Makefile' (58,650) at 20240405153046045 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AML' (58,651) at 20211006000025226 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/std_types.c' (58,652) at 20220525020653151 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pci.h' (58,653) at 20240405153052617 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_static_linked1.c' (58,654) at 20220525020655199 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/des.h' (58,655) at 20210307214931310 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c' (58,656) at 20240405153231587 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rf.h' (58,657) at 20210307214929946 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu-feature.h.inc' (58,658) at 20240906080037536 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ras/debugfs.c' (58,659) at 20240405153051461 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm_1.80.1.bb' (58,660) at 20241221090017676 to deleted uid set 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml' (58,661) at 20221207040023631 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/state.xml.h' (58,662) at 20210307214927770 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/evb-ast2600.conf' (58,663) at 20240216090011898 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0023-shared-Do-not-use-malloc_info-on-musl.patch' (58,664) at 20241221090017644 to deleted uid set 2025-03-14 03:00:49.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/.clang-format' (58,665) at 20241219090009776 to deleted uid set 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_values.hpp' (58,666) at 20230607080026569 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/adreno_common.xml.h' (58,667) at 20240405153048577 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-i2c.h' (58,668) at 20240405153049369 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167-mfgcfg.c' (58,669) at 20240405153230211 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing/sserule.hpp' (58,670) at 20240730080002885 to deleted uid set 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams452ef01.c' (58,671) at 20240405153048693 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a774b1-cpg-mssr.h' (58,672) at 20210307214931334 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/mxregs.h' (58,673) at 20210307214926762 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/trackpoint.c' (58,674) at 20240405153049153 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/index.rst' (58,675) at 20210307214925570 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/Kconfig' (58,676) at 20210308005002944 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wavefront/wavefront_synth.c' (58,677) at 20240405153053509 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios-stub.c' (58,678) at 20230426080043740 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trollhattan' (58,679) at 20210307205553794 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dsos.c' (58,680) at 20240405153054189 2025-03-14 03:00:49.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hr-All' (58,681) at 20210307205553774 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/3780i.h' (58,682) at 20220525020652298 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-microsoft.c' (58,683) at 20240405153048817 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4265.h' (58,684) at 20210307214932298 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt1308.txt' (58,685) at 20210307214925434 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite520x.h' (58,686) at 20210308005003624 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/relocate.c' (58,687) at 20240913080013765 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_pwm.h' (58,688) at 20241211090212362 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtas.c' (58,689) at 20240405153230039 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/kzm9g.c' (58,690) at 20210308005003012 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/processor.h' (58,691) at 20240405153045861 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/sunplus,sp7021-wdt.yaml' (58,692) at 20240405153045185 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-empty.out' (58,693) at 20210308005046413 to deleted uid set 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swapfile.h' (58,694) at 20240405153231843 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/appcommands.cpp' (58,695) at 20241119090007844 2025-03-14 03:00:49.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Kconfig' (58,696) at 20210308005002776 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/cpucfg-emul.c' (58,697) at 20210309003648852 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/Makefile.include' (58,698) at 20241211090212530 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/governor_simpleondemand.c' (58,699) at 20220525020652402 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/stats.c' (58,700) at 20240405153052369 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb' (58,701) at 20231011080016606 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-scs1x.c' (58,702) at 20210307214932214 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/timer.c' (58,703) at 20210308005002792 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_ads.h' (58,704) at 20240405153048509 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/command.py' (58,705) at 20241221090017584 to deleted uid set 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/vsprintf.c' (58,706) at 20210307214932502 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml' (58,707) at 20220525020651686 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/MAINTAINERS' (58,708) at 20210308005002960 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-pcm-953.dtsi' (58,709) at 20240405153045589 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/ctrl.c' (58,710) at 20240405153230259 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/early_alloc.c' (58,711) at 20240405153045881 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-jesurun-q5.dts' (58,712) at 20240405153045377 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu.h' (58,713) at 20210308005002800 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c_table.c' (58,714) at 20240405153050681 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/imx8mp.c' (58,715) at 20240405153230735 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-account' (58,716) at 20210307205554566 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/signal_64.c' (58,717) at 20240405153046153 2025-03-14 03:00:49.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/device-url-syntax.rst.inc' (58,718) at 20240906080037180 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/or_action_tests.cpp' (58,719) at 20210308005405938 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-c200-v1.dts' (58,720) at 20240405153045457 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_awg_utils.c' (58,721) at 20210307214928034 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/g12a-tohdmitx.c' (58,722) at 20240405153232187 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-reset.rst' (58,723) at 20210309003648476 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memcontrol.h' (58,724) at 20241104090011599 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-1.0-Perl' (58,725) at 20211006000025230 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-kernel/linux/linux-aspeed/usbctl.cfg' (58,726) at 20210307205553674 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_alua.h' (58,727) at 20210307214930710 2025-03-14 03:00:49.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/richtek,rt1711h.txt' (58,728) at 20210307214925450 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/filter.c' (58,729) at 20241216090017789 to deleted uid set 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/xen-save-devices-state.txt' (58,730) at 20210308005045813 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPD-document' (58,731) at 20241221090017616 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/crt.S' (58,732) at 20230426080043952 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/meson.build' (58,733) at 20230408080025093 to deleted uid set 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/.gitignore' (58,734) at 20220120040024748 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_servalt_defconfig' (58,735) at 20210308005003268 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/fsia6b.c' (58,736) at 20210309003650188 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/plutux.h' (58,737) at 20210308005003612 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/fsl,imx7-src.yaml' (58,738) at 20210309003648388 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/mscan/mscan.c' (58,739) at 20240405153049733 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Compatible/meson.build' (58,740) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts' (58,741) at 20240405153229903 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8150.dtsi' (58,742) at 20240405153229943 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/fdt.c' (58,743) at 20210308005045933 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/hihope-rzg2-ex-aistarvision-mipi-adapter-2.1.dtsi' (58,744) at 20220525020651930 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libfakekey/libfakekey_git.bb' (58,745) at 20230919080013990 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/stacktrace_build_id_nmi.c' (58,746) at 20240405153054261 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/server.hpp' (58,747) at 20240829080010546 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/page-title/index.md' (58,748) at 20221215040043186 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl_dtb.py' (58,749) at 20210308005003748 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sriov.c' (58,750) at 20240405153050013 to deleted uid set 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vfio.h' (58,751) at 20240405153231847 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/stddef.h' (58,752) at 20240906080037356 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/50-edk2-i386-secure.json' (58,753) at 20210308005046117 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/mx6sxsabreauto.c' (58,754) at 20210308005002984 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/multigen_lru.rst' (58,755) at 20240405153044961 2025-03-14 03:00:49.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan743x_main.c' (58,756) at 20240628080013997 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/persistent.c' (58,757) at 20210307214932174 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4d_irq.c' (58,758) at 20210307214926602 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cpu.c' (58,759) at 20240906080037184 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/version.cpp' (58,760) at 20240820080021222 to deleted uid set 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/mte_common_util.c' (58,761) at 20241211090145577 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,ipq5332-gcc.yaml' (58,762) at 20240405153045029 2025-03-14 03:00:49.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_main.c' (58,763) at 20240405153050245 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi.c' (58,764) at 20241111090012133 to deleted uid set 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sc7280-mdss.yaml' (58,765) at 20240405153229763 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/osdep.h' (58,766) at 20241211090212366 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/trace-events' (58,767) at 20241211090212250 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/openbmc-dbus.json' (58,768) at 20241206090006234 to deleted uid set 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mvebu-sata.c' (58,769) at 20240405153231311 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt' (58,770) at 20240405153229787 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/legacy.c' (58,771) at 20210307214926742 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/falcon.c' (58,772) at 20240405153050265 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/phy.c' (58,773) at 20240405153231247 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_compositor.h' (58,774) at 20210307214928038 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/Makefile' (58,775) at 20240405153047245 2025-03-14 03:00:49.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/decode-insn.h' (58,776) at 20210307214926074 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/core.h' (58,777) at 20241216090017725 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/target/iscsi/iscsi_transport.h' (58,778) at 20240405153052889 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/nxp/Kconfig' (58,779) at 20210309003651144 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/Makefile' (58,780) at 20210308005002820 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/Makefile' (58,781) at 20241104090011559 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/ptrace.h' (58,782) at 20210307214925670 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c' (58,783) at 20240405153230499 to deleted uid set 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Cable.v1_2_3.json' (58,784) at 20240619080002944 to deleted uid set 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/v7m.h' (58,785) at 20240405153045625 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png' (58,786) at 20210307205554250 to deleted uid set 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64c_8core_rs780e.dts' (58,787) at 20210309003648828 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-14.c' (58,788) at 20210307214931190 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_genhd.c' (58,789) at 20240405153051509 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb' (58,790) at 20240413080012659 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/native-intercept/chgrp' (58,791) at 20210307205554638 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hidraw.h' (58,792) at 20220525020654667 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mac16.S' (58,793) at 20210308005046533 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2602-spi.c' (58,794) at 20210307214932338 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/g2d-regs.h' (58,795) at 20240405153049461 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c' (58,796) at 20240830080013279 2025-03-14 03:00:49.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-4.c' (58,797) at 20210307214931190 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch' (58,798) at 20210608000015791 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svcsock.h' (58,799) at 20240405153231843 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/timespec.c' (58,800) at 20240405153054177 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2431.c' (58,801) at 20210309003653324 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8541CDS_defconfig' (58,802) at 20210308005003240 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mana/gdma.h' (58,803) at 20241011080017375 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/videobuf-vmalloc.c' (58,804) at 20240405153049585 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-fsl-ftm.c' (58,805) at 20220525020652342 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ActionInfo.v1_4_2.json' (58,806) at 20240619080002940 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml' (58,807) at 20240405153045149 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/timer.c' (58,808) at 20210308005002756 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/Makefile' (58,809) at 20210307214931198 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/dptf/dptf_pch_fivr.c' (58,810) at 20240405153046637 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/arc_emac.txt' (58,811) at 20210307214925370 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/meson.build' (58,812) at 20210308005045993 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/gang.c' (58,813) at 20210307214926462 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-pico-dwarf.dts' (58,814) at 20240405153045505 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-synology.dtsi' (58,815) at 20240405153045457 2025-03-14 03:00:49.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/pmjump.S' (58,816) at 20210307214926638 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb' (58,817) at 20240302090018210 to deleted uid set 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dibusb-common.c' (58,818) at 20220525020653319 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_dev.c' (58,819) at 20240405153053357 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_inode_item.h' (58,820) at 20240405153052593 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/imximage.cfg' (58,821) at 20210308005002724 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/mq_sysctl.c' (58,822) at 20240812080017252 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/sprd_dsi.c' (58,823) at 20240405153230631 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tc_l2_redirect_kern.c' (58,824) at 20210307214932118 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sis5595.c' (58,825) at 20240405153230667 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/Makefile' (58,826) at 20210307214930070 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/README' (58,827) at 20210308005002920 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/gitlab-kubernetes-runners/values.yaml' (58,828) at 20230925080039989 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/0001-ez-ipupdate-Include-time.h-for-time-API-prototype.patch' (58,829) at 20221003030013261 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c' (58,830) at 20240624080012788 to deleted uid set 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/conf/machine/include/supermicro.inc' (58,831) at 20221014100013247 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-syms.c' (58,832) at 20210307214925974 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/local.conf.sample' (58,833) at 20241221090017580 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget_configfs.rst' (58,834) at 20240405153045305 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mediatek,mt6331-regulator.yaml' (58,835) at 20240405153045145 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/debugfs-client.c' (58,836) at 20240405153230735 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-4.dtsi' (58,837) at 20210307214926350 2025-03-14 03:00:49.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/pipeline.json' (58,838) at 20240405153054133 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3188-power.h' (58,839) at 20210307214931346 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/pm.c' (58,840) at 20210307214926270 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch' (58,841) at 20210307205554602 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mctp.rst' (58,842) at 20220525020651746 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/phosphor-wait-power-on@.service' (58,843) at 20230706080014765 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt' (58,844) at 20210307214925370 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/Kconfig' (58,845) at 20240405153046553 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (58,846) at 20210812000025166 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch' (58,847) at 20241221090017540 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/thermal-tools.h' (58,848) at 20240405153054381 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mgcoge3un_defconfig' (58,849) at 20210308005003268 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65217.c' (58,850) at 20240405153230839 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/imx/imx93-src.c' (58,851) at 20240405153051761 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_types_internal2.h' (58,852) at 20240405153047201 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/configuration.md' (58,853) at 20240809080033023 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/toolchains.yml' (58,854) at 20241206090014206 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vma.c' (58,855) at 20240405153046369 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/uncore-power.json' (58,856) at 20240405153054137 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p3041_ids.c' (58,857) at 20210308005002832 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/OEM_SCHEMAS.md' (58,858) at 20240723080003235 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-data.out' (58,859) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/exynos_spi.c' (58,860) at 20210308005003492 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/50-gbmc-nic.rules.in' (58,861) at 20240913080015313 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pc87427.rst' (58,862) at 20210307214925506 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-sis630.rst' (58,863) at 20210307214925510 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables-context.rst' (58,864) at 20240413080012667 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/Kconfig' (58,865) at 20240405153048893 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-imx-irqsteer.c' (58,866) at 20240805080013963 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/channel_auth.hpp' (58,867) at 20231024080029049 to deleted uid set 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/af9005.c' (58,868) at 20240405153049549 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/security.c' (58,869) at 20240405153046153 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes.txt' (58,870) at 20210307205553666 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/os-strace.h' (58,871) at 20210927100127045 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/generic_timer.c' (58,872) at 20210308005002560 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/enter_mpreboot.cpp' (58,873) at 20230915080021805 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland_1.23.1.bb' (58,874) at 20241221090017684 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/tangier.c' (58,875) at 20210308005002860 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/ptest-packagelists.inc' (58,876) at 20241221090017612 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml' (58,877) at 20240405153045153 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cli.h' (58,878) at 20210308005003572 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend' (58,879) at 20230728080019718 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt' (58,880) at 20240113090014532 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-essiv.c' (58,881) at 20210308005045777 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfs.h' (58,882) at 20240405153052753 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inflate_syms.c' (58,883) at 20210307214931826 2025-03-14 03:00:49.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra114-tn7.dts' (58,884) at 20240405153229875 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/Kconfig' (58,885) at 20241118090018515 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/perl-ptest.inc' (58,886) at 20241221090017664 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_msghandler.c' (58,887) at 20240405153046753 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/emlog.initd' (58,888) at 20210307205553886 to deleted uid set 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/sockbits.h' (58,889) at 20210308005046089 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/jitterstop.sh' (58,890) at 20220525020655227 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/spl.h' (58,891) at 20210308005002656 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/storage_large.json' (58,892) at 20230202040011970 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml' (58,893) at 20240405153045073 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/vnc-security.rst' (58,894) at 20210927100127081 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tasks.h' (58,895) at 20241111090012157 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_tx.h' (58,896) at 20240405153050261 2025-03-14 03:00:49.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_devlink.h' (58,897) at 20210309003651152 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ia_css_sc.host.c' (58,898) at 20240405153051837 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/__init__.py' (58,899) at 20231011080016602 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_powernv.py' (58,900) at 20241211090212542 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-sprd.c' (58,901) at 20240405153231359 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn20.c' (58,902) at 20240405153047301 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/bpmp-debugfs.c' (58,903) at 20240415080012967 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_pool.c' (58,904) at 20240503080014474 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/Makefile' (58,905) at 20210307214927126 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/open/open.h' (58,906) at 20210308004938836 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme1_ctrl_regs.h' (58,907) at 20240405153046577 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager.c' (58,908) at 20210308005002780 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/t3cdev.h' (58,909) at 20210307214929362 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funcore/fun_queue.h' (58,910) at 20240405153049933 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Madrid' (58,911) at 20210307205553766 2025-03-14 03:00:49.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/io.h' (58,912) at 20210307214931002 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/cpu_if_regs.h' (58,913) at 20240405153046585 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-7777.dtso' (58,914) at 20240405153045725 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfsd.h' (58,915) at 20240820080014177 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSubsystem.v1_1_2.json' (58,916) at 20240619080002952 to deleted uid set 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts' (58,917) at 20240405153045389 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sc9836.dtsi' (58,918) at 20240405153045825 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-debugfs.c' (58,919) at 20240405153049529 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/MAINTAINERS' (58,920) at 20210308005003020 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.4.bb' (58,921) at 20230706080014765 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/BlueRidge.json' (58,922) at 20240703080039227 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils-crates.inc' (58,923) at 20241221090017508 to deleted uid set 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cyapa_gen5.c' (58,924) at 20220525020653179 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/sockbits.h' (58,925) at 20210308005046097 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/set_memory_region_test.c' (58,926) at 20240405153232271 2025-03-14 03:00:49.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/bletchley-common-tool_0.1.bb' (58,927) at 20241221090017476 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/coresight.sh' (58,928) at 20240405153054173 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_omnia/turris_omnia.c' (58,929) at 20210308005002904 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_snat.c' (58,930) at 20210307214931894 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c' (58,931) at 20210406100035935 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/debug-assert.h' (58,932) at 20230925080039937 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/rv_ppsmc.h' (58,933) at 20240405153048337 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector-yaml-provider_git.bb' (58,934) at 20210307205554050 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/Makefile' (58,935) at 20240405153046973 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/gen-atomic-fallback.sh' (58,936) at 20240405153053433 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_prctl.h' (58,937) at 20220429100100646 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/Makefile' (58,938) at 20240912080012042 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/meson.build' (58,939) at 20240906080037496 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/determinism.patch' (58,940) at 20241221090017664 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/isys_public.h' (58,941) at 20210309003653016 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/system_tests.cpp' (58,942) at 20240817080031296 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/bmc_state_manager.hpp' (58,943) at 20240820080031614 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReportDefinitionCollection_v1.xml' (58,944) at 20240619080002928 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/hplance.h' (58,945) at 20210307214929290 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/memory_vpd_parser.hpp' (58,946) at 20230817080025980 to deleted uid set 2025-03-14 03:00:49.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/tie.h' (58,947) at 20210308005002884 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-e2015-common.dtsi' (58,948) at 20240405153229939 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/head.S' (58,949) at 20240405153046505 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_redirect.sh' (58,950) at 20240405153054289 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P3041DS.h' (58,951) at 20210308005003580 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqdomain.h' (58,952) at 20240405153052713 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/bblayers.conf.sample' (58,953) at 20240323080013545 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/writing_usb_driver.rst' (58,954) at 20240405153045197 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/ivybridge.c' (58,955) at 20210308005002856 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/kexec.h' (58,956) at 20210307214926118 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/README' (58,957) at 20210308005002956 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/suspend-dev.cfg' (58,958) at 20210307214932618 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/psci.S' (58,959) at 20210308005002968 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sndrv_pcm_ioctl.sh' (58,960) at 20210307214932578 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-gateworks-gw2348.dts' (58,961) at 20240405153045437 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/misc.c' (58,962) at 20240405153232243 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/gpr_asm.h' (58,963) at 20210307214932702 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-lmk04832.c' (58,964) at 20240405153230207 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usb/usb_manager.hpp' (58,965) at 20241107090019841 to deleted uid set 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/host_then_chassis_poweroff.cpp' (58,966) at 20240820080021574 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/atp870u.c' (58,967) at 20240405153051573 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c' (58,968) at 20240405153048653 2025-03-14 03:00:49.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt' (58,969) at 20240405153045133 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk3399.h' (58,970) at 20210308005002664 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/generate_yaml_makefile.sh' (58,971) at 20210308005057105 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scc.h' (58,972) at 20210307214931502 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/mlx90614.c' (58,973) at 20240405153230695 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.interface.yaml' (58,974) at 20241120090018888 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan_usa67msg.h' (58,975) at 20210307214930866 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5dm.dtsi' (58,976) at 20210308005002572 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9210-regulator.h' (58,977) at 20210307214930186 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/madvise.c' (58,978) at 20240503080014506 to deleted uid set 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-bmi2.c' (58,979) at 20230426080043952 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/usbmouse.c' (58,980) at 20240405153048829 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/goldfish/Makefile' (58,981) at 20210307214930134 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig' (58,982) at 20210308005003248 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c' (58,983) at 20210308005046521 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c' (58,984) at 20220525020652959 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mtio.h' (58,985) at 20210307214931642 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-dlink-dir-685.dts' (58,986) at 20240405153045433 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/corenet_base.config' (58,987) at 20240405153046097 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-cxl' (58,988) at 20240405153044913 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/waitq.c' (58,989) at 20240405153231611 2025-03-14 03:00:49.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_endian.h' (58,990) at 20210307214930510 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/chrp32_defconfig' (58,991) at 20240405153046097 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ds1338-test.c' (58,992) at 20240326080039738 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/byteorder.h' (58,993) at 20210307214926682 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sctp/associola.c' (58,994) at 20240405153053373 to deleted uid set 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/phase.h' (58,995) at 20210307214932262 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp3030.h' (58,996) at 20210307214928702 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/adf_c62x_hw_data.h' (58,997) at 20240405153230267 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/openat2_test.c' (58,998) at 20240726080012882 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_canhandle_enumerate_unittest.cpp' (58,999) at 20210308005120361 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Auxtek-T004_defconfig' (59,000) at 20210308005003232 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h' (59,001) at 20240415080012967 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/platform.c' (59,002) at 20210307214926138 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-quick' (59,003) at 20210308005046393 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/starfive,jh7110-mmc.yaml' (59,004) at 20240405153045113 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch.h' (59,005) at 20240405153232211 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/falcon/sysctrl.c' (59,006) at 20240405153046033 2025-03-14 03:00:49.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/libcxgbi.c' (59,007) at 20240405153051585 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_topology.c' (59,008) at 20240910080014030 to deleted uid set 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/cfg80211.h' (59,009) at 20210307214929754 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-sprd.c' (59,010) at 20240405153052033 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/dbus.cpp' (59,011) at 20230511080010311 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_h.c' (59,012) at 20210308005046509 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_brstack.sh' (59,013) at 20240405153054173 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino_MICRO-eMMC_defconfig' (59,014) at 20210308005003232 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/client.h' (59,015) at 20220525020652947 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml' (59,016) at 20240405153045121 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit_iov_iter.c' (59,017) at 20240405153231951 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/sdma2/irqsrcs_sdma2_5_0.h' (59,018) at 20210309003649636 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_kfuncs.h' (59,019) at 20240405153054241 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c' (59,020) at 20240405153231491 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/ps3-vuart.c' (59,021) at 20220525020653927 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/poky-reference-distribution.png' (59,022) at 20210307205554314 to deleted uid set 2025-03-14 03:00:49.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_writeback.c' (59,023) at 20240405153048413 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c' (59,024) at 20240405153231059 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/fpsimd.h' (59,025) at 20240405153229975 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7885.dtsi' (59,026) at 20240405153045721 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-array-branch.err' (59,027) at 20230925080040089 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bdrv-drain.c' (59,028) at 20241211090212550 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/MAINTAINERS' (59,029) at 20210308005003204 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/luton_pcb091.dts' (59,030) at 20220525020651994 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (59,031) at 20220620100012713 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/Kconfig' (59,032) at 20210307214930918 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme_tsi148.h' (59,033) at 20240405153051945 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/idle.c' (59,034) at 20240405153046285 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf' (59,035) at 20210307205554570 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb' (59,036) at 20220921030015986 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/acl.py' (59,037) at 20230919080013962 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dtsi' (59,038) at 20210308005002596 2025-03-14 03:00:49.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/index.rst' (59,039) at 20211006000025218 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos.c' (59,040) at 20210308005002912 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem.h' (59,041) at 20240503080014498 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json' (59,042) at 20240405153054377 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-gxl-usb2.c' (59,043) at 20240405153231307 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Storage.v1_17_1.json' (59,044) at 20240918080002724 to deleted uid set 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/dbg.h' (59,045) at 20240405153050525 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds' (59,046) at 20210308005002832 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/dlink/dl2k.rst' (59,047) at 20210309003648444 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_reg.c' (59,048) at 20210307214927314 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/aptina,mt9p031.yaml' (59,049) at 20240405153045093 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Notify.interface.yaml' (59,050) at 20240618080025497 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_cq.c' (59,051) at 20240405153049109 to deleted uid set 2025-03-14 03:00:49.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Logs/Dumps/Dumps.vue' (59,052) at 20241004080035967 to deleted uid set 2025-03-14 03:00:49.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/bb-matrix.sh' (59,053) at 20210307205554630 2025-03-14 03:00:49.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/blake2s-core.S' (59,054) at 20220627100016922 2025-03-14 03:00:49.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.5.bb' (59,055) at 20241221090017508 2025-03-14 03:00:49.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_core.c' (59,056) at 20240405153230171 2025-03-14 03:00:49.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-path-selector.h' (59,057) at 20240405153049249 2025-03-14 03:00:49.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-mci.c' (59,058) at 20240405153049369 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h' (59,059) at 20240405153230931 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/nb7vpq904m.c' (59,060) at 20240805080014011 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ad7879-i2c.c' (59,061) at 20240405153049157 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c' (59,062) at 20210308005003496 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ds90ub9xx.h' (59,063) at 20240405153231847 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/generic.c' (59,064) at 20210308005002548 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/MAINTAINERS' (59,065) at 20210308005003008 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-system.c' (59,066) at 20240405153046769 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/apple-admac.c' (59,067) at 20240405153230279 to deleted uid set 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/COPYING.MIT' (59,068) at 20220315100011431 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/tlb-v4.S' (59,069) at 20210307214925974 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/iomap.h' (59,070) at 20210308005002876 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kvm_dirty_ring.h' (59,071) at 20240405153052717 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/sysfs.rst' (59,072) at 20220525020651770 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7753evb_defconfig' (59,073) at 20210308005003280 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/mbuf.h' (59,074) at 20210307214929666 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn32.decode' (59,075) at 20241211090212514 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-mk802.dts' (59,076) at 20210308005002616 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/stx_gp3_8560.dts' (59,077) at 20240405153046093 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2/0001-module-suspend-on-idle-Include-time.h-for-struct-tim.patch' (59,078) at 20241206090014238 to deleted uid set 2025-03-14 03:00:49.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-bayer.rst' (59,079) at 20210309003648496 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_async.c' (59,080) at 20240405153051525 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Delary_Kolaboda' (59,081) at 20210307205553778 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend' (59,082) at 20230228040013307 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-acct_1.0.3.bb' (59,083) at 20220402030015903 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/main.cpp' (59,084) at 20240817080027656 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/Makefile' (59,085) at 20220525020654407 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/lmb.c' (59,086) at 20210308005003740 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h' (59,087) at 20210307214928450 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc' (59,088) at 20210309003648248 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi' (59,089) at 20240405153229923 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml' (59,090) at 20240405153045121 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-debian.bb' (59,091) at 20241206090014214 to deleted uid set 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0009-Prevent-running-check-tests-on-host-if-cross-compili.patch' (59,092) at 20210407000018086 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb' (59,093) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml' (59,094) at 20221207040023627 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/guider/guider_3.9.8.bb' (59,095) at 20240301090012423 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/move_mount.c' (59,096) at 20210307214932578 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/sd_event_loop.cpp' (59,097) at 20241119090023648 to deleted uid set 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/rootfs.py' (59,098) at 20220910030013393 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/llcc-qcom.h' (59,099) at 20240405153052793 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/devtool/bbpath.py' (59,100) at 20210307205554386 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-mm.c' (59,101) at 20240405153046797 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-xgene-msi.c' (59,102) at 20240405153231287 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-fault-injection.h' (59,103) at 20240405153052025 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/otg.c' (59,104) at 20240405153231535 2025-03-14 03:00:49.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/platsmp.h' (59,105) at 20210307214925870 2025-03-14 03:00:49.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/call_accept.c' (59,106) at 20240405153053361 2025-03-14 03:00:49.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_hsi.h' (59,107) at 20240405153050225 2025-03-14 03:00:49.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-generic.c' (59,108) at 20210308005003512 2025-03-14 03:00:49.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml' (59,109) at 20240405153229787 2025-03-14 03:00:49.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_dte.c' (59,110) at 20240405153051445 2025-03-14 03:00:49.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb' (59,111) at 20241206090014250 to deleted uid set 2025-03-14 03:00:49.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sc7280.c' (59,112) at 20240405153051349 2025-03-14 03:00:49.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/test/Makefile.am' (59,113) at 20210308004942076 2025-03-14 03:00:49.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/auto-basic.json' (59,114) at 20221005030014094 2025-03-14 03:00:49.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig' (59,115) at 20210308005003240 2025-03-14 03:00:49.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/patch_realtek.c' (59,116) at 20241216090017801 to deleted uid set 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-pgp-guide.rst' (59,117) at 20240405153045249 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_encoder_json.cpp' (59,118) at 20240106090013589 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v2.h' (59,119) at 20240405153051289 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-3.conf' (59,120) at 20230412080023460 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/seeq/sgiseeq.h' (59,121) at 20210307214929614 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/utils.c' (59,122) at 20240405153050541 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/stpmic1_onkey.c' (59,123) at 20240405153049145 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-depends-dot' (59,124) at 20230919080013998 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ds.c' (59,125) at 20220525020652118 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c' (59,126) at 20240628080013997 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.h' (59,127) at 20240405153047301 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/conf-notes.txt' (59,128) at 20230209040014205 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/devtool.py' (59,129) at 20241221090017632 to deleted uid set 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/stm.rst' (59,130) at 20210309003648468 2025-03-14 03:00:49.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gnupg_0.5.3.bb' (59,131) at 20241221090017552 to deleted uid set 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c' (59,132) at 20240405153048657 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-annotate.c' (59,133) at 20241008080014051 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/frame_vector.h' (59,134) at 20240405153052825 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/quilt.rst' (59,135) at 20230114040015514 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/vermagic.h' (59,136) at 20210307214926110 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/error-inject.c' (59,137) at 20210307214926086 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a.dtsi' (59,138) at 20210308005002580 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/Kconfig' (59,139) at 20210308005003036 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-r2d/setup.c' (59,140) at 20210307214926538 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/omap_dma.c' (59,141) at 20241211090212270 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160-core.c' (59,142) at 20220525020653327 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb' (59,143) at 20230706080014757 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfsxdr.c' (59,144) at 20240405153052441 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_init.h' (59,145) at 20220525020652514 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/rds.h' (59,146) at 20240405153232071 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/Makefile' (59,147) at 20240405153052321 2025-03-14 03:00:49.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_overhead_kprobe.bpf.c' (59,148) at 20240405153232099 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/vdso32.lds.S' (59,149) at 20240405153046081 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mcs.h' (59,150) at 20240405153230999 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c' (59,151) at 20240405153048689 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/zaurus.c' (59,152) at 20240906080037224 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/alloc.c' (59,153) at 20241219090010500 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2-spi.dts' (59,154) at 20240405153045537 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_chassis.json' (59,155) at 20241213090004413 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/lib.sh' (59,156) at 20240830080013363 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-mba6a.dts' (59,157) at 20240405153045497 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/uvfn.c' (59,158) at 20240405153048665 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_peci.h' (59,159) at 20221215040039182 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dtc-lexer.l' (59,160) at 20240405153053445 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/boottrace.bconf' (59,161) at 20220525020655183 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-pistachio.dts' (59,162) at 20240405153229883 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/hci_conn.c' (59,163) at 20241220090018334 to deleted uid set 2025-03-14 03:00:49.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/fscrypt_private.h' (59,164) at 20240405153052317 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/aloop.c' (59,165) at 20240405153053497 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/pgalloc.h' (59,166) at 20220525020651974 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00link.c' (59,167) at 20240405153050621 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_packet_layer.h' (59,168) at 20240405153051393 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18250_priv.h' (59,169) at 20210307214928802 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/pci.c' (59,170) at 20210308005002956 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/ovl_entry.h' (59,171) at 20240405153231719 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atom.h' (59,172) at 20240405153230331 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/typec.h' (59,173) at 20240405153052817 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32l4x5_rcc.c' (59,174) at 20240906080037256 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/goldfish/events.txt' (59,175) at 20210307214925314 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/date-time-controller.html' (59,176) at 20210308005107073 2025-03-14 03:00:49.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/rtl8366rb.c' (59,177) at 20240628080013993 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/appendix-obtain.rst' (59,178) at 20240302090018226 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/README' (59,179) at 20210308005003088 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/iforce-main.c' (59,180) at 20221128040017458 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb' (59,181) at 20241221090017548 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/main-loop.h' (59,182) at 20240906080037344 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_plane.c' (59,183) at 20210308005003528 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch' (59,184) at 20230706080014769 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/c.py' (59,185) at 20230925080039993 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/mpc85xx_edac.h' (59,186) at 20240405153047021 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/azt2320.c' (59,187) at 20220525020654979 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/bpf.json' (59,188) at 20240405153054377 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/tty_port.rst' (59,189) at 20240405153045197 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/.clang-format' (59,190) at 20241219090031084 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/Kconfig' (59,191) at 20210307214930286 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/setup-sh7760.c' (59,192) at 20210307214926562 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-phycore-som.dtsi' (59,193) at 20240405153045529 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/u-boot-sam460-20100605.bin' (59,194) at 20210308005046213 to deleted uid set 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/Makefile' (59,195) at 20240405153050345 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwvalid.c' (59,196) at 20240405153046621 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/motorola-cpcap.c' (59,197) at 20240405153049613 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/toshsd.c' (59,198) at 20240405153049677 2025-03-14 03:00:49.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/rename-line-binary.patch' (59,199) at 20210307205553870 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/main.js' (59,200) at 20241004080035963 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/ch9.h' (59,201) at 20210308005003672 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/sta2x11-fixup.c' (59,202) at 20240405153046489 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/user.h' (59,203) at 20240405153052325 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Elastic-2.0' (59,204) at 20241221090017616 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/trap.c' (59,205) at 20210927100127517 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-port.h' (59,206) at 20241104090011587 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/util/unwind-libunwind.c' (59,207) at 20220525020655131 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-cardhu-a02.dts' (59,208) at 20240405153045485 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymetno_0.13.0.bb' (59,209) at 20241221090017560 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-r40-ccu.h' (59,210) at 20230925080039929 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/json-c.wrap' (59,211) at 20241004080009135 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/bootrom.c' (59,212) at 20210308005002772 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/filter.hpp' (59,213) at 20210308005114857 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-afe-common.h' (59,214) at 20210307214932394 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgrp_kfunc.c' (59,215) at 20240405153054249 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp860.c' (59,216) at 20210307214931178 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/msm-hsusb.txt' (59,217) at 20240405153229803 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usbusx2y.c' (59,218) at 20241211090145569 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/camera-sensor.rst' (59,219) at 20240405153045193 2025-03-14 03:00:49.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/chip.c' (59,220) at 20240405153050613 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/ioctl.h' (59,221) at 20210307214931038 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stalon' (59,222) at 20210307205553790 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-sdk7786.c' (59,223) at 20210307214926546 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ErrorBlocksTransition/meson.build' (59,224) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func5.c' (59,225) at 20240405153054277 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.3.rst' (59,226) at 20241221090017596 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/numa.h' (59,227) at 20240613080016499 to deleted uid set 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/customization/build.md' (59,228) at 20221215040043186 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/codeparser.py' (59,229) at 20241221090017584 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/net-sysfs.c' (59,230) at 20240910080014090 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch' (59,231) at 20230131040012027 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bootmem_info.h' (59,232) at 20240405153052665 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina-gpio-monitor' (59,233) at 20241214090210267 to deleted uid set 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6dl-ddr.h' (59,234) at 20210308005002648 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/clock.h' (59,235) at 20210308005002652 2025-03-14 03:00:49.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/mx6quq7-2g.cfg' (59,236) at 20210308005003048 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/rwsem.c' (59,237) at 20240805080014039 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/slave.h' (59,238) at 20240405153053233 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-landisk/Makefile' (59,239) at 20210307214926538 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_eeprom.c' (59,240) at 20220525020653155 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-omap-otg.c' (59,241) at 20220627100017090 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/keystone/gate.c' (59,242) at 20210307214926982 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/uhid/uhid-example.c' (59,243) at 20210307214932130 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda827x.c' (59,244) at 20210307214928802 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/mmu-arcv2.h' (59,245) at 20220525020651802 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80-cx-a99.dts' (59,246) at 20210308005002628 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi' (59,247) at 20240405153045725 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (59,248) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rtd119x.c' (59,249) at 20240405153051501 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-rcar-gen2.c' (59,250) at 20210308005003448 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/syscall.c' (59,251) at 20240405153046289 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/pgtable.h' (59,252) at 20210307214926162 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/config_example.svg' (59,253) at 20240405153045213 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mmap.c' (59,254) at 20210307214926734 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_pd.c' (59,255) at 20210307214928434 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-net.rst' (59,256) at 20240405153232207 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/sysemu.h' (59,257) at 20241211090212370 2025-03-14 03:00:49.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_modsub.c' (59,258) at 20210308005046505 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/imximage.cfg' (59,259) at 20210308005003084 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm947622.dts' (59,260) at 20240405153045429 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/sysdep.c' (59,261) at 20240405153231687 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLan.vue' (59,262) at 20241004080035967 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/uio-howto.rst' (59,263) at 20210309003648412 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/st,stm32-fmc2-nand.yaml' (59,264) at 20240405153045113 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-phytec-phycard-s-som.dtsi' (59,265) at 20240405153045485 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/MAINTAINERS' (59,266) at 20210308005003004 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-core.xml' (59,267) at 20210308005045817 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/ce4100.c' (59,268) at 20240405153046485 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSupplyCollection_v1.xml' (59,269) at 20240619080002932 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/cramfs.rst' (59,270) at 20210307214925482 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_drv.h' (59,271) at 20240405153230583 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi' (59,272) at 20240405153229927 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/dl360Start.sh' (59,273) at 20230920080013648 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi' (59,274) at 20210307214926010 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxie-6535.c' (59,275) at 20220525020652358 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8550-gcc.yaml' (59,276) at 20240405153045029 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/jump_label.h' (59,277) at 20240405153229999 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8960-samsung-expressatt.dts' (59,278) at 20240405153045545 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_sbe.h' (59,279) at 20230426080043764 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c' (59,280) at 20240405153048665 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0002-lua-update-Makefile-to-use-environment-build-setting.patch' (59,281) at 20241221090017524 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.NetConsole' (59,282) at 20210308005003288 2025-03-14 03:00:49.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/ser.h' (59,283) at 20240405153050689 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/netfilter_link_attach.c' (59,284) at 20240405153232259 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_xsk.c' (59,285) at 20240411080014098 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/machine/palmetto.conf' (59,286) at 20230927080013510 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/load-extract-al16-al8.h.inc' (59,287) at 20240906080037184 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/185.out' (59,288) at 20240326080039730 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/range.h' (59,289) at 20240405153231835 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uaccess_32.h' (59,290) at 20240405153046401 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sm6350-pas.yaml' (59,291) at 20240405153229791 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdhci.c' (59,292) at 20241211090212334 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_base.h' (59,293) at 20240429080012440 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/configs/x86_64_defconfig' (59,294) at 20240405153230103 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sharp-ls060t1sx01.c' (59,295) at 20240405153048693 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-bad-type.out' (59,296) at 20210308005046405 to deleted uid set 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl206e.h' (59,297) at 20210309003649824 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-reg-bits.h' (59,298) at 20230925080040077 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/drm_accel.c' (59,299) at 20241001080013016 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-pins-cfg.yaml' (59,300) at 20240405153045137 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cpuidle.c' (59,301) at 20240405153229983 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.3.rst' (59,302) at 20241221090017596 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/setup-sh770x.c' (59,303) at 20210307214926562 2025-03-14 03:00:49.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CXLLogicalDevice_v1.xml' (59,304) at 20240918080002708 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bsg.h' (59,305) at 20210307214931626 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/cx2341x-devel.rst' (59,306) at 20210307214925462 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/lm4549.h' (59,307) at 20240326080039426 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/mutual_tls_meta.cpp' (59,308) at 20240904080003186 to deleted uid set 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/get_mbox_info_v2_timeout.c' (59,309) at 20210308005100993 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/curve25519-fiat32.c' (59,310) at 20210307214931794 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_string_entry_decode_string_check.yaml' (59,311) at 20240908080010098 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/al,alpine-smp' (59,312) at 20210307214925274 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/peer.c' (59,313) at 20240805080013987 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/Kconfig' (59,314) at 20240405153230915 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi' (59,315) at 20240405153229915 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/770x/irq.c' (59,316) at 20210307214926538 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/.gitignore' (59,317) at 20210307214925986 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml' (59,318) at 20240405153045153 2025-03-14 03:00:49.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_legacy.c' (59,319) at 20220525020653403 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/xlnx-versal-canfd.c' (59,320) at 20241211090212302 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/r8152_fw.c' (59,321) at 20210308005003504 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-pinctrl.dtsi' (59,322) at 20240405153045573 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c' (59,323) at 20240405153047105 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/.gitignore' (59,324) at 20240405153046269 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/Makefile' (59,325) at 20210308005002908 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/greatlakes/post_desc.json' (59,326) at 20221207040007843 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/unistd.h' (59,327) at 20210307214925670 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/numachip/numachip_csr.h' (59,328) at 20210307214926670 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/inode.c' (59,329) at 20240405153231719 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/reset-uclass.h' (59,330) at 20210308005003684 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/framebuf.conf' (59,331) at 20230401080011943 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/ppc.h' (59,332) at 20240405153046237 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/ipddp.h' (59,333) at 20210307214929246 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/discord-rules.md' (59,334) at 20231129090006061 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/dma-noncoherent.h' (59,335) at 20240405153230063 2025-03-14 03:00:49.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/selftest_guc.c' (59,336) at 20240405153230571 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/kosagi/novena/novena.c' (59,337) at 20210308005003012 to deleted uid set 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-7k-8k.yaml' (59,338) at 20240405153045013 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/microchip.yaml' (59,339) at 20240405153045153 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/asm-offsets.c' (59,340) at 20240405153045865 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-boneblack-wireless.dts' (59,341) at 20240405153045589 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/ipmi_timeline_vis.js' (59,342) at 20220602030014530 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c' (59,343) at 20240405153231343 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-mt7622.txt' (59,344) at 20210307214925418 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/filemonitor-inotify.c' (59,345) at 20240326080039754 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/spctrl/src/spctrl.c' (59,346) at 20240405153051845 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/commit.c' (59,347) at 20240906080037144 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service' (59,348) at 20241206090014334 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/addrspace.h' (59,349) at 20210309003648976 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Sutherland' (59,350) at 20210307205553766 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/hw_data.c' (59,351) at 20210308005002756 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mvebu-pic.c' (59,352) at 20240405153049201 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-inventory-sensors.yaml' (59,353) at 20210307205553694 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_w.c' (59,354) at 20210308005046525 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sigreturn-sigmask.c' (59,355) at 20241211090212550 2025-03-14 03:00:49.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb' (59,356) at 20241213090035010 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c' (59,357) at 20241211090145413 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite550x.h' (59,358) at 20210308005003624 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_ctrl_mbox.c' (59,359) at 20240405153230995 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atomic/atomic-long.h' (59,360) at 20240628080014025 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_iscsi_if.h' (59,361) at 20240405153052781 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/atomic.h' (59,362) at 20210308005003560 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/img,i2s-out.txt' (59,363) at 20210307214925430 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/list.h' (59,364) at 20240405153231819 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sec3.3-0.dtsi' (59,365) at 20210307214926350 2025-03-14 03:00:49.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Algsjo' (59,366) at 20210307205553778 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_10_3_0_offset.h' (59,367) at 20240405153047849 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/stub_32.S' (59,368) at 20220525020652194 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c' (59,369) at 20240405153230403 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_pci.c' (59,370) at 20240405153049729 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_inic162x.c' (59,371) at 20240405153230179 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml' (59,372) at 20240405153229767 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/energy_scale_utils.robot' (59,373) at 20240627080021048 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/cache.h' (59,374) at 20240405153054049 2025-03-14 03:00:49.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/contregs.h' (59,375) at 20210307214926578 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/pels' (59,376) at 20240613080020632 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/trace.json' (59,377) at 20240405153054109 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/leds/bletchley-led-manager-config/led.yaml' (59,378) at 20240829080014018 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/MCD_tasksInit.c' (59,379) at 20210308005003372 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-j721e.c' (59,380) at 20240405153230523 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_spec.h' (59,381) at 20220525020654183 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/Makefile' (59,382) at 20210307214928306 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-wmi.c' (59,383) at 20240405153051405 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/hgafb.c' (59,384) at 20240405153231583 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429.dtsi' (59,385) at 20210308005002616 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/idreg-override.c' (59,386) at 20240405153229983 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_serdes.h' (59,387) at 20220525020653687 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/checksum.c' (59,388) at 20210309003654180 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/Kconfig' (59,389) at 20240326080039426 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/pids.c' (59,390) at 20240405153054041 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.dimmpxm' (59,391) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb251xb.yaml' (59,392) at 20240405153045185 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.m54418twr' (59,393) at 20210308005003296 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/anysee.h' (59,394) at 20210307214928814 2025-03-14 03:00:49.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/sys_nios2.c' (59,395) at 20210309003648860 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/stacktrace.h' (59,396) at 20210307214926618 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/spl_minimal.c' (59,397) at 20210308005002988 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/max8649.h' (59,398) at 20210307214931494 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_cspmu/arm_cspmu.c' (59,399) at 20240405153231303 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_handler.hpp' (59,400) at 20210308005120349 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/microchip,pic32-uart.txt' (59,401) at 20210307214925418 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcd_mipid.c' (59,402) at 20240405153052205 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-bcache' (59,403) at 20210307214925190 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample' (59,404) at 20240208090012239 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/run-state.json' (59,405) at 20240906080037432 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/translate.c' (59,406) at 20241211090212490 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6s1g_defconfig' (59,407) at 20210308005003272 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SDCARD_defconfig' (59,408) at 20210308005003244 2025-03-14 03:00:49.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_enum64val.c' (59,409) at 20240405153054277 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/main.hpp' (59,410) at 20220708030027064 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/obmc-phosphor-image.bbappend' (59,411) at 20230627080016962 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/ci.rst' (59,412) at 20210307214925230 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (59,413) at 20240206090017943 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_alloc.h' (59,414) at 20240405153052561 to deleted uid set 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/css.h' (59,415) at 20240405153051521 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/tulip_core.c' (59,416) at 20240405153049905 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/hp-wmi-sensors.c' (59,417) at 20240913080013793 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/ChangeLog' (59,418) at 20210308004938812 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/can/j1939/socket.c' (59,419) at 20240405153231999 to deleted uid set 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/dmx3191d.c' (59,420) at 20240405153051589 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/spaceball.c' (59,421) at 20240405153049133 2025-03-14 03:00:49.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/sync_watch.hpp' (59,422) at 20241219090018796 to deleted uid set 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/vmbus-proto.h' (59,423) at 20210308005046013 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-builddir' (59,424) at 20240301090012483 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/device.c' (59,425) at 20240405153053489 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v6mpy_ref.c.inc' (59,426) at 20230925080040097 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/greybus_authentication.h' (59,427) at 20240405153051813 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_common.c' (59,428) at 20240906080037236 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/overlay.hpp' (59,429) at 20240413080004795 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/i2sbus/interface.h' (59,430) at 20210307214932190 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be.c' (59,431) at 20230426080043928 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_qmu.c' (59,432) at 20240405153052121 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/vlun.h' (59,433) at 20210307214930306 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/python/qemu/qmp/py.typed' (59,434) at 20210927100127329 to deleted uid set 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeSensor.cpp' (59,435) at 20241112090003102 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts' (59,436) at 20210309003648768 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/Makefile.target' (59,437) at 20210307214932118 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/macvlan.c' (59,438) at 20240405153231075 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/admin-guide/media/saa7134.rst' (59,439) at 20220525020651646 to deleted uid set 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/mtk.c' (59,440) at 20240405153047069 2025-03-14 03:00:49.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/root.txt' (59,441) at 20210308005003308 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_main.c' (59,442) at 20240405153230955 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/Makefile' (59,443) at 20240405153046529 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.out' (59,444) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_8_offset.h' (59,445) at 20240405153048121 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/run_kselftest.sh' (59,446) at 20240405153054373 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,ssusbsys.txt' (59,447) at 20210307214925278 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c' (59,448) at 20210307214927970 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/sprd/sprd,display-subsystem.yaml' (59,449) at 20240405153045049 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dts' (59,450) at 20220525020651930 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/system.hpp' (59,451) at 20231013080042346 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-cxl-protocol.json' (59,452) at 20241207090009631 to deleted uid set 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/wic/sdimage-raspberrypi.wks' (59,453) at 20240302090018214 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/Makefile' (59,454) at 20240405153049681 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_panel.h' (59,455) at 20210307214928050 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/pll_config.h' (59,456) at 20210308005003044 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt2712-resets.h' (59,457) at 20240405153052653 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/uw-imap-newer-tls.patch' (59,458) at 20241206090014250 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dist/openpower-dump-monitor.service' (59,459) at 20240625080015044 2025-03-14 03:00:49.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/bswapsi2.S' (59,460) at 20240405153046513 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/qunit-1.18.0.js' (59,461) at 20210307205554282 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/arm,versatile-lcd.yaml' (59,462) at 20220525020651662 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/Kconfig' (59,463) at 20210307214928838 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/main.c' (59,464) at 20240405153230199 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/som-db5800-som-6867.c' (59,465) at 20210308005002908 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/pmc.c' (59,466) at 20240405153046773 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/0002-add-an-option-to-specify-iptables-location.patch' (59,467) at 20220402030015903 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_raw_stack.c' (59,468) at 20241104090011631 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/boston-regs.h' (59,469) at 20210308005003008 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ila/ila_main.c' (59,470) at 20240913080013861 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/qp.h' (59,471) at 20220525020653163 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/global_data.h' (59,472) at 20210308005002880 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta_dps-2000ab_psu.json' (59,473) at 20220601030005861 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/dmabrg.h' (59,474) at 20210307214926550 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/example/occ_sensor.yaml' (59,475) at 20210308005104321 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11h.c' (59,476) at 20240405153050561 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/control.c' (59,477) at 20240405153053993 2025-03-14 03:00:49.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/phosphor-dbus-interfaces.wrap' (59,478) at 20220322030048836 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/nvidia,tegra210-xusb-padctl.yaml' (59,479) at 20240405153229783 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/read_window_cycle.c' (59,480) at 20210308005108641 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/Kconfig' (59,481) at 20210308005003056 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_firewall.c' (59,482) at 20210308004938824 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_bootmgr.c' (59,483) at 20210308005003700 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m523x.c' (59,484) at 20240405153045957 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/Kconfig' (59,485) at 20240405153052981 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/soc-pcm.c' (59,486) at 20240405153232195 to deleted uid set 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/marvell/Kconfig' (59,487) at 20240405153049409 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/TableCellCount.spec.js' (59,488) at 20241004080035975 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb' (59,489) at 20241220090019722 to deleted uid set 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.out' (59,490) at 20220429100100882 to deleted uid set 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-chipidea-usb-otg' (59,491) at 20210307214925202 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/davinci/da850-evm.dts' (59,492) at 20240405153229903 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/base64.h' (59,493) at 20210308005046045 2025-03-14 03:00:49.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-sched.c' (59,494) at 20240405153231559 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gpu_commands.h' (59,495) at 20240405153048485 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/olpc_apsp.c' (59,496) at 20240405153049157 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dts' (59,497) at 20240405153045769 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-a311d-bananapi-m2s.dts' (59,498) at 20240405153045713 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx28.c' (59,499) at 20240405153231319 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-m28evk.dts' (59,500) at 20240405153229891 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with-musl.patch' (59,501) at 20230706080014741 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-typec-displayport' (59,502) at 20240405153044925 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/arm-gic-v3.h' (59,503) at 20240405153052713 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rt2880_wdt.c' (59,504) at 20240405153052245 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/159.out' (59,505) at 20210308005046453 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-in.c' (59,506) at 20221017030010210 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/vma-pthread.c' (59,507) at 20230426080043952 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/umodsi3.S' (59,508) at 20210713000020196 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/xor_template.c' (59,509) at 20240405153230003 2025-03-14 03:00:49.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mediatek/Kconfig' (59,510) at 20210307214927134 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/lpar.c' (59,511) at 20241211090145385 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/cache.h' (59,512) at 20240405153052305 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/acpi.h' (59,513) at 20220525020654683 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/fpga/fpga-mgr.rst' (59,514) at 20240613080016359 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_prctl.h' (59,515) at 20220429100100642 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_flow.c' (59,516) at 20240405153054265 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sfp.h' (59,517) at 20240405153052793 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/fpga_config.c' (59,518) at 20210308005003012 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bl_bit.h' (59,519) at 20210307214926550 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb' (59,520) at 20241206090014258 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/xarray.rst' (59,521) at 20240405153045005 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_non_uniq_symbol.tc' (59,522) at 20240405153054305 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.lcovrc' (59,523) at 20210308005133997 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig' (59,524) at 20210308005003288 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/raw_mode.h' (59,525) at 20240405153047037 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/log.c' (59,526) at 20210308004938832 2025-03-14 03:00:49.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/tie.h' (59,527) at 20210308005002884 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/rv.rst' (59,528) at 20240405153045265 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig' (59,529) at 20210308005003264 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/Makefile' (59,530) at 20210308005003028 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-ilitek-ili9322.c' (59,531) at 20240405153230615 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hwloc/hwloc_2.9.3.bb' (59,532) at 20231011080016578 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/hugetlbpage.c' (59,533) at 20240405153230095 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi' (59,534) at 20240405153045737 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mb86a16.h' (59,535) at 20210307214928630 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp2033.h' (59,536) at 20210307214928702 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/mvebu-soc-id.h' (59,537) at 20240405153045653 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-image-signing.bb' (59,538) at 20241206090014274 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709-netgear-r7000.dts' (59,539) at 20240405153045425 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-417.c' (59,540) at 20210307214928686 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_blob.c' (59,541) at 20210308005003356 2025-03-14 03:00:49.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-apalis.dts' (59,542) at 20210308005002628 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/myrs.h' (59,543) at 20210307214930374 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_cls_redirect_dynptr.c' (59,544) at 20240405153054277 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/amd/Kconfig' (59,545) at 20210307214929982 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pe-file-parsing.c' (59,546) at 20240405153054169 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/ngene-i2c.c' (59,547) at 20210307214928706 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/apalis-tk1.c' (59,548) at 20210308005003080 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml' (59,549) at 20240405153045029 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fcpio.h' (59,550) at 20240405153051597 2025-03-14 03:00:49.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac.h' (59,551) at 20240405153049825 to deleted uid set 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml' (59,552) at 20240405153045109 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr_param.h' (59,553) at 20210307214930554 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/fru_master.json' (59,554) at 20221213040036917 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754sp.h' (59,555) at 20210307214926274 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laxsjo' (59,556) at 20210307205553786 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_80211_tx.c' (59,557) at 20210307214929862 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6720/db-88f6720.c' (59,558) at 20210308005002904 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest.bb' (59,559) at 20241221090017548 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arvidsjaur_Jultrask' (59,560) at 20210307205553778 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/tie-asm.h' (59,561) at 20210308005002884 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_stack_ptr.c' (59,562) at 20240405153054285 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi' (59,563) at 20240405153045605 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/devices.c' (59,564) at 20240405153045673 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/mmc.h' (59,565) at 20210308005002668 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/atomic_ops.h' (59,566) at 20220525020652098 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/itree.c' (59,567) at 20240415080012987 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/btcd.h' (59,568) at 20210307214927994 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-empty.png' (59,569) at 20220105012522967 to deleted uid set 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pwhistory.conf' (59,570) at 20230817080015056 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/buildstats-plot.sh' (59,571) at 20210307205554630 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch' (59,572) at 20230706080014769 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fs/cgroup.c' (59,573) at 20240405153054053 2025-03-14 03:00:49.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/vector/Makefile' (59,574) at 20240405153054369 2025-03-14 03:00:49.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp104.c' (59,575) at 20240405153048641 2025-03-14 03:00:49.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_driver.c' (59,576) at 20210308005003440 2025-03-14 03:00:49.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_10_0_d.h' (59,577) at 20210307214927346 2025-03-14 03:00:49.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/Kconfig' (59,578) at 20210308005003740 2025-03-14 03:00:49.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/video-pll.c' (59,579) at 20240405153048677 2025-03-14 03:00:49.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/trace-events' (59,580) at 20241211090212262 2025-03-14 03:00:49.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/branch-impl.c.inc' (59,581) at 20240906080037516 2025-03-14 03:00:49.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/phy_device.c' (59,582) at 20241018080014538 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-rnm-defs.h' (59,583) at 20210307214926238 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atari_joystick.h' (59,584) at 20210307214926158 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pipeline.dot' (59,585) at 20210307214925614 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pmbus-core.rst' (59,586) at 20240405153229819 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mii.h' (59,587) at 20210308005003668 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0013-Handle-__cpu_mask-usage.patch' (59,588) at 20240413080012651 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.c' (59,589) at 20210307214927950 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/cache-ops.c' (59,590) at 20240405153230075 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c' (59,591) at 20210308005046509 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-12' (59,592) at 20220412030005129 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/dm.c' (59,593) at 20240405153231251 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/imx_rproc.h' (59,594) at 20240405153231367 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_common.c' (59,595) at 20240405153230091 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/sendsigs' (59,596) at 20220405030025645 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_gate.h' (59,597) at 20240405153046857 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/log.h' (59,598) at 20240613080016491 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-mv88f5181.dtsi' (59,599) at 20240405153045461 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2022-34568.patch' (59,600) at 20231011080016578 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu-param.h' (59,601) at 20241211090212494 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml' (59,602) at 20240405153045141 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanRedundancy/meson.build' (59,603) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi_version.h' (59,604) at 20210307214932230 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/rzg2l-pinctrl.h' (59,605) at 20240405153052653 2025-03-14 03:00:49.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config/mtjade-ipmi-fru.yaml' (59,606) at 20211216110018995 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/outqueue.c' (59,607) at 20240405153053373 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/plx9052.h' (59,608) at 20220525020652362 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98090.h' (59,609) at 20240405153053629 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/Makefile' (59,610) at 20210307214927314 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/inline-encryption.rst' (59,611) at 20240405153044989 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/README.md' (59,612) at 20230609080043311 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-kmem.txt' (59,613) at 20240405153054081 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_loopback.c' (59,614) at 20220525020654883 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/glib-2.0/glib-2.0%.bbappend' (59,615) at 20210307205554058 2025-03-14 03:00:49.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerDiagnosticData_v1.xml' (59,616) at 20240619080002928 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c' (59,617) at 20220525020653571 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/Kconfig' (59,618) at 20240405153054001 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/net/bpf_jit_comp.h' (59,619) at 20240405153046045 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/mm-api.rst' (59,620) at 20240405153229751 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb' (59,621) at 20220402030016023 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/omap2430.c' (59,622) at 20210308005003520 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711-sdca.c' (59,623) at 20240405153232159 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_existence___minimal.c' (59,624) at 20210307214932642 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb' (59,625) at 20241221090017504 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sigutil.h' (59,626) at 20210307214926598 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/pcie-cadence-plat.c' (59,627) at 20240405153231283 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/u-boot-spl.lds' (59,628) at 20210308005002764 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmns2/Kconfig' (59,629) at 20210308005002940 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/udoo_spl.c' (59,630) at 20210308005003088 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear.h' (59,631) at 20240405153045689 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atf_common.h' (59,632) at 20210308005003560 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog.hpp' (59,633) at 20210308004925444 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das16m1.c' (59,634) at 20240405153046893 2025-03-14 03:00:49.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/CFLIST' (59,635) at 20240405153054365 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp_r5/board.c' (59,636) at 20210308005003200 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/crash_dump.c' (59,637) at 20240405153046021 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/mtfsb0.c' (59,638) at 20210307214926438 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_tbf_root.sh' (59,639) at 20240405153054341 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libdecor/libdecor_0.2.2.bb' (59,640) at 20240301090012427 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/op_helper.c' (59,641) at 20240906080037540 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/disk.c' (59,642) at 20210308005003208 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/act8945a.c' (59,643) at 20240405153230831 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_mem.h' (59,644) at 20240906080037348 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c' (59,645) at 20240503080014470 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-SuttonColdfield' (59,646) at 20210307205553798 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/Kconfig' (59,647) at 20210308005003056 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/db8500-prcmu.h' (59,648) at 20220525020654583 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-4a.inc' (59,649) at 20230919080013978 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_aspeed_vuart.c' (59,650) at 20240405153051993 2025-03-14 03:00:49.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/lirc.h.rst.exceptions' (59,651) at 20240405153045309 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_fman.h' (59,652) at 20210308005003652 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_fsl_chain_trust.h' (59,653) at 20210308005003572 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl507c.h' (59,654) at 20210309003649824 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/ff-memless.c' (59,655) at 20240405153049125 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig/meson.build' (59,656) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180.dtsi' (59,657) at 20240812080017228 to deleted uid set 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ds620.c' (59,658) at 20240405153048853 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/sigreturn_vdso.c' (59,659) at 20210307214932706 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/amd-fpga.bb' (59,660) at 20241206090014202 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/console.c' (59,661) at 20210307214925650 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/idt/Makefile' (59,662) at 20210307214929982 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/dist/meson.build' (59,663) at 20230831080022083 to deleted uid set 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/clock-vmstate.c' (59,664) at 20240906080037208 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am65x_evm_r5_defconfig' (59,665) at 20210308005003248 2025-03-14 03:00:49.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-geminilake.c' (59,666) at 20240405153231323 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/tcp_common.h' (59,667) at 20210309003653892 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/of/unittest-data/tests-platform.dtsi' (59,668) at 20210307214930006 to deleted uid set 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/common/Makefile' (59,669) at 20240405153051197 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/Kconfig' (59,670) at 20210308005003036 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/tcg/tcg-cpu.h' (59,671) at 20240906080037528 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c' (59,672) at 20240405153230395 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_reg.h' (59,673) at 20221215040039066 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-evga-indtube.c' (59,674) at 20210307214928782 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/basic_qos.sh' (59,675) at 20240405153054301 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/file-io-error' (59,676) at 20240326080039734 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8192-clock.yaml' (59,677) at 20240405153045013 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' (59,678) at 20220105012522971 to deleted uid set 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_host.h' (59,679) at 20230426080043760 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/smu7_discrete.h' (59,680) at 20210307214928026 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-u-boot.dtsi' (59,681) at 20210308005002628 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/Makefile' (59,682) at 20210308005003372 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/xtsonic.c' (59,683) at 20240405153050189 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tqma6_wru4.h' (59,684) at 20210308005003620 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/ocelot_pcb123.dts' (59,685) at 20220525020651994 2025-03-14 03:00:49.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dpia.c' (59,686) at 20240405153047297 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/mdio_10g.c' (59,687) at 20210307214929618 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend' (59,688) at 20241221090017568 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gobject-introspection.bbclass' (59,689) at 20240124090012258 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040d4_spi_rcw.cfg' (59,690) at 20210308005002992 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-lynxpoint.c' (59,691) at 20240405153231323 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/sev-guest/sev-guest.c' (59,692) at 20240405153231595 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/ncn26000.c' (59,693) at 20240405153050361 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml' (59,694) at 20240405153229779 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fault-injection/nvme-fault-injection.rst' (59,695) at 20210309003648412 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c' (59,696) at 20241011080017331 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/check-dco.py' (59,697) at 20241211090212202 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/0001-nettest_omni-Remove-duplicate-variable-definitions.patch' (59,698) at 20210307205553842 2025-03-14 03:00:49.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/net/bpf_jit_comp.c' (59,699) at 20241018080014474 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,blueridge-4u_associations.json' (59,700) at 20241212090014007 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/license.py' (59,701) at 20220910030013401 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/vendor.c' (59,702) at 20210307214929810 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/sunplus-ocotp.c' (59,703) at 20240520080015167 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/armeb-linux-user.mak' (59,704) at 20221215040039066 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-afu-main.c' (59,705) at 20220525020652434 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/broadcom.c' (59,706) at 20230720080043539 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/clocks.cfg' (59,707) at 20210308005002912 2025-03-14 03:00:49.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/scripts/generate_auth_certificates.py' (59,708) at 20240411080003073 to deleted uid set 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5645.h' (59,709) at 20220525020655043 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U3patch.S' (59,710) at 20210307214926606 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/interrupt.c' (59,711) at 20240326080039746 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/extents_status.h' (59,712) at 20240405153052341 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/process.c' (59,713) at 20240411080014050 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/sparc/gdbstub.c' (59,714) at 20240906080037536 to deleted uid set 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/coda_linux.h' (59,715) at 20240405153052313 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/ste10Xp.c' (59,716) at 20220525020653687 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update/dummy-verify.service' (59,717) at 20210803000022008 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/mem.c' (59,718) at 20240613080016419 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0005-Use-list-for-changed-interfaces.patch' (59,719) at 20241206090014242 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da903x-regulator.c' (59,720) at 20240405153051461 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_trigger_pages.h' (59,721) at 20220525020654047 2025-03-14 03:00:49.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html' (59,722) at 20210307205554282 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch' (59,723) at 20230706080014753 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.h' (59,724) at 20220525020652502 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ocfs2/super.c' (59,725) at 20241125090012259 to deleted uid set 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-processor-common.dtsi' (59,726) at 20210308005002596 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/amd_iommu.c' (59,727) at 20241211090212274 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/mux.h' (59,728) at 20210308005002644 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb' (59,729) at 20231126090012785 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/graphene/graphene_1.10.8.bb' (59,730) at 20231126090012861 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/modules.rst' (59,731) at 20240710080014573 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/wic-image-minimal.bb' (59,732) at 20210812000025290 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/Kconfig' (59,733) at 20241211090212242 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/vector/vstate_prctl.c' (59,734) at 20240405153232287 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_ps.c' (59,735) at 20240405153231475 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lance.c' (59,736) at 20241211090212306 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml' (59,737) at 20240405153045117 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-fracn-gppll.c' (59,738) at 20241211090145397 2025-03-14 03:00:49.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/physical_location.c' (59,739) at 20240405153046685 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/word-at-a-time.h' (59,740) at 20210307214926554 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffsfs.c' (59,741) at 20210308005003556 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/orientation/Kconfig' (59,742) at 20210524100034950 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/Platform' (59,743) at 20210307214926254 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/u-boot.lds' (59,744) at 20210308005002828 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/syscall.tbl' (59,745) at 20241211090212386 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Stats.interface.yaml' (59,746) at 20220315030032671 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/ufs/ufshcd.h' (59,747) at 20241216090017769 to deleted uid set 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/mangle-port.h' (59,748) at 20210307214926558 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/xen_blkif.h' (59,749) at 20210308005045845 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/global_data_init.c' (59,750) at 20240405153054253 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch' (59,751) at 20240413080012703 2025-03-14 03:00:49.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-vx855.c' (59,752) at 20240405153230307 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/spaces.h' (59,753) at 20220525020652002 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/dbus_path_utils.hpp' (59,754) at 20221028100033263 to deleted uid set 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.lcovrc' (59,755) at 20210308004940468 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-optee.c' (59,756) at 20240405153051501 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm8148-t410.dts' (59,757) at 20240405153045597 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/haps_hs.dts' (59,758) at 20220525020651802 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/mesh.c' (59,759) at 20240405153231211 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/vdso/processor.h' (59,760) at 20220525020651970 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/simatic-ipc-leds.c' (59,761) at 20240405153049221 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mt8183-gce.h' (59,762) at 20210307214931338 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/early-quirks.c' (59,763) at 20240405153046429 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/sign_key.S' (59,764) at 20220525020655231 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/qfw.h' (59,765) at 20210308005003680 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/hugetlb.h' (59,766) at 20240405153231791 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc_14.2.bb' (59,767) at 20241221090017660 2025-03-14 03:00:49.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-rq-qos.c' (59,768) at 20241023080012875 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/class/cdc-acm.c' (59,769) at 20241008080013987 to deleted uid set 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex.dts' (59,770) at 20210309003648756 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/catalina_scm.json' (59,771) at 20241213090004409 to deleted uid set 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-primax.c' (59,772) at 20210307214928098 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_common.hpp' (59,773) at 20211014000035500 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_ethtool.c' (59,774) at 20240405153050321 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_skbedit.h' (59,775) at 20240405153052865 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-msm8960.h' (59,776) at 20210307214931350 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/max3420_udc.c' (59,777) at 20240405153231555 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig' (59,778) at 20210308005003236 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/uaccess_64.h' (59,779) at 20240405153046321 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-docs-tarball.bb' (59,780) at 20241221090017644 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/039_x86_ucode_missing_node2.dts' (59,781) at 20210308005003752 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/pci.c' (59,782) at 20210308005002828 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/conf_space.c' (59,783) at 20240405153231603 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-ctouch2-of10.dts' (59,784) at 20220525020651934 2025-03-14 03:00:49.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/MAINTAINERS' (59,785) at 20210308005003048 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/emu10k1.h' (59,786) at 20240520080015207 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fix_number_of_modules.patch' (59,787) at 20230706080014765 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctdaio.c' (59,788) at 20220525020654991 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/hellomod_makefile' (59,789) at 20210307205554442 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/hw_data.c' (59,790) at 20210308005002760 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/decodecode' (59,791) at 20240405153053445 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3128.h' (59,792) at 20210308005003596 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/MAINTAINERS' (59,793) at 20210308005003048 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/Makefile' (59,794) at 20240405153051809 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-logging.bbclass' (59,795) at 20210423100032585 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/cop2-ex.c' (59,796) at 20210307214926270 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/irqflags.h' (59,797) at 20210307214926098 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/timer.h' (59,798) at 20210307214926586 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/trace_helpers.c' (59,799) at 20240405153232263 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_bsg.c' (59,800) at 20240405153231391 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/sparsemem.h' (59,801) at 20210309003648892 2025-03-14 03:00:49.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sdio.h' (59,802) at 20240405153050661 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ntxec.c' (59,803) at 20220525020653951 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1024_serdes.c' (59,804) at 20210308005002832 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-dev-v5.c' (59,805) at 20240405153046937 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-netfilter.c' (59,806) at 20220429100100938 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/rmr_switch.S' (59,807) at 20210308005002784 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/Makefile' (59,808) at 20210309003650364 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/octeon/octeon_mgmt.c' (59,809) at 20240405153049857 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-berlin/headsmp.S' (59,810) at 20210307214925874 2025-03-14 03:00:49.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic3_qm1_regs.h' (59,811) at 20240405153046577 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/gaudi2.c' (59,812) at 20240405153230163 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ec100.c' (59,813) at 20240405153049289 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/triboard.c' (59,814) at 20210927100127205 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/aso.h' (59,815) at 20240405153050125 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/cvs.py' (59,816) at 20210307205554238 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec/MAINTAINERS' (59,817) at 20210308005002920 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/core.h' (59,818) at 20210308005003500 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/crypto.h' (59,819) at 20210308005002636 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_labels.h' (59,820) at 20240405153231855 2025-03-14 03:00:49.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0039-enables-ondisk-capsule-update-feature.patch' (59,821) at 20231126090012773 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/chipidea.h' (59,822) at 20210308005046033 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/Kconfig' (59,823) at 20240405153045617 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_json_unittest.cpp' (59,824) at 20231026080038056 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/pvh/enlighten.c' (59,825) at 20240415080012963 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0004-smm_gateway-GetNextVariableName-Fix.patch' (59,826) at 20241206090014214 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/usb.c' (59,827) at 20240405153050577 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/ts209-setup.c' (59,828) at 20210307214925930 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8mq-evk.dts' (59,829) at 20210308005002580 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/vxlan_ipv6.sh' (59,830) at 20240405153054301 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cypress_ps2.h' (59,831) at 20210307214928490 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/dvb_usb.h' (59,832) at 20220525020653319 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/kirkwood_spi.c' (59,833) at 20210308005003492 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/klibc-reboot.patch' (59,834) at 20230706080014733 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/generators/Makefile' (59,835) at 20210307214930170 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/inotify/Makefile' (59,836) at 20210307214931194 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc64-linux' (59,837) at 20220402030016247 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermometer/thermometer.c' (59,838) at 20240405153054381 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24110.c' (59,839) at 20240405153049281 2025-03-14 03:00:49.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Harrsjon' (59,840) at 20210307205553782 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/eth.c' (59,841) at 20210308005002964 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware_git.bb' (59,842) at 20230321080018353 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-mt6366-common.h' (59,843) at 20240405153053969 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/Makefile' (59,844) at 20240405153045917 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-netgear-wg302v1.dts' (59,845) at 20240405153045437 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/pmc.json' (59,846) at 20210307214932538 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ae350_rv64_defconfig' (59,847) at 20210308005003244 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CircuitCollection.json' (59,848) at 20240619080002944 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-cpu-opp-microvolt.dtsi' (59,849) at 20240405153045481 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_flat_gre_keys.sh' (59,850) at 20210307214932686 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/once_lite.h' (59,851) at 20241211090145537 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h' (59,852) at 20240405153230519 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/Makefile' (59,853) at 20210308005002952 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/umcast_kern.c' (59,854) at 20210307214926618 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7790-clock.h' (59,855) at 20210308005003632 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/mpp.h' (59,856) at 20210307214925878 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/psci.h' (59,857) at 20210308005002704 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/wmi/Kconfig' (59,858) at 20220525020653911 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_packets.h' (59,859) at 20240405153046581 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-io.h' (59,860) at 20240405153050529 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/sections.h' (59,861) at 20210307214926618 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-loader-skl.c' (59,862) at 20240405153053997 2025-03-14 03:00:49.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/ptdma-pci.c' (59,863) at 20220525020652410 2025-03-14 03:00:49.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/smartpqi_init.c' (59,864) at 20241011080017347 2025-03-14 03:00:49.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/rawnand.h' (59,865) at 20210308005003668 2025-03-14 03:00:49.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c' (59,866) at 20240405153230591 2025-03-14 03:00:49.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/Makefile' (59,867) at 20210308005002916 2025-03-14 03:00:49.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/variable-added.png' (59,868) at 20210307205554382 to deleted uid set 2025-03-14 03:00:49.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/hyperv.c' (59,869) at 20240405153046453 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/boards/sof_sdw.c' (59,870) at 20240628080014037 to deleted uid set 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/memory.json' (59,871) at 20240405153054109 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra74x.dtsi' (59,872) at 20240405153045601 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/memory.rst' (59,873) at 20240405153044973 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sram.h' (59,874) at 20240405153049649 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci-sh7780.h' (59,875) at 20210307214926546 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/clearstate_ci.h' (59,876) at 20210307214927998 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/Makefile' (59,877) at 20210308005003432 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/099.out' (59,878) at 20210308005046445 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord' (59,879) at 20210307205553874 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm-asm-offsets.c' (59,880) at 20210307214925922 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul1-mba6ulx.dts' (59,881) at 20240405153045525 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ctype.c' (59,882) at 20210307214931798 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vio.h' (59,883) at 20240405153046129 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/conf/machine/include/fsp2.inc' (59,884) at 20210307205553690 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_common.h' (59,885) at 20240405153049285 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/processor.h' (59,886) at 20240520080015131 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/include/smbios_mdrv2.hpp' (59,887) at 20241206090044787 to deleted uid set 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/buffer-dma.h' (59,888) at 20240405153052705 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_v4l2.h' (59,889) at 20210307214930802 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dpp.h' (59,890) at 20240405153047261 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/MAINTAINERS' (59,891) at 20210308005003008 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/sections.h' (59,892) at 20210308005002848 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest-all.bb' (59,893) at 20240302090018206 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup/witherspoon/inventory-cleanup.yaml' (59,894) at 20210721000034682 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/README' (59,895) at 20210308005046469 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/microchip,clock.h' (59,896) at 20210308005003632 2025-03-14 03:00:49.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc.c' (59,897) at 20240411080014078 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/systems.hpp' (59,898) at 20241217090008768 to deleted uid set 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-addptable2image' (59,899) at 20220612030016767 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/set_exception.hpp' (59,900) at 20220412175720090 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SerialInterfaceCollection.json' (59,901) at 20240619080002952 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mgcoge_defconfig' (59,902) at 20240405153230027 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pico-imx6ul.h' (59,903) at 20210308005003612 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst' (59,904) at 20240405153044945 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/configs/coverage_uml.config' (59,905) at 20240405153054225 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/signing.py' (59,906) at 20241221090017632 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/Makefile' (59,907) at 20210307214929130 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/imbapi.h' (59,908) at 20210308004938832 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/aml-build-stub.c' (59,909) at 20221215040039086 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/nbpfaxi.h' (59,910) at 20210307214931338 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/fuse-allow-other' (59,911) at 20210927100127505 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/types.hpp' (59,912) at 20241026080029479 2025-03-14 03:00:49.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/blacklist.json' (59,913) at 20210308005114357 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-axg-pcie.c' (59,914) at 20240405153231307 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-max9611' (59,915) at 20210307214925190 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/signal_tm.c' (59,916) at 20220525020655227 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/cdp.c' (59,917) at 20210308005003716 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/trace.h' (59,918) at 20240830080013295 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-pogo_e02.dts' (59,919) at 20240405153045457 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/theme.vue' (59,920) at 20220105012522959 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/Makefile' (59,921) at 20240405153051821 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/atags_proc.c' (59,922) at 20240405153045629 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/pmbus.hpp' (59,923) at 20241210090027376 to deleted uid set 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pinctrl-rza1.c' (59,924) at 20240405153231335 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/ghash-clmulni-intel_asm.S' (59,925) at 20240405153046361 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/stubs/dbus_sensor_object.cpp' (59,926) at 20240904080048947 to deleted uid set 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7796-cpg-mssr.c' (59,927) at 20240405153230235 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/elanfreq.c' (59,928) at 20210307214927054 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_fdp.c' (59,929) at 20210307214926274 2025-03-14 03:00:49.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml' (59,930) at 20240405153045061 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mbox.h' (59,931) at 20241211090145461 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/pch7.c' (59,932) at 20210308005003448 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11n_aggr.c' (59,933) at 20240405153050561 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/perf_event.c' (59,934) at 20210307214926598 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/symtab.c' (59,935) at 20240405153232119 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/trace.h' (59,936) at 20210308005045897 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/crush/hash.c' (59,937) at 20210309003654300 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/highuid.h' (59,938) at 20210307214931394 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/util.cpp' (59,939) at 20240205090025370 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lock_events.h' (59,940) at 20240405153053013 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/isoch.c' (59,941) at 20210307214926938 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nokia' (59,942) at 20210307205553770 2025-03-14 03:00:49.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_setns_test.c' (59,943) at 20210309003656012 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptp_mock.h' (59,944) at 20240405153231835 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3228-evb.dts' (59,945) at 20240405153045561 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm63158.dtsi' (59,946) at 20210308005002576 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/test_basic.py' (59,947) at 20210307205554434 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/psc_defs.h' (59,948) at 20210308005002720 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (59,949) at 20241206090014226 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ninja/ninja_1.12.1.bb' (59,950) at 20241206090014330 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/setup.h' (59,951) at 20240405153045965 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/MAINTAINERS' (59,952) at 20210308005002984 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cevt-bcm1480.c' (59,953) at 20210307214926254 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmbbridge/OWNERS' (59,954) at 20220907030008353 to deleted uid set 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/blueridge_4u_chassis.json' (59,955) at 20240516080005206 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2/cpu/watchdog.h' (59,956) at 20210307214926554 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/color_table.c' (59,957) at 20220525020652534 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8569MDS_ATM_defconfig' (59,958) at 20210308005003240 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c' (59,959) at 20240405153230515 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/rail.cpp' (59,960) at 20210515000047077 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.err' (59,961) at 20210308005046405 2025-03-14 03:00:49.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/openbmc_dbus_rest.hpp' (59,962) at 20241217090008760 to deleted uid set 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc911x.h' (59,963) at 20210308005003444 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_metapage.h' (59,964) at 20210307214931138 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/reader_impl.cpp' (59,965) at 20240826080018283 to deleted uid set 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/core.c' (59,966) at 20241008080013903 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2' (59,967) at 20210308005046473 to deleted uid set 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acnames.h' (59,968) at 20240405153231787 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/reader_test.cpp' (59,969) at 20240826080018279 to deleted uid set 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt6397.c' (59,970) at 20240405153231323 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c' (59,971) at 20240405153050197 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-aspeed-vic.c' (59,972) at 20240405153049189 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/vm-change-state-handler.c' (59,973) at 20240326080039434 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/cobra5272.c' (59,974) at 20210308005002944 2025-03-14 03:00:49.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone' (59,975) at 20210309003648260 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/f2fs/super.c' (59,976) at 20241216090017757 to deleted uid set 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0017-arm-corstone1000-add-mmc-for-fvp.patch' (59,977) at 20240413080012627 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-overview-2-generic.png' (59,978) at 20210307205554302 to deleted uid set 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/ctype.h' (59,979) at 20240405153054049 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch' (59,980) at 20241221090017688 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/bootstrap.sh' (59,981) at 20210308005104849 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/tle62x0.h' (59,982) at 20210307214931514 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/nds32/n13/atcpmu.json' (59,983) at 20240405153054113 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_ht.c' (59,984) at 20210309003651580 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu_logo.svg' (59,985) at 20210308005046185 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/crash.h' (59,986) at 20220525020652146 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch' (59,987) at 20241221090017660 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/Makefile' (59,988) at 20210308005002956 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-pcduino3.dts' (59,989) at 20210308005002624 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.out' (59,990) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_drv.h' (59,991) at 20240405153048749 to deleted uid set 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/pinctrl-owl.c' (59,992) at 20240405153051301 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_sriov.h' (59,993) at 20240405153050241 2025-03-14 03:00:49.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/signal.c' (59,994) at 20240906080037156 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data.err' (59,995) at 20230925080040089 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.1.bb' (59,996) at 20241221090017504 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/layer.conf' (59,997) at 20241221090017472 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk01.1.dtsi' (59,998) at 20240405153045541 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/Makefile' (59,999) at 20241023080012903 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c' (60,000) at 20210308005002988 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c' (60,001) at 20240405153046957 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/syscalls/syscall_32.tbl' (60,002) at 20240710080014577 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-pico-nymph.dtsi' (60,003) at 20240405153045517 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/phosphor-audit.md' (60,004) at 20221209040006391 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ima.c' (60,005) at 20240405153049245 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/time.c' (60,006) at 20240405153046081 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/extcon/extcon-adc-jack.h' (60,007) at 20210307214931382 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-broadcast.c' (60,008) at 20240815080012915 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serio/arm,pl050.yaml' (60,009) at 20240405153045153 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2' (60,010) at 20210308005046473 to deleted uid set 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-mirabox.dts' (60,011) at 20240405153045445 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/lock.cat' (60,012) at 20240805080014071 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/setup.h' (60,013) at 20240405153229999 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc3815.rst' (60,014) at 20210307214925502 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/Makefile.miniconfig' (60,015) at 20240405153054169 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_src.c' (60,016) at 20241211090212294 2025-03-14 03:00:49.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-rb4xx.c' (60,017) at 20240405153231463 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c' (60,018) at 20220525020652951 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/darla24_dsp.c' (60,019) at 20220525020654991 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ad7879.h' (60,020) at 20210307214928502 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-six_1.16.0.bb' (60,021) at 20210608000015839 to deleted uid set 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/mbcache.c' (60,022) at 20240405153052401 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c' (60,023) at 20240405153230375 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/expected_config' (60,024) at 20210308005003736 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tps53679.rst' (60,025) at 20220525020651738 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Falun_Lovberget' (60,026) at 20210307205553782 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/mdrv2_main.cpp' (60,027) at 20231013080042346 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/gdbstub.c' (60,028) at 20220525020654695 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ohare.h' (60,029) at 20210307214926386 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/virtio-ccw.h' (60,030) at 20210307214926518 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vermagic.h' (60,031) at 20210307214926678 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_rst0.S' (60,032) at 20210308005046533 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/sdp.c' (60,033) at 20210308005003080 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-keytouch.c' (60,034) at 20210307214928090 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/uhead.c' (60,035) at 20240405153048637 2025-03-14 03:00:49.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/check-i3c-hub' (60,036) at 20241123090010951 to deleted uid set 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-mipi-csis.c' (60,037) at 20240405153230807 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/Makefile' (60,038) at 20210307214929266 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/rsrc.h' (60,039) at 20240405153231887 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_crypto.h' (60,040) at 20240405153046945 to deleted uid set 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/supports_obmc' (60,041) at 20210308005007100 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/Makefile' (60,042) at 20240405153231447 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/sync_trace.h' (60,043) at 20210307214927122 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c' (60,044) at 20240405153047237 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue' (60,045) at 20241004080035963 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jz4740-adc.h' (60,046) at 20210307214931410 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_debug.c' (60,047) at 20210307214930294 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf100.c' (60,048) at 20210307214932646 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/.lcovrc' (60,049) at 20210308005134505 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_pci_legacy.h' (60,050) at 20240405153052817 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/Makefile' (60,051) at 20210307214930270 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/navi12_ip_offset.h' (60,052) at 20220525020652811 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/amd_sfh_pcie.h' (60,053) at 20240405153230651 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/meson.build' (60,054) at 20220913030027309 to deleted uid set 2025-03-14 03:00:49.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h' (60,055) at 20220525020654547 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/drain.rs' (60,056) at 20240405153232095 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/dhry.h' (60,057) at 20210308005003696 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_cm.h' (60,058) at 20240405153049041 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/user-func.rst' (60,059) at 20240405153045317 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia_glue.c' (60,060) at 20240405153046361 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/playback.c' (60,061) at 20210307214932442 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/kerneldoc.py' (60,062) at 20240906080037176 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/commands.c' (60,063) at 20241211090145573 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pci-serial.rst' (60,064) at 20230925080039845 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_ioctlP.h' (60,065) at 20210307214927738 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/process_vm_access.c' (60,066) at 20240405153053145 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/inter_choice/defconfig' (60,067) at 20210307214932154 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_canvas.c' (60,068) at 20210308005003528 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,omap-remoteproc.yaml' (60,069) at 20240405153229795 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/SECURITY.md' (60,070) at 20241221090017500 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.c' (60,071) at 20220525020653799 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalEquipment_v1.xml' (60,072) at 20240619080002936 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/events.md.mako' (60,073) at 20240920080030747 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtjefferson_bp.json' (60,074) at 20241113090004748 2025-03-14 03:00:49.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/powernv_defconfig' (60,075) at 20240405153046097 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-170.c' (60,076) at 20240405153230807 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/vcpu.h' (60,077) at 20240326080039546 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/sunplus/Makefile' (60,078) at 20240405153051301 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/irq_work.h' (60,079) at 20240405153229975 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dio/dio-driver.c' (60,080) at 20210307214927118 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/srcline.h' (60,081) at 20240405153054205 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/debugfs.c' (60,082) at 20240405153053941 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vgpu.h' (60,083) at 20210307214927850 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/fpsimdmacros.h' (60,084) at 20240405153045853 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control.bb' (60,085) at 20241206090014230 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/xsk_buff_pool.h' (60,086) at 20240405153231859 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/bswap.h' (60,087) at 20210308005046185 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_trace_points.c' (60,088) at 20210307214928062 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/recipeutils.py' (60,089) at 20241206090014306 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/139' (60,090) at 20240326080039730 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/selenium_helpers.py' (60,091) at 20210307205554262 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi/Makefile' (60,092) at 20240405153046561 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/sw.c' (60,093) at 20240405153050641 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigo_dsp.c' (60,094) at 20220525020654995 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h' (60,095) at 20240405153046005 2025-03-14 03:00:49.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-ethtool.c' (60,096) at 20240405153050309 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_fcoe.c' (60,097) at 20240405153231391 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_mac.h' (60,098) at 20240405153050309 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_reflink.h' (60,099) at 20240405153052605 to deleted uid set 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb' (60,100) at 20241221090017528 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/nsimosci_hs.dts' (60,101) at 20210307214925662 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_defconfig' (60,102) at 20210308005003276 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test_4.%.bbappend' (60,103) at 20241206090014214 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24120.h' (60,104) at 20210307214928610 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp.dtsi' (60,105) at 20241115090012941 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/balloc.c' (60,106) at 20240805080014011 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/cm_t3517.c' (60,107) at 20210308005002948 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c' (60,108) at 20240405153047117 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/Kconfig' (60,109) at 20240405153049577 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.c' (60,110) at 20240405153050529 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/sol-sysrq.md' (60,111) at 20231130090006242 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/kp_imx53.c' (60,112) at 20210308005003012 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/zstd.c' (60,113) at 20240405153052301 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/static_keys/test_static_keys.sh' (60,114) at 20210307214932722 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c' (60,115) at 20240405153048637 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_msi.h' (60,116) at 20210307214926482 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc32.h' (60,117) at 20210610190030293 2025-03-14 03:00:49.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/task_state.json' (60,118) at 20230215040020283 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-jerry.dts' (60,119) at 20210308005002604 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/ChangeLog' (60,120) at 20210307205554226 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/gpio_pwr.c' (60,121) at 20210927100127125 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains44xx_data.c' (60,122) at 20210307214925914 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/sun.c' (60,123) at 20220525020652210 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend' (60,124) at 20241206090014226 to deleted uid set 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-table.c' (60,125) at 20230925080039829 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-dma-0.dtsi' (60,126) at 20210307214926350 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cramfs/uncompress.c' (60,127) at 20210307214931062 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-register-dsp-message-parser.c' (60,128) at 20240405153053505 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/Asset/meson.build' (60,129) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/ioctl.h' (60,130) at 20210307214926322 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.kasan' (60,131) at 20240405153053077 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/etsec.c' (60,132) at 20241211090212302 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb' (60,133) at 20230114040015470 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/sync_debug.c' (60,134) at 20240613080016387 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/stages/stage7_class_define.h' (60,135) at 20240405153052901 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_vga.h' (60,136) at 20210307214927918 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l43-jack.c' (60,137) at 20240405153232147 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c' (60,138) at 20241018080014546 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6589-aquaris5.dts' (60,139) at 20240405153045461 2025-03-14 03:00:49.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_ipc.c' (60,140) at 20240405153046609 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/bug.h' (60,141) at 20220525020651878 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/main.c' (60,142) at 20240405153049633 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.44.3.bb' (60,143) at 20241221090017544 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cdrom/cdrom-standard.rst' (60,144) at 20240726080012842 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dec' (60,145) at 20210308005046541 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-geni-qcom.c' (60,146) at 20241111090012137 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos5410.h' (60,147) at 20240405153231795 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/rtsx_pci_sdmmc.c' (60,148) at 20240405153230855 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/thermal-control-modes.md' (60,149) at 20221209040006395 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/early/ehci-dbgp.c' (60,150) at 20210309003653204 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ydotool/ydotool_git.bb' (60,151) at 20241206090014258 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/mxs-saif.c' (60,152) at 20240405153053973 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/i8259.c' (60,153) at 20240405153046449 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Power.interface.yaml' (60,154) at 20230317080020817 2025-03-14 03:00:49.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/tlb.c' (60,155) at 20241216090017685 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/zone.c' (60,156) at 20240415080012987 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/CVE-2020-29074.patch' (60,157) at 20231011080016578 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/glock.c' (60,158) at 20241211090145517 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/interface.c' (60,159) at 20241211090145485 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/changelog.awk' (60,160) at 20241125090009363 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/dma.c' (60,161) at 20240405153230279 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.yaml' (60,162) at 20220525020651682 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor-evt.json' (60,163) at 20241214090210267 to deleted uid set 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/MAINTAINERS' (60,164) at 20210308005002980 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_irq.c' (60,165) at 20220525020653815 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-invariants-only' (60,166) at 20211006000025234 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-hix5hd2.c' (60,167) at 20240405153049509 2025-03-14 03:00:49.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/virtualSensor.cpp' (60,168) at 20241102080033050 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/fault.c' (60,169) at 20210307214926750 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/Kconfig' (60,170) at 20220525020655095 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb' (60,171) at 20241221090017544 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/audio.c' (60,172) at 20240405153052077 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/v4test.sh' (60,173) at 20210307205553842 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/wacom_wac.c' (60,174) at 20241211090145433 to deleted uid set 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-pydot/python3-pydot_2.0.0.bb' (60,175) at 20240113090014540 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/padata.rst' (60,176) at 20240405153045005 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html' (60,177) at 20210307205554286 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/tps65218-pwrbutton.c' (60,178) at 20240405153049145 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/init/starscream-init/starscream-init.service' (60,179) at 20240110090012776 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-netdev.c' (60,180) at 20240405153230755 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/max98095.h' (60,181) at 20210307214931598 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos7-ufs.c' (60,182) at 20240405153051297 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,mmcc-msm8974.h' (60,183) at 20210307214931350 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/stm32/stm32-cec.c' (60,184) at 20240405153230775 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/booke_emulate.c' (60,185) at 20210307214926430 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm7250b.dtsi' (60,186) at 20240405153229943 2025-03-14 03:00:49.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-lib.c' (60,187) at 20240405153231459 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/list_debug.c' (60,188) at 20240405153231951 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/lib/memmove.c' (60,189) at 20210307214926310 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/corstone1000-mps3.conf' (60,190) at 20220804030014663 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/drbg.c' (60,191) at 20240405153046537 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/minors.h' (60,192) at 20210307214931598 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/index.c' (60,193) at 20240405153053025 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/qce/aead.c' (60,194) at 20240405153046965 to deleted uid set 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/Makefile' (60,195) at 20240405153051209 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/articia.c' (60,196) at 20240326080039474 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c' (60,197) at 20210307214930130 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_pe_sip.c' (60,198) at 20210307214932006 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_mdio.c' (60,199) at 20240411080014082 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ocfs2-online-filecheck.rst' (60,200) at 20210307214925490 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/hweight_64.S' (60,201) at 20240405153230043 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/zlib.c' (60,202) at 20240830080013315 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-des3.c' (60,203) at 20240405153046933 2025-03-14 03:00:49.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/bootdevice.c' (60,204) at 20240906080037448 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi' (60,205) at 20240405153229899 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/194.out' (60,206) at 20230925080040089 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh' (60,207) at 20220405030025645 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/config.js' (60,208) at 20220105012522959 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_core.c' (60,209) at 20241216090017793 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/asm/swab.h' (60,210) at 20210307214932594 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-hummingboard-som-v15.dts' (60,211) at 20240405153045497 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/cpu-target.c' (60,212) at 20240906080037164 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/uapi/linux/stddef.h' (60,213) at 20240405153231879 to deleted uid set 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/mffs.c' (60,214) at 20210307214926438 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml' (60,215) at 20240405153229767 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/Kconfig' (60,216) at 20240405153231727 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_local_storage.sh' (60,217) at 20240405153054241 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/uncompress.h' (60,218) at 20210307214925946 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_active.c' (60,219) at 20240405153048545 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/alpha/kernel/asm-offsets.c' (60,220) at 20240405153045353 to deleted uid set 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme_cmdq_masks.h' (60,221) at 20240405153046605 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v4.11.c' (60,222) at 20240405153050345 2025-03-14 03:00:49.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/README' (60,223) at 20210307214925626 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.kasan' (60,224) at 20240405153053433 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-der.c' (60,225) at 20221215040039394 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml' (60,226) at 20220315030032663 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/clk/fsl,mpc83xx-clk.txt' (60,227) at 20210308005002536 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_mac.c' (60,228) at 20220525020654867 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma9551_core.h' (60,229) at 20210307214928322 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmc-omap.h' (60,230) at 20240405153052769 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb' (60,231) at 20220502030010112 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ralink/phy-ralink-usb.c' (60,232) at 20220525020653867 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/g98.c' (60,233) at 20220525020652959 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce.bbclass' (60,234) at 20220125040024383 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scheduled_host_transition.hpp' (60,235) at 20240820080031614 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pcwd.c' (60,236) at 20220525020654331 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpci_mt6370.c' (60,237) at 20240405153231571 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32l4x5_soc.h' (60,238) at 20240906080037328 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/Kconfig.debug' (60,239) at 20240405153046501 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-bridge-helper.c' (60,240) at 20210308005046225 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/entry.S' (60,241) at 20210307214926562 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.h' (60,242) at 20210307214929538 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evxfevnt.c' (60,243) at 20240405153046617 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_VINI.json' (60,244) at 20221213040036921 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/ethtool.c' (60,245) at 20240405153053405 2025-03-14 03:00:49.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/cache.rst' (60,246) at 20210307214925222 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/amiflop.c' (60,247) at 20240405153230187 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/st_pressure.h' (60,248) at 20240405153049009 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_clamp_kern.c' (60,249) at 20210307214932118 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/byteorder.h' (60,250) at 20220525020651970 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mmu_notifier.c' (60,251) at 20240405153231971 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-poller.c' (60,252) at 20220525020653175 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bouncebuf.h' (60,253) at 20210308005003564 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hw.c' (60,254) at 20240805080013983 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/vpe_regs.h' (60,255) at 20240405153049489 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/ashrdi3.S' (60,256) at 20240405153230095 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/gardena-smart-gateway-mt7688.dts' (60,257) at 20210308005002812 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Interbase-1.0' (60,258) at 20211006000025238 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_if_mbox_pci.c' (60,259) at 20220525020653911 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mscc/phy-ocelot-serdes.c' (60,260) at 20240405153051289 2025-03-14 03:00:49.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hjo_Grevback' (60,261) at 20210307205553782 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_crtc.c' (60,262) at 20240405153048677 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77965-salvator-xs.dts' (60,263) at 20220525020651934 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml' (60,264) at 20240405153229787 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/Kconfig' (60,265) at 20240405153053977 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_keygen.h' (60,266) at 20240405153049925 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76.inc' (60,267) at 20240301090012451 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-cxusb-cardlist.rst' (60,268) at 20210307214925230 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio_lpc32xx.txt' (60,269) at 20210307214925318 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdcore.h' (60,270) at 20210308005003408 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (60,271) at 20221118040015022 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb' (60,272) at 20241206090014254 to deleted uid set 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.c' (60,273) at 20240405153231247 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/find_bit.c' (60,274) at 20240405153053085 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c' (60,275) at 20240405153050257 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Mem_tracker/memcheck.sh' (60,276) at 20221209040018559 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pcir.c' (60,277) at 20210307214927950 2025-03-14 03:00:49.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/raydium,rm68200.yaml' (60,278) at 20240405153229763 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc_intf.h' (60,279) at 20241010080036061 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/eslint-global-config.json' (60,280) at 20221213040016740 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libabigail/libabigail/0001-Check-for-correct-fts-module.patch' (60,281) at 20241221090017512 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/audio.h' (60,282) at 20240405153052913 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_errortag.h' (60,283) at 20240405153052573 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinovoip_BPI_M2_defconfig' (60,284) at 20210308005003244 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/packagedata.py' (60,285) at 20240106090017257 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/Makefile' (60,286) at 20220525020652010 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-spin-softirq.h' (60,287) at 20210307214931806 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_ld_ind.c' (60,288) at 20240405153054281 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/usb.c' (60,289) at 20210307214930442 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/kvm/meson.build' (60,290) at 20240906080037496 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb' (60,291) at 20220921030015986 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-osd335x-common.dtsi' (60,292) at 20240405153229903 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_perf_branches.c' (60,293) at 20210307214932650 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/lowland.c' (60,294) at 20240405153232191 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/Kbuild' (60,295) at 20210307214926166 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricDefinitionCollection_v1.xml' (60,296) at 20240619080002928 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h' (60,297) at 20210308005002648 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/cache.c' (60,298) at 20210308005002816 2025-03-14 03:00:49.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/procfs-smaps_rollup' (60,299) at 20240405153044913 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/vof.c' (60,300) at 20240906080037284 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (60,301) at 20240829080014018 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/cmpdi2.c' (60,302) at 20210307214926182 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-max98357a.dtsi' (60,303) at 20240405153045749 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action_error.hpp' (60,304) at 20210308005405930 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml' (60,305) at 20240405153045081 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3399.h' (60,306) at 20210308005002660 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb' (60,307) at 20241221090017548 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/smbios/type11_blob' (60,308) at 20240906080037560 to deleted uid set 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-is31fl32xx.txt' (60,309) at 20210307214925346 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/stm32f469-discovery.c' (60,310) at 20210308005003052 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/phycore_pcl063_defconfig' (60,311) at 20210308005003272 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/types.h' (60,312) at 20240405153052941 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso.S' (60,313) at 20240326080039562 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_util.cpp' (60,314) at 20230701080027201 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/fw_cfg.h' (60,315) at 20240906080037228 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP0/meson.build' (60,316) at 20230825080021133 to deleted uid set 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/distro/include/uboot-distrovars.inc' (60,317) at 20211231040028208 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-orion.dts' (60,318) at 20240405153045501 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_existence.c' (60,319) at 20210307214932642 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langshyttan_Engelsfors' (60,320) at 20210307205553786 2025-03-14 03:00:49.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-mcbsp-priv.h' (60,321) at 20240405153054017 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst' (60,322) at 20240405153045317 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/systemd/system/sysfs-led@.service' (60,323) at 20240719080031533 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcl063.h' (60,324) at 20210308005003608 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/vops.h' (60,325) at 20240405153050493 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_regs.h' (60,326) at 20240405153050173 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/sdbusplus.wrap' (60,327) at 20220819030023853 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/timer.c' (60,328) at 20210308005002712 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos5250.h' (60,329) at 20240405153231795 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/build-salt.h' (60,330) at 20210307214931362 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfsd/stats.h' (60,331) at 20210307214931650 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager_%.bbappend' (60,332) at 20241206090014226 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/x509_utils.cpp' (60,333) at 20240623080018041 2025-03-14 03:00:49.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-video.c' (60,334) at 20240830080013271 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_cmnd.h' (60,335) at 20240830080013331 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/COPYING.MIT' (60,336) at 20210307205553682 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/nsimosci_defconfig' (60,337) at 20240405153229859 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb' (60,338) at 20220910030013369 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/message/append.hpp' (60,339) at 20240618080045405 to deleted uid set 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/at91sam9_wdt.c' (60,340) at 20240405153052237 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/oxp-sensors.rst' (60,341) at 20240405153045217 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend' (60,342) at 20240629080012188 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65912.h' (60,343) at 20240405153052733 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/marvell_nand.c' (60,344) at 20240405153230871 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/terminfo_fixes.patch' (60,345) at 20220910030013429 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/apq8096-db820c.dts' (60,346) at 20240405153229935 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sigmadsp-i2c.c' (60,347) at 20210307214932338 2025-03-14 03:00:49.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/torture.rst' (60,348) at 20240405153044933 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-pci.h' (60,349) at 20241211090212342 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb' (60,350) at 20230919080013954 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' (60,351) at 20210307205554346 to deleted uid set 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/Kconfig' (60,352) at 20240405153053253 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_property.h' (60,353) at 20220525020654539 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/SubmittingPatches' (60,354) at 20210307214925214 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-switchdev.h' (60,355) at 20220525020653659 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/312.out' (60,356) at 20210927100127505 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/lockdown/Kconfig' (60,357) at 20210307214932174 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml' (60,358) at 20240405153045125 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_atomic_replace.c' (60,359) at 20210307214931806 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/syscall_nrs.c' (60,360) at 20210307214932118 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m528x.c' (60,361) at 20220525020651982 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/compression.c' (60,362) at 20210308005003736 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/fec.h' (60,363) at 20210308005002800 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/uaccess_32.h' (60,364) at 20210309003648980 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/0002-include-sys-select.h-and-sys-types.h.patch' (60,365) at 20210307205553874 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8610HPCD_defconfig' (60,366) at 20210308005003240 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-h3-ccu.h' (60,367) at 20210308005003640 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/uncovered' (60,368) at 20210307205554630 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ap143.dts' (60,369) at 20210308005002812 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/tools/.gitignore' (60,370) at 20210307214926638 2025-03-14 03:00:49.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_s390xc.c' (60,371) at 20210307214931814 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/avx2.c' (60,372) at 20240405153053097 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_4_pmfw.h' (60,373) at 20240405153048349 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/kmp204x-common.h' (60,374) at 20210308005003600 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/macros.h' (60,375) at 20240326080039746 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/nemora-postd/meson.build' (60,376) at 20230717080006550 to deleted uid set 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/libavb.h' (60,377) at 20210308005003708 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/projecttopbar.js' (60,378) at 20210307205554282 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-dln2.c' (60,379) at 20240405153230675 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/clmul.c' (60,380) at 20240326080039398 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/audio.json' (60,381) at 20230925080039977 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/Makefile.softmmu-target' (60,382) at 20240906080037576 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77693.c' (60,383) at 20240405153049609 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/index.scss' (60,384) at 20210308005107073 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/Makefile' (60,385) at 20240613080016547 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/error.py' (60,386) at 20210927100127349 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v13_0.h' (60,387) at 20240405153047157 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/link.ld' (60,388) at 20230925080040101 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi6205.h' (60,389) at 20210307214932230 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mtk-pm-domains.h' (60,390) at 20240405153231347 2025-03-14 03:00:49.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/machine_kernel_pr.bbclass' (60,391) at 20210307205553850 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/firmware/smbios.h' (60,392) at 20240906080037332 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/linear_ranges.c' (60,393) at 20220525020654751 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/udpgso.c' (60,394) at 20240429080012468 to deleted uid set 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/bitops.h' (60,395) at 20210307214926578 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/max8997.c' (60,396) at 20210308005003468 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_types.h' (60,397) at 20240405153051833 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g35.dtsi' (60,398) at 20210308005002572 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c' (60,399) at 20210307214929482 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scripts/host-reboot' (60,400) at 20221209040041007 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/sample_filter.bpf.c' (60,401) at 20240405153054185 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/tplink_wdr4300.dts' (60,402) at 20210308005002816 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/.gitignore' (60,403) at 20210307214930986 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715-sdw.h' (60,404) at 20210307214932338 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c' (60,405) at 20240405153047245 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm64.cfg' (60,406) at 20220804030014691 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/arm-ebi.h' (60,407) at 20210308005002912 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_mdio.h' (60,408) at 20210308005003676 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0010-Always-use-devmapper.patch' (60,409) at 20241221090017540 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/atomic64-arcv2.h' (60,410) at 20240405153045357 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lkc_proto.h' (60,411) at 20210308005003732 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/Kconfig' (60,412) at 20210308005002964 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ia_css_bh.host.c' (60,413) at 20240405153051837 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6713.c' (60,414) at 20220525020652358 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc-16-ccitt.c' (60,415) at 20240516080009958 2025-03-14 03:00:49.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/context.c' (60,416) at 20241216090017685 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/file-op-9p.h' (60,417) at 20220429100100430 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c' (60,418) at 20210308005003356 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/broadcom.c' (60,419) at 20240405153050353 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/dlg,da7280.txt' (60,420) at 20220525020651682 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das08_cs.c' (60,421) at 20240405153046893 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb.inc' (60,422) at 20241221090017660 to deleted uid set 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_checksum.c' (60,423) at 20210307214931962 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/xen-tpmfront.c' (60,424) at 20240405153046765 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/watchdog/rti_wdt.c' (60,425) at 20241216090017749 to deleted uid set 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kxsd9-i2c.c' (60,426) at 20240405153048937 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc3-omap-uboot.h' (60,427) at 20210308005003644 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libselinux-1.0' (60,428) at 20211006000025246 2025-03-14 03:00:49.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_config_init.c' (60,429) at 20240906080037320 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_stat.c' (60,430) at 20240405153051961 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/meson-saradc.c' (60,431) at 20210308005003332 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fsl_pq_mdio.c' (60,432) at 20240405153230943 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/openbmc_dbus_rest_test.cpp' (60,433) at 20240904080003190 to deleted uid set 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/Kconfig' (60,434) at 20210308005002836 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/pnvm.h' (60,435) at 20240405153050529 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/amd_xdma.h' (60,436) at 20240405153052765 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/host-management.md' (60,437) at 20221209040006399 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/version.c' (60,438) at 20240405153053021 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/cpu_loop.c' (60,439) at 20230426080043784 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-dmic.c' (60,440) at 20240405153232203 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_pci_common.c' (60,441) at 20240613080016475 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxd_firm.h' (60,442) at 20210307214928622 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/dapm.rst' (60,443) at 20240405153229827 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6348.dtsi' (60,444) at 20210308005002812 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evgpeblk.c' (60,445) at 20240405153046617 2025-03-14 03:00:49.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_d.c' (60,446) at 20210308005046513 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/transaction.h' (60,447) at 20240913080013825 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun50i_h6.h' (60,448) at 20210308005002664 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7724.c' (60,449) at 20210307214926566 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/sb16.c' (60,450) at 20240906080037204 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/act8945a-regulator.c' (60,451) at 20240405153231359 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/main.cpp' (60,452) at 20230821192414188 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/send-pull-request' (60,453) at 20210307205554642 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/virt-acpi-build.c' (60,454) at 20241211090212250 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/MAINTAINERS' (60,455) at 20210308005002980 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_gem.c' (60,456) at 20240405153048545 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_connlimit.c' (60,457) at 20240405153053329 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/Kconfig' (60,458) at 20210308005003468 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/run-build-script-ci' (60,459) at 20210408000039305 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/speex/speex_1.2.1.bb' (60,460) at 20220721030015885 2025-03-14 03:00:49.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/stm32h7-rcc.h' (60,461) at 20210307214931342 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_configfs.c' (60,462) at 20240628080014013 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-st' (60,463) at 20210307214925202 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-kuroboxpro.dts' (60,464) at 20240405153045457 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-nitrogen6_max.dtsi' (60,465) at 20240405153229887 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/pipeline.c' (60,466) at 20240405153051845 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/fsl-qdma.txt' (60,467) at 20210307214925310 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/manager.hpp' (60,468) at 20240828080025979 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/slt_ast2600.h' (60,469) at 20210308005003616 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-mvebu.c' (60,470) at 20240405153231327 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libelf-getshdrstrndx.c' (60,471) at 20210307214932466 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as102_fw.h' (60,472) at 20210307214928806 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.13.bb' (60,473) at 20231014080011723 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts' (60,474) at 20241115090012941 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/gtest.wrap' (60,475) at 20240815080028259 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/vars.c' (60,476) at 20240405153231655 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c' (60,477) at 20210308005046517 2025-03-14 03:00:49.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/early.c' (60,478) at 20240830080013243 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/LICENSE' (60,479) at 20241206090014290 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_dump.c' (60,480) at 20240405153048413 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/callbackpathgroup.mako.cpp' (60,481) at 20210308005108057 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/minnowmax.h' (60,482) at 20210308005003604 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_missing_file_reset.cpp' (60,483) at 20241213090006285 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/actions-common.c' (60,484) at 20240405153045701 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8775p.dtsi' (60,485) at 20241008080013891 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/xilinx_timer.c' (60,486) at 20230426080043740 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts' (60,487) at 20240405153229919 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kvarnsvedjan' (60,488) at 20210307205553786 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl_iim' (60,489) at 20210308005003292 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-system-state-init' (60,490) at 20221025030015189 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/device.c' (60,491) at 20210309003649832 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/greatlakes/cri_sensors.json' (60,492) at 20230204040006445 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/firmware/sdei.txt' (60,493) at 20210307214925274 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/miiphybb.c' (60,494) at 20210308005003000 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/iommu.c' (60,495) at 20240326080039486 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/disas-objdump.pl' (60,496) at 20210308005046241 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/charlcd.c' (60,497) at 20240405153046677 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/xen/Makefile' (60,498) at 20210307214926090 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/handler.cpp' (60,499) at 20240919080030206 to deleted uid set 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/mips_ejtag_fdc.c' (60,500) at 20240405153231507 2025-03-14 03:00:49.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/Makefile' (60,501) at 20210307214929158 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/Kbuild' (60,502) at 20240405153230095 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_module.h' (60,503) at 20240405153047017 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/signal.hpp' (60,504) at 20230511080043139 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/pci/pcie.c' (60,505) at 20241211090212318 to deleted uid set 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb' (60,506) at 20220921030015986 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-5.conf' (60,507) at 20210307205554082 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/meson.build' (60,508) at 20240306090017812 to deleted uid set 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/cross.patch' (60,509) at 20210307205553822 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/davinci.c' (60,510) at 20210308005003480 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-lefi-boardinfo' (60,511) at 20220525020651634 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-jpeg.h' (60,512) at 20210309003650336 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts' (60,513) at 20240405153229891 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sc8280xp.h' (60,514) at 20240405153052645 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_plus_h5_defconfig' (60,515) at 20210308005003252 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_b.c' (60,516) at 20210308005046513 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/a.out.h' (60,517) at 20210307214931622 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/TODO' (60,518) at 20240405153054237 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/parse-options.h' (60,519) at 20240405153054069 2025-03-14 03:00:49.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mps2-tz.c' (60,520) at 20241211090212250 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/psu-images-one-valid-one-invalid/model-2/MANIFEST' (60,521) at 20230616135354429 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar_fdp1.c' (60,522) at 20240405153230811 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-rda-intc.c' (60,523) at 20240405153049201 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/fw_cfg.c' (60,524) at 20210308005046257 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/entrypoint.sh' (60,525) at 20221120040010710 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/go.py' (60,526) at 20231011080016598 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-xilinx.yaml' (60,527) at 20240405153045173 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gargnas' (60,528) at 20210307205553782 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch' (60,529) at 20241221090017640 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/net.c' (60,530) at 20220525020654919 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/pal.h' (60,531) at 20210307214925646 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-With167kHzOffsets' (60,532) at 20210307205553766 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/seg6.c' (60,533) at 20240613080016531 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powercycle' (60,534) at 20241029080011443 to deleted uid set 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdmon/sdmon_git.bb' (60,535) at 20241206090014266 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/165.out' (60,536) at 20210308005046453 2025-03-14 03:00:49.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/static_call_types.h' (60,537) at 20220525020654619 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AttributeRegistry.v1_3_9.json' (60,538) at 20240619080002940 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/audio.h' (60,539) at 20240405153052941 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/percpu-km.c' (60,540) at 20220525020654775 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sun6i-r.c' (60,541) at 20240405153049205 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/Makefile' (60,542) at 20240405153053129 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0001-build-these-are-foreign-automake-projects.patch' (60,543) at 20210307205553802 2025-03-14 03:00:49.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpu_rmap.h' (60,544) at 20240405153052673 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier4U/11.json' (60,545) at 20240212090032054 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f746-disco_defconfig' (60,546) at 20210308005003280 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-pll-a10.c' (60,547) at 20240405153046845 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mipsprom.h' (60,548) at 20210307214926226 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.296.0.bb' (60,549) at 20241221090017684 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/qmi/qmi_sample_client.c' (60,550) at 20240405153053433 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/meson.build' (60,551) at 20221215040039050 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/round.S' (60,552) at 20210307214926142 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/Makefile' (60,553) at 20210308005003012 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/dump_utils.hpp' (60,554) at 20211019000032259 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/byacc-open.patch' (60,555) at 20210307205553910 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerAccount_v1.xml' (60,556) at 20240918080002712 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/ansidecl.h' (60,557) at 20210307214926486 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb' (60,558) at 20230520080014476 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/cisco/Makefile' (60,559) at 20210307214929818 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-a-lot-of-Werror-format-security-errors-with-mvwp.patch' (60,560) at 20220204040022492 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/irq.h' (60,561) at 20210307214926762 2025-03-14 03:00:49.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ac97-test.c' (60,562) at 20230925080040093 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/chipone_icn8318.c' (60,563) at 20240405153230731 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/pfrut/pfrut.c' (60,564) at 20240405153054213 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/arc/std_vendor.rs' (60,565) at 20240405153053421 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blklogwrites.c' (60,566) at 20240906080037144 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/cyrus_p5020.dts' (60,567) at 20210307214926342 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/mobiveil-pcie.txt' (60,568) at 20210307214925382 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/seccomp.h' (60,569) at 20210308005046057 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/yosemitev2/power-config-host2.json' (60,570) at 20211207040021533 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/Kconfig' (60,571) at 20240405153049593 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/Kconfig' (60,572) at 20240405153045689 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/branch_loops.S' (60,573) at 20210307214932706 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-sl50.dts' (60,574) at 20240405153045589 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/gpio_global.h' (60,575) at 20210307214930542 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/ssp_spi.c' (60,576) at 20240405153048973 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soundcard.h' (60,577) at 20210307214931510 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (60,578) at 20241206090014286 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/memory.hpp' (60,579) at 20240619080002916 to deleted uid set 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/Makefile' (60,580) at 20210307214928058 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_base_test.cpp' (60,581) at 20240903080027139 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_led.c' (60,582) at 20210307214927910 2025-03-14 03:00:49.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_efuse.c' (60,583) at 20240405153051897 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/meson.options' (60,584) at 20230921080030785 to deleted uid set 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-rainier-2u.json' (60,585) at 20220302040019952 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt' (60,586) at 20210307214925362 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/video-vesa.c' (60,587) at 20210307214926750 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/adreno_device.c' (60,588) at 20240405153230587 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/raspi_platform.h' (60,589) at 20240906080037328 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/trace.h' (60,590) at 20240405153046033 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/rtlx-mt.c' (60,591) at 20210307214926258 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d2_devices.c' (60,592) at 20210308005002712 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-microsoft-olympus.dts' (60,593) at 20240405153045417 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/README.md' (60,594) at 20241221090017576 to deleted uid set 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/auditfilter.c' (60,595) at 20240712080021089 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_core_masks.h' (60,596) at 20240405153046601 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal128.h' (60,597) at 20210308005046041 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/0001-add-back-JSON_INTEGER_IS_LONG_LONG-for-cmake.patch' (60,598) at 20241221090017516 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu-qom.h' (60,599) at 20240326080039674 2025-03-14 03:00:49.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/README.md' (60,600) at 20240806080004943 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_vf.h' (60,601) at 20240405153050241 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/css-bridge.h' (60,602) at 20210308005046029 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_fb.c' (60,603) at 20240405153048749 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (60,604) at 20230310090018691 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/mc_sys.c' (60,605) at 20210308005003432 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/devupstream.bbclass' (60,606) at 20230919080013974 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/board.c' (60,607) at 20210308005003056 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/vnstat/vnstat_2.6.bb' (60,608) at 20220402030015911 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c' (60,609) at 20240405153045665 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb' (60,610) at 20240302090018210 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/wakeup.c' (60,611) at 20210309003649160 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/fp-ops.c.inc' (60,612) at 20240906080037520 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-buttons/src/power_button.cpp' (60,613) at 20241209090018856 to deleted uid set 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/mock_sensor_manager.hpp' (60,614) at 20240919080039606 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init4.decode' (60,615) at 20210308005046389 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/galileo_defconfig' (60,616) at 20210308005003260 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/arch-mips.inc' (60,617) at 20230919080013978 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/zones.json' (60,618) at 20231213090027090 2025-03-14 03:00:49.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064-v1.0.dtsi' (60,619) at 20240405153229891 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x01_sync.h' (60,620) at 20210307214928082 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_dec0_cmd_regs.h' (60,621) at 20240405153046585 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_unlz4.c' (60,622) at 20210726100024895 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_keypc.c' (60,623) at 20240405153046613 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/ia_css_qplane_param.h' (60,624) at 20210307214930558 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/nxp,lpc1850-dac.yaml' (60,625) at 20240405153045073 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/acpi.h' (60,626) at 20240405153231191 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-phy.c' (60,627) at 20210307214929606 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_baco.c' (60,628) at 20210309003649648 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice.h' (60,629) at 20240405153232123 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/elan-i2c-ids.h' (60,630) at 20240405153052709 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8326.c' (60,631) at 20240910080014102 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/cobra.c' (60,632) at 20240405153049133 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-microchip-core-qspi.c' (60,633) at 20240520080015183 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/rmap.c' (60,634) at 20240405153231975 2025-03-14 03:00:49.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2down.service' (60,635) at 20230920080013648 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm-cci.c' (60,636) at 20240405153231299 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/mcx.c' (60,637) at 20210308005003004 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/flow.h' (60,638) at 20210308005002668 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,ipq806x-usb-phy-hs.yaml' (60,639) at 20220525020651698 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/wireshark_4.2.7.bb' (60,640) at 20241221090017500 to deleted uid set 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/kvm/kvm_stat/kvm_stat' (60,641) at 20240405153054053 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_main.c' (60,642) at 20240613080016439 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Manager.service.in' (60,643) at 20240620080022759 to deleted uid set 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/macio_sysfs.c' (60,644) at 20240405153049225 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/conf/include/non-repro-meta-python.inc' (60,645) at 20241221090017548 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/fsl_pamu_domain.c' (60,646) at 20240405153049181 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_1_1_offset.h' (60,647) at 20210307214927690 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/MAINTAINERS' (60,648) at 20210308005003040 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-android-dt.c' (60,649) at 20210308005003228 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c' (60,650) at 20240405153230355 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_drv.c' (60,651) at 20240405153230643 2025-03-14 03:00:49.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/namespace.c' (60,652) at 20240405153231699 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/params.c' (60,653) at 20240405153231011 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/nfit.h' (60,654) at 20210307214931298 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/re2c/re2c_4.0.1.bb' (60,655) at 20241221090017700 to deleted uid set 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/s390x/a-b-bios.c' (60,656) at 20240326080039726 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada8k/cache_llc.h' (60,657) at 20210308005002636 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/krait-l2-accessors.h' (60,658) at 20210307214925850 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-astlpc-daemon.c' (60,659) at 20221017030010210 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c' (60,660) at 20210308005003000 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.BMC.Updater.service.in' (60,661) at 20230222020914475 to deleted uid set 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/auto_fs4.h' (60,662) at 20210307214931622 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/071_gbb.dts' (60,663) at 20210308005003752 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/maple/maple.c' (60,664) at 20240405153051753 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_h.c' (60,665) at 20210308005046517 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/secvar.h' (60,666) at 20240405153046129 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x530.h' (60,667) at 20210308005003624 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/mmu_context.c' (60,668) at 20210307214926310 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb' (60,669) at 20241221090017544 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/alsa-configuration.rst' (60,670) at 20240405153045257 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/qemu-x86_i440fx.dts' (60,671) at 20210308005002872 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/certs/wens.hex' (60,672) at 20240405153232087 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/rcS' (60,673) at 20210307205554494 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/ath79/Makefile' (60,674) at 20210308005003456 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.json' (60,675) at 20210927100127469 2025-03-14 03:00:49.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/disk-states-8.dot' (60,676) at 20210307214925218 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/wil_platform.h' (60,677) at 20210307214929786 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_events.c' (60,678) at 20240910080014090 to deleted uid set 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/sensor_types.hpp' (60,679) at 20220412175720086 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap54xx.h' (60,680) at 20210307214925918 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_dtime.c' (60,681) at 20240405153054277 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/dc395x.rst' (60,682) at 20240405153045253 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/Makefile' (60,683) at 20240405153050585 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/request_low_version.c' (60,684) at 20210308005100993 2025-03-14 03:00:49.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/tcsd.service' (60,685) at 20230520080014488 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h' (60,686) at 20240405153231023 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/commands.py' (60,687) at 20241221090017632 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml' (60,688) at 20240405153045065 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0005-configure.ac-add-option-for-libcap.patch' (60,689) at 20230131040012027 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/trident/trident.c' (60,690) at 20220525020655011 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb' (60,691) at 20210316000012685 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/fw_upload.rst' (60,692) at 20240405153045189 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/Makefile' (60,693) at 20240405153045309 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_presence.fail' (60,694) at 20241206090014310 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/megasas-test.c' (60,695) at 20221215040039378 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.h' (60,696) at 20210309003649392 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_multiprocess.py' (60,697) at 20241211090212542 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/vdso32.lds.S' (60,698) at 20220525020652106 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_divu.c' (60,699) at 20210308005046529 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/015' (60,700) at 20210927100127473 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (60,701) at 20240522080012568 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/dma-octeon.c' (60,702) at 20240405153045989 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/eth.h' (60,703) at 20210308005002848 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_tables_ipv4.h' (60,704) at 20240910080014082 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/iommu/iommufd_fail_nth.c' (60,705) at 20240405153232267 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_d.c' (60,706) at 20210308005046521 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/record_manager.cpp' (60,707) at 20230511080045639 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc' (60,708) at 20241221090017468 to deleted uid set 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,iproc-cdru.txt' (60,709) at 20210307214925358 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/init.c' (60,710) at 20240405153230087 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_h.c' (60,711) at 20210308005046517 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Idle' (60,712) at 20210307205553798 2025-03-14 03:00:49.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/irqdomain.c' (60,713) at 20210307214930430 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/fdp/fdp.c' (60,714) at 20240405153051101 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch' (60,715) at 20210307205554582 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dlm_plock.h' (60,716) at 20240405153231871 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-tlc4541.c' (60,717) at 20240405153048965 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/generic.h' (60,718) at 20210308005003672 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h' (60,719) at 20240405153050137 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/testmetaidesupport.py' (60,720) at 20220910030013401 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_debugfs.c' (60,721) at 20210307214929670 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_3ad.c' (60,722) at 20240405153049721 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sdw-mockup.c' (60,723) at 20240405153053749 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/buildtar' (60,724) at 20240405153053457 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/MAINTAINERS' (60,725) at 20210308005002980 2025-03-14 03:00:49.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-poweron' (60,726) at 20240316080012480 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/ulpqueue.h' (60,727) at 20240405153052865 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/get_func_ip_test.c' (60,728) at 20240405153232259 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/btext.c' (60,729) at 20240405153046133 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/Kconfig' (60,730) at 20240405153046753 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml' (60,731) at 20240405153045105 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/processor.h' (60,732) at 20240405153230019 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-ld11.c' (60,733) at 20240405153232203 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/hg556a.c' (60,734) at 20210308005003008 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uDPU_defconfig' (60,735) at 20210308005003284 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/vmalloced-kernel-stacks.rst' (60,736) at 20240405153045229 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/net/bpf_jit.h' (60,737) at 20240405153230075 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_numeric_threshold.cpp' (60,738) at 20240904080048947 to deleted uid set 2025-03-14 03:00:49.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ae350' (60,739) at 20210308005003292 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod.c' (60,740) at 20240405153229911 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/nfc/nci/hci.c' (60,741) at 20240405153053345 to deleted uid set 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/security.c' (60,742) at 20240405153046561 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_qm_sync_object_regs.h' (60,743) at 20240405153046589 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh' (60,744) at 20240405153054297 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7791-cpg-mssr.c' (60,745) at 20210308005003352 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/Makefile' (60,746) at 20240405153046925 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-dbgcap.c' (60,747) at 20241216090017745 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch' (60,748) at 20230503080014587 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfveil.c' (60,749) at 20210307214931898 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/Kconfig' (60,750) at 20240405153230891 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscallhdr.sh' (60,751) at 20241211090212378 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-x86_64.c' (60,752) at 20210307214932466 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/boot.h' (60,753) at 20210307214929962 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb' (60,754) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps51632-regulator.txt' (60,755) at 20210307214925410 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c' (60,756) at 20221021030041179 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage-memphis.cfg' (60,757) at 20210308005003012 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-ampere.dts' (60,758) at 20240325080037190 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/netlink_k.h' (60,759) at 20210307214930514 2025-03-14 03:00:49.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/map_kptr.c' (60,760) at 20240405153232263 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_BAProc.c' (60,761) at 20240405153231479 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/spinlock_types.h' (60,762) at 20240405153045913 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hw.h' (60,763) at 20240405153231159 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Cadca' (60,764) at 20210307205553794 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/python/qemu/machine/py.typed' (60,765) at 20210927100127329 to deleted uid set 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/itcw.h' (60,766) at 20210307214926510 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/flexfilelayout.c' (60,767) at 20240405153052433 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/uprobes/Makefile' (60,768) at 20210307214925986 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/mc_cdx_pcol.h' (60,769) at 20240405153046741 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/sdr-formats.rst' (60,770) at 20210309003648500 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/static_checks.yml' (60,771) at 20230925080039809 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_convd.c' (60,772) at 20240906080037576 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ov772x.h' (60,773) at 20220525020654631 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/Util.pm' (60,774) at 20210308005052041 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/meson.build' (60,775) at 20221204040030281 2025-03-14 03:00:49.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/portman2x4.c' (60,776) at 20240405153053497 2025-03-14 03:00:49.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery.dataTables-1.13.8.min.js' (60,777) at 20240106090017249 2025-03-14 03:00:49.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.h' (60,778) at 20240405153050493 2025-03-14 03:00:49.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_wopcm.c' (60,779) at 20240405153048497 2025-03-14 03:00:49.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/volatile-considered-harmful.rst' (60,780) at 20240405153229839 2025-03-14 03:00:49.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_hw.c' (60,781) at 20240405153049805 2025-03-14 03:00:49.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-idp.dts' (60,782) at 20240405153229947 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/50001001_v2.json' (60,783) at 20241213090040130 to deleted uid set 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/obmc_boot_test.py' (60,784) at 20241029080012599 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/math-emu/Makefile' (60,785) at 20210307214926570 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/ataints.c' (60,786) at 20240805080013923 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ipsec.c' (60,787) at 20240405153050197 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/transform.hpp' (60,788) at 20221014100033151 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/clk.h' (60,789) at 20210308005002776 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-sancloud-bbe-extended-wifi.dts' (60,790) at 20240405153045589 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_bootscript.txt' (60,791) at 20210308005002924 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/signaling.c' (60,792) at 20240405153053169 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/highmem.h' (60,793) at 20220525020651986 2025-03-14 03:00:49.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vmxfeatures.h' (60,794) at 20240405153046401 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-bd2802.c' (60,795) at 20240405153049217 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/split-irq.c' (60,796) at 20210308005045853 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableFans.vue' (60,797) at 20241005080042593 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qdu1000.dtsi' (60,798) at 20240805080013919 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/Kconfig' (60,799) at 20210308005003412 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/ci_udc.h' (60,800) at 20210308005003688 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-11.yaml' (60,801) at 20241219090012972 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/LICENSE' (60,802) at 20210307205553718 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1177.rst' (60,803) at 20220525020651734 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/stdplus.wrap' (60,804) at 20220603030001748 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/vdso.lds.S' (60,805) at 20240405153230019 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-kernel/linux/linux-aspeed/daytonax.cfg' (60,806) at 20230209040014205 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz' (60,807) at 20210307205554590 to deleted uid set 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/kprobes.c' (60,808) at 20240405153046325 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-meson-spifc.c' (60,809) at 20240405153051789 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Marsboard_A10_defconfig' (60,810) at 20210308005003240 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h' (60,811) at 20210308005002636 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/ynl.py' (60,812) at 20240503080014518 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/r2300_switch.S' (60,813) at 20240405153230015 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Graninge' (60,814) at 20210307205553782 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_8.dtso' (60,815) at 20240405153051213 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar-r4.dts' (60,816) at 20240405153045781 2025-03-14 03:00:49.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pvpanic-pci-test.c' (60,817) at 20240906080037572 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/obmc-console@.service' (60,818) at 20220520030031836 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_pch.c' (60,819) at 20240405153051445 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-peq.yaml' (60,820) at 20240405153045169 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mxm-wmi.h' (60,821) at 20210307214931454 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/classes/clutter.bbclass' (60,822) at 20210608000015791 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/segment.c' (60,823) at 20240405153046029 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_vector.c' (60,824) at 20240405153230075 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/brev.c' (60,825) at 20230925080040097 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-digicolor.c' (60,826) at 20240405153051329 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-8k/board.c' (60,827) at 20210308005002908 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0130673325.dtsi' (60,828) at 20210308005002864 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-fmopa-3.c' (60,829) at 20240906080037576 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1042qds.dts' (60,830) at 20210307214926354 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-legacy-test-cross.docker' (60,831) at 20240906080037560 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/aacraid.rst' (60,832) at 20210307214925558 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/xattr.h' (60,833) at 20210307214931078 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-gio.c' (60,834) at 20240405153046053 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/gpio.c' (60,835) at 20210308005003212 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/fw-update/pldm_fwup_pkg_creator.py' (60,836) at 20230726080035502 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/transobj.h' (60,837) at 20210625000036072 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_main.h' (60,838) at 20240405153053241 2025-03-14 03:00:49.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ves1820.h' (60,839) at 20210307214928646 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/excp_helper.c' (60,840) at 20240906080037532 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/rethook.h' (60,841) at 20240405153046289 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts' (60,842) at 20240405153229927 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/targeting.cpp' (60,843) at 20240820080019934 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/sysctl.c' (60,844) at 20210309003654488 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps65912.c' (60,845) at 20220525020652442 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-icount.h' (60,846) at 20230925080039813 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/vdso/bits.h' (60,847) at 20240405153054053 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/jenkins_funcs.sh' (60,848) at 20221209040018559 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/MAINTAINERS' (60,849) at 20210308005002952 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_transport.c' (60,850) at 20240405153046953 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/evm.h' (60,851) at 20210308005003076 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_pdc2027x.c' (60,852) at 20240405153046665 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.h' (60,853) at 20240405153047105 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb' (60,854) at 20241225090010924 to deleted uid set 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/bootstrap.sh' (60,855) at 20210428000006034 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/bp-modify.c' (60,856) at 20240405153054089 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_bt.h' (60,857) at 20240613080016507 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/helper.c' (60,858) at 20241022080032792 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BrougherMountain' (60,859) at 20210307205553794 2025-03-14 03:00:49.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/realtek/Makefile' (60,860) at 20240405153045545 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pci.c' (60,861) at 20240405153231511 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rt5677.h' (60,862) at 20210308005003488 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/Makefile.target' (60,863) at 20240906080037580 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rv1108-cru.h' (60,864) at 20210307214931334 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/rcar-gyroadc.c' (60,865) at 20240405153048961 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_misc.h' (60,866) at 20210307214930422 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_miim.c' (60,867) at 20210308005003436 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb' (60,868) at 20241221090017492 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-x86_64-microvm.fd.bz2' (60,869) at 20241211090212418 to deleted uid set 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/dsi-controller.yaml' (60,870) at 20240405153045041 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420-h4.dts' (60,871) at 20240405153045601 2025-03-14 03:00:49.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/lm.c' (60,872) at 20240405153231575 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_domain.h' (60,873) at 20240405153052773 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/nvmm-all.c' (60,874) at 20240906080037488 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/manager_serialize.hpp' (60,875) at 20230616080002183 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpic_msgr.c' (60,876) at 20240405153230059 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm.h' (60,877) at 20240405153048477 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/lock_contention.bpf.c' (60,878) at 20240429080012464 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/Makefile' (60,879) at 20210308005002908 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_bad_phandle.dtso' (60,880) at 20240405153231279 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb' (60,881) at 20230813080012844 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ww_mutex.h' (60,882) at 20240405153052821 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctamixer.h' (60,883) at 20220525020654991 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton/yosemite4.cfg' (60,884) at 20240727080014098 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi-k2_defconfig' (60,885) at 20210308005003272 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/kmsan.h' (60,886) at 20240405153053133 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/CONTRIBUTING.md' (60,887) at 20240612080036203 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_mix22.c' (60,888) at 20210307214932274 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/qcom-pon.c' (60,889) at 20240405153051421 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c' (60,890) at 20240405153230951 2025-03-14 03:00:49.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/ddr.c' (60,891) at 20210308005002996 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_regs.h' (60,892) at 20240405153230583 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml' (60,893) at 20240405153229755 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/tcg_gen_extract.cocci' (60,894) at 20210308005046237 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/opp.h' (60,895) at 20210307214925910 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/common.wks.inc' (60,896) at 20210817100021814 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/Makefile' (60,897) at 20240405153231011 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_rtbitmap.h' (60,898) at 20240405153231775 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/lpc_common.h' (60,899) at 20210308005002880 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/soc.c' (60,900) at 20210308005002728 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg' (60,901) at 20230124040012979 to deleted uid set 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/st/ste-ux500-pm-domain.c' (60,902) at 20240405153231351 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-ivy.dts' (60,903) at 20240405153045769 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/riscv/Makefile' (60,904) at 20240405153046645 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-shc-u-boot.dtsi' (60,905) at 20210308005002564 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_recent.c' (60,906) at 20240405153232063 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h' (60,907) at 20240405153230991 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios.c' (60,908) at 20240906080037296 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.cpp' (60,909) at 20240820080023690 to deleted uid set 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/plip/Makefile' (60,910) at 20210307214929698 2025-03-14 03:00:49.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_cmp.S' (60,911) at 20230426080043952 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/232' (60,912) at 20210927100127497 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-powerpc64le.txt' (60,913) at 20240113090014532 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/admin-guide/security-bugs.rst' (60,914) at 20240405153045273 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7743.dtsi' (60,915) at 20240405153045553 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bitbangMII' (60,916) at 20210308005003292 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/endian-little' (60,917) at 20210307205554626 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-vf.c' (60,918) at 20210308005003512 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3128-cru.h' (60,919) at 20210307214931334 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-all.c' (60,920) at 20240906080037136 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_execbuf_util.h' (60,921) at 20240405153052637 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-early-sys-init' (60,922) at 20241101080022232 to deleted uid set 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/trans_virtio.c' (60,923) at 20240405153053165 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/port.c' (60,924) at 20240405153050105 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/mkiss.c' (60,925) at 20240405153231071 2025-03-14 03:00:49.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/orc_header.h' (60,926) at 20240405153046389 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-smp.c' (60,927) at 20210307214925918 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/e820.c' (60,928) at 20210307214929990 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/event-loop-base.c' (60,929) at 20221215040039082 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/ssi-fiq-ksym.c' (60,930) at 20210307214925894 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/magic-number.rst' (60,931) at 20240405153229839 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/util/dwarf-regs.c' (60,932) at 20240405153054085 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/ekb.inc' (60,933) at 20240321080012269 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc64-linux-musl' (60,934) at 20220402030016247 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/generictimer.h' (60,935) at 20210308005002636 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/phosphor-logging.wrap' (60,936) at 20240329080027212 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/Kconfig.debug' (60,937) at 20240405153053165 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/linux-%.bbappend' (60,938) at 20240426080018068 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/pmu.h' (60,939) at 20210309003649820 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/zynqmp_gqspi.c' (60,940) at 20210308005003496 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c' (60,941) at 20210308005046521 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecc_curve_defs.h' (60,942) at 20220525020652214 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/services/psu-update@.service' (60,943) at 20230616135354425 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb' (60,944) at 20241221090017544 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/io.c' (60,945) at 20220525020654367 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6dl_mba6_mmc_defconfig' (60,946) at 20210308005003284 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/addrspace.h' (60,947) at 20240906080037160 2025-03-14 03:00:49.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/checksocket.py' (60,948) at 20230919080013966 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageController.v1_8_0.json' (60,949) at 20240918080002724 to deleted uid set 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/odata.hpp' (60,950) at 20240807080002018 to deleted uid set 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/lxdm.conf' (60,951) at 20210307205553946 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml' (60,952) at 20240405153045049 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-internals.rst' (60,953) at 20240405153045213 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/string-stream.h' (60,954) at 20240405153053089 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/meson.build' (60,955) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/980619-1.c' (60,956) at 20210308005003720 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/power/hibernate_asm.S' (60,957) at 20210307214926614 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_uevent.h' (60,958) at 20220525020653819 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/Kconfig' (60,959) at 20210308005003372 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-betopff.c' (60,960) at 20240405153048813 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/hp300_defconfig' (60,961) at 20240405153230003 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sandbox.h' (60,962) at 20210308005003612 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/sensors/phosphor-virtual-sensor/mtmitchell_virtual_sensor_config.json' (60,963) at 20241108090014316 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600.h' (60,964) at 20220525020652995 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/cmd/eeprom.c' (60,965) at 20210308005003208 to deleted uid set 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mdio-gpio.h' (60,966) at 20210307214931478 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/meson.build' (60,967) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-iot-duart.dts' (60,968) at 20210308005002596 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/board.c' (60,969) at 20210308005002760 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/host.S' (60,970) at 20240405153045885 2025-03-14 03:00:49.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/syscall.h' (60,971) at 20240405153046057 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts' (60,972) at 20240405153045709 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-h100.dts' (60,973) at 20240405153229883 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/cmsg.h' (60,974) at 20240405153050193 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/1f199813e0eb0246f63b54e9e154970e609575af.patch' (60,975) at 20211006000025274 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_monitor.cpp' (60,976) at 20240830080017491 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/config.mk' (60,977) at 20210308005003056 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/Kconfig' (60,978) at 20240906080037236 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/camcc-sc7180.c' (60,979) at 20240405153230219 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/Kconfig' (60,980) at 20210308005002980 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-375.dtsi' (60,981) at 20210308005002564 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/mp.c' (60,982) at 20210308005002556 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm73.rst' (60,983) at 20210309003648428 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/tegra20.c' (60,984) at 20240405153051865 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/Kconfig' (60,985) at 20220525020652410 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_server.c' (60,986) at 20230629131804623 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c' (60,987) at 20210308005046517 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-Default' (60,988) at 20210307205553766 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/rethook.h' (60,989) at 20240405153046257 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ti814x_evm_defconfig' (60,990) at 20210308005003284 2025-03-14 03:00:49.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pmc.c' (60,991) at 20240405153230039 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cs5536.c' (60,992) at 20240405153046661 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c' (60,993) at 20220525020653591 to deleted uid set 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml' (60,994) at 20240405153045029 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/netns-name.sh' (60,995) at 20240405153232279 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-ubi.bbclass' (60,996) at 20210812000025258 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_reg.h' (60,997) at 20221215040039062 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/stacktrace.c' (60,998) at 20240405153045889 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88443x.c' (60,999) at 20240405153230779 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed.h' (61,000) at 20240405153050077 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/tags.sh' (61,001) at 20240405153053461 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r1-lte.dts' (61,002) at 20220525020651926 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cpdt.c' (61,003) at 20221215040039202 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/COPYING.MIT' (61,004) at 20220804030014663 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-renesas.c' (61,005) at 20241216090017741 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sdx75-tlmm.yaml' (61,006) at 20240405153045137 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch' (61,007) at 20210307205553902 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl5xx.h' (61,008) at 20240405153049293 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch' (61,009) at 20230520080014500 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/cfg80211.h' (61,010) at 20210307214929898 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/Makefile' (61,011) at 20240613080016363 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (61,012) at 20210307205553666 2025-03-14 03:00:49.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c' (61,013) at 20241011080017311 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-willow-sku1.dts' (61,014) at 20240405153045749 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabreauto.dtsi' (61,015) at 20210308005002584 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/jz4755-cgu.c' (61,016) at 20240405153046789 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/elf.h' (61,017) at 20240405153046381 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/toshiba.h' (61,018) at 20210307214931662 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb' (61,019) at 20230610080017603 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/cap.c' (61,020) at 20220525020654215 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/ti_edac.c' (61,021) at 20240405153047025 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/tuning.md' (61,022) at 20241022080027608 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-ma35d1.c' (61,023) at 20240405153051485 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PrivilegeRegistry.v1_1_5.json' (61,024) at 20240619080002952 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/amlogic/meson_ddr_pmu.h' (61,025) at 20240405153052877 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/swait.c' (61,026) at 20240405153231927 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/accessors.h' (61,027) at 20240405153231611 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3328.dtsi' (61,028) at 20210308005002608 2025-03-14 03:00:49.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/microcode/amd.c' (61,029) at 20240405153230123 to deleted uid set 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/af_unix/diag_uid.c' (61,030) at 20240405153232275 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/setup.c' (61,031) at 20240405153230007 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c' (61,032) at 20210307214930562 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm-s3c64xx.c' (61,033) at 20240405153045685 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml' (61,034) at 20240405153229771 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-39x.dtsi' (61,035) at 20240405153045453 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_percpu_array_map.c' (61,036) at 20210309003655980 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine-core.h' (61,037) at 20240906080037344 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/throttle.c' (61,038) at 20240326080039758 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/Kconfig' (61,039) at 20210308005003168 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mmap.c' (61,040) at 20210309003655944 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/xilinx/Makefile' (61,041) at 20240405153231351 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/argument.hpp' (61,042) at 20220330030021482 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/cpu-probe.c' (61,043) at 20240405153229999 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-pmu.c' (61,044) at 20240405153049225 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sharp,ld-d5116z01b.yaml' (61,045) at 20210307214925306 2025-03-14 03:00:49.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adt7410.rst' (61,046) at 20210309003648424 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mb86a16.c' (61,047) at 20240405153230779 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2.json' (61,048) at 20230920080013648 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/driver-core.rst' (61,049) at 20240405153045213 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28.dtsi' (61,050) at 20240405153229891 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c' (61,051) at 20240405153231023 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zoran_card.c' (61,052) at 20240405153049385 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/stmp3xxx-rtc.txt' (61,053) at 20210307214925418 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/block-backend.h' (61,054) at 20220429100100590 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb' (61,055) at 20220126040017539 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Melbourne-Selby' (61,056) at 20210307205553762 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch' (61,057) at 20241221090017656 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/probes.c' (61,058) at 20210307214926530 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/install.sh' (61,059) at 20240405153046093 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/sa1100.S' (61,060) at 20210309003648680 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/translation-block.h' (61,061) at 20240906080037328 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/.gitignore' (61,062) at 20240405153046309 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/sol_utils.tcl' (61,063) at 20231205090015077 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_uds.h' (61,064) at 20240405153049445 2025-03-14 03:00:49.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock_slice.c' (61,065) at 20210308005002724 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/rtnetlink.c' (61,066) at 20241111090012165 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/meter.c' (61,067) at 20240405153232067 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-updatesymlinks.service' (61,068) at 20240409080017675 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/data.c' (61,069) at 20240405153053345 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3-with-bison-exception' (61,070) at 20210307205554422 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.h' (61,071) at 20210307214927282 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/yosemite.dts' (61,072) at 20210307214926362 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/btrfs_tree.h' (61,073) at 20240405153052909 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/ioremap_prot/arch-support.txt' (61,074) at 20240405153045201 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/partitions.h' (61,075) at 20210308005003668 2025-03-14 03:00:49.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-acpi' (61,076) at 20210309003648244 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdio.txt' (61,077) at 20210307214925366 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.h' (61,078) at 20240405153050641 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/st/Makefile' (61,079) at 20210307214927026 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_common.cpp' (61,080) at 20211021100024526 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/bmcstate' (61,081) at 20210308005059705 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada-audio-rt5682.dtsi' (61,082) at 20240405153045749 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/iommu.c' (61,083) at 20240405153230035 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Jokioinen' (61,084) at 20210307205553766 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/meson.build' (61,085) at 20240906080037444 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/mips/Makefile' (61,086) at 20240405153230007 to deleted uid set 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/ne_misc_dev.c' (61,087) at 20240405153052229 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/disp.h' (61,088) at 20240405153048613 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/facility.h' (61,089) at 20241018080014474 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel1.svg' (61,090) at 20240405153044933 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c' (61,091) at 20240405153050125 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel-mid/pwr.c' (61,092) at 20210307214926746 2025-03-14 03:00:49.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_kernel_regs.h' (61,093) at 20240405153046589 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/ep0.c' (61,094) at 20241216090017745 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/mem_32.c' (61,095) at 20240405153046493 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g35ek.dts' (61,096) at 20240405153045469 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/frr_10.1.1.bb' (61,097) at 20241221090017496 to deleted uid set 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/digicolor-rtc.txt' (61,098) at 20210307214925414 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi' (61,099) at 20241008080013891 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch' (61,100) at 20241221090017672 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb' (61,101) at 20240124090012262 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/l1d_cache.json' (61,102) at 20240405153054113 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/LICENSE' (61,103) at 20210308005112989 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/fsp2.c' (61,104) at 20240405153046193 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/enlighten.c' (61,105) at 20241220090018306 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/min_heap.h' (61,106) at 20210307214931442 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/dcscb_setup.S' (61,107) at 20240405153045689 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/beaglebone_vboot.txt' (61,108) at 20210308005003332 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/bcm1480/irq.c' (61,109) at 20210307214926294 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_mass_storage.h' (61,110) at 20210308005003692 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/Makefile' (61,111) at 20240405153054297 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5410-smdk5410.dts' (61,112) at 20240405153045569 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfcmp.c' (61,113) at 20210307214926334 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si21xx.c' (61,114) at 20240405153049297 2025-03-14 03:00:49.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb' (61,115) at 20241206090014270 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/allegro-core.c' (61,116) at 20241211090145449 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-requests_2.32.3.bb' (61,117) at 20241206090014330 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctucan_core.h' (61,118) at 20221215040039126 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/speed.c' (61,119) at 20210308005002800 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lz4.c' (61,120) at 20210308005003708 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/arptable_filter.c' (61,121) at 20240405153053253 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/Kconfig' (61,122) at 20210308005002852 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/dovecot.socket' (61,123) at 20210307205553838 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-lantiq.c' (61,124) at 20210307214926282 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/gc.c' (61,125) at 20220525020654963 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/273.out' (61,126) at 20240326080039734 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv50.c' (61,127) at 20210307214927930 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/qdev-monitor.c' (61,128) at 20241211090212462 2025-03-14 03:00:49.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/installer/qemu-ga.wxs' (61,129) at 20230426080043840 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm281xx.c' (61,130) at 20240405153046773 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_service_parser.cpp' (61,131) at 20240723080028240 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-io.rst' (61,132) at 20210307214925222 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_network.h' (61,133) at 20210307214932742 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/stacktrace.h' (61,134) at 20210307214926246 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv4/nf_reject.h' (61,135) at 20220525020654643 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/core.h' (61,136) at 20240405153050121 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c' (61,137) at 20240405153049981 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/sta.h' (61,138) at 20240405153050709 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/conf/multilib-example.conf' (61,139) at 20210812000025294 to deleted uid set 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/thunderx-88xx.dtsi' (61,140) at 20210308005002632 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_acct.h' (61,141) at 20210307214931646 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_common.c' (61,142) at 20210309003650372 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/commands.py' (61,143) at 20240906080037444 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_maven.h' (61,144) at 20210307214930918 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/images/core-image-sato-sdk.bb' (61,145) at 20241221090017692 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/renesas-nand-controller.c' (61,146) at 20240405153049701 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_mem.c' (61,147) at 20240405153050341 2025-03-14 03:00:49.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/task_size_32.h' (61,148) at 20210307214926394 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/ppp_synctty.c' (61,149) at 20240405153231083 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/irq.h' (61,150) at 20210307214926226 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/Makefile' (61,151) at 20210307214929966 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/sys_proto.h' (61,152) at 20210308005002656 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sti/Kconfig' (61,153) at 20240405153045689 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-tests.inc' (61,154) at 20220125040024479 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/rpc_defconfig' (61,155) at 20240405153045617 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/Kconfig' (61,156) at 20210308005002992 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/mips16e_translate.c.inc' (61,157) at 20241211090212494 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb' (61,158) at 20230401080011975 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_entry.cpp' (61,159) at 20230222020925387 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb' (61,160) at 20230131040012023 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/sriov.h' (61,161) at 20240405153050293 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trace-event.h' (61,162) at 20240405153054209 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/tishift.S' (61,163) at 20240405153230087 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron-failure@.service' (61,164) at 20241029080011443 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/LICENSE' (61,165) at 20210307205553666 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray-pcie.dtsi' (61,166) at 20240405153229919 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt5033-regulator.c' (61,167) at 20240405153051473 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ftgpio010.c' (61,168) at 20240405153230303 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/Makefile' (61,169) at 20210307214929306 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/asn1_encoder.h' (61,170) at 20220525020654551 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sk_assign_libbpf.c' (61,171) at 20240405153054277 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/159' (61,172) at 20210927100127489 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xdp_umem.h' (61,173) at 20210309003654508 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/qemu-seccomp.c' (61,174) at 20241211090212462 2025-03-14 03:00:49.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h' (61,175) at 20210308005003604 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/cxl/index.rst' (61,176) at 20220525020651718 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/spapr_vty.c' (61,177) at 20240906080037208 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/Kconfig' (61,178) at 20240405153231691 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/sha1.h' (61,179) at 20210308005003688 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/Makefile' (61,180) at 20210308005002844 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.3.rst' (61,181) at 20241221090017592 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/kaslr-booke32.rst' (61,182) at 20220525020651750 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/jsm/Makefile' (61,183) at 20210307214930750 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm946es/start.S' (61,184) at 20210308005002552 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-av-audio.c' (61,185) at 20240405153049353 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/omap-iommu.c' (61,186) at 20240405153049189 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_arc0_acp_eng_regs.h' (61,187) at 20240405153046581 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ivb.asm' (61,188) at 20210307214927826 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-read.rst' (61,189) at 20220525020651782 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c' (61,190) at 20240405153048693 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-vyasa.dts' (61,191) at 20210308005002608 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/Makefile' (61,192) at 20210308005003488 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/syscon_sandbox.c' (61,193) at 20210308005003400 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-gcm-glue.c' (61,194) at 20240405153045849 2025-03-14 03:00:49.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.h' (61,195) at 20240405153047297 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Bonnell/bios_attrs.json' (61,196) at 20241111090035282 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_bridge.h' (61,197) at 20210307214931566 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/mock_ethernet_interface.hpp' (61,198) at 20230927080031539 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cutils.c' (61,199) at 20241211090212558 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc1_rtr_regs.h' (61,200) at 20240405153046605 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_fs_sb.h' (61,201) at 20241018080014566 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gumhojden' (61,202) at 20210307205553782 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c' (61,203) at 20240405153048645 2025-03-14 03:00:49.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml' (61,204) at 20240405153045121 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ibmveth.c' (61,205) at 20240405153049965 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun20i-d1-r-ccu.h' (61,206) at 20240405153231795 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/Makefile' (61,207) at 20240405153045825 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/namei.c' (61,208) at 20241111090012141 to deleted uid set 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/atomics.c' (61,209) at 20230925080040097 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stordalen' (61,210) at 20210307205553790 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_omnia/MAINTAINERS' (61,211) at 20210308005002904 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/backref.c' (61,212) at 20241011080017351 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/vmalloc.h' (61,213) at 20210307214925670 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_backup.h' (61,214) at 20230426080043752 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_stat.c' (61,215) at 20240405153047213 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_pasid.c' (61,216) at 20240405153047185 2025-03-14 03:00:49.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cirrus/ep93xx_eth.c' (61,217) at 20240405153049889 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_overlay.c' (61,218) at 20240405153053445 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr-be' (61,219) at 20210308005046145 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/uaccess.c' (61,220) at 20210307214926114 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch' (61,221) at 20230401080011931 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/test_soc/cpu/uncore.json' (61,222) at 20240405153054117 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/p1010rdb.c' (61,223) at 20240405153230051 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/uboot.py' (61,224) at 20241221090017632 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/real2.S' (61,225) at 20240405153046077 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_gem_device.c' (61,226) at 20240405153230579 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.7.0.bb' (61,227) at 20240301090012439 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfsd/export.h' (61,228) at 20241211090145521 to deleted uid set 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-HawkesBayNapier' (61,229) at 20210307205553778 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/processor.h' (61,230) at 20240326080039550 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_xfrm.c' (61,231) at 20240405153232063 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp.h' (61,232) at 20240405153048541 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c' (61,233) at 20220525020653479 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/net/bpf_jit.h' (61,234) at 20240405153045949 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M53017EVB.h' (61,235) at 20210308005003576 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c' (61,236) at 20240405153048889 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mvebu-gicp.c' (61,237) at 20240405153049201 2025-03-14 03:00:49.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/path.py' (61,238) at 20240618080045405 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/atlx.h' (61,239) at 20210307214929310 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast2400.c' (61,240) at 20241211090212246 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/error.c' (61,241) at 20230426080043964 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_auxless.c' (61,242) at 20240405153047297 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/infrastructure.rst' (61,243) at 20240405153229803 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/hdspm.h' (61,244) at 20240405153052949 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch' (61,245) at 20210307205553894 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/parse_vdso.c' (61,246) at 20241211090145577 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/changesets.rst' (61,247) at 20240405153045293 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-priv.h' (61,248) at 20240405153049265 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc' (61,249) at 20240301090012451 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/meson.build' (61,250) at 20240920080018291 to deleted uid set 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8020.dtsi' (61,251) at 20210307214926022 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/system_info.h' (61,252) at 20210307214925854 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/0002-Fix-building-with-libc.patch' (61,253) at 20210307205553962 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb' (61,254) at 20241221090017532 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/slpd-lite/.clang-format' (61,255) at 20241220090040759 to deleted uid set 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/irq.h' (61,256) at 20210307214926594 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/input/input.h' (61,257) at 20210308005003636 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/nic_common.h' (61,258) at 20240405153050293 2025-03-14 03:00:49.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,armv7m-systick.yaml' (61,259) at 20240405153045177 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/README' (61,260) at 20210308005003072 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/vexpress.rst' (61,261) at 20240326080039406 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-cxl' (61,262) at 20240405153229731 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/bcm2835.c' (61,263) at 20240405153051937 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/COPYING.apache-2.0' (61,264) at 20210307205554054 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/reset_button.cpp' (61,265) at 20220622030021581 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/generate-tar' (61,266) at 20240731080017594 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32f205_soc.h' (61,267) at 20240326080039534 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/machine/x11spi.conf' (61,268) at 20230927080013514 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_sandbox.c' (61,269) at 20210308005003348 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/Kconfig' (61,270) at 20210307214931058 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/Makefile' (61,271) at 20210308005003360 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/group.c' (61,272) at 20210307214932186 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb' (61,273) at 20241221090017516 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-trace.c' (61,274) at 20220525020654243 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/bq24735-charger.h' (61,275) at 20210307214931486 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/panel.txt' (61,276) at 20210307214925310 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/Kconfig' (61,277) at 20241211090212202 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6125.dtsi' (61,278) at 20240405153229955 to deleted uid set 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-chiliboard.dts' (61,279) at 20240405153045589 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ap.h' (61,280) at 20210308005002668 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ras.h' (61,281) at 20210307214931494 2025-03-14 03:00:49.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sgtl5000.h' (61,282) at 20220804100016144 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/conf_space_quirks.h' (61,283) at 20240405153231603 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/riscv_pmu.c' (61,284) at 20240411080014122 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/in6.h' (61,285) at 20240405153231871 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bitbake.rst' (61,286) at 20210420000021574 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c' (61,287) at 20210308005003364 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_opcode.h' (61,288) at 20240405153049113 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/fsl-mc/Kconfig' (61,289) at 20240405153052161 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dts' (61,290) at 20240405153045769 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trans_dquot.c' (61,291) at 20240405153052609 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control_legacy.c' (61,292) at 20230809080010799 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-medion-x10.c' (61,293) at 20210307214928782 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_counters.c' (61,294) at 20240405153231051 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz' (61,295) at 20210307205554590 to deleted uid set 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/helper.c' (61,296) at 20240405153050117 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/virtio_gpu-none-fails.txt' (61,297) at 20240405153230531 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-yaml-group-priority.cpp' (61,298) at 20240828080025979 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/reset.c' (61,299) at 20210308005002712 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/get_flash_info_v2.c' (61,300) at 20210308005108641 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/capabilities.h' (61,301) at 20240405153230135 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_phy.c' (61,302) at 20240405153050593 2025-03-14 03:00:49.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/8255.c' (61,303) at 20240405153046885 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/BootSettings.vue' (61,304) at 20241004080035967 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/spl.c' (61,305) at 20210308005002708 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore.dts' (61,306) at 20210308005002584 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp.dtsi' (61,307) at 20210308005002580 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/README.md' (61,308) at 20240618080025497 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_skbmod.h' (61,309) at 20240405153052941 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/erofs.rst' (61,310) at 20240405153229807 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_c_st.c' (61,311) at 20210307214931982 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armsse-cpuid.c' (61,312) at 20210927100127149 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscall_nr.h' (61,313) at 20210308005046085 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1275.rst' (61,314) at 20220525020651734 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/phosphor-logging.wrap' (61,315) at 20220331030041643 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm63xx.c' (61,316) at 20240405153046773 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/Makefile' (61,317) at 20240405153231351 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sk_lookup_kern.c' (61,318) at 20240405153054277 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-flow.png' (61,319) at 20210307205554302 to deleted uid set 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/processor.h' (61,320) at 20210308005002880 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/sta.c' (61,321) at 20240405153050517 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/iterators/README' (61,322) at 20240405153052981 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy28-89.0W' (61,323) at 20210307205553762 2025-03-14 03:00:49.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_2d_sensor.h' (61,324) at 20210307214928494 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend' (61,325) at 20241206090014218 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci.h' (61,326) at 20210308005003676 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/uncore-other.json' (61,327) at 20240405153054137 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/pgalloc.h' (61,328) at 20220525020651802 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/Kconfig' (61,329) at 20240405153053981 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qdev-device-use.txt' (61,330) at 20230426080043664 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-gpio.h' (61,331) at 20210307214928698 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bmips/setup.c' (61,332) at 20240628080013977 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/m920x.h' (61,333) at 20210307214928822 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/Kconfig' (61,334) at 20210309003653004 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/test_utils.hpp' (61,335) at 20240817080031296 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet97fv2_defconfig' (61,336) at 20210308005003260 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/nxp,sja1000.yaml' (61,337) at 20240405153045117 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/ppcstring.S' (61,338) at 20210308005002840 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/apic/ipi.c' (61,339) at 20240405153230119 to deleted uid set 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-sc27xx-bltc.txt' (61,340) at 20210307214925346 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/trace.h' (61,341) at 20240405153050533 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-tch-tu16.rst' (61,342) at 20210309003648500 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/krill/krill_0.12.3.bb' (61,343) at 20241221090017580 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_overlay.c' (61,344) at 20210308005003764 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx51-pinctrl.txt' (61,345) at 20210307214925394 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/imap-2007f-format-security.patch' (61,346) at 20210307205553906 2025-03-14 03:00:49.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/Makefile' (61,347) at 20240405153046949 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/data.py' (61,348) at 20210307205554434 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/text_files.rst' (61,349) at 20240405153229747 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/cpu-topology.c' (61,350) at 20241211090212326 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.7.1.bb' (61,351) at 20231126090012781 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ath79_defconfig' (61,352) at 20240405153230007 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_stream.h' (61,353) at 20210309003654200 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml' (61,354) at 20240405153045161 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/link.c' (61,355) at 20240405153231199 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/project.html' (61,356) at 20220402030016107 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_entry.hpp' (61,357) at 20221017030028079 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/Kconfig' (61,358) at 20240405153229991 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_av1_filmgrain.c' (61,359) at 20240405153049493 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlb-urb.c' (61,360) at 20210307214926574 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7744-iwg20d-q7-dbcm-ca.dts' (61,361) at 20240405153045553 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/dump_flash.cpp' (61,362) at 20210308005108645 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-pri.h' (61,363) at 20240405153049125 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mei/iamt.rst' (61,364) at 20210307214925466 2025-03-14 03:00:49.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/msi.c' (61,365) at 20240405153046225 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_1_sh_mask.h' (61,366) at 20220525020652662 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm-sysfs.c' (61,367) at 20240405153046761 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgfortran.inc' (61,368) at 20241221090017660 to deleted uid set 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lae.c' (61,369) at 20240906080037580 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/vrm.sh' (61,370) at 20210307205553694 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-clk.h' (61,371) at 20240405153053965 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/util.hpp' (61,372) at 20210308005405926 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-iostat.txt' (61,373) at 20220525020655131 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/alc5623.c' (61,374) at 20240405153053565 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160-v4l.c' (61,375) at 20240405153049573 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-glk-flakes.txt' (61,376) at 20240405153230531 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/ioremap.c' (61,377) at 20240405153229863 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pcie_ssd_retimer.json' (61,378) at 20220601030005869 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/0001-lmon16g.c-Adjust-system-headers.patch' (61,379) at 20230706080014757 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/sve.json' (61,380) at 20220525020655143 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-cps.c' (61,381) at 20210307214927062 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dccg.h' (61,382) at 20220525020652510 2025-03-14 03:00:49.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/autoload.c' (61,383) at 20210309003655976 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/core.c' (61,384) at 20240405153232011 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx50-evk.dts' (61,385) at 20240405153229883 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_reg.h' (61,386) at 20240726080012854 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lag.h' (61,387) at 20240405153230971 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ethernet-phy.yaml' (61,388) at 20240405153229779 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/stdio.c' (61,389) at 20210308005003232 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-xp.dtsi' (61,390) at 20240405153045445 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/ifile.c' (61,391) at 20240712080021089 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/freeze-dev.cfg' (61,392) at 20210307214932618 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/Makefile.target' (61,393) at 20240405153053429 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/callchain_64.c' (61,394) at 20220525020652070 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cacheinfo.c' (61,395) at 20220525020652002 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/run-ptest' (61,396) at 20210307205554558 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/io/dma-contiguous/arch-support.txt' (61,397) at 20240405153045197 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/mem_alignment.rst' (61,398) at 20240405153044973 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,vf610-pinctrl.txt' (61,399) at 20210307214925394 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/gbs-ipmid-whitelist.conf' (61,400) at 20210307205554086 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mpc.yaml' (61,401) at 20240405153045065 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/efi_secret/Makefile' (61,402) at 20240405153052229 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fdi.h' (61,403) at 20240405153048453 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ax25/ax25_dev.c' (61,404) at 20240624080012824 to deleted uid set 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_power.h' (61,405) at 20240405153230551 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8064.yaml' (61,406) at 20240405153045025 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c' (61,407) at 20210308005002904 2025-03-14 03:00:49.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/alternative-asm.h' (61,408) at 20240405153046273 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/3.Early-stage.rst' (61,409) at 20240405153045273 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/virtio_transport.c' (61,410) at 20240411080014154 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml' (61,411) at 20240405153229771 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/events_stats.h' (61,412) at 20240405153054189 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/diagnose.py' (61,413) at 20241206090014290 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gce/mediatek,mt6795-gce.h' (61,414) at 20240405153052649 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/poly_tan.c' (61,415) at 20210307214926730 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cpuidle.h' (61,416) at 20240405153045853 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch' (61,417) at 20230706080014753 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max1241.yaml' (61,418) at 20240405153045069 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/init' (61,419) at 20230210040014334 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mctp.h' (61,420) at 20220525020654671 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/status_led.h' (61,421) at 20210308005003684 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts' (61,422) at 20240405153229919 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/gf100.fuc3.h' (61,423) at 20210307214927922 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/fsl-mc-uapi.c' (61,424) at 20220525020652286 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es7241.c' (61,425) at 20240405153053613 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c' (61,426) at 20240405153048661 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb' (61,427) at 20241221090017660 to deleted uid set 2025-03-14 03:00:49.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/buildinfohelper.py' (61,428) at 20241206090014290 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_pnet.c' (61,429) at 20241216090017797 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/mac.h' (61,430) at 20210307214929894 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.c' (61,431) at 20240405153047249 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/doorbell.c' (61,432) at 20240405153049081 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-snapgear.c' (61,433) at 20210307214926546 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/FileHandle.hpp' (61,434) at 20230614080004770 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/gdbstub.c' (61,435) at 20241211090212494 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz' (61,436) at 20210307205554590 to deleted uid set 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server.init' (61,437) at 20210307205554122 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_tc.h' (61,438) at 20240405153050177 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/rf.c' (61,439) at 20210309003651812 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__schedule_from.hpp' (61,440) at 20241219090033964 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-6a.inc' (61,441) at 20240301090012451 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_osm.c' (61,442) at 20240405153051553 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/core827d.c' (61,443) at 20210307214927898 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-colibri-eval-v3.dts' (61,444) at 20240405153229879 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h' (61,445) at 20220525020653723 2025-03-14 03:00:49.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53679@70.conf' (61,446) at 20240904080027738 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/vdso.c' (61,447) at 20240405153054213 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bcm4908_enet.c' (61,448) at 20240405153049821 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-string-input-visitor.c' (61,449) at 20221215040039394 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/utility/timer.hpp' (61,450) at 20230511080043139 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-reg-bits.h' (61,451) at 20230925080040073 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/Makefile' (61,452) at 20240613080016371 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/arc/aux.h' (61,453) at 20210309003653972 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/sdbus.cpp' (61,454) at 20210308005049761 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/ntf.c' (61,455) at 20240405153053345 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/IdlePowerSaver/meson.build' (61,456) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/Kconfig' (61,457) at 20240405153053433 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.h' (61,458) at 20220525020652823 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/trigger_manager.hpp' (61,459) at 20220725100036488 to deleted uid set 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ioprio.h' (61,460) at 20240405153052925 2025-03-14 03:00:49.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8953.yaml' (61,461) at 20240405153045025 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/t4.h' (61,462) at 20220525020653127 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stih410-b2260.h' (61,463) at 20210308005003616 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r2el_defconfig' (61,464) at 20210308005003252 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/other.json' (61,465) at 20240405153054145 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ethernut5_defconfig' (61,466) at 20210308005003256 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_startimage_exit.c' (61,467) at 20210308005003704 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Settings/meson.build' (61,468) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/svga.rst' (61,469) at 20210309003648292 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/reset.c' (61,470) at 20210308005002548 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-digicolor.c' (61,471) at 20240405153049193 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-holtekff.c' (61,472) at 20210307214928090 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.interface.yaml' (61,473) at 20241120090018888 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/LINGUAS' (61,474) at 20221215040039254 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.c' (61,475) at 20241011080017323 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Raahe_Piehinki' (61,476) at 20210307205553774 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rx4581.c' (61,477) at 20210307214930222 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-urb.c' (61,478) at 20210307214928822 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/decompressor.h' (61,479) at 20240405153052537 2025-03-14 03:00:49.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a0_defconfig' (61,480) at 20210308005003256 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/qce/sha.c' (61,481) at 20240405153046965 to deleted uid set 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/in_route.h' (61,482) at 20210307214931638 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx6dl-pinctrl.txt' (61,483) at 20210307214925394 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/fw-download.c' (61,484) at 20210307214930514 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callout.cpp' (61,485) at 20240820080027370 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/Makefile' (61,486) at 20210308005002796 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/copy_user.S' (61,487) at 20240405153229855 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/README.sandbox' (61,488) at 20210308005003044 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/secomx6quq7.h' (61,489) at 20210308005003616 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cfctrl.h' (61,490) at 20210307214931554 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/bcm_udc_otg.h' (61,491) at 20210308005003504 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/MAINTAINERS' (61,492) at 20210308005003068 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm1136_defconfig' (61,493) at 20210308005003260 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bad_inode.c' (61,494) at 20240405153231611 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/MAINTAINERS' (61,495) at 20210308005003012 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb' (61,496) at 20231011080016578 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8080.dtsi' (61,497) at 20210307214926022 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-firmware.c' (61,498) at 20210307214928698 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-leds.c' (61,499) at 20210307214928466 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/af_unix/test_unix_oob.c' (61,500) at 20240405153054333 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DL-DE-ZERO-2.0' (61,501) at 20241221090017616 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/40x/klondike_defconfig' (61,502) at 20240405153230027 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c' (61,503) at 20240405153230919 2025-03-14 03:00:49.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/sgy_cts1000.c' (61,504) at 20240405153046201 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/input.rst' (61,505) at 20220525020651722 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_fdt.h' (61,506) at 20241211090145537 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/protocol_yfs.h' (61,507) at 20220525020654343 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' (61,508) at 20230925080040089 to deleted uid set 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_insert.S' (61,509) at 20240326080039746 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer/run-ptest' (61,510) at 20241221090017560 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/witherspoon/ucd90160.yaml' (61,511) at 20210307205553710 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/dbell.c' (61,512) at 20240405153046137 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-arm.h' (61,513) at 20240405153232211 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rtc-lib.c' (61,514) at 20210308005003480 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/kernel-enforcement-statement.rst' (61,515) at 20210307214925582 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_hier_gre_key.sh' (61,516) at 20210307214932686 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/mmu/sh_mmu_mrfld.h' (61,517) at 20210307214930530 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (61,518) at 20241219090012976 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_link_encoder.c' (61,519) at 20240405153047245 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/OGPL' (61,520) at 20210307205553866 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1305.c' (61,521) at 20240405153232155 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-pbkdf.c' (61,522) at 20241211090212554 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LXR0.interface.yaml' (61,523) at 20220315030032659 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/Makefile' (61,524) at 20240405153050169 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/sdram_elpida.c' (61,525) at 20210308005002760 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/phosphor-dbus-interfaces.wrap' (61,526) at 20220409030025463 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/Kconfig' (61,527) at 20210308005002976 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/static-checks.yml' (61,528) at 20240405153230527 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/qt202x_phy.c' (61,529) at 20210307214929618 2025-03-14 03:00:49.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-r88.dts' (61,530) at 20240405153045817 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int3401_thermal.c' (61,531) at 20240405153231499 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040_pbi.cfg' (61,532) at 20210308005002992 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa.h' (61,533) at 20240405153231391 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/stm32/stm32-crc32.c' (61,534) at 20240405153230271 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/gru_instructions.h' (61,535) at 20210307214929174 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/encode_pp.def' (61,536) at 20230925080040021 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_default.h' (61,537) at 20210307214927690 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/h264.c' (61,538) at 20240405153049421 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern6.c' (61,539) at 20210309003655984 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/usb-cardlist.rst' (61,540) at 20240405153044957 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/Kbuild' (61,541) at 20210307214927962 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-msm8974.h' (61,542) at 20210307214931350 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs2.dtsi' (61,543) at 20210308005002632 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-filter-mirror.c' (61,544) at 20240326080039738 2025-03-14 03:00:49.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_iblock.h' (61,545) at 20220525020654203 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/sockbits.h' (61,546) at 20210308005046069 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-gpio.c' (61,547) at 20240405153048901 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/donnot-extract-gdb-during-do-compile.patch' (61,548) at 20230401080011939 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_benchmark.c' (61,549) at 20240405153230583 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/ERST.acpierst' (61,550) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/Makefile' (61,551) at 20240405153050509 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/pvpanic-mmio.txt' (61,552) at 20210307214925366 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/.gitignore' (61,553) at 20210307214926318 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_core.h' (61,554) at 20240405153230203 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ens1371.c' (61,555) at 20210307214932250 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/async_tx.h' (61,556) at 20210307214926370 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sparc/Build' (61,557) at 20210307214932518 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/gov_user_space.c' (61,558) at 20240405153051973 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/Kconfig' (61,559) at 20240405153049381 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/isdn/capilli.h' (61,560) at 20210307214931410 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/cacheflush.c' (61,561) at 20240405153229991 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/config.mk' (61,562) at 20210308005002540 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi' (61,563) at 20240405153045717 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/MAINTAINERS' (61,564) at 20210308005003032 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/lola_clock.c' (61,565) at 20220525020655007 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/distrodata.py' (61,566) at 20241221090017632 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.h' (61,567) at 20240405153047257 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq9574-tlmm.yaml' (61,568) at 20240405153045137 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/sysfs.hpp' (61,569) at 20240801080023488 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/IdlePowerSaver.interface.yaml' (61,570) at 20221207040023627 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/dcn301_smu.h' (61,571) at 20220525020652494 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/rockchip,vop2.h' (61,572) at 20240405153052653 2025-03-14 03:00:49.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/concurrencytest.py' (61,573) at 20231014080011731 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpuidle-imx6sx.c' (61,574) at 20240405153045649 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd-init.sh' (61,575) at 20210307205554118 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb' (61,576) at 20241206090014270 to deleted uid set 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/CFLIST' (61,577) at 20220525020655231 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/8250/8250_port.c' (61,578) at 20240405153231511 to deleted uid set 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kasan_def.h' (61,579) at 20220525020651878 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/secureedge5410.h' (61,580) at 20210307214926558 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/netlink.h' (61,581) at 20210307214929726 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/testmode.c' (61,582) at 20240405153231235 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control.bb' (61,583) at 20241206090014230 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lcd.dtsi' (61,584) at 20240405153045521 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb' (61,585) at 20241221090017636 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistryFileCollection.json' (61,586) at 20240619080002948 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/juli.c' (61,587) at 20240405153232135 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/gre_multipath.sh' (61,588) at 20210307214932686 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_mbox.h' (61,589) at 20220525020654039 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/msc01_pci.h' (61,590) at 20210307214926226 2025-03-14 03:00:49.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_amd.c' (61,591) at 20210307214929226 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/245.out' (61,592) at 20230925080040089 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_dmm_tiler.h' (61,593) at 20240405153048677 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt.c' (61,594) at 20240405153049285 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/mach64_ct.c' (61,595) at 20240405153052181 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crc64_rocksoft_generic.c' (61,596) at 20240405153046533 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdatetime_5.0.0.bb' (61,597) at 20240413080012663 to deleted uid set 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner-crates.inc' (61,598) at 20241221090017524 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/redundancy.hpp' (61,599) at 20221209040003858 to deleted uid set 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/HW_CI' (61,600) at 20220429100025221 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml' (61,601) at 20240405153045065 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/configure.ac' (61,602) at 20240618080003025 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_phy.c' (61,603) at 20240405153230595 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb' (61,604) at 20241221090017472 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lkdtm/stack-entropy.sh' (61,605) at 20240405153054325 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mcp320x.c' (61,606) at 20240405153048957 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/serial_scc.c' (61,607) at 20210308005002832 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v11_0.h' (61,608) at 20210307214927226 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/Kconfig' (61,609) at 20240405153049725 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ir35221.c' (61,610) at 20241211090212294 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/interrupts.c' (61,611) at 20210308005002848 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/lpc32xx-key.txt' (61,612) at 20210307214925338 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/uim_1.8.9.bb' (61,613) at 20241221090017544 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-gpio-log@.service' (61,614) at 20240416080012246 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/manpage-suppress-sp.xsl' (61,615) at 20210307214932510 2025-03-14 03:00:49.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/Makefile' (61,616) at 20210308005002944 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8536ds.dts' (61,617) at 20210307214926342 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-zynqmp-gqspi.c' (61,618) at 20241211090145493 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/Makefile' (61,619) at 20210308005003076 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/phosphor-logging.wrap' (61,620) at 20230714080032711 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/machine.h' (61,621) at 20240405153054197 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cursor.h' (61,622) at 20220525020652867 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_dbgfs.c' (61,623) at 20241211090145405 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_combo_phy.c' (61,624) at 20240405153230543 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/sm501.rst' (61,625) at 20210307214925478 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/compiler.h' (61,626) at 20240405153054389 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockopt_qos_to_cc.c' (61,627) at 20240405153054261 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-dpaa' (61,628) at 20210308005003292 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/nic0_qm_arc_aux0_regs.h' (61,629) at 20240405153046597 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/rdev-ops.h' (61,630) at 20240726080012878 2025-03-14 03:00:49.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/error-printf.c' (61,631) at 20221215040039274 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/gl860-ov9655.c' (61,632) at 20240405153049565 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/ptdump.c' (61,633) at 20240405153046189 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/reclaim.rst' (61,634) at 20240405153045285 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hp_x360_helper.c' (61,635) at 20210307214932254 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-stm32-lp.c' (61,636) at 20240405153046881 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/kasan_init.c' (61,637) at 20240405153046513 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/doc/initrd.txt' (61,638) at 20210309003656016 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/eth.c' (61,639) at 20210308005002968 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_monitor.hpp' (61,640) at 20240830080017491 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/veth.sh' (61,641) at 20240405153232283 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/.gitignore' (61,642) at 20240405153053077 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/meson.build' (61,643) at 20241211090212290 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/xgene-hwmon.c' (61,644) at 20240405153048885 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_qb.c' (61,645) at 20210308005046505 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi' (61,646) at 20240405153229971 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/ti-am437x-vpfe.txt' (61,647) at 20210307214925354 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk322x.c' (61,648) at 20210308005003476 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_hook.c' (61,649) at 20240405153053329 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra20_slink.c' (61,650) at 20210308005003496 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Orebro_Lockhyttan' (61,651) at 20210307205553790 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-stm32' (61,652) at 20210309003648252 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/r7s72100-pinctrl.h' (61,653) at 20210307214931342 2025-03-14 03:00:49.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/index.rst' (61,654) at 20210307214925510 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/defines.h' (61,655) at 20210307214929430 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/at91rm9200_wdt.c' (61,656) at 20240405153231599 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/dra7xx_iodelay.c' (61,657) at 20210308005002760 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_pci.c' (61,658) at 20240405153230059 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/qdio_debug.c' (61,659) at 20240405153051521 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/firmware.scss' (61,660) at 20210308005107077 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/map_symbol.h' (61,661) at 20240405153054197 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/scan.h' (61,662) at 20210307214929866 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds_qixis.h' (61,663) at 20210308005002964 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6ul-clock.h' (61,664) at 20210308005003632 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml' (61,665) at 20240405153045109 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/0003-only-make-one-reference-to-env.patch' (61,666) at 20210528000029695 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/dma-mapping.h' (61,667) at 20210308005002672 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/setup.c' (61,668) at 20240405153046513 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rbtree_types.h' (61,669) at 20220525020654607 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd_%.bbappend' (61,670) at 20241221090017472 2025-03-14 03:00:49.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/hg.py' (61,671) at 20231126090012809 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_crt.c' (61,672) at 20240405153230547 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-uncompress.c' (61,673) at 20240405153049573 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/Makefile' (61,674) at 20210308005003040 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/lsxl.h' (61,675) at 20210308005002944 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max7300.c' (61,676) at 20240405153047077 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/vio.c' (61,677) at 20240405153046329 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-g-frame-interval.rst' (61,678) at 20240405153045325 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/pcm.h' (61,679) at 20240405153054029 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features_def.h' (61,680) at 20210308005046333 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/files/fb-common-functions' (61,681) at 20240827080011054 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-libs.patch' (61,682) at 20210905000020557 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/espi.h' (61,683) at 20240405153049861 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/fpu.h' (61,684) at 20240405153045345 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lpc18xx-sct.c' (61,685) at 20240405153231359 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.h' (61,686) at 20240405153049473 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/st_pressure_i2c.c' (61,687) at 20240405153049009 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ppc_save_regs.S' (61,688) at 20240405153046145 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/rdma_core.h' (61,689) at 20210307214928378 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/Kconfig' (61,690) at 20210309003651496 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes.txt' (61,691) at 20210307205553690 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch' (61,692) at 20241206090014334 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb' (61,693) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65912-spi.c' (61,694) at 20240405153049621 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ci20.dts' (61,695) at 20210308005002812 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fsi.c' (61,696) at 20210308005003212 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/sdp4430_mux_data.h' (61,697) at 20210308005003080 2025-03-14 03:00:49.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/Makefile' (61,698) at 20210307214926538 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/breakpoints/breakpoint_test.c' (61,699) at 20210307214932662 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gsc_hwmon.h' (61,700) at 20240405153052769 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dts' (61,701) at 20240405153229927 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mediatek/Kconfig' (61,702) at 20220627100016922 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/p2p.c' (61,703) at 20220525020653707 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-msdc.c' (61,704) at 20240405153230215 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-aspeed/platsmp.c' (61,705) at 20210307214925870 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_pkttype.c' (61,706) at 20210307214931894 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/iucv/Kconfig' (61,707) at 20210307214931974 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/msg.c' (61,708) at 20240520080015231 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/StatusIcon.spec.js' (61,709) at 20241004080035975 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/clc37e.h' (61,710) at 20210309003649824 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/spl_gen5.c' (61,711) at 20210308005002780 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cma.h' (61,712) at 20240405153052669 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-apl-flakes.txt' (61,713) at 20240405153230531 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/ibm_rtl.c' (61,714) at 20240405153051405 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/armv7m.h' (61,715) at 20240906080037328 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_sec_mon.c' (61,716) at 20210308005003400 2025-03-14 03:00:49.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/mgmt_util.c' (61,717) at 20240405153053189 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/parallel-display.c' (61,718) at 20240405153230579 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/cistpl.c' (61,719) at 20220525020653855 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch' (61,720) at 20230706080014741 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/phase_fault_detection.hpp' (61,721) at 20240817080031296 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/macsec.h' (61,722) at 20240405153231819 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c' (61,723) at 20220525020654179 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/dallas,ds1390.txt' (61,724) at 20210307214925414 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_cpu.h' (61,725) at 20210308005046093 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/sf.h' (61,726) at 20220525020653587 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/net/meson.build' (61,727) at 20220914030033172 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/enforce-use-stl.patch' (61,728) at 20210307205553982 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-ortek.c' (61,729) at 20210307214928094 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nct6683.rst' (61,730) at 20220525020651738 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/barrier.h' (61,731) at 20240429080012456 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/clip.c' (61,732) at 20210307214931866 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/Makefile' (61,733) at 20210307214931918 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/dbus_interfaces_finder.hpp' (61,734) at 20240817080031288 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pipe_crc.c' (61,735) at 20240405153048457 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png' (61,736) at 20210307205554270 to deleted uid set 2025-03-14 03:00:49.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iova_bitmap.h' (61,737) at 20240405153052713 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/Kconfig' (61,738) at 20240405153048553 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.3.bb' (61,739) at 20231126090012805 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_api.c' (61,740) at 20240405153049893 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_dp_mst_helper_test.c' (61,741) at 20240405153230639 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/Makefile' (61,742) at 20210307214930998 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/head_64.S' (61,743) at 20210307214926542 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/sensorcommands.cpp' (61,744) at 20240920080007542 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/me.c' (61,745) at 20210308005002852 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ethtool_lanes.sh' (61,746) at 20220525020655207 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/sysfs.c' (61,747) at 20240405153049633 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_audio.c' (61,748) at 20240815080012899 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_gen5.c' (61,749) at 20210308005002780 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-trace-id.c' (61,750) at 20240405153048893 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.shellcheck-ignore' (61,751) at 20230629131804611 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5422-odroidxu3.dts' (61,752) at 20210308005002580 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h' (61,753) at 20210308005002664 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/Kconfig' (61,754) at 20210308005003024 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/ep88xc.dts' (61,755) at 20210307214926342 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/resource_dump_entry.cpp' (61,756) at 20230627080024910 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/libusb-header-path.patch' (61,757) at 20231011080016574 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_xsk.c' (61,758) at 20240405153050201 2025-03-14 03:00:49.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/ti.h' (61,759) at 20240405153052669 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/me-time-sync.sh' (61,760) at 20230415080012881 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/sve.json' (61,761) at 20240405153232227 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/reset.S' (61,762) at 20210308005002776 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/Kconfig' (61,763) at 20210308005002916 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/sev-guest-firmware.rst' (61,764) at 20220429100100422 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nvme' (61,765) at 20210308005003296 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/emu8000_callback.c' (61,766) at 20210307214932222 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/trace.h' (61,767) at 20220525020652270 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hdaudio_ext.h' (61,768) at 20240405153052885 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch' (61,769) at 20241221090017656 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_ttm.h' (61,770) at 20220525020653003 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_d.c' (61,771) at 20210308005046513 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_no_branch_test.c' (61,772) at 20240405153054361 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/batch.py' (61,773) at 20210307205554642 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/Makefile' (61,774) at 20240405153231283 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml' (61,775) at 20240405153229759 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/sprd,sc9860-pinctrl.txt' (61,776) at 20210307214925398 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml' (61,777) at 20240405153229763 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_ife.h' (61,778) at 20210307214931662 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vid-out.c' (61,779) at 20240913080013797 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/Makefile' (61,780) at 20240405153049385 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c' (61,781) at 20240405153231311 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/30-ubiattach-or-format' (61,782) at 20240229090011783 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.h' (61,783) at 20240405153049413 2025-03-14 03:00:49.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/parisc/include/uapi/asm/mman.h' (61,784) at 20240405153054033 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,jpgdecsys.txt' (61,785) at 20210307214925278 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_tproxy_ipv4.c' (61,786) at 20240613080016531 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/socket.h' (61,787) at 20210308005046093 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/stm32-lptimer-cnt.c' (61,788) at 20240405153046909 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karkkila' (61,789) at 20210307205553770 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/layer-overview.py' (61,790) at 20220804030014695 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/irq.h' (61,791) at 20210307214926222 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VINI.interface.yaml' (61,792) at 20240618080025497 to deleted uid set 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/bcm958742t.dts' (61,793) at 20210307214926010 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/phase.c' (61,794) at 20210307214932262 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/gui.py' (61,795) at 20210307205554642 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-powercap.c' (61,796) at 20240405153230055 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/sp-dev.h' (61,797) at 20240405153230259 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-isp1301.c' (61,798) at 20240405153052125 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES2_C-87.0W' (61,799) at 20210307205553762 2025-03-14 03:00:49.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.prettierignore' (61,800) at 20221216040019482 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c' (61,801) at 20240830080013279 to deleted uid set 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/fru_utils.hpp' (61,802) at 20240817080005379 to deleted uid set 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun7i-a20-ccu.h' (61,803) at 20210307214931334 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/meson.S' (61,804) at 20210309003648680 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ipmi.h' (61,805) at 20221215040039178 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-memory.c' (61,806) at 20241114091008828 to deleted uid set 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-ux500.c' (61,807) at 20220525020652370 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ioctl.c' (61,808) at 20240830080013267 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv2_clk_mgr.c' (61,809) at 20210307214927270 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/at91.h' (61,810) at 20210308005003636 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lpe_audio.h' (61,811) at 20240405153048457 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/dbus/file_notifier.hpp' (61,812) at 20240910080001398 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/Makefile' (61,813) at 20210307214926474 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_io.c' (61,814) at 20240405153049661 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts' (61,815) at 20240405153045393 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/taskstats.c' (61,816) at 20240405153053053 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/goldfish_pic.c' (61,817) at 20241211090212282 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/imx219.yaml' (61,818) at 20240405153045093 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/suspend-asm.S' (61,819) at 20210307214926454 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8377_wlan.dts' (61,820) at 20210307214926358 2025-03-14 03:00:49.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c' (61,821) at 20210307214928842 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/l2_cache.json' (61,822) at 20240405153232223 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/MAINTAINERS' (61,823) at 20210308005003032 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm.h' (61,824) at 20240405153045669 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_defconfig' (61,825) at 20210308005003284 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/index.c' (61,826) at 20240830080013323 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fp-exceptions.c' (61,827) at 20221215040039386 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/hi846.c' (61,828) at 20240405153049313 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hidraw/hid-example.c' (61,829) at 20220525020654935 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.1.rst' (61,830) at 20230114040015514 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/meson-mx-sdio.c' (61,831) at 20240405153230855 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.5.bb' (61,832) at 20241221090017684 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-util.h' (61,833) at 20240326080039546 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Namestovo' (61,834) at 20210307205553794 2025-03-14 03:00:49.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/sev_verify_cbit.S' (61,835) at 20220525020652170 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/amd_manager.c' (61,836) at 20240503080014494 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/Kconfig' (61,837) at 20210308005002820 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/ump_convert.c' (61,838) at 20240910080014102 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_codec.c' (61,839) at 20240405153053181 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/KASAN/arch-support.txt' (61,840) at 20240405153229807 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/piix4-poweroff.c' (61,841) at 20210307214930154 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (61,842) at 20241015080012039 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/wd_timer.c' (61,843) at 20210307214925930 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/hte/hte.rst' (61,844) at 20240405153045193 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/ia_css_pipe_binarydesc.h' (61,845) at 20240405153051829 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig' (61,846) at 20210308005003280 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Gdansk' (61,847) at 20210307205553778 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8mq-mipi-csi2.c' (61,848) at 20240405153230807 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_of.c' (61,849) at 20240405153051997 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb' (61,850) at 20220402030015895 to deleted uid set 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/.gitignore' (61,851) at 20210307214926534 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml' (61,852) at 20240405153045161 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/io_apic.c' (61,853) at 20241011080017291 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/.gitignore' (61,854) at 20240405153052981 2025-03-14 03:00:49.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/LICENSE' (61,855) at 20210308005046541 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-cpcap.txt' (61,856) at 20210307214925346 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/omapdss.h' (61,857) at 20241211090145417 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ContainerCollection.json' (61,858) at 20240619080002944 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/bufferiszero.c.inc' (61,859) at 20240906080037184 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kstrtox.h' (61,860) at 20220525020654579 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/0001-pyproject.toml-don-t-pin-dependency-versions.patch' (61,861) at 20241221090017556 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c' (61,862) at 20240405153231023 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-acodec-ctrl.c' (61,863) at 20240405153232187 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/Kconfig' (61,864) at 20240405153048813 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-wideband-receiver.rst' (61,865) at 20240405153045313 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/sama5_defconfig' (61,866) at 20240405153229907 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/setup.py' (61,867) at 20220728030041559 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sti/stih407-overview.rst' (61,868) at 20240405153044973 2025-03-14 03:00:49.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h' (61,869) at 20210307214930686 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_type.h' (61,870) at 20220525020653531 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt' (61,871) at 20210307214925414 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.12/oe-npm-cache' (61,872) at 20241221090017512 to deleted uid set 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/jump_label.c' (61,873) at 20241011080017379 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-mtrace.c' (61,874) at 20240405153054001 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98520.yaml' (61,875) at 20240405153045165 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_cpufreq_clamp.c' (61,876) at 20240405153049225 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Board.interface.yaml' (61,877) at 20210610000035126 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/wakeup.S' (61,878) at 20210308005002860 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oe/sbom30.py' (61,879) at 20241221090017628 to deleted uid set 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/time_utils_test.cpp' (61,880) at 20241212090003682 to deleted uid set 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/platform-quirks.c' (61,881) at 20240405153046433 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/Kconfig' (61,882) at 20240906080037528 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/elf.h' (61,883) at 20240405153229999 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/processor.h' (61,884) at 20210307214931486 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/stacktrace_map_raw_tp.c' (61,885) at 20240405153054261 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-mutex.h' (61,886) at 20210307214931806 2025-03-14 03:00:49.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/board.c' (61,887) at 20210308005002784 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_core.c' (61,888) at 20221128040017642 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_proc.c' (61,889) at 20220525020654999 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_delloem.h' (61,890) at 20210308004938820 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/feh/feh_3.10.3.bb' (61,891) at 20241221090017528 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuarm/machconfig' (61,892) at 20210307205554454 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/bios_table.hpp' (61,893) at 20240903080027139 to deleted uid set 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-octeontx2.inc' (61,894) at 20240301090012451 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_mman.h' (61,895) at 20230925080039941 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_qbman_base.h' (61,896) at 20210308005003648 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-pipe.c' (61,897) at 20221017030010210 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.json' (61,898) at 20210927100127469 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/kasan/init_32.c' (61,899) at 20240405153230047 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/oimm507b.c' (61,900) at 20240405153048613 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/batman_adv.h' (61,901) at 20220525020654663 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_codec.h' (61,902) at 20240405153053181 2025-03-14 03:00:49.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/unistd_64.h' (61,903) at 20241211090212374 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/xdp.h' (61,904) at 20240405153052861 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arosjokk' (61,905) at 20210307205553778 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial.h' (61,906) at 20240405153052793 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/exception.json' (61,907) at 20240405153054109 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_000_version.py' (61,908) at 20210308005003744 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts' (61,909) at 20240405153045713 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/car.S' (61,910) at 20210308005002852 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_text.c' (61,911) at 20240405153232075 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/fonts.c' (61,912) at 20240405153053085 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/wangxun/ngbe.rst' (61,913) at 20240405153045237 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/Kconfig' (61,914) at 20210309003651768 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/Makefile' (61,915) at 20240405153053061 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/smm_test.c' (61,916) at 20240405153054321 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/siphash.rst' (61,917) at 20240405153045257 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/conv-funcs.h' (61,918) at 20210308005003544 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (61,919) at 20241123090010951 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/config-scpback.json' (61,920) at 20210413100020746 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/virtio-9p.h' (61,921) at 20210308005045821 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/regmap.h' (61,922) at 20220525020654571 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/armada/marvell,dove-lcd.txt' (61,923) at 20210307214925302 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_resource.h' (61,924) at 20220429100100646 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-aster.dts' (61,925) at 20240405153045529 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_info_usernet.py' (61,926) at 20241211090212538 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_drm.h' (61,927) at 20240405153048361 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/lscsa_alloc.c' (61,928) at 20210307214926462 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/rc-protos.rst' (61,929) at 20240405153045313 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_join.sh' (61,930) at 20241023080012907 to deleted uid set 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca_function_calls.rst' (61,931) at 20210309003648476 2025-03-14 03:00:49.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/meson.build' (61,932) at 20220913030027317 to deleted uid set 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx215.dts' (61,933) at 20240405153045793 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/106.out' (61,934) at 20210308005046445 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb' (61,935) at 20230114040015550 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.linter-ignore' (61,936) at 20221208040033314 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_com_reg.h' (61,937) at 20240405153051925 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/ccn504.S' (61,938) at 20210308005002708 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/xen-9pfs.h' (61,939) at 20210308005045821 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.1.dts' (61,940) at 20240405153045709 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb' (61,941) at 20241206090014258 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gdbserver.py' (61,942) at 20230401080011967 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb' (61,943) at 20241206090014238 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/markdownlint.yaml' (61,944) at 20221213040016740 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/debug.h' (61,945) at 20220525020654495 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-isa-internal.h' (61,946) at 20210308005046373 2025-03-14 03:00:49.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdrom/cdrom.c' (61,947) at 20241104090011567 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/brcmstb-reboot.c' (61,948) at 20241011080017343 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc.c' (61,949) at 20220525020653699 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/manifest.c' (61,950) at 20210307214928086 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_w.c' (61,951) at 20210308005046525 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/local.conf.sample' (61,952) at 20241221090017484 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.h' (61,953) at 20210307214930554 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-sha512.c' (61,954) at 20220525020652390 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/fc/fc_gs.h' (61,955) at 20210307214931694 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/board-gx.c' (61,956) at 20210308005002752 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lis3lv02d/Kconfig' (61,957) at 20210307214929162 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-rpmsg.c' (61,958) at 20240405153053933 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/srccode.c' (61,959) at 20220525020655175 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bytes_action.hpp' (61,960) at 20240817080031292 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' (61,961) at 20230513080027506 to deleted uid set 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-info.1' (61,962) at 20210307214932614 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch' (61,963) at 20240302090018242 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-audio.c' (61,964) at 20220525020653315 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/firewire.h' (61,965) at 20240405153052845 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds' (61,966) at 20210308005002832 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/flash.cpp' (61,967) at 20230829080024455 to deleted uid set 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch' (61,968) at 20241221090017664 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration-helpers.c' (61,969) at 20241211090212546 2025-03-14 03:00:49.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu-param.h' (61,970) at 20240906080037472 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c' (61,971) at 20210307214927958 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/occ' (61,972) at 20240618080015077 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/com.ampere.Hardware.Chassis.Model.MtJade.json' (61,973) at 20240906080012375 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_features.sh' (61,974) at 20240405153054289 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-sriox-defs.h' (61,975) at 20210307214926238 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/subpage_prot.c' (61,976) at 20240405153046185 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/Makefile' (61,977) at 20240405153230275 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/3c509.c' (61,978) at 20240405153049769 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-font-common.inc' (61,979) at 20220823030015991 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/tlbex.h' (61,980) at 20210307214926246 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi' (61,981) at 20240405153045753 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig' (61,982) at 20220802100038577 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/2.Process.rst' (61,983) at 20240405153045297 2025-03-14 03:00:49.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/namei.c' (61,984) at 20240405153231603 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/066' (61,985) at 20240906080037564 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/process.c' (61,986) at 20240405153229863 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/.gitignore' (61,987) at 20210308005003744 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/mem.c' (61,988) at 20220525020653127 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml' (61,989) at 20240618080025501 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/common.h' (61,990) at 20210308005002944 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9055-i2c.c' (61,991) at 20240405153230835 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/src/selcommands.cpp' (61,992) at 20241113090005460 to deleted uid set 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-a1-ad401.dts' (61,993) at 20210307214925990 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb' (61,994) at 20231207090015266 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dateparser_1.2.0.bb' (61,995) at 20231126090012801 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/key_gen.h' (61,996) at 20210307214927078 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/domain.h' (61,997) at 20240405153045621 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston-autologin' (61,998) at 20210307205554586 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-cmdq.h' (61,999) at 20240405153049413 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-pppd-ippool.c-Fix-type-casting-issues-between-in_add.patch' (62,000) at 20221003030013261 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-itead-ibox.dts' (62,001) at 20240405153045385 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/Manager.interface.yaml' (62,002) at 20240123090024671 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/default_server.site' (62,003) at 20210307205554034 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/Kconfig' (62,004) at 20210308005003032 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/arc/gaudi2_arc_common_packets.h' (62,005) at 20240405153046581 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi6220.c' (62,006) at 20240405153230211 2025-03-14 03:00:49.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/overview.rst' (62,007) at 20240405153044973 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7266.c' (62,008) at 20240710080014585 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/filemonitor.h' (62,009) at 20210308005046045 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/images/fb-ventura-phosphor-image.inc' (62,010) at 20241030080011511 to deleted uid set 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/Makefile' (62,011) at 20210307214926558 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/vmalloc.h' (62,012) at 20210307214926554 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_emulate.c' (62,013) at 20240405153046161 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/string.h' (62,014) at 20240405153046249 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/x86/intel_hdmi_audio.h' (62,015) at 20220525020655107 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2438.c' (62,016) at 20240405153052233 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hardirq.h' (62,017) at 20210307214926578 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/mxm.h' (62,018) at 20210307214927906 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/util.hpp' (62,019) at 20210308005346770 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/at76c50x-usb.h' (62,020) at 20210307214929786 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp_private.h' (62,021) at 20210307214930542 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_kms.h' (62,022) at 20210307214928078 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ref-verify.h' (62,023) at 20210307214931022 2025-03-14 03:00:49.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/is-Reykjavik' (62,024) at 20210307205553774 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/ax88179_178a.c' (62,025) at 20240710080014593 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/qdio_thinint.c' (62,026) at 20240405153051525 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/Makefile' (62,027) at 20210308005002772 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/fw_cfg_acpi.h' (62,028) at 20241211090212362 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/shmparam.h' (62,029) at 20210307214926242 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c' (62,030) at 20210307214927962 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/Makefile' (62,031) at 20240405153049485 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb' (62,032) at 20220402030015947 to deleted uid set 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/crypto/ecc.c' (62,033) at 20240405153046537 to deleted uid set 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/dma.c' (62,034) at 20240405153046629 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/working-state.rst' (62,035) at 20240405153044961 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tpda.h' (62,036) at 20240405153048893 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/docg3.h' (62,037) at 20210307214929210 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-vbi.h' (62,038) at 20210307214928810 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/lib82596.c' (62,039) at 20240405153049961 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/wm8776.h' (62,040) at 20210307214932270 2025-03-14 03:00:49.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/automake-foreign.patch' (62,041) at 20210307205553958 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/net.c' (62,042) at 20240405153047029 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_flong.c' (62,043) at 20210307214926274 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/virtio-input-hid.c' (62,044) at 20240326080039450 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/virtio-scsi.c' (62,045) at 20241211090212334 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65910_pmic.h' (62,046) at 20210308005003680 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_nandflash_defconfig' (62,047) at 20210308005003248 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/irqs.h' (62,048) at 20240405153045645 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.4004.1.network' (62,049) at 20210307205554222 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15-evk.dts' (62,050) at 20240405153045725 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/228.out' (62,051) at 20210308005046461 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tox_4.23.2.bb' (62,052) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-colombus.dts' (62,053) at 20210308005002620 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_oss_legacy.h' (62,054) at 20210307214931602 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/octeon-usb.txt' (62,055) at 20210307214925450 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53659@74.conf' (62,056) at 20240904080027738 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a774a1-sysc.h' (62,057) at 20210307214931346 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/sta2x11/Makefile' (62,058) at 20210307214928714 2025-03-14 03:00:49.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/apmt.c' (62,059) at 20240405153046629 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_nand.cfg' (62,060) at 20210308005002968 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0004-use-asm-sgidefs.h.patch' (62,061) at 20231011080016578 to deleted uid set 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/hello-s390x.c' (62,062) at 20210308005046529 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/.gitignore' (62,063) at 20210307214925910 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/touchkit_ps2.h' (62,064) at 20210307214928494 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/bootconfig.rst' (62,065) at 20240405153045281 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-moxtet' (62,066) at 20220525020651630 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest-fast.bb' (62,067) at 20231014080011723 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clkgate-separated.c' (62,068) at 20210307214926974 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvneta.c' (62,069) at 20210308005003436 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/max8998.c' (62,070) at 20210308005003468 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/xyzModem.h' (62,071) at 20210308005003692 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/elf.S' (62,072) at 20240405153045949 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/licenses/OML' (62,073) at 20210307205554034 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/.clang-tidy' (62,074) at 20230512080010312 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-io.h' (62,075) at 20240405153051285 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/load.c' (62,076) at 20210308005003212 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/power_off_cause.hpp' (62,077) at 20240820080023694 to deleted uid set 2025-03-14 03:00:49.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ax25.rst' (62,078) at 20240405153229823 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/move_extents.c' (62,079) at 20240628080014021 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb' (62,080) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/0001-setup.py-switch-to-setuptools.patch' (62,081) at 20220402030016019 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callouts-gen.mako.hpp' (62,082) at 20210308005049125 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/Makefile' (62,083) at 20240405153050393 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/crct10dif-pcl-asm_64.S' (62,084) at 20240405153046361 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/spl.c' (62,085) at 20210308005002940 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clksrc.h' (62,086) at 20210308005003636 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fec_mxc' (62,087) at 20210308005003292 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/triggers.cpp' (62,088) at 20240820080023690 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/trace.h' (62,089) at 20240326080039634 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c' (62,090) at 20240405153050645 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_disc.c' (62,091) at 20220525020654007 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/writecache.rst' (62,092) at 20240405153044941 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-ns2-pcie.c' (62,093) at 20240405153051277 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/locking.rst' (62,094) at 20240405153229811 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/swift/obmc/fan-watchdog/fan-watchdog.conf' (62,095) at 20210307205553698 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-rqs-u-boot.dtsi' (62,096) at 20210308005002584 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_msgtype50.c' (62,097) at 20240405153231379 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_topology.h' (62,098) at 20240910080014030 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/vqmmc-ipq4019-regulator.c' (62,099) at 20240613080016463 2025-03-14 03:00:49.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.h' (62,100) at 20210307214929334 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m1-ulcb-kf.dts' (62,101) at 20240405153229963 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyroute2/run-ptest' (62,102) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring1.sh' (62,103) at 20230920080013648 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c' (62,104) at 20210307214932706 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/pptable.h' (62,105) at 20240815080012883 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/acp/Makefile' (62,106) at 20210307214927202 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-uniphier.c' (62,107) at 20240405153048917 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-qemu-allocation' (62,108) at 20210927100127505 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/acornscsi-io.S' (62,109) at 20210307214930282 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/sram-init.c' (62,110) at 20240405153045661 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_rew.h' (62,111) at 20210307214929550 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/Kconfig' (62,112) at 20210307214930702 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-pdata.c' (62,113) at 20210308005003372 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adt7462.rst' (62,114) at 20210307214925498 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_top.c' (62,115) at 20240405153230779 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c' (62,116) at 20240405153049425 to deleted uid set 2025-03-14 03:00:49.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pid_namespace/regression_enomem.c' (62,117) at 20210309003656012 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_context.c' (62,118) at 20240405153048793 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs42l52.txt' (62,119) at 20210307214925426 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt5190a-regulator.yaml' (62,120) at 20240405153229791 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/ip22zilog.h' (62,121) at 20210307214930750 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config.bb' (62,122) at 20241206090014234 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/enetc_mdio.h' (62,123) at 20241023080012899 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/devices.h' (62,124) at 20210307214926186 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/crash_dump.c' (62,125) at 20240405153045917 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_switcheroo.h' (62,126) at 20210307214927850 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/ssp_iio.c' (62,127) at 20240405153048973 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c' (62,128) at 20230720080043535 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6table_filter.c' (62,129) at 20240405153053277 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_tuxrun.py' (62,130) at 20241211090212542 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/sensor.hpp' (62,131) at 20230523080003149 to deleted uid set 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/board-gpr.c' (62,132) at 20210309003648824 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/OWNERS' (62,133) at 20241220090032923 to deleted uid set 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/veristat.cfg' (62,134) at 20240405153054293 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iunlink_item.h' (62,135) at 20240405153052597 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch' (62,136) at 20241221090017640 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/volume.hpp' (62,137) at 20231024080003368 to deleted uid set 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/fs.c' (62,138) at 20240405153231883 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc-16-ccitt.h' (62,139) at 20240516080009958 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/bubblewrap_0.10.0.bb' (62,140) at 20241221090017532 2025-03-14 03:00:49.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/edma.h' (62,141) at 20210307214931474 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/pasid.c' (62,142) at 20210307214929174 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/dbg_stackkill.S' (62,143) at 20210307214925658 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/csum_copy.S' (62,144) at 20240405153230095 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/run-ptest' (62,145) at 20210307205553750 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/reap.h' (62,146) at 20240405153231775 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max16601.rst' (62,147) at 20240405153045217 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/futex-wake.c' (62,148) at 20240405153054097 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb' (62,149) at 20230919080013974 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7511-v4l2.c' (62,150) at 20240405153049305 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ControlCollection.json' (62,151) at 20240619080002944 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.h' (62,152) at 20240405153050249 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l85.c' (62,153) at 20240405153232147 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-slave-testunit.c' (62,154) at 20240719080013349 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Hirvasvaara' (62,155) at 20210307205553774 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/atmel,lcdc.txt' (62,156) at 20240405153045037 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/unicode-ident-1-rs.wrap' (62,157) at 20241211090212462 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/Makefile' (62,158) at 20240405153050693 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-mapleboard-mp130.dts' (62,159) at 20240405153045389 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/fifo.h' (62,160) at 20210307214930858 2025-03-14 03:00:49.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSBK.interface.yaml' (62,161) at 20240327080021041 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_udc.c' (62,162) at 20221128040017562 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/utils.py' (62,163) at 20220910030013401 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7038-l1-intc.yaml' (62,164) at 20240405153045085 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/realtek_cr.c' (62,165) at 20220525020654295 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rpcgss.h' (62,166) at 20240805080014031 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cs42l43.c' (62,167) at 20240628080014005 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c' (62,168) at 20240405153048633 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/si476x.c' (62,169) at 20240405153053761 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/advantech_dms-ba16.h' (62,170) at 20210308005003584 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/dev.c' (62,171) at 20240405153231023 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/copy_to_user.S' (62,172) at 20240405153045897 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_swn.h' (62,173) at 20240405153052509 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/sticore.h' (62,174) at 20240405153231883 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/host-s0-state.target' (62,175) at 20230629131804615 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cevt-txx9.c' (62,176) at 20220525020652006 2025-03-14 03:00:49.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/test/utils.c' (62,177) at 20220525020654863 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede.h' (62,178) at 20240405153231039 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv4.inc' (62,179) at 20210905000020577 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/pci/msix.c' (62,180) at 20240906080037276 to deleted uid set 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_44x.h' (62,181) at 20240405153046133 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig_4.3.0.bb' (62,182) at 20241221090017676 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/cdev.rst' (62,183) at 20220525020651726 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_CONNSECMARK.h' (62,184) at 20210307214931646 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c' (62,185) at 20240624080012772 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/fdt.c' (62,186) at 20210308005003432 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt' (62,187) at 20210307214925454 2025-03-14 03:00:49.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c' (62,188) at 20240405153230411 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst-config.c' (62,189) at 20240405153232243 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/kmemleak.h' (62,190) at 20210307214932630 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_drv.h' (62,191) at 20240405153230603 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/module.lds.h' (62,192) at 20210309003648808 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/mux.c' (62,193) at 20210308005003168 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c' (62,194) at 20240405153054277 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc.inc' (62,195) at 20210812000025342 to deleted uid set 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mctp.h' (62,196) at 20220525020654659 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/floating-point.json' (62,197) at 20240405153054149 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/platinumfb.c' (62,198) at 20240405153231587 2025-03-14 03:00:49.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/afs_vl.h' (62,199) at 20210307214930994 to deleted uid set 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/chassishandler.cpp' (62,200) at 20240829080022534 to deleted uid set 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/config.mk' (62,201) at 20210308005002812 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/emac.h' (62,202) at 20240405153049817 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_tcp.h' (62,203) at 20210307214931458 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/clk.c' (62,204) at 20210308005002796 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/xlnx,emaclite.yaml' (62,205) at 20240405153045121 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (62,206) at 20220622030015257 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/ubi.h' (62,207) at 20240405153049713 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/dma.c' (62,208) at 20241008080013955 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/shrinker_debugfs.rst' (62,209) at 20240405153044961 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (62,210) at 20240209090013644 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laxviken' (62,211) at 20210307205553786 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-ipe.c' (62,212) at 20240405153046797 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rs411.dts' (62,213) at 20240405153045457 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-npcm7xx.c' (62,214) at 20240405153230207 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5677-spi.h' (62,215) at 20210307214932334 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_d.c' (62,216) at 20210308005046521 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4.3TAHOE' (62,217) at 20241221090017612 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/TODO' (62,218) at 20210307214926898 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/meson.build' (62,219) at 20241210090027376 to deleted uid set 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/siox.h' (62,220) at 20210307214931614 2025-03-14 03:00:49.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/Makefile' (62,221) at 20240405153046833 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/image_verify.cpp' (62,222) at 20240820080019546 to deleted uid set 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6q2g.cfg' (62,223) at 20210308005002924 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/allwinner-a10-pic.h' (62,224) at 20210308005046013 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie_ipc.h' (62,225) at 20210307214929902 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/fuse.h' (62,226) at 20241211090212370 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml' (62,227) at 20240405153045121 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/ppr.h' (62,228) at 20210307214929794 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_sysctl.c' (62,229) at 20240405153053109 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch' (62,230) at 20241221090017512 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_NETMAP.c' (62,231) at 20210307214932026 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53659@72.conf' (62,232) at 20240904080027738 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/ld-version.sh' (62,233) at 20210308005003736 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/exception_level.c' (62,234) at 20210308005002552 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/smem.c' (62,235) at 20210308005003740 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/serial.h' (62,236) at 20210307214926554 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/args.h' (62,237) at 20240405153231799 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-smk-k26-revA.dts' (62,238) at 20240405153045841 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/CLI11.wrap' (62,239) at 20230913080018591 to deleted uid set 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/Kconfig' (62,240) at 20210308005002920 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts' (62,241) at 20240405153229975 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-karin.dts' (62,242) at 20240405153045769 2025-03-14 03:00:49.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/baycom.h' (62,243) at 20210307214931622 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-versal.c' (62,244) at 20241211090212254 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear310.c' (62,245) at 20240405153045689 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/vcpu.h' (62,246) at 20240405153052961 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/i8259.h' (62,247) at 20210307214926214 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/core-isa.h' (62,248) at 20221215040039346 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_2_0_sh_mask.h' (62,249) at 20210307214927694 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/serial.rst' (62,250) at 20240405153044977 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/entropy_common.c' (62,251) at 20240405153053113 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html' (62,252) at 20210307205554286 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_pci.c' (62,253) at 20241211090212326 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/litesom.c' (62,254) at 20210308005002728 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/car.S' (62,255) at 20210308005002856 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/amd_freq_sensitivity.c' (62,256) at 20240405153046909 2025-03-14 03:00:49.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Everest.json' (62,257) at 20240809080033019 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/amd_shared.h' (62,258) at 20240411080014074 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/bblayers.conf.sample' (62,259) at 20240308090017907 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/.gitignore' (62,260) at 20240405153046241 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-tps6586x.c' (62,261) at 20240405153231375 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/Makefile' (62,262) at 20240405153046697 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/centaur.c' (62,263) at 20240405153046421 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/vxlan.sh' (62,264) at 20240405153054301 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/rave-sp-eeprom.c' (62,265) at 20240520080015167 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/IOBoard/meson.build' (62,266) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_cm.c' (62,267) at 20240405153049113 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/nvme/NVMeContext.hpp' (62,268) at 20241112090003102 to deleted uid set 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_dio200_common.c' (62,269) at 20240405153046889 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx31.c' (62,270) at 20240405153046785 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/pl011.c' (62,271) at 20241211090212258 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/signal.c' (62,272) at 20240906080037360 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/md.rst' (62,273) at 20240405153044953 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tampere' (62,274) at 20210307205553774 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch' (62,275) at 20210307205553750 2025-03-14 03:00:49.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/qrio.c' (62,276) at 20210308005003012 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sel.h' (62,277) at 20210308004938820 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_prctl.h' (62,278) at 20220429100100614 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/skfbi.h' (62,279) at 20210307214929666 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/auxio_64.h' (62,280) at 20210307214926578 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/route.c' (62,281) at 20210307214932194 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/update_admin_account.service' (62,282) at 20230806080014188 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/psample.c' (62,283) at 20220525020653679 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/virtual-memory.json' (62,284) at 20240405153054141 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/poll.h' (62,285) at 20210307214926762 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Watcom-1.0' (62,286) at 20210307205554426 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/dmac.h' (62,287) at 20210307214926246 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_d.c' (62,288) at 20210308005046513 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/prep.c' (62,289) at 20241211090212322 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/mls.c' (62,290) at 20240405153232115 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/pbi.cfg' (62,291) at 20210308005002964 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/ddr2.h' (62,292) at 20210307214925874 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/machine/evb-ast2600.conf' (62,293) at 20240216090011898 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-sensor-custom.c' (62,294) at 20240405153048821 2025-03-14 03:00:49.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/drv_fcoe_fw_funcs.h' (62,295) at 20240405153051689 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk.c' (62,296) at 20210307214927022 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/nosymfollow-test.c' (62,297) at 20210309003656004 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/mux.c' (62,298) at 20210308005002948 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/socfpga_arria10.c' (62,299) at 20210308005003376 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/openlldp_1.1.1.bb' (62,300) at 20240413080012643 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1307.c' (62,301) at 20240405153231375 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/hisilicon/Makefile' (62,302) at 20210307214930206 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_mman.h' (62,303) at 20230925080039941 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mux_omap5.h' (62,304) at 20210308005002660 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-targets.inc' (62,305) at 20210307205554550 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-pm.h' (62,306) at 20220525020652206 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/label.c' (62,307) at 20240405153053465 2025-03-14 03:00:49.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-atom.inc' (62,308) at 20210905000020581 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr.h' (62,309) at 20240405153050137 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_cia.c' (62,310) at 20240405153045353 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/MAINTAINERS' (62,311) at 20210308005003028 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_pound_sign.log' (62,312) at 20210309003655972 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/fsl/fsl_micfil.c' (62,313) at 20241211090145569 to deleted uid set 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ping.h' (62,314) at 20240405153052861 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/apicdef.h' (62,315) at 20240405153046381 2025-03-14 03:00:49.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/meson.build' (62,316) at 20240326080039426 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/argument.cpp' (62,317) at 20240719080031533 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb' (62,318) at 20240606080012860 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/1066mhz_4x256mx16.cfg' (62,319) at 20210308005003080 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb' (62,320) at 20240413080012635 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/config-bios.json' (62,321) at 20210307205554082 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/s5p-sss.c' (62,322) at 20240405153230267 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_link_encoder.h' (62,323) at 20220525020652510 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a779f0-cpg-mssr.h' (62,324) at 20240405153231795 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/cm_t35.c' (62,325) at 20210308005002948 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/cache.json' (62,326) at 20240405153054145 2025-03-14 03:00:49.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/helper.h' (62,327) at 20230925080040021 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/urb.c' (62,328) at 20240405153231539 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/create_error_reports.py' (62,329) at 20221206040009189 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi' (62,330) at 20240405153045793 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0011-libtar-fix-programming-mistakes-detected-by-static-a.patch' (62,331) at 20241221090017540 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/rcu_segcblist.h' (62,332) at 20240405153053029 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-raw.h' (62,333) at 20210307214928774 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_vlan_tunnel.c' (62,334) at 20240405153231999 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy14_C-125W' (62,335) at 20210307205553762 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/systemd/xyz.openbmc_project.ObjectMapper.service.in' (62,336) at 20230215040032675 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/Hal8192CPhyReg.h' (62,337) at 20220525020654183 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_b.c' (62,338) at 20210308005046517 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb' (62,339) at 20230114040015550 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.h' (62,340) at 20210307214927234 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/pci.c' (62,341) at 20240815080012891 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/CHANGELOG.md' (62,342) at 20241004080013211 to deleted uid set 2025-03-14 03:00:49.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildstats-diff' (62,343) at 20230520080014508 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/call32.S' (62,344) at 20210308005002852 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/callback_xdr.c' (62,345) at 20241018080014558 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (62,346) at 20241206090014234 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8065.dtsi' (62,347) at 20240405153045541 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/da830.c' (62,348) at 20240405153045637 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/spdxcheck-test.sh' (62,349) at 20240405153053461 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/core.c' (62,350) at 20240405153231267 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-ac97.c' (62,351) at 20210307214926898 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_div.c' (62,352) at 20240405153046857 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skarstad' (62,353) at 20210307205553790 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ia_css_pipeline_common.h' (62,354) at 20210307214930570 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-kernel/linux/linux-aspeed/f0b.cfg' (62,355) at 20210307205554078 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/aspenite.c' (62,356) at 20210308005002904 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h5-cc.dts' (62,357) at 20210309003648728 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/mman.h' (62,358) at 20210308005046065 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_with_devmap_helpers.c' (62,359) at 20240405153054281 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.vtable.hpp.mako' (62,360) at 20230902080037617 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch' (62,361) at 20230503080014579 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/geoclue/0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch' (62,362) at 20241221090017532 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/amplifiers/adi,ada4250.yaml' (62,363) at 20240405153045073 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/of_platform.c' (62,364) at 20240405153230035 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/uart-routing.sh' (62,365) at 20230412080023456 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest' (62,366) at 20230503080014587 to deleted uid set 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-time.c' (62,367) at 20210307214926290 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/lcdif_kms.c' (62,368) at 20240405153048609 2025-03-14 03:00:49.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/fragmentation.c' (62,369) at 20220525020654791 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/bt-bmc.c' (62,370) at 20220525020652294 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/debugfs.c' (62,371) at 20240429080012448 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8550-mtp.dts' (62,372) at 20240405153229959 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/dscr.rst' (62,373) at 20240405153229823 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/eeprom.h' (62,374) at 20240405153050461 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/package.json' (62,375) at 20221209040019091 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.memhp' (62,376) at 20240906080037560 to deleted uid set 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/srq_cmd.c' (62,377) at 20220525020653151 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hip01-ca9x2.dts' (62,378) at 20240405153045437 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt' (62,379) at 20210307214925338 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/media5200.dts' (62,380) at 20240405153046093 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/trap.c' (62,381) at 20240405153050109 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-cadence.yaml' (62,382) at 20240405153229799 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_defs.h' (62,383) at 20210307214930542 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/asm-const.h' (62,384) at 20240405153046101 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-ptest.bb' (62,385) at 20240302090018202 2025-03-14 03:00:49.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c' (62,386) at 20210307214929374 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/inode.c' (62,387) at 20240405153231647 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.h' (62,388) at 20240405153050109 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/Kconfig' (62,389) at 20210308005002852 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8190P_def.h' (62,390) at 20240405153051881 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/floating-point.json' (62,391) at 20240405153054149 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-pll.c' (62,392) at 20240405153046845 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/pmu.c' (62,393) at 20240405153054089 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_audmix.h' (62,394) at 20210307214932374 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-driver.c' (62,395) at 20240405153049369 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emumixer.c' (62,396) at 20240405153232131 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_setuptools3_rust.bbclass' (62,397) at 20230813080012872 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb' (62,398) at 20220204040022664 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/cacheflush.h' (62,399) at 20240405153229991 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/rethook_trampoline.S' (62,400) at 20240405153045945 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/vdso64_wrapper.S' (62,401) at 20240405153046081 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiremount.service' (62,402) at 20210308005102829 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Henan' (62,403) at 20210307205553782 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c' (62,404) at 20210308005003468 2025-03-14 03:00:49.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/gen_vdso_offsets.sh' (62,405) at 20240405153046081 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0006-Use-uintmax_t-for-handling-rlim_t.patch' (62,406) at 20240413080012651 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig' (62,407) at 20210308005003240 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx8mimage.c' (62,408) at 20220214040047371 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c' (62,409) at 20240405153050633 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/rpc_pipe_fs.h' (62,410) at 20240405153052801 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/keyring.c' (62,411) at 20241115090012977 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/handlers.c' (62,412) at 20240405153230571 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-ws.h' (62,413) at 20210308005046553 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/pci/Makefile' (62,414) at 20240405153045949 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/lager_spl.c' (62,415) at 20210308005003036 2025-03-14 03:00:49.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/journal.h' (62,416) at 20220627100016998 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/ibex_uart.c' (62,417) at 20241211090212258 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_device.c' (62,418) at 20240405153053505 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pinmux.h' (62,419) at 20210308005002672 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/xilinx/zynqmp-pm-domains.c' (62,420) at 20240405153231351 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt_tx.c' (62,421) at 20240405153050401 to deleted uid set 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_store.S' (62,422) at 20210307214926146 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts' (62,423) at 20241118090018487 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/ssi.h' (62,424) at 20230925080039929 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/sdt-config.h' (62,425) at 20240405153054285 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,dra7-dss.txt' (62,426) at 20210307214925310 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spufs.h' (62,427) at 20240405153046205 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (62,428) at 20220323030026191 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb' (62,429) at 20241221090017496 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/logparser.py' (62,430) at 20230811080018314 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/atakbd.c' (62,431) at 20240405153049133 2025-03-14 03:00:49.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/styles/_ibm.scss' (62,432) at 20220105012522991 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_mmc.c' (62,433) at 20210308005003232 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/topology.c' (62,434) at 20240405153230003 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/silabs,si470x.yaml' (62,435) at 20240405153045101 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_sdm.h' (62,436) at 20210307214927030 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-pxa27x.c' (62,437) at 20240405153231559 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8450.dtsi' (62,438) at 20240405153045777 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/025_pack_zero_size.dts' (62,439) at 20210308005003752 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tve200/tve200_drm.h' (62,440) at 20210307214928054 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/readdir.c' (62,441) at 20240405153052497 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-start-pre@.target' (62,442) at 20220301040040077 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb' (62,443) at 20230114040015546 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/boston.h' (62,444) at 20210308005003588 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_probe.c' (62,445) at 20230720080043539 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/overlayfs.rst' (62,446) at 20240405153229815 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib0090.c' (62,447) at 20240405153049285 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_scsi.h' (62,448) at 20210308005046053 2025-03-14 03:00:49.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG2patch.S' (62,449) at 20210307214926606 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (62,450) at 20240120090012778 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/api.rst' (62,451) at 20240405153045225 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-core.sh' (62,452) at 20240405153054309 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-port.rst' (62,453) at 20240405153229823 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/lance.c' (62,454) at 20240405153049793 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_layerscape_fixup.c' (62,455) at 20210308005003452 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-nitrogen6_som2.dtsi' (62,456) at 20240405153229887 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/pixbufcache.bbclass' (62,457) at 20220910030013389 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/uclass.h' (62,458) at 20210308005003628 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-epp.yaml' (62,459) at 20240405153045049 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sc8280xp.h' (62,460) at 20240405153052649 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/util.c' (62,461) at 20240405153053449 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/cfi.h' (62,462) at 20240405153054077 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-ismt.rst' (62,463) at 20210307214925506 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/inc/smu_v13_0_0_pptable.h' (62,464) at 20240405153230499 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77980.dtsi' (62,465) at 20240405153045805 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/openvswitch_trace.h' (62,466) at 20220525020654887 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.ScheduledHostTransition@.service' (62,467) at 20240109090027300 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch' (62,468) at 20230706080014757 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/xor' (62,469) at 20240405153053437 2025-03-14 03:00:49.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb' (62,470) at 20231126090012785 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/syscall-generic.h' (62,471) at 20240405153046341 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/setjmp.S' (62,472) at 20210308005002860 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/nxp-lpc32xx-hsuart.txt' (62,473) at 20210307214925418 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-maltron.c' (62,474) at 20210307214928094 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/txrx.c' (62,475) at 20240405153050477 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_phonet.h' (62,476) at 20210307214931638 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/mulsi3.S' (62,477) at 20240405153046513 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/treeboot-iss4xx.c' (62,478) at 20210307214926362 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smem.h' (62,479) at 20210308005003684 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_can.dtsi' (62,480) at 20210308005002572 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux.yaml' (62,481) at 20220525020651678 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/event_update.c' (62,482) at 20240405153054165 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml' (62,483) at 20240405153045061 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/alignment.c' (62,484) at 20240405153046317 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/ordered-data.c' (62,485) at 20240520080015195 to deleted uid set 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/0001-Define-strndupa-if-it-does-not-exist.patch' (62,486) at 20220910030013349 2025-03-14 03:00:49.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq_work.c' (62,487) at 20240405153053009 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pcwd_usb.c' (62,488) at 20240405153052245 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/Kconfig' (62,489) at 20240405153049281 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-dvb.h' (62,490) at 20210307214928682 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_csc.h' (62,491) at 20240405153048761 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/sdl2.h' (62,492) at 20241211090212374 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/adc-keys.yaml' (62,493) at 20240405153045077 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rfkill.rst' (62,494) at 20210307214925470 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/tools/sst-info.sh' (62,495) at 20230821192414188 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/st/stm_thermal.c' (62,496) at 20240405153231499 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.h' (62,497) at 20210309003649648 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_trace.c' (62,498) at 20210307214929670 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/xcr0_cpuid_test.c' (62,499) at 20240405153232271 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/cpu.h' (62,500) at 20240906080037328 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/video-mode.c' (62,501) at 20210307214926638 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_frontbuffer.h' (62,502) at 20240405153230555 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/fls.h' (62,503) at 20210307214931302 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/pm/pm.h' (62,504) at 20210307214930434 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/Makefile' (62,505) at 20210308005002908 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-av-firmware.c' (62,506) at 20210307214928682 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/procattr.c' (62,507) at 20240405153053465 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-gcm-core.S' (62,508) at 20240405153045849 2025-03-14 03:00:49.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/st/st_thermal_memmap.c' (62,509) at 20240405153051977 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/sprd-pcm-compress.c' (62,510) at 20210309003654936 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/luks-detached-header.out' (62,511) at 20240906080037568 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/stap.py' (62,512) at 20220910030013401 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi' (62,513) at 20240405153045709 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,xcvr.yaml' (62,514) at 20240405153045161 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mxs.c' (62,515) at 20240405153230303 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3006-codec-omxil_core.h-fix-multiple-definition-of.patch' (62,516) at 20230114040015494 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/state.h' (62,517) at 20210307214931738 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/ksmbd_ida.h' (62,518) at 20240405153052529 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mchp_pci1xxxx/Kconfig' (62,519) at 20240405153230843 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb' (62,520) at 20241206090014314 to deleted uid set 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.err' (62,521) at 20240906080037560 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/kdf_sp800108.h' (62,522) at 20240405153052625 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/request.h' (62,523) at 20240405153051617 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/control.c' (62,524) at 20210307214928086 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-bcm6328.yaml' (62,525) at 20240405153045089 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/frontend.json' (62,526) at 20240405153054145 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8996.h' (62,527) at 20210307214931606 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/kwbimage.cfg' (62,528) at 20210308005002908 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/ioport.c' (62,529) at 20240906080037448 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-clone-metadata.h' (62,530) at 20210307214928574 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (62,531) at 20240720080012613 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/xtensa-softmmu/default.mak' (62,532) at 20240906080037160 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/stub_64.h' (62,533) at 20240405153046493 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8505-ref.dts' (62,534) at 20240405153045609 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/usdhi6rol0.txt' (62,535) at 20210307214925366 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/cavium_octeon_defconfig' (62,536) at 20240405153045993 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tdx/config' (62,537) at 20240405153054377 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/local.h' (62,538) at 20240405153230119 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h' (62,539) at 20210308005002776 2025-03-14 03:00:49.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/squid_6.12.bb' (62,540) at 20241221090017496 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ac100.h' (62,541) at 20210307214931422 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_dev_frontend.c' (62,542) at 20220913100024241 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/acpica/acpica_20240827.bb' (62,543) at 20241221090017676 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.inc' (62,544) at 20240301090012419 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c' (62,545) at 20240405153047109 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_hi6553.c' (62,546) at 20210308005003468 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec_kbd.c' (62,547) at 20240405153051869 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/apache2.service' (62,548) at 20210307205554034 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/cirrus,clps711x-intc.txt' (62,549) at 20210307214925342 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dts' (62,550) at 20240405153229943 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-password' (62,551) at 20210307205554566 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evswitch.h' (62,552) at 20240405153054193 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml' (62,553) at 20240405153045177 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv41.c' (62,554) at 20220525020652971 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-pmem.h' (62,555) at 20210308005046037 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_port_common.c' (62,556) at 20240405153231047 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/ctr.h' (62,557) at 20210307214931310 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gsj.dts' (62,558) at 20240405153229875 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/state.py' (62,559) at 20241029080012599 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/cal/cal-video.c' (62,560) at 20240405153230819 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap4_panda.h' (62,561) at 20210308005003608 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szolnok' (62,562) at 20210307205553774 2025-03-14 03:00:49.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754dp.h' (62,563) at 20210307214926274 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/290.out' (62,564) at 20210308005046469 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/MAINTAINERS' (62,565) at 20210308005002916 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/sparc.c' (62,566) at 20210308005045793 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ee-All' (62,567) at 20210307205553766 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/0001-stdlib-Add-strlcat.patch' (62,568) at 20230114040015538 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra20.c' (62,569) at 20240405153230831 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/hcalls.c' (62,570) at 20210309003650424 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/smp.c' (62,571) at 20240913080013845 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/Kconfig' (62,572) at 20210308005002916 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs4270.txt' (62,573) at 20210307214925426 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/counter-chrdev.c' (62,574) at 20240405153046909 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/cs_internal.h' (62,575) at 20210307214930042 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-reconnect-on-open.out' (62,576) at 20230925080040093 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-tqma7.dtsi' (62,577) at 20240405153045533 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/Makefile' (62,578) at 20240405153046345 2025-03-14 03:00:49.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/Kconfig' (62,579) at 20240405153046293 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/choke.json' (62,580) at 20240405153054377 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmci.c' (62,581) at 20240405153230855 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_mbox.h' (62,582) at 20210308005100993 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/aide-db-init.bbclass' (62,583) at 20220721030015849 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/Makefile' (62,584) at 20210308005002924 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/platsmp.c' (62,585) at 20210307214925902 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/sctp_collision.c' (62,586) at 20240405153232283 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_20.h' (62,587) at 20240405153231311 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/efi/sysfb_efi.c' (62,588) at 20240405153047045 to deleted uid set 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/pnd2_edac.c' (62,589) at 20240405153047021 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/hyperv.h' (62,590) at 20240812080017232 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/isl1208.c' (62,591) at 20210308005003480 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/Kconfig' (62,592) at 20240405153046973 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/digitv.h' (62,593) at 20210307214928818 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/kvmalloc.cocci' (62,594) at 20220525020654939 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml' (62,595) at 20240405153045109 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-celtic.c' (62,596) at 20210307214931178 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm.png' (62,597) at 20240309090012816 to deleted uid set 2025-03-14 03:00:49.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf' (62,598) at 20210308005003524 to deleted uid set 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/sh/rz-ssi.c' (62,599) at 20240405153232191 to deleted uid set 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/swap_cgroup.c' (62,600) at 20240405153053153 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb' (62,601) at 20241221090017496 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/tegra/nvidia,nvec.yaml' (62,602) at 20240405153229795 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/audio-graph-card2-custom-sample.c' (62,603) at 20240405153053933 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/pnic2.c' (62,604) at 20220525020653487 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt' (62,605) at 20210307214925394 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-direction.h' (62,606) at 20210309003653836 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/netdevsim/health.c' (62,607) at 20240405153050349 to deleted uid set 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/blkcache.c' (62,608) at 20210308005003340 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu_9.1.1.bb' (62,609) at 20241221090017672 to deleted uid set 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend' (62,610) at 20241206090014286 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (62,611) at 20210524100041898 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6332-regulator.h' (62,612) at 20240405153052785 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c' (62,613) at 20240405153050637 2025-03-14 03:00:49.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt' (62,614) at 20210307214925454 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_ioctl.c' (62,615) at 20240405153050549 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe-decoder/arm-spe-decoder.h' (62,616) at 20240405153054181 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-spi.c' (62,617) at 20210307214926198 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-cgroup.rst' (62,618) at 20240405153054037 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.err' (62,619) at 20210308005046397 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/vsyscall.c' (62,620) at 20210927100127637 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/linkage.h' (62,621) at 20210308005002804 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf.c' (62,622) at 20240906080037180 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/native_types.cpp' (62,623) at 20210308005049761 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/signal.c' (62,624) at 20240906080037360 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/cfam_access.cpp' (62,625) at 20210308005103637 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso-asmoffset.h' (62,626) at 20240326080039562 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-stout.dts' (62,627) at 20210308005002600 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/Kconfig' (62,628) at 20210308005003436 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/tdx.h' (62,629) at 20240405153046397 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/loop4.c' (62,630) at 20210307214932646 2025-03-14 03:00:49.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/libekb/libekb_git.bb' (62,631) at 20240321080012269 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/cache.json' (62,632) at 20240405153054149 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/bootparam.h' (62,633) at 20240405153046501 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.err' (62,634) at 20210927100127469 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/map_to_7segment.h' (62,635) at 20220525020654671 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/keyutils_1.6.3.bb' (62,636) at 20240309090012804 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Kbuild' (62,637) at 20240405153230059 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/dwc3-generic.c' (62,638) at 20210308005003500 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/dbus-sim-only.cpp' (62,639) at 20220302040019952 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evgpe.c' (62,640) at 20240405153046617 2025-03-14 03:00:49.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/cmd_arc.c' (62,641) at 20210308005002900 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6220.c' (62,642) at 20220525020652358 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/dups.c' (62,643) at 20240405153053021 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina-temporary-software-versions.yml' (62,644) at 20241212090014007 to deleted uid set 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_read_macros.c' (62,645) at 20220525020655191 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-sw-device.c' (62,646) at 20240405153048997 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-netdev.h' (62,647) at 20210307214932038 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rv.h' (62,648) at 20240405153052897 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-lantiq.c' (62,649) at 20240405153231371 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/Makefile' (62,650) at 20210307214928614 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/time.h' (62,651) at 20210308005003688 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ChassisCapabilities/meson.build' (62,652) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/gelic_udbg.c' (62,653) at 20240405153046221 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Resource/meson.build' (62,654) at 20230825080021133 to deleted uid set 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/msr.h' (62,655) at 20210308005002880 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8993.h' (62,656) at 20210307214931606 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/Makefile' (62,657) at 20240405153230775 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h' (62,658) at 20210307214929614 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_tcw.h' (62,659) at 20220525020652346 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/README.md' (62,660) at 20230706080014765 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/dove-divider.h' (62,661) at 20210307214926994 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/platsmp.c' (62,662) at 20220627100016922 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/helper.cpp' (62,663) at 20240820080007201 2025-03-14 03:00:49.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsx_w_ph.c' (62,664) at 20210308005046505 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs-crates.inc' (62,665) at 20240106090017253 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000_hw.c' (62,666) at 20240411080014086 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c' (62,667) at 20210308005002856 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.bb' (62,668) at 20241221090017524 to deleted uid set 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/crc32-pclmul_glue.c' (62,669) at 20220525020652134 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/workload-tracing.rst' (62,670) at 20240405153044969 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sethdlc/files/sethdlc-fix-host-contamination.patch' (62,671) at 20210307205553814 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/payload_cmds.cpp' (62,672) at 20240224090022930 to deleted uid set 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/musl-no-on_exit.patch' (62,673) at 20210307205553842 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/mxm.h' (62,674) at 20220525020652947 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch' (62,675) at 20210307205553938 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/max8973-regulator.h' (62,676) at 20210307214931494 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/actables.h' (62,677) at 20240405153046617 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/adding-syscalls.rst' (62,678) at 20240405153045281 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dev_addr_lists.c' (62,679) at 20240405153053213 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/common.h' (62,680) at 20220525020652394 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/Makefile' (62,681) at 20210307214929666 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mark_write_dirty_v2.c' (62,682) at 20230809080010803 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/gpio.h' (62,683) at 20210308005002676 2025-03-14 03:00:49.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szentes-Battonya' (62,684) at 20210307205553774 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/so_txtime.c' (62,685) at 20220525020655223 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-gpio.c' (62,686) at 20240405153230795 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/iommu.txt' (62,687) at 20220525020651686 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eq.c' (62,688) at 20241104090011583 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/snort.init' (62,689) at 20210307205553814 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swapops.h' (62,690) at 20240429080012456 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-cgu-pll.c' (62,691) at 20240405153046873 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_sdp.c' (62,692) at 20210308005003232 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d35.dtsi' (62,693) at 20240405153045469 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/manager.hpp' (62,694) at 20241122090035233 to deleted uid set 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.h' (62,695) at 20210307214927966 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service' (62,696) at 20210307205553954 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/support-files-CMakeLists.txt-fix-do_populate_sysroot.patch' (62,697) at 20230317080013789 to deleted uid set 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/remote_controllers.rst' (62,698) at 20220525020651782 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_local_storage.c' (62,699) at 20220525020655199 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/altera.h' (62,700) at 20210308005003560 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basetable_top.html' (62,701) at 20210307205554282 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6ullevk.h' (62,702) at 20210308005003608 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-hcd.h' (62,703) at 20220525020654279 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpu/cpu-topology.txt' (62,704) at 20210307214925298 2025-03-14 03:00:49.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_net.h' (62,705) at 20210309003650176 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7629.dtsi' (62,706) at 20240405153045461 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/block.json' (62,707) at 20240906080037432 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v11_5_pmfw.h' (62,708) at 20240405153048349 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/pgd.c' (62,709) at 20210307214926090 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ssmtp-bug584162-fix.patch' (62,710) at 20210307205553846 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-mdp.c' (62,711) at 20240405153046797 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh' (62,712) at 20220504030010591 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/super.c' (62,713) at 20241211090145533 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/parser-helpers.c' (62,714) at 20240906080037476 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/drm.h' (62,715) at 20240405153048765 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/dax_devs.c' (62,716) at 20241216090017721 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/hpfs_fn.h' (62,717) at 20240405153052381 2025-03-14 03:00:49.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipv6.h' (62,718) at 20240405153052713 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/litex_mmc.c' (62,719) at 20240405153230855 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/sysrq.c' (62,720) at 20240405153231523 to deleted uid set 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/phosphor-logging.wrap' (62,721) at 20240815080028259 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/hash-pkey.h' (62,722) at 20240405153230027 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo90b5.c' (62,723) at 20240405153048625 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm63.rst' (62,724) at 20210309003648428 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/mock_gem_object.h' (62,725) at 20210307214927814 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mmc_spi.c' (62,726) at 20210308005003212 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/check-patch.py' (62,727) at 20240405153230527 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_mbx.c' (62,728) at 20220525020653543 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_fbdev.c' (62,729) at 20240405153230539 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_ddcb.h' (62,730) at 20210307214929130 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb' (62,731) at 20220402030016243 2025-03-14 03:00:49.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_fsp.py' (62,732) at 20210308005003748 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/uncore-cache.json' (62,733) at 20240405153054141 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-sve.inc' (62,734) at 20240301090012451 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1042rdb.dts' (62,735) at 20210307214926354 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa_git.bb' (62,736) at 20241221090017516 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Mendip' (62,737) at 20210307205553798 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_iov.c' (62,738) at 20210307214929434 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/sunplus,sp7021-pwm.yaml' (62,739) at 20240405153045141 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/qcom,rpmh-rsc.h' (62,740) at 20210307214931350 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pq-mds-pib.h' (62,741) at 20210308005002960 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_conn.c' (62,742) at 20240405153048801 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-silk-u-boot.dts' (62,743) at 20210308005002600 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_main.c' (62,744) at 20240405153231071 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/layer.conf' (62,745) at 20241221090017580 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/lowlevel_spl.S' (62,746) at 20210308005002752 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/meson.build' (62,747) at 20240326080039702 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7219-aad.c' (62,748) at 20240613080016547 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri.dtsi' (62,749) at 20240405153229887 2025-03-14 03:00:49.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/ubsan.rst' (62,750) at 20220525020651662 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/simple.py' (62,751) at 20210308005046245 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lm3639_bl.h' (62,752) at 20210307214931478 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/OWNERS' (62,753) at 20240127090005287 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_frontend.h' (62,754) at 20240405153230635 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/btf.rst' (62,755) at 20240405153229747 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-runtime_1.22.8.bb' (62,756) at 20241221090017660 to deleted uid set 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/notifier.c' (62,757) at 20240405153053021 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c' (62,758) at 20240415080012971 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/journal.c' (62,759) at 20240405153049237 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_ah.h' (62,760) at 20220525020653155 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_tfa_defconfig' (62,761) at 20210308005003264 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hwmon/drivetemp.c' (62,762) at 20240405153048853 to deleted uid set 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile' (62,763) at 20210308005003724 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm9ejtagprb.dts' (62,764) at 20220525020651990 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_scdc_helper.h' (62,765) at 20240405153052629 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/Platform' (62,766) at 20210307214926290 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.h' (62,767) at 20240405153051881 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/netdev-notifier-error-inject.c' (62,768) at 20210307214931810 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-inventory-sensors.yaml' (62,769) at 20240712080022837 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/configurefix.patch' (62,770) at 20210307205553938 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/channel_hw.c' (62,771) at 20240405153048805 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic-common.dtsi' (62,772) at 20240405153045829 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt298.h' (62,773) at 20210307214931598 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/figures/ab-test-cluster.png' (62,774) at 20210307205554374 to deleted uid set 2025-03-14 03:00:49.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode_1.114.bb' (62,775) at 20220402030015895 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c' (62,776) at 20240405153231051 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/pm_suspend.S' (62,777) at 20240405153045637 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/e2220-1170.c' (62,778) at 20210308005003024 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_cmdctrl_regdef.h' (62,779) at 20210307214930638 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/sim.c' (62,780) at 20240326080039518 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-snapshot.c' (62,781) at 20230925080039829 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/kgdb.c' (62,782) at 20220525020652006 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/motor-init' (62,783) at 20230225040013029 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/bloat-o-meter' (62,784) at 20240405153232099 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/Makefile' (62,785) at 20210308005003012 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mana/mana_auxiliary.h' (62,786) at 20240405153052857 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/balloon_compaction.h' (62,787) at 20240405153052661 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf_prog_linfo.c' (62,788) at 20220525020655119 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmi.init.redhat' (62,789) at 20210308004938816 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-debugfs.c' (62,790) at 20240405153052025 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_rf.h' (62,791) at 20220525020654187 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/refcount-vs-atomic.rst' (62,792) at 20220525020651770 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-C0' (62,793) at 20240613080016555 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/hubni.h' (62,794) at 20210307214926246 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt' (62,795) at 20210307214925418 2025-03-14 03:00:49.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ti-dra7-atl.h' (62,796) at 20240405153052649 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/cacheinfo.c' (62,797) at 20240405153046413 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dtsi' (62,798) at 20210308005002580 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rng.c' (62,799) at 20240906080037284 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3368-power.h' (62,800) at 20210307214931346 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_netboot_defconfig' (62,801) at 20210308005003248 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/main.h' (62,802) at 20240405153050705 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/team_mode_broadcast.c' (62,803) at 20240405153231083 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/vermagic.h' (62,804) at 20210307214926762 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/simba.c' (62,805) at 20241211090212314 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-sanitizers.inc' (62,806) at 20241221090017660 to deleted uid set 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/clock-tables.h' (62,807) at 20210308005002672 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/spinlocks.rst' (62,808) at 20210307214925522 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/Makefile' (62,809) at 20240405153050433 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hmm-tests.c' (62,810) at 20241018080014598 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/traps.c' (62,811) at 20240613080016363 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/u-boot.lds' (62,812) at 20210308005002844 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/misc.c' (62,813) at 20240405153046309 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/nal-h264.h' (62,814) at 20240405153049393 2025-03-14 03:00:49.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/pmtu.sh' (62,815) at 20241211090145577 to deleted uid set 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/apm-xgene.txt' (62,816) at 20210307214925282 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miami/ps7_init_gpl.c' (62,817) at 20210308005003080 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/ti,k3-rtc.yaml' (62,818) at 20240405153045153 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/flash.c' (62,819) at 20210308005003224 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis.c' (62,820) at 20240405153048989 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/ioc.h' (62,821) at 20210307214925850 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_tc_lib.h' (62,822) at 20240405153050013 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mcu.h' (62,823) at 20240405153050585 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f429-discovery.h' (62,824) at 20210308005003616 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/utility/sdbus.cpp' (62,825) at 20230511080043139 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sb_wdog.c' (62,826) at 20210309003653352 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_phy.h' (62,827) at 20210307214929466 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/tps68470.h' (62,828) at 20240405153052769 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/exynos_drm.h' (62,829) at 20210307214931618 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/pio.c' (62,830) at 20240405153231171 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_po1030.h' (62,831) at 20210307214928830 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/gpg-error_pkconf.patch' (62,832) at 20241221090017700 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/Makefile' (62,833) at 20240405153046553 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/flatload.c' (62,834) at 20241022080032784 2025-03-14 03:00:49.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/q_in_q_veto.sh' (62,835) at 20240405153054297 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/simple-audio-mux.yaml' (62,836) at 20240405153045169 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png' (62,837) at 20210307205554234 to deleted uid set 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/configfs.c' (62,838) at 20240613080016455 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_acct.c' (62,839) at 20240405153053321 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/pmsr.c' (62,840) at 20240624080012832 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm_arm.h' (62,841) at 20241211090212470 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch' (62,842) at 20241221090017640 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_am43xx.c' (62,843) at 20210308005002756 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw_random.rst' (62,844) at 20240405153044945 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.ioapic2' (62,845) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/prog_tests_framework.c' (62,846) at 20240405153054257 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx-zdma.h' (62,847) at 20220429100100558 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/admtek/adm8211.c' (62,848) at 20240405153050397 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/auxvec.h' (62,849) at 20210307214926250 2025-03-14 03:00:49.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_pcm179x.c' (62,850) at 20210307214932270 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/spreadtrum,sprd-timer.txt' (62,851) at 20210307214925446 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_core.c' (62,852) at 20240405153230799 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/dbus.hpp' (62,853) at 20241025080019713 to deleted uid set 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/usbduxfast.c' (62,854) at 20240405153046905 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/prep_systemio.c' (62,855) at 20240906080037280 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/Kconfig' (62,856) at 20210308005003168 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/uprobes.c' (62,857) at 20210307214926602 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lager.h' (62,858) at 20210308005003600 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/kvm_perf.h' (62,859) at 20210307214932458 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/management-console/Authorities_List_Management.md' (62,860) at 20221209040006387 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8mq.c' (62,861) at 20240405153230211 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/davinci-evm.c' (62,862) at 20240405153232203 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/mptcp.c' (62,863) at 20240405153232259 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/cds.rst' (62,864) at 20240405153229743 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/rockchip,boot-mode.h' (62,865) at 20210307214931350 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-fpga-bridge' (62,866) at 20210307214925194 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus.dts' (62,867) at 20210308005002616 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch' (62,868) at 20241221090017696 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/hif.c' (62,869) at 20210307214929754 2025-03-14 03:00:49.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_private.h' (62,870) at 20240405153051525 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_multiport.c' (62,871) at 20210307214932026 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/switch.c' (62,872) at 20220525020652074 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/qemu-mips.c' (62,873) at 20210308005003028 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/ti/Makefile' (62,874) at 20240405153231351 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c' (62,875) at 20240405153231175 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/sysfs-tagging.rst' (62,876) at 20240405153045241 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/CVE-2018-1000097.patch' (62,877) at 20230317080013793 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-ifup' (62,878) at 20230811080018338 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/unistd-eabi.h' (62,879) at 20210308005046065 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch' (62,880) at 20230813080012876 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/etoms.c' (62,881) at 20210307214928826 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_bbt.c' (62,882) at 20210308005003416 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/q800-glue.c' (62,883) at 20240906080037248 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_redirect_multi_kern.c' (62,884) at 20240405153054285 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/btree.h' (62,885) at 20240405153049237 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/slimbus.h' (62,886) at 20210307214931510 2025-03-14 03:00:49.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/meson-example.bb' (62,887) at 20240106090017253 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-tinker-s.dts' (62,888) at 20240405153045561 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_test_abi.c' (62,889) at 20220525020655235 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/vdso.S' (62,890) at 20220525020651970 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/config' (62,891) at 20240405153054293 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_no_ucode_ptr' (62,892) at 20210308005003756 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-uapi.rst' (62,893) at 20240405153045213 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/092' (62,894) at 20210927100127481 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/prcm-regs.c' (62,895) at 20210308005002760 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass' (62,896) at 20210812000025254 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/common_defs.h' (62,897) at 20230629131804619 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485DFE_defconfig' (62,898) at 20210308005003236 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/ti-bandgap.c' (62,899) at 20210308005003496 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_vsock.h' (62,900) at 20220525020654679 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/q40/config.c' (62,901) at 20240405153045973 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/dfp.c' (62,902) at 20240405153048609 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_optc.c' (62,903) at 20240405153047257 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermal-engine/thermal-engine.c' (62,904) at 20240405153054381 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-common.inc' (62,905) at 20241221090017636 to deleted uid set 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fbtft.h' (62,906) at 20240405153051813 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_xscom.h' (62,907) at 20240906080037336 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg' (62,908) at 20210307205554082 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network.bb' (62,909) at 20241206090014286 2025-03-14 03:00:49.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/omap4-keypad.c' (62,910) at 20240405153230727 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/pxa168fb.h' (62,911) at 20210307214931698 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_append.c' (62,912) at 20210308005046505 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm-2.48_2.52.0.bb' (62,913) at 20241206090014258 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_i2s.c' (62,914) at 20240405153054013 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/pxa-rtc.txt' (62,915) at 20210307214925418 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/shmfs.rst' (62,916) at 20240405153045229 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch' (62,917) at 20210307205554458 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/therm_windtunnel.c' (62,918) at 20240805080013963 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/0003-Fix-pyext_PATTERN-for-cross-compilation.patch' (62,919) at 20240113090014532 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_ets_tests.sh' (62,920) at 20210307214932690 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/eth.c' (62,921) at 20210308005003740 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/mcdi_functions.c' (62,922) at 20240405153046741 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-i3c' (62,923) at 20210309003648252 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-som.dtsi' (62,924) at 20210308005002564 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_input.c' (62,925) at 20240405153052233 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/byteorder.h' (62,926) at 20210308005002808 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2c-plus.dts' (62,927) at 20240405153045813 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/mt41j128M.cfg' (62,928) at 20210308005002912 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/clkc.c' (62,929) at 20240405153046873 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/bitbang_i2c.h' (62,930) at 20230426080043760 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km-powerpc.h' (62,931) at 20210308005003600 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_i2c.hpp' (62,932) at 20230520080006628 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.hpp' (62,933) at 20240820080027378 to deleted uid set 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/README' (62,934) at 20210307205554434 2025-03-14 03:00:49.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/control.h' (62,935) at 20210307214932442 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_transport_srp.c' (62,936) at 20240405153051729 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/init' (62,937) at 20210307205554622 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/OWNERS' (62,938) at 20220219040012739 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77961-ulcb-kf.dts' (62,939) at 20220525020651934 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi' (62,940) at 20220525020652026 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/file_handler.cpp' (62,941) at 20240817080027652 to deleted uid set 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/sha512.h' (62,942) at 20210308005003688 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/configs/zfcpdump_defconfig' (62,943) at 20240405153230075 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_ipv4/ip_tables.h' (62,944) at 20240405153052749 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/MAINTAINERS' (62,945) at 20210307205554642 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control.bb' (62,946) at 20241206090014230 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-terratec.c' (62,947) at 20240405153049501 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/setup.c' (62,948) at 20240405153045981 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/README' (62,949) at 20210308005053405 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/kvm_xen.h' (62,950) at 20240326080039550 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/net-listener.h' (62,951) at 20210308005046037 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88443x.h' (62,952) at 20210307214928630 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx25-pinctrl.txt' (62,953) at 20210307214925394 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_SDCARD_defconfig' (62,954) at 20210308005003240 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_l2l3_sel_test.c' (62,955) at 20240405153054361 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/delay.c' (62,956) at 20240405153046033 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-spkr.c' (62,957) at 20210307214932214 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_eeprom.c' (62,958) at 20210307214930642 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_pc_plus_defconfig' (62,959) at 20210308005003272 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/smbios/smbios-mdr_git.bbappend' (62,960) at 20240403080018482 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/configcheck.sh' (62,961) at 20240405153232283 2025-03-14 03:00:49.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_netlink.c' (62,962) at 20240405153053241 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/pipeline.json' (62,963) at 20240405153054149 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/files/init' (62,964) at 20210307205553866 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/board_env_spec.h' (62,965) at 20210308005002756 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max8998-private.h' (62,966) at 20210307214931430 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-amd-mp2-pci.c' (62,967) at 20240405153048893 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/util_mem.h' (62,968) at 20210307214931602 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_9_0_offset.h' (62,969) at 20210307214927690 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml' (62,970) at 20240405153229783 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/sba_def.h' (62,971) at 20210307214929666 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/rawmidi_compat.c' (62,972) at 20240405153053493 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_errno_defs.h' (62,973) at 20210927100127273 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mstar/Kconfig' (62,974) at 20240405153046805 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/gpio-ir-recv.c' (62,975) at 20240405153230819 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-snmp/meson.build' (62,976) at 20240912080033299 to deleted uid set 2025-03-14 03:00:49.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch' (62,977) at 20210629000017504 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/raspberrypi-hwmon.rst' (62,978) at 20210307214925506 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/Kconfig' (62,979) at 20210308005002916 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml' (62,980) at 20240405153229787 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_seq_pdu_list.c' (62,981) at 20240405153051961 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/initvals_phy.h' (62,982) at 20210307214929898 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sabresd_defconfig' (62,983) at 20210308005003268 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml' (62,984) at 20240405153229799 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml' (62,985) at 20240405153045037 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb' (62,986) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/mkdebian' (62,987) at 20240405153232107 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/test/dm/bootcount.c' (62,988) at 20210308005003740 to deleted uid set 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-dlink-dsm-g600.dts' (62,989) at 20240405153045437 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/lcd.h' (62,990) at 20210307214930946 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/ssi.c' (62,991) at 20240906080037300 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/ut.c' (62,992) at 20210308005003748 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt8186-fhctl.yaml' (62,993) at 20240405153045025 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/loong_translate.c' (62,994) at 20241211090212494 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (62,995) at 20240316080012480 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos-audss.c' (62,996) at 20240405153230239 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/CVE-2024-6221.patch' (62,997) at 20241221090017552 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/Changes' (62,998) at 20210307214930990 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/util.h' (62,999) at 20220525020652374 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine-io.c' (63,000) at 20230925080040113 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig' (63,001) at 20210308005003264 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/urquell_defconfig' (63,002) at 20240405153046309 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_network_utils.py' (63,003) at 20221209040018567 2025-03-14 03:00:49.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewCard.vue' (63,004) at 20241004080035967 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smbios.h' (63,005) at 20210308005003684 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Saxdalen' (63,006) at 20210307205553790 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/kobject.rst' (63,007) at 20240405153045289 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/mv_udc_core.c' (63,008) at 20240405153231555 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/tc-dwc-g210-pci.c' (63,009) at 20240405153231527 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/Makefile' (63,010) at 20210307214926010 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atsha204a-i2c.h' (63,011) at 20210308005003560 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/wa.h' (63,012) at 20210307214929798 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/gpio.c' (63,013) at 20240405153049693 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/yc/acp6x.h' (63,014) at 20240405153053553 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c' (63,015) at 20240830080013275 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/renesas,em-uart.yaml' (63,016) at 20240405153045153 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service' (63,017) at 20210307205554054 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/e6500_power_isa.dtsi' (63,018) at 20210307214926342 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int3402_thermal.c' (63,019) at 20210307214930718 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/nxt200x.h' (63,020) at 20210307214928634 2025-03-14 03:00:49.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572ds.dtsi' (63,021) at 20210307214926346 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg.c' (63,022) at 20240326080039378 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-shx3.c' (63,023) at 20210307214926566 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/suspend.h' (63,024) at 20210307214926554 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-ippo-q8h-v5.dts' (63,025) at 20240405153045389 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_main.c' (63,026) at 20241220090018310 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xilinx/xilinx_dpdma.c' (63,027) at 20240503080014470 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/peak_pcmcia.c' (63,028) at 20240405153049737 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rl6347a.c' (63,029) at 20210307214932322 2025-03-14 03:00:49.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/acl.c' (63,030) at 20240405153231663 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/eth.c' (63,031) at 20210308005002968 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp-userspace.md' (63,032) at 20221209040006387 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-cleanup.patch' (63,033) at 20210307205553810 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/rx_icu.h' (63,034) at 20221215040039182 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/root-device-test.c' (63,035) at 20240405153230187 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi' (63,036) at 20240405153045733 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-sasl.c' (63,037) at 20241211090212558 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore.dts' (63,038) at 20210308005002584 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.json' (63,039) at 20220429100100882 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/build_policy.c' (63,040) at 20240405153053037 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/richtek,rt4831.yaml' (63,041) at 20220525020651690 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/spear_pcm.c' (63,042) at 20210307214932426 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h' (63,043) at 20210309003650540 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/Makefile' (63,044) at 20240405153230063 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,serval.dtsi' (63,045) at 20210308005002812 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE01' (63,046) at 20240405153232287 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/common/Makefile' (63,047) at 20210307214929346 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/store-insert-al16.h.inc' (63,048) at 20240906080037184 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/conf-summary.txt' (63,049) at 20240301090012447 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/src/trace.c' (63,050) at 20240405153054389 2025-03-14 03:00:49.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/sii902x.c' (63,051) at 20240405153230527 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_proc.h' (63,052) at 20240326080039562 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/dual_stores.c' (63,053) at 20230925080040097 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c' (63,054) at 20240411080014110 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-trace.h' (63,055) at 20240405153052085 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/ux500_dma.c' (63,056) at 20210307214930854 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/swap.c' (63,057) at 20240405153231915 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/cpu-cooling-api.rst' (63,058) at 20210307214925470 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/core/Makefile' (63,059) at 20240405153054293 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/path.c' (63,060) at 20240405153053465 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_cmp.c' (63,061) at 20220525020654899 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ak4xxx-adda.h' (63,062) at 20210307214931594 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb' (63,063) at 20241221090017696 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch' (63,064) at 20230706080014765 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stihxxx-b2120.dtsi' (63,065) at 20240405153045581 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/images.rst' (63,066) at 20240302090018222 to deleted uid set 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h' (63,067) at 20240405153054361 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/vmalloc.h' (63,068) at 20210307214926110 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/hub.c' (63,069) at 20240405153230639 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_regs.h' (63,070) at 20240405153046589 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_health.h' (63,071) at 20210307214931270 2025-03-14 03:00:49.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a77470-sysc.c' (63,072) at 20240405153231351 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/axg-clkc.h' (63,073) at 20240405153231795 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalEquipment.v1_1_2.json' (63,074) at 20240619080002956 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/MAINTAINERS' (63,075) at 20210308005002920 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-1.0' (63,076) at 20210307205554426 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-e7.dts' (63,077) at 20240405153045761 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/pcieslot.hpp' (63,078) at 20230821192414184 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb' (63,079) at 20241221090017552 to deleted uid set 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8710b.c' (63,080) at 20240405153231243 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_d.c' (63,081) at 20210308005046513 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/sunplus,sp7021-uart.yaml' (63,082) at 20240405153045153 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/MAINTAINERS' (63,083) at 20210308005002940 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/binfmt_script.c' (63,084) at 20210307214931002 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/bitsperlong.h' (63,085) at 20240906080037352 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-pxa.yaml' (63,086) at 20240405153045065 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-38x.c' (63,087) at 20241008080013967 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ppc64_ARCH_BITS.patch' (63,088) at 20210407000018078 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/input.h' (63,089) at 20221215040039194 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/wl1251.h' (63,090) at 20240405153050717 2025-03-14 03:00:49.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-mt7620.c' (63,091) at 20240405153046049 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_bitcnt.S' (63,092) at 20230426080043952 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/x86_64.conf' (63,093) at 20240106090017257 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VINI/meson.build' (63,094) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/phy/index.rst' (63,095) at 20210307214925470 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/typography.md' (63,096) at 20221215040043190 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/maxim,ds1742.txt' (63,097) at 20210307214925418 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/mixer-test.c' (63,098) at 20240405153232255 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_marshall.h' (63,099) at 20210309003653964 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dsi.h' (63,100) at 20210307214928046 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb' (63,101) at 20240309090012804 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/set-button-sled.service' (63,102) at 20231024080014673 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpiosup.service' (63,103) at 20230920080013648 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/install-from-buildir.patch' (63,104) at 20230706080014741 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led.bb' (63,105) at 20241221090017480 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/pipeline.json' (63,106) at 20240405153054109 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_uart.dtsi' (63,107) at 20240405153045473 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r9.dts' (63,108) at 20240405153045781 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/jack-controls.rst' (63,109) at 20240405153045261 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_pci.h' (63,110) at 20210307214926218 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-visit-core.c' (63,111) at 20220429100100738 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/pm8941.dtsi' (63,112) at 20240405153229891 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/convert-pam-configs.sh' (63,113) at 20230817080015056 to deleted uid set 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/governor_performance.c' (63,114) at 20210307214927118 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/pxa168.dtsi' (63,115) at 20240405153229875 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl_pic32.c' (63,116) at 20210308005003460 2025-03-14 03:00:49.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt' (63,117) at 20210307214925366 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mnt_idmapping.h' (63,118) at 20240405153052741 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-crypto-sysfs.c' (63,119) at 20240405153046517 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/apparmor.py' (63,120) at 20210307205554110 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/kirkwood/kirkwood-i2s.c' (63,121) at 20240405153053961 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.h' (63,122) at 20240405153230315 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_ft_pool.c' (63,123) at 20220525020653587 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators.service' (63,124) at 20230216040029851 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-evm-processor-common.dtsi' (63,125) at 20240405153045601 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/transport.hpp' (63,126) at 20240903080027139 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/OWNERS' (63,127) at 20220726030041483 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r3.dts' (63,128) at 20240405153045781 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/documentation.conf' (63,129) at 20241221090017612 to deleted uid set 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/cfg_space.c' (63,130) at 20240405153048513 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_bad.c' (63,131) at 20210308005003756 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strlen.S' (63,132) at 20240405153229859 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/Kconfig' (63,133) at 20241211090145381 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/dpd/decimal32.c' (63,134) at 20210308005046061 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/inside-secure/Makefile' (63,135) at 20210307214927094 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn21.h' (63,136) at 20240405153047301 2025-03-14 03:00:49.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.h' (63,137) at 20210309003649428 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/certs_manager_test.cpp' (63,138) at 20241129090022521 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c' (63,139) at 20240503080014482 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vhe/timer-sr.c' (63,140) at 20210309003648796 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_ph.c' (63,141) at 20210308005046505 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/intr_queue.h' (63,142) at 20210307214926582 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFUL' (63,143) at 20211006000025234 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/invalid-slots.c' (63,144) at 20230925080040097 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/vnic.h' (63,145) at 20220525020653139 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/Makefile' (63,146) at 20240405153051445 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_async_ids_map_extended.h' (63,147) at 20240405153046581 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-mcp23s08_i2c.c' (63,148) at 20240405153051337 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-rds.rst' (63,149) at 20220525020651782 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/conf/machine/sunray2.conf' (63,150) at 20210812000025162 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC16-85.0W' (63,151) at 20210307205553758 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/led.c' (63,152) at 20210308005002948 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/pcmcia/driver.rst' (63,153) at 20210307214925542 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_pixpll.c' (63,154) at 20240405153230583 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ssh.py' (63,155) at 20221003030013313 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau7118-i2c.c' (63,156) at 20240405153232143 2025-03-14 03:00:49.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/Kconfig' (63,157) at 20220525020653591 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/usb/gl620a.c' (63,158) at 20240405153050377 to deleted uid set 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_malta.py' (63,159) at 20241211090212538 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecureBootDatabase_v1.xml' (63,160) at 20240619080002936 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/trace.h' (63,161) at 20210307214926530 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/flow_dissector.c' (63,162) at 20241115090012977 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/woodburn_common.h' (63,163) at 20210308005003624 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/intr.h' (63,164) at 20240405153048805 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130.dtsi' (63,165) at 20220525020651918 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/oe-use-libc-malloc.patch' (63,166) at 20241221090017524 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tree/tree_2.2.1.bb' (63,167) at 20241221090017544 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal.h' (63,168) at 20240805080013983 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse/run-ptest' (63,169) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/riscv/include/uapi/asm/perf_regs.h' (63,170) at 20210307214932454 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hist.c' (63,171) at 20241011080017411 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/08setupdns' (63,172) at 20210307205554466 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/phosphor-dbus-interfaces.wrap' (63,173) at 20220805030037283 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch' (63,174) at 20241221090017668 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state/asound.conf' (63,175) at 20210307205554450 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8mm.c' (63,176) at 20240405153231319 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/nhi_regs.h' (63,177) at 20240405153051981 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/reset.c' (63,178) at 20240405153047037 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/i40iw_hw.h' (63,179) at 20240405153230711 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spi_flash.h' (63,180) at 20230720080043543 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/kilauea.dts' (63,181) at 20240405153046093 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-mm.c' (63,182) at 20240405153046797 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/.gitignore' (63,183) at 20210307214926726 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/libftdi/libftdi_%.bbappend' (63,184) at 20241029080011443 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch' (63,185) at 20241221090017512 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/cache.json' (63,186) at 20240405153054137 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/st,stm32-booster.yaml' (63,187) at 20240405153045145 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_mark_t.h' (63,188) at 20210307214931650 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_dtmf.c' (63,189) at 20210307214928542 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/timex.h' (63,190) at 20240405153046249 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/Kconfig' (63,191) at 20210308005002904 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/watchdog-pm.rst' (63,192) at 20210307214925634 2025-03-14 03:00:49.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_ph.c' (63,193) at 20210308005046505 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/x86-iommu.h' (63,194) at 20230925080039929 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/maxim,max31856.yaml' (63,195) at 20240405153045077 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/android.txt' (63,196) at 20210307214932506 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/go.d.conf' (63,197) at 20241221090017564 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_timer.c' (63,198) at 20240405153053169 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g15ek.dts' (63,199) at 20210308005002572 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/axg-audio-clkc.h' (63,200) at 20240405153231795 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl/0001-Makefile.PL-make-check_lib-cross-friendly.patch' (63,201) at 20240301090012471 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/_chk_dependency.sh' (63,202) at 20240405153054293 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov02a10.c' (63,203) at 20240405153049321 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpu32.c' (63,204) at 20241211090212470 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/8250.yaml' (63,205) at 20240405153045153 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ramfs-rootfs-initramfs.rst' (63,206) at 20240405153045205 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/instruction.json' (63,207) at 20240405153054113 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-usb-ss.c' (63,208) at 20210307214930058 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2g.c' (63,209) at 20210308005003076 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-hmp-cmds.c' (63,210) at 20230426080043656 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fdt.h' (63,211) at 20210308005002640 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/spmi/spmi.h' (63,212) at 20210307214931350 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/base.yml' (63,213) at 20241022080032776 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_config.h' (63,214) at 20210307214929350 2025-03-14 03:00:49.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/unaligned.h' (63,215) at 20210308005002844 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_template.h' (63,216) at 20240326080039370 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/lm_sensors/lmsensors-config_1.0.bbappend' (63,217) at 20210811000030037 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/stream.c' (63,218) at 20241211090212218 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/run_manual.rst' (63,219) at 20240405153045009 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/keys/trusted-encrypted.rst' (63,220) at 20240405153045257 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc.h' (63,221) at 20240405153053157 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/init' (63,222) at 20210307205553826 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/SECURITY.md' (63,223) at 20231126090012809 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/xprtrdma.h' (63,224) at 20210307214931518 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb' (63,225) at 20240405153044913 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-efi.py' (63,226) at 20241221090017704 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/lite5200.dts' (63,227) at 20240405153046093 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/292' (63,228) at 20210927100127501 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-path/run-ptest' (63,229) at 20230503080014587 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-click_8.1.7.bb' (63,230) at 20240301090012471 to deleted uid set 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-az6027-cardlist.rst' (63,231) at 20210307214925230 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-solidsense.dts' (63,232) at 20240405153045501 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm6115.yaml' (63,233) at 20240405153045029 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_valid.py' (63,234) at 20221216040017706 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/microchip,enc28j60.txt' (63,235) at 20210307214925378 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/Makefile' (63,236) at 20210308005003708 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_buddy.h' (63,237) at 20240405153052629 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.h' (63,238) at 20210307214929942 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/smp.c' (63,239) at 20240830080013243 2025-03-14 03:00:49.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_hdmi_helper.c' (63,240) at 20240405153048389 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/astro.h' (63,241) at 20210308005002916 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/Kconfig' (63,242) at 20210307214929882 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/stats.c' (63,243) at 20240815080012915 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/hi655x-pmic.c' (63,244) at 20240405153230835 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config/mtjade-ipmi-sensors.yaml' (63,245) at 20230309090017515 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/http_utility_test.cpp' (63,246) at 20241228090003723 to deleted uid set 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch' (63,247) at 20241206090014282 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/zet6223.c' (63,248) at 20240405153049165 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch' (63,249) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/socket.c' (63,250) at 20231102080015293 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/g_uvc.h' (63,251) at 20240405153052941 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/Kconfig' (63,252) at 20240405153051985 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/drmem.h' (63,253) at 20240405153046109 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/armv8_deprecated.c' (63,254) at 20240726080012846 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rwbase_rt.h' (63,255) at 20220525020654611 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw551x.dtsi' (63,256) at 20240405153045513 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/gpio.h' (63,257) at 20210307214931438 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-pm8058.c' (63,258) at 20240405153230755 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_sigtramp.h' (63,259) at 20221215040039062 2025-03-14 03:00:49.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-helpers.h' (63,260) at 20240906080037216 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc440_uc.c' (63,261) at 20240906080037280 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_bad' (63,262) at 20210308005003756 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/Makefile' (63,263) at 20210307214932278 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bitmain_antminer_s9.h' (63,264) at 20210308005003588 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (63,265) at 20210813100029652 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-gl861-cardlist.rst' (63,266) at 20210307214925230 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex6.bpf.c' (63,267) at 20240405153232099 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ia_css_ctc_param.h' (63,268) at 20210309003653020 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/insns.decode' (63,269) at 20210308005046313 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-rcar-gen2.c' (63,270) at 20210308005003456 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/index.rst' (63,271) at 20240405153045301 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct6775.h' (63,272) at 20240405153230667 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_mchbar_regs.h' (63,273) at 20240405153048541 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/patch.c' (63,274) at 20220525020652026 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/lpc18xx_defconfig' (63,275) at 20240405153229907 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/atmel_pci.c' (63,276) at 20220525020653731 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native/errors_watch.yaml' (63,277) at 20210307205554050 2025-03-14 03:00:49.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r9a06g032-sysctrl.h' (63,278) at 20240405153052645 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_hwloops.S' (63,279) at 20230426080043952 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/traps.h' (63,280) at 20210307214926590 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/xilinx/clk-xlnx-clock-wizard.c' (63,281) at 20240405153046873 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js' (63,282) at 20210307205554278 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exregion.c' (63,283) at 20240628080013985 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6s_mba6_mmc_defconfig' (63,284) at 20210308005003284 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/loongson/loongson,ls2k-pmc.yaml' (63,285) at 20240405153229795 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cqhci-crypto.h' (63,286) at 20220525020653379 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pgtable.h' (63,287) at 20240405153230011 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/qcom,spmi-adc7-pm8350.h' (63,288) at 20240405153231795 2025-03-14 03:00:49.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch' (63,289) at 20241221090017696 to deleted uid set 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c' (63,290) at 20241115090012945 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0021_eventlogsimports.py' (63,291) at 20240106090017245 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/buttons/button.png' (63,292) at 20220105012522963 to deleted uid set 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-neon.inc' (63,293) at 20210905000020581 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-qcm2290.yaml' (63,294) at 20240405153045025 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/libdbi/libdbi.inc' (63,295) at 20220402030015919 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-vmalloc.h' (63,296) at 20210307214931550 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/md5.c' (63,297) at 20210308005003708 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/pldm-create-phyp-nvram.service' (63,298) at 20220916100031437 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/MAINTAINERS' (63,299) at 20210308005002952 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/omap_rng.yaml' (63,300) at 20240405153229795 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/opp2430_data.c' (63,301) at 20210307214925922 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/core.c' (63,302) at 20220525020653823 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/lib.h' (63,303) at 20240405153053465 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sc8280xp-dpu.yaml' (63,304) at 20240405153229763 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/adc/ingenic,adc.h' (63,305) at 20220525020654543 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts' (63,306) at 20240405153229923 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/floating-point.json' (63,307) at 20240405153054133 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/kbdif.h' (63,308) at 20240405153052957 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/fsl-sata.txt' (63,309) at 20210307214925282 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/l2tp.sh' (63,310) at 20210307214932690 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65086.h' (63,311) at 20240405153231819 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-pcduino2.dts' (63,312) at 20210308005002616 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s.dtsi' (63,313) at 20210308005002620 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_multiple_interfaces.robot' (63,314) at 20240628080017113 to deleted uid set 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c' (63,315) at 20240405153051937 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TOSL' (63,316) at 20211006000025246 2025-03-14 03:00:49.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spmi/spmi.c' (63,317) at 20240405153051805 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c' (63,318) at 20240405153230423 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/gettime_perf.c' (63,319) at 20220525020655231 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_1_0_sh_mask.h' (63,320) at 20210307214927666 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpu.h' (63,321) at 20240613080016499 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/apply_local_src_patches.bbclass' (63,322) at 20231011080016570 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-continue.rst' (63,323) at 20220525020654131 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lynxkdi.h' (63,324) at 20210308005003672 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/paging.h' (63,325) at 20220525020653751 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-client.init' (63,326) at 20210307205554122 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c' (63,327) at 20240405153048637 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nvdimm/firmware-activate.rst' (63,328) at 20210309003648408 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qobject-input-visitor.h' (63,329) at 20220429100100586 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpuidle-imx6q.c' (63,330) at 20240405153045645 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/kprobes.h' (63,331) at 20240405153045917 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/unstriped.rst' (63,332) at 20240405153044941 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/.clang-format' (63,333) at 20240709145403765 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/xlnx-versal-usb2-ctrl-regs.h' (63,334) at 20230426080043768 2025-03-14 03:00:49.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/meson/Makefile' (63,335) at 20210307214927174 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/musl_%.bbappend' (63,336) at 20241221090017472 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/callback_srm.S' (63,337) at 20240405153229855 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/0001-Drop-inline-of-crc32-function-to-fix-build-using-GCC.patch' (63,338) at 20210307205553874 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/compressor.h' (63,339) at 20210307214927306 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/edid.json' (63,340) at 20230809080018199 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_5.73.bb' (63,341) at 20241221090017500 to deleted uid set 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-phytec-pfla02.dtsi' (63,342) at 20240405153045501 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/extmem.c' (63,343) at 20240405153230087 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uniphier_v8_defconfig' (63,344) at 20210308005003284 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/pl022.h' (63,345) at 20210927100127241 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/trusted_foundations.c' (63,346) at 20210307214927178 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/power_allocator.rst' (63,347) at 20220525020651726 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/za_no_regs.c' (63,348) at 20241008080014055 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1420.c' (63,349) at 20240405153049293 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-sl28cpld.c' (63,350) at 20240405153231359 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pxe.c' (63,351) at 20210308005003216 2025-03-14 03:00:49.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/smsc75xx.h' (63,352) at 20210307214929710 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-before-err.out' (63,353) at 20210308005046409 to deleted uid set 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/prime_numbers.h' (63,354) at 20210307214931486 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nd.h' (63,355) at 20240405153052749 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NTP-0' (63,356) at 20211006000025238 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/sysreset.c' (63,357) at 20210308005003740 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/unaligned.h' (63,358) at 20210308005002804 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ksyms_module.c' (63,359) at 20240405153054253 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/yc/acp6x-pdm-dma.c' (63,360) at 20240405153053553 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/Makefile' (63,361) at 20210308005002964 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/Kconfig' (63,362) at 20210307214932426 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/sysfs.hpp' (63,363) at 20240817080026660 to deleted uid set 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mediatek,spi-slave-mt27xx.yaml' (63,364) at 20240405153045173 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp-config.c' (63,365) at 20240405153232139 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-tip.rst' (63,366) at 20240405153045249 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/perf_event.h' (63,367) at 20210307214926110 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-colibri.dtsi' (63,368) at 20240405153229879 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (63,369) at 20220223040020640 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/dev.h' (63,370) at 20210307214929870 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_soc.h' (63,371) at 20210307214926486 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_eth_com.h' (63,372) at 20240613080016431 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-da9055.c' (63,373) at 20220525020652438 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/perfmon.h' (63,374) at 20220525020652406 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/vitesse,vsc73xx.txt' (63,375) at 20240405153045117 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb' (63,376) at 20241221090017560 2025-03-14 03:00:49.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vtime.h' (63,377) at 20220525020652102 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m.dtsi' (63,378) at 20240405153045573 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/bdx-metrics.json' (63,379) at 20240405153054129 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads7950.yaml' (63,380) at 20210309003648356 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/systemintfcmds.hpp' (63,381) at 20231115090028655 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,qcm2290-dispcc.yaml' (63,382) at 20240405153045029 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_ioctl32.c' (63,383) at 20240405153052593 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/Makefile' (63,384) at 20240405153048357 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/rfd_ftl.c' (63,385) at 20220525020653407 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/edma-pcm.h' (63,386) at 20210307214932430 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/machine.c' (63,387) at 20240906080037480 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-mplay-Fix-build-with-musl.patch' (63,388) at 20220910030013353 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops/non-atomic.h' (63,389) at 20210308005002824 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ot1200_defconfig' (63,390) at 20210308005003272 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/imx_i2c.c' (63,391) at 20241211090212274 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch' (63,392) at 20220910030013425 2025-03-14 03:00:49.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/sp2.c' (63,393) at 20240405153049297 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-gx-ao-secure.yaml' (63,394) at 20240405153045013 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-hash_0.7.0.bb' (63,395) at 20241221090017552 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' (63,396) at 20240521080035457 to deleted uid set 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/cache.json' (63,397) at 20210307214932538 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/kregs.h' (63,398) at 20210307214926118 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c' (63,399) at 20241011080017311 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-sis96x.rst' (63,400) at 20210307214925510 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/cs4231a.c' (63,401) at 20241211090212254 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/sysctl.conf' (63,402) at 20210307205554566 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pca953x.h' (63,403) at 20210308005003676 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/persistent_data.hpp' (63,404) at 20241207090003063 to deleted uid set 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/settings' (63,405) at 20210309003656020 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch' (63,406) at 20240106090017233 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/manager.c' (63,407) at 20220525020653915 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cloexec.c' (63,408) at 20240405153054185 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/internal.h' (63,409) at 20240906080037512 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/volatiles.03_suricata' (63,410) at 20210905000020565 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sections.h' (63,411) at 20210307214926586 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc_pll_regs.h' (63,412) at 20240405153046605 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tc90522.c' (63,413) at 20240405153230783 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray-fs4.dtsi' (63,414) at 20210307214926010 2025-03-14 03:00:49.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mei/nfc.rst' (63,415) at 20240405153045193 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/st_fdma.c' (63,416) at 20220525020652414 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm6350.h' (63,417) at 20240405153049173 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio.c' (63,418) at 20240906080037140 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/timer.c' (63,419) at 20240405153053229 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp34.cpp' (63,420) at 20230808080039221 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/spinlock_types.h' (63,421) at 20210307214925670 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb' (63,422) at 20241206090014270 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/xen/evtchn.h' (63,423) at 20240405153052949 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-mfg.c' (63,424) at 20240405153046801 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_netlink.c' (63,425) at 20241104090011619 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/tests/regs_load.S' (63,426) at 20210307214932514 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml' (63,427) at 20240405153045109 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8186-evb.dts' (63,428) at 20240405153045749 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/common.c' (63,429) at 20210308005003012 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-s5pv210-usb2.c' (63,430) at 20210307214930062 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/phy-uniphier-usb3hs.c' (63,431) at 20240405153051297 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/readme.md' (63,432) at 20221215040043186 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-zram' (63,433) at 20240405153044913 2025-03-14 03:00:49.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/SDKToolchainConfig.cmake.template' (63,434) at 20220405030025649 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_prctl_unalign.h' (63,435) at 20220429100100618 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8711.h' (63,436) at 20210307214932354 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb' (63,437) at 20241221090017556 to deleted uid set 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.h' (63,438) at 20210307214927294 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/lib/string.c' (63,439) at 20240405153045913 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/service_indicators.hpp' (63,440) at 20221005030030502 to deleted uid set 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpc85xx.h' (63,441) at 20210307214926386 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.c' (63,442) at 20240405153050109 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/x86-5lvl.c' (63,443) at 20240405153230295 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_user_tags.fail' (63,444) at 20241221090017632 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_bench_xmit_mode_queue_xmit.sh' (63,445) at 20240405153053429 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/irq.h' (63,446) at 20240405153046309 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-ocfs2' (63,447) at 20240405153044929 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_ipv6header.h' (63,448) at 20210307214931650 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_debugfs.h' (63,449) at 20240405153048441 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ftrace.lds.h' (63,450) at 20220525020652098 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/nmi.c' (63,451) at 20240405153230127 to deleted uid set 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/utils.h' (63,452) at 20210927100127229 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/spinlock.h' (63,453) at 20220525020652002 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-capture.c' (63,454) at 20240405153231471 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rcar.h' (63,455) at 20240405153051237 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/dfs.h' (63,456) at 20210307214929770 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-perf.rst' (63,457) at 20240405153054037 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/imx8mq-power.h' (63,458) at 20240405153052653 2025-03-14 03:00:49.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7743-cpg-mssr.c' (63,459) at 20210309003649252 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rx51_battery.c' (63,460) at 20210307214930166 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/axg.h' (63,461) at 20210308005002644 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_request.py' (63,462) at 20230512080020573 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt' (63,463) at 20210309003648348 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/src/lib.rs' (63,464) at 20241211090212458 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/pep-gprs.c' (63,465) at 20240405153053353 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/hub.c' (63,466) at 20240405153052081 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/misc_32.c' (63,467) at 20210307214926614 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-hummingboard-emmc-som-v15.dts' (63,468) at 20240405153045497 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/alloc.c' (63,469) at 20240405153050093 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cpu-throttle.h' (63,470) at 20241211090212370 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-extras.inc' (63,471) at 20210307205554542 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap.c' (63,472) at 20240906080037376 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acapps.h' (63,473) at 20240405153046613 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/exp_rcv.c' (63,474) at 20220525020653131 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/277' (63,475) at 20240906080037564 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/event_notification_utils.robot' (63,476) at 20240627080021048 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/qt1050.c' (63,477) at 20240805080013959 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2' (63,478) at 20210308005046473 to deleted uid set 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-blk-common.h' (63,479) at 20221215040039190 2025-03-14 03:00:49.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/stv0991.c' (63,480) at 20210308005003056 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/reg_ops.h' (63,481) at 20220525020651966 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0003-check-for-libexecinfo-providing-backtrace-APIs.patch' (63,482) at 20230706080014753 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c' (63,483) at 20240405153231023 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gem.h' (63,484) at 20240405153230595 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/usbtmc.c' (63,485) at 20241001080013024 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_rateest.h' (63,486) at 20210307214931646 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/Makefile' (63,487) at 20220525020654955 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemux86/pointercal' (63,488) at 20210307205553874 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/opts-visitor.c' (63,489) at 20240906080037432 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-lpass-ports.h' (63,490) at 20240405153053981 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/uapi.c' (63,491) at 20240405153048769 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/Kconfig' (63,492) at 20210308005002956 2025-03-14 03:00:49.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-git-pw_2.6.0.bb' (63,493) at 20240301090012431 to deleted uid set 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/Kconfig' (63,494) at 20240405153050693 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz' (63,495) at 20210307205554594 to deleted uid set 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/board-axg.c' (63,496) at 20210308005002752 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/Kconfig' (63,497) at 20240405153050793 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83640_reg.h' (63,498) at 20220525020653683 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/vmlinux.lds.S' (63,499) at 20241211090145393 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106/core-isa.h' (63,500) at 20221215040039346 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_gpr.c' (63,501) at 20210308005045905 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/trace.h' (63,502) at 20210308005045821 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/MAINTAINERS' (63,503) at 20210308005002944 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_read_window_v2.c' (63,504) at 20230809080010799 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker.dts' (63,505) at 20240405153045785 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-zero-plus2.dts' (63,506) at 20210308005002620 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/clk-lib.h' (63,507) at 20210308005003056 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/sharpsl_param.c' (63,508) at 20240405153045613 2025-03-14 03:00:49.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/exceptions/Linux-syscall-note' (63,509) at 20210307214925638 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Memory.v1_20_0.json' (63,510) at 20240619080002948 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/system.h' (63,511) at 20210308005002808 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts' (63,512) at 20240405153045745 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intrusion/meson.build' (63,513) at 20241112090003098 to deleted uid set 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_config.cpp' (63,514) at 20240819080030259 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/example/monitor.yaml' (63,515) at 20220928030038662 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb_demux.h' (63,516) at 20210307214931542 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_l3_exceptions.sh' (63,517) at 20220525020655207 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c' (63,518) at 20240405153230399 to deleted uid set 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rk3288_hdmi_analog.c' (63,519) at 20240405153053981 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Gutmann' (63,520) at 20241221090017616 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic26.h' (63,521) at 20240405153053809 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bergvik' (63,522) at 20210307205553778 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vsc3316_3308.c' (63,523) at 20210308005002960 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2837-rpi-3-b.dts' (63,524) at 20210308005002572 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.c' (63,525) at 20240405153048505 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rockchip,rk808.h' (63,526) at 20210308005003632 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-memory.h' (63,527) at 20241114091008832 to deleted uid set 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/run-ci' (63,528) at 20221209040038051 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c' (63,529) at 20240405153050121 2025-03-14 03:00:49.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-led.c' (63,530) at 20220627100016986 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/ivt.S' (63,531) at 20240405153229995 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/cpp-example.cpp' (63,532) at 20240106090017253 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.err' (63,533) at 20210308005046413 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_make_id_name.cpp' (63,534) at 20221028100033263 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/api/index.rst' (63,535) at 20240405153045009 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ddr.h' (63,536) at 20210308005002972 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rsmu_spi.c' (63,537) at 20240405153230839 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/MAINTAINERS' (63,538) at 20210308005003036 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Enafors' (63,539) at 20210307205553778 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-ppc_82xx.txt' (63,540) at 20210308005003012 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/seccomp/seccomp-filter/arch-support.txt' (63,541) at 20240405153045201 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/scmi_pm_domain.c' (63,542) at 20221102030020769 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PHP-3.01' (63,543) at 20211006000025242 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h' (63,544) at 20240221090011585 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-chemical-sgp40' (63,545) at 20220525020651634 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_msgtype6.c' (63,546) at 20240405153231379 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/set_parameter_from_group_max.cpp' (63,547) at 20240820080023686 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/firmware/imx/rsrc.h' (63,548) at 20240405153052649 2025-03-14 03:00:49.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-shadow-fix1.c' (63,549) at 20240405153053429 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/ti_sci_inta_msi.c' (63,550) at 20240405153231455 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/xyz.openbmc_project.EntityManager.service' (63,551) at 20240604080008984 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.h' (63,552) at 20240405153050129 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/maxim,max44009.yaml' (63,553) at 20220525020651682 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/modinfo-generate.py' (63,554) at 20230925080039989 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp10b.c' (63,555) at 20210307214927966 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-se-proxy_git.bb' (63,556) at 20230610080017599 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_tc.sh' (63,557) at 20240405153053425 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-mac.h' (63,558) at 20210307214929602 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_hdr.h' (63,559) at 20210307214929578 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/service-config-manager/meson.build' (63,560) at 20241113090034549 to deleted uid set 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-magicmouse.c' (63,561) at 20241216090017701 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_fw_scsi.h' (63,562) at 20210307214930386 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/wpantund_git.bb' (63,563) at 20240413080012643 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/32/pgtable.h' (63,564) at 20240405153230027 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/Makefile' (63,565) at 20210308005002860 2025-03-14 03:00:49.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nuvoton/Makefile' (63,566) at 20240405153046805 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/Makefile' (63,567) at 20240405153230299 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/elf_util.c' (63,568) at 20210307214926362 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-driver.h' (63,569) at 20210716100029931 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/irq.c' (63,570) at 20210307214926190 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/ncplite-inventory-log/files/inventory-log.sh' (63,571) at 20230418080015344 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk20a.c' (63,572) at 20220525020652971 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/docs/openbmc_test_tools.md' (63,573) at 20221209040018563 to deleted uid set 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm186x.c' (63,574) at 20240405153053677 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h' (63,575) at 20241211090145417 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/pci-cxl.c' (63,576) at 20240405153046217 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_para.h' (63,577) at 20220525020652034 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tao3530.h' (63,578) at 20210308005003620 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ragunda' (63,579) at 20210307205553790 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_c_ac.h' (63,580) at 20240405153231851 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/nsimosci_hs_smp_defconfig' (63,581) at 20240405153045357 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/index.rst' (63,582) at 20240405153045293 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_structs.h' (63,583) at 20210308005046085 2025-03-14 03:00:49.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/service_files/com.ibm.VPD.Manager.service' (63,584) at 20240104090016070 to deleted uid set 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_delloem.c' (63,585) at 20210308004938824 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/set_device_action.hpp' (63,586) at 20210914000041091 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/sdbusplus.wrap' (63,587) at 20230602080024184 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils_2.5.bb' (63,588) at 20241221090017636 to deleted uid set 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.clang-tidy' (63,589) at 20240903080027135 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/bt1-pvt.c' (63,590) at 20240405153230659 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.out' (63,591) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_timestamp.h' (63,592) at 20240405153052857 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/xattr.h' (63,593) at 20240405153052349 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_drv.c' (63,594) at 20240805080013951 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mpi.h' (63,595) at 20210308005045953 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/index.rst' (63,596) at 20210307214925242 2025-03-14 03:00:49.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_display_helper_mod.c' (63,597) at 20240405153048385 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_6_0_d.h' (63,598) at 20210307214927514 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/disas.c' (63,599) at 20240906080037496 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/file_handler.hpp' (63,600) at 20230511080030371 to deleted uid set 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-control.c' (63,601) at 20240405153053969 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ov2659.txt' (63,602) at 20210307214925350 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/uprobes.c' (63,603) at 20240405153230071 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/mdev.cfg' (63,604) at 20241221090017636 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/squashfs.h' (63,605) at 20240405153052537 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/serval_pcb106.dts' (63,606) at 20210308005002816 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8180_93cx6.h' (63,607) at 20210307214930634 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/qmi.h' (63,608) at 20240805080013987 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/and' (63,609) at 20240405153053437 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/m5235evb.c' (63,610) at 20210308005002972 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/logging.hpp' (63,611) at 20210308005059173 2025-03-14 03:00:49.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24110.h' (63,612) at 20210307214928610 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pm8916_wdt.c' (63,613) at 20240405153231599 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx1-pinfunc.h' (63,614) at 20240405153045485 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/boot.c' (63,615) at 20210308005002760 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/helper.h' (63,616) at 20210308005046373 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-resource-supplement-for-pfr.md' (63,617) at 20221209040006395 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/gyp/gyp_git.bb' (63,618) at 20240301090012431 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ClArtistic' (63,619) at 20210307205554418 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme4_rtr_regs.h' (63,620) at 20240405153046605 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d_0.1.10.bb' (63,621) at 20231011080016602 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/dma-isa-lpc.rst' (63,622) at 20220525020651658 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm92.c' (63,623) at 20240405153048861 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgalloc.h' (63,624) at 20220525020652150 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/palmetto-ipmi-fru.yaml' (63,625) at 20210307205553690 2025-03-14 03:00:49.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/internals.h' (63,626) at 20240405153048925 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_cnfg.h' (63,627) at 20220525020653335 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/MCD_tasksInit.h' (63,628) at 20210308005003556 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2019-12' (63,629) at 20210908000010391 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/xdr4.c' (63,630) at 20240405153052401 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88473.c' (63,631) at 20240405153049293 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/quark.h' (63,632) at 20210308005002876 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/logo.svg' (63,633) at 20210308005107069 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/pdr/sensor_pdr.json' (63,634) at 20221213040036917 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb' (63,635) at 20241206090014318 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/guest-agent-command-state.c' (63,636) at 20210308005046229 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.cpp' (63,637) at 20240817080031288 to deleted uid set 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ux500-usb.txt' (63,638) at 20210307214925450 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/crypto.h' (63,639) at 20220525020654915 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8572DS_defconfig' (63,640) at 20210308005003240 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/rcuref.h' (63,641) at 20240405153052785 to deleted uid set 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/gcov.h' (63,642) at 20220525020654703 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/ensure.hpp' (63,643) at 20230523080037934 to deleted uid set 2025-03-14 03:00:49.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/trace-enable/trace-enable/trace-enable' (63,644) at 20220129040011653 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/dptf/dptf_power.c' (63,645) at 20240405153046637 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-self-map-files-002.c' (63,646) at 20210307214932710 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_sas.c' (63,647) at 20240405153231431 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore.c' (63,648) at 20240405153230107 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/Kconfig' (63,649) at 20240405153051413 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/Makefile' (63,650) at 20240405153046157 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-s3c2410.c' (63,651) at 20240405153230679 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf_regs.h' (63,652) at 20240405153232239 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/proc-fns.h' (63,653) at 20240405153045625 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-ni169445.config' (63,654) at 20210307214926202 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/efi_64.c' (63,655) at 20240405153230147 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/clearstate_evergreen.h' (63,656) at 20210307214927998 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/trace.h' (63,657) at 20210309003654376 2025-03-14 03:00:49.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-05' (63,658) at 20220718030006057 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_w.c' (63,659) at 20210308005046505 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb' (63,660) at 20240301090012447 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-uevent.c' (63,661) at 20240405153049249 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.json' (63,662) at 20220429100100882 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubp.c' (63,663) at 20240405153047257 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-chromebook.dtsi' (63,664) at 20210308005002604 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38471-1.patch' (63,665) at 20240106090017265 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-brcmstb-rescal.c' (63,666) at 20240405153051485 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/zsmalloc.c' (63,667) at 20240405153231983 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_hw_counters.h' (63,668) at 20220525020653167 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/Makefile' (63,669) at 20210307214925642 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Fiskars' (63,670) at 20210307205553770 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/plutux/MAINTAINERS' (63,671) at 20210308005002920 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c' (63,672) at 20220525020652971 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/most_usb.c' (63,673) at 20240405153049677 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/.gitignore' (63,674) at 20210308005002948 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wm9705.c' (63,675) at 20210307214928510 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/freshclam.conf' (63,676) at 20210307205554126 2025-03-14 03:00:49.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-scmi' (63,677) at 20240405153044913 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_pci.h' (63,678) at 20210307214930274 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/twl4030.dtsi' (63,679) at 20210308005002632 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire2.conf' (63,680) at 20210307205553722 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/knotty.py' (63,681) at 20241221090017588 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/exports.c' (63,682) at 20240405153053417 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_attach_probe.c' (63,683) at 20240405153054269 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabresd-u-boot.dtsi' (63,684) at 20210308005002584 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/meson.build' (63,685) at 20230925080039989 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_debugfs.h' (63,686) at 20210307214929574 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/pm3393.c' (63,687) at 20240405153049861 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config/zone_conditions.yaml' (63,688) at 20210307205554062 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_event.h' (63,689) at 20210307214932194 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/firmware.c' (63,690) at 20240405153049049 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/migrate.h' (63,691) at 20240405153052897 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/1600x1200.S' (63,692) at 20210307214932470 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_features.c' (63,693) at 20240405153054285 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml' (63,694) at 20240405153045073 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/dev-tools/index.rst' (63,695) at 20240405153229839 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0002-Add-another-variable-LIBS-to-provides-libraries-from.patch' (63,696) at 20230114040015470 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/ddr.h' (63,697) at 20210308005002784 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/trace-events' (63,698) at 20240906080037288 2025-03-14 03:00:49.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/MAINTAINERS' (63,699) at 20210308005002992 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/config/gitlint/block_comment.py' (63,700) at 20221208040016922 to deleted uid set 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-bindings/vala/xfce4-vala/0001-configure.ac-Detect-vapidir-if-not-set-explicitly.patch' (63,701) at 20210307205554042 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_smu_sensors.c' (63,702) at 20240405153049229 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_heartbeat.c' (63,703) at 20240405153230267 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra210-mc.h' (63,704) at 20210309003650404 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml' (63,705) at 20240405153045117 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/hyperv/mshyperv.c' (63,706) at 20240405153045849 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,jz4760-cgu.h' (63,707) at 20240405153052641 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_port.c' (63,708) at 20240405153050201 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/a53-pll.c' (63,709) at 20240405153046805 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-main.c' (63,710) at 20240405153049801 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-ixp4xx.c' (63,711) at 20240405153230867 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/z3fold.rst' (63,712) at 20240405153045229 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/Makefile' (63,713) at 20210307214930170 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-tdmout.c' (63,714) at 20240405153053973 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7110-ispcrg.yaml' (63,715) at 20240405153229759 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-user-gpu.rst' (63,716) at 20240326080039406 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_7.c' (63,717) at 20241125090012239 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_hpt3x3.c' (63,718) at 20240405153046661 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/SafeSetID.rst' (63,719) at 20210309003648268 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb' (63,720) at 20241221090017576 to deleted uid set 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/can.rst' (63,721) at 20240906080037180 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_scu_pltdrv.c' (63,722) at 20210307214930146 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-altera-core.c' (63,723) at 20240405153051781 2025-03-14 03:00:49.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_ct.h' (63,724) at 20240405153052941 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/pkginfo.in' (63,725) at 20210308004938816 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/Makefile' (63,726) at 20210308005003336 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/connector/Kconfig' (63,727) at 20210307214927050 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/surestart-attributes.c' (63,728) at 20240405153231343 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/slot.c' (63,729) at 20241211090145477 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core.h' (63,730) at 20240405153047029 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/sti-reset.c' (63,731) at 20210308005003480 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/amd_acpi.h' (63,732) at 20220525020652534 2025-03-14 03:00:49.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/perf_regs.h' (63,733) at 20210307214926682 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7790.c' (63,734) at 20210308005003460 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/melexis,mlx90640.txt' (63,735) at 20210307214925350 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/arm11mpcore.h' (63,736) at 20210308005046009 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_dec.c' (63,737) at 20240405153051865 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.h' (63,738) at 20210307214929942 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/allmod_expected_config' (63,739) at 20210308005003736 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/speed.c' (63,740) at 20210308005002800 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/tiobench-makefile.patch' (63,741) at 20210307205553874 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_actions.hpp' (63,742) at 20240904080048947 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/LICENSE' (63,743) at 20220624030002628 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/README.poky.md' (63,744) at 20230919080013974 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/usb_halinit.c' (63,745) at 20210307214930646 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmul.c' (63,746) at 20210308005046525 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sel.robot' (63,747) at 20240910080016934 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sony-laptop.h' (63,748) at 20220525020654615 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/idt_64.c' (63,749) at 20240405153230103 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_isiot_emmc_defconfig' (63,750) at 20210308005003260 2025-03-14 03:00:49.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb0899_cfg.h' (63,751) at 20210307214928638 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/counter.txt' (63,752) at 20210307214925278 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sonet.h' (63,753) at 20210307214931510 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/stfd.c' (63,754) at 20210307214926438 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/irqflags.h' (63,755) at 20210307214925666 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_table.c' (63,756) at 20240405153050345 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-cp110.dtsi' (63,757) at 20210307214926022 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt' (63,758) at 20240405153229775 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/tegra.h' (63,759) at 20210308005002672 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/bootm.h' (63,760) at 20210308005002824 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/device_handler/scsi_dh_hp_sw.c' (63,761) at 20240405153051589 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/efi/libstub/relocate.c' (63,762) at 20240405153047041 to deleted uid set 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_queue.c' (63,763) at 20220525020654971 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/common.c' (63,764) at 20210308005002996 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/sme_trap_no_sm.c' (63,765) at 20240405153054241 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/physaddr.c' (63,766) at 20240405153046265 2025-03-14 03:00:49.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lock.c' (63,767) at 20241216090017753 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_mr.h' (63,768) at 20220525020654067 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/meson.build' (63,769) at 20240925080031386 to deleted uid set 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2060_priv.h' (63,770) at 20210307214928798 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/vg468.h' (63,771) at 20210307214930046 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/slab.rst' (63,772) at 20240405153045229 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/native.bbclass' (63,773) at 20210307205554250 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/rcu_node-lock.svg' (63,774) at 20210307214925210 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu-param.h' (63,775) at 20241211090212518 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/siu_pcm.c' (63,776) at 20240405153053989 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/utils.hpp' (63,777) at 20241211090206666 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/settings' (63,778) at 20240405153054341 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c' (63,779) at 20240405153048633 2025-03-14 03:00:49.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_erl2.c' (63,780) at 20240405153051961 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/uncore-cache.json' (63,781) at 20240405153054133 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_nvm.h' (63,782) at 20210307214929474 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_addic.c' (63,783) at 20210308005046529 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi' (63,784) at 20241211090145373 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.0' (63,785) at 20210307205554418 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/cpu.c' (63,786) at 20210308005002852 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/layout.h' (63,787) at 20220525020654459 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/rtsummary.c' (63,788) at 20240405153231775 2025-03-14 03:00:49.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x06_hypervisor.h' (63,789) at 20210307214928082 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/rga-hw.c' (63,790) at 20210307214928750 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/Makefile' (63,791) at 20210307214930026 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/toaster-requirements.txt' (63,792) at 20231126090012817 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km83xx-common.h' (63,793) at 20210308005003600 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/Kconfig' (63,794) at 20240405153052033 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/bus.c' (63,795) at 20241115090012941 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/stk3310.c' (63,796) at 20240405153049001 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (63,797) at 20231012080014472 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-api.rst' (63,798) at 20241211090212234 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm/Booting' (63,799) at 20240405153045285 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/super.c' (63,800) at 20240405153052537 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/hash.h' (63,801) at 20210307214926158 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-ep0.c' (63,802) at 20240405153052081 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/garmin_gps.c' (63,803) at 20240405153052133 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/mutex.h' (63,804) at 20210307214932474 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_cpu.h' (63,805) at 20221215040039202 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_vlan.sh' (63,806) at 20210307214932690 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SRIO_PCIE_BOOT_defconfig' (63,807) at 20210308005003244 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/hif_nocpy.h' (63,808) at 20210308005003676 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/bmp280-i2c.c' (63,809) at 20240405153049009 2025-03-14 03:00:49.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_intr.c' (63,810) at 20240405153230803 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/i2c.h' (63,811) at 20210307214925906 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_sysfs.h' (63,812) at 20210307214928446 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pimd/pimd_2.3.2.bb' (63,813) at 20240413080012647 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7629.c' (63,814) at 20240405153051317 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/platform.rst' (63,815) at 20210309003648404 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/phosphor-logging.wrap' (63,816) at 20220412175720090 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/marvell.txt' (63,817) at 20240405153229779 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/MAINTAINERS' (63,818) at 20210308005002900 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/r420' (63,819) at 20210307214928018 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/fs_helpers.h' (63,820) at 20240405153052737 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/templates/default/conf-notes.txt' (63,821) at 20220913030020492 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-am62.c' (63,822) at 20240405153230287 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.cpp' (63,823) at 20240817080031288 to deleted uid set 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c' (63,824) at 20240405153054361 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_fence.c' (63,825) at 20210307214932722 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml' (63,826) at 20240405153229763 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/core.c' (63,827) at 20241111090012169 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lochnagar-i2c.c' (63,828) at 20240405153230835 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition/meson.build' (63,829) at 20230825080021141 to deleted uid set 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.h' (63,830) at 20240520080015151 2025-03-14 03:00:49.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/Kconfig' (63,831) at 20210308005003004 2025-03-14 03:00:49.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-kvm.c' (63,832) at 20241018080014598 2025-03-14 03:00:49.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_DynamicBBPowerSaving.h' (63,833) at 20220525020654179 2025-03-14 03:00:49.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ti-lmu-common.c' (63,834) at 20240405153230755 2025-03-14 03:00:49.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/sch_generic.h' (63,835) at 20241018080014566 to deleted uid set 2025-03-14 03:00:49.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dccg.h' (63,836) at 20240405153047257 2025-03-14 03:00:49.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-greeter-set-visible-when-switch-to-input-user.patch' (63,837) at 20210307205553946 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/via82xx.c' (63,838) at 20240405153232139 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/open-pic.txt' (63,839) at 20210307214925342 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1318-sdw.h' (63,840) at 20240405153053697 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml' (63,841) at 20240405153045061 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/svm_onhyperv.h' (63,842) at 20240405153046461 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/vfio-user-obj-stub.c' (63,843) at 20240326080039486 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/Kconfig' (63,844) at 20240613080016475 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83td510.c' (63,845) at 20240405153050357 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/symlink-install-tree.py' (63,846) at 20241211090212458 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_drv.h' (63,847) at 20240405153231791 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-func-poll.rst' (63,848) at 20210309003648472 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/virt/platform.c' (63,849) at 20240405153045973 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_3_6_default.h' (63,850) at 20210307214927438 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/crypto/aes-round.h' (63,851) at 20230925080039853 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/rate.h' (63,852) at 20210307214929818 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0016_clone_progress.py' (63,853) at 20210307205554262 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/Kconfig' (63,854) at 20240405153048769 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi' (63,855) at 20240405153229951 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/SECURITY.md' (63,856) at 20241221090017488 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/buildcpio.py' (63,857) at 20240301090012455 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/Kconfig' (63,858) at 20240405153049453 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cqhci-crypto.c' (63,859) at 20240405153049661 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/cifs_arc4.c' (63,860) at 20240405153052525 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-kernel/linux/linux-aspeed/ventura.cfg' (63,861) at 20241001080014404 to deleted uid set 2025-03-14 03:00:49.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.h' (63,862) at 20240405153047153 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-bus.c' (63,863) at 20220429100100498 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/transport_class.c' (63,864) at 20240405153046693 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/debugfs.h' (63,865) at 20240405153052157 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_x86.c' (63,866) at 20210308005003452 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/summit,smb347-charger.h' (63,867) at 20240405153231799 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/mainapp.cpp' (63,868) at 20230713080036012 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend' (63,869) at 20221110040020034 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c' (63,870) at 20210308005046517 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempMain.cpp' (63,871) at 20241112090003098 to deleted uid set 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/libtoml11_4.2.0.bb' (63,872) at 20241221090017512 to deleted uid set 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/tw68-risc.c' (63,873) at 20220525020653279 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/Makefile' (63,874) at 20210308005002548 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_of_platform.c' (63,875) at 20240405153046665 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/fsl-edma-main.c' (63,876) at 20240812080017232 to deleted uid set 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/isert/Kconfig' (63,877) at 20210307214928462 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/Kconfig' (63,878) at 20210307214928386 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/samsung/exynos_tmu.c' (63,879) at 20240405153231499 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_HT.h' (63,880) at 20240405153051881 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/aspeed_rtc.h' (63,881) at 20240326080039542 2025-03-14 03:00:49.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa2xx.c' (63,882) at 20240405153045677 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h' (63,883) at 20240520080015159 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/event.c' (63,884) at 20240405153230607 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/clock.h' (63,885) at 20210308005002644 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts' (63,886) at 20210307214926194 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/u-boot.lds' (63,887) at 20210308005003032 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-tests-Include-missing-sys-time.h.patch' (63,888) at 20230919080013958 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pl041.h' (63,889) at 20210308005045841 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/xlnx,clocking-wizard.yaml' (63,890) at 20240405153045029 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/request_key_auth.c' (63,891) at 20240405153232115 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/ipmi.cpp' (63,892) at 20240817080027248 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb' (63,893) at 20241221090017564 to deleted uid set 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/intel-pt.c' (63,894) at 20240805080014071 2025-03-14 03:00:49.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/websocket.hpp' (63,895) at 20240914080002926 to deleted uid set 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h' (63,896) at 20240405153048789 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2cd-google-chromecast.dts' (63,897) at 20240405153045585 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/sysfs.c' (63,898) at 20240405153052333 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65219.h' (63,899) at 20240405153052733 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_endian.c' (63,900) at 20210307214930510 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_res.c' (63,901) at 20241104090011575 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib.h' (63,902) at 20240405153049097 2025-03-14 03:00:49.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/endianness.h' (63,903) at 20240405153054077 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_mad.h' (63,904) at 20240405153052873 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zend-2.0' (63,905) at 20211006000025246 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/ftdetect/bitbake.vim' (63,906) at 20210307205554230 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/futex.h' (63,907) at 20210307214926114 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts' (63,908) at 20240405153229927 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff' (63,909) at 20230706080014757 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/amd.c' (63,910) at 20220525020653683 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/cache.json' (63,911) at 20240405153054141 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/ccmake.bbclass' (63,912) at 20220910030013389 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/fsi.c' (63,913) at 20240405153053985 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm816x.dtsi' (63,914) at 20240405153045597 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/topology.rst' (63,915) at 20240405153044989 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cobalt/cpu-feature-overrides.h' (63,916) at 20240405153046005 2025-03-14 03:00:49.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/openrd.h' (63,917) at 20210308005003608 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_dos.c' (63,918) at 20210308005003288 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/Makefile' (63,919) at 20240405153049729 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mips_cpc.c' (63,920) at 20241211090212298 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/huge_memory.h' (63,921) at 20241104090011603 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/fib_rules.c' (63,922) at 20240405153053213 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/pm.h' (63,923) at 20220525020651894 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_common.h' (63,924) at 20240520080015139 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-btree-remove.c' (63,925) at 20240405153049257 2025-03-14 03:00:49.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_fc.h' (63,926) at 20210307214931634 2025-03-14 03:00:49.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c' (63,927) at 20240405153230719 2025-03-14 03:00:49.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb' (63,928) at 20241221090017524 2025-03-14 03:00:49.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/Makefile' (63,929) at 20210308005003368 2025-03-14 03:00:49.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/atmel_usba_udc.c' (63,930) at 20240405153231551 2025-03-14 03:00:49.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/meson.build' (63,931) at 20241211090212546 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb' (63,932) at 20241206090014242 to deleted uid set 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_queue_stack_map.h' (63,933) at 20240405153054277 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-vbi.c' (63,934) at 20221102030020805 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_4_0.h' (63,935) at 20240405153048317 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerAccount.v1_13_0.json' (63,936) at 20240918080002720 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa34.inc' (63,937) at 20240301090012451 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc-uclass.c' (63,938) at 20210308005003404 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/brcmnand.h' (63,939) at 20240405153049689 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Krokstrand' (63,940) at 20210307205553786 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs2xdr.c' (63,941) at 20240405153052417 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/Makefile' (63,942) at 20240826080012315 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/eth-raw-os.c' (63,943) at 20210308005002844 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb' (63,944) at 20241221090017492 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7620a_eval.dts' (63,945) at 20210307214926194 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c' (63,946) at 20241008080013927 to deleted uid set 2025-03-14 03:00:49.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mcp77.c' (63,947) at 20220525020652971 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ti-sn65dsi86.c' (63,948) at 20240405153230527 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-common.dtsi' (63,949) at 20220525020651934 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_defconfig' (63,950) at 20210308005003264 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nct7904.rst' (63,951) at 20210307214925502 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mroute6.h' (63,952) at 20240405153052741 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-spmi-mpp.c' (63,953) at 20241216090017725 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cevt-ds1287.c' (63,954) at 20210307214926254 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot-ping-pong/requirements.txt' (63,955) at 20210308005111465 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/redboot-83xx.c' (63,956) at 20210307214926362 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lock.h' (63,957) at 20240405153231651 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/tee.c' (63,958) at 20210308005003740 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf' (63,959) at 20240413080012699 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h' (63,960) at 20210308005002752 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-pistachio-usb.h' (63,961) at 20210307214931342 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/Makefile' (63,962) at 20240405153232119 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/0001-Make-asyncore-support-optional-for-Python-3.patch' (63,963) at 20240413080012667 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_srq.c' (63,964) at 20210307214928434 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos850-clock.yaml' (63,965) at 20240405153045029 2025-03-14 03:00:49.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/uncore-power.json' (63,966) at 20240405153054141 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi' (63,967) at 20240405153229919 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/configuration/bletchley-yaml-config/bletchley-ipmi-fru.yaml' (63,968) at 20220916030015740 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-bsd.c' (63,969) at 20240906080037376 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0018_project_specific.py' (63,970) at 20210307205554262 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x.h' (63,971) at 20240405153231235 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/meson.build' (63,972) at 20231228090030528 to deleted uid set 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cm.h' (63,973) at 20210308005002816 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups.inc' (63,974) at 20241221090017676 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP6/meson.build' (63,975) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/fplsp.sa' (63,976) at 20210307214926146 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch' (63,977) at 20230706080014761 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.2.bb' (63,978) at 20240302090018206 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/device.c' (63,979) at 20210308005003356 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xmb.dtsi' (63,980) at 20210308005002612 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/netjet.h' (63,981) at 20210307214928542 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi' (63,982) at 20240405153229919 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/gpio.h' (63,983) at 20210308005002876 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc' (63,984) at 20240106090017237 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/mroute_base.h' (63,985) at 20240405153052741 to deleted uid set 2025-03-14 03:00:49.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/send.c' (63,986) at 20240405153232071 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/skc_to_unix_sock.c' (63,987) at 20240405153054261 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/netspace_v2.c' (63,988) at 20210308005002904 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/simplefb_common.c' (63,989) at 20210308005003536 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/setup.c' (63,990) at 20240405153046305 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/uncore-power.json' (63,991) at 20240405153054141 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sunxi/sunxi_mbus.c' (63,992) at 20240405153051773 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/phylink.c' (63,993) at 20240405153231079 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/axm55xx_defconfig' (63,994) at 20240405153229907 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/event.h' (63,995) at 20240405153230603 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/verify-boottrace.sh' (63,996) at 20220525020655183 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/kvm_util.c' (63,997) at 20240405153232271 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_prctl.h' (63,998) at 20220429100100646 2025-03-14 03:00:49.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Rheinland-Pfalz' (63,999) at 20210307205553766 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/qmp_tui.py' (64,000) at 20230925080039973 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/console.h' (64,001) at 20210307214925650 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pgtable-64k.h' (64,002) at 20240405153046105 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec.inc' (64,003) at 20220201040012789 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c' (64,004) at 20240405153047229 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_reg_wrot.h' (64,005) at 20240405153049413 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/sisfb.rst' (64,006) at 20210307214925478 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Brian-Gladman-3-Clause' (64,007) at 20241221090017616 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/svm.h' (64,008) at 20240326080039666 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-mjpeg-fw.h' (64,009) at 20240405153049473 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/kernel/vdso/vdso.lds.S' (64,010) at 20240405153229983 to deleted uid set 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/pci_ipmi_bt.c' (64,011) at 20240906080037244 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-sparky.dts' (64,012) at 20240405153045369 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan743x_ethtool.h' (64,013) at 20240405153050165 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31-hummingbird.dts' (64,014) at 20240405153045381 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/recipeutils.py' (64,015) at 20241221090017624 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/qoriq-efuse.c' (64,016) at 20240405153231279 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sock_reuseport.h' (64,017) at 20240405153052865 2025-03-14 03:00:49.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_virtual_media.robot' (64,018) at 20210308005007108 2025-03-14 03:00:49.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc83xx.h' (64,019) at 20210308005003672 2025-03-14 03:00:49.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/actbl1.h' (64,020) at 20240405153231787 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/ic_pll_regs.h' (64,021) at 20240405153046605 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/futex.h' (64,022) at 20210309003648976 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c' (64,023) at 20240830080013279 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-ocaml.h' (64,024) at 20220525020655167 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aristainetos2_defconfig' (64,025) at 20210308005003248 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_video.hpp' (64,026) at 20230518080019590 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/alloc/alloc_cast.cocci' (64,027) at 20210307214932138 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/Kconfig' (64,028) at 20210308005002996 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts' (64,029) at 20210307214926046 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-rssd' (64,030) at 20210307214925190 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/remove-rpath-from-tests.patch' (64,031) at 20210307205553986 to deleted uid set 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1023_serdes.c' (64,032) at 20210308005002832 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/ptrace_32.c' (64,033) at 20240405153046493 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max8998_pmic.h' (64,034) at 20210308005003680 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c' (64,035) at 20240405153047229 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-emu.c' (64,036) at 20240326080039738 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/.clang-format' (64,037) at 20210308005113633 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/isys_irq.h' (64,038) at 20210309003653016 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/port_user.c' (64,039) at 20240405153046341 2025-03-14 03:00:49.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/rkvdec.c' (64,040) at 20240405153231475 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c' (64,041) at 20240405153047229 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ad7791.h' (64,042) at 20210307214931470 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm.dtsi' (64,043) at 20240405153045725 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bareudp.c' (64,044) at 20241008080013943 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c' (64,045) at 20220525020654303 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/Makefile' (64,046) at 20210308005003024 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/discover-sys-init.conf' (64,047) at 20240105090012010 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_macsec.h' (64,048) at 20240405153052921 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/lantiq_wdt.c' (64,049) at 20240405153231599 2025-03-14 03:00:49.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg_1.22.11.bb' (64,050) at 20241221090017656 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/main.h' (64,051) at 20240405153231251 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_chnl_cfg.c' (64,052) at 20240405153050793 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/meson.build' (64,053) at 20230913080018595 to deleted uid set 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/Makefile' (64,054) at 20210308005002996 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stm32/Makefile' (64,055) at 20210308005003532 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_main.c' (64,056) at 20240405153230519 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/run-ptest' (64,057) at 20241221090017496 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qom-cast-macro-clean-cocci-gen.py' (64,058) at 20230925080039993 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c' (64,059) at 20240429080012428 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/.gitignore' (64,060) at 20210308005117205 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt' (64,061) at 20210307214925338 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/twl6040.h' (64,062) at 20210307214932346 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/trace.c' (64,063) at 20210309003650060 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov08x40.c' (64,064) at 20240405153230787 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/cumulative-patches.rst' (64,065) at 20210307214925518 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/fpu.h' (64,066) at 20210309003648976 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/checkundef.sh' (64,067) at 20210307214926650 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_bob_defconfig' (64,068) at 20210308005003252 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/trace/events/sunrpc.h' (64,069) at 20240405153231867 to deleted uid set 2025-03-14 03:00:49.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000x_common.h' (64,070) at 20230925080039885 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7779-marzen.dts' (64,071) at 20240405153045553 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-rtl28xxu-cardlist.rst' (64,072) at 20210307214925230 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch' (64,073) at 20241221090017672 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_translate_dcn32.h' (64,074) at 20240405153047289 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/pl080.h' (64,075) at 20210307214931354 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/Xserver' (64,076) at 20210307205554590 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/using.rst' (64,077) at 20230114040015526 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-kona-setup.c' (64,078) at 20240405153046777 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/dev-replace.h' (64,079) at 20240405153052277 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen_platform.c' (64,080) at 20241211090212278 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0003-cmake-Do-not-add-msse4.2-mpclmul-on-clang.patch' (64,081) at 20240413080012651 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/bswapsdi2.S' (64,082) at 20240405153045369 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/other.json' (64,083) at 20240405153054129 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcm63xx-hsspi.c' (64,084) at 20240405153231459 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/broadcom_bus.c' (64,085) at 20210307214926742 2025-03-14 03:00:49.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/fiq.S' (64,086) at 20240405153045681 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-pr.h' (64,087) at 20240405153047053 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch' (64,088) at 20230706080014757 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/init.c' (64,089) at 20240405153054381 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/boost.wrap' (64,090) at 20210618000009880 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/debugfs.c' (64,091) at 20240405153050609 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lzip/lzip_1.24.1.bb' (64,092) at 20240413080012695 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/sha256-spe-glue.c' (64,093) at 20240405153046101 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c' (64,094) at 20210308005003172 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_eckd.h' (64,095) at 20240405153051509 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc_namespace.c' (64,096) at 20240405153052493 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/witherspoon-tacoma/mctp' (64,097) at 20231006080017477 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/processor.h' (64,098) at 20210308005002804 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-read-bitmap' (64,099) at 20220429100100930 2025-03-14 03:00:49.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sandbox_spi.c' (64,100) at 20210308005003492 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci.c' (64,101) at 20241211090212346 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/init.hpp' (64,102) at 20210617000043812 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sleep34xx.S' (64,103) at 20240405153045669 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/buffer_head_io.h' (64,104) at 20220525020654463 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/Kconfig' (64,105) at 20210307214928618 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.err' (64,106) at 20210308005046405 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TrustedComponentCollection.json' (64,107) at 20240619080002956 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/lifebook.h' (64,108) at 20210307214928490 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/Makefile' (64,109) at 20210307214926190 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/ptt/Makefile' (64,110) at 20240405153048893 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/ossec/files/0002-Makefile-don-t-set-uid-gid.patch' (64,111) at 20210528000029703 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mmc/mmc-utils_git.bb' (64,112) at 20241221090017664 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/tc_flower_scale.sh' (64,113) at 20240405153054301 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-clock.c' (64,114) at 20230426080043684 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_acpi_sar.c' (64,115) at 20240405153231235 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/raydium_i2c_ts.txt' (64,116) at 20210307214925338 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/block-backend-global-state.h' (64,117) at 20241211090212370 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/syscon.yaml' (64,118) at 20240405153045109 2025-03-14 03:00:49.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_nested.h' (64,119) at 20241211090212362 2025-03-14 03:00:49.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__stop_token.hpp' (64,120) at 20240817080036820 2025-03-14 03:00:49.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/p8022.c' (64,121) at 20240405153053161 2025-03-14 03:00:49.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/palmas.h' (64,122) at 20240405153052729 2025-03-14 03:00:49.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1010_serdes.c' (64,123) at 20210308005002832 2025-03-14 03:00:49.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apalis-tk1.h' (64,124) at 20210308005003584 2025-03-14 03:00:49.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_vt1625.c' (64,125) at 20210307214930950 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/ethtool.c' (64,126) at 20240405153231075 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/proc.rst' (64,127) at 20240405153229815 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/interrupts.c' (64,128) at 20210308005002544 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/phy-da8xx-usb.h' (64,129) at 20210307214931478 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf_comm.h' (64,130) at 20210307214930534 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/Makefile' (64,131) at 20240405153046673 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/panic_notifier.h' (64,132) at 20220525020654599 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb' (64,133) at 20220823030015991 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml' (64,134) at 20240405153045129 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_mio_common.c' (64,135) at 20240405153046901 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/eeh-powernv.c' (64,136) at 20240405153230055 2025-03-14 03:00:49.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c' (64,137) at 20240405153049837 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mcu/meson.build' (64,138) at 20241112090003102 to deleted uid set 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/adi/Makefile' (64,139) at 20210307214932282 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_tbf_ets.sh' (64,140) at 20210307214932690 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/manager.hpp' (64,141) at 20220724030021860 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/dw100/dw100.c' (64,142) at 20240405153049421 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools_2.10.bb' (64,143) at 20241206090014338 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d4ek.dts' (64,144) at 20240405153045465 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_virt_defconfig' (64,145) at 20210308005003284 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/ethtool.c' (64,146) at 20240411080014086 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imagetool.h' (64,147) at 20210308005003764 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Tpm_VINI.json' (64,148) at 20221213040036921 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/spsc_queue.h' (64,149) at 20210307214931322 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx6ul.h' (64,150) at 20240906080037328 2025-03-14 03:00:49.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/s32v234evb.h' (64,151) at 20210308005003612 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ptdump.h' (64,152) at 20210309003648956 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/host/p9-host-start.bbappend' (64,153) at 20230719080015371 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7792-wheat.dts' (64,154) at 20240405153045553 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/ppc/safe-syscall.inc.S' (64,155) at 20230426080043656 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/meson.build' (64,156) at 20220413030046434 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/rmt.c' (64,157) at 20240405153050329 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c' (64,158) at 20240405153052205 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu/0001-Fix-host-contamination-of-include-files.patch' (64,159) at 20230317080013793 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trace-event.c' (64,160) at 20240405153054209 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/venc_vp8_if.c' (64,161) at 20240405153230803 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kittila_Levitunturi' (64,162) at 20210307205553770 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c' (64,163) at 20210308005002712 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/bfusb.c' (64,164) at 20220525020652282 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/math.h' (64,165) at 20240405153054049 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/054_unit_address.dts' (64,166) at 20210308005003752 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/renesas,scif.yaml' (64,167) at 20240405153045153 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_context.c' (64,168) at 20240405153049653 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_opp.h' (64,169) at 20220525020652498 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_virmidi.c' (64,170) at 20240405153232123 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-usb-phy-s3c64xx.c' (64,171) at 20210309003648720 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-filter.h' (64,172) at 20240405153054181 2025-03-14 03:00:49.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/zl38060.yaml' (64,173) at 20240405153045173 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/d3.c' (64,174) at 20241211090145469 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/atlas-ezo-sensor.c' (64,175) at 20240405153048969 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/fc/fc_ns.h' (64,176) at 20210307214931694 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/generic-phy.h' (64,177) at 20210308005003652 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch' (64,178) at 20230706080014757 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_main.c' (64,179) at 20241211090145493 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/configfs/Makefile' (64,180) at 20210307214932126 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href-tvk1281618-r2.dtsi' (64,181) at 20240405153045577 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/strings.c' (64,182) at 20240405153052309 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/hash.h' (64,183) at 20210307214931570 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_common.c' (64,184) at 20210308005003544 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/Build' (64,185) at 20210307214932486 2025-03-14 03:00:49.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/Makefile' (64,186) at 20221215040039254 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-misc.h' (64,187) at 20240326080039390 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/thread-map.c' (64,188) at 20240405153054173 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max197.c' (64,189) at 20210307214928130 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0024-userland-Sync-needed-defines-for-weston-build.patch' (64,190) at 20230706080014765 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/300vtbl.h' (64,191) at 20220525020654323 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca.rst' (64,192) at 20220525020651778 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fixed-mmio-clock.yaml' (64,193) at 20240405153045025 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nsa320.dts' (64,194) at 20240405153045457 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings_manager.mako.hpp' (64,195) at 20230526080039536 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4/run-ptest' (64,196) at 20241221090017696 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mvebu_a3700.c' (64,197) at 20210308005003484 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_binary_headers.h' (64,198) at 20240405153230571 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc_isadma.c' (64,199) at 20240405153046901 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/util/Build' (64,200) at 20210307214932514 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0010-platform-CS1000-Add-multicore-support-for-FVP.patch' (64,201) at 20241221090017464 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-bcm6345-l1.c' (64,202) at 20240405153230747 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/include/asm/dwarf2.h' (64,203) at 20210307214932594 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/pfn.h' (64,204) at 20240405153054049 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h' (64,205) at 20240405153052653 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/ucd90x_device_tests.cpp' (64,206) at 20240817080031292 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/support.c' (64,207) at 20220525020653915 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/riscv64.config' (64,208) at 20240405153232287 2025-03-14 03:00:49.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/gic.c' (64,209) at 20240405153054317 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_dw_hdmi.c' (64,210) at 20210308005003536 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/Kconfig' (64,211) at 20241211090212282 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/loadpin/loadpin.c' (64,212) at 20240405153232115 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gv100.c' (64,213) at 20240405153048653 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/gen_stats.c' (64,214) at 20240405153053217 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ehci_def.h' (64,215) at 20240405153052809 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/Kconfig' (64,216) at 20210308005003500 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_reserved_mem.h' (64,217) at 20220525020654599 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/ddr.c' (64,218) at 20210308005003172 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipvlan/Makefile' (64,219) at 20210307214929682 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_ioctl.c' (64,220) at 20240405153230535 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml' (64,221) at 20240405153045117 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/etalab-2.0' (64,222) at 20211006000025246 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmrvl_drv.h' (64,223) at 20240405153046721 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/Kconfig' (64,224) at 20240405153049857 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Fenton' (64,225) at 20210307205553798 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/cputime.h' (64,226) at 20240405153052789 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_proc.c' (64,227) at 20210307214932114 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/json-config.hpp' (64,228) at 20240828080025975 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/OWNERS' (64,229) at 20240813080023290 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/Makefile' (64,230) at 20210307214926290 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/state_hook' (64,231) at 20210908000029103 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/system/kernel.ld' (64,232) at 20221215040039386 2025-03-14 03:00:49.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/xdpe12284.c' (64,233) at 20240405153048873 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/oproxy.c' (64,234) at 20240405153048629 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-pico-hobbit.dts' (64,235) at 20240405153045533 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/atmel-isc.h' (64,236) at 20240405153231471 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_divu1.c' (64,237) at 20210308005046525 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/swab.h' (64,238) at 20210307214926310 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci-jobs.rst.inc' (64,239) at 20241211090212234 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive2.c' (64,240) at 20241211090212286 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva.inc' (64,241) at 20241221090017684 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vid-cap.h' (64,242) at 20240405153049529 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cadence/Makefile' (64,243) at 20210307214929346 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/proc-macro-error-1-rs.wrap' (64,244) at 20241211090212462 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/cpu-features.rst' (64,245) at 20221215040039082 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_qm_regs.h' (64,246) at 20240405153046605 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750.h' (64,247) at 20220525020654191 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/lzo-rle.c' (64,248) at 20210307214926802 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/ring_buffer.h' (64,249) at 20210307214932474 2025-03-14 03:00:49.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/wait.c' (64,250) at 20240405153231927 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4271.c' (64,251) at 20240405153053577 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ddr.h' (64,252) at 20210308005002820 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb' (64,253) at 20241206090014238 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/vdso.h' (64,254) at 20220525020651966 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/load-extract-al16-al8.h.inc' (64,255) at 20240906080037184 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0013-adb-Support-riscv64.patch' (64,256) at 20230706080014745 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/fname.c' (64,257) at 20241008080013991 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg' (64,258) at 20210911000017986 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cgroupstats.h' (64,259) at 20240405153231871 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux.h' (64,260) at 20240405153052149 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/Makefile' (64,261) at 20210308005002944 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/krait-cc.c' (64,262) at 20240405153046829 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_branch.c.inc' (64,263) at 20240906080037496 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/serial.h' (64,264) at 20210307214926314 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-cgu.c' (64,265) at 20240405153046873 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb0899_algo.c' (64,266) at 20241115090012949 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/super.c' (64,267) at 20241115090012965 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig' (64,268) at 20210307205554454 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/external/ExternalSensor.hpp' (64,269) at 20241112090003094 to deleted uid set 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/mac-nubus-bridge.c' (64,270) at 20220429100100498 2025-03-14 03:00:49.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evgpeinit.c' (64,271) at 20240405153046617 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-writesw-armv4.S' (64,272) at 20210307214925870 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/memc.h' (64,273) at 20210307214925850 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_mipi.h' (64,274) at 20240405153051849 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/iocsr_config.h' (64,275) at 20210308005003072 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/README.md' (64,276) at 20230520080014484 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as102_usb_drv.h' (64,277) at 20210307214928806 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/info-tooltip/info-tooltip.png' (64,278) at 20220105012522963 to deleted uid set 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-axi-clkgen.c' (64,279) at 20241211090145397 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/bug.h' (64,280) at 20210307214932630 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdcp.h' (64,281) at 20240405153048457 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb' (64,282) at 20230813080012852 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-24x7.c' (64,283) at 20240405153046193 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/dump/tools/bmcdump/meson.build' (64,284) at 20240613080020632 to deleted uid set 2025-03-14 03:00:49.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dt3155/Makefile' (64,285) at 20210307214928694 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/mbochs.c' (64,286) at 20240405153232099 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproject-api_1.7.2.bb' (64,287) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_debug.h' (64,288) at 20240405153052505 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_0_offset.h' (64,289) at 20240405153047745 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bitmap.c' (64,290) at 20240405153053081 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/fdt_check_mem_start.c' (64,291) at 20240405153045369 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/trans.h' (64,292) at 20240613080016491 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/imximage.cfg' (64,293) at 20210308005003168 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/Makefile' (64,294) at 20210308005002968 2025-03-14 03:00:49.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/dp-mst/topology-figure-3.dot' (64,295) at 20210307214925494 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/bcm_sf2_regs.h' (64,296) at 20240405153049749 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb' (64,297) at 20241206090014238 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb' (64,298) at 20241221090017552 to deleted uid set 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/munmap-pthread.c' (64,299) at 20230426080043952 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/iqs626a.c' (64,300) at 20240405153230727 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_rx.h' (64,301) at 20240405153050057 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_i2s.h' (64,302) at 20220525020655083 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/pcie-cadence.c' (64,303) at 20240405153231283 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_NAND_defconfig' (64,304) at 20210308005003240 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/Makefile' (64,305) at 20220525020653823 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/rzn1_a5psw.c' (64,306) at 20240405153230911 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/dawr.c' (64,307) at 20240405153046133 2025-03-14 03:00:49.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fw-path-provider.h' (64,308) at 20210308005046013 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/main.c' (64,309) at 20240405153231195 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb.inc' (64,310) at 20241221090017528 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/health.h' (64,311) at 20240405153052581 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/utils.c' (64,312) at 20240405153046377 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-manli.c' (64,313) at 20210307214928782 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/al3320a.c' (64,314) at 20240405153048997 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/README' (64,315) at 20210307214926946 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/cpu-feature-overrides.h' (64,316) at 20240405153046009 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/image_test.py' (64,317) at 20210308005003752 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.h' (64,318) at 20240405153050497 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/topology.h' (64,319) at 20240405153054389 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Zuerich-upc-cablecom' (64,320) at 20210307205553758 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/board/gdsys,board_gazerbeam.txt' (64,321) at 20210308005002536 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga_regs.h' (64,322) at 20240906080037220 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e-max98357a.dtsi' (64,323) at 20240405153045749 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bmon/bmon_4.0.bb' (64,324) at 20220204040022452 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/MAINTAINERS' (64,325) at 20210308005002980 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Fix-compilation-with-fno-common.patch' (64,326) at 20210307205553854 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/Makefile' (64,327) at 20240405153231075 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-dai-i2s.c' (64,328) at 20240405153053973 2025-03-14 03:00:49.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8450-dpu.yaml' (64,329) at 20240405153229763 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armsse-cpuid.h' (64,330) at 20210927100127237 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_rem.c' (64,331) at 20210308005046529 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/device.cpp' (64,332) at 20210915000104754 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-scsi-pci.c' (64,333) at 20221215040039166 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_SDCARD_defconfig' (64,334) at 20210308005003244 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/gxbb.c' (64,335) at 20240405153230215 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/uefi-test-build.config' (64,336) at 20240906080037580 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/uefi_secureboot.py' (64,337) at 20241221090017468 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/gpio-decoder.txt' (64,338) at 20210307214925334 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/token.c' (64,339) at 20240405153053313 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/entitymap_json_unittest.cpp' (64,340) at 20230518080030410 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10.dtsi' (64,341) at 20210308005002616 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/icm.h' (64,342) at 20210307214929506 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hpe/hpe-gxp.dtsi' (64,343) at 20240405153045437 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-generic.c' (64,344) at 20241114091008828 to deleted uid set 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_sock.c' (64,345) at 20240405153054285 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/regset.h' (64,346) at 20240405153230111 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/arm,integrator-ap-lm.yaml' (64,347) at 20210307214925282 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Kabel_Deutschland-Hannover' (64,348) at 20210307205553758 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.yaml' (64,349) at 20240405153045177 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/digsy_mtc_eeprom.c' (64,350) at 20240919080017058 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains2xxx_data.c' (64,351) at 20210307214925922 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/Makefile' (64,352) at 20240405153051425 2025-03-14 03:00:49.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6397/rtc.h' (64,353) at 20220525020654587 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-be8.so' (64,354) at 20241121090029260 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts' (64,355) at 20210307214926014 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/OperatingConfigCollection_v1.xml' (64,356) at 20240619080002932 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/fiq.c' (64,357) at 20240405153045629 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/rdacm20.c' (64,358) at 20240405153230791 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ina238.c' (64,359) at 20240405153048857 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/writev.c' (64,360) at 20210307214931134 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/vgic_irq.c' (64,361) at 20240405153232267 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skarvangen' (64,362) at 20210307205553790 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target.h' (64,363) at 20240906080037156 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/mips-mt-fpaff.c' (64,364) at 20220525020652006 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/ziirave-wdt.txt' (64,365) at 20210307214925454 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-memcpy-arch.h' (64,366) at 20210307214932522 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/views.py' (64,367) at 20231014080011727 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/stpmu1.c' (64,368) at 20210308005003472 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/slavio_intctl.c' (64,369) at 20241211090212286 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Bardejov' (64,370) at 20210307205553794 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/frsqrte.c' (64,371) at 20210307214926434 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/addr_map.c' (64,372) at 20210308005003696 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/header.hpp' (64,373) at 20221005030030502 2025-03-14 03:00:49.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Qhull' (64,374) at 20211006000025242 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-core.h' (64,375) at 20240405153049529 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/kvm/kvm-cpu.c' (64,376) at 20241211090212514 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/panel.h' (64,377) at 20210308005003676 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/ipmb-rescan-fru' (64,378) at 20240828080010891 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/mac.c' (64,379) at 20210307214929894 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-get' (64,380) at 20220429100100750 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/ioperm.c' (64,381) at 20210307214932734 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm34xx.c' (64,382) at 20240405153045669 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx27.c' (64,383) at 20240405153229911 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq9574.dtsi' (64,384) at 20240405153229939 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NGcopy_to_user.S' (64,385) at 20210307214926606 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/e1000e.h' (64,386) at 20230426080043948 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fault-inject-usercopy.c' (64,387) at 20210309003654184 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c' (64,388) at 20240405153046857 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/ppc4xx_i2c.c' (64,389) at 20241211090212274 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/extable.h' (64,390) at 20220525020652138 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/net_ratelimit.h' (64,391) at 20210307214931566 2025-03-14 03:00:49.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x07.c' (64,392) at 20210307214928082 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-regs.h' (64,393) at 20240405153049461 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh' (64,394) at 20240405153054353 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elfcore-compat.h' (64,395) at 20240405153052685 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/init.h' (64,396) at 20210308005002732 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/microchip,pic32-rng.txt' (64,397) at 20210307214925414 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2131_priv.h' (64,398) at 20210307214928798 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/ch7006_drv.c' (64,399) at 20240405153230543 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/prefetch.h' (64,400) at 20210307214926238 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-early-ld4.c' (64,401) at 20210308005002792 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/conf-notes.txt' (64,402) at 20220913030020488 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts' (64,403) at 20240405153229935 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/compilefix.patch' (64,404) at 20210307205553834 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bb' (64,405) at 20240413080012667 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/zeprom.h' (64,406) at 20220525020652262 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/Kbuild' (64,407) at 20210307214926762 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/pci.c' (64,408) at 20210307214927170 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb' (64,409) at 20241221090017488 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/byd.h' (64,410) at 20210307214928490 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4copy_to_user.S' (64,411) at 20210307214926606 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-timerlat.rst' (64,412) at 20240405153045265 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml' (64,413) at 20240405153045185 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func17.c' (64,414) at 20240405153232259 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77995.dtsi' (64,415) at 20240405153045805 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/volatiles.04_apache2' (64,416) at 20210307205554034 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.beautysh-ignore' (64,417) at 20230629131804611 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_debugfs_params.h' (64,418) at 20210307214927838 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/mips-gic.h' (64,419) at 20210307214931338 2025-03-14 03:00:49.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vsock_loopback.c' (64,420) at 20240405153232087 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/spi-s3c64xx.h' (64,421) at 20240405153052769 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-return.svg' (64,422) at 20210308005107069 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_1500.c' (64,423) at 20240405153046885 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/devx.h' (64,424) at 20240405153049081 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/cisco/airo.h' (64,425) at 20210307214929822 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5228.h' (64,426) at 20210309003650420 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/ethernut5.dts' (64,427) at 20240405153045469 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ir35221.rst' (64,428) at 20210307214925502 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-sh_mobile_lcdc_fb' (64,429) at 20210309003648256 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/indydog.c' (64,430) at 20210307214930970 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3036.dtsi' (64,431) at 20210308005002604 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb' (64,432) at 20220402030015983 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/meson.options' (64,433) at 20231101080007877 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts' (64,434) at 20240405153045729 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/reboot_fixups.h' (64,435) at 20210307214926674 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_w.c' (64,436) at 20210308005046521 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-state_synced' (64,437) at 20240405153044921 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts' (64,438) at 20240405153229871 2025-03-14 03:00:49.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0005-Fix-missing-limit-declarations.patch' (64,439) at 20241221090017496 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_10_0_sh_mask.h' (64,440) at 20210307214927562 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrkoping_Krokek' (64,441) at 20210307205553786 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts' (64,442) at 20241213090033610 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-mvebu.h' (64,443) at 20240405153052109 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/gpio.h' (64,444) at 20210308005002644 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-09' (64,445) at 20210908000010395 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson/run-ptest' (64,446) at 20240301090012431 to deleted uid set 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/quorum.h' (64,447) at 20220525020654467 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/README.md' (64,448) at 20241113090020525 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr_4.35.bb' (64,449) at 20241206090014262 to deleted uid set 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/typec_altmode.h' (64,450) at 20240405153052817 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-longkey.bconf' (64,451) at 20210307214932458 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bcm63xx_enet.c' (64,452) at 20240405153230923 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed/zaius.cfg' (64,453) at 20210307205553718 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/platsmp-vexpress.c' (64,454) at 20240405153045689 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/kb9202_nand.c' (64,455) at 20210308005003412 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common' (64,456) at 20241206090014314 2025-03-14 03:00:49.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmx75.dtsi' (64,457) at 20240405153229947 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu8.h' (64,458) at 20240405153048341 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/libva/libva_%.bbappend' (64,459) at 20210812000025266 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-qos.c' (64,460) at 20240405153231063 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_amanda.c' (64,461) at 20240405153053325 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/main.c' (64,462) at 20240405153230187 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/resource_event_message_registry.hpp' (64,463) at 20241211090002379 to deleted uid set 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/pmx55.dtsi' (64,464) at 20240405153229891 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/intel_uncore.c' (64,465) at 20240405153230579 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VLanNetworkInterface.v1_3_1.json' (64,466) at 20240619080002956 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/get_maintainer.pl' (64,467) at 20240405153053453 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/200.out' (64,468) at 20210927100127493 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_w.c' (64,469) at 20210308005046517 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/xilinx.c' (64,470) at 20240405153049709 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/avahi.cpp' (64,471) at 20210308005114857 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90160_device.hpp' (64,472) at 20240508080027394 2025-03-14 03:00:49.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/Makefile' (64,473) at 20210309003649280 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_local.h' (64,474) at 20241216090017801 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos-pcie.c' (64,475) at 20220913100024217 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/davinci_nand.h' (64,476) at 20210308005002708 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/ssp_gyro_sensor.c' (64,477) at 20240405153048985 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/ubd_user.c' (64,478) at 20210307214926618 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/alignment.c' (64,479) at 20240405153045693 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_wdru.h' (64,480) at 20210308005002664 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4eb-linux-user.mak' (64,481) at 20230925080039837 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/ipt_rpfilter.c' (64,482) at 20240405153053253 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.txt' (64,483) at 20210307214925398 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/wakeup-latency-report' (64,484) at 20210307214932566 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vbox_utils.h' (64,485) at 20210309003653940 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/display2.h' (64,486) at 20210308005002668 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-svr4.patch' (64,487) at 20210307205553810 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/microchip,pic32-clock.h' (64,488) at 20210307214931326 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/WAET' (64,489) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tifm.h' (64,490) at 20210307214931522 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/tegra-car-clk.c' (64,491) at 20210308005003356 2025-03-14 03:00:49.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.h' (64,492) at 20210307214929366 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_ana.h' (64,493) at 20240405153052881 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-tx.h' (64,494) at 20240405153051869 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/nuvoton/clock-npcm8xx.h' (64,495) at 20240912080012042 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_com.h' (64,496) at 20240405153049785 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_event.h' (64,497) at 20220525020654187 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-WellingtonInfill' (64,498) at 20210307205553778 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-monitor/mslverify/util.hpp' (64,499) at 20240904080034451 to deleted uid set 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/meson.build' (64,500) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/device-io.rst' (64,501) at 20240405153045189 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/Makefile' (64,502) at 20210308005002728 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes.txt' (64,503) at 20210307205553674 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/README' (64,504) at 20210307205554262 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.c' (64,505) at 20240405153047105 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/st_magn_i2c.c' (64,506) at 20240405153049005 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/tmu.h' (64,507) at 20210308005002724 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53ppd.h' (64,508) at 20210308005003604 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/ocelot/Kconfig' (64,509) at 20210308005003020 2025-03-14 03:00:49.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml' (64,510) at 20240405153045053 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/synopsys_edac.c' (64,511) at 20241008080013919 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ralink,rt3352-pinctrl.yaml' (64,512) at 20240405153045137 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8770.c' (64,513) at 20240405153232167 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/inc' (64,514) at 20240405153053437 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs42xx8.txt' (64,515) at 20210307214925426 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/sigtramp.S' (64,516) at 20240405153046081 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_p9_perf.c' (64,517) at 20240405153046165 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-virtio.bin' (64,518) at 20240326080039614 to deleted uid set 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml' (64,519) at 20240405153045129 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/capabilities/Makefile' (64,520) at 20210307214932662 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/pops-clicks.rst' (64,521) at 20210307214925570 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,rzg2l-csi2.yaml' (64,522) at 20240405153045101 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx23_olinuxino.h' (64,523) at 20210308005003604 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_bpf_attach.h' (64,524) at 20240405153053429 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.c' (64,525) at 20210307214929818 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/grackle.h' (64,526) at 20210307214926378 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/buffer.cpp' (64,527) at 20240821080001891 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/atomic_bounds.c' (64,528) at 20220525020655195 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/Makefile' (64,529) at 20240405153053233 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-dec.h' (64,530) at 20240405153049529 2025-03-14 03:00:49.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-iov.c' (64,531) at 20240906080037584 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.h' (64,532) at 20240405153049473 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Privileges_v1.xml' (64,533) at 20240619080002932 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/google/gve/gve_main.c' (64,534) at 20240405153230947 to deleted uid set 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/netwinder-pci.c' (64,535) at 20210512100029182 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt' (64,536) at 20220525020651706 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb' (64,537) at 20240302090018206 to deleted uid set 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/interrupt.h' (64,538) at 20240405153052709 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/minilib/minilib.h' (64,539) at 20210927100127517 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/interfaces/internal_interface.cpp' (64,540) at 20240819080019522 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb' (64,541) at 20220329030013215 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/traps.c' (64,542) at 20240405153045969 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tboot.h' (64,543) at 20240405153052805 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/Makefile' (64,544) at 20210307214929870 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/boot-options.rst' (64,545) at 20240405153044989 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/bfs/bfs.h' (64,546) at 20210307214931002 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_stats.c' (64,547) at 20240405153053381 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/power_chrg.h' (64,548) at 20210308005003680 2025-03-14 03:00:49.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-set-format.rst' (64,549) at 20220525020654135 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-memory-errors.c' (64,550) at 20240405153046217 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson-clkc-utils.h' (64,551) at 20240405153230215 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpress.h' (64,552) at 20210308005003624 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/omap-iopgtable.h' (64,553) at 20210307214928522 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra-u-boot.dtsi' (64,554) at 20210308005002628 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/hexagon-hvx.xml' (64,555) at 20230925080039849 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/nvidia,tegra186-bpmp.yaml' (64,556) at 20240405153229763 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec_phy.h' (64,557) at 20210308005003476 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria-aesni-avx-asm_64.S' (64,558) at 20240405153046361 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbmem.c' (64,559) at 20240405153231583 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/soc.c' (64,560) at 20240405153231231 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/common.c' (64,561) at 20240405153051773 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vmid.c' (64,562) at 20240405153045893 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_iter.c' (64,563) at 20240405153052977 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch' (64,564) at 20240413080012695 to deleted uid set 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch' (64,565) at 20210307205554478 2025-03-14 03:00:49.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/index.rst' (64,566) at 20240405153045329 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ili210x.c' (64,567) at 20240913080013793 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/rs.c' (64,568) at 20240405153050541 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c' (64,569) at 20210308005046513 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_framebuffer.c' (64,570) at 20240405153048757 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/mock_acpi.c' (64,571) at 20240405153054221 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_trans_resv.h' (64,572) at 20240405153052581 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/Kconfig' (64,573) at 20210308005002776 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.1.rst' (64,574) at 20241221090017596 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/stubs/dbus_sensor_object.hpp' (64,575) at 20220412175720090 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/fpu_helper.c' (64,576) at 20240906080037524 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/fwknop/0001-Use-pkg-config-to-find-gpgme.patch' (64,577) at 20230503080014579 2025-03-14 03:00:49.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/irq_work.h' (64,578) at 20210307214931302 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa.h' (64,579) at 20240405153050341 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/at91rm9200_devices.c' (64,580) at 20210308005002712 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/mr97310a.c' (64,581) at 20210309003650388 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb' (64,582) at 20240301090012479 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/sandbox_pwm.c' (64,583) at 20210308005003472 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_security.c' (64,584) at 20240405153231487 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/core.c' (64,585) at 20240815080012891 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/divsi3.S' (64,586) at 20210307214926182 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ifi_canfd/Makefile' (64,587) at 20210307214929254 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/unaligned.h' (64,588) at 20210307214925670 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pat/memtype.c' (64,589) at 20240411080014066 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c' (64,590) at 20240411080014074 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvme147.c' (64,591) at 20240405153051673 2025-03-14 03:00:49.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-oc-tiny.c' (64,592) at 20240405153051789 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/kmsan_test.c' (64,593) at 20240405153053133 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/pci.c' (64,594) at 20210307214926202 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/devices.c' (64,595) at 20240405153231539 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_requeue_pi_mismatched_ops.c' (64,596) at 20210307214932674 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-m53evk.dts' (64,597) at 20240405153229883 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/ene_ub6250.c' (64,598) at 20240405153052141 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header-512.sig' (64,599) at 20210831100016398 to deleted uid set 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_statistic.h' (64,600) at 20210307214931646 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fanotify.h' (64,601) at 20241216090017769 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c' (64,602) at 20210307214927950 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/crossbuild-template.yml' (64,603) at 20241211090212202 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_mman.h' (64,604) at 20230925080039945 2025-03-14 03:00:49.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sdx55.yaml' (64,605) at 20240405153045029 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-femac.txt' (64,606) at 20210307214925374 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/resource.c' (64,607) at 20241220090018310 to deleted uid set 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/bcm2835_sdhost.c' (64,608) at 20210308005003400 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/processor.h' (64,609) at 20240405153045917 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sync.h' (64,610) at 20210307214926246 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/se401.h' (64,611) at 20210307214928834 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_interface.md' (64,612) at 20240809080033023 2025-03-14 03:00:49.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_1_8_0_sh_mask.h' (64,613) at 20240405153047317 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/xprt.h' (64,614) at 20240405153231843 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/rx.c' (64,615) at 20240503080014518 to deleted uid set 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/initialization.js' (64,616) at 20220602030014530 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config.bb' (64,617) at 20241206090014234 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.err' (64,618) at 20210308005046409 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_devfreq.c' (64,619) at 20240405153048565 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/dtlb_prot.S' (64,620) at 20210307214926590 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ntfs3/attrib.c' (64,621) at 20240805080014023 to deleted uid set 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb' (64,622) at 20241221090017504 2025-03-14 03:00:49.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/bpmp.h' (64,623) at 20240405153231863 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-echo.dts' (64,624) at 20240405153045601 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_pack.h' (64,625) at 20240405153052873 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/interfaces/internal_interface.hpp' (64,626) at 20240805080025236 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/return_address.c' (64,627) at 20240405153045873 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ves1820.c' (64,628) at 20240405153049301 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/phosphor-buttons/obmc-phosphor-buttons_%.bbappend' (64,629) at 20221005030014094 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/Makefile.target' (64,630) at 20240906080037576 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_entity.c' (64,631) at 20240405153049577 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov7251.yaml' (64,632) at 20240405153229771 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/inode.c' (64,633) at 20241216090017753 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd76x_edac.c' (64,634) at 20220525020652418 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/GPLv2.patch' (64,635) at 20210307205553890 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/mailbox-uclass.c' (64,636) at 20210308005003388 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/antsel.c' (64,637) at 20210307214929810 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cfi.c' (64,638) at 20240405153046413 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sysdeps_posix.c' (64,639) at 20210308005003708 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-cps.h' (64,640) at 20240405153046009 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com-v5.h' (64,641) at 20240405153051289 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-snow.dts' (64,642) at 20240405153045569 2025-03-14 03:00:49.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_jr2_defconfig' (64,643) at 20210308005003268 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_defs.h' (64,644) at 20240405153051845 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-synquacer.c' (64,645) at 20241011080017319 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-powercap' (64,646) at 20210307214925198 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/msmtp/msmtp_1.8.27.bb' (64,647) at 20241221090017676 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/common_fit.c' (64,648) at 20210308005003224 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h' (64,649) at 20240405153047265 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xnet' (64,650) at 20210307205554426 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-hyundai-a7hd.dts' (64,651) at 20210308005002616 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_entity_association_pdr_add_from_node_check.yaml' (64,652) at 20240908080010098 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/arm_scmi_powercap.c' (64,653) at 20240405153051441 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/bblayers.conf.sample' (64,654) at 20240323080013545 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/devicetree.c' (64,655) at 20241211090145389 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/051.out' (64,656) at 20230925080040089 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c' (64,657) at 20240405153230515 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/visconti/Kconfig' (64,658) at 20210309003652148 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,videocc-sc7180.h' (64,659) at 20210307214931330 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native_2.1.0.bb' (64,660) at 20241206090014214 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/fw_common.h' (64,661) at 20210307214929926 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/meson.build' (64,662) at 20240820080006853 to deleted uid set 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/ethernet_fabric_message_registry.hpp' (64,663) at 20241211090002379 to deleted uid set 2025-03-14 03:00:49.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh' (64,664) at 20240405153232231 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/reg.h' (64,665) at 20210307214929934 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/op_helper.c' (64,666) at 20240906080037476 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/oetimeout.py' (64,667) at 20210528000029731 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_mlc.c' (64,668) at 20210308005003412 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_syscall.h' (64,669) at 20221215040039202 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Ruzomberok' (64,670) at 20210307205553794 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/cache.h' (64,671) at 20210308005002672 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/hwlatdetect_git.bb' (64,672) at 20220402030016227 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ila.rst' (64,673) at 20210307214925534 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/fix_build_errors.patch' (64,674) at 20231011080016574 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmsap.h' (64,675) at 20210307214931622 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/acp5x-mach.c' (64,676) at 20240405153232139 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb' (64,677) at 20231126090012857 to deleted uid set 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/cmsdk-apb-timer.h' (64,678) at 20230426080043768 2025-03-14 03:00:49.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/ptdma-debugfs.c' (64,679) at 20220525020652410 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/bus.c' (64,680) at 20210307214931898 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/swim3.c' (64,681) at 20240405153230191 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/entity-manager/blacklist.json' (64,682) at 20230909080012743 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sniper_defconfig' (64,683) at 20210308005003280 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/rapl_monitor.c' (64,684) at 20240405153054217 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/keyboard.h' (64,685) at 20220525020654671 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre.sh' (64,686) at 20210307214932690 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/bL_switcher_dummy_if.c' (64,687) at 20210307214925834 2025-03-14 03:00:49.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Triggers.v1_4_0.json' (64,688) at 20240619080002956 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/optimize.c' (64,689) at 20241211090212526 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/gdbstub64.c' (64,690) at 20241211090212466 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/btbridge/meson.build' (64,691) at 20230919080003838 to deleted uid set 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_cq.c' (64,692) at 20240405153049113 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/bilge-0.2-rs/meson.build' (64,693) at 20241211090212462 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-saitek.c' (64,694) at 20221128040017454 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt' (64,695) at 20210621100028453 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_variable.c' (64,696) at 20210308005003700 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb' (64,697) at 20240106090017253 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c' (64,698) at 20240405153051837 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-amd-pmf' (64,699) at 20240405153044913 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/README' (64,700) at 20221215040039386 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi' (64,701) at 20240405153045793 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/b53.rst' (64,702) at 20210307214925534 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-surface' (64,703) at 20220525020651634 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-cpmem.c' (64,704) at 20210916100017839 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7722.h' (64,705) at 20210307214926554 2025-03-14 03:00:49.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part.c' (64,706) at 20210308005003288 2025-03-14 03:00:49.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts' (64,707) at 20240405153045589 2025-03-14 03:00:49.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/led.h' (64,708) at 20210927100127237 2025-03-14 03:00:49.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/rtrap_32.S' (64,709) at 20220525020652122 2025-03-14 03:00:49.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/network/phosphor-network_%.bbappend' (64,710) at 20240722080011593 2025-03-14 03:00:49.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822b_table.h' (64,711) at 20210307214929954 2025-03-14 03:00:49.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esp_scsi.c' (64,712) at 20240405153051597 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cpu_mf.h' (64,713) at 20240405153046277 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/entry_test.py' (64,714) at 20210308005003748 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch' (64,715) at 20231126090012793 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_common.h' (64,716) at 20231021080010534 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p4080ds.dts' (64,717) at 20210309003648868 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/mmap.c' (64,718) at 20210307214926278 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-IFNAMSIZ-is-defined-in-net-if.h.patch' (64,719) at 20210307205553842 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/kvaser_pci.c' (64,720) at 20220525020653419 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas571x.txt' (64,721) at 20240405153045169 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7722/Makefile' (64,722) at 20210307214926542 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t104xd4rdb.dtsi' (64,723) at 20210307214926354 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/subdev-image-processing-crop.svg' (64,724) at 20210309003648504 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/VoltageRegulatorControl.interface.yaml' (64,725) at 20230112040027522 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10086.h' (64,726) at 20210307214928646 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/appletalk/sysctl_net_atalk.c' (64,727) at 20210307214931866 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/suniv-ccu-f1c100s.h' (64,728) at 20210307214931350 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/gadget.rst' (64,729) at 20210309003648412 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.h' (64,730) at 20210307214929522 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/.gitignore' (64,731) at 20210307214926518 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2_fw.h' (64,732) at 20210307214929318 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/recommended.json' (64,733) at 20240405153054121 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/localpkgfeed.bbclass' (64,734) at 20241206090014294 2025-03-14 03:00:49.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-util.h' (64,735) at 20230426080043948 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ApplicationCollection.json' (64,736) at 20240619080002940 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_mipi.h' (64,737) at 20220525020654127 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/atomic.h' (64,738) at 20240405153054045 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig' (64,739) at 20210308005003244 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-pk-helper_0.2.7.bb' (64,740) at 20230131040012035 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-arm.h' (64,741) at 20240405153232287 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_phy_ht.c' (64,742) at 20210307214929798 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/card.h' (64,743) at 20240405153054021 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/amd-xgbe.txt' (64,744) at 20210307214925370 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/processor.h' (64,745) at 20210308005002704 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdxcp/Makefile' (64,746) at 20240405153047189 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml' (64,747) at 20240405153045093 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-moxart.c' (64,748) at 20240405153051497 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/config-scp.json' (64,749) at 20210413100020746 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-engineio_4.9.0.bb' (64,750) at 20240302090018210 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit-u-boot.dtsi' (64,751) at 20210308005002596 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/glade/glade/remove-yelp-help-rules-var.patch' (64,752) at 20210307205553898 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h' (64,753) at 20210308005002644 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/fpu/internal.h' (64,754) at 20240405153046277 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' (64,755) at 20241221090017700 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0002-net-snmp-fix-libtool-finish.patch' (64,756) at 20240413080012643 2025-03-14 03:00:49.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-pcmpistri.c' (64,757) at 20210308005046497 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Colombus_defconfig' (64,758) at 20210308005003236 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/rdma.c' (64,759) at 20240411080014154 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211wep.c' (64,760) at 20240405153051953 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih407-pinctrl.dtsi' (64,761) at 20210308005002612 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-8xx.c' (64,762) at 20210307214926338 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/host-interface.hpp' (64,763) at 20220725030014023 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/ap.c' (64,764) at 20210308005002784 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb' (64,765) at 20241221090017564 to deleted uid set 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/README.md' (64,766) at 20220315030032667 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-98dx4122.dtsi' (64,767) at 20210308005002592 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb' (64,768) at 20241221090017484 to deleted uid set 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/ppc_cbe_cpufreq.h' (64,769) at 20210307214927058 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.h' (64,770) at 20210309003649668 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/papr_scm.c' (64,771) at 20240405153046225 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb' (64,772) at 20241221090017536 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/pmu.c' (64,773) at 20210308005002788 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_nq.c' (64,774) at 20210307214932006 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_mr.c' (64,775) at 20241211090145437 to deleted uid set 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ux500/ux500-soc-id.c' (64,776) at 20240405153051777 2025-03-14 03:00:49.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/floppy.h' (64,777) at 20210307214926214 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch' (64,778) at 20230317080013785 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/fpga.c' (64,779) at 20210307214926538 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/power_budget.c' (64,780) at 20240405153048653 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/lib/usercopy.c' (64,781) at 20220525020651970 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/coroutine-example.cpp' (64,782) at 20240817080036816 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/iommu.h' (64,783) at 20240405153230027 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/edison.c' (64,784) at 20210308005003008 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/ps.h' (64,785) at 20210307214929970 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/raptor-2.0.16-dont_use_curl-config.patch' (64,786) at 20241221090017544 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpuidle-imx7ulp.c' (64,787) at 20240405153045649 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.11.8.bb' (64,788) at 20241221090017548 to deleted uid set 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_sockit_defconfig' (64,789) at 20210308005003280 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sr_vendor.c' (64,790) at 20220525020654079 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/libpwquality/libpwquality_%.bbappend' (64,791) at 20241206090014274 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/meson.build' (64,792) at 20241122090031389 to deleted uid set 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv64-bsd-user.mak' (64,793) at 20241211090212226 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/d.py' (64,794) at 20210308005046245 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptpf_ucode.h' (64,795) at 20210309003649308 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/flashbios/flash_bios_obj.c' (64,796) at 20210308004922932 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/Makefile' (64,797) at 20210308005002980 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-mako/run-ptest' (64,798) at 20241206090014330 to deleted uid set 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4460.dtsi' (64,799) at 20240405153045609 2025-03-14 03:00:49.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/ust_events_h.py' (64,800) at 20220429100100754 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-core.c' (64,801) at 20240405153049369 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c' (64,802) at 20240405153050529 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_mmu.c' (64,803) at 20240418080014494 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nsfs/owner.c' (64,804) at 20210307214932698 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/Makefile' (64,805) at 20240405153050189 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/get_feat.pl' (64,806) at 20240405153053453 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp.h' (64,807) at 20240405153232071 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-library.bb' (64,808) at 20220804030014691 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda9887.c' (64,809) at 20210307214928802 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/msgqueue.h' (64,810) at 20210307214930282 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/scripts/websocket_test.py' (64,811) at 20230207040004405 to deleted uid set 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/Kconfig' (64,812) at 20210308005003456 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/bcm-voter.c' (64,813) at 20240405153049165 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.json' (64,814) at 20210927100127469 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/samsung,spi-peripheral-props.yaml' (64,815) at 20240405153045173 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml' (64,816) at 20240405153229779 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_midi2.h' (64,817) at 20240405153231551 2025-03-14 03:00:49.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb' (64,818) at 20241221090017512 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_id___missing_targets.c' (64,819) at 20210309003655984 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binder_trace.h' (64,820) at 20240405153046649 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5670-dsp.h' (64,821) at 20210307214932334 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_tqp_stats.h' (64,822) at 20240405153049945 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_config.hpp' (64,823) at 20240819080030255 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpkg.h' (64,824) at 20220525020653495 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c' (64,825) at 20240910080014026 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ptp/timestamper.txt' (64,826) at 20210307214925406 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus-lts.dts' (64,827) at 20240405153229967 to deleted uid set 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-zone-config.bbappend' (64,828) at 20210812000025162 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/terminus_test.cpp' (64,829) at 20241002080035767 to deleted uid set 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi' (64,830) at 20240405153045769 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtd_blkdevs.c' (64,831) at 20240405153230867 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/af9005-script.h' (64,832) at 20210307214928818 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/xbzrle.txt' (64,833) at 20210927100127081 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/module/setup.py' (64,834) at 20210308004941620 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/blktrace_api.h' (64,835) at 20210307214931622 2025-03-14 03:00:49.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0013-raddb-certs-Makefile-fix-the-occasional-verification.patch' (64,836) at 20230131040012027 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/accounting/procacct.c' (64,837) at 20240405153054033 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/s5pv210-audss.h' (64,838) at 20210307214931334 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-digicolor.c' (64,839) at 20220525020653947 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_switcheroo.c' (64,840) at 20240405153048537 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb' (64,841) at 20241221090017692 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/core-image.bbclass' (64,842) at 20241221090017608 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/Makefile' (64,843) at 20220525020653291 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/hw/mmp_ctrl.h' (64,844) at 20240405153231587 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/da9052-battery.c' (64,845) at 20210307214930162 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_mock.hpp' (64,846) at 20220108040030440 2025-03-14 03:00:49.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/main.c' (64,847) at 20240919080017066 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/npm.py' (64,848) at 20241221090017588 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0006-plat-corstone1000-Use-the-stateless-platform-service.patch' (64,849) at 20241206090014214 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/sisusbvga/sisusb.h' (64,850) at 20240405153052117 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm97xx.h' (64,851) at 20210307214931442 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/interface.c' (64,852) at 20240624080012780 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_b.c' (64,853) at 20210308005046509 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_base.bbclass' (64,854) at 20241221090017608 to deleted uid set 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/img,boston.dts' (64,855) at 20210308005002812 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/86xx-hw.config' (64,856) at 20210309003648872 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/xen.h' (64,857) at 20240405153231867 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/rtrap_64.S' (64,858) at 20240405153046329 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-mfg.c' (64,859) at 20240405153046797 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/certs_manager.cpp' (64,860) at 20241129090022521 to deleted uid set 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_defconfig' (64,861) at 20210308005003284 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/user_events.h' (64,862) at 20240405153052817 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/find-touchscreen.sh' (64,863) at 20210307205554470 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_setup_ppc970.S' (64,864) at 20210307214926398 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VER0.interface.yaml' (64,865) at 20221207040023627 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8112-j413.dts' (64,866) at 20240405153045717 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/watch.h' (64,867) at 20210307214926250 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4/xfwm4-fix-incompatible-pointer-type-error.patch' (64,868) at 20241206090014270 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/fault.c' (64,869) at 20240503080014462 2025-03-14 03:00:49.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-probes-ipc4.c' (64,870) at 20241115090012977 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/realtek.c' (64,871) at 20240812080017244 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/README.md' (64,872) at 20240807080019542 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/digicolor.yaml' (64,873) at 20240405153045013 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-group-priority.cpp' (64,874) at 20240828080025979 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/navi14_ip_offset.h' (64,875) at 20220525020652811 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_rf_uw2453.c' (64,876) at 20210307214929974 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/ptrace.h' (64,877) at 20240520080015131 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt6779-larb-port.h' (64,878) at 20220525020654547 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/omap-mailbox.c' (64,879) at 20240405153230759 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/arch_topology.c' (64,880) at 20240405153046681 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pfsm/Makefile' (64,881) at 20240405153053429 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb' (64,882) at 20241221090017544 2025-03-14 03:00:49.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch' (64,883) at 20241221090017636 to deleted uid set 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/mtip32xx/mtip32xx.h' (64,884) at 20240405153046709 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/Makefile' (64,885) at 20210307214928370 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/sc_coeff.h' (64,886) at 20240405153049489 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sha1_base.h' (64,887) at 20220525020654535 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SECURE_BOOT_defconfig' (64,888) at 20210308005003244 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/perf_event_v6.c' (64,889) at 20210307214925862 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/ofnode.c' (64,890) at 20210308005003356 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-vdecsys.c' (64,891) at 20240405153046797 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mac_via.h' (64,892) at 20240326080039538 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/Makefile' (64,893) at 20210308005002728 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tc.txt' (64,894) at 20210307214925354 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-cxa-demangle.cpp' (64,895) at 20240405153054041 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_sysctl.h' (64,896) at 20240405153053381 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/pxa_dma.c' (64,897) at 20240405153230283 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbp22.c' (64,898) at 20240405153049289 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/uncore-interconnect.json' (64,899) at 20240405153054121 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_dsu_pmu.c' (64,900) at 20240405153231303 2025-03-14 03:00:49.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-phytec-phycard-s-rdk.dts' (64,901) at 20240405153229883 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/google-authenticator-libpam.inc' (64,902) at 20240906080012379 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb' (64,903) at 20241206090014318 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/alc5632.h' (64,904) at 20210307214932294 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/lantiq.c' (64,905) at 20240405153231515 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (64,906) at 20210823100016972 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/MAINTAINERS' (64,907) at 20210308005003040 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/mcp89.c' (64,908) at 20220525020652967 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx_1.27.3.bb' (64,909) at 20241221090017564 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qemu-config-qmp.c' (64,910) at 20240906080037376 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/0001-tests-use-EXTENSIONS_DIR.patch' (64,911) at 20220910030013353 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/filter_expr_executor.cpp' (64,912) at 20241017080002970 to deleted uid set 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_nor.c' (64,913) at 20210308005003232 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/message.hpp' (64,914) at 20241002080038079 to deleted uid set 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/seccomp.h' (64,915) at 20210307214926586 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7xx-clocks.dtsi' (64,916) at 20210308005002576 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (64,917) at 20241206090014226 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/sipeed_maix_bit.dts' (64,918) at 20240405153046241 2025-03-14 03:00:49.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/verbs.h' (64,919) at 20240405153230715 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/tx79_translate.c' (64,920) at 20241211090212502 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S' (64,921) at 20230720080043535 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/Makefile' (64,922) at 20240405153050253 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_devids.h' (64,923) at 20240405153049989 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/constants.h' (64,924) at 20220525020654643 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/memory.json' (64,925) at 20240405153054125 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/memset.S' (64,926) at 20240405153229911 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/gtp.rst' (64,927) at 20240405153045237 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/msgpool.h' (64,928) at 20210307214931366 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h' (64,929) at 20240405153047293 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/memmove.S' (64,930) at 20210307214926570 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lochnagar2_regs.h' (64,931) at 20210307214931430 2025-03-14 03:00:49.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-pinctrl.c' (64,932) at 20240405153048925 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/tap.c' (64,933) at 20240729080011336 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-list.json' (64,934) at 20210308005046409 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_hop.c' (64,935) at 20240405153053157 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.vdsoinst' (64,936) at 20240613080016543 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fd.h' (64,937) at 20210307214931382 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_da_btree.h' (64,938) at 20240405153052569 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/cgroup-defs.h' (64,939) at 20240820080014177 to deleted uid set 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci.h' (64,940) at 20221215040039374 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Anik-F1-107.3W' (64,941) at 20210307205553758 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet97fv2.dts' (64,942) at 20210308005002616 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/0001-fs-tests-cmd-readmmap-Replace-uint_t-with-uint32_t.patch' (64,943) at 20230610080017599 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/linux/printk.h' (64,944) at 20240405153054225 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_sync_mngr_mstr_if_axuser_regs.h' (64,945) at 20240405153046585 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-ia-ranges.c' (64,946) at 20240405153046517 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4_pbi.cfg' (64,947) at 20210308005002996 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libyang/libyang_2.1.148.bb' (64,948) at 20240301090012427 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/sysbus.c' (64,949) at 20210308005046257 2025-03-14 03:00:49.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Makefile' (64,950) at 20240405153049473 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/Makefile' (64,951) at 20240913080013861 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/clc57e.h' (64,952) at 20210309003649824 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/device_monitor.hpp' (64,953) at 20210308005109241 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/ChassisStore.js' (64,954) at 20241004080035963 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/printk.h' (64,955) at 20210307214931610 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gflags/gflags_2.2.2.bb' (64,956) at 20220204040022524 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/habanalabs_drv.c' (64,957) at 20240405153230159 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma.h' (64,958) at 20240405153049041 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target.c.inc' (64,959) at 20240906080037552 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/index.rst' (64,960) at 20240405153045225 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/runfvp.md' (64,961) at 20241206090014206 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh3.h' (64,962) at 20210308005002848 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/hex_common.py' (64,963) at 20240906080037476 2025-03-14 03:00:49.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/cpm2_pic.c' (64,964) at 20240405153230055 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/parser.y' (64,965) at 20220525020654947 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/cmd_bat.c' (64,966) at 20210308005003080 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/user/phosphor-user-manager_%.bbappend' (64,967) at 20241206090014230 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/Makefile' (64,968) at 20210308005003044 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/Kconfig' (64,969) at 20240405153045653 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' (64,970) at 20240827080032479 to deleted uid set 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_6_regs.h' (64,971) at 20240405153046581 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb' (64,972) at 20241221090017532 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c' (64,973) at 20240418080014498 to deleted uid set 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-spi-devices-spi-nor' (64,974) at 20240405153044917 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tbs2910_defconfig' (64,975) at 20210308005003280 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/quirks.c' (64,976) at 20240405153049173 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi' (64,977) at 20240405153229927 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/rheap.h' (64,978) at 20210307214926390 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/trace-events' (64,979) at 20240906080037276 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra186.c' (64,980) at 20240830080013271 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/cyber.robot' (64,981) at 20220719100015486 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/Makefile' (64,982) at 20240405153230907 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Kconfig' (64,983) at 20210308005002712 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/mpc8541cds.c' (64,984) at 20210308005002976 2025-03-14 03:00:49.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/usb3503.c' (64,985) at 20240405153052117 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp_ctrl.c' (64,986) at 20240405153051241 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/resources.c' (64,987) at 20240405153053169 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/bblayers.conf.sample' (64,988) at 20220910030013349 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh_internal.h' (64,989) at 20210309003650544 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb' (64,990) at 20230609080014395 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/atmel-usb.txt' (64,991) at 20240405153045181 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5800-peach-pi.dts' (64,992) at 20240405153045573 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/unaligned.h' (64,993) at 20210308005002852 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_pamu.h' (64,994) at 20210308005002840 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/i9xx_wm.h' (64,995) at 20240405153048433 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-1.c' (64,996) at 20240906080037576 2025-03-14 03:00:49.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5904.dts' (64,997) at 20240405153045501 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lms283gf05.c' (64,998) at 20220525020654307 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/imx_keypad.c' (64,999) at 20240405153049137 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dsp/mediatek,mt8186-dsp.yaml' (65,000) at 20240405153045057 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f469.dtsi' (65,001) at 20240405153045581 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/idle/Kconfig' (65,002) at 20210307214928314 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1040_ids.c' (65,003) at 20210308005002832 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.21.rst' (65,004) at 20241221090017596 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mkimage_fit_atf.sh' (65,005) at 20210308005002728 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/ar' (65,006) at 20210308005046145 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/gpio_interface.h' (65,007) at 20210307214927314 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/layout.yaml' (65,008) at 20210307205554226 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c' (65,009) at 20240405153048633 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/Makefile' (65,010) at 20210308004922932 2025-03-14 03:00:49.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/sierra.c' (65,011) at 20240405153052137 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/rbtree_augmented.h' (65,012) at 20210307214932474 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-board-efuse-fault@.service' (65,013) at 20240822080012460 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-tn48m.c' (65,014) at 20240405153051485 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serio/altera_ps2.txt' (65,015) at 20210307214925422 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/standby-callgraph.cfg' (65,016) at 20210307214932618 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/apple,pcie.yaml' (65,017) at 20240405153045121 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/Kconfig' (65,018) at 20210307214929386 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c' (65,019) at 20240405153230631 to deleted uid set 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/watchdog/watchdog-simple.c' (65,020) at 20210307214932130 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/test_build_time_worker.sh' (65,021) at 20220910030013433 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c' (65,022) at 20210308005046513 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/bug.h' (65,023) at 20240405153046273 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/wdog.h' (65,024) at 20210308005002716 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb' (65,025) at 20210812000025334 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vbi-cap.c' (65,026) at 20220525020653315 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tls-offload.rst' (65,027) at 20220525020651750 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/googletest.wrap' (65,028) at 20220603030022985 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-samsung.c' (65,029) at 20220525020653043 2025-03-14 03:00:49.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/Makefile' (65,030) at 20210308005002968 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs3acl.c' (65,031) at 20240405153052417 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Rantalaki' (65,032) at 20210307205553774 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/syscall.h' (65,033) at 20240405153046017 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/cypress_m8.h' (65,034) at 20210307214930862 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/readme.md' (65,035) at 20221215040043190 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kultsjon' (65,036) at 20210307205553786 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/rust/coding-guidelines.rst' (65,037) at 20240405153045249 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ich.c' (65,038) at 20241211090212282 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-bitset.c' (65,039) at 20240405153049257 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/Makefile' (65,040) at 20210308005003004 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/setlocalversion' (65,041) at 20241216090017801 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-tight.c' (65,042) at 20240326080039754 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/174' (65,043) at 20210927100127489 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/README.md' (65,044) at 20220526030017599 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/wb50n.h' (65,045) at 20210308005003624 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml' (65,046) at 20240405153045173 2025-03-14 03:00:49.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp' (65,047) at 20240909080028327 to deleted uid set 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/analysis-for-package-splitting.png' (65,048) at 20210307205554306 to deleted uid set 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/timer.c' (65,049) at 20210308005002560 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/core.h' (65,050) at 20240405153052733 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/u-boot-spl.lds' (65,051) at 20210308005002712 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/Kconfig' (65,052) at 20210307214929554 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcs_fcpim.c' (65,053) at 20210307214930290 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-spear.c' (65,054) at 20241211090145497 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/Makefile' (65,055) at 20240405153045265 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/copyleft-next-0.3.1' (65,056) at 20211006000025246 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_i6300esb.c' (65,057) at 20241211090212354 2025-03-14 03:00:49.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb' (65,058) at 20240413080012639 2025-03-14 03:00:49.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_4_1_default.h' (65,059) at 20210307214927546 2025-03-14 03:00:49.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2-advantech-idk-1110wr-panel.dtsi' (65,060) at 20210307214926042 2025-03-14 03:00:49.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac88u.dts' (65,061) at 20240405153229871 2025-03-14 03:00:49.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/core.h' (65,062) at 20210308005046009 2025-03-14 03:00:49.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dss.c' (65,063) at 20240405153230611 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/tegra194-gpio.h' (65,064) at 20210307214931338 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Alicante' (65,065) at 20210307205553766 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c' (65,066) at 20210307214932706 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/brstack.c' (65,067) at 20240405153054173 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77693-common.h' (65,068) at 20210307214931430 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_handler.hpp' (65,069) at 20230608080018590 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_errno_defs.h' (65,070) at 20210927100127273 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/inst.h' (65,071) at 20220525020651998 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/dot_command.c' (65,072) at 20210309003650436 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_fdb.c' (65,073) at 20240913080013857 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_template_lib.h' (65,074) at 20240405153053469 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/sco.c' (65,075) at 20241220090018338 to deleted uid set 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/cxl_root_port.c' (65,076) at 20241211090212314 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/ingenic-ost.c' (65,077) at 20240405153046877 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_font_cache' (65,078) at 20210307205554642 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_rgb.h' (65,079) at 20240405153048749 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCComputerSystem.json' (65,080) at 20240724080002903 2025-03-14 03:00:49.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/LICENSE' (65,081) at 20210307205554054 2025-03-14 03:00:49.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kcmp/kcmp_test.c' (65,082) at 20240613080016567 2025-03-14 03:00:49.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/qdio_main.c' (65,083) at 20240429080012436 2025-03-14 03:00:49.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c' (65,084) at 20240405153050201 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h' (65,085) at 20241018080014494 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_queue.h' (65,086) at 20240405153052077 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6u-80xx-mb7.dts' (65,087) at 20240405153045501 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ifb.c' (65,088) at 20240405153050337 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_privileged.c.inc' (65,089) at 20240906080037496 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/image.h' (65,090) at 20210309003648788 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/exfat_fs.h' (65,091) at 20240405153231655 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/0001-curlpp-config.in-Remove-references-to-absolute-build.patch' (65,092) at 20230609080014391 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/gdb.rst' (65,093) at 20240326080039406 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/unwind-libdw.c' (65,094) at 20240405153232243 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/vendor-example/get_version.cpp' (65,095) at 20230616135354429 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8186-afe-pcm.yaml' (65,096) at 20240405153045165 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_fltr.h' (65,097) at 20240405153050005 2025-03-14 03:00:49.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/tlbflush.h' (65,098) at 20210307214926374 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk.h' (65,099) at 20240405153046865 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-regmap.c' (65,100) at 20240405153047081 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/trace-events' (65,101) at 20240326080039394 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-zoned-metadata.c' (65,102) at 20240405153049253 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211netdev.c' (65,103) at 20240405153051953 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig' (65,104) at 20210308005003244 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc' (65,105) at 20241221090017684 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/l2tp.h' (65,106) at 20210307214931414 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mc13783-adc.rst' (65,107) at 20210307214925502 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/msc313e_wdt.c' (65,108) at 20240405153052241 2025-03-14 03:00:49.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smberr.h' (65,109) at 20240405153052525 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov7740.c' (65,110) at 20240405153230791 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-1.1' (65,111) at 20211006000025234 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/rpcmouse.c' (65,112) at 20210307214928490 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s2mps13.h' (65,113) at 20210307214931434 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml' (65,114) at 20240405153045133 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/kvm_para.h' (65,115) at 20210307214926514 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_verify.h' (65,116) at 20210308005003556 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.inc' (65,117) at 20241221090017540 to deleted uid set 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (65,118) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/pcm052.c' (65,119) at 20210308005003028 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/atlx.c' (65,120) at 20240405153049821 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/packagegroups/packagegroup-yadro-apps.bb' (65,121) at 20231012080014472 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-spdm-attestation.md' (65,122) at 20240215090004516 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/server.c' (65,123) at 20240405153231607 to deleted uid set 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs_sha256.c' (65,124) at 20210308005003556 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap35_logic_defconfig' (65,125) at 20210308005003272 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_cfg.h' (65,126) at 20241211090212510 2025-03-14 03:00:49.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm-regbits-34xx.h' (65,127) at 20210307214925914 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.h' (65,128) at 20210307214927250 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/landlock/.gitignore' (65,129) at 20220525020654935 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/smp.h' (65,130) at 20220525020654799 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_cmdq_regs.h' (65,131) at 20240405153046605 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/kv_dpm.h' (65,132) at 20210307214928002 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/chacha-neon-glue.c' (65,133) at 20210307214926054 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-vmsr-helper.socket' (65,134) at 20240906080037164 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/text_files.rst' (65,135) at 20210307214925590 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/x509_public_key.c' (65,136) at 20240405153230155 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-audmux.c' (65,137) at 20240405153053929 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9860.h' (65,138) at 20210307214932314 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-prt8mm.dts' (65,139) at 20240405153045729 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/geniv.h' (65,140) at 20210309003653804 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_powertune.h' (65,141) at 20210309003649656 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml/run-ptest' (65,142) at 20240301090012471 to deleted uid set 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/5.Posting.rst' (65,143) at 20240405153045273 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/helper.h' (65,144) at 20240906080037536 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/head.c' (65,145) at 20240405153048633 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/package.py' (65,146) at 20241221090017632 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/Makefile' (65,147) at 20240405153052405 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r2_defconfig' (65,148) at 20210308005003252 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pci.h' (65,149) at 20240405153046013 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/Platform' (65,150) at 20210307214926290 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/ipcbuf.h' (65,151) at 20210307214926394 2025-03-14 03:00:49.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts' (65,152) at 20240405153045457 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ti-j721e-ufs.c' (65,153) at 20240405153231527 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Cable.v1_2_3.json' (65,154) at 20240619080002944 to deleted uid set 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb' (65,155) at 20241221090017504 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench-run' (65,156) at 20210307205553870 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_hatchling.bbclass' (65,157) at 20230610080017615 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-pc.c' (65,158) at 20221215040039374 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/brcm,bcm2835-spi.txt' (65,159) at 20210309003648396 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36016.h' (65,160) at 20240405153049389 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kfigure.py' (65,161) at 20240405153045265 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_compat_ioctl32.h' (65,162) at 20240405153051829 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/test_context_save_areas.c' (65,163) at 20230925080040101 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3-control.c' (65,164) at 20240405153053997 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/posix_types.h' (65,165) at 20210307214926550 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_component.h' (65,166) at 20240405153232131 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_cm.h' (65,167) at 20210307214928458 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/meson.build' (65,168) at 20240323080007057 to deleted uid set 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tua6100.h' (65,169) at 20210307214928646 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rv.h' (65,170) at 20240405153052789 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/switch-tracking.c' (65,171) at 20240405153054173 2025-03-14 03:00:49.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/tlb.c' (65,172) at 20210308005003000 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig' (65,173) at 20240613080016423 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_gem.c' (65,174) at 20240405153230583 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp8788-buck.c' (65,175) at 20240405153051465 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tcp_mmap.c' (65,176) at 20240405153232279 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/Makefile.target' (65,177) at 20241211090212550 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/cli.hpp' (65,178) at 20210308005346774 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/include/libpldm/meson.build' (65,179) at 20241204090010699 to deleted uid set 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_config.h' (65,180) at 20241011080017411 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9001_initvals.h' (65,181) at 20210309003651556 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.h' (65,182) at 20240405153047125 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-encoder.c' (65,183) at 20240405153049569 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-pci.cfg' (65,184) at 20230131040012019 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/socfpga.c' (65,185) at 20210308005002912 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/main.c' (65,186) at 20220525020653611 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb' (65,187) at 20241221090017548 to deleted uid set 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts' (65,188) at 20240405153045465 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml' (65,189) at 20241105090020411 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_callbacks_mod.c' (65,190) at 20210307214931806 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml' (65,191) at 20240405153045065 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bloblist' (65,192) at 20210308005003292 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/styles/json.css' (65,193) at 20210308005113053 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_skb_sk_lookup_kern.c' (65,194) at 20240405153054269 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-stream.c' (65,195) at 20240405153053993 2025-03-14 03:00:49.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/memcpy_32.c' (65,196) at 20240405153046469 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/main.h' (65,197) at 20240405153231987 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/vmenter.S' (65,198) at 20240405153046461 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/led.c' (65,199) at 20240405153053293 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/sifive_cpu.h' (65,200) at 20210308005046029 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vdso/vsyscall.h' (65,201) at 20210307214926678 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/vmm.c' (65,202) at 20240405153230607 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-buttons/meson.options' (65,203) at 20241209090018856 to deleted uid set 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/Makefile' (65,204) at 20210307214928342 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36057.h' (65,205) at 20240405153049389 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/trace.h' (65,206) at 20210927100127157 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/htc.h' (65,207) at 20240405153050445 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dvo.h' (65,208) at 20210307214927802 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max20086.yaml' (65,209) at 20240405153045145 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lpsw.S' (65,210) at 20230426080043952 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-thread-posix.c' (65,211) at 20230426080043964 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exconcat.c' (65,212) at 20240405153046617 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (65,213) at 20240712080022837 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/extable.h' (65,214) at 20210307214926114 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw51xx.dts' (65,215) at 20240405153045501 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/osd.c' (65,216) at 20210308005003000 2025-03-14 03:00:49.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_buffer_pool_types.h' (65,217) at 20220525020652887 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_writeback.c' (65,218) at 20240405153048589 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptsas.h' (65,219) at 20220525020653339 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/libgcrypt_1.11.0.bb' (65,220) at 20241221090017696 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/bpf_licensing.rst' (65,221) at 20240405153044989 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/screen.pam' (65,222) at 20210307205554570 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/fvp.conf' (65,223) at 20240517080012289 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x08_channel.h' (65,224) at 20240405153048805 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig' (65,225) at 20210308005003284 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/Makefile' (65,226) at 20240405153051957 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/watchdog_hld.c' (65,227) at 20240405153045877 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts' (65,228) at 20240405153229919 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/lasips2.h' (65,229) at 20221215040039182 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih418-b2264.dts' (65,230) at 20240405153045581 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/mcount.S' (65,231) at 20210307214926570 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/src/api.h' (65,232) at 20240918080010476 to deleted uid set 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-vmbus' (65,233) at 20220525020651630 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/shmin_defconfig' (65,234) at 20240405153046309 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8173.c' (65,235) at 20240405153231323 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/blake2b_generic.c' (65,236) at 20220525020652214 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_debugfs.c' (65,237) at 20240405153046705 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/Makefile' (65,238) at 20210308005002956 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/virtio/Makefile' (65,239) at 20210307214930258 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.c' (65,240) at 20240405153047165 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-debug.c' (65,241) at 20240726080012850 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/dma.h' (65,242) at 20210307214926106 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fd/Build' (65,243) at 20210307214932486 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Albacken' (65,244) at 20210307205553778 2025-03-14 03:00:49.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/trace-events' (65,245) at 20240906080037472 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/Kconfig' (65,246) at 20240405153053509 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2820r_t.c' (65,247) at 20210307214928614 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_lag.c' (65,248) at 20240405153231031 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fec_mxc.c' (65,249) at 20210308005003428 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pin-control.rst' (65,250) at 20240405153045197 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb' (65,251) at 20230610080017603 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/README' (65,252) at 20210307214932630 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts' (65,253) at 20240405153045773 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/xilinx_mb_manager.h' (65,254) at 20240405153045973 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-Makefile-install-mdcheck.patch' (65,255) at 20240413080012695 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AMDPLPA' (65,256) at 20211006000025226 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97425svmb.dts' (65,257) at 20240405153045985 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router.sh' (65,258) at 20240405153054341 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb' (65,259) at 20230813080012848 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-09' (65,260) at 20211008000010730 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_dcb.h' (65,261) at 20240405153050001 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c' (65,262) at 20240405153231315 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/intel-mid_wdt.c' (65,263) at 20240405153052241 2025-03-14 03:00:49.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c' (65,264) at 20220525020652498 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/cpufeatures.h' (65,265) at 20240411080014158 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int-common.h' (65,266) at 20240906080037324 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cafe_ccic.rst' (65,267) at 20210307214925230 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/efi/efi.c' (65,268) at 20240405153230295 to deleted uid set 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mc13xxx.h' (65,269) at 20210307214931430 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/astro_mcf5373l.h' (65,270) at 20210308005003584 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0015-EGL-glplatform.h-define-EGL_CAST.patch' (65,271) at 20210307205554106 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/nfp.rst' (65,272) at 20210307214925534 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/socket.h' (65,273) at 20240405153046073 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch' (65,274) at 20241206090014326 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/restart_syscall.S' (65,275) at 20240405153046081 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/tps6507x-ts.h' (65,276) at 20210307214931406 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/Makefile' (65,277) at 20240405153054345 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/srom.h' (65,278) at 20220525020654195 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch' (65,279) at 20210307205554610 2025-03-14 03:00:49.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/mmu_context_32.h' (65,280) at 20220525020652114 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci.c' (65,281) at 20240906080037308 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml' (65,282) at 20240405153045173 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/syscon-uclass.c' (65,283) at 20210308005003356 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/ich8lan.c' (65,284) at 20241115090012953 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mlx5/odp.c' (65,285) at 20241018080014490 to deleted uid set 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/backchannel.c' (65,286) at 20240405153053389 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/hisi_dma.c' (65,287) at 20240405153046993 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/inner_array_lookup.c' (65,288) at 20240405153054253 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/snapshot.rst' (65,289) at 20210307214925222 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/Makefile' (65,290) at 20210307214929606 2025-03-14 03:00:49.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/Kconfig' (65,291) at 20210307214932154 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211ioctl.h' (65,292) at 20240405153051953 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/virtual_address_range.c' (65,293) at 20240405153054333 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trosa' (65,294) at 20210307205553794 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/io_uring_zerocopy_tx.sh' (65,295) at 20240405153054345 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-reference-design-tablet.dtsi' (65,296) at 20210308005002620 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_sp.h' (65,297) at 20240405153051849 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux-gpmux.yaml' (65,298) at 20240405153045065 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_doe.h' (65,299) at 20240906080037336 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/cl-som-imx7.c' (65,300) at 20210308005002944 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/internal.h' (65,301) at 20210307214930506 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu.c' (65,302) at 20241211090212482 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/meson.build' (65,303) at 20240906080037460 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/start.S' (65,304) at 20210308005002836 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/tui/Build' (65,305) at 20210307214932582 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/vm_tlb.c' (65,306) at 20210307214926114 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/hfa384x_usb.c' (65,307) at 20240405153051953 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dummy/dummy.c' (65,308) at 20210308004938832 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx25.txt' (65,309) at 20210308005003328 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/qsfp.c' (65,310) at 20220525020653135 2025-03-14 03:00:49.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' (65,311) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/thread_map.h' (65,312) at 20240405153054209 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/embedded.c' (65,313) at 20210307214930474 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/bpf_perf_event.h' (65,314) at 20210307214931614 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/autojson/autojson.py' (65,315) at 20221206040017633 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/Kconfig' (65,316) at 20210307214928690 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2401_input_system_local.h' (65,317) at 20240405153051837 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/block-export.json' (65,318) at 20240906080037428 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/extent_map.h' (65,319) at 20220525020654471 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/mapfile.csv' (65,320) at 20240405153054113 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch' (65,321) at 20220612030016723 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_dma.h' (65,322) at 20240405153230603 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/hih6130.c' (65,323) at 20240405153048857 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/043' (65,324) at 20210927100127477 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mt312_priv.h' (65,325) at 20210307214928630 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/event.hpp' (65,326) at 20240719080005925 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icss_iep.h' (65,327) at 20240405153231063 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/symlink.c' (65,328) at 20240405153231767 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/0002-bind-Makefile.in-disable-backtrace.patch' (65,329) at 20220402030015899 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lazy_1.6.bb' (65,330) at 20241221090017556 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mpr2_defconfig' (65,331) at 20210308005003268 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-arm-spe.txt' (65,332) at 20240405153054077 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/access_ok.h' (65,333) at 20240405153052617 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/kcpuid/cpuid.csv' (65,334) at 20240405153054033 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,turingcc.txt' (65,335) at 20210307214925290 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/syscall_wrapper.h' (65,336) at 20240405153230063 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml' (65,337) at 20240618080025497 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/core.h' (65,338) at 20220525020653787 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/Kbuild' (65,339) at 20240405153048657 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/crash_dump_32.c' (65,340) at 20240405153046429 2025-03-14 03:00:49.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/meson.options' (65,341) at 20231228090030524 to deleted uid set 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/fault.c' (65,342) at 20240405153049629 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/map.c' (65,343) at 20240405153054041 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/ti-edma3.c' (65,344) at 20210308005003372 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-intel-platform.c' (65,345) at 20240405153051789 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptpf.h' (65,346) at 20210307214927098 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/az.py' (65,347) at 20210407000018102 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/tx.c' (65,348) at 20210307214931934 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mp2629.c' (65,349) at 20240405153049613 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/llgfrl-unaligned.S' (65,350) at 20230426080043952 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/not-overwrite-cflags-cxxflags.patch' (65,351) at 20241221090017564 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/reboot.cfg' (65,352) at 20210307205554058 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/co-shared-resource.h' (65,353) at 20241211090212366 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqreturn.h' (65,354) at 20240405153052713 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mtdparts.c' (65,355) at 20210308005003216 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/test/sdjournal_mock.hpp' (65,356) at 20221005030030502 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/069' (65,357) at 20220429100100886 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/init_64.c' (65,358) at 20240805080013927 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/ml605.dts' (65,359) at 20210307214926758 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/type-helpers.h' (65,360) at 20240906080037344 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb' (65,361) at 20241219090012976 to deleted uid set 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,videocc-sm8250.h' (65,362) at 20220525020654543 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/ns.c' (65,363) at 20241211090212310 2025-03-14 03:00:49.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/gpr-num.h' (65,364) at 20240405153045857 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utascii.c' (65,365) at 20240405153046625 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mousedev.c' (65,366) at 20210307214928494 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/TODO' (65,367) at 20210309003649136 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr_misc.c' (65,368) at 20210308005002548 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-srws1' (65,369) at 20210307214925202 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-minnie.dts' (65,370) at 20240405153045561 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_dbg.h' (65,371) at 20220525020654263 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/inode.h' (65,372) at 20240405153052457 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/arm,smmu.yaml' (65,373) at 20240405153229771 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/asn1_compiler.c' (65,374) at 20240405153053433 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/bitops.h' (65,375) at 20240405153046381 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb' (65,376) at 20241221090017512 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-mtp.dts' (65,377) at 20240405153229955 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4671.c' (65,378) at 20240405153053565 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-janice.dts' (65,379) at 20240405153045581 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_bo.h' (65,380) at 20240405153231795 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts' (65,381) at 20240405153229943 2025-03-14 03:00:49.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/generate_makefile.sh' (65,382) at 20210308005057105 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/inode.c' (65,383) at 20241115090012961 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.h' (65,384) at 20210309003649664 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/tui/helpline.c' (65,385) at 20240405153232235 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabresd-u-boot.dtsi' (65,386) at 20210308005002584 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/Makefile' (65,387) at 20240405153053277 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm_integrator_debug.c' (65,388) at 20210927100127149 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_main.c' (65,389) at 20241115090012953 2025-03-14 03:00:49.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/shm_ipc.h' (65,390) at 20210307214929902 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml' (65,391) at 20240405153229759 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/Kconfig' (65,392) at 20240405153048781 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/amd_sfh_client.c' (65,393) at 20241018080014486 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/test/test-suite.py' (65,394) at 20240822080032141 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rn5t618_power.c' (65,395) at 20240405153231355 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/microbit_i2c.c' (65,396) at 20241211090212274 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.1.bb' (65,397) at 20240413080012663 to deleted uid set 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_4_regs.h' (65,398) at 20240405153046577 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/bmips-cpufreq.c' (65,399) at 20240405153046909 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/macronix.c' (65,400) at 20240405153049709 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/nsa310s.c' (65,401) at 20210308005003204 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.5/index.html' (65,402) at 20210307205554246 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ftwdt010_wdt.c' (65,403) at 20240405153231599 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Device.errors.yaml' (65,404) at 20210610000035142 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/vitesse-vsc73xx-spi.c' (65,405) at 20240405153049765 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/irq.S' (65,406) at 20210308005002808 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm83.c' (65,407) at 20240405153048861 2025-03-14 03:00:49.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/scriptutils.py' (65,408) at 20241206090014350 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c' (65,409) at 20240405153230919 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cpuid.h' (65,410) at 20240326080039546 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-dieX.dtsi' (65,411) at 20240405153045717 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/ipl_vmparm.c' (65,412) at 20210307214926502 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_combo_phy.h' (65,413) at 20210307214927790 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xthead.c' (65,414) at 20240906080037168 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb' (65,415) at 20241221090017516 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-hwdep.c' (65,416) at 20240405153053505 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/Makefile' (65,417) at 20240405153049469 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/061.out' (65,418) at 20240906080037564 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/journald-storage-policy.conf' (65,419) at 20210307205553694 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5282.h' (65,420) at 20210308005002804 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/scs.h' (65,421) at 20240405153045861 2025-03-14 03:00:49.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lm3533-ctrlbank.c' (65,422) at 20210309003650416 2025-03-14 03:00:49.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_sync_mngr_objs_regs.h' (65,423) at 20240405153046589 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/floating-point.json' (65,424) at 20220525020655147 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/sunxi/sunxi_sram.h' (65,425) at 20240405153052793 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/sata.h' (65,426) at 20210308005003456 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-v7-2level.S' (65,427) at 20240405153045697 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/Makefile' (65,428) at 20240405153051273 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/190' (65,429) at 20210927100127493 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6core.c' (65,430) at 20240405153053981 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mce.h' (65,431) at 20210307214931610 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7628a.dtsi' (65,432) at 20240405153045989 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0910.h' (65,433) at 20240405153049301 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/Build' (65,434) at 20220525020655123 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/layer-contents.md' (65,435) at 20221003030013293 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mtd.c' (65,436) at 20240405153050293 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/microchip/sparx5_serdes.h' (65,437) at 20240405153051285 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z15/transaction.json' (65,438) at 20240405153054117 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle.json' (65,439) at 20210308005046409 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/affinity.c' (65,440) at 20240405153054177 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt' (65,441) at 20210307214925338 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-crypto-profile.c' (65,442) at 20240405153046517 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/openrisc/todo.rst' (65,443) at 20240405153045285 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stih410-clks.h' (65,444) at 20210308005003632 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/inlinedata.rst' (65,445) at 20240405153045201 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_opcodes_def.py' (65,446) at 20240906080037476 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/preconditions.hpp' (65,447) at 20210308005059165 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/gp102.c' (65,448) at 20240405153048653 2025-03-14 03:00:49.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/utility/timer.cpp' (65,449) at 20240822080031261 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/counters.c' (65,450) at 20240405153049017 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/util.cpp' (65,451) at 20240217090035780 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/io-pgtable-dart.c' (65,452) at 20240910080014050 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/vdso64.lds.S' (65,453) at 20240913080013769 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_io.h' (65,454) at 20210309003650800 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/sysfs.c' (65,455) at 20240405153046997 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/via-velocity.txt' (65,456) at 20210307214925382 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/event-pid.tc' (65,457) at 20210307214932670 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_semaphore.c' (65,458) at 20240405153048725 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/annotate/instructions.c' (65,459) at 20210307214932514 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/asm-extable.h' (65,460) at 20240405153046245 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.acpihmatvirt' (65,461) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mp8859.c' (65,462) at 20240405153051469 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.4.0.bb' (65,463) at 20230503080014591 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pcie-sh7786.h' (65,464) at 20210307214926546 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt6358.txt' (65,465) at 20240405153045165 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/aoa-gpio.h' (65,466) at 20210307214932186 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/pl031.h' (65,467) at 20210308005046029 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-int.out' (65,468) at 20210308005046401 to deleted uid set 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/dont-run-tests.patch' (65,469) at 20230706080014757 2025-03-14 03:00:49.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/index.rst' (65,470) at 20240405153229811 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c' (65,471) at 20240405153050201 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi' (65,472) at 20240405153045753 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/power/phosphor-power/config.json' (65,473) at 20220730030014652 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/physaddr.h' (65,474) at 20210307214926738 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_ca15_tc2.h' (65,475) at 20210308005003624 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/hid.h' (65,476) at 20210308005046033 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sol.robot' (65,477) at 20240628080017117 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/dram.c' (65,478) at 20210308005002548 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/debugfs.h' (65,479) at 20210307214929962 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.2.bb' (65,480) at 20241221090017668 to deleted uid set 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmstb/bcmstb.c' (65,481) at 20210308005002940 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/nested.c' (65,482) at 20241125090012235 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/Makefile' (65,483) at 20210307214932270 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dnet.c' (65,484) at 20240405153049905 2025-03-14 03:00:49.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/armv7-m.dtsi' (65,485) at 20210307214925694 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/decompressor.h' (65,486) at 20240405153046269 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c' (65,487) at 20240405153048969 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/Makefile' (65,488) at 20210307214932242 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.h' (65,489) at 20240405153048589 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zlib.h' (65,490) at 20210309003653944 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_hw.h' (65,491) at 20220525020654131 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml' (65,492) at 20221207040023631 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/DEVELOPING.md' (65,493) at 20240909080002363 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk322x.c' (65,494) at 20210308005003352 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/mxs.txt' (65,495) at 20210308005003328 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-rng-test.c' (65,496) at 20221215040039382 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cmake-qemu.bbclass' (65,497) at 20241206090014298 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/threshold.hpp' (65,498) at 20220412175720086 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/regression_test.txt' (65,499) at 20210307214932682 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-dishnetwork-send-legacy-cmd.rst' (65,500) at 20210309003648480 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/uaccess.h' (65,501) at 20240405153045909 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t208xrdb.dtsi' (65,502) at 20240405153046093 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hts221_i2c.c' (65,503) at 20240405153048985 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts' (65,504) at 20240405153229919 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/Kconfig' (65,505) at 20240405153230299 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Fan_v1.xml' (65,506) at 20240619080002924 2025-03-14 03:00:49.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/pseries-head.S' (65,507) at 20210307214926362 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/ti113x.h' (65,508) at 20210307214930046 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-wlock-softirq.h' (65,509) at 20210307214931806 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/dwc3/gadget.c' (65,510) at 20241216090017745 to deleted uid set 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/clocks.cfg' (65,511) at 20210308005003080 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam_%.bbappend' (65,512) at 20240911080042931 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk104.h' (65,513) at 20210307214927942 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond-eth-type-change.sh' (65,514) at 20240405153054293 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger_1.0.11.bb' (65,515) at 20240124090012254 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/cdn-dp-core.c' (65,516) at 20240405153230631 to deleted uid set 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/check-sysctl-docs' (65,517) at 20240405153053437 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/moxart_defconfig' (65,518) at 20240405153229907 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch' (65,519) at 20210307205554606 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb' (65,520) at 20241221090017668 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/scripts/Makefile.include' (65,521) at 20240405153054221 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/Kconfig' (65,522) at 20210307214926190 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/Makefile.inc' (65,523) at 20210610190030293 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/opa_vnic.rst' (65,524) at 20210307214925510 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/crypto/ccp/dbc.py' (65,525) at 20240405153232211 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/include/meson.build' (65,526) at 20210308005046393 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/Makefile' (65,527) at 20210308005002788 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/clk-pmc-atom.h' (65,528) at 20210307214931482 2025-03-14 03:00:49.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7796-sysc.h' (65,529) at 20210307214931346 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/cmd.h' (65,530) at 20210307214931442 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch' (65,531) at 20241221090017552 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_ph.c' (65,532) at 20210308005046505 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/zorro.h' (65,533) at 20210307214930986 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-iris.dtsi' (65,534) at 20240405153045529 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged_sdbus.h' (65,535) at 20210308004942076 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/sungem.c' (65,536) at 20241211090212310 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_link.c' (65,537) at 20220525020654927 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/trace-events' (65,538) at 20241211090212266 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dcb.h' (65,539) at 20240405153048621 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt6795-power.h' (65,540) at 20240405153052653 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/bootconfig.c' (65,541) at 20220525020654483 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-fpa-defs.h' (65,542) at 20210307214926234 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65090.c' (65,543) at 20240405153230839 2025-03-14 03:00:49.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/gengvec64.c' (65,544) at 20240906080037460 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/davinci_emac.c' (65,545) at 20240405153050317 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3ints.h' (65,546) at 20210307214926166 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dccg.c' (65,547) at 20220525020652510 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mtk-btcvsd-snd.txt' (65,548) at 20210307214925430 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/util.h' (65,549) at 20240405153231255 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-hidma-mgmt' (65,550) at 20240405153044929 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_npm.py' (65,551) at 20241221090017700 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpu-imx25.c' (65,552) at 20240405153045645 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/mmu.c' (65,553) at 20240405153046377 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch' (65,554) at 20241221090017496 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-dec/mc146818rtc.h' (65,555) at 20210307214926218 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb' (65,556) at 20220204040022468 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-v2.c' (65,557) at 20240405153045893 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_uas.h' (65,558) at 20240405153052145 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/hi3620-clock.txt' (65,559) at 20210307214925286 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/kw88f6192.h' (65,560) at 20210308005002732 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/executor.c' (65,561) at 20240405153231951 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts' (65,562) at 20240405153045749 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0002-do-not-build-demos.patch' (65,563) at 20210608000015799 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/Makefile' (65,564) at 20210309003654908 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264_2.3.1.bb' (65,565) at 20230919080013954 to deleted uid set 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/da9052_onkey.c' (65,566) at 20210307214928482 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/ventura_ledboard.json' (65,567) at 20241213090004413 to deleted uid set 2025-03-14 03:00:49.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/uart.c' (65,568) at 20240405153051145 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-mighty.dts' (65,569) at 20240405153045561 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/include/malidp_io.h' (65,570) at 20210307214927734 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udivsi3_i4i.S' (65,571) at 20210308005002852 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/Makefile' (65,572) at 20210308005003448 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_regs.h' (65,573) at 20240405153230983 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hogvalen' (65,574) at 20210307205553782 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci.c' (65,575) at 20240405153230091 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b/core-isa.h' (65,576) at 20210308005046349 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest' (65,577) at 20241221090017484 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/doc-guide/contributing.rst' (65,578) at 20220525020651770 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_ldm.c' (65,579) at 20240405153053117 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.err' (65,580) at 20240906080037560 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-hardening/conf/distro/harden.conf' (65,581) at 20210812000025270 to deleted uid set 2025-03-14 03:00:49.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__inline_scheduler.hpp' (65,582) at 20240731080033662 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7778.c' (65,583) at 20240405153051357 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/intel/phy-intel-keembay-usb.c' (65,584) at 20220525020653863 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-h32mx.c' (65,585) at 20210307214926962 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/Makefile' (65,586) at 20240405153053025 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi_tgt/libsrp.c' (65,587) at 20210307214930326 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/dma.c' (65,588) at 20240405153231171 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.c' (65,589) at 20240405153054193 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/rings.c' (65,590) at 20240405153232015 2025-03-14 03:00:49.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tcpnotify.h' (65,591) at 20210307214932654 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/si7021a20@20.conf' (65,592) at 20240904080027734 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb' (65,593) at 20231011080016606 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/eagle.h' (65,594) at 20210308005003592 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_cirrus.c' (65,595) at 20241216090017801 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot_fast_authentication.txt' (65,596) at 20210308005003328 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/common.c' (65,597) at 20240805080013943 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf-plot.py' (65,598) at 20210308005046397 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj/rpath.patch' (65,599) at 20241221090017560 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/ipcsum.S' (65,600) at 20240405153230095 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/Makefile' (65,601) at 20210307214932438 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/xlnx-pmu-iomod-intc.h' (65,602) at 20210308005046017 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv32_tuxrun.py' (65,603) at 20241211090212542 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/mls_types.h' (65,604) at 20240405153232115 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/evb-rk3399.c' (65,605) at 20210308005003040 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb' (65,606) at 20241221090017488 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kwbimage.h' (65,607) at 20210308005003764 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/system_manager_s10.c' (65,608) at 20210308005002780 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-rtc.cfg' (65,609) at 20220804030014671 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusactiveread.cpp' (65,610) at 20210308005116213 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/perf.h' (65,611) at 20240405153052901 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/pci.c' (65,612) at 20240405153046225 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_skbedit.c' (65,613) at 20240405153053365 2025-03-14 03:00:49.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sr.c' (65,614) at 20240405153051737 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/toolchain-flags' (65,615) at 20210307214926134 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py' (65,616) at 20220402030016103 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/raw_gadget.c' (65,617) at 20240405153052077 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/memory.json' (65,618) at 20240405153054145 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/vmlinux.lds.S' (65,619) at 20240405153045357 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-initial_14.2.bb' (65,620) at 20241221090017660 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/netdevsim/ipsec.c' (65,621) at 20241211090145461 to deleted uid set 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/cpu_init.c' (65,622) at 20210308005002800 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/custom_float.c' (65,623) at 20240405153047265 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/event_service.hpp' (65,624) at 20241228090003723 to deleted uid set 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p5040ds.dts' (65,625) at 20240405153230027 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qsp.c' (65,626) at 20240906080037592 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/MAINTAINERS' (65,627) at 20210308005002916 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-posix.h' (65,628) at 20230925080040109 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/jump_label.c' (65,629) at 20240405153045629 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/start.S' (65,630) at 20241211090212442 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/sama5d3.c' (65,631) at 20240405153046773 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-kontron-bl-osm-s.dts' (65,632) at 20240405153229923 2025-03-14 03:00:49.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gcc.py' (65,633) at 20241221090017632 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ga100.c' (65,634) at 20240405153048665 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc' (65,635) at 20210308005002556 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/registered_client.hpp' (65,636) at 20221229040004411 to deleted uid set 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/acpi.h' (65,637) at 20240913080013765 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/arch.h' (65,638) at 20210307214926622 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/mpl115.c' (65,639) at 20240405153049009 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/tc_actions.sh' (65,640) at 20240405153232279 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/sdbusplus.wrap' (65,641) at 20211029000047258 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8150l.dtsi' (65,642) at 20240405153229943 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/skiboot.lid' (65,643) at 20240906080037428 to deleted uid set 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/edac.h' (65,644) at 20210307214925850 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/lasi.h' (65,645) at 20240906080037336 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/monitor-ipmi-power-transition.service' (65,646) at 20230706080014733 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0.c' (65,647) at 20220525020654987 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-pci.c' (65,648) at 20210307214929650 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/s3c6410.c' (65,649) at 20240405153045685 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_expander.c' (65,650) at 20240613080016463 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/pcie-mobiveil-plat.c' (65,651) at 20240405153051229 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch' (65,652) at 20241206090014334 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Wollongong' (65,653) at 20210307205553766 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cros_usbpd_notify.h' (65,654) at 20210307214931474 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-capture.rst' (65,655) at 20210309003648488 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/memory-hotplug.rst' (65,656) at 20240405153045005 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/sb1250/Makefile' (65,657) at 20210307214926294 2025-03-14 03:00:49.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-dfl-devices-emif' (65,658) at 20220525020651630 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/main.c' (65,659) at 20240613080016379 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qobject-output-visitor.c' (65,660) at 20241211090212554 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/emulate_prefix.h' (65,661) at 20210307214932458 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_apple_keyboard.py' (65,662) at 20240405153054309 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-good-deassert@.service' (65,663) at 20240113090014532 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ife.h' (65,664) at 20210307214931638 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Chassis.v1_25_2.json' (65,665) at 20240918080002720 to deleted uid set 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7110-pinfunc.h' (65,666) at 20240405153046245 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/uaccess.h' (65,667) at 20240405153229859 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/wm8994_registers.h' (65,668) at 20210308005003488 2025-03-14 03:00:49.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (65,669) at 20230721080014362 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/goodix.h' (65,670) at 20240405153049161 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_socrates_defconfig' (65,671) at 20210308005003280 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/leds/leds-pca9532.h' (65,672) at 20210308005003636 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-trimslice.dts' (65,673) at 20240405153229879 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-bt1.c' (65,674) at 20240405153051221 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_eswitch.c' (65,675) at 20241018080014498 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nxp-nci/Kconfig' (65,676) at 20210307214929978 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/circbuf.c' (65,677) at 20210308005003696 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/init.c' (65,678) at 20220525020651986 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib_private.h' (65,679) at 20240405153230979 to deleted uid set 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8974.h' (65,680) at 20210307214932362 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig' (65,681) at 20210308005003264 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsi.c' (65,682) at 20240405153231459 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu-qom.h' (65,683) at 20240326080039702 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func11.c' (65,684) at 20240405153054277 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_ftrace.sh' (65,685) at 20240405153054285 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/sysmap-apq8096.c' (65,686) at 20210308005002776 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-fru-properties.yaml' (65,687) at 20230412080023456 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-wandboard-revd1.dts' (65,688) at 20240405153045501 2025-03-14 03:00:49.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/ptrace.h' (65,689) at 20210307214926590 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vga16fb.c' (65,690) at 20240405153231595 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-get-pes-pids.rst' (65,691) at 20210309003648476 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/peach-pi.h' (65,692) at 20210308005003608 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts' (65,693) at 20240405153045817 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray-board-base.dtsi' (65,694) at 20240405153229919 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,s6d16d0.yaml' (65,695) at 20210307214925306 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-address.dtsi' (65,696) at 20240405153051213 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-dangling/action.yml' (65,697) at 20220402030016059 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/umodsi3.S' (65,698) at 20210307214926182 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/virt.c' (65,699) at 20241211090212326 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-inventory-sensors.yaml' (65,700) at 20240712080022837 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LXR0/meson.build' (65,701) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools-crates.inc' (65,702) at 20241221090017544 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/sti/Makefile' (65,703) at 20210307214928598 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/signal.c' (65,704) at 20240405153045913 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb' (65,705) at 20220402030015887 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/frontend.json' (65,706) at 20210307214932538 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/temporary_file.hpp' (65,707) at 20221005030030502 2025-03-14 03:00:49.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_hipd.c' (65,708) at 20240405153051745 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_1_sh_mask.h' (65,709) at 20210307214927670 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/io-wq.h' (65,710) at 20240405153052965 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nv17_fence.c' (65,711) at 20220525020652951 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/psample.h' (65,712) at 20220525020654643 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/makefile-add-ldflags.patch' (65,713) at 20210307205553818 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_regs.h' (65,714) at 20210307214927082 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-sun' (65,715) at 20210307214925198 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_scan.c' (65,716) at 20240405153231443 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfeqi.c' (65,717) at 20210308005046529 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-2.yaml' (65,718) at 20241219090012976 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-apf6dev.dtsi' (65,719) at 20240405153229887 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_i2c.c' (65,720) at 20241211090212342 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-sgi575.inc' (65,721) at 20220804030014667 2025-03-14 03:00:49.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mpls_iptunnel.h' (65,722) at 20240405153052857 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sun6i-dma.c' (65,723) at 20240405153230287 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern1.c' (65,724) at 20210307214932642 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt76x8-pinctrl.yaml' (65,725) at 20240405153045133 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/linkage.h' (65,726) at 20210308005002828 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/iters_testmod_seq.c' (65,727) at 20240405153054269 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/tlb_low.S' (65,728) at 20240405153046189 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0003-FMP-Support-in-Corstone1000.patch' (65,729) at 20241206090014214 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/include/ipmid/api.h' (65,730) at 20210308004925444 to deleted uid set 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/log-writes.rst' (65,731) at 20210307214925222 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/TachSensor.cpp' (65,732) at 20241203090005839 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageContainer.spec.js.snap' (65,733) at 20220105012523003 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_pmu.h' (65,734) at 20210307214927862 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/keywords.c' (65,735) at 20220525020654943 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic23.c' (65,736) at 20240405153053809 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cf_spi.c' (65,737) at 20210308005003492 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-cpumap.c' (65,738) at 20240405153046521 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/0002-build-don-t-ignore-CFLAGS-from-environment.patch' (65,739) at 20220204040022452 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/pistachio-clock.txt' (65,740) at 20210307214925290 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_clock_utils.h' (65,741) at 20220525020652887 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c' (65,742) at 20210307205554390 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-38x-solidrun-microsom.dtsi' (65,743) at 20240405153045449 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/ap_bus.h' (65,744) at 20240405153231379 2025-03-14 03:00:49.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/scs.c' (65,745) at 20240405153053049 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/xilinx/zynqmp-debug.h' (65,746) at 20240405153047049 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/intel/Makefile' (65,747) at 20220525020653863 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/debug/openpower-debug-collector_%.bbappend' (65,748) at 20230719080015371 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm831x-otp.c' (65,749) at 20220525020653351 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/sysctl_net_ipv4.c' (65,750) at 20240405153232023 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_5_0_0_sh_mask.h' (65,751) at 20210307214927534 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-ir.c' (65,752) at 20210307214928690 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd@.service' (65,753) at 20210307205554466 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-meson-spicc.c' (65,754) at 20240405153231463 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/m5329evb.c' (65,755) at 20210308005002972 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/ni.txt' (65,756) at 20210307214925362 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-broker_36.bb' (65,757) at 20241221090017508 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildhistory-diff' (65,758) at 20220204040022688 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vbi-out.c' (65,759) at 20210307214928794 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-find-errors.sh' (65,760) at 20240405153054365 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_param_dvs.h' (65,761) at 20210307214930574 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/_lshrdi3.S' (65,762) at 20210308005002840 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/locked_by.rs' (65,763) at 20241011080017399 2025-03-14 03:00:49.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/boot_data.py' (65,764) at 20221209040018567 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/mmu.c' (65,765) at 20240405153046181 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-card.c' (65,766) at 20240919080017082 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vfio_zdev.h' (65,767) at 20240405153052945 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/mxs-pcm.h' (65,768) at 20210307214932402 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' (65,769) at 20241211090212534 to deleted uid set 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS6-ssh-bic@.service' (65,770) at 20231025080019870 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm8168-evm.dts' (65,771) at 20240405153045597 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/debugfs.c' (65,772) at 20220525020655083 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-lasx.xml' (65,773) at 20240906080037184 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml' (65,774) at 20240405153045093 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt' (65,775) at 20240405153229767 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-syntax-errors.tc' (65,776) at 20210307214932674 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/arm/pvtime.rst' (65,777) at 20240405153045325 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lcc-ipq806x.h' (65,778) at 20240405153052645 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_display.h' (65,779) at 20220525020652947 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/platsmp-brcmstb.c' (65,780) at 20240405153229911 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4xdr.c' (65,781) at 20241011080017363 2025-03-14 03:00:49.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb' (65,782) at 20241206090014234 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/kerneldoc.py' (65,783) at 20210308005002536 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/Makefile' (65,784) at 20210308005002992 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/procfs-audit_loginuid' (65,785) at 20220525020651630 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/collie.rst' (65,786) at 20210308005045809 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/scripts/ima-gen-local-ca.sh' (65,787) at 20230520080014488 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (65,788) at 20220620100012713 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c' (65,789) at 20240405153050573 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/img.h' (65,790) at 20240405153050525 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-inet9f-rev03.dts' (65,791) at 20240405153045377 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/max6639.h' (65,792) at 20210307214931478 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/genl.h' (65,793) at 20240405153053237 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/local.conf.sample' (65,794) at 20241221090017580 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/gdbstub.c' (65,795) at 20240906080037504 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_legacy.h' (65,796) at 20240405153048401 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgtu.c' (65,797) at 20210308005046529 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/regmap.h' (65,798) at 20210308005003684 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/nouveau_drm.h' (65,799) at 20240613080016507 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/lpc1850-dmamux.txt' (65,800) at 20210307214925310 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/Makefile' (65,801) at 20240405153230051 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/bcm6362-pm.h' (65,802) at 20210309003653816 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/head_32.S' (65,803) at 20240405153046313 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/file.hpp' (65,804) at 20230807080031314 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/cellular/index.rst' (65,805) at 20210309003648436 2025-03-14 03:00:49.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/controllers/omap_ssi_regs.h' (65,806) at 20210307214928110 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/element.hpp' (65,807) at 20210308005114857 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-proteus-2309.c' (65,808) at 20210307214928782 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/genapic.h' (65,809) at 20210307214926662 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml' (65,810) at 20221207040023631 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-ld4.c' (65,811) at 20210308005002792 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/Kconfig' (65,812) at 20210308005003072 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/phosphor-logging.wrap' (65,813) at 20220407100028311 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/oradax.c' (65,814) at 20240405153051541 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_model_kunit.c' (65,815) at 20240405153050177 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6_forward_instats_vrf.sh' (65,816) at 20240405153054341 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/button_handler_main.cpp' (65,817) at 20230630080020271 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.uefi' (65,818) at 20210308005003300 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_hcd.c' (65,819) at 20210308005003520 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_seq.c' (65,820) at 20220525020654971 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/linux_string.h' (65,821) at 20210308005003656 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/arct_reg_init.c' (65,822) at 20210307214927222 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.6.rst' (65,823) at 20230114040015514 to deleted uid set 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000e_core.h' (65,824) at 20240906080037264 2025-03-14 03:00:49.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fsl_lbc.h' (65,825) at 20210307214926378 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-atmel-aic5.c' (65,826) at 20240405153049189 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio.h' (65,827) at 20221215040039378 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfs/sysfs.c' (65,828) at 20240405153052429 to deleted uid set 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/shmparam_64.h' (65,829) at 20210307214926586 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_errno_defs.h' (65,830) at 20210927100127273 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn68xx_regs.h' (65,831) at 20210307214929350 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0009_target_package_manifest_path.py' (65,832) at 20210307205554262 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm' (65,833) at 20220525020651634 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/240.out' (65,834) at 20210927100127497 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.mcutempsensor.service' (65,835) at 20210706231659769 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/pcihp.h' (65,836) at 20240326080039530 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-trove-classifiers/run-ptest' (65,837) at 20230520080014500 to deleted uid set 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g043.dtsi' (65,838) at 20240405153229963 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8540p-pmics.dtsi' (65,839) at 20240405153229947 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac3_mac.c' (65,840) at 20240405153231227 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions.hpp' (65,841) at 20241212090025211 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h' (65,842) at 20210308005003528 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/mediatek,mt6370-charger.yaml' (65,843) at 20240405153045141 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed_%.bbappend' (65,844) at 20210812000025166 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/atomic.h' (65,845) at 20240405153046057 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h' (65,846) at 20240405153049469 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm-dev.c' (65,847) at 20210307214926954 2025-03-14 03:00:49.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hameenkyro_Kyroskoski' (65,848) at 20210307205553770 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUDatagrid' (65,849) at 20210307205554422 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/Makefile' (65,850) at 20210308005003036 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7745-sysc.c' (65,851) at 20240405153231351 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-exynos.c' (65,852) at 20240405153231543 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/LICENSE' (65,853) at 20210308005102825 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c' (65,854) at 20210308005002556 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-scmi.c' (65,855) at 20220525020653943 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/platsmp.c' (65,856) at 20220525020651894 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc.inc' (65,857) at 20230520080014496 to deleted uid set 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/intel_iommu.c' (65,858) at 20241211090212278 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/idma64.h' (65,859) at 20210307214931378 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/nic0_umr0_0_unsecure_doorbell0_regs.h' (65,860) at 20240405153046597 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pfuze.h' (65,861) at 20210308005002960 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/cat875.dtsi' (65,862) at 20240405153045797 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/p2a.hpp' (65,863) at 20240817080027656 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png' (65,864) at 20210307205554346 to deleted uid set 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.11.0.bb' (65,865) at 20241206090014214 to deleted uid set 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-syslog.default' (65,866) at 20210307205554470 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/sis_accel.h' (65,867) at 20220525020654323 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/functions.sh' (65,868) at 20240405153053429 2025-03-14 03:00:49.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/gamecube.c' (65,869) at 20240405153046209 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm21664.dtsi' (65,870) at 20240405153229871 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/nommu.c' (65,871) at 20240405153229915 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-dev-flow.png' (65,872) at 20210307205554290 to deleted uid set 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/Kconfig' (65,873) at 20240405153051813 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Sudbury' (65,874) at 20210307205553798 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/grandridge/frontend.json' (65,875) at 20240405153054137 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/setjmp.S' (65,876) at 20210308005002856 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3.dtsi' (65,877) at 20210308005002600 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/trace.h' (65,878) at 20240405153050445 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/wakeup_asm.S' (65,879) at 20210307214926750 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/sdio.c' (65,880) at 20240628080014001 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/Kconfig' (65,881) at 20240405153052257 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-nuvoton/kudo.cfg' (65,882) at 20210408000038661 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/string_64.h' (65,883) at 20210307214926586 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/vmx.c' (65,884) at 20240405153054321 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/libc-package.bbclass' (65,885) at 20240302090018226 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/vmalloc.h' (65,886) at 20210307214926122 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-fix-compile-error-with-linux-kernel-v4.8.patch' (65,887) at 20230131040012027 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sun4m_iommu.h' (65,888) at 20210308005046033 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_task.h' (65,889) at 20240405153049113 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/method-customizing.rst' (65,890) at 20210307214925494 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/build-tests.patch' (65,891) at 20241221090017676 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/nvdimm-utils.h' (65,892) at 20210927100127249 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2081a-rdb.dts' (65,893) at 20240405153045725 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam.patch' (65,894) at 20210905000020557 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips64el-softmmu/default.mak' (65,895) at 20240906080037160 2025-03-14 03:00:49.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Dimension/meson.build' (65,896) at 20230825080021137 to deleted uid set 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/gct.h' (65,897) at 20210307214925646 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/asm-offsets.c' (65,898) at 20240405153046505 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/manufacturingcommands.hpp' (65,899) at 20241023080007883 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/sdram_config.h' (65,900) at 20210308005003072 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6397/registers.h' (65,901) at 20210307214931430 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/elog-gen.py' (65,902) at 20221209040036307 2025-03-14 03:00:49.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/hwcap2.h' (65,903) at 20210716100029859 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/translate.c' (65,904) at 20241211090212502 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_flat.h' (65,905) at 20230426080043784 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-rt-group.rst' (65,906) at 20210307214925554 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/lantiq_pce.h' (65,907) at 20210307214929266 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/target_files/meson.build' (65,908) at 20230817080044253 to deleted uid set 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-a23-a33-ccu.h' (65,909) at 20210308005003636 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb2inode.c' (65,910) at 20241216090017761 to deleted uid set 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_tty.h' (65,911) at 20210307214930514 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb' (65,912) at 20220402030015907 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_ethtool.c' (65,913) at 20240405153050169 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi.h' (65,914) at 20240405153231047 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mulq_rs_ph.c' (65,915) at 20210308005046505 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/Makefile' (65,916) at 20240405153051389 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.cpp' (65,917) at 20240903080027143 to deleted uid set 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki' (65,918) at 20210307205553774 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds-lp3944.h' (65,919) at 20210307214931414 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_private.h' (65,920) at 20241008080014027 2025-03-14 03:00:49.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1-pss.its' (65,921) at 20210308005003744 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/.clang-format' (65,922) at 20240817080005371 to deleted uid set 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-devices-catpt' (65,923) at 20210309003648252 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/sev-shared.c' (65,924) at 20240411080014058 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyelftools_0.31.bb' (65,925) at 20241221090017668 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/MAINTAINERS' (65,926) at 20210308005003040 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptp/testptp.c' (65,927) at 20240405153232283 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/common/hl_boot_if.h' (65,928) at 20240405153046573 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/purgatory/Makefile' (65,929) at 20240405153046305 to deleted uid set 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/metric_report_definition.hpp' (65,930) at 20241228090003723 to deleted uid set 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/message_registries.hpp' (65,931) at 20241211090002379 to deleted uid set 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-r2d/Makefile' (65,932) at 20210307214926538 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.h' (65,933) at 20240405153050493 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_zero_defconfig' (65,934) at 20210308005003252 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/0001-libgeis-Compare-the-first-character-of-string-to-nul.patch' (65,935) at 20230706080014757 2025-03-14 03:00:49.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblazeel-linux-user.mak' (65,936) at 20230426080043656 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/ar933x_uart.c' (65,937) at 20240405153231511 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynqpl.h' (65,938) at 20210308005003696 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3188-cru.h' (65,939) at 20210308005003632 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateLocations_v1.xml' (65,940) at 20240619080002920 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/alternative.c' (65,941) at 20240405153046073 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/bswapdi.c' (65,942) at 20240405153046033 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/Makefile' (65,943) at 20210308005003472 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/binfmt_flat.c' (65,944) at 20240820080014165 to deleted uid set 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_inf.json' (65,945) at 20241213090004417 to deleted uid set 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/config.c' (65,946) at 20240405153232235 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/stm32f2xx_usart.h' (65,947) at 20240326080039534 2025-03-14 03:00:49.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-uas.c' (65,948) at 20240906080037308 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/hi655x-regulator.c' (65,949) at 20240405153051465 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_platform.c' (65,950) at 20240405153231475 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_ibt.c' (65,951) at 20241211090212294 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/impa7.c' (65,952) at 20210307214929214 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++/run-ptest' (65,953) at 20241206090014246 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi_app.c' (65,954) at 20210308005003700 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c' (65,955) at 20240405153048637 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/reset-type.cocci' (65,956) at 20240906080037440 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/gen-features.c' (65,957) at 20240326080039698 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a.dtsi' (65,958) at 20210308005002596 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/rng.h' (65,959) at 20210308005046057 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf/android-gadget-setup' (65,960) at 20230401080011931 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/CHIP_defconfig' (65,961) at 20210308005003236 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/dce120_clk_mgr.h' (65,962) at 20210307214927270 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/fsl,mag3110.yaml' (65,963) at 20220525020651682 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-bananapi-m1-plus.dts' (65,964) at 20240405153045385 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx.seq' (65,965) at 20210307214930270 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-sram.c' (65,966) at 20210307214928598 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpuidle/cpuidle-riscv-sbi.c' (65,967) at 20241008080013915 to deleted uid set 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2081_nand_rcw.cfg' (65,968) at 20210308005002996 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mps,mpq7932.yaml' (65,969) at 20240405153045145 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/r8169_firmware.h' (65,970) at 20210307214929606 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-lilly-a83x.dtsi' (65,971) at 20240405153045605 2025-03-14 03:00:49.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/curs.c' (65,972) at 20220525020652943 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ti-sci-inta.c' (65,973) at 20240405153230751 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/menuconfig.py' (65,974) at 20241221090017700 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.h' (65,975) at 20240405153054193 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/.gitignore' (65,976) at 20240405153045705 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-common.h' (65,977) at 20210308005002676 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sa11x0.c' (65,978) at 20240405153049205 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user-glib.c' (65,979) at 20210927100127357 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan75xx.c' (65,980) at 20210308005003504 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,pas-common.yaml' (65,981) at 20240405153229791 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/xway-swap-bytes.c' (65,982) at 20210308005003776 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/fault.c' (65,983) at 20240405153229987 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/time.c' (65,984) at 20210307214925658 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0016-efi_loader-fix-null-pointer-exception-with-get_image.patch' (65,985) at 20240413080012627 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funcore/fun_queue.c' (65,986) at 20240405153049933 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/files/Makefile.test' (65,987) at 20210307205554130 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/syscon_rk322x.c' (65,988) at 20210308005002776 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/arch_dump.c' (65,989) at 20241211090212490 2025-03-14 03:00:49.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-rpi-smsc9512.dtsi' (65,990) at 20210308005002572 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/ngene.h' (65,991) at 20240405153049373 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/main-loop.c' (65,992) at 20240906080037592 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/gus.h' (65,993) at 20210309003653972 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt' (65,994) at 20210307214925414 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/stack.c' (65,995) at 20210308005002840 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm-kcopyd.h' (65,996) at 20240405153052681 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7175.c' (65,997) at 20240405153049305 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/index.js' (65,998) at 20210308005107077 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/entry.S' (65,999) at 20240405153045909 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/pca9450.h' (66,000) at 20240405153052785 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-sys-init.service' (66,001) at 20241029080011443 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_pef.c' (66,002) at 20210308004938828 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/linkage.h' (66,003) at 20210307214926110 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth_internal.h' (66,004) at 20210308005003720 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/time.h' (66,005) at 20220525020651878 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/probe_64.c' (66,006) at 20240405153230119 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6733.c' (66,007) at 20220525020652358 2025-03-14 03:00:49.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/Makefile' (66,008) at 20210307214932426 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/linuxvfs.c' (66,009) at 20240405153231611 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts' (66,010) at 20240405153045729 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64-bsd-user.mak' (66,011) at 20240906080037160 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s.c' (66,012) at 20240405153046157 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/simatic-ipc-batt-elkhartlake.c' (66,013) at 20240405153231343 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/service_indicators_test.cpp' (66,014) at 20230202040033474 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/local.conf.sample' (66,015) at 20241221090017480 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/car.S' (66,016) at 20210308005002856 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-r1-scmi.dts' (66,017) at 20240405153045717 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynosautov9-ufs.c' (66,018) at 20240405153051297 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/syscall.h' (66,019) at 20240405153046057 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/data-convert-json.c' (66,020) at 20240405153054189 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c' (66,021) at 20240405153049457 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ad7314.c' (66,022) at 20210307214928114 2025-03-14 03:00:49.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/f81604.c' (66,023) at 20241216090017709 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/i2c-ddc.c' (66,024) at 20241211090212266 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/icon_defconfig' (66,025) at 20220525020652030 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-appleir.c' (66,026) at 20210307214928086 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/M7copy_to_user.S' (66,027) at 20210307214926606 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c' (66,028) at 20240405153230411 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.metadata.yaml' (66,029) at 20220430030026016 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/sppctl-sp7021.h' (66,030) at 20240405153052653 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/Kconfig' (66,031) at 20240405153054013 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/memcpy_thread.c' (66,032) at 20240405153054169 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb' (66,033) at 20210905000020561 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/vmx_asm.h' (66,034) at 20210307214932702 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-UK-2.0' (66,035) at 20211006000025242 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h' (66,036) at 20220525020653451 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_mipi_csi2.c' (66,037) at 20240405153230815 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfintc.h' (66,038) at 20210307214926162 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/viking.S' (66,039) at 20210307214926610 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_common.c' (66,040) at 20210308005003372 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/dmi.h' (66,041) at 20210307214926662 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/hisilicon,ascend910-i2c.yaml' (66,042) at 20240405153045065 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l92.c' (66,043) at 20240405153232151 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/nic-power-fault@.service' (66,044) at 20241001080014404 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,cs4234.yaml' (66,045) at 20210309003648392 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/acpi.c' (66,046) at 20240405153231503 2025-03-14 03:00:49.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/0001-rtrip.py-convert-to-python3.patch' (66,047) at 20210307205554014 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_reader.cpp' (66,048) at 20240817080005375 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/tc358743.h' (66,049) at 20210307214931546 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad7293.c' (66,050) at 20240405153048977 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/core.h' (66,051) at 20240405153232083 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8-minix-neo-x8.dts' (66,052) at 20240405153045401 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-hisi.c' (66,053) at 20240405153051225 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_lru_map.c' (66,054) at 20241008080014059 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/devlink.yaml' (66,055) at 20240405153229823 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-inventory-sensors.yaml' (66,056) at 20210820100014769 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/kerneldevelopment.py' (66,057) at 20230706080014781 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cavium.c' (66,058) at 20240405153051785 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/governor_passive.c' (66,059) at 20240405153046977 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rk8xx-spi.c' (66,060) at 20240405153049613 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pssf162205a.json' (66,061) at 20220601030005869 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpbp.h' (66,062) at 20210308005003648 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/vm.conf' (66,063) at 20220518030022807 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb' (66,064) at 20241206090014310 to deleted uid set 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-tegra.c' (66,065) at 20210308005003512 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/Kconfig' (66,066) at 20210308005002972 2025-03-14 03:00:49.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-haps.c' (66,067) at 20220525020654255 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5249EVB_defconfig' (66,068) at 20210308005003236 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/error.hpp.mako' (66,069) at 20230902080037613 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/efi-x86_app.dts' (66,070) at 20210308005002860 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/arm-cci.c' (66,071) at 20210307214926930 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/Makefile' (66,072) at 20240405153049425 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ltc2978.c' (66,073) at 20240405153048869 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/nvidia,tegra186-xusb-padctl.yaml' (66,074) at 20240405153045129 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_apd.c' (66,075) at 20240405153046613 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctamixer.c' (66,076) at 20220525020654991 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-lan966x-serdes.h' (66,077) at 20240405153052649 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pwm-regulator.c' (66,078) at 20240613080016463 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.h' (66,079) at 20240405153050109 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/.gitignore' (66,080) at 20240405153045945 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso32-wrap.S' (66,081) at 20220525020651958 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/setup.c' (66,082) at 20240405153046037 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_sensorhub_trace.h' (66,083) at 20220525020653899 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch' (66,084) at 20241221090017504 2025-03-14 03:00:49.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/renesas,rzv2m-csi.yaml' (66,085) at 20240405153045173 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c' (66,086) at 20240712080021077 to deleted uid set 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts' (66,087) at 20240405153229899 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp-r5/cpu.c' (66,088) at 20210308005002796 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/rcar-fcp.h' (66,089) at 20210307214931546 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cypress_ps2.c' (66,090) at 20240405153049149 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_86xx.h' (66,091) at 20210308005002840 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_event_triggers.tc' (66,092) at 20240405153054305 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/start_host.cpp' (66,093) at 20210308005103637 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/device_link.rst' (66,094) at 20210309003648404 2025-03-14 03:00:49.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-session' (66,095) at 20210307205554566 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fcnv.c.inc' (66,096) at 20240906080037496 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/reiserfs.h' (66,097) at 20210308005003684 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.h' (66,098) at 20240405153047277 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/gaudi2_coresight_regs.h' (66,099) at 20240405153046569 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/92removedns' (66,100) at 20210307205554466 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8183.c' (66,101) at 20240405153231311 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_tx.h' (66,102) at 20210307214928774 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/navi10_ih.c' (66,103) at 20240405153230359 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.h' (66,104) at 20210307214927250 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/qcom-rpmpd.h' (66,105) at 20240405153052653 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/contributor-guide/submit-changes.rst' (66,106) at 20241221090017592 to deleted uid set 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi_trans.h' (66,107) at 20240405153050341 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/types.hpp' (66,108) at 20230719080010903 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h' (66,109) at 20240405153050249 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_snd.h' (66,110) at 20220525020654679 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bayleybay.h' (66,111) at 20210308005003588 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (66,112) at 20231216090014900 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-blackout@.target' (66,113) at 20220707030038047 2025-03-14 03:00:49.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/events.hpp' (66,114) at 20210308005054073 to deleted uid set 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/configs/simple_smp_defconfig' (66,115) at 20240405153046057 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock.c' (66,116) at 20210308005002724 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_network.h' (66,117) at 20210309003650584 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/marvell,pxa910.h' (66,118) at 20240405153231795 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/init/handoff.c' (66,119) at 20210308005003228 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/job.c' (66,120) at 20240405153048805 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-femac-mdio.txt' (66,121) at 20210307214925374 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond_topo_2d1c.sh' (66,122) at 20240405153054293 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs3.rules' (66,123) at 20210616125333493 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rmobile.h' (66,124) at 20210308005002768 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_cq.h' (66,125) at 20240405153051737 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64.yml' (66,126) at 20210307205554110 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon.conf' (66,127) at 20210307205553722 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-any.out' (66,128) at 20210308005046397 to deleted uid set 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/aisimage.h' (66,129) at 20210308005003748 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-debugfs.h' (66,130) at 20210307214931218 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/phosphor-logging.wrap' (66,131) at 20230720080010758 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/fpu.h' (66,132) at 20220525020652174 2025-03-14 03:00:49.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/remote-console.scss' (66,133) at 20210715000108960 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/handoff.h' (66,134) at 20210308005003652 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/hists_common.h' (66,135) at 20210307214932574 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/adg792a.c' (66,136) at 20240405153049717 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_array_pin.c' (66,137) at 20240405153053425 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_read_unittest.cpp' (66,138) at 20220824030029051 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.asm-generic' (66,139) at 20240405153053433 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/irq.c' (66,140) at 20240405153231455 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/prim_ops.h' (66,141) at 20210308005003336 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf100.c' (66,142) at 20240405153048657 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/java.rst' (66,143) at 20210307214925226 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_socrates.h' (66,144) at 20210308005003616 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/rarp.c' (66,145) at 20210308005003720 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/mmu.c' (66,146) at 20240405153048425 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/lowlevel_init.S' (66,147) at 20210308005003020 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-myir-mys-6ulx.dtsi' (66,148) at 20240405153045529 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-delta/packagegroups/packagegroup-delta-apps.bb' (66,149) at 20231012080014468 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch' (66,150) at 20210608000015799 to deleted uid set 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_main.cpp' (66,151) at 20240418080018518 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6u-8033-mb7.dts' (66,152) at 20240405153045501 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mc13783_ts.c' (66,153) at 20210307214928506 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/index.rst' (66,154) at 20220429100100418 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/linkage.h' (66,155) at 20210308005002808 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi' (66,156) at 20240405153229963 2025-03-14 03:00:49.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_wait_uninitialized_heap.c' (66,157) at 20210307214932674 2025-03-14 03:00:49.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-crypto.c' (66,158) at 20241211090212350 2025-03-14 03:00:49.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed/catalina.cfg' (66,159) at 20240814080011471 to deleted uid set 2025-03-14 03:00:49.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/MAINTAINERS' (66,160) at 20210308005003024 2025-03-14 03:00:49.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_dio_link_encoder.c' (66,161) at 20240405153047261 2025-03-14 03:00:49.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_10_3_0_default.h' (66,162) at 20220525020652634 2025-03-14 03:00:49.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/tse850-pcm5142.c' (66,163) at 20240405153232139 2025-03-14 03:00:49.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/sysfs_utils.c' (66,164) at 20210307214932738 2025-03-14 03:00:49.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c' (66,165) at 20240405153048509 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aha1542.c' (66,166) at 20240405153051553 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tps23861.yaml' (66,167) at 20240405153229767 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,pciesys.txt' (66,168) at 20210307214925278 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/thermal-policy/ibm-ac-server/thermal-policy.yaml' (66,169) at 20210307205553698 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/orion5x.h' (66,170) at 20240405153045673 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' (66,171) at 20240906080037556 to deleted uid set 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_card.h' (66,172) at 20220525020655107 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/debug.h' (66,173) at 20210308005003548 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/sigreturn.S' (66,174) at 20240405153045949 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/netlink.h' (66,175) at 20240405153232015 2025-03-14 03:00:49.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/0001-add-nss-resolve-to-nsswitch.patch' (66,176) at 20231126090012853 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/reg.h' (66,177) at 20240405153231027 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf_version.h' (66,178) at 20240405153054061 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/termbits.h' (66,179) at 20210308005046085 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/gen_setup.sh' (66,180) at 20221209040018559 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-capacity.rst' (66,181) at 20240405153045301 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api.h' (66,182) at 20240405153231035 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_dcb.c' (66,183) at 20240405153050173 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/devicetree/bindings/media/s5p-mfc.txt' (66,184) at 20240405153045101 to deleted uid set 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/Kconfig' (66,185) at 20210308005002780 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-features.err' (66,186) at 20240906080037560 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig' (66,187) at 20210308005003276 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Ferguson-Twofish' (66,188) at 20241221090017616 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/s390_pci_hpc.c' (66,189) at 20240405153051249 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-AT' (66,190) at 20211006000025230 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1750dhp.dts' (66,191) at 20240405153045425 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-hyundai-a7hd.dts' (66,192) at 20240405153045377 2025-03-14 03:00:49.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus_to_event_handler.hpp' (66,193) at 20240729080033928 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-agl-defs.h' (66,194) at 20210307214926230 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/pgalloc.h' (66,195) at 20240405153229991 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/bcm.h' (66,196) at 20240405153052909 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts' (66,197) at 20240405153045713 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/guestfd.h' (66,198) at 20221215040039194 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa320.h' (66,199) at 20210307214925942 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwlock/st,stm32-hwspinlock.yaml' (66,200) at 20240405153045061 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_gpt.h' (66,201) at 20210308005002664 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/cx25840-vbi.c' (66,202) at 20210307214928654 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/vlan.json' (66,203) at 20220525020655231 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeDeviceCollection.json' (66,204) at 20240619080002952 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/300.out' (66,205) at 20210927100127505 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/nrf51_timer.c' (66,206) at 20241211090212342 2025-03-14 03:00:49.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/io-pgtable-arm.h' (66,207) at 20210309003650228 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/namei.c' (66,208) at 20241011080017359 to deleted uid set 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/imx_sc_key.c' (66,209) at 20210307214928474 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-post-code-manager_%.bbappend' (66,210) at 20240206090017943 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/p1022_rdk.c' (66,211) at 20240405153230051 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/move_mount_flags.sh' (66,212) at 20240405153054173 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz9477_i2c.c' (66,213) at 20240405153049753 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int3403_thermal.c' (66,214) at 20240405153051973 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/sve_context.h' (66,215) at 20240906080037352 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c' (66,216) at 20210307214927306 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/osd.h' (66,217) at 20210308005003000 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_global_funcs.c' (66,218) at 20240405153054261 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_gadget.h' (66,219) at 20210307214930854 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/unaligned.c' (66,220) at 20240405153046029 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun8i-adda-pr-regmap.c' (66,221) at 20210307214932430 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/fscache.c' (66,222) at 20240405153231699 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/Makefile' (66,223) at 20240405153230311 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-frequency.rst' (66,224) at 20220525020651786 2025-03-14 03:00:49.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ina209.rst' (66,225) at 20210309003648424 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg_hvx.h' (66,226) at 20240326080039658 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/irq.c' (66,227) at 20220525020652018 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/4.json' (66,228) at 20240212090032054 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_5_qcm2290.h' (66,229) at 20240405153230591 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_domain.c' (66,230) at 20220525020654003 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/percpu.h' (66,231) at 20240405153229999 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-kms-helpers.rst' (66,232) at 20240405153229815 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/meson.build' (66,233) at 20241211090212378 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/events.py' (66,234) at 20221215040039254 2025-03-14 03:00:49.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/can_core.c' (66,235) at 20210308005046109 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/asm-offsets.h' (66,236) at 20210308005002816 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/imx93_adc.c' (66,237) at 20240405153230687 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/ima_setup.sh' (66,238) at 20240405153054245 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/index.rst' (66,239) at 20210309003648292 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm11130_defconfig' (66,240) at 20210308005003252 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fprem.c' (66,241) at 20210308005046497 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/sessions.hpp' (66,242) at 20240817080003179 to deleted uid set 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt4801-regulator.c' (66,243) at 20240405153051473 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi' (66,244) at 20240405153045761 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/presence/meson.build' (66,245) at 20231208090022708 to deleted uid set 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_read_macros.c' (66,246) at 20220525020655199 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vpu/mtk_vpu.h' (66,247) at 20240405153230803 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec/sec_algs.c' (66,248) at 20240405153046941 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/bridge/mhl.h' (66,249) at 20210307214931314 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_driver.c' (66,250) at 20240405153230575 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_lag_lacp.sh' (66,251) at 20210307214932690 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi' (66,252) at 20240405153045729 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_footer.c' (66,253) at 20210308005003704 2025-03-14 03:00:49.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb' (66,254) at 20241221090017556 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/as-version.sh' (66,255) at 20240405153053433 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/memslot_perf_test.c' (66,256) at 20240405153232271 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py' (66,257) at 20210307214932566 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml' (66,258) at 20240405153045065 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/.gitignore' (66,259) at 20210308005108053 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb' (66,260) at 20241206090014298 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml' (66,261) at 20240405153045113 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/snap.c' (66,262) at 20240429080012448 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acglobal.h' (66,263) at 20240405153230167 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed_regs.h' (66,264) at 20240405153231007 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_debugfs.c' (66,265) at 20220525020652378 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/megaraid.rst' (66,266) at 20240405153045253 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vammala_Savi' (66,267) at 20210307205553774 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/mirror_gre_scale.sh' (66,268) at 20210307214932666 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-chicony.c' (66,269) at 20220525020653039 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qjson.c' (66,270) at 20210927100127341 2025-03-14 03:00:49.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/manager.hpp' (66,271) at 20230511080010311 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_txrx.h' (66,272) at 20240405153230947 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max14577-regulator.c' (66,273) at 20240405153051465 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/apphandler.cpp' (66,274) at 20241012080019916 to deleted uid set 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sbc8349.h' (66,275) at 20210308005003612 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/itertools-0.11-rs/meson.build' (66,276) at 20241211090212462 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/hexagon.c' (66,277) at 20210927100127065 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_diag.h' (66,278) at 20210307214930230 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-type.out' (66,279) at 20210308005046409 to deleted uid set 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/is_signed_type_kunit.c' (66,280) at 20240405153053089 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c' (66,281) at 20240405153230247 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/core-imp-def.json' (66,282) at 20240405153232223 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h' (66,283) at 20240405153051289 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-max3355.txt' (66,284) at 20210307214925314 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/latency/Makefile' (66,285) at 20220525020655239 2025-03-14 03:00:49.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-inspur-on5263m5.dts' (66,286) at 20240809080013006 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/adm1266.c' (66,287) at 20240906080037296 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/Makefile' (66,288) at 20210307214929258 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts' (66,289) at 20240405153045825 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/event_notification_util.py' (66,290) at 20221209040018559 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mixtile_loftq_defconfig' (66,291) at 20210308005003268 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi' (66,292) at 20240405153045753 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/spapr_vscsi.c' (66,293) at 20240906080037292 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Asele_Aslia' (66,294) at 20210307205553778 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/dsa/microchip/lan937x_reg.h' (66,295) at 20240405153049753 to deleted uid set 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S' (66,296) at 20240405153045657 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/xlnx-zynqmp-dpdma.h' (66,297) at 20210309003653812 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/direct.c' (66,298) at 20240415080012991 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_io.h' (66,299) at 20210307214930854 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stmp3xxx_rtc_wdt.h' (66,300) at 20210307214931518 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/static/item_updater_helper.cpp' (66,301) at 20220212040021786 to deleted uid set 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/Kconfig' (66,302) at 20210308005002960 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3036_defconfig' (66,303) at 20210308005003256 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libidn/libidn_1.42.bb' (66,304) at 20241221090017516 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-get-info.rst' (66,305) at 20210309003648480 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/Makefile' (66,306) at 20240405153230063 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/.shellcheck' (66,307) at 20210415100052453 to deleted uid set 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sbsa_ec.c' (66,308) at 20230426080043712 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml' (66,309) at 20240405153229759 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.h' (66,310) at 20240405153047253 2025-03-14 03:00:49.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_service_parser.hpp' (66,311) at 20220226040035996 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822c.h' (66,312) at 20240405153050657 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/hcd-tests.sh' (66,313) at 20220525020655239 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/flow.c' (66,314) at 20240613080016535 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/pldm-create-phyp-nvram-cksum.service' (66,315) at 20220916100031437 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6328-clock.h' (66,316) at 20210308005003632 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/firewire-cdev.h' (66,317) at 20240405153052917 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110.c' (66,318) at 20240405153051849 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8540.yaml' (66,319) at 20240405153045165 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts' (66,320) at 20240405153229923 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/checksum.c' (66,321) at 20240405153045969 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb' (66,322) at 20231126090012781 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mt6397.txt' (66,323) at 20240405153229775 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/Kconfig' (66,324) at 20210308005002796 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/bootinfo.h' (66,325) at 20241211090212290 2025-03-14 03:00:49.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/input.c' (66,326) at 20240815080012923 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/de212/include/variant/core.h' (66,327) at 20210307214926770 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-adx.yaml' (66,328) at 20240405153045165 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/da8xx-fb.c' (66,329) at 20210308005003524 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tipd/Makefile' (66,330) at 20220525020654299 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_h.c' (66,331) at 20210308005046517 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra72-evm.dts' (66,332) at 20240405153045601 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/drop.h' (66,333) at 20240405153232067 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/dln2.c' (66,334) at 20240405153230835 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zipitz2_defconfig' (66,335) at 20210308005003288 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/Kconfig' (66,336) at 20210308005003028 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/amlogic/meson-canvas.c' (66,337) at 20240405153231447 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update.bb' (66,338) at 20241206090014226 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/printf.c' (66,339) at 20210307214926614 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/.clang-format' (66,340) at 20240830080017487 to deleted uid set 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/arm-smccc.h' (66,341) at 20240405153054045 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/res_sample.c' (66,342) at 20210307214932582 2025-03-14 03:00:49.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_framebuffer.h' (66,343) at 20210307214928042 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_stats.c' (66,344) at 20240405153231019 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/Kconfig' (66,345) at 20210308005003356 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/rif_mac_profile_scale.sh' (66,346) at 20240405153054301 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/corec57d.c' (66,347) at 20240405153048613 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/README.md' (66,348) at 20221209040019091 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp6.service' (66,349) at 20210307205554462 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/sh_pci.c' (66,350) at 20240326080039478 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-emmitsburg.c' (66,351) at 20240405153231323 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/ucd90160.cpp' (66,352) at 20230511080045639 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crypto_null.c' (66,353) at 20210307214926798 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0002-Fix-segfault-with-mangled-rename-patch.patch' (66,354) at 20210307205554538 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/memcpy.S' (66,355) at 20240405153229995 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/pll.h' (66,356) at 20240405153230247 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-q40.h' (66,357) at 20210307214926166 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/__init__.py' (66,358) at 20221215040039258 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/OWNERS' (66,359) at 20241024080014718 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-class-rfkill' (66,360) at 20210309003648244 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-memset.S' (66,361) at 20240405153229855 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-one.dts' (66,362) at 20240405153045393 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/bitmap.sh' (66,363) at 20210307214932682 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-q8-tablet.dts' (66,364) at 20210308005002620 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb' (66,365) at 20241221090017492 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/dspi.h' (66,366) at 20210308005002800 2025-03-14 03:00:49.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml' (66,367) at 20240405153045093 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/rf.c' (66,368) at 20210309003651812 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power9-pmu.c' (66,369) at 20240405153046193 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/openbmc-flash-layout-128.dtsi' (66,370) at 20240405153045425 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/avoid_polluting_cross_directories.patch' (66,371) at 20241221090017644 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/unc.c' (66,372) at 20240405153052525 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/gitpkgv.bbclass' (66,373) at 20240301090012423 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/__init__.py' (66,374) at 20210308005003736 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/Kconfig' (66,375) at 20210308005002984 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/acpi/mainboard.asl' (66,376) at 20210308005003008 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml' (66,377) at 20240829080014018 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mailcap/mailcap_2.1.54.bb' (66,378) at 20230609080014395 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/fd-001-lookup.c' (66,379) at 20210307214932710 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap24xx-clocks.dtsi' (66,380) at 20240405153045601 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/zoran-cardlist.rst' (66,381) at 20210309003648292 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu74.h' (66,382) at 20240405153048337 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pfr_telemetry.c' (66,383) at 20240405153046645 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_local_storage_rcu_tasks_trace.c' (66,384) at 20240405153054241 2025-03-14 03:00:49.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/eeh_pe.c' (66,385) at 20240726080012846 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/extable.h' (66,386) at 20240405153046277 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_sis.c' (66,387) at 20240405153046669 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tls.c' (66,388) at 20240405153046437 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/x9250.c' (66,389) at 20240405153049009 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v3-mbi.c' (66,390) at 20240405153049197 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/style.css' (66,391) at 20210308004923388 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mactest.c' (66,392) at 20230720080043539 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-edp.c' (66,393) at 20240405153231311 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/tas.h' (66,394) at 20210307214932186 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal.c' (66,395) at 20240405153046217 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-log-userspace-base.c' (66,396) at 20240405153049245 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TCL' (66,397) at 20211006000025246 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_overhead_raw_tp.bpf.c' (66,398) at 20240405153053425 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.2.bb' (66,399) at 20220402030015907 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fallback.cpp' (66,400) at 20240820080023694 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_qspi_defconfig' (66,401) at 20210308005003264 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/chrontel-ch7033.c' (66,402) at 20240405153230523 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0002-Add-nios2-support.patch' (66,403) at 20230114040015482 to deleted uid set 2025-03-14 03:00:49.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt' (66,404) at 20210308005003304 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/gxbb-aoclkc.h' (66,405) at 20210307214931326 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/async_pq.c' (66,406) at 20240405153046533 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun20i-d1-ccu.h' (66,407) at 20240405153231799 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch' (66,408) at 20230706080014765 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/timberdale.c' (66,409) at 20240405153049617 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc.dts' (66,410) at 20240405153045393 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hidp/sock.c' (66,411) at 20240405153231991 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/red.json' (66,412) at 20240405153054377 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_fabric.c' (66,413) at 20240405153051593 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/static_key.h' (66,414) at 20210307214931514 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb' (66,415) at 20230114040015550 to deleted uid set 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fec_mpc52xx_phy.c' (66,416) at 20241216090017713 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb' (66,417) at 20241221090017676 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/039' (66,418) at 20220429100100886 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/amd-ibs.h' (66,419) at 20240405153054033 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/settings/phosphor-settings-manager/chassis-capabilities.override.yml' (66,420) at 20240110090012776 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml' (66,421) at 20210307214925286 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mac.h' (66,422) at 20220215040051504 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/txrx_edma.c' (66,423) at 20240405153050481 2025-03-14 03:00:49.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb' (66,424) at 20230520080014480 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_rtbitmap.c' (66,425) at 20240405153231775 to deleted uid set 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,sm6350-rpmh.yaml' (66,426) at 20240405153045081 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/firmware.json' (66,427) at 20240906080037176 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp.h' (66,428) at 20240405153045677 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt' (66,429) at 20220525020651678 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/sdbusplus.wrap' (66,430) at 20220323030042611 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/hashtab.h' (66,431) at 20240405153232115 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/luks-detached-header' (66,432) at 20240906080037568 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/uaccess_32.h' (66,433) at 20240405153046321 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-tinker.dtsi' (66,434) at 20210308005002604 2025-03-14 03:00:49.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nuvoton/clk-ma35d1-pll.c' (66,435) at 20240405153046805 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/misc.c' (66,436) at 20240405153049713 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCManager_v1.xml' (66,437) at 20240907080003164 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/app.hpp' (66,438) at 20240713080003654 to deleted uid set 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-bcm2836.h' (66,439) at 20210309003653852 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb' (66,440) at 20240124090012254 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/oemhandler.cpp' (66,441) at 20240820080018013 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_i2s.c' (66,442) at 20240405153232191 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binderfs.c' (66,443) at 20240405153230171 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch' (66,444) at 20241221090017464 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/dma-direction.h' (66,445) at 20210308005003656 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/hard-code-build-number.patch' (66,446) at 20231011080016574 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-innolux-p079zca.c' (66,447) at 20240405153230615 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c' (66,448) at 20240405153047233 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-i7.dts' (66,449) at 20210308005002620 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/Makefile' (66,450) at 20210308005002984 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623a.dtsi' (66,451) at 20240405153045461 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts' (66,452) at 20240405153045601 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/futex-irq.h' (66,453) at 20210307214926550 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-aes.c' (66,454) at 20230925080040101 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/executor_test.c' (66,455) at 20240405153231951 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_defconfig' (66,456) at 20210308005003244 2025-03-14 03:00:49.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-da8xx.c' (66,457) at 20210308005003512 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/TableRoleGroups.vue' (66,458) at 20241004080035971 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/fail_function.c' (66,459) at 20240405153052997 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/timex.h' (66,460) at 20220627100016934 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/default.css' (66,461) at 20240106090017249 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/audit.h' (66,462) at 20240405153231891 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/mmu.h' (66,463) at 20210307214926550 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/inode.c' (66,464) at 20240405153231655 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_4x128mx16.cfg' (66,465) at 20210308005002924 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf' (66,466) at 20230927080013514 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/meson.build' (66,467) at 20240613080020632 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcmmio.c' (66,468) at 20240405153046905 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7780_defconfig' (66,469) at 20240405153046309 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json' (66,470) at 20241031080012183 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/rcb.h' (66,471) at 20210308005002876 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvp7002.c' (66,472) at 20240405153049341 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/InputPasswordToggle.spec.js' (66,473) at 20241004080035975 2025-03-14 03:00:49.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/decap_sanity.c' (66,474) at 20240405153054269 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/emc2305.rst' (66,475) at 20240405153045217 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-powercycle@.service' (66,476) at 20240316080012480 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_exception_with_invalid_guest_state.c' (66,477) at 20240405153232271 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10037.dts' (66,478) at 20240405153229891 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ncsi.h' (66,479) at 20240405153052857 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/repositories.txt' (66,480) at 20210308004942724 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/hotswap-power-cycle/adm1278-hotswap-power-cycle.bb' (66,481) at 20241206090014278 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.html' (66,482) at 20210308005107077 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_pinning_invalid.c' (66,483) at 20240405153054277 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-nuss.h' (66,484) at 20240405153231063 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-OliversMount' (66,485) at 20210307205553798 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/camellia_glue.c' (66,486) at 20210307214926574 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/governor_powersave.c' (66,487) at 20210307214927118 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/ir35221@71.conf' (66,488) at 20240904080027734 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/pci.h' (66,489) at 20240415080012979 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arc/pct.txt' (66,490) at 20210307214925270 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/MAINTAINERS' (66,491) at 20210308005003028 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/Makefile' (66,492) at 20210308005003172 2025-03-14 03:00:49.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zr36050.c' (66,493) at 20240405153049389 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/bootrom.c' (66,494) at 20210307214930514 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/timed-average.c' (66,495) at 20241211090212562 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h' (66,496) at 20240405153230323 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/samsung-wdt.yaml' (66,497) at 20240405153045185 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/nvidia,tegra30-smmu.txt' (66,498) at 20210307214925346 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsel-linux' (66,499) at 20241206090014350 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stat.h' (66,500) at 20240405153052801 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml' (66,501) at 20240405153229775 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-locale.inc' (66,502) at 20240302090018230 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-isc-scaler.c' (66,503) at 20240405153049421 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_ar5315u_ram_defconfig' (66,504) at 20210308005003252 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strobemeta.c' (66,505) at 20210307214932646 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/sched/numa-balancing/arch-support.txt' (66,506) at 20240405153045201 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/test/meson.build' (66,507) at 20231130090019490 to deleted uid set 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/remote-controller.rst' (66,508) at 20220525020651646 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/bash-completion/bpftool' (66,509) at 20240405153054037 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/vfio.rst' (66,510) at 20240906080037172 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/decstation_r4k_defconfig' (66,511) at 20240405153045993 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/LICENSE' (66,512) at 20210308005048369 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf.h' (66,513) at 20240405153230967 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/pm.h' (66,514) at 20210307214926982 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sifive/fu540-prci.h' (66,515) at 20240405153046845 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/jornada720.c' (66,516) at 20210307214925958 2025-03-14 03:00:49.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/lib.c' (66,517) at 20220525020653947 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/octeon-feature.h' (66,518) at 20210307214926238 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3_param.h' (66,519) at 20210307214930562 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/lboxre2_defconfig' (66,520) at 20240405153046309 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gnesta' (66,521) at 20210307205553782 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/test-ftrace.sh' (66,522) at 20240405153054325 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350-mtp.dts' (66,523) at 20240405153229959 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool_6.11.bb' (66,524) at 20241221090017676 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/internal.h' (66,525) at 20240405153054225 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_slave.c' (66,526) at 20240906080037228 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/audit.c' (66,527) at 20240405153045353 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/jffs2_fs_sb.h' (66,528) at 20210309003653620 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/0001-wfa_cmdproc-Store-return-value-into-location.patch' (66,529) at 20221003030013269 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/IPMITOOL-cheatsheet.md' (66,530) at 20221209040006383 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wsa883x.yaml' (66,531) at 20240405153045169 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/faraday/Makefile' (66,532) at 20210307214929390 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/devices-da8xx.c' (66,533) at 20240405153045637 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-clt-trace.c' (66,534) at 20240405153049125 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774c0.dtsi' (66,535) at 20240405153045805 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/postinst_intercept' (66,536) at 20210307205554642 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nbd-netlink.h' (66,537) at 20220525020654671 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc' (66,538) at 20241212090014007 to deleted uid set 2025-03-14 03:00:49.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/abx500/ab8500-sysctrl.h' (66,539) at 20210307214931422 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/evmcs.h' (66,540) at 20240405153054317 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/assoc_array.h' (66,541) at 20210307214931354 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo.h' (66,542) at 20240405153230603 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Spencer-86' (66,543) at 20211006000025246 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-gx6605s.c' (66,544) at 20210307214927046 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c' (66,545) at 20240405153050161 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-npcm7xx.c' (66,546) at 20240405153230679 to deleted uid set 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps68470-regulator.c' (66,547) at 20240405153051477 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/pgtable.h' (66,548) at 20240405153230019 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/cper.c' (66,549) at 20240405153047041 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sc7280-dpu.yaml' (66,550) at 20240405153229763 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/tvp5150.txt' (66,551) at 20240405153229771 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-thrustmaster.c' (66,552) at 20240405153048821 to deleted uid set 2025-03-14 03:00:49.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target.h' (66,553) at 20221215040039062 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/tas-basstreble.h' (66,554) at 20210307214932186 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-b3.dts' (66,555) at 20240405153045453 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/update-dtc-source.sh' (66,556) at 20210308005003728 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu100_revC_defconfig' (66,557) at 20210308005003288 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/abm.h' (66,558) at 20240405153230415 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal-generic-adc.c' (66,559) at 20240405153231499 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/leds/daytonax-led-manager-config-native.bb' (66,560) at 20241206090014202 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_s_ac.c' (66,561) at 20240405153232043 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/caif/if_caif.h' (66,562) at 20210307214931626 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.init' (66,563) at 20210307205553850 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-gpio-monitor/bare-metal-gpio-monitor_git.bb' (66,564) at 20241126090011759 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/uncore.c' (66,565) at 20240405153046369 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/virt/ints.c' (66,566) at 20240405153045973 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-icore.dts' (66,567) at 20240405153045501 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0004-lxdm.c-add-function-to-change-password-with-pam.patch' (66,568) at 20210307205553946 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/internal.h' (66,569) at 20240527080023348 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.yaml' (66,570) at 20240405153045029 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/README.md' (66,571) at 20241211090212458 2025-03-14 03:00:49.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_11_5_0_offset.h' (66,572) at 20220525020652534 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/mxu_translate.c' (66,573) at 20241211090212498 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/surface_aggregator/dtx.h' (66,574) at 20220525020654675 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/platform-msi.c' (66,575) at 20240405153046685 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/crypto_test.cpp' (66,576) at 20240817080005771 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/hwmtm.h' (66,577) at 20240405153050329 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/linkage.h' (66,578) at 20240405153045361 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/palmas-pwrbutton.c' (66,579) at 20240405153049145 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch.h' (66,580) at 20240906080037156 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dkl_phy.h' (66,581) at 20240405153048445 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irq_vectors.h' (66,582) at 20240405153230111 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/JsonSchemaFile.v1_1_5.json' (66,583) at 20240619080002948 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/LICENSE' (66,584) at 20210308005116673 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/0001-libltdl-remove-reference-to-nonexisting-directory.patch' (66,585) at 20241221090017496 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/tlb.h' (66,586) at 20240405153045909 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrtalje_Sodra_Bergen' (66,587) at 20210307205553786 2025-03-14 03:00:49.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/index.rst' (66,588) at 20240405153045293 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-cfi.cfg' (66,589) at 20220804030014671 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p3041_serdes.c' (66,590) at 20210308005002832 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/common.c' (66,591) at 20240405153045649 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-timrot.h' (66,592) at 20210308005002656 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgk208.fuc5.h' (66,593) at 20210307214927938 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/memset.S' (66,594) at 20240405153045897 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rapidio/sysfs.rst' (66,595) at 20210307214925470 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsdvb-debugfs.c' (66,596) at 20240405153230775 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/292.out' (66,597) at 20210308005046469 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb' (66,598) at 20241206090014266 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml' (66,599) at 20240405153229771 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi' (66,600) at 20240405153229923 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/smp.c' (66,601) at 20240405153230019 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/copy_flash.c' (66,602) at 20210308005108641 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-ppc-bits.h' (66,603) at 20240405153054369 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-perl/perl/files/libwhisker2.patch' (66,604) at 20230706080014769 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/lxt.c' (66,605) at 20220525020653683 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ipmi-kcs-test.c' (66,606) at 20241211090212546 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/espfix_64.c' (66,607) at 20240405153046429 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/sta_info.h' (66,608) at 20240405153051909 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-duo-6281.dtsi' (66,609) at 20240405153045457 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_lut.c' (66,610) at 20240405153049445 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5.dtsi' (66,611) at 20240405153229875 2025-03-14 03:00:49.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mailbox/tegra186-hsp.h' (66,612) at 20210308005003636 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/auth_gss_internal.h' (66,613) at 20240405153053385 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aes_ccm.h' (66,614) at 20210307214931982 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp865.c' (66,615) at 20210307214931178 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xp.h' (66,616) at 20240405153049649 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/fplustm.c' (66,617) at 20240405153050329 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/console/obmc-console/80-olympus-nuvoton-sol.rules' (66,618) at 20210307205554094 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf.h' (66,619) at 20240405153054105 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca561.c' (66,620) at 20240405153049569 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/get_unit_test_report.py' (66,621) at 20221208040016926 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5670.c' (66,622) at 20240405153053725 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/vc4_test_pv_muxing.c' (66,623) at 20240405153230643 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/human_sort.hpp' (66,624) at 20240110090003528 to deleted uid set 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541/0001-fix-build-do-not-install-git-files.patch' (66,625) at 20231014080011723 2025-03-14 03:00:49.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h' (66,626) at 20210307214929346 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c' (66,627) at 20240405153050493 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/led.c' (66,628) at 20210307214929778 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/proto.c' (66,629) at 20240405153053229 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-thread-win32.c' (66,630) at 20230426080043964 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/path.c' (66,631) at 20240429080012436 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/zones.yaml' (66,632) at 20210308005059165 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/fd.c' (66,633) at 20210307214926614 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/legacy.json' (66,634) at 20241204090005347 to deleted uid set 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210.dtsi' (66,635) at 20240405153045565 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_requests.h' (66,636) at 20220525020652887 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/influxdb' (66,637) at 20210307205553890 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/tls_32.c' (66,638) at 20221102030020749 2025-03-14 03:00:49.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/board-se7619.c' (66,639) at 20210307214926542 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-log-writes.c' (66,640) at 20240405153049245 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/loongarch.h' (66,641) at 20240405153231951 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/setup-x86_64.S' (66,642) at 20210307214926750 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3x/dvma.c' (66,643) at 20240405153045973 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/main.c' (66,644) at 20210716100030091 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/seccomp/settings' (66,645) at 20220525020655231 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/spl.c' (66,646) at 20210308005002948 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_intel.c' (66,647) at 20241018080014590 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0001-no-bash.patch' (66,648) at 20241221090017496 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt/run-ptest' (66,649) at 20240301090012435 to deleted uid set 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/fujitsu,sdhci-fujitsu.yaml' (66,650) at 20240405153045109 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/Makefile-add-more-dependencies-to-pointer.h.patch' (66,651) at 20210307205553870 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lynxkdi.c' (66,652) at 20210308005003228 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_sram_mgr.h' (66,653) at 20210307214927086 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/mmc.h' (66,654) at 20210308005003644 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/Makefile' (66,655) at 20210307214932626 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3188-cru.h' (66,656) at 20210307214931334 2025-03-14 03:00:49.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/sendmsg.c' (66,657) at 20241018080014590 to deleted uid set 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h' (66,658) at 20240405153048789 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/focaltech,gpt3.yaml' (66,659) at 20240405153045041 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/lib8390.c' (66,660) at 20240405153049773 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu-bswap.h' (66,661) at 20240326080039542 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/mmu/mmu.c' (66,662) at 20241216090017689 to deleted uid set 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/init.c' (66,663) at 20240405153230015 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png' (66,664) at 20241221090017464 to deleted uid set 2025-03-14 03:00:49.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cpuidle44xx.c' (66,665) at 20240405153045661 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mksunxiboot.c' (66,666) at 20210308005003768 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7110-aoncrg.yaml' (66,667) at 20240405153045029 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-pdk.dts' (66,668) at 20240405153229883 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/imx-uapi.rst' (66,669) at 20210307214925594 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_efuse.h' (66,670) at 20240405153051897 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/fsl_sata.h' (66,671) at 20210308005003332 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-04' (66,672) at 20210908000010395 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vector.h' (66,673) at 20240405153046249 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c' (66,674) at 20240405153050637 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb' (66,675) at 20241221090017560 to deleted uid set 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/README' (66,676) at 20210308005116217 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/porter_defconfig' (66,677) at 20210308005003276 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/metric.cpp' (66,678) at 20240904080048943 to deleted uid set 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscall_n32.tbl' (66,679) at 20241211090212378 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7.c' (66,680) at 20210308005002552 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/sunxi_sid.c' (66,681) at 20240520080015167 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-sx1.c' (66,682) at 20240405153045657 2025-03-14 03:00:49.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/tracelog.c' (66,683) at 20240405153054041 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-brcm-usb-init.c' (66,684) at 20240405153051281 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/libfdt_env.h' (66,685) at 20210308005003656 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/unistd.h' (66,686) at 20240405153232211 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/getsetcc.S' (66,687) at 20210307214926594 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/adc/stm32-dfsdm-adc.h' (66,688) at 20210307214931402 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/crosssdk.bbclass' (66,689) at 20220910030013385 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamhash_desc.h' (66,690) at 20210307214927074 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/Makefile' (66,691) at 20240405153053981 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-exynos.c' (66,692) at 20240405153051365 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/3w-sas.c' (66,693) at 20240405153051541 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/ssp.h' (66,694) at 20240405153048973 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_hwec.c' (66,695) at 20210307214928542 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_chip.h' (66,696) at 20210307214930674 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8909.h' (66,697) at 20240405153052645 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml' (66,698) at 20240405153045133 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/aldebaran_ppsmc.h' (66,699) at 20240405153048345 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/Makefile' (66,700) at 20210309003650612 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040-db.dts' (66,701) at 20210308005002568 2025-03-14 03:00:49.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gnss.h' (66,702) at 20210307214931390 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_enc_hw.h' (66,703) at 20240405153049409 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/.shellcheck' (66,704) at 20210415000044188 to deleted uid set 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simpletrace.py' (66,705) at 20240326080039630 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-event.err' (66,706) at 20210308005046409 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958305k.dts' (66,707) at 20240405153045429 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/069_fill.dts' (66,708) at 20210308005003752 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/vfpinstr.h' (66,709) at 20241008080013891 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/dlmalloc.src' (66,710) at 20210308005003224 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidcontroller.hpp' (66,711) at 20240205090025370 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/uapi/asm/sie.h' (66,712) at 20210309003654952 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd-mbhc-v2.c' (66,713) at 20240405153053813 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/repository.hpp' (66,714) at 20240820080027378 to deleted uid set 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/trace.c' (66,715) at 20220525020653147 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/eccmemctl.c' (66,716) at 20241211090212294 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/pll-tmpv770x.c' (66,717) at 20240405153046873 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/locktorture.rst' (66,718) at 20240405153229819 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Kconfig' (66,719) at 20210307214925638 2025-03-14 03:00:49.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fs_context.c' (66,720) at 20240405153231679 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ehci.h' (66,721) at 20210308005002660 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/core.c' (66,722) at 20210308005003740 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts' (66,723) at 20210308005002624 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_ident1.decode' (66,724) at 20210308005046389 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_cmd.c' (66,725) at 20240405153051913 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/tests.h' (66,726) at 20220525020655123 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-cert9.db' (66,727) at 20210307205553986 to deleted uid set 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_unittest.cpp' (66,728) at 20230821192414188 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SRIO_PCIE_BOOT_defconfig' (66,729) at 20210308005003244 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/intel,keembay-dsi.yaml' (66,730) at 20240405153045037 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/restart.c' (66,731) at 20240405153045689 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/gxfb.h' (66,732) at 20210309003653308 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/association_manager.cpp' (66,733) at 20240820080025626 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/job.h' (66,734) at 20240906080037344 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/pm/s3-mips.S' (66,735) at 20210307214930434 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_snprintf.c' (66,736) at 20220525020655199 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/conf-notes.txt' (66,737) at 20240712080022837 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/led.c' (66,738) at 20210308005003212 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/npcm750-pwm-fan.rst' (66,739) at 20210307214925502 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kmod/config' (66,740) at 20210307214932678 2025-03-14 03:00:49.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-hwdep.c' (66,741) at 20220525020654975 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gc_9_4_3.c' (66,742) at 20240405153230315 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_logic.c' (66,743) at 20210308005046529 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/byteorder.h' (66,744) at 20210307214925670 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts' (66,745) at 20240405153229963 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch' (66,746) at 20230813080012876 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_i2c.c' (66,747) at 20240405153049153 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_migrate.c' (66,748) at 20240405153230563 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_allocator.h' (66,749) at 20210308005003552 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-init.rst' (66,750) at 20240405153044941 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson8-ddr.c' (66,751) at 20210307214926994 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/clang.c' (66,752) at 20240405153053001 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/compat_binfmt_elf.c' (66,753) at 20240405153052317 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/module.bbclass' (66,754) at 20230706080014777 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_ocelot.c' (66,755) at 20240830080013347 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_merge3d.c' (66,756) at 20240405153048585 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c' (66,757) at 20240405153047265 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/atmel-isc-clk.c' (66,758) at 20240405153051853 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan_mangle.c' (66,759) at 20240405153050109 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/brcm,bcm6345-reset.yaml' (66,760) at 20240405153045149 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/sparc32_dma.c' (66,761) at 20241211090212270 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs1_defconfig' (66,762) at 20210308005003248 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_2430_data.c' (66,763) at 20210307214925918 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hdmi_regs.h' (66,764) at 20240405153048781 2025-03-14 03:00:49.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem_ttm_helper.c' (66,765) at 20240405153048397 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/user.h' (66,766) at 20240405153045625 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042.h' (66,767) at 20240405153049157 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-zii-rdu2.dts' (66,768) at 20240405153045505 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_nat_helper.h' (66,769) at 20240405153052857 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos5260-clock.yaml' (66,770) at 20240405153045029 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/test/meson.build' (66,771) at 20240112090034344 to deleted uid set 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3.dtsi' (66,772) at 20240405153229875 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/rc-sysfs-nodes.rst' (66,773) at 20220525020651782 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sni-exiu.c' (66,774) at 20220627100016998 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/MCD_dmaApi.c' (66,775) at 20210308005003372 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sdx65.h' (66,776) at 20240405153052645 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_entry.S' (66,777) at 20210307214926170 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/ci20.c' (66,778) at 20210308005003008 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/run-ptest' (66,779) at 20210307205554550 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/mpc5200_dma.h' (66,780) at 20210307214932378 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/riscv32-linux' (66,781) at 20230317080013833 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/elf_hwcaps.rst' (66,782) at 20240405153045285 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/cacheinfo.c' (66,783) at 20241216090017689 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/clearcase.py' (66,784) at 20241221090017584 2025-03-14 03:00:49.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv50.c' (66,785) at 20220525020652971 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_cs.c' (66,786) at 20241008080013923 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/qi.c' (66,787) at 20241211090145401 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/intc.c' (66,788) at 20240405153045957 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/mipi-csi2.h' (66,789) at 20240405153052829 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/libgpiod.wrap' (66,790) at 20210831000007042 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb' (66,791) at 20241221090017564 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm010.dts' (66,792) at 20210308005002632 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/microchip_pfsoc.h' (66,793) at 20230426080043768 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm6358-pinctrl.yaml' (66,794) at 20240405153045133 2025-03-14 03:00:49.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4qds.h' (66,795) at 20210308005002996 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/nvidia/forcedeth.c' (66,796) at 20240405153050201 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/test_patching.py' (66,797) at 20210308005046237 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_sdhci-test.c' (66,798) at 20240906080037572 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/omap2430.h' (66,799) at 20210308005003520 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-gic.h' (66,800) at 20210307214926226 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/tools/gen-insn-attr-x86.awk' (66,801) at 20210309003654956 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mmio.c' (66,802) at 20240415080012979 to deleted uid set 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_alternate_fan_settings.robot' (66,803) at 20210308005007124 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/README.md' (66,804) at 20221209040019095 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml' (66,805) at 20240405153045025 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/cmdline.c' (66,806) at 20240405153053081 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/unwind.c' (66,807) at 20240405153230023 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpio/gpio-amd-fch.h' (66,808) at 20210309003653888 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,dw100.yaml' (66,809) at 20240405153045093 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/nxt200x.c' (66,810) at 20240405153049293 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/string_32.h' (66,811) at 20240405153046397 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nf_dup_ipv6.c' (66,812) at 20241011080017391 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/Makefile' (66,813) at 20220525020652074 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/conf/layer.conf' (66,814) at 20241221090017564 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb' (66,815) at 20220402030015915 2025-03-14 03:00:49.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pad/api.h' (66,816) at 20210308005002640 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_ioc32.c' (66,817) at 20240405153048401 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/m88ds3103_priv.h' (66,818) at 20240405153230779 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c' (66,819) at 20240405153050201 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/out-of-tree-build.patch' (66,820) at 20230503080014579 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-sa1111.c' (66,821) at 20240405153052105 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nalden' (66,822) at 20210307205553786 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/nlohmann_json.wrap' (66,823) at 20231209090027349 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/riscv/index.rst' (66,824) at 20240405153045301 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/irq.h' (66,825) at 20210307214926222 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/tuple_to_array.hpp' (66,826) at 20230106040046360 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/Kconfig' (66,827) at 20220525020654279 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/check-cvs' (66,828) at 20241221090017620 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/device/bus.h' (66,829) at 20240405153052677 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/xattr_security.c' (66,830) at 20240405153052349 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mlx5/counters.c' (66,831) at 20240405153230715 to deleted uid set 2025-03-14 03:00:49.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/settings' (66,832) at 20240405153054381 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet3.c' (66,833) at 20241211090212310 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fan-watchdog-takeover.target' (66,834) at 20210308005055797 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/m68k/tune-mcf5441x.inc' (66,835) at 20210905000020581 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_dup_netdev.c' (66,836) at 20240405153053325 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/compat.rst' (66,837) at 20210309003648488 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/ucsi_stm32g0.c' (66,838) at 20240710080014601 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/fsl_lpuart.c' (66,839) at 20240830080013307 2025-03-14 03:00:49.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/renesas-cpg-mssr.c' (66,840) at 20240405153230239 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs35l36.h' (66,841) at 20210307214931594 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/translate.c' (66,842) at 20240906080037480 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/fiq.h' (66,843) at 20210307214925850 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/fpga_ast2600_spl.h' (66,844) at 20210308005003596 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/ahci.c' (66,845) at 20210308005003004 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-de.h' (66,846) at 20210308005003636 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook' (66,847) at 20210308005046245 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-debug-frame-arm.c' (66,848) at 20210307214932466 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6338-clock.h' (66,849) at 20210308005003632 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/router/ibm.js' (66,850) at 20220205040041227 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coreboot.sed' (66,851) at 20210308005003728 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/qos.c' (66,852) at 20210308005003040 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-gp8psk-cardlist.rst' (66,853) at 20210307214925230 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-am62a.c' (66,854) at 20240405153230287 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Pamplona' (66,855) at 20210307205553766 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/mmc_core.c' (66,856) at 20240405153231059 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/icmp.h' (66,857) at 20220525020654639 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/amd64-agp.c' (66,858) at 20240405153046741 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/auto_submenu/__init__.py' (66,859) at 20210307214932154 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComponentIntegrityCollection_v1.xml' (66,860) at 20240619080002920 2025-03-14 03:00:49.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/background.c' (66,861) at 20240405153052389 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-resv-mem.c' (66,862) at 20240326080039746 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/surface_aggregator/device.h' (66,863) at 20240405153052801 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_meta.hpp' (66,864) at 20240731164718599 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8540.h' (66,865) at 20210307214932318 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-simple.c' (66,866) at 20210927100127641 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/trace.h' (66,867) at 20210308005045729 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/ksm.rst' (66,868) at 20240405153045297 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-emmc-eval-v3.dts' (66,869) at 20240405153045529 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,adau1701.txt' (66,870) at 20210307214925426 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregateCollection_v1.xml' (66,871) at 20240619080002916 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/external/libunwind/20150704-CVE-2015-3239_dwarf_i.h.patch' (66,872) at 20231011080016574 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx.c' (66,873) at 20240405153051929 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/ipmi_to_redfish_hooks.hpp' (66,874) at 20240829080009330 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output_types.h' (66,875) at 20210307214930558 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c' (66,876) at 20220525020652963 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-v3s-ccu.h' (66,877) at 20210307214931334 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/clkc-tmpv770x.c' (66,878) at 20240405153046873 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (66,879) at 20241206090014218 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap5_uevm_defconfig' (66,880) at 20210308005003272 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/linkage.h' (66,881) at 20240405153046277 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-sensor.h' (66,882) at 20240405153049457 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/readme.txt' (66,883) at 20210308005003032 2025-03-14 03:00:49.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch' (66,884) at 20230706080014753 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-posix.c' (66,885) at 20241211090212454 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_redirect.c' (66,886) at 20210307214931894 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/r7785rp_defconfig' (66,887) at 20240405153046309 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/sc16is7xx.c' (66,888) at 20241211090145497 to deleted uid set 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/lite5200_sleep.S' (66,889) at 20240405153046197 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_stat_unittest.cpp' (66,890) at 20210308005134001 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/obmc-power-already-on@.target' (66,891) at 20221210040015138 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/netfilter.h' (66,892) at 20240628080014025 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/MAINTAINERS' (66,893) at 20210308005002980 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/rwtop-report' (66,894) at 20210307214932566 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/thermal/thermal.h' (66,895) at 20210308005003644 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-aspeed-test.c' (66,896) at 20240405153049669 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/stm32mp1-resets.h' (66,897) at 20240405153231799 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/LICENSE' (66,898) at 20210308005116213 2025-03-14 03:00:49.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/Kconfig' (66,899) at 20240405153054009 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-bytedance-g220a.dts' (66,900) at 20240405153229863 to deleted uid set 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/io.h' (66,901) at 20210308005002824 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/timer.c' (66,902) at 20210308005002772 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-vtc.h' (66,903) at 20210307214928770 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_musb.h' (66,904) at 20210308005002680 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/maxim,max77802.h' (66,905) at 20210308005003632 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/serval/Makefile' (66,906) at 20210308005003020 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/navi10_ih.h' (66,907) at 20210307214927238 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Asiasat4_C-122.2E' (66,908) at 20210307205553758 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/decompressor_multi_percpu.c' (66,909) at 20240405153052537 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/valid.tcl' (66,910) at 20210308005007120 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_cs.c' (66,911) at 20240405153048721 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_geam_nand_defconfig' (66,912) at 20210308005003260 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_bpf_link.c' (66,913) at 20241104090011619 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/logo/OpenBMC-Logo2.svg' (66,914) at 20210308004941080 2025-03-14 03:00:49.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc.c' (66,915) at 20241211090212322 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-master.c' (66,916) at 20240405153046769 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder.bb' (66,917) at 20241206090014202 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mxs.yaml' (66,918) at 20240405153229767 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_pmic.h' (66,919) at 20210308005003652 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-backlight' (66,920) at 20220525020651634 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-rewrite-cargo-host-linker-in-python3.patch' (66,921) at 20231011080016578 to deleted uid set 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_reg.h' (66,922) at 20221215040039062 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/vga.h' (66,923) at 20220429100100558 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/dsa_loop.c' (66,924) at 20240405153049749 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sta2x11-mfd.c' (66,925) at 20240405153049617 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/linux/stringify.h' (66,926) at 20210307214932706 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dcbnl.h' (66,927) at 20240405153052841 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_var_off.c' (66,928) at 20240405153232263 2025-03-14 03:00:49.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FanCollection.json' (66,929) at 20240619080002948 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/icm.c' (66,930) at 20240429080012436 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/Makefile' (66,931) at 20240405153230271 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/pxa2xx-flash.c' (66,932) at 20240405153049681 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi' (66,933) at 20240405153045817 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_reset.h' (66,934) at 20210307214927858 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_pm.c' (66,935) at 20240405153048545 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/Makefile' (66,936) at 20210307214929902 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/util/unwind-libdw.c' (66,937) at 20240405153232219 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/mpp.h' (66,938) at 20240405153045653 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_platform.c' (66,939) at 20240405153046653 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch' (66,940) at 20210307205554618 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/qcom_adm.c' (66,941) at 20240405153047005 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/power.hpp' (66,942) at 20221209040003858 to deleted uid set 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/detect-slot-aspeed' (66,943) at 20220318100029348 to deleted uid set 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_64xx.c' (66,944) at 20210307214930370 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/tuner-types.h' (66,945) at 20210307214931546 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst' (66,946) at 20240405153045293 2025-03-14 03:00:49.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/config' (66,947) at 20240405153232287 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/sge.c' (66,948) at 20240405153049869 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch' (66,949) at 20240106090017285 to deleted uid set 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_debugfs.c' (66,950) at 20240405153048509 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/fw_cfg.c' (66,951) at 20210308005045933 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/W3C-20150513' (66,952) at 20211006000025246 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pce_identity.cpp' (66,953) at 20210308005049129 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sa1100.c' (66,954) at 20240405153051505 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb' (66,955) at 20220402030015895 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/machine_keyring.c' (66,956) at 20240405153232111 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pca953x_gpio.c' (66,957) at 20210308005003380 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-cardhu.dts' (66,958) at 20210308005002628 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/sockets.json' (66,959) at 20240906080037432 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-algo-pcf.h' (66,960) at 20210307214931398 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/chsc.h' (66,961) at 20240405153046273 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zimbra-1.4' (66,962) at 20211006000025246 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/Makefile' (66,963) at 20210308005002948 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/sentelic.c' (66,964) at 20210309003650212 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_printinsn.py' (66,965) at 20240906080037476 2025-03-14 03:00:49.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/cheatsheet.md' (66,966) at 20221209040006383 2025-03-14 03:00:49.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/ffdc/ffdc_config.yaml' (66,967) at 20241205090013980 to deleted uid set 2025-03-14 03:00:49.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/snmptrapd.conf' (66,968) at 20210307205553830 2025-03-14 03:00:49.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch' (66,969) at 20230503080014587 2025-03-14 03:00:49.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/ag101p_timer.c' (66,970) at 20210308005003496 2025-03-14 03:00:49.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/stm32-romem.c' (66,971) at 20240520080015167 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h' (66,972) at 20210308005002840 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp' (66,973) at 20240829080022538 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/p10bmc-ipmi-fru.yaml' (66,974) at 20241108090014316 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/trace.json' (66,975) at 20240906080037432 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/conf_nitpick.py' (66,976) at 20210307214925594 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c' (66,977) at 20240405153050613 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/vmtest.sh' (66,978) at 20240405153054309 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.c' (66,979) at 20221128040017478 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/entity-manager/blacklist.json' (66,980) at 20220618030015174 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/signals.c' (66,981) at 20210927100127517 2025-03-14 03:00:49.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/maintainer/configure-git.rst' (66,982) at 20240405153045273 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/tmio_mmc.h' (66,983) at 20240405153049673 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rl6231.c' (66,984) at 20210309003654644 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-mba53.dts' (66,985) at 20240405153229883 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-480.c' (66,986) at 20240405153230807 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/set' (66,987) at 20240405153053437 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-img-scb.txt' (66,988) at 20210307214925322 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/clang-notes.rst' (66,989) at 20240405153044989 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/setup.cfg' (66,990) at 20210308004922940 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/cpu.h' (66,991) at 20210308005002720 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/R+fencembonceonces.litmus' (66,992) at 20210307214932502 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/run-ptest' (66,993) at 20230503080014583 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/rcw_p5020_v2.cfg' (66,994) at 20210308005003168 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/debugfs.c' (66,995) at 20240405153230883 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-bionic.c' (66,996) at 20210307214932466 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/wkup_m3_rproc.c' (66,997) at 20240405153231367 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/pl181.c' (66,998) at 20241211090212334 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/signal.c' (66,999) at 20241011080017291 2025-03-14 03:00:49.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.c' (67,000) at 20240405153049493 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c' (67,001) at 20240405153231475 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/Kconfig' (67,002) at 20240405153045841 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/sclp.h' (67,003) at 20240405153230079 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_common.h' (67,004) at 20220525020653155 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/README' (67,005) at 20210308005002976 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/MAINTAINERS' (67,006) at 20210308005002992 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z13/extended.json' (67,007) at 20240405153054117 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-r2-scmi.dts' (67,008) at 20240405153045717 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_msgdma.h' (67,009) at 20210307214929286 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/Makefile' (67,010) at 20240405153054213 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb' (67,011) at 20241221090017548 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-rshift.c' (67,012) at 20240405153231947 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sq905.c' (67,013) at 20210726100024703 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs_netdev.h' (67,014) at 20240405153053289 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/spinlock.h' (67,015) at 20220525020652198 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/CoWR+poonceonce+Once.litmus' (67,016) at 20210307214932502 2025-03-14 03:00:49.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cachefiles.h' (67,017) at 20240405153052909 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/zynqmppl.c' (67,018) at 20210308005003376 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/arcksyms.c' (67,019) at 20210307214925670 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/checksum.h' (67,020) at 20210309003648804 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-adl-match.c' (67,021) at 20240405153232183 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/dma-coherent.c' (67,022) at 20210309003648980 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm.c' (67,023) at 20241008080013939 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/Makefile' (67,024) at 20240613080016371 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Amazonas-61.0W' (67,025) at 20210307205553758 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/BUSTED.boot' (67,026) at 20210307214932714 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tn48m.c' (67,027) at 20240405153047085 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/error.h' (67,028) at 20210308005003764 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1043ardb.h' (67,029) at 20210308005003600 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_ttm.h' (67,030) at 20240405153230583 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/hugetlbpage.c' (67,031) at 20240405153230003 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl372.h' (67,032) at 20210307214928318 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi' (67,033) at 20220525020651906 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/builder/builder_0.1.bb' (67,034) at 20241221090017684 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig' (67,035) at 20210308005003248 2025-03-14 03:00:49.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigo.c' (67,036) at 20210307214932246 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/imx-ocotp-ele.c' (67,037) at 20240405153231275 to deleted uid set 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_spin_lock.c' (67,038) at 20240405153054285 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-func-open.rst' (67,039) at 20210309003648484 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c' (67,040) at 20240405153048381 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/sifive-serial.yaml' (67,041) at 20240405153045153 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/floating-point.json' (67,042) at 20240405153054137 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_probe_helper.c' (67,043) at 20240415080012967 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/user-trap.c' (67,044) at 20210307214932130 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/mmci.h' (67,045) at 20240405153052657 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb' (67,046) at 20241221090017664 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c' (67,047) at 20210308005046513 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/iommu.h' (67,048) at 20210307214926582 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/e4000.h' (67,049) at 20210307214928794 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gtbus.h' (67,050) at 20210308005002668 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/container.c' (67,051) at 20240405153052161 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/watchdog.h' (67,052) at 20210307214926590 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/default' (67,053) at 20210307205554502 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/sunlance.c' (67,054) at 20240405153230919 2025-03-14 03:00:49.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid0.h' (67,055) at 20240405153049257 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/core.c' (67,056) at 20241216090017689 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/9pfs/9p-util.h' (67,057) at 20230925080039853 to deleted uid set 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/blowfish_generic.c' (67,058) at 20240405153046533 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_reset_recovery.cpp' (67,059) at 20240215090033432 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb' (67,060) at 20241221090017548 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console_git.bbappend' (67,061) at 20230120040014546 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Container.v1_0_1.json' (67,062) at 20240619080002944 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/README' (67,063) at 20210308005002972 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/shm.c' (67,064) at 20240405153231887 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ia_css_ctc2_types.h' (67,065) at 20210307214930554 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-vp7045-cardlist.rst' (67,066) at 20210307214925230 2025-03-14 03:00:49.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/Makefile' (67,067) at 20210308005003496 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend' (67,068) at 20220421030022564 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb' (67,069) at 20241221090017544 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dw100.h' (67,070) at 20240405153052913 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun50i-codec-analog.c' (67,071) at 20240405153054009 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x-pcb8309.dts' (67,072) at 20240405153045469 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/spec_ctrl.rst' (67,073) at 20220525020651790 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_port_isolation.sh' (67,074) at 20210307214932686 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/Kconfig' (67,075) at 20210308005002980 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ramboot-ppc85xx' (67,076) at 20210308005003296 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/extent.c' (67,077) at 20240405153052377 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c' (67,078) at 20210307214930130 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro4.c' (67,079) at 20210308005002792 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/ethtool.h' (67,080) at 20220525020655119 2025-03-14 03:00:49.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/rdma.c' (67,081) at 20240830080013295 2025-03-14 03:00:49.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/lan78xx.c' (67,082) at 20241211090145465 2025-03-14 03:00:49.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timekeeping.c' (67,083) at 20240815080012915 2025-03-14 03:00:49.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-2GB-1600.dtsi' (67,084) at 20210308005002608 2025-03-14 03:00:49.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/Definitions.interface.yaml' (67,085) at 20210610000035106 2025-03-14 03:00:49.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ceph/file.c' (67,086) at 20240429080012448 to deleted uid set 2025-03-14 03:00:49.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml' (67,087) at 20240405153229779 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml' (67,088) at 20240405153229779 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lg2160.h' (67,089) at 20210307214928626 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sk_storage_tracing.c' (67,090) at 20240405153054261 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/key_policy.hpp' (67,091) at 20221229040004411 to deleted uid set 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_host.h' (67,092) at 20210308005003520 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_kfunc_common.h' (67,093) at 20240405153054273 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/sdbusplus.wrap' (67,094) at 20220603030022985 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/instruction.json' (67,095) at 20240405153054109 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c' (67,096) at 20220525020652967 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lipmi/Makefile.am' (67,097) at 20210308004938836 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ldapdump' (67,098) at 20240301090025107 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml' (67,099) at 20240405153229755 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/micron-1g.cfg' (67,100) at 20210308005002908 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/neighbor.cpp' (67,101) at 20230701080027201 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/phy.c' (67,102) at 20240405153231167 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/arm,arm-firmware-suite.yaml' (67,103) at 20240405153045113 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/x32-psabi.rst' (67,104) at 20230114040015514 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c' (67,105) at 20241211090145461 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc' (67,106) at 20221122040015511 2025-03-14 03:00:49.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer3/conf/layer.conf' (67,107) at 20210307205554258 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/fans/phosphor-pid-control/config.json' (67,108) at 20240710080016241 to deleted uid set 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch' (67,109) at 20220502030010100 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/max8925-backlight.txt' (67,110) at 20210307214925346 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/mft.h' (67,111) at 20240405153052457 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4.dtsi' (67,112) at 20240405153045609 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi' (67,113) at 20241211090145373 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ioports.h' (67,114) at 20210308005003652 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/backing-dev.h' (67,115) at 20240405153231799 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/fils_aead.h' (67,116) at 20210307214931986 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/struct_ops.c' (67,117) at 20240613080016551 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc/fc_encaps.h' (67,118) at 20210307214931586 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-am654.c' (67,119) at 20210307214927146 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-uart-switch-button.service' (67,120) at 20240822080012460 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/SECURITY.md' (67,121) at 20241221090017544 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb' (67,122) at 20240124090012254 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb' (67,123) at 20231126090012801 to deleted uid set 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/inode.c' (67,124) at 20240405153231603 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed.c' (67,125) at 20240906080037152 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-head.h.inc' (67,126) at 20240906080037324 2025-03-14 03:00:49.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/tracepoints.rst' (67,127) at 20240405153045237 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm33xx-core.c' (67,128) at 20240405153045669 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/send_image' (67,129) at 20210308005003764 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/g762.txt' (67,130) at 20210307214925322 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-pcbios.py' (67,131) at 20230520080014508 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch' (67,132) at 20220204040022504 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/conf.py' (67,133) at 20210307205554234 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (67,134) at 20240402080012066 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch' (67,135) at 20240413080012635 to deleted uid set 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/0001-build-Pass-tag-CC-explictly-when-using-libtool.patch' (67,136) at 20210307205553942 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-u-boot.dtsi' (67,137) at 20210308005002600 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hbm.c' (67,138) at 20240405153049641 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-beacon-baseboard.dtsi' (67,139) at 20240405153229923 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-core.c' (67,140) at 20240405153046985 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/venc.c' (67,141) at 20240405153230811 2025-03-14 03:00:49.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grufault.c' (67,142) at 20240405153049645 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu.h' (67,143) at 20241211090212502 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/mscc/Kconfig' (67,144) at 20210307214929986 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/styles/index.scss' (67,145) at 20210308005107077 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-sysfs.c' (67,146) at 20240830080013251 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_eq_ph.c' (67,147) at 20210308005046501 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.13.bb' (67,148) at 20231014080011723 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-hpe/host/host-boot-enable.bbappend' (67,149) at 20230524080016081 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Device.metadata.yaml' (67,150) at 20221213040029821 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_deflate/deflate_syms.c' (67,151) at 20210307214931822 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/hdlcd_regs.h' (67,152) at 20210307214927738 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_fetch_add.c' (67,153) at 20220525020655203 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/.gitignore' (67,154) at 20240405153054237 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/fault.c' (67,155) at 20240405153230151 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/usb-uclass.c' (67,156) at 20210308005003516 2025-03-14 03:00:49.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/as3722-regulator.c' (67,157) at 20240405153051461 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/auxadc.h' (67,158) at 20210307214931438 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dbdma.h' (67,159) at 20210307214926378 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-ftrace.txt' (67,160) at 20240405153232219 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/ldap-controller.html' (67,161) at 20210308005107065 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mysql-systemd-start' (67,162) at 20210307205553890 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-mpeg2.c' (67,163) at 20240405153049405 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/MAINTAINERS' (67,164) at 20210308005003048 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-psu-software-manager_git.bb' (67,165) at 20241220090019722 to deleted uid set 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.0' (67,166) at 20211006000025242 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm23550-sparrow.dts' (67,167) at 20240405153045425 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts' (67,168) at 20240405153229895 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ResourceBlock.v1_4_3.json' (67,169) at 20240619080002952 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/ar5312.h' (67,170) at 20210307214926186 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/COPYING.apache-2.0' (67,171) at 20210307205554134 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/MAINTAINERS' (67,172) at 20210308005002988 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/rgmii.c' (67,173) at 20240405153230955 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend' (67,174) at 20241206090014230 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_of.h' (67,175) at 20240405153048565 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/kernel.h' (67,176) at 20240405153054229 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_counter_cgroup.c' (67,177) at 20240405153054181 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pv88060-regulator.c' (67,178) at 20240405153051469 2025-03-14 03:00:50.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_phy_reg.h' (67,179) at 20210307214930662 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/samsung/exynos5422-dmc.c' (67,180) at 20240405153230831 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/Kconfig' (67,181) at 20241211090212346 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/service_files/phosphor-button-handler.service' (67,182) at 20230216040020567 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/sys_helper.c' (67,183) at 20240906080037480 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/meson.build' (67,184) at 20240906080037444 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/codecs/es8328.c' (67,185) at 20240405153053613 to deleted uid set 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-evm-u-boot.dtsi' (67,186) at 20210308005002592 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_reject_ipv4.c' (67,187) at 20241018080014582 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/efi-pstore.c' (67,188) at 20240405153047041 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Proxy/meson.build' (67,189) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/bus.json' (67,190) at 20240405153232223 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts' (67,191) at 20240405153045589 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-hmac.c' (67,192) at 20241211090212530 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bcd.h' (67,193) at 20210308005046045 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-isns/files/0001-isnsd.socket-use-run-instead-of-var-run.patch' (67,194) at 20210307205553846 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch' (67,195) at 20231011080016574 2025-03-14 03:00:50.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_ter16x32.c' (67,196) at 20220525020654751 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7757.c' (67,197) at 20240405153051361 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0006-Handle-noisy-netlink-sockets.patch' (67,198) at 20241206090014242 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_device.c' (67,199) at 20210307214927082 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-b650v3.dts' (67,200) at 20240405153045501 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/lapbether.c' (67,201) at 20240405153050393 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/scaling.rst' (67,202) at 20240405153045241 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/stosm-early.S' (67,203) at 20230426080043952 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/spl.c' (67,204) at 20210308005002728 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ppcboot-hotfoot.h' (67,205) at 20210307214926362 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Klovsjo' (67,206) at 20210307205553786 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/include/ipmid/oemrouter.hpp' (67,207) at 20230513080027502 to deleted uid set 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-set-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch' (67,208) at 20241221090017672 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha1-ce-core.S' (67,209) at 20220525020651946 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-98dx3236.dtsi' (67,210) at 20240405153045453 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/internals.rst' (67,211) at 20210307214925478 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020rdb-pc_32b.dts' (67,212) at 20210307214926346 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtmutex.h' (67,213) at 20240405153052789 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sound.h' (67,214) at 20210308005003684 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/elf_hwcaps.rst' (67,215) at 20240405153045245 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml' (67,216) at 20240405153229791 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/fscache.h' (67,217) at 20240405153231699 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/initscript' (67,218) at 20210307205553990 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/MAINTAINERS' (67,219) at 20210308005003036 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v8_7.h' (67,220) at 20240405153047165 2025-03-14 03:00:50.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/enum.c' (67,221) at 20210307214927918 2025-03-14 03:00:50.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c' (67,222) at 20240405153050157 to deleted uid set 2025-03-14 03:00:50.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/m68k/features.rst' (67,223) at 20240405153229743 2025-03-14 03:00:50.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/fsl_i2c.h' (67,224) at 20210308005002800 2025-03-14 03:00:50.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/Makefile' (67,225) at 20240405153054357 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hnae.h' (67,226) at 20240405153049941 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml' (67,227) at 20240405153045113 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_recv.h' (67,228) at 20240405153051925 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenSSL-standalone' (67,229) at 20241221090017616 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-powercycle' (67,230) at 20240316080012480 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_diag.h' (67,231) at 20210307214930234 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-pegatron-chagall.dts' (67,232) at 20240405153229879 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/flat.h' (67,233) at 20210307214931386 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/STG4000OverlayDevice.c' (67,234) at 20210307214930914 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_venc.c' (67,235) at 20240405153048569 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v8_0.h' (67,236) at 20210307214927226 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/mtk-rng.c' (67,237) at 20241008080013911 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/chromebook_samus.dts' (67,238) at 20210308005002860 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/samsung/overview.rst' (67,239) at 20240405153044973 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/tcm.c' (67,240) at 20210307214926102 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,bcm63xx-usbh-phy.yaml' (67,241) at 20240405153045129 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/ebpf_rss.rst' (67,242) at 20210927100127069 2025-03-14 03:00:50.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/router_scale.sh' (67,243) at 20220525020655207 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/Kconfig' (67,244) at 20240405153230851 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-icore-mipi.dts' (67,245) at 20240405153045497 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/tod-tcg.c' (67,246) at 20220429100100522 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/debian/rules' (67,247) at 20240405153232107 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-hauppauge.c' (67,248) at 20210307214928782 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ipsec.h' (67,249) at 20240405153050045 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/trace.h' (67,250) at 20240405153053941 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iksemel/iksemel/fix-configure-option-parsing.patch' (67,251) at 20210307205553978 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/switch_to.h' (67,252) at 20240405153046397 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_pwrctrl.c' (67,253) at 20220525020654175 2025-03-14 03:00:50.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler-data_0.4.12.bb' (67,254) at 20241206090014262 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/netdevice.h' (67,255) at 20241104090011599 to deleted uid set 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/michael_mic.c' (67,256) at 20210309003649120 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/0001-test_lib.sh-remove-gobin-requirement-during-build.patch' (67,257) at 20230706080014749 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/external_intf/management_console_utils.robot' (67,258) at 20240627080021048 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020utm-pc_32b.dts' (67,259) at 20210307214926346 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/i2c.txt' (67,260) at 20210307214925422 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/blobs-ipmid/blobs.hpp' (67,261) at 20241220090029607 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-coremask.h' (67,262) at 20210307214926230 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/core.c' (67,263) at 20240405153231255 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/huge-vmap/arch-support.txt' (67,264) at 20240405153045201 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/rebuild-expected-aml.sh' (67,265) at 20240906080037556 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/route.json' (67,266) at 20240405153054377 2025-03-14 03:00:50.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/run-ptest' (67,267) at 20230114040015538 2025-03-14 03:00:50.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunhme.h' (67,268) at 20240405153050309 2025-03-14 03:00:50.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/sgi575-efidisk.wks' (67,269) at 20220804030014683 2025-03-14 03:00:50.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_helpers.c' (67,270) at 20240405153047285 2025-03-14 03:00:50.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/MAINTAINERS' (67,271) at 20210308005003024 2025-03-14 03:00:50.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/machine_kexec.c' (67,272) at 20240405153230079 2025-03-14 03:00:50.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/ahci.c' (67,273) at 20210308005003056 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-cache.json' (67,274) at 20240405153054149 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-madera.h' (67,275) at 20210307214930074 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/Makefile.vdso' (67,276) at 20240326080039566 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/quota.c' (67,277) at 20241018080014558 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memory-tiers.h' (67,278) at 20240405153231819 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arm-powerctl.h' (67,279) at 20210308005046261 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (67,280) at 20230721080014362 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.isort.cfg' (67,281) at 20220314030038292 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/kwbimage-is2.cfg' (67,282) at 20210308005002904 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop.c' (67,283) at 20240405153049269 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Heinola' (67,284) at 20210307205553770 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-log.h' (67,285) at 20210307214926918 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/renesas_sdhi.h' (67,286) at 20240405153230855 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-mttcg.c' (67,287) at 20240906080037136 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2_table.host.c' (67,288) at 20210309003653020 2025-03-14 03:00:50.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-titan.c' (67,289) at 20210307214926546 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__scope.hpp' (67,290) at 20240817080036820 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/powercap/dtpm.rst' (67,291) at 20220525020651750 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-colibri-aster.dts' (67,292) at 20240405153045737 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_unlzo.c' (67,293) at 20220525020654747 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/vdso-note.S' (67,294) at 20210307214926754 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub_2.12.bb' (67,295) at 20240127090011888 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-imx25-pdk-machine.c' (67,296) at 20221215040039374 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/mprls0025pa.c' (67,297) at 20240405153230695 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_fs.c' (67,298) at 20240405153053469 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/MAINTAINERS' (67,299) at 20210308005003028 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/ibmphp.h' (67,300) at 20240405153231295 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/Makefile' (67,301) at 20210307214930434 2025-03-14 03:00:50.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/tid_rdma.c' (67,302) at 20240405153049053 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/053.out' (67,303) at 20210308005046441 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/arizona-ldo1.h' (67,304) at 20210307214931494 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/pipeline.json' (67,305) at 20240405153054109 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/vexpress-spc-cpufreq.c' (67,306) at 20240405153230255 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/Makefile' (67,307) at 20210308005003048 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/file_test_utilities.hpp' (67,308) at 20240529080008427 to deleted uid set 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (67,309) at 20210307205554086 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/google/Makefile' (67,310) at 20240405153053933 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/pgtable.c' (67,311) at 20240405153230003 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/helper.h' (67,312) at 20240326080039706 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_req.c' (67,313) at 20240405153046705 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ddr_spd.h' (67,314) at 20210308005003628 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_fb_dma_helper.c' (67,315) at 20240405153048393 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/handler.hpp' (67,316) at 20240521080010460 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_core.h' (67,317) at 20240906080037336 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-gpio-1.dtsi' (67,318) at 20210307214926350 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g054l2-smarc-cru-csi-ov5645.dtso' (67,319) at 20240405153045809 2025-03-14 03:00:50.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml' (67,320) at 20240405153045101 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/tmon.8' (67,321) at 20210307214932738 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/no_write_if_dep_unmet/expected_config' (67,322) at 20210307214932154 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-slave.dts' (67,323) at 20240405153045529 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/numa.c' (67,324) at 20241211090212262 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio-gpio.h' (67,325) at 20210307214931422 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-matrix.dts' (67,326) at 20240405153045453 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/eth_superhydra.c' (67,327) at 20210308005002964 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mshyperv.h' (67,328) at 20240919080017050 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_sctp.c' (67,329) at 20240405153053341 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/vf610-clock.h' (67,330) at 20210309003653812 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mxl5005s.h' (67,331) at 20210307214928798 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_tc.c' (67,332) at 20240405153050177 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/macfb.c' (67,333) at 20241211090212266 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/Kconfig' (67,334) at 20210307214931862 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/Makefile' (67,335) at 20210307214927130 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools/0001-Run-native-xdt-csource-on-tests.patch' (67,336) at 20210307205554042 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi' (67,337) at 20240405153045745 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Muodoslompolo' (67,338) at 20210307205553786 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/partition.hpp' (67,339) at 20220922030007675 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/Makefile' (67,340) at 20240405153230295 2025-03-14 03:00:50.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cpu.h' (67,341) at 20240405153045853 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8186/mt8186-loader.c' (67,342) at 20240405153054001 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/menubox.c' (67,343) at 20210308005003732 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/Makefile-keyspan_pda_fw' (67,344) at 20210307214930858 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/0001-disable-build-manpages.patch' (67,345) at 20230706080014753 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475DFE_defconfig' (67,346) at 20210308005003236 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/STG4000Ramdac.c' (67,347) at 20210307214930914 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/trans_pgd.h' (67,348) at 20240405153045865 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/device_updater_test.cpp' (67,349) at 20231019080039959 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-mmio-v3.c' (67,350) at 20241211090145377 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-xlp9xx.c' (67,351) at 20240405153230683 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.h' (67,352) at 20220525020653423 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/es1888.c' (67,353) at 20210307214925654 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/csum_ipv6_magic.S' (67,354) at 20240405153229855 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo_plus2_defconfig' (67,355) at 20210308005003272 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/elmer0.h' (67,356) at 20240405153049861 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-shark2.c' (67,357) at 20240613080016427 2025-03-14 03:00:50.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vmw_pvscsi.h' (67,358) at 20210308005045957 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/pxa25x_udc.c' (67,359) at 20210308005003508 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/csky/pmu.txt' (67,360) at 20210307214925298 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/task.hpp' (67,361) at 20241221090003056 to deleted uid set 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/handoff_s10.h' (67,362) at 20210308005002780 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/sh_eth.h' (67,363) at 20220525020653639 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2k_templates/main_per_task.c' (67,364) at 20240405153054385 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/Kconfig' (67,365) at 20210307214929974 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/introduction.rst' (67,366) at 20240405153045213 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch' (67,367) at 20231126090012793 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/machine.c' (67,368) at 20240906080037452 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm.h' (67,369) at 20240405153230203 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.service' (67,370) at 20230920080013648 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-picolcd' (67,371) at 20210307214925202 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c' (67,372) at 20210308005002712 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/test_binary_search.py' (67,373) at 20210905000020593 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0002-tests-Use-head-n1-for-busybox-compatibility.patch' (67,374) at 20230131040012035 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb' (67,375) at 20220402030016075 2025-03-14 03:00:50.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-nec-nl8048hl11.c' (67,376) at 20240405153048689 2025-03-14 03:00:50.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs53l30.c' (67,377) at 20240405153053581 2025-03-14 03:00:50.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-icore-stm32mp1-ctouch2-of10.dts' (67,378) at 20240405153229903 2025-03-14 03:00:50.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/camellia_asm.S' (67,379) at 20210307214926574 2025-03-14 03:00:50.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/MAINTAINERS' (67,380) at 20210308005003052 2025-03-14 03:00:50.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_2_offset.h' (67,381) at 20220525020652662 2025-03-14 03:00:50.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm2_7xx.h' (67,382) at 20240405153045661 2025-03-14 03:00:50.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_HWConfig.c' (67,383) at 20220525020654179 2025-03-14 03:00:50.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-evb.dts' (67,384) at 20210308005002608 2025-03-14 03:00:50.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ppc-pci.h' (67,385) at 20240405153230031 2025-03-14 03:00:50.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_hid.c' (67,386) at 20240628080014009 2025-03-14 03:00:50.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/notif.c' (67,387) at 20240405153052965 2025-03-14 03:00:50.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (67,388) at 20230412080023460 2025-03-14 03:00:50.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_lan_hmc.h' (67,389) at 20240411080014094 2025-03-14 03:00:50.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/x11.txt' (67,390) at 20210308005002540 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/barrier.h' (67,391) at 20210307214925846 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/phonet/phonet.h' (67,392) at 20240405153052861 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/vm_mmu.h' (67,393) at 20210307214926110 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc_frame.h' (67,394) at 20220525020654651 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch' (67,395) at 20230503080014579 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/stm32l4x5_usart.c' (67,396) at 20241022080032780 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/Kconfig' (67,397) at 20210308005003356 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/statx.c' (67,398) at 20240405153052969 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/hv_vtl.c' (67,399) at 20240405153230107 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/Kconfig' (67,400) at 20210307214930382 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb' (67,401) at 20241212090014007 to deleted uid set 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/cma3000_d0x.c' (67,402) at 20240405153049141 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socrates.h' (67,403) at 20210308005003616 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/p1022_ds.c' (67,404) at 20240405153230051 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1373.c' (67,405) at 20240405153232143 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/switchdev.h' (67,406) at 20210307214929902 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml' (67,407) at 20240405153045169 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/fdt.c' (67,408) at 20210308005003472 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-iodata-bctv7e.c' (67,409) at 20210307214928782 2025-03-14 03:00:50.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/certificate.hpp' (67,410) at 20240918080002704 to deleted uid set 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-clock-s3c64xx.h' (67,411) at 20210309003648720 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/testcases.dtso' (67,412) at 20240405153051213 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sl28cpld.c' (67,413) at 20240405153047081 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-assert@.service' (67,414) at 20240912080013426 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/Makefile' (67,415) at 20220525020655215 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/meson.build' (67,416) at 20241211090212462 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/align.S' (67,417) at 20240405153046505 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040d4_sd_rcw.cfg' (67,418) at 20210308005002992 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+.inc' (67,419) at 20220402030015959 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/SBx81LIFKW_defconfig' (67,420) at 20210308005003244 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/configuration/entity-manager_%.bbappend' (67,421) at 20241206090014222 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/irq.c' (67,422) at 20240405153045677 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-sheevaplug.dts' (67,423) at 20210308005002596 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/dnotify/Kconfig' (67,424) at 20210307214931190 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/Kconfig' (67,425) at 20240405153231471 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-escape.err' (67,426) at 20210308005046413 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/byteorder/little_endian.h' (67,427) at 20220525020654667 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/pcmcia/Kconfig' (67,428) at 20210308005003452 to deleted uid set 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/cadence/macb.h' (67,429) at 20240405153049853 to deleted uid set 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/gather_data_sampling.rst' (67,430) at 20240405153044945 2025-03-14 03:00:50.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/gpio-fsi/fsi0/slave@00--00/00--00--00--0a/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2.conf' (67,431) at 20210307205553722 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/tprobe_syntax_errors.tc' (67,432) at 20240405153054305 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_versal.h' (67,433) at 20210308005003624 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/is-daemonized.c' (67,434) at 20210308005046257 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (67,435) at 20230807080022150 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/parm_def' (67,436) at 20210308005007100 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/deflate.c' (67,437) at 20210308005003716 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/pnfs-block-server.rst' (67,438) at 20210309003648292 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/reset.h' (67,439) at 20210307214926994 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint_group.hpp' (67,440) at 20221229040004411 to deleted uid set 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@82000/tmp421@4c.conf' (67,441) at 20210307205554094 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/booke.h' (67,442) at 20240405153046169 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck-scf.sh' (67,443) at 20220525020655227 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_81xx_data.c' (67,444) at 20240405153045669 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key.pub' (67,445) at 20210307205554466 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/cache.json' (67,446) at 20240405153232227 2025-03-14 03:00:50.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_set_nested_state_test.c' (67,447) at 20240405153054325 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-v4l2.c' (67,448) at 20240405153049473 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/sdeventplus.wrap' (67,449) at 20220322030034432 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c' (67,450) at 20240405153049805 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/RedfishError_v1.xml' (67,451) at 20240619080002932 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc476.inc' (67,452) at 20210905000020581 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/clock.h' (67,453) at 20240405153052789 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_soc_dts_iosf.h' (67,454) at 20240405153231499 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/xilinx_dpdma.h' (67,455) at 20240405153052681 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_mm.c' (67,456) at 20240405153048529 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseport_addr_any.c' (67,457) at 20210307214932694 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/memset.S' (67,458) at 20240405153230003 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-subdev.c' (67,459) at 20240613080016427 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/313' (67,460) at 20210927100127505 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/Makefile' (67,461) at 20210308005002908 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/doorbell.h' (67,462) at 20210307214931442 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cache.h' (67,463) at 20240405153052665 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-riscv.h' (67,464) at 20210308005003612 2025-03-14 03:00:50.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tbs2910.h' (67,465) at 20210308005003620 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_mcv.dtsi' (67,466) at 20240405153045441 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpf_dbg.c' (67,467) at 20220525020655111 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/manager.cpp' (67,468) at 20240817080031292 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/lockcnt.h' (67,469) at 20241211090212366 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/Makefile' (67,470) at 20240405153052021 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/suspend.c' (67,471) at 20240405153045633 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/lib.rs' (67,472) at 20241211090212454 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ni.h' (67,473) at 20220525020652995 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/smb_common.c' (67,474) at 20241115090012965 to deleted uid set 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/klcc-consider-sysroot.patch' (67,475) at 20230706080014733 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi' (67,476) at 20210308005002620 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/Makefile' (67,477) at 20210307214932042 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/run-on-all.sh' (67,478) at 20210307214932742 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/smbiosmdrv2.hpp' (67,479) at 20210308005122217 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r7s72100.dtsi' (67,480) at 20240405153045549 2025-03-14 03:00:50.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/posix-cpu-timers.c' (67,481) at 20240405153053053 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/dcu.c' (67,482) at 20210308005002968 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb' (67,483) at 20241221090017524 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch' (67,484) at 20240413080012627 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tegra-icc.h' (67,485) at 20240405153052805 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/mem_input.h' (67,486) at 20240405153047293 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/start.S' (67,487) at 20210308005003008 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-meson-audio-arb.c' (67,488) at 20240405153231371 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/pgtable-levels.h' (67,489) at 20240405153229859 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-dsa' (67,490) at 20220525020651634 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3368.h' (67,491) at 20210308005002660 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge.h' (67,492) at 20210307214931646 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/axp209.dtsi' (67,493) at 20240405153045373 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/MAINTAINERS' (67,494) at 20210308005002916 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/coda_cache.h' (67,495) at 20210307214931058 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/tfc_io.c' (67,496) at 20220525020654207 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phy.h' (67,497) at 20220617030036053 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/core/Makefile' (67,498) at 20210307214932186 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyPolicy.v1_0_1.json' (67,499) at 20240619080002948 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.yaml' (67,500) at 20240405153229799 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdconcat.c' (67,501) at 20210308005003408 2025-03-14 03:00:50.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-ns2.txt' (67,502) at 20210307214925346 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/codecs/rt722-sdca.c' (67,503) at 20241211090145565 to deleted uid set 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_defprio.sh' (67,504) at 20240405153054297 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb' (67,505) at 20240302090018206 to deleted uid set 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adis16240.yaml' (67,506) at 20240405153045065 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h' (67,507) at 20240405153230331 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb' (67,508) at 20241120090012768 to deleted uid set 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/stepwise.hpp' (67,509) at 20210308005116217 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb' (67,510) at 20241221090017492 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_transport.h' (67,511) at 20240405153046953 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service' (67,512) at 20210307205553830 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transportconstants.hpp' (67,513) at 20241116090019843 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/Kconfig' (67,514) at 20240405153047029 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/ptrace_offsets.h' (67,515) at 20210307214926122 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/keep-tracking.c' (67,516) at 20240405153054169 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/st,spear-timer.txt' (67,517) at 20210307214925446 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/pic.c' (67,518) at 20240405153046201 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/namei.c' (67,519) at 20210307214931230 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/hrcon.c' (67,520) at 20210308005003000 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lkc.h' (67,521) at 20240405153232103 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/as-layout.h' (67,522) at 20240405153046345 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt.rst' (67,523) at 20210309003648500 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb' (67,524) at 20240413080012655 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792-blanche-u-boot.dts' (67,525) at 20210308005002600 2025-03-14 03:00:50.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/clock.c' (67,526) at 20210308005002552 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gf100.c' (67,527) at 20220525020652959 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/power/Makefile' (67,528) at 20240405153045949 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/portl2_defconfig' (67,529) at 20210308005003276 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/spl_board_init.c' (67,530) at 20210308005002796 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/mipi_backend_defs.h' (67,531) at 20210307214930538 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/eth_media.c' (67,532) at 20240405153053393 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_gem.c' (67,533) at 20240405153048701 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-dmar-vtd.h' (67,534) at 20241114091008832 to deleted uid set 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/imx-keypad.yaml' (67,535) at 20240405153045081 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/digic.h' (67,536) at 20210308005046005 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/fb.h' (67,537) at 20210308005002724 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/Kconfig' (67,538) at 20210307214926994 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_helper_packet_access.c' (67,539) at 20240405153054281 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fs_loader.c' (67,540) at 20210308005003400 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb' (67,541) at 20240301090012423 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/precise-smc-user.c' (67,542) at 20240326080039746 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/btrfs_tree.h' (67,543) at 20210308005003544 2025-03-14 03:00:50.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g1_vp8_dec.c' (67,544) at 20240405153049493 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/zstd_wrapper.c' (67,545) at 20240405153052541 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/memweight.c' (67,546) at 20210307214931810 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/rn5t567_pmic.h' (67,547) at 20210308005003680 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_ib.c' (67,548) at 20241211090145429 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/Makefile' (67,549) at 20210308005002820 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/sysmap.h' (67,550) at 20210308005002640 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-g-crop.rst' (67,551) at 20240405153045325 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c' (67,552) at 20240405153049473 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vbi-gen.h' (67,553) at 20210307214928794 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_extra.c.inc' (67,554) at 20240906080037496 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_wx.c' (67,555) at 20240405153051885 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/4.json' (67,556) at 20240212090032050 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-yavia.dts' (67,557) at 20240405153045733 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/amikbd.c' (67,558) at 20240405153230723 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/init.c' (67,559) at 20240405153052381 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb' (67,560) at 20241221090017520 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/proc.h' (67,561) at 20210307214932446 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/tune-sh3.inc' (67,562) at 20210905000020581 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_init.c' (67,563) at 20240405153049101 2025-03-14 03:00:50.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_cmd.c' (67,564) at 20240405153231379 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gud/Makefile' (67,565) at 20220525020652859 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-testsuite_2.40.bb' (67,566) at 20241221090017640 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl-ncsi_defconfig' (67,567) at 20220215040051528 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/multi_v4t_defconfig' (67,568) at 20240405153229907 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83791d.rst' (67,569) at 20210307214925506 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb_10.11.9.bb' (67,570) at 20241221090017508 to deleted uid set 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-sc7180.c' (67,571) at 20240405153232187 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/atmega.c' (67,572) at 20240326080039426 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/superpipe.c' (67,573) at 20240405153051589 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/stdplus.wrap' (67,574) at 20220721030033622 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/message.cpp' (67,575) at 20210308005114861 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@380/ir35219@70.conf' (67,576) at 20240904080027734 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/signal.h' (67,577) at 20240405153046129 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/libfdt.h' (67,578) at 20210308005003656 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/ldst_atomicity.c.inc' (67,579) at 20241211090212206 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/hardware.h' (67,580) at 20221128040017426 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mcs5000_ts.c' (67,581) at 20240405153049161 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/ca8210.txt' (67,582) at 20210307214925374 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_sriov.h' (67,583) at 20240405153050201 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo0039.c' (67,584) at 20240405153048625 2025-03-14 03:00:50.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/lkdtm.h' (67,585) at 20240405153049641 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77693-regulator.c' (67,586) at 20240405153051465 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/stmpe-ts.c' (67,587) at 20220525020653187 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-v7.S' (67,588) at 20240405153045697 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-navigation.html' (67,589) at 20210308005107069 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/src/pam_ipmisave/meson.build' (67,590) at 20230804080023531 to deleted uid set 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-gpmux.c' (67,591) at 20240405153230683 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/go.bbclass' (67,592) at 20241206090014298 to deleted uid set 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml' (67,593) at 20240405153045133 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/logrotate/logrotate/run-ptest' (67,594) at 20230503080014619 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.json' (67,595) at 20210308005046413 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dump-insn.c' (67,596) at 20210307214932590 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-1-Clause' (67,597) at 20210307205554418 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/quota.h' (67,598) at 20210307214931210 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb' (67,599) at 20241221090017516 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_gt64120.c' (67,600) at 20210308005003452 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch' (67,601) at 20241221090017656 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/glue.c' (67,602) at 20210308005003540 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/memory.json' (67,603) at 20240405153054153 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in4_slave_regs.h' (67,604) at 20240405153046585 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-merrifield.c' (67,605) at 20240405153231323 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-sbc6x.dts' (67,606) at 20240405153045505 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ServiceAdmin.pm' (67,607) at 20220612030016735 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_19.dtso' (67,608) at 20240405153051213 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/debug.h' (67,609) at 20240405153052061 2025-03-14 03:00:50.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/MAINTAINERS' (67,610) at 20210308005002912 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-fwnode.rst' (67,611) at 20210307214925466 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ak881x.h' (67,612) at 20210307214931542 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/88pg86x.c' (67,613) at 20240405153051461 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch' (67,614) at 20241206090014314 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch' (67,615) at 20210307205553942 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc2580_priv.h' (67,616) at 20210307214928794 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-opal.txt' (67,617) at 20210307214925418 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/ti-syscon.h' (67,618) at 20210309003653816 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/netlink.h' (67,619) at 20210307214932482 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb' (67,620) at 20241221090017684 to deleted uid set 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pciehp_ctrl.c' (67,621) at 20240405153051245 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/combined-packet.c' (67,622) at 20210927100127205 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish_glue.c' (67,623) at 20240405153046365 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a83t.dtsi' (67,624) at 20240405153045389 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xgmac.c' (67,625) at 20240906080037268 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/access.c' (67,626) at 20210307214930430 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/stts751.txt' (67,627) at 20210307214925322 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth-oauthlib/run-ptest' (67,628) at 20240413080012663 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/types.h' (67,629) at 20210308005002848 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/device.c' (67,630) at 20240405153231279 2025-03-14 03:00:50.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/qgroup-tests.c' (67,631) at 20240405153052297 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/hyperv_fb.c' (67,632) at 20240405153231583 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/PULL_REQUEST_TEMPLATE.md' (67,633) at 20210307205554098 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb' (67,634) at 20241206090014298 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/234.out' (67,635) at 20240906080037564 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xscale/ixp4xx_eth.c' (67,636) at 20240405153050325 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/machine/g220a.conf' (67,637) at 20230927080013510 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump_4.99.5.bb' (67,638) at 20241221090017500 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2' (67,639) at 20210307214932154 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_rtas.c' (67,640) at 20240405153046169 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/peak_canfd/Makefile' (67,641) at 20210307214929258 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c' (67,642) at 20210525100144791 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/subprojects/googletest.wrap' (67,643) at 20210308005049761 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/reiserfs_fs.h' (67,644) at 20210307214931658 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/async_resp.hpp' (67,645) at 20230511080004679 to deleted uid set 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-trekstor.c' (67,646) at 20210307214928786 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/rcu.h' (67,647) at 20240326080039550 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83822.c' (67,648) at 20241104090011583 2025-03-14 03:00:50.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/dm.c' (67,649) at 20240405153049081 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/slot_map.c' (67,650) at 20220804100016056 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/include/asm/mman.h' (67,651) at 20241125090012231 to deleted uid set 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si4713/Kconfig' (67,652) at 20210307214928774 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_qp.c' (67,653) at 20240405153230723 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_bifurcation.hpp' (67,654) at 20220525015711018 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecb.c' (67,655) at 20220525020652214 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/xdp_priv.h' (67,656) at 20240405153052869 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/control.c' (67,657) at 20240405153231679 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis.h' (67,658) at 20220520100030268 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt286.h' (67,659) at 20240405153053713 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/Makefile' (67,660) at 20240405153046853 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lz4/lz4_compress.c' (67,661) at 20210309003654188 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_red.c' (67,662) at 20240405153053373 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/marvell,orion-timer.txt' (67,663) at 20210307214925446 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/non-atomic.h' (67,664) at 20240405153054045 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-var-dart.dtsi' (67,665) at 20240405153045521 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/xlnx-event-manager.h' (67,666) at 20240405153052689 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-glibc.c' (67,667) at 20210307214932466 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mxs-lradc-ts.c' (67,668) at 20210307214928506 2025-03-14 03:00:50.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/Makefile' (67,669) at 20240405153052337 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/ipmb/IpmbSensor.hpp' (67,670) at 20241112090003102 to deleted uid set 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/instrumented.h' (67,671) at 20240405153052709 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie_regs.h' (67,672) at 20210307214929902 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/Makefile' (67,673) at 20240405153046873 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/ddr3_1333.c' (67,674) at 20210308005002784 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch' (67,675) at 20241221090017656 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/cygnus-pcm.c' (67,676) at 20240405153053557 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_strncmp.c' (67,677) at 20240405153054261 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/lowlevel_init.S' (67,678) at 20210308005003008 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso' (67,679) at 20240405153229975 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/Makefile' (67,680) at 20240405153045613 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/serialize.hpp' (67,681) at 20230531080022729 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@380/tmp275@4a.conf' (67,682) at 20240904080027738 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-it87.c' (67,683) at 20220525020652438 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuarm.conf' (67,684) at 20241221090017612 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v2_0.c' (67,685) at 20240405153047125 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32' (67,686) at 20210309003648252 2025-03-14 03:00:50.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-vxlan.c' (67,687) at 20240405153053349 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_sync.c' (67,688) at 20240405153232055 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/kprobes.h' (67,689) at 20240405153045937 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/timer.cpp' (67,690) at 20230106040046360 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/perms.h' (67,691) at 20240405153232107 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic23-i2c.c' (67,692) at 20240405153053805 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/mediatek,musb.yaml' (67,693) at 20240405153045181 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware_class/hotplug-script' (67,694) at 20210307214925494 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto.bb' (67,695) at 20241221090017512 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/common_hsi.h' (67,696) at 20240405153052777 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/Kbuild' (67,697) at 20210307214927950 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemonize/daemonize_git.bb' (67,698) at 20220204040022524 2025-03-14 03:00:50.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/host_pdr_handler.cpp' (67,699) at 20240903080027139 to deleted uid set 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-meson-gxl.c' (67,700) at 20240405153050345 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/aistarvision-mipi-adapter-2.1.dtsi' (67,701) at 20240405153045797 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/rwonce.h' (67,702) at 20210309003653800 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/Kconfig' (67,703) at 20210309003654312 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_nic.c' (67,704) at 20240405153049809 to deleted uid set 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha512_ssse3_glue.c' (67,705) at 20240405153046365 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/tests/fpga-mgr-test.c' (67,706) at 20240405153230299 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/move-log-file-to-proper-dir.patch' (67,707) at 20231011080016578 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T4240RDB.h' (67,708) at 20210308005003580 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/consumer.h' (67,709) at 20240913080013837 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/allwinner/Makefile' (67,710) at 20210307214929286 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5301x.h' (67,711) at 20210308005002804 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/aspm.c' (67,712) at 20210307214928390 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/kona-common/kona_sdhci.h' (67,713) at 20210308005002676 2025-03-14 03:00:50.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/install_policy.sh' (67,714) at 20240405153053461 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-sysfs.c' (67,715) at 20240405153230827 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-syscfg.c' (67,716) at 20240405153048893 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/setup.cfg' (67,717) at 20210308004941624 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/netduinoplus2.c' (67,718) at 20240906080037192 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/sysfs.c' (67,719) at 20240405153049709 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch' (67,720) at 20230401080011935 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-dwc3.c' (67,721) at 20241211090212342 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-dualdiv.c' (67,722) at 20240405153046801 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/inputattach-config/inputattach-config/inputattach.conf' (67,723) at 20210307205553914 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-sfc.yaml' (67,724) at 20240405153045169 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/mox_sp.h' (67,725) at 20210308005002904 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_ip.h' (67,726) at 20210307214931646 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/ipmb/IpmbSDRSensor.hpp' (67,727) at 20241112090003098 to deleted uid set 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc_config.py' (67,728) at 20240405153054377 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/stm32f429-discovery.c' (67,729) at 20210308005003052 2025-03-14 03:00:50.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_forward.h' (67,730) at 20220525020654827 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770d.h' (67,731) at 20210307214928022 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_aspeed.c' (67,732) at 20241211090212354 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-sha256-big-endian.patch' (67,733) at 20210307205554122 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8x-colibri-eval-v3.dtsi' (67,734) at 20240405153045737 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rockchip,rv1126-cru.h' (67,735) at 20240405153052645 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.err' (67,736) at 20220429100100882 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_meter.c' (67,737) at 20240405153050109 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cgtqmx6eval_defconfig' (67,738) at 20210308005003252 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/treeboot-bamboo.c' (67,739) at 20210307214926362 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox.bb' (67,740) at 20241221090017632 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_const_or.c' (67,741) at 20240405153054281 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml' (67,742) at 20240405153045105 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpc5xxx_clocks.c' (67,743) at 20240405153046233 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_aud2htx.c' (67,744) at 20240405153232175 2025-03-14 03:00:50.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/acl.h' (67,745) at 20240405153052433 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu.c' (67,746) at 20241211090212466 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/dma.c' (67,747) at 20240405153045665 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.h' (67,748) at 20210307214928790 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2371-2180.h' (67,749) at 20210308005003608 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/riscv.c' (67,750) at 20240405153048769 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/s390x/safe-syscall.inc.S' (67,751) at 20220429100100406 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button.bb' (67,752) at 20241206090014230 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l41.h' (67,753) at 20240405153232143 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/vfs_cache.h' (67,754) at 20240624080012812 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/adder875.c' (67,755) at 20240405153230051 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/pci.h' (67,756) at 20240405153045965 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/riscv64-softmmu/default.mak' (67,757) at 20240906080037160 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/data/phosphor-target-monitor-default.json' (67,758) at 20221209040041007 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/meson.build' (67,759) at 20220210040033214 to deleted uid set 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/Makefile' (67,760) at 20210308005003052 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/adi/adin1110.c' (67,761) at 20241018080014490 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/Remove_some_printf_in_obexftpd.patch' (67,762) at 20230317080013789 2025-03-14 03:00:50.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfs/Makefile' (67,763) at 20210309003654520 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mediatek,mt8188-memory-port.h' (67,764) at 20240405153231799 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/extable.c' (67,765) at 20240405153046301 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/nosy.h' (67,766) at 20210307214927162 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/telemetry/Makefile' (67,767) at 20220525020653911 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/string_override.c' (67,768) at 20240405153232271 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c' (67,769) at 20240405153231191 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/unicode-ident-1-rs/meson.build' (67,770) at 20241211090212462 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-1.0-only' (67,771) at 20211006000025226 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/gpio.c' (67,772) at 20240405153046193 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/integrator.dtsi' (67,773) at 20240405153045401 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcm2835aux.c' (67,774) at 20240405153231459 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_kfunc_success.c' (67,775) at 20240405153054269 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscreds.h' (67,776) at 20210927100127225 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ccid.h' (67,777) at 20210307214931530 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/files/config.yaml' (67,778) at 20210307205554078 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/mgmt_util.h' (67,779) at 20240405153053189 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec-ng/Kconfig' (67,780) at 20210308005002920 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/io_uring.h' (67,781) at 20240405153052893 2025-03-14 03:00:50.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5332-rdp-common.dtsi' (67,782) at 20240405153229939 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/wlan_if.h' (67,783) at 20240405153050613 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_mac.h' (67,784) at 20210307214929762 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/hypervisor_state_manager.hpp' (67,785) at 20240711080029831 to deleted uid set 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_stratix10_socdk.dts' (67,786) at 20210308005002612 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/macronix.c' (67,787) at 20210308005003416 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/Kconfig' (67,788) at 20240405153045633 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/ucc.c' (67,789) at 20210309003652912 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c.h' (67,790) at 20241011080017371 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-x86-bits.h' (67,791) at 20240405153054373 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-icore-rqs.dts' (67,792) at 20240405153045497 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network_git.bb' (67,793) at 20241206090014226 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml' (67,794) at 20240405153229763 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/pgtable.h' (67,795) at 20240405153230019 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.err' (67,796) at 20210308005046401 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/fw.c' (67,797) at 20240405153230915 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb' (67,798) at 20241221090017640 to deleted uid set 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/test.yml' (67,799) at 20240613080016399 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-31.err' (67,800) at 20210308005046409 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml' (67,801) at 20240405153045097 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/newbb.vim' (67,802) at 20210307205554230 2025-03-14 03:00:50.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/sembuf.h' (67,803) at 20210307214926682 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/stdatomic.patch' (67,804) at 20231011080016574 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/active-semi,act8600.yaml' (67,805) at 20240405153045141 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci_bridge.c' (67,806) at 20241211090212318 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_usdt.c' (67,807) at 20240405153054281 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.gitignore' (67,808) at 20241002080038079 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/vt8500.yaml' (67,809) at 20240405153045017 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/map-base.h' (67,810) at 20240405153045685 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtas_entry.S' (67,811) at 20240405153046149 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_dinode.h' (67,812) at 20240830080013323 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml' (67,813) at 20240405153045073 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/pcie-cadence-host.c' (67,814) at 20241211090145477 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/mdp/Makefile' (67,815) at 20210309003654544 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0002-Mark-first-element-of-a-string-as-null.patch' (67,816) at 20230706080014737 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cgebra.c' (67,817) at 20230925080040101 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-metadata-shut-up-a-weird-warning.patch' (67,818) at 20241206090014234 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb' (67,819) at 20241221090017556 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp_core.h' (67,820) at 20220525020653187 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/err.h' (67,821) at 20240405153054049 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.c' (67,822) at 20210308005002756 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/phosphor-ipmi-flash-mbcpld-update.service' (67,823) at 20210413100020742 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/xip.h' (67,824) at 20210309003653876 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tx6ul-mainboard.dts' (67,825) at 20240405153229887 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/netlink_dumper.c' (67,826) at 20210307214932466 2025-03-14 03:00:50.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-espi/bare-metal-espi.bb' (67,827) at 20241206090014226 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_ioctl.h' (67,828) at 20241211090212210 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp.h' (67,829) at 20240910080014102 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-hmp-cmds.h' (67,830) at 20230426080043752 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/dramtest.c' (67,831) at 20220802100038573 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/write.hpp' (67,832) at 20230516080022994 to deleted uid set 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/API.pm' (67,833) at 20220612030016735 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/wait_inotify.c' (67,834) at 20240405153054293 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_reject.h' (67,835) at 20240405153052857 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts' (67,836) at 20240503080014462 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_snmp_settings.robot' (67,837) at 20210308005007104 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-host-transition-to-off@.service' (67,838) at 20210605000114100 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds-bd2802.h' (67,839) at 20210307214931414 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/fitimage.py' (67,840) at 20241221090017632 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_crtc.c' (67,841) at 20240405153048561 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/head.h' (67,842) at 20240405153045629 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/241' (67,843) at 20220429100100914 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/config.c' (67,844) at 20240827080010198 to deleted uid set 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/branch.json' (67,845) at 20240405153054109 2025-03-14 03:00:50.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_condition.cpp' (67,846) at 20210805100124568 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/at76c50x-usb.c' (67,847) at 20240405153050485 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_types.h' (67,848) at 20240405153046245 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/Makefile' (67,849) at 20240405153051321 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/argp.patch' (67,850) at 20230706080014741 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/Kconfig' (67,851) at 20220525020653435 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_resource.h' (67,852) at 20240405153051737 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/codec.rst' (67,853) at 20240405153045261 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-renesas-rza1.c' (67,854) at 20240405153049205 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc5_cfg_regs.h' (67,855) at 20240405153046605 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.seabios-256k' (67,856) at 20210308005046237 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Niemisel' (67,857) at 20210307205553786 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/solidrun/snet_hwmon.c' (67,858) at 20240405153052161 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/e4000_priv.h' (67,859) at 20210307214928794 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/node.h' (67,860) at 20240405153052753 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-netgear_readynas_duo_v2.dts' (67,861) at 20240405153045457 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-chassis-poweroff@.service' (67,862) at 20230412080023460 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/trousers.init.sh' (67,863) at 20230520080014488 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_erl0.c' (67,864) at 20240405153051961 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json' (67,865) at 20241031080012183 2025-03-14 03:00:50.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/TODO.txt' (67,866) at 20240405153048433 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-zevio.c' (67,867) at 20241211090145405 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/LoadingBar.spec.js' (67,868) at 20241004080035975 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/rf.h' (67,869) at 20210307214929934 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/migrate_mode.h' (67,870) at 20240405153052733 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/threadtest.c' (67,871) at 20220525020655235 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/s5m8767.c' (67,872) at 20240405153051473 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0007-Fix-declaration-scope-of-LE_LOAD32-in-crc32c.patch' (67,873) at 20240413080012651 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpic_msi.c' (67,874) at 20240405153046233 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cirrus/mac89x0.c' (67,875) at 20240405153049889 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c' (67,876) at 20220525020652971 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_dma.h' (67,877) at 20210307214931462 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-dma-0.dtsi' (67,878) at 20210307214926350 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-mecool-kii-pro.c' (67,879) at 20220525020653311 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pyipmitest/ipmi_debug.py' (67,880) at 20220728030041559 to deleted uid set 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-ipmi' (67,881) at 20210309003648256 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap_sh4a_4a.h' (67,882) at 20210308005003584 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec2-grp2-0.dtsi' (67,883) at 20210307214926350 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml' (67,884) at 20240405153229771 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/holly.c' (67,885) at 20210307214926362 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-berlin.c' (67,886) at 20241008080013971 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/syslog.py' (67,887) at 20230925080039993 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml' (67,888) at 20240405153229767 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_sim/vdpa_sim.h' (67,889) at 20240405153052161 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb' (67,890) at 20241221090017488 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/c2port.h' (67,891) at 20210307214931362 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/metadata_unused.c' (67,892) at 20210309003655984 2025-03-14 03:00:50.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-bad-member.out' (67,893) at 20210308005046405 to deleted uid set 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_tx.h' (67,894) at 20210307214929810 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/nl' (67,895) at 20210308005046149 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ima.c' (67,896) at 20240405153053477 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (67,897) at 20241206090014218 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_skip_tests.log' (67,898) at 20220525020655187 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/Makefile' (67,899) at 20240405153048801 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-Android-Fix-the-build.patch' (67,900) at 20240413080012643 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/sun4u_iommu.c' (67,901) at 20241211090212338 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ih_v6_1.c' (67,902) at 20240405153230355 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_defconfig' (67,903) at 20210308005003264 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_with_devmap_frags_helpers.c' (67,904) at 20240405153054281 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lp8788.c' (67,905) at 20240405153049609 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb' (67,906) at 20240301090012423 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_job.c' (67,907) at 20240405153230619 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/wanxl.c' (67,908) at 20220525020653703 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/op-2.h' (67,909) at 20210307214931538 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_ict_defconfig' (67,910) at 20210308005003248 2025-03-14 03:00:50.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.rc' (67,911) at 20240326080039734 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/ops.c' (67,912) at 20210308005003336 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/iocsr_config.h' (67,913) at 20210308005003072 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc4xx_devs.c' (67,914) at 20241211090212322 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (67,915) at 20221206040015537 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSLeay-standalone' (67,916) at 20241221090017616 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-dtshim.c' (67,917) at 20210920100020631 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fans-ready.target' (67,918) at 20220301040040077 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xtensa/xtensa-isa.h' (67,919) at 20210308005046037 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts' (67,920) at 20240405153045725 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/clearstate_cayman.h' (67,921) at 20210307214927998 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_region.c' (67,922) at 20240405153048549 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/intel_pstate.rst' (67,923) at 20240405153044961 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/float-conversion.patch' (67,924) at 20210307205553846 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/0001-xklavier_config_xkb.c-Fix-keyboard-layout-settings-f.patch' (67,925) at 20210307205553746 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/renesas-cpg-mssr.h' (67,926) at 20240405153046837 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-of-pxa1928.c' (67,927) at 20240405153230219 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ymodem.c' (67,928) at 20220215040051528 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/rcar-gen4-sysc.h' (67,929) at 20240405153231351 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi' (67,930) at 20220525020651942 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/Makefile' (67,931) at 20240405153046497 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/acx.h' (67,932) at 20210307214929966 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/default_addresses.h' (67,933) at 20240817080006811 2025-03-14 03:00:50.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stats/stats-qmp-cmds.c' (67,934) at 20230426080043848 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-llvm.cpp' (67,935) at 20210307214932466 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c' (67,936) at 20240613080016411 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/packagegroups/packagegroup-ima-evm-utils.bb' (67,937) at 20210812000025270 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/twl.h' (67,938) at 20240405153052733 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-copy_user.S' (67,939) at 20240405153229855 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c' (67,940) at 20240405153049873 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zywrle-template.c' (67,941) at 20221215040039402 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/ffdc/setup.py' (67,942) at 20221209040018567 to deleted uid set 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/cleanup.cpp' (67,943) at 20210918000044927 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/rpl.h' (67,944) at 20240405153052865 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c' (67,945) at 20210308005002968 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/igb.c' (67,946) at 20240326080039738 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spd_sdram.h' (67,947) at 20210308005003684 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/magic-number.rst' (67,948) at 20240405153045301 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vbi_625.svg' (67,949) at 20220525020651786 2025-03-14 03:00:50.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/via-pmu-led.c' (67,950) at 20240405153049225 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-bcm7038-l1.c' (67,951) at 20240405153230747 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra124-car-common.h' (67,952) at 20210308005003636 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/serio_raw.c' (67,953) at 20210309003650216 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_imem_ops.c' (67,954) at 20240405153050921 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8660.c' (67,955) at 20240405153051349 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt5739.c' (67,956) at 20240405153231363 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0-10g-0.dtsi' (67,957) at 20210307214926350 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/jz4725b.dtsi' (67,958) at 20240405153045989 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/octeon_edac-l2c.c' (67,959) at 20210307214927154 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.64' (67,960) at 20210308005002768 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0002-lib-netdev-Adjust-header-include-sequence.patch' (67,961) at 20230706080014737 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sparse_format.h' (67,962) at 20210308005003684 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/spmi-uclass.c' (67,963) at 20210308005003496 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/stat.h' (67,964) at 20210307214926514 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-axg.dtsi' (67,965) at 20210308005002596 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.hpp' (67,966) at 20210311201857434 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_10_0_default.h' (67,967) at 20210307214927690 2025-03-14 03:00:50.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/Kconfig' (67,968) at 20210307214928702 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-srxx-defs.h' (67,969) at 20210307214926238 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/bcm2835_systmr.c' (67,970) at 20241211090212338 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__receivers.hpp' (67,971) at 20241217090453707 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/resize.h' (67,972) at 20220525020654475 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi' (67,973) at 20240405153045713 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/styles/index.scss' (67,974) at 20210308005107077 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/other-usb-cardlist.rst' (67,975) at 20240405153044957 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/platform_early.h' (67,976) at 20210307214926550 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/scons.bbclass' (67,977) at 20241221090017608 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_i2s.c' (67,978) at 20240405153232203 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/fiemap.c' (67,979) at 20240405153052385 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_w.c' (67,980) at 20210308005046517 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.h' (67,981) at 20210307214927922 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/baseband.h' (67,982) at 20240405153051945 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98095.c' (67,983) at 20210308005003488 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5504.yaml' (67,984) at 20220525020651678 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slip_common.h' (67,985) at 20210307214926618 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c' (67,986) at 20240405153230331 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-ec168-cardlist.rst' (67,987) at 20210307214925230 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (67,988) at 20230125040012998 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/mmzone.h' (67,989) at 20210309003648832 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb' (67,990) at 20230706080014741 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/balance.rst' (67,991) at 20240405153045229 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/start.S' (67,992) at 20210308005003008 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/failover.c' (67,993) at 20240405153053213 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/strcmp-archs.S' (67,994) at 20210307214925674 2025-03-14 03:00:50.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/Makefile' (67,995) at 20210307214928698 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-select-source.rst' (67,996) at 20220525020654131 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2562.h' (67,997) at 20210625000036108 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/cdns3/drd.h' (67,998) at 20240405153231535 to deleted uid set 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsater' (67,999) at 20210307205553786 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/device.py' (68,000) at 20240405153232103 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-elf/boot.lds.S' (68,001) at 20210307214926758 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_remap.cpp' (68,002) at 20210308005108645 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/u-boot.lds' (68,003) at 20210308005002860 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/test-callbacks.sh' (68,004) at 20210309003656004 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/interfaces/manager_interface.cpp' (68,005) at 20220727030028313 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml' (68,006) at 20240405153045025 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-qcom-spmi-misc.c' (68,007) at 20240405153047025 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/ipmi_capture.js' (68,008) at 20211029100036564 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/appletouch.c' (68,009) at 20220525020653179 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/yesno.c' (68,010) at 20210307214932150 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb12.rst' (68,011) at 20210309003648496 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/mmap.c' (68,012) at 20220525020651898 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/ps.c' (68,013) at 20240405153231259 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/cache.S' (68,014) at 20220627100016930 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_new_project_page.py' (68,015) at 20241221090017592 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dm1105/Makefile' (68,016) at 20210307214928694 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (68,017) at 20210807000017354 2025-03-14 03:00:50.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_console.h' (68,018) at 20210308005046053 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/io-workarounds.c' (68,019) at 20220525020652046 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/boe,bf060y8m-aj0.yaml' (68,020) at 20240405153045041 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/csumpartialcopy.S' (68,021) at 20210309003648684 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8074-dragonboard.dts' (68,022) at 20240405153229891 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm63.c' (68,023) at 20240405153230663 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra210-emc-core.c' (68,024) at 20240405153230831 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/yrw801.c' (68,025) at 20210307214932202 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (68,026) at 20240229090011779 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/switchdev.rst' (68,027) at 20240405153045241 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/variant_visitors.hpp' (68,028) at 20230215040006650 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/memcpy.c' (68,029) at 20210307214926170 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/buildproject.py' (68,030) at 20211007100024295 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/Makefile' (68,031) at 20210308005002956 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/super_mmi.c' (68,032) at 20210307214931230 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Neighbor.interface.yaml' (68,033) at 20220902030019927 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/headsmp-scu.S' (68,034) at 20240405153045689 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/asm-offsets_32.c' (68,035) at 20220525020652158 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/efi.c' (68,036) at 20240405153046525 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali_dt.c' (68,037) at 20210308005003412 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/Kconfig' (68,038) at 20240405153231747 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_ssp.h' (68,039) at 20210308005002664 2025-03-14 03:00:50.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/cf-fp.xml' (68,040) at 20210308005045817 2025-03-14 03:00:50.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-chargalg.yaml' (68,041) at 20240405153045141 2025-03-14 03:00:50.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/egl-context.h' (68,042) at 20220429100100594 2025-03-14 03:00:50.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw551x.dts' (68,043) at 20240405153045497 2025-03-14 03:00:50.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_eh.h' (68,044) at 20240405153052877 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_5_offset.h' (68,045) at 20240405153047657 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/parport-lowlevel.rst' (68,046) at 20210307214925470 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/inode.c' (68,047) at 20240405153231647 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/bus_numa.c' (68,048) at 20240405153230143 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/table.h' (68,049) at 20210307214929926 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmadds.c' (68,050) at 20210307214926434 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/at91.h' (68,051) at 20210308005003632 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/Kconfig' (68,052) at 20210308005003048 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-chip-fifo.c' (68,053) at 20240405153049737 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Revision/meson.build' (68,054) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/dynptr_fail.c' (68,055) at 20240830080013363 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/mailbox.c' (68,056) at 20241104090011567 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/hypervisor.c' (68,057) at 20210307214926690 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/interval_tree_test.c' (68,058) at 20210307214931802 2025-03-14 03:00:50.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/syscall.c' (68,059) at 20240405153230039 2025-03-14 03:00:50.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/mrp.c' (68,060) at 20240405153053161 2025-03-14 03:00:50.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212.c' (68,061) at 20230426080043928 2025-03-14 03:00:50.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c' (68,062) at 20240405153048661 2025-03-14 03:00:50.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/bmap.c' (68,063) at 20240613080016487 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/uncore-interconnect.json' (68,064) at 20240405153054141 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-r7s9210.c' (68,065) at 20240405153045689 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (68,066) at 20241206090014218 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/pmu.json' (68,067) at 20240405153054109 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset.bb' (68,068) at 20241206090014230 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mp.c' (68,069) at 20220525020654171 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/btree.c' (68,070) at 20240405153053081 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/adm1272.c' (68,071) at 20240906080037296 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/sclp_early_core.c' (68,072) at 20220525020652094 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/code-patching-asm.h' (68,073) at 20210307214926374 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/vmtoolsd.init' (68,074) at 20210407000018078 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77650.h' (68,075) at 20210307214931430 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/MAINTAINERS' (68,076) at 20210308005003012 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/uaccess_old.S' (68,077) at 20220525020651990 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master-i2cr.h' (68,078) at 20240405153047065 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6323.dtsi' (68,079) at 20240405153045461 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_split.c' (68,080) at 20240405153054249 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_ph.c' (68,081) at 20210308005046509 2025-03-14 03:00:50.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi' (68,082) at 20220525020651914 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/make-config-poison.sh' (68,083) at 20230925080039989 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/controlcenterdc.h' (68,084) at 20210308005003592 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_property_descriptor.h' (68,085) at 20210308005003708 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/wcn36xx.h' (68,086) at 20240405153050477 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0008-include-libgen.h-for-basename.patch' (68,087) at 20241221090017496 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ProcessorMetrics_v1.xml' (68,088) at 20240619080002932 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_regs.h' (68,089) at 20240405153049953 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-ops.c' (68,090) at 20240411080014158 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/bblayers.conf.sample' (68,091) at 20220910030013349 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/pcie.h' (68,092) at 20210308005002916 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/dwarf-regs.c' (68,093) at 20240405153054089 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi' (68,094) at 20210308005002616 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_aic.h' (68,095) at 20210307214929762 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/cc770/cc770.c' (68,096) at 20240405153049729 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-soundcard-driver.h' (68,097) at 20240405153053961 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ide.h' (68,098) at 20210308005003652 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx7_common.h' (68,099) at 20210308005003608 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-uclass.c' (68,100) at 20210308005003472 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/kudo-ras.sh' (68,101) at 20220422030010210 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/ingenic-ipu.c' (68,102) at 20240405153230579 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/sc9860-clk.c' (68,103) at 20240405153230243 2025-03-14 03:00:50.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/netdata-volatiles.conf' (68,104) at 20241221090017564 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/COPYING.MIT' (68,105) at 20210307205553726 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/Makefile' (68,106) at 20210308005003008 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_fw.c' (68,107) at 20210309003652900 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/0001-Disable-doxygen.patch' (68,108) at 20230520080014480 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/base917c.c' (68,109) at 20240405153048613 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-event.h' (68,110) at 20240405153232235 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_DSCP.h' (68,111) at 20210307214931646 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-bus-controller.yaml' (68,112) at 20240405153045101 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml' (68,113) at 20240405153045177 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77970_eagle_defconfig' (68,114) at 20210308005003276 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (68,115) at 20231012080014468 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/clk.h' (68,116) at 20240405153048621 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ds2782_battery.h' (68,117) at 20210307214931378 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/README.md' (68,118) at 20241205090034092 to deleted uid set 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/allwinner,sun4i-a10-nand.yaml' (68,119) at 20240405153045113 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/is_printable_array.c' (68,120) at 20240405153054169 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.c' (68,121) at 20240405153230403 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_ethtool.c' (68,122) at 20240405153050329 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/nvram_64.c' (68,123) at 20240405153046145 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/swrule' (68,124) at 20241221090017620 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/numa.c' (68,125) at 20240405153046037 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/.gitignore' (68,126) at 20210307214932658 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-irq.h' (68,127) at 20210307214928698 2025-03-14 03:00:50.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak5558.c' (68,128) at 20240405153053565 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c' (68,129) at 20240405153230371 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9090.h' (68,130) at 20210307214932370 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_osd.h' (68,131) at 20210308005003692 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch' (68,132) at 20210307205554574 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c' (68,133) at 20240405153231003 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/emif.c' (68,134) at 20210308005002760 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/paravirt_types.h' (68,135) at 20240405153230111 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-include-sys-select-on-non-glibc-platforms.patch' (68,136) at 20220721030015845 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-overlay.rst' (68,137) at 20210309003648508 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-vp3054-i2c.c' (68,138) at 20210307214928694 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/gpio_mouse.c' (68,139) at 20240405153049153 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/qemu_fw_cfg.h' (68,140) at 20210307214931658 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/boot0.h' (68,141) at 20210308005002768 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/headsmp-a9.S' (68,142) at 20240405153045653 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/tc-dwc-g210.h' (68,143) at 20240405153052029 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm019-dc5.dts' (68,144) at 20240405153229975 2025-03-14 03:00:50.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-func-ioctl.rst' (68,145) at 20210309003648484 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/g4x_dp.c' (68,146) at 20240405153230543 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ingenic-tcu.c' (68,147) at 20240405153049197 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/iwmmxt.h' (68,148) at 20210406100034791 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts' (68,149) at 20210308005003752 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/files/u-boot-emmc.cfg' (68,150) at 20230704080013871 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-tx6qp-8037.dts' (68,151) at 20240405153045521 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console_%.bbappend' (68,152) at 20241206090014286 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_port_io.c' (68,153) at 20210307214926946 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/ply/yacc.py' (68,154) at 20221104030017441 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep0020-common.dtsi' (68,155) at 20240405153045601 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/other.json' (68,156) at 20240405153054157 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.sh' (68,157) at 20240405153232271 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kernel-hacking/index.rst' (68,158) at 20240405153045225 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/sram.h' (68,159) at 20210307214926554 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-mcbsp-st.c' (68,160) at 20240405153054017 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/gemini/sl3516-ce-cipher.c' (68,161) at 20240405153230263 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420-n810-wimax.dts' (68,162) at 20240405153045601 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Certificate.v1_9_0.json' (68,163) at 20240918080002716 2025-03-14 03:00:50.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/atomic64_32.c' (68,164) at 20210307214926726 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_wq.c' (68,165) at 20240405153049897 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch' (68,166) at 20210307205554494 to deleted uid set 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-ind_call' (68,167) at 20210307214932570 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h' (68,168) at 20240405153230607 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/apm.h' (68,169) at 20210308005046017 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc8280xp.h' (68,170) at 20240405153049169 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi' (68,171) at 20240405153045821 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_isight.c' (68,172) at 20240405153049577 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pca9554.c' (68,173) at 20241211090212274 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/245' (68,174) at 20240906080037564 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/bitmaps.rst' (68,175) at 20240906080037176 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ipu_pixfmt.h' (68,176) at 20210308005003652 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/Makefile' (68,177) at 20210307214932258 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SimpleStorageCollection.json' (68,178) at 20240619080002956 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/vfs_cache.c' (68,179) at 20241011080017371 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/arcregs.h' (68,180) at 20210308005002544 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm-regbits-24xx.h' (68,181) at 20210307214925914 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kvikkjokk_Tavvevare' (68,182) at 20210307205553786 2025-03-14 03:00:50.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821c.c' (68,183) at 20240405153231255 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-luks-priv.h' (68,184) at 20230426080043656 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/AddingTestCases.txt' (68,185) at 20240405153054373 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/netup-init.c' (68,186) at 20210307214928690 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/bus.h' (68,187) at 20240405153050693 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/affs.rst' (68,188) at 20210307214925482 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usx2yhwdeppcm.c' (68,189) at 20240405153054029 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/msgbuf.h' (68,190) at 20210307214926322 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/power.c' (68,191) at 20210307214932446 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/soft_spi_legacy.c' (68,192) at 20210308005003492 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/apple-gmux.h' (68,193) at 20240405153052657 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed.c' (68,194) at 20240830080013283 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-page_range_tree.c' (68,195) at 20240906080037224 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/hid.h' (68,196) at 20210308005046013 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/smt.c' (68,197) at 20210309003650608 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-mmc.h' (68,198) at 20210308005002660 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/fimc.rst' (68,199) at 20240405153044957 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/kexec.h' (68,200) at 20210307214926322 2025-03-14 03:00:50.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/makeself/makeself_2.5.0.bb' (68,201) at 20230401080011935 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c' (68,202) at 20240613080016395 to deleted uid set 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_0_1_offset.h' (68,203) at 20210307214927666 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rtq2208.yaml' (68,204) at 20240405153229791 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/aes.c' (68,205) at 20220525020652398 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nvdimm/nvdimm.rst' (68,206) at 20240405153045193 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/nfp6000.h' (68,207) at 20210307214929570 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fsl,imx8mq-dwc3.yaml' (68,208) at 20240405153045181 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png' (68,209) at 20210307205554250 to deleted uid set 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.err' (68,210) at 20210927100127469 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/CVE-2022-40468.patch' (68,211) at 20230317080013789 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/cannelloni/cannelloni/0001-include-bits-stdc-.h-only-when-using-libstdc.patch' (68,212) at 20231126090012785 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/xilinx-ll-temac.h' (68,213) at 20210307214931482 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/map.c' (68,214) at 20220525020652266 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/.gitignore' (68,215) at 20240405153045913 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp_20240930.bb' (68,216) at 20241221090017676 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml' (68,217) at 20240405153045065 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-m48t35.c' (68,218) at 20210307214930218 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/lpc1850-ccu.txt' (68,219) at 20240405153229755 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/connector.h' (68,220) at 20240405153052909 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml' (68,221) at 20240405153045125 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi' (68,222) at 20240405153229915 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/devres.c' (68,223) at 20210307214927158 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-fw.sh' (68,224) at 20221110040020034 2025-03-14 03:00:50.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/usercopy.c' (68,225) at 20240405153053109 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/gpio.h' (68,226) at 20210308005002876 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/fsp_configs.c' (68,227) at 20210308005002860 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/clk.c' (68,228) at 20240520080015135 to deleted uid set 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-fpr.xml' (68,229) at 20210308005045817 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/test_privileged_change_self_label.sh' (68,230) at 20210307205554122 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/hci.h' (68,231) at 20240405153050649 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8183-pm-domains.h' (68,232) at 20240405153231347 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-unknown.err' (68,233) at 20210308005046401 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/Makefile' (68,234) at 20210308005003044 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.hpp' (68,235) at 20241112090003098 to deleted uid set 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/sync-once.sh' (68,236) at 20220402030022203 to deleted uid set 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c' (68,237) at 20210308005046513 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/syscalls.h' (68,238) at 20210307214926678 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/kuroboxHD.dts' (68,239) at 20210307214926354 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/acenv.h' (68,240) at 20210307214926058 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/bcm7038_wdt.h' (68,241) at 20240405153052765 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/Makefile' (68,242) at 20210308005002980 2025-03-14 03:00:50.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/LICENSE_1_0.txt' (68,243) at 20210308005114857 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-ar2315.c' (68,244) at 20240405153046049 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_presence_action.hpp' (68,245) at 20210914000041091 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/xml-preprocess-test.py' (68,246) at 20230925080039993 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service' (68,247) at 20210307205554034 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/206.out' (68,248) at 20240906080037564 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/openrd_ultimate_defconfig' (68,249) at 20210308005003272 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-acpi-pad.c' (68,250) at 20240405153052249 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm80xx_hwi.h' (68,251) at 20240405153231435 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/asm_goto_workaround.h' (68,252) at 20240405153232099 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ratelimit_types.h' (68,253) at 20240405153052785 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/p2wi.c' (68,254) at 20210308005002784 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/dump-gerrit.py' (68,255) at 20221209040019095 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_arm.c' (68,256) at 20240405153232239 2025-03-14 03:00:50.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/mac.c' (68,257) at 20240405153051953 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/chsc.c' (68,258) at 20240405153051517 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-yaml-providers.bb' (68,259) at 20220921030015990 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi6220-hikey.dts' (68,260) at 20210308005002580 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx_local.h' (68,261) at 20210307214930538 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_dmi.h' (68,262) at 20210307214926942 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/stats.h' (68,263) at 20240719080013373 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am642.dtsi' (68,264) at 20240405153045829 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-hostfw-image.bb' (68,265) at 20220921030015986 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_vining_fpga.h' (68,266) at 20210308005003616 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/mars.c' (68,267) at 20210307214928830 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_mode_object.c' (68,268) at 20240405153230539 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cp15.h' (68,269) at 20210307214925846 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/doc/TINY_RCU.txt' (68,270) at 20210307214932718 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/__init__.py' (68,271) at 20221215040039254 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/secure_boot_database.hpp' (68,272) at 20221229040004411 to deleted uid set 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/adb.mk' (68,273) at 20210307205553894 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-avoid-gcc-optimize-away-the-loops.patch' (68,274) at 20230317080013789 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gmu.h' (68,275) at 20240405153048577 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/connect4_dropper.c' (68,276) at 20240405153054269 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6u-81xx-mb7.dts' (68,277) at 20240405153045501 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/aw2/aw2-saa7146.h' (68,278) at 20210307214932234 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/power-management.rst' (68,279) at 20210307214925474 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml' (68,280) at 20240405153045141 2025-03-14 03:00:50.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts' (68,281) at 20210308005002636 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7100-audio.c' (68,282) at 20240405153230243 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SessionCollection_v1.xml' (68,283) at 20240619080002936 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/acpi-ext.h' (68,284) at 20210307214926114 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/devcoredump.c' (68,285) at 20240405153230183 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi' (68,286) at 20240805080013915 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/phosphor-logging.wrap' (68,287) at 20220322030035936 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/handshake-test.c' (68,288) at 20240405153232015 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8450-videocc.h' (68,289) at 20240405153052645 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/LICENSE' (68,290) at 20210308005005456 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/cm109.c' (68,291) at 20240405153049141 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_component.h' (68,292) at 20240906080037332 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/init.h' (68,293) at 20210307214930938 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-usbip-vudc' (68,294) at 20210309003648264 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/Kconfig' (68,295) at 20240405153046357 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/xen_igd_pt.c' (68,296) at 20210308005045929 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572ds.dts' (68,297) at 20210307214926346 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/vxcan.c' (68,298) at 20240405153049745 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/arizona-jack.c' (68,299) at 20220525020655023 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun9i-a80-r.c' (68,300) at 20240405153231339 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mrc_common.h' (68,301) at 20210308005002880 2025-03-14 03:00:50.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml' (68,302) at 20240405153229803 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ibmaem.rst' (68,303) at 20210307214925502 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-control.c' (68,304) at 20241111090012169 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/Makefile' (68,305) at 20240405153232275 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/insns.decode' (68,306) at 20210308005046301 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/cm3232.c' (68,307) at 20240405153048997 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max77620.c' (68,308) at 20240405153230303 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client.h' (68,309) at 20240405153054005 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/process_64.c' (68,310) at 20240405153230095 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/args.cpp' (68,311) at 20231208090010396 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb2transport.c' (68,312) at 20240617080017406 to deleted uid set 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/gate.S' (68,313) at 20210307214926126 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm365.c' (68,314) at 20210308005002720 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pmac_pfunc.h' (68,315) at 20210307214926386 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts' (68,316) at 20240405153045465 to deleted uid set 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/keypad-nomadik-ske.h' (68,317) at 20210307214931478 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-get-stc.rst' (68,318) at 20210309003648476 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32.h' (68,319) at 20210308005046229 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/policy.c' (68,320) at 20220913100024305 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/tools/relocs_check.sh' (68,321) at 20240405153046237 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb' (68,322) at 20241221090017560 2025-03-14 03:00:50.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mvebu-core-clock.txt' (68,323) at 20210307214925290 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/TODO' (68,324) at 20210307214930598 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/uapi/asm/errno.h' (68,325) at 20210307214932454 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h' (68,326) at 20240405153231175 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/hvcalls.S' (68,327) at 20210307214926594 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/Kconfig' (68,328) at 20210308005002952 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-input.c' (68,329) at 20240405153049365 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/functionfs.h' (68,330) at 20210307214931682 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/aspeed-g6-pwm-tach.c' (68,331) at 20240410080016741 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi' (68,332) at 20210307214926346 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dmtf_tools_utils.robot' (68,333) at 20240627080021048 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/Kconfig' (68,334) at 20240405153046197 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/version.hpp' (68,335) at 20240917080016859 to deleted uid set 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/properties.hpp' (68,336) at 20210308005114857 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_edid.h' (68,337) at 20240405153052629 2025-03-14 03:00:50.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt' (68,338) at 20210307214925374 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/qemu-build.sh' (68,339) at 20241017080019198 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/controllers/omap_ssi_core.c' (68,340) at 20240405153230659 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.h' (68,341) at 20240405153050201 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm-apache.conf' (68,342) at 20210307205553906 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop_2.4.0.bb' (68,343) at 20241221090017532 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_drv.c' (68,344) at 20240405153230619 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.h' (68,345) at 20240405153047261 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-fpa.h' (68,346) at 20240405153046009 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-phycore-rdk.dts' (68,347) at 20240405153045589 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/cache-uniphier.c' (68,348) at 20210308005002792 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.c' (68,349) at 20210307214927954 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-bsp/arm-systemready/arm-systemready-firmware.bb' (68,350) at 20231126090012773 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd/ubi-user.h' (68,351) at 20210308005003676 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/axg-aoclkc.h' (68,352) at 20210308005003640 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fengersfors' (68,353) at 20210307205553782 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts' (68,354) at 20240405153045817 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/signal.c' (68,355) at 20240405153045977 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_ssh.py' (68,356) at 20221209040018567 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vnc-ledstate-pseudo-encoding.rst' (68,357) at 20230426080043664 2025-03-14 03:00:50.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl-native.bb' (68,358) at 20241206090014318 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/vmstat.h' (68,359) at 20240405153052817 to deleted uid set 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/Kbuild' (68,360) at 20240405153046245 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/mpfs.h' (68,361) at 20210605000027776 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/init.c' (68,362) at 20210308005002732 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch' (68,363) at 20241206090014342 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/microwatt/rng.c' (68,364) at 20240405153046209 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb' (68,365) at 20230520080014504 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/blockjob_int.h' (68,366) at 20240326080039522 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/switch.h' (68,367) at 20240405153053233 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/hwmon.c' (68,368) at 20240405153048857 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/platform.c' (68,369) at 20210307214926186 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-tdm.h' (68,370) at 20210307214932398 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/esb2rom.c' (68,371) at 20220525020653391 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vhci_tx.c' (68,372) at 20210307214930882 2025-03-14 03:00:50.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/am437x/Kconfig' (68,373) at 20240405153049473 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ioctl.c' (68,374) at 20240405153052473 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (68,375) at 20241214090210267 to deleted uid set 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_proto.h' (68,376) at 20240405153048777 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3005-modules-remove-glspectrum-usage.patch' (68,377) at 20230114040015494 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dfs.c' (68,378) at 20241216090017761 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/Makefile' (68,379) at 20240405153231063 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch' (68,380) at 20230401080011931 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_ha_defconfig' (68,381) at 20210308005003272 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c' (68,382) at 20240405153232187 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/Kconfig' (68,383) at 20210308005003044 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/Makefile' (68,384) at 20210307214929246 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nubus.h' (68,385) at 20240405153052753 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/eth.h' (68,386) at 20241211090212366 2025-03-14 03:00:50.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/macvtap.c' (68,387) at 20240405153050345 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/freelist.h' (68,388) at 20220525020654567 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/syn-2-rs/meson.build' (68,389) at 20241211090212462 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/berlin2-adc.c' (68,390) at 20240405153048949 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/pci-ioda-tce.c' (68,391) at 20240405153046217 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/fastrpc.h' (68,392) at 20240830080013331 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accounting/taskstats.rst' (68,393) at 20210307214925214 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbipd.c' (68,394) at 20210307214932742 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/comments.out' (68,395) at 20241211090212542 2025-03-14 03:00:50.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-HawkesBayMtErin' (68,396) at 20210307205553778 2025-03-14 03:00:50.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_10_1_0_offset.h' (68,397) at 20240405153047837 2025-03-14 03:00:50.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trans.h' (68,398) at 20240624080012816 2025-03-14 03:00:50.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc440.h' (68,399) at 20230925080039897 2025-03-14 03:00:50.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-ite.c' (68,400) at 20240405153048817 2025-03-14 03:00:50.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/OWNERS' (68,401) at 20230810080021387 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/sensor_yaml_config.py' (68,402) at 20221206040017633 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/entity_name.hpp' (68,403) at 20230520080006628 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_move.S' (68,404) at 20210307214926170 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_adu.h' (68,405) at 20240906080037336 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/ddr.c' (68,406) at 20210308005002992 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c' (68,407) at 20210308005003468 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chiliboard_defconfig' (68,408) at 20210308005003252 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/cleanup.c' (68,409) at 20240405153046421 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch' (68,410) at 20241221090017552 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pwm.h' (68,411) at 20240613080016503 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/stm32-bsec-optee-ta.h' (68,412) at 20240405153051209 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/Makefile' (68,413) at 20240405153052385 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-GGA-Pratteln' (68,414) at 20210307205553758 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.1' (68,415) at 20210307205554422 2025-03-14 03:00:50.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/file.c' (68,416) at 20240830080013323 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/ariadne.h' (68,417) at 20210307214929290 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-mmc-iodelay.dtsi' (68,418) at 20240405153045601 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/sdram_param.h' (68,419) at 20210308005002672 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/dat.h' (68,420) at 20220525020653083 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/escape/expected_stderr' (68,421) at 20210307214932154 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/serial.h' (68,422) at 20240405153045661 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/richtek,rt9471.yaml' (68,423) at 20240405153045141 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_pbs.h' (68,424) at 20210308005003364 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/emac_mdio.c' (68,425) at 20241115090012953 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/arch.rst' (68,426) at 20210307205554322 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-usb2-dr-1.dtsi' (68,427) at 20210307214926350 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/host-libusb.c' (68,428) at 20240906080037308 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/prom.h' (68,429) at 20240405153046321 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/uml/user_mode_linux_howto_v2.rst' (68,430) at 20240405153229847 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig' (68,431) at 20230720080043535 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ahci_platform.h' (68,432) at 20240405153052657 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-ath79.c' (68,433) at 20210307214926282 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9705.c' (68,434) at 20240405153232171 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/x86_64.config' (68,435) at 20240405153230531 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hikey_defconfig' (68,436) at 20210308005003260 2025-03-14 03:00:50.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.host' (68,437) at 20240405153053433 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/fan/FanMain.cpp' (68,438) at 20241206090003470 to deleted uid set 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/lcnalloc.h' (68,439) at 20210307214931198 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_regs.h' (68,440) at 20240405153049445 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_adi.json' (68,441) at 20241217090031429 to deleted uid set 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rc5t583-irq.c' (68,442) at 20240405153049613 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch' (68,443) at 20210307205554506 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/colibri-vf50-ts.c' (68,444) at 20210307214928502 2025-03-14 03:00:50.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/usb/chipidea.h' (68,445) at 20240405153231843 to deleted uid set 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils.bbappend' (68,446) at 20241206090014202 to deleted uid set 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_cookie.c' (68,447) at 20240405153232255 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xilinx/zynqmp_dma.c' (68,448) at 20240405153230291 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Palmetto.py' (68,449) at 20221209040046691 to deleted uid set 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/xilinx/Makefile' (68,450) at 20240405153231455 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/table.c' (68,451) at 20210307214929938 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_connector.h' (68,452) at 20240405153048625 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77650-regulator.c' (68,453) at 20240405153231363 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/base827c.c' (68,454) at 20210309003649820 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vikmanshyttan' (68,455) at 20210307205553794 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch' (68,456) at 20210316000012673 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amazon/Makefile' (68,457) at 20240405153045397 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sunxi.c' (68,458) at 20240405153231339 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-audit.h' (68,459) at 20240405153049241 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_boot.h' (68,460) at 20210308005002716 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-path_17.0.0.bb' (68,461) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch' (68,462) at 20241221090017660 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/debug.c' (68,463) at 20240405153053113 2025-03-14 03:00:50.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-u-boot.dtsi' (68,464) at 20210308005002628 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das08.c' (68,465) at 20240405153046893 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_stream.h' (68,466) at 20240405153051833 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-j274.dts' (68,467) at 20240405153045717 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' (68,468) at 20210308005046397 to deleted uid set 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum.h' (68,469) at 20240405153231027 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/subpage.c' (68,470) at 20241008080013991 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' (68,471) at 20240627080021052 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/maps.c' (68,472) at 20240405153054169 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl507d.h' (68,473) at 20210309003649824 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-ipq4019.yaml' (68,474) at 20240405153229759 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sun3x_esp.c' (68,475) at 20240405153051745 2025-03-14 03:00:50.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/connection_service.hpp' (68,476) at 20210308005114857 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed_debugfs.c' (68,477) at 20240405153231007 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_dl.c' (68,478) at 20240405153049441 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/vf610_adc.c' (68,479) at 20240405153048965 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/MAINTAINERS' (68,480) at 20210308005003072 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_sessionstat_unittest.cpp' (68,481) at 20210918000044923 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/README.md' (68,482) at 20221207040023627 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_printk/trace-printk.c' (68,483) at 20210307214932130 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan_s8036_baseboard.json' (68,484) at 20230624080005339 to deleted uid set 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/Kconfig' (68,485) at 20210308005002776 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/scripts/generate_schema_collections.py' (68,486) at 20240726080002546 to deleted uid set 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governor.c' (68,487) at 20240405153046921 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso.lds.S' (68,488) at 20240405153046369 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/emergency-restart.h' (68,489) at 20210307214926114 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/omapdss.h' (68,490) at 20210307214931478 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/Makefile' (68,491) at 20210307214930914 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpa11_cpdo.c' (68,492) at 20210307214925974 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/0001-wfs-Cover-xmlNanoHTTPCleanup-with-LIBXML_HTTP_ENABLE.patch' (68,493) at 20241221090017532 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/kaslr.c' (68,494) at 20240405153046269 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/vt82c686.h' (68,495) at 20240326080039538 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-device-pci.c' (68,496) at 20240906080037316 2025-03-14 03:00:50.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/vm_fault.c' (68,497) at 20240405153045913 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/edid.c' (68,498) at 20210308005003224 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-devices' (68,499) at 20240405153044909 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_link.h' (68,500) at 20210307214931398 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Krosno_Sucha_Gora' (68,501) at 20210307205553778 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/mkpiggy.c' (68,502) at 20210309003649004 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/mpv_0.39.0.bb' (68,503) at 20241221090017532 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_rnode.c' (68,504) at 20210309003652396 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/mcf_uart.c' (68,505) at 20241211090212258 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-720p.dts' (68,506) at 20240405153046241 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/sections.h' (68,507) at 20210308005002840 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-moxtet.txt' (68,508) at 20210307214925318 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/tools/gcc-thunk-extern.sh' (68,509) at 20240405153046305 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.h' (68,510) at 20210309003650604 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vbox_vmmdev_types.h' (68,511) at 20210309003654000 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c' (68,512) at 20241211090145461 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsargs.c' (68,513) at 20240405153046617 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/swab.h' (68,514) at 20210307214926394 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu' (68,515) at 20210309003648256 2025-03-14 03:00:50.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/default_file_splice_read.sh' (68,516) at 20210307214932722 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra114-car.h' (68,517) at 20210308005003636 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.13.bb' (68,518) at 20241221090017544 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/40x/makalu_defconfig' (68,519) at 20210307214926366 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/hpps2atkbd.h' (68,520) at 20210307214928474 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/r100' (68,521) at 20210307214928018 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_bridge.h' (68,522) at 20240405153231831 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-wmt.c' (68,523) at 20240405153048917 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg' (68,524) at 20240405153044933 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,keystone-irq.txt' (68,525) at 20210307214925346 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun50i-h6-usb-phy.yaml' (68,526) at 20240405153045125 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt' (68,527) at 20210307214925342 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/hwspinlock.c' (68,528) at 20210308005003740 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-sh3.c' (68,529) at 20210309003648980 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/milbeaut-m10v.dtsi' (68,530) at 20240405153045573 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/Makefile' (68,531) at 20210308005002960 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h' (68,532) at 20240405153230315 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/phosphor-ipmi-sensor-config-native.bbappend' (68,533) at 20210812000025258 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/riscv/rhct.c' (68,534) at 20240405153046645 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/dfs.c' (68,535) at 20240405153050457 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/MANIFEST.in' (68,536) at 20210927100127329 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-lpss-acpi.c' (68,537) at 20240405153049605 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_psr_regs.h' (68,538) at 20240405153230559 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.uniphier' (68,539) at 20210308005003300 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pldmfw.h' (68,540) at 20210309003653888 2025-03-14 03:00:50.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/realtek/rtd1195-mele-x1000.dts' (68,541) at 20240405153045545 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kvm/vcpu.c' (68,542) at 20240405153230071 to deleted uid set 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/transport.c' (68,543) at 20240405153052145 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_SPIFLASH_defconfig' (68,544) at 20210308005003244 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/kvaser_pciefd.c' (68,545) at 20240913080013801 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/catalina/cri_sensors.json' (68,546) at 20240817080006183 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/ppc440_pcix.c' (68,547) at 20241211090212314 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod/0001-setup.py-use-setuptools-instead-of-distutils.patch' (68,548) at 20220402030016011 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_ptp.c' (68,549) at 20240405153050361 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-topckgen.c' (68,550) at 20240405153046797 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_qmath.h' (68,551) at 20210307214929818 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_universal_plane.h' (68,552) at 20240405153048465 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl906f.h' (68,553) at 20210309003649824 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/Kconfig' (68,554) at 20240405153231679 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/cache-smp.c' (68,555) at 20210307214926726 2025-03-14 03:00:50.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/pm.c' (68,556) at 20240415080012967 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/ifcvf/Makefile' (68,557) at 20210307214930882 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/Makefile' (68,558) at 20210307214928034 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/rkvdec.h' (68,559) at 20240405153051865 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/drop_monitor_tests.sh' (68,560) at 20210309003656004 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/spectre.h' (68,561) at 20240405153045625 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/vmk80xx.c' (68,562) at 20240429080012416 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sm8250.h' (68,563) at 20240405153231799 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kexec.h' (68,564) at 20240405153046277 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c' (68,565) at 20240405153047297 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Inari_Janispaa' (68,566) at 20210307205553770 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/st_uvis25_core.c' (68,567) at 20240405153049001 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch' (68,568) at 20230401080011935 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid-of-elan.c' (68,569) at 20240617080017390 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485BFE_defconfig' (68,570) at 20210308005003236 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smsc_lpc47m.h' (68,571) at 20210308005003684 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/qtest/qtest.c' (68,572) at 20240906080037136 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-hdmi.h' (68,573) at 20210309003654920 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/arcpgu.c' (68,574) at 20240405153048773 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_gem.c' (68,575) at 20240613080016403 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/Makefile' (68,576) at 20210309003652052 2025-03-14 03:00:50.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-gpio.txt' (68,577) at 20210308005003304 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/other.json' (68,578) at 20240405153054153 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/trace.h' (68,579) at 20210309003654908 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/read_extra.c' (68,580) at 20210308005003356 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/liteboard_defconfig' (68,581) at 20210308005003264 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2/0001-Makefile.am-Dont-include-buildpath.patch' (68,582) at 20231011080016582 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/atioctl.h' (68,583) at 20240405153051593 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c' (68,584) at 20240726080012854 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/kconfig.rst' (68,585) at 20240906080037172 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7638.patch' (68,586) at 20210307205553942 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog_%.bbappend' (68,587) at 20241206090014222 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/makefile-getvar' (68,588) at 20241206090014354 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/run-ptest' (68,589) at 20210307205554570 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/data_types.hpp' (68,590) at 20220625030026172 2025-03-14 03:00:50.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/platform_data/si5351.h' (68,591) at 20210307214931482 to deleted uid set 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_of_dpa.h' (68,592) at 20210308005045921 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/usb-legacy-support.rst' (68,593) at 20240405153044989 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/overview.rst' (68,594) at 20240405153045205 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/smccc/smccc.c' (68,595) at 20241115090012941 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/tplink_safeloader.c' (68,596) at 20240405153049705 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EnvironmentMetrics_v1.xml' (68,597) at 20240619080002924 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/switch_to_32.h' (68,598) at 20210307214926586 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/OWNERS' (68,599) at 20240402080037038 to deleted uid set 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt' (68,600) at 20210307214925302 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_fb.c' (68,601) at 20240405153048605 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,ipq9574-gcc.h' (68,602) at 20240405153231795 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_rw.cpp' (68,603) at 20220922030007675 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/st,vl6180.yaml' (68,604) at 20220525020651682 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/hostprogs/a.rs' (68,605) at 20240405153053433 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_gsc.c' (68,606) at 20241008080013923 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/copy_mc_64.S' (68,607) at 20240405153230043 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-type-int.out' (68,608) at 20210308005046401 to deleted uid set 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/console/obmc-console_git.bbappend' (68,609) at 20210916000018827 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sprd-adi.c' (68,610) at 20240405153231467 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/.gitignore' (68,611) at 20230616135354425 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bytes_action.cpp' (68,612) at 20230511080035559 2025-03-14 03:00:50.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/Makefile' (68,613) at 20210308005002968 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/c_can_main.c' (68,614) at 20241216090017709 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-aspeed.txt' (68,615) at 20210307214925318 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/obio.h' (68,616) at 20210307214926582 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/sti.S' (68,617) at 20220525020651882 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil3114.h' (68,618) at 20210308005003336 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/msm-serial.txt' (68,619) at 20210308005003308 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-44xx.c' (68,620) at 20240405153046869 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-lager-u-boot.dts' (68,621) at 20210308005002600 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mpic.txt' (68,622) at 20210307214925406 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/timens.h' (68,623) at 20210307214932726 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/clock-bindings.txt' (68,624) at 20240405153045025 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fujitsu/Kconfig' (68,625) at 20240405153051761 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/ranges.c' (68,626) at 20240405153230043 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/nuvoton/test_ipmi_flash.robot' (68,627) at 20240628080017117 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/rcS-default' (68,628) at 20210307205554494 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html' (68,629) at 20210307205554246 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig' (68,630) at 20210308005003240 2025-03-14 03:00:50.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/asoundef.h' (68,631) at 20210307214931594 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/signal_pending.c' (68,632) at 20240405153054261 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/usb.h' (68,633) at 20240405153045661 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/Makefile' (68,634) at 20240405153231951 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/nic.h' (68,635) at 20240405153050293 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt2811.c' (68,636) at 20240405153046893 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7757lcr.h' (68,637) at 20210308005003616 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c' (68,638) at 20240405153048637 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/Build' (68,639) at 20210309003656020 2025-03-14 03:00:50.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/scripts/run-ci.sh' (68,640) at 20220601030005873 to deleted uid set 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_10_1_0_sh_mask.h' (68,641) at 20240405153047845 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/setjmp.h' (68,642) at 20210308005002708 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/adf4371.c' (68,643) at 20240405153048981 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2500.h' (68,644) at 20210308005002640 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-pistachio-usb.c' (68,645) at 20210307214930058 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/mtdram.h' (68,646) at 20210307214931450 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/tpm/xen-tpmfront.rst' (68,647) at 20220525020651758 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/xor.c' (68,648) at 20240405153046301 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/blk-uclass.c' (68,649) at 20210308005003340 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/palmetto-ipmi-sensors.yaml' (68,650) at 20210307205553690 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/htab_update.c' (68,651) at 20240405153054269 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt' (68,652) at 20210307214925338 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/grlib_ahb_apb_pnp.h' (68,653) at 20210927100127237 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-gettid.c' (68,654) at 20210307214932466 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/xattr.c' (68,655) at 20240726080012866 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra71-evm.dts' (68,656) at 20240405153045601 2025-03-14 03:00:50.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_router_hw.h' (68,657) at 20240405153050077 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/configuration_tests.cpp' (68,658) at 20210910000054636 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_qfq.c' (68,659) at 20240405153232075 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov13b10.c' (68,660) at 20240405153230787 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml' (68,661) at 20221207040023627 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-m48t59.c' (68,662) at 20220525020653951 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/exceptions/Linux-syscall-note' (68,663) at 20210308005046065 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/atomisp-ov2722.c' (68,664) at 20240405153051821 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/fail_on_no_media.patch' (68,665) at 20220204040022620 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/Kconfig' (68,666) at 20240405153053485 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-beacon-kit.dts' (68,667) at 20240405153229923 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch' (68,668) at 20230317080013785 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-v3s-licheepi-zero.dts' (68,669) at 20210308005002628 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt' (68,670) at 20240405153045081 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/029.out' (68,671) at 20210308005046437 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-rpi/can.rules' (68,672) at 20210307205554102 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct6775-i2c.c' (68,673) at 20240405153048865 2025-03-14 03:00:50.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch' (68,674) at 20230706080014785 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/volumes.c' (68,675) at 20241216090017753 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch' (68,676) at 20210307205553818 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sja1000.h' (68,677) at 20210308005003684 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31-mele-a1000g-quad.dts' (68,678) at 20240405153045381 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64-tqma64xxl-mbax4xxl-wlan.dtso' (68,679) at 20240405153229971 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sstate-sysroot-cruft.sh' (68,680) at 20220910030013437 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex_0.69.bb' (68,681) at 20241221090017536 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/trace-events' (68,682) at 20230426080043740 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c' (68,683) at 20240405153053961 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_gayle.c' (68,684) at 20240405153230179 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-kontron-sl.dtsi' (68,685) at 20240405153229923 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-hevc.h' (68,686) at 20240405153049529 2025-03-14 03:00:50.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/nomadik-rng.c' (68,687) at 20240405153230199 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/apply.c' (68,688) at 20220525020654319 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/.clang-format' (68,689) at 20240820080028978 to deleted uid set 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/Makefile-ptest.patch' (68,690) at 20241221090017676 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h' (68,691) at 20240405153230331 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_regs.h' (68,692) at 20210307214927782 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-sdb-qspi.dts' (68,693) at 20210308005002588 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/mtd/nftl-user.h' (68,694) at 20210307214931690 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/gamecube.dts' (68,695) at 20210307214926354 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-fpga2sdram.c' (68,696) at 20240405153230299 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/inarp.c' (68,697) at 20210308005047061 2025-03-14 03:00:50.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/Kconfig' (68,698) at 20241104090011563 to deleted uid set 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mmap.c' (68,699) at 20240906080037360 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb' (68,700) at 20241220090019722 to deleted uid set 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-usbphy.h' (68,701) at 20210308005002656 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.yaml' (68,702) at 20240405153045105 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.h' (68,703) at 20240405153047245 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/pid.c' (68,704) at 20240405153054173 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cla0b5.h' (68,705) at 20210309003649824 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_atomic_tracepoints.c' (68,706) at 20210307214927890 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/samsung-i2s.h' (68,707) at 20210307214931350 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_local_storage.h' (68,708) at 20240405153052665 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dfu.c' (68,709) at 20210308005003208 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65090.h' (68,710) at 20210307214931438 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-dmar-generic.h' (68,711) at 20241114091008832 to deleted uid set 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mac_psc.h' (68,712) at 20210307214926162 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front_alsa.h' (68,713) at 20210307214932450 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.blackfin' (68,714) at 20210308005003292 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm4x-cfg.h' (68,715) at 20220525020653067 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/Kconfig' (68,716) at 20240405153049349 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vlan_mode.h' (68,717) at 20240405153050017 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-ccimx6ulsbcpro.dts' (68,718) at 20240405153229887 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-u-boot.dtsi' (68,719) at 20210308005002568 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_toasts.scss' (68,720) at 20220105012522983 2025-03-14 03:00:50.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/buffer_head_io.c' (68,721) at 20241011080017367 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fcp.c' (68,722) at 20220525020654975 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/ext/hdac_ext_bus.c' (68,723) at 20240405153053505 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8810.c' (68,724) at 20240405153053661 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/mgmt_config.h' (68,725) at 20210309003654288 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c' (68,726) at 20210307214927958 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mps,mp886x.yaml' (68,727) at 20240405153045145 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/test_fortify.sh' (68,728) at 20240405153053461 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-dcb.c' (68,729) at 20240405153049797 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch' (68,730) at 20231011080016578 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/devlink.h' (68,731) at 20240405153052893 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_i2c_infineon.c' (68,732) at 20240405153046761 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fscale.c' (68,733) at 20210308005046497 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/ts5500/ts5500.c' (68,734) at 20210307214926746 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in' (68,735) at 20240917080011787 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb' (68,736) at 20210812000025370 2025-03-14 03:00:50.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/platform/platform.c' (68,737) at 20210307214926310 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4state.c' (68,738) at 20241211090145525 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_fsmap.h' (68,739) at 20210307214931282 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cmpxchg.h' (68,740) at 20240405153046001 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/index.rst' (68,741) at 20240405153044933 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acexcep.h' (68,742) at 20240405153052613 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/tegra186-reset.h' (68,743) at 20210308005003640 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/npm.bbclass' (68,744) at 20241221090017608 2025-03-14 03:00:50.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_type.h' (68,745) at 20240405153231071 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pca9570.c' (68,746) at 20240405153230303 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/edid.h' (68,747) at 20210307214930910 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/core_manager.cpp' (68,748) at 20230911080019358 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/run-ptest' (68,749) at 20210307205553906 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stockholm_Nacka' (68,750) at 20210307205553790 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-d2net.dts' (68,751) at 20210308005002592 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-implicit.json' (68,752) at 20230925080040089 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-11.conf' (68,753) at 20210730100031453 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/dispatch.h' (68,754) at 20230925080039933 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/bpf/core.c' (68,755) at 20241018080014570 to deleted uid set 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_address.h' (68,756) at 20240405153052757 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config.bb' (68,757) at 20241206090014274 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/mailbox.c' (68,758) at 20210307214930134 2025-03-14 03:00:50.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/airtime.c' (68,759) at 20240405153053289 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/nodelist.h' (68,760) at 20220525020654427 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/errata.rst' (68,761) at 20240405153045329 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/tools/mkorigenspl.c' (68,762) at 20210308005003044 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv-fe.c' (68,763) at 20210307214928650 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-fence-unwrap.c' (68,764) at 20241216090017693 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm_northstar2.h' (68,765) at 20210308005003588 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.h' (68,766) at 20210307214927286 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/smp-j2.c' (68,767) at 20210307214926562 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_reset_types.h' (68,768) at 20240405153048497 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-cmos.txt' (68,769) at 20240405153229795 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/baseband.c' (68,770) at 20240405153231491 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc.c' (68,771) at 20210308005002796 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/version.cpp' (68,772) at 20241204090033135 to deleted uid set 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_soc.c' (68,773) at 20240405153230059 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mcu/MCUTempSensor.cpp' (68,774) at 20241112090003102 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/file-upload.js' (68,775) at 20210308005107069 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sis/sis900.c' (68,776) at 20240405153050297 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-descriptor.c' (68,777) at 20220525020653907 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3-rev-a.dts' (68,778) at 20240405153045725 2025-03-14 03:00:50.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/memconf.c' (68,779) at 20210308005002796 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/zm7300.c' (68,780) at 20210308005002964 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.h' (68,781) at 20210307214930558 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl/run-ptest' (68,782) at 20230401080011979 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/mx23_olinuxino.c' (68,783) at 20210308005003028 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elfnote-lto.h' (68,784) at 20220525020654563 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/enable-dhcpcd.conf' (68,785) at 20220402030015903 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/test_views.py' (68,786) at 20240106090017249 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/da9030_battery.c' (68,787) at 20210309003652160 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/nxt6000.c' (68,788) at 20240405153049293 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/atmel-dma.txt' (68,789) at 20210307214925310 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/0001-daemon-mxml-Define-_GNU_SOURCE.patch' (68,790) at 20241221090017472 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/counter/.gitignore' (68,791) at 20240405153054045 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/qmi_interface.c' (68,792) at 20240405153051765 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/error_type.hpp' (68,793) at 20230523080037934 to deleted uid set 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s.h' (68,794) at 20220525020652058 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_tpg.h' (68,795) at 20210307214930534 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_nand_mii_defconfig' (68,796) at 20210308005003236 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bio-integrity.c' (68,797) at 20240805080013935 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_ast1030.py' (68,798) at 20241211090212538 2025-03-14 03:00:50.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/clk-stm32-core.c' (68,799) at 20240405153046853 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/Kconfig' (68,800) at 20210308005002852 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ampere-gpio-poweron@.service' (68,801) at 20230410080012311 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spu_priv1_mmio.h' (68,802) at 20210307214926462 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/affinity.h' (68,803) at 20220525020653127 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch' (68,804) at 20210307205553822 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-keembay.c' (68,805) at 20240405153231287 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libbfd.c' (68,806) at 20210307214932466 2025-03-14 03:00:50.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-s390x.rst' (68,807) at 20240326080039406 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/input/keyboard/atkbd.c' (68,808) at 20240405153230723 to deleted uid set 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-odroidx.dts' (68,809) at 20240405153045569 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6368.dtsi' (68,810) at 20210308005002812 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-platform' (68,811) at 20240405153044917 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/smipcie/smipcie.h' (68,812) at 20210307214928710 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-wrappers.S' (68,813) at 20240405153046217 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/util.c' (68,814) at 20230426080043960 2025-03-14 03:00:50.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/Documentation/ABI/sysfs-class-most.txt' (68,815) at 20210307214930598 2025-03-14 03:00:50.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/nand/onenand/onenand_base.c' (68,816) at 20240405153049685 to deleted uid set 2025-03-14 03:00:50.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/core.c' (68,817) at 20240405153051181 2025-03-14 03:00:50.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_fp.c' (68,818) at 20240405153051657 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_ctrl_special_regs.h' (68,819) at 20240405153046589 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-mv78260.dtsi' (68,820) at 20240405153045453 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-rotator.h' (68,821) at 20210307214927774 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/blktrans.h' (68,822) at 20240405153052741 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/adxl34x-i2c.c' (68,823) at 20240405153049141 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/scsi/esp.h' (68,824) at 20240906080037340 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Khronos' (68,825) at 20210307205553866 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/overflow_kunit.c' (68,826) at 20240405153053097 2025-03-14 03:00:50.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/0001-make.rc-set-VAL_MTA.patch' (68,827) at 20230131040012031 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi' (68,828) at 20240405153045581 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/leds.c' (68,829) at 20240405153050485 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/power.c' (68,830) at 20240405153046225 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl827c.h' (68,831) at 20210309003649824 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rohm-bd718x7.c' (68,832) at 20240405153230839 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Havdhem' (68,833) at 20210307205553782 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-int.err' (68,834) at 20210308005046401 2025-03-14 03:00:50.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/csi_rx_public.h' (68,835) at 20210309003653016 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c' (68,836) at 20241216090017717 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/aio_task.h' (68,837) at 20241211090212354 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts' (68,838) at 20240405153045989 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/layer.conf' (68,839) at 20241221090017604 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_logo.h' (68,840) at 20210308005003692 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/decodetree.rst' (68,841) at 20230925080039841 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/COPYING.GPL' (68,842) at 20210307205554230 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore_nhmex.c' (68,843) at 20210307214926654 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/conf/machine/include/hpe.inc' (68,844) at 20221014100013247 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sb.c' (68,845) at 20210308005003216 2025-03-14 03:00:50.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/handler.hpp' (68,846) at 20230629131804615 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-tx6qp-8037-mb7.dts' (68,847) at 20240405153045521 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/crc32-ce-core.S' (68,848) at 20210309003648676 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/acorn.c' (68,849) at 20240405153046525 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz' (68,850) at 20210307205554594 to deleted uid set 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas5720.txt' (68,851) at 20240405153045173 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt/CVE-2019-17362.patch' (68,852) at 20230813080012844 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-set-python-path-for-completion_helper.patch' (68,853) at 20240309090012820 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/arm-systemready-firmware.yml' (68,854) at 20241206090014206 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig' (68,855) at 20210308005003288 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/meson.build' (68,856) at 20230804080023531 to deleted uid set 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0001-Fix-pkgconfig-dir-for-multilib.patch' (68,857) at 20240113090014532 2025-03-14 03:00:50.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-wakeup' (68,858) at 20210307214925198 2025-03-14 03:00:50.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/psci-mx7.c' (68,859) at 20210308005002728 2025-03-14 03:00:50.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/inode.c' (68,860) at 20240830080013319 2025-03-14 03:00:50.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso.c' (68,861) at 20240405153046081 2025-03-14 03:00:50.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_ioctl.c' (68,862) at 20240405153048701 2025-03-14 03:00:50.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/atl1.c' (68,863) at 20240405153049821 2025-03-14 03:00:50.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtfpga.c' (68,864) at 20241211090212354 2025-03-14 03:00:50.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/msm_disp_snapshot.c' (68,865) at 20240405153048597 2025-03-14 03:00:50.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/lpc32xx_slc.h' (68,866) at 20210307214931450 2025-03-14 03:00:50.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_drv.c' (68,867) at 20240805080013955 2025-03-14 03:00:50.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/Makefile' (68,868) at 20210307214932214 2025-03-14 03:00:50.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c' (68,869) at 20240405153231315 2025-03-14 03:00:50.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (68,870) at 20240206090017943 2025-03-14 03:00:50.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rkisp1-config.h' (68,871) at 20240405153052933 2025-03-14 03:00:50.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c' (68,872) at 20240405153231199 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0-2w.conf' (68,873) at 20230609080014395 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mips_cmgcr.h' (68,874) at 20230426080043764 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Event.interface.yaml' (68,875) at 20240118090019842 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/es2.c' (68,876) at 20240405153048809 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_inode_item_recover.c' (68,877) at 20240405153231783 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx7d-clock.h' (68,878) at 20210307214931326 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx-static/theme_overrides.css' (68,879) at 20240405153045261 2025-03-14 03:00:50.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_ets.sh' (68,880) at 20240405153054297 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/sysfs.c' (68,881) at 20240405153051385 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SimpleStorage_v1.xml' (68,882) at 20240619080002936 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/xorg-util-common.inc' (68,883) at 20220402030016223 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/run-ptest' (68,884) at 20231011080016610 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk.bb' (68,885) at 20241221090017536 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device_ops.c' (68,886) at 20240405153231379 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb' (68,887) at 20241221090017576 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml' (68,888) at 20220315030032671 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/amd/pds_vfio_pci.rst' (68,889) at 20240405153229823 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/linters.py' (68,890) at 20240326080039734 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/peer_event.c' (68,891) at 20240405153053361 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_display.c' (68,892) at 20240405153048425 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cobalt/cobalt.h' (68,893) at 20210307214926218 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/Kconfig' (68,894) at 20240405153046681 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/hwdata/hwdata_0.390.bb' (68,895) at 20241221090017696 to deleted uid set 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/tlbbatch.h' (68,896) at 20210307214926678 2025-03-14 03:00:50.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/cq_enet_desc.h' (68,897) at 20240405153051733 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0005-postgresql-fix-ptest-failure-of-sysviews.patch' (68,898) at 20240309090012804 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/isar.h' (68,899) at 20210307214928542 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/canokey.rst' (68,900) at 20240906080037180 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/smsc.c' (68,901) at 20240405153231083 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf6.c' (68,902) at 20240405153054273 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/minnowmax_defconfig' (68,903) at 20210308005003268 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/models.rst' (68,904) at 20240405153045261 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/signal.h' (68,905) at 20240405153046505 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/regenerate-meson' (68,906) at 20210610000035090 to deleted uid set 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/aspeed-gpio.h' (68,907) at 20210307214931338 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig' (68,908) at 20210308005003288 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/start.S' (68,909) at 20210308005002808 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ti,tps62360.yaml' (68,910) at 20240405153045149 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/memory.json' (68,911) at 20240405153054157 2025-03-14 03:00:50.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/cros_ec_accel_legacy.c' (68,912) at 20240405153048933 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/Kconfig' (68,913) at 20240405153053345 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/config_file_parser_tests.cpp' (68,914) at 20240112090034344 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lm3532.txt' (68,915) at 20210309003648364 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/cz-All' (68,916) at 20210307205553766 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pdc.h' (68,917) at 20210308005002716 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/conf-notes.txt' (68,918) at 20240110090012776 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_canona1100.py' (68,919) at 20241211090212538 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-console.c' (68,920) at 20241211090212554 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/twister.c' (68,921) at 20210308005003072 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/Makefile' (68,922) at 20210308005002812 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/irq.h' (68,923) at 20210307214926582 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_syscfg_bitdef.h' (68,924) at 20240405153051901 2025-03-14 03:00:50.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff' (68,925) at 20220105012522987 to deleted uid set 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/anysee.c' (68,926) at 20240405153049545 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nvidia,tegra20-car.yaml' (68,927) at 20240405153045025 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/mpc8641hpcn.c' (68,928) at 20210308005002980 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_snps_phy.h' (68,929) at 20240405153048461 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-leds-gt683r' (68,930) at 20210309003648256 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch' (68,931) at 20230706080014769 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx-static/theme_overrides.css' (68,932) at 20210308005002536 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020mbg-pc.dtsi' (68,933) at 20210307214926346 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/queueing.c' (68,934) at 20240405153050393 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/mac.c' (68,935) at 20240613080016451 2025-03-14 03:00:50.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gt215.c' (68,936) at 20220525020652959 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_gre.c' (68,937) at 20241011080017391 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/saa7706h.c' (68,938) at 20240405153049505 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/lib1funcs.S' (68,939) at 20240405153045369 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bcm7xxx' (68,940) at 20210308005003292 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/cyberjack.c' (68,941) at 20220525020654287 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/mount-excludefs.patch' (68,942) at 20241221090017564 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/baltos.h' (68,943) at 20210308005003588 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-sirf.txt' (68,944) at 20210307214925398 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/edac.h' (68,945) at 20210307214926662 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qobject-output-visitor.c' (68,946) at 20220429100100738 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/ncsi/ncsid_git.bb' (68,947) at 20240913080015313 to deleted uid set 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-msm8960.h' (68,948) at 20210307214931330 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/Makefile' (68,949) at 20210308005003008 2025-03-14 03:00:50.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/phosphor-dbus-interfaces.wrap' (68,950) at 20220819030023853 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btintel.h' (68,951) at 20240405153230195 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtsx_common.h' (68,952) at 20210307214931498 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync.h' (68,953) at 20210307214932722 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_dbg.h' (68,954) at 20240405153051689 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/kwbimage.cfg' (68,955) at 20210308005002952 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_version.h' (68,956) at 20240405153050345 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ep93xx.c' (68,957) at 20240405153047073 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v4.9.c' (68,958) at 20240405153050345 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/Kconfig' (68,959) at 20210308005003172 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py' (68,960) at 20231011080016594 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_rotator.c' (68,961) at 20240405153230539 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/imx_lpi2c.c' (68,962) at 20210308005003384 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/strlist.h' (68,963) at 20210307214932606 2025-03-14 03:00:50.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/026.out.nocache' (68,964) at 20210308005046437 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/utils_test.cpp' (68,965) at 20210308005054073 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json' (68,966) at 20230428080015190 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_double_fast.c' (68,967) at 20240405153053117 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/docs/yaml/interface.md' (68,968) at 20240618080045401 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32mp135.c' (68,969) at 20240405153051369 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qm1d1b0004.c' (68,970) at 20240405153049533 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/it87.rst' (68,971) at 20240405153045217 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/idr.h' (68,972) at 20210307214932630 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/remote_logging_utils.robot' (68,973) at 20240627080021048 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/append.py' (68,974) at 20241206090014350 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_trace.h' (68,975) at 20240405153049945 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/fakelb.c' (68,976) at 20210307214929678 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/intel_soc_pmic_bxtwc.h' (68,977) at 20210307214931426 2025-03-14 03:00:50.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy_be.c' (68,978) at 20240405153231259 2025-03-14 03:00:50.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/vmstate.h' (68,979) at 20240906080037344 2025-03-14 03:00:50.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/ata.c' (68,980) at 20240405153046985 2025-03-14 03:00:50.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_qos.h' (68,981) at 20240405153050177 2025-03-14 03:00:50.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_spiderboard_adc_max_pwr_ti.json' (68,982) at 20241213090004421 2025-03-14 03:00:50.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/setup_mm.c' (68,983) at 20240405153045965 2025-03-14 03:00:50.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/event_channel.h' (68,984) at 20240326080039542 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_drv.c' (68,985) at 20240405153048777 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/pltdrv.c' (68,986) at 20221128040017514 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pasemi-core.c' (68,987) at 20240405153230679 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml' (68,988) at 20240405153045117 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch' (68,989) at 20220402030015923 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-common/cpu/pfc.h' (68,990) at 20210307214926554 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/bug.h' (68,991) at 20240405153230019 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/low_i2c.c' (68,992) at 20240405153046213 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/bblayers.conf.sample' (68,993) at 20240323080013545 2025-03-14 03:00:50.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/extended-controls.rst' (68,994) at 20220525020651782 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bios-tables-test.c' (68,995) at 20241211090212546 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-mdm9615-wp8548.dtsi' (68,996) at 20240405153229891 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_decode_pv_hdls_check.yaml' (68,997) at 20240908080010098 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bmips/dma.c' (68,998) at 20240405153045985 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-mpeg4.c' (68,999) at 20240405153049405 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/xen-kbdfront.c' (69,000) at 20240405153049145 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/lan9303.h' (69,001) at 20220525020653427 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/kgdb.h' (69,002) at 20240405153229999 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cputime.c' (69,003) at 20240815080012915 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/module.c' (69,004) at 20210307214926314 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptscsih.h' (69,005) at 20240405153049597 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7ulp_evk_plugin_defconfig' (69,006) at 20210308005003272 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/rdev-ops.h' (69,007) at 20240405153053241 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/purgatory.lds.S' (69,008) at 20210307214926534 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/page.h' (69,009) at 20240405153046013 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/.gitignore' (69,010) at 20220525020653331 2025-03-14 03:00:50.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/rust/quick-start.rst' (69,011) at 20240405153045301 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm911360_entphn.dts' (69,012) at 20240405153045429 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/Kconfig.powerpc' (69,013) at 20210307214927054 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-08' (69,014) at 20230114040005626 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c' (69,015) at 20240710080014589 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb' (69,016) at 20210307205553902 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/version.h' (69,017) at 20210307214930574 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-gen1.c' (69,018) at 20240405153049429 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pds/pds_core_if.h' (69,019) at 20240405153052761 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfdiv.c' (69,020) at 20210307214926334 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb' (69,021) at 20241221090017504 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/Kconfig' (69,022) at 20240405153052077 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65911-comparator.c' (69,023) at 20220525020653351 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandboxblockdev.h' (69,024) at 20210308005003684 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt' (69,025) at 20240405153045013 2025-03-14 03:00:50.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi' (69,026) at 20210308005002628 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cpu-feature-overrides.h' (69,027) at 20240405153046005 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/Makefile' (69,028) at 20240405153045661 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt' (69,029) at 20210307214925446 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/main.c' (69,030) at 20240405153230711 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/emu8000_reg.h' (69,031) at 20210307214931598 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nilfs2_ondisk.h' (69,032) at 20210307214931650 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/Vera.ttf' (69,033) at 20210307205554234 to deleted uid set 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080a_emu.h' (69,034) at 20210308005003600 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/make_blank_csv.py' (69,035) at 20220525020652358 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/ebpf/Makefile.ebpf' (69,036) at 20240906080037584 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/layer.conf' (69,037) at 20241221090017460 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/base.cpp' (69,038) at 20240926080014009 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/renoir.c' (69,039) at 20240405153053993 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mc13xxx-i2c.c' (69,040) at 20240405153230835 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/adi,adin.yaml' (69,041) at 20240405153045113 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1.json' (69,042) at 20230920080013648 2025-03-14 03:00:50.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7210.c' (69,043) at 20240405153053581 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/trace.c' (69,044) at 20210307214928050 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Aggregate.v1_0_3.json' (69,045) at 20240619080002940 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt4803.c' (69,046) at 20240405153051473 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init2.decode' (69,047) at 20210308005046389 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/irq/index.rst' (69,048) at 20220525020651766 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qlit.h' (69,049) at 20210308005046041 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/trace.h' (69,050) at 20210307214932706 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/time.h' (69,051) at 20240405153046129 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/vmlinux-gdb.py' (69,052) at 20240405153232103 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/satan.S' (69,053) at 20210307214926142 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/torture.sh' (69,054) at 20240815080012931 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/annotate/instructions.c' (69,055) at 20240405153054085 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq5332.c' (69,056) at 20240405153051345 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/copy_page_64.S' (69,057) at 20220525020652186 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json' (69,058) at 20240405153054113 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/smp.h' (69,059) at 20240405153046069 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6368.h' (69,060) at 20210308005003588 2025-03-14 03:00:50.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmc150-accel-core.c' (69,061) at 20240405153048933 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_output_isolated_correctly.log' (69,062) at 20210307214932626 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-localserver_0.8.1.bb' (69,063) at 20240413080012663 to deleted uid set 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_util.c' (69,064) at 20210308005003704 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_conversion.cpp' (69,065) at 20221028100033263 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/Makefile' (69,066) at 20210308005003044 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml' (69,067) at 20240405153045129 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/137.out' (69,068) at 20210308005046449 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-mux.c' (69,069) at 20240405153048925 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg_strings.h' (69,070) at 20240405153230267 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/sni/Makefile' (69,071) at 20210307214926206 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationBlocksTransition/meson.build' (69,072) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/Kconfig' (69,073) at 20210307214929618 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/Kconfig' (69,074) at 20220525020654803 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/mwavedd.h' (69,075) at 20210307214926946 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/message_iterator.ipp' (69,076) at 20210308005114857 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableToolbarExport.vue' (69,077) at 20241004080035963 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/dm365_lowlevel.h' (69,078) at 20210308005002720 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-rockchip.yaml' (69,079) at 20240405153045173 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h' (69,080) at 20210307214930634 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/tx99.c' (69,081) at 20240405153231171 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/event-times.c' (69,082) at 20240405153054165 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/gpio.h' (69,083) at 20210307214926554 2025-03-14 03:00:50.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_mac.h' (69,084) at 20210307214929974 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder.c' (69,085) at 20210308005002952 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess/run-ptest' (69,086) at 20240301090012435 to deleted uid set 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/s1d13xxxfb.c' (69,087) at 20240405153231591 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/psplash/files/psplash-poky-img.h' (69,088) at 20210307205554386 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_blit_shaders.h' (69,089) at 20240405153048709 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/board.c' (69,090) at 20210308005002924 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cordic.h' (69,091) at 20210307214931370 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/el6x.c' (69,092) at 20210308005002956 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/keyword_vpd_parser.hpp' (69,093) at 20240618080023329 to deleted uid set 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c' (69,094) at 20210308005046517 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clk/sifive-fu540-prci.h' (69,095) at 20210308005003632 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-versatile.c' (69,096) at 20210308005003380 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/buildhistory_filelist2.txt' (69,097) at 20210307205554438 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dprtc.h' (69,098) at 20220525020653495 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld20-global.dts' (69,099) at 20210308005002632 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/COPYING.apache-2.0' (69,100) at 20210307205553686 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_kms.c' (69,101) at 20240405153048781 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/wm97xx_battery.c' (69,102) at 20240405153051441 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/suniv-f1c100s.dtsi' (69,103) at 20240405153045397 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/checksum.h' (69,104) at 20240405153045937 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/process.c' (69,105) at 20240405153045925 2025-03-14 03:00:50.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_qmi_msg.h' (69,106) at 20240405153050341 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/Makefile' (69,107) at 20240405153052329 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/versal-mini-emmc0.dts' (69,108) at 20210308005002632 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/Kconfig' (69,109) at 20230720080043539 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/Kconfig' (69,110) at 20240628080014025 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/trace.h' (69,111) at 20240906080037500 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lwt_helpers.h' (69,112) at 20241008080014055 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rps.h' (69,113) at 20240405153230567 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthlip.c' (69,114) at 20210308005046505 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Oxberg' (69,115) at 20210307205553790 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/skip-callchain-idx.c' (69,116) at 20240405153054089 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-novena.dts' (69,117) at 20240405153045505 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/khazad.c' (69,118) at 20240405153046537 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pm3fb.c' (69,119) at 20240405153231587 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/no_gen.patch' (69,120) at 20220721030015849 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/user_verbs.rst' (69,121) at 20220525020651770 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca_1.19.bb' (69,122) at 20230520080014480 2025-03-14 03:00:50.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/array_test.patch' (69,123) at 20210307205554570 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/ynl-gen-c.py' (69,124) at 20240411080014158 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/ivb-metrics.json' (69,125) at 20240405153054141 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/base.c' (69,126) at 20210307214927898 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/279' (69,127) at 20210927100127501 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intlist.c' (69,128) at 20220525020655171 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts' (69,129) at 20210308005002596 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_meta.c' (69,130) at 20240624080012832 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/Kconfig' (69,131) at 20240405153049545 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/darwin-ldouble.c' (69,132) at 20210308005003720 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/csi_rx_rmgr.c' (69,133) at 20210309003653024 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cet.c' (69,134) at 20240405153230119 to deleted uid set 2025-03-14 03:00:50.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/proftpd-config-fix.patch' (69,135) at 20230131040012039 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/mpls.json' (69,136) at 20210307214932726 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_ltlk.c' (69,137) at 20240405153046613 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/smbiosmdrv2handler.hpp' (69,138) at 20240829080009330 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/Makefile' (69,139) at 20210308005003052 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/lib/rcuref.c' (69,140) at 20240405153053101 to deleted uid set 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/Makefile' (69,141) at 20210308005002988 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_66_defconfig' (69,142) at 20210308005003236 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/mboxd/mboxd_%.bbappend' (69,143) at 20210812000025162 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/io.h' (69,144) at 20210307214929970 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/meson.build' (69,145) at 20220913030027309 to deleted uid set 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch' (69,146) at 20230706080014753 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/kcore.c' (69,147) at 20241211090145525 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-baseboard.dtsi' (69,148) at 20210308005002596 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts' (69,149) at 20241107090012997 to deleted uid set 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/Kconfig' (69,150) at 20210308005003372 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/cdev.c' (69,151) at 20240405153049713 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_tx.c' (69,152) at 20240405153231043 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_misc.c' (69,153) at 20210308005003172 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/defconfig' (69,154) at 20241221090017636 2025-03-14 03:00:50.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/sprd,sc2731-regulator.txt' (69,155) at 20210307214925410 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig' (69,156) at 20210308005003276 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/endpoint/pci-epf-core.c' (69,157) at 20240405153051241 to deleted uid set 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc32-linux-glibc' (69,158) at 20220402030016247 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch' (69,159) at 20241221090017672 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-common.h' (69,160) at 20241211090212366 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_algs.c' (69,161) at 20210307214927078 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/notify.h' (69,162) at 20240906080037344 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/pmc.c' (69,163) at 20240405153051773 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb' (69,164) at 20220502030010112 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-storage-bot.c' (69,165) at 20230426080043744 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/hisi_defconfig' (69,166) at 20240405153045613 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig' (69,167) at 20210308005003276 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/127.out' (69,168) at 20240326080039730 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml' (69,169) at 20240405153045065 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_data_symbol.sh' (69,170) at 20240405153054173 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mm_api.h' (69,171) at 20240405153052737 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging_%.bbappend' (69,172) at 20241206090014230 2025-03-14 03:00:50.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_padding.c' (69,173) at 20240405153054269 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS3.conf' (69,174) at 20240310080021376 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/0001-linker-scripts-Do-not-export-_IO_stdin_used.patch' (69,175) at 20231126090012777 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ctype.h' (69,176) at 20220525020654559 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb' (69,177) at 20241221090017696 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compat.h' (69,178) at 20210308005003656 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field9.decode' (69,179) at 20230925080040085 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/sev-guest/sev-guest.h' (69,180) at 20240405153052229 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx3/Kconfig' (69,181) at 20210308005002728 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/test_telemetry.py' (69,182) at 20221213040040909 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/081.out' (69,183) at 20240326080039726 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/iio-trig-hrtimer.c' (69,184) at 20220525020653115 2025-03-14 03:00:50.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.h' (69,185) at 20210307214927962 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/events/core.c' (69,186) at 20241011080017379 to deleted uid set 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/btree.c' (69,187) at 20240405153052273 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable-invert.h' (69,188) at 20210307214926670 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/irqflags.h' (69,189) at 20210307214925850 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/qnap-poweroff.txt' (69,190) at 20210307214925402 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp-term.service' (69,191) at 20220330030014766 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick-r0-lte.dts' (69,192) at 20240405153045781 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828.h' (69,193) at 20210307214928806 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_defconfig' (69,194) at 20210308005003240 2025-03-14 03:00:50.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPL/README.omap3' (69,195) at 20210308005003300 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-grcan' (69,196) at 20210307214925198 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/snps,dw-apb-ictl.txt' (69,197) at 20210309003648364 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-fsconfig-hidepid.c' (69,198) at 20210307214932710 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/control.h' (69,199) at 20240405153054381 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/Makefile' (69,200) at 20210307214929986 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/ip_addresses.hpp' (69,201) at 20221209040003858 to deleted uid set 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.h' (69,202) at 20220525020653563 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lesjofors' (69,203) at 20210307205553786 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/timbuart.h' (69,204) at 20210307214930762 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_wcnss.c' (69,205) at 20240405153231367 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf-iostat.sh' (69,206) at 20220525020655143 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tunnel.c' (69,207) at 20241008080013983 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-tx6qp-8137.dts' (69,208) at 20240405153045521 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/pipeline.json' (69,209) at 20240405153054145 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-qman1.dtsi' (69,210) at 20210307214926350 2025-03-14 03:00:50.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsaccess.c' (69,211) at 20210406100034963 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/cpu.h' (69,212) at 20241211090212358 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8308_p1m.dts' (69,213) at 20210307214926358 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (69,214) at 20241212090014007 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/txrx.c' (69,215) at 20240405153050553 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/COPYING.apache-2.0' (69,216) at 20221122040015511 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/Kconfig' (69,217) at 20240405153047005 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/readme.txt' (69,218) at 20210308005003032 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.h' (69,219) at 20210307214929910 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.h' (69,220) at 20210308005003348 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/greatlakes_nic_mellanox.json' (69,221) at 20241213090004409 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/bcm1480/smp.c' (69,222) at 20210307214926294 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot.h' (69,223) at 20210308005002820 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml' (69,224) at 20240405153045109 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_state.c' (69,225) at 20240805080014063 2025-03-14 03:00:50.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/pmu.c' (69,226) at 20240613080016555 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_fusion.c' (69,227) at 20240405153051657 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/image.h' (69,228) at 20230720080043543 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/rpl.c' (69,229) at 20240405153053281 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish_avx_glue.c' (69,230) at 20220525020652138 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_tx_iptunnel_user.c' (69,231) at 20240405153053429 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/irq.c' (69,232) at 20210307214926294 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c' (69,233) at 20210308005046521 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_userptr.c' (69,234) at 20240405153230563 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec1-3.dtsi' (69,235) at 20210307214926350 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_pipapo.h' (69,236) at 20240805080014059 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c' (69,237) at 20240405153047157 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_bridge.h' (69,238) at 20210307214928830 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_python_pylint.py' (69,239) at 20241221090017632 2025-03-14 03:00:50.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tea5767.h' (69,240) at 20210307214928802 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (69,241) at 20220211110019214 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-common-powernv.c' (69,242) at 20240405153046961 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/LICENSE' (69,243) at 20210307205554226 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/smc91x.h' (69,244) at 20210307214931510 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/ppc-xlate.pl' (69,245) at 20240405153046101 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_main.c' (69,246) at 20240613080016439 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/0001-corestripper-Fix-uninitialized-warning.patch' (69,247) at 20240301090012427 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-microdev/Makefile' (69,248) at 20210307214926538 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/firmware.c' (69,249) at 20240830080013259 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/linuxload.c' (69,250) at 20240906080037360 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/damon/faq.rst' (69,251) at 20240405153045229 2025-03-14 03:00:50.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/felix.c' (69,252) at 20240830080013275 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_NFLOG.c' (69,253) at 20241104090011619 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/spear.yaml' (69,254) at 20240405153045017 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/hihope-rev2.dtsi' (69,255) at 20241211090145373 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf' (69,256) at 20231126090012829 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3517-craneboard.dts' (69,257) at 20240405153045593 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/abituguru.c' (69,258) at 20240405153048837 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/trampoline.c' (69,259) at 20240405153231899 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/serial.txt' (69,260) at 20210307214925422 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-lmbench-Point-webpage-lm-to-target-directory.patch' (69,261) at 20230706080014741 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/event.h' (69,262) at 20210307214929966 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/phosphor-u-boot-mgr/phosphor-u-boot-mgr_git.bb' (69,263) at 20240817080012804 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/URT-RLE' (69,264) at 20241221090017616 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d2_ptc_ek.dts' (69,265) at 20210308005002568 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/delta,tn48m-reset.yaml' (69,266) at 20240405153045149 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/085' (69,267) at 20220429100100886 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/jz4740-battery.h' (69,268) at 20210307214931486 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/Kconfig' (69,269) at 20210308005003004 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/ddr_spd.c' (69,270) at 20210308005003224 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/0001-Link-to-libatomic.patch' (69,271) at 20210307205553898 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/exception.hpp' (69,272) at 20241107090038222 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TASKS01.boot' (69,273) at 20240405153054369 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/clk-icst.h' (69,274) at 20210307214927042 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/Kconfig' (69,275) at 20210307214930258 2025-03-14 03:00:50.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/ftrace-direct-multi.c' (69,276) at 20240405153053429 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/nand.c' (69,277) at 20210308005003540 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_le_qb.c' (69,278) at 20210308005046505 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_hw_cb.c' (69,279) at 20210307214930290 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/irq_comm.c' (69,280) at 20240405153046449 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png' (69,281) at 20210307205554462 to deleted uid set 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/Kconfig' (69,282) at 20210308005003088 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-cluster.h' (69,283) at 20210307214928586 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml' (69,284) at 20240405153229787 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.h' (69,285) at 20210308005003456 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/hbm_edt_kern.c' (69,286) at 20240405153053421 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/crash_dump.c' (69,287) at 20240405153046313 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/lib/cmdline.c' (69,288) at 20240405153046001 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/init.c' (69,289) at 20210308005002716 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-vdo0.c' (69,290) at 20240405153046801 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml' (69,291) at 20240405153045133 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/forward_unauthorized.hpp' (69,292) at 20240817080003175 to deleted uid set 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trelleborg_Gylle' (69,293) at 20210307205553794 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/of.c' (69,294) at 20240405153231539 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr_vbios_smu.h' (69,295) at 20210307214927270 2025-03-14 03:00:50.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/parser-helpers.h' (69,296) at 20240906080037476 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-bufio.c' (69,297) at 20241211090145441 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/ia_css_ob2.host.h' (69,298) at 20210307214930558 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/209.out' (69,299) at 20240326080039730 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.c' (69,300) at 20210307214929570 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/zce_helper.c' (69,301) at 20230925080040061 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/sync_bitops.h' (69,302) at 20210307214926066 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/hw_irq.h' (69,303) at 20220525020651974 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/sbsa.json' (69,304) at 20240405153232227 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/pids.rst' (69,305) at 20210307214925218 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-hdmi.c' (69,306) at 20240405153053929 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_dev.c' (69,307) at 20240405153232067 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-traitlets_5.14.3.bb' (69,308) at 20241206090014270 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh' (69,309) at 20210307205554466 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/pci.h' (69,310) at 20240405153045917 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_b.c' (69,311) at 20210308005046525 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/098' (69,312) at 20220429100100890 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_proc.c' (69,313) at 20240405153046705 2025-03-14 03:00:50.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5227x.h' (69,314) at 20210308005002804 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq256xx_charger.c' (69,315) at 20240405153231355 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx6q-clock.yaml' (69,316) at 20240405153045025 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/gre_offload.c' (69,317) at 20240405153053245 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/ui.json' (69,318) at 20241211090212450 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.h' (69,319) at 20240405153049465 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/meson.build' (69,320) at 20230429080025377 to deleted uid set 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_std_timer.c' (69,321) at 20210307214931870 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/config-bmc.json' (69,322) at 20210307205554082 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv11.c' (69,323) at 20240405153048661 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/dbg_stackcheck.S' (69,324) at 20210307214925658 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_skbmod.c' (69,325) at 20240411080014154 2025-03-14 03:00:50.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalPwrSeqCmd.c' (69,326) at 20220525020654179 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/x86.c' (69,327) at 20240913080013777 to deleted uid set 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-events.c' (69,328) at 20240405153232239 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma.c' (69,329) at 20210307214930542 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/interfaces/manager_interface.hpp' (69,330) at 20220727030028313 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/pi433_if.c' (69,331) at 20240405153231475 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7744-iwg20m.dtsi' (69,332) at 20240405153045553 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/trace-events' (69,333) at 20241211090212282 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-microvm.h' (69,334) at 20210308005045873 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/README' (69,335) at 20240405153054217 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/util/perf_regs.c' (69,336) at 20240405153232219 2025-03-14 03:00:50.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/Makefile' (69,337) at 20210307214930718 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/sev.c' (69,338) at 20240411080014062 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/docs/bindings/Makefile' (69,339) at 20210610190030293 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bfq-iosched.h' (69,340) at 20240405153046517 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/cpumap.c' (69,341) at 20210307214926590 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_proc.c' (69,342) at 20240405153231475 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/mxs.h' (69,343) at 20210307214931366 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libraw/libraw_0.21.2.bb' (69,344) at 20241221090017540 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch' (69,345) at 20220204040022528 to deleted uid set 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-compliance/lynis/lynis_3.1.1.bb' (69,346) at 20241221090017576 to deleted uid set 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_custom_sec_handlers.c' (69,347) at 20240405153054277 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kcsan.rst' (69,348) at 20240405153045009 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig' (69,349) at 20210308005003288 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,tlv320aic32x4.yaml' (69,350) at 20240405153045173 2025-03-14 03:00:50.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/st,ssc-spi.yaml' (69,351) at 20240405153045173 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/niu.h' (69,352) at 20210307214929646 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/pci.h' (69,353) at 20210309003648676 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/visor.c' (69,354) at 20210307214930870 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-atmel-tcb.c' (69,355) at 20240405153230247 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/MAINTAINERS' (69,356) at 20210308005003044 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-divide.S' (69,357) at 20240405153229855 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/main.c' (69,358) at 20241018080014478 2025-03-14 03:00:50.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h_shipped' (69,359) at 20210307214930278 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/transporthandler.cpp' (69,360) at 20241120090020936 to deleted uid set 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/development-process.rst' (69,361) at 20210307214925586 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml' (69,362) at 20240405153045177 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cpumask_common.h' (69,363) at 20240405153054269 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-alto35.dts' (69,364) at 20240405153045605 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/seccomp.h' (69,365) at 20220525020652150 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r9-lte.dts' (69,366) at 20240405153045781 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/mock_syscall.cpp' (69,367) at 20240822080023973 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/0001-plugins-Avoid-absolute-buildpaths-in-binaries.patch' (69,368) at 20230609080014391 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6357/core.h' (69,369) at 20240405153052729 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/radix_pgtable.c' (69,370) at 20240405153230047 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_core.h' (69,371) at 20240405153230899 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb' (69,372) at 20230114040015482 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/vgpu.c' (69,373) at 20240405153048521 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106/gdb-config.c.inc' (69,374) at 20221215040039346 2025-03-14 03:00:50.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/semtech,sx9324.yaml' (69,375) at 20240405153229767 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-single.c' (69,376) at 20241008080013967 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/aqc111.h' (69,377) at 20210307214929702 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_quota.c' (69,378) at 20210307214932030 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/Kconfig' (69,379) at 20240405153048969 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/hw-version.h' (69,380) at 20220429100100586 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/Kconfig' (69,381) at 20210308005002972 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch' (69,382) at 20241221090017564 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-start.service' (69,383) at 20230114040015538 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc/host/cpuinfo.h' (69,384) at 20240326080039410 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/cfg80211.c' (69,385) at 20240405153051953 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lochnagar1_regs.h' (69,386) at 20210307214931430 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/image_mock.cpp' (69,387) at 20220210040033214 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.h' (69,388) at 20210307214927302 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/common/transport.cpp' (69,389) at 20240819080030251 to deleted uid set 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dtsi' (69,390) at 20210308005002608 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h' (69,391) at 20210307214926466 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/sorc37d.c' (69,392) at 20210309003649820 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-pxa-28nm-hsic.c' (69,393) at 20240405153051285 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BluebellHill' (69,394) at 20210307205553794 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/percpu.h' (69,395) at 20210307214926118 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/fixmap.h' (69,396) at 20220525020652126 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-book3s-v3.h' (69,397) at 20240906080037512 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/page_64.h' (69,398) at 20240913080013773 2025-03-14 03:00:50.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/icecc.bbclass' (69,399) at 20241221090017612 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/of-dma.c' (69,400) at 20240405153047001 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/mrfld_pwrbtn.c' (69,401) at 20240405153051409 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-peripherals-opp.dtsi' (69,402) at 20240405153045481 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_config.h' (69,403) at 20240906080037348 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-stop.rst' (69,404) at 20210309003648476 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (69,405) at 20240110090012776 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb' (69,406) at 20240113090014540 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib_vlan.c' (69,407) at 20240405153050125 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb' (69,408) at 20241221090017512 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/audio-graph-card.yaml' (69,409) at 20240405153045161 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/memswap.c' (69,410) at 20210307214932598 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/mce_amd.h' (69,411) at 20210307214927154 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/workqueue.rst' (69,412) at 20240405153229835 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ipmi.service' (69,413) at 20210307205553846 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt_dynptr.c' (69,414) at 20240405153054277 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_ep11misc.c' (69,415) at 20240405153231379 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/occ/files/occ_sensor.yaml' (69,416) at 20210307205553690 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tls-handshake.rst' (69,417) at 20240405153045241 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/psr.h' (69,418) at 20210307214926586 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/pseudo_pyc_test1.py' (69,419) at 20210307205554386 2025-03-14 03:00:50.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (69,420) at 20240316080012480 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/pcbc.c' (69,421) at 20220525020652214 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0002-burn.S-Add.patch' (69,422) at 20210307205553870 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/endpoint.c' (69,423) at 20241216090017805 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/source.py' (69,424) at 20240906080037444 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/file_descriptor_tests.cpp' (69,425) at 20230602080035412 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max31827.rst' (69,426) at 20240405153045217 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/cpld.h' (69,427) at 20210308005002992 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/code-reading.c' (69,428) at 20240613080016555 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_i2c_cr50.c' (69,429) at 20240405153046765 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/x86/apple.c' (69,430) at 20240405153046649 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/atcpit100_timer.c' (69,431) at 20210308005003496 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/haleakala.dts' (69,432) at 20210309003648872 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/errno.h' (69,433) at 20210308005003656 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/ap121.c' (69,434) at 20210308005003028 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb_mixer.c' (69,435) at 20220525020654983 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/sg_split.c' (69,436) at 20210307214931814 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/exprtk/exprtk_git.bb' (69,437) at 20241221090017512 2025-03-14 03:00:50.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_config.cpp' (69,438) at 20220505030021322 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/amlogic,meson-gx-spicc.yaml' (69,439) at 20240405153045173 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/json-schema.h' (69,440) at 20241114091008832 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/0001-Fix-the-error-of-can-t-find-header-file.patch' (69,441) at 20210316000012677 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing/websocketrule.hpp' (69,442) at 20240606080002976 to deleted uid set 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cache_v8.c' (69,443) at 20210308005002556 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_pes.c' (69,444) at 20210309003650372 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/ptt/hisi_ptt.c' (69,445) at 20240405153230671 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/genet/bcmgenet.h' (69,446) at 20240520080015155 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq24257_charger.c' (69,447) at 20240405153051429 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch' (69,448) at 20241221090017636 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/Makefile' (69,449) at 20210308005003516 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/README' (69,450) at 20210308005002980 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dts' (69,451) at 20240405153045769 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/Makefile' (69,452) at 20240405153053933 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2080_nand_rcw.cfg' (69,453) at 20210308005002996 2025-03-14 03:00:50.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/trace/zcrypt.h' (69,454) at 20210307214926514 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/platinum.h' (69,455) at 20210308005003612 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/bdisp-filter.h' (69,456) at 20240405153049469 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/hwcap.h' (69,457) at 20240405153046249 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm7260.h' (69,458) at 20210308005003588 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/iommu-omap.h' (69,459) at 20210307214931478 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-mux.h' (69,460) at 20240724080011687 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/madera.h' (69,461) at 20210307214929006 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts' (69,462) at 20241115090012941 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_updatecompleted_unittest.cpp' (69,463) at 20210308005120353 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/run-ptest' (69,464) at 20210407000018086 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/README-settings-manager.md' (69,465) at 20221207040038639 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/da8xx.c' (69,466) at 20240710080014597 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/cmdline.h' (69,467) at 20240405153052953 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/Kbuild' (69,468) at 20210307214927946 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/psci_test.c' (69,469) at 20240405153054313 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/brcm,bcm4377-bluetooth.yaml' (69,470) at 20240405153045113 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-si476x.c' (69,471) at 20240405153049501 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/starfive/starfive,jh7110-syscon.yaml' (69,472) at 20240405153229795 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/ps.h' (69,473) at 20240405153231259 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/spinlock_types.h' (69,474) at 20240405153045917 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_dynamic_config.c' (69,475) at 20240405153049761 2025-03-14 03:00:50.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0011-Fix-Avoid-redefinition-of-variables.patch' (69,476) at 20241206090014214 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_ioctl_set.c' (69,477) at 20240405153051913 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/kurobox_pro-setup.c' (69,478) at 20240405153045673 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vermilion/Makefile' (69,479) at 20210307214930946 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0007-sapi-cli-config.m4-fix-build-directory.patch' (69,480) at 20220204040022468 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-beagle-x15.dts' (69,481) at 20240405153045597 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30.dtsi' (69,482) at 20240405153229879 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-apple.c' (69,483) at 20240405153230651 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch' (69,484) at 20241206090014334 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch' (69,485) at 20210307205553918 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb' (69,486) at 20231126090012789 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mshyperv.h' (69,487) at 20240405153231791 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-colibri-iris-v2.dtsi' (69,488) at 20240405153045529 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kfence/report.c' (69,489) at 20240405153231963 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/print_targets.pl' (69,490) at 20220720030027723 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/xgene-reboot.c' (69,491) at 20240405153231351 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_verifier.c' (69,492) at 20240405153054289 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog@.service' (69,493) at 20210817000018516 2025-03-14 03:00:50.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/bootloader.c' (69,494) at 20230426080043708 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-usbc-cros-ec.c' (69,495) at 20240405153047029 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/cmd.c' (69,496) at 20210309003651776 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb' (69,497) at 20230503080014619 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/utilities/NBDServer.js' (69,498) at 20240305090033462 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/run-ptest' (69,499) at 20230114040015474 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/selinux-check-devices.sh' (69,500) at 20210307205554130 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/CVE-2019-20633.patch' (69,501) at 20220204040022652 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/virmidi.c' (69,502) at 20240405153053497 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dcdbas.h' (69,503) at 20240405153051401 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/README.md' (69,504) at 20230831080022079 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd/mtd-abi.h' (69,505) at 20210308005003676 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c' (69,506) at 20240405153231003 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mtd/index.rst' (69,507) at 20240405153045193 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/Documentation/sysfs-bus-greybus' (69,508) at 20210307214930514 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ath79.h' (69,509) at 20210308005002820 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/barrier.h' (69,510) at 20240405153046101 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/Kconfig' (69,511) at 20240405153053461 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0003-link.mk-generate-version.o-in-link-out-dir.patch' (69,512) at 20241221090017472 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mscc,vsc7514-switch.yaml' (69,513) at 20240405153045117 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c' (69,514) at 20210308005046521 2025-03-14 03:00:50.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru-kevin.dts' (69,515) at 20210308005002608 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/uapi/linux/virtio_config.h' (69,516) at 20210307214932742 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cpu-synchronize-state.c' (69,517) at 20210308005046257 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-mem.c' (69,518) at 20210308005003496 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ucc.txt' (69,519) at 20210307214925422 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/rv-mon-wip.rst' (69,520) at 20240405153045265 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/gospower_g1136-1300wna_psu.json' (69,521) at 20230801080007528 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h' (69,522) at 20220525020652835 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity-loadpin.c' (69,523) at 20240405153049249 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Kilgard' (69,524) at 20210307205553866 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-twl4030.txt' (69,525) at 20210307214925318 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb' (69,526) at 20241221090017692 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/main.cpp' (69,527) at 20241114091025397 to deleted uid set 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/caching/fscache.rst' (69,528) at 20240405153045201 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-clash-member.json' (69,529) at 20210927100127469 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m64_defconfig' (69,530) at 20210308005003252 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/optee/optee.c' (69,531) at 20210308005003708 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/hsmp.c' (69,532) at 20240405153051393 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/spectre.rst' (69,533) at 20240418080014478 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_drv.c' (69,534) at 20240405153230631 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/pci.c' (69,535) at 20241008080013919 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (69,536) at 20220618030015174 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_1_0_d.h' (69,537) at 20210307214927694 2025-03-14 03:00:50.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc.c' (69,538) at 20240405153053157 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/btitest.h' (69,539) at 20220525020655187 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-0.dtsi' (69,540) at 20210307214926018 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c' (69,541) at 20241011080017339 to deleted uid set 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/lasi.c' (69,542) at 20241211090212298 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/aspeed_vic.c' (69,543) at 20241211090212282 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/Makefile' (69,544) at 20210308005003052 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-fortify-source.c' (69,545) at 20210307214932466 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/mscc/ntb_hw_switchtec.c' (69,546) at 20241018080014538 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/reset-ast2500.c' (69,547) at 20210308005003476 2025-03-14 03:00:50.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6350.dtsi' (69,548) at 20241211090145373 to deleted uid set 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c' (69,549) at 20240405153049457 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/synclink.h' (69,550) at 20210307214931522 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/system_map.c' (69,551) at 20210308005003232 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi' (69,552) at 20240405153045401 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch' (69,553) at 20241221090017660 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/099' (69,554) at 20220429100100890 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bloblist.c' (69,555) at 20210308005003220 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/color.py' (69,556) at 20230114040015510 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/memcmp.c' (69,557) at 20210309003656016 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/awinic,aw8738.yaml' (69,558) at 20240405153045161 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_raspi3.py' (69,559) at 20241211090212538 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int1092/Kconfig' (69,560) at 20220525020653907 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1024rdb.dtsi' (69,561) at 20210307214926346 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/nios2/MAINTAINERS' (69,562) at 20210308005002912 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3328-power.h' (69,563) at 20210307214931346 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/Makefile' (69,564) at 20240405153050473 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/machvec.h' (69,565) at 20240405153045349 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (69,566) at 20241214090210267 to deleted uid set 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be/xtensa-modules.c.inc' (69,567) at 20210308005046365 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/SCTP.rst' (69,568) at 20240405153045257 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/skeleton' (69,569) at 20210307205554390 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/map_in_map.h' (69,570) at 20240405153231895 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/loongson_ipi.c' (69,571) at 20240405153046033 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2600/Makefile' (69,572) at 20210421100236114 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/spl.c' (69,573) at 20210308005003028 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-duovero.dtsi' (69,574) at 20240405153045605 2025-03-14 03:00:50.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/journal.hpp' (69,575) at 20220625030026172 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_seq_pdu_list.h' (69,576) at 20240405153051961 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi' (69,577) at 20240405153229895 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/wl12xx_80211.h' (69,578) at 20210307214929966 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/fsl,qoriq-clockgen.h' (69,579) at 20220525020654543 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/kgdb.c' (69,580) at 20210307214926110 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ia_css_bayer_io_param.h' (69,581) at 20210307214930558 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/generic.c' (69,582) at 20210308005002560 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/defrag.h' (69,583) at 20240405153052277 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-empress.c' (69,584) at 20240405153049377 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.github/ISSUE_TEMPLATE/config.yml' (69,585) at 20240315080003589 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/hp_sdc.c' (69,586) at 20210307214928498 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/exceptions.c' (69,587) at 20240405153045977 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/common.h' (69,588) at 20240405153045701 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libcap/libcap_2.71.bb' (69,589) at 20241221090017696 to deleted uid set 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/uuid.c' (69,590) at 20240405153053109 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/CMakeLists.txt' (69,591) at 20240106090017253 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm2xxx.c' (69,592) at 20240405153045661 2025-03-14 03:00:50.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/main.c' (69,593) at 20241211090145473 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent-tree.c' (69,594) at 20241216090017749 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/bcm590xx.h' (69,595) at 20210307214931426 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb' (69,596) at 20240301090012423 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff' (69,597) at 20210309003648260 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_slot.cpp' (69,598) at 20240703080042683 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-pcduino2.dts' (69,599) at 20240405153045377 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/dma-mapping.c' (69,600) at 20240405153045913 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/acpi_numa.c' (69,601) at 20240913080013765 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-PDDC' (69,602) at 20211006000025234 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/aes_ctr.c' (69,603) at 20220525020652398 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/adding-syscalls.rst' (69,604) at 20220525020651754 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-utils-Use-c99-compiler-independent-types.patch' (69,605) at 20230503080014579 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rtc.h' (69,606) at 20210308005002716 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_macsetting_regdef.h' (69,607) at 20240405153051897 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml' (69,608) at 20221207040023627 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/eds1547.h' (69,609) at 20210307214928626 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/startMonitoring.sh' (69,610) at 20230920080013648 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/bootmem.c' (69,611) at 20210927100127329 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable.bbappend' (69,612) at 20230706080014733 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.c' (69,613) at 20240913080013793 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/percpu-internal.h' (69,614) at 20240405153053145 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/kprobes.c' (69,615) at 20240405153045873 2025-03-14 03:00:50.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-sensors.yaml' (69,616) at 20210730100031453 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/app-pri.rst' (69,617) at 20210309003648484 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qmp-registry.c' (69,618) at 20220429100100738 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/futex_64.h' (69,619) at 20210307214926578 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/user_only_helper.c' (69,620) at 20240906080037520 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/twl4030-audio.txt' (69,621) at 20210307214925362 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/loongson.h' (69,622) at 20220525020652002 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/dlg,da9150-charger.yaml' (69,623) at 20240405153045141 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt' (69,624) at 20210307214925338 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power7-events-list.h' (69,625) at 20210307214926450 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/amba/Makefile' (69,626) at 20210307214926858 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/tm.S' (69,627) at 20240405153230039 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clkt_iclk.c' (69,628) at 20210307214927038 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-console.c' (69,629) at 20210307214926290 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml' (69,630) at 20240405153229759 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/Makefile' (69,631) at 20210307214928390 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/maxinefb.c' (69,632) at 20240405153231587 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts' (69,633) at 20240405153229943 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Rdisc' (69,634) at 20211006000025242 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/hda_dsp_common.c' (69,635) at 20240405153053949 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/Kconfig' (69,636) at 20210308005002908 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/local.conf.sample' (69,637) at 20241221090017476 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/SBx81LIFXCAT.h' (69,638) at 20210308005003580 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/altera-pcie-msi.txt' (69,639) at 20210307214925382 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_comms.c' (69,640) at 20210309003653368 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/win_minmax.c' (69,641) at 20240405153053109 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/pcap.c' (69,642) at 20210927100127213 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/.gitignore' (69,643) at 20210309003655976 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fs_dax.h' (69,644) at 20210307214931606 2025-03-14 03:00:50.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_3.25.bb' (69,645) at 20241221090017532 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/kmem.c' (69,646) at 20240405153230275 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utexcep.c' (69,647) at 20210307214926842 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/firmware-controller.js' (69,648) at 20210308005107073 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6qarm2_lpddr2_defconfig' (69,649) at 20210308005003268 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/default-versions.inc' (69,650) at 20220125040024471 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc.c' (69,651) at 20240405153053997 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/README' (69,652) at 20210308005002976 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thor-1.0W' (69,653) at 20210307205553762 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Collection/DeleteAll.interface.yaml' (69,654) at 20220315030032663 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_dma.h' (69,655) at 20210308005002836 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-r89.dts' (69,656) at 20240405153045561 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_stream.c' (69,657) at 20240405153230391 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpufeatures.h' (69,658) at 20241023080012871 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cadence/macb_pci.c' (69,659) at 20220525020653471 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/sbf_dram_init.S' (69,660) at 20210308005002976 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-ppc.h' (69,661) at 20240405153232287 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch' (69,662) at 20240309090012820 2025-03-14 03:00:50.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb' (69,663) at 20241221090017516 to deleted uid set 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json' (69,664) at 20230128040012698 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty.h' (69,665) at 20240405153231523 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb' (69,666) at 20231126090012789 to deleted uid set 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adc.h' (69,667) at 20210308005111457 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/packetengines/hamachi.c' (69,668) at 20240405153050201 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_breadcrumbs.h' (69,669) at 20220525020652887 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_and.c' (69,670) at 20240405153054281 2025-03-14 03:00:50.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_els.c' (69,671) at 20241018080014542 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_ecdis.h' (69,672) at 20210307214928542 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/nommu-mmap.rst' (69,673) at 20210309003648292 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep0020-rev-f.dts' (69,674) at 20240405153045605 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/Makefile' (69,675) at 20210307214932426 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hte.h' (69,676) at 20240405153052701 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.h' (69,677) at 20220525020652530 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_cmm.json' (69,678) at 20241217090031429 to deleted uid set 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/types.h' (69,679) at 20210307214925858 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Funasdalen_Funasdalsberge' (69,680) at 20210307205553782 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ia_css_fpn_types.h' (69,681) at 20210307214930558 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/imximage.cfg' (69,682) at 20210308005003004 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/default.conf' (69,683) at 20210307205553814 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/skl_nau88l25_max98357a.c' (69,684) at 20240613080016547 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta_awf2dc3200w_psu.json' (69,685) at 20220601030005861 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/stout.c' (69,686) at 20210308005003040 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/energy-model.rst' (69,687) at 20240405153229823 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-wandboard.dts' (69,688) at 20240405153045505 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-batch-action.png' (69,689) at 20220105012522967 to deleted uid set 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/tsnmap.c' (69,690) at 20220525020654907 2025-03-14 03:00:50.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/of_videomode.h' (69,691) at 20210307214931698 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5668.h' (69,692) at 20210307214932334 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/tlb.c' (69,693) at 20210308005002988 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/seq_file.c' (69,694) at 20240405153052505 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd938x.h' (69,695) at 20240405153053817 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts' (69,696) at 20240405153045729 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/unistd.h' (69,697) at 20210307214926122 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-rtl8139.rom' (69,698) at 20210308005046137 to deleted uid set 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/timings.py' (69,699) at 20210308005046397 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/evb-npcm750.conf' (69,700) at 20211105000026763 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master-gpio.c' (69,701) at 20240405153047065 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter_private.h' (69,702) at 20210307214930542 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/smp.c' (69,703) at 20240405153046217 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/phy.c' (69,704) at 20210308005003000 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/run-ptest' (69,705) at 20241221090017532 2025-03-14 03:00:50.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.h' (69,706) at 20210307214929934 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/gp2ap020a00f.c' (69,707) at 20240405153049001 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ddr.h' (69,708) at 20210308005002968 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd-efi.inc' (69,709) at 20241221090017472 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field7.decode' (69,710) at 20230925080040085 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-i2c.h' (69,711) at 20240405153046925 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/b2c2/flexcop-dma.c' (69,712) at 20220525020653267 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libogg/libogg_1.3.5.bb' (69,713) at 20210629000017512 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso-layout.lds.S' (69,714) at 20240405153046369 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/unaligned.c' (69,715) at 20240405153230023 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bootconfig.h' (69,716) at 20240429080012456 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7411.c' (69,717) at 20240405153048841 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/xcat/resource.robot' (69,718) at 20210308005007120 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/Kconfig' (69,719) at 20240405153232183 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/call.cpp' (69,720) at 20240817080036824 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/posix_types.h' (69,721) at 20210307214926166 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/0001-Define-alignof_slot-using-_Alignof-when-using-C11-or.patch' (69,722) at 20230131040012063 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb' (69,723) at 20231207090015266 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-memory' (69,724) at 20240405153229731 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexx2.inc' (69,725) at 20240301090012451 2025-03-14 03:00:50.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c' (69,726) at 20240405153230815 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/8139too.c' (69,727) at 20240405153050253 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tec-ng_defconfig' (69,728) at 20210308005003280 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/fb.modes' (69,729) at 20210307205554074 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v2_0.h' (69,730) at 20240405153047125 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s2mps15.h' (69,731) at 20210307214931434 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-cx9020.dts' (69,732) at 20240405153045493 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_network_configuration.robot' (69,733) at 20240628080017117 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/string.h' (69,734) at 20210307214925650 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/ppc64/a-b-kernel.h' (69,735) at 20240906080037560 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-lanyang.dts' (69,736) at 20240809080013006 to deleted uid set 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/axon_msi.c' (69,737) at 20240405153230051 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/alim7101_wdt.c' (69,738) at 20210309003653348 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.h' (69,739) at 20240405153047137 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb' (69,740) at 20241221090017544 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_kern.h' (69,741) at 20240405153054277 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/msi_api.h' (69,742) at 20240405153052741 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/test/test_policy.cpp' (69,743) at 20210308005117205 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptvf_mbox.c' (69,744) at 20210307214927078 2025-03-14 03:00:50.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/cdp.h' (69,745) at 20210308005003716 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/exported-sql-viewer.py' (69,746) at 20220525020655155 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/util.cpp' (69,747) at 20231026080038056 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_irq.h' (69,748) at 20240405153051833 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/lowlevel_init.S' (69,749) at 20210308005002724 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-dnskw.dtsi' (69,750) at 20240405153045457 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/082_fdt_update_all.dts' (69,751) at 20210308005003752 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/longopts.cfg' (69,752) at 20241221090017636 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c' (69,753) at 20240405153232255 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf.h' (69,754) at 20240405153054273 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler-gcc.h' (69,755) at 20210308005003656 2025-03-14 03:00:50.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/Kconfig' (69,756) at 20240405153230791 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bnad.h' (69,757) at 20210307214929346 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/meson.build' (69,758) at 20220429100100410 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bitops/atomic.h' (69,759) at 20210307214926314 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/apic_numachip.c' (69,760) at 20240405153230115 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips64-softmmu/default.mak' (69,761) at 20240906080037160 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/checkundef.sh' (69,762) at 20210307214926754 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/kasan/init_book3s_64.c' (69,763) at 20240405153046185 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/exception.h' (69,764) at 20240405153045853 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsirq.c' (69,765) at 20210307214926842 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-divider.c' (69,766) at 20210307214927034 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb135_emmc.dts' (69,767) at 20210309003648744 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/transporthandler.hpp' (69,768) at 20241009080021762 to deleted uid set 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_xip.c' (69,769) at 20210308005003232 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/dai.rst' (69,770) at 20240405153045261 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/sddr55.c' (69,771) at 20210309003653280 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/src/isp_param.c' (69,772) at 20240405153051841 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/nt5cc256m16cp.cfg' (69,773) at 20210308005002912 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/unicode-ident-1-rs/meson.build' (69,774) at 20241211090212462 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/isci.h' (69,775) at 20210307214930330 2025-03-14 03:00:50.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.h' (69,776) at 20240405153231035 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/collection.hpp' (69,777) at 20240817080003183 to deleted uid set 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/pqg.c-ULL_addend.patch' (69,778) at 20220204040022528 to deleted uid set 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/user-internals.h' (69,779) at 20241211090212386 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/cacheflush.h' (69,780) at 20240624080012768 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/be-All' (69,781) at 20210307205553766 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/irq.c' (69,782) at 20210307214925962 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/gdbus.mk' (69,783) at 20210308004922932 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-umount.service.in' (69,784) at 20241207090017671 to deleted uid set 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/llvm.rst' (69,785) at 20240405153229819 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_qm_regs.h' (69,786) at 20240405153046601 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/interrupts.c' (69,787) at 20210308005002800 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/Makefile' (69,788) at 20220525020651994 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_output.c' (69,789) at 20241216090017789 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/bel-pfe.rst' (69,790) at 20210307214925498 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/timex.h' (69,791) at 20210307214926554 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vavgw.S' (69,792) at 20230426080043952 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac3100.dtsi' (69,793) at 20240405153229871 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/acenvex.h' (69,794) at 20240405153052617 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_ls_recursion.c' (69,795) at 20240405153054273 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/Kconfig' (69,796) at 20240405153049165 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Kabel_BW' (69,797) at 20210307205553758 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-mmc.cfg' (69,798) at 20220804030014671 2025-03-14 03:00:50.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lock_events_list.h' (69,799) at 20220525020654707 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_1.4.6.bb' (69,800) at 20241221090017532 to deleted uid set 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageCollection_v1.xml' (69,801) at 20240619080002936 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/.gitignore' (69,802) at 20210307214927114 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml' (69,803) at 20240405153045113 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8173-rt5650.txt' (69,804) at 20210307214925430 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_prototype.h' (69,805) at 20240405153049997 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_region_lmem.h' (69,806) at 20240405153048497 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_internals.h' (69,807) at 20240628080014033 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/Documentation/sysfs-bus-iio-dds' (69,808) at 20210307214930518 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/rust_print.rs' (69,809) at 20240405153053433 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/queue.h' (69,810) at 20210307214930282 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_stream_format.h' (69,811) at 20210307214930550 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-tsc2046.c' (69,812) at 20240405153048965 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_missing_container.c' (69,813) at 20210307214932642 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/edr.c' (69,814) at 20240613080016455 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/xilinx_spi.c' (69,815) at 20241211090212338 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/dvma.c' (69,816) at 20240405153045973 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/virtio_fs.c' (69,817) at 20240830080013319 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-combined-dbg.bbclass' (69,818) at 20230919080013978 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/lowlevel_init.S' (69,819) at 20210308005002956 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/gvp11.h' (69,820) at 20210307214930318 2025-03-14 03:00:50.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pgtable_api.h' (69,821) at 20240405153052761 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/Kconfig' (69,822) at 20240405153231011 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/download.c' (69,823) at 20240906080037160 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vmalloc.h' (69,824) at 20240405153230035 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/led-core.c' (69,825) at 20240405153049217 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/opkg.py' (69,826) at 20220910030013401 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-tng.c' (69,827) at 20240405153232199 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/driver.c' (69,828) at 20210309003649832 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/mx6quq7.c' (69,829) at 20210308005003048 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/password-visibility-toggle.js' (69,830) at 20210308005107069 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig' (69,831) at 20210308005002556 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSupply.v1_6_0.json' (69,832) at 20240619080002952 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/qcom_glink_rpm.c' (69,833) at 20240405153051489 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zstd/zstd_1.5.6.bb' (69,834) at 20241206090014338 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dts' (69,835) at 20240405153045585 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch' (69,836) at 20230609080014391 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/curs907a.c' (69,837) at 20210307214927898 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/max5481.c' (69,838) at 20240405153049009 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-version.c' (69,839) at 20240405153054105 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-bdp.c' (69,840) at 20240405153046793 to deleted uid set 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-bonegreen-common.dtsi' (69,841) at 20240405153045589 2025-03-14 03:00:50.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/testsdkmakefile' (69,842) at 20210307205554446 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/clk-conf.h' (69,843) at 20210307214931366 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/cache.h' (69,844) at 20210307214925646 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp100.c' (69,845) at 20240405153048661 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso.S' (69,846) at 20240326080039558 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.12.rst' (69,847) at 20241221090017592 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-imx-gpcv2.c' (69,848) at 20240405153049197 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/dbusUtils.cpp' (69,849) at 20240618080041621 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-nested.err' (69,850) at 20210308005046397 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/Kconfig' (69,851) at 20240405153046949 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/project_specific_topbar.html' (69,852) at 20210307205554286 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/coresight-stm.h' (69,853) at 20210307214931370 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/GraphicsControllerCollection.json' (69,854) at 20240619080002948 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_isp_configs.h' (69,855) at 20240405153051833 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/test-2413.c' (69,856) at 20240906080037580 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/numa/Kconfig' (69,857) at 20220525020652242 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_elf.h' (69,858) at 20210308005046085 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager_%.bbappend' (69,859) at 20241206090014218 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/uncore-other.json' (69,860) at 20240405153054125 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adv_pci1710.c' (69,861) at 20240405153046889 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/ocfs2_nodemanager.h' (69,862) at 20220525020654467 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_softmac_wx.c' (69,863) at 20240405153231479 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-force-warm-reboot@.target' (69,864) at 20220301040040077 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblightmodbus/liblightmodbus/0001-cmake-Use-GNUInstallDirs-instead-of-hardcoding-lib-p.patch' (69,865) at 20210307205553914 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb' (69,866) at 20240413080012655 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cppy_1.3.0.bb' (69,867) at 20241221090017552 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_ipk.bbclass' (69,868) at 20240106090017253 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (69,869) at 20241206090014222 2025-03-14 03:00:50.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-isc-clk.c' (69,870) at 20240405153049421 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_gp.c' (69,871) at 20240830080013259 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_7220_regs.h' (69,872) at 20210307214928438 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_pnor.h' (69,873) at 20230426080043764 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/pci/iomap.c' (69,874) at 20240405153045977 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-xtensa-mx.c' (69,875) at 20240405153230751 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/common.h' (69,876) at 20210307214925882 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch' (69,877) at 20241221090017680 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml' (69,878) at 20240405153045093 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/vdsomunge.c' (69,879) at 20210307214925986 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/opkg-query-helper.py' (69,880) at 20240301090012483 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind_9.20.3.bb' (69,881) at 20241221090017636 to deleted uid set 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/vfs.rst' (69,882) at 20240405153229815 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/ice1712.h' (69,883) at 20210307214932262 2025-03-14 03:00:50.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/acp5x-i2s.c' (69,884) at 20240405153053553 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/boot/Makefile' (69,885) at 20240405153045905 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/oom.h' (69,886) at 20210307214931654 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/misc_sandbox.c' (69,887) at 20210308005003400 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/CSQ_CS908_defconfig' (69,888) at 20210308005003236 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-i2c.h' (69,889) at 20240405153049457 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_data.c' (69,890) at 20210309003655984 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/htc_pipe.c' (69,891) at 20240405153050445 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/Kconfig' (69,892) at 20210307214930698 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/atp.c' (69,893) at 20240405153050253 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/vhci_driver.c' (69,894) at 20210307214932742 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c' (69,895) at 20240405153048641 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/85xx_entry_mapping.S' (69,896) at 20240405153046133 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/twl6040.txt' (69,897) at 20210307214925362 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/googletest.wrap' (69,898) at 20210428000041234 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/usbarmory.h' (69,899) at 20210308005003624 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsmo_Yttersel' (69,900) at 20210307205553782 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,cs42l43.yaml' (69,901) at 20240405153229799 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/utime.h' (69,902) at 20210307214931682 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ethtool-common.sh' (69,903) at 20240405153054301 2025-03-14 03:00:50.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager-yaml-provider_git.bb' (69,904) at 20220921030015986 2025-03-14 03:00:50.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp.c' (69,905) at 20240805080013951 2025-03-14 03:00:50.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/mchp-pdmc.c' (69,906) at 20241011080017407 2025-03-14 03:00:50.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi' (69,907) at 20240405153045713 2025-03-14 03:00:50.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-via.c' (69,908) at 20210307214928298 2025-03-14 03:00:50.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/yp-tools/domainname.service' (69,909) at 20210307205553846 2025-03-14 03:00:50.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum.c' (69,910) at 20240405153231027 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c' (69,911) at 20240405153050493 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/lib/Makefile' (69,912) at 20240405153045913 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i8042.h' (69,913) at 20240405153052701 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDDL-1.0' (69,914) at 20210307205554418 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/Makefile' (69,915) at 20240405153046181 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/btbridged.c' (69,916) at 20230919080003838 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu-qom.h' (69,917) at 20240326080039670 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-welltech-epbx100.dts' (69,918) at 20240405153045437 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (69,919) at 20241206090014222 to deleted uid set 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/micrel.h' (69,920) at 20210308005003672 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/hppa.c' (69,921) at 20240906080037164 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/.gitignore' (69,922) at 20210307214926614 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/host.c' (69,923) at 20231108090009942 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/ge_common.c' (69,924) at 20210308005003004 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cps-vec-ns16550.S' (69,925) at 20210307214926254 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c' (69,926) at 20240405153230607 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c' (69,927) at 20240405153047117 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb' (69,928) at 20241221090017556 2025-03-14 03:00:50.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dm9000x.c' (69,929) at 20210308005003428 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-clk.h' (69,930) at 20220525020655075 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/me_common.h' (69,931) at 20210308005002880 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/libtasn1_4.19.0.bb' (69,932) at 20220910030013433 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/file_system_mock.hpp' (69,933) at 20230719080007815 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/st33zp24/Kconfig' (69,934) at 20210307214926954 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_drvfs.c' (69,935) at 20240405153051829 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/progs/hid.c' (69,936) at 20240405153054309 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/ldap-user-roles.js' (69,937) at 20210308005107069 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-gsking-x.dts' (69,938) at 20240405153229919 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_family.h' (69,939) at 20210307214928014 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/parisc/Build' (69,940) at 20210307214932514 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/095' (69,941) at 20220429100100890 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa53.inc' (69,942) at 20240301090012451 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/LICENSE' (69,943) at 20210308004941068 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-mvebu.h' (69,944) at 20210307214930086 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/version.h' (69,945) at 20240326080039546 2025-03-14 03:00:50.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/inode.c' (69,946) at 20240405153231707 to deleted uid set 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/phy.h' (69,947) at 20210307214929778 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-cobalt.c' (69,948) at 20240405153046049 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/google/gve/gve_tx.c' (69,949) at 20240805080013975 to deleted uid set 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts' (69,950) at 20240405153229939 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_attach_kprobe_sleepable.c' (69,951) at 20240405153054273 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_cache.h' (69,952) at 20220525020654647 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_meta.sh' (69,953) at 20210309003656012 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/80211/mac80211.rst' (69,954) at 20210309003648404 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/dos_regs.h' (69,955) at 20210307214930586 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmr.c' (69,956) at 20210307214926434 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vga.h' (69,957) at 20210307214925858 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/terminal.py' (69,958) at 20210308005003772 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/meson.build' (69,959) at 20241126090023811 to deleted uid set 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb' (69,960) at 20240413080012647 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/trident/trident_memory.c' (69,961) at 20220525020655011 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_uvc.c' (69,962) at 20240405153231551 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-gaelic.c' (69,963) at 20210307214931178 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/overlayfs-etc.bbclass' (69,964) at 20240301090012451 2025-03-14 03:00:50.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmmaster.c' (69,965) at 20240405153052469 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sabrelite.dtsi' (69,966) at 20240405153229887 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/top.h' (69,967) at 20240613080016563 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ssd1325.c' (69,968) at 20210716100030019 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts' (69,969) at 20240405153045793 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/getorder.h' (69,970) at 20220525020654531 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/dcscb.c' (69,971) at 20240405153045689 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/nslcd' (69,972) at 20210528000119871 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/qemuriscv.wks' (69,973) at 20210307205554634 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi/Makefile' (69,974) at 20210307214930322 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/bitops.h' (69,975) at 20210308005002876 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_w.c' (69,976) at 20210308005046509 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb' (69,977) at 20241206090014258 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Atlantic-Bird-3-5.0W' (69,978) at 20210307205553758 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/run-ptest' (69,979) at 20241221090017500 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/restart-poweroff.c' (69,980) at 20240405153051421 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dts' (69,981) at 20240405153045749 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_g450.c' (69,982) at 20210307214930918 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.yaml' (69,983) at 20240405153045185 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/sprd,sc9863a-clk.yaml' (69,984) at 20240405153229759 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/empty.err' (69,985) at 20210308005046405 to deleted uid set 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/Makefile' (69,986) at 20210308005002984 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/asahi-kasei,ak5558.yaml' (69,987) at 20240405153045161 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov7251.c' (69,988) at 20240405153049333 2025-03-14 03:00:50.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/Kconfig' (69,989) at 20240405153049353 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/main.cpp' (69,990) at 20240822080027617 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/verifier.c' (69,991) at 20240405153232259 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mmdc.h' (69,992) at 20210308005002664 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/python3-sbe-log-parsers_git.bb' (69,993) at 20230418080015344 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/com.fuc' (69,994) at 20210307214927938 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/statistics.rst' (69,995) at 20210307214925222 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-uevent.h' (69,996) at 20240405153049249 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/intel-pt-events.py' (69,997) at 20240405153054161 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/0001-configure-Do-not-add-D_FILE_OFFSET_BITS-to-CFLAGS.patch' (69,998) at 20230114040015470 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd_%.bbappend' (69,999) at 20241206090014230 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c' (70,000) at 20240405153230359 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/nwfpe/todo.rst' (70,001) at 20240405153044973 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/Makefile' (70,002) at 20210307214931930 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_pwm.hpp' (70,003) at 20220726030035038 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/TLS-configuration.md' (70,004) at 20230214040006797 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb' (70,005) at 20230114040015538 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx.c' (70,006) at 20220525020652390 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/lz4_wrapper.c' (70,007) at 20240405153052537 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64/0001-Do-not-override-const-qualifier.patch' (70,008) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/rbtree.h' (70,009) at 20220525020655115 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/detail/queue.hpp' (70,010) at 20210308005114857 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-apl-skips.txt' (70,011) at 20240405153230531 2025-03-14 03:00:50.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig' (70,012) at 20210308005003276 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arc/annotate/instructions.c' (70,013) at 20210307214932514 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-uuid.inc' (70,014) at 20241206090014218 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/watermark.h' (70,015) at 20210307214932630 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h' (70,016) at 20240405153049833 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc.h' (70,017) at 20220525020652354 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/init-redis-server' (70,018) at 20241221090017524 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/vn-Hanoi' (70,019) at 20210307205553798 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si2165.h' (70,020) at 20220525020653247 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_account.hpp' (70,021) at 20240201090003032 to deleted uid set 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/Kconfig' (70,022) at 20240405153049969 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_uac1.h' (70,023) at 20240405153052077 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/c2port/core.c' (70,024) at 20240405153049625 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/smp_pv.c' (70,025) at 20240405153230147 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_async_ids_map_extended.h' (70,026) at 20240405153046601 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/coresight.h' (70,027) at 20240405153231803 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/chrontel,ch7033.yaml' (70,028) at 20240405153045037 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sony,tulip-truly-nt35521.yaml' (70,029) at 20240405153045045 2025-03-14 03:00:50.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/poll_state.c' (70,030) at 20240405153046921 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccelerationFunctionCollection.json' (70,031) at 20240619080002940 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pads-imx8qxp.h' (70,032) at 20210308005003640 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/requestqueue.h' (70,033) at 20240405153231655 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3328.h' (70,034) at 20210308005003596 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mcp3911.c' (70,035) at 20240405153048957 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c' (70,036) at 20240405153049833 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_drv.c' (70,037) at 20240405153230627 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclpquiesce.c' (70,038) at 20241211090212330 2025-03-14 03:00:50.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c' (70,039) at 20241008080013923 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SoftwareInventory.v1_10_2.json' (70,040) at 20240619080002956 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/Kconfig' (70,041) at 20210307214926186 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/sama5d4ek.c' (70,042) at 20210308005002920 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra194.c' (70,043) at 20240405153049589 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/phosphor-ipmi-flash-scp-update.service' (70,044) at 20210413100020746 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb' (70,045) at 20241221090017508 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-emul-uclass.c' (70,046) at 20210308005003492 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_function.hpp' (70,047) at 20230202040004526 to deleted uid set 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/dpcd.c' (70,048) at 20241211090212266 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/popmetal-rk3288_defconfig' (70,049) at 20210308005003276 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/sdram_config.h' (70,050) at 20210308005003072 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mac_baboon.h' (70,051) at 20210307214926162 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/Kconfig' (70,052) at 20240405153049437 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pnp.h' (70,053) at 20210307214931486 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb' (70,054) at 20240301090012423 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-artpec/Kconfig' (70,055) at 20210307214925870 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_w.c' (70,056) at 20210308005046521 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/sysmap.h' (70,057) at 20210308005002676 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch' (70,058) at 20241221090017640 2025-03-14 03:00:50.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_ecn.h' (70,059) at 20240405153052845 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/oemcommands.hpp' (70,060) at 20240817080006183 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/probes.h' (70,061) at 20240405153046125 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (70,062) at 20230929080014511 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Matfors' (70,063) at 20210307205553786 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_ov7660.h' (70,064) at 20240405153049565 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/debug.c' (70,065) at 20241216090017773 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/ethtool.c' (70,066) at 20240405153050025 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-memset-x86-64-asm.S' (70,067) at 20240405153054097 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/maintainer-workflow.md' (70,068) at 20221209040006399 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/video-bios.c' (70,069) at 20210307214926638 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-altera-a10sr.c' (70,070) at 20240405153230303 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/usb-network.sh' (70,071) at 20230428080015190 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm63xx-usbh.c' (70,072) at 20240405153231307 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/.gitignore' (70,073) at 20210307214926178 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Bug-fix-for-data-type-length-judgment.patch' (70,074) at 20210307205553902 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/altr,rst-mgr-a10.h' (70,075) at 20210307214931346 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/Makefile' (70,076) at 20240405153230115 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-08' (70,077) at 20210908000010395 2025-03-14 03:00:50.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt' (70,078) at 20210307214925446 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pxs2.c' (70,079) at 20210308005002792 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_ident2.decode' (70,080) at 20240326080039722 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g10ek_nandflash_defconfig' (70,081) at 20210308005003248 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8810.yaml' (70,082) at 20240405153045165 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools_6.17.bb' (70,083) at 20241221090017700 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-ext4' (70,084) at 20220525020651634 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/elf.h' (70,085) at 20240405153046493 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netlink.h' (70,086) at 20240405153231855 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cpu_mf-insn.h' (70,087) at 20210307214926506 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso/processor.h' (70,088) at 20210307214925858 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debug.c' (70,089) at 20240805080013979 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/man-host-perl.patch' (70,090) at 20240127090011892 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/monitor.c' (70,091) at 20240906080037488 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi' (70,092) at 20240405153045725 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts' (70,093) at 20240405153046245 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/misc.c' (70,094) at 20240405153230143 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/Makefile' (70,095) at 20210308005002964 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mips/Kconfig' (70,096) at 20240405153051389 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pltfm.c' (70,097) at 20240405153230859 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_tiling.c' (70,098) at 20240405153048477 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front.c' (70,099) at 20240405153054033 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/util/perf_regs.c' (70,100) at 20240405153232219 2025-03-14 03:00:50.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libnl/files/run-ptest' (70,101) at 20230609080014419 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_pci.c' (70,102) at 20240405153050073 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.gcc-plugins' (70,103) at 20240405153053433 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl_raid.h' (70,104) at 20210307214927130 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml' (70,105) at 20240405153045173 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal_tx.c' (70,106) at 20240405153050437 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch' (70,107) at 20240113090014540 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/Kconfig' (70,108) at 20240405153046941 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/generic-counter.rst' (70,109) at 20240405153045189 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/reservations.h' (70,110) at 20240405153052481 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-netxbig.dtsi' (70,111) at 20240405153045457 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (70,112) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.10.bb' (70,113) at 20241206090014238 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable-x86-conga-qa3-e3845.h' (70,114) at 20210308005003620 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-imxdi.c' (70,115) at 20220525020653951 2025-03-14 03:00:50.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds-pca9532.h' (70,116) at 20210307214931414 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_3_offset.h' (70,117) at 20240405153047913 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/psock_fanout.c' (70,118) at 20240405153054349 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/qunit-1.18.0.css' (70,119) at 20210307205554270 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/MAINTAINERS' (70,120) at 20210308005002912 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/synthesize.c' (70,121) at 20240405153054097 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf_core_read.h' (70,122) at 20240712080021101 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd/check_existence_of_modules_before_installing.patch' (70,123) at 20210307205553838 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra132.dtsi' (70,124) at 20240617080017374 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/test_vmalloc.sh' (70,125) at 20240405153054333 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_irq.c' (70,126) at 20240906080037284 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/eeprom.c' (70,127) at 20240405153050609 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci.h' (70,128) at 20240405153230171 2025-03-14 03:00:50.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/Makefile' (70,129) at 20240405153046837 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc_deflate.h' (70,130) at 20240405153053109 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/.gitignore' (70,131) at 20220525020655235 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb' (70,132) at 20241206090014274 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_tlong.c' (70,133) at 20210307214926274 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-firmware-deploy-image.inc' (70,134) at 20241206090014210 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/Makefile' (70,135) at 20210307214927078 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/0001-Use-pkg-config-native-to-find-the-libssl-headers.patch' (70,136) at 20231126090012777 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/textsearch_fsm.h' (70,137) at 20210307214931522 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_l4lb_noinline_dynptr.c' (70,138) at 20240405153054277 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/fw.c' (70,139) at 20241008080013959 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi' (70,140) at 20240405153230063 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/vhost.h' (70,141) at 20240405153054053 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/spear-shirq.c' (70,142) at 20240405153049205 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/uaccess.c' (70,143) at 20210927100127049 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-capacity.rst' (70,144) at 20240405153045249 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arc/axs103.txt' (70,145) at 20210307214925270 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/check.sh' (70,146) at 20210308005003732 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/config.mk' (70,147) at 20210308005002720 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/atmel/sfr.c' (70,148) at 20240405153231447 2025-03-14 03:00:50.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch' (70,149) at 20241221090017692 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-lpc-ctrl.c' (70,150) at 20240405153231447 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/edid.h' (70,151) at 20210927100127233 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme1_rtr_masks.h' (70,152) at 20240405153046605 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/ping.h' (70,153) at 20210308005003720 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cpio/files/test.sh' (70,154) at 20230609080014415 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/gdbstub.c' (70,155) at 20241211090212462 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/futex.h' (70,156) at 20210307214926174 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gm200.c' (70,157) at 20220525020652951 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/timer.h' (70,158) at 20241211090212366 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_transport.c' (70,159) at 20240405153049109 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/net-types.rst' (70,160) at 20210309003648480 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt' (70,161) at 20210307214925390 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/simple-card.c' (70,162) at 20240405153232175 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog.conf' (70,163) at 20210307205554470 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/eth_ls2080rdb.c' (70,164) at 20210308005002972 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml' (70,165) at 20240405153229795 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/osta_udf.h' (70,166) at 20220525020654499 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/cachedpath.py' (70,167) at 20241221090017624 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/cex-oct.S' (70,168) at 20210307214926274 2025-03-14 03:00:50.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/trats.c' (70,169) at 20210308005003044 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rpidsi.dtso' (70,170) at 20240405153229923 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/realtek,rt1016.yaml' (70,171) at 20240405153045169 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/media/omap3-isp.h' (70,172) at 20210307214931342 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.2.1' (70,173) at 20211006000025242 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/capability.h' (70,174) at 20240405153052665 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_entry.S' (70,175) at 20240405153230043 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/VENDORS.md' (70,176) at 20241213090004405 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (70,177) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes.txt' (70,178) at 20210307205553718 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_all_pfm.sh' (70,179) at 20240405153054173 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/.clang-format' (70,180) at 20231228090030524 to deleted uid set 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console@.service.in' (70,181) at 20210308005047573 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_dsc_helper.h' (70,182) at 20240405153048605 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/asm-offsets.h' (70,183) at 20210307214926658 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/bitmap.c' (70,184) at 20221215040039402 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_ph.c' (70,185) at 20210308005046505 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring2.sh' (70,186) at 20230920080013648 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/Kbuild' (70,187) at 20210307214927894 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/external-toolchain.rst' (70,188) at 20230114040015514 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-lnl-match.c' (70,189) at 20240405153053957 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/Kconfig' (70,190) at 20240405153049537 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/nvidia,tegra30-tsensor.yaml' (70,191) at 20220525020651714 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/upstream-version-is-even.bbclass' (70,192) at 20220910030013389 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/wl.h' (70,193) at 20241211090145453 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/fcs,fsa880.yaml' (70,194) at 20220525020651674 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_evm_defconfig' (70,195) at 20210308005003272 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt7629-clk.h' (70,196) at 20210307214931330 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/thuban_defconfig' (70,197) at 20210308005003284 2025-03-14 03:00:50.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck_0.15.2.bb' (70,198) at 20230609080014419 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen.c' (70,199) at 20241211090212230 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/ti,twl-pwm.txt' (70,200) at 20210307214925406 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_r_ph_w.c' (70,201) at 20210308005046509 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_5_2_1_sh_mask.h' (70,202) at 20240405153048025 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3229_defconfig' (70,203) at 20210308005003260 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/sal.h' (70,204) at 20240405153045917 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_if_common.c' (70,205) at 20241011080017343 2025-03-14 03:00:50.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-sgi_uv' (70,206) at 20240405153229731 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp.h' (70,207) at 20240805080013983 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/spl_boot.c' (70,208) at 20210308005002952 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/mtouchusb.rst' (70,209) at 20220525020651778 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/inode.c' (70,210) at 20240405153231767 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.h' (70,211) at 20240405153048761 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/README.md' (70,212) at 20241204090030115 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/mock_power_interface.hpp' (70,213) at 20210308005059169 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/recipetool/bbpath.py' (70,214) at 20210307205554386 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb' (70,215) at 20241221090017496 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt7623a-power.h' (70,216) at 20210307214931346 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c' (70,217) at 20240405153231051 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if000a.h' (70,218) at 20210307214927902 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nfc.h' (70,219) at 20240405153053345 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/asids-debugfs.c' (70,220) at 20220525020652114 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfs/test-statx.c' (70,221) at 20210307214932130 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/pn_dev.c' (70,222) at 20220525020654887 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm831x-spi.c' (70,223) at 20240405153230839 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/hist-v4l2.rst' (70,224) at 20240405153045317 2025-03-14 03:00:50.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/MAINTAINERS' (70,225) at 20210308005003004 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/splice.c' (70,226) at 20240405153231755 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/route_localnet.sh' (70,227) at 20210307214932694 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/edma-pcm.c' (70,228) at 20210307214932430 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.readmefirst.md' (70,229) at 20240723080003235 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/btc_dpm.h' (70,230) at 20210307214927994 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/krb5-admin-server.service' (70,231) at 20210307205553878 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ExternalAccountProvider.v1_8_0.json' (70,232) at 20240918080002720 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power6.inc' (70,233) at 20210905000020581 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics-hardfp.bb' (70,234) at 20210307205554106 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/Board_VINI.json' (70,235) at 20221213040036917 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/evb-rk3288.c' (70,236) at 20210308005003040 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/Kconfig' (70,237) at 20210308005003056 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/usage/measured_boot.rst' (70,238) at 20230310090043279 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_migration.rst' (70,239) at 20240405153229819 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/Kconfig' (70,240) at 20240405153047069 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/ldst_common.c.inc' (70,241) at 20241211090212206 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/rn5t618-adc.c' (70,242) at 20240405153048961 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend' (70,243) at 20241221090017472 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/line-display.h' (70,244) at 20240405153046681 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_drv.h' (70,245) at 20210309003649784 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/digicolor-ic.txt' (70,246) at 20210307214925342 2025-03-14 03:00:50.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/fastmap.c' (70,247) at 20240405153230887 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/MAINTAINERS' (70,248) at 20210308005003004 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/apparmor.rst' (70,249) at 20210307214925214 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/sensor_map.yaml' (70,250) at 20221209040019095 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mux/adi,adgs1408.txt' (70,251) at 20220525020651694 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mips_defconfig' (70,252) at 20210308005003276 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ad7877.c' (70,253) at 20240405153049157 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb' (70,254) at 20241206090014274 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/keyhelp.c' (70,255) at 20210309003649136 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/bnx2i_init.c' (70,256) at 20240405153051581 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/phy-cadence-sierra.c' (70,257) at 20240405153231307 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/altr_socfpga.txt' (70,258) at 20210307214925286 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/conn_event.c' (70,259) at 20240520080015231 to deleted uid set 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/mypy.sh' (70,260) at 20230925080039973 2025-03-14 03:00:50.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/MAINTAINERS' (70,261) at 20210308005002916 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/meson-gx-mmc.c' (70,262) at 20240405153230855 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.interface.yaml' (70,263) at 20221209040032879 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/qm_common.h' (70,264) at 20240405153230263 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/devices.c' (70,265) at 20220525020652014 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/i2c.c' (70,266) at 20220525020654979 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/images/firmware-deploy-image.bb' (70,267) at 20241206090014214 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1up.service' (70,268) at 20230920080013648 2025-03-14 03:00:50.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/Build' (70,269) at 20240405153054381 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_7_0_sh_mask.h' (70,270) at 20220525020652807 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/hcd_queue.c' (70,271) at 20240405153052061 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/dfu.h' (70,272) at 20210308005003644 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/utils.c' (70,273) at 20241101080034432 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-t113s-mangopi-mq-r-t113.dts' (70,274) at 20240405153229863 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/zone.cpp' (70,275) at 20240820080023690 to deleted uid set 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_log_fixup.c' (70,276) at 20240405153054277 2025-03-14 03:00:50.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_mul.c' (70,277) at 20210307214926274 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/bluetooth/btusb.c' (70,278) at 20241216090017693 to deleted uid set 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xilinx/Makefile' (70,279) at 20210307214932434 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/154' (70,280) at 20210927100127489 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/verity.c' (70,281) at 20240405153052349 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay.dtso' (70,282) at 20240405153231279 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb' (70,283) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-aarch64.c' (70,284) at 20240906080037592 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77470.c' (70,285) at 20240405153051353 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/dra752-bandgap.h' (70,286) at 20210307214930726 2025-03-14 03:00:50.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ronnang' (70,287) at 20210307205553790 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/topstar-laptop.c' (70,288) at 20240405153051417 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/stubs/meson.build' (70,289) at 20241121090029268 to deleted uid set 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/.gitignore' (70,290) at 20210307214926070 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch' (70,291) at 20241221090017692 to deleted uid set 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/img-spdif-in.c' (70,292) at 20240405153232179 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/README.rst' (70,293) at 20240405153044937 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/pl' (70,294) at 20210308005046149 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/ti-bandgap.h' (70,295) at 20220525020654215 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5332-rdp468.dts' (70,296) at 20240405153229939 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/omap_sx1.c' (70,297) at 20240906080037196 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/cross_899198.patch' (70,298) at 20210307205553818 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/files/disable_acl_header_check.patch' (70,299) at 20220204040022688 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2_types.h' (70,300) at 20210307214930562 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts' (70,301) at 20240405153045717 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-sgmii-qdf2432.c' (70,302) at 20210307214929606 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/clk-prcc.c' (70,303) at 20210307214927042 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/index.rst' (70,304) at 20241206090014294 to deleted uid set 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/wm_shrx.S' (70,305) at 20220525020652186 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/Makefile' (70,306) at 20210309003649280 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/sections.h' (70,307) at 20240405153230079 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/l4_2xxx.h' (70,308) at 20210309003648704 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/integ.h' (70,309) at 20210307214926226 2025-03-14 03:00:50.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx22700.c' (70,310) at 20240405153049281 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/alc5632.c' (70,311) at 20240405153053565 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/reopen-file' (70,312) at 20240326080039734 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sht4x.rst' (70,313) at 20240405153045217 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NIST-Software' (70,314) at 20241221090017616 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/cacheflush_no.h' (70,315) at 20210307214926158 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mmio.c' (70,316) at 20240405153050585 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ntfs3/inode.c' (70,317) at 20241111090012145 to deleted uid set 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/unaligned-emul.h' (70,318) at 20220525020652002 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/therm_throt.c' (70,319) at 20240405153051973 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/i82801b11.c' (70,320) at 20241211090212314 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/bt1-pvt.h' (70,321) at 20210307214928118 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi' (70,322) at 20240405153229967 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/io_uring.h' (70,323) at 20241023080012899 to deleted uid set 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml' (70,324) at 20240405153045029 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/coco/core.c' (70,325) at 20240411080014054 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/__ffz.h' (70,326) at 20210307214932474 2025-03-14 03:00:50.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.h' (70,327) at 20210307214927298 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svc.h' (70,328) at 20240820080014181 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/Makefile' (70,329) at 20210308005003468 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/imx93-blk-ctrl.c' (70,330) at 20241125090012255 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/images/file/settings.json' (70,331) at 20241120090012764 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/stackprotector.h' (70,332) at 20240405153232211 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/xfrm4_policy.c' (70,333) at 20241104090011619 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xen/events.h' (70,334) at 20210307214925858 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/blinken.h' (70,335) at 20210307214926158 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/panther.c' (70,336) at 20210308005003004 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyu2f_0.1.5.bb' (70,337) at 20240302090018214 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/intelfb/Makefile' (70,338) at 20210307214930914 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/libfdt.h' (70,339) at 20210307214931418 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dlm.h' (70,340) at 20240405153052913 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx6sl.c' (70,341) at 20240405153231319 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts' (70,342) at 20220525020651910 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/vmmouse.h' (70,343) at 20210307214928494 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/dummychip.c' (70,344) at 20220525020654703 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-beagle-xm-ab.dts' (70,345) at 20240405153045601 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/257.out' (70,346) at 20240906080037564 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw54xx.dts' (70,347) at 20240405153045501 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/firmware_cache.rst' (70,348) at 20210309003648404 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/__init__.py' (70,349) at 20241206090014286 2025-03-14 03:00:50.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kfence.h' (70,350) at 20220525020652150 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/wmi.c' (70,351) at 20240405153050481 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/mctp_%.bbappend' (70,352) at 20241206090014202 to deleted uid set 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/trace-events' (70,353) at 20240326080039702 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_pe_preserve_elems.c' (70,354) at 20240405153054277 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/termbits.h' (70,355) at 20210308005046085 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/Kbuild' (70,356) at 20210307214927734 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/secure_cntvoff.S' (70,357) at 20210307214925834 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/sdk.py' (70,358) at 20231011080016598 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-14x14-evk.dts' (70,359) at 20210308005002588 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/armadillo800eva.c' (70,360) at 20210307214930478 2025-03-14 03:00:50.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyrynsalmi' (70,361) at 20210307205553770 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7269.c' (70,362) at 20240405153051361 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nft_dup_ipv6.c' (70,363) at 20240405153053281 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch' (70,364) at 20241221090017672 to deleted uid set 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/ci/external-gccarm.yml' (70,365) at 20241206090014206 to deleted uid set 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/sled-cycle.service' (70,366) at 20230807080022154 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/trace.h' (70,367) at 20240405153052065 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-rzv2m-csi.c' (70,368) at 20240405153231467 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml' (70,369) at 20240405153045101 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/05_gcc.diff' (70,370) at 20230706080014741 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_bw.h' (70,371) at 20240405153048437 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/hdmi.yaml' (70,372) at 20240405153045041 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core-cdev.c' (70,373) at 20241008080013919 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/rdma_netlink.h' (70,374) at 20240405153052949 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/isapnp/Makefile' (70,375) at 20210307214930150 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bpf_perf_event.h' (70,376) at 20210307214931626 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/fcntl.h' (70,377) at 20210307214926122 2025-03-14 03:00:50.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/Kconfig' (70,378) at 20240405153053473 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_h264.c' (70,379) at 20210307214930586 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb' (70,380) at 20241221090017504 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aes_ctrby8_avx-x86_64.S' (70,381) at 20240405153046357 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/Makefile' (70,382) at 20240405153229999 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix-sysconfig.patch' (70,383) at 20230317080013785 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb' (70,384) at 20241221090017568 to deleted uid set 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-terratec-cinergy-c-pci.c' (70,385) at 20210307214928782 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/exit_on_emulation_failure_test.c' (70,386) at 20240405153232271 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/block-group.c' (70,387) at 20241104090011591 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/machine_check.c' (70,388) at 20220525020652074 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dmu.h' (70,389) at 20210308005003692 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/usb/canokey.h' (70,390) at 20230925080039909 to deleted uid set 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/Kconfig' (70,391) at 20240405153048381 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-gpio.c' (70,392) at 20240326080039738 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h' (70,393) at 20210307214930534 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.c' (70,394) at 20240405153049465 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_wq.h' (70,395) at 20240405153049897 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6.c' (70,396) at 20210308005002952 to deleted uid set 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-ima.rst' (70,397) at 20220525020651642 2025-03-14 03:00:50.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ima_arch.c' (70,398) at 20210307214926518 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/powernv-rng.c' (70,399) at 20240405153046753 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/paravirt.c' (70,400) at 20240815080012871 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/dfs_pattern_detector.h' (70,401) at 20210307214929778 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_drv.c' (70,402) at 20240405153230811 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/THP/arch-support.txt' (70,403) at 20240405153045201 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/ptrace_32.c' (70,404) at 20240405153046317 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/bsp/Kbuild' (70,405) at 20210307214927922 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sc7180.h' (70,406) at 20210307214931330 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts' (70,407) at 20240405153045725 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-virtio-scsi-test.c' (70,408) at 20221215040039370 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/phy/samsung/phy-exynos5-usbdrd.c' (70,409) at 20240405153231315 to deleted uid set 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/isl6271a-regulator.c' (70,410) at 20240405153051465 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_d.c' (70,411) at 20210308005046517 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmi_fru_info_area.cpp' (70,412) at 20240829080022538 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/signal.h' (70,413) at 20240405153054049 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/main.cpp' (70,414) at 20241105090029599 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/src4xxx.h' (70,415) at 20240405153053789 2025-03-14 03:00:50.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/0003-Fix-mixer.patch' (70,416) at 20210307205553754 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/solomon/ssd130x.c' (70,417) at 20240613080016411 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/tslib.sh' (70,418) at 20210307205553946 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/dvb_filter.c' (70,419) at 20220525020654131 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ramfs/inode.c' (70,420) at 20240405153231727 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/panic.c' (70,421) at 20210308005003708 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_debug.h' (70,422) at 20210308005003520 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/ipkdbg.in' (70,423) at 20221010100013269 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Matkosvuori' (70,424) at 20210307205553770 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.h' (70,425) at 20240405153048657 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.h' (70,426) at 20240405153230607 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/input/mouse/synaptics.h' (70,427) at 20210307214928494 to deleted uid set 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/pinmux.c' (70,428) at 20210308005002776 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts' (70,429) at 20240405153045433 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in0_master_regs.h' (70,430) at 20240405153046585 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/meson.build' (70,431) at 20241126090041355 to deleted uid set 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-u-boot.dtsi' (70,432) at 20210308005002584 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/bdrv-next-monitor-owned.c' (70,433) at 20210308005046257 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/clock-sh7705.c' (70,434) at 20210307214926562 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/pegasus.h' (70,435) at 20210307214929706 2025-03-14 03:00:50.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/util.h' (70,436) at 20221215040039222 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ksyms.c' (70,437) at 20210309003655976 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-gpu-opp.dtsi' (70,438) at 20240405153045709 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/configs/defconfig' (70,439) at 20240405153045341 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra20-emc.c' (70,440) at 20220525020652338 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/gpioMon.cpp' (70,441) at 20240817080025332 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpuidle-info.c' (70,442) at 20240405153054213 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-supply/util.cpp' (70,443) at 20240817080031292 to deleted uid set 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb' (70,444) at 20240302090018214 to deleted uid set 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/0001-Drop-using-register-keyword-for-storage-classifier.patch' (70,445) at 20230131040012035 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-icore-rqs.dts' (70,446) at 20240405153045501 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/btf_dumper.c' (70,447) at 20240405153232207 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/tnc_misc.c' (70,448) at 20220525020654495 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/file_descriptor.hpp' (70,449) at 20230516080019606 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c' (70,450) at 20240405153049817 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/mnt_idmapping.c' (70,451) at 20240405153052401 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_service_restart_policy.robot' (70,452) at 20230404080016158 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/xfrm_policy.sh' (70,453) at 20210309003656008 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_twos.c' (70,454) at 20240405153053321 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_comp.c' (70,455) at 20240405153230799 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/layer.conf' (70,456) at 20241221090017488 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_rawhide.c' (70,457) at 20210307214925658 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/builtin_dtbs.h' (70,458) at 20220525020652002 2025-03-14 03:00:50.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.h' (70,459) at 20210308005002552 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_metadata.c' (70,460) at 20240405153049577 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.h' (70,461) at 20240405153048657 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/read-edid' (70,462) at 20210307205553870 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/stub-out-fastdeploy.patch' (70,463) at 20231011080016574 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-remoteproc' (70,464) at 20240405153229731 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/pte-e500.h' (70,465) at 20240405153046121 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/busybox/busybox/FEATURE_FANCY_HEAD.cfg' (70,466) at 20210908000029103 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/st_spi_fsm.c' (70,467) at 20240405153230867 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/ipmisnoop/ipmisnoop.hpp' (70,468) at 20241120090021304 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_d.c' (70,469) at 20210308005046517 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-isp.h' (70,470) at 20240405153049461 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts' (70,471) at 20240405153045717 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/scoop.c' (70,472) at 20240405153045613 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/hypercalls.c' (70,473) at 20240405153232267 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-ssp.c' (70,474) at 20210307214926998 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/errno_ver.diff' (70,475) at 20241221090017664 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/.gitignore' (70,476) at 20210308005003540 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/emu/Makefile' (70,477) at 20210307214926142 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/physmem.h' (70,478) at 20210308005003680 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto_%.bbappend' (70,479) at 20220804030014679 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/wsgi.py' (70,480) at 20210307205554290 2025-03-14 03:00:50.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/common.h' (70,481) at 20210307214926950 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_migrate.h' (70,482) at 20240405153047185 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/marvell_gti_wdt.c' (70,483) at 20240405153231599 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_compat_toggle.c' (70,484) at 20210307214932634 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.sym53c8xx' (70,485) at 20240405153045253 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_xmit.h' (70,486) at 20220525020654171 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/lowlevel_init.S' (70,487) at 20210308005002912 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/scsi.c' (70,488) at 20210308005003484 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-goldfish.c' (70,489) at 20240405153046877 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dio_link_encoder.c' (70,490) at 20240405153047245 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0230671117.dtsi' (70,491) at 20210308005002872 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb' (70,492) at 20241221090017524 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/ltc3589.c' (70,493) at 20240405153231363 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/vpdma.h' (70,494) at 20240405153049489 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88473_priv.h' (70,495) at 20240405153230779 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/uv/uv_nmi.c' (70,496) at 20240405153230147 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin/apache.conf' (70,497) at 20210307205554038 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts' (70,498) at 20240405153045469 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kcore.h' (70,499) at 20220525020654579 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/names_values.hpp' (70,500) at 20230602080044048 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubieboard4_defconfig' (70,501) at 20210308005003236 2025-03-14 03:00:50.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/insn-format.h.inc' (70,502) at 20221215040039338 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_ring.c' (70,503) at 20210308005003536 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/thunderbolt/retimer.c' (70,504) at 20240405153051981 to deleted uid set 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/common.c' (70,505) at 20240405153054229 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/.clang-tidy' (70,506) at 20240911080003242 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/analyzer_main.cpp' (70,507) at 20230516080019602 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/processor.h' (70,508) at 20240405153229999 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nvme.c' (70,509) at 20210308005003216 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsxfeval.c' (70,510) at 20210307214926838 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/au6610.c' (70,511) at 20210307214928814 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/network/phosphor-network/config.json' (70,512) at 20240426080018064 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pinctrl-rzg2l.c' (70,513) at 20240405153231335 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-uclass.c' (70,514) at 20210308005003372 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_preemptirq.c' (70,515) at 20240405153053073 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/radvd' (70,516) at 20241221090017620 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/parisc/debugging.rst' (70,517) at 20240405153045289 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/do_mounts_rd.c' (70,518) at 20210309003654040 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/digicolor-usart.c' (70,519) at 20240405153231511 2025-03-14 03:00:50.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/appldata/appldata_base.c' (70,520) at 20240405153230075 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-video.h' (70,521) at 20210307214928690 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-e1000.rom' (70,522) at 20210308005046137 to deleted uid set 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/pwm-fan.txt' (70,523) at 20240405153045065 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-tcm' (70,524) at 20210307214925186 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-qcs404.yaml' (70,525) at 20240405153229759 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0003-switch-to-pkg-config.patch' (70,526) at 20230211040012643 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g45-corvus.dts' (70,527) at 20210308005002572 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/taskexp_ncurses.py' (70,528) at 20240302090018218 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gconf.bbclass' (70,529) at 20220910030013385 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-emlid-neutis-n5-devboard.dts' (70,530) at 20210308005002620 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/objects.c' (70,531) at 20240405153052409 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/202' (70,532) at 20240906080037564 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/salvator-xs.dtsi' (70,533) at 20220525020651934 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/memscan_32.S' (70,534) at 20240405153230095 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/bridge_locked_port.sh' (70,535) at 20240405153232275 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/inode.c' (70,536) at 20240405153231723 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/task_service.hpp' (70,537) at 20221209040003858 to deleted uid set 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_device.h' (70,538) at 20241211090212358 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0_3.0.27.bb' (70,539) at 20210608000015791 2025-03-14 03:00:50.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/install-tests.patch' (70,540) at 20241221090017644 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/compression.c' (70,541) at 20240830080013311 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/mstar,msc313-rtc.yaml' (70,542) at 20240405153045153 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx27-pinctrl.txt' (70,543) at 20210307214925394 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/sparse-mem.h' (70,544) at 20210927100127237 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel.c' (70,545) at 20240405153051777 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_state_machine.h' (70,546) at 20240817080006811 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/clc37b.h' (70,547) at 20210309003649824 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb' (70,548) at 20241206090014342 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/interfaces/json_storage.hpp' (70,549) at 20220412175720086 to deleted uid set 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/ddc_service_types.h' (70,550) at 20240405153230423 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/qxl_drm.h' (70,551) at 20210307214931618 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml' (70,552) at 20240405153045029 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c' (70,553) at 20240405153047277 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/syscall_wrapper.h' (70,554) at 20240405153230115 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts' (70,555) at 20240405153045989 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_if.h' (70,556) at 20210309003650592 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.marvell' (70,557) at 20210308005003296 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/TESTING' (70,558) at 20240405153051941 2025-03-14 03:00:50.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/lib/delay.c' (70,559) at 20240405153045913 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/clock_mock.hpp' (70,560) at 20220607100029059 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/salvator-common.dtsi' (70,561) at 20210308005002608 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c' (70,562) at 20241211090145461 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (70,563) at 20220816030012194 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/wanxlfw.S' (70,564) at 20210307214929722 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/calxeda/ecx-2000.dts' (70,565) at 20240405153045433 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/secure_seq.h' (70,566) at 20240405153052865 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml' (70,567) at 20241105090020411 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s32v234evb_defconfig' (70,568) at 20210308005003276 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/mocks.hpp' (70,569) at 20240920080022623 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/distro/openbmc-mori.conf' (70,570) at 20230701080013908 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/trace-events' (70,571) at 20240906080037312 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-label.c' (70,572) at 20220525020653851 2025-03-14 03:00:50.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/super.c' (70,573) at 20240405153052257 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/twl4030.c' (70,574) at 20240405153053813 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/dt_cpu_ftrs.c' (70,575) at 20241211090145381 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/msix.h' (70,576) at 20221215040039182 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/anarion-gmac.txt' (70,577) at 20210307214925370 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/Makefile.am' (70,578) at 20210308004932836 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pnode.h' (70,579) at 20240405153052485 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cciss_ioctl.h' (70,580) at 20210307214931626 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/gsc.c' (70,581) at 20240405153231283 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm96756.dts' (70,582) at 20240405153045433 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rtc.c' (70,583) at 20240906080037284 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/scatterlist/linux/mm.h' (70,584) at 20240405153054233 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mediatek,mt6332-regulator.yaml' (70,585) at 20240405153045145 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/dvb-usb.rst' (70,586) at 20210307214925462 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/perf.c' (70,587) at 20240405153230295 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_bpf_helpers.h' (70,588) at 20240405153053429 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml' (70,589) at 20240405153045161 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/net_probe_common.h' (70,590) at 20210307214931610 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/sifive_u.h' (70,591) at 20230426080043768 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1' (70,592) at 20210307214932154 2025-03-14 03:00:50.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/pci_handler.cpp' (70,593) at 20210918000044923 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_cfg.h' (70,594) at 20210307214928078 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu-traces.c' (70,595) at 20240405153049185 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.h' (70,596) at 20240405153047261 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/index.rst' (70,597) at 20240405153045225 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/rgmii.h' (70,598) at 20210307214929422 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp5521.c' (70,599) at 20240405153230755 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/gpio.hpp' (70,600) at 20230511080026927 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (70,601) at 20241213090035006 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ia_css_ctc_table.host.c' (70,602) at 20210309003653020 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-block-manager.h' (70,603) at 20240405153049257 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb' (70,604) at 20231126090012805 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-core-mipi-dphy.c' (70,605) at 20240405153051289 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0-DE' (70,606) at 20211006000025234 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/net/Makefile' (70,607) at 20240405153230023 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff' (70,608) at 20241112090023994 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/irq.c' (70,609) at 20210308005002856 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_sock.c' (70,610) at 20241011080017387 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml' (70,611) at 20240405153045161 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_admin_cmds_defs.h' (70,612) at 20240405153230703 2025-03-14 03:00:50.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot.c' (70,613) at 20210307214926338 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-init.c' (70,614) at 20241104090011559 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_timer.c' (70,615) at 20240405153230267 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/mdss-common.yaml' (70,616) at 20240405153229759 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/FRU.interface.yaml' (70,617) at 20210610000035134 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/021.out' (70,618) at 20210308005046433 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/python3native.bbclass' (70,619) at 20220910030013389 to deleted uid set 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/port.h' (70,620) at 20240405153050149 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/overlay-notes.rst' (70,621) at 20240405153045185 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/ipmmu-vmsa.c' (70,622) at 20240405153230747 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-tch-tu08.rst' (70,623) at 20210309003648500 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-common.dtsi' (70,624) at 20240503080014458 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample' (70,625) at 20240323080013549 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/saa7146_core.c' (70,626) at 20240405153049269 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6dl-comtft.dts' (70,627) at 20240405153045501 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.clang-format' (70,628) at 20231108090011682 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/path.c' (70,629) at 20240613080016547 2025-03-14 03:00:50.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_bridge_backup_port.sh' (70,630) at 20240405153232279 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c' (70,631) at 20240405153048685 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/mscan/Kconfig' (70,632) at 20210307214929258 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch' (70,633) at 20210307205553974 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l45-spi.c' (70,634) at 20240405153232143 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/Kconfig' (70,635) at 20240405153051405 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-health-monitor.md' (70,636) at 20231219090009685 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ptrace_32.c' (70,637) at 20240405153046325 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra186-mc.yaml' (70,638) at 20240405153045101 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch' (70,639) at 20241221090017664 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/si476x-reports.h' (70,640) at 20210307214931434 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad1836.h' (70,641) at 20210307214932290 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/expected_stdout' (70,642) at 20210308005003736 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dw-dma.c' (70,643) at 20240405153231459 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting.c' (70,644) at 20210307214932642 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/Kbuild' (70,645) at 20220525020652198 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/s6e8ax0.c' (70,646) at 20210308005003532 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h' (70,647) at 20210307214929330 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/hexagon/Makefile' (70,648) at 20240405153045913 to deleted uid set 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/Kconfig' (70,649) at 20210308005003016 2025-03-14 03:00:50.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/netlink_dumper.h' (70,650) at 20240405153232207 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmdomain.c' (70,651) at 20240405153052469 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_dp.h' (70,652) at 20210307214927222 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_tt.h' (70,653) at 20240405153231795 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi' (70,654) at 20210308005002616 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/nlspec.py' (70,655) at 20240405153232219 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_policy.c' (70,656) at 20241216090017797 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus-top/dbus-top_git.bb' (70,657) at 20241221090017568 to deleted uid set 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-attestation_git.bb' (70,658) at 20230610080017599 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/nic.c' (70,659) at 20240405153231047 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/Makefile' (70,660) at 20240405153054365 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-mem.txt' (70,661) at 20240405153054081 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/context.c' (70,662) at 20210307214926462 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml' (70,663) at 20240405153045105 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-switch.c' (70,664) at 20240405153049249 2025-03-14 03:00:50.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/wmi/acpi-interface.rst' (70,665) at 20240405153045333 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/cytherm.c' (70,666) at 20240405153231563 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/Makefile' (70,667) at 20210308005003032 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/mmu.h' (70,668) at 20220429100100802 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/signal.c' (70,669) at 20210308005046097 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/recover_pnor_files' (70,670) at 20240423080018523 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm5301x.dtsi' (70,671) at 20240405153045425 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_uc1611.c' (70,672) at 20210307214930506 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/klkernvars.h' (70,673) at 20210307214926246 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/aio.c' (70,674) at 20240405153231607 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/reg.h' (70,675) at 20240405153045945 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_gpio.c' (70,676) at 20240405153051805 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/check_error_logs.robot' (70,677) at 20231018080016463 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/tcp.h' (70,678) at 20220525020654467 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp4-server' (70,679) at 20210307205554462 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/qemu.h' (70,680) at 20240906080037156 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/maya44.h' (70,681) at 20210307214932262 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/0001-support-authentication-for-kickstart.patch' (70,682) at 20230317080013797 2025-03-14 03:00:50.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/job.json' (70,683) at 20240906080037432 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/Kconfig' (70,684) at 20210308005003464 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/vmlinux.lds.S' (70,685) at 20240405153046329 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c' (70,686) at 20240405153047101 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-ocp-setting' (70,687) at 20241121090011895 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/common_appendix.rst' (70,688) at 20240405153045265 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx_bootaux.c' (70,689) at 20210308005002728 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.browserslistrc' (70,690) at 20220105012522959 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/obmc-console@.service' (70,691) at 20220921030015982 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_gen3.h' (70,692) at 20210309003651840 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/s3c64xx.c' (70,693) at 20240405153045685 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/iommu.h' (70,694) at 20220525020652138 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_mem_hotplug.rst' (70,695) at 20220429100100422 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/meson.build' (70,696) at 20240326080039662 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/max2175.h' (70,697) at 20210307214928658 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_vsock.h' (70,698) at 20220429100100590 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/other_interfaces.rst' (70,699) at 20220804100015876 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group/meson.build' (70,700) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/rescan-cxl-eid' (70,701) at 20240504080013861 to deleted uid set 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/policy_ns.c' (70,702) at 20240405153053465 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/parman.h' (70,703) at 20210307214931466 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/machine_kexec_64.c' (70,704) at 20241011080017291 to deleted uid set 2025-03-14 03:00:50.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm44xx.c' (70,705) at 20210307214925926 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/ioctl.c' (70,706) at 20240628080013985 to deleted uid set 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_cpumask.tc' (70,707) at 20210307214932670 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryMetrics.v1_7_3.json' (70,708) at 20240619080002948 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/img-spdif-in.rst' (70,709) at 20210307214925566 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models.h' (70,710) at 20240906080037532 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/meson.build' (70,711) at 20240326080039558 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ci20_mmc_defconfig' (70,712) at 20210308005003252 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-presence.json' (70,713) at 20240808080012360 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ExtendedVersion/meson.build' (70,714) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear320-hmi.dts' (70,715) at 20240405153045577 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_request.c' (70,716) at 20210307214927858 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/sched.c' (70,717) at 20240405153046205 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/iothread.c' (70,718) at 20240906080037352 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml' (70,719) at 20240405153229787 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_drv.c' (70,720) at 20240405153230635 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fdomain_isa.c' (70,721) at 20220525020654007 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-ppc-Remove-unused-host_powerpc64-function.patch' (70,722) at 20230706080014745 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/lsi,zevio-timer.txt' (70,723) at 20210307214925446 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5307.h' (70,724) at 20210308005002804 2025-03-14 03:00:50.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/iomux.c' (70,725) at 20210308005003072 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/vf610twr.c' (70,726) at 20210308005002996 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5329AFEE_defconfig' (70,727) at 20210308005003236 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-ppc-of.c' (70,728) at 20240405153231559 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.json' (70,729) at 20210308005046405 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/mrw-override-settings.yaml' (70,730) at 20210307205553718 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_pdr_add_fru_record_set_check.yaml' (70,731) at 20240908080010098 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sdk7780_defconfig' (70,732) at 20240405153046309 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/README' (70,733) at 20210307214932158 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/dwarf.h' (70,734) at 20210307214926318 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AdaCore-doc' (70,735) at 20241221090017612 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts' (70,736) at 20240405153045389 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pinctrl/pinctrl-k210.c' (70,737) at 20241211090145481 to deleted uid set 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/0001-test_transformation-Check-if-transform-is-supported-.patch' (70,738) at 20230503080014623 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c' (70,739) at 20240405153230547 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-mach-common.c' (70,740) at 20240405153232139 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/openipmi-no-openipmigui-man.patch' (70,741) at 20240113090014536 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/test_async.sh' (70,742) at 20240405153054381 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/irqs.h' (70,743) at 20240405153045641 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch' (70,744) at 20240413080012627 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/gpio/greatlakes-gpio-monitor-register/set-current-host-state@.service' (70,745) at 20230318080017029 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/ace_config.patch' (70,746) at 20230706080014741 2025-03-14 03:00:50.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/a8293.h' (70,747) at 20240405153049281 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32_sdram.c' (70,748) at 20210308005003476 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/ptdump.h' (70,749) at 20210307214926494 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-kp.dtsi' (70,750) at 20240405153045493 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux_1.1.bb' (70,751) at 20230610080017603 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ia_css_pipeline.h' (70,752) at 20240405153051845 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/Makefile' (70,753) at 20210307214925882 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/meson.options' (70,754) at 20240614080016246 to deleted uid set 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3.c' (70,755) at 20240906080037236 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/rst.c' (70,756) at 20240405153051409 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/clock.h' (70,757) at 20210307214926550 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_bpf.c' (70,758) at 20240405153053361 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0297.h' (70,759) at 20210307214928638 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera.h' (70,760) at 20240405153050073 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/announce.c' (70,761) at 20230426080043796 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/asm-offsets.h' (70,762) at 20210307214926318 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups_2.4.11.bb' (70,763) at 20241221090017676 2025-03-14 03:00:50.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/avocado_qemu/__init__.py' (70,764) at 20241211090212530 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/ixp4xx_hss.c' (70,765) at 20240405153050393 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/opencores-ethoc.txt' (70,766) at 20210307214925378 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/berlin-usb-phy.txt' (70,767) at 20210307214925386 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/sifive_uart.h' (70,768) at 20241211090212358 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js' (70,769) at 20241004080035963 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/023' (70,770) at 20210927100127473 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_reg.c' (70,771) at 20240405153231003 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (70,772) at 20210307205554094 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/ext4.c' (70,773) at 20210308005003540 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_setup_44x.S' (70,774) at 20210307214926398 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/Kconfig' (70,775) at 20220525020653407 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/hvm/params.h' (70,776) at 20240405153052957 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/device.c' (70,777) at 20240405153048925 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_floor.cpp' (70,778) at 20240820080023682 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-pid.tc' (70,779) at 20210309003656000 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch' (70,780) at 20230706080014749 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/da9055_wdt.c' (70,781) at 20210307214930966 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max77686.yaml' (70,782) at 20240405153045145 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_ata.c' (70,783) at 20240710080014597 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/header.S' (70,784) at 20240405153046493 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-ns2-mux.c' (70,785) at 20240405153051309 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml' (70,786) at 20240405153045089 2025-03-14 03:00:50.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h' (70,787) at 20210307214929542 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_cpu_core.h' (70,788) at 20241211090212362 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_version.h' (70,789) at 20210307214930666 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-chassis-running@.service' (70,790) at 20221117040044437 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_eer.c' (70,791) at 20240405153051509 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard820c-uboot.dtsi' (70,792) at 20210308005002576 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch' (70,793) at 20241221090017564 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/templates/default/local.conf.sample' (70,794) at 20241221090017484 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu8_fusion.h' (70,795) at 20240405153048341 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/clk_rk3188.c' (70,796) at 20210308005002772 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/check-test-wrapper' (70,797) at 20230813080012876 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqflags.h' (70,798) at 20240418080014510 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/cache.json' (70,799) at 20240405153054121 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/rkisp1.rst' (70,800) at 20240405153045193 2025-03-14 03:00:50.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sn9c2028.c' (70,801) at 20210309003650392 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/pal.h' (70,802) at 20220525020651974 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7578.patch' (70,803) at 20210307205553942 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml' (70,804) at 20221207040023631 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-opal.txt' (70,805) at 20210307214925326 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Taivalkoski_Taivalvaara' (70,806) at 20210307205553774 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/peer_object.c' (70,807) at 20240405153053361 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_isa.c' (70,808) at 20241211090212342 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/rndis.c' (70,809) at 20210308005003508 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_regs.h' (70,810) at 20240405153051865 2025-03-14 03:00:50.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx50.c' (70,811) at 20240405153231319 2025-03-14 03:00:50.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/cfg80211.h' (70,812) at 20240405153231851 2025-03-14 03:00:50.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_qbman_portal.h' (70,813) at 20210308005003648 2025-03-14 03:00:50.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-adp5520.c' (70,814) at 20210307214928546 2025-03-14 03:00:50.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c' (70,815) at 20240405153230999 2025-03-14 03:00:50.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/nis.inc' (70,816) at 20220402030015911 2025-03-14 03:00:50.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_vpu.h' (70,817) at 20240405153049413 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/qaic_drv.c' (70,818) at 20240405153230163 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0005-adb-add-base64-implementation.patch' (70,819) at 20230706080014745 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pgtable-64.h' (70,820) at 20240405153230011 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/instruction.json' (70,821) at 20240405153054109 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/int32_helper.c' (70,822) at 20241211090212518 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/cmdline.c' (70,823) at 20240405153046469 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-ic-prpencvf.c' (70,824) at 20220525020654135 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/time.c' (70,825) at 20240710080014577 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm59056.txt' (70,826) at 20210307214925358 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c' (70,827) at 20241011080017307 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/brcm,bcm63xx-audio.txt' (70,828) at 20210307214925426 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_heartbeat.h' (70,829) at 20240405153230267 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-cpu-models.rst' (70,830) at 20220429100100426 2025-03-14 03:00:50.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/Kconfig' (70,831) at 20210308005003736 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_lsm.h' (70,832) at 20240405153052665 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/Makefile' (70,833) at 20241220090018346 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/wakeup-latency.pl' (70,834) at 20210307214932566 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt5759-regulator.yaml' (70,835) at 20240405153045145 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/configure-seabios.sh' (70,836) at 20210308005046237 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/Kconfig' (70,837) at 20241211090212286 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kthread.h' (70,838) at 20240613080016499 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp1_execution.c' (70,839) at 20241018080014482 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c' (70,840) at 20220525020653631 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi' (70,841) at 20240405153229935 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6.c' (70,842) at 20210308005003088 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/Kconfig' (70,843) at 20210308005003468 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/mds_client.h' (70,844) at 20240429080012448 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.hpp' (70,845) at 20240926080026490 to deleted uid set 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mc146818rtc.h' (70,846) at 20210307214926582 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-video.h' (70,847) at 20210309003650356 2025-03-14 03:00:50.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-kernel/linux/linux-aspeed/system1.cfg' (70,848) at 20240911080042931 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_sec.h' (70,849) at 20210308005003652 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/kunit/test_data/test_insufficient_memory.log' (70,850) at 20210307214932626 to deleted uid set 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_vita.h' (70,851) at 20210308004938820 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/capsule-loader.c' (70,852) at 20240405153230295 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/tools/dis-asm-compat.h' (70,853) at 20240405153054049 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/hwmonio.hpp' (70,854) at 20210308004940468 to deleted uid set 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/remmina/remmina_1.4.36.bb' (70,855) at 20241221090017544 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost.h' (70,856) at 20241211090212366 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/-bmc-gbmcnicdhcp.netdev' (70,857) at 20240913080015313 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6060.c' (70,858) at 20240405153230907 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/0002-ext4_utils-add-o-argument-to-preserve-ownership.patch' (70,859) at 20210307205553894 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/csr_helper.c' (70,860) at 20240906080037496 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp223.dtsi' (70,861) at 20210308005002572 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/page_actor.h' (70,862) at 20240405153052537 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/vfio_iommu_type1.c' (70,863) at 20240405153231575 2025-03-14 03:00:50.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/rcw_p5040.cfg' (70,864) at 20210308005003168 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/generic.hpp' (70,865) at 20210308005049129 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-wacom' (70,866) at 20210309003648260 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/sc7180-lpass.h' (70,867) at 20210309003653816 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_code_update_utils.robot' (70,868) at 20240627080021048 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_string.c' (70,869) at 20240405153053109 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/queue.c' (70,870) at 20240405153050705 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/Kconfig' (70,871) at 20240805080013971 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/stfs.c' (70,872) at 20210307214926438 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/perms.c' (70,873) at 20240613080016427 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/xen_snd_front_cfg.h' (70,874) at 20210307214932450 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config_hdc1080.json' (70,875) at 20220907030013285 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/axis-fifo/axis-fifo.txt' (70,876) at 20210307214930478 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8378_rdb.dts' (70,877) at 20210307214926358 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ds90ub960.c' (70,878) at 20241211090145445 to deleted uid set 2025-03-14 03:00:50.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm7150-gcc.yaml' (70,879) at 20240405153045029 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/timing.c' (70,880) at 20240405153046173 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_get_bios_post_code.robot' (70,881) at 20240628080017113 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/stm32-timers.h' (70,882) at 20240405153052733 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/images/fb-greatlakes-phosphor-image.inc' (70,883) at 20230321080018353 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,krait-cc.txt' (70,884) at 20210307214925290 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-tls-iothread' (70,885) at 20240906080037568 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/README' (70,886) at 20210307205553806 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu.c' (70,887) at 20241211090212518 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/libvduse.c' (70,888) at 20240326080039630 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/w996Xcf.c' (70,889) at 20220525020653323 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/storageaddsel.cpp' (70,890) at 20240724080026572 to deleted uid set 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/scsi_bsg_mpi3mr.h' (70,891) at 20240520080015207 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/inode.c' (70,892) at 20240415080012987 2025-03-14 03:00:50.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/p1023rdb.c' (70,893) at 20210308005002988 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/Makefile' (70,894) at 20240405153049393 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8349_PCI_33_defconfig' (70,895) at 20210308005003280 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/sync.c' (70,896) at 20240405153053033 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kalix' (70,897) at 20210307205553786 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_TPROXY.c' (70,898) at 20240405153053337 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/init' (70,899) at 20210307205553974 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/Makefile' (70,900) at 20210308005003072 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op-vec.c' (70,901) at 20241211090212530 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.9/index.html' (70,902) at 20210307205554246 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (70,903) at 20241106090019918 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/__init__.py' (70,904) at 20210307205554266 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/Kbuild' (70,905) at 20210307214926682 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs_fletcher.c' (70,906) at 20210308005003556 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/.gitignore' (70,907) at 20240405153054073 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap-gpmc-smsc9221.dtsi' (70,908) at 20240405153045601 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h' (70,909) at 20240405153230591 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_configfs.h' (70,910) at 20240405153052077 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/config.mk' (70,911) at 20210308005002836 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5253.h' (70,912) at 20210308005002804 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/gio.h' (70,913) at 20210307214926242 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb' (70,914) at 20240413080012667 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/access-helper.h' (70,915) at 20240405153045945 2025-03-14 03:00:50.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_client.c' (70,916) at 20240405153230967 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/posix-clock.h' (70,917) at 20210307214931486 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/led.c' (70,918) at 20240405153051409 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ltc2471.c' (70,919) at 20240405153048953 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hpe,gxp.yaml' (70,920) at 20240405153045013 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_debugfs.c' (70,921) at 20240405153049105 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/testing.md' (70,922) at 20240808080020596 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/raa215300.c' (70,923) at 20240405153231363 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/phosphor-dbus-interfaces.wrap' (70,924) at 20240215090006160 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/static-passwd-meta-networking' (70,925) at 20240301090012419 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/sanitize.hpp' (70,926) at 20240817080005771 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rdc321x-southbridge.c' (70,927) at 20220525020653347 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bridge/br_netfilter_hooks.c' (70,928) at 20241018080014578 to deleted uid set 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-socfpga.c' (70,929) at 20210308005003480 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/gina24.c' (70,930) at 20210307214932246 2025-03-14 03:00:50.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/pstore_tests' (70,931) at 20210307214932710 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5100.h' (70,932) at 20210307214932354 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gpucc-sdm660.yaml' (70,933) at 20240405153045029 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_sun4v.h' (70,934) at 20210307214926598 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun50i-h6-r-ccu.h' (70,935) at 20240405153231799 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_debugfs.c' (70,936) at 20240405153230891 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/stackcollapse.py' (70,937) at 20210307214932570 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_inode_fork.c' (70,938) at 20240405153052573 to deleted uid set 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/bmc_dump_entry.cpp' (70,939) at 20240620080024795 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_manager.hpp' (70,940) at 20230822080013225 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/test/handle.hpp' (70,941) at 20230511080009359 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/iomap.h' (70,942) at 20210308005002876 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch' (70,943) at 20240301090012419 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/serial.h' (70,944) at 20210307214926762 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/trace.c' (70,945) at 20210308005003220 2025-03-14 03:00:50.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h' (70,946) at 20210307214930634 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm9000.h' (70,947) at 20210307214931378 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/scan.c' (70,948) at 20240830080013247 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear600-evb.dts' (70,949) at 20240405153045577 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/cmd_ut.c' (70,950) at 20210308005003736 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hash_info.h' (70,951) at 20210307214931634 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/00-ncsi.conf' (70,952) at 20241213090035010 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-i12-tvbox.dts' (70,953) at 20240405153045385 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vmware_vga.c' (70,954) at 20241211090212270 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/Makefile' (70,955) at 20240405153052229 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/asp834x-redboot.dts' (70,956) at 20210307214926338 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_kmap_iter.h' (70,957) at 20240405153052637 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m1.dtsi' (70,958) at 20240405153229963 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fcmp.c.inc' (70,959) at 20240906080037496 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctdaio.h' (70,960) at 20220525020654991 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-neo-air.dts' (70,961) at 20240405153045389 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/b-l475e-iot01a.rst' (70,962) at 20240906080037176 2025-03-14 03:00:50.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/utils.cpp' (70,963) at 20240909080028331 to deleted uid set 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/init301.c' (70,964) at 20240613080016475 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/init.c' (70,965) at 20240405153050593 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-s3ve3g.dts' (70,966) at 20240405153045541 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5253DEMO_defconfig' (70,967) at 20210308005003236 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/activation_mmc.hpp' (70,968) at 20220727030018057 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/xlnx_r5_remoteproc.c' (70,969) at 20240405153051485 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/iio/types.h' (70,970) at 20240405153052921 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_vars1.c' (70,971) at 20220525020655199 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb' (70,972) at 20241221090017500 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/Kconfig' (70,973) at 20210308005003080 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/README' (70,974) at 20210308005002968 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c' (70,975) at 20241216090017709 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/aspeed-pwm-tacho.rst' (70,976) at 20240405153045217 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-aes-ecb.c' (70,977) at 20220525020652390 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tcp_estats.c' (70,978) at 20240405153054281 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/virtio_ring.h' (70,979) at 20210308005046069 2025-03-14 03:00:50.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c' (70,980) at 20240405153046953 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_cpu.h' (70,981) at 20240906080037156 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/bitops.h' (70,982) at 20210308005002888 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/mediatek-mt8173-fails.txt' (70,983) at 20240405153230531 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-dif.h' (70,984) at 20210307214928810 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/cdns3/drd.c' (70,985) at 20240405153231535 to deleted uid set 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-test-pppd_dummy.c-Fix-return-value.patch' (70,986) at 20230706080014737 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/Kconfig' (70,987) at 20230925080039921 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/platsmp.c' (70,988) at 20220525020651886 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/lbalance.c' (70,989) at 20210307214931234 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-rembrandt.c' (70,990) at 20240405153232139 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/ud_header.c' (70,991) at 20220525020653119 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/elf.c' (70,992) at 20240405153054077 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/qcom/cpr.c' (70,993) at 20240405153231347 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (70,994) at 20220812030014405 2025-03-14 03:00:50.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/kmemleak.h' (70,995) at 20210307214932742 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-atmel.c' (70,996) at 20240405153231355 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/i386/qemu-vmsr-helper.c' (70,997) at 20240906080037584 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkAdapterMetrics_v1.xml' (70,998) at 20240619080002932 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c' (70,999) at 20240405153049465 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/gpio-chip-info.c' (71,000) at 20240405153054305 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-vmarc-som.dtsi' (71,001) at 20240405153045561 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-yapp4-pegasus-plus.dts' (71,002) at 20240405153045521 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3228.c' (71,003) at 20241008080013915 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c' (71,004) at 20210307214932706 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/Kconfig' (71,005) at 20210308005003456 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-zstd.c' (71,006) at 20241211090212390 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/fuse.h' (71,007) at 20220525020652947 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_bus.h' (71,008) at 20240405153046301 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/flashbios/Makefile' (71,009) at 20210308004922932 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/accessors.c' (71,010) at 20240405153052273 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/usercopy.S' (71,011) at 20240405153046513 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max17040_battery.c' (71,012) at 20240405153231355 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/stm32.rst' (71,013) at 20241211090212238 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1420_priv.h' (71,014) at 20210307214928634 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/gold-unversioned-symbol.patch' (71,015) at 20210307205553738 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm6328-power-domain.h' (71,016) at 20210308005003640 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gtk-immodules-cache.bbclass' (71,017) at 20220910030013385 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32h743i-disco.dts' (71,018) at 20240405153045581 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/tune-microblaze.inc' (71,019) at 20210905000020581 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/Makefile' (71,020) at 20240405153045401 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/logicpd,type28.yaml' (71,021) at 20210307214925306 2025-03-14 03:00:50.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-amarula-relic.dts' (71,022) at 20240405153045709 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/upd.c' (71,023) at 20210308005003424 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (71,024) at 20241031080012179 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/xen.rst' (71,025) at 20240906080037180 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sed-opal.h' (71,026) at 20240405153231879 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cros_ec_chardev.h' (71,027) at 20210307214931474 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/socket.h' (71,028) at 20240405153045353 2025-03-14 03:00:50.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/syscall-trace.h' (71,029) at 20240906080037352 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_elf_loader.c' (71,030) at 20240405153051481 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/passwd' (71,031) at 20210307205554570 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_vars.h' (71,032) at 20210308005003368 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/ip_tunnel.c' (71,033) at 20241216090017789 to deleted uid set 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun9i-a80.c' (71,034) at 20240405153046857 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c' (71,035) at 20240405153046193 2025-03-14 03:00:50.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/scapy-example.json' (71,036) at 20210307214932722 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu73_discrete.h' (71,037) at 20240405153230511 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/gbs-detect-gpio-present.bb' (71,038) at 20241206090014278 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_SECURE_BOOT_defconfig' (71,039) at 20210308005003264 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/checklist.c' (71,040) at 20210308005003732 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/pci-iov-howto.rst' (71,041) at 20240405153044929 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/297.out' (71,042) at 20210927100127501 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/meson.build' (71,043) at 20240209090020373 to deleted uid set 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c' (71,044) at 20240405153230415 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sh4.c' (71,045) at 20210308005003452 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/davinci-nand.txt' (71,046) at 20210309003648372 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/symlink.c' (71,047) at 20210307214931218 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/pch.c' (71,048) at 20210308005002856 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb' (71,049) at 20241221090017560 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/head.S' (71,050) at 20210307214926318 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_boot.c' (71,051) at 20210308005003404 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-type.json' (71,052) at 20210308005046409 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-spi.h' (71,053) at 20210307214926234 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/trace_readwrite.c' (71,054) at 20240405153053109 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wdat_wdt.c' (71,055) at 20240405153052245 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IEC-Code-Components-EULA' (71,056) at 20241221090017616 2025-03-14 03:00:50.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_quirks.c' (71,057) at 20240405153048457 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-stub.c' (71,058) at 20220525020653079 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-unknown.err' (71,059) at 20210308005046397 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/booting-dt.rst' (71,060) at 20240405153044985 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/acrn.c' (71,061) at 20240405153230119 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/MAINTAINERS' (71,062) at 20210308005003028 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_syscall_vdso.c' (71,063) at 20210307214932734 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/get_address.c' (71,064) at 20240405153046473 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop' (71,065) at 20210307205553690 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/meson.build' (71,066) at 20241211090212326 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/Makefile' (71,067) at 20240405153045353 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/video/Makefile' (71,068) at 20210307214930598 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/Makefile' (71,069) at 20210308005003720 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_x86.c' (71,070) at 20210308005003496 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_swn.c' (71,071) at 20240405153052509 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/images/logo.svg' (71,072) at 20240405153045221 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_fc.c' (71,073) at 20240405153051537 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,max98396.yaml' (71,074) at 20240405153045161 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/source_location.hpp' (71,075) at 20230624080030539 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_oob.cpp' (71,076) at 20210308005100993 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/utilities/meson.build' (71,077) at 20240823080032949 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97xxx-nand-cs1-bch4.dtsi' (71,078) at 20210307214926194 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8998-irq.c' (71,079) at 20210307214929010 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sti/uniperif_player.c' (71,080) at 20240815080012931 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/float_convd.ref' (71,081) at 20221215040039382 2025-03-14 03:00:50.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/info_packet/Makefile' (71,082) at 20210307214927318 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_stats.c' (71,083) at 20240405153050209 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-aggregator.c' (71,084) at 20240405153047069 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/branch.json' (71,085) at 20240405153054113 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/tdfxfb.c' (71,086) at 20240405153231595 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/k210.dtsi' (71,087) at 20240405153046241 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml' (71,088) at 20240405153045073 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_freestanding.c' (71,089) at 20210308005003700 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c' (71,090) at 20210307214929294 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cmd_esbc_validate.c' (71,091) at 20210308005002960 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernel_read_file.c' (71,092) at 20240405153052397 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/projects/qemu-minimal.yml' (71,093) at 20240906080037560 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dmaengine/dmatest.rst' (71,094) at 20240405153045189 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/usb-tusb6010.h' (71,095) at 20240405153045673 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_0_sh_mask.h' (71,096) at 20210307214927670 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/vmalloc.h' (71,097) at 20240405153052897 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-harmony.dts' (71,098) at 20210308005002628 2025-03-14 03:00:50.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/ad5398.c' (71,099) at 20240405153051461 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/makedbs.sh' (71,100) at 20210307205554478 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-evm-common.dtsi' (71,101) at 20240405153045601 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-set' (71,102) at 20220429100100750 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/dynmem-proto.h' (71,103) at 20240906080037332 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/board.h' (71,104) at 20210308005002948 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/debugging-via-ohci1394.rst' (71,105) at 20210307214925262 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/time.c' (71,106) at 20220525020651974 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/sc.c' (71,107) at 20240405153049485 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/trace-events' (71,108) at 20220429100100434 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-powernv.txt' (71,109) at 20210307214925346 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0044-corstone1000-set-unique-GUID-for-fvp-and-mps3.patch' (71,110) at 20240413080012631 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/rw-by-pid.pl' (71,111) at 20210307214932566 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_pci.c' (71,112) at 20220525020653275 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-create-dirs.sh' (71,113) at 20220618030015182 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/fsl,imx8qm-lvds-phy.yaml' (71,114) at 20240405153045129 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-dbx5x0.dtsi' (71,115) at 20240405153045577 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-Olimex-SOM-EVB_defconfig' (71,116) at 20210308005003232 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack/run-ptest' (71,117) at 20230813080012844 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_kframe.h' (71,118) at 20240405153049729 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_defconfig' (71,119) at 20210308005003240 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__receiver_adaptor.hpp' (71,120) at 20240817080036820 2025-03-14 03:00:50.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/priv.h' (71,121) at 20240405153230607 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c' (71,122) at 20210307214929318 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5660.h' (71,123) at 20210307214932330 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (71,124) at 20241206090014230 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/vtimer.c' (71,125) at 20240906080037576 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a83t.h' (71,126) at 20210308005002668 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/enter_mpreboot.cpp' (71,127) at 20230915080021805 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/spinlock_types.h' (71,128) at 20240405153045905 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt6795-pinctrl.yaml' (71,129) at 20240405153229787 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk20a.c' (71,130) at 20240405153048637 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/bitsperlong.h' (71,131) at 20210307214926514 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/ceph_fs.h' (71,132) at 20240405153231803 2025-03-14 03:00:50.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/himax,hx83112b.yaml' (71,133) at 20240405153045081 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mb86a16_priv.h' (71,134) at 20210307214928630 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/emev2-kzm9d.dts' (71,135) at 20240405153045545 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/sdmmc_defs.h' (71,136) at 20210308005002720 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/vexpress-sysreg.c' (71,137) at 20240405153049625 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.h' (71,138) at 20240405153050589 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/debugfs.c' (71,139) at 20240405153231571 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch' (71,140) at 20230706080014745 to deleted uid set 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/macros.h' (71,141) at 20240326080039658 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/Makefile' (71,142) at 20240405153054293 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/Makefile' (71,143) at 20220525020655131 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-kernel/linux/linux-aspeed/palmetto.cfg' (71,144) at 20210307205553690 to deleted uid set 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/cpu.c' (71,145) at 20210308005002884 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/Makefile' (71,146) at 20220525020652142 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8731-spi.c' (71,147) at 20240405153053841 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8544ds.dtsi' (71,148) at 20210307214926342 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/optionrom.h' (71,149) at 20230426080043832 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/pacache.S' (71,150) at 20240405153046077 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch' (71,151) at 20230811080018298 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ActionInfo.v1_4_2.json' (71,152) at 20240619080002940 2025-03-14 03:00:50.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd_9.2.1.bb' (71,153) at 20230114040015474 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/svm.h' (71,154) at 20240624080012772 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/stm/ltdc.h' (71,155) at 20240405153048757 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb' (71,156) at 20231126090012781 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-fw.c' (71,157) at 20240405153230795 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/qmc.c' (71,158) at 20241216090017737 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/index.rst' (71,159) at 20211006000025222 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack_3.12.0.bb' (71,160) at 20240113090014536 to deleted uid set 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/fls.S' (71,161) at 20240405153230095 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dc.c' (71,162) at 20240405153230635 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/irqc-rzg2l.h' (71,163) at 20240405153052649 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb' (71,164) at 20231126090012777 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/event-codes.rst' (71,165) at 20240405153045225 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-crash@.target' (71,166) at 20220301040040077 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi' (71,167) at 20240405153229947 to deleted uid set 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/event_service_manager.hpp' (71,168) at 20241228090003719 to deleted uid set 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kexec_ranges.h' (71,169) at 20240405153046113 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-bananapi-m2-plus.dts' (71,170) at 20240405153045709 2025-03-14 03:00:50.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/maps.rst' (71,171) at 20240405153044997 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/ks_wlan_ioctl.h' (71,172) at 20210307214930526 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/intf.h' (71,173) at 20240405153050613 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c' (71,174) at 20240405153048801 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson/py3.13.patch' (71,175) at 20241221090017552 to deleted uid set 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ExternalAccountProviderCollection_v1.xml' (71,176) at 20240619080002924 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/auto_fs.h' (71,177) at 20210307214931622 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/fp-impl.c.inc' (71,178) at 20240906080037520 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/types.hpp' (71,179) at 20240104090016070 to deleted uid set 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-cinergy-1400.c' (71,180) at 20210307214928778 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mem_encrypt_identity.c' (71,181) at 20240411080014066 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/consumer.rst' (71,182) at 20240405153045189 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_tx.c' (71,183) at 20240405153049937 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci_f_sdh30.c' (71,184) at 20240405153230863 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/jenkins/userid-validation' (71,185) at 20241120090013168 to deleted uid set 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_coredump.c' (71,186) at 20240405153231367 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/cache.h' (71,187) at 20210309003648808 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/set-process-name.c' (71,188) at 20240405153232283 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt' (71,189) at 20240405153229767 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-audio.c' (71,190) at 20210916100017847 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun50i-h6-ccu.h' (71,191) at 20240405153231795 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-sramc.c' (71,192) at 20241211090212294 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0001-error.h-include-errno.h-instead-of-extern-int.diff' (71,193) at 20230706080014757 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cvd.c' (71,194) at 20240906080037580 2025-03-14 03:00:50.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/swab.h' (71,195) at 20210307214931254 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/hardware.h' (71,196) at 20210308005002660 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_mpu.h' (71,197) at 20240405153049225 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb' (71,198) at 20240413080012643 to deleted uid set 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_l2c.h' (71,199) at 20210307214926242 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/gpio_presence.hpp' (71,200) at 20241219090021588 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/pm.c' (71,201) at 20240405153229911 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpf_exp.l' (71,202) at 20210307214932462 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/sandbox.txt' (71,203) at 20210308005003308 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-de2.h' (71,204) at 20210308005003640 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/meson.build' (71,205) at 20230311090025747 to deleted uid set 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/axm/axm5516-amarillo.dts' (71,206) at 20240405153045437 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7637.patch' (71,207) at 20210307205553942 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/configure.ac' (71,208) at 20220421030014276 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/stale.yml' (71,209) at 20210307205553662 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/imx296.c' (71,210) at 20240405153230787 to deleted uid set 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/ventura_rmc.json' (71,211) at 20241213090004413 to deleted uid set 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/lib.c' (71,212) at 20210307214932034 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/i2c.c' (71,213) at 20240405153051185 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/udp.h' (71,214) at 20240405153231859 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/src4xxx.c' (71,215) at 20240405153053785 2025-03-14 03:00:50.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/Kbuild' (71,216) at 20210307214927966 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt.h' (71,217) at 20210308004938836 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2500_spl.h' (71,218) at 20210308005003596 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/meson.build' (71,219) at 20240906080037376 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_init.c' (71,220) at 20210308005003368 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/multilib_header.bbclass' (71,221) at 20220910030013389 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/rzg2l-ip.c' (71,222) at 20240405153049441 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/inetpeer.c' (71,223) at 20220804100016112 to deleted uid set 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu_helper.c' (71,224) at 20240906080037496 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_6_0_d.h' (71,225) at 20210307214927690 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_in.c' (71,226) at 20240405153232067 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c' (71,227) at 20240405153054333 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi' (71,228) at 20240405153229919 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.h' (71,229) at 20210308005003364 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,twd-timer.yaml' (71,230) at 20220525020651714 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8523.yaml' (71,231) at 20240405153045173 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_api.h' (71,232) at 20240405153049893 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/Kconfig' (71,233) at 20240405153232179 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/vmem_global.h' (71,234) at 20210307214930542 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/core/ump.c' (71,235) at 20241216090017801 to deleted uid set 2025-03-14 03:00:50.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sched/cs_prctl_test.c' (71,236) at 20240405153054373 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/ti/pinctrl-ti-iodelay.c' (71,237) at 20241008080013967 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/systbls_32.S' (71,238) at 20220525020652122 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/hw_breakpoint.h' (71,239) at 20210307214926558 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/freq.h' (71,240) at 20210307214926554 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih418-clock.dtsi' (71,241) at 20240405153045581 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/twl4030-vibra.c' (71,242) at 20240405153049145 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/usbtouchscreen.c' (71,243) at 20240405153049165 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/lib/iov_iter.c' (71,244) at 20241111090012157 to deleted uid set 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Add-checksum.h-and-md5.h-for-function-pr.patch' (71,245) at 20221003030013285 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83781d.c' (71,246) at 20240405153048881 2025-03-14 03:00:50.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/dts/3c120_devboard.dts' (71,247) at 20210308005002824 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_soc.h' (71,248) at 20210307214931358 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_power_operations.robot' (71,249) at 20210308005007108 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/self.c' (71,250) at 20240405153231723 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/page_ref.h' (71,251) at 20220525020654659 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ga102.c' (71,252) at 20240405153048633 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.cpp' (71,253) at 20241112090003098 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/bcm2835-gpio.txt' (71,254) at 20210308005003304 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb' (71,255) at 20240302090018210 to deleted uid set 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sh/aica.c' (71,256) at 20240405153232139 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/ov534.c' (71,257) at 20241211090145449 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/runqslower/Makefile' (71,258) at 20241008080014051 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/setup.c' (71,259) at 20241211090145377 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf.h' (71,260) at 20240726080012862 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/st/st_thermal.c' (71,261) at 20240405153051977 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/eeprom.rst' (71,262) at 20210307214925522 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml' (71,263) at 20220802030011587 2025-03-14 03:00:50.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/spinlock_test.c' (71,264) at 20220525020652006 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt1/pt1.c' (71,265) at 20240405153049373 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-crypto-api-test_%.bbappend' (71,266) at 20230114040015466 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/nwfpe/notes.rst' (71,267) at 20240405153044973 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/microchip.c' (71,268) at 20240405153050357 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/tgl-metrics.json' (71,269) at 20240405153232231 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/utils.py' (71,270) at 20241221090017628 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c' (71,271) at 20240405153231339 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml' (71,272) at 20221207040023631 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/imx-ocotp.c' (71,273) at 20240520080015163 to deleted uid set 2025-03-14 03:00:50.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/LICENSE' (71,274) at 20210308005045721 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/simple-card-utils.c' (71,275) at 20240405153232175 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/run-ptest' (71,276) at 20240301090012435 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo85b5.c' (71,277) at 20240405153048625 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/bcm2835_i2c.h' (71,278) at 20240906080037332 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/crypto/ccp/dbc_cli.py' (71,279) at 20240405153232211 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/cache.c' (71,280) at 20240405153230151 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml' (71,281) at 20240405153045029 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/vme8349pin.h' (71,282) at 20210308005002956 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/st1232.c' (71,283) at 20240405153049161 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/imx_gpcv2.c' (71,284) at 20241211090212282 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/get_managed_objects.hpp' (71,285) at 20211201040039449 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/misc/api.h' (71,286) at 20210308005002640 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aesp10-ppc.pl' (71,287) at 20240405153046101 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/README.md' (71,288) at 20230629131804619 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme147/Makefile' (71,289) at 20210307214926174 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/recipes-kernel/linux/linux-aspeed_%.bbappend' (71,290) at 20220315100011443 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/alloc.c' (71,291) at 20240712080021089 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-no-keyword.bconf' (71,292) at 20210307214932458 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/pbias-regulator.txt' (71,293) at 20210307214925410 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/NMI/meson.build' (71,294) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/common/Makefile' (71,295) at 20210308005003020 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/2.10/index.html' (71,296) at 20230114040015510 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_cache.S' (71,297) at 20210308005046529 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie.dtsi' (71,298) at 20240405153045785 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rwsem.c' (71,299) at 20210307214932602 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.server.vtable.cpp.mako' (71,300) at 20230516080040262 2025-03-14 03:00:50.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/tegra186-cpufreq.c' (71,301) at 20240405153230255 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-uniphier-glue.c' (71,302) at 20240405153231371 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.h' (71,303) at 20240405153047257 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/update_service.hpp' (71,304) at 20240619080002916 to deleted uid set 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target.h' (71,305) at 20240405153051957 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_pcmcia.c' (71,306) at 20240405153046665 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_serialize.cpp' (71,307) at 20230222020925387 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765-vcodec.c' (71,308) at 20240405153046793 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/Makefile' (71,309) at 20240405153049261 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v3.1.c' (71,310) at 20240405153050337 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/openrisc/boot.h' (71,311) at 20221215040039182 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64-thermal.dtsi' (71,312) at 20240405153045829 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_pcie_mac.c' (71,313) at 20240411080014118 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/gpio.h' (71,314) at 20240405153052917 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-memcpy-x86-64-asm-def.h' (71,315) at 20240405153054097 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xpnet.c' (71,316) at 20240405153049649 2025-03-14 03:00:50.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/renesas_sdhi_internal_dmac.c' (71,317) at 20240405153230855 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/tricore-opcodes.h' (71,318) at 20240326080039710 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/rivafb-i2c.c' (71,319) at 20210307214930934 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/map-s5p.h' (71,320) at 20210309003648716 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_blk.h' (71,321) at 20210308005003536 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/.gitignore' (71,322) at 20210307214932614 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/MAINTAINERS' (71,323) at 20210308005003012 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c' (71,324) at 20240405153049809 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/Makefile' (71,325) at 20240405153231451 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/pci-me.c' (71,326) at 20240624080012780 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064-v2.0.dtsi' (71,327) at 20240405153045541 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/Makefile' (71,328) at 20240405153051945 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cpu_core.hpp' (71,329) at 20240729080033928 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_typec_vdm.c' (71,330) at 20240405153051385 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/files/nslcd.init' (71,331) at 20210307205554074 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/current.h' (71,332) at 20210307214926378 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/ac.c' (71,333) at 20240405153230163 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/SEL.metadata.yaml' (71,334) at 20220430030026016 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/cdns,gpio.txt' (71,335) at 20210307214925314 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ds1722.h' (71,336) at 20210308005003632 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_tproxy.c' (71,337) at 20240405153232063 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-armada38x-comphy.txt' (71,338) at 20210309003648380 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf/android-gadget-setup' (71,339) at 20210307205553894 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-timing.yaml' (71,340) at 20240405153045045 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Makefile.include' (71,341) at 20210307214932466 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/bitrev.h' (71,342) at 20240405153045937 2025-03-14 03:00:50.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/chacha_generic.c' (71,343) at 20210307214926794 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ksmbd_work.h' (71,344) at 20240405153231747 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_signal.h' (71,345) at 20240906080037156 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gtkbook' (71,346) at 20241221090017620 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/inventorysensor.mako.cpp' (71,347) at 20210308004932836 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic32x4-clk.c' (71,348) at 20240405153232163 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpufreq/s3c64xx-cpufreq.c' (71,349) at 20210307214927058 to deleted uid set 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Harads' (71,350) at 20210307205553782 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/video.h' (71,351) at 20240405153051865 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/files/emmc-init' (71,352) at 20221007030014979 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/MAINTAINERS' (71,353) at 20210308005002980 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/caif/caif_virtio.c' (71,354) at 20240405153049725 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4trace.h' (71,355) at 20240405153052425 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/xfs.rst' (71,356) at 20240405153229739 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/isa.c' (71,357) at 20241211090212282 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sort.h' (71,358) at 20240405153052797 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/dbus-1/system-services/xyz.openbmc_project.LED.Controller.service' (71,359) at 20240719080031533 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1020.dts' (71,360) at 20240405153045505 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-apmixedsys.c' (71,361) at 20240405153046793 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-d3plug.dts' (71,362) at 20240405153229875 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/debug_uart.h' (71,363) at 20210308005003628 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/multiqueue.rst' (71,364) at 20210307214925538 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hptiop.c' (71,365) at 20240405153051605 2025-03-14 03:00:50.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/0002-build-Do-not-build-po-files.patch' (71,366) at 20220823030015951 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/status.hpp' (71,367) at 20230714080028887 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/dump.c' (71,368) at 20210308005003356 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/SECURITY.md' (71,369) at 20241203090006519 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/vringh.h' (71,370) at 20240405153054389 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn301/dcn301_fpu.h' (71,371) at 20240405153047273 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/net.c' (71,372) at 20240405153050533 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp775.c' (71,373) at 20210307214931178 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/Kconfig' (71,374) at 20210307214929242 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno.scc' (71,375) at 20230131040012019 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/mem-reservation.c' (71,376) at 20240405153052249 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/string.h' (71,377) at 20220525020655115 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pcf8574.c' (71,378) at 20241211090212274 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-internal.h' (71,379) at 20240906080037224 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/media/xilinx-vip.h' (71,380) at 20210307214931342 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/build.c' (71,381) at 20240405153052389 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (71,382) at 20231128090014177 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/perf.c' (71,383) at 20240405153049185 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/pi433_if.h' (71,384) at 20240405153051873 2025-03-14 03:00:50.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/Makefile' (71,385) at 20210308005002968 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma4/sdma4_4_2_2_sh_mask.h' (71,386) at 20210307214927678 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_emu.h' (71,387) at 20210307214926170 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/tegra-bpmp-thermal.c' (71,388) at 20240405153231499 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c' (71,389) at 20240405153050153 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/fdtaddr.h' (71,390) at 20210308005003628 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/max9860.txt' (71,391) at 20210307214925430 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-docs-Disable-manual-validation.patch' (71,392) at 20241206090014334 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_bio_io.c' (71,393) at 20240405153052585 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/lowlevel_init.S' (71,394) at 20210308005003036 2025-03-14 03:00:50.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_phys.c' (71,395) at 20220525020652883 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/unlz4.h' (71,396) at 20210307214931374 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/os-linux.h' (71,397) at 20240405153231691 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mt7623.h' (71,398) at 20210308005003604 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-fifo.h' (71,399) at 20210307214932398 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_stress.sh' (71,400) at 20220627100017218 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass' (71,401) at 20230620080013227 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc8.h' (71,402) at 20220525020654559 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/string.h' (71,403) at 20210308005002888 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/tpm.c' (71,404) at 20240326080039634 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/ppc44x_simple.c' (71,405) at 20240405153046193 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/w83977f_wdt.c' (71,406) at 20240405153052245 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/Makefile' (71,407) at 20240405153046305 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/omap-twl4030.h' (71,408) at 20210309003653888 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/grcan.txt' (71,409) at 20210307214925374 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/kdf_sp800108.c' (71,410) at 20240405153046537 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/smartpqi_sas_transport.c' (71,411) at 20240405153051733 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/meson.build' (71,412) at 20230426080043848 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/swift.S' (71,413) at 20210307214926610 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frdm.dts' (71,414) at 20210308005002580 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal.c' (71,415) at 20240805080013983 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/intel,ixp4xx-hss.yaml' (71,416) at 20240405153045117 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/cpcap-battery.yaml' (71,417) at 20240405153045141 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/p2771-0000.c' (71,418) at 20210308005003024 2025-03-14 03:00:50.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb' (71,419) at 20241206090014218 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/display7seg.h' (71,420) at 20210307214926590 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/printinsn.h' (71,421) at 20210927100127385 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_slpc.c' (71,422) at 20240405153048505 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb' (71,423) at 20241206090014270 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/ad9523.c' (71,424) at 20240405153048981 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/linuxloader.bbclass' (71,425) at 20241206090014302 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/rpc_rdma.c' (71,426) at 20240405153053389 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_atomic.c.inc' (71,427) at 20240906080037496 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-device.c' (71,428) at 20240405153230247 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c' (71,429) at 20210307214929478 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-pll.h' (71,430) at 20240405153051289 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usb/services/usb-code-update@.service' (71,431) at 20241121090017175 to deleted uid set 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/unroll.h' (71,432) at 20210309003648836 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c' (71,433) at 20240405153048689 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/splash_logo.h' (71,434) at 20210308005002924 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/__init__.py' (71,435) at 20210927100127329 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb' (71,436) at 20241221090017528 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll1-clk.yaml' (71,437) at 20240405153045021 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/.gitignore' (71,438) at 20240405153054173 2025-03-14 03:00:50.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/clps711x-timer.c' (71,439) at 20210307214927046 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb_storage.c' (71,440) at 20210308005003232 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_idle.c' (71,441) at 20240405153053145 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/Makefile' (71,442) at 20240405153053449 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/Makefile' (71,443) at 20210307214928334 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/thread_stopall.cpp' (71,444) at 20230915080021805 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gdsc.c' (71,445) at 20240405153046829 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.h' (71,446) at 20240405153230415 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/bnx2i_hwi.c' (71,447) at 20240405153051581 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754.c' (71,448) at 20210307214926274 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/isdn/interface_capi.rst' (71,449) at 20240405153045225 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_cgroup.c' (71,450) at 20240405153053365 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/hello-alpha.c' (71,451) at 20210308005046489 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/record+probe_libc_inet_pton.sh' (71,452) at 20240405153054173 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf_1.0.bb' (71,453) at 20241206090014318 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ti-sn65dsi83.c' (71,454) at 20240613080016399 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_emu.h' (71,455) at 20240906080037484 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/wtm.h' (71,456) at 20210307214932262 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/allwinner,sun8i-a23-prcm.yaml' (71,457) at 20240405153229775 2025-03-14 03:00:50.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-kvm-device.c' (71,458) at 20240520080015127 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vmw_vmci_defs.h' (71,459) at 20240405153052821 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_defconfig' (71,460) at 20210308005003240 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/milbeaut-uart.txt' (71,461) at 20210307214925418 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/guest.config' (71,462) at 20240405153046097 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/bugs.c' (71,463) at 20210307214925650 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0203.h' (71,464) at 20210307214927906 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/rt286.c' (71,465) at 20240405153053941 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/supermicro-pws-920p-sq_psu.json' (71,466) at 20230624080005339 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/Makefile' (71,467) at 20210308005003544 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml' (71,468) at 20240405153045081 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/simplefb.c' (71,469) at 20240405153231591 2025-03-14 03:00:50.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/mkutf8data.c' (71,470) at 20241216090017765 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7786.c' (71,471) at 20240405153051361 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_ioctl32.h' (71,472) at 20240405153052597 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/bigalloc.rst' (71,473) at 20240405153045201 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pci.h' (71,474) at 20240405153046321 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_gem.c' (71,475) at 20240405153048801 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exstoren.c' (71,476) at 20240405153046621 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/pxa.h' (71,477) at 20210308005002660 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/mem.h' (71,478) at 20210308005002644 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/epf/Kconfig' (71,479) at 20220525020653823 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-reallocarray.c' (71,480) at 20210307214932470 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch' (71,481) at 20241221090017640 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_color.c' (71,482) at 20240405153230543 2025-03-14 03:00:50.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/b2c2/Kconfig' (71,483) at 20210307214928674 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ip_vs.h' (71,484) at 20240405153052925 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/disable-tests' (71,485) at 20241206090014346 to deleted uid set 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c' (71,486) at 20240405153049977 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nilfs2_api.h' (71,487) at 20210307214931650 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/membarrier/membarrier_test_single_thread.c' (71,488) at 20240405153054325 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a77980-sysc.c' (71,489) at 20240405153231351 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-phytec-pbab01.dts' (71,490) at 20240405153045497 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Ouninpohja' (71,491) at 20210307205553770 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/fib_offload_lib.sh' (71,492) at 20240405153054341 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5c73m3/s5c73m3-core.c' (71,493) at 20240405153049337 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGP4' (71,494) at 20241221090017616 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-generic.c' (71,495) at 20210308005003512 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,realview.yaml' (71,496) at 20240405153045013 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busgf119.c' (71,497) at 20210307214927962 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mvme16x/rtc.c' (71,498) at 20210307214926174 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi' (71,499) at 20240405153045601 2025-03-14 03:00:50.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_spi.c' (71,500) at 20240405153051385 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcmp.c' (71,501) at 20220525020654707 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/text_amode31.S' (71,502) at 20240405153046293 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,dove-pinctrl.txt' (71,503) at 20210307214925394 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi' (71,504) at 20240405153045745 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/cs42l43-regs.h' (71,505) at 20240405153231819 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d35.dtsi' (71,506) at 20210308005002612 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-1981.patch' (71,507) at 20240106090017265 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/ccid.rst' (71,508) at 20221215040039082 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-netsnmp-cross-compile.patch' (71,509) at 20210307205553818 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-partition-percpu.c' (71,510) at 20220525020653207 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch' (71,511) at 20230706080014741 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallsjo' (71,512) at 20210307205553782 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/asn1_decoder.h' (71,513) at 20210307214931354 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/cpu.c' (71,514) at 20240405153046353 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi' (71,515) at 20240405153045513 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.json' (71,516) at 20230925080040089 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/229' (71,517) at 20220429100100914 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_legacy.h' (71,518) at 20240405153051845 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_quirks.h' (71,519) at 20240405153048457 2025-03-14 03:00:50.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/timer.h' (71,520) at 20210308005002804 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/cfam' (71,521) at 20240613080020632 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/Kconfig' (71,522) at 20240405153046741 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-6192.dtsi' (71,523) at 20210308005002592 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/cache.c' (71,524) at 20210308005002828 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_utf8.c' (71,525) at 20210307214931190 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock.c' (71,526) at 20210308005002720 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ko_KR/memory-barriers.txt' (71,527) at 20240405153045277 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb' (71,528) at 20241206090014242 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_write_window_ro_partition.cpp' (71,529) at 20210308005108645 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/Makefile' (71,530) at 20210308005003048 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.commands.itest' (71,531) at 20210308005003292 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-lite.h' (71,532) at 20240405153049461 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/settings/phosphor-settings-manager/chassis_capabilities.override.yml' (71,533) at 20230701080013908 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/fs.rst' (71,534) at 20240405153044965 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mx3x.h' (71,535) at 20210307214925894 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/mon6_imximage_nor.cfg' (71,536) at 20210308005003016 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-v3s.c' (71,537) at 20240405153231339 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/print-events.h' (71,538) at 20240405153232239 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_desc.h' (71,539) at 20240405153050309 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-board.c' (71,540) at 20240405153045989 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2e.c' (71,541) at 20210308005003076 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mem-pci.h' (71,542) at 20230925080039917 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/102' (71,543) at 20220429100100890 2025-03-14 03:00:50.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-stackprotector-all.c' (71,544) at 20210307214932470 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmdebug.h' (71,545) at 20241211090145537 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/checkers-thumb.c' (71,546) at 20210307214925982 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts' (71,547) at 20210307214925994 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sharp,ls043t1le01.yaml' (71,548) at 20210307214925306 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/ptrace.h' (71,549) at 20210308005002888 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/Makefile' (71,550) at 20220525020654787 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/davinci_mmc.c' (71,551) at 20240617080017394 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/milbeaut-clock.yaml' (71,552) at 20240405153045025 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch' (71,553) at 20230706080014765 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mxs-lradc.txt' (71,554) at 20210307214925362 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_arg.c' (71,555) at 20240405153050133 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/procfd' (71,556) at 20221110040028914 to deleted uid set 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/smp_processor_id.c' (71,557) at 20220818100014835 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m520x.c' (71,558) at 20220525020651982 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/console_struct.h' (71,559) at 20240405153052673 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ntc_thermistor.rst' (71,560) at 20210307214925506 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-seagate-nas-4bay.dts' (71,561) at 20240405153229871 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/mmap.c' (71,562) at 20240405153232215 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/directives/app-navigation.scss' (71,563) at 20210308005107073 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/platsmp.c' (71,564) at 20210307214925966 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/GPIOS.md' (71,565) at 20240808080031672 2025-03-14 03:00:50.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-bd2606mvv.c' (71,566) at 20241008080013939 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/jc42.c' (71,567) at 20240405153048857 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/hdlcd_drv.c' (71,568) at 20240405153230519 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_pi_sd_rcw.cfg' (71,569) at 20210308005002992 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/tiogapass/host-poweroff' (71,570) at 20220727030013877 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/twister.h' (71,571) at 20210308005003624 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/mock_dmabuf.h' (71,572) at 20210307214927814 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/yama/yama_lsm.c' (71,573) at 20240405153053485 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/vrm@60.conf' (71,574) at 20240904080027738 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_seqadj.h' (71,575) at 20240405153052857 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/gui_resource.robot' (71,576) at 20241004080015399 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle.dts' (71,577) at 20210308005002596 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-cdc-ad7746' (71,578) at 20240405153044917 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/clients/hsi_char.c' (71,579) at 20210307214928110 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/qspinlock.c' (71,580) at 20240405153053017 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch' (71,581) at 20210407000018078 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_signed_off_by_presence.fail' (71,582) at 20241206090014310 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/transition.S' (71,583) at 20210308005002560 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/adm1266-test.c' (71,584) at 20240326080039734 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-training.c' (71,585) at 20210308005002792 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-all.bb' (71,586) at 20231014080011723 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/MAINTAINERS' (71,587) at 20210308005104849 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-cm-a510.dtsi' (71,588) at 20240405153229875 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb' (71,589) at 20210307205553738 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/swsusp_85xx.S' (71,590) at 20240405153046153 2025-03-14 03:00:50.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a34/instruction.json' (71,591) at 20240405153054109 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/devices/tsi721.h' (71,592) at 20210307214930182 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear3xx.dtsi' (71,593) at 20240405153045577 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/rsa_pub_oem_dss_key.pem' (71,594) at 20210519100046557 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/flexfilelayoutxdr.c' (71,595) at 20240405153052433 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/rcar-dma.c' (71,596) at 20240805080013967 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bind4_prog.c' (71,597) at 20240405153054265 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/Kconfig' (71,598) at 20210308005002884 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sun3_scsi.c' (71,599) at 20240405153051745 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/Makefile' (71,600) at 20240405153050053 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb' (71,601) at 20231126090012797 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pmdomain/imx/imx8mp-blk-ctrl.c' (71,602) at 20240415080012979 to deleted uid set 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/opa_compat.h' (71,603) at 20220525020653135 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/medion_155.rc5' (71,604) at 20210307205553758 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sh' (71,605) at 20210308005003296 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/export.h' (71,606) at 20240405153052281 2025-03-14 03:00:50.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-r40.c' (71,607) at 20240405153046857 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcvt.c' (71,608) at 20220525020654311 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_cspmu/Makefile' (71,609) at 20240405153051273 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/i386/dump_psb.c' (71,610) at 20240405153054213 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/pwm-beeper.yaml' (71,611) at 20240405153045081 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kgdb.h' (71,612) at 20210307214926494 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qapi-sysemu.c' (71,613) at 20240906080037148 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-context.h' (71,614) at 20210927100127021 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec-38x.c' (71,615) at 20210308005002752 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/l440gx.c' (71,616) at 20210307214929214 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/amd_pcie.h' (71,617) at 20220525020652534 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/names_values.hpp' (71,618) at 20230602080035408 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb' (71,619) at 20241221090017520 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/module.c' (71,620) at 20210307214925670 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_wildfire.h' (71,621) at 20210307214925646 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb' (71,622) at 20241206090014242 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vdso/vsyscall.h' (71,623) at 20240405153045941 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash.json' (71,624) at 20210308005046413 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pcm-indirect.h' (71,625) at 20240405153052889 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/imx6q-cpufreq.c' (71,626) at 20240405153230251 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio-hmp-cmds.c' (71,627) at 20240326080039370 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/voters' (71,628) at 20230523080016046 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/capella,cm36651.yaml' (71,629) at 20220525020651682 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6slevk.h' (71,630) at 20210308005003604 2025-03-14 03:00:50.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/barrier.h' (71,631) at 20210307214926174 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sriov.c' (71,632) at 20240405153050133 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml' (71,633) at 20240405153045065 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/um_timetravel.h' (71,634) at 20210307214931662 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-i2c-1.dtsi' (71,635) at 20210307214926350 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Fix-narrowing-conversion-error.patch' (71,636) at 20210307205553882 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/maintainer/configure-git.rst' (71,637) at 20220525020651770 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/Makefile' (71,638) at 20210308005002944 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack.h' (71,639) at 20240405153231855 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-padaos_0.1.10.bb' (71,640) at 20241221090017556 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_toc.cpp' (71,641) at 20210308005100997 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/Makefile' (71,642) at 20240405153051937 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cc108_defconfig' (71,643) at 20210308005003288 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/meson.build' (71,644) at 20220913030027305 to deleted uid set 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/router/routes.js' (71,645) at 20241004080035963 to deleted uid set 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_accent.c' (71,646) at 20210307214930738 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sys.h' (71,647) at 20210307214931522 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3288.h' (71,648) at 20210308005003596 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/MAINTAINERS' (71,649) at 20210308005003168 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/stx_gp3.c' (71,650) at 20240405153230051 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/common.c' (71,651) at 20240405153230051 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/pwm.h' (71,652) at 20240405153052897 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7_plugin.S' (71,653) at 20210308005002652 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/fvpboot.bbclass' (71,654) at 20241221090017468 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/Build' (71,655) at 20240405153054093 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/fuse.h' (71,656) at 20240405153052885 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/pci-epc-mem.c' (71,657) at 20240405153231291 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/microchip,mcp4922.yaml' (71,658) at 20240405153045073 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/Makefile' (71,659) at 20210307214932398 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0007-Mark-glibc-specific-code-so.patch' (71,660) at 20241221090017504 2025-03-14 03:00:50.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/default' (71,661) at 20210307205554622 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/wacom_sys.c' (71,662) at 20241216090017701 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/cast5.h' (71,663) at 20210307214931310 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-fsl-mc' (71,664) at 20220525020651630 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_imap.h' (71,665) at 20210307214931138 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/sun50i-de2.c' (71,666) at 20240405153046737 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_adjust_tail_shrink.c' (71,667) at 20240405153054281 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kprobes.h' (71,668) at 20240405153046245 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-x86/chassis/x86-power-control/power-config-host0.json' (71,669) at 20240716080022815 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi' (71,670) at 20210307214926350 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/Kconfig' (71,671) at 20210307214931866 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0001-aspeed-Disable-unnecessary-features.patch' (71,672) at 20241206090014274 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/protocol.h' (71,673) at 20210308005100993 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/113.out' (71,674) at 20210308005046445 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/runstate-hmp-cmds.c' (71,675) at 20240326080039634 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/fs_loader.txt' (71,676) at 20210308005003304 2025-03-14 03:00:50.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-ab8500.c' (71,677) at 20240405153051445 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Chassis.v1_25_2.json' (71,678) at 20240918080002720 to deleted uid set 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds.c' (71,679) at 20210308005002972 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/Makefile' (71,680) at 20210308005002976 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_atomic_helper.h' (71,681) at 20240405153231791 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func10.c' (71,682) at 20240405153054277 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2e.c' (71,683) at 20210308005003076 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.h' (71,684) at 20240405153047141 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/vga.c' (71,685) at 20240405153046501 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/control.c' (71,686) at 20210307214932442 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/realtek,alc5632.yaml' (71,687) at 20240405153045169 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sh_dma.h' (71,688) at 20210307214931506 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/LICENSE.SRC' (71,689) at 20210307214929246 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0004-cmake-Use-GNUInstallDirs.patch' (71,690) at 20230919080013954 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xcm.dtsi' (71,691) at 20210308005002612 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/Makefile' (71,692) at 20240405153049417 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.err' (71,693) at 20210308005046401 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/bswapdi.c' (71,694) at 20210307214926094 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx50-pinctrl.txt' (71,695) at 20210307214925394 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/shuffle.c' (71,696) at 20240405153053149 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb' (71,697) at 20210812000025270 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/settings/phosphor-settings-manager/powerpolicy-default-ALWAYS_POWER_ON.override.yml' (71,698) at 20210307205553722 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/synth_event_gen_test.c' (71,699) at 20240405153231935 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch' (71,700) at 20220204040022528 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/index.js' (71,701) at 20220105012522999 2025-03-14 03:00:50.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.yaml' (71,702) at 20240809080013002 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti-lmu.txt' (71,703) at 20210307214925362 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs_common/Makefile' (71,704) at 20220525020654447 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-legacy-common.c' (71,705) at 20240405153232139 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610m4-colibri.dts' (71,706) at 20240405153045537 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/fit3.c' (71,707) at 20240405153046665 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-common.c' (71,708) at 20240405153053981 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/security-bugs.rst' (71,709) at 20240405153045249 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa7115.c' (71,710) at 20240405153049337 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-subdev.h' (71,711) at 20240613080016503 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sm8550-rpmh.h' (71,712) at 20240405153052649 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/opt4001.c' (71,713) at 20240405153049001 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/kasan/init_book3e_64.c' (71,714) at 20240405153046185 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/airport.c' (71,715) at 20240405153231211 2025-03-14 03:00:50.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-nitrogen6sx.dts' (71,716) at 20240405153229887 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wcd934x/registers.h' (71,717) at 20220525020654587 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/termbits.h' (71,718) at 20221215040039202 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/i2c.rst' (71,719) at 20210307214925462 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/test/iomap.c' (71,720) at 20240405153054229 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/renesas/renesas-soc.c' (71,721) at 20240405153051769 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfi.h' (71,722) at 20210307214930294 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/rpl/Makefile' (71,723) at 20240405153053553 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/init' (71,724) at 20210307205554462 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/marvell.txt' (71,725) at 20210307214925282 2025-03-14 03:00:50.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/networking/mstpd/mstpd.service' (71,726) at 20230813080012848 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgiarcs.h' (71,727) at 20210307214926242 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/core-matmap.h' (71,728) at 20221215040039346 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi' (71,729) at 20240405153229923 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/test_health_metric_config.cpp' (71,730) at 20240307090027676 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c' (71,731) at 20240405153232283 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb' (71,732) at 20241206090014274 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost.c' (71,733) at 20241211090212350 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rpi.h' (71,734) at 20210308005003612 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c' (71,735) at 20210308005003364 2025-03-14 03:00:50.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/Makefile' (71,736) at 20240429080012464 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_6120_regs.h' (71,737) at 20210307214928438 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_sysfs.c' (71,738) at 20240405153053505 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/geekbox.h' (71,739) at 20210308005003596 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/mock.cpp' (71,740) at 20211022000049994 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-qmp-cmds.c' (71,741) at 20230426080043668 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb' (71,742) at 20241221090017516 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-mem-nodm.c' (71,743) at 20210308005003492 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml' (71,744) at 20240405153045101 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/ktime.h' (71,745) at 20210307214931694 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/Makefile' (71,746) at 20240405153049009 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/mips-atomic.c' (71,747) at 20210625000035992 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_overlap.cpp' (71,748) at 20210308005100997 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-con-set.h' (71,749) at 20240326080039714 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/uffd-common.h' (71,750) at 20241111090012173 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-cubox-i-som-v15.dts' (71,751) at 20240405153045501 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc_2.40.bb' (71,752) at 20241221090017640 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml' (71,753) at 20240405153229759 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_smc.h' (71,754) at 20210307214927998 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/user/seg_helper.c' (71,755) at 20230925080040033 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/kasan_test.c' (71,756) at 20241111090012157 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/microchip,sparx5-serdes.yaml' (71,757) at 20220525020651698 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/bcm2835_ic.c' (71,758) at 20241211090212282 2025-03-14 03:00:50.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gv100.c' (71,759) at 20240405153048637 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_logging.cpp' (71,760) at 20230512080021593 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/xilinx.txt' (71,761) at 20210307214925454 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch' (71,762) at 20230706080014737 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/symlink.c' (71,763) at 20210307214931078 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/kdebug.h' (71,764) at 20210307214926582 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-imx7.c' (71,765) at 20240405153231371 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/argument.hpp' (71,766) at 20210527000130797 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sigcontext.h' (71,767) at 20210307214926558 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/additional_data_test.cpp' (71,768) at 20241212090025215 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/namespaces.h' (71,769) at 20240405153054197 to deleted uid set 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb' (71,770) at 20241221090017512 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8150-dpu.yaml' (71,771) at 20240405153229763 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/bcm47xx_defconfig' (71,772) at 20240405153230007 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sprd,sc9863a-clk.h' (71,773) at 20210307214931334 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/glock.h' (71,774) at 20241211090145517 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/memset.S' (71,775) at 20240405153046513 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-factors.h' (71,776) at 20210307214927030 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/chassis_utils.hpp' (71,777) at 20240817080003183 to deleted uid set 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/atari.c' (71,778) at 20240405153046525 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/ptrace.h' (71,779) at 20210309003648892 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/semihost.h' (71,780) at 20240326080039550 2025-03-14 03:00:50.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds.sh' (71,781) at 20230419080018958 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/btf.h' (71,782) at 20240405153054053 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/on_change_threshold.hpp' (71,783) at 20220610100046048 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/pid/zone.cpp' (71,784) at 20241022080027608 to deleted uid set 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_dccg.h' (71,785) at 20240405153230399 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-before-err.json' (71,786) at 20210308005046409 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a.dtsi' (71,787) at 20210308005002580 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_service.cpp' (71,788) at 20220727030028313 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h' (71,789) at 20210307214929366 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lp3943.c' (71,790) at 20240405153049609 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/calculator-server.cpp' (71,791) at 20240920080030747 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.clean' (71,792) at 20210308005003724 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/lm8333.c' (71,793) at 20240405153230727 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/oe-init-build-env' (71,794) at 20240301090012479 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h' (71,795) at 20240405153051561 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_div0.c' (71,796) at 20240405153054281 2025-03-14 03:00:50.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/memory.h' (71,797) at 20210308005002680 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2.h' (71,798) at 20241011080017327 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stat.h' (71,799) at 20210307214926066 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-stop-instructions@.service.in' (71,800) at 20230513080022442 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hypervisor.h' (71,801) at 20220525020651878 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-sun4i.c' (71,802) at 20240405153231359 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress.c' (71,803) at 20240405153053113 2025-03-14 03:00:50.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tinker_rk3288.h' (71,804) at 20210308005003620 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/axp20x_usb_power.c' (71,805) at 20240405153231351 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.err' (71,806) at 20210308005046409 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/files/rasdaemon.service' (71,807) at 20210307205553866 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max34440.rst' (71,808) at 20210309003648428 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/README' (71,809) at 20210308005003056 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_fclass.c' (71,810) at 20221215040039386 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/lsm303dlhc_mag.c' (71,811) at 20241211090212334 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max77802.yaml' (71,812) at 20240405153045145 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/cxgb4i.h' (71,813) at 20210307214930302 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/thread_info.h' (71,814) at 20240405153045913 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/mmu_context.h' (71,815) at 20240405153230111 to deleted uid set 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/page-io.c' (71,816) at 20241211090145513 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi4.c' (71,817) at 20240405153230611 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_types.h' (71,818) at 20210309003648776 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/hexagon/include/uapi/asm/mman.h' (71,819) at 20210307214932454 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobService.v1_0_6.json' (71,820) at 20240619080002948 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/devm-helpers.h' (71,821) at 20220525020654559 2025-03-14 03:00:50.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/bootstrap.sh' (71,822) at 20210308004942076 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-alabaster_1.0.0.bb' (71,823) at 20241221090017664 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-fa526.S' (71,824) at 20210307214925974 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/vmlinux.scr' (71,825) at 20210307214926318 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-backtrace.c' (71,826) at 20210307214932466 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8180x-primus.dts' (71,827) at 20240405153229951 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel.h' (71,828) at 20240906080037340 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/newtonkbd.c' (71,829) at 20240405153049137 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h' (71,830) at 20210308005002664 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/riscv,cpu-intc.txt' (71,831) at 20210307214925342 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/curve25519-x86_64.c' (71,832) at 20240405153046361 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pppcielanes.c' (71,833) at 20210309003649648 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/libhtp_0.5.45.bb' (71,834) at 20241221090017576 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa15.inc' (71,835) at 20210905000020581 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/reap.c' (71,836) at 20240405153231775 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/rvt-abi.h' (71,837) at 20210307214931690 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/socket_channel.hpp' (71,838) at 20240829080025807 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/__init__.py' (71,839) at 20241211090212538 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65132-regulator.c' (71,840) at 20240520080015167 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/meson.build' (71,841) at 20240920080018291 to deleted uid set 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/Kconfig' (71,842) at 20210308005002972 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c' (71,843) at 20210308005046513 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/Makefile' (71,844) at 20210307214925966 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dts' (71,845) at 20240405153045813 2025-03-14 03:00:50.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/hkdf.c' (71,846) at 20240405153052317 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-kms.rst' (71,847) at 20240405153229815 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb' (71,848) at 20241206090014314 to deleted uid set 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop.sh' (71,849) at 20240405153232231 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/bcm6328-pm.h' (71,850) at 20210309003653816 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c' (71,851) at 20220525020652502 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/101' (71,852) at 20210927100127481 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_file_private.h' (71,853) at 20240405153048525 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hsi/ssi_protocol.h' (71,854) at 20240405153052701 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun50i-dmic.c' (71,855) at 20240405153232203 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/serial/option.c' (71,856) at 20241115090012961 to deleted uid set 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/efi-bgrt.h' (71,857) at 20210307214931382 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ScheduledHostTransition/meson.build' (71,858) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cpufeature.h' (71,859) at 20240405153230063 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-oauthlib_2.0.0.bb' (71,860) at 20240413080012663 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/meson.build' (71,861) at 20241211090212242 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/arp_tables.c' (71,862) at 20240418080014514 2025-03-14 03:00:50.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ti-aemif.h' (71,863) at 20210307214931482 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/lpc32xx_adc.c' (71,864) at 20240405153230687 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/249.out' (71,865) at 20210927100127497 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/mct_u232.c' (71,866) at 20240405153052137 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/frup.hpp' (71,867) at 20210308004927352 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/iterator.c' (71,868) at 20240405153052409 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_helper.c' (71,869) at 20240405153053329 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/word-at-a-time.h' (71,870) at 20240405153046401 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/README' (71,871) at 20210307214926334 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/PERF-VERSION-GEN' (71,872) at 20240405153054177 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/analogix,anx7411.yaml' (71,873) at 20240405153045181 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/events/intel/core.c' (71,874) at 20241211090145389 to deleted uid set 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch' (71,875) at 20230706080014753 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/emulate_prefix.h' (71,876) at 20210307214926662 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/dfs_pri_detector.c' (71,877) at 20220525020653727 2025-03-14 03:00:50.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/M0205.h' (71,878) at 20210307214927906 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h' (71,879) at 20220525020653627 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/files/sysklogd' (71,880) at 20210316000012733 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/clk-rpmh.c' (71,881) at 20241216090017693 to deleted uid set 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx1.c' (71,882) at 20240405153046785 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-ensure-off.service' (71,883) at 20210810100021256 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-scp_adsp.c' (71,884) at 20240405153046801 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Download.service.in' (71,885) at 20210308005100305 to deleted uid set 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/Makefile' (71,886) at 20240405153050077 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts' (71,887) at 20210307214926194 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/Kconfig' (71,888) at 20240405153049473 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/trace-events' (71,889) at 20240326080039446 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/event_logger_test.cpp' (71,890) at 20210308005049141 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-2.1' (71,891) at 20210307205554414 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_fw_la.h' (71,892) at 20240405153046957 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/syscallhdr.sh' (71,893) at 20241211090212374 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/config.h' (71,894) at 20210308005002800 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/NOPREEMPT' (71,895) at 20240405153232287 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8016.c' (71,896) at 20210308005002776 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/lsu.h' (71,897) at 20210307214926582 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pll.h' (71,898) at 20210307214927906 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qdev-api.rst' (71,899) at 20230925080039841 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clk/mpc83xx-clk.h' (71,900) at 20210308005003632 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c' (71,901) at 20210307214927950 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/mma.S' (71,902) at 20240405153054357 2025-03-14 03:00:50.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sync_core.h' (71,903) at 20210307214931522 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-vhost.c' (71,904) at 20230426080043636 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/stm32/stm32-cryp.c' (71,905) at 20240910080014026 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/sched-pelt.h' (71,906) at 20210307214931762 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/MAINTAINERS' (71,907) at 20210308005003072 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/Makefile' (71,908) at 20240405153231231 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/cn10k.h' (71,909) at 20240405153050065 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/Kconfig' (71,910) at 20210308005003008 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/sm712fb.rst' (71,911) at 20240405153229807 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0001-cmake-Do-not-export-CC-into-gir-compiler.patch' (71,912) at 20241221090017488 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/attribute_registry.hpp' (71,913) at 20221209040003858 to deleted uid set 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_resource.h' (71,914) at 20220429100100650 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/usb/mixer_us16x08.c' (71,915) at 20240405153054029 to deleted uid set 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/reactor_panic.c' (71,916) at 20240405153053061 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/exception.c' (71,917) at 20210308005002808 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/dlpar.c' (71,918) at 20241011080017291 2025-03-14 03:00:50.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_cache.c' (71,919) at 20240405153051513 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamalg_qi.c' (71,920) at 20240405153046929 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-wqe.h' (71,921) at 20210307214926238 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/memdup_user.cocci' (71,922) at 20240405153053441 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gsc.h' (71,923) at 20210308005002996 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_s5k4aa.c' (71,924) at 20210307214928830 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/netlink.h' (71,925) at 20240405153052909 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/atomic.h' (71,926) at 20240405153054045 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_aux.h' (71,927) at 20240405153230551 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/zt_no_regs.c' (71,928) at 20240405153054241 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2-monitoring.service' (71,929) at 20230627080016966 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/simulate-insn.h' (71,930) at 20210307214926074 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/syscalls/syscall.tbl' (71,931) at 20240710080014577 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/Makefile' (71,932) at 20210524100035130 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c' (71,933) at 20240405153232271 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080a_common.h' (71,934) at 20210308005003600 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/igbvf.h' (71,935) at 20240405153050025 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/cve-extra-exclusions.inc' (71,936) at 20241221090017612 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/opti9xx/opti92x-cs4231.c' (71,937) at 20210307214932222 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-3dnow.c' (71,938) at 20221215040039386 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/MAINTAINERS' (71,939) at 20210308005002908 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/meson.build' (71,940) at 20241211090212334 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.out' (71,941) at 20230925080040089 to deleted uid set 2025-03-14 03:00:50.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/rpidistro-vlc_3.0.17.bb' (71,942) at 20231126090012805 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/time-utils-test.c' (71,943) at 20240405153054173 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rbtree_latch.h' (71,944) at 20240405153052785 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/module.h' (71,945) at 20240405153052925 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/qe_common.c' (71,946) at 20240405153231451 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/set_memory.h' (71,947) at 20240405153046249 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/i2c-cardlist.rst' (71,948) at 20240405153044957 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/json_parse_unittest.cpp' (71,949) at 20221111040035058 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,esai.txt' (71,950) at 20240405153229799 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/perf/riscv_pmu.h' (71,951) at 20240405153231835 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/nwl-dsi.c' (71,952) at 20240405153230527 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/acp63_chip_offset_byte.h' (71,953) at 20240405153052885 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-pc2.dts' (71,954) at 20210308005002620 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/powerpc/decode.c' (71,955) at 20240405153054073 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/dw/acpi.c' (71,956) at 20210309003649332 to deleted uid set 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/aspeed_mdio.c' (71,957) at 20210308005003424 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/inode.c' (71,958) at 20240405153231775 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/README' (71,959) at 20210308005002960 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/valijson.wrap' (71,960) at 20220518030015451 2025-03-14 03:00:50.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/vpd.hpp' (71,961) at 20230511080035563 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rtl8139-test.c' (71,962) at 20241211090212546 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_64.S' (71,963) at 20240712080021057 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/Makefile' (71,964) at 20210307214926538 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/xilinx,can.yaml' (71,965) at 20240405153229779 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-eventfd.c' (71,966) at 20210307214932466 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb' (71,967) at 20241221090017560 to deleted uid set 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/index.rst' (71,968) at 20240405153229823 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-serial.h' (71,969) at 20210308005046037 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/cumana_1.c' (71,970) at 20240405153051569 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra210-emc.c' (71,971) at 20210309003649264 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/spi/spi-flash.txt' (71,972) at 20210308005003304 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/MAINTAINERS' (71,973) at 20210308005002900 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_mode.h' (71,974) at 20240405153048565 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012ardb.h' (71,975) at 20210308005003600 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-cubox-i.dts' (71,976) at 20240405153045497 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/reporting-issues.rst' (71,977) at 20240405153044961 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml' (71,978) at 20240405153229799 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/shmparam_32.h' (71,979) at 20210307214926586 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/217.out' (71,980) at 20210308005046461 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensc/opensc_0.25.1.bb' (71,981) at 20241221090017540 to deleted uid set 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_scaler.h' (71,982) at 20240405153048465 2025-03-14 03:00:50.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/iphase.c' (71,983) at 20240405153230183 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h' (71,984) at 20210307214929406 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail_hdmi_i2c.c' (71,985) at 20210309003649716 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32mp151-overview.rst' (71,986) at 20240405153044973 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_%.bbappend' (71,987) at 20241206090014278 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-ioctl.c' (71,988) at 20210307214928690 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts' (71,989) at 20240405153045557 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv47.c' (71,990) at 20220525020652967 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sdm845.h' (71,991) at 20210307214931330 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp-cmds.c' (71,992) at 20240906080037376 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/ip6_output.c' (71,993) at 20241216090017789 to deleted uid set 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/api-io.c' (71,994) at 20240405153054161 2025-03-14 03:00:50.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/sdbusplus.wrap' (71,995) at 20230602080035412 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vdso/processor.h' (71,996) at 20240405153230063 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/mixer_oss.h' (71,997) at 20210307214931598 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hexdump.h' (71,998) at 20210308005003652 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/evm.c' (71,999) at 20210308005003080 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/block2mtd.c' (72,000) at 20240405153049677 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/typecheck.bbclass' (72,001) at 20220910030013393 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' (72,002) at 20240903080027143 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/client.h' (72,003) at 20210307214928106 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-xpcs-wx.c' (72,004) at 20241011080017331 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-dwapb.c' (72,005) at 20240405153230303 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/baikal,bt1-apb.yaml' (72,006) at 20210309003648328 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch' (72,007) at 20241221090017656 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml' (72,008) at 20240405153045025 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_overlay.h' (72,009) at 20210307214927866 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/Kconfig' (72,010) at 20240405153049757 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDomain_v1.xml' (72,011) at 20240619080002932 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/led.c' (72,012) at 20210308005002712 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/7.AdvancedTopics.rst' (72,013) at 20210307214925550 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_app.c' (72,014) at 20240405153050197 2025-03-14 03:00:50.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clgebr.c' (72,015) at 20230925080040101 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c' (72,016) at 20240405153049741 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch' (72,017) at 20241221090017680 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sh/Kconfig' (72,018) at 20210307214932282 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/.clang-format' (72,019) at 20240820080025622 to deleted uid set 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_doe.c' (72,020) at 20221215040039138 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_irq.c' (72,021) at 20240405153048593 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_soft.c' (72,022) at 20240405153046613 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8916.c' (72,023) at 20240405153230227 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts' (72,024) at 20210308005002620 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/http_response_test.cpp' (72,025) at 20240817080003191 to deleted uid set 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-cache.c' (72,026) at 20210307214931218 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/striper.h' (72,027) at 20210307214931366 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/etcd-new.conf.sample' (72,028) at 20230602080015084 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/alert.png' (72,029) at 20210307205554250 to deleted uid set 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-core/packagegroup/packagegroup-core-security.bb' (72,030) at 20241206090014286 to deleted uid set 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb' (72,031) at 20241221090017548 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/entry/syscall_user_dispatch.c' (72,032) at 20240405153052997 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-mq-pci.h' (72,033) at 20240405153052661 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/Kconfig' (72,034) at 20210308005002968 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/board_bcm281xx.c' (72,035) at 20240405153045637 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-timb.c' (72,036) at 20240405153049501 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-bridge-emul.c' (72,037) at 20240405153051249 2025-03-14 03:00:50.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-venc.c' (72,038) at 20240405153230215 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rcar2.c' (72,039) at 20210307214930858 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/ps/ps-pdm-dma.c' (72,040) at 20240405153053549 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/brcmstb.S' (72,041) at 20240405153045625 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/meson-gx-pwrc-vpu.c' (72,042) at 20210308005003468 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvdalsasen' (72,043) at 20210307205553778 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_sysfs.c' (72,044) at 20240405153231499 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8450-camcc.h' (72,045) at 20240405153052645 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.c' (72,046) at 20240405153050641 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm' (72,047) at 20210307205553750 to deleted uid set 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/cpcap-charger.yaml' (72,048) at 20240405153045141 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_main.c' (72,049) at 20240405153230995 to deleted uid set 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx64w.dts' (72,050) at 20240405153045433 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/Makefile' (72,051) at 20210308005003032 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-appdirs/run-ptest' (72,052) at 20240301090012431 to deleted uid set 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/README.rst' (72,053) at 20240405153053433 2025-03-14 03:00:50.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/smilatency.py2' (72,054) at 20241211090212534 2025-03-14 03:00:50.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/atusb.h' (72,055) at 20210307214929678 2025-03-14 03:00:50.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/fsl_usb2_udc.h' (72,056) at 20220525020654263 2025-03-14 03:00:50.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC837XERDB_defconfig' (72,057) at 20210308005003236 2025-03-14 03:00:50.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/Makefile' (72,058) at 20210308005003416 2025-03-14 03:00:50.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmc-snmp-proxy.service' (72,059) at 20210308004938816 2025-03-14 03:00:50.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/cpu.c' (72,060) at 20210307214926726 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/wifi.h' (72,061) at 20240405153231251 to deleted uid set 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_version.h' (72,062) at 20210307214930550 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/gpio.h' (72,063) at 20210308005002636 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdhci-pci.c' (72,064) at 20240326080039494 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/rwonce.h' (72,065) at 20240405153046281 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/freezer.c' (72,066) at 20240405153052989 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml' (72,067) at 20230125040019922 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/transition.c' (72,068) at 20240405153053013 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/mtk-smi.c' (72,069) at 20240405153049589 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/arcnet.c' (72,070) at 20240405153049721 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/io.h' (72,071) at 20240405153229991 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_legacy_tv.c' (72,072) at 20240405153230627 2025-03-14 03:00:50.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/fvp-eula.yml' (72,073) at 20230804080018087 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-nomadik.h' (72,074) at 20240405153051325 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/hyperv-keyboard.c' (72,075) at 20240405153049157 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/params.c' (72,076) at 20241011080017367 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tpa6130a2.c' (72,077) at 20240405153053813 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-net-pci.c' (72,078) at 20221215040039170 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-inet-q972.dts' (72,079) at 20210308005002620 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/km83xx.c' (72,080) at 20210308005003012 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/mpparse.c' (72,081) at 20240411080014058 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/notices_menu/test_notices_menu.robot' (72,082) at 20240628080017113 2025-03-14 03:00:50.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate.c' (72,083) at 20241211090212510 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-ic-csc.c' (72,084) at 20210307214928082 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xset/disable-xkb.patch' (72,085) at 20230114040015546 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/0001-wscript-Add-BISONFLAGS-support.patch' (72,086) at 20230706080014741 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch' (72,087) at 20230706080014745 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/gameport-programming.rst' (72,088) at 20220525020651738 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/psc-da830.c' (72,089) at 20210307214926974 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/config.mk' (72,090) at 20210308005002712 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch' (72,091) at 20210307205553886 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/crc-ccitt.c' (72,092) at 20210927100127661 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_icpu_cfg.h' (72,093) at 20210308005002820 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/md5.c' (72,094) at 20210307214926802 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/unaligned.h' (72,095) at 20240405153046069 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c' (72,096) at 20210307214928814 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/xen-blkback/blkback.c' (72,097) at 20240405153046717 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3188_common.h' (72,098) at 20210308005003612 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/.clang-format' (72,099) at 20241219090002124 to deleted uid set 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/io-request.rst' (72,100) at 20220525020651774 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/mem_tx4927.c' (72,101) at 20210307214926294 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-omap-uwire.c' (72,102) at 20240405153231463 2025-03-14 03:00:50.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/io.c' (72,103) at 20240405153231643 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c' (72,104) at 20210308005046513 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/0001-libxml-mm-Fix-function-prototypes-in-function-pointe.patch' (72,105) at 20230131040012035 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vbox_err.h' (72,106) at 20210307214931686 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/QEMU,tcx.bin' (72,107) at 20210308005046113 to deleted uid set 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/def.h' (72,108) at 20210307214929942 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vblank.h' (72,109) at 20240405153048465 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/taskdata.py' (72,110) at 20220402030016091 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/Makefile' (72,111) at 20240405153053317 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_maps1.c' (72,112) at 20220525020655199 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/Makefile' (72,113) at 20210308005003204 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/misc.c' (72,114) at 20240411080014054 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (72,115) at 20210812000025262 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pagevec.h' (72,116) at 20240405153052757 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,meson8-ddr-clkc.yaml' (72,117) at 20240405153045021 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/index.js' (72,118) at 20220105012522999 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/Makefile' (72,119) at 20210308005002904 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_intel_defconfig' (72,120) at 20210308005003236 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bmi160/bmi160.h' (72,121) at 20210309003650028 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9877.c' (72,122) at 20240405153053645 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/binfmts.h' (72,123) at 20220525020654663 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/rlwnm.c' (72,124) at 20210308005003720 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-rng-pci.c' (72,125) at 20221215040039166 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/bootparam_utils.h' (72,126) at 20240405153046381 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_task_page.py' (72,127) at 20210307205554266 2025-03-14 03:00:50.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/str_utility_test.cpp' (72,128) at 20240904080003190 to deleted uid set 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/ashrdi3.c' (72,129) at 20210308005002816 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/fsr-2level.c' (72,130) at 20210307214925970 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/gpio.mako.hpp' (72,131) at 20210308005059173 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/Makefile' (72,132) at 20240405153232103 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmuv3-internal.h' (72,133) at 20240906080037196 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-common.yaml' (72,134) at 20240405153045125 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ppc-musl.patch' (72,135) at 20240413080012659 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_w.c' (72,136) at 20210308005046517 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-gpio-mm.c' (72,137) at 20240405153047073 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_kcs.robot' (72,138) at 20240628080017113 2025-03-14 03:00:50.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp866.c' (72,139) at 20210307214931178 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/50001000_v2.json' (72,140) at 20241213090040126 to deleted uid set 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7794-cpg-mssr.h' (72,141) at 20210308005003632 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nand.c' (72,142) at 20210308005003216 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-offsets.h' (72,143) at 20240405153230795 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-idiv.inc' (72,144) at 20210905000020581 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/Makefile' (72,145) at 20210307214929422 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-obex' (72,146) at 20210307214925186 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/Kconfig' (72,147) at 20210308005002948 2025-03-14 03:00:50.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/sysfb_simplefb.c' (72,148) at 20240405153047049 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/unxz.h' (72,149) at 20210307214931374 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/rest-dbus' (72,150) at 20210308004923388 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/socfpga.c' (72,151) at 20210308005002912 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/meson.build' (72,152) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rtq6752-regulator.c' (72,153) at 20240405153051473 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/Kconfig' (72,154) at 20210307214928458 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0005-test-common-CMakeLists.txt-add-missing-link-with-dlt.patch' (72,155) at 20240113090014532 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_net.c' (72,156) at 20240405153053317 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf_regs.c' (72,157) at 20240405153232239 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/aldebaran.h' (72,158) at 20220525020652446 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,aries-wm8994.yaml' (72,159) at 20240405153229799 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/misc_cgroup.h' (72,160) at 20240405153231819 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/is_single_threaded.c' (72,161) at 20210307214931802 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/aspeed_adc.h' (72,162) at 20240906080037328 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6/0001-Remove-use-of-variables-indicating-buildtime-informa.patch' (72,163) at 20241221090017496 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/channel-mapping-api.rst' (72,164) at 20210307214925566 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdp_features.h' (72,165) at 20240405153054293 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_cpu.h' (72,166) at 20210308005046097 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.h' (72,167) at 20240405153048993 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sbuslib.h' (72,168) at 20210307214930938 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/opdump/meson.build' (72,169) at 20240613080020632 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/trigger_types.hpp' (72,170) at 20230524080039233 to deleted uid set 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-events.l' (72,171) at 20240405153232239 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sme-fa64.decode' (72,172) at 20230426080043860 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hdcp/mei_hdcp.c' (72,173) at 20240405153049641 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7986-apmixed.c' (72,174) at 20240405153230211 2025-03-14 03:00:50.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rockchip-isp1.yaml' (72,175) at 20240405153229775 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/pt.c' (72,176) at 20241211090145389 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dpu.yaml' (72,177) at 20240405153045049 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/intel,keembay-ocs-aes.yaml' (72,178) at 20240405153045033 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts' (72,179) at 20220525020651906 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Cable_v1.xml' (72,180) at 20240619080002920 to deleted uid set 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi' (72,181) at 20240405153045589 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,msm8996.h' (72,182) at 20240405153052649 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/power/suspend.c' (72,183) at 20240405153045949 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-aes-xcbc.c' (72,184) at 20220525020652390 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c' (72,185) at 20240405153048513 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/Makefile' (72,186) at 20240405153045753 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/uboot.c' (72,187) at 20210307214926170 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7724/irq.c' (72,188) at 20210307214926542 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/davicom,dm9000.yaml' (72,189) at 20240405153229779 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-osd.h' (72,190) at 20210307214928794 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/intc-5249.c' (72,191) at 20210307214926138 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/fam15h_power.rst' (72,192) at 20210307214925502 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_netfilter_link_attach.c' (72,193) at 20240405153232259 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb_iplan2p2.c' (72,194) at 20210307214930898 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb' (72,195) at 20241221090017636 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-cframe-reg.c' (72,196) at 20240906080037256 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/reparse.h' (72,197) at 20241211090145529 2025-03-14 03:00:50.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng-builtin.c' (72,198) at 20210927100127025 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/ds414.c' (72,199) at 20210308005002908 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml' (72,200) at 20240405153229771 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/syscall_nr.h' (72,201) at 20210308005045761 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uniphier.c' (72,202) at 20210308005003380 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb' (72,203) at 20241206090014250 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/meson.build' (72,204) at 20230714080019207 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_timerlat_description.rst' (72,205) at 20240405153045265 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dool/dool_1.3.3.bb' (72,206) at 20241221090017536 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/nsproxy.c' (72,207) at 20240405153231915 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/cleanup-trace-events.pl' (72,208) at 20210308005046237 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/stm32h7-rcc.h' (72,209) at 20210308005003636 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_intrs.c' (72,210) at 20240613080016471 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,pxa1928.txt' (72,211) at 20210307214925290 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/copyright.txt' (72,212) at 20210307205553870 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/pci.h' (72,213) at 20240405153046249 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/pcm.h' (72,214) at 20210307214932442 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio_git.bb' (72,215) at 20230919080013958 2025-03-14 03:00:50.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/tune-sh4.inc' (72,216) at 20210905000020581 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_context.c' (72,217) at 20240405153230563 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/dts/Makefile' (72,218) at 20210308005002844 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/early/xhci-dbc.h' (72,219) at 20210307214930794 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/source.tcl' (72,220) at 20210308005007116 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ath79_spi.c' (72,221) at 20210308005003488 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/ppc64le.conf' (72,222) at 20240106090017257 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/ti_sci_protocol.h' (72,223) at 20220525020654615 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb' (72,224) at 20240301090012423 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/aggregation_service.hpp' (72,225) at 20230720080003718 to deleted uid set 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/activation.hpp' (72,226) at 20240828080021463 to deleted uid set 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Sync.service.in' (72,227) at 20210308005100305 to deleted uid set 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/pvh/Makefile' (72,228) at 20210307214926746 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/dual_vxlan_bridge.sh' (72,229) at 20240405153054341 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-misc.c' (72,230) at 20210307214928846 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/Makefile' (72,231) at 20240405153046989 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_hw.c' (72,232) at 20240405153051849 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml' (72,233) at 20240405153045137 2025-03-14 03:00:50.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/isil,isl1208.yaml' (72,234) at 20240405153045153 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_exact_nid_api.c' (72,235) at 20240405153054225 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vmci_transport_notify_qstate.c' (72,236) at 20240405153053405 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/sdrutils.hpp' (72,237) at 20210430130416990 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct_0.6.20.bb' (72,238) at 20241221090017540 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_desc.c' (72,239) at 20240405153050309 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/soc.h' (72,240) at 20210308005002836 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS' (72,241) at 20210308005002968 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vgpu.c' (72,242) at 20240405153048537 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/MAINTAINERS' (72,243) at 20210308005002976 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb' (72,244) at 20240302090018214 to deleted uid set 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-ite.sh' (72,245) at 20240405153054309 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/Makefile' (72,246) at 20210308005003044 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/generic.h' (72,247) at 20210308005003656 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml' (72,248) at 20240405153045125 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console_%.bbappend' (72,249) at 20241206090014222 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/Makefile' (72,250) at 20210307214926606 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmp.c' (72,251) at 20241211090212514 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_tai.c' (72,252) at 20210309003651036 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/crc-vpmsum_test.c' (72,253) at 20240405153046101 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/test/gen/server/meson.build' (72,254) at 20220914030033172 to deleted uid set 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.0.bb' (72,255) at 20241221090017564 to deleted uid set 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpupri.h' (72,256) at 20220525020654723 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/index.rst' (72,257) at 20240906080037172 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/obmc_boot_test_resource.robot' (72,258) at 20230920080015032 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trace/hyperv.h' (72,259) at 20220525020652154 2025-03-14 03:00:50.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc_pci.c' (72,260) at 20240405153046901 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/brcmfmac.h' (72,261) at 20240405153052765 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-set-failsafe.sh' (72,262) at 20240716080022819 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lpasscorecc-sc7280.h' (72,263) at 20240405153052645 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch' (72,264) at 20230706080014737 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/0002-Don-t-use-build-time-hardcoded-python-binary-path.patch' (72,265) at 20210307205554618 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/ethtool-user.c' (72,266) at 20240405153054073 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lm3697.txt' (72,267) at 20210309003648368 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/type_cast.c' (72,268) at 20240405153054261 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/orphan.c' (72,269) at 20210308005003552 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/clk-stubs.c' (72,270) at 20210308005002552 2025-03-14 03:00:50.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/kernel.config' (72,271) at 20240405153232287 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_fw.c' (72,272) at 20240405153231431 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-gp-audio.c' (72,273) at 20240405153048381 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (72,274) at 20231107090016217 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-fsf/core-isa.h' (72,275) at 20210308005046361 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py' (72,276) at 20210307214932566 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/hash.h' (72,277) at 20210307214926318 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1108.dtsi' (72,278) at 20240405153229899 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/build.sh' (72,279) at 20240405153230527 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/math-emu/math_64.c' (72,280) at 20210307214926610 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/health.c' (72,281) at 20240405153232011 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/Kconfig' (72,282) at 20210308005002972 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6110.c' (72,283) at 20240405153049301 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nci/Makefile' (72,284) at 20220525020655219 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-multi-actions-accept.tc' (72,285) at 20210307214932674 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_drv.h' (72,286) at 20240405153048781 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/pci_free_consistent.cocci' (72,287) at 20240405153053441 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_decoder_core.h' (72,288) at 20231021080010534 2025-03-14 03:00:50.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/bblayers.conf.sample' (72,289) at 20240323080013545 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/share.h' (72,290) at 20210307214931418 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-fc_remote_ports' (72,291) at 20220525020651634 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mc6821.h' (72,292) at 20210307214931422 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/Kconfig' (72,293) at 20210308005003016 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml' (72,294) at 20240405153045153 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-display5-tianma-tm070-1280x768.dts' (72,295) at 20240405153045501 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/build_bug.h' (72,296) at 20240405153052665 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/olympus-nuvoton-iptable-save.bb' (72,297) at 20241206090014278 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-advertising' (72,298) at 20211006000025238 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/stack_o2cb.c' (72,299) at 20240405153052481 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/xfarray.c' (72,300) at 20240405153231775 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/multi-thread-compression.txt' (72,301) at 20230925080039845 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xtensa.c' (72,302) at 20210307214927198 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-apmixedsys.c' (72,303) at 20240405153046797 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/spi/.gitignore' (72,304) at 20210307214932626 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-bm1880.c' (72,305) at 20240405153051329 2025-03-14 03:00:50.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dcssblk.c' (72,306) at 20240405153231379 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/sock_map.c' (72,307) at 20241220090018338 to deleted uid set 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/sata.h' (72,308) at 20210308005002676 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tecla/tecla_47.0.bb' (72,309) at 20241221090017488 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/nand.c' (72,310) at 20241211090212258 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/kvm_para.h' (72,311) at 20210307214926618 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/0002-POSIX_SPAWN_USEVFORK-is-not-linux-specific-but-glibc.patch' (72,312) at 20230706080014741 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/gen-errors.rst' (72,313) at 20210309003648484 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/initdef.h' (72,314) at 20210307214930938 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/0001-detect-gold-as-GNU-linker-too.patch' (72,315) at 20241221090017520 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/idt821034.c' (72,316) at 20240405153053621 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/vt100plus.js' (72,317) at 20210308005107073 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc_debugfs.h' (72,318) at 20210307214927830 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/futex_op.c' (72,319) at 20210307214932578 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/realview_gic.c' (72,320) at 20210308005045893 2025-03-14 03:00:50.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/mux.c' (72,321) at 20210308005002944 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/word-at-a-time.h' (72,322) at 20240405153046133 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-phase.c' (72,323) at 20210309003649244 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial.c' (72,324) at 20210308005003484 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pmag-ba-fb.c' (72,325) at 20240405153231587 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-msm8974.h' (72,326) at 20210307214931330 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-evm.dts' (72,327) at 20210308005002592 2025-03-14 03:00:50.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/opp-v1.yaml' (72,328) at 20240405153045121 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/019' (72,329) at 20210927100127473 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/hyperbus/rpc-if.c' (72,330) at 20241211090145453 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/Makefile' (72,331) at 20240405153046405 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-kernel/linux/linux-aspeed/e3c246d4i.cfg' (72,332) at 20240209090013644 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/signal_32.c' (72,333) at 20240405153046317 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/zstd_decompress_internal.h' (72,334) at 20240405153053117 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/si476x-prop.c' (72,335) at 20210307214929110 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_masks.h' (72,336) at 20240405153046589 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig' (72,337) at 20231207090015262 to deleted uid set 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/Makefile' (72,338) at 20210307214932266 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.err' (72,339) at 20210308005046405 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-irq.h' (72,340) at 20210307214928686 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricDefinition.v1_3_4.json' (72,341) at 20240619080002948 2025-03-14 03:00:50.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/connect.c' (72,342) at 20241211090145529 to deleted uid set 2025-03-14 03:00:50.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/clocksource.h' (72,343) at 20210307214925846 2025-03-14 03:00:50.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/spi-omap2-mcspi.h' (72,344) at 20210307214931482 2025-03-14 03:00:50.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c' (72,345) at 20240405153230355 2025-03-14 03:00:50.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_defconfig' (72,346) at 20210308005003276 2025-03-14 03:00:50.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/drive_oem_dict.bin' (72,347) at 20220604030008508 to deleted uid set 2025-03-14 03:00:50.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-consumer' (72,348) at 20210309003648256 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_0_sh_mask.h' (72,349) at 20210307214927686 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/ib_media.c' (72,350) at 20240405153053393 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/sockbits.h' (72,351) at 20210308005046089 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts' (72,352) at 20240405153045425 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts' (72,353) at 20210308005002592 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.0.rst' (72,354) at 20231207090015274 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-rng.c' (72,355) at 20240906080037320 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-mq-virtio.h' (72,356) at 20240405153052661 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/memory.h' (72,357) at 20240405153045861 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/sysfs.c' (72,358) at 20240617080017390 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-psk-helpers.h' (72,359) at 20221215040039390 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/smbios/smbios-mdr_git.bbappend' (72,360) at 20240904080027730 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/index.rst' (72,361) at 20210307214925214 2025-03-14 03:00:50.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/issue1060.S' (72,362) at 20221215040039390 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mem_helper.c' (72,363) at 20240906080037512 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/ps2.h' (72,364) at 20230426080043760 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1_netlink.c' (72,365) at 20240405153231599 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/sksimx6.c' (72,366) at 20210308005003052 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/read' (72,367) at 20240405153053437 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/trigger_factory.cpp' (72,368) at 20240904080048947 to deleted uid set 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/alternative.h' (72,369) at 20240405153046273 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/unistd.h' (72,370) at 20210307214926166 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts' (72,371) at 20240405153045713 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/gpio/index.rst' (72,372) at 20240405153044945 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-shutdown@.target' (72,373) at 20240321080027598 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dcr-native.h' (72,374) at 20210406100034795 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/keyring_handler.c' (72,375) at 20240405153232111 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/parport.h' (72,376) at 20210307214926322 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/sti_usb_phy.c' (72,377) at 20210308005003456 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdpv.c' (72,378) at 20210308005046505 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_delete_project.py' (72,379) at 20231126090012813 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/resource.c' (72,380) at 20241011080017383 2025-03-14 03:00:50.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_driver/efi_uclass.c' (72,381) at 20210308005003700 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_stp_bpdu.c' (72,382) at 20210307214931894 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5682.c' (72,383) at 20241008080014047 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cx20442.h' (72,384) at 20210307214932306 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config_si7021.json' (72,385) at 20220907030013285 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/pkvm.h' (72,386) at 20240405153045881 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/handler_mock.hpp' (72,387) at 20240521080010464 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-lantiq.c' (72,388) at 20240405153051333 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/quote.rs' (72,389) at 20240405153232099 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/Kconfig' (72,390) at 20210307214930430 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/vsyscall-trapa.S' (72,391) at 20210307214926570 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fdi_regs.h' (72,392) at 20240405153048453 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/rockchip.h' (72,393) at 20210307214931342 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/Kconfig' (72,394) at 20210307214930178 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/aquacomputer_d5next.rst' (72,395) at 20240405153045217 2025-03-14 03:00:50.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/pci.h' (72,396) at 20210307214927902 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/iw_cxgb4.h' (72,397) at 20240405153049037 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb' (72,398) at 20241221090017564 to deleted uid set 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/acl.c' (72,399) at 20240405153052257 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0001-remoteproc-Add-Arm-remoteproc-driver.patch' (72,400) at 20241206090014210 to deleted uid set 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png' (72,401) at 20210307205554610 to deleted uid set 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_mcpcia.c' (72,402) at 20210307214925654 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rv1108.h' (72,403) at 20210308005003596 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_7.dtso' (72,404) at 20240405153051213 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_trigger.c' (72,405) at 20240910080014090 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/private_header.cpp' (72,406) at 20211111010019460 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/cmds.c' (72,407) at 20240405153231575 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-filter.js' (72,408) at 20210308005107069 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/Makefile' (72,409) at 20210308005002948 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/firmware.c' (72,410) at 20210307214925834 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/perf/perf-stackdump/arch-support.txt' (72,411) at 20240405153045201 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/cuda.h' (72,412) at 20230426080043764 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/gen_vdso32_offsets.sh' (72,413) at 20240405153046153 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/.gitignore' (72,414) at 20210307214925842 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/crash.c' (72,415) at 20210307214926254 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/Kconfig' (72,416) at 20210307214928990 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/oimm.c' (72,417) at 20210307214927898 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Replaceable/meson.build' (72,418) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/murata,zpa2326.yaml' (72,419) at 20240405153045077 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-hsdk-pll.c' (72,420) at 20240405153230207 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/fpga_ast2600.h' (72,421) at 20210308005003596 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/license.h' (72,422) at 20210307214931418 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-pc.c' (72,423) at 20210308005046477 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/armada-37xx-tbg.c' (72,424) at 20210308005003352 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-uritools_4.0.3.bb' (72,425) at 20241221090017668 to deleted uid set 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fspick.sh' (72,426) at 20240405153054173 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/Makefile' (72,427) at 20210308005003472 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kmod/Makefile' (72,428) at 20210307214932678 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mempool.c' (72,429) at 20240405153053137 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/88pm860x-codec.c' (72,430) at 20240405153232143 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_helper_access_var_len.c' (72,431) at 20240405153054281 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/loongson,ls1x-clk.h' (72,432) at 20240405153052645 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm_git.bb' (72,433) at 20240302090018206 to deleted uid set 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch' (72,434) at 20220402030015975 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.err' (72,435) at 20210308005046397 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c' (72,436) at 20240405153047157 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/lpc32xx_i2c.c' (72,437) at 20210308005003384 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb' (72,438) at 20241226090016123 to deleted uid set 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/spdif_out.c' (72,439) at 20240405153054005 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch' (72,440) at 20230706080014737 2025-03-14 03:00:50.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_0_sc8280xp.h' (72,441) at 20240405153230591 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/mmu.h' (72,442) at 20210307214926110 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/Makefile' (72,443) at 20210307214931870 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Cacheable/meson.build' (72,444) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/channels.c' (72,445) at 20240405153232011 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_iscsi.h' (72,446) at 20210307214930286 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/builtin-__ffs.h' (72,447) at 20210307214931302 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_debugfs.h' (72,448) at 20210307214927838 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_powermgt.c' (72,449) at 20241211090212294 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7757.h' (72,450) at 20210307214926554 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_rop.h' (72,451) at 20210308005045857 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_target.cpp' (72,452) at 20230825080027865 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-devices-pvpanic' (72,453) at 20220525020651634 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_d.c' (72,454) at 20210308005046525 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/eeprom.h' (72,455) at 20240405153050553 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/maple_defconfig' (72,456) at 20240405153046097 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm96878.dts' (72,457) at 20240405153045433 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_diag.h' (72,458) at 20210307214929470 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-cec.c' (72,459) at 20240405153049529 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dummy-tools/dummy-plugin-dir/include/plugin-version.h' (72,460) at 20220913100024313 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/u-boot-aspeed_%.bbappend' (72,461) at 20210812000025166 2025-03-14 03:00:50.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/platform-pci.c' (72,462) at 20240405153231603 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/msix.c' (72,463) at 20220525020653131 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/addac/adi,ad74413r.h' (72,464) at 20240405153052649 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fb.h' (72,465) at 20240405153046385 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/Makefile' (72,466) at 20210308005002776 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-icore-1.5.dtsi' (72,467) at 20240405153045513 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/asus_wmi_sensors.rst' (72,468) at 20240405153045217 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv.c' (72,469) at 20241211090212230 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-k210.c' (72,470) at 20240405153230207 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0001-bcm43xx-Add-bcm43xx-3wire-variant.patch' (72,471) at 20230706080014765 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipmi_msgdefs.h' (72,472) at 20210309003653988 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/qcom-spmi-vadc.c' (72,473) at 20240405153048961 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/kbtab.c' (72,474) at 20210307214928502 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/Kconfig' (72,475) at 20240405153051673 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/util.hpp' (72,476) at 20240217090035780 2025-03-14 03:00:50.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mtd.yaml' (72,477) at 20240405153045113 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-rdk.dts' (72,478) at 20240405153229971 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp850.c' (72,479) at 20210307214931178 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-ppc_8xx.txt' (72,480) at 20210308005003012 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-fs.c' (72,481) at 20240906080037316 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/loadavg.c' (72,482) at 20240405153053045 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttvp.h' (72,483) at 20240405153230795 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/shadow.c' (72,484) at 20240405153053013 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_power_operations.robot' (72,485) at 20221112040024970 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/strset.c' (72,486) at 20240405153232015 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/leds-pca955x.h' (72,487) at 20210307214931338 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/file.c' (72,488) at 20240405153049645 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_lite2_defconfig' (72,489) at 20210308005003272 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c' (72,490) at 20221128040017450 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Create.interface.yaml' (72,491) at 20241003080018601 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/.gitignore' (72,492) at 20220525020655187 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/dts/ae350_32.dts' (72,493) at 20210308005002844 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/request_sock.h' (72,494) at 20240405153052865 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/resource.h' (72,495) at 20240405153232107 2025-03-14 03:00:50.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/intersil,isl12022.yaml' (72,496) at 20240405153229795 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Tenola' (72,497) at 20210307205553774 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/init.rst' (72,498) at 20220525020651766 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/serial.c' (72,499) at 20240405153047069 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_ioc3.c' (72,500) at 20210307214930742 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ValueMutability.interface.yaml' (72,501) at 20221207040023631 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/119.out' (72,502) at 20210308005046449 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/user_sdma.h' (72,503) at 20240405153230707 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-tcg.rst' (72,504) at 20230925080039841 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/merge_yamls.py' (72,505) at 20210307205554070 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/eeprom_93cx6.c' (72,506) at 20241216090017709 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/powerpc.py' (72,507) at 20240405153054225 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/poly_sin.c' (72,508) at 20210307214926730 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/Makefile' (72,509) at 20240405153232283 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.cpp' (72,510) at 20240524080026761 to deleted uid set 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/mmconfig-shared.c' (72,511) at 20240613080016375 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/memcpy_64.S' (72,512) at 20240405153230043 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts' (72,513) at 20240405153045745 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6348-dma.h' (72,514) at 20210308005003636 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroidhc1.dts' (72,515) at 20240405153045573 2025-03-14 03:00:50.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/mte.S' (72,516) at 20241211090212550 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/sdbusplus.hpp' (72,517) at 20240904080034455 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/notempdir.patch' (72,518) at 20220204040022676 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/nfp.rst' (72,519) at 20240405153045237 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_fixed_rate.c' (72,520) at 20210308005003348 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/msg.py' (72,521) at 20241221090017588 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/pci/pci.c' (72,522) at 20240405153045933 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp421.c' (72,523) at 20240405153230667 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/Kconfig' (72,524) at 20210308005003440 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/bus.c' (72,525) at 20240405153231455 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/signal.c' (72,526) at 20240405153046029 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo.c' (72,527) at 20210307214930950 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/performance/dissect.py' (72,528) at 20210308005046241 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_structs.h' (72,529) at 20210308005046085 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/warp7.h' (72,530) at 20210308005003624 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/nfc.rst' (72,531) at 20210307214925538 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/buildinfo.hpp.in' (72,532) at 20210421000039866 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/intel,ixp46x-ptp-timer.yaml' (72,533) at 20240405153045117 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts' (72,534) at 20210307214925986 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Leksand_Asledsberget' (72,535) at 20210307205553786 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch' (72,536) at 20210307205553742 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/cmake-format.json' (72,537) at 20221209040045083 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/fsl-imx-mmc.yaml' (72,538) at 20240405153045109 2025-03-14 03:00:50.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (72,539) at 20241206090014206 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuppc/pointercal' (72,540) at 20210307205553874 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/host-poweron.service' (72,541) at 20210307205554094 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/fat.h' (72,542) at 20240405153231675 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/nal-rbsp.h' (72,543) at 20220525020653279 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/renesas,rst.yaml' (72,544) at 20240405153045149 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1347.c' (72,545) at 20240405153051497 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-mtp.dts' (72,546) at 20240405153229943 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ac97/compat.h' (72,547) at 20210307214931594 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/tftf.yml' (72,548) at 20220804030014663 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mips/bootloader.h' (72,549) at 20230426080043764 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm96813.dts' (72,550) at 20240405153045717 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-primo73.dts' (72,551) at 20210308005002624 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ptpd.conf' (72,552) at 20210307205553822 2025-03-14 03:00:50.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/microchip,lan937x.yaml' (72,553) at 20240405153045117 2025-03-14 03:00:50.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_2_3_sh_mask.h' (72,554) at 20210307214927606 2025-03-14 03:00:50.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,ld9040.yaml' (72,555) at 20240405153045045 2025-03-14 03:00:50.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/os-release/os-release.bbappend' (72,556) at 20230518080020518 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inflate.c' (72,557) at 20210308005003716 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/mac.c' (72,558) at 20240411080014090 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb' (72,559) at 20241221090017520 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/bus.h' (72,560) at 20210307214929898 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_apic_access_test.c' (72,561) at 20240405153054325 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-sramc.h' (72,562) at 20230925080039929 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,sc7280-rpmh.yaml' (72,563) at 20240405153045081 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/ampere_set_fan_max_speed.sh' (72,564) at 20221201040015308 to deleted uid set 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/platform.c' (72,565) at 20240405153230187 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml' (72,566) at 20240405153229763 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-hda-match.c' (72,567) at 20240405153053957 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/param.h' (72,568) at 20210307214931306 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/logic_io.h' (72,569) at 20240405153052617 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/misc.h' (72,570) at 20210308005002644 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sockex1_kern.c' (72,571) at 20210307214932118 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3229-evb.dts' (72,572) at 20210308005002604 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/Makefile' (72,573) at 20210308005002972 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/Makefile' (72,574) at 20210308005003052 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/riscv_ucontext.patch' (72,575) at 20210307205553958 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/nvram.c' (72,576) at 20210309003649228 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku288.dts' (72,577) at 20240405153045749 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/OptusD1-160.0E' (72,578) at 20210307205553762 2025-03-14 03:00:50.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/cfam.c' (72,579) at 20240906080037220 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/helper.c' (72,580) at 20240906080037536 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c' (72,581) at 20241023080012891 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am572x-idk.dts' (72,582) at 20240405153045597 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-loongson-core.c' (72,583) at 20240405153231463 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mei/mei.rst' (72,584) at 20210309003648408 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/atomic_32.h' (72,585) at 20240405153046317 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pgtable.h' (72,586) at 20240617080017378 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/Makefile' (72,587) at 20210308005003172 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.h' (72,588) at 20240405153231039 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/system/kernel.ld' (72,589) at 20210927100127517 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/crypto/chacha20-s390/run-tests.sh' (72,590) at 20240405153054221 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kfd_sysfs.h' (72,591) at 20240405153052925 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/sof/fw.h' (72,592) at 20210307214931694 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/effecter/dbus_to_terminus_effecter.json' (72,593) at 20240827080037091 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/trace_handle_exit.h' (72,594) at 20220525020651962 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/Kconfig' (72,595) at 20210307214931998 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/VLAN.interface.yaml' (72,596) at 20221111040027669 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/blacklist.h' (72,597) at 20210713000020204 2025-03-14 03:00:50.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/udbg_16550.c' (72,598) at 20240405153046153 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/attributes.c' (72,599) at 20240405153231951 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/djmemc.h' (72,600) at 20240326080039538 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-app4-evb1.dts' (72,601) at 20210308005002620 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/pci.c' (72,602) at 20240405153046209 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/regulators-tegra30.c' (72,603) at 20240405153051773 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/getcpu.S' (72,604) at 20240405153046253 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/ucontext.h' (72,605) at 20210307214926762 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/block-helpers.h' (72,606) at 20241211090212558 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/configs/defconfig' (72,607) at 20210307214926098 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/0001-Riscv-Add-risc-v-Android-config-header.patch' (72,608) at 20230706080014745 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-plutux.dts' (72,609) at 20240405153045481 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb-pc_camp_core1.dts' (72,610) at 20210307214926346 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lvb_table.h' (72,611) at 20210307214931066 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb' (72,612) at 20241221090017568 to deleted uid set 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/asix,ax88796c.yaml' (72,613) at 20240405153045113 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c' (72,614) at 20230720080043539 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7791-clock.h' (72,615) at 20210307214931334 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci.h' (72,616) at 20240617080017394 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c' (72,617) at 20210307214929522 2025-03-14 03:00:50.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm200.c' (72,618) at 20240405153048661 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/m68k.py' (72,619) at 20240405153054225 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/float_convd.ref' (72,620) at 20221215040039382 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/twl4030.c' (72,621) at 20210308005003472 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/sudo/sudo_%.bbappend' (72,622) at 20240207090012358 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec.h' (72,623) at 20240405153231339 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls102xa_rcw_sd_ifc.cfg' (72,624) at 20210308005002968 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32h7-clks.h' (72,625) at 20210308005003636 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress/meson.build' (72,626) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss.h' (72,627) at 20220525020654139 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_irq.h' (72,628) at 20240405153050009 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb' (72,629) at 20241206090014238 to deleted uid set 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps62362.h' (72,630) at 20210308005003680 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/key.c' (72,631) at 20240405153052305 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-designware-host.c' (72,632) at 20240405153231287 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/accounting/Makefile' (72,633) at 20240405153054033 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/s32v234.dtsi' (72,634) at 20240405153045737 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ralink,rt2880-timer.yaml' (72,635) at 20240405153045177 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb' (72,636) at 20230813080012856 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/interrupts.c' (72,637) at 20210308005002836 2025-03-14 03:00:50.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/Kconfig' (72,638) at 20210307214929422 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sid.h' (72,639) at 20210309003649436 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sa8775p-gcc.h' (72,640) at 20240405153052645 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/syscalls/Makefile' (72,641) at 20240405153045929 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/CLIENTS.md' (72,642) at 20240723080003235 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h' (72,643) at 20240405153047305 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,xsphy.yaml' (72,644) at 20240405153045129 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_perf.c' (72,645) at 20240405153230579 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_task_queue.h' (72,646) at 20220525020653819 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front.h' (72,647) at 20240405153048801 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c' (72,648) at 20240405153231311 2025-03-14 03:00:50.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/renesas-scif.S' (72,649) at 20210309003648680 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial-uclass.c' (72,650) at 20210308005003484 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/tuning.cpp' (72,651) at 20221117040032476 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_main.cpp' (72,652) at 20220727030029197 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/Makefile' (72,653) at 20240405153049013 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/dma-mask.c' (72,654) at 20240405153230035 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/Kconfig' (72,655) at 20240405153049057 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/setup_veth.sh' (72,656) at 20240405153232279 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_regs.c' (72,657) at 20240405153049953 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/cmap_xfbdev.rst' (72,658) at 20210307214925478 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/entry.S' (72,659) at 20241211090145385 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/main.cpp' (72,660) at 20230811080027090 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml' (72,661) at 20240405153045149 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ibm,emac.txt' (72,662) at 20210307214925374 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-398-db.dts' (72,663) at 20240405153045449 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7795-cpg-mssr.c' (72,664) at 20240405153230235 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/start_host_mpreboot.cpp' (72,665) at 20210629000023356 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/venc_ctrls.c' (72,666) at 20240405153230811 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_dp.c' (72,667) at 20210308005003524 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-user-utils.h' (72,668) at 20230310090043279 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8195-resets.h' (72,669) at 20240405153052653 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3' (72,670) at 20210308005002556 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/nfs.h' (72,671) at 20210308005003720 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/char/misc.c' (72,672) at 20240405153046757 to deleted uid set 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_crypto.h' (72,673) at 20240405153046957 2025-03-14 03:00:50.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml' (72,674) at 20240405153229767 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcd_palmte.c' (72,675) at 20210307214930922 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/rpmh.h' (72,676) at 20210309003653972 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/channel.c' (72,677) at 20240405153050453 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.h' (72,678) at 20240613080016435 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-cards.c' (72,679) at 20210307214928710 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/linkit-smart-7688.dts' (72,680) at 20210308005002812 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/selinux-ls-unconfined.sh' (72,681) at 20210307205554130 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/example/example.yaml' (72,682) at 20221213040025761 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters_old.c' (72,683) at 20210307214927278 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-ccimx6ulsbcexpress.dts' (72,684) at 20240405153229887 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-hym8563.c' (72,685) at 20240405153051497 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-irq.c' (72,686) at 20220525020652014 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_ffa/Kconfig' (72,687) at 20220525020652426 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/clk_rk3399.c' (72,688) at 20210308005002776 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/common.h' (72,689) at 20210309003654276 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-light-isl29018' (72,690) at 20210309003648252 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxi-6224.c' (72,691) at 20220525020652358 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt8186-memory-port.h' (72,692) at 20240405153052649 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h' (72,693) at 20210307214928814 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_2.dtso' (72,694) at 20240405153051213 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/symlink.h' (72,695) at 20220525020654479 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/clock-sh7619.c' (72,696) at 20210307214926558 2025-03-14 03:00:50.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6060.h' (72,697) at 20210307214929270 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_dnat.c' (72,698) at 20210307214931894 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/km_kirkwood_128m16_defconfig' (72,699) at 20210308005003260 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-x86_64.json' (72,700) at 20210308005046117 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-brcmstb.c' (72,701) at 20240405153231355 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-case.err' (72,702) at 20210927100127473 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/syscalls.h' (72,703) at 20210307214931614 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/remoteproc/k3-system-controller.txt' (72,704) at 20210308005003308 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/histogram.rst' (72,705) at 20240405153045269 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/tracepoints/x86_irq_vectors.sh' (72,706) at 20240405153232231 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/virtio_net.c' (72,707) at 20241216090017721 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/rpmsg_ns.c' (72,708) at 20240405153051489 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/img-parallel-out.c' (72,709) at 20240405153232175 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/main.cpp' (72,710) at 20240906080025056 to deleted uid set 2025-03-14 03:00:50.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/api.py' (72,711) at 20240106090017249 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_daif_bits.c' (72,712) at 20210307214932634 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91rm9200.dtsi' (72,713) at 20240405153229875 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/util.c' (72,714) at 20210308005046113 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-palo43-common.dtsi' (72,715) at 20240405153045605 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-setup.c' (72,716) at 20220525020652014 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c' (72,717) at 20210308005002752 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7720.h' (72,718) at 20210308005002848 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ds4424.c' (72,719) at 20240405153048977 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/u-boot-spl.lds' (72,720) at 20210308005002712 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/sensor_utils_test.cpp' (72,721) at 20241015080002919 to deleted uid set 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/usb-network/files/usb_network.service' (72,722) at 20210307205553674 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/gcsections.inc' (72,723) at 20230811080018310 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/osd_cmd.c' (72,724) at 20210308005003000 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/Documentation/objtool.txt' (72,725) at 20240405153054073 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb' (72,726) at 20241221090017564 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml' (72,727) at 20240405153045105 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/arm.py' (72,728) at 20240405153054225 2025-03-14 03:00:50.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/clk-zynqmp.h' (72,729) at 20220525020652342 2025-03-14 03:00:50.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_offset.h' (72,730) at 20240405153230487 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/Makefile' (72,731) at 20240405153046297 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-kernel/linux/linux-aspeed_git.bbappend' (72,732) at 20240209090013644 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ti,keystone-timer.txt' (72,733) at 20210309003648400 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/tree-checker.c' (72,734) at 20241008080013991 to deleted uid set 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/eeprom/eeprom_field.c' (72,735) at 20210308005003224 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/inno_hdmi.c' (72,736) at 20240405153230631 to deleted uid set 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vcmpb.S' (72,737) at 20230426080043952 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/lib1funcs.S' (72,738) at 20210308005002708 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-lat_http.c-Add-printf-format.patch' (72,739) at 20230706080014741 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/LICENSE' (72,740) at 20210308005119665 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity3-msc313e.dtsi' (72,741) at 20240405153045573 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ncsi_ast2600a0.h' (72,742) at 20210308005003608 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic-stub.c' (72,743) at 20240906080037240 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (72,744) at 20220618030015174 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/edminiv2.h' (72,745) at 20210308005003592 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/boot.c' (72,746) at 20210308005002760 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/dmub_trace_buffer.h' (72,747) at 20220525020652530 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/Makefile' (72,748) at 20210307214930438 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/stackprotector.h' (72,749) at 20240405153046505 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/MAINTAINERS' (72,750) at 20210308005002948 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/mux.c' (72,751) at 20210308005003072 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/fpga_ast2600/Kconfig' (72,752) at 20210308005002916 2025-03-14 03:00:50.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/Kbuild' (72,753) at 20240405153048637 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/unaligned.h' (72,754) at 20210308005002848 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-cam.c' (72,755) at 20240405153046797 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_type.hpp' (72,756) at 20240625080015044 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/stepwise.cpp' (72,757) at 20230511080034627 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/x264/x264_%.bbappend' (72,758) at 20210812000025266 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-x3proto/Makefile' (72,759) at 20210307214926542 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/Makefile' (72,760) at 20210308005002544 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/keypad-ep93xx.h' (72,761) at 20210307214931478 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/version.c' (72,762) at 20240405153052965 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/sensor.hpp' (72,763) at 20240817080004303 to deleted uid set 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-tarball.bb' (72,764) at 20241221090017644 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/geneve.h' (72,765) at 20240405153052845 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/copy_page.S' (72,766) at 20240405153045897 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ixp4xx/Makefile' (72,767) at 20210307214930442 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/madera.h' (72,768) at 20220525020655031 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/of_table.cocci' (72,769) at 20210307214932138 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Baekmuk' (72,770) at 20241221090017616 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml' (72,771) at 20240405153045041 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctmixer.h' (72,772) at 20220525020654991 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/trace-events' (72,773) at 20240326080039662 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/arch/e.c' (72,774) at 20210307214932470 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.gitignore' (72,775) at 20240424080021452 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt.c' (72,776) at 20210308005003708 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_function.decode' (72,777) at 20210308005046389 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/required-distro-features.inc' (72,778) at 20220402030016219 2025-03-14 03:00:50.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c' (72,779) at 20240405153048513 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/llcp_core.c' (72,780) at 20240405153232067 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_txrx.h' (72,781) at 20240405153230967 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi' (72,782) at 20240405153229891 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/tegra-apbmisc.c' (72,783) at 20240405153231455 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/MAINTAINERS' (72,784) at 20210308005002964 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-noinitiator' (72,785) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/vexpress_config.c' (72,786) at 20210308005003400 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp_tx.h' (72,787) at 20240405153050437 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-cmake-Add-check-for-atomic-support.patch' (72,788) at 20240413080012651 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-gplus-fl8005a.dts' (72,789) at 20240405153229939 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/user.c' (72,790) at 20241211090212242 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/empty_slot.h' (72,791) at 20210308005046017 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig' (72,792) at 20210308005003236 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phylib_stubs.h' (72,793) at 20240405153231835 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/time.c' (72,794) at 20240405153230055 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/seed.c' (72,795) at 20240405153046537 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-wpcm450.dtsi' (72,796) at 20240405153229875 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/requirements.txt' (72,797) at 20210308005002536 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_nvram.h' (72,798) at 20210307214930422 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/rlwinm.c' (72,799) at 20210308005003720 2025-03-14 03:00:50.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netrom.h' (72,800) at 20240405153052861 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/contrib/oe-stylize.py' (72,801) at 20230610080017599 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts' (72,802) at 20240405153229915 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vhost_user.h' (72,803) at 20210307214926618 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw52xx.dtsi' (72,804) at 20240405153229887 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/video1394' (72,805) at 20210309003648244 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/tricore.h' (72,806) at 20210308005046033 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/0001-Include-poll.h-instead-of-sys-poll.h.patch' (72,807) at 20210307205553954 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02.h' (72,808) at 20240405153050589 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpsw.h' (72,809) at 20220525020653495 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/update-rc.d.bbclass' (72,810) at 20230114040015530 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/gud.h' (72,811) at 20240405153052637 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml' (72,812) at 20240405153045085 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,meson-gxl-usb2-phy.yaml' (72,813) at 20240405153045129 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/cpld.h' (72,814) at 20210308005002968 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_vfscanf.patch' (72,815) at 20210307205553750 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/v4l2-subdev.h' (72,816) at 20240405153231883 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-kernel-fadump_release_opalcore' (72,817) at 20210307214925186 2025-03-14 03:00:50.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/severity.cpp' (72,818) at 20240820080027378 to deleted uid set 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h' (72,819) at 20240405153230503 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/sn/sn_sal.h' (72,820) at 20210307214926118 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rpmsg.h' (72,821) at 20240405153231879 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-progress_1.6.bb' (72,822) at 20240302090018210 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/warp.dts' (72,823) at 20240405153046093 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-shared-source.inc' (72,824) at 20230401080011971 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/brcm,iproc-pwm.yaml' (72,825) at 20220525020651706 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ugecon.h' (72,826) at 20210307214926362 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/entry-common.S' (72,827) at 20210309003648980 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_of.c' (72,828) at 20240405153048405 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/espt.c' (72,829) at 20210308005002956 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/simple-bridge.c' (72,830) at 20240405153230527 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/spm.c' (72,831) at 20240405153231451 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/tonga_ih.h' (72,832) at 20210307214927250 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pwm.h' (72,833) at 20210308005002664 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalGenerateCsr.vue' (72,834) at 20241004080035971 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_tcon.h' (72,835) at 20210307214927774 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7981-infracfg.c' (72,836) at 20240405153230211 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-4.yaml' (72,837) at 20241219090012972 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt' (72,838) at 20240106090017253 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/Makefile' (72,839) at 20210307214932034 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/Makefile.postlink' (72,840) at 20240405153046089 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/Makefile' (72,841) at 20210307214929966 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_span.c' (72,842) at 20240405153050077 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/LICENSE' (72,843) at 20240308090017911 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/smt.h' (72,844) at 20240405153054205 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/Makefile.vdso' (72,845) at 20240326080039558 2025-03-14 03:00:50.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynq_bootimg.h' (72,846) at 20210308005003696 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_diag.c' (72,847) at 20210307214928438 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/kv_dpm.c' (72,848) at 20220525020652991 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/bcm1480/setup.c' (72,849) at 20240405153046053 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/Makefile' (72,850) at 20210308005003496 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-setns.c' (72,851) at 20210307214932470 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/msr-reg.S' (72,852) at 20220525020652186 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/eventfd.h' (72,853) at 20240405153052685 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h' (72,854) at 20240405153230511 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/act8846_pmic.h' (72,855) at 20210308005003680 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/vmlinux.lds.S' (72,856) at 20240405153046269 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/twl4030-keypad.txt' (72,857) at 20210307214925338 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max16064.rst' (72,858) at 20210307214925502 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/Kconfig' (72,859) at 20240405153053933 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/ti,j721e-esm.yaml' (72,860) at 20240405153045109 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-inter-event-combined-hist.tc' (72,861) at 20240405153054305 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/mapping.h' (72,862) at 20220525020653575 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/dbusaudio.c' (72,863) at 20240906080037140 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-lantiq-vrx200-pcie.h' (72,864) at 20210307214931342 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_rcw_nand.cfg' (72,865) at 20210308005002968 2025-03-14 03:00:50.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vpu.h' (72,866) at 20210308005003532 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml' (72,867) at 20240613080016359 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/sha256.h' (72,868) at 20210308005003688 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_aux.h' (72,869) at 20240613080016407 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc' (72,870) at 20240821080012435 to deleted uid set 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/096_elf.dts' (72,871) at 20210308005003752 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/uncached.h' (72,872) at 20210307214926118 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h' (72,873) at 20210308005002640 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tundra/tsi108_eth.c' (72,874) at 20240405153050321 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-buildid-cache.c' (72,875) at 20240405153054097 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx-config.bb' (72,876) at 20241221090017540 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/mv88w8618_eth.c' (72,877) at 20240906080037264 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-swap' (72,878) at 20210307214925202 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/trace-events' (72,879) at 20241211090212206 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-i8255.c' (72,880) at 20240405153047077 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/vhost_test/Makefile' (72,881) at 20210307214932742 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cable.hpp' (72,882) at 20240704080030215 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/stw481x.h' (72,883) at 20210307214931434 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseport_bpf_numa.c' (72,884) at 20240405153054349 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-nommu.S' (72,885) at 20210307214925966 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/Makefile' (72,886) at 20240405153051861 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp-bootblock-n.bbclass' (72,887) at 20230413080015624 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h' (72,888) at 20210308005003364 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-under-throttle' (72,889) at 20240326080039734 2025-03-14 03:00:50.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml' (72,890) at 20240405153045141 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/smsc_lpc47m.c' (72,891) at 20210308005003400 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/netlink.h' (72,892) at 20220525020654659 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/srccode.h' (72,893) at 20210307214932606 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c' (72,894) at 20210308005003468 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ili9320.h' (72,895) at 20240405153052173 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-intel.c' (72,896) at 20240405153231323 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_ratectrl_bitdef.h' (72,897) at 20210307214930642 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/firmware-list.html' (72,898) at 20210308005107069 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/store/store.cpp' (72,899) at 20210308005056661 to deleted uid set 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/buildjson.cpp' (72,900) at 20220113040103020 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/bridge/analogix_dp.h' (72,901) at 20210307214931314 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_sysfs.c' (72,902) at 20240405153230267 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/indented-expr.json' (72,903) at 20210308005046409 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/bypass-iommu.txt' (72,904) at 20210927100127069 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/ebitmap.h' (72,905) at 20240405153232115 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/Makefile' (72,906) at 20210307214932698 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/amigaone/setup.c' (72,907) at 20240405153046201 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/Kconfig' (72,908) at 20210307214929754 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/bitops.h' (72,909) at 20240405153054049 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/Makefile' (72,910) at 20210307214932206 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/firmware.c' (72,911) at 20240405153048513 2025-03-14 03:00:50.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/samsung/Makefile' (72,912) at 20210307214930722 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/find-unused-docs.sh' (72,913) at 20210307214932146 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt' (72,914) at 20210307214925438 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory_mapping.c' (72,915) at 20240906080037448 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi' (72,916) at 20210307214926350 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/branch.json' (72,917) at 20240405153054113 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/errors.cpp' (72,918) at 20220615030021588 to deleted uid set 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch' (72,919) at 20241221090017632 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_7x14.c' (72,920) at 20220525020654747 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_io.h' (72,921) at 20210308005003520 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cmpxchg.h' (72,922) at 20240405153046245 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/brcm,cygnus-audio.txt' (72,923) at 20210307214925426 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/hw_irq.h' (72,924) at 20210307214925646 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-regs.h' (72,925) at 20210308005002796 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FabricCollection.json' (72,926) at 20240619080002948 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/s3c-fb.c' (72,927) at 20240405153231591 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/.gitignore' (72,928) at 20210307214926750 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/tpm_backend.h' (72,929) at 20240326080039550 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/vmlinux.lds.S' (72,930) at 20240405153045977 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_fsm.c' (72,931) at 20240405153051525 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/profiler2.c' (72,932) at 20210309003655984 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts' (72,933) at 20240405153045709 2025-03-14 03:00:50.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_debug.h' (72,934) at 20210307214930370 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/xxhash_generic.c' (72,935) at 20210307214926814 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-smd-rpm.c' (72,936) at 20240520080015139 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-medusa-video.h' (72,937) at 20210307214928690 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_memory.c.inc' (72,938) at 20240906080037496 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/v4l2-common.h' (72,939) at 20240405153052941 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_state_manager.cpp' (72,940) at 20241211090206662 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3188-radxarock.dts' (72,941) at 20240405153045557 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lg2160.c' (72,942) at 20240405153049289 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/internals.h' (72,943) at 20241211090212514 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-terratec-slim-2.c' (72,944) at 20210307214928786 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/daytonax-ipmi-fru-properties.yaml' (72,945) at 20230209040014205 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-virtio-ccw.h' (72,946) at 20240906080037340 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nfc/nfc-pn544.rst' (72,947) at 20210307214925466 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/const.h' (72,948) at 20240405153054053 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/Kconfig' (72,949) at 20240405153048925 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n.dts' (72,950) at 20210309003648756 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (72,951) at 20210524100041898 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.c' (72,952) at 20210307214930554 2025-03-14 03:00:50.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/tee_core.c' (72,953) at 20240405153051969 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/recommended.json' (72,954) at 20240405153054121 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-boston.its.S' (72,955) at 20210713000020196 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/regs.h' (72,956) at 20240405153231223 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/peach-pit_defconfig' (72,957) at 20210308005003272 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kurikka_Kesti' (72,958) at 20210307205553770 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8998.h' (72,959) at 20210307214932370 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/settings/phosphor-settings-manager/sol_settings.override.yml' (72,960) at 20240124090012250 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_ffdc.cpp' (72,961) at 20241106090023554 to deleted uid set 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/common/setup.c' (72,962) at 20210307214926270 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_bswap.c' (72,963) at 20240405153232263 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8173-max98090.txt' (72,964) at 20210307214925430 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/mrw-rev.bbclass' (72,965) at 20220721030015849 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511.h' (72,966) at 20240405153048365 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch' (72,967) at 20230706080014737 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_its_kvm.c' (72,968) at 20240906080037240 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (72,969) at 20241226090016127 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97358svmb.dts' (72,970) at 20240405153045985 2025-03-14 03:00:50.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_srh.c' (72,971) at 20210307214931970 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/stout_spl.c' (72,972) at 20210308005003040 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_sme_change_vl.c' (72,973) at 20241008080014055 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/userfaultfd.c' (72,974) at 20240913080013849 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/mmu/mmu_general.h' (72,975) at 20240405153046609 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson-axg-gpio.h' (72,976) at 20210307214931338 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_drv_interface.c' (72,977) at 20240405153053937 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kvmclock.c' (72,978) at 20240405153230127 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue' (72,979) at 20241004080035963 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-altivec.xml' (72,980) at 20210308005045817 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvme-auth.h' (72,981) at 20240405153052753 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/aat2870_bl.c' (72,982) at 20240405153052173 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,camcc-sc7280.h' (72,983) at 20240405153052645 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_codec.h' (72,984) at 20240405153231863 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/rail_tests.cpp' (72,985) at 20240628080035889 2025-03-14 03:00:50.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/unwind-libunwind.c' (72,986) at 20210307214932522 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb' (72,987) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/tpidr2.c' (72,988) at 20240405153054237 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/jme.c' (72,989) at 20240919080017062 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/Makefile' (72,990) at 20210308005002964 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/my.cnf' (72,991) at 20210812000025198 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch' (72,992) at 20220910030013425 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040QDS_SECURE_BOOT_defconfig' (72,993) at 20210308005003244 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/pid_namespace.c' (72,994) at 20240624080012824 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmoinen_Puukkoinen' (72,995) at 20210307205553770 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/task_under_cgroup.c' (72,996) at 20240405153054261 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.out' (72,997) at 20210927100127469 to deleted uid set 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/job.h' (72,998) at 20240405153048805 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_kernel.py' (72,999) at 20210307205554634 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_irongate.c' (73,000) at 20240405153045353 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_versatile.c' (73,001) at 20240405153230619 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/x86_64-linux' (73,002) at 20241206090014350 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ultrasound.h' (73,003) at 20210307214931662 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-common.h' (73,004) at 20240405153231343 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/st_fdma.txt' (73,005) at 20210307214925314 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/hw_breakpoint.h' (73,006) at 20240405153230147 2025-03-14 03:00:50.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/debug_page_ref.c' (73,007) at 20210307214931830 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c' (73,008) at 20240405153230351 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nfc/nfc-hci.rst' (73,009) at 20240405153045193 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml' (73,010) at 20240405153229763 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/bblayers.conf.sample' (73,011) at 20240323080013549 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/Kconfig' (73,012) at 20210308005003032 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/funcmux.c' (73,013) at 20210308005002792 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/audio.h' (73,014) at 20240405153052809 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/samsung/misc.h' (73,015) at 20210308005003684 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/errors.hpp' (73,016) at 20221028100033259 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/laptop-mode.rst' (73,017) at 20220525020651646 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml' (73,018) at 20240405153045141 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044c1.dtsi' (73,019) at 20240405153045809 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/firmware.txt' (73,020) at 20210307214925422 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/corsair-cpro.rst' (73,021) at 20210309003648424 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/suni.c' (73,022) at 20220525020652262 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_scsi.h' (73,023) at 20240405153051585 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm013/ps7_init_gpl.c' (73,024) at 20210308005003180 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/lut.h' (73,025) at 20210307214927898 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/iomap.h' (73,026) at 20240405153231791 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lkdtm/tests.txt' (73,027) at 20240405153232275 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_bufs.c' (73,028) at 20240405153048389 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-during-backup.out' (73,029) at 20220429100100930 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/copy_mc.c' (73,030) at 20240405153230143 2025-03-14 03:00:50.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-siox' (73,031) at 20210309003648252 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/144' (73,032) at 20240326080039730 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton.inc' (73,033) at 20241221090017484 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_defconfig' (73,034) at 20210308005003240 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bdinfo.c' (73,035) at 20210308005003208 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/MAINTAINERS' (73,036) at 20210308005003044 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/gen-atomic-instrumented.sh' (73,037) at 20240405153053433 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/openrisc/features.rst' (73,038) at 20240405153229743 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/chassis.md' (73,039) at 20240809080033023 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/kvm/kvm_stat/kvm_stat.service' (73,040) at 20210512100029346 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sparse_defs.h' (73,041) at 20210308005003684 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-31.json' (73,042) at 20210308005046409 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/sbs-battery.c' (73,043) at 20240405153231355 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hippidevice.h' (73,044) at 20240405153052697 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/LICENSE' (73,045) at 20210308005004696 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bug.h' (73,046) at 20210307214926550 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/smc.c' (73,047) at 20240405153230295 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/rohm,bd2606mvv.yaml' (73,048) at 20240405153229771 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/malta.h' (73,049) at 20210308005002816 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/OWNERS' (73,050) at 20220728030037070 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/powerpc/include/arch/elf.h' (73,051) at 20240405153054073 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/Makefile' (73,052) at 20240405153051685 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/iozone3' (73,053) at 20210307205553870 2025-03-14 03:00:50.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/sky81452.txt' (73,054) at 20210307214925362 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/target/iscsi/iscsi_target_core.h' (73,055) at 20240405153231863 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/screen_info.h' (73,056) at 20240812080017252 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/gcc_intrin.h' (73,057) at 20210307214926114 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_rng.c' (73,058) at 20241211090212294 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/davinci_cpdma.h' (73,059) at 20210307214929654 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-attestation_%.bbappend' (73,060) at 20230114040015466 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/pkt_md_access.c' (73,061) at 20240405153054257 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/i2c_defs.h' (73,062) at 20210308005002732 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/emit.c.inc' (73,063) at 20241211090212490 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.4.17-no-ruby-perl.patch' (73,064) at 20240113090014536 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-intel-ipu3.rst' (73,065) at 20240405153045317 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/parallel-isa.c' (73,066) at 20240906080037208 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/core.rst' (73,067) at 20210309003648408 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6apm-dai.c' (73,068) at 20240405153232187 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service' (73,069) at 20231011080016602 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_wq.h' (73,070) at 20210307214929418 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/manager.hpp' (73,071) at 20240508080030966 to deleted uid set 2025-03-14 03:00:50.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/Makefile' (73,072) at 20220525020652330 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager/g220a_baseboard.json' (73,073) at 20210702100031190 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a779a0.c' (73,074) at 20240405153051361 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/Makefile' (73,075) at 20210308005003040 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pwm/pwm-samsung.c' (73,076) at 20240405153051453 to deleted uid set 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts' (73,077) at 20240405153045821 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_lradc_init.c' (73,078) at 20210308005002548 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/amd_sfh_common.h' (73,079) at 20240405153048813 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xlp.c' (73,080) at 20240405153047085 2025-03-14 03:00:50.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistryFile.v1_1_5.json' (73,081) at 20240619080002948 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/sm_ftl.c' (73,082) at 20240405153049705 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_ipcomp.c' (73,083) at 20240405153053413 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console_%.bbappend' (73,084) at 20241206090014222 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml' (73,085) at 20240405153045153 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigoio.c' (73,086) at 20210307214932246 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_jeq_infer_not_null.c' (73,087) at 20240405153054281 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_extent_busy.c' (73,088) at 20240405153231779 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_ifc_nand.c' (73,089) at 20210308005003412 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hameenlinna_Painokangas' (73,090) at 20210307205553770 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch' (73,091) at 20240302090018242 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/net-add-if.rst' (73,092) at 20210309003648480 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabresd.dts' (73,093) at 20210308005002584 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-testtools_2.7.2.bb' (73,094) at 20241221090017668 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/acrn/Makefile' (73,095) at 20220525020654931 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme_qm_regs.h' (73,096) at 20240405153046605 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ndisc_unsolicited_na_test.sh' (73,097) at 20240405153054349 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/Kconfig' (73,098) at 20240405153048373 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zc770-xm010.dts' (73,099) at 20240405153045609 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/.openbmc-enforce-gitlint' (73,100) at 20221102030039781 to deleted uid set 2025-03-14 03:00:50.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control_dbus.c' (73,101) at 20230809080010799 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/bpf_verifier.h' (73,102) at 20241211090145533 to deleted uid set 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs4.h' (73,103) at 20240405153052753 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/arm/hypercalls.rst' (73,104) at 20240405153045325 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/Makefile' (73,105) at 20240405153049941 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_log.h' (73,106) at 20210307214930310 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0003-libtool-remove-help2man-dependency.patch' (73,107) at 20241221090017664 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb' (73,108) at 20241221090017532 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action.hpp' (73,109) at 20210308005405930 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/Makefile' (73,110) at 20210308005002820 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/Makefile' (73,111) at 20241211090145381 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-sk-evm-u-boot.dtsi' (73,112) at 20210308005002564 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/Kconfig' (73,113) at 20210308005002912 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_SECURE_BOOT_defconfig' (73,114) at 20210308005003244 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/http_connection_test.cpp' (73,115) at 20240504080003801 to deleted uid set 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/xlnx-canfd-test.c' (73,116) at 20230925080040097 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/legacy.h' (73,117) at 20220525020653583 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/topology.c' (73,118) at 20240405153045877 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-sort.png' (73,119) at 20220105012522975 to deleted uid set 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/genet/Makefile' (73,120) at 20210307214929338 2025-03-14 03:00:50.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ghes.h' (73,121) at 20210927100127229 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/hstr_3.1.0.bb' (73,122) at 20240106090017237 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0001-Do-not-use-bundled-packages.patch' (73,123) at 20240413080012655 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/uvd_v2_2.c' (73,124) at 20210309003649880 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/networking/mstpd_git.bb' (73,125) at 20241206090014254 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_ti.c' (73,126) at 20240405153052133 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/apple/Makefile' (73,127) at 20240405153231347 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-common.yaml' (73,128) at 20240405153229763 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/s390x/vdso.so' (73,129) at 20240326080039562 to deleted uid set 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-tpg.c' (73,130) at 20240405153049497 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/Makefile' (73,131) at 20240405153054389 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_qspi.h' (73,132) at 20210308005003492 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb' (73,133) at 20241221090017560 to deleted uid set 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap4-common.c' (73,134) at 20240405153229911 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-mmx.py' (73,135) at 20221215040039386 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts/0002-check-sr-results-Device-tree-improvements.patch' (73,136) at 20231126090012773 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/ubi-media.h' (73,137) at 20210308005003424 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powercycle@.service' (73,138) at 20241123090010951 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml' (73,139) at 20240405153229783 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9132-db-B.dts' (73,140) at 20220525020651918 2025-03-14 03:00:50.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds111.dts' (73,141) at 20240405153045457 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-l2t-defs.h' (73,142) at 20210307214926234 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/sm.h' (73,143) at 20210308005002644 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/panic.c' (73,144) at 20240415080012991 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda1004x.c' (73,145) at 20240405153049301 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_lpuart.c' (73,146) at 20210308005003484 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sch5636.rst' (73,147) at 20210307214925506 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/test-qemu' (73,148) at 20240906080012891 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-plla.c' (73,149) at 20210308005003348 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohue_4.7.3.bb' (73,150) at 20241221090017548 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/core.h' (73,151) at 20210307214931438 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc32poly.h' (73,152) at 20210307214931374 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bmi160/Kconfig' (73,153) at 20210307214928350 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/cpu.c' (73,154) at 20210308005002844 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/irq-st.h' (73,155) at 20210308005003636 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_autosize.c' (73,156) at 20210916100018011 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_gendev.c' (73,157) at 20210308004938824 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sxsabresd_defconfig' (73,158) at 20210308005003272 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/qemu-storage-daemon.c' (73,159) at 20230426080043848 2025-03-14 03:00:50.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c' (73,160) at 20240405153048637 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echoaudio_dsp.c' (73,161) at 20220525020654991 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/objagg.h' (73,162) at 20210307214931610 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch' (73,163) at 20231011080016574 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/time.c' (73,164) at 20241211090145545 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mptcp.h' (73,165) at 20240405153052925 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/realtek.c' (73,166) at 20220418100043789 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/pci.h' (73,167) at 20240405153052961 2025-03-14 03:00:50.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/bcm63xxpart.c' (73,168) at 20240405153049705 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_sub.c' (73,169) at 20210307214926274 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.cpp' (73,170) at 20240820080027378 to deleted uid set 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/trusted_foundations.h' (73,171) at 20240405153052689 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/sb.c' (73,172) at 20210308005003552 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts' (73,173) at 20240405153229863 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T208xRDB.h' (73,174) at 20210308005003580 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/configs/zx1_defconfig' (73,175) at 20240405153045913 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/axp_gpio.c' (73,176) at 20210308005003376 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/hypervisor.c' (73,177) at 20210307214926894 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_serval_defconfig' (73,178) at 20210308005003268 2025-03-14 03:00:50.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_lp.c' (73,179) at 20210309003651580 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_debugfs.h' (73,180) at 20240405153049953 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750_regs.h' (73,181) at 20240906080037296 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/net.h' (73,182) at 20210307214931642 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/clear_page.S' (73,183) at 20240405153045897 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/unifdef.c' (73,184) at 20210307214932162 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_66_defconfig' (73,185) at 20210308005003280 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/regd.h' (73,186) at 20240405153050653 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/policy_unpack.c' (73,187) at 20240805080014063 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-lkcf.c' (73,188) at 20241211090212206 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/smp_lx200_defconfig' (73,189) at 20240405153046501 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-apmixedsys.c' (73,190) at 20240405153046801 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-amd-mp2-plat.c' (73,191) at 20240405153048893 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governors/ladder.c' (73,192) at 20210307214927066 2025-03-14 03:00:50.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/multiconfig_files.png' (73,193) at 20210307205554298 to deleted uid set 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/uda1342.h' (73,194) at 20210307214931546 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-octeon-core.h' (73,195) at 20210307214928162 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-fileops.h' (73,196) at 20240405153049357 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/fs.c' (73,197) at 20220525020654703 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb' (73,198) at 20220402030015899 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (73,199) at 20241206090014230 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/Makefile' (73,200) at 20210307214927858 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.h' (73,201) at 20240405153231023 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-unknown.out' (73,202) at 20210308005046413 to deleted uid set 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rohm-regulator.c' (73,203) at 20240405153231363 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.2.rst' (73,204) at 20230114040015518 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/189.out' (73,205) at 20210308005046457 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih407-clock.dtsi' (73,206) at 20210308005002612 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust_1.80.1.bb' (73,207) at 20241221090017676 to deleted uid set 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-func-close.rst' (73,208) at 20210309003648472 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/callchain.h' (73,209) at 20240405153054185 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5449.c' (73,210) at 20240405153048973 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_ops.h' (73,211) at 20210307214929186 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/arizona/pdata.h' (73,212) at 20210307214931422 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,qdu1000-gcc.h' (73,213) at 20240405153231795 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c' (73,214) at 20210308005046517 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm6115-tlmm.yaml' (73,215) at 20240405153045137 2025-03-14 03:00:50.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/libipw_module.c' (73,216) at 20210307214929826 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/addr_location.c' (73,217) at 20240405153054177 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/sil,sii9022.yaml' (73,218) at 20240405153045041 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tlb.h' (73,219) at 20210307214926586 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb' (73,220) at 20241221090017548 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ptrace.h' (73,221) at 20210308005002880 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/pl01x.txt' (73,222) at 20210308005003308 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/checktheselitmus.sh' (73,223) at 20240405153054069 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/sudo_1.9.16p2.bb' (73,224) at 20241221090017680 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/common_utils.cpp' (73,225) at 20230915080021805 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpu.c' (73,226) at 20210307214925886 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8190_rtl8256.h' (73,227) at 20210307214930634 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c' (73,228) at 20240405153230379 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.out' (73,229) at 20210927100127469 to deleted uid set 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/link_local.c' (73,230) at 20210308005003720 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/COPYING.apache-2.0' (73,231) at 20210307205553662 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/selftest/ratelimiter.c' (73,232) at 20221102030020841 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv4/nf_conntrack_ipv4.h' (73,233) at 20210307214931566 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/cmd.c' (73,234) at 20240405153050717 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/verb_test.cpp' (73,235) at 20240904080003190 to deleted uid set 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/index.c' (73,236) at 20210307214931194 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/mctp_%.bbappend' (73,237) at 20241206090014218 to deleted uid set 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/sumo_smc.c' (73,238) at 20220525020653007 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/dai-amd.h' (73,239) at 20240405153052889 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/boot.S' (73,240) at 20241211090212550 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/uaccess.h' (73,241) at 20240405153045913 2025-03-14 03:00:50.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.yaml' (73,242) at 20240405153229755 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/timezone/tzcode-native.bb' (73,243) at 20230401080011975 to deleted uid set 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mailbox.h' (73,244) at 20210308005003672 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck-refscale.sh' (73,245) at 20210309003656016 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/omap-wd-timer.h' (73,246) at 20210307214931478 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_debug.h' (73,247) at 20210307214931134 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish-avx-x86_64-asm_64.S' (73,248) at 20240405153046365 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/warp.c' (73,249) at 20240405153230047 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/spi.c' (73,250) at 20210308005003220 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/Kconfig' (73,251) at 20240326080039494 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/Kconfig' (73,252) at 20240405153046881 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500mc.inc' (73,253) at 20220612030016755 to deleted uid set 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/MAINTAINERS' (73,254) at 20210308005002912 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/spl_minimal.c' (73,255) at 20210308005002960 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service' (73,256) at 20231205090013449 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8135.c' (73,257) at 20240405153231323 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags2.h' (73,258) at 20210308005003556 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/meson.build' (73,259) at 20240906080037452 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/ventana/Makefile' (73,260) at 20210308005003024 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/virtio-balloon-stats.rst' (73,261) at 20220429100100418 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/setup.c' (73,262) at 20240405153230055 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/k210-clk.h' (73,263) at 20220525020654543 2025-03-14 03:00:50.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-xgene-slimpro.c' (73,264) at 20240405153048917 to deleted uid set 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0010.h' (73,265) at 20240405153048617 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armv7m_ras.h' (73,266) at 20220429100100562 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/journal.cpp' (73,267) at 20220625030026172 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/endpointola.c' (73,268) at 20240405153053373 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_VCEN.json' (73,269) at 20221213040036921 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-nvidia-gpu.rst' (73,270) at 20210307214925510 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pwm.c' (73,271) at 20210308005003740 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_regs.h' (73,272) at 20240405153046601 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/radix-tree.h' (73,273) at 20240405153053097 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mailprio' (73,274) at 20241221090017620 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/mpc7450-pmu.c' (73,275) at 20240405153046193 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/radeon/radeon_audio.c' (73,276) at 20241211090145425 to deleted uid set 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-riotboard.dts' (73,277) at 20240405153229883 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-j375.dtsi' (73,278) at 20240405153045717 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/mxs-ocotp.c' (73,279) at 20210307214929998 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ams/ams-i2c.c' (73,280) at 20240405153049225 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/aarch64/a-b-kernel.h' (73,281) at 20221215040039362 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/pmbus_utils.cpp' (73,282) at 20210430000109181 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/rotation' (73,283) at 20210307205554470 to deleted uid set 2025-03-14 03:00:50.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/dma.h' (73,284) at 20240405153230283 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml' (73,285) at 20220525020651678 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/common.h' (73,286) at 20240405153045645 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/1.Intro.rst' (73,287) at 20210307214925578 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pit.h' (73,288) at 20210308005002716 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_beep.c' (73,289) at 20221102030020989 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/uncore-io.json' (73,290) at 20240405153054129 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sifive.c' (73,291) at 20210308005003484 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/u-boot-spl-da850evm.lds' (73,292) at 20210308005002952 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/ofpart_linksys_ns.c' (73,293) at 20220525020653407 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-emsbc-argon.dts' (73,294) at 20240405153229903 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c' (73,295) at 20240405153048997 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/db8500-prcmu.c' (73,296) at 20240405153049605 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.yaml' (73,297) at 20240405153045109 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/symlink.c' (73,298) at 20240405153231603 2025-03-14 03:00:50.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c' (73,299) at 20241115090012949 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/__init__.py' (73,300) at 20210307205554262 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/dev.c' (73,301) at 20210308005003548 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb' (73,302) at 20240301090012427 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-fadump.c' (73,303) at 20240405153046217 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/string-code-point-127.out' (73,304) at 20210308005046409 to deleted uid set 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/sysfs.c' (73,305) at 20240405153051201 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CAL-1.0' (73,306) at 20211006000025230 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/Makefile' (73,307) at 20210307214930294 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8328-spi.c' (73,308) at 20210307214932310 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_unsol.h' (73,309) at 20220525020654003 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch' (73,310) at 20220204040022684 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_eqs.c' (73,311) at 20210308005046529 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6150l.dtsi' (73,312) at 20240405153229943 to deleted uid set 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp10b.c' (73,313) at 20240405153048653 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/hvcs.rst' (73,314) at 20210307214925546 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/check_vpd_and_hw_status.robot' (73,315) at 20220225110011829 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/error_report-traces.c' (73,316) at 20220525020654731 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,cygnus-pcie-phy.yaml' (73,317) at 20240405153045129 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9211-regulator.c' (73,318) at 20240405153051465 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bi2cp/bi2cp' (73,319) at 20221206040017633 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/phosphor-dbus-interfaces.wrap' (73,320) at 20220516100042300 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0002-Install-example-configuration-files-to-etc-vsomeip.patch' (73,321) at 20240113090014532 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/vmw_pvscsi-spec.rst' (73,322) at 20240326080039406 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue' (73,323) at 20241004080035959 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_le_ph.c' (73,324) at 20210308005046501 2025-03-14 03:00:50.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_verify_pkcs7_sig.c' (73,325) at 20240405153054281 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha256-avx-asm.S' (73,326) at 20240405153046365 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/screen_info.h' (73,327) at 20210308005003668 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/vm86.c' (73,328) at 20241211090212386 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/u-boot.lds' (73,329) at 20210308005002560 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98925.c' (73,330) at 20240405153053645 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/public/index.html' (73,331) at 20240426080045373 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_debug.c' (73,332) at 20210307214931134 2025-03-14 03:00:50.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.c' (73,333) at 20220802100038581 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/minini/minini_1.2.b.bb' (73,334) at 20241221090017540 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/icm.c' (73,335) at 20240405153050089 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/netlink.c' (73,336) at 20240405153232215 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/subprojects/sdbusplus.wrap' (73,337) at 20210522000020822 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig' (73,338) at 20210308005003264 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-01' (73,339) at 20210908000010395 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_dpp.h' (73,340) at 20240405153047241 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_mpath_nh_res.sh' (73,341) at 20220525020655219 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_tsol.c' (73,342) at 20210308004938832 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/mon_stat.c' (73,343) at 20210307214930846 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54spi.c' (73,344) at 20241211090145469 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/max_vcpuid_cap_test.c' (73,345) at 20240405153054321 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/update_admin_account.sh' (73,346) at 20230806080014188 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-tanix-tx5max.c' (73,347) at 20210307214928782 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra20_ac97.h' (73,348) at 20220525020655095 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/TODO.txt' (73,349) at 20240405153051865 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (73,350) at 20240417080014698 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/shm_channel.c' (73,351) at 20241011080017331 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sf-pdma/sf-pdma.c' (73,352) at 20240405153047005 2025-03-14 03:00:50.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb' (73,353) at 20241225090010924 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/iotests.py' (73,354) at 20241211090212542 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vme8349_defconfig' (73,355) at 20210308005003284 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-ccix-per.json' (73,356) at 20241018080009993 to deleted uid set 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/BusLogic.rst' (73,357) at 20220525020651754 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.arcmsr' (73,358) at 20210307214925558 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/count.mako.cpp' (73,359) at 20210308005108057 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/video/fbdev/omap/lcd_dma.c' (73,360) at 20240405153052205 to deleted uid set 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedi_pci.h' (73,361) at 20240405153052669 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/cfam' (73,362) at 20221110040028914 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/libipw_tx.c' (73,363) at 20220627100017038 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-netlink.c' (73,364) at 20240405153232055 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CollectionCapabilities.v1_4_1.json' (73,365) at 20240619080002944 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cpu.c' (73,366) at 20210308005002788 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/page.scss' (73,367) at 20210308005107073 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/versatilepb.c' (73,368) at 20240906080037200 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/Kconfig' (73,369) at 20210308005002908 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/memmove_64.S' (73,370) at 20240405153046473 2025-03-14 03:00:50.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/runstate.c' (73,371) at 20241211090212462 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen2.c' (73,372) at 20210308005003352 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/mcbsp.c' (73,373) at 20210307214925918 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb' (73,374) at 20241121090011895 to deleted uid set 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vhost.h' (73,375) at 20240405153052945 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_tbf_core.sh' (73,376) at 20210307214932690 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_render_cl.c' (73,377) at 20240405153048785 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDLA-Sharing-1.0' (73,378) at 20211006000025234 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/scu_remote_node_context.h' (73,379) at 20210307214930334 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f30.c' (73,380) at 20210309003650212 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend' (73,381) at 20210307205554074 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phys2bus.h' (73,382) at 20210308005003680 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml' (73,383) at 20240520080015123 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-mba6b.dts' (73,384) at 20240405153045497 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/main.c' (73,385) at 20240830080013295 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/sfr,nb4-ser.dts' (73,386) at 20210308005002816 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/meson.build' (73,387) at 20221215040039066 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/LB+unlocklockonceonce+poacquireonce.litmus' (73,388) at 20240405153054069 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/governor_userspace.c' (73,389) at 20240405153046977 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-ryos' (73,390) at 20210307214925182 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pcwd_pci.c' (73,391) at 20210309003653352 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/10-gbmc.conf' (73,392) at 20230505080015455 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/Makefile' (73,393) at 20210308005002988 2025-03-14 03:00:50.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch' (73,394) at 20241206090014350 to deleted uid set 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_mode.c' (73,395) at 20240405153230587 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/atmel-at91_cf.txt' (73,396) at 20210307214925282 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader.c' (73,397) at 20220429100100958 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450-qrd.dts' (73,398) at 20240405153229959 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/pkt_cls.h' (73,399) at 20240405153231855 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9rl.dtsi' (73,400) at 20240405153229875 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/meson.build' (73,401) at 20230925080039985 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/x86_64.config' (73,402) at 20240405153054381 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ti,palmas-pwrbutton.txt' (73,403) at 20210307214925338 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/Makefile' (73,404) at 20210308005002848 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/cs.c' (73,405) at 20240405153231299 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutboundConnection_v1.xml' (73,406) at 20240619080002932 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-dpr.c' (73,407) at 20210309003649780 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/mdev/mdev_private.h' (73,408) at 20240405153052161 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca1528.c' (73,409) at 20210307214928834 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6125.dtsi' (73,410) at 20240405153229943 2025-03-14 03:00:50.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/renesas,rza1-irqc.yaml' (73,411) at 20210309003648364 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda.c' (73,412) at 20240405153232195 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/clk.c' (73,413) at 20220525020651982 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_mixer.c' (73,414) at 20220627100016978 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_nested.h' (73,415) at 20240405153229979 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/aspeed,ast2400-adc.yaml' (73,416) at 20220525020651678 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-hdk.dts' (73,417) at 20240405153229955 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_spkout.c' (73,418) at 20240405153046613 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap4_sdp4430.h' (73,419) at 20210308005003608 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/Makefile' (73,420) at 20210307214928386 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (73,421) at 20240316080012480 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/license-rules.rst' (73,422) at 20210307214925582 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/cypress_atacb.c' (73,423) at 20240405153052141 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_trig.c' (73,424) at 20220525020652186 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/bt819.h' (73,425) at 20210307214931542 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-common.c' (73,426) at 20230310090043279 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/auxdisplay/ks0108.rst' (73,427) at 20220525020651638 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/descore-readme.rst' (73,428) at 20210309003648316 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/ot1200.c' (73,429) at 20210308005002920 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_pf.c' (73,430) at 20240411080014090 2025-03-14 03:00:50.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c' (73,431) at 20240405153050637 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.h' (73,432) at 20210308005003072 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb' (73,433) at 20240302090018206 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/samsung-usb-phy-uboot.h' (73,434) at 20210308005003684 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/exec.c' (73,435) at 20240405153046345 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml' (73,436) at 20240405153045181 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-section.json' (73,437) at 20240906080037560 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/pgtable.h' (73,438) at 20220525020651802 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk.c' (73,439) at 20240405153049917 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-post-code-manager/.clang-format' (73,440) at 20240904080041119 to deleted uid set 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildall-qemu' (73,441) at 20210307205554626 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/rethook.c' (73,442) at 20240405153046257 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hsr_netlink.h' (73,443) at 20210309003653988 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/power-controller.txt' (73,444) at 20210307214925398 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/Kconfig' (73,445) at 20210307214930602 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/perf_callchain.c' (73,446) at 20240812080017224 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_ffa/bus.c' (73,447) at 20240405153230295 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/pseries.h' (73,448) at 20240712080021057 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c' (73,449) at 20220525020652943 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/c293pcie.dts' (73,450) at 20210307214926342 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/lib_sw_fence.c' (73,451) at 20240405153048549 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/lvm' (73,452) at 20210307205554482 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/tcg-internal.h' (73,453) at 20221215040039314 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/hpsa.rst' (73,454) at 20210307214925558 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/mvebu-cpu-config.txt' (73,455) at 20210307214925274 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/zs.c' (73,456) at 20240405153231523 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkDeviceFunctionCollection_v1.xml' (73,457) at 20240619080002932 2025-03-14 03:00:50.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/gpu_mem.h' (73,458) at 20210307214931610 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv7m.h' (73,459) at 20210308005002672 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pvdev.c' (73,460) at 20240326080039518 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_struct.h' (73,461) at 20210309003653840 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb' (73,462) at 20241221090017524 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/MAINTAINERS' (73,463) at 20210308005002964 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_patch.py' (73,464) at 20241221090017632 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-armeb.txt' (73,465) at 20240113090014532 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kconfig.h' (73,466) at 20220525020654579 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic_chtcrc.c' (73,467) at 20240405153046645 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/vpd_utils.py' (73,468) at 20221209040018571 to deleted uid set 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/skas/process.c' (73,469) at 20240405153046345 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch' (73,470) at 20220204040022464 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208xqds.h' (73,471) at 20210308005002996 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/metric_test.py' (73,472) at 20240405153054157 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_decode.h' (73,473) at 20210308005046289 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_NAND_defconfig' (73,474) at 20210308005003244 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/watchdog_core.h' (73,475) at 20220525020654335 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/036_u_boot_img.dts' (73,476) at 20210308005003752 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/renesas,rcar-gen2-usb-phy.yaml' (73,477) at 20240405153045129 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_repeat_test.c' (73,478) at 20240405153054361 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-a33.dtsi' (73,479) at 20210308005002624 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-fixline1-fix-line-1.patch' (73,480) at 20220402030016175 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/serial.c' (73,481) at 20240405153052077 2025-03-14 03:00:50.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vassbotten' (73,482) at 20210307205553794 2025-03-14 03:00:50.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmemleak.h' (73,483) at 20240405153052717 2025-03-14 03:00:50.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-v2.c' (73,484) at 20230310090043283 2025-03-14 03:00:50.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall3.c' (73,485) at 20240405153054273 2025-03-14 03:00:50.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-xen-blkfront' (73,486) at 20240405153044925 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_priv.h' (73,487) at 20210307214930438 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/Makefile' (73,488) at 20240405153054325 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-stacktrace.tc' (73,489) at 20210307214932674 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xorg-app-common.inc' (73,490) at 20220502030010220 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ina209.c' (73,491) at 20240405153048857 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bedbug.c' (73,492) at 20210308005003208 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq/0001-example-Use-lm-for-the-fst-module.patch' (73,493) at 20240302090018202 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lock_events.c' (73,494) at 20210307214931738 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/dra.h' (73,495) at 20210308005003640 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend' (73,496) at 20230914080014225 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/freesync.c' (73,497) at 20241008080013923 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-nomadik-s8815.dts' (73,498) at 20240405153045581 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/Makefile' (73,499) at 20240405153052149 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-opal-psr' (73,500) at 20210307214925202 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_vm.c' (73,501) at 20240405153230075 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/inter_choice/__init__.py' (73,502) at 20210307214932154 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx-static/theme_rtd_colors.css' (73,503) at 20240405153045261 2025-03-14 03:00:50.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_task_btf.c' (73,504) at 20220525020655195 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kvm.h' (73,505) at 20240405153231875 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sync_alloc.c' (73,506) at 20210307214932722 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuloongarch64.conf' (73,507) at 20230211040012647 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-dfll.h' (73,508) at 20210307214927034 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/pxa.h' (73,509) at 20240405153052669 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h' (73,510) at 20240405153052645 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kdebug.h' (73,511) at 20210307214931414 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/semicall.h' (73,512) at 20240906080037580 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/sitronix,st7586.txt' (73,513) at 20210307214925310 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/namespace.c' (73,514) at 20241211090145537 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gp10b.c' (73,515) at 20240405153048661 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/hisilicon,fmc-spi-nor.txt' (73,516) at 20240405153045113 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Progress.interface.yaml' (73,517) at 20221207040023627 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.4.rst' (73,518) at 20241221090017592 2025-03-14 03:00:50.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7219.c' (73,519) at 20241211090145565 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme_masks.h' (73,520) at 20240405153046605 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/crash.c' (73,521) at 20240405153230123 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ccf.txt' (73,522) at 20210307214925402 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kouvola' (73,523) at 20210307205553770 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/scftorture.c' (73,524) at 20240405153231923 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/MAINTAINERS' (73,525) at 20210308005003056 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/091_hash_no_algo.dts' (73,526) at 20210308005003752 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/adb_libssl_11.diff' (73,527) at 20241206090014250 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/Kbuild' (73,528) at 20210307214927946 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-armada38x-comphy.c' (73,529) at 20240405153231311 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/vdso_user_wrapper.S' (73,530) at 20240405153046293 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3036.c' (73,531) at 20210308005003352 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sgi/ioc3-eth.c' (73,532) at 20240405153050293 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memremap.c' (73,533) at 20240405153053137 2025-03-14 03:00:50.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kernel/vector.c' (73,534) at 20240405153046261 to deleted uid set 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.11/index.html' (73,535) at 20210307205554246 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-linux' (73,536) at 20241221090017700 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_2_regs.h' (73,537) at 20240405153046601 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd.service' (73,538) at 20241221090017636 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/stm32-vrefbuf.c' (73,539) at 20240405153231363 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/health/maxim,max30100.yaml' (73,540) at 20220525020651682 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card2-mix+split.dtsi' (73,541) at 20240405153045813 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp_cmake/myapp.c' (73,542) at 20210307205554446 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h' (73,543) at 20240405153049953 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-stdint.h-system-header-for-UINT16_MAX.patch' (73,544) at 20230706080014749 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc.cpp' (73,545) at 20240830080017495 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/video.c' (73,546) at 20240405153051865 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/cdc/Makefile' (73,547) at 20240405153048969 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/Kconfig' (73,548) at 20210308005002984 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c' (73,549) at 20241104090011579 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_write_window_unmapped.cpp' (73,550) at 20210308005108645 2025-03-14 03:00:50.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/qapi/meson.build' (73,551) at 20210308005046257 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf-archive/autoconf-archive_2024.10.16.bb' (73,552) at 20241221090017648 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/Kconfig' (73,553) at 20210308005003084 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/mediatek/Makefile' (73,554) at 20210308005003476 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v11.c' (73,555) at 20240405153047181 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/uniphier-xdmac.c' (73,556) at 20220525020652414 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/ckmmu.h' (73,557) at 20220525020651966 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_morph.h' (73,558) at 20210307214930550 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/idiv32.S' (73,559) at 20240405153229995 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/MAINTAINERS' (73,560) at 20210308005003172 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/gcov-profile-all/arch-support.txt' (73,561) at 20240405153045197 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch' (73,562) at 20241221090017680 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7606_spi.c' (73,563) at 20241008080013931 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/.gitignore' (73,564) at 20240405153046153 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/pciif.h' (73,565) at 20240405153052957 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch' (73,566) at 20241221090017656 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts' (73,567) at 20240405153045465 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/kmod.c' (73,568) at 20240405153053021 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/scripts/unit-test.py' (73,569) at 20241016080017614 to deleted uid set 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/super.h' (73,570) at 20210307214931454 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/advanced.rst' (73,571) at 20240413080012675 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98927.h' (73,572) at 20240405153053653 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/marvell-cn10k-ddr.yaml' (73,573) at 20240405153045125 2025-03-14 03:00:50.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_mipi_csi2_reg.h' (73,574) at 20240405153049473 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/client-options.h' (73,575) at 20240906080037340 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_fimc.c' (73,576) at 20240405153048417 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis16475.c' (73,577) at 20240520080015151 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dwb.c' (73,578) at 20240405153047245 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gro_cells.h' (73,579) at 20210307214931558 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qemu-nsis.bmp' (73,580) at 20210308005046185 to deleted uid set 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pgtable-nopud.h' (73,581) at 20220525020654531 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_diag.c' (73,582) at 20220525020653975 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v5.0.c' (73,583) at 20240405153050345 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Yones_Toptech_BS1078_V2_defconfig' (73,584) at 20210308005003244 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-ba10-tvbox.dts' (73,585) at 20210308005002616 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_smbus.c' (73,586) at 20240405153049153 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/fadvise.h' (73,587) at 20210307214932478 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb' (73,588) at 20230401080011935 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/cpu.c' (73,589) at 20210308005002820 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/function/u_serial.c' (73,590) at 20241220090018322 to deleted uid set 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/mmap.c' (73,591) at 20210307214926094 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/Kconfig' (73,592) at 20210308005002924 2025-03-14 03:00:50.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos7420-common.h' (73,593) at 20210308005003596 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/console.h' (73,594) at 20241211090212374 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/volatile-considered-harmful.rst' (73,595) at 20210307214925554 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/Makefile' (73,596) at 20240405153049529 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pasemi/pasemi_mac.h' (73,597) at 20210307214929574 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv49.c' (73,598) at 20220525020652967 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h' (73,599) at 20240405153047121 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/sembuf.h' (73,600) at 20210307214926590 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (73,601) at 20241108090014316 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/atomic128-cas.h' (73,602) at 20240326080039410 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/allwinner/sun4i-emac.c' (73,603) at 20240405153049781 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra186-xusb.yaml' (73,604) at 20240405153045181 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/isc.c' (73,605) at 20210307214930242 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi' (73,606) at 20240405153045589 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower_u1a-d11600_psu.json' (73,607) at 20240323080005805 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/processor.h' (73,608) at 20240405153046057 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/cpu.c' (73,609) at 20210308005002824 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/on20.c' (73,610) at 20240405153046665 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/clocksource.h' (73,611) at 20210309003648956 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/math-emu/math.c' (73,612) at 20220525020651802 2025-03-14 03:00:50.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/Kconfig' (73,613) at 20240405153051937 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/ds.c' (73,614) at 20241220090018302 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/samsung/exynos-pm-domains.c' (73,615) at 20240405153231351 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8541CDS.h' (73,616) at 20210308005003576 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6d27a1.c' (73,617) at 20240405153048689 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/reg_8xx.h' (73,618) at 20210307214926390 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/.gitignore' (73,619) at 20210307214926494 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-berr.c' (73,620) at 20240405153046053 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_kernel.h' (73,621) at 20240405153052889 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/dpaa_eth_trace.h' (73,622) at 20240405153049917 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acbuffer.h' (73,623) at 20240405153052613 2025-03-14 03:00:50.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/acpiphp_ibm.c' (73,624) at 20240405153051241 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_ds28e04.rst' (73,625) at 20210307214925634 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_versal_mini_qspi.h' (73,626) at 20210308005003624 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.Heterogeneous-SoCs' (73,627) at 20210308005003288 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dbring.h' (73,628) at 20240805080013979 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb' (73,629) at 20220204040022428 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/0001-Fix-return-type-errors.patch' (73,630) at 20231011080016574 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb' (73,631) at 20241221090017508 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-mdm9615.c' (73,632) at 20240405153230227 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/rsk7201_defconfig' (73,633) at 20240405153046309 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/tfc_conf.c' (73,634) at 20240405153051969 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1_neon_glue.c' (73,635) at 20240405153045617 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-mccmon6.dts' (73,636) at 20240405153045505 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-sensor.c' (73,637) at 20240405153049529 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/adi_64.c' (73,638) at 20210307214926590 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ghes-stub.c' (73,639) at 20210927100127089 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projecttopbar.html' (73,640) at 20210307205554286 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vt_buffer.h' (73,641) at 20240405153052821 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo.dtsi' (73,642) at 20240405153045605 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi' (73,643) at 20210307214926342 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sockit.dts' (73,644) at 20240405153045441 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/tqm8548_defconfig' (73,645) at 20210307214926366 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/volume.h' (73,646) at 20210307214931198 2025-03-14 03:00:50.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow.c' (73,647) at 20241211090212214 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/watch_queue.c' (73,648) at 20240405153231943 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml' (73,649) at 20240405153045133 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_snps_phy.c' (73,650) at 20240405153048461 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-a10-ccm.c' (73,651) at 20240906080037252 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/Kconfig' (73,652) at 20210308005045821 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/pipeline.json' (73,653) at 20240405153054137 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-xilfpga.config' (73,654) at 20210307214926202 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctresource.c' (73,655) at 20220525020654991 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_sh_mask.h' (73,656) at 20210307214927694 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_txrx.c' (73,657) at 20240405153050209 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/sromc.h' (73,658) at 20210308005002776 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig' (73,659) at 20210308005003268 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/udiv-qrnnd.S' (73,660) at 20240405153229859 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/addrconf.h' (73,661) at 20240418080014510 2025-03-14 03:00:50.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/yam.h' (73,662) at 20210307214931538 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/Makefile' (73,663) at 20240405153050177 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h3-cc.dts' (73,664) at 20240405153045709 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/cmd.h' (73,665) at 20210307214929970 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/service_files/yaml/phosphor-fan-monitor@.service' (73,666) at 20220819030023853 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/lib/irqbypass.c' (73,667) at 20210605000027812 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6375-dispcc.h' (73,668) at 20240405153052645 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/rseq/rseq-riscv-bits.h' (73,669) at 20240405153054369 to deleted uid set 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Manager.v1_19_2.json' (73,670) at 20240918080002720 to deleted uid set 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos7420.c' (73,671) at 20210308005003456 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cca_key.h' (73,672) at 20240405153051529 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb6000.h' (73,673) at 20220525020653247 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/README' (73,674) at 20210812000025306 2025-03-14 03:00:50.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/pci/pci.c' (73,675) at 20240405153046561 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/exception.py' (73,676) at 20210307205554434 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch' (73,677) at 20210307205554102 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_wakeup.h' (73,678) at 20240405153231835 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/msl_verify.cpp' (73,679) at 20210308005102829 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/insn-x86-dat-64.c' (73,680) at 20240405153054089 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/README' (73,681) at 20210308005002992 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/accept_os_flag_in_backend.patch' (73,682) at 20230706080014765 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity.dtsi' (73,683) at 20240405153045573 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/trace-events' (73,684) at 20230426080043704 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-idk-common.dtsi' (73,685) at 20240405153045597 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105.h' (73,686) at 20240405153049761 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/contribution-maturity-model.rst' (73,687) at 20240405153045245 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zfs_znode.h' (73,688) at 20210308005003696 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_vlan.h' (73,689) at 20210307214931638 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.kmsan' (73,690) at 20240405153053081 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/arm,pl11x.yaml' (73,691) at 20240405153045037 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-6281.dtsi' (73,692) at 20210308005002592 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77990-sysc.h' (73,693) at 20210308005003640 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_ftp.h' (73,694) at 20210307214931458 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/selftest/cases/external-layer.py' (73,695) at 20210307205554386 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c' (73,696) at 20240405153050141 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/pelt.h' (73,697) at 20240405153053045 2025-03-14 03:00:50.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-104-dio-48e.c' (73,698) at 20240405153230303 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-zynq.c' (73,699) at 20210307214927062 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sch5636.c' (73,700) at 20240405153048873 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-build-perf-report' (73,701) at 20241206090014354 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_helper.c' (73,702) at 20240405153231471 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/Makefile' (73,703) at 20240405153046681 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/osrelease' (73,704) at 20210713100033784 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-rs232-rts.dtso' (73,705) at 20240405153045729 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/af_inet.c' (73,706) at 20241216090017789 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ethernut5.dts' (73,707) at 20210308005002576 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/kvm.h' (73,708) at 20210308005046065 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile' (73,709) at 20210308005002792 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-dec/cpu-feature-overrides.h' (73,710) at 20240405153046005 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sandbox-u-boot.dts' (73,711) at 20210308005003744 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/generic.h' (73,712) at 20220525020651886 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_file.c' (73,713) at 20210308005003700 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/rw-by-file.pl' (73,714) at 20210307214932566 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_resource.h' (73,715) at 20220429100100642 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_target_ids.sh' (73,716) at 20240405153054293 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/phosphor-logging.wrap' (73,717) at 20220531100030248 2025-03-14 03:00:50.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/multi-process.rst' (73,718) at 20230925080039849 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nic_main.c' (73,719) at 20240405153049857 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/time.h' (73,720) at 20210307214926314 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-portwell-neptune.dts' (73,721) at 20240405153045417 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pkeys.h' (73,722) at 20240405153046393 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mlx_wdt.c' (73,723) at 20240405153052241 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' (73,724) at 20210308005046409 to deleted uid set 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bbtests.py' (73,725) at 20241221090017628 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/dra752-thermal-data.c' (73,726) at 20210307214930726 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/config.json' (73,727) at 20231213090027098 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/GENbzero.S' (73,728) at 20210307214926606 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc' (73,729) at 20241221090017472 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mtk-adsp-mailbox.c' (73,730) at 20240405153230759 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,rpm.yaml' (73,731) at 20240405153045157 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-watchdog_6.0.0.bb' (73,732) at 20241221090017560 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/clock.hpp' (73,733) at 20220412175720086 2025-03-14 03:00:50.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mfi.h' (73,734) at 20240326080039490 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/unistd.h' (73,735) at 20220525020651882 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/nvmm.h' (73,736) at 20240906080037348 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk_tty.c' (73,737) at 20240405153230843 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/pgtable_32.h' (73,738) at 20240405153230091 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/cpld.c' (73,739) at 20210308005002996 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/connect_ping.c' (73,740) at 20240405153054249 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c' (73,741) at 20210308005046513 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/delay.h' (73,742) at 20240405153045937 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/vendor_cmds.c' (73,743) at 20240405153051185 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-ld.inc' (73,744) at 20210812000025326 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/toshiba.c' (73,745) at 20240405153230883 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockmap_helpers.h' (73,746) at 20240405153054261 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/cx2341x.c' (73,747) at 20220525020653235 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-gtking-pro.dts' (73,748) at 20240405153229919 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps65086.c' (73,749) at 20240405153047085 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/bus.c' (73,750) at 20240405153050349 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zynq_cse.h' (73,751) at 20210308005003628 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/iomem.c' (73,752) at 20240913080013777 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isph3a_af.c' (73,753) at 20240405153049485 2025-03-14 03:00:50.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml' (73,754) at 20240405153045121 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/macros.h' (73,755) at 20240906080037476 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas.h' (73,756) at 20240405153051601 to deleted uid set 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml' (73,757) at 20221207040023631 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/sun8i-di.h' (73,758) at 20210307214928762 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/platinum_titanium.h' (73,759) at 20210308005003612 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/mma8450.c' (73,760) at 20240405153230727 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/altmodes/displayport.h' (73,761) at 20210307214930878 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_llc_types.h' (73,762) at 20220525020652887 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts' (73,763) at 20210309003648768 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_syscall.h' (73,764) at 20240906080037156 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/davinci/da850-enbw-cmc.dts' (73,765) at 20240405153045585 2025-03-14 03:00:50.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/tui/progress.c' (73,766) at 20240405153054177 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c' (73,767) at 20240405153050153 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/standard_device.cpp' (73,768) at 20240817080031288 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.2.bb' (73,769) at 20241206090014282 to deleted uid set 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_mux.h' (73,770) at 20210307214930514 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.err' (73,771) at 20210308005046401 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dst.c' (73,772) at 20241018080014578 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/machine_kexec_file.c' (73,773) at 20240405153230079 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci_f_sdh30.h' (73,774) at 20240405153049673 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReportDefinition_v1.xml' (73,775) at 20240619080002928 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/apei-base.c' (73,776) at 20240405153046629 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/firewall.c' (73,777) at 20240405153048765 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/isa.c' (73,778) at 20240405153046685 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/nand_ecc.h' (73,779) at 20210308005003668 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS3.conf' (73,780) at 20230114040015462 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-base.out' (73,781) at 20210308005046397 to deleted uid set 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mc13xxx-spi.c' (73,782) at 20240405153049613 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2.host.c' (73,783) at 20210307214930554 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-hostctl/Makefile' (73,784) at 20210308004922940 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110.h' (73,785) at 20240405153230243 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/toaster' (73,786) at 20231126090012809 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/Makefile' (73,787) at 20210308005003552 2025-03-14 03:00:50.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g15.dtsi' (73,788) at 20240405153045465 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/tainted-kernels.rst' (73,789) at 20240405153229835 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt' (73,790) at 20210308005002536 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/core/port.c' (73,791) at 20240520080015187 to deleted uid set 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-moxart.c' (73,792) at 20220525020653679 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfsfh.c' (73,793) at 20240820080014177 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/gen_crc64table.c' (73,794) at 20240405153053085 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mmu.h' (73,795) at 20210308005002840 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-jetson-tk1.dts' (73,796) at 20210308005002628 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/integratorcp.rst' (73,797) at 20210308005045809 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/get_abi.pl' (73,798) at 20240405153232103 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0012.c' (73,799) at 20240405153049533 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/perf_regs.c' (73,800) at 20240405153232219 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-icev2.dts' (73,801) at 20210308005002560 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/exception_utils_tests.cpp' (73,802) at 20210323000034099 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/ratelimit.h' (73,803) at 20210927100127253 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/rk8xx.c' (73,804) at 20210308005003472 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_spi_device.c' (73,805) at 20210307214928614 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfmpy.c' (73,806) at 20210307214926334 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/firmware.c' (73,807) at 20220525020652046 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/display.c' (73,808) at 20210308005002788 2025-03-14 03:00:50.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/irq_regs.h' (73,809) at 20210307214926118 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-hlwd.c' (73,810) at 20240405153230303 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/tlbflush.h' (73,811) at 20220525020651982 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jstyleson/LICENSE' (73,812) at 20210307205554018 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/ti,omap4-i2c.yaml' (73,813) at 20240405153045065 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-pca9532.c' (73,814) at 20240405153230755 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/board-generic.c' (73,815) at 20240405153229911 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.h' (73,816) at 20220525020652823 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpll.h' (73,817) at 20240405153048449 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/aspeed/aspeed_gfx.h' (73,818) at 20220525020652831 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/sockbits.h' (73,819) at 20210308005046089 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pblimage.c' (73,820) at 20210308005003772 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-cadence.c' (73,821) at 20240405153047073 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_dlc20_rev1_0_defconfig' (73,822) at 20210308005003288 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/include/platform/simcall.h' (73,823) at 20220525020652202 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c' (73,824) at 20210308005002544 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/colibri_imx6.cfg' (73,825) at 20210308005003084 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_hw.h' (73,826) at 20210307214927738 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/servicename.py' (73,827) at 20230914080037505 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/numeric_threshold.hpp' (73,828) at 20240904080048943 2025-03-14 03:00:50.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/encls.h' (73,829) at 20240405153046425 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kvm.c' (73,830) at 20240405153230127 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgk20a.c' (73,831) at 20210307214927966 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_sensorhub_ring.c' (73,832) at 20220525020653899 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-tusb1210.c' (73,833) at 20240503080014494 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/target/scripts.rst' (73,834) at 20240405153045265 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/inventory/inventory-cleanup/inventory-cleanup.yaml' (73,835) at 20230412080023460 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/Makefile.target' (73,836) at 20241211090212550 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ics43432.txt' (73,837) at 20220525020651710 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7786.c' (73,838) at 20210307214926566 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/monitor.hpp' (73,839) at 20240820080028978 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ndisc.h' (73,840) at 20240405153231855 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/emu/natfeat.c' (73,841) at 20240405153045957 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb' (73,842) at 20241221090017564 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/rsi_91x.h' (73,843) at 20240405153052865 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/serial.h' (73,844) at 20240405153052937 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/kbd-state.h' (73,845) at 20240906080037352 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/power-domain.h' (73,846) at 20210308005002848 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vastervik_Farhult' (73,847) at 20210307205553794 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_unit_test.c' (73,848) at 20240405153054361 2025-03-14 03:00:50.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/.gitignore' (73,849) at 20210307214932698 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml' (73,850) at 20240405153045153 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ir-usb.c' (73,851) at 20240405153052133 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/acpi_parking_protocol.c' (73,852) at 20240405153045865 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-pltfm.h' (73,853) at 20240405153049661 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-init-1.svg' (73,854) at 20210307214925210 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamav-freshclam.service' (73,855) at 20210307205554126 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/meson.build' (73,856) at 20240112090034344 to deleted uid set 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapi_defconfig' (73,857) at 20210308005003236 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/Makefile' (73,858) at 20210308005003016 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/irq.h' (73,859) at 20241211090212362 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fru_cmd.hpp' (73,860) at 20210311201857434 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/settings' (73,861) at 20210307214932706 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/Makefile' (73,862) at 20240405153051973 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm1020.S' (73,863) at 20210307214925974 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/run_hugetlbfs_test.sh' (73,864) at 20210307214932686 2025-03-14 03:00:50.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/mmu_helper.c' (73,865) at 20240906080037540 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_flex_pipe.c' (73,866) at 20240405153050005 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_sysctl.c' (73,867) at 20240405153054289 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hadanberg' (73,868) at 20210307205553782 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cipher.c' (73,869) at 20240712080021057 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron' (73,870) at 20210307205553838 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ipuv3-plane.c' (73,871) at 20240405153230579 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/davinci-evm-audio.txt' (73,872) at 20210307214925426 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/submit.h' (73,873) at 20220525020653015 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psus-manager.sh' (73,874) at 20230920080013648 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_dm.h' (73,875) at 20240405153051893 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-falcon.c' (73,876) at 20240405153231459 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/nuvoton/nuvoton,npcm-gcr.yaml' (73,877) at 20240405153045157 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/machine/nicole.conf' (73,878) at 20230927080013514 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_device.h' (73,879) at 20210307214932194 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target.h' (73,880) at 20240906080037544 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_ext.bbclass' (73,881) at 20241221090017608 to deleted uid set 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500-ccsr.h' (73,882) at 20210308005045933 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pm8916.c' (73,883) at 20210308005003468 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.2.bb' (73,884) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-DEC' (73,885) at 20241221090017616 2025-03-14 03:00:50.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/cxl/memory-devices.rst' (73,886) at 20240405153045189 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/main.c' (73,887) at 20240405153050513 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mc13xxx.c' (73,888) at 20240405153051497 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/qcom-ebi2.c' (73,889) at 20240405153046737 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_common.h' (73,890) at 20210308005003544 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (73,891) at 20240626080012027 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (73,892) at 20210814000014902 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/libexecdir.patch' (73,893) at 20241221090017676 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xscom-test.c' (73,894) at 20240906080037572 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_size' (73,895) at 20210308005003756 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/efi.c' (73,896) at 20240405153046489 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx_ccm.h' (73,897) at 20210308005046021 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00dump.h' (73,898) at 20210307214929906 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_verbs.c' (73,899) at 20240405153049109 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/meson.build' (73,900) at 20210927100127329 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/userspace-consumer.h' (73,901) at 20240405153052785 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/setup_tx4927.c' (73,902) at 20240405153046053 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi_phy.c' (73,903) at 20240405153048673 2025-03-14 03:00:50.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/Kconfig' (73,904) at 20240405153053513 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/atmel.c' (73,905) at 20240405153050485 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/instruction.json' (73,906) at 20240405153054113 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.h' (73,907) at 20210308005002552 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DBG2' (73,908) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdkc100.h' (73,909) at 20210308005003616 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend' (73,910) at 20241206090014222 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/syscall.tbl' (73,911) at 20241211090212382 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_btree.h' (73,912) at 20210307214931134 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/probe.c' (73,913) at 20210307214926562 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_endian.c' (73,914) at 20210309003655984 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-debugfs.h' (73,915) at 20210309003653252 2025-03-14 03:00:50.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-cros-ec-tunnel.c' (73,916) at 20240405153048897 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb' (73,917) at 20241221090017564 to deleted uid set 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel-block.c' (73,918) at 20240326080039566 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq_device.c' (73,919) at 20220525020654971 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-nfit' (73,920) at 20240405153229727 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/cereal.wrap' (73,921) at 20211214110043544 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_handler.cpp' (73,922) at 20210308005120349 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transform_completion_signatures.hpp' (73,923) at 20240817080036820 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml' (73,924) at 20240405153045065 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6795-sony-xperia-m5.dts' (73,925) at 20240405153045745 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_midi_emul.h' (73,926) at 20210307214931602 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/hardware.h' (73,927) at 20210308005002664 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak/0001-flatpak-pc-add-pc_sysrootdir.patch' (73,928) at 20231126090012793 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3328.c' (73,929) at 20210308005003476 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c' (73,930) at 20240405153047145 to deleted uid set 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/kcsan_test.c' (73,931) at 20240405153053013 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx35.c' (73,932) at 20240405153046785 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/perl.py' (73,933) at 20220910030013401 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-common.txt' (73,934) at 20210308005003012 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/kasan.h' (73,935) at 20240613080016371 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.xtensa' (73,936) at 20210308005003300 2025-03-14 03:00:50.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_mmu_context.c' (73,937) at 20240405153230163 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/COPYING.MIT' (73,938) at 20220528030012045 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77980-condor.dts' (73,939) at 20240405153045805 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml' (73,940) at 20240405153045157 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb' (73,941) at 20240724080012699 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/zynq-fpga.c' (73,942) at 20240405153230303 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/ssp_accel_sensor.c' (73,943) at 20240405153048941 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.json' (73,944) at 20230925080040089 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts' (73,945) at 20240405153229895 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/parisc-agp.c' (73,946) at 20240405153230199 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dt3155/dt3155.h' (73,947) at 20210309003650332 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/SConstruct' (73,948) at 20210307205554442 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_its_common.c' (73,949) at 20240906080037240 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.h' (73,950) at 20240405153048633 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt' (73,951) at 20210307214925282 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/module.rs' (73,952) at 20240913080013861 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-dummy.c' (73,953) at 20210308005045817 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_drv.h' (73,954) at 20210307214928038 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msgpack/run-ptest' (73,955) at 20240302090018210 to deleted uid set 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb' (73,956) at 20240301090012427 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/bioscall.S' (73,957) at 20240405153046349 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/README' (73,958) at 20210308005003028 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml' (73,959) at 20220910030020105 to deleted uid set 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py' (73,960) at 20241221090017588 to deleted uid set 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/intel,stratix10.yaml' (73,961) at 20240405153045025 2025-03-14 03:00:50.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/oem_ibm_sel_map' (73,962) at 20210308004938816 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpudeadline.c' (73,963) at 20240405153053041 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartmontools.default' (73,964) at 20210307205553934 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pxm50.dts' (73,965) at 20210308005002564 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-mixer/0001-configure.in-Undefine-AC_CONFIG_AUX_DIR.patch' (73,966) at 20210307205553946 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/st,stm32-dma.yaml' (73,967) at 20240405153045053 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/sch_choke.c' (73,968) at 20240405153053365 to deleted uid set 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/cifsfs.c' (73,969) at 20241211090145529 to deleted uid set 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/Makefile' (73,970) at 20210307214926570 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/dm.c' (73,971) at 20210309003651812 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu.h' (73,972) at 20240405153049181 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mstar/mstar,smpctrl.yaml' (73,973) at 20240405153229755 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/README.md' (73,974) at 20241221090017576 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c' (73,975) at 20240405153230723 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch' (73,976) at 20241221090017684 to deleted uid set 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/motorcomm.c' (73,977) at 20240405153231079 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mediatek' (73,978) at 20210308005003296 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/container_of.h' (73,979) at 20240405153052673 2025-03-14 03:00:50.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vid-common.h' (73,980) at 20210307214928794 2025-03-14 03:00:50.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/snmptrapd.service' (73,981) at 20210307205553830 2025-03-14 03:00:50.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/madera/registers.h' (73,982) at 20220525020654587 2025-03-14 03:00:50.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/TreeLevel.svg' (73,983) at 20210307214925206 2025-03-14 03:00:50.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-aspeed.c' (73,984) at 20241018080014478 2025-03-14 03:00:50.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nxp,lpc1850-scu.txt' (73,985) at 20210307214925394 2025-03-14 03:00:50.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Redundancy.v1_4_2.json' (73,986) at 20240619080002952 to deleted uid set 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c' (73,987) at 20220525020652458 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/pmu.c' (73,988) at 20210307214929818 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/README' (73,989) at 20210812000025190 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-2248.c' (73,990) at 20240906080037576 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/power_cpu_migrate.h' (73,991) at 20210307214931610 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/calxeda/Makefile' (73,992) at 20210307214929346 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalSettings.vue' (73,993) at 20241004080035971 to deleted uid set 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/unix_bpf.c' (73,994) at 20240805080014063 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service' (73,995) at 20240918080013376 to deleted uid set 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_cmd.h' (73,996) at 20240405153048541 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/blocklayout/extent_tree.c' (73,997) at 20210307214931146 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-siox.c' (73,998) at 20240405153047081 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ldc.h' (73,999) at 20210307214926582 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_define.h' (74,000) at 20240405153050309 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/shadowlock.hpp' (74,001) at 20240724080026576 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/route.h' (74,002) at 20240405153231855 to deleted uid set 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml' (74,003) at 20240405153045041 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/lib.sh' (74,004) at 20240624080012836 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_vsp.h' (74,005) at 20240405153048741 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_macronix.c' (74,006) at 20240405153049697 2025-03-14 03:00:50.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/mips64.patch' (74,007) at 20210307205554554 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/TODO' (74,008) at 20210307214930686 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uccf.c' (74,009) at 20210308005003472 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-camera.c' (74,010) at 20240405153049557 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon_7.8.0.bb' (74,011) at 20230211040012635 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/create_pel.cpp' (74,012) at 20240820080019934 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml' (74,013) at 20240405153045025 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/scu_event_codes.h' (74,014) at 20210307214930334 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/postinst/postinst_1.0.bb' (74,015) at 20210812000025290 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io.h' (74,016) at 20240405153052709 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/cl-som-am57x.c' (74,017) at 20210308005002944 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/tas2552.h' (74,018) at 20210307214931350 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/amigaone_defconfig' (74,019) at 20210307214926366 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageControllerMetrics.v1_0_3.json' (74,020) at 20240619080002956 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_ctl.c' (74,021) at 20240405153051685 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-axxia.c' (74,022) at 20240405153048893 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pmu_rk3188.h' (74,023) at 20210308005002664 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_rt5645.c' (74,024) at 20240405153232191 2025-03-14 03:00:50.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-soc' (74,025) at 20240405153044921 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml' (74,026) at 20240405153045145 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/s390x/resets.c' (74,027) at 20240405153054321 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_i2c.c' (74,028) at 20210308005003500 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c' (74,029) at 20210307214927950 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/loadavg.h' (74,030) at 20210309003653896 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml' (74,031) at 20240405153229783 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/file_system_wrapper_impl.hpp' (74,032) at 20230719080007815 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,videocc-sdm845.h' (74,033) at 20210307214931330 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cachestat/.gitignore' (74,034) at 20240405153054293 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/gpioMonitor.hpp' (74,035) at 20240826080018283 to deleted uid set 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/Kconfig' (74,036) at 20210308005003028 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-ampe-a76.dts' (74,037) at 20210308005002620 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/ptest-perl/run-ptest' (74,038) at 20210316000012717 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/fs_context.c' (74,039) at 20240613080016491 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/sensor_monitoring_tests.cpp' (74,040) at 20220402030035703 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/mps2-an399.dts' (74,041) at 20240405153045401 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos-v2.c' (74,042) at 20210308005002912 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90320_device.cpp' (74,043) at 20240817080031288 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user/Makefile' (74,044) at 20210307214932730 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/tools/Makefile' (74,045) at 20210307214926534 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb' (74,046) at 20231126090012781 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/subdev-image-processing-scaling-multi-source.svg' (74,047) at 20210309003648504 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kcmp/Makefile' (74,048) at 20240405153054309 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcor-drc-compact.dtsi' (74,049) at 20240405153045585 2025-03-14 03:00:50.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pyinventorymgr/inventory_items.py' (74,050) at 20220728030041559 to deleted uid set 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_buf.h' (74,051) at 20240405153231779 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/Makefile' (74,052) at 20240405153047045 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/gdc_global.h' (74,053) at 20210307214930542 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SignatureCollection.json' (74,054) at 20240619080002956 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/os-Linux/tls.c' (74,055) at 20210307214926750 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/smi.h' (74,056) at 20220525020653119 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/Makefile' (74,057) at 20220525020652022 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/opal-api.h' (74,058) at 20240405153046121 2025-03-14 03:00:50.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/kernel/cacheinfo.c' (74,059) at 20240405153045865 to deleted uid set 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/lsdma/lsdma_6_0_0_sh_mask.h' (74,060) at 20240405153048049 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/channel_config.json' (74,061) at 20241105090013647 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cbfs/cbfs.c' (74,062) at 20210308005003544 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/smd-rpm.c' (74,063) at 20240405153230739 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.err' (74,064) at 20230925080040089 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_status.cpp' (74,065) at 20241106090023554 to deleted uid set 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-vsp1-hgt.rst' (74,066) at 20240405153045317 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/samsung,exynos-usi.h' (74,067) at 20240405153052653 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox64_defconfig' (74,068) at 20210308005003276 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa/0001-fixed-compilation-error-caused-by-strncpy.patch' (74,069) at 20231126090012781 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx23evk_defconfig' (74,070) at 20210308005003268 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/seccomp.h' (74,071) at 20240405153045965 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx53-pinctrl.txt' (74,072) at 20210307214925394 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/watchdog.c' (74,073) at 20241211090212354 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/Makefile' (74,074) at 20210307214930310 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-disable@.service' (74,075) at 20210307205553718 2025-03-14 03:00:50.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-tps65917.dtsi' (74,076) at 20210308005002576 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xive2.c' (74,077) at 20241211090212286 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/scrape-html-report.js' (74,078) at 20210307205554630 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccid.h' (74,079) at 20210307214931922 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joensuu_Vestinkallio' (74,080) at 20210307205553770 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-imx-util.c' (74,081) at 20210308005003472 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-samsung-k3g.dts' (74,082) at 20240405153045573 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/ipw2200.rst' (74,083) at 20210309003648448 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/q35-test.c' (74,084) at 20221215040039378 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/firewire-constants.h' (74,085) at 20210307214931630 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gpu.c' (74,086) at 20241211090145417 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/div0.c' (74,087) at 20210308005002708 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-core.c' (74,088) at 20240405153230823 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_pbi.cfg' (74,089) at 20210308005002996 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/microcode/core.c' (74,090) at 20240405153230123 to deleted uid set 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/sections.h' (74,091) at 20240405153046069 2025-03-14 03:00:50.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/delay.h' (74,092) at 20210307214926306 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_ethtool.c' (74,093) at 20240405153050057 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/barrier.rst' (74,094) at 20210927100127077 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-simple.yaml' (74,095) at 20240405153229763 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/sisusbvga/sisusb_tables.h' (74,096) at 20210309003653260 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/o2micro.h' (74,097) at 20210307214930042 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pll14xx.c' (74,098) at 20240405153046789 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/setup.c' (74,099) at 20220525020651990 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-mod.c' (74,100) at 20240405153231947 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp_20230507.bb' (74,101) at 20241206090014242 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs.h' (74,102) at 20240405153049309 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml' (74,103) at 20240405153229791 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_prctl.h' (74,104) at 20220429100100614 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dns325_defconfig' (74,105) at 20210308005003256 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/syscall_arg_fault.c' (74,106) at 20220525020655235 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/sigcontext.h' (74,107) at 20210307214926558 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/abi_version.conf' (74,108) at 20241221090017612 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/meson.build' (74,109) at 20231202090027332 to deleted uid set 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init.service' (74,110) at 20240726080014422 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/Kconfig' (74,111) at 20210308005003032 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/parsing_test.cpp' (74,112) at 20240321080003061 to deleted uid set 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/activation.cpp' (74,113) at 20240820080019546 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/pldm.hpp' (74,114) at 20241018080020202 to deleted uid set 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/fpu/api.h' (74,115) at 20220525020652126 2025-03-14 03:00:50.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch' (74,116) at 20210307205554610 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ipaddress.cpp' (74,117) at 20230722080026081 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-odroid-common.dtsi' (74,118) at 20240405153045569 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-compute-multihost.inc' (74,119) at 20211111010015492 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-triggered-event.c' (74,120) at 20220525020653107 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst' (74,121) at 20240405153045233 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-evlist.txt' (74,122) at 20220525020655131 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfsrvl.c' (74,123) at 20210309003654296 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/iio/events.h' (74,124) at 20210307214931638 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-irqtype.h' (74,125) at 20210309003648720 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/dmic.c' (74,126) at 20240405153053941 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra186-emc.c' (74,127) at 20241011080017323 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_dpp.c' (74,128) at 20240405153047241 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/Makefile' (74,129) at 20240405153045357 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/truncate.c' (74,130) at 20241104090011599 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,sai.yaml' (74,131) at 20240405153045161 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sunxvr500.c' (74,132) at 20240405153231595 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/apm-acpi.rst' (74,133) at 20210307214925542 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch' (74,134) at 20240113090014532 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/fix-ldblibdir.patch' (74,135) at 20220721030015849 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/signal.h' (74,136) at 20241011080017291 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-ts7970.dts' (74,137) at 20240405153045505 2025-03-14 03:00:50.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/trace.h' (74,138) at 20240405153052809 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/axp20x.h' (74,139) at 20240405153052725 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/mx53ard.c' (74,140) at 20210308005002984 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/keyword_vpd_parser_test/kw_vpd_test.cpp' (74,141) at 20240826080018279 to deleted uid set 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/system.h' (74,142) at 20240405153232255 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/swift/avsbus-enable@.service' (74,143) at 20230128040012702 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/spl.c' (74,144) at 20210308005002996 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_ti.h' (74,145) at 20220525020654291 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-usb2-mph-0.dtsi' (74,146) at 20210307214926354 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-core/init-ifupdown/files/juno/interfaces' (74,147) at 20220804030014671 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20ek.dts' (74,148) at 20210308005002572 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb' (74,149) at 20221120040010738 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mw.c' (74,150) at 20240405153049113 to deleted uid set 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/console/obmc-console_%.bbappend' (74,151) at 20211222040037065 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/core-imp-def.json' (74,152) at 20210307214932534 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml' (74,153) at 20240405153045177 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/staging/iio/adc/spear-adc.txt' (74,154) at 20210307214925442 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl/run-ptest' (74,155) at 20241221090017520 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/efi.c' (74,156) at 20240405153052249 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps65090.txt' (74,157) at 20210307214925410 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/sensors.scss' (74,158) at 20210308005107077 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockdep_api.h' (74,159) at 20240405153052721 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt' (74,160) at 20240405153045177 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_rcfw.h' (74,161) at 20241111090012121 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg4ff.h' (74,162) at 20210307214928094 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/Makefile' (74,163) at 20210307214930506 2025-03-14 03:00:50.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/Makefile' (74,164) at 20240405153230795 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/riscv-iommu.c' (74,165) at 20241211090212546 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh' (74,166) at 20240423080013627 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-common.c' (74,167) at 20240405153231343 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/Kconfig' (74,168) at 20240405153049677 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/user-type.h' (74,169) at 20210307214931350 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeSensorMain.cpp' (74,170) at 20241112090003102 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerNetworkProtocol_v1.xml' (74,171) at 20240619080002928 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc' (74,172) at 20241213090035010 to deleted uid set 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-sysvinit.inc' (74,173) at 20241221090017612 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-v3s.dtsi' (74,174) at 20210308005002628 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/uniphier.h' (74,175) at 20210308005003624 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.10.0.bb' (74,176) at 20240301090012415 to deleted uid set 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/async-tx-api.rst' (74,177) at 20240405153045005 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/11.json' (74,178) at 20241016080038610 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/core.c' (74,179) at 20240405153231175 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts' (74,180) at 20240405153045561 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-amigaone.c' (74,181) at 20210307214926338 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm-core-s3c64xx.h' (74,182) at 20240405153045685 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ssif_%.bbappend' (74,183) at 20241206090014202 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dts' (74,184) at 20240405153045773 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/adder875-uboot.dts' (74,185) at 20210307214926338 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/syscall.c' (74,186) at 20240405153231299 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/distcc_3.4.bb' (74,187) at 20241206090014326 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb' (74,188) at 20241206090014314 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/voltagedomains2xxx_data.c' (74,189) at 20210307214925930 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Taivalkoski' (74,190) at 20210307205553774 2025-03-14 03:00:50.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-hyperv-intf.c' (74,191) at 20210307214930018 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml' (74,192) at 20240405153229763 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm7xx.h' (74,193) at 20240405153045669 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/win32_linker.c' (74,194) at 20240326080039398 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/faraday,ftgpio010.yaml' (74,195) at 20240405153045061 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_helper.h' (74,196) at 20210307214931646 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/failed-syscalls-by-pid-record' (74,197) at 20210307214932566 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.errors.yaml' (74,198) at 20210610000035122 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/network_helpers.h' (74,199) at 20241115090012977 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,mmcc-msm8960.h' (74,200) at 20210307214931350 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml' (74,201) at 20240405153045173 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_dp_lowlevel.h' (74,202) at 20210308005003524 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/uim/uim-module-manager.patch' (74,203) at 20230706080014761 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/common/mx6.c' (74,204) at 20210308005003048 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dtt200u.c' (74,205) at 20210307214928782 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-ispif.c' (74,206) at 20240405153049429 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/Kconfig' (74,207) at 20210308005003012 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_fmax.c' (74,208) at 20210307214926274 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/powergate.c' (74,209) at 20210308005002788 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/aspeed-pwm-tacho.txt' (74,210) at 20240405153229763 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nl80211-vnd-intel.h' (74,211) at 20240405153052929 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/cs423x/cs4231.c' (74,212) at 20240405153232127 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/tegra.h' (74,213) at 20240405153048621 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values/ni_660x.c' (74,214) at 20220525020652358 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/insn-def.h' (74,215) at 20240405153046245 2025-03-14 03:00:50.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/invalid_command.c' (74,216) at 20210308005108641 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2830.h' (74,217) at 20210307214928634 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_thread.h' (74,218) at 20221215040039066 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-netgear-r8500.dts' (74,219) at 20240405153045425 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent-avx2-asm_64.S' (74,220) at 20240405153046365 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image/0001-png-img-Fix-prototypes-of-callbacks.patch' (74,221) at 20230401080011939 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qht.c' (74,222) at 20210927100127649 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-as3722.c' (74,223) at 20240405153051329 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/immap_cpm2.h' (74,224) at 20210307214926382 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_bl.h' (74,225) at 20240405153046957 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c' (74,226) at 20240405153047297 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/pgtable.h' (74,227) at 20240405153230007 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77714.h' (74,228) at 20240405153052729 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/Makefile' (74,229) at 20220525020654147 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/nhpoly1305-sse2-glue.c' (74,230) at 20240405153046365 2025-03-14 03:00:50.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/lib/include/phosphor-logging/commit.hpp' (74,231) at 20241113090025393 to deleted uid set 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/lib/ynl.h' (74,232) at 20240405153054073 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig' (74,233) at 20210308005003264 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/gpio.h' (74,234) at 20210308005002644 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6331.dtsi' (74,235) at 20240405153045745 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-inventory-sensors.yaml' (74,236) at 20210307205554222 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/ucontext.h' (74,237) at 20240405153046017 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/mlx5.h' (74,238) at 20240405153050129 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend' (74,239) at 20230114040015494 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9263ek.h' (74,240) at 20210308005003584 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/squashfs_fs_sb.h' (74,241) at 20240405153052537 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pm.h' (74,242) at 20240405153045677 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wiznet/w5100.h' (74,243) at 20240405153050325 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/MAINTAINERS' (74,244) at 20210308005002980 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc4260.c' (74,245) at 20240405153048861 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tlb-common.h' (74,246) at 20230925080039925 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am33xx.dtsi' (74,247) at 20210308005002564 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (74,248) at 20220625030019492 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/063.out' (74,249) at 20210308005046441 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/pm9261.c' (74,250) at 20210308005003040 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/hotplug.c' (74,251) at 20220525020651886 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities/meson.build' (74,252) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/n2-drv.c' (74,253) at 20210307214926942 2025-03-14 03:00:50.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/rpm_master_stats.c' (74,254) at 20240405153051765 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/phy.c' (74,255) at 20210307214930786 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_core.c' (74,256) at 20220525020654971 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/gre_custom_multipath_hash.sh' (74,257) at 20220913100024321 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs4281.c' (74,258) at 20220525020654991 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/base.html' (74,259) at 20240106090017249 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_mfgpt.c' (74,260) at 20210307214926270 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-skeys.c' (74,261) at 20240906080037288 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/softing_cs.c' (74,262) at 20220525020653419 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/fpu.c' (74,263) at 20210308005003720 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/timeline_view.js' (74,264) at 20220816030013698 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/base-files/base-files_%.bbappend' (74,265) at 20210307205554110 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0001-scope-Use-0-instead-of-NULL-for-gboolean.patch' (74,266) at 20221003030013273 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_t30_defconfig' (74,267) at 20210308005003252 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-eepro100.rom' (74,268) at 20210308005046137 to deleted uid set 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/proc_net_tcp.rst' (74,269) at 20210307214925538 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_plane.c' (74,270) at 20240405153048789 2025-03-14 03:00:50.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/setup.cfg' (74,271) at 20210308004941624 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.json' (74,272) at 20210308005046405 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/Kconfig' (74,273) at 20210308005003076 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/netup_unidvb_core.c' (74,274) at 20240405153049373 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_pamu.c' (74,275) at 20210308005002836 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/patch.c' (74,276) at 20210307214925862 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/util_test.cpp' (74,277) at 20240817080005771 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/kbl_rt5660.c' (74,278) at 20240613080016547 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0005-fix-the-YACC-rule-to-fix-a-building-failure.patch' (74,279) at 20241221090017496 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/file-roller/file-roller_44.4.bb' (74,280) at 20241221090017488 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/gef_wdt.c' (74,281) at 20240405153231599 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_tmr.h' (74,282) at 20240405153051961 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/phosphor-dbus-interfaces.wrap' (74,283) at 20211029000047258 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/meson.build' (74,284) at 20220928030037238 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc52xx_pci.c' (74,285) at 20240405153046197 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/clk-gpt-synth.c' (74,286) at 20240405153046845 2025-03-14 03:00:50.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/malta.c' (74,287) at 20210308005003008 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_0_default.h' (74,288) at 20210307214927466 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/lpc.h' (74,289) at 20210308005002876 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_table_test.cpp' (74,290) at 20240903080027139 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/eeprom.c' (74,291) at 20240405153049637 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml' (74,292) at 20240405153045097 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_1_7_offset.h' (74,293) at 20210307214927438 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-syzygy-hub.dts' (74,294) at 20210308005002632 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/ddr3.h' (74,295) at 20210308005002732 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson-s4-gpio.h' (74,296) at 20240405153052649 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/MAINTAINERS' (74,297) at 20210308005002996 2025-03-14 03:00:50.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_priv.h' (74,298) at 20240405153052573 to deleted uid set 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/config_whitelist.txt' (74,299) at 20210308005003728 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/stat.h' (74,300) at 20210307214926326 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/pwm_backlight.h' (74,301) at 20210308005002724 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-chassis-on@.service' (74,302) at 20221117040044437 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_qp.c' (74,303) at 20220525020653159 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/MAINTAINERS' (74,304) at 20210308005003052 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/cache.c' (74,305) at 20240805080014075 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-spi.c' (74,306) at 20240405153049513 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/vmlinux.scr' (74,307) at 20210307214926542 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/time.c' (74,308) at 20210307214926570 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/gp_device.h' (74,309) at 20210307214930546 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/biovecs.rst' (74,310) at 20240405153229747 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/perf_callchain.c' (74,311) at 20240405153045869 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.b4860qds' (74,312) at 20210308005003292 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.c' (74,313) at 20240405153048541 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/for_each_hash_map_elem.c' (74,314) at 20240405153054269 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/spaces.h' (74,315) at 20210309003648832 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soukolojarvi' (74,316) at 20210307205553790 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_utils.robot' (74,317) at 20241218090102055 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ia_css_ctc1_5_param.h' (74,318) at 20210307214930554 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_read_unittest.cpp' (74,319) at 20220824030029051 2025-03-14 03:00:50.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bootinfo.h' (74,320) at 20220525020651998 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sh_mmcif.c' (74,321) at 20240405153230863 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/brcm,bcm2835-aux-spi.txt' (74,322) at 20240405153229799 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/atmel-smc.h' (74,323) at 20210307214931434 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-hardirq.h' (74,324) at 20210307214931806 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/expr.c' (74,325) at 20240613080016559 to deleted uid set 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_uvmem.c' (74,326) at 20240405153230043 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/DRBD-8.3-data-packets.svg' (74,327) at 20210307214925218 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/meson.build' (74,328) at 20220913030027305 to deleted uid set 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_auth.c' (74,329) at 20240405153230531 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/targaddrs.h' (74,330) at 20240613080016447 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags2.c' (74,331) at 20210308005003556 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (74,332) at 20230209040014209 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/lowlevel_init.S' (74,333) at 20210308005002824 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch' (74,334) at 20241221090017680 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routes.h' (74,335) at 20240405153046901 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/ptrace.h' (74,336) at 20210307214926122 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/Makefile' (74,337) at 20210307214929958 2025-03-14 03:00:50.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/debug.c' (74,338) at 20240405153232015 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/ptm.c' (74,339) at 20240405153051257 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__senders.hpp' (74,340) at 20241219090033964 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/meson.build' (74,341) at 20210308005046093 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/files/fix-pc.patch' (74,342) at 20230706080014757 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-usage-controller.js' (74,343) at 20210308005107077 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/bitbake.conf' (74,344) at 20241221090017612 to deleted uid set 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/signing.bbclass' (74,345) at 20241221090017500 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/max77693-haptic.c' (74,346) at 20240405153049145 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/rockchip-rk3399-flakes.txt' (74,347) at 20240405153230531 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/uctrl.c' (74,348) at 20240405153231383 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/debugfs.c' (74,349) at 20210916100017987 2025-03-14 03:00:50.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-copy.c' (74,350) at 20241211090212210 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_0_0_sh_mask.h' (74,351) at 20240405153048085 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/Makefile' (74,352) at 20220525020655227 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/spl.h' (74,353) at 20220804030036607 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-i2c.c' (74,354) at 20210307214928982 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/pciback.h' (74,355) at 20240405153231603 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComputerSystemCollection_v1.xml' (74,356) at 20240619080002920 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/genheaders/genheaders.c' (74,357) at 20240405153053461 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gnss/mediatek.yaml' (74,358) at 20240405153045057 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/sh73a0.dtsi' (74,359) at 20240405153045557 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/0001-Fix-printing-64-bit-integer-types.patch' (74,360) at 20231126090012789 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/nterr.c' (74,361) at 20240405153052517 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c' (74,362) at 20210308005003468 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/vpif_display.h' (74,363) at 20240405153049477 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7206/Makefile' (74,364) at 20210307214926538 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts' (74,365) at 20240405153229967 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeSlots.v1_6_1.json' (74,366) at 20240619080002952 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Almeria' (74,367) at 20210307205553766 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/inode.h' (74,368) at 20210307214931002 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts' (74,369) at 20240405153045393 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/div.c' (74,370) at 20230426080043952 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml' (74,371) at 20220430030026020 2025-03-14 03:00:50.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/ca.h' (74,372) at 20240405153052913 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_baco.c' (74,373) at 20240405153230507 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb' (74,374) at 20241221090017512 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-hw-gain.c' (74,375) at 20240405153053965 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/mem.h' (74,376) at 20210309003649824 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max20730.c' (74,377) at 20240405153230667 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-stream.out' (74,378) at 20240326080039734 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/stat-cpi.py' (74,379) at 20210307214932570 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes.h' (74,380) at 20210307214929670 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/pci/acpi.c' (74,381) at 20241018080014474 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-pwm.yaml' (74,382) at 20240405153045089 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/device_cgroup.c' (74,383) at 20240405153053469 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/no-Oslo-CanalDigital' (74,384) at 20210307205553758 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm_1.3.2.bb' (74,385) at 20241221090017696 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/package' (74,386) at 20240613080020632 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/lib.rs' (74,387) at 20241211090145561 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/scripts/extra-properties.mako.cpp' (74,388) at 20210308004927352 to deleted uid set 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/boot/.gitignore' (74,389) at 20210307214926574 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_immediate.c' (74,390) at 20241115090012973 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uboot-config.bbclass' (74,391) at 20241221090017608 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-copy_page.S' (74,392) at 20240405153229855 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/page_fault_test.c' (74,393) at 20240405153232267 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx23_olinuxino_defconfig' (74,394) at 20210308005003268 2025-03-14 03:00:50.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/Makefile' (74,395) at 20210307214930918 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715.c' (74,396) at 20240405153232163 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_prog_array_init.c' (74,397) at 20240405153054277 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/Makefile' (74,398) at 20220525020653427 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.2.0.bb' (74,399) at 20231126090012805 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dtt200u-fe.c' (74,400) at 20240405153049553 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hwmon.h' (74,401) at 20240405153052701 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/exception.cpp' (74,402) at 20230511080043139 2025-03-14 03:00:50.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_sysmon.c' (74,403) at 20240405153231367 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_hmmu0_mmu_masks.h' (74,404) at 20240405153046585 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/firmware_exports.h' (74,405) at 20210307214929358 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/spitz.c' (74,406) at 20240405153053977 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/Makefile' (74,407) at 20220525020652502 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c' (74,408) at 20240405153048693 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/peer.c' (74,409) at 20240405153050437 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/lowlevel_init.S' (74,410) at 20210308005003036 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/arpt_mangle.c' (74,411) at 20210307214931946 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/apbps2.c' (74,412) at 20240405153230731 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (74,413) at 20241031080012183 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/plpks.h' (74,414) at 20240520080015131 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bug.h' (74,415) at 20240405153230019 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nxp-nci/Makefile' (74,416) at 20210307214929978 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/Kconfig' (74,417) at 20210308005003352 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb' (74,418) at 20230811080018318 to deleted uid set 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/99_iscsi-initiator-utils' (74,419) at 20210307205553818 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hashtree_descriptor.c' (74,420) at 20210308005003704 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_benchmark.h' (74,421) at 20240405153053065 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/cache.h' (74,422) at 20210308005002844 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso-asmoffset.h' (74,423) at 20240326080039558 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-ns2.c' (74,424) at 20240405153046777 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/create_webpage_compact.sh' (74,425) at 20210308004938816 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml' (74,426) at 20220525020651682 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ghes.c' (74,427) at 20221215040039086 2025-03-14 03:00:50.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/locking/RM-fixed.litmus' (74,428) at 20240405153045225 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/settings.h' (74,429) at 20220525020654707 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateService.v1_0_5.json' (74,430) at 20240619080002944 to deleted uid set 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/selftest.json' (74,431) at 20210307205554386 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpc52xx_psc.h' (74,432) at 20210307214926382 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds.h' (74,433) at 20241216090017765 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gusmax.c' (74,434) at 20220525020654979 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/frontend.json' (74,435) at 20240405153054121 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/toshiba.h' (74,436) at 20210307214931526 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/rockchip-sfc.yaml' (74,437) at 20220525020651714 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/hsdk.dts' (74,438) at 20240503080014458 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/tcl840.patch' (74,439) at 20241221090017656 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/queue_local.h' (74,440) at 20210307214930546 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/quickstart/page-anatomy.md' (74,441) at 20221215040043190 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/kirkwood_thermal.c' (74,442) at 20240405153231499 2025-03-14 03:00:50.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/table.h' (74,443) at 20210307214929934 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs_sta.c' (74,444) at 20240405153053289 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/grlib_apbuart.c' (74,445) at 20241211090212258 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/README.md' (74,446) at 20221209040010163 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier1S4U/bios_attrs.json' (74,447) at 20241111090035286 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_crypt_tkip.c' (74,448) at 20240405153051885 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/mmu/mmu_v1_0.h' (74,449) at 20240405153046609 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/soc.c' (74,450) at 20210308005002724 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/renesas,sci.yaml' (74,451) at 20240405153045153 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/extra-apps.md' (74,452) at 20220402030016067 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/264.out' (74,453) at 20210927100127501 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/ppp_mppe.h' (74,454) at 20210307214929698 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/ksym_race.c' (74,455) at 20240405153054269 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctu_can_fd_frame.h' (74,456) at 20221215040039126 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_cipher.robot' (74,457) at 20240628080017113 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-chardet_5.2.0.bb' (74,458) at 20241221090017668 2025-03-14 03:00:50.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb' (74,459) at 20240413080012699 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/ssinh.S' (74,460) at 20210307214926146 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/.gitignore' (74,461) at 20240413080012671 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_eth_soc.c' (74,462) at 20240405153231007 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-type-bool.out' (74,463) at 20210308005046401 to deleted uid set 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmnsp/Makefile' (74,464) at 20210308005002552 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-linux.rs-Define-consts-for-rv32-architecture.patch' (74,465) at 20220402030016019 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-spdifin.c' (74,466) at 20240405153232187 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/cryptd.h' (74,467) at 20240405153052621 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-Add-missing-standard-headers-for-str-and-exit-APIs.patch' (74,468) at 20221003030013281 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/ipmi.hpp' (74,469) at 20230511080029875 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f469-disco.dts' (74,470) at 20210308005002616 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/wmi/dell-smbios-example.c' (74,471) at 20210307214932746 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_read_from_file.kconfig' (74,472) at 20210307214932626 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/isp.doc' (74,473) at 20210307214926150 2025-03-14 03:00:50.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/stp_p4000_chassis.json' (74,474) at 20221221040007774 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/keyctl.c' (74,475) at 20240805080014063 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu_helper.c' (74,476) at 20241211090212510 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/bcd2000/bcd2000.c' (74,477) at 20240405153232203 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/mtd_test.h' (74,478) at 20210307214929242 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_vpu_if.h' (74,479) at 20240405153230803 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/elants_i2c.c' (74,480) at 20240405153230731 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep0020.dts' (74,481) at 20240405153045605 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/obmc-powered-off@.service' (74,482) at 20221117040044437 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/nlohmann_json.wrap' (74,483) at 20220914030035944 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/blacklisted_events_test.c' (74,484) at 20240405153054361 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8167.dtsi' (74,485) at 20240405153045745 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/e70k02.dtsi' (74,486) at 20240405153045485 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbstats.c' (74,487) at 20210307214926826 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c' (74,488) at 20240405153230375 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/Makefile' (74,489) at 20240405153053381 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/pdr_utils.hpp' (74,490) at 20240903080027139 to deleted uid set 2025-03-14 03:00:50.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.err' (74,491) at 20210308005046401 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.h' (74,492) at 20240405153049945 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_abm.h' (74,493) at 20210307214927282 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-digicolor/Makefile' (74,494) at 20210307214925878 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LiLiQ-Rplus-1.1' (74,495) at 20211006000025238 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing-space.out' (74,496) at 20210308005046405 to deleted uid set 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/powerpc.c' (74,497) at 20240405153049641 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_diag.c' (74,498) at 20210307214929470 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-fwrite.rst' (74,499) at 20220525020654131 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cdclk.h' (74,500) at 20240418080014490 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ring.h' (74,501) at 20240405153230919 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-digicolor.c' (74,502) at 20240405153048897 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/048.out' (74,503) at 20210308005046437 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/safesetid/Kconfig' (74,504) at 20210307214932174 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_con_defconfig' (74,505) at 20210308005003280 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/fix_node.c' (74,506) at 20240405153231727 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sock_flags.bpf.c' (74,507) at 20240405153053421 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/bno055_ser_core.c' (74,508) at 20240405153048993 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_bpf.h' (74,509) at 20240405153052941 2025-03-14 03:00:50.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/k3-am654-ddrss.c' (74,510) at 20210308005003476 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/dot11d.c' (74,511) at 20220525020654163 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/callback.c' (74,512) at 20210308005003540 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compiler-gcc.h' (74,513) at 20241111090012149 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-ia32x64.c' (74,514) at 20241114091008832 to deleted uid set 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/at_xdmac.c' (74,515) at 20240405153046981 to deleted uid set 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6589-fairphone-fp1.dts' (74,516) at 20240405153045461 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ics307_clk.h' (74,517) at 20210308005002960 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/postfix' (74,518) at 20220204040022432 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_cfg.c' (74,519) at 20210307214928078 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_rf_al2230.c' (74,520) at 20210307214929974 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/netdev.h' (74,521) at 20220525020653131 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sandbox.c' (74,522) at 20210308005003420 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/suspend.c' (74,523) at 20240405153045645 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/getauxval.c' (74,524) at 20240906080037592 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/CT_basic_run' (74,525) at 20220429100025221 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-chuwi-v7-cw0825.dts' (74,526) at 20240405153045377 2025-03-14 03:00:50.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ibmpc.h' (74,527) at 20210308005002880 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dpi_regs.h' (74,528) at 20240405153048569 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nmi.h' (74,529) at 20210308005046021 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/requirements.txt' (74,530) at 20240124090012250 to deleted uid set 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/rcar-sysc.h' (74,531) at 20240405153231351 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-stream.c' (74,532) at 20220525020654975 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c' (74,533) at 20240405153050205 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/semiconsole.c' (74,534) at 20240326080039742 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/faraday,ftide010.yaml' (74,535) at 20210309003648324 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c' (74,536) at 20240405153231051 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-isch.c' (74,537) at 20241008080013927 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-udma.h' (74,538) at 20220525020652414 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/test/utest.cpp' (74,539) at 20210308005105441 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/target_from_group_max.hpp' (74,540) at 20220827030019784 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/Kconfig' (74,541) at 20210308005003740 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_vli.h' (74,542) at 20240405153046709 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.h' (74,543) at 20220525020652454 2025-03-14 03:00:50.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (74,544) at 20221004030011410 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/settings.py' (74,545) at 20210308005003772 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/net_cls.rst' (74,546) at 20210307214925218 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/utils_header.h' (74,547) at 20220525020655135 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-gpio.h' (74,548) at 20240906080037340 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs2super.c' (74,549) at 20210307214931154 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (74,550) at 20240924080011379 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/inventory-sensor-example.yaml' (74,551) at 20221209040020399 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/pm.c' (74,552) at 20240405153045981 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ia_css_csc_param.h' (74,553) at 20210307214930554 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/Makefile' (74,554) at 20210307214928150 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/xen.h' (74,555) at 20240405153231883 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6287x-regulator.c' (74,556) at 20240613080016463 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-scu.h' (74,557) at 20240405153046789 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/baycom_ser_fdx.c' (74,558) at 20220525020653671 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_gpio.h' (74,559) at 20240405153052945 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-colibri-iris.dts' (74,560) at 20240405153045533 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-holtek-mouse.c' (74,561) at 20220525020653039 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/secret_keyring.c' (74,562) at 20210927100127065 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/syscalls.h' (74,563) at 20220525020652018 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/netfs_library.rst' (74,564) at 20240405153229811 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-processes.png' (74,565) at 20210307205554330 to deleted uid set 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/raid_class.h' (74,566) at 20240405153052785 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb' (74,567) at 20241206090014250 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/visconti/Makefile' (74,568) at 20240405153046873 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/chacha-glue.c' (74,569) at 20240405153046269 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_switchdev.c' (74,570) at 20240405153050317 2025-03-14 03:00:50.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_pci.c' (74,571) at 20220525020652294 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610-calibration.h' (74,572) at 20210308005002724 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/gate-data.S' (74,573) at 20210307214926126 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_16xx.c' (74,574) at 20240405153046885 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acdebug.h' (74,575) at 20240405153230167 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts' (74,576) at 20240405153229879 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/numa_emulation.c' (74,577) at 20240405153046477 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_bcm6345.c' (74,578) at 20210308005003348 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Reservoir_v1.xml' (74,579) at 20240619080002936 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/vfio/iommufd.c' (74,580) at 20240906080037312 to deleted uid set 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/auxvec.h' (74,581) at 20220525020652154 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_2x256mx16.cfg' (74,582) at 20210308005002924 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pm72.c' (74,583) at 20240405153049225 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/setsensor.cpp' (74,584) at 20221111040035058 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/resctrl_tests.c' (74,585) at 20240405153232287 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_spc621d8hm3.json' (74,586) at 20231205090005305 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nurmes_Kortevaara' (74,587) at 20210307205553770 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/sample.conf' (74,588) at 20210713100033784 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ab8505.dtsi' (74,589) at 20240405153045577 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/processor.h' (74,590) at 20210307214932698 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/alpha-softmmu/default.mak' (74,591) at 20240906080037160 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,sa8775p-dwmac-sgmii-phy.yaml' (74,592) at 20240405153045129 2025-03-14 03:00:50.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c' (74,593) at 20240405153047297 2025-03-14 03:00:50.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,aud2htx.yaml' (74,594) at 20220525020651710 2025-03-14 03:00:50.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7770.c' (74,595) at 20210307214930270 2025-03-14 03:00:50.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/079' (74,596) at 20210927100127477 2025-03-14 03:00:50.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/rf.h' (74,597) at 20220525020654195 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/coretemp.c' (74,598) at 20240405153230659 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/qos.c' (74,599) at 20240418080014498 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc8280xp.c' (74,600) at 20240405153230735 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-a9mp-bbrevd.dts' (74,601) at 20240405153045401 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-a64-r.c' (74,602) at 20240405153231335 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi.its' (74,603) at 20210308005003332 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00firmware.c' (74,604) at 20210307214929906 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcuwait_api.h' (74,605) at 20240405153052785 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/efx.h' (74,606) at 20210307214929618 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch' (74,607) at 20220910030013353 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/staging/media/imx/imx-media-of.c' (74,608) at 20240405153231471 to deleted uid set 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts' (74,609) at 20240405153045729 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-apq8084.c' (74,610) at 20240405153230235 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tcg/riscv/tcg-target.c.inc' (74,611) at 20241211090212526 to deleted uid set 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stmpe-adc.c' (74,612) at 20240405153230691 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/Build' (74,613) at 20240405153054173 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpax_w_ph.c' (74,614) at 20210308005046505 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/fsmc-nand.txt' (74,615) at 20210307214925370 2025-03-14 03:00:50.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/x86/Makefile' (74,616) at 20210308005003220 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32/gpio.h' (74,617) at 20210308005002664 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/saa7115.h' (74,618) at 20210307214931542 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/coreboot.txt' (74,619) at 20210307214925314 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/soc/qcom/socinfo.c' (74,620) at 20241211090145493 to deleted uid set 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64le/float_convs.ref' (74,621) at 20220429100100942 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png' (74,622) at 20210307205554366 to deleted uid set 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/json/.eslintrc.json' (74,623) at 20210917000009321 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svc_rdma_pcl.h' (74,624) at 20220525020654619 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/Kconfig' (74,625) at 20240405153230295 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/acl.c' (74,626) at 20240405153052349 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-trace.txt' (74,627) at 20220525020655131 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/stacktrace_map.c' (74,628) at 20240405153054261 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Makefile' (74,629) at 20241211090145389 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/simatic-ipc-batt-apollolake.c' (74,630) at 20240405153231343 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/acm.rst' (74,631) at 20210307214925590 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/rts7751r2d1_defconfig' (74,632) at 20240405153046309 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_resizer.h' (74,633) at 20210307214930586 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-gen-tapdevs' (74,634) at 20230706080014789 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/basic/.gitignore' (74,635) at 20210308005003724 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/varlocality.rst' (74,636) at 20220721030015865 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs53l30.txt' (74,637) at 20240405153229799 2025-03-14 03:00:50.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tua6100.c' (74,638) at 20240405153049301 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/ipac.h' (74,639) at 20210307214928542 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-rtc.h' (74,640) at 20210308005002656 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_xtalk.c' (74,641) at 20210309003654584 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_global_conf_masks.h' (74,642) at 20240405153046601 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-htc-egpio.c' (74,643) at 20210307214927190 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/AppHeader.spec.js' (74,644) at 20241004080035975 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/skmsg.h' (74,645) at 20240520080015207 to deleted uid set 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/i2c.h' (74,646) at 20210308005002644 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/clock.c' (74,647) at 20210308005002732 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/socrates.c' (74,648) at 20210308005003052 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/hw_stats_l3.sh' (74,649) at 20240405153054301 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/owl-mmc.yaml' (74,650) at 20240405153045109 2025-03-14 03:00:50.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubieboard_defconfig' (74,651) at 20210308005003236 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/common.c' (74,652) at 20240405153046965 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/copyuser_64.S' (74,653) at 20240405153230043 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_registers.h' (74,654) at 20240405153048569 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/userfaultfd.c' (74,655) at 20240719080013365 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lcd.c' (74,656) at 20240405153052173 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m54xxpci.h' (74,657) at 20210307214926162 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/atomic_ll_sc.h' (74,658) at 20240405153045853 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/trace-events' (74,659) at 20210927100127065 2025-03-14 03:00:50.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mvme2500.dts' (74,660) at 20210307214926346 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/README.md' (74,661) at 20230706080014733 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.2.1.bb' (74,662) at 20241206090014250 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/null/eno.cocci' (74,663) at 20240405153053445 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/psc.c' (74,664) at 20210308005002732 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850evm_direct_nor_defconfig' (74,665) at 20210308005003256 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/strongarm.c' (74,666) at 20241211090212250 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/altera_edac.h' (74,667) at 20210307214927150 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/snapshot-access.c' (74,668) at 20240326080039386 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-pinfunc.h' (74,669) at 20210308005002584 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/qconf-cfg.sh' (74,670) at 20240405153232103 2025-03-14 03:00:50.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/qrtr.h' (74,671) at 20220525020654887 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/hw.h' (74,672) at 20241018080014490 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_book3s_32.S' (74,673) at 20240405153230035 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen8_renderstate.c' (74,674) at 20220525020652887 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23-xfi3.dts' (74,675) at 20240405153045537 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_storage_nodeadlock.c' (74,676) at 20240405153054273 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6332-regulator.c' (74,677) at 20240405153051469 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/asm.h' (74,678) at 20220525020655107 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/__init__.py' (74,679) at 20210307205554266 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio_fixed_vs_pe_retimer.c' (74,680) at 20240405153230419 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' (74,681) at 20210308005046409 to deleted uid set 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Agila2_C-146.0E' (74,682) at 20210307205553758 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/write-zeroes-unmap' (74,683) at 20240906080037568 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/.gitignore' (74,684) at 20210307214932726 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/Makefile' (74,685) at 20240405153046769 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/rtsm-dcscb.txt' (74,686) at 20210307214925278 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/stat.h' (74,687) at 20220525020654611 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/witherspoon/config.json' (74,688) at 20221213040025761 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/usb.h' (74,689) at 20210307214929946 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7795_ulcb_defconfig' (74,690) at 20210308005003276 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/arm-vgic-v3.rst' (74,691) at 20220525020651790 2025-03-14 03:00:50.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6table_mangle.c' (74,692) at 20240405153053281 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hwmon/pmbus/pmbus_core.c' (74,693) at 20241211090145433 to deleted uid set 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/mm/mmu_context.c' (74,694) at 20210307214926182 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mpi.h' (74,695) at 20220525020654591 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_sa_l_w.c' (74,696) at 20210308005046505 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/dt.c' (74,697) at 20210308005003008 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs7.asn1' (74,698) at 20210307214926790 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/rcu.h' (74,699) at 20210307214932474 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/rpm2cpio.sh' (74,700) at 20230706080014789 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/146' (74,701) at 20220429100100910 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/syscalls.c' (74,702) at 20240405153232115 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/oem/ibm/system-power-mode.md' (74,703) at 20221209040006391 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch' (74,704) at 20241221090017636 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/txx9ndfmc.c' (74,705) at 20240405153049705 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb' (74,706) at 20241221090017676 2025-03-14 03:00:50.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/Makefile' (74,707) at 20240405153054077 2025-03-14 03:00:50.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx-zdma.c' (74,708) at 20241211090212270 2025-03-14 03:00:50.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-venc.c' (74,709) at 20240405153046801 2025-03-14 03:00:50.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/rheap.c' (74,710) at 20210307214926434 2025-03-14 03:00:50.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c' (74,711) at 20240405153048997 2025-03-14 03:00:50.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/parse_ldabs.c' (74,712) at 20210307214932118 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/virtio-scsi-dataplane.c' (74,713) at 20240906080037292 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_scalar_ids.c' (74,714) at 20241220090018346 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/mem-events.c' (74,715) at 20240405153232223 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/rzn1-dmamux.c' (74,716) at 20240405153230279 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-binary-native_1.22.8.bb' (74,717) at 20241221090017660 to deleted uid set 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c' (74,718) at 20240405153048657 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_dir.h' (74,719) at 20240405153052365 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/restapi.py' (74,720) at 20220125040024447 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/microchip_logo_8bpp.h' (74,721) at 20210308005003696 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dnode.h' (74,722) at 20210308005003692 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/peci/cputemp.c' (74,723) at 20240405153230667 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb' (74,724) at 20241221090017560 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_drv.h' (74,725) at 20240405153230587 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-aw2013.yaml' (74,726) at 20240405153229771 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/tlb.json' (74,727) at 20240405153232227 2025-03-14 03:00:50.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/rockchip/Makefile' (74,728) at 20210307214927110 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_hw_40xx.c' (74,729) at 20240405153230163 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/chfn' (74,730) at 20210307205554570 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/lib/Makefile' (74,731) at 20240405153046501 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram.h' (74,732) at 20210308005002668 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/gpio.h' (74,733) at 20210308005002716 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml' (74,734) at 20240405153045177 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/Makefile.vdso' (74,735) at 20241211090212378 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_llh.c' (74,736) at 20210307214929306 2025-03-14 03:00:50.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/saa7146_video.c' (74,737) at 20240405153049269 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_ftp.c' (74,738) at 20220525020654871 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vt.h' (74,739) at 20210307214931534 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/irq.c' (74,740) at 20240405153046021 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Farosund_Bunge' (74,741) at 20210307205553782 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb' (74,742) at 20241221090017540 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb' (74,743) at 20241221090017668 to deleted uid set 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch' (74,744) at 20230317080013821 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/pmbus_utils_tests.cpp' (74,745) at 20210430000109181 2025-03-14 03:00:50.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts/0001-check-sr-results-Return-non-zero-exit-code-on-failur.patch' (74,746) at 20231126090012773 2025-03-14 03:00:50.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-inno-usb2.c' (74,747) at 20240405153231315 2025-03-14 03:00:50.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_displayid.c' (74,748) at 20240405153048393 2025-03-14 03:00:50.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-ath79.txt' (74,749) at 20210307214925318 2025-03-14 03:00:50.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/funcmux.c' (74,750) at 20210308005002788 2025-03-14 03:00:50.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/sim.h' (74,751) at 20210307214926226 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_2_enum.h' (74,752) at 20210307214927686 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/kernel-docs.rst' (74,753) at 20240405153045273 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/pmac.h' (74,754) at 20240405153053545 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb' (74,755) at 20230131040012023 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch' (74,756) at 20241206090014326 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_in.c' (74,757) at 20240405153053413 2025-03-14 03:00:50.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/afe/Kconfig' (74,758) at 20240405153048965 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/p2m.c' (74,759) at 20241008080013899 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/core/core.c' (74,760) at 20210307214932186 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/message/unpack.cpp' (74,761) at 20240829080022546 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb' (74,762) at 20240301090012431 to deleted uid set 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/dps310@76.conf' (74,763) at 20240904080027734 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig' (74,764) at 20210308005003268 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/ad714x.h' (74,765) at 20210307214931402 2025-03-14 03:00:50.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/dmic.c' (74,766) at 20240405153053601 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCBI-PD' (74,767) at 20241221090017616 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sagem_f@st1704.h' (74,768) at 20210308005003612 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_led_groups.pl' (74,769) at 20220719030037089 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/div64.c' (74,770) at 20210308005002884 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-delay.c' (74,771) at 20240405153230763 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-geekbox.c' (74,772) at 20210307214928782 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c' (74,773) at 20240405153049917 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fbdev.h' (74,774) at 20240405153048453 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/Makefile' (74,775) at 20210307214930954 2025-03-14 03:00:50.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt8188-pinctrl.yaml' (74,776) at 20240405153045133 2025-03-14 03:00:50.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475FFE_defconfig' (74,777) at 20210308005003236 2025-03-14 03:00:50.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/setup-nic-endpoint-slot@.service' (74,778) at 20240828080010891 2025-03-14 03:00:50.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7264.h' (74,779) at 20210308005002848 2025-03-14 03:00:50.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_enet.c' (74,780) at 20240405153230947 2025-03-14 03:00:50.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroidxu3-lite.dts' (74,781) at 20240405153045573 2025-03-14 03:00:50.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp153c-dhcom-drc02.dts' (74,782) at 20240405153045585 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic31xx.c' (74,783) at 20240405153053809 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.standalone' (74,784) at 20210308005003300 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maddu.c' (74,785) at 20210308005046505 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdp_features.c' (74,786) at 20240405153054293 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/if_action_tests.cpp' (74,787) at 20210308005405938 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-haltpoll.c' (74,788) at 20240405153230255 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_modes.c' (74,789) at 20240405153048429 2025-03-14 03:00:50.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb' (74,790) at 20230503080014591 2025-03-14 03:00:50.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-dev.c' (74,791) at 20240405153049797 2025-03-14 03:00:50.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5766.c' (74,792) at 20240405153048977 2025-03-14 03:00:50.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/ep93xx-regs.h' (74,793) at 20240405153045645 2025-03-14 03:00:50.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/platform_sst_audio.h' (74,794) at 20220525020652150 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/private_header.hpp' (74,795) at 20230516080019606 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7740-gpio.h' (74,796) at 20210308005002768 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/asm-offsets.c' (74,797) at 20210308005002880 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h' (74,798) at 20210308005002644 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4v_mcd.S' (74,799) at 20210307214926602 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/SECURITY.md' (74,800) at 20241221090017492 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmu_32.h' (74,801) at 20210307214926582 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/Makefile' (74,802) at 20210307214932030 2025-03-14 03:00:50.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/include/uapi/linux/stddef.h' (74,803) at 20240405153054053 to deleted uid set 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hte/hte-tegra194.c' (74,804) at 20240405153230659 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/simple_spinlock_types.h' (74,805) at 20240405153046129 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-writesb.S' (74,806) at 20210307214925870 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/Kbuild' (74,807) at 20220525020652971 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_config.h' (74,808) at 20240405153046953 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_bloom_filter_map.sh' (74,809) at 20240405153054241 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd_o32.h' (74,810) at 20240906080037352 2025-03-14 03:00:50.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-mediatek.c' (74,811) at 20240405153231287 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_netiface.c' (74,812) at 20240405153232055 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/143.out' (74,813) at 20240326080039730 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/extrace.c' (74,814) at 20240405153046621 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_arm_coresight.sh' (74,815) at 20240613080016559 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/dir-item.c' (74,816) at 20241104090011591 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c' (74,817) at 20240910080014026 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_rmu.c' (74,818) at 20240405153230059 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/hwmon-vid.c' (74,819) at 20210309003649948 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/Kconfig' (74,820) at 20210308005002916 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/Makefile' (74,821) at 20210309003650292 2025-03-14 03:00:50.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/common.c' (74,822) at 20240405153045645 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/ucc_slow.h' (74,823) at 20240405153052881 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/pci.h' (74,824) at 20240405153045905 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Ruby' (74,825) at 20210307205554426 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm77.c' (74,826) at 20240405153048861 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atombios_encoders.c' (74,827) at 20241211090145421 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/versatile-ab-ib2.dts' (74,828) at 20240405153045401 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch' (74,829) at 20241221090017672 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-lswsgl.dts' (74,830) at 20240405153045461 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx.h' (74,831) at 20210307214928838 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ixp4xx/cpu.h' (74,832) at 20240405153052793 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/nv_tco.c' (74,833) at 20240405153052241 2025-03-14 03:00:50.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-at91-master.c' (74,834) at 20240405153230671 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/m88rs6000t.h' (74,835) at 20210307214928798 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_perf_types.h' (74,836) at 20240405153048529 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/HostFirmware/meson.build' (74,837) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign.c' (74,838) at 20240817080006807 to deleted uid set 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/gnu/stubs.h' (74,839) at 20240405153232255 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-cdev.c' (74,840) at 20241001080013016 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/arizona.h' (74,841) at 20240405153049601 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/sdbusplus.wrap' (74,842) at 20230821192414188 2025-03-14 03:00:50.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.h' (74,843) at 20210307214927282 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-properties.c' (74,844) at 20241211090212262 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2371-0000.dts' (74,845) at 20210307214926030 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7x10.h' (74,846) at 20240405153048845 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/0001-main.c-Define-prototype-for-setup_appdata.patch' (74,847) at 20221003030013285 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/syscalls.c' (74,848) at 20240405153053001 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/udc/udc-core.c' (74,849) at 20210308005003512 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa11xx_base.c' (74,850) at 20210307214930046 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/MAINTAINERS' (74,851) at 20210308005002952 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/Kconfig' (74,852) at 20240405153230635 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_superh_vga16.ppm' (74,853) at 20210307214930954 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/conf-notes.txt' (74,854) at 20231128090014177 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/s3c24x0_rtc.c' (74,855) at 20210308005003480 2025-03-14 03:00:50.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/system1-ipmi-fru.yaml' (74,856) at 20241107090014377 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dib0700.h' (74,857) at 20240405153049549 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-cm-fx6.dts' (74,858) at 20210308005002584 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml' (74,859) at 20240405153045121 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/403.html' (74,860) at 20210308005107065 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/smc/af_smc.c' (74,861) at 20241216090017797 to deleted uid set 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig' (74,862) at 20210308005002772 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-schematic-init' (74,863) at 20241029080011443 to deleted uid set 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_signed_off_by_presence.2.fail' (74,864) at 20241206090014310 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc' (74,865) at 20210307205554390 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/wm8750.h' (74,866) at 20210308005046005 2025-03-14 03:00:50.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/parser_test.py' (74,867) at 20210307205554642 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_display_regs.h' (74,868) at 20220525020652919 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-lschlv2.dts' (74,869) at 20210308005002592 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-l2c.c' (74,870) at 20220525020651994 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_dp501.c' (74,871) at 20240405153230519 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vhci_rx.c' (74,872) at 20220525020654299 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-reference-design-tablet.dtsi' (74,873) at 20240405153045385 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_vcap_debugfs.c' (74,874) at 20240405153050173 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/memory.rst' (74,875) at 20240405153229735 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pfuze100.c' (74,876) at 20210308005003468 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_io.c' (74,877) at 20220525020654175 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/lru_cache.c' (74,878) at 20240405153052289 2025-03-14 03:00:50.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-image-configuration.yml' (74,879) at 20241206090014206 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/mips_int.c' (74,880) at 20240906080037252 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531' (74,881) at 20210307214925194 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb' (74,882) at 20241221090017552 to deleted uid set 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/fma_emu.h' (74,883) at 20220429100100782 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/port.c' (74,884) at 20220525020654019 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-qspi-single.dts' (74,885) at 20210308005002632 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/bpf/bpf_local_storage.c' (74,886) at 20240719080013369 to deleted uid set 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/OWNERS' (74,887) at 20220520030014644 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-r.c' (74,888) at 20240405153230247 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemite4/cri_sensors.json' (74,889) at 20240427080005769 2025-03-14 03:00:50.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muhu.c' (74,890) at 20210308005046525 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/bio.c' (74,891) at 20240405153052317 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/m68k/include/asm/vga.h' (74,892) at 20210307214926166 to deleted uid set 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/namespace.c' (74,893) at 20241008080014003 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-f2xm1.c' (74,894) at 20210308005046497 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/mode-1-recovery-updelay.sh' (74,895) at 20240405153232263 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-tmff.c' (74,896) at 20240405153048821 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-chiliboard-u-boot.dtsi' (74,897) at 20210308005002560 2025-03-14 03:00:50.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/g12a-toacodec.c' (74,898) at 20240405153232187 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/aio_aio12_8.c' (74,899) at 20240405153046889 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_mbx.h' (74,900) at 20210307214929466 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/breakpoints/step_after_suspend_test.c' (74,901) at 20241011080017411 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fpga.c' (74,902) at 20210308005003212 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/item_updater_ubi.cpp' (74,903) at 20240820080019550 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_img.py' (74,904) at 20210308005003748 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config' (74,905) at 20240405153054381 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-get-rec-resolution.rst' (74,906) at 20220525020651782 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/boards/board_bcm963xx.c' (74,907) at 20210309003648824 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.err' (74,908) at 20240906080037560 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw553x.dts' (74,909) at 20240405153045501 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/smack.h' (74,910) at 20240405153232119 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/p2sb.c' (74,911) at 20240628080014005 to deleted uid set 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/mvebu-soc-id.c' (74,912) at 20240405153045653 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/sensorutils.hpp' (74,913) at 20240829080009330 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/serialize_test.cpp' (74,914) at 20210308005054073 2025-03-14 03:00:50.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/index.rst' (74,915) at 20240405153229819 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_hw_data.c' (74,916) at 20240405153046953 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_plug_in.py' (74,917) at 20221209040018567 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/fw.h' (74,918) at 20210307214929934 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/wq.c' (74,919) at 20220525020653591 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ti,dac082s085.yaml' (74,920) at 20240405153045073 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/multiboot.h' (74,921) at 20210308005046397 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc' (74,922) at 20240301090012451 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-system-xen_cpu' (74,923) at 20210307214925198 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tools/meson.build' (74,924) at 20230426080043956 to deleted uid set 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,davinci-rproc.txt' (74,925) at 20210307214925414 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sdm660.c' (74,926) at 20240405153230231 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-any.err' (74,927) at 20220429100100882 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-uartapp.h' (74,928) at 20210308005002656 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/scc.c' (74,929) at 20240405153050333 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apm/Makefile' (74,930) at 20210307214926006 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/bootlogd.init' (74,931) at 20210307205554494 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test.inc' (74,932) at 20231126090012777 2025-03-14 03:00:50.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_reg.h' (74,933) at 20210309003649496 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_crtc.c' (74,934) at 20240405153048361 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pgtable-nop4d.h' (74,935) at 20220525020654531 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-coordinator-Fix-strncpy-range-warning.patch' (74,936) at 20230706080014741 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb' (74,937) at 20241206090014338 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/Makefile.extrawarn' (74,938) at 20240405153232099 to deleted uid set 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/lib/memcpy.c' (74,939) at 20240405153046061 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/exynos-lpass.c' (74,940) at 20240405153230835 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/led.h' (74,941) at 20240405153050645 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/float_madds.ref' (74,942) at 20210308005046489 2025-03-14 03:00:50.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/type.h' (74,943) at 20240405153230711 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_dfu.h' (74,944) at 20210308005003508 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore_discovery.h' (74,945) at 20240405153046373 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sifive/Kconfig' (74,946) at 20240405153046845 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ramfs/internal.h' (74,947) at 20210307214931230 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/hexdump.c' (74,948) at 20240906080037592 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0/0001-Add-a-config-variable-for-enabling-disabling-introsp.patch' (74,949) at 20210608000015791 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/Documentation/pi433.txt' (74,950) at 20210307214930606 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_association.robot' (74,951) at 20240628080017121 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-uart.h' (74,952) at 20210308005002660 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml' (74,953) at 20221207040023627 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/All' (74,954) at 20211123040021747 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_0_ppsmc.h' (74,955) at 20240405153230511 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/request_sock.c' (74,956) at 20240405153232007 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/arm_ldst.h' (74,957) at 20230925080040001 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_core.c' (74,958) at 20241219090010504 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/bsd-2-clause.txt' (74,959) at 20210308005002540 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/file.c' (74,960) at 20241011080017363 to deleted uid set 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/bmc-reboot-controller.js' (74,961) at 20210308005107077 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/Makefile' (74,962) at 20210307214932170 2025-03-14 03:00:50.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/netdev.yaml' (74,963) at 20240405153229823 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/system1-ipmi-fru-properties.yaml' (74,964) at 20241107090014377 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/aspeed,usb-vhub.yaml' (74,965) at 20240405153045181 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/l2tp.h' (74,966) at 20240405153052925 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.err' (74,967) at 20220429100100882 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/classes/distutils-common-base.bbclass' (74,968) at 20220402030016011 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/PageContainer.vue' (74,969) at 20241004080035959 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu_internal.h' (74,970) at 20240405153230519 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_pm.h' (74,971) at 20220525020653819 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (74,972) at 20241113090013917 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/Build' (74,973) at 20240405153232231 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service' (74,974) at 20240104090016070 to deleted uid set 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/board.h' (74,975) at 20210307214925962 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TRIVIAL.boot' (74,976) at 20210307214932714 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/amdtp-stream-trace.h' (74,977) at 20240405153053501 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/st-reset.txt' (74,978) at 20210307214925402 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/sync-timer.c' (74,979) at 20210307214926318 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/sense.c' (74,980) at 20210307214929506 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/__init__.py' (74,981) at 20210307205554242 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-timecard' (74,982) at 20240405153044929 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/fsl_mcdmafec.h' (74,983) at 20210308005002804 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/Kconfig' (74,984) at 20210308005003364 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/leds-lm3642.h' (74,985) at 20210307214931478 2025-03-14 03:00:50.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-bananapi-m2-plus-v1.2.dts' (74,986) at 20240405153045389 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ext4fs.h' (74,987) at 20210308005003644 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/s390x-softmmu.mak' (74,988) at 20240906080037160 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,exynos4212-fimc-is.yaml' (74,989) at 20240405153045101 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_v4l.c' (74,990) at 20240405153051849 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/l2c-l2x0-resume.S' (74,991) at 20210307214925970 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/dc21285.c' (74,992) at 20240405153045645 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/Makefile' (74,993) at 20240405153045609 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-fixup-mux.c' (74,994) at 20240405153046785 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_bpf_syscall_macro.c' (74,995) at 20240405153054261 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53ppd_defconfig' (74,996) at 20210308005003268 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enumval.c' (74,997) at 20210309003655984 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/common_utility.hpp' (74,998) at 20230516080022990 to deleted uid set 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/cirrusfb.rst' (74,999) at 20210307214925478 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/proc.c' (75,000) at 20240405153232071 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/7.AdvancedTopics.rst' (75,001) at 20240405153229839 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/legacy_instructions.txt' (75,002) at 20240405153229835 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-base.json' (75,003) at 20210308005046413 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1036.dts' (75,004) at 20240405153045505 2025-03-14 03:00:50.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu.c' (75,005) at 20241216090017705 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/plat-svc_0.1.bb' (75,006) at 20241221090017476 to deleted uid set 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_add.c' (75,007) at 20210307214926274 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dvb/frontend.h' (75,008) at 20240405153052913 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/cpuid.c' (75,009) at 20240405153054217 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/regsnv04.h' (75,010) at 20210307214927974 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sections.h' (75,011) at 20240405153046393 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_cq.c' (75,012) at 20210309003650156 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-adap-g-phys-addr.rst' (75,013) at 20210309003648472 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/irq.c' (75,014) at 20240405153230015 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/meson.build' (75,015) at 20241211090206662 to deleted uid set 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/MAINTAINERS' (75,016) at 20210308005003040 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-a1000.dts' (75,017) at 20210308005002616 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/Kconfig' (75,018) at 20210308005003072 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/Kconfig' (75,019) at 20210308005003004 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/arch_timer.h' (75,020) at 20240405153045849 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzo/Makefile' (75,021) at 20210308005003708 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_d.c' (75,022) at 20210308005046521 2025-03-14 03:00:50.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/i915_small_bar.h' (75,023) at 20240405153045213 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/zorro.h' (75,024) at 20210307214931690 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/tmp105_regs.h' (75,025) at 20210927100127241 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-loopback' (75,026) at 20210309003648244 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6797.c' (75,027) at 20240405153230211 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/tools/meson.build' (75,028) at 20230921080030785 to deleted uid set 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revA.dts' (75,029) at 20210308005002636 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-9p-pci.c' (75,030) at 20221215040039170 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/Makefile' (75,031) at 20240405153230415 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/sys.c' (75,032) at 20210308005003336 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sysregs.c' (75,033) at 20240906080037576 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1318-sdw.c' (75,034) at 20240405153232155 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mpls/mpls_gso.c' (75,035) at 20240415080012995 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/dev_opts.json' (75,036) at 20210307205553802 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/rw-by-file-report' (75,037) at 20210307214932566 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/image_manager.hpp' (75,038) at 20240820080021218 to deleted uid set 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/gf100.fuc3' (75,039) at 20210307214927922 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/mod-dnssd_0.6.bb' (75,040) at 20240413080012663 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bygdsiljum' (75,041) at 20210307205553778 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/peak_canfd/Kconfig' (75,042) at 20210307214929258 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb' (75,043) at 20241221090017636 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_nand_rcw.cfg' (75,044) at 20210308005002992 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/reclaim.c' (75,045) at 20241125090012259 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/run-ptest' (75,046) at 20230813080012900 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly/file1' (75,047) at 20210307205554386 2025-03-14 03:00:50.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cpu-hotplug.c' (75,048) at 20241111090012113 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc.h' (75,049) at 20240405153230639 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Yamal201-90.0E' (75,050) at 20210307205553762 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/conf/machine/include/ingrasys.inc' (75,051) at 20210307205553718 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/signal.h' (75,052) at 20210307214925670 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3328.c' (75,053) at 20220525020652330 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/conf/layer.conf' (75,054) at 20241221090017484 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_ds2406.rst' (75,055) at 20210307214925634 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/uncore-memory.json' (75,056) at 20240405153054141 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pl041.c' (75,057) at 20241211090212254 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/base64.h' (75,058) at 20241114091008828 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/head507d.c' (75,059) at 20210309003649820 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.c' (75,060) at 20240405153046953 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/lcdif_drv.c' (75,061) at 20240613080016407 2025-03-14 03:00:50.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/hugetlb_encode.h' (75,062) at 20240405153052901 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/core.c' (75,063) at 20210927100127205 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/processor.h' (75,064) at 20240405153045965 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libiscsi.c' (75,065) at 20240405153051625 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_nvram.h' (75,066) at 20210307214926218 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch' (75,067) at 20241221090017680 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0002-tmail-Include-ctype.h-for-isdigit.patch' (75,068) at 20221003030013273 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/ucontext.h' (75,069) at 20210307214926398 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/bios_handler.cpp' (75,070) at 20240925080023198 to deleted uid set 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_s_down_ch0_regs.h' (75,071) at 20240405153046573 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/board.h' (75,072) at 20210308005002920 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/yocto_testresults_query.py' (75,073) at 20231126090012869 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/Kconfig' (75,074) at 20240405153052001 2025-03-14 03:00:50.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/lv-Riga' (75,075) at 20210307205553774 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/Makefile' (75,076) at 20210308005002976 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/105' (75,077) at 20220429100100890 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/hwdep.c' (75,078) at 20240405153232119 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/infra/actions.json' (75,079) at 20240405153054377 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm5200.dts' (75,080) at 20240405153046093 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/lxt972.c' (75,081) at 20210308005002720 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h' (75,082) at 20210308005002644 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi-payloads.inc' (75,083) at 20230317080013821 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-char.err' (75,084) at 20210308005046405 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/head.S' (75,085) at 20240405153045369 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/COPYING.MIT' (75,086) at 20210307205553850 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/1777174bb97c0b514033a09b820078b0d117f4a8.patch' (75,087) at 20241221090017552 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h' (75,088) at 20240405153048429 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/x86-stub.h' (75,089) at 20240405153230295 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_regs.h' (75,090) at 20210307214927862 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Ulvila' (75,091) at 20210307205553770 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/xilinx/Kconfig' (75,092) at 20240405153051777 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/fix-narrowing-warning.patch' (75,093) at 20230706080014737 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/atmel.c' (75,094) at 20240405153049709 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sht3x.c' (75,095) at 20240405153230667 2025-03-14 03:00:50.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/0001-Adjust-test-expectations-for-ptest.patch' (75,096) at 20241221090017560 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stm32-dfsdm-core.c' (75,097) at 20240405153230691 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (75,098) at 20220618030015174 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_cbdr.c' (75,099) at 20240405153049921 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/env.cpp' (75,100) at 20210308004940468 to deleted uid set 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/tricore-softmmu.mak' (75,101) at 20210927100127057 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-bananapi-cm4.dtsi' (75,102) at 20240405153229919 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/viohs.c' (75,103) at 20220525020652122 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-OpenGL' (75,104) at 20241221090017616 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/gtdt.c' (75,105) at 20241211090145393 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/at91.h' (75,106) at 20210307214931342 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd-common.dtsi' (75,107) at 20240405153045601 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/emulation.rst' (75,108) at 20241211090212230 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pxm2.dtsi' (75,109) at 20210308005002564 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cmpxchg.h' (75,110) at 20240405153045621 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml' (75,111) at 20220721030015837 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/handlers.hpp' (75,112) at 20240820080023690 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/cpufreq-bench_plot.sh' (75,113) at 20210307214932614 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-reboot-cause-update.md' (75,114) at 20240919080004213 2025-03-14 03:00:50.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_uc.c' (75,115) at 20240405153050345 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/f2fs_fs.h' (75,116) at 20241008080014007 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c' (75,117) at 20240405153231307 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/ti/k3-pktdma.yaml' (75,118) at 20240405153045057 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,lms380kf01.yaml' (75,119) at 20240405153045045 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/irq.c' (75,120) at 20240405153046285 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memfd.c' (75,121) at 20240405153053137 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html' (75,122) at 20210307205554246 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.out' (75,123) at 20210308005046405 to deleted uid set 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_resource.h' (75,124) at 20220429100100614 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (75,125) at 20230606080013598 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_soc_pmic_mrfld.c' (75,126) at 20210309003650416 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutletGroup.v1_2_0.json' (75,127) at 20240619080002952 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-ss.c' (75,128) at 20210309003649780 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/transport.h' (75,129) at 20231110090010623 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/npde.h' (75,130) at 20210307214927906 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_da850.c' (75,131) at 20240405153046653 2025-03-14 03:00:50.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-a10-ve.c' (75,132) at 20220525020652334 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_main.c' (75,133) at 20240405153049937 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/watchdog_perf.c' (75,134) at 20240805080014043 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/primary_src.cpp' (75,135) at 20210308005346770 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/cpuinfo.h' (75,136) at 20241211090212242 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sni_ave.c' (75,137) at 20210308005003444 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-budget/Makefile' (75,138) at 20210307214928850 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o2d.dts' (75,139) at 20220525020652030 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandbox-adc.h' (75,140) at 20210308005003684 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/stinger.c' (75,141) at 20240405153049133 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_fcntl.h' (75,142) at 20210308005046089 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/jcore,pit.txt' (75,143) at 20210307214925446 2025-03-14 03:00:50.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/coff.h' (75,144) at 20210307214931626 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Manager.v1_19_2.json' (75,145) at 20240918080002720 to deleted uid set 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/nvidia,tegra186-bpmp-i2c.yaml' (75,146) at 20240405153045065 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zd1301_demod.h' (75,147) at 20210309003650316 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-h3-h5.dtsi' (75,148) at 20240405153045397 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/backlight-uclass.c' (75,149) at 20210308005003524 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/imx_gpio.c' (75,150) at 20241211090212274 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp_consts.h' (75,151) at 20240405153050013 to deleted uid set 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-tx49xx/spaces.h' (75,152) at 20210307214926226 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (75,153) at 20240326080016518 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-mediatek.c' (75,154) at 20210308005003480 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/fsl_esdhc.c' (75,155) at 20210308005003404 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci-definitions.rst.inc' (75,156) at 20241211090212234 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,audmix.txt' (75,157) at 20210307214925426 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c' (75,158) at 20240405153050157 to deleted uid set 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcftimer.h' (75,159) at 20210307214926162 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (75,160) at 20230808080019600 2025-03-14 03:00:50.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-ryos.c' (75,161) at 20240405153230655 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hem.c' (75,162) at 20241211090145437 to deleted uid set 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw5907.dts' (75,163) at 20240405153045497 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_sunxi.c' (75,164) at 20240405153230175 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/avr_power.c' (75,165) at 20241211090212294 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.h' (75,166) at 20240405153049917 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/layer.conf' (75,167) at 20241221090017460 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ifi_canfd/Kconfig' (75,168) at 20210307214929254 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_detail.html' (75,169) at 20210307205554286 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-or1k-pic.c' (75,170) at 20240405153049201 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/speed.c' (75,171) at 20210308005002800 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-orion5x/spl.h' (75,172) at 20210308005002660 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/symlink.c' (75,173) at 20240405153052581 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/vf610-ocotp.c' (75,174) at 20240405153051209 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/Makefile' (75,175) at 20240405153230003 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/mc5.c' (75,176) at 20210307214929362 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-synth.h' (75,177) at 20220429100100430 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/Makefile' (75,178) at 20210308005003004 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py' (75,179) at 20240906080037576 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig' (75,180) at 20210308005003240 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83773g.rst' (75,181) at 20210307214925506 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cirrus/Makefile' (75,182) at 20240405153045433 2025-03-14 03:00:50.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vcpu_stall_detector.c' (75,183) at 20240405153230847 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.c' (75,184) at 20210308005003416 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci.c' (75,185) at 20221215040039374 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/PAS-43.0W' (75,186) at 20210307205553762 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull.dtsi' (75,187) at 20210308005002588 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/generate_whitelist_create.sh' (75,188) at 20221209040032879 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_command.cpp' (75,189) at 20241106090023550 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-savu' (75,190) at 20210307214925182 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-pinfunc.h' (75,191) at 20240405153045537 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4.json' (75,192) at 20241213090004413 to deleted uid set 2025-03-14 03:00:50.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/libata-portmap.h' (75,193) at 20210307214926382 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/translate.c' (75,194) at 20240906080037480 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dp83848.h' (75,195) at 20210308005003632 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-uevent' (75,196) at 20210309003648264 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/Kconfig' (75,197) at 20210308005002980 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/Makefile' (75,198) at 20240405153052157 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/run-ptest' (75,199) at 20241221090017496 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Hotbird-13.0E' (75,200) at 20210307205553762 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/Makefile.interfaces.in' (75,201) at 20210308005117617 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fredriksberg' (75,202) at 20210307205553782 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/ptrace_64.c' (75,203) at 20240405153046493 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/test/watchdog.cpp' (75,204) at 20241119090027981 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pbm.h' (75,205) at 20210307214926582 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/Makefile' (75,206) at 20210307214930702 2025-03-14 03:00:50.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemux86.conf' (75,207) at 20220204040022600 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/adc/ADCSensor.hpp' (75,208) at 20241112090003090 to deleted uid set 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/ofono' (75,209) at 20210307205554466 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/bootdevices.rst' (75,210) at 20241211090212238 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/k3_arsan_sdhci.c' (75,211) at 20210308005003404 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_arg.py' (75,212) at 20221209040018567 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l35.c' (75,213) at 20240405153053573 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/xyz.openbmc_project.nvme.manager.service.replace' (75,214) at 20210307205554086 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/fix-var-lock.patch' (75,215) at 20210307205553990 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8112-j473.dts' (75,216) at 20240405153045717 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/cgroup_helpers.h' (75,217) at 20240405153232255 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c' (75,218) at 20240405153054325 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.json' (75,219) at 20220429100100882 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/sunxi_nand.c' (75,220) at 20240405153230879 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si_dma.h' (75,221) at 20210307214927246 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/limits.h' (75,222) at 20210307214931642 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/fscrypt.h' (75,223) at 20240405153054053 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/mtk-pmic-keys.c' (75,224) at 20240405153049137 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/0001-build-top.mk-unset-STRIP_OPTS.patch' (75,225) at 20220204040022528 2025-03-14 03:00:50.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd/Makefile.am.include' (75,226) at 20210308005100993 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (75,227) at 20241106090019918 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/eisa.rst' (75,228) at 20240405153045189 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/vector.c' (75,229) at 20230925080040101 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ep93xx_eth.h' (75,230) at 20210308005003428 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/fdt.c' (75,231) at 20241211090145477 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-bman1-portals.dtsi' (75,232) at 20210307214926350 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit_46.2.bb' (75,233) at 20240302090018202 to deleted uid set 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_ovl.c' (75,234) at 20240805080013951 to deleted uid set 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/cpu.c' (75,235) at 20210308005002820 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-dfi-fs700-m60.dtsi' (75,236) at 20240405153229887 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/process.c' (75,237) at 20240405153045913 2025-03-14 03:00:50.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid-core.c' (75,238) at 20241018080014486 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/micrel.c' (75,239) at 20240812080017244 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/MAINTAINERS' (75,240) at 20210308005003028 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/nuvoton/nuvoton,gfxi.yaml' (75,241) at 20240405153229795 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb' (75,242) at 20241221090017544 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usx2y.h' (75,243) at 20210307214932450 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/Makefile' (75,244) at 20240405153047229 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/README.md' (75,245) at 20231011080016602 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c' (75,246) at 20240411080014110 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml' (75,247) at 20240405153045153 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/xbar_mid_0_regs.h' (75,248) at 20240405153046601 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/cpu.c' (75,249) at 20210308005002856 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/ring-buffer-design.rst' (75,250) at 20210309003648468 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/s3c_camif.h' (75,251) at 20210309003653944 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-mrw-native.bb' (75,252) at 20220921030015986 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_vp9.h' (75,253) at 20210307214930586 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/scoop.h' (75,254) at 20210307214925850 2025-03-14 03:00:50.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb' (75,255) at 20231126090012801 to deleted uid set 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra20_sflash.c' (75,256) at 20210308005003496 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/nsp_cs.c' (75,257) at 20240405153051681 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml' (75,258) at 20240405153045085 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/brcm,bdc.yaml' (75,259) at 20240405153045181 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx_devlink.h' (75,260) at 20240405153050261 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/ia_css_ref.host.h' (75,261) at 20240405153051837 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt.h' (75,262) at 20210307214928614 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_device.c' (75,263) at 20240613080016527 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75.inc' (75,264) at 20240301090012451 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8308rdb.dts' (75,265) at 20210307214926358 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/xs_wire.h' (75,266) at 20240405153052961 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/as102_fe.h' (75,267) at 20210307214928610 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/board.c' (75,268) at 20210308005003052 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PortCollection_v1.xml' (75,269) at 20240619080002932 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts' (75,270) at 20241008080013895 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/machine_kexec_reloc.c' (75,271) at 20210307214926502 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/unistd-common.h' (75,272) at 20210308005046065 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/Kbuild' (75,273) at 20220525020651974 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/m48t59.h' (75,274) at 20221215040039186 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/io-acorn.S' (75,275) at 20220525020651894 2025-03-14 03:00:50.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mstar/Makefile' (75,276) at 20240405153046805 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/sta_info.h' (75,277) at 20240805080014059 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/debug_vm_pgtable.c' (75,278) at 20240820080014185 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/tracepoint.c' (75,279) at 20240405153053073 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/vhost-user-blk.c' (75,280) at 20241211090212258 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_lag.sh' (75,281) at 20240405153232263 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/lpc32xx-clock.h' (75,282) at 20210307214931326 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c' (75,283) at 20240405153053973 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr64_32.dts' (75,284) at 20210308005003760 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/configs/virt_defconfig' (75,285) at 20240405153046057 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/Makefile' (75,286) at 20210307214929402 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pistachio/clk.h' (75,287) at 20240405153046805 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Melbourne' (75,288) at 20210307205553762 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/xgmi.rst' (75,289) at 20240405153045213 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon-shared.decode' (75,290) at 20230426080043860 2025-03-14 03:00:50.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb' (75,291) at 20241221090017488 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt' (75,292) at 20210308005003328 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/coco/tdx/tdx.c' (75,293) at 20241211090145389 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_debugfs.c' (75,294) at 20240405153230551 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/tsc2007.h' (75,295) at 20210307214931482 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcr/gcr3/0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch' (75,296) at 20240301090012427 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/exynos4210_rtc.c' (75,297) at 20241211090212326 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-swnode.h' (75,298) at 20240405153047089 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi_spl.its' (75,299) at 20210308005003332 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.mctpreactor.service' (75,300) at 20241205090004235 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.h' (75,301) at 20210307214927242 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/virtual-memory.json' (75,302) at 20240405153054129 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/aspeed.h' (75,303) at 20241211090212358 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsaddr.c' (75,304) at 20240405153046625 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/Kconfig' (75,305) at 20210308005002540 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/miiphybb.c' (75,306) at 20210308005003440 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/Makefile' (75,307) at 20210309003648744 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/minmax.cocci' (75,308) at 20220525020654939 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-intel.h' (75,309) at 20240520080015167 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy3C_C-95.0W' (75,310) at 20210307205553762 2025-03-14 03:00:50.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm20b.c' (75,311) at 20220525020652963 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/annotate.c' (75,312) at 20241008080014051 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/Makefile' (75,313) at 20210308005002860 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/btree.h' (75,314) at 20210819100021634 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcsim.c' (75,315) at 20240405153051145 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l41_hda_spi.c' (75,316) at 20241008080014047 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_11_5_0_sh_mask.h' (75,317) at 20220525020652534 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/Kconfig' (75,318) at 20240405153049397 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qom-proplist.c' (75,319) at 20221215040039390 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-cmos.c' (75,320) at 20241216090017725 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/minnowmax.c' (75,321) at 20210308005003008 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/sco.h' (75,322) at 20240405153231847 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh_0.11.1.bb' (75,323) at 20241221090017540 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/tps68470_pmic.c' (75,324) at 20241008080013903 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_tcp_helpers.h' (75,325) at 20240405153054241 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_panel.h' (75,326) at 20240405153231795 2025-03-14 03:00:50.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic@.service' (75,327) at 20240806080014735 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/tps6594-esm.c' (75,328) at 20240405153230847 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_defio.c' (75,329) at 20240503080014494 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/nsleep-lat.c' (75,330) at 20210307214932730 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio.txt' (75,331) at 20220215040051544 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi' (75,332) at 20240405153229879 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.h' (75,333) at 20240405153047225 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/Makefile.target' (75,334) at 20240906080037576 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/run-ptest' (75,335) at 20230131040012071 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/gpio.c' (75,336) at 20240405153051757 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/desc.c' (75,337) at 20210307214929750 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_pci.h' (75,338) at 20210307214928702 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c' (75,339) at 20240405153047097 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm5100.h' (75,340) at 20210307214931606 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/smsc_fdc37m81x.h' (75,341) at 20210307214926246 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/smdk_spdif.c' (75,342) at 20210309003654924 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/es1688/es1688_lib.c' (75,343) at 20220525020654979 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/programming-language.rst' (75,344) at 20240405153045249 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c' (75,345) at 20240405153048425 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Atvidaberg' (75,346) at 20210307205553778 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_debugfs.c' (75,347) at 20240405153051893 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/.gitignore' (75,348) at 20210307214930270 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ibpkey.c' (75,349) at 20240405153053477 2025-03-14 03:00:50.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/msktutil/0001-configure.ac-Remove-native-include-path.patch' (75,350) at 20230131040012035 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/davinci_emac.h' (75,351) at 20210308005003448 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/platform.c' (75,352) at 20241009080011085 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/frontend.json' (75,353) at 20240405153054157 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/hte.c' (75,354) at 20210308005002856 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-wb45n.dtsi' (75,355) at 20240405153045465 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-stamp.py' (75,356) at 20221215040039270 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h' (75,357) at 20240405153050157 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/-bmc-nic.network.in' (75,358) at 20241206090014226 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/asm-offsets.c' (75,359) at 20240405153229907 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/memory.json' (75,360) at 20240405153054149 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb' (75,361) at 20241221090017548 to deleted uid set 2025-03-14 03:00:50.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ddr.h' (75,362) at 20210308005002968 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/sor.h' (75,363) at 20210308005003536 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sc7280.c' (75,364) at 20221128040017442 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_jerry_defconfig' (75,365) at 20210308005003252 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/layla20.c' (75,366) at 20210307214932246 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/nfsroot.rst' (75,367) at 20210309003648292 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/try_cmpxchg' (75,368) at 20240405153053437 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/MAINTAINERS' (75,369) at 20210308005002956 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/dvo_ch7017.c' (75,370) at 20210307214927786 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/kvm_emulate.h' (75,371) at 20240405153230131 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson-axg-power.h' (75,372) at 20240405153231799 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-ioread.c' (75,373) at 20210307214928846 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/audit.c' (75,374) at 20240405153045917 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-post-end.service' (75,375) at 20240105090012010 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/Makefile' (75,376) at 20240405153051201 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77965_salvator-x_defconfig' (75,377) at 20210308005003276 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/cdns_wdt.c' (75,378) at 20210308005003540 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/Makefile' (75,379) at 20210307214929482 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/esas2r_int.c' (75,380) at 20220525020654007 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts' (75,381) at 20240405153045841 2025-03-14 03:00:50.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_pdc.c' (75,382) at 20240405153230171 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_dmi.c' (75,383) at 20210307214926942 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/dwarf-regs.c' (75,384) at 20210307214932514 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/pmagb-b-fb.h' (75,385) at 20210307214931698 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wd501p.h' (75,386) at 20210307214930978 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/acpi/scan_handlers.rst' (75,387) at 20210307214925454 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/memfd.h' (75,388) at 20240405153052925 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb' (75,389) at 20241206090014254 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_graphics.c' (75,390) at 20210308005002884 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc7.h' (75,391) at 20210307214931374 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/bmac.c' (75,392) at 20240405153049805 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/icp10100.c' (75,393) at 20240405153049009 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/hid_bpf_dispatch.c' (75,394) at 20240405153230651 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-cannonlake.c' (75,395) at 20240405153231323 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/syscall_api.rst' (75,396) at 20240405153044997 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/ftrace.h' (75,397) at 20240405153046065 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8250-lpass-aoncc.h' (75,398) at 20220525020654543 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-reload.rst' (75,399) at 20210309003648448 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen_pvdevice.c' (75,400) at 20240906080037232 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/locales.py' (75,401) at 20241221090017632 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-sf16fmr2.c' (75,402) at 20220525020653307 2025-03-14 03:00:50.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn303/dcn303_fpu.h' (75,403) at 20240405153047277 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/sync_regs_test.c' (75,404) at 20240405153232271 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_rx.c' (75,405) at 20241104090011579 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/fixmap.h' (75,406) at 20240405153046065 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/rfkill.h' (75,407) at 20210307214929798 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_usbtty_nand_defconfig' (75,408) at 20210308005003280 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_sio.c' (75,409) at 20240628080013977 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/median.hpp' (75,410) at 20240904080034451 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-linkstation.dtsi' (75,411) at 20240405153045461 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/skeleton/profiler.bpf.c' (75,412) at 20240405153054041 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/Kconfig' (75,413) at 20210309003650176 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/agere/et131x.h' (75,414) at 20210307214929286 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/Makefile' (75,415) at 20210307214930302 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/dpll44xx.c' (75,416) at 20220525020652338 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/fault.c' (75,417) at 20240805080013927 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/aclinuxex.h' (75,418) at 20240405153052617 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/stacktrace.c' (75,419) at 20210307214926262 2025-03-14 03:00:50.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/with_tunnels.sh' (75,420) at 20210307214932662 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/request_key.c' (75,421) at 20240405153053473 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/string.h' (75,422) at 20210308005002808 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu.nsi' (75,423) at 20241211090212450 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/delay.h' (75,424) at 20210307214931302 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/fix-standard-namespace-errors.patch' (75,425) at 20231011080016574 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains43xx_data.c' (75,426) at 20210307214925922 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/types.h' (75,427) at 20240405153050557 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/context.py' (75,428) at 20210307205554446 to deleted uid set 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-emev2.c' (75,429) at 20240405153230235 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-usb.h' (75,430) at 20210308005003636 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si2165.c' (75,431) at 20240405153230779 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/pam.conf.patch' (75,432) at 20210307205554558 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_mmu.h' (75,433) at 20240405153229979 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb.dtsi' (75,434) at 20210307214926346 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/drbd.h' (75,435) at 20240405153052681 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/rv32_defconfig' (75,436) at 20240405153046245 2025-03-14 03:00:50.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/fat16.py' (75,437) at 20240906080037564 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/xen.h' (75,438) at 20240405153230143 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml' (75,439) at 20240405153229795 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/uname.c' (75,440) at 20221215040039210 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec.c' (75,441) at 20210308005002756 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw552x.dts' (75,442) at 20240405153045501 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/leds-ns2.h' (75,443) at 20210307214931338 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/setup_32.c' (75,444) at 20240405153046153 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-teamd-Pass-correct-parameter-type-to-accept-API.patch' (75,445) at 20241206090014262 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/README' (75,446) at 20210307214932630 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Message_v1.xml' (75,447) at 20240918080002712 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/loongarch/irq-chip-model.rst' (75,448) at 20240405153229743 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.30.bb' (75,449) at 20231011080016582 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/max9286.c' (75,450) at 20240405153230787 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-ia32x64-processor.json' (75,451) at 20241207090009631 to deleted uid set 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-armv8.conf' (75,452) at 20240127090011884 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb' (75,453) at 20220402030016203 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gt200.c' (75,454) at 20220525020652959 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/296.out' (75,455) at 20220429100100926 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3036-evb.dts' (75,456) at 20240405153045557 2025-03-14 03:00:50.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds3231.c' (75,457) at 20210308005003480 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/cgx.c' (75,458) at 20241211090145461 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu73.h' (75,459) at 20240405153230507 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/SessionsStore.js' (75,460) at 20241004080035963 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu.h' (75,461) at 20241211090145461 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/elf_ops.h.inc' (75,462) at 20240906080037332 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ns87308.h' (75,463) at 20210308005003676 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/pxafb.rst' (75,464) at 20210307214925478 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-zynqmp-crf.c' (75,465) at 20240906080037260 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongson_liointc.h' (75,466) at 20210927100127237 2025-03-14 03:00:50.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c' (75,467) at 20240405153230571 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/config' (75,468) at 20240405153054313 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/i386/safe-syscall.inc.S' (75,469) at 20220429100100406 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_dmfs.c' (75,470) at 20240405153050109 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mark_read_dirty.c' (75,471) at 20230809080010803 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb' (75,472) at 20241220090019722 to deleted uid set 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/ds1305.h' (75,473) at 20210307214931514 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect/0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch' (75,474) at 20230919080013954 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1308.h' (75,475) at 20240405153053697 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/arizona.h' (75,476) at 20210307214931342 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch' (75,477) at 20241221090017640 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/010.out' (75,478) at 20210308005046413 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.18.1.bb' (75,479) at 20230503080014591 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/Kconfig' (75,480) at 20210307214932190 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-dev.bb' (75,481) at 20210307205554482 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/delayed_call.h' (75,482) at 20210307214931374 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts' (75,483) at 20240405153045721 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0001-Don-t-expose-configure-args.patch' (75,484) at 20220910030013373 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control/power-config-host0.json' (75,485) at 20211208110015666 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irq_poll.h' (75,486) at 20210307214931410 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/samsung/exynos-pmu.h' (75,487) at 20210307214931510 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ads7828.rst' (75,488) at 20210307214925498 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-proximity-as3935' (75,489) at 20220525020651634 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-mei' (75,490) at 20240405153044917 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/brcm-kona-reset.c' (75,491) at 20240405153231351 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/katmai_defconfig' (75,492) at 20210309003648872 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml' (75,493) at 20240405153045097 2025-03-14 03:00:50.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/usb-controller-update' (75,494) at 20220516030008849 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/select_reuseport.c' (75,495) at 20240405153054257 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/filter_expr_executor.hpp' (75,496) at 20240730080002889 to deleted uid set 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init.bb' (75,497) at 20241206090014274 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_tx.h' (75,498) at 20210308005003528 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/sun4i-ts.c' (75,499) at 20240405153049161 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P5040DS.h' (75,500) at 20210308005003580 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service' (75,501) at 20221018030016733 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.296.0.bb' (75,502) at 20241221090017684 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miami/ps7_regs.txt' (75,503) at 20210308005003080 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc834x_itx.c' (75,504) at 20240405153046197 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/ctree.h' (75,505) at 20241008080013987 to deleted uid set 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/Makefile' (75,506) at 20210308005002956 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x-u-boot.dts' (75,507) at 20210308005002600 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/hix5hd2-ir.txt' (75,508) at 20210307214925350 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_muli.c' (75,509) at 20210308005046529 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts' (75,510) at 20240405153045725 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/hwmon_ffdc.hpp' (75,511) at 20210625000105084 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/bblayers.conf.sample' (75,512) at 20240727080014098 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq.resolvconf' (75,513) at 20210307205553838 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sony-td4353-jdi.c' (75,514) at 20240405153230619 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_aic.c' (75,515) at 20210307214929762 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/hp6xx_defconfig' (75,516) at 20240405153046309 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/as3722_init.h' (75,517) at 20210308005003080 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/microchip/mpfs-sys-controller.c' (75,518) at 20240405153231451 2025-03-14 03:00:50.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-theadorable.dts' (75,519) at 20210308005002568 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-mstp.c' (75,520) at 20240405153046833 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/eprom.h' (75,521) at 20220525020653131 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/Kconfig' (75,522) at 20210307214929182 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/PSPD.interface.yaml' (75,523) at 20230222020915707 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-guitar-bb-rev-b.dts' (75,524) at 20240405153045369 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm-phy-lib.c' (75,525) at 20240405153050353 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/multiconfig.py' (75,526) at 20220910030013401 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_util.cpp' (75,527) at 20241009080032854 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/sun8i-rotate.h' (75,528) at 20210307214928762 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_8_7_0_sh_mask.h' (75,529) at 20220525020652807 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-pc.h' (75,530) at 20230426080043948 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/main.c' (75,531) at 20210307214929778 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/MAINTAINERS' (75,532) at 20210308005002996 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h' (75,533) at 20240405153047293 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/acl.h' (75,534) at 20240405153052337 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsi-sbefifo.h' (75,535) at 20210307214931390 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualMediaCollection.json' (75,536) at 20240619080002956 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/spelling.txt' (75,537) at 20210308005003736 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/devlink_port.c' (75,538) at 20240405153231019 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/tftp.h' (75,539) at 20210308005003676 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/linux_loop.h' (75,540) at 20220429100100642 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/syscall.h' (75,541) at 20240405153045965 2025-03-14 03:00:50.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TRIVIAL' (75,542) at 20210307214932714 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/gss_err.h' (75,543) at 20210307214931518 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st95hf/spi.c' (75,544) at 20210307214929982 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml' (75,545) at 20240405153229787 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pic32.c' (75,546) at 20240405153231463 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/mcba_usb.c' (75,547) at 20240405153049741 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/081' (75,548) at 20210927100127481 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/uncore-interconnect.json' (75,549) at 20240405153054137 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/msf2-soc.h' (75,550) at 20240906080037328 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/linked_funcs.c' (75,551) at 20240405153054253 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/sysfs.c' (75,552) at 20240405153053485 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c' (75,553) at 20240405153049465 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/mcp4922.c' (75,554) at 20240405153048981 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt' (75,555) at 20210307214925394 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/sm4.c' (75,556) at 20240326080039398 2025-03-14 03:00:50.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2_1.11.1.bb' (75,557) at 20241221090017696 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/farch_regs.h' (75,558) at 20240405153050285 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c' (75,559) at 20210307214927974 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/map_init.c' (75,560) at 20210309003655980 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/meson.build' (75,561) at 20240906080037580 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/pin_user_pages.rst' (75,562) at 20240405153045005 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/probe-slot-device' (75,563) at 20241101080022232 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts_git.bb' (75,564) at 20241221090017472 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-rsk/Makefile' (75,565) at 20210307214926538 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2947.h' (75,566) at 20210307214928126 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-trigger-oneshot' (75,567) at 20210307214925194 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_bad.dts' (75,568) at 20210308005003760 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/spl.c' (75,569) at 20210308005002756 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c' (75,570) at 20210308005002832 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/bootstrap.sh' (75,571) at 20221209040012295 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_marvel.c' (75,572) at 20220525020651802 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/renesas,raa215300.yaml' (75,573) at 20240405153045145 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/strncpy_user.S' (75,574) at 20240405153230015 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/Kconfig' (75,575) at 20210308005002772 2025-03-14 03:00:50.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rc5t583-regulator.c' (75,576) at 20240405153231363 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/setup.c' (75,577) at 20240628080013977 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_tqp_stats.c' (75,578) at 20240411080014082 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/xilinx/phy-zynqmp.c' (75,579) at 20240913080013817 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v11_0_6.h' (75,580) at 20220525020652478 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb0-clk.yaml' (75,581) at 20240405153045021 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/COPYING.MIT' (75,582) at 20210307205553662 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm.yml' (75,583) at 20210307205554110 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_hwdep.c' (75,584) at 20220525020654975 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/repo.py' (75,585) at 20210307205554238 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_proc.h' (75,586) at 20240326080039562 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/rm3100-spi.c' (75,587) at 20240405153049005 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/kernel-driver-statement.rst' (75,588) at 20210307214925586 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Authority/meson.build' (75,589) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/dma-mapping.c' (75,590) at 20240405153045901 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/asm-offsets.c' (75,591) at 20240405153230023 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4c.dts' (75,592) at 20240405153229967 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-cipher-core.S' (75,593) at 20210307214926054 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/helpers.c' (75,594) at 20241211090212346 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx6qdl-clock.h' (75,595) at 20240405153052641 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/swap.h' (75,596) at 20240405153231979 2025-03-14 03:00:50.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/skl_hda_dsp_common.c' (75,597) at 20240405153053949 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/loongson.h' (75,598) at 20220525020652002 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.hpp' (75,599) at 20240829080022546 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/controllers/omap_ssi_port.c' (75,600) at 20240405153048829 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/max31785@52.conf' (75,601) at 20240920080012139 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml' (75,602) at 20240405153045149 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/loongarch/features.rst' (75,603) at 20240405153229743 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/peb2466.c' (75,604) at 20240919080017082 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/layout.h' (75,605) at 20240405153048621 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_gadget_ep0.c' (75,606) at 20210309003653264 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kylin-rk3036_defconfig' (75,607) at 20210308005003264 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-fru-properties.yaml' (75,608) at 20220128040018736 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/neterion/Makefile' (75,609) at 20240405153050189 2025-03-14 03:00:50.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/date.py' (75,610) at 20220910030013397 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/rkvdec-h264.c' (75,611) at 20240405153051865 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/internal/sys.hpp' (75,612) at 20210308005133997 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/Makefile' (75,613) at 20240405153049969 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-bcm47xx.c' (75,614) at 20240405153046049 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-kernel/linux/linux-nuvoton_%.bbappend' (75,615) at 20240417080014694 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/dma.c' (75,616) at 20240405153050609 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_session.h' (75,617) at 20240405153048545 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/event.c' (75,618) at 20240405153050713 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/stmicro/stmmac.rst' (75,619) at 20210309003648448 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/checksum.h' (75,620) at 20240405153052865 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10056.dts' (75,621) at 20240405153045537 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bmips-spaces.h' (75,622) at 20210307214926210 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/ruli_0.36.bb' (75,623) at 20230610080017603 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c' (75,624) at 20241008080013955 to deleted uid set 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/error-inject.c' (75,625) at 20240405153045633 2025-03-14 03:00:50.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-cp110-slave.dtsi' (75,626) at 20210308005002568 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-lpc18xx-usb-otg.c' (75,627) at 20210307214930058 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6338-dma.h' (75,628) at 20210308005003636 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/ambakmi.c' (75,629) at 20240405153049153 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-debix-som-a-bmb-08.dts' (75,630) at 20240405153229927 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/cs423x/cs4236.c' (75,631) at 20240405153232127 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821c.h' (75,632) at 20240405153050653 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb' (75,633) at 20241221090017504 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-get-capabilities.rst' (75,634) at 20220525020654131 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/64/pgtable.h' (75,635) at 20240405153230031 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-memory-timings.dtsi' (75,636) at 20240405153045485 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power_supply.h' (75,637) at 20240405153052773 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-tamonten.dtsi' (75,638) at 20240405153229879 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service' (75,639) at 20231011080016606 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/elfutils_0.192.bb' (75,640) at 20241221090017656 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/termbits.h' (75,641) at 20210308005046089 2025-03-14 03:00:50.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/bcm2835/raspberrypi-firmware.h' (75,642) at 20240405153052881 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mips_cdmm.c' (75,643) at 20240405153046733 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bmc-update.bb' (75,644) at 20241221090017480 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_cdev_raw.c' (75,645) at 20210624100024201 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/netlink.c' (75,646) at 20240405153232067 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx5.c' (75,647) at 20210308005003460 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.h' (75,648) at 20210308005003436 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/asciidoctor-extensions.rb' (75,649) at 20210307214932506 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/rethook.h' (75,650) at 20240405153045945 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sync_core.h' (75,651) at 20241220090018306 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts' (75,652) at 20240405153045717 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_cls_redirect.c' (75,653) at 20240405153054273 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/remotedata.py' (75,654) at 20210307205554242 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/meson.build' (75,655) at 20230821192414188 to deleted uid set 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch' (75,656) at 20210307205553986 to deleted uid set 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' (75,657) at 20210307205554290 to deleted uid set 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/openbmc-flash-layout.dtsi' (75,658) at 20240405153045425 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/Makefile' (75,659) at 20240405153045701 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/execvp.c' (75,660) at 20240405153046345 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sandbox-raw-bus.c' (75,661) at 20210308005003444 2025-03-14 03:00:50.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_10x18.c' (75,662) at 20220525020654747 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/bd71815-regulator.c' (75,663) at 20240628080014005 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h' (75,664) at 20210307214929570 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tree-log.h' (75,665) at 20240405153052297 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools/0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch' (75,666) at 20221003030013289 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_strings.c' (75,667) at 20210308004938832 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/atmel-isi.txt' (75,668) at 20210307214925350 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/electra_cf.c' (75,669) at 20240405153051265 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_scatterlist.h' (75,670) at 20240405153048533 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/beagle.c' (75,671) at 20210308005003076 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/hw_breakpoint.c' (75,672) at 20240405153045869 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi' (75,673) at 20240405153229927 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/errseq.h' (75,674) at 20210307214931382 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/pxa/mfp.c' (75,675) at 20240405153051765 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/modpost.c' (75,676) at 20241216090017801 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk104.h' (75,677) at 20210307214927954 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/button_handler.cpp' (75,678) at 20241209090018856 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/watchdog.hpp' (75,679) at 20240904080044163 2025-03-14 03:00:50.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips.png' (75,680) at 20240309090012816 to deleted uid set 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nubus/nubus.c' (75,681) at 20240405153051189 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx25.c' (75,682) at 20240405153231319 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/52xx/motionpro_defconfig' (75,683) at 20240405153046097 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/System_LocationCode.json' (75,684) at 20221213040036921 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/gbs-led-manager-config-native.bb' (75,685) at 20241206090014278 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_hook.h' (75,686) at 20240405153052929 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/multi-display-hdcp-mpo-less-pipe-ex.svg' (75,687) at 20240405153045213 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1108-evb.dts' (75,688) at 20240405153045565 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/iss4xx-mpic.dts' (75,689) at 20210307214926354 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm84881.c' (75,690) at 20241018080014538 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/ms7722se.c' (75,691) at 20210308005003020 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/Kconfig' (75,692) at 20240405153051417 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http_body.hpp' (75,693) at 20240817080003171 to deleted uid set 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/dirty.h' (75,694) at 20240405153231575 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gem.c' (75,695) at 20240405153048421 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sol.c' (75,696) at 20210308004938832 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-bits.h' (75,697) at 20241211090212326 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/smc911x_eeprom.c' (75,698) at 20210308005003544 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/index.rst' (75,699) at 20240405153045265 2025-03-14 03:00:50.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm1-cmd.c' (75,700) at 20240405153046761 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp3952.c' (75,701) at 20240405153049217 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/romfs/mmap-nommu.c' (75,702) at 20240405153052501 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_sdio.c' (75,703) at 20240405153231263 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/maple_tree.h' (75,704) at 20240405153231819 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_mman.h' (75,705) at 20230925080039941 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/system.h' (75,706) at 20210308005002816 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c' (75,707) at 20241211090145409 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.0.rst' (75,708) at 20240417080014698 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/fel_utils.S' (75,709) at 20210308005002556 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu64.c' (75,710) at 20241211090212466 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/hdpvr-video.c' (75,711) at 20220818100014731 2025-03-14 03:00:50.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-gvec-desc.h' (75,712) at 20210308005046057 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/0001-vexpress64-Set-the-DM_RNG-property.patch' (75,713) at 20240113090014528 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb-examples/configure.in-Fix-string-argument-syntax.patch' (75,714) at 20210307205553938 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-guitar.dtsi' (75,715) at 20240405153045369 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-mlxcpld.c' (75,716) at 20220525020653215 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/obmc/gpio/id_button' (75,717) at 20210307205553702 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-netgear-rn102.dts' (75,718) at 20240405153045445 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.h' (75,719) at 20210307214927922 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-r9.dts' (75,720) at 20240405153045781 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pt5161l.c' (75,721) at 20240912080012042 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_rcw_nand.cfg' (75,722) at 20210308005002968 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5_can.dtsi' (75,723) at 20240405153045469 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl/0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch' (75,724) at 20230919080013962 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/export_sample.py' (75,725) at 20210308005114861 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/call_object.c' (75,726) at 20240520080015231 to deleted uid set 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/global_data.h' (75,727) at 20210308005002844 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/time-utils.c' (75,728) at 20241008080014055 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_47.0.bb' (75,729) at 20241221090017484 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/pixelgen_private.h' (75,730) at 20240405153051829 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc2978.rst' (75,731) at 20240405153045217 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/copy_user.S' (75,732) at 20240405153230003 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts' (75,733) at 20240405153045537 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/iforce-packets.c' (75,734) at 20210307214928470 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/sandbox_keyb.c' (75,735) at 20210308005003504 2025-03-14 03:00:50.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9n12ek_nandflash_defconfig' (75,736) at 20210308005003248 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-pmu.h' (75,737) at 20240405153051769 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5677.txt' (75,738) at 20210309003648392 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opusfile/opusfile_0.12.bb' (75,739) at 20210307205553802 to deleted uid set 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imxrt1050.c' (75,740) at 20240405153046789 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-mercury5.dtsi' (75,741) at 20240405153045573 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp-pcm-dma.c' (75,742) at 20240405153053545 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb' (75,743) at 20241221090017560 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_tc_matchall.c' (75,744) at 20240405153050177 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-runtime.h' (75,745) at 20240326080039366 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/vfat.rst' (75,746) at 20240405153229815 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80-cubieboard4.dts' (75,747) at 20210308005002628 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390x-core64.xml' (75,748) at 20210308005045817 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,tm2.yaml' (75,749) at 20240405153229799 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aiocb.c' (75,750) at 20210308005046557 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/miqi-rk3288.c' (75,751) at 20210308005003020 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func2.c' (75,752) at 20240405153054277 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/yosemite4-phosphor-multi-gpio-monitor.json' (75,753) at 20241107090014377 to deleted uid set 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/classes/image_types_hoth.bbclass' (75,754) at 20240524080012817 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3288_defconfig' (75,755) at 20210308005003260 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/erspan.h' (75,756) at 20240405153052841 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/mux.c' (75,757) at 20210308005002948 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/directory.c' (75,758) at 20241104090011595 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/ti,tmp006.yaml' (75,759) at 20240405153045077 2025-03-14 03:00:50.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/bash-completion/bash-completion_2.15.0.bb' (75,760) at 20241221090017692 to deleted uid set 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm44xx.h' (75,761) at 20240405153045669 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8400-audio.h' (75,762) at 20210307214931438 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/lowlevel_init.S' (75,763) at 20210308005002792 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/st.c' (75,764) at 20241216090017737 to deleted uid set 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max14577_charger.c' (75,765) at 20240405153051437 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/sunplus,sp7021-emac.yaml' (75,766) at 20240405153045121 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Porvoo' (75,767) at 20210307205553770 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ingenic-battery.c' (75,768) at 20240405153051433 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xgs-iproc.c' (75,769) at 20240405153047085 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ali1535.c' (75,770) at 20220525020653071 2025-03-14 03:00:50.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb' (75,771) at 20241206090014310 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch' (75,772) at 20230131040012031 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c' (75,773) at 20210308005002916 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb' (75,774) at 20230317080013789 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/meson8b-clkc.h' (75,775) at 20240405153231795 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/expected_stderr' (75,776) at 20210307214932154 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp.c' (75,777) at 20241023080012883 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-nested-err.json' (75,778) at 20210308005046409 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-03' (75,779) at 20210908000010395 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/amdtp-ff.c' (75,780) at 20240405153053501 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.json' (75,781) at 20210308005046409 2025-03-14 03:00:50.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/nconf.h' (75,782) at 20210308005003732 2025-03-14 03:00:50.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/registry/message_registry.json' (75,783) at 20241205090034092 to deleted uid set 2025-03-14 03:00:50.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-keembay.c' (75,784) at 20240405153051333 2025-03-14 03:00:50.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/xdr4.h' (75,785) at 20241125090012259 2025-03-14 03:00:50.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/bpa-rs600.c' (75,786) at 20240405153048869 2025-03-14 03:00:50.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-cvp.c' (75,787) at 20240405153047053 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb' (75,788) at 20241221090017552 to deleted uid set 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/trace-events' (75,789) at 20241211090212334 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-darwin8' (75,790) at 20241206090014350 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cpu_hotplug.c' (75,791) at 20240906080037184 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,dp83822.yaml' (75,792) at 20240405153045121 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-unknown-key.json' (75,793) at 20210308005046405 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/kallsyms.h' (75,794) at 20240405153052713 to deleted uid set 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pint/run-ptest' (75,795) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/af_can.h' (75,796) at 20210307214931898 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/eeh_cache.c' (75,797) at 20240405153046137 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/syscall.c' (75,798) at 20220525020655199 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c' (75,799) at 20240405153050109 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r100_track.h' (75,800) at 20210307214928002 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/robot_custom_rules.py' (75,801) at 20240130090014241 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/interfaces/report_factory.hpp' (75,802) at 20220725100036488 to deleted uid set 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6apm.c' (75,803) at 20240405153232191 2025-03-14 03:00:50.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/host_soc.c' (75,804) at 20210307214926902 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_xgene.c' (75,805) at 20240405153230175 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos54xx-pinctrl.dtsi' (75,806) at 20210308005002580 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init' (75,807) at 20220721030015869 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/setup.h' (75,808) at 20210307214926250 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/persist.rst' (75,809) at 20210307214925474 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/ftest.sa' (75,810) at 20210307214926146 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb' (75,811) at 20241206090014246 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bitmap.c' (75,812) at 20240405153054053 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/midi.h' (75,813) at 20240405153054025 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/mlme_osdep.h' (75,814) at 20210307214930662 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/serial.h' (75,815) at 20210307214926674 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml' (75,816) at 20240405153045121 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/silabs,wfx.yaml' (75,817) at 20240405153045121 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_drc.c' (75,818) at 20240906080037284 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/inode.c' (75,819) at 20240405153231659 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc.h' (75,820) at 20240405153231551 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/phosphor-logging.wrap' (75,821) at 20240830080004343 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0002-fix-corstone1000-pass-spsr-value-explicitly.patch' (75,822) at 20241221090017464 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712.c' (75,823) at 20240405153230211 2025-03-14 03:00:50.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/grant_table.h' (75,824) at 20240405153052957 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_irq.h' (75,825) at 20240906080037336 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dib07x0.h' (75,826) at 20210307214928818 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mii.c' (75,827) at 20220525020653679 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/Kconfig' (75,828) at 20210309003653088 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_context_test_run.c' (75,829) at 20220525020655199 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/adummy.c' (75,830) at 20210307214926882 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma.c' (75,831) at 20210309003653016 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/axxia-reset.txt' (75,832) at 20210307214925402 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch' (75,833) at 20230919080013958 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Lindent' (75,834) at 20210308005003724 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm6328.dtsi' (75,835) at 20220525020651990 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/kasan.h' (75,836) at 20210307214926762 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/sa1100fb.h' (75,837) at 20210307214931698 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/Kconfig' (75,838) at 20210308005003012 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/compatible_system_types_finder.cpp' (75,839) at 20240817080031288 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/meson.build' (75,840) at 20220913030027317 to deleted uid set 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/checklist.c' (75,841) at 20210307214932150 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx_dsp_scb_types.h' (75,842) at 20210307214932238 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/openvswitch/ovs-dpctl.py' (75,843) at 20240726080012882 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pkey.h' (75,844) at 20240405153046281 2025-03-14 03:00:50.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c' (75,845) at 20240405153230255 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/marvell/sky2.c' (75,846) at 20240405153231007 to deleted uid set 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h' (75,847) at 20220525020655071 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/makefile-libbb-race.patch' (75,848) at 20210307205554470 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-interconnection.h' (75,849) at 20220525020655075 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_dbus.hpp' (75,850) at 20241105090017355 to deleted uid set 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_fcs_fch_test.c' (75,851) at 20240405153054361 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/_ashrdi3.S' (75,852) at 20210308005002840 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/divsi3.S' (75,853) at 20240405153046513 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adv_pci1720.c' (75,854) at 20240405153046889 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sh_spi.h' (75,855) at 20210308005003492 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_rc6.h' (75,856) at 20220525020652895 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm2711.c' (75,857) at 20210307214925870 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/Makefile' (75,858) at 20210309003648976 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c' (75,859) at 20240405153054241 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/gp_padctrl.h' (75,860) at 20210308005002672 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/aesp8-ppc.h' (75,861) at 20220525020652398 2025-03-14 03:00:50.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/pnfs_dev.c' (75,862) at 20240405153052429 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/io.h' (75,863) at 20240405153229975 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reboot-host@.service' (75,864) at 20240406080033608 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/idle.h' (75,865) at 20240405153046109 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/default-distrovars.inc' (75,866) at 20241221090017612 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/au1000_eth.h' (75,867) at 20240405153049789 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/avtab.h' (75,868) at 20240405153232115 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/proc_pre_poweroff.cpp' (75,869) at 20210910000030356 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/model.hpp' (75,870) at 20241112090039658 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/MAINTAINERS' (75,871) at 20210308005002972 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/pcsp.c' (75,872) at 20220525020654971 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/aperture.rst' (75,873) at 20240405153045189 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-ufs' (75,874) at 20240405153229731 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mcast.c' (75,875) at 20220525020653163 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110-isp.c' (75,876) at 20240405153230243 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/apq8016-sbc.dts' (75,877) at 20240405153229935 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.out' (75,878) at 20220429100100882 to deleted uid set 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/i82596.h' (75,879) at 20210308005045917 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/pinmux.c' (75,880) at 20210308005002784 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.c' (75,881) at 20240405153046857 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/port_range_scale.sh' (75,882) at 20240405153232267 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-flasher/flasher_obj.c' (75,883) at 20210308004922940 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_graph.h' (75,884) at 20210309003653880 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/process.c' (75,885) at 20210307214926626 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rs5c372.c' (75,886) at 20210308005003480 2025-03-14 03:00:50.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00lib.h' (75,887) at 20210307214929910 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-read-signal-strength.rst' (75,888) at 20210309003648480 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/connector.rst' (75,889) at 20220525020651718 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/ptrace.h' (75,890) at 20220525020651970 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/dmasound/dmasound_atari.c' (75,891) at 20210309003654580 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_amanda.c' (75,892) at 20210307214932010 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/meson.build' (75,893) at 20241211090212314 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/tsens-8960.c' (75,894) at 20240405153051973 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/beagle.h' (75,895) at 20210308005003076 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/Kconfig' (75,896) at 20210307214932186 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tty.h' (75,897) at 20240405153052941 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/Makefile' (75,898) at 20240405153051417 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/i8259.c' (75,899) at 20241211090212278 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-pll4-clk.yaml' (75,900) at 20240405153045021 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/vf610_nfc.c' (75,901) at 20240405153230879 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_43.h' (75,902) at 20240405153048541 2025-03-14 03:00:50.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nzxt-kraken2.c' (75,903) at 20240405153230667 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_2_2_sh_mask.h' (75,904) at 20210307214927674 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/connector/ucon.c' (75,905) at 20210307214932126 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c' (75,906) at 20240405153049885 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/Kconfig' (75,907) at 20230426080043668 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_signal.c' (75,908) at 20240405153046253 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt7986/Makefile' (75,909) at 20240405153232183 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts' (75,910) at 20240405153045473 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb' (75,911) at 20241221090017580 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/hisi504-nand.txt' (75,912) at 20210307214925370 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/tps65090.txt' (75,913) at 20210308005003308 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch' (75,914) at 20240302090018210 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-netcom-plus-8xx.dts' (75,915) at 20240405153045589 2025-03-14 03:00:50.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_dccg.h' (75,916) at 20240405153047253 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_queue.c' (75,917) at 20220525020654951 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-typec' (75,918) at 20240405153044917 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/conf/layer.conf' (75,919) at 20241221090017468 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec_ps2.c' (75,920) at 20240405153051869 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/eventpath.mako.cpp' (75,921) at 20210308005108057 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-oops_count' (75,922) at 20240405153044925 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ThermalMetrics.v1_3_2.json' (75,923) at 20240619080002956 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/eir.h' (75,924) at 20240405153053181 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_rx.c' (75,925) at 20240405153050261 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_cmd.c' (75,926) at 20240405153052081 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/phosphor-pcie-card-e2b.conf' (75,927) at 20210307205553718 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_plus_defconfig' (75,928) at 20210308005003272 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/thine,thc63lvd1024.yaml' (75,929) at 20220525020651670 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/f71808e_wdt.c' (75,930) at 20240405153052241 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/main.sh' (75,931) at 20240405153054293 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/version-handler/meson.build' (75,932) at 20211029000047258 to deleted uid set 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/Kconfig' (75,933) at 20241211090212354 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/vfs.h' (75,934) at 20240624080012812 to deleted uid set 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/cursor.c' (75,935) at 20210307214927894 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/svm_nested_soft_inject_test.c' (75,936) at 20240405153232271 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/Kconfig' (75,937) at 20240617080017394 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/mvsata_ide.c' (75,938) at 20210308005003332 2025-03-14 03:00:50.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/qspinlock.h' (75,939) at 20210307214926586 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/SBE.interface.yaml' (75,940) at 20240517080019498 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/msm8939.c' (75,941) at 20240405153230735 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bankeryd' (75,942) at 20210307205553778 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/Makefile' (75,943) at 20210308005003024 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/soundwire/error_handling.rst' (75,944) at 20210307214925470 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/README.md' (75,945) at 20221209040045083 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/floating-point.json' (75,946) at 20240405153054121 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb' (75,947) at 20210307205554486 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/system.c' (75,948) at 20241211090212242 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6_spl.h' (75,949) at 20210308005003596 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/unimp.c' (75,950) at 20210308005045913 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/init.c' (75,951) at 20240405153230167 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770_dpm.c' (75,952) at 20220525020653003 2025-03-14 03:00:50.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_input.h' (75,953) at 20210308005046053 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.21.bb' (75,954) at 20241221090017496 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3066a-rayeager.dts' (75,955) at 20240405153045557 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smc91x.h' (75,956) at 20240613080016439 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/binman' (75,957) at 20210308005003748 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/lib/delay.c' (75,958) at 20210307214926310 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/shdmac.c' (75,959) at 20240405153230287 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_nvm.h' (75,960) at 20240405153050009 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/return_address.c' (75,961) at 20240405153045633 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/no-early-compiler-checks.cross' (75,962) at 20241221090017644 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/README.md' (75,963) at 20221207040023631 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig' (75,964) at 20210308005003240 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/Kconfig' (75,965) at 20240405153046673 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/addrspace.h' (75,966) at 20210307214926554 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8315.yaml' (75,967) at 20240405153045165 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-iris-v2.dtsi' (75,968) at 20240405153045529 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9261.h' (75,969) at 20210308005002716 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcu_sync.h' (75,970) at 20210307214931494 2025-03-14 03:00:50.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_client_modeset_test.c' (75,971) at 20240405153230639 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core-transaction.c' (75,972) at 20240405153047029 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/easylogo/linux_blackfin.tga' (75,973) at 20210308005003760 to deleted uid set 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/branch.json' (75,974) at 20240405153054109 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_setup' (75,975) at 20231120090013292 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max8907.h' (75,976) at 20210307214931430 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hagfors_Varmullsasen' (75,977) at 20210307205553782 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ksm.h' (75,978) at 20240617080017406 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/README.md' (75,979) at 20221207040023631 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/focaltech.c' (75,980) at 20240405153049149 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-devfreq-event' (75,981) at 20240405153044917 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/jumpshot.c' (75,982) at 20210307214930874 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8804.c' (75,983) at 20240405153232167 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/ras-data/meson.build' (75,984) at 20230329080017824 to deleted uid set 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/sparse-vmemmap.c' (75,985) at 20240405153231979 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml' (75,986) at 20240405153045121 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/psu.hpp' (75,987) at 20230520080006628 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a77970-sysc.c' (75,988) at 20240405153231351 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/qla.h' (75,989) at 20240405153052897 2025-03-14 03:00:50.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch' (75,990) at 20241221090017656 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_hw_queue_defs.h' (75,991) at 20210307214927086 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt' (75,992) at 20240405153045017 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.socket' (75,993) at 20210307205554586 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/usb_intf.c' (75,994) at 20240405153051909 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/README.rst' (75,995) at 20220525020654935 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tps65217.dtsi' (75,996) at 20210308005002632 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-axm5516.c' (75,997) at 20240405153230207 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_drv_if.h' (75,998) at 20240405153230803 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/or-irq.c' (75,999) at 20241211090212262 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/Makefile' (76,000) at 20210308005002952 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/uEnv.txt' (76,001) at 20220804030014667 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/writeback.h' (76,002) at 20240405153231847 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/Makefile' (76,003) at 20210308005003476 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_base.c' (76,004) at 20240405153052197 2025-03-14 03:00:50.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives___err_non_ptr.c' (76,005) at 20210307214932642 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/keembay-ocs-ecc.c' (76,006) at 20240405153230263 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/usbmon.rst' (76,007) at 20240405153045309 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_0_offset.h' (76,008) at 20210307214927670 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/global_data.h' (76,009) at 20210308005003560 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-zynq.c' (76,010) at 20240405153051345 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/displaymode.txt' (76,011) at 20210308005003328 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/numaif.h' (76,012) at 20220525020655211 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/memmove.S' (76,013) at 20240405153229859 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/mach-at91/pm.c' (76,014) at 20240405153229911 to deleted uid set 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/board.c' (76,015) at 20210308005002852 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/law.c' (76,016) at 20210308005002992 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/readconfig-test.c' (76,017) at 20230925080040097 2025-03-14 03:00:50.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stevedore_5.4.0.bb' (76,018) at 20241221090017560 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/Kconfig' (76,019) at 20240405153230599 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mark_write_erased_v2.c' (76,020) at 20210308005108641 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv.c' (76,021) at 20241211090212486 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smb2ops.c' (76,022) at 20240527080023360 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/legacy.c' (76,023) at 20240405153046421 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/programming-language.rst' (76,024) at 20240405153045277 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad193x.h' (76,025) at 20220525020655019 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/Makefile' (76,026) at 20210308005003076 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/src/ncsid@.service.in' (76,027) at 20230629131804619 to deleted uid set 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/kgdb.h' (76,028) at 20210307214926582 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/csdl-to-json-converter/README.md' (76,029) at 20240808080002919 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/pgalloc.h' (76,030) at 20240405153046505 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_receiver.c' (76,031) at 20240405153046705 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb' (76,032) at 20220612030016723 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_uac1_legacy.c' (76,033) at 20210307214930802 2025-03-14 03:00:50.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/imx.S' (76,034) at 20210309003648680 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-stripe.c' (76,035) at 20240405153049249 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-nforce2.c' (76,036) at 20240405153230679 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/tdo24m.h' (76,037) at 20210307214931514 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/0001-Don-t-set-uid-gid-during-install.patch' (76,038) at 20210307205554502 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max1241.c' (76,039) at 20240405153048957 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig' (76,040) at 20210307214926366 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c' (76,041) at 20210611100016996 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/setup.c' (76,042) at 20240405153046057 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/Makefile' (76,043) at 20220525020653823 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/.gitignore' (76,044) at 20240405153052961 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-cards.c' (76,045) at 20240405153049349 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/lz4hc.c' (76,046) at 20210307214926802 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP6.interface.yaml' (76,047) at 20220315030032659 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/avic.c' (76,048) at 20240405153046453 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/gso.c' (76,049) at 20240405153053221 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_dpmaif.h' (76,050) at 20240405153051061 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/q35-emulated.cfg' (76,051) at 20240326080039402 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/find-map.c' (76,052) at 20210307214932594 2025-03-14 03:00:50.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/arm64-mmu.c' (76,053) at 20210308005002784 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/dispatcher.c' (76,054) at 20240405153052977 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.yaml' (76,055) at 20220525020651678 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754d.c' (76,056) at 20210307214926274 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/.kunitconfig' (76,057) at 20240405153048781 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_create_new_project.py' (76,058) at 20241221090017592 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.out' (76,059) at 20210308005046401 to deleted uid set 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_discard.h' (76,060) at 20210307214931134 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7779-clock.h' (76,061) at 20240405153052645 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/pf0100.h' (76,062) at 20210308005003080 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/spl_atmel.c' (76,063) at 20210308005002716 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_off_action.hpp' (76,064) at 20240820080023694 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_region.h' (76,065) at 20240405153048477 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/common.c' (76,066) at 20240411080014054 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10.h' (76,067) at 20210309003650336 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/altivec.config' (76,068) at 20210307214926366 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl/sqlite-perl-test.pl' (76,069) at 20210307205554006 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/law.c' (76,070) at 20210308005002980 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/mpc8xxx-wdt.txt' (76,071) at 20210307214925454 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/Makefile' (76,072) at 20240405153052233 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/fanotify/Makefile' (76,073) at 20240405153053429 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rc.yaml' (76,074) at 20240405153045101 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.c' (76,075) at 20240405153047301 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_bad.lds' (76,076) at 20210308005003756 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_baco.h' (76,077) at 20210309003649652 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/riscv/include/uapi/asm/unistd.h' (76,078) at 20210309003654952 2025-03-14 03:00:50.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/swab.h' (76,079) at 20210307214926122 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/hisi,hi6220-resets.h' (76,080) at 20210307214931346 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/acpi/linuxized-acpica.rst' (76,081) at 20220525020651718 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/phy.h' (76,082) at 20210307214929802 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/pm_nl_ctl.c' (76,083) at 20240712080021105 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/net.rst' (76,084) at 20220525020651778 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/log_manager.cpp' (76,085) at 20241212090025211 to deleted uid set 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cfb.c' (76,086) at 20240405153046533 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/main.c' (76,087) at 20240405153046697 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/dino.c' (76,088) at 20241211090212314 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/android/binder.h' (76,089) at 20240405153052905 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c' (76,090) at 20240405153048653 2025-03-14 03:00:50.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utcksum.c' (76,091) at 20240405153046625 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/doc-guide/index.rst' (76,092) at 20210307214925578 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-btree-spine.c' (76,093) at 20240405153049257 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/selftests.c' (76,094) at 20240405153053225 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/disable_runtime_check.patch' (76,095) at 20210407000018078 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-int128.c' (76,096) at 20221215040039394 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_rio.h' (76,097) at 20210307214926482 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/imx7-reset.h' (76,098) at 20210307214931346 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp89.c' (76,099) at 20240405153048637 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utcopy.c' (76,100) at 20240405153046625 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/switch.c' (76,101) at 20241008080013979 2025-03-14 03:00:50.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/swapfile.c' (76,102) at 20220525020654423 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pat/set_memory.c' (76,103) at 20240613080016375 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb' (76,104) at 20241221090017560 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/common_tests' (76,105) at 20210307214932710 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/fprobe.c' (76,106) at 20240405153053057 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb.dtsi' (76,107) at 20240405153045401 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/Makefile' (76,108) at 20240405153051373 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-member-case.out' (76,109) at 20210308005046401 to deleted uid set 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sprite.h' (76,110) at 20240405153048465 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pci_mcfg.c' (76,111) at 20240405153046641 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_dio_link_encoder.c' (76,112) at 20240405153047249 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml' (76,113) at 20240405153045133 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/request-func-close.rst' (76,114) at 20210309003648484 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_pch_msi.h' (76,115) at 20230426080043764 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c' (76,116) at 20240405153047105 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/elfnote.h' (76,117) at 20240405153052957 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dss.h' (76,118) at 20210308005002656 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/buildjson.cpp' (76,119) at 20220604030022085 to deleted uid set 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0020.h' (76,120) at 20240405153048617 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sram.c' (76,121) at 20240405153230847 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk20a.c' (76,122) at 20240405153048641 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/vmlinux-nommu.lds' (76,123) at 20240405153045969 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT' (76,124) at 20210307205554422 2025-03-14 03:00:50.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-i3c.c' (76,125) at 20240405153046689 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/nrf51_rng.h' (76,126) at 20210308005046021 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cloexec.h' (76,127) at 20210307214932586 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_sensor/good/sensor_pdr.json' (76,128) at 20221213040036917 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_snmp_alerts_sub_menu.robot' (76,129) at 20240628080017113 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-bcm6328.c' (76,130) at 20240405153049217 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gpu.c' (76,131) at 20241011080017315 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sadvaluspen' (76,132) at 20210307205553790 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/Kconfig.locks' (76,133) at 20220525020654687 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/Kconfig' (76,134) at 20220525020654883 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_dump.c' (76,135) at 20240405153048697 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/page.h' (76,136) at 20240405153230007 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_services.hpp' (76,137) at 20220727030028313 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-via.rst' (76,138) at 20210307214925510 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/policy_ns.h' (76,139) at 20240405153053465 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/bcm2835.h' (76,140) at 20210307214931342 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2hk_evm.h' (76,141) at 20210308005003596 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checkpatch.pl' (76,142) at 20241211090145561 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/eeprom_9287.c' (76,143) at 20240405153231167 2025-03-14 03:00:50.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_trigger_manager.cpp' (76,144) at 20240917080036271 to deleted uid set 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_ethtool.c' (76,145) at 20220525020653435 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186.dtsi' (76,146) at 20210308005002628 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/btusb.txt' (76,147) at 20220525020651694 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max77714.yaml' (76,148) at 20240405153045105 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/core.h' (76,149) at 20210307214925882 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_rng.h' (76,150) at 20210308005046017 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.h' (76,151) at 20210307214930554 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/smbios/type11_blob.legacy' (76,152) at 20240906080037560 to deleted uid set 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml' (76,153) at 20240405153045121 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cache.c' (76,154) at 20210308005002724 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xlnx-zcu102.rst' (76,155) at 20241211090212238 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml' (76,156) at 20240405153229795 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/st_gyro_i2c.c' (76,157) at 20240405153048985 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-netxbig.dtsi' (76,158) at 20210308005002592 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/request.c' (76,159) at 20240405153053237 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/restrack.c' (76,160) at 20240710080014585 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message.hpp' (76,161) at 20241012080019916 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/Kconfig' (76,162) at 20210308005003084 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch' (76,163) at 20230706080014737 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c' (76,164) at 20240411080014106 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc' (76,165) at 20241221090017560 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/atomic.h' (76,166) at 20210308005002876 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml' (76,167) at 20240405153045073 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mxs-dma.c' (76,168) at 20240405153230283 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/isp.sa' (76,169) at 20210307214926150 2025-03-14 03:00:50.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control_dbus.h' (76,170) at 20210308005100993 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smscoreapi.h' (76,171) at 20220525020653239 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/prng.c' (76,172) at 20240405153046273 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/0002-corstone1000-Disable-obsolete-algorithms.patch' (76,173) at 20230317080013781 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbh24.h' (76,174) at 20210307214928630 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/partitions/ldm.h' (76,175) at 20240405153046525 to deleted uid set 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/compression.py' (76,176) at 20241221090017588 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/usbnet.h' (76,177) at 20241008080014011 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn02ba.h' (76,178) at 20210307214926210 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_sysfs.c' (76,179) at 20240405153051537 2025-03-14 03:00:50.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/exec.h' (76,180) at 20210307214931302 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs2_fs.h' (76,181) at 20240405153052477 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/Kconfig' (76,182) at 20240405153231611 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ati_radeon_fb.c' (76,183) at 20210308005003520 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/phosphor-ipmi-flash-scpback-update.service' (76,184) at 20210413100020746 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_based___diff.c' (76,185) at 20240405153054269 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/signal.h' (76,186) at 20240405153046397 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_mpc.h' (76,187) at 20240405153047245 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Mantta' (76,188) at 20210307205553770 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/Makefile' (76,189) at 20210307214926170 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_h.c' (76,190) at 20210308005046521 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vfp-uncond.decode' (76,191) at 20230426080043872 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm' (76,192) at 20210307214925202 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml' (76,193) at 20240405153045109 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/boot.c' (76,194) at 20241008080013899 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/generic.h' (76,195) at 20210307214926246 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-api-test-common_git.inc' (76,196) at 20241206090014218 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx31-lite.dts' (76,197) at 20240405153045489 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/password.cpp' (76,198) at 20241115090002317 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sabreauto.dts' (76,199) at 20210308005002588 2025-03-14 03:00:50.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/apic_common.c' (76,200) at 20240405153230115 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,exynos5250-sata-phy.yaml' (76,201) at 20240405153045129 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pblimage.h' (76,202) at 20210308005003772 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.h' (76,203) at 20210308005002876 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_freezer.c' (76,204) at 20240613080016567 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/CFcommon' (76,205) at 20210309003656016 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-sc27xx-bltc.c' (76,206) at 20210309003650248 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_strerror.c' (76,207) at 20210307214931798 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/wakeup_64.S' (76,208) at 20220525020652154 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/spinlock.h' (76,209) at 20210916100018011 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/proc.py' (76,210) at 20240405153053449 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch' (76,211) at 20241221090017692 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.txt' (76,212) at 20210307214925342 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mctp.h' (76,213) at 20241018080014566 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/run-ptest' (76,214) at 20210307205553838 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-xlnx-dp-test.c' (76,215) at 20221215040039370 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sdram_gen5.c' (76,216) at 20210308005003360 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/crush/crush_ln_table.h' (76,217) at 20210307214931902 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/delayed-ref.c' (76,218) at 20241115090012961 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/prexport.bbclass' (76,219) at 20220910030013393 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.h' (76,220) at 20210309003650624 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/conf.h' (76,221) at 20210307214929966 2025-03-14 03:00:50.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/getcpu.c' (76,222) at 20220525020652106 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fs_pin.c' (76,223) at 20210307214931106 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_reg_defs.h' (76,224) at 20240405153048445 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.rockusb' (76,225) at 20210308005003296 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/stat.h' (76,226) at 20210307214926558 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fyl2xp1.c' (76,227) at 20210308005046497 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-errno.h' (76,228) at 20240405153049457 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_alg.c' (76,229) at 20220525020652370 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ktime.h' (76,230) at 20220525020654579 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb' (76,231) at 20240113090014540 to deleted uid set 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/tests/Makefile' (76,232) at 20240405153230299 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/glossary.rst' (76,233) at 20240405153045293 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb' (76,234) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/.kunitconfig' (76,235) at 20240405153232079 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_inode.c' (76,236) at 20240405153231691 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/mux.c' (76,237) at 20210308005002952 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pm8xxx-vibrator.c' (76,238) at 20240613080016419 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/procfs.c' (76,239) at 20240405153053021 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/0001-Use-relative-install-paths-for-CMake.patch' (76,240) at 20210316000012677 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scmi.h' (76,241) at 20230925080040093 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif2.c' (76,242) at 20210308005003556 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3229.dtsi' (76,243) at 20240405153045561 2025-03-14 03:00:50.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/MAINTAINERS' (76,244) at 20210308005002980 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/sunkbd.c' (76,245) at 20240405153049141 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_hw.c' (76,246) at 20240405153050549 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/.gitignore' (76,247) at 20210308005107065 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel_ac97c.txt' (76,248) at 20210307214925426 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/lpddr/qinfo_probe.c' (76,249) at 20210307214929214 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig' (76,250) at 20210308005003248 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halmstad_Hamnen' (76,251) at 20210307205553782 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_ac.c' (76,252) at 20210307214929790 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/iomux-v3.h' (76,253) at 20210308005002676 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/resource-names.txt' (76,254) at 20210307214925414 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dtv5100.c' (76,255) at 20240405153049553 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Storage.v1_17_1.json' (76,256) at 20240918080002724 to deleted uid set 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/hvtramp.S' (76,257) at 20210307214926594 2025-03-14 03:00:50.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/hw-consumer.rst' (76,258) at 20210309003648408 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet6_hashtables.h' (76,259) at 20240405153231851 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/novena.h' (76,260) at 20210308005003608 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed-smc-utils.c' (76,261) at 20241211090212542 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/COPYING.apache-2.0' (76,262) at 20210307205553674 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_device_private.h' (76,263) at 20210307214930542 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthi.c' (76,264) at 20210308005046505 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/close_clears_pmcc_test.c' (76,265) at 20210307214932702 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-time.c' (76,266) at 20230426080043844 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/hotswap-power-cycle/files/hotswap-power-cycle.service' (76,267) at 20220416030014758 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cgroup_subsys.h' (76,268) at 20220525020654555 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BristolKingsWeston' (76,269) at 20210307205553794 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts-sources.inc' (76,270) at 20241221090017528 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo.h' (76,271) at 20221215040039218 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/iomap.h' (76,272) at 20210308005002876 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/process.c' (76,273) at 20241008080013895 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig' (76,274) at 20210308005003236 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos3250.h' (76,275) at 20240405153231795 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/test-core.c' (76,276) at 20240405153045701 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_main.c' (76,277) at 20210308004938828 2025-03-14 03:00:50.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_osf.h' (76,278) at 20210307214931646 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/intel-ipmi-oem/src/chassiscommands.cpp' (76,279) at 20240829080009330 to deleted uid set 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/Makefile' (76,280) at 20240405153052545 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml' (76,281) at 20240405153045013 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-2.0' (76,282) at 20210307205554414 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c' (76,283) at 20240405153047289 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/README.md' (76,284) at 20221213040042245 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/Makefile' (76,285) at 20240405153045673 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0009-multipath-tools-modify-create-config.mk-for-cross-co.patch' (76,286) at 20241221090017540 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_raid.h' (76,287) at 20210307214928994 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/tulip.h' (76,288) at 20220525020653487 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/phal_devtree' (76,289) at 20240618080015077 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/arm-gic.h' (76,290) at 20210307214931338 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_vp8.c' (76,291) at 20240405153049493 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sunplus.c' (76,292) at 20210726100024703 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-stm.c' (76,293) at 20240405153048889 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/host/dbus_to_terminus_effecter.json' (76,294) at 20240827080037091 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-channel-select.rst' (76,295) at 20220525020654131 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sy7636a-hwmon.rst' (76,296) at 20240405153045217 2025-03-14 03:00:50.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/util.c' (76,297) at 20240405153230099 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/Kconfig' (76,298) at 20240405153049421 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/microvm.h' (76,299) at 20241211090212358 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/sandbox_smem.c' (76,300) at 20210308005003488 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/Kconfig' (76,301) at 20220802100038573 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/Kconfig' (76,302) at 20240405153051281 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-pin.c' (76,303) at 20240405153230775 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_mman.h' (76,304) at 20230925080039945 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/YPL-1.1' (76,305) at 20210307205554426 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml' (76,306) at 20210610000035126 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/pfc-r8a7790.h' (76,307) at 20210308005002772 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/aperture.h' (76,308) at 20240405153052657 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/mps2-an385.dts' (76,309) at 20240405153045401 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/ioasic_ints.h' (76,310) at 20210307214926210 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer2/conf/layer.conf' (76,311) at 20210307205554258 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_write_window_rw_partition.cpp' (76,312) at 20210308005108645 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/registers.h' (76,313) at 20210307214926110 2025-03-14 03:00:50.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma4_qm_regs.h' (76,314) at 20240405153046573 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvme/host/fc.c' (76,315) at 20240405153231271 to deleted uid set 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/utility.hpp' (76,316) at 20220728030043355 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/microcode.h' (76,317) at 20210308005002880 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/task-analyzer.py' (76,318) at 20240405153054161 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uv/uv_geo.h' (76,319) at 20220525020652154 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/authentication.hpp' (76,320) at 20241015080002911 to deleted uid set 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/README' (76,321) at 20210308005111461 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/prcc.h' (76,322) at 20240405153046873 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/power_supply.hpp' (76,323) at 20220727030028317 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pads-imx8qm.h' (76,324) at 20210307214931342 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ssh-keyscan' (76,325) at 20241221090017620 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-common.c' (76,326) at 20241115090012945 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-skov-revc-lt6.dts' (76,327) at 20240405153045501 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/irq_matrix.h' (76,328) at 20210307214931610 2025-03-14 03:00:50.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54451EVB_stmicro_defconfig' (76,329) at 20210308005003236 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/hardirq.h' (76,330) at 20220525020652114 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/Makefile' (76,331) at 20240405153050625 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_diu_fb.h' (76,332) at 20210308005003648 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/paravirt.h' (76,333) at 20240405153230111 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml' (76,334) at 20240405153229763 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asm.h' (76,335) at 20240405153046001 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pms405.dtsi' (76,336) at 20240405153229943 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-nsm-pci.c' (76,337) at 20241211090212350 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-empire-electronix-m712.dts' (76,338) at 20240405153045377 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-command.h' (76,339) at 20240405153049457 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/cpupower-completion.sh' (76,340) at 20210307214932614 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm44xx.c' (76,341) at 20240405153229911 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sbc_fitpc2_wdt.c' (76,342) at 20240405153052245 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/reset.c' (76,343) at 20210308005002720 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/rebasing-and-merging.rst' (76,344) at 20240405153045225 2025-03-14 03:00:50.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/frontend.json' (76,345) at 20210309003655932 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/wd719x.c' (76,346) at 20240405153051749 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/blockdev-close-all-bdrv-states.c' (76,347) at 20210308005046257 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc64le-linux-user.mak' (76,348) at 20210927100127057 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RPL-1.5' (76,349) at 20210307205554426 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c' (76,350) at 20240405153054381 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ts219-6281.dts' (76,351) at 20240405153045457 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/greens.vue' (76,352) at 20220105012522959 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/hash.h' (76,353) at 20240405153230027 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/cpm.h' (76,354) at 20210307214931590 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/round.cocci' (76,355) at 20210308005046237 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-mux.txt' (76,356) at 20210308005003304 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/key-type.h' (76,357) at 20240405153231815 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bdw-rt5677.c' (76,358) at 20240405153053941 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/sysfs-platform_profile.rst' (76,359) at 20240405153045305 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv46.c' (76,360) at 20220525020652967 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.h' (76,361) at 20210309003649432 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/meson.build' (76,362) at 20241121090029264 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.multi-dtb-fit' (76,363) at 20210308005003296 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/0001-fix-build-with-clang.patch' (76,364) at 20231126090012789 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sunxi_dw.h' (76,365) at 20210308005002668 2025-03-14 03:00:50.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/include/dwarf-regs-table.h' (76,366) at 20210307214932518 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tc358743_regs.h' (76,367) at 20210307214928670 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_xdp.h' (76,368) at 20220525020653547 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/tc27x_soc.c' (76,369) at 20210927100127205 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/vexpress-v2p-ca15-tc1.dts' (76,370) at 20240405153045405 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch' (76,371) at 20210307205553802 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.interface.yaml' (76,372) at 20241120090018888 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/hisi-crg.txt' (76,373) at 20210307214925286 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/kvm-cpus.h' (76,374) at 20240906080037136 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/common.c' (76,375) at 20210308005002948 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com20020.h' (76,376) at 20210307214929246 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/acl.h' (76,377) at 20240405153052461 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-loongson1-pwm.c' (76,378) at 20240405153230251 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/sun4m.c' (76,379) at 20240906080037300 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/blocklayout/blocklayout.c' (76,380) at 20240405153231695 2025-03-14 03:00:50.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9261ek_nandflash_defconfig' (76,381) at 20210308005003248 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/nrf51_timer.h' (76,382) at 20210308005046033 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ddr.c' (76,383) at 20210308005002988 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_lvds.h' (76,384) at 20240405153048745 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ralink/Kconfig' (76,385) at 20240405153046833 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/pam/libpam/faillock.conf' (76,386) at 20230505080015455 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-ev4t.S' (76,387) at 20210307214925966 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/gpio.h' (76,388) at 20210308005002668 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_queue.h' (76,389) at 20240405153049113 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ti,iodelay.txt' (76,390) at 20210307214925398 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/callbackgroup.mako.cpp' (76,391) at 20210308005108057 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/adp8860_bl.c' (76,392) at 20240405153052173 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/file.c' (76,393) at 20240805080014027 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/ohci.h' (76,394) at 20210307214927166 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/io_uring.c' (76,395) at 20210308005046257 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/phy.h' (76,396) at 20210307214929618 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/cxlpci.h' (76,397) at 20240405153046973 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_etf.c' (76,398) at 20240405153053365 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.yaml' (76,399) at 20240405153045137 2025-03-14 03:00:50.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/of_device_common.h' (76,400) at 20210307214926594 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/builtin-test-list.c' (76,401) at 20240405153054165 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-u-boot.dtsi' (76,402) at 20210308005002568 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/helpers.h' (76,403) at 20220525020655223 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp25xxal-pinctrl.dtsi' (76,404) at 20240405153045829 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sam9x60ek.dts' (76,405) at 20240405153045465 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c' (76,406) at 20240405153048745 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/conf-notes.txt' (76,407) at 20220913030020488 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dev_id.json' (76,408) at 20241106090019922 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/watchdog-kernel-api.rst' (76,409) at 20240405153229847 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/basic/Makefile' (76,410) at 20240405153053437 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/Makefile' (76,411) at 20210308005003736 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.clang-tidy' (76,412) at 20240710080015177 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/hx711.c' (76,413) at 20210716100029903 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib3000mc.c' (76,414) at 20240405153049285 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/top' (76,415) at 20210308005059705 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-replay.c' (76,416) at 20210927100127289 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/0001-Makefile-Add-LDFLAGS-variable.patch' (76,417) at 20210307205553954 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_spi.c' (76,418) at 20210308005003404 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/nxp,lpc3220-adc.yaml' (76,419) at 20210309003648356 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-bsp/u-boot/u-boot-aspeed-sdk/greatlakes.cfg' (76,420) at 20220819030014797 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c' (76,421) at 20240405153230315 2025-03-14 03:00:50.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/pci.c' (76,422) at 20241216090017721 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/flat.h' (76,423) at 20210307214926158 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp5562.c' (76,424) at 20240405153230755 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/posted_intr.h' (76,425) at 20240812080017232 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sprd/sprd.yaml' (76,426) at 20240405153045017 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus.h' (76,427) at 20210307214931394 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/internal/sdevent.hpp' (76,428) at 20240822080031261 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-fru-properties.yaml' (76,429) at 20210307205553662 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_config.cpp' (76,430) at 20240817080025696 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-decoder.h' (76,431) at 20240405153054193 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/stat.h' (76,432) at 20240405153054205 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_i2c.c' (76,433) at 20240405153230583 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aha152x.c' (76,434) at 20240405153051553 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-chevron-right.svg' (76,435) at 20210308005107065 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-tx49xx/ioremap.h' (76,436) at 20210307214926226 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/sdma0/irqsrcs_sdma0_4_0.h' (76,437) at 20210307214927702 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/xics.rst' (76,438) at 20240405153045329 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mtdnand.rst' (76,439) at 20220525020651722 2025-03-14 03:00:50.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-sh2.c' (76,440) at 20210307214926574 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___dup_compat_types.c' (76,441) at 20210307214932642 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FreeImage' (76,442) at 20211006000025234 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc4357.dtsi' (76,443) at 20240405153045533 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/MAINTAINERS' (76,444) at 20210308005002908 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/raw-gadget.rst' (76,445) at 20220525020651778 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/octeon-crypto.c' (76,446) at 20210307214926198 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1023_spi_rcw.cfg' (76,447) at 20210308005002992 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch' (76,448) at 20210307205554602 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/chan.h' (76,449) at 20240405153046337 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_vio.c' (76,450) at 20240726080012846 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/hyp-main.c' (76,451) at 20240405153229987 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra30-emc.yaml' (76,452) at 20220525020651690 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/time-event.c' (76,453) at 20240405153231207 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/mtmitchell_platform_gpios_init.sh' (76,454) at 20241108090014316 to deleted uid set 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-pr-ip.txt' (76,455) at 20210307214925314 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch' (76,456) at 20230706080014761 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gomod.py' (76,457) at 20241221090017588 to deleted uid set 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tea6420.c' (76,458) at 20240405153049341 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-372x.dtsi' (76,459) at 20210308005002564 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/files/run-ptest' (76,460) at 20210307205554006 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/Makefile' (76,461) at 20210307214928710 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imgtec/Kconfig' (76,462) at 20210307214926978 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/relocate_kernel.S' (76,463) at 20240405153045965 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos.h' (76,464) at 20210308005003584 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/dtsec.c' (76,465) at 20210308005003432 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fpregdef.h' (76,466) at 20240405153046001 2025-03-14 03:00:50.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt' (76,467) at 20210307214925314 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-not.out' (76,468) at 20220429100100882 to deleted uid set 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/ionic.rst' (76,469) at 20210307214925534 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/loadavg.c' (76,470) at 20240405153052489 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-hsi' (76,471) at 20210307214925190 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsHost.vue' (76,472) at 20241004080035967 to deleted uid set 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-user-stub.c' (76,473) at 20210308005046113 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb' (76,474) at 20241221090017508 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/vaddr.h' (76,475) at 20240906080037328 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/tlbflush.h' (76,476) at 20210307214926554 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/boost/boost-1.86.0.inc' (76,477) at 20241213090035014 to deleted uid set 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/ialloc.c' (76,478) at 20240405153231659 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch' (76,479) at 20241221090017676 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/lpcsnoop/snoop_listen.hpp' (76,480) at 20230511080028543 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/nlohmann_json.wrap' (76,481) at 20231208090025561 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/0001-test_functionality-convert-line-endings-to-Unix.patch' (76,482) at 20240106090017241 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/scmi-cpufreq.c' (76,483) at 20240910080014022 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu75.h' (76,484) at 20240405153230511 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c_rfk_table.h' (76,485) at 20240405153050681 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/amba/Kconfig' (76,486) at 20210307214926858 2025-03-14 03:00:50.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/pcnet_cs.c' (76,487) at 20240405153049773 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/simatic-ipc-batt.h' (76,488) at 20240405153231343 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/boost.wrap' (76,489) at 20240410080033022 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/serializer.cpp' (76,490) at 20230717080006550 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts' (76,491) at 20240405153045761 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/sysfs.c' (76,492) at 20240405153230159 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-plugin-symbols.py' (76,493) at 20241211090212458 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/cpuinfo_utils.cpp' (76,494) at 20240904080048575 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-victgo.dts' (76,495) at 20240405153045501 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hsi/client-devices.txt' (76,496) at 20210307214925322 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_hw.h' (76,497) at 20240405153049921 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-humanize_4.11.0.bb' (76,498) at 20241221090017556 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/dma.c' (76,499) at 20240405153050441 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/init-debug.sh' (76,500) at 20210307205553750 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/pcc.h' (76,501) at 20210308005002652 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/exynos_defconfig' (76,502) at 20240405153045613 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Llanddona' (76,503) at 20210307205553798 2025-03-14 03:00:50.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/redis.conf' (76,504) at 20241221090017524 to deleted uid set 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_asoc_machine.c' (76,505) at 20240405153054013 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/time.cpp' (76,506) at 20240822080031265 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/Makefile' (76,507) at 20220525020653375 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/rx_csi_defs.h' (76,508) at 20210307214930538 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/build-appliance.json' (76,509) at 20210812000025314 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/skiroot_defconfig' (76,510) at 20240405153230027 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_writeback.c' (76,511) at 20240405153048741 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-lts.dts' (76,512) at 20210308005002616 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/filecheck.h' (76,513) at 20220525020654475 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ksysfs.c' (76,514) at 20220525020652166 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/Kconfig' (76,515) at 20210308005003004 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rsaprivkey.asn1' (76,516) at 20210307214926802 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/trace.h' (76,517) at 20210308005045729 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/clients/cmt_speech.c' (76,518) at 20240405153048829 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c6410-smdk6410.dts' (76,519) at 20240405153045573 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/media/lm3554.h' (76,520) at 20210309003653012 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/coxattr.c' (76,521) at 20230426080043668 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c' (76,522) at 20210308005046521 2025-03-14 03:00:50.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/label.c' (76,523) at 20240405153051193 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vmid.c' (76,524) at 20240405153046261 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32f746.c' (76,525) at 20210307214930122 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g1_regs.h' (76,526) at 20240405153049493 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7292.c' (76,527) at 20240405153048945 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/clk-vexpress-osc.c' (76,528) at 20210307214927042 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/array.h' (76,529) at 20231102080015293 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/Kconfig' (76,530) at 20210307214930130 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/Makefile' (76,531) at 20210308005003008 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/pty-forward-native.bb' (76,532) at 20240301090012431 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/spear1340_clock.c' (76,533) at 20240405153230243 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun6i-a31-ccu.h' (76,534) at 20210307214931334 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_math.c' (76,535) at 20240405153047265 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_manager_faultlog.hpp' (76,536) at 20241129090023557 to deleted uid set 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/watchdog.h' (76,537) at 20210307214931686 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/nommu_virt_defconfig' (76,538) at 20240405153046245 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psloop.c' (76,539) at 20240405153046625 2025-03-14 03:00:50.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/s390x/a-b-bios.h' (76,540) at 20240326080039726 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz_common.h' (76,541) at 20240405153049753 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall6.c' (76,542) at 20240405153054273 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdhc.yaml' (76,543) at 20240405153045109 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/i2s-regs.h' (76,544) at 20210308005002724 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc1xx-smdkc100.dts' (76,545) at 20210308005002608 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/rfi_flush.c' (76,546) at 20240405153054361 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch' (76,547) at 20230401080011935 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfsread.cpp' (76,548) at 20210308005116217 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/sun4i-a10.h' (76,549) at 20210308005003636 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/LICENCE' (76,550) at 20210308005003548 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ioctls.h' (76,551) at 20240906080037360 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cpu-float.h' (76,552) at 20221215040039190 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso.h' (76,553) at 20241211090145381 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/Kconfig' (76,554) at 20240405153231547 to deleted uid set 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/gss_asn1.h' (76,555) at 20210307214931518 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/fcoe_transport.c' (76,556) at 20240405153051597 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/spinlock.h' (76,557) at 20220525020651950 2025-03-14 03:00:50.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5410-pinctrl.dtsi' (76,558) at 20240405153045569 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/socket.c' (76,559) at 20241018080014590 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-ccm-glue.c' (76,560) at 20240405153045849 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-olinuxino-lime.dts' (76,561) at 20210308005002616 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-rzv2m.h' (76,562) at 20240405153052109 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/src/main.rs' (76,563) at 20220823030015975 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c' (76,564) at 20240613080016559 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/xdr4.h' (76,565) at 20240405153052721 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/Makefile' (76,566) at 20210307214932202 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s-wobo-i5.dts' (76,567) at 20240405153045377 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/multi3.c' (76,568) at 20210307214926266 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/amcore.h' (76,569) at 20210308005003584 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/generic_kc705_defconfig' (76,570) at 20240405153046501 2025-03-14 03:00:50.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_vt1632.c' (76,571) at 20210307214930950 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0011.c' (76,572) at 20240405153049533 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/silk.h' (76,573) at 20210308005003616 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-rt305x.c' (76,574) at 20240405153051321 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/o2cb' (76,575) at 20240405153044909 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/Kconfig' (76,576) at 20240405153049557 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,cpu-interrupt-controller.yaml' (76,577) at 20240405153045085 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/Makefile' (76,578) at 20210307214929674 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/global_data.h' (76,579) at 20210308005002808 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (76,580) at 20210812000025262 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi-audio.h' (76,581) at 20220525020652839 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/lib/reg.S' (76,582) at 20240405153054357 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/trace.h' (76,583) at 20210308005045765 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/8xx-pmu.c' (76,584) at 20240405153046189 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c' (76,585) at 20210308005046513 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/omap_voutlib.c' (76,586) at 20240405153049481 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/pcidevices.rst' (76,587) at 20230426080043664 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-7xx.c' (76,588) at 20240405153046869 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/book3s_32.config' (76,589) at 20210307214926366 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntimed/ntimed_git.bb' (76,590) at 20240301090012423 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/version.c' (76,591) at 20240405153046357 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/touchscreen.h' (76,592) at 20210307214931406 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/fifo_monitor.c' (76,593) at 20210307214930542 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9554.h' (76,594) at 20240906080037332 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_version.cpp' (76,595) at 20240820080019550 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/pci.h' (76,596) at 20240405153045937 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723ds.c' (76,597) at 20240405153050653 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih410.dtsi' (76,598) at 20240405153045581 2025-03-14 03:00:50.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max8998.h' (76,599) at 20210307214931430 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/ControlStore.js' (76,600) at 20241004080035963 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/role.h' (76,601) at 20220525020654627 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9260ek.h' (76,602) at 20210308005003584 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/oxsemi-tornado.rst' (76,603) at 20240405153045225 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tb100_defconfig' (76,604) at 20210308005003280 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/.gitignore' (76,605) at 20240405153046525 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_hashlimit.c' (76,606) at 20240405153053337 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/vmlinux.lds.S' (76,607) at 20240405153046057 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-nmk.txt' (76,608) at 20210307214925318 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mctp-i2c-controller.yaml' (76,609) at 20240405153045117 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/BMC.interface.yaml' (76,610) at 20221207040023627 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/flash.c' (76,611) at 20240405153231383 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc4215.c' (76,612) at 20240405153048861 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t1024.c' (76,613) at 20210308005003432 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/omap3logic.h' (76,614) at 20210308005003016 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/use-socket.conf.in' (76,615) at 20230412080023456 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/migrate.c' (76,616) at 20241011080017359 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/parser_factory.hpp' (76,617) at 20240618080023329 to deleted uid set 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-action-hist-xfail.tc' (76,618) at 20210307214932674 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/socfpga-dwmac.txt' (76,619) at 20210307214925378 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-duovero-parlor.dts' (76,620) at 20240405153045605 2025-03-14 03:00:50.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/kvm_clock_test.c' (76,621) at 20240405153054321 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/Makefile' (76,622) at 20210308005002924 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qemu_ga_client.py' (76,623) at 20240906080037428 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb' (76,624) at 20240302090018206 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Processor_v1.xml' (76,625) at 20240824080002934 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/simpledrm.c' (76,626) at 20240405153230643 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/persistent-data.rst' (76,627) at 20210307214925222 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.js' (76,628) at 20210308005107077 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml' (76,629) at 20240405153045029 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf/0001-Adopt-to-new-gnulib-read_file-fread_file-signature.patch' (76,630) at 20240413080012647 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_port.h' (76,631) at 20240405153049925 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-thread-breakpoint.py' (76,632) at 20240906080037580 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/edd.h' (76,633) at 20210308005003656 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/gpio-watch.c' (76,634) at 20210309003654960 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/MAINTAINERS' (76,635) at 20210308005003040 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma-buf/udmabuf.c' (76,636) at 20241211090145405 to deleted uid set 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/twl4030.c' (76,637) at 20210308005003520 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/usb_mcu.c' (76,638) at 20240405153050585 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_kfunc_failure.c' (76,639) at 20240405153054273 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6apm-lpass-dais.c' (76,640) at 20240710080014621 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/files/run_eval.sh' (76,641) at 20230706080014769 2025-03-14 03:00:50.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_msg.cpp' (76,642) at 20210308005108645 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/spl.h' (76,643) at 20210308005002656 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/config.c' (76,644) at 20240719080013361 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-unattended-installation.yml' (76,645) at 20241221090017464 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/ps3fb.c' (76,646) at 20240405153231587 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ar0521.c' (76,647) at 20241115090012949 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/menf21bmc_hwmon.c' (76,648) at 20210307214928130 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts' (76,649) at 20240405153045805 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-certifi_2024.8.30.bb' (76,650) at 20241221090017668 to deleted uid set 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/fb.h' (76,651) at 20240405153046065 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_device_id.robot' (76,652) at 20240628080017113 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux.c' (76,653) at 20240405153054229 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/vga.h' (76,654) at 20210307214931306 2025-03-14 03:00:50.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/zd1301.c' (76,655) at 20220525020653319 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/dir.c' (76,656) at 20240726080012866 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_edif.h' (76,657) at 20240405153051701 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/ioctl.c' (76,658) at 20240405153046425 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dio/Makefile' (76,659) at 20210307214927118 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/topology.c' (76,660) at 20240405153054173 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-qcom-debug.c' (76,661) at 20240405153230739 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,hfpll.txt' (76,662) at 20210307214925290 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/csum_partial_copy.c' (76,663) at 20240405153045357 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strncmp_bench.c' (76,664) at 20240405153054273 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/tcu.c' (76,665) at 20240405153046793 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo_1.80.1.bb' (76,666) at 20241221090017672 to deleted uid set 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/Makefile' (76,667) at 20240405153231571 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/rethook.c' (76,668) at 20240405153046437 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml' (76,669) at 20240405153229767 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9462_2p1_initvals.h' (76,670) at 20210307214929766 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (76,671) at 20241031080012179 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_slip.h' (76,672) at 20210307214931638 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/pel.hpp' (76,673) at 20240823080022084 to deleted uid set 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.c' (76,674) at 20240405153047261 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_sllc_pmu.c' (76,675) at 20240405153231303 2025-03-14 03:00:50.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clocksource/i8253.c' (76,676) at 20210307214927046 to deleted uid set 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-wsem.h' (76,677) at 20210307214931806 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/waitqueue.c' (76,678) at 20210307214931218 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_vop_reg.c' (76,679) at 20241011080017315 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/cdc2.c' (76,680) at 20210307214930806 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/bindec.S' (76,681) at 20210307214926142 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/journald-size-policy-16MB.conf' (76,682) at 20210519000031347 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_misc.h' (76,683) at 20220525020653135 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/mmconfig_64.c' (76,684) at 20210307214926742 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r6el_defconfig' (76,685) at 20210308005003252 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (76,686) at 20230807080022150 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/Makefile' (76,687) at 20210308005003340 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/Makefile' (76,688) at 20210307214928690 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_fence.c' (76,689) at 20240405153230603 to deleted uid set 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c' (76,690) at 20240405153047289 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfs/.gitignore' (76,691) at 20220525020654935 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/Kconfig' (76,692) at 20210307214926270 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/alpha/include/uapi/asm/bitsperlong.h' (76,693) at 20210307214932450 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/rpmsg_tty.c' (76,694) at 20240405153231507 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_osf.c' (76,695) at 20240405153053329 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (76,696) at 20210307205553730 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-11.conf' (76,697) at 20230412080023460 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch' (76,698) at 20241221090017668 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/mem-phys-addr-report' (76,699) at 20210307214932566 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uppsala_Rickomberga' (76,700) at 20210307205553794 2025-03-14 03:00:50.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux.inc' (76,701) at 20241221090017648 to deleted uid set 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/inside-secure/safexcel_cipher.c' (76,702) at 20240405153230263 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/ioctl.c' (76,703) at 20240405153231763 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si.c' (76,704) at 20240405153047161 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi' (76,705) at 20210308005002588 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_core.c' (76,706) at 20241211090212318 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__optional.hpp' (76,707) at 20240731080033662 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-settingsd/meson.build' (76,708) at 20240413080028020 to deleted uid set 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Core.py' (76,709) at 20210307214932566 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/efibc.c' (76,710) at 20240405153047041 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/efi.c' (76,711) at 20240913080013769 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord-native.bb' (76,712) at 20241221090017532 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/S2600wf.py' (76,713) at 20220728030041559 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handler.cpp' (76,714) at 20240817080027656 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wavemon/wavemon_0.9.6.bb' (76,715) at 20241221090017500 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/lpc32xx-slc.txt' (76,716) at 20240405153045113 2025-03-14 03:00:50.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot.h' (76,717) at 20210307214926338 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch' (76,718) at 20241221090017684 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-wlock-hardirq.h' (76,719) at 20210307214931806 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hti.c' (76,720) at 20240405153048457 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/include/uapi/intel-ipu3.h' (76,721) at 20240405153051857 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/Kconfig' (76,722) at 20240906080037288 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf.h' (76,723) at 20210307214927098 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-dai-adda.c' (76,724) at 20220525020655075 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/Kconfig' (76,725) at 20210308005045925 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml' (76,726) at 20210307214925318 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_regdef.h' (76,727) at 20210307214930642 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Trencin' (76,728) at 20210307205553794 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/purgatory.h' (76,729) at 20210307214926510 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-3.7.1.min.map' (76,730) at 20231126090012817 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/patman.py' (76,731) at 20210308005003772 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_fs_i.h' (76,732) at 20210307214931458 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.clean' (76,733) at 20240405153053433 2025-03-14 03:00:50.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_ast.c' (76,734) at 20210308005003496 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sifive_pwm.c' (76,735) at 20241211090212342 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/mci.h' (76,736) at 20210307214929774 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ad5820.txt' (76,737) at 20210307214925350 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/watchdog_pretimeout.h' (76,738) at 20210307214930978 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/Makefile' (76,739) at 20240405153049729 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/reset-ast2400.c' (76,740) at 20210308005003476 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/get_cgroup_id_user.c' (76,741) at 20240405153054245 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/maxim,ds4424.yaml' (76,742) at 20220525020651682 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/Makefile' (76,743) at 20240405153045609 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/rwsem.h' (76,744) at 20240405153054049 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/stream.hpp' (76,745) at 20221005030030502 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/StaticGateway.interface.yaml' (76,746) at 20240509080019296 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/math_emu.h' (76,747) at 20210307214926666 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/irq.h' (76,748) at 20210307214926218 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/nuvoton/nuvoton,ma35d1.yaml' (76,749) at 20240405153045017 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/qfq.json' (76,750) at 20240405153054377 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml' (76,751) at 20220315030032667 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/powerpc-hcalls-record' (76,752) at 20210307214932566 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit_printer.py' (76,753) at 20240405153054225 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_init.h' (76,754) at 20210308005003368 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/copy_page.S' (76,755) at 20210307214925866 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/err_ev7.h' (76,756) at 20210307214925646 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/versatile.c' (76,757) at 20240405153045693 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-destdir.patch' (76,758) at 20210905000020557 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/gpio-samsung.h' (76,759) at 20240405153045685 2025-03-14 03:00:50.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/README' (76,760) at 20210308005002996 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_hwseq.c' (76,761) at 20220525020652514 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/mock_engine.h' (76,762) at 20220525020652891 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_d.c' (76,763) at 20210308005046509 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/stdint/int-types.c' (76,764) at 20210308005003744 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/tools/head_check.sh' (76,765) at 20220525020652086 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi6220-stub.c' (76,766) at 20240405153230211 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (76,767) at 20240206090017943 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kajaani_Pollyvaara' (76,768) at 20210307205553770 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/Makefile' (76,769) at 20210307214928338 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/spider_net_ethtool.c' (76,770) at 20240405153050321 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/igd-assign.txt' (76,771) at 20210308005045801 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/RoleCollection_v1.xml' (76,772) at 20240619080002936 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/resource.h' (76,773) at 20210307214926122 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-boe-himax8279d.c' (76,774) at 20240405153230615 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Vrm/meson.build' (76,775) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/sse2.c' (76,776) at 20210307214931814 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/nic-power-fault' (76,777) at 20241123090010951 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pid.h' (76,778) at 20240405153052765 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c' (76,779) at 20240405153050125 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/tsens-v0_1.c' (76,780) at 20240405153231499 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_debugfs.c' (76,781) at 20240405153230535 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_s10.h' (76,782) at 20210308005002780 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp1041.h' (76,783) at 20210307214928702 2025-03-14 03:00:50.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.yaml' (76,784) at 20220413030046446 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/dev.c' (76,785) at 20241216090017709 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/cpm1.c' (76,786) at 20240405153230051 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/livetree.c' (76,787) at 20210308005003728 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/child.cpp' (76,788) at 20230511080043139 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch' (76,789) at 20230706080014757 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts' (76,790) at 20210308005002860 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/boot.h' (76,791) at 20240405153046349 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/kapi.c' (76,792) at 20210307214930170 to deleted uid set 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_11_0_0_sh_mask.h' (76,793) at 20210307214927346 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/seg6_local.c' (76,794) at 20240628080014033 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/trace.json' (76,795) at 20240405153054113 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-edimm2.2.dts' (76,796) at 20240405153229967 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/mcpm_platsmp.c' (76,797) at 20210307214925834 2025-03-14 03:00:50.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/cpuinfo.c' (76,798) at 20240405153052489 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/0001-Remove-clutter.types-as-it-is-build-configuration-sp.patch' (76,799) at 20210608000015791 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb' (76,800) at 20241206090014250 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c' (76,801) at 20210308005046513 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/machine_check.c' (76,802) at 20220525020652070 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/266' (76,803) at 20220429100100914 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pstore/pstore_post_reboot_tests' (76,804) at 20210307214932710 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/modules.py' (76,805) at 20240405153232103 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb' (76,806) at 20241221090017548 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_translate_dce80.h' (76,807) at 20210307214927306 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/snapper9g20_defconfig' (76,808) at 20210308005003280 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cb710/debug.c' (76,809) at 20210307214929126 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fdt.c' (76,810) at 20210308005002832 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-realview.c' (76,811) at 20220627100016994 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/Makefile' (76,812) at 20240405153230755 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utxface.c' (76,813) at 20240405153046625 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/fix-build-on-32bit-arm.patch' (76,814) at 20240106090017237 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch' (76,815) at 20231011080016582 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/misc/ua101.c' (76,816) at 20220525020655103 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cache.h' (76,817) at 20210308005002816 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fixmap.h' (76,818) at 20240405153046001 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/pvpanic/pvpanic.c' (76,819) at 20240613080016427 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hts221_buffer.c' (76,820) at 20240405153048985 2025-03-14 03:00:50.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.err' (76,821) at 20210308005046405 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/async/context.cpp' (76,822) at 20241219090033968 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nubus/nubus.h' (76,823) at 20240906080037336 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/mem-phys-addr-record' (76,824) at 20210307214932566 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/other.json' (76,825) at 20240405153054157 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi' (76,826) at 20240405153229919 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/advantechwdt.c' (76,827) at 20240405153052237 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap' (76,828) at 20240425080042415 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c' (76,829) at 20240910080014030 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cevt-gt641xx.c' (76,830) at 20210307214926254 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/repair.h' (76,831) at 20240405153231775 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/libipmid/utils.cpp' (76,832) at 20241012080019916 to deleted uid set 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-inst.h' (76,833) at 20210308005046029 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/email-clients.rst' (76,834) at 20240405153045301 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/migrate.c' (76,835) at 20241111090012161 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/fpu.h' (76,836) at 20210307214926122 2025-03-14 03:00:50.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/memory.c' (76,837) at 20220525020652951 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_rgb.c' (76,838) at 20240405153048749 to deleted uid set 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc706.dts' (76,839) at 20210308005002632 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/LICENSE' (76,840) at 20210616125333493 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_types.h' (76,841) at 20210307214931686 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts' (76,842) at 20240405153229927 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/cacheflush.h' (76,843) at 20240405153230007 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/netlink_k.c' (76,844) at 20220525020654115 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mvebu-audio.txt' (76,845) at 20240405153045165 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/conf.h' (76,846) at 20210307214929970 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/powersave.cfg' (76,847) at 20210307205554106 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pcir.h' (76,848) at 20210307214927906 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_output.h' (76,849) at 20210307214927774 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbr.c' (76,850) at 20210308005046505 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/repaper.txt' (76,851) at 20210307214925306 2025-03-14 03:00:50.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dibx000_common.h' (76,852) at 20210307214928618 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/samsung-laptop.c' (76,853) at 20240405153051413 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-rex-basic.dts' (76,854) at 20240405153045501 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/gpio.h' (76,855) at 20210308005002880 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/Makefile' (76,856) at 20220525020652010 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_frac.h' (76,857) at 20210307214927030 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/wm831x_power.c' (76,858) at 20240405153051441 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/xilinx-xadc-core.c' (76,859) at 20240405153048965 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/235' (76,860) at 20220429100100914 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/pm.c' (76,861) at 20210307214929962 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.srio-pcie-boot-corenet' (76,862) at 20210308005003300 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.h' (76,863) at 20210307214929914 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch' (76,864) at 20210307205554550 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Nuclear-License' (76,865) at 20211006000025230 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch' (76,866) at 20210307205554614 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-palmas.txt' (76,867) at 20210307214925418 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch' (76,868) at 20230503080014591 to deleted uid set 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6001-j314c.dts' (76,869) at 20240405153045717 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-shift.h' (76,870) at 20210308005046497 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunxi-rsb.h' (76,871) at 20220525020654619 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/bareudp.sh' (76,872) at 20220525020655219 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/cmds.c' (76,873) at 20210308005003180 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/types/object_path_helpers.hpp' (76,874) at 20220610100046048 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/hda-codec-common.h' (76,875) at 20210308005045841 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch' (76,876) at 20230706080014745 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk/harma.cfg' (76,877) at 20231128090014177 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/phosphor-logging.wrap' (76,878) at 20230405080009657 2025-03-14 03:00:50.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/matrox_w1.c' (76,879) at 20240405153052233 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/gvp11.c' (76,880) at 20240405153231399 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts' (76,881) at 20210307214926194 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/xtensa-mx.h' (76,882) at 20210307214931410 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Do-not-build-mtest.patch' (76,883) at 20221003030013273 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SimpleStorageCollection_v1.xml' (76,884) at 20240619080002936 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/owl/Makefile' (76,885) at 20210308005003352 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_integratorcp.py' (76,886) at 20241211090212538 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/index.rst' (76,887) at 20240405153044961 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/fans.json' (76,888) at 20241106090019918 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/leds/ethanolx-led-manager-config-native.bb' (76,889) at 20241206090014202 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware.inc' (76,890) at 20241221090017472 to deleted uid set 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/files/emmc-init.service' (76,891) at 20240229090011779 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/op_helper.c' (76,892) at 20230426080043896 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-fd.c' (76,893) at 20230426080043656 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/hpilo.h' (76,894) at 20220525020653367 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service' (76,895) at 20210307205554602 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/outp.h' (76,896) at 20240405153048621 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c' (76,897) at 20240405153047137 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/qmi.c' (76,898) at 20240910080014058 2025-03-14 03:00:50.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/locking/index.rst' (76,899) at 20240405153045297 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/MAINTAINERS' (76,900) at 20220520030014644 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/vfpdouble.c' (76,901) at 20210307214925986 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/mips/math-emu/cp1emu.c' (76,902) at 20240405153046037 to deleted uid set 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/trx.c' (76,903) at 20240405153050641 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-cm3.conf' (76,904) at 20210905000020565 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/socket-helpers.c' (76,905) at 20240906080037580 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/Kconfig' (76,906) at 20240405153230519 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c' (76,907) at 20240405153050129 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Widget-Workshop' (76,908) at 20241221090017620 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/platmcpm.c' (76,909) at 20240405153045645 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt_amp.c' (76,910) at 20240405153053957 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c' (76,911) at 20240405153047257 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmnusa_defconfig' (76,912) at 20210308005003264 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s2mps11.yaml' (76,913) at 20240405153045145 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/gpio-samsung.c' (76,914) at 20240405153045685 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_conntrack_helper.sh' (76,915) at 20240405153054357 2025-03-14 03:00:50.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vansbro_Hummelberget' (76,916) at 20210307205553794 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0_pptable.h' (76,917) at 20240405153048349 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/xorg.conf' (76,918) at 20210307205554390 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Documentation/mboxctl.md' (76,919) at 20210308005108641 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb' (76,920) at 20230114040015546 to deleted uid set 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pci_dn.c' (76,921) at 20240405153046145 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/pm-imx25.c' (76,922) at 20240405153045649 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/termbits.h' (76,923) at 20210308005046093 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lzo/lzo1x_compress.c' (76,924) at 20240405153053093 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/mop500.c' (76,925) at 20240405153054017 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/vue.config.js' (76,926) at 20241004080035975 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig' (76,927) at 20210308005003244 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/swift/gpio_defs.json' (76,928) at 20210307205553718 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/Kconfig' (76,929) at 20240405153046305 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy19_C-97.0W' (76,930) at 20210307205553762 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/scsi/pr-manager.h' (76,931) at 20230426080043776 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/encode.def' (76,932) at 20220429100100786 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of_extra.h' (76,933) at 20210308005003628 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/mmu_context.h' (76,934) at 20220525020652114 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/snow.c' (76,935) at 20240405153053985 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_size.cpp' (76,936) at 20220922030007675 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/smc.c' (76,937) at 20210308005002860 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/recv_linux.c' (76,938) at 20240405153231491 2025-03-14 03:00:50.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.markdownlint.yaml' (76,939) at 20221208040005010 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/seg6_genl.h' (76,940) at 20210307214931658 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (76,941) at 20211015100030976 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_sseu.c' (76,942) at 20240405153230567 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/flash/phosphor-software-manager/bios-update' (76,943) at 20240326080016518 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf_desc.h' (76,944) at 20210307214930534 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/renderdoc_1.33.bb' (76,945) at 20241221090017528 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/aux_drv.h' (76,946) at 20240405153052157 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/testexport.py' (76,947) at 20241221090017632 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/msr-index.h' (76,948) at 20240405153232207 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb' (76,949) at 20241221090017684 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_police.c' (76,950) at 20240405153053361 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0004-Add-options-to-configure-the-use-of-libbsd.patch' (76,951) at 20240113090014532 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerEquipment_v1.xml' (76,952) at 20240619080002932 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-host-state-monitor.service' (76,953) at 20230216040014243 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6358-dma.h' (76,954) at 20210308005003636 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mad.h' (76,955) at 20220525020653163 2025-03-14 03:00:50.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_ptr_as_arr.c' (76,956) at 20210307214932646 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/fu540-prci.c' (76,957) at 20210308005003352 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa57.inc' (76,958) at 20240301090012451 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-armada100.c' (76,959) at 20210308005003512 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/evb-npcm845.conf' (76,960) at 20240628080015597 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/uncore-power.json' (76,961) at 20240405153054157 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_rt.c' (76,962) at 20220525020654847 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/bootm.c' (76,963) at 20210308005002828 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_switch.c' (76,964) at 20241018080014518 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/COPYING.MIT' (76,965) at 20210307205553738 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/pl2303.c' (76,966) at 20241001080013024 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-snap-persistent.c' (76,967) at 20240405153230767 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_resource.h' (76,968) at 20240405153047297 2025-03-14 03:00:50.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/qce/core.c' (76,969) at 20240405153046965 to deleted uid set 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/arm/host-signal.h' (76,970) at 20220429100100642 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/config.mk' (76,971) at 20210308005002796 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_SDCARD_defconfig' (76,972) at 20210308005003240 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch' (76,973) at 20241221090017664 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/syscall.h' (76,974) at 20240405153045917 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_struct.h' (76,975) at 20240405153231003 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_bpf_counters.sh' (76,976) at 20240405153232231 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi.init' (76,977) at 20210307205553818 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l24.h' (76,978) at 20210307214932302 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-simd.inc' (76,979) at 20210905000020581 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpt.h' (76,980) at 20240405153048449 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xilinx/xlnx_formatter_pcm.c' (76,981) at 20240405153054017 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/License_v1.xml' (76,982) at 20240619080002928 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_gnss.h' (76,983) at 20240405153050009 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m48t59-isa.c' (76,984) at 20241211090212326 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-pfr.dts' (76,985) at 20221021030041175 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/pathgentest.mako.hpp' (76,986) at 20210308005108057 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/kvm_para.h' (76,987) at 20240906080037356 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/watchdog.S' (76,988) at 20210308005002824 2025-03-14 03:00:50.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/Kconfig' (76,989) at 20220525020654919 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/npcm7xx_emc.c' (76,990) at 20241211090212306 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils' (76,991) at 20210307205554462 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/menf21bmc.rst' (76,992) at 20240405153045217 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/c_str.rs' (76,993) at 20241211090212458 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/pincfg.txt' (76,994) at 20210307214925422 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/ioctl.c' (76,995) at 20210307214931130 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkAdapterCollection_v1.xml' (76,996) at 20240619080002932 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_pearl_8x8.c' (76,997) at 20220525020654751 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/xen-scsifront.c' (76,998) at 20240405153231447 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_inf.json' (76,999) at 20241213090004421 to deleted uid set 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/setvar.py' (77,000) at 20231011080016622 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/Makefile' (77,001) at 20240405153052029 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-decon7.h' (77,002) at 20210307214927774 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_mman.h' (77,003) at 20230925080039945 2025-03-14 03:00:50.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/s900_cmu.h' (77,004) at 20210308005003632 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/binfmt_elf.c' (77,005) at 20240913080013821 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pine64-lts_defconfig' (77,006) at 20210308005003276 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/itrace.txt' (77,007) at 20240405153054077 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_plane.c' (77,008) at 20240405153048357 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/Makefile' (77,009) at 20240405153054085 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_sc1200.c' (77,010) at 20240405153046665 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1.c' (77,011) at 20240520080015235 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/gpio.h' (77,012) at 20210308005002672 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c' (77,013) at 20210308005003508 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/fusbh200.h' (77,014) at 20210308005003692 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inftrees.c' (77,015) at 20210307214931826 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/skeleton-gdbus.bbclass' (77,016) at 20210811000030029 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb' (77,017) at 20240413080012635 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/xxspltw.c' (77,018) at 20221215040039390 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/ecc-berr.c' (77,019) at 20210307214926206 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/repository.cpp' (77,020) at 20240820080027378 to deleted uid set 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-build.sh' (77,021) at 20240405153054365 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/evea.c' (77,022) at 20240405153054017 2025-03-14 03:00:50.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mvebu/Makefile' (77,023) at 20210308005003216 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/files/0001-OPTEE-Private-Includes.patch' (77,024) at 20241221090017468 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/ext/hdac_ext_stream.c' (77,025) at 20240405153053505 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AAL' (77,026) at 20210307205554414 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usb/meson.build' (77,027) at 20241018080022102 to deleted uid set 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/dai-params.yaml' (77,028) at 20240405153045161 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mpic-timer.txt' (77,029) at 20210307214925406 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/um_arch.c' (77,030) at 20240405153046345 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf.inc' (77,031) at 20210307205553950 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm3515.c' (77,032) at 20240405153232163 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/arb.c' (77,033) at 20220525020652943 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/starfive/reset-starfive-jh7110.c' (77,034) at 20240405153231371 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/MAINTAINERS' (77,035) at 20210308005002948 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/sk_bind_sendto_listen.c' (77,036) at 20240405153054353 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bootconfig-data.S' (77,037) at 20240405153053081 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb' (77,038) at 20241206090014278 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sti-sas.c' (77,039) at 20240405153232163 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/keymaps_1.0.bb' (77,040) at 20241206090014310 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/dsdt.asl' (77,041) at 20210308005003008 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/Kconfig' (77,042) at 20210307214929790 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/filter_expr_printer.cpp' (77,043) at 20240904080003186 to deleted uid set 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/qlogicfas.rst' (77,044) at 20210307214925558 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3517_mt_ventoux.dts' (77,045) at 20240405153045597 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig' (77,046) at 20210307214926366 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/cx25840-core.h' (77,047) at 20210307214928654 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lzo/lzodefs.h' (77,048) at 20210307214931806 2025-03-14 03:00:50.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h' (77,049) at 20240405153051941 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_sample02_multiqueue.sh' (77,050) at 20240405153053429 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/serial_connection/serial_console_client.robot' (77,051) at 20210320000013960 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/som-db5800-som-6867.h' (77,052) at 20210308005003616 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sdm845.c' (77,053) at 20220525020652322 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xive/Makefile' (77,054) at 20210307214926486 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx8ulp-pcc-clock.yaml' (77,055) at 20240405153045025 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-chassis-transition-to-on@.service' (77,056) at 20241010080031033 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cpcmd.h' (77,057) at 20210307214926506 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/gpio-uclass.c' (77,058) at 20220215040051576 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/qedr_iw_cm.c' (77,059) at 20220525020653155 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/geode/Makefile' (77,060) at 20210307214926742 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb' (77,061) at 20241221090017556 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml' (77,062) at 20220525020651662 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cdc_ncm.c' (77,063) at 20240405153050373 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-filter.png' (77,064) at 20220105012522967 to deleted uid set 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/psc-i2s.c' (77,065) at 20240405153053557 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/README' (77,066) at 20240906080037576 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-ip27.c' (77,067) at 20210307214926286 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/disclaimer-sp.rst' (77,068) at 20240405153045277 2025-03-14 03:00:50.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_elf.py' (77,069) at 20210308005003748 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/updater_mock.hpp' (77,070) at 20210427000038985 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-popmetal.dts' (77,071) at 20210308005002604 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/al,alpine-msix.txt' (77,072) at 20210307214925342 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/vmpressure.c' (77,073) at 20240405153053153 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/n2_core.c' (77,074) at 20240405153230267 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ibt_selftest.S' (77,075) at 20240405153230127 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' (77,076) at 20241115090032982 to deleted uid set 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_owl.c' (77,077) at 20210308005003484 2025-03-14 03:00:50.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-driver.h' (77,078) at 20220525020653271 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/stats.h' (77,079) at 20240405153050525 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso.S' (77,080) at 20240326080039562 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/dce80_hw_sequencer.c' (77,081) at 20210307214927286 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v13_0_4.c' (77,082) at 20240405153047157 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/at91sam9260ek.c' (77,083) at 20210308005002916 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_i210.h' (77,084) at 20210307214929466 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lp8788-irq.c' (77,085) at 20221102030020809 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccountService.v1_16_0.json' (77,086) at 20240918080002716 to deleted uid set 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/debug.h' (77,087) at 20210307214926210 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/unified.h' (77,088) at 20220525020651882 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_gfx10.h' (77,089) at 20210307214927226 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/service_files/xyz.openbmc_project.biosconfig_manager.service' (77,090) at 20220525020615786 2025-03-14 03:00:50.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_ringbufs.sh' (77,091) at 20240405153054241 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axc003.dtsi' (77,092) at 20240405153045357 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_int.c' (77,093) at 20240405153050309 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_wacom_generic.py' (77,094) at 20240405153054309 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/dummycon.c' (77,095) at 20220525020654307 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/OWNERS' (77,096) at 20221013030007910 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/bblayers.conf.sample' (77,097) at 20220910030013373 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/setup.cfg' (77,098) at 20210308005048033 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-Allow-newer-version-of-wheel-and-setuptools.patch' (77,099) at 20241221090017560 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb' (77,100) at 20230520080014476 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb' (77,101) at 20241221090017552 to deleted uid set 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/uconn.c' (77,102) at 20240405153048637 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-sdio.c' (77,103) at 20210308005002552 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/datagram.c' (77,104) at 20240405153232067 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_dlbu.h' (77,105) at 20210307214927858 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/harmony_defconfig' (77,106) at 20210308005003260 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/mips/kernel/ftrace.c' (77,107) at 20220525020652006 to deleted uid set 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/pci_dlpar.c' (77,108) at 20240405153230055 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/0001-vulkan-samples-Fix-reproducibility-issue.patch' (77,109) at 20231126090012865 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm017-dc3.dts' (77,110) at 20210308005002636 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/non-repro-meta-networking.inc' (77,111) at 20241221090017492 2025-03-14 03:00:50.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/idle.c' (77,112) at 20210307214926450 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/switch_to_64.h' (77,113) at 20240405153046321 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/cbe_thermal.c' (77,114) at 20240405153046201 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/.gitignore' (77,115) at 20240405153054353 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/licenses.csv' (77,116) at 20220402030016247 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/config.h' (77,117) at 20210308005002644 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Host@.service' (77,118) at 20230215040018435 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smsc9420.c' (77,119) at 20240405153231051 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_cq.h' (77,120) at 20240405153051601 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_power_map.c' (77,121) at 20240405153048445 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml' (77,122) at 20240405153045037 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-landisk/mach/gio.h' (77,123) at 20210307214926558 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wavefront/wavefront_midi.c' (77,124) at 20220525020654983 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0001-Change-whether-to-inline-XXH3_hashLong_withSecret-to.patch' (77,125) at 20230503080014583 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/at86rf230.h' (77,126) at 20210307214929678 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-stmfx.c' (77,127) at 20240405153231327 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-stinger96.dts' (77,128) at 20240405153045585 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/templates/default/local.conf.sample' (77,129) at 20241221090017568 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch' (77,130) at 20241221090017524 2025-03-14 03:00:50.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-dreamcast/mach/sysasic.h' (77,131) at 20240405153046313 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/0001-libedit-Include-missing-header-stdc-predef.h.patch' (77,132) at 20220204040022456 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep0020-common.dtsi' (77,133) at 20210308005002596 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_tracepoint.h' (77,134) at 20240405153053381 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mvebu-pmsu.h' (77,135) at 20210307214931454 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/expected_stdout' (77,136) at 20210307214932154 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/mem-phys-addr.py' (77,137) at 20210307214932570 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png' (77,138) at 20210307205554610 to deleted uid set 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_font_data.h' (77,139) at 20210308005003692 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/idmap.c' (77,140) at 20241211090145369 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-qcom-lpg.rst' (77,141) at 20240405153045225 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,msm8916-wcd-digital.txt' (77,142) at 20210307214925434 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-r4.dts' (77,143) at 20240405153045781 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-license-alias.bb' (77,144) at 20230610080017615 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/.gitignore' (77,145) at 20210308005107513 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/rpl_iptunnel.c' (77,146) at 20241008080014035 to deleted uid set 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/msgbuf_generic.c' (77,147) at 20241009080011085 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/bitmask.h' (77,148) at 20210307214932618 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-dump.c' (77,149) at 20241211090212482 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/pm.c' (77,150) at 20210307214926982 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/renesas,scifb.yaml' (77,151) at 20240405153045153 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.desktop' (77,152) at 20210307205554586 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/index.rst' (77,153) at 20240405153229823 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/flash.c' (77,154) at 20210308005002944 2025-03-14 03:00:50.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/.gitignore' (77,155) at 20210308005003204 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/ptrace.h' (77,156) at 20240405153046285 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' (77,157) at 20220105012522963 to deleted uid set 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/checksums.rst' (77,158) at 20240405153045201 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/Makefile' (77,159) at 20240405153046269 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-dlink-dns327l.dts' (77,160) at 20240405153229871 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/cong.c' (77,161) at 20240405153230715 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tps23861.rst' (77,162) at 20220525020651738 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/gen_list.sh' (77,163) at 20221209040018559 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/083.out' (77,164) at 20210308005046445 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/percpu-refcount.h' (77,165) at 20240405153052761 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/pbi.cfg' (77,166) at 20210308005003012 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/rockchip_usb2_phy.c' (77,167) at 20210308005003520 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_paths.cpp' (77,168) at 20241003080023045 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/index.rst' (77,169) at 20210307214925238 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/origen_defconfig' (77,170) at 20210308005003272 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-gate-s10.c' (77,171) at 20240405153046845 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/dma-api.rst' (77,172) at 20240405153045001 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/media/tvp5150.h' (77,173) at 20210307214931342 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/resolver/ad2s90.c' (77,174) at 20240405153049013 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-evm-u-boot.dtsi' (77,175) at 20210308005002564 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-pldm.bbclass' (77,176) at 20211022000021630 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-trace.c' (77,177) at 20220525020654243 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-imx6ul_defconfig' (77,178) at 20210308005003276 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/counter/ti,am62-ecap-capture.yaml' (77,179) at 20240405153045033 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/taishan_defconfig' (77,180) at 20210309003648872 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_onenand_small_defconfig' (77,181) at 20210308005003284 2025-03-14 03:00:50.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/ecard.c' (77,182) at 20240405153045681 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SessionCollection.json' (77,183) at 20240619080002956 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/pdr_internal.h' (77,184) at 20240405153051765 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mes_v10_1.h' (77,185) at 20210307214927238 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-mtp.c' (77,186) at 20240906080037304 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/checksec.py' (77,187) at 20220721030015849 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sifive-plic.c' (77,188) at 20241023080012879 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9320.c' (77,189) at 20220525020654115 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-null.h' (77,190) at 20221215040039190 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6apm-lpass-dais.yaml' (77,191) at 20240405153045169 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/MAINTAINERS' (77,192) at 20210308005048029 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/gitarchive.py' (77,193) at 20241221090017632 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch' (77,194) at 20241221090017672 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/.clang-format' (77,195) at 20240820080007197 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/decl.h' (77,196) at 20240405153231215 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/maximum.hpp' (77,197) at 20220727030028317 2025-03-14 03:00:50.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/copyleft_filter.bbclass' (77,198) at 20220910030013389 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/usbatm.h' (77,199) at 20210307214930774 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/emc6w201.c' (77,200) at 20240405153048853 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/Makefile' (77,201) at 20240405153049969 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb' (77,202) at 20241221090017560 to deleted uid set 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/chromeos_acpi.c' (77,203) at 20240405153231339 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/prom.c' (77,204) at 20210307214926186 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs_bsg.h' (77,205) at 20240405153052029 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/autogroup.h' (77,206) at 20240405153053037 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/sys_membarrier.h' (77,207) at 20240326080039550 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ina238.rst' (77,208) at 20240405153045217 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_gen1.h' (77,209) at 20220525020653823 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c' (77,210) at 20240613080016435 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/log_stap.py' (77,211) at 20240326080039630 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/netfs/Kconfig' (77,212) at 20220525020654439 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-reg.h' (77,213) at 20210307214928598 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_tcon_top.h' (77,214) at 20210307214928042 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/147.out' (77,215) at 20210308005046453 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/base-files/base-files%.bbappend' (77,216) at 20210307205554226 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.c' (77,217) at 20210307214927962 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h' (77,218) at 20220525020653987 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-a10-hosc.c' (77,219) at 20210307214927030 2025-03-14 03:00:50.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/ppc.h' (77,220) at 20241211090212362 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_com.c' (77,221) at 20240910080014046 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/fddi/skfp.rst' (77,222) at 20210309003648448 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/interrupts.c' (77,223) at 20210308005002800 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c' (77,224) at 20240405153054357 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043a_psci.S' (77,225) at 20210308005002556 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_object.c' (77,226) at 20241211090145429 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/rgb.c' (77,227) at 20240405153230639 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-nitrogen7.dts' (77,228) at 20240405153045533 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/Makefile' (77,229) at 20210308005003356 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/comedi_pci.c' (77,230) at 20240405153046881 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/COPYING.MIT' (77,231) at 20210307205553738 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/switch_to.h' (77,232) at 20210307214926310 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cpuidle.h' (77,233) at 20220525020651878 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/format-code.sh' (77,234) at 20210308005108641 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c' (77,235) at 20220525020652490 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/e3x0-button.c' (77,236) at 20240405153049141 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_session.h' (77,237) at 20210308004938820 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-ram.c' (77,238) at 20240913080013801 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/clk.py' (77,239) at 20240405153053449 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_86VS_defconfig' (77,240) at 20210308005003260 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mce/vas-api.h' (77,241) at 20220525020652042 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-4.0' (77,242) at 20210307205554418 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ulpi.txt' (77,243) at 20210307214925450 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih418-b2199.dts' (77,244) at 20240405153045581 2025-03-14 03:00:50.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,dcc.yaml' (77,245) at 20240405153045157 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/arduino.c' (77,246) at 20210927100127105 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-test.c' (77,247) at 20221215040039382 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/mmzone.h' (77,248) at 20240405153229999 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-static-norootfs.inc' (77,249) at 20230114040015490 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h' (77,250) at 20240624080012784 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/MAINTAINERS' (77,251) at 20210308005003076 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscredsx509.h' (77,252) at 20210927100127225 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_cmd.py' (77,253) at 20231128090016009 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_serial.h' (77,254) at 20240405153231551 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/aspeed_timer.c' (77,255) at 20241211090212338 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/mem.c' (77,256) at 20240405153046973 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x07_channel.h' (77,257) at 20210307214928082 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/virtual-memory.json' (77,258) at 20240405153054137 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/imx8ulp-pcc-reset.h' (77,259) at 20240405153052653 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/proxy.c' (77,260) at 20241211090212326 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/emc1403.rst' (77,261) at 20210309003648424 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/switch.rst' (77,262) at 20210307214925222 2025-03-14 03:00:50.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip6_route.h' (77,263) at 20241216090017769 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mutex.h' (77,264) at 20240405153054197 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/st_slim_rproc.c' (77,265) at 20240405153231367 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/jz4740_ecc.c' (77,266) at 20210309003650484 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/powermode.cpp' (77,267) at 20241106090023554 to deleted uid set 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/user.rst' (77,268) at 20210307214925242 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/irqflags.S' (77,269) at 20240405153046433 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mvsdio.c' (77,270) at 20240405153230855 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/tlb.c' (77,271) at 20210308005002988 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/mmu_helper.c' (77,272) at 20240906080037532 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/syscall.tbl' (77,273) at 20241211090212378 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sys_ni.c' (77,274) at 20240710080014613 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-apsh4a3a.c' (77,275) at 20210307214926534 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/seq_exec.c' (77,276) at 20210308005002756 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/err-bad-newline.cocci' (77,277) at 20210308005046237 2025-03-14 03:00:50.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/st-nci.h' (77,278) at 20210307214929982 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts' (77,279) at 20240405153045753 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-cpld.h' (77,280) at 20210307214928682 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/Makefile' (77,281) at 20210308005002976 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/tty.c' (77,282) at 20210309003649004 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/divsi3.S' (77,283) at 20210713000020196 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_tx.c' (77,284) at 20210920100020779 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5659.c' (77,285) at 20240405153232155 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/math64.h' (77,286) at 20240405153052725 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus.hpp' (77,287) at 20241113090031717 to deleted uid set 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/reboot.c' (77,288) at 20240405153045633 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0001-make-opencv-configurable.patch' (77,289) at 20240413080012639 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch' (77,290) at 20230131040012031 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw560x.dts' (77,291) at 20240405153045501 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/skbmod.json' (77,292) at 20220525020655231 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sys_eeprom.c' (77,293) at 20210308005002960 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_d.c' (77,294) at 20210308005046521 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/broadsheetfb.h' (77,295) at 20210307214931694 2025-03-14 03:00:50.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/adb.h' (77,296) at 20210307214931622 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcmstb.h' (77,297) at 20210308005003588 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_lif.h' (77,298) at 20240405153049445 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmc-sdhci-s3c.h' (77,299) at 20210307214931478 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h' (77,300) at 20240405153047229 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-imx27.c' (77,301) at 20241211090145485 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/renesas_rpc_spi.c' (77,302) at 20210308005003492 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/scrub.h' (77,303) at 20240405153052293 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap/0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch' (77,304) at 20230401080011931 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-arm.inc' (77,305) at 20210905000020577 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/peak_canfd/peak_canfd_user.h' (77,306) at 20210307214929258 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/gmsl-cameras.dtsi' (77,307) at 20240405153229959 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/stree.c' (77,308) at 20240820080014177 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_git.bb' (77,309) at 20241221090017472 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell,orion-mdio.yaml' (77,310) at 20240405153045117 2025-03-14 03:00:50.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb' (77,311) at 20230813080012852 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_iwarp.c' (77,312) at 20240405153050229 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/core/verbs.c' (77,313) at 20240405153230699 to deleted uid set 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/keypad.h' (77,314) at 20210309003648712 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/obmcconsole1' (77,315) at 20220406030027925 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_private_stp.h' (77,316) at 20210307214931894 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sr-som-ti.dtsi' (77,317) at 20240405153045517 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/law.c' (77,318) at 20210308005003172 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes.txt' (77,319) at 20210307205553722 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ulist.h' (77,320) at 20240405153052297 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-probe.txt' (77,321) at 20240405153054081 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk.png' (77,322) at 20210307205554314 to deleted uid set 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-audio-hook.c' (77,323) at 20240405153230791 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_open_unittest.cpp' (77,324) at 20230821192414188 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/hardware.h' (77,325) at 20210307214925958 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/lsm.rst' (77,326) at 20240405153045257 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_common.h' (77,327) at 20210309003649436 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/display/sdtv-standards.h' (77,328) at 20240405153231795 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_state_manager_main.cpp' (77,329) at 20240823080031161 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/armada-thermal.txt' (77,330) at 20240405153045177 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-38x.txt' (77,331) at 20210307214925274 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf-completion.sh' (77,332) at 20240405153054105 2025-03-14 03:00:50.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-hdmi.c' (77,333) at 20240726080012882 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/vlock-no_tally.patch' (77,334) at 20210307205553934 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.yaml' (77,335) at 20240405153045073 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_psp_ta.c' (77,336) at 20240830080013251 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/ddr.c' (77,337) at 20210308005002964 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83792d.c' (77,338) at 20240405153048881 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc3250-ea3250.dts' (77,339) at 20240405153045533 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/khugepaged.h' (77,340) at 20240405153052717 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre2_10.44.bb' (77,341) at 20241221090017696 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/nh-neon-core.S' (77,342) at 20240405153045849 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/Kconfig' (77,343) at 20240405153230047 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-v6.c' (77,344) at 20240405153229915 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch' (77,345) at 20241221090017532 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/utils.c' (77,346) at 20241216090017809 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm8150.h' (77,347) at 20240405153052645 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/dts/Makefile' (77,348) at 20210308005002824 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst' (77,349) at 20240405153045313 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_host_network_interfaces.robot' (77,350) at 20240628080017117 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/signal.h' (77,351) at 20220525020655187 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/test/meson.build' (77,352) at 20220805030037283 to deleted uid set 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml' (77,353) at 20221207040023627 2025-03-14 03:00:50.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0004-don-not-append-system-name-to-lib-name.patch' (77,354) at 20241221090017524 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pinctrl.c' (77,355) at 20240405153051365 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_bmap.c' (77,356) at 20241023080012895 to deleted uid set 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/hisilicon/hi6210-i2s.h' (77,357) at 20210307214932378 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section_header.hpp' (77,358) at 20240820080027378 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/snps,hsdk-cgu.txt' (77,359) at 20210308005003300 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ila.h' (77,360) at 20210307214931638 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/intel-family.h' (77,361) at 20240405153230111 to deleted uid set 2025-03-14 03:00:50.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/notifier.h' (77,362) at 20240405153231831 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine.c' (77,363) at 20241211090212262 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/syscall.tbl' (77,364) at 20241211090212378 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (77,365) at 20231114090012542 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel-quark/Makefile' (77,366) at 20210307214926746 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/pfncache.c' (77,367) at 20240405153054393 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_main.c' (77,368) at 20241018080014502 to deleted uid set 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptpf_main.c' (77,369) at 20241211090145401 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/gdb_xml.h' (77,370) at 20210307214926494 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml' (77,371) at 20240405153045181 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_task.c' (77,372) at 20240405153054265 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/verify_cpu.S' (77,373) at 20220525020652174 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/popt/popt/run-ptest' (77,374) at 20220409030017507 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/osi.rst' (77,375) at 20240405153229815 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch' (77,376) at 20241206090014250 2025-03-14 03:00:50.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/pm_helpers.h' (77,377) at 20220525020653295 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/upcase.c' (77,378) at 20240405153052461 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1390.c' (77,379) at 20240405153051497 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch' (77,380) at 20240413080012627 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/quota.h' (77,381) at 20210307214931198 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/0001-executor-Remove-including-error.h-in-test_linux.h.patch' (77,382) at 20241206090014266 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/tegra_pwm.c' (77,383) at 20210308005003472 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6_plugin.S' (77,384) at 20210308005002648 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/st_sensors_core.h' (77,385) at 20220525020653099 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/upower/upower_1.90.6.bb' (77,386) at 20241221090017544 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/priv.h' (77,387) at 20220525020652959 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/commands.h' (77,388) at 20240906080037328 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ia_css_yuv444_io_param.h' (77,389) at 20210307214930558 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/Makefile' (77,390) at 20210307214930686 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rbtree.h' (77,391) at 20240405153052785 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/sifive_u.c' (77,392) at 20241211090212326 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nsa325.dts' (77,393) at 20240405153045457 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/Makefile' (77,394) at 20210309003648816 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53679@70.conf' (77,395) at 20210307205554094 2025-03-14 03:00:50.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/Kconfig' (77,396) at 20240405153231339 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/wmi.c' (77,397) at 20240805080013987 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/exynos-ppmu.h' (77,398) at 20210307214927118 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon-tacoma/obmc/fan-watchdog/fan-watchdog.conf' (77,399) at 20210307205553698 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/uncore-interconnect.json' (77,400) at 20240405153054121 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-v0-core.h' (77,401) at 20240405153046985 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_i2c.c' (77,402) at 20240405153046765 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc64.c' (77,403) at 20240405153053081 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/Kconfig' (77,404) at 20240405153046309 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Oskarshamn' (77,405) at 20210307205553790 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/MAINTAINERS' (77,406) at 20210308005002920 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/test-sysfs.sh' (77,407) at 20240405153054325 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/permedia2.h' (77,408) at 20210307214931698 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/run-ptest' (77,409) at 20240301090012431 to deleted uid set 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links-monitor.bb' (77,410) at 20220921030015990 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trace.c' (77,411) at 20240405153052609 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/reboot-guard-enable.service.in' (77,412) at 20220915030030551 to deleted uid set 2025-03-14 03:00:50.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c' (77,413) at 20210307214927958 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh' (77,414) at 20240405153054345 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i740_reg.h' (77,415) at 20210307214930914 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/Kconfig' (77,416) at 20210307214930598 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c.txt' (77,417) at 20210308005003304 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/0001-Do-not-poke-at-build-host-s-etc-os-release.patch' (77,418) at 20210307205553818 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/managers.hpp' (77,419) at 20241217090008768 to deleted uid set 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/.isort.cfg' (77,420) at 20210308005046241 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1040rdb.dts' (77,421) at 20240405153046093 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron-failure' (77,422) at 20241123090010951 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/index.rst' (77,423) at 20240326080039406 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/message-based.rst' (77,424) at 20210307214925466 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h' (77,425) at 20220525020653555 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-elf4tmp.sh' (77,426) at 20210307205554130 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb' (77,427) at 20241221090017556 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/config.mk' (77,428) at 20210308005002848 2025-03-14 03:00:50.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/vxlan_flooding_ipv6.sh' (77,429) at 20240405153054301 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/translate.c' (77,430) at 20240906080037532 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-ip32.c' (77,431) at 20210307214926286 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_fcntl.h' (77,432) at 20210927100127265 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/bittiming.c' (77,433) at 20240405153049729 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch' (77,434) at 20241221090017660 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch' (77,435) at 20210905000020561 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_misc_tcp_hdr_options.c' (77,436) at 20240405153054277 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/triggers/timer.cpp' (77,437) at 20230825080027865 to deleted uid set 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/skeleton.bbclass' (77,438) at 20210307205554058 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/linux,wdt-gpio.yaml' (77,439) at 20240405153045185 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sagem_f@st1704_ram_defconfig' (77,440) at 20210308005003276 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml' (77,441) at 20240113090021756 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha256-glue.c' (77,442) at 20240405153045849 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/remote-obj.c' (77,443) at 20240906080037284 2025-03-14 03:00:50.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/sysctrl.c' (77,444) at 20240405153230015 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_i2c_atmel.c' (77,445) at 20240405153046761 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/amlogic,meson-axg-audio-arb.yaml' (77,446) at 20240405153045149 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/fcntl.h' (77,447) at 20240405153054053 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/mcg.c' (77,448) at 20240405153231011 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/rfi.c' (77,449) at 20240411080014118 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/w3m' (77,450) at 20241221090017620 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-parser.c' (77,451) at 20220429100100746 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ebcdic.c' (77,452) at 20240405153230079 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pv88090-regulator.c' (77,453) at 20240405153051473 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wl1273-core.c' (77,454) at 20240405153049625 2025-03-14 03:00:50.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/buildtools-imagemagick.bb' (77,455) at 20240413080012647 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventService.v1_10_2.json' (77,456) at 20240619080002948 to deleted uid set 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/curve25519.c' (77,457) at 20220525020654747 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gen_stats.h' (77,458) at 20240405153052845 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/Makefile' (77,459) at 20210307214930086 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_qm_cgm_regs.h' (77,460) at 20240405153046585 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scheduled_host_transition_main.cpp' (77,461) at 20240823080031165 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/meson.build' (77,462) at 20241211090212258 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts' (77,463) at 20240405153045785 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/syscalls_32.h' (77,464) at 20221102030020749 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/a9scu.c' (77,465) at 20241211090212294 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-intel.c' (77,466) at 20240405153231463 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-hsg-h702.dts' (77,467) at 20210308005002620 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch' (77,468) at 20241221090017672 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/priv.h' (77,469) at 20220525020652959 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/chtwc_int33fe.c' (77,470) at 20240405153051405 2025-03-14 03:00:50.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c' (77,471) at 20240405153049013 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-topology.c' (77,472) at 20240405153053957 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852ae.c' (77,473) at 20240405153050673 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/program-edid.service' (77,474) at 20230809080018199 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/psutils' (77,475) at 20211006000025246 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@80/tmp75@4c.conf' (77,476) at 20240904080027738 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/err_ev6.c' (77,477) at 20210307214925654 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch.h' (77,478) at 20221215040039062 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mmu.h' (77,479) at 20240405153045621 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-termcolor_2.5.0.bb' (77,480) at 20241221090017560 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pgtable-bits.h' (77,481) at 20240405153230011 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/Vera.ttf' (77,482) at 20210307205554370 to deleted uid set 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_utils_64.h' (77,483) at 20210308005046501 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/dc_fpu.c' (77,484) at 20240405153047197 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.cocciconfig' (77,485) at 20210307214925182 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/cpu.c' (77,486) at 20210308005002824 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/dma.h' (77,487) at 20210307214925970 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/mach-config.h' (77,488) at 20240405153232139 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/baboon.c' (77,489) at 20210307214926170 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-10.yaml' (77,490) at 20241219090012972 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/core/memstick.c' (77,491) at 20240405153049589 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-3level.h' (77,492) at 20240405153229907 2025-03-14 03:00:50.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/crypto.c' (77,493) at 20240405153053465 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/debugfs_sta.c' (77,494) at 20240613080016443 to deleted uid set 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/clk-conf.c' (77,495) at 20240405153046777 to deleted uid set 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hermes_rid.h' (77,496) at 20210307214929866 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb' (77,497) at 20220402030015959 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/numa/srat.c' (77,498) at 20240613080016379 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/test/meson.build' (77,499) at 20240112090036676 to deleted uid set 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_trace.h' (77,500) at 20240405153049993 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_addi.c' (77,501) at 20210308005046529 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_decode_pv_num_check.yaml' (77,502) at 20240908080010098 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3_pgtable.h' (77,503) at 20240405153230007 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib_0.112.bb' (77,504) at 20220402030016147 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-execnet/run-ptest' (77,505) at 20240301090012431 to deleted uid set 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem_shmem_helper.h' (77,506) at 20240405153231795 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/clk-prcmu.c' (77,507) at 20240405153046869 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/oflib.c' (77,508) at 20210307214926362 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/config' (77,509) at 20240405153232275 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/.gitignore' (77,510) at 20210307214932470 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb' (77,511) at 20241206090014338 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/imx_epit.c' (77,512) at 20241211090212342 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/tegra124-car.h' (77,513) at 20210308005003640 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-cgroup.h' (77,514) at 20240405153052661 2025-03-14 03:00:50.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kovland' (77,515) at 20210307205553786 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru/of-name-to-eeprom.sh' (77,516) at 20210307205554070 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi/gaudi_coresight.c' (77,517) at 20240405153046561 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h' (77,518) at 20240405153231031 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/run-ptest' (77,519) at 20210307205554482 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/aarch64/vdso-be.so' (77,520) at 20241211090212374 to deleted uid set 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-cec.c' (77,521) at 20210406100035899 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/st_sensors_i2c.c' (77,522) at 20240405153048973 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-at91rm9200.c' (77,523) at 20240405153231371 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-serialize.S' (77,524) at 20210307214926134 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/base.c' (77,525) at 20220525020652959 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-cubox.dts' (77,526) at 20240405153229875 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/qcom_battmgr.c' (77,527) at 20240910080014062 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_fsm.c' (77,528) at 20231229090005663 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-landisk/setup.c' (77,529) at 20210307214926538 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzawrs.c.inc' (77,530) at 20240906080037524 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/__init__.py' (77,531) at 20210307205554434 2025-03-14 03:00:50.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi' (77,532) at 20240405153045769 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/nwl-dsi.h' (77,533) at 20210307214927746 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/soc.c' (77,534) at 20210308005002728 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_1_2_sh_mask.h' (77,535) at 20210307214927690 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/jitdump.h' (77,536) at 20210307214932598 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_cq.c' (77,537) at 20240405153051601 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/asm-offsets.c' (77,538) at 20210308005002816 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/noring.c' (77,539) at 20210307214932742 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/subskeleton.c' (77,540) at 20240405153054261 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-i2c.c' (77,541) at 20210307214928706 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch' (77,542) at 20241221090017548 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_olt.c' (77,543) at 20240405153052365 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt' (77,544) at 20240405153045173 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/blob_dtb.py' (77,545) at 20210308005003748 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/softirq_stack.h' (77,546) at 20240405153046281 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra.yaml' (77,547) at 20240405153045017 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/img-pwm.txt' (77,548) at 20210307214925406 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_7_ppsmc.h' (77,549) at 20240405153048349 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_hw.c' (77,550) at 20240405153049093 2025-03-14 03:00:50.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/dot11d.h' (77,551) at 20210307214930630 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-delay.yaml' (77,552) at 20240405153045061 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/madvise_behavior.sh' (77,553) at 20240405153054173 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/thmc50.c' (77,554) at 20240405153048877 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/kprobes.c' (77,555) at 20240405153045909 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/140.out' (77,556) at 20240326080039730 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spmi/hisi-spmi-controller.c' (77,557) at 20240624080012800 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-spin-table.dtsi' (77,558) at 20210307214926010 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/mb862xxfb.h' (77,559) at 20210307214930918 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dsl_dataset.h' (77,560) at 20210308005003692 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/zns.c' (77,561) at 20240405153051205 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/introspect.py' (77,562) at 20240906080037444 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_ioctl.h' (77,563) at 20240405153231731 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/Makefile' (77,564) at 20240405153045433 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_sw_fence_work.h' (77,565) at 20220525020652911 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb' (77,566) at 20241221090017524 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmu_context_32.h' (77,567) at 20220525020652118 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun50i-h6-r-ccu.h' (77,568) at 20210308005003636 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/joydev/joystick-api.rst' (77,569) at 20220525020651738 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/99_network' (77,570) at 20210307205554482 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/virtio/mmio.yaml' (77,571) at 20240405153045185 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8195/mt8195-clk.c' (77,572) at 20240405153054001 2025-03-14 03:00:50.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/dmi-quirks.c' (77,573) at 20240415080012983 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml' (77,574) at 20240405153045153 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.yaml' (77,575) at 20220525020651690 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf' (77,576) at 20210307205554274 to deleted uid set 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-common.rst' (77,577) at 20210307214925466 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/us122l.h' (77,578) at 20220525020655107 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/verbs.h' (77,579) at 20240405153049097 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/status.txt' (77,580) at 20210308005003300 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi' (77,581) at 20240405153229967 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/interfaceaddtest.mako.hpp' (77,582) at 20210308005108057 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_h.c' (77,583) at 20210308005046517 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/board.c' (77,584) at 20210308005002768 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/hypersparc.S' (77,585) at 20210307214926610 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_ktls.c' (77,586) at 20240405153049937 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/fd.hpp' (77,587) at 20230511080009359 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/seg6.h' (77,588) at 20240405153052937 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtmitchell_riser.json' (77,589) at 20241030080004527 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc-sysbus.c' (77,590) at 20241211090212254 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_nfacct.h' (77,591) at 20210307214931646 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/code_update/host_code_update.robot' (77,592) at 20240628080017109 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll.h' (77,593) at 20210308005002792 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/monitor.h' (77,594) at 20240906080037344 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/rockchip/grf.c' (77,595) at 20240405153231451 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/Makefile' (77,596) at 20240405153231911 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/Makefile' (77,597) at 20240405153053037 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/qe_firmware.rst' (77,598) at 20240405153229823 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_debugfs.c' (77,599) at 20240405153052121 2025-03-14 03:00:50.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c' (77,600) at 20241125090012251 to deleted uid set 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/empty.out' (77,601) at 20241211090212542 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8349_defconfig' (77,602) at 20210308005003280 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb' (77,603) at 20241221090017504 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/cubieboard.rst' (77,604) at 20241211090212238 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/hw_channel.c' (77,605) at 20241011080017331 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-pcu18be.rst' (77,606) at 20210309003648496 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_6_1_0_offset.h' (77,607) at 20240405153230499 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/xor.h' (77,608) at 20240405153045349 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8996.h' (77,609) at 20210307214931330 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/mmu/mmu.c' (77,610) at 20240405153230159 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/094.out' (77,611) at 20210927100127481 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/putuser.S' (77,612) at 20210307214925870 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/s5p/exynos_hdmi_cecctrl.c' (77,613) at 20210307214928598 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/store/intel.js' (77,614) at 20220105012522991 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/owl-dma.yaml' (77,615) at 20240405153045053 2025-03-14 03:00:50.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/Kconfig' (77,616) at 20240405153050309 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_tables_offload.c' (77,617) at 20240405153232059 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/flash/phosphor-software-manager/bios-update' (77,618) at 20240326080016518 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ipv6_flowlabel_mgr.c' (77,619) at 20210307214932690 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_crtc.h' (77,620) at 20240405153048569 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/dwarf2.h' (77,621) at 20210307214926662 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/rust.py' (77,622) at 20241221090017632 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/genesis3-ipmi-fru.yaml' (77,623) at 20230804080018095 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-acpi.h' (77,624) at 20240405153047085 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l' (77,625) at 20210307214930278 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/am200epdkit_defconfig' (77,626) at 20240405153045613 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-common.h' (77,627) at 20240405153230747 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/lib/memcpy.c' (77,628) at 20210307214926310 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/README.md' (77,629) at 20210307205553674 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/Makefile' (77,630) at 20210308005003072 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-krait.c' (77,631) at 20240405153046809 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-host-i2c-test.c' (77,632) at 20240906080037572 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/interwave.c' (77,633) at 20220525020654979 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip_1.13.bb' (77,634) at 20231011080016614 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/hisilicon/hi6210-i2s.c' (77,635) at 20240405153232175 2025-03-14 03:00:50.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/overlay.c' (77,636) at 20240405153231279 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-hcd.c' (77,637) at 20240405153052113 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v2.8/index.html' (77,638) at 20210307205554246 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch' (77,639) at 20241206090014338 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/ftest.py' (77,640) at 20210308005003752 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lipmi/lipmi.c' (77,641) at 20210308004938836 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-efi' (77,642) at 20210307214925202 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/cpuidle.h' (77,643) at 20210307214931594 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/vim_9.1.bb' (77,644) at 20240301090012479 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac.c' (77,645) at 20240405153230923 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ipsec.c' (77,646) at 20241216090017713 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ts_kmp.c' (77,647) at 20210307214931822 2025-03-14 03:00:50.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/ffdc_file.hpp' (77,648) at 20220210040020090 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/regulator/core.c' (77,649) at 20240628080014005 to deleted uid set 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb0899_priv.h' (77,650) at 20210307214928638 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.err' (77,651) at 20210308005046405 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/restart-handler.yaml' (77,652) at 20240405153229787 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/saa6588.h' (77,653) at 20210307214931542 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/openbmc-systemd.md' (77,654) at 20230502080006468 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device_id.c' (77,655) at 20240405153051521 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BeaconHill' (77,656) at 20210307205553794 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/pci_mac.c' (77,657) at 20240628080014001 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/all.h' (77,658) at 20220525020652358 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch' (77,659) at 20230813080012904 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si.h' (77,660) at 20220525020653003 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/ioapic.c' (77,661) at 20241211090212278 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_rc.c' (77,662) at 20240405153048509 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus-native.bb' (77,663) at 20210307205553746 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sysctl-test.c' (77,664) at 20240405153053053 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-emtop-som.dtsi' (77,665) at 20240405153045725 2025-03-14 03:00:50.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/script_examples/genIVT.pl' (77,666) at 20210308005003328 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/sb1250-mac.c' (77,667) at 20240405153049849 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ia_css_yuv444_io.host.c' (77,668) at 20240405153051837 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-seagate-personal-cloud-2bay.dts' (77,669) at 20240405153229871 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/parisc/include/uapi/asm/bitsperlong.h' (77,670) at 20210307214932454 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/syscall.c' (77,671) at 20240405153054261 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/entry.h' (77,672) at 20210307214926158 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/bw_fixed.c' (77,673) at 20240405153047265 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_3_32b_defconfig' (77,674) at 20210308005003276 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb' (77,675) at 20241221090017484 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb' (77,676) at 20241221090017676 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/sunrpc.rst' (77,677) at 20210307214925242 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/strchr.S' (77,678) at 20210307214925870 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/build-seed' (77,679) at 20240730151959359 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/dsoundaudio.c' (77,680) at 20240326080039370 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/Kconfig' (77,681) at 20240405153231655 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/services/pldmSoftPowerOff.service' (77,682) at 20220721030038662 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/sigp.c' (77,683) at 20241211090212518 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/marvell,pxa168.h' (77,684) at 20240405153231795 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/trace.h' (77,685) at 20210308005045981 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/eeprom.c' (77,686) at 20240405153231223 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch' (77,687) at 20241221090017508 to deleted uid set 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mempool.h' (77,688) at 20240405153052725 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-of.h' (77,689) at 20240405153047089 2025-03-14 03:00:50.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/logging.cpp' (77,690) at 20210308005059169 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_base.c' (77,691) at 20240830080013279 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dma-axi-dmac.c' (77,692) at 20240624080012772 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_user.h' (77,693) at 20240405153053341 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nmi.h' (77,694) at 20240405153052753 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d.dtsi' (77,695) at 20210307214925994 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_cmm_hsc_infineon.json' (77,696) at 20241217090031429 to deleted uid set 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/dynroot.c' (77,697) at 20240405153231607 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jormvattnet' (77,698) at 20210307205553782 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pefile/run-ptest' (77,699) at 20241221090017668 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c' (77,700) at 20210309003651816 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/mtmitchell_bmc.json' (77,701) at 20240910080004194 to deleted uid set 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/io.h' (77,702) at 20210307214926306 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/s390/s390-pv-dump.rst' (77,703) at 20240405153045329 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/Makefile' (77,704) at 20210307214932222 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/debugfs.c' (77,705) at 20210307214926754 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageControllerCollection.json' (77,706) at 20240619080002956 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb' (77,707) at 20241206090014242 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mn/sys/ddrc.json' (77,708) at 20220525020655143 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/base907c.c' (77,709) at 20240405153048613 2025-03-14 03:00:50.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/acrn/guest.ld' (77,710) at 20220525020654931 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-maxtor-shared-storage-2.dts' (77,711) at 20240405153045461 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/040' (77,712) at 20240326080039726 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/mach-s3c64xx-dt.c' (77,713) at 20210309003648716 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.mailmap' (77,714) at 20210308005002536 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/trace-events' (77,715) at 20240906080037376 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_stats.c' (77,716) at 20210307214928434 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/seg6_hmac.h' (77,717) at 20210307214931658 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ia_css_ob_types.h' (77,718) at 20210307214930558 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/cap_audit.h' (77,719) at 20240405153049181 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mailbox_controller.h' (77,720) at 20220627100017130 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lschlv2_defconfig' (77,721) at 20210308005003268 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis_trigger.c' (77,722) at 20240405153048993 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/sr9800.c' (77,723) at 20240405153231099 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/digic-uart.c' (77,724) at 20241211090212258 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p5040ds.cfg' (77,725) at 20210308005002964 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/vtable/vtable_c.c' (77,726) at 20230321080038762 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/lg/lg1313-ref.dts' (77,727) at 20210307214926022 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/spi/spidev.h' (77,728) at 20220525020654675 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/198' (77,729) at 20240906080037564 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/request_manager.h' (77,730) at 20210309003649296 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/cros-ec-keyboard.dtsi' (77,731) at 20210308005002844 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (77,732) at 20241227090016917 2025-03-14 03:00:50.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/cipher.h' (77,733) at 20220525020652394 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/Kconfig' (77,734) at 20210307214928430 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/spinlock.h' (77,735) at 20240405153046129 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_mmu_hv.c' (77,736) at 20240405153230043 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/envelope-detector.yaml' (77,737) at 20220525020651678 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/Kconfig' (77,738) at 20210307214929798 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd_check_keys' (77,739) at 20241221090017636 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/MAINTAINERS' (77,740) at 20210308005002920 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/core/close_range_test.c' (77,741) at 20240830080013363 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hogsby_Virstad' (77,742) at 20210307205553782 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml' (77,743) at 20240405153045173 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/wmi.h' (77,744) at 20210309003651560 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_platform_profile.c' (77,745) at 20240405153051393 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/module.c' (77,746) at 20240405153046077 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/amlogic/meson-gx-pwrc-vpu.c' (77,747) at 20240405153231347 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-SpurHill' (77,748) at 20210307205553774 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/memory.c' (77,749) at 20240405153052325 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/replace_logs.py' (77,750) at 20230720080003726 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0004-config_os_headers-Error-Fix.patch' (77,751) at 20240413080012643 2025-03-14 03:00:50.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/Makefile' (77,752) at 20210307214929634 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/RTFP.txt' (77,753) at 20240405153044933 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/inetpeer.h' (77,754) at 20210307214931562 to deleted uid set 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/timer_64.h' (77,755) at 20240405153046321 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/rstFlatTable.py' (77,756) at 20220525020651758 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_ptp.c' (77,757) at 20241220090018318 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/elf_kexec.c' (77,758) at 20241018080014474 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.json' (77,759) at 20210308005046409 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-gen3-cpg.c' (77,760) at 20240405153230239 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/imagefeatures.py' (77,761) at 20241221090017632 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/Makefile' (77,762) at 20240405153049029 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-cpu.c' (77,763) at 20240405153230755 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/__init__.py' (77,764) at 20210308005046397 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_diag288.c' (77,765) at 20241211090212354 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/Kconfig' (77,766) at 20220525020654411 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/ptdma-dmaengine.c' (77,767) at 20240405153230283 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mpls.h' (77,768) at 20210307214931566 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/test/iio-test-format.c' (77,769) at 20240405153049013 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn02ca.h' (77,770) at 20210307214926210 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/test/meson.build' (77,771) at 20240228090021408 to deleted uid set 2025-03-14 03:00:50.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/ipoctal232.c' (77,772) at 20240906080037208 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/rpmb.c' (77,773) at 20210308005003496 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/loongson,ls1x-gpio.yaml' (77,774) at 20240405153045061 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch' (77,775) at 20210307205554106 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_init_ops.h' (77,776) at 20240405153050225 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/Kconfig' (77,777) at 20240405153051213 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/Kconfig' (77,778) at 20240405153049017 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_primitives.c' (77,779) at 20210307214932646 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-dbg.c' (77,780) at 20240405153052097 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.h' (77,781) at 20210307214929410 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hostnamectl' (77,782) at 20210308005059705 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/Kconfig' (77,783) at 20210307214929342 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/tests/test_i2c.c' (77,784) at 20241219090010504 to deleted uid set 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi/ibmvscsi.h' (77,785) at 20210307214930326 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-akcipher.c' (77,786) at 20241211090212554 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/media/c8sectpfe.h' (77,787) at 20210307214931342 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch' (77,788) at 20230706080014749 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rlimits/rlimits-per-userns.c' (77,789) at 20220525020655231 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sn9c20x.c' (77,790) at 20240405153049565 2025-03-14 03:00:50.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc_dt.c' (77,791) at 20240405153046489 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_dw_hdmi.c' (77,792) at 20240520080015151 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_patch.h' (77,793) at 20210307214932230 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/peer.h' (77,794) at 20240405153231159 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ux500/cpu-db8500.c' (77,795) at 20240405153229915 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent-io-tree.c' (77,796) at 20240405153231623 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/thread_info.h' (77,797) at 20240405153045965 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108-board.c' (77,798) at 20210308005002776 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-W-2.0' (77,799) at 20211006000025234 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_trace.c' (77,800) at 20210309003653264 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_ethernet_interface.cpp' (77,801) at 20240822080023969 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/bootstrap.sh' (77,802) at 20210415000018580 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/settings/phosphor-settings-manager/power-policy.override.yml' (77,803) at 20241207090012335 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-syntax.tc' (77,804) at 20240405153054305 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp43-common.dtsi' (77,805) at 20240910080014010 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/Makefile' (77,806) at 20240405153230827 2025-03-14 03:00:50.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/stringify.h' (77,807) at 20210308005003672 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/flow_offload.h' (77,808) at 20240405153231851 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_fsms.h' (77,809) at 20210309003652320 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/hub.h' (77,810) at 20240405153048765 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb' (77,811) at 20241221090017568 to deleted uid set 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2.h' (77,812) at 20240405153052569 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/common.h' (77,813) at 20210307214926966 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/mmu.h' (77,814) at 20240405153230027 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mk48t59.c' (77,815) at 20210308005003480 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/emu_soc.c' (77,816) at 20210307214927230 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/segment.h' (77,817) at 20240405153046397 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/Makefile' (77,818) at 20240405153052177 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/conf-notes.txt' (77,819) at 20220910030013381 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/subprojects/phosphor-logging.wrap' (77,820) at 20221125040031606 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-stub.c' (77,821) at 20240906080037376 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/b-l475e-iot01a.c' (77,822) at 20240906080037188 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/temporary_file.cpp' (77,823) at 20240820080027378 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/flags.hpp' (77,824) at 20221005030030502 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-fan-config/witherspoon/fans.yaml' (77,825) at 20210307205553702 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml' (77,826) at 20240405153045065 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-sensors.yaml' (77,827) at 20240712080022837 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ABI.rst' (77,828) at 20210307214925270 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/owhttpd' (77,829) at 20210307205553738 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-vpp0.c' (77,830) at 20240405153046797 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/vxlan/vxlan_vnifilter.c' (77,831) at 20241018080014538 to deleted uid set 2025-03-14 03:00:50.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/ina219@40.conf' (77,832) at 20210307205554094 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/srcutiny.h' (77,833) at 20240405153231839 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/udev-install.sh' (77,834) at 20210307214925214 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-r40-dramc.h' (77,835) at 20230925080039929 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_task_storage.c' (77,836) at 20240405153052977 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml' (77,837) at 20240405153045157 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/trivial-patches.rst' (77,838) at 20220429100100418 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-mtk-disp.c' (77,839) at 20240405153231359 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-block' (77,840) at 20240527080023344 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi.h' (77,841) at 20240405153048601 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml' (77,842) at 20240405153229803 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.service' (77,843) at 20220402030016219 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/dump.h' (77,844) at 20240326080039550 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts' (77,845) at 20240405153229919 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml' (77,846) at 20240405153229795 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.2.bb' (77,847) at 20231126090012781 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2_param.h' (77,848) at 20210307214930554 2025-03-14 03:00:50.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/apple/rtkit.c' (77,849) at 20240405153051753 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_mass_storage.c' (77,850) at 20210308005003508 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XFree86-1.0' (77,851) at 20210307205554426 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/goldfish_tty.c' (77,852) at 20241211090212258 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_trace.c' (77,853) at 20240405153231235 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/Kconfig' (77,854) at 20240405153051881 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/mips-cm.c' (77,855) at 20240405153046021 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/smbus_slave.h' (77,856) at 20210308005046013 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ics307_clk.c' (77,857) at 20210308005002960 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-km_kirkwood.dts' (77,858) at 20240405153045457 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/Makefile' (77,859) at 20210307214928694 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udplite.c' (77,860) at 20240405153232035 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/clock-sh7710.c' (77,861) at 20210307214926562 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/chacha20poly1305.c' (77,862) at 20220525020654747 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-pci.c' (77,863) at 20241211090212342 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/clock-sh7206.c' (77,864) at 20210307214926562 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/streaming_to_mipi_defs.h' (77,865) at 20210307214930574 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-au1550.c' (77,866) at 20240405153231455 2025-03-14 03:00:50.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/otg.h' (77,867) at 20240405153052041 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (77,868) at 20221014030016316 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pgtable-prot.h' (77,869) at 20240405153045861 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c' (77,870) at 20240710080014581 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/trace.c' (77,871) at 20210307214932110 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mcs.c' (77,872) at 20240405153230999 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih407.dtsi' (77,873) at 20240405153045581 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/thread-pool.h' (77,874) at 20230925080039921 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.h' (77,875) at 20240405153046953 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/bmp.h' (77,876) at 20210307214927906 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77970-cpg-mssr.h' (77,877) at 20210308005003632 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NASA-1.3' (77,878) at 20210307205554426 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/qcom_gsbi.c' (77,879) at 20240405153231451 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/Makefile' (77,880) at 20210307214928850 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max77686.c' (77,881) at 20240405153051497 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mce/.gitignore' (77,882) at 20240405153054357 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/cleanpatch' (77,883) at 20210307214932138 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/meesc_dataflash_defconfig' (77,884) at 20210308005003268 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/hsr/config' (77,885) at 20240405153054345 2025-03-14 03:00:50.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/malta.c' (77,886) at 20241211090212290 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.numamem' (77,887) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-ect.rst' (77,888) at 20210307214925574 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-mmu.h' (77,889) at 20210307214930582 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/Makefile' (77,890) at 20210307214927082 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callouts.py' (77,891) at 20221209040036307 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/nuvoton/nuvoton,npcm.yaml' (77,892) at 20240405153045017 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/virtio-blk-handler.h' (77,893) at 20221215040039050 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb' (77,894) at 20230503080014579 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/events/Makefile' (77,895) at 20210307214930982 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/sifive/fu740-c000.dtsi' (77,896) at 20240405153046245 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ns2-common.dtsi' (77,897) at 20240405153045457 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/altera_uart.txt' (77,898) at 20210307214925418 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi' (77,899) at 20240405153045821 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/Kconfig' (77,900) at 20240405153051293 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/apic.h' (77,901) at 20240906080037332 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RoleCollection_v1.xml' (77,902) at 20240619080002936 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c' (77,903) at 20240405153049469 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/data_mock.hpp' (77,904) at 20210427000038985 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064-smb208.dtsi' (77,905) at 20240405153045541 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.15.rst' (77,906) at 20241221090017596 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/ioctl.c' (77,907) at 20240405153231727 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ia_css_gc.host.h' (77,908) at 20210307214930558 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/MAINTAINERS' (77,909) at 20210308005003032 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rock2_defconfig' (77,910) at 20210308005003276 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mediatek/mtk_sip_svc.h' (77,911) at 20240405153052793 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/tcx.c' (77,912) at 20240405153231899 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ko_KR/index.rst' (77,913) at 20240405153045277 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam.h' (77,914) at 20220525020654975 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/X11-distribute-modifications-variant' (77,915) at 20241221090017620 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/event_sources.c' (77,916) at 20240405153046225 2025-03-14 03:00:50.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda8261_cfg.h' (77,917) at 20210307214928646 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/netdev-user.c' (77,918) at 20240405153232215 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch' (77,919) at 20231011080016574 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc-ccitt.h' (77,920) at 20210307214931374 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/modules/module_block.py' (77,921) at 20210308005046241 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/hibernate-asm.S' (77,922) at 20240405153046257 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_hps_i2c.c' (77,923) at 20240405153051385 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/float_madds.ref' (77,924) at 20220429100100942 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/meson.options' (77,925) at 20240329080038916 to deleted uid set 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_ipv4.c' (77,926) at 20241011080017391 to deleted uid set 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_smbus-test.c' (77,927) at 20221215040039378 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-stm32f4.c' (77,928) at 20240405153046781 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pxs2.c' (77,929) at 20210308005002792 2025-03-14 03:00:50.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/scsi.h' (77,930) at 20240405153052897 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bnad_debugfs.c' (77,931) at 20240520080015155 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bit_action.hpp' (77,932) at 20210308005405934 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/hist.c' (77,933) at 20240405153054177 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/random32.c' (77,934) at 20240405153053101 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ntb/ntb_test.sh' (77,935) at 20210307214932698 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-ventana.dts' (77,936) at 20210308005002628 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/cache.json' (77,937) at 20240405153054109 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0005-Fix-psa-api-crypto-test-no-243.patch' (77,938) at 20241221090017468 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-sensor-groups.c' (77,939) at 20240405153046217 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_defconfig' (77,940) at 20210308005003240 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/symbols.py' (77,941) at 20240405153232103 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_mphi.c' (77,942) at 20241211090212294 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-fix-configure-error.patch' (77,943) at 20220402030015911 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/249' (77,944) at 20210927100127497 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_2.2.1.bb' (77,945) at 20241221090017492 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/block-core.json' (77,946) at 20241211090212446 2025-03-14 03:00:50.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/Makefile' (77,947) at 20240405153049129 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_eml_stm_regs.h' (77,948) at 20240405153046589 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/Makefile' (77,949) at 20210308005003028 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/minerva-temporary-software-versions.yml' (77,950) at 20241001080014404 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-encore-enltv2.c' (77,951) at 20210307214928782 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ia_css_tnr.host.h' (77,952) at 20240405153051837 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/239' (77,953) at 20210927100127497 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-memory-tiers' (77,954) at 20240405153044925 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/page_offset.h' (77,955) at 20210307214926162 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/bananapi,s070wv20-ct16.yaml' (77,956) at 20210307214925306 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c' (77,957) at 20240910080014034 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,sm8450-rpmh.yaml' (77,958) at 20240405153045081 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h' (77,959) at 20210307214931342 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,msm8976-ramp-controller.yaml' (77,960) at 20240405153045157 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/Jenkinsfile' (77,961) at 20210308005114857 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/cpuid_test.c' (77,962) at 20240405153232271 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_chain_route.c' (77,963) at 20220525020654875 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fanotify/fanotify.c' (77,964) at 20240405153052449 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acpi_mdio.h' (77,965) at 20240405153052657 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-ltc4306.c' (77,966) at 20240405153230683 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/industrialio-buffer-dma.c' (77,967) at 20210307214928334 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-tx4927.c' (77,968) at 20210307214926282 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/nuvoton/wpcm450-soc.c' (77,969) at 20240405153051761 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/u8500_hsem.c' (77,970) at 20240405153230671 2025-03-14 03:00:50.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_skip_all_tests.log' (77,971) at 20220525020655187 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/debugfs.c' (77,972) at 20240405153049181 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/leds/bletchley-led-manager-config-native.bb' (77,973) at 20241221090017476 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88472.c' (77,974) at 20240405153049293 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufshcd-pci.c' (77,975) at 20240405153231531 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/max77686.c' (77,976) at 20210308005003472 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/ttm_object.c' (77,977) at 20240405153048789 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-vdpa.rst' (77,978) at 20210308005045801 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/MAINTAINERS' (77,979) at 20210308005003168 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/console/obmc-console/obmc-console.conf' (77,980) at 20240120090012778 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/rbtx4927/prom.c' (77,981) at 20210309003648860 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/dbus_utils.cpp' (77,982) at 20241211090002379 to deleted uid set 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb' (77,983) at 20241221090017516 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/fbio.h' (77,984) at 20210307214926578 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc_regs.h' (77,985) at 20210309003649892 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm.dtsi' (77,986) at 20240405153229927 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/reloc_riscv_efi.c' (77,987) at 20210308005002844 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.18.0.bb' (77,988) at 20230114040015490 to deleted uid set 2025-03-14 03:00:50.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/shpchp_hpc.c' (77,989) at 20240405153051249 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/crypto6.json' (77,990) at 20240405153054117 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-msm.c' (77,991) at 20210308005003512 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/data.py' (77,992) at 20231207090015274 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/sun_nvram.h' (77,993) at 20210308005046021 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/pdc_chassis.h' (77,994) at 20220525020652022 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/link.c' (77,995) at 20240527080023352 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ucb1x00-assabet.c' (77,996) at 20220525020653351 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/priv.h' (77,997) at 20240405153048665 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/clock.h' (77,998) at 20210308005002660 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/lib.c' (77,999) at 20240405153054361 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/prep.c' (78,000) at 20210307214927130 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-config.c' (78,001) at 20220525020653067 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/get_dvb_firmware' (78,002) at 20210307214932150 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/delay.h' (78,003) at 20210308005003656 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-olympus-channels.json' (78,004) at 20210307205554094 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/10m50_devboard.h' (78,005) at 20210308005003572 2025-03-14 03:00:50.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-pr-ip-core.c' (78,006) at 20240405153047053 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/arc.rs' (78,007) at 20240405153232099 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/index.rst' (78,008) at 20210307214925570 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.bb' (78,009) at 20241221090017540 to deleted uid set 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc1_cfg_regs.h' (78,010) at 20240405153046605 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-sysfs.c' (78,011) at 20240405153052485 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/Kconfig' (78,012) at 20210307214928598 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb1ops.c' (78,013) at 20241211090145529 to deleted uid set 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event.hpp' (78,014) at 20240904080034451 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/insn-x86-dat-32.c' (78,015) at 20240405153054089 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/arc/timers.h' (78,016) at 20240405153052877 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_atomic_state_helper.h' (78,017) at 20240405153052629 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_bt_coexist.c' (78,018) at 20210309003651816 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-xilinx-cpm.c' (78,019) at 20240405153051237 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/ring.h' (78,020) at 20240405153052957 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dma.h' (78,021) at 20210308005002656 2025-03-14 03:00:50.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-aio.c' (78,022) at 20220525020653907 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ipc/.gitignore' (78,023) at 20210307214932678 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/amd.c' (78,024) at 20241216090017689 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cpsw.h' (78,025) at 20210308005003628 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/scrub.c' (78,026) at 20240405153231775 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga-rutabaga.c' (78,027) at 20240326080039438 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/meson.build' (78,028) at 20220921030029346 to deleted uid set 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi' (78,029) at 20210307214926350 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TASKS03.boot' (78,030) at 20210307214932714 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/uvd_v1_0.c' (78,031) at 20210309003649880 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_chipcommon_pmu.c' (78,032) at 20240405153046697 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/idset.c' (78,033) at 20240830080013303 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/psc.h' (78,034) at 20240405153045641 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/smp_scu.h' (78,035) at 20210307214925854 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ir-kbd-i2c.c' (78,036) at 20240405153049317 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_ph.c' (78,037) at 20210308005046509 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wavefront/wavefront_fx.c' (78,038) at 20210307214932226 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gtbus_sun9i.h' (78,039) at 20210308005002668 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/testexport-tarball.bb' (78,040) at 20220910030013409 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dma-iop32x.h' (78,041) at 20210307214931474 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_IpmbSensor.cpp' (78,042) at 20241112090003106 2025-03-14 03:00:50.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/subvolume.c' (78,043) at 20210308005003544 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/l2tp.rst' (78,044) at 20240405153045241 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/video_detect.c' (78,045) at 20241011080017295 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos-common.h' (78,046) at 20210308005003596 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml' (78,047) at 20240405153045125 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op-common.h' (78,048) at 20240906080037352 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/ptrace.h' (78,049) at 20210308005002852 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/aspeed-p2a-ctrl.h' (78,050) at 20210307214931622 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e.dtsi' (78,051) at 20210308005002592 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/aspeed/uart-routing.yaml' (78,052) at 20240405153229795 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmccext_test.c' (78,053) at 20240405153054361 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/i2s_test.c' (78,054) at 20240405153053941 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm93.rst' (78,055) at 20210309003648428 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_command.c' (78,056) at 20210308005003372 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_disp.h' (78,057) at 20240405153048801 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cpio/files/run-ptest' (78,058) at 20230609080014415 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml' (78,059) at 20240405153045173 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/examples.rst' (78,060) at 20210309003648476 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/sbp1-ipmi-fru.yaml' (78,061) at 20230817080015056 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vmpressure.h' (78,062) at 20220525020654627 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc2005.c' (78,063) at 20240405153049165 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial/serial_1.2.1.bb' (78,064) at 20241206090014266 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adc128d818.rst' (78,065) at 20210309003648424 2025-03-14 03:00:50.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_aal.c' (78,066) at 20240405153230583 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/other.json' (78,067) at 20240405153054149 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gnss/gnss-common.yaml' (78,068) at 20240405153045057 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/dc-debug.rst' (78,069) at 20240405153045213 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/versatile.rst' (78,070) at 20210927100127077 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/format.h' (78,071) at 20210307214932442 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/pxa2xx_spi.h' (78,072) at 20240405153231839 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8192.c' (78,073) at 20240405153231323 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/i2c/test/meson.build' (78,074) at 20231205090035281 to deleted uid set 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_cluster.h' (78,075) at 20210307214931646 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/Makefile' (78,076) at 20220525020654951 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-iop3xx.c' (78,077) at 20240405153048901 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP' (78,078) at 20240906080037560 to deleted uid set 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/tegra234-gpio.h' (78,079) at 20240405153052649 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_btcoex.h' (78,080) at 20240405153051925 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/sphinx-static/theme_overrides.css' (78,081) at 20210307205554234 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2hk_evm_defconfig' (78,082) at 20210308005003260 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_sysctl.c' (78,083) at 20240405153232079 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-util.c' (78,084) at 20240326080039738 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt' (78,085) at 20210307214925354 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_tm.c' (78,086) at 20220525020652058 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bcm63268-reset.h' (78,087) at 20240405153052653 2025-03-14 03:00:50.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/ufs/ufshci.h' (78,088) at 20240910080014082 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/uda.h' (78,089) at 20240405153049069 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c' (78,090) at 20210308005046517 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/debug.c' (78,091) at 20240405153231115 to deleted uid set 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ar5523/Makefile' (78,092) at 20210307214929726 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mori_motherboard.json' (78,093) at 20230811080005598 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_trace.h' (78,094) at 20210307214930538 2025-03-14 03:00:50.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun8i-apb0.c' (78,095) at 20240405153046861 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c' (78,096) at 20241011080017335 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_ltalk.h' (78,097) at 20210307214931634 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/compare.idef' (78,098) at 20210927100127385 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64le/Makefile.target' (78,099) at 20221215040039390 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ostersund_Brattasen' (78,100) at 20210307205553790 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c' (78,101) at 20240405153048665 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/grandridge/cache.json' (78,102) at 20240405153054137 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_async_events.h' (78,103) at 20240405153046581 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_2.135.0.bb' (78,104) at 20241221090017552 to deleted uid set 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfs/nfs42xdr.c' (78,105) at 20240405153052421 to deleted uid set 2025-03-14 03:00:50.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c' (78,106) at 20240405153048509 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta.h' (78,107) at 20240405153049473 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cpumask_success.c' (78,108) at 20240405153054269 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/copro_fault.c' (78,109) at 20240405153046185 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/jvmti/jvmti_agent.h' (78,110) at 20210307214932534 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/fault.c' (78,111) at 20240405153045969 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.c' (78,112) at 20240405153050129 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/prism2usb.c' (78,113) at 20240405153051953 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/Makefile' (78,114) at 20210308005003008 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/trace_arm.h' (78,115) at 20240405153229987 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boards.c' (78,116) at 20210308005002792 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/pxa_defconfig' (78,117) at 20240405153229907 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spmi/spmi-sandbox.txt' (78,118) at 20210308005003324 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy19-97.0W' (78,119) at 20210307205553762 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/build_utils.cpp' (78,120) at 20210308005116217 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/s390x_vec_op_t.patch' (78,121) at 20241206090014334 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SoftwareInventoryCollection_v1.xml' (78,122) at 20240619080002936 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch' (78,123) at 20241221090017684 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma.c' (78,124) at 20241211090145561 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/pe.h' (78,125) at 20210308005003560 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c' (78,126) at 20240405153049121 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ot200.c' (78,127) at 20210307214928550 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/afs_cm.h' (78,128) at 20210307214930990 2025-03-14 03:00:50.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/index.scss' (78,129) at 20210308005107073 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sm501.c' (78,130) at 20240405153049617 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds212.dts' (78,131) at 20240405153045457 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-hostname.sh' (78,132) at 20240913080015313 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fs_internal.h' (78,133) at 20210308005003648 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/am33xx-usb.txt' (78,134) at 20240405153045181 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/renesas,scifa.yaml' (78,135) at 20240405153045153 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/db8500-prcmu.c' (78,136) at 20240405153051465 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/user-management.md' (78,137) at 20230316080008330 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/string.h' (78,138) at 20240405153231843 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/shrinker.c' (78,139) at 20210307214931250 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/slab.c' (78,140) at 20240405153054069 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.c' (78,141) at 20210309003649464 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/keystone/overview.rst' (78,142) at 20240405153044973 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/bh1750.yaml' (78,143) at 20210307214925334 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/cassini.c' (78,144) at 20240405153050305 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/Kconfig' (78,145) at 20240405153048757 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_superh_mono.pbm' (78,146) at 20210307214930954 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-marduk.its.S' (78,147) at 20220525020651998 2025-03-14 03:00:50.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/dove-divider.c' (78,148) at 20240405153046805 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/kcpuid/Makefile' (78,149) at 20220525020655107 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_diag.h' (78,150) at 20240405153051537 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ext2_fs.h' (78,151) at 20210307214931382 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/volatiles.99_snort' (78,152) at 20210307205553814 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr2-timings.yaml' (78,153) at 20240405153045101 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml' (78,154) at 20240405153045181 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qsd-jobs.out' (78,155) at 20240326080039734 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpmodule.inl' (78,156) at 20210307214925978 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cavium.h' (78,157) at 20210307214930458 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sll-evk.dts' (78,158) at 20240405153045521 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/layer.conf' (78,159) at 20241221090017480 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-close-errors' (78,160) at 20230426080043944 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c' (78,161) at 20240405153046921 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-regs.h' (78,162) at 20210308005002652 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/uniphier-gpio.h' (78,163) at 20210307214931338 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/PixelGen_SysBlock_defs.h' (78,164) at 20210307214930538 2025-03-14 03:00:50.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/mpp.c' (78,165) at 20240405153045673 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi/mpi30_ioc.h' (78,166) at 20240405153231427 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/common.h' (78,167) at 20210307214930302 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/pcie.c' (78,168) at 20240405153045653 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/bitmap.c' (78,169) at 20210307214931118 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_vpp.c' (78,170) at 20240405153048569 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/p9.inc' (78,171) at 20211027000018712 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.5.6.bb' (78,172) at 20231126090012805 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ImageMagick' (78,173) at 20210307205553866 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/rx.c' (78,174) at 20240405153053305 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/entity-manager_%.bbappend' (78,175) at 20241206090014234 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-mux-div.h' (78,176) at 20210307214926998 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc_booke.c' (78,177) at 20241211090212322 2025-03-14 03:00:50.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/util.h' (78,178) at 20240405153050577 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/pseq-monitor-pgood.service' (78,179) at 20230128040012702 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/early_pin.c' (78,180) at 20210307214926286 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/ext4.h' (78,181) at 20240405153052893 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/virtio-backends.rst' (78,182) at 20221215040039078 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mchp_pci1xxxx/Makefile' (78,183) at 20240405153230843 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/aspeed.h' (78,184) at 20240405153052693 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_load_detect.h' (78,185) at 20240405153048457 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/max732x.h' (78,186) at 20240405153052769 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norsjovallen' (78,187) at 20210307205553790 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/trace.c' (78,188) at 20240405153050533 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_ecam_generic.c' (78,189) at 20210308005003452 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/ptrace.h' (78,190) at 20210307214926550 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/luts_1d.h' (78,191) at 20210307214927314 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/contributors.rst' (78,192) at 20210307214925462 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1023_nand_rcw.cfg' (78,193) at 20210308005002992 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_kfunc_failure.c' (78,194) at 20240405153054269 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/Kconfig' (78,195) at 20240405153050625 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/local.conf.sample' (78,196) at 20241221090017476 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/machine/harma.conf' (78,197) at 20241112090023994 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent_avx_glue.c' (78,198) at 20220525020652134 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb' (78,199) at 20220618030015170 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-pcduino3.dts' (78,200) at 20240405153045385 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/index.rst' (78,201) at 20211006000025222 to deleted uid set 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mrp.h' (78,202) at 20240405153052857 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2' (78,203) at 20210308005046473 to deleted uid set 2025-03-14 03:00:50.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c' (78,204) at 20240405153050245 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/ks8851.h' (78,205) at 20240418080014502 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-galaxys.dts' (78,206) at 20240405153045573 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch' (78,207) at 20230131040012023 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/mux.c' (78,208) at 20210308005003004 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/images.cpp' (78,209) at 20210308005100301 to deleted uid set 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/README' (78,210) at 20210308005002944 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-wm8994.c' (78,211) at 20220525020652442 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml' (78,212) at 20240405153045121 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Redruth' (78,213) at 20210307205553798 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_nodeattrib.c' (78,214) at 20240405153051961 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/sysfs.cpp' (78,215) at 20231204090030795 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9331_dpt_module.dts' (78,216) at 20240405153045989 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/alt.c' (78,217) at 20210308005003032 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx334.c' (78,218) at 20240405153049317 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/zstd_compress_module.c' (78,219) at 20240405153053117 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/fb-ipmi-oem/src/biccommands.cpp' (78,220) at 20240817080006183 to deleted uid set 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-alternate.out' (78,221) at 20210308005046401 to deleted uid set 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb' (78,222) at 20241206090014234 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/tag_qca.h' (78,223) at 20240405153052685 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/Kconfig' (78,224) at 20210308005002908 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/README' (78,225) at 20210308005003300 2025-03-14 03:00:50.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/Kconfig' (78,226) at 20210307214932042 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sh_intc.h' (78,227) at 20240405153052793 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0.h' (78,228) at 20210309003649648 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/rtc.h' (78,229) at 20210308005002848 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-socinfo.c' (78,230) at 20240405153051753 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/alloc.c' (78,231) at 20210307214929502 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/setup.h' (78,232) at 20240405153229859 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6qarm2.h' (78,233) at 20210308005003604 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig' (78,234) at 20210308005003240 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/types.h' (78,235) at 20210307214925650 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/Access/meson.build' (78,236) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/balloc.c' (78,237) at 20241211090145505 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_sec_common.h' (78,238) at 20210308005002680 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/platform/marvell/mmp-driver.c' (78,239) at 20240405153230799 to deleted uid set 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/bnep/core.c' (78,240) at 20241104090011615 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cik.h' (78,241) at 20210307214927226 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_table.h' (78,242) at 20240405153050345 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/signaling.h' (78,243) at 20210307214931870 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_fragment.c' (78,244) at 20240405153053157 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-scmi.c' (78,245) at 20240906080037316 2025-03-14 03:00:50.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/vfp.h' (78,246) at 20240405153229915 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkInterface_v1.xml' (78,247) at 20240619080002932 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml' (78,248) at 20240405153045033 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-cpu-clk.yaml' (78,249) at 20240405153045021 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c' (78,250) at 20210308005003200 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-secret.c' (78,251) at 20240326080039746 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/signing-keys.bb' (78,252) at 20220721030015873 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/b53.c' (78,253) at 20210308005003440 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/des.h' (78,254) at 20210307214931310 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/nhpoly1305.h' (78,255) at 20210307214931310 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/mkcpustr.c' (78,256) at 20210307214926638 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_video.h' (78,257) at 20240405153051861 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/nxp-ptn3460.c' (78,258) at 20240405153230527 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ci20_defconfig' (78,259) at 20240405153230007 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nv.h' (78,260) at 20240405153047157 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pno.c' (78,261) at 20240405153050497 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.interface.yaml' (78,262) at 20240614080020055 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/afe/temperature-transducer.yaml' (78,263) at 20240405153045073 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_pppox.h' (78,264) at 20240405153052921 2025-03-14 03:00:50.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/core/sysfs.c' (78,265) at 20240405153230699 to deleted uid set 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/pgm_template.py' (78,266) at 20211013100037400 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx65w.dts' (78,267) at 20240405153045433 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_tc.c' (78,268) at 20240405153230559 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/Kconfig' (78,269) at 20220525020652330 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/qmi.h' (78,270) at 20240405153231159 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/atmel_tcb.h' (78,271) at 20240405153231863 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.metadata.yaml' (78,272) at 20220430030026016 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-enc-index.rst' (78,273) at 20220525020651786 2025-03-14 03:00:50.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/glog/glog_0.7.1.bb' (78,274) at 20241221090017536 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/es1938.c' (78,275) at 20240405153232131 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_drv.c' (78,276) at 20241211090145417 to deleted uid set 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BatteryMetrics.v1_0_4.json' (78,277) at 20240619080002940 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvme-fc-driver.h' (78,278) at 20240405153052753 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/request_target_base.hpp' (78,279) at 20211029000044094 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp102.c' (78,280) at 20240405153048665 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/trace/events/rxrpc.h' (78,281) at 20241115090012965 to deleted uid set 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/memory-allocation.rst' (78,282) at 20240405153045005 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utstrtoul64.c' (78,283) at 20210307214926846 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/mmap.c' (78,284) at 20240405153231655 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/add_remove_synth.tc' (78,285) at 20210307214932670 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/entitymap_test.json' (78,286) at 20240716080045952 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/examples/sample_vpd_inventory_for_recollcetion.json' (78,287) at 20221213040022341 to deleted uid set 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/vendor_cmd.c' (78,288) at 20240405153050729 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9131rdb.dtsi' (78,289) at 20210307214926342 2025-03-14 03:00:50.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rpmsg/ns.h' (78,290) at 20220525020654611 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/add_remove_fprobe.tc' (78,291) at 20240405153054305 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_defconfig' (78,292) at 20210308005003236 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pxa/Makefile' (78,293) at 20210307214930098 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-resource_in_use' (78,294) at 20210307214925198 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0012-purgatory-string.c-avoid-inclusion-of-string.h.patch' (78,295) at 20210307205553750 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/pic32_sdhci.c' (78,296) at 20210308005003404 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c' (78,297) at 20210308005002544 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/am35x.c' (78,298) at 20210308005003516 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/sh_keysc.h' (78,299) at 20210307214931406 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioserial/0001-use-poetry-core-for-pyproject-base-build.patch' (78,300) at 20241221090017548 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_dpmaif.c' (78,301) at 20240405153051061 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl-dcp.yaml' (78,302) at 20240405153045033 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,bluetooth.yaml' (78,303) at 20240405153045121 2025-03-14 03:00:50.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9552.h' (78,304) at 20240906080037332 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_l2.c' (78,305) at 20240405153050229 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch' (78,306) at 20210307205554002 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/EINTR_wrappers.h' (78,307) at 20210308005111465 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_vpg.h' (78,308) at 20240405153047257 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FieldMode/meson.build' (78,309) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10048.c' (78,310) at 20240712080021069 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rc5t583.c' (78,311) at 20240405153051501 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1.bb' (78,312) at 20240301090012439 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/iio_core.h' (78,313) at 20240405153048989 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/image-vars.h' (78,314) at 20240628080013977 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi' (78,315) at 20240405153229919 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Salen' (78,316) at 20210307205553790 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/timer.c' (78,317) at 20210308005002820 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/direct_value_access.c' (78,318) at 20220525020655203 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-ipu1.c' (78,319) at 20240405153046797 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/atmel-ssc.c' (78,320) at 20240405153230843 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (78,321) at 20240625080012792 to deleted uid set 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/events.h' (78,322) at 20240405153046401 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/dfs_debug.c' (78,323) at 20240405153231167 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/sun3x_defconfig' (78,324) at 20240405153230003 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/hmm/hmm_bo.h' (78,325) at 20240405153051825 2025-03-14 03:00:50.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c' (78,326) at 20210308005046513 2025-03-14 03:00:50.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/error-report.h' (78,327) at 20221215040039190 2025-03-14 03:00:50.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/jit.c' (78,328) at 20240405153050193 2025-03-14 03:00:50.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/services/meson.build' (78,329) at 20230822080035905 to deleted uid set 2025-03-14 03:00:50.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/null/badzero.cocci' (78,330) at 20240405153053445 2025-03-14 03:00:50.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/Kconfig' (78,331) at 20240405153053541 2025-03-14 03:00:50.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vmdk.c' (78,332) at 20240906080037156 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/prctl.h' (78,333) at 20240405153231879 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/tlb.c' (78,334) at 20210308005003168 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-media-session_0.4.2.bb' (78,335) at 20230317080013785 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/led.c' (78,336) at 20210308005002916 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml' (78,337) at 20220315030032671 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/rme9652/rme9652.c' (78,338) at 20240405153232139 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/qi.h' (78,339) at 20240405153046933 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EthernetInterfaceCollection_v1.xml' (78,340) at 20240619080002924 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_devintf.c' (78,341) at 20240405153230199 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/port_config.c' (78,342) at 20220525020654019 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/CVE-2021-33643-CVE-2021-33644.patch' (78,343) at 20241221090017540 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch' (78,344) at 20230706080014757 2025-03-14 03:00:50.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/sclp.h' (78,345) at 20210308005046185 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/nettest.c' (78,346) at 20240405153054349 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.h' (78,347) at 20240405153054193 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/elf_hwcaps.rst' (78,348) at 20240405153229835 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp.dtsi' (78,349) at 20240405153045453 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/erase_flash.c' (78,350) at 20210308005108641 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/class.h' (78,351) at 20240405153048617 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/chosen.txt' (78,352) at 20210308005003300 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/iothread-lock.c' (78,353) at 20240906080037444 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0002-Fix-configure-when-bin-sh-is-not-bash.patch' (78,354) at 20210407000018082 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/sdi.c' (78,355) at 20240405153052209 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/ia_css_qplane.host.c' (78,356) at 20240405153051837 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump.patch' (78,357) at 20210307205553750 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gp100.c' (78,358) at 20220525020652971 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-icev2.dts' (78,359) at 20240405153045589 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/tigerp.txt' (78,360) at 20210307214925274 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c' (78,361) at 20241008080013943 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.err' (78,362) at 20210927100127469 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/debug-vm-pgtable/arch-support.txt' (78,363) at 20240405153045197 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r40-oka40i-c.dts' (78,364) at 20240405153045393 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils' (78,365) at 20220125040024375 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-a1.dts' (78,366) at 20240405153045813 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/event/src/event.c' (78,367) at 20210307214930566 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-x4tf.dts' (78,368) at 20240325080037190 2025-03-14 03:00:50.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/tegra.h' (78,369) at 20210308005002672 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt2712e.dtsi' (78,370) at 20240503080014458 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts' (78,371) at 20240405153229895 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dumpimage.c' (78,372) at 20210308005003760 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-mv-usb.h' (78,373) at 20210307214930858 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs_deb.bbclass' (78,374) at 20220910030013389 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/mixeng_template.h' (78,375) at 20210308005045725 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm_hr2.c' (78,376) at 20240405153045637 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch' (78,377) at 20241221090017640 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0001-missing_type.h-add-comparison_fn_t.patch' (78,378) at 20240413080012651 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_logmgr.c' (78,379) at 20240820080014173 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/txheader.h' (78,380) at 20210307214929546 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/host_condition.hpp' (78,381) at 20240820080031614 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/README.md' (78,382) at 20230706080014733 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/i8259.h' (78,383) at 20240405153046109 2025-03-14 03:00:50.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/internal.h' (78,384) at 20240405153053025 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier4U/4.json' (78,385) at 20240212090032054 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/notify.h' (78,386) at 20220525020652426 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/local_kptr_stash.c' (78,387) at 20240405153232259 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/Makefile' (78,388) at 20210307214930530 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/fb.h' (78,389) at 20240405153045853 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_aux.c' (78,390) at 20240405153046473 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/pci.c' (78,391) at 20210309003651792 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/messages.c' (78,392) at 20240405153231627 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qgraph.c' (78,393) at 20240326080039738 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3' (78,394) at 20230114040015526 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/uprobes/arch-support.txt' (78,395) at 20240405153229807 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/spl.c' (78,396) at 20210308005002948 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/little_endian.h' (78,397) at 20210308005003656 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/lapb-module.rst' (78,398) at 20210307214925538 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oe/spdx_common.py' (78,399) at 20241221090017628 to deleted uid set 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_error.h' (78,400) at 20240405153052589 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/Makefile' (78,401) at 20240405153231307 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/stackdepot.py' (78,402) at 20240405153232103 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/allwinner-a10-pit.c' (78,403) at 20241211090212338 2025-03-14 03:00:50.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ebpf/syscall.rst' (78,404) at 20220525020651778 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/entity.h' (78,405) at 20241031080010167 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_wm.c' (78,406) at 20240405153048465 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mv643xx_eth.h' (78,407) at 20240405153052749 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa.rst' (78,408) at 20210309003648444 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/emc2305.c' (78,409) at 20210308005002960 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cacheinfo.h' (78,410) at 20210307214926398 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/microcode/Makefile' (78,411) at 20240405153230123 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tproxy.rst' (78,412) at 20210307214925542 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/cpucfg-emul.h' (78,413) at 20210307214926222 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-early-sys-init' (78,414) at 20241219090012972 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cypress.c' (78,415) at 20240405153046661 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ltc2978.txt' (78,416) at 20210307214925322 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c' (78,417) at 20210308005046509 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/0001-Link-with-libm-for-floor-function.patch' (78,418) at 20230813080012848 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/AOM-Patent-License-1.0' (78,419) at 20210307205553754 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/vdk_hs38.dts' (78,420) at 20210307214925666 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/dma2d/dma2d.c' (78,421) at 20240405153049473 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/Kconfig' (78,422) at 20210308005003384 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/qemu.rst' (78,423) at 20240302090018218 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_s_st.c' (78,424) at 20210307214931982 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/duovero_mux_data.h' (78,425) at 20210308005003004 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/submitting-patches.rst' (78,426) at 20240405153045277 2025-03-14 03:00:50.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/bcm7038_wdt.c' (78,427) at 20240405153052237 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/atomfirmware.h' (78,428) at 20240919080017050 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-ap806.dtsi' (78,429) at 20210308005002568 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/buffer.c' (78,430) at 20210307214931122 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test-utils.h' (78,431) at 20221017030010210 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750.h' (78,432) at 20210307214930674 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/udiv_qrnnd.S' (78,433) at 20210307214926570 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/zstd_common.c' (78,434) at 20240405153053113 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/dove-thermal.txt' (78,435) at 20210307214925442 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc.c' (78,436) at 20240613080016423 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max20411.yaml' (78,437) at 20240405153045145 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-cygnus-mux.c' (78,438) at 20240405153051305 2025-03-14 03:00:50.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/eisa_eeprom.h' (78,439) at 20210307214926318 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11.h' (78,440) at 20210308005046069 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-stxncpy.S' (78,441) at 20210307214925662 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/tables.c' (78,442) at 20240405153046649 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/dc21285-timer.c' (78,443) at 20210307214925882 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/i2c-ddc.h' (78,444) at 20210308005046009 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_vegas.c' (78,445) at 20220627100017186 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch' (78,446) at 20241221090017664 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml' (78,447) at 20240405153045177 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/bss_data.lds' (78,448) at 20210308005003752 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/Kconfig' (78,449) at 20210307214929414 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hummelholm' (78,450) at 20210307205553782 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-v7-bugs.c' (78,451) at 20220804100015884 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/rps_default_mask.sh' (78,452) at 20240405153232279 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_maddf.c' (78,453) at 20210307214926274 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi' (78,454) at 20240405153229947 to deleted uid set 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/sha1-powerpc-asm.S' (78,455) at 20220804100015888 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-udma-glue.c' (78,456) at 20240405153230287 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/linkage.h' (78,457) at 20210308005002824 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lz4/run-ptest' (78,458) at 20231014080011723 to deleted uid set 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/ptrace_32.h' (78,459) at 20210307214926754 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_stats.h' (78,460) at 20210309003651148 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ggtt_fencing.h' (78,461) at 20220525020652887 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-alsa.h' (78,462) at 20210307214928682 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.h' (78,463) at 20210307214930562 2025-03-14 03:00:50.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-riscv.h' (78,464) at 20240405153232211 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/edk2.yml' (78,465) at 20241221090017464 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/defza.c' (78,466) at 20240405153050329 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_vport.c' (78,467) at 20241018080014542 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt' (78,468) at 20220525020651678 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/handler.cpp' (78,469) at 20230629131804615 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/entry.h' (78,470) at 20220913100024141 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-realtek/Makefile' (78,471) at 20210307214925946 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ast2700-gpio-test.c' (78,472) at 20241022080032792 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cfi_types.h' (78,473) at 20240405153052669 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/Makefile' (78,474) at 20240613080016507 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/palmas.h' (78,475) at 20210307214931342 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/README' (78,476) at 20210308005003756 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,amoled-mipi-dsi.yaml' (78,477) at 20210309003648344 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/power-good-deassert@.service' (78,478) at 20241029080011439 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/udp_client.c' (78,479) at 20241221090017580 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/clients/Makefile' (78,480) at 20210307214930170 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/aspeed,ast2400-cvic.yaml' (78,481) at 20240809080013002 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_connector.c' (78,482) at 20240712080021069 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alingsas_Mariedal' (78,483) at 20210307205553778 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/marvell,pxau2o-ehci.yaml' (78,484) at 20240405153045181 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/pd_ado.h' (78,485) at 20210307214931530 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_cq.c' (78,486) at 20220525020653119 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/symlink.c' (78,487) at 20210307214931242 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/iptraf-ng-tmpfiles.conf' (78,488) at 20220204040022468 2025-03-14 03:00:50.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/riscv/boot-image-header.rst' (78,489) at 20220525020651774 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si_dpm.h' (78,490) at 20220525020653007 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/restart_syscall.S' (78,491) at 20240405153046081 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb' (78,492) at 20241221090017684 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/loadpin/Makefile' (78,493) at 20210307214932174 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-common.inc' (78,494) at 20241221090017472 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/attach.c' (78,495) at 20210307214929750 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/probe-finder.h' (78,496) at 20241211090145577 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/vt1720_mobo.h' (78,497) at 20210307214932262 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts' (78,498) at 20240405153045769 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ia_css_ctc1_5.host.h' (78,499) at 20210307214930554 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/jump_label.c' (78,500) at 20240405153045945 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/0003-Exclude-VCS-directory-with-writing-from-an-archive.patch' (78,501) at 20231011080016614 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5260.h' (78,502) at 20210307214929122 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl.c' (78,503) at 20230302090047762 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb' (78,504) at 20241221090017556 to deleted uid set 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml' (78,505) at 20240405153229791 to deleted uid set 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/wmm.h' (78,506) at 20240405153050577 2025-03-14 03:00:50.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/he.h' (78,507) at 20210307214926882 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/time.c' (78,508) at 20240405153046153 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/ali-agp.c' (78,509) at 20210309003649212 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c' (78,510) at 20240613080016435 to deleted uid set 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_processpptables.c' (78,511) at 20240405153048333 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/bus.hpp' (78,512) at 20241203090049024 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/launch.h' (78,513) at 20210307214926246 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-net48xx.c' (78,514) at 20210307214928550 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8350b.dtsi' (78,515) at 20240405153045777 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ralink,rt2880-intc.yaml' (78,516) at 20240405153045085 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts' (78,517) at 20240405153045533 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0008.h' (78,518) at 20210307214927902 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cpu_asm.h' (78,519) at 20210308005003720 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/config.c' (78,520) at 20240405153045961 2025-03-14 03:00:50.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5421.c' (78,521) at 20240405153048973 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ServiceConditions.v1_0_1.json' (78,522) at 20240619080002952 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/msi.h' (78,523) at 20230426080043764 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/iommu.c' (78,524) at 20240405153230739 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zynq-common.h' (78,525) at 20210308005003628 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (78,526) at 20231019080029735 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrtalje_Sodra' (78,527) at 20210307205553786 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-host-control/cfam_override@.service' (78,528) at 20220503030013244 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98095.h' (78,529) at 20210307214932314 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_div.c' (78,530) at 20210307214926274 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts' (78,531) at 20240405153045777 2025-03-14 03:00:50.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8550vs.dtsi' (78,532) at 20240405153045777 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ep93xx_dma.c' (78,533) at 20240405153230279 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend' (78,534) at 20241018080016394 to deleted uid set 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/layer.conf' (78,535) at 20240507080014346 to deleted uid set 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/gitignore' (78,536) at 20210307205553894 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c' (78,537) at 20240405153049885 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dev_addr_lists_test.c' (78,538) at 20240405153053213 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VMSC.interface.yaml' (78,539) at 20220315030032659 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8505.dtsi' (78,540) at 20240405153045609 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-tegra194-p2u.yaml' (78,541) at 20240405153045129 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/Makefile' (78,542) at 20240405153049489 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/080' (78,543) at 20210927100127481 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig' (78,544) at 20210308005003236 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_madd.c' (78,545) at 20210308005046525 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/atcpit100_timer.txt' (78,546) at 20210308005003328 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rv1126-cru.yaml' (78,547) at 20240405153045029 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.cxl' (78,548) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/unistd.h' (78,549) at 20210307214926178 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/Kconfig' (78,550) at 20210307214930522 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (78,551) at 20240309090012804 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/trigger.hpp' (78,552) at 20211202040032454 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cdns,xtfpga-i2s.txt' (78,553) at 20210307214925426 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_uncmd_spl.h' (78,554) at 20210308005003572 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/fscache.c' (78,555) at 20240527080023352 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/026.out' (78,556) at 20210308005046437 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/.gitignore' (78,557) at 20210309003656004 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/orc_types.h' (78,558) at 20240405153054033 2025-03-14 03:00:50.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/retu-pwrbutton.c' (78,559) at 20210307214928486 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/arch-powerpc64.inc' (78,560) at 20210812000025310 to deleted uid set 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/events.rst' (78,561) at 20240405153229831 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/seccomp.h' (78,562) at 20220525020652090 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch' (78,563) at 20230503080014591 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/spdif_in.c' (78,564) at 20240405153054005 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ltc2497.h' (78,565) at 20240405153048957 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/inodes.rst' (78,566) at 20240405153045205 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/machdep.h' (78,567) at 20240405153045965 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/cadence_gem.c' (78,568) at 20241211090212302 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-prog.rst' (78,569) at 20240405153054037 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/glue.h' (78,570) at 20210308005003540 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/scripts/xbc.sh' (78,571) at 20220525020655111 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/MAINTAINERS' (78,572) at 20210308005002908 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_event.c' (78,573) at 20210307214927734 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/spcr.c' (78,574) at 20240405153046649 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/label.h' (78,575) at 20240405153051193 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tda1997x.c' (78,576) at 20240405153049341 2025-03-14 03:00:50.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ia64/Makefile' (78,577) at 20210307214932674 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/scpart.c' (78,578) at 20240405153049705 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/MAINTAINERS' (78,579) at 20210308005003016 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/devkit8000_defconfig' (78,580) at 20210308005003256 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/ioport.c' (78,581) at 20210309003648980 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/clock.h' (78,582) at 20220525020655099 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5260.c' (78,583) at 20240405153230239 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/sched.h' (78,584) at 20241216090017769 to deleted uid set 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ncurses-config.patch' (78,585) at 20220204040022468 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v3-its-pci-msi.c' (78,586) at 20240405153049197 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/unistd.h' (78,587) at 20240405153046281 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-peri_ao.c' (78,588) at 20240405153046797 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_mtk.c' (78,589) at 20240405153230171 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_debugfs.c' (78,590) at 20240405153230995 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml' (78,591) at 20240405153045093 2025-03-14 03:00:50.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-schedule_1.2.1.bb' (78,592) at 20240302090018214 to deleted uid set 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7100-clkgen.yaml' (78,593) at 20240405153045029 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_strerror.c' (78,594) at 20210308005003764 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4641.c' (78,595) at 20240405153053565 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_power_util.sh' (78,596) at 20240619080012644 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/default.script' (78,597) at 20210307205554470 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/090856f4159c40a2927fb88546419f2e1697ad5f.patch' (78,598) at 20230811080018306 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.lynxkdi' (78,599) at 20210308005003296 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/pipeline.json' (78,600) at 20240405153054149 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aha1542.h' (78,601) at 20220525020653983 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4namespace.c' (78,602) at 20240405153052421 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/altera/socfpga-system.txt' (78,603) at 20210307214925270 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_1032.c' (78,604) at 20240405153046885 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Triggers_v1.xml' (78,605) at 20240619080002940 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/trace_clock.h' (78,606) at 20210307214931306 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem_gtt.c' (78,607) at 20240405153048525 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/gen_probe.h' (78,608) at 20210307214931450 2025-03-14 03:00:50.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/profile.tc' (78,609) at 20220525020655207 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/f2fs/file.c' (78,610) at 20241211090145517 to deleted uid set 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/trace-events' (78,611) at 20240326080039438 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsmemory.c' (78,612) at 20210307214926842 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fdinfo.h' (78,613) at 20210307214931190 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_in.c' (78,614) at 20240405153053169 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_discrete_threshold.cpp' (78,615) at 20240904080048947 to deleted uid set 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.err' (78,616) at 20210927100127469 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/messages.h' (78,617) at 20210307214929722 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (78,618) at 20240712080022837 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/Kconfig' (78,619) at 20210307214927038 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault/meson.build' (78,620) at 20210308005109241 to deleted uid set 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/MAINTAINERS' (78,621) at 20210308005003044 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-zest.dts' (78,622) at 20220525020651914 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-iommu.c' (78,623) at 20240405153045665 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb' (78,624) at 20240413080012655 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clocksource.h' (78,625) at 20240815080012907 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/inport.c' (78,626) at 20240405153049153 2025-03-14 03:00:50.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.h' (78,627) at 20210307214929934 2025-03-14 03:00:50.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-char.c' (78,628) at 20241211090212550 2025-03-14 03:00:50.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hip05-d02.dts' (78,629) at 20240405153045741 2025-03-14 03:00:50.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-fwrite.rst' (78,630) at 20220525020654135 2025-03-14 03:00:50.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/drv2665.c' (78,631) at 20240405153049141 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h' (78,632) at 20220525020653459 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h' (78,633) at 20240919080017054 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/signal.c' (78,634) at 20240405153045925 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/.gitignore' (78,635) at 20240405153232235 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-dqevent.rst' (78,636) at 20240405153045321 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/interfaces/trigger_factory.hpp' (78,637) at 20220607100029059 to deleted uid set 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/ccu-rst.c' (78,638) at 20240405153046773 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_blackhole_dev.sh' (78,639) at 20210307214932694 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps6586x.c' (78,640) at 20240405153230307 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr2.c' (78,641) at 20210307214927958 2025-03-14 03:00:50.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity-msc313.dtsi' (78,642) at 20240405153045573 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/osl.c' (78,643) at 20240405153046641 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/funcmux.h' (78,644) at 20210308005002668 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_hw.c' (78,645) at 20240405153050225 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-pseries.c' (78,646) at 20240405153046921 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3308-cru.h' (78,647) at 20210307214931334 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/Kbuild' (78,648) at 20240405153045905 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ompic.c' (78,649) at 20210307214928534 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/Kconfig.debug' (78,650) at 20220525020651974 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/rga.h' (78,651) at 20210307214928750 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-xra1403.txt' (78,652) at 20210307214925318 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/of_helpers.h' (78,653) at 20210307214926478 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/mount-via-label.cfg' (78,654) at 20241221090017636 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/omap_gpio.c' (78,655) at 20241211090212274 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pennybacker.json' (78,656) at 20230607080007037 2025-03-14 03:00:50.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/math_efp.c' (78,657) at 20240405153046181 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/bluetooth/hci_core.h' (78,658) at 20241220090018326 to deleted uid set 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/prom/init.c' (78,659) at 20210307214926174 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/Makefile' (78,660) at 20240405153052273 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-flash.c' (78,661) at 20240405153046217 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb' (78,662) at 20220126040017547 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-roseapplepi.dts' (78,663) at 20240405153045369 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/pl050.c' (78,664) at 20240906080037236 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinconf.c' (78,665) at 20220525020653883 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/via82xx_modem.c' (78,666) at 20220525020655011 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm64-secureboot-ts.yml' (78,667) at 20241221090017464 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-munmap.rst' (78,668) at 20210309003648476 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/host-powerctrl.service' (78,669) at 20220119040023096 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-host-ipmi-flash/.clang-format' (78,670) at 20240820080017649 to deleted uid set 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-common.c' (78,671) at 20230426080043932 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/leds.c' (78,672) at 20210307214926174 2025-03-14 03:00:50.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/rust/rustc_args.py' (78,673) at 20241211090212458 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_devids.h' (78,674) at 20210307214929450 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_xilinx.c' (78,675) at 20210308005003452 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/virtio_config.h' (78,676) at 20210308005046069 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SerialInterface_v1.xml' (78,677) at 20240619080002936 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml' (78,678) at 20240405153045037 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mmu_context.h' (78,679) at 20240405153045625 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c' (78,680) at 20210308005046521 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/b43.h' (78,681) at 20240405153231171 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/configfs.h' (78,682) at 20210307214931402 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7180-mss.yaml' (78,683) at 20240405153229759 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_sample.bpf.c' (78,684) at 20220525020654935 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/Kconfig' (78,685) at 20210307214929986 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/Kconfig' (78,686) at 20220525020654787 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/netlink.h' (78,687) at 20240405153231987 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/solos-pci.c' (78,688) at 20240405153230183 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_translate_dcn20.h' (78,689) at 20210307214927306 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_M9_defconfig' (78,690) at 20210308005003240 2025-03-14 03:00:50.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_bmc.c' (78,691) at 20240405153048569 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fortify-string.h' (78,692) at 20240613080016499 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/gstreamer.py' (78,693) at 20220910030013397 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_arria5_socdk.h' (78,694) at 20210308005003616 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_drm_client.c' (78,695) at 20240405153048525 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stv0991_defconfig' (78,696) at 20210308005003280 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_ethtool.h' (78,697) at 20240405153050073 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/vmalloc.h' (78,698) at 20210307214926098 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7180-dispcc.yaml' (78,699) at 20240405153229759 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/host-bridge.c' (78,700) at 20220525020653847 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-virgl.c' (78,701) at 20241211090212270 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7291.c' (78,702) at 20240405153048945 2025-03-14 03:00:50.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-include-libgen.h-for-basename.patch' (78,703) at 20240413080012655 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_spiderboard_adc_ti_pwr_ti.json' (78,704) at 20241213090004421 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stmark2.h' (78,705) at 20210308005003616 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_trc.c' (78,706) at 20240405153051737 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/diu.c' (78,707) at 20210308005002992 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/locking/queued-rwlocks/arch-support.txt' (78,708) at 20240405153045201 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h' (78,709) at 20210307214927766 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/memalloc.c' (78,710) at 20240405153053489 2025-03-14 03:00:50.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-evm-ui.dtsi' (78,711) at 20210308005002564 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mcu.h' (78,712) at 20240405153231231 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/threadmap.c' (78,713) at 20240405153054069 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml' (78,714) at 20240405153045121 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-events.y' (78,715) at 20240405153232239 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/version.rc' (78,716) at 20210927100127665 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pch.c' (78,717) at 20210308005003740 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/ifs.rst' (78,718) at 20240405153044989 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/backlight.h' (78,719) at 20210309003653824 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-drop-including-rpath-cmake-module.patch' (78,720) at 20230706080014749 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/soft-fp.h' (78,721) at 20210307214931538 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/fcoe_common.h' (78,722) at 20240405153052781 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/errno.h' (78,723) at 20210512100029194 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/P0260.h' (78,724) at 20210307214927906 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/acbel_r1ca2122a_psu.json' (78,725) at 20230818080006157 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/maple/Kconfig' (78,726) at 20240405153046209 2025-03-14 03:00:50.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max14577.yaml' (78,727) at 20240405153045145 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot' (78,728) at 20240628080017113 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/intel_regs.h' (78,729) at 20210308005002880 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Korppoo' (78,730) at 20210307205553770 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/raw-format.c' (78,731) at 20241121090029256 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/cmd.h' (78,732) at 20210307214929966 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb' (78,733) at 20240113090014540 to deleted uid set 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-sabresd.dts' (78,734) at 20240405153045505 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis/meson.build' (78,735) at 20240925080024982 to deleted uid set 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/phosphor-host-ipmid.wrap' (78,736) at 20220726030011558 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_ph.c' (78,737) at 20210308005046501 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/cpucheck.c' (78,738) at 20240405153046353 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86.h' (78,739) at 20240906080037484 2025-03-14 03:00:50.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/altr,rst-mgr-s10.h' (78,740) at 20240405153231799 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/mtjade.json' (78,741) at 20241029080004318 to deleted uid set 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-unplug@.service' (78,742) at 20241107090014377 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/befs.rst' (78,743) at 20240405153229807 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/kernel-doc.rst' (78,744) at 20240405153229803 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/of_access.c' (78,745) at 20210308005003356 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/vas-fault.c' (78,746) at 20240405153046217 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/wl12xx.h' (78,747) at 20210307214929966 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap' (78,748) at 20220105012523003 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/reset.rst' (78,749) at 20241211090212234 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/motorola_pgalloc.h' (78,750) at 20220525020651982 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample' (78,751) at 20241221090017476 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/vexpress.h' (78,752) at 20240405153045693 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/entry-v7m.S' (78,753) at 20240405153045629 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/arm_mhu.c' (78,754) at 20240405153230759 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso/clocksource.h' (78,755) at 20210307214925858 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/Kconfig' (78,756) at 20240405153053021 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_private_mcast_eht.h' (78,757) at 20220525020654803 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_2_regs.h' (78,758) at 20240405153046577 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c' (78,759) at 20220525020653599 2025-03-14 03:00:50.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc' (78,760) at 20241206090014214 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/opp-v2.yaml' (78,761) at 20240405153045121 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-system.h' (78,762) at 20240906080037136 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/mem_64.S' (78,763) at 20240405153230043 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/remove-hard-coded-include-and-lib-paths.patch' (78,764) at 20210307205553998 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/acp/acp_hw.c' (78,765) at 20210307214927202 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libperl.c' (78,766) at 20210307214932466 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/Kconfig' (78,767) at 20220525020654799 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/main.c' (78,768) at 20240726080012854 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/7.AdvancedTopics.rst' (78,769) at 20240405153045297 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c' (78,770) at 20210307214928778 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/bp_signal.c' (78,771) at 20240405153054161 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/switchdev.c' (78,772) at 20240405153049757 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/cputime.h' (78,773) at 20210307214926114 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.h' (78,774) at 20210307214929922 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/output.c' (78,775) at 20240405153053373 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.bb' (78,776) at 20241221090017692 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/af_vsock.h' (78,777) at 20240830080013331 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_ar933x.c' (78,778) at 20210308005003456 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_rect_test.c' (78,779) at 20240405153048769 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb' (78,780) at 20240302090018210 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/machine/qemuarm-secureboot.conf' (78,781) at 20230804080018095 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/percpu-stats.c' (78,782) at 20240405153053145 2025-03-14 03:00:50.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-isp.yaml' (78,783) at 20240405153045093 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smsc911x.c' (78,784) at 20240405153231051 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.xapic' (78,785) at 20240906080037560 to deleted uid set 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/core.h' (78,786) at 20210307214926770 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/Makefile' (78,787) at 20241115090012941 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/host-os.h' (78,788) at 20221215040039066 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bamboo.dts' (78,789) at 20210308005046113 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_ddc.c' (78,790) at 20210307214930906 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/tee-dev.c' (78,791) at 20240405153046937 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/run-ptest' (78,792) at 20241221090017656 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/es18xx.c' (78,793) at 20240405153053509 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/qcom,gpi.yaml' (78,794) at 20240405153045053 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.2a.dts' (78,795) at 20240405153230063 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm75.rst' (78,796) at 20220525020651734 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_vblank.h' (78,797) at 20240405153052637 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/Makefile' (78,798) at 20210308005003052 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/Makefile' (78,799) at 20210308005003048 2025-03-14 03:00:50.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/callback.h' (78,800) at 20220525020654439 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/cookie.c' (78,801) at 20240830080013319 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.c' (78,802) at 20240405153048745 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_pandora.h' (78,803) at 20210308005003608 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-chilisom.dtsi' (78,804) at 20210308005002560 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtmips.c' (78,805) at 20240405153051321 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts' (78,806) at 20240405153045761 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt' (78,807) at 20240405153230531 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/test_smack_onlycap.sh' (78,808) at 20210307205554122 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83627hf.c' (78,809) at 20240405153048881 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c' (78,810) at 20220525020652959 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-sr-usb.c' (78,811) at 20240405153231307 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-395-gp.dts' (78,812) at 20240405153045449 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa78ae.inc' (78,813) at 20240301090012451 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os_4.%.bbappend' (78,814) at 20231126090012777 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.c' (78,815) at 20240405153230591 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-service-time.rst' (78,816) at 20210307214925222 2025-03-14 03:00:50.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scpi_protocol.h' (78,817) at 20220525020654611 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_resource.c' (78,818) at 20240405153230399 to deleted uid set 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff' (78,819) at 20220105012522991 to deleted uid set 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch' (78,820) at 20230131040012039 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/socket.c' (78,821) at 20241211090212394 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_ucode.c' (78,822) at 20210307214928018 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/Makefile' (78,823) at 20210308005002920 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_parser.h' (78,824) at 20240405153051393 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpucfg.h' (78,825) at 20210308005002664 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-tx3-mini.dts' (78,826) at 20210307214925994 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/keyboard.rst' (78,827) at 20230925080039845 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc2.bb' (78,828) at 20210316000012685 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/event_service.hpp' (78,829) at 20221209040003858 to deleted uid set 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/busybox-1.36.1-no-cbq.patch' (78,830) at 20241221090017636 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9131-db-B.dts' (78,831) at 20220525020651918 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/af_ieee802154.h' (78,832) at 20210307214931550 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-cros-ec' (78,833) at 20210309003648252 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (78,834) at 20220721030015837 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/acm_ms.c' (78,835) at 20210309003653208 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/phys2bus.c' (78,836) at 20210308005002716 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-composite.h' (78,837) at 20210307214926958 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/socrates.c' (78,838) at 20240405153230051 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c' (78,839) at 20240405153051945 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/vf.h' (78,840) at 20240405153050049 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/Kconfig' (78,841) at 20240405153046317 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi' (78,842) at 20240405153045829 2025-03-14 03:00:50.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kobject/kobject-example.c' (78,843) at 20240405153053429 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/dw_hdmi.c' (78,844) at 20210308005003524 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/tlbbatch.h' (78,845) at 20240405153229979 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_vm_fs.c' (78,846) at 20240405153230075 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kallsyms.c' (78,847) at 20240405153231911 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/cpuflags.c' (78,848) at 20210309003649000 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/index.js' (78,849) at 20210308005107069 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/ti-thermal.h' (78,850) at 20240405153051977 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json' (78,851) at 20231128090014177 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent_2.1.12.bb' (78,852) at 20230114040015550 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_cpu.json' (78,853) at 20241213090004417 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/time/arch-tick-broadcast/arch-support.txt' (78,854) at 20240405153045201 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/uefi-secureboot.cfg' (78,855) at 20241221090017472 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_pi_spi_rcw.cfg' (78,856) at 20210308005002992 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt' (78,857) at 20210307214925410 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/early-lookup.c' (78,858) at 20240405153046525 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/Cargo.toml' (78,859) at 20241211090212458 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/page.h' (78,860) at 20240405153046309 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_video.c' (78,861) at 20240405153051865 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pretty-journal/pretty-journal.py' (78,862) at 20221206040017633 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/meson.build' (78,863) at 20220109110035355 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_devdis.c' (78,864) at 20210308005003400 2025-03-14 03:00:50.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hypervisor.h' (78,865) at 20210307214926662 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/qcom_smbb.c' (78,866) at 20240405153051437 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/skb_array.h' (78,867) at 20210307214931506 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/build.yml' (78,868) at 20240906080037132 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77843.c' (78,869) at 20240405153230835 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lofsdalen' (78,870) at 20210307205553786 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/sdbusplus.wrap' (78,871) at 20240214090001981 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/adc/qcom-vadc-common.h' (78,872) at 20240405153052705 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml' (78,873) at 20240405153045093 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_qspi_defconfig' (78,874) at 20210308005003264 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-porter-u-boot.dts' (78,875) at 20210308005002600 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/npcm_wdt.c' (78,876) at 20240405153052241 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/tusb6010.h' (78,877) at 20210307214930854 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/System.interface.yaml' (78,878) at 20210610000035134 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/bash-completion.bbclass' (78,879) at 20220910030013385 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_hw_20_comp_defs.h' (78,880) at 20240405153046957 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rf.h' (78,881) at 20210307214929926 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/nxp,pca953x.yaml' (78,882) at 20240405153229771 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/pc87312.h' (78,883) at 20210308005046017 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_swi2c.h' (78,884) at 20210307214930674 2025-03-14 03:00:50.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dsfield.h' (78,885) at 20210307214931558 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvp7002_reg.h' (78,886) at 20210307214928674 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/usbtv/usbtv-core.c' (78,887) at 20240405153049573 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/discrete_threshold.cpp' (78,888) at 20240904080048943 to deleted uid set 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/lib80211.h' (78,889) at 20210307214931562 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/imx8-pins.h' (78,890) at 20210308005002640 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ioport.c' (78,891) at 20240906080037232 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch' (78,892) at 20241221090017680 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/qca8k-8xxx.c' (78,893) at 20241216090017713 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/trace.h' (78,894) at 20210308005045969 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml' (78,895) at 20240405153045125 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/cross-intercept/ar' (78,896) at 20220204040022692 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func13.c' (78,897) at 20240405153054277 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareModalUpdateFirmware.vue' (78,898) at 20241004080035967 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e63m0.h' (78,899) at 20240405153048693 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_regs_cn9k_pf.h' (78,900) at 20240405153050057 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/mt9v032.h' (78,901) at 20210307214931542 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.h' (78,902) at 20240405153047257 2025-03-14 03:00:50.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi' (78,903) at 20240405153045573 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_memory.c' (78,904) at 20210308005003700 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219-max98357a.dtsi' (78,905) at 20240405153045749 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/image-generation.png' (78,906) at 20210307205554310 to deleted uid set 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/pseries.rst' (78,907) at 20241211090212238 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml' (78,908) at 20240405153045089 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/testing.md' (78,909) at 20240809080033019 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c' (78,910) at 20210308005003028 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hts221_spi.c' (78,911) at 20240405153048989 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/skel_internal.h' (78,912) at 20240405153054061 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/ppp_mppe.c' (78,913) at 20210309003651320 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen7_renderstate.c' (78,914) at 20220525020652883 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ti,tps62870.yaml' (78,915) at 20240405153045149 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5668.txt' (78,916) at 20210309003648392 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/record.sh' (78,917) at 20240405153054173 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/shpc.h' (78,918) at 20240906080037336 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/request-api.rst' (78,919) at 20210309003648484 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl.inc' (78,920) at 20220402030015911 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/vsc7385.c' (78,921) at 20210308005003448 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/link.c' (78,922) at 20210308005003004 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/dtpm_subsys.h' (78,923) at 20240405153051445 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/cxl.c' (78,924) at 20240405153046973 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/vmbus-bridge.h' (78,925) at 20210308005046013 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/arch_gicv3.h' (78,926) at 20240405153045849 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/pmac32-cpufreq.c' (78,927) at 20240405153046913 2025-03-14 03:00:50.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_client.c' (78,928) at 20240411080014090 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/sched/cpufreq_schedutil.c' (78,929) at 20240405153053041 to deleted uid set 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/server/object.cpp' (78,930) at 20220912100035497 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml' (78,931) at 20240405153045109 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/Kbuild' (78,932) at 20240405153229855 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-alternate.out' (78,933) at 20210308005046409 to deleted uid set 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/visitor-impl.h' (78,934) at 20220429100100586 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_fshead.c' (78,935) at 20240405153052365 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/af9033_priv.h' (78,936) at 20240405153230775 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-pinfunc.h' (78,937) at 20240405153045529 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman_ccsr.c' (78,938) at 20210307214930438 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9063-i2c.c' (78,939) at 20240405153049605 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-module' (78,940) at 20240405153044913 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/PDR/meson.build' (78,941) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_omap4_common.h' (78,942) at 20210308005003620 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/Makefile' (78,943) at 20210308005003448 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crontab' (78,944) at 20210307205554558 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram_input.h' (78,945) at 20220429100100942 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/dmi.h' (78,946) at 20210307214926114 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml' (78,947) at 20240405153045085 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/industrialio-hw-consumer.c' (78,948) at 20240405153048969 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/gpio.h' (78,949) at 20210308005002648 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__spin_loop_pause.hpp' (78,950) at 20241217090453707 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/stacktrace.c' (78,951) at 20210307214926602 2025-03-14 03:00:50.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lpswe-early.S' (78,952) at 20230426080043952 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/cache.json' (78,953) at 20240405153054141 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8555CDS_legacy_defconfig' (78,954) at 20210308005003240 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb' (78,955) at 20241221090017500 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_netlink.h' (78,956) at 20240405153051977 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_stack.h' (78,957) at 20221215040039066 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/Makefile' (78,958) at 20210307214930806 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/mutex.h' (78,959) at 20220525020654711 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/fips.c' (78,960) at 20240405153046537 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/io.h' (78,961) at 20210308005002844 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_2mmc_nandflash_defconfig' (78,962) at 20210308005003248 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77960-salvator-x.dts' (78,963) at 20220525020651934 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/cper-json-header.json' (78,964) at 20241207090009631 to deleted uid set 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/sha1-spe-asm.S' (78,965) at 20210307214926370 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/writeinterface_mock.hpp' (78,966) at 20230511080034627 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap143.h' (78,967) at 20210308005003584 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/menf21bmc_wdt.c' (78,968) at 20210307214930970 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-omap-intc.c' (78,969) at 20240405153049201 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c' (78,970) at 20240405153047145 to deleted uid set 2025-03-14 03:00:50.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/nconf.gui.c' (78,971) at 20240405153232103 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/packet/af_packet.c' (78,972) at 20241216090017793 to deleted uid set 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/nvram.c' (78,973) at 20210307214926138 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_mn.c' (78,974) at 20240405153048725 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-a23-a33-ccu.h' (78,975) at 20210308005003640 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1019.c' (78,976) at 20240405153232155 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/extents.c' (78,977) at 20220525020653219 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/power_supply.cpp' (78,978) at 20240817080031292 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/can_ucan_protocol.rst' (78,979) at 20240405153045233 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-flakey.c' (78,980) at 20240405153049245 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/intrinsics.h' (78,981) at 20240405153045917 2025-03-14 03:00:50.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-target.c' (78,982) at 20240405153049249 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-mem.c' (78,983) at 20210307214930602 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83640.c' (78,984) at 20240405153231075 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/core.h' (78,985) at 20240405153230883 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8974.yaml' (78,986) at 20240405153045025 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP2/meson.build' (78,987) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/fsl-mc-msi.c' (78,988) at 20240405153230195 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/selftest.c' (78,989) at 20240405153231047 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpsl/libpsl_0.21.5.bb' (78,990) at 20240127090011896 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm1026.c' (78,991) at 20240405153048841 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/file.c' (78,992) at 20241111090012145 2025-03-14 03:00:50.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/memory.c' (78,993) at 20210309003648828 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_extent.h' (78,994) at 20240405153052393 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/sys_proto.h' (78,995) at 20210308005002636 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_midi.c' (78,996) at 20220525020654971 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/crypto/clmul.h' (78,997) at 20240326080039410 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_subskeleton_lib2.c' (78,998) at 20240405153054277 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/v4l2-dv-timings.h' (78,999) at 20240405153052941 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-get-series' (79,000) at 20231126090012869 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/ff.rst' (79,001) at 20220525020651738 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/lpc18xx_adc.c' (79,002) at 20240405153048953 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/udp.h' (79,003) at 20240429080012456 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/fpu_helper.c' (79,004) at 20240326080039678 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex.dts' (79,005) at 20210309003648756 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt' (79,006) at 20210307214926558 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/trace.h' (79,007) at 20241211090145533 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.txt' (79,008) at 20210307214925446 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xx-sd-spi-boot' (79,009) at 20210308005003296 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/bunzip2.h' (79,010) at 20210307214931374 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/wafl/wafl2_4_0_0_smn.h' (79,011) at 20210307214927694 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/pagevec.c' (79,012) at 20210307214931906 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.err' (79,013) at 20220429100100882 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch' (79,014) at 20240309090012804 2025-03-14 03:00:50.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml' (79,015) at 20240405153229759 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/README.md' (79,016) at 20240924080018575 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm96846.dts' (79,017) at 20240405153045433 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/pr.c' (79,018) at 20240624080012796 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/topology.h' (79,019) at 20240405153230115 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/futex.h' (79,020) at 20240405153053001 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/timerdev.c' (79,021) at 20240405153049213 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_toc.cpp' (79,022) at 20210308005108645 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent_avx2_glue.c' (79,023) at 20240405153046365 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/bbconfigbuild/configfragments.py' (79,024) at 20241221090017620 to deleted uid set 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/mihawk-cpld.cpp' (79,025) at 20220727030028313 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/xpad.rst' (79,026) at 20240405153045221 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch' (79,027) at 20241221090017696 to deleted uid set 2025-03-14 03:00:50.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/dma-mapping.h' (79,028) at 20240405153232291 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/blk-sysfs.c' (79,029) at 20240405153046521 to deleted uid set 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/espt_defconfig' (79,030) at 20240405153046309 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/efivar.c' (79,031) at 20240405153230707 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/video-pxafb.h' (79,032) at 20240405153052773 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-db-88f6820-amc.dts' (79,033) at 20240405153045445 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-version.txt' (79,034) at 20210307214932510 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma-ddr1333.dts' (79,035) at 20210308005002608 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-ocelot.config' (79,036) at 20240405153045993 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/task_messages.cpp' (79,037) at 20241224090003036 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_asm.h' (79,038) at 20210307214926730 2025-03-14 03:00:50.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-transaction.c' (79,039) at 20210307214932210 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-phy-20nm.yaml' (79,040) at 20240405153229759 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/cmtp/capi.c' (79,041) at 20220525020654795 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts' (79,042) at 20240405153045537 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/tracefs/Makefile' (79,043) at 20240405153231759 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/Makefile' (79,044) at 20210307214929422 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/pcie_cards.json' (79,045) at 20240127090024788 to deleted uid set 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/default_file_splice_read.c' (79,046) at 20210307214932722 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reset/bcm63xx_pmb.h' (79,047) at 20240405153052789 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_rockchip.c' (79,048) at 20210308005003496 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_sriov.c' (79,049) at 20240405153050237 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-funnel' (79,050) at 20210307214925190 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/cacheflush.h' (79,051) at 20240405153231791 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/abilis_tb100_dvk.dts' (79,052) at 20210307214925662 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/hellcreek_hwtstamp.h' (79,053) at 20220525020653427 2025-03-14 03:00:50.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/trace.c' (79,054) at 20240405153052337 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_qp.c' (79,055) at 20241211090145437 to deleted uid set 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpmodule.c' (79,056) at 20210307214925978 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_interrupt_bitdef.h' (79,057) at 20210307214930642 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nft_fib.h' (79,058) at 20240405153052857 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ipu3/ipu3-cio2.c' (79,059) at 20240613080016423 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,rpmcc.h' (79,060) at 20240405153052645 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/bh1780.c' (79,061) at 20240405153048997 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/oxsemi,ox820.h' (79,062) at 20210307214931330 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/lparcfg.c' (79,063) at 20240613080016363 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040qds_qixis.h' (79,064) at 20210308005002992 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch' (79,065) at 20230706080014737 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/phy-sun4i-usb.h' (79,066) at 20210307214931470 2025-03-14 03:00:50.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,qcm2290-tlmm.yaml' (79,067) at 20240405153045137 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/perf_event.h' (79,068) at 20240405153230107 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf-core.h' (79,069) at 20210307214931550 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend' (79,070) at 20241221090017464 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/spl_boot.c' (79,071) at 20210308005003048 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/toshiba_haps.c' (79,072) at 20240405153051417 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_tx.h' (79,073) at 20240405153050421 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/actions/owl-emac.c' (79,074) at 20240405153049777 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts' (79,075) at 20240405153229947 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/memory.json' (79,076) at 20240405153054137 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/Makefile' (79,077) at 20210308005002956 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdk5420.h' (79,078) at 20210308005003616 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-omap-intc.h' (79,079) at 20210309003653852 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/lockdep.rst' (79,080) at 20240405153044933 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/Kconfig' (79,081) at 20240405153049221 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_history.txt' (79,082) at 20220525020653335 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ezchip,nps400-ic.txt' (79,083) at 20210307214925342 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sdio.h' (79,084) at 20240405153231219 2025-03-14 03:00:50.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/cfp.c' (79,085) at 20240405153050561 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-events.h' (79,086) at 20240405153232239 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5616.txt' (79,087) at 20210307214925434 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/fs_enet.h' (79,088) at 20240405153230943 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx6sll.c' (79,089) at 20240405153046785 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-npcm7xx.c' (79,090) at 20240405153231555 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-build-image.bb' (79,091) at 20230813080012860 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.gitattributes' (79,092) at 20240405153044909 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsicam.c' (79,093) at 20240405153051729 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/Kconfig' (79,094) at 20210308005002912 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf119.fuc4' (79,095) at 20210307214927970 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-m41t93.c' (79,096) at 20210307214930218 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c' (79,097) at 20240405153230635 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/macio.h' (79,098) at 20240405153230031 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_ftpm_tee.c' (79,099) at 20240405153230203 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-image-process.rst' (79,100) at 20220525020651782 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK05' (79,101) at 20210307214932714 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml' (79,102) at 20240618080025501 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/byteorder.h' (79,103) at 20210308005002848 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/alphascale/alphascale-asm9260.dtsi' (79,104) at 20240405153045397 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/fence.h' (79,105) at 20210307214926494 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/ex.c' (79,106) at 20210307214932470 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DEC-3-Clause' (79,107) at 20241221090017616 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0003-handle-static-shared-only-build.patch' (79,108) at 20230503080014579 2025-03-14 03:00:50.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mlxcpld.h' (79,109) at 20220525020654603 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/stm32_sai.h' (79,110) at 20210307214932426 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sa1100/index.rst' (79,111) at 20240405153044973 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/bochs.c' (79,112) at 20240405153048773 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/pmem.h' (79,113) at 20241211090212366 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-eic-sprd.c' (79,114) at 20240405153230303 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/basic.json' (79,115) at 20240405153054377 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-arvo.h' (79,116) at 20210307214928098 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/lockd.h' (79,117) at 20240405153231819 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-segin.dtsi' (79,118) at 20240405153045525 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/branch.h' (79,119) at 20240405153045937 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/const_structs.checkpatch' (79,120) at 20240405153053445 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/string.c' (79,121) at 20220525020655123 2025-03-14 03:00:50.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/liteuart.c' (79,122) at 20240405153231515 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/siw-abi.h' (79,123) at 20210307214931690 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/poly1305-armv4.pl' (79,124) at 20210307214925846 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png' (79,125) at 20210307205554346 to deleted uid set 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/Kconfig.debug' (79,126) at 20210308005002544 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps6105x.c' (79,127) at 20240405153049617 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/riscv-iommu.h' (79,128) at 20241211090212546 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sme_helper.c' (79,129) at 20241211090212474 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/bootconfig.rst' (79,130) at 20240405153044937 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/xen-ops.h' (79,131) at 20240405153052961 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-apalis-ixora-v1.2.dtsi' (79,132) at 20240405153045725 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kfifo/dma-example.c' (79,133) at 20210307214932126 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/rt_bmark.py' (79,134) at 20241221090017692 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dibusb-mc-cardlist.rst' (79,135) at 20210307214925230 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PowerSupply_VINI.json' (79,136) at 20221213040036921 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/pid.hpp' (79,137) at 20241210090026644 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/net/microchip-lan78xx.h' (79,138) at 20210307214931342 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/evm_crypto.c' (79,139) at 20240405153232111 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-sata.c' (79,140) at 20240405153230175 2025-03-14 03:00:50.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_lwt_bpf.c' (79,141) at 20240405153053425 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa.inc' (79,142) at 20241221090017684 to deleted uid set 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf' (79,143) at 20210307205554094 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice.c' (79,144) at 20240405153232123 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-rx51.c' (79,145) at 20240613080016427 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/trace-events' (79,146) at 20220429100100650 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/thermal-zones.yaml' (79,147) at 20240805080013911 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/fbdev.c' (79,148) at 20240405153231591 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/085.out' (79,149) at 20220429100100886 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_priolist_types.h' (79,150) at 20220525020652907 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/bswapsi.c' (79,151) at 20210307214926094 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ns2lite.dts' (79,152) at 20240405153045457 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-param.h' (79,153) at 20241211090212502 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/Makefile' (79,154) at 20210308005002544 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd_11.8.17.bb' (79,155) at 20220910030013349 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/silan/Makefile' (79,156) at 20210307214929630 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch' (79,157) at 20230706080014769 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt' (79,158) at 20210307214925374 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/saslauthd.conf' (79,159) at 20220612030016727 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6332/registers.h' (79,160) at 20240405153052729 2025-03-14 03:00:50.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/wme.h' (79,161) at 20240405153053305 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/spl.c' (79,162) at 20210308005003072 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/mib.c' (79,163) at 20241023080012903 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c' (79,164) at 20210308005002548 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/memory.json' (79,165) at 20240405153054113 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/PowerSupplyStore.js' (79,166) at 20240321080039294 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_json_unittest.cpp' (79,167) at 20210308005120361 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/ashldi3.c' (79,168) at 20210307214926170 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h' (79,169) at 20210308005002832 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c' (79,170) at 20240405153047237 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/joystick.rst' (79,171) at 20210307214925566 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/Kconfig' (79,172) at 20240405153048737 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/cgroup_util.h' (79,173) at 20240613080016563 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/mfd/syscon.h' (79,174) at 20220525020654587 to deleted uid set 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,9series.yaml' (79,175) at 20240405153045029 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bios.h' (79,176) at 20210307214927910 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gplugd.h' (79,177) at 20210308005003596 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trace/irq_vectors.h' (79,178) at 20210307214926678 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensaeb/Makefile.softmmu-target' (79,179) at 20240326080039746 2025-03-14 03:00:50.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98520.c' (79,180) at 20240405153053641 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt6779-pinfunc.h' (79,181) at 20210309003653812 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/auditsc.c' (79,182) at 20240405153231891 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/Makefile' (79,183) at 20240405153230043 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox-mpfs.c' (79,184) at 20240405153230759 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/gpioplus.wrap' (79,185) at 20240621080029190 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080ardb.h' (79,186) at 20210308005003600 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_lp.h' (79,187) at 20210307214929794 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/Makefile' (79,188) at 20210308005002972 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/img-i2s-out.c' (79,189) at 20240405153232175 2025-03-14 03:00:50.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/sp-dev.c' (79,190) at 20220525020652378 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/actions/s900.dtsi' (79,191) at 20210307214925986 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stmp_device.h' (79,192) at 20210307214931518 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65219.c' (79,193) at 20240405153049621 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/cpu_features.rst' (79,194) at 20210307214925546 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch' (79,195) at 20220910030013425 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/VirtualMedia/VirtualMedia.vue' (79,196) at 20241004080035967 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/keycodemapdb.wrap' (79,197) at 20230925080039997 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-85xx.c' (79,198) at 20210307214926338 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos7420.dtsi' (79,199) at 20210308005002580 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS8.conf' (79,200) at 20230114040015462 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/m53menlo.c' (79,201) at 20210308005003016 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb' (79,202) at 20241221090017532 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/acpi-utils.c' (79,203) at 20241211090212542 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (79,204) at 20241206090014230 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rapidio/index.rst' (79,205) at 20210307214925470 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tw2804.c' (79,206) at 20240405153049341 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptsas.c' (79,207) at 20241211090145453 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_interface.h' (79,208) at 20220525020654179 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/sc-mips.c' (79,209) at 20210309003648856 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak4104.txt' (79,210) at 20210307214925426 2025-03-14 03:00:50.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/memory.txt' (79,211) at 20240405153229835 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/cal/cal.h' (79,212) at 20240405153230819 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/wmi/devices/wmi-bmof.rst' (79,213) at 20240405153045333 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/Kconfig' (79,214) at 20210308005003548 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_defconfig' (79,215) at 20210308005003240 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_therm.rst' (79,216) at 20240405153229847 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/graph-lock.c' (79,217) at 20240906080037144 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/usb-compat.h' (79,218) at 20210308005003520 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dfu.h' (79,219) at 20210308005003628 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tipd/trace.h' (79,220) at 20240405153052153 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chromebook_samus.h' (79,221) at 20210308005003588 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/uk.po' (79,222) at 20221215040039254 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-dvb.c' (79,223) at 20240405153049273 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/kprobes.c' (79,224) at 20241211090145385 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/phy-spear1310-miphy.c' (79,225) at 20240405153231315 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_mem.c' (79,226) at 20240405153051641 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hogfors' (79,227) at 20210307205553782 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb' (79,228) at 20241219090012976 to deleted uid set 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/pm_bus.c' (79,229) at 20240405153045661 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_tap.h' (79,230) at 20240405153052705 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot.lds' (79,231) at 20210308005002832 2025-03-14 03:00:50.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/Makefile' (79,232) at 20240405153046357 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/x86-power-control/meson.build' (79,233) at 20241026080032419 to deleted uid set 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (79,234) at 20221025030015189 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/Build' (79,235) at 20210307214932514 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb' (79,236) at 20241221090017512 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi' (79,237) at 20240405153229975 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/sdbusplus.wrap' (79,238) at 20220323030048031 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/adder875-redboot.dts' (79,239) at 20210307214926338 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/fsl,scu-key.yaml' (79,240) at 20240405153045077 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.8_typo.patch' (79,241) at 20230706080014741 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/clk-lpss.h' (79,242) at 20220525020654603 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/nvsw-sn2201.c' (79,243) at 20240726080012862 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/gl861.c' (79,244) at 20240405153049545 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml' (79,245) at 20240405153045101 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/pmu.c' (79,246) at 20240405153230135 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0006-Platform-CS1000-Increase-buffers-for-EFI-vars.patch' (79,247) at 20241221090017464 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/adv7180.yaml' (79,248) at 20220525020651686 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/davinci/da850.dtsi' (79,249) at 20240405153229903 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/Makefile' (79,250) at 20210308005002972 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/no-static-libs.inc' (79,251) at 20240127090011888 2025-03-14 03:00:50.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sm8250.h' (79,252) at 20210307214931330 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_options.c' (79,253) at 20241125090012251 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_lib_dma.c' (79,254) at 20210307214930410 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/qcom,spmi-adc7-pm8350b.h' (79,255) at 20240405153231799 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/isl6423.h' (79,256) at 20210307214928626 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/altera-msgdma.c' (79,257) at 20240910080014026 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/apic.c' (79,258) at 20240906080037228 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/base-files/base-files_%.bbappend' (79,259) at 20220402030016075 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/tx.c' (79,260) at 20241008080014039 2025-03-14 03:00:50.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_venus.c' (79,261) at 20240405153230811 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jquery.min.js' (79,262) at 20210308004923384 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme_user.h' (79,263) at 20240405153051945 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_pmc_count_test.c' (79,264) at 20240405153054361 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst' (79,265) at 20240405153045321 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Anjalankoski_Ruotila' (79,266) at 20210307205553766 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml' (79,267) at 20240405153045121 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/gate.lds.S' (79,268) at 20210307214926126 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z15/extended.json' (79,269) at 20240405153054117 2025-03-14 03:00:50.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/syncookies.c' (79,270) at 20240812080017260 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_pci.c' (79,271) at 20240405153230575 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/Makefile' (79,272) at 20210308005003008 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,ethdr.yaml' (79,273) at 20240405153045041 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/xprtmultipath.h' (79,274) at 20240405153052801 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/tlb.c' (79,275) at 20240405153046261 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/microchip,mcp3021.yaml' (79,276) at 20240405153229767 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.c' (79,277) at 20240405153230387 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/devlink.sh' (79,278) at 20240405153054301 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/of_videomode.c' (79,279) at 20220525020654327 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend' (79,280) at 20230727080014720 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb' (79,281) at 20241221090017548 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-ehci-orion.h' (79,282) at 20210307214931482 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/op_helper.c' (79,283) at 20241211090212494 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/pcap_user.h' (79,284) at 20210307214926618 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mce/Makefile' (79,285) at 20240405153054357 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service' (79,286) at 20220430030016060 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-xts.c' (79,287) at 20210927100127645 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/Makefile' (79,288) at 20240405153229899 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp1.S' (79,289) at 20210308005046533 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/204' (79,290) at 20210927100127493 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc85xx_8259.c' (79,291) at 20240405153046201 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/vhost-user-server.c' (79,292) at 20240906080037592 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_prime.c' (79,293) at 20240812080017236 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/physical_memory.rst' (79,294) at 20240405153045229 2025-03-14 03:00:50.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/image/Makefile' (79,295) at 20210307214930842 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/sysfs.c' (79,296) at 20240405153052549 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-loongson2.c' (79,297) at 20210307214926282 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,rdma.yaml' (79,298) at 20240405153045041 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/meta/cve-update-nvd2-native.bb' (79,299) at 20241221090017644 to deleted uid set 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/test_smack_tcp_sockets.sh' (79,300) at 20210307205554122 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/Makefile' (79,301) at 20240405153049229 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c' (79,302) at 20220525020652963 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/kuser32.S' (79,303) at 20240405153045869 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_overlay.c' (79,304) at 20240405153048681 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/env.c' (79,305) at 20210308005003540 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-ra.sh' (79,306) at 20240913080015313 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/x1000-dma.h' (79,307) at 20210307214931338 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi' (79,308) at 20240405153045729 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c' (79,309) at 20241104090011567 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/power_supply.c' (79,310) at 20220525020654119 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/pgtable-bits.h' (79,311) at 20210308005002816 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sigcontext.h' (79,312) at 20210307214926586 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/ray_cs.h' (79,313) at 20240405153050553 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3288-power.h' (79,314) at 20210307214931346 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/adb_iop.h' (79,315) at 20210309003648816 2025-03-14 03:00:50.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_irq_kms.c' (79,316) at 20241211090145429 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_iface.c' (79,317) at 20240405153053169 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32-setup.c' (79,318) at 20240405153046369 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-alt.dts' (79,319) at 20210308005002600 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/meesc.c' (79,320) at 20210308005002956 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch' (79,321) at 20240127090011888 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm70.rst' (79,322) at 20240405153045217 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/bootx.h' (79,323) at 20210307214926394 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/laptop/freefall/Makefile' (79,324) at 20210307214932486 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_user/Makefile' (79,325) at 20220525020654303 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-xtensa-pic.c' (79,326) at 20240405153230751 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-bbram.h' (79,327) at 20241211090212362 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/qom_macros.py' (79,328) at 20240326080039626 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9340.c' (79,329) at 20210716100030019 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/Availability/meson.build' (79,330) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_pcc.c' (79,331) at 20240405153046613 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/pi/cmdline_early.c' (79,332) at 20240405153230071 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/test/Makefile' (79,333) at 20210307214929986 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pc236.c' (79,334) at 20240405153046889 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' (79,335) at 20210308005046409 to deleted uid set 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/mtk-cir.c' (79,336) at 20240405153230823 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/tlb.h' (79,337) at 20220525020652126 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/init' (79,338) at 20210307205554450 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/poweron' (79,339) at 20210528000029695 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/Kbuild' (79,340) at 20240405153046065 2025-03-14 03:00:50.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h' (79,341) at 20210307214929926 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.28-fix.patch' (79,342) at 20241221090017672 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_rx.c' (79,343) at 20240405153231479 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/cursc37a.c' (79,344) at 20210309003649820 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch' (79,345) at 20240413080012639 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/hab.h' (79,346) at 20210308005002676 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-synology-ds116.dts' (79,347) at 20240405153045445 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dfs_cache.c' (79,348) at 20240429080012452 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mc13xxx-regulator-core.c' (79,349) at 20210307214930194 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/iommu.c' (79,350) at 20240405153049421 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/organize_distro_discovery.patch' (79,351) at 20230706080014769 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/drm_fb_helper.c' (79,352) at 20240910080014046 to deleted uid set 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/ppc-opcode.h' (79,353) at 20210307214932710 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/diag.c' (79,354) at 20240405153230079 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pm/cpuidle.rst' (79,355) at 20210309003648412 2025-03-14 03:00:50.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/spl_minimal.c' (79,356) at 20210308005002900 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/ahb.h' (79,357) at 20210308005002672 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx50-pinfunc.h' (79,358) at 20240405153045489 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/ls_uart.c' (79,359) at 20240405153046209 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_mc.c' (79,360) at 20240405153047017 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/string.c' (79,361) at 20240405153046301 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/logging/files/callouts.yaml' (79,362) at 20240904080027730 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_deflate.h' (79,363) at 20210307214927082 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/boot.h' (79,364) at 20210308005002644 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_client.robot' (79,365) at 20240627080021048 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/compiler.h' (79,366) at 20240405153053113 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch' (79,367) at 20240302090018246 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5791.c' (79,368) at 20240405153048977 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/MAINTAINERS' (79,369) at 20210308005002904 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-gl.c' (79,370) at 20241211090212266 2025-03-14 03:00:50.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tsi148.c' (79,371) at 20210308005003220 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc-aster.dts' (79,372) at 20240405153045529 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/controller/pci-host-common.c' (79,373) at 20240405153231287 to deleted uid set 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/watchdog.c' (79,374) at 20240405153231943 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_s_w_ph.c' (79,375) at 20210308005046505 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/phy.c' (79,376) at 20240520080015159 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu9_smumgr.h' (79,377) at 20210309003649664 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-ast2600-evb-a1.dts' (79,378) at 20240405153045405 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/Kconfig' (79,379) at 20240405153046989 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow-securetty_4.6.bb' (79,380) at 20241206090014338 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics.c' (79,381) at 20241211090212286 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/cpm_85xx.h' (79,382) at 20210308005002836 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge_ethtool.c' (79,383) at 20220525020654147 2025-03-14 03:00:50.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/atmel-xdma.txt' (79,384) at 20240405153229763 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb' (79,385) at 20241221090017528 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/hbm_out_kern.c' (79,386) at 20210307214932118 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward/0001-serial_forward-Disable-default-static-linking.patch' (79,387) at 20230706080014757 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_mman.h' (79,388) at 20230925080039945 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/power.h' (79,389) at 20240405153046685 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/ppc476.c' (79,390) at 20240405153046193 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tuner-types.c' (79,391) at 20240405153049537 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8925-core.c' (79,392) at 20240405153230835 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/regulator.h' (79,393) at 20210308005003680 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_sdmmc.dts' (79,394) at 20240405153045441 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rfkill/Makefile' (79,395) at 20210307214932046 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb' (79,396) at 20240413080012655 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-fascinate4g.dts' (79,397) at 20240405153045573 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml' (79,398) at 20240405153045069 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-vfp3.xml' (79,399) at 20220429100100430 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/task_work.c' (79,400) at 20241104090011611 2025-03-14 03:00:50.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot' (79,401) at 20240405153054369 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/exfat/dir.c' (79,402) at 20240805080014011 to deleted uid set 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_nvm.c' (79,403) at 20210307214929474 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip,rk3328-codec.yaml' (79,404) at 20240405153045169 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5668.c' (79,405) at 20240405153232159 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts' (79,406) at 20240405153229915 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/crm_regs.h' (79,407) at 20210308005002648 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/loader.S' (79,408) at 20210307214926490 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/meson.build' (79,409) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/buildhistory_filelist1.txt' (79,410) at 20210307205554438 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-fpga-region' (79,411) at 20210307214925194 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-drv.c' (79,412) at 20240405153230579 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/irqflags.h' (79,413) at 20210307214926494 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___diff_arr_dim.c' (79,414) at 20210307214932642 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/shmem_quota.c' (79,415) at 20240405153231975 2025-03-14 03:00:50.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_xdp.c' (79,416) at 20240405153050173 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8183.c' (79,417) at 20240405153051317 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-blackarmor-nas220.dts' (79,418) at 20240405153045457 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/tape390.h' (79,419) at 20210307214926514 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_loops1.c' (79,420) at 20240405153232263 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/x86/fsp.c' (79,421) at 20210308005003220 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/intel_pmc_mux.c' (79,422) at 20240405153231567 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/watchdog/aspeed-wdt.h' (79,423) at 20240405153052657 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Linksprite_pcDuino3_Nano_defconfig' (79,424) at 20210308005003236 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fsi_master_gpio.h' (79,425) at 20210307214931610 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/omap_udc.h' (79,426) at 20210307214930818 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-npgtech.c' (79,427) at 20210307214928782 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm186x-spi.c' (79,428) at 20210309003654644 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_plug_in.py' (79,429) at 20221209040018567 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max8998.c' (79,430) at 20210307214930218 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt' (79,431) at 20240405153045033 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/Makefile' (79,432) at 20240405153051629 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/go-ptest.bbclass' (79,433) at 20220910030013385 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/libstd-rs_1.80.1.bb' (79,434) at 20241221090017672 to deleted uid set 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpumask.h' (79,435) at 20240405153046381 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/.clang-tidy' (79,436) at 20240829080033123 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml' (79,437) at 20240405153045073 2025-03-14 03:00:50.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/Makefile' (79,438) at 20210308005003068 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/MAINTAINERS' (79,439) at 20210308005003040 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/common.yaml' (79,440) at 20240405153229767 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm_git.bb' (79,441) at 20241206090014278 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/client-identifier.rst' (79,442) at 20240405153229811 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_read_sensor_action.cpp' (79,443) at 20240817080031292 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_debugfs.c' (79,444) at 20240411080014146 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipmi.h' (79,445) at 20240405153052713 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/spi-boot.c' (79,446) at 20210308005003036 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/synaptics_i2c.c' (79,447) at 20240405153049153 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_64_types.h' (79,448) at 20240913080013773 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/tiny/ksum.py' (79,449) at 20210307205554642 2025-03-14 03:00:50.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SessionService_v1.xml' (79,450) at 20240619080002936 to deleted uid set 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h' (79,451) at 20210307214927354 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic/0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch' (79,452) at 20210307205553798 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/npcm7xx_boards.c' (79,453) at 20241211090212250 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/armada_thermal.c' (79,454) at 20240405153231495 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-torpedo-som.dtsi' (79,455) at 20240405153045601 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-toddr.c' (79,456) at 20240520080015239 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0-FR' (79,457) at 20211006000025230 2025-03-14 03:00:50.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_connector_test.c' (79,458) at 20240405153048769 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/rk8xx.c' (79,459) at 20210308005003472 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/bpf_loop_inline.c' (79,460) at 20240405153054289 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.h' (79,461) at 20240405153051065 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/richtek,rt5033-charger.yaml' (79,462) at 20240405153045141 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/gl860-mi2020.c' (79,463) at 20210307214928830 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_ingenic.c' (79,464) at 20240405153231507 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptrace/get_syscall_info.c' (79,465) at 20210307214932714 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bootmenu' (79,466) at 20210308005003292 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn301.h' (79,467) at 20220525020652530 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/hisilicon/hisi-ade.txt' (79,468) at 20210307214925302 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/include/asm/futex.h' (79,469) at 20240405153046277 to deleted uid set 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c' (79,470) at 20240405153230399 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/au1200fb.h' (79,471) at 20210307214930902 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/pm.h' (79,472) at 20240405153045661 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe.c' (79,473) at 20240429080012424 to deleted uid set 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/xxs1500_ss.c' (79,474) at 20210307214930046 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/boston-lcd.h' (79,475) at 20210308005003008 2025-03-14 03:00:50.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/soc/mediatek/mtk-devapc.c' (79,476) at 20240405153231451 to deleted uid set 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-nbd.c' (79,477) at 20240906080037436 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_defconfig' (79,478) at 20210308005003280 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/ucall_common.c' (79,479) at 20240405153232271 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/initd.debian' (79,480) at 20210307205553818 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/patch_cs8409-tables.c' (79,481) at 20241216090017801 to deleted uid set 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_dfu.c' (79,482) at 20210308005003508 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/img/balena.png' (79,483) at 20220823030015959 to deleted uid set 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/cache.S' (79,484) at 20210308005002788 2025-03-14 03:00:50.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/lists.py' (79,485) at 20220525020654943 2025-03-14 03:00:50.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad4130.c' (79,486) at 20240405153230687 2025-03-14 03:00:50.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_certs_manager.hpp' (79,487) at 20240820080021986 2025-03-14 03:00:50.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/debug_core.c' (79,488) at 20240405153231907 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm.h' (79,489) at 20210307214931622 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/download_manager_main.cpp' (79,490) at 20220726030031058 to deleted uid set 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv40.c' (79,491) at 20220525020652971 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/input_formatter.h' (79,492) at 20210307214930546 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/smbios/smbios-mdr_%.bbappend' (79,493) at 20240403080018482 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios.cpp' (79,494) at 20240903080027139 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/acpi/cppc_sysfs.rst' (79,495) at 20240405153044937 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/3.Early-stage.rst' (79,496) at 20240405153229839 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_csi2.h' (79,497) at 20210307214930586 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8572_serdes.c' (79,498) at 20210308005002832 2025-03-14 03:00:50.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue' (79,499) at 20241004080035967 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-id.h' (79,500) at 20210309003649264 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/registry.hpp' (79,501) at 20240820080027378 to deleted uid set 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/vsyscall.lds.S' (79,502) at 20210307214926570 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/uvesafb.c' (79,503) at 20240405153231595 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/amd-memory-encryption.rst' (79,504) at 20240405153045329 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/platform.asl' (79,505) at 20210308005002876 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/axxia-reset.c' (79,506) at 20210307214930154 2025-03-14 03:00:50.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/local.conf.sample' (79,507) at 20241221090017476 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi' (79,508) at 20240405153229927 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/pinmux-config-e2220-1170.h' (79,509) at 20210308005003024 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sensor.robot' (79,510) at 20240628080017117 to deleted uid set 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bpf_common.h' (79,511) at 20210307214931626 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/reservations.c' (79,512) at 20240405153052481 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/g450_pll.c' (79,513) at 20210307214930914 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/omap_usb.h' (79,514) at 20210307214931470 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-spear.c' (79,515) at 20240405153231559 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/ia_css_de.host.h' (79,516) at 20210307214930554 2025-03-14 03:00:50.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/eba.c' (79,517) at 20210308005003420 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_lbux.c' (79,518) at 20210308005046505 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-common.h' (79,519) at 20240405153049525 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c' (79,520) at 20210307214927954 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6368-clock.h' (79,521) at 20210308005003632 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pcilib.c' (79,522) at 20240405153051997 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cache.h' (79,523) at 20240405153054185 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c' (79,524) at 20240405153046961 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/gpio/sysfs.rst' (79,525) at 20240405153044945 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/emac.h' (79,526) at 20210308005003676 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi' (79,527) at 20210307214926350 2025-03-14 03:00:50.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/jetson-tk1_defconfig' (79,528) at 20210308005003260 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/core.c' (79,529) at 20210308005003496 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/acenv.h' (79,530) at 20240405153046245 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/reset.c' (79,531) at 20240805080013923 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/share.c' (79,532) at 20240405153051217 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/acadia.dts' (79,533) at 20210307214926338 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Koli' (79,534) at 20210307205553770 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/mac80211.c' (79,535) at 20240405153231251 2025-03-14 03:00:50.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/jsm/jsm_driver.c' (79,536) at 20221102030020877 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_nvdimm.c' (79,537) at 20240906080037284 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/serial.c' (79,538) at 20210308005003764 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_mpeg2.c' (79,539) at 20240405153049493 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h' (79,540) at 20210308005002780 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-sbc-t3730.dts' (79,541) at 20240405153045605 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/aarch64.config' (79,542) at 20240405153054381 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/suspend.h' (79,543) at 20210307214926110 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-ecovec24/sdram.S' (79,544) at 20210307214926538 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm512x-spi.c' (79,545) at 20240405153053677 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (79,546) at 20240730080012557 to deleted uid set 2025-03-14 03:00:50.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/Makefile' (79,547) at 20240405153054001 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/README' (79,548) at 20210309003653040 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global2.h' (79,549) at 20240405153049753 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6397/core.h' (79,550) at 20240405153052729 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cramfs/internal.h' (79,551) at 20210307214931062 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/cereal.wrap' (79,552) at 20230428080030950 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vaasa' (79,553) at 20210307205553774 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/mpu_v7r.c' (79,554) at 20210308005002552 2025-03-14 03:00:50.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/virtio-net-failover.rst' (79,555) at 20210308005045813 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf.c' (79,556) at 20240405153232211 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_platform.h' (79,557) at 20210307214927910 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lockdep_internals.h' (79,558) at 20220525020654707 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/errors.cpp' (79,559) at 20221028100033259 to deleted uid set 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_usb.c' (79,560) at 20240405153050557 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_atmel.c' (79,561) at 20210307214926954 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/Makefile' (79,562) at 20240405153046269 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/am437x-vpfe.h' (79,563) at 20210307214931622 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-st-lpc.c' (79,564) at 20241211090145485 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/unistd.h' (79,565) at 20240405153046017 2025-03-14 03:00:50.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-cci.c' (79,566) at 20240910080014050 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mscc,vsc7514-serdes.yaml' (79,567) at 20240405153045129 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi.c' (79,568) at 20240405153230595 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h' (79,569) at 20240405153230267 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/virtio-blk-common.c' (79,570) at 20230925080039865 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_driver/Makefile' (79,571) at 20210308005003700 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_audio.h' (79,572) at 20240405153052073 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/mman.h' (79,573) at 20210308005046065 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_extfree_item.c' (79,574) at 20240405153231779 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/process.c' (79,575) at 20240405153045977 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/shift.idef' (79,576) at 20210927100127385 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ethernet-switch-port.yaml' (79,577) at 20240405153045117 2025-03-14 03:00:50.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/LICENSE' (79,578) at 20210308005054621 2025-03-14 03:00:50.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/tablesort.html' (79,579) at 20210307205554286 2025-03-14 03:00:50.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/local.h' (79,580) at 20240405153052617 2025-03-14 03:00:50.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_nautilus.c' (79,581) at 20220525020651802 2025-03-14 03:00:50.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_fcntl.h' (79,582) at 20210308005046085 2025-03-14 03:00:50.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4535.c' (79,583) at 20240405153053565 2025-03-14 03:00:50.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1019.h' (79,584) at 20221128040017646 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ani.c' (79,585) at 20210309003651556 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/eog/eog_47.0.bb' (79,586) at 20241221090017488 to deleted uid set 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_bxt_pmic_thermal.c' (79,587) at 20210307214930722 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/debug.c' (79,588) at 20210309003651676 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/irq.c' (79,589) at 20240405153230147 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/verified-boot.txt' (79,590) at 20210308005003332 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml' (79,591) at 20240405153045065 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g054l2.dtsi' (79,592) at 20240405153045809 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-editables_0.5.bb' (79,593) at 20230919080013986 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/Makefile' (79,594) at 20210307214930246 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/chip.c' (79,595) at 20240405153051753 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/vdso.lds.S' (79,596) at 20240405153046261 2025-03-14 03:00:50.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/sky81452.h' (79,597) at 20210309003653860 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_mdio.c' (79,598) at 20240405153230903 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/handler_unittest.cpp' (79,599) at 20240820080007201 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga.dtsi' (79,600) at 20240405153045437 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.c' (79,601) at 20240405153050109 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/spaces.h' (79,602) at 20210307214926222 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zio_checksum.h' (79,603) at 20210308005003696 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-ranchu.c' (79,604) at 20240405153046001 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/tools/syscallnr.sh' (79,605) at 20220525020651898 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/actbl.h' (79,606) at 20240405153052617 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sram243x.S' (79,607) at 20210307214925926 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/libgpiod.wrap' (79,608) at 20230913080018591 to deleted uid set 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-ipmi-host.bbclass' (79,609) at 20210307205554058 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/input-compat.h' (79,610) at 20210307214928466 2025-03-14 03:00:50.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ELF.rst' (79,611) at 20240405153045309 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/microchip,sparx5.yaml' (79,612) at 20240405153045017 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_bad_unresolved.dtso' (79,613) at 20240405153231279 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/spi/at73c213.h' (79,614) at 20210307214932438 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/rotary_encoder.c' (79,615) at 20240405153230727 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/amplifiers/ad8366.c' (79,616) at 20240405153230691 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/smpboot.c' (79,617) at 20240405153230071 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AddressPool.v1_3_0.json' (79,618) at 20240619080002940 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/usb.c' (79,619) at 20240405153052145 2025-03-14 03:00:50.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mn/sys/metrics.json' (79,620) at 20220525020655143 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/0001-Include-time.h-header-to-pass-clang-compilation.patch' (79,621) at 20230706080014753 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/.gitignore' (79,622) at 20210307214927786 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov2640.c' (79,623) at 20240405153230787 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/Makefile' (79,624) at 20210308005002824 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/nbd-fault-injector.py' (79,625) at 20210308005046473 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.h' (79,626) at 20240405153047257 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/daytonax-ipmi-fru.yaml' (79,627) at 20230209040014205 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/conf/machine/include/nuvoton.inc' (79,628) at 20230704080013871 to deleted uid set 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/nvme.rst' (79,629) at 20240906080037180 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/Makefile' (79,630) at 20240405153046241 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-wbd111.dts' (79,631) at 20240405153045433 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-media' (79,632) at 20210307214925194 2025-03-14 03:00:50.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c' (79,633) at 20241216090017717 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_compat.c' (79,634) at 20240405153053489 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-uclass.c' (79,635) at 20210308005003456 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl313_spi.c' (79,636) at 20240405153048929 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/x86/Build' (79,637) at 20210309003655368 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0288.c' (79,638) at 20240405153049297 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lp.h' (79,639) at 20210307214931418 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/reg_fields.h' (79,640) at 20210927100127385 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/koelsch_defconfig' (79,641) at 20210308005003264 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/af9033.h' (79,642) at 20210307214928610 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb' (79,643) at 20241221090017552 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-select-source.rst' (79,644) at 20220525020654135 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/mvme147_defconfig' (79,645) at 20240405153230003 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/sync.h' (79,646) at 20240405153052969 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-apmixed.c' (79,647) at 20240405153046793 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic32x4-spi.c' (79,648) at 20240405153053809 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv_4.10.0.bb' (79,649) at 20241221090017540 to deleted uid set 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_pnor_defconfig' (79,650) at 20210308005003280 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_amanda.h' (79,651) at 20210307214931454 2025-03-14 03:00:50.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/pm-rcar-gen2.c' (79,652) at 20210307214925958 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/namei.c' (79,653) at 20241011080017355 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-xramc.c' (79,654) at 20240906080037260 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_so.c' (79,655) at 20240405153048797 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/wic.rst' (79,656) at 20240413080012675 to deleted uid set 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pdmgen.py' (79,657) at 20221209040030339 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.conf' (79,658) at 20240105090012010 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/az6027.h' (79,659) at 20210307214928818 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/INSTALL' (79,660) at 20210307214932738 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/entitlement.sh' (79,661) at 20220429100100750 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64el-softmmu.mak' (79,662) at 20240906080037160 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dptf' (79,663) at 20240405153044929 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8183-mmsys.h' (79,664) at 20240405153051761 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/fsl,ftm-timer.txt' (79,665) at 20210307214925446 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/rdma_transport.h' (79,666) at 20240405153232071 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogEntryCollection_v1.xml' (79,667) at 20240619080002928 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_hw_data.h' (79,668) at 20240405153230267 2025-03-14 03:00:50.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/Makefile' (79,669) at 20210307214929782 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/Kconfig' (79,670) at 20240405153053241 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/samsung,exynosautov9.h' (79,671) at 20240405153231795 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hpet.h' (79,672) at 20210307214931634 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/Makefile' (79,673) at 20210308005003540 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_viu.c' (79,674) at 20240405153048569 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/uart.c' (79,675) at 20240405153232067 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/pcm512x.txt' (79,676) at 20210307214925430 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptp/testptp.mk' (79,677) at 20210307214932714 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/Makefile' (79,678) at 20240405153045701 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/142' (79,679) at 20220429100100906 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/internal.h' (79,680) at 20241211090145545 2025-03-14 03:00:50.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/armada100_fec.c' (79,681) at 20210308005003424 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/note.S' (79,682) at 20220525020652106 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/relocate_32.S' (79,683) at 20240405153046157 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_rtr0_mstr_if_rr_shrd_hbw_regs.h' (79,684) at 20240405153046585 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-w1_ds28e04' (79,685) at 20210307214925186 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb' (79,686) at 20241221090017544 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_lpc.c' (79,687) at 20210308005003500 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32h750.dtsi' (79,688) at 20240405153045581 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/exynos7420-clk.h' (79,689) at 20210308005003632 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-device-utils.c' (79,690) at 20240906080037212 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-ethtool.c' (79,691) at 20240405153050313 2025-03-14 03:00:50.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx319.c' (79,692) at 20240405153230787 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/ray_cs.c' (79,693) at 20240405153050553 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_port_range.c' (79,694) at 20240405153231027 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Eksharad_Ekesberget' (79,695) at 20210307205553778 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/st,st-nci.yaml' (79,696) at 20240405153045117 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dreamplug_defconfig' (79,697) at 20210308005003256 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vhost-user-gpu.c' (79,698) at 20241211090212266 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/osd.c' (79,699) at 20210308005003740 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tas2781-tlv.h' (79,700) at 20241018080014570 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi' (79,701) at 20210307214926010 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/xiphera-trng.c' (79,702) at 20240405153230199 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.tmpfiles' (79,703) at 20241221090017680 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/driver.c' (79,704) at 20240405153046425 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/holly.c' (79,705) at 20240405153230051 2025-03-14 03:00:50.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb' (79,706) at 20210812000025346 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sprite_uapi.c' (79,707) at 20240405153048465 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/clock.c' (79,708) at 20220525020651990 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/b44.h' (79,709) at 20210307214929314 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/ptrace.c' (79,710) at 20240405153046077 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk110.c' (79,711) at 20220525020652967 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_inline.h' (79,712) at 20210307214930270 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-kernel/linux/linux-aspeed_%.bbappend' (79,713) at 20210813100029652 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/nettel.h' (79,714) at 20210307214926162 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-validate' (79,715) at 20220204040022680 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/Makefile' (79,716) at 20240405153046501 2025-03-14 03:00:50.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/qemuloongarch.wks' (79,717) at 20230211040012659 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/connector/connector.c' (79,718) at 20240405153230251 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_10_0_offset.h' (79,719) at 20210307214927690 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/dma-crossbar.c' (79,720) at 20240405153230287 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-empty-vm.c' (79,721) at 20240405153232283 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_NAND_SECURE_BOOT_defconfig' (79,722) at 20210308005003244 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/kvm_s390x.h' (79,723) at 20240326080039702 2025-03-14 03:00:50.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/notification.c' (79,724) at 20240405153052453 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2.h' (79,725) at 20210308005002716 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/veth.h' (79,726) at 20210307214931686 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch' (79,727) at 20241206090014338 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/poky-tiny.yml' (79,728) at 20241206090014206 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-efuse.c' (79,729) at 20240326080039474 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/Makefile' (79,730) at 20210308005003056 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ga100.c' (79,731) at 20240405153048653 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/service-win32.c' (79,732) at 20210308005046229 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,davinci-mdio.yaml' (79,733) at 20240405153045121 2025-03-14 03:00:50.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/mips_gictimer.h' (79,734) at 20210308005046033 2025-03-14 03:00:50.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_0_1_sh_mask.h' (79,735) at 20240405153048093 2025-03-14 03:00:50.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/video/Kconfig' (79,736) at 20240405153051869 2025-03-14 03:00:50.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/loongson/Makefile' (79,737) at 20240405153231451 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/packets-buffer.c' (79,738) at 20210307214932214 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/156.out' (79,739) at 20240326080039730 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/esp6.c' (79,740) at 20240805080014055 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/fan.hpp' (79,741) at 20210308005116217 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/asm/errno.h' (79,742) at 20210307214932454 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/RestorePolicy/meson.build' (79,743) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/Makefile' (79,744) at 20210308005002732 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-adsp_audio26m.c' (79,745) at 20240405153046797 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso/clocksource.h' (79,746) at 20210307214926066 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/raspberrypi-fw-defs.h' (79,747) at 20240906080037328 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/Makefile' (79,748) at 20210308005003040 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ts3a227e.c' (79,749) at 20240405153053813 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_mikasa.c' (79,750) at 20210307214925658 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/ldscript.h' (79,751) at 20210308005002888 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm-cygnus-clock.dtsi' (79,752) at 20240405153045425 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/lowlevel_init.S' (79,753) at 20210308005002820 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss.c' (79,754) at 20240405153052209 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/generic_clear_event.tc' (79,755) at 20210309003656000 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isppreview.h' (79,756) at 20240405153049485 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/dialog,da7219.yaml' (79,757) at 20240405153229799 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (79,758) at 20240206090017943 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml' (79,759) at 20240405153045025 2025-03-14 03:00:50.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hisi-x5hd2-dkb.dts' (79,760) at 20240405153045437 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi' (79,761) at 20240405153230063 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ftl.c' (79,762) at 20240405153049681 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-block-types.h' (79,763) at 20240405153049241 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts' (79,764) at 20210307214925990 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/Makefile' (79,765) at 20220525020652859 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-d2net.dts' (79,766) at 20240405153045457 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sampleip_user.c' (79,767) at 20240405153053421 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_b.c' (79,768) at 20210308005046509 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_dma.h' (79,769) at 20210309003650332 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/highmem.c' (79,770) at 20220525020651970 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-intel-wmi-thunderbolt' (79,771) at 20220525020651634 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/simplediff/__init__.py' (79,772) at 20210307205554262 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/service_files/callback-manager.service' (79,773) at 20210308005113633 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/debug.h' (79,774) at 20241211090212514 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/polynomial.h' (79,775) at 20240405153052773 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/internal.h' (79,776) at 20240405153230735 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_inband_ipmi' (79,777) at 20230908080016530 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra.h' (79,778) at 20210308005002668 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/no-test-timeout.patch' (79,779) at 20241221090017692 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/renesas/renesas.yaml' (79,780) at 20240405153045157 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml' (79,781) at 20240405153045089 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/COPYING.MIT' (79,782) at 20210307205553746 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/cpu.h' (79,783) at 20210308005002876 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/iosapic.h' (79,784) at 20210307214926118 2025-03-14 03:00:50.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/atmel_usba_udc.c' (79,785) at 20210308005003504 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-evk.dts' (79,786) at 20240405153229927 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_trng.h' (79,787) at 20220525020652374 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@80/tmp75@4f.conf' (79,788) at 20240904080027738 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/i8259_common.c' (79,789) at 20240906080037240 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_balloon.h' (79,790) at 20210309003654000 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-proto.h.inc' (79,791) at 20240906080037328 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/hwmonio_default_unittest.cpp' (79,792) at 20230511080028987 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/install_latest_from_github.sh' (79,793) at 20240405153054217 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_fs.c' (79,794) at 20240520080015151 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_lcn.c' (79,795) at 20210307214929790 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt' (79,796) at 20210307214925394 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lindshammar_Ramkvilla' (79,797) at 20210307205553786 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/relay.rst' (79,798) at 20210307214925490 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/nuvoton,sgpio.yaml' (79,799) at 20240703080013351 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/AUTHORS' (79,800) at 20210308004938812 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_uefikernel.wks' (79,801) at 20230317080013813 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (79,802) at 20220128040018736 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/rule_tests.cpp' (79,803) at 20210308005405938 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk-native.bb' (79,804) at 20241221090017536 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/fsl,mpr121-touchkey.yaml' (79,805) at 20240405153045077 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/kvm_irqcount.c' (79,806) at 20230426080043700 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/tizen_logo_16bpp.h' (79,807) at 20210308005003716 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/dat_v1.c' (79,808) at 20240405153230683 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_blend.h' (79,809) at 20210307214931314 2025-03-14 03:00:50.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/program-edid.sh' (79,810) at 20230809080018199 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_s_regs.h' (79,811) at 20240405153046573 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/clock_slice.h' (79,812) at 20210308005002652 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto_%.bbappend' (79,813) at 20230211040012643 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-pericfg.c' (79,814) at 20240405153046797 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/agp_backend.h' (79,815) at 20210307214925642 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.yaml' (79,816) at 20240405153045069 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c' (79,817) at 20210307214927950 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu106_revA_defconfig' (79,818) at 20210308005003288 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/sys-hypervisor.c' (79,819) at 20240405153052249 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rbd_types.h' (79,820) at 20210307214926918 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/fw.c' (79,821) at 20210309003651816 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/fprobe_syntax_errors.tc' (79,822) at 20241104090011631 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ti/wlcore/main.c' (79,823) at 20240405153050725 to deleted uid set 2025-03-14 03:00:50.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot' (79,824) at 20230512080020577 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_internal.c' (79,825) at 20240405153048473 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/mcf8390.c' (79,826) at 20210307214926138 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Attribution' (79,827) at 20211006000025230 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/miiphyutil.c' (79,828) at 20210308005003228 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/boot_config_setting_attrs.json' (79,829) at 20240309090012804 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-ixp4xx.c' (79,830) at 20240405153231287 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc200x-core.h' (79,831) at 20240405153049165 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mux_dra7xx.h' (79,832) at 20210308005002660 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/insnemu.S' (79,833) at 20210307214926310 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/lantiq,pmu.yaml' (79,834) at 20220525020651690 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-rename.bb' (79,835) at 20241206090014226 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dst.c' (79,836) at 20240405153049353 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_dw_mipi_dsi.c' (79,837) at 20240613080016403 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page-flags.h' (79,838) at 20240503080014502 2025-03-14 03:00:50.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC5-79w' (79,839) at 20210307205553758 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/regd.c' (79,840) at 20240405153050653 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples_git.bb' (79,841) at 20241221090017684 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/Makefile' (79,842) at 20240405153231099 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/gpio-ir-receiver.yaml' (79,843) at 20240405153045093 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_vi_layer.c' (79,844) at 20240405153048761 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/xen.c' (79,845) at 20240805080013935 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/sch_api.c' (79,846) at 20241111090012165 to deleted uid set 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6111.c' (79,847) at 20240405153049301 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/wakelock.c' (79,848) at 20220525020654715 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/bcom_fec_rx_task.c' (79,849) at 20210307214927122 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/pcf50633-core.c' (79,850) at 20240405153049613 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/Kconfig' (79,851) at 20210308005002988 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/layouts/Kconfig' (79,852) at 20240405153051205 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/sparsebit.h' (79,853) at 20210307214932678 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librsync/librsync_2.3.4.bb' (79,854) at 20230813080012856 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Simrishamn_Fabriksgatan' (79,855) at 20210307205553790 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-buffer.c' (79,856) at 20210927100127645 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount-uclass.c' (79,857) at 20210308005003340 2025-03-14 03:00:50.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi.md' (79,858) at 20241022080027608 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_size___err_ambiguous.c' (79,859) at 20210309003655984 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/cmsdk-apb-watchdog.h' (79,860) at 20210927100127245 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/cpumasks.rst' (79,861) at 20240405153229747 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/sta.h' (79,862) at 20240726080012858 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.1.rst' (79,863) at 20241221090017596 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/block/virtio_blk.c' (79,864) at 20241211090145397 to deleted uid set 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump/fix-racing-build-issue.patch' (79,865) at 20210307205553802 to deleted uid set 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_dec_test.c' (79,866) at 20210307214931822 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk104.c' (79,867) at 20220525020652975 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_ro.cpp' (79,868) at 20210308005108645 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/fcvt.ref' (79,869) at 20240906080037576 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/paravirt_api_clock.h' (79,870) at 20240405153045625 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/xip_kc705_defconfig' (79,871) at 20240405153046501 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_toe.c' (79,872) at 20240405153053401 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/init' (79,873) at 20220612030016759 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ampere/meson.build' (79,874) at 20241106090036814 to deleted uid set 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/sv' (79,875) at 20210308005046149 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/suspend.h' (79,876) at 20240405153045625 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/libwpe_1.16.0.bb' (79,877) at 20240413080012703 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/syscall_x32.c' (79,878) at 20240411080014054 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml' (79,879) at 20221207040023631 2025-03-14 03:00:50.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-jvmti.c' (79,880) at 20210307214932466 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/mpc83xx_sdram.c' (79,881) at 20210308005003476 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/iavf.rst' (79,882) at 20240405153045233 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/s390-trng.c' (79,883) at 20240405153046753 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c' (79,884) at 20240405153230355 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bug.h' (79,885) at 20210307214926210 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config-native.bb' (79,886) at 20241206090014230 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_pptable.h' (79,887) at 20240405153230507 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-AucklandWaiatarua' (79,888) at 20210307205553778 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0001-Fix-const-qualifier-error.patch' (79,889) at 20231011080016582 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/amdtee_private.h' (79,890) at 20210605000027752 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/uv/uv_irq.c' (79,891) at 20240405153230147 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_emc-test.c' (79,892) at 20240906080037572 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/superhyway/Makefile' (79,893) at 20210307214926546 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/wl.c' (79,894) at 20241211090145453 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mmu_masks.h' (79,895) at 20240405153046605 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxa168fb.c' (79,896) at 20240405153231587 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/pmic8xxx-keypad.c' (79,897) at 20240405153049137 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_chipcommon_sflash.c' (79,898) at 20210307214926902 2025-03-14 03:00:50.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_reg.c' (79,899) at 20210307214930278 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6362.dtsi' (79,900) at 20210308005002812 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_dbfs.c' (79,901) at 20240405153230075 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi' (79,902) at 20210308005002588 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-tuneable-clock.dtsi' (79,903) at 20240405153045437 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/VIOT.viot' (79,904) at 20240906080037560 to deleted uid set 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/build-setup.sh' (79,905) at 20241212090014511 to deleted uid set 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si_enums.h' (79,906) at 20210309003649436 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/ledtrig-oneshot.rst' (79,907) at 20240405153045225 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/recordmcount.c' (79,908) at 20240405153053457 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/Kconfig' (79,909) at 20240405153046917 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mediatek/mtk_wed.h' (79,910) at 20240405153052793 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower.1' (79,911) at 20210307214932618 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/trace.h' (79,912) at 20240405153048521 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb' (79,913) at 20241221090017532 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml' (79,914) at 20240405153229799 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/idt_89hpesx.c' (79,915) at 20240405153230843 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_mux.c' (79,916) at 20220525020654115 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_ro.cpp' (79,917) at 20220922030007675 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/minidlna.service' (79,918) at 20210307205553802 2025-03-14 03:00:50.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/mcr3000.dts' (79,919) at 20210308005002836 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv7_mpu.h' (79,920) at 20210308005002672 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/msi.h' (79,921) at 20240405153051249 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/tx.c' (79,922) at 20240613080016447 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc.c' (79,923) at 20210308005003728 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6300-v1.dts' (79,924) at 20240405153045425 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ene-kb930.yaml' (79,925) at 20240405153045105 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/misc_usbsevseg.rst' (79,926) at 20210307214925590 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/keystone/syscon-clk.c' (79,927) at 20240405153046793 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pmbus.rst' (79,928) at 20240405153229819 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/if_alg.h' (79,929) at 20240405153231791 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/spapr_nvram.c' (79,930) at 20240906080037272 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra.c' (79,931) at 20210308005003536 2025-03-14 03:00:50.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/shx3_defconfig' (79,932) at 20240405153046309 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/wmi.c' (79,933) at 20240405153050449 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/fgraph.c' (79,934) at 20240405153053057 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-crtc.c' (79,935) at 20241211090145417 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c' (79,936) at 20240405153048997 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/relocate_kernel.S' (79,937) at 20210307214926130 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/.gitignore' (79,938) at 20240405153232095 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/file.c' (79,939) at 20240405153052329 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/237.out' (79,940) at 20220429100100914 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm11130_nand_defconfig' (79,941) at 20210308005003252 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/sysfs_upload.c' (79,942) at 20240405153046685 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vde_user.c' (79,943) at 20210307214926618 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/delay.h' (79,944) at 20210307214926578 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch' (79,945) at 20241221090017672 to deleted uid set 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/smsc,usb3503.yaml' (79,946) at 20240405153045181 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/highmem.h' (79,947) at 20220525020651802 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/replay-tools.c' (79,948) at 20221215040039274 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tscs454.txt' (79,949) at 20210307214925434 2025-03-14 03:00:50.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g1.c' (79,950) at 20240405153049489 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/dwc2-regs.h' (79,951) at 20241211090212366 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-pk-helper/dont-localize-org.opensuse.CupsPkHelper.Mechanism.service.patch' (79,952) at 20230706080014753 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/bare-metal-active/gbmc-bare-metal-active@.target' (79,953) at 20241126090011759 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.yaml' (79,954) at 20240405153045149 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/MAINTAINERS' (79,955) at 20210308005003028 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/mirror_gre_scale.sh' (79,956) at 20210307214932666 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sc7180-pinctrl.yaml' (79,957) at 20240405153045137 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vmalloc.h' (79,958) at 20240405153045865 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-lpc18xx.c' (79,959) at 20240405153231327 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_mphi.h' (79,960) at 20210308005046017 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.inc' (79,961) at 20230919080013974 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/reset_state.c' (79,962) at 20210308005100993 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/MAINTAINERS' (79,963) at 20210308005003040 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.splashprepare' (79,964) at 20210308005003300 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-retrode.c' (79,965) at 20210307214928098 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/power-sequencer/meson.build' (79,966) at 20230908080035394 to deleted uid set 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_disable.robot' (79,967) at 20240628080017113 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/axm/Makefile' (79,968) at 20240405153045437 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_loc.h' (79,969) at 20240405153049113 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/bufferiszero.c.inc' (79,970) at 20240906080037184 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/common/mx6.h' (79,971) at 20210308005003048 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/subprogs.c' (79,972) at 20240405153054261 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_ffa/common.h' (79,973) at 20220525020652426 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a5xx_power.c' (79,974) at 20240405153230587 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/sched/task.h' (79,975) at 20240405153231839 to deleted uid set 2025-03-14 03:00:50.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/Kconfig' (79,976) at 20241211090212326 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/poly1305-p10-glue.c' (79,977) at 20240405153230027 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/landlock/Makefile' (79,978) at 20220525020654935 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-bios-key/google-bios-key.bb' (79,979) at 20241206090014226 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/run-ptest' (79,980) at 20241221090017636 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/cadence_csp_defconfig' (79,981) at 20240405153230147 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/Kconfig' (79,982) at 20240405153050189 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/8250.S' (79,983) at 20210309003648680 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-io.c' (79,984) at 20210307214928846 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-fc_host' (79,985) at 20220525020651634 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MediaController.v1_3_2.json' (79,986) at 20240619080002948 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v4.7.c' (79,987) at 20240405153050345 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/no-desktop.patch' (79,988) at 20210307205554610 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/Makefile' (79,989) at 20240405153047009 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_tcq.h' (79,990) at 20210309003653968 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/nlohmann_json.wrap' (79,991) at 20240620080024795 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/power_supply.hpp' (79,992) at 20240618080048433 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/pedit.h' (79,993) at 20240405153050109 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-resize.out' (79,994) at 20240326080039734 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains81xx_data.c' (79,995) at 20240405153045661 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.4.bb' (79,996) at 20241221090017664 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate/run-ptest' (79,997) at 20240301090012431 to deleted uid set 2025-03-14 03:00:50.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/hugetlb_cgroup.c' (79,998) at 20240405153053125 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/cdn-dp-core.h' (79,999) at 20240405153048749 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint.hpp' (80,000) at 20230202040004526 to deleted uid set 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958305k_defconfig' (80,001) at 20210308005003252 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/machine_kexec.c' (80,002) at 20210307214926254 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fanotify/Kconfig' (80,003) at 20210307214931190 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb' (80,004) at 20241221090017484 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqmp.c' (80,005) at 20230426080043948 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog_%.bbappend' (80,006) at 20241206090014226 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/export.c' (80,007) at 20210307214931126 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_aux.c' (80,008) at 20240405153051533 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/Kbuild' (80,009) at 20210307214927946 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/MAINTAINERS' (80,010) at 20210308005003004 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/vhca_tracepoint.h' (80,011) at 20240405153050133 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/abituguru-datasheet.rst' (80,012) at 20210309003648424 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-slow.c' (80,013) at 20210308005003348 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nfc/nci.h' (80,014) at 20220525020654643 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml' (80,015) at 20240405153229787 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-endpoint.rst' (80,016) at 20210309003648264 2025-03-14 03:00:50.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-cxl-protocol.c' (80,017) at 20241114091008832 to deleted uid set 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/stp.h' (80,018) at 20240405153046281 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/start.S' (80,019) at 20210308005002544 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/qe.h' (80,020) at 20240405153052881 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_SECURE_BOOT_defconfig' (80,021) at 20210308005003244 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10036.h' (80,022) at 20220525020653247 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/Kconfig' (80,023) at 20210308005002964 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fb_pin.h' (80,024) at 20240405153048453 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_ah.c' (80,025) at 20240405153230707 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-exynos-arm.c' (80,026) at 20210307214930102 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711-sdw.c' (80,027) at 20240411080014158 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/n2.c' (80,028) at 20220525020653703 2025-03-14 03:00:50.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-kernel/linux/files/gbmc-nuvoton.cfg' (80,029) at 20221029030011894 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-diff.c' (80,030) at 20240405153232223 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_types.mako.hpp' (80,031) at 20230901080026062 to deleted uid set 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/MAINTAINERS' (80,032) at 20210308005003044 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_rpmsg.c' (80,033) at 20240405153232175 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' (80,034) at 20221209040032879 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/syscall.h' (80,035) at 20240405153045973 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/Kconfig' (80,036) at 20210308005003004 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy.h' (80,037) at 20240405153231259 to deleted uid set 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-fru.yaml' (80,038) at 20210307205553674 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/cookie.h' (80,039) at 20210307214929722 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c' (80,040) at 20240405153230363 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/primecell.yaml' (80,041) at 20210309003648324 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8737.c' (80,042) at 20240405153232167 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/remoteproc/remoteproc.txt' (80,043) at 20210308005003308 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/pppox.c' (80,044) at 20210307214929698 2025-03-14 03:00:50.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmbbridge/.clang-format' (80,045) at 20240817080008812 to deleted uid set 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h' (80,046) at 20210308005002780 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-client-escape.c' (80,047) at 20240712080021641 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/aty128fb.c' (80,048) at 20240405153231579 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/tuner.rst' (80,049) at 20210309003648504 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-MidNorthCoast' (80,050) at 20210307205553766 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/lamptest/lamptest.hpp' (80,051) at 20240828080025979 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/dbusparser.py' (80,052) at 20220429100100422 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/068.out' (80,053) at 20210308005046441 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/other.json' (80,054) at 20240405153054149 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/utils_test.cpp' (80,055) at 20240514080031406 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_isr.c' (80,056) at 20220525020652378 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/python_qmp_updater.py' (80,057) at 20240326080039630 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visby_Havdhem' (80,058) at 20210307205553794 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/cpuinfo.c' (80,059) at 20240405153046057 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/workarounds.h' (80,060) at 20240405153050293 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/core.c' (80,061) at 20220525020654883 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/generate_whitelist.sh' (80,062) at 20231122090021669 to deleted uid set 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/rcar-gen2.h' (80,063) at 20210309003648720 2025-03-14 03:00:50.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cputype.h' (80,064) at 20240405153045621 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/bcm/raspberrypi,bcm2835-power.txt' (80,065) at 20210307214925422 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vhost-scsi-common.c' (80,066) at 20240326080039490 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/0001-Makefile-use-libprefix-instead-of-libdir.patch' (80,067) at 20230706080014745 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/exception.c' (80,068) at 20221215040039318 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/Kconfig' (80,069) at 20210308005003048 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_scaler.c' (80,070) at 20240405153230559 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.out' (80,071) at 20210308005046397 to deleted uid set 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sigbus.c' (80,072) at 20230925080040101 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/mconsole_kern.h' (80,073) at 20210307214926614 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper_0.11.2.bb' (80,074) at 20241221090017544 to deleted uid set 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/mce.h' (80,075) at 20210307214925646 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/asm-prototypes.h' (80,076) at 20240405153046501 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto.bb' (80,077) at 20241221090017512 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/pm33xx.c' (80,078) at 20240405153051777 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2406.c' (80,079) at 20240405153052233 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/una_asm_32.S' (80,080) at 20210307214926602 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs2_trace.h' (80,081) at 20240710080014605 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_defconfig' (80,082) at 20210308005003244 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/common/early_init.S' (80,083) at 20210308005003004 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt2701-clk.h' (80,084) at 20210307214931330 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/hisilicon,hi6210-i2s.txt' (80,085) at 20210307214925430 2025-03-14 03:00:50.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/server/transaction.hpp' (80,086) at 20240823080035117 to deleted uid set 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-cmd.c' (80,087) at 20240405153049377 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_esai.c' (80,088) at 20240405153232175 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb' (80,089) at 20241221090017532 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabresd-u-boot.dtsi' (80,090) at 20210308005002584 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_loader.c' (80,091) at 20240405153053937 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/cadence/cdns-csi2tx.c' (80,092) at 20240405153049401 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dts' (80,093) at 20240405153045769 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi' (80,094) at 20210308005002596 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ina3221.rst' (80,095) at 20210309003648424 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/at91-usart.c' (80,096) at 20220525020653343 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master-ast-cf.c' (80,097) at 20240405153047061 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_tee.h' (80,098) at 20240405153048545 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/smbiosmdrv2handler.cpp' (80,099) at 20240829080009334 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hugetlb_cgroup.h' (80,100) at 20240405153052701 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if000c.h' (80,101) at 20240405153230603 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/luton.dtsi' (80,102) at 20220525020651994 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-deassert@.service' (80,103) at 20241029080011439 2025-03-14 03:00:50.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/README.md' (80,104) at 20230706080014729 to deleted uid set 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/OWNERS' (80,105) at 20220723030030949 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/qemuboot-x86.inc' (80,106) at 20230401080011963 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem_local.h' (80,107) at 20210307214930542 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-apsh4ad0a.c' (80,108) at 20210307214926534 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/vmtest.sh' (80,109) at 20240405153054293 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/Makefile' (80,110) at 20240405153046377 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmap_lock.h' (80,111) at 20240405153231827 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/calimain.c' (80,112) at 20210308005003028 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch' (80,113) at 20220502030010232 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7622-apmixedsys.c' (80,114) at 20240405153230211 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweron.service' (80,115) at 20220119040023072 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2764.c' (80,116) at 20240405153053801 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (80,117) at 20240313080014688 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-capture.c' (80,118) at 20240405153049457 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb' (80,119) at 20241221090017696 to deleted uid set 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/Kconfig' (80,120) at 20240405153230795 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/cyapa_gen3.c' (80,121) at 20220525020653179 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/signal.py' (80,122) at 20230427080038314 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/fvp-config.inc' (80,123) at 20240507080014346 2025-03-14 03:00:50.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/download-lockfile.py' (80,124) at 20230804080018087 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Fix-build-errors-with-clang.patch' (80,125) at 20210307205553842 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzicond.c.inc' (80,126) at 20230925080040061 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ipl_vmparm.c' (80,127) at 20220525020652102 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00usb.c' (80,128) at 20240405153050621 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts' (80,129) at 20241004080012679 to deleted uid set 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/sbf_dram_init.S' (80,130) at 20210308005002972 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/controlfb.h' (80,131) at 20210307214930906 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_facilities.c' (80,132) at 20210309003654508 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/tools/handler.hpp' (80,133) at 20240417080025475 to deleted uid set 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_types.h' (80,134) at 20220525020654183 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/multicast.c' (80,135) at 20220525020653119 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8167.h' (80,136) at 20210309003652076 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-1m-main.inc' (80,137) at 20210905000020581 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/sd_flags.h' (80,138) at 20240405153052789 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/emulation.c' (80,139) at 20210308005045953 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_private_tunnel.h' (80,140) at 20240405153053193 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/bridge_vlan_unaware.sh' (80,141) at 20240405153054341 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/rational-test.c' (80,142) at 20220525020654751 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Rotor/meson.build' (80,143) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h' (80,144) at 20240405153048813 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/ac97.h' (80,145) at 20230426080043680 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/mpl115_spi.c' (80,146) at 20240405153049009 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/LICENSE' (80,147) at 20210308005133997 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/Makefile' (80,148) at 20210308005003740 2025-03-14 03:00:50.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/quote_cctype.patch' (80,149) at 20230706080014745 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/vega10_enum.h' (80,150) at 20210307214927710 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5d.conf' (80,151) at 20210602100023153 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v73_scalar.c' (80,152) at 20230925080040097 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/phy.c' (80,153) at 20220627100017038 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/0001-Fix-compilation-with-GCC10.patch' (80,154) at 20210307205553738 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_SDCARD_defconfig' (80,155) at 20210308005003244 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.0-UK' (80,156) at 20211006000025230 2025-03-14 03:00:50.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-spi-byte.c' (80,157) at 20240913080013797 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.h' (80,158) at 20240405153230507 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c' (80,159) at 20240405153047185 to deleted uid set 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utmisc.c' (80,160) at 20210307214926846 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/recovery.c' (80,161) at 20240613080016491 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/ipt_ECN.c' (80,162) at 20210307214931946 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715-sdca-sdw.h' (80,163) at 20220525020655047 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb' (80,164) at 20241221090017528 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/MAINTAINERS' (80,165) at 20210308005003008 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/img-ir-rev1.txt' (80,166) at 20210307214925354 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_network_manager.hpp' (80,167) at 20240822080023973 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9331_tl_mr3020.dts' (80,168) at 20240405153045989 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff@.service' (80,169) at 20240730080012557 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0002-Remove-maes-option-from-cross-compilation.patch' (80,170) at 20241221090017512 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/Kconfig' (80,171) at 20240405153230831 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-reference-design-tablet.dtsi' (80,172) at 20210308005002620 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-xgene-sb.txt' (80,173) at 20240405153229763 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-dev.bb' (80,174) at 20241221090017688 to deleted uid set 2025-03-14 03:00:50.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/error.h' (80,175) at 20240405153230103 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/imx-regs.h' (80,176) at 20210308005002664 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/udp.c' (80,177) at 20241211090145553 to deleted uid set 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/storage.hpp' (80,178) at 20240824080002930 to deleted uid set 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/model_206ax.c' (80,179) at 20210308005002856 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/h3xxx.c' (80,180) at 20210307214925958 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/MAINTAINERS' (80,181) at 20210308005002988 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77965-sysc.h' (80,182) at 20210307214931346 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0004-RH-use-rpm-optflags-if-present.patch' (80,183) at 20241221090017540 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.h' (80,184) at 20210307214927302 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/Kconfig' (80,185) at 20241023080012879 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/README.md' (80,186) at 20240807080035899 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/core_sched.c' (80,187) at 20240405153053041 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cdc_eem.c' (80,188) at 20240405153050373 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ti,icss-iep.yaml' (80,189) at 20240405153229779 2025-03-14 03:00:50.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8dxl-ss-ddr.dtsi' (80,190) at 20240405153045725 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_event.h' (80,191) at 20220525020654171 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-member-case.json' (80,192) at 20210927100127469 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/entry/syscalls/mksyscalltbl' (80,193) at 20240405153054085 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_transport.h' (80,194) at 20210307214930670 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventService.v1_10_2.json' (80,195) at 20240619080002948 to deleted uid set 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/ti_qspi.txt' (80,196) at 20210307214925442 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ast2600-clock.h' (80,197) at 20240405153231795 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfsim.h' (80,198) at 20210307214926162 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8955.h' (80,199) at 20210307214932358 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/test/nfit_test.h' (80,200) at 20240405153054229 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strncpy.c' (80,201) at 20240405153053105 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-blk.h' (80,202) at 20240906080037340 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/alert.c' (80,203) at 20240405153232015 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/recovery.c' (80,204) at 20240913080013829 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h' (80,205) at 20240405153047165 2025-03-14 03:00:50.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (80,206) at 20230725080014621 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Usecase_Checkers.robot' (80,207) at 20240627080021052 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/topology.c' (80,208) at 20210309003648684 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/programming-language.rst' (80,209) at 20240405153229839 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-driver.c' (80,210) at 20210308005003740 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/utils.hpp' (80,211) at 20241211090205458 to deleted uid set 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/meson.build' (80,212) at 20241211090212282 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/README' (80,213) at 20210308005002984 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/nintendo-otp.c' (80,214) at 20240405153051209 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch' (80,215) at 20241221090017640 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,isp.yaml' (80,216) at 20240405153045101 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/ipmishell.c' (80,217) at 20210308004938832 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/pme.c' (80,218) at 20240405153051257 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/st-lpc.h' (80,219) at 20210308005003636 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/Makefile' (80,220) at 20210308005002908 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.gitignore' (80,221) at 20211006000055234 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/spl.c' (80,222) at 20210308005002844 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/bhrb.S' (80,223) at 20240405153046189 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/group.hpp' (80,224) at 20240828080025975 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8568MDS_defconfig' (80,225) at 20210308005003240 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atari_stram.h' (80,226) at 20210307214926158 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_onenand_defconfig' (80,227) at 20210308005003284 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/create_manifest3.py' (80,228) at 20210528000029743 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/vl_alias.c' (80,229) at 20210309003653376 to deleted uid set 2025-03-14 03:00:50.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-yadro/.gitignore' (80,230) at 20210307205554218 to deleted uid set 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/gup.c' (80,231) at 20240820080014185 to deleted uid set 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/meson.build' (80,232) at 20241112090003090 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen2_engine_cs.h' (80,233) at 20210309003649744 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-usb-usbtmc' (80,234) at 20210307214925186 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_devlink.c' (80,235) at 20240405153050197 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-pll.c' (80,236) at 20240405153046841 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/device-introspect-test.c' (80,237) at 20240906080037568 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-map.rst' (80,238) at 20240405153054037 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/strncpy_from_user.S' (80,239) at 20240405153229995 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/lbt.h' (80,240) at 20240405153229999 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_partition_exists.cpp' (80,241) at 20220922030007675 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/recovery.c' (80,242) at 20220525020654495 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/imximage.cfg' (80,243) at 20210308005003080 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sha1.h' (80,244) at 20220525020654535 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_mc_id.robot' (80,245) at 20240628080017117 2025-03-14 03:00:50.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy_9100h.bb' (80,246) at 20241221090017532 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_hpt3x2n.c' (80,247) at 20240405153046661 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/guruplug_defconfig' (80,248) at 20210308005003260 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_netlink.c' (80,249) at 20240405153051977 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/FlashPoint.c' (80,250) at 20240405153051545 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/magicpanelr2.h' (80,251) at 20210307214926558 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0004-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch' (80,252) at 20241221090017504 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml' (80,253) at 20240405153045129 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-firmware.c' (80,254) at 20210307214928818 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/maple/setup.c' (80,255) at 20240405153230051 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.1-verbose.patch' (80,256) at 20210307205553966 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/d_path.c' (80,257) at 20240405153232255 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/kirkwood/kirkwood-dma.c' (80,258) at 20240613080016547 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5659.h' (80,259) at 20210307214931598 2025-03-14 03:00:50.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/layer.conf' (80,260) at 20241221090017476 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-highbank.c' (80,261) at 20210307214926966 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-read-snr.rst' (80,262) at 20210309003648480 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/Makefile' (80,263) at 20240405153051489 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/xgene-rtc.txt' (80,264) at 20210307214925418 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/msm8974.c' (80,265) at 20240405153230735 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/LICENSE' (80,266) at 20210308005111461 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/Makefile' (80,267) at 20240405153046741 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Agnas' (80,268) at 20210307205553778 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mt6397.c' (80,269) at 20240405153231375 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rtc/settings' (80,270) at 20240405153054373 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62p5.dtsi' (80,271) at 20240405153229971 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa6752hs.c' (80,272) at 20240405153049337 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vbi-gen.c' (80,273) at 20240405153049529 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fscache/io.c' (80,274) at 20240405153052369 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.h' (80,275) at 20210307214927270 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/sys_sh.c' (80,276) at 20210307214926570 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/test_arm_aspeed_romulus.py' (80,277) at 20241211090212538 to deleted uid set 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pxa2xx.h' (80,278) at 20240405153051793 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mc13783.h' (80,279) at 20210307214932318 2025-03-14 03:00:50.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/trng/Makefile' (80,280) at 20220525020652382 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_io.h' (80,281) at 20210307214926218 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_eql.h' (80,282) at 20210307214931634 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/service_files/yaml/phosphor-fan-control-init@.service' (80,283) at 20220819030023849 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_common.h' (80,284) at 20210308005003764 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/main.c' (80,285) at 20240405153050589 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/trusted-services-src.inc' (80,286) at 20241206090014214 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/hcd.h' (80,287) at 20240405153052057 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/nemora.cpp' (80,288) at 20240817080006811 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml' (80,289) at 20240405153045061 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Build' (80,290) at 20220525020655123 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_ringbuffer.c' (80,291) at 20240405153230599 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18212.c' (80,292) at 20240405153049533 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/Kconfig' (80,293) at 20240405153231695 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensors.cpp' (80,294) at 20240817080031292 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/timex.h' (80,295) at 20210307214926066 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch' (80,296) at 20210307205553854 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom-apq8064-sata-phy.txt' (80,297) at 20210307214925390 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/padlock.h' (80,298) at 20210307214931310 2025-03-14 03:00:50.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/eepro100.c' (80,299) at 20241211090212302 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_sm.c' (80,300) at 20220525020654003 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/nhpoly1305-avx2-glue.c' (80,301) at 20240405153046365 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/conversion.h' (80,302) at 20240405153047197 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/sdeventplus.wrap' (80,303) at 20220326030026474 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-off.service' (80,304) at 20240618080012765 to deleted uid set 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/cow.h' (80,305) at 20220525020652126 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/firejail.py' (80,306) at 20220721030015849 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/genericx86.conf' (80,307) at 20230706080014777 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/qsemi.c' (80,308) at 20220525020653687 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/vdso/clocksource.h' (80,309) at 20220525020651970 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/head.S' (80,310) at 20220525020651970 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/platform/flexcan.h' (80,311) at 20220525020654555 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c' (80,312) at 20210308005046541 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-mod-exp.c' (80,313) at 20210308005003712 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/OWNERS' (80,314) at 20240903080031643 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-m3ulcb.dts' (80,315) at 20210308005002600 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c' (80,316) at 20241125090012251 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cirrus/Kconfig' (80,317) at 20220525020653487 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/board.c' (80,318) at 20210308005003004 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-ce-setkey.h' (80,319) at 20210307214926054 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/Kconfig' (80,320) at 20240405153051861 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/ksm.rst' (80,321) at 20240405153045229 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1036-mb7.dts' (80,322) at 20240405153045505 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/common.rst' (80,323) at 20220525020651782 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpuidle-imx5.c' (80,324) at 20240405153045645 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-snapshot-action-hist.tc' (80,325) at 20240405153054305 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/allow_os_with_assess.patch' (80,326) at 20230706080014765 2025-03-14 03:00:50.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/riotboard_defconfig' (80,327) at 20210308005003276 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_native.c' (80,328) at 20241211090145565 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4118.c' (80,329) at 20240405153053565 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/pxa_sdhci.h' (80,330) at 20210307214931478 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/volatiles.58_radiusd' (80,331) at 20210307205553810 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpmng.c' (80,332) at 20210308005003432 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/testing/run-test-docker.md' (80,333) at 20221209040006399 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/8250/8250_core.c' (80,334) at 20240405153051993 to deleted uid set 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/rk3128.c' (80,335) at 20210308005002772 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone.dtsi' (80,336) at 20240405153045589 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/Makefile' (80,337) at 20240405153232211 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz' (80,338) at 20210307205554594 to deleted uid set 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/intel_epb.c' (80,339) at 20240405153230119 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem_dma_helper.c' (80,340) at 20240405153048397 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_MARK.h' (80,341) at 20210307214931646 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ia_css_cnr2.host.c' (80,342) at 20210307214930554 2025-03-14 03:00:50.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/yosemite4-common.cfg' (80,343) at 20240727080014102 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.h' (80,344) at 20210307214928350 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxi-6030e.c' (80,345) at 20220525020652358 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/emif.c' (80,346) at 20240405153049589 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/path.h' (80,347) at 20210307214931466 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Knared' (80,348) at 20210307205553786 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Pecs-Siklos' (80,349) at 20210307205553774 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsserial.c' (80,350) at 20240405153046625 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb' (80,351) at 20220204040022460 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip-core.c' (80,352) at 20210308005003464 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-common.inc' (80,353) at 20241221090017640 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb' (80,354) at 20241221090017688 to deleted uid set 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ad5761.h' (80,355) at 20210307214931470 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/da7219.c' (80,356) at 20240405153232179 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1d.sh' (80,357) at 20220525020655219 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_bonding.c' (80,358) at 20240405153232259 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/FRU_Master.json' (80,359) at 20221213040036917 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_attr.c' (80,360) at 20240405153051689 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/Kconfig' (80,361) at 20240405153231603 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/Kconfig' (80,362) at 20210308005003548 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/jz4780_efuse.c' (80,363) at 20210308005003400 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/copy_page.S' (80,364) at 20210307214926570 2025-03-14 03:00:50.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section_factory.hpp' (80,365) at 20210308005049137 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rxrpc/ar-internal.h' (80,366) at 20241011080017395 to deleted uid set 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfltui.c' (80,367) at 20210308005046529 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/max77620_thermal.txt' (80,368) at 20210309003648396 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cbfs/Kconfig' (80,369) at 20210308005003544 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_rx.h' (80,370) at 20210307214928774 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb' (80,371) at 20241221090017576 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-gpio.yaml' (80,372) at 20240405153045173 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/npcm_edac.c' (80,373) at 20240405153230291 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol_module.hpp' (80,374) at 20210308005051513 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/vlclient.c' (80,375) at 20220525020654343 to deleted uid set 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/tagged-address-abi.rst' (80,376) at 20240405153044977 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_or.c' (80,377) at 20220525020655203 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png' (80,378) at 20210307205554250 to deleted uid set 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial_bcm63xx.h' (80,379) at 20210307214931506 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/update-documentation-conf' (80,380) at 20210307205554382 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8753.yaml' (80,381) at 20240405153045173 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/report_hw_tags.c' (80,382) at 20240405153053129 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-xilinx-of.c' (80,383) at 20240405153052101 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/bootm.c' (80,384) at 20210308005002804 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/qht-bench.c' (80,385) at 20220429100100874 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/TPM2.tis.tpm2' (80,386) at 20240906080037560 to deleted uid set 2025-03-14 03:00:50.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/sparc64/safe-syscall.inc.S' (80,387) at 20220429100100406 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ThermalDirection.interface.yaml' (80,388) at 20230325080018472 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecrdsa.c' (80,389) at 20240617080017382 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/ar2315_regs.h' (80,390) at 20210307214926186 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-DFS-2016' (80,391) at 20211006000025246 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/crc7.h' (80,392) at 20210308005003656 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/memory-device.h' (80,393) at 20240906080037332 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (80,394) at 20240127090011884 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/other.json' (80,395) at 20240405153232231 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_hs_evm_defconfig' (80,396) at 20210308005003248 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/st,stm32-cryp.yaml' (80,397) at 20240405153045033 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc2_cfg_regs.h' (80,398) at 20240405153046581 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8qm.c' (80,399) at 20220525020653875 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-cm-t54.dts' (80,400) at 20240405153045609 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/dma.h' (80,401) at 20240405153230079 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_power_well.h' (80,402) at 20240405153230551 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f429-evaluation.h' (80,403) at 20210308005003616 2025-03-14 03:00:50.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/dummy-cpus.c' (80,404) at 20240906080037136 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-diseqc-reset-overload.rst' (80,405) at 20210309003648476 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/mst.c' (80,406) at 20210307214931198 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/metadata_used.c' (80,407) at 20210309003655984 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c' (80,408) at 20240405153049857 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm926.S' (80,409) at 20210307214925974 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-fsi-master-gpio' (80,410) at 20210307214925202 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_common.c' (80,411) at 20241011080017331 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan_core.c' (80,412) at 20240520080015215 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/Makefile' (80,413) at 20240405153050605 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa0.yaml' (80,414) at 20240405153045045 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2_4.17.bb' (80,415) at 20210307205553690 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/events/events_internal.h' (80,416) at 20240405153231603 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/ws.h' (80,417) at 20240405153049073 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistryCollection.json' (80,418) at 20240619080002948 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-wandboard-revb1.dtsi' (80,419) at 20240405153045521 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/kronosnet/0001-links.c-Fix-build-with-gcc-12.patch' (80,420) at 20230317080013785 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cantools_39.4.13.bb' (80,421) at 20241221090017548 to deleted uid set 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/Makefile' (80,422) at 20240405153046665 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/Makefile' (80,423) at 20210307214930318 2025-03-14 03:00:50.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_config.hpp' (80,424) at 20230516080019602 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/zt-test.S' (80,425) at 20240405153054237 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/speedo-tegra210.c' (80,426) at 20220525020654099 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/envelope-detector.c' (80,427) at 20240405153048953 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/MAINTAINERS' (80,428) at 20210308005003016 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/meson.options' (80,429) at 20230817080043449 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxk_hard.h' (80,430) at 20210307214928626 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_SDCARD_defconfig' (80,431) at 20210308005003244 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_common_drv.h' (80,432) at 20240405153230267 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/meson.build' (80,433) at 20230925080039997 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/legacy.rst' (80,434) at 20240405153045293 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_types.h' (80,435) at 20240527080023360 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fman.c' (80,436) at 20210308005002960 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/leon_pci.h' (80,437) at 20210307214926582 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.json' (80,438) at 20210308005046401 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/.gitignore' (80,439) at 20210307214926650 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/asus-tf103c-dock.c' (80,440) at 20240405153051397 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/cpu_loop.c' (80,441) at 20220429100100650 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools/run-ptest' (80,442) at 20240413080012663 to deleted uid set 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml' (80,443) at 20240405153045141 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/emi62.c' (80,444) at 20210307214930842 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig' (80,445) at 20210308005003248 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/xen/meson.build' (80,446) at 20210308005045725 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/Host/meson.build' (80,447) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-tb10x/Kconfig' (80,448) at 20210307214925674 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/asix_devices.c' (80,449) at 20240405153050373 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/0002-timing.c-Fix-format-security-errors.patch' (80,450) at 20230706080014753 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mvebu_armada-37xx.h' (80,451) at 20210308005003604 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-dmabuf.c' (80,452) at 20240326080039434 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/create-spdx-3.0.bbclass' (80,453) at 20241221090017612 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-smm-gateway_git.bb' (80,454) at 20230610080017599 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-biosplusefi.py' (80,455) at 20210307205554638 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_debugfs.c' (80,456) at 20240405153046937 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/s3c24x0_i2c.c' (80,457) at 20210308005003384 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/string-input-visitor.h' (80,458) at 20210308005046041 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/romimage-macros.h' (80,459) at 20210307214926550 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Outakoski' (80,460) at 20210307205553774 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr.c' (80,461) at 20220525020655007 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/power-sequencer/ucd90160.hpp' (80,462) at 20230511080045639 to deleted uid set 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb' (80,463) at 20241221090017516 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/nv50.c' (80,464) at 20220525020652967 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/call64.S' (80,465) at 20210308005002856 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/stp_baseboard.json' (80,466) at 20221221040007774 to deleted uid set 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-vt8500/vt8500.c' (80,467) at 20210307214925966 2025-03-14 03:00:50.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/VISsave.S' (80,468) at 20240405153230095 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpaa2-console.c' (80,469) at 20240405153231447 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/onenand.c' (80,470) at 20210308005003540 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/subprojects/sdbusplus.wrap' (80,471) at 20220427030012593 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/uadk-compression.rst' (80,472) at 20240906080037172 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/xts.c' (80,473) at 20240405153230159 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_task_vma.c' (80,474) at 20240405153054265 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_tablet.py' (80,475) at 20240405153054309 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_qos.c' (80,476) at 20240405153230939 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-tools.inc' (80,477) at 20240113090014536 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts' (80,478) at 20210309003648736 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_port.c' (80,479) at 20210309003652388 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/config' (80,480) at 20220525020654939 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_sru.c' (80,481) at 20240405153049445 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U1memcpy.S' (80,482) at 20240405153230095 2025-03-14 03:00:50.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c' (80,483) at 20240405153050173 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_priv.h' (80,484) at 20240405153052165 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/trace-events' (80,485) at 20230925080039885 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/user_defined.c' (80,486) at 20210309003654556 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/cpld.h' (80,487) at 20210308005002960 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-4.conf' (80,488) at 20210307205554082 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch' (80,489) at 20210307205553934 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/rda-uart.c' (80,490) at 20240405153052013 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/dai-intel.h' (80,491) at 20240405153052889 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/sensor-architecture.md' (80,492) at 20221209040006383 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb' (80,493) at 20241221090017516 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/Makefile' (80,494) at 20220525020653215 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compiler.h' (80,495) at 20241220090018326 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/xlnx,zynqmp-pcap-fpga.yaml' (80,496) at 20240405153045057 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/actypes.h' (80,497) at 20240405153052617 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/parisc_ksyms.c' (80,498) at 20240613080016363 2025-03-14 03:00:50.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/hugetlbpage.c' (80,499) at 20240913080013769 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_scsi_host.c' (80,500) at 20240405153231411 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_rx164.c' (80,501) at 20210307214925658 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/usage.c' (80,502) at 20240405153054213 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector-systemd-links.inc' (80,503) at 20221111040020385 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/nuvoton,npcm750-adc.yaml' (80,504) at 20240405153045073 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/ia_css_wb_param.h' (80,505) at 20210307214930562 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_addr.h' (80,506) at 20240405153052869 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-dfi-fs700-m60.dts' (80,507) at 20240405153045501 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-odroidx2.dts' (80,508) at 20240405153045569 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/fs3270.c' (80,509) at 20240405153051513 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml' (80,510) at 20220315030032667 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/keyboard-spear.h' (80,511) at 20210307214931478 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mptcp.h' (80,512) at 20240812080017252 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/gbmc-ra.sh' (80,513) at 20241213090035010 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/cma.h' (80,514) at 20240405153052893 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3036_common.h' (80,515) at 20210308005003612 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/debian-no-Werror.patch' (80,516) at 20240413080012695 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/sysctl.h' (80,517) at 20210307214931198 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quota_v2.c' (80,518) at 20240820080014177 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/wrap.c.inc' (80,519) at 20210927100127465 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_fshead.h' (80,520) at 20240405153052365 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/serial_core.h' (80,521) at 20240405153231879 2025-03-14 03:00:50.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch' (80,522) at 20230706080014765 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/3w-sas.h' (80,523) at 20240405153051541 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-dp.c' (80,524) at 20240405153051285 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-it913x-v1.c' (80,525) at 20210307214928782 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_print.h' (80,526) at 20240405153048489 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_genbus.h' (80,527) at 20210307214926242 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global1_atu.c' (80,528) at 20240830080013275 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/Documentation/protocol.md' (80,529) at 20241211090005847 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/access_control/test_obmc_gui_ldap.robot' (80,530) at 20210308005007104 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/raid/pq.h' (80,531) at 20240405153231835 2025-03-14 03:00:50.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/boot.c' (80,532) at 20240326080039458 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/c-r4k.c' (80,533) at 20240405153230015 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mISDNif.h' (80,534) at 20240405153052725 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/shmparam.h' (80,535) at 20210307214926066 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/Kconfig' (80,536) at 20240405153051369 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/s390x/host-signal.h' (80,537) at 20230925080039941 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-config-validator.cpp' (80,538) at 20240824080021954 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sandbox_sdl.c' (80,539) at 20210308005003532 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c64xx-pinctrl.dtsi' (80,540) at 20240405153045573 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sata2-0.dtsi' (80,541) at 20210307214926350 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/instruction.json' (80,542) at 20240405153054109 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-ddv.c' (80,543) at 20240405153051401 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_l3.h' (80,544) at 20220525020653971 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98388.c' (80,545) at 20241104090011627 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_fs_sb.h' (80,546) at 20240405153052505 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/auth.c' (80,547) at 20240405153231271 2025-03-14 03:00:50.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux.c' (80,548) at 20240405153054021 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-msm8998.h' (80,549) at 20210307214931330 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-vid-common.c' (80,550) at 20240405153049529 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/device.h' (80,551) at 20240405153051949 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/renesas,rcar-gyroadc.yaml' (80,552) at 20240405153045073 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/Kconfig' (80,553) at 20241211090212290 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c' (80,554) at 20240405153231487 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-letsketch.c' (80,555) at 20240405153048817 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/qcow2/__init__.py' (80,556) at 20210308005046393 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ipc/hw-ish-regs.h' (80,557) at 20210307214928102 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/Kconfig' (80,558) at 20240405153232111 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/MAINTAINERS' (80,559) at 20210308005002952 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c' (80,560) at 20240919080017054 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-vdo1.c' (80,561) at 20240405153046801 2025-03-14 03:00:50.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5682.txt' (80,562) at 20240405153045169 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/devres.c' (80,563) at 20240913080013781 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/oom.rst' (80,564) at 20240405153045229 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0022-sd-event-Make-malloc_trim-conditional-on-glibc.patch' (80,565) at 20241221090017644 to deleted uid set 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/mpc5200_dma.c' (80,566) at 20240405153232175 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/devices.c' (80,567) at 20240405153052489 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi' (80,568) at 20240405153045717 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-ioctl.h' (80,569) at 20220525020654631 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_enumval.c' (80,570) at 20210309003655984 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2602-i2c.c' (80,571) at 20240405153053789 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/carriers/tpci200.h' (80,572) at 20220525020653199 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/dealloc-visitor.h' (80,573) at 20210308005046041 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi' (80,574) at 20240405153045513 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binder.c' (80,575) at 20240913080013777 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc-itu-t.c' (80,576) at 20240405153053081 2025-03-14 03:00:50.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/Makefile' (80,577) at 20220525020654883 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/stdio.h' (80,578) at 20240405153232211 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sunrpc/sched.c' (80,579) at 20240815080012923 to deleted uid set 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul2.dtsi' (80,580) at 20240405153045525 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/mscode_parser.c' (80,581) at 20210307214926790 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.interface.yaml' (80,582) at 20240618080025497 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_types_phosphor.bbclass' (80,583) at 20241221090017564 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/cfg.c' (80,584) at 20210307214929862 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/posix_types.h' (80,585) at 20210308005002816 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt' (80,586) at 20220525020651706 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/of_numa.c' (80,587) at 20240405153051209 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/sunxi/sun20i-ppu.c' (80,588) at 20240405153231351 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/services.cpp' (80,589) at 20240530080026674 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/ipl_report.c' (80,590) at 20240405153046269 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb' (80,591) at 20240413080012655 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/x86_pkg_temp_thermal.c' (80,592) at 20240405153231499 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi2.conf' (80,593) at 20221003030013293 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/Makefile' (80,594) at 20210307214932186 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sdhci-cadence.c' (80,595) at 20210308005003408 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/linux/mmzone.h' (80,596) at 20240405153054225 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_dbg.c' (80,597) at 20210307214930382 2025-03-14 03:00:50.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97/codec.c' (80,598) at 20210307214932186 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/Kconfig' (80,599) at 20240405153046733 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/postcode-7seg@.service' (80,600) at 20210308005116685 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/meson.build' (80,601) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/utils.cpp' (80,602) at 20230427080033062 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/nlohmann_json.wrap' (80,603) at 20231208090026017 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sysbus.h' (80,604) at 20241211090212366 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/gentrap.h' (80,605) at 20210307214925650 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/MAINTAINERS' (80,606) at 20210308005003072 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7218.h' (80,607) at 20210307214932306 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb' (80,608) at 20220823030015959 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/.prettierrc.yaml' (80,609) at 20230404080007402 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acconfig.h' (80,610) at 20240405153052613 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/payload.c' (80,611) at 20210308005002952 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' (80,612) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/c101.c' (80,613) at 20220525020653699 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/personality.h' (80,614) at 20210307214931466 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/yam.c' (80,615) at 20240405153050333 2025-03-14 03:00:50.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_init.c' (80,616) at 20240405153230399 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/thead.yaml' (80,617) at 20240405153229795 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/ds.h' (80,618) at 20210307214931578 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/posixtm.h' (80,619) at 20210307205554558 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/alternative.c' (80,620) at 20240405153045865 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/smd.c' (80,621) at 20240405153050477 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/sensors.md' (80,622) at 20240807080019546 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/access.c' (80,623) at 20240405153231283 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_lsm.c' (80,624) at 20240405153054261 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/events/events_2l.c' (80,625) at 20240405153231599 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_rcc.h' (80,626) at 20240906080037336 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vf610twr_defconfig' (80,627) at 20210308005003284 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c' (80,628) at 20240405153048657 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/ethtool_common.h' (80,629) at 20240405153050281 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear600.dtsi' (80,630) at 20240405153045577 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/umid.c' (80,631) at 20240405153230099 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/README.md' (80,632) at 20240812080034496 2025-03-14 03:00:50.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/store.hpp' (80,633) at 20230516080022990 to deleted uid set 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_detection.hpp' (80,634) at 20210914000041091 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (80,635) at 20210911000017986 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/Makefile' (80,636) at 20240405153046969 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_tx.c' (80,637) at 20240405153053381 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8536DS.h' (80,638) at 20210308005003576 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin-peb-eval-01.dtsi' (80,639) at 20240405153045529 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/display.c' (80,640) at 20210308005003208 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/law.c' (80,641) at 20210308005002992 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prettytable/run-ptest' (80,642) at 20240301090012435 to deleted uid set 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/asciidoc.conf' (80,643) at 20210307214932490 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/sama5d4.c' (80,644) at 20240405153046773 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fw_cfg-test.c' (80,645) at 20221215040039370 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/uoutp.c' (80,646) at 20240405153048637 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-dreamcast/mach/pci.h' (80,647) at 20210307214926558 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/dce3_1_afmt.c' (80,648) at 20210307214927998 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/log.c' (80,649) at 20210307214930518 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.1.bb' (80,650) at 20231126090012781 to deleted uid set 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_aperture.c' (80,651) at 20240405153048389 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/ddr.c' (80,652) at 20210308005003012 2025-03-14 03:00:50.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_mods___typedefs.c' (80,653) at 20210307214932642 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/decode-insn.c' (80,654) at 20241211090145377 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/riva_tbl.h' (80,655) at 20210307214930934 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/smp.h' (80,656) at 20240405153046129 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hofors' (80,657) at 20210307205553782 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_convert.c' (80,658) at 20210307214926730 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/Kconfig' (80,659) at 20240405153052173 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4clear_page.S' (80,660) at 20210307214926606 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c' (80,661) at 20240405153051413 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_xdp.c' (80,662) at 20240405153049909 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/espfix.h' (80,663) at 20210307214926662 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/Makefile' (80,664) at 20210307214929378 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch' (80,665) at 20241221090017484 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.2.rst' (80,666) at 20241221090017596 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/fhc.h' (80,667) at 20210307214926578 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_me_regs.h' (80,668) at 20210308005002664 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_network_manager.hpp' (80,669) at 20240822080023969 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/Makefile' (80,670) at 20210308005003032 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/altr,tse.yaml' (80,671) at 20240405153045113 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_thor.c' (80,672) at 20210308005003508 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/i2c/meson.build' (80,673) at 20231205090035281 to deleted uid set 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/write_verification_error.hpp' (80,674) at 20240817080031296 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/README.smc91111_eeprom' (80,675) at 20210308005003544 2025-03-14 03:00:50.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c' (80,676) at 20240830080013255 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/newport.h' (80,677) at 20210307214931698 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/q800-glue.h' (80,678) at 20240906080037332 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/libfc.h' (80,679) at 20240405153052877 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/Kconfig' (80,680) at 20210308005002920 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/Makefile' (80,681) at 20210307214930370 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_pool.c' (80,682) at 20240405153049113 to deleted uid set 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/edd.h' (80,683) at 20210307214931382 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svclock.c' (80,684) at 20240405153231695 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_hx8347d.c' (80,685) at 20220525020654115 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/video-ep93xx.h' (80,686) at 20210307214931482 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/cc770.txt' (80,687) at 20240405153229779 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/reset.c' (80,688) at 20210307214926206 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/mt6360_charger.c' (80,689) at 20240520080015167 2025-03-14 03:00:50.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/gxp-bootblock.bb' (80,690) at 20230413080015624 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/Kconfig' (80,691) at 20240405153049277 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/features.rst' (80,692) at 20240405153229747 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/registry_example.json' (80,693) at 20240124090024203 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/allno_expected_config' (80,694) at 20210307214932154 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/spinlock.h' (80,695) at 20210307214925650 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' (80,696) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mxsrtc.c' (80,697) at 20210308005003480 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/python.py' (80,698) at 20241206090014306 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c' (80,699) at 20220525020652963 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/fsp_configs.c' (80,700) at 20210308005002852 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/decompressor.c' (80,701) at 20240405153052537 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c' (80,702) at 20240405153232187 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c' (80,703) at 20240405153048685 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/mlx5/ah.c' (80,704) at 20210309003650136 to deleted uid set 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.0/index.html' (80,705) at 20210307205554246 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/trace-events' (80,706) at 20230925080039873 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c' (80,707) at 20240405153231195 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-x3proto/setup.c' (80,708) at 20240405153046305 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/machine_kexec.c' (80,709) at 20240405153045945 2025-03-14 03:00:50.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm2xxx_3xxx.h' (80,710) at 20240405153045661 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/nvm.c' (80,711) at 20240405153051981 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4412.dtsi' (80,712) at 20210308005002580 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_dio_link_encoder.h' (80,713) at 20220525020652514 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci.c' (80,714) at 20221215040039374 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-licheepi-one.dts' (80,715) at 20240405153045377 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-jozacp.dts' (80,716) at 20240405153045529 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/telemetry/Kconfig' (80,717) at 20220525020653911 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kerneldoc-preamble.sty' (80,718) at 20240405153045265 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/amlogic,gxl-crypto.yaml' (80,719) at 20240405153045033 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/227' (80,720) at 20240906080037564 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_imx.c' (80,721) at 20240405153231535 to deleted uid set 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fs/tracing_path.h' (80,722) at 20240405153054053 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/en-gb' (80,723) at 20210308005046145 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h' (80,724) at 20220818100014707 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/so_incoming_cpu.c' (80,725) at 20240405153232279 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83795.c' (80,726) at 20240405153048881 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm1_44xx.h' (80,727) at 20240405153045661 2025-03-14 03:00:50.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_queue_pair.h' (80,728) at 20220525020653371 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_base.c' (80,729) at 20240405153049729 to deleted uid set 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-kd.dts' (80,730) at 20210307214926046 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_raw_tp_test_run.c' (80,731) at 20210309003655988 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/Build' (80,732) at 20220525020655131 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/jitdump.c' (80,733) at 20240405153054197 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig' (80,734) at 20210308005003236 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerAccountCollection_v1.xml' (80,735) at 20240619080002928 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/record.h' (80,736) at 20240405153054201 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/file.c' (80,737) at 20240405153052401 2025-03-14 03:00:50.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_w.c' (80,738) at 20210308005046517 2025-03-14 03:00:50.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_6_sh_mask.h' (80,739) at 20240405153047673 2025-03-14 03:00:50.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine.h' (80,740) at 20240906080037344 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h' (80,741) at 20240405153230467 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/example/ucd90160.yaml' (80,742) at 20221213040033301 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv64_tuxrun.py' (80,743) at 20241211090212542 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/at91_emac.c' (80,744) at 20210308005003424 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/armflash.c' (80,745) at 20210308005003204 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi' (80,746) at 20240405153045829 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow2-memmove.c' (80,747) at 20240405153053105 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/st-thermal.txt' (80,748) at 20210307214925442 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/Makefile' (80,749) at 20210308005002804 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/branch_loops.S' (80,750) at 20240405153054361 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/phodav_3.0.bb' (80,751) at 20231126090012785 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/fsl_dma.c' (80,752) at 20210308005003372 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.html' (80,753) at 20210308005107077 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi_reg.h' (80,754) at 20240405153049473 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb_kbd.c' (80,755) at 20210308005003232 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc83xxads' (80,756) at 20210308005003296 2025-03-14 03:00:50.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/mac.c' (80,757) at 20240405153049801 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/bcm2835_dma.c' (80,758) at 20241211090212270 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_dspi.h' (80,759) at 20210308005003648 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/pulseaudio/releases/index.html' (80,760) at 20210307205554250 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/syscallhdr.sh' (80,761) at 20241211090212378 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.h' (80,762) at 20240405153047261 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/mips-mt.c' (80,763) at 20240405153046025 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c' (80,764) at 20240405153048665 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-net2big.dts' (80,765) at 20240405153045457 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/lbus.c' (80,766) at 20241211090212270 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/meson-mx-sdhc.h' (80,767) at 20210307214929190 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/stat.c' (80,768) at 20240405153052493 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi' (80,769) at 20240405153045729 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml' (80,770) at 20240405153045109 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-i2c.h' (80,771) at 20210308005002656 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/drd.c' (80,772) at 20241008080013987 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ab8500-codec.c' (80,773) at 20240405153053561 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.c' (80,774) at 20210307214929566 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c' (80,775) at 20240405153047157 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-lite-reg.c' (80,776) at 20240405153049461 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/nsp_message.c' (80,777) at 20210307214930378 2025-03-14 03:00:50.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch' (80,778) at 20210307205554478 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_io.h' (80,779) at 20220525020654187 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/kdf_selftest.h' (80,780) at 20240405153052625 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge40.dts' (80,781) at 20240405153045409 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_execlists_submission.c' (80,782) at 20240805080013951 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/probe-event.c' (80,783) at 20240613080016563 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/dpd/decimal128.c' (80,784) at 20210308005046061 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin' (80,785) at 20220604030008508 to deleted uid set 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/syscon_rk3188.c' (80,786) at 20210308005002772 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/dir.c' (80,787) at 20210307214931230 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hw_irq.h' (80,788) at 20210307214926578 2025-03-14 03:00:50.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sm3.h' (80,789) at 20240405153052625 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-multiplier.c' (80,790) at 20210307214926970 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd-mbhc-v2.h' (80,791) at 20220525020655051 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-exynos.c' (80,792) at 20240405153230851 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-xp.c' (80,793) at 20241008080013967 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-phonet' (80,794) at 20210307214925186 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/vmlinux.its.S' (80,795) at 20210713000020196 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/Kconfig' (80,796) at 20240405153230543 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/idr.rst' (80,797) at 20240405153045001 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fsmap.h' (80,798) at 20240405153052917 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ipv6_stubs.h' (80,799) at 20240405153231851 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch' (80,800) at 20230706080014741 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_i66_defconfig' (80,801) at 20210308005003236 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-tw28.h' (80,802) at 20210309003650336 2025-03-14 03:00:50.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/stm32_iwdg.c' (80,803) at 20240405153231599 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetection.v1_1_0.json' (80,804) at 20240918080002720 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-at91-pio4.c' (80,805) at 20210308005003460 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx_1.15.0.bb' (80,806) at 20241221090017532 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/timer_32.h' (80,807) at 20210307214926586 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/omap_udc.c' (80,808) at 20240405153231555 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ipc/config' (80,809) at 20210307214932678 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/display5.h' (80,810) at 20210308005003592 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/smp_twd.c' (80,811) at 20210307214925866 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_dm.c' (80,812) at 20240405153051893 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h' (80,813) at 20240405153047101 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/goodix,gt7375p.yaml' (80,814) at 20240405153229767 2025-03-14 03:00:50.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/tegra186-reset.c' (80,815) at 20210308005003480 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4xdr.c' (80,816) at 20240405153052425 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/reuseport_array.c' (80,817) at 20240405153052981 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/TLB/arch-support.txt' (80,818) at 20240405153229807 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log' (80,819) at 20210309003655972 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.2.rst' (80,820) at 20241221090017592 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/hazards.h' (80,821) at 20240405153046001 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_buffer_mgr.c' (80,822) at 20240405153046937 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_translate.c' (80,823) at 20240405153047289 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timecounter.h' (80,824) at 20220525020654623 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/OWNERS' (80,825) at 20240410080019593 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Barr' (80,826) at 20211006000025230 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_hwdep.c' (80,827) at 20240405153232131 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb' (80,828) at 20241221090017508 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/others.json' (80,829) at 20240405153232227 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-cmd-manager.cpp' (80,830) at 20240724080026572 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-cubox-i.dtsi' (80,831) at 20240405153045509 2025-03-14 03:00:50.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.seabios-128k' (80,832) at 20240326080039626 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timecounter.c' (80,833) at 20220525020654731 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/Kconfig' (80,834) at 20240405153048989 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/Makefile' (80,835) at 20240405153051261 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl_mdio.c' (80,836) at 20210308005003432 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/mman.h' (80,837) at 20210307214925858 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml' (80,838) at 20240405153229783 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/Makefile' (80,839) at 20210308005002544 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/Makefile' (80,840) at 20210307214929242 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/dce80_timing_generator.c' (80,841) at 20220525020652506 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py_1.11.0.bb' (80,842) at 20241221090017560 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/hash.c' (80,843) at 20210308005003212 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.h' (80,844) at 20240405153047205 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/viafb.modes' (80,845) at 20210307214925478 2025-03-14 03:00:50.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts' (80,846) at 20220525020651914 2025-03-14 03:00:50.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/uncore-interconnect.json' (80,847) at 20240405153054153 2025-03-14 03:00:50.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_gmac_cmn.c' (80,848) at 20210307214926902 2025-03-14 03:00:50.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/Kconfig' (80,849) at 20220525020655107 2025-03-14 03:00:50.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_bus.h' (80,850) at 20210307214929574 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/helpline.c' (80,851) at 20210307214932582 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/register-bit-led.yaml' (80,852) at 20240405153045089 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Processor.v1_20_1.json' (80,853) at 20240824080002938 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_txrx_lib.c' (80,854) at 20240405153050017 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryChunksCollection_v1.xml' (80,855) at 20240619080002928 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-local-eid.conf' (80,856) at 20240828080010887 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/LICENSE' (80,857) at 20210308005121085 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/pcm030-audio-fabric.c' (80,858) at 20240405153053933 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/Makefile' (80,859) at 20210308005003472 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso32/vdso32.lds.S' (80,860) at 20210307214926614 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-ti-syscon.c' (80,861) at 20240405153231371 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_private.h' (80,862) at 20210308005003696 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/hmm/hmm.h' (80,863) at 20240405153051825 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/accounting/delay-accounting.rst' (80,864) at 20240405153045281 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/channel.cpp' (80,865) at 20240829080022534 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/tcg.py' (80,866) at 20210308005046245 2025-03-14 03:00:50.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch' (80,867) at 20210307205554614 to deleted uid set 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_display.png' (80,868) at 20210307205554250 to deleted uid set 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/runtime_warning.hpp' (80,869) at 20241211090205458 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_9p.h' (80,870) at 20240405153052945 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/boot_param.h' (80,871) at 20240805080013923 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/tmu_csr.h' (80,872) at 20210308005003676 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (80,873) at 20240206090017943 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vsc3316_3308.h' (80,874) at 20210308005002960 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/jump_label.c' (80,875) at 20240405153045909 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/cache_shape.c' (80,876) at 20210307214932698 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/pci.h' (80,877) at 20240405153046309 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libahci_platform.c' (80,878) at 20240405153230175 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains2xxx_3xxx_data.c' (80,879) at 20210307214925922 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adv7393.h' (80,880) at 20240405153052825 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-pico.dtsi' (80,881) at 20240405153045517 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/net2280.h' (80,882) at 20240405153052813 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeFunctionCollection.json' (80,883) at 20240619080002952 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/midi-v2.h' (80,884) at 20240405153052813 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sh.c' (80,885) at 20210308005003484 2025-03-14 03:00:50.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/sdbusplus.wrap' (80,886) at 20220412175720090 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_rpc_xdr.h' (80,887) at 20210307214932082 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_kprobe_selftest.h' (80,888) at 20210307214931782 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/aoe-stat-no-bashism.patch' (80,889) at 20210307205553834 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (80,890) at 20240316080012480 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_res.c' (80,891) at 20240405153051601 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon-tacoma/obmc/power-supply-monitor/power-supply-monitor-0.conf' (80,892) at 20210307205553710 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-kernel/linux/linux-aspeed/e3c256d4i.cfg' (80,893) at 20240120090012778 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/drv_types.h' (80,894) at 20240405153051897 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/phosphor-logging.wrap' (80,895) at 20230602080024184 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,omap3-dss.txt' (80,896) at 20210307214925310 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/vic.h' (80,897) at 20220525020653015 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0001-Fix-swapping-fake-lines-in-pch_swap.patch' (80,898) at 20210307205554538 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/ncsi_test.cpp' (80,899) at 20240817080006811 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_sockglue.c' (80,900) at 20240405153232023 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/common/inv_sensors_timestamp.h' (80,901) at 20240405153231815 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/dwc3.rst' (80,902) at 20240405153045197 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/Makefile' (80,903) at 20210308005002548 2025-03-14 03:00:50.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c' (80,904) at 20210308005046513 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_sas.h' (80,905) at 20210307214930278 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S' (80,906) at 20210308005002824 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod.h' (80,907) at 20240405153045665 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0006-start-lvm2-monitor.service-after-tmp.mount.patch' (80,908) at 20241206090014262 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c' (80,909) at 20241216090017697 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/virtual-memory.json' (80,910) at 20240405153054121 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/socfpga_gen5.c' (80,911) at 20210308005003376 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_bsel_v.c' (80,912) at 20210308005046509 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_tx.c' (80,913) at 20240405153049105 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RPSL-1.0' (80,914) at 20210307205554426 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_meta_mark.c' (80,915) at 20210307214932054 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/Kconfig' (80,916) at 20240405153052149 2025-03-14 03:00:50.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/wic.py' (80,917) at 20241221090017632 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m5407.c' (80,918) at 20220525020651982 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/tricks.rst' (80,919) at 20210307214925546 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vermagic.h' (80,920) at 20240405153230035 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xventana.h' (80,921) at 20230925080039841 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-ts4900.dtsi' (80,922) at 20240405153045521 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/Makefile' (80,923) at 20210308005002984 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/keyprogram.c' (80,924) at 20210308005003000 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-close-errors.out' (80,925) at 20230426080043944 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/allwinner-a10-pic.c' (80,926) at 20241211090212282 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/README' (80,927) at 20210307205554266 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.h' (80,928) at 20240405153231175 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exoparg2.c' (80,929) at 20240405153046621 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhost.yaml' (80,930) at 20240405153045109 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7790-cpg-mssr.c' (80,931) at 20210309003649256 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/microchip,mpfs-clock.h' (80,932) at 20240405153052645 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/cls_api.c' (80,933) at 20240405153232075 to deleted uid set 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/stm32_rcc.c' (80,934) at 20210308005003400 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-linksys-panamera.dts' (80,935) at 20240405153229871 2025-03-14 03:00:50.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-x1205.c' (80,936) at 20240405153051505 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch' (80,937) at 20210307205554618 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' (80,938) at 20241118090027711 to deleted uid set 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-display.c' (80,939) at 20240906080037588 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_fcntl.h' (80,940) at 20210308005046085 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/am335x-fb.h' (80,941) at 20210308005003520 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/acpi-ext.c' (80,942) at 20210307214926122 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_sched.h' (80,943) at 20240628080013989 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pmmu_pif_regs.h' (80,944) at 20240405153046601 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-qcm2290.c' (80,945) at 20240405153051349 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_w.c' (80,946) at 20210308005046521 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb_mcu.c' (80,947) at 20210307214929894 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ep93xx_wdt.c' (80,948) at 20240405153052237 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_error.c' (80,949) at 20240405153052589 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/neon.h' (80,950) at 20210307214926062 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/aty128fb.rst' (80,951) at 20210307214925474 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/start.S' (80,952) at 20210308005002952 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch' (80,953) at 20230609080014415 to deleted uid set 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_intr.c' (80,954) at 20220525020653159 2025-03-14 03:00:50.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/omfs.rst' (80,955) at 20210309003648420 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-snd.h' (80,956) at 20240906080037340 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JasPer-2.0' (80,957) at 20211006000025238 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/Kconfig' (80,958) at 20240405153230827 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/parsec-tmpfiles.conf' (80,959) at 20220612030016735 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/unpriv_helpers.c' (80,960) at 20241008080014059 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SMLNJ' (80,961) at 20211006000025242 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/atomic_as_refcounter.cocci' (80,962) at 20240405153053441 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-dbg-g-register.rst' (80,963) at 20220525020651786 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-vf610.c' (80,964) at 20210307214925890 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm051_rev1_defconfig' (80,965) at 20210308005003272 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c' (80,966) at 20240405153049873 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_defconfig' (80,967) at 20210308005003264 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_gpio_03.dtso' (80,968) at 20240405153231279 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in2_slave_regs.h' (80,969) at 20240405153046585 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch' (80,970) at 20241221090017668 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvsbyn' (80,971) at 20210307205553778 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/ti/k3-ringacc.yaml' (80,972) at 20240405153229799 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tcpbpf.h' (80,973) at 20220525020655203 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/Makefile' (80,974) at 20210308005003076 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-platdrv.c' (80,975) at 20240405153230675 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/optee.py' (80,976) at 20241221090017468 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quota.c' (80,977) at 20240405153052497 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower_u1a-d10550_psu.json' (80,978) at 20240322080004712 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/pci.c' (80,979) at 20240405153050589 2025-03-14 03:00:50.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/frontend.json' (80,980) at 20240405153054149 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libgssglue/files/libgssglue-canon-name.patch' (80,981) at 20210307205554130 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb' (80,982) at 20241221090017528 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c' (80,983) at 20240405153048597 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum.h' (80,984) at 20210308005002920 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mips/cps.h' (80,985) at 20241211090212362 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/Kconfig' (80,986) at 20240405153051365 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_ptr.h' (80,987) at 20210309003655984 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/mmap.c' (80,988) at 20220525020654475 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-stack-legacy.tc' (80,989) at 20240405153054305 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb' (80,990) at 20241221090017524 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl_devices.h' (80,991) at 20210307214931390 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/npmsw.py' (80,992) at 20241221090017588 to deleted uid set 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loader.h' (80,993) at 20240326080039558 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/util.c' (80,994) at 20210308005003736 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ste_dma40.h' (80,995) at 20240405153047005 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ene_ir.c' (80,996) at 20240405153049509 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/Kconfig' (80,997) at 20240405153046705 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml' (80,998) at 20240405153045149 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch' (80,999) at 20210307205554118 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-all.png' (81,000) at 20210307205554322 to deleted uid set 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axs103.dts' (81,001) at 20210308005002544 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/flight_recorder.hpp' (81,002) at 20240819080030251 2025-03-14 03:00:50.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/axi.h' (81,003) at 20210308005002848 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/sm_ftl.h' (81,004) at 20210307214929238 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/samsung-s3c2410.txt' (81,005) at 20210307214925370 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/exception.cpp' (81,006) at 20230511080043139 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/utils.c' (81,007) at 20240405153231767 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/sgx.h' (81,008) at 20220525020652182 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ioh3420-test.c' (81,009) at 20210308005046477 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-hello.c' (81,010) at 20210307214932466 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig' (81,011) at 20210308005003244 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g45.dtsi' (81,012) at 20240405153229875 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-gpio.h' (81,013) at 20240405153045685 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-i2c.c' (81,014) at 20210309003650336 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/asm/cputype.h' (81,015) at 20240815080012931 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nuvoton,npcm-ece.yaml' (81,016) at 20240405153229775 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb' (81,017) at 20240413080012647 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/rust.py' (81,018) at 20221104030017453 2025-03-14 03:00:50.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/fastboot.c' (81,019) at 20210308005003720 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pmcraid.c' (81,020) at 20240405153231435 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cavium-octeon.c' (81,021) at 20240405153230851 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/system.h' (81,022) at 20210307214932614 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-bus-helper.c' (81,023) at 20230426080043752 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/Kconfig' (81,024) at 20240405153050613 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma-ddr1600.dts' (81,025) at 20210308005002608 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spidev.c' (81,026) at 20241001080013024 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-neon.xml' (81,027) at 20240326080039410 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/intel-m10-bmc-sec-update.c' (81,028) at 20240405153047057 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/setup.h' (81,029) at 20240405153230035 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/everspin.c' (81,030) at 20240405153049709 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/helper-tcg.h' (81,031) at 20241211090212490 2025-03-14 03:00:50.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_hal.h' (81,032) at 20240405153050693 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/quirks.c' (81,033) at 20241216090017725 to deleted uid set 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2781.h' (81,034) at 20210307214930962 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/vega20_ppsmc.h' (81,035) at 20240405153048341 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/testcases.c' (81,036) at 20240405153054241 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gavle_Skogmur' (81,037) at 20210307205553782 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/meson_options.txt' (81,038) at 20230629131804615 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-writesl.S' (81,039) at 20210307214925870 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/Makefile' (81,040) at 20210307214930066 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tir.h' (81,041) at 20220525020653579 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/OWNERS' (81,042) at 20241113090034549 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_isp_configs.c' (81,043) at 20240405153051833 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/cq.c' (81,044) at 20240405153230715 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/README' (81,045) at 20210309003648244 2025-03-14 03:00:50.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_gcr.h' (81,046) at 20230426080043764 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-scaler.h' (81,047) at 20210307214927774 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/core.c' (81,048) at 20240613080016535 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-x86/chassis/x86-power-control/power-config-host0.json' (81,049) at 20211023000030219 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs328-4c-20s-4s-bit.dts' (81,050) at 20240405153045453 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ali1563.c' (81,051) at 20220525020653071 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2' (81,052) at 20210308005003736 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_report_manager.cpp' (81,053) at 20240917080036267 to deleted uid set 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_802_3.h' (81,054) at 20210307214931646 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-spe-core.S' (81,055) at 20210307214926370 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/spear_gpio.c' (81,056) at 20210308005003380 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp_2.5.1.bb' (81,057) at 20241221090017636 to deleted uid set 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/suspend_64.h' (81,058) at 20220627100016938 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/pwrseq_simple.c' (81,059) at 20240405153230851 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958300k-ns/MAINTAINERS' (81,060) at 20210308005002940 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/psw.c' (81,061) at 20210307214926538 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7744.dtsi' (81,062) at 20240405153045553 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/reformat_sysconfig.py' (81,063) at 20211007100024299 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/efi_parser.c' (81,064) at 20220525020654951 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_10_0_2_offset.h' (81,065) at 20210307214927346 2025-03-14 03:00:50.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/edu.rst' (81,066) at 20240326080039406 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/Makefile' (81,067) at 20240405153049525 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/axi.c' (81,068) at 20210308005003204 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fs_struct.c' (81,069) at 20240405153231679 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sample_map_ret0.c' (81,070) at 20240405153054273 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_mq.c' (81,071) at 20240405153053369 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Resource_v1.xml' (81,072) at 20240918080002716 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8510.c' (81,073) at 20240405153232167 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/xpress.c' (81,074) at 20210308005002944 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,arizona.yaml' (81,075) at 20240405153045173 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Molndal_Vasterberget' (81,076) at 20210307205553786 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/enums.py' (81,077) at 20210308005048033 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/stack.c' (81,078) at 20240405153231755 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/memdev.c' (81,079) at 20240710080014581 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/floating-point.json' (81,080) at 20240405153054137 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xilinx_axidma.c' (81,081) at 20241211090212270 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml' (81,082) at 20240405153045153 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt298.h' (81,083) at 20240405153053713 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/wdt.h' (81,084) at 20210308005003692 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53659@62.conf' (81,085) at 20240904080027738 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_64_slb.S' (81,086) at 20210307214926422 2025-03-14 03:00:50.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65910.c' (81,087) at 20210308005003472 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/fw_cfg.c' (81,088) at 20240906080037228 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/libmctp_%.bbappend' (81,089) at 20241206090014234 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.h' (81,090) at 20240405153047285 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/prcm.h' (81,091) at 20210308005002668 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/mmio.c' (81,092) at 20240405153048517 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/cpu/nios2.txt' (81,093) at 20210308005003304 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/super.c' (81,094) at 20240405153231707 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/MAINTAINERS' (81,095) at 20210308005002944 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-query-dv-timings.rst' (81,096) at 20210309003648508 2025-03-14 03:00:50.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/argument.cpp' (81,097) at 20210308005109241 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/af_netlink.c' (81,098) at 20241125090012267 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c' (81,099) at 20241211090145413 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_mio_cs.c' (81,100) at 20240405153046901 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/groupextcommands.hpp' (81,101) at 20240820080006853 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_queue.c' (81,102) at 20240405153049113 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/rt_addr.yaml' (81,103) at 20240405153229823 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/serial-sh7710.c' (81,104) at 20210307214926562 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/page_mm.h' (81,105) at 20240405153045965 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,ceu.yaml' (81,106) at 20240405153045101 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/pci.h' (81,107) at 20240405153046341 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/LICENSE' (81,108) at 20210308005122761 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/anyof.mako.hpp' (81,109) at 20210308005059173 2025-03-14 03:00:50.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/swarm/rtc_xicor1241.c' (81,110) at 20210307214926294 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-va-macro.c' (81,111) at 20240405153232151 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hibernate.h' (81,112) at 20210307214926578 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/media/timb_video.h' (81,113) at 20210307214931478 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/roce_gid_mgmt.c' (81,114) at 20240805080013959 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/pci.c' (81,115) at 20220525020653391 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/Makefile' (81,116) at 20210307214929262 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kwbimage.c' (81,117) at 20210308005003764 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_ci.h' (81,118) at 20210307214927226 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_unlink.py' (81,119) at 20210308005003744 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-kcopyd.c' (81,120) at 20240405153230767 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/Makefile' (81,121) at 20210307214930622 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz' (81,122) at 20210307205554594 to deleted uid set 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sysv_fs.h' (81,123) at 20210307214931522 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/psoc_etr_regs.h' (81,124) at 20240405153046577 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/other.json' (81,125) at 20240405153054121 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/Makefile' (81,126) at 20210308005002552 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb' (81,127) at 20241206090014246 2025-03-14 03:00:50.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/CoRW+poonceonce+Once.litmus' (81,128) at 20210307214932502 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-reg.h' (81,129) at 20210307214928826 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/sun8i-a33-mbus.c' (81,130) at 20240405153046977 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config_mgr.hpp' (81,131) at 20240822080027617 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/raw_tp_test_run.c' (81,132) at 20240405153054257 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts' (81,133) at 20240405153045605 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-odroidu3.dts' (81,134) at 20240405153045569 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/DriveMetrics.v1_2_1.json' (81,135) at 20240619080002944 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/gpio.h' (81,136) at 20210308005002640 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kdebug.h' (81,137) at 20210307214926494 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/Makefile' (81,138) at 20241001080013036 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/hashmap.h' (81,139) at 20240405153232211 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptpf_mbox.c' (81,140) at 20210307214927078 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/st_accel_spi.c' (81,141) at 20240405153048941 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/raven/Makefile' (81,142) at 20210307214932286 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/exception_level.c' (81,143) at 20210308005002556 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/sha1_glue.c' (81,144) at 20240405153046317 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb' (81,145) at 20231011080016578 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/ux500_msp_i2s.c' (81,146) at 20240405153054017 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c' (81,147) at 20241011080017307 to deleted uid set 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/image-android-dt.h' (81,148) at 20210308005003652 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-cards.c' (81,149) at 20210307214928806 2025-03-14 03:00:50.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/spi/spi.h' (81,150) at 20240405153052941 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/netlink_gen.h' (81,151) at 20240405153232011 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/mlx4-abi.h' (81,152) at 20210307214931690 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/iscsi_ibft.c' (81,153) at 20220525020652430 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/pdc.h' (81,154) at 20240405153230023 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/amd8111e.h' (81,155) at 20240405153049789 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-guest-agent.service' (81,156) at 20210308005045773 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_main.c' (81,157) at 20240405153231075 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-classes_0.4.1.bb' (81,158) at 20241221090017548 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/tegra.h' (81,159) at 20210308005002672 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-dir665.dts' (81,160) at 20240405153045457 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/metricgroups.json' (81,161) at 20240405153054141 2025-03-14 03:00:50.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/genetlink.h' (81,162) at 20220525020654567 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/marvell.rst' (81,163) at 20240405153044973 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/silan/Kconfig' (81,164) at 20210307214929630 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Panel_LocationCode.json' (81,165) at 20221213040036921 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/src/in_kernel.c' (81,166) at 20240405153232291 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufshcd-crypto.c' (81,167) at 20240405153052029 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/file.c' (81,168) at 20240405153231699 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-buffer.c' (81,169) at 20240405153048997 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_lru_list.c' (81,170) at 20240405153052977 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/Kconfig' (81,171) at 20210308005003036 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/qcom_scm.c' (81,172) at 20240624080012772 to deleted uid set 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts' (81,173) at 20240405153045717 2025-03-14 03:00:50.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/fw_update_watch.hpp' (81,174) at 20220726100019890 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/pipeline.json' (81,175) at 20240405153054137 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/hyperv.rst' (81,176) at 20241211090212238 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-kernel/linux/linux-aspeed/g220a.cfg' (81,177) at 20210307205553674 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/hid.c' (81,178) at 20240906080037236 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_gart.c' (81,179) at 20240405153230627 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_NAND_defconfig' (81,180) at 20210308005003240 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_wait_private_mapped_file.c' (81,181) at 20210307214932674 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/dcc.h' (81,182) at 20210307214926058 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/cfserl.h' (81,183) at 20210611100017020 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ixp4xx/Makefile' (81,184) at 20240405153045649 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-heap.h' (81,185) at 20220525020654563 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.vmlinux_o' (81,186) at 20240405153232099 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bg0900.h' (81,187) at 20210308005003588 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/ieee80211.h' (81,188) at 20240405153051897 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/share_config.h' (81,189) at 20240919080017078 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_link_defconfig' (81,190) at 20210308005003252 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6375-gcc.yaml' (81,191) at 20240405153045029 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/phy-c45.c' (81,192) at 20240405153231079 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enuminput.rst' (81,193) at 20220525020651786 2025-03-14 03:00:50.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-vbi.c' (81,194) at 20210307214928690 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/omap3-thermal-data.c' (81,195) at 20210307214930726 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-mac.c' (81,196) at 20240405153050249 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/diu_ch7301.h' (81,197) at 20210308005002960 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/utility/aspeed.hpp' (81,198) at 20230713080009164 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-probe.c' (81,199) at 20240405153054101 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/entry_32.S' (81,200) at 20240405153230035 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/mailbox_s10.c' (81,201) at 20210308005002780 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c' (81,202) at 20240405153047129 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/68328fb.c' (81,203) at 20240405153231575 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/no_json/dummy.json' (81,204) at 20210518000100497 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch' (81,205) at 20230706080014753 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross_14.2.bb' (81,206) at 20241221090017660 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control/avsbus-control.sh' (81,207) at 20230419080018958 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/amt.c' (81,208) at 20240405153230887 2025-03-14 03:00:50.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov7640.c' (81,209) at 20240405153049333 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_attr_list.c' (81,210) at 20241023080012899 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/Kconfig' (81,211) at 20240405153046201 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-invariants-only' (81,212) at 20211006000025234 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/network/phosphor-network_%.bbappend' (81,213) at 20241226090016127 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/Makefile' (81,214) at 20210308005003348 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/monitors/wip/wip.c' (81,215) at 20240405153053061 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_watermark.c' (81,216) at 20240405153048465 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_prueth.c' (81,217) at 20241125090012255 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pcf8591.c' (81,218) at 20240405153048869 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch' (81,219) at 20230503080014591 to deleted uid set 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.yaml' (81,220) at 20240405153045065 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml' (81,221) at 20240405153045185 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/builder.hpp' (81,222) at 20220724030021860 2025-03-14 03:00:50.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/.gitignore' (81,223) at 20220525020655231 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/arch_hweight.h' (81,224) at 20210307214932474 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpu_cooling.h' (81,225) at 20210307214931370 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/context.c' (81,226) at 20240405153049645 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mISDNdsp.h' (81,227) at 20210307214931418 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bma400_i2c.c' (81,228) at 20240405153048933 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/omap_wdt.h' (81,229) at 20210307214930970 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/Kconfig' (81,230) at 20240405153049381 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c' (81,231) at 20220525020652967 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-wcd9385.dtsi' (81,232) at 20240405153045781 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/fence.h' (81,233) at 20240405153048805 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_env.c' (81,234) at 20210308005003340 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb' (81,235) at 20230919080013990 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/stepwisecontroller.cpp' (81,236) at 20221118040028927 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-elbert.dts' (81,237) at 20240405153229863 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/sample.h' (81,238) at 20240405153050109 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sd.h' (81,239) at 20220525020653375 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Raw.interface.yaml' (81,240) at 20241120090018888 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-sh73a0.c' (81,241) at 20240405153045689 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c' (81,242) at 20240405153051561 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/gic_internal.h' (81,243) at 20240906080037240 2025-03-14 03:00:50.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pxa_lcd.h' (81,244) at 20210308005003680 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-sched.c' (81,245) at 20241018080014598 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/types.h' (81,246) at 20210307214926118 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/netmain.c' (81,247) at 20241211090212442 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/nmi-dbus-interface.md' (81,248) at 20221209040006391 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/yosemitev2/chassis-system-reset.service' (81,249) at 20210423000030281 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/sections.h' (81,250) at 20210308005002844 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-itead-ibox.dts' (81,251) at 20210308005002624 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.qemu-arm' (81,252) at 20210308005003296 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch' (81,253) at 20230706080014753 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pca-isa.c' (81,254) at 20220525020653075 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/thermal/ti_soc_thermal.txt' (81,255) at 20210308005003328 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReportCollection_v1.xml' (81,256) at 20240619080002928 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-mf.c' (81,257) at 20210312110012062 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dtsi' (81,258) at 20240405153229927 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm63268.c' (81,259) at 20240405153051305 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/crash_dump.c' (81,260) at 20240405153046285 2025-03-14 03:00:50.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/clk-exynos7420.c' (81,261) at 20210308005003348 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/os_specific/service_layers/osunixdir.c' (81,262) at 20240405153054213 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml' (81,263) at 20240405153045073 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/type.h' (81,264) at 20210308005003560 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/Kconfig' (81,265) at 20210308005002728 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memregion.h' (81,266) at 20240405153052725 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/Kconfig' (81,267) at 20240405153049013 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_eml_busmon_0_regs.h' (81,268) at 20240405153046589 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/Makefile' (81,269) at 20210307214928446 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/overview.rst' (81,270) at 20220525020651726 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/delay.h' (81,271) at 20240405153045621 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/ecoff.h' (81,272) at 20210307214926198 2025-03-14 03:00:50.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/aty128.h' (81,273) at 20210307214931694 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/ohci.c' (81,274) at 20240520080015143 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml' (81,275) at 20240405153045109 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sscape.c' (81,276) at 20240405153232127 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/reg.h' (81,277) at 20240405153050469 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdcal/run-ptest' (81,278) at 20240302090018210 to deleted uid set 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx_git.bb' (81,279) at 20220204040022564 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk07.1.dtsi' (81,280) at 20240405153045541 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_dtlk.c' (81,281) at 20240405153046613 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vmalloc.h' (81,282) at 20240405153230063 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/chacha_glue.c' (81,283) at 20210309003649004 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/board.c' (81,284) at 20210308005003168 2025-03-14 03:00:50.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779a0.dtsi' (81,285) at 20240805080013919 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/soc.c' (81,286) at 20210309003651784 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/baremetal.py' (81,287) at 20230114040015530 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/Makefile' (81,288) at 20240405153046705 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi' (81,289) at 20240405153229903 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/dpseci.h' (81,290) at 20210309003649292 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Varpaisjarvi_Honkamaki' (81,291) at 20210307205553774 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/pm_runtime.c' (81,292) at 20210307214930430 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_sample06_numa_awared_queue_irq_affinity.sh' (81,293) at 20240405153053429 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/vdk_axs10x_mb.dtsi' (81,294) at 20240405153045357 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/pxp/Kconfig' (81,295) at 20240405153049645 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/directives/kvm-console.js' (81,296) at 20210308005107077 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/Kbuild' (81,297) at 20220525020652975 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nxp-nci/nxp-nci.h' (81,298) at 20210307214929978 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/metricgroups.json' (81,299) at 20240405153054137 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-apalis-v1.1.dtsi' (81,300) at 20240405153229879 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/meson.build' (81,301) at 20240326080039702 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/frontend.json' (81,302) at 20240405153054133 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c' (81,303) at 20240405153054365 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/npth/npth_1.8.bb' (81,304) at 20241221090017696 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-secureedge5410.c' (81,305) at 20210307214926534 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/check-memfree.py' (81,306) at 20230401080011971 2025-03-14 03:00:50.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_dspi.c' (81,307) at 20210308005003492 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-topology.h' (81,308) at 20240405153052889 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/bios_parser_interface.h' (81,309) at 20210307214927314 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/LICENSE' (81,310) at 20220105012522959 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/app.cpp' (81,311) at 20230329080020352 to deleted uid set 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/COPYING.apache-2.0' (81,312) at 20210525000021199 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_core.c' (81,313) at 20220525020653987 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/mpc10x.h' (81,314) at 20240405153230051 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/platform.c' (81,315) at 20240405153231279 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu.c' (81,316) at 20240906080037536 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-boot_params' (81,317) at 20210309003648260 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/reparse.c' (81,318) at 20241216090017761 to deleted uid set 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.c' (81,319) at 20210308005002552 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mxs.c' (81,320) at 20210308005003512 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/led-triggers.c' (81,321) at 20240812080017240 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dirent.h' (81,322) at 20210307214931378 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/32r6.config' (81,323) at 20210307214926202 2025-03-14 03:00:50.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/phosphor-snmp.wrap' (81,324) at 20220625030026176 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/asm-offsets.c' (81,325) at 20230720080043543 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.json' (81,326) at 20210308005046397 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/cache.json' (81,327) at 20240405153054133 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/source_file_format.txt' (81,328) at 20210308005003332 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/fsp-3y.c' (81,329) at 20240405153048869 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-definition.md' (81,330) at 20240809080017263 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu72.h' (81,331) at 20240405153048337 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/reboot.c' (81,332) at 20240405153046317 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/nhpoly1305-neon-glue.c' (81,333) at 20240405153045849 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_sbte0_masks.h' (81,334) at 20240405153046585 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/mballoc.h' (81,335) at 20241211090145513 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_write_unittest.cpp' (81,336) at 20240817080027252 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo_2.10.bb' (81,337) at 20220402030016243 2025-03-14 03:00:50.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/shstk.rst' (81,338) at 20240405153229747 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h' (81,339) at 20240405153050109 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/romfs/Kconfig' (81,340) at 20240405153231727 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.h' (81,341) at 20240405153047249 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ccgx-ucsi.h' (81,342) at 20240405153048897 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (81,343) at 20241221090017568 to deleted uid set 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-setup.c' (81,344) at 20240405153046053 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml' (81,345) at 20240405153229787 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/FabricAdapter/meson.build' (81,346) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/attn/meson.build' (81,347) at 20240628080018949 to deleted uid set 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/scan.h' (81,348) at 20210307214929962 2025-03-14 03:00:50.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r9-kb.dts' (81,349) at 20240405153045781 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Everest.json' (81,350) at 20240817080028024 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-firewire' (81,351) at 20210309003648244 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo' (81,352) at 20240405153044917 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml' (81,353) at 20240405153229779 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-compress.c' (81,354) at 20240405153054017 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sll-kobo-librah2o.dts' (81,355) at 20240405153045521 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/surface3_spi.c' (81,356) at 20240405153230735 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-scmi-pci.c' (81,357) at 20230925080039917 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/accel.h' (81,358) at 20240326080039546 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/head.S' (81,359) at 20240405153046269 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2836.c' (81,360) at 20240906080037188 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-verdin-dahlia.dtsi' (81,361) at 20240405153229971 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb' (81,362) at 20241206090014234 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml' (81,363) at 20240405153045153 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/meson.build' (81,364) at 20241211090212326 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-inventory-example/inventory' (81,365) at 20210307205554054 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_and.c' (81,366) at 20210308005046525 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_imx6_nospl_com_defconfig' (81,367) at 20210308005003248 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handlers_builder.hpp' (81,368) at 20210308005120349 to deleted uid set 2025-03-14 03:00:50.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/unit_number__scnprintf.c' (81,369) at 20240405153054173 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/gre_demux.c' (81,370) at 20220525020654831 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch' (81,371) at 20220402030015911 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/hotplug-stubs.c' (81,372) at 20240906080037444 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/jensen.h' (81,373) at 20240405153045345 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/nic.c' (81,374) at 20240405153050293 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/qcom/rpmhpd.c' (81,375) at 20240719080013357 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch' (81,376) at 20210307205554594 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/module_32.c' (81,377) at 20240405153046145 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc64.txt' (81,378) at 20240106090017261 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_addrtype.h' (81,379) at 20210307214931646 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc6_qm_regs.h' (81,380) at 20240405153046581 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/typical_media_device.svg' (81,381) at 20210309003648484 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/octeon-sha256.c' (81,382) at 20240405153045989 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c' (81,383) at 20240405153052209 2025-03-14 03:00:50.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_uart.h' (81,384) at 20240613080016383 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-stm32mp1.c' (81,385) at 20240405153046781 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/glossary.md' (81,386) at 20221209040006399 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_pnor_partition_table.cpp' (81,387) at 20210308005108645 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rcar.c' (81,388) at 20210307214930022 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/armada-38x.c' (81,389) at 20210307214926994 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/cong.c' (81,390) at 20210309003654436 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cbfs.c' (81,391) at 20210308005003208 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/script_asm.pl' (81,392) at 20210307214930406 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/prepare-serv-json' (81,393) at 20241112090023994 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.2.2' (81,394) at 20211006000025242 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/power.h' (81,395) at 20240405153231915 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mingetty/mingetty_1.08.bb' (81,396) at 20241221090017676 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822cu.c' (81,397) at 20240405153050657 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h' (81,398) at 20210308005002780 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/mts64.c' (81,399) at 20240405153053497 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/card.c' (81,400) at 20241011080017411 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml' (81,401) at 20240405153045093 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/.gitignore' (81,402) at 20240405153053429 2025-03-14 03:00:50.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_pwm.c' (81,403) at 20241211090212294 2025-03-14 03:00:50.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_ap.h' (81,404) at 20220525020654183 2025-03-14 03:00:50.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-log.h' (81,405) at 20241219090010504 2025-03-14 03:00:50.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/smartreflex.h' (81,406) at 20240405153052773 2025-03-14 03:00:50.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/tpm2_tests.py' (81,407) at 20240405153054381 2025-03-14 03:00:50.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/Makefile' (81,408) at 20210308005002820 2025-03-14 03:00:50.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_encoder_json.hpp' (81,409) at 20240106090013589 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/reg.h' (81,410) at 20240405153231259 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-platform.h' (81,411) at 20210308005046033 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-drc02.dtsi' (81,412) at 20240405153045509 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-all.bb' (81,413) at 20231014080011723 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/gaudi2_coresight.c' (81,414) at 20240405153046565 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c-imx.c' (81,415) at 20221215040039374 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/xfile.c' (81,416) at 20240405153231775 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/use-native-pkg-config.patch' (81,417) at 20230706080014765 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/fix-build-on-x86_64.patch' (81,418) at 20210307205553986 to deleted uid set 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bmc-verify.target.in' (81,419) at 20210308005120349 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/Makefile' (81,420) at 20240405153046181 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/dbus-display-test.c' (81,421) at 20241211090212546 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg.h' (81,422) at 20240906080037476 2025-03-14 03:00:50.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.h' (81,423) at 20240405153230387 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc4_cfg_regs.h' (81,424) at 20240405153046581 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-controls.h' (81,425) at 20210307214928698 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (81,426) at 20241211090212534 to deleted uid set 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/graphene/files/float-div.patch' (81,427) at 20230919080013990 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/Makefile' (81,428) at 20210308005003004 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/sharpsl_pm.h' (81,429) at 20240405153045681 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6368-dma.h' (81,430) at 20210308005003636 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/master.c' (81,431) at 20210308005003552 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/jump_label.h' (81,432) at 20240405153230079 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf_rss.c' (81,433) at 20241211090212242 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/cmdline.c' (81,434) at 20210307214926502 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Threshold/meson.build' (81,435) at 20231129090022501 to deleted uid set 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/trace_event_kern.c' (81,436) at 20220525020654931 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec.h' (81,437) at 20210307214930602 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn21.c' (81,438) at 20240405153047301 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/call_with_stack.S' (81,439) at 20240405153045633 2025-03-14 03:00:50.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/amifb.c' (81,440) at 20240405153231579 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_xdr.h' (81,441) at 20240405153052753 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/smp.h' (81,442) at 20240405153046249 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_dbg.c' (81,443) at 20220525020654055 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/memory.json' (81,444) at 20240405153054149 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/links2.desktop' (81,445) at 20210307205553982 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77990-sysc.h' (81,446) at 20210307214931346 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch' (81,447) at 20230114040015494 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/adi,adxrs290.yaml' (81,448) at 20240405153045073 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_size.c' (81,449) at 20240405153054277 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell-pxa168.txt' (81,450) at 20210307214925378 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/dyn_test.c' (81,451) at 20240405153232287 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/log.h' (81,452) at 20240405153054381 2025-03-14 03:00:50.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (81,453) at 20230929080014511 to deleted uid set 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-cplus-demangle.c' (81,454) at 20210307214932466 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_btf_newkv.c' (81,455) at 20240405153054273 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/rapl.c' (81,456) at 20240405153230107 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/bblayers.conf.sample' (81,457) at 20220910030013373 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts' (81,458) at 20240405153229927 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Munkfors' (81,459) at 20210307205553786 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/setup.cfg' (81,460) at 20210308004922940 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ssve_regs.c' (81,461) at 20241008080014055 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/scan.c' (81,462) at 20241111090012137 2025-03-14 03:00:50.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spmi/spmi-pmic-arb.c' (81,463) at 20240405153051805 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/kernel/perf_cpum_cf.c' (81,464) at 20240805080013927 to deleted uid set 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_46.3.bb' (81,465) at 20241206090014234 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-crates.inc' (81,466) at 20241221090017668 to deleted uid set 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/cfi_cmdset_0002.c' (81,467) at 20240405153230867 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/lowlevel_init.S' (81,468) at 20210308005002980 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_s_ph.c' (81,469) at 20210308005046505 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/Makefile' (81,470) at 20210308005003024 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pcnet-test.c' (81,471) at 20221215040039378 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_dqo.h' (81,472) at 20240405153049937 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-tps65910.c' (81,473) at 20240405153231375 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/sockios.h' (81,474) at 20210307214926250 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77995-sysc.h' (81,475) at 20210308005003640 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axc001.dtsi' (81,476) at 20210309003648560 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb' (81,477) at 20241206090014338 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb' (81,478) at 20241221090017488 to deleted uid set 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch' (81,479) at 20221003030013285 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sbawe.c' (81,480) at 20210307214932222 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-74x164.c' (81,481) at 20240405153230303 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0008-adb-Allow-adbd-to-be-ran-as-root.patch' (81,482) at 20230706080014745 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_communication_mmio_abi.h' (81,483) at 20220525020652895 2025-03-14 03:00:50.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/manage.h' (81,484) at 20210307214929430 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_4.c' (81,485) at 20240405153047157 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff' (81,486) at 20240113090014556 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000x_common.c' (81,487) at 20230925080039885 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/Build.txt' (81,488) at 20210307214932506 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Molnbo_Tallstugan' (81,489) at 20210307205553786 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/bcm5974.c' (81,490) at 20220627100016990 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fscache.h' (81,491) at 20240726080012870 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt' (81,492) at 20210307214925386 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/st33zp24/i2c.c' (81,493) at 20240405153046761 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/LGPL-2.1' (81,494) at 20240405153045333 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-avatar.svg' (81,495) at 20210308005107065 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/security.c' (81,496) at 20240830080013359 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_migrate.h' (81,497) at 20240405153048493 2025-03-14 03:00:50.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-a10-ccm.h' (81,498) at 20230426080043764 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch' (81,499) at 20241221090017660 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nilsia_Keski-Siikajarvi' (81,500) at 20210307205553770 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/dma_port.h' (81,501) at 20210307214930726 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-magicpanelr2.c' (81,502) at 20240405153046305 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/amplifiers/Kconfig' (81,503) at 20241023080012879 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/Kconfig' (81,504) at 20241211090212338 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart_core.c' (81,505) at 20240405153053541 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/tpm-hmp-cmds.c' (81,506) at 20240326080039634 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_uboot.c' (81,507) at 20210308005003416 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-virtio-hcall.c' (81,508) at 20210308005045953 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_tio.h' (81,509) at 20240405153046901 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorflarke' (81,510) at 20210307205553790 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-implicit.err' (81,511) at 20230925080040089 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/fd.c' (81,512) at 20241211090212386 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake/CMakeLists.txt' (81,513) at 20230401080011943 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/Z6.0+pooncelock+poonceLock+pombonce.litmus' (81,514) at 20210307214932502 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-check.c' (81,515) at 20230925080039829 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-acpi' (81,516) at 20210309003648248 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/_html5lib.py' (81,517) at 20241206090014290 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsobject.c' (81,518) at 20210307214926838 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_api.h' (81,519) at 20240405153054225 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-pr-helper.socket' (81,520) at 20210308005045773 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2947-core.c' (81,521) at 20240405153048861 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/libvduse.h' (81,522) at 20221215040039274 2025-03-14 03:00:50.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml' (81,523) at 20240405153045129 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_sys.h' (81,524) at 20210309003653972 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_ap.c' (81,525) at 20210309003652252 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sockaddr.c' (81,526) at 20240405153054177 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_world.h' (81,527) at 20210308005045921 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/Makefile' (81,528) at 20210308005003056 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tun_proto.h' (81,529) at 20240405153052869 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm-regbits-7xx.h' (81,530) at 20210309003648700 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-audio.h' (81,531) at 20210307214928690 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch' (81,532) at 20230706080014769 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.h' (81,533) at 20210307214929810 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/net_failover.h' (81,534) at 20210307214931566 2025-03-14 03:00:50.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma3/sdma3_4_2_2_offset.h' (81,535) at 20210307214927674 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-dapm.c' (81,536) at 20240913080013865 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/mutual_tls.hpp' (81,537) at 20240731080002486 to deleted uid set 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/conf-notes.txt' (81,538) at 20220913030020492 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/p9-cfam-override.bb' (81,539) at 20241206090014270 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/video-interfaces.yaml' (81,540) at 20240405153045101 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/hugetlbfs_reserv.rst' (81,541) at 20240405153229819 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spmi.h' (81,542) at 20240405153052797 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/Makefile' (81,543) at 20210308005002548 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_pluggable_unittest.cpp' (81,544) at 20210308005116221 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c' (81,545) at 20210307214930606 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor.h' (81,546) at 20210308005003368 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/s32g2.dtsi' (81,547) at 20240405153045737 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm9081.h' (81,548) at 20210307214931606 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/ocs-aes.h' (81,549) at 20240405153046949 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/dma-mapping.h' (81,550) at 20240405153046381 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_rcfw.c' (81,551) at 20241111090012121 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_sysfs.c' (81,552) at 20240405153051385 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.hpp' (81,553) at 20240730080031630 to deleted uid set 2025-03-14 03:00:50.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h' (81,554) at 20240405153047109 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/eth.c' (81,555) at 20210308005003432 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts' (81,556) at 20240405153045813 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/segfault.c' (81,557) at 20240906080037580 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-yaml-providers.bbappend' (81,558) at 20210307205554054 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/m68k_irqc.h' (81,559) at 20240326080039538 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/imx6q.c' (81,560) at 20210308005002956 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Makefile' (81,561) at 20240405153232207 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/meson.build' (81,562) at 20220913030027309 to deleted uid set 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso/clocksource.h' (81,563) at 20220525020652042 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/netback.c' (81,564) at 20240405153231267 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/Makefile' (81,565) at 20240405153051753 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/pll_config.h' (81,566) at 20210308005003052 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sock_diag.h' (81,567) at 20241211090145537 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/replay.rst' (81,568) at 20240906080037180 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/adduser-add-M-option-for-useradd.patch' (81,569) at 20210307205554006 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (81,570) at 20210823100016972 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-tbs-nec.c' (81,571) at 20210307214928782 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFAP-no-warranty-disclaimer' (81,572) at 20241221090017616 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa27x-udc.h' (81,573) at 20240405153045677 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv36.c' (81,574) at 20220525020652967 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-debug.h' (81,575) at 20220525020654243 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/MAINTAINERS' (81,576) at 20210308005002956 2025-03-14 03:00:50.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/milieu.h' (81,577) at 20210307214925978 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/CLI11.wrap' (81,578) at 20220408100045889 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/184.out' (81,579) at 20240326080039730 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/current.h' (81,580) at 20210307214926174 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zed_defconfig' (81,581) at 20210308005003288 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/Makefile' (81,582) at 20210308004922932 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/index.rst' (81,583) at 20240405153045273 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fsl-sai.c' (81,584) at 20240405153230207 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/dummy_timer.c' (81,585) at 20210307214927046 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VR10/meson.build' (81,586) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/Makefile' (81,587) at 20210307214928686 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/ioctls.h' (81,588) at 20210307214932478 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__operation_states.hpp' (81,589) at 20241219090033964 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5659.txt' (81,590) at 20240405153045169 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish-x86_64-asm_64-3way.S' (81,591) at 20220525020652138 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/dataplane/meson.build' (81,592) at 20240906080037204 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/crc8.h' (81,593) at 20210308005003656 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sparc64-softmmu/default.mak' (81,594) at 20240906080037160 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3066a-mk808.dts' (81,595) at 20240405153045557 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram_row.h' (81,596) at 20220429100100942 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_icreate_item.c' (81,597) at 20240405153052593 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.2.rst' (81,598) at 20241221090017596 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/spitz.c' (81,599) at 20240805080013915 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.conf' (81,600) at 20210307205554598 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_errno_defs.h' (81,601) at 20210927100127273 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/head.S' (81,602) at 20240913080013769 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/cpld.h' (81,603) at 20210308005002992 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/i2c.c' (81,604) at 20210307214925914 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/Makefile' (81,605) at 20240405153231543 2025-03-14 03:00:50.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/entry/syscalls/mksyscalltbl' (81,606) at 20240405153054085 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/platform-access.h' (81,607) at 20240405153046937 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/riscv/vm-layout.rst' (81,608) at 20240405153045301 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb' (81,609) at 20240413080012639 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/start.S' (81,610) at 20210308005002800 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm2835.h' (81,611) at 20210308005003632 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/dove/pmu.txt' (81,612) at 20210307214925422 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/twl6030.h' (81,613) at 20210308005003688 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_devlink.c' (81,614) at 20240628080013997 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt' (81,615) at 20210307214925342 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/dc232b/include/variant/tie.h' (81,616) at 20210307214926770 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.1-or-later' (81,617) at 20210316000012717 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c' (81,618) at 20240805080013951 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/xtensa/mmu.rst' (81,619) at 20240405153044989 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh' (81,620) at 20220405030025645 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pnet.h' (81,621) at 20210307214926510 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Tpm_LocationCode.json' (81,622) at 20221213040036921 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_h.c' (81,623) at 20210308005046509 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0004-Use-BUILD_DATE-to-improve-reproducibility.patch' (81,624) at 20210407000018082 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/timeriomem-rng.c' (81,625) at 20240405153230199 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lm3630a_bl.h' (81,626) at 20210307214931478 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/psample/psample.c' (81,627) at 20240405153232067 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/scmi_power_control.c' (81,628) at 20240405153047037 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-transport.c' (81,629) at 20240405153046657 2025-03-14 03:00:50.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_factory_dce60.c' (81,630) at 20210309003649492 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace_cq.h' (81,631) at 20220525020653163 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu_common.c' (81,632) at 20240906080037516 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_sample_shared.h' (81,633) at 20220525020654935 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.h' (81,634) at 20240405153048473 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/dump_flash.cpp' (81,635) at 20230809080010803 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/ec/ec_access.c' (81,636) at 20210307214932614 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Innsbruck' (81,637) at 20210307205553758 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8568si-pre.dtsi' (81,638) at 20210307214926342 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/efs.h' (81,639) at 20240405153231655 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/api.h' (81,640) at 20240405153230111 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/multi_counter_test.c' (81,641) at 20210307214932706 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mrp_bridge.h' (81,642) at 20220525020654671 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig' (81,643) at 20210308005003288 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target.h' (81,644) at 20240906080037544 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch' (81,645) at 20241221090017640 to deleted uid set 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/ubi/activation_ubi.hpp' (81,646) at 20220727030018061 to deleted uid set 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts' (81,647) at 20241115090012941 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c' (81,648) at 20240405153050405 to deleted uid set 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/renesas,rsnd.txt' (81,649) at 20240405153229799 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53622@67.conf' (81,650) at 20210307205554094 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/meson.build' (81,651) at 20241211090212462 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/vishay,vcnl3020.yaml' (81,652) at 20210309003648364 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/pgtable-bits.h' (81,653) at 20240405153229999 2025-03-14 03:00:50.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_context.c' (81,654) at 20240405153048485 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/Makefile' (81,655) at 20210308005003040 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch' (81,656) at 20241221090017656 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_acl.h' (81,657) at 20240405153050073 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/sor907d.c' (81,658) at 20210309003649820 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/arcx,anybus-controller.txt' (81,659) at 20210307214930506 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml' (81,660) at 20240405153229763 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml' (81,661) at 20240405153045113 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/086' (81,662) at 20210927100127481 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/processor.h' (81,663) at 20210308005002824 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seg6_local.h' (81,664) at 20210307214931506 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/fdt-fixup.txt' (81,665) at 20210308005003328 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nspredef.c' (81,666) at 20240405153046621 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_misc.c' (81,667) at 20210307214930918 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_handle_array.h' (81,668) at 20210307214929178 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tc/tc.c' (81,669) at 20210307214930714 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/slice.h' (81,670) at 20240405153046105 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/db1xxx.c' (81,671) at 20210307214926186 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/simple.txt' (81,672) at 20220525020655127 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_mdio.c' (81,673) at 20240405153050141 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/simatic-ipc-leds-gpio.h' (81,674) at 20240405153230755 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/wm8350-hwmon.c' (81,675) at 20210307214928142 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_elf.h' (81,676) at 20240326080039394 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip32/kmalloc.h' (81,677) at 20210307214926222 2025-03-14 03:00:50.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-2.5' (81,678) at 20210307205554418 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_nx2.h' (81,679) at 20210309003652820 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/sve-ptrace.c' (81,680) at 20240405153054237 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-realtek-rtl.c' (81,681) at 20240405153049201 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0006-CA_SET_PID.patch' (81,682) at 20230503080014579 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi6220.dtsi' (81,683) at 20240405153229927 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/local.conf.sample' (81,684) at 20241221090017484 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml' (81,685) at 20220430030026016 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession' (81,686) at 20210307205554586 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootAttempts/meson.build' (81,687) at 20230825080021137 to deleted uid set 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/mpqemu-link.c' (81,688) at 20240906080037284 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_iter.c' (81,689) at 20240405153054269 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/vexpress.txt' (81,690) at 20240405153045065 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.3.bb' (81,691) at 20220402030015903 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/lm3560.c' (81,692) at 20240405153049317 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c' (81,693) at 20210308005002548 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/pic.txt' (81,694) at 20210307214925422 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mdio.h' (81,695) at 20240405153049949 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch' (81,696) at 20220402030016007 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/irqfd.c' (81,697) at 20240405153052229 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/debug.c' (81,698) at 20240405153048805 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_pbi.cfg' (81,699) at 20210308005002992 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/software_utils.hpp' (81,700) at 20240828080021463 to deleted uid set 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-beacon.c' (81,701) at 20210307214929766 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/bitops.h' (81,702) at 20240405153045853 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/broadcom/Kconfig' (81,703) at 20210307214927166 2025-03-14 03:00:50.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-ttusb2-cardlist.rst' (81,704) at 20210307214925230 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mqueue/mq_open_tests.c' (81,705) at 20210307214932686 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq9574-rdp454.dts' (81,706) at 20240405153045761 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-warm.service' (81,707) at 20210810100021256 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/timer.c' (81,708) at 20210307214929382 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_max_v2_defconfig' (81,709) at 20210308005003272 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts' (81,710) at 20220525020651902 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sulkava_Vaatalanmaki' (81,711) at 20210307205553774 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml' (81,712) at 20210309003648344 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-failover@.service' (81,713) at 20220401030010887 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dbring.c' (81,714) at 20240805080013979 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/__init__.py' (81,715) at 20210307205554242 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_virtex_ml507.py' (81,716) at 20241211090212542 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-11x0-mb7.dts' (81,717) at 20240405153045505 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f-emulated.c' (81,718) at 20220429100100542 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/xenbus.h' (81,719) at 20240326080039546 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/main.cpp' (81,720) at 20240820080007201 2025-03-14 03:00:50.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/fdt_util.py' (81,721) at 20210308005003760 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_4_1_offset.h' (81,722) at 20240405153048097 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/global_data.h' (81,723) at 20210308005002888 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts' (81,724) at 20240405153229919 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/openclose.h' (81,725) at 20240405153052965 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/Kconfig' (81,726) at 20240405153046157 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-pc.h' (81,727) at 20221215040039374 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h' (81,728) at 20210307214927734 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-client-image.bb' (81,729) at 20210307205554118 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AsiaSat3S_C-105.5E' (81,730) at 20210307205553758 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1781.h' (81,731) at 20210307214932294 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_trig.h' (81,732) at 20210307214926170 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/.clang-tidy' (81,733) at 20230209040031689 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/stm32-timer-cnt.c' (81,734) at 20241211090145401 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/udplite.c' (81,735) at 20240405153232039 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ingenic/cpu-feature-overrides.h' (81,736) at 20240405153046005 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuh.c' (81,737) at 20210308005046525 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/osd/gdsys,ihs_video_out.txt' (81,738) at 20210308005003328 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso.ld' (81,739) at 20240326080039558 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/progress.hpp' (81,740) at 20210308005120365 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_matrix.h' (81,741) at 20210308005002716 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/mt9m114.h' (81,742) at 20240405153051825 2025-03-14 03:00:50.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/tablefilter.py' (81,743) at 20210307205554282 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/errno.h' (81,744) at 20210307214932458 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_cldma.h' (81,745) at 20240405153051061 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/pnmstitch' (81,746) at 20241221090017620 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/rmcp.h' (81,747) at 20210308004938836 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecdh.c' (81,748) at 20240710080014577 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_SPIFLASH_defconfig' (81,749) at 20210308005003240 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/mr_pool.c' (81,750) at 20210307214928374 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/xor.h' (81,751) at 20240405153045625 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/fsl_mmdc.c' (81,752) at 20210308005003360 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/lib/Kconfig.debug' (81,753) at 20241104090011615 to deleted uid set 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip,lvds.yaml' (81,754) at 20240405153045049 2025-03-14 03:00:50.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/ti-opp-supply.c' (81,755) at 20240805080013995 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png' (81,756) at 20210307205554270 to deleted uid set 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/uncached.c' (81,757) at 20240405153045929 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/gpd-pocket-fan.c' (81,758) at 20220525020653907 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/imx-regs.h' (81,759) at 20210308005002644 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/tools/gcc-check-mprofile-kernel.sh' (81,760) at 20240405153046237 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c' (81,761) at 20240405153231003 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/vdec.c' (81,762) at 20240805080013967 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/hvf-accel-ops.c' (81,763) at 20241211090212206 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/obmc-console@.service' (81,764) at 20211105000026763 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_syscall.h' (81,765) at 20221215040039206 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/sh_vou.h' (81,766) at 20210307214931542 2025-03-14 03:00:50.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/pci.c' (81,767) at 20210308005002996 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/samtec/vining_fpga/socfpga.c' (81,768) at 20210308005003044 to deleted uid set 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/btbridge/.shellcheck' (81,769) at 20210428000006034 to deleted uid set 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/Makefile' (81,770) at 20240405153054169 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/phosphor-wait-power-off@.service' (81,771) at 20240625080012792 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sample-raw.h' (81,772) at 20220525020655175 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_crtc.h' (81,773) at 20240405153048565 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvgbe.h' (81,774) at 20210308005003436 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi' (81,775) at 20210307214926354 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_asset_tag.robot' (81,776) at 20240628080017113 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-aardvark.c' (81,777) at 20210308005003448 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/starfive,jh7110-usb-phy.yaml' (81,778) at 20240405153229787 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/rock.c' (81,779) at 20240405153231687 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/layouts/sl28vpd.c' (81,780) at 20240405153051205 to deleted uid set 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/usb.txt' (81,781) at 20210307214925422 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-lxdm.conf.in-blacklist-root-for-release-images.patch' (81,782) at 20210307205553946 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8976.yaml' (81,783) at 20240405153229759 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml' (81,784) at 20240405153045185 2025-03-14 03:00:50.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/conf/layer.conf' (81,785) at 20241221090017476 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_sdvo.c' (81,786) at 20240405153048429 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/head-xscale.S' (81,787) at 20210307214925678 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Roznava' (81,788) at 20210307205553794 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/test-ovf.c' (81,789) at 20210308005046489 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_VW10.json' (81,790) at 20221213040036917 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_eq.c' (81,791) at 20240405153049041 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/traps.h' (81,792) at 20210307214926310 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c' (81,793) at 20240418080014490 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/types.h' (81,794) at 20210307214925650 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/cdns,usb3.yaml' (81,795) at 20240405153045181 2025-03-14 03:00:50.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_s302m.c' (81,796) at 20240405153049525 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Rainier1S4U.json' (81,797) at 20240817080028024 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/hardirq.h' (81,798) at 20220525020652098 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3_506.bb' (81,799) at 20241206090014246 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/sentelic.h' (81,800) at 20210307214928494 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/Kconfig' (81,801) at 20240405153231535 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kheaders.c' (81,802) at 20240405153053013 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-wexler-tab7200.dts' (81,803) at 20210308005002624 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/off_cpu.h' (81,804) at 20240405153054201 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0008-Do-not-embed-build-directory-in-binaries.patch' (81,805) at 20230131040012035 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/err_common.c' (81,806) at 20210307214925654 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/rseq_api.h' (81,807) at 20240405153052789 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/task.h' (81,808) at 20240906080037340 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/ixp4xx.rst' (81,809) at 20240405153229739 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/file/Makefile.am.include' (81,810) at 20210308005100993 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb' (81,811) at 20240413080012643 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/rsk7269_defconfig' (81,812) at 20240405153230087 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c' (81,813) at 20240405153046961 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/greatlakes/gpio_desc.json' (81,814) at 20221207040007843 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/nvidia-wmi-ec-backlight.c' (81,815) at 20240405153051413 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/net/bpf_jit.h' (81,816) at 20240405153046189 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/clnt.h' (81,817) at 20240520080015207 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/kobil_sct.h' (81,818) at 20210307214930866 2025-03-14 03:00:50.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ltc3676.txt' (81,819) at 20210307214925410 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_mmc.h' (81,820) at 20210308005002680 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/msg_zerocopy.sh' (81,821) at 20210307214932694 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Use-a-lambda-function-as-deleter-prototype-in-unique.patch' (81,822) at 20241221090017508 to deleted uid set 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/tests.json' (81,823) at 20210309003656020 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lm36274.txt' (81,824) at 20210309003648364 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi' (81,825) at 20240405153045549 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/xics.h' (81,826) at 20240405153046133 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-warp.c' (81,827) at 20210307214926338 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-colibri-iris-v2.dts' (81,828) at 20240405153045533 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt3/pt3_i2c.c' (81,829) at 20210307214928706 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/setup.c' (81,830) at 20240405153230055 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (81,831) at 20210813100029652 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_edid_parser.c' (81,832) at 20220525020652498 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/Makefile' (81,833) at 20240405153045645 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/start.S' (81,834) at 20210308005002544 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json.json' (81,835) at 20240709145403781 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi3516cv300-clock.h' (81,836) at 20210307214931326 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/vexpress_defconfig' (81,837) at 20240405153045617 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/eeh/eeh-functions.sh' (81,838) at 20220525020655227 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/raspi.c' (81,839) at 20240906080037196 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cache.h' (81,840) at 20210309003649016 2025-03-14 03:00:50.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/Kconfig' (81,841) at 20210308005003472 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (81,842) at 20230120040014546 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/spi_ks8995.c' (81,843) at 20240405153050365 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb' (81,844) at 20241213090035010 to deleted uid set 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_xtalk.h' (81,845) at 20210307214932234 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml' (81,846) at 20240405153045137 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/push-switch.c' (81,847) at 20240405153046309 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h' (81,848) at 20210309003650544 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handlers_builder.hpp' (81,849) at 20220108040030440 to deleted uid set 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html' (81,850) at 20210307205554246 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/dtlb_miss.S' (81,851) at 20210307214926590 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/mapper.h' (81,852) at 20241101080034432 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/gpio/gpio-mockup.rst' (81,853) at 20220525020651642 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia-m135a.c' (81,854) at 20210307214928778 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/applespi.h' (81,855) at 20210307214928474 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/condense_policy.py' (81,856) at 20221209040009403 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/meson.build' (81,857) at 20210308005053409 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/item_updater_helper.hpp' (81,858) at 20240712080028497 to deleted uid set 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/sys_proto.h' (81,859) at 20210308005002652 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sram/qcom,imem.yaml' (81,860) at 20240405153045177 2025-03-14 03:00:50.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/Makefile' (81,861) at 20220525020652386 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/uprobe.c' (81,862) at 20240613080016555 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/dts/3c120_devboard.dts' (81,863) at 20240405153046057 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-hisi.c' (81,864) at 20240405153052033 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/corenet_generic.c' (81,865) at 20240405153230051 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0.dts' (81,866) at 20240405153045841 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac-bcma.c' (81,867) at 20240405153049821 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_wr.c' (81,868) at 20241104090011619 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/sha256sum.cfg' (81,869) at 20241221090017636 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/read_fru_data.cpp' (81,870) at 20240829080022542 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_l3_sys.c' (81,871) at 20240405153051533 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ia_css_anr2_table.host.c' (81,872) at 20210307214930550 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-m9.dts' (81,873) at 20210308005002620 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/tool.h' (81,874) at 20241008080014055 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Fair' (81,875) at 20210307205554422 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/duplicate-key.err' (81,876) at 20210308005046405 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/dram_sun5i_auto.c' (81,877) at 20210308005003056 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_mdio.h' (81,878) at 20240405153050309 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/ks8851_common.c' (81,879) at 20240719080013357 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0001-memory.h-Always-define-strlcpy-for-glibc-based-syste.patch' (81,880) at 20221003030013269 2025-03-14 03:00:50.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu.h' (81,881) at 20240906080037476 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/s390x/uvdevice/test_uvdevice.c' (81,882) at 20240405153054301 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/speyside.c' (81,883) at 20240405153053985 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_compat.h' (81,884) at 20210307214930342 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/sysctl_net_x25.c' (81,885) at 20210307214932110 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/acard-ahci.c' (81,886) at 20240405153046649 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/0001-wd_keepalive.service-use-run-instead-of-var-run.patch' (81,887) at 20210307205554574 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdx65.c' (81,888) at 20240405153230735 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/.gitignore' (81,889) at 20240405153054309 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rc6_types.h' (81,890) at 20240405153048493 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tomlplusplus/files/run-ptest' (81,891) at 20241221090017516 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/atomic-llsc.h' (81,892) at 20240405153046309 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/spin_lock.c' (81,893) at 20240405153232259 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_tbf.c' (81,894) at 20240405153050173 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/peer.h' (81,895) at 20240805080013987 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/Kconfig' (81,896) at 20240405153231643 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5064.yaml' (81,897) at 20240405153045073 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x.dtsi' (81,898) at 20240405153229871 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/meson.build' (81,899) at 20220913030027305 to deleted uid set 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/kgdb.c' (81,900) at 20240405153046141 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi' (81,901) at 20240405153046093 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml' (81,902) at 20240405153229767 2025-03-14 03:00:50.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_filters.h' (81,903) at 20210307214929302 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb' (81,904) at 20241221090017536 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ServiceRoot.v1_17_0.json' (81,905) at 20240619080002952 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/Makefile' (81,906) at 20210307214926190 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led_bcm6328.c' (81,907) at 20210308005003384 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/tpidr2_restore.c' (81,908) at 20240405153054241 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmr735a.dtsi' (81,909) at 20240405153045777 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/netlink.c' (81,910) at 20210307214931230 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/proc_fs.h' (81,911) at 20240405153231835 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/ras/Kconfig' (81,912) at 20210307214926750 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/fb.h' (81,913) at 20240405153045913 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/Makefile' (81,914) at 20240405153046941 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg.h' (81,915) at 20210307214928094 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/board.c' (81,916) at 20210308005002952 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ak4117.h' (81,917) at 20210307214931594 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dirty-bitmap.c' (81,918) at 20230426080043640 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/exrl-ssm-early.S' (81,919) at 20230426080043952 2025-03-14 03:00:50.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/ks8851_par.c' (81,920) at 20240418080014502 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c' (81,921) at 20240405153230511 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig' (81,922) at 20210308005003276 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpu_setup.h' (81,923) at 20240405153046105 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_dsps.c' (81,924) at 20210308005003516 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ipv6.rst' (81,925) at 20210307214925538 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/controllers/login-controller.html' (81,926) at 20210308005107077 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/imx-regs.h' (81,927) at 20210308005002652 2025-03-14 03:00:50.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6115.dtsi' (81,928) at 20240805080013919 to deleted uid set 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComponentIntegrity.v1_3_0.json' (81,929) at 20240918080002720 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3.c' (81,930) at 20240405153051861 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_ioctl_set.h' (81,931) at 20220525020654187 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/marvell/Makefile' (81,932) at 20240405153049409 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlbex_32.c' (81,933) at 20210307214926574 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/Makefile.include' (81,934) at 20241211090212534 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/bcm2835.c' (81,935) at 20240405153230851 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvh.c.inc' (81,936) at 20241211090212514 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/ti,opt4001.yaml' (81,937) at 20240405153045077 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/global_state.c' (81,938) at 20240906080037368 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cex4.c' (81,939) at 20240405153051529 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/test/mock.h' (81,940) at 20240405153054221 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/lib/Makefile' (81,941) at 20210307214926206 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/index.theme' (81,942) at 20210307205554610 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tty/.gitignore' (81,943) at 20240405153054381 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/revo.h' (81,944) at 20210307214932262 2025-03-14 03:00:50.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/pcmcia/devicetable.rst' (81,945) at 20210307214925542 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa32r6el-linux' (81,946) at 20241206090014350 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/mlx5/cmd.h' (81,947) at 20240405153052165 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in' (81,948) at 20240106090017241 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8450.c' (81,949) at 20240405153051353 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/onboard_usb_hub.c' (81,950) at 20240405153231563 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-virtual-pnor.inc' (81,951) at 20210307205554046 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-listfile.c' (81,952) at 20210927100127641 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/meson.build' (81,953) at 20230714080042867 to deleted uid set 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-ic.c' (81,954) at 20210307214928082 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_minimal.hpp' (81,955) at 20230516080019606 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogServiceCollection.json' (81,956) at 20240619080002948 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/fabrics.h' (81,957) at 20240405153231271 2025-03-14 03:00:50.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/cipher.c' (81,958) at 20241211090145401 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml' (81,959) at 20240405153045085 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/ds1803.c' (81,960) at 20240405153049009 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/recursion.c' (81,961) at 20240405153054257 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sdk.py' (81,962) at 20230706080014777 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_outbox.h' (81,963) at 20240405153047221 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/fixmap.h' (81,964) at 20210307214931302 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/MAINTAINERS' (81,965) at 20210308005002984 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sl.dtsi' (81,966) at 20210308005002588 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/iov.h' (81,967) at 20241211090212366 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/team_mode_loadbalance.c' (81,968) at 20240405153231083 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/Makefile' (81,969) at 20210309003654200 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/gpio_key.c' (81,970) at 20241211090212270 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm_tacoma_rack_controller.json' (81,971) at 20230412080008640 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/highmem.c' (81,972) at 20220525020652014 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2055.h' (81,973) at 20210307214929794 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml' (81,974) at 20240405153045125 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/Makefile' (81,975) at 20240405153049461 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/Kconfig' (81,976) at 20210307214928686 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts' (81,977) at 20240405153229947 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/pgalloc-track.h' (81,978) at 20220525020654779 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch' (81,979) at 20230706080014757 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_interrupt.c' (81,980) at 20240405153231075 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/timer.h' (81,981) at 20210307214926678 2025-03-14 03:00:50.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/run-ptest' (81,982) at 20210420000021562 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/copy_output/copy_output_1.0/ia_css_copy_output.host.c' (81,983) at 20240405153051837 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb' (81,984) at 20241221090017544 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch' (81,985) at 20230706080014737 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-n710x.dts' (81,986) at 20240405153045569 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_value_entry_encode_string_check.yaml' (81,987) at 20240908080010098 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/inode.c' (81,988) at 20240405153231727 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_type_tag.c' (81,989) at 20240405153054269 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/vc_screen.c' (81,990) at 20240405153052025 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/copy_to_user.S' (81,991) at 20210307214926114 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-mem.c' (81,992) at 20210308005003516 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/xor.c' (81,993) at 20241008080013903 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispcsi2.c' (81,994) at 20240405153230819 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/tlbie_test.c' (81,995) at 20220525020655227 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.json' (81,996) at 20210927100127469 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt700.c' (81,997) at 20240405153232159 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mipi_display.h' (81,998) at 20210308005003672 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_smc-test.c' (81,999) at 20241211090212542 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-gpio-log@.service' (82,000) at 20240820080015545 2025-03-14 03:00:50.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts' (82,001) at 20240405153045745 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_packets.h' (82,002) at 20240405153046601 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105.c' (82,003) at 20210308005003168 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpuidle.h' (82,004) at 20240405153046105 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_uds.c' (82,005) at 20240405153049445 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/ip-to-fpga.bb' (82,006) at 20241206090014202 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-qmp.h' (82,007) at 20240326080039514 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_version.bbclass' (82,008) at 20230311090013139 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rohm-bd71828.c' (82,009) at 20240405153230839 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/htab_reuse.c' (82,010) at 20240405153054253 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/pgalloc.h' (82,011) at 20240405153230099 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/controllers/Kconfig' (82,012) at 20210307214928110 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/tsc_msrs_test.c' (82,013) at 20240405153232271 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8167-aud.c' (82,014) at 20240405153230211 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/nvme/meson.build' (82,015) at 20241112090003102 to deleted uid set 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/rtmutex_common.h' (82,016) at 20240405153053017 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-s3-elimo-initium.dts' (82,017) at 20240405153045393 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-nvram.c' (82,018) at 20210307214926470 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xxaa-pinctrl.dtsi' (82,019) at 20240405153045585 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/ptrace_syscall.c' (82,020) at 20210307214932734 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/board_init.c' (82,021) at 20210308005002792 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign.h' (82,022) at 20240817080006807 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm5102-tables.c' (82,023) at 20240405153230839 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/auxio_32.c' (82,024) at 20240405153230091 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/hw_stats_l3.sh' (82,025) at 20240405153054297 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig' (82,026) at 20210308005003240 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0010-FF-A-v15-arm_ffa-efi-corstone1000-enable-MM-communic.patch' (82,027) at 20240413080012627 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch' (82,028) at 20220910030013425 2025-03-14 03:00:50.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wcd9335.yaml' (82,029) at 20240405153045169 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_mgmt.h' (82,030) at 20210307214930286 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/sphinx-pre-install' (82,031) at 20240405153053461 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ti-st/Kconfig' (82,032) at 20210307214929178 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg_func_table.py' (82,033) at 20240906080037476 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/devcoredump.h' (82,034) at 20210307214931374 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test_git.bb' (82,035) at 20241221090017540 to deleted uid set 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/cisreg.h' (82,036) at 20210307214931578 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb' (82,037) at 20220402030016183 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lru_cache.c' (82,038) at 20240405153053093 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/chacha-scalar-core.S' (82,039) at 20220525020651878 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/videobuf2-vmalloc.c' (82,040) at 20240405153230775 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_sk_storage_helpers.c' (82,041) at 20220525020655195 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cbmem_console.c' (82,042) at 20210308005003396 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1_synth.c' (82,043) at 20240405153232127 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/storcenter_defconfig' (82,044) at 20240405153046097 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc8180x.c' (82,045) at 20240405153230735 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/HPSpecific.pm' (82,046) at 20220612030016735 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rsa_4.9.bb' (82,047) at 20240302090018214 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-dram-pxs2.c' (82,048) at 20210308005002792 2025-03-14 03:00:50.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/gigabyte-wmi.c' (82,049) at 20240405153051405 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/uncore-io.json' (82,050) at 20240405153054129 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/cp437.uni' (82,051) at 20210307214930770 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Wu' (82,052) at 20241221090017616 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/Kconfig' (82,053) at 20210308005002972 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (82,054) at 20241206090014222 to deleted uid set 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_asymmetric_keys.c' (82,055) at 20240405153053469 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gx.dtsi' (82,056) at 20210308005002596 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hex_test.h' (82,057) at 20230925080040097 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colorfly_e708_q1_defconfig' (82,058) at 20210308005003252 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z14/basic.json' (82,059) at 20240405153054117 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/spec_operation.json' (82,060) at 20240405153054113 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0010_delete_layer_source_references.py' (82,061) at 20210307205554262 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/micrel/ks8851_spi.c' (82,062) at 20240719080013357 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711.c' (82,063) at 20240405153232159 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/Makefile' (82,064) at 20210308005003056 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/Makefile' (82,065) at 20210308005003044 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ingenic,vpu.yaml' (82,066) at 20240405153045149 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810_dvt.c' (82,067) at 20240405153052197 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_getset_retval_getsockopt.c' (82,068) at 20240405153054269 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt' (82,069) at 20210307214925318 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-bio-prison-v2.h' (82,070) at 20240405153049241 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_acorn_8x8.c' (82,071) at 20220525020654747 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firewire.rst' (82,072) at 20220525020651722 2025-03-14 03:00:50.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/projectpage.js' (82,073) at 20231126090012817 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/machine/dl385-g11.conf' (82,074) at 20231205090013445 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/man/acpidump.8' (82,075) at 20210307214932614 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux_2.40.2.bb' (82,076) at 20241221090017648 to deleted uid set 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gl860/gl860-ov2640.c' (82,077) at 20210307214928830 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/inno_hdmi.h' (82,078) at 20210307214928030 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/adi,adin1110.yaml' (82,079) at 20240405153045113 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/men_z135_uart.c' (82,080) at 20240405153052009 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/io.c' (82,081) at 20220525020654443 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/super.c' (82,082) at 20240405153052257 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/topology.c' (82,083) at 20240405153046081 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/edid-generate.c' (82,084) at 20220429100100458 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/csp/include/variant/tie-asm.h' (82,085) at 20210307214926770 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-touch-cap.c' (82,086) at 20240405153049529 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/README' (82,087) at 20210308005002968 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge.sh' (82,088) at 20240405153232275 2025-03-14 03:00:50.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/configvars.html' (82,089) at 20220402030016107 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_4_sm6125.h' (82,090) at 20240405153230591 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-alsa.h' (82,091) at 20210307214928678 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de1_soc.dts' (82,092) at 20210308005002612 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogEntry_v1.xml' (82,093) at 20240918080002712 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c' (82,094) at 20210307214927890 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/main.cpp' (82,095) at 20230828080030695 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/pac7311.c' (82,096) at 20210307214928834 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_functions.c' (82,097) at 20240405153053069 to deleted uid set 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/object.h' (82,098) at 20220627100017202 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/testmode.c' (82,099) at 20240405153050597 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,lcc-msm8960.h' (82,100) at 20210307214931330 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ebc-c384_wdt.c' (82,101) at 20210307214930966 2025-03-14 03:00:50.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/hyperv.h' (82,102) at 20240520080015203 to deleted uid set 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/vmlinux.lds.S' (82,103) at 20240405153046345 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_access.json' (82,104) at 20241031080012183 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_readq.c' (82,105) at 20210307214932198 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/softfloat_fpsp_tables.h' (82,106) at 20210308005046297 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/0001-arm-hafnium-fix-kernel-tool-linking.patch' (82,107) at 20231126090012777 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bsc.c' (82,108) at 20210308005002552 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-bq32k.c' (82,109) at 20240405153051493 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/priv.h' (82,110) at 20240405153230607 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/token_test.c' (82,111) at 20240405153053313 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-n64/kmalloc.h' (82,112) at 20220525020652002 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_ip.c' (82,113) at 20240405153053317 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.errors.yaml' (82,114) at 20230526080025851 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp.h' (82,115) at 20240405153053549 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_drv.h' (82,116) at 20240405153048677 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/Makefile' (82,117) at 20240405153230867 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/tuna/tuna_0.19.bb' (82,118) at 20231126090012805 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl.inc' (82,119) at 20241221090017644 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/input.c' (82,120) at 20210309003654316 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic.h' (82,121) at 20240405153231039 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RequestedRedundancyPriority/meson.build' (82,122) at 20230825080021141 to deleted uid set 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/Makefile' (82,123) at 20210308005002972 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kasan.h' (82,124) at 20240405153046277 2025-03-14 03:00:50.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig' (82,125) at 20210308005003244 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c' (82,126) at 20240405153048601 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/lshrdi3.c' (82,127) at 20210308005002852 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/mem-events.c' (82,128) at 20240405153232219 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-tcelectronic.c' (82,129) at 20210605000027800 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/clock.c' (82,130) at 20210308005002712 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/service_files/ibm-isdimm-vpd-parser@.service' (82,131) at 20240104090016070 to deleted uid set 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6358.dtsi' (82,132) at 20241211090145373 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/single' (82,133) at 20220405030025645 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ntb_netdev.c' (82,134) at 20240712080021077 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8349_PCI_66_defconfig' (82,135) at 20210308005003280 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_type.tc' (82,136) at 20210309003656000 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/delayed-inode.h' (82,137) at 20240405153231619 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/smbus_ipmi.c' (82,138) at 20240906080037244 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb' (82,139) at 20241221090017560 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_intel_display.c' (82,140) at 20240405153048421 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/dvb-usb-v2/lmedm04.c' (82,141) at 20240405153049545 to deleted uid set 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/landlock.rst' (82,142) at 20240405153045309 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/sd.h' (82,143) at 20241121090029260 2025-03-14 03:00:50.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.out' (82,144) at 20210308005046409 to deleted uid set 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/most_snd.c' (82,145) at 20240405153049677 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/call.S' (82,146) at 20220525020655231 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-clear_user.S' (82,147) at 20240405153229855 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/Makefile' (82,148) at 20210307214928538 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/Makefile' (82,149) at 20240405153231471 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/security-bugs.rst' (82,150) at 20240405153045285 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt8188-sys-clock.yaml' (82,151) at 20240405153045025 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/input.h' (82,152) at 20240405153052921 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mshyperv.h' (82,153) at 20220525020651950 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/sis_main.h' (82,154) at 20210307214930942 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/bL_switcher.h' (82,155) at 20210307214925846 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/zeroable.rs' (82,156) at 20240405153232099 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8186-pm-domains.h' (82,157) at 20240405153231347 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/README' (82,158) at 20210308005003008 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_qmi.h' (82,159) at 20240405153050341 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/tps6105x.txt' (82,160) at 20210307214925362 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/ifmtr/src/ifmtr.c' (82,161) at 20210309003653020 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/main.c' (82,162) at 20240405153230747 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/nconf.gui.c' (82,163) at 20210308005003732 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793.dtsi' (82,164) at 20210308005002600 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/arm_integrator_debug.h' (82,165) at 20210927100127237 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-malta/cpu-feature-overrides.h' (82,166) at 20210307214926222 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Munkedal' (82,167) at 20210307205553786 2025-03-14 03:00:50.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.h' (82,168) at 20210307214929918 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/core-book3s.c' (82,169) at 20240405153230047 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c' (82,170) at 20240405153047245 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/pm3fb.h' (82,171) at 20210307214931698 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_user.c' (82,172) at 20240405153230563 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic26.c' (82,173) at 20240405153053809 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/Kconfig' (82,174) at 20210308005002956 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/bnep/Makefile' (82,175) at 20210307214931882 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/packagegroup.py' (82,176) at 20220910030013397 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (82,177) at 20240316080012480 2025-03-14 03:00:50.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a3000.h' (82,178) at 20210307214930262 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/devlink.h' (82,179) at 20240405153231871 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm53573.yaml' (82,180) at 20240405153229755 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml' (82,181) at 20240613080016355 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-pdk2.dts' (82,182) at 20240405153045529 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/pm.c' (82,183) at 20240405153054005 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kbd_diacr.h' (82,184) at 20210307214931410 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/misc/usb251xb.c' (82,185) at 20240405153231563 to deleted uid set 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/skx-metrics.json' (82,186) at 20240405153054149 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/at24.c' (82,187) at 20240520080015155 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_ipip.sh' (82,188) at 20240405153054297 2025-03-14 03:00:50.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_pdm.h' (82,189) at 20240405153053981 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/exception.h' (82,190) at 20221215040039318 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/printk.h' (82,191) at 20210307214932742 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/104' (82,192) at 20210927100127481 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2099.c' (82,193) at 20240405153049281 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.randstruct' (82,194) at 20240405153053433 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/specs.rst' (82,195) at 20240405153229843 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rcar3.c' (82,196) at 20210307214930858 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_verificationcompleted_unittest.cpp' (82,197) at 20210308005120353 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_crypto.h' (82,198) at 20221215040039194 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/da9062_wdt.c' (82,199) at 20240405153052237 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/boot.h' (82,200) at 20230925080039925 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_mpeg12.h' (82,201) at 20210307214930586 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-address_bits' (82,202) at 20240405153044925 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/.gitignore' (82,203) at 20210308005003748 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen_mixer.c' (82,204) at 20240405153232135 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/altera_tse.h' (82,205) at 20210308005003424 2025-03-14 03:00:50.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/meson.build' (82,206) at 20230925080039885 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_chips.h' (82,207) at 20210307214930378 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-link.rst' (82,208) at 20240405153054037 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/i2s.c' (82,209) at 20210308005003740 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-jpgdec.c' (82,210) at 20240405153046793 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/counters.h' (82,211) at 20220525020653151 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-title.png' (82,212) at 20210307205554302 to deleted uid set 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/tinyxml2.wrap' (82,213) at 20240406080030804 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ar5523/ar5523.h' (82,214) at 20210307214929726 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-raid1.0-0.dtsi' (82,215) at 20210307214926350 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774c0-ek874-idk-2121wr.dts' (82,216) at 20240405153045805 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu.c' (82,217) at 20240326080039682 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/mtfsb1.c' (82,218) at 20210307214926438 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcmap.c' (82,219) at 20220525020654311 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/ppc_cbe_cpufreq.c' (82,220) at 20240405153230251 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/0001-make-Respect-variables-from-environement.patch' (82,221) at 20230706080014757 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/build-id.c' (82,222) at 20240405153232235 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv6/nf_conntrack_ipv6.h' (82,223) at 20220525020654643 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adav803.c' (82,224) at 20240405153053565 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/ch11.h' (82,225) at 20240405153231879 2025-03-14 03:00:50.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/wdr4300.c' (82,226) at 20210308005003088 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb_utils.h' (82,227) at 20210307214930898 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas571x.c' (82,228) at 20240405153053805 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/client-buffers.c' (82,229) at 20210307214928106 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/ftrace.rst' (82,230) at 20240405153229831 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/amdgpu_pm.c' (82,231) at 20240830080013255 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3128.c' (82,232) at 20210308005003476 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/vsftpd-tcp_wrappers-support.patch' (82,233) at 20210905000020557 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_private.h' (82,234) at 20240405153231355 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.err' (82,235) at 20210308005046397 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_tuxrun.py' (82,236) at 20241211090212538 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu-qom.h' (82,237) at 20240326080039710 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/string.h' (82,238) at 20210307214931306 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/marvell,pxa2xx-lcdc.txt' (82,239) at 20210307214925302 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx7d.c' (82,240) at 20240405153229911 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http_request.hpp' (82,241) at 20240829080004222 to deleted uid set 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7366.c' (82,242) at 20210307214926566 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat+shadow_stat.sh' (82,243) at 20240405153232231 2025-03-14 03:00:50.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-gamepad.sh' (82,244) at 20240405153054309 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/cache.c' (82,245) at 20240405153229863 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c' (82,246) at 20240405153232259 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/pmic.h' (82,247) at 20210308005003048 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb' (82,248) at 20240413080012699 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC' (82,249) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-pktcdvd' (82,250) at 20210309003648248 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_usb.c' (82,251) at 20210308005003232 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si470x/radio-si470x-i2c.c' (82,252) at 20240405153049505 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/coherency-fabric.txt' (82,253) at 20210307214925274 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_param.h' (82,254) at 20210307214930558 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3368.c' (82,255) at 20220525020652330 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-nvidia-shield.c' (82,256) at 20240624080012780 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_bad_reg.dts' (82,257) at 20210308005003760 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/i8257.h' (82,258) at 20240906080037332 2025-03-14 03:00:50.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_phylib_all_drivers.h' (82,259) at 20210308005003572 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cortina/gemini.h' (82,260) at 20240405153230939 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/unaligned.h' (82,261) at 20210308005002708 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch' (82,262) at 20230706080014741 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/008_pack.dts' (82,263) at 20210308005003752 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/unistd.h' (82,264) at 20210307214926398 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sparc/cs4231.c' (82,265) at 20240405153232203 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-snapdragon.c' (82,266) at 20210308005002776 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/init_ohci1394_dma.c' (82,267) at 20240405153047029 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb10-ipu3.rst' (82,268) at 20220525020651786 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/ingenic-timer.c' (82,269) at 20240405153046877 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-sabreauto.dts' (82,270) at 20240405153045525 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mediatek,mt8188-afe.yaml' (82,271) at 20240405153229799 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_pwm.cpp' (82,272) at 20240817080026660 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/Kconfig.debug' (82,273) at 20240405153048429 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/grfioctl.h' (82,274) at 20240405153046065 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_verbs.h' (82,275) at 20220525020653163 2025-03-14 03:00:50.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fcs,fusb302.yaml' (82,276) at 20240405153045181 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/journal.c' (82,277) at 20240405153231763 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss.c' (82,278) at 20220525020654967 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjurberget_Hemtjarn' (82,279) at 20210307205553778 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-empty.err' (82,280) at 20210308005046397 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/metrics.h' (82,281) at 20210307214931518 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/Kconfig' (82,282) at 20210307214930606 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/message.cpp' (82,283) at 20210308004942076 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ASWF-Digital-Assets-1.1' (82,284) at 20241221090017612 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/mc.h' (82,285) at 20240405153049589 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma6/sdma6_4_2_2_offset.h' (82,286) at 20210307214927678 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/Kconfig' (82,287) at 20210308005002912 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/btrfs.c' (82,288) at 20210308005003544 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.1/index.html' (82,289) at 20210307205554246 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/Collection.interface.yaml' (82,290) at 20241212090020527 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dts' (82,291) at 20210307214926046 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-pov-protab2-ips9.dts' (82,292) at 20240405153045377 2025-03-14 03:00:50.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/api.h' (82,293) at 20210308005003560 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/monitor.c' (82,294) at 20240405153230123 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_device.h' (82,295) at 20241211090145437 to deleted uid set 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_kernel_cmdline_descriptor.h' (82,296) at 20210308005003708 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_bad_reg2.dts' (82,297) at 20210308005003760 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/meson.build' (82,298) at 20221204040030281 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch' (82,299) at 20230706080014753 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ply/ply_git.bb' (82,300) at 20230813080012848 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/spl.c' (82,301) at 20210308005002996 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/cert_store.c' (82,302) at 20240405153230079 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/VOSTROM' (82,303) at 20211006000025246 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1316-sdw.c' (82,304) at 20240405153232155 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8350-gpio.c' (82,305) at 20210307214929118 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.c' (82,306) at 20210308005003456 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2894-0050-a08.dts' (82,307) at 20210307214926030 2025-03-14 03:00:50.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/docs/structured-logging.md' (82,308) at 20241204090030111 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/decode-insn.h' (82,309) at 20210307214926102 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mpic-msgr.txt' (82,310) at 20210307214925406 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64-parsec.yml' (82,311) at 20210420000021570 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-sublevel-options.c' (82,312) at 20210309003655960 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/mksyscalltbl' (82,313) at 20240405153054085 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/fans.json' (82,314) at 20231213090027086 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/asm-offsets.h' (82,315) at 20210307214925846 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_call.S' (82,316) at 20230426080043952 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libical/libical_3.0.18.bb' (82,317) at 20241206090014350 to deleted uid set 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/armv7m_systick.h' (82,318) at 20220429100100570 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/ibm_vpd_utils.cpp' (82,319) at 20240920080016675 to deleted uid set 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/Kconfig' (82,320) at 20240405153054021 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx8mq_evk.h' (82,321) at 20210308005003596 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch' (82,322) at 20241221090017656 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/setup.cfg' (82,323) at 20210308004941624 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/page.h' (82,324) at 20210307214926582 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/pf0100.c' (82,325) at 20210308005003084 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/arg_parsing.c' (82,326) at 20240405153054245 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-rk805.c' (82,327) at 20240405153051341 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/memcpy.S' (82,328) at 20240405153045633 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_recv.c' (82,329) at 20240405153051901 2025-03-14 03:00:50.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c' (82,330) at 20240405153048637 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_elf.h' (82,331) at 20210308005046073 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' (82,332) at 20241213090035010 to deleted uid set 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pch_display.c' (82,333) at 20240405153048457 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/biosemu.c' (82,334) at 20210308005003336 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/.clang-format' (82,335) at 20241219090029704 to deleted uid set 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Kconfig.socs' (82,336) at 20240405153230063 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/trace/ftrace.c' (82,337) at 20240429080012404 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/Kconfig' (82,338) at 20210308005002908 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi' (82,339) at 20241211090145369 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/nvidia,tegra20-apbdma.txt' (82,340) at 20240405153229763 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc34704.h' (82,341) at 20210308005003672 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/types.hpp' (82,342) at 20241115090032982 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb-pc_32b.dts' (82,343) at 20210307214926346 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/Kbuild' (82,344) at 20240405153229999 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349ITX_defconfig' (82,345) at 20210308005003236 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-hp300.h' (82,346) at 20210307214926166 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/cxgb3i.h' (82,347) at 20210307214930302 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb' (82,348) at 20230114040015486 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-mediatek.c' (82,349) at 20220525020652342 2025-03-14 03:00:50.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsBmc.vue' (82,350) at 20241004080035967 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Circuit.v1_8_1.json' (82,351) at 20240824080002934 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/cpu.c' (82,352) at 20210308005002548 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mx27.h' (82,353) at 20210309003648700 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_host_driver.h' (82,354) at 20210307214932738 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/local_termination.sh' (82,355) at 20240910080014102 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_unsupp.S' (82,356) at 20210307214926146 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/Makefile' (82,357) at 20220525020652346 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/deny_namespace.c' (82,358) at 20240405153054253 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/README.txt' (82,359) at 20240405153054385 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/ibm-ac-server/server.ttyVUART0.conf' (82,360) at 20240629080012188 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/Kconfig' (82,361) at 20240405153229911 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_fwd.c' (82,362) at 20240405153049105 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_glue.c' (82,363) at 20240405153051745 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch' (82,364) at 20240413080012651 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/unix.h' (82,365) at 20240405153052861 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/k3-socinfo.c' (82,366) at 20240405153231455 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/content-search.scss' (82,367) at 20210308005107073 2025-03-14 03:00:50.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb' (82,368) at 20241221090017560 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/iqs269a.c' (82,369) at 20240405153230727 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-raydium-rm67191.c' (82,370) at 20240405153048689 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/projucer_git.bb' (82,371) at 20210307205553798 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/sdbusplus.wrap' (82,372) at 20220326030026470 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/io_uring.h' (82,373) at 20240405153231871 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/ucan.c' (82,374) at 20240405153230903 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma_mgmt.h' (82,375) at 20210307214927138 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-h3-sysctrl.c' (82,376) at 20241211090212294 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-afe-pcm.c' (82,377) at 20240405153053973 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,kirkwood-pinctrl.txt' (82,378) at 20210307214925394 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/coretemp.rst' (82,379) at 20210307214925498 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot/init_once.sh' (82,380) at 20230701080013908 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp13xf.dtsi' (82,381) at 20240405153045585 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail_device.c' (82,382) at 20240405153048425 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb' (82,383) at 20241221090017552 2025-03-14 03:00:50.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/bits.h' (82,384) at 20210307214930534 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/mmio.c' (82,385) at 20210307214927046 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon_ccw.c' (82,386) at 20220525020654311 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0002-let-autotools-create-lxdm.conf.patch' (82,387) at 20230317080013793 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/loongson/rs780e-acpi.yaml' (82,388) at 20240405153229779 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0003-musl-fixes.patch' (82,389) at 20230706080014737 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/Makefile' (82,390) at 20210307214930922 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/xcr.h' (82,391) at 20240405153046385 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/tally_sheet.py' (82,392) at 20230217040016613 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-errors/errors_watch.yaml' (82,393) at 20210307205554062 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h' (82,394) at 20240405153231023 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (82,395) at 20240206090017943 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/gendumpheader' (82,396) at 20240618080015081 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/cm-a510.c' (82,397) at 20240405153045645 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ark3116.c' (82,398) at 20240405153052129 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/raspberrypi-cpufreq.c' (82,399) at 20240405153230255 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/Makefile' (82,400) at 20210308005003000 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/cipher.h' (82,401) at 20241211090212354 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/xyz.openbmc_project.Logging.service' (82,402) at 20230125040024786 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/pi-blaster_git.bb' (82,403) at 20220502030010124 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_mul.c' (82,404) at 20210307214926730 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.rules' (82,405) at 20210307205554562 to deleted uid set 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/tcm_usb_gadget.c' (82,406) at 20210307214930806 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libndp/libndp/0001-libndp-Fix-signature-of-sendto-API.patch' (82,407) at 20241206090014246 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/gss_api.h' (82,408) at 20210307214931518 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/piix4.c' (82,409) at 20241211090212246 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/Makefile' (82,410) at 20240405153046949 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/bbcontroller.py' (82,411) at 20210307205554262 2025-03-14 03:00:50.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/configinit.sh' (82,412) at 20240405153054365 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/seqlock.rst' (82,413) at 20241211090145369 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/FactoryReset/index.js' (82,414) at 20220105012522995 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_train.c' (82,415) at 20210308005003364 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_hsit.c' (82,416) at 20240405153049445 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/scatterwalk.c' (82,417) at 20210307214926802 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm6350.c' (82,418) at 20240405153046829 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_tagscompat.h' (82,419) at 20210308005003556 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/alpha.c' (82,420) at 20210308005045781 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ks0108.h' (82,421) at 20220525020654579 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_std_subr.c' (82,422) at 20210307214931870 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/virt.c' (82,423) at 20240405153046425 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_kms.h' (82,424) at 20240405153048801 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088aqds_tfa_defconfig' (82,425) at 20210308005003268 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/serial-tests-config.patch' (82,426) at 20240309090012816 to deleted uid set 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml' (82,427) at 20240405153045061 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/gemini/sl3516-ce-rng.c' (82,428) at 20220525020652382 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev' (82,429) at 20230401080011975 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995-draak-u-boot.dts' (82,430) at 20210308005002604 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/name.md' (82,431) at 20240807080019546 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config.bbappend' (82,432) at 20210812000025162 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/crypto/chacha20-s390/test-cipher.c' (82,433) at 20240405153054221 2025-03-14 03:00:50.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb' (82,434) at 20241221090017544 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tb.h' (82,435) at 20241008080013979 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc2945.rst' (82,436) at 20210309003648428 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/Makefile' (82,437) at 20240405153230007 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_ioep.c' (82,438) at 20210308005003400 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/MAINTAINERS' (82,439) at 20210308005003068 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/aspeed.py' (82,440) at 20241211090212538 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/titan_defconfig' (82,441) at 20240405153046309 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/guarded_storage.c' (82,442) at 20210307214926518 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_reg.c' (82,443) at 20240405153050341 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/ioremap.h' (82,444) at 20210307214926218 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/remove-bitmap-from-backing' (82,445) at 20220429100100930 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts' (82,446) at 20240405153229943 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/htab.c' (82,447) at 20240405153046221 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mxsimage.h' (82,448) at 20210308005003772 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (82,449) at 20210307205554094 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98088.c' (82,450) at 20210308005003488 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-et-q8-v1.6.dts' (82,451) at 20240405153045389 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000.c' (82,452) at 20240906080037260 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb' (82,453) at 20231223090011731 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb' (82,454) at 20241221090017560 to deleted uid set 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-transport.h' (82,455) at 20210307214926870 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/143' (82,456) at 20220429100100906 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/anchors.rst' (82,457) at 20210307214925474 2025-03-14 03:00:50.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_atomic.h' (82,458) at 20210307214927854 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/service_files/xyz.openbmc_project.State.Boot.PostCode.service' (82,459) at 20210308005132793 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/cmd.c' (82,460) at 20210307214929966 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip.h' (82,461) at 20240405153052713 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-portalocker/python3-portalocker/run-ptest' (82,462) at 20240413080012663 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dts' (82,463) at 20210309003648756 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-block-drivers.rst' (82,464) at 20220429100100426 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/stm32f746-disco.c' (82,465) at 20210308005003056 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/evm.h' (82,466) at 20210308005003080 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/sp-platform.c' (82,467) at 20240613080016387 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/aarch32.c' (82,468) at 20240617080017378 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun20i-d1.c' (82,469) at 20241211090145401 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/mdev/mdev_core.c' (82,470) at 20240405153052161 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/init.c' (82,471) at 20210309003649092 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_opp_data.h' (82,472) at 20240405153045669 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vhci_sysfs.c' (82,473) at 20220525020654299 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/audit.c' (82,474) at 20240405153053081 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/architecture/object-mapper.md' (82,475) at 20241113090004304 to deleted uid set 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c' (82,476) at 20210307214932702 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc-card.yaml' (82,477) at 20240405153045109 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm6358.c' (82,478) at 20240405153051305 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/refcount.c' (82,479) at 20220525020654755 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/socionext,f-ospi.yaml' (82,480) at 20240405153045173 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml' (82,481) at 20240405153045185 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/nfd3.h' (82,482) at 20240405153050197 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/kaslr.c' (82,483) at 20240405153045869 2025-03-14 03:00:50.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-trace.c' (82,484) at 20240405153046657 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/kinetic,ktd2692.yaml' (82,485) at 20240405153045089 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ppc-opcode.h' (82,486) at 20240405153230031 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1xxx_eth.h' (82,487) at 20210307214926218 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_effecter/good/effecter_pdr.json' (82,488) at 20221213040036917 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-charger.yaml' (82,489) at 20240405153045141 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cdns,csi2tx.txt' (82,490) at 20210307214925350 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec_%.bbappend' (82,491) at 20230901080018206 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bt878.h' (82,492) at 20210307214928678 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3703.dtsi' (82,493) at 20240405153045597 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_resource.c' (82,494) at 20240405153050341 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/shm.h' (82,495) at 20210307214931506 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/balloon.c' (82,496) at 20240415080012983 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/event_output.c' (82,497) at 20210307214932658 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/regulator/of_regulator.c' (82,498) at 20241008080013971 to deleted uid set 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/process.c' (82,499) at 20240405153230015 2025-03-14 03:00:50.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_vp9.c' (82,500) at 20240405153049493 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptrace/.gitignore' (82,501) at 20240405153054365 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dockstar_defconfig' (82,502) at 20210308005003256 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fransta' (82,503) at 20210307205553782 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-kernel/linux/linux-aspeed_%.bbappend' (82,504) at 20240727080014098 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/denali.h' (82,505) at 20210307214929222 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/testchangebit.S' (82,506) at 20240405153045633 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_nand_rcw.cfg' (82,507) at 20210308005002992 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/elf.h' (82,508) at 20210307214925666 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyflakes_3.2.0.bb' (82,509) at 20240113090014540 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das800.c' (82,510) at 20240405153046893 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/mox_sp.c' (82,511) at 20210308005002904 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb.c' (82,512) at 20240906080037264 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml' (82,513) at 20240405153229795 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/copy.c' (82,514) at 20210307214932190 2025-03-14 03:00:50.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/metricgroup.c' (82,515) at 20240405153232239 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c' (82,516) at 20241115090012945 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/crag6410.h' (82,517) at 20210309003648712 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/Kconfig' (82,518) at 20210308005002856 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/atl1e_param.c' (82,519) at 20210307214929310 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fd/array.c' (82,520) at 20240405153054053 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/figures/poky-title.png' (82,521) at 20210307205554358 to deleted uid set 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/sbe_ffdc_handler.cpp' (82,522) at 20240823080022084 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cmb.h' (82,523) at 20210307214926506 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh' (82,524) at 20220405030025645 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rpmsg/mtk_rpmsg.h' (82,525) at 20210307214931498 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_errno_defs.h' (82,526) at 20210927100127269 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/fsl_uli1575.c' (82,527) at 20240405153046209 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/mm.c' (82,528) at 20240405153046221 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/ialloc.c' (82,529) at 20240405153231767 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_qb_ph.c' (82,530) at 20210308005046505 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso/vsyscall.h' (82,531) at 20210307214925858 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/ge_imp3a.dts' (82,532) at 20210307214926342 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mips_cpc.h' (82,533) at 20210308005046021 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/profiler.inc.h' (82,534) at 20240405153054273 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_l2tp.c' (82,535) at 20210307214932026 2025-03-14 03:00:50.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7734.h' (82,536) at 20210308005002848 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/influxdb.conf' (82,537) at 20210307205553890 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-aspeed-sgpio.c' (82,538) at 20240405153047073 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts' (82,539) at 20240405153229879 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.h' (82,540) at 20210308005003456 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_dio200.c' (82,541) at 20240405153046889 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board.c' (82,542) at 20210308005002772 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/88pm860x-codec.h' (82,543) at 20210307214932290 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/clear_user.S' (82,544) at 20240405153230003 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/TableRoles.vue' (82,545) at 20241004080035971 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/Kbuild' (82,546) at 20240405153232247 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__manual_lifetime.hpp' (82,547) at 20241217090453703 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-versatile.c' (82,548) at 20240405153230867 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/base/topology.c' (82,549) at 20240405153046693 to deleted uid set 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/hif-ops.h' (82,550) at 20210307214929754 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/Makefile' (82,551) at 20240405153050321 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0_1.26.4.bb' (82,552) at 20210608000015791 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/maple_tree.h' (82,553) at 20240405153052897 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/grlib_ahb_apb_pnp.c' (82,554) at 20221215040039126 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ak4113.h' (82,555) at 20210307214931594 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/mesa.bbappend' (82,556) at 20241221090017576 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-taishan.c' (82,557) at 20210307214926338 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/Makefile' (82,558) at 20240405153045913 2025-03-14 03:00:50.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.lib' (82,559) at 20230302090047762 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/arm64/iort.c' (82,560) at 20240405153046629 to deleted uid set 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_layer.cpp' (82,561) at 20230513080027506 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-binfmt-conf.sh' (82,562) at 20221215040039270 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/raid/md_p.h' (82,563) at 20240405153052933 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5307c3_defconfig' (82,564) at 20240405153045957 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/geodewdt.c' (82,565) at 20240405153052241 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/gtbus_sun9i.c' (82,566) at 20210308005002784 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a0.h' (82,567) at 20210308005003596 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/PwmSensor.cpp' (82,568) at 20240918080003728 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser_error.hpp' (82,569) at 20240113090029504 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ja_JP/SubmittingPatches' (82,570) at 20240405153045277 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-colibri-iris.dts' (82,571) at 20240405153045497 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/buildebpfPlugin.py' (82,572) at 20210307214932722 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count2' (82,573) at 20240906080037556 to deleted uid set 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ap121.dts' (82,574) at 20210308005002812 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/Makefile' (82,575) at 20210308005003028 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/yp-tools_2.14.bb' (82,576) at 20241206090014242 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/crypto/Kconfig' (82,577) at 20240405153045933 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/sys_x86_64.c' (82,578) at 20240405153230127 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/beacon.c' (82,579) at 20240405153231223 2025-03-14 03:00:50.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/mt8173-max98090.c' (82,580) at 20240405153232183 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/recipes/fb-consoles.inc' (82,581) at 20240312080011852 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/bp_handler.cpp' (82,582) at 20220209040051853 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/platform.c' (82,583) at 20241113090011364 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_pm.c' (82,584) at 20241211090145429 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qos_external.c' (82,585) at 20221215040039374 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/const_hweight.h' (82,586) at 20210307214931302 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/include/perf_regs.h' (82,587) at 20240405153232219 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sys_sparc_32.c' (82,588) at 20220525020652122 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/requester/test/mctp_endpoint_discovery_test.cpp' (82,589) at 20240819080030267 to deleted uid set 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h' (82,590) at 20220525020653619 2025-03-14 03:00:50.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/oslib-win32.c' (82,591) at 20240906080037592 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mt7622.c' (82,592) at 20240405153231375 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/MAINTAINERS' (82,593) at 20210308005003024 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/syscalls.h' (82,594) at 20240405153046129 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/rtc.c' (82,595) at 20240405153230127 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/Makefile' (82,596) at 20240405153049409 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h' (82,597) at 20240405153051941 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openal/openal-soft_1.23.1.bb' (82,598) at 20231126090012781 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/qcom,rmtfs-mem.yaml' (82,599) at 20240405153045149 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/cacheflush.h' (82,600) at 20240405153229859 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/thunder_xcv.c' (82,601) at 20210307214929354 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pwm.rst' (82,602) at 20240613080016359 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/mman.h' (82,603) at 20240906080037352 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tc_bpf.c' (82,604) at 20240405153232259 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_profiler.tc' (82,605) at 20210307214932674 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_user_sdma.c' (82,606) at 20240405153049105 2025-03-14 03:00:50.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/README.md' (82,607) at 20231126090012805 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qcow2-internal-snapshots' (82,608) at 20240906080037568 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_div.c' (82,609) at 20210307214926274 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-system/kudo-entity-association-map.bb' (82,610) at 20241206090014226 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_checkptrw.h' (82,611) at 20210308005003552 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb' (82,612) at 20210812000025258 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/cpu.c' (82,613) at 20210308005002768 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb' (82,614) at 20241221090017688 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/riscv_pmu_legacy.c' (82,615) at 20240405153231307 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/openscap/files/0001-CMakeLists.txt-fix-installation-directory-for-system.patch' (82,616) at 20241221090017576 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-380.dtsi' (82,617) at 20240405153045445 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quota_tree.c' (82,618) at 20240820080014177 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/irqflags.h' (82,619) at 20210307214926314 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libbsd/libbsd_0.12.2.bb' (82,620) at 20240413080012703 to deleted uid set 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/request-func-poll.rst' (82,621) at 20210309003648484 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6routing.h' (82,622) at 20210307214932406 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/parman.c' (82,623) at 20220525020654755 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/f81232.c' (82,624) at 20240405153052129 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_init.h' (82,625) at 20210307214928994 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/evsel.h' (82,626) at 20240405153054065 2025-03-14 03:00:50.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/prctl/set-anon-vma-name-test.c' (82,627) at 20240405153054365 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/at91.c' (82,628) at 20210308005003696 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kvm/arm_pmu.h' (82,629) at 20240411080014134 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/p9-host-start.bbappend' (82,630) at 20210823100016972 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/Makefile' (82,631) at 20210308005003412 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/trace-events' (82,632) at 20241211090212318 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.android-fastboot-protocol' (82,633) at 20210308005003292 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/resolver/adi,ad2s90.yaml' (82,634) at 20240405153045077 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-core.c' (82,635) at 20240405153046213 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_85xx.S' (82,636) at 20240405153230035 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ptrace.h' (82,637) at 20240405153046125 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-acpi.c' (82,638) at 20241211090212350 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-infra_ao.c' (82,639) at 20240405153046797 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/sc-debugfs.c' (82,640) at 20210307214926278 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/power_button_profile_factory.hpp' (82,641) at 20241209090018856 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/ca0106_main.c' (82,642) at 20240405153053517 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cirrus/cs89x0.c' (82,643) at 20240405153230935 2025-03-14 03:00:50.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7794-sysc.h' (82,644) at 20210308005003640 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/slg51000-regulator.h' (82,645) at 20210307214930198 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-scsi.c' (82,646) at 20241008080013907 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/aio.h' (82,647) at 20241211090212354 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_vm.c' (82,648) at 20210309003649784 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-msc.c' (82,649) at 20210307214926282 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regmap/regmap.txt' (82,650) at 20210307214925406 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ad7314.rst' (82,651) at 20210307214925498 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/diag.c' (82,652) at 20210307214931922 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/bitbake.vim' (82,653) at 20240106090017245 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/utility.cpp' (82,654) at 20220728030043355 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0011-Use-off64_t-instead-of-__off64_t.patch' (82,655) at 20240106090017233 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains7xx_data.c' (82,656) at 20210307214925914 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ide.c' (82,657) at 20210308005003212 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/u-boot-spl.lds' (82,658) at 20210308005002712 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/perf.c' (82,659) at 20240405153232207 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/serialize.hpp' (82,660) at 20230829080024455 to deleted uid set 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver/run-ptest' (82,661) at 20230520080014500 to deleted uid set 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch' (82,662) at 20210307205554594 2025-03-14 03:00:50.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/contributor-guide/recipe-style-guide.rst' (82,663) at 20241221090017592 to deleted uid set 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/hwtstamp.c' (82,664) at 20240405153049757 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb' (82,665) at 20241221090017568 to deleted uid set 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__shared.hpp' (82,666) at 20241217090453707 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-hexagon-cross.docker' (82,667) at 20240906080037560 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml' (82,668) at 20240405153045085 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r2el_defconfig' (82,669) at 20210308005003252 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/bcm.c' (82,670) at 20241008080014031 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/ds1225y.c' (82,671) at 20240906080037272 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config.bb' (82,672) at 20241206090014202 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-9.conf' (82,673) at 20210307205554082 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_dictionary.h' (82,674) at 20241220090014034 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-dhcom-picoitx.dts' (82,675) at 20240405153045497 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_duplicated_fpsimd.c' (82,676) at 20240405153054237 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c' (82,677) at 20210308005046513 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/r2dplus.c' (82,678) at 20210308005003036 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi' (82,679) at 20240405153045529 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb' (82,680) at 20241221090017564 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_ph.c' (82,681) at 20210308005046505 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m01406c440a.dtsi' (82,682) at 20210308005002868 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-clps711x.c' (82,683) at 20240405153231459 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (82,684) at 20230209040014209 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/clear-once.bb' (82,685) at 20241206090014274 2025-03-14 03:00:50.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/recv_osdep.h' (82,686) at 20240405153051897 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/guard-on-bmc.md' (82,687) at 20221209040006387 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/nfs.c' (82,688) at 20240906080037148 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ppa.h' (82,689) at 20210308005002640 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/accounting/taskstats.rst' (82,690) at 20240405153045281 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/Kconfig' (82,691) at 20240405153046941 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/read_write_overlap.c' (82,692) at 20230925080040097 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dibusb-mb-cardlist.rst' (82,693) at 20210307214925230 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_8_0_d.h' (82,694) at 20210307214927522 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/Kconfig' (82,695) at 20210308005003448 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/Makefile' (82,696) at 20210308005002968 2025-03-14 03:00:50.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_plane.h' (82,697) at 20240405153048569 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/npcm_pspi.h' (82,698) at 20230426080043768 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk.inc' (82,699) at 20230520080014500 to deleted uid set 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/cpu_hotplug.rst' (82,700) at 20240405153229751 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/Makefile' (82,701) at 20210308005002988 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/io.h' (82,702) at 20210308005002840 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/tsunami.S' (82,703) at 20210307214926610 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/Makefile' (82,704) at 20220525020654403 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aspenite.h' (82,705) at 20210308005003584 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxie-6251.c' (82,706) at 20220525020652358 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pssf212201a.json' (82,707) at 20220601030005869 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/abx500-clk.c' (82,708) at 20210307214927042 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/mainapp.cpp' (82,709) at 20231021080037950 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb' (82,710) at 20241221090017552 to deleted uid set 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/cache.c' (82,711) at 20210308005002732 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/scd30_serial.c' (82,712) at 20240405153048969 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml' (82,713) at 20240405153045085 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/raspberrypi-hwmon.c' (82,714) at 20240405153048873 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-phosphor/interfaces/bmcweb_%.bbappend' (82,715) at 20210813100029652 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch' (82,716) at 20241221090017516 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_pool.h' (82,717) at 20240503080014498 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mscc/Kconfig' (82,718) at 20210307214930058 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.systemd' (82,719) at 20241221090017680 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7793-clock.h' (82,720) at 20210307214931334 2025-03-14 03:00:50.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-hypervisor-xen' (82,721) at 20240405153044913 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nicvf_queues.c' (82,722) at 20240405153049861 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-vc.c' (82,723) at 20241211090212554 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/misc.c' (82,724) at 20210308005002776 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_audio.c' (82,725) at 20240405153047217 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_flex_pipe.h' (82,726) at 20240405153050005 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/balloc.c' (82,727) at 20210307214931242 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/clear_page.S' (82,728) at 20240405153229855 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/driver.h' (82,729) at 20240405153231819 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/0001-fix-reproducibility.patch' (82,730) at 20241221090017488 to deleted uid set 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7623.c' (82,731) at 20210308005003456 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/txx9/ndfmc.h' (82,732) at 20210307214931482 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0001-meson.build-make-fbpdf-build-optional.patch' (82,733) at 20230919080013958 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi' (82,734) at 20240405153045473 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-intel-wmi-sbl-fw-update' (82,735) at 20210309003648264 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6350-camcc.yaml' (82,736) at 20240405153045029 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64_be/Makefile.target' (82,737) at 20241211090212550 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/flea3.c' (82,738) at 20210308005002904 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/inc_unless_negative' (82,739) at 20240405153053433 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/net_prio.rst' (82,740) at 20210307214925218 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/utils.c' (82,741) at 20240405153053085 2025-03-14 03:00:50.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb' (82,742) at 20230503080014591 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_axuser_msix_nrm_regs.h' (82,743) at 20240405153046589 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8961.yaml' (82,744) at 20240405153045173 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/util/asio_server_class.hpp' (82,745) at 20210819100045446 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/pca954x.c' (82,746) at 20210308005003384 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/error.c' (82,747) at 20210309003649292 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/appletalk/cops.rst' (82,748) at 20210309003648436 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/tveeprom.h' (82,749) at 20240405153052829 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_lookup_failed.cpp' (82,750) at 20210308005100997 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/sync_file.c' (82,751) at 20240405153046977 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/timer.c' (82,752) at 20240405153046049 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/pipeline.json' (82,753) at 20240405153054109 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/delay.c' (82,754) at 20240405153046297 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ir38064.rst' (82,755) at 20240405153045217 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Detva' (82,756) at 20210307205553794 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-cpu-boot-done.service' (82,757) at 20241214090210267 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi' (82,758) at 20240405153046093 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/60-joystick.rules' (82,759) at 20210307205553918 2025-03-14 03:00:50.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb' (82,760) at 20240302090018206 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvpp2.c' (82,761) at 20210308005003440 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/sst-ipc.h' (82,762) at 20210309003654912 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_devgroup.c' (82,763) at 20210307214932026 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/jedec_ddr.h' (82,764) at 20240405153049589 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/LICENSE' (82,765) at 20210308005109241 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/dtv-frontend.rst' (82,766) at 20220525020651722 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/imximage.cfg' (82,767) at 20210308005003068 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/MAINTAINERS' (82,768) at 20210308005002972 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__ensure_started.hpp' (82,769) at 20240817080036816 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/xattr.c' (82,770) at 20240405153231727 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/Makefile.target' (82,771) at 20241211090212550 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/pxa3xx_defconfig' (82,772) at 20240405153045617 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/tb10x_defconfig' (82,773) at 20240405153229859 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ivshmem-spec.rst' (82,774) at 20240326080039406 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/tps65217_charger.c' (82,775) at 20240405153231355 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/qrwlock_types.h' (82,776) at 20240405153052621 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/i686.conf' (82,777) at 20240106090017257 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/Makefile' (82,778) at 20240405153046729 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-38x.dtsi' (82,779) at 20210308005002568 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap' (82,780) at 20240301090040539 2025-03-14 03:00:50.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/tsc.c' (82,781) at 20220525020655179 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/.clang-tidy' (82,782) at 20241221090003052 to deleted uid set 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/boot-time-mm.rst' (82,783) at 20210307214925262 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/forms.scss' (82,784) at 20210308005107073 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_lsc.S' (82,785) at 20210308005046533 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/power_state.h' (82,786) at 20240405153048337 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE09' (82,787) at 20240405153054369 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/index.rst' (82,788) at 20240405153229819 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/device_updater.hpp' (82,789) at 20240819080030255 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/gaccess.c' (82,790) at 20241023080012871 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/mc.h' (82,791) at 20240405153052693 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn68xx_device.c' (82,792) at 20240405153049857 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/calimain_defconfig' (82,793) at 20210308005003252 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/.gitignore' (82,794) at 20240405153054233 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/thunk_64.S' (82,795) at 20240405153046369 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/debugfs.c' (82,796) at 20240405153049641 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto_%.bbappend' (82,797) at 20230211040012643 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btbcm.c' (82,798) at 20240405153230191 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/pfow.h' (82,799) at 20210309003653876 2025-03-14 03:00:50.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_fb.h' (82,800) at 20210307214927770 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch' (82,801) at 20230706080014733 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/ums512-1h10.dts' (82,802) at 20240405153045825 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/arch-microblaze.inc' (82,803) at 20210307205554410 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog_8.2408.0.bb' (82,804) at 20241221090017524 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/i2c-matroxfb.c' (82,805) at 20210307214930914 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/clk.c' (82,806) at 20210308005002820 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-schematic-init.service' (82,807) at 20240817080012804 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (82,808) at 20241206090014278 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi_3.4.6.bb' (82,809) at 20240302090018246 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_mocs.c' (82,810) at 20240411080014078 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7770.c' (82,811) at 20210307214926562 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c' (82,812) at 20240405153047117 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-continue.rst' (82,813) at 20220525020654131 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock_ti81xx.h' (82,814) at 20210308005002636 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/core.c' (82,815) at 20220525020652943 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/annotate.c' (82,816) at 20240613080016559 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/jz4770-cgu.c' (82,817) at 20240405153046793 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c' (82,818) at 20220525020653795 2025-03-14 03:00:50.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_loader.h' (82,819) at 20210308005003644 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-32.ld' (82,820) at 20240326080039562 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp251.dtsi' (82,821) at 20240405153045829 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing/0001-setup.py-use-setuptools-instead-of-distutils.patch' (82,822) at 20220402030016015 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/topology.h' (82,823) at 20240405153052789 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/conf/layer.conf' (82,824) at 20241221090017460 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_547x_8x.h' (82,825) at 20210308005002804 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/interfaceaddtest/one.yaml' (82,826) at 20221209040030339 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/host_bmc_lamp_test.cpp' (82,827) at 20240903080027143 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.h' (82,828) at 20240405153047237 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t2080_serdes.c' (82,829) at 20210308005002832 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-multilib-man-cfg.patch' (82,830) at 20230706080014749 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sdm845-dpu.yaml' (82,831) at 20240405153229763 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/Kconfig' (82,832) at 20240405153231575 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/pdb.c' (82,833) at 20240906080037160 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-fennec.dts' (82,834) at 20210308005002604 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano-bahamut.dts' (82,835) at 20240405153045793 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c' (82,836) at 20240405153050117 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/ultrasoc-smb.rst' (82,837) at 20240405153045269 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ubi.c' (82,838) at 20210308005003232 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/gpio.h' (82,839) at 20210308005002644 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-imon-rsc.c' (82,840) at 20210307214928782 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (82,841) at 20210307205553662 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-simple.bconf' (82,842) at 20210307214932462 2025-03-14 03:00:50.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-macros.S' (82,843) at 20240405153045697 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-sb1250.c' (82,844) at 20210307214926286 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/hisilicon-hip04-net.txt' (82,845) at 20210307214925374 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-dwarf_getlocations.c' (82,846) at 20210307214932466 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_g450.h' (82,847) at 20210307214930918 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bio.h' (82,848) at 20240405153231799 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/stacktrace.c' (82,849) at 20240405153046289 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/Makefile' (82,850) at 20220418100043789 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css' (82,851) at 20210307205554278 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/rockchip-iommu.c' (82,852) at 20240405153230747 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/mdsmap.c' (82,853) at 20240429080012448 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-empty.json' (82,854) at 20210308005046397 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/clk.h' (82,855) at 20210308005002848 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-debug-collector.bbclass' (82,856) at 20240629080012188 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb' (82,857) at 20240106090017237 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_ipvs.c' (82,858) at 20210307214932026 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos-ext-clock.yaml' (82,859) at 20240405153045029 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.mako.cpp' (82,860) at 20220903030025790 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/law.c' (82,861) at 20210308005002976 2025-03-14 03:00:50.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/nest_metrics.json' (82,862) at 20221128040017654 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dsa.h' (82,863) at 20240405153231851 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb' (82,864) at 20240301090012471 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_0_regs.h' (82,865) at 20240405153046601 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ve8313_defconfig' (82,866) at 20210308005003284 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/amd-pstate-trace.h' (82,867) at 20240405153046909 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.kcsan' (82,868) at 20240405153053077 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h' (82,869) at 20240405153230419 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/devtool-stress.py' (82,870) at 20210307205554630 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/redis.service' (82,871) at 20240106090017237 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb' (82,872) at 20241221090017516 to deleted uid set 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mvebu-cpu-clock.txt' (82,873) at 20210307214925290 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/other.json' (82,874) at 20240405153054149 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregationSource_v1.xml' (82,875) at 20240918080002708 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/battery.yaml' (82,876) at 20240405153045141 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm_kona_smc.c' (82,877) at 20240405153045637 2025-03-14 03:00:51.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware-map.h' (82,878) at 20210307214931386 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dib0700_devices.c' (82,879) at 20240712080021069 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governors/menu.c' (82,880) at 20240405153230255 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.c' (82,881) at 20240405153047265 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/Makefile' (82,882) at 20210308005003000 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm44xx.h' (82,883) at 20210307214925926 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_n1_chiplet.c' (82,884) at 20240906080037280 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD.errors.yaml' (82,885) at 20240618080025497 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/amlogic/meson-clk-measure.c' (82,886) at 20240405153051753 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/Kconfig' (82,887) at 20240405153053317 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-sched.txt' (82,888) at 20210307214932510 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/rcpm.c' (82,889) at 20241211090145493 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/alphascale,asm9260-rtc.txt' (82,890) at 20210307214925414 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/tcg/meson.build' (82,891) at 20240326080039698 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio.yaml' (82,892) at 20240405153045117 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c' (82,893) at 20240405153049465 2025-03-14 03:00:51.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx6q.c' (82,894) at 20240405153046785 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/broadwell_i2s.h' (82,895) at 20210308005003488 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/Makefile' (82,896) at 20210307214931706 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/Kconfig' (82,897) at 20220525020654239 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/xyz.openbmc_project.Network.service.in' (82,898) at 20230216040027895 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/load.c' (82,899) at 20240405153232287 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/nhk8815_defconfig' (82,900) at 20240405153045617 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/store-insert-al16.h.inc' (82,901) at 20240906080037184 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/Makefile' (82,902) at 20240405153046529 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/multi_arith.h' (82,903) at 20210307214926170 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tracing_struct.c' (82,904) at 20240405153232259 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/egl-context.c' (82,905) at 20241211090212554 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/Kconfig' (82,906) at 20240405153046197 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_tid.h' (82,907) at 20220525020653139 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5272.h' (82,908) at 20210308005002804 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/amlogic/meson-ee-pwrc.c' (82,909) at 20240405153231347 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.3.bb' (82,910) at 20241221090017576 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Selanger' (82,911) at 20210307205553790 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/0001-Add-support-for-variable-libdir.patch' (82,912) at 20220402030015899 2025-03-14 03:00:51.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/cmdline.py' (82,913) at 20210308005003756 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pci-dwc-mshc.c' (82,914) at 20210307214929198 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/groups_2p.json' (82,915) at 20241108090014316 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/stx_gp3_defconfig' (82,916) at 20240405153046097 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/syscalls/ipc.h' (82,917) at 20210307214932710 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isphist.c' (82,918) at 20240405153049485 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ts219.dtsi' (82,919) at 20240405153045457 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/stm/drv.c' (82,920) at 20241011080017315 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/vfio_platform_irq.c' (82,921) at 20240405153231575 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/rule.md' (82,922) at 20240809080033023 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv10.c' (82,923) at 20240405153230607 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77686.h' (82,924) at 20210307214931430 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/metrics.json' (82,925) at 20240405153054113 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_native.c' (82,926) at 20240405153046181 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_console.h' (82,927) at 20210309003654000 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/musca-s1.conf' (82,928) at 20221017030012206 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/clearstate_si.h' (82,929) at 20240405153230619 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb' (82,930) at 20241221090017548 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/prctl.h' (82,931) at 20240405153054033 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-deps-disable-io_uring-support-in-libuv.patch' (82,932) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/cmpxchg16b_emu.S' (82,933) at 20240405153046469 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/utility/tuple_to_array.cpp' (82,934) at 20210308005049761 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac110.h' (82,935) at 20210308005003432 2025-03-14 03:00:51.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/compress.c' (82,936) at 20240405153053993 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_buf.c' (82,937) at 20240405153231779 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/setup.h' (82,938) at 20210307214926590 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-mon.c' (82,939) at 20240906080037164 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/generic.c' (82,940) at 20210308005002548 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/asc7621.c' (82,941) at 20240405153048849 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt' (82,942) at 20210307214925394 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx23.cfg' (82,943) at 20210308005002548 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c' (82,944) at 20240405153231175 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18271-fe.c' (82,945) at 20210309003650376 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sched/Makefile' (82,946) at 20240405153054373 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/chassis_enc.bin' (82,947) at 20240106090013589 to deleted uid set 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/dummy/tyan-dummy.bb' (82,948) at 20211222040037065 2025-03-14 03:00:51.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_16.dtso' (82,949) at 20240405153051213 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-exynos.h' (82,950) at 20240405153052033 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mediatek/infracfg.h' (82,951) at 20240405153052793 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h' (82,952) at 20210307214929374 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m5206.c' (82,953) at 20220525020651982 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.h' (82,954) at 20210307214928614 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/copy_from_user.S' (82,955) at 20210307214926114 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/genetlink.yaml' (82,956) at 20240405153229819 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/m52277evb.c' (82,957) at 20210308005002972 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pgtable-nopmd.h' (82,958) at 20240405153052621 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h' (82,959) at 20210307214926218 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_multicast_eht.c' (82,960) at 20240405153053193 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/mips/host-signal.h' (82,961) at 20220429100100642 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/uncached.h' (82,962) at 20210307214926554 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-xilinx-nwl.c' (82,963) at 20241008080013963 2025-03-14 03:00:51.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel-quark/imr_selftest.c' (82,964) at 20220525020652194 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/apf27.h' (82,965) at 20210308005002912 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/mem2node.c' (82,966) at 20240405153054169 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk07.1-c1.dts' (82,967) at 20240405153045541 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb' (82,968) at 20241221090017528 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig' (82,969) at 20210308005003248 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pce_identity_test.cpp' (82,970) at 20210308005049141 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/iTCO_vendor_support.c' (82,971) at 20210307214930966 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/yamltree.c' (82,972) at 20240405153053449 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/renesas/r9a06g032-sysctrl.h' (82,973) at 20240405153052793 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/landlock.h' (82,974) at 20240405153052925 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-alternate.err' (82,975) at 20210308005046401 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb' (82,976) at 20230401080011943 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/caif_socket.c' (82,977) at 20240405153053197 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_4_0_0_offset.h' (82,978) at 20240405153048289 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/0002-musl-add-missing-fgetspent_r.patch' (82,979) at 20220204040022428 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0006-make-Add-top-level-Makefile.patch' (82,980) at 20241206090014242 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-colibri-eval-v3.dts' (82,981) at 20240405153045497 2025-03-14 03:00:51.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/linux-kernel-image-header-vars.h' (82,982) at 20210308005002560 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/uninative-tarball.bb' (82,983) at 20241206090014314 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/starfive-jh7100-audio.h' (82,984) at 20240405153052649 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/trace_seq.h' (82,985) at 20240405153052809 to deleted uid set 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8550-dispcc.h' (82,986) at 20240405153052645 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/page.h' (82,987) at 20240405153229859 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-sp7021.c' (82,988) at 20240405153230207 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools_75.6.0.bb' (82,989) at 20241221090017668 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/eGenix' (82,990) at 20211006000025246 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/conf/layer.conf' (82,991) at 20241221090017480 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/dwc_ahsata.c' (82,992) at 20210308005003332 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (82,993) at 20240110090012776 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_defs_mfg_comm.h' (82,994) at 20210307214929342 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ia_css_xnr_table.host.c' (82,995) at 20210309003653020 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/bitmap.h' (82,996) at 20210307214931194 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/p_basic.c' (82,997) at 20210307214928150 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/surface.h' (82,998) at 20241211090212374 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/eeh_event.c' (82,999) at 20240405153046137 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch.expected' (83,000) at 20241206090014298 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/omapimage.c' (83,001) at 20210308005003772 2025-03-14 03:00:51.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/notif.c' (83,002) at 20240405153051969 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/cache.json' (83,003) at 20240405153054133 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_red.sh' (83,004) at 20221102030021001 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Satmex-5-116.8W' (83,005) at 20210307205553762 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-brcmstb-waketimer.c' (83,006) at 20240405153231371 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stackprotector.h' (83,007) at 20240405153052797 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/genericx86-common.inc' (83,008) at 20240127090011888 to deleted uid set 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mmio.c' (83,009) at 20240712080021061 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/inventory-overview-controller.html' (83,010) at 20210308005107077 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/eni.c' (83,011) at 20220525020652258 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-cr0014114.c' (83,012) at 20240405153230755 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/gen_vdso_offsets.sh' (83,013) at 20220525020652106 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/Makefile' (83,014) at 20240405153231575 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/switchers.js.in' (83,015) at 20241221090017604 2025-03-14 03:00:51.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/sdio_ops.c' (83,016) at 20240405153051925 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stm32_rcc.h' (83,017) at 20210308005003688 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/amd/ntb_hw_amd.c' (83,018) at 20240405153231271 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ranua_Haasionmaa' (83,019) at 20210307205553774 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-max3191x.txt' (83,020) at 20210307214925318 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap5-core-thermal.dtsi' (83,021) at 20210308005002600 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries_selector.hpp' (83,022) at 20241207090003067 to deleted uid set 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rtc-rtc0-device-rtc_calibration' (83,023) at 20210309003648256 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/clear_page.S' (83,024) at 20240405153229995 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/Kconfig' (83,025) at 20210308005003036 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/sis_i2c.c' (83,026) at 20240405153230735 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdcore.c' (83,027) at 20240613080016427 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-seaboard.dts' (83,028) at 20240405153229879 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/fou-user.h' (83,029) at 20240405153232215 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Filter_v1.xml' (83,030) at 20240619080002924 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/mman.h' (83,031) at 20210307214926394 2025-03-14 03:00:51.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_pxa.c' (83,032) at 20240405153230179 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/swp.c' (83,033) at 20240405153230883 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/gunzip.c' (83,034) at 20210308005003704 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/ocxl.c' (83,035) at 20240405153230055 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h' (83,036) at 20240405153047221 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/Kconfig' (83,037) at 20220525020652390 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.28.bb' (83,038) at 20241221090017508 to deleted uid set 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/kvm.c' (83,039) at 20241211090212518 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/error-inject.c' (83,040) at 20240405153046469 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/genex.S' (83,041) at 20210308005002816 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/sw_sync.h' (83,042) at 20210307214932722 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-host-ipmi-flash/meson.options' (83,043) at 20230817080022728 to deleted uid set 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/ipset/ip_set.h' (83,044) at 20240405153052929 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/migrator.patch' (83,045) at 20241221090017680 2025-03-14 03:00:51.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml' (83,046) at 20230505080022700 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_subr.c' (83,047) at 20240405153232067 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/hash.c' (83,048) at 20210308005003544 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adv_pci_dio.c' (83,049) at 20240405153046889 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/initscripts/initscripts_1.0.bbappend' (83,050) at 20241221090017576 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/clk.c' (83,051) at 20210308005002820 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm6115.c' (83,052) at 20240405153230231 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts' (83,053) at 20210308005002624 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/irq.c' (83,054) at 20241211090212262 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/cpu_rmap.c' (83,055) at 20240405153053081 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_aligned_window.cpp' (83,056) at 20220922030007675 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/xtp.h' (83,057) at 20210309003648808 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_trace_ext_tracing.c' (83,058) at 20210309003655988 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kernel-per-CPU-kthreads.rst' (83,059) at 20240405153044949 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/jazz.c' (83,060) at 20241211090212290 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc_sys.h' (83,061) at 20210308005003648 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dma-direct.h' (83,062) at 20210309003648832 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-util-clamp.rst' (83,063) at 20240405153045253 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vdso/cp15.h' (83,064) at 20210307214925858 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts' (83,065) at 20240503080014458 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-h264.h' (83,066) at 20240405153049529 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_vmm.c' (83,067) at 20240405153230607 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/iop.c' (83,068) at 20240405153045969 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-detailed-2' (83,069) at 20241211090145573 2025-03-14 03:00:51.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Junsele_Hamptjarnsberget' (83,070) at 20210307205553786 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/rfcomm/tty.c' (83,071) at 20240405153231995 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ga102.c' (83,072) at 20240405153230607 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch' (83,073) at 20241221090017672 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/InfoTooltip.vue' (83,074) at 20241004080035959 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/tests/fpga-bridge-test.c' (83,075) at 20240405153230299 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-r8-chip.dts' (83,076) at 20210308005002620 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/names.c' (83,077) at 20240405153231603 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_local.h' (83,078) at 20210307214932226 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-loop.c' (83,079) at 20210307214926198 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t.dtsi' (83,080) at 20210308005002624 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/rbtree_test.c' (83,081) at 20210307214931814 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/crtsavres.S' (83,082) at 20210307214926338 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.h' (83,083) at 20240405153051837 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-orangepi.dtsi' (83,084) at 20210308005002620 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xfig' (83,085) at 20241221090017620 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-luks.c' (83,086) at 20241211090212226 2025-03-14 03:00:51.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/parser_interface.hpp' (83,087) at 20240618080023329 to deleted uid set 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/Makefile' (83,088) at 20210307214929298 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/ia_css_formats.host.c' (83,089) at 20210307214930554 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/ibmvtpm.txt' (83,090) at 20210307214925418 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7710voipgw_defconfig' (83,091) at 20240405153046309 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/Kconfig' (83,092) at 20240405153231211 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-kms.c' (83,093) at 20240405153048553 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ppc4xx/adma.h' (83,094) at 20240405153047001 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci.h' (83,095) at 20240405153052101 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/auxio.h' (83,096) at 20210307214926578 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/utils.S' (83,097) at 20210308005002712 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_vpd_action.cpp' (83,098) at 20210602000046737 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8728.h' (83,099) at 20210307214932354 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-subset' (83,100) at 20210309003648244 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/exceptions.S' (83,101) at 20210308005002556 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-hw.c' (83,102) at 20240405153049473 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/Makefile' (83,103) at 20210308005003496 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb' (83,104) at 20231126090012801 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.yaml' (83,105) at 20240405153045093 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console_%.bbappend' (83,106) at 20241206090014206 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/piglit/piglit_%.bbappend' (83,107) at 20210812000025266 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/-bmc-gbmcbrncsidhcp.network' (83,108) at 20210929000024374 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h' (83,109) at 20210309003650544 2025-03-14 03:00:51.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-g3d.c' (83,110) at 20240405153230211 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/sh_vou.c' (83,111) at 20240405153230811 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_t2.c' (83,112) at 20210307214925654 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/ucsi_acpi.c' (83,113) at 20240405153231571 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/drr.json' (83,114) at 20240405153054377 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/Kconfig' (83,115) at 20210308005003024 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/timer_defs.h' (83,116) at 20210308005002720 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/helpers.c' (83,117) at 20240613080016463 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c' (83,118) at 20240405153230343 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-wakeupgen.c' (83,119) at 20240405153045665 2025-03-14 03:00:51.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/atusb.c' (83,120) at 20240405153050337 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/cadence/cdns-csi2rx.c' (83,121) at 20240613080016423 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field2.decode' (83,122) at 20210308005046389 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cobalt/irq.h' (83,123) at 20210307214926218 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/fsf/include/variant/tie.h' (83,124) at 20210307214926770 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/asoc-imx-ssi.h' (83,125) at 20210307214931470 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/alarmtimer.h' (83,126) at 20210307214931354 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/meson.options' (83,127) at 20230921080009741 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/dvo_ivch.c' (83,128) at 20210307214927786 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/287' (83,129) at 20220429100100926 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c' (83,130) at 20241008080013927 to deleted uid set 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-xgene.c' (83,131) at 20240405153051233 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130-crb-B.dts' (83,132) at 20220525020651918 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/storage_common.c' (83,133) at 20240405153052073 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-aspeed.c' (83,134) at 20240405153050345 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-vicut1-12inch.dtsi' (83,135) at 20240405153045521 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/omap-ocp2scp.txt' (83,136) at 20210307214925282 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/clps711x-keypad.c' (83,137) at 20240405153049133 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/qapi/qapi-schema.json' (83,138) at 20230925080039997 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/start.S' (83,139) at 20220525020655187 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/extable.h' (83,140) at 20220525020652118 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_nomadik.c' (83,141) at 20210307214927990 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/juno.yml' (83,142) at 20241206090014206 2025-03-14 03:00:51.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/meson.build' (83,143) at 20220913030027317 to deleted uid set 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/kgdbts.c' (83,144) at 20220525020653367 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-gemini.c' (83,145) at 20240405153230207 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/writesensor.mako.cpp' (83,146) at 20220903030025790 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/switch_to.h' (83,147) at 20210307214931306 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/trace.h' (83,148) at 20210308005045869 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/uvdevice.h' (83,149) at 20240405153046285 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h' (83,150) at 20240405153048997 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/COPYING.MIT' (83,151) at 20210307205554218 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/vht.c' (83,152) at 20240805080014059 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/gpio.cpp' (83,153) at 20210308005405930 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/.gitignore' (83,154) at 20210308004939436 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/xilinx/index.rst' (83,155) at 20210307214925474 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irq_work.h' (83,156) at 20240405153230111 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine_int.h' (83,157) at 20210308005046045 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/unifdef_2.12.bb' (83,158) at 20230114040015542 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/mem.h' (83,159) at 20240405153053113 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_dma.c' (83,160) at 20240405153230539 2025-03-14 03:00:51.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/README' (83,161) at 20210308005003076 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/pgtable-64.h' (83,162) at 20240913080013769 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mspec.c' (83,163) at 20240405153046757 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_device.c' (83,164) at 20240503080014474 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_stagedesc.c' (83,165) at 20240405153051829 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi' (83,166) at 20240405153045605 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sniper.h' (83,167) at 20210308005003616 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/conmakehash.c' (83,168) at 20210307214930770 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_notyetstarted_tarball_unittest.cpp' (83,169) at 20210918000044923 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/other.json' (83,170) at 20240405153054121 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-zevio.txt' (83,171) at 20210307214925318 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/flctl-nand.txt' (83,172) at 20210307214925370 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/dm163.h' (83,173) at 20240906080037332 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_mesonpy.bbclass' (83,174) at 20241221090017608 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/sdbusplus.wrap' (83,175) at 20220322030034912 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/kvm_irqcount.h' (83,176) at 20230426080043760 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/rm_work.bbclass' (83,177) at 20230114040015530 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/raw.c' (83,178) at 20240520080015223 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_jmp.S' (83,179) at 20230426080043952 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/run-ptest' (83,180) at 20230401080011971 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3xprom.h' (83,181) at 20210307214926166 2025-03-14 03:00:51.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/qa.py' (83,182) at 20241221090017624 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/samsung_tty.c' (83,183) at 20240405153231515 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/Makefile' (83,184) at 20210308005003052 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredspriv.h' (83,185) at 20210927100127065 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak4554.txt' (83,186) at 20210307214925426 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/trace_pr.h' (83,187) at 20210307214926430 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/spk_types.h' (83,188) at 20240405153046613 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/mc-dev-allocator.c' (83,189) at 20210307214928674 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb' (83,190) at 20240413080012647 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0036-corstone1000-add-signature-device-tree-overlay.patch' (83,191) at 20240413080012627 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/pcit.c' (83,192) at 20210307214926294 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/auo,a030jtn01.yaml' (83,193) at 20240405153045041 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt' (83,194) at 20210307214925426 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-chromeos-acpi' (83,195) at 20240405153229731 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-case.out' (83,196) at 20210927100127469 to deleted uid set 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongson_ipi.h' (83,197) at 20240906080037332 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_mmio.c' (83,198) at 20240405153051977 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/devtree.c' (83,199) at 20241211090145369 2025-03-14 03:00:51.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/builtin-test.c' (83,200) at 20240613080016555 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.h' (83,201) at 20210307214929942 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/commpage.c' (83,202) at 20210308005046489 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/devlink_trap.sh' (83,203) at 20240405153054301 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-armada8k.c' (83,204) at 20240405153051221 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/syscallhdr.sh' (83,205) at 20241211090212378 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-ioctl.c' (83,206) at 20240405153049357 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/init_once.sh' (83,207) at 20240904080027738 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/lpc.hpp' (83,208) at 20240817080027656 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst' (83,209) at 20240405153229823 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/dir.c' (83,210) at 20210309003653700 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/csrc-bcm1480.c' (83,211) at 20210307214926254 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/ashrsi3.S' (83,212) at 20240405153046309 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/ge/ge_pic.c' (83,213) at 20240405153046233 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vhci_hcd.c' (83,214) at 20240815080012899 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.m68k' (83,215) at 20210308005003296 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/binderfs/config' (83,216) at 20240405153054301 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (83,217) at 20241211090212530 to deleted uid set 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8ulp.dtsi' (83,218) at 20241111090012113 2025-03-14 03:00:51.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcht_da7213.c' (83,219) at 20240405153053941 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/utility/type_traits.cpp' (83,220) at 20220830030552937 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/centaur.c' (83,221) at 20210309003649036 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ncsi/ncsi-pkt.h' (83,222) at 20240405153232055 to deleted uid set 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-a32.h' (83,223) at 20240906080037464 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/ipl_parm.c' (83,224) at 20240405153230075 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb' (83,225) at 20241206090014298 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/topology.h' (83,226) at 20220525020654535 2025-03-14 03:00:51.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/managed-startup.rst' (83,227) at 20210308005045809 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S' (83,228) at 20210525100144787 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_ports.c' (83,229) at 20240405153053497 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-vfp.inc' (83,230) at 20240301090012451 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-slowmotion.rst' (83,231) at 20220525020654135 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_eth_io_defs.h' (83,232) at 20210309003650536 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-msm8996.h' (83,233) at 20210307214931330 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-sp.h' (83,234) at 20210309003649268 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_info.c' (83,235) at 20210307214932198 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/Makefile' (83,236) at 20210307214928130 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/0001-To-fix-error-when-do_package.patch' (83,237) at 20230706080014753 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/irq-r7780mp.c' (83,238) at 20210307214926538 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/update_manager.cpp' (83,239) at 20241219090018796 to deleted uid set 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/drop.h' (83,240) at 20240405153232043 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/keyboard.h' (83,241) at 20220804100016008 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/kgdb.c' (83,242) at 20240405153229863 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdma_cm_ib.h' (83,243) at 20210309003653968 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/spl.c' (83,244) at 20210308005002884 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk110.c' (83,245) at 20240405153048641 2025-03-14 03:00:51.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lx2160ardb.h' (83,246) at 20210308005003604 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinctrl-aspeed.c' (83,247) at 20240405153051305 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/obmc-power-start@.service' (83,248) at 20221117040044437 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x.dtsi' (83,249) at 20240405153045469 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/multiconfig/default.conf' (83,250) at 20210307205554414 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/cnode.c' (83,251) at 20240405153052313 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/debugfs.c' (83,252) at 20240405153231571 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/module.c' (83,253) at 20240405153046025 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/Makefile' (83,254) at 20240405153052233 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/cve-exclusion_6.10.inc' (83,255) at 20241221090017688 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/abi/x86_64/gcc.dump' (83,256) at 20241212090010927 to deleted uid set 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c' (83,257) at 20240405153230355 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/memblock.h' (83,258) at 20240405153231819 to deleted uid set 2025-03-14 03:00:51.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/interfaces.hpp' (83,259) at 20230605080030942 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/bb-matrix-plot.sh' (83,260) at 20231126090012865 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/8250/8250.h' (83,261) at 20240405153051993 to deleted uid set 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_portals.h' (83,262) at 20210308005002840 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/openrisc/opencores/or1ksim.txt' (83,263) at 20210307214925382 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/pfpgen.py' (83,264) at 20221206040024177 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/OWNERS' (83,265) at 20240222090003698 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv32-linux-user.mak' (83,266) at 20241211090212222 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-g12a-reset.h' (83,267) at 20240405153052653 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/Kconfig' (83,268) at 20210308005003004 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kernel_stat.h' (83,269) at 20240405153052717 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lis3lv02d/Makefile' (83,270) at 20210307214929162 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/Makefile' (83,271) at 20210307214925958 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/qobject/qdict.txt' (83,272) at 20241211090212534 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/mirrors.bbclass' (83,273) at 20241221090017604 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo-compare.c' (83,274) at 20241121090029264 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Entry/meson.build' (83,275) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/dma-mapping.h' (83,276) at 20210308005002824 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/Makefile' (83,277) at 20210307214932282 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/bcm590xx.c' (83,278) at 20240405153230831 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5275.h' (83,279) at 20210308005002804 2025-03-14 03:00:51.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.json' (83,280) at 20240906080037560 2025-03-14 03:00:51.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kexec-internal.h' (83,281) at 20210309003648676 2025-03-14 03:00:51.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250.dtsi' (83,282) at 20210308005002580 2025-03-14 03:00:51.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb' (83,283) at 20230503080014579 2025-03-14 03:00:51.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_2_0_0_sh_mask.h' (83,284) at 20240405153047497 2025-03-14 03:00:51.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h' (83,285) at 20240405153047213 2025-03-14 03:00:51.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/80211/mac80211-advanced.rst' (83,286) at 20210309003648404 2025-03-14 03:00:51.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpupower.c' (83,287) at 20240405153054213 2025-03-14 03:00:51.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smbencrypt.c' (83,288) at 20240527080023360 2025-03-14 03:00:51.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c' (83,289) at 20220525020652963 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_2_sh_mask.h' (83,290) at 20240405153230483 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hash_descriptor.c' (83,291) at 20210308005003704 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/mpc832xemds.c' (83,292) at 20210308005002976 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/regression3.c' (83,293) at 20210307214932630 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/tegra.h' (83,294) at 20210308005002672 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/lusercopy.S' (83,295) at 20220525020652026 2025-03-14 03:00:51.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png' (83,296) at 20210307205554334 to deleted uid set 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/errno.h' (83,297) at 20210307214926214 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/vicodec-core.c' (83,298) at 20240405153049521 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/posix_types.h' (83,299) at 20210307214931618 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/occ-hwmon@50.conf' (83,300) at 20240904080027730 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/types.h' (83,301) at 20210308005002708 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman_test_api.c' (83,302) at 20210307214930438 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/efuse.c' (83,303) at 20210308005002752 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/replay.h' (83,304) at 20241211090212370 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/example.json' (83,305) at 20210307214932722 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/linear.c' (83,306) at 20210307214932190 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml' (83,307) at 20240405153045173 2025-03-14 03:00:51.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/max31856.c' (83,308) at 20240405153049013 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_phy_7nm.xml.h' (83,309) at 20240405153048597 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_bf.c' (83,310) at 20210308005046529 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/page_isolation.h' (83,311) at 20210307214931610 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-hummingboard2-som-v15.dts' (83,312) at 20240405153045501 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/iov.c' (83,313) at 20240405153231295 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/python/qemu/utils/py.typed' (83,314) at 20210927100127329 to deleted uid set 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ODbL-1.0' (83,315) at 20210307205554426 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ad714x.h' (83,316) at 20240405153049141 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_alias.c' (83,317) at 20240405153051505 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/errno.h' (83,318) at 20210307214925650 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu-param.h' (83,319) at 20241211090212518 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_23.0.0.bb' (83,320) at 20230401080011939 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/quartet.h' (83,321) at 20210307214932262 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/kirkwood_nand.c' (83,322) at 20210308005003412 2025-03-14 03:00:51.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-CrystalPalace' (83,323) at 20210307205553794 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-record.c' (83,324) at 20240613080016555 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c' (83,325) at 20240805080013975 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/main.c' (83,326) at 20231222090004823 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/272.out' (83,327) at 20210308005046465 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf_4.22.0.bb' (83,328) at 20241221090017656 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/glossary.rst' (83,329) at 20220525020651778 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/joliet.c' (83,330) at 20210916100017931 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts' (83,331) at 20220525020651902 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/collection_capabilities.hpp' (83,332) at 20221229040004411 to deleted uid set 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/mcp4018.c' (83,333) at 20240405153230695 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-afe-common.h' (83,334) at 20210307214932394 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@88000/adm1272@10.conf' (83,335) at 20210307205554086 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-phy.h' (83,336) at 20210307214929606 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/errors.hpp' (83,337) at 20210308005054073 to deleted uid set 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-smc.S' (83,338) at 20210307214925918 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/gehc-achc.c' (83,339) at 20220525020653355 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Hardware/Chassis.interface.yaml' (83,340) at 20240509080019296 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/file.h' (83,341) at 20240405153052285 2025-03-14 03:00:51.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c' (83,342) at 20210308005046513 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pci-defs.h' (83,343) at 20210307214926234 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/core/ms_block.c' (83,344) at 20240405153049589 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/ex.S' (83,345) at 20210307214926562 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/README.md' (83,346) at 20240622080036455 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/machine/dl360poc.conf' (83,347) at 20230706080014733 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_cpu.c' (83,348) at 20240613080016567 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/accordion.scss' (83,349) at 20210308005107073 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/OWNERS' (83,350) at 20231013080015106 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/build.py' (83,351) at 20220910030013401 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lcbb.c' (83,352) at 20230925080040101 2025-03-14 03:00:51.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/powerpc.config' (83,353) at 20240405153054381 2025-03-14 03:00:51.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-a64.c' (83,354) at 20241211090212474 2025-03-14 03:00:51.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/Makefile' (83,355) at 20240405153046209 2025-03-14 03:00:51.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/user_ringbuf.c' (83,356) at 20241008080014059 2025-03-14 03:00:51.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_htb.c' (83,357) at 20240628080014037 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cdc-phonet.c' (83,358) at 20240405153050373 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ihs_i2c.c' (83,359) at 20210308005003384 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/wlf,arizona.yaml' (83,360) at 20240405153229791 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_h.c' (83,361) at 20210308005046521 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/at91sam9rlek.c' (83,362) at 20210308005002916 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/adc/adc.txt' (83,363) at 20210308005003300 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-88pm860x.c' (83,364) at 20240405153051489 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml' (83,365) at 20240405153045085 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/debug.c' (83,366) at 20210307214929778 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Nitra' (83,367) at 20210307205553794 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_main.c' (83,368) at 20240405153049105 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-bit.c' (83,369) at 20240405153231947 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-config-parse.c' (83,370) at 20240710080015177 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx50.c' (83,371) at 20240405153229911 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.gitattributes' (83,372) at 20240712080050097 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/ddr3.c' (83,373) at 20210308005002732 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/makefile-add-ldflags.patch' (83,374) at 20210307205553822 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs.c' (83,375) at 20210308005003556 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h' (83,376) at 20210308005002656 2025-03-14 03:00:51.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/draft.png' (83,377) at 20210307205554370 to deleted uid set 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,qcm2290.yaml' (83,378) at 20240405153045081 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tb10x.c' (83,379) at 20240405153047085 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/Makefile' (83,380) at 20210307214930986 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LicenseService_v1.xml' (83,381) at 20240619080002928 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max16601.c' (83,382) at 20240405153048869 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/intel-m10-bmc.h' (83,383) at 20240405153052729 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ko_KR/howto.rst' (83,384) at 20240405153045277 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2.h' (83,385) at 20210308005002820 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf' (83,386) at 20210307205554466 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch' (83,387) at 20230706080014769 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_neon_inner.c' (83,388) at 20240405153053097 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch' (83,389) at 20241206090014266 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-dcb.c' (83,390) at 20210309003650624 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/net_dropmonitor.py' (83,391) at 20240405153054161 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_auth.c' (83,392) at 20240405153051957 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/utils.py' (83,393) at 20241221090017592 to deleted uid set 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/0001-calibrator.hh-Include-string-to-get-std-string.patch' (83,394) at 20210307205554590 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/rtc/rtc-loongson.c' (83,395) at 20240405153051497 to deleted uid set 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/checkers-arm.c' (83,396) at 20210307214925982 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/cbb/Makefile' (83,397) at 20240405153051773 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/mpd.conf.in' (83,398) at 20210307205553802 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som-evb.dts' (83,399) at 20210308005002624 2025-03-14 03:00:51.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/google/meson.build' (83,400) at 20220212040028386 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_phy_cfg.h' (83,401) at 20220525020654183 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmcommon.h' (83,402) at 20240405153052469 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/vas-window.c' (83,403) at 20240405153046221 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Cable_v1.xml' (83,404) at 20240619080002920 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ioprio.h' (83,405) at 20240405153052709 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/pkgconf' (83,406) at 20210307205554430 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/spi/Build' (83,407) at 20210307214932626 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/Inventory.errors.yaml' (83,408) at 20210610000035154 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/Kconfig' (83,409) at 20210308005002844 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_compat_css20.c' (83,410) at 20240405153231471 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/octeon-model.c' (83,411) at 20210307214926198 2025-03-14 03:00:51.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-milbeaut/platsmp.c' (83,412) at 20210307214925898 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml' (83,413) at 20240405153229759 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-wb50n.dts' (83,414) at 20240405153045465 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/send.h' (83,415) at 20240405153052293 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_sr1500_defconfig' (83,416) at 20210308005003280 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpc6xx.h' (83,417) at 20210307214926386 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/lib/code-patching.c' (83,418) at 20240405153046173 to deleted uid set 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sbp1_chassis.json' (83,419) at 20241003080004509 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-xscale.c' (83,420) at 20240405153229915 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/xattr.c' (83,421) at 20240405153231739 to deleted uid set 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/intro.rst' (83,422) at 20220525020651778 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/s390-dasd-ipl.rst' (83,423) at 20210308005045801 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_physdev.h' (83,424) at 20210307214931646 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/ram.h' (83,425) at 20241211090212390 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c' (83,426) at 20240405153231011 2025-03-14 03:00:51.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pgtable-4k.h' (83,427) at 20240405153046105 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blktrace_api.h' (83,428) at 20240405153052665 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/reset.c' (83,429) at 20210308005002552 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/wmi.h' (83,430) at 20240405153050449 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/rt1719.c' (83,431) at 20240405153052149 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb' (83,432) at 20241206090014346 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65218.h' (83,433) at 20210308005003680 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap54xx-clocks.dtsi' (83,434) at 20240405153045609 2025-03-14 03:00:51.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_matchall.c' (83,435) at 20240405153050073 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/patch.c' (83,436) at 20210307214926126 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32.c' (83,437) at 20241023080012883 to deleted uid set 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb' (83,438) at 20241221090017512 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis_types.h' (83,439) at 20210307214930562 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-pwm.c' (83,440) at 20240613080016423 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/idt82p33_reg.h' (83,441) at 20240405153052725 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kexec_elf.c' (83,442) at 20210307214931734 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_cpu.h' (83,443) at 20230925080039833 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/key.h' (83,444) at 20210307214931246 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fault-injection/fault-injection.rst' (83,445) at 20240405153229807 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Fan_VINI.json' (83,446) at 20221213040036921 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/start.rst' (83,447) at 20241206090014294 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-1.2' (83,448) at 20210307205554414 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/radiotap.c' (83,449) at 20220525020654923 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/fdt-fixup.c' (83,450) at 20210308005002796 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ebony.c' (83,451) at 20210307214926362 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-acer-a500.c' (83,452) at 20210309003650244 2025-03-14 03:00:51.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/README.md' (83,453) at 20220402030016063 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asm-eva.h' (83,454) at 20210307214926210 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/default' (83,455) at 20210307205553822 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mount_flags.c' (83,456) at 20210307214932578 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c' (83,457) at 20240815080012875 to deleted uid set 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@0/psu@59.conf' (83,458) at 20240904080027738 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/tlbflush.h' (83,459) at 20240429080012404 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_arasan_cf.c' (83,460) at 20240405153230179 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/example/config.json' (83,461) at 20221213040025761 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_migrate.c' (83,462) at 20240613080016403 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/starfive,jh7110-pmu.yaml' (83,463) at 20240405153045141 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TaskCollection_v1.xml' (83,464) at 20240619080002936 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br.c' (83,465) at 20240405153231995 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/stac9766.c' (83,466) at 20240405153232163 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/ioremap.c' (83,467) at 20240405153229987 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/trace.h' (83,468) at 20210308005045721 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/floppy.h' (83,469) at 20240405153045345 2025-03-14 03:00:51.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl313_core.c' (83,470) at 20240405153048929 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/devkit3250.h' (83,471) at 20210308005003592 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/0001-CMakeLists.txt-fix-googletest-related-options.patch' (83,472) at 20231126090012789 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8824.h' (83,473) at 20240405153053665 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/atmel/Makefile' (83,474) at 20210307214929218 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-powered-off@.target' (83,475) at 20220301040040077 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_frags.rst' (83,476) at 20240405153045229 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_qmu.h' (83,477) at 20210307214930850 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c' (83,478) at 20240405153048657 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/psu/PSUEvent.hpp' (83,479) at 20241112090003106 to deleted uid set 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.c' (83,480) at 20240405153050109 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_linux.h' (83,481) at 20240405153231783 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb' (83,482) at 20210817100021790 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rengsjo' (83,483) at 20210307205553790 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qcm2290.dtsi' (83,484) at 20240405153229947 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/Makefile' (83,485) at 20240805080013943 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_log_priv.h' (83,486) at 20240405153231783 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/error-HostEvent.hpp' (83,487) at 20230909080027211 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FabricAdapter_v1.xml' (83,488) at 20240619080002924 2025-03-14 03:00:51.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-cdx' (83,489) at 20240405153044913 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9867.c' (83,490) at 20240405153053645 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/images/security-tpm2-image.bb' (83,491) at 20220618030015174 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/meson-efuse.c' (83,492) at 20240719080013357 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9150-core.c' (83,493) at 20240405153049605 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-reg.h' (83,494) at 20210307214929650 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/zynqmp_edac.c' (83,495) at 20240405153047025 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/broadwell_sound.c' (83,496) at 20210308005003488 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/MAINTAINERS' (83,497) at 20210308005003056 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/sun4v-rtc.c' (83,498) at 20240906080037288 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-video.c' (83,499) at 20240405153049377 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bydalen_Hovdehogen' (83,500) at 20210307205553778 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mmio.h' (83,501) at 20240405153050965 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/vaddrs.h' (83,502) at 20220525020652118 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/sh2007.h' (83,503) at 20210307214926558 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-inet-98v-rev2.dts' (83,504) at 20240405153045377 2025-03-14 03:00:51.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblaze-softmmu.mak' (83,505) at 20240906080037160 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/asus-wmi.c' (83,506) at 20241216090017725 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_unpriv_perf.c' (83,507) at 20240405153054285 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pidfd.h' (83,508) at 20210309003653996 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/lockcnt.rst' (83,509) at 20241211090212234 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/s390x/tprot.c' (83,510) at 20240405153232271 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/bcu/Makefile' (83,511) at 20210308005002792 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/pcs/fsl,lynx-pcs.yaml' (83,512) at 20240405153045117 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c' (83,513) at 20210307214927954 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fdmon-io_uring.c' (83,514) at 20240906080037592 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h' (83,515) at 20220525020653027 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/Makefile' (83,516) at 20210308005003500 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_link.c' (83,517) at 20240405153053357 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-mips.h' (83,518) at 20240405153232211 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vemdalsskalet' (83,519) at 20210307205553794 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_data.hpp' (83,520) at 20220806030027597 to deleted uid set 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c' (83,521) at 20240405153047145 to deleted uid set 2025-03-14 03:00:51.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch' (83,522) at 20230317080013793 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c' (83,523) at 20220525020654183 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7110.dtsi' (83,524) at 20240405153230063 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/memswap.h' (83,525) at 20210307214932598 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.12.bb' (83,526) at 20241221090017540 to deleted uid set 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/st-mipid02.c' (83,527) at 20240405153230791 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/_htmlparser.py' (83,528) at 20241206090014290 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/raw3270.c' (83,529) at 20240405153051513 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/power-traces.c' (83,530) at 20210307214931774 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctpcm.c' (83,531) at 20220525020654991 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/Makefile' (83,532) at 20240405153230147 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/pci_mmc.c' (83,533) at 20210308005003404 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/en_rep_tracepoint.h' (83,534) at 20220525020653575 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/Makefile' (83,535) at 20240405153045369 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/Kconfig' (83,536) at 20210308005003000 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/Makefile' (83,537) at 20240405153053405 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c' (83,538) at 20240405153048637 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml' (83,539) at 20240405153045073 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-input/meson.build' (83,540) at 20240906080037164 2025-03-14 03:00:51.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/core/alsa.c' (83,541) at 20220525020654963 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-plat.h' (83,542) at 20240520080015191 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/transport/mctp-demux.h' (83,543) at 20231110090010623 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6368-reset.h' (83,544) at 20210308005003640 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (83,545) at 20240727080014098 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/for_each.c' (83,546) at 20240405153054253 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/rk805-pwrkey.c' (83,547) at 20220913100024177 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_RATEEST.c' (83,548) at 20241018080014586 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sm501fb.c' (83,549) at 20240405153231595 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_emulator.c' (83,550) at 20241211090212210 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd_pinnacle.h' (83,551) at 20210307214932222 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/Makefile' (83,552) at 20210308005002752 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/yellows.vue' (83,553) at 20220105012522959 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dib0700_core.c' (83,554) at 20240405153049553 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g20ek.dts' (83,555) at 20240405153045465 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-memmove.c' (83,556) at 20240405153053105 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c' (83,557) at 20220525020653627 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/perf_event.h' (83,558) at 20210307214925646 2025-03-14 03:00:51.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios.bin' (83,559) at 20240326080039582 to deleted uid set 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/st,stih407-irq-syscfg.yaml' (83,560) at 20240405153229771 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/devices/Kconfig' (83,561) at 20210307214928526 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/timex.h' (83,562) at 20220627100016926 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kfunc_call_destructive.c' (83,563) at 20240405153054269 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_reset.c' (83,564) at 20240405153048505 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/itg3200_core.c' (83,565) at 20240405153048985 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rnbd-client' (83,566) at 20220525020651634 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/unisoc/rda8810pl-orangepi-i96.dts' (83,567) at 20240405153045609 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/leds/leds-netxbig.h' (83,568) at 20210308005003636 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-keyerror.bconf' (83,569) at 20210307214932458 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/vc4_mock_output.c' (83,570) at 20240405153230643 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_3_enum.h' (83,571) at 20210307214927686 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ICU' (83,572) at 20210307205554422 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bitfield.h' (83,573) at 20240405153052661 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mx6.c' (83,574) at 20210308005003512 2025-03-14 03:00:51.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/configs/i386_defconfig' (83,575) at 20240405153230103 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8953.c' (83,576) at 20240405153230227 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/mmc.c' (83,577) at 20240527080023348 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/menu.c' (83,578) at 20241211090212442 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_cgroup_skb.c' (83,579) at 20240405153054281 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/memx.fuc' (83,580) at 20210307214927970 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.github/ISSUE_TEMPLATE/bug_report.yml' (83,581) at 20230815080003496 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/rbtx4927/setup.c' (83,582) at 20210307214926298 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-gpio-monitor/presence/meson.build' (83,583) at 20230810080030011 to deleted uid set 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/biosxml.hpp' (83,584) at 20240829080009326 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch' (83,585) at 20241206090014330 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mtouch.c' (83,586) at 20210307214928506 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/smsc_sio1007.c' (83,587) at 20210308005003400 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/arm/interface.h' (83,588) at 20210307214931698 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_2_0_d.h' (83,589) at 20210307214927694 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,ocelot_pcb.dtsi' (83,590) at 20210308005002812 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Remove-using-std-binary_function.patch' (83,591) at 20230520080014500 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/mv88x201x.c' (83,592) at 20240405153049861 2025-03-14 03:00:51.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/ti-cpsw-switch.rst' (83,593) at 20210307214925534 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_verbs.h' (83,594) at 20240405153230703 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-fch.c' (83,595) at 20240405153046873 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pkt_sched.h' (83,596) at 20240405153231879 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mv88e6352.h' (83,597) at 20210308005003676 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/service_files/meson.build' (83,598) at 20230413080002756 to deleted uid set 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/messanger_service.cpp' (83,599) at 20231228090030524 to deleted uid set 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Caldera-no-preamble' (83,600) at 20241221090017616 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-6.conf' (83,601) at 20210307205554082 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/siena_sriov.h' (83,602) at 20240405153050293 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt722-sdca-sdw.h' (83,603) at 20240405153053749 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/reset.txt' (83,604) at 20210307214925414 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/pcf50633-irq.c' (83,605) at 20240405153049613 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/event-logging.md' (83,606) at 20240912080004730 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/muldi3.c' (83,607) at 20210307214926182 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/localalloc.c' (83,608) at 20241216090017761 2025-03-14 03:00:51.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson8-pmx.c' (83,609) at 20220525020653879 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/note.S' (83,610) at 20240405153046081 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/display.h' (83,611) at 20210308005002668 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch' (83,612) at 20230503080014575 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun9i.h' (83,613) at 20210308005002664 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ilitek,ili9486.yaml' (83,614) at 20240405153045041 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.service' (83,615) at 20210307205553990 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bmc_storage_module.json' (83,616) at 20241213090004405 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mvebu-sei.c' (83,617) at 20240405153230751 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h' (83,618) at 20220525020653459 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/peer.c' (83,619) at 20240405153050393 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/jz4740/jz4740-i2s.c' (83,620) at 20240405153232183 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/acct.h' (83,621) at 20240405153052905 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/helios4_defconfig' (83,622) at 20210308005003260 2025-03-14 03:00:51.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90320_device.hpp' (83,623) at 20240508080027398 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/version_gen.h' (83,624) at 20240405153053449 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb' (83,625) at 20240106090017237 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/xattr.c' (83,626) at 20240712080021089 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/161' (83,627) at 20210927100127489 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/libtoolize_check.patch' (83,628) at 20230211040012659 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/50-gbmc-nic.rules' (83,629) at 20241220090019722 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-models-x86-abi.csv' (83,630) at 20240906080037180 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mcimx6ul-evk.c' (83,631) at 20241211090212246 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/io.h' (83,632) at 20210307214929962 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (83,633) at 20241221090017504 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/st-pincfg.h' (83,634) at 20240405153045577 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sstatesig.py' (83,635) at 20241221090017628 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_iba7220.c' (83,636) at 20240405153049101 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/cmdevt.c' (83,637) at 20240405153050561 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu-defs.c.inc' (83,638) at 20241211090212494 2025-03-14 03:00:51.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_dec_lzma2.c' (83,639) at 20240405153053109 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/misc.c' (83,640) at 20221102030020893 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip,pdm.yaml' (83,641) at 20240405153045169 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/cpld.c' (83,642) at 20210308005002968 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda9887.h' (83,643) at 20210307214928802 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/typecast.cocci' (83,644) at 20210308005046237 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sm2signature.asn1' (83,645) at 20210309003649120 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/uncore-io.json' (83,646) at 20240405153054153 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ncb.c' (83,647) at 20210308005003772 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/decode-insn.c' (83,648) at 20210307214926102 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/trace.c' (83,649) at 20220525020654271 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/ras.c' (83,650) at 20240405153046225 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/52xx/tqm5200_defconfig' (83,651) at 20240405153230027 2025-03-14 03:00:51.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg_2.59.2.bb' (83,652) at 20241221090017684 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Suijavaara' (83,653) at 20210307205553790 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/xilinx_tmr_manager.c' (83,654) at 20240405153230847 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_keyboard.py' (83,655) at 20240405153054309 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_dpms.c' (83,656) at 20240405153230419 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa6588.c' (83,657) at 20240405153049337 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-clearfog.dts' (83,658) at 20240405153045445 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_ioc.h' (83,659) at 20240405153049853 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_parameters.c' (83,660) at 20240405153051961 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_parser.h' (83,661) at 20240405153048597 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/034.out' (83,662) at 20210308005046437 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/Kconfig' (83,663) at 20240405153049133 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/start.S' (83,664) at 20210308005003008 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/Kconfig' (83,665) at 20210308005003068 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/.clang-format-c++' (83,666) at 20210308005108641 2025-03-14 03:00:51.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/resource.h' (83,667) at 20210307214926590 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-mp-csky.c' (83,668) at 20210307214927050 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/sandbox64.dts' (83,669) at 20210308005002844 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mpc512x_lpbfifo.txt' (83,670) at 20210307214925406 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/WTFPL' (83,671) at 20210307205554010 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/21-factory-reset' (83,672) at 20240229090011783 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/trace.c' (83,673) at 20240405153052401 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/radix-tree.c' (83,674) at 20240405153053097 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8998.c' (83,675) at 20240405153230835 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/export.c' (83,676) at 20220525020654471 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/biuctrl.c' (83,677) at 20240405153051757 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_test.cpp' (83,678) at 20241220090037491 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-malta/mach-gt64120.h' (83,679) at 20210307214926222 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-utils.h' (83,680) at 20240405153051341 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-1.0' (83,681) at 20210307205554418 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mii.c' (83,682) at 20210308005003212 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-util.configure-fix-one-occasionally-reproduced-confi.patch' (83,683) at 20231011080016578 to deleted uid set 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/tcg-stub.c' (83,684) at 20240906080037136 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/layer.conf' (83,685) at 20241221090017484 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' (83,686) at 20210307205554462 to deleted uid set 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/Makefile' (83,687) at 20240405153051409 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/iomap_copy.c' (83,688) at 20210307214926266 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/misc.S' (83,689) at 20210307214926178 2025-03-14 03:00:51.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest.README' (83,690) at 20241221090017704 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/setup.h' (83,691) at 20210307214926166 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,htpic.yaml' (83,692) at 20240405153045085 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/petalogix-ml605.dts' (83,693) at 20210308005046177 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/dir_f.c' (83,694) at 20210309003653368 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ab8500-ponkey.c' (83,695) at 20220525020653179 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/ashldi3.c' (83,696) at 20210308005002816 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-ppi' (83,697) at 20210307214925202 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/mvme147.c' (83,698) at 20241111090012125 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/Kconfig' (83,699) at 20240405153231275 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/aw2/aw2-saa7146.c' (83,700) at 20210309003654584 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/conf_space_capability.c' (83,701) at 20240405153231603 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_hpmfwupg.h' (83,702) at 20210308004938820 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/tracing/rtla/src/timerlat_top.c' (83,703) at 20241216090017809 to deleted uid set 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.50.bb' (83,704) at 20241221090017548 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/xusb-padctl-common.h' (83,705) at 20210308005002792 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-xenon.c' (83,706) at 20240405153230863 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/0001-fix-incompatible-pointer-type-error.patch' (83,707) at 20241221090017540 to deleted uid set 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/free/Makefile.am' (83,708) at 20210308004938832 2025-03-14 03:00:51.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-socket-util-Include-sys-stat.h-for-fchmod.patch' (83,709) at 20221003030013261 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max6642.c' (83,710) at 20240405153048865 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/cdrom.c' (83,711) at 20210308005045841 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/translate.c' (83,712) at 20241022080032792 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-command.out' (83,713) at 20210308005046409 to deleted uid set 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/features.h' (83,714) at 20240405153049237 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn303.c' (83,715) at 20220525020652530 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen1.c' (83,716) at 20210308005003360 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/rockchip-rk3288-fails.txt' (83,717) at 20240405153230531 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblazeel-softmmu.mak' (83,718) at 20240906080037160 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml' (83,719) at 20240405153229775 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2-sony-nsz-gs7.dts' (83,720) at 20240405153045585 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/netns.h' (83,721) at 20240405153053389 2025-03-14 03:00:51.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/um_arch.h' (83,722) at 20240405153046345 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/s626.h' (83,723) at 20220525020652362 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mld-key.c' (83,724) at 20241011080017335 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-colibri-aster.dts' (83,725) at 20240405153045497 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-peripherals-opp.dtsi' (83,726) at 20240405153045485 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device_fsm.c' (83,727) at 20240405153051521 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clm.S' (83,728) at 20230925080040101 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/python-development-shell.rst' (83,729) at 20240302090018218 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/litmus-tests.txt' (83,730) at 20240405153054069 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/Makefile' (83,731) at 20210307214931934 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ServiceRoot.v1_17_0.json' (83,732) at 20240619080002952 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/migration.py' (83,733) at 20240906080037552 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/download.patch' (83,734) at 20210307205553990 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/coth.h' (83,735) at 20230426080043668 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-apalis-v1.2.dtsi' (83,736) at 20240405153229875 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-util' (83,737) at 20230511080022135 to deleted uid set 2025-03-14 03:00:51.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/instance-id.cpp' (83,738) at 20240702080009219 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/vi_structs.h' (83,739) at 20220525020652815 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar5008_phy.c' (83,740) at 20240405153050449 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/core.h' (83,741) at 20240405153052741 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/pcsp/pcsp_lib.c' (83,742) at 20220525020654971 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/config' (83,743) at 20220525020655231 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ioctl.c' (83,744) at 20240405153231687 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.h' (83,745) at 20240805080013951 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/branch.json' (83,746) at 20240405153054113 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/hw/mmp_spi.c' (83,747) at 20220525020654315 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.4.rst' (83,748) at 20241221090017596 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-zynqmp-modepin.c' (83,749) at 20240913080013785 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE10.boot' (83,750) at 20240405153054369 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/thermal/index.rst' (83,751) at 20240405153044969 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/trace.h' (83,752) at 20240405153053509 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lavia' (83,753) at 20210307205553770 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/cacheinfo.c' (83,754) at 20240405153045945 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb' (83,755) at 20241206090014314 to deleted uid set 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-axxia.txt' (83,756) at 20210307214925322 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hello/files/helloworld.c' (83,757) at 20230609080014399 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/Makefile' (83,758) at 20220525020655135 2025-03-14 03:00:51.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/common.h' (83,759) at 20210308005002948 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6359-regulator.c' (83,760) at 20240405153231363 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libtiff' (83,761) at 20211006000025246 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb' (83,762) at 20221104030017433 to deleted uid set 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-83xx.c' (83,763) at 20210307214926338 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/irq.h' (83,764) at 20240405153052893 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_7_2_sc7280.h' (83,765) at 20240405153230591 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/0001-Makefile-tweak-install-dir.patch' (83,766) at 20230317080013789 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90x_device.hpp' (83,767) at 20240508080027398 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_based.c' (83,768) at 20210309003655984 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/nec,nl8048hl11.yaml' (83,769) at 20240405153045045 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/setup.py' (83,770) at 20210308004941624 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/meson-mx-sdhc-clkc.c' (83,771) at 20240405153049661 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/detect-sled-present_0.1.bb' (83,772) at 20241221090017476 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/pc.rst' (83,773) at 20210308005045809 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/async.h' (83,774) at 20240405153231799 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/time.c' (83,775) at 20210307214926102 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/ram.c' (83,776) at 20240405153231727 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dma-buf.rst' (83,777) at 20240405153045189 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-sancloud-bbe-lite.dts' (83,778) at 20240405153045589 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pti.h' (83,779) at 20210307214926674 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_lsdma.c' (83,780) at 20240405153047109 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi' (83,781) at 20240405153229919 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/big-endian.S' (83,782) at 20210307214925678 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/sram.c' (83,783) at 20240405153045641 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm632.dtsi' (83,784) at 20240405153045785 2025-03-14 03:00:51.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_3_regs.h' (83,785) at 20240405153046577 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c' (83,786) at 20240405153049953 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7780/Kconfig' (83,787) at 20210307214926538 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.yaml' (83,788) at 20240405153045085 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/qdio_debug.h' (83,789) at 20210307214930242 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/cht_bsw_rt5672.c' (83,790) at 20240405153053945 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/include/perf_regs.h' (83,791) at 20240405153232219 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-exynos.c' (83,792) at 20210307214927062 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/iocsr_config.h' (83,793) at 20210308005003008 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/reg.h' (83,794) at 20210307214930598 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-icnova-swac.dts' (83,795) at 20240405153045385 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/gef_ppc9a.c' (83,796) at 20240405153230051 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_zero_size_window.c' (83,797) at 20210308005108641 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-cgroup-rwstat.h' (83,798) at 20240405153046517 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/trampoline_32.S' (83,799) at 20210307214926602 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/onetouch.c' (83,800) at 20240405153052141 2025-03-14 03:00:51.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/Kconfig' (83,801) at 20240405153231599 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb' (83,802) at 20241221090017488 to deleted uid set 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/dove/pmu.h' (83,803) at 20210307214931510 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/devices.c' (83,804) at 20210308005002548 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts' (83,805) at 20240405153045545 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/fsl_elbc_nand.c' (83,806) at 20240405153049693 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/set_memory.h' (83,807) at 20220525020652038 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_misc.c' (83,808) at 20240906080037576 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra30-mc.h' (83,809) at 20220525020654547 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom-usb-ipq4019-phy.yaml' (83,810) at 20240405153045129 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml' (83,811) at 20240405153045121 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vpu_init.c' (83,812) at 20210308005003532 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8377_rdb.dts' (83,813) at 20210307214926358 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/st33zp24/spi.c' (83,814) at 20240405153046761 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/vpx3220.c' (83,815) at 20240405153049345 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/xway_dma.h' (83,816) at 20240405153046005 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/rust_is_available_test.py' (83,817) at 20240405153232107 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/include/mdrv2.hpp' (83,818) at 20240904080048575 to deleted uid set 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/ahb.h' (83,819) at 20240405153050413 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-virtio.rom' (83,820) at 20210308005046181 to deleted uid set 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/tune-iwmmxt.inc' (83,821) at 20210905000020581 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/trace.c' (83,822) at 20210307214932214 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-setup.c' (83,823) at 20210307214926290 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/terminal.c' (83,824) at 20210308005003220 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/gpiod-sysfs-proxy.init.in' (83,825) at 20241221090017484 2025-03-14 03:00:51.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/events.h' (83,826) at 20210307214926066 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_dqs.c' (83,827) at 20210308005003368 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4getroot.c' (83,828) at 20210307214931154 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/warmboot.h' (83,829) at 20210308005002668 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra74x.dtsi' (83,830) at 20210308005002576 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ringbuf_multi.c' (83,831) at 20240405153054257 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bitfield_kunit.c' (83,832) at 20210309003654180 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/B4860QDS.h' (83,833) at 20210308005003572 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/bootm.c' (83,834) at 20210308005002708 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml' (83,835) at 20240405153045069 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/hwaddr.h' (83,836) at 20230426080043756 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mediatek/Makefile' (83,837) at 20210307214925898 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-authenc.h' (83,838) at 20220525020652374 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/ddr.c' (83,839) at 20210308005002960 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-console/gnome-console_47.1.bb' (83,840) at 20241221090017488 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3517-som.dtsi' (83,841) at 20240405153045593 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge100.dts' (83,842) at 20240405153229867 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/setup.c' (83,843) at 20210307214926290 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-pro5.c' (83,844) at 20210308005002792 2025-03-14 03:00:51.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-z16.rst' (83,845) at 20210309003648500 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/display.c' (83,846) at 20240906080037312 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/wic/genericx86.wks.in' (83,847) at 20210307205554390 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tea6415c.c' (83,848) at 20240405153049341 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/cpu_info.c' (83,849) at 20210308005002784 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ipvlan.rst' (83,850) at 20240405153045241 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/__init__.py' (83,851) at 20241221090017632 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/rockchip/Makefile' (83,852) at 20240405153231351 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel-mid/Makefile' (83,853) at 20220525020652194 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml' (83,854) at 20240405153045185 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.numamem' (83,855) at 20240906080037560 to deleted uid set 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/irq.h' (83,856) at 20240405153046113 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/dir.c' (83,857) at 20210307214930990 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24117.c' (83,858) at 20220525020653239 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/spum.h' (83,859) at 20220525020652374 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/u-boot,env.yaml' (83,860) at 20240405153045121 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_module.h' (83,861) at 20240405153052633 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/input/joystick/xpad.c' (83,862) at 20241111090012125 to deleted uid set 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx-32bit.config' (83,863) at 20210307214926366 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/README' (83,864) at 20240405153054069 2025-03-14 03:00:51.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/miiphy.h' (83,865) at 20210308005003672 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rcar-common/common.c' (83,866) at 20210308005003036 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-regulator-coupler.c' (83,867) at 20210309003652916 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/filter.h' (83,868) at 20210307214929618 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_sl.h' (83,869) at 20210307214929654 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/bpf_perf_event.h' (83,870) at 20220525020655115 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_timectrl_regdef.h' (83,871) at 20210307214930642 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-synology-ds213j.dts' (83,872) at 20240405153229871 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/main.c' (83,873) at 20240405153050201 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' (83,874) at 20241125090040576 to deleted uid set 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-venc.c' (83,875) at 20240405153046801 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_transition.c' (83,876) at 20240405153047305 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/cleanup/test/meson.build' (83,877) at 20211029000047258 to deleted uid set 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/cxusb.h' (83,878) at 20210307214928818 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/gpuobj.h' (83,879) at 20210307214927902 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cached_dir.h' (83,880) at 20241211090145525 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c' (83,881) at 20240405153231019 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/Makefile' (83,882) at 20220215040051648 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/cpu.h' (83,883) at 20210307214932486 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/uuid-tree.h' (83,884) at 20240405153052297 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pm9g45.h' (83,885) at 20210308005003612 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kvm_para.h' (83,886) at 20210307214931414 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/advise.h' (83,887) at 20240405153052965 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/netwinder-hw.c' (83,888) at 20210307214925882 2025-03-14 03:00:51.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/memcat_p.c' (83,889) at 20210307214931810 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utosi.c' (83,890) at 20240405153046625 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-sig.c' (83,891) at 20220215040051524 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml' (83,892) at 20240405153229783 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro5-proex.dts' (83,893) at 20240405153045577 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/recipe_sanity.bbclass' (83,894) at 20230211040012647 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/xapic_state_test.c' (83,895) at 20240405153232271 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/snps,pll-clock.txt' (83,896) at 20210307214925294 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_rmhandlers.S' (83,897) at 20240405153046169 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/elf.h' (83,898) at 20210307214926578 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ia32.h' (83,899) at 20240405153230111 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/ve8313.c' (83,900) at 20210308005003168 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/generic_fuzz.c' (83,901) at 20240906080037568 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_w.c' (83,902) at 20210308005046505 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-host-generic.c' (83,903) at 20220525020653843 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98390.h' (83,904) at 20240405153053641 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_csc_v.c' (83,905) at 20210307214927282 2025-03-14 03:00:51.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/trace.h' (83,906) at 20240405153053301 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/rc4030.c' (83,907) at 20241211090212270 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-checks.out' (83,908) at 20240326080039734 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/xdr.c' (83,909) at 20240405153052401 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/ocelot_pcb120.dts' (83,910) at 20240405153045989 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/OWNERS' (83,911) at 20240813080023290 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/auth_algo.hpp' (83,912) at 20240829080025807 to deleted uid set 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/mccmon6.c' (83,913) at 20210308005003016 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/Makefile' (83,914) at 20210308005002556 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/failed-syscalls.pl' (83,915) at 20210307214932566 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_firmware.c' (83,916) at 20210309003653088 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/axp2xx.c' (83,917) at 20240906080037252 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/digsig.rst' (83,918) at 20240405153229827 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbmethod.c' (83,919) at 20210309003649140 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/stm32-bsec-optee-ta.c' (83,920) at 20240405153051209 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/bpf_tcp_ca.c' (83,921) at 20240405153232015 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/romfs/internal.h' (83,922) at 20210307214931238 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dts' (83,923) at 20241106090018638 2025-03-14 03:00:51.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max11410.c' (83,924) at 20240405153048957 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/efi/index.rst' (83,925) at 20210307214925458 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/trace-events' (83,926) at 20240326080039414 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx_rdc.h' (83,927) at 20210308005002648 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq6018.dtsi' (83,928) at 20240729080011332 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema/d71f96a6523875c9694fcdf468c9f458323d07f2.patch' (83,929) at 20241221090017668 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ioctl.h' (83,930) at 20240405153231215 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/ndis.h' (83,931) at 20210307214930802 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1down.service' (83,932) at 20230920080013648 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-watch.h' (83,933) at 20210308005046037 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/cstate.c' (83,934) at 20240405153046405 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wait_bit.h' (83,935) at 20240405153052821 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/Kconfig' (83,936) at 20240405153051945 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/sva.rst' (83,937) at 20240405153044989 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbus_util_unittest.cpp' (83,938) at 20221118040028927 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/fpu/regset.c' (83,939) at 20240405153230123 to deleted uid set 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Key.v1_4_1.json' (83,940) at 20240619080002948 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb' (83,941) at 20240413080012655 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am654-industrial-thermal.dtsi' (83,942) at 20210309003648768 2025-03-14 03:00:51.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/amdgpu-glossary.rst' (83,943) at 20240405153045209 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/partition.c' (83,944) at 20241104090011599 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xx-spin-table' (83,945) at 20210308005003296 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/kernel-docs.rst' (83,946) at 20240405153045281 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch' (83,947) at 20230706080014761 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_euc-jp.c' (83,948) at 20210307214931190 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/osk5912.c' (83,949) at 20240405153054017 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/Makefile' (83,950) at 20210308005002944 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/madera/pdata.h' (83,951) at 20220525020654583 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/host_frus.json' (83,952) at 20221213040036917 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0010-net-snmp-Reproducibility-Don-t-check-build-host-for.patch' (83,953) at 20240413080012643 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/hisi-reboot.c' (83,954) at 20220525020653915 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_runtime.h' (83,955) at 20240405153231835 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c' (83,956) at 20240405153050113 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgf100.fuc3.h' (83,957) at 20210307214927938 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb' (83,958) at 20241221090017560 to deleted uid set 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/catalyst.c' (83,959) at 20240405153049709 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Certificate/meson.build' (83,960) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/wow.c' (83,961) at 20240405153050661 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmsan-checks.h' (83,962) at 20240405153052717 2025-03-14 03:00:51.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-wrv54g.dts' (83,963) at 20240405153045437 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/builtin-report.c' (83,964) at 20241008080014051 to deleted uid set 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zybo_z7_defconfig' (83,965) at 20210308005003288 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/Kconfig' (83,966) at 20220525020654315 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/maxinefb.h' (83,967) at 20210307214931698 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_project_config.py' (83,968) at 20241221090017592 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-devfreq.cfg' (83,969) at 20220804030014671 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpufreq-set.c' (83,970) at 20220525020655179 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/arm,pl041.yaml' (83,971) at 20240405153045161 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83627ehf.rst' (83,972) at 20210309003648428 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml' (83,973) at 20240405153045033 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/i2c_pmic_emul.c' (83,974) at 20210308005003468 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb' (83,975) at 20230503080014591 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_extend.c' (83,976) at 20240405153053321 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c' (83,977) at 20240405153230403 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/nop_func.h' (83,978) at 20230426080043952 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/cache.json' (83,979) at 20240405153054113 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/net/Makefile' (83,980) at 20240405153045949 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/check-perf-trace-record' (83,981) at 20210307214932566 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/boot.h' (83,982) at 20240411080014058 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/README' (83,983) at 20210308005002980 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/relayd/relayd_git.bb' (83,984) at 20240301090012419 2025-03-14 03:00:51.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana_spl.c' (83,985) at 20210308005003000 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pkt_cls.h' (83,986) at 20240405153231875 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/cpu.c' (83,987) at 20210308005002844 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500.inc' (83,988) at 20210905000020581 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/stpddc60.rst' (83,989) at 20240405153045217 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/reiserfs_xattr.h' (83,990) at 20240405153052933 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sh03/Makefile' (83,991) at 20210307214926542 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/package.py' (83,992) at 20210307205554634 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-bcm2836.c' (83,993) at 20240405153049189 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/u-boot-spl.lds' (83,994) at 20210308005002712 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-encoder-i2s.c' (83,995) at 20240405153053973 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/oe-selftest-image.bb' (83,996) at 20241221090017604 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-set-streamtype.rst' (83,997) at 20220525020654131 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/Kconfig' (83,998) at 20240405153053317 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c' (83,999) at 20210308005002556 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/appcommands.hpp' (84,000) at 20240403080005237 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/nmi.h' (84,001) at 20210307214932474 2025-03-14 03:00:51.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-radio-common.h' (84,002) at 20210307214928794 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_bootstrap-grid.scss' (84,003) at 20220105012522983 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.h' (84,004) at 20210309003650540 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/tegra124-soctherm.h' (84,005) at 20210307214931350 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h' (84,006) at 20240405153046005 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/gpio.c' (84,007) at 20210308005002820 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/90XWindowManager.sh' (84,008) at 20210307205554590 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/jh7110-aes.c' (84,009) at 20240405153230271 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/allwinner/phy-sun50i-usb3.c' (84,010) at 20240405153231307 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/Makefile' (84,011) at 20240405153045905 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c' (84,012) at 20240405153048797 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-hrefprev60.dtsi' (84,013) at 20240405153045581 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/trace/Makefile' (84,014) at 20210307214928086 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,adau7118.yaml' (84,015) at 20240405153045157 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-fhctl.h' (84,016) at 20240405153046793 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/Makefile.yaml.in' (84,017) at 20210308005057105 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fixmap.h' (84,018) at 20220525020652146 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h' (84,019) at 20210308005003616 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/open.c' (84,020) at 20241104090011595 2025-03-14 03:00:51.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/altera-sysmgr.c' (84,021) at 20240405153230831 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/cros-ec-regulator.c' (84,022) at 20240405153051461 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/tlb.c' (84,023) at 20240405153045933 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fanotify/fanotify_user.c' (84,024) at 20241216090017757 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_debugfs.c' (84,025) at 20240405153230571 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/CFcommon' (84,026) at 20210307214932714 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/Kconfig.mips' (84,027) at 20210307214927062 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rpmsg.h' (84,028) at 20240405153231839 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/index.js' (84,029) at 20220105012522999 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/gdbstub/test-sve.py' (84,030) at 20240906080037576 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/rpr0521.c' (84,031) at 20240405153049001 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c' (84,032) at 20210307214929538 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/powergate.h' (84,033) at 20210308005002672 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/vtable/vtable.cpp' (84,034) at 20231021080041482 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3188.h' (84,035) at 20210308005002660 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_smic_sm.c' (84,036) at 20210309003649228 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-cxl-protocol.c' (84,037) at 20241114091008828 to deleted uid set 2025-03-14 03:00:51.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/interval-tree.h' (84,038) at 20230426080043772 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-type.out' (84,039) at 20210308005046409 to deleted uid set 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rtmv20-regulator.yaml' (84,040) at 20240405153229791 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ip_local_port_range.c' (84,041) at 20240712080021105 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/pic32mzda_defconfig' (84,042) at 20240405153230011 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/early_printk.c' (84,043) at 20210307214926622 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prminst44xx.h' (84,044) at 20210307214925926 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/microchip,sparx5.h' (84,045) at 20210309003653812 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_refcount.c' (84,046) at 20240405153052577 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/goku_udc.c' (84,047) at 20240405153052085 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/events/test_bmc_snmp_trap.robot' (84,048) at 20240628080017117 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-armada-3700.txt' (84,049) at 20210307214925438 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/uapi/asm/kvm_perf.h' (84,050) at 20210307214932454 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/fsl,vf610-mscm-cpucfg.txt' (84,051) at 20210307214925274 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-cutils.c' (84,052) at 20230925080040105 2025-03-14 03:00:51.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_hmmu0_mmu_regs.h' (84,053) at 20240405153046585 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dquot.c' (84,054) at 20241023080012899 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/typhoon.h' (84,055) at 20210309003650528 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-bindings.txt' (84,056) at 20210307214925390 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-r5.dts' (84,057) at 20210308005002636 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_ipi_msg.h' (84,058) at 20240405153230803 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-swap/test_mips64r6_bitswap.c' (84,059) at 20210308005046525 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_user.h' (84,060) at 20210308004938820 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/Kconfig' (84,061) at 20210308005003052 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch' (84,062) at 20230706080014757 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/credentials.rst' (84,063) at 20210309003648460 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stv0991.dts' (84,064) at 20210308005002616 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig' (84,065) at 20210308005003264 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/jr2_pcb110.dts' (84,066) at 20210308005002812 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nvdimm/security.rst' (84,067) at 20240405153045193 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/creating-plugins/AddingPlugins.txt' (84,068) at 20210307214932722 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ns2.c' (84,069) at 20240405153230755 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/charon.dts' (84,070) at 20240405153046089 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/cpumap.h' (84,071) at 20240405153054065 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/cpu.h' (84,072) at 20210307214932630 2025-03-14 03:00:51.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/247.out' (84,073) at 20240326080039730 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/sh7264.h' (84,074) at 20210307214926554 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/bdw.c' (84,075) at 20240405153053993 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk4_4.16.7.bb' (84,076) at 20241221090017680 to deleted uid set 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/tr' (84,077) at 20210308005046149 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/perf_event.h' (84,078) at 20240405153045861 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/.gitignore' (84,079) at 20210927100127345 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/meson.build' (84,080) at 20210308005059705 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.err' (84,081) at 20210927100127469 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gicv3.h' (84,082) at 20210308005046017 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_acpi.h' (84,083) at 20240405153048621 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.h' (84,084) at 20210307214927954 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/Makefile' (84,085) at 20210308005003048 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/MAINTAINERS' (84,086) at 20210308005002948 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/target_from_group_max.cpp' (84,087) at 20240820080023686 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kfifo/inttype-example.c' (84,088) at 20240405153053429 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/memory.h' (84,089) at 20240405153045881 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf100.h' (84,090) at 20210307214927970 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/armor.c' (84,091) at 20210307214931902 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_t30.h' (84,092) at 20210308005003588 2025-03-14 03:00:51.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p1023.c' (84,093) at 20210308005003432 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/skbedit.json' (84,094) at 20210307214932726 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c' (84,095) at 20240405153230515 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/uprobes.h' (84,096) at 20210307214926514 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/vga-switcheroo.rst' (84,097) at 20210307214925498 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-testcontroller.bb' (84,098) at 20230813080012900 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/xrs700x.h' (84,099) at 20220525020653435 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha256_ni_asm.S' (84,100) at 20240405153046365 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/Makefile' (84,101) at 20240405153050181 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-tilapia-memory-timings.dtsi' (84,102) at 20240405153045485 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/isapnp/Kconfig' (84,103) at 20210307214930150 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts' (84,104) at 20240405153229963 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5651.txt' (84,105) at 20210307214925434 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8536_serdes.c' (84,106) at 20210308005002832 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h2-plus-bananapi-m2-zero.dts' (84,107) at 20240405153045389 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_context.h' (84,108) at 20240405153231811 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/nfc/index.rst' (84,109) at 20210307214925466 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/trace.c' (84,110) at 20240405153049185 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ramcfg.h' (84,111) at 20210307214927906 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a1_defconfig' (84,112) at 20210421100236122 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/iotrace.h' (84,113) at 20210308005003652 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm3384_zephyr.dtsi' (84,114) at 20210307214926190 2025-03-14 03:00:51.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/parser_factory.cpp' (84,115) at 20230329080020352 to deleted uid set 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/amd/pmc/pmc.c' (84,116) at 20241115090012957 to deleted uid set 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/entity_manager.cpp' (84,117) at 20241101080009595 to deleted uid set 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/pvh/head.S' (84,118) at 20241212090012679 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/Kconfig' (84,119) at 20241211090212274 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intel4-72.0E' (84,120) at 20210307205553762 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/Makefile' (84,121) at 20240405153231603 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (84,122) at 20211015100030976 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/.gitignore' (84,123) at 20210307214926542 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4b.dts' (84,124) at 20240405153045817 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/Makefile' (84,125) at 20210307214929386 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/splice.c' (84,126) at 20240405153231887 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/h3xxx.h' (84,127) at 20210307214925958 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/ga102.c' (84,128) at 20240405153048649 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aha1740.c' (84,129) at 20240405153051553 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stmpe-i2c.c' (84,130) at 20240405153230839 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gbs.dts' (84,131) at 20241105090012295 to deleted uid set 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/sun3dvma.c' (84,132) at 20210307214926174 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/hp680_ts_input.c' (84,133) at 20210307214928506 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/Makefile' (84,134) at 20210307214930886 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/sms-cards.c' (84,135) at 20210309003650296 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atalk.h' (84,136) at 20240405153052657 2025-03-14 03:00:51.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/mem_protect.h' (84,137) at 20240405153045881 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/eth_t208xqds.c' (84,138) at 20210308005002996 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/cache.json' (84,139) at 20240405153054109 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/loader.c' (84,140) at 20240906080037428 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvp514x.c' (84,141) at 20240405153049341 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c' (84,142) at 20240805080013947 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/misc_support.h' (84,143) at 20210307214930546 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/Kconfig' (84,144) at 20210308005002984 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml' (84,145) at 20240405153045037 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s921.h' (84,146) at 20210307214928634 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/sf.c' (84,147) at 20210308005003540 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,fimc.yaml' (84,148) at 20240405153229775 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-local.h' (84,149) at 20210308005045817 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mahult' (84,150) at 20210307205553786 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/Kconfig' (84,151) at 20210308005002828 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/sched-migration.py' (84,152) at 20210307214932570 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/images/meta-webserver-image-all.bb' (84,153) at 20231014080011723 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-or-later' (84,154) at 20211006000025234 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/qa-checks.rst' (84,155) at 20240417080014698 to deleted uid set 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-dai-hostless.c' (84,156) at 20210307214932398 2025-03-14 03:00:51.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rcar3.h' (84,157) at 20210307214930858 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.0-only' (84,158) at 20210316000012717 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/0002-remove-unused-execinfo.h.patch' (84,159) at 20210307205553746 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/gen-fan-zone-defs.py' (84,160) at 20221209040031635 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8250-pinctrl.yaml' (84,161) at 20240405153045137 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/TODO' (84,162) at 20210307214930506 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-software_node' (84,163) at 20210307214925198 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.h' (84,164) at 20210307214927294 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/decode-insn.c' (84,165) at 20240405153230071 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (84,166) at 20241209090013420 to deleted uid set 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/system.h' (84,167) at 20210308005002848 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sprd-sc27xx-spi.c' (84,168) at 20240405153230839 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/helper.h' (84,169) at 20210927100127381 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_util.hpp' (84,170) at 20220727030029197 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/isolation.h' (84,171) at 20240405153052789 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/apei.c' (84,172) at 20240405153046417 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/Makefile' (84,173) at 20240405153049473 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/221' (84,174) at 20210927100127493 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-f300.h' (84,175) at 20210307214928686 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-ipmi-fru.bbclass' (84,176) at 20210307205554058 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/README.md' (84,177) at 20210307205553734 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml' (84,178) at 20240405153045109 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/font.h' (84,179) at 20220525020654567 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.out' (84,180) at 20210308005046409 to deleted uid set 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/hamradio/baycom.rst' (84,181) at 20210309003648448 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ptimer.h' (84,182) at 20221215040039186 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/keymaps.c' (84,183) at 20221215040039398 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-prodikeys' (84,184) at 20210307214925202 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/proc.c' (84,185) at 20240405153232111 2025-03-14 03:00:51.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/health/files/bmc_health_config.json' (84,186) at 20240228090013752 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_vmlinux.c' (84,187) at 20240405153054281 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/qemuloongarch.inc' (84,188) at 20231014080011731 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/it913x.c' (84,189) at 20240405153049533 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c' (84,190) at 20241211090145413 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/cacheflush.h' (84,191) at 20210307214926158 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ply_3.11.bb' (84,192) at 20240301090012471 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-mt2712.txt' (84,193) at 20210307214925418 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv-stub.c' (84,194) at 20241211090212486 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/libraries.rst' (84,195) at 20240302090018218 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/microchip,cap11xx.yaml' (84,196) at 20240405153045081 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-bdp.c' (84,197) at 20240405153046793 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/stm32f2xx_adc.c' (84,198) at 20241211090212246 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sp9863a-1h10.dts' (84,199) at 20210307214926050 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update.bb' (84,200) at 20241206090014226 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-qcm2290.c' (84,201) at 20240405153046821 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/cmp.h' (84,202) at 20210307214932206 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/clc37a.h' (84,203) at 20210309003649824 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t104xqds.dtsi' (84,204) at 20240405153046093 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/irq.h' (84,205) at 20210307214925850 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_arfs.h' (84,206) at 20240405153049997 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/cb_pcidda.c' (84,207) at 20240405153046889 2025-03-14 03:00:51.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cq.c' (84,208) at 20240405153049017 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_arc_acp_eng_regs.h' (84,209) at 20240405153046585 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.zfs' (84,210) at 20210308005003300 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/Kconfig' (84,211) at 20210308005003008 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/tps51632-regulator.h' (84,212) at 20210307214931498 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/conditional.h' (84,213) at 20240405153053477 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/law.c' (84,214) at 20210308005002836 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds174x.c' (84,215) at 20210308005003480 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/Kconfig' (84,216) at 20210308005002984 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/soft-dirty.c' (84,217) at 20240405153232275 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/net/bpf_jit_comp_32.c' (84,218) at 20240405153046337 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.h' (84,219) at 20220525020652522 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.h' (84,220) at 20220525020653755 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/vmcs.h' (84,221) at 20221215040039302 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/0001-Support-gcc10-compilation.patch' (84,222) at 20210307205554582 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/time.c' (84,223) at 20210307214926270 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_video.c' (84,224) at 20240405153049449 2025-03-14 03:00:51.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-src-ruli_addr.c-Add-missing-format-string.patch' (84,225) at 20210307205553846 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hptiop.h' (84,226) at 20240405153051605 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_netdev.h' (84,227) at 20240405153052753 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-meson.build-support-building-with-ICU-76.patch' (84,228) at 20241221090017492 to deleted uid set 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/picamera-libs/picamera-libs.bb' (84,229) at 20241221090017576 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h' (84,230) at 20240405153047105 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-sopine-baseboard.dts' (84,231) at 20210308005002616 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts' (84,232) at 20220525020651938 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0049-corstone1000-Add-secondary-cores-cpu-nodes-for-FVP.patch' (84,233) at 20241206090014210 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/fedora.docker' (84,234) at 20241211090212534 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/brcmstb_memc.c' (84,235) at 20240405153049585 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs47l15-tables.c' (84,236) at 20240405153230835 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/owl-s900-powergate.h' (84,237) at 20210307214931346 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/config.c' (84,238) at 20240405153049645 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/include/asm/kvm_host.h' (84,239) at 20240405153230063 to deleted uid set 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0001-Don-t-check-xsltproc-manpages.patch' (84,240) at 20240113090014532 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/README' (84,241) at 20210308005046501 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/libcap-ng.inc' (84,242) at 20241221090017696 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/Makefile' (84,243) at 20210308005002964 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_cfm.c' (84,244) at 20220525020654799 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb' (84,245) at 20210812000025214 2025-03-14 03:00:51.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/braille/braille_console.c' (84,246) at 20240405153046609 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb' (84,247) at 20241221090017524 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/dw/internal.h' (84,248) at 20220525020652406 to deleted uid set 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c' (84,249) at 20210309003649836 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ia_css_macc1_5_types.h' (84,250) at 20210307214930558 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/accept.c' (84,251) at 20240405153050105 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sh_eth.c' (84,252) at 20210308005003444 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kprobes/ftrace.c' (84,253) at 20240628080013981 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml' (84,254) at 20240405153045049 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c' (84,255) at 20240405153230331 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/lpc.cpp' (84,256) at 20240817080027656 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/Kconfig' (84,257) at 20240405153051325 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/pkt_access.c' (84,258) at 20240405153054257 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm2305.c' (84,259) at 20240405153053789 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh' (84,260) at 20210307205554502 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/sockbits.h' (84,261) at 20210308005046085 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/wm,prizm-ge-rops.txt' (84,262) at 20210307214925310 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml' (84,263) at 20240405153045157 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vlynq.h' (84,264) at 20210307214931534 2025-03-14 03:00:51.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_mp.h' (84,265) at 20220525020654187 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-as3722.c' (84,266) at 20210307214930210 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/exception.hpp' (84,267) at 20210308005123345 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/Makefile' (84,268) at 20210308005003352 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/sensor_monitoring.md' (84,269) at 20240809080033023 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-ptest-fast.bb' (84,270) at 20240302090018202 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/yocto-development.md' (84,271) at 20221209040006399 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/regd.h' (84,272) at 20240405153050473 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot_2024.10.bb' (84,273) at 20241221090017636 to deleted uid set 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/mcount_dyn.S' (84,274) at 20240405153045945 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/192.out' (84,275) at 20210308005046457 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (84,276) at 20230721080014366 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vsi_vlan_lib.h' (84,277) at 20240405153230979 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/inexio.c' (84,278) at 20210307214928506 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/can/ctu/ctucanfd-driver.rst' (84,279) at 20240405153045233 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/fds.c' (84,280) at 20240906080037372 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov8856.c' (84,281) at 20240405153049333 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/Makefile' (84,282) at 20210308005002752 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.json' (84,283) at 20210308005046413 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-sbc-t335.dts' (84,284) at 20240405153045589 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-crc16.c' (84,285) at 20210309003650508 2025-03-14 03:00:51.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_hierarchical_stats.c' (84,286) at 20240405153054249 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/mycroft-setup.service' (84,287) at 20210307205553802 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio.h' (84,288) at 20210307214930182 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmcoge5ne_defconfig' (84,289) at 20210308005003264 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_intr.h' (84,290) at 20240405153051737 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/i8259.h' (84,291) at 20210308005002880 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-mplcec4.dts' (84,292) at 20240405153045457 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r16-bananapi-m2m.dts' (84,293) at 20240405153045393 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/s5p_wdt.c' (84,294) at 20210308005003540 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-pico-hobbit.dts' (84,295) at 20240405153045501 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_interfaces.cpp' (84,296) at 20210308005104849 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/asm-extable.h' (84,297) at 20240405153045933 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/thc63lvd1024.c' (84,298) at 20240405153048385 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zlib' (84,299) at 20210307205554426 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallan' (84,300) at 20210307205553782 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/include/utils.h' (84,301) at 20240405153054385 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_windows.c' (84,302) at 20210308005108641 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kernel-hacking/false-sharing.rst' (84,303) at 20240405153045225 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_sdcard_ifc_defconfig' (84,304) at 20210308005003264 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/Makefile.vdso' (84,305) at 20241121090029260 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_structs.h' (84,306) at 20220429100100642 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/threadmap.h' (84,307) at 20240405153054065 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/hgsmi_base.c' (84,308) at 20241104090011571 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (84,309) at 20241206090014218 to deleted uid set 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/8.Conclusion.rst' (84,310) at 20240405153045245 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-union.err' (84,311) at 20220429100100882 2025-03-14 03:00:51.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/ptrace.c' (84,312) at 20240520080015127 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atmel-isc-media.h' (84,313) at 20210307214931358 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ftoi.S' (84,314) at 20230925080040101 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-meta.dts' (84,315) at 20210307214925994 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr.c' (84,316) at 20210308005003476 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/IPS_P10BMCAspeedSBPubKey_1.pem' (84,317) at 20220810030014017 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/tdx.rst' (84,318) at 20240405153044989 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/libipw_geo.c' (84,319) at 20210307214929826 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h' (84,320) at 20240405153230323 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_sample04_many_flows.sh' (84,321) at 20240405153053429 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mxic-nand.txt' (84,322) at 20210307214925370 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK06.boot' (84,323) at 20210307214932714 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/chassis.cpp' (84,324) at 20240817080031292 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/media/omap4iss.h' (84,325) at 20210307214931478 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/treeboot-akebono.c' (84,326) at 20210307214926362 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517.dtsi' (84,327) at 20210308005002564 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/clone-visitor.h' (84,328) at 20240906080037344 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-dev.c' (84,329) at 20240405153231471 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/onenand.c' (84,330) at 20210308005003216 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/hardware.py' (84,331) at 20240326080039726 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/debugfs.h' (84,332) at 20240405153052677 2025-03-14 03:00:51.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-evk.dts' (84,333) at 20240405153045725 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxbf-bootctl.c' (84,334) at 20240405153231339 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_adjust_tail_grow.c' (84,335) at 20240405153054281 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/README.md' (84,336) at 20240529080021927 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fd.h' (84,337) at 20220525020654667 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/README' (84,338) at 20220525020653771 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_watchdog.c' (84,339) at 20210308005003704 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_ag_api.h' (84,340) at 20240405153050177 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_display.h' (84,341) at 20210307214930674 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/mini_inflate.h' (84,342) at 20210308005003656 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/cpuinfo.hpp' (84,343) at 20240904080048575 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/secure-debug.yml' (84,344) at 20241221090017464 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sun50i-cpufreq-nvmem.c' (84,345) at 20240405153230255 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml' (84,346) at 20240106090017249 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/ecc.h' (84,347) at 20210307214926210 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/217' (84,348) at 20210927100127493 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/symbol/kallsyms.c' (84,349) at 20210307214932494 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/elf_arm_efi.lds' (84,350) at 20210308005002708 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf-cgroup.h' (84,351) at 20240913080013833 2025-03-14 03:00:51.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/isa.h' (84,352) at 20230426080043760 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_main_regs.h' (84,353) at 20240405153050177 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-aes.c' (84,354) at 20240405153230267 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/meson.build' (84,355) at 20240827080004802 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/rtq6056.c' (84,356) at 20240405153048961 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ffs/ffs_git.bb' (84,357) at 20230418080015344 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/types.h' (84,358) at 20210307214926122 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-viperboard.c' (84,359) at 20220525020652442 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/098.out' (84,360) at 20210308005046445 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/fifo.h' (84,361) at 20220525020652947 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe-decoder/arm-spe-pkt-decoder.h' (84,362) at 20240405153054181 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/manager.c' (84,363) at 20210307214930930 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-hibvt.c' (84,364) at 20240405153231359 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/transport.c' (84,365) at 20210307214932046 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util_1.6.3.bb' (84,366) at 20230503080014623 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mpage.h' (84,367) at 20240405153052741 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/lite5200_pm.c' (84,368) at 20240405153046197 2025-03-14 03:00:51.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt7986-clk.h' (84,369) at 20240405153052645 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d4ek.h' (84,370) at 20210308005003612 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis-eval.dts' (84,371) at 20240405153045737 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/pci-info.txt' (84,372) at 20210308005003328 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0001-Make-python-path-configurable.patch' (84,373) at 20220204040022424 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/qcom-vadc-common.c' (84,374) at 20240405153048961 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/pfault.c' (84,375) at 20240405153230087 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/hsdk_defconfig' (84,376) at 20240405153229859 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9052/da9052.h' (84,377) at 20210307214931426 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/via/via-rhine.c' (84,378) at 20240405153231067 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_fb.h' (84,379) at 20210308005003692 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/Makefile' (84,380) at 20240405153045745 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-bone.dts' (84,381) at 20240405153045589 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/motorola-cpcap.txt' (84,382) at 20220525020651690 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/layer.conf' (84,383) at 20241221090017568 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/segment_regs.c' (84,384) at 20220525020652066 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/special_insns.h' (84,385) at 20240405153230115 to deleted uid set 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/suspend.py' (84,386) at 20220910030013401 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sunxi/Kconfig' (84,387) at 20240405153051773 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/.gitignore' (84,388) at 20220525020526729 2025-03-14 03:00:51.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/client-api.rst' (84,389) at 20220525020651726 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/rootfs.py' (84,390) at 20241221090017704 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/IRIW+poonceonces+OnceOnce.litmus' (84,391) at 20210307214932502 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_cgrp_storage.rst' (84,392) at 20240405153044993 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/numa/Makefile' (84,393) at 20210307214926854 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/exception_utils.cpp' (84,394) at 20210914000041091 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9850.c' (84,395) at 20240405153053641 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/meson.build' (84,396) at 20241112090035822 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpupower_intern.h' (84,397) at 20240405153232243 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmnv04.c' (84,398) at 20210307214927966 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/interrupt_helper.c' (84,399) at 20210308005046313 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/xilinx.h' (84,400) at 20210308005003692 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/byteorder.h' (84,401) at 20210307214926514 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/raspi-gpio/raspi-gpio_git.bb' (84,402) at 20220502030010124 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utpredef.c' (84,403) at 20240405153046625 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/bcm2835/bcm2835_1.73.bb' (84,404) at 20240113090014540 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/of.c' (84,405) at 20240405153231295 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/highway_1.2.0.bb' (84,406) at 20241221090017516 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/kunit.rs' (84,407) at 20240405153232095 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp1034.c' (84,408) at 20210307214928702 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c.h' (84,409) at 20221215040039374 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/tunnel6.c' (84,410) at 20210309003654372 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh' (84,411) at 20230428080015194 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_color.c' (84,412) at 20240405153049397 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_debug.h' (84,413) at 20240405153051665 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Video2000' (84,414) at 20210307205553758 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic3x-i2c.c' (84,415) at 20240405153053809 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/0001-meson.build-allow-crosscompiling-gir.patch' (84,416) at 20230919080013958 2025-03-14 03:00:51.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/messanger.hpp' (84,417) at 20220412175720086 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_pedit.c' (84,418) at 20240405153053361 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' (84,419) at 20240819080030267 to deleted uid set 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/bus.json' (84,420) at 20210307214932534 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_regs.c' (84,421) at 20210309003648964 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/xtensa/core.c' (84,422) at 20240405153054005 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/config' (84,423) at 20220612030016735 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/config.c' (84,424) at 20240405153230019 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/framebuffer.h' (84,425) at 20210308005045857 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/Makefile' (84,426) at 20220525020654983 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu-param.h' (84,427) at 20230426080043920 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-vp9.h' (84,428) at 20240405153052833 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/0001-Fix-signature-of-create_menu-function.patch' (84,429) at 20221003030013281 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bfq-wf2q.c' (84,430) at 20240405153046517 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-dai-pcm.c' (84,431) at 20240405153053973 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/meson.build' (84,432) at 20210308005046085 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch' (84,433) at 20230706080014761 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/l2t.c' (84,434) at 20210309003650604 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/evergreen' (84,435) at 20210307214928018 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/devices/ipoctal.h' (84,436) at 20220525020653199 2025-03-14 03:00:51.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amlogic/Makefile' (84,437) at 20240405153049393 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/splash_source.c' (84,438) at 20210308005003232 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.h' (84,439) at 20240405153050037 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-write-threshold.c' (84,440) at 20210927100127649 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/consumer.h' (84,441) at 20240405153052765 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/extra-properties.py' (84,442) at 20221213040022341 to deleted uid set 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/Makefile' (84,443) at 20210308005002916 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/compare_presence_action_tests.cpp' (84,444) at 20210308005405938 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8192e2ant.c' (84,445) at 20210309003651800 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-cros-ec.c' (84,446) at 20240405153231355 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/libassuan_pkgconf.patch' (84,447) at 20241221090017700 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/test-ww_mutex.c' (84,448) at 20240405153231915 2025-03-14 03:00:51.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.out' (84,449) at 20210308005046405 to deleted uid set 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-io.json' (84,450) at 20240405153054149 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tx.c' (84,451) at 20240405153231051 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/r8a66597.h' (84,452) at 20240405153052813 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-models-x86.rst.inc' (84,453) at 20240906080037180 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/COPYING.MIT' (84,454) at 20210307205553682 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/mmu_context_mm.h' (84,455) at 20220525020651986 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/Makefile' (84,456) at 20210309003654900 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/Kbuild' (84,457) at 20240405153052617 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tc/tc-driver.c' (84,458) at 20210307214930714 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_fourport.c' (84,459) at 20210307214930742 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/smsc47m1.c' (84,460) at 20220525020653063 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/classes/distutils3.bbclass' (84,461) at 20240302090018206 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-logging.wrap' (84,462) at 20230821192414188 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/sysret_ss_attrs.c' (84,463) at 20210307214932734 2025-03-14 03:00:51.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/rzv2m-pinctrl.h' (84,464) at 20240405153052653 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/hw.h' (84,465) at 20210307214929778 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/server.ttyVUART0.conf' (84,466) at 20240402080012066 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/Makefile' (84,467) at 20210309003648820 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_statclose_unittest.cpp' (84,468) at 20230821192414188 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/qtest.rst' (84,469) at 20241211090212238 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/joydump.c' (84,470) at 20240405153049133 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m2.dtsi' (84,471) at 20240405153229963 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/cla-signers/update-cla.sh' (84,472) at 20210308005111457 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/configure.ac' (84,473) at 20210308004938816 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/peci/Kconfig' (84,474) at 20240405153048869 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ncftp-configure-use-BUILD_CC-for-ccdv.patch' (84,475) at 20210307205553818 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/ili9320.h' (84,476) at 20210307214931694 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/SecurityKeys/meson.build' (84,477) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-ice.dts' (84,478) at 20210308005002592 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/formike.c' (84,479) at 20210308005003528 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.yaml' (84,480) at 20240405153045137 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_b.c' (84,481) at 20210308005046517 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/ulpi_phy.h' (84,482) at 20210307214931470 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/Makefile' (84,483) at 20240405153230403 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_isd200.h' (84,484) at 20210307214930878 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/string_choices.h' (84,485) at 20240405153231843 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/RUDE01.boot' (84,486) at 20220525020655231 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/Kconfig' (84,487) at 20210308005003168 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h' (84,488) at 20240405153048789 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/signing/key.secret' (84,489) at 20210307205554386 2025-03-14 03:00:51.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_irc.h' (84,490) at 20210307214931458 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vectors.h' (84,491) at 20220525020651950 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-bcm7120-l2.c' (84,492) at 20240405153049193 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/processor_idle.c' (84,493) at 20240719080013345 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-Display-PostScript' (84,494) at 20241221090017612 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc0_cfg_regs.h' (84,495) at 20240405153046581 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/ifile.h' (84,496) at 20240405153052445 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/gbmc-dev-ssh-key/gbmc-dev.pub' (84,497) at 20210417000027537 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh' (84,498) at 20240405153232267 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (84,499) at 20241206090014226 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts' (84,500) at 20210308005002600 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/switch.c' (84,501) at 20240405153229987 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/tlbflush-hash.h' (84,502) at 20240405153046105 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/reloc_aarch64_efi.c' (84,503) at 20210308005002708 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/issues.rst' (84,504) at 20210307214925514 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/priv.h' (84,505) at 20220525020652963 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb' (84,506) at 20241221090017568 to deleted uid set 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-sibyte/cpu-feature-overrides.h' (84,507) at 20210307214926226 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_config.py' (84,508) at 20240405153054225 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c' (84,509) at 20240725080013728 2025-03-14 03:00:51.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/alphascale/alphascale-asm9260-devkit.dts' (84,510) at 20240405153045397 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools_%.bbappend' (84,511) at 20220921030015982 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/docs/yaml_syntax_rules.md' (84,512) at 20221209040018567 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/update_report_ind.hpp' (84,513) at 20220412175720086 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/trace-events' (84,514) at 20241211090212354 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/entry.S' (84,515) at 20220913100024141 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/tracing/rtla/src/timerlat_hist.c' (84,516) at 20241220090018346 to deleted uid set 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/atomic64.c' (84,517) at 20240405153053081 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl-render.c' (84,518) at 20240906080037216 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp102.c' (84,519) at 20240405153048661 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vvfat.c' (84,520) at 20240906080037156 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb_iplan2p8.c' (84,521) at 20210307214930898 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/cmd.c' (84,522) at 20210307214929522 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_tables_ipv6.h' (84,523) at 20240910080014082 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0003-testing-add-the-output-format-for-ptest.patch' (84,524) at 20240413080012643 2025-03-14 03:00:51.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/rxon.c' (84,525) at 20240405153050517 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/shm_ipc_defs.h' (84,526) at 20210307214929902 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/irq.h' (84,527) at 20220525020651974 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/debugHostSelector_button.cpp' (84,528) at 20230511080024275 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sc8180x-tlmm.yaml' (84,529) at 20240405153045137 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/config.json' (84,530) at 20231213090027094 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/xarray.rst' (84,531) at 20240405153045289 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi' (84,532) at 20240405153045757 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_ffdc.hpp' (84,533) at 20240827080014470 to deleted uid set 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch' (84,534) at 20210307205554606 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-rev2.dts' (84,535) at 20210309003648756 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/ptrace.h' (84,536) at 20240405153229991 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/tegra-gpio.h' (84,537) at 20210308005003636 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/135.out' (84,538) at 20210308005046449 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88261.h' (84,539) at 20240405153232143 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/exec.h' (84,540) at 20240326080039566 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_init.c' (84,541) at 20240405153231387 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-utils.c' (84,542) at 20240405153231719 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/Kconfig' (84,543) at 20240326080039470 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-skov-revc-lt2.dtsi' (84,544) at 20240405153045517 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/eb_cpu5282_defconfig' (84,545) at 20210308005003256 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/Makefile' (84,546) at 20240405153046741 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/cpu_hotplug.c' (84,547) at 20210307214930978 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-iop3xx.txt' (84,548) at 20210307214925322 2025-03-14 03:00:51.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_axuser_dec_regs.h' (84,549) at 20240405153046589 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_lvds.c' (84,550) at 20240405153230631 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kfifo/Makefile' (84,551) at 20210307214932126 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb3_regs.h' (84,552) at 20221215040039182 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/tps6594-pfsm.rst' (84,553) at 20240405153045225 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/intel-ish-client-if.h' (84,554) at 20240405153052709 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/gdb_build_jobs_and_not_write_crash_target.patch' (84,555) at 20230401080011939 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/ioc.h' (84,556) at 20210307214926242 2025-03-14 03:00:51.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json' (84,557) at 20210307205554226 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/caif/linux_caif.rst' (84,558) at 20210307214925526 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/writeback_cache_control.rst' (84,559) at 20210309003648312 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-PovazskaBystrica' (84,560) at 20210307205553794 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/x86/ce4100.txt' (84,561) at 20210307214925454 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ti-dac7311.c' (84,562) at 20240405153048981 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/qman-portals.txt' (84,563) at 20210307214925422 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_powersave.c' (84,564) at 20210309003649272 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_infineon.c' (84,565) at 20210308005003500 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/tftp.c' (84,566) at 20210308005003720 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/sched.h' (84,567) at 20240326080039546 2025-03-14 03:00:51.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2059.h' (84,568) at 20210307214929798 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,ltc2945.yaml' (84,569) at 20240405153045065 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lochnagar.rst' (84,570) at 20210307214925502 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grulib.h' (84,571) at 20210307214929174 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb_miim_regs.h' (84,572) at 20210308005002820 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb2pdu.c' (84,573) at 20241211090145533 to deleted uid set 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/cmtp/Kconfig' (84,574) at 20210307214931882 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/display-timings.yaml' (84,575) at 20240405153045041 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/io.c' (84,576) at 20210307214932678 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/groups.c' (84,577) at 20240405153053001 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/crownbay_defconfig' (84,578) at 20210308005003256 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/armv7m_systick.c' (84,579) at 20241211090212338 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_cq.c' (84,580) at 20241211090145437 to deleted uid set 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_kfunc_success.c' (84,581) at 20240405153232259 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_arm_spe.sh' (84,582) at 20240405153054173 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Presov' (84,583) at 20210307205553794 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/huawei,hg556a.dts' (84,584) at 20210308005002812 2025-03-14 03:00:51.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb' (84,585) at 20241221090017532 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/mpc86xads.h' (84,586) at 20210307214926458 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_vlan.c' (84,587) at 20240405153050173 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_1_d.h' (84,588) at 20210307214927686 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_ctl.h' (84,589) at 20220525020654051 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-cs5535.c' (84,590) at 20220525020652438 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/Makefile' (84,591) at 20240405153046197 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/parse_varlen.c' (84,592) at 20210307214932118 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Fix-potential-string-truncation-in-strncpy.patch' (84,593) at 20210307205553842 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/model.cpp' (84,594) at 20241114091025397 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/sleep.S' (84,595) at 20210307214925954 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/uapi/asm/kvm.h' (84,596) at 20210307214932454 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/conv_container.hpp' (84,597) at 20220412175720090 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch' (84,598) at 20241221090017692 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/MAINTAINERS' (84,599) at 20210308005003072 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/alignment/Makefile' (84,600) at 20210307214932698 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_handle_array.c' (84,601) at 20210307214929178 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lis3lv02d/lis3lv02d_i2c.c' (84,602) at 20240405153230843 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_sample01_simple.sh' (84,603) at 20241125090012267 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_mem.h' (84,604) at 20220525020653167 2025-03-14 03:00:51.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch' (84,605) at 20231011080016574 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/mmconfig_32.c' (84,606) at 20210307214926742 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/6.Followthrough.rst' (84,607) at 20240405153045245 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-libasm-may-link-with-libbz2-if-found.patch' (84,608) at 20241221090017656 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/mt6360_charger.yaml' (84,609) at 20240405153045141 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/cacheflush.c' (84,610) at 20240405153229991 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png' (84,611) at 20230804080018091 to deleted uid set 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/lib/zmem.c' (84,612) at 20240405153046501 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb' (84,613) at 20241221090017524 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NBPL-1.0' (84,614) at 20211006000025238 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/conf-notes.txt' (84,615) at 20230311090013135 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/rest_response_code.robot' (84,616) at 20210308005007116 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/idle_64e.S' (84,617) at 20240405153046141 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/ddr.c' (84,618) at 20210308005002976 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/keysetup.c' (84,619) at 20240405153052317 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/filemap.py' (84,620) at 20230401080011983 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-babel_2.16.0.bb' (84,621) at 20241221090017668 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_terratec.c' (84,622) at 20210307214932206 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_mdb.c' (84,623) at 20240405153050173 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_hdmi.c' (84,624) at 20220525020655071 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/tc_police_scale.sh' (84,625) at 20210309003655996 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/host-interface.cpp' (84,626) at 20240820080018013 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mpls_iptunnel.h' (84,627) at 20210307214931450 2025-03-14 03:00:51.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent_map.c' (84,628) at 20240503080014494 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_route.c' (84,629) at 20240405153053357 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c' (84,630) at 20240405153231311 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c' (84,631) at 20240405153051349 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/userfaultfd.h' (84,632) at 20240906080037356 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml' (84,633) at 20240405153045133 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml' (84,634) at 20240405153045029 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/mdb.c' (84,635) at 20240405153052377 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/idle.h' (84,636) at 20210309003648832 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/iperf3.service' (84,637) at 20210307205553682 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-aio-multithread.c' (84,638) at 20230925080040101 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg' (84,639) at 20210307205554274 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/attr.c' (84,640) at 20241023080012895 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/mmu-arm64_s10.c' (84,641) at 20210308005002780 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/img-ascii-lcd.c' (84,642) at 20240405153046677 2025-03-14 03:00:51.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/config' (84,643) at 20240405153232279 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfs/pnfs.c' (84,644) at 20240919080017078 to deleted uid set 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/main.py' (84,645) at 20240413080012671 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/tso.c' (84,646) at 20240405153053229 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml' (84,647) at 20240405153229783 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/dbus_utility.hpp' (84,648) at 20241217090008760 to deleted uid set 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/mount.c' (84,649) at 20240405153052541 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sdm845.c' (84,650) at 20240405153232191 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-loader.c' (84,651) at 20240405153232199 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/atmel-secumod.h' (84,652) at 20210307214931590 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-rock2-som.dtsi' (84,653) at 20240405153045561 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/ipt_SYNPROXY.c' (84,654) at 20210307214931946 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-milbeaut/Kconfig' (84,655) at 20210307214925898 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ens1370.c' (84,656) at 20240405153053525 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/Kconfig' (84,657) at 20210308005002952 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/zforce_ts.h' (84,658) at 20210307214931482 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/machine-summary-overview.txt.jinja' (84,659) at 20220804030014695 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi' (84,660) at 20210308005002576 2025-03-14 03:00:51.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/prcm-regs.c' (84,661) at 20210308005002760 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs_ipk.bbclass' (84,662) at 20240124090012258 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux-reg.txt' (84,663) at 20220525020651678 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/0001-Conceal-imp-warnings-in-Python3.patch' (84,664) at 20240301090012427 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts' (84,665) at 20240405153229951 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/Makefile' (84,666) at 20240405153047253 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/nested.h' (84,667) at 20240405153230135 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-ccu.h' (84,668) at 20210308005003636 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/include/meson.build' (84,669) at 20220525020545505 to deleted uid set 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/settings/phosphor-settings-defaults-native/bletchley-frontpanel.yaml' (84,670) at 20221206040015537 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_ioc32.c' (84,671) at 20240405153048525 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb' (84,672) at 20230317080013821 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/Makefile' (84,673) at 20210307214930922 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/eukrea-tlv320.txt' (84,674) at 20210307214925426 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/meson.build' (84,675) at 20241211090212278 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/iio_dummy_evgen.h' (84,676) at 20210307214928342 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c' (84,677) at 20220525020652506 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target.h' (84,678) at 20221215040039062 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/tc27x_soc.h' (84,679) at 20221215040039186 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/scpi-hwmon.c' (84,680) at 20240405153230667 2025-03-14 03:00:51.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-frequency-admv1014' (84,681) at 20240405153044917 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc.c' (84,682) at 20241125090012247 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/sms-cards.h' (84,683) at 20210307214928602 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c' (84,684) at 20240405153047217 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/mcast.c' (84,685) at 20240405153232035 to deleted uid set 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/mei/mei-amt-version.c' (84,686) at 20220525020654935 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sunplus/sunplus-sp7021-demo-v3.dts' (84,687) at 20240405153045585 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv200d.h' (84,688) at 20210307214928018 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_eq.c' (84,689) at 20220525020654987 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig' (84,690) at 20210308005003232 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/dvb-usb-v2/af9035.c' (84,691) at 20240405153230823 to deleted uid set 2025-03-14 03:00:51.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/6.Followthrough.rst' (84,692) at 20240405153229839 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_recent.h' (84,693) at 20210307214931646 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_dio_link_encoder.c' (84,694) at 20240405153230399 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/hi6421v600-irq.c' (84,695) at 20240405153230843 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/inject-buildid.c' (84,696) at 20240613080016555 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.json' (84,697) at 20210927100127469 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/unicast_extensions.sh' (84,698) at 20240405153232283 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rzg2l_mipi_dsi_regs.h' (84,699) at 20240405153048745 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/kickstart.rst' (84,700) at 20230114040015522 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_unxz.c' (84,701) at 20240405153053085 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.kcov' (84,702) at 20210309003654520 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/gl518sm.c' (84,703) at 20240405153048857 2025-03-14 03:00:51.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (84,704) at 20210901000020343 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/mipi-csis.c' (84,705) at 20240405153049461 to deleted uid set 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/adsp.h' (84,706) at 20210308005002876 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb' (84,707) at 20220204040022432 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb' (84,708) at 20241221090017696 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/fpga/fpga-region.rst' (84,709) at 20240613080016359 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/xen/xen-asm.S' (84,710) at 20241220090018306 to deleted uid set 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (84,711) at 20241206090014234 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/udp_tunnel.h' (84,712) at 20240405153231859 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/Makefile' (84,713) at 20210308005003024 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/README' (84,714) at 20210308005003748 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/Makefile' (84,715) at 20240405153232183 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-streams.h' (84,716) at 20210307214928686 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_vining_fpga.dts' (84,717) at 20240405153045441 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc.c' (84,718) at 20210308005002780 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/p9_sbe.c' (84,719) at 20240405153048865 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson6-atv1200.dts' (84,720) at 20240405153045401 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/hugetlbpage.rst' (84,721) at 20240405153045285 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/netcp_xgbepcsr.c' (84,722) at 20210307214929658 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/pci.c' (84,723) at 20210308005002996 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/assembler.h' (84,724) at 20240405153046245 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6-logicpd-som.dtsi' (84,725) at 20240405153045493 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/comm.h' (84,726) at 20210307214932438 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/ipcbuf.h' (84,727) at 20210307214931614 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/zoom1.c' (84,728) at 20210308005003016 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/setup.h' (84,729) at 20220525020651798 2025-03-14 03:00:51.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/tach.cpp' (84,730) at 20230825080027869 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/cxacru.c' (84,731) at 20240710080014597 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11n.c' (84,732) at 20240405153050561 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-highlander/pinmux-r7785rp.c' (84,733) at 20210307214926538 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/Kconfig' (84,734) at 20221215040039146 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/platform.c' (84,735) at 20240405153046509 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6358.c' (84,736) at 20240405153053657 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/crc32-pclmul_asm.S' (84,737) at 20240405153046361 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.h' (84,738) at 20240405153048325 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/csp/include/variant/core.h' (84,739) at 20210307214926770 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/ts4800.h' (84,740) at 20210308005003072 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_hw.h' (84,741) at 20240405153050329 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_app_nic.c' (84,742) at 20210307214929566 2025-03-14 03:00:51.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-afsplit.c' (84,743) at 20241211090212550 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_audio.h' (84,744) at 20240405153048597 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml' (84,745) at 20240405153045041 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/Kconfig' (84,746) at 20210307214928566 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewPower.vue' (84,747) at 20241004080035967 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/Kconfig' (84,748) at 20240405153230671 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/genet/bcmmii.c' (84,749) at 20240520080015155 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8996.c' (84,750) at 20240405153230227 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/stm32f2xx_timer.c' (84,751) at 20241211090212342 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/microread/i2c.c' (84,752) at 20240405153051101 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/cpp-style-and-conventions.md' (84,753) at 20230715080005098 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-mlink.c' (84,754) at 20240405153232195 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/kwbimage.cfg' (84,755) at 20210308005002908 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/MAINTAINERS' (84,756) at 20210308005003036 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/addr.c' (84,757) at 20240405153232079 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/Makefile' (84,758) at 20210308005002760 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo9039.c' (84,759) at 20240405153048625 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/sys.c' (84,760) at 20220525020654467 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap_git.bb' (84,761) at 20210307205554038 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/funcmux.c' (84,762) at 20210308005002788 2025-03-14 03:00:51.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/time_helper.c' (84,763) at 20241211090212514 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunbmac.h' (84,764) at 20210307214929646 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/bletchley/cri_sensors.json' (84,765) at 20221207040007843 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/Kconfig' (84,766) at 20240405153231695 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi' (84,767) at 20240405153045825 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (84,768) at 20241206090014226 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/tlb.h' (84,769) at 20240405153230147 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/siphash.c' (84,770) at 20240405153053101 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/phal_error.cpp' (84,771) at 20240820080019934 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootm.c' (84,772) at 20230310090043279 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.c' (84,773) at 20210309003649308 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lsm_cgroup.c' (84,774) at 20240405153054257 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra234-xusb.yaml' (84,775) at 20240405153045181 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/test-pacbti.bb' (84,776) at 20241206090014218 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/trigger_actions.cpp' (84,777) at 20240808080032608 to deleted uid set 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/board-d2net.c' (84,778) at 20240405153045673 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/.clang-format' (84,779) at 20210908000006243 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/boost_handler_timeline_vis.js' (84,780) at 20211109010017693 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/Attributes.interface.yaml' (84,781) at 20221207040023631 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_tx_mib.h' (84,782) at 20240405153050705 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/Makefile' (84,783) at 20210308005002552 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/purgatory.c' (84,784) at 20220525020652110 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/highuid.rst' (84,785) at 20210307214925226 2025-03-14 03:00:51.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.ipmbsensor.service' (84,786) at 20210706231659769 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml' (84,787) at 20240405153045041 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_17.dtso' (84,788) at 20240405153051213 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ls1088a.c' (84,789) at 20210308005002968 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/fsd-clk.h' (84,790) at 20240405153052641 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ia_css_sc.host.h' (84,791) at 20240405153051837 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/iomux.c' (84,792) at 20210308005002548 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr_regs.h' (84,793) at 20210308005003476 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/sprd,gpio.yaml' (84,794) at 20240405153045061 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SECURE_BOOT_defconfig' (84,795) at 20210308005003244 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/bfs.rst' (84,796) at 20210307214925482 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_lpc.h' (84,797) at 20230426080043764 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/jesurun_q5_defconfig' (84,798) at 20210308005003260 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/binarystore-via-blobs.md' (84,799) at 20221209040006383 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/hwio.c' (84,800) at 20210307214929962 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pistachio/clk-pll.c' (84,801) at 20210307214926998 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-video.h' (84,802) at 20240405153049365 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/bootparams_atmel.S' (84,803) at 20210308005002712 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/blk-commit-all.c' (84,804) at 20210308005046257 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_mpc83xx_serdes.h' (84,805) at 20210308005002840 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/bcm3510.h' (84,806) at 20210307214928610 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/012.out' (84,807) at 20210308005046413 2025-03-14 03:00:51.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/common.c' (84,808) at 20210308005003016 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/bcm2835_sdhci.c' (84,809) at 20210308005003400 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_resource.c' (84,810) at 20240913080013797 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-polaroid-mid2407pxe03.dts' (84,811) at 20210308005002624 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_reset_conf_masks.h' (84,812) at 20240405153046601 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atomic/atomic-instrumented.h' (84,813) at 20240628080014025 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power_resources_D0' (84,814) at 20210307214925198 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm946.S' (84,815) at 20210307214925974 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-rcar.c' (84,816) at 20240719080013349 to deleted uid set 2025-03-14 03:00:51.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/Kconfig' (84,817) at 20240405153231707 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/net/bpf_jit_comp32.c' (84,818) at 20240405153046045 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/nuvoton,ma35d1-reset.h' (84,819) at 20240405153052653 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb' (84,820) at 20241221090017524 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/mon_text.c' (84,821) at 20210307214930846 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/procfs.c' (84,822) at 20210307214931142 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_unlabeled.h' (84,823) at 20210307214932030 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/trace_printk.c' (84,824) at 20240405153054261 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb' (84,825) at 20241206090014214 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ptpd.service' (84,826) at 20210307205553822 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mpc8xx.c' (84,827) at 20210308005003484 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_ls_attach_cgroup.c' (84,828) at 20240405153054269 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-hw-s5p.h' (84,829) at 20240405153049465 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/files/0001-Revert-ldso-fix-non-functional-fix-to-early-dynamic-.patch' (84,830) at 20241221090017472 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-inv.c' (84,831) at 20240405153231947 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_dbus.cpp' (84,832) at 20240904080029670 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/wm8766.h' (84,833) at 20210307214932270 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/cpus.c' (84,834) at 20240906080037448 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/iwarp_common.h' (84,835) at 20210309003653892 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event.h' (84,836) at 20240405153054361 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml' (84,837) at 20220525020651690 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/Kconfig' (84,838) at 20240405153051773 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/parseargs.sh' (84,839) at 20240405153054069 2025-03-14 03:00:51.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ams/Makefile' (84,840) at 20210307214928558 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/event.c' (84,841) at 20240405153050613 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/107.out' (84,842) at 20210308005046445 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thaicom5_C-78.5E' (84,843) at 20210307205553762 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/delay.c' (84,844) at 20240405153046265 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/Makefile' (84,845) at 20210308005003084 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-375.c' (84,846) at 20240405153231323 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c' (84,847) at 20220525020654183 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/reboot.h' (84,848) at 20210307214931658 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/README.md' (84,849) at 20240807080019546 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/initrd.c' (84,850) at 20240405153046345 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/trace.h' (84,851) at 20210308005045777 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/Kconfig' (84,852) at 20240405153051305 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_fifo.h' (84,853) at 20210307214932198 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_ethtool.c' (84,854) at 20240405153231071 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_map.c' (84,855) at 20240405153054185 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/files/board-type-checker-fpb.service' (84,856) at 20221206040015537 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_r1_defconfig' (84,857) at 20210308005003272 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap44xx-clocks.dtsi' (84,858) at 20240405153045609 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/fast_commit.h' (84,859) at 20240405153052341 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sha.h' (84,860) at 20210308005003708 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2/0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch' (84,861) at 20241206090014262 to deleted uid set 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/protocols.h' (84,862) at 20240326080039546 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/util.h' (84,863) at 20210308005003628 2025-03-14 03:00:51.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sa1100.c' (84,864) at 20240405153231515 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_13_0_2_sh_mask.h' (84,865) at 20220525020652807 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-thunder-ecam.c' (84,866) at 20240405153051233 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/book3s64.c' (84,867) at 20220525020652066 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/Makefile' (84,868) at 20210308005003524 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (84,869) at 20230909080012743 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/toshsd.h' (84,870) at 20210307214929206 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/Makefile' (84,871) at 20210308005002996 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s.dtsi' (84,872) at 20240405153045385 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c' (84,873) at 20240429080012424 to deleted uid set 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/clk-frac-synth.c' (84,874) at 20240405153046845 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_nmi_interface.robot' (84,875) at 20231216090016812 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1781.c' (84,876) at 20240405153232143 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210.dtsi' (84,877) at 20240405153229935 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/Kconfig' (84,878) at 20210308005003204 2025-03-14 03:00:51.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-xgene.c' (84,879) at 20240405153231075 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h' (84,880) at 20241216090017713 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a77980-cpg-mssr.c' (84,881) at 20240405153046837 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0-initial_2.82.2.bb' (84,882) at 20241221090017640 to deleted uid set 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/mtk-rng.yaml' (84,883) at 20240405153045153 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/r7780mp.h' (84,884) at 20210308005003036 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/99-gpio-keys.rules' (84,885) at 20210308005105437 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/kwbimage.cfg' (84,886) at 20210308005002908 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/waitwake.c' (84,887) at 20240405153053001 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Baden-Wuerttemberg' (84,888) at 20210307205553766 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/board.c' (84,889) at 20210308005002904 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/headc57d.c' (84,890) at 20240405153048613 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-phytec-pbab01.dts' (84,891) at 20240405153045505 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgf100.fuc3.h' (84,892) at 20210307214927938 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/futex_bench.c' (84,893) at 20210307214932698 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb' (84,894) at 20241221090017496 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE08.boot' (84,895) at 20220525020655231 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-mt6360.c' (84,896) at 20241211090145441 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/traps_32.c' (84,897) at 20240405153046329 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/coredump.h' (84,898) at 20240405153052673 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_trace.h' (84,899) at 20240405153049937 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/sync_manager.hpp' (84,900) at 20240712080028497 to deleted uid set 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/Makefile' (84,901) at 20210307214931190 2025-03-14 03:00:51.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-tvaudio.c' (84,902) at 20220525020653275 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c' (84,903) at 20240520080015143 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq9574.c' (84,904) at 20240405153051345 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-luxul-xbr-4500.dts' (84,905) at 20240405153229871 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/spectral.h' (84,906) at 20210307214929734 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_pre_boot' (84,907) at 20231120090013292 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cm_trace.c' (84,908) at 20210309003650052 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-opc.h' (84,909) at 20240906080037352 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts' (84,910) at 20240405153045761 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/cdx/main.c' (84,911) at 20240405153231571 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v3_0.h' (84,912) at 20240405153047129 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/ilitek,ili9882t.yaml' (84,913) at 20240405153229767 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_io.c' (84,914) at 20210307214932218 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/Makefile' (84,915) at 20210308005003180 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/settings' (84,916) at 20240405153232275 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/resize.cfg' (84,917) at 20210307205554470 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.c' (84,918) at 20210308005002776 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tuntap.rst' (84,919) at 20220525020651750 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/efi.h' (84,920) at 20240405153046349 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/glue_helper-asm-avx.S' (84,921) at 20220525020652134 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vhost_iotlb.h' (84,922) at 20240405153052817 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time.metadata.yaml' (84,923) at 20220430030026020 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/m25p80_sfdp.h' (84,924) at 20241211090212258 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm355.c' (84,925) at 20210308005002720 2025-03-14 03:00:51.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/machvec_impl.h' (84,926) at 20240405153045353 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stm32mp13-clks.h' (84,927) at 20240405153052649 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/core.c' (84,928) at 20240405153052205 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xscale/ixp46x_ts.h' (84,929) at 20220525020653663 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-get-slot-info.rst' (84,930) at 20210309003648476 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c' (84,931) at 20240405153231343 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/device_handler/Kconfig' (84,932) at 20210307214930306 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb' (84,933) at 20241206090014234 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ag_resv.h' (84,934) at 20220525020654503 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/xive-regs.h' (84,935) at 20220525020652042 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,gicp.txt' (84,936) at 20210307214925342 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/dynaimage,al3320a.yaml' (84,937) at 20210309003648360 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541_1.3.8.bb' (84,938) at 20231126090012785 to deleted uid set 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc4.h' (84,939) at 20210307214931374 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/Makefile' (84,940) at 20210307214928078 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_toc.cpp' (84,941) at 20210308005100997 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-buildid-list.txt' (84,942) at 20240405153054077 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_hsc_adi.json' (84,943) at 20241217090031433 to deleted uid set 2025-03-14 03:00:51.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp818.c' (84,944) at 20210308005003468 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/uda1380.h' (84,945) at 20210307214931602 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/prom.c' (84,946) at 20220525020651990 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/machine/kudo.conf' (84,947) at 20241221090017480 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PADL' (84,948) at 20241221090017616 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/shfl_hostintf.h' (84,949) at 20240405153052557 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_midi_event.h' (84,950) at 20210307214931602 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vtime.c' (84,951) at 20240405153230083 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/busconfig/bmc-vmi-ca.conf' (84,952) at 20210701100031463 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_kc705_be/include/variant/tie.h' (84,953) at 20210307214926770 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/uprobes.c' (84,954) at 20240405153046293 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/ib_rep.h' (84,955) at 20220525020653151 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/tdo24m.c' (84,956) at 20240405153052177 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/af9035.h' (84,957) at 20210307214928810 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/tools/generic-board-config.sh' (84,958) at 20210307214926294 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-loongarch.h' (84,959) at 20240405153232211 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-wpe.c' (84,960) at 20240405153046797 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_rx.h' (84,961) at 20210309003651224 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-purpletv.c' (84,962) at 20210307214928782 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-hdk.dts' (84,963) at 20240405153229955 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog_%.bbappend' (84,964) at 20241206090014274 2025-03-14 03:00:51.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/loopback/tcm_loop.c' (84,965) at 20240405153051965 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb' (84,966) at 20230610080017603 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_mac.c' (84,967) at 20240405153231227 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/b64_pton_function_decl.patch' (84,968) at 20221003030013269 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/rw-by-file-record' (84,969) at 20210307214932566 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/intrinsics.c' (84,970) at 20240405153047041 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c' (84,971) at 20210307214926562 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-owl/clk_s900.h' (84,972) at 20210308005002660 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-x3proto/ilsel.c' (84,973) at 20210307214926542 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby_git.bb' (84,974) at 20230114040015470 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/Makefile' (84,975) at 20220525020652086 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/trinity_dpm.h' (84,976) at 20210307214928026 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/README.rst' (84,977) at 20230426080043836 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/libgcc.h' (84,978) at 20210307214926606 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/Makefile' (84,979) at 20210308005003084 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c' (84,980) at 20240910080014026 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.fail' (84,981) at 20241206090014310 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-pov-protab2-ips9.dts' (84,982) at 20210308005002616 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb' (84,983) at 20240301090012435 to deleted uid set 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-faulty.c' (84,984) at 20240405153230771 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv-trace.h' (84,985) at 20240405153049125 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/r300' (84,986) at 20210307214928018 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lz4.h' (84,987) at 20210307214931418 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/da9034-ts.c' (84,988) at 20210307214928502 2025-03-14 03:00:51.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/bg2.c' (84,989) at 20221102030020757 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-enum-mbus-code.rst' (84,990) at 20240405153045325 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/grlib_gptimer.c' (84,991) at 20241211090212342 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_main.c' (84,992) at 20240503080014482 to deleted uid set 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/.clang-tidy' (84,993) at 20221017030028079 to deleted uid set 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_berry_defconfig' (84,994) at 20210308005003248 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/ip_check_defrag_frags.h' (84,995) at 20240405153232255 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/Makefile' (84,996) at 20220525020653959 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.out' (84,997) at 20210308005046401 to deleted uid set 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/config.mk' (84,998) at 20210308005002552 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/target/target_core_base.h' (84,999) at 20240405153052889 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t208xrdb.c' (85,000) at 20210308005002996 2025-03-14 03:00:51.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs.h' (85,001) at 20240405153052753 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_taprio.c' (85,002) at 20241104090011619 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-tangier.h' (85,003) at 20240405153231323 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-cpu-opp.dtsi' (85,004) at 20220525020651902 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig/determinism.patch' (85,005) at 20241221090017676 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grebbestad' (85,006) at 20210307205553782 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/spear3xx_defconfig' (85,007) at 20240405153045617 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/vm86.h' (85,008) at 20220525020652154 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/intel_pmc_bxt.h' (85,009) at 20210307214931426 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/utils.c' (85,010) at 20240405153231655 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pythondeps' (85,011) at 20220910030013437 2025-03-14 03:00:51.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/led.h' (85,012) at 20240405153053293 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/emulate.c' (85,013) at 20240405153230131 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina-sys-init.service' (85,014) at 20241120090012764 to deleted uid set 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32f4xx_syscfg.h' (85,015) at 20221215040039182 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/020_pack_inv_image_align_power2.dts' (85,016) at 20210308005003752 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_mac.h' (85,017) at 20210307214931646 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sram242x.S' (85,018) at 20210307214925926 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/printk-basics.rst' (85,019) at 20220525020651658 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/meson8-gpio.h' (85,020) at 20210307214931338 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/aspeed_apb2opb.c' (85,021) at 20241211090212270 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/x86-power-control/subprojects/packagefiles/boost/meson.build' (85,022) at 20240402080040066 to deleted uid set 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_0_sh_mask.h' (85,023) at 20240405153048117 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio_keys.h' (85,024) at 20210307214931394 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/meson.build' (85,025) at 20240908080010102 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mc13xxx.h' (85,026) at 20210307214930194 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/probes.h' (85,027) at 20210307214925854 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_flash_bios.sh' (85,028) at 20240812080018512 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_roce.c' (85,029) at 20240405153050237 2025-03-14 03:00:51.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/pipeline.json' (85,030) at 20210307214932534 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/arm-charlcd.c' (85,031) at 20210309003649176 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/vexpress-hwmon.c' (85,032) at 20240405153230667 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/unaccepted_memory.c' (85,033) at 20240405153230295 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/trace.h' (85,034) at 20241111090012121 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP7/meson.build' (85,035) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-1.0' (85,036) at 20210307205554418 2025-03-14 03:00:51.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/Kconfig' (85,037) at 20240405153230671 to deleted uid set 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComputerSystem.v1_23_0.json' (85,038) at 20240918080002720 to deleted uid set 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256.its' (85,039) at 20210308005003744 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c' (85,040) at 20240405153050641 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/caching/netfs-api.rst' (85,041) at 20240405153229807 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/max77650-charger.yaml' (85,042) at 20210307214925402 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gn/gn_git.bb' (85,043) at 20241221090017472 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/meson.build' (85,044) at 20241211090212282 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/enclosure.h' (85,045) at 20210307214931382 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ceres-solver/ceres-solver_2.2.0.bb' (85,046) at 20231126090012797 2025-03-14 03:00:51.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_verbs.h' (85,047) at 20220525020653163 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c' (85,048) at 20240405153231027 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/barrier.h' (85,049) at 20240405153046273 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/serializer.hpp' (85,050) at 20230629131804627 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/Makefile' (85,051) at 20210308005002960 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h' (85,052) at 20240405153230503 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/iteration_check_2.c' (85,053) at 20210307214932630 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tc_edt.sh' (85,054) at 20240405153054289 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-settings.c' (85,055) at 20240405153230155 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/uncore-cache.json' (85,056) at 20240405153054149 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_audio.c' (85,057) at 20210307214928542 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/pxa-mmc.txt' (85,058) at 20240405153229779 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/MAINTAINERS' (85,059) at 20210308005003028 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.0.bb' (85,060) at 20241221090017560 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_msub.c' (85,061) at 20210308005046505 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/Makefile' (85,062) at 20210307214930910 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ps-historical-service-time.c' (85,063) at 20240405153049249 2025-03-14 03:00:51.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.h' (85,064) at 20210307214927230 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun6i.h' (85,065) at 20210308005002668 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-arasan.c' (85,066) at 20240405153230859 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/sensor_event_message_registry.hpp' (85,067) at 20241211090002379 to deleted uid set 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch' (85,068) at 20230706080014749 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/rt5651.h' (85,069) at 20210307214931350 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/logging/romulus-phosphor-logging-callouts-native.bb' (85,070) at 20241206090014230 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb' (85,071) at 20241221090017560 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/emsdp.h' (85,072) at 20210308005003592 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/remove-stale-files' (85,073) at 20240405153232107 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml' (85,074) at 20221207040023627 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/spec_extend.rs' (85,075) at 20240405153232095 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h' (85,076) at 20220418100043773 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fcntl.h' (85,077) at 20220525020654563 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/create_webpage.sh' (85,078) at 20210308004938816 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_msgq.h' (85,079) at 20240405153049853 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-ftbfs.patch' (85,080) at 20230706080014749 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/Makefile' (85,081) at 20240405153046861 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/cachefiles/daemon.c' (85,082) at 20240719080013365 to deleted uid set 2025-03-14 03:00:51.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/Makefile' (85,083) at 20210309003654188 2025-03-14 03:00:51.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifspdu.h' (85,084) at 20240503080014498 2025-03-14 03:00:51.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/permission.c' (85,085) at 20210307214932174 2025-03-14 03:00:51.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_mmio.h' (85,086) at 20210309003654000 2025-03-14 03:00:51.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-devres.c' (85,087) at 20240405153046777 2025-03-14 03:00:51.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_hw.c' (85,088) at 20210309003653312 2025-03-14 03:00:51.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-is31fl319x.c' (85,089) at 20240405153049217 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86hvf.h' (85,090) at 20230925080040025 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/client-connection.c' (85,091) at 20241211090212394 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.h' (85,092) at 20210308005003168 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-get-capabilities.rst' (85,093) at 20220525020654135 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-total-media-in-hand.c' (85,094) at 20210307214928786 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ssd0303.c' (85,095) at 20240906080037216 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-ac97.c' (85,096) at 20240405153053989 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/sh73a0-kzm9g.dts' (85,097) at 20240405153045557 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/tls_64.c' (85,098) at 20210307214926754 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/sigreturn.S' (85,099) at 20210307214926078 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_police.sh' (85,100) at 20220627100017222 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c' (85,101) at 20240405153048661 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.c' (85,102) at 20240405153048661 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_intr.c' (85,103) at 20240405153049893 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rethook.h' (85,104) at 20240405153231839 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_drm.c' (85,105) at 20240405153230579 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/MAINTAINERS' (85,106) at 20210308005003072 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/csd.h' (85,107) at 20240405153052893 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/regulator.c' (85,108) at 20210308005003216 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/mm.c' (85,109) at 20210307214927922 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/streebog.h' (85,110) at 20210307214931314 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/mctp.h' (85,111) at 20240405153052861 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/config_file_parser_error_tests.cpp' (85,112) at 20210308005405938 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040_spi_rcw.cfg' (85,113) at 20210308005002992 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/openvswitch.h' (85,114) at 20210307214931462 2025-03-14 03:00:51.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-yapp4-pegasus.dts' (85,115) at 20240405153045505 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/Build' (85,116) at 20240613080016555 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb' (85,117) at 20241221090017544 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/net/bpf_jit_32.h' (85,118) at 20210307214925974 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/bind_wildcard.c' (85,119) at 20240405153232275 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-38x-solidrun-microsom.dtsi' (85,120) at 20210308005002568 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/translate.c' (85,121) at 20240906080037472 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (85,122) at 20210307205553722 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/syscalls/syscall.tbl' (85,123) at 20240405153230007 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/spectral.c' (85,124) at 20240805080013987 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/cpld_unittest.cpp' (85,125) at 20211014000010487 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nsa310s.dts' (85,126) at 20240405153045457 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/pervasive.c' (85,127) at 20240405153046205 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/swift/obmc/power-supply-monitor/power-supply-monitor-1.conf' (85,128) at 20210307205553710 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bcrypt-Solar-Designer' (85,129) at 20241221090017620 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c' (85,130) at 20240405153230355 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-hmp-cmds.c' (85,131) at 20230426080043748 2025-03-14 03:00:51.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/Makefile' (85,132) at 20210308005003368 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/cnic_if.h' (85,133) at 20210307214929338 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_tcp_skb.c' (85,134) at 20240405153232255 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_sseu.h' (85,135) at 20240405153048497 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-debugfs.c' (85,136) at 20240405153052109 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso.ld' (85,137) at 20240326080039562 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_display.c' (85,138) at 20240405153048785 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/journald-size-policy-10MB.conf' (85,139) at 20240426080018064 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch' (85,140) at 20241221090017636 to deleted uid set 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb' (85,141) at 20241221090017504 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/ixp4xx/Kconfig' (85,142) at 20240405153046949 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb' (85,143) at 20240301090012423 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ktlb.S' (85,144) at 20210307214926594 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/db1xxx_defconfig' (85,145) at 20240405153230007 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/scan.h' (85,146) at 20210307214929966 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/COPYING' (85,147) at 20210307205554642 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,s5pv210-audss-clock.yaml' (85,148) at 20240405153045029 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/src/erase/meson.build' (85,149) at 20240330080006130 to deleted uid set 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf600_bpf_loop.c' (85,150) at 20240405153054273 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hisi-phase.c' (85,151) at 20210307214926974 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_redirect.h' (85,152) at 20210307214931650 2025-03-14 03:00:51.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-readsl.S' (85,153) at 20210307214925870 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/212' (85,154) at 20210927100127493 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung-i2s.yaml' (85,155) at 20240405153045169 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hvconsole.h' (85,156) at 20220525020652034 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/sprd_hwspinlock.c' (85,157) at 20240405153048885 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mISDNhw.h' (85,158) at 20210307214931418 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/adc/Makefile' (85,159) at 20240405153051817 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/mdev' (85,160) at 20210307205554482 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/power_distribution.hpp' (85,161) at 20230202040004526 to deleted uid set 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.6.bb' (85,162) at 20240413080012663 to deleted uid set 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-kernel/linux/linux-aspeed/transformers.cfg' (85,163) at 20211013000033044 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9132.dtsi' (85,164) at 20210307214926194 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/watchdog.S' (85,165) at 20210308005002824 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/xor.h' (85,166) at 20240405153052621 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/r7780mp.h' (85,167) at 20210308005003612 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/vmem_public.h' (85,168) at 20210307214930546 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/region.c' (85,169) at 20240906080037548 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/router_test.cpp' (85,170) at 20240904080003190 to deleted uid set 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7203.h' (85,171) at 20210308005002848 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/irq_public.h' (85,172) at 20210307214930546 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/unistd_64.h' (85,173) at 20241211090212374 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/long-double.c' (85,174) at 20230426080043952 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/default-relay' (85,175) at 20210608000015795 2025-03-14 03:00:51.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/memcpy.S' (85,176) at 20210307214926098 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-hooks-list.h' (85,177) at 20210307214932602 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_display.c' (85,178) at 20210308005003536 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/etrap_32.S' (85,179) at 20210307214926594 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lp8788-isink.h' (85,180) at 20210307214931430 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/Makefile' (85,181) at 20210308005002904 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/common/cper-json-error-status.json' (85,182) at 20241207090009631 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/cs423x/Makefile' (85,183) at 20210307214932218 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wm8750.yaml' (85,184) at 20220525020651714 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ste-db8500-clkout.h' (85,185) at 20240405153052649 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7425.dtsi' (85,186) at 20240405153045985 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier2U/bios_attrs.json' (85,187) at 20241111090035286 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_timings.c' (85,188) at 20210308005003416 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt' (85,189) at 20240405153229807 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2-thermal.dtsi' (85,190) at 20240405153045837 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/huge_count_read_write.c' (85,191) at 20240405153054293 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sis96x.c' (85,192) at 20210307214928298 2025-03-14 03:00:51.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml' (85,193) at 20240405153045081 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-qspi.c' (85,194) at 20240405153231459 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/utils_test.cpp' (85,195) at 20221017030028083 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_compression.c' (85,196) at 20240405153230267 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/iclass.c' (85,197) at 20230925080040021 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat-parts-addsub.c.inc' (85,198) at 20210927100127085 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/tt.c' (85,199) at 20240405153050517 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/bpf/verifier/precise.c' (85,200) at 20241211090145577 to deleted uid set 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch' (85,201) at 20241206090014262 to deleted uid set 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-reset.c' (85,202) at 20220525020652018 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/iohelper.h' (85,203) at 20220525020653211 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/fib_notifier.h' (85,204) at 20210307214931558 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-good-assert@.service' (85,205) at 20240113090014532 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/triggers.hpp' (85,206) at 20210308005059165 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/socrates_defconfig' (85,207) at 20210307214926366 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loongarch/boot.h' (85,208) at 20240906080037332 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/test_vsyscall.c' (85,209) at 20240405153054381 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/md-bitmap.h' (85,210) at 20240405153230771 to deleted uid set 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch' (85,211) at 20240413080012651 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-kernel-fadump_release_mem' (85,212) at 20220525020651630 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/Kconfig' (85,213) at 20210308005003056 2025-03-14 03:00:51.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb' (85,214) at 20220402030015975 2025-03-14 03:00:51.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h' (85,215) at 20240405153049881 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/mac.h' (85,216) at 20241104090011579 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/subprojects/boost.wrap' (85,217) at 20240501080016543 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/Makefile' (85,218) at 20210308005002972 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3x/time.h' (85,219) at 20220525020651986 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/MAINTAINERS' (85,220) at 20210308005003056 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rorbacksnas' (85,221) at 20210307205553790 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-afe-fe-dai.h' (85,222) at 20210307214932394 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/exynos5-dt.c' (85,223) at 20210308005003044 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/time64.h' (85,224) at 20220525020654683 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cmd_hdmidet.c' (85,225) at 20210308005002724 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/smccc-call.S' (85,226) at 20210308005002560 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/libidn-wr-cross-compile.patch' (85,227) at 20210307205554006 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch' (85,228) at 20210307205553814 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/release' (85,229) at 20240405153053433 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/033' (85,230) at 20240906080037564 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/i2c.c' (85,231) at 20210308005003720 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/digital_core.c' (85,232) at 20220525020654883 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/clock.c' (85,233) at 20210307214926186 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/clock.hpp' (85,234) at 20220412175720086 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/tx.h' (85,235) at 20210307214929622 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/erst-test.c' (85,236) at 20240906080037568 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c' (85,237) at 20210308005046517 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6359.c' (85,238) at 20240405153053657 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/module.lds.h' (85,239) at 20210309003648820 2025-03-14 03:00:51.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/_millicodethunk.S' (85,240) at 20210308005002544 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/Makefile' (85,241) at 20240405153046841 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/device-tree-gpio-naming.md' (85,242) at 20221209040006383 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb' (85,243) at 20240301090012431 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi' (85,244) at 20240405153045761 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/Kconfig' (85,245) at 20220429100100498 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/Makefile' (85,246) at 20240405153049785 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/upcall.c' (85,247) at 20240405153052317 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvc_queue.c' (85,248) at 20240405153049577 to deleted uid set 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/elan,ekth6915.yaml' (85,249) at 20240405153229767 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-j721e.c' (85,250) at 20240405153047009 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/sched.h' (85,251) at 20210307214929370 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qlist.c' (85,252) at 20221215040039266 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/oem-extension-numbering.md' (85,253) at 20240808080020596 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (85,254) at 20210307205554074 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/stream_interleave.c' (85,255) at 20240405153053377 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/block_validity.c' (85,256) at 20240405153052337 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb' (85,257) at 20210812000025270 to deleted uid set 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_functions.scss' (85,258) at 20220105012522983 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/m_can_pci.c' (85,259) at 20240405153049733 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/switches/Makefile' (85,260) at 20240405153051457 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lion-rk3368_defconfig' (85,261) at 20210308005003264 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/run-ptest' (85,262) at 20210307205554122 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-surface_aggregator-tabletsw' (85,263) at 20240405153044917 2025-03-14 03:00:51.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_base_cmd.hpp' (85,264) at 20210311201857434 2025-03-14 03:00:51.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/openvswitch.rst' (85,265) at 20210307214925538 2025-03-14 03:00:51.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb' (85,266) at 20241221090017564 2025-03-14 03:00:51.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/e500.c' (85,267) at 20240405153046189 2025-03-14 03:00:51.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/jit-interface.txt' (85,268) at 20210307214932506 2025-03-14 03:00:51.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_2_1_offset.h' (85,269) at 20210309003649628 2025-03-14 03:00:51.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh' (85,270) at 20210307205554590 2025-03-14 03:00:51.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/common.h' (85,271) at 20210308005002904 2025-03-14 03:00:51.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mii.h' (85,272) at 20240405153052733 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/82571.c' (85,273) at 20240411080014086 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/208' (85,274) at 20210927100127493 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-pistachio.c' (85,275) at 20240405153051341 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c' (85,276) at 20210307214928042 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c' (85,277) at 20240405153230247 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/epia.c' (85,278) at 20240405153046665 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_sigtramp.h' (85,279) at 20241211090212218 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/copypage_64.S' (85,280) at 20240405153230043 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/Kconfig' (85,281) at 20240405153052029 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-gnutls.c.inc' (85,282) at 20241211090212226 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/chip.cpp' (85,283) at 20230511080009359 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/csi_rx.c' (85,284) at 20210309003653016 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-pci.c' (85,285) at 20240613080016387 2025-03-14 03:00:51.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/decode.h' (85,286) at 20220804100015884 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fixed-mmio.c' (85,287) at 20240405153046777 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-fsl-usb.c' (85,288) at 20240405153052125 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/sch_ets.c' (85,289) at 20240405153053369 to deleted uid set 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_ssc.h' (85,290) at 20240405153052753 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/tuntap_user.c' (85,291) at 20240405153046345 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus' (85,292) at 20220525020655127 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/unaligned.h' (85,293) at 20210308005002816 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml' (85,294) at 20240405153229759 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v12_0_ppsmc.h' (85,295) at 20240405153048349 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_trans_inode.c' (85,296) at 20240405153231775 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/nonzero_speed_trust.hpp' (85,297) at 20210308005059169 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-seaboard.dts' (85,298) at 20210308005002628 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/MAINTAINERS' (85,299) at 20210308005003020 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_gate.c' (85,300) at 20240405153046857 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588j.dtsi' (85,301) at 20240405153045821 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/config.h' (85,302) at 20210308005002644 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/xfrm.h' (85,303) at 20240405153053477 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm-regbits-44xx.h' (85,304) at 20240405153045661 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/Makefile' (85,305) at 20210308005003032 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/caif/Makefile' (85,306) at 20220525020653415 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/aliases' (85,307) at 20220429100100410 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/cper-generate.c' (85,308) at 20241114091008828 to deleted uid set 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowrom.c' (85,309) at 20240405153048657 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig' (85,310) at 20210307205554582 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/img-mdc-dma.txt' (85,311) at 20210307214925310 2025-03-14 03:00:51.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/polyval-ce-glue.c' (85,312) at 20240405153045849 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/syscfg.h' (85,313) at 20210308005002664 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/Kconfig' (85,314) at 20220525020653863 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_hal.h' (85,315) at 20240405153231179 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/ptrace.h' (85,316) at 20210308005002704 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_synquacer.c' (85,317) at 20240405153230203 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml' (85,318) at 20240405153229791 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Duvnas_Basna' (85,319) at 20210307205553778 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/acpi-info.rst' (85,320) at 20240405153045281 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/smp.h' (85,321) at 20240405153229999 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib9000.c' (85,322) at 20240405153230779 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kexec.h' (85,323) at 20240405153046245 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_damage_helper_test.c' (85,324) at 20240405153048769 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adl_pci6208.c' (85,325) at 20240405153046889 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/run-ci' (85,326) at 20221207040044387 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/Kconfig-nommu' (85,327) at 20210307214925678 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0004-autofs.init.in-remove-bashism.patch' (85,328) at 20241221090017496 2025-03-14 03:00:51.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tls.h' (85,329) at 20210309003649048 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.c' (85,330) at 20210307214927950 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/geodefb.h' (85,331) at 20210307214930910 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml' (85,332) at 20240405153045021 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/drivers/Makefile' (85,333) at 20240405153046345 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c' (85,334) at 20240405153051377 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (85,335) at 20220618030015174 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-cpu-thermal.dtsi' (85,336) at 20210308005002596 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_sdram.c' (85,337) at 20210308005003368 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/brcmu_utils.h' (85,338) at 20210307214929818 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/patch.bbclass' (85,339) at 20240301090012447 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/attribs_def.h.inc' (85,340) at 20240906080037472 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/tune-cortexm33.inc' (85,341) at 20240301090012451 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/TODO' (85,342) at 20220525020654115 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/samples.py' (85,343) at 20220823030015991 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smumgr.h' (85,344) at 20240405153048341 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c' (85,345) at 20240405153047169 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beaglebone-yocto/machconfig' (85,346) at 20210307205554390 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_b.c' (85,347) at 20210308005046517 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/imximage.cfg' (85,348) at 20210308005003168 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st,nomadik.txt' (85,349) at 20210307214925294 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/watchdog/meson.build' (85,350) at 20221011100015132 to deleted uid set 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpuidle_haltpoll.h' (85,351) at 20210307214931370 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0001-Add-autogen.sh.patch' (85,352) at 20230131040012027 2025-03-14 03:00:51.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/LICENSE' (85,353) at 20210308005121525 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/ftrace.c' (85,354) at 20240405153045629 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-0.3-beta15-autodetect-717479.patch' (85,355) at 20230706080014757 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cobra5272_defconfig' (85,356) at 20210308005003252 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sharkl64.dtsi' (85,357) at 20210307214926050 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml' (85,358) at 20240405153229791 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_dmm_priv.h' (85,359) at 20240405153048677 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_at_ao.c' (85,360) at 20240405153046897 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/cacheflush.h' (85,361) at 20240405153229991 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-nand.dts' (85,362) at 20210308005002636 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-dynstring.tc' (85,363) at 20240405153054305 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed-smc-utils.h' (85,364) at 20241211090212542 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/midi.c' (85,365) at 20210307214932438 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-cards.c' (85,366) at 20210309003650324 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/apple/pmgr-pwrstate.c' (85,367) at 20240405153231347 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/sections.c' (85,368) at 20210308005002884 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch' (85,369) at 20210608000015791 2025-03-14 03:00:51.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_ct.c' (85,370) at 20241018080014542 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-dvb.c' (85,371) at 20240405153049557 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb3503.h' (85,372) at 20240405153052769 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-1.0' (85,373) at 20210307205554414 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/davinci/vpif_types.h' (85,374) at 20240405153231847 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/kuap.c' (85,375) at 20240405153230047 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf_arm.h' (85,376) at 20241211090212470 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/marvell-8xxx.txt' (85,377) at 20240405153045121 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/signal.c' (85,378) at 20240906080037156 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (85,379) at 20210307205553694 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accounting/taskstats-struct.rst' (85,380) at 20210307214925214 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/Makefile' (85,381) at 20240405153045473 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/zynq_gem.c' (85,382) at 20210308005003448 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/tee-supplicant.sh' (85,383) at 20220804030014691 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/ResourceManagement/PowerControlStore.js' (85,384) at 20241004080035963 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dst_cache.c' (85,385) at 20241216090017785 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenPBS-2.3' (85,386) at 20241221090017616 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/starfive,jh7110-crg.h' (85,387) at 20240405153231795 2025-03-14 03:00:51.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/gcc.py' (85,388) at 20241221090017628 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tipc_netlink.h' (85,389) at 20210309003653996 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-auth' (85,390) at 20230505080015455 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/StorageCollection_v1.xml' (85,391) at 20240619080002936 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lis3lv02d/lis3lv02d_spi.c' (85,392) at 20240405153049641 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/cmd_poweroff.c' (85,393) at 20210308005002732 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/index.rst' (85,394) at 20240405153045009 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pcf50633-regulator.c' (85,395) at 20240405153051469 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/MAINTAINERS' (85,396) at 20210308005002908 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/0001-tests-fix-TESTSUITE_AT.patch' (85,397) at 20231011080016614 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (85,398) at 20240308090017907 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonpointer_3.0.0.bb' (85,399) at 20241221090017668 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pcic.h' (85,400) at 20210307214926582 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/gemini-poweroff.txt' (85,401) at 20210307214925402 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_optc.c' (85,402) at 20240429080012416 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/z2ram.c' (85,403) at 20240405153046717 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/prune-kernel' (85,404) at 20240405153053457 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr.h' (85,405) at 20210308005003476 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/postprocess/decode_msr.py' (85,406) at 20210524100034850 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/readeeprom.cpp' (85,407) at 20230719080010903 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/st-poweroff.c' (85,408) at 20240405153231351 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/remoteproc.rst' (85,409) at 20240405153045265 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/makefile-add-ldflags.patch' (85,410) at 20210307205553834 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/byte_reverse.c' (85,411) at 20221215040039390 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus/0001-Use-setuptools-as-distutils-is-deprecated.patch' (85,412) at 20220204040022540 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-5a.inc' (85,413) at 20230919080013978 2025-03-14 03:00:51.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-time-manager/.clang-format' (85,414) at 20241219090030044 to deleted uid set 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l41-i2c.c' (85,415) at 20240405153053573 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tls.h' (85,416) at 20241118090018499 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/barrier.h' (85,417) at 20240815080012867 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/maint-appx.rst' (85,418) at 20230114040015514 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h' (85,419) at 20220525020652819 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/smp-cps.h' (85,420) at 20240405153046013 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains54xx_data.c' (85,421) at 20210307214925922 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ncsi/ncsi-cmd.c' (85,422) at 20240405153053317 to deleted uid set 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_imx7.h' (85,423) at 20210308005003588 2025-03-14 03:00:51.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config.bb' (85,424) at 20241206090014202 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c' (85,425) at 20210309003650380 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.json' (85,426) at 20230925080040089 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/mtd/ubi-user.h' (85,427) at 20240405153052945 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/ramoops.rst' (85,428) at 20240405153044961 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/export.c' (85,429) at 20240415080012983 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/entry-ftrace.S' (85,430) at 20240405153045629 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/realtek,rt5682s.yaml' (85,431) at 20240405153045169 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2131.h' (85,432) at 20210307214928798 2025-03-14 03:00:51.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt' (85,433) at 20220525020651666 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.c' (85,434) at 20210307214930550 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/strace.list' (85,435) at 20210308005045761 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff' (85,436) at 20241029080011443 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/trace.c' (85,437) at 20240405153053941 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pch.h' (85,438) at 20210308005003676 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/i2c-topology.rst' (85,439) at 20240405153045217 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/sam9g20_wm8731.c' (85,440) at 20240710080014617 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/Makefile' (85,441) at 20240405153054009 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c' (85,442) at 20210309003649820 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/setup.c' (85,443) at 20240726080012846 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd938x-sdw.c' (85,444) at 20240815080012931 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter.c' (85,445) at 20240405153053277 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_spdif.h' (85,446) at 20240405153232175 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-plgpio.c' (85,447) at 20240405153051369 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_tt.c' (85,448) at 20240520080015151 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500mc.c' (85,449) at 20240405153230043 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/tlb.c' (85,450) at 20210308005002992 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dm816x.dtsi' (85,451) at 20210308005002576 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/kona_i2c.c' (85,452) at 20210308005003384 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/img,pistachio-reset.txt' (85,453) at 20210307214925414 2025-03-14 03:00:51.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x01.c' (85,454) at 20210307214928078 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/Kconfig' (85,455) at 20210308005003340 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (85,456) at 20230807080022150 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/test_read_write_plainfiles.sh' (85,457) at 20241221090017512 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/interact.c' (85,458) at 20240405153049133 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_unaligned.c' (85,459) at 20210308005003704 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/Makefile' (85,460) at 20210308005003056 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/pv.c' (85,461) at 20240906080037532 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mr.c' (85,462) at 20220525020653163 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/a64-olinuxino_defconfig' (85,463) at 20210308005003244 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/slg51000-regulator.c' (85,464) at 20240405153051473 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_nla.h' (85,465) at 20240405153046705 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ti,usb8041.yaml' (85,466) at 20240405153229803 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-sub1.c' (85,467) at 20240405153231947 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f34v7.c' (85,468) at 20240405153049153 2025-03-14 03:00:51.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-xaui.c' (85,469) at 20240405153045989 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_cmd.c' (85,470) at 20240405153231471 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-phytec-pfla02.dtsi' (85,471) at 20240405153045505 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci-sysbus.c' (85,472) at 20241211090212342 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5640.c' (85,473) at 20241211090145565 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-torbreck.dts' (85,474) at 20240405153045573 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/asio/property.hpp' (85,475) at 20240817080036816 to deleted uid set 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_dscp_router.sh' (85,476) at 20240405153054297 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/qcom_scm.h' (85,477) at 20240405153047045 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/smack_test_file_access.sh' (85,478) at 20220721030015853 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/ssd1307fb.c' (85,479) at 20240613080016475 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/netwinder.rst' (85,480) at 20240405153044973 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/Makefile' (85,481) at 20210308004922932 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/itg3200_buffer.c' (85,482) at 20220525020653099 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/rfcomm/sock.c' (85,483) at 20241216090017785 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/linecount.py' (85,484) at 20221206040017633 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat34_C-55.5W' (85,485) at 20210307205553762 2025-03-14 03:00:51.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-monterey.c' (85,486) at 20210307214928094 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.tee' (85,487) at 20210308005003300 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/machine/sbp1.conf' (85,488) at 20240201090017664 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/fw.c' (85,489) at 20210307214929782 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.h' (85,490) at 20210307214927966 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/atom-bits.h' (85,491) at 20210307214927698 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy.bb' (85,492) at 20241221090017480 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/j2_defconfig' (85,493) at 20210307214926542 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/tlbflush.h' (85,494) at 20240405153046069 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/i2sbus/Makefile' (85,495) at 20210307214932190 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/mm/fault.c' (85,496) at 20240405153230019 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/gemini/Makefile' (85,497) at 20220525020652382 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/pwm-tacho-controller@1e786000.conf' (85,498) at 20240904080027738 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/utf8-norm.c' (85,499) at 20240405153052557 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/Makefile' (85,500) at 20210308005003052 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/hsdk.h' (85,501) at 20210308005003596 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/uievent.py' (85,502) at 20230131040012043 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bk4r1_defconfig' (85,503) at 20210308005003252 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat21_C-58.0W' (85,504) at 20210307205553762 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv2/ivt.S' (85,505) at 20210308005002540 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_syscall.h' (85,506) at 20220429100100642 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/config' (85,507) at 20240405153054305 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard410c.dts' (85,508) at 20210308005002576 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensordatahandler.hpp' (85,509) at 20240829080022542 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts' (85,510) at 20240405153229971 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/phy.c' (85,511) at 20210308005003740 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/cross-compile.patch' (85,512) at 20230706080014757 2025-03-14 03:00:51.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/amd8111e.c' (85,513) at 20240405153049785 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v11_0_pptable.h' (85,514) at 20240405153230511 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-decoder.rst' (85,515) at 20240405153229843 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/st,stm32-pinctrl.txt' (85,516) at 20210308005003308 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/db1300.c' (85,517) at 20240405153045977 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tiocl.h' (85,518) at 20210307214931662 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/print-tree.c' (85,519) at 20240815080012903 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-pll.c' (85,520) at 20210307214926998 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/prctl_option.sh' (85,521) at 20240405153054173 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal64.h' (85,522) at 20210308005046041 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/soundbus.h' (85,523) at 20240405153053485 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/rcutorture.c' (85,524) at 20230426080043952 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/da8xx_remoteproc.c' (85,525) at 20240405153051477 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-inventory-sensors.yaml' (85,526) at 20230412080023456 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/otg_productlist.h' (85,527) at 20210309003653196 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/dump-arch.h' (85,528) at 20240326080039550 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cdc_ether.c' (85,529) at 20240405153050373 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host0' (85,530) at 20210817000018512 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/Kconfig' (85,531) at 20210308005003340 2025-03-14 03:00:51.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/amplifiers/ada4250.c' (85,532) at 20240405153048965 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irq-apple-aic.c' (85,533) at 20240405153049189 to deleted uid set 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/forward-visitor.h' (85,534) at 20210927100127249 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_reset.c' (85,535) at 20240405153046857 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc.h' (85,536) at 20240405153049661 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/yuv-formats.rst' (85,537) at 20220525020651790 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ivsc/mei_csi.c' (85,538) at 20240805080013967 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_sriov.c' (85,539) at 20210307214927078 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-AU' (85,540) at 20241221090017616 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c' (85,541) at 20240405153048481 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/examples/README' (85,542) at 20210308005116213 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor.hpp' (85,543) at 20220726030047623 2025-03-14 03:00:51.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-dev.h' (85,544) at 20240405153046937 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda18271c2dd.c' (85,545) at 20240712080021069 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/init_task.h' (85,546) at 20220525020654575 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt' (85,547) at 20210307214925338 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/da7218.txt' (85,548) at 20210307214925426 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/identify-component.rst' (85,549) at 20230919080013970 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (85,550) at 20240316080012480 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/liburcu/liburcu_0.14.1.bb' (85,551) at 20241221090017696 to deleted uid set 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c' (85,552) at 20210307214927734 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btrsi.c' (85,553) at 20240613080016379 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nf_socket_ipv6.c' (85,554) at 20240405153053281 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/MAINTAINERS' (85,555) at 20210308005003044 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8548CDS_defconfig' (85,556) at 20210308005003240 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_mgmt.h' (85,557) at 20220525020653815 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/perf_asm.S' (85,558) at 20210307214926330 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch' (85,559) at 20210307205554506 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/bcma-hcd.c' (85,560) at 20221128040017562 2025-03-14 03:00:51.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/local.conf.sample' (85,561) at 20241221090017476 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpsw-cmd.h' (85,562) at 20220525020653495 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console/disable-obmc-console.service' (85,563) at 20241126090011759 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/net.c' (85,564) at 20240405153232111 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-regulator-coupler.c' (85,565) at 20240405153051761 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8026-asus-sparrow.dts' (85,566) at 20240405153229891 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-cfq-target-latency' (85,567) at 20210307214925194 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_i225.h' (85,568) at 20210309003651020 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/core.c' (85,569) at 20240405153231367 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/intel-ish-hid.rst' (85,570) at 20240405153045217 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.h' (85,571) at 20210308005003520 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/webui/phosphor-webui_%.bbappend' (85,572) at 20241206090014274 2025-03-14 03:00:51.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt35510.c' (85,573) at 20240405153230615 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5616.h' (85,574) at 20210307214932326 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml' (85,575) at 20240405153045145 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/mISDNisar.c' (85,576) at 20240405153049213 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/webmin.service' (85,577) at 20210307205554038 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Volume.v1_10_0.json' (85,578) at 20240824080002938 to deleted uid set 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb' (85,579) at 20230919080013962 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/nvdimm.txt' (85,580) at 20220429100100422 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/iommu/Makefile' (85,581) at 20240405153054309 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_UTIL.json' (85,582) at 20230612080032252 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-x86/chassis/x86-power-control_%.bbappend' (85,583) at 20241206090014278 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utilities.py' (85,584) at 20241029080012599 2025-03-14 03:00:51.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0043-firmware-psci-Fix-bind_smccc_features-psci-check.patch' (85,585) at 20240413080012631 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sy7636a-regulator.c' (85,586) at 20240405153051473 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r40.dtsi' (85,587) at 20240405153045393 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/076_vblock_bad_phandle.dts' (85,588) at 20210308005003752 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/io.c' (85,589) at 20210307214925862 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi' (85,590) at 20240405153045717 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/opt.tcl' (85,591) at 20210308005007116 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbushelper_interface.hpp' (85,592) at 20241009080031118 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/Makefile' (85,593) at 20210308005002788 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/task_local_storage_exit_creds.c' (85,594) at 20240405153054273 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/dsp_spos.c' (85,595) at 20220525020654991 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/clocks.cfg' (85,596) at 20210308005003084 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_cfg.c' (85,597) at 20210308005003076 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/perf_regs.h' (85,598) at 20210307214932458 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb' (85,599) at 20241221090017496 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/tegra194-reset.h' (85,600) at 20210307214931350 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/hmm.c' (85,601) at 20240405153051833 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_7k_common.h' (85,602) at 20210307214929606 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (85,603) at 20230412080023460 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/fault-monitor/meson.build' (85,604) at 20231130090027074 to deleted uid set 2025-03-14 03:00:51.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-global/package_rpm.bbclass' (85,605) at 20241221090017604 to deleted uid set 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/main.cpp' (85,606) at 20240820080023694 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/.gitignore' (85,607) at 20210307214926298 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.prettierrc.yaml' (85,608) at 20240905080021954 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/Makefile' (85,609) at 20210308005003044 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/ctl.c' (85,610) at 20240405153051981 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/unistd-oabi.h' (85,611) at 20210308005046065 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/dev-audio-s3c64xx.c' (85,612) at 20240405153045685 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/extents.c' (85,613) at 20240805080014019 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of_addr.h' (85,614) at 20210308005003628 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml' (85,615) at 20240227090019896 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/physaddr.c' (85,616) at 20210307214926738 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4session.h' (85,617) at 20240405153052425 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_40x.S' (85,618) at 20240405153230035 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test.dts' (85,619) at 20210308005003760 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/tx.c' (85,620) at 20240405153231191 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/signal.h' (85,621) at 20240405153046401 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/trace.c' (85,622) at 20210307214930242 2025-03-14 03:00:51.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_device.h' (85,623) at 20240405153048697 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero.dtsi' (85,624) at 20240405153229915 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/Makefile' (85,625) at 20220525020654787 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (85,626) at 20240206090017943 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-arrow-gray.svg' (85,627) at 20210308005107069 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/controller/dwc/pci-imx6.c' (85,628) at 20241008080013963 to deleted uid set 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/deploy.bbclass' (85,629) at 20220910030013385 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sse-counter.c' (85,630) at 20241211090212342 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/timex.h' (85,631) at 20220627100016922 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hwmon-vid.h' (85,632) at 20210307214931398 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.21.5.bb' (85,633) at 20241221090017516 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/seeq/sgiseeq.c' (85,634) at 20240405153050257 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_lpc.c' (85,635) at 20241211090212294 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/Kconfig' (85,636) at 20210308005003088 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5.h' (85,637) at 20210307214927970 2025-03-14 03:00:51.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/scatterlist.c' (85,638) at 20240520080015215 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h' (85,639) at 20240628080014001 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/signal.h' (85,640) at 20240405153046249 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EthernetInterfaceCollection.json' (85,641) at 20240619080002944 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/MAINTAINERS' (85,642) at 20210308005003024 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/gef_sbc610.c' (85,643) at 20240405153230051 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max8903_charger.c' (85,644) at 20240405153231355 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/k210-rst.h' (85,645) at 20220525020654547 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-cirrus' (85,646) at 20210308005046237 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/zswap.rst' (85,647) at 20240405153229739 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/ext4_extents.h' (85,648) at 20220525020654395 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/stericsson,ab8500.yaml' (85,649) at 20240405153229779 2025-03-14 03:00:51.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/st-vgxy61.rst' (85,650) at 20240405153045309 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/armsse.c' (85,651) at 20241211090212246 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/memory.json' (85,652) at 20240405153054109 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/auto_submenu/Kconfig' (85,653) at 20210307214932154 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/Makefile' (85,654) at 20210307214929750 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/Kconfig' (85,655) at 20210308005003528 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c' (85,656) at 20240405153230983 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-38x-controlcenterdc.dts' (85,657) at 20210308005002568 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabresd-u-boot.dtsi' (85,658) at 20210308005002584 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/arc-uart.txt' (85,659) at 20210307214925418 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts' (85,660) at 20240405153045761 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (85,661) at 20241207090012331 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/pfn_devs.c' (85,662) at 20240405153231271 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/Kconfig' (85,663) at 20240906080037304 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/readdir.h' (85,664) at 20240405153052581 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch' (85,665) at 20240113090014532 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/example/config.json' (85,666) at 20221213040025761 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Volume_v1.xml' (85,667) at 20240824080002934 to deleted uid set 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_device.c' (85,668) at 20240405153048565 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing/0002-ooo-file-unreg.c-Include-poll.h-instead-of-sys-poll..patch' (85,669) at 20241221090017540 2025-03-14 03:00:51.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/radvd_2.19.bb' (85,670) at 20241206090014238 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/meson.build' (85,671) at 20210308005053421 to deleted uid set 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test/run-ptest' (85,672) at 20230804080018091 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-rtl8139.rom' (85,673) at 20210308005046181 to deleted uid set 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/g12a-aoclkc.h' (85,674) at 20210307214931346 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/.clang-format' (85,675) at 20241219090021588 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ata.h' (85,676) at 20210308005003560 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/irqflags.h' (85,677) at 20210307214926178 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/time/context-tracking/arch-support.txt' (85,678) at 20240405153045201 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cortina.txt' (85,679) at 20210307214925374 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sm2.c' (85,680) at 20240405153046541 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0008-libtool-do-not-use-jlibtool.patch' (85,681) at 20230131040012027 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-kvm.h' (85,682) at 20221215040039186 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/Kconfig' (85,683) at 20210308005003056 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/perf_event.h' (85,684) at 20220525020651970 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/imx8mn.h' (85,685) at 20210307214931338 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c' (85,686) at 20240405153230739 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_compare_byte_action_tests.cpp' (85,687) at 20210308005405938 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/Makefile' (85,688) at 20240613080016363 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/lib80211_crypt_tkip.c' (85,689) at 20210309003654492 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/testcpuid.py2' (85,690) at 20241211090212538 2025-03-14 03:00:51.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/jazz.h' (85,691) at 20210307214926214 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/lc.c' (85,692) at 20240429080012436 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/Makefile' (85,693) at 20210308005002948 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_translate_dcn21.h' (85,694) at 20210307214927306 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt' (85,695) at 20210307214925426 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_pm.h' (85,696) at 20240405153048545 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_v4l2.c' (85,697) at 20240405153052077 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/mman.h' (85,698) at 20210307214926590 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_5.1.4.bb' (85,699) at 20241206090014282 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/Makefile' (85,700) at 20210308005003072 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/bpf_perf_event.h' (85,701) at 20220804100015888 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-topcliff-pch.c' (85,702) at 20240405153051801 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter.c' (85,703) at 20240326080039574 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-Modify-the-Makefile-for-cross-compile.patch' (85,704) at 20210307205553838 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-firefly-reload-core.dtsi' (85,705) at 20240405153045561 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/entry.h' (85,706) at 20210307214926174 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-eckelmann-ci4x10.dts' (85,707) at 20240405153045497 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/vmlinux.lds.S' (85,708) at 20240405153046029 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpasscc-sc7280.c' (85,709) at 20240405153046833 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sdm630-pinctrl.yaml' (85,710) at 20240405153045137 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/hashes.c' (85,711) at 20210307214931234 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi-generic.rst' (85,712) at 20240405153045253 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-1a.inc' (85,713) at 20240301090012451 2025-03-14 03:00:51.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/apple/rtkit-crashlog.c' (85,714) at 20240405153051753 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ldd.py' (85,715) at 20220910030013401 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycurl_7.45.3.bb' (85,716) at 20241221090017560 to deleted uid set 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/sbi-ipi.c' (85,717) at 20240405153046257 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/bmalloc-fix.patch' (85,718) at 20241221090017692 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/fixed.c' (85,719) at 20210308005003472 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_start.cpp' (85,720) at 20210308005108645 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_trigger_actions.cpp' (85,721) at 20240808080032608 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821.h' (85,722) at 20220525020653271 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/if_link.h' (85,723) at 20240405153054053 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf119.fuc4.h' (85,724) at 20210307214927970 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wm8350_wdt.c' (85,725) at 20240405153052245 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py' (85,726) at 20241221090017592 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/switch_to.h' (85,727) at 20210307214926178 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/sh_ksyms_32.c' (85,728) at 20210307214926570 2025-03-14 03:00:51.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Heinavesi' (85,729) at 20210307205553770 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/ser.c' (85,730) at 20240910080014058 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_slp.robot' (85,731) at 20240628080017121 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy/setuptools.patch' (85,732) at 20220204040022536 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/Makefile' (85,733) at 20210307214932286 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/bios.c' (85,734) at 20241009080011081 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/prepare-emmc-qemu/prepare-emmc-qemu' (85,735) at 20221217040017229 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_9_sm6375.h' (85,736) at 20240405153230591 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-samsung-ufs.c' (85,737) at 20240405153051297 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xen-stubs.c' (85,738) at 20241211090212254 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bloom_filter.c' (85,739) at 20240520080015207 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp852.c' (85,740) at 20210307214931178 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mfd-mcp-sa11x0.h' (85,741) at 20210307214931478 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/armpll.c' (85,742) at 20210308005002552 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/f0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch' (85,743) at 20241206090014242 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/Makefile' (85,744) at 20210308005002988 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/Makefile' (85,745) at 20210308004922932 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mk802ii_defconfig' (85,746) at 20210308005003268 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axs103_idu.dts' (85,747) at 20210307214925662 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/xmc.c' (85,748) at 20240405153049713 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Traryd_Betas' (85,749) at 20210307205553794 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4_sd_rcw.cfg' (85,750) at 20210308005002996 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/regulator.h' (85,751) at 20210307214931610 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.js' (85,752) at 20210308005107077 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts' (85,753) at 20240405153045401 2025-03-14 03:00:51.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/eth.c' (85,754) at 20210308005003168 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs305-1g-4s.dtsi' (85,755) at 20240405153045453 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.h' (85,756) at 20240405153049469 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/firmware.c' (85,757) at 20240405153046225 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/Makefile' (85,758) at 20210307214929902 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/kdb_debugger.c' (85,759) at 20220525020654695 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-maxim-pmic.dtsi' (85,760) at 20240405153045485 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.h' (85,761) at 20210307214927302 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv748x/adv748x-csi2.c' (85,762) at 20240405153230783 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-isiot.dtsi' (85,763) at 20240405153045525 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/boot_loader.h' (85,764) at 20210307214929782 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/ipu3_rcb.svg' (85,765) at 20210307214925234 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SessionService.v1_1_9.json' (85,766) at 20240619080002956 to deleted uid set 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/Makefile' (85,767) at 20240405153047245 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_dim.c' (85,768) at 20210307214929514 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_runtime_pm.c' (85,769) at 20240405153048541 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sparc-us3-cpufreq.c' (85,770) at 20240405153046917 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/cap_helpers.h' (85,771) at 20240405153054241 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-mac.h' (85,772) at 20210307214926166 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/Makefile' (85,773) at 20210307214928106 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53659@62.conf' (85,774) at 20210307205554094 2025-03-14 03:00:51.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/mag3110.c' (85,775) at 20240405153049005 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/svc-i3c-master.c' (85,776) at 20241216090017705 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spider-pci.c' (85,777) at 20240405153230051 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-debug.c' (85,778) at 20210307214932390 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfuart.h' (85,779) at 20210307214926162 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw.h' (85,780) at 20220525020654975 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.cpp' (85,781) at 20240830080017491 to deleted uid set 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_fast.c' (85,782) at 20240405153053117 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_snic.h' (85,783) at 20240405153051737 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8186-clock.yaml' (85,784) at 20240405153045013 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sec6.0-0.dtsi' (85,785) at 20210307214926354 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/aes-round.h' (85,786) at 20230925080039921 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/semicall.h' (85,787) at 20240906080037576 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/zswap.c' (85,788) at 20240405153231983 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-cleanup.service' (85,789) at 20210308005102829 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_tsol.h' (85,790) at 20210308004938820 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/base.h' (85,791) at 20210307214929750 2025-03-14 03:00:51.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gdbm/files/run-ptest' (85,792) at 20230609080014415 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/flow_dissector.c' (85,793) at 20240805080014051 to deleted uid set 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml' (85,794) at 20240405153045109 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2hk.h' (85,795) at 20210308005002732 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-apq8064.c' (85,796) at 20240405153051345 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d2.dtsi' (85,797) at 20210308005002612 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_task.c' (85,798) at 20240405153051629 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MSI_Primo73_defconfig' (85,799) at 20210308005003240 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-sound-card.yaml' (85,800) at 20240405153229799 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/sound-uclass.c' (85,801) at 20210308005003488 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sym53c8xx.h' (85,802) at 20210308005003688 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/at91_i2c.c' (85,803) at 20210308005003380 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (85,804) at 20240119090013779 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/map_tests/htab_map_batch_ops.c' (85,805) at 20240405153054245 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-lib_1.2.13.bb' (85,806) at 20241221090017692 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/pam/libpam_%.bbappend' (85,807) at 20230505080015455 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/bus.json' (85,808) at 20240405153054109 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm450-motorola-ali.dts' (85,809) at 20240405153045785 2025-03-14 03:00:51.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-invalide-session.patch' (85,810) at 20210307205553818 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/debug-exceptions.c' (85,811) at 20240405153232267 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_tftp.c' (85,812) at 20210308005003372 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle.h' (85,813) at 20240405153046921 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-liteboard.dts' (85,814) at 20210308005002588 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console_%.bbappend' (85,815) at 20241206090014226 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nf_socket_ipv4.c' (85,816) at 20240405153053257 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/as3722.txt' (85,817) at 20210307214925358 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.min.css' (85,818) at 20210307205554270 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/smmu-common.h' (85,819) at 20240906080037328 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mem.h' (85,820) at 20210308005002636 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_group.h' (85,821) at 20240405153048741 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gic_common.c' (85,822) at 20240906080037236 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/acpi_object_usage.rst' (85,823) at 20240405153229739 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml' (85,824) at 20240405153045153 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/block-dirty-bitmap.c' (85,825) at 20240906080037368 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso.S' (85,826) at 20240326080039562 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/README' (85,827) at 20210308005003708 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/netcat-locale_h.patch' (85,828) at 20210307205553842 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts' (85,829) at 20220525020651934 2025-03-14 03:00:51.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h' (85,830) at 20240405153049693 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sdhci.h' (85,831) at 20210308005003684 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/atvda.h' (85,832) at 20210307214930310 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabreauto.dts' (85,833) at 20210308005002584 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rc4.c' (85,834) at 20210308005003712 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_length.pass' (85,835) at 20241206090014310 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65218-regulator.c' (85,836) at 20240405153231367 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Battery_v1.xml' (85,837) at 20240619080002920 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r2_defconfig' (85,838) at 20210308005003252 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c' (85,839) at 20240405153048665 to deleted uid set 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/led.h' (85,840) at 20240405153230019 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-make-tarball.bb' (85,841) at 20220502030010156 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools_2.15.bb' (85,842) at 20240413080012659 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/axg-aoclk.c' (85,843) at 20240405153230215 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/tcg-cpu.c' (85,844) at 20240906080037492 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kasan.rst' (85,845) at 20240405153229751 2025-03-14 03:00:51.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (85,846) at 20240829080014018 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/npcm7xx_smbus.h' (85,847) at 20240326080039538 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_hhf.c' (85,848) at 20240405153053369 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/Makefile' (85,849) at 20210309003650212 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/presence.hpp' (85,850) at 20220412175720086 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0002-Revert-configure-Require-libmodplug-0.8.9.patch' (85,851) at 20230114040015490 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.err' (85,852) at 20220429100100882 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/Build' (85,853) at 20240405153054089 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/archiver.bbclass' (85,854) at 20241221090017612 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_redirect_multi.sh' (85,855) at 20240405153054289 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/config.um' (85,856) at 20240405153054325 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/speed.c' (85,857) at 20210308005002728 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/phytec/phycore_rk3288/phycore-rk3288.c' (85,858) at 20210308005003028 to deleted uid set 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-segin-ff-rdk-nand.dts' (85,859) at 20240405153045525 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/sprd,sc27xx-pmic.txt' (85,860) at 20210307214925362 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-cpm.c' (85,861) at 20240405153230675 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/atmel-at91.yaml' (85,862) at 20240405153045013 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/supporting_libs.py' (85,863) at 20221209040018567 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/i2c.h' (85,864) at 20210308005002664 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/seg6_hmac.c' (85,865) at 20240613080016531 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/conntrack.h' (85,866) at 20220525020654887 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v4.5.c' (85,867) at 20240405153050345 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_api.h' (85,868) at 20240405153052693 2025-03-14 03:00:51.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared.bb' (85,869) at 20241206090014314 to deleted uid set 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-cgu.h' (85,870) at 20240405153046873 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/meson.build' (85,871) at 20241211090212542 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_3xxx.c' (85,872) at 20240405153046885 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/clock.c' (85,873) at 20210308005002760 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_probe_user.c' (85,874) at 20240405153054277 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_client_blt.c' (85,875) at 20240405153048481 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/hisilicon,hi3660-mailbox.txt' (85,876) at 20210307214925350 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/u64_stats_sync_api.h' (85,877) at 20240405153052809 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91rm9200ek.dts' (85,878) at 20240405153045465 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/softfloat-specialize' (85,879) at 20210307214925978 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/Inventory.pm' (85,880) at 20210308005052041 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-stubs.c' (85,881) at 20240326080039754 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ia_css_ctc2.host.h' (85,882) at 20210307214930554 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enum-fmt.rst' (85,883) at 20220525020651786 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/s390x/uvdevice/Makefile' (85,884) at 20240405153054301 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/OWNERS' (85,885) at 20240920080011535 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/context.c' (85,886) at 20240405153049629 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-exynos.h' (85,887) at 20240405153051365 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_lvds.c' (85,888) at 20220525020653011 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/util.cpp' (85,889) at 20231027080010242 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-raspberrypi-exp.c' (85,890) at 20240405153230307 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif.h' (85,891) at 20210308005003556 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/qos.h' (85,892) at 20210308005003040 2025-03-14 03:00:51.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cache.c' (85,893) at 20210308005002708 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk104.c' (85,894) at 20240405153048641 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb' (85,895) at 20221022030011098 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-arm64.inc' (85,896) at 20230811080018314 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/rpolicy.hpp' (85,897) at 20240820080023694 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/gdb-config.c.inc' (85,898) at 20210308005046361 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-gate-93.c' (85,899) at 20240405153046785 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/Platform' (85,900) at 20240405153046053 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/amlogic/Kconfig' (85,901) at 20240405153051269 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vmxnet3-test.c' (85,902) at 20221215040039382 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr.h' (85,903) at 20240405153054357 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm11/Makefile' (85,904) at 20210308005002544 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/distro_features_check.bbclass' (85,905) at 20220910030013385 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/float_convd.conf' (85,906) at 20221215040039386 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.h' (85,907) at 20240405153049957 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/manager.cpp' (85,908) at 20230511080010311 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/kmsg_dump.c' (85,909) at 20240405153046345 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/fans.json' (85,910) at 20231213090027090 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kp_imx6q_tpc.h' (85,911) at 20210308005003600 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/arm-linux-user.mak' (85,912) at 20221215040039066 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/am6_hardware.h' (85,913) at 20210308005002732 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/linux-firmware_20241210.bb' (85,914) at 20241221090017688 to deleted uid set 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecurityPolicy_v1.xml' (85,915) at 20240619080002936 to deleted uid set 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_log.h' (85,916) at 20240405153052597 to deleted uid set 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-utils.h' (85,917) at 20240405153054181 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/qos_fuzz.h' (85,918) at 20210927100127509 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/README' (85,919) at 20210308005002992 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/soc/imx8_pd.h' (85,920) at 20210308005003644 2025-03-14 03:00:51.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Cairns' (85,921) at 20210307205553762 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-wm8350.c' (85,922) at 20240405153047085 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff@.service' (85,923) at 20240730080012557 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c' (85,924) at 20210308005046521 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (85,925) at 20211015100030976 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/Kconfig' (85,926) at 20210308005003372 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend' (85,927) at 20240413080012683 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/micrel-ksz90x1.txt' (85,928) at 20210308005003304 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_l4lb_noinline.c' (85,929) at 20240405153054277 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f12.c' (85,930) at 20210307214928494 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi' (85,931) at 20240405153045737 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/fuloong-2e/Makefile' (85,932) at 20210307214926270 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/extack.sh' (85,933) at 20240405153054297 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gv100.c' (85,934) at 20220525020652963 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace_rc.h' (85,935) at 20220525020653167 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-poweron@.target' (85,936) at 20240321080027598 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.yaml' (85,937) at 20240405153045073 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/debugobjects.c' (85,938) at 20241008080014027 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/virtio-console.c' (85,939) at 20240326080039430 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/mca_drv.c' (85,940) at 20240405153045925 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-h616.h' (85,941) at 20240405153046857 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_static_linked2.c' (85,942) at 20220525020655199 2025-03-14 03:00:51.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sd_event_loop.hpp' (85,943) at 20241102080028842 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/renesas/rswitch.c' (85,944) at 20241220090018318 to deleted uid set 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/environ.c' (85,945) at 20210307214932186 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi' (85,946) at 20210308005002612 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_display.png' (85,947) at 20210307205554254 to deleted uid set 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb' (85,948) at 20230706080014785 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-before-include.out' (85,949) at 20210308005046401 to deleted uid set 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/syscall_nr.h' (85,950) at 20210927100127045 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7710.h' (85,951) at 20210308005002848 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/max77650.yaml' (85,952) at 20240405153045105 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-chromeos' (85,953) at 20210309003648252 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz' (85,954) at 20210307205554594 to deleted uid set 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_config.h' (85,955) at 20240405153052945 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.h' (85,956) at 20210309003649668 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/bug-hunting.rst' (85,957) at 20220525020651766 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/fill.py' (85,958) at 20210308005003748 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/limits.h' (85,959) at 20210307214931694 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-1002-1.0W' (85,960) at 20210307205553762 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-media-ctl-Install-media-ctl-header-and-library-files.patch' (85,961) at 20241221090017532 2025-03-14 03:00:51.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/fou-user.c' (85,962) at 20240405153054073 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/builtin-lock.c' (85,963) at 20241018080014598 to deleted uid set 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/dpseci-debugfs.h' (85,964) at 20210307214927074 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/dual/Apache-2.0' (85,965) at 20210307214925638 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98371.h' (85,966) at 20210307214932314 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/mv88e1xxx.c' (85,967) at 20210307214929358 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7393_regs.h' (85,968) at 20240405153049305 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/COPYING' (85,969) at 20210308005045721 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5695.c' (85,970) at 20240405153049329 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-olinuxino-micro.dts' (85,971) at 20240405153045377 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDomainCollection_v1.xml' (85,972) at 20240619080002932 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-close.rst' (85,973) at 20210309003648492 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/index.rst' (85,974) at 20240405153045265 2025-03-14 03:00:51.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm.c' (85,975) at 20240405153232123 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/sysfs.c' (85,976) at 20240405153046153 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipmi_bmc.h' (85,977) at 20210307214931638 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs_stack.h' (85,978) at 20240405153231811 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_jensen.c' (85,979) at 20220525020651802 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_mock.hpp' (85,980) at 20240817080027656 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp_0.3-beta15-52.diff' (85,981) at 20230317080013793 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/atp.h' (85,982) at 20240405153050253 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allegro,al5e.yaml' (85,983) at 20240405153045089 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743i-disco.dts' (85,984) at 20210308005002616 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/rpm-proc.c' (85,985) at 20240405153231451 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi' (85,986) at 20240910080014014 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/meson-card.h' (85,987) at 20240405153053973 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-snowball.dts' (85,988) at 20240405153229899 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/netlink.c' (85,989) at 20240405153230699 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/scripts/oe-setup-build' (85,990) at 20241221090017704 to deleted uid set 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dcb/Kconfig' (85,991) at 20210307214931918 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/x86.h' (85,992) at 20210307214931814 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-scsi_tape' (85,993) at 20210307214925198 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/namei.c' (85,994) at 20240405153231695 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/cryptodev.json' (85,995) at 20241211090212450 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fadvise.h' (85,996) at 20210307214931630 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_debugfs.c' (85,997) at 20240405153048785 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/fs_ttc.h' (85,998) at 20240405153050129 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/objdiff' (85,999) at 20240405153053457 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/apq8039-t2.dts' (86,000) at 20240405153229935 2025-03-14 03:00:51.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/lists.h' (86,001) at 20210308005003628 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_unlabeled.c' (86,002) at 20240405153053341 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-yosemite.c' (86,003) at 20210307214926338 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun20i-d1.c' (86,004) at 20240405153231335 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_DynamicBBPowerSaving.c' (86,005) at 20220525020654179 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/lib80211.c' (86,006) at 20210309003654492 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/bttv-cardlist.rst' (86,007) at 20210307214925230 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch' (86,008) at 20241221090017664 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-command.err' (86,009) at 20210308005046409 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_image.c' (86,010) at 20210308005003764 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32f769.c' (86,011) at 20210307214930122 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/svcauth_gss.c' (86,012) at 20240613080016539 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-runner_6.0.1.bb' (86,013) at 20241221090017560 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/yocto-space-optimize.inc' (86,014) at 20241221090017612 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-mmc.bbclass' (86,015) at 20240424080012220 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_v4l2.h' (86,016) at 20240405153049397 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky.conf' (86,017) at 20241221090017604 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc' (86,018) at 20240106090017237 2025-03-14 03:00:51.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/sysfs.c' (86,019) at 20240405153053389 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98363.c' (86,020) at 20240405153232151 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/omap_voutlib.h' (86,021) at 20240405153049481 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/core_64.c' (86,022) at 20240712080021057 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/common/board.c' (86,023) at 20210308005003172 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11.c' (86,024) at 20241211090212374 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/icon.dts' (86,025) at 20220525020652030 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/Build' (86,026) at 20210307214932582 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid-of-goodix.c' (86,027) at 20240405153048825 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc6_rtr_regs.h' (86,028) at 20240405153046605 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/LICENSE' (86,029) at 20210308005059701 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-pdbg-dts.cpp' (86,030) at 20230516080019606 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/tishift.S' (86,031) at 20210307214926086 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm95245.c' (86,032) at 20240405153048861 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max20751.rst' (86,033) at 20210309003648428 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/Makefile' (86,034) at 20210307214929666 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-vf610' (86,035) at 20220804100015872 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_descr.h' (86,036) at 20240906080037484 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/MAINTAINERS' (86,037) at 20210308005002904 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_misc.c' (86,038) at 20210307214932642 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/meson.build' (86,039) at 20240906080037500 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-key4.db' (86,040) at 20210307205553986 to deleted uid set 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pinctrl-rza2.c' (86,041) at 20240405153231335 2025-03-14 03:00:51.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/ieee1284_ops.c' (86,042) at 20210920100020719 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/dirPagination.js' (86,043) at 20210308005107069 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ite-cir.h' (86,044) at 20220525020653311 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_init.h' (86,045) at 20210307214930366 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BitTorrent-1.1' (86,046) at 20211006000025230 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/watch.hpp' (86,047) at 20211101000101059 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/sh_flctl.h' (86,048) at 20210307214931454 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/device_handler/scsi_dh_rdac.c' (86,049) at 20240405153051589 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/arm-softmmu.mak' (86,050) at 20240906080037160 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi' (86,051) at 20210308005002616 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb' (86,052) at 20240301090012419 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rapidio/rio_cm.rst' (86,053) at 20210307214925470 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0005-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch' (86,054) at 20240413080012643 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pcie-sh7786.c' (86,055) at 20240405153046309 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/44x.h' (86,056) at 20210307214926450 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-nbd-export' (86,057) at 20240906080037568 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/mips.config' (86,058) at 20240405153054381 2025-03-14 03:00:51.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sgtl5000.yaml' (86,059) at 20240405153045169 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/hyperv_transport.c' (86,060) at 20241115090012973 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/raw.h' (86,061) at 20240405153052909 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/ocfb.c' (86,062) at 20240405153231587 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/ctrl_module_wkup_44xx.h' (86,063) at 20210307214925914 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/Kconfig' (86,064) at 20210307214930302 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_native.h' (86,065) at 20241211090212366 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dexcr/Makefile' (86,066) at 20240613080016567 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zc702.dts' (86,067) at 20240405153045609 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-prti6g.dts' (86,068) at 20240405153045525 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/confirm.html' (86,069) at 20210308005107069 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ep93xx.c' (86,070) at 20240405153230179 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sched/config' (86,071) at 20220525020655231 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cyber2000fb.h' (86,072) at 20210307214930910 2025-03-14 03:00:51.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-ra.service.in' (86,073) at 20241005080021212 to deleted uid set 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/dax.c' (86,074) at 20240405153231679 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/fix-tslib-version-check.patch' (86,075) at 20210307205553938 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ast2500-facebook-netbmc-common.dtsi' (86,076) at 20240405153045421 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/local.conf.sample' (86,077) at 20241221090017572 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pistachio/Makefile' (86,078) at 20210307214926998 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slip_kern.c' (86,079) at 20210307214926618 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/purgatory/Makefile' (86,080) at 20240405153230075 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/eth_t102xqds.c' (86,081) at 20210308005002992 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/saa7146_i2c.c' (86,082) at 20210307214928602 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_receiver_2400_defs.h' (86,083) at 20210307214930538 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/filter.hpp' (86,084) at 20230513080027502 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/Kconfig' (86,085) at 20210308005002948 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_pm.h' (86,086) at 20240613080016423 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb' (86,087) at 20240301090012419 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts' (86,088) at 20240405153046245 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_driver_extif.h' (86,089) at 20220525020654619 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-extended/pam/libpam_%.bbappend' (86,090) at 20240221090011585 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-skov-cpu.dtsi' (86,091) at 20240405153045517 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/regs-timers.h' (86,092) at 20240405153045649 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn314.c' (86,093) at 20240405153047301 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/utils/meson.build' (86,094) at 20241219090010504 to deleted uid set 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mpls/Kconfig' (86,095) at 20210307214931998 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hexbytes_1.2.1.bb' (86,096) at 20241221090017556 to deleted uid set 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sis.h' (86,097) at 20210307214926878 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_compat.h' (86,098) at 20240405153051825 2025-03-14 03:00:51.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libsolv/libsolv_0.7.31.bb' (86,099) at 20241221090017676 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-slave-mt27xx.c' (86,100) at 20240405153231467 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/mdadm.patch' (86,101) at 20230706080014749 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.5.bb' (86,102) at 20241221090017488 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-standalone.init' (86,103) at 20210307205554122 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/arcx-anybus.c' (86,104) at 20240405153231467 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/sym53c500_cs.c' (86,105) at 20240405153051685 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/mps2-timer.c' (86,106) at 20210309003649268 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS3-ssh-host@.service' (86,107) at 20230203040020726 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/tools/validate-regulators-config.py' (86,108) at 20221207040038023 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/locking.h' (86,109) at 20240405153231627 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/0001-provide-function-declaration-with-prototypes.patch' (86,110) at 20221003030013285 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/dm163.c' (86,111) at 20241211090212266 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z14/extended.json' (86,112) at 20240405153054117 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_oldpiix.c' (86,113) at 20240405153046665 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-aio.c' (86,114) at 20240906080037580 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_internals.md' (86,115) at 20230629131804619 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_ftpci100.c' (86,116) at 20210308005003452 2025-03-14 03:00:51.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borlange_Nygardarna' (86,117) at 20210307205553778 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/event_log.hpp' (86,118) at 20241120090002568 to deleted uid set 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/cpuid.rst' (86,119) at 20220525020651774 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/serio.h' (86,120) at 20210307214931506 to deleted uid set 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/test-cvttq.c' (86,121) at 20230925080040097 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.c' (86,122) at 20240405153051829 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts' (86,123) at 20240405153045493 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/ipmi-ipmb.yaml' (86,124) at 20240405153229771 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-ippo-q8h-v1.2.dts' (86,125) at 20240405153045389 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/dma.h' (86,126) at 20210307214926618 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/pseq-monitor.service' (86,127) at 20210308005405942 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewServer.vue' (86,128) at 20241004080035967 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-x86/chassis/x86-power-control/chassis-system-reset.service' (86,129) at 20230107040016303 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/OS_reboot' (86,130) at 20211116040015975 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/masklog.c' (86,131) at 20240405153052465 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar5008_initvals.h' (86,132) at 20210309003651556 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsopcode.c' (86,133) at 20240405153046617 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_rx_pkt.c' (86,134) at 20241211090212306 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv50.c' (86,135) at 20210307214927962 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_manager.c' (86,136) at 20210307214930514 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-phase.h' (86,137) at 20210309003649244 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/COPYING.apache-2.0' (86,138) at 20210307205553686 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/Kconfig' (86,139) at 20240405153231327 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/protocol.h' (86,140) at 20221128040017602 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/Makefile' (86,141) at 20210308005003440 2025-03-14 03:00:51.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/sdbusplus.wrap' (86,142) at 20220322030034432 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ConnectionMethod.v1_1_1.json' (86,143) at 20240619080002944 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla1280.c' (86,144) at 20240405153051697 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_ftp.c' (86,145) at 20240405153053329 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/meson.build' (86,146) at 20220913030027317 to deleted uid set 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-trace.h' (86,147) at 20240405153052037 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1c/atl1c_main.c' (86,148) at 20240405153230923 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/hpmc.S' (86,149) at 20240405153046077 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_red_ets.sh' (86,150) at 20240405153054297 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/wayland/wayland_%.bbappend' (86,151) at 20210812000025266 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sti/platsmp.c' (86,152) at 20210307214925962 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/cpu_loop.c' (86,153) at 20241211090212378 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c' (86,154) at 20240405153046953 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gm200.c' (86,155) at 20240405153048633 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/remove-libtool.bbclass' (86,156) at 20220910030013393 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/pmu.c' (86,157) at 20240405153230275 2025-03-14 03:00:51.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc32c.h' (86,158) at 20240405153052677 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_ipack.h' (86,159) at 20220525020654131 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin_1.7.4.bb' (86,160) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/rng-tools/rng-tools/10-nice.conf' (86,161) at 20210307205554074 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/dma.h' (86,162) at 20240405153046317 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-valgrind-filter_xml_frames-do-not-filter-usr.patch' (86,163) at 20210307205554554 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/pch-standby-check.sh' (86,164) at 20241113090013917 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395_lib.c' (86,165) at 20240405153232143 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_eeprom.c' (86,166) at 20240405153050593 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/spl.c' (86,167) at 20210308005002944 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-rt3883.c' (86,168) at 20240405153051321 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/zboot.lds' (86,169) at 20240726080012846 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml' (86,170) at 20240405153045153 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_presence.fail' (86,171) at 20241206090014310 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/dirty-bitmap.h' (86,172) at 20230426080043752 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-pxa-28nm-usb2.c' (86,173) at 20240405153231311 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt' (86,174) at 20210308005003308 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt' (86,175) at 20240113090014532 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-codina-tmo.dts' (86,176) at 20240405153045581 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/pwm.c' (86,177) at 20210308005002552 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb' (86,178) at 20241206090014282 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/set-tai.c' (86,179) at 20210307214932730 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mmio.c' (86,180) at 20240405153050581 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsi' (86,181) at 20210307214926350 2025-03-14 03:00:51.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-sliced-vbi-cap.rst' (86,182) at 20220525020651786 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/dac.c' (86,183) at 20240405153048609 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/ucontext.h' (86,184) at 20240405153046253 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/7.AdvancedTopics.rst' (86,185) at 20240405153045273 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/hw_counters.h' (86,186) at 20240405153230699 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/introduction_habv4.txt' (86,187) at 20210308005003328 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_request_layer.c' (86,188) at 20240405153051393 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml' (86,189) at 20220823030015975 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.json' (86,190) at 20210927100127469 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb' (86,191) at 20240904080027738 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/watch.hpp' (86,192) at 20240904080034455 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_ipportnet.c' (86,193) at 20240405153053317 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json' (86,194) at 20240405153054377 to deleted uid set 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/pcmcia.c' (86,195) at 20220525020654115 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/cpuinfo.h' (86,196) at 20240326080039410 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ivec.S' (86,197) at 20210307214926594 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml' (86,198) at 20240405153045069 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/cadence_uart.c' (86,199) at 20240906080037204 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_signal.h' (86,200) at 20221215040039202 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/u-boot-arc.h' (86,201) at 20210308005002544 2025-03-14 03:00:51.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/asm-offsets.c' (86,202) at 20210307214926590 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/vt.h' (86,203) at 20220525020653167 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ia_css_tdf_types.h' (86,204) at 20210307214930562 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-33xx.c' (86,205) at 20240405153046865 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/sdk.py' (86,206) at 20231011080016598 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/syscall.tbl' (86,207) at 20241211090212378 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/vce/irqsrcs_vce_4_0.h' (86,208) at 20210307214927702 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp.scc' (86,209) at 20241206090014210 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/slimbus.rst' (86,210) at 20210307214925470 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/shmob_drm.h' (86,211) at 20220525020654603 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cg_storage_multi_egress_only.c' (86,212) at 20210309003655984 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/TODO' (86,213) at 20210307214930478 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/trigger.hpp' (86,214) at 20241015080002919 to deleted uid set 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/sysfs-common.h' (86,215) at 20240405153231959 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/syscallhdr.sh' (86,216) at 20220525020654947 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dummy-tools/gcc' (86,217) at 20240405153053449 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/debugfs.h' (86,218) at 20210307214929870 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap3pandora.c' (86,219) at 20240429080012464 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/260.out' (86,220) at 20210308005046465 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/sifive_spi.c' (86,221) at 20241211090212338 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,drif.yaml' (86,222) at 20220525020651686 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/test' (86,223) at 20210307214930690 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/strncat.S' (86,224) at 20240405153229859 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/inc.c' (86,225) at 20210307214932470 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_buffalo_initvals.h' (86,226) at 20210307214929762 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/serial-u16550.rst' (86,227) at 20210307214925566 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/conf/layer.conf' (86,228) at 20241221090017476 2025-03-14 03:00:51.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/dw100/dw100_regs.h' (86,229) at 20240405153049421 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/trap.c' (86,230) at 20240405153232011 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/Makefile' (86,231) at 20210307214928990 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ir38064.c' (86,232) at 20240405153230667 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/bench/epoll-wait.c' (86,233) at 20240405153054097 to deleted uid set 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/yocto-check-layer-wrapper' (86,234) at 20210307205554646 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p5020.c' (86,235) at 20210308005003432 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/Makefile' (86,236) at 20240405153045689 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch' (86,237) at 20231011080016574 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_dest.c' (86,238) at 20240405153053157 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-lsxhl.dts' (86,239) at 20210308005002592 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/sec_entry_cpu1.S' (86,240) at 20210308005002760 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qlit.c' (86,241) at 20241211090212454 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ja_JP/howto.rst' (86,242) at 20240405153045277 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/settings.hpp' (86,243) at 20240619080002916 to deleted uid set 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/serial-sccnxp.h' (86,244) at 20210307214931482 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ethers.sample' (86,245) at 20210307205553930 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-list.out' (86,246) at 20210308005046401 to deleted uid set 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/module.c' (86,247) at 20240405153050493 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/uctl.txt' (86,248) at 20210307214925362 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctvmem.c' (86,249) at 20220525020654991 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38536.patch' (86,250) at 20241221090017576 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_mvebu.c' (86,251) at 20210308005003452 2025-03-14 03:00:51.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/gbs-inventory-cleanup.bb' (86,252) at 20241206090014278 2025-03-14 03:00:51.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fs_parser.c' (86,253) at 20240405153052365 2025-03-14 03:00:51.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-ppmu-common.dtsi' (86,254) at 20240405153045569 2025-03-14 03:00:51.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-console.c' (86,255) at 20240805080013923 2025-03-14 03:00:51.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidump/apdump.c' (86,256) at 20240405153054213 2025-03-14 03:00:51.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_2_0_offset.h' (86,257) at 20240405153048145 2025-03-14 03:00:51.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/btcx-risc.c' (86,258) at 20240405153049349 2025-03-14 03:00:51.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/syscalls/Makefile' (86,259) at 20240405153046317 2025-03-14 03:00:51.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/atomic128-ldst.h' (86,260) at 20240326080039410 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpumask.h' (86,261) at 20240830080013327 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpufreq.h' (86,262) at 20241011080017371 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu.c' (86,263) at 20241211090145461 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/hwtstamp_config.c' (86,264) at 20240405153232279 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mps2-scc.h' (86,265) at 20240906080037336 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/Makefile' (86,266) at 20210307214928430 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-cherry.c' (86,267) at 20210307214928090 2025-03-14 03:00:51.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/vybrid_gpio.c' (86,268) at 20210308005003380 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/loadsvf/loadsvf_git.bb' (86,269) at 20230901080018206 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb' (86,270) at 20220910030013409 to deleted uid set 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/qemu-spice.h' (86,271) at 20230426080043780 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/airoha/en7523.dtsi' (86,272) at 20240405153045373 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/neterion/s2io.c' (86,273) at 20240405153231035 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/platform_oem_ibm.cpp' (86,274) at 20240819080030263 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/Makefile' (86,275) at 20210307214930298 2025-03-14 03:00:51.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dc_features.h' (86,276) at 20240405153230407 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-pinfunc.h' (86,277) at 20210307214926026 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/mmu_context.h' (86,278) at 20220525020651802 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/container.c' (86,279) at 20240906080037312 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-isc.h' (86,280) at 20240405153230807 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/dbg_current.S' (86,281) at 20210307214925658 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config/sensor_filter.json' (86,282) at 20241107090014377 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2g_evm.h' (86,283) at 20210308005003596 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/tool_errors.hpp' (86,284) at 20240817080027660 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/aureon.h' (86,285) at 20210307214932258 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/152' (86,286) at 20240326080039730 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rk808.c' (86,287) at 20240405153051501 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing/0001-test-Compile-nolibc.c-only-when-CONFIG_NOLIBC-is-set.patch' (86,288) at 20241221090017540 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-thunderx.c' (86,289) at 20240405153047085 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_network_nping.robot' (86,290) at 20240628080017117 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sonixb.c' (86,291) at 20210307214928834 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822cs.c' (86,292) at 20240405153050657 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bench.c' (86,293) at 20241008080014055 2025-03-14 03:00:51.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-idk-common.dtsi' (86,294) at 20210308005002564 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c' (86,295) at 20240624080012780 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ufs/core/ufshcd-priv.h' (86,296) at 20241216090017741 to deleted uid set 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-midi.c' (86,297) at 20240405153232123 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/translation.json' (86,298) at 20210307214932538 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmc-esdhc-mcf.h' (86,299) at 20210307214931478 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/pci.c' (86,300) at 20210308005003168 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/gen_loader.c' (86,301) at 20240405153054057 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vhost-user-test.c' (86,302) at 20241211090212550 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/Makefile' (86,303) at 20210308005002776 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_debugfs.c' (86,304) at 20240405153050197 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/Makefile' (86,305) at 20210308005003008 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/allwinner-i2c.h' (86,306) at 20230426080043760 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/fb/Makefile' (86,307) at 20210307214930918 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/Kconfig' (86,308) at 20240405153049393 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rtq2134-regulator.c' (86,309) at 20240405153051473 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h' (86,310) at 20210308005002640 2025-03-14 03:00:51.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Settings.interface.yaml' (86,311) at 20221207040023631 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8962.h' (86,312) at 20210307214931606 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/traps_32.h' (86,313) at 20210307214926554 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/k3-event-router.h' (86,314) at 20220525020654563 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VCATEntryCollection.json' (86,315) at 20240619080002956 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-summit-common.dtsi' (86,316) at 20240405153045605 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-pll.h' (86,317) at 20240405153046801 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_int_helper.c' (86,318) at 20240326080039702 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/stm32mp13_rcc.h' (86,319) at 20240405153046853 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/layer.conf' (86,320) at 20241221090017484 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/iw_portmap.h' (86,321) at 20210309003653968 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/tgafb.h' (86,322) at 20210307214931698 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/timekeeping.rst' (86,323) at 20210307214925570 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/byteorder.h' (86,324) at 20210307214926322 2025-03-14 03:00:51.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/pcic.c' (86,325) at 20240805080013987 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_linux_initrd.py' (86,326) at 20241211090212538 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-mpll.c' (86,327) at 20240405153046801 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/8xx.c' (86,328) at 20241008080013895 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/webcam.c' (86,329) at 20240405153231551 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_onenand_defconfig' (86,330) at 20210308005003284 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/ps7_init_gpl.h' (86,331) at 20210308005002796 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/id.h' (86,332) at 20210927100127249 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan743x_main.h' (86,333) at 20240628080013997 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/syscall_wrapper.h' (86,334) at 20240405153229979 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/interface/ia_css_isp_param_types.h' (86,335) at 20210307214930566 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/bus/ti-sysc.h' (86,336) at 20210308005003632 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_zec12/extended.json' (86,337) at 20240405153054117 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/vmx.h' (86,338) at 20240405153054033 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/power-sequencing.bb' (86,339) at 20241206090014230 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/README' (86,340) at 20210307214932742 2025-03-14 03:00:51.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3/0001-configure.ac-fix-cross-compiling-issue.patch' (86,341) at 20210307205553902 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c' (86,342) at 20240405153050129 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c' (86,343) at 20240910080014062 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_presence.hpp' (86,344) at 20240827080014470 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/l2cr_6xx.S' (86,345) at 20220627100016926 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_64r6el.sh' (86,346) at 20210308005046525 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/hubpi.h' (86,347) at 20210307214926246 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/meson.build' (86,348) at 20241211090212386 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pack.c' (86,349) at 20220429100100946 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/octave_7.2.0.bb' (86,350) at 20221003030013273 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0007-mycroft.conf-Use-pocketsphinx-by-default.patch' (86,351) at 20210307205553802 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77951-ulcb-kf.dts' (86,352) at 20220525020651934 2025-03-14 03:00:51.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch' (86,353) at 20240413080012651 2025-03-14 03:00:51.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/freescale/fec_main.c' (86,354) at 20241018080014490 to deleted uid set 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-thermal.dtsi' (86,355) at 20210308005002604 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/linux/kmemleak.h' (86,356) at 20240405153054225 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/boost/boost_%.bbappend' (86,357) at 20241213090035014 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3xxx-clocks.dtsi' (86,358) at 20210308005002600 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rock2.h' (86,359) at 20210308005003612 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/snowball.conf' (86,360) at 20210307214932626 2025-03-14 03:00:51.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/dir-item.c' (86,361) at 20210308005003544 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c' (86,362) at 20240919080017058 to deleted uid set 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/vhca_event.h' (86,363) at 20220525020653591 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_11_0_1_offset.h' (86,364) at 20240405153047369 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (86,365) at 20230606080013598 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6110.h' (86,366) at 20210307214928642 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-ioc-g-topology.rst' (86,367) at 20220525020651778 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml' (86,368) at 20240405153045101 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_virtio_version.py' (86,369) at 20241211090212542 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/amba-pl011.c' (86,370) at 20241216090017741 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spl.c' (86,371) at 20210308005002548 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib.h' (86,372) at 20240405153230311 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/mmc.h' (86,373) at 20210307214925910 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-joblib_1.4.2.bb' (86,374) at 20241221090017556 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch' (86,375) at 20230131040012031 to deleted uid set 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040.dtsi' (86,376) at 20210309003648744 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/xpedite517x.c' (86,377) at 20210308005003172 2025-03-14 03:00:51.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.conf' (86,378) at 20210307205553874 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/filetable.c' (86,379) at 20240405153231883 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/Makefile' (86,380) at 20210307214930522 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/nsa310s.h' (86,381) at 20210308005003204 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/atari_scsi.c' (86,382) at 20240405153051573 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_opensuse_unattended.py' (86,383) at 20241221090017468 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf' (86,384) at 20240413080012631 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgf117.fuc3.h' (86,385) at 20210307214927938 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/svm_int_ctl_test.c' (86,386) at 20240405153054321 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/tables.h' (86,387) at 20210308005003560 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am642-sk.dts' (86,388) at 20240405153229971 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.clang' (86,389) at 20240405153053433 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/bitset.h' (86,390) at 20210307214931930 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-rockchip.c' (86,391) at 20210308005003516 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/libperf-sampling.txt' (86,392) at 20210309003655360 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/signal.h' (86,393) at 20240405153045349 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/core.h' (86,394) at 20240405153231863 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kfunc_call_fail.c' (86,395) at 20240405153054269 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6apm.h' (86,396) at 20240405153232191 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/api.hpp' (86,397) at 20210308004925444 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/ptp.h' (86,398) at 20240405153049757 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxm.dtsi' (86,399) at 20210308005002596 2025-03-14 03:00:51.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/ethernet.txt' (86,400) at 20210308005003304 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.out' (86,401) at 20210308005046413 to deleted uid set 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a4xx_gpu.h' (86,402) at 20210307214927874 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c' (86,403) at 20210309003651144 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/.gitignore' (86,404) at 20240405153054237 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/mpc8xx.c' (86,405) at 20210307214926362 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/os_info.c' (86,406) at 20240405153046285 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_pvid_vlan_upper.sh' (86,407) at 20240405153232279 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h' (86,408) at 20240405153230423 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_pm4_opcodes.h' (86,409) at 20240405153047185 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/gobject-introspection.rst' (86,410) at 20230114040015514 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/lib/x86-opcode-map.txt' (86,411) at 20240613080016551 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,x1830-cgu.h' (86,412) at 20240405153052645 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/design-template.md' (86,413) at 20241129090004008 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/broadcom/bcmsysport.c' (86,414) at 20241104090011579 to deleted uid set 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/hiface/pcm.c' (86,415) at 20240405153054025 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/unaligned_pc.c' (86,416) at 20240906080037576 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/rpl/rpl_acp6x.h' (86,417) at 20240405153053553 2025-03-14 03:00:51.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/rw.c' (86,418) at 20241111090012149 to deleted uid set 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_if.c' (86,419) at 20240405153230803 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/O-UDA-1.0' (86,420) at 20211006000025238 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst' (86,421) at 20240405153045317 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/init.cfg' (86,422) at 20210307205554470 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c' (86,423) at 20220525020652963 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/samsung_onenand.h' (86,424) at 20210308005003668 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-dfl' (86,425) at 20210309003648248 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BootOption_v1.xml' (86,426) at 20240619080002920 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl_raid.c' (86,427) at 20240405153230279 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/r8a66597-hcd.c' (86,428) at 20210308005003516 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/schedutil.rst' (86,429) at 20240405153045253 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/pipeline.json' (86,430) at 20240405153054145 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_vlan_modify.sh' (86,431) at 20210307214932690 2025-03-14 03:00:51.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/bnep/Kconfig' (86,432) at 20210307214931882 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_lib.c' (86,433) at 20241008080013947 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/macchanger/macchanger/0001-Fix-musl-build.patch' (86,434) at 20230706080014741 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac-platform.c' (86,435) at 20240405153049825 to deleted uid set 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vammala_Jyranvuori' (86,436) at 20210307205553774 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mlxreg.h' (86,437) at 20240405153052769 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/renesas,du.yaml' (86,438) at 20240405153045045 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/.gitignore' (86,439) at 20210307214925662 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_phy_14nm.xml.h' (86,440) at 20240405153048597 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive2_regs.h' (86,441) at 20240906080037240 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml' (86,442) at 20240405153045117 2025-03-14 03:00:51.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi' (86,443) at 20240405153045721 2025-03-14 03:00:51.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/uncore-io.json' (86,444) at 20240405153054153 2025-03-14 03:00:51.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/xlnx-can-test.c' (86,445) at 20221215040039382 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-u-boot.dtsi' (86,446) at 20210308005002592 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/qrwlock.h' (86,447) at 20210307214926586 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/README' (86,448) at 20210308005003004 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/srmcons.c' (86,449) at 20240405153229855 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/ingenic,trng.yaml' (86,450) at 20240405153045153 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f746.dtsi' (86,451) at 20210308005002616 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.conf' (86,452) at 20210307205554038 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/gadget.h' (86,453) at 20210308005003672 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/Kconfig' (86,454) at 20210308005003056 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt' (86,455) at 20240405153230531 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_with_cpumap_frags_helpers.c' (86,456) at 20240405153054281 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l-evm.dts' (86,457) at 20210308005002592 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/aspeed_intc.h' (86,458) at 20240906080037332 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_hash.rst' (86,459) at 20240405153044997 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/Makefile' (86,460) at 20240405153053485 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ste_dma40.c' (86,461) at 20240405153047005 2025-03-14 03:00:51.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/kgdboc.c' (86,462) at 20240527080023348 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1021rdb-pc_32b.dts' (86,463) at 20210307214926346 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mxc.h' (86,464) at 20210307214925894 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/meson-ddr-pmu.rst' (86,465) at 20240405153044961 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/monitor.h' (86,466) at 20210307214932094 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/Kconfig' (86,467) at 20210308005002820 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml' (86,468) at 20240405153045141 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/as3722_init.c' (86,469) at 20210308005003024 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/stacktrace.h' (86,470) at 20240405153046505 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/es1370.c' (86,471) at 20241211090212254 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/sysfs.h' (86,472) at 20240405153052293 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/parport.h' (86,473) at 20210307214925646 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/coresight/coresight-cfg-sample.c' (86,474) at 20240405153053429 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sm6115-pas.yaml' (86,475) at 20240405153229791 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/Makefile' (86,476) at 20210308005003016 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-integrator/Kconfig' (86,477) at 20210308005002728 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binder_alloc.c' (86,478) at 20240405153230171 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/mbox.c' (86,479) at 20210308005002716 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/page.c' (86,480) at 20210307214932046 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/kgdb.c' (86,481) at 20210307214926310 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7629-eth.c' (86,482) at 20240405153230211 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb' (86,483) at 20241206090014274 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/LICENSE.MIT' (86,484) at 20210307205554226 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in' (86,485) at 20210307205554590 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-thin-metadata.h' (86,486) at 20240405153049249 2025-03-14 03:00:51.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-all_passed_nested.log' (86,487) at 20240405153054225 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/everest,es8326.yaml' (86,488) at 20240405153045161 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear.h' (86,489) at 20240405153051369 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/mixer_oss.c' (86,490) at 20241011080017403 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power8.inc' (86,491) at 20240301090012451 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_hpo_dp.c' (86,492) at 20241011080017311 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageSection.spec.js.snap' (86,493) at 20241004080035975 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/no_lto.patch' (86,494) at 20210316000012729 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/Makefile' (86,495) at 20240405153046057 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/wakeup-mask.h' (86,496) at 20210309003648720 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lz4/Makefile' (86,497) at 20210307214931806 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_mock.hpp' (86,498) at 20220412175720090 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-vivaldi-common.h' (86,499) at 20240405153048825 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/gadget-stop' (86,500) at 20240301090012431 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-64bit-fpu.xml' (86,501) at 20221215040039086 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/features_check.bbclass' (86,502) at 20220910030013385 to deleted uid set 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/fsl-imx25-tsadc.c' (86,503) at 20240405153049605 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fnmadds.c' (86,504) at 20210307214926434 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb' (86,505) at 20240921080016394 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/lowlevel.c' (86,506) at 20210307214929162 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/import' (86,507) at 20231118090031405 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/free/free.c' (86,508) at 20210308004938832 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Vienna' (86,509) at 20210307205553758 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sheevaplug_defconfig' (86,510) at 20210308005003280 2025-03-14 03:00:51.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_gpt_partition_name.wks' (86,511) at 20230503080014611 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/msdos.c' (86,512) at 20220525020652210 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_modified_not_mentioned.fail' (86,513) at 20241206090014310 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan_dev.c' (86,514) at 20240405153231983 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweroff@.service' (86,515) at 20241213090035010 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-mediatek.c' (86,516) at 20240405153231527 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c' (86,517) at 20240405153047201 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildstats-summary' (86,518) at 20241221090017700 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c' (86,519) at 20240405153050257 2025-03-14 03:00:51.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c' (86,520) at 20240405153231011 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbox_mode.c' (86,521) at 20240405153048781 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/meson.build' (86,522) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv1a.c' (86,523) at 20220525020652963 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ehci-omap.h' (86,524) at 20210308005002672 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_trace.h' (86,525) at 20240405153053493 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch' (86,526) at 20241221090017640 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/axx2prthdhd.json' (86,527) at 20220601030005861 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h' (86,528) at 20220525020652002 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/tasks.rst' (86,529) at 20241206090014294 to deleted uid set 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/kgdb.c' (86,530) at 20240405153046257 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/common.h' (86,531) at 20210308005002996 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/time.c' (86,532) at 20240405153046501 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest' (86,533) at 20210307205554542 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/rgb/leds-pwm-multicolor.c' (86,534) at 20240613080016423 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h' (86,535) at 20210308005002636 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/data-fabric.json' (86,536) at 20210309003655932 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ist.h' (86,537) at 20210308005002880 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-generic-x' (86,538) at 20241211090212534 to deleted uid set 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/Makefile' (86,539) at 20210307214929942 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/pl172.c' (86,540) at 20220525020653331 2025-03-14 03:00:51.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/tps65217.dtsi' (86,541) at 20210307214925830 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/Kconfig' (86,542) at 20240405153053201 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/bpmp_abi.h' (86,543) at 20210308005002668 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt' (86,544) at 20240405153045149 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/probe.sh' (86,545) at 20240405153232231 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/Kconfig' (86,546) at 20240405153046741 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop' (86,547) at 20220721030015885 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmcoge5un_defconfig' (86,548) at 20210308005003264 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/backlight/lp855x-driver.rst' (86,549) at 20210307214925454 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/cabextract/fix-fnmatch.patch' (86,550) at 20241206090014258 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/exynos-dp.txt' (86,551) at 20210308005003328 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/telnet_execution.py' (86,552) at 20221209040018567 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netprio_cgroup.h' (86,553) at 20210307214931570 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/console/obmc-console_%.bbappend' (86,554) at 20240130090012757 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmtepr2_defconfig' (86,555) at 20210308005003264 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (86,556) at 20241211090147009 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/zhaoxin/core.c' (86,557) at 20240405153046377 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_s_h.c' (86,558) at 20210308005046505 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_console_sandbox.py' (86,559) at 20210308005003744 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt' (86,560) at 20240405153045117 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/test_soc/cpu/other.json' (86,561) at 20220525020655143 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/main.c' (86,562) at 20220525020655123 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/ecm.c' (86,563) at 20220525020653667 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/base.c' (86,564) at 20241211090145417 2025-03-14 03:00:51.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/readonly.cpp' (86,565) at 20221111040035058 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/auto_submenu/expected_stdout' (86,566) at 20210307214932154 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pam.h' (86,567) at 20230925080039929 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_edid.c' (86,568) at 20210307214930950 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/uprobe_multi.c' (86,569) at 20240405153232263 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_128b_132b.h' (86,570) at 20240405153047297 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml' (86,571) at 20240405153045173 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/pinmux_config.h' (86,572) at 20210308005003008 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/multipath.c' (86,573) at 20241211090145473 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/qeth.rst' (86,574) at 20240405153229747 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2836-rpi-2-b.dts' (86,575) at 20240405153229871 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_df.h' (86,576) at 20240405153047105 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig' (86,577) at 20240726080012870 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/bind9' (86,578) at 20230813080012876 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/005.out' (86,579) at 20210308005046413 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/poly1305-donna64.c' (86,580) at 20240405153053085 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_ib.c' (86,581) at 20240405153049117 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/xilinx-xadc.h' (86,582) at 20240405153048965 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a774c0-sysc.c' (86,583) at 20240405153231351 2025-03-14 03:00:51.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ipv6_sockglue.c' (86,584) at 20241211090145553 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handler.hpp' (86,585) at 20210918000044923 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/Kconfig' (86,586) at 20210308005003464 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/vp/Kbuild' (86,587) at 20210307214927946 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-cipher-glue.c' (86,588) at 20240405153045845 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/fd-trans.h' (86,589) at 20230426080043784 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_base_bus.c' (86,590) at 20240405153052013 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/power-brick@30.conf' (86,591) at 20240904080027738 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm3380.dtsi' (86,592) at 20210308005002812 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ErlPL-1.1' (86,593) at 20210307205554422 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/tag.c' (86,594) at 20210307214930546 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/machine/dl360-g11.conf' (86,595) at 20230831080015063 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/mc34vr500.c' (86,596) at 20210308005002960 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-Change-PIDFile-path-from-var-run-to-run.patch' (86,597) at 20210307205553874 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ftdi_sio.h' (86,598) at 20240405153052133 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/sie.h' (86,599) at 20210309003648960 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/vsprintf.c' (86,600) at 20220525020652430 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/dma.h' (86,601) at 20220525020652947 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/Kconfig.profile' (86,602) at 20240405153048429 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch' (86,603) at 20230706080014749 to deleted uid set 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (86,604) at 20231107090016217 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/include/utils.hpp' (86,605) at 20220805030046484 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/systick-timer.c' (86,606) at 20210308005002556 2025-03-14 03:00:51.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/mpl115_i2c.c' (86,607) at 20240405153049009 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/accel/kvm/kvm-all.c' (86,608) at 20241211090212206 to deleted uid set 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-prti6q.dts' (86,609) at 20240405153229883 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/gbs-hotswap-power-cycle.bb' (86,610) at 20241206090014278 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-gate.c' (86,611) at 20210307214927042 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/devices/platform/gpio-fsi/fsi-master/fsi0/slave@00--00/00--00--00--06/sbefifo1-dev0/occ-hwmon.1.conf' (86,612) at 20210307205553718 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi' (86,613) at 20240405153045725 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-anysee-cardlist.rst' (86,614) at 20210307214925230 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_seal.c' (86,615) at 20240405153232079 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ch-Citycable' (86,616) at 20210307205553766 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/emsdp.c' (86,617) at 20210308005003056 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-all-test-cross.docker' (86,618) at 20240906080037560 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/aspeed,ast2600-acry.yaml' (86,619) at 20240405153045033 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml' (86,620) at 20240405153045113 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_inode.h' (86,621) at 20240405153052365 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/182' (86,622) at 20220429100100910 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/ingenic-drm.h' (86,623) at 20240405153048561 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/start.S' (86,624) at 20210308005002812 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vgem/Makefile' (86,625) at 20210307214928062 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1.dtsi' (86,626) at 20210307214926350 2025-03-14 03:00:51.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/gpio_presence.cpp' (86,627) at 20241219090021588 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7622-hif.c' (86,628) at 20240405153230211 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzce.c.inc' (86,629) at 20240906080037524 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z13/basic.json' (86,630) at 20240405153054117 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/st,stm32-fmc2-ebi-props.yaml' (86,631) at 20240405153045105 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/0001-Define-_GNU_SOURCE-if-HAVE_SIGSET-is-set.patch' (86,632) at 20221003030013289 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/syscalls/Makefile' (86,633) at 20240405153045977 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480' (86,634) at 20240405153229727 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-samples.rst' (86,635) at 20210307214925266 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Inferno-Nettverk' (86,636) at 20241221090017612 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/errseq.c' (86,637) at 20220525020654747 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/eeh/Makefile' (86,638) at 20220525020655227 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/cpu_init.c' (86,639) at 20210308005002800 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/mac80211.h' (86,640) at 20241008080014011 to deleted uid set 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/evdev.hpp' (86,641) at 20240817080025332 2025-03-14 03:00:51.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb' (86,642) at 20240302090018206 to deleted uid set 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0.conf' (86,643) at 20230609080014395 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_if.h' (86,644) at 20240405153052853 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm.h' (86,645) at 20220525020651890 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/snps,dw-reset.txt' (86,646) at 20220525020651706 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tsi108.h' (86,647) at 20210307214926394 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/index.rst' (86,648) at 20240413080012623 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs42l42.h' (86,649) at 20240405153052885 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/trans.c' (86,650) at 20210307214929902 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/rx.c' (86,651) at 20240405153231207 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-configure.inc' (86,652) at 20241221090017636 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3x/config.c' (86,653) at 20220525020651986 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-stacktrace-Define-ARCH_BITS-for-x86.patch' (86,654) at 20210307205553854 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/pci-endpoint-test.rst' (86,655) at 20210309003648432 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_os_reboot.robot' (86,656) at 20220805030023415 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/barrier.h' (86,657) at 20210307214932458 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/so_netns_cookie.c' (86,658) at 20220525020655223 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_2mmc_defconfig' (86,659) at 20210308005003248 2025-03-14 03:00:51.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dca/dca-core.c' (86,660) at 20240405153046973 2025-03-14 03:00:51.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/usb.c' (86,661) at 20240405153051813 2025-03-14 03:00:51.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/idt8t49n222a_serdes_clk.h' (86,662) at 20210308005002960 2025-03-14 03:00:51.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tqma6_mba6.h' (86,663) at 20210308005003620 2025-03-14 03:00:51.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/gc2235.h' (86,664) at 20240405153051821 2025-03-14 03:00:51.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-dev.rst' (86,665) at 20220525020651722 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf.c' (86,666) at 20241211090145573 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/de' (86,667) at 20210308005046145 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml' (86,668) at 20240405153045049 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/host-bmc/host_lamp_test.cpp' (86,669) at 20240819080030259 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/example/test.yaml' (86,670) at 20221209040030335 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_hwi.h' (86,671) at 20240405153231435 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/allwinner-i2c.c' (86,672) at 20240906080037224 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/smsc47m192.rst' (86,673) at 20210307214925506 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_mocs.h' (86,674) at 20240405153048493 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822b_table.c' (86,675) at 20210307214929954 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/bh.c' (86,676) at 20240405153050705 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/insn_sanity.c' (86,677) at 20220525020652194 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wndw.c' (86,678) at 20240405153048617 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/VERSION' (86,679) at 20210927100127329 2025-03-14 03:00:51.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/bcm47xx_private.h' (86,680) at 20210307214926186 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/skbuff.c' (86,681) at 20240520080015223 to deleted uid set 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/pble.c' (86,682) at 20240405153049069 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts' (86,683) at 20220525020651914 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/xpedite5200.dts' (86,684) at 20240405153046093 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/remote-i3c.h' (86,685) at 20241211090212362 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-1.1' (86,686) at 20211006000025242 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/try-catch.h' (86,687) at 20210307214931354 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-cpu.c' (86,688) at 20241104090011627 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/bitblit.c' (86,689) at 20240405153052185 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/phosphor-led-manager_%.bbappend' (86,690) at 20230801080016105 2025-03-14 03:00:51.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/transportcommands.cpp' (86,691) at 20240817080006187 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/metricgroups.json' (86,692) at 20240405153054149 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_lcd.h' (86,693) at 20210308005003560 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ts4900.c' (86,694) at 20240405153230307 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.h' (86,695) at 20240405153230399 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmiotrace.h' (86,696) at 20210307214931446 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.errors.yaml' (86,697) at 20221116040023827 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/jz4780.dtsi' (86,698) at 20210308005002812 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp' (86,699) at 20241211090002379 to deleted uid set 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98504.yaml' (86,700) at 20240405153045165 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-iommu' (86,701) at 20240405153044913 2025-03-14 03:00:51.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0003-Fix-missing-prototype-compiler-warnings.patch' (86,702) at 20241221090017540 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/amplifiers/hmc425a.c' (86,703) at 20240405153048965 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/offb.c' (86,704) at 20240405153231587 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9rlek.h' (86,705) at 20210308005003584 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/sii3112.c' (86,706) at 20241211090212282 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sk_storage_omem_uncharge.c' (86,707) at 20240405153232259 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/ddr.c' (86,708) at 20210308005002976 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm77.rst' (86,709) at 20210307214925502 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/GPL-1.0' (86,710) at 20210307214925638 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/.gitignore' (86,711) at 20210307214932722 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/session.hpp' (86,712) at 20240829080025807 to deleted uid set 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/futex.h' (86,713) at 20210307214931390 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra210-emc-table.c' (86,714) at 20240405153049589 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-vdec.c' (86,715) at 20240405153230215 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/OWNERS' (86,716) at 20230719080010903 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/065_entry_args_unknown_datatype.dts' (86,717) at 20210308005003752 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_rf.h' (86,718) at 20210307214930646 2025-03-14 03:00:51.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/oclass.h' (86,719) at 20210307214927902 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/btf.c' (86,720) at 20241220090018330 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/extract-ikconfig' (86,721) at 20240405153053449 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_init_gpl.c' (86,722) at 20210308005003080 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/utils/stl_utils_test.cpp' (86,723) at 20240904080003190 to deleted uid set 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2.dts' (86,724) at 20210308005002596 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/opl4_synth.c' (86,725) at 20210307214932202 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/introspect.json' (86,726) at 20241211090212450 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/trace.h' (86,727) at 20210308005046097 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/ifcvf/ifcvf_main.c' (86,728) at 20240405153052157 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/spear-cpufreq.c' (86,729) at 20240405153046917 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/copy-unaligned.h' (86,730) at 20240405153230067 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dv-timings.rst' (86,731) at 20210309003648492 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Entry/meson.build' (86,732) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-dict.err' (86,733) at 20210308005046401 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/simult_flows.sh' (86,734) at 20240815080012931 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.JFFS2' (86,735) at 20210308005003288 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx_1.26.2.bb' (86,736) at 20241221090017564 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/async_resolve.hpp' (86,737) at 20240817080003171 to deleted uid set 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/softoff.hpp' (86,738) at 20240125090021556 2025-03-14 03:00:51.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/.gitignore' (86,739) at 20240405153054361 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto.h' (86,740) at 20220525020652378 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-imx-sysctr.c' (86,741) at 20240405153046877 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx21-clock.yaml' (86,742) at 20240405153045025 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8572DS.h' (86,743) at 20210308005003580 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_quirks.h' (86,744) at 20240405153054025 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Pajala' (86,745) at 20210307205553790 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DRL-1.0' (86,746) at 20211006000025234 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/data.py' (86,747) at 20240106090017261 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/lowlevel_init.c' (86,748) at 20210308005002724 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/airspy/airspy.c' (86,749) at 20240405153049541 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/make-spdx-bindings.sh' (86,750) at 20241221090017700 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markdown_3.7.bb' (86,751) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt2701-larb-port.h' (86,752) at 20220525020654543 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch' (86,753) at 20241221090017524 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kernel/ftrace.c' (86,754) at 20240405153046253 to deleted uid set 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/read_window_cycle.c' (86,755) at 20230809080010803 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/link-test.c' (86,756) at 20210927100127357 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.c' (86,757) at 20240405153230351 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_suspend.h' (86,758) at 20220525020652911 2025-03-14 03:00:51.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/cavium-rng.c' (86,759) at 20220525020652294 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/net/mscc-phy-vsc8531.h' (86,760) at 20210307214931342 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/unwind-libunwind.c' (86,761) at 20220525020655131 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/pci_io.h' (86,762) at 20210308005002840 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/s32v234evb.cfg' (86,763) at 20210308005002992 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zstd_lib.h' (86,764) at 20240405153052825 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_sip.h' (86,765) at 20240405153052749 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U1copy_from_user.S' (86,766) at 20210307214926606 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/r820t.h' (86,767) at 20210307214928798 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/LICENSE' (86,768) at 20210308005007096 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/falcon/Makefile' (86,769) at 20210307214926266 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-afe-common.h' (86,770) at 20220525020655075 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-4.0' (86,771) at 20211006000025230 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/build-system.rst' (86,772) at 20241211090212234 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_inflate.h' (86,773) at 20210307214927082 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/Kconfig' (86,774) at 20210307214930070 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8850-w70v2.dts' (86,775) at 20240405153045609 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h' (86,776) at 20240405153048585 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/kdb/.gitignore' (86,777) at 20210307214931722 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/Kconfig' (86,778) at 20210308005002540 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/cmake/Finddbus.cmake' (86,779) at 20210308005114857 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/Kconfig' (86,780) at 20210308005002948 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp.hpp' (86,781) at 20210308005055041 2025-03-14 03:00:51.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/clk.h' (86,782) at 20210308005002796 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/toaster-unmanaged-mode.json' (86,783) at 20210307205554442 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/send_signal.c' (86,784) at 20240815080012931 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_soc.c' (86,785) at 20210308005003400 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/devmap.c' (86,786) at 20241216090017769 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_hal.h' (86,787) at 20220525020654183 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/0001-local.mk-fix-cross-compiling-problem.patch' (86,788) at 20240413080012687 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt' (86,789) at 20210308005003328 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-ld4.c' (86,790) at 20210308005002792 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg' (86,791) at 20210308005002964 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/proc.c' (86,792) at 20240405153053373 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-dlc20-rev1.0/ps7_init_gpl.c' (86,793) at 20210308005003172 2025-03-14 03:00:51.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sound.h' (86,794) at 20210307214931662 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/lantiq_gswip.c' (86,795) at 20240405153049753 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-driver-dcc' (86,796) at 20240405153044913 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/power/hibernate.c' (86,797) at 20210307214926286 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/arpwatch.default' (86,798) at 20210307205554126 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/acx.c' (86,799) at 20210307214929966 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/win32-aio.c' (86,800) at 20230925080039833 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/asm-prototypes.h' (86,801) at 20210307214926158 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,max31760.yaml' (86,802) at 20240405153045065 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/init.c' (86,803) at 20210308005002728 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (86,804) at 20221108040015950 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/g762.c' (86,805) at 20240405153230663 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/libv4l-introduction.rst' (86,806) at 20240405153045317 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64-crashdump-arm64.c-fix-warning.patch' (86,807) at 20230706080014733 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/common.h' (86,808) at 20210307214932438 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-get_cpuid.c' (86,809) at 20210307214932466 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models_user.c' (86,810) at 20210927100127433 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.7.rst' (86,811) at 20230114040015514 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/Makefile' (86,812) at 20240405153048385 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/Miscellaneous.pm' (86,813) at 20220612030016735 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_sr1500.h' (86,814) at 20210308005003616 2025-03-14 03:00:51.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/sigcontext.h' (86,815) at 20210307214926326 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json' (86,816) at 20240405153054125 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.clang-format' (86,817) at 20241219090026404 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman.c' (86,818) at 20241216090017713 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/atarimouse.c' (86,819) at 20210307214928486 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/oemopenbmc.hpp' (86,820) at 20210308004925448 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/powermate.c' (86,821) at 20240405153049145 2025-03-14 03:00:51.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/l1oip_codec.c' (86,822) at 20210307214928542 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c' (86,823) at 20240405153230415 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-srcuri.py' (86,824) at 20220204040022688 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_intel_pt.sh' (86,825) at 20240405153054173 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-core.c' (86,826) at 20240405153230303 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/iio_simple_dummy.c' (86,827) at 20220627100016990 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ps3_defconfig' (86,828) at 20241018080014474 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/renesas_sdhi_sys_dmac.c' (86,829) at 20240405153230855 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-natte.dtsi' (86,830) at 20240405153045465 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/mcf5208.c' (86,831) at 20241211090212290 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs3.dtsi' (86,832) at 20210308005002632 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mailbox/arm_mhuv2_message.h' (86,833) at 20220525020654583 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.4.rst' (86,834) at 20241221090017596 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/syscalls.h' (86,835) at 20220525020651970 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_dev_backend.c' (86,836) at 20210307214930986 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunxi/platsmp.c' (86,837) at 20240405153045689 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/config' (86,838) at 20210309003656020 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/regulator-poweroff.yaml' (86,839) at 20240405153045141 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-icore-ofcap10.dts' (86,840) at 20240405153045501 2025-03-14 03:00:51.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/07_buildflags.diff' (86,841) at 20230706080014741 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ethtool.h' (86,842) at 20240405153052917 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/bios/integer_attrs.json' (86,843) at 20240618080043041 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/ddr.c' (86,844) at 20210308005002820 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml' (86,845) at 20210307205554066 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kconfig.bus' (86,846) at 20240405153045953 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/88pm860x-ts.c' (86,847) at 20210307214928502 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/pxa2xx_timer.c' (86,848) at 20241211090212342 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c' (86,849) at 20240405153230607 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-xlp.c' (86,850) at 20240405153051801 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/keyring.c' (86,851) at 20240405153052317 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/ftrace.h' (86,852) at 20240405153230063 2025-03-14 03:00:51.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycparser_2.22.bb' (86,853) at 20241206090014330 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_mac.h' (86,854) at 20210307214929466 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_cve_check_ignore.fail' (86,855) at 20241206090014310 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/jitterentropy-testing.c' (86,856) at 20240405153046537 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.h' (86,857) at 20220525020652474 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing/baserule.hpp' (86,858) at 20240606080002976 to deleted uid set 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (86,859) at 20240413080012631 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/fw.json' (86,860) at 20210307214932726 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeDeviceCollection.json' (86,861) at 20240619080002952 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.hpp' (86,862) at 20240621080022333 to deleted uid set 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston-socket.sh' (86,863) at 20230706080014785 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/Makefile' (86,864) at 20210307214927782 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/Makefile' (86,865) at 20210308005003032 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sunxvr2500.c' (86,866) at 20240405153231595 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dlfilter.c' (86,867) at 20240405153232235 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/bcm47xx_board.h' (86,868) at 20240405153046005 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h' (86,869) at 20240405153050249 2025-03-14 03:00:51.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch' (86,870) at 20230131040012035 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lwt_seg6local.c' (86,871) at 20210307214932646 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-menz127.c' (86,872) at 20240405153047077 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_prop.h' (86,873) at 20210927100127205 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Activation.interface.yaml' (86,874) at 20221207040023631 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-hotfoot.c' (86,875) at 20240405153046089 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/meson.build' (86,876) at 20240323080007057 to deleted uid set 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/key_matrix.c' (86,877) at 20210308005003384 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/io.h' (86,878) at 20210308005002828 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (86,879) at 20240310080021376 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Martin-Birgmeier' (86,880) at 20241221090017616 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/pci_iomap.c' (86,881) at 20240405153231951 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.h' (86,882) at 20240405153047205 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cppc_cpufreq.c' (86,883) at 20241211090145401 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/serialization_tests.hpp' (86,884) at 20221005030030506 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_scc.h' (86,885) at 20210308005003020 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smsc_sio1007.h' (86,886) at 20210308005003684 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/compression.c' (86,887) at 20210308005003544 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/spapr_watchdog.c' (86,888) at 20240906080037320 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/pcalign-a32.c' (86,889) at 20220429100100942 2025-03-14 03:00:51.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/lpc18xx_eeprom.c' (86,890) at 20210307214929998 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_defs.h' (86,891) at 20240405153050385 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/mxs_defconfig' (86,892) at 20240405153045617 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts' (86,893) at 20240405153045465 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_drv.c' (86,894) at 20240405153230619 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/genptr.h' (86,895) at 20230925080040021 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/gpioplus/meson.build' (86,896) at 20230713080009164 to deleted uid set 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/sprd-pcm-dma.h' (86,897) at 20210307214932426 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/audio.rst' (86,898) at 20210309003648488 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig' (86,899) at 20210308005003236 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Settings.directory' (86,900) at 20210307205554610 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_noritake.c' (86,901) at 20210307214925658 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-lacie-ethernet-disk-mini-v2.dts' (86,902) at 20240405153045461 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/dai-common.yaml' (86,903) at 20240405153045161 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-asm9260/Kconfig' (86,904) at 20240405153045633 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (86,905) at 20210813100029652 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/.gitignore' (86,906) at 20240405153054169 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/meson.build' (86,907) at 20230505080022700 to deleted uid set 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi.c' (86,908) at 20240405153230595 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_bus.h' (86,909) at 20240326080039538 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc4245.c' (86,910) at 20240405153048861 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/image/microtek.h' (86,911) at 20210307214930842 2025-03-14 03:00:51.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-hash.h' (86,912) at 20230925080039813 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-lpss-pci.c' (86,913) at 20240405153230835 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm2-cmd.c' (86,914) at 20240405153046761 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmopti2_defconfig' (86,915) at 20210308005003264 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rave-sp-wdt.c' (86,916) at 20240405153231599 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb' (86,917) at 20241221090017508 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-all.bb' (86,918) at 20231014080011723 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53ard.h' (86,919) at 20210308005003604 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend' (86,920) at 20241206090014226 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs43130.h' (86,921) at 20240405153053577 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl.dtsi' (86,922) at 20210308005002584 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/.clang-format' (86,923) at 20240829080022534 to deleted uid set 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-sysfs.c' (86,924) at 20210307214930826 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/ghash-ce-glue.c' (86,925) at 20240405153045849 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/sh_mmcif.h' (86,926) at 20240405153052769 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/secrets/index.rst' (86,927) at 20240405153045257 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp102.c' (86,928) at 20240405153048645 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-seccomp.c' (86,929) at 20240326080039746 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/devices/platform/gpio-fsi/fsi-master/fsi0/slave@00--00/00--00--00--0a/fsi-master/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2.conf' (86,930) at 20210307205553714 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/dns_resolver-type.h' (86,931) at 20210307214931350 2025-03-14 03:00:51.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.make' (86,932) at 20210307205554566 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/sh_intc.c' (86,933) at 20220429100100482 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/trace.h' (86,934) at 20210308005046553 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/images/core-image-sato.bb' (86,935) at 20230813080012904 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smb2misc.c' (86,936) at 20240527080023360 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_u_mul.S' (86,937) at 20220525020652186 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_color_mgmt.h' (86,938) at 20240405153231791 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/800mhz_2x64mx16.cfg' (86,939) at 20210308005003080 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/freq.h' (86,940) at 20210307214926554 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c' (86,941) at 20240405153048601 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi' (86,942) at 20240405153045717 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/lowlevel_init.S' (86,943) at 20210308005002548 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/dw_hdmi-imx.c' (86,944) at 20240405153048557 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pgalloc.h' (86,945) at 20240405153230011 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/Makefile' (86,946) at 20210308005002724 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cx231xx-cardlist.rst' (86,947) at 20210307214925230 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/oobtest.c' (86,948) at 20240405153049713 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-pseudo-denormal.c' (86,949) at 20210308005046497 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vendorid_list.h' (86,950) at 20240405153230063 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/ssp.c' (86,951) at 20210307214925958 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/shdma-base.c' (86,952) at 20240405153047005 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_block_device.c' (86,953) at 20210308005003704 2025-03-14 03:00:51.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/image_verify.cpp' (86,954) at 20240820080021218 to deleted uid set 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-sys.c' (86,955) at 20240405153046869 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/cm36651.c' (86,956) at 20240405153049001 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/properties.c' (86,957) at 20210307214930134 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/.gitignore' (86,958) at 20210308005048369 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl_3.4.0.bb' (86,959) at 20241221090017636 to deleted uid set 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_fence.c' (86,960) at 20240405153048605 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sof.h' (86,961) at 20240405153052897 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/clock.h' (86,962) at 20210308005002672 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/subprojects/boost.wrap' (86,963) at 20240904080003186 to deleted uid set 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kangasala' (86,964) at 20210307205553766 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bandit_1.8.0.bb' (86,965) at 20241221090017548 to deleted uid set 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-integrity.h' (86,966) at 20240815080012907 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeDeviceCollection_v1.xml' (86,967) at 20240619080002932 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/brcm,iproc-pdc-mbox.txt' (86,968) at 20210307214925350 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c' (86,969) at 20240405153049493 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/migrate_device.c' (86,970) at 20240405153231971 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_domainhash.h' (86,971) at 20240405153053341 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mptcp.h' (86,972) at 20240405153231855 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode/meson.build' (86,973) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rv1108_defconfig' (86,974) at 20210308005003260 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/Makefile' (86,975) at 20210308005002996 2025-03-14 03:00:51.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.h' (86,976) at 20240405153230927 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz_ptp.c' (86,977) at 20240830080013275 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Juva' (86,978) at 20210307205553770 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_plx.c' (86,979) at 20220525020653767 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/security.c' (86,980) at 20240405153051197 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/tests/ttm_device_test.c' (86,981) at 20240503080014474 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_encoder_metadata.h' (86,982) at 20231021080010534 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/ifmtr/interface/ia_css_ifmtr.h' (86,983) at 20210307214930566 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb' (86,984) at 20241221090017604 to deleted uid set 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-disk.c' (86,985) at 20240405153049221 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_w.c' (86,986) at 20210308005046521 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3' (86,987) at 20210307205554422 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/aarch64-softmmu/minimal.mak' (86,988) at 20210927100127053 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.cpp' (86,989) at 20240926080026490 to deleted uid set 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-memory.c' (86,990) at 20240405153046053 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cc108.dts' (86,991) at 20210308005002632 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/sctp.h' (86,992) at 20240405153231855 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb' (86,993) at 20231011080016606 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx51evk_defconfig' (86,994) at 20210308005003268 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx7ulp_evk.h' (86,995) at 20210308005003608 2025-03-14 03:00:51.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/config.c' (86,996) at 20210308005003504 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvcvideo.h' (86,997) at 20240805080013971 to deleted uid set 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/twl4030_wdt.c' (86,998) at 20240405153052245 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-sc7180-flakes.txt' (86,999) at 20240405153230531 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/interrupts.c' (87,000) at 20210308005002800 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2820r_core.c' (87,001) at 20240405153049281 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (87,002) at 20241031080012183 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/libgcc.h' (87,003) at 20210307214926570 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cg3.c' (87,004) at 20240405153231579 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/tmon.h' (87,005) at 20220818100014859 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ts419.dtsi' (87,006) at 20240405153045457 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/asm-compat.h' (87,007) at 20210307214926174 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h' (87,008) at 20240913080013793 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml' (87,009) at 20240405153045121 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/Makefile-skas' (87,010) at 20210307214926614 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5686.h' (87,011) at 20240405153048977 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2500usb.h' (87,012) at 20240405153050617 2025-03-14 03:00:51.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/smb/index.rst' (87,013) at 20240405153045209 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/l2cap_core.c' (87,014) at 20241011080017387 to deleted uid set 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteEntryCollection.json' (87,015) at 20240619080002952 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_mpls.h' (87,016) at 20210307214931578 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch' (87,017) at 20210307205553890 to deleted uid set 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/handle.cpp' (87,018) at 20230511080009359 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/fifo_monitor_global.h' (87,019) at 20210307214930542 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/MAINTAINERS' (87,020) at 20210308005003088 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-a20-gmac.c' (87,021) at 20210307214927030 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_flat.sh' (87,022) at 20240405153054341 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7723.h' (87,023) at 20210307214926554 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi' (87,024) at 20240405153229923 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/periph.h' (87,025) at 20210308005002776 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/fpu.c' (87,026) at 20220525020652114 2025-03-14 03:00:51.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/uml.lds.S' (87,027) at 20240405153046345 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/custom_float.h' (87,028) at 20210307214927306 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_sockmap.c' (87,029) at 20210309003655980 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/power.c' (87,030) at 20240405153051949 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_ctinfo.h' (87,031) at 20210307214931662 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-petalynx.c' (87,032) at 20210307214928094 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun6i.h' (87,033) at 20210308005003620 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/uncore-memory.json' (87,034) at 20240405153054133 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rsk7264.h' (87,035) at 20210308005003612 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_defconfig' (87,036) at 20210308005003284 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/system_global.h' (87,037) at 20240405153051849 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/wrappers/atomic_bitops.rst' (87,038) at 20240405153045005 2025-03-14 03:00:51.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/Kconfig' (87,039) at 20240405153051757 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vmlinux.lds.S' (87,040) at 20240913080013769 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-npcm.c' (87,041) at 20240405153230859 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_subdev.h' (87,042) at 20240405153051829 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/Makefile' (87,043) at 20210307214930726 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-db.dts' (87,044) at 20240405153045745 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/include/atomic.h' (87,045) at 20210307214932674 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/lzo.rst' (87,046) at 20210309003648464 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/sensorutils.cpp' (87,047) at 20240829080022534 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-mtd-partitions.bb' (87,048) at 20241206090014218 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/st,stpmic1.h' (87,049) at 20210307214931342 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/ioctls.h' (87,050) at 20210307214926558 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/vialab,vl817.yaml' (87,051) at 20240405153229803 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-tps68470.c' (87,052) at 20240405153046781 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_act_ct.h' (87,053) at 20240405153231855 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/s-nail_14.9.25.bb' (87,054) at 20241221090017524 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/timer.h' (87,055) at 20210308005002640 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.h' (87,056) at 20210307214927266 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_zones_common.h' (87,057) at 20210307214931458 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/syscalls_32.c' (87,058) at 20210307214926754 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/list.h' (87,059) at 20210308005003656 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mlme.h' (87,060) at 20220525020654171 2025-03-14 03:00:51.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/fdt-common.c' (87,061) at 20210308005002756 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/rmobile-sysc.c' (87,062) at 20240405153231351 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-pll-unlock.cpp' (87,063) at 20230825080016953 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_tint.c' (87,064) at 20210307214926274 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c' (87,065) at 20240405153051273 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/wpa.c' (87,066) at 20240405153232051 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/cgtqmx6eval.c' (87,067) at 20210308005002948 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/less/less_668.bb' (87,068) at 20241221090017676 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/a20.c' (87,069) at 20210307214926634 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/meson.build' (87,070) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-version.h' (87,071) at 20210307214928698 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/handshake-user.h' (87,072) at 20240405153054073 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/base.c' (87,073) at 20220525020652963 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config/witherspoon/zone_conditions.yaml' (87,074) at 20210307205553702 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/asymmetric-parser.h' (87,075) at 20240405153052657 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/amdgpu_dpm_internal.c' (87,076) at 20240405153048325 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-structs.h' (87,077) at 20210308005003644 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/skip-timeout.patch' (87,078) at 20241221090017640 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d31ek.dts' (87,079) at 20240405153045469 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/vmalloc.h' (87,080) at 20210307214926310 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_ftp.c' (87,081) at 20240405153051513 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml' (87,082) at 20240112090020084 2025-03-14 03:00:51.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-more-itertools/run-ptest' (87,083) at 20230401080011971 to deleted uid set 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_list.c' (87,084) at 20240405153232259 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77541.h' (87,085) at 20240405153052729 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_base.c' (87,086) at 20240815080012895 to deleted uid set 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m41t80.c' (87,087) at 20221215040039150 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sh/aica.h' (87,088) at 20210307214932282 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb' (87,089) at 20240302090018206 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/nvidia,tegra210-bpmp.txt' (87,090) at 20210307214925314 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/sl811.h' (87,091) at 20210307214931530 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.h' (87,092) at 20240405153047117 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-wedge400.dts' (87,093) at 20240405153229867 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci.h' (87,094) at 20210308005003512 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-eid.conf' (87,095) at 20240828080010887 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml' (87,096) at 20240405153045185 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/trace/events/lock.h' (87,097) at 20210307214932478 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_spi.c' (87,098) at 20210308005003396 2025-03-14 03:00:51.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/MAINTAINERS' (87,099) at 20210308005003024 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent-sse2-i586-asm_32.S' (87,100) at 20220525020652134 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-bios.json.in' (87,101) at 20210308005120349 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/wdt_aspeed.h' (87,102) at 20241211090212366 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb' (87,103) at 20241206090014242 to deleted uid set 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpasscorecc-sc7180.c' (87,104) at 20240405153230235 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mc146818rtc.h' (87,105) at 20210308005002840 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-acr.xml' (87,106) at 20210308005045817 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sunxi/sunxi_sram.c' (87,107) at 20240405153231451 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/fsp_vpd.h' (87,108) at 20210308005002876 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7751_defconfig' (87,109) at 20240405153046309 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/trace.h' (87,110) at 20210307214926082 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-loop' (87,111) at 20210307214925190 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_HMARK.c' (87,112) at 20210309003654428 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-ioprio.c' (87,113) at 20240405153046521 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lx2160a_serdes.c' (87,114) at 20210308005002556 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@40/rtc@68.conf' (87,115) at 20240904080027730 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/axp20x_ac_power.c' (87,116) at 20240405153231351 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/toc_asm.S' (87,117) at 20240405153046081 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/index.rst' (87,118) at 20240405153045273 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_redirect_map.c' (87,119) at 20210307214932650 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/linux-yocto-uefi-secureboot.inc' (87,120) at 20241221090017472 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb' (87,121) at 20220612030016723 to deleted uid set 2025-03-14 03:00:51.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/file.c' (87,122) at 20240405153232107 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemux86/x86.patch' (87,123) at 20241206090014298 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/sitronix,st1232.yaml' (87,124) at 20220525020651682 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/msr.c' (87,125) at 20220525020655179 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_pwork.h' (87,126) at 20220525020654523 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libpng/libpng_1.6.44.bb' (87,127) at 20241221090017692 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sfctemp.rst' (87,128) at 20240405153045217 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_nvm_defs.h' (87,129) at 20210307214929334 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/spl_minimal.c' (87,130) at 20210308005002960 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6375-gpucc.h' (87,131) at 20240405153052645 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_hw.c' (87,132) at 20240405153050449 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h' (87,133) at 20220525020652470 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/timer.c' (87,134) at 20210308005003740 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/algif_skcipher.c' (87,135) at 20240405153046529 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Naverede_Oberget' (87,136) at 20210307205553786 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_ipv6.h' (87,137) at 20240405153052749 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nxp/pinctrl-s32.h' (87,138) at 20240405153051325 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/gtk.h' (87,139) at 20240613080016559 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/hsmmc-omap.h' (87,140) at 20210307214931474 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c' (87,141) at 20240405153048421 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fips.h' (87,142) at 20210307214931386 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-compat-units.bb' (87,143) at 20241221090017644 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox_%.bbappend' (87,144) at 20240613080018351 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/adv7611.c' (87,145) at 20210308005003000 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/setup.c' (87,146) at 20240405153045997 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/simple-framebuffer.yaml' (87,147) at 20240405153045049 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/Kconfig' (87,148) at 20220525020653307 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h' (87,149) at 20210307214927954 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7721_defconfig' (87,150) at 20240405153046309 2025-03-14 03:00:51.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_modules_helpers.c' (87,151) at 20240405153046301 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/page_pool.c' (87,152) at 20240405153232007 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/entry.h' (87,153) at 20240405153229859 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53622@77.conf' (87,154) at 20240904080027738 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html' (87,155) at 20210307205554282 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi' (87,156) at 20240405153045573 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/test.py' (87,157) at 20210308005003760 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/iso.h' (87,158) at 20240405153052837 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml' (87,159) at 20240405153045093 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot-uefi-secureboot.inc' (87,160) at 20241221090017472 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/mem.c' (87,161) at 20240405153046345 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/Makefile' (87,162) at 20240405153049725 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xmb_cmp.dtsi' (87,163) at 20240405153045473 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/hda-codec.c' (87,164) at 20241211090212254 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000_common.h' (87,165) at 20230426080043712 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/Zone/meson.build' (87,166) at 20230920080021024 to deleted uid set 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,bcm6328-gpio-sysctl.yaml' (87,167) at 20240405153229775 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-sdk-toolchain.bb' (87,168) at 20220804030014683 to deleted uid set 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/viamode.c' (87,169) at 20210307214930950 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tarnamo' (87,170) at 20210307205553790 2025-03-14 03:00:51.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/x530.c' (87,171) at 20210308005002908 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/tnc.c' (87,172) at 20210308005003552 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-pico-hobbit.dts' (87,173) at 20240405153229887 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/MAINTAINERS' (87,174) at 20210308005002980 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi.dtsi' (87,175) at 20240405153045729 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83l786ng.c' (87,176) at 20240405153048881 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmx_onhyperv.c' (87,177) at 20240812080017232 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/trace-data.h' (87,178) at 20240405153050533 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa-regs.h' (87,179) at 20240405153045677 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-platform.c' (87,180) at 20240405153232139 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/pwrseq-uclass.c' (87,181) at 20210308005003400 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/tusb6010_omap.c' (87,182) at 20210307214930854 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m547x_8x.h' (87,183) at 20210308005002804 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/__init__.py' (87,184) at 20210307205554262 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/test_scheduled_host_transition.cpp' (87,185) at 20240723080028240 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx1.c' (87,186) at 20240405153229911 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/sharpsl.h' (87,187) at 20220525020654595 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c' (87,188) at 20230720080043539 2025-03-14 03:00:51.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/use-DESTDIR.patch' (87,189) at 20210307205553846 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/dma-considerations.rst' (87,190) at 20210307214925510 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb' (87,191) at 20241221090017552 to deleted uid set 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/0001-make-direction-attribute-conforming-to-introspect.dt.patch' (87,192) at 20240413080012663 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/external/ExternalSensor.cpp' (87,193) at 20241112090003094 to deleted uid set 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/seco/seco-cec.h' (87,194) at 20210307214928598 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/README.md' (87,195) at 20240808080020596 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-isku' (87,196) at 20210307214925182 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-cloudbox.dts' (87,197) at 20240405153045457 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-zx-irdec.c' (87,198) at 20210307214928786 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bma180.c' (87,199) at 20240405153230687 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/systemd_parser.cpp' (87,200) at 20240711080029835 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/swiotlb.h' (87,201) at 20240405153046129 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-crossbar.c' (87,202) at 20240405153230807 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_acntsa.c' (87,203) at 20240405153046613 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_overlay.c' (87,204) at 20241211090212278 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/userModel.js' (87,205) at 20210308005107073 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/meson.build' (87,206) at 20230426080043948 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/orientation/hid-sensor-incl-3d.c' (87,207) at 20220525020653111 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/ocs-hcu.h' (87,208) at 20240405153046949 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm_common.c' (87,209) at 20240405153045669 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices' (87,210) at 20210307214925198 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/uninitialized_var.cocci' (87,211) at 20220525020654939 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/typecheck.h' (87,212) at 20210308005003672 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/note.S' (87,213) at 20240405153046153 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/other.json' (87,214) at 20240405153054137 2025-03-14 03:00:51.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/s390x/Makefile' (87,215) at 20230925080040085 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/kconfig/conf.c' (87,216) at 20240405153053453 to deleted uid set 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/Makefile' (87,217) at 20220525020652162 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr.c' (87,218) at 20240405153054161 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_hba.c' (87,219) at 20210307214930710 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/Makefile' (87,220) at 20210308005002560 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rsmu.h' (87,221) at 20240405153049613 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_flow_action.c' (87,222) at 20240405153049029 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/adxl34x.c' (87,223) at 20240405153049141 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_throttle.c' (87,224) at 20240405153048477 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.yaml' (87,225) at 20240405153045129 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netlabel.h' (87,226) at 20210307214931570 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/compat_audit.c' (87,227) at 20240405153046321 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.json' (87,228) at 20220429100100882 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/154.out' (87,229) at 20240326080039730 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt6765-clk.h' (87,230) at 20210307214931330 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/system.h' (87,231) at 20210308005002796 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/Kconfig.debug' (87,232) at 20210307214925986 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/cmpxchg.h' (87,233) at 20240405153052617 2025-03-14 03:00:51.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/pcm.c' (87,234) at 20240405153054021 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h' (87,235) at 20210308005002836 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/match.c' (87,236) at 20240628080013981 to deleted uid set 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb' (87,237) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/power_off_rule_test.cpp' (87,238) at 20210308005059169 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gp100.c' (87,239) at 20240405153048657 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_signature.cpp' (87,240) at 20240820080019550 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/image-sparse.h' (87,241) at 20210308005003652 2025-03-14 03:00:51.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml' (87,242) at 20240405153229799 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-006a.conf' (87,243) at 20240904080027734 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/static-libsystemd-pkgconfig.patch' (87,244) at 20230706080014745 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/scm_drv.c' (87,245) at 20220525020653959 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap4-restart.c' (87,246) at 20210307214925918 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_realm.c' (87,247) at 20210307214932030 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/Makefile' (87,248) at 20240405153049465 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/nxp-bbnsm-pwrkey.c' (87,249) at 20240405153049145 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdk5420_defconfig' (87,250) at 20210308005003280 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-icore-rqs.dtsi' (87,251) at 20240405153045513 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/dgram.c' (87,252) at 20230426080043796 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/meson.build' (87,253) at 20240613080020632 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_paths.cpp' (87,254) at 20241003080023049 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/include/trace.h' (87,255) at 20240405153054385 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/spl.h' (87,256) at 20210308005002636 2025-03-14 03:00:51.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/Kconfig' (87,257) at 20240405153051389 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8195-clk.h' (87,258) at 20240405153052645 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp152.c' (87,259) at 20210308005003468 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/__init__.py' (87,260) at 20220405030025641 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_gem_device.h' (87,261) at 20210309003649780 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml' (87,262) at 20240405153045053 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hw.h' (87,263) at 20240805080013983 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_sfr.h' (87,264) at 20210308005002716 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h' (87,265) at 20210308005002716 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_sext.S' (87,266) at 20210308005046533 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-core.h' (87,267) at 20240405153230683 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/mx6cuboxi.c' (87,268) at 20210308005003052 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb' (87,269) at 20220921030015990 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/can327.c' (87,270) at 20240405153230895 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/raspi.rst' (87,271) at 20240906080037176 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-aspeed.c' (87,272) at 20241008080013927 2025-03-14 03:00:51.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/kernel-driver-statement.rst' (87,273) at 20240405153229839 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/Kconfig' (87,274) at 20210308005045905 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twine_6.0.1.bb' (87,275) at 20241221090017560 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/link_service_types.h' (87,276) at 20240405153230423 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/microblaze_ksyms.c' (87,277) at 20241211090145381 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/uv/Makefile' (87,278) at 20210307214926134 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/sigcontext.h' (87,279) at 20210307214926110 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass-lpaif-reg.h' (87,280) at 20240405153053977 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.h' (87,281) at 20240405153047137 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/generic.h' (87,282) at 20210307214931374 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5360.c' (87,283) at 20240405153048973 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/debug.c' (87,284) at 20240405153050473 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/Makefile.postlink' (87,285) at 20240405153045977 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/058' (87,286) at 20210927100127477 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch' (87,287) at 20230706080014737 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/run-ptest' (87,288) at 20240413080012643 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/Makefile' (87,289) at 20210308005003456 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stigsjo' (87,290) at 20210307205553790 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/cirrus.h' (87,291) at 20210307214931694 2025-03-14 03:00:51.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/access_tracking_perf_test.c' (87,292) at 20240405153054313 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/tegra210.c' (87,293) at 20240405153051865 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_xplained_emmc_defconfig' (87,294) at 20210308005003276 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/intel_iommu.h' (87,295) at 20241211090212358 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/ncsi.c' (87,296) at 20220215040051512 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/fix_hypercall_test.c' (87,297) at 20240405153054321 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.h' (87,298) at 20210307214929934 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-array.err' (87,299) at 20221215040039362 to deleted uid set 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/xmlrpcserver.py' (87,300) at 20241221090017588 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/isp.S' (87,301) at 20210307214926154 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/poke_4.2.bb' (87,302) at 20241221090017512 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-pinfunc.h' (87,303) at 20210309003648740 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/classmate-laptop.c' (87,304) at 20240405153051397 2025-03-14 03:00:51.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml' (87,305) at 20240405153045073 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-controller-intro.rst' (87,306) at 20210309003648484 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4a/cpu/serial.h' (87,307) at 20210307214926558 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pretimeout_noop.c' (87,308) at 20210307214930974 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/elf.h' (87,309) at 20240405153045913 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/libts_%.bbappend' (87,310) at 20241206090014214 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-qcom-qspi.c' (87,311) at 20240405153231463 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cik_sdma.h' (87,312) at 20210307214927226 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0001-data-CMakeLists.txt-dont-create-automatic-google-log.patch' (87,313) at 20241221090017488 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/device.c' (87,314) at 20240503080014470 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/rockchip_mipi_dsi.h' (87,315) at 20210308005002664 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl_9.0.0.bb' (87,316) at 20241221090017676 to deleted uid set 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/bus.h' (87,317) at 20240405153052657 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.h' (87,318) at 20210307214929810 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/Documentation/inkernel.txt' (87,319) at 20210307214930518 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-pcm-rpmsg.c' (87,320) at 20240405153232175 2025-03-14 03:00:51.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/spe.json' (87,321) at 20240405153232227 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/iomap/buffered-io.c' (87,322) at 20241111090012141 to deleted uid set 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cpt_hw_types.h' (87,323) at 20220525020652386 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usbdevice_fs.h' (87,324) at 20240405153052941 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rwlock_rt.h' (87,325) at 20240405153052789 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerCollection_v1.xml' (87,326) at 20240619080002928 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/provider' (87,327) at 20210307205554466 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8750.c' (87,328) at 20240405153232167 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/dbus-1.init' (87,329) at 20210307205554474 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/power_supply.hpp' (87,330) at 20221209040003858 to deleted uid set 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/fsl-mc-private.h' (87,331) at 20240405153046733 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/usb_debug.c' (87,332) at 20240815080012899 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/autobuilderlog.json' (87,333) at 20210307205554230 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop' (87,334) at 20210307205554610 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-wsa-macro.h' (87,335) at 20220525020655031 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211metadef.h' (87,336) at 20240405153051953 2025-03-14 03:00:51.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.c' (87,337) at 20210308005002948 to deleted uid set 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utuuid.c' (87,338) at 20240405153046625 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-wobo-i5.dts' (87,339) at 20210308005002620 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/hwcap.h' (87,340) at 20240405153045625 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/gf2k.c' (87,341) at 20240405153049133 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/__init__.py' (87,342) at 20210308005003772 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-h3-ccu.h' (87,343) at 20210308005003636 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/mediatek,mt6370-tcpc.yaml' (87,344) at 20240405153045181 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/xattr.c' (87,345) at 20240429080012452 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/vmlogrdr.c' (87,346) at 20240405153051517 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/Kconfig' (87,347) at 20240405153048885 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/hopper_vp3028.c' (87,348) at 20220525020653271 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multihost-phosphor-buttons.md' (87,349) at 20221209040006391 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/vte/vte_0.78.2.bb' (87,350) at 20241221090017700 to deleted uid set 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-linksys-cobra.dts' (87,351) at 20240405153045445 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/nbd-internal.h' (87,352) at 20240906080037376 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-openrisc.rst' (87,353) at 20221215040039082 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/ath79-soc.txt' (87,354) at 20210307214925362 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/panfrost_drm.h' (87,355) at 20240405153052905 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_crtc.c' (87,356) at 20241018080014482 2025-03-14 03:00:51.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/syscalls.h' (87,357) at 20210307214925670 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/consolemap.h' (87,358) at 20240405153052673 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/csr.cpp' (87,359) at 20231011080023666 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ebus_dma.h' (87,360) at 20210307214926578 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-vp8.h' (87,361) at 20240405153049529 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/nx_dbg.h' (87,362) at 20210307214932702 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/nand-chip.yaml' (87,363) at 20240405153045113 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/cat_test.c' (87,364) at 20240805080014075 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/Makefile' (87,365) at 20210309003650224 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-akari.dts' (87,366) at 20240405153045789 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp131.dtsi' (87,367) at 20240405153229903 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/smp.c' (87,368) at 20240405153045993 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds411.dts' (87,369) at 20240405153045457 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/test/Kconfig' (87,370) at 20210307214929986 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.h' (87,371) at 20220525020653463 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdx55.c' (87,372) at 20240405153230735 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/Makefile' (87,373) at 20210308005002752 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/shm.h' (87,374) at 20210307214931658 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/spufs/spu_create.rst' (87,375) at 20210307214925490 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/CFMLimit.interface.yaml' (87,376) at 20221207040023627 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/macints.h' (87,377) at 20210307214926162 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/io.h' (87,378) at 20210308005003656 2025-03-14 03:00:51.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/proc.c' (87,379) at 20240405153053005 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/Kconfig.powerpc' (87,380) at 20210307214927062 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/sections.h' (87,381) at 20240405153230147 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_mm.h' (87,382) at 20240405153052633 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/elfnote.h' (87,383) at 20210307214926378 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/devlink.h' (87,384) at 20220525020653431 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c' (87,385) at 20220525020654167 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/once.c' (87,386) at 20240405153053097 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi' (87,387) at 20240405153045761 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/radix_hugetlbpage.c' (87,388) at 20240405153230047 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/core.h' (87,389) at 20240405153230955 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_drv_main.c' (87,390) at 20240405153231167 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfsd/debug.h' (87,391) at 20210307214931650 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-kvm.c' (87,392) at 20240326080039486 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/uapi/asm/perf_regs.h' (87,393) at 20220525020655107 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-irq.h' (87,394) at 20240405153045685 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/iterators/list_entry_update.cocci' (87,395) at 20240405153053441 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-access.h' (87,396) at 20210308005045861 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/trats2_defconfig' (87,397) at 20210308005003284 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gdbstub.c' (87,398) at 20241211090212478 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_irq_handler.h' (87,399) at 20240405153047297 2025-03-14 03:00:51.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2glob.h' (87,400) at 20240527080023356 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/fiji_baco.c' (87,401) at 20240405153230503 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/name_distr.c' (87,402) at 20240405153053397 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/ticks.S' (87,403) at 20210308005002844 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/debug.h' (87,404) at 20210307214929962 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/spdif-receiver.txt' (87,405) at 20210307214925434 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v11_0_ppsmc.h' (87,406) at 20240405153048349 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json' (87,407) at 20240405153054157 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c' (87,408) at 20240815080012875 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_command.c' (87,409) at 20210307214932210 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/0001-fix-add-missing-zero-initialization-to-region.patch' (87,410) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_defs.h' (87,411) at 20210307214929342 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/affinity.h' (87,412) at 20210307214932582 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/pixelgen_global.h' (87,413) at 20210309003653016 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp8501.c' (87,414) at 20240405153230755 2025-03-14 03:00:51.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/pci.h' (87,415) at 20240405153050149 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/g_NCR5380.rst' (87,416) at 20240405153045253 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/generic-adc-thermal.yaml' (87,417) at 20240405153045177 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_write_vout_command_action.cpp' (87,418) at 20240817080031292 to deleted uid set 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch' (87,419) at 20240301090012423 to deleted uid set 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8991.h' (87,420) at 20210307214932362 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_ipv6header.c' (87,421) at 20210307214931970 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb' (87,422) at 20241206090014246 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb' (87,423) at 20241221090017504 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/iwg20d-q7-common.dtsi' (87,424) at 20240405153045545 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_nodeattrib.h' (87,425) at 20210307214930706 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (87,426) at 20241206090014278 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FieldMode.interface.yaml' (87,427) at 20220315030032663 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal_rx.h' (87,428) at 20240405153050437 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-lmu5000.dts' (87,429) at 20240405153045465 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610-calibration.c' (87,430) at 20210308005002724 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/hwdep_compat.c' (87,431) at 20210309003654564 2025-03-14 03:00:51.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/py-3.11.patch' (87,432) at 20221017030012226 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/Kconfig' (87,433) at 20220525020653391 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_2_regs.h' (87,434) at 20240405153046577 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc440_bamboo.c' (87,435) at 20241211090212322 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch' (87,436) at 20241206090014338 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/led.c' (87,437) at 20210308005003020 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mpls.h' (87,438) at 20210307214931642 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/i386/Makefile' (87,439) at 20240906080037560 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2205.conf' (87,440) at 20230606080013598 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc' (87,441) at 20241219090012976 to deleted uid set 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_rmap.c' (87,442) at 20240405153052577 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/rcar-gen2-cpg.h' (87,443) at 20210308005003352 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/offset_of.rs' (87,444) at 20241211090212458 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/psoc_global_conf_masks.h' (87,445) at 20240405153046577 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/rtc.rst' (87,446) at 20210307214925242 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-evi.dts' (87,447) at 20240405153045501 2025-03-14 03:00:51.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs.c' (87,448) at 20240830080013267 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723d.h' (87,449) at 20240405153050653 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104x_pbi_sb.cfg' (87,450) at 20210308005002992 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/pytest.ini' (87,451) at 20210307214932154 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/spte.c' (87,452) at 20241211090145393 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/login.defs_shadow-sysroot' (87,453) at 20230811080018326 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pli1209bc.c' (87,454) at 20240405153230667 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S' (87,455) at 20240405153054169 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/models.py' (87,456) at 20240106090017245 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (87,457) at 20240829080014018 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_hybla.c' (87,458) at 20220627100017186 2025-03-14 03:00:51.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pegasos2.c' (87,459) at 20241211090212318 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/cirrus/cs_dsp.c' (87,460) at 20240913080013785 to deleted uid set 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-con-set.h' (87,461) at 20241211090212526 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/utils.py' (87,462) at 20210308005046237 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Sonka' (87,463) at 20210307205553774 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/trace.h' (87,464) at 20240405153053305 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h' (87,465) at 20210308005002768 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/fuse_test.c' (87,466) at 20240405153054325 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-005a.conf' (87,467) at 20240904080027734 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/index.rst' (87,468) at 20210308005002536 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs4.h' (87,469) at 20240405153052929 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz8.h' (87,470) at 20240405153230903 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch' (87,471) at 20210307205554582 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/ioctl.c' (87,472) at 20210307214930946 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/bcast.h' (87,473) at 20210309003654480 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a23.c' (87,474) at 20210308005002784 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/omap-cpufreq.c' (87,475) at 20240405153230251 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-acpi.c' (87,476) at 20240617080017394 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/buffer.h' (87,477) at 20240405153052705 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SHL-0.51' (87,478) at 20211006000025242 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/conn.c' (87,479) at 20240405153048625 2025-03-14 03:00:51.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/fsmc_nand.h' (87,480) at 20210308005003668 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/workqueue.h' (87,481) at 20240710080014605 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/igep00x0.c' (87,482) at 20210308005003012 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-v4wt.c' (87,483) at 20210307214925970 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/nf_conntrack_bridge.c' (87,484) at 20240429080012460 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7780/setup.c' (87,485) at 20210307214926542 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-axxia/Kconfig' (87,486) at 20210307214925870 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfctrl.c' (87,487) at 20240405153053201 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra124-vic.yaml' (87,488) at 20240405153045049 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/0001-include-Check-for-previous-declaration-of-uintptr_t.patch' (87,489) at 20230401080011939 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_fintek.c' (87,490) at 20241211090145497 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/Kconfig' (87,491) at 20240405153230691 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/time.c' (87,492) at 20210308005002804 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/edd.c' (87,493) at 20240405153047037 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op.c' (87,494) at 20241211090212530 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb' (87,495) at 20240301090012431 2025-03-14 03:00:51.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/log/log_test.c' (87,496) at 20210308005003740 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/tcg-stub.c' (87,497) at 20240906080037516 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy_20nm.c' (87,498) at 20240405153048601 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/3945-rs.c' (87,499) at 20240405153050505 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/mt9m001.txt' (87,500) at 20210307214925350 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/ulpi.c' (87,501) at 20240405153231539 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/bcache.h' (87,502) at 20240405153230759 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/axentia,tse850-pcm5142.txt' (87,503) at 20240405153229799 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/vegman_n110_baseboard.json' (87,504) at 20221221040007774 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest2.decode' (87,505) at 20210308005046389 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/gemini-poweroff.c' (87,506) at 20240405153231351 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-a.dts' (87,507) at 20240405153229871 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-empty.out' (87,508) at 20210308005046397 to deleted uid set 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/perf_json_output_lint.py' (87,509) at 20240405153054173 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/update-gawk-paths.patch' (87,510) at 20241206090014334 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/extable.c' (87,511) at 20210308005002840 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399pro-vmarc-som.dtsi' (87,512) at 20240405153045821 2025-03-14 03:00:51.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-if.c' (87,513) at 20240405153052113 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_max77696.c' (87,514) at 20210308005003468 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am654-base-board.dts' (87,515) at 20240405153229971 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/examples/set-point' (87,516) at 20210308005116213 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-mips.h' (87,517) at 20210308005003612 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/intel_scheduler_helpers.c' (87,518) at 20240405153048549 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_trans_space.h' (87,519) at 20240405153052581 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_backend_ops.h' (87,520) at 20230426080043772 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/torture.h' (87,521) at 20240405153231843 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger/ethanolx/ttyS0.conf' (87,522) at 20240308090017907 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx25.c' (87,523) at 20240405153230211 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c' (87,524) at 20240405153052205 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-shc.dts' (87,525) at 20210308005002564 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/unique-hostname.md' (87,526) at 20221209040006395 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-common-ssh.h' (87,527) at 20240906080037436 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/wm8775.c' (87,528) at 20240405153049345 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c' (87,529) at 20240405153052209 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i915_drm.h' (87,530) at 20240405153052637 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uio_driver.h' (87,531) at 20220525020654623 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/Makefile.s3c64xx' (87,532) at 20240405153045685 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch' (87,533) at 20240413080012695 2025-03-14 03:00:51.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/ar2315.c' (87,534) at 20240405153045981 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crypto_engine.c' (87,535) at 20240405153230155 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/service_files/xyz.openbmc_project.Chassis.Buttons.service' (87,536) at 20210308005121525 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/babel.config.js' (87,537) at 20241004080035955 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-arndale-octa.dts' (87,538) at 20240405153045569 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/io_mm.h' (87,539) at 20240405153230003 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_unwanted.cpp' (87,540) at 20231110090010623 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/or-irq.h' (87,541) at 20230426080043764 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/load_kernel.h' (87,542) at 20210308005003656 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/ivm_core.c' (87,543) at 20210308005003376 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/device-crash-test' (87,544) at 20240326080039626 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/exec.h' (87,545) at 20220525020651946 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm-x86-ops.h' (87,546) at 20240405153230111 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-mvebu.c' (87,547) at 20210308005003516 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit_5.34.2.bb' (87,548) at 20241221090017540 to deleted uid set 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4fls.S' (87,549) at 20210307214926606 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb' (87,550) at 20241221090017688 to deleted uid set 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/conftest.py' (87,551) at 20210308005003744 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_powersave_bitdef.h' (87,552) at 20210307214930642 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/Kconfig' (87,553) at 20240906080037452 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/policy/exception_policy.conf.default' (87,554) at 20210307214932186 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/syscalls/Makefile' (87,555) at 20240405153046153 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/220.out' (87,556) at 20210308005046461 2025-03-14 03:00:51.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/sossi.c' (87,557) at 20240405153052205 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_flow.h' (87,558) at 20240405153050005 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/qspinlock_types.h' (87,559) at 20210309003653800 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/patching.h' (87,560) at 20240405153045861 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/interface.c' (87,561) at 20240405153046869 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb' (87,562) at 20240302090018210 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl-sec6.txt' (87,563) at 20210307214925298 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mlock2.h' (87,564) at 20240405153054329 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/cachetlb.rst' (87,565) at 20240405153229751 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/dcn316_resource.h' (87,566) at 20240405153047257 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/codel_qdisc.h' (87,567) at 20240405153052841 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/077' (87,568) at 20210927100127477 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/format-code.sh' (87,569) at 20210308005107081 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-savu.h' (87,570) at 20210307214928098 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/desc.h' (87,571) at 20220525020654195 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_timeline.h' (87,572) at 20220525020652891 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c_1.11.3.bb' (87,573) at 20241221090017532 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/hexagon/kernel/traps.c' (87,574) at 20240405153045913 to deleted uid set 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml' (87,575) at 20240405153045149 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP2/meson.build' (87,576) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cred.h' (87,577) at 20240405153231803 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hid-bpf.rst' (87,578) at 20240405153045217 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_clu.c' (87,579) at 20240405153049441 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/container-core.yml' (87,580) at 20240906080037132 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0001-adb-remove-selinux-extensions.patch' (87,581) at 20210307205553894 2025-03-14 03:00:51.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/report-base.html.jinja' (87,582) at 20220804030014695 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config/config.yaml' (87,583) at 20210307205554066 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Bar.errors.yaml' (87,584) at 20210308005049145 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/clk.c' (87,585) at 20210308005002796 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igbvf.c' (87,586) at 20240906080037264 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cacheflush_64.h' (87,587) at 20240405153230091 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_compat.c' (87,588) at 20240405153053413 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/memory.json' (87,589) at 20240405153054129 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mpc8xxx_spi.h' (87,590) at 20210308005002840 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_log_format.h' (87,591) at 20240405153052573 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/vim-tiny_9.1.bb' (87,592) at 20240301090012479 2025-03-14 03:00:51.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/shtc1.h' (87,593) at 20210307214931482 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c' (87,594) at 20210309003651820 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ucb1x00.h' (87,595) at 20240405153052733 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf500-colibri.dts' (87,596) at 20210308005002632 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff' (87,597) at 20230706080014741 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/this_cpu_ops.rst' (87,598) at 20240405153045005 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb' (87,599) at 20241221090017548 to deleted uid set 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/xfrm6_policy.c' (87,600) at 20241216090017793 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c' (87,601) at 20240405153051065 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3288.c' (87,602) at 20220525020652326 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (87,603) at 20220402030015911 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/cypress_m8.c' (87,604) at 20240405153052129 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/debug_ll.S' (87,605) at 20210308005002792 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/files/e3c256d4i.cfg' (87,606) at 20240209090013644 2025-03-14 03:00:51.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/src/callback_manager.cpp' (87,607) at 20231212090032118 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h' (87,608) at 20210307214926026 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/chacha-glue.c' (87,609) at 20220525020651878 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/misc/cxl.h' (87,610) at 20240405153052833 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/module-signing.rst' (87,611) at 20240405153229739 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_fsf.c' (87,612) at 20240405153051537 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/bitops.h' (87,613) at 20240405153045341 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/extable.h' (87,614) at 20210307214925646 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/cpuidle.h' (87,615) at 20240405153045637 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_vmparam.h' (87,616) at 20221215040039062 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/blob.c' (87,617) at 20210308005003208 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/io.h' (87,618) at 20210308005002888 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html' (87,619) at 20210307205554242 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/hibernate_32.c' (87,620) at 20210307214926750 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/cf-fsi-fw.h' (87,621) at 20210307214927182 2025-03-14 03:00:51.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/tdfx.h' (87,622) at 20210307214931698 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/gen/regenerate-meson' (87,623) at 20210623000106788 to deleted uid set 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c' (87,624) at 20240405153230615 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_3_0_1_d.h' (87,625) at 20210307214927666 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/delay.h' (87,626) at 20210307214926214 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/slab.py' (87,627) at 20240405153232103 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-turris-mox.dts' (87,628) at 20210308005002564 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/pinephone-keyboard.c' (87,629) at 20240405153230727 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/gdbstub.c' (87,630) at 20240906080037536 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/0001-Use-builtin-for-clear_cache.patch' (87,631) at 20221003030013273 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-osnoise-top.rst' (87,632) at 20240405153045265 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-tail.c' (87,633) at 20210308005002792 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/s5pv210_defconfig' (87,634) at 20240405153045617 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-fsl.c' (87,635) at 20210308005003516 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-iova-tree.c' (87,636) at 20221215040039166 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/common_setup.h' (87,637) at 20210308005002720 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cores.list' (87,638) at 20221215040039346 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_sli.h' (87,639) at 20240906080037336 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ProcessorCollection_v1.xml' (87,640) at 20240619080002932 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7606_par.c' (87,641) at 20240913080013793 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/csum-partial_64.c' (87,642) at 20240405153230143 2025-03-14 03:00:51.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-mem.c' (87,643) at 20241018080014598 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nsa310s.h' (87,644) at 20210308005003608 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-An' (87,645) at 20210307205553778 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/README' (87,646) at 20210307205554266 to deleted uid set 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/test/meson.build' (87,647) at 20210308005109241 to deleted uid set 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,servalt.dtsi' (87,648) at 20210308005002816 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/lex.l' (87,649) at 20220525020654943 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-sprd.txt' (87,650) at 20210307214925366 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/types.h' (87,651) at 20210308005002844 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2' (87,652) at 20210308005046473 to deleted uid set 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-legacy-backend.c' (87,653) at 20241211090212354 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-firmware.yml' (87,654) at 20231126090012765 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dpu-common.yaml' (87,655) at 20240405153045041 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-mgr.c' (87,656) at 20240405153230299 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpiolib-acpi.c' (87,657) at 20240613080016387 to deleted uid set 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bios-tables-test-allowed-diff.h' (87,658) at 20210308005046473 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-gpmi.h' (87,659) at 20210308005002676 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/meson-codec-glue.h' (87,660) at 20210307214932402 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VEIR.interface.yaml' (87,661) at 20220315030032659 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_cec.h' (87,662) at 20210307214927862 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/draak.h' (87,663) at 20210308005003592 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/Kconfig' (87,664) at 20210308005002980 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_mac.c' (87,665) at 20210308005003288 2025-03-14 03:00:51.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/imx-scu-irq.c' (87,666) at 20240405153230295 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/lec.h' (87,667) at 20210307214931870 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-auxtek-t004.dts' (87,668) at 20210308005002620 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/Makefile' (87,669) at 20210307214932186 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_version.py' (87,670) at 20241211090212542 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-bsp/u-boot/u-boot-obmc.inc' (87,671) at 20210818000051207 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mul32.S' (87,672) at 20210308005046533 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/binman/test/descriptor.bin' (87,673) at 20210308005003752 to deleted uid set 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/axi-fan-control.c' (87,674) at 20240405153230659 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sdx65.yaml' (87,675) at 20240405153045029 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/ecryptfs_kernel.h' (87,676) at 20240405153052329 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-inno-csidphy.c' (87,677) at 20240405153051293 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc161s626.c' (87,678) at 20240405153048961 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_overdriver.h' (87,679) at 20210309003649648 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_bpf.c' (87,680) at 20240405153232259 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/telemetry_service/test_telemetry_report.robot' (87,681) at 20240628080017121 to deleted uid set 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/dce60_timing_generator.c' (87,682) at 20220525020652502 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/host-cpu.c' (87,683) at 20241211090212482 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/ether.c' (87,684) at 20210309003653208 2025-03-14 03:00:51.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/lirc_dev.c' (87,685) at 20240805080013971 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/mtl.c' (87,686) at 20240405153231343 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/hugetlb_vs_thp_test.c' (87,687) at 20210307214932702 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,em-sti.yaml' (87,688) at 20210307214925446 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_slot_verify.c' (87,689) at 20210308005003708 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/otg_fsm.h' (87,690) at 20210307214930778 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-get-pts.rst' (87,691) at 20220525020654135 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h' (87,692) at 20210308005002656 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfpit.h' (87,693) at 20210307214926162 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1088ardb.h' (87,694) at 20210308005003600 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/luton_pcb091.dts' (87,695) at 20210308005002812 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt6795.h' (87,696) at 20240405153051321 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/unaligned.h' (87,697) at 20220525020655115 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/vdso/gettimeofday.c' (87,698) at 20220525020654759 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3188.c' (87,699) at 20210308005003476 2025-03-14 03:00:51.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2081_sd_rcw.cfg' (87,700) at 20210308005002996 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/lpc32xx_udc.c' (87,701) at 20240405153052085 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch' (87,702) at 20210905000020593 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/fvp_boot.py' (87,703) at 20241206090014214 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/renesas,dbsc.yaml' (87,704) at 20240405153045105 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pc87427.c' (87,705) at 20210307214928134 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/mlx4_ib.h' (87,706) at 20240405153230715 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_phyp.c' (87,707) at 20210307214929422 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/bond-eth1.conf' (87,708) at 20220126110011868 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/props.c' (87,709) at 20240405153052289 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/brcm,ns-thermal.yaml' (87,710) at 20220525020651714 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_local_storage_create.c' (87,711) at 20240405153054241 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (87,712) at 20240105090012010 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/main.h' (87,713) at 20240405153230919 2025-03-14 03:00:51.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/iomap_copy.c' (87,714) at 20210307214931802 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-vmware.bin' (87,715) at 20240326080039614 to deleted uid set 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cryptodev.h' (87,716) at 20241211090212370 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async.hpp' (87,717) at 20241126090041355 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-grgpio.c' (87,718) at 20241216090017693 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a64.c' (87,719) at 20210308005003352 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/xtensa-modules.c.inc' (87,720) at 20210308005046357 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_f55.c' (87,721) at 20210307214928494 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/efuse.h' (87,722) at 20240405153050661 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs2_lockid.h' (87,723) at 20220525020654475 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/mp5990.c' (87,724) at 20240405153230667 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/intc/arm_gicv3_its.c' (87,725) at 20240906080037236 to deleted uid set 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/netsc520.c' (87,726) at 20210307214929214 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c' (87,727) at 20240405153048661 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/context.py' (87,728) at 20230401080011963 2025-03-14 03:00:51.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru-chromebook.dtsi' (87,729) at 20210308005002608 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/msm_gem_submit.c' (87,730) at 20240405153230595 to deleted uid set 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h' (87,731) at 20240405153048749 to deleted uid set 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-xfs' (87,732) at 20220525020651634 to deleted uid set 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/msi_bitmap.c' (87,733) at 20240405153046233 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb' (87,734) at 20241221090017544 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-streamer.c' (87,735) at 20240405153049529 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/zstd_ddict.h' (87,736) at 20240405153053117 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/dsa.yaml' (87,737) at 20240405153229779 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish_resource.robot' (87,738) at 20210308005007108 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/Kconfig' (87,739) at 20210307214927158 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/uasm.h' (87,740) at 20240405153046017 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zc770-xm013.dts' (87,741) at 20240405153045609 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/lattice-ice40-fpga-mgr.txt' (87,742) at 20210307214925314 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/xattr.h' (87,743) at 20220525020654479 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx23-evk.dts' (87,744) at 20240405153045537 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btrtl.h' (87,745) at 20240405153230195 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ip_tables.h' (87,746) at 20240405153052929 2025-03-14 03:00:51.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5514.txt' (87,747) at 20210307214925430 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-ipmi-sys/meson.build' (87,748) at 20240827080004798 to deleted uid set 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/apll.txt' (87,749) at 20210307214925294 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_multu.c' (87,750) at 20210308005046525 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/warp.c' (87,751) at 20210308005003168 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Makefile' (87,752) at 20240613080016363 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_dev.h' (87,753) at 20220525020653155 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h' (87,754) at 20240405153048621 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-data.json' (87,755) at 20210927100127473 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mmc/ioctl.h' (87,756) at 20240405153052925 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb' (87,757) at 20241221090017528 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/at91sam9_wdt.h' (87,758) at 20210307214930966 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/docs/yaml/error.md' (87,759) at 20230902080037613 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/bg-Sofia' (87,760) at 20210307205553766 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/block.c' (87,761) at 20240820080014177 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/stacktrace.c' (87,762) at 20240405153046345 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/types.h' (87,763) at 20210307214931502 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_spin_lock_fail.c' (87,764) at 20241211090145577 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/gendumpinfo' (87,765) at 20240521080019780 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/util.h' (87,766) at 20240405153050609 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si470x/radio-si470x-common.c' (87,767) at 20210307214928770 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-ns2502.dts' (87,768) at 20240405153045433 2025-03-14 03:00:51.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml' (87,769) at 20240405153045169 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dvo_regs.h' (87,770) at 20240405153048453 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-create-chassis-poweron-log@.service' (87,771) at 20230504080034640 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/string.h' (87,772) at 20210308005002804 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/badblocks.h' (87,773) at 20210307214931358 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/reset-ast2600.c' (87,774) at 20210308005003480 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/stpmic1_regulator.c' (87,775) at 20240405153051473 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mhi/mhi.rst' (87,776) at 20210307214925522 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/composite.c' (87,777) at 20210308005003504 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra30.c' (87,778) at 20240405153230831 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/southbridge/piix.h' (87,779) at 20241211090212362 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/0002-Makefile.am-respect-PYTHONSITEDIR.patch' (87,780) at 20240113090014536 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/protection_keys.c' (87,781) at 20240405153054329 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/string2.h' (87,782) at 20240613080016563 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/mkhybridiso.wks' (87,783) at 20210307205554634 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch' (87,784) at 20210729000029140 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ChangePassword/index.js' (87,785) at 20220105012522995 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc_private.h' (87,786) at 20210308005003648 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-header.rst' (87,787) at 20220525020651782 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/riscv/sifive/u74/instructions.json' (87,788) at 20240405153054113 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/VuelidateMixin.js' (87,789) at 20220105012522983 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/modals.scss' (87,790) at 20210308005107073 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/writefrudata.hpp' (87,791) at 20220811030014831 2025-03-14 03:00:51.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/Makefile' (87,792) at 20240405153050397 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/event_analyzing_sample-report' (87,793) at 20210307214932566 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@140/ir35221@71.conf' (87,794) at 20240904080027738 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/sysctl.c' (87,795) at 20240405153052457 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb' (87,796) at 20241206090014274 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/sensor_gen.py' (87,797) at 20230909080016579 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-memcpy.c' (87,798) at 20240405153053105 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fprobe.h' (87,799) at 20240405153052689 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1302.c' (87,800) at 20210308005003480 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/121.out' (87,801) at 20210308005046449 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr3_src_test.c' (87,802) at 20240405153054361 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-miropcm20.c' (87,803) at 20210307214928770 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_cold_reset.robot' (87,804) at 20240628080017113 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/early-userspace/buffer-format.rst' (87,805) at 20210307214925458 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/kcsbridge/.clang-format' (87,806) at 20240829080010546 to deleted uid set 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmthread.c' (87,807) at 20240405153052473 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0005-Undefine-PAGE_SIZE.patch' (87,808) at 20220402030016007 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/sphinx-static/switchers.js' (87,809) at 20210307205554234 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051/0001-tests-Include-entcode.c-into-test-sources-to-provide.patch' (87,810) at 20210307205553838 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch' (87,811) at 20220618030015190 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-grgpio.txt' (87,812) at 20210307214925318 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP5/meson.build' (87,813) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sta_tx.c' (87,814) at 20240405153231219 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_class.h' (87,815) at 20210307214930234 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/gecko-report' (87,816) at 20240405153232231 2025-03-14 03:00:51.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/ecc-sw-hamming.c' (87,817) at 20240405153049685 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Zone.v1_6_3.json' (87,818) at 20240619080002956 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-dahlia.dts' (87,819) at 20240405153045829 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc-reboot.json.in' (87,820) at 20210308005120349 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_1564.c' (87,821) at 20240405153046885 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/device-driver-probe' (87,822) at 20241213090035010 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/inode-item.h' (87,823) at 20240405153052285 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/Makefile' (87,824) at 20240405153052065 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/bananapi_m2u.rst' (87,825) at 20240906080037176 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs4271.txt' (87,826) at 20210307214925426 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/rcar/rcar_canfd.c' (87,827) at 20240405153230899 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml' (87,828) at 20240405153045157 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/wlan.h' (87,829) at 20240405153050613 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_write_window_unmapped.cpp' (87,830) at 20210308005100997 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_aemv8a_semi_defconfig' (87,831) at 20210308005003284 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/Makefile' (87,832) at 20240405153054169 2025-03-14 03:00:51.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-kernel/linux/linux-nuvoton/evb-npcm845.cfg' (87,833) at 20240123090012855 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c' (87,834) at 20240405153230931 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/rfd77402.c' (87,835) at 20240405153049013 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handlers_builder.hpp' (87,836) at 20210308005120361 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revA.dts' (87,837) at 20210308005002636 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (87,838) at 20220419100010136 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/qos.c' (87,839) at 20210308005003036 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/dscc_types.h' (87,840) at 20240405153047285 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/hotswap-power-cycle/files/hotswap-power-cycle.service' (87,841) at 20220416030014714 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py' (87,842) at 20240106090017249 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-openbox-xdg-autostart-convert-to-python3.patch' (87,843) at 20210307205553946 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap_git.inc' (87,844) at 20241221090017692 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/postcss.config.js' (87,845) at 20210308005107081 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/serv.py' (87,846) at 20241206090014286 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_police.c' (87,847) at 20240405153050181 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ssve_za_regs.c' (87,848) at 20241008080014055 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/ds1338.c' (87,849) at 20241211090212326 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/Makefile' (87,850) at 20240405153045585 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_36BIT_defconfig' (87,851) at 20210308005003240 2025-03-14 03:00:51.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/ddr.c' (87,852) at 20210308005002980 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/idt/ntb_hw_idt.h' (87,853) at 20210307214929986 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi' (87,854) at 20210308005002612 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalIpv4.vue' (87,855) at 20241004080035971 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/trace.h' (87,856) at 20221215040039086 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/msr.h' (87,857) at 20240405153046353 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_go.py' (87,858) at 20241221090017700 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sg3-utils/sg3-utils_1.48.bb' (87,859) at 20230919080013958 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FabricAdapterCollection.json' (87,860) at 20240619080002948 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/damon.h' (87,861) at 20240405153052893 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-rt8973a.h' (87,862) at 20210307214927162 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra30-emc.c' (87,863) at 20240405153230831 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.err' (87,864) at 20220429100100882 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600_spl_emmc.h' (87,865) at 20230302090047762 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_ca15_tc2_defconfig' (87,866) at 20210308005003284 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/hoperf,hp03.yaml' (87,867) at 20220525020651682 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-at91.txt' (87,868) at 20210308005003304 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/topology.h' (87,869) at 20210307214926514 2025-03-14 03:00:51.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ixp4xx.c' (87,870) at 20240405153049197 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/i2c.c' (87,871) at 20240405153050145 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/McPhee-slideshow' (87,872) at 20241221090017616 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/goya_async_events.h' (87,873) at 20240405153046609 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/Makefile' (87,874) at 20210308005003072 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch' (87,875) at 20210307205553994 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-snow-rev5.dts' (87,876) at 20240405153045569 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-x86/chassis/x86-power-control_%.bbappend' (87,877) at 20241216090019177 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb' (87,878) at 20240302090018206 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_esp.c' (87,879) at 20210307214932026 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-pm.h' (87,880) at 20220525020654551 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mcs_spinlock.h' (87,881) at 20210307214931306 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutboundConnectionCollection_v1.xml' (87,882) at 20240619080002932 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cmd64x.c' (87,883) at 20240405153046661 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/0001-pipe.c-Use-a-string-instead-of-char.patch' (87,884) at 20230706080014745 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/ata/ahci.h' (87,885) at 20240405153231795 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/arm/page.h' (87,886) at 20240405153052957 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swap.h' (87,887) at 20240405153231843 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockopt_sk.c' (87,888) at 20240405153054273 2025-03-14 03:00:51.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/test/mocked_association_interface.hpp' (87,889) at 20240829080033127 to deleted uid set 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_2_0_0_offset.h' (87,890) at 20210307214927694 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rtas-test.c' (87,891) at 20230426080043948 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/futex2.rst' (87,892) at 20240405153045301 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt.c' (87,893) at 20210307214931798 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5770r.c' (87,894) at 20240405153048977 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_olt.h' (87,895) at 20240405153052365 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newproject_specific.html' (87,896) at 20210307205554286 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips_malta.py' (87,897) at 20241211090212538 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65218.c' (87,898) at 20210308005003472 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/051_u_boot_spl_dtb.dts' (87,899) at 20210308005003752 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml' (87,900) at 20240405153045073 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-inet86dz.dts' (87,901) at 20240405153045389 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-mm.c' (87,902) at 20240405153046797 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-dbg.c' (87,903) at 20210307214930834 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/dw9768.c' (87,904) at 20241211090145445 2025-03-14 03:00:51.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_g2d.c' (87,905) at 20240405153048417 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/sock.h' (87,906) at 20241211090145537 to deleted uid set 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/calipso.h' (87,907) at 20210307214931554 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/Makefile' (87,908) at 20210308005002908 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/Makefile' (87,909) at 20210308005003332 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrphy.c' (87,910) at 20210308005002792 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-iolatency.c' (87,911) at 20240405153230151 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-s4-reset.h' (87,912) at 20240405153052653 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7780.h' (87,913) at 20210307214926558 2025-03-14 03:00:51.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx53.c' (87,914) at 20240405153231319 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/tpl0102.c' (87,915) at 20240405153049009 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3288-dmc.txt' (87,916) at 20210308005003300 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/da7219.h' (87,917) at 20210307214931594 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/one_armed_router.sh' (87,918) at 20240405153054297 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/flash-malta-boot.tcl' (87,919) at 20210308005003008 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kp_imx53_defconfig' (87,920) at 20210308005003264 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/pru_rproc.c' (87,921) at 20240405153231367 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/inat.h' (87,922) at 20220525020652146 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/intel,easic-n5x.yaml' (87,923) at 20240405153045025 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/imx-sata.yaml' (87,924) at 20210309003648324 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/internal/fd.cpp' (87,925) at 20230713080009164 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_im.h' (87,926) at 20240405153051577 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb' (87,927) at 20210307205554386 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/imximage.cfg' (87,928) at 20210308005002984 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/firmware.h' (87,929) at 20240405153046109 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/xattr.c' (87,930) at 20240405153231603 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/mcount.S' (87,931) at 20240405153230067 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/cx2341x-uapi.rst' (87,932) at 20240405153045309 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/trace.h' (87,933) at 20240405153051201 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_io.h' (87,934) at 20240411080014094 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ingenic-tcu.h' (87,935) at 20210307214931426 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmsch_v3_0.h' (87,936) at 20240405153047153 2025-03-14 03:00:51.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml' (87,937) at 20240405153045041 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/Makefile' (87,938) at 20240405153230063 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_stats.c' (87,939) at 20240405153230251 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch' (87,940) at 20240413080012695 to deleted uid set 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/regs.h' (87,941) at 20240405153231231 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/install.cpp' (87,942) at 20241211090212454 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0002-Enable-support-for-the-kernel-module.patch' (87,943) at 20230706080014737 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/Makefile' (87,944) at 20210308005003048 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (87,945) at 20241108090014316 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/cpuinfo.c' (87,946) at 20210307214926178 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/perf_events/.gitignore' (87,947) at 20220525020655223 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc081c.c' (87,948) at 20240405153048961 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/salvator-x.h' (87,949) at 20210308005003612 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/Makefile' (87,950) at 20240405153046301 2025-03-14 03:00:51.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hdlcdrv.h' (87,951) at 20220525020654571 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/libnvdimm_test.c' (87,952) at 20210307214932626 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-mcbsp.c' (87,953) at 20240405153232203 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_hw.h' (87,954) at 20240405153049809 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/lib_test.c' (87,955) at 20240405153231371 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/unwind-libdw.h' (87,956) at 20240405153054213 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372' (87,957) at 20210309003648252 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pci-bridge-stub.c' (87,958) at 20230426080043668 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/guts.txt' (87,959) at 20210307214925422 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dcache.h' (87,960) at 20220525020654467 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a3xx_gpu.h' (87,961) at 20210307214927870 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zrle.h' (87,962) at 20210308005046553 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules.rules' (87,963) at 20210307205554094 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/linkage.h' (87,964) at 20210307214932474 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip.h' (87,965) at 20210308005003364 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_hmc.c' (87,966) at 20240411080014094 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (87,967) at 20240316080012480 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/meson.build' (87,968) at 20240925080024982 to deleted uid set 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_tfa_defconfig' (87,969) at 20210308005003264 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st95hf/Makefile' (87,970) at 20210307214929982 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvsi_lib.c' (87,971) at 20210307214930734 2025-03-14 03:00:51.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/irqflags.h' (87,972) at 20220525020652018 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/semihost.h' (87,973) at 20240405153046249 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml' (87,974) at 20240405153229767 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/images/obmc-phosphor-image.bbappend' (87,975) at 20230412080023460 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/nconf.h' (87,976) at 20240405153232103 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_atmel_twi.c' (87,977) at 20210308005003500 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf' (87,978) at 20240127090011888 to deleted uid set 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic-pg2.dts' (87,979) at 20240405153045833 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/arp.h' (87,980) at 20240405153052833 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/Makefile' (87,981) at 20240405153231451 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/misc/cxl-base.h' (87,982) at 20210307214931550 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb' (87,983) at 20241221090017516 to deleted uid set 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_disk.c' (87,984) at 20210308005003700 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-mm.c' (87,985) at 20240613080016383 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/apq8016-lpass.h' (87,986) at 20210309003653816 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/aht10.rst' (87,987) at 20240405153045217 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2400.inc' (87,988) at 20241126090011759 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/soc.h' (87,989) at 20210308005002732 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/useradd_base.bbclass' (87,990) at 20231126090012841 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/Kconfig' (87,991) at 20240405153046837 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_tbf.c' (87,992) at 20241216090017797 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch' (87,993) at 20230706080014741 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget_uvc.rst' (87,994) at 20240405153229839 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vdso_datapage.h' (87,995) at 20241011080017291 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/connection_client.robot' (87,996) at 20210308005007108 2025-03-14 03:00:51.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/st/clkgen-pll.c' (87,997) at 20220525020652334 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_ccm.h' (87,998) at 20210308005046021 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86-64.png' (87,999) at 20240309090012816 to deleted uid set 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kdb.h' (88,000) at 20240405153052713 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1040_serdes.c' (88,001) at 20210308005002832 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/galileo.h' (88,002) at 20210308005003596 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/riscv-virt-machine.c' (88,003) at 20240906080037568 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-8k/MAINTAINERS' (88,004) at 20210308005002908 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h' (88,005) at 20240405153231475 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/kpp.h' (88,006) at 20240405153052625 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr-ch' (88,007) at 20210308005046145 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/MAINTAINERS' (88,008) at 20210308005003036 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_pci.h' (88,009) at 20210307214930366 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/qconf.h' (88,010) at 20210309003654536 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts' (88,011) at 20240405153045761 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/subpage.h' (88,012) at 20240405153052293 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/switchtec.h' (88,013) at 20240405153231843 2025-03-14 03:00:51.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/meson.build' (88,014) at 20240213090017071 to deleted uid set 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/es' (88,015) at 20210308005046145 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/coupled.c' (88,016) at 20240405153046921 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600_openbmc_defconfig' (88,017) at 20220215040051528 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/prom_entry_64.S' (88,018) at 20240405153046145 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/Kconfig' (88,019) at 20210307214927786 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0003-Do-not-build-external-gtest.patch' (88,020) at 20240113090014532 to deleted uid set 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/ptp.rst' (88,021) at 20240405153045197 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/include/bisect.conf' (88,022) at 20210307214932626 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/src/meson.build' (88,023) at 20241204090010703 to deleted uid set 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/elevator.h' (88,024) at 20240405153046525 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-fpu.xml' (88,025) at 20240326080039410 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/README' (88,026) at 20210307214932738 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overkalix' (88,027) at 20210307205553790 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/Kconfig' (88,028) at 20210307214929414 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/fsl,dcu.txt' (88,029) at 20210307214925302 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch' (88,030) at 20240413080012643 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaDec.c' (88,031) at 20210308005003708 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/google/gve.rst' (88,032) at 20240405153229823 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/align.c' (88,033) at 20240405153054245 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/hugetlbpage.c' (88,034) at 20240520080015131 2025-03-14 03:00:51.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/time.c' (88,035) at 20210307214925978 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accounting/index.rst' (88,036) at 20210307214925214 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/README.md' (88,037) at 20210307205554278 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/configure.md' (88,038) at 20241022080027608 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/bus.c' (88,039) at 20240405153048825 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/copy_template.S' (88,040) at 20240405153045633 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/blake2s-selftest.c' (88,041) at 20240405153053081 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/string.h' (88,042) at 20210307214926554 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-viewsonic.c' (88,043) at 20240405153048825 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/mpv/a7efb3e62bbd0af86737f5ecb72d3a8e2a8c3b54.patch' (88,044) at 20241221090017532 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/time.h' (88,045) at 20210307214926110 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/Makefile' (88,046) at 20210307214929802 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/0001-include-missing-pty.h-header-for-openpty.patch' (88,047) at 20241206090014258 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0004-backtrace-Always-include-stdint.h.patch' (88,048) at 20210307205553898 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/kfuncs.rst' (88,049) at 20240405153044993 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat_aa.h' (88,050) at 20240405153054385 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/netlabel.h' (88,051) at 20240405153053477 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/run' (88,052) at 20221215040039358 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/Makefile' (88,053) at 20210307214931074 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/msc313-gpio.h' (88,054) at 20240405153052649 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/Makefile' (88,055) at 20240405153231351 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/read_window_write_flush.c' (88,056) at 20230809080010803 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/helper.c' (88,057) at 20240906080037452 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-7.conf' (88,058) at 20210307205554082 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb' (88,059) at 20241221090017656 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/at91sam9260.c' (88,060) at 20240405153046769 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7724_defconfig' (88,061) at 20240405153046309 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynosautov9-clock.yaml' (88,062) at 20240405153045029 2025-03-14 03:00:51.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian.inc' (88,063) at 20240106090017273 to deleted uid set 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-P' (88,064) at 20210307214932714 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,smdk5250.yaml' (88,065) at 20240405153045169 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/hcalls.h' (88,066) at 20210307214929126 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/powergate.h' (88,067) at 20210308005002672 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-reconnect-on-open' (88,068) at 20230925080040093 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/dsdt.asl' (88,069) at 20210308005002952 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_CLASSIFY.h' (88,070) at 20210307214931646 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/declance.c' (88,071) at 20240405153049789 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_proc.h' (88,072) at 20240326080039562 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/main.cpp' (88,073) at 20240817080031296 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/am65-nuss-cpsw-switch.rst' (88,074) at 20220525020651746 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/agere/et131x.c' (88,075) at 20240405153230915 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx-static/custom.css' (88,076) at 20240405153045261 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sfp-machine.h' (88,077) at 20210307214926586 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt715.h' (88,078) at 20240405153232163 2025-03-14 03:00:51.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/iqs62x.h' (88,079) at 20240405153052729 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/213.out' (88,080) at 20210927100127493 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/Makefile' (88,081) at 20210308005003048 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/bfind.c' (88,082) at 20240805080014019 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_sockmap.rst' (88,083) at 20240405153044997 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb' (88,084) at 20241221090017564 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/crash_save_regs.S' (88,085) at 20220818100014663 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_sysfs.h' (88,086) at 20240405153050341 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/virtual-sensors.md' (88,087) at 20221209040006395 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/xusb-tegra210.c' (88,088) at 20240405153051301 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rzg2l-cpg.h' (88,089) at 20240405153230239 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/qcom/gcc-sdm845.c' (88,090) at 20240405153230231 to deleted uid set 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ddr.h' (88,091) at 20210308005002968 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/config-n32-o32-env.c' (88,092) at 20210307214926298 2025-03-14 03:00:51.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stih407-clks.h' (88,093) at 20210307214931334 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/kcpuid/.gitignore' (88,094) at 20240405153054033 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o2d300.dts' (88,095) at 20210307214926358 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/emmc-btrfs.cfg' (88,096) at 20221007030014979 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/common.c' (88,097) at 20240405153045637 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/follow.cpp' (88,098) at 20230511080043139 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-unplug' (88,099) at 20241107090014377 to deleted uid set 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/frr/frr.pam' (88,100) at 20230211040012635 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/Makefile' (88,101) at 20240405153049705 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c' (88,102) at 20240405153047281 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/t16.decode' (88,103) at 20230426080043864 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/encrypted-type.h' (88,104) at 20220525020654547 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar_39.bb' (88,105) at 20241221090017632 to deleted uid set 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/op-1.h' (88,106) at 20210307214931538 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/minreqs.txt' (88,107) at 20240326080039614 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/stream.c' (88,108) at 20210927100127117 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/netconsole.rst' (88,109) at 20240405153229823 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgf100.fuc3' (88,110) at 20210307214927938 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/phy.h' (88,111) at 20210307214931530 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/local_storage_rcu_tasks_trace_bench.c' (88,112) at 20240405153054269 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c' (88,113) at 20240405153051885 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/syscall_table.c' (88,114) at 20220913100024141 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/update-syscalltbl.sh' (88,115) at 20241211090212458 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/Kconfig' (88,116) at 20210308005002948 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8m2-mxiii-plus.dts' (88,117) at 20240405153045401 2025-03-14 03:00:51.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_encoder_core.h' (88,118) at 20231021080010534 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_dev.c' (88,119) at 20240405153051601 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-tpmi' (88,120) at 20240405153229727 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-license.bb' (88,121) at 20230610080017615 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_crtc.c' (88,122) at 20240405153230583 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tammisaari' (88,123) at 20210307205553774 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/io-readsw-armv4.S' (88,124) at 20210307214925870 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ld_bu.S' (88,125) at 20230925080040101 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/smc91111_eeprom.c' (88,126) at 20210308005003544 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c' (88,127) at 20240405153047153 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/colors.md' (88,128) at 20221215040043190 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/configs/3c120_defconfig' (88,129) at 20240405153230019 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8953.c' (88,130) at 20240405153051349 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_device.hpp' (88,131) at 20241018080020198 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/klist.h' (88,132) at 20210307214931414 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pxa/pinctrl-pxa25x.c' (88,133) at 20240405153231327 2025-03-14 03:00:51.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/sifive_pdma.h' (88,134) at 20230426080043760 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_skmsg_load_helpers.c' (88,135) at 20210307214932650 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sflts.c' (88,136) at 20210308005046529 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/iwpm_util.c' (88,137) at 20240405153230699 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_tcp_skb.c' (88,138) at 20240405153232259 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/objtool.c' (88,139) at 20240405153232219 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/Makefile' (88,140) at 20210308005002996 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_inband_sdr.robot' (88,141) at 20240628080017113 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc0013-priv.h' (88,142) at 20210307214928794 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/parallels.rst' (88,143) at 20240906080037176 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/idef-parser.h' (88,144) at 20240906080037476 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/oe-setup-layers.py' (88,145) at 20241206090014302 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt' (88,146) at 20210307214925298 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max1721x_battery.c' (88,147) at 20240405153051437 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/falcon/reset.c' (88,148) at 20210307214926266 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tegra-kbc.h' (88,149) at 20210308005003688 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb' (88,150) at 20241221090017528 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec-ng/MAINTAINERS' (88,151) at 20210308005002920 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/spc.c' (88,152) at 20240405153045693 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/intel,agilex.yaml' (88,153) at 20240405153045025 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/switch/Makefile' (88,154) at 20210307214930038 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt' (88,155) at 20220525020651670 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs.dtsi' (88,156) at 20240405153046241 2025-03-14 03:00:51.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_prsv.cpp' (88,157) at 20220922030007675 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VCEN.interface.yaml' (88,158) at 20240618080025497 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/sti/reset-stih407.c' (88,159) at 20210307214930206 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi' (88,160) at 20240405153229967 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qcs404-evb-1000.dts' (88,161) at 20240405153045777 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_bns.c' (88,162) at 20240405153046613 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_cmedia.c' (88,163) at 20210307214932254 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/excp_helper.c' (88,164) at 20240906080037492 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/COPYING.apache-2.0' (88,165) at 20210307205553682 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qnull.h' (88,166) at 20221215040039190 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/conf_example_aarch64.yml' (88,167) at 20210308005046541 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EPL-1.0' (88,168) at 20210307205554418 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/highbank_l2_edac.c' (88,169) at 20240405153230291 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8953-motorola-potter.dts' (88,170) at 20240405153045765 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/messages.c' (88,171) at 20240405153053941 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.h' (88,172) at 20210308005003368 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/cpu.c' (88,173) at 20210308005002552 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/get_cgroup_id_kern.c' (88,174) at 20240405153054269 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sidensjo_Aberget' (88,175) at 20210307205553790 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ntxec.h' (88,176) at 20240405153052729 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/fls64.h' (88,177) at 20210308005003560 2025-03-14 03:00:51.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm4450.dtsi' (88,178) at 20240405153229955 to deleted uid set 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (88,179) at 20241206090014222 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500_chargalg.c' (88,180) at 20240405153051425 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp_sysfs.c' (88,181) at 20210307214930026 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/twl-regulator.txt' (88,182) at 20210307214925410 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-powercycle.service' (88,183) at 20220119040023072 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/overlay.cpp' (88,184) at 20240830080004343 to deleted uid set 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/003.out' (88,185) at 20210308005046413 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig' (88,186) at 20210308005003240 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm011/ps7_init_gpl.c' (88,187) at 20210308005003180 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/asc,dlhl60d.yaml' (88,188) at 20240405153045077 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/pv88080.txt' (88,189) at 20210307214925410 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-dvk_su60_somc_lcm.dtsi' (88,190) at 20240405153045461 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/poly1305_glue.c' (88,191) at 20220525020652134 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/signals-s390x.c' (88,192) at 20221215040039390 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/hilkbd.c' (88,193) at 20220525020653175 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ring_submission.c' (88,194) at 20240405153230567 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/service_files/yaml/phosphor-fan-monitor-init@.service' (88,195) at 20220819030023853 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Bitstream-Charter' (88,196) at 20241221090017616 2025-03-14 03:00:51.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/fpu/api.h' (88,197) at 20240405153230079 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-max77650.c' (88,198) at 20210309003650248 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/tumbler_volume.h' (88,199) at 20210307214932282 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/ia_css_pipe_stagedesc.h' (88,200) at 20240405153051829 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb' (88,201) at 20241221090017644 to deleted uid set 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/plat-ram.c' (88,202) at 20240405153230867 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/tc358764.c' (88,203) at 20240405153230527 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/Makefile' (88,204) at 20210307214931242 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6318.h' (88,205) at 20210308005003588 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c' (88,206) at 20240405153048661 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_12.dtso' (88,207) at 20240405153231279 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/imximage.cfg' (88,208) at 20210308005002988 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/dpbp.c' (88,209) at 20210307214926930 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuppc.png' (88,210) at 20240309090012816 to deleted uid set 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sh/booting.rst' (88,211) at 20240405153044981 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3328-evb.dts' (88,212) at 20210308005002608 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/Makefile' (88,213) at 20210308005002956 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/driverctl/driverctl_0.115.bb' (88,214) at 20240106090017237 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/syscall.h' (88,215) at 20240405153046321 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts' (88,216) at 20210308005002580 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb' (88,217) at 20240301090012423 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/ts-nbus.txt' (88,218) at 20210307214925282 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c' (88,219) at 20240405153231243 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l43-sdw.c' (88,220) at 20240405153232147 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/DiskBackplane_LocationCode.json' (88,221) at 20221213040036917 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/CFLIST' (88,222) at 20210309003656016 2025-03-14 03:00:51.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/npcm-video.rst' (88,223) at 20240405153229843 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts' (88,224) at 20210308005002596 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_nand_defconfig' (88,225) at 20210308005003268 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/setup-sh7269.c' (88,226) at 20210307214926562 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef10_sriov.c' (88,227) at 20240405153050261 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/machine_check.c' (88,228) at 20220525020652070 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_w.c' (88,229) at 20210308005046517 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-block-aoe' (88,230) at 20210307214925190 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/virt-dma.c' (88,231) at 20210309003649348 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gk802.dts' (88,232) at 20240405153229883 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/bridge/samsung-dsim.h' (88,233) at 20240405153231791 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig' (88,234) at 20210308005003240 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/npcm7xx_gpio.h' (88,235) at 20210308005046013 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mlock.c' (88,236) at 20240405153231971 2025-03-14 03:00:51.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (88,237) at 20230412080023460 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_4_3_0_sh_mask.h' (88,238) at 20240405153048141 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb' (88,239) at 20240302090018206 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub-efi_2.12.bb' (88,240) at 20241206090014310 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bfs_fs.h' (88,241) at 20210307214931622 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html' (88,242) at 20210307205554250 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-mvc.yaml' (88,243) at 20240405153045169 2025-03-14 03:00:51.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_rd.c' (88,244) at 20240405153230599 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/omega2p.dts' (88,245) at 20210307214926194 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfges.c' (88,246) at 20210308005046529 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptdump.h' (88,247) at 20210307214931490 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/ww_rt_mutex.c' (88,248) at 20240405153053021 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c' (88,249) at 20240405153047229 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/syzkaller.py' (88,250) at 20221104030017429 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/Makefile' (88,251) at 20210308005003496 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0003-hack-to-force-use-of-libc-malloc.patch' (88,252) at 20241221090017520 to deleted uid set 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor1.conf' (88,253) at 20230929080014511 to deleted uid set 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/kwbimage.cfg' (88,254) at 20210308005002904 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-raremono.c' (88,255) at 20210307214928770 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BUSL-1.1' (88,256) at 20211006000025230 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/virt-v7.c' (88,257) at 20210308005002556 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/artpec6-crypto.txt' (88,258) at 20210307214925298 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/steal_time.c' (88,259) at 20240405153232271 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_syscfg.h' (88,260) at 20241211090212362 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_user/vduse_dev.c' (88,261) at 20240710080014601 2025-03-14 03:00:51.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/qos.h' (88,262) at 20210308005003032 2025-03-14 03:00:51.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_redist.c' (88,263) at 20240906080037240 2025-03-14 03:00:51.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/v4l-drivers.rst' (88,264) at 20240405153044957 2025-03-14 03:00:51.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_2_sh_mask.h' (88,265) at 20240405153047633 2025-03-14 03:00:51.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_4_sh_mask.h' (88,266) at 20210307214927666 2025-03-14 03:00:51.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/flcn.h' (88,267) at 20210307214927902 2025-03-14 03:00:51.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kconfig.cpu' (88,268) at 20240405153045953 2025-03-14 03:00:51.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.h' (88,269) at 20210307214929922 2025-03-14 03:00:51.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/hub.h' (88,270) at 20210308005046113 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_uboot_glue.c' (88,271) at 20210308005003556 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/omap-dma.c' (88,272) at 20240405153230291 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hw_v2.h' (88,273) at 20241211090145437 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_summary_presence.fail' (88,274) at 20241206090014310 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/micrel,ks8851.yaml' (88,275) at 20240405153045117 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_sw_fence.c' (88,276) at 20240405153048545 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch' (88,277) at 20240413080012651 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx_types.rst' (88,278) at 20210309003648476 2025-03-14 03:00:51.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c' (88,279) at 20220525020652526 2025-03-14 03:00:51.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/nxu.h' (88,280) at 20210307214932702 2025-03-14 03:00:51.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.h' (88,281) at 20210307214929910 2025-03-14 03:00:51.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb' (88,282) at 20241221090017696 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_7_0_offset.h' (88,283) at 20240405153048165 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/xilinx-v4l2-controls.h' (88,284) at 20210307214931690 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-mv88f5182.dtsi' (88,285) at 20240405153045461 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/jset.c' (88,286) at 20210819100021690 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/Makefile' (88,287) at 20240405153048381 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h' (88,288) at 20210308005002796 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/leds/get_led_device_info.sh' (88,289) at 20210307214932486 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/u-boot.h' (88,290) at 20210308005002844 2025-03-14 03:00:51.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_dwlib.c' (88,291) at 20240624080012800 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_objagg.c' (88,292) at 20240405153053105 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sysctl_prog.c' (88,293) at 20210309003655988 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/tod.c' (88,294) at 20220429100100522 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml' (88,295) at 20240405153045053 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.hpp' (88,296) at 20240820080027370 to deleted uid set 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c' (88,297) at 20210307214927278 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h' (88,298) at 20220511030605296 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Perho' (88,299) at 20210307205553770 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mc146818rtc.h' (88,300) at 20210307214926382 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCVirtualMedia.v1_0_0.json' (88,301) at 20240724080002903 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/atomisp-ov5693.c' (88,302) at 20240405153051825 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu.c' (88,303) at 20240405153053505 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,ocelot.dtsi' (88,304) at 20210308005002812 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/serialize.hpp' (88,305) at 20220615030021588 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.0.9.bb' (88,306) at 20241221090017552 to deleted uid set 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/xpio.c' (88,307) at 20210307214927950 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ump.h' (88,308) at 20241216090017769 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/syscall-abi-asm.S' (88,309) at 20241220090018346 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/qos.h' (88,310) at 20240405153231003 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/piix.h' (88,311) at 20221215040039182 2025-03-14 03:00:51.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/axx1p100hssi_aic.json' (88,312) at 20220601030005861 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/MAINTAINERS' (88,313) at 20210308005002924 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/common/cper-json-nvp.json' (88,314) at 20240709145403777 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0013-Fix-error-handling-of-variable-index-loading.patch' (88,315) at 20241206090014214 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dwb_cm.c' (88,316) at 20240405153047245 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/meson/Makefile' (88,317) at 20210307214928598 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/i8259.c' (88,318) at 20210308005002884 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/metrics.json' (88,319) at 20240405153232227 2025-03-14 03:00:51.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm6318-pinctrl.yaml' (88,320) at 20240405153045133 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Everest_dev_callouts.json' (88,321) at 20240117090012273 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-pipe.c' (88,322) at 20240405153230807 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot' (88,323) at 20240628080017113 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tests/input_test.c' (88,324) at 20240405153049157 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/.readthedocs.yaml' (88,325) at 20231126090012805 to deleted uid set 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/1.Intro.rst' (88,326) at 20210307214925550 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h' (88,327) at 20210308005002756 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/rt.h' (88,328) at 20220818100014823 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_system_manager.c' (88,329) at 20240405153048801 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mdio.c' (88,330) at 20210308005003212 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dts' (88,331) at 20240405153045781 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl_1.644.bb' (88,332) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/usergf100.c' (88,333) at 20210307214927930 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href-tvk1281618-r3.dtsi' (88,334) at 20240405153045577 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/Makefile' (88,335) at 20210307214930922 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-all.bb' (88,336) at 20231014080011723 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/hp_sdc_mlc.c' (88,337) at 20210309003650212 2025-03-14 03:00:51.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb_miim_regs.h' (88,338) at 20210308005002820 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5645.txt' (88,339) at 20240613080016359 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/security/tomoyo/common.c' (88,340) at 20240405153232119 to deleted uid set 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch' (88,341) at 20240413080012647 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.kcsan' (88,342) at 20240405153053433 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fexit_test.c' (88,343) at 20220525020655199 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_occ.c' (88,344) at 20230925080039897 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/memset_64.S' (88,345) at 20240405153046473 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-ventura/conf/machine/ventura.conf' (88,346) at 20240727080014098 to deleted uid set 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/Kconfig' (88,347) at 20210308005003180 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/machine_kexec.c' (88,348) at 20240405153045629 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key.pub' (88,349) at 20210307205554466 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1c/atl1c.h' (88,350) at 20240405153230923 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/at91sam9.c' (88,351) at 20210307214925870 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.h' (88,352) at 20220525020653575 2025-03-14 03:00:51.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/scancode.bbclass' (88,353) at 20210307205553850 2025-03-14 03:00:51.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc_intf.c' (88,354) at 20241010080036061 2025-03-14 03:00:51.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/Kconfig' (88,355) at 20220525020655239 2025-03-14 03:00:51.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/nemora_types.hpp' (88,356) at 20230629131804627 2025-03-14 03:00:51.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.err' (88,357) at 20210927100127469 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/reg.h' (88,358) at 20210307214929754 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi' (88,359) at 20240405153229931 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/realtek,usb3phy.yaml' (88,360) at 20240405153229783 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_color_mgmt.c' (88,361) at 20240405153048393 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter_local.h' (88,362) at 20210309003653016 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/.gitignore' (88,363) at 20210307214926462 2025-03-14 03:00:51.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/common.h' (88,364) at 20221103030028784 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/wireless/scan.c' (88,365) at 20241008080014047 to deleted uid set 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/multiorder.c' (88,366) at 20240405153054233 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/psu-images-valid-version0/model-3/MANIFEST' (88,367) at 20230616135354429 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_tsunami.h' (88,368) at 20210307214925646 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/discover_system_state.cpp' (88,369) at 20240823080031161 to deleted uid set 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/4.Coding.rst' (88,370) at 20220525020651754 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/coccinelle.rst' (88,371) at 20240405153045009 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/qmp-helpers.h' (88,372) at 20230426080043772 2025-03-14 03:00:51.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-omap1.h' (88,373) at 20240405153052769 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_1_sh_mask.h' (88,374) at 20210307214927542 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-section.err' (88,375) at 20210308005046401 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750_regnames.h' (88,376) at 20210308005045961 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm6328.c' (88,377) at 20240405153051305 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/ptrace.h' (88,378) at 20240405153230063 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d31ek.dts' (88,379) at 20210308005002612 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cpu.c' (88,380) at 20210308005002552 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/tc_flower_scale.sh' (88,381) at 20240405153054301 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-pcduino.dts' (88,382) at 20210308005002616 2025-03-14 03:00:51.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h' (88,383) at 20240405153050529 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exmisc.c' (88,384) at 20240405153046621 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-stm32f7.c' (88,385) at 20241011080017319 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-mem.h' (88,386) at 20240906080037156 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/fixup-headers.sed' (88,387) at 20210307214926362 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsalloc.c' (88,388) at 20210309003649148 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/amlogic/Makefile' (88,389) at 20240405153231347 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/report.py' (88,390) at 20210308005046397 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_txx9.c' (88,391) at 20240405153231519 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/barebox.py' (88,392) at 20241221090017628 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/st_accel_i2c.c' (88,393) at 20240405153048941 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adv7604.h' (88,394) at 20210307214931542 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_admaif.c' (88,395) at 20240405153232203 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-ippo-q8h-v1.2.dts' (88,396) at 20240405153045389 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing/dynamicrule.hpp' (88,397) at 20230701080002652 to deleted uid set 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch' (88,398) at 20210316000012673 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phonet.h' (88,399) at 20210307214931470 2025-03-14 03:00:51.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-spin-hardirq.h' (88,400) at 20210307214931806 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/timer-gic.c' (88,401) at 20210307214926290 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_phonet.h' (88,402) at 20210307214931398 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vfp.decode' (88,403) at 20241211090212478 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_gt_pm.c' (88,404) at 20240405153048505 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-gen.rst' (88,405) at 20240405153232207 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/read.h' (88,406) at 20210308005003628 2025-03-14 03:00:51.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/adi,ds4520-gpio.yaml' (88,407) at 20240405153229763 2025-03-14 03:00:51.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx.xml.h' (88,408) at 20240405153230587 2025-03-14 03:00:51.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml' (88,409) at 20240405153045181 2025-03-14 03:00:51.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/videomode.h' (88,410) at 20210307214931698 2025-03-14 03:00:51.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/pegasus.c' (88,411) at 20240405153050377 2025-03-14 03:00:51.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/recursion.c' (88,412) at 20240405153054273 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dcmihandler.hpp' (88,413) at 20240204090020037 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-iommu-intel-iommu' (88,414) at 20210307214925194 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skovde' (88,415) at 20210307205553790 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/ia_css_macc_types.h' (88,416) at 20210307214930558 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mpls.h' (88,417) at 20210307214931450 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_errno_defs.h' (88,418) at 20210927100127273 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NGpage.S' (88,419) at 20210307214926606 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/mx53ppd_video.c' (88,420) at 20210308005003004 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-common.h' (88,421) at 20240906080037228 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/error.h' (88,422) at 20231011080016606 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/efs_vh.h' (88,423) at 20210307214931382 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-tds.c' (88,424) at 20210309003653248 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044c2.dtsi' (88,425) at 20240405153045809 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-axi-dmac/dw-axi-dmac.h' (88,426) at 20240628080013989 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/mbus.c' (88,427) at 20210308005002752 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-multiconn' (88,428) at 20240326080039734 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml' (88,429) at 20240405153045125 2025-03-14 03:00:51.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/trimslice.c' (88,430) at 20210308005002948 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_desc.h' (88,431) at 20240805080013983 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/microchip,sama7g5-spdiftx.yaml' (88,432) at 20240405153045165 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-accel-bmc150' (88,433) at 20210307214925190 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_chameleon96.dts' (88,434) at 20240405153045441 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/driver.h' (88,435) at 20240405153054025 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/Kconfig' (88,436) at 20220525020653819 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/machine.c' (88,437) at 20241211090212274 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/VirtualMediaStore.js' (88,438) at 20241004080035963 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_REJECT.h' (88,439) at 20210307214931650 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/run-ptest' (88,440) at 20210307205553890 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi.c' (88,441) at 20210308005003524 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/trace-events' (88,442) at 20210927100127149 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/aic7xxx.rst' (88,443) at 20210307214925558 2025-03-14 03:00:51.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/logger_types.h' (88,444) at 20240405153047301 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/mlx5/driver.h' (88,445) at 20240613080016499 to deleted uid set 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-spi.c' (88,446) at 20210307214926190 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acconvert.h' (88,447) at 20240405153046613 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/axi.cfg' (88,448) at 20210308005002912 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/registers.h' (88,449) at 20220525020652018 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs42l43-sdw.c' (88,450) at 20240405153230831 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/README.rst' (88,451) at 20240405153045281 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_planes.c' (88,452) at 20240405153048357 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href-stuib.dtsi' (88,453) at 20240405153045577 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9002_mac.c' (88,454) at 20240405153050449 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx35-pdk.dts' (88,455) at 20240405153045489 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amazon/alpine-v2.dtsi' (88,456) at 20240405153229915 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/ioctls.h' (88,457) at 20210307214931614 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk_5.3.1.bb' (88,458) at 20241221090017676 to deleted uid set 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci_init.c' (88,459) at 20240405153050593 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/userspace_io_test.c' (88,460) at 20240405153232271 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiostat/Kconfig' (88,461) at 20210307214928362 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-Makefile.am-remove-regression-dir.patch' (88,462) at 20210307205553914 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb' (88,463) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/027_pack_4gb_no_size.dts' (88,464) at 20210308005003752 2025-03-14 03:00:51.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/selftest.c' (88,465) at 20241011080017323 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/errno.h' (88,466) at 20210307214931614 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts' (88,467) at 20240405153045781 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/iio-hwmon.yaml' (88,468) at 20240405153229763 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-i2s.c' (88,469) at 20240405153232139 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p4080_serdes.c' (88,470) at 20210308005002832 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pci-testdev.rst' (88,471) at 20230925080039845 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilSat-B2-65.0W' (88,472) at 20210307205553758 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pm/notifiers.rst' (88,473) at 20210307214925470 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/Kconfig' (88,474) at 20240405153048365 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-pci.h' (88,475) at 20230426080043744 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_atomic.c' (88,476) at 20240405153048605 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/test.js' (88,477) at 20210307205554282 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/desc_constr.h' (88,478) at 20210308005003356 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg' (88,479) at 20230614080013166 to deleted uid set 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/checksum.h' (88,480) at 20210309003648808 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/hashtable.h' (88,481) at 20210307214932474 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_asic.h' (88,482) at 20220525020652999 2025-03-14 03:00:51.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-stm32f4.c' (88,483) at 20240405153230683 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vector_helper.c' (88,484) at 20241211090212518 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch' (88,485) at 20241221090017516 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/texture-blit.vert' (88,486) at 20230426080043960 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml' (88,487) at 20240725080013728 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lockfile-progs/lockfile-progs_0.1.19.bb' (88,488) at 20230609080014391 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/top.cfg' (88,489) at 20240616080011243 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/leds/starscream-led-manager-config/led.yaml' (88,490) at 20240829080014018 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/openrisc/todo.rst' (88,491) at 20240405153044981 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/Makefile' (88,492) at 20240405153048757 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_pass_through.hpp' (88,493) at 20240215090021236 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c' (88,494) at 20210308005003468 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/cache.json' (88,495) at 20240405153054105 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Stop/supports_obmc' (88,496) at 20210308005007100 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-isp.c' (88,497) at 20240405153230811 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog.bb' (88,498) at 20241221090017484 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0001-Fix-Wenum-constexpr-conversion-in-enum-flags.h.patch' (88,499) at 20241221090017660 to deleted uid set 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pssf132202a.json' (88,500) at 20220601030005869 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/monitor-main.cpp' (88,501) at 20220802030021991 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-thunder.dts' (88,502) at 20240405153045605 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.h' (88,503) at 20210309003651076 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SensorCollection_v1.xml' (88,504) at 20240619080002936 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/hyperv.c' (88,505) at 20240405153054321 2025-03-14 03:00:51.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/common.h' (88,506) at 20210308005002728 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-bios-key/google-bios-key/platforms_secure.pem' (88,507) at 20210930100034490 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/any-OSI' (88,508) at 20241221090017620 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-peri_ao.c' (88,509) at 20240405153046801 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/Makefile' (88,510) at 20210307214929246 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/include/dwarf-regs-table.h' (88,511) at 20240405153054085 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-q.out' (88,512) at 20210308005046409 to deleted uid set 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig' (88,513) at 20210308005003276 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/vc4_mock.h' (88,514) at 20240405153048781 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c' (88,515) at 20240405153231247 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c' (88,516) at 20241008080013919 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vphn.h' (88,517) at 20240405153230035 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/resistive-adc-touch.c' (88,518) at 20240405153230735 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_cldma.h' (88,519) at 20240405153231267 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38471-2.patch' (88,520) at 20240106090017265 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-gen4-cpg.c' (88,521) at 20240405153046837 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lerdala' (88,522) at 20210307205553786 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/Makefile' (88,523) at 20210308005003352 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transfer_just.hpp' (88,524) at 20241219090033964 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/OWNERS' (88,525) at 20240619080012644 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio_1.30.2.bb' (88,526) at 20241221090017532 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/mirror.yml' (88,527) at 20220823030015959 2025-03-14 03:00:51.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.5' (88,528) at 20210307205554418 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt6160-regulator.c' (88,529) at 20240405153051473 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/M7memcpy.S' (88,530) at 20210307214926606 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/amd,sbtsi.yaml' (88,531) at 20240405153045065 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/if_action.hpp' (88,532) at 20210914000041091 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ioam6.c' (88,533) at 20240405153053273 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-base.out' (88,534) at 20210308005046401 to deleted uid set 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/usblcd.c' (88,535) at 20210309003653260 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/README.md' (88,536) at 20210307205554222 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c' (88,537) at 20220525020654315 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP4/meson.build' (88,538) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/micrel-ksz90x1.txt' (88,539) at 20240405153045117 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-playstation.c' (88,540) at 20240405153048817 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-before-err.err' (88,541) at 20210308005046409 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml' (88,542) at 20240405153045081 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/Kconfig' (88,543) at 20240405153049265 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/Makefile.vdso' (88,544) at 20241211090212378 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb' (88,545) at 20240413080012659 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-mips64.h' (88,546) at 20210308005003612 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c' (88,547) at 20240405153052209 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/head.c' (88,548) at 20240405153048613 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/sil-sii8620.c' (88,549) at 20240405153230527 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/perl-rdepends.txt' (88,550) at 20241221090017664 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/xor_simd.h' (88,551) at 20240405153229999 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ventana_defconfig' (88,552) at 20210308005003284 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_ident1.decode' (88,553) at 20210308005046389 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/README.md' (88,554) at 20241022080027608 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/exec_domain.c' (88,555) at 20210307214931726 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/prom.c' (88,556) at 20241211090145381 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_0_sm8150.h' (88,557) at 20240429080012420 to deleted uid set 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-miphy365x.txt' (88,558) at 20210307214925390 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/sleep.S' (88,559) at 20240405153045873 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-usage2c.awk-fix-wrong-basename-regexp.patch' (88,560) at 20210307205554002 2025-03-14 03:00:51.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0004-Do-not-specify-PIE-flag-explicitly.patch' (88,561) at 20240113090014532 to deleted uid set 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/rf.c' (88,562) at 20210309003651820 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdma_vt.h' (88,563) at 20240405153052873 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/mqueue-lat.c' (88,564) at 20210307214932730 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/Kconfig' (88,565) at 20210308005003736 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/evsel.h' (88,566) at 20240405153054093 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-rmm/trusted-firmware-rmm_0.5.0.bb' (88,567) at 20241206090014214 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/fpu.c' (88,568) at 20210927100127405 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/0001-eject-Include-sys-sysmacros.h-for-major-minor.patch' (88,569) at 20210307205553966 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_ether.h' (88,570) at 20240405153231551 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_cmp_test.c' (88,571) at 20240405153054361 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/vfio_platform_private.h' (88,572) at 20240405153052169 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-s4.dts' (88,573) at 20240405153045445 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/pse-pd.c' (88,574) at 20240405153232015 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ihex.h' (88,575) at 20210307214931402 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ts4800-ts.c' (88,576) at 20210307214928510 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97/ac97_core.h' (88,577) at 20210309003654564 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/merge_config.sh' (88,578) at 20210308005003732 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/frnd.c' (88,579) at 20210307214926334 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/x_keymap.h' (88,580) at 20210308005046557 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h' (88,581) at 20210309003649436 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/crypto/aes-round.h' (88,582) at 20230925080039853 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/media/video-interfaces.h' (88,583) at 20240405153052649 2025-03-14 03:00:51.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqmp.h' (88,584) at 20221215040039374 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerAccountCollection.json' (88,585) at 20240619080002948 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nubus/bus.c' (88,586) at 20240405153051189 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec-ng/Makefile' (88,587) at 20210308005002920 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c' (88,588) at 20240405153050249 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usbusx2y.h' (88,589) at 20220525020655107 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/clone3_set_tid.c' (88,590) at 20210309003655996 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch' (88,591) at 20241221090017660 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8dxp.dtsi' (88,592) at 20210308005002580 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/Kconfig' (88,593) at 20210308005003084 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/toolchain.py' (88,594) at 20210308005003760 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/espt_defconfig' (88,595) at 20210308005003256 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/regs-mfc-v10.h' (88,596) at 20240405153049465 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/OWNERS' (88,597) at 20230629131804615 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/machine_kexec_reloc.c' (88,598) at 20210307214926522 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_helper_internal.h' (88,599) at 20240405153048385 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r100.c' (88,600) at 20241211090145421 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aeroflex/Makefile' (88,601) at 20210307214929282 2025-03-14 03:00:51.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/isa207-common.h' (88,602) at 20240405153046193 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-renesas-tpu.c' (88,603) at 20240405153051453 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/Makefile' (88,604) at 20240405153046565 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerSystemInputs/meson.build' (88,605) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/dummy-irq.c' (88,606) at 20210307214929126 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tpdm.c' (88,607) at 20240405153048893 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/README' (88,608) at 20210308005002964 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_usb.h' (88,609) at 20210307214929974 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.c' (88,610) at 20240405153047229 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cthw20k1.h' (88,611) at 20220525020654991 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu111_revA_defconfig' (88,612) at 20210308005003288 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtc/m48t59.h' (88,613) at 20210307214931498 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_trace.h' (88,614) at 20240405153048785 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/curs507a.c' (88,615) at 20240405153230599 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration-stats.h' (88,616) at 20240326080039566 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch' (88,617) at 20241221090017532 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_basic_stack.c' (88,618) at 20240405153232263 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boden_Skogsa' (88,619) at 20210307205553778 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm8150.c' (88,620) at 20240405153230231 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/neon.c' (88,621) at 20210307214931814 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_devlink.c' (88,622) at 20240405153050073 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-maxiradio.c' (88,623) at 20240405153049501 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/setup.sh' (88,624) at 20210307205554038 2025-03-14 03:00:51.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0008-implment-systemd-sysv-install-for-OE.patch' (88,625) at 20240413080012651 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/phy/nxp-c45-tja11xx.c' (88,626) at 20240405153231079 to deleted uid set 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0.inc' (88,627) at 20220402030015895 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-cm-fx6.dts' (88,628) at 20240405153229883 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-general.rst' (88,629) at 20230114040015518 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cpt_devlink.c' (88,630) at 20240405153046961 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb' (88,631) at 20241221090017532 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/soc21.h' (88,632) at 20240405153047165 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-write.rst' (88,633) at 20220525020651782 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/attrib.h' (88,634) at 20210307214931194 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/stepwisecontroller.hpp' (88,635) at 20240904080040759 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-ffs' (88,636) at 20210307214925186 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/virtual.c' (88,637) at 20240405153051477 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/srq.h' (88,638) at 20210307214929370 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch' (88,639) at 20230919080013990 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/tswap-target.h' (88,640) at 20240906080037352 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/iters_num.c' (88,641) at 20240405153054269 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c' (88,642) at 20220525020653487 2025-03-14 03:00:51.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_hevc_common.h' (88,643) at 20220525020654139 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/npc.h' (88,644) at 20240719080013353 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/qdisc.h' (88,645) at 20240710080014605 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun6i-a31-r.c' (88,646) at 20240405153231335 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenfs/xenstored.c' (88,647) at 20210307214930986 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/magellan.c' (88,648) at 20240405153049133 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lineage-pem.c' (88,649) at 20240405153048857 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/read_into_tuple.hpp' (88,650) at 20211123040049907 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm64/Makefile' (88,651) at 20210308005002792 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch' (88,652) at 20241221090017660 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/failedservices' (88,653) at 20210308005059705 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx6sx-pinctrl.txt' (88,654) at 20210307214925394 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754int.h' (88,655) at 20210307214926274 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/Kconfig.arm' (88,656) at 20240405153046917 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2836-rpi.dtsi' (88,657) at 20240405153045425 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/pldm_nic_power_cycle' (88,658) at 20240830080014831 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ser2net/files/ser2net.service' (88,659) at 20240413080012647 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/timerfd.h' (88,660) at 20210307214931662 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allext_macros.def' (88,661) at 20220429100100782 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/mvebu_v5_defconfig' (88,662) at 20240405153045617 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_smu_controls.c' (88,663) at 20240405153049229 2025-03-14 03:00:51.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/mips/index.rst' (88,664) at 20240405153229743 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cdclk.c' (88,665) at 20240429080012416 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-armada-370-xp.c' (88,666) at 20240913080013797 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/common.h' (88,667) at 20210308005002820 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/string-stream-test.c' (88,668) at 20210307214931806 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/special_insns.h' (88,669) at 20240405153230019 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/alarm_timestamps.hpp' (88,670) at 20230825080027869 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_vic.c' (88,671) at 20240405153049897 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-configure-Limit-the-header-search-to-sysroot.patch' (88,672) at 20230811080018302 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7183.c' (88,673) at 20240405153049305 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/workqueue.h' (88,674) at 20240405153052897 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/gecko.py' (88,675) at 20240405153232231 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,mdp3-wrot.yaml' (88,676) at 20240405153229775 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/meson.options' (88,677) at 20230817080037045 to deleted uid set 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/tlb.c' (88,678) at 20210308005002980 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_dev.c' (88,679) at 20240405153051737 2025-03-14 03:00:51.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/acpi-power-state-daemon/acpi-power-state-daemon_git.bb' (88,680) at 20210807000017354 2025-03-14 03:00:51.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c' (88,681) at 20240405153231251 2025-03-14 03:00:51.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rn5t618-regulator.c' (88,682) at 20240405153051473 2025-03-14 03:00:51.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/physdev.h' (88,683) at 20240405153052961 2025-03-14 03:00:51.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware.c' (88,684) at 20210308005002560 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/rdma/ib_verbs.h' (88,685) at 20240405153231859 to deleted uid set 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.err' (88,686) at 20240906080037560 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/csum.c' (88,687) at 20240919080017082 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts' (88,688) at 20240405153045745 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ranua_Leppiaho' (88,689) at 20210307205553774 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-venc.c' (88,690) at 20240405153046797 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c' (88,691) at 20240405153231247 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wm831x_wdt.c' (88,692) at 20210307214930978 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch' (88,693) at 20210307205553886 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolved.conf' (88,694) at 20210307205553838 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/fpu/types.h' (88,695) at 20210307214926510 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max6697.rst' (88,696) at 20240405153045217 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/law.c' (88,697) at 20210308005002996 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc_print.h' (88,698) at 20240405153048513 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/timer.c' (88,699) at 20210308005002728 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/Makefile' (88,700) at 20210308005002964 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-arm64-cross.docker' (88,701) at 20241211090212534 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/bindgen_parameters' (88,702) at 20240405153232095 2025-03-14 03:00:51.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/iwcm.h' (88,703) at 20220525020653115 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mtk_qspi.c' (88,704) at 20210308005003492 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc/host/crypto/aes-round.h' (88,705) at 20230925080039853 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vec_internal.h' (88,706) at 20241211090212478 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_firmware_img.c' (88,707) at 20210307214930638 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_notification.hpp' (88,708) at 20240822080026693 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/kvm_util.h' (88,709) at 20240405153054317 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_plat_bufs.h' (88,710) at 20240405153049433 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell' (88,711) at 20220405030025645 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_ssse3.c' (88,712) at 20210307214931814 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/asahi-kasei,ak8975.yaml' (88,713) at 20241008080013887 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-konepure' (88,714) at 20210307214925182 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-cnl-match.c' (88,715) at 20240405153053957 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_bridge.h' (88,716) at 20240405153231791 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks' (88,717) at 20210307205554486 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RHeCos-1' (88,718) at 20210307205554426 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/131.out' (88,719) at 20240326080039730 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/mtrr.h' (88,720) at 20240405153046401 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/Kconfig' (88,721) at 20240405153048557 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/skha.h' (88,722) at 20210308005002800 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_dscp.h' (88,723) at 20210307214931646 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger.hpp' (88,724) at 20220412175720086 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima.h' (88,725) at 20240712080021097 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.json' (88,726) at 20230925080040089 2025-03-14 03:00:51.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rpi-panel-attiny-regulator.c' (88,727) at 20240405153231363 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/colibri-imx6ull.c' (88,728) at 20210308005003080 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/floppy.h' (88,729) at 20210307214926158 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-i2c-devices-bq32k' (88,730) at 20210307214925190 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-u-boot.dtsi' (88,731) at 20210308005002588 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.h' (88,732) at 20210307214929942 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2_4.5.1.bb' (88,733) at 20241206090014242 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-use-correct-CPP.patch' (88,734) at 20220402030016207 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c' (88,735) at 20210308005046517 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/arcdevice.h' (88,736) at 20240405153230887 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricDefinition.v1_3_4.json' (88,737) at 20240619080002948 2025-03-14 03:00:51.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/Kconfig' (88,738) at 20220525020653823 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/sev.c' (88,739) at 20240624080012768 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/console.h' (88,740) at 20240405153052957 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Kbuild.include' (88,741) at 20210308005003724 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/flags.c' (88,742) at 20210308005003540 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/endpoint/pci-epc-core.c' (88,743) at 20241211090145477 to deleted uid set 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/Makefile' (88,744) at 20210307214928990 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/module-parameters.rst' (88,745) at 20240405153045213 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amlogic/amlogic-gxl-cipher.c' (88,746) at 20240405153230255 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/gpio_keys.c' (88,747) at 20240405153230727 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hex_sigsegv.c' (88,748) at 20230925080040097 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/blake2s-core.S' (88,749) at 20220525020652134 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable-x86-common.h' (88,750) at 20210308005003620 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/kernel-api.rst' (88,751) at 20220525020651718 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cfi.h' (88,752) at 20240405153046381 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (88,753) at 20210911000017986 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/register.h' (88,754) at 20220429100100566 2025-03-14 03:00:51.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/head.S' (88,755) at 20240405153046057 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_csu.h' (88,756) at 20210308005003648 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/misc_helper.c' (88,757) at 20240906080037492 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/cache.c' (88,758) at 20210308005002848 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json' (88,759) at 20240712080022837 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-flex-concentrator-mfg.dts' (88,760) at 20240405153045529 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cik.c' (88,761) at 20240405153047129 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@3/psu@59.conf' (88,762) at 20240904080027738 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/sleep.h' (88,763) at 20210308005003180 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c' (88,764) at 20240405153050129 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/dmc520_edac.c' (88,765) at 20220627100016962 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_0_default.h' (88,766) at 20210307214927690 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bblogging.py' (88,767) at 20230503080014611 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mcm.txt' (88,768) at 20210307214925406 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/dbus-sensor_config.h.in' (88,769) at 20230125040005390 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hardirq_64.h' (88,770) at 20210307214926578 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' (88,771) at 20241213090004409 to deleted uid set 2025-03-14 03:00:51.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/classes/license_static.bbclass' (88,772) at 20230328080016488 to deleted uid set 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c' (88,773) at 20220525020652859 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/entry/syscalls/mksyscalltbl' (88,774) at 20240405153054085 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/gop.c' (88,775) at 20210307214927170 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/efi/libstub/randomalloc.c' (88,776) at 20240405153230295 to deleted uid set 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_utils.h' (88,777) at 20210307214931322 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/phy.h' (88,778) at 20210307214929422 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pci.c' (88,779) at 20210308005003740 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/Makefile' (88,780) at 20210307214926770 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/Kconfig' (88,781) at 20210308005003168 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml' (88,782) at 20240405153045053 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/meson.options' (88,783) at 20230816080009931 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-versions.inc' (88,784) at 20240413080012667 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_fp.h' (88,785) at 20241211090145437 to deleted uid set 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Kaipola' (88,786) at 20210307205553770 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mmiowb.h' (88,787) at 20210307214926382 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-stillpicture.rst' (88,788) at 20220525020654135 2025-03-14 03:00:51.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/obmc-flash-bmc-setenv@.service.in' (88,789) at 20210308005100301 to deleted uid set 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c' (88,790) at 20241216090017729 to deleted uid set 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Vaasa' (88,791) at 20210307205553770 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/silergy,sy8827n.yaml' (88,792) at 20210309003648388 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6qdl-clock.h' (88,793) at 20210308005003632 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CUA-OPL-1.0' (88,794) at 20210307205554418 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/103.out' (88,795) at 20210308005046445 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/MAINTAINERS' (88,796) at 20210308005002956 2025-03-14 03:00:51.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/net/pnet.c' (88,797) at 20210307214926534 2025-03-14 03:00:51.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/qcom_geni_serial.c' (88,798) at 20241023080012887 2025-03-14 03:00:51.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.qemu.md' (88,799) at 20210729000029116 2025-03-14 03:00:51.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_buf_item.h' (88,800) at 20240405153052589 2025-03-14 03:00:51.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/handler.hpp' (88,801) at 20240906080025056 to deleted uid set 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_8_0_sh_mask.h' (88,802) at 20240405153047481 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stb_truetype.h' (88,803) at 20210308005003532 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/Makefile' (88,804) at 20240405153049457 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/tnc_misc.c' (88,805) at 20210308005003552 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/current.h' (88,806) at 20240405153046381 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt' (88,807) at 20210308005003328 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/password-confirmation.js' (88,808) at 20210308005107069 2025-03-14 03:00:51.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2hk.c' (88,809) at 20210308005003076 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_arria10.c' (88,810) at 20210308005002776 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/command_line_builds.html' (88,811) at 20240106090017249 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/ge_imp3a.c' (88,812) at 20240405153230051 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adcxx.c' (88,813) at 20240405153048841 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-scu.c' (88,814) at 20210308005003460 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/badrange.c' (88,815) at 20210309003651844 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vsyscall.h' (88,816) at 20240405153230115 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/mip6.c' (88,817) at 20240405153053277 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/rockchip-rk3288-flakes.txt' (88,818) at 20240405153230531 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joutseno' (88,819) at 20210307205553770 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/task.cpp' (88,820) at 20230407080041895 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-rev1.0.dts' (88,821) at 20210308005002636 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/fw_fallback.sh' (88,822) at 20210307214932670 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/relocate.S' (88,823) at 20210308005002544 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/planetcore.h' (88,824) at 20210307214926362 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/Makefile' (88,825) at 20210308005002856 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt8135.dtsi' (88,826) at 20240405153045461 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/Makefile' (88,827) at 20240405153049509 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-ip32.c' (88,828) at 20210307214926282 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/lpc32xx-mlc.txt' (88,829) at 20240405153045113 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c' (88,830) at 20240405153049857 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/refcode.c' (88,831) at 20210308005002852 2025-03-14 03:00:51.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv.h' (88,832) at 20210307214928650 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/cache.json' (88,833) at 20240405153054137 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pidfd/.gitignore' (88,834) at 20220525020654935 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/strfilter.c' (88,835) at 20240405153054205 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/nand.c' (88,836) at 20210308005003052 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/test_lib.sh' (88,837) at 20230629131804623 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/run-ptest' (88,838) at 20220402030016147 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-Using-native-binaries.patch' (88,839) at 20231011080016578 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_nested.c' (88,840) at 20241211090212322 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/chpasswd' (88,841) at 20210307205554570 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-aspeed-vuart' (88,842) at 20210307214925186 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_u_sub.S' (88,843) at 20220525020652186 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml' (88,844) at 20240405153045153 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h' (88,845) at 20210308005002876 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/link.c' (88,846) at 20240405153230847 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/i8254.h' (88,847) at 20210308005002880 2025-03-14 03:00:51.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/psp-dbc.h' (88,848) at 20240405153231879 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/upd78f0730.c' (88,849) at 20240405153052137 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch' (88,850) at 20241221090017640 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-riscv-support.patch' (88,851) at 20210729000029132 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xtfpga/include/platform/serial.h' (88,852) at 20210307214926770 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0_2.82.2.bb' (88,853) at 20241221090017640 to deleted uid set 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_rt.h' (88,854) at 20210307214931650 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_monitor.hpp' (88,855) at 20240223090020590 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/Makefile' (88,856) at 20210307214927066 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/platform.cpp' (88,857) at 20240919080039602 to deleted uid set 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/draft.png' (88,858) at 20210307205554234 to deleted uid set 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/plx9080.h' (88,859) at 20220525020652362 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ioremap_64.c' (88,860) at 20240405153230047 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Ferryside' (88,861) at 20210307205553798 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mchp-pci1xxxx.c' (88,862) at 20240405153048905 2025-03-14 03:00:51.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_pmu.h' (88,863) at 20240405153048529 2025-03-14 03:00:51.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c' (88,864) at 20240411080014074 2025-03-14 03:00:51.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_io.c' (88,865) at 20240405153051593 2025-03-14 03:00:51.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_flow_table_ip.c' (88,866) at 20241216090017793 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U_dev_callouts.json' (88,867) at 20240117090012277 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc' (88,868) at 20220804030014683 to deleted uid set 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/Kconfig' (88,869) at 20210927100127441 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/core/seq/seq_clientmgr.c' (88,870) at 20240910080014098 to deleted uid set 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/uaccess_flush.c' (88,871) at 20240405153054361 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gk104.c' (88,872) at 20220525020652959 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_ipipe.c' (88,873) at 20220525020654139 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt4803.yaml' (88,874) at 20240405153045145 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_internal.h' (88,875) at 20240405153048473 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/sysfs.cpp' (88,876) at 20240817080026660 to deleted uid set 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dsa.h' (88,877) at 20210307214931474 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/cracklib/cracklib_2.10.2.bb' (88,878) at 20241221090017676 to deleted uid set 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb' (88,879) at 20241221090017568 to deleted uid set 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_bind.c' (88,880) at 20210307214932742 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/os-strace.h' (88,881) at 20210927100127045 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/m5275evb.c' (88,882) at 20210308005002972 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/init' (88,883) at 20210307205554494 2025-03-14 03:00:51.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/io_no.h' (88,884) at 20210309003648820 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0042-corstone1000-enable-virtio-net-support.patch' (88,885) at 20240413080012631 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/sil164_drv.c' (88,886) at 20240405153230543 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch' (88,887) at 20241221090017524 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_h.c' (88,888) at 20210308005046525 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/meson.build' (88,889) at 20240906080037444 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet9f_rev03_defconfig' (88,890) at 20210308005003260 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/hotplug.h' (88,891) at 20220525020654611 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/target.c' (88,892) at 20220525020655179 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm92.rst' (88,893) at 20210307214925502 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/intel_soc_pmic.h' (88,894) at 20240405153052729 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc32.h' (88,895) at 20210307214931374 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/corec37d.c' (88,896) at 20220525020652943 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/vc4_drm.h' (88,897) at 20210307214931622 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Bressay' (88,898) at 20210307205553794 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/dma.h' (88,899) at 20240405153046065 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/device_dax_test.c' (88,900) at 20210307214932626 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/rtc_cmos_setup.c' (88,901) at 20240405153046233 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/system-wide-dummy' (88,902) at 20240613080016555 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/mb862xx_reg.h' (88,903) at 20210307214930918 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-orangepi-mini.dts' (88,904) at 20210308005002624 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs_sta.h' (88,905) at 20240405153053289 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/loongarch/introduction.rst' (88,906) at 20240405153229743 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/message_parsers.cpp' (88,907) at 20240829080025807 to deleted uid set 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/masters/index.rst' (88,908) at 20210307214925634 2025-03-14 03:00:51.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/Kconfig' (88,909) at 20210308005002920 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/logging_test.cpp' (88,910) at 20240820080027378 to deleted uid set 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amazon/Makefile' (88,911) at 20210309003648728 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0005-color-parser-Use-fast_float-implementation-for-from_.patch' (88,912) at 20241221090017700 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sprd-mcdt.txt' (88,913) at 20210307214925434 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/sembuf.h' (88,914) at 20220525020654659 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_event.c' (88,915) at 20240405153046289 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c' (88,916) at 20240405153047237 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/vision_ep9307.c' (88,917) at 20240405153045645 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamd.conf' (88,918) at 20210307205554126 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/tests/meson.build' (88,919) at 20241204090010703 to deleted uid set 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-88f6820-gp_defconfig' (88,920) at 20210308005003256 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-json/files/run-ptest' (88,921) at 20231126090012789 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/version.hpp' (88,922) at 20240829080033127 to deleted uid set 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools/0001-4-byte-read-support-466.patch' (88,923) at 20241221090017564 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/ibmasmfs.c' (88,924) at 20240405153230843 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kasprintf.c' (88,925) at 20220525020654751 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/adler32.c' (88,926) at 20210308005003716 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_sensors.robot' (88,927) at 20231215090013781 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/duovero.h' (88,928) at 20210308005003592 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_mpyi.S' (88,929) at 20230426080043952 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/kgdb.c' (88,930) at 20240405153045869 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/arch-sh.inc' (88,931) at 20210812000025310 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20.dtsi' (88,932) at 20210308005002572 2025-03-14 03:00:51.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/iio_utils.c' (88,933) at 20240415080012999 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/amba/tegra-ahb.c' (88,934) at 20240405153046649 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0-2w-64.conf' (88,935) at 20230609080014395 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a33_tablet_1024x600_defconfig' (88,936) at 20210308005003276 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/i2sbus/core.c' (88,937) at 20221128040017642 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/trace.h' (88,938) at 20210308005045849 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/memory.json' (88,939) at 20240405153054149 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpci_maxim.h' (88,940) at 20240405153052149 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-cml-match.c' (88,941) at 20240405153053957 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/Makefile' (88,942) at 20210308005002852 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/teststubs.S' (88,943) at 20220525020655187 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psxface.c' (88,944) at 20240405153046625 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/nicole.cfg' (88,945) at 20210307205554222 to deleted uid set 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/host_pci.c' (88,946) at 20240405153046697 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-mlxreg-io' (88,947) at 20240405153229727 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/Makefile' (88,948) at 20240405153049757 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/fq_impl.h' (88,949) at 20240405153052845 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata/OFL.txt' (88,950) at 20210307205553950 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn302.h' (88,951) at 20220525020652530 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ldt.c' (88,952) at 20240405153046433 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb' (88,953) at 20241221090017552 to deleted uid set 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/htc.c' (88,954) at 20240405153050437 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/device_access/device_access.h' (88,955) at 20210307214930546 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/db1xxx_ss.c' (88,956) at 20240405153051265 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/channel_layer.hpp' (88,957) at 20240829080022546 to deleted uid set 2025-03-14 03:00:51.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Hypervisor.service' (88,958) at 20230216040036099 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra114-u-boot.dtsi' (88,959) at 20210308005002628 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuriscv32.conf' (88,960) at 20210407000018114 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-chagall-wifi.dts' (88,961) at 20240405153045569 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0031-corstone1000-detect-inflated-kernel-size.patch' (88,962) at 20240413080012627 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/execution.hpp' (88,963) at 20241213090054854 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/mips-semi.c' (88,964) at 20240326080039678 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/dimm.cpp' (88,965) at 20241206090044787 to deleted uid set 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/omap-usb2-phy.c' (88,966) at 20210308005003456 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-hypervisor-xen' (88,967) at 20210309003648260 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/scall32-o32.S' (88,968) at 20240520080015127 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0018-Make-RSS-and-MHU-sizes-compile-time-definitions-user.patch' (88,969) at 20241221090017468 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-ats.h' (88,970) at 20210307214931466 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/service-config-manager/src/main.cpp' (88,971) at 20240904080047691 to deleted uid set 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/net/Makefile' (88,972) at 20240405153046045 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aes_cmac.c' (88,973) at 20220525020654855 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen6_engine_cs.c' (88,974) at 20240405153048481 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi' (88,975) at 20210307214926350 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/Kconfig' (88,976) at 20240405153231379 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat_0.7.1.bb' (88,977) at 20240413080012647 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/leds/phosphor-led-manager/com.ampere.Hardware.Chassis.Model.MtJefferson.json' (88,978) at 20241107090014377 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/tof/membership-and-voting.md' (88,979) at 20241002080004534 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabresd.dts' (88,980) at 20210308005002584 2025-03-14 03:00:51.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ich.c' (88,981) at 20240405153047077 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sprd.c' (88,982) at 20240405153230307 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/fat/.gitignore' (88,983) at 20240405153054301 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/designs/code-update.md' (88,984) at 20240918080004648 to deleted uid set 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/Makefile' (88,985) at 20210307214932242 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml' (88,986) at 20240405153229771 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_cmd.h' (88,987) at 20210307214930638 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-esdhc' (88,988) at 20210308005003292 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/via-ac97.c' (88,989) at 20241211090212254 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/set_device.md' (88,990) at 20240809080033023 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/realtek-rtl.yaml' (88,991) at 20240405153045109 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mediatek,mt6735-wdt.h' (88,992) at 20240405153052653 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (88,993) at 20220326030009230 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/core.c' (88,994) at 20240405153230039 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cs-etm.c' (88,995) at 20241211090145573 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_mock_selftests.h' (88,996) at 20240405153048545 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb' (88,997) at 20230520080014500 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/x86_64/host-signal.h' (88,998) at 20220429100100642 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dca/Kconfig' (88,999) at 20210307214927114 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m52xxacr.h' (89,000) at 20210307214926162 2025-03-14 03:00:51.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/strace.list' (89,001) at 20220429100100402 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h' (89,002) at 20240405153050301 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_2032.c' (89,003) at 20240405153046885 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5329.h' (89,004) at 20210308005002804 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service' (89,005) at 20230920080013648 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Eurajoki' (89,006) at 20210307205553766 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-m3.dts' (89,007) at 20240405153045385 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/soc.h' (89,008) at 20210308005002644 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/drv_fcoe_fw_funcs.c' (89,009) at 20240405153051689 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/list_bl.h' (89,010) at 20210307214931418 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/nuvoton,npcm750-smp' (89,011) at 20210307214925274 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu.dts' (89,012) at 20210308005002604 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/arc_timer.c' (89,013) at 20240405153046873 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_65xx.c' (89,014) at 20240405153046897 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,tas5086.txt' (89,015) at 20210307214925434 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/table.c' (89,016) at 20210307214929926 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/setup.c' (89,017) at 20210307214926166 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/qos.c' (89,018) at 20210308005003032 2025-03-14 03:00:51.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-npcm/npcm7xx.c' (89,019) at 20210307214925906 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/trident/trident_main.c' (89,020) at 20220525020655011 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso.c' (89,021) at 20240405153046261 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (89,022) at 20240829080014014 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/twl6040-vibra.c' (89,023) at 20240405153049145 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/Makefile' (89,024) at 20220525020655231 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/phosphor-ipmi-config-set-device-id.sh' (89,025) at 20210307205554222 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/ux500_msp_dai.c' (89,026) at 20240405153232203 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/debug.h' (89,027) at 20210308005003336 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_7k.c' (89,028) at 20210307214929606 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64c_4core_rs780e.dts' (89,029) at 20210309003648828 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/.rustfmt.toml' (89,030) at 20240405153044909 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Asturias' (89,031) at 20210307205553766 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/curl' (89,032) at 20211006000025246 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mp_ioctl.c' (89,033) at 20220525020654171 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/setup.cfg' (89,034) at 20210308004941624 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/af-xdp.c' (89,035) at 20240906080037376 2025-03-14 03:00:51.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/applicom.h' (89,036) at 20210307214926938 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd_exceptions.hpp' (89,037) at 20240618080023329 to deleted uid set 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/khadas-vim2_defconfig' (89,038) at 20210308005003260 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/Kconfig' (89,039) at 20210308005002788 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.externalsensor.service' (89,040) at 20210706231659769 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlmfs/userdlm.c' (89,041) at 20240405153052473 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0_aarch64_efi.S' (89,042) at 20210308005002708 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/owl-dma.c' (89,043) at 20240503080014470 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-2xxx.c' (89,044) at 20240405153046865 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cmpxchg.h' (89,045) at 20240405153046105 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/s5pv210-cpufreq.c' (89,046) at 20240405153046917 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_any_test.c' (89,047) at 20240405153054361 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h' (89,048) at 20210308005002776 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_output_7a2000.c' (89,049) at 20240405153230583 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn544/mei.c' (89,050) at 20240405153051181 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/Makefile' (89,051) at 20240405153053269 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_bitmap_ipmac.c' (89,052) at 20210307214932002 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/tests/Makefile' (89,053) at 20240405153230643 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/jump_label.h' (89,054) at 20240405153230011 2025-03-14 03:00:51.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.memhp' (89,055) at 20240906080037556 to deleted uid set 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/state.py' (89,056) at 20210308005003752 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.json' (89,057) at 20230925080040089 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjurtrask' (89,058) at 20210307205553778 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb' (89,059) at 20231126090012797 to deleted uid set 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch' (89,060) at 20230919080013994 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/platforms/book3s/vas-api.c' (89,061) at 20240405153230051 to deleted uid set 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/hist.h' (89,062) at 20240405153053113 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/microcode/internal.h' (89,063) at 20240405153230123 to deleted uid set 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_configuration.cpp' (89,064) at 20240822080023973 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pdu001.dts' (89,065) at 20210308005002564 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/core.c' (89,066) at 20240405153053341 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/gpio-based-cable-presence.md' (89,067) at 20221209040006387 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml' (89,068) at 20240405153045041 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/device.c' (89,069) at 20240405153231495 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-gpci-requests.h' (89,070) at 20240405153046193 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/cp_ffdc_check' (89,071) at 20221209040018559 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/pcie/aer.c' (89,072) at 20240405153231295 to deleted uid set 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_replay.h' (89,073) at 20240405153230395 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ili9320.c' (89,074) at 20240405153052173 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/fsl_dpmng_cmd.h' (89,075) at 20210308005003432 2025-03-14 03:00:51.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_tbf_prio.sh' (89,076) at 20240405153054297 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/data.c' (89,077) at 20220525020654939 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-boston.config' (89,078) at 20210307214926202 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun50i-h6-ccu.h' (89,079) at 20240405153231799 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtex2.h' (89,080) at 20210308005003692 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscredsanon.h' (89,081) at 20210927100127225 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/percpu.h' (89,082) at 20240405153046389 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts' (89,083) at 20210308005002628 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-iproc.c' (89,084) at 20240405153230859 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/Makefile' (89,085) at 20240405153054033 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_pnp.c' (89,086) at 20240405153046613 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/serval/Kconfig' (89,087) at 20210308005003020 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_pfuze100.c' (89,088) at 20210308005003468 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/S+fencewmbonceonce+poacquireonce.litmus' (89,089) at 20210307214932502 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_mft.c' (89,090) at 20240906080037256 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory/memory.txt' (89,091) at 20210308005003304 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-dock' (89,092) at 20240405153044917 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/classes/skeleton-rev.bbclass' (89,093) at 20241113090013917 to deleted uid set 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/debug-internal.h' (89,094) at 20210307214932486 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mxicy,mx25f0a-spi.yaml' (89,095) at 20240405153045173 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/QEMU_CI' (89,096) at 20241010080016076 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/cmdline.c' (89,097) at 20210307214926634 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/command-int.err' (89,098) at 20210308005046401 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-speaker-l.dts' (89,099) at 20240405153045437 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/kdb.c' (89,100) at 20240405153053021 2025-03-14 03:00:51.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap4_panda_defconfig' (89,101) at 20210308005003272 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_10_1_0_default.h' (89,102) at 20210307214927446 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done/50-dhcp-done.rules' (89,103) at 20220224040010542 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_counters.c' (89,104) at 20240405153049025 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/change-secure_chroot_dir.patch' (89,105) at 20210307205553822 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_beacon.c' (89,106) at 20240405153050589 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/bcm-ns-usb2-phy.yaml' (89,107) at 20240405153045129 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libpng-2.0' (89,108) at 20211006000025246 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m1_plus_defconfig' (89,109) at 20210308005003248 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/debug.c' (89,110) at 20210307214928150 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mchp_pfsoc_sysreg.h' (89,111) at 20230426080043764 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/qp.h' (89,112) at 20220525020653135 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts' (89,113) at 20241211090145373 to deleted uid set 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.h' (89,114) at 20210308005002984 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/s3fb.rst' (89,115) at 20210307214925478 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_pbs.c' (89,116) at 20210308005003364 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__as_awaitable.hpp' (89,117) at 20240731080033658 2025-03-14 03:00:51.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/google,cros-ec-regulator.yaml' (89,118) at 20240405153045145 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/bats.c' (89,119) at 20220525020652066 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/Operations/Firmware/Firmware.vue' (89,120) at 20241004080035967 to deleted uid set 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/MC68328.h' (89,121) at 20210307214926158 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_loongarch64_virt.py' (89,122) at 20241211090212538 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ddr2_defs.h' (89,123) at 20210308005002720 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,camcc-sc7180.h' (89,124) at 20220525020654543 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/laptop/dslm/.gitignore' (89,125) at 20210307214932486 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/phosphor-dbus-interfaces.wrap' (89,126) at 20220323030048031 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCAccountService.json' (89,127) at 20240724080002903 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge-vlan' (89,128) at 20210308005046489 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nl802154.h' (89,129) at 20240405153052753 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-reg-bits.h' (89,130) at 20230925080040077 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_nand_rmii_defconfig' (89,131) at 20210308005003236 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap3.decode' (89,132) at 20210308005046389 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ti-lmu.h' (89,133) at 20210307214931434 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_irq.h' (89,134) at 20220525020652887 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2e.h' (89,135) at 20210308005002732 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx5.txt' (89,136) at 20210308005003328 2025-03-14 03:00:51.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch' (89,137) at 20241221090017516 2025-03-14 03:00:51.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/broadcom/tg3.c' (89,138) at 20241211090145457 to deleted uid set 2025-03-14 03:00:51.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/typography.scss' (89,139) at 20210308005107073 2025-03-14 03:00:51.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmi8998.dtsi' (89,140) at 20240405153045777 2025-03-14 03:00:51.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sdb.dtsi' (89,141) at 20210308005002588 2025-03-14 03:00:51.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/xilinx/zynqmp.c' (89,142) at 20240405153230299 2025-03-14 03:00:51.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/wm8776.c' (89,143) at 20240405153232135 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/hypfs.h' (89,144) at 20210307214926514 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h' (89,145) at 20240405153048577 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bch.c' (89,146) at 20240405153231947 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_sample_user.h' (89,147) at 20240405153053429 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-bridge.c' (89,148) at 20220429100100498 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmt/crashlog.c' (89,149) at 20240405153051409 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_crtc.c' (89,150) at 20220525020652919 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.coccinelle' (89,151) at 20210308005003292 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig' (89,152) at 20210308005003264 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lasi_i82596.c' (89,153) at 20241211090212306 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/spark.c' (89,154) at 20210307214932606 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/galaxy/azt1605.c' (89,155) at 20210307214932218 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi' (89,156) at 20210307214926350 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/Makefile' (89,157) at 20240405153053461 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cppunit/files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch' (89,158) at 20210307205554002 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-vbi.c' (89,159) at 20240405153049377 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/it913x.h' (89,160) at 20220525020653315 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/rv1108.c' (89,161) at 20210308005002776 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/.gitignore' (89,162) at 20210308005003700 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v3-its-platform-msi.c' (89,163) at 20210307214928530 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipherpriv.h' (89,164) at 20241211090212226 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/xen-ops.h' (89,165) at 20241220090018306 2025-03-14 03:00:51.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action_environment.hpp' (89,166) at 20240817080031292 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bmc_mode.cpp' (89,167) at 20230520080006628 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/fault.c' (89,168) at 20240405153046037 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/unwind.h' (89,169) at 20210307214925670 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/moxa/Kconfig' (89,170) at 20210307214929550 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/global_data.c' (89,171) at 20240405153054253 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-warning.svg' (89,172) at 20210308005107069 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/cuse.c' (89,173) at 20240830080013319 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/imximage.cfg' (89,174) at 20210308005002996 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/emu/nfblock.c' (89,175) at 20240405153045957 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-SunshineCoast' (89,176) at 20210307205553766 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/af9005-remote.c' (89,177) at 20210307214928814 2025-03-14 03:00:51.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/check.c' (89,178) at 20241220090018346 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt8135-pinfunc.h' (89,179) at 20220525020654547 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ti,dac7512.yaml' (89,180) at 20220525020651682 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/trace.c' (89,181) at 20210307214928570 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/kinect.c' (89,182) at 20210307214928830 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max77693.yaml' (89,183) at 20240405153045145 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.cpp' (89,184) at 20241022080025524 to deleted uid set 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/target.h' (89,185) at 20210307214931614 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h' (89,186) at 20240405153047121 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/mdns.service' (89,187) at 20230114040015474 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/Makefile.am' (89,188) at 20210308005111461 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/isp1362.h' (89,189) at 20210307214931530 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qede_rdma.h' (89,190) at 20210309003653892 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/Kconfig' (89,191) at 20240405153046773 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/record.c' (89,192) at 20241111090012145 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/index.js' (89,193) at 20210308005107077 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_cprman.h' (89,194) at 20221215040039182 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/Makefile' (89,195) at 20220525020652835 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/eesox.c' (89,196) at 20240405153051569 2025-03-14 03:00:51.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/cmplitmushist.sh' (89,197) at 20240405153054069 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/sed-opal.c' (89,198) at 20240624080012772 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sata.c' (89,199) at 20210308005003216 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.h' (89,200) at 20210307214929394 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch' (89,201) at 20241221090017488 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/smsc95xx.h' (89,202) at 20210307214929710 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport.h' (89,203) at 20240405153053349 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-pm.c' (89,204) at 20240405153230747 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/dcgu.h' (89,205) at 20210308005003020 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-zevio.c' (89,206) at 20240405153049205 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-pr-helper.rst' (89,207) at 20221215040039082 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/init.c' (89,208) at 20240405153045685 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/049.out' (89,209) at 20230925080040089 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-withhost.inc' (89,210) at 20230818080016881 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1012a_serdes.c' (89,211) at 20210308005002556 2025-03-14 03:00:51.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/share.h' (89,212) at 20210307214930946 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/Kconfig' (89,213) at 20210308005003484 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cache-aurora-l2.h' (89,214) at 20240405153045621 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/setup.py' (89,215) at 20210308005003772 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/environment_metrics.hpp' (89,216) at 20230517080004657 to deleted uid set 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_psci.c' (89,217) at 20210308005003496 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0003-fix-CVE-2015-7747.patch' (89,218) at 20210307205553958 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-common.yml' (89,219) at 20241206090014206 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-arm920t.inc' (89,220) at 20210905000020581 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pli1209bc.rst' (89,221) at 20240405153045217 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_gen5.h' (89,222) at 20210308005002780 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v5_20.h' (89,223) at 20240405153231311 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc' (89,224) at 20241221090017684 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkInterfaceCollection.json' (89,225) at 20240619080002948 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ibmpowernv.rst' (89,226) at 20210307214925502 2025-03-14 03:00:51.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/crt0-tc2x.S' (89,227) at 20230925080040101 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_8_1_d.h' (89,228) at 20210307214927534 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/MCTPReactor.cpp' (89,229) at 20241205090004235 to deleted uid set 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ptest-packagelists-meta-networking.inc' (89,230) at 20241221090017492 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/orion.c' (89,231) at 20210307214926998 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TriggersCollection_v1.xml' (89,232) at 20240619080002940 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_common.h' (89,233) at 20240405153051481 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8150b.dtsi' (89,234) at 20240405153229943 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (89,235) at 20220622030015261 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/ddr.c' (89,236) at 20210308005002988 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c' (89,237) at 20210308005003360 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-tpl.c' (89,238) at 20210308005002776 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm-uclass.c' (89,239) at 20230310090043283 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-bootloader-config.wks' (89,240) at 20210307205554634 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml' (89,241) at 20240405153045061 2025-03-14 03:00:51.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/alpha/kernel/traps.c' (89,242) at 20240405153045357 to deleted uid set 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/ram.c' (89,243) at 20241211090212390 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Intel' (89,244) at 20210307205554422 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_series_merge_on_head.1.skip' (89,245) at 20241206090014310 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/quota.h' (89,246) at 20240613080016491 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/resource_messages.cpp' (89,247) at 20241224090003036 to deleted uid set 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/core_reloc_types.h' (89,248) at 20240405153054269 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/q800.h' (89,249) at 20240906080037332 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/timed-average.h' (89,250) at 20241211090212366 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/midibuf.h' (89,251) at 20240405153054025 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/freeze-callgraph.cfg' (89,252) at 20210307214932618 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/xmit.c' (89,253) at 20210307214929802 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8-lpcg.h' (89,254) at 20220525020654543 2025-03-14 03:00:51.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/MAINTAINERS' (89,255) at 20210308005002912 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-vf610.c' (89,256) at 20240405153231319 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c' (89,257) at 20220525020652935 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/helios4.h' (89,258) at 20210308005003596 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb' (89,259) at 20241206090014234 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/intel_ast2600.h' (89,260) at 20220215040051612 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/dm.h' (89,261) at 20220525020653151 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/ulp_wdog.c' (89,262) at 20210308005003540 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-factor.c' (89,263) at 20240405153046769 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/table.c' (89,264) at 20210307214929942 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/berlin-bg2q.c' (89,265) at 20241008080013967 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_isp_params.c' (89,266) at 20240405153051833 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/string-output-visitor.c' (89,267) at 20240906080037432 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/vec.h' (89,268) at 20240326080039674 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts' (89,269) at 20240405153045809 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/arches_defconfig' (89,270) at 20210309003648872 2025-03-14 03:00:51.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soundwire/sdw_amd.h' (89,271) at 20240405153052797 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c' (89,272) at 20210307214930130 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/selfcheck.c' (89,273) at 20210308005003040 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654.dtsi' (89,274) at 20210308005002592 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/atmel-matrix.h' (89,275) at 20210307214931434 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/early_console.c' (89,276) at 20240405153046049 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/perf_regs.c' (89,277) at 20240405153232219 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-reference-design-tablet.dtsi' (89,278) at 20240405153045381 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/rawnand.h' (89,279) at 20240405153231827 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/048' (89,280) at 20210927100127477 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-single/files/helloworld.c' (89,281) at 20210812000025294 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/socionext,uniphier-thermal.yaml' (89,282) at 20240405153045177 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-powercycle@.service' (89,283) at 20230310090018691 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-bus.c' (89,284) at 20210307214928710 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf_subprogs.c' (89,285) at 20210309003655984 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dexcr/lsdexcr.c' (89,286) at 20240405153054357 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/Makefile' (89,287) at 20240405153230691 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-usb2-dr-0.dtsi' (89,288) at 20210307214926350 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nixge.txt' (89,289) at 20210307214925378 2025-03-14 03:00:51.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/evdevpp/test/.gitignore' (89,290) at 20210308005059169 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ceph/osd_client.c' (89,291) at 20240405153232003 to deleted uid set 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/fbterm.service' (89,292) at 20210307205554074 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/Kconfig' (89,293) at 20240405153231655 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/add_ppc64le.patch' (89,294) at 20230706080014745 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in' (89,295) at 20231126090012789 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Switch.v1_9_3.json' (89,296) at 20240619080002956 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/trap.h' (89,297) at 20220525020653579 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigoiox_dsp.c' (89,298) at 20210307214932246 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/unicode.c' (89,299) at 20240405153052553 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/can_emu.h' (89,300) at 20210308005046041 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.h' (89,301) at 20240405153047149 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl313_i2c.c' (89,302) at 20240405153230687 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-inet-q972.dts' (89,303) at 20240405153045385 2025-03-14 03:00:51.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/layer.conf' (89,304) at 20241221090017472 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_device.c' (89,305) at 20240405153048697 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/authorized-keys-comp.service' (89,306) at 20210417000027537 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-ts4900.dts' (89,307) at 20240405153045501 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/0003-libbridge-Modifying-the-AR-to-cross-toolchain.patch' (89,308) at 20220204040022452 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx25pdk_defconfig' (89,309) at 20210308005003268 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/Kconfig' (89,310) at 20240405153053961 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensors_json_unittest.cpp' (89,311) at 20221111040035058 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/README.entries' (89,312) at 20210308005003748 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,easrc.yaml' (89,313) at 20240405153229799 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/docs/about/removed-features.rst' (89,314) at 20241211090212230 to deleted uid set 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/efi-disk.wks.in' (89,315) at 20241221090017472 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-sdx55-mtp.dts' (89,316) at 20240405153229895 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/Context.xs' (89,317) at 20210307214932566 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/0001-let-system-headers-provide-pread64.patch' (89,318) at 20210307205553870 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_flex_type.h' (89,319) at 20240405153050005 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-tiny-initramfs.bb' (89,320) at 20241221090017644 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/event.hpp' (89,321) at 20230511080043139 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/rados.h' (89,322) at 20240405153231803 2025-03-14 03:00:51.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/trace-events' (89,323) at 20241211090212394 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/uncore-cache.json' (89,324) at 20240405153054137 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/usual-tables.c' (89,325) at 20210307214930878 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg_0.7.0.bb' (89,326) at 20241221090017664 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-3level-types.h' (89,327) at 20210307214925854 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dts' (89,328) at 20240405153045533 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.c' (89,329) at 20240405153047141 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/clps711x_defconfig' (89,330) at 20240405153229907 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/0001-Fix-initialization-in-test-1140.patch' (89,331) at 20240413080012655 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/vp7045-fe.c' (89,332) at 20210307214928822 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pwm/tegra20-pwm.txt' (89,333) at 20210308005003308 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb' (89,334) at 20210307205554022 2025-03-14 03:00:51.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/strchr.S' (89,335) at 20240405153045897 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/stream.c' (89,336) at 20240919080017074 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-gp-evm-u-boot.dtsi' (89,337) at 20210308005002564 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pnv_php.c' (89,338) at 20240913080013813 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxbb.c' (89,339) at 20210308005003456 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/msm_serial.c' (89,340) at 20240405153052009 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/check-integrity.h' (89,341) at 20240405153052277 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_rcc_internals.h' (89,342) at 20240906080037336 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwesleep.c' (89,343) at 20240405153046621 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-kernel/linux/linux-aspeed_%.bbappend' (89,344) at 20210812000025162 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v8_7.c' (89,345) at 20240405153047165 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch' (89,346) at 20240413080012691 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/pxp/mei_pxp.c' (89,347) at 20240405153230847 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_mandb' (89,348) at 20231011080016622 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mm/sys/metrics.json' (89,349) at 20220525020655143 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_ids.c' (89,350) at 20240405153049697 2025-03-14 03:00:51.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-rcmm-decoder.c' (89,351) at 20240405153049513 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/Build' (89,352) at 20240405153054089 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/diu.c' (89,353) at 20210308005002988 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/index.rst' (89,354) at 20240405153229815 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be/core-isa.h' (89,355) at 20210308005046365 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-invariants-or-later' (89,356) at 20211006000025234 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/mmvec.h' (89,357) at 20220429100100786 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/init.c' (89,358) at 20220818100014799 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/kirkwood/Makefile' (89,359) at 20210307214932394 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/custom-template-configuration-directory.rst' (89,360) at 20240413080012675 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml' (89,361) at 20221207040023627 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.VSC3316-3308' (89,362) at 20210308005003292 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-parport.c' (89,363) at 20240405153048909 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xtensa/Kconfig' (89,364) at 20210307214932438 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration-stats.c' (89,365) at 20240326080039566 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/Makefile' (89,366) at 20240405153054377 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/sh_mtu2.c' (89,367) at 20240405153046877 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c' (89,368) at 20240405153047257 2025-03-14 03:00:51.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_rf.c' (89,369) at 20210307214929974 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/open_flags.c' (89,370) at 20210307214932578 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ioam6.sh' (89,371) at 20240405153054345 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_spinner.c' (89,372) at 20240405153230579 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/meson.build' (89,373) at 20240326080039562 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/bbc.h' (89,374) at 20210307214926578 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/050_intel_mrc.dts' (89,375) at 20210308005003752 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/shr_Xsig.S' (89,376) at 20220525020652186 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ene_ir.h' (89,377) at 20210307214928774 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/tizen.c' (89,378) at 20210308005003712 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/a20r.c' (89,379) at 20210307214926294 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-ipu_adl.c' (89,380) at 20240405153046797 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/linkstation-poweroff.c' (89,381) at 20220525020653915 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c' (89,382) at 20240405153048601 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/page_actor.c' (89,383) at 20240405153052537 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_netlink.c' (89,384) at 20241018080014578 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/memory-tagging-extension.rst' (89,385) at 20240405153044973 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bblayers/query.py' (89,386) at 20230919080013966 to deleted uid set 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/b4860_serdes.c' (89,387) at 20210308005002828 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml' (89,388) at 20240405153229787 2025-03-14 03:00:51.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/meson-aiu.h' (89,389) at 20210307214931350 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/page.h' (89,390) at 20240405153046505 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/panasonic-laptop.c' (89,391) at 20241211090145481 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ppsmc.h' (89,392) at 20240405153048325 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/phal_error.hpp' (89,393) at 20221019100016393 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__completion_signatures.hpp' (89,394) at 20240731080033662 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-02' (89,395) at 20210908000010395 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8548.dts' (89,396) at 20210307214926358 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mmio.c' (89,397) at 20240405153050965 to deleted uid set 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glmTargets.cmake' (89,398) at 20210307205553942 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-sb1250.c' (89,399) at 20240405153046049 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vm86.h' (89,400) at 20220525020652154 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip30/kernel-entry-init.h' (89,401) at 20210307214926222 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/types.py' (89,402) at 20220910030013401 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_sync_mngr_mstr_if_axuser_masks.h' (89,403) at 20240405153046585 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-lapic.yaml' (89,404) at 20240405153045085 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.h' (89,405) at 20210307214929942 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sa1100/assabet.rst' (89,406) at 20240405153044973 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_ccw_virtio.py' (89,407) at 20241211090212542 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/x86-gpio.h' (89,408) at 20210308005003636 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/CLI11.wrap' (89,409) at 20220322030048836 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/efuse.h' (89,410) at 20210308005002752 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brppt1_spi_defconfig' (89,411) at 20210308005003252 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/apb_misc.h' (89,412) at 20210308005002668 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/ddr.c' (89,413) at 20210308005002980 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/host-os.h' (89,414) at 20221215040039062 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/traps.c' (89,415) at 20240405153046057 2025-03-14 03:00:51.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/memcpy_stubs.S' (89,416) at 20240405153054357 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu.h' (89,417) at 20241211090212494 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' (89,418) at 20230925080040089 to deleted uid set 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c' (89,419) at 20241001080013020 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/sur40.c' (89,420) at 20240405153049165 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/Makefile' (89,421) at 20210308005002772 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/boot.c' (89,422) at 20210308005003208 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sy8106a-regulator.c' (89,423) at 20240405153051473 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/cups-volatiles.conf' (89,424) at 20210307205554558 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio.inc' (89,425) at 20241221090017692 to deleted uid set 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.extrawarn' (89,426) at 20210308005003724 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/mcf5373l.c' (89,427) at 20210308005002916 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/reset.c' (89,428) at 20240405153046049 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7146/hexium_gemini.c' (89,429) at 20240405153049377 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/intersil.h' (89,430) at 20210307214926158 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/amd.c' (89,431) at 20240405153046421 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Ala-Vuokki' (89,432) at 20210307205553774 2025-03-14 03:00:51.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/Makefile.softmmu-target' (89,433) at 20241211090212550 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-tdm.c' (89,434) at 20240405153053969 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pidfd/pidfd-metadata.c' (89,435) at 20210307214932126 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-382-rd-ac3x-48g4x2xl.dts' (89,436) at 20240405153229871 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/Build' (89,437) at 20240405153232235 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilsatB4-84.0W' (89,438) at 20210307205553758 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bitrev.h' (89,439) at 20210307214926210 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/stm32h743-eval.c' (89,440) at 20210308005003056 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3188-radxarock-u-boot.dtsi' (89,441) at 20210308005002604 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/pnfs.h' (89,442) at 20210307214931170 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/axis/artpec6.dtsi' (89,443) at 20240405153045425 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8188-pm-domains.h' (89,444) at 20240405153231347 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pfdv2.c' (89,445) at 20240405153046789 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/__init__.py' (89,446) at 20210307205554434 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/procfs-attr-current' (89,447) at 20220525020651630 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8188.c' (89,448) at 20240405153051317 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/Makefile' (89,449) at 20210308005002860 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/spear_dma.h' (89,450) at 20210307214931602 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/id_rsa' (89,451) at 20210308005046393 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine.c' (89,452) at 20240405153048501 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/MAINTAINERS' (89,453) at 20210308005003048 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/jazzsonic.c' (89,454) at 20240405153050185 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.h' (89,455) at 20240405153048745 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/irq.c' (89,456) at 20241001080013012 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5420-trip-points.dtsi' (89,457) at 20240405153045573 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts' (89,458) at 20240405153045749 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/head.h' (89,459) at 20240405153048633 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/max6697.h' (89,460) at 20210307214931478 2025-03-14 03:00:51.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/templates/default/bblayers.conf.sample' (89,461) at 20240323080013545 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml' (89,462) at 20220315030032663 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic.h' (89,463) at 20240405153231395 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/tdx-guest/Kconfig' (89,464) at 20240405153052229 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptp_clock_kernel.h' (89,465) at 20240405153052777 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/watch.cpp' (89,466) at 20240820080019550 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/via/Makefile' (89,467) at 20240405153049497 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/qpc.c' (89,468) at 20240405153049089 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_vlan.h' (89,469) at 20240405153052941 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt' (89,470) at 20240113090014532 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt' (89,471) at 20210307214925430 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cmpxchg-irq.h' (89,472) at 20210307214926550 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/user.h' (89,473) at 20240405153045349 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/keembay/Makefile' (89,474) at 20210309003654912 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8dxl.c' (89,475) at 20240405153231319 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_sa_media.h' (89,476) at 20240405153048497 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.armada-secureboot' (89,477) at 20210308005003292 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-vntb-function.rst' (89,478) at 20240405153044929 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/rcu_read_lock.c' (89,479) at 20240405153054257 2025-03-14 03:00:51.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ia_css_ob.host.h' (89,480) at 20210307214930558 2025-03-14 03:00:51.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/nl80211.c' (89,481) at 20241220090018342 2025-03-14 03:00:51.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/ptdump.c' (89,482) at 20240405153045901 2025-03-14 03:00:51.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_end_dt6_l3vpn_test.sh' (89,483) at 20220525020655223 2025-03-14 03:00:51.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/asus-nb-wmi.c' (89,484) at 20240405153231339 to deleted uid set 2025-03-14 03:00:51.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/cpuinfo.h' (89,485) at 20230925080039853 2025-03-14 03:00:51.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Robertsfors' (89,486) at 20210307205553790 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ether.c' (89,487) at 20210308005003508 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/usbip_common.h' (89,488) at 20240613080016471 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg' (89,489) at 20221122040015511 to deleted uid set 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp1250.c' (89,490) at 20210307214931178 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/tpg/v4l2-tpg.h' (89,491) at 20240405153052829 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml' (89,492) at 20240405153045069 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/README' (89,493) at 20210308005002980 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/216.out' (89,494) at 20210308005046461 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/setup.c' (89,495) at 20220525020651994 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tracing/README.md' (89,496) at 20221209040019095 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/insn.c' (89,497) at 20240906080037580 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/s32v234evb.c' (89,498) at 20210308005002992 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/speedfax.c' (89,499) at 20210307214928542 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/setup.cfg' (89,500) at 20210308004922940 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/broadcom-bcm87xx.txt' (89,501) at 20210307214925370 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/flash.cfg' (89,502) at 20210307205554058 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/builtin-fls.h' (89,503) at 20210307214931302 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_ft_pool.h' (89,504) at 20220525020653587 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/resultutils.py' (89,505) at 20241221090017704 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB1.conf' (89,506) at 20240529080017839 2025-03-14 03:00:51.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/ti_usb_phy.c' (89,507) at 20210308005003500 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/uncore-interconnect.json' (89,508) at 20240405153054137 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_32_sr.S' (89,509) at 20220525020652058 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-davinci-cp-intc.c' (89,510) at 20240405153049193 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-not.json' (89,511) at 20240326080039726 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/8xxx_gpio.txt' (89,512) at 20210307214925314 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools/0002-Change-program_name-to-have-const-attribute.patch' (89,513) at 20241221090017484 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2836-rpi-2-b.dts' (89,514) at 20210308005002572 2025-03-14 03:00:51.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-mem2mem.c' (89,515) at 20240405153230827 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/lifebook.c' (89,516) at 20210307214928490 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb' (89,517) at 20220402030015887 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/dce_calcs.c' (89,518) at 20240405153230407 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Applications.directory' (89,519) at 20210307205554610 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/wow.c' (89,520) at 20240405153050433 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_private.h' (89,521) at 20210308005002540 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/trans_common.c' (89,522) at 20240405153053165 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/wictestdisk.wks' (89,523) at 20210307205554390 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/serialio.h' (89,524) at 20210308005002876 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper' (89,525) at 20210307205554542 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb' (89,526) at 20241221090017516 to deleted uid set 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/sbc8349.c' (89,527) at 20210308005003048 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-phosphor/image/obmc-phosphor-image.bbappend' (89,528) at 20210908000029103 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf_rss.h' (89,529) at 20241211090212242 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (89,530) at 20210307205553730 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kmsan.h' (89,531) at 20240405153230111 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/milbeaut-hdmac.c' (89,532) at 20240405153046997 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dp.h' (89,533) at 20210307214927906 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_bit.h' (89,534) at 20210307214931262 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/google,chv3-codec.yaml' (89,535) at 20240405153045161 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/telemetry.hpp' (89,536) at 20220412175720086 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vdso/gettimeofday.h' (89,537) at 20220525020652102 2025-03-14 03:00:51.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/redfish.cpp' (89,538) at 20240905080002533 to deleted uid set 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stromsund_Grelsgard' (89,539) at 20210307205553790 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/radio.h' (89,540) at 20210307214929802 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c' (89,541) at 20210308005003468 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility/0001-gnome-disk-utility-remove-libcanberra-dependency.patch' (89,542) at 20220618030015166 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch' (89,543) at 20241221090017508 to deleted uid set 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/ram.c' (89,544) at 20210308005003740 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/sym53c500_cs.rst' (89,545) at 20210307214925562 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c' (89,546) at 20240405153230355 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/super.c' (89,547) at 20240405153046973 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/styles/_default.scss' (89,548) at 20241004080035963 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/oxp-sensors.c' (89,549) at 20240405153230667 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Savast' (89,550) at 20210307205553790 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.prototype.hpp.mako' (89,551) at 20241026080029479 to deleted uid set 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/host1x_context_bus.h' (89,552) at 20240405153052697 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/flash_param' (89,553) at 20210308005003764 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_sockopt_helpers.h' (89,554) at 20220525020655187 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ksyms_btf_write_check.c' (89,555) at 20240405153054277 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/processing.cpp' (89,556) at 20241113090026909 to deleted uid set 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/scu_completion_codes.h' (89,557) at 20210307214930334 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.out' (89,558) at 20210308005046405 to deleted uid set 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/dm_common.h' (89,559) at 20210307214929942 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/Kconfig' (89,560) at 20240405153051485 2025-03-14 03:00:51.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/mux.c' (89,561) at 20210308005002924 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel8.svg' (89,562) at 20240405153044933 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/visionox,rm69299.yaml' (89,563) at 20240405153229763 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/i386/rapl-msr-index.h' (89,564) at 20240906080037584 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mp886x.c' (89,565) at 20240405153231363 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/link_local.h' (89,566) at 20210308005003720 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/manpage-normal.xsl' (89,567) at 20210307214932510 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0001-Adhere-to-the-SOURCE_DATE_EPOCH-standard.patch' (89,568) at 20230706080014753 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996.dtsi' (89,569) at 20240805080013915 to deleted uid set 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/test_udelay.c' (89,570) at 20240405153053053 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch' (89,571) at 20241221090017672 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/trigger_factory.hpp' (89,572) at 20220607100029059 to deleted uid set 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/litex/litex_soc_ctrl.c' (89,573) at 20220525020654091 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/214' (89,574) at 20230426080043944 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/hdcp_msg_types.h' (89,575) at 20240405153047301 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/mtd_nandecctest.c' (89,576) at 20240405153049713 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/resolver/Makefile' (89,577) at 20210307214930522 2025-03-14 03:00:51.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c' (89,578) at 20220525020652963 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_cmds.c' (89,579) at 20240405153049905 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb' (89,580) at 20240413080012659 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/.gitignore' (89,581) at 20210308005003172 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_arria10_socdk.h' (89,582) at 20210308005003616 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/redboot.h' (89,583) at 20210307214926362 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r520d.h' (89,584) at 20210307214928006 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/ls.h' (89,585) at 20240405153048617 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_analog.c' (89,586) at 20241216090017801 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/usbpipe.c' (89,587) at 20240405153051953 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libdw-dwarf-unwind.c' (89,588) at 20210307214932466 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/clk-corediv.c' (89,589) at 20210307214926994 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-texttable_1.7.0.bb' (89,590) at 20231126090012801 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/ftrace.h' (89,591) at 20210307214926550 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/regulator-haptic.c' (89,592) at 20240405153049145 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_ohci.c' (89,593) at 20210307214926270 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic.yaml' (89,594) at 20240405153229751 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c' (89,595) at 20210308005046509 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml' (89,596) at 20240405153045149 2025-03-14 03:00:51.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/dma/dma_map_benchmark.c' (89,597) at 20240405153054293 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/libipw.h' (89,598) at 20240405153050505 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ocelot-core.c' (89,599) at 20240405153049613 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rn5t618_wdt.c' (89,600) at 20240405153052245 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml' (89,601) at 20240405153045081 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-lg-laptop' (89,602) at 20240405153044929 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/xtensa/Kconfig' (89,603) at 20210307214932426 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/Makefile.am' (89,604) at 20210308004938832 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-pnx.txt' (89,605) at 20210307214925326 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,pxa168.txt' (89,606) at 20210307214925290 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be/gdb-config.c.inc' (89,607) at 20210308005046365 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts' (89,608) at 20210308005002624 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/net_dma' (89,609) at 20210307214925182 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c' (89,610) at 20220525020653195 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-Taiwan' (89,611) at 20210307205553766 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp25xxai-pinctrl.dtsi' (89,612) at 20240405153045829 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SessionService_v1.xml' (89,613) at 20240619080002936 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_dio200.h' (89,614) at 20220525020652346 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/reporting_type.hpp' (89,615) at 20230524080039233 to deleted uid set 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/service_files/meson.build' (89,616) at 20230413080008664 to deleted uid set 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbdefines.hpp' (89,617) at 20240503080008222 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/vector_add_int.c' (89,618) at 20220429100100942 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/CLI11.wrap' (89,619) at 20230720080010758 2025-03-14 03:00:51.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/bilge-impl-0.2-rs.wrap' (89,620) at 20241211090212458 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/hbm.c' (89,621) at 20220525020653047 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/check-patch.py' (89,622) at 20241121090029252 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/cpuidle.c' (89,623) at 20240405153045637 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.h' (89,624) at 20210307214929606 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/soc.h' (89,625) at 20240405153052773 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-arb-gpio-challenge.yaml' (89,626) at 20240405153229767 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_hw.h' (89,627) at 20210307214929386 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/spk_ttyio.c' (89,628) at 20240405153230163 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic0_qm1_regs.h' (89,629) at 20240405153046577 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600-pfr_defconfig' (89,630) at 20220215040051528 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/imx8mq.h' (89,631) at 20210307214931338 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6779-ipe.c' (89,632) at 20240405153046793 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/st21nfca.h' (89,633) at 20220627100017042 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/trace.h' (89,634) at 20210308005045953 2025-03-14 03:00:51.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/global_data.h' (89,635) at 20210308005002544 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/e820/types.h' (89,636) at 20210307214926662 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/other.json' (89,637) at 20240405153054125 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_host_smp.c' (89,638) at 20240405153231411 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/memfd.c' (89,639) at 20241211090212562 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/Kconfig' (89,640) at 20210308005002976 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/rxtimestamp.c' (89,641) at 20240405153054349 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/tnc_commit.c' (89,642) at 20241211090145533 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wdt87xx_i2c.c' (89,643) at 20240405153049165 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/write-zeroes-unmap.out' (89,644) at 20240906080037568 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/edac.rst' (89,645) at 20240405153045189 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/budget-patch.c' (89,646) at 20220525020654131 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/gen_vdso_offsets.sh' (89,647) at 20220525020651958 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/tps65910_regulator.c' (89,648) at 20210308005003472 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.h' (89,649) at 20240405153049177 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_auart_console_defconfig' (89,650) at 20210308005003268 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500-chargalg.h' (89,651) at 20240405153051425 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/.gitignore' (89,652) at 20210307214932714 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/Kconfig' (89,653) at 20240906080037136 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/irq.h' (89,654) at 20210307214925978 2025-03-14 03:00:51.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/spinlock.c' (89,655) at 20240405153054317 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/zstd_deps.h' (89,656) at 20240405153053113 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_slot.hpp' (89,657) at 20240703080042683 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc5200_simple.c' (89,658) at 20240405153046197 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_ddcb.c' (89,659) at 20220525020653355 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/monreader.c' (89,660) at 20240405153231379 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m523xsim.h' (89,661) at 20210307214926158 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/netup-init.h' (89,662) at 20210307214928690 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/Kconfig' (89,663) at 20210307214928434 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/floating-point.json' (89,664) at 20240405153054153 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max31827.c' (89,665) at 20240405153048865 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/arm,pl031.yaml' (89,666) at 20220525020651710 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/arm,malidp.yaml' (89,667) at 20240405153045037 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/string.h' (89,668) at 20210307214926310 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_intel/intel.c' (89,669) at 20210525100144787 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lp855x.h' (89,670) at 20210307214931478 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml' (89,671) at 20241211090212202 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hk-HongKong' (89,672) at 20210307205553774 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/Makefile' (89,673) at 20240405153045717 2025-03-14 03:00:51.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/xilinx_spi.c' (89,674) at 20210308005003496 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/traps.c' (89,675) at 20240405153045633 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/law.c' (89,676) at 20210308005002980 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/bells.c' (89,677) at 20240405153053985 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/xyz.openbmc_project.FruDevice.service' (89,678) at 20240604080008984 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/udivsi3_i4i.S' (89,679) at 20210307214926570 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/libavtp/0001-provide-64bit-host-to-network-conversion-macros.patch' (89,680) at 20220618030015166 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-serial-pci.c' (89,681) at 20221215040039170 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-cross_2.5.4.bb' (89,682) at 20241221090017664 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/scf0403_lcd.c' (89,683) at 20210308005003532 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-Use-stdint-types.patch' (89,684) at 20210307205553934 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/ibex_uart.h' (89,685) at 20230426080043760 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out' (89,686) at 20210308005046401 to deleted uid set 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/watchdog-parameters.rst' (89,687) at 20240405153045333 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/cache.S' (89,688) at 20240405153045881 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sstate-cache-management.py' (89,689) at 20240301090012483 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_zynq.c' (89,690) at 20210308005003484 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-card.c' (89,691) at 20241011080017407 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sifive/Makefile' (89,692) at 20240405153051769 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/cops.c' (89,693) at 20240405153049721 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Makefile' (89,694) at 20210308005002788 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/super.c' (89,695) at 20240405153231659 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/aide-base.bbclass' (89,696) at 20220721030015849 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/branch.json' (89,697) at 20240405153054113 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/figures/define-generic.png' (89,698) at 20210307205554354 to deleted uid set 2025-03-14 03:00:51.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/.gitignore' (89,699) at 20210307214925870 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/salvator-x.c' (89,700) at 20210308005003036 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dm_event_log.h' (89,701) at 20210307214927298 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_vlan_bridge_1q.sh' (89,702) at 20240405153054341 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_owner.c' (89,703) at 20240405153232063 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65912-core.c' (89,704) at 20240405153049621 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb_miim_regs.h' (89,705) at 20210308005002820 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/fpga.c' (89,706) at 20210308005002912 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_writemeta_unittest.cpp' (89,707) at 20220824030029051 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-gpci.c' (89,708) at 20240405153230047 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-intel_pmt' (89,709) at 20220525020651634 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sdx55.h' (89,710) at 20220525020654543 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ioctl/ioctl-decoding.rst' (89,711) at 20210307214925590 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl_2.0.19.bb' (89,712) at 20241221090017700 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/cpuhotplug.c' (89,713) at 20240820080014181 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/ga102.c' (89,714) at 20240405153230607 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp10b.c' (89,715) at 20240405153048657 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_tc.h' (89,716) at 20210308005002716 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/imx-audio-es8328.txt' (89,717) at 20210307214925430 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/reset.c' (89,718) at 20240405153230235 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-regulator' (89,719) at 20240405153044917 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-a64.h' (89,720) at 20240906080037468 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-osnoise.rst' (89,721) at 20240405153045265 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/scan.c' (89,722) at 20220525020654495 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv4e.c' (89,723) at 20220525020652967 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/ksi8560_defconfig' (89,724) at 20210307214926366 2025-03-14 03:00:51.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/p9array.h' (89,725) at 20230426080043664 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/xtensa.c' (89,726) at 20210308005045793 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-dev.dts' (89,727) at 20240405153045733 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/uncore-cache.json' (89,728) at 20240405153054141 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlssession.h' (89,729) at 20240906080037324 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_gpt.py' (89,730) at 20210308005003744 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/formfactor/formfactor/rpi/machconfig' (89,731) at 20210307205554098 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init' (89,732) at 20210307205554482 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_trace_points.c' (89,733) at 20210307214928066 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/terminus_2x100g_nic_tsff.json' (89,734) at 20241213090004413 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/rt3883_eval.dts' (89,735) at 20210307214926194 2025-03-14 03:00:51.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sa8775p.c' (89,736) at 20240405153230735 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/nvidia,tegra20-car.txt' (89,737) at 20210308005003300 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/protocol_setting_utils.robot' (89,738) at 20241010080016076 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/pgtable.h' (89,739) at 20240405153230031 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/fsl,imx7d-adc.yaml' (89,740) at 20210309003648356 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_nid_api.c' (89,741) at 20240405153054225 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_tos_reflect_kern.c' (89,742) at 20210307214932122 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ParaTypeFFL-1.3' (89,743) at 20210307205554426 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-armv7.conf' (89,744) at 20221003030013293 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/srq.c' (89,745) at 20210307214929370 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-xilinx-tmr-manager' (89,746) at 20240405153044925 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/Makefile' (89,747) at 20240405153050553 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/Makefile' (89,748) at 20240405153231311 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ksmbd_netlink.h' (89,749) at 20240527080023360 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qlogicpti.h' (89,750) at 20210307214930406 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-3.0-DE' (89,751) at 20211006000025230 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/domain.h' (89,752) at 20210308005002704 2025-03-14 03:00:51.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.c' (89,753) at 20210308005003356 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/data.py' (89,754) at 20241221090017584 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/gup_test.c' (89,755) at 20240617080017414 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml' (89,756) at 20240405153045137 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/Makefile' (89,757) at 20210307214927766 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxk.h' (89,758) at 20220525020653243 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/insn32.decode' (89,759) at 20240906080037512 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/aes_glue.c' (89,760) at 20210307214926574 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc.h' (89,761) at 20240405153052853 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_uclo.c' (89,762) at 20240405153230267 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/pgalloc.h' (89,763) at 20240405153046121 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_socket.h' (89,764) at 20210307214931566 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg/0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch' (89,765) at 20241221090017664 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/config.json' (89,766) at 20210308005107081 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_NAND_defconfig' (89,767) at 20210308005003240 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/fwio.c' (89,768) at 20240405153050701 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/coherency_ll.S' (89,769) at 20240405153045653 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/ashrdi3.c' (89,770) at 20210307214926170 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kfence.rst' (89,771) at 20240405153045009 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/testexport.conf' (89,772) at 20220910030013393 2025-03-14 03:00:51.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan_pda.c' (89,773) at 20240405153052137 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable-3level.h' (89,774) at 20240405153046389 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svcproc.c' (89,775) at 20240405153052401 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/Kconfig' (89,776) at 20210308005003036 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/highlight.pack.js' (89,777) at 20210307205554278 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/.gitignore' (89,778) at 20220816100023433 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/x509_utils.hpp' (89,779) at 20220325030023486 to deleted uid set 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-phy-mux.c' (89,780) at 20240405153046813 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/test_anon_func.bbclass' (89,781) at 20241221090017604 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0001-Remove-Makefile.include-which-includes-hardcoded.patch' (89,782) at 20210307205554106 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_signal.h' (89,783) at 20220429100100646 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/events/events_fifo.c' (89,784) at 20210406100036115 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dpcd.c' (89,785) at 20240405153230419 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_overlay.h' (89,786) at 20240405153048681 2025-03-14 03:00:51.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/usb_wwan.c' (89,787) at 20240405153052141 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/omap_hsmmc.c' (89,788) at 20210308005003404 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bitrev.h' (89,789) at 20210307214931358 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/lan.c' (89,790) at 20210308004938836 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/bootm.h' (89,791) at 20210308005002672 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/README' (89,792) at 20210307205554258 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm186x-i2c.c' (89,793) at 20240405153053677 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi' (89,794) at 20240405153045725 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/imx_v6_v7_defconfig' (89,795) at 20240405153229907 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/qcom-spmi-iadc.c' (89,796) at 20240405153230691 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-twl6030-usb.c' (89,797) at 20240405153052125 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig' (89,798) at 20210308005003264 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/external-sensor.md' (89,799) at 20240607080003999 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/xor_regs.h' (89,800) at 20210308005003368 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c' (89,801) at 20240405153231323 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-sdp-es23plus.dts' (89,802) at 20240405153045605 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-firmware.json' (89,803) at 20241207090009631 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prminst44xx.c' (89,804) at 20210307214925926 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-ctrls.h' (89,805) at 20210307214928790 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Makefile' (89,806) at 20210308005002828 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK06' (89,807) at 20210307214932714 2025-03-14 03:00:51.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/nintendo/gamecube.txt' (89,808) at 20240405153229787 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/overo.c' (89,809) at 20210308005003028 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/signal.c' (89,810) at 20240405153045353 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/vmaster.c' (89,811) at 20240405153232123 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/p10_cfam.hpp' (89,812) at 20210708100040985 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/crc32c-vpmsum_asm.S' (89,813) at 20210307214926370 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,max98388.yaml' (89,814) at 20240405153045157 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-emmc.c' (89,815) at 20220525020653867 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile' (89,816) at 20210307214929922 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-csi-dsi.dtsi' (89,817) at 20240405153045809 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/auth.c' (89,818) at 20220525020654491 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig' (89,819) at 20210308005003268 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/regs-gpio-s3c64xx.h' (89,820) at 20210309003648720 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a774c0-cpg-mssr.c' (89,821) at 20240405153230235 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ftrace.c' (89,822) at 20240628080013981 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs42l43.h' (89,823) at 20240405153231863 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/st33zp24-spi.txt' (89,824) at 20210307214925418 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/debug_page_alloc.c' (89,825) at 20240405153053125 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_metrics.h' (89,826) at 20210307214930570 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_isr.c' (89,827) at 20210307214930302 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/mutex.h' (89,828) at 20240712080021089 to deleted uid set 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul2l-mba6ulx.dts' (89,829) at 20240405153045525 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/law.c' (89,830) at 20210308005002992 2025-03-14 03:00:51.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32_pwr.h' (89,831) at 20210308005002664 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm-gpio.c' (89,832) at 20210309003648716 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig' (89,833) at 20210308005003240 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/board.h' (89,834) at 20240405153046013 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/memory.json' (89,835) at 20220525020655147 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/Kconfig' (89,836) at 20210308005003448 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgro_fwd.sh' (89,837) at 20240411080014162 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-palo43.dts' (89,838) at 20240405153045605 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py' (89,839) at 20210307214932722 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/loongson_module.h' (89,840) at 20240405153230583 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/Makefile' (89,841) at 20210308005003008 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/exception.c' (89,842) at 20240906080037504 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/task_fd_query_rawtp.c' (89,843) at 20240405153054261 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c' (89,844) at 20210307214928778 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts' (89,845) at 20240405153045785 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker-lte.dts' (89,846) at 20240405153045781 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/parser_trx.c' (89,847) at 20220525020653407 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mca.h' (89,848) at 20220525020651974 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/sdram.c' (89,849) at 20210308005002760 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/mac-address_git.bb' (89,850) at 20230727080014720 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-reference-design-tablet.dtsi' (89,851) at 20240405153045393 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ide-dev.c' (89,852) at 20240906080037232 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/target-get-monitor-def.c' (89,853) at 20210308005046257 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb' (89,854) at 20241221090017544 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mxl-gpy.c' (89,855) at 20240628080014001 2025-03-14 03:00:51.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-commercial-grade.dtsi' (89,856) at 20240405153045597 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_sis.c' (89,857) at 20240405153046665 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mem_encrypt.h' (89,858) at 20240411080014058 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_fq.c' (89,859) at 20240405153053369 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/sram.h' (89,860) at 20240405153045661 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch' (89,861) at 20230609080014415 to deleted uid set 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup.h' (89,862) at 20240405153046613 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson32/dma.h' (89,863) at 20210307214926222 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/lowlevel_init.S' (89,864) at 20210308005003032 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8988.c' (89,865) at 20240405153232171 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/settings-daemon/files/70settings-daemon.sh' (89,866) at 20210307205554610 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-common.c' (89,867) at 20210308005003716 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru_parser.cpp' (89,868) at 20240819080030259 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/libinput/run-ptest' (89,869) at 20210407000018130 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/Makefile.am' (89,870) at 20211007100024299 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-705-50.0W' (89,871) at 20210307205553762 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Empire_electronix_d709_defconfig' (89,872) at 20210308005003236 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb.rst' (89,873) at 20210307214925230 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/toradex.bmp' (89,874) at 20210308005003768 to deleted uid set 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/b2c2/flexcop-pci.c' (89,875) at 20220525020653267 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/packagegroups/packagegroup-ufispace-apps.bb' (89,876) at 20231012080014472 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/vrm-control.sh' (89,877) at 20230606080013598 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.h' (89,878) at 20210309003649440 2025-03-14 03:00:51.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml' (89,879) at 20240405153045173 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hd64570.h' (89,880) at 20210307214929718 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h' (89,881) at 20241011080017303 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tqmx86.c' (89,882) at 20240624080012772 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/ice.h' (89,883) at 20240405153052881 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/irq.c' (89,884) at 20240405153046021 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb' (89,885) at 20241206090014246 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/avahi.py' (89,886) at 20210308005114857 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/locking.rst' (89,887) at 20240405153045273 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/amdtp-am824.h' (89,888) at 20220525020654971 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm-dev-common.c' (89,889) at 20241008080013911 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5301x.h' (89,890) at 20210308005002804 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-zoltrix.c' (89,891) at 20210307214928770 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/meson.build' (89,892) at 20241211090212346 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echo3g.c' (89,893) at 20210307214932242 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/091' (89,894) at 20220429100100886 2025-03-14 03:00:51.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/edac.service' (89,895) at 20210307205553874 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sha1.c' (89,896) at 20220429100100942 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-v0-debugfs.c' (89,897) at 20240405153230279 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/log2.h' (89,898) at 20210308005003668 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/failover.h' (89,899) at 20240405153052845 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/dbus-sdr/sensorcommands.cpp' (89,900) at 20240830080023171 to deleted uid set 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/kallsyms.h' (89,901) at 20240405153054049 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (89,902) at 20210903000032567 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/event.h' (89,903) at 20210307214929962 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/hwprobe.c' (89,904) at 20240405153230071 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-sdk7786/mach/irq.h' (89,905) at 20210307214926558 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/Makefile' (89,906) at 20240405153051377 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.h' (89,907) at 20240405153230315 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Device.metadata.yaml' (89,908) at 20230902080024081 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-gpio-pins.dtsi' (89,909) at 20240405153045717 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/MAINTAINERS' (89,910) at 20210308005002916 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram_row.S' (89,911) at 20220429100100942 2025-03-14 03:00:51.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus.h' (89,912) at 20240405153051865 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/imx/Makefile' (89,913) at 20210308005003348 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/reset/vfio_platform_amdxgbe.c' (89,914) at 20210307214930886 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rk808.h' (89,915) at 20240405153052733 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-spear-spics.c' (89,916) at 20240405153047081 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/fvp-base/0001-arm64-dts-fvp-Enable-virtio-rng-support.patch' (89,917) at 20221120040010702 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/force-reboot.service.in' (89,918) at 20210308005100301 to deleted uid set 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml' (89,919) at 20240405153229779 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpc5xxx.h' (89,920) at 20240405153046117 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/admin-guide/media/building.rst' (89,921) at 20240405153044953 to deleted uid set 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/Makefile' (89,922) at 20210308005003000 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel14.dts' (89,923) at 20240405153045749 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/board-uclass.c' (89,924) at 20210308005003340 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_sys_config.cpp' (89,925) at 20230424080032141 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dm-log-userspace.h' (89,926) at 20240405153052913 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.h' (89,927) at 20240405153050121 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-partition-percpu.h' (89,928) at 20210307214931410 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.json' (89,929) at 20210308005046397 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/intel/int3472/tps68470.c' (89,930) at 20240405153051409 to deleted uid set 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_acpi_sar.h' (89,931) at 20240405153231235 2025-03-14 03:00:51.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt' (89,932) at 20230401080011943 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/ld_dw.c' (89,933) at 20210307214932662 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/MAINTAINERS' (89,934) at 20210308005003004 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/head.S' (89,935) at 20240628080013977 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/tools/.gitignore' (89,936) at 20210307214926534 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/util.h' (89,937) at 20240906080037344 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/mp.c' (89,938) at 20210308005002796 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts' (89,939) at 20240405153045561 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/net-hmp-cmds.c' (89,940) at 20230426080043796 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/watchdog.h' (89,941) at 20210308005002668 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/vmgenid.rst' (89,942) at 20240326080039406 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts/44-source-han-sans-cn-fonts.conf' (89,943) at 20241206090014258 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-common.dtsi' (89,944) at 20210307214926022 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpi.h' (89,945) at 20240405153052613 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/.gitignore' (89,946) at 20240405153054237 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/filter.h' (89,947) at 20240405153231047 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/ioctls.h' (89,948) at 20210307214926250 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/st-lpc.h' (89,949) at 20210307214931342 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ampere/event/oem_event_manager.cpp' (89,950) at 20241216090039833 to deleted uid set 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs42.h' (89,951) at 20240405153231699 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/help.c' (89,952) at 20240405153232215 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_inputs_64.h' (89,953) at 20210308005046501 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/fs.h' (89,954) at 20240405153053477 2025-03-14 03:00:51.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uio.h' (89,955) at 20240405153231843 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/st_pressure_core.c' (89,956) at 20240405153049009 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/termbits.h' (89,957) at 20210308005046069 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sunxi/clocks.rst' (89,958) at 20240405153229739 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fileattr.h' (89,959) at 20240405153052685 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.18.bb' (89,960) at 20241221090017680 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/Device/meson.build' (89,961) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig' (89,962) at 20210308005003260 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mmp3-dell-ariel.dts' (89,963) at 20240405153045457 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_ro.c' (89,964) at 20210308005003708 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/watchdog.h' (89,965) at 20240405153052897 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-rds-gen.h' (89,966) at 20210307214928794 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/trimslice.h' (89,967) at 20210308005003620 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot/petitboot.exp' (89,968) at 20210308005111465 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/Kconfig' (89,969) at 20240613080016407 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/fan/PresenceGpio.hpp' (89,970) at 20241203090005839 to deleted uid set 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpc52xx.h' (89,971) at 20240405153046117 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_connected.c' (89,972) at 20240405153051941 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-generic-x' (89,973) at 20241211090212534 to deleted uid set 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_areas.h' (89,974) at 20240405153046389 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-pca-platform.h' (89,975) at 20210307214931474 2025-03-14 03:00:51.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/backward-ring-buffer.c' (89,976) at 20240405153054161 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000e_core.c' (89,977) at 20241211090212302 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/sysfs.c' (89,978) at 20240520080015143 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/aha152x_stub.c' (89,979) at 20240405153051681 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_quo.S' (89,980) at 20210308005046533 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/u-boot-arm.h' (89,981) at 20210308005002708 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/required-features.h' (89,982) at 20240411080014058 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/saa7134-devel.rst' (89,983) at 20210307214925462 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SMAIL_GPL' (89,984) at 20210307205554426 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z196/basic.json' (89,985) at 20240405153054117 2025-03-14 03:00:51.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/coredump.c' (89,986) at 20240405153231987 2025-03-14 03:00:51.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/rust-oe-selftest.patch' (89,987) at 20241221090017672 2025-03-14 03:00:51.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fanotify/fanotify.h' (89,988) at 20240405153052449 2025-03-14 03:00:51.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml' (89,989) at 20240405153045121 2025-03-14 03:00:51.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/cert.pem' (89,990) at 20210308004941620 2025-03-14 03:00:51.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/0001-Use-basename-implementation-from-glib-2.0.patch' (89,991) at 20241221090017488 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/mv643xx.h' (89,992) at 20230925080039893 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/advansys.rst' (89,993) at 20210309003648456 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_sock2.sh' (89,994) at 20240405153053425 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml' (89,995) at 20240405153045021 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/mt6370-backlight.c' (89,996) at 20240405153052177 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/architecture.rst' (89,997) at 20210307214925266 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/sigcontext.h' (89,998) at 20210307214926310 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/signal.c' (89,999) at 20230426080043652 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-r1.dts' (90,000) at 20240405153045781 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rza.c' (90,001) at 20240405153231567 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/tests.c' (90,002) at 20210308005003724 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/common.c' (90,003) at 20210307214925914 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/image/obmc-phosphor-image.bbappend' (90,004) at 20240110090012776 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/s390_flic.c' (90,005) at 20241211090212286 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/hgsmi_ch_setup.h' (90,006) at 20210307214928058 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-10' (90,007) at 20211208040013754 2025-03-14 03:00:51.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Polvarniemi' (90,008) at 20210307205553774 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_v4l2.c' (90,009) at 20210307214928774 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/tzpc.c' (90,010) at 20210308005002556 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/imxdi.c' (90,011) at 20210308005003480 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/port-mapper.c' (90,012) at 20240405153052149 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/reg_mci.h' (90,013) at 20210307214929774 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tfrc.h' (90,014) at 20210307214931522 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/machine_kexec.c' (90,015) at 20220525020651974 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-opal-powercap' (90,016) at 20210307214925202 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/236.out' (90,017) at 20210927100127497 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-kernel/linux/linux-aspeed/nf5280m7/nf5280m7.cfg' (90,018) at 20240712080022837 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/qcom-apcs-ipc-mailbox.c' (90,019) at 20240405153049233 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch' (90,020) at 20210307205554470 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_merge.c' (90,021) at 20240405153230583 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_dump_collector.cpp' (90,022) at 20240904080029670 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-pinfunc.h' (90,023) at 20240405153045501 2025-03-14 03:00:51.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mem_io.h' (90,024) at 20210308005003204 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/as3722-regulator.txt' (90,025) at 20210307214925406 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-amd/packagegroups/packagegroup-amd-apps.bb' (90,026) at 20240522080012568 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/connector/analog-tv-connector.yaml' (90,027) at 20220525020651670 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-freeze-bridge.c' (90,028) at 20240405153230299 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/static_assert.rs' (90,029) at 20240405153053421 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crush/hash.h' (90,030) at 20210307214931374 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-tpm/conf/distro/include/maintainers-meta-tpm.inc' (90,031) at 20230520080014488 to deleted uid set 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/endian.h' (90,032) at 20210307214931002 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53679@60.conf' (90,033) at 20210307205554094 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inflate.h' (90,034) at 20210308005003716 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_mac.c' (90,035) at 20240411080014102 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-css' (90,036) at 20240405153044913 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sc8280xp-mdss.yaml' (90,037) at 20240405153229763 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/Kconfig' (90,038) at 20210308005002976 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/zstd_common_module.c' (90,039) at 20240405153053117 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/index.js' (90,040) at 20210308005107077 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Ainol_AW1_defconfig' (90,041) at 20210308005003232 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/ad1816a/Makefile' (90,042) at 20210307214932218 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.clang-tidy' (90,043) at 20210308005123345 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/sha1.py' (90,044) at 20240906080037580 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.hpp' (90,045) at 20211130110039597 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sk_assign.c' (90,046) at 20240405153054277 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/lite5200.c' (90,047) at 20240405153046197 2025-03-14 03:00:51.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-minimal/COPYING' (90,048) at 20230919080013982 2025-03-14 03:00:51.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pinctrl-rzv2m.c' (90,049) at 20240405153231335 2025-03-14 03:00:51.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/jz_mmc.c' (90,050) at 20210308005003404 2025-03-14 03:00:51.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h' (90,051) at 20240405153049861 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt3000.c' (90,052) at 20240405153046897 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/sound.h' (90,053) at 20210308005002724 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/bcm2835-pm.h' (90,054) at 20210307214931350 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/slave-interface.rst' (90,055) at 20240405153045221 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/privileges_test.cpp' (90,056) at 20240904080003190 to deleted uid set 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ntlmssp.h' (90,057) at 20240405153052529 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2400/Kconfig' (90,058) at 20210308005002916 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat.c' (90,059) at 20240405153054385 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/imm.h' (90,060) at 20240405153051609 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/median.mako.cpp' (90,061) at 20210308005108057 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t3517.h' (90,062) at 20210308005003588 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ioinst.h' (90,063) at 20220429100100566 2025-03-14 03:00:51.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/ac97.c' (90,064) at 20241211090212254 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h' (90,065) at 20210308005003608 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/mcount.S' (90,066) at 20240405153230011 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1022si-pre.dtsi' (90,067) at 20210307214926346 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/traps.h' (90,068) at 20240405153046505 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_lpc_unittest.cpp' (90,069) at 20240817080027656 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz' (90,070) at 20210307205554594 to deleted uid set 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_log_sas.h' (90,071) at 20210307214928994 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb' (90,072) at 20241221090017560 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/fanpwm_unittest.cpp' (90,073) at 20240817080026664 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/user-configuration.png' (90,074) at 20210307205554318 to deleted uid set 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/symlink.c' (90,075) at 20240405153052313 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/conf-notes.txt' (90,076) at 20221015030011580 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/printk-formats.rst' (90,077) at 20240405153229751 2025-03-14 03:00:51.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/jh7110-hash.c' (90,078) at 20240405153230271 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/raid56.c' (90,079) at 20240405153231631 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/kmod-path.c' (90,080) at 20240405153054169 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/spl.c' (90,081) at 20210308005003068 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020ds.dtsi' (90,082) at 20210307214926346 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_bsun.S' (90,083) at 20210307214926146 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/ppc4xx_edac.h' (90,084) at 20210307214927158 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/smsm.c' (90,085) at 20240405153051765 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_stream_encoder.h' (90,086) at 20240405153047261 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ControlCollection_v1.xml' (90,087) at 20240619080002920 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/index.rst' (90,088) at 20220525020651750 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig' (90,089) at 20210308005003240 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/fsl,lcdif.yaml' (90,090) at 20240405153045041 2025-03-14 03:00:51.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_mipi.h' (90,091) at 20210308005003532 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/libcxgbi.h' (90,092) at 20240405153051585 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_6_sh_mask.h' (90,093) at 20240405153048121 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_drm.c' (90,094) at 20241018080014482 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/reg_a2.h' (90,095) at 20210307214926390 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/4965.c' (90,096) at 20240405153050509 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c' (90,097) at 20210308005003508 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/psci-common.c' (90,098) at 20210308005002552 2025-03-14 03:00:51.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c' (90,099) at 20221128040017506 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/internal/cexec.hpp' (90,100) at 20210308005123349 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c' (90,101) at 20210307214927254 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,g12a-mipi-dphy-analog.yaml' (90,102) at 20240405153045129 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp5.c' (90,103) at 20240405153230731 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI/meson.build' (90,104) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/fore200e.h' (90,105) at 20210307214926882 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_mm.c' (90,106) at 20220525020654039 2025-03-14 03:00:51.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/debug.h' (90,107) at 20240405153050457 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/sb.c' (90,108) at 20240405153232011 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xen_nic.c' (90,109) at 20240906080037268 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/Makefile' (90,110) at 20210308005002952 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_iter_setsockopt_unix.c' (90,111) at 20240405153054245 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-vpp1.c' (90,112) at 20240405153046797 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/exception.json' (90,113) at 20240405153054109 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/configfix.patch' (90,114) at 20210307205554610 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dp_mst_helper.h' (90,115) at 20241216090017765 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-schema.out' (90,116) at 20210927100127469 to deleted uid set 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-vp9.h' (90,117) at 20240405153049529 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/tm.S' (90,118) at 20240405153230043 2025-03-14 03:00:51.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/active-semi,act8846.yaml' (90,119) at 20240405153229791 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ssd0323.c' (90,120) at 20240906080037216 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/livepatch/livepatch-callbacks-mod.c' (90,121) at 20210307214932126 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c' (90,122) at 20240405153049941 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-video-v4l.h' (90,123) at 20210307214928846 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/class.md' (90,124) at 20240807080019546 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/mv2120-setup.c' (90,125) at 20210307214925930 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm_adsp.c' (90,126) at 20240411080014158 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeon_backlight.c' (90,127) at 20240405153231579 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ResolutionStep.v1_0_1.json' (90,128) at 20240619080002952 2025-03-14 03:00:51.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap325rxa.h' (90,129) at 20210308005003584 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/monitor.cpp' (90,130) at 20241219090021588 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/sram_y0_x0_rtr_regs.h' (90,131) at 20240405153046605 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config.bb' (90,132) at 20241206090014230 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/p10-tod-plugins.cpp' (90,133) at 20240830080017491 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/id_map.hpp' (90,134) at 20240817080031292 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts' (90,135) at 20240405153045725 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/meson.build' (90,136) at 20241025080018741 to deleted uid set 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/rk3328.c' (90,137) at 20210308005002776 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/DiskBackplane.interface.yaml' (90,138) at 20221207040023627 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/conf-notes.txt' (90,139) at 20231128090014177 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-n950.dts' (90,140) at 20240405153045605 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/delay-loop.S' (90,141) at 20240405153045633 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gus.c' (90,142) at 20240906080037200 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/allwinner/Kconfig' (90,143) at 20210308005003452 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/ia64/include/uapi/asm/mman.h' (90,144) at 20210307214932454 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/usr.c' (90,145) at 20240906080037576 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_resource.h' (90,146) at 20220429100100646 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/entry.S' (90,147) at 20240405153046505 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_debugfs.c' (90,148) at 20240405153048781 2025-03-14 03:00:51.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/realtek/rtl838x.dtsi' (90,149) at 20220525020651994 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/snps,dwmac.yaml' (90,150) at 20240405153229779 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_bad_magic.c' (90,151) at 20240405153054237 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-aes.c' (90,152) at 20240405153230255 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/roles/Makefile' (90,153) at 20210307214930858 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc83xx_defconfig' (90,154) at 20240405153046097 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/failed-syscalls-record' (90,155) at 20210307214932566 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5645.yaml' (90,156) at 20240405153045093 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0005-hp_ipp.c-Add-printf-format-to-snprintf-calls.patch' (90,157) at 20230706080014749 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/init.c' (90,158) at 20240405153045697 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/counter/Makefile' (90,159) at 20240405153054045 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_delete_unittest.cpp' (90,160) at 20210308005134001 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt36672a.c' (90,161) at 20240405153230615 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/brcm,bcm4908-misc-pcie-reset.yaml' (90,162) at 20220525020651706 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/draak.c' (90,163) at 20210308005003032 2025-03-14 03:00:51.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/tblDPASetting.h' (90,164) at 20210307214930946 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/fpu_helper.c' (90,165) at 20241211090212494 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VCFG.interface.yaml' (90,166) at 20220315030032659 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/gsc-hwmon.c' (90,167) at 20240405153048857 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c' (90,168) at 20240405153048485 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/usb-sandbox.c' (90,169) at 20210308005003516 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_cs42l42.c' (90,170) at 20240405153053953 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/uart.h' (90,171) at 20210308005002776 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/dir_fplus.c' (90,172) at 20210307214930990 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/evtest/evtest_1.35.bb' (90,173) at 20230813080012856 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/armada-37xx-wdt.c' (90,174) at 20210308005003540 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.lcovrc' (90,175) at 20210308005049125 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/spt.c' (90,176) at 20240405153051409 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/hugetlbpage.rst' (90,177) at 20240405153044973 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/opal-prd.h' (90,178) at 20210307214926394 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/kfence.h' (90,179) at 20240405153229999 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/PDU_reboot' (90,180) at 20210308005007100 2025-03-14 03:00:51.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alteon/acenic.h' (90,181) at 20240405153049785 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/fsl_serdes.h' (90,182) at 20210308005002644 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/integrator-hardware.h' (90,183) at 20240405153045689 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlb-sh4.c' (90,184) at 20210307214926574 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/serial-sh770x.c' (90,185) at 20210307214926562 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/processor-generic.h' (90,186) at 20240613080016371 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/max9271.h' (90,187) at 20220525020653255 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/MAINTAINERS' (90,188) at 20210308005003032 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/hugetlb_encode.h' (90,189) at 20230426080043780 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_alauda.h' (90,190) at 20210307214930878 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os.inc' (90,191) at 20241221090017472 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-vscode' (90,192) at 20240301090012483 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c' (90,193) at 20240405153049945 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-frequency-admv1013' (90,194) at 20240405153044917 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/templates/default/bblayers.conf.sample' (90,195) at 20240323080013549 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/daemon_kern.c' (90,196) at 20240405153046341 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/server.hpp' (90,197) at 20240817080036816 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe_add_btn.html' (90,198) at 20210307205554286 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_ips.c' (90,199) at 20220525020653911 2025-03-14 03:00:51.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-24x7-domains.h' (90,200) at 20210307214926446 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/cachev1.c' (90,201) at 20210307214926102 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/inputbox.c' (90,202) at 20210308005003732 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,venus-common.yaml' (90,203) at 20240405153045101 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wkup_m3_ipc.h' (90,204) at 20240405153052821 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_gpbr.h' (90,205) at 20210308005002716 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp_rx.c' (90,206) at 20241111090012133 to deleted uid set 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/modbus.json' (90,207) at 20210307205553850 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/desc.h' (90,208) at 20220525020654195 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,apr.yaml' (90,209) at 20240405153045157 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/Makefile' (90,210) at 20210307214925870 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/regdef.h' (90,211) at 20240405153045941 2025-03-14 03:00:51.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_bposge32.c' (90,212) at 20210308005046501 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp209.c' (90,213) at 20210308005003468 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/Kbuild' (90,214) at 20240405153054229 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm-regbits-34xx.h' (90,215) at 20210307214925926 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml' (90,216) at 20240405153045121 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_modified_not_mentioned.pass' (90,217) at 20241206090014310 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-htpic.c' (90,218) at 20220525020653203 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/index.rst' (90,219) at 20210307214925458 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/system_counter_offset_test.c' (90,220) at 20240405153054321 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso.ld' (90,221) at 20240326080039558 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mt7629.h' (90,222) at 20210308005003604 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend' (90,223) at 20240420080017945 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_codec.c' (90,224) at 20240405153053513 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/initvals.c' (90,225) at 20210307214929750 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/mc.h' (90,226) at 20210308005002672 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfslt.h' (90,227) at 20210307214926162 2025-03-14 03:00:51.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_1.5.bb' (90,228) at 20230520080014488 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spmi/spmi-mtk-pmif.c' (90,229) at 20240405153231467 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bm_instance.cpp' (90,230) at 20240820080007197 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/MAINTAINERS' (90,231) at 20210308005002944 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/Makefile' (90,232) at 20240405153230219 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma0_core_regs.h' (90,233) at 20240405153046573 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_nvme.h' (90,234) at 20240405153231439 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/samba-config-fix.patch' (90,235) at 20230131040012039 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/adlib.c' (90,236) at 20240326080039426 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/hw/Kconfig' (90,237) at 20210307214930918 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/All.directory' (90,238) at 20210307205554610 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso-note.S' (90,239) at 20210307214926650 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb' (90,240) at 20240413080012635 to deleted uid set 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/u64_stats_sync.h' (90,241) at 20240418080014510 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/tap.h' (90,242) at 20210308005046041 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/split_page_table_lock.rst' (90,243) at 20240405153229819 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/read.c' (90,244) at 20210308005003216 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/runtime-testing.rst' (90,245) at 20240302090018218 to deleted uid set 2025-03-14 03:00:51.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptscsih.c' (90,246) at 20240405153049593 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c' (90,247) at 20240405153048353 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/core.c' (90,248) at 20240405153231551 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Task.v1_7_4.json' (90,249) at 20240619080002956 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_les.c' (90,250) at 20210308005046529 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst' (90,251) at 20240405153229823 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac5.c' (90,252) at 20240405153231055 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ccs-regs.asc' (90,253) at 20220525020651722 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/mcb-lpc.c' (90,254) at 20240405153049233 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/ops2.c' (90,255) at 20210308005003336 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-7.conf' (90,256) at 20230412080023460 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/zstd.c' (90,257) at 20240405153046553 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_noblk_defconfig' (90,258) at 20210308005003276 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-xscom.c' (90,259) at 20240405153230055 2025-03-14 03:00:51.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/port.h' (90,260) at 20240919080017078 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/util/dwarf-regs.c' (90,261) at 20210307214932514 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-kfr2r09/mach/kfr2r09.h' (90,262) at 20210307214926558 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/visibility.h' (90,263) at 20240405153052657 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ioctl_linux.c' (90,264) at 20240405153051901 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c' (90,265) at 20220525020653575 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mxl5xx.c' (90,266) at 20240617080017394 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/shim.h' (90,267) at 20240405153232199 2025-03-14 03:00:51.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/wlcore_i.h' (90,268) at 20210307214929974 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx7.h' (90,269) at 20240326080039534 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi' (90,270) at 20240405153045829 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/kernel-entry-init.h' (90,271) at 20220525020652002 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__tuple.hpp' (90,272) at 20241217090453707 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-six.inc' (90,273) at 20240301090012471 to deleted uid set 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_gem.h' (90,274) at 20240405153048749 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a779f0-cpg-mssr.c' (90,275) at 20240405153230235 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/prot_sao.c' (90,276) at 20210309003656012 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/OWNERS' (90,277) at 20240806080010855 to deleted uid set 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/Kbuild' (90,278) at 20240405153230091 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/VLAN/meson.build' (90,279) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/Kconfig' (90,280) at 20240405153046057 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/fwprintenv' (90,281) at 20210308005059705 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_subprogs_extable.c' (90,282) at 20240405153054277 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/gss_krb5.h' (90,283) at 20240405153052801 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ihs_fpga.c' (90,284) at 20210308005003400 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/fib_trie.rst' (90,285) at 20210307214925534 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/bblayers.conf.sample' (90,286) at 20240407080011706 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/smp.h' (90,287) at 20210307214926314 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/MAINTAINERS' (90,288) at 20210308005003052 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs_rpm.bbclass' (90,289) at 20230811080018314 2025-03-14 03:00:51.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/irqflag-debug.c' (90,290) at 20220525020654707 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/main.c' (90,291) at 20240405153231171 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/event/interface/ia_css_event.h' (90,292) at 20210307214930566 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a77970-cpg-mssr.c' (90,293) at 20240405153046837 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usermode_driver.h' (90,294) at 20210406100036147 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_attr_item.h' (90,295) at 20240405153052585 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/st33zp24/st33zp24.h' (90,296) at 20240405153046761 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/le.config' (90,297) at 20210307214926366 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts' (90,298) at 20220525020651902 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/cm.c' (90,299) at 20241104090011575 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,s6d7aa0.yaml' (90,300) at 20240405153045045 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/xgmi/xgmi_4_0_0_smn.h' (90,301) at 20210307214927698 2025-03-14 03:00:51.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_cpuif_common.c' (90,302) at 20220429100100478 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/Makefile' (90,303) at 20210308005003016 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent-avx-x86_64-asm_64.S' (90,304) at 20240405153046365 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_values.h' (90,305) at 20210307214929374 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/error.c' (90,306) at 20240405153053161 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-mtdutils.bb' (90,307) at 20210307205554482 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ntfs3.rst' (90,308) at 20240405153229811 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/ums512-clk.c' (90,309) at 20240405153230243 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/signal.c' (90,310) at 20241011080017291 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/doc/rcu-test-image.txt' (90,311) at 20210309003656016 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/cougarcanyon2.dts' (90,312) at 20210308005002860 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cavium/atf.h' (90,313) at 20210308005003572 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno-standard.scc' (90,314) at 20220804030014671 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/Makefile.in-Add-tinfo-library-to-the-linking-librari.patch' (90,315) at 20241221090017520 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml' (90,316) at 20221207040023627 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-lenovo' (90,317) at 20210309003648260 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi/ibmvscsi.c' (90,318) at 20240405153051609 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9063-core.c' (90,319) at 20220525020653343 2025-03-14 03:00:51.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_cfg_masks.h' (90,320) at 20240405153046605 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_vnic.c' (90,321) at 20240405153049109 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_powertune.c' (90,322) at 20210309003649656 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/user_64.h' (90,323) at 20240405153046401 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,dispcc-sm8x50.yaml' (90,324) at 20240405153229759 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-palmas.c' (90,325) at 20240405153047025 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch' (90,326) at 20210307205554478 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/inode-item.c' (90,327) at 20240405153231627 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi' (90,328) at 20240405153045829 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vsock.c' (90,329) at 20240906080037316 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/lag_lib.sh' (90,330) at 20240405153232263 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/motorola/Makefile' (90,331) at 20210307214930058 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/cpia1.c' (90,332) at 20240405153230823 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/cper-x86.c' (90,333) at 20220525020652426 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/boot/.gitignore' (90,334) at 20220525020652018 2025-03-14 03:00:51.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h' (90,335) at 20240405153050117 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_host.c' (90,336) at 20241104090011571 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_special_regs.h' (90,337) at 20240405153046589 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/musl.cfg' (90,338) at 20231207090015278 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend' (90,339) at 20210823100016972 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c' (90,340) at 20240415080012971 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1176/start.S' (90,341) at 20210308005002544 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts' (90,342) at 20240405153229879 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/q40/Makefile' (90,343) at 20210307214926174 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/crypto-ux500.h' (90,344) at 20210307214931474 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/shmparam.h' (90,345) at 20210307214926762 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/error_private.h' (90,346) at 20240405153053113 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-ufs-v6.h' (90,347) at 20240405153051289 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryDomainCollection.json' (90,348) at 20240619080002948 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/appletouch.rst' (90,349) at 20210307214925514 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/pci.c' (90,350) at 20210308005002956 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cacheops.h' (90,351) at 20210307214926210 2025-03-14 03:00:51.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firewire/decode-fcp.c' (90,352) at 20210307214932470 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-de-clks.yaml' (90,353) at 20240405153045021 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/lpc1857-eeprom.txt' (90,354) at 20210307214925382 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_dcb.h' (90,355) at 20240405153049985 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/kmp204x.c' (90,356) at 20210308005003012 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/c6xdigio.c' (90,357) at 20240405153046889 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-iommu.c' (90,358) at 20240906080037320 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/dc395x.c' (90,359) at 20240405153051589 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/lsb.py' (90,360) at 20220910030013393 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/Kconfig' (90,361) at 20210308005003496 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi' (90,362) at 20210308005002588 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/Kconfig' (90,363) at 20210308005002920 2025-03-14 03:00:51.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8994/pdata.h' (90,364) at 20210307214931438 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ibm,p8-occ-hwmon.txt' (90,365) at 20240405153045065 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/zone.hpp' (90,366) at 20221229040004411 to deleted uid set 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/xfrm4_output.c' (90,367) at 20210307214931958 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml' (90,368) at 20240405153045057 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-vp.h' (90,369) at 20210307214927774 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmi088-accel-spi.c' (90,370) at 20240405153048933 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/export-incoming-iothread' (90,371) at 20240326080039734 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VEIR/meson.build' (90,372) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi' (90,373) at 20240405153229971 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values/ni_mseries.c' (90,374) at 20220525020652358 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/reset.c' (90,375) at 20210308005002820 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/confdata.c' (90,376) at 20210308005003732 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h' (90,377) at 20240405153231247 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwinfo/samsung,s5pv210-chipid.yaml' (90,378) at 20240405153045061 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_ldm_geartab.h' (90,379) at 20240405153053117 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dra7xx_hs_evm_usb_defconfig' (90,380) at 20210308005003256 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptrace/peeksiginfo.c' (90,381) at 20240405153054365 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_memory.c' (90,382) at 20240405153053493 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_trace.h' (90,383) at 20210307214930242 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/Kbuild' (90,384) at 20210307214926558 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/upd64031a.h' (90,385) at 20210307214931546 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BootOption.v1_0_6.json' (90,386) at 20240619080002944 2025-03-14 03:00:51.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/cpm_gpio.c' (90,387) at 20240405153230059 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_loop.c' (90,388) at 20240405153054245 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json' (90,389) at 20240405153054137 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mvme147hw.h' (90,390) at 20241211090145381 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/timeout.c' (90,391) at 20210307214932738 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3308.dtsi' (90,392) at 20240405153045813 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-db.dts' (90,393) at 20240405153045445 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan_defs.hpp' (90,394) at 20210308005059169 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_mipi_dbi.h' (90,395) at 20240405153052633 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c' (90,396) at 20240429080012428 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/analogbits/Kconfig' (90,397) at 20210307214926958 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/phy.h' (90,398) at 20240405153231247 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg_services.h' (90,399) at 20240405153230267 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/busybox/busybox_%.bbappend' (90,400) at 20211220110025577 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/genetlink-c.yaml' (90,401) at 20240405153229819 2025-03-14 03:00:51.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp.dtsi' (90,402) at 20240405153045521 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali.c' (90,403) at 20210308005003412 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sti/Kconfig' (90,404) at 20210307214932426 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/pci.rst' (90,405) at 20240405153229747 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri-imx6ull.h' (90,406) at 20210308005003588 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/futex.h' (90,407) at 20240405153046065 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/directory.rst' (90,408) at 20240405153045201 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hip06-d03.dts' (90,409) at 20220525020651914 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/hfa384x.h' (90,410) at 20240405153051953 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c' (90,411) at 20210308005046513 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/10-pngsplit-format-strings.patch' (90,412) at 20230706080014757 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/thermal_pressure.h' (90,413) at 20240405153052897 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c' (90,414) at 20240405153230399 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_edid_load.c' (90,415) at 20240405153048393 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/wic/beaglebone-yocto-verity.wks.in' (90,416) at 20240413080012667 2025-03-14 03:00:51.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-holtek-kbd.c' (90,417) at 20240405153048813 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_log_cil.c' (90,418) at 20240405153231783 to deleted uid set 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/vof.h' (90,419) at 20210927100127329 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_n_down_ch0_regs.h' (90,420) at 20240405153046573 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/layerDepsModal.js' (90,421) at 20210307205554278 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/hugetlb.h' (90,422) at 20240805080014027 to deleted uid set 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/asn1.h' (90,423) at 20240405153052529 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/pgtable_32.c' (90,424) at 20240405153046189 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml' (90,425) at 20241115090012937 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/core.h' (90,426) at 20210307214925982 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogService.v1_7_0.json' (90,427) at 20240619080002948 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/Makefile' (90,428) at 20210308005003040 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/fault.c' (90,429) at 20240405153045929 2025-03-14 03:00:51.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpio_0.10.1.bb' (90,430) at 20220502030010124 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/crc32c-intel_glue.c' (90,431) at 20210309003649004 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/utils.hpp' (90,432) at 20221017030028079 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amazon/alpine-v2-evp.dts' (90,433) at 20210309003648728 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/amlogic,c3-pwrc.h' (90,434) at 20240405153231799 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-wandboard-revb1.dts' (90,435) at 20240405153045505 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/Makefile' (90,436) at 20240405153231347 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc_common.c' (90,437) at 20240405153046901 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c' (90,438) at 20240405153230403 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/vsc8211.c' (90,439) at 20210307214929362 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-icl-match.c' (90,440) at 20240405153053957 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-aspeed/Makefile' (90,441) at 20220525020651882 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_gpci' (90,442) at 20240405153229727 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-frac.c' (90,443) at 20240405153046805 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c' (90,444) at 20220525020652971 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cn_proc.h' (90,445) at 20240712080021089 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/kobjects.c' (90,446) at 20240405153046609 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/202.out' (90,447) at 20210308005046457 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/starfive/Kconfig' (90,448) at 20240405153231315 2025-03-14 03:00:51.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc' (90,449) at 20240120090012778 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/pcie_priv.h' (90,450) at 20210307214929902 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/fieldbus_dev.h' (90,451) at 20210307214930510 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/defxx.h' (90,452) at 20220525020653667 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/af_inet6.c' (90,453) at 20241216090017789 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb' (90,454) at 20241221090017548 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-Cable-HRC-center-frequencies-QAM256' (90,455) at 20210307205553754 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig' (90,456) at 20240405153050201 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/e820.c' (90,457) at 20210308005002884 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_sync_mngr_glbl_masks.h' (90,458) at 20240405153046585 2025-03-14 03:00:51.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-multipath.h' (90,459) at 20210307214928586 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/Kconfig' (90,460) at 20210308005002824 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8825.yaml' (90,461) at 20240405153045165 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/mips/ingenic-tcu.rst' (90,462) at 20240405153229835 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/disp.h' (90,463) at 20240405153048617 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/tegra-smmu.c' (90,464) at 20240405153230747 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/files/0ca64277b317b4836beccaa3248ab9055526811c.patch' (90,465) at 20241221090017492 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/vde.h' (90,466) at 20240405153049421 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_av1_filmgrain.h' (90,467) at 20240405153049493 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/rtc.c' (90,468) at 20210307214926270 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/xmon_bpts.S' (90,469) at 20210307214926490 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml' (90,470) at 20240405153045069 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi' (90,471) at 20240405153229975 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/docs/boot_test.md' (90,472) at 20221209040018563 to deleted uid set 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt3/pt3.h' (90,473) at 20210307214928706 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/cm9780.h' (90,474) at 20210307214932270 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/hisilicon/Kconfig' (90,475) at 20210307214930206 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/sec.c' (90,476) at 20210308005003356 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/kaweth.c' (90,477) at 20240405153050377 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ab8500.dtsi' (90,478) at 20240405153045577 2025-03-14 03:00:51.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-dac124s085.c' (90,479) at 20240405153049217 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/multisound.sh' (90,480) at 20210307214925566 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-core.c' (90,481) at 20240910080014046 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000.dtsi' (90,482) at 20210308005002628 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/testdev_assert.h' (90,483) at 20230925080040101 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st95hf/core.c' (90,484) at 20240405153051185 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/htc.c' (90,485) at 20240405153050397 to deleted uid set 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/sama5d3_xplained.c' (90,486) at 20210308005002920 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/note.S' (90,487) at 20210307214926498 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_hw_reduced_hotplug.rst' (90,488) at 20240906080037176 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/Makefile' (90,489) at 20210308005003052 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c' (90,490) at 20240405153231023 to deleted uid set 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ISC' (90,491) at 20210307205554422 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (90,492) at 20210324000019621 2025-03-14 03:00:51.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vs.c' (90,493) at 20221215040039390 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch' (90,494) at 20241221090017676 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/util.cpp' (90,495) at 20241123090021039 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/sensor_cache.hpp' (90,496) at 20220412175720086 to deleted uid set 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-gxp.c' (90,497) at 20240405153231459 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/template.svg' (90,498) at 20231011080016594 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/signal.c' (90,499) at 20240405153229911 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/ppa8548.c' (90,500) at 20240405153046201 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/fb_decoder.c' (90,501) at 20240405153048513 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC1-103w' (90,502) at 20210307205553758 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/fq.h' (90,503) at 20240405153231851 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vmw_pvscsi.c' (90,504) at 20241211090212334 2025-03-14 03:00:51.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/evlist.h' (90,505) at 20240613080016555 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-hdw.c' (90,506) at 20240405153230827 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_unimp.S' (90,507) at 20210307214926146 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ads7871.c' (90,508) at 20210307214928114 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/table.hpp' (90,509) at 20220922030007675 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c' (90,510) at 20240520080015147 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/esdk.py' (90,511) at 20230401080011963 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c' (90,512) at 20240405153049817 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/gpio.hpp' (90,513) at 20210914000041087 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c' (90,514) at 20240405153047125 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/futex.h' (90,515) at 20210307214926314 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/bus.h' (90,516) at 20210307214929790 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export-US-modify' (90,517) at 20241221090017616 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_firmware.c' (90,518) at 20240405153053105 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/fb.modes' (90,519) at 20210307205553970 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/hwmon.hpp' (90,520) at 20210308004940468 to deleted uid set 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch' (90,521) at 20230706080014741 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/generated.mako.cpp' (90,522) at 20210308005054073 2025-03-14 03:00:51.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h' (90,523) at 20230302090047762 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/event.h' (90,524) at 20240405153232215 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb' (90,525) at 20241206090014266 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/aks-cdu.dts' (90,526) at 20240405153045461 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/isl29018.c' (90,527) at 20240405153049001 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/9p/9p.h' (90,528) at 20240405153052833 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_formats.h' (90,529) at 20240405153230647 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-db.dtsi' (90,530) at 20240405153045457 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/meson.build' (90,531) at 20210524100135851 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max8952.yaml' (90,532) at 20240405153045145 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mpc8xxx.c' (90,533) at 20240405153230303 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/ww_mutex.h' (90,534) at 20240405153053021 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-bcma' (90,535) at 20240405153044913 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ext2.c' (90,536) at 20210308005003208 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_shift.S' (90,537) at 20210308005046533 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_kms_helper_common.c' (90,538) at 20240405153048401 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/bcm-ns-usb3-phy.yaml' (90,539) at 20220525020651698 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c' (90,540) at 20240405153230939 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h' (90,541) at 20240405153050093 2025-03-14 03:00:51.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_fb.c' (90,542) at 20240405153048417 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_generic.c' (90,543) at 20241011080017403 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ip.h' (90,544) at 20240405153052713 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8195/mt8195.c' (90,545) at 20241001080013036 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/altera-jtag.c' (90,546) at 20210307214929122 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vm.c' (90,547) at 20240405153046261 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0009-Remove-Werror-flag.patch' (90,548) at 20241206090014214 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/lp87565.c' (90,549) at 20210308005003468 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pv88090-regulator.h' (90,550) at 20210307214930194 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-pic32.h' (90,551) at 20210307214930094 2025-03-14 03:00:51.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/add_namespace.cocci' (90,552) at 20210307214932138 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/net_driver.h' (90,553) at 20240405153050293 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c' (90,554) at 20240405153230351 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/dsa_loop_bdinfo.c' (90,555) at 20210307214929266 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/time/udelay_test.sh' (90,556) at 20210307214932738 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sh-sci.c' (90,557) at 20240405153231467 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/partitions.yaml' (90,558) at 20240405153045113 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/power_button.hpp' (90,559) at 20241209090018856 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/Makefile' (90,560) at 20210307214929862 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/meson.build' (90,561) at 20240326080039726 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig' (90,562) at 20210308005003288 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/icmp.h' (90,563) at 20220525020654667 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/blink/Makefile' (90,564) at 20240405153049213 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/ether1.h' (90,565) at 20210307214929422 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/c-r3k.c' (90,566) at 20240405153046037 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/barrier.h' (90,567) at 20240429080012404 2025-03-14 03:00:51.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/efi-bootdisk.wks.in' (90,568) at 20241221090017704 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/perf_regs.h' (90,569) at 20220525020652002 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/report.py' (90,570) at 20230523080016046 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/Makefile' (90,571) at 20210309003654900 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mailbox/zynqmp-ipi-message.h' (90,572) at 20240405153052725 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-bcm6368.c' (90,573) at 20220525020653679 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nf_tproxy_ipv6.c' (90,574) at 20240405153053281 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_i2c.c' (90,575) at 20240815080012883 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/ftrace.c' (90,576) at 20240405153045917 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/msr-index.h' (90,577) at 20240815080012871 to deleted uid set 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend_f_close.rst' (90,578) at 20210309003648480 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/iommu-common.h' (90,579) at 20210307214926582 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/fixed-helper.c' (90,580) at 20240405153051465 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/machine/qemux86copy.conf' (90,581) at 20210307205554386 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts' (90,582) at 20240405153229971 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/Makefile' (90,583) at 20240405153232195 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/lib/lib.h' (90,584) at 20220525020654463 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/Kconfig' (90,585) at 20210308005002728 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0005-fix-incorrect-timeout-while-system-time-changed.patch' (90,586) at 20240413080012663 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/dataService.js' (90,587) at 20210308005107073 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Satmex-6-113.0W' (90,588) at 20210307205553762 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb' (90,589) at 20241206090014338 2025-03-14 03:00:51.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90160_device.cpp' (90,590) at 20240508080027394 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600_defconfig' (90,591) at 20230327080043371 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/meson.build' (90,592) at 20240906080037160 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/smbus_eeprom.h' (90,593) at 20210308005046013 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-US' (90,594) at 20211006000025230 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/makefile-add-ldflags.patch' (90,595) at 20210307205553918 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,exynos-hdmi-ddc.yaml' (90,596) at 20240405153045049 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/add-back-option-build-base.patch' (90,597) at 20241221090017564 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kfence.h' (90,598) at 20240405153045857 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/qcom,pmic-mpp.h' (90,599) at 20210307214931342 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/MAINTAINERS' (90,600) at 20210308005003080 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/query.hpp' (90,601) at 20240904080003186 to deleted uid set 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/Kconfig' (90,602) at 20240405153231759 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb' (90,603) at 20231126090012781 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/mainapp.cpp' (90,604) at 20241129090022521 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/irq.c' (90,605) at 20240405153230127 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/macsonic.c' (90,606) at 20240405153050185 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-sl.dtsi' (90,607) at 20240405153045525 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/timer-goldfish.h' (90,608) at 20240405153052621 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/circ_buf.h' (90,609) at 20210307214931366 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_ib_sysfs.c' (90,610) at 20240405153049109 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/seg6-sysctl.rst' (90,611) at 20220525020651750 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-config-parse-bytesize.c' (90,612) at 20240417080013458 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_pe.c' (90,613) at 20210307214932006 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test-fvp-base.inc' (90,614) at 20241206090014214 2025-03-14 03:00:51.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/40-hardware-watchdog.conf' (90,615) at 20230315080014347 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives___diff_enum_def.c' (90,616) at 20210307214932642 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/fan53880.c' (90,617) at 20240405153051465 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx8mq-clock.h' (90,618) at 20210308005003632 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-x86/chassis/x86-power-control_%.bbappend' (90,619) at 20241206090014218 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/crop/crop_1.0/ia_css_crop.host.h' (90,620) at 20240405153051837 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dp_dual_mode_helper.h' (90,621) at 20240405153052625 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-spi.h' (90,622) at 20210307214926238 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field8.decode' (90,623) at 20230925080040085 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/phosphor-dbus-interfaces.wrap' (90,624) at 20220603030026297 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-vencsys.c' (90,625) at 20240405153046797 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op-gvec-common.h' (90,626) at 20240906080037352 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/calxeda-xgmac.c' (90,627) at 20210308005045981 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-nsm.c' (90,628) at 20241211090212350 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ath79-clk.h' (90,629) at 20210307214931322 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-twl.c' (90,630) at 20240405153051457 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/vcpu-state.h' (90,631) at 20240906080037140 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunsab.c' (90,632) at 20240405153231519 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/disasm.c' (90,633) at 20240405153045361 2025-03-14 03:00:51.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_4.1.bb' (90,634) at 20240309090012820 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-hostless.c' (90,635) at 20240405153053965 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-isa.c' (90,636) at 20240830080013271 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/base/refcount/interface/ia_css_refcount.h' (90,637) at 20210307214930534 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb' (90,638) at 20220721030015845 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-cmake-Disable-using-Wno-maybe-uninitialized.patch' (90,639) at 20210307205553934 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-branch.c' (90,640) at 20230925080040101 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi' (90,641) at 20240405153045797 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/omap/clocks_get_m_n.c' (90,642) at 20210308005003772 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-log-status.rst' (90,643) at 20210309003648508 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/hex_regs.h' (90,644) at 20230426080043876 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/Makefile' (90,645) at 20210308005003044 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags1.h' (90,646) at 20210308005003556 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0007-oprofile-doesn-t-want-GNU-levels-of-automake-strictn.patch' (90,647) at 20210407000018082 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/gen_initramfs.sh' (90,648) at 20240405153054389 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_host_data.h' (90,649) at 20210307214930550 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bitops.c' (90,650) at 20210927100127641 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm21664.yaml' (90,651) at 20240405153045013 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/system_test.cpp' (90,652) at 20240329080003279 to deleted uid set 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-core/udev/udev-nuvoton-mtd-partitions/76-nuvoton-mtd-partitions.rules' (90,653) at 20230704080013871 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-webui/app/assets/images/favicon.ico' (90,654) at 20210308005107069 to deleted uid set 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/memac.c' (90,655) at 20210308005003432 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/trace.c' (90,656) at 20210307214930882 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kaarina' (90,657) at 20210307205553766 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/OWNERS' (90,658) at 20240626080003639 to deleted uid set 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/sbsa-ref.c' (90,659) at 20241211090212250 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/lcd-mipid.h' (90,660) at 20240405153052769 2025-03-14 03:00:51.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mvme5100.dts' (90,661) at 20210307214926358 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_mpls_l2vpn.sh' (90,662) at 20220525020655219 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/adau1373.h' (90,663) at 20210307214931594 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/meson.build' (90,664) at 20241211090212266 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_common.c' (90,665) at 20240405153051725 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/mycroft.service' (90,666) at 20210307205553802 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fault-injection/index.rst' (90,667) at 20210307214925474 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_phy_ht.h' (90,668) at 20210307214929798 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/postcopy-ram.h' (90,669) at 20240906080037372 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_privacy_screen_driver.h' (90,670) at 20240405153052637 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/cfe/Makefile' (90,671) at 20210307214926206 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/fifo.json' (90,672) at 20210307214932726 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/libcr51sign/meson.build' (90,673) at 20230714080010431 to deleted uid set 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml' (90,674) at 20240405153045109 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/crossbar.h' (90,675) at 20210308005002800 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/config_file_parser_tests.cpp' (90,676) at 20240524080026761 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp818.h' (90,677) at 20210308005003560 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/ima.h' (90,678) at 20240405153053477 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb' (90,679) at 20230706080014761 2025-03-14 03:00:51.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_core.c' (90,680) at 20240405153230899 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_vblank.c' (90,681) at 20240405153048409 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/network.c' (90,682) at 20210307214930734 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_dev.c' (90,683) at 20240405153050217 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kobject/Makefile' (90,684) at 20210307214932126 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/time.c' (90,685) at 20240405153046257 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Throttle.interface.yaml' (90,686) at 20240618080025497 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vdsc.h' (90,687) at 20240405153230559 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/vlock.S' (90,688) at 20240405153045613 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/11.json' (90,689) at 20240212090032050 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js' (90,690) at 20210307205554282 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,bcmgenet.yaml' (90,691) at 20240405153045113 2025-03-14 03:00:51.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.exitairsensor.service' (90,692) at 20210706231659769 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/Kbuild' (90,693) at 20220525020651970 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-alibaba' (90,694) at 20230426080043656 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ge_bx50v3_defconfig' (90,695) at 20210308005003260 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/kc1.c' (90,696) at 20210308005002912 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config-native.bb' (90,697) at 20241206090014274 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools_36.bb' (90,698) at 20220402030015907 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_debugfs.h' (90,699) at 20240405153230163 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts' (90,700) at 20240405153229959 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/tools/loongson3-llsc-check.c' (90,701) at 20240405153046053 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_0_default.h' (90,702) at 20210307214927670 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_jack.h' (90,703) at 20221102030020989 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-lpc.c' (90,704) at 20240405153046217 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Hessen-Unitymedia' (90,705) at 20210307205553758 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/suspend.c' (90,706) at 20240405153046973 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_rmap_item.c' (90,707) at 20240405153231783 2025-03-14 03:00:51.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-pca954x.c' (90,708) at 20240405153230683 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/soundcard.h' (90,709) at 20240405153052941 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/msm-poweroff.c' (90,710) at 20240405153231351 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/comm.h' (90,711) at 20210307214932586 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm946es/Makefile' (90,712) at 20210308005002552 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/channel.c' (90,713) at 20240405153051953 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb12p.rst' (90,714) at 20220525020651786 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/Makefile' (90,715) at 20210307214929490 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/menu.h' (90,716) at 20210308005003672 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch' (90,717) at 20241221090017696 to deleted uid set 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-osd3358-sm-red.dts' (90,718) at 20240405153045589 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/memcmp_64.S' (90,719) at 20240405153230043 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_firmware_img.h' (90,720) at 20210309003653088 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/clients/pps-gpio.c' (90,721) at 20220525020653927 to deleted uid set 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/g98.fuc0s' (90,722) at 20210307214927946 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/MAINTAINERS' (90,723) at 20210308005003080 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit' (90,724) at 20220721030015849 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv31.c' (90,725) at 20220627100016978 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pti.h' (90,726) at 20210307214931490 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/of_memory.c' (90,727) at 20240405153049589 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/snoc.c' (90,728) at 20240405153231119 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_ind_call_test.c' (90,729) at 20240405153054361 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8988.h' (90,730) at 20210307214932362 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/arm_smc_wdt.c' (90,731) at 20210307214930966 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_types_up.h' (90,732) at 20240405153052797 2025-03-14 03:00:51.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-32bit-fpu.xml' (90,733) at 20221215040039086 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_calib.c' (90,734) at 20240405153050449 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/presence-sled6.conf' (90,735) at 20220603030012904 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/job-qmp.c' (90,736) at 20230426080043780 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/meson.options' (90,737) at 20230817080007776 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/types.h' (90,738) at 20210307214931518 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v12_0.h' (90,739) at 20210307214927242 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_debugfs.c' (90,740) at 20240405153051481 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_i915.h' (90,741) at 20210307214931598 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fchmodat2/.gitignore' (90,742) at 20240405153232267 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-codec.c' (90,743) at 20240405153232195 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.scc' (90,744) at 20211223040107525 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ihs_mdio.c' (90,745) at 20210308005003000 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/intel_mid_pci.c' (90,746) at 20240805080013935 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx219.c' (90,747) at 20240805080013967 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.out' (90,748) at 20210308005046405 to deleted uid set 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lsxl.h' (90,749) at 20210308005003604 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/guest.c' (90,750) at 20240617080017378 2025-03-14 03:00:51.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/udelay.c' (90,751) at 20210307214925662 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_bmap_btree.h' (90,752) at 20240405153052565 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/sony-laptop.rst' (90,753) at 20210307214925230 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/bootstr_32.c' (90,754) at 20240405153046337 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/mm/slabinfo-gnuplot.sh' (90,755) at 20240405153054073 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/Makefile' (90,756) at 20210307214929602 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-usb' (90,757) at 20210309003648244 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_mw.c' (90,758) at 20240613080016399 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-fifo-spdif.c' (90,759) at 20240405153232187 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/244.out' (90,760) at 20240326080039730 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/sleep.h' (90,761) at 20240405153046405 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gplugd_defconfig' (90,762) at 20210308005003260 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/coth.c' (90,763) at 20230925080039853 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mmconfig.h' (90,764) at 20210307214926666 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console/obmc-console.conf' (90,765) at 20230512080018777 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hidreport-parsing.rst' (90,766) at 20240405153229819 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/arpwatch_3.3.bb' (90,767) at 20241221090017580 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/Makefile' (90,768) at 20210307214930286 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/.gitignore' (90,769) at 20240402080040066 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_flow_table_procfs.c' (90,770) at 20240405153053325 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-vin/rcar-v4l2.c' (90,771) at 20240405153049441 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uggleheden' (90,772) at 20210307205553794 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/unwind-libdw.c' (90,773) at 20240405153232219 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/qcom_l3_pmu.c' (90,774) at 20240405153051277 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd.dat' (90,775) at 20210308005056661 to deleted uid set 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/syscall.c' (90,776) at 20220525020652006 2025-03-14 03:00:51.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/regs.h' (90,777) at 20210308005003336 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu-param.h' (90,778) at 20240906080037496 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/pdb' (90,779) at 20210307205554094 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml' (90,780) at 20240405153045185 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/rom.c' (90,781) at 20240405153051261 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/__init__.py' (90,782) at 20210307205554262 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pgd.c' (90,783) at 20220525020651898 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/dln2.h' (90,784) at 20210307214931426 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-colibri-eval-v3.dts' (90,785) at 20240405153045533 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/Makefile' (90,786) at 20220525020653351 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_errno_defs.h' (90,787) at 20210927100127273 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_3590.h' (90,788) at 20210307214930234 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd/mori.sh' (90,789) at 20230722080012861 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0004-Move-the-hciattach-firmware-into-lib-firmware.patch' (90,790) at 20230706080014765 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/fifo_monitor_public.h' (90,791) at 20210307214930546 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1-ce-core.S' (90,792) at 20210307214925846 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hubbub.h' (90,793) at 20240405153047241 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/config' (90,794) at 20210307214932686 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-class-infiniband' (90,795) at 20240405153229727 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/ps862x.c' (90,796) at 20210308005003524 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gf100.c' (90,797) at 20220525020652951 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pstack.h' (90,798) at 20210307214932602 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.h' (90,799) at 20240405153048325 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/pull_request_template.md' (90,800) at 20210307205553662 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_sysarch.h' (90,801) at 20241211090212218 2025-03-14 03:00:51.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/gcinode.c' (90,802) at 20241125090012259 to deleted uid set 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/files/egl.pc' (90,803) at 20210307205554106 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/8255_pci.c' (90,804) at 20240405153046885 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/gina24_dsp.c' (90,805) at 20220525020654991 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/models.py' (90,806) at 20230919080013966 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubieboard2_defconfig' (90,807) at 20210308005003236 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmi8996.dtsi' (90,808) at 20220525020651926 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/system_keyring.c' (90,809) at 20240405153230155 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptp/.gitignore' (90,810) at 20210307214932710 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh' (90,811) at 20240423080013631 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvb_net.c' (90,812) at 20240405153049277 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/.clang-format' (90,813) at 20241219090022640 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/meson.build' (90,814) at 20240326080039558 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hotplug_irq.h' (90,815) at 20240405153048457 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/usbif.h' (90,816) at 20240405153052961 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/Makefile' (90,817) at 20240405153051353 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/responder.cpp' (90,818) at 20241219090011028 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-twl4030.c' (90,819) at 20240405153054017 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov2685.c' (90,820) at 20240405153049325 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control_%.bbappend' (90,821) at 20210823100016972 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/context_tracking.h' (90,822) at 20210307214931606 2025-03-14 03:00:51.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/007' (90,823) at 20210927100127473 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77995.c' (90,824) at 20240405153051361 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/dump/dist/meson.build' (90,825) at 20240625080015044 to deleted uid set 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c' (90,826) at 20240405153230355 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_sdp.c' (90,827) at 20210308005003508 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max34440.c' (90,828) at 20240405153048869 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/crc16.h' (90,829) at 20210308005003548 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/edit_usage_message.patch' (90,830) at 20230706080014765 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/npcm,sdhci.yaml' (90,831) at 20240405153229779 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/mv_xor.c' (90,832) at 20220525020652410 to deleted uid set 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml' (90,833) at 20240405153045109 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_h.c' (90,834) at 20210308005046513 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.h' (90,835) at 20220525020652963 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/usb_834x.c' (90,836) at 20240405153230051 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-tgl-fails.txt' (90,837) at 20240405153230531 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-brcmstb-qspi.c' (90,838) at 20240405153051785 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/howto.rst' (90,839) at 20240405153045277 2025-03-14 03:00:51.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpio-pca953x.c' (90,840) at 20240726080012846 to deleted uid set 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8995.h' (90,841) at 20210307214932366 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/Makefile' (90,842) at 20240805080013971 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml' (90,843) at 20240405153045065 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_session.c' (90,844) at 20210308004938832 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/titanium.c' (90,845) at 20210308005002920 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c' (90,846) at 20240405153048609 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/netup-eeprom.h' (90,847) at 20210307214928690 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/netdata.conf' (90,848) at 20241221090017564 2025-03-14 03:00:51.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/run-ptest' (90,849) at 20210307205553842 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx_fcalls.rst' (90,850) at 20210309003648476 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/interface.txt' (90,851) at 20240405153045029 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbinstal.c' (90,852) at 20240405153046625 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/instruction.json' (90,853) at 20240405153054113 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cdns,macb.yaml' (90,854) at 20240405153045117 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c' (90,855) at 20240405153048481 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/Kconfig' (90,856) at 20240405153045637 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/fw_cfg.c' (90,857) at 20240906080037248 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CNRI-Python' (90,858) at 20211006000025234 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/slpd-lite/meson.build' (90,859) at 20240731164718595 to deleted uid set 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cpu-features.h' (90,860) at 20210308005002816 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts' (90,861) at 20240405153229935 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_entry.cpp' (90,862) at 20231028080033742 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r500_reg.h' (90,863) at 20210307214928006 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-qcs404.c' (90,864) at 20241211090145397 2025-03-14 03:00:51.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/i8254.c' (90,865) at 20241211090212278 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/alt_spl.c' (90,866) at 20210308005003032 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/hypercall.h' (90,867) at 20241220090018306 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/Makefile' (90,868) at 20210307214929974 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/nlohmann_json.wrap' (90,869) at 20231216090018681 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/blink/Kconfig' (90,870) at 20240405153230755 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/relocate_kernel.S' (90,871) at 20221128040017422 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/dbus.hpp' (90,872) at 20230511080010311 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' (90,873) at 20240830080031079 to deleted uid set 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd8111_edac.h' (90,874) at 20210307214927150 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/styles/redfish.css' (90,875) at 20240714080004351 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/log_service.hpp' (90,876) at 20240619080002916 to deleted uid set 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/power/opp.rst' (90,877) at 20240405153045297 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ripemd.h' (90,878) at 20220525020652214 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/meson.build' (90,879) at 20240906080037148 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/support-jpeg-turbo.patch' (90,880) at 20230706080014753 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/serial/serial_terminal.c' (90,881) at 20210308004938836 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_cfg.c' (90,882) at 20240405153054281 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/altera-jtag.h' (90,883) at 20210307214929122 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/ampere_usbnet.sh' (90,884) at 20240809080014478 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageControllerCollection.json' (90,885) at 20240619080002956 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet_q972_defconfig' (90,886) at 20210308005003260 2025-03-14 03:00:51.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/meson.build' (90,887) at 20241211090212230 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/meson.build' (90,888) at 20241121090017175 to deleted uid set 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/zram/Kconfig' (90,889) at 20241216090017693 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc831x_rdb.c' (90,890) at 20240405153046197 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/kempld_wdt.c' (90,891) at 20240405153052241 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/of.h' (90,892) at 20210307214926362 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ia64/.gitignore' (90,893) at 20210307214932674 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cache.h' (90,894) at 20240405153045853 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/ti/icssg/icss_iep.c' (90,895) at 20240405153231063 to deleted uid set 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/memset.S' (90,896) at 20210308005002708 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/libata.h' (90,897) at 20240405153052897 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c' (90,898) at 20240405153047185 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/standard_device.hpp' (90,899) at 20240817080031288 to deleted uid set 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/layer1.h' (90,900) at 20210307214928546 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear1310-evb.dts' (90,901) at 20240405153045577 2025-03-14 03:00:51.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra210-emc.h' (90,902) at 20210309003650404 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c' (90,903) at 20240405153050177 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/epsw.c' (90,904) at 20230925080040101 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_utils.hpp' (90,905) at 20240223090020594 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-bsp/u-boot/files/disable-u-boot-shell.cfg' (90,906) at 20210818000051207 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx93-src.yaml' (90,907) at 20240405153045153 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_cdev.c' (90,908) at 20240405153051481 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml' (90,909) at 20240405153045077 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/conf-notes.txt' (90,910) at 20240727080014098 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch' (90,911) at 20241221090017660 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/jr3_pci.h' (90,912) at 20220525020652354 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/host-console-journal.service.in' (90,913) at 20220414030020024 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/pci.c' (90,914) at 20210308005002832 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (90,915) at 20210903000032571 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/reserved_bits_mmcra_thresh_ctl_test.c' (90,916) at 20240405153054361 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/fsi-master.c' (90,917) at 20241211090212270 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/Kconfig.preempt' (90,918) at 20240405153052973 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/spl-boot-order.c' (90,919) at 20210308005002776 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/snmp/redfish_snmp_utils.robot' (90,920) at 20240627080021048 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_cdc.h' (90,921) at 20220525020654907 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ti,am3359-tsc.yaml' (90,922) at 20240405153045081 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-fopen.rst' (90,923) at 20220525020651778 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/prom.c' (90,924) at 20210307214926266 2025-03-14 03:00:51.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.h' (90,925) at 20240405153050125 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ipvlan/ipvlan_core.c' (90,926) at 20240613080016443 to deleted uid set 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-gxl.c' (90,927) at 20220525020653879 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/NFIT.dimmpxm' (90,928) at 20240906080037560 to deleted uid set 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-diolan-u2c.rst' (90,929) at 20210307214925506 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/gen-bios-tar' (90,930) at 20240731080019218 to deleted uid set 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc_2.0.13.bb' (90,931) at 20231014080011723 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm33xx.h' (90,932) at 20240405153045669 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/rng.c' (90,933) at 20220804100015892 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/dim2/Makefile' (90,934) at 20220525020654143 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/aix.c' (90,935) at 20220525020652210 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power10-events-list.h' (90,936) at 20220525020652070 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/export-to-sqlite.py' (90,937) at 20240405153054161 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_1_0_offset.h' (90,938) at 20210307214927318 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/set_versions.py' (90,939) at 20241221090017604 to deleted uid set 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/reset.h' (90,940) at 20210307214925962 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-cdns.txt' (90,941) at 20210308005003304 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/overlayfs-create-dirs.service.in' (90,942) at 20241221090017620 to deleted uid set 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xz/xz_5.6.3.bb' (90,943) at 20241221090017680 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/Makefile' (90,944) at 20240405153230259 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/logging/phosphor-logging_%.bbappend' (90,945) at 20240927080014067 2025-03-14 03:00:51.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/dot2k.py' (90,946) at 20240405153054385 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-tuner.rst' (90,947) at 20210307214925466 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7577.patch' (90,948) at 20210307205553942 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/asm-offsets.c' (90,949) at 20240405153045973 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/can.json' (90,950) at 20210307205553850 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/coreboot.h' (90,951) at 20210308005003592 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dtc_1.7.2.bb' (90,952) at 20241221090017668 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_defconfig' (90,953) at 20210308005003244 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-irq.c' (90,954) at 20210307214928682 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/conf-notes.txt' (90,955) at 20220913030020496 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/stm/dummy_stm.c' (90,956) at 20210307214928150 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/common.sh' (90,957) at 20210308005003736 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/memcpy_power7.S' (90,958) at 20240405153046177 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_local.h' (90,959) at 20210307214930922 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/de212/include/variant/tie.h' (90,960) at 20210307214926770 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs7_trust.c' (90,961) at 20240405153046533 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch' (90,962) at 20241221090017540 to deleted uid set 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/cnic.h' (90,963) at 20210307214929338 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb' (90,964) at 20241221090017504 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c' (90,965) at 20240405153051841 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm179x.c' (90,966) at 20240405153053677 2025-03-14 03:00:51.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymodbus_3.7.4.bb' (90,967) at 20241221090017560 to deleted uid set 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/moxa/moxart_ether.c' (90,968) at 20240405153050181 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rtsx_pcr.c' (90,969) at 20240405153049629 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/socket.h' (90,970) at 20240405153046017 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/actions,s700-pinctrl.txt' (90,971) at 20210307214925390 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/nftables/nftables-systemd.bb' (90,972) at 20241206090014226 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hippi/rrunner.h' (90,973) at 20220525020653671 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_trace.c' (90,974) at 20240405153047297 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/test_dbus_name.cpp' (90,975) at 20240802080023585 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/reporter_vnic.c' (90,976) at 20240405153050097 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-driver.c' (90,977) at 20240405153230823 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/utils.h' (90,978) at 20231110090010623 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsendian.h' (90,979) at 20210307214928602 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_dmem_genirq.c' (90,980) at 20240405153052033 2025-03-14 03:00:51.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/Makefile' (90,981) at 20210307214931822 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/iccsense.h' (90,982) at 20220525020652947 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/apple,wdt.yaml' (90,983) at 20240405153045185 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_vt1631.c' (90,984) at 20210307214930950 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karstula' (90,985) at 20210307205553770 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/Makefile' (90,986) at 20210308005003008 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogServiceCollection_v1.xml' (90,987) at 20240619080002928 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Mackay' (90,988) at 20210307205553762 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-i586-nlp.inc' (90,989) at 20210905000020581 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fexit_sleep.c' (90,990) at 20240405153054269 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c' (90,991) at 20210308005003364 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml' (90,992) at 20240405153229771 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/uprobes.h' (90,993) at 20210307214925854 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6asm.c' (90,994) at 20240405153053981 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044l2.dtsi' (90,995) at 20220525020651934 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/meson.build' (90,996) at 20240823080032949 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch' (90,997) at 20230131040012031 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_selftest.h' (90,998) at 20240405153050237 2025-03-14 03:00:51.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r40-cpu-opp.dtsi' (90,999) at 20240405153045393 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop.c' (91,000) at 20241125090012243 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools/0001-always-use-glibc-basename.patch' (91,001) at 20241221090017484 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/hisi.h' (91,002) at 20210308005003640 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/Kconfig' (91,003) at 20240405153049441 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device/meson.build' (91,004) at 20220913030027317 to deleted uid set 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/tools/Makefile' (91,005) at 20240405153045701 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/fotg210-udc.c' (91,006) at 20240405153052065 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/default_x509.genkey' (91,007) at 20240405153046529 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/SnmpAlerts/SnmpAlerts.vue' (91,008) at 20241004080035975 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (91,009) at 20240522080012568 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8150.c' (91,010) at 20240405153051349 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_atmio.c' (91,011) at 20240405153046901 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/Kconfig' (91,012) at 20241211090212314 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f1u4x25_hsbp.json' (91,013) at 20220601030005865 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/phosphor-dbus-interfaces.wrap' (91,014) at 20220407100028311 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/0001-xfsdump-support-usrmerge.patch' (91,015) at 20210307205553738 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.6.3.bb' (91,016) at 20241221090017576 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite_2.2.bb' (91,017) at 20241221090017488 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/mptcpify.c' (91,018) at 20240405153232259 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Enontekio_Hetta' (91,019) at 20210307205553770 2025-03-14 03:00:51.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/amp.c' (91,020) at 20210307214932258 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/rxrpc-type.h' (91,021) at 20220525020654547 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/Makefile' (91,022) at 20210308005003048 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_dbgfs.h' (91,023) at 20240405153230799 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs42l73.txt' (91,024) at 20210307214925426 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_tegra.c' (91,025) at 20240405153052001 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button' (91,026) at 20240105090012010 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-good.err' (91,027) at 20210308005046401 to deleted uid set 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/pgm_template.robot' (91,028) at 20210308005007128 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml' (91,029) at 20240120090019670 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/trace.h' (91,030) at 20240405153052401 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.yaml' (91,031) at 20240405153045113 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS6-ssh-host@.service' (91,032) at 20231025080019870 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/svg_image.svg' (91,033) at 20210307214925454 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-88f6820-amc.h' (91,034) at 20210308005003592 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_tinylcd.c' (91,035) at 20210307214930506 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_hw.h' (91,036) at 20240405153230163 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-ra.sh' (91,037) at 20240913080015313 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-core.c' (91,038) at 20240405153230671 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_w.c' (91,039) at 20210308005046505 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ux500-mop500.txt' (91,040) at 20210307214925438 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/mcif_wb.h' (91,041) at 20220525020652530 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing.err' (91,042) at 20210308005046405 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/npcm7xx_otp.h' (91,043) at 20240326080039538 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-apalis-ixora.dts' (91,044) at 20240405153045501 2025-03-14 03:00:51.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch' (91,045) at 20241221090017640 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/ptrace.h' (91,046) at 20210307214926754 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgf117.fuc3' (91,047) at 20210307214927938 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ncsi-coredump.md' (91,048) at 20240821080004143 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/Kconfig' (91,049) at 20210308005002948 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_miniapp_return.c' (91,050) at 20210308005003704 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sc8280xp.h' (91,051) at 20240405153052645 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/bitmap.c' (91,052) at 20240405153052377 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/vcs-on@.service' (91,053) at 20210307205553718 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp_accel.c' (91,054) at 20240405153051405 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-trng.h' (91,055) at 20241211090212362 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipvlan/ipvtap.c' (91,056) at 20240405153050345 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_map_resize.c' (91,057) at 20240405153232259 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kfence/kfence.h' (91,058) at 20240405153231963 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km8321-common.h' (91,059) at 20210308005003600 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/fixed-factor-clock.txt' (91,060) at 20240405153045029 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/sysctl.c' (91,061) at 20240405153053389 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-fw-ver.service' (91,062) at 20220119040023096 2025-03-14 03:00:51.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs35l56.h' (91,063) at 20241018080014570 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/openvswitch/datapath.c' (91,064) at 20240830080013359 to deleted uid set 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/MAINTAINERS' (91,065) at 20210308005003032 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_SDCARD_defconfig' (91,066) at 20210308005003240 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-5.2-pktinfo.patch' (91,067) at 20210307205553822 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d4_devices.c' (91,068) at 20210308005002712 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.1.bb' (91,069) at 20241221090017548 to deleted uid set 2025-03-14 03:00:51.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/sor.h' (91,070) at 20210307214928050 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/ethtool-user.h' (91,071) at 20240405153232215 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_power_restore_policy_sub_menu.robot' (91,072) at 20240628080017113 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_cert_entry.hpp' (91,073) at 20220726100021755 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.c' (91,074) at 20240405153047237 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges-kirin.dts' (91,075) at 20240405153045785 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ext4.c' (91,076) at 20210308005003208 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_hmm_uapi.h' (91,077) at 20240405153053105 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c' (91,078) at 20210308005002712 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/global_map_resize.c' (91,079) at 20240405153232255 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma5_core_regs.h' (91,080) at 20240405153046573 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/Kconfig' (91,081) at 20210308005002948 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/nfsrootfs' (91,082) at 20210307205554482 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/core/cBPF-JIT/arch-support.txt' (91,083) at 20240405153045197 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/ti-omap.txt' (91,084) at 20210307214925366 2025-03-14 03:00:51.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-privacy.h' (91,085) at 20220525020653907 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/lib/meson.build' (91,086) at 20241112090035822 to deleted uid set 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/intr.c' (91,087) at 20240405153048805 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/altera_jtag_uart.c' (91,088) at 20210308005003484 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/crypto.h' (91,089) at 20240906080037144 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/gx-card.c' (91,090) at 20240405153053973 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4212-tab3-lte8.dts' (91,091) at 20240405153229899 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/apq8096.c' (91,092) at 20240405153232187 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libexif/libexif_0.6.24.bb' (91,093) at 20240302090018246 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_SPIFLASH_defconfig' (91,094) at 20210308005003244 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/context.py' (91,095) at 20210307205554630 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_serialize.hpp' (91,096) at 20210308005109813 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/posix_types.h' (91,097) at 20210307214926250 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_dectlk.c' (91,098) at 20240405153046613 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qmp-dispatch.c' (91,099) at 20240326080039622 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip.inc' (91,100) at 20240413080012695 to deleted uid set 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/branch.json' (91,101) at 20220525020655143 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_exti.h' (91,102) at 20240906080037336 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/linkage.h' (91,103) at 20210308005002676 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/wifi.h' (91,104) at 20240405153231487 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,a7pll.yaml' (91,105) at 20240405153045025 2025-03-14 03:00:51.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_literals.c' (91,106) at 20240405153053113 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8997.c' (91,107) at 20240405153053881 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunqe.h' (91,108) at 20210307214929650 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/omap_vout_vrfb.c' (91,109) at 20240405153049481 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/rail.md' (91,110) at 20240809080033023 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/systemd/files/random-seed-sync.conf' (91,111) at 20210307205554110 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pci.h' (91,112) at 20210307214931654 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/arm/hyp-abi.rst' (91,113) at 20240405153045325 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tundra/Kconfig' (91,114) at 20210307214929658 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/physical.cpp' (91,115) at 20240719080031533 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi6220-clock.h' (91,116) at 20210307214931326 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_main.h' (91,117) at 20210309003650540 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_common.sh' (91,118) at 20240405153054241 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/internal/sdevent.cpp' (91,119) at 20240822080031261 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/plat-svc_0.1.bb' (91,120) at 20241221090017480 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/227.out' (91,121) at 20240326080039730 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/jz4725b-cgu.c' (91,122) at 20240405153046789 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/turris_omnia.h' (91,123) at 20210308005003624 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_h.c' (91,124) at 20210308005046517 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9485_initvals.h' (91,125) at 20220525020653723 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/remote.h' (91,126) at 20221215040039182 2025-03-14 03:00:51.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb' (91,127) at 20240413080012639 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/vmlinux.lds.h' (91,128) at 20210307214926554 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/display/skl_universal_plane.c' (91,129) at 20240411080014074 to deleted uid set 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/cdc/adi,ad7746.yaml' (91,130) at 20220525020651678 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/dirtyrate.h' (91,131) at 20240326080039566 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_prime.c' (91,132) at 20240405153048789 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-amd-fch.c' (91,133) at 20210307214927186 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/mediatek,mt6397-regulator.h' (91,134) at 20210309003653816 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg' (91,135) at 20210308005002924 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_all_builds_page.py' (91,136) at 20241221090017592 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/skew_consistency.c' (91,137) at 20240405153054377 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/rustfmt.toml' (91,138) at 20241211090212458 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/signal.h' (91,139) at 20240405153046017 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_panel_cntl.h' (91,140) at 20220525020652514 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cx23885-cardlist.rst' (91,141) at 20210307214925230 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/satellite_controller.json' (91,142) at 20240912080005178 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/fake_32bit_build.h' (91,143) at 20240405153046369 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/float_convs.ref' (91,144) at 20221215040039386 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/Makefile' (91,145) at 20241008080014023 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-nand.dts' (91,146) at 20210308005002588 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_inc.h' (91,147) at 20210309003649648 2025-03-14 03:00:51.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-script-perl.txt' (91,148) at 20240405153054081 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/law.c' (91,149) at 20210308005002980 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/s2mps11.h' (91,150) at 20210308005003680 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nicvf_main.c' (91,151) at 20240405153049857 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/Kconfig' (91,152) at 20210308005003032 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/sysfs_engines.h' (91,153) at 20210307214927826 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/hugepage.h' (91,154) at 20240405153229859 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/xattr_trusted.c' (91,155) at 20240405153052349 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/cgroup_util.c' (91,156) at 20240613080016563 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_bitmap.c' (91,157) at 20241011080017395 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/mac.h' (91,158) at 20240405153231259 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/gamecube.c' (91,159) at 20210307214926362 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_link.c' (91,160) at 20240405153054265 2025-03-14 03:00:51.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_tv.h' (91,161) at 20210307214927806 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/example.yaml' (91,162) at 20221209040010971 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/staging/iio/frequency/ad9834.c' (91,163) at 20240913080013817 to deleted uid set 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_buf_item.c' (91,164) at 20240405153052589 to deleted uid set 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-mace.c' (91,165) at 20210307214926282 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mmzone.h' (91,166) at 20240405153230031 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptp_pch.h' (91,167) at 20240405153052777 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ingenic,jz4780-hdmi.yaml' (91,168) at 20240405153045037 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/unwind.h' (91,169) at 20240405153232243 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/sys_info.c' (91,170) at 20210308005002788 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/list_lru.c' (91,171) at 20240405153053133 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/segment.h' (91,172) at 20240405153046493 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr.h' (91,173) at 20210308005003640 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/conf_space_quirks.c' (91,174) at 20210307214930986 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0012.h' (91,175) at 20240405153048617 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljustorp' (91,176) at 20210307205553786 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/signal.c' (91,177) at 20240405153046289 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/chsc_sch.h' (91,178) at 20210307214930238 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/traps.c' (91,179) at 20210308005002824 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/display.c' (91,180) at 20210308005003536 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_lookup.c' (91,181) at 20240405153054241 2025-03-14 03:00:51.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/echo/Kconfig' (91,182) at 20210307214929126 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/fq.json' (91,183) at 20240405153054377 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76-evm.dts' (91,184) at 20210308005002576 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/dot.bashrc' (91,185) at 20210307205554470 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vcrypto_helper.c' (91,186) at 20240906080037528 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/media/Makefile' (91,187) at 20210308005002536 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.json' (91,188) at 20210308005046397 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-fhctl.c' (91,189) at 20240405153046793 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_flit_core.bbclass' (91,190) at 20241221090017608 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab/issue_templates/feature_request.md' (91,191) at 20210927100127017 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/system_ext_mmvec.h' (91,192) at 20220429100100786 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lohja' (91,193) at 20210307205553770 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si_ih.c' (91,194) at 20240405153230359 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nft_meta.h' (91,195) at 20240405153052857 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/redfish_aggregator.hpp' (91,196) at 20241221090003052 to deleted uid set 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptdebug.h' (91,197) at 20220525020653339 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr4.inc' (91,198) at 20210905000020581 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/uap_cmd.c' (91,199) at 20240405153231219 2025-03-14 03:00:51.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-booke.c' (91,200) at 20240906080037512 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/resolver/ad2s1210.c' (91,201) at 20240830080013303 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/CHANGELOG' (91,202) at 20241206090014290 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mbus.h' (91,203) at 20210307214931422 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml' (91,204) at 20240405153045101 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-4.0' (91,205) at 20211006000025230 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/template.json' (91,206) at 20210307214932722 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gx-u-boot.dtsi' (91,207) at 20210308005002596 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/match.cpp' (91,208) at 20231021080041478 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/hang.c' (91,209) at 20210308005003704 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_ioctl.c' (91,210) at 20240405153048525 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/Kbuild' (91,211) at 20240405153045905 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_xdp.h' (91,212) at 20220525020653655 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in2_master_regs.h' (91,213) at 20240405153046585 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/Makefile' (91,214) at 20220525020654131 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c' (91,215) at 20240405153048801 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb' (91,216) at 20241221090017544 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/mailbox.c' (91,217) at 20210308005003740 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm-v2.h' (91,218) at 20230310090043283 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/crypto/ccp/.gitignore' (91,219) at 20240405153232211 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/runtime-wrappers.c' (91,220) at 20240405153230295 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halle' (91,221) at 20210307205553782 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-2375.c' (91,222) at 20240906080037576 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6323-regulator.txt' (91,223) at 20210307214925410 2025-03-14 03:00:51.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig' (91,224) at 20210308005003236 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regmap.h' (91,225) at 20240520080015203 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_defconfig' (91,226) at 20210308005003280 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7180-camcc.yaml' (91,227) at 20240405153229759 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpuidle-imx6sl.c' (91,228) at 20240405153045649 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_bsg.c' (91,229) at 20241001080013024 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Randalen' (91,230) at 20210307205553790 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/gameport.c' (91,231) at 20240405153230723 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_sink.c' (91,232) at 20240405153047213 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst' (91,233) at 20241221090017584 2025-03-14 03:00:51.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/trace.c' (91,234) at 20240405153051201 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/caif/caif_serial.c' (91,235) at 20240405153230891 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/cls_flow.c' (91,236) at 20240405153053365 to deleted uid set 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1/mxc-w1.txt' (91,237) at 20210308005003328 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/ibm/host.cpp' (91,238) at 20240926080014017 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-microzed.dts' (91,239) at 20240405153045609 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/pvc.c' (91,240) at 20240405153053169 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/systemd-volatile.conf' (91,241) at 20210307205553918 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h' (91,242) at 20240405153230323 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_reg.h' (91,243) at 20240405153051865 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/pbi.cfg' (91,244) at 20210308005003168 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/test_encl_bootstrap.S' (91,245) at 20240405153054373 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/bc_xprt.h' (91,246) at 20240405153052801 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/csrc-ioasic.c' (91,247) at 20210307214926254 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/memcmp_32.S' (91,248) at 20240405153230043 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-37xx-pinctrl.txt' (91,249) at 20210308005003304 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/sandbox-reset.c' (91,250) at 20210308005003480 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/arizona-core.c' (91,251) at 20240405153230831 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timekeeping.h' (91,252) at 20240405153052805 2025-03-14 03:00:51.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/meson.options' (91,253) at 20240924080018575 to deleted uid set 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_0_sh_mask.h' (91,254) at 20210307214927670 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_display.c' (91,255) at 20240613080016407 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/README.md' (91,256) at 20221013030007910 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/da9062-wdt.txt' (91,257) at 20240405153045185 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.c' (91,258) at 20210308005003368 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun5i-a13-usb-phy.yaml' (91,259) at 20240405153045125 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/entity_map_json.hpp' (91,260) at 20230518080030406 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/atmel-isc-regs.h' (91,261) at 20240405153051853 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/SELinux.rst' (91,262) at 20210307214925214 2025-03-14 03:00:51.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/mpp.h' (91,263) at 20210308005002732 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/tlbflush.h' (91,264) at 20240405153046281 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_class.c' (91,265) at 20240405153051517 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_devlink.c' (91,266) at 20240405153049953 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/ppc64/a-b-kernel.S' (91,267) at 20240906080037560 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs_idmap.h' (91,268) at 20210307214931650 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/svm.h' (91,269) at 20240405153054317 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c' (91,270) at 20240405153050249 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/packagegroups/packagegroup-ts-tests.bbappend' (91,271) at 20241206090014214 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/qfw.c' (91,272) at 20210308005003400 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/mpc8544ds.c' (91,273) at 20210308005002980 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb' (91,274) at 20241206090014258 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/spi-howto.txt' (91,275) at 20210308005003328 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/fruutils.hpp' (91,276) at 20231209090007705 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/host_power_off.hpp' (91,277) at 20230520080006628 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.h' (91,278) at 20210307214929302 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A10-OLinuXino-Lime_defconfig' (91,279) at 20210308005003232 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSupplyCollection.json' (91,280) at 20240619080002952 2025-03-14 03:00:51.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt2701-cs42448.txt' (91,281) at 20210307214925430 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-addv.c' (91,282) at 20240906080037580 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_core.h' (91,283) at 20210308005003516 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-aspeed-spi-master-mode.inc' (91,284) at 20211016000015668 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha512-ce-core.S' (91,285) at 20220525020651946 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/parisc/debugging.rst' (91,286) at 20240405153044981 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/da9052.rst' (91,287) at 20210307214925498 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/semicolon.cocci' (91,288) at 20240405153053441 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usbip.h' (91,289) at 20240405153052941 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/hoontech.h' (91,290) at 20210307214932262 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ublimage.h' (91,291) at 20210308005003772 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/r0p7734.h' (91,292) at 20210308005003612 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/pte-40x.h' (91,293) at 20240405153230031 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dorotea' (91,294) at 20210307205553778 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/sm_common.h' (91,295) at 20210307214929234 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Caldbeck' (91,296) at 20210307205553794 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-x3proto/mach/ilsel.h' (91,297) at 20210307214926558 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/wmt_ge_rops.h' (91,298) at 20210307214930950 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/googletest.wrap' (91,299) at 20220112040021203 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/tvnv04.c' (91,300) at 20240405153048609 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/env.h' (91,301) at 20210308005003688 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-isku.h' (91,302) at 20210307214928098 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/memory.json' (91,303) at 20240405153054157 2025-03-14 03:00:51.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/pci_v3.h' (91,304) at 20210308005002916 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/socket.h' (91,305) at 20231102080015293 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-laplug.dts' (91,306) at 20240405153045457 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-mercury5-ssc8336n.dtsi' (91,307) at 20240405153045573 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/console.md' (91,308) at 20221209040006383 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-ipmiprovider-symlink.bbclass' (91,309) at 20210307205554054 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/common.h' (91,310) at 20240405153046733 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/intel,keembay-pcie-ep.yaml' (91,311) at 20240405153045125 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/medcom-wide_defconfig' (91,312) at 20210308005003268 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/intel_sdsi/Makefile' (91,313) at 20240405153054033 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada-audio-rt1015p.dtsi' (91,314) at 20240405153045749 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-r2-to-r6-emul.h' (91,315) at 20210307214926226 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/usdt.c' (91,316) at 20240405153054261 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_mixer.c' (91,317) at 20220525020654987 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg' (91,318) at 20210308005002968 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx_git.bb' (91,319) at 20241221090017540 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lockspace.h' (91,320) at 20240405153052325 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lpswe-unaligned.S' (91,321) at 20230426080043952 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/automake-output.patch' (91,322) at 20230609080014419 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/omap-dma.h' (91,323) at 20240405153052757 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/strnlen_user.S' (91,324) at 20240405153230015 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (91,325) at 20220422030010210 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-luxul-abr-4500.dts' (91,326) at 20240405153229871 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/print_ffdc_functions' (91,327) at 20230216040015763 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trace-event-info.c' (91,328) at 20240405153054209 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/arm/safe-syscall.inc.S' (91,329) at 20220429100100406 2025-03-14 03:00:51.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/init' (91,330) at 20210307205554034 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_dctcp.c' (91,331) at 20240613080016531 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cpu_ops.c' (91,332) at 20210307214926070 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Connection.v1_3_2.json' (91,333) at 20240619080002944 to deleted uid set 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/build-docdep.perl' (91,334) at 20220525020655127 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certificate.hpp' (91,335) at 20230511080024715 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/Kconfig' (91,336) at 20210308005003072 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (91,337) at 20210820100014769 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t62.c' (91,338) at 20210308005003480 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rc' (91,339) at 20240405153044917 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/status-icon.js' (91,340) at 20210308005107069 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig' (91,341) at 20210308005003264 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/smpboot.c' (91,342) at 20240405153045929 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb' (91,343) at 20240302090018210 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/npcm750-pwm-fan.txt' (91,344) at 20240405153229767 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/DriveCollection.json' (91,345) at 20240619080002944 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/pcie-mobiveil.h' (91,346) at 20210309003651932 2025-03-14 03:00:51.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_fw.h' (91,347) at 20240405153046957 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/sysfs.c' (91,348) at 20240405153046921 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings.yaml' (91,349) at 20221207040038639 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/userspace_msr_exit_test.c' (91,350) at 20240405153054325 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Intel-ACPI' (91,351) at 20211006000025238 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_icmp.c' (91,352) at 20220525020654871 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_mdio.h' (91,353) at 20240405153052757 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65217.h' (91,354) at 20210308005003680 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/Makefile' (91,355) at 20210307214929818 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ieee802154_netdev.h' (91,356) at 20240405153052845 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/exchange-bmc-os-info.init.redhat' (91,357) at 20210308004938816 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/gr2d.h' (91,358) at 20210309003649888 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/hd44780.c' (91,359) at 20240405153046677 2025-03-14 03:00:51.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts' (91,360) at 20220525020651934 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeSlots.v1_6_1.json' (91,361) at 20240619080002952 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bcm6318-reset.h' (91,362) at 20220525020654547 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_taprio.c' (91,363) at 20240405153050173 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/tty.h' (91,364) at 20210307214930734 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/hxtool.py' (91,365) at 20240906080037176 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/trace.c' (91,366) at 20240405153050437 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/0002-Preserve-links-when-installing-libmetis.patch' (91,367) at 20230706080014745 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/seccomp_filter.rst' (91,368) at 20240405153045305 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6b.dtsi' (91,369) at 20240405153229967 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/stacktrace.c' (91,370) at 20210307214926130 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/sha.h' (91,371) at 20220525020652394 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/opcodes.c' (91,372) at 20240906080037476 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/law.c' (91,373) at 20210308005003048 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/gcc-generate-rtl-pass.h' (91,374) at 20240405153053449 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/vt82c686-uhci-pci.c' (91,375) at 20241211090212346 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/conf-notes.txt' (91,376) at 20220913030020496 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ncr53c8xx.rst' (91,377) at 20240405153045253 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/getuser.S' (91,378) at 20240624080012772 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-corstone1000-common.inc' (91,379) at 20241221090017468 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/sandbox.c' (91,380) at 20210308005003340 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-sunplus.c' (91,381) at 20210307214928102 2025-03-14 03:00:51.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (91,382) at 20230930080011588 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/dummy_hcd.c' (91,383) at 20241111090012137 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml' (91,384) at 20240405153229759 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/power.c' (91,385) at 20240405153230095 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/simd.h' (91,386) at 20210307214931306 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb' (91,387) at 20241221090017468 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kcm.h' (91,388) at 20210307214931638 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/tcm_qla2xxx.c' (91,389) at 20240405153051717 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c' (91,390) at 20210309003656012 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_parisc.c' (91,391) at 20220525020652294 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/_lxml.py' (91,392) at 20241206090014290 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc' (91,393) at 20210812000025374 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/cpu-reset.cocci' (91,394) at 20210308005046237 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/init.c' (91,395) at 20240405153230847 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/vgic_init.c' (91,396) at 20240613080016567 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/platinumfb.h' (91,397) at 20210307214930930 2025-03-14 03:00:51.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_io.h' (91,398) at 20240405153051737 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_xskmap.rst' (91,399) at 20240405153044997 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-snapshot.inc' (91,400) at 20241221090017676 to deleted uid set 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/null.c' (91,401) at 20210307214926614 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/os.h' (91,402) at 20210308005003676 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-partition.py' (91,403) at 20241221090017704 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/slip/Kconfig' (91,404) at 20210307214929698 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models_sysemu.c' (91,405) at 20240906080037532 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_btf_decl_tag.c' (91,406) at 20240405153054273 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/tools/elf-entry.c' (91,407) at 20210307214926294 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/message.hpp' (91,408) at 20210308005114857 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/pcmtest.rst' (91,409) at 20240405153045261 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/Makefile' (91,410) at 20210309003650796 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch' (91,411) at 20241221090017532 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pci224.c' (91,412) at 20240405153046889 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/cmsdk-apb-uart.c' (91,413) at 20241211090212258 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c' (91,414) at 20240405153049957 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/timer_crash.c' (91,415) at 20240405153054281 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/smack_netfilter.c' (91,416) at 20240405153053485 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_bounds_mix_sign_unsign.c' (91,417) at 20240405153054281 2025-03-14 03:00:51.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.c' (91,418) at 20240405153047189 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/virtual_stream_encoder.h' (91,419) at 20210307214927310 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_unittest.hpp' (91,420) at 20230821192414188 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/dax-dev.c' (91,421) at 20210309003655972 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite550x_defconfig' (91,422) at 20210308005003288 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-1.dtsi' (91,423) at 20240405153046093 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch' (91,424) at 20231011080016582 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/certificate.js' (91,425) at 20210308005107069 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/e752x_edac.c' (91,426) at 20240405153047013 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master-i2cr.c' (91,427) at 20240405153230303 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch' (91,428) at 20241206090014238 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/events-nmi.rst' (91,429) at 20240405153045269 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/0001-Fix-compilation-with-musl.patch' (91,430) at 20230706080014737 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/README' (91,431) at 20210308005002988 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch' (91,432) at 20210307205554466 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/norm/norm_1.0/ia_css_norm_param.h' (91,433) at 20210307214930558 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98520.h' (91,434) at 20240405153053641 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/Kconfig' (91,435) at 20220525020653183 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-win-stdio.c' (91,436) at 20240906080037160 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/efficiently-fetching-sources.rst' (91,437) at 20230114040015510 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emuproc.c' (91,438) at 20240405153232131 2025-03-14 03:00:51.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/recv.c' (91,439) at 20240820080014189 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh' (91,440) at 20240405153054365 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/vyasa-rk3288.c' (91,441) at 20210308005002912 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_empty_tree.c' (91,442) at 20210308005003728 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/vmlinux-xip.lds.S' (91,443) at 20240405153045633 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_pcm_msg.c' (91,444) at 20240405153054029 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/packagegroups/packagegroup-ts-tests.bb' (91,445) at 20230114040015466 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_scmi.h' (91,446) at 20220429100100590 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/uprobe_autoattach.c' (91,447) at 20240405153054261 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi.h' (91,448) at 20220525020652975 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flyn' (91,449) at 20210307205553782 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ulricehamn' (91,450) at 20210307205553794 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-img-cmds.hx' (91,451) at 20240906080037436 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9713.h' (91,452) at 20210307214932370 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qdict.h' (91,453) at 20221215040039190 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/rcu/extract-stall.sh' (91,454) at 20240405153054221 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z13/transaction.json' (91,455) at 20240405153054117 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/time-event.h' (91,456) at 20220525020653763 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/sifive_e.h' (91,457) at 20230925080039929 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tpdm.h' (91,458) at 20240405153048893 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native_git.bb' (91,459) at 20220921030015986 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/mmap.rst' (91,460) at 20240405153045317 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongson_ipi_common.h' (91,461) at 20240906080037332 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml' (91,462) at 20240405153045129 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/108.out' (91,463) at 20240326080039726 2025-03-14 03:00:51.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/testmode.c' (91,464) at 20240405153050585 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-jazz/mc146818rtc.h' (91,465) at 20210307214926222 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/grouplayout.hpp' (91,466) at 20240822080022193 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_link.h' (91,467) at 20240613080016407 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/path.h' (91,468) at 20240405153053465 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/comm.c' (91,469) at 20240405153230179 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/rootfs_rpm-extract-postinst.awk' (91,470) at 20210307205554642 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/sleep.h' (91,471) at 20210307214925962 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.h' (91,472) at 20210307214927290 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-2.0' (91,473) at 20210307205554414 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc64-softmmu.mak' (91,474) at 20240906080037160 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/system.c' (91,475) at 20240405153047037 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/sonic.h' (91,476) at 20210309003651136 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/Kconfig' (91,477) at 20210308005002984 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp8_req_if.c' (91,478) at 20241008080013939 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_dec_parse.c' (91,479) at 20240405153049409 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.txt' (91,480) at 20210307214925398 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/apds9960.c' (91,481) at 20240405153048997 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/thumbee.c' (91,482) at 20210307214925866 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/driver.h' (91,483) at 20240405153231811 2025-03-14 03:00:51.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,cs42l42.yaml' (91,484) at 20240405153045161 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rdc321x.h' (91,485) at 20210307214931434 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.h' (91,486) at 20210307214929810 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_driver.h' (91,487) at 20240405153231859 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.h' (91,488) at 20240405153050069 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/pmem.c' (91,489) at 20240405153046973 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dbring.h' (91,490) at 20240405153050433 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/Kconfig' (91,491) at 20210308005003440 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/clock.h' (91,492) at 20210308005002644 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/MAINTAINERS' (91,493) at 20210308005003028 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/net/pcs-rzn1-miic.h' (91,494) at 20240405153052649 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/pasemi-rng.c' (91,495) at 20240405153230199 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/tools.conf' (91,496) at 20210407000018078 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/LLNL' (91,497) at 20210307205554010 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sc7280.yaml' (91,498) at 20240405153229759 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-branch-options.h' (91,499) at 20210307214932598 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-types.h' (91,500) at 20220525020653275 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/misc.h' (91,501) at 20240405153052529 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/Makefile' (91,502) at 20210308005002792 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-uclass.c' (91,503) at 20210308005003384 2025-03-14 03:00:51.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5-subcmu.c' (91,504) at 20240405153230239 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/Kconfig' (91,505) at 20220525020653315 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A33-OLinuXino_defconfig' (91,506) at 20210308005003232 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quotaio_v2.h' (91,507) at 20210307214931230 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp-native_6.0.5.bb' (91,508) at 20230811080018302 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_config.h' (91,509) at 20240405153052817 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/json-writer.h' (91,510) at 20210927100127249 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/st,uvis25.yaml' (91,511) at 20220525020651682 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/ipvs/ip_vs_conn.c' (91,512) at 20240405153053317 to deleted uid set 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/actions/mapped_floor.cpp' (91,513) at 20240820080023686 to deleted uid set 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7794-cpg-mssr.c' (91,514) at 20210308005003352 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging-callouts-mrw-native.bb' (91,515) at 20241206090014274 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/update-linux-headers.sh' (91,516) at 20241211090212458 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_proto.h' (91,517) at 20240405153046953 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_cmm_bsm.json' (91,518) at 20241213090004409 to deleted uid set 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_w.c' (91,519) at 20210308005046509 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/sa1100/pwer.h' (91,520) at 20210307214931594 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS' (91,521) at 20210307205554506 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/rcom.c' (91,522) at 20240405153231651 2025-03-14 03:00:51.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/ltc3676.c' (91,523) at 20240405153051465 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_inode_dotl.c' (91,524) at 20240405153231603 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mvebu_lcd.c' (91,525) at 20210308005003532 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/machine/e3c256d4i.conf' (91,526) at 20240413080012631 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sram.h' (91,527) at 20240405153052797 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.h' (91,528) at 20240405153047241 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb' (91,529) at 20210307205554386 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pic32mzdask_defconfig' (91,530) at 20210308005003276 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw/merge_sensor_config.py' (91,531) at 20210307205554070 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/amlogic/meson-secure-pwrc.c' (91,532) at 20240405153231347 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/pnfs.h' (91,533) at 20240405153052429 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_TS.h' (91,534) at 20240405153231479 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/dir.c' (91,535) at 20240405153052333 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/README' (91,536) at 20210308005002912 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/standardization/index.rst' (91,537) at 20240405153229747 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sdm845-lpasscc.yaml' (91,538) at 20240405153045029 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/bitsperlong.h' (91,539) at 20210308005046065 2025-03-14 03:00:51.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/pxa25x_udc.c' (91,540) at 20240405153052093 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_bmap_util.c' (91,541) at 20241023080012899 to deleted uid set 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sh_eth.h' (91,542) at 20210308005003444 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/hvf-i386.h' (91,543) at 20240326080039662 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/timedate' (91,544) at 20220413100022480 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8550.c' (91,545) at 20240405153051353 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JsonSchemaFile.v1_1_5.json' (91,546) at 20240619080002948 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl726.c' (91,547) at 20240405153046901 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_balign.c' (91,548) at 20210308005046505 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/phosphor-host-ipmid.wrap' (91,549) at 20230714080032711 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb' (91,550) at 20241221090017528 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-memchr.S' (91,551) at 20240405153229855 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/cache.c' (91,552) at 20210307214926178 2025-03-14 03:00:51.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/usb-dbg.cpp' (91,553) at 20241127090005733 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h' (91,554) at 20240520080015159 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwregs.c' (91,555) at 20240405153046621 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/Kconfig' (91,556) at 20240405153230187 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/engine.h' (91,557) at 20240405153231791 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pine64_plus_defconfig' (91,558) at 20210308005003276 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-s5pv210.c' (91,559) at 20240405153046845 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/callbacks.rst' (91,560) at 20210307214925518 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/pcm.h' (91,561) at 20210307214932438 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/ac14xx.dts' (91,562) at 20210307214926338 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-ss-lsio.dtsi' (91,563) at 20240405153045737 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-dv-timings.c' (91,564) at 20241211090145449 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/apds990x.c' (91,565) at 20241211090145453 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp108.rst' (91,566) at 20210309003648428 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/delay.h' (91,567) at 20210307214932474 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_save_dump.h_shipped' (91,568) at 20210307214926462 2025-03-14 03:00:51.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/device.h' (91,569) at 20210307214926550 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/aops.c' (91,570) at 20240405153052453 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_crtc.h' (91,571) at 20210307214927770 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/coding-style.rst' (91,572) at 20240405153045301 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml' (91,573) at 20240405153045069 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/hash.c' (91,574) at 20240405153231663 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizbox3_common.dtsi' (91,575) at 20240405153045465 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/lio_vf_rep.h' (91,576) at 20210307214929350 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch' (91,577) at 20220125040024527 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/phosphor-dbus-interfaces.wrap' (91,578) at 20240124090001898 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-monitor/src/meson.build' (91,579) at 20241014080018042 to deleted uid set 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/README.md' (91,580) at 20221209040019091 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/asm.h' (91,581) at 20210308005002808 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/ksz_common.h' (91,582) at 20240405153052681 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vsyscall/vsyscall_emu_64.S' (91,583) at 20220804100015896 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/ics-native.c' (91,584) at 20240405153046233 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sparc/annotate/instructions.c' (91,585) at 20210307214932518 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/psci.c' (91,586) at 20240405153045889 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am437x-cm-t43.dts' (91,587) at 20240405153045597 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8992.dtsi' (91,588) at 20240405153045765 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-hisi-sec' (91,589) at 20240405153044913 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-unit' (91,590) at 20210308005046393 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.h' (91,591) at 20210307214927310 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-gl.bb' (91,592) at 20241221090017684 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/kvm_mm.h' (91,593) at 20240405153054393 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/spear/overview.rst' (91,594) at 20240405153044973 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_irq.c' (91,595) at 20240405153048781 2025-03-14 03:00:51.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rx8025.c' (91,596) at 20210308005003480 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/resource.h' (91,597) at 20210307214925650 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sprd/pinctrl-sprd-sc9860.c' (91,598) at 20210309003652144 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/libgloss-build-without-nostdinc.patch' (91,599) at 20230131040012047 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml' (91,600) at 20240405153045109 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/nf_conntrack-sysctl.rst' (91,601) at 20240405153045241 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/sigcontext.h' (91,602) at 20210307214926514 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enumval___val3_missing.c' (91,603) at 20210309003655984 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_1_2_offset.h' (91,604) at 20210307214927690 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/diag.c' (91,605) at 20241211090212518 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h' (91,606) at 20240405153048569 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc_file.hpp' (91,607) at 20240830080017495 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/run-ptest' (91,608) at 20241206090014242 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-unknown.err' (91,609) at 20210308005046409 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grums' (91,610) at 20210307205553782 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/mrb_section.html' (91,611) at 20231126090012817 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/Makefile' (91,612) at 20240405153049165 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-stub.c' (91,613) at 20230426080043668 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt6797-mt6351.txt' (91,614) at 20210307214925430 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-bcm1480ht.c' (91,615) at 20210307214926286 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/isl6421.c' (91,616) at 20240405153049289 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/ctype.h' (91,617) at 20220525020655115 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/COPYING.MIT' (91,618) at 20210307205554010 2025-03-14 03:00:51.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra20-das.txt' (91,619) at 20210307214925430 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hostfs/hostfs_kern.c' (91,620) at 20240805080014019 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/connection.ipp' (91,621) at 20210308005114857 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx93.dtsi' (91,622) at 20240910080014014 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp4xx-reference-design.dtsi' (91,623) at 20240405153045437 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu-qom.h' (91,624) at 20241211090212510 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/ptrace.h' (91,625) at 20210308005002844 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel-m10-bmc-core.c' (91,626) at 20240405153049605 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/rail_tests.cpp' (91,627) at 20220402030035703 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/signal.c' (91,628) at 20240405153045913 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/Makefile' (91,629) at 20240405153048569 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/wdt-uclass.c' (91,630) at 20210308005003540 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/ioeventfd.c' (91,631) at 20220525020654327 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/imximage.cfg' (91,632) at 20210308005003168 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xkeyboard-config-Zinoviev' (91,633) at 20241221090017620 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch' (91,634) at 20221003030013285 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/jiffies.c' (91,635) at 20220525020654731 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/cpu-x86-uarch-abi.py' (91,636) at 20240906080037444 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_0_default.h' (91,637) at 20210307214927674 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cpu_ops_sbi.h' (91,638) at 20240405153046245 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/clk.rst' (91,639) at 20240405153045189 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/interfaces/bmcweb_%.bbappend' (91,640) at 20220701030014155 2025-03-14 03:00:51.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/max11801-ts.txt' (91,641) at 20210307214925338 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/util_test.cpp' (91,642) at 20240817080006811 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi' (91,643) at 20210308005002576 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-v6.S' (91,644) at 20240405153045697 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/serial-u16550.c' (91,645) at 20220525020654971 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/Makefile.am' (91,646) at 20210308005117205 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-ddr.c' (91,647) at 20210309003649256 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_crtc.c' (91,648) at 20240405153048357 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci.h' (91,649) at 20240906080037308 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/wl18xx.h' (91,650) at 20210307214929966 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi' (91,651) at 20240405153229887 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vmgenid-test.c' (91,652) at 20240326080039742 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch' (91,653) at 20241221090017692 to deleted uid set 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/meson.bbclass' (91,654) at 20241221090017608 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c' (91,655) at 20240405153048637 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_signal.h' (91,656) at 20221215040039202 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,ipq5018-gcc.yaml' (91,657) at 20240405153229759 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_nrtr_masks.h' (91,658) at 20240405153046605 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi' (91,659) at 20240405153229887 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc9sdz60.h' (91,660) at 20210308005003672 2025-03-14 03:00:51.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/debug.h' (91,661) at 20210307214931518 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/MAINTAINERS' (91,662) at 20210308005002948 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ocfs1_fs_compat.h' (91,663) at 20220525020654475 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sungem.h' (91,664) at 20210307214929650 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm' (91,665) at 20240405153230367 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_miata.c' (91,666) at 20210307214925658 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/ec_kb3310b.c' (91,667) at 20210307214926270 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/sfq.json' (91,668) at 20240405153054377 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_bcsp.c' (91,669) at 20240405153046725 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/elf_ia32_efi.lds' (91,670) at 20210308005002884 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_cpu.h' (91,671) at 20210308005046069 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service' (91,672) at 20220514030009396 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/bbdev.sh' (91,673) at 20210307205554230 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc4260.rst' (91,674) at 20210307214925502 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/hfs_fs.h' (91,675) at 20240405153052377 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/semihost.h' (91,676) at 20240405153045625 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_linflexuart.c' (91,677) at 20210308005003484 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-reserved.rst' (91,678) at 20240405153229843 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb' (91,679) at 20240127090011892 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.c' (91,680) at 20240805080013947 2025-03-14 03:00:51.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hotplug.h' (91,681) at 20230426080043760 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-wb45n.dts' (91,682) at 20240405153045465 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/setup.py' (91,683) at 20210308005003728 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/thread_info.h' (91,684) at 20241018080014474 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nftlcore.c' (91,685) at 20240405153049705 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/stm32-dac-core.c' (91,686) at 20240405153048981 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/gpio.h' (91,687) at 20210308005002664 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/trace.h' (91,688) at 20240405153053241 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_bitops.c' (91,689) at 20220525020654755 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.1-no-RFN' (91,690) at 20211006000025242 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/ov519.c' (91,691) at 20220525020653323 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfmpy.c' (91,692) at 20210307214926334 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_esel.robot' (91,693) at 20240628080017121 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/MAINTAINERS' (91,694) at 20210308005003040 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/Makefile' (91,695) at 20210307214926786 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_dm.h' (91,696) at 20210307214930662 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/test/test_exprtk_tools.cpp' (91,697) at 20231008080027971 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ti-tpd12s015.c' (91,698) at 20240405153230527 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/clocksource.h' (91,699) at 20210307214926058 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml' (91,700) at 20220315030032663 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/Makefile' (91,701) at 20210308005002952 2025-03-14 03:00:51.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/x86_start16.py' (91,702) at 20210308005003748 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb' (91,703) at 20231011080016582 to deleted uid set 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/flexbus.h' (91,704) at 20210308005002800 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/start.S' (91,705) at 20210308005002884 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-virt.h' (91,706) at 20240405153045965 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py' (91,707) at 20210308005003736 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.png' (91,708) at 20230629131804619 to deleted uid set 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/vmx.h' (91,709) at 20240405153046401 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uclass-compat.c' (91,710) at 20210308005003380 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt' (91,711) at 20241221090017628 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_out.c' (91,712) at 20210307214932110 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_iface.h' (91,713) at 20230919080007046 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/hostname.sh' (91,714) at 20220405030025645 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-unaligned-prefetch.out' (91,715) at 20240906080037568 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/Kconfig' (91,716) at 20210308005002916 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/rcu.rst' (91,717) at 20240405153044933 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c' (91,718) at 20220525020652971 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_drv.h' (91,719) at 20240405153048417 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/cxl.rst' (91,720) at 20240405153044961 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target.h' (91,721) at 20240906080037544 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/realview_defconfig' (91,722) at 20240405153045617 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/README.sol' (91,723) at 20210308004938836 2025-03-14 03:00:51.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_ptr_as_arr___diff_sz.c' (91,724) at 20210307214932642 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a3xx.xml.h' (91,725) at 20240405153048573 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/cache.c' (91,726) at 20210307214931074 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_bit.c.inc' (91,727) at 20240906080037496 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/eeprom.c' (91,728) at 20240405153050461 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoe.h' (91,729) at 20240405153046701 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-setuptools-declarative-requirements_1.3.0.bb' (91,730) at 20220910030013369 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-bsp/grub/grub%.bbappend' (91,731) at 20220804030014683 to deleted uid set 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rtq2134-regulator.yaml' (91,732) at 20220525020651706 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cti-core.c' (91,733) at 20240405153230671 2025-03-14 03:00:51.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-module.c' (91,734) at 20220429100100954 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/trace/ftrace_64_pg_entry.S' (91,735) at 20240405153230039 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/sleep-tegra30.S' (91,736) at 20240405153045689 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Noweb' (91,737) at 20211006000025238 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa27x.dtsi' (91,738) at 20240405153045437 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s3c64xx-pinctrl.h' (91,739) at 20240405153045573 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ti,tfp410.yaml' (91,740) at 20220525020651670 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c' (91,741) at 20240405153050453 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_n.h' (91,742) at 20210307214929818 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon-config-mrw.bb' (91,743) at 20220921030015990 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_exec_test.c' (91,744) at 20240405153230639 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/aspeed,ast2500-hace.yaml' (91,745) at 20240405153045033 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml' (91,746) at 20221207040023631 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0009-support-apxs.in-force-destdir-to-be-empty-string.patch' (91,747) at 20220402030016023 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-24k.inc' (91,748) at 20210905000020581 to deleted uid set 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/bpf_perf_event.h' (91,749) at 20210307214926066 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx7d-clock.h' (91,750) at 20210308005003632 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctucan_pci.c' (91,751) at 20241211090212302 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/simd.h' (91,752) at 20240405153045625 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/index.rst' (91,753) at 20240405153045237 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_display.png' (91,754) at 20210307205554250 to deleted uid set 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-crl.h' (91,755) at 20240906080037336 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chid.h' (91,756) at 20240405153048637 2025-03-14 03:00:51.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nghttp2/nghttp2_%.bbappend' (91,757) at 20230623080015345 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pcmcia_resource.c' (91,758) at 20240405153051265 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.modinst' (91,759) at 20240405153232099 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/Kconfig' (91,760) at 20210308005003696 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ih_v6_1.h' (91,761) at 20240405153230355 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/sam460ex.c' (91,762) at 20241211090212322 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-nova-t-usb2-cardlist.rst' (91,763) at 20210307214925230 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/fsl_ifc.c' (91,764) at 20240405153230827 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/pm.c' (91,765) at 20210307214926638 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/kernel-stacks.rst' (91,766) at 20240405153044989 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vp.h' (91,767) at 20210307214925930 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/test.h' (91,768) at 20231110090010623 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpu_entry_area.h' (91,769) at 20240405153046381 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (91,770) at 20240719080014909 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-bits-template.h' (91,771) at 20240405153054369 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/openrd.h' (91,772) at 20210308005002908 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_ep.c' (91,773) at 20240405153052081 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi' (91,774) at 20240405153229923 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/ldst_helper.c' (91,775) at 20241211090212494 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/mediatek-cpufreq.c' (91,776) at 20240405153230251 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/submitting-patches.rst' (91,777) at 20240405153045249 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-pci-hotplug-stub.c' (91,778) at 20230426080043668 2025-03-14 03:00:51.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/boards/Makefile' (91,779) at 20210307214926190 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/ingenic,mmc.yaml' (91,780) at 20240405153045109 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evswitch.c' (91,781) at 20220525020655167 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_rpfilter.c' (91,782) at 20240405153053277 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c' (91,783) at 20240405153048649 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/fpu_asm.S' (91,784) at 20210307214932702 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_enum64val.c' (91,785) at 20240405153054265 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/thread_info_32.h' (91,786) at 20220525020652118 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/rs90.dts' (91,787) at 20240405153045989 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/coding-style.rst' (91,788) at 20240405153045273 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/cadence_ttc.c' (91,789) at 20240906080037300 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c' (91,790) at 20240405153047289 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/table.c' (91,791) at 20210307214929930 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/thunderbolt/Makefile' (91,792) at 20240405153050369 2025-03-14 03:00:51.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml' (91,793) at 20241004080020839 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_2_1_0_sh_mask.h' (91,794) at 20240405153047525 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/srmmu.c' (91,795) at 20240405153230095 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/subprojects/boost.wrap' (91,796) at 20240409080019271 to deleted uid set 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/task-analyzer-report' (91,797) at 20240405153054157 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest-fast.bb' (91,798) at 20231014080011723 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/axm_defconfig' (91,799) at 20210308005003248 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-colibri-aster.dtsi' (91,800) at 20240405153045529 2025-03-14 03:00:51.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c' (91,801) at 20240405153048653 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-cpu-dyndiv.c' (91,802) at 20240405153046801 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/power/hibernate.c' (91,803) at 20240405153045949 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_7.6.2.bb' (91,804) at 20241221090017552 to deleted uid set 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/apparmor.h' (91,805) at 20240405153053465 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/rt305x.c' (91,806) at 20240405153046049 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/Makefile' (91,807) at 20210307214929286 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/.gitignore' (91,808) at 20210308005003700 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/gpio.h' (91,809) at 20210307214931438 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/0001-libusbgx-Add-interface-name-for-NCM-Feature-Descript.patch' (91,810) at 20230520080014480 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2500_defconfig' (91,811) at 20230725080047953 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette/run-ptest' (91,812) at 20241221090017560 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-meson.c' (91,813) at 20240405153231283 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/rings.c' (91,814) at 20240405153050197 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/ce.h' (91,815) at 20240805080013991 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/atmel/Makefile' (91,816) at 20210307214930434 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml' (91,817) at 20240405153045149 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/Kconfig.debug' (91,818) at 20240405153046317 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch' (91,819) at 20241221090017636 to deleted uid set 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control.bb' (91,820) at 20241221090017484 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/CVE-2013-4420.patch' (91,821) at 20241221090017540 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/altera/Makefile' (91,822) at 20210308005003340 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-vmbus' (91,823) at 20210307214925194 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/configure.ac' (91,824) at 20220922030007675 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/apple/rtkit-internal.h' (91,825) at 20240405153051753 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch' (91,826) at 20240413080012651 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/asio-example.cpp' (91,827) at 20241213090054850 to deleted uid set 2025-03-14 03:00:51.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump/run-ptest' (91,828) at 20241221090017500 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/smdkv310.c' (91,829) at 20210308005003044 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/inotify/inotify_fsnotify.c' (91,830) at 20240405153052453 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libcrypto.c' (91,831) at 20220913100024317 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/dma.c' (91,832) at 20240405153045657 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/libpwquality/libpwquality_%.bbappend' (91,833) at 20230505080015455 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i8042.h' (91,834) at 20210308005003652 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-B' (91,835) at 20210307205554418 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd-manager-test/editor_test.cpp' (91,836) at 20230516080022994 to deleted uid set 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/037' (91,837) at 20210927100127473 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rk817_codec.c' (91,838) at 20240405153053681 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch' (91,839) at 20220402030016023 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_svm_test.c' (91,840) at 20240405153232271 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/pfuze100.h' (91,841) at 20220525020654611 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/processor.h' (91,842) at 20210308005002816 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmnz_v.c' (91,843) at 20210308005046509 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/interrupt.c' (91,844) at 20220525020652010 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_errno_defs.h' (91,845) at 20221215040039202 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/android-drivers.cfg' (91,846) at 20241221090017576 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/Makefile' (91,847) at 20210307214928438 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/tp3780i.h' (91,848) at 20220525020652298 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.2.0.bb' (91,849) at 20241221090017484 2025-03-14 03:00:51.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/configure.ac' (91,850) at 20210307205554558 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/fcoe_ctlr.c' (91,851) at 20240405153231395 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/burgundy.h' (91,852) at 20210307214932282 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pgalloc.h' (91,853) at 20220525020651950 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bsg.h' (91,854) at 20240405153052665 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/Kconfig' (91,855) at 20241104090011623 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/unwind_frame.c' (91,856) at 20240405153046441 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/lantiq,pinctrl-falcon.txt' (91,857) at 20210307214925394 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/mmu.json' (91,858) at 20240405153054109 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/bzero.S' (91,859) at 20240405153230095 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_auth.h' (91,860) at 20220525020654535 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/Kconfig' (91,861) at 20210308005003520 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/maturin.py' (91,862) at 20240106090017261 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/type_support.h' (91,863) at 20210307214930546 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/utsname.h' (91,864) at 20240405153052817 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/.gitignore' (91,865) at 20220625030026172 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dca.h' (91,866) at 20210307214931374 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config.bb' (91,867) at 20241206090014270 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c' (91,868) at 20240405153230543 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/syscall_64.tbl' (91,869) at 20241211090212386 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma1_core_ctx_axuser_regs.h' (91,870) at 20240405153046585 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20-taurus.dts' (91,871) at 20210308005002572 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/README' (91,872) at 20210308005003772 2025-03-14 03:00:51.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include/sub-module.json' (91,873) at 20210308005046409 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nuvoton/npcm-video.c' (91,874) at 20240405153230807 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/abilis,tb10x-gpio.txt' (91,875) at 20210307214925314 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_encoder_dsi.h' (91,876) at 20240405153048569 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-kernel/linux/linux-aspeed/ampere.cfg' (91,877) at 20241023080015407 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/switch_to_32.h' (91,878) at 20210307214926554 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst' (91,879) at 20240405153229839 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/pldm_%.bbappend' (91,880) at 20241206090014218 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_interface_bpf.c' (91,881) at 20240405153053413 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-iommu.h' (91,882) at 20220429100100938 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-88f6820-gp.h' (91,883) at 20210308005003592 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_map_ptr.c' (91,884) at 20240405153054281 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/cache.c' (91,885) at 20210307214931238 2025-03-14 03:00:51.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atombios_crtc.c' (91,886) at 20240405153048705 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptbase.c' (91,887) at 20240405153049593 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec.h' (91,888) at 20240405153230263 to deleted uid set 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/bootstrap.sh' (91,889) at 20210308005117617 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/probe-finder.c' (91,890) at 20241211090145577 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_core.c' (91,891) at 20220525020653043 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/symlink.patch' (91,892) at 20220618030015190 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/Makefile' (91,893) at 20240405153231275 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ia_css_cnr2_types.h' (91,894) at 20210307214930554 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw552x.dts' (91,895) at 20240405153045497 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe.txt' (91,896) at 20210307214925422 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_state_machine.cpp' (91,897) at 20231229090005659 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyasn1/run-ptest' (91,898) at 20230401080011975 to deleted uid set 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/paz00.h' (91,899) at 20210308005003608 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_entry.hpp' (91,900) at 20240820080027374 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/vhost-user.c' (91,901) at 20230426080043636 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/fastcopy.S' (91,902) at 20210307214926182 2025-03-14 03:00:51.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ipconfig.h' (91,903) at 20240405153052849 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/jsm/jsm.h' (91,904) at 20210307214930750 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/r8153_ecm.c' (91,905) at 20220525020653695 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/imx-dsp.c' (91,906) at 20240405153230295 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_rcw_sd_qspi.cfg' (91,907) at 20210308005002968 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/shmem.c' (91,908) at 20240405153230295 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/nd_perf.c' (91,909) at 20240405153051193 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch' (91,910) at 20230317080013793 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mcucfg.txt' (91,911) at 20210307214925278 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/089' (91,912) at 20220429100100886 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/lshrdi3.S' (91,913) at 20210308005002708 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/basu/basu_0.2.1.bb' (91,914) at 20231207090015262 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/evm' (91,915) at 20240405153044913 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_booke_hv_asm.h' (91,916) at 20210307214926382 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crc32c_generic.c' (91,917) at 20210309003649116 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6359p/registers.h' (91,918) at 20220525020654587 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-pattern.c' (91,919) at 20240405153049221 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb' (91,920) at 20241221090017528 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/Kconfig' (91,921) at 20210312110012066 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/Makefile' (91,922) at 20240405153230247 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,videocc-sm8150.h' (91,923) at 20240405153231795 2025-03-14 03:00:51.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/intel,keembay.yaml' (91,924) at 20240405153045013 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfs/flexfilelayout/flexfilelayout.c' (91,925) at 20240405153231699 to deleted uid set 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hidraw.h' (91,926) at 20210307214931394 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/unistd.h' (91,927) at 20210308005046065 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/volatiles.03_squid' (91,928) at 20210307205553822 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/Kconfig' (91,929) at 20210308005003016 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_irq.h' (91,930) at 20240405153048545 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/exception-64s.h' (91,931) at 20220525020652034 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/forwarding.config.sample' (91,932) at 20240405153054341 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/layer.conf' (91,933) at 20241221090017476 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/scsi/utils.h' (91,934) at 20210927100127253 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/Kconfig' (91,935) at 20240405153050509 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/ecovec24_defconfig' (91,936) at 20240405153046309 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/renoir_ip_offset.h' (91,937) at 20220525020652811 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-go-toolchain.bb' (91,938) at 20210812000025330 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8952.c' (91,939) at 20240405153051465 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/typec_tbt.h' (91,940) at 20220525020654627 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hugetlb.h' (91,941) at 20210307214926662 2025-03-14 03:00:51.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/Makefile' (91,942) at 20220525020653767 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ftdi_sio_ids.h' (91,943) at 20240405153231567 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-atari.h' (91,944) at 20210307214926166 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h' (91,945) at 20240405153048797 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/isdnhdlc.c' (91,946) at 20210309003650244 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/sticore.c' (91,947) at 20240405153052229 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ramht.c' (91,948) at 20210307214927922 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/xdr.h' (91,949) at 20240405153052721 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/mock_event_manager.hpp' (91,950) at 20241022080031588 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_add.c' (91,951) at 20210308005046529 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mptcp/protocol.c' (91,952) at 20241211090145557 to deleted uid set 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/encoding.h' (91,953) at 20220525020654707 2025-03-14 03:00:51.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/iocsr_config.h' (91,954) at 20210308005002912 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/0001-Makefile-add-clean-target.patch' (91,955) at 20230503080014579 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/buildid.c' (91,956) at 20241125090012259 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/Makefile' (91,957) at 20240405153050613 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm20b.c' (91,958) at 20240405153048641 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_rmap_item.h' (91,959) at 20240405153052605 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/defines.h' (91,960) at 20210307214929470 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qcom,ethqos.yaml' (91,961) at 20240405153045121 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/flash_size.hpp' (91,962) at 20230520080006628 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/other.json' (91,963) at 20240405153054149 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sm5703-regulator.c' (91,964) at 20240405153051473 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/Makefile' (91,965) at 20210308005003008 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/qnx4_fs.h' (91,966) at 20210307214931658 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__config.hpp' (91,967) at 20241217090453703 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt' (91,968) at 20220525020651702 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sort.h' (91,969) at 20240405153054205 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/configs/btf.config' (91,970) at 20240405153230075 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/bosch,bma220.yaml' (91,971) at 20240405153045065 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_log_debugfs.h' (91,972) at 20210307214927826 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_prctl.h' (91,973) at 20220429100100618 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb' (91,974) at 20241220090019722 to deleted uid set 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog_git.bb' (91,975) at 20241206090014246 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch' (91,976) at 20241221090017688 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v4.11.c' (91,977) at 20240405153050341 2025-03-14 03:00:51.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (91,978) at 20240308090017911 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/Makefile' (91,979) at 20210308005002900 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/requester/instance-id.c' (91,980) at 20240725080010424 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_csr.h' (91,981) at 20240405153049957 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h' (91,982) at 20240405153230951 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/xen,grant-dma.yaml' (91,983) at 20240405153229771 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo_c.bbclass' (91,984) at 20230919080013974 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-ptn5150.c' (91,985) at 20240405153047025 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/exporting.rst' (91,986) at 20240405153229811 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/kernel_ex.S' (91,987) at 20210307214926142 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_flash_bios.sh' (91,988) at 20231017080014762 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/006_dual_image.dts' (91,989) at 20210308005003752 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm8550.c' (91,990) at 20240405153230235 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/bttv-devel.rst' (91,991) at 20220525020651722 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/8390p.c' (91,992) at 20210307214929278 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/user_data_test.cpp' (91,993) at 20240820080027382 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sbtsi_temp.rst' (91,994) at 20220525020651738 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_logging.hpp' (91,995) at 20230516080019606 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/eeprom.c' (91,996) at 20220525020653775 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth_2.36.0.bb' (91,997) at 20241221090017552 to deleted uid set 2025-03-14 03:00:51.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/statfs.c' (91,998) at 20240405153052541 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/atl1.h' (91,999) at 20210307214929310 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_sli.c' (92,000) at 20240906080037252 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_ensure.cpp' (92,001) at 20220917030035930 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dp_info.h' (92,002) at 20210308005002724 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/mm/mmap_bottomup.c' (92,003) at 20240405153232287 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/trace.h' (92,004) at 20210308005045905 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod1-clk.yaml' (92,005) at 20240405153045021 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/0001-mk-make-config.sh-not-reveal-the-build-env.patch' (92,006) at 20220823030015951 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/fw.h' (92,007) at 20210307214929930 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch' (92,008) at 20220204040022624 to deleted uid set 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ila/ila_lwt.c' (92,009) at 20241216090017789 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/fpu.h' (92,010) at 20240405153045937 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/cramfs.c' (92,011) at 20210308005003544 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-sysinfo.h' (92,012) at 20210307214926238 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/fsl-spi.txt' (92,013) at 20210307214925438 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-s35390a.c' (92,014) at 20240405153051501 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hwseq.c' (92,015) at 20240405153230399 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/pattern.cpp' (92,016) at 20240618080005305 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_compat.c' (92,017) at 20240405153232059 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/hs3001.c' (92,018) at 20240405153230663 2025-03-14 03:00:51.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/st,stm32-rng.yaml' (92,019) at 20240405153045153 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LZMA-SDK-9.22' (92,020) at 20241221090017616 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/dmi.h' (92,021) at 20210307214926058 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/csp/include/variant/tie.h' (92,022) at 20210307214926770 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/Kconfig' (92,023) at 20210307214929606 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sensorutils.hpp' (92,024) at 20230531080028153 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/google,cros-ec-anx7688.yaml' (92,025) at 20240405153045037 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6582-prestigio-pmt5008-3g.dts' (92,026) at 20240405153045461 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RSCPL' (92,027) at 20210307205554426 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/lcd2s.c' (92,028) at 20240405153046677 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-cpucfg.c' (92,029) at 20241211090212294 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/insn.c' (92,030) at 20220525020651882 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/s390x/diag318_test_handler.h' (92,031) at 20220525020655211 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/ipc.c' (92,032) at 20210309003654908 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/ffdc_file.hpp' (92,033) at 20240112090034344 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_masq.c' (92,034) at 20240405153232063 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/walkera0701.c' (92,035) at 20210307214928470 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8904.c' (92,036) at 20240405153232167 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/string.h' (92,037) at 20210307214926362 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/genelf.c' (92,038) at 20240405153054165 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch' (92,039) at 20210729000029096 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb' (92,040) at 20241221090017556 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt286.c' (92,041) at 20240405153053701 2025-03-14 03:00:51.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-2.c' (92,042) at 20210308005046489 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (92,043) at 20230524080016081 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/flash_copy.c' (92,044) at 20210308005100993 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-pause.rst' (92,045) at 20220525020654131 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio-pxa.h' (92,046) at 20210307214931390 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/blacklist.c' (92,047) at 20220525020653963 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mediatek,mt7986-afe.yaml' (92,048) at 20240405153229799 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-98dx4251.dtsi' (92,049) at 20240405153045453 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_eeprom.h' (92,050) at 20220525020654187 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/bcm_sf2.c' (92,051) at 20240815080012887 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_lookup.c' (92,052) at 20240405153052365 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/Makefile' (92,053) at 20240405153048705 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/div64.S' (92,054) at 20210308005002708 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_dfs.h' (92,055) at 20210307214929890 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dispc-compat.c' (92,056) at 20220525020654319 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/checkpatch.pl' (92,057) at 20210308005003724 2025-03-14 03:00:51.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/xgene-pmu.rst' (92,058) at 20210307214925238 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/knav_qmss.h' (92,059) at 20210307214930450 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/memory.json' (92,060) at 20240405153232227 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/unimp.h' (92,061) at 20210308005046021 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/scan.c' (92,062) at 20210307214929966 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/early/xhci-dbc.c' (92,063) at 20240405153052065 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/psci.c' (92,064) at 20210308005003372 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/DSD-properties-rules.rst' (92,065) at 20240405153045209 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/README' (92,066) at 20210307205554266 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/manualexecution.py' (92,067) at 20241221090017700 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml' (92,068) at 20221209040038051 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/rockchip,rk3288-dp-phy.yaml' (92,069) at 20240405153045129 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/fpu.S' (92,070) at 20210307214926498 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/sun4i-a10.h' (92,071) at 20210307214931346 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/thread_info.h' (92,072) at 20210307214926586 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/Kconfig' (92,073) at 20210308005003052 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/sonypi.c' (92,074) at 20240405153046761 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-positional-args.patch' (92,075) at 20241221090017512 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/Kbuild' (92,076) at 20210307214925650 2025-03-14 03:00:51.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/clps711x.c' (92,077) at 20240405153231511 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/sleepgraph.py' (92,078) at 20240405153232243 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/block-rsv.h' (92,079) at 20240405153231615 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/uv.h' (92,080) at 20240830080013243 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/ddr-setup.cfg' (92,081) at 20210308005002912 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_config.hpp' (92,082) at 20240618080024509 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c' (92,083) at 20210307214929566 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_ram.c' (92,084) at 20210308005003372 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/marvell,berlin2-adc.yaml' (92,085) at 20210309003648356 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/meson.build' (92,086) at 20240424080021456 to deleted uid set 2025-03-14 03:00:51.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_cpum_cf_events.c' (92,087) at 20240405153046289 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/ioapic.c' (92,088) at 20240405153046449 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/device.c' (92,089) at 20240805080013955 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra30_i2s.h' (92,090) at 20210307214932430 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool_parallel_make_and_pic.patch' (92,091) at 20210307205553818 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_fastopen.c' (92,092) at 20241211090145553 to deleted uid set 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a780.i2c/i2c-14/i2c-30/30-0052.conf' (92,093) at 20240920080012139 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/iser_verbs.c' (92,094) at 20240405153230723 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/hyp-stub.S' (92,095) at 20240405153045869 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/busy_loop.S' (92,096) at 20210307214932702 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/sections.h' (92,097) at 20240405153045917 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_elf.h' (92,098) at 20240906080037156 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/calxeda/Makefile' (92,099) at 20240405153045433 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_debug.c' (92,100) at 20220525020654175 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-arizona.c' (92,101) at 20240405153047073 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-spc621d8hm3.dts' (92,102) at 20240628080013977 2025-03-14 03:00:51.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvgbe.c' (92,103) at 20210308005003436 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (92,104) at 20241214090210267 to deleted uid set 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ezchip_enet.txt' (92,105) at 20210307214925374 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/setup.h' (92,106) at 20210307214926682 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb' (92,107) at 20241221090017548 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-zii-rpu2.dts' (92,108) at 20240405153045533 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/stap.py' (92,109) at 20210308005046245 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm.h' (92,110) at 20240405153231835 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/meson.build' (92,111) at 20240423080018523 to deleted uid set 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/python_pgm_template' (92,112) at 20221209040018571 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/license.py' (92,113) at 20241221090017624 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc836x_rdk.c' (92,114) at 20240405153046197 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/sifive-e-aon-watchdog-test.c' (92,115) at 20230925080040097 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun6i.c' (92,116) at 20210308005002784 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/mmu.h' (92,117) at 20210307214926314 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/max31785.txt' (92,118) at 20210307214925322 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/index.js' (92,119) at 20210308005107073 2025-03-14 03:00:51.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/extract-vsssdk-headers' (92,120) at 20210308005046241 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/main.c' (92,121) at 20240405153050489 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot/meson.build' (92,122) at 20230825080021133 to deleted uid set 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pinmux.c' (92,123) at 20210308005003216 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-geam.dts' (92,124) at 20210308005002588 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/vce_v1_0.c' (92,125) at 20220525020653007 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c' (92,126) at 20240405153054277 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,postmask.yaml' (92,127) at 20240405153045041 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/md-cluster.c' (92,128) at 20240405153230771 to deleted uid set 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/system.h' (92,129) at 20240405153050525 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/powertop/powertop_2.15.bb' (92,130) at 20241221090017688 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_chardev.c' (92,131) at 20240405153051381 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/bus.json' (92,132) at 20240405153054109 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c/gdb-config.c.inc' (92,133) at 20210308005046349 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_perf_selftests.h' (92,134) at 20220525020652915 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/dac/max517.h' (92,135) at 20210307214931402 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon/phosphor-cooling-type@.service' (92,136) at 20220514030009436 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (92,137) at 20240206090017943 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest.bb' (92,138) at 20240302090018206 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/cn10k_cpt.c' (92,139) at 20240405153046961 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb' (92,140) at 20220402030016043 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/0001-Port-to-Gtk3.patch' (92,141) at 20210307205554462 2025-03-14 03:00:51.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/Makefile' (92,142) at 20240405153230775 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/Makefile' (92,143) at 20240405153052113 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/sn0/hubmd.h' (92,144) at 20210307214926246 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-dc.yaml' (92,145) at 20240405153045049 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axs103.dts' (92,146) at 20210307214925662 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/Makefile' (92,147) at 20210307214930914 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7m/tune-cortexm7.inc' (92,148) at 20210905000020581 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/ezusb.c' (92,149) at 20220525020654283 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/ia_css_raw_param.h' (92,150) at 20210307214930558 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/src_callout_test.cpp' (92,151) at 20240820080027382 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/cayman' (92,152) at 20210307214928018 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro4.dtsi' (92,153) at 20240405153045577 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/taglib/taglib_2.0.2.bb' (92,154) at 20241221090017700 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/livepatch.rst' (92,155) at 20220525020651742 2025-03-14 03:00:51.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst' (92,156) at 20240405153045237 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/segment.c' (92,157) at 20241216090017753 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/atmel-ebi.c' (92,158) at 20240405153049585 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7763rdp.h' (92,159) at 20210308005003616 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_boston.c' (92,160) at 20210308005003348 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98504.c' (92,161) at 20240405153053641 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/leds/daytonax-led-manager-config/led.yaml' (92,162) at 20240829080014014 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-madvise.c' (92,163) at 20240906080037580 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_memac.h' (92,164) at 20210308005003652 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm-dev.h' (92,165) at 20210307214926954 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/disable_vlockrc.patch' (92,166) at 20210307205553934 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c' (92,167) at 20240405153230359 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/nfp_xpb.h' (92,168) at 20210307214929570 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/pcm032.dts' (92,169) at 20240405153046093 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/uncore-io.json' (92,170) at 20240405153054137 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/introduction.rst' (92,171) at 20240405153229835 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6memcal_defconfig' (92,172) at 20210308005003268 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Avoid-linking-to-plymouth_logo_file.patch' (92,173) at 20240301090012423 2025-03-14 03:00:51.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/asm-offsets.h' (92,174) at 20210307214926174 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gud/gud_connector.c' (92,175) at 20240405153048429 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ReplaceAll/meson.build' (92,176) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_cpu.h' (92,177) at 20210308005046089 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/88pm8607.c' (92,178) at 20240405153051461 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/external_storer_file.cpp' (92,179) at 20240910080001402 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-bcm2835.c' (92,180) at 20240405153049189 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_packet.c' (92,181) at 20241011080017331 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/vdso.c' (92,182) at 20240405153045945 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_ct5361.h' (92,183) at 20210308005003592 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/Kconfig' (92,184) at 20210308005003076 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/adf7242.txt' (92,185) at 20210307214925374 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/Kconfig' (92,186) at 20210308005003008 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7744-cpg-mssr.h' (92,187) at 20210307214931330 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-MIT-disclaimer-xserver' (92,188) at 20241221090017616 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-evm-u-boot.dtsi' (92,189) at 20210308005002592 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-power-good.service' (92,190) at 20240105090012010 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/string.h' (92,191) at 20220525020651970 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd70.dts' (92,192) at 20240405153045601 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reset.h' (92,193) at 20240405153052785 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/insns.decode' (92,194) at 20240906080037480 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/cmpxchg' (92,195) at 20240405153053433 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/dummy_st_ops.c' (92,196) at 20240712080021105 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cable.interface.yaml' (92,197) at 20240612080019950 2025-03-14 03:00:51.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/cpumask.c' (92,198) at 20240405153231895 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc_fw_abi.h' (92,199) at 20240405153048513 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/Makefile' (92,200) at 20240405153231947 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hw_breakpoint.h' (92,201) at 20240405153231811 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-user-regs-sve-aarch64' (92,202) at 20240405153232231 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_if.c' (92,203) at 20240405153053289 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/rpcb_clnt.c' (92,204) at 20240405153232083 2025-03-14 03:00:51.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/i2c.h' (92,205) at 20210308005002668 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/e2fs' (92,206) at 20210307205554482 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/syscalls/syscall_n64.tbl' (92,207) at 20240405153230015 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kbd_kern.h' (92,208) at 20220525020654579 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/reg.h' (92,209) at 20210307214929946 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h' (92,210) at 20240405153051897 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_ioctl.h' (92,211) at 20240405153052593 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/Makefile' (92,212) at 20240405153046677 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_rps.c' (92,213) at 20240405153048505 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-ufi.dtsi' (92,214) at 20240405153045761 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sy8824x.c' (92,215) at 20240405153231363 2025-03-14 03:00:51.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear.default' (92,216) at 20210307205554474 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bna_tx_rx.c' (92,217) at 20240405153049853 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_regs_defs.h' (92,218) at 20210309003650536 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/bsc9132qds.c' (92,219) at 20210308005002960 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/main.cpp' (92,220) at 20241219090021588 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table_osrunning_redfish.json' (92,221) at 20240807080012790 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/uqe_serial.txt' (92,222) at 20210307214925422 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_defconfig' (92,223) at 20210308005003248 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/Makefile' (92,224) at 20210308005002920 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/lowlevel_init.S' (92,225) at 20210308005003036 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8998.c' (92,226) at 20240405153051469 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/testmgr.h' (92,227) at 20240405153046549 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/Kconfig' (92,228) at 20240405153049261 2025-03-14 03:00:51.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-branch.c' (92,229) at 20240405153046809 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/stellaris_gamepad.h' (92,230) at 20240326080039538 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,ns2-pcie-phy.yaml' (92,231) at 20240405153045129 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/keys/core.rst' (92,232) at 20240405153229827 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65910.c' (92,233) at 20240405153049621 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rd88f6281.dtsi' (92,234) at 20240405153045457 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/pmbus_write_vout_command.md' (92,235) at 20240809080033023 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/early/Makefile' (92,236) at 20210307214930794 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch' (92,237) at 20241221090017636 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-ringbuf.c' (92,238) at 20210308005045765 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/pmu.h' (92,239) at 20210308005002672 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu9_driver_if.h' (92,240) at 20240405153230511 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/Makefile' (92,241) at 20240405153049469 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-linkstation-lschl.dts' (92,242) at 20240405153045461 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun6i-a31.c' (92,243) at 20240405153046857 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.json' (92,244) at 20230925080040089 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/0002-replace-non-standard-uint-with-unsigned-int.patch' (92,245) at 20230706080014753 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/smb/ksmbd.rst' (92,246) at 20240405153045209 2025-03-14 03:00:51.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/reg.h' (92,247) at 20210307214929966 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/pcnet.c' (92,248) at 20240906080037264 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-backlight.c' (92,249) at 20210307214928554 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp-evk.dts' (92,250) at 20210308005002592 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/files/run-ptest' (92,251) at 20210307205554006 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/nfs.c' (92,252) at 20240405153231679 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/video-mux.c' (92,253) at 20240405153230819 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts/44-source-code-pro-fonts-fontconfig.conf' (92,254) at 20210307205553946 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts' (92,255) at 20210308005002616 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h' (92,256) at 20210308005002644 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/sun4i-ps2.c' (92,257) at 20240405153049157 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/sparc64.c' (92,258) at 20240906080037300 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8328.h' (92,259) at 20210307214932310 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/093_x86_tpl_ucode.dts' (92,260) at 20210308005003752 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml' (92,261) at 20240405153045065 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/Kconfig' (92,262) at 20220525020654339 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/.gitlint' (92,263) at 20220819100012247 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/infineon,peb2466.yaml' (92,264) at 20240405153045165 2025-03-14 03:00:51.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/config.py' (92,265) at 20241211090212538 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c' (92,266) at 20240405153230927 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b.c' (92,267) at 20240405153231263 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/intel_pstate/run.sh' (92,268) at 20210307214932678 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pico.dtsi' (92,269) at 20210308005002588 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/aoe/aoechr.c' (92,270) at 20240405153046701 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9260_matrix.h' (92,271) at 20210308005002716 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/goya/goya_hwmgr.c' (92,272) at 20240405153046569 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_RATEEST.h' (92,273) at 20210307214931646 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-mjpeg-hdr.c' (92,274) at 20240405153049473 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_utils.h' (92,275) at 20240405153050113 2025-03-14 03:00:51.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/Makefile' (92,276) at 20210307214926254 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_qp.c' (92,277) at 20240405153049093 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/msm_iommu_hw-8xxx.h' (92,278) at 20210307214928522 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/images/obmc-phosphor-image.bbappend' (92,279) at 20240712080022837 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf' (92,280) at 20210307205554274 to deleted uid set 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_pxa270.h' (92,281) at 20210308005003588 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/meson_options.txt' (92,282) at 20230808080009232 to deleted uid set 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-ubifs' (92,283) at 20240405153044925 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/Makefile' (92,284) at 20210308005003056 2025-03-14 03:00:51.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.14.bb' (92,285) at 20241206090014270 to deleted uid set 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_ffh.c' (92,286) at 20240405153046613 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service' (92,287) at 20220127040054629 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/sigio.h' (92,288) at 20240405153046345 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpni.c' (92,289) at 20240405153049921 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/ftrace.c' (92,290) at 20240628080013977 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/spear320.c' (92,291) at 20210308005003052 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-pf-stub.c' (92,292) at 20210309003651996 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/hwcap.h' (92,293) at 20240405153045945 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/MAINTAINERS' (92,294) at 20210308005003052 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu_common.c' (92,295) at 20210308005003528 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/vic/Kbuild' (92,296) at 20210307214927946 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/mvebu/cmd/bubt.txt' (92,297) at 20210308005003332 2025-03-14 03:00:51.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_core.c' (92,298) at 20240719080013365 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-wsa-macro.c' (92,299) at 20240405153232151 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/req-gen/_begin.h' (92,300) at 20210307214926450 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-omap.c' (92,301) at 20240405153230303 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/meson.options' (92,302) at 20230817080037441 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableRowAction.vue' (92,303) at 20241004080035963 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/cache.json' (92,304) at 20240405153054113 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dbus.cpp' (92,305) at 20240830080017491 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0004-src-Do-not-reset-FINAL_LIBS.patch' (92,306) at 20241221090017520 to deleted uid set 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/145.out' (92,307) at 20210308005046449 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/nilfs.h' (92,308) at 20241023080012895 to deleted uid set 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcbpf1_kern.c' (92,309) at 20210307214932118 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/spdxexclude' (92,310) at 20240405153053461 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch' (92,311) at 20241221090017464 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/misctrap.S' (92,312) at 20210307214926594 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/grackle.c' (92,313) at 20230426080043724 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb' (92,314) at 20241221090017636 2025-03-14 03:00:51.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-tqma6b.dtsi' (92,315) at 20240405153045521 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/fsl_qe_udc.h' (92,316) at 20210307214930810 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-winfast.c' (92,317) at 20210307214928786 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/wb45n_defconfig' (92,318) at 20210308005003284 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxxvf/Makefile' (92,319) at 20240405153046953 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/j1939.h' (92,320) at 20220525020654667 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm636.dtsi' (92,321) at 20220525020651926 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa320.h' (92,322) at 20210307214925938 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml' (92,323) at 20240405153045177 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ampere,smpro.yaml' (92,324) at 20240405153045105 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-export.svg' (92,325) at 20210308005107069 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_trace.h' (92,326) at 20240405153230579 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/Makefile' (92,327) at 20240405153045617 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/link-vmlinux.sh' (92,328) at 20240712080021097 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53659@72.conf' (92,329) at 20210307205554094 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch' (92,330) at 20220910030013433 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpa11_cprt.c' (92,331) at 20210307214925974 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/fsl-imx25-tsadc.txt' (92,332) at 20210307214925358 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi' (92,333) at 20220525020651910 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mc146818.c' (92,334) at 20210308005003480 2025-03-14 03:00:51.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/ossaudio.c' (92,335) at 20240326080039370 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/control.py' (92,336) at 20210308005003756 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_sched.c' (92,337) at 20240405153048777 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml' (92,338) at 20240405153045129 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/board_detect.c' (92,339) at 20210308005003076 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch' (92,340) at 20240413080012663 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/local.h' (92,341) at 20210307214932214 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-powercycle.service' (92,342) at 20220224040010566 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear13xx.dtsi' (92,343) at 20240405153229899 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_midi.h' (92,344) at 20210307214932198 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp221.h' (92,345) at 20210308005003560 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_synrto_kern.c' (92,346) at 20210307214932122 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/starfive-wdt.c' (92,347) at 20240405153231599 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/atomic64_test.c' (92,348) at 20210307214931790 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/Makefile' (92,349) at 20220525020653619 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dragonboard410c.h' (92,350) at 20210308005003592 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/usbgecko_udbg.c' (92,351) at 20240405153046209 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/dev_id.json' (92,352) at 20241105090013647 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/mmiowb.h' (92,353) at 20210307214926550 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/xen-blkfront.c' (92,354) at 20240405153046717 2025-03-14 03:00:51.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/util/perf_regs.c' (92,355) at 20240405153232219 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/descriptors_wacom.py' (92,356) at 20240405153054309 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/gitlab-pipeline-status' (92,357) at 20240906080037440 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-cl-som-am57x.dts' (92,358) at 20240405153045597 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/Makefile' (92,359) at 20210308005003416 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/dc_common.h' (92,360) at 20210307214927266 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Role_v1.xml' (92,361) at 20240619080002936 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ns87415.c' (92,362) at 20240405153046665 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btintel.c' (92,363) at 20241125090012239 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_atiixp.c' (92,364) at 20240405153046661 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pm.h' (92,365) at 20210307214926238 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-models-mips.rst.inc' (92,366) at 20210308005045809 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_base.dtso' (92,367) at 20240405153051213 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tls-offload-reorder-bad.svg' (92,368) at 20210307214925542 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/logfile.c' (92,369) at 20240405153052457 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/md5sum.c' (92,370) at 20210308005003212 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/empty2/README' (92,371) at 20210307214932470 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mcf-edma-main.c' (92,372) at 20240405153230283 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-swnode.c' (92,373) at 20240405153047089 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kopmanholmen' (92,374) at 20210307205553786 2025-03-14 03:00:51.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/mmc.h' (92,375) at 20240405153052741 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/prog.c' (92,376) at 20241216090017805 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/bitops.h' (92,377) at 20240405153045937 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Entry/meson.build' (92,378) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-gpio.h' (92,379) at 20240405153053965 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/atomisp2/pm.c' (92,380) at 20220525020653907 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/I2C_Edge_Conditions' (92,381) at 20210308005003288 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/hmp.h' (92,382) at 20240906080037344 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HeaterMetrics.v1_0_2.json' (92,383) at 20240619080002948 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/ghashp8-ppc.pl' (92,384) at 20240405153046969 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfswrite.hpp' (92,385) at 20210308005116217 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/pl111.rst' (92,386) at 20210309003648424 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-aspeed-sdk/tiogapass.cfg' (92,387) at 20220323030026191 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/mr75203.c' (92,388) at 20240405153048865 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts' (92,389) at 20240405153045817 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130' (92,390) at 20240405153044917 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/timezone/tzdata.bbappend' (92,391) at 20221101030016716 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_chassis.h' (92,392) at 20210308004938816 2025-03-14 03:00:51.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/base.c' (92,393) at 20240405153050625 to deleted uid set 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-lpspi.c' (92,394) at 20241216090017737 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/intr.c' (92,395) at 20220525020653131 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/signature.c' (92,396) at 20240405153231767 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0015-Handle-__cpu_mask-usage.patch' (92,397) at 20241221090017644 to deleted uid set 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qt1010_priv.h' (92,398) at 20210307214928798 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bamboo.dtb' (92,399) at 20210308005046113 to deleted uid set 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (92,400) at 20241206090014218 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4-io.dts' (92,401) at 20240405153045717 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wm97xx-core.c' (92,402) at 20240405153049165 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/bcm/bcm63xx-power.c' (92,403) at 20240405153231347 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/imx-rng.yaml' (92,404) at 20210309003648388 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/Makefile' (92,405) at 20240405153053977 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/nal-hevc.h' (92,406) at 20240405153049393 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_stp_timer.c' (92,407) at 20210307214931894 2025-03-14 03:00:51.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/taurus.h' (92,408) at 20210308005003620 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c' (92,409) at 20240805080013947 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_iocsr_config.c' (92,410) at 20210308005002780 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/README.md' (92,411) at 20220402030016063 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb' (92,412) at 20240413080012699 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidbg/acpidbg.c' (92,413) at 20210307214932614 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/Kconfig' (92,414) at 20241011080017383 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/xcbc.c' (92,415) at 20220525020652222 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sc7280.c' (92,416) at 20220525020652322 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/spin_table.c' (92,417) at 20210308005002560 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/tsens-v2.c' (92,418) at 20240405153051973 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_inflate.c' (92,419) at 20240405153053085 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/meson.build' (92,420) at 20240910080037463 to deleted uid set 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-core.c' (92,421) at 20240405153049365 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/core.c' (92,422) at 20241216090017689 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/boot.c' (92,423) at 20210524100035010 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-usb' (92,424) at 20240405153229731 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/galileo.dts' (92,425) at 20210308005002860 2025-03-14 03:00:51.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/string.h' (92,426) at 20210307214926118 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi' (92,427) at 20240405153045781 to deleted uid set 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx6ul.c' (92,428) at 20240906080037192 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/Makefile' (92,429) at 20220525020653863 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NLOD-1.0' (92,430) at 20211006000025238 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode/meson.build' (92,431) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/pldm_types.h' (92,432) at 20231102080015293 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_11_0_0_offset.h' (92,433) at 20210307214927690 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/base64.c' (92,434) at 20210308005046557 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-rda.yaml' (92,435) at 20210307214925318 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_wm8903.c' (92,436) at 20240405153054013 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/allwinner-sdhost.c' (92,437) at 20241211090212334 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-base.inc' (92,438) at 20241221090017564 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/module.h' (92,439) at 20240405153045937 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/netdev.c' (92,440) at 20240411080014106 2025-03-14 03:00:51.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-unknown.json' (92,441) at 20210308005046401 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_definer.c' (92,442) at 20240405153050133 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/flex_proportions.c' (92,443) at 20240405153053085 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/sig.h' (92,444) at 20240405153052625 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/drcov.c' (92,445) at 20240326080039398 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/test/meson.build' (92,446) at 20240405080017026 to deleted uid set 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a5xx_gpu.c' (92,447) at 20241008080013923 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/Kconfig' (92,448) at 20210307214930510 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-windows.c' (92,449) at 20230925080040113 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig' (92,450) at 20210308005003264 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/mctp.json' (92,451) at 20241205090005315 to deleted uid set 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-a1.yaml' (92,452) at 20240405153229787 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_0.dtso' (92,453) at 20240405153231279 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/sbs,sbs-charger.yaml' (92,454) at 20220525020651706 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/physical.hpp' (92,455) at 20240719080031533 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/eth.c' (92,456) at 20210308005002968 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/fb/Kconfig' (92,457) at 20240405153231587 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/Space.c' (92,458) at 20240405153049717 2025-03-14 03:00:51.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/unwinder.h' (92,459) at 20210307214926554 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_0_1_offset.h' (92,460) at 20240405153048085 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_regs.h' (92,461) at 20210307214929670 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_bpftool.sh' (92,462) at 20220525020655203 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/omap-des.txt' (92,463) at 20210307214925298 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra114.c' (92,464) at 20240405153051377 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config.bb' (92,465) at 20241206090014234 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VLanNetworkInterfaceCollection_v1.xml' (92,466) at 20240619080002940 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/direct-io.c' (92,467) at 20240405153052321 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/lock_data.h' (92,468) at 20240405153054185 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Vector-cast.patch' (92,469) at 20231011080016574 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/clang.yml' (92,470) at 20241221090017464 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/grandridge/memory.json' (92,471) at 20240405153054137 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_uiom.h' (92,472) at 20240405153049109 2025-03-14 03:00:51.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cardhu_defconfig' (92,473) at 20210308005003252 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/plutux/Makefile' (92,474) at 20210308005002920 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/command_ut.c' (92,475) at 20210308005003736 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/index.rst' (92,476) at 20240405153045221 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli/0001-nvme-print-add-fallback-for-non-standard-locale-cate.patch' (92,477) at 20241221090017504 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h' (92,478) at 20220525020652510 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts' (92,479) at 20240405153045441 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max16065.rst' (92,480) at 20210307214925502 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bits.h' (92,481) at 20240405153052661 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/snapshot.h' (92,482) at 20240906080037324 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/drm.h' (92,483) at 20210308005046045 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/lgpl-2.1.txt' (92,484) at 20210308005002540 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/intel-ipmi-oem/src/storagecommands.cpp' (92,485) at 20240829080009334 to deleted uid set 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/Kconfig' (92,486) at 20210308005003036 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb' (92,487) at 20231011080016606 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-control.c' (92,488) at 20240405153053965 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_gate.c' (92,489) at 20240405153053361 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/LICENSE' (92,490) at 20210308005059161 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/tegra_car.c' (92,491) at 20210308005003400 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/Makefile' (92,492) at 20240405153049185 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/MAINTAINERS' (92,493) at 20210308005003168 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/meson.build' (92,494) at 20241113090025393 to deleted uid set 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c' (92,495) at 20240405153048413 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/msgpool.c' (92,496) at 20210307214931902 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_pipapo_avx2.h' (92,497) at 20220525020654879 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/references.txt' (92,498) at 20210309003655368 2025-03-14 03:00:51.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig' (92,499) at 20210308005003264 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/recordmcount.h' (92,500) at 20210713000020248 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/cipso_ipv4.h' (92,501) at 20210309003653952 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/start.S' (92,502) at 20210308005002852 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/item_updater_main.cpp' (92,503) at 20240820080019550 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/README.md' (92,504) at 20231123090028645 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_pound_no_prefix.log' (92,505) at 20210309003655972 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/devres.rst' (92,506) at 20240405153045189 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/hisilicon,kirin-pcie.yaml' (92,507) at 20240405153045125 2025-03-14 03:00:51.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon.h' (92,508) at 20241211090145425 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/disk-io.c' (92,509) at 20241011080017351 to deleted uid set 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c' (92,510) at 20240405153049493 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/Kbuild' (92,511) at 20240405153045941 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench-example.py' (92,512) at 20220429100100750 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/fuloong-2e/reset.c' (92,513) at 20210307214926270 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/function2/function2_4.2.4.bb' (92,514) at 20240301090012427 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/examples/inventory.json' (92,515) at 20240618080023325 to deleted uid set 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston_14.0.1.bb' (92,516) at 20241221090017684 to deleted uid set 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr_types.h' (92,517) at 20240405153051837 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_exthdr.c' (92,518) at 20240405153232063 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ell/ell_0.71.bb' (92,519) at 20241221090017636 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/maintainer-profile.rst' (92,520) at 20210307214925454 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-hw.h' (92,521) at 20210307214928774 2025-03-14 03:00:51.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.out' (92,522) at 20210308005046397 to deleted uid set 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/rcutorture.c' (92,523) at 20240815080012911 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mtd-nand-omap2.h' (92,524) at 20240405153052769 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/halt-polling.rst' (92,525) at 20240405153229847 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-layers' (92,526) at 20241221090017584 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-elo.c' (92,527) at 20220525020653039 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/009_pack_extra.dts' (92,528) at 20210308005003752 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/board.c' (92,529) at 20230720080043535 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zio.h' (92,530) at 20210308005003696 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/test_space.sh' (92,531) at 20210307214932730 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/test/ndtest.c' (92,532) at 20240405153054229 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SOL/meson.build' (92,533) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/util_macros.h' (92,534) at 20241211090145537 2025-03-14 03:00:51.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/842/842_debugfs.h' (92,535) at 20210307214931790 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/events/core.c' (92,536) at 20241011080017291 to deleted uid set 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-rk3x.c' (92,537) at 20240405153230679 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx214.c' (92,538) at 20240405153049313 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql.service' (92,539) at 20210307205553890 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_d_path.c' (92,540) at 20241220090018346 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/mman.h' (92,541) at 20210307214931614 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-i686.txt' (92,542) at 20240113090014532 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/Makefile' (92,543) at 20210308005003360 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ocelot_pcb120.dts' (92,544) at 20210308005002816 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l45-i2c.c' (92,545) at 20240405153232143 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-filter.l' (92,546) at 20240405153054181 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/message.c' (92,547) at 20240906080037284 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/async_stack_depth.c' (92,548) at 20240405153054265 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/disasm.h' (92,549) at 20220525020654691 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_kvaser_pci.c' (92,550) at 20241211090212302 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-bcm-iproc.c' (92,551) at 20210309003651308 2025-03-14 03:00:51.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/kl5kusb105.h' (92,552) at 20210307214930866 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/wl3501.h' (92,553) at 20240405153050557 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/rc.c' (92,554) at 20220525020653163 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/Kconfig' (92,555) at 20210308005003044 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/ptrace.c' (92,556) at 20240405153045977 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dvb-bt8xx.c' (92,557) at 20210309003650324 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Hardware.interface.yaml' (92,558) at 20240517080019498 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020utm-pc.dtsi' (92,559) at 20210307214926346 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/invpcid.h' (92,560) at 20210307214926666 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-10.conf' (92,561) at 20210416100031754 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/Makefile.am' (92,562) at 20210308004938832 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/asm-prototypes.h' (92,563) at 20210307214926114 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq2415x.yaml' (92,564) at 20240405153045141 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mv643xx_i2c.h' (92,565) at 20210307214931454 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_eid.c' (92,566) at 20231101080011137 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-Fix-installing-ipp-usb-quirk.patch' (92,567) at 20230706080014749 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/manifest.py' (92,568) at 20220910030013393 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cio.h' (92,569) at 20240405153051521 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/time.c' (92,570) at 20220525020651978 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/Makefile' (92,571) at 20210309003653320 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/common_options.rst' (92,572) at 20240405153054037 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/outercache.h' (92,573) at 20210307214925854 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_prime.c' (92,574) at 20240405153048725 2025-03-14 03:00:51.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h' (92,575) at 20240405153047257 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_mixer.c' (92,576) at 20240405153230543 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/am6_spl.h' (92,577) at 20210308005002732 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_vxlan_vnifiltering.sh' (92,578) at 20240405153054353 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cxl/core/region.c' (92,579) at 20241111090012121 to deleted uid set 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal32.h' (92,580) at 20210308005046041 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-serpent_1.41.bb' (92,581) at 20241221090017560 to deleted uid set 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi' (92,582) at 20240405153045525 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertygentest/groupone.yaml' (92,583) at 20221209040030339 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/memory-region.yaml' (92,584) at 20240405153045149 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/tx.h' (92,585) at 20240405153050293 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/vagrant' (92,586) at 20210308005046393 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/trace.h' (92,587) at 20210307214928050 2025-03-14 03:00:51.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_snd.h' (92,588) at 20240906080037348 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_private.h' (92,589) at 20241018080014578 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ioapic.c' (92,590) at 20210308005002856 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c' (92,591) at 20220525020652859 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos4.c' (92,592) at 20240405153230239 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsutils.c' (92,593) at 20240405153046625 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ch341.c' (92,594) at 20240405153052129 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmsch_v2_0.h' (92,595) at 20210307214927238 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_hw_autogen.h' (92,596) at 20240405153230971 to deleted uid set 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-pcie.json' (92,597) at 20241214090008740 to deleted uid set 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/meson.build' (92,598) at 20210927100127085 2025-03-14 03:00:51.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-aarch64.h' (92,599) at 20240405153232211 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm.dtsi' (92,600) at 20220525020651906 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-sensor.c' (92,601) at 20240405153230055 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/s5m8767.c' (92,602) at 20210308005003472 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/list.h' (92,603) at 20210307214932150 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2.dts' (92,604) at 20240405153229971 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/blocklayoutxdr.h' (92,605) at 20210307214931162 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/xyzModem.c' (92,606) at 20210308005003232 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb' (92,607) at 20241221090017560 to deleted uid set 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Loffstrand' (92,608) at 20210307205553786 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1.dts' (92,609) at 20210308005002616 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fin_ack_lat.sh' (92,610) at 20210307214932686 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/internals.h' (92,611) at 20241211090212494 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/plip.rst' (92,612) at 20210307214925538 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_meson.c' (92,613) at 20210308005003348 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_port.c' (92,614) at 20240405153231523 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/Kconfig' (92,615) at 20240405153230087 2025-03-14 03:00:51.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/hw_cache_event_type_test.c' (92,616) at 20240405153054361 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/common_utils.hpp' (92,617) at 20210803100040199 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/devlink-user.c' (92,618) at 20240405153232215 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/sx_common.c' (92,619) at 20240405153049013 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_cldma.c' (92,620) at 20240411080014118 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/p1023_rdb.c' (92,621) at 20240405153230051 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042-ip22io.h' (92,622) at 20210307214928498 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6110x.c' (92,623) at 20240405153049301 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_w.c' (92,624) at 20210308005046509 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Manager_v1.xml' (92,625) at 20240918080002712 to deleted uid set 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/dma/Makefile' (92,626) at 20240405153054293 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' (92,627) at 20221209040032879 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/irq.h' (92,628) at 20220525020651946 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/selftests.h' (92,629) at 20220525020654647 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos-arm64.h' (92,630) at 20240405153046841 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/asm-offsets.c' (92,631) at 20210307214926310 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gma_display.c' (92,632) at 20240405153048421 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timex.h' (92,633) at 20220627100017134 2025-03-14 03:00:51.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-sliced-vbi.rst' (92,634) at 20240405153045313 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gnulib/gnulib_202401.bb' (92,635) at 20241221090017536 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/charset.h' (92,636) at 20210308005003572 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/telemetry_utils.hpp' (92,637) at 20231011080005554 to deleted uid set 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/mt7620/cpu-feature-overrides.h' (92,638) at 20240405153046005 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/div_Xsig.S' (92,639) at 20220525020652186 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware.c' (92,640) at 20210307214926890 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest/0055-Add-cstdint-for-uintXX_t-types.patch' (92,641) at 20240301090012447 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/devices.c' (92,642) at 20240405153050513 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/_qemutiny.py' (92,643) at 20231014080011731 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/opal-calls.S' (92,644) at 20240405153046093 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch' (92,645) at 20241221090017644 to deleted uid set 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/Makefile' (92,646) at 20240405153051369 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.1-only' (92,647) at 20210316000012717 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c' (92,648) at 20210307214932706 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-mpic-timer-B.dtsi' (92,649) at 20210307214926350 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ifc.h' (92,650) at 20210308005003652 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix-i2c-txcommon.h' (92,651) at 20210307214927742 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/blacklist.c' (92,652) at 20220525020652242 2025-03-14 03:00:51.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-locales_git.bb' (92,653) at 20230919080013986 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sc8280xp.c' (92,654) at 20240405153051349 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb' (92,655) at 20240301090012427 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/testusb.c' (92,656) at 20240405153054385 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/310.out' (92,657) at 20210927100127505 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h' (92,658) at 20240405153231191 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/elog_with_metadata.mako.cpp' (92,659) at 20210308005108057 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-boneblack-common.dtsi' (92,660) at 20240405153045589 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,fcp.yaml' (92,661) at 20240405153045101 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb' (92,662) at 20241221090017684 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_qb.c' (92,663) at 20210308005046501 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/logo.png' (92,664) at 20210307205554274 to deleted uid set 2025-03-14 03:00:51.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/ath5k.h' (92,665) at 20240405153050441 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77970.c' (92,666) at 20210308005003464 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/x86/include/arch/cfi_regs.h' (92,667) at 20220525020655127 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/pldm_interface.cpp' (92,668) at 20210308005059705 to deleted uid set 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (92,669) at 20240712080022837 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_net.h' (92,670) at 20240405153231883 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/bus.c' (92,671) at 20240520080015151 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/virt-pci.c' (92,672) at 20240405153230099 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_d.c' (92,673) at 20210308005046517 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.clang-tidy' (92,674) at 20241220090029607 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-pico-pi.dts' (92,675) at 20240405153045501 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_pcidio.c' (92,676) at 20240405153046901 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ucmpdi2.c' (92,677) at 20210307214931822 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/n_null.c' (92,678) at 20240405153231507 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/commproc.c' (92,679) at 20210308005002828 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/dns325.c' (92,680) at 20210308005002952 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/ibalance.c' (92,681) at 20210307214931234 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_booke.h' (92,682) at 20240405153046141 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/swap_numa.rst' (92,683) at 20240405153044961 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/spi/Makefile' (92,684) at 20210307214932438 2025-03-14 03:00:51.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/renesas-cpg-mssr.h' (92,685) at 20210308005003632 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_drm.h' (92,686) at 20240405153048565 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/dentry.c' (92,687) at 20210307214931122 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/lan9303.txt' (92,688) at 20240405153045117 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/sdram.c' (92,689) at 20210308005002976 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/yank_functions.c' (92,690) at 20240906080037372 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/clk_rst.h' (92,691) at 20210308005002668 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-hi655x.c' (92,692) at 20210307214926966 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-msg-port.h' (92,693) at 20240405153051945 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/otg_fsm.c' (92,694) at 20240405153052041 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c' (92,695) at 20241216090017717 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/sched.h' (92,696) at 20210307214932482 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sunxi_dw.c' (92,697) at 20210308005002784 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/zfs.c' (92,698) at 20210308005003220 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/pmic_max77693.c' (92,699) at 20210308005003468 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-klconfig.c' (92,700) at 20210307214926290 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/matrix-keymap.yaml' (92,701) at 20240405153045081 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc_regs.h' (92,702) at 20220525020652354 2025-03-14 03:00:51.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/README' (92,703) at 20210307214926146 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hsi/hsi_char.h' (92,704) at 20240405153052917 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.json' (92,705) at 20230925080040089 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs2.c' (92,706) at 20210308005002792 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/iba.h' (92,707) at 20210307214931582 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/arm,scmi.yaml' (92,708) at 20240405153045057 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/regs.c' (92,709) at 20240418080014486 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-collateral.inc' (92,710) at 20210316000012721 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/Makefile' (92,711) at 20210308005002884 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch' (92,712) at 20230706080014765 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_interface.hpp' (92,713) at 20240817080031288 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_lt_qb.c' (92,714) at 20210308005046505 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/clocksource.h' (92,715) at 20220525020652034 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi' (92,716) at 20240405153229971 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Hippocratic-2.1' (92,717) at 20211006000025238 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsmo' (92,718) at 20210307205553782 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control.bb' (92,719) at 20241221090017484 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-started@.target' (92,720) at 20220301040040077 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/tracefs/inode.c' (92,721) at 20240815080012907 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xilinx/Kconfig' (92,722) at 20210309003654944 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsrepair2.c' (92,723) at 20240405153046625 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/Makefile' (92,724) at 20210307214932214 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/local_ops.rst' (92,725) at 20240405153045289 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/s2255/Makefile' (92,726) at 20210307214928846 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-phycore-som.dtsi' (92,727) at 20210308005002604 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DL-DE-BY-2.0' (92,728) at 20241221090017616 2025-03-14 03:00:51.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_rps.h' (92,729) at 20240405153048445 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/rz-dmac.c' (92,730) at 20240405153230287 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/views.py' (92,731) at 20210307205554262 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/Makefile' (92,732) at 20210307214929126 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/damon/index.rst' (92,733) at 20240405153045297 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/elf.h' (92,734) at 20210307214926494 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc' (92,735) at 20240301090012451 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/lic_checksum.py' (92,736) at 20221120040010726 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_ph.c' (92,737) at 20210308005046505 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp2skb_meta_kern.c' (92,738) at 20220525020654931 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/pm.c' (92,739) at 20210309003648720 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_mutex.c' (92,740) at 20240405153052021 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/regs.h' (92,741) at 20240405153231227 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/pci.c' (92,742) at 20240405153051809 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/cpu.h' (92,743) at 20210308005002776 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/thermal_metrics.hpp' (92,744) at 20241217090008768 to deleted uid set 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_gcr.c' (92,745) at 20240906080037256 2025-03-14 03:00:51.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f746-disco.dts' (92,746) at 20210308005002616 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3.dtsi' (92,747) at 20210308005002612 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bitmap.c' (92,748) at 20210927100127641 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/tls.h' (92,749) at 20240405153045625 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-smbus.h' (92,750) at 20240405153052701 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockopt_inherit.c' (92,751) at 20240405153054273 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_qb.c' (92,752) at 20210308005046505 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/spufs/index.rst' (92,753) at 20210307214925490 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svcshare.c' (92,754) at 20210307214931142 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/Makefile' (92,755) at 20240405153049737 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi' (92,756) at 20240405153045745 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/hi6220-domain-ctrl.yaml' (92,757) at 20210309003648320 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.c' (92,758) at 20210307214930566 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/init.c' (92,759) at 20240405153046317 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-segin-peb-av-02.dtsi' (92,760) at 20240405153045525 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/fcntl.h' (92,761) at 20210307214925858 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm200.c' (92,762) at 20240405153048645 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-gl.c' (92,763) at 20240326080039750 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c' (92,764) at 20240405153231023 to deleted uid set 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-v4l2.c' (92,765) at 20240405153049381 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Astra-28.2E' (92,766) at 20210307205553758 2025-03-14 03:00:51.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_crypto.c' (92,767) at 20240405153046957 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_ah.h' (92,768) at 20210307214931650 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/storm.txt' (92,769) at 20210307214925434 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/cpu.c' (92,770) at 20210308005002836 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/phy-fsl-lynx-28g.c' (92,771) at 20240405153231311 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/__init__.py' (92,772) at 20210307205554258 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/passthrough.c' (92,773) at 20210307214930986 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-xattr-user.c' (92,774) at 20221215040039086 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/stacktrace.c' (92,775) at 20240405153229863 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/dpcon.c' (92,776) at 20210307214926930 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/signal_64.c' (92,777) at 20240405153230095 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/tsx_async_abort.rst' (92,778) at 20240405153044945 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_trigger.c' (92,779) at 20240405153054241 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/md/raid5-cache.rst' (92,780) at 20240405153045193 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/mman-common.h' (92,781) at 20230426080043780 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld4.c' (92,782) at 20210308005002792 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c' (92,783) at 20240405153048589 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/80_4gb_and_skip_at_start_together.dts' (92,784) at 20210308005003752 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.h' (92,785) at 20210307214927298 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake.1' (92,786) at 20210307205554234 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/g762.h' (92,787) at 20210307214931474 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/Makefile' (92,788) at 20240405153230071 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/addr.c' (92,789) at 20220525020654915 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/checksum.S' (92,790) at 20240405153046513 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/079_uses_pos.dts' (92,791) at 20210308005003752 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/Makefile' (92,792) at 20240405153045645 2025-03-14 03:00:51.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-moxart/Kconfig' (92,793) at 20240405153045653 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s.dtsi' (92,794) at 20240405153229927 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v68_hvx.c' (92,795) at 20230925080040097 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/krill/files/panic_workaround.patch' (92,796) at 20230706080014769 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d29.dtsi' (92,797) at 20240405153045469 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/Makefile' (92,798) at 20220525020651898 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' (92,799) at 20240628080017113 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/Makefile' (92,800) at 20210308005003024 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/tsi108_dev.c' (92,801) at 20240405153046233 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sam9x60.dtsi' (92,802) at 20241211090145369 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/cs423x/cs4236_lib.c' (92,803) at 20220525020654979 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/__init__.py' (92,804) at 20210308005046241 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/ma35d1-iot-512m.dts' (92,805) at 20240405153045749 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-phycore-segin.dts' (92,806) at 20210308005002588 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/NewDump/meson.build' (92,807) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/tiny-power-button.c' (92,808) at 20240405153046649 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch' (92,809) at 20241221090017516 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/alpine.docker' (92,810) at 20241211090212534 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_client.h' (92,811) at 20210617100022823 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-gfrm.c' (92,812) at 20210307214928090 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/hi6220-clock.txt' (92,813) at 20210309003648328 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi' (92,814) at 20220525020652026 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/ingenic,uart.yaml' (92,815) at 20240405153045153 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/tpm.c' (92,816) at 20241211090145405 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (92,817) at 20240316080012480 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/time_t.patch' (92,818) at 20210307205554586 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/u-boot.lds' (92,819) at 20210308005002796 2025-03-14 03:00:51.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_sensors.hpp' (92,820) at 20210429000059464 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-no-base.out' (92,821) at 20220429100100882 to deleted uid set 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/comedi_8254.c' (92,822) at 20240405153046893 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (92,823) at 20231005080013641 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb' (92,824) at 20231126090012797 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/probepoint.tc' (92,825) at 20240405153054305 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/calib.c' (92,826) at 20240405153050453 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/misc-impl.c.inc' (92,827) at 20240906080037520 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/Kconfig' (92,828) at 20240405153052485 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/op-pnor-msl.service' (92,829) at 20211019000031639 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/Kconfig' (92,830) at 20210308005003476 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5307.h' (92,831) at 20210308005002804 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/Kconfig' (92,832) at 20241211090145537 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/Makefile' (92,833) at 20240405153232287 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/au1xmmc.c' (92,834) at 20240405153230851 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/datagram.c' (92,835) at 20240405153053241 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/LICENSE' (92,836) at 20210308005104321 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/m53017evb.c' (92,837) at 20210308005002972 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/env.c' (92,838) at 20210307214926270 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts' (92,839) at 20240405153229919 2025-03-14 03:00:51.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f4-pinctrl.dtsi' (92,840) at 20210308005002612 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/Kconfig' (92,841) at 20210307214929958 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/regs_load.S' (92,842) at 20210307214932522 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/stm32-ipcc.c' (92,843) at 20240405153230759 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi' (92,844) at 20240405153229915 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/data.c' (92,845) at 20240710080014601 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a33_tablet_800x480_defconfig' (92,846) at 20210308005003276 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda827x.h' (92,847) at 20220525020653315 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vector_internals.h' (92,848) at 20240906080037528 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ioam6-sysctl.rst' (92,849) at 20220525020651746 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/helios4.c' (92,850) at 20210308005003012 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7622.c' (92,851) at 20240405153230211 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/uclass.c' (92,852) at 20220215040051564 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ext_caps.h' (92,853) at 20220525020653083 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/npcm7xx_gpio.c' (92,854) at 20240906080037224 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0001-UseLemon.cmake-do-not-use-lemon-data-from-the-host.patch' (92,855) at 20240113090014536 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/crosstap' (92,856) at 20220402030016247 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/VLAN/Create.interface.yaml' (92,857) at 20221209040038051 2025-03-14 03:00:51.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/clk-pxa2xx.h' (92,858) at 20240405153046805 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c' (92,859) at 20240411080014106 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/0001-executor-Include-missing-linux-falloc.h.patch' (92,860) at 20230706080014761 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/leds/mori-led-manager-config/led.yaml' (92,861) at 20240829080014018 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/matrix.c' (92,862) at 20210308005002716 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/pxa-usb.txt' (92,863) at 20240405153045181 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/flush.S' (92,864) at 20240405153229995 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/sample.c' (92,865) at 20240405153050109 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/counter-sysfs.c' (92,866) at 20240405153046909 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils_4.10.0.bb' (92,867) at 20241206090014334 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-cqhci.h' (92,868) at 20221128040017470 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/mmu-44x.h' (92,869) at 20240405153046121 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/Makefile' (92,870) at 20210307214926186 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ti,tsc2005.yaml' (92,871) at 20240405153045081 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blkdev.h' (92,872) at 20241211090145533 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/pci-armada8k.txt' (92,873) at 20220525020651698 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/Availability.interface.yaml' (92,874) at 20240618080025501 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/gpio.c' (92,875) at 20240405153045981 2025-03-14 03:00:51.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-waiting_for_supplier' (92,876) at 20210309003648256 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Add-missing-includes-cstdint-and-cstdio.patch' (92,877) at 20231011080016578 to deleted uid set 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/hugetlb.h' (92,878) at 20240405153045913 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ar-from-env.patch' (92,879) at 20210307205554458 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/build-whitelist.sh' (92,880) at 20210308005003724 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/archsetjmp_64.h' (92,881) at 20210307214926754 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vxlan/vxlan_multicast.c' (92,882) at 20240405153050389 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/Makefile' (92,883) at 20210308005003040 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch' (92,884) at 20230706080014745 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod/run-ptest' (92,885) at 20230317080013793 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/arm/qcom,ids.h' (92,886) at 20240405153231795 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pcie_pci_bridge.c' (92,887) at 20241211090212314 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz' (92,888) at 20210307205554590 to deleted uid set 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.hpp' (92,889) at 20240910080037463 to deleted uid set 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c' (92,890) at 20241211090145409 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl507a.h' (92,891) at 20210309003649824 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sgmii_riser.c' (92,892) at 20210308005002960 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-core.c' (92,893) at 20240405153049541 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cpu-reset.S' (92,894) at 20240405153045865 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Holsbybrunn_Holsbyholm' (92,895) at 20210307205553782 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/img,pdc-intc.txt' (92,896) at 20210307214925342 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-environment.png' (92,897) at 20210307205554366 to deleted uid set 2025-03-14 03:00:51.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (92,898) at 20240906080037556 to deleted uid set 2025-03-14 03:00:51.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-alsa.c' (92,899) at 20240405153049361 2025-03-14 03:00:51.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/taurus_defconfig' (92,900) at 20210308005003280 2025-03-14 03:00:51.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak_1.15.10.bb' (92,901) at 20241221090017516 2025-03-14 03:00:51.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/coreboot.dts' (92,902) at 20210308005002860 2025-03-14 03:00:51.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch' (92,903) at 20230610080017603 2025-03-14 03:00:51.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/led.h' (92,904) at 20240405153050513 2025-03-14 03:00:51.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/uncore-cache.json' (92,905) at 20240405153054153 2025-03-14 03:00:51.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/irled/pwm-ir-tx.yaml' (92,906) at 20240405153045089 2025-03-14 03:00:51.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8939.dtsi' (92,907) at 20240405153229943 to deleted uid set 2025-03-14 03:00:51.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml' (92,908) at 20220525020651678 2025-03-14 03:00:51.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/kconfig-language.rst' (92,909) at 20240405153229819 2025-03-14 03:00:51.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/dfi-bt700.c' (92,910) at 20210308005002952 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/pcm.c' (92,911) at 20240405153054025 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-hostctl/meson.build' (92,912) at 20241010080036061 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.yaml' (92,913) at 20241104090011559 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/ppp_async.c' (92,914) at 20241018080014538 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt' (92,915) at 20210307214925454 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c' (92,916) at 20241211090212290 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml' (92,917) at 20240405153045037 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_hpmfwupg.c' (92,918) at 20210308004938828 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/rf.c' (92,919) at 20240405153051949 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/iniparser.wrap' (92,920) at 20240710080015177 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/Makefile' (92,921) at 20210307214929618 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/stellaris-gptm.c' (92,922) at 20240906080037304 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/cfg.h' (92,923) at 20210307214929862 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-tty.c' (92,924) at 20240405153230755 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62x-sk-hdmi-audio.dtso' (92,925) at 20240405153229971 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkPort.v1_4_3.json' (92,926) at 20240619080002952 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/da7213.h' (92,927) at 20210307214931594 2025-03-14 03:00:51.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (92,928) at 20220817030012041 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_mad.c' (92,929) at 20220525020653155 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8976.dtsi' (92,930) at 20240405153229943 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/sysctl.c' (92,931) at 20210307214931922 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/env/authority' (92,932) at 20230831080022083 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/MAINTAINERS' (92,933) at 20210308005003052 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/intercept.c' (92,934) at 20240405153230083 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/lontium-lt9211.c' (92,935) at 20240405153230523 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/maple_tree.h' (92,936) at 20240405153054229 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/extcon-intel-int3496.rst' (92,937) at 20210307214925494 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native/BootBlockAndHeader_GBS.xml' (92,938) at 20210307205554078 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/debug.h' (92,939) at 20210307214930946 2025-03-14 03:00:51.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/trats_defconfig' (92,940) at 20210308005003284 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/r8169_main.c' (92,941) at 20241216090017717 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c' (92,942) at 20210308005046513 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/power-supply@68.conf' (92,943) at 20240904080027734 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_params_internal.h' (92,944) at 20210307214930574 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/xilinx_ps2.c' (92,945) at 20240405153230731 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1781-spi.c' (92,946) at 20240405153053565 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/lsvmbus' (92,947) at 20210307214932470 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_random.h' (92,948) at 20210307214927854 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/ahci.c' (92,949) at 20240906080037568 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/Makefile' (92,950) at 20210308005002716 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/weechat/0001-use-pkg-config-for-gcrypt-instead.patch' (92,951) at 20220204040022452 to deleted uid set 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/coresight-stm.h' (92,952) at 20210309003653984 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/Makefile' (92,953) at 20240405153230803 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/target/tcmu-design.rst' (92,954) at 20240405153045265 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7778.dtsi' (92,955) at 20240405153045553 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.clang-tidy' (92,956) at 20230701080027201 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/hotblocks.c' (92,957) at 20240906080037164 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/cpu.h' (92,958) at 20240405153230111 to deleted uid set 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts' (92,959) at 20210307214925994 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_core.c' (92,960) at 20240405153232043 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageControllerCollection_v1.xml' (92,961) at 20240619080002936 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/controller.hpp' (92,962) at 20210308005116217 2025-03-14 03:00:51.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/delayed-ref.h' (92,963) at 20240405153052277 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sgp30.c' (92,964) at 20240405153048969 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-sb-t35.dtsi' (92,965) at 20240405153045605 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts' (92,966) at 20220525020651930 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/alloc.h' (92,967) at 20220525020654463 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmuls.c' (92,968) at 20210307214926434 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mem2node.h' (92,969) at 20210307214932598 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml' (92,970) at 20221207040023627 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootPolicy/meson.build' (92,971) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ls1x.c' (92,972) at 20220525020653207 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-fix-initializer-element-is-not-constant.patch' (92,973) at 20210407000018094 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_common.h' (92,974) at 20210309003650372 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/apei/einj.rst' (92,975) at 20240405153045209 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-boot-vector.h' (92,976) at 20210307214926230 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c' (92,977) at 20240405153048661 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite517x.h' (92,978) at 20210308005003624 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/pcf50633/gpio.h' (92,979) at 20210307214931434 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-fifo.h' (92,980) at 20240520080015239 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/libncurses.so.5.9' (92,981) at 20210308005111465 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mlxbf.c' (92,982) at 20210309003649372 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/ksz8873.c' (92,983) at 20210308005002720 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064-sony-xperia-lagan-yuga.dts' (92,984) at 20240405153045541 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/s5pc210_universal.h' (92,985) at 20210308005003612 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgeui.c' (92,986) at 20210308005046529 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/dma.h' (92,987) at 20240405153045621 2025-03-14 03:00:51.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/qcom,ssc-block-bus.yaml' (92,988) at 20240405153045021 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_isol.c' (92,989) at 20210308004938828 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml' (92,990) at 20210307214925350 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6534.c' (92,991) at 20220525020652358 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest_deps.sh' (92,992) at 20240405153054313 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/0001-Add-fcntl64-wrapper.patch' (92,993) at 20231126090012853 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_lpm_trie.rst' (92,994) at 20240820080014161 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/head32.c' (92,995) at 20240405153046433 to deleted uid set 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_wx.h' (92,996) at 20210307214930638 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7904.dts' (92,997) at 20240405153229923 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/trap_handler.h' (92,998) at 20240405153045881 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/Kconfig' (92,999) at 20240405153230795 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-pci-bus.c' (93,000) at 20241214090008740 to deleted uid set 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/bmc150_magn.h' (93,001) at 20240405153049005 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/inftlcore.c' (93,002) at 20240405153049681 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/portdrv.c' (93,003) at 20240405153051257 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-kworld-pc150u.c' (93,004) at 20210307214928782 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_marvel.h' (93,005) at 20240405153045341 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/test_rle.py' (93,006) at 20210905000020593 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user_events/settings' (93,007) at 20240405153054381 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/clock.c' (93,008) at 20210308005002988 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/use-no-name-option-for-gzip.patch' (93,009) at 20240106090017237 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_labels.c' (93,010) at 20240405153053325 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/ib_umad.h' (93,011) at 20210307214931610 2025-03-14 03:00:51.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_damage_helper.h' (93,012) at 20220525020654535 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/entry-macros.S' (93,013) at 20210307214926550 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/Makefile' (93,014) at 20210307214932226 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/btrfs.h' (93,015) at 20210308005003564 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/r2000_chassis.json' (93,016) at 20221221040007774 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunplus/Makefile' (93,017) at 20240405153045689 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/adv7611.h' (93,018) at 20210308005003000 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/config/ibm/50001001.json' (93,019) at 20241213090040130 to deleted uid set 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/sync-check.sh' (93,020) at 20240405153054077 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/nrf51_gpio.c' (93,021) at 20241211090212274 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend' (93,022) at 20231020080018978 2025-03-14 03:00:51.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wwan/index.rst' (93,023) at 20240405153045237 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/spear-pwm.txt' (93,024) at 20210307214925406 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-mux.c' (93,025) at 20240724080011687 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/case.py' (93,026) at 20210307205554630 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml' (93,027) at 20240405153045141 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/intro.rst' (93,028) at 20211006000025218 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/file_system_wrapper.hpp' (93,029) at 20230719080007815 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.h' (93,030) at 20210309003649652 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/sak.rst' (93,031) at 20210307214925562 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-netcan-plus-1xx.dts' (93,032) at 20240405153045589 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_ipt.h' (93,033) at 20210307214931662 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-buildid-list.c' (93,034) at 20240405153054097 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/079.out' (93,035) at 20210308005046441 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/Makefile' (93,036) at 20240405153049717 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@3c0/ir35219@70.conf' (93,037) at 20240904080027734 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_firmware.c' (93,038) at 20240405153051845 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_debug.h' (93,039) at 20210307214930850 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/subprojects/phosphor-logging.wrap' (93,040) at 20220621100017304 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/disable_libunwind_aarch64.patch' (93,041) at 20210407000018086 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_interrupt.h' (93,042) at 20240405153050341 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/sdeventplus.wrap' (93,043) at 20220322030048836 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sh7751.c' (93,044) at 20210308005003452 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/layer.conf' (93,045) at 20241221090017480 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp_hw.h' (93,046) at 20240405153230975 2025-03-14 03:00:51.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/vga/vga_switcheroo.c' (93,047) at 20220525020653039 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.inf' (93,048) at 20210308005046541 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/MAINTAINERS' (93,049) at 20210308005003052 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/tegra186_bpmp.c' (93,050) at 20210308005003400 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/asus_ec_sensors.rst' (93,051) at 20240405153045217 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclo.c' (93,052) at 20210308005046525 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/indir_table.h' (93,053) at 20240405153050117 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/glibc.yml' (93,054) at 20241206090014206 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-icore-ofcap12.dts' (93,055) at 20240405153045501 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/property.py' (93,056) at 20240925080038338 to deleted uid set 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/os-win32.c' (93,057) at 20221215040039222 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-g12a-usb2.c' (93,058) at 20240405153231307 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml' (93,059) at 20240405153045093 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_smbus.h' (93,060) at 20210307214926242 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell-orion-net.txt' (93,061) at 20210307214925378 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rtc.h' (93,062) at 20240405153052937 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/Kconfig' (93,063) at 20210308005002976 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb' (93,064) at 20241206090014298 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6asm.h' (93,065) at 20220525020655083 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sstate-diff-machines.sh' (93,066) at 20220910030013437 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-ccix-per.c' (93,067) at 20241114091008828 to deleted uid set 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77980-cpg-mssr.h' (93,068) at 20210307214931334 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/Makefile' (93,069) at 20210309003649132 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_basic.py' (93,070) at 20210308005003744 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1q.sh' (93,071) at 20240405153054297 2025-03-14 03:00:51.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pxa2xx_sharpsl.c' (93,072) at 20240405153051265 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4_fs.h' (93,073) at 20240405153231699 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ssm-early.S' (93,074) at 20230426080043952 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/loss_interval.c' (93,075) at 20220525020654819 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-meson/meson.c' (93,076) at 20240405153229911 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb' (93,077) at 20241221090017532 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Wroclaw' (93,078) at 20210307205553778 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog-startup.conf' (93,079) at 20210307205554470 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-multitouch' (93,080) at 20210307214925202 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (93,081) at 20210903000032567 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v4.2.c' (93,082) at 20240405153050345 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfcmulti.c' (93,083) at 20240805080013963 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_api.h' (93,084) at 20210307214929306 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/Kconfig' (93,085) at 20210308005002968 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/sap.h' (93,086) at 20240405153050533 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320aic23.h' (93,087) at 20210307214932342 2025-03-14 03:00:51.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_probe_write_user.bpf.c' (93,088) at 20240405153053425 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7745-cpg-mssr.c' (93,089) at 20210309003649252 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_modem_ops.c' (93,090) at 20240405153231267 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max8893.yaml' (93,091) at 20240405153045145 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hip04-d01.dts' (93,092) at 20240405153045437 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/Makefile' (93,093) at 20240405153232179 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/usb_mcu.c' (93,094) at 20240405153050589 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/pq2.h' (93,095) at 20210307214926362 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_pbi.cfg' (93,096) at 20210308005002968 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nitro_enclaves.h' (93,097) at 20210309003653876 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition.hpp' (93,098) at 20210308005108645 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/bcmstb_spi.c' (93,099) at 20210308005003492 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_cmd.c' (93,100) at 20240405153049061 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2203.conf' (93,101) at 20230606080013598 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821c_table.h' (93,102) at 20220525020653807 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MemoryCollection.json' (93,103) at 20240619080002948 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/pipeline.json' (93,104) at 20210307214932534 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v11_8_ppsmc.h' (93,105) at 20240405153048349 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/_ashldi3.S' (93,106) at 20210308005002840 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/dram.c' (93,107) at 20210308005002820 2025-03-14 03:00:51.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/annotate/instructions.c' (93,108) at 20210307214932514 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/events/events_base.c' (93,109) at 20240405153231603 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/vec-syscfg.c' (93,110) at 20240405153232255 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-isp.c' (93,111) at 20240405153049457 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/clk-aux-synth.c' (93,112) at 20240405153046845 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/topology.h' (93,113) at 20240405153045941 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/types.h' (93,114) at 20210307214926250 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c_shipped' (93,115) at 20210307214930274 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/155' (93,116) at 20240326080039730 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_hal.h' (93,117) at 20210307214927078 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_exec.c' (93,118) at 20240405153230535 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/pathgentest/groupone.yaml' (93,119) at 20221209040030339 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km8360.h' (93,120) at 20210308005003600 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/socionext,uniphier-spi.yaml' (93,121) at 20240405153045173 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_ph.c' (93,122) at 20210308005046501 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das08_pci.c' (93,123) at 20240405153046893 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/broadwell_igd.c' (93,124) at 20210308005003524 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_logmsg.h' (93,125) at 20240405153051641 2025-03-14 03:00:51.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/replication.c' (93,126) at 20240906080037152 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sc7180.c' (93,127) at 20240405153051349 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.json' (93,128) at 20210308005046409 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/sysv68.c' (93,129) at 20210307214926786 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kfifo/bytestream-example.c' (93,130) at 20240405153053429 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/0001-sys-targets-targets.go-allow-users-to-override-hardc.patch' (93,131) at 20230706080014761 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccelerationFunction.v1_0_5.json' (93,132) at 20240619080002940 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/performance/topN_perf.py' (93,133) at 20240326080039630 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/pic32_spi.c' (93,134) at 20210308005003492 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/pine64,pinephone-keyboard.yaml' (93,135) at 20240405153045081 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/pcieaer-howto.rst' (93,136) at 20240405153044929 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ila/ila.h' (93,137) at 20240913080013861 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/common-utils.c' (93,138) at 20241114091008828 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ahci-test.c' (93,139) at 20240326080039734 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p4080_ids.c' (93,140) at 20210308005002832 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Folsbyn' (93,141) at 20210307205553782 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/devlink_in_netns.sh' (93,142) at 20210307214932670 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/ti-eqep.c' (93,143) at 20240710080014577 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/time.c' (93,144) at 20210308005002888 2025-03-14 03:00:51.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ipaq-micro.c' (93,145) at 20240405153230835 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/intel/pxa_camera.c' (93,146) at 20240405153230799 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Kconfig' (93,147) at 20210308005002828 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-mem.c' (93,148) at 20210307214930826 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/img,spdif-out.txt' (93,149) at 20210307214925430 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Nousiainen' (93,150) at 20210307205553770 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_sun_clut224.ppm' (93,151) at 20210307214930954 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/packetengines/Kconfig' (93,152) at 20210307214929574 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/cpu.c' (93,153) at 20210308005002800 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/trans.c' (93,154) at 20240613080016491 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sc8280xp.c' (93,155) at 20240405153046813 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/generic-radix-tree.c' (93,156) at 20240913080013849 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/target-monitor-defs.c' (93,157) at 20240906080037444 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,color.yaml' (93,158) at 20240405153045041 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d36ek.dts' (93,159) at 20240405153045469 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/issi.c' (93,160) at 20240405153049709 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2_types.h' (93,161) at 20210307214930558 2025-03-14 03:00:51.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx.h' (93,162) at 20240405153051293 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_TRACE.c' (93,163) at 20241104090011619 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/chardev_open.h' (93,164) at 20240906080037344 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-colibri-aster.dts' (93,165) at 20240405153045533 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/clock.c' (93,166) at 20210307214928542 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/linux/atomisp_platform.h' (93,167) at 20240405153051825 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/unicode.h' (93,168) at 20210308005046049 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_timer.c' (93,169) at 20210307214932110 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common' (93,170) at 20210307205554626 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/bswapdi.c' (93,171) at 20240405153045985 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/Kbuild' (93,172) at 20240405153045705 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml' (93,173) at 20240405153045073 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/programming-language.rst' (93,174) at 20240405153045281 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/rbtree.py' (93,175) at 20210309003654536 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-1.0-cl8' (93,176) at 20211006000025230 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_meson.h' (93,177) at 20210308005003348 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1306.c' (93,178) at 20210308005003480 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_tables.rst' (93,179) at 20240405153045229 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-models.h' (93,180) at 20241211090212502 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi_port.c' (93,181) at 20240405153050289 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/layer.conf' (93,182) at 20241221090017484 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/i8254_beep.c' (93,183) at 20210308005003488 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-set-buffer-size.rst' (93,184) at 20210309003648476 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/Makefile' (93,185) at 20240405153232051 2025-03-14 03:00:51.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/bus.c' (93,186) at 20241216090017709 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig' (93,187) at 20210308005003244 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/file_load.c' (93,188) at 20220525020652054 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_queue.h' (93,189) at 20220525020654971 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/clock-sh7201.c' (93,190) at 20210307214926562 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx.inc' (93,191) at 20241221090017564 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/driver.c' (93,192) at 20240405153046681 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/firefly-rk3288.h' (93,193) at 20210308005003596 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/board-type-checker.bb' (93,194) at 20241221090017476 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/trident/Makefile' (93,195) at 20210307214932278 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/usb.txt' (93,196) at 20210307214925422 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/libbej/libbej_git.bb' (93,197) at 20241221090017568 to deleted uid set 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/iio_utils.h' (93,198) at 20220525020655115 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch' (93,199) at 20230919080013990 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/seccomp.h' (93,200) at 20240405153052793 to deleted uid set 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5420-peach-pit.dts' (93,201) at 20210308005002580 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/msf2-emac.c' (93,202) at 20241211090212306 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/sysfs_slave_dpn.c' (93,203) at 20210309003652948 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgf119.c' (93,204) at 20210307214927962 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_oversize_window.c' (93,205) at 20230809080010799 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psus-manager.sh' (93,206) at 20230627080016966 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_plane.c' (93,207) at 20240405153048769 2025-03-14 03:00:51.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/dma_public.h' (93,208) at 20210307214930546 2025-03-14 03:00:51.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/cts.c' (93,209) at 20240405153046533 2025-03-14 03:00:51.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0006_add_cancelled_state.py' (93,210) at 20210307205554262 2025-03-14 03:00:51.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/bus.h' (93,211) at 20240405153049653 2025-03-14 03:00:51.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-legacy-backend.h' (93,212) at 20241211090212366 2025-03-14 03:00:51.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/sndif.h' (93,213) at 20240405153052957 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/GEN-for-each-reg.h' (93,214) at 20220804100015896 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aha152x.h' (93,215) at 20210307214930270 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-ard.dts' (93,216) at 20240405153229883 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra114-pinmux.yaml' (93,217) at 20240405153229787 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Bitstream-Vera' (93,218) at 20241221090017616 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/usb.c' (93,219) at 20210308005003220 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_s5k4aa.h' (93,220) at 20210307214928830 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/OWNERS' (93,221) at 20220726030037866 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/ipu-dma.h' (93,222) at 20210307214931378 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE05.boot' (93,223) at 20210307214932714 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_lru_dist.c' (93,224) at 20240405153053425 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/python_pyo3.bbclass' (93,225) at 20220910030013389 to deleted uid set 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/Makefile' (93,226) at 20210309003653196 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0001-taglib-Fix-build-on-x86-32-bit.patch' (93,227) at 20240413080012639 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx/ppa8548_defconfig' (93,228) at 20240405153046097 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/reset.c' (93,229) at 20240405153046801 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/libfdt_internal.h' (93,230) at 20220525020654943 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSupplyMetrics.v1_1_2.json' (93,231) at 20240619080002952 2025-03-14 03:00:51.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/files/bridge-stp' (93,232) at 20210308222221915 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/bcm-keypad.c' (93,233) at 20240405153230723 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211conv.h' (93,234) at 20240405153051953 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/Makefile' (93,235) at 20240405153048329 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_easylogo.h' (93,236) at 20210308005003692 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_entries.h' (93,237) at 20240405153231939 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_time_tai.c' (93,238) at 20240405153054281 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/Makefile' (93,239) at 20240405153049753 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/pinmux.c' (93,240) at 20210308005002788 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/ip22zilog.c' (93,241) at 20240405153231515 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv1/ivt.S' (93,242) at 20210308005002540 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml' (93,243) at 20240405153045101 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hti_regs.h' (93,244) at 20240405153048457 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch.inc' (93,245) at 20210812000025346 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_2_offset.h' (93,246) at 20220525020652807 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-amly-skips.txt' (93,247) at 20240405153230531 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/init' (93,248) at 20210307205554466 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_fcntl.h' (93,249) at 20210308005046085 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb' (93,250) at 20240301090012471 2025-03-14 03:00:51.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/0001-utils-version.py-use-usr-bin-env-in-shebang.patch' (93,251) at 20240301090012435 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt8195-pinfunc.h' (93,252) at 20220525020654547 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vhost-user-scsi.c' (93,253) at 20240906080037292 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_vlan_options.c' (93,254) at 20240405153053197 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/mediatek-pcie.txt' (93,255) at 20240405153045125 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/dfp_helper.c' (93,256) at 20241211090212506 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_st.h' (93,257) at 20210308005002716 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c' (93,258) at 20240405153231015 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accel/qaic/index.rst' (93,259) at 20240405153044937 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dvt/obmc_driver_vars.txt' (93,260) at 20210308005007112 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-coredump' (93,261) at 20210307214925198 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/inode.c' (93,262) at 20241216090017761 to deleted uid set 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi' (93,263) at 20240405153045749 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-core/util-linux/util-linux_%.bbappend' (93,264) at 20241221090017468 to deleted uid set 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/power.c' (93,265) at 20240405153050513 2025-03-14 03:00:51.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig' (93,266) at 20210308005003232 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/meson.build' (93,267) at 20210308005046097 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mmc/mmc-dev-attrs.rst' (93,268) at 20210307214925466 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/mpc885_ads_defconfig' (93,269) at 20240405153046097 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-spapr.c' (93,270) at 20221215040039374 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-truly-nt35597.c' (93,271) at 20240405153230619 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/kwbimage.cfg' (93,272) at 20210308005003204 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5c73m3/Makefile' (93,273) at 20210307214928666 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_p9_entry.c' (93,274) at 20240405153046165 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_util.c' (93,275) at 20240405153230803 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/qe_io.c' (93,276) at 20210308005002832 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spmi/spmi.h' (93,277) at 20210308005003684 2025-03-14 03:00:51.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-10.conf' (93,278) at 20230412080023460 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ec_commands.h' (93,279) at 20210308005003644 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/cursor_left_ptr.xpm' (93,280) at 20210308005046549 to deleted uid set 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/wacom_wac.h' (93,281) at 20241008080013927 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_insn.c' (93,282) at 20240405153046305 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/0001-fix-build-on-GCC-14-for-yocto.patch' (93,283) at 20241221090017492 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/meson.build' (93,284) at 20240906080037276 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/COPYING.MIT' (93,285) at 20210307205553718 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml' (93,286) at 20220525020651690 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/integrity_audit.c' (93,287) at 20220525020654951 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps62360-regulator.c' (93,288) at 20240405153051473 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_conntrack_sctp.h' (93,289) at 20240405153052929 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm64/mem_map.c' (93,290) at 20210308005002792 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge_devlink.c' (93,291) at 20220525020654147 2025-03-14 03:00:51.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_drv.c' (93,292) at 20240405153230519 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/videocodec.h' (93,293) at 20240405153049385 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/tps6586x.c' (93,294) at 20210308005003472 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/speculation.rst' (93,295) at 20210309003648464 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/usage-model.rst' (93,296) at 20240405153045293 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc4286.rst' (93,297) at 20240716080021359 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surfacepro3_button.c' (93,298) at 20240405153051393 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov2659.c' (93,299) at 20240405153049325 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/mtk_timer.c' (93,300) at 20210308005003500 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/xilfpga/microAptiv.dtsi' (93,301) at 20210307214926194 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/edid.h' (93,302) at 20210307214931694 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-chassis-check-power-status@.service' (93,303) at 20230128040028666 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/diu_ch7301.c' (93,304) at 20210308005002960 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/men-chameleon-bus.rst' (93,305) at 20220525020651722 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i3000_edac.c' (93,306) at 20220525020652418 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_trace_balloon.h' (93,307) at 20210307214928110 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/Kconfig' (93,308) at 20210308005003044 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___extra_nesting.c' (93,309) at 20210307214932642 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/checksum.h' (93,310) at 20240405153046381 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/templates/default/conf-notes.txt' (93,311) at 20220913030020496 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_pci.h' (93,312) at 20210308005002840 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/cpu.c' (93,313) at 20210308005003740 2025-03-14 03:00:51.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mailbox/k3-secure-proxy.txt' (93,314) at 20210308005003304 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/env.c' (93,315) at 20240405153045945 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/Makefile' (93,316) at 20210308005002816 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_rx.h' (93,317) at 20240405153049961 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/debugfs.c' (93,318) at 20240503080014470 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc4222.c' (93,319) at 20240405153048861 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Durris' (93,320) at 20210307205553794 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/Makefile' (93,321) at 20210308005003536 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/util.cpp' (93,322) at 20220727030028309 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/README' (93,323) at 20210308005003004 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ibmveth.h' (93,324) at 20240405153049965 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/.gitignore' (93,325) at 20240405153054225 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c' (93,326) at 20220921100021482 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8728.yaml' (93,327) at 20240405153045173 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_parser.hpp' (93,328) at 20210308005055797 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/string_helpers.h' (93,329) at 20240405153231843 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h' (93,330) at 20210308005003080 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/vp/g84.c' (93,331) at 20220525020652959 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-lantiq.h' (93,332) at 20240405153231327 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/ioasm.c' (93,333) at 20240405153051521 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml' (93,334) at 20221207040023631 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Attributes.interface.yaml' (93,335) at 20240911080049523 to deleted uid set 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/jedec_flash.c' (93,336) at 20210308005003408 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_ibm/Makefile' (93,337) at 20220527100032617 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/Makefile' (93,338) at 20210307214931142 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrmphy-regs.h' (93,339) at 20210308005002792 2025-03-14 03:00:51.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/Makefile' (93,340) at 20221010100013265 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/either-1-rs/meson.build' (93,341) at 20241211090212462 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/regs.h' (93,342) at 20210307214927942 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs42l52.h' (93,343) at 20210307214931594 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/direct/ftrace-direct.tc' (93,344) at 20210307214932670 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/segment.c' (93,345) at 20240913080013829 to deleted uid set 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/mm/ioremap.c' (93,346) at 20240405153230019 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/davicom.c' (93,347) at 20220525020653683 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_gem.c' (93,348) at 20240405153048361 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (93,349) at 20241206090014222 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/amd_nb.c' (93,350) at 20241018080014474 to deleted uid set 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/rust_is_available_bindgen_libclang.h' (93,351) at 20240405153053461 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-linksys-caiman.dts' (93,352) at 20240405153045445 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci_hotplug.h' (93,353) at 20220525020654599 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_bmap.h' (93,354) at 20240405153052565 2025-03-14 03:00:51.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit_git.bb' (93,355) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen8_engine_cs.c' (93,356) at 20240411080014074 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.vf610' (93,357) at 20210308005003300 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cadence_qspi.c' (93,358) at 20210308005003492 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/keyboard.c' (93,359) at 20240405153231523 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/aat2870-core.c' (93,360) at 20240405153049601 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_power_well.c' (93,361) at 20240405153230551 2025-03-14 03:00:51.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/task_fd_query_tp.c' (93,362) at 20240405153054261 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_debug.h' (93,363) at 20220525020654283 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_patterns_64bit.h' (93,364) at 20210308005003368 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/app.c' (93,365) at 20210308005002952 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/setup_64.c' (93,366) at 20241211090145385 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fhci-q.c' (93,367) at 20210307214930826 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/oem/nuvoton/olympus.json' (93,368) at 20221209040018559 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_request.h' (93,369) at 20210307214927858 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6s-8035-mb7.dts' (93,370) at 20240405153045501 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_apbridgea.c' (93,371) at 20210307214930514 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/toshiba_acpi.c' (93,372) at 20240719080013357 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0004-Fix-libtool-detection.patch' (93,373) at 20230131040012027 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/management-console/service-discovery.md' (93,374) at 20221209040006387 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rt5033_charger.c' (93,375) at 20240405153231355 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hi3519-demb.dts' (93,376) at 20240405153045433 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/client.c' (93,377) at 20220525020652951 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/trace.h' (93,378) at 20210307214930882 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/humidity/dht11.yaml' (93,379) at 20240405153045073 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/sysfs.h' (93,380) at 20210307214931934 2025-03-14 03:00:51.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/native/patchlist.h' (93,381) at 20210307214926118 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/sbp1-led-manager-config/led.yaml' (93,382) at 20240829080014018 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/tcm_qla2xxx.rst' (93,383) at 20240405153045257 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_law.h' (93,384) at 20210308005002836 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/reset-stm32.h' (93,385) at 20240405153046853 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/txrx.h' (93,386) at 20240405153050477 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/led.c' (93,387) at 20240405153052049 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/clearing-warn-once.rst' (93,388) at 20240405153229835 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml' (93,389) at 20240405153045089 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sa1100/lart.rst' (93,390) at 20240405153044973 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/debugfs.c' (93,391) at 20210309003654300 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acmacros.h' (93,392) at 20240405153046617 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/COPYING' (93,393) at 20210308005046061 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_attach.c' (93,394) at 20240405153053425 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Frankrikegarden_Frankrike' (93,395) at 20210307205553782 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/cx25840-firmware.c' (93,396) at 20210307214928654 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/dir.c' (93,397) at 20240805080014019 2025-03-14 03:00:51.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/spinlock_types.h' (93,398) at 20210307214926246 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/wmm.c' (93,399) at 20240405153050577 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/images/login-company-logo.svg' (93,400) at 20240419080038345 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bug.h' (93,401) at 20220525020654555 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/bmp280-regmap.c' (93,402) at 20241011080017319 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/generic.c' (93,403) at 20240405153053129 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/replay.c' (93,404) at 20210308005003552 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_modeset_lock.c' (93,405) at 20240405153048457 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc1_cmdq_regs.h' (93,406) at 20240405153046605 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_lock.h' (93,407) at 20210307214932198 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_hellcreek.c' (93,408) at 20240405153053233 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool.py' (93,409) at 20240906080037444 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c' (93,410) at 20240405153054361 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmu-internal.h' (93,411) at 20230925080039861 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/scm.h' (93,412) at 20240405153052865 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk_table.c' (93,413) at 20240405153050669 2025-03-14 03:00:51.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-rt8973a.c' (93,414) at 20240405153047025 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_default.h' (93,415) at 20240405153047885 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sll-kobo-clarahd.dts' (93,416) at 20240405153045521 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/addr_map.h' (93,417) at 20210308005003560 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/main.c' (93,418) at 20240326080039634 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_gsi.h' (93,419) at 20210309003651308 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/hid.h' (93,420) at 20241216090017765 to deleted uid set 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/spi/spidev_fdx.c' (93,421) at 20210307214932626 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_mr.c' (93,422) at 20210309003650172 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ghc_ext_dest.c' (93,423) at 20240405153053157 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/dbus_utility_test.cpp' (93,424) at 20240904080003190 to deleted uid set 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-input.h' (93,425) at 20210307214928690 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som204-evb-emmc.dts' (93,426) at 20210308005002624 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v4_3.c' (93,427) at 20240405153047153 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/fib.sh' (93,428) at 20240405153054301 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/amstaos,tsl2591.yaml' (93,429) at 20220525020651682 2025-03-14 03:00:51.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c' (93,430) at 20210308005046517 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-pinctrl.h' (93,431) at 20210308005002656 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/boot.h' (93,432) at 20210307214926682 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-no-nls-support.patch' (93,433) at 20230706080014757 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_connlabel.h' (93,434) at 20210307214931646 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hash.h' (93,435) at 20240405153052697 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h' (93,436) at 20241211090145461 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/sysctl_net_ax25.c' (93,437) at 20240405153231987 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_ldm.h' (93,438) at 20240405153053117 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/streebog_generic.c' (93,439) at 20210307214926802 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/occ/palmetto-occ-control-config-native.bb' (93,440) at 20241206090014230 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native/fb-compute/restrictionmode-host-settings.override.yml' (93,441) at 20240210090012534 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98925.yaml' (93,442) at 20240405153229799 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PowerSupplyCollection_v1.xml' (93,443) at 20240619080002932 2025-03-14 03:00:51.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/ms5611_core.c' (93,444) at 20240405153049009 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/vfs_addr.c' (93,445) at 20240405153052257 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/host-utils.h' (93,446) at 20241211090212366 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/cast6.h' (93,447) at 20210307214931310 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/acp/include/acp_gfx_if.h' (93,448) at 20210307214927202 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/trace.h' (93,449) at 20210308005045869 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn.dtsi' (93,450) at 20240405153229927 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil.c' (93,451) at 20240405153047009 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/eeprom.c' (93,452) at 20240405153050585 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-malta.c' (93,453) at 20210307214926282 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/050-fix-glibcisms.patch' (93,454) at 20230706080014749 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_card.c' (93,455) at 20240405153054029 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.h' (93,456) at 20220525020652450 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_ref_tracking.c' (93,457) at 20240405153054281 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/test/meson.build' (93,458) at 20231208090022708 to deleted uid set 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/bitmap.c' (93,459) at 20210307214931230 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-empty.err' (93,460) at 20220429100100882 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/ulpqueue.c' (93,461) at 20240405153053381 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/settings' (93,462) at 20240405153232279 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-try-command.rst' (93,463) at 20220525020654135 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/xfrm6_input.c' (93,464) at 20240520080015227 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb' (93,465) at 20230503080014619 2025-03-14 03:00:51.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/MAINTAINERS' (93,466) at 20210308005003020 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_gem.c' (93,467) at 20241211090145421 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/ldmvsw.c' (93,468) at 20240405153231059 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alacritech/slic.h' (93,469) at 20240405153049781 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c' (93,470) at 20210308005003460 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/incore.h' (93,471) at 20241211090145517 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_numeric_effecter.hpp' (93,472) at 20240819080030259 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/styles/_intel.scss' (93,473) at 20220105012522991 2025-03-14 03:00:51.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/rainshadow/rainshadow-cec.c' (93,474) at 20210307214928598 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/colibri_imx6.c' (93,475) at 20210308005003084 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/README.md' (93,476) at 20241122090031749 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x08.c' (93,477) at 20240405153048805 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/pwr-island.c' (93,478) at 20240405153046805 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun50i_h6.c' (93,479) at 20210308005002784 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt' (93,480) at 20210307214925390 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-max.c' (93,481) at 20240405153049369 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/arm64.c' (93,482) at 20240405153047041 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvi.c.inc' (93,483) at 20241211090212514 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zswap.h' (93,484) at 20240405153231847 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-dwc3.c' (93,485) at 20210308005003516 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rt5033-private.h' (93,486) at 20240405153052733 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c' (93,487) at 20240405153050641 to deleted uid set 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds.dtsi' (93,488) at 20210308005002580 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_dtsec.h' (93,489) at 20210308005003648 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE06.boot' (93,490) at 20210307214932714 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_bi.S' (93,491) at 20210308005046529 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_offload.sh' (93,492) at 20240405153054297 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/kpp.h' (93,493) at 20240405153052625 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/spi.c' (93,494) at 20240405153051185 2025-03-14 03:00:51.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cs5530.c' (93,495) at 20240405153046661 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-smbios-base.c' (93,496) at 20241211090145481 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb' (93,497) at 20241221090017676 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr_remote.c' (93,498) at 20241023080012895 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/smtstate.h' (93,499) at 20210307214929666 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/README' (93,500) at 20210308005003168 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pat/memtype.h' (93,501) at 20210307214926738 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/nvidia,tegra210-emc-table.yaml' (93,502) at 20240405153045149 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/meson.build' (93,503) at 20241211090212378 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/kvm.h' (93,504) at 20240405153230079 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/imx-rngc.c' (93,505) at 20240405153230199 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_coex.c' (93,506) at 20240405153231263 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/bmc150_magn_spi.c' (93,507) at 20240405153049005 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/port.h' (93,508) at 20210307214926618 2025-03-14 03:00:51.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h' (93,509) at 20210307214929922 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Port.v1_14_0.json' (93,510) at 20240918080002724 to deleted uid set 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_step.c' (93,511) at 20240405153230579 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/thermal_subsystem_test.cpp' (93,512) at 20240329080003279 to deleted uid set 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-1.0' (93,513) at 20210307205554414 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/ti/Kconfig' (93,514) at 20210307214930126 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/irq-redir.rst' (93,515) at 20240405153044977 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-csi.c' (93,516) at 20240405153048809 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/bitmap.c' (93,517) at 20240405153231775 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/usdt.bpf.h' (93,518) at 20240405153232215 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/pageattr.c' (93,519) at 20240405153046189 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/svm/nested.c' (93,520) at 20241104090011563 to deleted uid set 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/queue.c' (93,521) at 20240405153049657 2025-03-14 03:00:51.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/qwiic-joystick.c' (93,522) at 20240405153049133 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ddr.c' (93,523) at 20210308005002968 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/current.h' (93,524) at 20210307214926114 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-spdx-tools_0.8.3.bb' (93,525) at 20241221090017668 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux_logo.h' (93,526) at 20210308005003672 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_buffer_pool.h' (93,527) at 20220525020652887 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c' (93,528) at 20210307214929614 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc' (93,529) at 20220804030014667 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/mips/ingenic-tcu.rst' (93,530) at 20240405153229743 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/msgbuf/platform.h' (93,531) at 20241009080011081 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/au1000_eth.c' (93,532) at 20240405153049789 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf2127.c' (93,533) at 20240405153231375 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/iim.h' (93,534) at 20210307214925886 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidloop.cpp' (93,535) at 20221216040030142 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/tpm-quote-tools_1.0.4.bb' (93,536) at 20230520080014488 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugetlb-read-hwpoison.c' (93,537) at 20240405153232275 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/crdump.c' (93,538) at 20210307214929510 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount_setattr/Makefile' (93,539) at 20240405153054333 2025-03-14 03:00:51.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/cfg.c' (93,540) at 20240405153053305 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/audio.h' (93,541) at 20241211090145569 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/0001-Define-createIdentifierRef-prototype-in-yang-complex.patch' (93,542) at 20221003030013285 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2400pci.h' (93,543) at 20240405153050613 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/tie.h' (93,544) at 20210307214926770 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-eprobe.tc' (93,545) at 20240405153054305 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sysroot-relativelinks.py' (93,546) at 20220910030013437 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/pch.h' (93,547) at 20210308005002876 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/mmp-sspa.h' (93,548) at 20210307214932402 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/video-vesa.c' (93,549) at 20240405153046357 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (93,550) at 20241206090014278 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/libata-portmap.h' (93,551) at 20210307214926118 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl/0001-Fix-building-on-Fedora-40-with-GCC-14.2.1.patch' (93,552) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/pci_vsc.h' (93,553) at 20210307214929526 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/qemu-pixman.c' (93,554) at 20241211090212558 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/net.h' (93,555) at 20240405153231827 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/sdbusplus.wrap' (93,556) at 20220516100042300 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/new-test-inotify.patch' (93,557) at 20230919080013962 2025-03-14 03:00:51.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/rwonce.h' (93,558) at 20220525020651950 2025-03-14 03:00:51.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/alloc.c' (93,559) at 20240628080014017 2025-03-14 03:00:51.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/arm64.config' (93,560) at 20240405153230527 2025-03-14 03:00:51.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/drm_edid.c' (93,561) at 20240613080016403 to deleted uid set 2025-03-14 03:00:51.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/gfx/irqsrcs_gfx_11_0_0.h' (93,562) at 20240405153048317 2025-03-14 03:00:51.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/extcon-provider.h' (93,563) at 20210307214931382 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044c2-smarc-cru-csi-ov5645.dtso' (93,564) at 20240405153045809 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/network/phosphor-network/config.json' (93,565) at 20241031080012183 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/qcom_glink_ssr.c' (93,566) at 20240405153051489 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/tune-arm7a-novfp.inc' (93,567) at 20210812000025166 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/test.h' (93,568) at 20240405153231799 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/Makefile' (93,569) at 20240405153054237 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/Kconfig' (93,570) at 20240405153231983 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/riscv/riscv-sbi-firmware.json' (93,571) at 20240405153054113 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/pkgconfig.patch' (93,572) at 20210307205553986 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/run-ptest' (93,573) at 20230919080013958 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_driver.h' (93,574) at 20240405153048445 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/ddr.h' (93,575) at 20210308005002992 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb-pd.dts' (93,576) at 20210307214926346 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_drv.h' (93,577) at 20240405153230643 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/stm32_qspi.c' (93,578) at 20210308005003496 2025-03-14 03:00:51.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/bcm1480_l2c.h' (93,579) at 20210307214926242 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/lapic.c' (93,580) at 20241125090012235 to deleted uid set 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_write_leveling.c' (93,581) at 20210308005003368 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/lochnagar.h' (93,582) at 20210307214931342 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/Kconfig' (93,583) at 20240405153051241 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/tda998x_drv.c' (93,584) at 20240405153048429 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-ref.c' (93,585) at 20210307214926998 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/psi_types.h' (93,586) at 20240405153052777 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-buildenv-internal' (93,587) at 20230919080013998 2025-03-14 03:00:51.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/README.md' (93,588) at 20241211090212458 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7622.c' (93,589) at 20240405153051317 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x07_uclass.h' (93,590) at 20240405153048805 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/error_inject.c' (93,591) at 20240405153052305 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gem_shrinker.c' (93,592) at 20240830080013259 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/platsmp.c' (93,593) at 20210307214925870 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm90.rst' (93,594) at 20240405153045217 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hisi/Kconfig' (93,595) at 20240405153045645 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c' (93,596) at 20241001080013016 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/ftrace-ops.c' (93,597) at 20240405153053429 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/README' (93,598) at 20210812000025310 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/directives/dropdown.scss' (93,599) at 20210308005107073 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-lime2-emmc.dts' (93,600) at 20240405153045385 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci.c' (93,601) at 20210308005003448 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/spdm.rst' (93,602) at 20240906080037176 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/stellaris.rst' (93,603) at 20210308005045809 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/report.hpp' (93,604) at 20230524080039233 to deleted uid set 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/xor_vmx.h' (93,605) at 20240405153046181 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt8365-clock.yaml' (93,606) at 20240405153045025 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nsfs/Makefile' (93,607) at 20210307214932698 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml' (93,608) at 20220315030032663 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/Makefile' (93,609) at 20210308005002952 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerAccountCollection.json' (93,610) at 20240619080002948 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbr.c' (93,611) at 20210308005046505 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml' (93,612) at 20240405153229795 2025-03-14 03:00:51.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/ap325rxa.c' (93,613) at 20210308005003032 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g2_regs.h' (93,614) at 20240405153049493 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/botching-up-ioctls.rst' (93,615) at 20240405153229823 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/Makefile' (93,616) at 20210308005003336 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8641HPCN_36BIT_defconfig' (93,617) at 20210308005003240 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/semihost.c' (93,618) at 20221215040039206 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/mqtt.json' (93,619) at 20210307205553850 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/softirqs.c' (93,620) at 20241211090145525 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/no-x.patch' (93,621) at 20210307205554570 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-server.h' (93,622) at 20240827080010198 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/fxls8962af-i2c.c' (93,623) at 20240405153048937 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb3_msi.c' (93,624) at 20240906080037276 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/ffdc_file.cpp' (93,625) at 20240817080031292 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7791-cpg-mssr.h' (93,626) at 20210308005003632 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gettext.bbclass' (93,627) at 20220910030013385 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb' (93,628) at 20240301090012471 to deleted uid set 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/control.py' (93,629) at 20210308005003748 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/devfreq_cooling.c' (93,630) at 20240405153231495 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch' (93,631) at 20230317080013793 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/etas_es58x.rst' (93,632) at 20240405153045237 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_debug.h' (93,633) at 20210307214929606 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm011-x16/ps7_init_gpl.c' (93,634) at 20210308005003180 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch' (93,635) at 20241206090014246 2025-03-14 03:00:51.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/README' (93,636) at 20210308005046541 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma6/sdma6_4_2_2_sh_mask.h' (93,637) at 20210307214927678 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/mmu/mmu_v2_hr.c' (93,638) at 20240405153046561 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/nsdeps' (93,639) at 20240405153053457 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/setup.c' (93,640) at 20210307214932582 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml' (93,641) at 20240405153229759 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h' (93,642) at 20210308005002664 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/smp.h' (93,643) at 20210307214926270 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum.c' (93,644) at 20210308005002920 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/exynos4210_rng.c' (93,645) at 20241211090212294 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c' (93,646) at 20240429080012428 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/design-patterns.rst' (93,647) at 20210307214925458 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/syscallhdr.sh' (93,648) at 20241211090212386 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/vermagic.h' (93,649) at 20210307214926494 2025-03-14 03:00:51.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/audit.c' (93,650) at 20240405153046285 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/hmc5843_spi.c' (93,651) at 20240405153049005 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/binding.c' (93,652) at 20240405153050533 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/40x/Makefile' (93,653) at 20210307214926450 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/Makefile' (93,654) at 20210308005002992 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/.gitignore' (93,655) at 20220801133228670 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/pci.h' (93,656) at 20240405153046401 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dhry_run.c' (93,657) at 20240405153053085 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/estoraged.md' (93,658) at 20221209040006383 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/lm87.txt' (93,659) at 20240405153229763 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p3041si-pre.dtsi' (93,660) at 20210307214926346 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/abb.c' (93,661) at 20210308005002756 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/savage/Makefile' (93,662) at 20210307214930934 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/dev-uart.c' (93,663) at 20210309003648712 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-array-branch.out' (93,664) at 20220429100100882 to deleted uid set 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/trace_output.bpf.c' (93,665) at 20240405153053425 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm281xx.h' (93,666) at 20240405153052641 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb' (93,667) at 20241206090014258 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tps40422.rst' (93,668) at 20210309003648428 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-core/packagegroup/packagegroup-core-security.bbappend' (93,669) at 20220612030016731 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/imx7-power.h' (93,670) at 20210308005003640 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_max6690_sensor.c' (93,671) at 20240405153049225 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rv/Kconfig' (93,672) at 20240405153053061 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/sandbox_pmic.dtsi' (93,673) at 20210308005002844 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Button.interface.yaml' (93,674) at 20221207040023627 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/parport.h' (93,675) at 20210307214926118 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lm3692x.txt' (93,676) at 20210309003648368 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/cirrus,cs2000-cp.h' (93,677) at 20240405153052641 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/README' (93,678) at 20210308005002988 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/evm_secfs.c' (93,679) at 20240405153053469 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/device_table-minimal.txt' (93,680) at 20210307205554430 2025-03-14 03:00:51.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/lo.h' (93,681) at 20210307214929790 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmul.c' (93,682) at 20210307214926434 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_filestream.c' (93,683) at 20241111090012145 to deleted uid set 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/catalina_hdd_nvme.json' (93,684) at 20241213090004405 to deleted uid set 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/intel_lpe_audio.h' (93,685) at 20210307214931322 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-pistachio.c' (93,686) at 20240405153046877 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/seeq/Kconfig' (93,687) at 20210307214929614 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/Endpoint/meson.build' (93,688) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb' (93,689) at 20241221090017640 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c' (93,690) at 20240405153231491 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/linux,bt-sco.yaml' (93,691) at 20240405153045165 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pci_slot.c' (93,692) at 20210309003649160 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/__init__.py' (93,693) at 20210307205554446 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x86-common.h' (93,694) at 20210308005003624 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-ld6b.dtsi' (93,695) at 20240405153045577 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/bug.h' (93,696) at 20241111090012117 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/workqueue/wq_monitor.py' (93,697) at 20240405153232291 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend' (93,698) at 20210812000025266 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nspire/nspire-tp.dts' (93,699) at 20240405153229875 2025-03-14 03:00:51.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/ioapic.h' (93,700) at 20240405153046449 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/hotplug_blk.py' (93,701) at 20241211090212530 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml' (93,702) at 20240405153045085 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils.inc' (93,703) at 20210812000025354 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/fsl,imx-src.yaml' (93,704) at 20220525020651706 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-terratec-cinergy-s2-hd.c' (93,705) at 20210307214928782 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/settings' (93,706) at 20240405153054373 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/gpio.h' (93,707) at 20210308005002808 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/mmap.c' (93,708) at 20240405153046301 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb' (93,709) at 20241221090017492 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Collection/meson.build' (93,710) at 20241212090020527 to deleted uid set 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/lru_sort.rst' (93,711) at 20240405153045285 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop.h' (93,712) at 20220525020653235 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/budget-core.c' (93,713) at 20240405153230795 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm_ep/board.c' (93,714) at 20210308005002940 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/Makefile' (93,715) at 20210307214927318 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/special_helper.c' (93,716) at 20240906080037504 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_gpio_02b.dtso' (93,717) at 20240405153231279 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn66xx_device.h' (93,718) at 20210307214929350 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/fs.h' (93,719) at 20241216090017749 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts' (93,720) at 20240405153229955 2025-03-14 03:00:51.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_lca.c' (93,721) at 20210307214925650 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/features.h' (93,722) at 20240326080039542 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash.conf' (93,723) at 20210308005120349 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_dec_parse.h' (93,724) at 20240405153049409 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/fan-watchdog-monitor.conf' (93,725) at 20210307205553702 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table_x86.json' (93,726) at 20211022000023454 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9_sdramc.h' (93,727) at 20210308005002716 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pmc.c' (93,728) at 20240405153230095 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/labeled_tuple.hpp' (93,729) at 20240904080048947 to deleted uid set 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mp2629.h' (93,730) at 20210307214931430 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,cp-intc.txt' (93,731) at 20210307214925346 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_async_fd.c' (93,732) at 20220525020653119 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (93,733) at 20230929080014511 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/wl3501_cs.c' (93,734) at 20240405153050557 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-wilco-ec' (93,735) at 20210309003648264 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r9a07g044-cpg.c' (93,736) at 20240405153046837 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ftou.S' (93,737) at 20240326080039746 2025-03-14 03:00:51.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/arch-x86.inc' (93,738) at 20210812000025310 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7d_pins.h' (93,739) at 20210308005002652 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sys_soc.h' (93,740) at 20210307214931522 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/aclinux.h' (93,741) at 20240405153231787 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/ti,message-manager.txt' (93,742) at 20210307214925350 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/hplance.c' (93,743) at 20240405153049789 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int-io.h' (93,744) at 20240326080039522 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/local.h' (93,745) at 20240405153046001 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_pdb.json' (93,746) at 20241213090004413 to deleted uid set 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-de2.h' (93,747) at 20210307214927026 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/local.conf.sample' (93,748) at 20241221090017480 2025-03-14 03:00:51.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/md.h' (93,749) at 20240405153230771 to deleted uid set 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service' (93,750) at 20210307205553954 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tanndalen' (93,751) at 20210307205553790 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/sections.h' (93,752) at 20210308005002804 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt/run-ptest' (93,753) at 20240309090012808 to deleted uid set 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dns_resolver.h' (93,754) at 20210307214931630 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/socionext,uniphier-clock.yaml' (93,755) at 20240405153045029 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/networking/mstpd/bridge-stp' (93,756) at 20230813080012848 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/wr.h' (93,757) at 20240405153049089 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/reloc.c' (93,758) at 20210308005002816 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/jitdump-specification.txt' (93,759) at 20220525020655127 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/README.md' (93,760) at 20230706080014761 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/Kconfig' (93,761) at 20210308005002904 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c' (93,762) at 20240405153048993 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi' (93,763) at 20240405153229887 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts' (93,764) at 20240405153045549 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/remove-buildpaths.inc' (93,765) at 20241221090017664 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu.h' (93,766) at 20210308005003336 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-controls.c' (93,767) at 20210307214928698 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt7622-clk.h' (93,768) at 20210307214931330 2025-03-14 03:00:51.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/hypervisor.h' (93,769) at 20210307214926582 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_malone.c' (93,770) at 20240405153230799 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ima.py' (93,771) at 20230520080014488 to deleted uid set 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_reflink.c' (93,772) at 20241023080012899 to deleted uid set 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sparc32_dma.h' (93,773) at 20210308005046033 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.76.bb' (93,774) at 20241206090014334 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/signal.h' (93,775) at 20210307214926118 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/vmmouse.c' (93,776) at 20240405153049153 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/bufq/interface/ia_css_bufq.h' (93,777) at 20210307214930566 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/tracefs/event_inode.c' (93,778) at 20240913080013833 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/md/raid5-ppl.rst' (93,779) at 20210307214925462 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/Makefile' (93,780) at 20240405153230799 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/orion5x.h' (93,781) at 20210308005002768 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/Platform' (93,782) at 20240405153046033 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/drivetemp.rst' (93,783) at 20210309003648424 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6229.c' (93,784) at 20220525020652358 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/stratix10.c' (93,785) at 20210308005003376 2025-03-14 03:00:51.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/bcm63xx_defconfig' (93,786) at 20240405153045993 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-no-inherit' (93,787) at 20210307214932570 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/strncmp.S' (93,788) at 20240405153046265 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/README' (93,789) at 20210308005003076 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Redundancy_v1.xml' (93,790) at 20240619080002936 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/starfive/Makefile' (93,791) at 20240405153054009 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sata2-0.dtsi' (93,792) at 20210307214926350 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/boot/Makefile' (93,793) at 20240405153045973 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clock.h' (93,794) at 20210308005002656 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/dump_utils.cpp' (93,795) at 20240820080019934 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mdio-open-alliance.h' (93,796) at 20240405153050357 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/lm3560.h' (93,797) at 20210307214931542 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_fcntl.h' (93,798) at 20210308005046093 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/QPL-1.0' (93,799) at 20210307205554426 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/Makefile' (93,800) at 20220525020653015 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/config_file.md' (93,801) at 20240809080033019 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-mtp.dts' (93,802) at 20240405153229951 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/microchip,pic32-evic.txt' (93,803) at 20210307214925342 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_xsk.h' (93,804) at 20240405153050017 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PhysicalContext_v1.xml' (93,805) at 20240918080002712 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp_4.4.bb' (93,806) at 20241221090017504 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-intro.rst' (93,807) at 20210309003648472 2025-03-14 03:00:51.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-ui.min.js' (93,808) at 20210307205554278 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c' (93,809) at 20240405153051409 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-evb.dts' (93,810) at 20240405153045813 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-crypto.h' (93,811) at 20240405153052661 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tc_helpers.h' (93,812) at 20240405153232259 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_filestream.h' (93,813) at 20240405153052593 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hpo_dp_stream_encoder.h' (93,814) at 20240405153047257 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/blake2b.h' (93,815) at 20220525020654535 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.h' (93,816) at 20210605000027736 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/s_record.c' (93,817) at 20210308005003228 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/vx222/vx222_ops.c' (93,818) at 20220525020655011 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phr.c' (93,819) at 20210308005046505 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kaavi_Sivakkavaara' (93,820) at 20210307205553770 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/item_ops.c' (93,821) at 20210307214931234 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/Makefile' (93,822) at 20210307214932438 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenVision' (93,823) at 20241221090017616 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/event.cpp' (93,824) at 20240820080023686 to deleted uid set 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Event/meson.build' (93,825) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/eadm.h' (93,826) at 20240405153046277 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt8127.dtsi' (93,827) at 20240405153045461 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/zimage.c' (93,828) at 20210308005002708 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/sha512_glue.c' (93,829) at 20240405153046317 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/52xx/lite5200b_defconfig' (93,830) at 20240405153046097 2025-03-14 03:00:51.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch' (93,831) at 20241221090017692 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-gpio.c' (93,832) at 20220525020655075 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/Makefile' (93,833) at 20210308005002952 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmk8350.dtsi' (93,834) at 20240405153045777 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb' (93,835) at 20241220090019722 to deleted uid set 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm75.c' (93,836) at 20240405153230663 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/common.h' (93,837) at 20210308005002948 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rtq6752-regulator.yaml' (93,838) at 20240405153229791 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-context-force-tm.c' (93,839) at 20210307214932710 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/random.c' (93,840) at 20240429080012412 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/Build' (93,841) at 20240405153054105 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp/atftpd.service' (93,842) at 20210307205553814 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/README.rst' (93,843) at 20240906080037136 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/tw686x-regs.h' (93,844) at 20210307214928718 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/pt.h' (93,845) at 20241211090145389 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_ldsem.c' (93,846) at 20240405153052021 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/loongarch64.conf' (93,847) at 20240106090017257 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/mips_gictimer.c' (93,848) at 20210927100127201 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.h' (93,849) at 20210307214927270 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx25-clock.yaml' (93,850) at 20240405153045025 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/dh_helper.c' (93,851) at 20240405153046537 2025-03-14 03:00:51.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pgtable-types.h' (93,852) at 20210307214926062 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/loongarch64-softmmu.mak' (93,853) at 20240906080037160 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.1.bb' (93,854) at 20241221090017488 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-name.err' (93,855) at 20210308005046405 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/bpa10x.c' (93,856) at 20210307214926922 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/generate_makefile.sh' (93,857) at 20210308005117617 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_transform_v.c' (93,858) at 20240405153047225 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteEntry.v1_0_2.json' (93,859) at 20240619080002952 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml' (93,860) at 20240405153045181 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/mangle-port.h' (93,861) at 20210309003648832 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/fpga-region.txt' (93,862) at 20240405153229763 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/cell.c' (93,863) at 20240405153231603 to deleted uid set 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/barriers.h' (93,864) at 20210308005002672 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/Kconfig' (93,865) at 20220525020654247 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml' (93,866) at 20240405153229763 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c' (93,867) at 20221102030020821 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/xattr_security.c' (93,868) at 20240405153052337 2025-03-14 03:00:51.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_proto_udp.c' (93,869) at 20210309003654408 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/vt8500-bv07.dts' (93,870) at 20240405153045609 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/phy-stm32-usbphyc.c' (93,871) at 20240405153231315 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bmc_reset_loop.robot' (93,872) at 20230311090015023 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_detection.c' (93,873) at 20240405153230419 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.h' (93,874) at 20240405153047241 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/bios-version.sh' (93,875) at 20240925080018162 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_biosplusefi_plugin.wks' (93,876) at 20210307205554390 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rndis.h' (93,877) at 20210307214931498 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-stxcpy.S' (93,878) at 20210307214925662 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config.bb' (93,879) at 20241206090014274 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/usb.c' (93,880) at 20210308005003740 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-pic.yaml' (93,881) at 20240405153045085 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/avr-softmmu.mak' (93,882) at 20210927100127057 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmtegr1_defconfig' (93,883) at 20210308005003264 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/vmalloc.h' (93,884) at 20210307214926314 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-catu.yaml' (93,885) at 20240405153045013 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/ptest-packagelists-meta-filesystems.inc' (93,886) at 20241221090017484 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/Makefile' (93,887) at 20240405153049745 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/super.c' (93,888) at 20240405153231691 2025-03-14 03:00:51.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/config.json' (93,889) at 20240217090030856 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.yaml' (93,890) at 20240405153045129 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dsi.c' (93,891) at 20240405153052209 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg.hpp' (93,892) at 20230825080016953 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/msi.txt' (93,893) at 20210307214925342 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/Kconfig' (93,894) at 20240405153048973 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/et1011c.c' (93,895) at 20210308005003440 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-apmixedsys.c' (93,896) at 20240405153046797 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/trace-events' (93,897) at 20240906080037376 2025-03-14 03:00:51.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/__init__.py' (93,898) at 20241221090017620 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu72_discrete.h' (93,899) at 20240405153048337 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_errno_defs.h' (93,900) at 20210927100127269 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/Makefile' (93,901) at 20240405153049641 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/metricgroups.json' (93,902) at 20240405153054149 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg-ops.rst' (93,903) at 20240906080037172 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_d.c' (93,904) at 20210308005046517 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/bootstrap.sh' (93,905) at 20210415000033664 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/memory.json' (93,906) at 20240405153054133 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38470-2.patch' (93,907) at 20240106090017265 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-mboxd/m4/.keep' (93,908) at 20210308005108641 to deleted uid set 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_cypress.h' (93,909) at 20240405153052145 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libbabeltrace.c' (93,910) at 20210307214932466 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/lcd.c' (93,911) at 20240405153052225 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts' (93,912) at 20210309003648740 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dialog/dialog_1.3-20240619.bb' (93,913) at 20241221090017516 to deleted uid set 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-utils-test.c' (93,914) at 20240405153053993 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/pxa/cpu.h' (93,915) at 20240405153052793 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/cpu.c' (93,916) at 20240405153231299 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/vic.h' (93,917) at 20210307214927906 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/usb/pd.h' (93,918) at 20220525020654547 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-has.err' (93,919) at 20210308005046409 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kvm/arm_hypercalls.h' (93,920) at 20240405153052657 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SoftwareInventoryCollection.json' (93,921) at 20240619080002956 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/reboot-guard-disable.service.in' (93,922) at 20220915030030551 to deleted uid set 2025-03-14 03:00:51.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dmabuf.rst' (93,923) at 20210309003648488 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/page_owner.rst' (93,924) at 20240405153045297 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h' (93,925) at 20220525020653483 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/simplify_muldiv64.cocci' (93,926) at 20210308005046237 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend' (93,927) at 20241206090014230 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip-1.13/wrong-path-fix.patch' (93,928) at 20231011080016614 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/cfag12864b.c' (93,929) at 20220525020652262 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_privileged.c.inc' (93,930) at 20241211090212514 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dw2102-cardlist.rst' (93,931) at 20210309003648288 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_dlbu.c' (93,932) at 20210307214927858 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme5_rtr_regs.h' (93,933) at 20240405153046605 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha256_glue.c' (93,934) at 20240405153229907 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mult.c' (93,935) at 20210308005046505 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/pxa-camera.txt' (93,936) at 20210307214925354 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/kb3886_bl.c' (93,937) at 20210309003653296 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpiosxf.h' (93,938) at 20240405153052613 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/actions/Makefile' (93,939) at 20240405153231347 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/ds109.h' (93,940) at 20210308005002908 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mmc/siano/Makefile' (93,941) at 20210307214928674 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fb_draw.h' (93,942) at 20210307214930906 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_sed.c' (93,943) at 20210307214932006 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.hpp' (93,944) at 20240730080031630 to deleted uid set 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/versal-fpga.c' (93,945) at 20240405153047061 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/shared/tdx.h' (93,946) at 20241211090145389 2025-03-14 03:00:51.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mmc/mmc-tools.rst' (93,947) at 20240405153045193 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/traps.c' (93,948) at 20241111090012117 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.49-cmd_arg.patch' (93,949) at 20210307205553822 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/debug.asl' (93,950) at 20210308005002872 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-icore.dts' (93,951) at 20240405153045497 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/libconfig_%.bbappend' (93,952) at 20210307205553682 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h' (93,953) at 20240405153231175 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-fdt.c' (93,954) at 20210308005003740 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_summary_presence.pass' (93,955) at 20241206090014310 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts' (93,956) at 20240405153229871 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/Makefile' (93,957) at 20210308005002912 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/Kconfig' (93,958) at 20240405153049473 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/sections.h' (93,959) at 20210308005002708 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8994.yaml' (93,960) at 20240405153045025 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd_console_rotation.c' (93,961) at 20210308005003228 2025-03-14 03:00:51.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.49.bb' (93,962) at 20231126090012781 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0011_delete_layersource.py' (93,963) at 20210307205554262 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_msgs.h' (93,964) at 20240405153049397 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pci263.c' (93,965) at 20240405153046889 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c' (93,966) at 20240405153231035 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_transport.c' (93,967) at 20240405153051673 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6332/core.h' (93,968) at 20240405153052729 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-pico-dwarf.dts' (93,969) at 20240405153045501 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-r8a7778.c' (93,970) at 20240405153045689 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/arm/xen-ops.h' (93,971) at 20240405153052957 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6dsp-lpass-ports.yaml' (93,972) at 20240405153045169 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/testing_helpers.h' (93,973) at 20240405153232263 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c' (93,974) at 20240405153230279 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pinctrl-tegra.h' (93,975) at 20210307214931342 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/chacha20poly1305.h' (93,976) at 20210309003653804 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Zilina' (93,977) at 20210307205553794 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/normalize_ip_test.sh' (93,978) at 20230629131804623 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Karcag' (93,979) at 20210307205553774 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch' (93,980) at 20220204040022632 2025-03-14 03:00:51.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/cache_lib.c' (93,981) at 20210307214931146 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_guts.h' (93,982) at 20210308005003556 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_detection.h' (93,983) at 20240405153047297 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/monitor.c' (93,984) at 20210308005046337 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb' (93,985) at 20240106090017237 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max11100.c' (93,986) at 20240405153048957 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/trace/ftrace_64_pg.c' (93,987) at 20240429080012404 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/interface/ia_css_isp_param.h' (93,988) at 20210307214930566 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c' (93,989) at 20241011080017307 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/egress_ofld.c' (93,990) at 20240405153050117 2025-03-14 03:00:51.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_structs.h' (93,991) at 20210927100127277 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/atxp1.c' (93,992) at 20240405153048849 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ReservoirCollection.json' (93,993) at 20240619080002952 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8065-smb208.dtsi' (93,994) at 20240405153045541 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-dsa' (93,995) at 20220525020651634 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0001-libminifi-Rename-mutex_-to-mtx_-member-of-Concurrent.patch' (93,996) at 20241206090014250 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_sbsaref_alpine.py' (93,997) at 20241211090212538 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/mchp-spdifrx.c' (93,998) at 20240405153232139 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png' (93,999) at 20210307205554370 to deleted uid set 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeFunction.v1_6_0.json' (94,000) at 20240619080002952 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sdm660.h' (94,001) at 20220525020654543 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_w.c' (94,002) at 20210308005046505 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h' (94,003) at 20220525020652947 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/ipoib.rst' (94,004) at 20210307214925510 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/si-Ljubljana' (94,005) at 20210307205553794 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/acornfb.h' (94,006) at 20210307214925946 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/perf_event_xscale.c' (94,007) at 20210307214925862 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_interval.c' (94,008) at 20240405153046705 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (94,009) at 20240906080037556 to deleted uid set 2025-03-14 03:00:51.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ioctl.h' (94,010) at 20210308005003656 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptvf_algs.h' (94,011) at 20210307214927078 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/index.rst' (94,012) at 20240405153045289 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/Kconfig' (94,013) at 20230925080039893 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372-u-boot.dtsi' (94,014) at 20210308005002564 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libharu/libharu_2.4.4.bb' (94,015) at 20240106090017237 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cpu.h' (94,016) at 20210308005002880 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config.bbappend' (94,017) at 20210812000025166 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/speedstep-lib.h' (94,018) at 20210307214927062 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/os_support.c' (94,019) at 20210308005003772 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/trace-events' (94,020) at 20241211090212334 2025-03-14 03:00:51.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/vlv_dsi_pll_regs.h' (94,021) at 20240405153048469 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dw_hdmi.h' (94,022) at 20210308005003644 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/instruction.json' (94,023) at 20240405153054109 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/syscon-reboot-mode.c' (94,024) at 20210307214930154 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_misc.c' (94,025) at 20210309003650172 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_pef.h' (94,026) at 20210308004938820 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/dbus_interfaces_finder.cpp' (94,027) at 20240817080031288 to deleted uid set 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c' (94,028) at 20240411080014094 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/mx53loco.c' (94,029) at 20210308005002984 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/gic.h' (94,030) at 20240405153054313 2025-03-14 03:00:51.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb' (94,031) at 20240113090014560 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn544/i2c.c' (94,032) at 20240405153051181 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/stfiwx.c' (94,033) at 20210307214926438 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IPA' (94,034) at 20210307205554422 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts' (94,035) at 20210308005002580 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm/bug.h' (94,036) at 20210307214932474 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/Makefile' (94,037) at 20220525020654943 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_map_in_map_invalid.c' (94,038) at 20240405153054277 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/openbmc-flash-layout-64.dtsi' (94,039) at 20240405153045425 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max77976_charger.c' (94,040) at 20240405153051437 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (94,041) at 20241206090014226 to deleted uid set 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/zero-page.rst' (94,042) at 20240405153044989 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/Makefile' (94,043) at 20210308005003080 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0004-fix-css-under-gtk-3.20.patch' (94,044) at 20230317080013793 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/orc_dump.c' (94,045) at 20240405153054077 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/ts409-setup.c' (94,046) at 20210307214925930 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/rc-core-priv.h' (94,047) at 20240405153230823 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/m_can.c' (94,048) at 20241216090017709 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/sdbusplus.wrap' (94,049) at 20220326030015450 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_task_pt_regs.c' (94,050) at 20240405153054277 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend-property-terrestrial-systems.rst' (94,051) at 20210309003648480 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-isp-video.h' (94,052) at 20240405153049457 2025-03-14 03:00:51.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/conf/layer.conf' (94,053) at 20241221090017484 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/phase_fault_detection_tests.cpp' (94,054) at 20240817080031296 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/bus.json' (94,055) at 20240405153054113 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/early_serial_console.c' (94,056) at 20210307214926638 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx7ulp-clock.h' (94,057) at 20210308005003632 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/install.sh' (94,058) at 20240405153053453 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/proxy.hpp' (94,059) at 20240817080036816 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq-dt.c' (94,060) at 20240405153230251 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-cpuidle' (94,061) at 20220525020651630 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/kcov.c' (94,062) at 20240815080012907 to deleted uid set 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/numa.rst' (94,063) at 20240405153045229 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/dropbear.default' (94,064) at 20240328080015911 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc4_qm_regs.h' (94,065) at 20240405153046581 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/toeplitz_client.sh' (94,066) at 20220525020655223 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/README' (94,067) at 20210308005002540 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_user.h' (94,068) at 20240326080039394 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/9p/v9fs_vfs.h' (94,069) at 20240405153231603 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/s390/s390-pv.rst' (94,070) at 20240405153045329 2025-03-14 03:00:51.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/cpu.c' (94,071) at 20210308005002832 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/6lowpan.h' (94,072) at 20210307214931550 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phr.c' (94,073) at 20210308005046505 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/spl_at91.c' (94,074) at 20210308005002716 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/virt/config.c' (94,075) at 20240405153045973 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccid.c' (94,076) at 20220525020654819 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-rgmii.h' (94,077) at 20210307214926234 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/vendor-cmd.c' (94,078) at 20240405153050545 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb' (94,079) at 20230114040015550 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/gpmc.h' (94,080) at 20210307214925914 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi' (94,081) at 20240405153229971 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/spear_adc.c' (94,082) at 20240405153230691 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/module.c' (94,083) at 20210309003654480 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/pipeline.json' (94,084) at 20240405153054145 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/svcauth_unix.c' (94,085) at 20240405153232083 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch' (94,086) at 20230706080014785 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/shmparam.h' (94,087) at 20210307214931306 2025-03-14 03:00:51.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c' (94,088) at 20240405153230607 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier1S4U/11.json' (94,089) at 20240212090032054 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/icom.c' (94,090) at 20240405153052005 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/jump_label.c' (94,091) at 20240405153046077 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_formats.c' (94,092) at 20240405153230647 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsdumpinfo.c' (94,093) at 20240405153046625 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/exynos_thermal.rst' (94,094) at 20210307214925470 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-chassis-poweron@.service' (94,095) at 20230412080023460 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amlogic/Makefile' (94,096) at 20210307214927066 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/b4860.c' (94,097) at 20210308005003432 2025-03-14 03:00:51.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4layouts.c' (94,098) at 20240405153052437 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/zforce_ts.c' (94,099) at 20240405153049165 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_6_0_sh_mask.h' (94,100) at 20210307214927694 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/ddr.c' (94,101) at 20210308005003172 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/stream2mmio_defs.h' (94,102) at 20210307214930538 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/mteswap.c' (94,103) at 20240405153229987 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st/st,clkgen.txt' (94,104) at 20210307214925294 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/osdep_intf.h' (94,105) at 20220525020654183 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli/0002-plugins-netapp-add-include-of-libgen.h-for-basename-.patch' (94,106) at 20241221090017504 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-gpio-defs.h' (94,107) at 20210307214926234 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/hi3798cv200-dw-mshc.txt' (94,108) at 20210307214925366 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m5272sim.h' (94,109) at 20210307214926162 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse' (94,110) at 20210307205554606 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau/0001-nouveau-fixup-driver-for-new-X-server-ABI.patch' (94,111) at 20220204040022496 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/adv7604.yaml' (94,112) at 20240405153045093 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/evsel.c' (94,113) at 20220525020655135 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/transport_rdma.h' (94,114) at 20240405153052533 2025-03-14 03:00:51.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/perf_event.h' (94,115) at 20240613080016363 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_main.h' (94,116) at 20210309003650584 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/displif.h' (94,117) at 20240405153052957 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbyv35.json' (94,118) at 20241213090004409 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/diag.c' (94,119) at 20210308005003208 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-gpio.c' (94,120) at 20210309003650336 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun6i-a31-pll6-clk.yaml' (94,121) at 20240405153045021 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/Makefile' (94,122) at 20210611100017004 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_gtm.c' (94,123) at 20220525020652086 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch' (94,124) at 20230401080011935 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/Create/meson.build' (94,125) at 20240209090020373 to deleted uid set 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/iommu.c' (94,126) at 20240405153230095 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/hvf_int.h' (94,127) at 20241211090212370 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-owl.c' (94,128) at 20240405153230679 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco.h' (94,129) at 20210307214929866 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch' (94,130) at 20220402030015979 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/0000-cover-letter.patch' (94,131) at 20210308005003772 2025-03-14 03:00:51.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2g_hs_evm_defconfig' (94,132) at 20210308005003260 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/functions/pci-epf-mhi.c' (94,133) at 20241211090145477 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/223' (94,134) at 20221215040039362 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/cpu_init.c' (94,135) at 20210308005002800 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/Makefile' (94,136) at 20240405153231319 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00pci.c' (94,137) at 20210309003651800 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/csr.h' (94,138) at 20240405153230063 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/helper.h' (94,139) at 20210308005046301 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/policy_unpack_test.c' (94,140) at 20241211090145565 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/memcpy_mck.S' (94,141) at 20240405153229995 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hpet.h' (94,142) at 20240405153052701 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/Makefile' (94,143) at 20210307214926614 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_movsx.c' (94,144) at 20240405153232263 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si544.c' (94,145) at 20240405153046781 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/ice.c' (94,146) at 20240405153231451 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/lowlevel_init.S' (94,147) at 20210308005003036 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-apalis-emc.dtsi' (94,148) at 20240405153045477 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/eventfd.h' (94,149) at 20240405153052917 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/events-power.rst' (94,150) at 20210307214925574 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_ph.c' (94,151) at 20210308005046505 2025-03-14 03:00:51.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/selftest.h' (94,152) at 20210307214931890 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-sam9x60-pll.c' (94,153) at 20240405153046769 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/nand/raw/arasan-nand-controller.c' (94,154) at 20240405153230867 to deleted uid set 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml' (94,155) at 20240405153045093 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/runqueue.py' (94,156) at 20241221090017588 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/sections.c' (94,157) at 20210308005002848 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/npcm7xx_otp.c' (94,158) at 20240906080037272 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-spaceword.bconf' (94,159) at 20210307214932462 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/uaccess.h' (94,160) at 20240405153046017 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/codec-fwht.h' (94,161) at 20220525020653311 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/davinci_spi.c' (94,162) at 20210308005003492 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rps_types.h' (94,163) at 20240405153048497 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/api.c' (94,164) at 20240405153049629 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/stable-kernel-rules.rst' (94,165) at 20210307214925586 2025-03-14 03:00:51.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/prph.h' (94,166) at 20210307214929830 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/table.js' (94,167) at 20210307205554282 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/subprojects/stdplus.wrap' (94,168) at 20210522000020822 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ac97_codec.h' (94,169) at 20240405153052885 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/test/utest.cpp' (94,170) at 20230512080029405 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/authenc.h' (94,171) at 20210307214931310 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/dir_edit.c' (94,172) at 20241111090012141 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/device.c' (94,173) at 20241018080014478 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/svc/pm.h' (94,174) at 20210307214931386 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/sifive_e.c' (94,175) at 20241211090212326 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/tdx-guest/Makefile' (94,176) at 20240405153052229 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-assert@.service' (94,177) at 20241029080011439 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/parse_vdso.h' (94,178) at 20210307214932730 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/mxs_timer.c' (94,179) at 20210309003649268 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (94,180) at 20240613080018351 to deleted uid set 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/byteorder/big_endian.h' (94,181) at 20220525020654667 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/inode.c' (94,182) at 20240405153231691 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-sgmii.h' (94,183) at 20210307214929606 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c' (94,184) at 20240405153051881 2025-03-14 03:00:51.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/pcf50633/adc.h' (94,185) at 20210307214931434 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sed-opal.h' (94,186) at 20240405153231839 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/internal.h' (94,187) at 20240405153046181 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb' (94,188) at 20241221090017512 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/Makefile' (94,189) at 20210307214929342 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c' (94,190) at 20240405153230507 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ruka' (94,191) at 20210307205553774 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-service-test_%.bbappend' (94,192) at 20230114040015466 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/README' (94,193) at 20210308005003020 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_v3d.c' (94,194) at 20240405153230643 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/keembay/kmb_platform.h' (94,195) at 20220525020655071 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml' (94,196) at 20240405153045029 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-wandboard-revd1.dts' (94,197) at 20240405153045521 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/g_ffs.c' (94,198) at 20240405153052077 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl-imx-scc.yaml' (94,199) at 20210309003648340 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_w.c' (94,200) at 20210308005046517 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v4.h' (94,201) at 20240405153051289 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (94,202) at 20240906080037556 to deleted uid set 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_st6422.h' (94,203) at 20210307214928838 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-37151.patch' (94,204) at 20241221090017576 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_ibm/Kconfig' (94,205) at 20220527100032617 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/actions/Makefile' (94,206) at 20220525020653439 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_masking.c' (94,207) at 20240405153054281 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/trace-events' (94,208) at 20241211090212346 2025-03-14 03:00:51.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/test_duplicates.tc' (94,209) at 20240624080012836 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma/sdma_4_4_0_sh_mask.h' (94,210) at 20220525020652803 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-async.c' (94,211) at 20210309003648936 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/nuvoton,npcm7xx-clock.h' (94,212) at 20240405153052645 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/mcf.h' (94,213) at 20240326080039538 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/stream.h' (94,214) at 20240405153052889 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/drive.hpp' (94,215) at 20240824080002930 to deleted uid set 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/ddr-setup.cfg' (94,216) at 20210308005003084 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/meson-g12a-toacodec.h' (94,217) at 20210307214931350 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/drivers.c' (94,218) at 20240405153230023 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/proto.c' (94,219) at 20210307214929806 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/try_cmpxchg' (94,220) at 20240405153053433 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ide-bus.h' (94,221) at 20240906080037332 2025-03-14 03:00:51.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/prom/cmdline.c' (94,222) at 20210307214926206 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hil_mlc.h' (94,223) at 20210309003653844 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-bison.patch' (94,224) at 20210307205553810 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/pogo_e02.c' (94,225) at 20210308005002944 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/lantiq/Makefile' (94,226) at 20210307214930442 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/motd' (94,227) at 20210307205554470 to deleted uid set 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/netns.h' (94,228) at 20240405153052401 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utstate.c' (94,229) at 20210307214926846 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cm_msgs.h' (94,230) at 20220525020653115 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/tc-dwc-g210.c' (94,231) at 20240405153231527 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am642-evm.dts' (94,232) at 20240405153229971 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/Makefile' (94,233) at 20240405153231279 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte.h' (94,234) at 20210927100127517 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/internal-api.rst' (94,235) at 20220525020651726 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/iucv/af_iucv.c' (94,236) at 20241211090145557 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/Makefile' (94,237) at 20240405153046053 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_rf_al7230b.c' (94,238) at 20210307214929974 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/imx25-tsadc.h' (94,239) at 20210307214931426 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c' (94,240) at 20240405153231191 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/dist/meson.build' (94,241) at 20230413080030485 to deleted uid set 2025-03-14 03:00:51.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/indir_table.c' (94,242) at 20240405153050117 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/sysctl.c' (94,243) at 20240405153053025 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml' (94,244) at 20240405153045181 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch' (94,245) at 20240309090012824 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_dump_collector.hpp' (94,246) at 20240904080029670 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/host.c' (94,247) at 20240405153231535 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-config.svg' (94,248) at 20210308005107065 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-2.dtsi' (94,249) at 20240405153046093 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c' (94,250) at 20240405153047297 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32f429-overview.rst' (94,251) at 20240405153044973 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/tx4927pcic.h' (94,252) at 20210307214926250 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/TODO' (94,253) at 20210309003653036 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/smtinit.c' (94,254) at 20240405153050329 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/fastfloat/fastfloat_6.1.6.bb' (94,255) at 20241221090017512 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/help2man/help2man_1.49.3.bb' (94,256) at 20230114040015538 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/txrx.c' (94,257) at 20240405153050445 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/eprobes_syntax_errors.tc' (94,258) at 20240405153054305 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/user_mad.rst' (94,259) at 20220525020651770 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/qca8k-common.c' (94,260) at 20240405153230911 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zmx25.h' (94,261) at 20210308005003628 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/0001-bundle-own-base64-encode-decode-functions.patch' (94,262) at 20210307205553842 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/phy-tegra194-p2u.c' (94,263) at 20240405153231315 2025-03-14 03:00:51.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/prl-xml.rst' (94,264) at 20240906080037176 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nk.c' (94,265) at 20240405153046857 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_host.h' (94,266) at 20240405153046117 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet_3.9.2.bb' (94,267) at 20240413080012663 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/gpio-au1000.h' (94,268) at 20240405153046005 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/soc_common.h' (94,269) at 20240405153052869 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/FabricAdapter.interface.yaml' (94,270) at 20230429080025377 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-smfc.c' (94,271) at 20210307214928086 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ab8500-codec.h' (94,272) at 20240405153053561 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_dbug.h' (94,273) at 20240405153051529 2025-03-14 03:00:51.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi' (94,274) at 20240405153229923 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smc91x.c' (94,275) at 20240405153050297 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6359/registers.h' (94,276) at 20240405153052729 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cacheflush.h' (94,277) at 20240405153231803 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/sections.h' (94,278) at 20210307214926178 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/work_92105.h' (94,279) at 20210308005003624 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-info.rst' (94,280) at 20240405153045237 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/xilinx_emaclite.c' (94,281) at 20240405153231071 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/emc2305.h' (94,282) at 20240405153052769 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_syscall.h' (94,283) at 20220429100100634 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/Makefile' (94,284) at 20220525020653019 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/atomic-grb.h' (94,285) at 20240405153046309 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i915_component.h' (94,286) at 20240405153052637 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (94,287) at 20240904080027738 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/rockchip-otp.c' (94,288) at 20240805080013995 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_metrics.c' (94,289) at 20240405153051845 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3568.c' (94,290) at 20240405153230239 2025-03-14 03:00:51.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib_5.2.2.bb' (94,291) at 20241221090017512 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/at91sam9263ek.c' (94,292) at 20210308005002916 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/sdeventplus.wrap' (94,293) at 20231209090007705 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/clk_rv1108.c' (94,294) at 20210308005002776 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/toasterui.py' (94,295) at 20240106090017245 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/test_basic.py' (94,296) at 20210307205554434 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/sq905c.c' (94,297) at 20210307214928838 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borlange_Idkerberget' (94,298) at 20210307205553778 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-dmfc.c' (94,299) at 20210307214928082 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-equilibrium.h' (94,300) at 20240405153051329 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_pch_thermal.c' (94,301) at 20240405153051973 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb' (94,302) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs_types.h' (94,303) at 20210307214930554 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/stdio_console.c' (94,304) at 20240405153046341 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb8.c' (94,305) at 20220525020654983 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/visemul.c' (94,306) at 20210307214926606 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/trace-events' (94,307) at 20240906080037304 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_endpoint.c' (94,308) at 20240405153050341 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/Makefile' (94,309) at 20210308005002956 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_pci_mdio.c' (94,310) at 20240405153049921 2025-03-14 03:00:51.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Connection_v1.xml' (94,311) at 20240619080002920 to deleted uid set 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/ucontext.h' (94,312) at 20210307214931618 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt' (94,313) at 20210307214925338 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml' (94,314) at 20240405153045117 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/bluetooth-controller.yaml' (94,315) at 20240405153045113 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/print-tree.h' (94,316) at 20240405153052289 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch' (94,317) at 20240301090012419 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/cpu.c' (94,318) at 20210308005002824 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/io.c' (94,319) at 20210307214931002 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-MoelyParc' (94,320) at 20210307205553798 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-j457.dts' (94,321) at 20240405153045717 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-enable.sh' (94,322) at 20210307205553698 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sparc64.h' (94,323) at 20210308005046033 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6/tune-arm1176jz-s.inc' (94,324) at 20210905000020581 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/piix4.h' (94,325) at 20210307214926226 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/process_32.c' (94,326) at 20240405153046317 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/sigcontext.h' (94,327) at 20241008080013895 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/q40/q40ints.c' (94,328) at 20240405153045973 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/README.txt' (94,329) at 20210308005003708 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdmavt_qp.h' (94,330) at 20220525020654647 2025-03-14 03:00:51.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfpkt_skbuff.c' (94,331) at 20210307214931898 2025-03-14 03:00:51.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunhv.c' (94,332) at 20240405153231519 2025-03-14 03:00:51.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t2080qds.dts' (94,333) at 20210307214926354 2025-03-14 03:00:51.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/bmc_booted.conf' (94,334) at 20210307205554070 2025-03-14 03:00:51.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-mali-midgard.cfg' (94,335) at 20220804030014671 2025-03-14 03:00:51.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sh/register-banks.rst' (94,336) at 20240405153044981 2025-03-14 03:00:51.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvv.c.inc' (94,337) at 20241211090212514 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath12k/wmi.h' (94,338) at 20241008080013951 to deleted uid set 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/Makefile' (94,339) at 20240405153052249 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/OWNERS' (94,340) at 20240321080028818 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.h' (94,341) at 20240405153050105 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pvclock-abi.h' (94,342) at 20210307214926066 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/connman.py' (94,343) at 20220910030013397 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/loongarch/loongson-laptop.c' (94,344) at 20240405153051389 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/sync_bitops.h' (94,345) at 20240405153045625 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ecryptfs.service' (94,346) at 20210307205554130 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-ci.c' (94,347) at 20240405153049365 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/InfoTooltip.spec.js' (94,348) at 20241004080035975 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/wm8400-regulator.c' (94,349) at 20240405153051477 2025-03-14 03:00:51.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h' (94,350) at 20210308005003644 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/checkstop_app.cpp' (94,351) at 20230908080022614 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dts' (94,352) at 20240405153045749 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_close.h' (94,353) at 20210307214932078 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/hypervisor.h' (94,354) at 20240415080012963 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_hfi.c' (94,355) at 20240405153231499 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test-string_helpers.c' (94,356) at 20240405153053101 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_expire_unittest.cpp' (94,357) at 20210308005134001 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tree-mod-log.h' (94,358) at 20240405153052297 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/.gitignore' (94,359) at 20241010080036049 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/mx2_emmaprp.c' (94,360) at 20240405153049425 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/m88rs2000.h' (94,361) at 20210307214928630 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-37xx.dtsi' (94,362) at 20240405153229931 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/v3d/v3d_irq.c' (94,363) at 20220525020653019 to deleted uid set 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml' (94,364) at 20240405153045077 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/utils.h' (94,365) at 20240405153052625 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-av-core.c' (94,366) at 20240405153049353 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Message_v1.xml' (94,367) at 20240918080002712 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/Makefile' (94,368) at 20210307214929938 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0005-pear-fix-Makefile.frag-for-Yocto.patch' (94,369) at 20230706080014745 2025-03-14 03:00:51.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/nwbutton.h' (94,370) at 20210307214926950 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-kovaplus.c' (94,371) at 20240405153230655 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/asm/dma.h' (94,372) at 20240405153054225 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSDRSensor.cpp' (94,373) at 20241112090003098 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_32r5el.sh' (94,374) at 20210308005046525 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default' (94,375) at 20210307205554118 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/Makefile' (94,376) at 20240624080012804 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/mib.h' (94,377) at 20241023080012903 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.json' (94,378) at 20240906080037560 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/053_symbols.dts' (94,379) at 20210308005003752 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/oak.c' (94,380) at 20240405153051569 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/metricgroups.json' (94,381) at 20240405153054121 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/avr-cpu.xml' (94,382) at 20210308005045817 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/syscalls/syscalltbl' (94,383) at 20210307214926522 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/staging/index.rst' (94,384) at 20240405153045301 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/def.h' (94,385) at 20210307214929938 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/context.h' (94,386) at 20240405153050521 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov2680.yaml' (94,387) at 20240613080016355 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/exhandler.c' (94,388) at 20240405153054253 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/mux.c' (94,389) at 20240405153045641 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/ptp.h' (94,390) at 20240405153050293 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pine64.c' (94,391) at 20220525020653311 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/vrf.rst' (94,392) at 20220525020651750 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml' (94,393) at 20240405153045041 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dump.hpp' (94,394) at 20240423080017263 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/Kconfig' (94,395) at 20240405153048361 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/e2220-1170_defconfig' (94,396) at 20210308005003256 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/reexport.rst' (94,397) at 20240405153045205 2025-03-14 03:00:51.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-kernel/linux/linux-aspeed_%.bbappend' (94,398) at 20210807000017354 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/watch_queue/watch_test.c' (94,399) at 20210309003654520 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.clang-format-c++' (94,400) at 20210308005100989 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/addr.c' (94,401) at 20210307214931866 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/editcustomimage_modal.html' (94,402) at 20210307205554286 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rw.h' (94,403) at 20220525020654647 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/mpfs.c' (94,404) at 20240405153231563 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-axg.dtsi' (94,405) at 20240405153045713 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/aspeed-pwm-tacho.c' (94,406) at 20240405153230659 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/basic.c' (94,407) at 20210309003655992 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1-ixora-v1.1.dts' (94,408) at 20240405153045737 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-ps3.c' (94,409) at 20220525020654271 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/meson.build' (94,410) at 20240906080037492 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/i8253.c' (94,411) at 20210307214926702 to deleted uid set 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/pasemi-cpufreq.c' (94,412) at 20240405153046913 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/iceland_smumgr.h' (94,413) at 20210309003649660 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-vegman-sx20.dts' (94,414) at 20240405153229871 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo-plugins/0001-Avoid-running-trackertestutils.patch' (94,415) at 20230503080014579 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml' (94,416) at 20240405153045153 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_usart3.dtsi' (94,417) at 20210308005002572 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/smp-emev2.c' (94,418) at 20210307214925958 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/Makefile' (94,419) at 20210308005002976 2025-03-14 03:00:51.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-aes-cbc.c' (94,420) at 20220525020652390 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/platinum_titanium_defconfig' (94,421) at 20210308005003276 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_iblock.c' (94,422) at 20240405153231495 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/fan53555.c' (94,423) at 20240405153231363 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/pf0100.c' (94,424) at 20210308005003080 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap.h' (94,425) at 20210308005002656 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/core.c' (94,426) at 20240805080013943 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-pico-dwarf.dtsi' (94,427) at 20240405153045517 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telstar12-15.0W' (94,428) at 20210307205553762 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DSDP' (94,429) at 20211006000025234 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh' (94,430) at 20220405030025645 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/fcntl.h' (94,431) at 20210307214925650 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6m/tune-cortexm0.inc' (94,432) at 20210905000020581 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-bd70528.c' (94,433) at 20220525020653947 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/README.md' (94,434) at 20240809080033019 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm-sr.h' (94,435) at 20210307214931322 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ThermalMode/meson.build' (94,436) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mem.c' (94,437) at 20210308005003212 2025-03-14 03:00:51.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/protos.h' (94,438) at 20240405153049069 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mmc/host/sdhci-msm.c' (94,439) at 20240503080014474 to deleted uid set 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch' (94,440) at 20230706080014761 to deleted uid set 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_triflex.c' (94,441) at 20240405153046665 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in' (94,442) at 20210307205553682 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/codec_hevc_common.c' (94,443) at 20210307214930586 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/queue.h' (94,444) at 20210307214930546 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv770_smc.h' (94,445) at 20210307214928022 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6apm.yaml' (94,446) at 20240405153045169 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ia_css_ynr2_types.h' (94,447) at 20210307214930562 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/socket.h' (94,448) at 20240405153231839 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/glue.h' (94,449) at 20210307214925850 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbprint.c' (94,450) at 20240405153046625 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/reset' (94,451) at 20210308005002944 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/ast2500-clock.h' (94,452) at 20210421100236122 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi' (94,453) at 20240405153229935 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h' (94,454) at 20210308005002636 2025-03-14 03:00:51.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd-reload@.service' (94,455) at 20210307205554070 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/sntp.h' (94,456) at 20210308005003720 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/tmpfiles.suricata' (94,457) at 20210905000020565 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdev.h' (94,458) at 20240405153052725 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0001-util-util-cpuinfo-riscv.c-fix-riscv64-build-on-musl-.patch' (94,459) at 20241221090017672 to deleted uid set 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/lpddr3_stock.c' (94,460) at 20210308005002784 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/Makefile' (94,461) at 20240405153230211 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c' (94,462) at 20240405153047149 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/cpu/mpc83xx/ecc.c' (94,463) at 20210308005003720 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c' (94,464) at 20210308005002908 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-freecom-fsg-3.dts' (94,465) at 20240405153045437 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/clk-gate-zynqmp.c' (94,466) at 20240405153046873 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_net.c' (94,467) at 20210308005003232 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/LICENSE' (94,468) at 20210308005100301 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/native-intercept/ar' (94,469) at 20220204040022692 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts' (94,470) at 20210309003648740 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/index.rst' (94,471) at 20240405153045285 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.css' (94,472) at 20210307205554270 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/local.conf.sample' (94,473) at 20241221090017476 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0004-v8-don-t-override-ARM-CFLAGS.patch' (94,474) at 20241221090017512 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/sam9x5_wm8731.c' (94,475) at 20240710080014617 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-rlock-softirq.h' (94,476) at 20210307214931806 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/head.S' (94,477) at 20240405153230023 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/tracepoints/Build' (94,478) at 20210307214932578 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/hsi_boardinfo.c' (94,479) at 20210307214928110 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/freezing-of-tasks.rst' (94,480) at 20220525020651750 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/3270.ChangeLog' (94,481) at 20240405153229743 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/Kconfig' (94,482) at 20210308005002924 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arc/include/uapi/asm/unistd.h' (94,483) at 20210307214932454 2025-03-14 03:00:51.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ia_css_bayer_io.host.c' (94,484) at 20240405153051837 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReportDefinitionCollection.json' (94,485) at 20240619080002948 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vrep.c' (94,486) at 20240326080039746 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/typec_bus.rst' (94,487) at 20210309003648412 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/params/report_params.hpp' (94,488) at 20240711080036139 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/Makefile' (94,489) at 20210307214931126 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/cpsw.rst' (94,490) at 20210309003648448 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/io-defs.h' (94,491) at 20210307214926382 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/0001-change-sysconfig-path-to-etc-default.patch' (94,492) at 20220612030016723 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm946es_defconfig' (94,493) at 20210308005003260 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/jmp32.c' (94,494) at 20240405153232263 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,msm8974.h' (94,495) at 20210307214931338 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lan9118.h' (94,496) at 20240906080037336 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/aspeed_smc.h' (94,497) at 20241211090212362 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml' (94,498) at 20210610000035126 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/odroid-xu3_defconfig' (94,499) at 20210308005003272 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cache_extra.py' (94,500) at 20210307205554234 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/sol/sol_manager.hpp' (94,501) at 20230613080025935 to deleted uid set 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IPL-1.0' (94,502) at 20210307205554422 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/trace-events' (94,503) at 20241211090212326 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch.h' (94,504) at 20240326080039390 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/mediatek,mt7986-wo-ccif.yaml' (94,505) at 20240405153229795 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/Kconfig' (94,506) at 20210308005002984 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_i2c.h' (94,507) at 20220429100100590 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/pinctrl-starfive-jh7110-aon.c' (94,508) at 20240405153231335 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb' (94,509) at 20241206090014238 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/ioremap.c' (94,510) at 20240405153230091 2025-03-14 03:00:51.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-alti6p.dts' (94,511) at 20240405153045493 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c' (94,512) at 20241104090011567 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/flash.cpp' (94,513) at 20240820080021222 to deleted uid set 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertygentest.cpp' (94,514) at 20220708100018559 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-43xx.c' (94,515) at 20240405153046869 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mmu_context.h' (94,516) at 20240405153045861 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/libspatialite_pkgconfig.patch' (94,517) at 20241221090017532 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/legoev3_defconfig' (94,518) at 20210308005003264 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_pch_pic.h' (94,519) at 20230426080043764 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/ftrace-direct-too.c' (94,520) at 20240405153053429 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/mlx5/Kconfig' (94,521) at 20240405153052161 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/verbs_txreq.c' (94,522) at 20220525020653139 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' (94,523) at 20240906080037556 to deleted uid set 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_firewall.h' (94,524) at 20210308004938820 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/hypercall.h' (94,525) at 20240405153052229 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-arrow--up.svg' (94,526) at 20210308005107065 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012aqds_tfa_defconfig' (94,527) at 20210308005003264 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/acpi.c' (94,528) at 20240405153050661 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/rf69.c' (94,529) at 20240405153051873 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/timer.c' (94,530) at 20210308005002808 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_imu.h' (94,531) at 20240405153047109 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_profiler.c' (94,532) at 20240405153054261 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/conn.h' (94,533) at 20210309003649824 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/Makefile' (94,534) at 20240405153230671 2025-03-14 03:00:51.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-evm.dts' (94,535) at 20240405153045589 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-its_git.bb' (94,536) at 20230610080017599 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c' (94,537) at 20240405153051921 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/capi.c' (94,538) at 20240405153230755 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS2.conf' (94,539) at 20230114040015462 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/265' (94,540) at 20210927100127501 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/context.c' (94,541) at 20240405153046037 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/vpd_reader.h' (94,542) at 20210308005003004 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wdrtas.c' (94,543) at 20210309003653356 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/spl_boot.c' (94,544) at 20210308005002980 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/nvme_ioctl.h' (94,545) at 20230925080039941 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/radixtree.py' (94,546) at 20240405153053449 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-gxp.c' (94,547) at 20240405153230247 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.c' (94,548) at 20240405153047153 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_netdev.h' (94,549) at 20240405153050257 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/kvm.c' (94,550) at 20240405153046141 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/azt3328.h' (94,551) at 20210307214932234 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc603e.inc' (94,552) at 20220612030016755 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/g98.c' (94,553) at 20220525020652959 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/gpio.md' (94,554) at 20240809080033019 2025-03-14 03:00:51.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/ti,sci-clk.txt' (94,555) at 20210308005003304 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/devicetable-offsets.c' (94,556) at 20240405153053457 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rpl_iptunnel.h' (94,557) at 20210307214931658 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-y8i.rst' (94,558) at 20210309003648500 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-fsf/xtensa-modules.c.inc' (94,559) at 20210308005046361 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-keys.json' (94,560) at 20220429100100882 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb' (94,561) at 20240106090017237 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-booke.h' (94,562) at 20240906080037512 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/virtio_blk_fuzz.c' (94,563) at 20230426080043948 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml' (94,564) at 20240405153229803 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/Makefile' (94,565) at 20240405153051365 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/Kconfig' (94,566) at 20240405153046525 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/sections.h' (94,567) at 20210308005002880 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS6.conf' (94,568) at 20240529080017843 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/fintek-cir.h' (94,569) at 20210307214928774 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_pnor.c' (94,570) at 20221215040039142 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-ct-90405.c' (94,571) at 20220525020653311 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/dt_helpers.c' (94,572) at 20210308005003000 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/Makefile' (94,573) at 20240405153046297 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_ioc.h' (94,574) at 20240405153231391 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/pci.c' (94,575) at 20210308005002996 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabresd.dtsi' (94,576) at 20210308005002584 2025-03-14 03:00:51.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/Makefile' (94,577) at 20240405153049589 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml' (94,578) at 20240405153045121 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vof-nvram.bin' (94,579) at 20210927100127329 to deleted uid set 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-common.inc' (94,580) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-intel-gw.c' (94,581) at 20240405153231371 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/openbmc-conversion.md' (94,582) at 20221209040006399 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-bt1-rom.c' (94,583) at 20240405153230867 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ctype.h' (94,584) at 20210308005003656 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/amlogic/Makefile' (94,585) at 20240405153231447 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/trace.h' (94,586) at 20210308005046105 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/machine_name.hpp' (94,587) at 20230520080006628 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-buf.h' (94,588) at 20240405153052681 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/it' (94,589) at 20210308005046145 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h' (94,590) at 20240405153047229 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/hsw_clear_kernel.c' (94,591) at 20210307214927818 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/e1000e-test.c' (94,592) at 20230426080043944 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/phram.yaml' (94,593) at 20240405153045149 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/read_bpf_task_storage_busy.c' (94,594) at 20240405153054273 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/fw.c' (94,595) at 20210309003651808 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/cmd_ut_lib.c' (94,596) at 20210308005003740 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml' (94,597) at 20240405153045061 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/auxbus.c' (94,598) at 20240405153230915 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hte/Makefile' (94,599) at 20240405153048829 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-test.c' (94,600) at 20210307214932738 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/phy.h' (94,601) at 20240405153050525 2025-03-14 03:00:51.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/avr-softmmu/default.mak' (94,602) at 20240906080037160 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/intel-gtt.c' (94,603) at 20240405153046745 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/serdes.c' (94,604) at 20210308005002828 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-reg-bits.h' (94,605) at 20230925080040073 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_config.c' (94,606) at 20240405153048521 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lan_tx_rx.h' (94,607) at 20240405153050009 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/virt.h' (94,608) at 20240405153045865 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-OpenSSL-exception' (94,609) at 20210307205554422 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/Kconfig' (94,610) at 20210308005003452 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-dsi-core.h' (94,611) at 20240405153048373 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-udc.c' (94,612) at 20220525020654283 2025-03-14 03:00:51.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-el15203000.c' (94,613) at 20240405153049217 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_vop_reg.h' (94,614) at 20240405153048753 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/xdr.h' (94,615) at 20240405153231843 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_hrt.h' (94,616) at 20210307214930570 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/zynq-xadc.h' (94,617) at 20221215040039178 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/vocore2.dts' (94,618) at 20210307214926194 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/mcount-dyn.S' (94,619) at 20240405153046257 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_issues.h' (94,620) at 20240405153048701 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bt878.c' (94,621) at 20220525020653267 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/add-missing-headers.patch' (94,622) at 20231011080016574 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_seps525.c' (94,623) at 20210307214930506 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_proc.h' (94,624) at 20240326080039562 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_encoder.c' (94,625) at 20240405153048741 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/macro.h' (94,626) at 20210308005002644 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_network_security.robot' (94,627) at 20240628080017121 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig' (94,628) at 20210308005003276 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/i8259.h' (94,629) at 20240405153046385 2025-03-14 03:00:51.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6580-evbp1.dts' (94,630) at 20240405153045461 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/qgroup.c' (94,631) at 20241211090145505 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/trace.c' (94,632) at 20220525020654451 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/opal.c' (94,633) at 20210307214926362 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/ops-dreamcast.c' (94,634) at 20210307214926546 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/auth.c' (94,635) at 20241111090012137 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/ringbuf.c' (94,636) at 20240405153054061 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm85.c' (94,637) at 20240405153230663 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/intel-qep.c' (94,638) at 20240405153046909 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/currituck_defconfig' (94,639) at 20240405153046097 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sub.c' (94,640) at 20210308005046529 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml' (94,641) at 20240405153229779 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_erp.c' (94,642) at 20240405153051509 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i915_pxp_tee_interface.h' (94,643) at 20240405153052637 2025-03-14 03:00:51.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/usbtest.c' (94,644) at 20240405153052117 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc52xx_common.c' (94,645) at 20240405153046197 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/sbp2.c' (94,646) at 20240405153230295 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/uncompress.c' (94,647) at 20210308005003544 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign_support.c' (94,648) at 20231229090005659 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xxad-pinctrl.dtsi' (94,649) at 20240405153045585 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Logging/Policy.interface.yaml' (94,650) at 20221207040023623 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6-ddr.h' (94,651) at 20210308005002648 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/processor-ctrl-impl.c.inc' (94,652) at 20240906080037520 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_fsops.h' (94,653) at 20220525020654519 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cik.h' (94,654) at 20220525020652991 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ti-st/Makefile' (94,655) at 20210307214929178 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/iqs5xx.c' (94,656) at 20240405153230731 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch' (94,657) at 20240309090012820 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ModalAddRoleGroup.vue' (94,658) at 20241004080035971 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/syscall.h' (94,659) at 20241011080017291 2025-03-14 03:00:51.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_adminq.h' (94,660) at 20240719080013349 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c' (94,661) at 20240405153050593 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/ia_css_rmgr_vbuf.h' (94,662) at 20210307214930570 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm926ejs_defconfig' (94,663) at 20210308005003260 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/mcb-parse.c' (94,664) at 20240405153230759 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/connect_force_port4.c' (94,665) at 20240405153054269 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6dlarm2_lpddr2_defconfig' (94,666) at 20210308005003268 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vc.h' (94,667) at 20210307214925930 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012a2g5rdb.h' (94,668) at 20210308005003600 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir_toy.c' (94,669) at 20240405153230823 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/lpc18xx-ccu.h' (94,670) at 20210307214931326 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/meson.options' (94,671) at 20240730080026906 to deleted uid set 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/x86_init.c' (94,672) at 20241008080013899 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend' (94,673) at 20220211110019214 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/commands.h' (94,674) at 20210307214929902 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/BVPaginationMixin.js' (94,675) at 20241004080035963 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/gbmc-psu-hardreset-pre.target' (94,676) at 20220416100009975 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/sme.rst' (94,677) at 20240405153229743 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_h1_jpeg_enc.c' (94,678) at 20240405153049493 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-event.h' (94,679) at 20220525020654631 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch' (94,680) at 20241221090017660 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2.host.h' (94,681) at 20210307214930562 2025-03-14 03:00:51.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/proftpd-basic.init' (94,682) at 20210307205553822 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4acl.c' (94,683) at 20240405153231703 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/extent-map-tests.c' (94,684) at 20240503080014498 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (94,685) at 20210307205553666 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi.h' (94,686) at 20240405153050341 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb' (94,687) at 20241221090017552 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/sensorset.hpp' (94,688) at 20210308004940468 to deleted uid set 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/cq_enet_desc.h' (94,689) at 20240405153049889 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/__init__.robot' (94,690) at 20240627080021044 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/hw.h' (94,691) at 20210307214929306 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/irq/index.rst' (94,692) at 20210307214925266 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm6115.c' (94,693) at 20240405153051349 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts' (94,694) at 20241115090012941 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_platform_v6.c' (94,695) at 20240405153049433 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/CVE-2024-0962.patch' (94,696) at 20241206090014242 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlabel/cipso_ipv4.rst' (94,697) at 20210307214925522 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/starfive/phy-jh7110-dphy-rx.c' (94,698) at 20240405153231315 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_adminq.c' (94,699) at 20240411080014090 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistryFileCollection_v1.xml' (94,700) at 20240619080002928 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-r2d/irq.c' (94,701) at 20240405153046305 2025-03-14 03:00:51.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-colibri.dtsi' (94,702) at 20240405153045533 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TRACE02.boot' (94,703) at 20240405153054369 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/abi-dump-updater' (94,704) at 20240810080009788 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/gpio.c' (94,705) at 20210308005002820 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-space.err' (94,706) at 20210308005046405 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/Kconfig' (94,707) at 20240405153049009 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/Kconfig' (94,708) at 20241211090212254 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpi_io.h' (94,709) at 20210309003653796 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/vimc-devel.rst' (94,710) at 20210307214925462 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/bmc_event_ack_v2.c' (94,711) at 20210308005108641 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/io.c' (94,712) at 20210307214929966 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cfg-preload.h' (94,713) at 20220525020653067 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/Makefile' (94,714) at 20240405153047061 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-powerpc.h' (94,715) at 20241011080017411 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iwalk.h' (94,716) at 20240405153052597 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/pcm186x.txt' (94,717) at 20210307214925430 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/282.out' (94,718) at 20210308005046469 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/Makefile' (94,719) at 20240405153051249 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/gru.h' (94,720) at 20210307214929174 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/hoontech.c' (94,721) at 20210307214932262 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/rate.c' (94,722) at 20240405153232011 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nsh/Kconfig' (94,723) at 20210307214932038 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer.bb' (94,724) at 20241206090014230 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/__init__.py' (94,725) at 20210307205554442 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0002-increase-tzdram-size.patch' (94,726) at 20241221090017468 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c' (94,727) at 20240405153231251 2025-03-14 03:00:51.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/vt8500.dtsi' (94,728) at 20240405153045609 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman_portal.c' (94,729) at 20240405153051757 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_bw.c' (94,730) at 20240405153048437 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/bt87x.c' (94,731) at 20220525020654987 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtio.h' (94,732) at 20210308005003692 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/init.c' (94,733) at 20241011080017403 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/uasm-mips.c' (94,734) at 20240405153046041 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-vipp.h' (94,735) at 20210307214928770 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/efi-stub.rst' (94,736) at 20240405153044945 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx7-media-csi.c' (94,737) at 20240405153230807 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-synology-ds414.dts' (94,738) at 20240405153229871 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout1' (94,739) at 20210308005003736 2025-03-14 03:00:51.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/gpio.h' (94,740) at 20210308005002656 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.h' (94,741) at 20220525020652831 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-kona.h' (94,742) at 20240405153046777 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-mickey.dts' (94,743) at 20240405153045561 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/file.c' (94,744) at 20240405153052553 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/sfpb.xml.h' (94,745) at 20240405153048601 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-empire-electronix-d709.dts' (94,746) at 20240405153045377 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/obconf_git.bb' (94,747) at 20240301090012427 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c' (94,748) at 20240405153048969 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP1/meson.build' (94,749) at 20230825080021133 to deleted uid set 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/fd.h' (94,750) at 20210308005046101 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-page_range_tree.h' (94,751) at 20240906080037224 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/Makefile' (94,752) at 20240405153048609 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/Makefile' (94,753) at 20210307214928826 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/types.h' (94,754) at 20240913080013773 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/crc32table.h' (94,755) at 20210308005003420 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/atomic.h' (94,756) at 20240405153045341 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ID.interface.yaml' (94,757) at 20221207040023627 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c' (94,758) at 20240405153047225 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/conf.py' (94,759) at 20230919080013962 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvf.c.inc' (94,760) at 20241211090212514 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/ui.h' (94,761) at 20240405153054177 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kdebug.h' (94,762) at 20240405153046277 2025-03-14 03:00:51.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapi_M2_Ultra_defconfig' (94,763) at 20210308005003236 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5693.c' (94,764) at 20240405153230791 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/mac.h' (94,765) at 20210307214926786 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi' (94,766) at 20210307214926350 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/tegra-gpio.h' (94,767) at 20210307214931338 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/socionext,uniphier-reset.yaml' (94,768) at 20240405153045149 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Sensor_v1.xml' (94,769) at 20240918080002716 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sel_time.robot' (94,770) at 20240628080017117 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ocfs2.rst' (94,771) at 20240405153045205 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/mksh/mksh_59c.bb' (94,772) at 20231126090012797 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_crypto_ctx.h' (94,773) at 20210309003649300 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/sys_riscv.c' (94,774) at 20240405153230071 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.kwbimage' (94,775) at 20210308005003296 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-configure.ac-don-t-use-dnet-config.patch' (94,776) at 20240106090017233 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/umh.h' (94,777) at 20240405153052809 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ti,davinci-timer.txt' (94,778) at 20210307214925446 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-dsp.inc' (94,779) at 20210905000020581 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cik_sdma.c' (94,780) at 20220525020652991 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/zboot.c' (94,781) at 20240405153230295 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-wm8350.c' (94,782) at 20240405153231375 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750_hw.c' (94,783) at 20240405153231491 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/time.c' (94,784) at 20240805080013927 2025-03-14 03:00:51.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/exynos4210_clk.c' (94,785) at 20241211090212294 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usr-local.mount.in' (94,786) at 20210308005100305 to deleted uid set 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-types.rst' (94,787) at 20240405153229843 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/gpio-cdev' (94,788) at 20210309003648248 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpi_lpat.h' (94,789) at 20210307214931298 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (94,790) at 20230209040014209 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_service.robot' (94,791) at 20240628080017121 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/Kconfig' (94,792) at 20210308005003036 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul.dtsi' (94,793) at 20210308005002588 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if.json' (94,794) at 20220429100100882 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/pti.c' (94,795) at 20220525020653071 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mmu.S' (94,796) at 20221215040039390 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/vfio_iommu_spapr_tce.c' (94,797) at 20240913080013821 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-rsk/setup.c' (94,798) at 20210307214926538 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/smccc.c' (94,799) at 20210308005003220 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/img,i2s-in.txt' (94,800) at 20210307214925430 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/redfish.py' (94,801) at 20230512080020573 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_xuartlite.c' (94,802) at 20210308005003484 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/099_hash_section.dts' (94,803) at 20210308005003752 2025-03-14 03:00:51.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/snapshot.c' (94,804) at 20240405153231915 2025-03-14 03:00:51.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/Makefile' (94,805) at 20210308005002984 2025-03-14 03:00:51.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama7g5-pinfunc.h' (94,806) at 20240405153045473 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/ms.c' (94,807) at 20240405153051929 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-transmitter-mask.rst' (94,808) at 20220525020651782 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/pinning.c' (94,809) at 20240405153054257 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/led.c' (94,810) at 20210308005003040 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts' (94,811) at 20210307214926046 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/shrinker.c' (94,812) at 20240405153052357 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/bios.c' (94,813) at 20210308005003336 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-127.err' (94,814) at 20210308005046409 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/safesetid/Makefile' (94,815) at 20210307214932174 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1619-mjolnir.dts' (94,816) at 20210307214926038 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_1_1_sh_mask.h' (94,817) at 20210307214927690 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/health.h' (94,818) at 20240405153231011 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/main.h' (94,819) at 20210307214929562 2025-03-14 03:00:51.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/ebitmap.c' (94,820) at 20240405153232115 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/tunnels.c' (94,821) at 20240405153232015 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/driver.c' (94,822) at 20240405153052049 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a100u2w.c' (94,823) at 20240405153051549 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-pxs2.c' (94,824) at 20210308005002796 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Everest.json' (94,825) at 20240703080039227 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/lpc.c' (94,826) at 20210308005002856 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/announce.h' (94,827) at 20240906080037344 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/metricgroups.json' (94,828) at 20240405153054149 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ucode_loader.c' (94,829) at 20210307214929818 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.txt' (94,830) at 20210307214925318 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/README.md' (94,831) at 20230706080014733 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/swift/obmc/power-supply-monitor/power-supply-monitor-0.conf' (94,832) at 20210307205553710 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/st,stusb160x.yaml' (94,833) at 20240405153045185 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/rl300Start.sh' (94,834) at 20230706080014733 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Yllas' (94,835) at 20210307205553774 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/renesas-cpg-mssr.h' (94,836) at 20210307214931334 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/sama5d4_xplained.c' (94,837) at 20210308005002920 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/moxart-mmc.c' (94,838) at 20240405153230855 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Brian-Gladman-2-Clause' (94,839) at 20241221090017616 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/split_huge_page_test.c' (94,840) at 20240405153232275 2025-03-14 03:00:51.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/Makefile' (94,841) at 20210307214927314 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/ndlc.c' (94,842) at 20240405153051185 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/fsys.rst' (94,843) at 20240405153044977 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ghc_ext_route.c' (94,844) at 20240405153053157 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/interrupt.c' (94,845) at 20220525020652082 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/sched_policy.h' (94,846) at 20210307214927834 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/misc.c' (94,847) at 20240613080016363 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hpe/Makefile' (94,848) at 20240405153045437 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/bpf_trace.h' (94,849) at 20210309003654160 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-sinlinx-sina33.dts' (94,850) at 20210308005002624 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/crypt_algo.cpp' (94,851) at 20240829080025807 to deleted uid set 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-vme.h' (94,852) at 20210307214926166 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-scmi-raw' (94,853) at 20240405153044913 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/README.md' (94,854) at 20220804030014687 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/clock.c' (94,855) at 20210308005002788 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/usb_osintf.h' (94,856) at 20210307214930646 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/p2wi.h' (94,857) at 20210308005002668 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_dtv.h' (94,858) at 20210307214928614 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/st-rng.c' (94,859) at 20240405153046753 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml' (94,860) at 20240405153045061 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/00-hostnamed-network-user.conf' (94,861) at 20210307205554490 2025-03-14 03:00:51.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d2.dtsi' (94,862) at 20240405153229875 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_configfs.c' (94,863) at 20240405153231491 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/groups.json' (94,864) at 20231213090027086 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-sony.c' (94,865) at 20210307214928774 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/peci/peci.rst' (94,866) at 20240405153045297 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/Kconfig' (94,867) at 20241211090212246 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/uapi/asm/bitsperlong.h' (94,868) at 20210307214932454 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-paris.h' (94,869) at 20240405153051321 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-Fix-list-traversal-issue-in-client_calc_layer.patch' (94,870) at 20241221090017528 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/70_mod_php8.conf' (94,871) at 20220204040022468 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap8.decode' (94,872) at 20210308005046389 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/systemd.h' (94,873) at 20210308005046049 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_rsa.h' (94,874) at 20210308005003708 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_serialize.hpp' (94,875) at 20210414100044458 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_link.c' (94,876) at 20240405153054249 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_irq.c' (94,877) at 20240405153048401 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/README' (94,878) at 20210308005003040 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sockex2_kern.c' (94,879) at 20210307214932118 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-risc.c' (94,880) at 20240405153230791 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77990_ebisu_defconfig' (94,881) at 20210308005003276 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_spi.c' (94,882) at 20210308005003500 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/Makefile' (94,883) at 20210308005002788 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/base.cpp' (94,884) at 20240822080031261 2025-03-14 03:00:51.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb' (94,885) at 20231011080016582 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/misc.c' (94,886) at 20220913100024313 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ext4_utils.mk' (94,887) at 20210307205553894 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,max11410.yaml' (94,888) at 20240405153045069 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-nor.dts' (94,889) at 20210308005002632 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/common/cfe.c' (94,890) at 20240405153046053 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/mock-target.c' (94,891) at 20241211090212282 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/tdls.c' (94,892) at 20240405153050541 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_pci.h' (94,893) at 20240906080037348 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revB.dts' (94,894) at 20210308005002636 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mem.h' (94,895) at 20210308005002656 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/json_storage_mock.hpp' (94,896) at 20220412175720090 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/aes-cipher-core.S' (94,897) at 20220525020651878 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/file.c' (94,898) at 20240405153052257 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/presence/json_parser.hpp' (94,899) at 20240820080023694 to deleted uid set 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_repr.c' (94,900) at 20240405153050197 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/overlay.c' (94,901) at 20210307214930930 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/103' (94,902) at 20220429100100890 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.1.bb' (94,903) at 20241221090017500 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/valkyriefb.c' (94,904) at 20240405153231595 2025-03-14 03:00:51.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/Makefile' (94,905) at 20210308005003500 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c' (94,906) at 20240405153230391 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/decbin.S' (94,907) at 20210307214926142 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/microchip,sama7g5-pdmc.yaml' (94,908) at 20240405153045165 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-Makefile-Let-bootchartd.conf-use-EARLY_.patch' (94,909) at 20241221090017656 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-gallop43.dts' (94,910) at 20240405153045605 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/meson.build' (94,911) at 20240906080037512 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-m68k/bootinfo.h' (94,912) at 20221215040039194 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-rcar-gen2.c' (94,913) at 20240405153231287 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/elf_64.h' (94,914) at 20220525020652118 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/map_benchmark.c' (94,915) at 20240913080013841 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/ptrace.c' (94,916) at 20240405153045965 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/emif.h' (94,917) at 20210308005002676 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/memory-model.rst' (94,918) at 20240405153045229 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/subsys.c' (94,919) at 20240906080037272 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/expired-password.md' (94,920) at 20241203090006519 2025-03-14 03:00:51.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-image/action.yml' (94,921) at 20220402030016059 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkDeviceFunctionCollection.json' (94,922) at 20240619080002948 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/setup.h' (94,923) at 20210308005002708 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/tw686x-video.c' (94,924) at 20240405153049381 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/discovery.c' (94,925) at 20240405153051205 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu_bits.h' (94,926) at 20240906080037476 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-block-drivers.rst.inc' (94,927) at 20240906080037180 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/user.h' (94,928) at 20240405153052789 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/ethernut5.c' (94,929) at 20210308005002952 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/reset/ti,sci-reset.txt' (94,930) at 20210308005003308 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_db-88f3720_defconfig' (94,931) at 20210308005003268 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts' (94,932) at 20240405153045749 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/rbtx4927/Makefile' (94,933) at 20210307214926298 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ip_dynaddr.rst' (94,934) at 20210307214925538 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/bcm968380gerg.c' (94,935) at 20210308005002940 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/unistd.h' (94,936) at 20240405153046249 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sparc-us2e-cpufreq.c' (94,937) at 20240405153046917 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-origen.dts' (94,938) at 20210308005002576 2025-03-14 03:00:51.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/MAINTAINERS' (94,939) at 20210308005002912 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/registries.cpp' (94,940) at 20241120090002568 to deleted uid set 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/init.c' (94,941) at 20240405153046513 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pgtable.h' (94,942) at 20240913080013837 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/test/meson.build' (94,943) at 20240911080053391 to deleted uid set 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/prctl.h' (94,944) at 20240405153232211 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/stderr_console.c' (94,945) at 20210307214926618 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-fru-bmc.yaml' (94,946) at 20210307205553694 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra72x.dtsi' (94,947) at 20240405153045601 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc32.c' (94,948) at 20210308005003696 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_session.c' (94,949) at 20240405153048545 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/share_config.c' (94,950) at 20240919080017078 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_datafab.h' (94,951) at 20210307214930878 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/heap.c' (94,952) at 20240405153049641 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3328.c' (94,953) at 20210308005003352 2025-03-14 03:00:51.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_bpffs.c' (94,954) at 20240405153054261 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/drm_mode.h' (94,955) at 20240405153231867 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.err' (94,956) at 20230925080040089 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-md-pci.c' (94,957) at 20240906080037320 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/nitro_enclaves/ne_ioctl_sample.c' (94,958) at 20240405153053429 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_pf.h' (94,959) at 20240405153049921 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/error.cpp' (94,960) at 20210308005114861 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/thermal.h' (94,961) at 20240405153050409 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_sysfs.h' (94,962) at 20240405153048489 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi' (94,963) at 20210307214926018 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-stats.c' (94,964) at 20240405153049453 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/mcu.h' (94,965) at 20210307214929890 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm6350.c' (94,966) at 20240405153051349 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/Kconfig' (94,967) at 20210308005003472 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi' (94,968) at 20240405153045829 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/Kconfig' (94,969) at 20210307214926898 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i915_pciids.h' (94,970) at 20240405153052637 2025-03-14 03:00:51.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb' (94,971) at 20241206090014250 to deleted uid set 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_vti.c' (94,972) at 20240415080012995 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_1_sm8450.h' (94,973) at 20240429080012420 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-yavia.dtsi' (94,974) at 20240405153045733 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/062' (94,975) at 20220429100100886 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.h' (94,976) at 20210307214927306 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_rdma.h' (94,977) at 20240405153050237 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/acpi-info.rst' (94,978) at 20220525020651638 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/omap4-thermal-data.c' (94,979) at 20220525020654211 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/parse-build.sh' (94,980) at 20240405153054365 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/eeh.h' (94,981) at 20240405153046109 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0003-Remove-neon-option-from-cross-compilation.patch' (94,982) at 20241221090017512 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/vmalloc.rst' (94,983) at 20240405153045229 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (94,984) at 20230211040012635 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb' (94,985) at 20240413080012655 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/util.c' (94,986) at 20210308005003360 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/8390.c' (94,987) at 20210307214929278 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c' (94,988) at 20240405153048657 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/keyutils-fix-error-report-by-adding-default-message.patch' (94,989) at 20210307205553962 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbus++-gen-meson' (94,990) at 20240925080038338 to deleted uid set 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/openpromfs/Makefile' (94,991) at 20210307214931218 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sentry-sdk_1.45.0.bb' (94,992) at 20241206090014270 2025-03-14 03:00:51.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8728.c' (94,993) at 20240405153232167 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bleak/run-ptest' (94,994) at 20240413080012659 to deleted uid set 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig' (94,995) at 20220802100038573 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/tmpf.h' (94,996) at 20210308005108645 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt' (94,997) at 20240405153045013 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/uio_pruss.h' (94,998) at 20240405153052769 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/silex-insight,ba431-rng.yaml' (94,999) at 20240405153045153 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/include/perf_regs.h' (95,000) at 20240405153232219 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ipl/ipl_git.bb' (95,001) at 20240823080011564 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8953.h' (95,002) at 20220525020654543 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-d2plug.dts' (95,003) at 20240405153045453 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/health.c' (95,004) at 20240624080012788 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c' (95,005) at 20220525020655195 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts-sources.inc' (95,006) at 20241221090017528 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dsa/brcm.h' (95,007) at 20220525020654563 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h' (95,008) at 20240405153047213 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/powernow-k6.c' (95,009) at 20210307214927058 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast2600_i2c.c' (95,010) at 20220802100038577 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/memory-allocation.rst' (95,011) at 20240405153045289 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/device.h' (95,012) at 20210308005002876 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb' (95,013) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/i686.config' (95,014) at 20240405153054381 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch' (95,015) at 20230706080014741 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb' (95,016) at 20241221090017552 2025-03-14 03:00:51.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/203' (95,017) at 20240906080037564 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tilcdc/tilcdc_panel.c' (95,018) at 20240405153230639 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/seq_device.h' (95,019) at 20240405153052889 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/test_arm_aspeed_palmetto.py' (95,020) at 20241211090212538 to deleted uid set 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-int-member.json' (95,021) at 20210308005046405 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/uncore-interconnect.json' (95,022) at 20240405153054141 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/midi.h' (95,023) at 20210307214931682 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/flash.c' (95,024) at 20210308005003720 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/xattr_trusted.c' (95,025) at 20240405153052337 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/meson.build' (95,026) at 20220913030027321 to deleted uid set 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio.txt' (95,027) at 20240405153045061 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/raw_vec.rs' (95,028) at 20240405153232095 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/mpc885ads_setup.c' (95,029) at 20240405153230051 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_link_encoder.c' (95,030) at 20240405153047245 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kolari_Vuolittaja' (95,031) at 20210307205553770 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/smmuv3.h' (95,032) at 20230925080039925 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/meson.build' (95,033) at 20240919080039606 to deleted uid set 2025-03-14 03:00:51.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/oplib_32.h' (95,034) at 20210307214926582 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_0_sh_mask.h' (95,035) at 20210307214927674 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-spear.c' (95,036) at 20240405153051505 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c' (95,037) at 20240405153048357 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-butterfly.c' (95,038) at 20240405153231459 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_gmbus.h' (95,039) at 20240405153048453 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/Kconfig' (95,040) at 20210308005002984 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/carriers/tpci200.c' (95,041) at 20220525020653199 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c' (95,042) at 20240405153050645 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/dsp.c' (95,043) at 20240405153053941 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/devtree_export.cpp' (95,044) at 20230915080021805 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_buddy_test.c' (95,045) at 20240405153048769 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/mb862xxfb_accel.h' (95,046) at 20210307214930918 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/sata-common.yaml' (95,047) at 20240405153045021 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.12.0.bb' (95,048) at 20220402030015895 2025-03-14 03:00:51.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/npcm-rng.c' (95,049) at 20240405153230199 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.conf' (95,050) at 20210307205553822 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040d4_nand_rcw.cfg' (95,051) at 20210308005002992 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/linux_string.c' (95,052) at 20210308005003760 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/host.fuc' (95,053) at 20210307214927970 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/other.json' (95,054) at 20240405153232231 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_errno_defs.h' (95,055) at 20210927100127281 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-bus-w1' (95,056) at 20210309003648244 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/Makefile' (95,057) at 20240405153045649 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/swsusp.c' (95,058) at 20210307214926570 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/trinity_dpm.c' (95,059) at 20240405153230631 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NOR_SECBOOT_defconfig' (95,060) at 20210308005003240 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.c' (95,061) at 20210308005002792 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc1_qm_regs.h' (95,062) at 20240405153046605 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-disassembler-four-args.c' (95,063) at 20210307214932466 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/entity_map_json.cpp' (95,064) at 20230518080030406 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/MAINTAINERS' (95,065) at 20210308005002984 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch' (95,066) at 20210307205553910 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' (95,067) at 20210308004925448 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ipvs-sysctl.rst' (95,068) at 20240405153045241 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-gen4-cpg.h' (95,069) at 20240405153046837 2025-03-14 03:00:51.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65.dtsi' (95,070) at 20210308005002592 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/xusb-tegra124.c' (95,071) at 20240405153051301 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/52xx/cm5200_defconfig' (95,072) at 20210307214926366 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/db-export.c' (95,073) at 20240405153232235 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/sys_oabi-compat.c' (95,074) at 20240405153045633 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/hmem.h' (95,075) at 20210307214930546 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu.h' (95,076) at 20210308005002664 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/apple-properties.c' (95,077) at 20220525020652426 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lockd/bind.h' (95,078) at 20240405153052721 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/pci.h' (95,079) at 20240405153046505 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/intc-525x.c' (95,080) at 20210307214926138 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addwc.c' (95,081) at 20210308005046501 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/libfdt_env.h' (95,082) at 20210308005003728 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/lontium-lt9611.c' (95,083) at 20240613080016399 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/zoned-storage.rst' (95,084) at 20230925080039845 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-rbtn.c' (95,085) at 20240405153051401 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra114-mc.h' (95,086) at 20210307214931342 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch' (95,087) at 20230503080014619 2025-03-14 03:00:51.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (95,088) at 20240727080014098 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/kcopyd.rst' (95,089) at 20210307214925222 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/Makefile' (95,090) at 20240405153054301 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8711.yaml' (95,091) at 20240405153045173 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/machine_kexec_file.c' (95,092) at 20240405153045869 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/tests/test_MCTPReactor.cpp' (95,093) at 20241205090004239 to deleted uid set 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_trace.c' (95,094) at 20210307214930854 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/threadinfo.c' (95,095) at 20230925080039953 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.h' (95,096) at 20210307214927306 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sc8280xp.c' (95,097) at 20240405153046829 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/iscsi_proto.h' (95,098) at 20220525020654651 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/arm.config' (95,099) at 20240405153054381 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/msr.rst' (95,100) at 20240405153045329 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/time.c' (95,101) at 20210308005003220 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-toshiba_acpi' (95,102) at 20210309003648260 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/fsl_udc_core.c' (95,103) at 20240830080013307 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch' (95,104) at 20210528000029743 2025-03-14 03:00:51.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/serial.h' (95,105) at 20210307214926322 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/bios.cpp' (95,106) at 20240926080014013 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/a2ux8x4riser.json' (95,107) at 20220601030005857 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (95,108) at 20241206090014218 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (95,109) at 20220826030017621 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2430-sdp.dts' (95,110) at 20240405153045601 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_fx6_defconfig' (95,111) at 20210308005003252 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a83t-tbs-a711.dts' (95,112) at 20240405153045389 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/uefi_capsule.bbclass' (95,113) at 20241206090014214 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/atomisp2/led.c' (95,114) at 20240405153051405 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynq/pll.c' (95,115) at 20240405153046873 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch' (95,116) at 20240127090011888 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/clk_rk3036.c' (95,117) at 20210308005002772 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/isl68137.c' (95,118) at 20240405153048869 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-h264.h' (95,119) at 20240405153052833 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_realm.h' (95,120) at 20210307214931646 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/ge/ge_pic.h' (95,121) at 20210307214926486 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/elm.h' (95,122) at 20210309003653888 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/fs_tt_redirect.h' (95,123) at 20240405153050101 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/6pack.rst' (95,124) at 20210307214925522 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/lops.h' (95,125) at 20240613080016491 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mixcomwd.c' (95,126) at 20210307214930970 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/serial.h' (95,127) at 20240405153045941 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/adp5520_bl.c' (95,128) at 20240405153052173 2025-03-14 03:00:51.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-migor/sdram.S' (95,129) at 20210307214926538 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399.dtsi' (95,130) at 20210308005002608 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_crtc2.h' (95,131) at 20210307214930918 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml' (95,132) at 20240405153045173 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/Makefile' (95,133) at 20210308005003032 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-s500.c' (95,134) at 20240405153046769 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl313.h' (95,135) at 20240405153048929 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt' (95,136) at 20210307214925410 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/jack.c' (95,137) at 20240613080016543 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_backlight.c' (95,138) at 20210307214928094 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/reboot.c' (95,139) at 20240405153047045 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_image.h' (95,140) at 20210307214930366 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/gettext.patch' (95,141) at 20210307205553842 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_setup_e500.S' (95,142) at 20240405153046133 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/gc.c' (95,143) at 20240405153052389 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.0.1.bb' (95,144) at 20241221090017528 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/hweight.c' (95,145) at 20210307214932490 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hix5hd2.c' (95,146) at 20210307214926974 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/swiotlb.h' (95,147) at 20240405153052897 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/con2fbmap/con2fbmap/0001-con2fbmap-Add-missing-include-on-string.h.patch' (95,148) at 20221003030013269 2025-03-14 03:00:51.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-socksio/0001-Unpin-flit-core-dependency.patch' (95,149) at 20240301090012435 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/asoc-kirkwood.h' (95,150) at 20210307214931470 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu-qom.h' (95,151) at 20240326080039634 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_ctl_msg.c' (95,152) at 20220525020655107 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/mmap.out' (95,153) at 20210308005046397 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/brl_emu.c' (95,154) at 20210307214926122 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mikrotik,rb4xx-spi.yaml' (95,155) at 20240405153045173 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb10.rst' (95,156) at 20210309003648496 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFFIS' (95,157) at 20241221090017616 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/nrf51_rng.c' (95,158) at 20241211090212298 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/max77650-onkey.c' (95,159) at 20210307214928482 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/efuse.c' (95,160) at 20240405153050661 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/nuvoton,wpcm450-aic.yaml' (95,161) at 20240405153045085 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutboundConnectionCollection.json' (95,162) at 20240619080002952 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c' (95,163) at 20240405153231059 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/hiface/pcm.h' (95,164) at 20210307214932442 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml' (95,165) at 20240405153229755 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_provider.h' (95,166) at 20210309003650156 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_mips.c' (95,167) at 20240405153046697 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/maintainers_include.py' (95,168) at 20240405153229831 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch' (95,169) at 20210307205554562 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/smp_spin_table.c' (95,170) at 20240405153045873 2025-03-14 03:00:51.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/dbus/xyz.openbmc_project.EntityManager.service' (95,171) at 20210308005114361 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/faq.rst' (95,172) at 20241221090017600 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml' (95,173) at 20240405153045117 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/phy_companion.h' (95,174) at 20240405153052813 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/obmc/gpio/port_owner_udc1' (95,175) at 20230209040014209 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8195/Makefile' (95,176) at 20240405153054001 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/usb_trace.h' (95,177) at 20240405153231239 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/NinjaSCSI.rst' (95,178) at 20210307214925558 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/dram.c' (95,179) at 20210308005002548 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/MAINTAINERS' (95,180) at 20210308005002904 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/Makefile' (95,181) at 20240405153054169 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/string.h' (95,182) at 20210308005002708 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/hdspm.rst' (95,183) at 20210307214925566 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/kgdb.c' (95,184) at 20210308005002840 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/video_bmp.c' (95,185) at 20210308005003536 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/Kconfig' (95,186) at 20240405153054009 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/hibernate.c' (95,187) at 20240405153046257 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/async.c' (95,188) at 20241211090212558 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/Makefile-os-Linux' (95,189) at 20210307214926614 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_cmdpkt.c' (95,190) at 20220525020654167 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/cypress-sf.c' (95,191) at 20240405153049133 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/thermal-idle.yaml' (95,192) at 20240405153045177 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/manager_test.cpp' (95,193) at 20210308005054073 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/qos.h' (95,194) at 20210308005003036 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fsgsbase.h' (95,195) at 20210309003649020 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kihnio' (95,196) at 20210307205553770 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/machxo2-spi.c' (95,197) at 20240405153047057 2025-03-14 03:00:51.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-medcom-wide.dts' (95,198) at 20240405153045481 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ar1021.txt' (95,199) at 20210307214925338 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/tout.c' (95,200) at 20240405153050129 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/virtio/virtio-qmp.c' (95,201) at 20241211090212350 to deleted uid set 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tcp_check_syncookie_kern.c' (95,202) at 20240405153054281 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/machine/genesis3.conf' (95,203) at 20231107090016217 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/ihs_phys.c' (95,204) at 20210308005003000 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.errors.yaml' (95,205) at 20240618080025497 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/isp1301.h' (95,206) at 20240405153052813 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tsan/suppressions.tsan' (95,207) at 20240906080037580 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ec_bhf.c' (95,208) at 20240405153049905 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/Makefile' (95,209) at 20210307214929306 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ad525x_dpot-i2c.c' (95,210) at 20240405153049625 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-support-card.dtsi' (95,211) at 20240405153045825 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-ethtool.c' (95,212) at 20240405153049737 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/upd64083.c' (95,213) at 20240405153049345 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/trigger_aliases.hpp' (95,214) at 20211013000110044 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtb_platdata.py' (95,215) at 20210308005003760 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/ti/Makefile' (95,216) at 20210307214930126 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/multilib.conf' (95,217) at 20241221090017612 to deleted uid set 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.js' (95,218) at 20210308005107077 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/syscalls.h' (95,219) at 20210309003648984 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/.gitignore' (95,220) at 20210308005113633 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/user_events.h' (95,221) at 20240613080016507 2025-03-14 03:00:51.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gicv3_common.h' (95,222) at 20241211090212362 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-i2s.c' (95,223) at 20240405153053969 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/reset.c' (95,224) at 20210309003648724 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/switch-mailbox-cci.c' (95,225) at 20241211090212262 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a.dtsi' (95,226) at 20240503080014458 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/gdbstub/user-target.c' (95,227) at 20241211090212242 to deleted uid set 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/MAINTAINERS' (95,228) at 20210308005003024 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/utils.hpp' (95,229) at 20221026030020467 to deleted uid set 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/des.c' (95,230) at 20210307214931794 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/Makefile' (95,231) at 20240913080013769 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_lag.sh' (95,232) at 20240405153232279 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/intc-shx3.c' (95,233) at 20210307214926566 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7780/irq.c' (95,234) at 20210307214926542 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/mmap.c' (95,235) at 20240405153045365 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/Makefile' (95,236) at 20210307214927314 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/bug-hunting.rst' (95,237) at 20220525020651642 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/privkey_modsign.pem' (95,238) at 20210307205554110 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/index.rst' (95,239) at 20220525020651722 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/lio_main.c' (95,240) at 20240405153049857 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb' (95,241) at 20241221090017488 2025-03-14 03:00:51.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_gtk_icon_cache' (95,242) at 20240106090017285 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dir2_readdir.c' (95,243) at 20240405153052589 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ni_dpm.h' (95,244) at 20220525020652995 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_hif.c' (95,245) at 20210307214928702 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pc263.c' (95,246) at 20240405153046889 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-controls.h' (95,247) at 20210307214928682 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat+csv_summary.sh' (95,248) at 20240405153232231 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/omap_gpmc.c' (95,249) at 20210308005003416 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6dl_mba6_spi_defconfig' (95,250) at 20210308005003284 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8916-samsung-e5.dts' (95,251) at 20240405153045545 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_defconfig' (95,252) at 20210308005003280 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/corenet_ds.h' (95,253) at 20210308005002964 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_msub.S' (95,254) at 20230925080040101 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/088.out' (95,255) at 20210308005046445 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_pcm.c' (95,256) at 20220525020655107 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/Kconfig' (95,257) at 20240405153048737 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml' (95,258) at 20240405153045089 2025-03-14 03:00:51.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/ucount.c' (95,259) at 20241115090012969 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/goflexhome.c' (95,260) at 20210308005002908 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xlnx-zynqmp-ipi.c' (95,261) at 20241211090212286 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.err' (95,262) at 20240906080037560 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryRegion_v1.xml' (95,263) at 20240918080002712 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/mvebu-icu.h' (95,264) at 20210307214931338 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_mmiotrace.c' (95,265) at 20220525020654739 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_simple.c' (95,266) at 20240405153053361 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf_0.2.8.bb' (95,267) at 20240413080012647 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/msr-index.h' (95,268) at 20210308005002880 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/core.scss' (95,269) at 20210308005107073 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/link.c' (95,270) at 20240405153232083 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/dummysimple.json' (95,271) at 20230202040011970 2025-03-14 03:00:51.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc4_rtr_regs.h' (95,272) at 20240405153046605 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cti-sysfs.c' (95,273) at 20240405153048889 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch' (95,274) at 20210307205554458 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch' (95,275) at 20241221090017640 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/microchip,spi-pic32.txt' (95,276) at 20210307214925438 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch' (95,277) at 20240413080012635 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/mac-fec.c' (95,278) at 20240405153230943 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/arizona-micsupp.c' (95,279) at 20240405153051461 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch' (95,280) at 20241221090017672 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/lzo_wrapper.c' (95,281) at 20240405153052537 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/dpll3xxx.c' (95,282) at 20220525020652338 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/ivc.c' (95,283) at 20240405153047049 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_trace.c' (95,284) at 20210307214928110 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c' (95,285) at 20240405153052205 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh' (95,286) at 20220405030025645 2025-03-14 03:00:51.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/trace.h' (95,287) at 20210308005045837 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbif/nbif_6_1_offset.h' (95,288) at 20210307214927566 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/gpio-core.h' (95,289) at 20240405153045685 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib.inc' (95,290) at 20241221090017640 to deleted uid set 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/trigger_helpers.hpp' (95,291) at 20240711080036139 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm6375-gpucc.yaml' (95,292) at 20240405153045029 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_test.cpp' (95,293) at 20241212090025215 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/self.c' (95,294) at 20210307214932710 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_uac1_legacy.c' (95,295) at 20240405153052077 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/lpc32xx_mlc.c' (95,296) at 20240405153230871 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/sfi.c' (95,297) at 20210308005002884 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mtlo.c' (95,298) at 20210308005046505 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-libconf_2.0.1.bb' (95,299) at 20241221090017556 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Szczecin' (95,300) at 20210307205553778 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/lpcsnoop/snoop.hpp' (95,301) at 20241120090021304 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/Kconfig' (95,302) at 20210308005003028 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2057.c' (95,303) at 20210307214929798 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl_with_ucode_ptr.py' (95,304) at 20210308005003748 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6s_mba6_spi_defconfig' (95,305) at 20210308005003284 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_elf.py' (95,306) at 20210308005003748 2025-03-14 03:00:51.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tas5086.h' (95,307) at 20210307214931602 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MITNFA' (95,308) at 20211006000025238 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-2a.inc' (95,309) at 20240301090012451 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/unwind_guess.c' (95,310) at 20240405153045945 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a83t-allwinner-h8homlet-v2.dts' (95,311) at 20240405153045389 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/at91_udc.h' (95,312) at 20210308005003672 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,snow.yaml' (95,313) at 20240405153045169 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-ohci-pxa27x.h' (95,314) at 20210307214931482 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/Makefile' (95,315) at 20240405153230023 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-display1.xml' (95,316) at 20241211090212554 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/s390dbf.rst' (95,317) at 20240405153229747 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/3270.rst' (95,318) at 20240405153229743 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf119.c' (95,319) at 20240405153048641 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi' (95,320) at 20240405153045737 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/common.h' (95,321) at 20210307214926186 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css-fw.c' (95,322) at 20240405153051857 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c' (95,323) at 20240405153230407 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_mpc8544ds.py' (95,324) at 20241211090212542 2025-03-14 03:00:51.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8974.h' (95,325) at 20210307214931330 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ni.c' (95,326) at 20241211090145421 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-Use-configure-test-for-struct-timespec.patch' (95,327) at 20240106090017233 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/runway.h' (95,328) at 20240405153046069 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/ge-achc.yaml' (95,329) at 20220525020651690 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sma1303.c' (95,330) at 20240405153053785 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_reset.c' (95,331) at 20240405153048445 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/st-keyscan.txt' (95,332) at 20210307214925338 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/useradd' (95,333) at 20210905000020597 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_emulate.h' (95,334) at 20240405153045857 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml' (95,335) at 20240405153045029 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-interrupt-rsl.c' (95,336) at 20210307214926198 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-db1x00/bcsr.h' (95,337) at 20210307214926218 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuppc.conf' (95,338) at 20210905000020585 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/stackleak.c' (95,339) at 20240405153053049 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/LICENSE' (95,340) at 20210308004939436 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/tqmx86_wdt.c' (95,341) at 20220525020654335 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb' (95,342) at 20241206090014234 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hw_irq.h' (95,343) at 20240405153046109 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/boot/dts/Makefile' (95,344) at 20210307214926098 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-overlay.dtsi' (95,345) at 20240405153231279 2025-03-14 03:00:51.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst' (95,346) at 20240405153045301 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/dbg.c' (95,347) at 20210307214926190 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc_x25.c' (95,348) at 20220525020653703 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/core.c' (95,349) at 20240613080016443 to deleted uid set 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/summary.rst' (95,350) at 20240405153045221 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-clash.out' (95,351) at 20210308005046397 to deleted uid set 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/imx/ldb.txt' (95,352) at 20210307214925302 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/builtin.h' (95,353) at 20240405153054213 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/autojson.py' (95,354) at 20240912080005178 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/lattice-sysconfig-spi.c' (95,355) at 20240405153047057 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/idle/Makefile' (95,356) at 20210307214928314 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/Kconfig' (95,357) at 20240405153050397 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_clflush.c' (95,358) at 20240405153048469 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml' (95,359) at 20240405153229775 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-debug.h' (95,360) at 20240405153052037 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/Build' (95,361) at 20210307214932514 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_flat_keys.sh' (95,362) at 20240405153054341 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-kms.h' (95,363) at 20210309003649780 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service' (95,364) at 20231205090013449 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler-intel.h' (95,365) at 20210308005003656 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-fwrite.rst' (95,366) at 20210309003648476 2025-03-14 03:00:51.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ata.h' (95,367) at 20240405153052657 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemumips64-alt.yml' (95,368) at 20210528000029703 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/gdbstub.c' (95,369) at 20241211090212494 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/apr/apr_1.7.5.bb' (95,370) at 20241221090017692 to deleted uid set 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldmtool.cpp' (95,371) at 20240819080030267 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/Makefile' (95,372) at 20210309003651792 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mtd-davinci.h' (95,373) at 20210309003653888 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/string_utils.cpp' (95,374) at 20230523080037938 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/configs/kasan.config' (95,375) at 20240405153230075 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/at91.S' (95,376) at 20210309003648680 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c' (95,377) at 20210308005046521 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cirrus/cs89x0.h' (95,378) at 20210309003650612 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fs.h' (95,379) at 20210308005003648 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch' (95,380) at 20220910030013425 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/run_fuse_test.sh' (95,381) at 20210307214932686 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5329BFEE_defconfig' (95,382) at 20210308005003236 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/ralink,mt7621-spi.yaml' (95,383) at 20240405153045173 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/test/meson.build' (95,384) at 20231208090022708 to deleted uid set 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/colors.scss' (95,385) at 20220105012522959 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65217.c' (95,386) at 20210308005003468 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/st_gyro_core.c' (95,387) at 20240405153048985 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stack_pointer.h' (95,388) at 20210307214926066 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/MeasurementSet/meson.build' (95,389) at 20240229090018787 to deleted uid set 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/emc6w201.rst' (95,390) at 20210307214925498 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings.py' (95,391) at 20230428080030950 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/spu.h' (95,392) at 20220525020652374 2025-03-14 03:00:51.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-aspeed.c' (95,393) at 20240405153230203 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb' (95,394) at 20241206090014210 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_map_init.c' (95,395) at 20210309003655988 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/sg_sw_qm2.h' (95,396) at 20210307214927078 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/sha1.c' (95,397) at 20240405153053085 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/qts-filter.sh' (95,398) at 20210308005002780 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/aspeed_g5_defconfig' (95,399) at 20240410080016741 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/firmware_update.sh' (95,400) at 20240812080018512 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/hda_codec.c' (95,401) at 20210308005003488 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c' (95,402) at 20240405153230611 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-sgmii.c' (95,403) at 20210307214930602 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/x1830-dma.h' (95,404) at 20210307214931338 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts' (95,405) at 20210309003648756 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_linux_mono.pbm' (95,406) at 20210307214930950 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-mfg.c' (95,407) at 20240405153046801 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Glulxe' (95,408) at 20211006000025238 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x08_common.h' (95,409) at 20240405153048805 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRTN/meson.build' (95,410) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine-sleep.c' (95,411) at 20230426080043964 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/include/rv.h' (95,412) at 20240405153054385 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/config-internal.h' (95,413) at 20240710080015177 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/extable_32.c' (95,414) at 20210307214926574 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sfctemp.c' (95,415) at 20240405153048873 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/recipe-workflow.png' (95,416) at 20210307205554298 to deleted uid set 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/bpt_helper.c' (95,417) at 20221215040039302 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_hwseq.h' (95,418) at 20220525020652518 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/Kconfig' (95,419) at 20241211090212278 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/complete_response_fields.hpp' (95,420) at 20240713080003654 to deleted uid set 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sht21.rst' (95,421) at 20210309003648428 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/impedance-analyzer/adi,ad5933.yaml' (95,422) at 20220525020651682 2025-03-14 03:00:51.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/bxtwc_tmu.c' (95,423) at 20241211090145481 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/byteorder.h' (95,424) at 20210307214926310 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c' (95,425) at 20240628080013989 to deleted uid set 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Device.metadata.yaml' (95,426) at 20220430030026016 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/stats.h' (95,427) at 20240405153049237 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c' (95,428) at 20210307214927958 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/think-lmi.c' (95,429) at 20241011080017343 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-rbtn.h' (95,430) at 20220525020653907 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/ptw.c' (95,431) at 20241211090212470 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h' (95,432) at 20240405153047141 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-hpe/Kconfig' (95,433) at 20240405153045645 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/kconfig/lkc_proto.h' (95,434) at 20240405153053453 to deleted uid set 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/mvme5100.c' (95,435) at 20210307214926362 2025-03-14 03:00:51.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml' (95,436) at 20240405153045117 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm.h' (95,437) at 20240405153051345 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_xor.c' (95,438) at 20210308005046525 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/irq_impl.h' (95,439) at 20210307214925654 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/raspi4b.c' (95,440) at 20240906080037196 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-bad-base.out' (95,441) at 20220429100100882 to deleted uid set 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/asequencer.h' (95,442) at 20240405153052885 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/Makefile' (95,443) at 20240906080037560 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libiscsi_tcp.c' (95,444) at 20240405153051625 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/sol/sol_manager.cpp' (95,445) at 20240829080025811 to deleted uid set 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_9_0_sh_mask.h' (95,446) at 20210307214927566 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fib_nexthops.sh' (95,447) at 20240405153232275 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.5' (95,448) at 20211006000025242 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt.c' (95,449) at 20210308005003728 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models.c' (95,450) at 20240906080037532 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/tc_action_hw_stats.sh' (95,451) at 20210307214932666 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-get-property.rst' (95,452) at 20210309003648480 2025-03-14 03:00:51.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4-ref.dts' (95,453) at 20210308005002632 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/qcom_hwspinlock.c' (95,454) at 20240405153230671 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-alternate.json' (95,455) at 20210308005046409 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kexec-bzimage64.c' (95,456) at 20240405153046433 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/invoker.hpp' (95,457) at 20231211090034751 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.pblimage' (95,458) at 20210308005003296 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/fd.cpp' (95,459) at 20230511080009359 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sc7180.c' (95,460) at 20240405153232191 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cpumask.c' (95,461) at 20240405153054253 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/starfive/phy-jh7110-pcie.c' (95,462) at 20240405153231315 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_msi.c' (95,463) at 20230426080043752 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/bitbang_i2c.c' (95,464) at 20230925080039869 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/gateway_common.h' (95,465) at 20240405153231987 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/sbc_gxx.c' (95,466) at 20210307214929214 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/NSS-7-22.0W' (95,467) at 20210307205553762 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/atomic.S' (95,468) at 20220525020651970 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/075_vblock_no_content.dts' (95,469) at 20210308005003752 2025-03-14 03:00:51.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/pio.c' (95,470) at 20210309003651592 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/Makefile' (95,471) at 20210309003654100 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pldmfw/driver-ops.rst' (95,472) at 20210309003648408 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/cht_bsw_max98090_ti.c' (95,473) at 20240405153053945 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5441x.h' (95,474) at 20210308005002804 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/phosphor-logging.wrap' (95,475) at 20221216040027562 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/stih407-resets.h' (95,476) at 20210308005003640 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk.dtsi' (95,477) at 20240405153045441 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1_synth_local.h' (95,478) at 20210307214932246 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-hwmon.c' (95,479) at 20240405153231527 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_lirc_mode2.sh' (95,480) at 20220525020655203 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-w1_ds2438' (95,481) at 20220525020651630 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/bcm2835-rng.c' (95,482) at 20241008080013911 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/Kconfig' (95,483) at 20240405153051405 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jr.c' (95,484) at 20210308005003356 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/cve-check-map.conf' (95,485) at 20241221090017612 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/dsa_loop.h' (95,486) at 20210307214929266 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/attach.c' (95,487) at 20210308005003420 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.h' (95,488) at 20220525020653739 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/mkmakefile' (95,489) at 20210308005003736 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/xarray.h' (95,490) at 20210307214932630 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am64.dtsi' (95,491) at 20240405153045829 2025-03-14 03:00:51.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml' (95,492) at 20240405153229755 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/cpp-example-lib.hpp' (95,493) at 20240106090017253 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/servalt_pcb116.dts' (95,494) at 20210308005002816 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/run_rule_action_tests.cpp' (95,495) at 20210308005405938 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/0001-packet-Initialize-m_ExternalRawData-in-IDnsResource-.patch' (95,496) at 20241206090014246 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/elf.h' (95,497) at 20240405153046109 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/atari/stdma.c' (95,498) at 20240405153045957 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/pcrypt.h' (95,499) at 20240405153052625 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ptp.h' (95,500) at 20240405153230999 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1372-spi.c' (95,501) at 20220525020655019 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/regression-vhdx-log.out' (95,502) at 20230426080043944 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/memsize.c' (95,503) at 20210308005003228 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/protocol.c' (95,504) at 20210307214930874 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a77990-cpg-mssr.c' (95,505) at 20240405153230235 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-phy-mux.h' (95,506) at 20240405153046813 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/config' (95,507) at 20210307214932682 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/MAINTAINERS' (95,508) at 20210308005003040 2025-03-14 03:00:51.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/core/uverbs_cmd.c' (95,509) at 20240405153049025 to deleted uid set 2025-03-14 03:00:51.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/da8xx_gpio.c' (95,510) at 20210308005003376 2025-03-14 03:00:51.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/embedded.rst' (95,511) at 20221215040039082 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_2_0_3_offset.h' (95,512) at 20240405153047501 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/Makefile' (95,513) at 20240405153229907 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fsl_hypervisor.h' (95,514) at 20210307214931634 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/pldm.h' (95,515) at 20231110090010623 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cpu-info.h' (95,516) at 20240405153045937 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/uefi.c' (95,517) at 20240405153050529 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/efi-stub-helper.c' (95,518) at 20240411080014070 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/ams-delta.c' (95,519) at 20240405153232203 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/uncore-power.json' (95,520) at 20240405153054145 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/hsu/Makefile' (95,521) at 20210307214927130 2025-03-14 03:00:51.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/flow.h' (95,522) at 20240405153053349 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_bcast.c' (95,523) at 20240628080013989 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic3_qm0_regs.h' (95,524) at 20240405153046577 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen.h' (95,525) at 20220525020655007 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/rockchip/dtpm.c' (95,526) at 20240405153051769 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb' (95,527) at 20241221090017552 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_system.c' (95,528) at 20240405153053497 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/int_port.c' (95,529) at 20240405153050109 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/pbias_regulator.c' (95,530) at 20210308005003472 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/Makefile' (95,531) at 20210308005003068 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl917d.h' (95,532) at 20210309003649824 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/Kconfig' (95,533) at 20240405153049521 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/string.h' (95,534) at 20210308005002844 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/non-regular.c' (95,535) at 20210309003655996 2025-03-14 03:00:51.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_histo.h' (95,536) at 20240405153049445 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpopcode.c' (95,537) at 20210308005046069 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/bert.c' (95,538) at 20240405153046629 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/pipeline.json' (95,539) at 20240405153054149 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_elf.h' (95,540) at 20241211090212218 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/Kconfig' (95,541) at 20240405153049113 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/cocci-macro-file.h' (95,542) at 20221215040039266 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ompic.c' (95,543) at 20240906080037240 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/init' (95,544) at 20230223040012459 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/pi.c' (95,545) at 20240405153053001 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-global/sstate.bbclass' (95,546) at 20241221090017608 to deleted uid set 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/src_test.cpp' (95,547) at 20241212090025215 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nodemask.h' (95,548) at 20240405153052753 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/timer.c' (95,549) at 20210308005002560 2025-03-14 03:00:51.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/run-ptest' (95,550) at 20240301090012435 to deleted uid set 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/omap-rng.c' (95,551) at 20240405153230199 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/Kconfig' (95,552) at 20210927100127357 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb' (95,553) at 20241221090017488 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fw/arc/hinv.h' (95,554) at 20210307214926214 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/sfi.h' (95,555) at 20210308005002880 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/numa.c' (95,556) at 20221102030020737 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/scripts/fru_gen.py' (95,557) at 20230720080010758 to deleted uid set 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/fix_library_install_path.patch' (95,558) at 20210307205553962 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-mt6360.yaml' (95,559) at 20240405153045089 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/dexcr.rst' (95,560) at 20240405153045245 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/user.c' (95,561) at 20240405153048625 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/migration/multifd-qpl.c' (95,562) at 20241211090212390 to deleted uid set 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_txprt.c' (95,563) at 20240405153046613 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/MAINTAINERS' (95,564) at 20210308005002984 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/interface-overview.md' (95,565) at 20241203090006519 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/vcs-off@.service' (95,566) at 20210307205553718 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/altera-sysmgr.h' (95,567) at 20210307214931422 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/cpfile.h' (95,568) at 20240405153052445 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc-t10dif.c' (95,569) at 20210309003654180 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/headsmp.S' (95,570) at 20240405153045689 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-disable-RedHat-specific-test.patch' (95,571) at 20210307205553982 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_zec12/crypto.json' (95,572) at 20240405153054117 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/dump.c' (95,573) at 20240405153045697 2025-03-14 03:00:51.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max31722.c' (95,574) at 20240405153048865 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/fm.c' (95,575) at 20210308005003432 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/0001-include-iostream-for-cout.patch' (95,576) at 20210307205553818 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hidraw/.gitignore' (95,577) at 20220525020654935 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/renesas,rzn1-a5psw.yaml' (95,578) at 20240405153045117 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/processor.h' (95,579) at 20210308005002844 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/rdmavt_mr.h' (95,580) at 20210309003653968 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (95,581) at 20230620080013227 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/mainapp.cpp' (95,582) at 20230511080024715 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_rcw_sd_ifc.cfg' (95,583) at 20210308005002968 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/cmd.h' (95,584) at 20220525020653083 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/0001-Select-the-current-user-to-authenticate-with-by-defa.patch' (95,585) at 20230503080014575 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BristolIlchesterCrescent' (95,586) at 20210307205553794 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mmci_qcom_dml.c' (95,587) at 20210307214929194 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/Makefile' (95,588) at 20240405153052301 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/setup.py' (95,589) at 20220728030041559 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire-suzu.dts' (95,590) at 20240405153045765 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c' (95,591) at 20210307214928814 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx6sll.c' (95,592) at 20240405153231319 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_vi.h' (95,593) at 20240405153047185 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vilhelmina' (95,594) at 20210307205553794 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/.clang-format' (95,595) at 20220603030026297 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb' (95,596) at 20241221090017560 2025-03-14 03:00:51.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/marvell,ac5.yaml' (95,597) at 20240405153045013 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_do_redirect.c' (95,598) at 20240613080016563 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexx1.inc' (95,599) at 20240301090012451 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/tu102.c' (95,600) at 20240405153048657 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/clock.h' (95,601) at 20240326080039442 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio.h' (95,602) at 20240405153052693 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts' (95,603) at 20240405153045733 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_infoheader.h' (95,604) at 20210308005002880 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/cpld.c' (95,605) at 20210308005003040 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/systemd.py' (95,606) at 20241221090017628 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skaulo_Pyhakielinen' (95,607) at 20210307205553790 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-common.h' (95,608) at 20240906080037436 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ddr_rk3188.h' (95,609) at 20210308005002660 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pmtools/pmtools/pmtools-switch-to-dynamic-buffer-for-huge-ACPI-table.patch' (95,610) at 20221003030013273 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halaforsen' (95,611) at 20210307205553782 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user/test_user_copy.sh' (95,612) at 20210307214932730 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/cmake-example.bb' (95,613) at 20240106090017253 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/thunk.h' (95,614) at 20240906080037352 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/.gitignore' (95,615) at 20220525020655207 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/static-keys.rst' (95,616) at 20240405153045265 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu_ucode_xfer_cz.h' (95,617) at 20240405153048341 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidump/acpidump.h' (95,618) at 20240405153054213 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inffixed.h' (95,619) at 20210307214931826 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/MinimumShipLevel/meson.build' (95,620) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/README' (95,621) at 20210308005002996 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap806.dtsi' (95,622) at 20210307214926022 2025-03-14 03:00:51.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/nghttp2_adapters.hpp' (95,623) at 20240817080003171 to deleted uid set 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_cabriolet.c' (95,624) at 20210307214925658 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_entity.h' (95,625) at 20210308004938820 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/fxas21002c.h' (95,626) at 20210309003650024 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-moxa-uc-8100-common.dtsi' (95,627) at 20240405153045589 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-pca955x.c' (95,628) at 20240405153049221 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x07.h' (95,629) at 20210307214928082 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/devinit.h' (95,630) at 20220525020652947 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pci-core.c' (95,631) at 20241216090017709 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/zhenhua.c' (95,632) at 20240405153049133 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c' (95,633) at 20210308005046521 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joydev.c' (95,634) at 20240405153049129 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/tag_matching.rst' (95,635) at 20220525020651770 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/i2c/i2c.c' (95,636) at 20240405153051869 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-kfr2r09/sdram.S' (95,637) at 20210307214926538 2025-03-14 03:00:51.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb' (95,638) at 20241221090017576 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash64.c' (95,639) at 20241211090212506 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/iomap.h' (95,640) at 20210307214925918 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_core.c' (95,641) at 20240405153231475 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/insn-start-words.h' (95,642) at 20230925080039937 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/Makefile' (95,643) at 20210307214926270 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_ali.c' (95,644) at 20240405153046657 2025-03-14 03:00:51.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pm9263.h' (95,645) at 20210308005003612 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_3_offset.h' (95,646) at 20220525020652582 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/rbtree.c' (95,647) at 20210309003655364 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/csum.c' (95,648) at 20240405153050105 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/Kconfig' (95,649) at 20240405153051865 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/800mhz_4x64mx16.cfg' (95,650) at 20210308005003080 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server.default' (95,651) at 20210307205554122 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/uctx.h' (95,652) at 20210307214926590 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1100_mmc.h' (95,653) at 20210307214926218 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/i82596.c' (95,654) at 20241211090212302 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/lowlevel_init_gen3.S' (95,655) at 20210308005002768 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/attr.h' (95,656) at 20240405153052581 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffscfg.h' (95,657) at 20210308005003556 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/vsock_addr.h' (95,658) at 20210307214931578 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.davinci' (95,659) at 20210308005003292 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/Makefile' (95,660) at 20240405153048325 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalPhyRf.h' (95,661) at 20220525020654179 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_13.3.rel1.bb' (95,662) at 20241221090017468 2025-03-14 03:00:51.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.46.0.bb' (95,663) at 20231126090012781 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3288.h' (95,664) at 20210308005002660 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpci_rt1711h.c' (95,665) at 20240405153052149 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/netcnt_prog.c' (95,666) at 20240405153054273 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/filelayout/filelayout.c' (95,667) at 20240613080016491 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun4i-codec.c' (95,668) at 20240405153232203 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/association_manager.hpp' (95,669) at 20220727100022566 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fit.py' (95,670) at 20210308005003744 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7795-sysc.c' (95,671) at 20240405153231351 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/imx_gpt.h' (95,672) at 20230426080043768 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/router_bridge_lag.sh' (95,673) at 20240405153232263 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/lsdma/lsdma_6_0_0_offset.h' (95,674) at 20240405153048037 2025-03-14 03:00:51.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handlers_builder.cpp' (95,675) at 20240817080027652 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_priv.h' (95,676) at 20240405153050117 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/dot2/automata.py' (95,677) at 20241216090017809 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_createhandler_unittest.cpp' (95,678) at 20220108040030440 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_fcntl.h' (95,679) at 20210308005046085 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.yaml' (95,680) at 20240405153045109 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/law.c' (95,681) at 20210308005002988 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/creategroup2.bb' (95,682) at 20241206090014298 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sxsabreauto_defconfig' (95,683) at 20210308005003268 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/bitrev.h' (95,684) at 20210307214926058 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/135' (95,685) at 20220429100100890 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/zsmalloc.rst' (95,686) at 20240405153045297 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pasemi/Makefile' (95,687) at 20210307214929574 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.err' (95,688) at 20210308005046401 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c' (95,689) at 20241011080017311 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_shell_basics.py' (95,690) at 20210308005003744 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/clients/ssi_protocol.c' (95,691) at 20240405153048829 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ucode_loader.h' (95,692) at 20210307214929818 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/xattr_security.c' (95,693) at 20240405153052381 2025-03-14 03:00:51.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch' (95,694) at 20210307205554478 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp.c' (95,695) at 20240405153230975 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/ioctl.c' (95,696) at 20240910080014090 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/network/test_bmc_dhcp_conf.robot' (95,697) at 20240628080017117 to deleted uid set 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fb.h' (95,698) at 20240405153048453 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/bnx2i_iscsi.c' (95,699) at 20240405153051581 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/reflink.h' (95,700) at 20210307214931022 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/0004-load.py-retry-to-invoke-request-with-timeout.patch' (95,701) at 20230317080013797 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/confidential-guest-support.h' (95,702) at 20240906080037324 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/prandom.h' (95,703) at 20240405153052773 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-core.c' (95,704) at 20240405153048821 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv8/sec_firmware.h' (95,705) at 20210308005002672 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyze-inclusions' (95,706) at 20240906080037440 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/machine/bletchley.conf' (95,707) at 20230927080013510 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/image.bbclass' (95,708) at 20241221090017608 to deleted uid set 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/vdso64.lds.S' (95,709) at 20240405153046081 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi' (95,710) at 20240405153045529 2025-03-14 03:00:51.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/certs/sforshee.hex' (95,711) at 20210307214932102 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-cherryview.c' (95,712) at 20240405153231323 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/fsl-imx7ulp-wdt.yaml' (95,713) at 20240405153045185 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Update.errors.yaml' (95,714) at 20240312080018564 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_bonding.h' (95,715) at 20220525020654671 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cx2072x.h' (95,716) at 20240405153053581 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml' (95,717) at 20240405153045065 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/misc/fastrpc.c' (95,718) at 20240913080013797 to deleted uid set 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/honeywell,mprls0025pa.yaml' (95,719) at 20240405153229767 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_submitqueue.c' (95,720) at 20240405153048609 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-list' (95,721) at 20220429100100750 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-som-lv-37xx-devkit.dts' (95,722) at 20240405153045601 2025-03-14 03:00:51.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/riscv_timer.c' (95,723) at 20210308005003500 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynosautov9.c' (95,724) at 20240613080016383 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pv88060-regulator.h' (95,725) at 20210307214930194 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/ipmi.hpp' (95,726) at 20230520080006628 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/za_regs.c' (95,727) at 20241008080014055 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt' (95,728) at 20210307214925418 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_draw.c' (95,729) at 20240405153048701 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/locomo.h' (95,730) at 20240405153229907 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_qsys.h' (95,731) at 20220525020654651 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm2xxx.h' (95,732) at 20210307214925926 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/MAINTAINERS' (95,733) at 20210308005002988 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/ksmbd_ida.c' (95,734) at 20240405153052529 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_dfu.py' (95,735) at 20210308005003744 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/ultra.S' (95,736) at 20210307214926610 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_pcm.h' (95,737) at 20240405153054013 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_task_file.c' (95,738) at 20240405153054265 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-rzv2m.c' (95,739) at 20240520080015191 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/configure.ac' (95,740) at 20210308005047061 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-ha.dts' (95,741) at 20240405153045601 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/index.rst' (95,742) at 20220525020651774 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/lowlevel_init.S' (95,743) at 20210308005002788 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cio_inject.h' (95,744) at 20220525020653963 2025-03-14 03:00:51.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-faraday.c' (95,745) at 20210308005003512 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/i82365.c' (95,746) at 20210307214930042 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_axuser_secured_regs.h' (95,747) at 20240405153046585 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/cesa/hash.c' (95,748) at 20241118090018491 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/netlink.c' (95,749) at 20240405153052513 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx6x-common.dtsi' (95,750) at 20240405153045433 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6asm-dais.yaml' (95,751) at 20240405153045169 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml' (95,752) at 20240405153045137 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.h' (95,753) at 20240405153047205 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_validation.h' (95,754) at 20240405153047297 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/ath3k.c' (95,755) at 20240628080013985 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/sepbuild.patch' (95,756) at 20210307205553990 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/liquidio_image.h' (95,757) at 20210307214929350 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch' (95,758) at 20241221090017692 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/imx_gpio.h' (95,759) at 20210308005046013 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fapi_data_process.cpp' (95,760) at 20240820080027370 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm6115.c' (95,761) at 20240405153230231 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-stm32/board-dt.c' (95,762) at 20240405153045689 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/altera_sysid.txt' (95,763) at 20210308005003304 2025-03-14 03:00:51.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu.c' (95,764) at 20210308005002828 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi' (95,765) at 20240405153045713 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/unwind.h' (95,766) at 20210307214926322 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt2712-clk.h' (95,767) at 20210307214931330 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mxsmmc.c' (95,768) at 20210308005003404 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ahci-sysbus.h' (95,769) at 20240906080037332 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/irq_service.c' (95,770) at 20240405153047297 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/dbus-perms/org.openbmc.conf' (95,771) at 20210307205554062 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Device.errors.yaml' (95,772) at 20210610000035106 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-aes-cmac.c' (95,773) at 20240405153046933 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/win_dump_defs.h' (95,774) at 20221215040039194 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/thead/Makefile' (95,775) at 20240405153230063 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d-wirelesstag-ido-sbc2d06-v1b-22w.dts' (95,776) at 20240405153045573 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/arc-rimi.c' (95,777) at 20240405153049721 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/kernel/topology.c' (95,778) at 20240405153046293 to deleted uid set 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/rt3052_eval.dts' (95,779) at 20210307214926194 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-nx1.c' (95,780) at 20240405153051377 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/rootfspostcommands.py' (95,781) at 20241221090017628 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_update.c' (95,782) at 20240405153054277 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/Kconfig' (95,783) at 20240405153053449 2025-03-14 03:00:51.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/bond0.conf' (95,784) at 20220311040028843 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_types_internal.h' (95,785) at 20210307214927266 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/inode.c' (95,786) at 20240405153231655 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-clearfog-pro.dts' (95,787) at 20240405153045445 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/sifive/Makefile' (95,788) at 20240405153046241 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/req-gen/_clear.h' (95,789) at 20210307214926450 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart_hwdep.h' (95,790) at 20210307214932266 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libassuan/libassuan_3.0.1.bb' (95,791) at 20241221090017696 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_log.c' (95,792) at 20240405153231783 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/ipset/ip_set_list.h' (95,793) at 20210307214931454 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/console.c' (95,794) at 20210307214931742 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/functions/Makefile' (95,795) at 20240405153051237 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/stdplus.wrap' (95,796) at 20230602080035412 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/usbtv/usbtv.h' (95,797) at 20240405153049577 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1295.dtsi' (95,798) at 20240405153045797 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-PontopPike' (95,799) at 20210307205553798 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/container-base.c' (95,800) at 20241121090029260 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_size.c' (95,801) at 20210307214932642 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/platform_manager_test.cpp' (95,802) at 20241002080035767 to deleted uid set 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0021-corstone1000-add-fwu-metadata-store-info.patch' (95,803) at 20240413080012627 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vermagic.h' (95,804) at 20240405153045941 2025-03-14 03:00:51.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/Platform' (95,805) at 20240405153046033 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha512-ssse3-asm.S' (95,806) at 20240405153046365 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/pci.txt' (95,807) at 20210309003648380 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptctl.c' (95,808) at 20240405153049593 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251x.c' (95,809) at 20240913080013801 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_existence___wrong_field_defs.c' (95,810) at 20210524100035138 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/bus.c' (95,811) at 20240405153051389 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-pr-ip-core-plat.c' (95,812) at 20240405153230299 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/ppr.c' (95,813) at 20210307214929794 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vmlinux.lds.S' (95,814) at 20240405153229991 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/virgl.h' (95,815) at 20210308005045773 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/Makefile' (95,816) at 20210308005003372 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/ident_map_64.c' (95,817) at 20240405153230103 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.c' (95,818) at 20240405153049469 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-psci.h' (95,819) at 20240405153046921 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/squashfs_fs_i.h' (95,820) at 20210307214931242 2025-03-14 03:00:51.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/lg/lg1312.dtsi' (95,821) at 20240405153229931 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/decode-new.h' (95,822) at 20241211090212490 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra30-ahub.txt' (95,823) at 20210307214925430 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/fw_common.c' (95,824) at 20240405153231251 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb' (95,825) at 20241221090017560 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool_0.51.0.bb' (95,826) at 20220402030016175 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/simd.c' (95,827) at 20241011080017295 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/usb_837x.c' (95,828) at 20240405153230051 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/buildman' (95,829) at 20210308005003756 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brppt1_nand_defconfig' (95,830) at 20210308005003252 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/public/openbmc-logo.svg' (95,831) at 20220105012522959 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c' (95,832) at 20210308005046517 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/oe-core.xml' (95,833) at 20241221090017592 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/net_handler.hpp' (95,834) at 20230511080030371 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c' (95,835) at 20240405153231199 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lxt971a.h' (95,836) at 20210308005003672 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/.gitignore' (95,837) at 20240405153046253 2025-03-14 03:00:51.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998.dtsi' (95,838) at 20240812080017228 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/altera-hps2fpga.c' (95,839) at 20240405153047053 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_madd.S' (95,840) at 20230925080040101 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gnss/brcm,bcm4751.yaml' (95,841) at 20240405153045057 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_vmparam.h' (95,842) at 20221215040039062 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/mc146818rtc.h' (95,843) at 20240906080037340 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/usb.c' (95,844) at 20240405153045661 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread.h' (95,845) at 20241211090212366 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_rxtx.h' (95,846) at 20210309003651048 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/linker.ld.S' (95,847) at 20210308005046529 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/host_soc.c' (95,848) at 20210307214930474 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb' (95,849) at 20241221090017548 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_scp_failover.service' (95,850) at 20230410080012311 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,usb-hs-28nm.yaml' (95,851) at 20240405153045129 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_h1_regs.h' (95,852) at 20240405153049493 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-con-str.h' (95,853) at 20230925080040077 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/max8925_battery.txt' (95,854) at 20210307214925402 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rtc/setdate.c' (95,855) at 20210307214932718 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-arm2.dts' (95,856) at 20240405153229883 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb' (95,857) at 20241221090017528 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c' (95,858) at 20240830080013259 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/ucall.c' (95,859) at 20240405153232271 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hip01.dtsi' (95,860) at 20240405153045437 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (95,861) at 20210903000032567 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dtschema_2024.11.bb' (95,862) at 20241221090017668 2025-03-14 03:00:51.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/allwinner,sun4i-mdio.txt' (95,863) at 20210308005003304 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h' (95,864) at 20240405153230371 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ehci-st.txt' (95,865) at 20240405153045181 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si4713/Makefile' (95,866) at 20210307214928774 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb' (95,867) at 20241206090014246 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/internal.h' (95,868) at 20241111090012141 to deleted uid set 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/tlb.h' (95,869) at 20210307214925670 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/iris/iris.c' (95,870) at 20220525020652194 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page-writeback.c' (95,871) at 20240712080021093 2025-03-14 03:00:51.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/kernel.h' (95,872) at 20240405153054389 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/alignment/alignment_handler.c' (95,873) at 20220525020655227 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/interval_tree_generic.h' (95,874) at 20240405153054049 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.h' (95,875) at 20240405153047205 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_legacy_printk.c' (95,876) at 20240405153054277 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_create.c' (95,877) at 20240411080014074 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/cache.json' (95,878) at 20240405153054145 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0007-armv6.patch' (95,879) at 20230114040015494 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-bool.err' (95,880) at 20210308005046401 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-esdhc-0.dtsi' (95,881) at 20210307214926350 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c' (95,882) at 20240405153230799 2025-03-14 03:00:51.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/mbox.py' (95,883) at 20241221090017632 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_dcb_nl.c' (95,884) at 20240405153230971 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi' (95,885) at 20240405153045605 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-tamonten.dtsi' (95,886) at 20210308005002628 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/tach_detect.cpp' (95,887) at 20210624000057638 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_plane.c' (95,888) at 20240805080013951 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9002_initvals.h' (95,889) at 20210309003651556 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0001-Fix-FF-A-version-in-SPMC-manifest.patch' (95,890) at 20230919080013950 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mac80211.c' (95,891) at 20241008080013955 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/usb-emul-uclass.c' (95,892) at 20210308005003504 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb' (95,893) at 20241221090017576 to deleted uid set 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/psu/meson.build' (95,894) at 20241112090003106 to deleted uid set 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/img,parallel-out.txt' (95,895) at 20210307214925430 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_z_turn_defconfig' (95,896) at 20210308005003288 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/Makefile' (95,897) at 20210308005003220 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2_6.11.0.bb' (95,898) at 20241221090017636 to deleted uid set 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/sve-stress' (95,899) at 20210309003655972 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfi_cna.h' (95,900) at 20210307214929342 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/co-All' (95,901) at 20210307205553766 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux.h' (95,902) at 20210308005002636 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/spu-dis.c' (95,903) at 20210307214926490 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/TODO' (95,904) at 20210307214930726 2025-03-14 03:00:51.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_RegConfig8723B.c' (95,905) at 20220525020654179 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/irled/ir-spi-led.yaml' (95,906) at 20240405153045089 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_tint.c' (95,907) at 20210307214926274 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/meson.build' (95,908) at 20241212090010927 to deleted uid set 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adc128d818.c' (95,909) at 20240913080013793 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/json-glib/run-ptest' (95,910) at 20210307205554578 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/testmode.c' (95,911) at 20210307214929738 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/imagis.c' (95,912) at 20240415080012971 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/packing.rst' (95,913) at 20240405153045005 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest' (95,914) at 20240106090017241 to deleted uid set 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/Makefile' (95,915) at 20240405153051485 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/qaic_control.c' (95,916) at 20241104090011563 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/pciaccess.wrap' (95,917) at 20211029000047258 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/verb.hpp' (95,918) at 20240606080002976 to deleted uid set 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-wm8650.c' (95,919) at 20210307214930130 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Fan.v1_5_2.json' (95,920) at 20240619080002948 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-memory.c' (95,921) at 20220525020652014 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/pahole-version.sh' (95,922) at 20240405153053457 2025-03-14 03:00:51.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecureBootDatabase.v1_0_3.json' (95,923) at 20240619080002952 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/spi-boot.c' (95,924) at 20210308005003036 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/Makefile.am' (95,925) at 20210308005047061 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/tlbflush.c' (95,926) at 20240712080021057 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max127.c' (95,927) at 20240405153048865 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/interp.patch' (95,928) at 20241221090017676 to deleted uid set 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/policy.c' (95,929) at 20240805080014063 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/spi/Makefile' (95,930) at 20240405153049521 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-816x.c' (95,931) at 20240405153046869 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (95,932) at 20241123090010951 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/overlayfs.bbclass' (95,933) at 20240302090018226 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c' (95,934) at 20240405153048685 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/bbc_envctrl.c' (95,935) at 20240405153231383 2025-03-14 03:00:51.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac3100.dts' (95,936) at 20240405153229871 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptbase.h' (95,937) at 20240405153049593 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ast2600-facebook-netbmc-common.dtsi' (95,938) at 20240405153229871 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.2.3.bb' (95,939) at 20241206090014266 to deleted uid set 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/meson.build' (95,940) at 20220913030027309 to deleted uid set 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11_2.12.0.bb' (95,941) at 20241221090017560 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r200.c' (95,942) at 20210307214928002 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/lltc,lt3651-charger.yaml' (95,943) at 20240405153045141 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/run-ptest' (95,944) at 20230919080013982 2025-03-14 03:00:51.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v69_hvx.c' (95,945) at 20230925080040097 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Rainier4U.json' (95,946) at 20240817080028024 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptendian.c' (95,947) at 20210308005045953 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy/meson.build' (95,948) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p3041ds.dts' (95,949) at 20240405153230027 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ravb.c' (95,950) at 20210308005003444 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/vvfat.out' (95,951) at 20240906080037568 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/integrator_cp.c' (95,952) at 20240405153045689 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control_%.bbappend' (95,953) at 20241206090014226 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0002-make-Set-libdns_sd.so-soname-correctly.patch' (95,954) at 20241206090014242 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38473.patch' (95,955) at 20231126090012853 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/xtensa/Makefile' (95,956) at 20210307214932438 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-key.err' (95,957) at 20220429100100882 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/dw_apb_timer_of.c' (95,958) at 20220525020652342 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/keystone.c' (95,959) at 20210308005002732 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/pxp/mei_pxp.h' (95,960) at 20240405153049645 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsi_vbt.c' (95,961) at 20240405153230555 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts' (95,962) at 20240405153045709 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/asus-wmi.h' (95,963) at 20240405153051397 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/mipi_disco.c' (95,964) at 20210309003652948 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/meson.build' (95,965) at 20241114091008832 to deleted uid set 2025-03-14 03:00:51.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/goldfish_battery.c' (95,966) at 20240405153051433 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/nhpoly1305.c' (95,967) at 20210307214926802 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/dps310@76.conf' (95,968) at 20240904080027734 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (95,969) at 20230412080023460 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bitmap.h' (95,970) at 20241211090212366 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/pfuze100.yaml' (95,971) at 20240405153229791 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0005-add-fallback-parse_printf_format-implementation.patch' (95,972) at 20241221090017644 to deleted uid set 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/cpu.c' (95,973) at 20210308005002796 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cttimer.h' (95,974) at 20210307214932242 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x06_vm.h' (95,975) at 20210307214928082 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/module-base.bbclass' (95,976) at 20230813080012872 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt7986/mt7986-afe-common.h' (95,977) at 20240405153232183 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table2.c' (95,978) at 20240405153230383 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symbol-minimal.c' (95,979) at 20240405153054205 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb' (95,980) at 20241221090017548 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/copy.S' (95,981) at 20210307214926750 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/EutelsatW2-16E' (95,982) at 20210307205553762 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/alc5623.h' (95,983) at 20210307214931594 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/omfs_fs.h' (95,984) at 20240405153231719 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.yaml' (95,985) at 20240405153045061 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml' (95,986) at 20240405153045125 2025-03-14 03:00:51.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qcow2.txt' (95,987) at 20230925080039845 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-msm8998.c' (95,988) at 20240613080016383 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c' (95,989) at 20210308005046509 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sll-pinfunc.h' (95,990) at 20240405153045521 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-qdu1000.c' (95,991) at 20240405153051349 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zed.dts' (95,992) at 20240405153045609 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796.dtsi' (95,993) at 20210308005002604 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_mman.h' (95,994) at 20230925080039949 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/sysfs_utils.h' (95,995) at 20210307214932738 2025-03-14 03:00:51.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/getcpu.S' (95,996) at 20240405153046153 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/eventpoll.c' (95,997) at 20241216090017753 to deleted uid set 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-extended/libzip/libzip_%.bbappend' (95,998) at 20221007030014979 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/rust_security_flags.inc' (95,999) at 20210905000020577 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml' (96,000) at 20240405153045065 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/Kconfig' (96,001) at 20240405153231987 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-p2371-0000.dts' (96,002) at 20210308005002628 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/ip6_tunnel.c' (96,003) at 20240830080013351 to deleted uid set 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/phy-fsl-imx8mq-usb.c' (96,004) at 20240910080014062 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.10.bb' (96,005) at 20231207090015266 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/algif_hash.c' (96,006) at 20240405153230155 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/ksymoops/README' (96,007) at 20210307214932158 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/gpio-event-mon.c' (96,008) at 20240405153054045 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/unaccepted_memory.h' (96,009) at 20240405153046401 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dmabuf.c' (96,010) at 20240906080037588 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/commands.hpp' (96,011) at 20240827080004798 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/oem/google/root_of_trust.md' (96,012) at 20221209040006391 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/mmu.h' (96,013) at 20240405153046121 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/vexpress-scc.txt' (96,014) at 20210307214925282 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch' (96,015) at 20220721030015849 2025-03-14 03:00:51.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout-native.bb' (96,016) at 20241206090014286 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/btree.c' (96,017) at 20241008080014007 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/ialloc.c' (96,018) at 20240405153231759 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pxs2.c' (96,019) at 20210308005002796 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_log_recover.h' (96,020) at 20240405153231775 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/mpu401/mpu401_uart.c' (96,021) at 20220525020654971 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/m62332.c' (96,022) at 20240405153048977 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/cipher_mgmt.cpp' (96,023) at 20240829080022546 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/meson.build' (96,024) at 20230925080039881 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/allwinner,sun4i-emac.txt' (96,025) at 20210308005003304 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm_test.c' (96,026) at 20210308005003220 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/seccomp/Makefile' (96,027) at 20240405153054373 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/example/psu.json' (96,028) at 20221213040033297 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_local_storage_rcu_tasks_trace.sh' (96,029) at 20240405153054241 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/Makefile' (96,030) at 20210308005003000 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/http2_connection_test.cpp' (96,031) at 20240817080003191 to deleted uid set 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/xor-neon.c' (96,032) at 20240405153045897 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/corvus_defconfig' (96,033) at 20210308005003256 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/suspend-imx6.S' (96,034) at 20240405153045649 2025-03-14 03:00:51.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/fixmap.h' (96,035) at 20220525020651878 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/setjmp.S' (96,036) at 20210308005002844 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cred.c' (96,037) at 20240405153231907 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/hcd.c' (96,038) at 20241220090018322 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libsodium/libsodium_1.0.20.bb' (96,039) at 20241206090014250 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/libfdt/fdt_ro.c' (96,040) at 20240405153053445 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@87000/tmp421@4c.conf' (96,041) at 20210307205554094 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c' (96,042) at 20240405153045689 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/doubleinit.cocci' (96,043) at 20240405153053441 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog/server.conf' (96,044) at 20220330030014978 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c' (96,045) at 20210307214928782 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml' (96,046) at 20240405153045185 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctresource.h' (96,047) at 20220525020654991 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/Makefile' (96,048) at 20240405153054037 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/hid-sensors/Makefile' (96,049) at 20210307214928338 2025-03-14 03:00:51.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/trace.c' (96,050) at 20220525020652278 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.c' (96,051) at 20210308005003516 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/get_current_dir_name.h' (96,052) at 20210307214932594 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/resolution.cpp' (96,053) at 20220119040031172 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_v4l2.h' (96,054) at 20240405153051829 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/bits.h' (96,055) at 20240405153052953 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc_isadma.h' (96,056) at 20220525020652354 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/dev/calc_bittiming.c' (96,057) at 20240405153049729 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/.clang-format' (96,058) at 20241220090023923 to deleted uid set 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/enable.c' (96,059) at 20240405153052557 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/asymmetric_keys.h' (96,060) at 20210307214926790 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.11.bb' (96,061) at 20231014080011723 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/filesystem_log_watcher.cpp' (96,062) at 20241221090003056 to deleted uid set 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/softdog.c' (96,063) at 20210309003653356 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/ncm.c' (96,064) at 20210307214930806 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/trace.h' (96,065) at 20240405153049405 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/test/expected-schema-errors.txt' (96,066) at 20210308005114361 to deleted uid set 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h' (96,067) at 20210307214926218 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-scandirat.c' (96,068) at 20240405153054041 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c' (96,069) at 20210308005046517 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.10/index.html' (96,070) at 20210307205554246 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_scu_wdt.c' (96,071) at 20220525020653911 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf' (96,072) at 20230927080013510 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.gitignore' (96,073) at 20220819100012247 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml' (96,074) at 20240405153045033 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/config' (96,075) at 20240405153054293 2025-03-14 03:00:51.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c' (96,076) at 20240710080014585 2025-03-14 03:00:51.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_av.c' (96,077) at 20240405153051849 2025-03-14 03:00:51.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c' (96,078) at 20210308005003452 2025-03-14 03:00:51.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/ipmi_pass_64' (96,079) at 20230112040025886 to deleted uid set 2025-03-14 03:00:51.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_7_2_enum.h' (96,080) at 20210307214927518 2025-03-14 03:00:51.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio_0.7.1.bb' (96,081) at 20220823030015959 2025-03-14 03:00:51.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch' (96,082) at 20230520080014480 2025-03-14 03:00:51.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/therm.h' (96,083) at 20210307214925854 2025-03-14 03:00:51.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.h' (96,084) at 20210307214928814 2025-03-14 03:00:51.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/misc_64.S' (96,085) at 20240405153230035 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_irq.c' (96,086) at 20240405153230551 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versatile/Makefile' (96,087) at 20210308005002796 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77620.c' (96,088) at 20240405153230835 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/sha_accel.cfg' (96,089) at 20241221090017636 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/scsi/emulation.h' (96,090) at 20210308005046029 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cacheops.h' (96,091) at 20210308005002816 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/nxp,pca995x.yaml' (96,092) at 20240405153229771 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/wm8775.h' (96,093) at 20240405153052829 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2mini.dts' (96,094) at 20210308005002592 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/net_rand.h' (96,095) at 20210308005003720 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/xgene_pmu.c' (96,096) at 20240405153231307 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/fw-core.c' (96,097) at 20240405153231471 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/Makefile' (96,098) at 20210308005003696 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/ptrace.h' (96,099) at 20240405153045917 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c' (96,100) at 20240405153051353 2025-03-14 03:00:51.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/q35-virtio-serial.cfg' (96,101) at 20230426080043660 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/surface-hid/Kconfig' (96,102) at 20220525020653047 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha256-avx2-asm.S' (96,103) at 20241011080017291 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/imx8/scu.c' (96,104) at 20210308005003400 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sbc7240_wdt.c' (96,105) at 20210309003653352 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fault-inject.h' (96,106) at 20240405153052685 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/frontend.json' (96,107) at 20240405153054137 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/TODO.txt' (96,108) at 20210307214932722 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/most.h' (96,109) at 20210307214931450 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_u32.h' (96,110) at 20210307214931646 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed.h' (96,111) at 20240405153231039 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.3.bb' (96,112) at 20231126090012805 2025-03-14 03:00:51.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv-avc.c' (96,113) at 20240405153230783 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/sdma.h' (96,114) at 20240405153049053 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dibx000_common.c' (96,115) at 20210307214928618 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/cfg' (96,116) at 20210307205554454 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/index.rst' (96,117) at 20240405153229835 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,arch_timer.yaml' (96,118) at 20240405153045177 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tty_buffer.h' (96,119) at 20240405153231843 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/trace.h' (96,120) at 20210307214930886 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cpt_reqmgr.h' (96,121) at 20220525020652386 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/percpu.h' (96,122) at 20240405153052617 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/MAINTAINERS' (96,123) at 20210308005002984 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/vas-debug.c' (96,124) at 20220525020652078 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/st,st21nfca.yaml' (96,125) at 20240405153045117 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff' (96,126) at 20241221090017680 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-9p-test.c' (96,127) at 20241211090212550 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch' (96,128) at 20210307205553998 2025-03-14 03:00:51.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/pipeline.json' (96,129) at 20240405153054113 2025-03-14 03:00:51.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/bus.c' (96,130) at 20240405153230843 2025-03-14 03:00:51.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h' (96,131) at 20210307214926222 2025-03-14 03:00:51.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/ssin.S' (96,132) at 20210307214926146 2025-03-14 03:00:51.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/floating-point.json' (96,133) at 20240405153054145 2025-03-14 03:00:51.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c' (96,134) at 20240910080014054 2025-03-14 03:00:51.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_presence_yaml.pl' (96,135) at 20210308005052045 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7791.c' (96,136) at 20240405153051357 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/copy_tofrom_user_reference.S' (96,137) at 20210307214932698 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mon/usb_mon.h' (96,138) at 20210307214930846 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb' (96,139) at 20240301090012423 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/config.h' (96,140) at 20210308005002752 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cdrom.h' (96,141) at 20240405153052909 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/dma2d/dma2d-hw.c' (96,142) at 20240405153049473 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw5904.dts' (96,143) at 20240405153045497 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/psci.S' (96,144) at 20210308005002788 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pluggy/run-ptest' (96,145) at 20230401080011975 to deleted uid set 2025-03-14 03:00:51.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_mcf5208evb.py' (96,146) at 20241211090212538 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/iosapic_private.h' (96,147) at 20240405153051217 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h' (96,148) at 20210308005003172 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/asc7621.rst' (96,149) at 20210307214925498 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Sensors/Sensors.vue' (96,150) at 20241004080035967 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi_port_common.c' (96,151) at 20240405153050293 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-linea.dtsi' (96,152) at 20240405153045465 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/LICENSE' (96,153) at 20221122040015511 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c' (96,154) at 20240913080013789 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/tty.c' (96,155) at 20210307214926626 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_scatterlist.c' (96,156) at 20240405153048533 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/event.c' (96,157) at 20240405153054089 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts' (96,158) at 20240805080013923 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-region.c' (96,159) at 20240405153047057 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kretprobe_args.tc' (96,160) at 20210309003656000 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telkom1_C-108.0E' (96,161) at 20210307205553762 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/group_cpus.c' (96,162) at 20240405153231947 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-lan7515.dtsi' (96,163) at 20240405153045425 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/asus,z00t-tm5p5-nt35596.yaml' (96,164) at 20210309003648344 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi' (96,165) at 20240405153229899 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/macmodes.c' (96,166) at 20210307214930914 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtjade.dts' (96,167) at 20240809080013002 to deleted uid set 2025-03-14 03:00:51.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Salfjallet' (96,168) at 20210307205553790 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/state/phosphor-post-code-manager_%.bbappend' (96,169) at 20211217040015091 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-KilveyHill' (96,170) at 20210307205553798 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/qcom-spmi-adc-tm5.c' (96,171) at 20240405153231499 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.metadata.yaml' (96,172) at 20220430030026016 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netlink.h' (96,173) at 20240405153052929 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_sx164.c' (96,174) at 20210307214925658 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/guardlist' (96,175) at 20240613080020632 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/clockdomain.txt' (96,176) at 20240405153045029 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_memory.c' (96,177) at 20240405153053497 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_eprobe.c' (96,178) at 20241216090017781 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc' (96,179) at 20240719080014905 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/umountfs' (96,180) at 20220405030025645 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-nbd-export.out' (96,181) at 20240906080037568 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d-unitv2.dts' (96,182) at 20240405153045573 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/import-layer.png' (96,183) at 20210307205554378 to deleted uid set 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client_4.3.0.bb' (96,184) at 20241221090017472 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_ffa/driver.c' (96,185) at 20240405153230295 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zturn.dts' (96,186) at 20240405153045609 2025-03-14 03:00:51.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch' (96,187) at 20240113090014532 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h' (96,188) at 20220525020654179 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/samus.c' (96,189) at 20210308005003004 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/main.c' (96,190) at 20210307214929966 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/cachectl.h' (96,191) at 20210307214926098 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-driver-aw200xx' (96,192) at 20240405153044917 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/pm_qos_interface.rst' (96,193) at 20210307214925546 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.4.rst' (96,194) at 20240302090018222 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-sparc.rst' (96,195) at 20240906080037180 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/chained_irq.h' (96,196) at 20210307214931410 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_fwd_user.c' (96,197) at 20240405153053425 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/cpumap.c' (96,198) at 20240405153054165 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk.dts' (96,199) at 20210308005002612 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/common.h' (96,200) at 20240405153050061 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-micro.dts' (96,201) at 20240405153045385 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/videodev2.h.rst.exceptions' (96,202) at 20240405153045325 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/vdso.lds.S' (96,203) at 20220525020651970 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service' (96,204) at 20210307205554038 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/bios-linker-loader.h' (96,205) at 20210308005046001 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/cgroup/iocost_coef_gen.py' (96,206) at 20210307214932470 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/phosphor-ipmi-flash-bmc-verify.service' (96,207) at 20210307205554082 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_core.c' (96,208) at 20240405153049213 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-icore-mx8mp-edimm2.2.dts' (96,209) at 20240405153045733 2025-03-14 03:00:51.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/iterators/list_entry_update.cocci' (96,210) at 20210308005003724 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sc8180x.c' (96,211) at 20241011080017299 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gustate.h' (96,212) at 20210308005045841 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/dra7.h' (96,213) at 20240405153052641 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/aureon.c' (96,214) at 20240405153053537 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/test_signals.c' (96,215) at 20240405153054237 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/acpi.c' (96,216) at 20241216090017689 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/assembler.h' (96,217) at 20240405153045621 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/liteon,ltr501.yaml' (96,218) at 20240405153045073 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/Kbuild' (96,219) at 20240405153048649 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/subprojects/sdeventplus.wrap' (96,220) at 20211221040045334 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-nec.c' (96,221) at 20210307214928774 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/ww-mutex-design.rst' (96,222) at 20240405153045225 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/LICENSE.FlashPoint' (96,223) at 20210307214925558 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/internal-target.h' (96,224) at 20240906080037136 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/README' (96,225) at 20210308005003052 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/exynos_mct.c' (96,226) at 20240405153046873 2025-03-14 03:00:51.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/invalid_event_code_test.c' (96,227) at 20240405153054361 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/pmu-emul.c' (96,228) at 20241211090145377 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-rdc.h' (96,229) at 20210308005002648 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.h' (96,230) at 20210307214929926 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/175.out' (96,231) at 20210927100127489 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/board186.c' (96,232) at 20210308005002784 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/build.py' (96,233) at 20241221090017584 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/apiInterceptor.js' (96,234) at 20210308005107073 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/stress_code_patching.sh' (96,235) at 20220525020655227 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_main.c' (96,236) at 20240613080016539 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/fw_cfg.rst' (96,237) at 20241211090212238 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/awinic,aw37503.yaml' (96,238) at 20240405153229791 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra_mmc.h' (96,239) at 20210308005002668 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap5-u-boot.dtsi' (96,240) at 20210308005002600 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/lib80211_crypt_wep.c' (96,241) at 20210309003654492 2025-03-14 03:00:51.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/group.cpp' (96,242) at 20231110090027272 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/irq_ia64.c' (96,243) at 20210309003648812 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgrp_kfunc_common.h' (96,244) at 20240405153054269 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/system.cpp' (96,245) at 20240820080023694 to deleted uid set 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/fcntl-lock.c' (96,246) at 20240413080012687 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/trace.h' (96,247) at 20241211090212326 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-ACPI-TAD' (96,248) at 20240405153044917 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bav335x.h' (96,249) at 20210308005003588 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/fifo32.h' (96,250) at 20210308005046045 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/files/0001-desktop-file-Hide-the-keyboard-from-app-list.patch' (96,251) at 20210307205554610 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillybus_class.c' (96,252) at 20240405153046769 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nvidia,tegra20-sflash.yaml' (96,253) at 20240405153229799 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/Makefile' (96,254) at 20210307214926466 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/max96712/Kconfig' (96,255) at 20240405153051861 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sunoem.c' (96,256) at 20210308004938832 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power5+-pmu.c' (96,257) at 20240405153046193 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/msd.h' (96,258) at 20221215040039186 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_bpim2u.py' (96,259) at 20241211090212538 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/20010226-1.c' (96,260) at 20210308005003720 2025-03-14 03:00:51.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/test/slp_message_handler_test.cpp' (96,261) at 20240731164718599 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c.c' (96,262) at 20221215040039374 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82599.h' (96,263) at 20210307214929478 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nxp-nci/i2c.c' (96,264) at 20240405153231267 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/swarm.h' (96,265) at 20240405153046013 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sopine_baseboard_defconfig' (96,266) at 20210308005003280 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx/imx-regs.h' (96,267) at 20210308005002640 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/tlb.c' (96,268) at 20240405153229863 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h' (96,269) at 20220525020652530 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mana/mana.h' (96,270) at 20241011080017375 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/phosphor-logging.wrap' (96,271) at 20220801133228674 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723b_rxdesc.c' (96,272) at 20220525020654183 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.1.bb' (96,273) at 20241221090017488 2025-03-14 03:00:51.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/ashldi3.S' (96,274) at 20210307214925866 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-hw-exynos4.c' (96,275) at 20240405153049465 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/meson.build' (96,276) at 20240613080020632 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/xilinx_xiic.c' (96,277) at 20210308005003384 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/configure_fixes.patch' (96,278) at 20210307205554610 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfswrite.cpp' (96,279) at 20210308005116217 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-jetson-tk1.dts' (96,280) at 20240405153229879 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/discard.c' (96,281) at 20240405153052277 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/container_of.h' (96,282) at 20221017030010210 to deleted uid set 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_repldata.h' (96,283) at 20240405153232063 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/aarch64.patch' (96,284) at 20210307205553738 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/meson.build' (96,285) at 20240614080032247 to deleted uid set 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9330_1p1_initvals.h' (96,286) at 20220525020653723 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/bmap.h' (96,287) at 20240405153052441 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/vl.c' (96,288) at 20241211090212462 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/jffs2.c' (96,289) at 20210308005003212 2025-03-14 03:00:51.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/stacktrace_map_skip.c' (96,290) at 20240405153054273 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/data-convert-bt.c' (96,291) at 20240405153054189 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/farsync.h' (96,292) at 20240405153050393 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi.h' (96,293) at 20210308004938816 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb' (96,294) at 20241221090017496 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ipcomp.c' (96,295) at 20240405153053253 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-frddr.c' (96,296) at 20240520080015239 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/Makefile' (96,297) at 20240405153045685 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c' (96,298) at 20220525020653311 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/gpio.h' (96,299) at 20210308005002664 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/virt.h' (96,300) at 20240405153045965 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/ocb.c' (96,301) at 20240405153053409 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_aux_regs.h' (96,302) at 20240405153046597 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-trace-marker-synthetic.tc' (96,303) at 20210307214932674 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/MAINTAINERS' (96,304) at 20210308005003072 2025-03-14 03:00:51.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/sensorhandler.hpp' (96,305) at 20231024080024813 to deleted uid set 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/slotid_cap.c' (96,306) at 20230426080043728 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caampkc.h' (96,307) at 20240405153230259 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads1100.yaml' (96,308) at 20240405153045073 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/balloc.c' (96,309) at 20240405153052553 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb134.dts' (96,310) at 20210309003648744 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/Kconfig' (96,311) at 20210307214928418 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_sony.py' (96,312) at 20240405153054309 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/op_helper.c' (96,313) at 20241211090212514 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi' (96,314) at 20240405153229899 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/dht11.c' (96,315) at 20240405153048985 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/32r1.config' (96,316) at 20210307214926202 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser_0.64.bb' (96,317) at 20240124090012254 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_pci.h' (96,318) at 20240405153051065 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-apalis.dtsi' (96,319) at 20240405153229879 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/ethtool_common.c' (96,320) at 20240405153050281 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/vexpress-v2p-ca15_a7.dts' (96,321) at 20240405153045405 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb' (96,322) at 20231126090012781 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/timex.h' (96,323) at 20240405153045941 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/Makefile' (96,324) at 20220525020655235 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt' (96,325) at 20240405153230531 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Documentation/mboxd.md' (96,326) at 20210308005108641 2025-03-14 03:00:51.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb' (96,327) at 20240302090018210 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-rst-defs.h' (96,328) at 20210307214926238 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/mf6x4.c' (96,329) at 20240405153046897 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/dma-if.c' (96,330) at 20240405153048825 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/memcmp.S' (96,331) at 20240405153045897 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-x86_64.h' (96,332) at 20240405153232211 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs.h' (96,333) at 20240405153052365 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/pch_uart.c' (96,334) at 20240405153052009 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/auxdisplay/index.rst' (96,335) at 20210307214925214 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/gi.py' (96,336) at 20220910030013397 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/partitions.h' (96,337) at 20210307214931454 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/asp2/bcmasp.c' (96,338) at 20240719080013349 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/syscall.tbl' (96,339) at 20241211090212374 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_trace_ipa.h' (96,340) at 20240405153051977 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/Kconfig' (96,341) at 20241211090212318 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8350-dpu.yaml' (96,342) at 20240405153229763 2025-03-14 03:00:51.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_sockio.h' (96,343) at 20230629131804623 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/starfive,jh7110-aon-pinctrl.yaml' (96,344) at 20240405153045137 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (96,345) at 20241226090016127 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g35.dtsi' (96,346) at 20240405153045469 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-scsi_host' (96,347) at 20210309003648256 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/request-func-ioctl.rst' (96,348) at 20210309003648484 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/irqs.h' (96,349) at 20240405153045677 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Muonio_Olostunturi' (96,350) at 20210307205553770 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw_mdio.h' (96,351) at 20210308005003448 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Mor-Siofok-Veszprem-Zirc' (96,352) at 20210307205553774 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/audio-v2.h' (96,353) at 20240405153052809 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_gamepad.py' (96,354) at 20240405153054309 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb' (96,355) at 20241221090017508 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pse-pd/pse_core.c' (96,356) at 20240405153050365 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_sh.h' (96,357) at 20210308005003628 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (96,358) at 20230606080013598 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/uboot_aes.h' (96,359) at 20210308005003688 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/README.iio.md' (96,360) at 20221209040033699 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/blake2b-neon-core.S' (96,361) at 20220525020651878 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/os_intfs.c' (96,362) at 20240405153051929 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stih410-clks.h' (96,363) at 20210307214931334 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.eslintrc.js' (96,364) at 20241004080035955 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.7.6.0.6.5.bb' (96,365) at 20241204090019711 to deleted uid set 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.err' (96,366) at 20240906080037560 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/debug.h' (96,367) at 20210307214927830 2025-03-14 03:00:51.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-serial.c' (96,368) at 20221215040039374 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml' (96,369) at 20221207040023627 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_midi.c' (96,370) at 20240405153232123 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/main.h' (96,371) at 20210307214929866 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/bpf_iterators.rst' (96,372) at 20240405153044989 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/bestcomm/sram.h' (96,373) at 20210307214931390 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/bootinfo_proc.c' (96,374) at 20210307214926166 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c' (96,375) at 20240405153050037 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/core.c' (96,376) at 20210307214929898 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/mtjade_platform_gpios_init.sh' (96,377) at 20240130090012757 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cable.cpp' (96,378) at 20231027080010242 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_bo.c' (96,379) at 20240405153048781 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ackvec.c' (96,380) at 20220525020654819 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch' (96,381) at 20230114040015534 2025-03-14 03:00:51.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-Copenhagen-AFDK' (96,382) at 20210307205553758 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/fs.h' (96,383) at 20241008080014007 to deleted uid set 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c' (96,384) at 20240415080012975 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/truly,nt35597.txt' (96,385) at 20210307214925310 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/_templates/breadcrumbs.html' (96,386) at 20210307205554230 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/usb/70-bmc-usb.rules' (96,387) at 20211215040029728 to deleted uid set 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service' (96,388) at 20210307205554094 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/imx-weim.c' (96,389) at 20240405153230195 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/me.h' (96,390) at 20210308005002876 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vastansjo' (96,391) at 20210307205553794 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Helsinki' (96,392) at 20210307205553766 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/ams-delta-fiq.h' (96,393) at 20240405153045657 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/io_pagetable.c' (96,394) at 20241008080013939 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/soc.h' (96,395) at 20240405153045645 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_property_descriptor.c' (96,396) at 20210308005003708 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/Makefile' (96,397) at 20240405153230163 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.interface.yaml' (96,398) at 20221207040023631 2025-03-14 03:00:51.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1232-revA.dts' (96,399) at 20210308005002636 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/Makefile' (96,400) at 20210308005002944 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra186_dspk.h' (96,401) at 20210309003654940 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc.h' (96,402) at 20240405153053109 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/hw_breakpoint.c' (96,403) at 20240405153230147 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_txrx.c' (96,404) at 20240411080014098 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/ddr.c' (96,405) at 20210308005002988 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm968580xref_ram_defconfig' (96,406) at 20210308005003252 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-video.c' (96,407) at 20240405153049541 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamalg.c' (96,408) at 20240405153230259 2025-03-14 03:00:51.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Saxpath' (96,409) at 20211006000025242 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/machine/gbs.conf' (96,410) at 20241221090017568 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/ip_queue' (96,411) at 20210307214925182 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/denali,nand.yaml' (96,412) at 20240405153045113 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/Makefile' (96,413) at 20240405153045433 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/rn50' (96,414) at 20210307214928018 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerAccount_v1.xml' (96,415) at 20240918080002712 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/apple/Kconfig' (96,416) at 20240405153051753 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0012-huge_page_setup_helper-use-python3-interpreter.patch' (96,417) at 20241221090017504 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/variable/Kconfig' (96,418) at 20210307214932154 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/Kconfig' (96,419) at 20210308005002796 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/rm200_defconfig' (96,420) at 20240405153230011 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c' (96,421) at 20240405153050097 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml' (96,422) at 20240405153229795 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b_table.c' (96,423) at 20240405153050669 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/vphn.c' (96,424) at 20240405153230055 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/coroutine.py' (96,425) at 20210927100127349 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8903.yaml' (96,426) at 20240405153045165 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-gpio.c' (96,427) at 20240405153049369 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/sock_test.cpp' (96,428) at 20230718080007968 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/reg.h' (96,429) at 20240405153230031 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/json-schema.c' (96,430) at 20241114091008832 2025-03-14 03:00:51.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/nlohmann_json.wrap' (96,431) at 20231208090026933 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/fs-perms-volatile-log.txt' (96,432) at 20241221090017620 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/223.out' (96,433) at 20240326080039730 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/ts-nbus.c' (96,434) at 20240405153046737 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_signed_off_by_presence.1.fail' (96,435) at 20241206090014310 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/Makefile' (96,436) at 20210308005003052 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/crc907d.c' (96,437) at 20240405153048613 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi' (96,438) at 20210308005002636 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs3-ref.dts' (96,439) at 20210308005002632 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.h' (96,440) at 20210307214929366 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/mypaint/libmypaint/0001-make-build-compatible-w.-autoconf-2.7.patch' (96,441) at 20210307205553742 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_pc_defconfig' (96,442) at 20210308005003272 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ga102.c' (96,443) at 20240405153048661 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/Added-missing-headers.patch' (96,444) at 20231011080016574 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/Kconfig' (96,445) at 20240405153230683 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/gc.c' (96,446) at 20210308005003548 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33.dtsi' (96,447) at 20210308005002624 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt' (96,448) at 20210307214925454 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/packet_mmap.rst' (96,449) at 20240405153229823 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hippi/rrunner.c' (96,450) at 20240405153050333 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx.dtsi' (96,451) at 20210308005002600 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Systemics-W3Works' (96,452) at 20241221090017612 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/kionix,kx022a.yaml' (96,453) at 20240405153045065 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/k3dma.txt' (96,454) at 20210307214925310 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-zii-scu2-mezz.dts' (96,455) at 20240405153045493 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts' (96,456) at 20240405153045745 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw5912.dts' (96,457) at 20240405153045497 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/hw_irq.h' (96,458) at 20210307214926550 2025-03-14 03:00:51.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/no-Oslo-Get' (96,459) at 20210307205553758 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sunplus.c' (96,460) at 20240405153231375 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7724.c' (96,461) at 20240405153051361 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/apm/scu.txt' (96,462) at 20210307214925270 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/icmp.c' (96,463) at 20241008080014035 to deleted uid set 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmo_Lentiira' (96,464) at 20210307205553770 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/rk3288.c' (96,465) at 20210308005002776 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/dma-mapping.h' (96,466) at 20210308005002828 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/gpioutil' (96,467) at 20210308004922940 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_pci.c' (96,468) at 20210307214926902 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/Kconfig' (96,469) at 20210308005003056 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/balloon_compaction.c' (96,470) at 20240405153053121 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/char/ipmi/ipmb_dev_int.c' (96,471) at 20240405153230199 to deleted uid set 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/imxrt_defconfig' (96,472) at 20240405153045613 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_1516.c' (96,473) at 20240405153046885 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/sandbox_hwspinlock.c' (96,474) at 20210308005003380 2025-03-14 03:00:51.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_strerror.c' (96,475) at 20210308005003728 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-hwacom-amazetv.dts' (96,476) at 20210307214925994 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/iomux.h' (96,477) at 20210308005003652 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc.txt' (96,478) at 20210307214925366 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_defconfig' (96,479) at 20210308005003236 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/usbarmory_defconfig' (96,480) at 20210308005003284 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_drvfs.h' (96,481) at 20210307214930534 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_flower.c' (96,482) at 20240405153230911 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/gpio-gate-clock.yaml' (96,483) at 20240405153045025 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/README.md' (96,484) at 20210308005108641 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/vermagic.h' (96,485) at 20210307214925670 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/certificate/phosphor-certificate-manager_%.bbappend' (96,486) at 20210812000025162 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/Kconfig' (96,487) at 20240405153231707 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch' (96,488) at 20240113090014536 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_pr.h' (96,489) at 20220525020654203 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/mdev/mdev_sysfs.c' (96,490) at 20240405153052161 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_jack.c' (96,491) at 20221102030020989 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/lib/perf_metric_validation_rules.json' (96,492) at 20240405153054173 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/e500_hugetlbpage.c' (96,493) at 20240405153230047 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac100.h' (96,494) at 20240405153050301 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/index.rst' (96,495) at 20220525020651770 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/sysctr.h' (96,496) at 20210308005002672 2025-03-14 03:00:51.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/device.c' (96,497) at 20240405153230747 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v3_0.c' (96,498) at 20240405153047125 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vdso/processor.h' (96,499) at 20210307214926066 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwl8k.c' (96,500) at 20240613080016451 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/touptek.c' (96,501) at 20210307214928838 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/slcan/slcan-core.c' (96,502) at 20240405153230899 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml' (96,503) at 20240405153229787 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/171' (96,504) at 20210927100127489 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vmlinux.lds.S' (96,505) at 20240405153045913 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/linkit-smart-7688_defconfig' (96,506) at 20210308005003264 2025-03-14 03:00:51.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/dm816x-phy.txt' (96,507) at 20210307214925386 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/machine/lannister.conf' (96,508) at 20230927080013514 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc-iris-v2.dts' (96,509) at 20240405153045529 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/btt_devs.c' (96,510) at 20240405153051189 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/libptytty/libptytty_2.0.bb' (96,511) at 20220402030016231 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_fbdev_dma.h' (96,512) at 20240405153052629 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/xrs700x.c' (96,513) at 20240405153230911 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/keepalived/keepalived_2.3.2.bb' (96,514) at 20241221090017496 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ahci-pci.h' (96,515) at 20240906080037332 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/uuid.h' (96,516) at 20240405153052941 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sel.c' (96,517) at 20210308004938828 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov4689.c' (96,518) at 20240405153049325 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/default_floor.cpp' (96,519) at 20240820080023686 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c' (96,520) at 20240405153231055 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/mm/page_owner_sort.c' (96,521) at 20240405153054069 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/qemuboot-mips.inc' (96,522) at 20210905000020581 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipvlan/ipvlan.h' (96,523) at 20240405153050345 2025-03-14 03:00:51.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/README' (96,524) at 20210308005002976 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/tid_rdma_defs.h' (96,525) at 20210307214931586 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl345.h' (96,526) at 20240405153048929 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/canyonlands.dtb' (96,527) at 20210308005046117 to deleted uid set 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/abi/guc_actions_abi.h' (96,528) at 20240405153048505 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/pwrseq.h' (96,529) at 20210307214929942 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen_1.12.0.bb' (96,530) at 20241221090017512 to deleted uid set 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/coda.rst' (96,531) at 20210309003648416 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/devantech-srf04.yaml' (96,532) at 20210309003648364 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/trace/events/afs.h' (96,533) at 20241111090012149 to deleted uid set 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/qcom-spmi-temp-alarm.c' (96,534) at 20240405153231499 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/hdlcdrv.c' (96,535) at 20240405153050333 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs53l30.h' (96,536) at 20210307214932306 2025-03-14 03:00:51.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8960.h' (96,537) at 20210307214931330 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vhost-scsi.c' (96,538) at 20241211090212334 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/find_vma.c' (96,539) at 20240405153054269 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c' (96,540) at 20240805080013947 to deleted uid set 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/259' (96,541) at 20220429100100914 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/amlogic/meson_ddr_pmu_core.c' (96,542) at 20240405153231299 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-casttube_0.2.1.bb' (96,543) at 20240413080012659 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/0002-libinotifytools-Bridge-differences-between-musl-glib.patch' (96,544) at 20220204040022524 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/alsa-local.h' (96,545) at 20240405153054233 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_chassis.robot' (96,546) at 20240628080017113 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0014-efi_loader-populate-ESRT-table-if-EFI_ESRT-config-op.patch' (96,547) at 20240413080012627 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nuvoton,ma35d1-clk.yaml' (96,548) at 20240405153045025 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c' (96,549) at 20240405153230255 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/Makefile.softmmu-target' (96,550) at 20241211090212550 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes.bb' (96,551) at 20241206090014258 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@82000/sbtsi@4c.conf' (96,552) at 20210307205554086 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_core.c' (96,553) at 20240405153050689 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/run-ptest' (96,554) at 20241206090014346 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/xen/xen-all.c' (96,555) at 20240906080037140 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15.dtsi' (96,556) at 20240405153045725 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (96,557) at 20240906080037556 to deleted uid set 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/OWNERS' (96,558) at 20240222090005522 2025-03-14 03:00:51.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_hx8353d.c' (96,559) at 20210307214930506 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dts' (96,560) at 20240405153229935 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ppc-uic.c' (96,561) at 20241211090212286 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/exec.c' (96,562) at 20241104090011591 to deleted uid set 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_common.h' (96,563) at 20210307214929418 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ina2xx.rst' (96,564) at 20220525020651734 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/xdpe152c4.c' (96,565) at 20240405153048873 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr.h' (96,566) at 20240405153231427 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kramfors_Ostby' (96,567) at 20210307205553786 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zybo-z7.dts' (96,568) at 20240405153045609 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/vt1720_mobo.c' (96,569) at 20210307214932262 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-axpwifiap.dts' (96,570) at 20240405153045453 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/b43_pci_bridge.c' (96,571) at 20210307214930474 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch' (96,572) at 20241221090017488 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/dev_tracepoint.h' (96,573) at 20240405153050133 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch' (96,574) at 20241221090017636 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/mbx.h' (96,575) at 20240405153050049 2025-03-14 03:00:51.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts' (96,576) at 20240405153045749 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/msg.c' (96,577) at 20220525020652426 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-h3ulcb.dts' (96,578) at 20210308005002600 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/mtk-eint.c' (96,579) at 20240405153051313 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edane' (96,580) at 20210307205553778 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/raw_aa_binning/raw_aa_binning_1.0/ia_css_raa.host.h' (96,581) at 20210307214930558 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6000.dtsi' (96,582) at 20240405153045717 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/msgqueue.c' (96,583) at 20210307214930282 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adi,admv1013.yaml' (96,584) at 20240405153229767 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/howto.rst' (96,585) at 20240405153229839 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSRC.interface.yaml' (96,586) at 20220315030032659 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_exclusive.S' (96,587) at 20210308005046529 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/fans.md' (96,588) at 20240807080019542 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_fsf.h' (96,589) at 20220525020653975 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpio-ath79.h' (96,590) at 20210307214931474 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/x-powers,ac100.yaml' (96,591) at 20240405153045109 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (96,592) at 20240828080010887 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-cadence.c' (96,593) at 20240405153051493 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/perf_regs.c' (96,594) at 20210309003648804 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/crystal_cove_charger.c' (96,595) at 20240405153051405 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/pasemi.h' (96,596) at 20240405153230055 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/hcp.c' (96,597) at 20240405153053341 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb' (96,598) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/swab.h' (96,599) at 20210307214926558 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/pinmux.c' (96,600) at 20210308005002552 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/fotg210-udc.h' (96,601) at 20240405153052065 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_zoom1_defconfig' (96,602) at 20210308005003272 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager/obmc-led-create-virtual-leds@.service' (96,603) at 20230204040013545 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/flcn.c' (96,604) at 20210307214927946 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/include/mach/hardware.h' (96,605) at 20240405153045645 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/reqlist.h' (96,606) at 20220429100100550 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/layer1.c' (96,607) at 20220525020653211 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/auxdisplay/cfag12864b-example.c' (96,608) at 20220525020654931 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm3xxx.h' (96,609) at 20240405153045669 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrlv_qb.c' (96,610) at 20210308005046505 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml' (96,611) at 20240316080019204 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-layerscape-ep.c' (96,612) at 20240405153231283 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,vencltsys.txt' (96,613) at 20210307214925278 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/exports.h' (96,614) at 20210308005003644 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/iommu.h' (96,615) at 20240405153052925 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/qbman-portal.h' (96,616) at 20240405153051757 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i3c/master.h' (96,617) at 20241216090017765 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/eswitch.h' (96,618) at 20240405153231819 2025-03-14 03:00:51.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/i82378.c' (96,619) at 20240906080037244 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata_1.47.5.bb' (96,620) at 20241221090017564 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/sa2ul.h' (96,621) at 20240405153046965 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c' (96,622) at 20210307214928838 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/toneport.c' (96,623) at 20220525020655103 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_attribute.cpp' (96,624) at 20240819080030255 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8350-tlmm.yaml' (96,625) at 20240405153045137 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/trace/Kconfig' (96,626) at 20210307214928086 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/relocation.h' (96,627) at 20241011080017351 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.3.bb' (96,628) at 20241221090017560 to deleted uid set 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml' (96,629) at 20240405153045065 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/earlypgm.S' (96,630) at 20240405153046285 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_mode_object.h' (96,631) at 20240405153052633 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Luhanka' (96,632) at 20210307205553770 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/arm-ccn.rst' (96,633) at 20210309003648292 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-ncm' (96,634) at 20210307214925186 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/posix_acl.h' (96,635) at 20240405153052773 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/omap_l3_smx.h' (96,636) at 20210307214926934 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_ptp.c' (96,637) at 20240405153050233 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/instrumented-lock.h' (96,638) at 20240405153052617 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9055/pdata.h' (96,639) at 20210309003653860 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.11.bb' (96,640) at 20241221090017504 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SDCARD_defconfig' (96,641) at 20210308005003244 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_dm816.c' (96,642) at 20240405153046653 2025-03-14 03:00:51.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/eprom.c' (96,643) at 20220525020653131 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-vfio-mdev' (96,644) at 20210309003648252 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/cper-utils.h' (96,645) at 20241121090009287 to deleted uid set 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/inode.c' (96,646) at 20240405153231727 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/generator/cper-generate.h' (96,647) at 20241114091008832 to deleted uid set 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_dynevent.h' (96,648) at 20220525020654735 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-oneshot.c' (96,649) at 20210307214928554 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_hs38_defconfig' (96,650) at 20210308005003272 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/serval/serval.c' (96,651) at 20210308005003020 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sparx5-temp.c' (96,652) at 20240405153048877 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/Makefile' (96,653) at 20210308005003080 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/renesas-cpg-mssr.h' (96,654) at 20210308005003352 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/uteval.c' (96,655) at 20240405153046625 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/mux.h' (96,656) at 20240405153045641 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/intel-hybrid.txt' (96,657) at 20240405153054077 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/Makefile' (96,658) at 20240405153054169 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_common.h' (96,659) at 20210308005003624 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_map.h' (96,660) at 20240405153054185 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/nci.c' (96,661) at 20240405153051185 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/poly1305.h' (96,662) at 20210524100035074 2025-03-14 03:00:51.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sandbox-raw.c' (96,663) at 20210308005003444 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_switchdev.c' (96,664) at 20240405153050077 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/chacha-p10-glue.c' (96,665) at 20240520080015131 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/annotate/instructions.c' (96,666) at 20210307214932514 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lm3532.c' (96,667) at 20240405153049217 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/qlink.h' (96,668) at 20240405153050613 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/pci-quirks.h' (96,669) at 20210307214930834 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/envcrc.c' (96,670) at 20210308005003760 2025-03-14 03:00:51.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_bic.c' (96,671) at 20220627100017182 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_icache.c' (96,672) at 20241023080012899 to deleted uid set 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_xdp.h' (96,673) at 20240405153231103 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_unicode.h' (96,674) at 20240405153231691 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_plane_helper_test.c' (96,675) at 20240405153048769 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/v3d.rst' (96,676) at 20210307214925498 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memtest.c' (96,677) at 20240405153231971 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/req-gen/_end.h' (96,678) at 20210307214926450 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/Kconfig' (96,679) at 20240912080012042 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/0002-Add-casts-to-appease-conversions-between-wchar_t-and.patch' (96,680) at 20241206090014242 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h' (96,681) at 20240913080013813 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/Kconfig' (96,682) at 20240405153050369 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ttusbir.c' (96,683) at 20240405153049521 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/Kconfig' (96,684) at 20240405153231659 2025-03-14 03:00:51.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-nonprintable.bconf' (96,685) at 20210307214932462 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_typec_vdm.h' (96,686) at 20240405153051385 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-xmltodict/run-ptest' (96,687) at 20231011080016610 to deleted uid set 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_ulp.c' (96,688) at 20240405153053265 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_mult.c' (96,689) at 20210308005046525 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/smp-ops.h' (96,690) at 20240405153046013 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-typec.c' (96,691) at 20240405153231315 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csid-gen2.h' (96,692) at 20220525020653291 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/vrm-control@.service' (96,693) at 20220514030009396 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (96,694) at 20240419080014077 2025-03-14 03:00:51.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/email-clients.rst' (96,695) at 20240405153045273 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debugfs_htt_stats.h' (96,696) at 20240805080013979 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/Makefile' (96,697) at 20240613080016475 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mediabay.h' (96,698) at 20210307214926382 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int0002_vgpio.c' (96,699) at 20240405153051405 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c' (96,700) at 20240405153051881 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/spu.c' (96,701) at 20220525020652374 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts' (96,702) at 20240405153229879 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-dapm.h' (96,703) at 20240405153231863 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fadd.c' (96,704) at 20210307214926434 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472_ipv6.sh' (96,705) at 20240405153054345 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.html' (96,706) at 20210308005107077 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_sysfs.c' (96,707) at 20240405153051693 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_sb.h' (96,708) at 20240624080012812 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target.opc.h' (96,709) at 20220429100100870 2025-03-14 03:00:51.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/msm8996.c' (96,710) at 20240405153230735 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/priv.c' (96,711) at 20240712080021057 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.h' (96,712) at 20240405153048329 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/Kconfig' (96,713) at 20240405153232179 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netgear_cg3100d_ram_defconfig' (96,714) at 20210308005003272 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-exynos.c' (96,715) at 20240405153231555 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-top-perms.out' (96,716) at 20210927100127505 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-m28cu3.dts' (96,717) at 20240405153229891 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_pci_pll_regs.h' (96,718) at 20240405153046605 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ep0.c' (96,719) at 20210308005003508 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts' (96,720) at 20240405153045605 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cursor.c' (96,721) at 20241211090212554 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libiec61883/libiec61883_1.2.0.bb' (96,722) at 20220402030015899 2025-03-14 03:00:51.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsendian.c' (96,723) at 20240405153230775 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_enum.h' (96,724) at 20210307214927354 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf8563.c' (96,725) at 20240405153051501 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (96,726) at 20210307205554094 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aegis-neon.h' (96,727) at 20240405153046529 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds' (96,728) at 20210308005002548 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/broadcom_bcm963158.h' (96,729) at 20210308005003588 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel-native.bb' (96,730) at 20241206090014274 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/kcm/Makefile' (96,731) at 20210307214931974 2025-03-14 03:00:51.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coredump.c' (96,732) at 20240405153052317 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/code_update_utils_serial.robot' (96,733) at 20230630080015467 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/loongson/loongson_i2s.c' (96,734) at 20240405153232183 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c' (96,735) at 20220525020652534 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-backend.c' (96,736) at 20240906080037316 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/Makefile' (96,737) at 20210308005002720 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/hif.h' (96,738) at 20240405153050609 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb.c' (96,739) at 20240906080037276 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wm97xx.h' (96,740) at 20240405153052821 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt' (96,741) at 20210308005003328 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ad7414.c' (96,742) at 20240405153048837 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/cc_helper.c' (96,743) at 20221215040039338 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/qedf_els.c' (96,744) at 20240405153051689 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/futex.h' (96,745) at 20210307214925646 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/gpio.h' (96,746) at 20210308005002720 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/expression.cpp' (96,747) at 20230124040006347 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18218.c' (96,748) at 20240405153049533 2025-03-14 03:00:51.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0002-Makefile-Add-n-to-gzip.patch' (96,749) at 20241221090017656 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/ice1724.c' (96,750) at 20240405153053537 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_icside.c' (96,751) at 20240405153046661 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/offwaketime.bpf.c' (96,752) at 20240405153232099 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/kdebug.h' (96,753) at 20210307214926214 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubbub.h' (96,754) at 20220525020652514 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/request_low_version.c' (96,755) at 20210308005108641 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/tegra186-powergate.h' (96,756) at 20210307214931346 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/marvell.c' (96,757) at 20210308005003440 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c' (96,758) at 20240405153054193 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/davinci-i2s.c' (96,759) at 20240405153232203 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_download.c' (96,760) at 20240405153050549 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/stmp_device.c' (96,761) at 20210307214931814 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/Makefile' (96,762) at 20240405153229891 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/lx2160a.c' (96,763) at 20210308005002972 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_dma.h' (96,764) at 20240405153231563 2025-03-14 03:00:51.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc5121_ads.c' (96,765) at 20240405153230051 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/sym-handling.c' (96,766) at 20240405153054089 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_lc.c' (96,767) at 20210307214932006 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi' (96,768) at 20240405153229891 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/oetest.py' (96,769) at 20240301090012455 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/side-switch/meson.build' (96,770) at 20230414080022085 to deleted uid set 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-lxa-mc1.dts' (96,771) at 20240405153045585 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-idna/run-ptest' (96,772) at 20241221090017668 to deleted uid set 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/rest-dbus/resources/40px.png' (96,773) at 20210308004923384 to deleted uid set 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/spm.h' (96,774) at 20240405153052881 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_defs_status.h' (96,775) at 20210307214929342 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/word-at-a-time.h' (96,776) at 20210307214925858 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/altera_qspi.c' (96,777) at 20210308005003408 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v3.h' (96,778) at 20240405153051289 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/prog_cgroup_sockopt.rst' (96,779) at 20240405153044997 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/0002-kpatch-build-allow-overriding-of-distro-name.patch' (96,780) at 20210307205553954 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/host_manager.cpp' (96,781) at 20230718080007968 2025-03-14 03:00:51.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb' (96,782) at 20210812000025358 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore_snbep.c' (96,783) at 20240805080013931 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3188.dtsi' (96,784) at 20210308005002604 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern4.c' (96,785) at 20220525020655199 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/nwfpe/index.rst' (96,786) at 20240405153044973 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-nit6xlite.dts' (96,787) at 20240405153045497 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_placement.h' (96,788) at 20240405153052637 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imxrt1050-clock.yaml' (96,789) at 20240405153045025 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_trace.c' (96,790) at 20210307214930242 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/hisi-ptt.rst' (96,791) at 20240405153045269 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/.gitignore' (96,792) at 20210307214932702 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_fw2.h' (96,793) at 20210307214930422 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/lpm_trie.c' (96,794) at 20241216090017773 2025-03-14 03:00:51.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ddr.h' (96,795) at 20210308005002640 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/MAINTAINERS' (96,796) at 20210308005003024 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/289' (96,797) at 20210927100127501 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra30-common.h' (96,798) at 20210308005003620 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h' (96,799) at 20240405153047233 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AttributeRegistry_v1.xml' (96,800) at 20240619080002920 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/tcp_ipv6.c' (96,801) at 20241216090017793 to deleted uid set 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/pio.c' (96,802) at 20240405153230707 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ru-Novosibirsk' (96,803) at 20210307205553778 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-lynx.dts' (96,804) at 20240405153045501 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_ids.h' (96,805) at 20240405153051641 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv64-softmmu.mak' (96,806) at 20241211090212226 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aegis.h' (96,807) at 20220525020652210 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/tgtd.init' (96,808) at 20220502030010100 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/display5.c' (96,809) at 20210308005003016 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mc146818rtc.h' (96,810) at 20210307214925850 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/engine.c' (96,811) at 20240405153048629 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend' (96,812) at 20241221090017604 to deleted uid set 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv-rc.c' (96,813) at 20210307214928650 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/occ/romulus-occ-control-config-native.bb' (96,814) at 20241206090014230 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/item_updater.hpp' (96,815) at 20240820080019550 to deleted uid set 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tracepoint-defs.h' (96,816) at 20240405153052809 2025-03-14 03:00:51.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/lib/ssh_utility.py' (96,817) at 20230628080015931 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bcm6368-reset.h' (96,818) at 20220525020654547 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/sys.h' (96,819) at 20220525020654467 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/addac/adt7316.h' (96,820) at 20210307214930522 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,cygnus.yaml' (96,821) at 20240405153045013 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_malone.h' (96,822) at 20240405153049397 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/imx_thermal.c' (96,823) at 20210308005003496 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/Kconfig' (96,824) at 20240405153050561 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch' (96,825) at 20241221090017692 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_w.c' (96,826) at 20210308005046513 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h' (96,827) at 20240405153047217 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c' (96,828) at 20240405153231311 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/serial-midi.yaml' (96,829) at 20240405153229799 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@1/psu@58.conf' (96,830) at 20240904080027738 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/Kconfig' (96,831) at 20210308005002788 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_core_masks.h' (96,832) at 20240405153046585 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/apalis_imx6.c' (96,833) at 20210308005003080 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-aspeed-sdk/catalina.cfg' (96,834) at 20240720080012613 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/curl.c' (96,835) at 20240906080037144 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/debug.h' (96,836) at 20240405153050661 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/uaccess.c' (96,837) at 20240906080037364 2025-03-14 03:00:51.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/Kconfig' (96,838) at 20240405153050345 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v6_7.c' (96,839) at 20240405153047165 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/control-flow-integrity.rst' (96,840) at 20210927100127069 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/range.h' (96,841) at 20241219090010504 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/Makefile' (96,842) at 20240405153054357 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/qspi.h' (96,843) at 20210308005002800 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-arm.c' (96,844) at 20210307214932466 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm6362-power-domain.h' (96,845) at 20210308005003640 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/spc.h' (96,846) at 20240405153045693 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sbitmap.h' (96,847) at 20241008080014011 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/page_32.h' (96,848) at 20240405153046321 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/paravirt.c' (96,849) at 20240405153045869 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/check_hostname.sh' (96,850) at 20220204040022432 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-blinkm.c' (96,851) at 20240405153049217 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/booting.rst' (96,852) at 20240405153044969 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.plan9' (96,853) at 20210308005003296 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3036.h' (96,854) at 20210308005003596 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/lsiio.c' (96,855) at 20210307214932474 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/uleds.rst' (96,856) at 20210307214925518 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.service' (96,857) at 20210307205554034 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/log.hpp' (96,858) at 20221005030030502 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_tse_main.c' (96,859) at 20240405153049785 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/Kconfig' (96,860) at 20240405153053357 2025-03-14 03:00:51.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/funcmux.h' (96,861) at 20210308005002672 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts' (96,862) at 20210308005002624 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-x86/chassis/x86-power-control/power-config-host0.json' (96,863) at 20240113090014528 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_h264.c' (96,864) at 20240405153049493 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/fbdev.c' (96,865) at 20240405153231587 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/cpusets.rst' (96,866) at 20240405153044937 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/evm.c' (96,867) at 20210308005003076 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi' (96,868) at 20240405153229943 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/srq.c' (96,869) at 20241211090145441 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/cpu_loop.c' (96,870) at 20230925080039945 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/h.py' (96,871) at 20230925080039993 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pcf8575_gpio.c' (96,872) at 20210308005003380 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus2_0.5.0.bb' (96,873) at 20241221090017560 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUEvent.cpp' (96,874) at 20241112090003102 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/mr.c' (96,875) at 20241008080013935 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/nvidia,tegra124-cpufreq.txt' (96,876) at 20210307214925298 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Santander' (96,877) at 20210307205553766 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/.gitignore' (96,878) at 20210308005117617 2025-03-14 03:00:51.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/trusted_tee.h' (96,879) at 20220525020654547 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_structs.h' (96,880) at 20220429100100646 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/debug.h' (96,881) at 20210307214930786 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/dma-iommu.h' (96,882) at 20240405153045621 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c' (96,883) at 20240405153230695 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/pmc551.c' (96,884) at 20210307214929210 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_sched_wakeup.c' (96,885) at 20240405153053073 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/nwfpe/nwfpe.rst' (96,886) at 20240405153044973 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/include/uapi/asm/ptrace.h' (96,887) at 20240405153229999 to deleted uid set 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-wm831x.c' (96,888) at 20240405153047085 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/power-recovery.md' (96,889) at 20230214040006797 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_empty_tree.c' (96,890) at 20210307214931798 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/authz.rst' (96,891) at 20220429100100422 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/ccu-pll.c' (96,892) at 20210307214926962 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/yp-intro.rst' (96,893) at 20240302090018222 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/pyinotify.py' (96,894) at 20220502030010140 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/users.cpp' (96,895) at 20231010080036167 to deleted uid set 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu/filter.json' (96,896) at 20210307205554618 2025-03-14 03:00:51.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/blacklist.c' (96,897) at 20240405153046529 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hiredis/hiredis/run-ptest' (96,898) at 20241221090017516 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml' (96,899) at 20240405153045169 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/dumpstack.c' (96,900) at 20240405153046429 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/conf.hpp' (96,901) at 20240205090025370 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rtsx_pcr.h' (96,902) at 20240405153049629 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si4713/si4713.h' (96,903) at 20210307214928774 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ti-emif-sram.h' (96,904) at 20240405153052805 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8953.dtsi' (96,905) at 20240405153229943 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebtables.h' (96,906) at 20240405153231875 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-google-hammer.c' (96,907) at 20240405153048813 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/Makefile' (96,908) at 20210713000020196 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/fix-path-fdesign_LDADD.patch' (96,909) at 20230706080014753 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backing-file-invalidation' (96,910) at 20240326080039734 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si514.c' (96,911) at 20240405153046781 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/vphn/vphn.c' (96,912) at 20240405153230055 2025-03-14 03:00:51.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/README' (96,913) at 20210308005003068 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/atyfb_base.c' (96,914) at 20240405153231579 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/tracepoints.rst' (96,915) at 20210309003648468 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_eth.h' (96,916) at 20210308005003676 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/88pm860x_bl.c' (96,917) at 20210309003653292 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-common.h' (96,918) at 20240405153049165 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-audsys-clk.h' (96,919) at 20240405153053973 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/unwind-libunwind.c' (96,920) at 20240405153054085 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c' (96,921) at 20240405153050625 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ep93xx.c' (96,922) at 20220525020653951 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/CRP0.interface.yaml' (96,923) at 20221207040023627 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/Makefile' (96,924) at 20210308005003052 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/marvell10g.c' (96,925) at 20240405153050357 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/phosphor-logging.wrap' (96,926) at 20220409030025463 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pci_iomap.h' (96,927) at 20240405153052617 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidloop.hpp' (96,928) at 20221116040031003 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/microchip_t1.c' (96,929) at 20240719080013357 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pci_bridge_dev.c' (96,930) at 20241211090212314 2025-03-14 03:00:51.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/bcm6318-pm.h' (96,931) at 20210309003653816 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_network_utils.robot' (96,932) at 20240627080021048 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/disable-omfile-outchannel.patch' (96,933) at 20230919080013958 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/init.c' (96,934) at 20241008080013955 to deleted uid set 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/Makefile' (96,935) at 20240405153052165 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/Makefile' (96,936) at 20240405153051545 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.h' (96,937) at 20210307214927958 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810.h' (96,938) at 20210307214930914 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-cpus.dtsi' (96,939) at 20240405153045573 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/mmu_context.h' (96,940) at 20220525020652018 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gk104.c' (96,941) at 20220525020652951 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/bpf.c' (96,942) at 20240405153232051 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/features.rst' (96,943) at 20240405153229735 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-pxa.c' (96,944) at 20210307214927050 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042-snirm.h' (96,945) at 20210307214928498 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/connection_method.hpp' (96,946) at 20230202040004526 to deleted uid set 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_utils.h' (96,947) at 20240405153053929 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Enontekio_Kuttanen' (96,948) at 20210307205553770 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch' (96,949) at 20220618030015190 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/sidtab.c' (96,950) at 20240405153232119 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_u_prci.h' (96,951) at 20230426080043764 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/time.c' (96,952) at 20240405153045877 2025-03-14 03:00:51.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/Makefile' (96,953) at 20210307214931866 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/intr.h' (96,954) at 20210307214926246 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/lowlevel_init.S' (96,955) at 20210308005003032 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/kobject.rst' (96,956) at 20240405153045001 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tehuti/Kconfig' (96,957) at 20210307214929650 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/wrapper' (96,958) at 20240405153046097 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/multi_v7_defconfig' (96,959) at 20240405153229907 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-information.svg' (96,960) at 20210308005107069 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/output.c' (96,961) at 20240405153053229 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/clk.c' (96,962) at 20210308005002816 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm63xx.h' (96,963) at 20240405153051305 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/mtms_test.cpp' (96,964) at 20220806030027601 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/iscsi_boot_sysfs.c' (96,965) at 20210307214930334 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c' (96,966) at 20240405153231031 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.20.rst' (96,967) at 20241221090017596 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asus-x4tf.dts' (96,968) at 20240405153229863 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/core.h' (96,969) at 20240710080014581 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/zero_test.cpp' (96,970) at 20240817080005771 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/signal.h' (96,971) at 20210307214931614 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/cipher.h' (96,972) at 20240405153052625 2025-03-14 03:00:51.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc.h' (96,973) at 20240405153231167 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries.hpp' (96,974) at 20241211090002375 to deleted uid set 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/swim_asm.S' (96,975) at 20210307214926922 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/host_pdr_handler.hpp' (96,976) at 20240819080030255 to deleted uid set 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/clamav_0.104.4.bb' (96,977) at 20241221090017580 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_api_up.h' (96,978) at 20240405153052797 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-cs47l85.c' (96,979) at 20210307214930070 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/scan.c' (96,980) at 20210308005003552 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Dimension.interface.yaml' (96,981) at 20210707000040840 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/pm.c' (96,982) at 20220525020651894 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-at91.h' (96,983) at 20210307214930090 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/Makefile' (96,984) at 20240405153053189 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/vt82c686.c' (96,985) at 20241211090212290 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/mdp/mdp.c' (96,986) at 20240405153053461 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp3030.c' (96,987) at 20210307214928702 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-Fix-SIGSEGV-during-DumpStateLog.patch' (96,988) at 20241221090017496 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-j293.dts' (96,989) at 20240405153045717 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,lms397kf04.yaml' (96,990) at 20240405153045045 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsprepkg.c' (96,991) at 20240405153046621 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/enet.c' (96,992) at 20210307214929298 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt' (96,993) at 20210309003648384 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/hycon-hy46xx.c' (96,994) at 20240405153049161 2025-03-14 03:00:51.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink_server.cpp' (96,995) at 20240822080023973 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hermes.c' (96,996) at 20240405153050549 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi' (96,997) at 20240405153229959 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt8173-power.h' (96,998) at 20210307214931346 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/km_kirkwood_pci_defconfig' (96,999) at 20210308005003260 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/Makefile' (97,000) at 20210307214929390 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/rcu.txt' (97,001) at 20240405153045109 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/asmregs.h' (97,002) at 20210307214926318 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_type_38-stub.c' (97,003) at 20210308005045961 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/dc_fpu.h' (97,004) at 20220525020652490 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-websocket-client_1.7.0.bb' (97,005) at 20240302090018214 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-WellingtonNgarara' (97,006) at 20210307205553778 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch' (97,007) at 20240309090012824 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/19-cve-2016-9844-zipinfo-buffer-overflow.patch' (97,008) at 20210307205554574 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/test_event_logs_sub_menu.robot' (97,009) at 20240628080017113 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillybus_pcie.c' (97,010) at 20240405153046769 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/simatic-ipc.c' (97,011) at 20240405153231343 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/oem/meta/file-io.md' (97,012) at 20240918080010476 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/MAINTAINERS' (97,013) at 20231126090012785 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/inline_scheduler.hpp' (97,014) at 20240731080033666 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch' (97,015) at 20210307205553750 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pmu-events.c' (97,016) at 20240405153232231 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-dump.c' (97,017) at 20240405153046217 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Coonabarabran' (97,018) at 20210307205553762 2025-03-14 03:00:51.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-audio.c' (97,019) at 20210307214928682 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/pmbus/ti,ucd90320.yaml' (97,020) at 20210307214925322 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tda7419.txt' (97,021) at 20210307214925434 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/vc_vchi_audioserv_defs.h' (97,022) at 20210309003653112 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_transport_iscsi.h' (97,023) at 20240405153231863 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-codec-ctrl.c' (97,024) at 20240405153232187 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/telemetry_service.hpp' (97,025) at 20241217090008768 to deleted uid set 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_vm.c' (97,026) at 20240405153230627 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/spinlock.h' (97,027) at 20240405153045917 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp437.c' (97,028) at 20210307214931178 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sound.h' (97,029) at 20210307214931510 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_child_memory.c' (97,030) at 20240405153054237 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_mbox.h' (97,031) at 20210308005046017 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/e1000_spi.c' (97,032) at 20210308005003428 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/InstallAll/meson.build' (97,033) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/Kconfig' (97,034) at 20210308005003040 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/evtchn.c' (97,035) at 20240405153231603 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/udlfb.h' (97,036) at 20210307214931698 2025-03-14 03:00:51.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-cubietruck.dts' (97,037) at 20210308005002624 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/Kconfig' (97,038) at 20240405153046801 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/trace-events' (97,039) at 20210927100127353 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/main.c' (97,040) at 20210308005045769 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/rtc.h' (97,041) at 20240405153046313 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5275evb_defconfig' (97,042) at 20240405153045957 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mala' (97,043) at 20210307205553786 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-raw.c' (97,044) at 20210307214928774 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_meta.c' (97,045) at 20210307214932650 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/frontend.json' (97,046) at 20240405153054157 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/spdif_in_regs.h' (97,047) at 20210307214932426 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun5i-ccu.h' (97,048) at 20210308005003640 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/spi/gs1662.c' (97,049) at 20240405153049521 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpimsgx.c' (97,050) at 20241011080017403 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/cache.json' (97,051) at 20240405153054125 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_sata.c' (97,052) at 20210308005003232 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_macsec.c' (97,053) at 20240405153049809 2025-03-14 03:00:51.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/pic32/Makefile' (97,054) at 20210307214926194 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/word-at-a-time.h' (97,055) at 20210307214926494 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_kvm.scss' (97,056) at 20220105012522983 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-lamobo-r1.dts' (97,057) at 20210308005002624 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/entry/syscalls/syscall.tbl' (97,058) at 20240405153232219 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/debugfs.c' (97,059) at 20210307214928086 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/ddr.c' (97,060) at 20210308005002956 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/password.hpp' (97,061) at 20241115090002317 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/report_manager_mock.hpp' (97,062) at 20220412175720090 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/cpu.c' (97,063) at 20210307214926190 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/str_error.c' (97,064) at 20210307214932490 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Chassis_v1.xml' (97,065) at 20240918080002708 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_structs.h' (97,066) at 20220429100100642 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/b2c2/Makefile' (97,067) at 20210307214928806 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/uniphier-regulator.c' (97,068) at 20240405153231367 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_tfa_SECURE_BOOT_defconfig' (97,069) at 20210308005003264 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-v6.S' (97,070) at 20240405153045693 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_rf.c' (97,071) at 20240405153051913 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci.h' (97,072) at 20230426080043744 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-clone-visitor.c' (97,073) at 20240906080037432 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/ldpaa_wriop.h' (97,074) at 20210308005003648 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Common.errors.yaml' (97,075) at 20220430030026016 2025-03-14 03:00:51.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive' (97,076) at 20210307205554566 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' (97,077) at 20240829080022546 to deleted uid set 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/004.out' (97,078) at 20210308005046413 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/p16v.h' (97,079) at 20240405153232131 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6797-mm.c' (97,080) at 20240405153046797 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/try-catch-impl.h' (97,081) at 20210307214931806 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/Makefile' (97,082) at 20210308005003072 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ethtool_netlink.h' (97,083) at 20240405153052685 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/cpu_loop.c' (97,084) at 20240906080037360 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_scarlett2.c' (97,085) at 20240429080012464 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-oldpath.patch' (97,086) at 20210307205553810 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_power_map.h' (97,087) at 20240405153048445 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5677.c' (97,088) at 20240405153232159 2025-03-14 03:00:51.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-crb-test.c' (97,089) at 20230426080043948 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_decode.c' (97,090) at 20240906080037484 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_dev.h' (97,091) at 20210307214927078 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hardirq.h' (97,092) at 20241008080013899 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Fan_v1.xml' (97,093) at 20240619080002924 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/Kconfig' (97,094) at 20230426080043752 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_modem.c' (97,095) at 20240405153050341 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/api.rst' (97,096) at 20210307214925474 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_tuxrun.py' (97,097) at 20241211090212542 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/threadmap.h' (97,098) at 20210307214932494 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7_6.1.bb' (97,099) at 20230401080011947 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml' (97,100) at 20240405153045065 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/crash_dump.c' (97,101) at 20240405153045945 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/array.c' (97,102) at 20210307214932214 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/qdict.h' (97,103) at 20221215040039174 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/hw_irq.h' (97,104) at 20210307214926510 2025-03-14 03:00:51.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/verbs.c' (97,105) at 20240805080014059 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi2/gaudi2P.h' (97,106) at 20240405153046565 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_usbpd_notify.c' (97,107) at 20240405153051385 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/errnos.c.inc' (97,108) at 20210927100127269 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/rcec.c' (97,109) at 20220525020653855 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/Makefile' (97,110) at 20210307214932034 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/Kconfig' (97,111) at 20240405153052169 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/netdevsim.rst' (97,112) at 20240405153045237 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/smpboot.c' (97,113) at 20240613080016519 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/Makefile' (97,114) at 20210308005002976 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/types.cpp' (97,115) at 20210514000046638 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kernel-hacking/locking.rst' (97,116) at 20240405153045225 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Image.errors.yaml' (97,117) at 20240618080025501 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/atomic128-cas.h' (97,118) at 20230925080039853 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/memstress.c' (97,119) at 20240405153054317 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iotkit-sysinfo.c' (97,120) at 20210927100127153 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/iio-gts-helper.h' (97,121) at 20240405153052709 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/openbmc_test_architecture.md' (97,122) at 20221209040018563 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/isl_pmbus_vr.h' (97,123) at 20221215040039186 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-kona-usb2.c' (97,124) at 20220525020653863 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/gr_udc.h' (97,125) at 20220525020654267 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/init' (97,126) at 20241221090017644 2025-03-14 03:00:51.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/test/Makefile.am' (97,127) at 20210308005117205 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lpss.c' (97,128) at 20240405153051453 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_lpc_mec.c' (97,129) at 20240910080014062 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/qtree-bench.c' (97,130) at 20230426080043936 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cros-adc-thermistors.dtsi' (97,131) at 20210307214925710 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/boot_fit.h' (97,132) at 20210308005003564 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul2-mba6ulx.dts' (97,133) at 20240405153045525 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/cache.h' (97,134) at 20220525020651802 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos5250-pmu.c' (97,135) at 20210307214930446 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mte-def.h' (97,136) at 20240405153045861 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/Makefile' (97,137) at 20240405153050297 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb' (97,138) at 20241206090014294 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/kvm.c' (97,139) at 20241211090212506 2025-03-14 03:00:51.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_drv.h' (97,140) at 20241211090145429 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_sctp.h' (97,141) at 20210307214931646 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu-qom.h' (97,142) at 20240326080039702 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/base.c' (97,143) at 20240405153230843 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/epapr.c' (97,144) at 20210307214926362 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c' (97,145) at 20240429080012424 to deleted uid set 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_fusion.h' (97,146) at 20240405153051657 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/board.c' (97,147) at 20210308005003028 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-jack.h' (97,148) at 20220525020654655 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-health-monitor/meson.build' (97,149) at 20240307090027676 to deleted uid set 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/hi6220_dw_mmc.c' (97,150) at 20210308005003404 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/Kconfig' (97,151) at 20210308005003512 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/include/asm/hw_breakpoint.h' (97,152) at 20240628080013977 to deleted uid set 2025-03-14 03:00:51.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_mic.c' (97,153) at 20240405153048421 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/rcar_gen4_ptp.c' (97,154) at 20240405153050253 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mdio.h' (97,155) at 20240405153231875 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/todo.rst' (97,156) at 20240405153229819 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/power_supply_leds.c' (97,157) at 20240405153051437 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/musicpal.rst' (97,158) at 20210308005045809 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c' (97,159) at 20240910080014046 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-qsrb.dts' (97,160) at 20240405153045493 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_6_0_0_sh_mask.h' (97,161) at 20240405153048037 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder/ampere-host-on-driver-binder@.service' (97,162) at 20221006100013249 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/trace-events' (97,163) at 20241022080032780 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3288_hdmi.c' (97,164) at 20210308005003532 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/debugfs.c' (97,165) at 20240405153052061 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/dalmore.c' (97,166) at 20210308005003024 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/sgx-stub.c' (97,167) at 20240906080037232 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_java_symbol.sh' (97,168) at 20240405153054173 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.yaml' (97,169) at 20240405153229787 2025-03-14 03:00:51.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d4ek.dts' (97,170) at 20210308005002568 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_bpf.h' (97,171) at 20240405153052857 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tmio.h' (97,172) at 20240405153052733 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uprobes.h' (97,173) at 20210307214926678 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/reset.c' (97,174) at 20210308005002712 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb' (97,175) at 20241221090017468 to deleted uid set 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/insn.h' (97,176) at 20241211090145377 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/kernel-enforcement-statement.rst' (97,177) at 20240405153229839 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_tmpl.h' (97,178) at 20210309003652824 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/axis/Makefile' (97,179) at 20210307214927070 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8135-resets.h' (97,180) at 20210307214931346 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_defconfig' (97,181) at 20210308005003236 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/conf/layer.conf' (97,182) at 20241221090017484 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/Kconfig' (97,183) at 20210308005003004 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cei-tk1-som.h' (97,184) at 20210308005003588 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/sam9x60.c' (97,185) at 20210307214925870 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/writefru.yaml' (97,186) at 20210308005056665 to deleted uid set 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/log.c' (97,187) at 20240405153052981 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpiosdown.service' (97,188) at 20230920080013648 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/007_bad_align.dts' (97,189) at 20210308005003752 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/t1042rdb_diu.c' (97,190) at 20210307214926458 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5_lcd.dtsi' (97,191) at 20240405153045469 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_cpu_defconfig' (97,192) at 20210308005003280 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/0001-libmimetic-Removing-test-directory-from-the-Makefile.patch' (97,193) at 20230706080014757 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/temporary_file.hpp' (97,194) at 20230516080019606 2025-03-14 03:00:51.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/comedi_8255.c' (97,195) at 20240405153046893 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_bridge.h' (97,196) at 20220525020653311 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/mprotect.h' (97,197) at 20220429100100586 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-hp6xx/pm.c' (97,198) at 20210307214926538 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/Kbuild' (97,199) at 20240405153230599 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/simg_dump-python3.patch' (97,200) at 20231011080016578 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2-enocean.dts' (97,201) at 20240405153045537 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/tree_connect.h' (97,202) at 20240919080017078 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/iss476-smp_defconfig' (97,203) at 20240405153046097 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/Makefile' (97,204) at 20240405153052001 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_mman.h' (97,205) at 20230925080039941 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out' (97,206) at 20210308005046413 to deleted uid set 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/trace.h' (97,207) at 20240405153053233 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nfnetlink_acct.h' (97,208) at 20210307214931458 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/bcm2835_spi.h' (97,209) at 20240906080037340 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709-asus-rt-ac87u.dts' (97,210) at 20240405153045425 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/nd.h' (97,211) at 20241216090017721 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz' (97,212) at 20210307205554590 to deleted uid set 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/Kconfig' (97,213) at 20240405153046053 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/arith.fuc' (97,214) at 20210307214927970 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-sw-trigger.c' (97,215) at 20240405153048997 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/secure.h' (97,216) at 20210308005002708 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb' (97,217) at 20221120040010722 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-stm32/Makefile' (97,218) at 20210307214925962 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb' (97,219) at 20241206090014342 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlanda' (97,220) at 20210307205553786 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intrusion/ChassisIntrusionSensor.hpp' (97,221) at 20241112090003098 to deleted uid set 2025-03-14 03:00:51.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/sfc/tc_conntrack.c' (97,222) at 20240405153231051 to deleted uid set 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.emit.hpp.mako' (97,223) at 20230902080037617 to deleted uid set 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/security/landlock/fs.c' (97,224) at 20240624080012836 to deleted uid set 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/MAINTAINERS' (97,225) at 20210308005108641 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/rockchip/pm-domains.c' (97,226) at 20240405153231351 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/get-reg-list.c' (97,227) at 20240405153232267 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/mux.c' (97,228) at 20210308005003068 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/board.c' (97,229) at 20210308005003004 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_3_0_1_enum.h' (97,230) at 20210307214927666 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-command.c' (97,231) at 20210307214932210 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/Makefile' (97,232) at 20240405153230311 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nftl.h' (97,233) at 20210307214931450 2025-03-14 03:00:51.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-evb.dtsi' (97,234) at 20210308005002604 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/devx.c' (97,235) at 20240405153230715 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32f205_soc.c' (97,236) at 20240906080037196 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3399.c' (97,237) at 20210308005003476 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/ioremap.c' (97,238) at 20241211090145369 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a57-a72/bus.json' (97,239) at 20240405153054109 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/unlzo.h' (97,240) at 20210307214931374 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_sim/vdpa_sim.c' (97,241) at 20240405153231571 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/tpci200.c' (97,242) at 20240906080037244 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Source/meson.build' (97,243) at 20230825080021137 to deleted uid set 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/Kconfig' (97,244) at 20240405153231687 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/linkstation_defconfig' (97,245) at 20240405153046097 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/pmem.c' (97,246) at 20220818100014671 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/intel-bts.txt' (97,247) at 20210307214932506 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/invocation.rst' (97,248) at 20240906080037180 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HTMLTIDY' (97,249) at 20211006000025238 2025-03-14 03:00:51.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_va.c' (97,250) at 20240405153048801 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertywatchtest.cpp' (97,251) at 20220708100018559 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_glbl.h' (97,252) at 20240405153051721 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.omap3' (97,253) at 20210308005003296 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sfr_nb4_ser.h' (97,254) at 20210308005003616 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-pcie.c' (97,255) at 20240405153046985 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpio/gpio-brcmstb.c' (97,256) at 20240405153230303 to deleted uid set 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c' (97,257) at 20240405153051377 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_hash.c' (97,258) at 20210307214932114 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-neigh.sh.in' (97,259) at 20241220090019722 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/scc.h' (97,260) at 20210307214931658 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_kernel_regs.h' (97,261) at 20210307214927086 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/spear/Makefile' (97,262) at 20210307214932426 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/errno_str.c' (97,263) at 20210308005003704 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/adreno-smmu-priv.h' (97,264) at 20220525020654547 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fortify_kunit.c' (97,265) at 20240613080016519 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.h' (97,266) at 20210307214927294 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_rx.c' (97,267) at 20240805080013983 to deleted uid set 2025-03-14 03:00:51.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_task_queue.c' (97,268) at 20220525020653819 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SessionService.v1_1_9.json' (97,269) at 20240619080002956 to deleted uid set 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/multiseat.txt' (97,270) at 20220429100100422 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/Kbuild' (97,271) at 20240405153045365 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/pfe_dm_eth.h' (97,272) at 20210308005003628 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_version.c' (97,273) at 20210308005003708 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_cmds.c' (97,274) at 20240405153051593 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc-with-update-status.json.in' (97,275) at 20210308005120349 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.19.bb' (97,276) at 20241206090014234 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.errors.yaml' (97,277) at 20210610000035146 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc52xx_pic.c' (97,278) at 20240405153046197 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-img.c' (97,279) at 20240405153046793 to deleted uid set 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/groups.json' (97,280) at 20231213090027090 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb' (97,281) at 20241221090017548 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/ccu-div.c' (97,282) at 20240405153046773 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/no_write_if_dep_unmet/config' (97,283) at 20210307214932154 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ibm-cffps.rst' (97,284) at 20210307214925502 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/hisi_lpc.c' (97,285) at 20240405153230195 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_byte_action.cpp' (97,286) at 20210308005405930 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-mmc' (97,287) at 20210307214925194 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/actions,owl-emac.yaml' (97,288) at 20240405153045113 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/run-ptest' (97,289) at 20230919080013958 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/allowedips.h' (97,290) at 20210611100017004 2025-03-14 03:00:51.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf_types.h' (97,291) at 20210307214930562 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/Kconfig' (97,292) at 20240405153052121 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/.gitignore' (97,293) at 20240405153054069 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw.h' (97,294) at 20240405153230719 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-pll.h' (97,295) at 20210307214926958 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/Makefile' (97,296) at 20240613080016363 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/Makefile' (97,297) at 20210309003650556 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-mux.h' (97,298) at 20210307214931398 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount' (97,299) at 20210307205554466 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ventura.cfg' (97,300) at 20241003080011997 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/Makefile' (97,301) at 20210307214928654 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/sdio_hal.h' (97,302) at 20210307214930666 2025-03-14 03:00:51.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/ia64.rst' (97,303) at 20240405153044977 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acobject.h' (97,304) at 20240405153046617 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/svg/releases.svg' (97,305) at 20241221090017600 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5677-spi.c' (97,306) at 20240405153053733 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/TreeMappingLevel.svg' (97,307) at 20210307214925206 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-input.c' (97,308) at 20221215040039150 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManagedHost/meson.build' (97,309) at 20240629080019052 to deleted uid set 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/jump.c' (97,310) at 20240405153054289 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/bcm3510.c' (97,311) at 20240405153049281 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Create/meson.build' (97,312) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/main.h' (97,313) at 20210307214929802 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/threadinfo.h' (97,314) at 20230925080039953 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9565_1p0_initvals.h' (97,315) at 20210307214929766 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/xilinx_wwdt.c' (97,316) at 20241216090017749 2025-03-14 03:00:51.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_tun.h' (97,317) at 20210309003653848 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi' (97,318) at 20240405153045585 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/3c59x.c' (97,319) at 20240405153049773 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pistachio/clk-pistachio.c' (97,320) at 20240405153046805 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutletCollection.json' (97,321) at 20240619080002952 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/hibernate.c' (97,322) at 20240405153045869 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson64/cpu-feature-overrides.h' (97,323) at 20240405153046005 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10.dtsi' (97,324) at 20240405153045377 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/dc233c/include/variant/core.h' (97,325) at 20210307214926770 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos850.h' (97,326) at 20240405153231795 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/trace.h' (97,327) at 20210927100127093 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/checksum_64.h' (97,328) at 20240405153046381 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm911360_entphn-ns/MAINTAINERS' (97,329) at 20210308005002940 2025-03-14 03:00:51.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/err.h' (97,330) at 20240405153054269 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/e820.c' (97,331) at 20210308005002856 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-properties-system.h' (97,332) at 20241211090212362 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+onceassign+derefonce.litmus' (97,333) at 20220525020655127 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tplink_wdr4300_defconfig' (97,334) at 20210308005003284 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stringify.h' (97,335) at 20210307214931518 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs35l36.txt' (97,336) at 20240405153229799 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/acpi.c' (97,337) at 20240910080014058 to deleted uid set 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/lru_cache.h' (97,338) at 20240405153052289 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch' (97,339) at 20230706080014737 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/da9063_onkey.c' (97,340) at 20240405153230727 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/Kconfig' (97,341) at 20240405153047009 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/mm/fault.c' (97,342) at 20240405153045977 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/proftool.c' (97,343) at 20210308005003772 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aegis128-aesni-asm.S' (97,344) at 20241211090145389 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/es1688/es1688.c' (97,345) at 20240405153232127 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_powerclamp.c' (97,346) at 20240405153231499 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/cache.c' (97,347) at 20210308005002840 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/valijson.wrap' (97,348) at 20240628080018949 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_ucode_ptr' (97,349) at 20210308005003756 2025-03-14 03:00:51.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/tlb.S' (97,350) at 20210308005002560 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c' (97,351) at 20241115090012957 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gic.c' (97,352) at 20241022080032780 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_vi_layer.h' (97,353) at 20220525020653011 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_mac_profiles_occ.sh' (97,354) at 20240405153054297 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/sniper.c' (97,355) at 20210308005003016 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c' (97,356) at 20240913080013813 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm2_54xx.h' (97,357) at 20240405153045661 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/dcn_calc_math.h' (97,358) at 20210307214927306 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedi_8255.h' (97,359) at 20240405153052669 2025-03-14 03:00:51.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/011.out' (97,360) at 20210308005046413 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h' (97,361) at 20241220090018314 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/rpmmacros.in' (97,362) at 20210308004938816 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_base.c' (97,363) at 20240405153050029 to deleted uid set 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x06_hardware.h' (97,364) at 20240405153048805 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/Kconfig' (97,365) at 20210308005002984 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_sandbox.c' (97,366) at 20210308005003396 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/cros-ec.txt' (97,367) at 20210308005003304 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-cu16le.rst' (97,368) at 20210309003648496 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/service_files/meson.build' (97,369) at 20241101080009595 to deleted uid set 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-xtalk-bridge.c' (97,370) at 20240405153046049 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf-simple-audio-card.dtsi' (97,371) at 20240405153045813 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/test/meson.build' (97,372) at 20230209040033837 to deleted uid set 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/asm-utils.S' (97,373) at 20240405153054237 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/chromeos_privacy_screen.c' (97,374) at 20240405153051381 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dp.c' (97,375) at 20240405153048765 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/marvell,mmp-sspa.yaml' (97,376) at 20240405153045165 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_malloc.c' (97,377) at 20210307214930422 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg.c' (97,378) at 20220525020653043 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xscale/Makefile' (97,379) at 20220525020653663 2025-03-14 03:00:51.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4270.c' (97,380) at 20240405153232147 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bcm235xx.c' (97,381) at 20210308005002552 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/Makefile' (97,382) at 20240405153053373 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dns_resolver/Kconfig' (97,383) at 20220525020654823 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x01_uclass.h' (97,384) at 20210307214928082 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/rcu.h' (97,385) at 20240830080013339 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/exceptions.S' (97,386) at 20210308005002824 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp_rx.c' (97,387) at 20241011080017335 2025-03-14 03:00:51.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/v9_structs.h' (97,388) at 20240405153048325 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ipw2200.c' (97,389) at 20240405153231187 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_12_0_0_offset.h' (97,390) at 20210307214927690 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/cper-generate-cli.c' (97,391) at 20241114091008828 to deleted uid set 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp_local.h' (97,392) at 20210307214930542 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mark_write_erased_v2.c' (97,393) at 20230809080010803 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/spk_priv.h' (97,394) at 20220525020652226 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/defconfig' (97,395) at 20210308005003736 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/data/meson.build' (97,396) at 20220226040035992 to deleted uid set 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_icreate_item.h' (97,397) at 20240405153052593 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_avx512.c' (97,398) at 20210307214931814 2025-03-14 03:00:51.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/fq_pie.json' (97,399) at 20210605000027812 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/sislands_smc.h' (97,400) at 20240405153230627 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/vme8349.c' (97,401) at 20210308005002956 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-axp288.c' (97,402) at 20240405153047025 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/cyrix.c' (97,403) at 20240405153046421 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h' (97,404) at 20210308005002820 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/priv.h' (97,405) at 20220525020652971 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c' (97,406) at 20240405153050233 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/dhcpcd@.service' (97,407) at 20210307205554462 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/synch.h' (97,408) at 20240405153046129 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/ps.c' (97,409) at 20240405153231251 2025-03-14 03:00:51.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/netdevice.h' (97,410) at 20210308005003668 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli_hush.c' (97,411) at 20210308005003224 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/reset.c' (97,412) at 20210308005002712 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/Makefile' (97,413) at 20210308005003764 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600_openbmc_spl_defconfig' (97,414) at 20230530080039376 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_bloom_filter.rst' (97,415) at 20240405153044993 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-distro_1.9.0.bb' (97,416) at 20240302090018210 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_metadata.c' (97,417) at 20240405153054285 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/rng.c' (97,418) at 20240405153050469 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/machine_kexec.c' (97,419) at 20210309003648980 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kvm_para.h' (97,420) at 20220525020654671 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_tv.c' (97,421) at 20240405153230559 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-bcm-kona.c' (97,422) at 20240405153231355 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_uart.c' (97,423) at 20220525020654979 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_vt1636.c' (97,424) at 20210307214930950 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/netlink-raw.yaml' (97,425) at 20240405153229819 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/machine/s6q.conf' (97,426) at 20230927080013514 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon-dp.decode' (97,427) at 20241211090212474 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_defs.h' (97,428) at 20210308005002664 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fctiwz.c' (97,429) at 20210307214926434 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/crw.c' (97,430) at 20240405153051521 2025-03-14 03:00:51.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/cfg80211.h' (97,431) at 20240405153231239 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/any_sender_of.hpp' (97,432) at 20241219090033968 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/framebuffer.c' (97,433) at 20240405153048421 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/test.py' (97,434) at 20210308005003744 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/lgcy.h' (97,435) at 20210307214929522 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/sdhci.h' (97,436) at 20241211090212362 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/db-export.h' (97,437) at 20220525020655167 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/Kconfig' (97,438) at 20210308005003036 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/event/event.cpp' (97,439) at 20221015030031456 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_bit.c' (97,440) at 20210307214931262 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/afe4404.c' (97,441) at 20240405153048985 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rza2.c' (97,442) at 20240405153231567 2025-03-14 03:00:51.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_xattr.c' (97,443) at 20240405153231787 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega10_sdma_pkt_open.h' (97,444) at 20210307214927254 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_tgec.h' (97,445) at 20240405153049929 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_sgdma.h' (97,446) at 20210307214929286 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/LICENSE' (97,447) at 20210308004939860 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/time.c' (97,448) at 20240405153046213 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/ehci.h' (97,449) at 20210308005002656 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/hw_breakpoint.h' (97,450) at 20210307214926682 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/CLI11.wrap' (97,451) at 20240319080024582 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c' (97,452) at 20240405153231059 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/atomisp-lm3554.c' (97,453) at 20240405153051821 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/Kconfig' (97,454) at 20240405153053553 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ssh.py' (97,455) at 20241221090017628 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-2.43.1.inc' (97,456) at 20241221090017648 to deleted uid set 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/fpu_helper.c' (97,457) at 20241211090212482 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/help2man-reproducibility.patch' (97,458) at 20210608000015843 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pca9698.c' (97,459) at 20210308005003380 2025-03-14 03:00:51.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/Kconfig' (97,460) at 20240906080037508 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/ipset/ip_set_getport.h' (97,461) at 20210307214931454 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/xilinx/Makefile' (97,462) at 20240405153047009 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cell-pmu.h' (97,463) at 20210307214926374 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/mm/hugetlbpage.c' (97,464) at 20240405153229987 to deleted uid set 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_traceonoff_triggers.tc' (97,465) at 20210307214932674 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_rs_w.c' (97,466) at 20210308005046505 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml' (97,467) at 20241105090020411 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth2/reg_ebi.h' (97,468) at 20210308005003020 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_ring.h' (97,469) at 20240405153052817 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bonhamn' (97,470) at 20210307205553778 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/bg.po' (97,471) at 20210308005046217 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ibmvscsi_tgt/Makefile' (97,472) at 20210307214930326 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa2xx.h' (97,473) at 20240405153045677 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/rel6_translate.c' (97,474) at 20230925080040041 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-audio.c' (97,475) at 20240405153049557 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/Makefile' (97,476) at 20210308005002944 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_defs.h' (97,477) at 20210307214930422 2025-03-14 03:00:51.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/cxl_hw.c' (97,478) at 20210307214930302 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75-cortexa55.inc' (97,479) at 20240301090012451 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rock_defconfig' (97,480) at 20210308005003276 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/keyval.h' (97,481) at 20221215040039190 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/gbb.py' (97,482) at 20210308005003748 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd' (97,483) at 20220721030015849 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/block-info.h' (97,484) at 20241008080014051 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch' (97,485) at 20241206090014334 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.13.bb' (97,486) at 20241221090017692 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/calxeda/xgmac.c' (97,487) at 20240405153049857 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/microchip-icicle-kit.rst' (97,488) at 20210927100127081 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-iommu_groups' (97,489) at 20240405153044925 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key' (97,490) at 20210307205554466 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-has.out' (97,491) at 20210308005046409 to deleted uid set 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/detail_search_header.html' (97,492) at 20210307205554282 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/layer-input.png' (97,493) at 20210307205554314 to deleted uid set 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_emu.h' (97,494) at 20210307214926730 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_6_1_smn.h' (97,495) at 20210307214927618 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/break.h' (97,496) at 20240405153045945 2025-03-14 03:00:51.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acopcode.h' (97,497) at 20240405153046617 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.c' (97,498) at 20240405153230631 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-atmel-aic-common.h' (97,499) at 20210307214928526 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config.bb' (97,500) at 20241206090014202 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/net_debug.h' (97,501) at 20241211090145537 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c' (97,502) at 20210307214928702 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/file.c' (97,503) at 20240405153231659 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/eeprom.c' (97,504) at 20240405153049901 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (97,505) at 20241206090014218 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_3F_defconfig' (97,506) at 20210308005003260 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_4_1_d.h' (97,507) at 20210307214927330 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fsl_pamu_stash.h' (97,508) at 20220525020652034 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_iter.c' (97,509) at 20240405153232255 2025-03-14 03:00:51.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/isl29003.rst' (97,510) at 20210307214925522 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/rgb/leds-mt6370-rgb.c' (97,511) at 20240405153049221 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/common-auth' (97,512) at 20240917080011791 to deleted uid set 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/video-mux.yaml' (97,513) at 20220525020651690 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/omap/index.rst' (97,514) at 20240405153044973 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/string.c' (97,515) at 20210308005003740 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/cycle.json' (97,516) at 20220525020655143 2025-03-14 03:00:51.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a4xx.xml.h' (97,517) at 20240405153048573 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-main.c' (97,518) at 20210308005003740 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dh_imx6.h' (97,519) at 20210308005003592 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/probe.c' (97,520) at 20210307214926562 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/kfence.h' (97,521) at 20240405153046069 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/hvm/hvm_vcpu.h' (97,522) at 20240405153052957 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ath9k_platform.h' (97,523) at 20210307214931354 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml' (97,524) at 20221207040023627 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,apq8096.txt' (97,525) at 20210309003648392 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-crypto.c' (97,526) at 20240405153046517 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/systems_logservices_hostlogger.hpp' (97,527) at 20240905080002533 to deleted uid set 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/root.c' (97,528) at 20240405153231611 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-cp115.dtsi' (97,529) at 20210307214926022 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybcj_1.0.2.bb' (97,530) at 20240302090018210 to deleted uid set 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/tny_a9263.dts' (97,531) at 20240405153045473 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunplus/Kconfig' (97,532) at 20240405153051373 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_hx8357d.h' (97,533) at 20210307214930506 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/ak4xxx.c' (97,534) at 20210307214932258 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Goteborg_Slattadamm' (97,535) at 20210307205553782 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/buildjson.hpp' (97,536) at 20210308005116217 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xdp_umem.c' (97,537) at 20240405153053413 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-eval-v3.dts' (97,538) at 20240405153045529 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/digsy_mtc.dts' (97,539) at 20240405153046089 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/Kconfig' (97,540) at 20220525020654119 2025-03-14 03:00:51.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nv.c' (97,541) at 20240405153230359 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_ref_tracker.c' (97,542) at 20240405153053105 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/entity-manager_%.bbappend' (97,543) at 20241226090016127 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/MAINTAINERS' (97,544) at 20210308005003032 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/reassembly.c' (97,545) at 20240613080016531 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png' (97,546) at 20210307205554338 to deleted uid set 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/cmd_parser.h' (97,547) at 20220525020652899 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/bt87x.rst' (97,548) at 20210307214925566 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_icpu_cfg.h' (97,549) at 20210308005002820 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx8m_image.sh' (97,550) at 20210308005003764 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ssbi.c' (97,551) at 20240405153230839 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/op-common.h' (97,552) at 20240405153052825 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/checklitmus.sh' (97,553) at 20240405153054069 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kprobes.h' (97,554) at 20240405153046385 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch' (97,555) at 20241221090017552 to deleted uid set 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt' (97,556) at 20210307214925410 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/ashlsi3.S' (97,557) at 20210307214926570 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-u-boot.dtsi' (97,558) at 20210308005002600 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/Makefile' (97,559) at 20210308005003024 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html' (97,560) at 20210307205554282 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core-device.c' (97,561) at 20240405153230291 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/ftrace.c' (97,562) at 20240628080013981 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/ti,clksel.yaml' (97,563) at 20240405153045029 2025-03-14 03:00:51.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/berlin2q.h' (97,564) at 20210307214931326 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/building.rst' (97,565) at 20240413080012675 to deleted uid set 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/iptable_nat.c' (97,566) at 20240812080017256 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_image.c' (97,567) at 20220525020652983 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/ulpi-viewport.c' (97,568) at 20210308005003520 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/elog_watch.cpp' (97,569) at 20241129090023561 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/Makefile' (97,570) at 20210308005003172 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_ioctl.h' (97,571) at 20240405153048525 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/ivybridge_sound.c' (97,572) at 20210308005003488 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/.gitignore' (97,573) at 20220525020655231 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hdmi_phy.c' (97,574) at 20240405153048781 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/Kconfig' (97,575) at 20240405153048981 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/mal.h' (97,576) at 20210307214929422 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-hostfw-over-pldm.inc' (97,577) at 20231012080014468 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/os.h' (97,578) at 20210307214927970 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Physical.interface.yaml' (97,579) at 20220315030032667 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi' (97,580) at 20240405153229951 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-utils.c' (97,581) at 20240405153054005 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw54xx.dtsi' (97,582) at 20240405153229887 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/Kconfig' (97,583) at 20220802100038577 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_dos.h' (97,584) at 20210308005003288 2025-03-14 03:00:51.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ip-to-fpga.service' (97,585) at 20240308090017911 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/bvme6000hw.h' (97,586) at 20210307214926158 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/start.S' (97,587) at 20210308005002548 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/libssl-is-required-if-eventint-supported.patch' (97,588) at 20230706080014749 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4super.c' (97,589) at 20210309003653644 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_elf.h' (97,590) at 20240906080037156 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-nslcd-cert-config.conf' (97,591) at 20210528000119871 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3.dtsi' (97,592) at 20210308005002624 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/subprojects/cjson.wrap' (97,593) at 20241010080036061 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/tmp105.h' (97,594) at 20210927100127241 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/lockcnt.c' (97,595) at 20241211090212562 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/bin/rw-by-pid-record' (97,596) at 20210307214932566 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c' (97,597) at 20240405153232283 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h' (97,598) at 20210308005002644 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb' (97,599) at 20241206090014246 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (97,600) at 20211222040037069 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt_impl.c' (97,601) at 20210308004938836 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync.bb' (97,602) at 20241206090014218 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/starfive/Makefile' (97,603) at 20240405153231351 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tx_common.h' (97,604) at 20240405153050293 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mv-common.h' (97,605) at 20210308005003604 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/sa1100-rtc.yaml' (97,606) at 20240405153045153 2025-03-14 03:00:51.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/strnlen_user.c' (97,607) at 20240405153053101 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/vitesse-vsc73xx-core.c' (97,608) at 20240913080013801 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/printinsn.c' (97,609) at 20210927100127385 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/ns-thermal.c' (97,610) at 20240405153051969 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/LoadingBar.vue' (97,611) at 20241004080035959 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/qemu.desktop' (97,612) at 20210308005046549 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx-static/custom.js' (97,613) at 20220429100100422 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/lowlevel_init.S' (97,614) at 20210308005002908 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cpputest/cpputest_4.0.bb' (97,615) at 20221104030017433 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/funcmux.h' (97,616) at 20210308005002672 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/retired.json' (97,617) at 20240405153054113 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/copy_output/copy_output_1.0/ia_css_copy_output.host.h' (97,618) at 20240405153051837 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kernel.h' (97,619) at 20210309003653988 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/133.out' (97,620) at 20210308005046449 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/hx8357d.c' (97,621) at 20240405153048773 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc91111.c' (97,622) at 20210308005003444 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_timeline_types.h' (97,623) at 20220525020652891 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/ledtrig-usbport.rst' (97,624) at 20210307214925518 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/cache.c' (97,625) at 20210308005002544 2025-03-14 03:00:51.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.h' (97,626) at 20240429080012420 to deleted uid set 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/e1000.h' (97,627) at 20240405153230955 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb' (97,628) at 20231126090012797 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq.c' (97,629) at 20210307214932198 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atarihw.h' (97,630) at 20210307214926158 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service' (97,631) at 20231011080016606 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_offset.h' (97,632) at 20240405153047765 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/tlb_64e.c' (97,633) at 20240913080013769 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp253.dtsi' (97,634) at 20240405153045829 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/meson.build' (97,635) at 20220913030027313 to deleted uid set 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0006-Workaround-patch-for-missing-Python3-transition-of-t.patch' (97,636) at 20230706080014749 2025-03-14 03:00:51.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/procfs-attr-prev' (97,637) at 20220525020651630 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/adl-metrics.json' (97,638) at 20240405153232227 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/anx9804.c' (97,639) at 20210308005003520 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-btemp.yaml' (97,640) at 20240405153045141 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6359-accdet.c' (97,641) at 20221102030020989 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/wm8960.cfg' (97,642) at 20210629000017460 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_date_and_time_settings.robot' (97,643) at 20210308005007104 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch' (97,644) at 20231011080016622 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_policies_sub_menu.robot' (97,645) at 20240628080017113 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/screen_info.c' (97,646) at 20240805080013943 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sunplus,sp7021-reset.h' (97,647) at 20240405153052653 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/s626.c' (97,648) at 20240405153046905 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-no-invariants-only' (97,649) at 20211006000025234 2025-03-14 03:00:51.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_mul.c' (97,650) at 20210307214926274 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-lp8841-rtc.c' (97,651) at 20240405153231463 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/ftrace_dyn.c' (97,652) at 20240628080013977 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/ti-aemif.c' (97,653) at 20240405153049589 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/svm_vmcall_test.c' (97,654) at 20240405153054325 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_hw.h' (97,655) at 20240405153049909 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accel/qaic/qaic.rst' (97,656) at 20240405153044937 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/tools/test/tools_pci_unittest.cpp' (97,657) at 20241219090024012 to deleted uid set 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/or1k-sim.rst' (97,658) at 20221215040039082 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts' (97,659) at 20210308005002612 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter.c' (97,660) at 20240405153053253 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mmap.c' (97,661) at 20220525020653163 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt' (97,662) at 20240106090017261 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/ti81xx-restart.c' (97,663) at 20240405153045673 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c' (97,664) at 20210308005046521 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/load_config.py' (97,665) at 20240405153045265 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb' (97,666) at 20241206090014238 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio-trace/README' (97,667) at 20240405153054389 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia_gb200.json' (97,668) at 20241030080004527 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_overlay.c' (97,669) at 20210308005003708 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3001-configure.ac-setup-for-OE-usage.patch' (97,670) at 20230114040015494 2025-03-14 03:00:51.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-B-2.0' (97,671) at 20211006000025242 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/dce60_resource.c' (97,672) at 20240405153047229 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (97,673) at 20241114091011588 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/lwtunnel.h' (97,674) at 20240405153052925 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/core.c' (97,675) at 20240429080012424 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/common.h' (97,676) at 20240405153054325 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/renesas,r8a779f0-ether-switch.yaml' (97,677) at 20240405153045121 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/sony-btf-mpx.c' (97,678) at 20240405153049337 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24117.h' (97,679) at 20210307214928610 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/auxvec.h' (97,680) at 20240405153046133 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/ctype.c' (97,681) at 20210308005003760 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-audio-hook.h' (97,682) at 20210307214928678 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8524.c' (97,683) at 20240405153053817 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/header.S' (97,684) at 20240405153230103 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/subprojects/packagefiles/boost/meson.build' (97,685) at 20240501080016543 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/dme1737.rst' (97,686) at 20210307214925498 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hippi/Kconfig' (97,687) at 20210307214929674 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0047-corstone1000-dts-add-external-system-node.patch' (97,688) at 20241206090014210 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/mcx.h' (97,689) at 20210308005003004 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/dump.json' (97,690) at 20240906080037432 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-sabresd.dts' (97,691) at 20240405153045501 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/common.c' (97,692) at 20210308005003500 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/refscale/CFLIST' (97,693) at 20210309003656016 2025-03-14 03:00:51.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_compare_bytes.md' (97,694) at 20240809080033023 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/usb/ipheth.c' (97,695) at 20240919080017066 to deleted uid set 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-sdb.dts' (97,696) at 20240405153045525 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8903.yaml' (97,697) at 20240405153045173 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor.sh' (97,698) at 20241220090019722 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_efi_loader.py' (97,699) at 20210308005003744 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/Kconfig' (97,700) at 20240405153051217 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_fw_update.h' (97,701) at 20240405153050009 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.h' (97,702) at 20210307214927882 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/perf_event_p4.h' (97,703) at 20210307214926670 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_non_tensor_start_regs.h' (97,704) at 20240405153046585 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/i8259.h' (97,705) at 20240906080037332 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18271-priv.h' (97,706) at 20210307214928802 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/gc.c' (97,707) at 20241211090145517 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/memfd_secret.c' (97,708) at 20240405153232275 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs328-4c-20s-4s.dts' (97,709) at 20240405153045453 2025-03-14 03:00:51.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/inc_not_zero' (97,710) at 20240405153053437 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/altera-fpga2sdram-bridge.txt' (97,711) at 20210307214925314 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/Makefile' (97,712) at 20210307214928806 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/start.S' (97,713) at 20210308005002800 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (97,714) at 20210807000017358 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-madera.c' (97,715) at 20210307214927190 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uniphier_v7_defconfig' (97,716) at 20210308005003284 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/lowlevel_init.S' (97,717) at 20210308005003068 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst' (97,718) at 20240405153045233 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/MAINTAINERS' (97,719) at 20210308005003040 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/hardware.h' (97,720) at 20210308005002716 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_configs.h' (97,721) at 20210308005002876 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_aggregator_hub.c' (97,722) at 20240405153051393 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_macvlan.h' (97,723) at 20240405153052705 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch' (97,724) at 20230706080014757 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_tmr.c' (97,725) at 20240405153051961 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/kvm.h' (97,726) at 20210307214926250 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizboxmini-mb.dts' (97,727) at 20240405153045465 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/fixmap.h' (97,728) at 20240405153046245 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/orion-nand.txt' (97,729) at 20210307214925370 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hollviken_Stora_Hammar' (97,730) at 20210307205553782 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/petalogix-s3adsp1800.dtb' (97,731) at 20210308005046177 to deleted uid set 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-s3c64xx.c' (97,732) at 20241011080017351 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml' (97,733) at 20240405153045141 2025-03-14 03:00:51.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/emc141x.c' (97,734) at 20241211090212334 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x04_channel.h' (97,735) at 20210307214928082 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/output.c' (97,736) at 20240405153230639 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_scsi.c' (97,737) at 20240405153051585 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98371.c' (97,738) at 20240405153053629 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/memory.json' (97,739) at 20240405153054149 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/net/Makefile' (97,740) at 20210307214926498 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/viafb.rst' (97,741) at 20210307214925478 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART0.conf' (97,742) at 20240730080012557 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/headers_fixup.patch' (97,743) at 20210812000025274 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-cardhu.dtsi' (97,744) at 20240405153229879 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/users.hpp' (97,745) at 20221115040038071 to deleted uid set 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,sdm845-aoss.h' (97,746) at 20210307214931350 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun8i-a23-usb-phy.yaml' (97,747) at 20240405153045129 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha_common.c' (97,748) at 20210307214926506 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/scmi.h' (97,749) at 20240405153052897 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-kworld-315u.c' (97,750) at 20210307214928782 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/m68k/buddha-driver.rst' (97,751) at 20240405153044977 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/json_formatters.hpp' (97,752) at 20240430080002915 to deleted uid set 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nsa310a.dts' (97,753) at 20240405153045457 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFULLR' (97,754) at 20211006000025234 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/processor.h' (97,755) at 20210308005002888 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/272' (97,756) at 20210927100127501 2025-03-14 03:00:51.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt' (97,757) at 20210307214925386 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/sni_82596.c' (97,758) at 20240405153049961 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-whitenoise_6.8.2.bb' (97,759) at 20241221090017564 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml' (97,760) at 20240405153045121 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/recalc_apic_map_test.c' (97,761) at 20240405153232271 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/boot.c' (97,762) at 20210307214929962 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget_hid.rst' (97,763) at 20210309003648472 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/gconf.glade' (97,764) at 20210307214932150 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/dpseci-debugfs.c' (97,765) at 20240405153046929 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/meson.build' (97,766) at 20230902080024081 to deleted uid set 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/types.h' (97,767) at 20240405153052901 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aesni-intel_avx-x86_64.S' (97,768) at 20240405153046357 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/embedded.c' (97,769) at 20210308005003540 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/virtual-memory.json' (97,770) at 20240405153054153 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/alerts/alert.png' (97,771) at 20220105012522963 to deleted uid set 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/Makefile' (97,772) at 20240405153230059 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rps.c' (97,773) at 20240411080014078 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_128b_132b.c' (97,774) at 20240405153047297 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/overview.rst' (97,775) at 20210307214925570 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/dms-ba16_1g.cfg' (97,776) at 20210308005002908 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch' (97,777) at 20230706080014765 2025-03-14 03:00:51.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/xen-hw-stub.c' (97,778) at 20240906080037444 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zutil.h' (97,779) at 20210307214931538 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/224' (97,780) at 20221215040039362 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/055_sections.dts' (97,781) at 20210308005003752 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic/run-ptest' (97,782) at 20240106090017241 to deleted uid set 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mmio_nvram.c' (97,783) at 20240405153046233 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq25980.yaml' (97,784) at 20240405153045141 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/Makefile' (97,785) at 20210308005002964 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf8523.c' (97,786) at 20240405153051501 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nbd.h' (97,787) at 20240405153052929 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/brcm,kona-sdhci.yaml' (97,788) at 20240405153045109 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/nlattr.c' (97,789) at 20240405153054061 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/TdcPlugin.py' (97,790) at 20210307214932722 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-nhlt.c' (97,791) at 20240405153053957 2025-03-14 03:00:51.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_iba7322.c' (97,792) at 20240405153049101 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rv1108.dtsi' (97,793) at 20210308005002608 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt' (97,794) at 20220525020651662 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/amdtp-tascam.c' (97,795) at 20241115090012977 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm64/lowlevel_init.S' (97,796) at 20210308005002792 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/xen/hypercall.S' (97,797) at 20240405153045905 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/Makefile' (97,798) at 20210307214931738 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/Makefile' (97,799) at 20240405153049125 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/kudo_motherboard.json' (97,800) at 20230624080005339 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.5.rst' (97,801) at 20240302090018222 to deleted uid set 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/common/bus_watcher.c' (97,802) at 20240405153046053 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/topology.h' (97,803) at 20240830080013243 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/rockchip/rk3288_crypto.c' (97,804) at 20240405153230267 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/Makefile' (97,805) at 20240405153049625 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/note.S' (97,806) at 20240405153046253 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/pci.c' (97,807) at 20210307214929174 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/case.py' (97,808) at 20241206090014306 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_sw.c' (97,809) at 20210307214931798 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-group1' (97,810) at 20240405153054161 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6q_pins.h' (97,811) at 20210308005002648 2025-03-14 03:00:51.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/dac/ad5421.h' (97,812) at 20210307214931402 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8737.h' (97,813) at 20210307214932354 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml' (97,814) at 20240405153045085 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-edosk7705.c' (97,815) at 20210307214926534 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/trace-events' (97,816) at 20210927100127093 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/m5253demo.c' (97,817) at 20210308005002972 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/Makefile' (97,818) at 20220525020652162 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl826f.h' (97,819) at 20210309003649824 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/battery/bat_trats2.c' (97,820) at 20210308005003468 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/designware_udc.h' (97,821) at 20210308005003688 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-i2c-core.h' (97,822) at 20210307214928846 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/mlx5.rst' (97,823) at 20240405153229823 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/patching.py' (97,824) at 20210308005046237 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/pgood_monitor.hpp' (97,825) at 20240817080031296 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/nmi.h' (97,826) at 20210307214931610 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/LICENSE' (97,827) at 20210308005047569 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts' (97,828) at 20210307214926046 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/Kbuild' (97,829) at 20210307214927942 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/stack.c' (97,830) at 20210308005002708 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bsg-lib.h' (97,831) at 20240405153052665 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/tcp_recv.c' (97,832) at 20240405153053357 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/relocs.h' (97,833) at 20210308005002816 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/dc232b/include/variant/core.h' (97,834) at 20210307214926770 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_fwd.h' (97,835) at 20240405153049105 2025-03-14 03:00:51.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz' (97,836) at 20210307205554594 to deleted uid set 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds28e04.c' (97,837) at 20240405153052233 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/trace.h' (97,838) at 20240405153050481 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s2mpu02.yaml' (97,839) at 20240405153045145 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c' (97,840) at 20240405153051065 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/gxp-fan-ctrl.c' (97,841) at 20240405153230663 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-idio-16.h' (97,842) at 20240405153230303 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Chatton' (97,843) at 20210307205553794 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-clash.json' (97,844) at 20210927100127469 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/maltael_defconfig' (97,845) at 20210308005003268 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/bus.c' (97,846) at 20240405153051189 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/gxp-wdt.c' (97,847) at 20240405153052241 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/Kconfig' (97,848) at 20210308005003032 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-prph.h' (97,849) at 20240405153231195 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/1.Intro.rst' (97,850) at 20220525020651770 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/rtc_user.c' (97,851) at 20220525020652126 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/cdx_controller.c' (97,852) at 20240405153230199 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-core/busybox/busybox_%.bbappend' (97,853) at 20210813100029652 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts' (97,854) at 20240405153045829 2025-03-14 03:00:51.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5332-rdp442.dts' (97,855) at 20240405153229939 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_types.h' (97,856) at 20240429080012420 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/comedi_test.c' (97,857) at 20240405153230251 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/stacktrace.c' (97,858) at 20240726080012846 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/md5.h' (97,859) at 20210308004938836 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/.gitignore' (97,860) at 20210307214932466 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h' (97,861) at 20240405153047209 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/srcpos.c' (97,862) at 20210308005003728 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/io.c' (97,863) at 20240405153045657 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/dpaa2-io.h' (97,864) at 20240405153052881 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/tpm.c' (97,865) at 20241008080013919 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/layer.conf' (97,866) at 20241221090017612 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8750-apc8750.dts' (97,867) at 20240405153045609 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mxs-saif.txt' (97,868) at 20210307214925430 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1550nd.h' (97,869) at 20210307214926218 2025-03-14 03:00:51.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-sdm845-flakes.txt' (97,870) at 20240405153230531 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ne2000' (97,871) at 20210308005003296 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-rockchip-inno-hdmi.txt' (97,872) at 20210307214925390 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/mss-spi.c' (97,873) at 20241211090212338 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/edminiv2.c' (97,874) at 20210308005002904 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Juntusranta' (97,875) at 20210307205553774 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_d.c' (97,876) at 20210308005046521 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/0001-Remove-TEE-driver-external-component.patch' (97,877) at 20241221090017472 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/xilinx-pcie.c' (97,878) at 20241211090212318 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/GENpatch.S' (97,879) at 20210307214926606 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hiredis/hiredis_1.2.0.bb' (97,880) at 20230813080012848 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max6900.c' (97,881) at 20240405153051497 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-kernel/linux/linux-aspeed/spc621d8hm3.cfg' (97,882) at 20240113090014528 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/apple,i2c.yaml' (97,883) at 20240405153045065 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-alps.c' (97,884) at 20240405153048813 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/errors.mako.hpp' (97,885) at 20210308005108057 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/lp3971.h' (97,886) at 20210307214931494 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/devtool/__init__.py' (97,887) at 20210307205554386 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml' (97,888) at 20241123090016863 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/switch_to.h' (97,889) at 20210307214926762 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/honeywell,hmc5843.yaml' (97,890) at 20220525020651682 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/rf.h' (97,891) at 20240405153051949 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_hwdep.c' (97,892) at 20220525020654975 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-power-control.service' (97,893) at 20220203040027080 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc_rx.c' (97,894) at 20240405153052157 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Motosoto' (97,895) at 20210307205554426 2025-03-14 03:00:51.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c' (97,896) at 20240405153230615 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/intel_quark_dts_thermal.c' (97,897) at 20240405153051973 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-kone.h' (97,898) at 20240405153048821 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/fsgsbase.c' (97,899) at 20220525020655235 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_mbx.c' (97,900) at 20240405153051721 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/sm501fb.txt' (97,901) at 20210307214925310 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/inode.c' (97,902) at 20240405153230075 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-microvm.c' (97,903) at 20240906080037228 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/reset.S' (97,904) at 20210308005002552 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml' (97,905) at 20210307205554066 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control/avsbus-control@.service' (97,906) at 20210307205554222 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-clevo-mail.c' (97,907) at 20210307214928546 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/mark.c' (97,908) at 20240910080014078 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NOR_defconfig' (97,909) at 20210308005003240 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-a23-a33-ccu.h' (97,910) at 20210307214931350 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/sys_m68k.c' (97,911) at 20240405153045969 2025-03-14 03:00:51.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm-dirty-log.h' (97,912) at 20240405153052681 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-ls2x.c' (97,913) at 20240405153048905 to deleted uid set 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/cylinder.c' (97,914) at 20210307214931254 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h' (97,915) at 20240405153051941 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/avoid-running-host-binaries-for-sanity.patch' (97,916) at 20230919080013958 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_uif.h' (97,917) at 20240405153049445 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/stackprotector.h' (97,918) at 20240405153046397 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tc358743.c' (97,919) at 20241211090145445 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/Makefile' (97,920) at 20240405153049777 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/super.c' (97,921) at 20240405153231663 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/streaming-par.rst' (97,922) at 20210309003648500 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-plus2e.dts' (97,923) at 20240405153045393 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/fsr-3level.c' (97,924) at 20210307214925970 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pgtable-types.h' (97,925) at 20240405153046121 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c' (97,926) at 20241211090145461 2025-03-14 03:00:51.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi' (97,927) at 20240405153045813 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/table_templater.py' (97,928) at 20220429100100750 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_2_d.h' (97,929) at 20210307214927686 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/hid-sensors/hid-sensor-trigger.c' (97,930) at 20241023080012879 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/Kconfig' (97,931) at 20210308005003480 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/common/st_sensors_i2c.h' (97,932) at 20210307214931402 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365-vdec.c' (97,933) at 20240405153046801 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/psutils/psutils_2.10.bb' (97,934) at 20230520080014480 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/northstar2/ns2-clock.dtsi' (97,935) at 20210307214926010 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-sato/libwpe_%.bbappend' (97,936) at 20220204040022564 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/util.c' (97,937) at 20240405153050609 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mx2x.h' (97,938) at 20210307214925894 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/gbmc-host-poweroff.target' (97,939) at 20210623000017852 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cec.rst' (97,940) at 20240405153044953 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/ISSUE_TEMPLATE/design-review.md' (97,941) at 20221215040043182 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-ktd2692.c' (97,942) at 20240405153049217 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-m1-plus.dts' (97,943) at 20240405153045389 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/vmlinux.lds.S' (97,944) at 20240405153045633 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad193x.c' (97,945) at 20240405153053561 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/sram.S' (97,946) at 20240405153045661 2025-03-14 03:00:51.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC8_C-139W' (97,947) at 20210307205553758 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/usb_network_test.sh' (97,948) at 20230606080013598 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/ftrace.py' (97,949) at 20230925080039993 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/cache.c' (97,950) at 20210308005002712 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bus.h' (97,951) at 20220525020652947 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb' (97,952) at 20241221090017680 to deleted uid set 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgesi.c' (97,953) at 20210308005046529 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/nxp,pn532.yaml' (97,954) at 20240405153045117 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nf_conntrack_reasm.c' (97,955) at 20240830080013351 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/targets/opensuse-leap-15.yml' (97,956) at 20240326080039726 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/tmpd.hpp' (97,957) at 20241105090007095 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-class-ubi' (97,958) at 20210307214925186 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/pf0100_otp.inc' (97,959) at 20210308005003080 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/aries_wm8994.c' (97,960) at 20240405153232191 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/troubleshoot.c' (97,961) at 20240405153229863 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/max5821.c' (97,962) at 20240405153048977 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_probe.c' (97,963) at 20241211090145501 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/Reset.interface.yaml' (97,964) at 20231216090022625 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,audiocc-sm8250.yaml' (97,965) at 20240405153045025 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/cmds.h' (97,966) at 20240405153231575 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteSetEntry.v1_0_2.json' (97,967) at 20240619080002952 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-kovaplus.h' (97,968) at 20210307214928098 2025-03-14 03:00:51.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/hash.h' (97,969) at 20240405153052625 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ssp_sensors/ssp_iio_sensor.h' (97,970) at 20210307214928338 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/trampoline_count.c' (97,971) at 20240405153232259 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,sc8280xp-rpmh.yaml' (97,972) at 20240405153045081 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5441x.h' (97,973) at 20210308005002804 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/dev-tools/index.rst' (97,974) at 20240405153045289 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/kirkwood-pm.h' (97,975) at 20210307214925902 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/atmel-sysregs.txt' (97,976) at 20240405153045013 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/common.h' (97,977) at 20220525020651886 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/usb.c' (97,978) at 20240405153050445 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/PowerPolicyStore.js' (97,979) at 20241005080042589 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/smp2p.c' (97,980) at 20240405153051765 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel.h' (97,981) at 20241018080014546 2025-03-14 03:00:51.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/truncate.c' (97,982) at 20240910080014090 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Group.interface.yaml' (97,983) at 20221207040023631 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/sandbox_flash.c' (97,984) at 20210308005003504 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/hrtimer.h' (97,985) at 20240405153231811 to deleted uid set 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-meson6.c' (97,986) at 20210307214927050 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/st_accel.h' (97,987) at 20240405153048941 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/.lcovrc' (97,988) at 20210308005130545 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc13783.h' (97,989) at 20210308005003672 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/dw.h' (97,990) at 20210307214931378 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-obstack.bb' (97,991) at 20230131040012047 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1216.c' (97,992) at 20210307214930214 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-sve.h' (97,993) at 20230925080040005 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mips-gic.c' (97,994) at 20240405153230751 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/Kconfig' (97,995) at 20210308005002952 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/stm32-dwmac.yaml' (97,996) at 20240405153045121 2025-03-14 03:00:51.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/install-extmod-build' (97,997) at 20240405153232107 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sdio.c' (97,998) at 20240405153231255 to deleted uid set 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/remoteproc/mtk_scp.h' (97,999) at 20240405153052785 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-kernel/linux/linux-aspeed/ncplite.cfg' (98,000) at 20230412080023456 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py' (98,001) at 20241221090017592 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_util.cpp' (98,002) at 20240820080022986 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/cs5536_pci.h' (98,003) at 20210307214926222 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max8997.c' (98,004) at 20210307214930218 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC0-1.0' (98,005) at 20210307205554418 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/cisco/airo_cs.c' (98,006) at 20220525020653743 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kconfig.devices' (98,007) at 20240405153045953 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/ttusb-dec/ttusbdecfe.h' (98,008) at 20210307214928850 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-meh/python3-meh_0.52.bb' (98,009) at 20241221090017564 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.c' (98,010) at 20210307214927970 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/include/sysemu/kvm.h' (98,011) at 20241211090212370 to deleted uid set 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/cpu.c' (98,012) at 20210308005002800 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/powerpc/include/arch/special.h' (98,013) at 20240405153054073 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vc3xxx_data.c' (98,014) at 20210307214925930 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/meson.build' (98,015) at 20241112090035822 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/ti-emif-sram-pm.S' (98,016) at 20240405153049589 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.0' (98,017) at 20210307205554422 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/e500v2_power_isa.dtsi' (98,018) at 20210307214926342 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/platform/sja1000.h' (98,019) at 20240405153052665 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/os-Linux/task_size.c' (98,020) at 20220525020652194 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/set_memory.h' (98,021) at 20240405153045625 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/Kconfig' (98,022) at 20210308005003012 2025-03-14 03:00:51.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt.c' (98,023) at 20210308004938836 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb' (98,024) at 20220823030015991 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/debugfs.c' (98,025) at 20240830080013247 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mac_via.h' (98,026) at 20240405153045961 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/main.c' (98,027) at 20240405153045341 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/renoir/Makefile' (98,028) at 20210307214932286 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/images/logo.gif' (98,029) at 20240405153045221 to deleted uid set 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1042rdb_pi.dts' (98,030) at 20210307214926354 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/pci.c' (98,031) at 20240405153050585 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/current.h' (98,032) at 20240405153229859 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/files/0001-Fix-build-on-big-endian-architectures.patch' (98,033) at 20230706080014749 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/helpers.rst' (98,034) at 20240405153044993 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/hyp-stub.S' (98,035) at 20240405153045369 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/display/drm_dp_cec.c' (98,036) at 20240405153048385 to deleted uid set 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/event.hpp' (98,037) at 20220726030033678 to deleted uid set 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/mul_Xsig.S' (98,038) at 20220525020652186 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/Alert.vue' (98,039) at 20220105012522983 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/adxrs450.c' (98,040) at 20240405153048981 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/meson-gxl-gpio.h' (98,041) at 20210308005003636 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adt7470.rst' (98,042) at 20210307214925498 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/zynq.h' (98,043) at 20210307214931366 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91-sama5_common.h' (98,044) at 20210308005003584 2025-03-14 03:00:51.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/pgalloc.h' (98,045) at 20210307214926374 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_defines.h' (98,046) at 20240830080013279 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_rep.h' (98,047) at 20240405153050261 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso32/vdso-note.S' (98,048) at 20210307214926614 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/debugobjects.h' (98,049) at 20220525020654559 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_resource.h' (98,050) at 20220429100100646 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/qemu,fw-cfg-mmio.yaml' (98,051) at 20240405153045057 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm53340-ubnt-unifi-switch8.dts' (98,052) at 20240405153045425 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723d_table.c' (98,053) at 20210307214929950 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/exceptions/GCC-exception-2.0' (98,054) at 20210307214925638 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_sii164.c' (98,055) at 20210307214930950 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-tegra20-sflash.c' (98,056) at 20240405153051801 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_profile.h' (98,057) at 20220525020654603 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/Makefile' (98,058) at 20210308005003540 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/loop.c' (98,059) at 20241011080017295 2025-03-14 03:00:51.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/legacy.rst' (98,060) at 20240405153045193 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/cpuset.c' (98,061) at 20240805080014035 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/process_32.c' (98,062) at 20240405153046437 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/grant_table.h' (98,063) at 20240405153052957 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-dummy.c' (98,064) at 20240405153230671 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch' (98,065) at 20241221090017676 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/Kconfig' (98,066) at 20240405153051293 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_protocol_type.h' (98,067) at 20240405153230975 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispccdc.h' (98,068) at 20240405153049481 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/mconsole.h' (98,069) at 20210307214926614 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pro5.c' (98,070) at 20210308005002792 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c' (98,071) at 20240405153230255 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aiot_qspi_defconfig' (98,072) at 20210308005003264 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/sysklogd_2.6.2.bb' (98,073) at 20241221090017680 2025-03-14 03:00:51.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_w.c' (98,074) at 20210308005046505 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_atomic_helper.c' (98,075) at 20240405153230531 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/ibmphp_pci.c' (98,076) at 20240405153231295 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/imx-cpufreq-dt.c' (98,077) at 20240405153230251 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_le_qb.c' (98,078) at 20210308005046505 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/sve_helpers.c' (98,079) at 20241008080014055 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/ina219@45.conf' (98,080) at 20210307205554094 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/uevent.c' (98,081) at 20240405153048629 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb' (98,082) at 20230406080015461 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064-v2.0.dtsi' (98,083) at 20240405153045541 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/cli.py' (98,084) at 20240405153232215 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dconfig.h' (98,085) at 20221215040039190 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/ghash_s390.c' (98,086) at 20240405153046273 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2lite.dts' (98,087) at 20210308005002592 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm_mpu44xx.c' (98,088) at 20240405153045669 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/align.h' (98,089) at 20240830080013363 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/scheduler/sched_main.c' (98,090) at 20241216090017701 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/bridge.c' (98,091) at 20240405153231011 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/float_convs.ref' (98,092) at 20221215040039386 2025-03-14 03:00:51.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c' (98,093) at 20210307214927946 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/run_keyword.py' (98,094) at 20221209040018563 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl/0002-test-test_x509.c-fix-potential-overflow-issue.patch' (98,095) at 20230706080014737 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-qface_2.0.11.bb' (98,096) at 20241221090017560 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/compare_presence.md' (98,097) at 20240809080033023 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/syscalls.h' (98,098) at 20210307214926754 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c' (98,099) at 20240405153232283 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/sa2ul.c' (98,100) at 20240405153230271 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dcache.c' (98,101) at 20220525020654467 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/308' (98,102) at 20240326080039734 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/.gitignore' (98,103) at 20240405153054357 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_empty.decode' (98,104) at 20210308005046389 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/xlnx,axi-pcie-host.yaml' (98,105) at 20240405153045125 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/xo1-wakeup.S' (98,106) at 20220525020652194 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-format' (98,107) at 20210309003648248 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/balloc.c' (98,108) at 20241104090011595 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/retain.py' (98,109) at 20241221090017632 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/toaster-tests-requirements.txt' (98,110) at 20241221090017592 2025-03-14 03:00:51.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/mcount.S' (98,111) at 20210307214926178 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/storage_common.c' (98,112) at 20210308005003508 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sifive-fu540-prci.h' (98,113) at 20240405153052645 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/u-boot-spl.lds' (98,114) at 20210308005002796 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/dram.c' (98,115) at 20210308005002820 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-netgear_readynas_nv+_v2.dts' (98,116) at 20240405153045457 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vhost-user-blk-server.h' (98,117) at 20240326080039378 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/dpio-cmd.h' (98,118) at 20240405153051757 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap446x-clocks.dtsi' (98,119) at 20240405153045609 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/stm32h7/Kconfig' (98,120) at 20210308005002784 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircexec.init' (98,121) at 20210307205553850 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/ariadne.c' (98,122) at 20240405153049789 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart_core.h' (98,123) at 20240405153053541 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/netmap.c' (98,124) at 20240906080037376 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h' (98,125) at 20210309003650608 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-cipher-core.S' (98,126) at 20240405153045849 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77650.c' (98,127) at 20240405153049609 2025-03-14 03:00:51.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.typeid.hpp.mako' (98,128) at 20230902080037617 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/qp.c' (98,129) at 20240405153050093 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/fix-link-to-xforms-man.patch' (98,130) at 20230706080014753 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc86xx.h' (98,131) at 20210308005003672 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/Makefile' (98,132) at 20210307214928774 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/float.h' (98,133) at 20241211090212550 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/vermagic.h' (98,134) at 20210307214926554 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/interrupt.c' (98,135) at 20240405153230083 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/build.py' (98,136) at 20241221090017700 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt36523.c' (98,137) at 20240830080013259 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/client.py' (98,138) at 20241206090014290 2025-03-14 03:00:51.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/barrier_64.h' (98,139) at 20210307214926578 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c' (98,140) at 20240405153231051 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_sockmap.c' (98,141) at 20241211090145577 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/how-to-report-a-security-vulnerability.md' (98,142) at 20241203090006519 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_devinfo.c' (98,143) at 20240405153051725 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_elf.h' (98,144) at 20240326080039390 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/odata/index.json' (98,145) at 20220520030007180 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/proc.c' (98,146) at 20240405153046025 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3399_vop.c' (98,147) at 20210308005003532 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/meson.build' (98,148) at 20230825080021141 to deleted uid set 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/Kconfig' (98,149) at 20240405153050661 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/conn_client.c' (98,150) at 20241115090012973 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/qatzip-compression.rst' (98,151) at 20241211090212234 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx8image.c' (98,152) at 20220214040047371 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-budget-ci-old.c' (98,153) at 20210307214928778 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/irq/Makefile' (98,154) at 20210307214926558 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/export_report.pl' (98,155) at 20210307214932146 2025-03-14 03:00:51.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/shpchp_ctrl.c' (98,156) at 20210309003651996 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/storage.hpp' (98,157) at 20241217090008768 to deleted uid set 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity-beaglebone.txt' (98,158) at 20230401080011947 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/teranetics.c' (98,159) at 20210308005003444 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml' (98,160) at 20240405153045109 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/spi.c' (98,161) at 20210307214930518 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/cgroup-internal.h' (98,162) at 20240820080014181 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dsc_helper.c' (98,163) at 20240405153048389 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac100.c' (98,164) at 20210308005003432 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-vicut1.dtsi' (98,165) at 20240405153045521 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-dma-sg.h' (98,166) at 20210307214931550 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/Makefile' (98,167) at 20210308005003036 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/fix-doc-mandir.patch' (98,168) at 20210307205554566 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb' (98,169) at 20241221090017552 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic_common.c' (98,170) at 20240906080037240 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/qedr-abi.h' (98,171) at 20210307214931690 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/le_byteshift.h' (98,172) at 20210308005003672 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2l_hs_evm_defconfig' (98,173) at 20210308005003260 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/README' (98,174) at 20210308005002948 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0003.h' (98,175) at 20210307214927902 2025-03-14 03:00:51.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_proc.c' (98,176) at 20210307214932210 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/debug.c' (98,177) at 20240405153045877 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-atmel-tcb.c' (98,178) at 20240805080013999 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/counter.h' (98,179) at 20240613080016499 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_ipi.c' (98,180) at 20240405153054321 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/virtex2.c' (98,181) at 20210308005003376 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pinebook_defconfig' (98,182) at 20210308005003276 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/syscallhdr.sh' (98,183) at 20241211090212378 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-arb-gpio-challenge.c' (98,184) at 20240405153048925 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/swab.h' (98,185) at 20210307214926398 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spd.h' (98,186) at 20210308005003684 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_mpath_nh.sh' (98,187) at 20220525020655219 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/digic-timer.h' (98,188) at 20210308005046033 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-bananapi.dtsi' (98,189) at 20240405153229919 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (98,190) at 20210307205554094 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/MAINTAINERS' (98,191) at 20210308005003036 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' (98,192) at 20241213090049190 to deleted uid set 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/cadence/Kconfig' (98,193) at 20240405153049401 2025-03-14 03:00:51.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/acpi_power_state.cpp' (98,194) at 20230629131804615 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_effecter/malformed/effecter_pdr.json' (98,195) at 20210518000100505 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt6359.yaml' (98,196) at 20241211090145365 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/display.c' (98,197) at 20240405153045661 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/imxfb.c' (98,198) at 20240405153231583 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/g_NCR5380.c' (98,199) at 20240405153051601 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_c_st.h' (98,200) at 20240405153052853 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Espoo' (98,201) at 20210307205553770 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_dquot_item.c' (98,202) at 20220525020654519 to deleted uid set 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/hisilicon,hi655x-regulator.txt' (98,203) at 20210307214925410 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/psu1' (98,204) at 20230412080023460 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1021_serdes.c' (98,205) at 20210308005002832 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/greybus_firmware.h' (98,206) at 20210307214930514 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CertificateCollection_v1.xml' (98,207) at 20240619080002920 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/highbank.rst' (98,208) at 20210927100127077 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-newlib_4.1.0.bb' (98,209) at 20241221090017472 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb-pb_36b.dts' (98,210) at 20210307214926346 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ii_Raiskio' (98,211) at 20210307205553770 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc7.c' (98,212) at 20210308005003696 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/Makefile' (98,213) at 20240405153231387 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline_8.2.13.bb' (98,214) at 20241221090017644 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuriscv64.yml' (98,215) at 20210307205554110 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml' (98,216) at 20240405153045081 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-periph-fixed.c' (98,217) at 20210307214927034 2025-03-14 03:00:51.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/bmc-reboot.scss' (98,218) at 20210308005107077 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/Kconfig' (98,219) at 20210308005003020 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/run-ci' (98,220) at 20240304090034947 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-45797.patch' (98,221) at 20241221090017576 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/S+poonceonces.litmus' (98,222) at 20210307214932502 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pic32.c' (98,223) at 20240405153230859 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml' (98,224) at 20240405153045185 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv17.c' (98,225) at 20220525020652959 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/pci.h' (98,226) at 20210308005002852 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/compare-ktest-sample.pl' (98,227) at 20210524100035134 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda10071.c' (98,228) at 20240405153049301 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/README' (98,229) at 20210308005003088 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h' (98,230) at 20210307214927310 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/openbmc-env' (98,231) at 20211104000031620 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Divis' (98,232) at 20210307205553794 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig' (98,233) at 20210308005003280 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h' (98,234) at 20210307214931346 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/phantom.c' (98,235) at 20240405153049645 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/Makefile' (98,236) at 20210308005003016 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sh/include/uapi/asm/mman.h' (98,237) at 20210307214932458 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/iser.h' (98,238) at 20210307214931586 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/mcelog.c' (98,239) at 20210307214930982 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch' (98,240) at 20230706080014769 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765-cam.c' (98,241) at 20240405153046793 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c' (98,242) at 20210308005002908 2025-03-14 03:00:51.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb' (98,243) at 20210307205554606 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_sli.h' (98,244) at 20210307214928434 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk.c' (98,245) at 20240405153230211 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/bblayers.conf.sample' (98,246) at 20220910030013337 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml' (98,247) at 20221207040023631 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-kpp.rst' (98,248) at 20210307214925266 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/addnote.c' (98,249) at 20210307214926338 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/signal.c' (98,250) at 20240906080037356 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/meson.build' (98,251) at 20230925080039881 2025-03-14 03:00:51.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds411slim.dts' (98,252) at 20240405153045457 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cmpxchg.h' (98,253) at 20240405153045937 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/Makefile' (98,254) at 20210309003656004 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handler.hpp' (98,255) at 20220108040030440 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_wed_ops.c' (98,256) at 20240405153050077 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PowerSupply_LocationCode.json' (98,257) at 20221213040036921 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/Platform' (98,258) at 20210307214926290 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/skx_base.c' (98,259) at 20240405153047025 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-segin-ff-rdk-emmc.dts' (98,260) at 20240405153045525 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sdm670-rpmh.h' (98,261) at 20240405153052649 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icecream_2.1.3.bb' (98,262) at 20240413080012663 to deleted uid set 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/mdp/dbus_contexts' (98,263) at 20210307214932158 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/patch_cs8409.h' (98,264) at 20241216090017801 to deleted uid set 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb' (98,265) at 20241206090014278 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/meson.build' (98,266) at 20240924080018575 to deleted uid set 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/list-users.cpp' (98,267) at 20240817080036816 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/determism.patch' (98,268) at 20210316000012729 to deleted uid set 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-cht-match.c' (98,269) at 20241001080013036 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/unicode.h' (98,270) at 20240405153052809 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmsupx5_defconfig' (98,271) at 20210308005003264 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb' (98,272) at 20241221090017528 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts' (98,273) at 20220617030036053 2025-03-14 03:00:51.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wcwidth/run-ptest' (98,274) at 20230401080011975 to deleted uid set 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/041' (98,275) at 20240326080039726 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vsi_vlan_ops.h' (98,276) at 20240405153230979 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Virserum' (98,277) at 20210307205553794 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/Makefile' (98,278) at 20240405153053545 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atomic.h' (98,279) at 20240405153045961 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sbc8641d.h' (98,280) at 20210308005003616 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/checksum_32.h' (98,281) at 20240405153046309 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/pm-cps.c' (98,282) at 20210307214926258 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/0001-include-libgen.h-for-basename.patch' (98,283) at 20240413080012647 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/platform_mhu.c' (98,284) at 20240405153230759 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/Kconfig' (98,285) at 20210308005002956 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/def.h' (98,286) at 20210307214929934 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-pcu20be.rst' (98,287) at 20210309003648496 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/mmu_notifier.rst' (98,288) at 20240405153045229 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuscale-ftrace.sh' (98,289) at 20210309003656016 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-3.0' (98,290) at 20210307205554418 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/khadas,mcu.yaml' (98,291) at 20240405153045105 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-lsvl.dts' (98,292) at 20240405153045457 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/cachectl.h' (98,293) at 20210307214926166 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/gconf.glade' (98,294) at 20210308005003732 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-88f6820-amc_defconfig' (98,295) at 20210308005003256 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso64_wrapper.S' (98,296) at 20240405153046153 2025-03-14 03:00:52.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/pi/kaslr_early.c' (98,297) at 20240405153045869 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/glob.h' (98,298) at 20240405153052529 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4file.c' (98,299) at 20240405153231699 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fritsla' (98,300) at 20210307205553782 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/eventq/src/eventq.c' (98,301) at 20210307214930566 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.h' (98,302) at 20220525020652967 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vsyscall/Makefile' (98,303) at 20210307214926650 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/iomux.c' (98,304) at 20210308005002728 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sl-ddr.h' (98,305) at 20210308005002648 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/openbmctool-rhel7.spec' (98,306) at 20210308005111461 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TASKS03' (98,307) at 20240405153232283 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-fence-chain.c' (98,308) at 20240405153046977 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-power.c' (98,309) at 20210307214926290 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/sysstat.service' (98,310) at 20210307205554570 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc-v2.dts' (98,311) at 20240405153229919 2025-03-14 03:00:52.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-gadget.c' (98,312) at 20240405153231531 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/unistd_64.h' (98,313) at 20240906080037352 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/ast.c' (98,314) at 20240613080016475 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-spidev_3.6.bb' (98,315) at 20241221090017560 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/msm8916-usbh-phy.c' (98,316) at 20210308005003456 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap121.h' (98,317) at 20210308005003584 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/zip.c' (98,318) at 20210308005003220 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_fc/tfc_cmd.c' (98,319) at 20240405153051969 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/clk-versatile.c' (98,320) at 20210307214927042 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_base_addr_regs.h' (98,321) at 20240405153046585 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/dp-mst.rst' (98,322) at 20210307214925566 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_temp.h' (98,323) at 20210309003650032 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_hw.h' (98,324) at 20240405153046957 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c' (98,325) at 20240405153230779 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/igt_gem_utils.h' (98,326) at 20240405153048481 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/dwc3/core.c' (98,327) at 20241115090012961 to deleted uid set 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds409.dts' (98,328) at 20240405153045457 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-set-streamtype.rst' (98,329) at 20220525020654135 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-usage-controller.html' (98,330) at 20210308005107077 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-configure-Add-correct-system-headers-and-prototypes-.patch' (98,331) at 20220910030013429 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-build-meintro_fr.ps-depends-on-tbl.patch' (98,332) at 20231011080016614 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/topic_miami.h' (98,333) at 20210308005003620 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/hotplug.rst' (98,334) at 20210309003648412 2025-03-14 03:00:52.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-sources.inc' (98,335) at 20240309090012816 to deleted uid set 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_opp.c' (98,336) at 20240405153047221 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/cpu_entry_area.c' (98,337) at 20240405153046477 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/goya_reg_map.h' (98,338) at 20240405153046609 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_dump.c' (98,339) at 20210308004938836 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/w83877f_wdt.c' (98,340) at 20210726100024767 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/reporting-issues.rst' (98,341) at 20240405153229835 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/no_handler_test.c' (98,342) at 20210726100024927 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_backlight.h' (98,343) at 20240405153048437 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo_1.1.bb' (98,344) at 20241221090017516 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c' (98,345) at 20240405153050589 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/dm9601.c' (98,346) at 20240405153231083 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/data_tx.c' (98,347) at 20240405153231263 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/ep93xx.h' (98,348) at 20210308005002640 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fres.c' (98,349) at 20210307214926434 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_h.c' (98,350) at 20210308005046517 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/qcaux.c' (98,351) at 20210307214930870 2025-03-14 03:00:52.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-xsc3l2.c' (98,352) at 20210307214925970 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/requester.cpp' (98,353) at 20241211090212454 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hwspinlock.h' (98,354) at 20210308005003652 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cik_regs.h' (98,355) at 20210307214927254 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/Kconfig' (98,356) at 20240405153052269 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra114-dalmore.dts' (98,357) at 20210308005002628 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/platform/cc770.h' (98,358) at 20210307214931362 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c' (98,359) at 20240405153050629 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pci_expander_bridge_stubs.c' (98,360) at 20221215040039138 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/Makefile' (98,361) at 20210307214928434 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hdcp/mei_hdcp.h' (98,362) at 20240405153049641 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lzo/lzo1x_decompress_safe.c' (98,363) at 20210309003654188 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/strcmp.S' (98,364) at 20240405153045897 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/xattr.py' (98,365) at 20230919080013966 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xen-hcd.c' (98,366) at 20240405153052105 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/process.c' (98,367) at 20240520080015135 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce.h' (98,368) at 20240405153045849 2025-03-14 03:00:52.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/header.h' (98,369) at 20240405153052889 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/filetypes.txt' (98,370) at 20230426080043656 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/vermilion/vermilion.c' (98,371) at 20240405153231595 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/vhost-user.h' (98,372) at 20230426080043772 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/sbc8548.c' (98,373) at 20210308005003048 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/position/Kconfig' (98,374) at 20220525020653111 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-icount.c' (98,375) at 20240906080037136 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_smu.c' (98,376) at 20240405153230387 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/socket.h' (98,377) at 20240405153052901 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_mt9m111.h' (98,378) at 20210307214928830 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aeroflex/Kconfig' (98,379) at 20210307214929282 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max77714.c' (98,380) at 20240405153049609 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/volatile-binds.bb' (98,381) at 20241206090014318 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (98,382) at 20241206090014230 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Common.metadata.yaml' (98,383) at 20220430030026016 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/meson.options' (98,384) at 20230817080049093 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/Makefile' (98,385) at 20210308005002824 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/Kconfig' (98,386) at 20220525020653439 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig' (98,387) at 20210308005003276 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/qcom_stats.c' (98,388) at 20240405153051765 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb' (98,389) at 20240302090018210 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/atomic.h' (98,390) at 20240405153045853 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb' (98,391) at 20241221090017568 2025-03-14 03:00:52.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_peq.c' (98,392) at 20240405153054013 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv730_dpm.c' (98,393) at 20220525020653003 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/README.md' (98,394) at 20240803080008809 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valanger' (98,395) at 20210307205553794 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig' (98,396) at 20210308005003736 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ppp_defs.h' (98,397) at 20240405153052773 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ovly.h' (98,398) at 20210309003649820 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/debug-trigger_%.bbappend' (98,399) at 20241206090014230 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/statfs.h' (98,400) at 20210307214925650 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/anx9804.h' (98,401) at 20210308005003520 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c' (98,402) at 20240910080014038 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sh_qspi.c' (98,403) at 20210308005003492 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/macros/concat_idents.rs' (98,404) at 20240405153053421 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ubsan.c' (98,405) at 20240405153053109 2025-03-14 03:00:52.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_ipc.c' (98,406) at 20240405153053937 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dispc.c' (98,407) at 20240405153230611 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ro-Bucharest' (98,408) at 20210307205553778 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/stubs.c' (98,409) at 20240405153231083 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0026-nvmxip-move-header-to-include.patch' (98,410) at 20240413080012627 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/82xx/pq2.c' (98,411) at 20240405153230051 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mockup.c' (98,412) at 20240405153047077 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/lowlevel_init.S' (98,413) at 20210308005003036 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/use-PTHREAD_MUTEX_RECURSIVE.patch' (98,414) at 20210307205553938 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pse-pd/Kconfig' (98,415) at 20240405153050365 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ite-cir.c' (98,416) at 20240405153049513 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tlv320aic32x4.h' (98,417) at 20210307214931602 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c' (98,418) at 20220525020653479 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/xusb-padctl.c' (98,419) at 20210308005002788 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/vvar.h' (98,420) at 20210309003648984 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7796-sysc.c' (98,421) at 20240405153231351 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig' (98,422) at 20210308005003288 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/keystone/keystone.txt' (98,423) at 20210307214925274 2025-03-14 03:00:52.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-sysbus.c' (98,424) at 20241211090212342 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/goldfish/goldfish_pipe_qemu.h' (98,425) at 20210307214930134 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/crl-unaligned.S' (98,426) at 20230426080043952 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fpga/fpga-bridge.h' (98,427) at 20240613080016499 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc' (98,428) at 20210905000020581 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8183-clk.h' (98,429) at 20210307214931330 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/encodefix.patch' (98,430) at 20241221090017664 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ip_defrag.c' (98,431) at 20210307214932690 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/unaligned-memory-access.rst' (98,432) at 20210309003648316 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/sdbusplus.wrap' (98,433) at 20220409030025463 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm75.h' (98,434) at 20240405153048861 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/tp_meter.h' (98,435) at 20220525020654791 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/vm_websocket.hpp' (98,436) at 20241217090008760 to deleted uid set 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pei_data.h' (98,437) at 20210308005002876 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_mman.h' (98,438) at 20230925080039941 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/mcp4725.c' (98,439) at 20240405153048977 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/parse.h' (98,440) at 20210307214932614 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/debug.c' (98,441) at 20240405153053125 2025-03-14 03:00:52.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/sound/azalia.h' (98,442) at 20210308005003644 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EthernetInterface.v1_12_2.json' (98,443) at 20240824080002938 to deleted uid set 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks.c' (98,444) at 20210308005045977 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rt5033.h' (98,445) at 20240405153052733 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/clone3_clear_sighand.c' (98,446) at 20210309003655996 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-sabreauto.dts' (98,447) at 20240405153045501 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_irq.h' (98,448) at 20210307214927982 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inftrees.c' (98,449) at 20210308005003716 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/micron_7450.json' (98,450) at 20231021080005490 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb' (98,451) at 20210729000029108 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,qcm2290-dpu.yaml' (98,452) at 20240405153229763 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/nvidia,tegra-timer.yaml' (98,453) at 20240405153045177 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/debugfs.c' (98,454) at 20240405153231951 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/usb_8dev.c' (98,455) at 20240405153049745 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mediatek,mt6795-clk.h' (98,456) at 20240405153052645 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/lpc32xx_hsuart.h' (98,457) at 20210308005003628 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c' (98,458) at 20240405153230355 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch' (98,459) at 20210307205553978 2025-03-14 03:00:52.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/malta.h' (98,460) at 20210309003648832 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts' (98,461) at 20240912080012038 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/config' (98,462) at 20210307214932726 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-gpio-monitor/meson.build' (98,463) at 20240625080021640 to deleted uid set 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/transformers.conf' (98,464) at 20230927080013510 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.out' (98,465) at 20240906080037564 to deleted uid set 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qbool.c' (98,466) at 20221215040039266 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-Fix-build-issues-with-latest-Clang.patch' (98,467) at 20241221090017544 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-debugifc.h' (98,468) at 20210307214928842 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.cfi' (98,469) at 20210308005003292 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_e_s_regs.h' (98,470) at 20240405153046573 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/swarm/rtc_m41t81.c' (98,471) at 20210307214926294 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvp-base-ts.yml' (98,472) at 20241206090014206 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/xyarray.c' (98,473) at 20210307214932494 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/MAINTAINERS' (98,474) at 20210308005003016 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evmisc.c' (98,475) at 20240405153046617 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/raw3270.h' (98,476) at 20240405153046285 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/MAINTAINERS' (98,477) at 20210308005002976 2025-03-14 03:00:52.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/Kconfig' (98,478) at 20240405153051937 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvb_frontend.c' (98,479) at 20241115090012945 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_cubic.c' (98,480) at 20240405153232259 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/mmzone.h' (98,481) at 20220525020652090 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/queue_global.h' (98,482) at 20210307214930546 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/jz4740.c' (98,483) at 20240405153231563 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8328-i2c.c' (98,484) at 20240405153053613 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dsos.h' (98,485) at 20210307214932590 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_bpf_nf_fail.c' (98,486) at 20240405153054273 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-udoo-neo-extended.dts' (98,487) at 20240405153045525 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/utility_test.cpp' (98,488) at 20241017080002970 to deleted uid set 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/lib/xpress_decompress.c' (98,489) at 20220525020654463 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/stack_expansion_signal.c' (98,490) at 20210309003656012 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kobject.h' (98,491) at 20240405153231815 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-bananapi.dts' (98,492) at 20240405153045385 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf_errno.c' (98,493) at 20240405153054061 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/notifier-error-inject.c' (98,494) at 20240405153231951 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/domain-map' (98,495) at 20240326080039398 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml' (98,496) at 20240405153229791 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali_spl.c' (98,497) at 20210308005003412 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi' (98,498) at 20210307214926354 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/corosync.conf' (98,499) at 20210307205553826 2025-03-14 03:00:52.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain-client.bb' (98,500) at 20230131040012039 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_rpc_upcall.c' (98,501) at 20220525020654911 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_d.c' (98,502) at 20210308005046517 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/priv.h' (98,503) at 20220525020652971 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/smb2proto.h' (98,504) at 20241211090145533 to deleted uid set 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-tree' (98,505) at 20220429100100750 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/fw_upload.sh' (98,506) at 20240405153054305 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/highmem.c' (98,507) at 20220525020651806 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_nic.h' (98,508) at 20210307214929354 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/i82092aa.h' (98,509) at 20210307214930042 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GL2PS' (98,510) at 20211006000025234 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ir-Tehran' (98,511) at 20210307205553774 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch' (98,512) at 20210905000020557 to deleted uid set 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/uncompress.h' (98,513) at 20210307214925858 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/elf.h' (98,514) at 20240405153231871 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpu64.c' (98,515) at 20241211090212470 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend' (98,516) at 20210812000025266 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/drivers-on-gpio.rst' (98,517) at 20220525020651722 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfsd/export.h' (98,518) at 20240405153052929 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ethernet-driver.rst' (98,519) at 20210309003648444 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/0001-fix-musl-build.patch' (98,520) at 20241221090017512 2025-03-14 03:00:52.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-img.c' (98,521) at 20240405153046793 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/pypi.bbclass' (98,522) at 20240413080012683 to deleted uid set 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-b2260.dts' (98,523) at 20210308005002612 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/sysbus-fdt.c' (98,524) at 20221215040039102 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/trace-events' (98,525) at 20240906080037224 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m54xxgpt.h' (98,526) at 20210307214926162 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/README.md' (98,527) at 20220913030002488 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/wii-head.S' (98,528) at 20210307214926362 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mve.decode' (98,529) at 20230426080043860 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/Makefile' (98,530) at 20210307214929354 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-qds.dts' (98,531) at 20210308005002580 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi' (98,532) at 20210308005002612 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/ina219@41.conf' (98,533) at 20210307205554094 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart.h' (98,534) at 20210309003654608 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/l2_cache.c' (98,535) at 20240405153229911 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxs.c' (98,536) at 20210308005002548 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in' (98,537) at 20231110090015932 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/kprobes.h' (98,538) at 20240405153045905 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/checksum.h' (98,539) at 20220525020651802 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/mc13783-adc.c' (98,540) at 20210307214928130 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-buffer.c' (98,541) at 20220525020653275 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/carminefb.h' (98,542) at 20210307214930902 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/hwspinlock.rst' (98,543) at 20240910080014010 2025-03-14 03:00:52.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/blacklist_hashes.c' (98,544) at 20240405153046529 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-sparx5.c' (98,545) at 20210309003649236 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tinfoil.py' (98,546) at 20241221090017588 to deleted uid set 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/pm_smbus.c' (98,547) at 20240906080037224 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_definition.hpp' (98,548) at 20221209040003858 to deleted uid set 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Add-riscv64-support.patch' (98,549) at 20231011080016574 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.h' (98,550) at 20240405153051865 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-s3-pinecube.dts' (98,551) at 20240405153045393 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evsel.c' (98,552) at 20240405153232235 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt6779.c' (98,553) at 20240405153051317 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dp.h' (98,554) at 20210307214928046 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/MAINTAINERS' (98,555) at 20210308005003072 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl730.c' (98,556) at 20240405153046901 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_power.h' (98,557) at 20240405153048597 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/amd_iommu.h' (98,558) at 20240405153230739 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/Makefile' (98,559) at 20240405153050793 2025-03-14 03:00:52.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_exact_nid_api.h' (98,560) at 20240405153054225 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/hw.c' (98,561) at 20210307214930946 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/topology.h' (98,562) at 20240405153046069 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h' (98,563) at 20240405153049093 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/Makefile' (98,564) at 20240405153046057 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/.gitignore' (98,565) at 20220525020654935 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/crashdump-ppc64.h' (98,566) at 20210309003648884 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/nand-controller.yaml' (98,567) at 20240405153229779 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/mokvar-table.c' (98,568) at 20240405153047045 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/pgtable-bits-arcv2.h' (98,569) at 20240405153229859 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/virtio/writing_virtio_drivers.rst' (98,570) at 20240405153045197 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init.bb' (98,571) at 20241206090014206 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/plltest.c' (98,572) at 20210421100236118 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/device.h' (98,573) at 20210308005002876 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/x32lib.py' (98,574) at 20220910030013401 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/curve25519-selftest.c' (98,575) at 20210307214931794 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow2-memcmp.c' (98,576) at 20240405153053105 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx35-eukrea-cpuimx35.dtsi' (98,577) at 20240405153045489 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8173.h' (98,578) at 20210307214930082 2025-03-14 03:00:52.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/loader.c' (98,579) at 20240906080037208 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi' (98,580) at 20210309003648732 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/rules/70-ibm-vpd-parser.rules' (98,581) at 20240206090022864 to deleted uid set 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/Kconfig' (98,582) at 20240405153053993 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/rtl8723b_dm.c' (98,583) at 20220525020654183 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mmc/Kconfig' (98,584) at 20240405153049349 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_prototype.h' (98,585) at 20240411080014098 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/best-practices.rst' (98,586) at 20240906080037172 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/bootmem.rst' (98,587) at 20240405153045229 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/pinctrl-starfive-jh7110-sys.c' (98,588) at 20240405153231335 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/maple_tree.rst' (98,589) at 20240405153045005 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h' (98,590) at 20210308005002752 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/configs/gensparse_defconfig' (98,591) at 20240405153045913 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rsa.c' (98,592) at 20240405153230159 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7744-iwg20d-q7.dts' (98,593) at 20240405153045553 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bubblegum_96.h' (98,594) at 20210308005003588 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0003-CVE-2022-41325.patch' (98,595) at 20230114040015490 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/checkboard.c' (98,596) at 20210308005003008 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/mtrr.c' (98,597) at 20240815080012871 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/esmtp/esmtp/0001-Fix-libESMTP-dependency-check.patch' (98,598) at 20230706080014737 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf.c' (98,599) at 20210308005003420 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x05_hardware.h' (98,600) at 20240405153048805 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pudasjarvi_Iso-Syote' (98,601) at 20210307205553774 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_kernel_cmdline_descriptor.c' (98,602) at 20210308005003708 2025-03-14 03:00:52.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c' (98,603) at 20240405153230519 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/mount.h' (98,604) at 20240405153052405 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si.c' (98,605) at 20241211090145429 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/jailhouse.c' (98,606) at 20241008080013899 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-kaiomy.c' (98,607) at 20210307214928782 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/ca_certs_manager_test.cpp' (98,608) at 20230511080024715 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-pico-pi.dts' (98,609) at 20240405153045505 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch' (98,610) at 20230706080014737 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/util_csr.h' (98,611) at 20210308005003676 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/sti/Kconfig' (98,612) at 20240405153051485 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clocks_am33xx.h' (98,613) at 20210308005002636 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/setup_arch.h' (98,614) at 20210307214926674 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___err_wrong_val_type.c' (98,615) at 20210307214932642 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubbub.h' (98,616) at 20240405153047257 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-firmware-opal-elog' (98,617) at 20210309003648244 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/main.c' (98,618) at 20210307214930734 2025-03-14 03:00:52.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_sockit.h' (98,619) at 20210308005003616 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks.c' (98,620) at 20240405153232123 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/debug.h' (98,621) at 20220525020654427 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml' (98,622) at 20240912080012038 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/tools/owners' (98,623) at 20221209040017239 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/nokia,n900-battery.yaml' (98,624) at 20240405153045141 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vfp/Makefile' (98,625) at 20240405153229915 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_2_regs.h' (98,626) at 20240405153046601 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-memory.json' (98,627) at 20240405153054149 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76x.dtsi' (98,628) at 20210308005002576 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/ata/intel-sata.txt' (98,629) at 20210308005003300 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atom-names.h' (98,630) at 20210307214927994 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OperatingConfigCollection_v1.xml' (98,631) at 20240619080002932 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-common.dtsi' (98,632) at 20240405153045437 2025-03-14 03:00:52.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8400.h' (98,633) at 20210307214932354 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/general_systemd.hpp' (98,634) at 20240817080027656 to deleted uid set 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/user_events/example.c' (98,635) at 20240405153053433 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/collect_trigger_id.hpp' (98,636) at 20220412175720086 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/leds.c' (98,637) at 20240405153045981 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_u_add.S' (98,638) at 20220525020652186 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/pgtable-frag.c' (98,639) at 20240405153230047 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/main.c' (98,640) at 20240405153050713 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/types.hpp' (98,641) at 20230207040025134 to deleted uid set 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/echoaudio_gml.c' (98,642) at 20220525020654991 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/layouts/ConsoleLayout.vue' (98,643) at 20220105012522991 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-google-stadiaff.c' (98,644) at 20240405153230651 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/mdev/mdev_driver.c' (98,645) at 20240405153052161 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos3250-rinato.dts' (98,646) at 20240405153045565 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/init.c' (98,647) at 20240405153046057 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-spe-regs.h' (98,648) at 20210307214926370 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/soc/keystone/Makefile' (98,649) at 20210308005003488 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8572DS_36BIT_defconfig' (98,650) at 20210308005003240 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Spencer-94' (98,651) at 20211006000025246 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/colibri_vf.c' (98,652) at 20210308005003084 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/activation.hpp' (98,653) at 20220727030018057 to deleted uid set 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/sysfs.c' (98,654) at 20240405153052613 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-a311d.dtsi' (98,655) at 20220525020651902 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versatile/reset.S' (98,656) at 20210308005002796 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/Kconfig' (98,657) at 20210308005002720 2025-03-14 03:00:52.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1395.dtsi' (98,658) at 20240405153045797 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/mpr121_touchkey.c' (98,659) at 20240405153049137 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/i2c/requirements.txt' (98,660) at 20240322080018644 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010.dts' (98,661) at 20240405153045505 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/setup.py' (98,662) at 20220728030041559 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/genl_magic_struct.h' (98,663) at 20240405153231811 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/wol.c' (98,664) at 20210308005003720 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/sprd,sc27xx-rtc.txt' (98,665) at 20210307214925418 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-cache.c' (98,666) at 20240326080039382 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mlme.c' (98,667) at 20241115090012969 2025-03-14 03:00:52.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x02_channel.h' (98,668) at 20210307214928082 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem.c' (98,669) at 20240405153048525 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c' (98,670) at 20240910080014034 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mmc.h' (98,671) at 20210307214931610 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/perf-record.c' (98,672) at 20240405153054169 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/edk2-test-parser-native.bb' (98,673) at 20231126090012773 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongarch-cpu.c' (98,674) at 20240815080012883 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_lmem.h' (98,675) at 20240405153048473 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/Makefile' (98,676) at 20210307214929786 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tscs42xx.txt' (98,677) at 20210307214925434 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/taurus.c' (98,678) at 20210308005003052 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/tun.c' (98,679) at 20210309003654436 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb134_emmc.dts' (98,680) at 20210309003648744 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/vmw_pvrdma-abi.h' (98,681) at 20210309003654004 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/acr.h' (98,682) at 20240405153048621 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-tpda.rst' (98,683) at 20240405153045269 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hdc100x.c' (98,684) at 20240405153048985 2025-03-14 03:00:52.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/example/meson.build' (98,685) at 20210417000012636 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/image-manifest' (98,686) at 20230211040012659 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/moxa.c' (98,687) at 20240405153231507 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ecc.c' (98,688) at 20210308005002828 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-event.rst' (98,689) at 20240405153045193 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-afe-clk.h' (98,690) at 20240405153053969 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/Kconfig' (98,691) at 20210307214930302 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/Kconfig' (98,692) at 20210308005002968 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm2_44xx.h' (98,693) at 20240405153045661 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/lg/lg1313.dtsi' (98,694) at 20240405153229931 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-lua.h' (98,695) at 20210307214928098 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml' (98,696) at 20240405153045173 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tracing_struct.c' (98,697) at 20240405153232259 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c' (98,698) at 20220525020652971 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/interfaces/bmcweb_%.bbappend' (98,699) at 20240727080014098 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/ufs.rst' (98,700) at 20210307214925242 2025-03-14 03:00:52.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dev_printk.h' (98,701) at 20240613080016499 2025-03-14 03:00:52.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4proc.c' (98,702) at 20241211090145521 2025-03-14 03:00:52.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath79/ar933x_uart.h' (98,703) at 20210307214926218 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/acer-wmi.c' (98,704) at 20240405153051393 to deleted uid set 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/fault-armv.c' (98,705) at 20240405153229915 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/dce60_resource.h' (98,706) at 20210309003649476 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/test-core.h' (98,707) at 20240405153045701 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx6sx.c' (98,708) at 20240405153231319 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc/fc_ms.h' (98,709) at 20240405153052873 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-technisat-usb2-cardlist.rst' (98,710) at 20210307214925230 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/woodburn_sd_defconfig' (98,711) at 20210308005003284 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/asm-offsets.h' (98,712) at 20210307214926306 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-mv78260.dtsi' (98,713) at 20210308005002568 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fexit_many_args.c' (98,714) at 20240405153232259 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml' (98,715) at 20240405153229779 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ahw1um2riser.json' (98,716) at 20220601030005861 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_rpc.h' (98,717) at 20240405153049397 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/remote.c' (98,718) at 20221215040039138 2025-03-14 03:00:52.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bpf_sk_storage.h' (98,719) at 20220525020654635 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TORQUE-1.1' (98,720) at 20211006000025246 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/io.h' (98,721) at 20240405153046353 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/cxgbit_lro.h' (98,722) at 20210307214930702 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/tb_gateway.yaml' (98,723) at 20210307205553850 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c' (98,724) at 20240405153050625 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/spinlock_debug.c' (98,725) at 20220525020654711 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-atmel.c' (98,726) at 20210308005003512 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c' (98,727) at 20210307214929334 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bygdetrask' (98,728) at 20210307205553778 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/evb-rk3328.c' (98,729) at 20210308005003040 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend' (98,730) at 20230813080012860 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildhistory-collect-srcrevs' (98,731) at 20210905000020601 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/fpsp.S' (98,732) at 20210307214926154 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/verification.h' (98,733) at 20240405153231847 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb' (98,734) at 20241221090017516 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/LICENSE' (98,735) at 20210307214929870 2025-03-14 03:00:52.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/pm33xx.h' (98,736) at 20210309003653888 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T104xRDB.h' (98,737) at 20210308005003580 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_refcount.h' (98,738) at 20240405153052577 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stop_machine.h' (98,739) at 20240405153052801 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/power_subsystem.hpp' (98,740) at 20240806080004307 to deleted uid set 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_helpers.c' (98,741) at 20240405153230799 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_2_0.h' (98,742) at 20240405153048317 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-epc.c' (98,743) at 20240906080037140 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/svm_util.h' (98,744) at 20240405153054317 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml' (98,745) at 20240405153229791 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x-stream.c' (98,746) at 20240405153053501 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8167-pm-domains.h' (98,747) at 20240405153231347 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/resize.c' (98,748) at 20240405153052501 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb' (98,749) at 20241221090017688 to deleted uid set 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/pwmtach.c' (98,750) at 20210308005111465 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/raw_io.h' (98,751) at 20220627100016926 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/reg.h' (98,752) at 20210307214925650 2025-03-14 03:00:52.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/file.c' (98,753) at 20241008080013991 to deleted uid set 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/relocs_64.c' (98,754) at 20210307214926198 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml' (98,755) at 20240405153045141 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/ver_linux' (98,756) at 20220525020654947 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/Kconfig.s3c64xx' (98,757) at 20240405153045685 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/xdomain.c' (98,758) at 20240405153051985 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv6.inc' (98,759) at 20210905000020581 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_dc.h' (98,760) at 20240405153046953 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browser.h' (98,761) at 20240613080016559 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-ar934x.c' (98,762) at 20240405153231455 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-settingsd/.clang-format' (98,763) at 20241219090028944 to deleted uid set 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/Makefile' (98,764) at 20210308005003084 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/stm32/stm32-hash.c' (98,765) at 20240405153230271 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/fallback_table.c' (98,766) at 20240405153046685 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/sleep-tegra20.S' (98,767) at 20240405153045689 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st95hf/Kconfig' (98,768) at 20210307214929982 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dns_resolve.h' (98,769) at 20240405153052513 2025-03-14 03:00:52.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emu10k1_callback.c' (98,770) at 20240411080014158 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/target/arm/helper.c' (98,771) at 20241211090212470 to deleted uid set 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-i8259.c' (98,772) at 20240405153230751 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/meson.build' (98,773) at 20231212090018774 to deleted uid set 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pxs3.c' (98,774) at 20210308005002792 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/embedded-firmware.c' (98,775) at 20220525020652430 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/UTOO_P66_defconfig' (98,776) at 20210308005003244 2025-03-14 03:00:52.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3188-cru.txt' (98,777) at 20210308005003300 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/controls.c' (98,778) at 20240405153051941 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml' (98,779) at 20221207040023627 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-av.c' (98,780) at 20210307214928686 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml' (98,781) at 20240405153045077 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c' (98,782) at 20240405153048797 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/pci.h' (98,783) at 20210307214926450 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/leds/.gitignore' (98,784) at 20210307214932486 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/images.png' (98,785) at 20210307205554310 to deleted uid set 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_mioe3680_pci.c' (98,786) at 20241211090212302 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_mcast.c' (98,787) at 20240405153231019 2025-03-14 03:00:52.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/smiapp-reg-defs.h' (98,788) at 20220525020653251 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/axis-fifo/axis-fifo.c' (98,789) at 20240405153231467 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/proc.c' (98,790) at 20210726100024739 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/preconditions.cpp' (98,791) at 20240820080023690 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/compr.c' (98,792) at 20240405153052389 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2' (98,793) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/parse-options.c' (98,794) at 20241018080014594 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-capture.c' (98,795) at 20240405153230815 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/distro_btn.html' (98,796) at 20210307205554286 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/rc.c' (98,797) at 20220525020653135 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/Makefile' (98,798) at 20210308005002832 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/params/trigger_params.hpp' (98,799) at 20230523080037938 to deleted uid set 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/Makefile' (98,800) at 20240405153045973 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/playback.h' (98,801) at 20210307214932442 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_mman.h' (98,802) at 20230925080039941 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-sam440ep.c' (98,803) at 20210307214926338 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/acpi.c' (98,804) at 20240405153050489 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-a1.dtsi' (98,805) at 20240405153229915 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/imx8mq_evk.c' (98,806) at 20210308005002964 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/physmap-bt1-rom.h' (98,807) at 20210309003650476 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7183_regs.h' (98,808) at 20210307214928650 2025-03-14 03:00:52.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/pgood_monitor.cpp' (98,809) at 20210308005109241 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cpu-freq/cpu-drivers.rst' (98,810) at 20240405153045005 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/1849070.patch' (98,811) at 20241221090017516 to deleted uid set 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/README.md' (98,812) at 20240806080018895 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_sysfs.c' (98,813) at 20240405153046305 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_algo.c' (98,814) at 20240405153053413 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel360-wifi.dts' (98,815) at 20240405153045781 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/ip32-platform.c' (98,816) at 20210307214926294 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/pfifo_fast.json' (98,817) at 20240405153054377 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/bcm-pdc-mailbox.c' (98,818) at 20240405153230759 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/memchr.S' (98,819) at 20210307214926570 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/callbacks.rst' (98,820) at 20210307214925474 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/page_owner.py' (98,821) at 20240405153232103 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_dbg.h' (98,822) at 20210309003652824 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.TPL' (98,823) at 20210308005003292 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/fat/run_fat_tests.sh' (98,824) at 20240405153232267 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dkx.dtsi' (98,825) at 20240405153045585 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/net_kern.h' (98,826) at 20240405153046345 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04a3.dts' (98,827) at 20240405153045601 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.7.0.bb' (98,828) at 20241221090017492 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6u-8033.dts' (98,829) at 20240405153045501 2025-03-14 03:00:52.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/internals.h' (98,830) at 20240906080037184 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv.c' (98,831) at 20241018080014490 to deleted uid set 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c' (98,832) at 20241211090145409 to deleted uid set 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_spnego.c' (98,833) at 20240405153231731 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/test/meson.build' (98,834) at 20241114091025397 to deleted uid set 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/at91sam9261ek.c' (98,835) at 20210308005002916 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_plane.c' (98,836) at 20240910080014046 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/log_entry.hpp' (98,837) at 20230202040004526 to deleted uid set 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/test/openpower-pels/meson.build' (98,838) at 20241003080023049 to deleted uid set 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/secure_boot.h' (98,839) at 20210307214926390 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/tch-formats.rst' (98,840) at 20210309003648504 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/da9055.h' (98,841) at 20210307214931594 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.h' (98,842) at 20240405153047261 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-tlc591xx.c' (98,843) at 20240405153230755 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_inode.h' (98,844) at 20240405153052397 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/Kconfig' (98,845) at 20240405153053317 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-moxa-uc-8100-me-t.dts' (98,846) at 20240405153045589 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svinesund' (98,847) at 20210307205553790 2025-03-14 03:00:52.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210-pinctrl.dtsi' (98,848) at 20240405153045565 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h' (98,849) at 20240405153230331 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-phosphor/images/fb-yosemite4n-phosphor-image.inc' (98,850) at 20240727080014098 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot.py' (98,851) at 20210308005003748 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/fbio.h' (98,852) at 20210307214926590 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/cpu.c' (98,853) at 20210308005002848 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/uapi/asm/bpf_perf_event.h' (98,854) at 20210307214926494 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/ecdh_helper.h' (98,855) at 20210512100029334 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/0003-Add-version-information-to-libmetis.patch' (98,856) at 20230706080014745 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/gpio.h' (98,857) at 20210308005002828 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/fan-common.yaml' (98,858) at 20240410080016741 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_netfilter_retcode.c' (98,859) at 20240405153054281 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/MAINTAINERS' (98,860) at 20210308005002956 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/map_kptr.c' (98,861) at 20240405153054257 2025-03-14 03:00:52.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@86000/tps53622@77.conf' (98,862) at 20210307205554094 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/include/acp_2_2_sh_mask.h' (98,863) at 20210307214932286 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/host_condition.cpp' (98,864) at 20240723080028240 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-streams.h' (98,865) at 20210307214928698 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-tec.dts' (98,866) at 20210308005002628 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/syscall.h' (98,867) at 20210307214926750 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_ph.c' (98,868) at 20210308005046505 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch' (98,869) at 20241221090017540 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Aspeboda' (98,870) at 20210307205553778 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex7_user.c' (98,871) at 20240405153232099 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas6424.c' (98,872) at 20240405153053805 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/biosattr-interface.c' (98,873) at 20240405153231343 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt700-sdw.c' (98,874) at 20240405153232159 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/zhaoxin/Makefile' (98,875) at 20210307214926658 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid' (98,876) at 20210307214925202 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/0001-beep-library-Make-it-compatible-with-c99.patch' (98,877) at 20231126090012793 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/starfive,jh7110-sys-pinctrl.yaml' (98,878) at 20240405153045137 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vhost-user-blk-server.c' (98,879) at 20241211090212210 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/udbg_scc.c' (98,880) at 20240405153046213 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/header.c' (98,881) at 20240405153054093 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Rzeszow' (98,882) at 20210307205553778 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/Kconfig' (98,883) at 20240405153049473 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv10.c' (98,884) at 20240405153048637 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-pico-nymph.dts' (98,885) at 20240405153229891 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid1-10.c' (98,886) at 20240405153049257 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/timer.h' (98,887) at 20210307214926226 2025-03-14 03:00:52.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hermes_dld.c' (98,888) at 20210307214929866 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timeconv.c' (98,889) at 20220525020654731 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c' (98,890) at 20210308005046513 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-encoder-cmd.rst' (98,891) at 20220525020651786 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_bmc_code_update.robot' (98,892) at 20240628080017121 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/power8-pmu.h' (98,893) at 20240906080037516 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-smopa-2.c' (98,894) at 20240906080037576 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/Makefile' (98,895) at 20210308005002968 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/cache.json' (98,896) at 20240405153054157 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pci/pci.rst' (98,897) at 20240405153045193 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/types.h' (98,898) at 20240405153046129 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/net_iface_mock.h' (98,899) at 20230919080007046 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/Makefile' (98,900) at 20210308005002536 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/qcom_scm-legacy.c' (98,901) at 20240405153047045 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_mmu.h' (98,902) at 20240405153049053 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_flat_gre_key.sh' (98,903) at 20210307214932686 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/akcipher.h' (98,904) at 20240405153052625 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/conf/machine/p10bmc.conf' (98,905) at 20241221090017480 to deleted uid set 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/conditions.cpp' (98,906) at 20240820080023690 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/index.rst' (98,907) at 20240405153044957 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts' (98,908) at 20240405153045589 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/triboard.h' (98,909) at 20230426080043768 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_validate_unittest.cpp' (98,910) at 20230511080029875 2025-03-14 03:00:52.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/rif_counter_scale.sh' (98,911) at 20240405153054301 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6afe-clocks.c' (98,912) at 20240405153053981 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch' (98,913) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7280-camcc.yaml' (98,914) at 20240405153229759 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.h' (98,915) at 20240405153047297 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/community-membership.md' (98,916) at 20241203090006519 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/Makefile' (98,917) at 20210307214932034 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_queries.hpp' (98,918) at 20230511080033415 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-imx1.c' (98,919) at 20240405153231359 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-bcm-iproc.c' (98,920) at 20240405153051449 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c' (98,921) at 20240405153048333 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi' (98,922) at 20210308005002596 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/timer.c' (98,923) at 20210308005002916 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/MAINTAINERS' (98,924) at 20210308005003044 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/xattr.h' (98,925) at 20240405153052537 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtmips.h' (98,926) at 20240405153051321 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/irqroute.h' (98,927) at 20210308005002876 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-tm.c' (98,928) at 20240405153046149 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml' (98,929) at 20240405153229783 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/tda38640.c' (98,930) at 20240405153048869 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/emlid_neutis_n5_devboard_defconfig' (98,931) at 20210308005003256 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb.upgraded' (98,932) at 20240106090017253 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/sigcontext.h' (98,933) at 20210307214926166 2025-03-14 03:00:52.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf-netns.h' (98,934) at 20240405153052665 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/ace_sha.h' (98,935) at 20210308005003356 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c_rfk.c' (98,936) at 20240405153050681 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/Makefile' (98,937) at 20210307214928806 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvuf.c' (98,938) at 20210307214926334 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/Kconfig' (98,939) at 20210307214931070 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/transitioning-to-a-custom-environment.rst' (98,940) at 20230114040015526 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x-board.c' (98,941) at 20210308005002772 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crct10dif_generic.c' (98,942) at 20210309003649116 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/other.rst' (98,943) at 20240405153044997 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/misc/ocxl.h' (98,944) at 20220525020654635 2025-03-14 03:00:52.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx35-pinfunc.h' (98,945) at 20240405153045489 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7745-iwg22m.dtsi' (98,946) at 20240405153045553 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarkvissle' (98,947) at 20210307205553782 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml' (98,948) at 20240405153045113 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/bswapsi.c' (98,949) at 20240405153046033 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/profile.c' (98,950) at 20240815080012911 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32_rcc.h' (98,951) at 20241211090212362 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/Kconfig' (98,952) at 20210308005003460 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds-lpuart.dts' (98,953) at 20210308005002580 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/sam440ep_defconfig' (98,954) at 20240405153046097 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mt7623n_bpir2_defconfig' (98,955) at 20210308005003268 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/ashldi3.c' (98,956) at 20210307214926182 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_slc.c' (98,957) at 20210308005003412 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ps.c' (98,958) at 20220525020653795 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/uaccess.h' (98,959) at 20240405153052621 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/kfree_mismatch.cocci' (98,960) at 20210309003654532 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/trace-events' (98,961) at 20240906080037316 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-radio-rx.h' (98,962) at 20210307214928794 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/virtual-memory.json' (98,963) at 20240405153054145 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh' (98,964) at 20210307214932690 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/osnoise.h' (98,965) at 20240405153054385 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pathwatch.hpp' (98,966) at 20220727100018782 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-3.dtsi' (98,967) at 20210307214926350 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/budget.c' (98,968) at 20240405153052545 2025-03-14 03:00:52.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5249.h' (98,969) at 20210308005002804 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/log.c' (98,970) at 20210308005003548 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/b1.bb' (98,971) at 20210307205554250 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/desc.h' (98,972) at 20220525020652146 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_i2c.h' (98,973) at 20210307214928702 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/sbitmap.c' (98,974) at 20241008080014027 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h' (98,975) at 20240405153046005 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/core.c' (98,976) at 20240405153230915 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftahbc020s.h' (98,977) at 20210308005003644 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_lanplus.robot' (98,978) at 20240628080017117 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0006-adb-Musl-fixes.patch' (98,979) at 20230706080014745 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_ppe.h' (98,980) at 20240405153231007 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/hd-geo-test.c' (98,981) at 20241211090212546 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/altr,rst-mgr-a10sr.h' (98,982) at 20210307214931346 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_manager_mock.hpp' (98,983) at 20220412175720090 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/dce60_timing_generator.h' (98,984) at 20210309003649476 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-intl-Fix-build-failure-with-make-j.patch' (98,985) at 20241206090014314 to deleted uid set 2025-03-14 03:00:52.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml' (98,986) at 20221207040023627 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/watchdog/Makefile' (98,987) at 20210307214932734 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/mpc.h' (98,988) at 20210307214931870 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci_host.c' (98,989) at 20240906080037276 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/fsync.c' (98,990) at 20240405153231663 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/Makefile' (98,991) at 20240405153046133 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/sp887x.c' (98,992) at 20240405153049297 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/0001-build-Do-not-build-.sgml-file.patch' (98,993) at 20230317080013785 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/pxa/mfp.h' (98,994) at 20240405153052793 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c' (98,995) at 20220627100017026 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dragonboard820c_defconfig' (98,996) at 20210308005003256 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.h' (98,997) at 20210307214928838 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9331_omega.dts' (98,998) at 20240405153045989 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/gadget.c' (98,999) at 20210308005003044 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/imximage.cfg' (99,000) at 20210308005002984 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-unknown.err' (99,001) at 20210308005046409 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr.py' (99,002) at 20240405153054161 2025-03-14 03:00:52.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h' (99,003) at 20240405153052653 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/asm-generic/vmlinux.lds.h' (99,004) at 20241211090145533 to deleted uid set 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/tx4938.h' (99,005) at 20210307214926250 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/ib_mad.h' (99,006) at 20240405153052893 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/dpio-driver.c' (99,007) at 20240405153051757 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos2b.h' (99,008) at 20210308005003584 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/ifi_canfd.txt' (99,009) at 20210307214925374 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-mtp.dts' (99,010) at 20240405153229943 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ipmi-bt-test.c' (99,011) at 20241211090212546 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op.h' (99,012) at 20240326080039550 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tsl4531.c' (99,013) at 20240405153049005 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/bug.h' (99,014) at 20220525020651966 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/gpio-regulator.yaml' (99,015) at 20240405153045145 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_irc.c' (99,016) at 20240405153053329 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/throw-exception-on-unknown-os.patch' (99,017) at 20231011080016578 2025-03-14 03:00:52.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtl8723b_rf.h' (99,018) at 20220525020654183 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/l2cap.h' (99,019) at 20240613080016503 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/asp2/Makefile' (99,020) at 20240405153230923 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-rzv2m.c' (99,021) at 20240405153048913 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pata_arasan_cf_data.h' (99,022) at 20210307214931466 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/lowlevel_init.S' (99,023) at 20210308005003032 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mm_slot.h' (99,024) at 20240405153053141 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/shpc.c' (99,025) at 20240906080037276 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (99,026) at 20230412080023460 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.bb' (99,027) at 20241221090017504 to deleted uid set 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/landlock/fs_test.c' (99,028) at 20240405153232271 to deleted uid set 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb' (99,029) at 20241221090017556 to deleted uid set 2025-03-14 03:00:52.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/bpqether.c' (99,030) at 20240405153050333 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/compat.h' (99,031) at 20240405153052617 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf' (99,032) at 20230512080018777 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_createhandler_unittest.cpp' (99,033) at 20210308005120361 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/Kconfig' (99,034) at 20210308005003080 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/faultinfo_64.h' (99,035) at 20210307214926754 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/confirm.js' (99,036) at 20210308005107069 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/Kbuild' (99,037) at 20240405153048653 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/core.c' (99,038) at 20240906080037232 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui.py' (99,039) at 20210307205554642 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-2.5' (99,040) at 20210307205554418 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dts' (99,041) at 20240405153229915 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/external/libunwind/legacy_built-in_sync_functions.patch' (99,042) at 20231011080016574 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/processor.h' (99,043) at 20240405153045349 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9055-core.c' (99,044) at 20240405153049605 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb' (99,045) at 20241221090017532 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/page.h' (99,046) at 20240405153045861 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/audio.c' (99,047) at 20210308005003736 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/lshrsi3.S' (99,048) at 20240405153046309 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc' (99,049) at 20241221090017464 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/LICENSE' (99,050) at 20210307205554046 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/Kconfig' (99,051) at 20241211090212338 2025-03-14 03:00:52.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/decode.c' (99,052) at 20210309003648724 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/aspeed_hace_v1.c' (99,053) at 20220802100038577 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/af_rxrpc.h' (99,054) at 20240405153052833 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/rf.c' (99,055) at 20240405153051953 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/samsung,s5k5baf.yaml' (99,056) at 20240405153045093 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/core.h' (99,057) at 20220525020651894 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-cti' (99,058) at 20210309003648248 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/addrconf_core.c' (99,059) at 20240405153232035 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/main.c' (99,060) at 20230302090047758 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hugetlbfs/inode.c' (99,061) at 20240405153231687 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/inode.c' (99,062) at 20240405153231695 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_user.c' (99,063) at 20241104090011587 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-pci-rutabaga.c' (99,064) at 20240326080039434 2025-03-14 03:00:52.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/weechat_4.0.4.bb' (99,065) at 20230919080013954 to deleted uid set 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/atlas-sensor.c' (99,066) at 20240405153048969 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Storage/meson.build' (99,067) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_mflohi1.c' (99,068) at 20210308005046525 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20.dtsi' (99,069) at 20210308005002624 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACS' (99,070) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/drm/drm.h' (99,071) at 20240405153232211 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/intel_ich6_gpio.c' (99,072) at 20210308005003376 2025-03-14 03:00:52.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7786.h' (99,073) at 20210307214926558 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-2u_associations.json' (99,074) at 20241212090014007 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/kernel-api.rst' (99,075) at 20240405153045293 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/Makefile' (99,076) at 20210308005002824 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si521xx.c' (99,077) at 20240405153230207 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/crop.svg' (99,078) at 20210309003648488 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h' (99,079) at 20240405153048649 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/Makefile' (99,080) at 20210307214929610 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/Makefile' (99,081) at 20210308005002904 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/phosphor-dbus-interfaces.wrap' (99,082) at 20220531100030248 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/doc2000.h' (99,083) at 20210307214931450 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/birdland_bav335b_defconfig' (99,084) at 20210308005003252 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-audio.h' (99,085) at 20210307214928842 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0007_brlayers_optional_gitinfo.py' (99,086) at 20210307205554262 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/bluetooth/btnxpuart.c' (99,087) at 20240913080013781 to deleted uid set 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/atomic128-ldst.h' (99,088) at 20230925080039853 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.silent' (99,089) at 20210308005003296 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8195-sys-clock.yaml' (99,090) at 20240405153045017 2025-03-14 03:00:52.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/buildid.h' (99,091) at 20220525020654555 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/maintainer/maintainer-entry-profile.rst' (99,092) at 20220525020651770 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c' (99,093) at 20241011080017303 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-radio.rst' (99,094) at 20210309003648488 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010si-pre.dtsi' (99,095) at 20210307214926346 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared/stack_chk.c' (99,096) at 20210629000017500 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_baltos_defconfig' (99,097) at 20210308005003244 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/map.h' (99,098) at 20220804100015884 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/branch.c' (99,099) at 20240405153054185 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy/journald-maxlevel-policy.conf' (99,100) at 20210307205554058 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_adv_rss.h' (99,101) at 20220525020653531 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.json' (99,102) at 20210927100127469 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/exec.h' (99,103) at 20210307214926506 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-malta/spaces.h' (99,104) at 20210307214926222 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.gitignore' (99,105) at 20210407000018094 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/set_release' (99,106) at 20240405153053433 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key.pub' (99,107) at 20210307205554466 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/relocate_sdk.py' (99,108) at 20220910030013437 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/sifive_u.rst' (99,109) at 20240906080037180 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/README' (99,110) at 20220526030017599 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c' (99,111) at 20240405153052205 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_book3s.h' (99,112) at 20240405153046113 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/digicolor-timer.txt' (99,113) at 20210307214925446 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad193x-i2c.c' (99,114) at 20240405153053561 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/code-update-diagrams.md' (99,115) at 20221209040006383 2025-03-14 03:00:52.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb' (99,116) at 20241221090017528 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-ts4900.dts' (99,117) at 20240405153045505 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch' (99,118) at 20241221090017668 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_kprobes.h' (99,119) at 20240405153046301 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-idio-16.c' (99,120) at 20240405153230303 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_pcm3680_pci.c' (99,121) at 20241211090212302 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-ctouch2.dts' (99,122) at 20220525020651934 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ddr_rk3368.h' (99,123) at 20210308005002660 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/phy.c' (99,124) at 20240405153049757 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_prctl.h' (99,125) at 20220429100100646 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/elf.h' (99,126) at 20210309003648976 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_ct.c' (99,127) at 20240405153232063 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/catalina/post_desc.json' (99,128) at 20240817080006183 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/migration/multifd-qatzip.c' (99,129) at 20241211090212390 to deleted uid set 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/net_dropmonitor-record' (99,130) at 20210307214932566 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw553x.dtsi' (99,131) at 20240405153045513 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sec-core.c' (99,132) at 20240405153230839 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts' (99,133) at 20240405153045733 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/maxim,mcp795.txt' (99,134) at 20210307214925418 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/asm-offsets.c' (99,135) at 20220525020652018 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/fix-lsi2c-makefile.patch' (99,136) at 20240106090017233 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/gxp.inc' (99,137) at 20210908000029103 2025-03-14 03:00:52.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_pbi.cfg' (99,138) at 20210308005002968 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib.h' (99,139) at 20240405153050017 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-rb532.c' (99,140) at 20210307214928550 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lm3533.h' (99,141) at 20210307214931430 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/0001-Fix-configure.ac.patch' (99,142) at 20210407000018082 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.18.2.bb' (99,143) at 20241221090017564 to deleted uid set 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/meson.build' (99,144) at 20240906080037460 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/event.cpp' (99,145) at 20240817080036824 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-reboot@.target' (99,146) at 20240321080027598 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/82571.h' (99,147) at 20210307214929430 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/qemutinyrunner.py' (99,148) at 20210420000021594 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc_inflate.c' (99,149) at 20240405153053109 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-ipe.c' (99,150) at 20240405153046801 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hsi/nokia-modem.txt' (99,151) at 20210307214925322 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/acpi.c' (99,152) at 20210308005002880 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/perf.c' (99,153) at 20240405153046077 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/mscc.c' (99,154) at 20210308005003440 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tdc_batch.py' (99,155) at 20210524100035138 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/sp2.h' (99,156) at 20210307214928638 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/Kconfig' (99,157) at 20240405153231671 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/volatiles.99_sssd' (99,158) at 20220721030015849 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_uart.c' (99,159) at 20240418080014502 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/conf-notes.txt' (99,160) at 20240712080022837 2025-03-14 03:00:52.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/README-BENCH' (99,161) at 20210307214932614 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/Kconfig' (99,162) at 20210309003654184 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mt352.c' (99,163) at 20240405153049293 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-infra_ao.c' (99,164) at 20240405153046801 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt' (99,165) at 20240405153229783 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/isl29028.c' (99,166) at 20240405153049001 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc5000.c' (99,167) at 20240405153049537 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/harma/host-poweroff' (99,168) at 20231128090014177 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-2.0-no-copyleft-exception' (99,169) at 20211006000025238 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (99,170) at 20241206090014278 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-rcar.c' (99,171) at 20210308005003516 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/concepts.hpp' (99,172) at 20240731080033666 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.editorconfig' (99,173) at 20220503030039696 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PSF-2.0' (99,174) at 20210307205554426 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpni.h' (99,175) at 20210308005003648 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm81xx.h' (99,176) at 20240405153045661 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/chacha-glue.c' (99,177) at 20210307214926206 2025-03-14 03:00:52.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r6_defconfig' (99,178) at 20210308005003252 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/page.h' (99,179) at 20240405153230115 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongson_liointc.c' (99,180) at 20240326080039450 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/debugfs.h' (99,181) at 20210307214926754 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-integrity.rst' (99,182) at 20240405153044941 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qt1010.c' (99,183) at 20240405153049533 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/tiogapass/gpio_desc.json' (99,184) at 20221207040007843 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_pa_pmu.c' (99,185) at 20240405153231303 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog' (99,186) at 20231014080011731 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_drums.c' (99,187) at 20210307214932202 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qemu-opts.c' (99,188) at 20210927100127645 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/fujitsu.c' (99,189) at 20240405153049709 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_param_dvs.c' (99,190) at 20240405153231471 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/rs.h' (99,191) at 20240405153050517 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/fault.c' (99,192) at 20240405153045697 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Drive_v1.xml' (99,193) at 20240918080002708 to deleted uid set 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/jornada680_kbd.c' (99,194) at 20210307214928474 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m3-ulcb.dts' (99,195) at 20240405153229963 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/octeon_translate.c' (99,196) at 20230925080040041 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_hubbub.c' (99,197) at 20220525020652514 2025-03-14 03:00:52.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/Makefile' (99,198) at 20210308005002788 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/ccm_mbox.c' (99,199) at 20240405153050193 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/qixis.c' (99,200) at 20210308005002960 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/Makefile' (99,201) at 20210307214932470 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_mr.c' (99,202) at 20220525020653123 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/perf_regs.h' (99,203) at 20210307214925858 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_h264.c' (99,204) at 20240405153051865 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_anchor.h' (99,205) at 20240405153052817 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/cereal.wrap' (99,206) at 20210831000031555 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_CfoTracking.h' (99,207) at 20220525020654179 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/fp_operation.json' (99,208) at 20240405153232223 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_gem.c' (99,209) at 20240405153230631 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/radiotap-headers.rst' (99,210) at 20210307214925538 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Linsell' (99,211) at 20210307205553786 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/processor.h' (99,212) at 20210307214932706 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/MAINTAINERS' (99,213) at 20210308005002984 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ChassisCollection.json' (99,214) at 20240619080002944 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arc/hsdk.txt' (99,215) at 20210307214925270 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/Makefile' (99,216) at 20210308005003496 2025-03-14 03:00:52.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sc7180.c' (99,217) at 20240405153046829 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/djmemc.c' (99,218) at 20240906080037252 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_sched.c' (99,219) at 20210307214932006 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_qpu_defines.h' (99,220) at 20210307214928062 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/u_os_desc.h' (99,221) at 20210307214930806 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/layer.conf' (99,222) at 20241221090017580 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bonding_priv.h' (99,223) at 20240405153049725 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/main.c' (99,224) at 20240624080012768 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/rif_mac_profile_scale.sh' (99,225) at 20240405153054301 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/crc32-mips.c' (99,226) at 20240405153045997 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dialog_pmic.h' (99,227) at 20210308005003628 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/am35x_musb.c' (99,228) at 20210308005002760 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/rw.h' (99,229) at 20240405153052969 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-io.c' (99,230) at 20240906080037436 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_conn.h' (99,231) at 20240405153052853 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/df/df_4_3_sh_mask.h' (99,232) at 20240405153047745 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.cphp' (99,233) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/opl4_seq.c' (99,234) at 20210307214932202 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_fru.c' (99,235) at 20210308004938824 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.userprogs' (99,236) at 20210307214932134 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/Makefile' (99,237) at 20240405153054357 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/vlock.h' (99,238) at 20210307214925834 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/ep88xc.c' (99,239) at 20240405153046201 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clocksource/samsung_pwm_timer.c' (99,240) at 20220525020652342 to deleted uid set 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/device_handler/Makefile' (99,241) at 20210307214930306 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/davinci_all_defconfig' (99,242) at 20240405153045613 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig' (99,243) at 20210308005003276 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/mipi-csis.h' (99,244) at 20240405153049461 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/config.h.in' (99,245) at 20240614080016246 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.hwconfig' (99,246) at 20210308005003296 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/usb.h' (99,247) at 20240405153050577 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/wep.h' (99,248) at 20210307214931994 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/libiscsi.h' (99,249) at 20240405153052877 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/qt2160.c' (99,250) at 20240405153230727 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/mpc86xx_smp.c' (99,251) at 20220525020652074 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_e_prci.c' (99,252) at 20210927100127157 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/spi.h' (99,253) at 20210307214930674 2025-03-14 03:00:52.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory_ldst_phys.h.inc' (99,254) at 20210927100127229 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0001-Invoke-ed-directly-instead-of-using-the-shell.patch' (99,255) at 20210307205554538 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (99,256) at 20240829080014014 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/irq.h' (99,257) at 20240405153045937 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/sdma.c' (99,258) at 20240405153230707 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/ks_wlan_net.c' (99,259) at 20240405153051821 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn02.h' (99,260) at 20210307214926210 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vmci_transport.c' (99,261) at 20240405153053401 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_ioc32.h' (99,262) at 20210307214927842 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/Makefile' (99,263) at 20240405153053361 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_isolation.c' (99,264) at 20240405153231975 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/si2157_priv.h' (99,265) at 20240405153049533 2025-03-14 03:00:52.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/radiotrack.rst' (99,266) at 20210307214925462 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dvbsky-cardlist.rst' (99,267) at 20210309003648288 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/compress/zstd.py' (99,268) at 20220910030013373 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/Kconfig' (99,269) at 20240405153046833 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/pgalloc.h' (99,270) at 20220525020651798 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb' (99,271) at 20241221090017556 to deleted uid set 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/reg.h' (99,272) at 20210307214929926 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/containers.yml' (99,273) at 20241211090212202 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lx2160aqds.h' (99,274) at 20210308005003604 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c' (99,275) at 20240405153231331 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/renesas,sysc-rmobile.yaml' (99,276) at 20240405153229787 2025-03-14 03:00:52.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/frontend.json' (99,277) at 20240405153054149 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sharded_mutex.h' (99,278) at 20240405153054205 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_e_prci.h' (99,279) at 20230426080043764 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/dbus_path_utils.cpp' (99,280) at 20221028100033263 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tx6ul-0010.dts' (99,281) at 20240405153045525 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/meson.build' (99,282) at 20240815080043900 to deleted uid set 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-mek.dts' (99,283) at 20240628080013977 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h' (99,284) at 20210307214929810 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/mon_client.c' (99,285) at 20240719080013377 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/tonga_sdma_pkt_open.h' (99,286) at 20210307214927250 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/Makefile' (99,287) at 20240405153053001 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/include/asm/patch.h' (99,288) at 20240405153230063 to deleted uid set 2025-03-14 03:00:52.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_vop2_reg.c' (99,289) at 20240405153230631 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/akcipher.c' (99,290) at 20240405153046529 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/bmp280-core.c' (99,291) at 20241011080017319 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/net/bpf_jit.h' (99,292) at 20210307214926530 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_vga.py' (99,293) at 20210308005003748 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-block-storage_git.bb' (99,294) at 20240413080012631 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/typeaheads.py' (99,295) at 20210307205554286 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_offload.h' (99,296) at 20210307214931966 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/smp.c' (99,297) at 20240405153045633 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_print.h' (99,298) at 20241011080017371 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/stm32-booster.c' (99,299) at 20240405153051473 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target.c.inc' (99,300) at 20241211090212522 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-flex' (99,301) at 20241221090017612 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/nexthop.h' (99,302) at 20240405153052861 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/guest-halt-polling.rst' (99,303) at 20240405153045325 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/meson.build' (99,304) at 20240228090020568 to deleted uid set 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8365.c' (99,305) at 20240405153230215 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/arc/mcip.h' (99,306) at 20210307214931590 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_sec_mon.h' (99,307) at 20210308005003652 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/Makefile' (99,308) at 20210307214926018 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/string_64.h' (99,309) at 20240405153046397 2025-03-14 03:00:52.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/msg_port.c' (99,310) at 20210308005002860 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/en-i3c-hub-scan-fru@.service' (99,311) at 20241107090014377 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/initrd.h' (99,312) at 20240405153052709 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch' (99,313) at 20230609080014415 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/Kconfig' (99,314) at 20210308005003472 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/types.h' (99,315) at 20210308005046053 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-arm.txt' (99,316) at 20210308005003012 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tpiu.c' (99,317) at 20240405153048893 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-xdist_3.5.0.bb' (99,318) at 20231207090015270 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-lvds.c' (99,319) at 20240405153230615 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/media-bus-format.h' (99,320) at 20240405153052925 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c' (99,321) at 20240405153050309 2025-03-14 03:00:52.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/hardirq.h' (99,322) at 20240405153045937 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/control_regs.h' (99,323) at 20210308005002876 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-host-stubs.c' (99,324) at 20221215040039102 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.rst' (99,325) at 20241221090017596 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/msa.c' (99,326) at 20241211090212494 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/startup.c' (99,327) at 20240613080016367 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/zram/zram_drv.h' (99,328) at 20241216090017693 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_acpi.h' (99,329) at 20240405153048721 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A10s-OLinuXino-M_defconfig' (99,330) at 20210308005003232 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_perf.c' (99,331) at 20240812080017236 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml' (99,332) at 20210309003648340 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/priv.h' (99,333) at 20220525020652959 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-container-base.h' (99,334) at 20240906080037340 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/skfddi.c' (99,335) at 20240405153050329 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpv.c' (99,336) at 20210308005046505 2025-03-14 03:00:52.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb' (99,337) at 20241221090017528 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-ft260.c' (99,338) at 20240405153048813 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/acpi_mdio.c' (99,339) at 20240405153050345 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/uterror.c' (99,340) at 20210307214926842 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet6_connection_sock.h' (99,341) at 20240405153052845 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/barebox.bbclass' (99,342) at 20241221090017608 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau7118.c' (99,343) at 20240405153053565 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere-bmc-reboot-host-check@.service' (99,344) at 20241024080011938 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/akebono_defconfig' (99,345) at 20240405153046097 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7724.c' (99,346) at 20210307214926562 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/MAINTAINERS' (99,347) at 20210308005002972 2025-03-14 03:00:52.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-context-info-gen3.h' (99,348) at 20240405153050529 2025-03-14 03:00:52.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_4_offset.h' (99,349) at 20240405153047641 2025-03-14 03:00:52.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/usb-conn-gpio.c' (99,350) at 20240405153052049 2025-03-14 03:00:52.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt' (99,351) at 20210307214925338 2025-03-14 03:00:52.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sundsvall_S_Stadsberget' (99,352) at 20210307205553790 2025-03-14 03:00:52.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd202d.dtsi' (99,353) at 20240405153045573 2025-03-14 03:00:52.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-internal.c' (99,354) at 20240906080037444 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfcsusb.c' (99,355) at 20240405153230755 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/setup.py' (99,356) at 20210308005048369 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emumpu401.c' (99,357) at 20240405153232131 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/dlm_internal.h' (99,358) at 20240613080016479 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/mt9v011.h' (99,359) at 20210307214931542 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/Kconfig' (99,360) at 20210307214928602 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-mo.h' (99,361) at 20210308005046057 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/isys_irq_global.h' (99,362) at 20210309003653016 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/README.md' (99,363) at 20241204090010699 to deleted uid set 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/phy-uniphier-usb2.c' (99,364) at 20210307214930062 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/zalon.c' (99,365) at 20240405153051749 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cadence/macb_ptp.c' (99,366) at 20240405153049857 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/desc_defs.h' (99,367) at 20210309003649016 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml' (99,368) at 20240405153045141 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/072.out' (99,369) at 20210308005046441 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.html' (99,370) at 20210308005107077 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/servalt/Kconfig' (99,371) at 20210308005003020 2025-03-14 03:00:52.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/renesas,apmu.yaml' (99,372) at 20240405153045137 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf' (99,373) at 20210307205554034 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/select_version' (99,374) at 20221209040018559 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inffixed.h' (99,375) at 20210308005003716 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_sas.h' (99,376) at 20210307214928994 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/hdcp/Makefile' (99,377) at 20210307214927306 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/modedb.c' (99,378) at 20240405153231583 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/button.c' (99,379) at 20241104090011563 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/sunxi_nand_spl.c' (99,380) at 20210308005003416 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/uapi/linux/virtio_ring.h' (99,381) at 20210307214932742 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/Makefile' (99,382) at 20210307214926146 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/Kconfig' (99,383) at 20210307214931934 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/lm75.yaml' (99,384) at 20240405153229763 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/OWNERS' (99,385) at 20221001030006908 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/rail.md' (99,386) at 20240809080033019 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7842.c' (99,387) at 20241211090145445 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-UC-export-US' (99,388) at 20241221090017616 2025-03-14 03:00:52.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-mmioreg.c' (99,389) at 20240405153050345 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/hotplug.c' (99,390) at 20210307214925962 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/turris1x.dts' (99,391) at 20240405153046093 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NGpatch.S' (99,392) at 20210307214926606 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vx.h' (99,393) at 20230925080040101 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-05' (99,394) at 20210908000010395 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-plybas.dts' (99,395) at 20240405153045501 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/meson.build' (99,396) at 20210308005046085 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/EINTR_wrappers.c' (99,397) at 20210308005111461 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_validate_shaders.c' (99,398) at 20240405153048785 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/module.h' (99,399) at 20240405153052697 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hpsa_cmd.h' (99,400) at 20220525020654011 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/topology.h' (99,401) at 20240405153045861 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/perl.py' (99,402) at 20220910030013401 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-cam.c' (99,403) at 20240405153046801 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-ep9301.yaml' (99,404) at 20240405153045061 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/emc.h' (99,405) at 20210308005002672 2025-03-14 03:00:52.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mti,malta.dts' (99,406) at 20210308005002816 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle.c' (99,407) at 20240405153046921 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/0001-canutils-candump-Add-error-frame-s-handling.patch' (99,408) at 20210307205553934 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml' (99,409) at 20240829080014018 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/xen.config' (99,410) at 20240405153231903 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_regs.h' (99,411) at 20220429100100566 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr_types.h' (99,412) at 20220525020654127 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/Kconfig' (99,413) at 20210308005003028 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb' (99,414) at 20240413080012655 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/Kconfig' (99,415) at 20210308005003052 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt8365-pinfunc.h' (99,416) at 20220525020654547 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_objref.c' (99,417) at 20240405153053333 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/init.c' (99,418) at 20240405153231407 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/ucd90320_device_tests.cpp' (99,419) at 20240817080031292 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/rbtree.c' (99,420) at 20220525020655211 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/files/lkrg.cfg' (99,421) at 20220409030017491 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600.h' (99,422) at 20210421100236122 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-nsa3x0-common.dtsi' (99,423) at 20240405153045457 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axs10x_mb.dtsi' (99,424) at 20240405153045357 2025-03-14 03:00:52.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig' (99,425) at 20210307214926366 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/bridge/ite-it66121.c' (99,426) at 20240405153230523 to deleted uid set 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/system1/server.ttyVUART0.conf' (99,427) at 20241119090012132 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/rcu_read_lock.c' (99,428) at 20240405153054273 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_core_ctx_axuser_regs.h' (99,429) at 20240405153046585 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/selection.c' (99,430) at 20210309003649136 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/devlink_param.c' (99,431) at 20240405153050193 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/README.md' (99,432) at 20221207040023627 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97420c.dts' (99,433) at 20220525020651990 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml' (99,434) at 20240405153045029 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/printk/printk.c' (99,435) at 20240415080012991 to deleted uid set 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch' (99,436) at 20241213090035014 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm015-dc1.dts' (99,437) at 20240405153229975 2025-03-14 03:00:52.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/debug.h' (99,438) at 20210307214928150 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77951.c' (99,439) at 20240405153051357 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3010-po-Fix-typos-in-oc.po-for-gettext-compatibility.patch' (99,440) at 20231126090012805 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cramfs/cramfs_fs.h' (99,441) at 20210308005003628 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_lock.c' (99,442) at 20210307214932198 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/motorola/Kconfig' (99,443) at 20210307214930058 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-torpedo-baseboard.dtsi' (99,444) at 20240405153045601 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/pcu.c' (99,445) at 20220525020653723 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma/sdma_4_4_2_offset.h' (99,446) at 20240405153048257 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb' (99,447) at 20241221090017492 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_fabric_lib.c' (99,448) at 20210309003653124 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/__init__.py' (99,449) at 20210307205554642 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onmatch-onmax-action-hist.tc' (99,450) at 20240405153054305 2025-03-14 03:00:52.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/Kconfig' (99,451) at 20240405153053501 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m527xsim.h' (99,452) at 20210307214926162 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/boot.py' (99,453) at 20220910030013397 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_display.c' (99,454) at 20240405153048701 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-probes.c' (99,455) at 20240405153053997 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/swift/phosphor-cooling-type@.service' (99,456) at 20220514030009436 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/boot_fit.c' (99,457) at 20210308005003224 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/shared/msr.h' (99,458) at 20240405153046397 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/interface.c' (99,459) at 20240613080016451 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_log.h' (99,460) at 20240405153048509 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/uchan.c' (99,461) at 20240405153230607 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bind_perm.c' (99,462) at 20220525020655195 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_tx.c' (99,463) at 20240405153050701 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_empty.dts' (99,464) at 20210308005003760 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistryFile_v1.xml' (99,465) at 20240619080002928 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0002-flex-Remove-line-directives.patch' (99,466) at 20240113090014536 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fi' (99,467) at 20210308005046145 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/xilinx_phy.c' (99,468) at 20210308005003444 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition_defs.h' (99,469) at 20210308005108645 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-sbc-t3530.dts' (99,470) at 20240405153045605 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/s390vx.uc' (99,471) at 20240405153053097 2025-03-14 03:00:52.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_insn_boundary.tc' (99,472) at 20240405153054305 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hvs.c' (99,473) at 20241216090017701 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/displayport.c' (99,474) at 20240527080023348 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/files/0001-applets-systray-Allow-icons-to-be-smaller.patch' (99,475) at 20210307205554610 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-3xxx.c' (99,476) at 20240405153046869 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sifive.c' (99,477) at 20240405153231467 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispvideo.h' (99,478) at 20240405153049485 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utils_files.py' (99,479) at 20221209040018571 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vegam_smumgr.h' (99,480) at 20210309003649664 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/setup.c' (99,481) at 20240613080016367 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch' (99,482) at 20210307205553750 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/onboard_hub.h' (99,483) at 20240405153052813 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/boot/Makefile' (99,484) at 20240405153045933 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/Overview.vue' (99,485) at 20241004080035967 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/Makefile' (99,486) at 20210307214929310 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/layer.conf' (99,487) at 20241221090017480 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_bcm2835aux.c' (99,488) at 20240405153231507 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qlogicfas408.c' (99,489) at 20240405153051725 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c' (99,490) at 20240405153230615 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/konica.c' (99,491) at 20210307214928830 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/Kbuild' (99,492) at 20240405153048661 2025-03-14 03:00:52.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/eeprom.c' (99,493) at 20210308005002996 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/baycom_epp.c' (99,494) at 20240405153050333 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/setup.h' (99,495) at 20220525020651798 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/trans_common.h' (99,496) at 20240405153053165 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/README' (99,497) at 20210307214932614 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/exynos4210_pmu.c' (99,498) at 20241211090212294 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/hsw_ips.h' (99,499) at 20240405153048433 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-input.c' (99,500) at 20210307214928678 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_experimental.h' (99,501) at 20241111090012173 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/code_update_utils.py' (99,502) at 20221209040018567 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/irqflags.h' (99,503) at 20210307214926762 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/clock.h' (99,504) at 20210308005002656 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/seaboard.c' (99,505) at 20210308005003024 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-tools/dbus-vis/scrnshot.png' (99,506) at 20211029100036568 to deleted uid set 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Parkano_Sopukallio' (99,507) at 20210307205553770 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_algo.c' (99,508) at 20220525020654787 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/security.h' (99,509) at 20240405153232115 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_restrack.c' (99,510) at 20240405153230711 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/Makefile' (99,511) at 20210308005003384 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/header.h' (99,512) at 20240405153054193 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/dptf/int340x_thermal.c' (99,513) at 20240405153046637 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/tc-mq-visibility.sh' (99,514) at 20240405153054301 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb' (99,515) at 20240113090014560 2025-03-14 03:00:52.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kernelcapi.h' (99,516) at 20210307214931638 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/serial.c' (99,517) at 20240405153045649 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson32/platform.h' (99,518) at 20240405153046005 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/hif.h' (99,519) at 20240405153050445 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-fxl6408.c' (99,520) at 20240405153047073 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3430-sdp.dts' (99,521) at 20240405153045605 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch' (99,522) at 20241221090017680 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/user.c' (99,523) at 20240405153053025 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/085_files_compress.dts' (99,524) at 20210308005003752 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/mei_dev.h' (99,525) at 20240405153230847 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/DeleteAll/meson.build' (99,526) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-RumsterForest' (99,527) at 20210307205553798 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus_1.14.10.bb' (99,528) at 20241206090014310 to deleted uid set 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/espi-control/espi-control_git.bb' (99,529) at 20231216090014900 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_rom.c' (99,530) at 20210308005003452 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081-tplink-archer-c5-v2.dts' (99,531) at 20240405153045425 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt' (99,532) at 20210309003648376 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/inode.c' (99,533) at 20240405153230051 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/utmi_phy.h' (99,534) at 20210308005003456 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/smttimer.c' (99,535) at 20220525020653667 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/meson.build' (99,536) at 20230925080039997 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/sun3_defconfig' (99,537) at 20240405153230003 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-flash-bios-patch.service' (99,538) at 20241206090018458 2025-03-14 03:00:52.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/blacklist.h' (99,539) at 20210307214930238 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp.dtsi' (99,540) at 20210308005002584 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/Kconfig' (99,541) at 20210308005002912 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-gen.h' (99,542) at 20230426080043640 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/stm32/Kconfig' (99,543) at 20240405153049473 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c' (99,544) at 20240405153050213 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/subprojects/googletest.wrap' (99,545) at 20210308005130549 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/meson.build' (99,546) at 20220913030027305 to deleted uid set 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Inari' (99,547) at 20210307205553770 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.c' (99,548) at 20240405153230631 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-ps-api-test_%.bbappend' (99,549) at 20230114040015466 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_presence.cpp' (99,550) at 20241106090023554 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/Kconfig' (99,551) at 20210308005002728 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9m111.c' (99,552) at 20240405153230787 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s-mba7.dts' (99,553) at 20240405153045533 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc' (99,554) at 20241221090017684 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png' (99,555) at 20210307205554270 to deleted uid set 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/VariantVisitors.hpp' (99,556) at 20230125040005390 to deleted uid set 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-elkhartlake.c' (99,557) at 20240405153231323 2025-03-14 03:00:52.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/rockchip-rk3399-fails.txt' (99,558) at 20240405153230531 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_compare.c' (99,559) at 20210307214926730 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mux/reg-mux.yaml' (99,560) at 20240405153045113 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/xsk.c' (99,561) at 20240405153050197 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb' (99,562) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolantConnectorCollection.json' (99,563) at 20240619080002944 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_lte.h' (99,564) at 20210307214930514 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8548-bigflash.dts' (99,565) at 20210307214926358 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/loongson/devices.yaml' (99,566) at 20240405153045109 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/sigreturn.S' (99,567) at 20220525020652138 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-peci' (99,568) at 20240405153044917 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-no-file.out' (99,569) at 20210308005046409 to deleted uid set 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/LICENSE' (99,570) at 20210308005107513 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb' (99,571) at 20241221090017552 to deleted uid set 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c' (99,572) at 20240405153047165 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ad5449.h' (99,573) at 20210307214931470 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_bad_symbol.dtso' (99,574) at 20240405153231279 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0004-make-Separate-TLS-targets-from-libraries.patch' (99,575) at 20241206090014242 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.package' (99,576) at 20240710080014617 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-proc-control/.shellcheck' (99,577) at 20210416000041935 to deleted uid set 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexparser/run-ptest' (99,578) at 20240413080012663 to deleted uid set 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-3.0-with-zeromq-exception' (99,579) at 20230706080014777 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch' (99,580) at 20220402030016023 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/execlog.c' (99,581) at 20240906080037164 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig' (99,582) at 20240405153050593 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/core.c' (99,583) at 20240405153053157 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/dma.h' (99,584) at 20210308005002676 2025-03-14 03:00:52.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/armada_37xx_wdt.c' (99,585) at 20240405153231599 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Asmon_Sormoflo' (99,586) at 20210307205553778 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/spinlock.h' (99,587) at 20240405153052797 to deleted uid set 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch' (99,588) at 20230317080013789 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4212-tab3-wifi8.dts' (99,589) at 20240405153229899 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/max3100.c' (99,590) at 20240613080016471 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/line6/capture.h' (99,591) at 20210307214932442 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/README' (99,592) at 20210308005002976 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkimage.c' (99,593) at 20210308005003772 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcd_ams_delta.c' (99,594) at 20240405153052205 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uvc_video.c' (99,595) at 20240415080012983 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt7986/mt7986-wm8960.c' (99,596) at 20240405153232183 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/hw/mmp_ctrl.c' (99,597) at 20240405153052201 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arc/eznps.txt' (99,598) at 20210307214925270 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/devtool-test-long-filename.tar.gz' (99,599) at 20210307205554386 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/start.S' (99,600) at 20210308005002908 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/userland-swsusp.rst' (99,601) at 20210307214925546 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/ceph_hash.h' (99,602) at 20210307214931366 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/panasonic,amg88xx.txt' (99,603) at 20210307214925354 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/boot_mode.h' (99,604) at 20210308005002660 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/exc3000.c' (99,605) at 20240405153230731 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368.dtsi' (99,606) at 20240710080014573 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ea20.h' (99,607) at 20210308005003592 2025-03-14 03:00:52.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3168a-i2c.c' (99,608) at 20240405153053677 2025-03-14 03:00:52.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,aoncc-sm8250.yaml' (99,609) at 20240405153045025 2025-03-14 03:00:52.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/regs.h' (99,610) at 20210307214929898 2025-03-14 03:00:52.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/Makefile' (99,611) at 20240613080016363 2025-03-14 03:00:52.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts' (99,612) at 20240405153229931 2025-03-14 03:00:52.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5.dtsi' (99,613) at 20210308005002620 2025-03-14 03:00:52.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/wmi.h' (99,614) at 20240805080013991 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081-asus-rt-n18u.dts' (99,615) at 20240405153045425 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/Makefile' (99,616) at 20210307214931218 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/jit.c' (99,617) at 20240405153054289 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_stm32h7.c' (99,618) at 20210308005003348 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml' (99,619) at 20240405153045133 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-afe-common.h' (99,620) at 20240405153053965 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/zeroconf-default' (99,621) at 20210307205553834 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/init' (99,622) at 20220409030017471 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_damage_helper.c' (99,623) at 20240405153230535 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/enable_stats.c' (99,624) at 20240405153054253 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/atom/punit_atom_debug.c' (99,625) at 20210307214926742 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tc_links.c' (99,626) at 20240726080012882 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/mkimage.1' (99,627) at 20210308005003332 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_writeback.h' (99,628) at 20240405153048741 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme_qm_masks.h' (99,629) at 20240405153046605 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Haapavesi' (99,630) at 20210307205553770 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml' (99,631) at 20240405153045073 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb' (99,632) at 20230520080014504 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_debugfs.h' (99,633) at 20240405153053181 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pcr.c' (99,634) at 20210309003648992 2025-03-14 03:00:52.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AccountService_v1.xml' (99,635) at 20240918080002708 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent_map.h' (99,636) at 20240405153052285 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz' (99,637) at 20210307205554594 to deleted uid set 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/mmu.h' (99,638) at 20210307214927778 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219-rt1015p.dtsi' (99,639) at 20240405153045749 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/bcm2835_gpio.h' (99,640) at 20210308005046013 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.drivers.eth' (99,641) at 20210308005003292 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts' (99,642) at 20210307214925994 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_reboot_bmc_sub_menu.robot' (99,643) at 20240628080017113 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/serialize.hpp' (99,644) at 20220322030031980 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sta350.h' (99,645) at 20240405153053801 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/dma.c' (99,646) at 20240405153046057 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/stellaris-gptm.h' (99,647) at 20220429100100570 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/olpc_dcon.c' (99,648) at 20240405153051873 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_sync.c' (99,649) at 20240405153048729 2025-03-14 03:00:52.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files_3.0.14.bb' (99,650) at 20241221090017636 to deleted uid set 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu.h' (99,651) at 20240411080014070 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib_common.h' (99,652) at 20210307214929362 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-powercolor-real-angel.c' (99,653) at 20210307214928782 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/pic32_flash.c' (99,654) at 20210308005003416 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_translate_dcn30.h' (99,655) at 20240405153047285 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-mutex.c' (99,656) at 20240405153231451 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/huge_mm.h' (99,657) at 20241111090012149 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aenum_3.1.15.bb' (99,658) at 20240302090018206 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_ps.c' (99,659) at 20220525020653811 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/actions/action.hpp' (99,660) at 20240820080023682 to deleted uid set 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/exynos4210.h' (99,661) at 20240326080039534 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml' (99,662) at 20240405153045177 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/irqflags.h' (99,663) at 20210307214926118 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/cpu.c' (99,664) at 20210308005002788 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/hash.h' (99,665) at 20210307214926174 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv.h' (99,666) at 20240906080037484 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/fpga/intro.rst' (99,667) at 20210307214925458 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-vdec.c' (99,668) at 20240405153046797 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8127.c' (99,669) at 20240405153231323 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png' (99,670) at 20210307205554610 to deleted uid set 2025-03-14 03:00:52.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt' (99,671) at 20210309003648396 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/fib6_rules.c' (99,672) at 20240520080015227 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/__clear_user.S' (99,673) at 20210307214926570 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/jitterentropy-kcapi.c' (99,674) at 20240405153046537 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/Makefile' (99,675) at 20210308005002908 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86.yml' (99,676) at 20210307205554110 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/bootmailbox.override.yml' (99,677) at 20210722000024962 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/firmware_update.h' (99,678) at 20241220090015098 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h' (99,679) at 20240830080013259 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_ph.c' (99,680) at 20210308005046509 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_NAND_defconfig' (99,681) at 20210308005003244 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-pinfunc.h' (99,682) at 20210308005002588 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/core.json' (99,683) at 20220525020655147 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/efivarfs/inode.c' (99,684) at 20240405153231655 to deleted uid set 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_encoders.c' (99,685) at 20241023080012879 2025-03-14 03:00:52.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/adis16080.c' (99,686) at 20240405153048981 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/ram_core.c' (99,687) at 20240405153231727 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pgalloc.h' (99,688) at 20240405153046105 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sendmail-8.23' (99,689) at 20211006000025246 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/zstd.c' (99,690) at 20210309003655964 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-hostboot-volatile-sensor-mrw.yaml' (99,691) at 20210307205554050 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/mt7623-clk.h' (99,692) at 20210308005003632 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-map-ops.h' (99,693) at 20240910080014082 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c' (99,694) at 20240405153231315 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/rtas-fadump.c' (99,695) at 20240405153046225 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-parser/ipz_parser.cpp' (99,696) at 20230516080022994 to deleted uid set 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/st33zp24-i2c.txt' (99,697) at 20210307214925418 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8516-apmixedsys.c' (99,698) at 20240405153046801 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/ui.rst' (99,699) at 20220429100100418 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/mach-virt-serial.cfg' (99,700) at 20230426080043660 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/pagewalk.c' (99,701) at 20240405153053145 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/conf.py' (99,702) at 20210308005002536 2025-03-14 03:00:52.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/srvcfg-manager.service' (99,703) at 20220525020433159 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/reiserfs.h' (99,704) at 20240405153231727 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/idprom.h' (99,705) at 20210307214926582 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm_para.h' (99,706) at 20240405153046389 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/api-types.hpp' (99,707) at 20230513080027502 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/clock.h' (99,708) at 20210308005002648 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfclk.h' (99,709) at 20220525020651982 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/core.c' (99,710) at 20240405153231535 2025-03-14 03:00:52.085-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/events.cpp.mako' (99,711) at 20241107090038222 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/Makefile' (99,712) at 20210308005003036 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3008.c' (99,713) at 20240405153053677 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/adder875_defconfig' (99,714) at 20240405153046097 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_peci.c' (99,715) at 20241211090212294 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/migration/multifd-nocomp.c' (99,716) at 20241211090212390 to deleted uid set 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-sx9324' (99,717) at 20240405153044917 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/mtools.conf.in' (99,718) at 20240405153046357 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_suballoc.c' (99,719) at 20240405153048409 2025-03-14 03:00:52.086-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/msm.S' (99,720) at 20210309003648680 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb' (99,721) at 20241221090017684 to deleted uid set 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/uacce/Kconfig' (99,722) at 20210307214929178 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/adi.c' (99,723) at 20210307214926934 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/Makefile' (99,724) at 20210308005003696 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/Kconfig' (99,725) at 20240405153051973 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/axs10x.h' (99,726) at 20210308005003588 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch' (99,727) at 20230317080013785 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/externalsrc.bbclass' (99,728) at 20240127090011888 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/seeq/ether3.c' (99,729) at 20241008080013943 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1011.c' (99,730) at 20240405153232155 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/targetbuildproject.py' (99,731) at 20210307205554442 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/prom.c' (99,732) at 20241211090145381 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/suniv-ccu-f1c100s.h' (99,733) at 20240405153052649 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/krb5-admin-server' (99,734) at 20210307205553878 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a2xx_gpu.h' (99,735) at 20240405153048573 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/fancontroller.cpp' (99,736) at 20240904080040759 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection-api.rst' (99,737) at 20210309003648500 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/entry.S' (99,738) at 20240405153230091 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ti,dlpc3433.yaml' (99,739) at 20240405153045041 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/battery.c' (99,740) at 20241011080017295 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/caif_usb.c' (99,741) at 20240405153053197 2025-03-14 03:00:52.087-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/MAINTAINERS' (99,742) at 20210308005003072 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/bcm-pmb.h' (99,743) at 20220525020654547 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/Makefile' (99,744) at 20210309003650256 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/prservice.py' (99,745) at 20240106090017261 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/acpi.c' (99,746) at 20241111090012117 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/bond_topo_3d1c.sh' (99,747) at 20240405153054293 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c' (99,748) at 20220525020652851 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech_all_h3_cc_h5_defconfig' (99,749) at 20210308005003264 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecdsasignature.asn1' (99,750) at 20220525020652214 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/meson.build' (99,751) at 20241121090029260 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabreauto.dts' (99,752) at 20210308005002584 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_open_unittest.cpp' (99,753) at 20210918000044923 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/debug.c' (99,754) at 20220525020654343 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/scu-pd.c' (99,755) at 20240830080013299 2025-03-14 03:00:52.088-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/thunderx_edac.c' (99,756) at 20240405153230291 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_csr.h' (99,757) at 20210307214927078 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_layer.h' (99,758) at 20210307214928042 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge_main.c' (99,759) at 20240405153051877 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-get-descr-info.rst' (99,760) at 20210309003648476 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t208xrdb.h' (99,761) at 20210308005002996 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/development-process.rst' (99,762) at 20240405153229839 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb' (99,763) at 20241206090014258 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/i386.py' (99,764) at 20240405153054225 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/clk.h' (99,765) at 20210308005002716 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/earlycon.c' (99,766) at 20240405153047041 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/MAINTAINERS' (99,767) at 20210308005003016 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/tlbex.c' (99,768) at 20240405153230015 2025-03-14 03:00:52.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,rpmh-common.yaml' (99,769) at 20240405153045081 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sunplus-sp7021.c' (99,770) at 20240405153051801 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/strl-unaligned.S' (99,771) at 20230426080043952 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/pcie-cadence.h' (99,772) at 20241211090145477 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha256_ssse3_glue.c' (99,773) at 20240405153230103 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/MAINTAINERS' (99,774) at 20210308005003036 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/isa.h' (99,775) at 20240405153052713 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v6.h' (99,776) at 20240405153051289 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sipoo_Norrkulla' (99,777) at 20210307205553774 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uv/uv_irq.h' (99,778) at 20210307214926678 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/emu-mixer.rst' (99,779) at 20240405153229827 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/Makefile' (99,780) at 20240405153232179 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/epson,rtc7301.txt' (99,781) at 20210307214925414 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/Kconfig' (99,782) at 20240405153049625 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice_value_with_m_dep/config' (99,783) at 20210307214932154 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_scu_info.h' (99,784) at 20210308005002636 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/accel-ops.h' (99,785) at 20240906080037348 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/isapnp.h' (99,786) at 20210309003653852 2025-03-14 03:00:52.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-keystone.c' (99,787) at 20241211090145477 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm-phy-lib.h' (99,788) at 20240405153050353 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/psfp.sh' (99,789) at 20240405153054301 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c' (99,790) at 20210308005002556 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/boston-clock.h' (99,791) at 20240405153052641 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/i2sbus/pcm.c' (99,792) at 20240405153232119 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/hsv-formats.rst' (99,793) at 20210309003648496 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,lpc1788-rtc.txt' (99,794) at 20210307214925418 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf108.c' (99,795) at 20240405153048657 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/meson.build' (99,796) at 20210308005045949 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/client.2200.conf' (99,797) at 20240402080012066 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-fopen.rst' (99,798) at 20210309003648476 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sht15.c' (99,799) at 20240405153048873 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4/reproducibility.patch' (99,800) at 20241221090017696 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/gurnard.c' (99,801) at 20210308005002924 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-v3-semi.c' (99,802) at 20240405153231287 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/keys/ecryptfs.rst' (99,803) at 20210307214925562 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpios-manager.sh' (99,804) at 20230706080014733 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/vgettimeofday.c' (99,805) at 20240405153046153 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/strparser/Kconfig' (99,806) at 20210307214932078 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/gen_serialization.mako.hpp' (99,807) at 20231201090027962 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/ThermalEvent/meson.build' (99,808) at 20220913030027321 to deleted uid set 2025-03-14 03:00:52.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/Makefile' (99,809) at 20210309003653004 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/exception.cpp' (99,810) at 20241107090038222 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac-sgmii-qdf2400.c' (99,811) at 20210307214929606 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ia_css_anr2_table.host.h' (99,812) at 20210307214930550 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/uprobes.h' (99,813) at 20240405153045941 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml' (99,814) at 20240405153045057 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/kunit-example-test.c' (99,815) at 20240405153231951 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties/extra-properties.yaml' (99,816) at 20210307205554066 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_layer.c' (99,817) at 20240405153048757 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-b-rev2.dts' (99,818) at 20240405153229871 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/ccid-card-emulated.c' (99,819) at 20240326080039498 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/Makefile.am' (99,820) at 20210308004938816 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/Kconfig' (99,821) at 20210307214932434 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/acpi.h' (99,822) at 20240405153050661 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb' (99,823) at 20241221090017684 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64-linux-user.mak' (99,824) at 20230925080039837 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-amd756.c' (99,825) at 20210307214928154 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/MAINTAINERS' (99,826) at 20210308005003088 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/edk2-version' (99,827) at 20241211090212454 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml' (99,828) at 20240405153045033 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch' (99,829) at 20210307205554534 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/hda.c' (99,830) at 20210307214928046 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-traitlets/run-ptest' (99,831) at 20240413080012663 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/Kconfig' (99,832) at 20210307214929650 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_crypto.c' (99,833) at 20240405153046933 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/tools/amiga/Makefile' (99,834) at 20210307214926174 2025-03-14 03:00:52.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_me.py' (99,835) at 20210308005003748 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch' (99,836) at 20241206090014242 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch' (99,837) at 20240106090017285 to deleted uid set 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgialib.h' (99,838) at 20210307214926242 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/isadep.h' (99,839) at 20210308005002816 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/trace.h' (99,840) at 20220525020653147 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/dummy-include/stdlib.h' (99,841) at 20240405153054389 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/MAINTAINERS' (99,842) at 20210308005003080 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_arith.c.inc' (99,843) at 20240906080037496 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/string.c' (99,844) at 20210308005002884 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/oversized-guest.h' (99,845) at 20230925080039937 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c' (99,846) at 20240405153231023 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricDefinitionCollection_v1.xml' (99,847) at 20240619080002928 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-outcome/run-ptest' (99,848) at 20241221090017556 to deleted uid set 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/vdso32.lds.S' (99,849) at 20240913080013769 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-prtwd2.dts' (99,850) at 20240405153045505 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/tests/tests.rs' (99,851) at 20241211090212458 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/sleep.h' (99,852) at 20240405153046649 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/floating-point.json' (99,853) at 20240405153232227 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00479_clk_loss_detector_memmap_package.h' (99,854) at 20210307214928682 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uprobes.h' (99,855) at 20241011080017375 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/big_endian.h' (99,856) at 20210308005003656 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/trace-events' (99,857) at 20240906080037500 2025-03-14 03:00:52.093-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/act8865.h' (99,858) at 20210307214931494 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/Makefile' (99,859) at 20210308005003072 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/delay.h' (99,860) at 20220525020652126 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/dce6_afmt.c' (99,861) at 20241211090145421 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwacpi.c' (99,862) at 20240405153046621 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ptp/ptp_clock.c' (99,863) at 20241216090017725 to deleted uid set 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c' (99,864) at 20210307214928814 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-go7007.c' (99,865) at 20240405153049377 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/checkpoint.c' (99,866) at 20241011080017363 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/util-linux/util-linux_%.bbappend' (99,867) at 20240426080018068 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max1111.c' (99,868) at 20240405153048865 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/lpc32xx_mlc.h' (99,869) at 20210307214931450 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch' (99,870) at 20241221090017676 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_asrc_dma.c' (99,871) at 20240405153053905 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (99,872) at 20240712080022837 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/sp-pci.c' (99,873) at 20240405153230259 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/oe_syslog.py' (99,874) at 20240301090012455 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-romulus.dts' (99,875) at 20240809080013006 to deleted uid set 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/srom.c' (99,876) at 20240405153231491 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/netconsole.c' (99,877) at 20210308005003440 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/remote-console-window-controller.js' (99,878) at 20210308005107077 2025-03-14 03:00:52.094-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb' (99,879) at 20240113090014540 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/user.c' (99,880) at 20240613080016479 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_ph.c' (99,881) at 20210308005046505 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/gpio.c' (99,882) at 20210308005003020 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/bcd_time_test.cpp' (99,883) at 20241002080024874 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_reg_ccorr.h' (99,884) at 20240405153049413 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/OWNERS' (99,885) at 20231223090012243 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8350-regmap.c' (99,886) at 20210307214929118 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/package/deb-build-option' (99,887) at 20240405153053457 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/main.cpp' (99,888) at 20241102080028842 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_thresh_sel_test.c' (99,889) at 20240405153054361 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/LICENSE' (99,890) at 20210308005405926 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/math64.h' (99,891) at 20220525020655115 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun8i-h3-bus-gates-clk.yaml' (99,892) at 20240405153045021 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/net/Makefile' (99,893) at 20210307214926530 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/thermal-uclass.c' (99,894) at 20210308005003496 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/storage-keys.h' (99,895) at 20240906080037340 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ubifs/debug.c' (99,896) at 20240405153231763 to deleted uid set 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/Makefile' (99,897) at 20210307214931862 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/rsyncd.conf' (99,898) at 20210307205554550 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/common.h' (99,899) at 20220525020652378 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/mx53loco_video.c' (99,900) at 20210308005002984 2025-03-14 03:00:52.095-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1295-xnano-x5.dts' (99,901) at 20210307214926038 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/compiler.h' (99,902) at 20240405153232211 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/qt1070.c' (99,903) at 20240405153230727 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/.gitignore' (99,904) at 20210307214932710 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_powercycle.sh' (99,905) at 20230606080013598 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/memory.json' (99,906) at 20240405153054145 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9052/pdata.h' (99,907) at 20210307214931426 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov5675.yaml' (99,908) at 20240405153045093 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pm6764tr.c' (99,909) at 20240405153048869 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_mcr.c' (99,910) at 20240411080014078 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Filipstad_Klockarhojden' (99,911) at 20210307205553782 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-devlink' (99,912) at 20210309003648256 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/soctherm.h' (99,913) at 20210307214930726 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-ce-glue.c' (99,914) at 20240405153045845 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/Makefile' (99,915) at 20241018080014598 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p8platform/p8platform_git.bb' (99,916) at 20240301090012427 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/asn1_encoder.c' (99,917) at 20240405153053081 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/forwarding.config' (99,918) at 20240405153054297 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-audio.c' (99,919) at 20240405153230219 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/vdso64_wrapper.S' (99,920) at 20210307214926526 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/queue.c' (99,921) at 20220525020653667 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_acorn.c' (99,922) at 20210307214930738 2025-03-14 03:00:52.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/stratix10-socdk/socfpga.c' (99,923) at 20210308005002912 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/vmscan.c' (99,924) at 20241023080012903 to deleted uid set 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/hugepage-vmemmap.c' (99,925) at 20240405153232275 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gfp.h' (99,926) at 20240405153231811 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_usbh.h' (99,927) at 20210308005003020 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1q_port_8472_ipv6.sh' (99,928) at 20240405153054345 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/tripwire.txt' (99,929) at 20210307205554122 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/bcm2835.h' (99,930) at 20240405153051937 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_ecache.c' (99,931) at 20240405153053321 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_flags.h' (99,932) at 20210308005046289 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/prefetch.h' (99,933) at 20240405153052773 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/richtek,rt9120.yaml' (99,934) at 20240405153045169 2025-03-14 03:00:52.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/path.h' (99,935) at 20240405153053941 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stdlib.h' (99,936) at 20210308005003688 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/empty_slot.c' (99,937) at 20210308005045905 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/sdeventplus.wrap' (99,938) at 20220625030026176 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-torpedo-35xx-devkit.dts' (99,939) at 20240405153045601 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/hvf-all.c' (99,940) at 20240906080037136 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/timer.c' (99,941) at 20240405153232259 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/miscdev.c' (99,942) at 20220525020654391 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/obmc-flash-host-bios@.service.in' (99,943) at 20210308005100301 to deleted uid set 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/regs.h' (99,944) at 20210307214929486 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/irqs.h' (99,945) at 20210307214925958 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Devonport' (99,946) at 20210307205553762 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/internal.h' (99,947) at 20241211090212494 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/run-rootfs-size-docker.sh' (99,948) at 20221208040016922 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/Makefile' (99,949) at 20240405153229983 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm4250.dtsi' (99,950) at 20240405153045789 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/state/phosphor-state-manager/obmc/phosphor-reboot-host/reboot.conf' (99,951) at 20210307205553694 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pluto2/Kconfig' (99,952) at 20210307214928706 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/boot.c' (99,953) at 20230426080043720 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pic32mzdask.h' (99,954) at 20210308005003608 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity-msc313-breadbee_crust.dts' (99,955) at 20240405153045573 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/main.c' (99,956) at 20240710080014613 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-gxbb.c' (99,957) at 20220525020653879 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/meson.build' (99,958) at 20240326080039390 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/quota.rst' (99,959) at 20210309003648420 2025-03-14 03:00:52.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c' (99,960) at 20240405153049465 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/ioctl_cfg80211.h' (99,961) at 20220525020654183 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-wm8775.c' (99,962) at 20210307214928846 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/module.h' (99,963) at 20240405153230031 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispstat.h' (99,964) at 20240405153049485 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/MAINTAINERS' (99,965) at 20210308005002972 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_ioctl.c' (99,966) at 20240405153051829 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/super.c' (99,967) at 20240830080013315 to deleted uid set 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-db7430.c' (99,968) at 20240405153230615 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/form-elements.scss' (99,969) at 20210308005107073 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/gdb-config.c.inc' (99,970) at 20210308005046353 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/r8a66597.h' (99,971) at 20210307214930834 2025-03-14 03:00:52.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-buf.c' (99,972) at 20240405153230275 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ethtool.c' (99,973) at 20240613080016435 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_2_0_0_offset.h' (99,974) at 20210307214927322 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/index.rst' (99,975) at 20240405153045277 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_mmio.h' (99,976) at 20210308005003536 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/riscv/sifive/u74/firmware.json' (99,977) at 20240405153054113 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/dentry.c' (99,978) at 20210307214931110 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-vic.c' (99,979) at 20240405153049205 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-missing-system-headers.patch' (99,980) at 20221003030013281 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rock960_rk3399.h' (99,981) at 20210308005003612 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml' (99,982) at 20240405153045077 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/https.py' (99,983) at 20220910030013401 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_cyclone5_socdk.h' (99,984) at 20210308005003616 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/adg.c' (99,985) at 20240405153232191 2025-03-14 03:00:52.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf.bb' (99,986) at 20241221090017688 to deleted uid set 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Triggers.v1_4_0.json' (99,987) at 20240619080002956 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libpldm/libpldm_%.bbappend' (99,988) at 20241208090011420 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml' (99,989) at 20240829080014018 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/nrf51_uart.c' (99,990) at 20241211090212258 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/OWNERS' (99,991) at 20210307205554078 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d3_devices.c' (99,992) at 20210308005002712 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/spear600.c' (99,993) at 20210308005003052 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/i915_gem_lmem.rst' (99,994) at 20220525020651734 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/loongson1_wdt.c' (99,995) at 20240405153231599 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml' (99,996) at 20221207040023627 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v4.h' (99,997) at 20240405153051289 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/bootm.c' (99,998) at 20210308005002824 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-fimc.h' (99,999) at 20210307214927774 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/boston.c' (100,000) at 20241211090212290 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6dl_defconfig' (100,001) at 20210308005003272 2025-03-14 03:00:52.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_syscall.h' (100,002) at 20220429100100646 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp3972.c' (100,003) at 20240405153051465 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/pac7302.c' (100,004) at 20240405153049565 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-qmi' (100,005) at 20240405153044917 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/dump.py' (100,006) at 20230811080018314 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,madera.yaml' (100,007) at 20240405153045161 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/acx.h' (100,008) at 20210307214929970 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-r1.dts' (100,009) at 20240405153045389 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/syscall_nt.c' (100,010) at 20210307214932734 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dma-ep93xx.h' (100,011) at 20210307214931474 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_physdev.c' (100,012) at 20240405153232063 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_controller_trace.h' (100,013) at 20210307214932250 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-akcipher.rst' (100,014) at 20210307214925266 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc_vpu_if.c' (100,015) at 20240415080012971 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/kl5kusb105.c' (100,016) at 20240405153052137 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/pxa27x_udc.h' (100,017) at 20210308005003692 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-shmat-null.c' (100,018) at 20240906080037580 2025-03-14 03:00:52.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/dram_0x00000000.config' (100,019) at 20240405153229907 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/sprd_drm.c' (100,020) at 20240405153230631 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.5-spaces.patch' (100,021) at 20210307205553966 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ethernet-controller.yaml' (100,022) at 20240405153229779 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/udoo.h' (100,023) at 20210308005003624 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/sysrq_64.c' (100,024) at 20240405153046497 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/nfs-idmapper.rst' (100,025) at 20210307214925238 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nynashamn_Vattentornet' (100,026) at 20210307205553790 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_sysctl.h' (100,027) at 20240405153052609 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/gact.json' (100,028) at 20240405153054377 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml' (100,029) at 20240618080025497 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/mcs_touchkey.c' (100,030) at 20240405153230727 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/meson.build' (100,031) at 20240906080037432 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts' (100,032) at 20241122090011776 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sy8827n.c' (100,033) at 20240405153231363 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb' (100,034) at 20230401080011939 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gp10b.c' (100,035) at 20220525020652971 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_straddle_partitions.cpp' (100,036) at 20220922030007675 2025-03-14 03:00:52.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-uart-routing.c' (100,037) at 20240405153231447 2025-03-14 03:00:52.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/policydb.c' (100,038) at 20240405153232115 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-uuid.c' (100,039) at 20240326080039746 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_diag.c' (100,040) at 20240830080013299 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h' (100,041) at 20240712080021073 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/platform.h' (100,042) at 20240209090010988 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,io-endpoint.txt' (100,043) at 20210308005002536 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/sdbusplus.wrap' (100,044) at 20230913080018591 to deleted uid set 2025-03-14 03:00:52.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes.txt' (100,045) at 20210307205553694 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.c' (100,046) at 20240405153230511 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6311-regulator.h' (100,047) at 20210307214930194 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar/0002-zbarcam-Create-subdir-in-Makefile.patch' (100,048) at 20230706080014761 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/UpdateService_v1.xml' (100,049) at 20240918080002716 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/axis-fifo/Makefile' (100,050) at 20210307214930478 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funcore/fun_dev.c' (100,051) at 20240405153049933 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch' (100,052) at 20241221090017664 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi.rst' (100,053) at 20240405153045253 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb' (100,054) at 20241206090014242 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3xflop.h' (100,055) at 20220525020651982 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8974.txt' (100,056) at 20210307214925438 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/kc705.dts' (100,057) at 20210307214926758 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-win32.c' (100,058) at 20241121090029268 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi_regs.h' (100,059) at 20240405153048745 to deleted uid set 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/Kconfig' (100,060) at 20210308005002552 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_huc_debugfs.c' (100,061) at 20240405153048513 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/replay-dump.py' (100,062) at 20240906080037444 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/utils/threshold_operations.hpp' (100,063) at 20231228090030528 to deleted uid set 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/double_cpdo.c' (100,064) at 20210307214925974 2025-03-14 03:00:52.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dasd_mod.h' (100,065) at 20210309003653832 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_fsops.c' (100,066) at 20240405153231779 to deleted uid set 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/arm,nvic.txt' (100,067) at 20210307214925342 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_main.c' (100,068) at 20240405153231071 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/macro.h' (100,069) at 20210308005002852 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-pcnet.rom' (100,070) at 20210308005046137 to deleted uid set 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/kprobes.c' (100,071) at 20240405153046021 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_crt.h' (100,072) at 20240405153048441 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olimex-som204-evb-emmc.dts' (100,073) at 20240405153045385 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/acrn.h' (100,074) at 20240405153052905 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bind6_prog.c' (100,075) at 20240405153054265 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/74x164_gpio.c' (100,076) at 20210308005003376 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/Kconfig' (100,077) at 20210307214930134 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-class-udc' (100,078) at 20210307214925186 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/pci/Makefile' (100,079) at 20210307214926134 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/constants.h' (100,080) at 20241008080013955 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/not-this-one' (100,081) at 20210308005003756 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb' (100,082) at 20241221090017548 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/pcm_plugin.h' (100,083) at 20240405153053489 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/omap-ocp2scp.c' (100,084) at 20210307214926934 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intel-cpu/meson.build' (100,085) at 20241112090003098 to deleted uid set 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65218.c' (100,086) at 20240405153230839 2025-03-14 03:00:52.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/Makefile' (100,087) at 20210308005003084 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/smsc/smsc9420.h' (100,088) at 20240405153050297 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso.ld' (100,089) at 20240326080039558 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c' (100,090) at 20220525020652963 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss.pc.in' (100,091) at 20210307205553986 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_gfx9.h' (100,092) at 20210307214927226 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_hdmi.c' (100,093) at 20220525020652991 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-cobalt/mach-gt64120.h' (100,094) at 20210307214926218 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-sprd.c' (100,095) at 20240405153230859 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/secure.txt' (100,096) at 20210307214925278 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi' (100,097) at 20240405153229951 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-manager.c' (100,098) at 20230925080039993 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/rds_single_path.h' (100,099) at 20210307214932046 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_nand_defconfig' (100,100) at 20210308005003280 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/xts.c' (100,101) at 20210308005045777 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d4_ma5d4evk.dts' (100,102) at 20240405153045465 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-switchtec' (100,103) at 20210307214925198 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/host/pci_generic.c' (100,104) at 20241008080013911 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/mpc8xx.h' (100,105) at 20240405153046201 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7343_defconfig' (100,106) at 20240405153046309 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-fileops.h' (100,107) at 20210307214928698 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/numa.h' (100,108) at 20210307214926118 2025-03-14 03:00:52.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-psr.c' (100,109) at 20240405153046217 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/Makefile' (100,110) at 20210307214929386 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frdm.dtsi' (100,111) at 20210308005002580 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dt3155/dt3155.c' (100,112) at 20240405153049369 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_log_fc.h' (100,113) at 20210307214928994 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/local.conf.sample' (100,114) at 20241221090017460 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/allwinner_emac.c' (100,115) at 20241211090212298 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-scons_4.8.1.bb' (100,116) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2_param.h' (100,117) at 20210307214930558 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme_user.c' (100,118) at 20240405153051945 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/mmu_context.h' (100,119) at 20220525020651970 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/constants.c' (100,120) at 20220525020653999 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_kill.c' (100,121) at 20240613080016567 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (100,122) at 20220224040010566 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-nomadik/Makefile' (100,123) at 20210307214925906 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-Fix-Wincompatible-function-pointer-types.patch' (100,124) at 20230131040012035 to deleted uid set 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/_obmc-custom.scss' (100,125) at 20220105012522983 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ellos' (100,126) at 20210307205553778 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sock_fields.c' (100,127) at 20240405153054277 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/bcm_kona_wdt.c' (100,128) at 20240405153052237 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/imx_spi.c' (100,129) at 20241211090212338 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/MAINTAINERS' (100,130) at 20210308005002912 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ralink-usb-phy.txt' (100,131) at 20210307214925390 2025-03-14 03:00:52.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/hwmon.c' (100,132) at 20240405153231023 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/raven/chip_offset_byte.h' (100,133) at 20210307214932286 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/Makefile' (100,134) at 20210307214930734 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.h' (100,135) at 20210307214929362 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ggtt.c' (100,136) at 20240405153230567 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/loongarch/virt.rst' (100,137) at 20241211090212238 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk_table.h' (100,138) at 20240405153050673 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1201.c' (100,139) at 20240405153050729 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/fix-build-on-non-x86.patch' (100,140) at 20231011080016574 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/panasonic,an30259a.yaml' (100,141) at 20240405153229771 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-rtc.c' (100,142) at 20240405153230055 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfsacl.h' (100,143) at 20220525020654595 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_raw_tp_writable.c' (100,144) at 20240405153054281 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-SandyHeath' (100,145) at 20210307205553798 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/futex.h' (100,146) at 20210307214925666 2025-03-14 03:00:52.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/extable.c' (100,147) at 20240405153045901 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/audio.h' (100,148) at 20210307214927306 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-Linux-syscall-note' (100,149) at 20241221090017616 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/ps.h' (100,150) at 20240405153050653 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt_table.h' (100,151) at 20210308005003644 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_ondisk.h' (100,152) at 20240405153052605 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/dir.c' (100,153) at 20240429080012448 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/phy.c' (100,154) at 20210307214929778 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/smc_diag.h' (100,155) at 20210307214931658 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/doc-guide/parse-headers.rst' (100,156) at 20240405153045273 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-get-status.rst' (100,157) at 20220525020654135 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun4i.c' (100,158) at 20210308005002784 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci.txt' (100,159) at 20210307214925366 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow2-memcpy.c' (100,160) at 20240405153053105 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-sdmmc.dtsi' (100,161) at 20240405153045561 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/Makefile' (100,162) at 20210308005002920 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/timer.c' (100,163) at 20210308005002552 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria-aesni-avx2-asm_64.S' (100,164) at 20240405153046361 2025-03-14 03:00:52.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-mv78230.dtsi' (100,165) at 20210308005002568 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mailbox/mtk-cmdq-mailbox.h' (100,166) at 20240405153052725 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl' (100,167) at 20210309003648264 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (100,168) at 20210307205554086 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/phal_service_actions.hpp' (100,169) at 20241029080027819 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/README' (100,170) at 20210308005003080 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-command-q.json' (100,171) at 20210308005046409 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/rm3100-i2c.c' (100,172) at 20240405153049005 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mori_bmc.json' (100,173) at 20230907080005139 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-rcar-gen3.c' (100,174) at 20210308005003456 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpaphp.h' (100,175) at 20210307214930030 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/Kconfig' (100,176) at 20240405153051353 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_common.hpp' (100,177) at 20230516080019606 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/COPYING.MIT' (100,178) at 20210307205554054 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_m1_plus_defconfig' (100,179) at 20210308005003272 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ali5451/Makefile' (100,180) at 20210307214932230 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/cyan_skillfish_ip_offset.h' (100,181) at 20240405153048317 2025-03-14 03:00:52.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/0001-sysdeputil.c-Fix-with-musl-which-does-not-have-utmpx.patch' (100,182) at 20230706080014737 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/memory.h' (100,183) at 20240326080039546 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/integrator-common.h' (100,184) at 20210308005003596 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/0003-llvm-fix-include-benchmarks.patch' (100,185) at 20220502030010172 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/vivid.rst' (100,186) at 20240405153044961 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/README' (100,187) at 20210308005002984 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/Kconfig' (100,188) at 20221215040039122 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0006-Fix-subdir-objects-configure-error.patch' (100,189) at 20240106090017233 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/arm_dsu_pmu.rst' (100,190) at 20210307214925238 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/Kconfig' (100,191) at 20210308005003496 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_fx.c' (100,192) at 20210308005046529 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/txrx.h' (100,193) at 20210307214929738 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/davinci-i2s.h' (100,194) at 20210307214932430 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_attr_inactive.c' (100,195) at 20240405153231775 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/Makefile' (100,196) at 20240405153231891 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/Makefile' (100,197) at 20220525020655239 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kernel-doc' (100,198) at 20210308005003736 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdoops.c' (100,199) at 20240405153049681 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/xattr.c' (100,200) at 20240405153231663 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/file.c' (100,201) at 20240405153052541 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/path.c' (100,202) at 20240405153054201 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4.dts' (100,203) at 20210307214926046 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/cpu-common.c' (100,204) at 20241211090212262 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_acpi.c' (100,205) at 20240405153046657 2025-03-14 03:00:52.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/Kconfig' (100,206) at 20210308005002988 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc-parser.y' (100,207) at 20210308005003728 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/hellcreek.c' (100,208) at 20240405153230903 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt' (100,209) at 20210307214925390 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/rx_common.c' (100,210) at 20240405153231047 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/exynos-rng.c' (100,211) at 20240405153230259 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-isa.h' (100,212) at 20220525020653307 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/internal.h' (100,213) at 20240405153046537 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_pc_cpu_hotplug_props.py' (100,214) at 20241211090212542 2025-03-14 03:00:52.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/action_utils_tests.cpp' (100,215) at 20210308005405938 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/controller.c' (100,216) at 20240830080013299 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/basic.conf.patch' (100,217) at 20210307205553822 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/profile-settings/controllers/profile-settings-controller.html' (100,218) at 20210308005107077 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mini-x-session/files/mini-x-session' (100,219) at 20241221090017684 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-frequency-set.1' (100,220) at 20210307214932614 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/Kconfig' (100,221) at 20210308005002988 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/sg_sw_sec4.h' (100,222) at 20210307214927078 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/uart.h' (100,223) at 20210308005002724 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/rc_calc_fpu.h' (100,224) at 20240405153047285 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/tcic.c' (100,225) at 20210307214930046 2025-03-14 03:00:52.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd_%.bbappend' (100,226) at 20241206090014274 2025-03-14 03:00:52.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_hdr.h' (100,227) at 20210309003651200 2025-03-14 03:00:52.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/lockable.h' (100,228) at 20240906080037344 2025-03-14 03:00:52.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/archrandom.h' (100,229) at 20240405153045849 2025-03-14 03:00:52.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc4261.rst' (100,230) at 20210307214925502 2025-03-14 03:00:52.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0017-Add-acinclude.m4-to-include-required-macros.patch' (100,231) at 20240413080012643 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb' (100,232) at 20241206090014246 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgs8gxx_priv.h' (100,233) at 20210307214928630 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/subsystem-enable.tc' (100,234) at 20240429080012468 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm9712.c' (100,235) at 20240405153232171 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/pinctrl-single.h' (100,236) at 20210307214931478 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/display-vga-test.c' (100,237) at 20230426080043944 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb' (100,238) at 20241221090017508 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/tsa.c' (100,239) at 20241008080013975 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/priv.h' (100,240) at 20220525020652967 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/Makefile' (100,241) at 20210307214926202 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_inode.c' (100,242) at 20241023080012899 to deleted uid set 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv64_smode_defconfig' (100,243) at 20210308005003276 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_bo.h' (100,244) at 20241008080013927 to deleted uid set 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/rust/arch-support.rst' (100,245) at 20240405153045249 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/simple-bus.c' (100,246) at 20210308005003356 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-repos.png' (100,247) at 20230503080014603 to deleted uid set 2025-03-14 03:00:52.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/status.sh' (100,248) at 20210307214925214 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cpu-timers.h' (100,249) at 20240906080037348 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.common.hpp.mako' (100,250) at 20231129090036073 to deleted uid set 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/pm9263.c' (100,251) at 20210308005003040 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/Kconfig' (100,252) at 20210308005003068 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb' (100,253) at 20230520080014476 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ppc_asm.h' (100,254) at 20240405153046125 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gt215.c' (100,255) at 20240405153048629 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/hyperv.c' (100,256) at 20240405153230131 to deleted uid set 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/membarrier/membarrier_test_impl.h' (100,257) at 20240405153054325 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/uio.h' (100,258) at 20210307214931662 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_debug.c' (100,259) at 20240405153047213 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/trng.c' (100,260) at 20220525020651962 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/runtime.c' (100,261) at 20240405153046689 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-pdk2.dtsi' (100,262) at 20240405153045509 2025-03-14 03:00:52.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_core.h' (100,263) at 20240906080037264 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/bugs.c' (100,264) at 20241023080012875 to deleted uid set 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-rt9467' (100,265) at 20240405153044917 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2400_defconfig' (100,266) at 20220715030035909 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/integratorap.dts' (100,267) at 20240405153045401 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-hlwd.c' (100,268) at 20240405153230859 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/find_vma_fail2.c' (100,269) at 20240405153054269 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/Makefile' (100,270) at 20210309003654184 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/0001-mesa-demos-Add-missing-data-files.patch' (100,271) at 20210307205554582 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/linux-yocto.yml' (100,272) at 20241206090014206 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l41.c' (100,273) at 20240613080016543 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/0001-setup.py-switch-to-setuptools.patch' (100,274) at 20220402030016019 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/msm_gem.c' (100,275) at 20240405153230595 to deleted uid set 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc7400.inc' (100,276) at 20220612030016755 to deleted uid set 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/pci.c' (100,277) at 20210308005002976 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pci_expander_bridge.txt' (100,278) at 20240906080037176 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/sdbusplus.hpp' (100,279) at 20240820080023694 to deleted uid set 2025-03-14 03:00:52.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb' (100,280) at 20241206090014258 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l34.c' (100,281) at 20240405153232143 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_b.c' (100,282) at 20210308005046521 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/prctl.h' (100,283) at 20240405153230115 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/proc_powerpc.c' (100,284) at 20240405153046145 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_watchdog.h' (100,285) at 20220525020652346 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_vars2.c' (100,286) at 20220525020655199 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/ia_css_de.host.c' (100,287) at 20210307214930554 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c' (100,288) at 20210309003649836 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/prog_cgroup_sysctl.rst' (100,289) at 20210307214925262 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-q8-tablet.dts' (100,290) at 20210308005002624 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-adap.c' (100,291) at 20240613080016423 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_panel.c' (100,292) at 20240830080013259 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/p8.inc' (100,293) at 20211027000018712 2025-03-14 03:00:52.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_dma.c' (100,294) at 20220525020654979 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ipr.c' (100,295) at 20240405153051613 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/Kconfig' (100,296) at 20240405153052301 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/libtracefs/0001-makefile-Do-not-preserve-ownership-in-cp-command.patch' (100,297) at 20241206090014258 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear' (100,298) at 20210307205554474 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-debug-frame-aarch64.c' (100,299) at 20210307214932466 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mailbox_client.h' (100,300) at 20240405153052725 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/file-io.hpp' (100,301) at 20240724080006311 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html' (100,302) at 20210307205554246 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_memory_region.c' (100,303) at 20240405153048541 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/_templates/layout.html' (100,304) at 20210307205554230 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som-cfg-sdcard.dtsi' (100,305) at 20240405153045529 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qerror.h' (100,306) at 20241211090212366 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/invalid_command.c' (100,307) at 20210308005100993 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/Kconfig' (100,308) at 20210308005002856 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9131-db.dtsi' (100,309) at 20240405153045745 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-Fix-builds-on-riscv64-using-musl.patch' (100,310) at 20241221090017636 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/prm-inst.txt' (100,311) at 20210309003648324 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/tc1100-wmi.c' (100,312) at 20240405153051405 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/fsl-vdoa.txt' (100,313) at 20210307214925350 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb' (100,314) at 20240106090017237 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/Makefile' (100,315) at 20210307214928106 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/uart_base.c' (100,316) at 20210307214926270 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-2.1' (100,317) at 20211006000025234 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.service' (100,318) at 20210316000012673 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h' (100,319) at 20210307214926218 2025-03-14 03:00:52.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml' (100,320) at 20240405153045121 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-usb-otg.c' (100,321) at 20210308005002552 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu-sysfs.c' (100,322) at 20240405153230747 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/psci/psci_checker.c' (100,323) at 20220525020652430 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/syscall_table.c' (100,324) at 20210307214926102 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_pmu_platform.c' (100,325) at 20240405153231303 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_vmparam.h' (100,326) at 20221215040039066 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc.c' (100,327) at 20240906080037204 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/Makefile' (100,328) at 20240405153049057 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/function-graph-fold.vim' (100,329) at 20210307214925574 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/archiver.py' (100,330) at 20231126090012845 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungalv' (100,331) at 20210307205553786 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r520.c' (100,332) at 20241211090145421 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/zynqmp_nvmem.c' (100,333) at 20240520080015167 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h' (100,334) at 20240405153047105 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-warn_count' (100,335) at 20240405153044925 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h' (100,336) at 20240405153048509 2025-03-14 03:00:52.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-supermicro-x11spi.dts' (100,337) at 20240809080013006 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_alb.c' (100,338) at 20240405153230891 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/dump_pagetables.c' (100,339) at 20240405153230087 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/hfi-events.c' (100,340) at 20240405153054221 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu.bb' (100,341) at 20241206090014278 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/trace-events' (100,342) at 20241211090212298 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/yosemitev2/power-config-host1.json' (100,343) at 20211207040021533 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/meson.build' (100,344) at 20220913030027305 to deleted uid set 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610.c' (100,345) at 20210308005002724 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/altera_pio.c' (100,346) at 20210308005003376 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ptr_untrusted.c' (100,347) at 20240405153232259 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/hdmi.h' (100,348) at 20210307214928046 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vbi_hsync.svg' (100,349) at 20220525020651786 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/spi-nand.yaml' (100,350) at 20240405153045113 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/.gitignore' (100,351) at 20240405153054357 2025-03-14 03:00:52.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/210.out' (100,352) at 20240906080037564 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/hyp-init.S' (100,353) at 20240405153229983 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/Makefile' (100,354) at 20240405153053493 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/vc.c' (100,355) at 20210309003652008 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gtt.c' (100,356) at 20240405153230567 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/cirrus.h' (100,357) at 20210307214930042 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.err' (100,358) at 20210308005046409 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/init-manager.rst' (100,359) at 20240413080012675 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/uaccess.h' (100,360) at 20240405153046505 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_flow_dissector.c' (100,361) at 20220525020655203 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/random.c' (100,362) at 20240405153047041 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/layer.conf' (100,363) at 20241221090017460 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/checksum.h' (100,364) at 20240405153045621 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/strparser/strparser.c' (100,365) at 20240405153053385 to deleted uid set 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-sensor-inventory-mrw-native.bb' (100,366) at 20241206090014270 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/e1.bb' (100,367) at 20210307205554250 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-disable.sh' (100,368) at 20210307205553698 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/preempt.h' (100,369) at 20240405153045861 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,tpd12s015.txt' (100,370) at 20210307214925310 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/.gitignore' (100,371) at 20220525020652106 2025-03-14 03:00:52.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kurravaara' (100,372) at 20210307205553786 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c' (100,373) at 20210308005046521 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2430-clocks.dtsi' (100,374) at 20240405153045601 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051/0001-configure.ac-make-tools-support-optional.patch' (100,375) at 20210307205553838 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/ls1b/Makefile' (100,376) at 20210307214926270 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/allocators.rst' (100,377) at 20210307214925482 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/util.c' (100,378) at 20210307214931226 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png' (100,379) at 20210307205554270 to deleted uid set 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/libei_1.3.0.bb' (100,380) at 20241221090017528 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_baco.h' (100,381) at 20210309003649656 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/Makefile' (100,382) at 20210308005002920 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch' (100,383) at 20241221090017676 to deleted uid set 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa8.inc' (100,384) at 20210905000020581 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/regulator.rst' (100,385) at 20210309003648412 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/clock.c' (100,386) at 20240405153053037 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-address.h' (100,387) at 20220525020652002 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/0001-BootLogoLib-align-logo-coords-to-be-even.patch' (100,388) at 20241206090014210 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat+csv_output.sh' (100,389) at 20240405153232231 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/Makefile' (100,390) at 20240405153046053 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hamburgsund' (100,391) at 20210307205553782 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/Kconfig' (100,392) at 20210308005003476 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-rng.c' (100,393) at 20221215040039150 2025-03-14 03:00:52.129-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/netfilter-sysctl.rst' (100,394) at 20210307214925538 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/ti/omap_prm.c' (100,395) at 20240415080012979 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_size.c' (100,396) at 20210308005003756 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb' (100,397) at 20210307205554250 to deleted uid set 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/Makefile' (100,398) at 20240405153054357 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/Build' (100,399) at 20210307214932514 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx25-eukrea-cpuimx25.dtsi' (100,400) at 20240405153229879 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-ipc-flood-test.c' (100,401) at 20240405153054005 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_tx_iptunnel_common.h' (100,402) at 20210307214932126 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_5_1_enum.h' (100,403) at 20210307214927338 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3229.h' (100,404) at 20210308005003596 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/patch.h' (100,405) at 20210307214925854 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/color.h' (100,406) at 20210307214932586 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/run-ptest' (100,407) at 20240413080012663 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/image_mock.hpp' (100,408) at 20220210040033214 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exresolv.c' (100,409) at 20240405153046621 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/envctrl.h' (100,410) at 20210307214926590 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/port_hidden.c' (100,411) at 20220525020653431 2025-03-14 03:00:52.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/units.h' (100,412) at 20210308005046049 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/Kconfig' (100,413) at 20210307214930690 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/cyrus.c' (100,414) at 20210308005003168 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/acgccex.h' (100,415) at 20240405153052617 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/service-config-manager/.clang-format' (100,416) at 20241219090034720 to deleted uid set 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/Makefile' (100,417) at 20240405153050165 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_scale_coefs.h' (100,418) at 20210309003649892 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-cmd-queue.h' (100,419) at 20210307214926230 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/main.c' (100,420) at 20241011080017295 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-flags.c' (100,421) at 20240906080037576 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/yaml/net/poettering/Calculator.interface.yaml' (100,422) at 20240920080030747 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/50-org.freedesktop.timedate1.rules' (100,423) at 20210307205553930 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5271.h' (100,424) at 20210308005002804 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/cpuidle_cooling.c' (100,425) at 20240405153051969 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/firefly-rk3288.c' (100,426) at 20210308005002956 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Maghera' (100,427) at 20210307205553774 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/delta,tn48m-cpld.yaml' (100,428) at 20240405153045105 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/expr.py' (100,429) at 20230925080039989 2025-03-14 03:00:52.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/asm-offsets.c' (100,430) at 20210308005002708 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (100,431) at 20230721080014366 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/sh_flctl.c' (100,432) at 20240405153230879 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/fadvise.sh' (100,433) at 20240405153054173 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/encx24j600_hw.h' (100,434) at 20220525020653603 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/cooling-type/main.cpp' (100,435) at 20240820080023690 to deleted uid set 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/verify-functiongraph.sh' (100,436) at 20220525020655183 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/ovs_datapath.yaml' (100,437) at 20240405153045229 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensorMain.cpp' (100,438) at 20241112090003098 to deleted uid set 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/cpu_init.c' (100,439) at 20210308005002800 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/protocol.c' (100,440) at 20230809080010799 2025-03-14 03:00:52.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54.h' (100,441) at 20210307214929866 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/s390-cpumsf.c' (100,442) at 20240405153054201 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel_ssc_dai.c' (100,443) at 20240405153053553 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip_fib.h' (100,444) at 20240805080014031 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/vfs.py' (100,445) at 20240405153053449 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/terminal.py' (100,446) at 20230609080014403 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sundborn' (100,447) at 20210307205553790 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pll_config_s10.c' (100,448) at 20210308005002780 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/timex.h' (100,449) at 20240405153046281 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-39x-pinctrl.txt' (100,450) at 20210307214925394 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dma-direct.h' (100,451) at 20210309003648884 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mbus-clk.yaml' (100,452) at 20240405153045021 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc' (100,453) at 20210308005003760 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HeaterCollection_v1.xml' (100,454) at 20240619080002924 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgtop/libgtop_2.41.3.bb' (100,455) at 20240413080012639 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr_clk.c' (100,456) at 20210307214927270 2025-03-14 03:00:52.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_ovs.c' (100,457) at 20240405153232059 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/lpc32xx_slc.c' (100,458) at 20240405153230871 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-nvdimm' (100,459) at 20240405153229727 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_event_groups.c' (100,460) at 20210308005003704 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_scatter.c' (100,461) at 20210307214927766 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sh7760fb.c' (100,462) at 20241211090145501 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_exit.c' (100,463) at 20240405153046261 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/regulator/machine.rst' (100,464) at 20210307214925546 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mmu_context.h' (100,465) at 20220525020652002 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/aarch64/vdso-le.so' (100,466) at 20241211090212374 to deleted uid set 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/Kconfig' (100,467) at 20240805080013971 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_ppe_debugfs.c' (100,468) at 20240405153050077 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/Makefile' (100,469) at 20210307214926694 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/units.h' (100,470) at 20220525020655179 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/dmc_init_ddr3.c' (100,471) at 20210308005002720 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_int.h' (100,472) at 20240405153231103 2025-03-14 03:00:52.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/qmp_lexer.py' (100,473) at 20230925080039845 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/pmac64-cpufreq.c' (100,474) at 20240405153046913 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/sunxi.yaml' (100,475) at 20240405153045153 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/mvebu-cpufreq.c' (100,476) at 20240405153046913 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/adi,max77857.yaml' (100,477) at 20240405153229791 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos850-e850-96.dts' (100,478) at 20240405153045721 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend' (100,479) at 20210812000025162 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl_defconfig' (100,480) at 20230720080043539 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/mclink.h' (100,481) at 20210308005003000 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/pci-error-recovery.rst' (100,482) at 20240405153229735 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_private.h' (100,483) at 20210307214930542 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml' (100,484) at 20240405153229759 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/clc57d.h' (100,485) at 20240405153048617 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c' (100,486) at 20240405153231331 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ia_css_xnr_types.h' (100,487) at 20210307214930562 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hw_breakpoint.h' (100,488) at 20240405153046385 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamalg_qi2.h' (100,489) at 20240405153046929 2025-03-14 03:00:52.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/meson.build' (100,490) at 20240628080018949 to deleted uid set 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/ivshmem-client.c' (100,491) at 20210927100127061 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/smpro-hwmon.c' (100,492) at 20240405153048873 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/mpoa_caches.c' (100,493) at 20210309003654276 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/addac/adt7316.c' (100,494) at 20220525020654119 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tornetrask' (100,495) at 20210307205553794 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/Makefile' (100,496) at 20220525020653279 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mmp3.dtsi' (100,497) at 20240405153045457 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/power.c' (100,498) at 20240405153047033 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-connection-done' (100,499) at 20241127090012713 to deleted uid set 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/highmem.h' (100,500) at 20240405153231811 2025-03-14 03:00:52.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/omap_control_phy.h' (100,501) at 20210307214931470 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/txrx.c' (100,502) at 20240830080013295 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/0001-Adapt-to-OpenSSL-1.1.1.patch' (100,503) at 20210307205553930 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gfp-translate' (100,504) at 20240405153053453 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/084' (100,505) at 20220429100100886 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-ffdc-file.cpp' (100,506) at 20220128040022084 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5228.c' (100,507) at 20240405153049629 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/json_parser.cpp' (100,508) at 20240820080023694 to deleted uid set 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/loongson.yaml' (100,509) at 20220525020651698 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_drv.c' (100,510) at 20240405153230643 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_vlan.c' (100,511) at 20241018080014578 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-ex.dts' (100,512) at 20210309003648756 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fs.c' (100,513) at 20210308005003212 2025-03-14 03:00:52.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel_ace2x.c' (100,514) at 20240405153231455 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/auxtrace.c' (100,515) at 20240624080012836 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VW10/meson.build' (100,516) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l33.c' (100,517) at 20240405153232143 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/sys_proto.h' (100,518) at 20210308005002648 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/packagegroups/packagegroup-fvp-apps.bb' (100,519) at 20240507080014346 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso32/.gitignore' (100,520) at 20210307214926078 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GCR-docs' (100,521) at 20241221090017616 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx-2x.dts' (100,522) at 20240405153229927 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/invalid-service.patch' (100,523) at 20230919080013982 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_lrc.c' (100,524) at 20240405153230571 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/kernfs-internal.h' (100,525) at 20240415080012987 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/crypto.c' (100,526) at 20240405153052545 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_pcie.c' (100,527) at 20240405153050969 to deleted uid set 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/virtual-memory.json' (100,528) at 20240405153054149 2025-03-14 03:00:52.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c' (100,529) at 20240405153050633 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/igt_runner.sh' (100,530) at 20240405153230527 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/scosh.S' (100,531) at 20210307214926142 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/prom.c' (100,532) at 20240405153230019 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/ps3fb.h' (100,533) at 20210307214926398 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdcore.h' (100,534) at 20240405153230867 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.h' (100,535) at 20210307214929918 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0003-tests-Makefile-install-static-4G-edge-testcases.patch' (100,536) at 20241221090017504 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0003-support-infinit-timeout.patch' (100,537) at 20240413080012663 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/ata.h' (100,538) at 20210308005002800 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/metadata.py' (100,539) at 20230503080014615 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/cirrus.c' (100,540) at 20240405153048773 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbushelper.hpp' (100,541) at 20240614080032247 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rtc/rtctest.c' (100,542) at 20240405153054373 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/scripts/devtool' (100,543) at 20240301090012483 to deleted uid set 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cnxt/cx92755.dtsi' (100,544) at 20240405153045433 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch' (100,545) at 20241221090017540 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb' (100,546) at 20240301090012431 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml' (100,547) at 20240405153045041 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/func_latency.bpf.c' (100,548) at 20240405153054185 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_vf_defconfig' (100,549) at 20210308005003252 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_encoders.h' (100,550) at 20210307214927222 2025-03-14 03:00:52.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_ct.c' (100,551) at 20240812080017264 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/vga.h' (100,552) at 20210307214926586 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_ir_acs.py' (100,553) at 20231126090012773 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/policy.h' (100,554) at 20240405153232107 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/tests.h' (100,555) at 20240613080016559 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/sx9310.c' (100,556) at 20240405153049013 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/corefile' (100,557) at 20210308005059705 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/sembuf.h' (100,558) at 20210307214926762 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear_%.bbappend' (100,559) at 20241206090014274 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/set_memory.h' (100,560) at 20241211090145385 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/phosphor-logging.wrap' (100,561) at 20240229090015607 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cfi.h' (100,562) at 20240405153230063 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/Kconfig' (100,563) at 20240405153051865 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/misc_regs.h' (100,564) at 20240405153045689 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/cmpxchg.h' (100,565) at 20240405153045341 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb' (100,566) at 20241219090012976 to deleted uid set 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/CVE-2019-14274.patch' (100,567) at 20230706080014745 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/segment.h' (100,568) at 20240405153052445 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/machine/mtmitchell-dcscm.conf' (100,569) at 20241023080015407 to deleted uid set 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/fragments/more-fragments-here/test-another-fragment.conf' (100,570) at 20241221090017604 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc32test.c' (100,571) at 20240405153053081 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200-thermal.dtsi' (100,572) at 20240405153045833 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/bfticu.txt' (100,573) at 20210307214925358 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/i8254.c' (100,574) at 20210308005002884 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-lenovo-hr630.dts' (100,575) at 20240405153229867 to deleted uid set 2025-03-14 03:00:52.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/vm/pte_special/arch-support.txt' (100,576) at 20240405153045201 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Kharkov' (100,577) at 20210307205553794 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5k5baf.c' (100,578) at 20240405153049337 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/store.c' (100,579) at 20210308005003720 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/atomic-llsc.h' (100,580) at 20240405153045357 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/deprecated.rst' (100,581) at 20240405153045281 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/binman.py' (100,582) at 20210308005003748 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa7.inc' (100,583) at 20210905000020581 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_nl.c' (100,584) at 20240405153230191 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-palmas.c' (100,585) at 20240405153051501 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/speed.h' (100,586) at 20210308005002640 2025-03-14 03:00:52.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel-quark/imr.c' (100,587) at 20220525020652194 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c' (100,588) at 20240405153050613 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/pfn.h' (100,589) at 20210307214929990 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_small_defconfig' (100,590) at 20210308005003284 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/Makefile' (100,591) at 20220525020652342 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/apple,nco.yaml' (100,592) at 20240405153045021 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb16_main.c' (100,593) at 20220525020654983 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' (100,594) at 20241213090004417 to deleted uid set 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/timed_ctrl_global.h' (100,595) at 20210307214930542 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9rl.h' (100,596) at 20210308005002716 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/tss.h' (100,597) at 20210307214926718 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/cacheasm.h' (100,598) at 20210308005002888 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ethsw.h' (100,599) at 20210308005003644 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/anti-patterns.md' (100,600) at 20240119090005807 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/jz4780_bch.c' (100,601) at 20240405153049693 2025-03-14 03:00:52.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_tables.h' (100,602) at 20210307214932218 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/tx.c' (100,603) at 20240520080015163 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/qcom_eud.c' (100,604) at 20240405153052117 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-neftv' (100,605) at 20210307205553758 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/cvisionppc.h' (100,606) at 20210307214931694 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_mcpcia.h' (100,607) at 20240405153045341 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Avesta_Krylbo' (100,608) at 20210307205553778 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-mps3.yml' (100,609) at 20240413080012623 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf' (100,610) at 20230927080013510 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/Kconfig' (100,611) at 20210307214930770 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-param.h' (100,612) at 20240405153049457 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max16065.c' (100,613) at 20241008080013927 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvb_ringbuffer.c' (100,614) at 20240405153049277 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_manager_faultlog.cpp' (100,615) at 20240820080022990 to deleted uid set 2025-03-14 03:00:52.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/brcmstb/brcmstb.h' (100,616) at 20220525020654615 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/gianfar.c' (100,617) at 20240405153230943 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/memory.json' (100,618) at 20210307214932538 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/org.openbmc.control.Host@.service' (100,619) at 20210307205554066 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.json' (100,620) at 20210308005046401 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/.gitignore' (100,621) at 20220615030021584 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tcp_check_syncookie.sh' (100,622) at 20240405153054289 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/irq_work.h' (100,623) at 20240405153230063 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/qcom/qcom_scm.h' (100,624) at 20240405153231807 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cma.c' (100,625) at 20240613080016415 2025-03-14 03:00:52.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.h' (100,626) at 20210308005002952 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/ibmphp_ebda.c' (100,627) at 20220525020653851 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/nonfunc_rotor_error_delay.md' (100,628) at 20240807080019546 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/xlnx,sd-fec.txt' (100,629) at 20210307214925366 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/mman-common-tools.h' (100,630) at 20210307214932478 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_mmc.c' (100,631) at 20210308005003372 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/ipmi-architecture.md' (100,632) at 20221209040006383 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_ifc.c' (100,633) at 20210308005003400 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/MAINTAINERS' (100,634) at 20210308005002920 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,bcm2835-aux-clock.txt' (100,635) at 20210307214925286 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/summary.c' (100,636) at 20210309003653620 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi' (100,637) at 20240405153045721 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/.shellcheck-ignore' (100,638) at 20241025080018741 to deleted uid set 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/cirrus,clps711x-mctrl-gpio.txt' (100,639) at 20210307214925314 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/core507d.c' (100,640) at 20240405153048613 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-fan-config/fans.yaml' (100,641) at 20210307205553694 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_bpf_link.h' (100,642) at 20240405153052857 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/sysfs.c' (100,643) at 20220525020653135 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/Kconfig' (100,644) at 20210307214928450 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (100,645) at 20230929080014511 to deleted uid set 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi' (100,646) at 20240405153045721 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/power_state.hpp' (100,647) at 20240820080023694 2025-03-14 03:00:52.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bmc_upload_stability.robot' (100,648) at 20210308005007104 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ptrace.h' (100,649) at 20240405153046281 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig' (100,650) at 20210308005003264 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c' (100,651) at 20240405153048653 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/xattr.h' (100,652) at 20240405153231847 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/bad_accesses.c' (100,653) at 20220525020655227 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Caldera' (100,654) at 20211006000025234 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmd/dbus_impl_pdr.cpp' (100,655) at 20240819080030263 to deleted uid set 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config.bb' (100,656) at 20241206090014278 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/ptrace.h' (100,657) at 20240405153046057 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/altmodes/Makefile' (100,658) at 20210307214930878 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet.bb' (100,659) at 20241226090016123 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb' (100,660) at 20241206090014330 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/tegra-gmi.c' (100,661) at 20240405153230199 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm-stub.c' (100,662) at 20221215040039282 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml' (100,663) at 20221207040023627 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/fsl-mc-allocator.c' (100,664) at 20240405153046733 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2down.service' (100,665) at 20230627080016966 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cros_ec_dev.c' (100,666) at 20240405153230831 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sync/Makefile' (100,667) at 20240405153054373 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi' (100,668) at 20210308005002596 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service' (100,669) at 20210401000030013 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/207' (100,670) at 20220429100100910 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/ipset/ip_set_hash.h' (100,671) at 20210307214931642 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpacpi/pnpacpi.h' (100,672) at 20210307214930154 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/telemetry.c' (100,673) at 20240405153051385 2025-03-14 03:00:52.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/qregs.h.inc' (100,674) at 20221215040039310 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tqmx86.c' (100,675) at 20240405153049621 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750.c' (100,676) at 20241211090212338 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/atmel_cs.c' (100,677) at 20240405153050485 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/et8ek8/et8ek8_driver.c' (100,678) at 20240613080016423 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6362.h' (100,679) at 20210308005003588 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/geode/alix.c' (100,680) at 20220525020652194 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/README.rst' (100,681) at 20220429100100870 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c' (100,682) at 20220525020652971 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/armv7m_systick.c' (100,683) at 20210307214927046 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rtc/.gitignore' (100,684) at 20210307214932718 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1015p.c' (100,685) at 20240405153232155 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/aes-ce-glue.c' (100,686) at 20241011080017287 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_gp_bitdef.h' (100,687) at 20210307214930642 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/div64.h' (100,688) at 20240405153230111 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/blockdev.h' (100,689) at 20220429100100590 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/googletest.wrap' (100,690) at 20210501000157730 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2' (100,691) at 20241211090212422 to deleted uid set 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/xyz.openbmc_project.Settings.service' (100,692) at 20210307205554074 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usx2yhwdeppcm.h' (100,693) at 20210726100024927 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/btcoex.h' (100,694) at 20210307214929802 2025-03-14 03:00:52.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-arm-Do-not-set-a-fallback-march-and-mtune.patch' (100,695) at 20230706080014733 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5380.c' (100,696) at 20240405153048973 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/apbh_dma.c' (100,697) at 20210308005003372 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-noadv.c' (100,698) at 20220525020652050 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/0001-Fix-builds-with-recent-gettext.patch' (100,699) at 20210307205553910 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_template.c' (100,700) at 20240405153053469 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mcs_cnf10kb.c' (100,701) at 20240405153050061 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/vcpu-requests.rst' (100,702) at 20240405153045329 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/power-cmd' (100,703) at 20241001080014408 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/dv1394' (100,704) at 20210307214925182 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor2.conf' (100,705) at 20230929080014511 to deleted uid set 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch' (100,706) at 20241221090017668 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings_main.cpp' (100,707) at 20230428080030950 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/node.c' (100,708) at 20240628080014037 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-common.inc' (100,709) at 20240106090017273 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-futures_1.0.1.bb' (100,710) at 20230811080018306 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-neon-glue.c' (100,711) at 20240405153045849 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/powercap/powercap.rst' (100,712) at 20210309003648452 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/022.out' (100,713) at 20210308005046433 2025-03-14 03:00:52.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_lcdc.h' (100,714) at 20210308005003560 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_config.c' (100,715) at 20240405153051669 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm6348-eth.c' (100,716) at 20210308005003424 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch' (100,717) at 20240124090012262 to deleted uid set 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32f405_soc.c' (100,718) at 20241211090212250 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb' (100,719) at 20241221090017524 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/Makefile' (100,720) at 20240405153230923 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp.c' (100,721) at 20241211090145465 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/led-config.yaml' (100,722) at 20240119090013779 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i82975x_edac.c' (100,723) at 20220525020652418 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/ivgen.h' (100,724) at 20241211090212354 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cl-som-am57x_defconfig' (100,725) at 20210308005003252 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/asus-wireless.c' (100,726) at 20240405153051397 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mips64_defconfig' (100,727) at 20210308005003276 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/dsound_template.h' (100,728) at 20210927100127025 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/linkage.h' (100,729) at 20210308005002848 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rpcrdma.h' (100,730) at 20240405153052897 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureServices.png' (100,731) at 20241206090014206 to deleted uid set 2025-03-14 03:00:52.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Perth_Roleystone' (100,732) at 20210307205553766 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8450-tlmm.yaml' (100,733) at 20240405153045137 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lapb.h' (100,734) at 20240405153052717 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/rfbuffer.h' (100,735) at 20210309003651552 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx93.c' (100,736) at 20240405153231319 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/hibernate.c' (100,737) at 20240411080014066 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml' (100,738) at 20220525020651718 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi' (100,739) at 20240405153045717 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_arria10_defconfig' (100,740) at 20210308005003280 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-clock-Do-not-define-own-timespec.patch' (100,741) at 20220204040022684 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/mcp89.c' (100,742) at 20220525020652959 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq2415x_charger.c' (100,743) at 20240405153051429 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/checkpatch.py' (100,744) at 20210308005003772 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/rsa-checksum.h' (100,745) at 20210308005003688 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83848.c' (100,746) at 20241115090012957 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timekeeping.h' (100,747) at 20220525020654731 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/Makefile' (100,748) at 20240405153046869 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt' (100,749) at 20240405153045149 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/log_id_test.cpp' (100,750) at 20230512080037097 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8523.h' (100,751) at 20210309003654696 2025-03-14 03:00:52.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtc/ds1307.h' (100,752) at 20210307214931498 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/cxusb-analog.c' (100,753) at 20240405153049549 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/fdt.c' (100,754) at 20210308005002828 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi' (100,755) at 20240405153229919 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/dvi.c' (100,756) at 20210307214930946 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/arm11scu.h' (100,757) at 20210308005046017 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-fsl-ftm-alarm.c' (100,758) at 20240405153231375 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch' (100,759) at 20210307205554590 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/python/python3-oauth2client_4.1.3.bb' (100,760) at 20241221090017576 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/chipidea/udc.c' (100,761) at 20241216090017741 to deleted uid set 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0006-Fix-locale-on-musl.patch' (100,762) at 20241221090017524 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h' (100,763) at 20220525020652947 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/get_msr_index_features.c' (100,764) at 20240405153054321 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/asm-extable.h' (100,765) at 20240405153046273 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_crypt_wep.c' (100,766) at 20240405153051885 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-firefly.dts' (100,767) at 20210308005002604 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/sor507d.c' (100,768) at 20210309003649820 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.clang-tidy' (100,769) at 20240713080019742 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc' (100,770) at 20231011080016586 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/net.rst' (100,771) at 20230925080039845 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (100,772) at 20240206090017943 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/Makefile' (100,773) at 20210308005003548 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml' (100,774) at 20210610000035106 2025-03-14 03:00:52.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_ets.sh' (100,775) at 20210307214932690 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/generic.h' (100,776) at 20240405153052861 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phr.c' (100,777) at 20210308005046505 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/4.Coding.rst' (100,778) at 20240405153045297 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (100,779) at 20210903000032571 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/tlb.c' (100,780) at 20210308005002996 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware_%.bbappend' (100,781) at 20241206090014210 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adis16201.c' (100,782) at 20240405153048929 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_vio.h' (100,783) at 20220429100100566 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/rio.h' (100,784) at 20210307214926390 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/mptcp_sock.c' (100,785) at 20240405153054269 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch' (100,786) at 20231011080016614 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/riscpc.c' (100,787) at 20220525020651894 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-lp5562.rst' (100,788) at 20210307214925518 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8167-pinfunc.h' (100,789) at 20220525020651918 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-energy.rst' (100,790) at 20240405153229827 2025-03-14 03:00:52.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-pinfunc.h' (100,791) at 20210307214926018 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/toshiba,gpio-visconti.yaml' (100,792) at 20240405153045061 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/hyp-smp.c' (100,793) at 20240405153045885 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_hwseq.h' (100,794) at 20220525020652514 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map' (100,795) at 20210307205554278 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/peach-pit.h' (100,796) at 20210308005003608 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/MAINTAINERS' (100,797) at 20210308005003024 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_helper_restricted.c' (100,798) at 20240405153054281 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_node.c' (100,799) at 20220525020654507 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/177.out' (100,800) at 20210308005046453 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/smp.h' (100,801) at 20210307214926166 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-r-ccu.h' (100,802) at 20210308005003640 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/ipmi_to_redfish_hooks.cpp' (100,803) at 20240829080009330 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_nbyte.c' (100,804) at 20220525020654899 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/Makefile' (100,805) at 20240405153051937 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/o2cb' (100,806) at 20240405153044909 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-an30259a.c' (100,807) at 20240712080021069 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb' (100,808) at 20241221090017504 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt7981-pinctrl.yaml' (100,809) at 20240405153229787 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_rtr0_ctrl_regs.h' (100,810) at 20240405153046585 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/usbip_event.c' (100,811) at 20240405153052157 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gotoolchain.py' (100,812) at 20240309090012816 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils_3.10.bb' (100,813) at 20230811080018326 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_device.h' (100,814) at 20240405153052637 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/make-netcat_flag_count_work.patch' (100,815) at 20210307205553842 2025-03-14 03:00:52.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ARC' (100,816) at 20210308005003288 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_netdev.h' (100,817) at 20240418080014498 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_descriptor.py' (100,818) at 20210308005003748 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/Kconfig' (100,819) at 20220525020653675 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/Makefile' (100,820) at 20210308005003536 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/dt-compat.c' (100,821) at 20240405153046773 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/parsec_init' (100,822) at 20210420000021570 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_frag.h' (100,823) at 20240405153052845 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/asus-laptop.rst' (100,824) at 20210307214925226 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/interface/ia_css_isys_comm.h' (100,825) at 20210309003653024 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xcm_cmp.dtsi' (100,826) at 20240405153045473 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/Makefile.deps' (100,827) at 20240405153054073 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Djura' (100,828) at 20210307205553778 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_hdcp_helper.c' (100,829) at 20240405153230531 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/law.c' (100,830) at 20210308005002988 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/OWNERS' (100,831) at 20240504080013861 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/apc.c' (100,832) at 20240405153230091 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/hiomapd/m4/.keep' (100,833) at 20210308005100993 to deleted uid set 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec.c' (100,834) at 20240617080017398 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/dw100/Kconfig' (100,835) at 20240405153049421 2025-03-14 03:00:52.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/config.mk' (100,836) at 20210308005003172 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/imsttfb.c' (100,837) at 20240405153231583 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/mc-sys.c' (100,838) at 20220525020652290 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/yank_functions.h' (100,839) at 20210927100127285 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/leon_pmc.c' (100,840) at 20240405153046325 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/ioasic.h' (100,841) at 20210307214926210 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/Makefile' (100,842) at 20210307214926858 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.h' (100,843) at 20240405153230571 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d33.dtsi' (100,844) at 20210308005002612 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/files/run-ptest' (100,845) at 20230813080012860 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/workqueue.rst' (100,846) at 20240405153229751 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_dec_hw.c' (100,847) at 20241211090145449 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/irqflags.h' (100,848) at 20210307214926582 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/sysctl_net_unix.c' (100,849) at 20240405153232087 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apx4devkit.h' (100,850) at 20210308005003584 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma4/sdma4_4_2_2_offset.h' (100,851) at 20210307214927678 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/utility-tasks.bbclass' (100,852) at 20241221090017608 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/Makefile' (100,853) at 20210307214930382 2025-03-14 03:00:52.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tea5761.h' (100,854) at 20210307214928802 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2820r_priv.h' (100,855) at 20240405153230775 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/ocxl_internal.h' (100,856) at 20220525020653371 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.h' (100,857) at 20210307214929914 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fib_tests.sh' (100,858) at 20240805080014075 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/.gitignore' (100,859) at 20210308005048029 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.c' (100,860) at 20210307214929806 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_fourcc.h' (100,861) at 20240405153052629 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/Makefile' (100,862) at 20210307214931138 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_pp.h' (100,863) at 20210307214927862 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/ti_sci.h' (100,864) at 20220525020652434 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/bridge/dw_mipi_dsi.h' (100,865) at 20240405153052625 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ir/Makefile' (100,866) at 20210307214932678 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_limit.c' (100,867) at 20220525020654803 2025-03-14 03:00:52.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/nulldfa.in' (100,868) at 20210307214932166 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_reg_def.h' (100,869) at 20210307214930278 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/dstr.c' (100,870) at 20240405153046665 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/memory-hotplug.rst' (100,871) at 20240405153229739 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/file_cache.c' (100,872) at 20210307214931238 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/edac/qcom_edac.c' (100,873) at 20240405153047021 to deleted uid set 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea.h' (100,874) at 20240405153049965 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/Makefile.softmmu-target' (100,875) at 20241211090212550 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mcfrtc.c' (100,876) at 20210308005003480 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt7623.c' (100,877) at 20240405153051317 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/libc-bench/0001-build-Do-not-override-ldflags-from-environment.patch' (100,878) at 20210729000029100 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG4patch.S' (100,879) at 20210307214926606 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/platsmp.c' (100,880) at 20210307214925958 2025-03-14 03:00:52.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_unittest.cpp' (100,881) at 20210308005134001 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/205' (100,882) at 20240326080039730 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ssd1351.c' (100,883) at 20240405153051813 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/msm,iommu-v0.txt' (100,884) at 20210307214925346 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/blues.vue' (100,885) at 20220105012522959 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/examples/fan-info.json' (100,886) at 20221213040032349 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/iommufd_private.h' (100,887) at 20240405153230747 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jalasjarvi' (100,888) at 20210307205553770 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile' (100,889) at 20210307205554386 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb' (100,890) at 20231011080016582 to deleted uid set 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/0002-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch' (100,891) at 20241221090017528 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/LICENSE' (100,892) at 20210308004942076 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/cardhu.c' (100,893) at 20210308005003024 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.yaml' (100,894) at 20240405153045153 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/sev-sysemu-stub.c' (100,895) at 20240906080037488 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/string.h' (100,896) at 20240405153046357 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/xilinx/xlnx_event_manager.c' (100,897) at 20241211090145493 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ves1x93.h' (100,898) at 20210307214928646 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ov7740.txt' (100,899) at 20210307214925350 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.err' (100,900) at 20220429100100882 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/tracking.c' (100,901) at 20240405153053021 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/uss720.c' (100,902) at 20240628080014013 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/trace_types.h' (100,903) at 20210307214926682 2025-03-14 03:00:52.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/nsp_cs.h' (100,904) at 20240405153051681 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/byteorder.h' (100,905) at 20210307214926110 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-fd.h' (100,906) at 20210308005045997 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc.h' (100,907) at 20240405153231863 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/dvo_tfp410.c' (100,908) at 20210307214927786 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-rda.c' (100,909) at 20210307214927050 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-hisi_ptt' (100,910) at 20240405153044917 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/system_ext_mmvec.c' (100,911) at 20220429100100786 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/board.c' (100,912) at 20210308005002916 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c' (100,913) at 20240405153230683 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mcu/MCUTempSensor.hpp' (100,914) at 20241112090003102 to deleted uid set 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c' (100,915) at 20241011080017315 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/qcu.c' (100,916) at 20210307214929754 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier.h' (100,917) at 20210307214930130 2025-03-14 03:00:52.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek.yaml' (100,918) at 20240405153045013 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/kbl_da7219_max98927.c' (100,919) at 20240613080016547 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/iscsi_ibft_find.c' (100,920) at 20240405153047045 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c' (100,921) at 20210307214928846 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-cpcap-usb.txt' (100,922) at 20210307214925390 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewFirmware.vue' (100,923) at 20241004080035967 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_qp_tables.h' (100,924) at 20240405153048457 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/posix_types.h' (100,925) at 20210308005002824 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/libps2.c' (100,926) at 20240405153049157 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/bcsr.c' (100,927) at 20210308005002980 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-parameter.json' (100,928) at 20221005030014094 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/linked_vars.c' (100,929) at 20220525020655191 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Fuji.json' (100,930) at 20240809080033019 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/clk-mux-zynqmp.c' (100,931) at 20240405153230247 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/loongson1c_defconfig' (100,932) at 20240405153045993 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/mpc8xx.h' (100,933) at 20210307214926362 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-extension.c' (100,934) at 20210307214932206 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/0001-use-library-sonames-for-linking.patch' (100,935) at 20241221090017528 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb' (100,936) at 20241221090017508 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/job_event_message_registry.hpp' (100,937) at 20241211090002379 to deleted uid set 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/Kconfig' (100,938) at 20240405153231767 to deleted uid set 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_setsockopt_unix.c' (100,939) at 20240405153054265 2025-03-14 03:00:52.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb' (100,940) at 20241221090017496 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/wireless.h' (100,941) at 20240405153052945 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_q800.py' (100,942) at 20241211090212538 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_drm_client.h' (100,943) at 20240405153048525 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_dio200_pci.c' (100,944) at 20240405153046889 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_input.c' (100,945) at 20240520080015235 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/entry_32.S' (100,946) at 20241023080012871 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc32c.c' (100,947) at 20210308005003696 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/pxa168_eth.c' (100,948) at 20241211090145461 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/sint.S' (100,949) at 20210307214926146 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/subscription.cpp' (100,950) at 20241228090003723 to deleted uid set 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch' (100,951) at 20220204040022680 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/geode-aes.c' (100,952) at 20220525020652382 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/index.rst' (100,953) at 20240405153045273 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sdm670.c' (100,954) at 20240405153051349 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sansa_fuze_plus_defconfig' (100,955) at 20210308005003280 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/Makefile' (100,956) at 20240405153047261 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cros_ec.c' (100,957) at 20210308005003224 2025-03-14 03:00:52.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock_defs.h' (100,958) at 20210308005002732 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-phycore-som.dtsi' (100,959) at 20240405153045561 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/genericirq.rst' (100,960) at 20220525020651766 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf' (100,961) at 20210307205554082 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/bitops.c' (100,962) at 20240405153046085 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/Kbuild' (100,963) at 20210307214927946 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Korpilahti_Vaarunvuori' (100,964) at 20210307205553770 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/quark.c' (100,965) at 20210308005002860 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_wopcm.h' (100,966) at 20240405153048501 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m5206sim.h' (100,967) at 20210307214926158 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_gt64120.h' (100,968) at 20210308005003676 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_sfc.c' (100,969) at 20240405153054013 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-fru.yaml' (100,970) at 20230610080017595 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sunxi_Gemei_G9_defconfig' (100,971) at 20210308005003280 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/posix_types_32.h' (100,972) at 20210307214926558 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/decode-insn.h' (100,973) at 20220525020652090 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/via-rng.c' (100,974) at 20240405153046753 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml' (100,975) at 20240405153045045 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_modeset_lock.h' (100,976) at 20240405153052633 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi' (100,977) at 20240405153045717 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb' (100,978) at 20241221090017496 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/vmem.h' (100,979) at 20210307214930546 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-tls-user-authentication.md' (100,980) at 20221209040006395 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc.h' (100,981) at 20210308005003648 2025-03-14 03:00:52.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-rgmii.c' (100,982) at 20220525020651994 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts' (100,983) at 20210308005002612 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml' (100,984) at 20240405153045185 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/00-bmc-usb0.network' (100,985) at 20241024080011938 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/core.h' (100,986) at 20210308005002884 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/put_device.cocci' (100,987) at 20220525020654939 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/hix5hd2-phy.txt' (100,988) at 20210307214925386 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/cmpxchg.h' (100,989) at 20240405153046065 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-da9055.c' (100,990) at 20210307214930214 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/main.c' (100,991) at 20210307214932630 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-ram-registrar.c' (100,992) at 20221215040039046 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/via.h' (100,993) at 20210308005002960 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config_mgr.cpp' (100,994) at 20240504080037141 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_reorder.dts' (100,995) at 20210308005003760 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/load.c' (100,996) at 20210308005003720 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot-juno.inc' (100,997) at 20231126090012769 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/ibpkey.h' (100,998) at 20240405153053477 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/ce6230.c' (100,999) at 20240405153049545 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/multiple-iothreads.rst' (101,000) at 20241211090212234 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/dual/CC-BY-4.0' (101,001) at 20220525020651794 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/tcpv6_offload.c' (101,002) at 20240405153053281 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_sys_config.hpp' (101,003) at 20240822080023969 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/udp_impl.h' (101,004) at 20240405153053281 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/netdev_rx.c' (101,005) at 20240405153049053 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pcspkr.c' (101,006) at 20220525020653179 2025-03-14 03:00:52.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/Makefile' (101,007) at 20240405153048737 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/arbitrary-int-1-rs.wrap' (101,008) at 20241211090212458 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/cm_t335.c' (101,009) at 20210308005002948 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/meson.build' (101,010) at 20241211090212462 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dra7xx_evm_defconfig' (101,011) at 20210308005003256 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/s2mpa01.c' (101,012) at 20240405153231363 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/core.c' (101,013) at 20240405153050613 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/Kconfig' (101,014) at 20210307214926454 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/g4x_dp.h' (101,015) at 20240405153048433 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/sensors/host.cpp' (101,016) at 20240904080040763 to deleted uid set 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (101,017) at 20240612080013182 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/python/python3-pyhsslms_2.0.0.bb' (101,018) at 20240124090012250 to deleted uid set 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/pv.h' (101,019) at 20240906080037532 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/debug.c' (101,020) at 20240405153053993 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/MAINTAINERS' (101,021) at 20210308005002944 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/cmd.h' (101,022) at 20210307214929522 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/Data-Structures.rst' (101,023) at 20240405153044929 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdbus_0.13.0.bb' (101,024) at 20241221090017560 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-gpio-log@.service' (101,025) at 20240416080012246 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/vga.h' (101,026) at 20210307214926122 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_crtc.c' (101,027) at 20240405153048757 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/irq.c' (101,028) at 20240405153045353 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/garcon/files/0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch' (101,029) at 20210307205554042 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/uki.bbclass' (101,030) at 20241221090017612 to deleted uid set 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb' (101,031) at 20241221090017532 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/mic.h' (101,032) at 20210307214929866 2025-03-14 03:00:52.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-espressobin.dts' (101,033) at 20210308005002564 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ixp4xx_wdt.c' (101,034) at 20240405153231599 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/vblade_25.bb' (101,035) at 20241206090014238 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kaxas' (101,036) at 20210307205553786 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/metrics.json' (101,037) at 20240405153232227 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/sharp,gp2ap002.yaml' (101,038) at 20210309003648360 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/manpage-base.xsl' (101,039) at 20210307214932510 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/device-internal.h' (101,040) at 20210308005003628 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/7990.c' (101,041) at 20210307214929290 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_dbi_regs.h' (101,042) at 20240405153046597 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_dcgu.h' (101,043) at 20210308005003020 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-smbios.h' (101,044) at 20240405153051401 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_RegConfig8723B.h' (101,045) at 20220525020654179 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com-v4.h' (101,046) at 20240405153051289 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/btrfs.c' (101,047) at 20210308005003208 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/debugging/Makefile' (101,048) at 20210307214932470 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/epn.c' (101,049) at 20240405153052081 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/subprojects/sdeventplus.wrap' (101,050) at 20210522000020822 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (101,051) at 20240113090014528 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_rom.h' (101,052) at 20210308005003680 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm_adsp.h' (101,053) at 20240405153232171 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_baudrate.c' (101,054) at 20240405153052021 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-rmobile.c' (101,055) at 20210308005003512 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/Makefile' (101,056) at 20210308005002772 2025-03-14 03:00:52.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cb710-mmc.h' (101,057) at 20210307214929186 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_adjust_tail_kern.c' (101,058) at 20241211090145561 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/sirf.c' (101,059) at 20240405153047069 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/amlogic,meson-vrtc.yaml' (101,060) at 20240405153045153 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ks8842.h' (101,061) at 20210307214931414 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-nomadik-stn8815.c' (101,062) at 20240405153051325 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/udp.c' (101,063) at 20241216090017793 to deleted uid set 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/aide/aide/m4_allow.patch' (101,064) at 20241221090017576 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/misc.c' (101,065) at 20210308005003420 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-core.c' (101,066) at 20240405153054017 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/resource_ext.h' (101,067) at 20210307214931498 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_structs.h' (101,068) at 20220429100100614 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-common.h' (101,069) at 20240405153053969 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/usercopy.c' (101,070) at 20240405153046473 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch' (101,071) at 20240413080012643 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max6697.c' (101,072) at 20240805080013955 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/cpu-common.c' (101,073) at 20241211090212226 2025-03-14 03:00:52.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-common.h' (101,074) at 20220429100100746 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.h' (101,075) at 20240405153049953 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/amu.rst' (101,076) at 20240405153229835 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_dsd.h' (101,077) at 20210307214930390 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts' (101,078) at 20240405153045713 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/rmcp.hpp' (101,079) at 20210308005051513 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/extents.h' (101,080) at 20210307214928566 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/cache.S' (101,081) at 20240405153045897 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-linux' (101,082) at 20210407000018134 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/mux.c' (101,083) at 20210307214927022 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-da8xx-usb.txt' (101,084) at 20210307214925390 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_ph.c' (101,085) at 20210308005046505 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sr-som.dtsi' (101,086) at 20240405153045521 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/043.out' (101,087) at 20210308005046437 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd_3.5.7.bb' (101,088) at 20241221090017516 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-probes.c' (101,089) at 20240405153232199 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/log_manager_dbus_tests.cpp' (101,090) at 20241212090025215 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-cpu_byteorder' (101,091) at 20240405153044925 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/Kconfig' (101,092) at 20241211090212262 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ta_ras_if.h' (101,093) at 20240405153047165 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/kgdb_32.c' (101,094) at 20210309003648992 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_filters.c' (101,095) at 20240405153049809 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/__init__.py' (101,096) at 20210307214932154 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c' (101,097) at 20240405153049121 2025-03-14 03:00:52.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/of_iommu.c' (101,098) at 20240405153230747 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/augmented_raw_syscalls.bpf.c' (101,099) at 20240405153232235 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/Makefile' (101,100) at 20210308005003040 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/mscode.asn1' (101,101) at 20210307214926790 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/.gitignore' (101,102) at 20240405153054389 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-opal-sensor-groups' (101,103) at 20210307214925202 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/stm32l4x5_usart.h' (101,104) at 20240906080037332 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx214.dts' (101,105) at 20240405153045793 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/customization/readme.md' (101,106) at 20221215040043186 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-6.c' (101,107) at 20210307214931190 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/ftm-quaddec.c' (101,108) at 20240405153046909 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/msg.h' (101,109) at 20210308005002716 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/plat-svc_0.1.bb' (101,110) at 20241221090017476 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-control.svg' (101,111) at 20210308005107069 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_min_heap.c' (101,112) at 20240405153053105 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/vmlinux.h' (101,113) at 20240405153054185 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/configure-nic-mctp-endpoint' (101,114) at 20241030080011511 to deleted uid set 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/huawei-wmi.c' (101,115) at 20240405153051405 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/powergate.h' (101,116) at 20210308005002668 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/Kconfig' (101,117) at 20210309003650508 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (101,118) at 20210307205553694 2025-03-14 03:00:52.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/082.out' (101,119) at 20220429100100886 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/st-asc.c' (101,120) at 20240405153231519 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl_spear.txt' (101,121) at 20210307214925398 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sh_serial.c' (101,122) at 20241211090212262 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/fastmap-wl.c' (101,123) at 20210308005003420 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmd/handler.hpp' (101,124) at 20240819080030263 to deleted uid set 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,ipq5332-tlmm.yaml' (101,125) at 20240405153045137 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_break.S' (101,126) at 20240906080037580 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sh_2.1.0.bb' (101,127) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bmips/cpu-feature-overrides.h' (101,128) at 20210307214926218 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/index.rst' (101,129) at 20211006000025218 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-stat.h' (101,130) at 20240405153046521 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-gateway-7001.dts' (101,131) at 20240405153229871 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86/machconfig' (101,132) at 20210307205554390 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1_internal.h' (101,133) at 20210307214930962 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/find.c' (101,134) at 20210307214926530 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/tracing_map.h' (101,135) at 20240405153053073 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct7904.c' (101,136) at 20240405153048865 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig_0.28.0.bb' (101,137) at 20230919080013958 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat4A_C-83.0E' (101,138) at 20210307205553762 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-gas' (101,139) at 20210307214926134 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/arc_timer.txt' (101,140) at 20210308005003328 2025-03-14 03:00:52.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/smu7.h' (101,141) at 20210307214928026 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/ghash-ce-glue.c' (101,142) at 20240405153045617 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/config.c' (101,143) at 20240805080013923 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/libthermal.pc.template' (101,144) at 20240405153054069 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/io.h' (101,145) at 20240405153046317 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/Makefile' (101,146) at 20210308005002796 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/fpu-probe.h' (101,147) at 20210309003648840 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lp8860.txt' (101,148) at 20210309003648368 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml' (101,149) at 20240405153045045 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/Makefile' (101,150) at 20240405153049677 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/Makefile' (101,151) at 20240405153229975 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__upon_error.hpp' (101,152) at 20240731080033662 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.h' (101,153) at 20210308005003416 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_snmp.h' (101,154) at 20210307214931458 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_sched.c' (101,155) at 20240405153230607 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_proc.c' (101,156) at 20210307214932206 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bmc-update/config-bmc.json' (101,157) at 20210413100020742 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2836.dtsi' (101,158) at 20240405153045425 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-mixtile-loftq.dts' (101,159) at 20210308005002620 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-msc313e.c' (101,160) at 20240405153046877 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/ubi.h' (101,161) at 20240405153052745 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/canyonlands.dts' (101,162) at 20240405153046089 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_json.h' (101,163) at 20210308004922932 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filelock/Makefile' (101,164) at 20240405153232267 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/css.rst' (101,165) at 20210308005045809 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nseval.c' (101,166) at 20210307214926838 2025-03-14 03:00:52.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/meson.options' (101,167) at 20230817080036269 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/Makefile' (101,168) at 20240405153051885 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/meson.build' (101,169) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex3.bpf.c' (101,170) at 20240405153232099 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/renesas,rzn1-dmamux.yaml' (101,171) at 20240405153045053 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/Makefile' (101,172) at 20210307214926558 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/time-sync.h' (101,173) at 20240405153050541 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/summary.h' (101,174) at 20220525020654427 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/intro.rst' (101,175) at 20210307214925462 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/kernel-dev.json' (101,176) at 20210307205554438 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-pci-component.json' (101,177) at 20241207090009635 to deleted uid set 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/interrupt.c' (101,178) at 20210308005002856 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c' (101,179) at 20240405153049941 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/boot_linux_console.py' (101,180) at 20241211090212530 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iscsi_boot_sysfs.h' (101,181) at 20210307214931410 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgm107.fuc5' (101,182) at 20210307214927938 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mips/lantiq_rcu_gphy.h' (101,183) at 20210307214931342 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/delay.rst' (101,184) at 20210307214925222 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Uusikaupunki_Orivo' (101,185) at 20210307205553774 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/Makefile' (101,186) at 20240405153048997 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-cxx.h' (101,187) at 20240405153054189 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tyringe' (101,188) at 20210307205553794 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/offload.c' (101,189) at 20240405153053373 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog_%.bbappend' (101,190) at 20241206090014226 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmsub.c' (101,191) at 20210307214926434 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch' (101,192) at 20210307205553998 2025-03-14 03:00:52.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch' (101,193) at 20240413080012659 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/elf.py' (101,194) at 20210308005003748 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/packet/internal.h' (101,195) at 20240405153232067 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/timer.c' (101,196) at 20210308005002548 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5660.txt' (101,197) at 20210307214925434 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/meson.build' (101,198) at 20220913030027305 to deleted uid set 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c' (101,199) at 20210308005003468 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/volatiles.99_cups' (101,200) at 20210307205554558 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-digicolor.txt' (101,201) at 20210307214925322 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/mpc86xx.h' (101,202) at 20210307214926458 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/mem_user.h' (101,203) at 20240405153046345 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_v4l2.h' (101,204) at 20210307214928774 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8555CDS.h' (101,205) at 20210308005003580 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py' (101,206) at 20240405153054217 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/smbios.py2' (101,207) at 20241211090212534 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/power-brick@6a.conf' (101,208) at 20240904080027738 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-gdb.py' (101,209) at 20210927100127349 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zed.dts' (101,210) at 20210308005002632 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateLocations.v1_0_4.json' (101,211) at 20240619080002944 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vyasa-rk3288_defconfig' (101,212) at 20210308005003284 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml' (101,213) at 20240405153229787 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/watchdog-api.rst' (101,214) at 20210309003648512 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_syscall.h' (101,215) at 20210927100127045 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sm8350.h' (101,216) at 20240405153052645 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/dpio.c' (101,217) at 20210308005003432 2025-03-14 03:00:52.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-spi.c' (101,218) at 20220525020651994 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-virtio.rom' (101,219) at 20210308005046141 to deleted uid set 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-ha-lcd.dts' (101,220) at 20240405153045601 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pnx4008_wdt.c' (101,221) at 20240405153052245 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/Search.spec.js' (101,222) at 20241004080035975 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/lvds.yaml' (101,223) at 20240405153045041 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/locomolcd.c' (101,224) at 20240405153052173 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atombios_dp.c' (101,225) at 20240405153048705 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/guestmount.txt' (101,226) at 20240405153054077 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/riscv_htif.h' (101,227) at 20230925080039925 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/flash_setup.c' (101,228) at 20240405153230007 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_vclk.h' (101,229) at 20210307214927866 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/of/of_reserved_mem.c' (101,230) at 20240405153051209 to deleted uid set 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/138' (101,231) at 20220429100100890 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/systemd-pager.sh' (101,232) at 20210307205554494 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-px30.c' (101,233) at 20220525020652326 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/testing_helpers.c' (101,234) at 20241008080014059 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3188-px3-evb.dts' (101,235) at 20240405153045557 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/kw_gpio.c' (101,236) at 20210308005003376 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-replication.c' (101,237) at 20240906080037584 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/espintcp.c' (101,238) at 20240405153053413 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon/obmc/fan-watchdog/reset-fan-watchdog.conf' (101,239) at 20230804080018099 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/virtual/Makefile' (101,240) at 20240405153050729 2025-03-14 03:00:52.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2.h' (101,241) at 20210307214928846 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/util.h' (101,242) at 20240613080016491 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/avocado_qemu/linuxtest.py' (101,243) at 20241211090212530 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/mxs-saif.h' (101,244) at 20210307214932402 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7745.dtsi' (101,245) at 20240405153045553 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/asset.py' (101,246) at 20241211090212538 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a9_0000001b.dtsi' (101,247) at 20210308005002872 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/max30102.c' (101,248) at 20240405153048985 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/kcsbridge/meson.build' (101,249) at 20231025080013522 to deleted uid set 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/xen-stub.c' (101,250) at 20210308005045721 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/fb/mmpfb.h' (101,251) at 20210307214930918 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_bmc_image_switch.robot' (101,252) at 20240628080017121 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stb6100_proc.h' (101,253) at 20210307214928638 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/wakeup.c' (101,254) at 20240405153046689 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/capella,cm3605.yaml' (101,255) at 20220525020651682 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/tu102.c' (101,256) at 20240405153048649 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-cpu-thermal.dtsi' (101,257) at 20240405153045605 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/denali.c' (101,258) at 20210309003650480 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/help_option.h' (101,259) at 20210308005046045 2025-03-14 03:00:52.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/.gitignore' (101,260) at 20240405153054077 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/alx/alx.h' (101,261) at 20220525020653451 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/ruc.c' (101,262) at 20220525020653135 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dccp.h' (101,263) at 20240405153052677 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vmlinux.lds.S' (101,264) at 20240405153230071 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.mmio64' (101,265) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-mkfifo-Implement-mkfifo.patch' (101,266) at 20230706080014733 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/isd200.c' (101,267) at 20240405153231567 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_inode_buf.c' (101,268) at 20241023080012895 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/imx_earlycon.c' (101,269) at 20240405153052005 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/mmc.h' (101,270) at 20210309003648704 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/vdk_axc003.dtsi' (101,271) at 20210309003648560 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pse-pd/pse_regulator.c' (101,272) at 20240405153050365 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/testmode_i.h' (101,273) at 20240405153050429 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/meson.build' (101,274) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/debug.c' (101,275) at 20240405153052141 2025-03-14 03:00:52.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon.h' (101,276) at 20240405153047029 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pc87360.c' (101,277) at 20240830080013263 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-dsi-padctl.yaml' (101,278) at 20240405153045049 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m525xsim.h' (101,279) at 20210307214926162 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit_20240808-3.1.bb' (101,280) at 20241221090017664 to deleted uid set 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ke_counter.c' (101,281) at 20240405153046897 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/Makefile' (101,282) at 20210308005002792 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intervals/run-ptest' (101,283) at 20240301090012431 to deleted uid set 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/traps.c' (101,284) at 20210307214926182 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/fb.c' (101,285) at 20240405153230639 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/sensors-overview-controller.js' (101,286) at 20210308005107077 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-simple.err' (101,287) at 20210308005046409 to deleted uid set 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/cavium/thunder-88xx.dts' (101,288) at 20210307214926010 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_mr.c' (101,289) at 20240405153049089 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_test_kern_common.h' (101,290) at 20210309003655984 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_bmap_item.h' (101,291) at 20240405153052585 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-v1.c' (101,292) at 20230310090043283 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/timex_64.h' (101,293) at 20210307214926586 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.exrc' (101,294) at 20210308005045717 2025-03-14 03:00:52.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_combios.c' (101,295) at 20241211090145425 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_nandflash_defconfig' (101,296) at 20210308005003248 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wiznet/w5100-spi.c' (101,297) at 20240405153050325 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_zones_many.sh' (101,298) at 20240405153054357 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/syscalls.c' (101,299) at 20240326080039630 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-v3s.h' (101,300) at 20240405153046857 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_uc_pmu.c' (101,301) at 20240415080012979 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/spinlock.h' (101,302) at 20210309003648560 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-coroutine.c' (101,303) at 20240326080039746 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native/palmetto.xml.patch.xml' (101,304) at 20210307205553690 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun4i-a10-ccu.h' (101,305) at 20210308005003640 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/Makefile' (101,306) at 20210307214926546 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/mmu.h' (101,307) at 20240613080016367 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/HalVerDef.h' (101,308) at 20240405153051925 2025-03-14 03:00:52.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/ia_css_ref_state.h' (101,309) at 20210307214930558 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-common.c' (101,310) at 20240405153230799 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/qemu-pr-helper.c' (101,311) at 20240326080039630 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/network_diagnostic_report.robot' (101,312) at 20240628080017117 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h' (101,313) at 20210307214930634 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos.c' (101,314) at 20230925080040093 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/resources.rst' (101,315) at 20240413080012679 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/Makefile.docs' (101,316) at 20220525020655187 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/sndioaudio.c' (101,317) at 20240326080039370 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/vop_rk3288.h' (101,318) at 20210308005002664 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha1_avx2_x86_64_asm.S' (101,319) at 20240405153046365 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/lut.c' (101,320) at 20210309003649820 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/ia_css_dp_types.h' (101,321) at 20210307214930554 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/pcdp.c' (101,322) at 20210307214927174 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/head.S' (101,323) at 20210307214925654 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_sigtramp.h' (101,324) at 20221215040039066 2025-03-14 03:00:52.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/qdio_setup.c' (101,325) at 20240405153051525 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar_jpu.c' (101,326) at 20240405153230811 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-wetek-core2.dts' (101,327) at 20240405153045713 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.cpp' (101,328) at 20240820080022990 to deleted uid set 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_pp.c' (101,329) at 20240712080021065 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/journald-size-policy.conf' (101,330) at 20240402080012066 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-bridge-emul.h' (101,331) at 20240405153051249 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-pltfm.c' (101,332) at 20240405153049661 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/wol.c' (101,333) at 20240405153232015 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/conf-notes.txt' (101,334) at 20220913030020496 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dts' (101,335) at 20210309003648756 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Holjes' (101,336) at 20210307205553782 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/no-help2man.patch' (101,337) at 20210307205553842 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/disp.h' (101,338) at 20210307214927906 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl' (101,339) at 20210308005002876 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch' (101,340) at 20221104030017465 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/ioctl.h' (101,341) at 20210307214925650 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h' (101,342) at 20210307214930634 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_nand_SECURE_BOOT_defconfig' (101,343) at 20210308005003264 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_command.c' (101,344) at 20220525020654975 2025-03-14 03:00:52.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/regs.h' (101,345) at 20210307214926762 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c' (101,346) at 20220929030034345 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clock.h' (101,347) at 20240405153046869 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.initd' (101,348) at 20210307205553982 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/.gitignore' (101,349) at 20240106090017253 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-1.2' (101,350) at 20211006000025234 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_proc.c' (101,351) at 20240405153053401 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/nbpfaxi.c' (101,352) at 20240405153230283 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qom/object_interfaces.h' (101,353) at 20240326080039550 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/tvp514x.h' (101,354) at 20220525020654631 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/pgalloc.h' (101,355) at 20240405153231791 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm64.png' (101,356) at 20240309090012816 to deleted uid set 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/generic.c' (101,357) at 20240405153045677 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/xattr_trusted.c' (101,358) at 20240405153052393 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/Kconfig.platform' (101,359) at 20210307214926174 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-8kp.txt' (101,360) at 20210307214925274 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal.S' (101,361) at 20210307214932710 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.md' (101,362) at 20230919080013974 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm3380-reset.h' (101,363) at 20210308005003640 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pxa/pinctrl-pxa2xx.c' (101,364) at 20220525020653887 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device.h' (101,365) at 20210308005002792 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_stream2mmio_rmgr.h' (101,366) at 20210307214930566 2025-03-14 03:00:52.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-firmware' (101,367) at 20240405153229731 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu.c' (101,368) at 20240906080037536 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/mmu/sh_mmu_mrfld.c' (101,369) at 20210307214930562 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/layer.conf' (101,370) at 20241221090017472 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/testsdk.py' (101,371) at 20240302090018230 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/nvmem.txt' (101,372) at 20210307214925382 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tc358746.c' (101,373) at 20240405153230791 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/hwtstamp.h' (101,374) at 20220525020653431 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/leafloop.c' (101,375) at 20240805080014071 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog_%.bbappend' (101,376) at 20241206090014226 2025-03-14 03:00:52.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/soc/intel_pch.c' (101,377) at 20240405153230579 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-dna' (101,378) at 20210307205553758 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/.gitignore' (101,379) at 20210307214926326 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/pcf50633-backlight.c' (101,380) at 20210307214930894 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/Makefile' (101,381) at 20210308005002548 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/atmel_nand_ecc.h' (101,382) at 20210308005003412 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/compress.c' (101,383) at 20210307214926794 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-cei-tk1-som.dts' (101,384) at 20210308005002628 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/transport.h' (101,385) at 20231110090010623 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.c' (101,386) at 20240617080017398 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/run-ptest' (101,387) at 20220204040022448 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/menubox.c' (101,388) at 20240405153053453 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-usb_power_delivery' (101,389) at 20240405153044917 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_roce.h' (101,390) at 20210309003651176 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/dell-smbios-wmi' (101,391) at 20220525020651630 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/phosphor-logging.wrap' (101,392) at 20220908030058575 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra-common-post.h' (101,393) at 20210308005003620 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ramfb-stubs.c' (101,394) at 20240906080037216 2025-03-14 03:00:52.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_kms.c' (101,395) at 20240405153048801 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c' (101,396) at 20240405153048825 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/pinconf-generic.h' (101,397) at 20240405153052765 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/test/test_records.cpp' (101,398) at 20210308005109241 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/cache.h' (101,399) at 20210307214932706 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/suspend.c' (101,400) at 20240405153046257 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_generic.c' (101,401) at 20241104090011619 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/ah.c' (101,402) at 20220525020653163 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-vt8500/Kconfig' (101,403) at 20240405153045693 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LAL-1.2' (101,404) at 20211006000025238 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max6639.rst' (101,405) at 20240405153045217 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c' (101,406) at 20240405153047157 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/Makefile' (101,407) at 20210307214929650 2025-03-14 03:00:52.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Hyundai_A7HD_defconfig' (101,408) at 20210308005003236 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h' (101,409) at 20240405153048789 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/catch-syscalls.c' (101,410) at 20240906080037576 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/devlink.h' (101,411) at 20240405153231851 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dtv5100-cardlist.rst' (101,412) at 20210307214925230 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/genksyms/parse.y' (101,413) at 20220525020654943 to deleted uid set 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel_auxdevice.h' (101,414) at 20240405153051777 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi' (101,415) at 20240405153229975 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/configure.patch' (101,416) at 20230706080014749 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,ad741x.yaml' (101,417) at 20220525020651674 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_94xx.c' (101,418) at 20210307214930370 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseaddr_conflict.c' (101,419) at 20240411080014162 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/sha256.c' (101,420) at 20240405153053085 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/time.c' (101,421) at 20210307214926206 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sh/Build' (101,422) at 20210307214932518 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TelemetryService_v1.xml' (101,423) at 20240619080002936 2025-03-14 03:00:52.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/isl29125.c' (101,424) at 20240405153049001 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7298.yaml' (101,425) at 20240405153045069 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/zpa2326_i2c.c' (101,426) at 20240405153049009 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue' (101,427) at 20241004080035963 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tdm-slot.txt' (101,428) at 20210307214925434 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cpu_ops.h' (101,429) at 20240405153045853 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-7000.dtsi' (101,430) at 20210308005002632 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts' (101,431) at 20240405153045713 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,sdm845-pdc.h' (101,432) at 20220525020654547 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/test_host_ras.robot' (101,433) at 20240628080017117 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-Fix-build-with-fno-common.patch' (101,434) at 20210307205553818 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/stats.h' (101,435) at 20240405153231775 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-98dx4122.dtsi' (101,436) at 20240405153045453 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-rockchip.c' (101,437) at 20210308005003480 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/netlink/intro-specs.rst' (101,438) at 20240405153045325 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-isc-base.c' (101,439) at 20240405153230807 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.clang-tidy' (101,440) at 20240723080028236 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/wii_defconfig' (101,441) at 20240405153046097 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sh_timer.h' (101,442) at 20210307214931506 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/memory.json' (101,443) at 20240405153054113 2025-03-14 03:00:52.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ahci-st.txt' (101,444) at 20210307214925282 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_ccamisc.c' (101,445) at 20240405153051529 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/rt305x_defconfig' (101,446) at 20240405153230011 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/bpf_insn.h' (101,447) at 20220525020654931 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atomic/atomic-arch-fallback.h' (101,448) at 20240628080014025 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zturn.dts' (101,449) at 20210308005002632 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf108.c' (101,450) at 20240405153048641 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/wdt.h' (101,451) at 20210308005002636 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_common.c' (101,452) at 20240405153050113 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c' (101,453) at 20240405153048617 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/dialog.h' (101,454) at 20210308005003732 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/ftrace.h' (101,455) at 20240405153045937 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-log-userspace-transfer.c' (101,456) at 20240405153049245 2025-03-14 03:00:52.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-dmic.h' (101,457) at 20210307214932434 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/jornada720_ssp.c' (101,458) at 20240405153045689 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_SYNPROXY.c' (101,459) at 20210307214931970 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/carl9170.h' (101,460) at 20240405153050469 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-jz4740.c' (101,461) at 20240405153231375 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/viperboard.h' (101,462) at 20210307214931438 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire3.conf' (101,463) at 20210307205553722 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cavium-pip.txt' (101,464) at 20210307214925374 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_ruffian.c' (101,465) at 20210307214925658 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a80.c' (101,466) at 20210308005003352 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/.build.sh' (101,467) at 20210308004942076 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen2_config.c' (101,468) at 20240405153230267 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32429i-eval-u-boot.dtsi' (101,469) at 20210308005002612 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/Kconfig' (101,470) at 20210308005003036 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/sysvinit-volatile.conf' (101,471) at 20210307205553918 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/smd-rpm.h' (101,472) at 20240405153231839 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-verdin-dev.dtsi' (101,473) at 20240405153229971 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/phosphor-hwmon.conf' (101,474) at 20210507000042347 2025-03-14 03:00:52.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/syscounter.c' (101,475) at 20210308005002728 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/ib_verbs.c' (101,476) at 20241211090145437 to deleted uid set 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ishtp_eclite.c' (101,477) at 20240405153051409 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/io.h' (101,478) at 20240405153045345 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a83t.c' (101,479) at 20210308005003352 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/info_panel.js' (101,480) at 20220602030014530 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/debug_locks.c' (101,481) at 20210713000020236 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi' (101,482) at 20240405153045749 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/TODO' (101,483) at 20220525020654119 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6x.c' (101,484) at 20210308005002924 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ecryptfs.h' (101,485) at 20210307214931382 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml' (101,486) at 20240405153045089 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/test_health_metric_collection.cpp' (101,487) at 20240817080025696 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/start16.S' (101,488) at 20210308005002860 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/pdc.h' (101,489) at 20240405153230019 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trace/exceptions.h' (101,490) at 20210307214926678 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_ring.c' (101,491) at 20210307214927826 2025-03-14 03:00:52.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/index.rst' (101,492) at 20240405153045245 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/sigtramp32.S' (101,493) at 20240405153046153 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/acpi.c' (101,494) at 20210307214928150 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_qm_axuser_secured_regs.h' (101,495) at 20240405153046601 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/98dx3236.txt' (101,496) at 20210307214925274 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bch.c' (101,497) at 20210308005003696 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (101,498) at 20240420080017945 to deleted uid set 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc108s102.c' (101,499) at 20240405153048961 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/qcom,spmi-adc7-pmr735a.h' (101,500) at 20240405153231799 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/softfloat.h' (101,501) at 20210307214925978 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,stingray-usb-phy.txt' (101,502) at 20210307214925386 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/numastat.rst' (101,503) at 20210307214925238 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mac_esp.c' (101,504) at 20240405153051653 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/stpq.S' (101,505) at 20230925080040101 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel-sku1.dts' (101,506) at 20240405153045749 2025-03-14 03:00:52.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_crtc.h' (101,507) at 20210307214927222 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_cmds.h' (101,508) at 20210307214930286 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/clear_kernel/hsw.asm' (101,509) at 20210307214927826 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/idma.c' (101,510) at 20240405153053985 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/ce4100/falconfalls.dts' (101,511) at 20240405153046489 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/Kconfig' (101,512) at 20240405153050329 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json' (101,513) at 20210515000018945 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qsp.h' (101,514) at 20210308005046049 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/k3_x509template.txt' (101,515) at 20210308005003764 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js' (101,516) at 20220105012522983 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/rcw_kmp204x.cfg' (101,517) at 20210308005003012 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_osd_afbcd.c' (101,518) at 20220525020652923 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/cpld.h' (101,519) at 20210308005002988 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/__init__.py' (101,520) at 20241206090014290 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_main.c' (101,521) at 20240405153049093 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd-new.service' (101,522) at 20230520080014480 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/timers-howto.rst' (101,523) at 20220525020651758 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sync_file.h' (101,524) at 20210307214931522 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-x86/chassis/x86-power-control/power-config-host0.json' (101,525) at 20230120040014546 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-Specify-correct-function-signatures-and-de.patch' (101,526) at 20220910030013429 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/ints_low.S' (101,527) at 20210308005002544 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.7.rst' (101,528) at 20241221090017596 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-dv.rst' (101,529) at 20220525020651782 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_rwpf.c' (101,530) at 20240613080016423 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/bootrom.txt' (101,531) at 20210307214925270 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_csr.c' (101,532) at 20210308005003364 2025-03-14 03:00:52.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sch311x.c' (101,533) at 20240405153047081 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/exec/null-argv.c' (101,534) at 20240405153054301 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_85xx.h' (101,535) at 20240405153046133 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_vi_scaler.h' (101,536) at 20210307214928042 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/xilinx_axi_emac.c' (101,537) at 20210308005003448 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/130' (101,538) at 20240906080037564 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/131' (101,539) at 20240326080039730 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/state_3d.xml.h' (101,540) at 20210307214927770 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda8083.c' (101,541) at 20240405153049301 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/metricgroup.h' (101,542) at 20240405153054197 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/jhash.h' (101,543) at 20210309003654960 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/slimbus/slimbus.yaml' (101,544) at 20240405153045153 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/clipboard.c' (101,545) at 20240906080037584 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/ccache.conf' (101,546) at 20231126090012841 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/pmc.c' (101,547) at 20210309003651576 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-apscheduler_3.10.4.bb' (101,548) at 20240301090012423 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h' (101,549) at 20240405153230507 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/ptrace.h' (101,550) at 20240405153229859 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/cpu.c' (101,551) at 20210308005002856 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-vencrypt.c' (101,552) at 20210308005046553 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/Kconfig' (101,553) at 20240405153046649 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0010-autofs-5.1.9-Fix-incompatible-function-pointer-types.patch' (101,554) at 20241221090017496 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-sli-defs.h' (101,555) at 20210307214926238 2025-03-14 03:00:52.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/argument_test.cpp' (101,556) at 20220330030021482 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/twl4030.c' (101,557) at 20210308005003384 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfeq.c' (101,558) at 20210308005046529 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vxlan/Makefile' (101,559) at 20240405153050389 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t4240.c' (101,560) at 20210308005003432 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vsock-pci.c' (101,561) at 20221215040039170 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/irqflags_64.h' (101,562) at 20210307214926582 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sr.h' (101,563) at 20240726080012862 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/sama7_defconfig' (101,564) at 20240405153229907 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/Makefile' (101,565) at 20210308005003044 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/current.h' (101,566) at 20240405153046245 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/vfio.json' (101,567) at 20241211090212450 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ip32_defconfig' (101,568) at 20240405153045993 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-axxia/Makefile' (101,569) at 20210307214925870 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs5535-mfd.c' (101,570) at 20210307214929002 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/cq.c' (101,571) at 20240405153049073 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1373.h' (101,572) at 20210307214932294 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/pmc.json' (101,573) at 20210307214932538 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/viot.h' (101,574) at 20220429100100434 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/entry-fpsimd.S' (101,575) at 20240405153045869 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/nrf51_soc.h' (101,576) at 20220429100100558 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/tests/arch-tests.c' (101,577) at 20240405153054089 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_cmd.c' (101,578) at 20240405153050341 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/Makefile' (101,579) at 20240405153232263 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/run-ptest' (101,580) at 20240413080012655 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/cnqf.c' (101,581) at 20240405153231339 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isp.h' (101,582) at 20240405153230819 2025-03-14 03:00:52.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2204.conf' (101,583) at 20230606080013598 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/acer-wireless.c' (101,584) at 20220525020653903 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_tty.c' (101,585) at 20240405153231379 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/Makefile' (101,586) at 20210307214931898 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/slot_map.h' (101,587) at 20220525020654475 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/event_manager.cpp' (101,588) at 20241122090035229 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libpython.c' (101,589) at 20210307214932466 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/raw_tp_writable_reject_nbd_invalid.c' (101,590) at 20240405153054257 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_base.h' (101,591) at 20240624080012796 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kobject.c' (101,592) at 20240405153231951 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/traps.c' (101,593) at 20240405153045913 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/null_syscall.c' (101,594) at 20220525020655227 2025-03-14 03:00:52.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v3_0.c' (101,595) at 20240405153047153 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/ucsi_ccg.c' (101,596) at 20241115090012961 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem_ttm_helper.h' (101,597) at 20240405153052633 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/subcore.c' (101,598) at 20240405153046217 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/multicalls.h' (101,599) at 20240405153230147 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jstyleson_0.0.2.bb' (101,600) at 20241206090014266 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/l4lb_all.c' (101,601) at 20240405153054253 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cgroup_api.h' (101,602) at 20240405153052669 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsberget_Gl' (101,603) at 20210307205553786 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts' (101,604) at 20240405153229923 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0010-fix-error-for-expansion-of-macro-in-thread.h.patch' (101,605) at 20230131040012027 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,hdmi-phy-qmp.yaml' (101,606) at 20240405153045129 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/os-release/os-release.bb' (101,607) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.virtio' (101,608) at 20210308005003300 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/hypercall.h' (101,609) at 20210307214926066 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config-native.bb' (101,610) at 20241206090014230 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/mac.c' (101,611) at 20240405153050609 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/kernel/smp.c' (101,612) at 20240405153230039 to deleted uid set 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb' (101,613) at 20241221090017560 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/l2_tos_ttl_inherit.sh' (101,614) at 20240405153054345 2025-03-14 03:00:52.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_deps.c' (101,615) at 20240405153048525 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.h' (101,616) at 20210307214928838 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js' (101,617) at 20241004080035959 to deleted uid set 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/smapi.h' (101,618) at 20210307214926950 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_CONNSECMARK.c' (101,619) at 20241018080014586 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sifive.c' (101,620) at 20240405153231519 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c' (101,621) at 20240405153231315 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Chassis_VCEN.json' (101,622) at 20221213040036917 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq4019.c' (101,623) at 20240405153051345 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.c' (101,624) at 20240405153047233 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/rules.mk' (101,625) at 20210308004922940 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/MAINTAINERS' (101,626) at 20210308005003052 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/tests/.kunitconfig' (101,627) at 20240405153230299 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/meson-g12b-fails.txt' (101,628) at 20240405153230531 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_inner_v6_multipath.sh' (101,629) at 20210307214932686 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_takara.c' (101,630) at 20210307214925658 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/Build' (101,631) at 20210307214932518 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/msr.c' (101,632) at 20240405153230127 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/stackcollapse-record' (101,633) at 20210307214932566 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-icore-stm32mp1.dtsi' (101,634) at 20240405153045585 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/trace.h' (101,635) at 20210308005045897 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/phosphor-logging.wrap' (101,636) at 20240215090006160 2025-03-14 03:00:52.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/kexec_relocate.S' (101,637) at 20220525020652090 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/isp.c' (101,638) at 20210307214930542 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/tools/Makefile' (101,639) at 20240405153045901 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am57xx_hs_evm_usb_defconfig' (101,640) at 20210308005003248 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7780.c' (101,641) at 20241211090145433 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/poky-altcfg.yml' (101,642) at 20241221090017464 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cpumask_failure.c' (101,643) at 20240830080013363 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch' (101,644) at 20221003030013269 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/test/fileio_test.cpp' (101,645) at 20240724080006311 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/OWNERS' (101,646) at 20220811030034859 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/oob-test.out' (101,647) at 20210308005046409 to deleted uid set 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/qpl-compression.rst' (101,648) at 20240906080037172 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/plocate/plocate/0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch' (101,649) at 20240413080012655 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/localalloc.h' (101,650) at 20220525020654475 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep.dtsi' (101,651) at 20210308005002596 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd9335.c' (101,652) at 20240405153232163 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm200.c' (101,653) at 20220525020652971 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi' (101,654) at 20240405153229903 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/android-gadget-cleanup' (101,655) at 20210812000025198 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc' (101,656) at 20230114040015462 2025-03-14 03:00:52.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/signal.h' (101,657) at 20240405153045965 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/hi6421v530-regulator.c' (101,658) at 20240405153051465 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-edp.dtsi' (101,659) at 20240405153045561 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf4.c' (101,660) at 20240405153054273 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/start.S' (101,661) at 20210308005002952 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/fit2.c' (101,662) at 20240405153046665 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb' (101,663) at 20220402030016003 to deleted uid set 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/sched_policy.c' (101,664) at 20210307214932578 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c' (101,665) at 20210308005046513 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_ops.c' (101,666) at 20210307214929186 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-kernel-notes' (101,667) at 20210309003648244 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_channel.c' (101,668) at 20210308004938820 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_mii_rt.h' (101,669) at 20240405153231063 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/cfg802154.h' (101,670) at 20240405153231851 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/settings_production_example.py' (101,671) at 20210307205554290 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog_service.cpp' (101,672) at 20240724080026572 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-crypto-fallback.c' (101,673) at 20240405153046517 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pstack.c' (101,674) at 20210307214932602 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98373-i2c.c' (101,675) at 20240405153053629 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/memblock.h' (101,676) at 20210307214925850 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/pgalloc.h' (101,677) at 20240405153230063 2025-03-14 03:00:52.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/generic.c' (101,678) at 20240405153052049 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/memory.json' (101,679) at 20240405153054133 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/sdhci.h' (101,680) at 20240405153045685 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml' (101,681) at 20240405153045133 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-full-cmdline.bb' (101,682) at 20240309090012820 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/adc/ADCSensorMain.cpp' (101,683) at 20241112090003090 to deleted uid set 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LiLiQ-P-1.1' (101,684) at 20211006000025238 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sky81452-regulator.c' (101,685) at 20240405153051473 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml' (101,686) at 20240405153045037 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm2835-aux.h' (101,687) at 20210308005003632 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/memtype.h' (101,688) at 20240405153046389 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/lib/slab.c' (101,689) at 20240405153054225 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts' (101,690) at 20240405153045561 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mxl301rf.h' (101,691) at 20210307214928798 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch' (101,692) at 20241221090017664 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/book3s/Makefile' (101,693) at 20220525020652074 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (101,694) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/perf_regs.h' (101,695) at 20240405153046133 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-guruplug-server-plus.dts' (101,696) at 20240405153045457 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/ddr2_regs.h' (101,697) at 20210308005003372 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_spe_clut224.ppm' (101,698) at 20210307214930954 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/README.md' (101,699) at 20240618080045405 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/const.h' (101,700) at 20210308005003656 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/tda9950.h' (101,701) at 20210307214931482 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml' (101,702) at 20240405153045141 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-base.dts' (101,703) at 20210308005002592 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-chassis.json' (101,704) at 20230128040012698 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/meson.build' (101,705) at 20220913030027305 to deleted uid set 2025-03-14 03:00:52.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/hu' (101,706) at 20210308005046145 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_arria10.h' (101,707) at 20210308005002780 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/snps,hsdk-cgu.h' (101,708) at 20210308005003632 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb' (101,709) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_cpumap.rst' (101,710) at 20240405153044993 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sandbox_osd.c' (101,711) at 20210308005003532 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kfence.h' (101,712) at 20240405153231815 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/sandbox/sandboxfs.c' (101,713) at 20210308005003548 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn30.c' (101,714) at 20220525020652530 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc3_qm_regs.h' (101,715) at 20240405153046605 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra210-xusb.yaml' (101,716) at 20240405153045181 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global1_vtu.c' (101,717) at 20240405153049753 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_queues.c' (101,718) at 20240405153231063 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c' (101,719) at 20240411080014094 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/sysfs-api.rst' (101,720) at 20240405153045197 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/subprojects/boost.wrap' (101,721) at 20221014100033151 to deleted uid set 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.0.4.bb' (101,722) at 20230503080014591 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links-sequencer.bb' (101,723) at 20220921030015990 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres.c' (101,724) at 20240405153054381 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rapidio' (101,725) at 20240405153044917 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-protocol-former.c' (101,726) at 20240405153053501 2025-03-14 03:00:52.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/rocker.h' (101,727) at 20220525020653639 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0004-mmal_20.patch' (101,728) at 20230114040015494 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/ca0106.h' (101,729) at 20240405153053517 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-reg-bits.h' (101,730) at 20230925080040081 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/mlxsw.rst' (101,731) at 20240405153045237 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/canaan,k210-clk.yaml' (101,732) at 20240405153045021 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/acbell_rica_psu.json' (101,733) at 20220601030005861 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3288_common.h' (101,734) at 20210308005003612 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/netem.json' (101,735) at 20240405153054377 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/ics8n3qv01.c' (101,736) at 20210308005003348 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/pmem-dax.c' (101,737) at 20240405153054229 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make/0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch' (101,738) at 20210307205554538 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-fileops.c' (101,739) at 20240405153049357 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/sja1000.c' (101,740) at 20241216090017709 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7757.c' (101,741) at 20210307214926566 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-all.out' (101,742) at 20220429100100882 to deleted uid set 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/trace.h' (101,743) at 20240405153051393 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session' (101,744) at 20230706080014789 2025-03-14 03:00:52.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/do_mounts.h' (101,745) at 20240405153052961 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-cli.cpp' (101,746) at 20230516080019606 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/loongson2_thermal.c' (101,747) at 20240405153231499 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0004-config_info.c-not-expose-build-info.patch' (101,748) at 20240309090012804 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig' (101,749) at 20210308005003264 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c' (101,750) at 20220525020652967 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/atl2.h' (101,751) at 20210307214929310 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx8qxp-ldb.c' (101,752) at 20240405153230523 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/top.c' (101,753) at 20240405153054209 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/tagged-pointers.txt' (101,754) at 20240405153045285 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_cpu.h' (101,755) at 20240326080039562 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx64w-a0.dts' (101,756) at 20240405153045433 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/s3c-hsotg.h' (101,757) at 20210307214931482 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h' (101,758) at 20210308005003516 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/Makefile' (101,759) at 20240405153046413 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/Kconfig' (101,760) at 20240405153231067 2025-03-14 03:00:52.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/async_stack_depth.c' (101,761) at 20240405153054245 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_ov7660.c' (101,762) at 20210307214928830 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mediatek,nand-ecc-engine.yaml' (101,763) at 20240405153045113 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/run-ptest' (101,764) at 20231014080011723 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/swab.h' (101,765) at 20210308005003656 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/rng.c' (101,766) at 20210308005003216 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/packagegroups/packagegroup-s6q-apps.bb' (101,767) at 20220224040010566 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit_3.11.bb' (101,768) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/conftest.py' (101,769) at 20221213040040909 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE-CKSUM' (101,770) at 20210518000100501 to deleted uid set 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sa8775p-rpmh.h' (101,771) at 20240405153052649 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/switch_to.h' (101,772) at 20210307214926586 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9261.dtsi' (101,773) at 20210308005002572 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/monitor_mwait_test.c' (101,774) at 20240405153232271 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC' (101,775) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/state.hpp' (101,776) at 20230523080037934 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update/phosphor-ipmi-flash-bios-update.service' (101,777) at 20220119040023096 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_pci.h' (101,778) at 20210308005003536 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/nv46.c' (101,779) at 20220525020652971 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/README.md' (101,780) at 20240806080022195 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cutils.h' (101,781) at 20241211090212366 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/firmware-uclass.c' (101,782) at 20210308005003372 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/Kconfig' (101,783) at 20210308005002976 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-generic.c' (101,784) at 20241114091008832 to deleted uid set 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/mmc.c' (101,785) at 20210308005003540 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-98dx3336.dtsi' (101,786) at 20240405153045453 2025-03-14 03:00:52.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-microchip-pit64b.c' (101,787) at 20240405153046877 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/sn/intr.h' (101,788) at 20210307214926118 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_hw.h' (101,789) at 20240405153050029 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/regs.h' (101,790) at 20210307214929362 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha3-ce-glue.c' (101,791) at 20240405153045849 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/fuzzing.rst' (101,792) at 20241211090212234 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/msm_disp_snapshot.h' (101,793) at 20240405153048597 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-basic' (101,794) at 20210307214932570 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/a.out.h' (101,795) at 20210307214926682 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/bcm2835_thermal.c' (101,796) at 20240812080017248 2025-03-14 03:00:52.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pgalloc.h' (101,797) at 20240405153230079 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/leon_kernel.c' (101,798) at 20240405153230091 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/openbios-sparc32' (101,799) at 20241211090212434 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/uv/uv_time.c' (101,800) at 20210309003649092 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/eb_cpu5282.h' (101,801) at 20210308005003592 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/gate.json' (101,802) at 20240405153054377 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc-xo1-pm.c' (101,803) at 20210307214926746 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/map_rom.c' (101,804) at 20240405153049677 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/obmc/power_control' (101,805) at 20221129040014411 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VMPU.interface.yaml' (101,806) at 20220315030032659 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/Makefile' (101,807) at 20210308005002916 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/qi_lb60.dts' (101,808) at 20240405153045989 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/layla24_dsp.c' (101,809) at 20220525020654995 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbla.c' (101,810) at 20210308005046505 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/namei_msdos.c' (101,811) at 20240405153052361 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-stat-detailed-1' (101,812) at 20241211090145573 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb' (101,813) at 20241221090017488 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/syscalls/Makefile' (101,814) at 20240405153045357 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/compressed/misc.c' (101,815) at 20210307214926306 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/nvmem/microchip,sama7g5-otpc.h' (101,816) at 20240405153052649 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch' (101,817) at 20210307205553738 2025-03-14 03:00:52.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in' (101,818) at 20220818100016223 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/pegasus_notetaker.c' (101,819) at 20240405153049157 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/7000.c' (101,820) at 20240405153050509 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-v4l.c' (101,821) at 20210309003650396 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/Makefile' (101,822) at 20210308005002996 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/DINF.interface.yaml' (101,823) at 20220315030032659 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/CONTRIBUTING.md' (101,824) at 20240628080017109 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/pmem.h' (101,825) at 20240405153051197 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-e5.dts' (101,826) at 20240405153229939 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_fence.h' (101,827) at 20240405153230603 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/asn1.c' (101,828) at 20240405153052505 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse-type/run-ptest' (101,829) at 20240301090012431 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi' (101,830) at 20210307214926350 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive_regs.h' (101,831) at 20240326080039454 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ThermalSubsystem_v1.xml' (101,832) at 20240619080002936 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/typec.rst' (101,833) at 20210307214925474 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamrng.c' (101,834) at 20240405153046929 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,vsp1.yaml' (101,835) at 20240405153045101 2025-03-14 03:00:52.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/sufile.c' (101,836) at 20240405153231707 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_util.c' (101,837) at 20240405153051965 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_mixer.c' (101,838) at 20210307214932274 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/pl01x.S' (101,839) at 20240405153045625 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/socket_cookie_prog.c' (101,840) at 20220525020655199 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_debug.c' (101,841) at 20240910080014030 to deleted uid set 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi' (101,842) at 20240405153229927 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_clocks.c' (101,843) at 20210307214928010 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/time.h' (101,844) at 20210307214931694 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-udma-private.c' (101,845) at 20240405153230287 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/memory.json' (101,846) at 20240405153054113 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/templates/kernel-toc.html' (101,847) at 20240405153045265 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lzo.h' (101,848) at 20210307214931418 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml' (101,849) at 20240405153045141 2025-03-14 03:00:52.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/assoc_array.c' (101,850) at 20240405153053081 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_2_0_offset.h' (101,851) at 20240405153047677 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-gen.h.inc' (101,852) at 20240906080037324 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/memslot_modification_stress_test.c' (101,853) at 20240405153054321 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb' (101,854) at 20240413080012659 to deleted uid set 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/sbs-battery.h' (101,855) at 20210307214931486 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda665x.c' (101,856) at 20240405153049301 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-fb/ipmi/fb-ipmi-oem_%.bbappend' (101,857) at 20241026080010886 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/x2000-dma.h' (101,858) at 20220525020654543 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/phosphor-logging.wrap' (101,859) at 20220525020545509 2025-03-14 03:00:52.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-bulk.c' (101,860) at 20240405153046777 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/ecc-sw-bch.c' (101,861) at 20220525020653395 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_lpc_mec.h' (101,862) at 20240910080014062 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/power_off_config.md' (101,863) at 20240807080019546 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/debugfs.h' (101,864) at 20210307214931366 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_NAND_33_defconfig' (101,865) at 20210308005003236 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb' (101,866) at 20241221090017564 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/development-process.rst' (101,867) at 20210307214925550 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi' (101,868) at 20240805080013915 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/resctrl.h' (101,869) at 20240405153046393 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb' (101,870) at 20220721030015849 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/simatic-ipc-batt.c' (101,871) at 20240405153231343 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-fvp-base.inc' (101,872) at 20241206090014214 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_debug.h' (101,873) at 20240405153048597 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/README' (101,874) at 20210307205554266 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere-host-shutdown-ack@.service' (101,875) at 20230706080014725 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/sysfs-common.c' (101,876) at 20240405153053121 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/northbridge.c' (101,877) at 20210308005002852 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/Kconfig' (101,878) at 20240405153050325 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stackprotector.h' (101,879) at 20240405153045861 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/fc001x-common.h' (101,880) at 20210307214928794 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/bitops.h' (101,881) at 20240405153045905 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-generic.c' (101,882) at 20240405153050297 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarmv5.yml' (101,883) at 20241206090014206 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/Kconfig' (101,884) at 20241211090212462 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/shrinker_debug.c' (101,885) at 20240405153053149 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/Makefile' (101,886) at 20210308005002768 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt8195-pinctrl.yaml' (101,887) at 20240405153045133 2025-03-14 03:00:52.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.service' (101,888) at 20240301090012431 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_syscall.h' (101,889) at 20220429100100646 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/mcdi.c' (101,890) at 20240405153046741 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg' (101,891) at 20210307205554390 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-resched-dscr.c' (101,892) at 20220525020655227 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/phal-devtree.bb' (101,893) at 20210812000025258 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/syscall_wrapper.h' (101,894) at 20240405153046129 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8188.h' (101,895) at 20240405153051321 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/direct.h' (101,896) at 20240405153052993 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/upd64031a.c' (101,897) at 20240405153049345 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c' (101,898) at 20241211090145449 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/early_cmos.c' (101,899) at 20210308005002884 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1-monitoring.service' (101,900) at 20230920080013648 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/axp20x_battery.c' (101,901) at 20241008080013967 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd_3.6.5.bb' (101,902) at 20241221090017636 to deleted uid set 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/metricgroups.json' (101,903) at 20240405153054125 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stratixII.h' (101,904) at 20210308005003688 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-clear-one-time@.service' (101,905) at 20210308005055797 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-arl-match.c' (101,906) at 20240613080016547 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/src/utils.c' (101,907) at 20240405153054389 2025-03-14 03:00:52.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/latencytop.c' (101,908) at 20240405153053013 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_util.h' (101,909) at 20240405153054241 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/functionfs.rst' (101,910) at 20240405153045305 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/tcan4x5x.h' (101,911) at 20220525020653419 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/sw_utils.hpp' (101,912) at 20241217090008764 to deleted uid set 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/Makefile' (101,913) at 20210307214932206 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/Kconfig' (101,914) at 20240405153052449 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/0001-configure-Check-for-clock_gettime-seprately-from-__N.patch' (101,915) at 20220402030015899 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (101,916) at 20230722080012861 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_pm.h' (101,917) at 20240405153230163 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-zipp_3.21.0.bb' (101,918) at 20241221090017668 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch' (101,919) at 20241221090017656 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/skip_action.hpp' (101,920) at 20210308005120353 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serdev.h' (101,921) at 20240405153052793 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb' (101,922) at 20241221090017564 to deleted uid set 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/rtnh.h' (101,923) at 20210307214931574 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1781-i2c.c' (101,924) at 20240405153053565 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/dlhl60d.c' (101,925) at 20240405153049009 2025-03-14 03:00:52.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/radix_tlb.c' (101,926) at 20240405153230047 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_8_1_sh_mask.h' (101,927) at 20210307214927534 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/rcom.h' (101,928) at 20240405153231651 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/case.py' (101,929) at 20231126090012845 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/udivdi3.S' (101,930) at 20210307214926610 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/sparc/Makefile' (101,931) at 20210307214932518 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb' (101,932) at 20241221090017660 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/meson.build' (101,933) at 20230601080022474 to deleted uid set 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_partition_invalid.cpp' (101,934) at 20210308005108645 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asmmacro-64.h' (101,935) at 20210307214926210 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sungem.c' (101,936) at 20240613080016439 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/Makefile' (101,937) at 20210308005002916 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/Firejail/firejail_0.9.72.bb' (101,938) at 20241221090017580 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-mp2629' (101,939) at 20210309003648256 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1409.c' (101,940) at 20240405153049293 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_send.c' (101,941) at 20220525020654891 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/thermalcontroller.hpp' (101,942) at 20240904080040763 2025-03-14 03:00:52.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,soc.txt' (101,943) at 20210308005002536 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-core.c' (101,944) at 20240405153049557 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py' (101,945) at 20241221090017592 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb' (101,946) at 20231207090015266 to deleted uid set 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (101,947) at 20241004080014303 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zlib.c' (101,948) at 20210308005046553 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/cfg80211.c' (101,949) at 20240405153050477 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch' (101,950) at 20210307205554614 to deleted uid set 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vminh.S' (101,951) at 20230426080043952 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/scripts/lib/devtool/standard.py' (101,952) at 20241221090017700 to deleted uid set 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/037_x86_no_ucode.dts' (101,953) at 20210308005003752 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf.h' (101,954) at 20240405153232215 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-sheep.dts' (101,955) at 20210308005002608 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/math-emu.h' (101,956) at 20210307214926334 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.2.rst' (101,957) at 20241221090017592 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_kms.c' (101,958) at 20240405153230627 2025-03-14 03:00:52.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/mmc.h' (101,959) at 20210308005002768 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91rm9200ek_ram_defconfig' (101,960) at 20210308005003248 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP0.interface.yaml' (101,961) at 20220315030032659 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.0.bb' (101,962) at 20241221090017548 to deleted uid set 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_DIG.h' (101,963) at 20240405153051921 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/Makefile' (101,964) at 20240405153048573 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/vlv_dsi.c' (101,965) at 20240405153230563 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra.c' (101,966) at 20240405153231339 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6qsabrelite_defconfig' (101,967) at 20210308005003268 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/cmd.h' (101,968) at 20210307214929870 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/s390_flic_kvm.c' (101,969) at 20241211090212286 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/turbografx.c' (101,970) at 20240405153049133 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_v1v2.c' (101,971) at 20240405153054249 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c' (101,972) at 20240405153054361 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/max31785@52.conf' (101,973) at 20240904080027734 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/asm-offsets.h' (101,974) at 20210307214925666 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.29.bb' (101,975) at 20241221090017528 to deleted uid set 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts' (101,976) at 20240405153229875 2025-03-14 03:00:52.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mana/hw_channel.h' (101,977) at 20240405153231855 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/seco/seco-cec.c' (101,978) at 20240405153049265 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mmc_host_def.h' (101,979) at 20210308005002636 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch' (101,980) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_max_descriptors.sh' (101,981) at 20240405153054297 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/atyfb.h' (101,982) at 20240405153052181 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tcpbpf_kern.c' (101,983) at 20240405153054281 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/amiserial.c' (101,984) at 20240405153231503 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/usercommands.cpp' (101,985) at 20241009080021762 to deleted uid set 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_prime.h' (101,986) at 20220525020653003 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ot1200_spl_defconfig' (101,987) at 20210308005003272 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/meson.build' (101,988) at 20240906080037160 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_config_printk_time.log' (101,989) at 20210309003655972 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (101,990) at 20230722080012861 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750_accel.c' (101,991) at 20240405153231491 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/Kconfig' (101,992) at 20220525020651998 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c' (101,993) at 20210308005003016 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am572x-idk.dts' (101,994) at 20210308005002564 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/module.h' (101,995) at 20240405153045625 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_ethtool.c' (101,996) at 20240405153051533 2025-03-14 03:00:52.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp4xx.dtsi' (101,997) at 20240405153045437 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/be_byteshift.h' (101,998) at 20210308005003672 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml' (101,999) at 20240405153045085 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-KarrerNet' (102,000) at 20210307205553758 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/configure.ac' (102,001) at 20210308005111461 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sun4m_smp.c' (102,002) at 20240405153046329 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb' (102,003) at 20231126090012789 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bitops/fls.h' (102,004) at 20210307214926314 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/ubuntu.aarch64' (102,005) at 20240326080039750 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/041_unknown_pos_size.dts' (102,006) at 20210308005003752 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tmc-etf.c' (102,007) at 20240405153048893 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts/44-source-han-sans-jp-fonts.conf' (102,008) at 20241206090014258 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_adi.json' (102,009) at 20241213090004417 to deleted uid set 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h' (102,010) at 20210307214927906 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb' (102,011) at 20230919080013950 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_arp/arpt_mangle.h' (102,012) at 20210307214931646 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb' (102,013) at 20220402030016027 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gt215.c' (102,014) at 20240405153048661 2025-03-14 03:00:52.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0026-undef-stdin-for-references-using-stdin-as-a-struct-m.patch' (102,015) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utils_keywords.py' (102,016) at 20231215090013781 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/network/phosphor-network_%.bbappend' (102,017) at 20241206090014286 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-infracfg.c' (102,018) at 20240405153051761 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_syscall.h' (102,019) at 20220429100100642 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if900b.h' (102,020) at 20210307214927902 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ioep-fpga.c' (102,021) at 20210308005003000 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__submit.hpp' (102,022) at 20240817080036820 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-common.c' (102,023) at 20240405153230827 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/krb5-kdc.service' (102,024) at 20210307205553878 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.out' (102,025) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/fault.c' (102,026) at 20240405153229863 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vga.h' (102,027) at 20210307214926678 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/board.h' (102,028) at 20210308005002952 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/termbits.h' (102,029) at 20210308005046089 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/dummy.h' (102,030) at 20210307214930186 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-Turn-off-sign-compare-for-musl-libc.patch' (102,031) at 20230706080014745 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/irdma-abi.h' (102,032) at 20240405153231883 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx6ul-clock.h' (102,033) at 20240405153052641 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/siano/Makefile' (102,034) at 20210307214928850 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/kernel-enforcement-statement.rst' (102,035) at 20240405153045281 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/gsseg.h' (102,036) at 20240405153046385 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/cpld.c' (102,037) at 20210308005002992 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-sensors.yaml' (102,038) at 20240224090011377 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/conf-notes.txt' (102,039) at 20230807080022154 2025-03-14 03:00:52.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3128.dtsi' (102,040) at 20210308005002604 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/sigio.c' (102,041) at 20220525020652130 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (102,042) at 20241207090012335 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains2430_data.c' (102,043) at 20210307214925910 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-client.default' (102,044) at 20210307205554122 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/rmtfs_mem.c' (102,045) at 20240405153051765 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/util/debug_output.hpp' (102,046) at 20220607030033272 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/vo-amrwbenc_0.1.3.bb' (102,047) at 20210307205553802 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/Kconfig' (102,048) at 20240912080012042 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/mtrap.S' (102,049) at 20210308005002844 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/pcan_usb_fd.c' (102,050) at 20240405153049741 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/st,stmfx.yaml' (102,051) at 20240405153045109 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_vclock.c' (102,052) at 20240405153051445 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher_1.14.20.bb' (102,053) at 20241221090017504 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AsiaSat2_C-100.5E' (102,054) at 20210307205553758 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (102,055) at 20241206090014234 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/manpage-normal.xsl' (102,056) at 20210307214932494 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/debug-monitors.c' (102,057) at 20240405153045865 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-isavga' (102,058) at 20210308005046237 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vma.h' (102,059) at 20240405153230579 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/string.h' (102,060) at 20240405153229999 2025-03-14 03:00:52.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mediatek/platsmp.c' (102,061) at 20210307214925898 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enum-dv-timings.rst' (102,062) at 20220525020651786 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml' (102,063) at 20210307214925414 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VLanNetworkInterface_v1.xml' (102,064) at 20240619080002940 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/idau.h' (102,065) at 20210308005046265 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/gre_gso.sh' (102,066) at 20220525020655219 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/cs8900.h' (102,067) at 20210308005003428 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/drm/drm_fourcc.h' (102,068) at 20241211090212370 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge' (102,069) at 20210308005046489 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/sam.S' (102,070) at 20230426080043952 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-caps' (102,071) at 20240405153044913 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-poeg.yaml' (102,072) at 20240405153045137 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/reproducibility.patch' (102,073) at 20240413080012659 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/xr_serial.c' (102,074) at 20240405153231567 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libyang/libyang/run-ptest' (102,075) at 20230401080011935 2025-03-14 03:00:52.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/sysreg.h' (102,076) at 20240405153229979 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi' (102,077) at 20240628080013977 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-no-webui.inc' (102,078) at 20231012080014468 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/6.Followthrough.rst' (102,079) at 20210307214925578 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/filter.h' (102,080) at 20240405153050285 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-topology.c' (102,081) at 20240913080013865 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/bcu/0001-CMakeLists-do-not-use-vendored-libcurl.patch' (102,082) at 20241221090017532 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch' (102,083) at 20241221090017636 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/coreboot.c' (102,084) at 20210308005002856 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/lib/memset.S' (102,085) at 20210307214926114 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_core.h' (102,086) at 20240405153231475 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb' (102,087) at 20220204040022472 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-cfg-block.h' (102,088) at 20210308005003084 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-m68k/bootinfo-mac.h' (102,089) at 20210927100127253 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/builder.hpp' (102,090) at 20220724030021860 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pci-functions.h' (102,091) at 20210307214926670 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/video.h' (102,092) at 20210309003649004 2025-03-14 03:00:52.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/arm,twd-wdt.yaml' (102,093) at 20240405153045185 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/hfsplus_raw.h' (102,094) at 20240405153052381 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/realtek.yaml' (102,095) at 20240405153045017 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa73.inc' (102,096) at 20240301090012451 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/0001-check-sr-results-Change-the-expected-SR-result-confi.patch' (102,097) at 20231126090012769 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0004-Add-configure-option-to-find-qt5-native-tools.patch' (102,098) at 20210307205553910 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Create/meson.build' (102,099) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/mcr20a.h' (102,100) at 20210307214929678 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch' (102,101) at 20220125040024475 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/faq.rst' (102,102) at 20240405153045009 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_ppi.c' (102,103) at 20240906080037304 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/endian-big' (102,104) at 20210307205554626 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_mipi_defconfig' (102,105) at 20210308005003260 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-b.dts' (102,106) at 20240405153229871 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/xen/xen.h' (102,107) at 20210307214932742 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt' (102,108) at 20210308005003328 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/ihs_axi.c' (102,109) at 20210308005003336 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_fw_counters.h' (102,110) at 20240405153230267 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_rockusb.c' (102,111) at 20210308005003508 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-fw-ver.sh' (102,112) at 20220716030014384 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/Kconfig' (102,113) at 20220525020653475 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm-ns.dtsi' (102,114) at 20240405153229871 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt' (102,115) at 20240405153230531 2025-03-14 03:00:52.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/si476x.rst' (102,116) at 20240405153044957 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/arm-cci.h' (102,117) at 20210307214926058 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/__init__.py' (102,118) at 20210307205554266 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/221.out' (102,119) at 20240326080039730 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb' (102,120) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/of_mdio.c' (102,121) at 20240405153050349 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/Makefile' (102,122) at 20210308005003004 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt274.c' (102,123) at 20240405153053697 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/regs-ost.h' (102,124) at 20240405153045681 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/gpio-fsi/fsi-master/fsi0/slave@00--00/00--00--00--0a/fsi-master/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2.conf' (102,125) at 20210307205554222 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/link_iter.c' (102,126) at 20240405153052981 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_expire_password.robot' (102,127) at 20241203090020836 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/Firejail/firejail/exclude_seccomp_util_compiles.patch' (102,128) at 20230401080011947 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_iso.h' (102,129) at 20210308005003288 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-evb.dtsi' (102,130) at 20240405153045561 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml' (102,131) at 20240405153045045 2025-03-14 03:00:52.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/regression1.c' (102,132) at 20240405153054233 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/vas.h' (102,133) at 20220627100016930 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/sierra_ms.c' (102,134) at 20240405153052145 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da903x.h' (102,135) at 20210307214931426 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/common/irq.c' (102,136) at 20210307214926270 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-vbi.h' (102,137) at 20210307214928686 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_plip.h' (102,138) at 20210307214931638 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d31.dtsi' (102,139) at 20240405153045469 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpci_maxim_core.c' (102,140) at 20240405153052149 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pci-stub.c' (102,141) at 20240405153051249 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/sunxi/Makefile' (102,142) at 20240405153231451 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6afe-dai.c' (102,143) at 20240405153232187 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/twofish-i586-asm_32.S' (102,144) at 20220525020652138 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ecm.txt' (102,145) at 20210307214925402 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ringbuf.c' (102,146) at 20240405153054277 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/rose/rose_timer.c' (102,147) at 20220804100016128 to deleted uid set 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/posix_types.h' (102,148) at 20210308005002848 2025-03-14 03:00:52.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_regs.h' (102,149) at 20240405153231235 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/iscsi_tcp.c' (102,150) at 20240405153051617 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.h' (102,151) at 20210307214929298 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/string.h' (102,152) at 20210307214931662 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.h' (102,153) at 20240405153047281 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/miim.c' (102,154) at 20241211090212302 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ceph/mds_client.c' (102,155) at 20240429080012448 to deleted uid set 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerCollection.json' (102,156) at 20240619080002948 2025-03-14 03:00:52.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pmu.c' (102,157) at 20240613080016563 2025-03-14 03:00:52.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_type.h' (102,158) at 20240405153230979 to deleted uid set 2025-03-14 03:00:52.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon_helper.c' (102,159) at 20241211090212474 2025-03-14 03:00:52.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/apl.c' (102,160) at 20240405153053993 2025-03-14 03:00:52.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/renderer.py' (102,161) at 20220314030038324 2025-03-14 03:00:52.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c' (102,162) at 20241018080014498 2025-03-14 03:00:52.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/cfi.h' (102,163) at 20210308005003668 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/virtual-memory.json' (102,164) at 20240405153054137 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/sections.h' (102,165) at 20210308005003560 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/interrupt-cnt.c' (102,166) at 20240405153046909 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/thmc50.rst' (102,167) at 20210309003648428 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-dlfilter.txt' (102,168) at 20240405153054077 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/device_updater.cpp' (102,169) at 20241209090039365 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/sctp.rst' (102,170) at 20210307214925542 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bur_am335x_common.h' (102,171) at 20210308005003588 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_login.c' (102,172) at 20240405153051961 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/Kconfig' (102,173) at 20240405153046729 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_route.c' (102,174) at 20240405153053365 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ramfb.c' (102,175) at 20240906080037216 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-am654-serdes.c' (102,176) at 20240405153051301 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_w.c' (102,177) at 20210308005046513 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/README.rst' (102,178) at 20240405153232099 2025-03-14 03:00:52.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/vsyscall-syscall.S' (102,179) at 20210307214926570 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/main.c' (102,180) at 20240405153051589 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/dmar.c' (102,181) at 20241011080017323 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/integratorap.h' (102,182) at 20210308005003596 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_mem.h' (102,183) at 20240405153230607 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_page.h' (102,184) at 20240405153052753 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f429-disco.dts' (102,185) at 20240405153045581 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb' (102,186) at 20221003030013273 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_uvc.h' (102,187) at 20240405153231551 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-Makefile.in-don-t-use-the-internal-lua.patch' (102,188) at 20220402030015911 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/install.sh' (102,189) at 20240405153046073 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mscc/ocelot.c' (102,190) at 20240830080013287 to deleted uid set 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/hugetlbpage.rst' (102,191) at 20240405153044961 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect_5.45.4.bb' (102,192) at 20241221090017656 to deleted uid set 2025-03-14 03:00:52.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-mt6360' (102,193) at 20220525020651634 2025-03-14 03:00:52.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe_property_parameters.rst' (102,194) at 20240405153045309 2025-03-14 03:00:52.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/Makefile' (102,195) at 20240405153048969 2025-03-14 03:00:52.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/pid.c' (102,196) at 20240405153054381 2025-03-14 03:00:52.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/232.out' (102,197) at 20210308005046461 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_2_1_0_offset.h' (102,198) at 20210307214927434 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dts' (102,199) at 20210308005002580 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/channel.c' (102,200) at 20240520080015151 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/googletest.wrap' (102,201) at 20230816080029083 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/iio-trig-loop.c' (102,202) at 20240405153049017 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml' (102,203) at 20210309003648328 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/unisoc/Makefile' (102,204) at 20240405153045609 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-keys_0.5.0.bb' (102,205) at 20240301090012431 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/tests/test-evlist.c' (102,206) at 20240405153054065 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-core2.inc' (102,207) at 20240127090011888 to deleted uid set 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp874.c' (102,208) at 20210307214931182 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/cell_defconfig' (102,209) at 20240405153046097 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig' (102,210) at 20210308005003236 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/tw5864-core.c' (102,211) at 20240405153049381 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_list_fail.c' (102,212) at 20240405153232259 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-ic-common.c' (102,213) at 20210307214930578 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4_pbi.cfg' (102,214) at 20210308005002956 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/nuvoton/Kconfig' (102,215) at 20240405153051761 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/Makefile' (102,216) at 20240405153049473 2025-03-14 03:00:52.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/bench.h' (102,217) at 20240405153232223 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_blocksort.c' (102,218) at 20210308005003696 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/pic.c' (102,219) at 20240405153230051 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/kvm.h' (102,220) at 20240906080037352 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m_%.bbappend' (102,221) at 20230813080012836 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/stm32l4x5_gpio.h' (102,222) at 20240906080037332 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ralink,rt5350-pinctrl.yaml' (102,223) at 20240405153045137 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch' (102,224) at 20230520080014500 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml' (102,225) at 20240405153045069 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_2_0_0_offset.h' (102,226) at 20210307214927442 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si470x/radio-si470x-usb.c' (102,227) at 20240405153049505 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/jffs2_1pass.h' (102,228) at 20210308005003656 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625k.dts' (102,229) at 20240405153045433 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/renesas,em-gio.yaml' (102,230) at 20210307214925318 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/netmisc.c' (102,231) at 20240405153052517 2025-03-14 03:00:52.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/file.h' (102,232) at 20240405153232107 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/common/common.c' (102,233) at 20210308005002904 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/uncore-ddrc.json' (102,234) at 20240405153054113 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/host_interface.hpp' (102,235) at 20221229040004411 to deleted uid set 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ux500/Makefile' (102,236) at 20240405153229911 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/pci.rst' (102,237) at 20240405153045245 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi' (102,238) at 20220525020651902 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hifn_795x.c' (102,239) at 20240405153046941 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-video.h' (102,240) at 20210307214928686 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/Kconfig' (102,241) at 20210307214930430 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+polocks.litmus' (102,242) at 20220525020655127 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-edma-v0-debugfs.h' (102,243) at 20240405153046985 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/nmi.c' (102,244) at 20230426080043684 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/multiface.h' (102,245) at 20210307214930010 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/vrm@40.conf' (102,246) at 20240904080027738 2025-03-14 03:00:52.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmconvert.c' (102,247) at 20220525020654467 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe.c' (102,248) at 20240405153054181 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_close.c' (102,249) at 20240405153232079 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/cfi.c' (102,250) at 20240405153049641 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/static_call.h' (102,251) at 20241220090018326 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c' (102,252) at 20240405153050245 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/network.scss' (102,253) at 20210308005107077 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/POTFILES.in' (102,254) at 20210308005003732 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sparc/include/uapi/asm/mman.h' (102,255) at 20210307214932458 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/core.c' (102,256) at 20241216090017725 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_sve_change_vl.c' (102,257) at 20241008080014055 2025-03-14 03:00:52.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb' (102,258) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_metrics.c' (102,259) at 20240820080014185 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_nat_redirect.h' (102,260) at 20240405153052857 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config.bb' (102,261) at 20241206090014234 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pixis.h' (102,262) at 20210308005002960 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/uncore-memory.json' (102,263) at 20240405153054145 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor/phosphor-dbus-monitor.service' (102,264) at 20230215040018439 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aesni-intel_asm.S' (102,265) at 20240405153046357 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/raw_diag.c' (102,266) at 20240405153053257 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c' (102,267) at 20240405153230615 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utnonansi.c' (102,268) at 20210307214926846 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_mman.h' (102,269) at 20230925080039941 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_pptable.h' (102,270) at 20240405153230507 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-gpio-monitor/meson.options' (102,271) at 20230817080035125 to deleted uid set 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/verity.h' (102,272) at 20240405153052301 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/sun_uflash.c' (102,273) at 20240405153230867 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/compatible-layers.png' (102,274) at 20210307205554378 to deleted uid set 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1xxx_psc.h' (102,275) at 20210307214926218 2025-03-14 03:00:52.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/Kconfig' (102,276) at 20241211090212290 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizbox2-common.dtsi' (102,277) at 20240405153045465 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/bus-fixup.c' (102,278) at 20240405153230843 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_std.c' (102,279) at 20220525020653963 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/csrc-r4k.c' (102,280) at 20210307214926254 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/gdbstub/test-mte.py' (102,281) at 20241211090212550 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/detect-sled-present@.service' (102,282) at 20220719030014804 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-ati-x10.c' (102,283) at 20210307214928778 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/baseprojectspecificpage.html' (102,284) at 20210307205554282 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/w6692.c' (102,285) at 20210307214928542 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/memchr.S' (102,286) at 20240405153045897 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vmcore.h' (102,287) at 20210307214931686 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/arm_arch_timer.c' (102,288) at 20240405153230247 2025-03-14 03:00:52.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c' (102,289) at 20240405153230999 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/vectors.c' (102,290) at 20210307214926142 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/protocol.c' (102,291) at 20220525020654835 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/calipso.c' (102,292) at 20220525020654843 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/Makefile' (102,293) at 20210307214928454 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/import.py' (102,294) at 20210307205554634 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@3c0/ir35221@72.conf' (102,295) at 20240904080027734 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power10-pmu.c' (102,296) at 20240405153046193 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/ccs811.c' (102,297) at 20240405153048969 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8904.yaml' (102,298) at 20240405153229799 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/Makefile' (102,299) at 20210308005002960 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/Kconfig' (102,300) at 20210308005002848 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_2.2.7.bb' (102,301) at 20231126090012781 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/Kconfig' (102,302) at 20210307214927858 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_checkptrw.c' (102,303) at 20210308005003552 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x-u-boot.dts' (102,304) at 20210308005002600 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7622-eth.c' (102,305) at 20240405153230211 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/parallel.h' (102,306) at 20240906080037332 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lpc_sch.c' (102,307) at 20220525020653343 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/si1145.c' (102,308) at 20240405153049001 2025-03-14 03:00:52.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/xtkbd.c' (102,309) at 20240405153049141 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-health-monitor/.clang-format' (102,310) at 20241219090021944 to deleted uid set 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-regs-options.c' (102,311) at 20210309003655960 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/exynos4210_combiner.h' (102,312) at 20221215040039182 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc4_cmdq_regs.h' (102,313) at 20240405153046605 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb' (102,314) at 20241221090017508 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/process.hpp' (102,315) at 20230511080029875 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/rdma_core.c' (102,316) at 20240405153049025 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/disable-libxml2-check.patch' (102,317) at 20210307205554010 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-1.x/run-ptest' (102,318) at 20241206090014262 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/docs/code_update.md' (102,319) at 20221209040018563 to deleted uid set 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/Makefile.dtc' (102,320) at 20210308005003728 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/rapidio/mport_cdev.rst' (102,321) at 20210307214925470 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TCP-wrappers' (102,322) at 20211006000025246 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_param_trace.h' (102,323) at 20210307214932194 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cardlist.rst' (102,324) at 20210307214925230 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/pagelist.c' (102,325) at 20240726080012870 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_mqprio_lib.c' (102,326) at 20240405153053369 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/rockchip-efuse.c' (102,327) at 20210308005003400 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_ph.c' (102,328) at 20210308005046509 2025-03-14 03:00:52.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/errno.h' (102,329) at 20240405153230019 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/functor.hpp' (102,330) at 20240820080023682 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-cosino.dtsi' (102,331) at 20240405153045461 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/btree.h' (102,332) at 20240405153052445 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml' (102,333) at 20240405153045105 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-core.h' (102,334) at 20240405153049465 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sch56xx-common.h' (102,335) at 20220525020653063 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_SECURE_BOOT_defconfig' (102,336) at 20210308005003232 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/redfish_plus.py' (102,337) at 20230512080020573 to deleted uid set 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/the_nilfs.c' (102,338) at 20240712080021089 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_pwrctrl.h' (102,339) at 20220525020654187 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/bus_sdio.c' (102,340) at 20240405153231263 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/zaurus.c' (102,341) at 20240405153050385 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (102,342) at 20220622030015257 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu.h' (102,343) at 20241211090212482 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/divider.txt' (102,344) at 20210307214925294 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch' (102,345) at 20240413080012699 to deleted uid set 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra72x-mmc-iodelay.dtsi' (102,346) at 20240405153045601 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/debug-monitors.h' (102,347) at 20240405153045853 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/snps,dw-umctl2-ddrc.yaml' (102,348) at 20240405153045105 2025-03-14 03:00:52.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSupplyCollection.json' (102,349) at 20240619080002952 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/imx-regs.h' (102,350) at 20210308005002640 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/phosphor-logging.wrap' (102,351) at 20220323030048031 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/cfi_cmdset_0020.c' (102,352) at 20240405153049677 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/image_types_sparse.bbclass' (102,353) at 20230813080012844 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-type-list.json' (102,354) at 20210308005046409 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_rtnetlink.cpp' (102,355) at 20240822080023973 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-edid.rst' (102,356) at 20220525020651786 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/rpmsg.rst' (102,357) at 20210309003648464 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-uv-hcalls.rst' (102,358) at 20220429100100422 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/savevm.c' (102,359) at 20241211090212394 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sifive-fu740-prci.h' (102,360) at 20240405153052645 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-img-spfi.c' (102,361) at 20240405153231459 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7206/irq.c' (102,362) at 20210307214926538 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Voxna' (102,363) at 20210307205553794 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_ioctl_rtl.c' (102,364) at 20240405153051901 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/uaccess.c' (102,365) at 20240906080037444 2025-03-14 03:00:52.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/tracing/ftrace-bisect.sh' (102,366) at 20240405153053461 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pbl_crc32.c' (102,367) at 20210308005003772 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_gop.c' (102,368) at 20210308005003704 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/Makefile' (102,369) at 20240405153045441 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5651.c' (102,370) at 20240405153053717 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/puda.c' (102,371) at 20240405153049069 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts/44-source-han-sans-tw-fonts.conf' (102,372) at 20241206090014258 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_region_ttm.c' (102,373) at 20240405153048541 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-dmic.yaml' (102,374) at 20240405153045169 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-ali1535.rst' (102,375) at 20210307214925506 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml' (102,376) at 20240405153045081 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_soc_pmic_chtwc.c' (102,377) at 20241018080014490 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-linker-scripts-Do-not-export-_IO_stdin_used.patch' (102,378) at 20230919080013954 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/clang-tsa.h' (102,379) at 20230426080043772 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/string.h' (102,380) at 20210307214926586 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/caddy.c' (102,381) at 20210308005002956 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/README.md' (102,382) at 20230620080005491 2025-03-14 03:00:52.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/clock.h' (102,383) at 20210308005002644 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/suricata.service' (102,384) at 20210905000020565 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/qapi.h' (102,385) at 20240326080039522 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/InfoTooltip.spec.js.snap' (102,386) at 20220105012523003 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/dpio-driver.rst' (102,387) at 20220525020651742 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_env.h' (102,388) at 20240405153051833 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/uevent/uevent_filtering.c' (102,389) at 20210309003656020 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/MCD_dma.h' (102,390) at 20210308005003556 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/COPYING.apache-2.0' (102,391) at 20220315100011431 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/armv5.patch' (102,392) at 20240127090011884 to deleted uid set 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/comm.c' (102,393) at 20210307214932586 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg' (102,394) at 20210308005002548 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt1015.h' (102,395) at 20210309003653972 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/index.js' (102,396) at 20210308005107077 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bromsebro' (102,397) at 20210307205553778 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/make_fit_atf.py' (102,398) at 20210308005002772 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/emulate_loadstore.c' (102,399) at 20240405153046173 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch' (102,400) at 20240302090018206 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ChangePassword/ChangePassword.vue' (102,401) at 20241004080035963 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bbappend' (102,402) at 20210812000025166 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear3xx.c' (102,403) at 20240405153045689 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nasaker' (102,404) at 20210307205553786 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/index.rst' (102,405) at 20220525020651682 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/variable/expected_stderr' (102,406) at 20210307214932154 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_grammar.hpp' (102,407) at 20240817080003179 to deleted uid set 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch' (102,408) at 20241221090017676 to deleted uid set 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/setup_percpu.c' (102,409) at 20240405153230127 2025-03-14 03:00:52.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update.bb' (102,410) at 20241206090014226 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm2xxx.c' (102,411) at 20210307214925926 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/params.c' (102,412) at 20240405153231915 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/run-ptest' (102,413) at 20210307205554122 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/lgm/Kconfig' (102,414) at 20220525020652410 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/rst-rk3588.c' (102,415) at 20240405153046841 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-afu-region.c' (102,416) at 20240405153047053 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/page-target.c' (102,417) at 20240906080037380 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/ar-5387un.c' (102,418) at 20210308005002948 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xclock_1.1.1.bb' (102,419) at 20221003030013285 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommu-priv.h' (102,420) at 20240405153230747 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/beaver/Makefile' (102,421) at 20210308005003024 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-mvebu.txt' (102,422) at 20210307214925390 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_structs.h' (102,423) at 20220429100100618 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm200.c' (102,424) at 20240405153048657 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max8688.c' (102,425) at 20240405153048869 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c' (102,426) at 20241125090012255 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/bblayers.conf.sample' (102,427) at 20230901080018206 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-814x.c' (102,428) at 20210307214927038 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/media/tda1997x.h' (102,429) at 20210307214931342 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/v2m.c' (102,430) at 20240405153045693 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/max2175.h' (102,431) at 20210307214931642 2025-03-14 03:00:52.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/ucontext.h' (102,432) at 20210307214926518 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/berlin2-avpll.c' (102,433) at 20210307214926966 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kprobes.h' (102,434) at 20240628080014025 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_cmd640.c' (102,435) at 20240405153046661 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/meson.build' (102,436) at 20220913030027321 to deleted uid set 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/packet/Kconfig' (102,437) at 20210307214932042 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-ring.c' (102,438) at 20210308005003516 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/dcr.h' (102,439) at 20210307214926578 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/sandbox.h' (102,440) at 20210308005003340 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_private.h' (102,441) at 20210307214929606 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/stream_test.cpp' (102,442) at 20210427000041053 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/0001-sandbox-Do-not-use-int8_t-in-std-uniform_int_distrib.patch' (102,443) at 20221003030013285 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/arch_timer.c' (102,444) at 20210307214925858 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/nhpoly1305-neon-glue.c' (102,445) at 20240405153045617 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/ptrace_32.h' (102,446) at 20210307214926558 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/spl.h' (102,447) at 20210308005002840 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_astlpc.c' (102,448) at 20241219090010504 2025-03-14 03:00:52.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/nlmsgtab.c' (102,449) at 20240405153232115 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/mvebu-uart.c' (102,450) at 20240405153231515 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U3memcpy.S' (102,451) at 20210307214926606 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/smp.h' (102,452) at 20240405153229859 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/usb_network.service' (102,453) at 20220119040023096 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0008-include-sysdep.h-before-net-if_tun.h.patch' (102,454) at 20230706080014737 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc' (102,455) at 20241221090017468 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt6797-afe-pcm.txt' (102,456) at 20210307214925430 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-gpr-mux.c' (102,457) at 20240405153230211 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/tracepoint.h' (102,458) at 20240405153054213 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_hdr.h' (102,459) at 20240405153049109 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_elf.h' (102,460) at 20210308005046093 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-mux.c' (102,461) at 20220525020652314 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0003-Dont-include-stab.h.patch' (102,462) at 20230811080018298 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysfs/Makefile' (102,463) at 20210307214931242 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi' (102,464) at 20240405153045585 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/fstree.c' (102,465) at 20210308005003728 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/Makefile' (102,466) at 20240405153231691 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/mvme5100.c' (102,467) at 20240405153046209 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/error.c' (102,468) at 20210308005003356 2025-03-14 03:00:52.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/memmove.S' (102,469) at 20240405153046265 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gitsm.py' (102,470) at 20241221090017588 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/apcs-msm8996.c' (102,471) at 20240405153046805 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/vlan_gvrp.c' (102,472) at 20210307214931862 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_npcm7xx.c' (102,473) at 20210617100022823 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/amlogic/meson-canvas.h' (102,474) at 20210307214931510 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h' (102,475) at 20240405153048813 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/pxa25x_udc.h' (102,476) at 20240405153052093 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/raven/acp3x-i2s.c' (102,477) at 20240405153053549 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-gxp_2020.10.bb' (102,478) at 20210908000029103 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ts-nbus.h' (102,479) at 20210307214931526 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/ddimage' (102,480) at 20220910030013433 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lagfors' (102,481) at 20210307205553786 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/Makefile' (102,482) at 20210307214928102 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/mrlock.h' (102,483) at 20210307214931274 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t1040.c' (102,484) at 20210308005003432 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-trace-stap' (102,485) at 20210927100127349 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/arm_sdei.h' (102,486) at 20210307214931622 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/reset-cs0-aspeed' (102,487) at 20220318100029348 to deleted uid set 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EventService_v1.xml' (102,488) at 20240619080002924 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml' (102,489) at 20240405153045033 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/wic/systemd-bootdisk-dmverity-hash.wks.in' (102,490) at 20230706080014769 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/contrib/artwork/oe.svg' (102,491) at 20210307205554290 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/misc.h' (102,492) at 20210308005002888 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sh_eth.h' (102,493) at 20210307214931506 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_netfilter_ctx.c' (102,494) at 20240405153054281 2025-03-14 03:00:52.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/qdev.h' (102,495) at 20220429100100582 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/bitops-op32.h' (102,496) at 20240405153046309 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-properties.h' (102,497) at 20241211090212362 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-read-status.rst' (102,498) at 20210309003648480 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-srggb14.rst' (102,499) at 20220525020651786 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mtk-cmdq-mailbox.c' (102,500) at 20241211090145441 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-fru.yaml' (102,501) at 20210307205553718 2025-03-14 03:00:52.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/encx24j600.c' (102,502) at 20240405153050165 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sflesi.c' (102,503) at 20210308005046529 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-script.c' (102,504) at 20240628080014037 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/suspend_hvm.c' (102,505) at 20240405153046501 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_i2c.c' (102,506) at 20240405153047217 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2099.h' (102,507) at 20240405153049281 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu7_smumgr.c' (102,508) at 20240405153048341 2025-03-14 03:00:52.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a779g0.c' (102,509) at 20240805080013999 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qobject-input-visitor.c' (102,510) at 20241211090212554 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tps6507x.dtsi' (102,511) at 20210308005002632 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/src/meson.build' (102,512) at 20240330080006130 to deleted uid set 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/pkey_api.c' (102,513) at 20241211090145485 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/efivarfs/Makefile' (102,514) at 20210307214932670 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/aldebaran.c' (102,515) at 20240712080021061 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/MAINTAINERS' (102,516) at 20210308005003048 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/tegra-xudc.c' (102,517) at 20240405153231555 2025-03-14 03:00:52.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb-i2c.c' (102,518) at 20210916100017847 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/slave-eeprom-backend.rst' (102,519) at 20210307214925510 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/fddi.c' (102,520) at 20210307214931862 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-mmio.h' (102,521) at 20240405153045893 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/amba.c' (102,522) at 20240405153230167 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/dlg,da9121-regulator.h' (102,523) at 20220525020654547 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/control.hpp' (102,524) at 20240201090003032 to deleted uid set 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/Makefile' (102,525) at 20210309003650588 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/raven/acp3x-pcm-dma.c' (102,526) at 20240405153053549 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c' (102,527) at 20240405153048641 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_plane_helper.h' (102,528) at 20240405153052637 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSH-OpenSSH' (102,529) at 20211006000025242 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb' (102,530) at 20241221090017520 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/fw_env_flash_nor.config' (102,531) at 20220503030013216 2025-03-14 03:00:52.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/simple.script' (102,532) at 20210307205554470 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c' (102,533) at 20240405153231015 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/files/static-passwd-meta-webserver' (102,534) at 20231126090012805 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btqca.h' (102,535) at 20240520080015135 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryDomainCollection_v1.xml' (102,536) at 20240619080002928 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-xenbus' (102,537) at 20220525020651634 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/Makefile' (102,538) at 20210307214930990 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/marked.json' (102,539) at 20210309003655932 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/entry-compact.h' (102,540) at 20240405153229859 2025-03-14 03:00:52.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/qos.c' (102,541) at 20210308005003036 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-regs.h' (102,542) at 20220525020654279 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5dm.dtsi' (102,543) at 20240405153045469 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hw_irq.h' (102,544) at 20210307214925850 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/orion_wdt.c' (102,545) at 20240405153052245 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nokia-bluetooth.txt' (102,546) at 20210307214925378 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/mpo-cursor.svg' (102,547) at 20240405153045213 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/trace.h' (102,548) at 20240326080039494 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/watchdog_pretimeout.c' (102,549) at 20240405153052245 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-generic-dmar.json' (102,550) at 20241207090009631 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_cap.json' (102,551) at 20241031080012183 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/sysrq.rst' (102,552) at 20240405153045285 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/Makefile' (102,553) at 20210307214928790 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/queue.h' (102,554) at 20210307214930278 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcor-som.dtsi' (102,555) at 20240405153045585 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/zcrypt.h' (102,556) at 20240405153046285 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/Makefile' (102,557) at 20210308005003484 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_psr.h' (102,558) at 20240405153048457 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/phosphor-logging.wrap' (102,559) at 20210817000025328 to deleted uid set 2025-03-14 03:00:52.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/ifnullfree.cocci' (102,560) at 20210309003654532 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/pci.c' (102,561) at 20240405153046213 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-bigbenff.c' (102,562) at 20240405153048813 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_crtc.h' (102,563) at 20210307214927738 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/gv100.c' (102,564) at 20220525020652955 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/file.c' (102,565) at 20240405153231655 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/Kconfig' (102,566) at 20220525020653063 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/fat/Makefile' (102,567) at 20240405153054301 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tranemo' (102,568) at 20210307205553794 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch' (102,569) at 20241221090017664 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/072' (102,570) at 20220429100100886 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ptest.patch' (102,571) at 20241221090017656 2025-03-14 03:00:52.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-iproc-platform.c' (102,572) at 20240405153051237 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c' (102,573) at 20240830080013255 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml' (102,574) at 20240405153045125 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb' (102,575) at 20241206090014246 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.yaml' (102,576) at 20240405153229787 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/async-thread.c' (102,577) at 20240405153052273 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/irqflags.h' (102,578) at 20210307214926550 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/GFDL-1.1' (102,579) at 20210309003648516 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/xen-blkback/common.h' (102,580) at 20240405153046717 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_irq.c' (102,581) at 20210307214930734 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/ext_manifest.h' (102,582) at 20220525020655091 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5260.h' (102,583) at 20210307214927018 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/0001-Support-ICU-76.1-build.patch' (102,584) at 20241221090017692 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmc150-accel-i2c.c' (102,585) at 20240405153048933 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-virtual-sensor/subprojects/exprtk.wrap' (102,586) at 20220204210413341 to deleted uid set 2025-03-14 03:00:52.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/reset.h' (102,587) at 20210307214926978 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/w83627hf_wdt.c' (102,588) at 20240405153052245 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/vermagic.h' (102,589) at 20210307214926066 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/wd.h' (102,590) at 20210307214926242 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/entity-encoding.patch' (102,591) at 20210307205553982 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/easylogo.c' (102,592) at 20210308005003760 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend' (102,593) at 20241206090014202 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs.h' (102,594) at 20240405153049125 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/hwclock.sh' (102,595) at 20210307205554470 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/device.c' (102,596) at 20240405153230707 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.h' (102,597) at 20210307214930566 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/branch.c' (102,598) at 20210309003648836 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/bug.h' (102,599) at 20240405153230027 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache.c' (102,600) at 20240405153230091 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-2.5' (102,601) at 20210307205554418 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/virt.h' (102,602) at 20240906080037340 2025-03-14 03:00:52.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/ax88796c_ioctl.h' (102,603) at 20240405153049817 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcbuild.c' (102,604) at 20240405153231391 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-tea5777.h' (102,605) at 20210307214928770 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/fans/phosphor-fan_%.bbappend' (102,606) at 20240206090017943 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/processor.h' (102,607) at 20210308005002840 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/quick-start.md' (102,608) at 20241206090014206 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/alive.h' (102,609) at 20240405153050517 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/cma3000_d0x.h' (102,610) at 20210307214928482 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/Makefile.vdso' (102,611) at 20240326080039562 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_image_loader.c' (102,612) at 20210308005003700 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml' (102,613) at 20221207040023631 2025-03-14 03:00:52.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/Makefile' (102,614) at 20210307214930702 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psobject.c' (102,615) at 20240405153046625 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/ti/edma.c' (102,616) at 20240405153230287 to deleted uid set 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.1.bb' (102,617) at 20241221090017484 to deleted uid set 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ipl.c' (102,618) at 20241211090212330 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rdc321x_wdt.c' (102,619) at 20240405153052245 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/card.scss' (102,620) at 20210308005107077 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/tsens.h' (102,621) at 20241216090017741 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/rc.h' (102,622) at 20210307214928402 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml' (102,623) at 20240405153045049 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-hmi.c' (102,624) at 20220525020652078 2025-03-14 03:00:52.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_context.h' (102,625) at 20240405153048473 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sparc/console.rst' (102,626) at 20240405153044981 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-fru-vpd.bbclass' (102,627) at 20210307205554046 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c' (102,628) at 20240405153230423 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FilterCollection_v1.xml' (102,629) at 20240619080002924 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/Makefile' (102,630) at 20240405153232255 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-dynamic-funnel.yaml' (102,631) at 20240405153045013 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/Makefile' (102,632) at 20240405153048813 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-eeprom.c' (102,633) at 20210307214928598 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Fix-Wincompatible-function-pointer-types.patch' (102,634) at 20230131040012031 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/kernel.h' (102,635) at 20240405153046325 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/structure.rst' (102,636) at 20241221090017600 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_irc.c' (102,637) at 20240405153053325 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/common.c' (102,638) at 20240405153230243 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/metricgroups.json' (102,639) at 20240405153054137 2025-03-14 03:00:52.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_vlan_mode_generic.sh' (102,640) at 20210307214932658 2025-03-14 03:00:52.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/reg.h' (102,641) at 20210307214929942 2025-03-14 03:00:52.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/utility/type_traits.hpp' (102,642) at 20240817080036824 to deleted uid set 2025-03-14 03:00:52.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-trigger-pattern' (102,643) at 20220525020651634 2025-03-14 03:00:52.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_hw_37xx.c' (102,644) at 20240405153230163 2025-03-14 03:00:52.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/dp-mst/topology-figure-2.dot' (102,645) at 20210307214925494 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdcp.c' (102,646) at 20241018080014482 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/power-sequencer/meson.build' (102,647) at 20210308005109241 to deleted uid set 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.py' (102,648) at 20210308005003748 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/device.rst' (102,649) at 20220525020651722 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/xgene_edac.c' (102,650) at 20240405153047025 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/097.out' (102,651) at 20210308005046445 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_dataflash_defconfig' (102,652) at 20210308005003248 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/imximage.cfg' (102,653) at 20210308005003028 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,orion-intc.txt' (102,654) at 20210307214925342 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel_scu_ipc.h' (102,655) at 20220525020652146 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-pllfh.h' (102,656) at 20240405153046801 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c' (102,657) at 20210307214930726 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button' (102,658) at 20240105090012010 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/BVTableSelectableMixin.js' (102,659) at 20220105012522983 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850_am18xxevm_defconfig' (102,660) at 20210308005003256 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/pci.c' (102,661) at 20210308005002992 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nct7802.rst' (102,662) at 20210307214925502 2025-03-14 03:00:52.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch' (102,663) at 20241221090017640 2025-03-14 03:00:52.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/hi3660-mailbox.c' (102,664) at 20240405153230759 2025-03-14 03:00:52.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/157' (102,665) at 20240906080037564 2025-03-14 03:00:52.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dccp.rst' (102,666) at 20210309003648436 2025-03-14 03:00:52.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v3.h' (102,667) at 20240405153051289 2025-03-14 03:00:52.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_HOST_66_defconfig' (102,668) at 20210308005003236 2025-03-14 03:00:52.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/block.c' (102,669) at 20240405153230847 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/greybus_protocols.h' (102,670) at 20210307214931394 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/qla1280.h' (102,671) at 20240405153051697 to deleted uid set 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/brs.c' (102,672) at 20240405153046369 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/linkit-smart-7688-ram_defconfig' (102,673) at 20210308005003264 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-intel-rapid-start' (102,674) at 20210307214925202 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.h' (102,675) at 20240405153047153 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g45-gurnard.dts' (102,676) at 20210308005002572 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/staging/axis-fifo/README' (102,677) at 20210307214930478 to deleted uid set 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/stp.c' (102,678) at 20210307214931862 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h' (102,679) at 20210308005002752 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/Makefile' (102,680) at 20240405153046953 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/scripts/bconf2ftrace.sh' (102,681) at 20220525020655111 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch' (102,682) at 20210307205553990 2025-03-14 03:00:52.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/299' (102,683) at 20210927100127501 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c' (102,684) at 20240405153050613 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/meson.build' (102,685) at 20220913030027321 to deleted uid set 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3-topology.c' (102,686) at 20241216090017805 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml' (102,687) at 20240405153229779 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_template.h' (102,688) at 20210307214932634 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' (102,689) at 20241213090036206 to deleted uid set 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hidraw.rst' (102,690) at 20240405153045217 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/benchmark.h' (102,691) at 20210307214932614 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/constraint.h' (102,692) at 20240405153232115 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg' (102,693) at 20210308005002968 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutletCollection_v1.xml' (102,694) at 20240619080002932 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb' (102,695) at 20241221090017552 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/mediatek,wdma.yaml' (102,696) at 20240405153045157 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_i2c.h' (102,697) at 20240405153230583 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/kdebug.h' (102,698) at 20210307214925666 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count' (102,699) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/bcm63xx_pcmcia.h' (102,700) at 20210307214930042 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/gmap.c' (102,701) at 20240613080016367 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/vexpress.S' (102,702) at 20210307214925858 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8313erdb.dts' (102,703) at 20210307214926358 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf' (102,704) at 20240413080012699 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/pidfd.patch' (102,705) at 20241206090014338 to deleted uid set 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos-common.h' (102,706) at 20210308005003584 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm63268-clock.h' (102,707) at 20240405153052641 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/kvm.conf' (102,708) at 20220525020655183 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb' (102,709) at 20241206090014266 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-EmleyMoor' (102,710) at 20210307205553798 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cnxt/Makefile' (102,711) at 20240405153045433 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/config.h' (102,712) at 20210308005002636 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/agilex-clock.h' (102,713) at 20210309003653812 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-venc.c' (102,714) at 20240405153046797 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS5-ssh-host@.service' (102,715) at 20231025080019870 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/Makefile' (102,716) at 20210307214929398 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/diag_ftp.h' (102,717) at 20210307214930234 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ams/ams-input.c' (102,718) at 20210307214928558 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm63xx_smp.c' (102,719) at 20240405153045637 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/cdns,xtensa-pic.txt' (102,720) at 20210307214925342 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/meta_io.h' (102,721) at 20240613080016491 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ste-nomadik.txt' (102,722) at 20210307214925278 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/Makefile' (102,723) at 20210307214929670 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-MI-Lansing' (102,724) at 20210307205553754 2025-03-14 03:00:52.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/pico-imx6ul.c' (102,725) at 20210308005003068 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-zynqmp-fpga' (102,726) at 20240405153044925 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/dev-raw-kcs' (102,727) at 20210624100024201 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/control.h' (102,728) at 20240405153231863 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt' (102,729) at 20240405153045013 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_region.c' (102,730) at 20240405153048477 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_stolen.h' (102,731) at 20240405153230563 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-boot-vector.c' (102,732) at 20210307214926198 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/offwaketime_user.c' (102,733) at 20240405153232099 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lz4/lz4defs.h' (102,734) at 20240405153053093 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc' (102,735) at 20210307214932674 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_handler.cpp' (102,736) at 20240830080017491 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/entry/syscalls/syscalltbl.sh' (102,737) at 20240405153232223 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/Makefile' (102,738) at 20240405153049857 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/0001-do-not-import-target-module-while-cross-compile.patch' (102,739) at 20240113090014532 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-platform.c' (102,740) at 20240405153049801 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-mrw/config.yaml' (102,741) at 20210307205554054 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_api_smp.h' (102,742) at 20240405153052797 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a5xx_gpu.h' (102,743) at 20241008080013923 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml' (102,744) at 20210307205554066 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig' (102,745) at 20210308005003232 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/content.scss' (102,746) at 20210308005107073 2025-03-14 03:00:52.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/fix-preprocessor.patch' (102,747) at 20230706080014753 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/bluetooth/hci_sync.c' (102,748) at 20241216090017785 to deleted uid set 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/workingset.c' (102,749) at 20240617080017410 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/adapter.h' (102,750) at 20240405153049881 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/eap_packet.h' (102,751) at 20210307214930522 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/filter.h' (102,752) at 20240405153050521 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/img,boston-clock.txt' (102,753) at 20210307214925286 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-owl/Kconfig' (102,754) at 20210308005002768 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/irsd200.c' (102,755) at 20240405153230695 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts' (102,756) at 20240405153045713 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/cmds.c' (102,757) at 20210308005003172 2025-03-14 03:00:52.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/page_allocation.rst' (102,758) at 20240405153045229 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_cpuif.c' (102,759) at 20241022080032780 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_vf.c' (102,760) at 20241115090012953 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/microchip/Kconfig' (102,761) at 20240405153231451 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/Kconfig' (102,762) at 20210308005003008 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/tips.txt' (102,763) at 20210307214932510 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-hisi-sfc-v3xx.c' (102,764) at 20240405153231459 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/bits.h' (102,765) at 20240405153054049 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dbus_1.3.2.bb' (102,766) at 20221104030017461 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-beartype_0.19.0.bb' (102,767) at 20241221090017668 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi' (102,768) at 20240405153045709 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_ipc.h' (102,769) at 20240405153046609 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-twinhan.c' (102,770) at 20210307214928102 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/ghes_edac.c' (102,771) at 20240405153047017 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/Kconfig' (102,772) at 20210308005003456 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/arm-bsd-user.mak' (102,773) at 20220429100100406 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b.h' (102,774) at 20240405153050673 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/Makefile' (102,775) at 20210308005002916 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_1d_lag.sh' (102,776) at 20240405153232279 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/usergv100.c' (102,777) at 20210307214927930 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_queue.h' (102,778) at 20240405153052857 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_functional_basic.py' (102,779) at 20241221090017592 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/lt-All' (102,780) at 20210307205553774 2025-03-14 03:00:52.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_dma_rmgr.h' (102,781) at 20210307214930566 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/arm_ffa.h' (102,782) at 20240405153052657 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VRML.interface.yaml' (102,783) at 20210610000035102 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/zero.cpp' (102,784) at 20220525020545505 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/i2sc.c' (102,785) at 20240405153053557 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/peci/peci.rst' (102,786) at 20240405153045241 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sideband_evlist.c' (102,787) at 20240405153054205 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/.gitignore' (102,788) at 20210307214932710 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/gk20a.c' (102,789) at 20220525020652971 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/serpent-sse2-x86_64-asm_64.S' (102,790) at 20220525020652134 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/regdef.h' (102,791) at 20210307214925650 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/starfive,jh7100-audclk.yaml' (102,792) at 20240405153045029 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml' (102,793) at 20240405153045105 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/2ux8_riser.json' (102,794) at 20220601030005857 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy.c' (102,795) at 20240405153231499 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/arizona-irq.c' (102,796) at 20210512100029238 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom-labibb-regulator.c' (102,797) at 20240405153051473 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/da9052-i2c.txt' (102,798) at 20210307214925358 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/transobj.c' (102,799) at 20210625000036032 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/.yamllint' (102,800) at 20240405153229751 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ncrack/ncrack_0.7.bb' (102,801) at 20241221090017580 2025-03-14 03:00:52.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/ccreategroup.bb' (102,802) at 20241206090014298 to deleted uid set 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mce.h' (102,803) at 20240405153046389 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/allwinner_emac.h' (102,804) at 20210308005046021 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-fix-building-on-macOS.patch' (102,805) at 20230317080013825 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/jc42.rst' (102,806) at 20210309003648428 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/s3c2410-usb.txt' (102,807) at 20210307214925450 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/191' (102,808) at 20210927100127493 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts' (102,809) at 20240405153230063 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-reboot' (102,810) at 20220525020651634 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/start.S' (102,811) at 20210308005002956 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/clone.c' (102,812) at 20210307214932578 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_stc.h' (102,813) at 20220525020652358 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch' (102,814) at 20210307205553994 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston-start' (102,815) at 20220402030016219 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml' (102,816) at 20230414080015397 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__stopped_as_optional.hpp' (102,817) at 20240731080033662 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c' (102,818) at 20240405153048757 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Nuclear-Warranty' (102,819) at 20211006000025230 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i2c/tda998x.h' (102,820) at 20210307214931322 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/gpio/phosphor-gpio-monitor/greatlakes-phosphor-multi-gpio-monitor.json' (102,821) at 20230321080018353 2025-03-14 03:00:52.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_10_0_default.h' (102,822) at 20210307214927562 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/immap_qe.h' (102,823) at 20210308005003656 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/FLTK' (102,824) at 20210307205553866 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateCollection.json' (102,825) at 20240619080002944 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/files/static-group-meta-webserver' (102,826) at 20231126090012805 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_access_variable_array.c' (102,827) at 20240405153054273 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_cp_version.h' (102,828) at 20240405153230995 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-arvo.c' (102,829) at 20240405153230655 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/sunplus,reset.yaml' (102,830) at 20240405153045149 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/.gitignore' (102,831) at 20210307214926166 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77960-ulcb-kf.dts' (102,832) at 20220525020651934 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/robot' (102,833) at 20221209040018559 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DRL-1.1' (102,834) at 20241221090017616 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/Makefile' (102,835) at 20210308005002988 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_init.h' (102,836) at 20220525020652518 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/changes.rst' (102,837) at 20240405153229827 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/da9150-charger.c' (102,838) at 20240405153231355 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/sched-domains.rst' (102,839) at 20240405153045253 2025-03-14 03:00:52.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/ftsdc010_mci.c' (102,840) at 20210308005003404 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml' (102,841) at 20220315030032663 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/wm8785.h' (102,842) at 20210307214932270 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0013-efi_loader-corstone1000-remove-guid-check-from-corst.patch' (102,843) at 20240413080012627 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/Makefile' (102,844) at 20240405153050533 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4/ipt_ah.h' (102,845) at 20210307214931650 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/handle-hup.patch' (102,846) at 20210629000017500 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv4/nf_defrag_ipv4.h' (102,847) at 20220525020654643 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts' (102,848) at 20240405153229903 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/openbmc.json' (102,849) at 20240828080002243 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_output.c' (102,850) at 20240405153232095 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/power-sequencing.service' (102,851) at 20230920080013648 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nxp,lpc3220-clk.txt' (102,852) at 20210307214925290 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/pmu-events.h' (102,853) at 20240405153232231 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer.sh' (102,854) at 20241220090018346 2025-03-14 03:00:52.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-reg.h' (102,855) at 20210307214928706 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/super.c' (102,856) at 20240405153231787 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/linkit-smart-7688.h' (102,857) at 20210308005003600 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lkdtm/.gitignore' (102,858) at 20220525020655215 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/platinum_picon_defconfig' (102,859) at 20210308005003276 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/metrics/collection_function.hpp' (102,860) at 20220412175720086 to deleted uid set 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/sentelic.rst' (102,861) at 20210307214925514 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/run-ptest' (102,862) at 20230503080014583 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_sas.c' (102,863) at 20240913080013817 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml' (102,864) at 20240405153045089 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/property_change_listener.hpp' (102,865) at 20230509080037808 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/interrupt.h' (102,866) at 20240405153048517 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/Makefile' (102,867) at 20210308005003024 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/algif_aead.c' (102,868) at 20240405153046529 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusconfiguration.hpp' (102,869) at 20220724030021856 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1000.h' (102,870) at 20210307214926218 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/host-utils.c' (102,871) at 20221215040039402 2025-03-14 03:00:52.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/Makefile' (102,872) at 20210308005003020 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mvebu/spi.h' (102,873) at 20210308005002644 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_subset.c' (102,874) at 20240405153231551 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-genesis3.dts' (102,875) at 20230530080039372 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,t9015.yaml' (102,876) at 20240405153045161 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-bootstrap.pre' (102,877) at 20210308005046393 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/tls.c' (102,878) at 20240405153050193 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-streams.c' (102,879) at 20240405153049373 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpsw.c' (102,880) at 20220525020653495 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r7-tv-dongle_defconfig' (102,881) at 20210308005003276 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/rsmu/rsmu_0_0_2_sh_mask.h' (102,882) at 20210307214927670 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_thermalcontroller_unittest.cpp' (102,883) at 20240904080040763 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/802/psnap.c' (102,884) at 20240405153053161 to deleted uid set 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7310.c' (102,885) at 20240405153048841 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/renesas_cmt.c' (102,886) at 20241211090212342 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/pm.c' (102,887) at 20210307214926258 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/platform.c' (102,888) at 20240405153231727 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt' (102,889) at 20240405153229783 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/abx500-core.c' (102,890) at 20210307214928998 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/dma.h' (102,891) at 20240405153045937 2025-03-14 03:00:52.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/obey-ranlib.patch' (102,892) at 20221003030013269 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice.h' (102,893) at 20241018080014498 to deleted uid set 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.prettierrc.yaml' (102,894) at 20221216040019482 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mach_timer.h' (102,895) at 20210307214926666 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/dbus-display.h' (102,896) at 20221215040039198 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/serial/serial_basic.c' (102,897) at 20210308004938836 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/command-int.json' (102,898) at 20210308005046401 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_util.S' (102,899) at 20210307214926170 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/clk-vco-pll.c' (102,900) at 20240405153046849 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_limit.h' (102,901) at 20210307214931646 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-linksys-shelby.dts' (102,902) at 20240405153045445 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/initialize_isolator.cpp' (102,903) at 20230516080019602 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb' (102,904) at 20241221090017552 to deleted uid set 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_nego.c' (102,905) at 20240405153051961 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/hp6xx.h' (102,906) at 20210307214926558 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb' (102,907) at 20241221090017544 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/rcar-fdp1.rst' (102,908) at 20210307214925234 2025-03-14 03:00:52.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (102,909) at 20230412080023460 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/crosscompile.patch' (102,910) at 20230706080014741 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0002-meson.build-add-features-options-for-png-gif-tiff-we.patch' (102,911) at 20230919080013958 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/Makefile' (102,912) at 20220525020654059 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-venc.c' (102,913) at 20240405153046797 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-xgene.c' (102,914) at 20240405153046785 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_fc_buffer.h' (102,915) at 20210309003651316 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/graph-changes-while-io.out' (102,916) at 20230925080040089 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/Makefile' (102,917) at 20240405153045009 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Port_v1.xml' (102,918) at 20240918080002712 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/hlwd-pic.c' (102,919) at 20240405153046209 2025-03-14 03:00:52.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (102,920) at 20240904080027738 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_8_0_offset.h' (102,921) at 20240405153048053 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/setup.c' (102,922) at 20210309003648824 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/OWNERS' (102,923) at 20230407080043019 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_bridge_1q.sh' (102,924) at 20240405153054341 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gp102.c' (102,925) at 20220525020652951 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/21142.c' (102,926) at 20210307214929382 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/allmod_expected_config' (102,927) at 20210307214932154 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ralink/phy-mt7621-pci.c' (102,928) at 20240405153231315 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/Makefile' (102,929) at 20240405153231599 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci.c' (102,930) at 20241211090212346 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/rdvl.S' (102,931) at 20240405153054237 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/pppoe-server.service' (102,932) at 20210307205553834 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/Makefile' (102,933) at 20240405153053165 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/files/ima_policy_simple' (102,934) at 20210307205554114 2025-03-14 03:00:52.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/pragma.json' (102,935) at 20241211090212450 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/stm32_fmc2_nand.c' (102,936) at 20240405153230879 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/thunks.S' (102,937) at 20220525020655235 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/fb.h' (102,938) at 20240405153045357 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/main.rst' (102,939) at 20241211090212234 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-vbi.c' (102,940) at 20240405153049541 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r300.c' (102,941) at 20241211090145421 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6358-clock.h' (102,942) at 20210308005003632 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_switchdev.c' (102,943) at 20240405153050177 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/104-quad-8.c' (102,944) at 20240405153046909 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/jsm/jsm_tty.c' (102,945) at 20240405153052009 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lockref.c' (102,946) at 20240405153053093 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in0_slave_regs.h' (102,947) at 20240405153046585 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/qcom/Makefile' (102,948) at 20240405153231347 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MakeIndex' (102,949) at 20211006000025238 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-edit.svg' (102,950) at 20210308005107069 2025-03-14 03:00:52.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/quota/quota_4.09.bb' (102,951) at 20241221090017680 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runqemu.py' (102,952) at 20230503080014611 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/sdrc.c' (102,953) at 20210308005002760 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-mtp.dts' (102,954) at 20240405153229955 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/hci/Kconfig' (102,955) at 20210307214932034 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/mce_amd.c' (102,956) at 20240405153047021 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/wl.c' (102,957) at 20210308005003424 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlstad_Sormon' (102,958) at 20210307205553786 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_optee.S' (102,959) at 20210308005003232 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/Makefile' (102,960) at 20210308005003008 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x07_hypervisor.h' (102,961) at 20210307214928082 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/Support-for-cross-compilation.patch' (102,962) at 20210307205554458 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0025-include-signal.h-to-avoid-the-undeclared-error.patch' (102,963) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf2123.c' (102,964) at 20240405153051501 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gspca.h' (102,965) at 20210512100029238 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-version.inc' (102,966) at 20241221090017640 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-common.c' (102,967) at 20210307214926446 2025-03-14 03:00:52.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/user_mgr.hpp' (102,968) at 20231010080036167 to deleted uid set 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regcache-rbtree.c' (102,969) at 20240405153230187 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap9.decode' (102,970) at 20210308005046389 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0005_reorder_buildrequest_states.py' (102,971) at 20210307205554262 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyService_v1.xml' (102,972) at 20240619080002928 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_events.c' (102,973) at 20210308005003704 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/do_not_apply_config.patch' (102,974) at 20230706080014765 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/icc-bwmon.c' (102,975) at 20240805080014011 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx53.c' (102,976) at 20240405153229911 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sl28cpld.c' (102,977) at 20240405153049205 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/templates/default/conf-notes.txt' (102,978) at 20240420080017941 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/asm-offsets.h' (102,979) at 20210307214931298 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/cal/cal-camerarx.c' (102,980) at 20240405153230819 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/mmap.c' (102,981) at 20240405153051249 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/tout.py' (102,982) at 20210308005003772 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/smp.h' (102,983) at 20210309003648808 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb' (102,984) at 20241221090017544 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d3.h' (102,985) at 20210308005002716 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lorem/run-ptest' (102,986) at 20230503080014587 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/base.c' (102,987) at 20220525020652963 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb' (102,988) at 20241221090017548 to deleted uid set 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_ovf.c' (102,989) at 20210307214932006 2025-03-14 03:00:52.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/davinci-mcasp.h' (102,990) at 20210307214932430 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-mrw-native.bb' (102,991) at 20241206090014274 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_client.h' (102,992) at 20230629131804623 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9552_regs.h' (102,993) at 20240906080037332 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/am65_nuss_cpsw_switchdev.rst' (102,994) at 20240405153045237 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts' (102,995) at 20240405153045789 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/platsmp.c' (102,996) at 20240405153045681 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch' (102,997) at 20221003030013265 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch' (102,998) at 20241206090014250 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dts' (102,999) at 20240405153045821 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c' (103,000) at 20240405153230375 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/common.h' (103,001) at 20240405153052885 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam_1.32.bb' (103,002) at 20241206090014262 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/libspiro_20240903.bb' (103,003) at 20241221090017528 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/barrier.rst' (103,004) at 20210927100127073 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt' (103,005) at 20210307214925342 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/Makefile' (103,006) at 20220525020653143 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/omap_elm.c' (103,007) at 20210308005003416 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend' (103,008) at 20221103030030172 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/mman.h' (103,009) at 20241125090012235 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/amd_iommu_types.h' (103,010) at 20240405153230739 2025-03-14 03:00:52.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ads117x.c' (103,011) at 20240405153053565 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/overlayfs.py' (103,012) at 20221104030017453 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/smp.c' (103,013) at 20240405153046209 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg' (103,014) at 20231014080011723 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/openpromio.h' (103,015) at 20240405153230091 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/fs_probe.c' (103,016) at 20240405153052265 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-willow.dtsi' (103,017) at 20220525020651918 to deleted uid set 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/BootMode-default-setup.override.yml' (103,018) at 20220806030014720 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sched.c' (103,019) at 20241011080017327 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi' (103,020) at 20210307214926354 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-print.c' (103,021) at 20210308005046561 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MigoR_defconfig' (103,022) at 20210308005003240 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/trace-event-read.c' (103,023) at 20240405153054209 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/enchant/enchant2_2.8.2.bb' (103,024) at 20241221090017692 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-tuner.rst' (103,025) at 20220525020651786 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_percpu_hash_map.c' (103,026) at 20210309003655980 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c' (103,027) at 20240913080013785 2025-03-14 03:00:52.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/brcm,pinctrl-stingray.h' (103,028) at 20210307214931342 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cadence-quadspi.c' (103,029) at 20240405153231459 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-i2s.c' (103,030) at 20240710080014617 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/Makefile' (103,031) at 20210307214926462 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cec-funcs.h' (103,032) at 20240405153052909 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/nvenc.h' (103,033) at 20220525020652947 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda.h' (103,034) at 20240613080016551 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/integrator-cm.h' (103,035) at 20240405153045689 2025-03-14 03:00:52.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_asrc.h' (103,036) at 20210307214932374 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_atf.c' (103,037) at 20210308005003228 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xlnx-pmu-iomod-intc.c' (103,038) at 20241211090212286 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.megaraid_sas' (103,039) at 20240405153045253 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-srv.h' (103,040) at 20240405153046717 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/config.c' (103,041) at 20240326080039630 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb.upgraded' (103,042) at 20240106090017253 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/suncore.c' (103,043) at 20210307214930762 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/link.ld' (103,044) at 20210308005046397 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/sx1.rst' (103,045) at 20210308005045809 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-cfu.c' (103,046) at 20241211090212298 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/pll.h' (103,047) at 20210307214927022 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fapi_data_process.hpp' (103,048) at 20221005030030498 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/master.c' (103,049) at 20220525020654495 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-mapping' (103,050) at 20240405153044917 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/hardware.h' (103,051) at 20210308005002664 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/opal/sensor-groups.txt' (103,052) at 20210307214925406 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/bt431.h' (103,053) at 20210307214930902 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_i915.c' (103,054) at 20240405153232123 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.out' (103,055) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/conditional.h' (103,056) at 20240405153053481 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml' (103,057) at 20240716080021359 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-ra.sh.in' (103,058) at 20240913080015313 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm_api.h' (103,059) at 20230310090043283 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/core.c' (103,060) at 20240405153231171 2025-03-14 03:00:52.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/cacheflush.h' (103,061) at 20240405153229991 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3588-power.h' (103,062) at 20240405153231799 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt' (103,063) at 20240405153229759 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/method-tracing.rst' (103,064) at 20210309003648424 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk-gl-area.c' (103,065) at 20240906080037588 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kprobes/kprobe_example.c' (103,066) at 20240405153053429 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_isp_params.h' (103,067) at 20240405153051833 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/wme.c' (103,068) at 20240405153053305 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_alloc.c' (103,069) at 20240405153049057 to deleted uid set 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tree_plugin.h' (103,070) at 20240405153053033 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag.h' (103,071) at 20240405153053233 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-porter.dts' (103,072) at 20210308005002600 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_processor.c' (103,073) at 20240913080013777 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.update' (103,074) at 20210308005003300 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff' (103,075) at 20220105012522987 to deleted uid set 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/crash_dump.c' (103,076) at 20240405153045865 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunzilog.h' (103,077) at 20210307214930762 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-jz4780-efuse' (103,078) at 20210309003648260 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc' (103,079) at 20231109090025016 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/Kconfig' (103,080) at 20210308005002980 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/gpio_wdt.c' (103,081) at 20210307214930966 2025-03-14 03:00:52.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun50i_h6.c' (103,082) at 20210308005002784 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/genalloc.rst' (103,083) at 20210307214925262 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/hibernate-asm.S' (103,084) at 20240405153045869 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/018.out' (103,085) at 20210308005046433 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_183-2024-03-27.bb' (103,086) at 20241206090014282 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/comedi_fops.c' (103,087) at 20241211090145401 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/Kconfig' (103,088) at 20240405153045673 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/certificate_utils.robot' (103,089) at 20240627080021048 to deleted uid set 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-common.c' (103,090) at 20240405153230647 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vhe/debug-sr.c' (103,091) at 20220525020651962 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/gro_cells.c' (103,092) at 20240405153053221 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pl031.c' (103,093) at 20220525020653955 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_types.c' (103,094) at 20240405153052581 2025-03-14 03:00:52.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/fsl_qe_udc.c' (103,095) at 20240405153052085 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-io-tracker.h' (103,096) at 20240405153049245 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Type/meson.build' (103,097) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/hostprogs/b.rs' (103,098) at 20240405153053433 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/target/target-export-device' (103,099) at 20210307214925570 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath_util.c' (103,100) at 20210308005003704 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/virtual-memory.json' (103,101) at 20240405153054149 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-pcie2.c' (103,102) at 20240405153051289 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_cs_amp.c' (103,103) at 20240405153232183 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_pcm.c' (103,104) at 20240405153053501 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-nitrogen6_som2.dts' (103,105) at 20240405153045521 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/nftables/files/nftables.service' (103,106) at 20211216040034764 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/dcu_sii9022a.h' (103,107) at 20210308005002960 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nuvoton/ma35d1-som-256m.dts' (103,108) at 20240405153045749 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v5.h' (103,109) at 20240405153051289 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/kvm_create_max_vcpus.c' (103,110) at 20240405153054317 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/svn.py' (103,111) at 20241206090014286 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/hampshire.c' (103,112) at 20210307214928506 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/mdsmap.h' (103,113) at 20240429080012456 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-colibri.dtsi' (103,114) at 20240405153229891 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-tangier.c' (103,115) at 20240405153231323 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/toolchain-scripts-base.bbclass' (103,116) at 20220910030013389 2025-03-14 03:00:52.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/msgr.h' (103,117) at 20220525020654555 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_arc_aux_regs.h' (103,118) at 20240405153046585 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/debug/Makefile' (103,119) at 20210307214931722 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ackvec.h' (103,120) at 20210307214931922 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml' (103,121) at 20240405153045025 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxbf-bootctl.h' (103,122) at 20240405153231339 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/main.c' (103,123) at 20240405153052305 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/opos6ul.c' (103,124) at 20210308005002728 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb' (103,125) at 20231011080016594 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hydra.h' (103,126) at 20220525020652034 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-debugfs.c' (103,127) at 20220525020652114 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/x25.h' (103,128) at 20210307214931690 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/edosk7760_defconfig' (103,129) at 20240405153046309 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/Makefile' (103,130) at 20240405153046849 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/io.c' (103,131) at 20210307214926134 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb' (103,132) at 20241221090017548 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2712-mfg.c' (103,133) at 20240405153046793 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sh7753evb' (103,134) at 20210308005003296 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/list_names.cpp' (103,135) at 20210308005049761 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1' (103,136) at 20210307205554422 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/run-gpio-sys.mount' (103,137) at 20241221090017484 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_config.hpp' (103,138) at 20240819080030259 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_pci_legacy.c' (103,139) at 20210308005003536 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lx.c' (103,140) at 20210308005046529 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/methodpool.py' (103,141) at 20210307205554238 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/clock.c' (103,142) at 20210308005002712 2025-03-14 03:00:52.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-64' (103,143) at 20230919080013994 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wsa881x.c' (103,144) at 20240815080012931 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-mpath.c' (103,145) at 20240405153049249 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend' (103,146) at 20230719080015371 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs328-4c-20s-4s.dtsi' (103,147) at 20240405153045453 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/stubs.S' (103,148) at 20210307214932702 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/unaligned.c' (103,149) at 20240405153045929 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst.c' (103,150) at 20240405153232179 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xdebug-1.03' (103,151) at 20241221090017620 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4349.c' (103,152) at 20240405153232147 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_nv.h' (103,153) at 20240405153047153 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/debug.h' (103,154) at 20240405153050433 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-probe.c' (103,155) at 20210309003649268 2025-03-14 03:00:52.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/nvram.h' (103,156) at 20210307214926394 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_transport_fc.c' (103,157) at 20241111090012137 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-snap-transient.c' (103,158) at 20240405153049249 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/omapfb-main.c' (103,159) at 20240405153231587 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/netns.h' (103,160) at 20241125090012255 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fsl-fman.txt' (103,161) at 20240405153045117 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_signal.h' (103,162) at 20220429100100646 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_ccsr.c' (103,163) at 20210307214930438 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6a.dtsi' (103,164) at 20240405153229887 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_format.pass' (103,165) at 20241206090014310 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/sdbusplus.wrap' (103,166) at 20220331030041643 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cros_ec.h' (103,167) at 20210308005003628 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_main.c' (103,168) at 20240405153231395 2025-03-14 03:00:52.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_control.sh' (103,169) at 20240405153054297 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/axp809.dtsi' (103,170) at 20240405153045373 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/mm/numa.c' (103,171) at 20240613080016375 to deleted uid set 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/rx-core.xml' (103,172) at 20210308005045817 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0011-include-limits.h-for-PATH_MAX.patch' (103,173) at 20241221090017504 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max6620.c' (103,174) at 20240405153048865 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765-mipi0a.c' (103,175) at 20240405153046793 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/stat.h' (103,176) at 20210307214926166 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme_%.bbappend' (103,177) at 20241206090014278 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Makefile' (103,178) at 20240405153054065 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/FaultLog/meson.build' (103,179) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-LBNL' (103,180) at 20211006000025230 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch' (103,181) at 20241221090017660 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/hfi/hfi1_user.h' (103,182) at 20240405153052949 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/sdram_config.h' (103,183) at 20210308005003072 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3_3.13.0.bb' (103,184) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf' (103,185) at 20210307205554482 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ucs2_string.h' (103,186) at 20210307214931526 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/aspell_%.bbappend' (103,187) at 20240106090017253 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html' (103,188) at 20210307205554286 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.err' (103,189) at 20210308005046397 2025-03-14 03:00:52.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/field_values_filter.py' (103,190) at 20210307205554286 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/irq_cpu.c' (103,191) at 20210307214926110 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/usleep.c' (103,192) at 20241206090014246 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/rkvdec-vp9.c' (103,193) at 20240405153231475 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/endian.c' (103,194) at 20210309003655976 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch' (103,195) at 20241221090017696 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/MAINTAINERS' (103,196) at 20210308005002916 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst-core-mbox.c' (103,197) at 20240405153054221 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt.c' (103,198) at 20210308005003764 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/debug.h' (103,199) at 20210307214929902 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.out' (103,200) at 20210308005046397 to deleted uid set 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/atmel/nand-controller.c' (103,201) at 20240405153230867 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/midi.h' (103,202) at 20210307214932438 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/mailbox_s10.h' (103,203) at 20210308005002780 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_macro_regs.h' (103,204) at 20240405153046601 2025-03-14 03:00:52.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch' (103,205) at 20241221090017672 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_tpg.h' (103,206) at 20210307214930550 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb' (103,207) at 20241221090017548 to deleted uid set 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_1.h' (103,208) at 20210307214930586 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_plane.h' (103,209) at 20210307214927774 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/Makefile' (103,210) at 20210308005003720 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_stm32f.c' (103,211) at 20210308005003348 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4_regs.h' (103,212) at 20220525020653483 2025-03-14 03:00:52.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice_value_with_m_dep/expected_stdout' (103,213) at 20210307214932154 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/pcie-al.txt' (103,214) at 20220525020651698 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/jornada720_kbd.c' (103,215) at 20210307214928474 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/recvmsg6_prog.c' (103,216) at 20240405153054273 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/arch_numa.c' (103,217) at 20240405153230183 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dibusb-mb.c' (103,218) at 20240405153049553 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/non-objects.json' (103,219) at 20210308005046409 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-most' (103,220) at 20210309003648252 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/superio.h' (103,221) at 20230426080043764 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-viperboard.c' (103,222) at 20240405153048917 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/hi6220_gpio.c' (103,223) at 20210308005003376 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_compare_bit.md' (103,224) at 20240809080033023 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/microchip/Makefile' (103,225) at 20240405153046801 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/Kconfig' (103,226) at 20240405153231987 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/designware_spi.c' (103,227) at 20210308005003492 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/ubi-media.h' (103,228) at 20240405153049713 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_trigger.sh' (103,229) at 20210307214932634 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c' (103,230) at 20240405153047213 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-firmware.h' (103,231) at 20241114091008832 to deleted uid set 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/Kconfig' (103,232) at 20240405153051561 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme_show.c' (103,233) at 20210308005003448 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts' (103,234) at 20240405153229915 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec2/Makefile' (103,235) at 20210307214927094 2025-03-14 03:00:52.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/mpu3050.h' (103,236) at 20240405153048985 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,everest_associations.json' (103,237) at 20241212090014007 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/.gitignore' (103,238) at 20240405153054373 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110-aon.c' (103,239) at 20240405153046853 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VolumeCollection_v1.xml' (103,240) at 20240824080002934 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6000-j314s.dts' (103,241) at 20240405153045717 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/bitops.h' (103,242) at 20240405153046245 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/imx-pwm.yaml' (103,243) at 20240405153045141 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pg.h' (103,244) at 20210307214931654 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_isr.c' (103,245) at 20240405153230267 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/Makefile' (103,246) at 20210307214929470 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox_%.bbappend' (103,247) at 20240616080011243 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c' (103,248) at 20210308005046513 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb' (103,249) at 20241221090017564 to deleted uid set 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_ttm.h' (103,250) at 20220525020652951 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/kwbimage.cfg' (103,251) at 20210308005002904 2025-03-14 03:00:52.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/add_negative' (103,252) at 20240405153053433 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml' (103,253) at 20240405153045029 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/boost.wrap' (103,254) at 20240511080038862 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_sbc.h' (103,255) at 20221215040039182 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/capability.h' (103,256) at 20240405153052909 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_sap.c' (103,257) at 20240405153053289 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql_3.8.1.bb' (103,258) at 20241221090017488 to deleted uid set 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml' (103,259) at 20210309003648392 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api_client.h' (103,260) at 20240405153231035 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb' (103,261) at 20241221090017512 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/power-sequencing.bb' (103,262) at 20241206090014230 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/elf_riscv64_efi.lds' (103,263) at 20210308005002844 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/speed.c' (103,264) at 20210308005002800 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/exynos/exynos_dp.txt' (103,265) at 20240405153045041 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-afe-clock-ctrl.c' (103,266) at 20210307214932394 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am57xx-beagle-x15-revc.dts' (103,267) at 20240405153045597 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc-xo15-sci.c' (103,268) at 20240405153046489 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-value.bconf' (103,269) at 20210307214932462 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/file.c' (103,270) at 20240405153046205 2025-03-14 03:00:52.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-mul2.c' (103,271) at 20240405153231947 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/bmi.c' (103,272) at 20240405153050441 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-change-copy-mode.out' (103,273) at 20240326080039734 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/clock.h' (103,274) at 20210308005002652 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/xilfpga/nexys4ddr.dts' (103,275) at 20210307214926198 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/libipmid/meson.build' (103,276) at 20240424080021452 to deleted uid set 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c' (103,277) at 20210308005046513 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allext.idef' (103,278) at 20220429100100782 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/srq.h' (103,279) at 20220525020653163 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_nau8825.c' (103,280) at 20240405153232183 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_deflate/defutil.h' (103,281) at 20240405153053109 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_transport_srp.h' (103,282) at 20240405153052877 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/files/0001-Add-OpenEmbedded-cross-compile-case.patch' (103,283) at 20210307205553810 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_0_offset.h' (103,284) at 20240405153048117 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/reboot' (103,285) at 20220405030025645 2025-03-14 03:00:52.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/hisilicon/reset-hi3660.c' (103,286) at 20240405153231367 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/rtnetlink.sh' (103,287) at 20240405153232279 to deleted uid set 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_probe.h' (103,288) at 20241104090011611 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_vmm.h' (103,289) at 20210307214927918 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/xdr4cb.h' (103,290) at 20240405153052441 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91rm9200_pqfp.dtsi' (103,291) at 20240405153045465 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/Makefile' (103,292) at 20210308005002948 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/fsl-edma.h' (103,293) at 20240405153231795 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0' (103,294) at 20210307205554418 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kasan.h' (103,295) at 20240405153046245 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_nand.h' (103,296) at 20210308005003624 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-B-1.0' (103,297) at 20211006000025242 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_icache.h' (103,298) at 20240405153231779 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/twofish_common.c' (103,299) at 20240405153046549 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_typec.c' (103,300) at 20241211090145481 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/asm/barrier.h' (103,301) at 20210307214932454 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/time_32.c' (103,302) at 20240405153230095 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/system-pkcs11.txt' (103,303) at 20210307205553986 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test_1.0.bb' (103,304) at 20241206090014286 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/psc724.h' (103,305) at 20210307214932262 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pm-trace.h' (103,306) at 20210307214926674 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/LICENSE-APACHE' (103,307) at 20240106090017261 2025-03-14 03:00:52.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mt312.h' (103,308) at 20210307214928630 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ipc/ipc.c' (103,309) at 20240503080014474 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_8x16.c' (103,310) at 20220525020654747 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/chipsfb.c' (103,311) at 20240405153231579 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isppreview.c' (103,312) at 20240405153049485 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/cachefiles.h' (103,313) at 20240624080012816 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-platform.c' (103,314) at 20240405153231559 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/config' (103,315) at 20220525020655215 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/arm-vgic-its.rst' (103,316) at 20240405153045325 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra210-pinmux.yaml' (103,317) at 20240405153229787 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c' (103,318) at 20210307214932706 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c' (103,319) at 20240405153050541 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c' (103,320) at 20220525020652530 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/pcf50633/pmic.h' (103,321) at 20210307214931434 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/vmur.c' (103,322) at 20240405153051517 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-polarberry.dts' (103,323) at 20240405153046241 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_vsi_vlan_ops.c' (103,324) at 20240411080014102 2025-03-14 03:00:52.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rpmsg/rpmsg_client_sample.c' (103,325) at 20210307214932130 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-mba6b.dtsi' (103,326) at 20240405153229887 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt700-sdw.h' (103,327) at 20210307214932334 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/Makefile' (103,328) at 20210307214926562 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/dev-zram0.swap' (103,329) at 20210307205553938 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/spdif.c' (103,330) at 20240405153053985 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uv/uv_hub.h' (103,331) at 20240405153046401 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv40.c' (103,332) at 20220525020652959 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/python/twatch.py' (103,333) at 20210524100035134 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/Kconfig' (103,334) at 20240405153230187 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mxs.c' (103,335) at 20240405153230679 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-parsec.yml' (103,336) at 20210905000020565 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/Kconfig' (103,337) at 20240405153048753 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb' (103,338) at 20230503080014619 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp/alt_fw_env.config' (103,339) at 20210908000029103 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts' (103,340) at 20240405153229935 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/imx2_wdt.c' (103,341) at 20240405153231599 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/Kconfig.x86' (103,342) at 20240405153046909 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/compressed/vmlinux.lds.S' (103,343) at 20210307214926306 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sunxi.h' (103,344) at 20240405153051373 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.h' (103,345) at 20240405153047109 2025-03-14 03:00:52.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget1.dts' (103,346) at 20240405153045825 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/svcauth.c' (103,347) at 20240405153232083 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/__init__.py' (103,348) at 20210308005003736 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-fpu.xml' (103,349) at 20210308005045817 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/dma.c' (103,350) at 20240405153045945 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig' (103,351) at 20210308005003288 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/Zlib' (103,352) at 20210309003648516 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/stm32_defconfig' (103,353) at 20240405153229907 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c' (103,354) at 20240405153231475 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_sai.h' (103,355) at 20241104090011627 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/emu10k1.h' (103,356) at 20240405153052949 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/voltage.c' (103,357) at 20240405153047037 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/Kconfig' (103,358) at 20210308005003036 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/addr.c' (103,359) at 20241216090017705 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/libfdt_internal.h' (103,360) at 20210308005003728 2025-03-14 03:00:52.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/integratorcp.c' (103,361) at 20240906080037192 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdm670.c' (103,362) at 20240405153230735 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/amd_manager.h' (103,363) at 20240503080014494 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field1.decode' (103,364) at 20210308005046389 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77965-cpg-mssr.h' (103,365) at 20210307214931334 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/addrspace.h' (103,366) at 20220525020651966 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pds/pds_auxbus.h' (103,367) at 20240405153052761 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/pxamci.h' (103,368) at 20210307214929194 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_lp.c' (103,369) at 20220627100017186 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c' (103,370) at 20210307214928838 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/errno.h' (103,371) at 20240405153054049 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init3.decode' (103,372) at 20210308005046389 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/ibss.c' (103,373) at 20240405153053289 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115_115.17.0.bb' (103,374) at 20241221090017516 to deleted uid set 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/tpo,td.yaml' (103,375) at 20240405153045045 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/task_io_accounting_ops.h' (103,376) at 20210307214931522 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemitev2.dts' (103,377) at 20240409080011882 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/shmparam.h' (103,378) at 20220525020651970 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common.metadata.yaml' (103,379) at 20220430030026016 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/dynptr_success.c' (103,380) at 20240405153054269 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/pfla02.c' (103,381) at 20210308005003028 2025-03-14 03:00:52.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/dhcp-done/test/meson.build' (103,382) at 20240724080006311 to deleted uid set 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com-v3.h' (103,383) at 20240405153051289 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/MAINTAINERS' (103,384) at 20210308005002976 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bitbang-txrx.h' (103,385) at 20240405153231459 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sparc/amd7930.c' (103,386) at 20240405153232203 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/exec_prot.c' (103,387) at 20240405153054357 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/vrf_socket_lookup.c' (103,388) at 20240405153054265 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/dma_port.c' (103,389) at 20220525020654215 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_eswitch_br.h' (103,390) at 20241018080014498 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/actions,atc260x.yaml' (103,391) at 20240405153045105 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_idt82p33.h' (103,392) at 20240405153051445 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7792-sysc.c' (103,393) at 20240405153231351 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/tlbex-fault.S' (103,394) at 20210307214926278 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h' (103,395) at 20240405153050533 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/generic-loader.rst' (103,396) at 20210927100127081 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/amlogic,meson-g12a-gpio-intc.h' (103,397) at 20240405153231799 2025-03-14 03:00:52.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/cio.h' (103,398) at 20241211090212442 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_xcopy.c' (103,399) at 20240405153051965 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/efi.c' (103,400) at 20240405153229907 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dsi.c' (103,401) at 20240405153230583 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5665.txt' (103,402) at 20210309003648392 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-Replace-Name-NameString-with-vector-of-uint8_t.patch' (103,403) at 20241221090017636 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c' (103,404) at 20210308005003436 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_5_0_0_offset.h' (103,405) at 20210307214927534 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Berlin' (103,406) at 20210307205553758 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/README' (103,407) at 20210308005003016 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/minerva/gpio_desc.json' (103,408) at 20240119090006943 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pistachio/clk.c' (103,409) at 20210307214926998 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/microread/Kconfig' (103,410) at 20210307214929978 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/displayport.h' (103,411) at 20210308005003536 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/index.js' (103,412) at 20220105012522995 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TPDL' (103,413) at 20241221090017616 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/wdt.c' (103,414) at 20220525020654335 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun50i-a100-r-ccu.h' (103,415) at 20210309003653812 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/ipw2100.rst' (103,416) at 20210309003648448 2025-03-14 03:00:52.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ina2xx.h' (103,417) at 20210307214931474 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/smp.c' (103,418) at 20240405153046317 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TaskCollection.json' (103,419) at 20240619080002956 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml' (103,420) at 20240405153045105 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu' (103,421) at 20241221090017704 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/gf119.c' (103,422) at 20220525020652955 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-bcm63xx.c' (103,423) at 20240405153046049 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit.dts' (103,424) at 20210308005002596 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-db8520.dtsi' (103,425) at 20240405153045577 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-km_common.dtsi' (103,426) at 20240405153045457 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6318-usbh-phy.c' (103,427) at 20210308005003452 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.errors.yaml' (103,428) at 20230526080025851 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/striped.rst' (103,429) at 20210307214925222 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/phosphor-state-manager-init.conf' (103,430) at 20240105090012010 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sdx65.c' (103,431) at 20240405153230231 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/watchtwo.yaml' (103,432) at 20221209040030339 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_regs.h' (103,433) at 20240405153049953 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/trusted_tpm.h' (103,434) at 20220525020654547 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang_1.3.296.0.bb' (103,435) at 20241221090017684 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-utils.c' (103,436) at 20240405153232183 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/0001-asm-Delete-.func-.endfunc-directives.patch' (103,437) at 20230706080014741 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/tlbflush_64.h' (103,438) at 20210307214926586 2025-03-14 03:00:52.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memory-tiers.c' (103,439) at 20240405153231967 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/agn.h' (103,440) at 20240405153050513 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_state.c' (103,441) at 20210307214932030 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/README.md' (103,442) at 20210629000017504 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/clk_rk322x.c' (103,443) at 20210308005002772 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml' (103,444) at 20240405153045077 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-hummingboard.dts' (103,445) at 20240405153045497 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx8qxp_mek.h' (103,446) at 20210308005003596 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/viot.c' (103,447) at 20240405153046649 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-firmware-opal-dump' (103,448) at 20210309003648244 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/README' (103,449) at 20210308005003048 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/m68k-linux-user.mak' (103,450) at 20221215040039066 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/bookehv_interrupts.S' (103,451) at 20240405153046169 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pca953x.c' (103,452) at 20210308005003380 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/e100.rst' (103,453) at 20240405153045233 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/bblayers.conf.sample' (103,454) at 20240731080013630 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/suspend.c' (103,455) at 20240405153230051 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tea6420.h' (103,456) at 20210307214928670 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/mrw-xml.bbclass' (103,457) at 20210307205554054 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistryFileCollection.json' (103,458) at 20240619080002948 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/dove_thermal.c' (103,459) at 20240405153231495 2025-03-14 03:00:52.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/posix_types.h' (103,460) at 20210308005002680 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2.h' (103,461) at 20240326080039386 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/uapi/asm/mman.h' (103,462) at 20210307214932458 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/MAINTAINERS' (103,463) at 20210308005002956 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/slub_def.h' (103,464) at 20240405153052793 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_resource.h' (103,465) at 20220429100100646 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-chemical-vz89x' (103,466) at 20210307214925190 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/env.hpp' (103,467) at 20210308004940468 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/Kconfig' (103,468) at 20210307214930438 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html' (103,469) at 20210307205554246 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcor-avenger96.dtsi' (103,470) at 20240405153045585 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/inputattachctl' (103,471) at 20210307205553918 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/mlx5/net/mlx5_vnet.h' (103,472) at 20240405153052157 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/surface-hid/surface_hid.c' (103,473) at 20240405153048825 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/list_sort.h' (103,474) at 20240405153054049 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/index.rst' (103,475) at 20220525020651770 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pci-direct.h' (103,476) at 20210307214926670 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/smp-up.c' (103,477) at 20210307214926262 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/s32v234-evb.dts' (103,478) at 20210307214926018 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fixmap.h' (103,479) at 20220525020652034 2025-03-14 03:00:52.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_link_encoder.h' (103,480) at 20210307214927298 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c' (103,481) at 20240805080013991 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/cairo.h' (103,482) at 20210308005003032 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_w.c' (103,483) at 20210308005046521 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/patching.c' (103,484) at 20240405153045869 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/intel-nand-controller.c' (103,485) at 20240405153230871 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/mpp.c' (103,486) at 20240405153045653 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/locks.c' (103,487) at 20240729080011336 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm_tcp.h' (103,488) at 20210307214931622 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/Makefile' (103,489) at 20210308005003020 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/quirks.h' (103,490) at 20240429080012456 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_iocb.c' (103,491) at 20220525020654071 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch' (103,492) at 20230706080014733 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/powerpc-purgatory-Makefile-remove-unknown-flags.patch' (103,493) at 20210307205553750 2025-03-14 03:00:52.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/da9062-onkey.txt' (103,494) at 20240405153045077 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ebda.c' (103,495) at 20210307214926698 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/ipmb.rst' (103,496) at 20210307214925462 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/atomic64_32.h' (103,497) at 20240624080012768 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredbyn_Kubbe' (103,498) at 20210307205553778 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix_dp_core.h' (103,499) at 20240405153048369 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/perf_event.h' (103,500) at 20240405153054053 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.h' (103,501) at 20210307214929930 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/trace.h' (103,502) at 20210308005045909 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/essiv.c' (103,503) at 20240405153046537 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/qcom,spmi-rradc.yaml' (103,504) at 20240405153045073 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/coex.h' (103,505) at 20220525020653751 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/MAINTAINERS' (103,506) at 20210308005003004 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a774e1-cpg-mssr.h' (103,507) at 20210309003653812 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/siginfo.h' (103,508) at 20210307214926122 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/scx200_hrt.c' (103,509) at 20210307214927046 2025-03-14 03:00:52.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/inode.c' (103,510) at 20240805080014015 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso2c.h' (103,511) at 20210307214926614 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb' (103,512) at 20220204040022496 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/net/bpf_jit_core.c' (103,513) at 20240405153230075 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_2_0_0_offset.h' (103,514) at 20210307214927542 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fifo_underrun.c' (103,515) at 20240405153048453 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/single.h' (103,516) at 20210307214931538 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/adxl34x.h' (103,517) at 20240405153049141 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_hw.c' (103,518) at 20240405153231071 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-sysfs.c' (103,519) at 20241216090017741 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/debugfs.h' (103,520) at 20220525020653731 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/scan.c' (103,521) at 20210307214929866 2025-03-14 03:00:52.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/as3722-poweroff.c' (103,522) at 20240405153231351 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/Makefile' (103,523) at 20240405153053965 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-caret-down-disabled.svg' (103,524) at 20210308005107069 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Sachsen-Anhalt' (103,525) at 20210307205553766 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c' (103,526) at 20240405153048793 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_3_defconfig' (103,527) at 20210308005003276 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/connector/Makefile' (103,528) at 20210309003654516 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pl030.c' (103,529) at 20220525020653955 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/faraday,ftmac.txt' (103,530) at 20210307214925374 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingLoopCollection_v1.xml' (103,531) at 20240619080002924 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77693_fg.h' (103,532) at 20210308005003680 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/pwm_bl.c' (103,533) at 20240613080016475 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-videostrong-kii-pro.c' (103,534) at 20210307214928786 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/file.c' (103,535) at 20240520080015203 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a779g0-sysc.c' (103,536) at 20240405153231351 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/013_pack_inv_size_align.dts' (103,537) at 20210308005003752 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/vmmouse.c' (103,538) at 20241211090212278 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/vendor.h' (103,539) at 20210307214929810 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/efi_stub_32.S' (103,540) at 20220525020652190 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/superio.c' (103,541) at 20210308005003008 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/rohm,bd71815-regulator.yaml' (103,542) at 20240405153045145 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mt7628a.dtsi' (103,543) at 20210308005002816 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-semi.c' (103,544) at 20210927100127449 2025-03-14 03:00:52.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc.c' (103,545) at 20220525020652194 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/starfive,jh7110-pcie-phy.yaml' (103,546) at 20240405153229787 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/bin2c.c' (103,547) at 20210308005003724 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb' (103,548) at 20241221090017492 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/pnv_spi.c' (103,549) at 20241211090212338 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_loongarch.c' (103,550) at 20240405153232239 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/xattr.c' (103,551) at 20240405153052485 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/ilsp.sa' (103,552) at 20210307214926150 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/uncore-cache.json' (103,553) at 20240405153054145 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/tegra/tegra30-tsensor.c' (103,554) at 20240405153231499 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/gpio_backlight.c' (103,555) at 20240405153231575 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/renesas-ceu.h' (103,556) at 20210307214931542 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zeroconf_0.136.2.bb' (103,557) at 20241221090017564 to deleted uid set 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (103,558) at 20210820100014769 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/magnetometer/asahi-kasei,ak8974.yaml' (103,559) at 20220525020651682 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/trace_qp.h' (103,560) at 20220525020653163 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_quotaops.c' (103,561) at 20240405153052605 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/uacce/Makefile' (103,562) at 20210307214929178 2025-03-14 03:00:52.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/efi.c' (103,563) at 20210308005003208 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-lmcx-defs.h' (103,564) at 20210307214926234 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/run-ptest' (103,565) at 20210307205554470 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2_2.13.5.bb' (103,566) at 20241221090017644 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sm4_generic.c' (103,567) at 20240405153046541 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml' (103,568) at 20240405153229791 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/atmel/common/mac_eeprom.c' (103,569) at 20210308005002916 to deleted uid set 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma_transport.c' (103,570) at 20240405153053389 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Makefile.um' (103,571) at 20240405153046349 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/system/boot.S' (103,572) at 20240906080037580 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6_bb.h' (103,573) at 20210308005003088 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/vivante,gc.yaml' (103,574) at 20240405153045061 2025-03-14 03:00:52.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/da9211.h' (103,575) at 20210307214931494 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7793-gose.dts' (103,576) at 20240405153229899 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-spi-seeprom-test.c' (103,577) at 20240906080037572 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage_256M8_1.cfg' (103,578) at 20210308005003012 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nzxt-kraken2.rst' (103,579) at 20220525020651738 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml' (103,580) at 20240405153045061 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/rockchip/rk3288_crypto.h' (103,581) at 20240405153230267 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/bcm2835_wdt.c' (103,582) at 20240405153231599 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_params.h' (103,583) at 20240405153051849 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-spdif.c' (103,584) at 20240405153053933 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/eon.c' (103,585) at 20240405153049709 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/pm8916_gpio.txt' (103,586) at 20210308005003304 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-only' (103,587) at 20210316000012717 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/Kconfig' (103,588) at 20240405153046977 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/0001-Mimic-GNU-basename-API-for-non-glibc-library-e.g.-mu.patch' (103,589) at 20240413080012655 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/mips/Makefile' (103,590) at 20220525020655131 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pythondeps.toml' (103,591) at 20241211090212446 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max8688.rst' (103,592) at 20210307214925502 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/vtbl.c' (103,593) at 20240405153230887 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-sgmii-eth.c' (103,594) at 20240405153051293 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/virtio/virtio-device.yaml' (103,595) at 20240405153045185 2025-03-14 03:00:52.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_vangogh.h' (103,596) at 20240405153048349 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_main.c' (103,597) at 20240405153230719 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/posix-clock.c' (103,598) at 20241104090011611 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/wm8994-regulator.c' (103,599) at 20240405153051477 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c' (103,600) at 20240405153048665 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/vt_ioctl.c' (103,601) at 20240405153052025 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-w1_therm' (103,602) at 20220525020651634 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1c/atl1c_hw.c' (103,603) at 20220525020653451 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/solos-attrlist.c' (103,604) at 20210307214926886 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c' (103,605) at 20240405153231019 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_mh.c' (103,606) at 20240405153053321 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/read_window_mark_write_erased.c' (103,607) at 20210308005108641 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/spinlock.h' (103,608) at 20210307214926554 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video.rst' (103,609) at 20220525020654135 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-rlock.h' (103,610) at 20210307214931806 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb' (103,611) at 20241221090017576 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kinnastrom' (103,612) at 20210307205553786 2025-03-14 03:00:52.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/platformdata.c' (103,613) at 20210309003648716 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/tls.c' (103,614) at 20240820080014193 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed_udc.c' (103,615) at 20240913080013821 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/anubis.c' (103,616) at 20240405153046529 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_benchmark.c' (103,617) at 20210307214928010 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c' (103,618) at 20240405153051229 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_fltr.c' (103,619) at 20240405153050005 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c' (103,620) at 20240405153054253 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/smm.c' (103,621) at 20240405153046453 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/compress/lz4.py' (103,622) at 20241221090017584 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/usb_a9263_dataflash_defconfig' (103,623) at 20210308005003284 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/mux.c' (103,624) at 20210308005002756 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/Makefile' (103,625) at 20240405153048929 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/icp-opal.c' (103,626) at 20240405153046233 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i2c-dev.h' (103,627) at 20210307214931398 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.err' (103,628) at 20230925080040089 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c' (103,629) at 20240405153048997 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb' (103,630) at 20230520080014480 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm953012k.dts' (103,631) at 20240405153045429 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/report_factory.hpp' (103,632) at 20220725100036488 to deleted uid set 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/goflexhome_defconfig' (103,633) at 20210308005003260 2025-03-14 03:00:52.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/boost.wrap' (103,634) at 20240112090004588 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.4.bb' (103,635) at 20241221090017536 to deleted uid set 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-cron' (103,636) at 20210307205554470 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/cdn-dp-reg.c' (103,637) at 20210716100029891 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_devcaps.h' (103,638) at 20220525020653027 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_regs.h' (103,639) at 20210307214926242 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-null.c' (103,640) at 20221215040039394 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld20-ref.dts' (103,641) at 20210308005002632 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OCLC-2.0' (103,642) at 20210307205554426 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/psci.c' (103,643) at 20240405153045873 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/setup_no.c' (103,644) at 20240405153045969 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/regmap.c' (103,645) at 20210308005003356 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw-txe.c' (103,646) at 20240405153049641 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/pm_runtime.cocci' (103,647) at 20240405153053441 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/icedcc.S' (103,648) at 20210309003648680 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb' (103,649) at 20220402030015947 2025-03-14 03:00:52.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/dai-imx.h' (103,650) at 20210307214931602 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_2_offset.h' (103,651) at 20210307214927674 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_diag.h' (103,652) at 20241018080014494 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_sil.c' (103,653) at 20241011080017295 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/memset-sh4.S' (103,654) at 20210307214926570 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/minstate.h' (103,655) at 20210307214926126 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/opcodes.h' (103,656) at 20210307214926574 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ioport.h' (103,657) at 20240405153052709 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4_1.10.0.bb' (103,658) at 20241221090017696 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/ltr501.c' (103,659) at 20241216090017705 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/tie-asm.h' (103,660) at 20210308005002884 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/led.c' (103,661) at 20210308005002916 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/atc260x-i2c.c' (103,662) at 20240405153049601 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi' (103,663) at 20240405153045717 2025-03-14 03:00:52.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/korg1212/Makefile' (103,664) at 20210307214932266 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/config.txt' (103,665) at 20210308005003304 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_midi.c' (103,666) at 20240405153232123 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/LSM/Smack.rst' (103,667) at 20210307214925214 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c' (103,668) at 20241104090011583 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-serial.c' (103,669) at 20230426080043736 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/cb710-mmc.c' (103,670) at 20240405153230851 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/xen/swiotlb-xen.c' (103,671) at 20241008080013987 to deleted uid set 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-bootinfo.h' (103,672) at 20240405153046009 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_mods___mod_swap.c' (103,673) at 20210307214932642 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_1_8_0_offset.h' (103,674) at 20240405153047309 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-monitor/.clang-format' (103,675) at 20241220090026687 to deleted uid set 2025-03-14 03:00:52.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_fw_counters.c' (103,676) at 20240405153230267 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_manager.cpp' (103,677) at 20241106090023554 to deleted uid set 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd.bb' (103,678) at 20241206090014226 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc8536_ds.c' (103,679) at 20240405153230051 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/target.h' (103,680) at 20210307214929758 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485HFE_defconfig' (103,681) at 20210308005003236 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/everest,es7241.txt' (103,682) at 20210307214925426 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bmc150-accel-spi.c' (103,683) at 20240405153048933 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch' (103,684) at 20241221090017660 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_offload.c' (103,685) at 20241011080017391 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/mainloop.h' (103,686) at 20240405153054381 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8150-pinctrl.yaml' (103,687) at 20240405153045137 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/test/test_callout.cpp' (103,688) at 20210308005117205 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-updateubootvars@.service.in' (103,689) at 20220212040021786 to deleted uid set 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (103,690) at 20240802080012609 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.err' (103,691) at 20210308005046397 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h' (103,692) at 20240405153050529 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/delta.h' (103,693) at 20210307214932262 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/meson.build' (103,694) at 20240823080032949 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/parent.h' (103,695) at 20210309003649824 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/045_prop_test.dts' (103,696) at 20210308005003752 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/swsusp.S' (103,697) at 20210307214926562 2025-03-14 03:00:52.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_picmg.c' (103,698) at 20210308004938828 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb' (103,699) at 20241206090014254 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/disas.c' (103,700) at 20210308005046277 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_serdes.h' (103,701) at 20240405153230903 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837-rpi-zero-2-w.dts' (103,702) at 20240405153229871 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_remote/tcm_remote.c' (103,703) at 20240405153051969 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-gt90h-v4.dts' (103,704) at 20240405153045389 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/cpu.c' (103,705) at 20210308005002820 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-amba' (103,706) at 20210307214925190 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-riscv-intc.c' (103,707) at 20240624080012780 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt8183-larb-port.h' (103,708) at 20220525020654547 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/bz.c' (103,709) at 20241008080013955 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml' (103,710) at 20240405153045041 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/super.h' (103,711) at 20240405153052293 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/versatile-ab.dts' (103,712) at 20240405153045401 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/index.rst' (103,713) at 20240405153045269 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e.dtsi' (103,714) at 20240405153045749 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb' (103,715) at 20241221090017492 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc' (103,716) at 20240612080013178 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tls.rst' (103,717) at 20240405153045241 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/cow.py' (103,718) at 20210307205554242 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mprotect.c' (103,719) at 20241125090012263 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/pac.c' (103,720) at 20241216090017805 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/run-ptest' (103,721) at 20240106090017241 to deleted uid set 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/grep/grep_3.11.bb' (103,722) at 20230609080014415 2025-03-14 03:00:52.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_value_illegal_alu.c' (103,723) at 20240405153054285 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/gsc_proxy/Makefile' (103,724) at 20240405153049641 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad1980.c' (103,725) at 20240405153232143 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/124.out' (103,726) at 20210308005046449 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/gpio-backlight.yaml' (103,727) at 20240405153045089 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/jump_label.c' (103,728) at 20240405153046433 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/rwbase_rt.c' (103,729) at 20240405153053017 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/README.md' (103,730) at 20220804030014663 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/dmabuf-cache.c' (103,731) at 20240405153049421 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h' (103,732) at 20240405153230415 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-driver.c' (103,733) at 20240405153230795 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/vmw_pvscsi.h' (103,734) at 20220627100017066 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/lpt_commit.c' (103,735) at 20210308005003552 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6001-j375c.dts' (103,736) at 20240405153045717 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fujitsu/Makefile' (103,737) at 20210307214929402 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/keyctl.h' (103,738) at 20210307214931414 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/autoconf-2.73.patch' (103,739) at 20230813080012900 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-cm.conf' (103,740) at 20230609080014395 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_REDIRECT.c' (103,741) at 20240405153053337 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/clocks.cfg' (103,742) at 20210308005002908 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-xcomm.c' (103,743) at 20240405153231467 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Install/meson.build' (103,744) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/psmisc/psmisc_23.7.bb' (103,745) at 20241221090017676 2025-03-14 03:00:52.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/Makefile' (103,746) at 20240405153049397 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/xfrm6_tunnel.c' (103,747) at 20240405153053285 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_NAND_defconfig' (103,748) at 20210308005003244 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/gen-ucd90160-defs.py' (103,749) at 20221206040039401 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/hhf.json' (103,750) at 20240405153054377 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih407-b2120.dts' (103,751) at 20240405153045581 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/no_forwarding.sh' (103,752) at 20241018080014598 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_aux_regs.h' (103,753) at 20240405153048449 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kfd_ioctl.h' (103,754) at 20240520080015207 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U1copy_to_user.S' (103,755) at 20210307214926606 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/sample-trace-array.c' (103,756) at 20210307214932126 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8540p-ride.dts' (103,757) at 20240405153229947 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-sccb.c' (103,758) at 20240405153046693 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tpa6130a2.txt' (103,759) at 20210307214925434 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (103,760) at 20210728000026280 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/lock_dlm.c' (103,761) at 20240613080016487 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_misc.h' (103,762) at 20210308005003172 2025-03-14 03:00:52.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/regulator/maxim,max77802.h' (103,763) at 20210308005003640 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_sk_storage.rst' (103,764) at 20240405153044997 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/net/bpf_jit_core.c' (103,765) at 20240815080012871 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/msi.h' (103,766) at 20240405153046277 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt8135-evbp1.dts' (103,767) at 20240405153045461 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100.c' (103,768) at 20240405153050257 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/spl_boot.c' (103,769) at 20210308005002924 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4.dtsi' (103,770) at 20210308005002632 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/simplediff/LICENSE' (103,771) at 20210307205554262 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/stable-process.rst' (103,772) at 20220429100100418 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lpc32xx.c' (103,773) at 20240405153051449 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd.h' (103,774) at 20210307214932222 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-timer.c' (103,775) at 20241211090212562 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_lock.h' (103,776) at 20210307214931138 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/speedstep-ich.c' (103,777) at 20210307214927062 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c' (103,778) at 20240405153051377 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/idr.c' (103,779) at 20240405153231947 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.1.rst' (103,780) at 20241221090017592 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.json' (103,781) at 20220429100100882 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/panel/Makefile' (103,782) at 20210307214930922 2025-03-14 03:00:52.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dsl_dir.h' (103,783) at 20210308005003692 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_proto.c' (103,784) at 20240405153046953 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/compressed/cache.c' (103,785) at 20210307214926542 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/mb.c' (103,786) at 20210307214926178 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventService_v1.xml' (103,787) at 20240619080002924 to deleted uid set 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/altera.yaml' (103,788) at 20240405153045013 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ts419-6281.dts' (103,789) at 20240405153045457 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bma150.h' (103,790) at 20240405153052665 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/chio.h' (103,791) at 20210307214931626 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/remote_node_context.h' (103,792) at 20210307214930330 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c' (103,793) at 20240405153051865 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/qconf.cc' (103,794) at 20210308005003732 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/layerappend.py' (103,795) at 20241206090014306 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0.c' (103,796) at 20240405153230503 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hid-alps.rst' (103,797) at 20240405153045213 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration-hmp-cmds.c' (103,798) at 20241211090212386 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_otpe2p.c' (103,799) at 20241023080012879 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c' (103,800) at 20210307214928782 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/reader_impl.hpp' (103,801) at 20230516080022994 to deleted uid set 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/tupleref.hpp' (103,802) at 20220625030026172 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/sysfs-class-fieldbus-dev' (103,803) at 20210307214930506 2025-03-14 03:00:52.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/dc233c/include/variant/tie-asm.h' (103,804) at 20210307214926770 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cmpxchg.h' (103,805) at 20240405153046277 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS1.conf' (103,806) at 20230114040015462 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/goya/goya.c' (103,807) at 20240405153046569 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/early_cmos.h' (103,808) at 20210308005002880 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/cpufeature.h' (103,809) at 20240405153230099 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/typec/ucsi/ucsi.h' (103,810) at 20240910080014070 to deleted uid set 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6795.dtsi' (103,811) at 20240405153045745 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes.h' (103,812) at 20220525020652358 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-cec.h' (103,813) at 20240405153049529 2025-03-14 03:00:52.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table.c' (103,814) at 20240405153047201 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_mad.c' (103,815) at 20220525020653159 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/float_convs.ref' (103,816) at 20210308005046489 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/uevent/config' (103,817) at 20210307214932730 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/0001-Define-CARD32-as-uint-as-it-is-32-bit.patch' (103,818) at 20230401080011935 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.h' (103,819) at 20240805080013979 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/obmc-led-group-stop@.service' (103,820) at 20241005080021212 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/NSS-10-37.5W' (103,821) at 20210307205553762 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_hii_config.c' (103,822) at 20210308005003700 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/mdev' (103,823) at 20210307205554470 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac.c' (103,824) at 20241211090212230 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/ddr.c' (103,825) at 20210308005002900 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomain.h' (103,826) at 20240405153045661 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_evmcs.c' (103,827) at 20240405153054321 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/m00514_syncgen_flow_evcnt_memmap_package.h' (103,828) at 20210307214928682 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-rex.dtsi' (103,829) at 20240405153229887 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-difrnce-dit4350.dts' (103,830) at 20210308005002620 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/i2c-hid/Makefile' (103,831) at 20240405153048825 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/hotplug.c' (103,832) at 20240405153045689 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc.h' (103,833) at 20240405153050357 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sbq_cmd.h' (103,834) at 20220525020653539 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-seagate-personal-cloud.dts' (103,835) at 20240405153045445 2025-03-14 03:00:52.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/mmu.h' (103,836) at 20240405153046389 to deleted uid set 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/test_akcipher_keys.c.inc' (103,837) at 20241211090212530 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ife.json' (103,838) at 20240405153054377 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_lwt_bpf.sh' (103,839) at 20240405153232099 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/PostCode/meson.build' (103,840) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netdev_features.h' (103,841) at 20220525020654595 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/README' (103,842) at 20210812000025310 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/src/hsbp_manager.cpp' (103,843) at 20240717080035672 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-mirror.c' (103,844) at 20220429100100662 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_obj_pinning.c' (103,845) at 20240405153054245 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/kconfig/symbol.c' (103,846) at 20240613080016543 to deleted uid set 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb' (103,847) at 20231014080011723 2025-03-14 03:00:52.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/intel,baytrail-fsp.txt' (103,848) at 20210308005003304 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts' (103,849) at 20210308005002624 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/libc.c' (103,850) at 20210927100127329 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/et1011c.c' (103,851) at 20210308005002720 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/iounmap.cocci' (103,852) at 20240405153053441 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clockdomains43xx_data.c' (103,853) at 20210307214925914 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/Inventory.vue' (103,854) at 20241004080035963 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_create.h' (103,855) at 20240405153048473 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/pxp/Makefile' (103,856) at 20240405153049645 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/pmc_atom.h' (103,857) at 20240405153052773 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_clock.h' (103,858) at 20210307214930950 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_acl.c' (103,859) at 20240405153231775 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SLIT.memhp' (103,860) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pci-bridge.c' (103,861) at 20230426080043668 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-mv78230.dtsi' (103,862) at 20240405153045453 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring2.sh' (103,863) at 20230920080013648 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq_params.h' (103,864) at 20240405153047193 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c' (103,865) at 20220525020652967 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/TCPA.tis.tpm12' (103,866) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i82443bxgx_edac.c' (103,867) at 20220525020652418 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pull-sdpx-licenses.py' (103,868) at 20241221090017704 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_stratix10.dtsi' (103,869) at 20210308005002612 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/samples/unresolved.tc' (103,870) at 20210307214932670 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/dmm.txt' (103,871) at 20210307214925278 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi' (103,872) at 20240405153045825 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/sb1250/smp.c' (103,873) at 20210307214926294 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp43x.dtsi' (103,874) at 20240405153045437 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/posted_intr.h' (103,875) at 20240812080017228 2025-03-14 03:00:52.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_ife.h' (103,876) at 20210307214931578 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/hyperbus/hyperbus-core.c' (103,877) at 20240405153049681 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-pinmux.txt' (103,878) at 20210307214925394 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/settings' (103,879) at 20210309003655988 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/dev.c' (103,880) at 20240405153230647 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/z3fold.c' (103,881) at 20240405153231983 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-mkstemp.patch' (103,882) at 20210307205553810 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (103,883) at 20241206090014222 to deleted uid set 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/test_hmm.sh' (103,884) at 20240405153054333 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/intelfb/intelfb_i2c.c' (103,885) at 20210307214930914 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.yaml' (103,886) at 20240405153045109 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/kmcoge4.dts' (103,887) at 20210307214926342 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nand.h' (103,888) at 20210308005003556 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/nic_mock.h' (103,889) at 20230718080007968 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/rx_common.c' (103,890) at 20240405153050293 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i3c/master.c' (103,891) at 20241216090017701 to deleted uid set 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-1.0' (103,892) at 20210307205554418 2025-03-14 03:00:52.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/Kconfig' (103,893) at 20240405153050141 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c' (103,894) at 20241111090012125 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/machine/yosemitev2.conf' (103,895) at 20230927080013510 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,exynos4210-fimc.yaml' (103,896) at 20240405153045101 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/base/regmap/regmap-irq.c' (103,897) at 20241211090145397 to deleted uid set 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8958-dsp2.c' (103,898) at 20220525020655055 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8960.h' (103,899) at 20240405153232167 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/amigaffs.h' (103,900) at 20210307214930990 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_prueth.h' (103,901) at 20241125090012255 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/settings' (103,902) at 20240405153232263 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml' (103,903) at 20240405153045085 2025-03-14 03:00:52.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/tesla/Makefile' (103,904) at 20240405153045829 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/include/asm/loongarch.h' (103,905) at 20241118090018491 to deleted uid set 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_802_3.c' (103,906) at 20210307214931894 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/kernel-api/index.rst' (103,907) at 20210307214925566 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.h' (103,908) at 20240405153049409 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/ivshmem.rst' (103,909) at 20240326080039406 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-forked_1.6.0.bb' (103,910) at 20230317080013793 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr/run-ptest' (103,911) at 20230401080011979 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_config_reg.h' (103,912) at 20210307214928430 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/basic-pm-debugging.rst' (103,913) at 20210307214925542 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/Kconfig' (103,914) at 20220525020652278 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm6125.c' (103,915) at 20240405153051349 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/aops.c' (103,916) at 20240613080016487 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,qcm2290.h' (103,917) at 20240405153052649 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertygentest/grouptwo.yaml' (103,918) at 20221209040030339 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak5558.h' (103,919) at 20210307214932294 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/brcm,bcm2835-system-timer.txt' (103,920) at 20210307214925446 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/device.hpp' (103,921) at 20230511080045635 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/watch_queue.h' (103,922) at 20240405153052821 2025-03-14 03:00:52.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-zram' (103,923) at 20210307214925198 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Privileges_v1.xml' (103,924) at 20240619080002932 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func6.c' (103,925) at 20240405153054277 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h' (103,926) at 20240405153052649 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utxferror.c' (103,927) at 20210307214926846 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/Kconfig' (103,928) at 20240405153230727 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/ip_fragment.c' (103,929) at 20240411080014150 to deleted uid set 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_scp_failover.sh' (103,930) at 20241226090016123 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flurkmark' (103,931) at 20210307205553782 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/meson.build' (103,932) at 20231208090025561 to deleted uid set 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/named.service' (103,933) at 20230813080012876 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/alternative-macros.h' (103,934) at 20240405153230063 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pmdemand.h' (103,935) at 20240405153048457 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/misc.h' (103,936) at 20240405153045369 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0009-remove-unneeded-headers.patch' (103,937) at 20241221090017496 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/entrypoint-yocto-check-layer.sh' (103,938) at 20220402030016063 2025-03-14 03:00:52.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_property.c' (103,939) at 20240906080037252 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/boot.h' (103,940) at 20240405153046269 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-lite2.dts' (103,941) at 20240405153045709 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/Build.PL' (103,942) at 20230831080028403 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_fbdev_generic.h' (103,943) at 20240405153052629 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-fw.c' (103,944) at 20210308005045853 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipc.h' (103,945) at 20210307214931638 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/davinci/da8xx-cfgchip.c' (103,946) at 20240805080013943 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/tlbflush.h' (103,947) at 20240405153046121 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cuda.h' (103,948) at 20240405153052677 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb' (103,949) at 20210812000025238 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/powerpc/include/uapi/asm/perf_regs.h' (103,950) at 20240405153054033 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/Kconfig' (103,951) at 20210308005003024 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7.dtsi' (103,952) at 20240405153229919 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pc-testdev.c' (103,953) at 20210308005045909 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/uv/uv.h' (103,954) at 20210307214926122 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/P10BMCAspeedSBPubKey_2.pem' (103,955) at 20220216040015837 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/netdevices.rst' (103,956) at 20220525020651750 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_sr.S' (103,957) at 20221215040039390 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mccmon6.h' (103,958) at 20210308005003604 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-TTV' (103,959) at 20210307205553758 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (103,960) at 20210903000032571 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi' (103,961) at 20240405153045721 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/093.out' (103,962) at 20210308005046445 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c' (103,963) at 20210309003649472 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/cast_common.h' (103,964) at 20210307214931310 2025-03-14 03:00:52.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rdc/Makefile' (103,965) at 20210307214929606 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi' (103,966) at 20240405153045765 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/byteorder.h' (103,967) at 20210308005002544 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-alsa-pcm.h' (103,968) at 20210307214928678 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,odroid.yaml' (103,969) at 20240405153229799 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_vmw.c' (103,970) at 20240405153051445 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/debug.md' (103,971) at 20240807080019542 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/dtrace.py' (103,972) at 20210308005046245 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xdp_veth.sh' (103,973) at 20240405153054289 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/myri10ge_mcp_gen_header.h' (103,974) at 20210307214929554 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srav.c' (103,975) at 20210308005046525 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/proc/vmcore.c' (103,976) at 20241115090012965 to deleted uid set 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra_i2c.h' (103,977) at 20210308005002668 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/jazz_defconfig' (103,978) at 20240405153045993 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fprobe.c' (103,979) at 20240405153053105 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/ad5272.c' (103,980) at 20240405153049009 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/chassis_tests.cpp' (103,981) at 20240817080031296 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/string.h' (103,982) at 20210307214925670 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TaskService.v1_2_1.json' (103,983) at 20240619080002956 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ar5523/Kconfig' (103,984) at 20210307214929726 2025-03-14 03:00:52.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mesh.h' (103,985) at 20240405153051661 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-bananapi-cm4-cm4io.dts' (103,986) at 20240405153229919 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc4000.c' (103,987) at 20240405153230823 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/0001-osinfo-Make-xmlError-struct-constant-in-propagate_li.patch' (103,988) at 20240413080012659 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/Makefile' (103,989) at 20240405153049441 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/buildid.sh' (103,990) at 20240405153054169 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/nmi.c' (103,991) at 20240405153230091 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_pci_legacy.c' (103,992) at 20240405153052233 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-bsp/image/gxp-bootblock.bbappend' (103,993) at 20230413080015624 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm-core.h' (103,994) at 20240405153045685 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/g_hid.h' (103,995) at 20240405153052813 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/Kconfig' (103,996) at 20210308005003040 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/tlb.c' (103,997) at 20210308005003172 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bitrev.c' (103,998) at 20210308005003696 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_b.c' (103,999) at 20210308005046517 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_shblocks.sh' (104,000) at 20210307214932690 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/0001-version-libraries.patch' (104,001) at 20230706080014745 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/mctp_%.bbappend' (104,002) at 20241206090014218 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Mini-XML-License' (104,003) at 20210307205553866 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt' (104,004) at 20210307214925354 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/063' (104,005) at 20210927100127477 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/cxgb2.c' (104,006) at 20240405153049861 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ppa.c' (104,007) at 20210308005002556 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/Kbuild' (104,008) at 20210307214926306 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (104,009) at 20240105090012010 2025-03-14 03:00:52.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-bxt-match.c' (104,010) at 20240405153053957 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/microread/mei.c' (104,011) at 20240405153051145 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fsnotify.c' (104,012) at 20241211090145525 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_profile_stat.tc' (104,013) at 20210307214932674 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/vexpress-v2m.dtsi' (104,014) at 20240405153045401 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir' (104,015) at 20210307205554594 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_overlay.c' (104,016) at 20240405153230559 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-bts.c' (104,017) at 20240405153054193 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/trigger/stm32-lptimer-trigger.c' (104,018) at 20240405153230695 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_powersave_regdef.h' (104,019) at 20210307214930642 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb' (104,020) at 20230211040012639 to deleted uid set 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/adm1275.c' (104,021) at 20240405153048869 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/Makefile' (104,022) at 20210307214929934 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-i2c.c' (104,023) at 20240405153050345 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-spi.h' (104,024) at 20210307214930462 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/xilinx-pcie.h' (104,025) at 20230426080043764 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r7s72100-gr-peach.dts' (104,026) at 20240405153045549 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axi.h' (104,027) at 20210308005003560 2025-03-14 03:00:52.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev.inc' (104,028) at 20241221090017688 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/luton_pcb090.dts' (104,029) at 20210308005002812 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_pnfs.h' (104,030) at 20210307214931290 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/rfc1002pdu.h' (104,031) at 20240405153052517 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-tca6507.c' (104,032) at 20240405153049221 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/Makefile' (104,033) at 20210307214932202 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/command-list.txt' (104,034) at 20240405153054105 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-uboot.bbclass' (104,035) at 20241221090017608 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2.json' (104,036) at 20230627080016966 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/superhyway/superhyway.c' (104,037) at 20220525020654087 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/Makefile' (104,038) at 20240405153046081 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd.service' (104,039) at 20230520080014480 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-file/run-ptest' (104,040) at 20240301090012435 to deleted uid set 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/settings/phosphor-settings-manager_%.bbappend' (104,041) at 20240821080012435 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/Kconfig' (104,042) at 20240906080037500 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyAttributes/meson.build' (104,043) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ethtool.c' (104,044) at 20240405153050265 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/loop2.c' (104,045) at 20210307214932646 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-EID-remove' (104,046) at 20241121090011895 to deleted uid set 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-amd' (104,047) at 20230426080043656 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/poky.xml' (104,048) at 20241221090017592 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si5351.h' (104,049) at 20240405153046781 2025-03-14 03:00:52.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8821.h' (104,050) at 20240405153232151 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/lv-conf.inc' (104,051) at 20241206090014254 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/toaster-title.png' (104,052) at 20210307205554382 to deleted uid set 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence-evt.json' (104,053) at 20241112090023994 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svc_xprt.h' (104,054) at 20240405153231843 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/coreboot_table.c' (104,055) at 20210308005002884 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_unzstd.c' (104,056) at 20240405153053085 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sparc/oradax/dax-hv-api.txt' (104,057) at 20240405153044981 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5640.yaml' (104,058) at 20240405153045165 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pasemi-pci.c' (104,059) at 20240405153048909 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1_1.3.bb' (104,060) at 20231011080016574 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/kdebug.h' (104,061) at 20210307214931302 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/ucmpdi2.S' (104,062) at 20210307214925870 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visby_Follingbo' (104,063) at 20210307205553794 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb' (104,064) at 20240301090012435 to deleted uid set 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_SDCARD_defconfig' (104,065) at 20210308005003244 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz' (104,066) at 20210307205554594 to deleted uid set 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/single_cpdo.c' (104,067) at 20210308005046069 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o3dnt.dts' (104,068) at 20220525020652030 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_port.h' (104,069) at 20210307214929502 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/ram-uclass.c' (104,070) at 20210308005003476 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-uptime-002.c' (104,071) at 20240405153054365 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/OWNERS' (104,072) at 20220723030040945 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/Makefile' (104,073) at 20210308005003456 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lsxhl_defconfig' (104,074) at 20210308005003268 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/globals.rst' (104,075) at 20220525020651730 2025-03-14 03:00:52.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/Thresholds.hpp' (104,076) at 20240817080004299 to deleted uid set 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu.rsrc' (104,077) at 20210308005046185 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/BusLogic.h' (104,078) at 20220525020653979 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0003_customimagepackage.py' (104,079) at 20210307205554262 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Koppom' (104,080) at 20210307205553786 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/__init__.py' (104,081) at 20220910030013377 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7280a.yaml' (104,082) at 20240405153045069 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/Kconfig' (104,083) at 20240405153046665 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nfsd/filecache.h' (104,084) at 20240405153052433 to deleted uid set 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_events.c' (104,085) at 20241211090212322 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9063-regulator.c' (104,086) at 20240405153051461 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c' (104,087) at 20210307214926566 2025-03-14 03:00:52.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/syscalls.h' (104,088) at 20240710080014605 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/mpx_helper.c' (104,089) at 20210927100127397 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init' (104,090) at 20210307205554550 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_strp.c' (104,091) at 20240503080014518 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/path.py' (104,092) at 20240106090017261 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Update/meson.build' (104,093) at 20240925080024982 to deleted uid set 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.h' (104,094) at 20240405153049945 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/ti/k3-udma.yaml' (104,095) at 20240405153045057 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/axp20x-i2c.c' (104,096) at 20240405153049601 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/synopsys/dwc-xlgmac.h' (104,097) at 20240405153050313 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_bits.h' (104,098) at 20241211090212510 2025-03-14 03:00:52.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb' (104,099) at 20241221090017508 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_11_0_6_sh_mask.h' (104,100) at 20220525020652803 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/psmouse-smbus.c' (104,101) at 20240405153049153 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/get_stackid_cannot_attach.c' (104,102) at 20240405153054253 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_lpc.c' (104,103) at 20241121090029260 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/machvec.h' (104,104) at 20210309003648976 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/dma_test.c' (104,105) at 20240405153051981 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-8.conf' (104,106) at 20230412080023460 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/cxusb.c' (104,107) at 20240405153049549 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/bayer.svg' (104,108) at 20210309003648488 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/error-log-handling-for-phal.md' (104,109) at 20221209040006383 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/util.c' (104,110) at 20240405153050577 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb' (104,111) at 20241221090017516 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/resource.h' (104,112) at 20210307214931618 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amcc_s5933.h' (104,113) at 20220525020652346 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/sys_helper.c' (104,114) at 20240906080037452 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/srcpos.h' (104,115) at 20210308005003728 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/Makefile' (104,116) at 20210308005002972 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin-emmc.dts' (104,117) at 20240405153045745 2025-03-14 03:00:52.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/ipam390.c' (104,118) at 20210308005002900 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_register.h' (104,119) at 20240405153052885 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/boot/compressed/Makefile' (104,120) at 20240624080012768 to deleted uid set 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pkru.h' (104,121) at 20240405153046393 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_vmid.c' (104,122) at 20240405153231423 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/led.c' (104,123) at 20240405153050637 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_factory_dcn32.h' (104,124) at 20240405153047289 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/readinode.c' (104,125) at 20210309003653620 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/files/remove-help2man.patch' (104,126) at 20210307205554002 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/Makefile' (104,127) at 20210308005002852 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/ia_css_qplane_types.h' (104,128) at 20210307214930558 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/__init__.robot' (104,129) at 20240627080021052 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/mips/features.rst' (104,130) at 20240405153229835 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/scattered.c' (104,131) at 20240411080014058 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/futex.h' (104,132) at 20240405153052917 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7795-cpg-mssr.c' (104,133) at 20210308005003352 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb' (104,134) at 20241221090017516 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/context.c' (104,135) at 20240405153230647 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/io.h' (104,136) at 20210308005002848 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts' (104,137) at 20240405153229915 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt6592.dtsi' (104,138) at 20240405153045461 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_xfer.c' (104,139) at 20210308005003436 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/cf-core.xml' (104,140) at 20210308005045817 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/simpletest.sh' (104,141) at 20240405153054069 2025-03-14 03:00:52.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c' (104,142) at 20220525020652490 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/aldebaran_reg_init.c' (104,143) at 20220525020652446 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/of_rtc.c' (104,144) at 20240405153230059 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30.dtsi' (104,145) at 20210308005002632 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/mem.c' (104,146) at 20220525020652010 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/hugetlb.h' (104,147) at 20240405153230063 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service' (104,148) at 20231126090012853 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/faultlog_dump_entry.cpp' (104,149) at 20230615080025080 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/universal.c' (104,150) at 20210308005003044 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/cpu_ops_spinwait.c' (104,151) at 20240613080016367 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop_ibi_value_le.h' (104,152) at 20210307214928598 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus.h' (104,153) at 20220525020654339 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/config' (104,154) at 20210308005003736 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds_qixis.h' (104,155) at 20210308005002956 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch' (104,156) at 20241221090017668 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/Makefile' (104,157) at 20240405153231323 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-mmu.c' (104,158) at 20210307214930582 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/config' (104,159) at 20240405153054293 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/rawsock.c' (104,160) at 20240405153053345 2025-03-14 03:00:52.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/tie-asm.h' (104,161) at 20210307214926770 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto.c' (104,162) at 20240405153053325 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Storlien' (104,163) at 20210307205553790 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc64-softmmu.mak' (104,164) at 20240326080039394 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/spidev.rst' (104,165) at 20240405153045265 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/virtio_pmem.h' (104,166) at 20210307214929990 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/trace.h' (104,167) at 20210308005045861 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7792-clock.h' (104,168) at 20210307214931334 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageTitle.spec.js.snap' (104,169) at 20220105012523003 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_dbg.h' (104,170) at 20240405153231435 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/create_config_directory.patch' (104,171) at 20210307205554578 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/server.cpp' (104,172) at 20240829080010546 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/sharpsl_param.h' (104,173) at 20210307214925850 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor/config.yaml' (104,174) at 20220211110019214 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi' (104,175) at 20240405153045829 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/build-rootfs-size-docker.sh' (104,176) at 20241017080019198 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/ubispl.h' (104,177) at 20210308005003424 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zstd_errors.h' (104,178) at 20240405153052825 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/lpc32xx_eth.c' (104,179) at 20210308005003436 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/memory/ti-aemif.c' (104,180) at 20210308005003388 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.json' (104,181) at 20210308005046405 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/meson.build' (104,182) at 20240326080039562 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/ctrlchar.h' (104,183) at 20210307214930230 2025-03-14 03:00:52.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb' (104,184) at 20241221090017548 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vmalloc.h' (104,185) at 20220525020652154 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_modeset_helper.h' (104,186) at 20210307214931318 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6328-reset.h' (104,187) at 20210308005003640 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/iomux-vf610.h' (104,188) at 20210308005002672 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_mte.h' (104,189) at 20220525020651946 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/palmas-pmic.txt' (104,190) at 20210307214925410 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg' (104,191) at 20210308005002992 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/dw-xdata-pcie.c' (104,192) at 20220525020653355 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mmc_host_def.h' (104,193) at 20210308005002656 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/0002-automake-make-example-programs-installable.patch' (104,194) at 20230401080011939 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-board-common.dtsi' (104,195) at 20240405153229903 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-periphery_2.4.1.bb' (104,196) at 20240302090018210 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/asm-offsets.h' (104,197) at 20210307214926546 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-keys.out' (104,198) at 20220429100100882 to deleted uid set 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/Makefile' (104,199) at 20210308005002908 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/README' (104,200) at 20210308005003040 2025-03-14 03:00:52.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h' (104,201) at 20240405153050245 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_linux_clut224.ppm' (104,202) at 20210307214930950 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb' (104,203) at 20241221090017548 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmns2/Makefile' (104,204) at 20210308005002940 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml' (104,205) at 20240725080013728 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/add-new-system.md' (104,206) at 20240427080004421 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch' (104,207) at 20241221090017660 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/Makefile' (104,208) at 20240405153046057 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/mediatek/Kconfig' (104,209) at 20240405153230583 to deleted uid set 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb' (104,210) at 20231011080016614 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040_nand_rcw.cfg' (104,211) at 20210308005002992 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/mbox_defs.h' (104,212) at 20220525020654039 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handler.cpp' (104,213) at 20240817080027652 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ip6_gre_headroom.sh' (104,214) at 20210307214932690 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/pinctrl.h' (104,215) at 20210308005002636 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool_2018.03.0.bb' (104,216) at 20241221090017512 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/hmem/Makefile' (104,217) at 20240405153046973 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/core.c' (104,218) at 20220525020653823 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc' (104,219) at 20210812000025370 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/rdc-sema.h' (104,220) at 20210308005002676 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/Makefile' (104,221) at 20240405153049073 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cgtqmx6eval.h' (104,222) at 20210308005003588 2025-03-14 03:00:52.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_stream_format.h' (104,223) at 20210307214930574 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/idals.h' (104,224) at 20240405153046277 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Port/meson.build' (104,225) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/cmdresp.c' (104,226) at 20240405153050557 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Entessa' (104,227) at 20210307205554422 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/main.c' (104,228) at 20230925080039837 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/surface_battery.c' (104,229) at 20240405153051441 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/side-switch/side_switch.cpp' (104,230) at 20240820080021222 to deleted uid set 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996pro.dtsi' (104,231) at 20240405153045769 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/sbf_dram_init.S' (104,232) at 20210308005003056 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch' (104,233) at 20240413080012627 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1201.h' (104,234) at 20210307214929974 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-bpmp.c' (104,235) at 20240405153046861 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Sevilla' (104,236) at 20210307205553766 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr2_dimm_params.c' (104,237) at 20210308005003360 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/discover.c' (104,238) at 20240405153053393 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31-colombus.dts' (104,239) at 20240405153045381 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/fixed.c' (104,240) at 20210308005003440 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/emu8000.c' (104,241) at 20240405153232127 2025-03-14 03:00:52.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/MAINTAINERS' (104,242) at 20210308005002912 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_context.cpp' (104,243) at 20240829080025811 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/vars.yml.template' (104,244) at 20230426080043844 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml' (104,245) at 20240405153045113 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_ftp.h' (104,246) at 20210307214930234 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.h' (104,247) at 20210307214929926 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/fpsp.h' (104,248) at 20210307214926142 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serio/olpc,ap-sp.txt' (104,249) at 20210307214925422 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_early.c' (104,250) at 20240405153231379 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-HemelHempstead' (104,251) at 20210307205553798 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgro_frglist.sh' (104,252) at 20240617080017414 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/maccess.c' (104,253) at 20210307214926622 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/xen_console.c' (104,254) at 20240906080037208 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Makefile.am' (104,255) at 20210308005108641 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/README' (104,256) at 20210308005003072 2025-03-14 03:00:52.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/mips-coredump-register.patch' (104,257) at 20240124090012270 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/clock.h' (104,258) at 20210308005002720 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/pmu.c' (104,259) at 20220525020652074 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/accounting/psi.rst' (104,260) at 20220525020651766 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/manager.hpp' (104,261) at 20241210090027376 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_tunnel_key.h' (104,262) at 20210307214931578 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-i2c-1.dtsi' (104,263) at 20210307214926350 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/index.rst' (104,264) at 20240405153045249 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/st/clkgen.h' (104,265) at 20210307214927026 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mtd.c' (104,266) at 20210307214929626 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/branch.json' (104,267) at 20220525020655147 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-fru.yaml' (104,268) at 20240712080022837 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8349emitxgp.dts' (104,269) at 20210307214926358 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/adp8870_bl.c' (104,270) at 20240405153052173 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb' (104,271) at 20220502030010124 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pagewalk.h' (104,272) at 20240405153052757 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/Makefile' (104,273) at 20210307214932090 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-apf6dev.dts' (104,274) at 20240405153045497 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/cpu.c' (104,275) at 20210308005002752 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bios_setting.hpp' (104,276) at 20240827080004798 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Malmo_Jagersro' (104,277) at 20210307205553786 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/pvcalls.h' (104,278) at 20240405153052957 2025-03-14 03:00:52.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/spltest_sandbox.c' (104,279) at 20210308005003400 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/pl110_template.h' (104,280) at 20221215040039102 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/8250_omap.yaml' (104,281) at 20240405153045153 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/allow_deny.hpp' (104,282) at 20221229040004411 to deleted uid set 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/common.txt' (104,283) at 20210307214925346 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c' (104,284) at 20220525020655195 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m3-salvator-xs.dts' (104,285) at 20240405153229963 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pipe.c' (104,286) at 20240411080014126 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-multilib-config.inc' (104,287) at 20220910030013417 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/i2c-core-acpi.c' (104,288) at 20240617080017390 to deleted uid set 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_memac.h' (104,289) at 20240405153049925 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-qos.h' (104,290) at 20240405153050313 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/npm_registry.py' (104,291) at 20230706080014777 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_sysfs.c' (104,292) at 20220525020653159 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_nor_ddr3_defconfig' (104,293) at 20210308005003264 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/vmgenid.h' (104,294) at 20240326080039530 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb' (104,295) at 20240301090012427 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson32/irq.h' (104,296) at 20210307214926222 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fan-control.target' (104,297) at 20220301040040077 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts' (104,298) at 20240405153229931 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch' (104,299) at 20210307205554554 2025-03-14 03:00:52.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/l1i_cache.json' (104,300) at 20240405153054113 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/numaperf.rst' (104,301) at 20240405153044961 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS3.conf' (104,302) at 20230114040015462 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii_data.c' (104,303) at 20210308005003704 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pe.h' (104,304) at 20240405153052761 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/Makefile' (104,305) at 20210307214929726 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/shstk.c' (104,306) at 20240805080013931 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/bitsperlong.h' (104,307) at 20210307214926322 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubietruck_plus_defconfig' (104,308) at 20210308005003236 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/hikey.c' (104,309) at 20210308005003004 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/.shellcheck' (104,310) at 20210415000052104 to deleted uid set 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-brcmstb-gisb-arb' (104,311) at 20210307214925202 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/trivial_64bit_program.c' (104,312) at 20210307214932734 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-hub.c' (104,313) at 20240405153052097 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygments_2.18.0.bb' (104,314) at 20241206090014330 to deleted uid set 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf-colibri-eval-v3.dtsi' (104,315) at 20240405153045537 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/Makefile' (104,316) at 20220525020654143 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_io.h' (104,317) at 20220525020654171 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_w.c' (104,318) at 20210308005046501 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-ati' (104,319) at 20210308005046237 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_defs.h' (104,320) at 20210307214929374 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/Makefile' (104,321) at 20240405153049537 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-minnie.dts' (104,322) at 20210308005002608 2025-03-14 03:00:52.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amazon/alpine-db.dts' (104,323) at 20240405153045397 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon_rotate.h' (104,324) at 20220525020654311 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netpoll.h' (104,325) at 20241211090145537 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm87.c' (104,326) at 20240405153048861 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/command_table_helper_dce60.c' (104,327) at 20210309003649464 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/irq-davinci-aintc.h' (104,328) at 20210307214931410 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/Makefile' (104,329) at 20210307214929402 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_nphy.h' (104,330) at 20210307214929798 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/melfas_mip4.c' (104,331) at 20240405153230731 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistryCollection_v1.xml' (104,332) at 20240619080002928 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handler.hpp' (104,333) at 20240817080027652 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/sipeed_maix_dock.dts' (104,334) at 20240405153046241 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8960.c' (104,335) at 20240405153051349 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/Kconfig' (104,336) at 20210308005002972 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/uverbs_named_ioctl.h' (104,337) at 20220525020654651 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/tegra-hsp.c' (104,338) at 20210308005003388 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageController_v1.xml' (104,339) at 20240918080002716 to deleted uid set 2025-03-14 03:00:52.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/efi.c' (104,340) at 20240405153046349 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/arizona/core.h' (104,341) at 20210307214931422 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml' (104,342) at 20240405153229755 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/6lowpan/rx.c' (104,343) at 20210309003654324 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/Kconfig' (104,344) at 20210308005002944 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/usb_network.sh' (104,345) at 20230606080013598 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-v3s-ccu.h' (104,346) at 20210308005003640 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/severity.hpp' (104,347) at 20240820080027378 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_crtc_helper.h' (104,348) at 20240405153052629 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hda_codec.h' (104,349) at 20210308005003652 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/otg.h' (104,350) at 20220525020654627 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/TQM834x.h' (104,351) at 20210308005003580 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_riscv_sbi.c' (104,352) at 20210307214930734 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb' (104,353) at 20241221090017688 to deleted uid set 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_retro.c' (104,354) at 20240405153054253 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/intel8x0m.c' (104,355) at 20220525020655007 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/pahole-flags.sh' (104,356) at 20240405153053457 2025-03-14 03:00:52.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/bd9576-regulator.c' (104,357) at 20240405153051461 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/kyber-iosched.c' (104,358) at 20240405153046525 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_w.c' (104,359) at 20210308005046521 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730-kudo.dts' (104,360) at 20240405153229875 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/poll.h' (104,361) at 20210307214926590 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel_ds.h' (104,362) at 20240405153046385 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/list.h' (104,363) at 20220525020655239 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c' (104,364) at 20240405153048793 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/dp83867.c' (104,365) at 20240405153050357 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/cl0080.h' (104,366) at 20240405153048617 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb' (104,367) at 20241221090017508 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/rest-dbus/resources/throbber.gif' (104,368) at 20210308004923388 to deleted uid set 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat-parts.c.inc' (104,369) at 20241211090212242 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/selftest.h' (104,370) at 20240405153050293 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/akcipher.h' (104,371) at 20240326080039526 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/vdso64.lds.S' (104,372) at 20220525020652106 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/phosphor-dbus-interfaces.wrap' (104,373) at 20220801133228674 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb' (104,374) at 20241221090017504 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/ati_ids.h' (104,375) at 20210307214930898 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/preemptirq.h' (104,376) at 20210307214931610 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi' (104,377) at 20240405153229971 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/image.bbclass' (104,378) at 20210307205554250 2025-03-14 03:00:52.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-scanners/rootkits/chkrootkit_0.57.bb' (104,379) at 20230401080011947 to deleted uid set 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-sanyo-decoder.c' (104,380) at 20240405153049513 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/0001-build-add-autotools-support-to-allow-easy-cross-comp.patch' (104,381) at 20210307205553910 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/spl.h' (104,382) at 20210308005002808 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_data.h' (104,383) at 20220525020654183 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-rng.c' (104,384) at 20210307214926190 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/check-interrupt@.service' (104,385) at 20240928080015145 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerEquipment.v1_2_2.json' (104,386) at 20240619080002952 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/qcom/lmh.c' (104,387) at 20241115090012961 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig' (104,388) at 20210308005003240 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/inputbox.c' (104,389) at 20210307214932150 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4si-post.dtsi' (104,390) at 20210307214926342 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/image_verify.hpp' (104,391) at 20240621080016857 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/db.py' (104,392) at 20241206090014290 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-limits.h' (104,393) at 20220525020653251 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/bpa-rs600.rst' (104,394) at 20220525020651734 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition_table.cpp' (104,395) at 20210308005108645 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/OWNERS' (104,396) at 20220727030021033 2025-03-14 03:00:52.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata.h' (104,397) at 20240405153230179 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/sun6i-msgbox.c' (104,398) at 20240405153049233 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-noc.S' (104,399) at 20230426080043952 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (104,400) at 20240112090012976 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv.dtsi' (104,401) at 20210308005002596 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-visionox-r66451.c' (104,402) at 20240405153230619 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/media-devnode.h' (104,403) at 20210309003653944 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb_qixis.h' (104,404) at 20210308005002972 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs7_key_type.c' (104,405) at 20210307214926790 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/xyz.openbmc_project.Syslog.Config.service' (104,406) at 20210511000050230 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xpc_channel.c' (104,407) at 20210307214929178 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/power/energy-model.rst' (104,408) at 20240405153045297 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/ari-tegra186.c' (104,409) at 20240405153051773 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/run' (104,410) at 20210308005003744 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-sh4errors.sh' (104,411) at 20210307205554130 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/platsmp-a9.c' (104,412) at 20240405153045657 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-s4.dtsi' (104,413) at 20240613080016363 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_extif.c' (104,414) at 20210307214930474 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/st,st-vgxy61.yaml' (104,415) at 20240405153045093 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml' (104,416) at 20240405153045145 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0004-lemon-Remove-line-directives.patch' (104,417) at 20240113090014536 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h' (104,418) at 20210307214930726 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-lock.txt' (104,419) at 20240405153054081 2025-03-14 03:00:52.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xilinx_axienet.c' (104,420) at 20241211090212310 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_csum.c' (104,421) at 20240405153053361 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inflate.h' (104,422) at 20210307214931826 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/v4l2grab.c.rst' (104,423) at 20240405153045321 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_ext.h' (104,424) at 20240405153231831 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/cs553x_nand.c' (104,425) at 20240405153049693 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_init.c' (104,426) at 20240405153051585 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml' (104,427) at 20240228090013752 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@380/ir35221@71.conf' (104,428) at 20240904080027734 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/data-structure-v9.rst' (104,429) at 20210307214925218 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/evdev.cpp' (104,430) at 20230807080031314 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mmu_context.h' (104,431) at 20240405153045917 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb' (104,432) at 20241221090017552 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-3.0-or-later' (104,433) at 20210316000012717 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_inode.h' (104,434) at 20240405153231783 to deleted uid set 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts' (104,435) at 20240405153229975 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stmark2_defconfig' (104,436) at 20210308005003280 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/LICENSE' (104,437) at 20210307205554078 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kp_imx53.h' (104,438) at 20210308005003600 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/omap-timer.c' (104,439) at 20210308005003500 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/mediatek-pcie-cfg.yaml' (104,440) at 20220525020651698 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kernel-doc' (104,441) at 20240405153232103 2025-03-14 03:00:52.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/decompressor_lzma.c' (104,442) at 20240405153231655 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_signal.h' (104,443) at 20221215040039066 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/files/croserver.service' (104,444) at 20210307205554046 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/smp.c' (104,445) at 20240405153046257 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-tigerlake.c' (104,446) at 20240405153231323 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_ras.c' (104,447) at 20240405153046165 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v3.dtsi' (104,448) at 20240405153045393 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-popmetal.dtsi' (104,449) at 20210308005002604 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/trace.c' (104,450) at 20210308005003716 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Kconfig' (104,451) at 20210308005002776 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/meson.options' (104,452) at 20230817080032961 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-fs-orangefs' (104,453) at 20210307214925186 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-building-with-GCC-10.patch' (104,454) at 20230706080014761 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.modpost' (104,455) at 20240405153232099 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/pushc37b.h' (104,456) at 20210309003649824 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/rtl8169.h' (104,457) at 20210308005003036 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi' (104,458) at 20210308005002612 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.h' (104,459) at 20220525020653743 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/eeti.txt' (104,460) at 20210307214925338 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/peci/dimmtemp.c' (104,461) at 20240405153230667 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_cpu.h' (104,462) at 20221215040039066 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/openprom.h' (104,463) at 20210307214926162 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/tx.c' (104,464) at 20240405153050557 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_flat.h' (104,465) at 20230426080043780 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/via/Kconfig' (104,466) at 20210307214929658 2025-03-14 03:00:52.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc' (104,467) at 20241029080011443 to deleted uid set 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ti-sysc.h' (104,468) at 20240405153052769 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_mt9m111.c' (104,469) at 20210605000027708 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/setup.h' (104,470) at 20240405153046397 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpi/mpi2_ioc.h' (104,471) at 20240405153051669 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/maxbcm/MAINTAINERS' (104,472) at 20210308005003016 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljungaverk' (104,473) at 20210307205553786 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pwm.h' (104,474) at 20210308005002672 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/Kconfig' (104,475) at 20210308005002984 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/ipcbuf.h' (104,476) at 20210307214926322 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell,prestera.yaml' (104,477) at 20240405153045117 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi' (104,478) at 20240405153229927 2025-03-14 03:00:52.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/p2pdma.c' (104,479) at 20240405153231295 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/wic-image-minimal.wks' (104,480) at 20210307205554386 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ocp-led-policy-support.md' (104,481) at 20240731080004338 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll6-clk.yaml' (104,482) at 20240405153045021 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000.c' (104,483) at 20240906080037264 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm186x.h' (104,484) at 20210309003654644 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/core.h' (104,485) at 20210307214929754 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs35l33.txt' (104,486) at 20210307214925426 2025-03-14 03:00:52.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_ccorr.c' (104,487) at 20240405153230583 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc.h' (104,488) at 20240520080015171 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/stratix10-rsu.c' (104,489) at 20240405153230299 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/tegra-usb.txt' (104,490) at 20210308005003328 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h' (104,491) at 20240405153230987 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h' (104,492) at 20210307214929366 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_serial_rmii_defconfig' (104,493) at 20210308005003236 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Vinasat1_C-132.0E' (104,494) at 20210307205553762 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pigz/pigz_2.8.bb' (104,495) at 20230919080013990 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/pxa910.dtsi' (104,496) at 20240405153229875 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-kobo-aura2.dts' (104,497) at 20240405153045521 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/jeq_infer_not_null.c' (104,498) at 20240405153054253 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/systemd-boot.bbclass' (104,499) at 20220910030013389 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/retimer.c' (104,500) at 20240405153052149 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic_bxtwc.c' (104,501) at 20240405153046645 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sve-ioctls.c' (104,502) at 20210308005046489 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/Kconfig' (104,503) at 20210927100127445 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/systemd-machine-units/systemd-machine-units_%.bbappend' (104,504) at 20210817100021806 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/powr1220.rst' (104,505) at 20210307214925506 2025-03-14 03:00:52.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/dpio.c' (104,506) at 20240405153051757 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/asus-ec-sensors.c' (104,507) at 20241001080013016 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.16.rst' (104,508) at 20241221090017596 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/retu_wdt.c' (104,509) at 20220525020654335 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memopidx.h' (104,510) at 20221215040039178 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/Kconfig' (104,511) at 20241211090212338 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-kernel/linux/linux-aspeed/minerva.cfg' (104,512) at 20240629080012184 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/FabricAdapterCollection.json' (104,513) at 20240619080002948 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_custom_multipath_hash.sh' (104,514) at 20220913100024321 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0220661105_cv.dtsi' (104,515) at 20210308005002868 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml' (104,516) at 20240405153229799 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711.h' (104,517) at 20240405153053745 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dibusb-mc-common.c' (104,518) at 20210307214928818 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/COPYING' (104,519) at 20210307205553874 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/.gitignore' (104,520) at 20210308005002536 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callout_test.cpp' (104,521) at 20231028080033742 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi' (104,522) at 20241211090145373 to deleted uid set 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv20.c' (104,523) at 20220525020652967 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/table.h' (104,524) at 20220525020653803 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/axxia.yaml' (104,525) at 20240405153045013 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch' (104,526) at 20230706080014765 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_defconfig' (104,527) at 20210308005003244 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/redboot-fis.yaml' (104,528) at 20240405153045113 2025-03-14 03:00:52.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkAdapter.v1_11_0.json' (104,529) at 20240619080002948 2025-03-14 03:00:52.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/Kconfig' (104,530) at 20210308005002820 2025-03-14 03:00:52.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/pcmcia.c' (104,531) at 20210307214926138 2025-03-14 03:00:52.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/iqs269a.yaml' (104,532) at 20240405153045081 2025-03-14 03:00:52.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/page-states.h' (104,533) at 20210307214926510 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/sbp1_baseboard.json' (104,534) at 20241003080004509 to deleted uid set 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pstore.h' (104,535) at 20240405153052777 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/qemuboot.bbclass' (104,536) at 20241221090017608 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/posix_types.h' (104,537) at 20210307214926762 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch' (104,538) at 20241221090017660 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/led.c' (104,539) at 20240405153050497 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/console/obmc-console/obmc-console.conf' (104,540) at 20230512080018777 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/spl.c' (104,541) at 20210308005002552 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-isl12026.c' (104,542) at 20240405153231375 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/irq.h' (104,543) at 20210308005002876 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb.dts' (104,544) at 20210307214926346 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/softing_platform.h' (104,545) at 20210309003650508 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/subprojects/packagefiles/boost/meson.build' (104,546) at 20240330080006130 to deleted uid set 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/53c700_d.h_shipped' (104,547) at 20210307214930258 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vdso.h' (104,548) at 20240405153045941 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_mm.c' (104,549) at 20240405153050181 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/nas220.c' (104,550) at 20210308005002908 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath12k/reg.c' (104,551) at 20240405153231163 to deleted uid set 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/clear_user.S' (104,552) at 20240405153229855 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/COPYING.apache-2.0' (104,553) at 20210307205553666 2025-03-14 03:00:52.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_farith.c.inc' (104,554) at 20240906080037496 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware.h' (104,555) at 20210308005002732 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/msi-laptop.c' (104,556) at 20240405153051413 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/TableIpv6.vue' (104,557) at 20241004080035975 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ocfs2/quota_local.c' (104,558) at 20241011080017367 to deleted uid set 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/gaudi2_regs.h' (104,559) at 20240405153046597 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/mysql-config-fix.patch' (104,560) at 20241221090017564 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/misc.c' (104,561) at 20240405153231903 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/isa-rev.h' (104,562) at 20210307214926214 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/parport.h' (104,563) at 20240405153230091 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch' (104,564) at 20241221090017656 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/fw_env.config' (104,565) at 20210307205553670 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/devlink-resource-mlxsw' (104,566) at 20210307214925190 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jobdesc.c' (104,567) at 20210308005003356 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xsk.c' (104,568) at 20240418080014518 2025-03-14 03:00:52.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if000e.h' (104,569) at 20240405153048617 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-crl.c' (104,570) at 20240906080037256 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lib/drm_random.c' (104,571) at 20240405153048565 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/com.fuc' (104,572) at 20210307214927922 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_d.c' (104,573) at 20210308005046521 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bubblegum_96_defconfig' (104,574) at 20210308005003252 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-asus-wmi' (104,575) at 20240405153229731 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.theme.min.css' (104,576) at 20210307205554270 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/twm_1.0.12.bb' (104,577) at 20220502030010112 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/Kconfig' (104,578) at 20210308005002980 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/0001-Set-interpreter-only-when-necessary.patch' (104,579) at 20230813080012900 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.6.bb' (104,580) at 20231126090012777 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz' (104,581) at 20210307205554594 to deleted uid set 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/canyonlands.dts' (104,582) at 20210308005046117 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/notif-wait.h' (104,583) at 20220525020653755 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create.py' (104,584) at 20241221090017700 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/configfs.c' (104,585) at 20240405153049677 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/hwlat_detector.rst' (104,586) at 20240405153229831 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ctl_reg.h' (104,587) at 20240405153046277 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/entry_64.S' (104,588) at 20240719080013345 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/doc-guide/parse-headers.rst' (104,589) at 20220525020651770 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/setup.c' (104,590) at 20240405153046221 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_vpd_action.hpp' (104,591) at 20240817080031292 2025-03-14 03:00:52.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,msm8996-cbf.h' (104,592) at 20240405153052649 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest-fast.bb' (104,593) at 20231014080011723 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC9_C-83.0W' (104,594) at 20210307205553758 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/u-boot.lds' (104,595) at 20210308005002812 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Add-missing-extern-definition.patch' (104,596) at 20210307205553958 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/Makefile' (104,597) at 20210308005003016 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Sheffield' (104,598) at 20210307205553798 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/commandutils.cpp' (104,599) at 20240817080006183 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pseudo_fs.h' (104,600) at 20210307214931486 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/goya_masks.h' (104,601) at 20240405153046605 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/buffer-dmaengine.h' (104,602) at 20240613080016499 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png' (104,603) at 20210307205554250 to deleted uid set 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_rcar.c' (104,604) at 20240405153230183 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.errors.yaml' (104,605) at 20221207040023631 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/endpoint.c' (104,606) at 20220525020654247 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb' (104,607) at 20241221090017532 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb' (104,608) at 20241206090014266 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c' (104,609) at 20240405153047233 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-debug.rst' (104,610) at 20240405153045301 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf_1.3.10.bb' (104,611) at 20230706080014789 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/futex.h' (104,612) at 20240405153045857 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_matchall.h' (104,613) at 20210309003650604 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml' (104,614) at 20240405153045185 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (104,615) at 20231017080014766 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,cy8ctma340.yaml' (104,616) at 20240405153045081 2025-03-14 03:00:52.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/bdisp.h' (104,617) at 20240405153049469 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts' (104,618) at 20240405153229955 to deleted uid set 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kbuild' (104,619) at 20240405153045953 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_scaler.c' (104,620) at 20240405153230539 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/wrappers_mips64r6.h' (104,621) at 20210308005046501 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad_sigma_delta.c' (104,622) at 20240405153048949 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mmc/index.rst' (104,623) at 20210307214925466 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Empire_electronix_m712_defconfig' (104,624) at 20210308005003236 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/checksum_64.h' (104,625) at 20210307214926750 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/arm_sdei.h' (104,626) at 20240405153052657 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_ccw.c' (104,627) at 20220525020653975 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/Makefile' (104,628) at 20240405153051293 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/layer.conf' (104,629) at 20241221090017480 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/memconsole-x86-legacy.c' (104,630) at 20210307214927174 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/early_printk.c' (104,631) at 20240405153045981 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/devfreq.h' (104,632) at 20240405153052677 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1556.c' (104,633) at 20210308005003480 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/fix-multiline-comments.sh' (104,634) at 20210927100127345 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/counts.c' (104,635) at 20240405153054185 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroidxu3-audio.dtsi' (104,636) at 20240405153045573 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-midi2' (104,637) at 20240405153229727 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-json-report_1.5.0.bb' (104,638) at 20240302090018214 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kyrkesund' (104,639) at 20210307205553786 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/pci_ipmi_kcs.c' (104,640) at 20240906080037244 2025-03-14 03:00:52.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/func_test.py' (104,641) at 20210308005003756 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/longlong.h' (104,642) at 20240405153231947 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ocfs2/dir.c' (104,643) at 20240729080011340 to deleted uid set 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_omap.c' (104,644) at 20210308005003484 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/jz4780-cgu.c' (104,645) at 20240405153046793 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/virtual-memory.json' (104,646) at 20240405153054125 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c' (104,647) at 20240405153051349 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' (104,648) at 20210307205554334 to deleted uid set 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.5.bb' (104,649) at 20241221090017488 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/vof.lds' (104,650) at 20210927100127329 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/busconfig/phosphor-logging.conf' (104,651) at 20210511000050230 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/smm_helper.c' (104,652) at 20210927100127401 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch' (104,653) at 20230706080014753 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/bpf_perf_event.h' (104,654) at 20210307214926514 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_literals.h' (104,655) at 20240405153053113 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/power.h' (104,656) at 20210308005002776 2025-03-14 03:00:52.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun6i-a31-ccu.h' (104,657) at 20210307214931350 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/abi.rst' (104,658) at 20210309003648268 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/deadline-iosched.rst' (104,659) at 20210307214925250 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/me_status.c' (104,660) at 20210308005002856 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/common.c' (104,661) at 20210308005108641 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/LICENSE' (104,662) at 20210307205553690 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-11mp.dts' (104,663) at 20240405153045401 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z196/extended.json' (104,664) at 20240405153054117 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/files/oe-remote.repo.sample' (104,665) at 20210307205553898 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/board.c' (104,666) at 20210308005003056 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch' (104,667) at 20210608000015847 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/Policy/meson.build' (104,668) at 20230825080021133 to deleted uid set 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/cpu.c' (104,669) at 20210308005002796 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_vid.h' (104,670) at 20210307214928038 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alteon/Makefile' (104,671) at 20210307214929286 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/tlb.c' (104,672) at 20210308005002988 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp_rx.h' (104,673) at 20240405153050437 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7905.dtsi' (104,674) at 20240405153229923 2025-03-14 03:00:52.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/hv_init.c' (104,675) at 20240919080017050 2025-03-14 03:00:52.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irq-gic.c' (104,676) at 20240405153049197 to deleted uid set 2025-03-14 03:00:52.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/ax25.h' (104,677) at 20240613080016503 to deleted uid set 2025-03-14 03:00:52.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/src_callouts_test.cpp' (104,678) at 20240301090029663 2025-03-14 03:00:52.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/Makefile' (104,679) at 20210308005002848 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerDiagnosticData.v1_2_3.json' (104,680) at 20240619080002948 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/appldata.h' (104,681) at 20240405153046273 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sched/sch_sfq.c' (104,682) at 20240405153053373 to deleted uid set 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/0001-nbd-client-Fix-build-on-musl-gcc14.patch' (104,683) at 20241206090014242 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/README' (104,684) at 20210308005046509 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zturn-common.dtsi' (104,685) at 20240405153045609 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_s10.h' (104,686) at 20210308005002780 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/maxim,max98095.yaml' (104,687) at 20240405153045165 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-pdmic.h' (104,688) at 20210307214932286 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/Kconfig' (104,689) at 20240405153046909 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build' (104,690) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/sb1250/irq.c' (104,691) at 20240405153046053 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmc/pmc-quirks.c' (104,692) at 20240429080012436 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-n9.dts' (104,693) at 20240405153045605 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/pid_sysctl.h' (104,694) at 20240405153053021 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/tlb-r4k.c' (104,695) at 20240405153046041 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xt2000/include/platform/hardware.h' (104,696) at 20210307214926770 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/Kconfig' (104,697) at 20210308005002988 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/README' (104,698) at 20210308005002964 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/funcmux.h' (104,699) at 20210308005002672 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ugecon.c' (104,700) at 20210307214926362 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_spi.h' (104,701) at 20210307214926218 2025-03-14 03:00:52.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nspire/nspire-cx.dts' (104,702) at 20240405153229875 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wiznet/w5300.c' (104,703) at 20240405153050325 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83793.rst' (104,704) at 20210307214925506 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/LICENSE.GPL-2.0-only' (104,705) at 20210307205554226 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/shmparam.h' (104,706) at 20240405153230019 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvme147.h' (104,707) at 20210307214930370 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2201.conf' (104,708) at 20230606080013598 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress.c' (104,709) at 20210309003654180 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/Kconfig' (104,710) at 20240405153230579 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/echainiv.c' (104,711) at 20210309003649116 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/egalax_ts_serial.c' (104,712) at 20210307214928506 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/microchip_pfsoc.c' (104,713) at 20241211090212326 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps51632-regulator.c' (104,714) at 20240405153051473 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dts' (104,715) at 20240405153045749 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x-hwdep.c' (104,716) at 20220525020654975 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-file.c' (104,717) at 20240906080037352 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-evm-u-boot.dtsi' (104,718) at 20210308005002576 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/setbit.S' (104,719) at 20210307214925870 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cm_trace.h' (104,720) at 20240405153049017 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/CLI11.wrap' (104,721) at 20220323030042611 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot.bb' (104,722) at 20241206090014226 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utownerid.c' (104,723) at 20210307214926846 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Olden_Telestation' (104,724) at 20210307205553790 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-sid.c' (104,725) at 20241211090212294 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/infra/filter.json' (104,726) at 20240405153054377 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ethtool_mm.sh' (104,727) at 20240405153054341 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/Makefile' (104,728) at 20240405153048989 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/sram.c' (104,729) at 20240405153046985 2025-03-14 03:00:52.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/rc_calc_dpi.c' (104,730) at 20240405153047285 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.cphp' (104,731) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c' (104,732) at 20241011080017315 to deleted uid set 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/st_remoteproc.c' (104,733) at 20240405153051481 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/ar5312_regs.h' (104,734) at 20210307214926186 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch' (104,735) at 20230131040012039 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/r8169.h' (104,736) at 20240405153050253 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/qemu_fw_cfg.c' (104,737) at 20240405153047045 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/n2_asm.S' (104,738) at 20210307214927098 2025-03-14 03:00:52.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/clock_ops.c' (104,739) at 20220525020652266 2025-03-14 03:00:52.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_3_sh_mask.h' (104,740) at 20240405153047949 2025-03-14 03:00:52.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/mmu_rb.h' (104,741) at 20240405153049053 2025-03-14 03:00:52.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-debug.cpp' (104,742) at 20230925080039989 2025-03-14 03:00:52.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/ethernet_test.cpp' (104,743) at 20241228090003723 2025-03-14 03:00:52.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/riscv_aclint.h' (104,744) at 20221215040039182 2025-03-14 03:00:52.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/Makefile' (104,745) at 20240405153053469 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/gmac_rockchip.c' (104,746) at 20210308005003432 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml' (104,747) at 20240405153045109 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am572x-idk-common.dtsi' (104,748) at 20210308005002564 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermometer/thermometer.8' (104,749) at 20240405153054381 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/MAINTAINERS' (104,750) at 20210308005003036 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-7.c' (104,751) at 20230925080040097 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/namei.c' (104,752) at 20240405153231655 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/secure_cntvoff.h' (104,753) at 20210307214925854 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/file.hpp' (104,754) at 20210308005104849 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/nomadik-mtu.c' (104,755) at 20240405153230247 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/iw_handler.h' (104,756) at 20240405153231851 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/rcK' (104,757) at 20210307205553890 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/cpufreq-st.txt' (104,758) at 20220525020651666 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/sysctr.h' (104,759) at 20210308005002672 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-hp6xx/hp6xx_apm.c' (104,760) at 20210307214926538 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpf_jit_disasm.c' (104,761) at 20240405153054037 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsxfobj.c' (104,762) at 20210309003649148 2025-03-14 03:00:52.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/MC68EZ328.h' (104,763) at 20210307214926158 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pciehp.h' (104,764) at 20220804100016004 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p4080ds.cfg' (104,765) at 20210308005002964 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_tensor_cout_regs.h' (104,766) at 20240405153046585 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf600_nounroll.c' (104,767) at 20240405153054273 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/smack_access.c' (104,768) at 20240405153053485 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/net_tstamp.h' (104,769) at 20240405153231827 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlmfs/userdlm.h' (104,770) at 20220525020654467 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep0030-common.dtsi' (104,771) at 20240405153045605 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csiphy-2ph-1-0.c' (104,772) at 20240405153049425 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/gxbb-clkc.h' (104,773) at 20210308005003632 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/norm_desc.c' (104,774) at 20240405153231059 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb' (104,775) at 20241221090017556 to deleted uid set 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_gem.h' (104,776) at 20240405153048421 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch' (104,777) at 20241221090017656 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/local.conf.sample' (104,778) at 20241221090017484 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyse-9p-simpletrace.py' (104,779) at 20210308005046237 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_write_bytes_action_tests.cpp' (104,780) at 20210308005405938 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk.bbclass' (104,781) at 20220910030013389 2025-03-14 03:00:52.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/gpm.service.in' (104,782) at 20210307205553974 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtmitchell_mb.json' (104,783) at 20241030080004527 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/stackusage' (104,784) at 20210307214932162 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/item_updater_ubi.hpp' (104,785) at 20240820080019550 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-rpc-if.c' (104,786) at 20241011080017351 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/marvell,mmp2-audio.h' (104,787) at 20240405153231795 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.out' (104,788) at 20210927100127469 to deleted uid set 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/wdt_ib700-test.c' (104,789) at 20221215040039382 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/MAINTAINERS' (104,790) at 20210308005003040 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/idle.fuc' (104,791) at 20210307214927970 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt7623-pinfunc.h' (104,792) at 20210307214931342 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a57-a72/memory.json' (104,793) at 20240405153054109 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ntxec.c' (104,794) at 20240405153049613 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn68xx_device.h' (104,795) at 20210307214929350 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/submitting-a-pull-request.rst' (104,796) at 20221215040039078 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.h' (104,797) at 20210307214927282 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/jitter.sh' (104,798) at 20220525020655227 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c.txt' (104,799) at 20220525020651678 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/tools/github_issues_to_csv' (104,800) at 20221213040017973 to deleted uid set 2025-03-14 03:00:52.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/clock_slice.c' (104,801) at 20210308005002728 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sprd-dma.c' (104,802) at 20240405153230287 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-bsc.c' (104,803) at 20210308005002552 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso.c' (104,804) at 20240405153045877 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_lcn.h' (104,805) at 20210307214929790 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/futex/requeue.c' (104,806) at 20240405153053001 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ns2.dts' (104,807) at 20240405153045457 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/sd.h' (104,808) at 20210307214930674 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_value_entry_encode_enum_check.yaml' (104,809) at 20240908080010098 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml' (104,810) at 20240405153045121 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts' (104,811) at 20210307214926014 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/manage.c' (104,812) at 20240405153052249 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-vbi.c' (104,813) at 20240405153230795 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-cygnus-pcie.c' (104,814) at 20240405153051277 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/busybox/files/gbmc.cfg' (104,815) at 20230726080016953 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/lrw.c' (104,816) at 20240405153046537 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/libinput_1.27.0.bb' (104,817) at 20241221090017684 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/system.h' (104,818) at 20210308005002824 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RegisteredClientCollection_v1.xml' (104,819) at 20240619080002936 2025-03-14 03:00:52.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/keywest.c' (104,820) at 20240405153053545 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sha512.c' (104,821) at 20210308005003708 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95-pro.dts' (104,822) at 20210307214925994 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c' (104,823) at 20241216090017697 to deleted uid set 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mapping_dirty_helpers.c' (104,824) at 20240405153231967 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-da9062.c' (104,825) at 20240405153051329 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/re2/re2/run-ptest' (104,826) at 20231126090012797 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/include/yosemite4-common.inc' (104,827) at 20240817080012800 to deleted uid set 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmt/class.h' (104,828) at 20240405153051409 2025-03-14 03:00:52.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/io.h' (104,829) at 20240405153045961 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_inf.json' (104,830) at 20241217090031429 to deleted uid set 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/buildtest.py' (104,831) at 20240106090017249 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/run-unit-test-docker.sh' (104,832) at 20230411080015645 to deleted uid set 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/Makefile' (104,833) at 20240405153046337 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_usbvend.h' (104,834) at 20220627100017090 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/mediatek/lvts_thermal.c' (104,835) at 20240712080021081 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-package.inc' (104,836) at 20241221090017640 to deleted uid set 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/empeg.c' (104,837) at 20210307214930862 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/mmu_context.h' (104,838) at 20210307214926554 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/imx-vdoa.h' (104,839) at 20240405153049405 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0297.c' (104,840) at 20240405153049297 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/statistics.rst' (104,841) at 20240405153045241 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Brandenburg' (104,842) at 20210307205553766 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb' (104,843) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/pinmux-sh7264.c' (104,844) at 20210307214926562 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/clear_user.S' (104,845) at 20240405153045897 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/v7m.c' (104,846) at 20210307214925866 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb' (104,847) at 20241221090017528 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_protocol_settings.robot' (104,848) at 20240628080017121 2025-03-14 03:00:52.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/brcmnand.h' (104,849) at 20240405153052765 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/Makefile.am' (104,850) at 20210308004938816 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/main.c' (104,851) at 20241008080013899 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/Makefile' (104,852) at 20240405153230803 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-golden.dts' (104,853) at 20240405153045581 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_policer.sh' (104,854) at 20240405153054297 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/Kconfig' (104,855) at 20240405153231299 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/include/asm/futex.h' (104,856) at 20240405153046245 to deleted uid set 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/st,stih4xx.txt' (104,857) at 20210307214925310 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/stackprotector.h' (104,858) at 20240405153046313 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi/80-udisks-rpi.rules' (104,859) at 20210307205554102 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/renesas_cmt.h' (104,860) at 20210308005046033 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_fsp.c' (104,861) at 20210307214926274 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dh_imx6_defconfig' (104,862) at 20210308005003256 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/timex.h' (104,863) at 20210307214931306 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/service_files/json/phosphor-fan-presence-tach@.service' (104,864) at 20220819030023853 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/srio-rmu.txt' (104,865) at 20210307214925406 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_manage_power_usage.robot' (104,866) at 20210308005007104 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/temporary_file.cpp' (104,867) at 20240820080019934 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_ump_convert.h' (104,868) at 20240405153053497 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ethtool_common.h' (104,869) at 20210309003651224 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_ltc3676.c' (104,870) at 20210308005003468 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/well_known.cpp' (104,871) at 20220604030024805 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int1092/intel_sar.c' (104,872) at 20240405153051405 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion/meson.build' (104,873) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb' (104,874) at 20241221090017524 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/simatic-ipc.h' (104,875) at 20240405153231835 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/sembuf.h' (104,876) at 20210307214926326 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/item.c' (104,877) at 20220525020654383 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku32.dts' (104,878) at 20220525020651918 2025-03-14 03:00:52.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rissna' (104,879) at 20210307205553790 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c' (104,880) at 20240405153230871 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/rockchip/Kconfig' (104,881) at 20240405153051769 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_leak_ptr.c' (104,882) at 20240405153054281 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljugarn_3193' (104,883) at 20210307205553786 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/integrity.h' (104,884) at 20220525020654575 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/export-to-sqlite-record' (104,885) at 20210307214932566 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/common/time.c' (104,886) at 20240405153046033 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/0001-basic.h-Use-c99-supported-stdint-types.patch' (104,887) at 20230503080014579 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/arm,pl330.yaml' (104,888) at 20240405153045053 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/cec-notifier.h' (104,889) at 20210307214931538 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am654.dtsi' (104,890) at 20240405153045833 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-debug.c' (104,891) at 20240405153045889 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/addr-map.h' (104,892) at 20210307214925898 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-image-locking.c' (104,893) at 20221215040039394 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/tps65910.dtsi' (104,894) at 20210307214925830 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/sodaville.txt' (104,895) at 20210307214925318 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/linkage.h' (104,896) at 20210307214926214 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fpu/test_fpu.c' (104,897) at 20210309003656000 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_tcon_top.c' (104,898) at 20240405153230635 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pciehp_core.c' (104,899) at 20220804100016004 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/ppc64-softmmu/default.mak' (104,900) at 20240906080037160 2025-03-14 03:00:52.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/driver.rst' (104,901) at 20240405153045189 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/dccp.h' (104,902) at 20240405153053229 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/cal/cal.c' (104,903) at 20240405153230819 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ctinfo.json' (104,904) at 20240405153054377 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_cmd.c' (104,905) at 20240405153230719 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9260.dtsi' (104,906) at 20210308005002572 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_intel_drv.h' (104,907) at 20240405153048429 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tmpfs/.gitignore' (104,908) at 20210307214932730 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/Kconfig' (104,909) at 20210308005002980 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/superhyway/ops-sh4-202.c' (104,910) at 20210307214926546 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/midi.c' (104,911) at 20240405153053521 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-zevio.c' (104,912) at 20210307214927050 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_fpcom.c' (104,913) at 20221215040039386 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v11_0_8.h' (104,914) at 20220525020652474 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml' (104,915) at 20221207040023627 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/fsl,vf610-mscm-ir.txt' (104,916) at 20210307214925274 2025-03-14 03:00:52.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt39016.c' (104,917) at 20240405153230615 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if000d.h' (104,918) at 20210307214927902 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pcie_sriov.txt' (104,919) at 20230925080039845 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json' (104,920) at 20210307205553718 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/cs5536_mfgpt.h' (104,921) at 20210307214926222 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/ti,tmp007.yaml' (104,922) at 20220525020651682 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aiclib.h' (104,923) at 20220525020653987 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sh73a0-gpio.h' (104,924) at 20210308005002768 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si_dpm.c' (104,925) at 20240405153048737 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/shmin.h' (104,926) at 20210307214926558 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (104,927) at 20231130090014954 2025-03-14 03:00:52.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/bug.h' (104,928) at 20210307214925646 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/butterfly.rst' (104,929) at 20220525020651758 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/Kconfig' (104,930) at 20210308005003004 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_utils_128.h' (104,931) at 20210308005046501 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.h' (104,932) at 20220525020652510 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7763rdp_defconfig' (104,933) at 20210308005003280 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/zoran.rst' (104,934) at 20220525020651722 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/index.rst' (104,935) at 20210307214925486 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-nanopi-neo-plus2.dts' (104,936) at 20210308005002620 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ksyms_btf_null_check.c' (104,937) at 20210309003655984 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gfp_types.h' (104,938) at 20240520080015203 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/index.rst' (104,939) at 20240405153045265 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/opcodes.h' (104,940) at 20210308005002680 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sk_lookup.c' (104,941) at 20240405153054277 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/swab.h' (104,942) at 20210307214925858 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm2250.dtsi' (104,943) at 20240405153045773 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uaccess_64.h' (104,944) at 20240405153046401 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/wacom_serial4.c' (104,945) at 20210309003650216 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32h7/gpio.h' (104,946) at 20210308005002664 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/huawei_cdc_ncm.c' (104,947) at 20220525020653695 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/udlfb.c' (104,948) at 20240405153231595 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/add' (104,949) at 20240405153053433 2025-03-14 03:00:52.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ecovec_defconfig' (104,950) at 20210308005003256 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/ems_usb.c' (104,951) at 20241216090017709 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/thunderx2_pmu.c' (104,952) at 20240405153051277 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/depmod-search.conf' (104,953) at 20210307205554598 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/messaging.c' (104,954) at 20220525020654391 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/zpa2326.h' (104,955) at 20210307214928366 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/Makefile' (104,956) at 20240405153230159 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_recv.c' (104,957) at 20240405153231487 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_wdog.h' (104,958) at 20210308005003652 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/enlighten_pvh.c' (104,959) at 20241220090018306 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bna_hw_defs.h' (104,960) at 20220525020653471 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/funny-word.out' (104,961) at 20210308005046405 to deleted uid set 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runcmd.py' (104,962) at 20240301090012455 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c' (104,963) at 20240726080012850 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/fixed-link.txt' (104,964) at 20210308005003304 2025-03-14 03:00:52.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/emc2305.h' (104,965) at 20210308005002960 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_ethtool.c' (104,966) at 20240411080014098 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,gsbi.yaml' (104,967) at 20240405153045157 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/bootp/initrd.S' (104,968) at 20210307214925678 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/ocelot/ocelot.c' (104,969) at 20210308005003020 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (104,970) at 20211013000033044 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_resource.h' (104,971) at 20220429100100642 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-hdma-v0-regs.h' (104,972) at 20240405153230279 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c' (104,973) at 20210309003656012 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb' (104,974) at 20241221090017544 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/signal_64.c' (104,975) at 20241011080017291 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mae.h' (104,976) at 20240405153231047 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-tegra.c' (104,977) at 20241023080012891 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/README' (104,978) at 20210308005002964 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_rep.h' (104,979) at 20240405153050113 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/swab.h' (104,980) at 20210307214926682 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7280-dispcc.yaml' (104,981) at 20240405153229759 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/sandbox.c' (104,982) at 20210308005003472 2025-03-14 03:00:52.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/locking/DCL-fixed.litmus' (104,983) at 20240405153045225 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/files/custom-licenses/Broadcom-RPi' (104,984) at 20210307205554098 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh' (104,985) at 20220525020655227 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/DeviceMgmt.hpp' (104,986) at 20240817080004291 to deleted uid set 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/emu8000_patch.c' (104,987) at 20220525020654983 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/compat.h' (104,988) at 20240405153052841 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/LICENSE' (104,989) at 20210307205553670 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/bcm2835_defconfig' (104,990) at 20240405153229907 2025-03-14 03:00:52.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreend.h' (104,991) at 20210307214928002 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/const.hpp' (104,992) at 20240826080018275 to deleted uid set 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8910.dts' (104,993) at 20240405153229939 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips.png' (104,994) at 20240309090012816 to deleted uid set 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8b-ec100.dts' (104,995) at 20240405153045401 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/docg3.c' (104,996) at 20240405153230867 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/xhci-fsl.h' (104,997) at 20210308005003672 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/lava-submit.sh' (104,998) at 20240613080016399 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/netif-msg.rst' (104,999) at 20210307214925538 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/gpio.h' (105,000) at 20210927100127237 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/subprojects/nlohmann_json.wrap' (105,001) at 20241002080038083 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/pwm.h' (105,002) at 20210308005002800 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-modes.S' (105,003) at 20240405153045845 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pgprot.c' (105,004) at 20240405153046481 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-ready-cancel-error' (105,005) at 20240326080039734 2025-03-14 03:00:52.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/Kconfig' (105,006) at 20210308005003540 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/test/meson.build' (105,007) at 20240823080032949 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/histb-rng.c' (105,008) at 20240405153046753 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/socfpga.c' (105,009) at 20210308005002912 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/uda_d.h' (105,010) at 20220525020653147 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0.yaml' (105,011) at 20240405153045033 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/intel/int3472/discrete.c' (105,012) at 20240405153051409 to deleted uid set 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/se.c' (105,013) at 20210307214932262 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/insn-data.h.inc' (105,014) at 20240906080037532 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/mmio.h' (105,015) at 20240405153046249 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/psock_snd.c' (105,016) at 20240405153054349 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/flags.hpp' (105,017) at 20210308005120365 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/memconsole-coreboot.c' (105,018) at 20220525020652430 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/variant_utils.hpp' (105,019) at 20220907030034454 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.h' (105,020) at 20210307214927310 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml' (105,021) at 20240405153045105 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_ctinfo.c' (105,022) at 20240405153053361 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/prelink-riscv.inc' (105,023) at 20210308005003772 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos5420.h' (105,024) at 20240405153231795 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts' (105,025) at 20240405153045745 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_raw.h' (105,026) at 20210308004938820 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/topdown.c' (105,027) at 20240405153054209 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/secret.h' (105,028) at 20210308005045997 2025-03-14 03:00:52.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.distro' (105,029) at 20210308005003292 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fanotify.h' (105,030) at 20241216090017765 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds_pfe.h' (105,031) at 20210308005002964 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/isoimage-isohybrid.py' (105,032) at 20220910030013437 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/Makefile' (105,033) at 20240405153049173 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_lcd.c' (105,034) at 20210307214928098 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/local.h' (105,035) at 20240405153045345 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch' (105,036) at 20230317080013793 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/plip/plip.c' (105,037) at 20241104090011583 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/crypto/clmul.h' (105,038) at 20240326080039410 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/perf_event_mipsxx.c' (105,039) at 20240405153046025 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/debugfs.c' (105,040) at 20240405153046929 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_phy.c' (105,041) at 20240405153050309 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/termbits.h' (105,042) at 20210308005046085 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/rsc_dump.c' (105,043) at 20240405153050097 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' (105,044) at 20240903080027143 to deleted uid set 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-fennec.dtsi' (105,045) at 20210308005002604 2025-03-14 03:00:52.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/rt4831-backlight.c' (105,046) at 20240405153052177 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_config.c' (105,047) at 20241211090145501 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/num_nonfunc_rotors_before_error.md' (105,048) at 20240807080019546 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK04' (105,049) at 20210307214932714 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpuacct.c' (105,050) at 20240405153053041 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_mul.c' (105,051) at 20210308005046529 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,omap-intc-irq.txt' (105,052) at 20210307214925346 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ar7_wdt.c' (105,053) at 20240405153052237 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/taskstats.h' (105,054) at 20240405153052941 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_atmio16d.c' (105,055) at 20240405153046901 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dynamic_debug.c' (105,056) at 20240520080015211 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-order-test.c' (105,057) at 20241211090212546 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/mt9p031.h' (105,058) at 20240405153052825 2025-03-14 03:00:52.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/trace.h' (105,059) at 20210308005045989 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_def.h' (105,060) at 20240405153051717 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_ca9x4_defconfig' (105,061) at 20210308005003284 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7740.dtsi' (105,062) at 20240405153045549 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pinmux_config_s10.c' (105,063) at 20210308005002780 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_duplicate_context_creation.sh' (105,064) at 20240405153054293 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c' (105,065) at 20240405153050041 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1q_port_8472.sh' (105,066) at 20210307214932690 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/mia_dsp.c' (105,067) at 20220525020654995 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-focusrite.c' (105,068) at 20240405153053501 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/types.hpp' (105,069) at 20220726030035042 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-digctl.h' (105,070) at 20210308005002656 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-sysfs.c' (105,071) at 20240405153046521 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/cdx.c' (105,072) at 20240405153046741 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci.c' (105,073) at 20210308005003332 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-funcs.rst' (105,074) at 20210309003648472 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-compat.h' (105,075) at 20240405153053409 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/pipeline.json' (105,076) at 20240405153054113 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/mem-layout.h' (105,077) at 20210307214926110 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerCollection_v1.xml' (105,078) at 20240619080002928 2025-03-14 03:00:52.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/arm-cs-trace-disasm.py' (105,079) at 20240405153054157 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/iterators/iterators.bpf.c' (105,080) at 20240405153231899 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-printer' (105,081) at 20210309003648244 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/smd.c' (105,082) at 20210307214932042 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-intro.rst' (105,083) at 20210307214925466 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/devio.c' (105,084) at 20240405153231539 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dm_services_types.h' (105,085) at 20240405153047265 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc-darwin' (105,086) at 20210307205554626 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/porter.h' (105,087) at 20210308005003612 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_hub6.c' (105,088) at 20210307214930742 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_phase.h' (105,089) at 20210307214927030 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/meson.build' (105,090) at 20210308005053409 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-ev5tj.S' (105,091) at 20210307214925966 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/philips.rst' (105,092) at 20210307214925234 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/Makefile' (105,093) at 20240405153050649 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/rock2.c' (105,094) at 20210308005003032 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/quad.S' (105,095) at 20210307214926434 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP7.interface.yaml' (105,096) at 20220315030032659 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/net_user.c' (105,097) at 20210307214926614 2025-03-14 03:00:52.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem_ww.c' (105,098) at 20220525020652903 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7606.h' (105,099) at 20240913080013793 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdx/controller/mcdi_functions.h' (105,100) at 20240405153046741 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Christchurch' (105,101) at 20210307205553778 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_ale.h' (105,102) at 20240405153050313 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/udf_fs_i.h' (105,103) at 20210307214931662 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-iproc-msi.c' (105,104) at 20240405153231287 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_itable.c' (105,105) at 20240405153231783 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains2xxx_3xxx_data.h' (105,106) at 20210307214925922 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ab8500_btemp.c' (105,107) at 20240405153051425 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0003-build-fix-race-in-parallel-builds.patch' (105,108) at 20241221090017648 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/tea575x.c' (105,109) at 20210309003650364 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kbdleds.h' (105,110) at 20210307214926666 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Townsville' (105,111) at 20210307205553766 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb' (105,112) at 20231126090012781 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c_core.c' (105,113) at 20210308005003380 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max8925.c' (105,114) at 20210307214930218 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/migration.c' (105,115) at 20240405153232275 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_elbc_spl.c' (105,116) at 20210308005003412 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/other.json' (105,117) at 20240405153054129 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-static-funnel.yaml' (105,118) at 20240405153045013 2025-03-14 03:00:52.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/mock.hpp' (105,119) at 20240425080034047 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/Makefile' (105,120) at 20210307214926198 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0021-errno-util-Make-STRERROR-portable-for-musl.patch' (105,121) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/report.c' (105,122) at 20240405153053013 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c' (105,123) at 20210308005002772 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/int3400_thermal.c' (105,124) at 20241211090145497 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/Kconfig' (105,125) at 20210307214931130 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/types.h' (105,126) at 20240405153231815 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/acgcc.h' (105,127) at 20240405153052617 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig' (105,128) at 20210308005003264 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_discovery.robot' (105,129) at 20240627080021048 to deleted uid set 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-udc.h' (105,130) at 20220525020654283 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.h' (105,131) at 20240405153048593 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih407-family.dtsi' (105,132) at 20240405153045581 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar-r3.dts' (105,133) at 20240405153045781 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/imc-pmu.h' (105,134) at 20240405153046109 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/sys_proto.h' (105,135) at 20210308005002784 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.h' (105,136) at 20210309003649664 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/asm-offsets.c' (105,137) at 20240520080015127 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/Kconfig' (105,138) at 20240405153230747 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bug.h' (105,139) at 20210308005003656 2025-03-14 03:00:52.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3_types.h' (105,140) at 20210307214930562 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/bnp_baseboard.json' (105,141) at 20220601030005861 to deleted uid set 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml' (105,142) at 20240405153229787 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/verify-tracing.sh' (105,143) at 20220525020655183 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fec_mxc.h' (105,144) at 20210308005003432 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/Kconfig' (105,145) at 20241211090145397 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/hdsp.h' (105,146) at 20240405153052949 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/symbolserial.c' (105,147) at 20220525020654295 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/tsx_async_abort.rst' (105,148) at 20240405153044989 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/NetworkInterfaceSettings.vue' (105,149) at 20241004080035971 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/bootrom.c' (105,150) at 20240405153046049 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/aspeed_usbtty.c' (105,151) at 20220802100038581 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_s10.c' (105,152) at 20210308005002780 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_transform.cpp' (105,153) at 20220412175720090 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c' (105,154) at 20240405153048333 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/wss/Makefile' (105,155) at 20210307214932226 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi' (105,156) at 20240405153229947 to deleted uid set 2025-03-14 03:00:52.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-taos-evm.c' (105,157) at 20240405153048917 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-Handle-interface-without-ifa_addr.patch' (105,158) at 20241221090017496 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/fec.c' (105,159) at 20240405153046985 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/sata-uctl.txt' (105,160) at 20210307214925362 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/firewall_s10.h' (105,161) at 20210308005002780 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/start_info.h' (105,162) at 20210308005046037 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/reboot.S' (105,163) at 20210307214926750 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_32_mmu_host.c' (105,164) at 20220525020652058 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/usb/format.c' (105,165) at 20240405153232203 to deleted uid set 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/bus/ti-sysc.h' (105,166) at 20210307214931322 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc5_cfg_regs.h' (105,167) at 20240405153046581 2025-03-14 03:00:52.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-stats.h' (105,168) at 20240405153049249 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-fru-properties.yaml' (105,169) at 20240712080022837 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/uuid-tree.c' (105,170) at 20240405153231639 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/inline.c' (105,171) at 20240906080037580 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/Kconfig' (105,172) at 20240405153053937 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_radisys.c' (105,173) at 20240405153046665 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch' (105,174) at 20240301090012423 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/Makefile' (105,175) at 20210308005003048 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/pnv_i2c_regs.h' (105,176) at 20240906080037332 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arc/archs-pct.txt' (105,177) at 20210307214925270 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun9i-a80-usb.h' (105,178) at 20210307214931338 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_fifo.c' (105,179) at 20220525020654899 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx-2x.dts' (105,180) at 20240405153229927 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/configs/10m50_defconfig' (105,181) at 20240405153230019 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/shmparam.h' (105,182) at 20210307214926118 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sound-card-common.yaml' (105,183) at 20240405153229799 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-protocol-v1.c' (105,184) at 20240405153053505 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/fs.h' (105,185) at 20240405153231819 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/sve-test.S' (105,186) at 20240405153054237 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1088a_common.h' (105,187) at 20210308005003600 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/elgin-rv1108_defconfig' (105,188) at 20210308005003256 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/board.h' (105,189) at 20210308005002720 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/tlbflush_32.c' (105,190) at 20210307214926574 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/board/freescale/mpc8323erdb/mpc8323erdb.c' (105,191) at 20210308005002976 to deleted uid set 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend' (105,192) at 20220921030015982 2025-03-14 03:00:52.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/dev-tools/sparse.txt' (105,193) at 20240405153229839 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/pll_config.h' (105,194) at 20210308005003008 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ingenic/Kconfig' (105,195) at 20220525020653863 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CNRI-Python-GPL-Compatible' (105,196) at 20211006000025234 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1024si-post.dtsi' (105,197) at 20210307214926354 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/fpga/index.rst' (105,198) at 20210307214925458 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/cofs.c' (105,199) at 20230426080043668 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sandbox_mmc.c' (105,200) at 20210308005003408 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.h' (105,201) at 20240405153047165 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtas_flash.c' (105,202) at 20240405153046149 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-ioc-request-alloc.rst' (105,203) at 20210309003648484 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/os.S' (105,204) at 20240405153045961 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel.c' (105,205) at 20240906080037352 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/io_thread.c' (105,206) at 20241011080017395 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stdio_dev.h' (105,207) at 20210308005003688 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/SECURITY.md' (105,208) at 20241221090017564 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-lpc32xx.c' (105,209) at 20240520080015143 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/erst.c' (105,210) at 20240405153046629 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ftssp010_spi_test' (105,211) at 20210308005003300 2025-03-14 03:00:52.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strncpy-src.c' (105,212) at 20240405153053105 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-chroot.sh' (105,213) at 20210307205554130 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/LICENSE' (105,214) at 20210308004925440 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/host_interface.hpp' (105,215) at 20240719080032137 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/soc/intel_dram.h' (105,216) at 20240405153048553 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst/sst_stream.c' (105,217) at 20240405153232179 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/mremap_test.c' (105,218) at 20240405153054329 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/Kbuild' (105,219) at 20210307214926590 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/xilinx/Kconfig' (105,220) at 20240405153046873 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_sil24.c' (105,221) at 20240405153230183 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/hostlogger_test.py' (105,222) at 20240601080003032 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/Makefile.am' (105,223) at 20210308005104849 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-api.c' (105,224) at 20240405153049377 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-kempld.c' (105,225) at 20240405153230675 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/merge_config.sh' (105,226) at 20240919080017082 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rational.h' (105,227) at 20210307214931494 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/map_lookup_percpu_elem.c' (105,228) at 20240405153054257 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/io.h' (105,229) at 20210307214931038 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/g98.c' (105,230) at 20240405153048661 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3399_common.h' (105,231) at 20210308005003612 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/st_sensors/Makefile' (105,232) at 20210307214928338 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/dt_helpers.h' (105,233) at 20210308005003000 2025-03-14 03:00:52.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/timewait_sock.h' (105,234) at 20210307214931578 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/efi-x86_app.h' (105,235) at 20210308005003592 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa711x_regs.h' (105,236) at 20210307214928666 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch' (105,237) at 20230131040012035 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/cobalt_btns.c' (105,238) at 20210307214928482 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/readpage.c' (105,239) at 20241211090145513 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/meson.build' (105,240) at 20240326080039710 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-rs212.dts' (105,241) at 20240405153045457 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi' (105,242) at 20240405153045741 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb' (105,243) at 20240301090012419 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb' (105,244) at 20241221090017684 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-bbram.c' (105,245) at 20241211090212314 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/Makefile' (105,246) at 20210308005003168 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/loopback.c' (105,247) at 20240405153051813 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_mman.h' (105,248) at 20230925080039945 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/timers/Makefile' (105,249) at 20210309003654520 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/templates/ucd90160_defs.mako.cpp' (105,250) at 20210308005405942 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/clock.c' (105,251) at 20220525020651990 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_pxa270_defconfig' (105,252) at 20210308005003252 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attention.hpp' (105,253) at 20230516080019602 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/powersave.S' (105,254) at 20210307214926466 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/Platform' (105,255) at 20210307214926294 2025-03-14 03:00:52.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb' (105,256) at 20240301090012435 to deleted uid set 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/mds.rst' (105,257) at 20240405153044945 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/ams,as3645a.txt' (105,258) at 20210307214925346 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2max.dts' (105,259) at 20210308005002592 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/HugeTreeClassicRCU.svg' (105,260) at 20210307214925206 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/trans_pgd.c' (105,261) at 20240405153229991 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryRegionCollection.json' (105,262) at 20240619080002948 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/drop.c' (105,263) at 20240405153050105 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/libmctp_%.bbappend' (105,264) at 20241206090014230 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/qp.c' (105,265) at 20240405153049077 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c' (105,266) at 20210308005046517 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.6.bb' (105,267) at 20241221090017688 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_net.py' (105,268) at 20210308005003744 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/ad9832.h' (105,269) at 20210307214930522 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/crash.c' (105,270) at 20240405153230039 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/dma-noncoherent.c' (105,271) at 20220525020652014 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/meson.build' (105,272) at 20241211090212454 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r3-lte.dts' (105,273) at 20220525020651926 2025-03-14 03:00:52.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.out' (105,274) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial-tegra.c' (105,275) at 20240405153231519 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mips64.txt' (105,276) at 20240113090014532 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/bios-update' (105,277) at 20240924080011379 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/tlb-v6.S' (105,278) at 20240405153045697 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/ms5611_spi.c' (105,279) at 20240405153049009 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/smc37c93x.h' (105,280) at 20210309003648980 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm6125-tlmm.yaml' (105,281) at 20240405153045137 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/postgresql.inc' (105,282) at 20241221090017508 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_subskeleton_lib.c' (105,283) at 20240405153054277 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/PowerRestorePolicy.vue' (105,284) at 20241004080035975 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/hsr/Makefile' (105,285) at 20240405153054345 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_encoder_cvbs.c' (105,286) at 20240405153230587 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Lohja' (105,287) at 20210307205553770 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yportenv.h' (105,288) at 20210308005003556 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/static-inventory.yaml' (105,289) at 20230909080012747 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore_discovery.c' (105,290) at 20240405153046373 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/mtd_dataflash.c' (105,291) at 20240405153230867 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/uncore-cache.json' (105,292) at 20240405153054137 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.h' (105,293) at 20210307214927270 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-enum-frame-size.rst' (105,294) at 20240405153045325 2025-03-14 03:00:52.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_meta_skbprio.c' (105,295) at 20210307214932054 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/warmboot.c' (105,296) at 20210308005002788 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/mps2_defconfig' (105,297) at 20240405153045613 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/meson.build' (105,298) at 20221020030023426 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/rhashtable.c' (105,299) at 20240405153053101 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pci_regs.h' (105,300) at 20240429080012456 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/Kconfig' (105,301) at 20210308005002900 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/local.conf.sample' (105,302) at 20241221090017476 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/067_fmap.dts' (105,303) at 20210308005003752 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/port.h' (105,304) at 20240405153053233 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b/gdb-config.c.inc' (105,305) at 20210308005046349 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/iwl-spectrum.h' (105,306) at 20210307214929830 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu.h' (105,307) at 20240405153232187 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c' (105,308) at 20210308005046513 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/exrl-trtr.c' (105,309) at 20220429100100942 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/local_ops.rst' (105,310) at 20240405153045005 2025-03-14 03:00:52.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/sata.c' (105,311) at 20210308005002856 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc2.h' (105,312) at 20210308005003512 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.h' (105,313) at 20210308005002556 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_3_0_sh_mask.h' (105,314) at 20210307214927694 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_tbf_etsprio.sh' (105,315) at 20240405153054341 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/securebits.h' (105,316) at 20210307214931502 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/realmode.h' (105,317) at 20240405153046393 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-ccix-per.c' (105,318) at 20241114091008832 to deleted uid set 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/controller/peci-aspeed.c' (105,319) at 20240405153231299 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sclpconsole.c' (105,320) at 20241211090212258 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f769-pinctrl.dtsi' (105,321) at 20240405153229903 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/id.c' (105,322) at 20240405153229911 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso32/.gitignore' (105,323) at 20210307214926614 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml' (105,324) at 20220525020651682 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/lcnalloc.c' (105,325) at 20210307214931198 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fw/arc/types.h' (105,326) at 20210307214926214 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_phy_10nm.xml.h' (105,327) at 20240405153048597 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/head.S' (105,328) at 20240405153229995 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/Makefile' (105,329) at 20220804030036611 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/trace.h' (105,330) at 20220525020654655 2025-03-14 03:00:52.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip_3.4.10.bb' (105,331) at 20241221090017496 to deleted uid set 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/mm/cache.c' (105,332) at 20240405153230019 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/index.js' (105,333) at 20210308005107077 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/tags/run_tags_test.sh' (105,334) at 20210307214932634 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml' (105,335) at 20221207040023627 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320dac33.h' (105,336) at 20210307214932346 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_iw_kern.c' (105,337) at 20210307214932118 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/mad.c' (105,338) at 20241018080014486 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/sgi575.conf' (105,339) at 20241206090014206 to deleted uid set 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (105,340) at 20241206090014234 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/interrupts.txt' (105,341) at 20210307214925342 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/ccs-tools/README' (105,342) at 20210812000025274 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/TestUtils.cpp' (105,343) at 20210308005052621 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev67-strlen.S' (105,344) at 20240405153229859 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-root-cause-filter.cpp' (105,345) at 20240824080015046 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-radio-common.c' (105,346) at 20210307214928794 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/netns_cookie_prog.c' (105,347) at 20220525020655199 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/Makefile' (105,348) at 20240405153046317 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/Makefile' (105,349) at 20210308005002544 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-checks' (105,350) at 20240326080039734 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/cgroup_getset_retval_hooks.h' (105,351) at 20240405153054241 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig' (105,352) at 20210308005003240 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-idna_3.10.bb' (105,353) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/leds-regulator.h' (105,354) at 20210307214931414 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-1.0-or-later' (105,355) at 20210316000012713 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0002-options-Replace-use-of-VLAs-in-C.patch' (105,356) at 20240413080012639 to deleted uid set 2025-03-14 03:00:52.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch' (105,357) at 20241221090017640 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb-pc_camp_core0.dts' (105,358) at 20210307214926346 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rio_mport_cdev.h' (105,359) at 20210307214931658 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/sbi_ecall_interface.h' (105,360) at 20240906080037528 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-legacy.c' (105,361) at 20240405153046049 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/stable-kernel-rules.rst' (105,362) at 20240405153229827 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/apm_power.c' (105,363) at 20210307214930158 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-spapr.h' (105,364) at 20240906080037568 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmc-autobump/openbmc-autobump.py' (105,365) at 20230127040013840 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/phosphor-logging.wrap' (105,366) at 20240124090001898 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (105,367) at 20240206090017943 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mt6370.c' (105,368) at 20240405153049613 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd/0001-Remove-non-free-Agafari-fonts.patch' (105,369) at 20240417080014702 to deleted uid set 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm44xx.h' (105,370) at 20210307214925914 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/dcss-blkctl.c' (105,371) at 20210309003649780 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysctls.c' (105,372) at 20240405153052541 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/trace.h' (105,373) at 20240405153052337 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.h' (105,374) at 20210308005003412 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mac.h' (105,375) at 20240405153050585 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml' (105,376) at 20240405153229787 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/sol_cmds.cpp' (105,377) at 20221018030029633 2025-03-14 03:00:52.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts' (105,378) at 20220525020651938 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/sample.json' (105,379) at 20240405153054377 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-client.rst' (105,380) at 20210307214925494 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/wext-core.c' (105,381) at 20240405153232091 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-postcodes.md' (105,382) at 20221209040006395 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/Kconfig' (105,383) at 20210308005003040 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/ERST.pcie' (105,384) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/intel_sdsi/intel_sdsi.c' (105,385) at 20240613080016551 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/spinlock.h' (105,386) at 20220525020651878 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ring_buffer.h' (105,387) at 20240405153231839 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/hardware.c' (105,388) at 20240405153046077 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/security/Makefile' (105,389) at 20240405153054361 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb' (105,390) at 20240301090012419 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_scan.S' (105,391) at 20210307214926170 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx355.c' (105,392) at 20240405153230787 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/ubi.h' (105,393) at 20210308005003668 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fbtft-core.c' (105,394) at 20240405153231467 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/lzo.c' (105,395) at 20240405153052289 2025-03-14 03:00:52.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts' (105,396) at 20210309003648728 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx8mq-clock.h' (105,397) at 20220525020654543 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/andi.c' (105,398) at 20210308005003720 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/warn.cocci' (105,399) at 20240405153053445 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_incore.h' (105,400) at 20240830080013323 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/sec2.h' (105,401) at 20240405153048621 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/machine.c' (105,402) at 20240906080037508 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/Kconfig' (105,403) at 20210308005003544 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_gate.h' (105,404) at 20240405153052865 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c' (105,405) at 20240405153049801 to deleted uid set 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_slpc_types.h' (105,406) at 20240405153048509 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.h' (105,407) at 20240405153047141 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dm_helpers.h' (105,408) at 20240405153047265 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/staging/xz.rst' (105,409) at 20210309003648464 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/Kconfig' (105,410) at 20241211090212454 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-bench.h-Fix-typo-in-specifying-string.h.patch' (105,411) at 20221003030013265 2025-03-14 03:00:52.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/Makefile' (105,412) at 20210307214926958 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/tef6862.c' (105,413) at 20240405153049505 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_qm_axuser_nonsecured_regs.h' (105,414) at 20240405153046585 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/Makefile' (105,415) at 20210308005003040 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_dump.h' (105,416) at 20210307214927766 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton.h' (105,417) at 20210308005002820 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend' (105,418) at 20241105090013647 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/traps.c' (105,419) at 20210308005002832 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a23_tablet_800x480_defconfig' (105,420) at 20210308005003276 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ref_tracker.h' (105,421) at 20240405153052785 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/isil,isl12026.txt' (105,422) at 20210307214925414 2025-03-14 03:00:52.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/byteorder.h' (105,423) at 20210307214926314 2025-03-14 03:00:52.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/core.h' (105,424) at 20240405153231255 2025-03-14 03:00:52.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php_8.2.20.bb' (105,425) at 20241221090017512 to deleted uid set 2025-03-14 03:00:52.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/app.c' (105,426) at 20241101080034432 2025-03-14 03:00:52.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-virtio.c' (105,427) at 20240405153046521 2025-03-14 03:00:52.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx.c' (105,428) at 20240326080039390 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/simplefb_common.h' (105,429) at 20210308005003536 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_cmd_helper.cpp' (105,430) at 20240819080030267 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mscgen/mscgen_0.20.bb' (105,431) at 20241221090017540 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/mei_phy.h' (105,432) at 20220525020653819 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.generic-board' (105,433) at 20210308005003292 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soundfont.h' (105,434) at 20210307214931602 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mvme16xhw.h' (105,435) at 20210307214926162 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sllevk.h' (105,436) at 20210308005003604 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml' (105,437) at 20240405153045145 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-h616-r.c' (105,438) at 20240405153231335 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/amlcode.h' (105,439) at 20240405153046617 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/profile.c' (105,440) at 20210307214929506 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/Kconfig' (105,441) at 20210308005002904 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_utils.py' (105,442) at 20210308005003744 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/sys_call_table_64.c' (105,443) at 20240405153046493 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/fddi/defza.rst' (105,444) at 20220525020651746 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-isiot-emmc.dts' (105,445) at 20240405153045525 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/suspend_pv.c' (105,446) at 20210309003649096 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/version.c' (105,447) at 20240405153052493 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/coolant_connector.hpp' (105,448) at 20230523080003149 to deleted uid set 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/safe-syscall.h' (105,449) at 20240906080037352 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_wakeirq.h' (105,450) at 20240405153052773 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/Makefile' (105,451) at 20240405153046181 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/README.md' (105,452) at 20240330080013095 2025-03-14 03:00:52.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/image-host.c' (105,453) at 20210308005003764 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/speedo-tegra30.c' (105,454) at 20210307214930450 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/asm-offsets.c' (105,455) at 20240405153045909 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/clk/core.c' (105,456) at 20240405153051753 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/stat-shadow.c' (105,457) at 20240805080014071 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/storage-attributes.h' (105,458) at 20240906080037340 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb' (105,459) at 20241206090014270 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5.h' (105,460) at 20240405153051289 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/core.c' (105,461) at 20240405153231915 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/Kconfig' (105,462) at 20240405153231767 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UCL-1.0' (105,463) at 20211006000025246 2025-03-14 03:00:52.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_serio.c' (105,464) at 20240405153046757 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/kvm_host.h' (105,465) at 20240405153230011 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv515d.h' (105,466) at 20210307214928018 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/fetch_add_unless' (105,467) at 20240405153053433 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/serial.yaml' (105,468) at 20240405153229795 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/seeq/Makefile' (105,469) at 20210307214929614 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nkmp.c' (105,470) at 20240405153046857 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/fbif.h' (105,471) at 20240405153052957 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-regs.c' (105,472) at 20240405153049461 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/head_32.S' (105,473) at 20240405153230091 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xfi3.h' (105,474) at 20210308005003624 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/syscall-abi.c' (105,475) at 20240405153232255 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bsg.c' (105,476) at 20240405153046521 2025-03-14 03:00:52.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial-asyncio_0.6.bb' (105,477) at 20220402030016019 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hmi.h' (105,478) at 20210307214926378 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/jornada720_bl.c' (105,479) at 20220525020654307 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb' (105,480) at 20240301090012423 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/led.c' (105,481) at 20240405153050637 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/xor.h' (105,482) at 20210307214926590 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-memmap' (105,483) at 20220525020651634 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/i386/IO-APIC.rst' (105,484) at 20240405153044989 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/Makefile' (105,485) at 20210308004922940 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c' (105,486) at 20240405153048745 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_statistic.c' (105,487) at 20240405153053341 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_pi_nand_rcw.cfg' (105,488) at 20210308005002992 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/mcpm_head.S' (105,489) at 20240405153045613 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/css.c' (105,490) at 20240405153051521 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/hvCall_inst.c' (105,491) at 20220525020652082 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/mm/fault.c' (105,492) at 20240405153230023 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/mpich_4.2.3.bb' (105,493) at 20241221090017512 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch' (105,494) at 20241221090017664 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/0001-Fix-instances-of-Wmissing-template-arg-list-after-te.patch' (105,495) at 20241221090017536 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-sensor-map/config.yaml' (105,496) at 20210307205554094 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/sched/task_stack.h' (105,497) at 20240405153052789 to deleted uid set 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/msm_gpio.c' (105,498) at 20210308005003376 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/init' (105,499) at 20210307205554034 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-audio-graph-card.dtsi' (105,500) at 20240405153045813 2025-03-14 03:00:52.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/cc10001_adc.c' (105,501) at 20240405153230687 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8750.dtsi' (105,502) at 20240405153045609 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-psil-j7200.c' (105,503) at 20240405153047009 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pcie_pci_bridge.txt' (105,504) at 20210927100127077 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/err_ev7.c' (105,505) at 20210307214925654 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/px30-power.h' (105,506) at 20210307214931346 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd.c' (105,507) at 20210308005108641 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/topology.c' (105,508) at 20240913080013865 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb' (105,509) at 20240124090012254 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-expressions.tc' (105,510) at 20240405153054305 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/conditiongentest/test.yaml' (105,511) at 20221209040030339 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c' (105,512) at 20240405153051281 to deleted uid set 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/canaan,k210-rst.yaml' (105,513) at 20240405153045149 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/qcom.yaml' (105,514) at 20240405153229755 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6_mba6.c' (105,515) at 20210308005003088 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_n_regs.h' (105,516) at 20240405153046573 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_selftest.c' (105,517) at 20210309003651176 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/CHANGES' (105,518) at 20210307214926146 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-filter.html' (105,519) at 20210308005107069 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/u-boot.yml' (105,520) at 20241206090014206 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/serial-to-bmc@.service' (105,521) at 20220414030020024 2025-03-14 03:00:52.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/composite.h' (105,522) at 20210307214927022 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi_s3.h' (105,523) at 20210308005002876 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/d_find_alias.cocci' (105,524) at 20240405153053441 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/witherspoon/config.json' (105,525) at 20221213040025761 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_book3s_uvmem.h' (105,526) at 20210309003648884 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/string.c' (105,527) at 20210309003648828 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/uapi/asm/param.h' (105,528) at 20210307214926314 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/multicalls.c' (105,529) at 20210307214926754 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da732x.h' (105,530) at 20220525020655027 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-imx.yaml' (105,531) at 20240405153045065 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/regdef.h' (105,532) at 20220525020651966 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475AFE_defconfig' (105,533) at 20210308005003236 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/Makefile' (105,534) at 20240405153049465 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/misc.h' (105,535) at 20210308005002780 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/instmem.h' (105,536) at 20240405153048621 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/274.out' (105,537) at 20240326080039734 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/ax88172a.c' (105,538) at 20240405153231083 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xerox' (105,539) at 20211006000025246 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/boost.wrap' (105,540) at 20240423080031711 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc' (105,541) at 20240301090012451 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imx8m-pinctrl.yaml' (105,542) at 20240405153045133 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/rockchip/pm_domains.h' (105,543) at 20240405153052881 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hippi/Makefile' (105,544) at 20210307214929674 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4eb-softmmu.mak' (105,545) at 20230925080039837 2025-03-14 03:00:52.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4idmap.c' (105,546) at 20240405153052421 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/nand/raw/diskonchip.c' (105,547) at 20240503080014474 to deleted uid set 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/iana-enterprise-numbers' (105,548) at 20240627080019396 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/Makefile' (105,549) at 20210308005002560 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/config_parser.hpp' (105,550) at 20230701080027201 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/file2include.c' (105,551) at 20210308005003764 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/dir.c' (105,552) at 20240405153231691 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/exception.h' (105,553) at 20210307214926730 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/tlbflush-radix.h' (105,554) at 20240405153230027 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cmsdk-apb-dualtimer-test.c' (105,555) at 20240906080037568 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/aspeed-hace.c' (105,556) at 20240405153230255 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/utimes.c' (105,557) at 20240405153052557 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/symlink.c' (105,558) at 20240405153052317 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c' (105,559) at 20240910080014062 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-swift.dts' (105,560) at 20240809080013006 to deleted uid set 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/imx412.c' (105,561) at 20240805080013967 to deleted uid set 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/conditiongentest.cpp' (105,562) at 20210308005108057 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-hix5hd2.txt' (105,563) at 20210307214925322 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-accel-ops.c' (105,564) at 20240906080037496 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/cmd_ioloop.c' (105,565) at 20210308005003000 2025-03-14 03:00:52.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh' (105,566) at 20210307205554534 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc' (105,567) at 20210812000025174 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/lantiq,cgu.yaml' (105,568) at 20220525020651690 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pageblock-flags.h' (105,569) at 20240405153052757 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Thermal_v1.xml' (105,570) at 20240619080002940 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tqma6a.dtsi' (105,571) at 20240405153045501 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryCollection.json' (105,572) at 20240619080002948 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/add-restart-to-initscript.patch' (105,573) at 20210307205553874 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SerialInterfaceCollection_v1.xml' (105,574) at 20240619080002936 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/openpower-software-manager_git.bb' (105,575) at 20241225090010924 to deleted uid set 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/0001-src-rdate-Fix-printf-format-errors.patch' (105,576) at 20210307205553810 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service' (105,577) at 20240221090011585 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-rcar.c' (105,578) at 20240405153230307 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c' (105,579) at 20210307214927938 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/pl320-ipc.c' (105,580) at 20220525020653219 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2203.conf' (105,581) at 20230606080013598 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-sensors.yaml' (105,582) at 20210307205553694 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/wm8766.c' (105,583) at 20210307214932262 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dsc.h' (105,584) at 20240405153047293 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_debugfs.c' (105,585) at 20240405153048701 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200ew3.c' (105,586) at 20240405153048573 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-i2c.c' (105,587) at 20240405153049369 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-meson.c' (105,588) at 20240405153231359 2025-03-14 03:00:52.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/LICENSE' (105,589) at 20210308005105437 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c' (105,590) at 20240405153050053 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c' (105,591) at 20210308005046525 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/proc-macro-error-attr-1-rs.wrap' (105,592) at 20241211090212462 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/besys.c' (105,593) at 20210308005003336 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/fma.c' (105,594) at 20241211090212550 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/dmabrg.c' (105,595) at 20210307214926546 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/FanCollection.json' (105,596) at 20240619080002948 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/.gitignore' (105,597) at 20210308004942076 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/symlink.c' (105,598) at 20210307214931138 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4b.dts' (105,599) at 20240405153229967 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_pptp.h' (105,600) at 20240405153052749 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.out' (105,601) at 20210308005046405 to deleted uid set 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbra.c' (105,602) at 20210308005046505 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/w1.rst' (105,603) at 20210307214925474 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Linksprite_pcDuino3_defconfig' (105,604) at 20210308005003236 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/asm-offsets.h' (105,605) at 20210307214926210 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/avb_verify.c' (105,606) at 20210308005003220 2025-03-14 03:00:52.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_2_sh_mask.h' (105,607) at 20240405153048117 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/xilinx/Makefile' (105,608) at 20210309003652052 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/simd.h' (105,609) at 20210307214926674 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_sdcard_defconfig' (105,610) at 20210308005003264 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sdw.c' (105,611) at 20240405153232191 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ResourceBlockCollection_v1.xml' (105,612) at 20240619080002936 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/libgpiod.wrap' (105,613) at 20220407100028311 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rwlock_types.h' (105,614) at 20220525020654611 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7533.c' (105,615) at 20240405153048365 to deleted uid set 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/xxhash.h' (105,616) at 20210309003653944 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7219.h' (105,617) at 20210309003654628 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/imx-thermal.yaml' (105,618) at 20240405153045177 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/static_call.c' (105,619) at 20220525020654727 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/cpu.h' (105,620) at 20210308005002660 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/lp.c' (105,621) at 20240405153046757 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (105,622) at 20241107090014377 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/utils/pcie_card_metadata.hpp' (105,623) at 20241217090427543 to deleted uid set 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,vulcan-soc.yaml' (105,624) at 20240405153045013 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/test/efi_test.h' (105,625) at 20220525020652430 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear1340.c' (105,626) at 20240405153229911 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/.gitignore' (105,627) at 20240405153054053 2025-03-14 03:00:52.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob.c' (105,628) at 20240405153053501 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h' (105,629) at 20210308005003024 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/fg_max77693.c' (105,630) at 20210308005003468 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/entry.S' (105,631) at 20241211090145389 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/user.h' (105,632) at 20210307214926110 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/tools/.gitignore' (105,633) at 20210307214926198 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_opp.h' (105,634) at 20240405153231835 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-input/main.c' (105,635) at 20240906080037164 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/.gitignore' (105,636) at 20210307214932146 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/fotg210.h' (105,637) at 20240405153052065 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/hw.h' (105,638) at 20240613080016443 to deleted uid set 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-sama5d2-isc.c' (105,639) at 20240405153230807 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/phy-fsl-imx8m-pcie.c' (105,640) at 20241111090012137 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/max7359_keypad.c' (105,641) at 20240405153049137 2025-03-14 03:00:52.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/dante/dante_1.4.3.bb' (105,642) at 20230211040012635 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/kvm.c' (105,643) at 20241211090212494 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/lowlevel_init.S' (105,644) at 20210308005002732 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Berghamn' (105,645) at 20210307205553778 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/Kconfig' (105,646) at 20240405153231471 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig' (105,647) at 20210308005003236 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/Kconfig' (105,648) at 20210307214931218 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/crosspythonpath.patch' (105,649) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/oss/.gitignore' (105,650) at 20210307214932226 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.2' (105,651) at 20211006000025242 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/testrunner.py' (105,652) at 20240906080037568 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c' (105,653) at 20240405153049545 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/yamaha-yas530.c' (105,654) at 20241216090017705 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/micron.c' (105,655) at 20240405153049705 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8544_serdes.c' (105,656) at 20210308005002832 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-kingpin.dtsi' (105,657) at 20240405153045433 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/biomerge.c' (105,658) at 20210307214930978 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/mdt_loader.h' (105,659) at 20240405153052793 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_image_upload.robot' (105,660) at 20240628080017121 to deleted uid set 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/py.mk' (105,661) at 20210308004922940 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_file.c' (105,662) at 20240405153231495 2025-03-14 03:00:52.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/kernel-fitimage.bbclass' (105,663) at 20241221090017608 to deleted uid set 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm/unistd.h' (105,664) at 20210308005046065 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/led.h' (105,665) at 20240405153050497 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/sched/core.c' (105,666) at 20241216090017777 to deleted uid set 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/namei.c' (105,667) at 20240405153052457 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/__init__.py' (105,668) at 20241221090017592 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/trace.h' (105,669) at 20240405153052045 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/associations.cpp' (105,670) at 20240820080028978 to deleted uid set 2025-03-14 03:00:52.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mcast.h' (105,671) at 20220525020653163 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/mib.h' (105,672) at 20220525020654643 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/MAINTAINERS' (105,673) at 20210308005003044 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-tight.h' (105,674) at 20210308005046553 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enumaudioout.rst' (105,675) at 20210309003648504 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-gen3-cpg.h' (105,676) at 20240405153230239 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a73a4-ape6evm.dts' (105,677) at 20240405153229895 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/Makefile' (105,678) at 20240405153046749 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/octeon_edac-pc.c' (105,679) at 20210307214927154 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mflo.c' (105,680) at 20210308005046505 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/adaptec/Makefile' (105,681) at 20210307214929282 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pci/controller/pcie-rcar-ep.c' (105,682) at 20240405153051237 to deleted uid set 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/l1tf.rst' (105,683) at 20210307214925226 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/health/ti,afe4403.yaml' (105,684) at 20240405153229767 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/preferred/BSD-2-Clause' (105,685) at 20210308005046065 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2' (105,686) at 20210308005046473 to deleted uid set 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/g84.c' (105,687) at 20220525020652959 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_type.cpp' (105,688) at 20240625080015044 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_h.c' (105,689) at 20210308005046513 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/Kconfig' (105,690) at 20210308005003040 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/memmap.c' (105,691) at 20240405153047045 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt_2.6.1.bb' (105,692) at 20241221090017648 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/cipher.h' (105,693) at 20220525020652947 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (105,694) at 20210812000025266 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (105,695) at 20210814000014902 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3' (105,696) at 20210308005003736 2025-03-14 03:00:52.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-cs5535.c' (105,697) at 20210307214927046 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/build_OID_registry' (105,698) at 20241018080014578 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1275-revB/psu_init_gpl.c' (105,699) at 20210308005003180 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/io_event_irq.c' (105,700) at 20240405153046225 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8195.h' (105,701) at 20220525020653879 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-mdio.h' (105,702) at 20210309003653040 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-ctrls.c' (105,703) at 20240405153049529 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/jack.rst' (105,704) at 20210307214925570 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/davicom/dm9000.c' (105,705) at 20240405153049897 to deleted uid set 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/iomap.h' (105,706) at 20210307214925962 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/reboot-mode.c' (105,707) at 20210307214930154 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfutill.c' (105,708) at 20210307214931898 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/lib.rs' (105,709) at 20240106090017261 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_firmware_upgrade.sh' (105,710) at 20241031080012179 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kontiolahti' (105,711) at 20210307205553770 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/time.c' (105,712) at 20240405153046293 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/init/starscream-init/starscream-init.sh' (105,713) at 20240110090012776 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tc3589x.c' (105,714) at 20240405153230839 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/Kconfig' (105,715) at 20210308005002972 2025-03-14 03:00:52.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-iris.dts' (105,716) at 20240405153045529 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/config.mk' (105,717) at 20210308005002824 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds409slim.dts' (105,718) at 20240405153045457 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_ppc.h' (105,719) at 20240405153230031 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/Makefile' (105,720) at 20210307214929206 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/leapcrash.c' (105,721) at 20220525020655235 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hugetlb.h' (105,722) at 20240405153229975 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/own-mirrors.bbclass' (105,723) at 20230919080013978 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts' (105,724) at 20210308005002624 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-ddr.dtsi' (105,725) at 20240405153045725 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/Kconfig' (105,726) at 20240405153230159 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native/UbootHeader_GBS.xml' (105,727) at 20210307205554078 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/ibm.json' (105,728) at 20240912080005178 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,integrator.yaml' (105,729) at 20240405153045013 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NRL' (105,730) at 20211006000025238 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/pcpubuf.c' (105,731) at 20240405153052333 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,cmt.yaml' (105,732) at 20240405153045177 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/create_usbhid.sh' (105,733) at 20230509080015412 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm5110-tables.c' (105,734) at 20240405153230839 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/thead/errata.c' (105,735) at 20240405153230063 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_netlink.h' (105,736) at 20240405153053381 2025-03-14 03:00:52.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu.h' (105,737) at 20240906080037500 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/devres.c' (105,738) at 20240405153053085 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.h' (105,739) at 20240405153231031 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog_5.16.bb' (105,740) at 20241206090014338 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2841er.h' (105,741) at 20210307214928614 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtensa_memory.c' (105,742) at 20210927100127221 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c' (105,743) at 20220525020652963 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch' (105,744) at 20230317080013789 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-cp2112.c' (105,745) at 20240405153230651 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzo/lzodefs.h' (105,746) at 20210308005003708 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/gpio/gpio-sim.sh' (105,747) at 20240405153054309 to deleted uid set 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (105,748) at 20231215090012261 to deleted uid set 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/seama.yaml' (105,749) at 20240405153229779 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch' (105,750) at 20210307205554574 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/presence/test/meson.build' (105,751) at 20220819030023853 to deleted uid set 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ics43432.c' (105,752) at 20240405153053621 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mvebu_mmc.h' (105,753) at 20210308005003676 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/presence.json' (105,754) at 20240918080013376 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-atomicwrites/run-ptest' (105,755) at 20230401080011971 to deleted uid set 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox-common.inc' (105,756) at 20241221090017632 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/lapic.c' (105,757) at 20210308005002856 2025-03-14 03:00:52.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-multiplexer.c' (105,758) at 20240405153050345 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ivtv.h' (105,759) at 20210307214931638 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/fixed-factor.c' (105,760) at 20240405153046869 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/ia_css_ob2_param.h' (105,761) at 20210307214930558 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_masks.h' (105,762) at 20240405153046585 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/ucmpdi2.c' (105,763) at 20240405153046085 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/pid/zone.hpp' (105,764) at 20241022080027608 to deleted uid set 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx6ul_ccm.c' (105,765) at 20241211090212294 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/socionext/Makefile' (105,766) at 20210307214929634 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/os.h' (105,767) at 20240405153046345 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/iqs62x-keys.yaml' (105,768) at 20240405153045081 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0048-corstone1000-Enable-UEFI-Secure-boot.patch' (105,769) at 20241206090014210 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/security.rst' (105,770) at 20210308005045809 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/inventory_mac.cpp' (105,771) at 20241217090439491 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xfontsel_1.1.0.bb' (105,772) at 20220910030013361 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/entry_64_compat.S' (105,773) at 20240719080013345 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/mp.c' (105,774) at 20210307214926614 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/NetworkGlobalSettings.vue' (105,775) at 20241004080035971 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/logging.hpp' (105,776) at 20241221090003052 to deleted uid set 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/600-fix.patch' (105,777) at 20230706080014749 2025-03-14 03:00:52.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/serial_uart_mux.hpp' (105,778) at 20241210090019232 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tree.c' (105,779) at 20241211090145541 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-s900.c' (105,780) at 20240405153046769 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sm8550-dispcc.yaml' (105,781) at 20240405153229759 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/reset.c' (105,782) at 20210308005002764 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillybus.h' (105,783) at 20240405153046765 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/faraday/ftgmac100.h' (105,784) at 20240919080017058 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-ainol-aw1.dts' (105,785) at 20210308005002620 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/max98373.c' (105,786) at 20240405153053941 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/asix_common.c' (105,787) at 20240405153050373 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-fru-properties-mrw.yaml' (105,788) at 20210307205554050 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/meson-buildoptions.sh' (105,789) at 20241211090212458 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/frup.cpp' (105,790) at 20240817080009164 to deleted uid set 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_nport.c' (105,791) at 20241008080013971 2025-03-14 03:00:52.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/seg6.h' (105,792) at 20240405153054053 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_init.c' (105,793) at 20241011080017347 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/host.h' (105,794) at 20220525020653375 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c' (105,795) at 20240405153049805 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/README.md' (105,796) at 20241221090017500 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/generated/autoconf.h' (105,797) at 20240405153054229 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/meson.build' (105,798) at 20240904080010582 to deleted uid set 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/video_extension.rst' (105,799) at 20210307214925494 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/jobserver-exec' (105,800) at 20240405153053453 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/debugfs.c' (105,801) at 20240405153050581 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm6368-clock.h' (105,802) at 20210309003653812 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_byte_action.cpp' (105,803) at 20210308005405934 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmtk.h' (105,804) at 20240415080012967 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/huf_decompress.c' (105,805) at 20240405153053117 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/machine/minerva.conf' (105,806) at 20240726080014422 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-core.h' (105,807) at 20240405153230807 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmc-davinci.h' (105,808) at 20210307214931478 2025-03-14 03:00:52.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_rmap_btree.h' (105,809) at 20240405153052577 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/memset.c' (105,810) at 20240405153045977 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/bmap.h' (105,811) at 20240613080016487 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hid-sensor-humidity.c' (105,812) at 20220525020653103 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/sata.c' (105,813) at 20210308005002852 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/Kconfig' (105,814) at 20210307214930858 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/add_remove_kprobe.tc' (105,815) at 20240405153054305 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8983.h' (105,816) at 20210307214932362 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/conf.c' (105,817) at 20210308005003732 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a78/memory.json' (105,818) at 20240405153054113 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/exec-cmd.c' (105,819) at 20240405153054069 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/pipe.h' (105,820) at 20210307214930858 2025-03-14 03:00:52.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800usb.c' (105,821) at 20240405153050621 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/powernow-k8.c' (105,822) at 20240405153046913 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/machine_kexec.c' (105,823) at 20240405153045965 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun6i.c' (105,824) at 20210308005002784 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-protocol-v2.c' (105,825) at 20240405153053505 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/m5602/m5602_core.c' (105,826) at 20210307214928830 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/109.out' (105,827) at 20240326080039726 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/board-xxs1500.c' (105,828) at 20210605000027676 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/rbtree.c' (105,829) at 20240405153053101 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-stat.c' (105,830) at 20240415080012963 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/.gitignore' (105,831) at 20240330080006130 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mac_newworld.c' (105,832) at 20241211090212318 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/Makefile' (105,833) at 20240405153230579 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max1619.c' (105,834) at 20240405153048865 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/papr-sysparm.c' (105,835) at 20240830080013243 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/kwbimage.cfg' (105,836) at 20210308005002908 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml' (105,837) at 20240405153045177 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86.c' (105,838) at 20240906080037232 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c' (105,839) at 20241211090145409 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/services.hpp' (105,840) at 20230511080035559 2025-03-14 03:00:52.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/xorg.py' (105,841) at 20220910030013401 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cppgenerate/cppgenerate_0.3.bb' (105,842) at 20241221090017512 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml' (105,843) at 20240405153045105 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/extract_if.rs' (105,844) at 20240405153232095 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/path-lookup.txt' (105,845) at 20210307214925490 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ktd253-backlight.c' (105,846) at 20240405153052173 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/signal32.h' (105,847) at 20240405153046249 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_debugfs.h' (105,848) at 20210307214928438 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch' (105,849) at 20210307205553938 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/Kconfig' (105,850) at 20210308005003348 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/open-dice.c' (105,851) at 20240405153230847 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lochnagar-sc.c' (105,852) at 20240405153053621 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mvc.c' (105,853) at 20230925080040101 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit.dts' (105,854) at 20240405153045601 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ramfs/file-nommu.c' (105,855) at 20240405153052497 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/pipe.c' (105,856) at 20210406100036111 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap807.dtsi' (105,857) at 20220525020651918 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sd_ops.c' (105,858) at 20240405153230851 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv350d.h' (105,859) at 20210307214928018 2025-03-14 03:00:52.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/uapi/rdma/ib_user_ioctl_verbs.h' (105,860) at 20240405153052949 to deleted uid set 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7796.c' (105,861) at 20240405153051357 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_cpu.c' (105,862) at 20240906080037156 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/rx.h' (105,863) at 20210307214929966 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/lp873x.h' (105,864) at 20210308005003680 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-intc_sar' (105,865) at 20220525020651634 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/local.conf.sample' (105,866) at 20241221090017604 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/json_utils_test.cpp' (105,867) at 20230325080023516 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/vegman-led-manager-config/led.yaml' (105,868) at 20240829080014022 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py' (105,869) at 20241221090017680 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/atomics.c' (105,870) at 20240405153054245 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Makefile' (105,871) at 20210308005002776 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb' (105,872) at 20241206090014258 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/iocsr_config.h' (105,873) at 20210308005002952 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml' (105,874) at 20240405153045181 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/sh_bios.h' (105,875) at 20210307214926554 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c' (105,876) at 20210308005002832 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/mac_penguin.S' (105,877) at 20210307214926170 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/flattree.c' (105,878) at 20210308005003728 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.memhp' (105,879) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-panic.c' (105,880) at 20240405153230755 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_mailbox.h' (105,881) at 20240906080037332 2025-03-14 03:00:52.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/Types.h' (105,882) at 20210308005003708 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/Makefile' (105,883) at 20210307214930286 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sunbpp.h' (105,884) at 20210307214926586 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cpdo.c' (105,885) at 20210308005046069 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-vdo1.c' (105,886) at 20240405153046797 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jstree.style.css' (105,887) at 20210308004923388 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable-x86-conga-qa3-e3845_defconfig' (105,888) at 20210308005003280 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteEntryCollection_v1.xml' (105,889) at 20240619080002936 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/.gitignore' (105,890) at 20240405153046901 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6dl_icore_nand_defconfig' (105,891) at 20210308005003260 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/loongson3_virt.c' (105,892) at 20241211090212290 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/Makefile' (105,893) at 20210307214931070 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0013-open-vm-tools-Correct-include-path-for-poll.h.patch' (105,894) at 20240106090017233 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/neon-intrinsics.h' (105,895) at 20210307214926062 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/263' (105,896) at 20240906080037564 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_loaded_image.c' (105,897) at 20210308005003704 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/cache.json' (105,898) at 20240405153054149 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zywrle.h' (105,899) at 20240326080039754 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/vc032x.c' (105,900) at 20220525020653323 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/event.h' (105,901) at 20210307214929970 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/keyring_handler.h' (105,902) at 20240405153232111 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/recv_linux.c' (105,903) at 20210307214930638 2025-03-14 03:00:52.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/tonga_baco.h' (105,904) at 20210309003649652 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/fpsimd.c' (105,905) at 20240405153045877 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-milbeaut.txt' (105,906) at 20210307214925366 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/0001-cmake-Do-not-try-to-compute-library-dependencies-dur.patch' (105,907) at 20230520080014480 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c' (105,908) at 20210307214927962 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/augeas/augeas/0001-src-internal-Use-__GLIBC__-to-check-for-GNU-extentio.patch' (105,909) at 20221003030013285 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c' (105,910) at 20210307214927954 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/socionext,uniphier-aio.yaml' (105,911) at 20240405153045169 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rseq.c' (105,912) at 20240405153053033 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_of_maps.rst' (105,913) at 20240405153044997 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/Kconfig' (105,914) at 20210308005003080 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0.h' (105,915) at 20221128040017642 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/trace.h' (105,916) at 20210307214929754 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_firmware.c' (105,917) at 20210308005003440 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/remoteproc.c' (105,918) at 20210308005003740 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/addac/stx104.c' (105,919) at 20240405153048965 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c' (105,920) at 20240405153048577 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS1-ssh-host@.service' (105,921) at 20230203040020726 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool_2.5.4.bb' (105,922) at 20241221090017664 to deleted uid set 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/Kconfig' (105,923) at 20210308005003016 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs.h' (105,924) at 20210307214931154 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0008-Handle-errors-from-socket-calls.patch' (105,925) at 20241206090014242 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/MAINTAINERS' (105,926) at 20210308005002988 2025-03-14 03:00:52.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r2-lte.dts' (105,927) at 20220525020651926 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pktgen/pktgen_sample03_burst_single_flow.sh' (105,928) at 20240405153053429 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/task_fd_query_user.c' (105,929) at 20240405153053425 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/reg_access_test.c' (105,930) at 20210307214932706 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch' (105,931) at 20210307205554466 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c' (105,932) at 20241211090145413 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass' (105,933) at 20241206090014274 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-integrator-ap.c' (105,934) at 20240405153230251 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb' (105,935) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop_ibi_value_be.h' (105,936) at 20210307214928598 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rm/mc146818rtc.h' (105,937) at 20210307214926226 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/kernel-entry-init.h' (105,938) at 20210307214926222 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_int_ptr.c' (105,939) at 20241018080014598 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmcs_shadow_fields.h' (105,940) at 20210307214926722 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs47l24-tables.c' (105,941) at 20240405153230835 2025-03-14 03:00:52.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/of_device_64.c' (105,942) at 20240405153230091 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/sfp.h' (105,943) at 20240405153231079 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/expected_stderr' (105,944) at 20210308005003736 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/btrfs.h' (105,945) at 20210308005003544 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_mlme.c' (105,946) at 20240405153231483 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/types/report_action.hpp' (105,947) at 20230524080039233 to deleted uid set 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizboxmini-common.dtsi' (105,948) at 20240405153045465 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-baseboard.dtsi' (105,949) at 20210308005002596 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/board.c' (105,950) at 20210308005002904 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/debug-objects.rst' (105,951) at 20210307214925262 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb' (105,952) at 20241003080011997 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.x86' (105,953) at 20210308005003300 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/mt6797-dai-hostless.c' (105,954) at 20210307214932394 2025-03-14 03:00:52.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCManager.v1_0_0.json' (105,955) at 20240724080002903 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v1.c' (105,956) at 20240405153050137 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_rss.h' (105,957) at 20210307214929302 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5422-odroidxu4.dts' (105,958) at 20240405153045573 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-cadence-xspi.c' (105,959) at 20240712080021081 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/index.rst' (105,960) at 20210307214925514 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/ptrace.h' (105,961) at 20240405153046249 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-service-test_git.bb' (105,962) at 20220910030013341 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vpu/Kconfig' (105,963) at 20240405153049417 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/openrisc/index.rst' (105,964) at 20240405153044977 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi_common.c' (105,965) at 20210307214930930 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serdev/serdev-ttyport.c' (105,966) at 20240405153231507 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/firmware-update.cpp' (105,967) at 20241022080008028 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mmp_dma.h' (105,968) at 20210307214931478 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/earlycon-riscv-sbi.c' (105,969) at 20240405153052005 2025-03-14 03:00:52.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/irq.c' (105,970) at 20240405153230143 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Vrm_VINI.json' (105,971) at 20221213040036921 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/spinlock_types.h' (105,972) at 20240405153046069 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_uart.c' (105,973) at 20210307214928702 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_ethtool.c' (105,974) at 20240405153050141 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-check-for-mips-targets-for-stat.st_dev-definitions.patch' (105,975) at 20230503080014587 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml' (105,976) at 20240405153045101 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/air-cooled.yaml' (105,977) at 20210307205553698 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-service-failure-debug-and-recovery.md' (105,978) at 20221209040006383 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/skip-load.patch' (105,979) at 20241206090014334 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020rdb-pc.dtsi' (105,980) at 20210307214926346 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/net/bpf_jit_comp32.c' (105,981) at 20240405153046265 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values/all.h' (105,982) at 20220525020652358 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_devfreq.h' (105,983) at 20220525020652919 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/Kconfig' (105,984) at 20240405153232111 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c' (105,985) at 20241011080017331 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/irq.h' (105,986) at 20220525020652174 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/jailhouse.txt' (105,987) at 20210307214925346 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-rr.c' (105,988) at 20241211090212206 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/cpu-features.h' (105,989) at 20210307214926558 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/meson.build' (105,990) at 20230925080040033 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/tcan4x5x.txt' (105,991) at 20240405153229779 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb' (105,992) at 20240124090012250 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-host-recovery@.service' (105,993) at 20210918000051623 2025-03-14 03:00:52.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/microchip,csi2dc.yaml' (105,994) at 20240405153045093 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/pm-debug.c' (105,995) at 20220525020651890 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/meson.build' (105,996) at 20240326080039706 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/stat.h' (105,997) at 20210307214925650 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irqdomain.h' (105,998) at 20240405153046385 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/Makefile.am' (105,999) at 20210308005100989 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb' (106,000) at 20230131040012035 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/map-s3c64xx.h' (106,001) at 20240405153045685 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/dev.c' (106,002) at 20210308005003544 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.40-remap.patch' (106,003) at 20210307205553822 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/multiboot.h' (106,004) at 20220429100100470 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/dir.c' (106,005) at 20240405153052453 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-href-family-pinctrl.dtsi' (106,006) at 20240405153045577 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-2.c' (106,007) at 20210307214931190 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/netgear,cg3100d.dts' (106,008) at 20210308005002816 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/falcon.c' (106,009) at 20240405153048637 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/numa.h' (106,010) at 20240617080017378 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_dfl.c' (106,011) at 20240405153052033 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349EMDS_defconfig' (106,012) at 20210308005003236 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb' (106,013) at 20241221090017516 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt6245-regulator.yaml' (106,014) at 20240405153045145 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-f7188x.c' (106,015) at 20240405153047073 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binder_alloc_selftest.c' (106,016) at 20240405153046649 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/pt3/pt3.c' (106,017) at 20240405153049373 2025-03-14 03:00:52.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/tach_sensor.cpp' (106,018) at 20240820080023694 to deleted uid set 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/minerva-phosphor-multi-gpio-presence.json' (106,019) at 20241218090101075 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-serval.its.S' (106,020) at 20220525020651998 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_elsct.c' (106,021) at 20220525020654019 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_queue.hpp' (106,022) at 20241219090033964 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tranas_Bredkarr' (106,023) at 20210307205553794 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/chtdc_ti_pwrbtn.c' (106,024) at 20240405153051405 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ioctl.c' (106,025) at 20241211090145505 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-rng.h' (106,026) at 20240906080037340 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_falcon.c' (106,027) at 20240405153230179 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/sja1000_isa.c' (106,028) at 20240405153049737 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclpcpu.c' (106,029) at 20240906080037288 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/dwc3.rst' (106,030) at 20210307214925590 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_soc_pmic_bxtwc.c' (106,031) at 20241211090145453 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC18_C-105W' (106,032) at 20210307205553758 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/mux.c' (106,033) at 20240405153046869 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/translate_vx.c.inc' (106,034) at 20240326080039702 2025-03-14 03:00:52.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native.inc' (106,035) at 20230503080014575 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/pdr/effecter_pdr.json' (106,036) at 20221213040036917 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/init/transformers-init/transformers-init.sh' (106,037) at 20230428080015190 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/pd.c' (106,038) at 20220525020653163 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts' (106,039) at 20210307214926354 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/Makefile' (106,040) at 20240405153232287 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max9768.c' (106,041) at 20240405153053625 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml' (106,042) at 20240405153229759 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/delay.h' (106,043) at 20210307214925646 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-hisi-hpre' (106,044) at 20240405153044913 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/unwind.h' (106,045) at 20240405153046401 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/memmove_32.S' (106,046) at 20240405153046469 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sunne_As' (106,047) at 20210307205553790 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/update_service.hpp' (106,048) at 20241217090008772 to deleted uid set 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Container_v1.xml' (106,049) at 20240619080002920 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pc873xx.h' (106,050) at 20210307214925654 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/mips-gic-timer.c' (106,051) at 20240405153046877 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-configure.ac-Check-and-define-intmax_t-type.patch' (106,052) at 20231011080016582 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-tx49xx/kmalloc.h' (106,053) at 20210307214926226 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-q8-tablet.dts' (106,054) at 20210308005002624 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qm1d1b0004.h' (106,055) at 20210307214928798 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/physmap.h' (106,056) at 20210307214931454 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_mhccif.c' (106,057) at 20240405153051065 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/qcom-pdc.c' (106,058) at 20240405153230751 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/Makefile' (106,059) at 20210307214926286 2025-03-14 03:00:52.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/nvm.c' (106,060) at 20240405153050537 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/swiotlb-xen.h' (106,061) at 20240405153052961 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rf.c' (106,062) at 20210309003651808 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/mtk_rpmsg.c' (106,063) at 20240405153051485 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/alternative.c' (106,064) at 20240405153045945 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/test/meson.build' (106,065) at 20240214090001981 to deleted uid set 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/calls.c' (106,066) at 20240405153232263 2025-03-14 03:00:52.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/status.c' (106,067) at 20240405153053301 to deleted uid set 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/ioremap_fixed.c' (106,068) at 20210309003648984 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/maxim,max77802.h' (106,069) at 20210307214931346 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/copyfile.h' (106,070) at 20210307214932586 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/apollo/config.c' (106,071) at 20240405153045953 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-zynqmp.c' (106,072) at 20241211090145481 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm4912-asus-gt-ax6000.dts' (106,073) at 20240405153045717 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/sensorcommands.hpp' (106,074) at 20210820000013427 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qnum.c' (106,075) at 20221215040039390 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32l4x5_soc.c' (106,076) at 20241211090212250 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/mpu401/Makefile' (106,077) at 20210307214932202 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/preferred/LGPL-2.0' (106,078) at 20210307214925638 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/async-thread.h' (106,079) at 20240405153052273 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_raspi4.py' (106,080) at 20241211090212538 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-rc5t583.c' (106,081) at 20240405153230307 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfsread.hpp' (106,082) at 20210308005116217 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MulanPSL-1.0' (106,083) at 20211006000025238 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_transform.c' (106,084) at 20240405153047221 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/iptable_security.c' (106,085) at 20240405153053257 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/motorola.c' (106,086) at 20240405153230007 2025-03-14 03:00:52.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/.clang-format' (106,087) at 20240826080018275 to deleted uid set 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c' (106,088) at 20220525020653627 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c' (106,089) at 20210308005046513 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fchmodat2/Makefile' (106,090) at 20240405153232267 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml' (106,091) at 20240405153045017 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/MAINTAINERS' (106,092) at 20210308005003036 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/gbmc-psu-hardreset.target' (106,093) at 20220416100009975 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/Makefile' (106,094) at 20210308005002852 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/Kconfig' (106,095) at 20210308005002972 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/Makefile' (106,096) at 20240405153230095 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/xhci-dbgp.h' (106,097) at 20240405153052817 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/templates/example.bb' (106,098) at 20210307205554430 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/rdvl.h' (106,099) at 20240405153054237 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/op_helper.h' (106,100) at 20240326080039658 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_bridge.sh' (106,101) at 20240405153232263 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/queue.c' (106,102) at 20240405153051569 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (106,103) at 20230721080014366 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/baikal,bt1-ccu-pll.yaml' (106,104) at 20210309003648328 2025-03-14 03:00:52.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/method.hpp' (106,105) at 20240904080034451 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.css' (106,106) at 20210307205554266 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-array.h' (106,107) at 20240405153049257 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/ops_helpers.c' (106,108) at 20210819100021646 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/pci.c' (106,109) at 20210307214932618 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c' (106,110) at 20240405153050513 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ezx-pcap.c' (106,111) at 20240405153049605 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb.c' (106,112) at 20240906080037236 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux.c' (106,113) at 20240405153052145 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-error-as-following.patch' (106,114) at 20220502030010116 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_acpi.c' (106,115) at 20240405153048621 2025-03-14 03:00:52.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-gpu.c' (106,116) at 20221215040039150 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' (106,117) at 20240819080030267 to deleted uid set 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/tests/test_cmds.c' (106,118) at 20241219090010504 to deleted uid set 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2835-common.dtsi' (106,119) at 20240405153229871 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_addrtype.c' (106,120) at 20241018080014586 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-case.err' (106,121) at 20210927100127469 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axc003.dtsi' (106,122) at 20210308005002544 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection-api-configuration.rst' (106,123) at 20220525020651786 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/gr_udc.c' (106,124) at 20240405153231555 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/pci-auto.c' (106,125) at 20210307214926766 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml' (106,126) at 20240405153045093 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/COPYING.MIT' (106,127) at 20210307205553750 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/process/subproject-maintainership.md' (106,128) at 20231219090009685 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend' (106,129) at 20210812000025166 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_test.c' (106,130) at 20240405153232283 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/pgtable-bits.h' (106,131) at 20240405153045905 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl345_core.c' (106,132) at 20240405153048929 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_reporting.h' (106,133) at 20220525020654599 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb.h' (106,134) at 20210308005002820 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi_port.h' (106,135) at 20240405153050289 2025-03-14 03:00:52.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pydownloadmgr/download_manager.py' (106,136) at 20221209040046691 to deleted uid set 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/lola.c' (106,137) at 20220525020655007 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-modal-csr-download.html' (106,138) at 20210308005107065 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/icl_dsi.h' (106,139) at 20240405153230543 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/qcom/cmd-db.h' (106,140) at 20240617080017410 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda_regs.h' (106,141) at 20240405153049405 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/for_each_map_elem_write_key.c' (106,142) at 20240405153054269 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb' (106,143) at 20241206090014270 to deleted uid set 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/mxs-pinfunc.h' (106,144) at 20240405153045537 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/relocate.c' (106,145) at 20210308005002544 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (106,146) at 20240730080012557 to deleted uid set 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany/0001-configure-Upgrade-to-a-modern-Gettext.patch' (106,147) at 20210307205553898 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_tlb.c' (106,148) at 20240405153046181 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/test.conf' (106,149) at 20210307214932626 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_util.h' (106,150) at 20210307214931322 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd_midi.c' (106,151) at 20210307214932222 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_primary_console.c' (106,152) at 20240326080039446 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/arc4.h' (106,153) at 20210307214931310 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/console_cmdline.h' (106,154) at 20210307214931746 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c' (106,155) at 20210308005002988 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/bestcomm/bcom_fec_tx_task.c' (106,156) at 20210307214927122 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/chunk-map.c' (106,157) at 20210308005003544 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/puma-rk3399.c' (106,158) at 20210308005003072 2025-03-14 03:00:52.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/term.c' (106,159) at 20210307214932610 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch' (106,160) at 20241221090017688 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c' (106,161) at 20240405153230615 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_rtt.h' (106,162) at 20210307214929766 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb' (106,163) at 20210307205554390 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb' (106,164) at 20241206090014346 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse_1.20.2.bb' (106,165) at 20241221090017556 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d33.dtsi' (106,166) at 20240405153045469 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-meson/Kconfig' (106,167) at 20210307214925898 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_poh_counter.robot' (106,168) at 20240628080017117 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/usb/quirks.c' (106,169) at 20241220090018346 to deleted uid set 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/Makefile' (106,170) at 20210308005003076 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_titan.c' (106,171) at 20210309003648552 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb' (106,172) at 20230114040015550 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/defer-call.c' (106,173) at 20240326080039754 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/stm32-fmc2-ebi.c' (106,174) at 20240830080013271 2025-03-14 03:00:52.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cacheflush.h' (106,175) at 20210927100127249 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace_output.c' (106,176) at 20241018080014574 to deleted uid set 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_iops.h' (106,177) at 20240405153052597 to deleted uid set 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/pdr.cpp' (106,178) at 20240819080030259 to deleted uid set 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/bcm2835_spi.c' (106,179) at 20241211090212338 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-smopa-1.c' (106,180) at 20240906080037576 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/interface/ia_css_inputfifo.h' (106,181) at 20210307214930566 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rv/rv-list.rst' (106,182) at 20240405153045265 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_fru.robot' (106,183) at 20240628080017117 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/cpu-reset.c' (106,184) at 20240405153045653 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml' (106,185) at 20240405153045065 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sm8550.c' (106,186) at 20240405153230235 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/core.rst' (106,187) at 20240405153045189 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/Makefile' (106,188) at 20240405153052173 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager/obmc/led/set-all/groups/config' (106,189) at 20210307205553706 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callouts.cpp' (106,190) at 20240820080027370 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos3250-artik5-eval.dts' (106,191) at 20240405153045565 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/clk_and_regulator.c' (106,192) at 20240405153051405 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mdio/Kconfig' (106,193) at 20210308005003436 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation.dtsi' (106,194) at 20240405153045457 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-xilinx.c' (106,195) at 20240405153051457 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-ib_srp' (106,196) at 20210309003648244 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1088a-qds.dts' (106,197) at 20210308005002580 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_3501.c' (106,198) at 20240405153046885 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch' (106,199) at 20241206090014262 2025-03-14 03:00:52.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8548CDS.h' (106,200) at 20210308005003580 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/xen/hypercall.S' (106,201) at 20240405153045701 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/socfpga.c' (106,202) at 20210308005003376 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogEntryCollection.json' (106,203) at 20240619080002948 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c' (106,204) at 20210309003653024 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc0832.yaml' (106,205) at 20240405153045073 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/task-time' (106,206) at 20220910030013437 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/.clang-format' (106,207) at 20240817080004291 to deleted uid set 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3399-cru.h' (106,208) at 20240405153052645 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-sev-kit-fabric.dtsi' (106,209) at 20240405153046241 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc.github.io/LICENSE' (106,210) at 20210308005057965 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/define-ldflags.patch' (106,211) at 20220618030015190 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/doc-guide/sphinx.rst' (106,212) at 20240405153045273 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/pmic_bus.c' (106,213) at 20210308005002784 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_power.c' (106,214) at 20240405153231075 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/code-of-conduct-interpretation.rst' (106,215) at 20240405153045245 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/uaccess.h' (106,216) at 20240906080037348 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/notroot.py' (106,217) at 20220721030015853 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/rdtime.c' (106,218) at 20210308005002844 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata.c' (106,219) at 20210308005003332 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/index.rst' (106,220) at 20220525020651642 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/adp-ae3xx_defconfig' (106,221) at 20210308005003244 2025-03-14 03:00:52.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-driver-genwqe' (106,222) at 20220525020651630 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/omap-wdt.txt' (106,223) at 20210307214925454 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pm8941-pwrkey.c' (106,224) at 20240405153230727 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-imx.c' (106,225) at 20210308005003472 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory.h' (106,226) at 20241211090212358 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-kernel/linux/linux-nuvoton_%.bbappend' (106,227) at 20210813100029652 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/gpio.c' (106,228) at 20240405153046049 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/fs-perms-volatile-tmp.txt' (106,229) at 20241221090017620 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/clock-tables.h' (106,230) at 20210308005002672 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-sysfs.h' (106,231) at 20210307214931218 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/rc4.h' (106,232) at 20210308005003684 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fib_semantics.c' (106,233) at 20240910080014094 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/error-injection.h' (106,234) at 20240405153052685 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_ipv6.robot' (106,235) at 20241022080014916 to deleted uid set 2025-03-14 03:00:52.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pidfd/pidfd_getfd_test.c' (106,236) at 20210309003656012 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c' (106,237) at 20240405153230503 to deleted uid set 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/init.cpp' (106,238) at 20240820080023690 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Games.directory' (106,239) at 20210307205554610 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qmp-event.c' (106,240) at 20240906080037584 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/hmem_global.h' (106,241) at 20210307214930542 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/uv/kernel/setup.c' (106,242) at 20210307214926134 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am43xx_evm.h' (106,243) at 20210308005003584 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/timer.h' (106,244) at 20210308005002676 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb' (106,245) at 20241206090014238 2025-03-14 03:00:52.470-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/cputable.h' (106,246) at 20210307214926394 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/agg-tx.c' (106,247) at 20241111090012165 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/roce_common.h' (106,248) at 20210309003653892 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/taglib-2.patch' (106,249) at 20240413080012639 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sc7280.c' (106,250) at 20240405153232191 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/fw.h' (106,251) at 20240405153231259 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/renesas/r9a07g043f01-smarc.dts' (106,252) at 20240405153046241 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.8.bb' (106,253) at 20230401080011943 2025-03-14 03:00:52.471-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/aha152x.rst' (106,254) at 20210307214925558 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/test/utest.cpp' (106,255) at 20210308004942076 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/core.h' (106,256) at 20210309003649820 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/cgroups.rst' (106,257) at 20240405153044937 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/trusted_services.py' (106,258) at 20241206090014214 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mc146818rtc.h' (106,259) at 20240405153231819 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch' (106,260) at 20210307205553890 to deleted uid set 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/OWNERS' (106,261) at 20211222040037065 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T102xRDB.h' (106,262) at 20210308005003580 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/adm1266.c' (106,263) at 20240405153048869 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml' (106,264) at 20220525020651718 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_usb.h' (106,265) at 20220525020653815 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest.c' (106,266) at 20210308005003700 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-qcom/Makefile' (106,267) at 20210307214925942 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDistributionCollection.json' (106,268) at 20240619080002952 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/icpdas-lp8841-spi-rtc.txt' (106,269) at 20210307214925438 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk.c' (106,270) at 20240405153046789 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/rzv2m_usb3drd.h' (106,271) at 20240405153052813 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (106,272) at 20240727080014098 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c' (106,273) at 20210308005046517 2025-03-14 03:00:52.472-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-get_current_dir_name.c' (106,274) at 20210307214932466 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/bblayers.conf.sample' (106,275) at 20240712080022837 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/rzg2l-core.c' (106,276) at 20240405153230811 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates.dts' (106,277) at 20210308005002612 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/Platform' (106,278) at 20210307214926186 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/vhost_virtio_ioctl.sh' (106,279) at 20240405153054177 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ipc/msgque.c' (106,280) at 20220525020655211 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan_usa49msg.h' (106,281) at 20210307214930866 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Irevik' (106,282) at 20210307205553782 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_%.bbappend' (106,283) at 20230830080015018 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bitmain-antminer-s9.dts' (106,284) at 20210308005002576 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/stmpe.h' (106,285) at 20210307214931434 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/sony-laptop.c' (106,286) at 20240405153051417 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/Kconfig' (106,287) at 20241211090212326 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/cmsdk-apb-uart.h' (106,288) at 20230426080043760 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvc_status.c' (106,289) at 20240405153049577 to deleted uid set 2025-03-14 03:00:52.473-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c' (106,290) at 20210307214927958 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/fotg210/fotg210-hcd.c' (106,291) at 20240405153231547 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/efi_thunk_64.S' (106,292) at 20240405153046489 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/rda,rda5807.yaml' (106,293) at 20240405153045093 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/pci/Makefile' (106,294) at 20240405153045977 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/iqs62x-keys.c' (106,295) at 20240405153049137 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/kwbimage.cfg' (106,296) at 20210308005002904 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32h750-overview.rst' (106,297) at 20240405153044973 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,lochnagar.yaml' (106,298) at 20240405153045161 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service' (106,299) at 20210307205554050 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/axp20x.c' (106,300) at 20240405153230831 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon_0.33.0.bb' (106,301) at 20240301090012431 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-mm-damon' (106,302) at 20240405153229731 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/loongarch-stub.c' (106,303) at 20240628080013989 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/Space.h' (106,304) at 20240405153231847 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/mark.c' (106,305) at 20240405153050105 2025-03-14 03:00:52.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_at91.c' (106,306) at 20210308005003340 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-lp3943.c' (106,307) at 20240405153231359 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ks8851_mll.h' (106,308) at 20210308005003432 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/Makefile' (106,309) at 20210308005003032 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/r8152.h' (106,310) at 20240405153231843 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alafors' (106,311) at 20210307205553778 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-subv.c' (106,312) at 20240906080037580 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/phy-rcar-gen2.c' (106,313) at 20240405153231315 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/init-common.c' (106,314) at 20240405153230047 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-ice-u-boot.dtsi' (106,315) at 20210308005002592 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-base.h' (106,316) at 20210308005002656 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_rc.h' (106,317) at 20220525020652895 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_ht.h' (106,318) at 20210307214929790 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/max5522.c' (106,319) at 20240405153048977 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-minized.dts' (106,320) at 20210308005002632 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/cros-ec/Makefile' (106,321) at 20210307214928598 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zc1232-revA.dts' (106,322) at 20240405153045841 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos3250.c' (106,323) at 20240405153230239 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/main.cpp' (106,324) at 20231021080030434 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/salvator-x.dtsi' (106,325) at 20210307214926042 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_ftp.h' (106,326) at 20210307214930234 2025-03-14 03:00:52.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/param.c' (106,327) at 20240405153049973 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ip32/ip32_ints.h' (106,328) at 20210307214926214 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio.c' (106,329) at 20240405153231595 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip.c' (106,330) at 20210307214932742 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/adi,axi-spi-engine.txt' (106,331) at 20210307214925438 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/u-boot-sandbox.h' (106,332) at 20210308005002848 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/machine/include/amd.inc' (106,333) at 20240307090019084 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_1_regs.h' (106,334) at 20240405153046601 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/regs-mfc.h' (106,335) at 20240405153049465 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3.h' (106,336) at 20240405153231563 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gen_ethaddr_crc.c' (106,337) at 20210308005003764 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts' (106,338) at 20240405153045805 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/hamradio/index.rst' (106,339) at 20210309003648448 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/arch-i386.h' (106,340) at 20240405153232211 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/via,vt8500-intc.txt' (106,341) at 20210307214925346 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_lookup.c' (106,342) at 20241001080013032 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-ss-img.dtsi' (106,343) at 20220525020651914 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-qcom-aoss.c' (106,344) at 20240405153231371 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/budget.c' (106,345) at 20210308005003548 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s-r7-tv-dongle.dts' (106,346) at 20240405153045377 2025-03-14 03:00:52.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/bash-oecore.png' (106,347) at 20210307205554378 to deleted uid set 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/dns_resolve.h' (106,348) at 20240405153052413 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NAIST-2003' (106,349) at 20211006000025238 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb' (106,350) at 20231011080016582 to deleted uid set 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_fcntl.h' (106,351) at 20210308005046089 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.err' (106,352) at 20210927100127473 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_ui_layer.c' (106,353) at 20240405153048761 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/wget/wget_1.25.0.bb' (106,354) at 20241221090017680 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ov2640.txt' (106,355) at 20210307214925350 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/mmu_context.h' (106,356) at 20220525020651986 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/overlayroot' (106,357) at 20240301090012459 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/pci_stub.c' (106,358) at 20240405153052253 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/cirrus/ep93xx-pcm.h' (106,359) at 20210307214932290 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/export.h' (106,360) at 20210307214931174 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS1.conf' (106,361) at 20240310080021376 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,ipq806x-usb-phy-ss.yaml' (106,362) at 20220525020651698 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/msm8916-wcd-digital.c' (106,363) at 20240405153053657 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/mocks/report_factory_mock.hpp' (106,364) at 20231228090030528 to deleted uid set 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch' (106,365) at 20241221090017680 to deleted uid set 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/subprojects/packagefiles/boost/meson.build' (106,366) at 20240410080033026 to deleted uid set 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/preprocess.c' (106,367) at 20240405153053453 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv4e.c' (106,368) at 20210307214927962 2025-03-14 03:00:52.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/simple-pm-bus.yaml' (106,369) at 20210309003648328 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/user/excp_helper.c' (106,370) at 20221215040039306 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_helper_value_access.c' (106,371) at 20241104090011631 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-padctl.txt' (106,372) at 20210307214925394 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32fx-clock.h' (106,373) at 20210308005003636 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/host-ehci-owner-reset@.service' (106,374) at 20240921080016394 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-codina.dts' (106,375) at 20240405153045581 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb' (106,376) at 20230813080012840 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/connector/vga-connector.yaml' (106,377) at 20220525020651670 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dctcp.rst' (106,378) at 20210307214925526 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/ioctl.h' (106,379) at 20240405153052473 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/sandbox-mbox-test.c' (106,380) at 20210308005003388 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/2.Process.rst' (106,381) at 20240405153045245 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-bio-prison-v2.c' (106,382) at 20240405153049241 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_btf_skc_cls_ingress.c' (106,383) at 20240405153054273 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libestr/libestr_0.1.11.bb' (106,384) at 20241221090017536 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9260.dts' (106,385) at 20240405153045473 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue' (106,386) at 20241004080035963 to deleted uid set 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77995-cpg-mssr.h' (106,387) at 20210307214931334 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/empty.py' (106,388) at 20240302090018246 2025-03-14 03:00:52.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/MAINTAINERS' (106,389) at 20210308005002948 2025-03-14 03:00:52.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/sprd_dsi.h' (106,390) at 20240405153048753 2025-03-14 03:00:52.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/keystone_net.h' (106,391) at 20210308005002708 2025-03-14 03:00:52.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/hsdk.c' (106,392) at 20210308005003056 2025-03-14 03:00:52.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/traps.h' (106,393) at 20240405153046017 2025-03-14 03:00:52.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt_sdca_jack_common.c' (106,394) at 20240405153232183 2025-03-14 03:00:52.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/log_services.hpp' (106,395) at 20241217090008764 to deleted uid set 2025-03-14 03:00:52.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-impedance-analyzer-ad5933' (106,396) at 20210307214925190 2025-03-14 03:00:52.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/add_remove_eprobe.tc' (106,397) at 20240405153054305 2025-03-14 03:00:52.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage.cfg' (106,398) at 20210308005003012 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/display.h' (106,399) at 20210307214925914 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h' (106,400) at 20240405153049837 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-wm831x-status.c' (106,401) at 20220525020653215 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/reset.c' (106,402) at 20241211090212262 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap5-igep0050.dts' (106,403) at 20240405153045609 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_flat.h' (106,404) at 20230426080043784 2025-03-14 03:00:52.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/fw-management.c' (106,405) at 20240405153051813 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb' (106,406) at 20241206090014298 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mxc_i2c.c' (106,407) at 20210308005003384 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs.h' (106,408) at 20220525020653119 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c' (106,409) at 20220215040051588 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch' (106,410) at 20241221090017640 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/cb_das16_cs.c' (106,411) at 20240405153046889 2025-03-14 03:00:52.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config.bb' (106,412) at 20241206090014286 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/telemetry/telemetry_%.bbappend' (106,413) at 20220816030012194 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmu_context.h' (106,414) at 20240405153052741 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/0001-tftp-Remove-double-inclusion-of-signal.h.patch' (106,415) at 20221003030013261 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pte-walk.h' (106,416) at 20240405153046125 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/kprobes.c' (106,417) at 20240613080016371 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77980a-condor-i.dts' (106,418) at 20240405153045805 2025-03-14 03:00:52.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/qp.h' (106,419) at 20240405153052733 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.2.dts' (106,420) at 20240405153045821 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Medstugan' (106,421) at 20210307205553786 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-ocores.rst' (106,422) at 20210307214925510 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/arm-smccc.h' (106,423) at 20241115090012965 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_hif.h' (106,424) at 20210307214928702 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/mman.h' (106,425) at 20210309003648780 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml' (106,426) at 20240405153045137 2025-03-14 03:00:52.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/dns_resolve.c' (106,427) at 20240405153231699 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lis3lv02d/lis3lv02d.h' (106,428) at 20240405153049641 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/pm.c' (106,429) at 20240405153045681 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-vega-s9x.c' (106,430) at 20210307214928786 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/recipes-kernel/linux/linux-aspeed/lannister.cfg' (106,431) at 20220315100011443 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Mode.interface.yaml' (106,432) at 20221207040023627 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-xtensa-cross.docker' (106,433) at 20240906080037560 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c' (106,434) at 20240405153050133 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_tunnel_key.c' (106,435) at 20240405153053365 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-under-throttle.out' (106,436) at 20221215040039366 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_r_w.c' (106,437) at 20210308005046505 2025-03-14 03:00:52.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/samples/Makefile' (106,438) at 20240405153054073 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/trace.h' (106,439) at 20240405153231239 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cs-etm-decoder/cs-etm-decoder.c' (106,440) at 20240405153054185 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_target.c' (106,441) at 20210307214929570 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_av.h' (106,442) at 20220525020654131 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FabricAdapterCollection_v1.xml' (106,443) at 20240619080002924 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/map_gen.py' (106,444) at 20230901080026062 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/__init__.py' (106,445) at 20210307205554242 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue' (106,446) at 20241004080035967 2025-03-14 03:00:52.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_test.c' (106,447) at 20210307214930438 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nvram.h' (106,448) at 20210307214931654 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_h323_asn1.c' (106,449) at 20240405153232059 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/cpu.c' (106,450) at 20210308005002796 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/clk.h' (106,451) at 20210308005002720 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts' (106,452) at 20240405153045725 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu.c' (106,453) at 20241211090212494 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-Allow-dynamic-linking-against-ndpi-3.patch' (106,454) at 20220402030015911 2025-03-14 03:00:52.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_defs.h' (106,455) at 20210307214926242 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/target/index.rst' (106,456) at 20210307214925570 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/cgroup.h' (106,457) at 20220525020654655 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/pci.c' (106,458) at 20240405153046209 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/sparsemem.h' (106,459) at 20240405153045861 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/ptimer.c' (106,460) at 20240906080037212 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_pxa.c' (106,461) at 20240624080012800 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Session.v1_7_2.json' (106,462) at 20240619080002956 to deleted uid set 2025-03-14 03:00:52.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsldma.h' (106,463) at 20210307214931390 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/elf.h' (106,464) at 20220525020651998 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,imgsys.txt' (106,465) at 20210309003648324 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/loongarch/Kconfig' (106,466) at 20240405153051389 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_huge_count_read_write.sh' (106,467) at 20240405153054293 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/switches/idt_gen3.c' (106,468) at 20210307214930182 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done_git.bb' (106,469) at 20241206090014226 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb' (106,470) at 20210307205554018 to deleted uid set 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' (106,471) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond_pam_config.patch' (106,472) at 20240127090011892 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/libpldmresponder_oem_platform_test.cpp' (106,473) at 20240910080037467 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/c2port/Makefile' (106,474) at 20210307214929122 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunhme.c' (106,475) at 20240405153231063 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/Makefile' (106,476) at 20210307214930026 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/viot.c' (106,477) at 20221215040039090 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/filesystemInterface.hpp' (106,478) at 20230322080007689 2025-03-14 03:00:52.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/vmwgfx_drm.h' (106,479) at 20240405153052905 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb' (106,480) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_fw.c' (106,481) at 20240830080013287 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt6795-pm-domains.h' (106,482) at 20240405153231347 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-olinuxino-micro.dts' (106,483) at 20210308005002620 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-runtime-gvec.c' (106,484) at 20240326080039366 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h' (106,485) at 20240405153050121 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/vl_probe.c' (106,486) at 20240405153052269 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (106,487) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/Kbuild' (106,488) at 20240405153045933 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/Makefile' (106,489) at 20240405153046193 2025-03-14 03:00:52.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/spl_s10.c' (106,490) at 20210308005002780 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via-core.c' (106,491) at 20240405153052225 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch' (106,492) at 20241221090017640 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf-vmalloc.h' (106,493) at 20210307214931550 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/iMatix' (106,494) at 20211006000025246 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/filter.h' (106,495) at 20240405153231807 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_spi.h' (106,496) at 20210308005002716 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi' (106,497) at 20240405153045473 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/socionext,synquacer-exiu.yaml' (106,498) at 20240405153045085 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/armv4-fix-v4bx.patch' (106,499) at 20231014080011723 2025-03-14 03:00:52.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-console.c' (106,500) at 20210308005045765 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/MAINTAINERS' (106,501) at 20210308005002972 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma1_qm_regs.h' (106,502) at 20240405153046573 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/omapl138_lcdk.c' (106,503) at 20210308005002952 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pylkonmaki_Karankajarvi' (106,504) at 20210307205553774 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi' (106,505) at 20210308005002612 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm.h' (106,506) at 20220525020655227 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/ttm_object.h' (106,507) at 20240405153048789 2025-03-14 03:00:52.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/Kconfig.debug' (106,508) at 20240405153046265 2025-03-14 03:00:52.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/hooks.c' (106,509) at 20240910080014098 2025-03-14 03:00:52.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mt352_priv.h' (106,510) at 20210307214928634 2025-03-14 03:00:52.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Status/meson.build' (106,511) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-process.rst' (106,512) at 20230925080039841 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-npcm/platsmp.c' (106,513) at 20240405153229911 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borgafjall' (106,514) at 20210307205553778 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/paths.cpp' (106,515) at 20241003080023049 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-roc-pc.dts' (106,516) at 20240405153229967 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_abi16.h' (106,517) at 20240405153230603 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/0001-nsswitch.y-Replace-empty-bison-extension.patch' (106,518) at 20210407000018082 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/Kconfig' (106,519) at 20220525020654863 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/copro.h' (106,520) at 20210307214926374 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_private.h' (106,521) at 20210308005003496 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000_param.c' (106,522) at 20240405153049969 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/handler_impl.hpp' (106,523) at 20240820080007201 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lasi_82596.h' (106,524) at 20240906080037336 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/memalign.c' (106,525) at 20220429100100962 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/288.out' (106,526) at 20210308005046469 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7793.h' (106,527) at 20210308005002768 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c' (106,528) at 20240405153054273 2025-03-14 03:00:52.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_ierb.c' (106,529) at 20240405153230939 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/rtd520.c' (106,530) at 20240405153046905 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json' (106,531) at 20240403080018482 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/mpc52xx-psc.c' (106,532) at 20210307214926362 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/exynos-bus.c' (106,533) at 20240405153046977 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6q-ddr.h' (106,534) at 20210308005002648 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-jpegcomp.rst' (106,535) at 20220525020651786 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-gcm-p10-glue.c' (106,536) at 20240405153230027 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/digi_acceleport.c' (106,537) at 20240405153052129 2025-03-14 03:00:52.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/tishift.S' (106,538) at 20210307214926498 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_transport.h' (106,539) at 20210307214931586 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/rcar_iic.c' (106,540) at 20210308005003384 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/htab_mem_bench.c' (106,541) at 20240405153232259 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ring.h' (106,542) at 20220525020652891 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml' (106,543) at 20240405153045137 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/MAINTAINERS' (106,544) at 20210308005003008 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/icrdma_hw.c' (106,545) at 20240405153230711 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/archsetjmp.h' (106,546) at 20240613080016375 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_ptp.c' (106,547) at 20240405153230919 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c' (106,548) at 20240405153230923 2025-03-14 03:00:52.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/addac/Kconfig' (106,549) at 20240405153048965 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_template_lib.c' (106,550) at 20241125090012267 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_rx.c' (106,551) at 20240405153049937 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricDefinition_v1.xml' (106,552) at 20240619080002928 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/hpet.c' (106,553) at 20210307214926270 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_xdp.h' (106,554) at 20240405153231871 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armsse-mhu.h' (106,555) at 20210927100127237 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_cmm.c' (106,556) at 20240405153230631 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/tlb-r3k.c' (106,557) at 20240405153046041 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-ad7280a' (106,558) at 20240405153044917 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/io.c' (106,559) at 20210307214926570 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/heartbeat.c' (106,560) at 20220525020653367 2025-03-14 03:00:52.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/serial.h' (106,561) at 20241211090212358 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/dns325.h' (106,562) at 20210308005002952 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c' (106,563) at 20240405153050033 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3188-cru-common.h' (106,564) at 20210308005003632 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/axp223.dtsi' (106,565) at 20240405153045373 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gk104.c' (106,566) at 20220525020652971 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_g2d.h' (106,567) at 20240405153048417 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/0001-tftp-Mark-toplevel-definition-as-external.patch' (106,568) at 20210307205553822 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/mips/booting.rst' (106,569) at 20240405153229835 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts' (106,570) at 20240405153045713 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/boot/Makefile' (106,571) at 20220525020652114 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml' (106,572) at 20210309003648344 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig' (106,573) at 20210308005003268 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml' (106,574) at 20240405153045141 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_lockup.c' (106,575) at 20220525020654759 2025-03-14 03:00:52.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/safe_serial.c' (106,576) at 20210307214930870 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adm1031.rst' (106,577) at 20210309003648424 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-417.c' (106,578) at 20210309003650380 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_SDCARD_defconfig' (106,579) at 20210308005003244 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_eswitch.h' (106,580) at 20240405153050001 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000_osdep.h' (106,581) at 20210307214929430 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/config.mk' (106,582) at 20210308005002904 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/log.py' (106,583) at 20230401080011979 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/c-octeon.c' (106,584) at 20240405153046037 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mpc8xx_fec.c' (106,585) at 20210308005003436 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.h' (106,586) at 20210307205554566 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-marshal.h' (106,587) at 20220429100100426 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/scripts/define2mk.sed' (106,588) at 20210308005003772 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa25x.h' (106,589) at 20240405153045677 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_pm.c' (106,590) at 20240613080016423 2025-03-14 03:00:52.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt8173-resets.h' (106,591) at 20240405153052653 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mempolicy.c' (106,592) at 20241216090017781 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/Makefile' (106,593) at 20210307214926270 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/winmacro.h' (106,594) at 20210307214926590 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/vm_helper.h' (106,595) at 20210307214927310 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/watchdog/watchdog-test.c' (106,596) at 20241211090145577 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-options.hx' (106,597) at 20241211090212450 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mux_codec.h' (106,598) at 20240405153050969 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/intel,lgm-ebunand.yaml' (106,599) at 20240405153045113 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/lunmgt.c' (106,600) at 20210307214930302 2025-03-14 03:00:52.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv8/cpu.h' (106,601) at 20210308005002672 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/devlink-user.h' (106,602) at 20240405153232215 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/dcsr.txt' (106,603) at 20240405153229787 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-event.c' (106,604) at 20240910080014046 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit_tool_test.py' (106,605) at 20240405153232247 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/adp-ae3xx.h' (106,606) at 20210308005003584 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/net/bpf_jit_comp.c' (106,607) at 20241211090145377 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_hwmon.c' (106,608) at 20240405153050197 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/tests.py' (106,609) at 20241206090014290 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/attach_probe.c' (106,610) at 20240405153054245 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/errno_defs.h' (106,611) at 20240326080039390 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/gpio-fsi/fsi0/slave@00--00/00--00--00--0a/fsi1/slave@01--00/01--01--00--06/sbefifo2-dev0/occ-hwmon.2.conf' (106,612) at 20210307205553694 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m01406c3363.dtsi' (106,613) at 20210308005002868 2025-03-14 03:00:52.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/seccomp/config' (106,614) at 20210309003656020 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/nohash_low.S' (106,615) at 20220525020652062 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati.c' (106,616) at 20241211090212266 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/eeprom.c' (106,617) at 20240405153232015 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-lan966x.c' (106,618) at 20240405153046781 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_diag.c' (106,619) at 20241216090017797 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/abi-removed.rst' (106,620) at 20240405153229735 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_ethernet_interface.hpp' (106,621) at 20240822080023969 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.ioapic2' (106,622) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/clocksource.h' (106,623) at 20210307214926114 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kasan.h' (106,624) at 20240405153231815 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-is2.dts' (106,625) at 20210308005002592 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvram.h' (106,626) at 20210307214931462 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/p1022ds.c' (106,627) at 20210308005002988 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog_service.hpp' (106,628) at 20231124090021680 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/base.hpp' (106,629) at 20240903080027139 to deleted uid set 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml' (106,630) at 20240405153045153 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/c2p_planar.c' (106,631) at 20210307214930902 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/cpu_pll_regs.h' (106,632) at 20240405153046601 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg503.dts' (106,633) at 20240405153045821 2025-03-14 03:00:52.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.h' (106,634) at 20210307214927250 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_vpu.c' (106,635) at 20240405153230799 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apple/Makefile' (106,636) at 20210307214929298 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/rtla-timerlat-top.rst' (106,637) at 20240405153229831 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_superblock.c' (106,638) at 20240405153053117 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/image_typedep.py' (106,639) at 20220910030013401 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/fpu.h' (106,640) at 20210307214926554 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/block.h' (106,641) at 20241211090212354 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/as3722.h' (106,642) at 20210307214931426 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/sun6i_csi_capture.h' (106,643) at 20240405153049473 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-pinctrl.dtsi' (106,644) at 20210308005002576 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/smem.c' (106,645) at 20240405153050529 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/aspeed_dp.c' (106,646) at 20230302090047762 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/acenv.h' (106,647) at 20240405153052617 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (106,648) at 20210307205554098 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/fix-build-with-new-version-attr.patch' (106,649) at 20210307205554118 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/listener.hpp' (106,650) at 20210308005346774 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/Kconfig' (106,651) at 20210308005003024 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0004-rarpd.init-add-new-init-file.patch' (106,652) at 20230706080014749 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_ext.py' (106,653) at 20210308005003744 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e-rt1015p.dtsi' (106,654) at 20240405153045749 2025-03-14 03:00:52.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Nahuel-1-71.8W' (106,655) at 20210307205553762 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/hbm_kern.h' (106,656) at 20220525020654931 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/firmware-assisted-dump.rst' (106,657) at 20220525020651750 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hsi/cs-protocol.h' (106,658) at 20240405153052917 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-firefly.dtsi' (106,659) at 20210308005002604 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/warp_defconfig' (106,660) at 20210308005003284 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/helper.h' (106,661) at 20230925080039969 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/panic.h' (106,662) at 20240405153052757 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb' (106,663) at 20231126090012793 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs4renewd.c' (106,664) at 20220525020654443 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18271-maps.c' (106,665) at 20210307214928802 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-stm32/Kconfig' (106,666) at 20240405153045689 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/0001-Fix-gperf-3.1-incompatibility.patch' (106,667) at 20220204040022520 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pmi.h' (106,668) at 20210307214926390 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sta_cmd.c' (106,669) at 20240405153050569 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/addi_apci_2200.c' (106,670) at 20240405153046885 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/module.h' (106,671) at 20210307214931306 2025-03-14 03:00:52.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/vscsiif.h' (106,672) at 20240405153052961 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/st/clkgen-fsyn.c' (106,673) at 20240405153046849 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/btext.h' (106,674) at 20240405153046105 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/rk3399-power.h' (106,675) at 20210308005003640 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/brcmstb_nand.c' (106,676) at 20210307214929222 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/mm/tlbex.S' (106,677) at 20220525020651806 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_discard.h' (106,678) at 20240405153231779 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-proc.c' (106,679) at 20210307214932210 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/clocks2.cfg' (106,680) at 20210308005002912 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-view.c' (106,681) at 20240405153230039 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/intro.rst' (106,682) at 20240405153045193 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/marvell-cn10k-tad.yaml' (106,683) at 20240405153045125 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M54418TWR.h' (106,684) at 20210308005003576 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/sh-common' (106,685) at 20241206090014350 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.c' (106,686) at 20240405153048633 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/apple_wdt.c' (106,687) at 20241216090017749 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_device.h' (106,688) at 20210307214927858 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/irq.h' (106,689) at 20220525020652002 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533' (106,690) at 20210309003648252 2025-03-14 03:00:52.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SPIFLASH_defconfig' (106,691) at 20210308005003244 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/pcmcia/cistpl.h' (106,692) at 20210307214931578 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/mcimx6ul-evk.rst' (106,693) at 20241211090212238 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux-meson-g12a.c' (106,694) at 20240405153050345 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/s2255/s2255drv.c' (106,695) at 20240712080021069 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/separate-objdir.patch' (106,696) at 20210307205554462 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml' (106,697) at 20220315030032663 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_ip6.h' (106,698) at 20210307214931646 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb' (106,699) at 20241206090014274 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/cmd_ut_overlay.c' (106,700) at 20210308005003740 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_signal.h' (106,701) at 20220429100100650 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0001-hiredis-use-default-CC-if-it-is-set.patch' (106,702) at 20241221090017524 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/nativesdk.bbclass' (106,703) at 20241221090017608 to deleted uid set 2025-03-14 03:00:52.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_HL.c' (106,704) at 20210307214932026 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_hsc_adi.json' (106,705) at 20241213090004421 to deleted uid set 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max77650-charger.c' (106,706) at 20240405153051437 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma7660.c' (106,707) at 20240405153048937 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/mv88f5182.h' (106,708) at 20210308005002768 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_job.h' (106,709) at 20240405153048701 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsllv.c' (106,710) at 20210308005046525 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-array.json' (106,711) at 20221215040039362 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/time.h' (106,712) at 20220525020651982 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/sdio.h' (106,713) at 20210307214929734 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/trace-events' (106,714) at 20220429100100738 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/MAINTAINERS' (106,715) at 20210308005003008 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/virtual-memory.json' (106,716) at 20240405153054145 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/cortina,gemini-ethernet.yaml' (106,717) at 20240405153045117 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-keystone.c' (106,718) at 20240405153052125 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/IVRS.ivrs' (106,719) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun6i-apb0-gates.c' (106,720) at 20240405153230247 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandboxtee.h' (106,721) at 20210308005003684 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/resume-imx6.S' (106,722) at 20240405153045649 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/aspeed-video.txt' (106,723) at 20210307214925350 2025-03-14 03:00:52.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_msubu.c' (106,724) at 20210308005046505 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/.gitignore' (106,725) at 20210307214932738 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/tests/vc4_mock_crtc.c' (106,726) at 20240405153230643 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm2000.h' (106,727) at 20210307214931602 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi' (106,728) at 20240405153045841 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/.gitignore' (106,729) at 20220908030019386 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sighandling.h' (106,730) at 20240405153046397 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/colibri_t20.c' (106,731) at 20210308005003084 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/Kconfig' (106,732) at 20240405153049125 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css.c' (106,733) at 20240613080016467 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.c' (106,734) at 20240405153230351 2025-03-14 03:00:52.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc' (106,735) at 20230114040015550 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/.clang-format' (106,736) at 20241219090033960 to deleted uid set 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt8167-larb-port.h' (106,737) at 20220525020654547 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/posix_timers.c' (106,738) at 20240429080012468 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.hpp' (106,739) at 20220727030028309 to deleted uid set 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/device.h' (106,740) at 20240405153046109 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_compat.c' (106,741) at 20240405153053497 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi_aml_interface.h' (106,742) at 20230426080043756 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-bmc.yaml' (106,743) at 20210307205553698 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/udbg.c' (106,744) at 20240405153046153 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/svga_reg.h' (106,745) at 20240405153048789 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-x570d4u.dts' (106,746) at 20240809080013006 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.conf' (106,747) at 20210307205554034 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/auth_x.c' (106,748) at 20220525020654807 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c' (106,749) at 20240405153047253 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Mantyharju' (106,750) at 20210307205553770 2025-03-14 03:00:52.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/theme_overrides.css' (106,751) at 20210307205554370 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c' (106,752) at 20210307214932614 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc1ce_test.c' (106,753) at 20240405153054361 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_dccg.c' (106,754) at 20240405153230399 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/avb_verify.h' (106,755) at 20210308005003560 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/mpc8641_serdes.c' (106,756) at 20210308005002836 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/default-ca-dev/certs/authority/Quanta_CA.crt' (106,757) at 20210605000029848 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/airoha,en7523-gpio.yaml' (106,758) at 20240405153045061 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/functions/pci-epf-ntb.c' (106,759) at 20240405153051241 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/fschmd.c' (106,760) at 20240405153048853 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mchp_pfsoc_ioscb.h' (106,761) at 20230426080043764 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rastaban_defconfig' (106,762) at 20210308005003276 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/umulsidi3.S' (106,763) at 20240405153046513 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-firefly.dtsi' (106,764) at 20240405153045561 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi.h' (106,765) at 20240405153052877 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-designware-ep.c' (106,766) at 20240805080013995 2025-03-14 03:00:52.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/extable.h' (106,767) at 20240405153045853 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8ulp.c' (106,768) at 20240405153231319 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/rust-c-lib-example-crates.inc' (106,769) at 20230919080013974 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/io-mapping.c' (106,770) at 20220525020654767 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/Makefile' (106,771) at 20210307214929894 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qtest/boot-serial-test.c' (106,772) at 20240906080037568 to deleted uid set 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_rm31.c' (106,773) at 20240405153049229 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.metadata.yaml' (106,774) at 20221116040023827 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_svm.h' (106,775) at 20210309003649828 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.1.bb' (106,776) at 20241221090017684 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/jquery/jquery_3.7.1.bb' (106,777) at 20231011080016610 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/Kconfig' (106,778) at 20210309003654488 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/gp8psk.c' (106,779) at 20240405153049553 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c' (106,780) at 20240405153230527 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-isl12022.c' (106,781) at 20240405153231375 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/gpio.c' (106,782) at 20240405153051813 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ne2000-test.c' (106,783) at 20221215040039378 2025-03-14 03:00:52.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/Makefile' (106,784) at 20210308005003364 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-flash.rst' (106,785) at 20220525020651782 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller_git.bb' (106,786) at 20241221090017544 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/howto.rst' (106,787) at 20240405153045273 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/hsdk.dts' (106,788) at 20210308005002544 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/.gitignore' (106,789) at 20240405153054357 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/firmware/Kconfig' (106,790) at 20240812080017236 to deleted uid set 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/virtgpu_drm.h' (106,791) at 20240405153231867 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/local_termination.sh' (106,792) at 20240910080014102 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/idmap.h' (106,793) at 20210307214931166 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_chipcommon_sflash.c' (106,794) at 20210307214930474 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/delay.c' (106,795) at 20210309003648980 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8dxl-ss-lsio.dtsi' (106,796) at 20240405153045725 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/imu/kmx61.c' (106,797) at 20240405153048993 to deleted uid set 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/dumpfilelist' (106,798) at 20240613080020632 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/iccsense.h' (106,799) at 20210307214927906 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/irq-common.h' (106,800) at 20210307214925890 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/Makefile' (106,801) at 20210307214926338 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/ep93xx_defconfig' (106,802) at 20240405153045613 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/md5-glue.c' (106,803) at 20210307214926370 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/OWNERS' (106,804) at 20220528030012045 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/nft_flow_offload.c' (106,805) at 20240405153232063 to deleted uid set 2025-03-14 03:00:52.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/wmi-bmof.c' (106,806) at 20240405153231347 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ExternalAccountProviderCollection.json' (106,807) at 20240619080002948 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/fb-compute-multihost/phosphor-multi-gpio-monitor.json' (106,808) at 20221216040016038 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,ufoe.yaml' (106,809) at 20240405153045041 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/esi_stub.S' (106,810) at 20240405153229991 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/Kconfig' (106,811) at 20210308005003032 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/get_branch_snapshot.c' (106,812) at 20240405153054253 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hwio.h' (106,813) at 20240405153048589 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-mem2mem.rst' (106,814) at 20210307214925466 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/checkpoint.c' (106,815) at 20241211090145513 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/sniper.h' (106,816) at 20210308005003016 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checkdeclares.pl' (106,817) at 20220525020654939 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch' (106,818) at 20240106090017241 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h' (106,819) at 20220525020652506 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/cppi_dma.h' (106,820) at 20240405153231563 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_desktop_database' (106,821) at 20210307205554642 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/rga.c' (106,822) at 20240405153230811 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_LED.c' (106,823) at 20241216090017793 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_dma_buf.h' (106,824) at 20210309003653940 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-kona.c' (106,825) at 20240405153046777 2025-03-14 03:00:52.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/godson2.decode' (106,826) at 20241211090212494 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/qos_tracepoint.h' (106,827) at 20220525020653583 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/event.c' (106,828) at 20210307214929966 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8850.dtsi' (106,829) at 20240405153045609 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-sdx55.dtsi' (106,830) at 20240405153229895 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx_csbcpb.h' (106,831) at 20220525020652390 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/woodburn.h' (106,832) at 20210308005003624 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/sysfs.rst' (106,833) at 20240405153045209 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/bvme6000/Makefile' (106,834) at 20210307214926138 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-poison.c' (106,835) at 20220525020655227 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qmp-shell-wrap' (106,836) at 20221215040039270 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/usb/usbip/usbip_test.sh' (106,837) at 20210307214932670 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa7127.c' (106,838) at 20240405153049337 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_debugfs.h' (106,839) at 20210307214928446 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/daca.c' (106,840) at 20220525020655015 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_rxnfc.c' (106,841) at 20240405153049909 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/max98090.h' (106,842) at 20210307214931598 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt8167.c' (106,843) at 20240405153231323 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/rb532_button.c' (106,844) at 20210307214928486 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/Kconfig' (106,845) at 20240812080017248 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/evb_rk3036.c' (106,846) at 20210308005003040 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfsroot.c' (106,847) at 20240405153231699 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml' (106,848) at 20240405153045173 2025-03-14 03:00:52.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-dummy-sink.yaml' (106,849) at 20240405153229751 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt8195-memory-port.h' (106,850) at 20240405153052649 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8660.c' (106,851) at 20240405153051465 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml' (106,852) at 20210309003648356 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/versatile/Kconfig' (106,853) at 20210307214930450 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc' (106,854) at 20210812000025174 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-enable.service' (106,855) at 20210307205554050 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/itest.sa' (106,856) at 20210307214926150 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/allwinner-r40.h' (106,857) at 20240906080037328 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen_dma.c' (106,858) at 20220525020652991 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-before-write.h' (106,859) at 20241211090212210 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/Kconfig' (106,860) at 20240405153046629 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/kvm_types.h' (106,861) at 20210309003648832 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/volatile-considered-harmful.rst' (106,862) at 20240405153045277 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v4.2.c' (106,863) at 20240405153050341 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in3_master_regs.h' (106,864) at 20240405153046585 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cio_debugfs.c' (106,865) at 20220525020653963 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/igb_ptp.c' (106,866) at 20240405153230983 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/hecubafb.c' (106,867) at 20240405153231583 2025-03-14 03:00:52.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/vax_helper.c' (106,868) at 20210308005046261 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-max77693.c' (106,869) at 20220525020653211 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h' (106,870) at 20210307214932706 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/mpc8315erdb.c' (106,871) at 20210308005002976 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/parade-ps8640.c' (106,872) at 20240405153230527 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/dmi-id.c' (106,873) at 20240613080016387 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/Makefile' (106,874) at 20210308005003000 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/da_monitor_synthesis.rst' (106,875) at 20240405153229831 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch' (106,876) at 20241221090017488 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958622hr/MAINTAINERS' (106,877) at 20210308005002940 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/kexec.h' (106,878) at 20240405153230111 to deleted uid set 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/mmu_context.h' (106,879) at 20220525020651970 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/Makefile' (106,880) at 20210308005002552 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/Makefile' (106,881) at 20210308005002952 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M52277EVB_defconfig' (106,882) at 20210308005003236 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/uapi/asm/sigcontext.h' (106,883) at 20220525020651970 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_git.bb' (106,884) at 20241221090017576 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/rockchip_timer.c' (106,885) at 20210308005003500 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/nyan-big.c' (106,886) at 20210308005003024 2025-03-14 03:00:52.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/irq/irq-domain.rst' (106,887) at 20240405153045289 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_drv.c' (106,888) at 20240405153048361 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (106,889) at 20241031080012183 to deleted uid set 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/balloon.c' (106,890) at 20240326080039630 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/prctl.c' (106,891) at 20210307214932578 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_common.c' (106,892) at 20240405153230971 to deleted uid set 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Viksjo' (106,893) at 20210307205553794 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/aspeed_i3c.c' (106,894) at 20241211090212282 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-2.0' (106,895) at 20210307205554422 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/multiq.json' (106,896) at 20240405153054377 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/floating-point.json' (106,897) at 20240405153054145 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/jz4780.dtsi' (106,898) at 20240405153045989 2025-03-14 03:00:52.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/pgalloc.h' (106,899) at 20240405153230019 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-shadow-virtqueue.c' (106,900) at 20241211090212346 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x-pcb8291.dts' (106,901) at 20240405153045469 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/nl_policy.c' (106,902) at 20210307214931934 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/stm32-mdma.c' (106,903) at 20240405153230287 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/machine/zaius.conf' (106,904) at 20230927080013510 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/tw9910.h' (106,905) at 20220525020654631 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-ipq5018.h' (106,906) at 20240405153231795 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sysfs.h' (106,907) at 20240405153052805 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bifurcation/bifurcation_static.cpp' (106,908) at 20231103080005832 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/reproducible-build.patch' (106,909) at 20241206090014262 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/SnmpAlerts/ModalAddDestination.vue' (106,910) at 20241004080035975 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/config.h' (106,911) at 20240405153054185 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/Makefile' (106,912) at 20210308005002888 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema-v1.json' (106,913) at 20240529080008499 to deleted uid set 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-u-boot.dtsi' (106,914) at 20210308005002588 2025-03-14 03:00:52.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/irq.h' (106,915) at 20240405153046245 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/qspinlock_stat.h' (106,916) at 20210307214931742 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/timer.c' (106,917) at 20240405153045673 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native/fb_host_settings.override.yml' (106,918) at 20240625080012792 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc.h' (106,919) at 20240405153230803 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tmc.h' (106,920) at 20240405153048893 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml' (106,921) at 20221207040023631 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/gammurc' (106,922) at 20210307205553878 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/saa7134-cardlist.rst' (106,923) at 20210307214925234 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/comedi.h' (106,924) at 20240405153052909 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.60.03.bb' (106,925) at 20241221090017516 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-jcore.c' (106,926) at 20240405153231463 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/hostname_monitor.hpp' (106,927) at 20240817080003175 to deleted uid set 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/xctr.c' (106,928) at 20240405153046553 2025-03-14 03:00:52.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-pinfunc.h' (106,929) at 20240405153045537 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/maintainer-handbooks.rst' (106,930) at 20240405153045277 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/kernel/cpufeature.c' (106,931) at 20240815080012867 to deleted uid set 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-dma.cfg' (106,932) at 20220804030014671 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr32.dts' (106,933) at 20210308005003760 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-unknown.err' (106,934) at 20210308005046401 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc128s052.yaml' (106,935) at 20240405153045073 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/spl.h' (106,936) at 20210308005002960 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel6.svg' (106,937) at 20240405153044933 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-div.c' (106,938) at 20220429100100942 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/max1600.h' (106,939) at 20210307214930042 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_vf.h' (106,940) at 20210308005003588 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/bblayers.conf.sample' (106,941) at 20240323080013545 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts' (106,942) at 20240405153045425 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/ingenic-sysost.c' (106,943) at 20220525020652342 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcmda12.c' (106,944) at 20240405153046901 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v11_0.h' (106,945) at 20240405153230511 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/0001-configure.ac-Rename-to-configure.ac-and-use-external.patch' (106,946) at 20210307205553974 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-harden.yml' (106,947) at 20210307205554110 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/meson.build' (106,948) at 20241205090004239 to deleted uid set 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/param.h' (106,949) at 20210307214926762 2025-03-14 03:00:52.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/compatible_system_types_finder.hpp' (106,950) at 20240809080033019 to deleted uid set 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-palmas.c' (106,951) at 20240405153231327 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp_mon.c' (106,952) at 20240405153050433 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/st_magn_buffer.c' (106,953) at 20240405153049005 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/Kconfig' (106,954) at 20240405153231951 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/howto.rst' (106,955) at 20240405153045245 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/imx-tve.c' (106,956) at 20240405153048557 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/images/npcm8xx-bootloader_%.bbappend' (106,957) at 20240727080014098 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/TODO' (106,958) at 20240405153051817 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/usbarmory.c' (106,959) at 20210308005003008 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9261.dtsi' (106,960) at 20240405153229875 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-crop.rst' (106,961) at 20220525020651786 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/voltage-omap.h' (106,962) at 20240405153052773 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/pptp.h' (106,963) at 20240405153052861 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/cache.json' (106,964) at 20240405153054113 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_cprman.c' (106,965) at 20241211090212294 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/quartet.c' (106,966) at 20240405153232135 2025-03-14 03:00:52.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/list_utils.robot' (106,967) at 20240627080021048 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/ptrace.c' (106,968) at 20240405153045353 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/palmas.c' (106,969) at 20210308005003468 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-3.dtsi' (106,970) at 20210307214926018 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/poky-ref-manual.png' (106,971) at 20210307205554370 to deleted uid set 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/subprojects/.clang-tidy-ignore' (106,972) at 20230512080010312 to deleted uid set 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_debugfs.h' (106,973) at 20240405153231791 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/special-register-buffer-data-sampling.rst' (106,974) at 20220525020651642 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dpia.h' (106,975) at 20240405153047297 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/secureboot/secureboot.robot' (106,976) at 20210308005007116 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rscreate.c' (106,977) at 20210307214926838 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/axg-pdm.c' (106,978) at 20240405153232187 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb' (106,979) at 20241221090017532 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_hw_37xx_reg.h' (106,980) at 20240405153230163 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2-common.dtsi' (106,981) at 20210308005002592 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/usbhid.h' (106,982) at 20210307214928106 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/test/meson.build' (106,983) at 20231130090008394 to deleted uid set 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/iuu_phoenix.c' (106,984) at 20240405153052133 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pll_config.h' (106,985) at 20210308005002912 2025-03-14 03:00:52.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/inode.c' (106,986) at 20240405153231691 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/qcs404.c' (106,987) at 20240405153230735 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-dhcom-picoitx.dtsi' (106,988) at 20240405153045509 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/xlnx_dp.h' (106,989) at 20221215040039178 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops/ffs.h' (106,990) at 20210308005002824 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/led.h' (106,991) at 20220525020653751 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc' (106,992) at 20220223040020636 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpm2.h' (106,993) at 20240405153230027 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state.bb' (106,994) at 20241206090014310 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap36xx-am35xx-omap3430es2plus-clocks.dtsi' (106,995) at 20240405153045605 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/keysetup_v1.c' (106,996) at 20240405153052321 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_NAND_defconfig' (106,997) at 20210308005003244 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-hp6xx/pm_wakeup.S' (106,998) at 20210307214926538 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_audio.c' (106,999) at 20220525020652835 to deleted uid set 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/tny_a9260.dts' (107,000) at 20240405153045473 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc4_cfg_regs.h' (107,001) at 20240405153046605 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/pxa/Kconfig' (107,002) at 20240405153051765 2025-03-14 03:00:52.524-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/helper.h' (107,003) at 20220429100100834 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/msl_verify.cpp' (107,004) at 20240621080016857 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/vde.c' (107,005) at 20240405153230807 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-resv.c' (107,006) at 20240405153230275 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_topology.py' (107,007) at 20241211090212542 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/conntrack_tcp_unreplied.sh' (107,008) at 20220525020655223 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/tao3530.h' (107,009) at 20210308005003072 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/asm-offsets.h' (107,010) at 20210307214926058 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_spi.c' (107,011) at 20210308005003472 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-lvds-display.dtsi' (107,012) at 20240405153045481 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ttable.h' (107,013) at 20210307214926586 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/cpu.c' (107,014) at 20210307214926590 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c' (107,015) at 20240913080013801 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/net/slirp.c' (107,016) at 20240906080037376 to deleted uid set 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/perf_event.c' (107,017) at 20210307214926562 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/selftest.h' (107,018) at 20210307214929622 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-tobi.dts' (107,019) at 20240405153045605 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c' (107,020) at 20240405153230615 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/abt,y030xx067a.yaml' (107,021) at 20240405153045041 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-pyra.h' (107,022) at 20210307214928098 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/net/Makefile' (107,023) at 20210307214930598 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_timerlat_aa.rst' (107,024) at 20240405153045265 2025-03-14 03:00:52.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/omap3_dss.c' (107,025) at 20210308005003532 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/kvm_guest.config' (107,026) at 20240405153231903 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/vpif_display.c' (107,027) at 20240405153049477 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_port.c' (107,028) at 20240405153050085 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bpqether.h' (107,029) at 20210307214931626 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/df_v1_7.h' (107,030) at 20210307214927230 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/images/integrity-image-minimal.bb' (107,031) at 20240301090012439 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCAccountService.v1_0_0.json' (107,032) at 20240724080002903 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/p80211req.c' (107,033) at 20240405153051953 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.h' (107,034) at 20210307214930274 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/exfat/fatent.c' (107,035) at 20240405153052333 to deleted uid set 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f2u12x35_hsbp.json' (107,036) at 20220601030005865 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/ashiftrt.S' (107,037) at 20210307214926570 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/nvme/NVMeSensor.hpp' (107,038) at 20241112090003102 to deleted uid set 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.8-default-ecdh-curve-name.patch' (107,039) at 20230706080014749 2025-03-14 03:00:52.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/README' (107,040) at 20210308005002992 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu.h' (107,041) at 20241211090212482 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/DriveCollection_v1.xml' (107,042) at 20240619080002924 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/86xx/Makefile' (107,043) at 20240405153046201 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_power.c' (107,044) at 20210307214930674 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/wm8994.c' (107,045) at 20210308005003488 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ramoops' (107,046) at 20221207040029651 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/Makefile' (107,047) at 20240405153046201 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/k3-psil.h' (107,048) at 20220525020654563 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Core.pm' (107,049) at 20210307214932566 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/Kconfig.debug' (107,050) at 20210307214926106 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/th' (107,051) at 20210308005046149 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-ethernet.dtsi' (107,052) at 20240405153045809 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/core.c' (107,053) at 20210308005003412 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0002-yasm-Use-BUILD_DATE-for-reproducibility.patch' (107,054) at 20240413080012655 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/sensor_utils.hpp' (107,055) at 20241015080002911 to deleted uid set 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-cavium.c' (107,056) at 20240405153050345 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow-memscan.c' (107,057) at 20240405153053105 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0006-replace-sym_iterator-0-with-sym_iterator.patch' (107,058) at 20210407000018082 2025-03-14 03:00:52.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_dmic.c' (107,059) at 20240405153054013 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/corenet_ds.h' (107,060) at 20210308005003592 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/layer.conf' (107,061) at 20241221090017484 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vdagent.c' (107,062) at 20240906080037588 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/traps.h' (107,063) at 20240405153045865 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/greybus_id.h' (107,064) at 20210307214931394 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-controller.yaml' (107,065) at 20240405153045173 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grukdump.c' (107,066) at 20210307214929174 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi_port_common.h' (107,067) at 20240405153050293 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-h3-r.c' (107,068) at 20240405153231339 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp-term.sh' (107,069) at 20241103090011526 to deleted uid set 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_perf.c' (107,070) at 20240405153054265 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/uv_sysfs.c' (107,071) at 20240405153051417 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/ls1012ardb.c' (107,072) at 20210308005002964 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_sessions_management.robot' (107,073) at 20240420080019489 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/dpaa.config' (107,074) at 20210307214926366 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/hisilicon-thermal.txt' (107,075) at 20210309003648396 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/Kconfig' (107,076) at 20210309003654480 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pm9263_defconfig' (107,077) at 20210308005003276 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm9hmidc.dtsi' (107,078) at 20240405153045433 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ia_css_fpn_param.h' (107,079) at 20210307214930558 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/setget_sockopt.c' (107,080) at 20240405153054273 2025-03-14 03:00:52.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-dai-adda.c' (107,081) at 20240405153053969 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake' (107,082) at 20241206090014286 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-debix-som-a.dtsi' (107,083) at 20240405153229927 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_microblaze_s3adsp1800.py' (107,084) at 20241211090212538 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' (107,085) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/patch.c' (107,086) at 20240405153053013 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff' (107,087) at 20220105012522991 to deleted uid set 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_mtk.c' (107,088) at 20240613080016467 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml' (107,089) at 20240405153045021 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/pressure/zpa2326.c' (107,090) at 20240405153049009 to deleted uid set 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdmi_chmap.c' (107,091) at 20240913080013865 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ramfb-standalone.c' (107,092) at 20240906080037216 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/Makefile.softmmu-target' (107,093) at 20240326080039746 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi' (107,094) at 20240405153045589 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb' (107,095) at 20220204040022676 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/unRAR' (107,096) at 20210307205553870 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/Makefile' (107,097) at 20210308005003072 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-eth.c' (107,098) at 20210308005002552 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/psc.c' (107,099) at 20210308005002720 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-kernel-version.bbclass' (107,100) at 20210811000030029 2025-03-14 03:00:52.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_elbc_nand.c' (107,101) at 20210308005003412 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kfifo/record-example.c' (107,102) at 20240405153053429 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/Makefile' (107,103) at 20240405153231023 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-ioctl.h' (107,104) at 20210307214928690 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts' (107,105) at 20240405153229919 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/mdpy-defs.h' (107,106) at 20210309003654520 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptvf.h' (107,107) at 20240405153046961 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32h743-disco.h' (107,108) at 20210308005003616 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi' (107,109) at 20240405153229863 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/fat_write.c' (107,110) at 20210308005003544 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x-midi.c' (107,111) at 20240405153232123 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/realtek-mdio.c' (107,112) at 20240405153230911 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/Makefile' (107,113) at 20210308005003080 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/lattice-sysconfig.h' (107,114) at 20240405153047057 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_NPT.c' (107,115) at 20210309003654368 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-ppc_82xx.txt' (107,116) at 20210308005003012 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/distro/openbmc-fp5280g3.conf' (107,117) at 20240712080022837 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/write-threshold.c' (107,118) at 20240906080037156 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-base-ld20.c' (107,119) at 20210308005002792 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-h264.c' (107,120) at 20240405153049473 2025-03-14 03:00:52.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/pv.c' (107,121) at 20240405153230087 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/thread-context.c' (107,122) at 20230426080043964 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/Makefile' (107,123) at 20210308005002920 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/mmap-alloc.c' (107,124) at 20230925080040113 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobCollection.json' (107,125) at 20240619080002948 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/palmas_gpadc.c' (107,126) at 20240405153230691 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi' (107,127) at 20240405153045525 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/toshiba,tmpv770x.h' (107,128) at 20240405153052653 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-isolation.inc' (107,129) at 20210307205554058 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/interface_ops.hpp' (107,130) at 20230511080029431 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/instructions.h' (107,131) at 20210309003656012 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/141' (107,132) at 20240326080039730 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c' (107,133) at 20240405153047169 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/u-boot.h' (107,134) at 20210308005002852 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/fan-errors.yaml' (107,135) at 20210307205553698 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png' (107,136) at 20210307205554462 to deleted uid set 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/cma3000_d0x.rst' (107,137) at 20210307214925514 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_drv.h' (107,138) at 20220525020653015 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_unicode.c' (107,139) at 20241111090012145 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/fw.c' (107,140) at 20210309003651816 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/block-ram-registrar.h' (107,141) at 20221215040039194 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/altera_jtaguart.txt' (107,142) at 20210308005003308 2025-03-14 03:00:52.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c' (107,143) at 20240405153230331 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.c' (107,144) at 20210308005003456 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/fsl,vf610-dac.yaml' (107,145) at 20220525020651678 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/_testing.py' (107,146) at 20210308005003748 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml' (107,147) at 20240405153045117 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/libtizen.h' (107,148) at 20210308005003656 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_procfs.c' (107,149) at 20240405153049725 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control_%.bbappend' (107,150) at 20241206090014278 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-set-mute.rst' (107,151) at 20220525020654131 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mc13783-regulator.c' (107,152) at 20240405153051469 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json' (107,153) at 20240717080015719 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/landisk_defconfig' (107,154) at 20240405153046309 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/LICENSE' (107,155) at 20220315100011431 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_lrc_reg.h' (107,156) at 20240405153048493 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/cryptouser.h' (107,157) at 20210307214931310 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/alcor_pci.c' (107,158) at 20240405153049629 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/OWNERS' (107,159) at 20241126090032707 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_ints___bool.c' (107,160) at 20210307214932642 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/head.cfg' (107,161) at 20240614080012950 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/tools/Makefile' (107,162) at 20210307214926574 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml' (107,163) at 20240405153045013 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ia_css_sdis2.host.c' (107,164) at 20240405153051837 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx-endian.c' (107,165) at 20210308005045749 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9132-db.dts' (107,166) at 20220525020651918 2025-03-14 03:00:52.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/interfaces/metric.hpp' (107,167) at 20221103030050756 to deleted uid set 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_pkttype.h' (107,168) at 20210307214931646 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/csky,mpintc.txt' (107,169) at 20210307214925342 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/virtio/virtio.rst' (107,170) at 20240405153045197 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot' (107,171) at 20210307205554274 to deleted uid set 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/RoleCollection.json' (107,172) at 20240619080002952 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.h' (107,173) at 20210605000027720 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/sample-raw.c' (107,174) at 20220525020655175 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/xilinx_sdfec.rst' (107,175) at 20210309003648432 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_pbs.c' (107,176) at 20210308005003368 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/fls64.S' (107,177) at 20240405153230095 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_cpu.h' (107,178) at 20210308005046089 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdsuper.c' (107,179) at 20240405153230867 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Task_v1.xml' (107,180) at 20240619080002936 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funcore/fun_dev.h' (107,181) at 20240405153049933 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6323-regulator.h' (107,182) at 20210307214931498 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun5i.c' (107,183) at 20240405153231335 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/reset.c' (107,184) at 20210307214926994 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fault-inject-usercopy.h' (107,185) at 20210309003653840 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCGL-UK-2.0' (107,186) at 20211006000025238 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/trats.h' (107,187) at 20210308005003620 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.c' (107,188) at 20210307214929910 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (107,189) at 20211015100030976 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-sdk7780.c' (107,190) at 20210307214926546 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/EINTR_wrappers.c' (107,191) at 20210308005111457 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.json' (107,192) at 20210308005046401 2025-03-14 03:00:52.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/dma-fence-array.c' (107,193) at 20241216090017693 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/sifive_pdma.c' (107,194) at 20220429100100462 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_update_frags.c' (107,195) at 20240405153054281 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si2168.c' (107,196) at 20240405153049293 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tpa6130a2.h' (107,197) at 20210307214932346 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/gtp.h' (107,198) at 20240405153052917 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/cbe_regs.c' (107,199) at 20240405153230051 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts' (107,200) at 20241115090012941 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgm107.fuc5.h' (107,201) at 20210307214927938 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/set-tz.c' (107,202) at 20210307214932730 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/test/event.hpp' (107,203) at 20230511080009359 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ad-Andorra' (107,204) at 20210307205553762 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/st_magn.h' (107,205) at 20240405153049005 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_stats.c' (107,206) at 20240405153231063 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/win32-kbd-hook.c' (107,207) at 20210308005046553 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_mem.h' (107,208) at 20210307214927082 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ptp.c' (107,209) at 20240405153230999 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/idle_monitors.h' (107,210) at 20210307214932618 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/Makefile' (107,211) at 20210308005003080 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mediatek,mt7981-clk.h' (107,212) at 20240405153052645 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nokia_rx51' (107,213) at 20210308005003296 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-flyvideo.c' (107,214) at 20210307214928782 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/MAINTAINERS' (107,215) at 20210308005002944 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/hopper_vp3028.h' (107,216) at 20210307214928702 2025-03-14 03:00:52.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/barrier.h' (107,217) at 20240405153046245 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-help.c' (107,218) at 20240405153054097 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_error.c' (107,219) at 20240405153231443 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/MAINTAINERS' (107,220) at 20210308005003032 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gwventana_nand_defconfig' (107,221) at 20210308005003260 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/Kconfig' (107,222) at 20210307214932438 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/cve-2018-10195.patch' (107,223) at 20210307205554458 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Disable-documentation-directory-altogether.patch' (107,224) at 20230520080014500 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table_helper.c' (107,225) at 20220525020652490 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx64.dts' (107,226) at 20240405153045433 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_d.c' (107,227) at 20210308005046509 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/testresults/testresults.json' (107,228) at 20210812000025314 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_hcall.c' (107,229) at 20240906080037284 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/mips64.config' (107,230) at 20240405153054381 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_div.h' (107,231) at 20240405153230247 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sar.h' (107,232) at 20240405153050661 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkenvimage.c' (107,233) at 20210308005003768 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/kaslr.c' (107,234) at 20240405153046469 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/README' (107,235) at 20210308005002968 2025-03-14 03:00:52.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/main.c' (107,236) at 20210308005003360 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/spu.h' (107,237) at 20210307214926490 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/meta-virtualization.yml' (107,238) at 20241206090014206 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/README.md' (107,239) at 20230202040011970 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_device.c' (107,240) at 20240405153049857 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/upgrade_options_processing.patch' (107,241) at 20230706080014769 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/facebook-bmc-flash-layout.dtsi' (107,242) at 20240405153045421 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/debug.h' (107,243) at 20210307214929774 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/cx2341x.h' (107,244) at 20210307214931542 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/video-mode.c' (107,245) at 20210307214926750 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel/meson.build' (107,246) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.metadata.yaml' (107,247) at 20220430030026016 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/crypto.c' (107,248) at 20240405153053201 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-clone-metadata.c' (107,249) at 20240830080013267 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/th_csr.c' (107,250) at 20240906080037528 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-openrd.dtsi' (107,251) at 20240405153045457 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/io.c' (107,252) at 20240405153045353 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PhysicalContext.json' (107,253) at 20240918080002724 2025-03-14 03:00:52.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh' (107,254) at 20220405030025645 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/FACP.nosmm' (107,255) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tty/serial/serial_port.c' (107,256) at 20240624080012800 to deleted uid set 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si570.c' (107,257) at 20240405153046781 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/asm.h' (107,258) at 20240405153230111 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/Makefile' (107,259) at 20210307214926994 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/coreboot_table.h' (107,260) at 20240405153047045 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.json' (107,261) at 20210927100127469 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/pcap_kern.c' (107,262) at 20240405153046341 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants/0001-Change-hash-bang-to-python3.patch' (107,263) at 20220402030016183 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/tui/util.c' (107,264) at 20240405153232235 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/cpu.h' (107,265) at 20240405153046413 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertywatchgentest.cpp' (107,266) at 20210308005108057 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/phy.h' (107,267) at 20210308005003000 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cml1.bbclass' (107,268) at 20241221090017608 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb' (107,269) at 20241206090014270 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/linker_lists.rst' (107,270) at 20210308005002536 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/mpfr/mpfr_4.2.1.bb' (107,271) at 20241221090017696 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_secure_boot.h' (107,272) at 20210308005002840 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/riscv.c' (107,273) at 20240405153047041 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/arm64.py' (107,274) at 20240405153232247 2025-03-14 03:00:52.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/strlen.S' (107,275) at 20240405153045897 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/flow_netlink.c' (107,276) at 20240405153232067 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cacheflush.h' (107,277) at 20210307214926658 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam-stream.c' (107,278) at 20240405153053505 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_file.h' (107,279) at 20210307214930710 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-mercury5-ssc8336n-midrived08.dts' (107,280) at 20240405153045573 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-nti.c' (107,281) at 20210307214928094 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/device.h' (107,282) at 20240405153231819 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/samsung-keypad.txt' (107,283) at 20210307214925338 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/dfs_pattern_detector.c' (107,284) at 20240405153231171 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-utoo-p66.dts' (107,285) at 20240405153045377 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-commander/gnome-commander/0001-Build-fix-needed-with-taglib-2.0.patch' (107,286) at 20240413080012635 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/apparmorfs.h' (107,287) at 20240405153053465 2025-03-14 03:00:52.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/jump_label.c' (107,288) at 20240405153045361 2025-03-14 03:00:52.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/space-info.c' (107,289) at 20240812080017248 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_4_sh_mask.h' (107,290) at 20240405153047653 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/vmalloced-kernel-stacks.rst' (107,291) at 20240405153045297 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-topckgen.c' (107,292) at 20240405153230215 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.markdownlint.yaml' (107,293) at 20220315030051103 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/path.h' (107,294) at 20210308005046045 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-zynq.txt' (107,295) at 20210308005003324 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/rpc-server-gss.rst' (107,296) at 20240405153229811 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd_pinnacle.c' (107,297) at 20220525020654979 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/Kconfig' (107,298) at 20210307214929978 2025-03-14 03:00:52.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml' (107,299) at 20240405153045093 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/ulp/srp/ib_srp.c' (107,300) at 20240405153049125 to deleted uid set 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon/xlnx-vcu.h' (107,301) at 20220525020654587 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c' (107,302) at 20240405153230359 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53-pinfunc.h' (107,303) at 20210308005002584 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/utils.c' (107,304) at 20240405153053333 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/Makefile' (107,305) at 20210307214931862 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/libfdt.h' (107,306) at 20210308005003728 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c' (107,307) at 20240405153230331 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/i915_vm_bind.rst' (107,308) at 20240405153229819 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/io_mock.hpp' (107,309) at 20210427000038985 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/.clang-format' (107,310) at 20230608150615695 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/dc_common.c' (107,311) at 20210307214927266 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c' (107,312) at 20240405153048657 2025-03-14 03:00:52.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/Makefile' (107,313) at 20210308005003168 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-ipmi-oem/README.md' (107,314) at 20210308005115541 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_module.h' (107,315) at 20220525020653019 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor/checkstop.conf' (107,316) at 20210307205554050 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-2150.c' (107,317) at 20240906080037576 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra30-pinmux.yaml' (107,318) at 20240405153229787 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/cs2000.h' (107,319) at 20210307214932270 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/eth_unittest.cpp' (107,320) at 20240820080007201 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-dust.rst' (107,321) at 20210309003648268 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/parisc/index.rst' (107,322) at 20240405153044981 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu9.h' (107,323) at 20240405153048341 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-bcm2835.c' (107,324) at 20240405153051449 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/skas/stub-data.h' (107,325) at 20220525020652126 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/hwio.h' (107,326) at 20210307214929962 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/floating-point.json' (107,327) at 20240405153054137 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/opensbi.yml' (107,328) at 20240906080037132 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/core.h' (107,329) at 20210309003653828 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Facility.v1_4_2.json' (107,330) at 20240619080002948 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_pinmux.py' (107,331) at 20210308005003744 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/sigframe.h' (107,332) at 20240405153046397 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/ps3disk.c' (107,333) at 20240405153046713 2025-03-14 03:00:52.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.h' (107,334) at 20240405153047145 2025-03-14 03:00:52.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_3_sh_mask.h' (107,335) at 20240405153047625 2025-03-14 03:00:52.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/README.md' (107,336) at 20221210040020210 2025-03-14 03:00:52.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/multiconfig/muslmc.conf' (107,337) at 20220618030015178 2025-03-14 03:00:52.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis16460.c' (107,338) at 20240405153048989 2025-03-14 03:00:52.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_proc.c' (107,339) at 20210307214930238 2025-03-14 03:00:52.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/ident-with-escape.out' (107,340) at 20210308005046409 to deleted uid set 2025-03-14 03:00:52.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_2_sh_mask.h' (107,341) at 20220525020652694 2025-03-14 03:00:52.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trans_buf.c' (107,342) at 20220525020654527 2025-03-14 03:00:52.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/Makefile' (107,343) at 20210308005003080 2025-03-14 03:00:52.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/rb532/irq.c' (107,344) at 20210307214926290 2025-03-14 03:00:52.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx.h' (107,345) at 20240326080039390 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/Makefile' (107,346) at 20210308005002900 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mediatek,mt7986-wm8960.yaml' (107,347) at 20240405153229799 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/fsl-corenet-cf.c' (107,348) at 20240405153049589 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/coverity-scan.docker' (107,349) at 20230925080039989 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_qmi.c' (107,350) at 20240405153050341 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_conservative.c' (107,351) at 20240405153046913 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/orphan.c' (107,352) at 20240405153052345 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/nonstdio.c' (107,353) at 20210309003648948 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_network_verification.robot' (107,354) at 20240628080017117 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/accel.c' (107,355) at 20240415080012983 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/OWNERS' (107,356) at 20231222090014207 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/Makefile' (107,357) at 20210307214929574 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/drm.c' (107,358) at 20240405153230639 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/Kconfig' (107,359) at 20210307214932042 2025-03-14 03:00:52.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/usb.c' (107,360) at 20210308005002560 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/sienna_cichlid_ip_offset.h' (107,361) at 20220525020652815 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/chnl_net.c' (107,362) at 20240405153053201 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/analog-top.txt' (107,363) at 20210307214925270 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.json' (107,364) at 20210308005046397 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/copy_user_uncached_64.S' (107,365) at 20240405153046469 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/core.c' (107,366) at 20240906080037212 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/asm-generic/errno-base.h' (107,367) at 20210307214932478 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/base.c' (107,368) at 20220525020652959 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/yaml/server/Test.interface.yaml' (107,369) at 20220914030033172 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exdump.c' (107,370) at 20240405153046621 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/fpu.c' (107,371) at 20210819100021498 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-generate-not-static-get_dh-functions.patch' (107,372) at 20210307205553830 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_port.c' (107,373) at 20240405153231411 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/epoll/.gitignore' (107,374) at 20210307214932670 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/kexec.h' (107,375) at 20210307214926550 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_smbios.c' (107,376) at 20210308005003700 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx.reg' (107,377) at 20210307214930274 2025-03-14 03:00:52.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_conf_manager.cpp' (107,378) at 20220818100031371 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_manager_bmc.cpp' (107,379) at 20241129090023557 to deleted uid set 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/intr_hw.c' (107,380) at 20240405153048805 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig' (107,381) at 20210308005003240 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-net.cfg' (107,382) at 20230131040012019 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/gsi_reg-v5.0.c' (107,383) at 20240405153231075 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb' (107,384) at 20241206090014314 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/nios2/features.rst' (107,385) at 20240405153229743 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/putuser.S' (107,386) at 20240405153230143 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel_wm8904.c' (107,387) at 20240710080014617 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/resource_block.hpp' (107,388) at 20221229040004411 to deleted uid set 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/ipc.h' (107,389) at 20220525020654567 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mcp16502.c' (107,390) at 20240405153231363 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/numa-test.c' (107,391) at 20241211090212546 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handlers_builder.cpp' (107,392) at 20240817080027656 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/sriov.c' (107,393) at 20240405153050293 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/intel-hda-test.c' (107,394) at 20240326080039738 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-amd756.rst' (107,395) at 20210307214925506 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/pciebus-howto.rst' (107,396) at 20240405153045281 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-aspeed.c' (107,397) at 20240913080013797 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/fpga_manager.c' (107,398) at 20210308005002780 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/include/patchcheck.conf' (107,399) at 20210307214932626 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-pcm.h' (107,400) at 20210307214932286 2025-03-14 03:00:52.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hash.h' (107,401) at 20210308005003652 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/main.h' (107,402) at 20240913080013813 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto.inc' (107,403) at 20241221090017688 to deleted uid set 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/wakeup_stats.c' (107,404) at 20240405153046689 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/emif_plat.h' (107,405) at 20210307214931474 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/pwrseq_sd8787.c' (107,406) at 20240405153230851 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_qb.c' (107,407) at 20210308005046505 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb' (107,408) at 20241221090017560 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/client.2201.conf' (107,409) at 20241031080012179 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soderkoping' (107,410) at 20210307205553790 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7790-cpg-mssr.h' (107,411) at 20210308005003632 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x-u-boot.dts' (107,412) at 20210308005002604 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr_clk.h' (107,413) at 20210307214927270 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0299.h' (107,414) at 20210307214928638 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_via.c' (107,415) at 20240405153046665 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qt1010.h' (107,416) at 20220525020653315 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rk8xx-core.c' (107,417) at 20240405153230839 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-firmware-attributes' (107,418) at 20240405153229731 2025-03-14 03:00:52.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/si2157.c' (107,419) at 20240405153049533 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-common.h' (107,420) at 20240405153049793 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es7134.c' (107,421) at 20240405153053613 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/mmu.c' (107,422) at 20240405153046513 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/board.h' (107,423) at 20210308005003564 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/mm/Makefile' (107,424) at 20210307214926318 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts' (107,425) at 20210309003648756 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boras_Sjobo' (107,426) at 20210307205553778 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/test_build_time.sh' (107,427) at 20220402030016247 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-rec-carrier-range.rst' (107,428) at 20220525020651782 2025-03-14 03:00:52.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c' (107,429) at 20240405153048637 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/blockdev.c' (107,430) at 20241211090212218 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/aggregation_utils.hpp' (107,431) at 20240726080002546 to deleted uid set 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml' (107,432) at 20240405153045053 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_client.cpp' (107,433) at 20230625080034211 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/README' (107,434) at 20240405153054225 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5253DEMO.h' (107,435) at 20210308005003576 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/l64781.c' (107,436) at 20240405153049289 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/classes/gnome-help.bbclass' (107,437) at 20210812000025170 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-close.svg' (107,438) at 20210308005107065 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/lockstep.c' (107,439) at 20240906080037164 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp-target.c' (107,440) at 20230426080043796 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/perf_event_server.h' (107,441) at 20240405153046121 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.h' (107,442) at 20210307214927310 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-tls.h' (107,443) at 20230925080039933 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-proximity' (107,444) at 20240405153044917 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftwdt010_wdt.h' (107,445) at 20210308005003648 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/initramfs_data.S' (107,446) at 20210307214932746 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_w.c' (107,447) at 20210308005046509 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/pvh.S' (107,448) at 20210308005046177 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/swift/obmc/gpio/phosphor-power-supply-1.conf' (107,449) at 20210307205553702 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/starfive,jh7110-pmu.h' (107,450) at 20240405153052653 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/gruhandles.h' (107,451) at 20210307214929174 2025-03-14 03:00:52.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0002-run_program-support-timeout.patch' (107,452) at 20240413080012663 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mult.h' (107,453) at 20210307214927030 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/ppc4xx.h' (107,454) at 20240906080037336 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/musca-b1.conf' (107,455) at 20230114040015462 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/fix-build-on-non-x86.patch' (107,456) at 20231011080016574 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/bulk-streams.rst' (107,457) at 20210307214925474 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c' (107,458) at 20241104090011567 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (107,459) at 20230706080014733 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/ib62x0.c' (107,460) at 20210308005003032 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/idmouse.c' (107,461) at 20221102030020885 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/l3_3xxx.h' (107,462) at 20210309003648704 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/epiphany_47.2.bb' (107,463) at 20241221090017680 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91rm9200.h' (107,464) at 20210308005002716 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_hw.h' (107,465) at 20240405153230703 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1166dhp.dts' (107,466) at 20240405153045425 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/polaris10_pwrvirus.h' (107,467) at 20240405153048337 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Global/meson.build' (107,468) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/null.c' (107,469) at 20240906080037148 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hix5hd2-clock.h' (107,470) at 20210307214931326 2025-03-14 03:00:52.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_devlink.h' (107,471) at 20220525020653507 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/experiments/README' (107,472) at 20210308005116213 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/Kconfig' (107,473) at 20210308005045957 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/system.c' (107,474) at 20210308005002724 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctucan_core.c' (107,475) at 20240906080037260 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot' (107,476) at 20241022080014916 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/uinput.rst' (107,477) at 20220525020651738 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/ir-nec-decoder.c' (107,478) at 20240405153049513 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tls_toe.h' (107,479) at 20210307214931578 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sigcontext.h' (107,480) at 20210307214926242 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ram.h' (107,481) at 20210308005003684 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/bitsperlong.h' (107,482) at 20240906080037352 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-The-std-lib-unary-binary_function-base-classes-are-d.patch' (107,483) at 20220910030013353 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_11_0_8_sh_mask.h' (107,484) at 20240405153048109 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/debug_pagetables.c' (107,485) at 20240405153046477 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_jobctrl.c' (107,486) at 20240405153231523 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_phy.c' (107,487) at 20240405153231411 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/mx7ulp_evk.c' (107,488) at 20210308005002988 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rpmsg_types.h' (107,489) at 20220525020654675 2025-03-14 03:00:52.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_hw.h' (107,490) at 20240405153231067 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_l3_main.c' (107,491) at 20240405153231383 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da9055.c' (107,492) at 20240405153053601 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/intel-rng.c' (107,493) at 20220525020652294 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/poly_atan.c' (107,494) at 20210307214926730 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/aspeed_sdhci.h' (107,495) at 20241211090212362 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch' (107,496) at 20221120040010710 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/imx/rm.c' (107,497) at 20240405153047045 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/uvd_v3_1.c' (107,498) at 20210307214928026 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/audio.h' (107,499) at 20210307214931438 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_isr.h' (107,500) at 20220525020652378 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,bcm2711-dvp.yaml' (107,501) at 20240405153045021 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32.h' (107,502) at 20210308005002664 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/tmpf.h' (107,503) at 20210308005100993 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/bd9576_wdt.c' (107,504) at 20240613080016475 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/COPYING.MIT' (107,505) at 20240712080022833 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_h.c' (107,506) at 20210308005046509 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_capture_bytes_action.cpp' (107,507) at 20211202040052622 to deleted uid set 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soundwire/qcom,soundwire.yaml' (107,508) at 20240405153229799 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_pci_modern_dev.c' (107,509) at 20240405153052233 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_mfa2_file.h' (107,510) at 20210307214929530 2025-03-14 03:00:52.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/Kconfig' (107,511) at 20210308005002944 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.h' (107,512) at 20240405153047193 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ehci.h' (107,513) at 20210308005002724 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Husum' (107,514) at 20210307205553782 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/ivt-metrics.json' (107,515) at 20240405153054141 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/Kconfig' (107,516) at 20210308005003008 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci.h' (107,517) at 20210308005003512 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-eval-v3.dts' (107,518) at 20240405153045529 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/0001-avoid-race-condition.patch' (107,519) at 20210307205554130 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Protocol_v1.xml' (107,520) at 20240619080002932 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_epu.c' (107,521) at 20210308005002552 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8150.h' (107,522) at 20240405153049173 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/mxc_i2c.h' (107,523) at 20210308005002676 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/saa7164-i2c.c' (107,524) at 20210307214928710 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_mfc3.c' (107,525) at 20220525020653839 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/core-test.h' (107,526) at 20240405153231959 2025-03-14 03:00:52.579-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/openbmc_defconfig' (107,527) at 20240405153229907 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/trace.h' (107,528) at 20210308005045989 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw.c' (107,529) at 20210308005003448 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa27x.c' (107,530) at 20240405153045677 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/Makefile' (107,531) at 20210308005002956 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/pdr.hpp' (107,532) at 20240903080027139 to deleted uid set 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-visconti.c' (107,533) at 20241125090012251 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/cpu_loop.c' (107,534) at 20241211090212378 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Nilesat101+102-7.0W' (107,535) at 20210307205553762 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hikey960-pinctrl.dtsi' (107,536) at 20240405153045741 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/tlb.c' (107,537) at 20210308005003172 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-tid0.c' (107,538) at 20240405153054365 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/Kconfig' (107,539) at 20240405153045645 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/pxa.c' (107,540) at 20240405153231515 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_transport_spi.h' (107,541) at 20210307214931590 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-h3-h5-emlid-neutis.dtsi' (107,542) at 20240405153045397 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c' (107,543) at 20210308005002988 2025-03-14 03:00:52.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_validate.c' (107,544) at 20240405153048785 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/main.py' (107,545) at 20230925080039989 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/lg4573.c' (107,546) at 20210308005003528 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/ptp_classifier.c' (107,547) at 20240405153053221 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grumain.c' (107,548) at 20241111090012125 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3399.c' (107,549) at 20210308005003464 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/tests/odd_ptr_err.cocci' (107,550) at 20240405153053445 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/test_boot_acceptance.robot' (107,551) at 20240628080017121 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/perf-read-vdso.c' (107,552) at 20210307214932534 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5373EVB_defconfig' (107,553) at 20210308005003236 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-ns-usb3.c' (107,554) at 20240405153231307 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_histo.c' (107,555) at 20240805080013967 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Bios.v1_2_3.json' (107,556) at 20240619080002944 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_oversize_window.c' (107,557) at 20210308005108641 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-fan-config.bbappend' (107,558) at 20210812000025162 2025-03-14 03:00:52.581-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_helper_protos.py' (107,559) at 20240906080037476 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/myrb.h' (107,560) at 20210307214930374 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_shrinker.h' (107,561) at 20220525020652883 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_defconfig' (107,562) at 20210308005003284 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-agilex.c' (107,563) at 20240405153230243 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb' (107,564) at 20240106090017229 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_audio.c' (107,565) at 20240405153230595 to deleted uid set 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.440-DDR-performance' (107,566) at 20210308005003288 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/dwarf.h' (107,567) at 20240520080015131 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/doc-guide/sphinx.rst' (107,568) at 20240405153045293 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistry.v1_6_3.json' (107,569) at 20240619080002948 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valdemarsvik' (107,570) at 20210307205553794 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/templates/test_openbmc_setup.robot' (107,571) at 20240606080014320 to deleted uid set 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqhandler.h' (107,572) at 20210309003653852 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/elog.hpp' (107,573) at 20230520080021600 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/btrfs.h' (107,574) at 20240812080017252 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/watchdog.c' (107,575) at 20240405153046157 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_udp_tunnel.c' (107,576) at 20210307214931966 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h' (107,577) at 20240405153048637 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/gettext.patch' (107,578) at 20210307205553942 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml' (107,579) at 20240405153045101 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/sprd,sc9860-clk.txt' (107,580) at 20210307214925294 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_serialize.hpp' (107,581) at 20241220090035175 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-evb-rk808.dts' (107,582) at 20240405153045561 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml' (107,583) at 20240405153045145 2025-03-14 03:00:52.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/stacktrace.h' (107,584) at 20240405153045625 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nurmes_Konnanvaara' (107,585) at 20210307205553770 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_trace_points.c' (107,586) at 20210307214928058 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0002-dev_setup.sh-Remove-the-git-dependency.patch' (107,587) at 20210307205553802 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/Fix-building-on-x86_64-with-binutils-2.41.patch' (107,588) at 20240301090012419 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-critical.svg' (107,589) at 20210308005107069 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/sgi575.yml' (107,590) at 20241206090014206 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_debugfs.h' (107,591) at 20240405153050177 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-transport-srp' (107,592) at 20210307214925186 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-i915-display.png' (107,593) at 20210307205554322 to deleted uid set 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/Makefile' (107,594) at 20210307214931258 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_structs.h' (107,595) at 20220429100100650 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tps546d24.rst' (107,596) at 20240405153045217 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-fan-status-monitor' (107,597) at 20241218090101075 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.github/workflows/lockdown.yml' (107,598) at 20221215040039038 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia-rm-ks.c' (107,599) at 20210307214928778 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_clamps.S' (107,600) at 20210308005046529 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/navi10_ip_offset.h' (107,601) at 20220525020652811 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/sh_tmu.c' (107,602) at 20240405153046877 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/util.hpp' (107,603) at 20210407000046043 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/musb-ux500.h' (107,604) at 20240405153052813 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-no-file.err' (107,605) at 20210308005046409 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb' (107,606) at 20220921030015986 2025-03-14 03:00:52.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/sb16_csp.h' (107,607) at 20240405153052949 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_priv.c' (107,608) at 20240405153231063 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/internal-common.h' (107,609) at 20240906080037136 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.json' (107,610) at 20210927100127469 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_8_10_0_offset.h' (107,611) at 20240405153048285 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/apollo/dn_ints.c' (107,612) at 20210307214926138 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-get-features.rst' (107,613) at 20240405153045313 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/cred.h' (107,614) at 20240405153053465 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuriscv64.conf' (107,615) at 20210307205554414 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/mcs7830.c' (107,616) at 20240405153050377 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib3000.h' (107,617) at 20210307214928614 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7785.c' (107,618) at 20240405153051361 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/start.S' (107,619) at 20210308005002560 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/zones.json' (107,620) at 20231213090027090 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu-io.h' (107,621) at 20210308005046045 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-berlin/Makefile' (107,622) at 20210307214925870 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709-tplink-archer-c9-v1.dts' (107,623) at 20240405153045425 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci-uclass.c' (107,624) at 20210308005003332 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst' (107,625) at 20230706080014769 2025-03-14 03:00:52.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8983.c' (107,626) at 20240405153232171 2025-03-14 03:00:52.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utilities.robot' (107,627) at 20240627080021048 2025-03-14 03:00:52.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/divdi3.S' (107,628) at 20240405153230095 2025-03-14 03:00:52.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/resource.c' (107,629) at 20240405153051421 2025-03-14 03:00:52.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/stmfts.c' (107,630) at 20240405153049161 2025-03-14 03:00:52.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/platform.h' (107,631) at 20240405153046505 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/usb4_port.c' (107,632) at 20240405153051985 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-odd.S' (107,633) at 20230426080043952 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/s5p/exynos_hdmi_cec.h' (107,634) at 20210307214928598 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/vpif.h' (107,635) at 20240405153049477 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.c' (107,636) at 20210308005003460 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap36xx-clocks.dtsi' (107,637) at 20240405153045605 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml' (107,638) at 20230209040021829 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/cros_ec_baro.c' (107,639) at 20240405153049009 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_dotnew.S' (107,640) at 20230426080043952 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_crb.c' (107,641) at 20240906080037304 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/gem.c' (107,642) at 20240830080013259 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/hisilicon/Kconfig' (107,643) at 20240405153231451 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/configure.ac' (107,644) at 20220426030016314 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/intel.h' (107,645) at 20210309003649156 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedi_pcmcia.h' (107,646) at 20240405153052669 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_rgm_regs.h' (107,647) at 20210308005002664 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_hpo_fixed_vs_pe_retimer_dp.c' (107,648) at 20240815080012879 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_SDCARD_defconfig' (107,649) at 20210308005003244 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/fdset.c' (107,650) at 20240906080037444 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/arm,komeda.yaml' (107,651) at 20240405153045037 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-clps711x.c' (107,652) at 20240405153230303 2025-03-14 03:00:52.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,ufs-phy.yaml' (107,653) at 20240405153045129 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-jesurun-q5.dts' (107,654) at 20210308005002616 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/LICENSE' (107,655) at 20210307205553678 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-max77686.c' (107,656) at 20210307214926970 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/sdeventplus.wrap' (107,657) at 20220323030042611 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-devlink.c' (107,658) at 20240405153049917 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/ioctls.h' (107,659) at 20210307214926166 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_efuse.c' (107,660) at 20240405153051913 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts' (107,661) at 20240405153229975 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/kirkwood.c' (107,662) at 20240405153229911 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-slave-system-control.c' (107,663) at 20240405153051797 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration-test.c' (107,664) at 20241211090212546 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch' (107,665) at 20230706080014745 to deleted uid set 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/install-buildtools' (107,666) at 20241221090017700 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_v.h' (107,667) at 20220525020654787 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77980-sysc.h' (107,668) at 20210307214931346 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/topology_32.h' (107,669) at 20210307214926586 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_dbg.c' (107,670) at 20220525020654263 2025-03-14 03:00:52.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.h' (107,671) at 20220525020652490 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/u-boot.lds' (107,672) at 20210308005003032 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/Makefile' (107,673) at 20210308005002800 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/cirrus/Kconfig' (107,674) at 20240405153053557 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-clash.err' (107,675) at 20210927100127469 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml' (107,676) at 20240405153045065 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_arith.S' (107,677) at 20210308005046529 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32429i-eval.dts' (107,678) at 20240405153229903 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/Makefile' (107,679) at 20240405153046853 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/pcie_cards.json' (107,680) at 20240207090020814 to deleted uid set 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-i2s.yaml' (107,681) at 20240405153045169 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk_table.h' (107,682) at 20240405153050669 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/compat.h' (107,683) at 20240405153046317 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/meson.build' (107,684) at 20230925080039881 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SerialInterface.v1_2_1.json' (107,685) at 20240619080002952 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi' (107,686) at 20240405153229895 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/sparsebit.c' (107,687) at 20240405153232271 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lirc_options.conf' (107,688) at 20210307205553850 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-migor/setup.c' (107,689) at 20240405153046305 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/rockchip-efuse.c' (107,690) at 20240520080015167 2025-03-14 03:00:52.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx7d.c' (107,691) at 20241018080014478 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/toshiba,tc358764.yaml' (107,692) at 20240405153045041 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/sermouse.c' (107,693) at 20240405153049153 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe.h' (107,694) at 20240405153049109 to deleted uid set 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mmap.h' (107,695) at 20240405153054197 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/aspeed/Kconfig' (107,696) at 20240405153048361 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi' (107,697) at 20240405153045725 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/submit-checklist.rst' (107,698) at 20240405153229839 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/law.c' (107,699) at 20210308005002980 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_teql.c' (107,700) at 20240405153053373 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Torpshammar' (107,701) at 20210307205553794 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/tuners.rst' (107,702) at 20210309003648408 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_sysctl.c' (107,703) at 20240405153232095 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ti-lmu.c' (107,704) at 20240405153230839 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/globalhandler.hpp' (107,705) at 20210308004925444 to deleted uid set 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7ulp.c' (107,706) at 20210308005003460 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pylint' (107,707) at 20220910030013437 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/queue_stack_map.c' (107,708) at 20240405153054257 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_gadget_ep0.c' (107,709) at 20240405153052121 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sh7724.h' (107,710) at 20210307214926554 2025-03-14 03:00:52.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/Makefile' (107,711) at 20240405153045897 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_superblock.h' (107,712) at 20210307214931138 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/dcreategroup.bb' (107,713) at 20241206090014298 to deleted uid set 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_netlink.c' (107,714) at 20210307214930410 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S' (107,715) at 20210308005002832 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/internal.h' (107,716) at 20241216090017689 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Blaenplwyf' (107,717) at 20210307205553794 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/unzip.c' (107,718) at 20210308005003220 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/context_tracking.c' (107,719) at 20240405153052993 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/bts.c' (107,720) at 20240405153046373 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/registers.h' (107,721) at 20210307214930330 2025-03-14 03:00:52.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skymnas' (107,722) at 20210307205553790 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c' (107,723) at 20240405153054217 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS3-ssh-bic@.service' (107,724) at 20230203040020726 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-md-Fix-build-with-musl.patch' (107,725) at 20230114040015482 to deleted uid set 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-ouya.dts' (107,726) at 20240405153229879 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (107,727) at 20240124090012250 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (107,728) at 20241206090014218 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/mul-subnormal-single-1.c' (107,729) at 20210308005003720 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs485.dtso' (107,730) at 20240405153045729 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/meson.build' (107,731) at 20220913030027305 to deleted uid set 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/qemu-os.h' (107,732) at 20240326080039390 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgenpriv.h' (107,733) at 20241211090212230 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-stm32.c' (107,734) at 20240613080016467 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s-auxtek-t004.dts' (107,735) at 20240405153045377 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_kvm_common.c' (107,736) at 20240405153051445 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/state-management-and-external-interfaces.md' (107,737) at 20221209040006395 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/Kbuild' (107,738) at 20240405153045973 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Bekescsaba' (107,739) at 20210307205553774 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_cpu.h' (107,740) at 20221215040039202 2025-03-14 03:00:52.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/asm-offsets.c' (107,741) at 20210307214926110 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/service-config-manager/src/srvcfg_manager.cpp' (107,742) at 20241118090038583 to deleted uid set 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c' (107,743) at 20240405153048497 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/cpufeature.h' (107,744) at 20210307214925846 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/data.c' (107,745) at 20210308005003728 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/net2big_v2_defconfig' (107,746) at 20210308005003272 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/slice.rs' (107,747) at 20240405153232095 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/MAINTAINERS' (107,748) at 20210308005002980 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/meson_options.txt' (107,749) at 20241101080009595 to deleted uid set 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h' (107,750) at 20210307214928450 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0005-libhugetlbfs-elf_i386-avoid-search-host-library-path.patch' (107,751) at 20241221090017504 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/stacktrace.h' (107,752) at 20240405153045941 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-nvme_%.bbappend' (107,753) at 20241206090014222 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max732x.c' (107,754) at 20240405153230303 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/helene.h' (107,755) at 20220525020653243 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml' (107,756) at 20240405153229763 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake.inc' (107,757) at 20220402030016159 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-testsuite.inc' (107,758) at 20241221090017660 to deleted uid set 2025-03-14 03:00:52.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/262' (107,759) at 20230426080043944 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/interrupts.c' (107,760) at 20210308005002804 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/runtime_instr.c' (107,761) at 20210307214926522 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_fcntl.h' (107,762) at 20210308005046097 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/highmem.h' (107,763) at 20220525020652198 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/dbus_log_watcher.hpp' (107,764) at 20241130090002061 to deleted uid set 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/perf/core.h' (107,765) at 20210307214932494 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSYS/meson.build' (107,766) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi_1.0.bb' (107,767) at 20241206090014278 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/remove_local_err.cocci' (107,768) at 20210308005046237 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/52xx/pcm030_defconfig' (107,769) at 20240405153046097 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/xdr.h' (107,770) at 20240405153052441 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/config_parser.cpp' (107,771) at 20240822080023969 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/MDR_V2.errors.yaml' (107,772) at 20220430030026016 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/map.c' (107,773) at 20210307214931122 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-commit-active' (107,774) at 20230925080040089 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg' (107,775) at 20210308005002548 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-subdev-priv.h' (107,776) at 20240405153049585 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/ti-msgmgr.c' (107,777) at 20240405153230759 2025-03-14 03:00:52.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/unicode.rst' (107,778) at 20220525020651766 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mcu.h' (107,779) at 20241008080013955 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/arpc.h' (107,780) at 20210307214928086 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RedfishError_v1.xml' (107,781) at 20240619080002932 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/vamem.h' (107,782) at 20210307214930546 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad799x.c' (107,783) at 20240405153048949 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/pid_zone_unittest.cpp' (107,784) at 20241022080027608 to deleted uid set 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/atl1e_hw.c' (107,785) at 20210307214929310 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/reporting-regressions.rst' (107,786) at 20240405153045285 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm63268-power-domain.h' (107,787) at 20210308005003640 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_server.hpp' (107,788) at 20240904080027106 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/apply-renames' (107,789) at 20240908080010098 2025-03-14 03:00:52.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/sdma0/irqsrcs_sdma0_5_0.h' (107,790) at 20210307214927702 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/3945-mac.c' (107,791) at 20240405153050505 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_syscall.h' (107,792) at 20240326080039562 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/Kconfig.debug' (107,793) at 20210307214926310 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/emergency-restart.h' (107,794) at 20210307214926662 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/hisilicon,phy-hi3670-pcie.yaml' (107,795) at 20220525020651698 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/arm,scpi.yaml' (107,796) at 20240405153045057 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/extcon-palmas.txt' (107,797) at 20210307214925314 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/packet/diag.c' (107,798) at 20241211090145557 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/us122l.c' (107,799) at 20241211090145569 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/signal.h' (107,800) at 20240405153052621 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/common/Kconfig' (107,801) at 20240405153051197 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_bifurcation.cpp' (107,802) at 20231103080005832 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/rzg2l_thermal.c' (107,803) at 20240405153231499 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Muros-Noia' (107,804) at 20210307205553766 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/Kconfig' (107,805) at 20210307214928598 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_psu_reset_hotswap.sh' (107,806) at 20240619080012644 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-reset@.target' (107,807) at 20220301040040077 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-string-output-visitor.c' (107,808) at 20221215040039394 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c' (107,809) at 20240405153049109 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/fanctrl.c' (107,810) at 20210308005003000 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_tse_ethtool.c' (107,811) at 20240405153049785 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/flash-layout.md' (107,812) at 20241203090006519 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/netvsc_trace.h' (107,813) at 20210307214929674 2025-03-14 03:00:52.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/Makefile' (107,814) at 20210307214926738 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/vsp1.h' (107,815) at 20240405153052833 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_fw1.h' (107,816) at 20210307214930422 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/af_xdp.rst' (107,817) at 20240405153229823 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_b.c' (107,818) at 20210308005046521 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sitronix-st7701.c' (107,819) at 20240405153230619 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mpc5200.c' (107,820) at 20240405153230303 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/exit.c' (107,821) at 20210308005003208 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/alps.c' (107,822) at 20240405153049149 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_16654.h' (107,823) at 20210307214930862 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/mISDNinfineon.c' (107,824) at 20210605000027708 2025-03-14 03:00:52.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb' (107,825) at 20231126090012785 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/adreno_pm4.xml.h' (107,826) at 20240405153048581 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nzxt-smart2.c' (107,827) at 20240405153048865 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/secretmem.h' (107,828) at 20240411080014138 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/cdns,uart.yaml' (107,829) at 20240405153045153 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RSA-MD' (107,830) at 20211006000025242 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/wrapper.c' (107,831) at 20241211090145521 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_phy_28nm_8960.xml.h' (107,832) at 20240405153048597 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00mmio.c' (107,833) at 20210307214929910 2025-03-14 03:00:52.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_descriptor.c' (107,834) at 20210308005003704 2025-03-14 03:00:52.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_0_default.h' (107,835) at 20210307214927622 2025-03-14 03:00:52.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_accel_engine.c' (107,836) at 20240405153046953 2025-03-14 03:00:52.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/ibm/ibmvnic.h' (107,837) at 20240405153049969 to deleted uid set 2025-03-14 03:00:52.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/tracepoints/x86_msr.sh' (107,838) at 20240405153054177 2025-03-14 03:00:52.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/fru_parser.hpp' (107,839) at 20240618080043041 to deleted uid set 2025-03-14 03:00:52.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/msu.c' (107,840) at 20240405153048893 2025-03-14 03:00:52.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pt7c4338.c' (107,841) at 20210308005003480 2025-03-14 03:00:52.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc64_sun4u.py' (107,842) at 20241211090212542 2025-03-14 03:00:52.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/PageNotFound/PageNotFound.vue' (107,843) at 20241004080035967 2025-03-14 03:00:52.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-kbl-match.c' (107,844) at 20240405153053957 2025-03-14 03:00:52.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvme-fc.h' (107,845) at 20210307214931462 2025-03-14 03:00:52.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/rlimit.c' (107,846) at 20210307214932602 2025-03-14 03:00:52.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xskxceiver.c' (107,847) at 20240405153232263 2025-03-14 03:00:52.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h' (107,848) at 20240405153047193 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/debug.c' (107,849) at 20210307214931194 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt' (107,850) at 20210308005003304 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sysctl.c' (107,851) at 20240405153053053 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0005-Platform-CS1000-Increase-RSE_COMMS-buffer-size.patch' (107,852) at 20241221090017464 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipack.h' (107,853) at 20210307214931406 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/Makefile' (107,854) at 20210308005003080 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak5386.txt' (107,855) at 20210307214925426 2025-03-14 03:00:52.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/consumer.h' (107,856) at 20240405153231815 2025-03-14 03:00:52.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_dfltcc/dfltcc_util.h' (107,857) at 20210307214931826 2025-03-14 03:00:52.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/fw_qos.h' (107,858) at 20220525020653571 2025-03-14 03:00:52.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/cereal.wrap' (107,859) at 20211006000055234 2025-03-14 03:00:52.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_dcmi.c' (107,860) at 20210308004938824 2025-03-14 03:00:52.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/tah.h' (107,861) at 20210307214929422 2025-03-14 03:00:52.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb' (107,862) at 20220921030015986 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-pcidrv.c' (107,863) at 20240405153048897 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cmos.c' (107,864) at 20210308005046257 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-pogoplug-series-4.dts' (107,865) at 20240405153045457 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/spl.c' (107,866) at 20210308005002988 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/mypy.ini' (107,867) at 20240906080037444 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/pd.h' (107,868) at 20240405153052813 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/winbond_w83627.h' (107,869) at 20210308005003692 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbra.c' (107,870) at 20210308005046505 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hash_descriptor.h' (107,871) at 20210308005003704 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_signal.h' (107,872) at 20220429100100646 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/ru' (107,873) at 20210308005046149 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/Kconfig' (107,874) at 20210308005002952 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-check-host-state.sh' (107,875) at 20230428080015190 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-fvp-base.inc' (107,876) at 20220804030014671 2025-03-14 03:00:52.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t2080rdb.dts' (107,877) at 20210307214926354 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/txrx.h' (107,878) at 20240405153231263 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/build.rs' (107,879) at 20220910030013401 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen7_renderclear.h' (107,880) at 20210307214927814 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/primary_src.hpp' (107,881) at 20230516080019606 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/ip_check_defrag.c' (107,882) at 20240405153232259 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config.bbappend' (107,883) at 20210812000025166 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/Kconfig' (107,884) at 20240405153046965 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_cyan_skillfish.h' (107,885) at 20240405153048349 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/settings' (107,886) at 20210307214932730 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tca6416_keypad.h' (107,887) at 20240405153052805 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-sp804.c' (107,888) at 20240405153046881 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/.shellcheck' (107,889) at 20210415000106104 to deleted uid set 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ramfs.h' (107,890) at 20240405153052785 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox-xgene-slimpro.c' (107,891) at 20240405153049229 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/hrtimers.rst' (107,892) at 20240405153045265 2025-03-14 03:00:52.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/BUSTED-BOOST.boot' (107,893) at 20240405153054369 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h' (107,894) at 20210308005002640 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/micron.c' (107,895) at 20210308005003416 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/files/miniupnpd.service' (107,896) at 20210307205553810 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/Makefile' (107,897) at 20210307214928590 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/crc32be-vx.S' (107,898) at 20240405153046273 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/Kconfig' (107,899) at 20240405153051865 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.h' (107,900) at 20240405153050109 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/reset.c' (107,901) at 20240405153229987 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pm_clock.h' (107,902) at 20220525020654603 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cache.c' (107,903) at 20210308005002784 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac802154/iface.c' (107,904) at 20240405153053305 to deleted uid set 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/pnv_spi_regs.h' (107,905) at 20240906080037340 2025-03-14 03:00:52.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (107,906) at 20210417000027537 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i2c/ch7006.h' (107,907) at 20210307214931322 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/config.h' (107,908) at 20210308005002660 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/inotify.rst' (107,909) at 20210307214925486 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xmb_gmac.dtsi' (107,910) at 20240405153045473 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/xilinx/zynqmp-sha.c' (107,911) at 20240405153230271 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_msgs.c' (107,912) at 20240405153230811 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac100_core.c' (107,913) at 20240429080012428 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk.h' (107,914) at 20240405153046845 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/usbkbd.c' (107,915) at 20240405153048829 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/066.out' (107,916) at 20210308005046441 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_codel.c' (107,917) at 20240405153053365 2025-03-14 03:00:52.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native_git.bb' (107,918) at 20210812000025258 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54pci.c' (107,919) at 20210309003651772 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-kmsg.c' (107,920) at 20210307214926470 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/metafmt-uvc.rst' (107,921) at 20240405153045317 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c' (107,922) at 20240405153048689 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gcp.py' (107,923) at 20241221090017584 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/bsp-hw.json' (107,924) at 20220402030016139 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/adc-joystick.c' (107,925) at 20240405153049129 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_input.c' (107,926) at 20240429080012460 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/__init__.py' (107,927) at 20241206090014290 2025-03-14 03:00:52.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/strcmp.S' (107,928) at 20210307214926098 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c' (107,929) at 20240405153230323 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-seagate-personal-cloud.dtsi' (107,930) at 20240405153229871 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch' (107,931) at 20230706080014749 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-example/example.yaml' (107,932) at 20210307205554054 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_client.c' (107,933) at 20240405153048389 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/obmc/power-supply-monitor/power-supply-monitor-0.conf' (107,934) at 20210307205553710 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm1250-ev1.c' (107,935) at 20240405153053817 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/tx.h' (107,936) at 20240405153231211 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-afe-clk.c' (107,937) at 20240405153053969 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/auth.c' (107,938) at 20240405153053373 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-srv-trace.c' (107,939) at 20240405153046717 2025-03-14 03:00:52.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ECL-1.0' (107,940) at 20210307205554418 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/apf27.c' (107,941) at 20210308005002912 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_phy_20nm.xml.h' (107,942) at 20240405153048597 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-devres.c' (107,943) at 20210307214932418 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_sysfs.c' (107,944) at 20240405153230891 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sc9860.dtsi' (107,945) at 20210307214926050 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/inst.h' (107,946) at 20220525020652146 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_trace.c' (107,947) at 20240405153051601 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/screen.css' (107,948) at 20210307205554270 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c' (107,949) at 20220525020655227 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_clockmatrix.h' (107,950) at 20240405153051445 2025-03-14 03:00:52.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/mcf_fec.c' (107,951) at 20241211090212306 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-kfr2r09/mach/romimage.h' (107,952) at 20210307214926558 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c' (107,953) at 20240405153049441 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Andersvattnet_Ersmyrberget' (107,954) at 20210307205553778 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts' (107,955) at 20240405153229903 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vsc9953.h' (107,956) at 20210308005003692 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/m52790.c' (107,957) at 20240405153049317 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycocotools/0001-downgrade-numpy-version-to-1.26.4.patch' (107,958) at 20241221090017560 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/ethtool.yaml' (107,959) at 20241216090017681 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-reinit-devtree.service.in' (107,960) at 20230513080022442 2025-03-14 03:00:52.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/test.fuc' (107,961) at 20210307214927970 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/raid/md_u.h' (107,962) at 20210307214931658 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/data/meson.build' (107,963) at 20231107090019125 to deleted uid set 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/format.hpp' (107,964) at 20220625030026172 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/20-udev' (107,965) at 20230210040014334 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fpbits.h' (107,966) at 20210307214926334 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/core.c' (107,967) at 20241219090010504 to deleted uid set 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-firmware-efi-vars' (107,968) at 20210309003648244 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface3_power.c' (107,969) at 20240405153051393 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-mingw' (107,970) at 20210307205554626 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tqma6.h' (107,971) at 20210308005003620 2025-03-14 03:00:52.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch' (107,972) at 20241221090017524 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-ftrace.c' (107,973) at 20241211090145573 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_vcap_ag_api.c' (107,974) at 20240405153050173 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/microchip.rst' (107,975) at 20240405153044973 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_usb.h' (107,976) at 20210307214930514 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vdso/vsyscall.h' (107,977) at 20210309003648960 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/lite5200b.dts' (107,978) at 20240405153046093 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/imx8m.c' (107,979) at 20240805080014067 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l.dtsi' (107,980) at 20210308005002592 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda18271c2dd.h' (107,981) at 20210307214928646 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/ams_delta_serio.c' (107,982) at 20240405153049153 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/lowlevel_init.S' (107,983) at 20210308005002916 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/run-ptest' (107,984) at 20241221090017676 to deleted uid set 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utbuffer.c' (107,985) at 20240405153046625 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table-actions.js' (107,986) at 20210308005107069 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/MAINTAINERS' (107,987) at 20210308005003072 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_parisc.c' (107,988) at 20240405153051997 2025-03-14 03:00:52.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ftrace.h' (107,989) at 20220525020652118 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-bufmap.c' (107,990) at 20220525020654479 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts' (107,991) at 20240405153045725 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/aio_notify_accept.promela' (107,992) at 20210308005045805 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/poll.h' (107,993) at 20240405153052965 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8540.c' (107,994) at 20240405153053661 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/hirschmann/Kconfig' (107,995) at 20220525020653427 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/migration-test.h' (107,996) at 20240906080037560 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/af_unix/scm_pidfd.c' (107,997) at 20240405153054333 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/sockbits.h' (107,998) at 20210308005046093 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/usb-davinci.h' (107,999) at 20210307214931482 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/settings' (108,000) at 20210307214932718 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/files/0001-include-missing-cstdint.patch' (108,001) at 20230131040012031 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/idt77252_tables.h' (108,002) at 20210307214926886 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs4231-regs.h' (108,003) at 20210307214931594 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/introduction.rst' (108,004) at 20240906080037180 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/tegra-kbc.c' (108,005) at 20240405153230727 2025-03-14 03:00:52.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-core.c' (108,006) at 20240415080012999 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (108,007) at 20240712080022837 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m01406c2220.dtsi' (108,008) at 20210308005002864 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-spring.dts' (108,009) at 20240405153045569 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_gre.c' (108,010) at 20240405153053325 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross_2.43.1.bb' (108,011) at 20241221090017648 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77995.c' (108,012) at 20210308005003464 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_type_id.c' (108,013) at 20210309003655984 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-m68k/bootinfo-virt.h' (108,014) at 20221215040039194 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/emac.c' (108,015) at 20210308005002760 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/mxc-rnga.c' (108,016) at 20210309003649216 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (108,017) at 20241206090014222 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cio.c' (108,018) at 20241211090145485 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/bitsperlong.h' (108,019) at 20210307214926394 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/xen/Makefile' (108,020) at 20210307214932450 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/trusted-type.h' (108,021) at 20240405153052657 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ipv6_frag.h' (108,022) at 20240405153052849 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/superhyway/Makefile' (108,023) at 20210307214930430 2025-03-14 03:00:52.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_bpf_loop.c' (108,024) at 20240405153054241 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.c' (108,025) at 20210308005003368 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-malloc.h' (108,026) at 20221215040039374 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-spi.c' (108,027) at 20210307214928982 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/fake-numa-for-cpusets.rst' (108,028) at 20240405153044989 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/017' (108,029) at 20210927100127473 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_chain_partition_descriptor.h' (108,030) at 20210308005003704 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/aspeed/aspeed,sbc.yaml' (108,031) at 20240405153229751 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/starscream.conf' (108,032) at 20240110090012776 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/datalink.h' (108,033) at 20240405153231851 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/refresh' (108,034) at 20241211090212542 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/realview.c' (108,035) at 20240906080037196 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MemoryCollection_v1.xml' (108,036) at 20240619080002928 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfadd.c' (108,037) at 20240405153046085 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xilinx_hwicap/xilinx_hwicap.h' (108,038) at 20210307214926958 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target.opc.h' (108,039) at 20210927100127449 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp5523.c' (108,040) at 20240405153230755 2025-03-14 03:00:52.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_rdma.c' (108,041) at 20240405153050233 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c' (108,042) at 20240405153230803 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mbcache.h' (108,043) at 20240405153052725 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/console.c' (108,044) at 20240906080037444 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-croatian.c' (108,045) at 20210307214931178 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-libretech-all-h3-cc.dtsi' (108,046) at 20240405153045397 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-kirkwood.c' (108,047) at 20240405153046921 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/0001-application-client.vala-hardcode-some-paths.patch' (108,048) at 20241221090017488 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/gpioMonMain.cpp' (108,049) at 20241219090021588 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb' (108,050) at 20230706080014761 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ssh.py' (108,051) at 20241221090017628 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/file_ops.c' (108,052) at 20240405153049049 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/set_memory.h' (108,053) at 20220525020651950 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch' (108,054) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/trace.c' (108,055) at 20240405153231775 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tuge1_defconfig' (108,056) at 20210308005003284 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/sntp.service' (108,057) at 20210307205553846 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h' (108,058) at 20210308005002876 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_etc.c' (108,059) at 20210307214926730 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll5-clk.yaml' (108,060) at 20240405153045021 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/tps65217-backlight.txt' (108,061) at 20210307214925346 2025-03-14 03:00:52.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c' (108,062) at 20240405153230615 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/Makefile' (108,063) at 20240913080013769 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h' (108,064) at 20240405153047105 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn301/dcn301_fpu.c' (108,065) at 20240405153047273 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.c' (108,066) at 20210308005003364 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml' (108,067) at 20240405153045029 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross-canadian.inc' (108,068) at 20230520080014500 to deleted uid set 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h' (108,069) at 20210307214929910 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cursor.c' (108,070) at 20240411080014074 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/flow_netlink.h' (108,071) at 20210307214932038 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/ipmitool.spec.in' (108,072) at 20210308004938816 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8541CDS_legacy_defconfig' (108,073) at 20210308005003240 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sk_storage_omem_uncharge.c' (108,074) at 20240405153232259 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/uv/bios_uv.c' (108,075) at 20220525020652194 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-host-set-boot-failsafe@.service' (108,076) at 20210401000030013 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/Makefile' (108,077) at 20210307214928762 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/Makefile' (108,078) at 20240405153047301 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml' (108,079) at 20240405153045065 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/OWNERS' (108,080) at 20220525020526733 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lkdtm/Makefile' (108,081) at 20240613080016427 2025-03-14 03:00:52.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8753.c' (108,082) at 20240405153232167 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h' (108,083) at 20210307214928814 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/memconsole.c' (108,084) at 20210307214927174 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc5_cmdq_regs.h' (108,085) at 20240405153046605 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-Remove-fcf-protection-full.patch' (108,086) at 20230811080018298 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skorped' (108,087) at 20210307205553790 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/rohm,bu27008.yaml' (108,088) at 20240405153045073 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_nrtr_regs.h' (108,089) at 20240405153046601 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/atmel/soc.h' (108,090) at 20240405153051753 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,kpss-acc-v1.yaml' (108,091) at 20240405153229759 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_atomic.c' (108,092) at 20240405153048389 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c' (108,093) at 20210309003649836 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/axp22x.dtsi' (108,094) at 20240405153045373 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-idle-info.1' (108,095) at 20210309003655964 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/certs_manager.hpp' (108,096) at 20240820080021990 to deleted uid set 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (108,097) at 20241031080012183 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/ccid3.c' (108,098) at 20220525020654819 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog_%.bbappend' (108,099) at 20241206090014286 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-pq2.c' (108,100) at 20210307214926338 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/libgudev_238.bb' (108,101) at 20240127090011892 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps6586x.c' (108,102) at 20240405153049621 2025-03-14 03:00:52.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs' (108,103) at 20210307214925194 2025-03-14 03:00:52.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal_desc.h' (108,104) at 20240405153050437 2025-03-14 03:00:52.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ipc/hw-ish.h' (108,105) at 20240405153048825 2025-03-14 03:00:52.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c' (108,106) at 20240405153050545 2025-03-14 03:00:52.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/Kconfig' (108,107) at 20210308005002956 2025-03-14 03:00:52.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/debugfs.c' (108,108) at 20240405153046445 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kcov.h' (108,109) at 20240628080014025 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-posix-ssh.c' (108,110) at 20240906080037436 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch.inc' (108,111) at 20220402030015975 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_factory_dce80.c' (108,112) at 20210307214927306 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/pmc.h' (108,113) at 20210307214929782 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/freshclam-native.conf' (108,114) at 20210307205554126 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/kunit_suitememorydiagram.svg' (108,115) at 20240405153045009 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch' (108,116) at 20241221090017648 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.yaml' (108,117) at 20240405153229763 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32.c' (108,118) at 20210308005046229 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/xml-preprocess.py' (108,119) at 20240326080039630 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/nic0_qm0_cgm_regs.h' (108,120) at 20240405153046597 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/harmony.h' (108,121) at 20210308005003596 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/exception.json' (108,122) at 20240405153054113 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl' (108,123) at 20210308005002876 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/dwc2/gadget.c' (108,124) at 20240405153231543 to deleted uid set 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/concurrencytest/.gitignore' (108,125) at 20210308005003760 2025-03-14 03:00:52.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-multipath.c' (108,126) at 20240405153230771 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk-provider.h' (108,127) at 20240405153231803 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/init.c' (108,128) at 20240405153049049 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio-trace/trace-agent-ctl.c' (108,129) at 20240405153054389 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pmem.c' (108,130) at 20230925080039917 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt' (108,131) at 20210307214925390 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-gpr.h' (108,132) at 20240405153054361 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/core-api/memory-allocation.rst' (108,133) at 20210307214925578 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.14.rst' (108,134) at 20241221090017596 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts' (108,135) at 20210920100020627 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_benchmark.h' (108,136) at 20240405153230583 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lwt_reroute.c' (108,137) at 20241008080014055 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/md5deep_git.bb' (108,138) at 20240301090012427 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/neighbour.h' (108,139) at 20240405153231855 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.c' (108,140) at 20230302090047758 2025-03-14 03:00:52.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/container-cross.yml' (108,141) at 20241211090212202 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/delta,tn48m-reset.h' (108,142) at 20240405153052653 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch' (108,143) at 20220204040022604 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/modsi3.S' (108,144) at 20240405153046513 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-octeon.c' (108,145) at 20240405153231543 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml' (108,146) at 20240405153045037 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-idle-set.1' (108,147) at 20240405153054213 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_tegra.h' (108,148) at 20210308005003680 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/smi.c' (108,149) at 20240405153049757 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/at91_udc.h' (108,150) at 20240405153052081 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod.inc' (108,151) at 20241221090017540 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-liointc.c' (108,152) at 20240710080014589 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/xsave_helper.c' (108,153) at 20220429100100802 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-frozenlist_1.5.0.bb' (108,154) at 20241221090017552 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pstore_zone.h' (108,155) at 20210307214931490 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/rohm,bd71837-regulator.yaml' (108,156) at 20240405153045145 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpuset.h' (108,157) at 20240405153052673 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/util.c' (108,158) at 20210308005003732 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/mISDNipac.c' (108,159) at 20240405153049213 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/files/0001-detect-correct-openssl-3.x.patch' (108,160) at 20241221090017540 to deleted uid set 2025-03-14 03:00:52.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/namespace.rst' (108,161) at 20240405153045209 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xra1403.c' (108,162) at 20240405153230307 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc_sun4m.py' (108,163) at 20241211090212542 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_team.h' (108,164) at 20210307214931638 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_cm.c' (108,165) at 20240405153049117 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-mul1.c' (108,166) at 20240405153231947 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx6ul.c' (108,167) at 20240405153229911 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/Kconfig' (108,168) at 20210308005003032 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/run_robot_pgm_jenk.sh' (108,169) at 20221209040018559 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ppp@.service' (108,170) at 20210307205554466 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/rust.bbclass' (108,171) at 20220910030013389 to deleted uid set 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/habanalabs_accel.h' (108,172) at 20240405153052905 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-debugfs.c' (108,173) at 20240405153046521 2025-03-14 03:00:52.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/sha1_asm.S' (108,174) at 20210307214926574 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/zonefs.h' (108,175) at 20240405153052613 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t208xqds.dtsi' (108,176) at 20240405153046093 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-open-group' (108,177) at 20211006000025238 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/renesas/sh_eth.c' (108,178) at 20240405153231043 to deleted uid set 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c' (108,179) at 20240405153049469 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/Makefile' (108,180) at 20240405153049421 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_video.h' (108,181) at 20240405153049449 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/0001-assume-zero-is-valid-address.patch' (108,182) at 20210307205553918 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-fru-properties.yaml' (108,183) at 20240110090012776 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7905-0x.dts' (108,184) at 20240405153229923 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/phy.h' (108,185) at 20210307214930786 2025-03-14 03:00:52.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_s_down_ch1_regs.h' (108,186) at 20240405153046573 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/sdrutils.hpp' (108,187) at 20240829080009330 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb' (108,188) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-4.dtsi' (108,189) at 20210307214926018 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/cache.json' (108,190) at 20240405153054121 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/intern.h' (108,191) at 20240405153230259 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb' (108,192) at 20241206090014246 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/display-manager.rst' (108,193) at 20240405153045213 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/timeout.h' (108,194) at 20210307214932738 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mt65xx.c' (108,195) at 20240405153230675 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/045' (108,196) at 20240326080039726 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/elf.h' (108,197) at 20210307214926098 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/i82801b11-test.c' (108,198) at 20210308005046477 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/MAINTAINERS' (108,199) at 20210308005047061 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-clocks.dtsi' (108,200) at 20210308005002592 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/tx.h' (108,201) at 20240405153050661 2025-03-14 03:00:52.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/rtc/rv3029.c' (108,202) at 20210308005003480 to deleted uid set 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4420QDS_SPIFLASH_defconfig' (108,203) at 20210308005003232 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-max6916.c' (108,204) at 20210307214930218 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_packing.c' (108,205) at 20240405153054269 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSF-Unlimited' (108,206) at 20210307205554422 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb' (108,207) at 20241206090014338 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/designware.c' (108,208) at 20241211090212314 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/nbd.h' (108,209) at 20210307214931610 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/mmu_context.h' (108,210) at 20240405153045937 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads7924.c' (108,211) at 20240405153048965 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/sgidefs.h' (108,212) at 20210308005046065 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/pctrl.yaml' (108,213) at 20210309003648320 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/dmc_common.c' (108,214) at 20210308005002720 2025-03-14 03:00:52.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_pci_host.c' (108,215) at 20240405153046697 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9052-i2c.c' (108,216) at 20240405153230835 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/usb-u2f.rst' (108,217) at 20230925080039845 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/translate.c' (108,218) at 20240906080037496 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-olpc' (108,219) at 20210307214925186 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/mips/include/uapi/asm/mman.h' (108,220) at 20210307214932454 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/meson.build' (108,221) at 20220429100100370 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/pwm-lpss.h' (108,222) at 20240405153052773 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/yitian710/sys/ali_drw.json' (108,223) at 20240405153232227 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vermagic.h' (108,224) at 20240405153046017 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5800.dtsi' (108,225) at 20240405153045573 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/iotop/iotop_1.26.bb' (108,226) at 20240301090012427 to deleted uid set 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/test/test_fru-utils.cpp' (108,227) at 20220816030005874 to deleted uid set 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/zynqmp-fpga.c' (108,228) at 20240405153047061 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-setprimary@.service.in' (108,229) at 20220212040021782 to deleted uid set 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if.out' (108,230) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/memory-barriers.txt' (108,231) at 20240405153045225 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/leds/leds-ns2.h' (108,232) at 20210308005003636 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/OWNERS' (108,233) at 20230821192414184 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-hdma-v0-core.h' (108,234) at 20240405153046985 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/imx93-pd.c' (108,235) at 20240830080013299 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/motherboard.hpp' (108,236) at 20240729080033928 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/Kconfig' (108,237) at 20240405153050077 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/raspberrypi4/rpi4-nvmem.cfg' (108,238) at 20230211040012643 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/Makefile.yaml.in' (108,239) at 20210308005117617 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_psr.h' (108,240) at 20240405153047221 2025-03-14 03:00:52.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (108,241) at 20220624030020016 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-kempld.c' (108,242) at 20210307214927190 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/entry.S' (108,243) at 20240405153046313 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/dram.c' (108,244) at 20210308005002844 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/core.c' (108,245) at 20240411080014058 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips64.png' (108,246) at 20240309090012816 to deleted uid set 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/wanxlfw.inc_shipped' (108,247) at 20210307214929722 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts' (108,248) at 20240405153045821 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8150.c' (108,249) at 20240405153230739 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/exception.json' (108,250) at 20240405153054113 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/Kconfig' (108,251) at 20220215040051564 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/snmp/resource.robot' (108,252) at 20230121040013131 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/debug.config' (108,253) at 20240405153231903 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/vip.c' (108,254) at 20240405153231475 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160-reg.h' (108,255) at 20210307214928850 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/initrd.rst' (108,256) at 20210307214925226 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/intel,lgm-emmc-phy.yaml' (108,257) at 20240405153045129 2025-03-14 03:00:52.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-axp209.c' (108,258) at 20240405153231327 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-posix.c' (108,259) at 20241211090212558 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/ge2d.c' (108,260) at 20240405153049393 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.h' (108,261) at 20240405153049413 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-11mp-bbrevd-ctrevb.dts' (108,262) at 20240405153045401 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/om-gta01/fb.modes' (108,263) at 20210307205553970 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_osnoise_description.rst' (108,264) at 20240405153045265 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot_vcap.h' (108,265) at 20240405153052881 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/start.S' (108,266) at 20210308005002548 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst' (108,267) at 20240405153045233 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Vim' (108,268) at 20211006000025246 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-trustzone-components' (108,269) at 20210308005003292 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_wlc.c' (108,270) at 20210307214932010 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h' (108,271) at 20221021030041179 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sc7180.yaml' (108,272) at 20240405153229759 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra114-common.h' (108,273) at 20210308005003620 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/qmp_client.py' (108,274) at 20230925080039973 2025-03-14 03:00:52.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-invalid.out' (108,275) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/lockdep.c' (108,276) at 20241008080014023 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/signal.h' (108,277) at 20220525020651950 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_lt_qb.c' (108,278) at 20210308005046505 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar-fcp.c' (108,279) at 20240405153049433 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1700.bb' (108,280) at 20241221090017544 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw5910.dts' (108,281) at 20240405153045497 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-stop.rst' (108,282) at 20220525020654135 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-snmp/test/meson.build' (108,283) at 20240112090035520 to deleted uid set 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.gitignore' (108,284) at 20210622100100841 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485CFE_defconfig' (108,285) at 20210308005003236 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/Kbuild' (108,286) at 20240405153230019 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core.h' (108,287) at 20240405153050141 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/diffoscope/diffoscope_283.bb' (108,288) at 20241221090017692 to deleted uid set 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_nh.sh' (108,289) at 20220525020655219 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_vcpu_fp.h' (108,290) at 20240405153046245 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_TCPMSS.c' (108,291) at 20240405153053337 2025-03-14 03:00:52.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/usb.rst' (108,292) at 20240405153229807 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch.h' (108,293) at 20241211090212218 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dw-core.c' (108,294) at 20240405153231459 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_entry.hpp' (108,295) at 20240620080024795 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/futex.h' (108,296) at 20240405153052617 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/preempt.h' (108,297) at 20210307214932630 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtllib_debug.h' (108,298) at 20240405153051885 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml' (108,299) at 20240405153045029 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/amd-seattle-clks.dtsi' (108,300) at 20210307214925990 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/tvp514x.txt' (108,301) at 20210307214925354 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/ipip-conntrack-mtu.sh' (108,302) at 20240405153054353 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vmalloc.h' (108,303) at 20240405153052817 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/a800.c' (108,304) at 20240405153049549 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4_rcw.cfg' (108,305) at 20210308005002956 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/rainier_defconfig' (108,306) at 20210309003648872 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb' (108,307) at 20240302090018242 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/code-of-conduct.rst' (108,308) at 20221215040039078 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/.gitignore' (108,309) at 20210308005130545 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk-generation.png' (108,310) at 20210307205554314 to deleted uid set 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/trace.h' (108,311) at 20210308005045853 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/omap_gpmc.h' (108,312) at 20210308005003668 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/aspeed.rst' (108,313) at 20241211090212238 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_spi.c' (108,314) at 20241220090018318 2025-03-14 03:00:52.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/timb_dma.c' (108,315) at 20210309003649348 2025-03-14 03:00:52.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_2_0_0_sh_mask.h' (108,316) at 20210307214927442 2025-03-14 03:00:52.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c' (108,317) at 20220525020652967 2025-03-14 03:00:52.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap2420-n810.dts' (108,318) at 20240405153045601 2025-03-14 03:00:52.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/MAINTAINERS' (108,319) at 20210308005003024 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_aliases.dts' (108,320) at 20210308005003760 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-emsff.c' (108,321) at 20210307214928090 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/global1.h' (108,322) at 20240613080016431 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792-u-boot.dtsi' (108,323) at 20210308005002600 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-snfi.yaml' (108,324) at 20240405153045173 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c' (108,325) at 20240405153050533 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_metadata.h' (108,326) at 20210307214930550 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/dcu.c' (108,327) at 20210308005003084 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan7x.h' (108,328) at 20210308005003504 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/dma.h' (108,329) at 20240405153046313 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tinker-rk3288_defconfig' (108,330) at 20210308005003284 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_lag_vlan.sh' (108,331) at 20240405153232263 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h' (108,332) at 20210307214926218 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/Makefile' (108,333) at 20240405153053009 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/trace.h' (108,334) at 20210307214932098 2025-03-14 03:00:52.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/clk-pwm.yaml' (108,335) at 20240405153045141 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_adminq_cmd.h' (108,336) at 20240411080014102 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/.clang-tidy' (108,337) at 20241129090022521 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/sq.h' (108,338) at 20210307214926558 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/retain.bbclass' (108,339) at 20241221090017604 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/syscall.tbl' (108,340) at 20241211090212378 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.c' (108,341) at 20210309003649652 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/doc/Makefile.am' (108,342) at 20210308004938816 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/0001-cmake-Do-not-use-isystem.patch' (108,343) at 20241221090017544 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/fls64.h' (108,344) at 20210307214931302 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/types.h' (108,345) at 20240405153046285 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk322x.h' (108,346) at 20210308005002664 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Hannington' (108,347) at 20210307205553798 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/trigger.cpp' (108,348) at 20240904080048947 to deleted uid set 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7dsabresd_defconfig' (108,349) at 20210308005003272 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-socket-read' (108,350) at 20240809080013506 2025-03-14 03:00:52.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/trace.c' (108,351) at 20220525020654255 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ektf2127.c' (108,352) at 20240405153230731 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ds4520.c' (108,353) at 20240405153230303 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/richtek,rt9455.yaml' (108,354) at 20240405153045141 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/smccc/Kconfig' (108,355) at 20210309003649364 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/super.c' (108,356) at 20241216090017705 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/asoc-s3c.h' (108,357) at 20210307214931470 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/Makefile' (108,358) at 20210308005002944 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/Kconfig' (108,359) at 20240405153230311 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ps3-head.S' (108,360) at 20210307214926362 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.h' (108,361) at 20210308005003368 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/Makefile' (108,362) at 20240405153229967 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/erofs.h' (108,363) at 20240405153231867 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/mux.c' (108,364) at 20210308005003012 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/aspeed_pcie.h' (108,365) at 20241211090212362 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-qcom.c' (108,366) at 20241008080013915 2025-03-14 03:00:52.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-visibility-off.svg' (108,367) at 20210308005107069 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_5_0_enum.h' (108,368) at 20210307214927690 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spider-pic.c' (108,369) at 20240405153046205 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/host1x.h' (108,370) at 20240405153052697 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/at91sam9_ddrsdr.h' (108,371) at 20210307214931590 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_seqadj.c' (108,372) at 20240405153053325 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/img-hash.txt' (108,373) at 20210307214925298 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-driver-habanalabs' (108,374) at 20240405153229727 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/brcm_100g_1p_ocp_mezz.json' (108,375) at 20240717080008023 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_dbgfs.h' (108,376) at 20240405153046953 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/main.h' (108,377) at 20210307214930734 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermal-engine/Makefile' (108,378) at 20240405153054381 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt2701-power.h' (108,379) at 20210307214931346 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/base.h' (108,380) at 20241204090010699 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.err' (108,381) at 20210308005046397 2025-03-14 03:00:52.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/timer.c' (108,382) at 20210308005002796 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-esdhc-imx.c' (108,383) at 20241216090017709 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/string_32.c' (108,384) at 20240405153046473 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c' (108,385) at 20240405153049873 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-amd-mp2.rst' (108,386) at 20210307214925506 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a77470-sysc.h' (108,387) at 20210307214931346 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/iostats.rst' (108,388) at 20240405153044945 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/remote.h' (108,389) at 20210308005003764 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/cputype.h' (108,390) at 20241011080017287 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-blk.h' (108,391) at 20210308005046481 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-aspeednic-use-mac2.inc' (108,392) at 20210307205554058 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_cttimeout.c' (108,393) at 20240405153053329 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/MAINTAINERS' (108,394) at 20210308005003028 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/hpfb.c' (108,395) at 20241008080013987 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c' (108,396) at 20240405153230947 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/packagegroups/packagegroup-amd-apps.bbappend' (108,397) at 20230211040012631 2025-03-14 03:00:52.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-WhitehawkHill' (108,398) at 20210307205553798 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/Kconfig' (108,399) at 20240405153051393 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/core.c' (108,400) at 20210309003650440 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial.service' (108,401) at 20241213090035010 to deleted uid set 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ucb1x00-core.c' (108,402) at 20240405153049625 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/migor_ts.c' (108,403) at 20240405153049161 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88472_priv.h' (108,404) at 20240405153230779 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/gpio_keys_polled.c' (108,405) at 20240405153230727 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/m88ds3103.h' (108,406) at 20220525020653243 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/hi6220-clock.h' (108,407) at 20210308005003632 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c' (108,408) at 20210307214927306 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-arrow-blue.svg' (108,409) at 20210308005107069 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/dax_pmem_test.c' (108,410) at 20210307214932626 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_vm.c' (108,411) at 20240405153048409 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net/first-boot-disable-ipmi-net.service' (108,412) at 20230613080012875 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel-sku6.dts' (108,413) at 20240405153045749 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat.h' (108,414) at 20240405153054385 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/smp.c' (108,415) at 20240405153046205 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx23418.h' (108,416) at 20210307214928686 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/siginfo.h' (108,417) at 20220525020652118 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/igt_gem_utils.c' (108,418) at 20240405153048481 2025-03-14 03:00:52.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-half-divider.c' (108,419) at 20220525020652326 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_net_dp.c' (108,420) at 20240405153050197 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adq12b.c' (108,421) at 20240405153046889 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dsc.h' (108,422) at 20240405153052629 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch' (108,423) at 20241221090017680 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/pmc.txt' (108,424) at 20210307214925406 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/init_task.c' (108,425) at 20241111090012149 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/regulator/design.rst' (108,426) at 20210307214925546 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/algboss.c' (108,427) at 20240405153046529 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx35-eukrea-mbimxsd35-baseboard.dts' (108,428) at 20240405153045489 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/mm/ioremap.c' (108,429) at 20240405153230151 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/posix_types.h' (108,430) at 20210308005002828 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console_%.bbappend' (108,431) at 20241206090014230 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/common.c' (108,432) at 20240405153231539 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/Kconfig' (108,433) at 20240405153049469 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/test_debug.rst' (108,434) at 20240405153044997 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/LdapStore.js' (108,435) at 20241004080035963 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/COPYING.apache-2.0' (108,436) at 20230412080023456 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scsi.h' (108,437) at 20210308005046481 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts' (108,438) at 20240405153229939 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-lib.sh' (108,439) at 20240913080015313 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml' (108,440) at 20240405153045129 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/subscr.c' (108,441) at 20220525020654919 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ptp.h' (108,442) at 20220525020653643 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/Makefile' (108,443) at 20240411080014066 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/fpu/xstate.h' (108,444) at 20240405153230111 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss/0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch' (108,445) at 20241206090014282 2025-03-14 03:00:52.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_debugctrl_bitdef.h' (108,446) at 20210307214930638 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-fcoe' (108,447) at 20240405153044913 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ab8500.c' (108,448) at 20240405153051489 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/CHANGELOG.md' (108,449) at 20241220090015098 to deleted uid set 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/sis.h' (108,450) at 20220525020654323 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctu_can_fd_regs.h' (108,451) at 20221215040039126 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/bitsperlong.h' (108,452) at 20210307214925650 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-input-pci.c' (108,453) at 20230925080039917 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-crypto-api-test_git.bb' (108,454) at 20220910030013341 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb' (108,455) at 20241206090014314 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/ethtool.c' (108,456) at 20240405153050557 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/uart.c' (108,457) at 20210307214929162 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes/meson.build' (108,458) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c' (108,459) at 20240405153047105 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/trace.h' (108,460) at 20220525020653371 2025-03-14 03:00:52.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend' (108,461) at 20221103030030172 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_platform.h' (108,462) at 20240405153231831 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/k3_bandgap.c' (108,463) at 20240405153231499 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/udf_i.h' (108,464) at 20240405153052553 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/vectors.S' (108,465) at 20240405153046509 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tehuti/tehuti.c' (108,466) at 20240405153050313 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/osnoise-tracer.rst' (108,467) at 20240405153045269 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-e3c256d4i.dts' (108,468) at 20240405153229863 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/mmapper_kern.c' (108,469) at 20240405153046341 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/lowlevel_init.S' (108,470) at 20210308005003024 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/sparc.lds' (108,471) at 20210308005003544 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK09.boot' (108,472) at 20240405153054369 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-querystd.rst' (108,473) at 20210309003648508 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb' (108,474) at 20240302090018210 to deleted uid set 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/Makefile' (108,475) at 20210308005003020 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/obmc_console.hpp' (108,476) at 20240817080003175 to deleted uid set 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/coredump.c' (108,477) at 20240405153050397 to deleted uid set 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/bus/match.cpp' (108,478) at 20230714080040163 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm.cfg' (108,479) at 20210307205554118 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/apple/cups/releases' (108,480) at 20210307205554242 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/fsp2_defconfig' (108,481) at 20240405153230027 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/vmlinux.lds.S' (108,482) at 20240405153230103 2025-03-14 03:00:52.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/.gitignore' (108,483) at 20240405153054361 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/psa-adac/0002-ADAC-Link-psa_interface-instead-of-tfm_sprt.patch' (108,484) at 20241221090017464 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.err' (108,485) at 20210308005046409 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/Makefile' (108,486) at 20210307214932450 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/pwrseq.c' (108,487) at 20240405153049657 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/async_raid6_recov.c' (108,488) at 20210309003649116 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c' (108,489) at 20240405153230611 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/microread/microread.h' (108,490) at 20220525020653819 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.slic' (108,491) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/memchr.S' (108,492) at 20210307214925870 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/EINTR_wrappers.h' (108,493) at 20210308005111457 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb' (108,494) at 20240413080012663 to deleted uid set 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/opos6ul.h' (108,495) at 20210308005002652 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0014_allow_empty_buildname.py' (108,496) at 20210307205554262 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/ps3stor_lib.c' (108,497) at 20210309003652168 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_mru_cache.c' (108,498) at 20240405153052605 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_eem.c' (108,499) at 20240405153231547 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/crct10dif-pclmul_glue.c' (108,500) at 20210307214926642 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/soc_dma.h' (108,501) at 20210308005046005 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/ata-generic.yaml' (108,502) at 20240405153045021 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_chain_nat.c' (108,503) at 20220525020654875 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_pmc56_test.c' (108,504) at 20240405153054361 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-busy.c' (108,505) at 20240405153046785 2025-03-14 03:00:52.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/crypto_engine.rst' (108,506) at 20240405153045009 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c' (108,507) at 20210307214932710 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/hwmtm.c' (108,508) at 20240405153050329 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_h.c' (108,509) at 20210308005046517 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_version.cpp' (108,510) at 20210308005108645 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/twl4030-power.txt' (108,511) at 20210307214925362 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/cpu-load.rst' (108,512) at 20240405153229835 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/multiconfig/firmware.conf' (108,513) at 20240302090018202 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/vdso64_generic.c' (108,514) at 20220525020652106 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/gpex-acpi.c' (108,515) at 20241211090212314 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/xmit.c' (108,516) at 20210309003651592 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.c' (108,517) at 20220525020654127 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_flags.h' (108,518) at 20210308005003644 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (108,519) at 20241206090014206 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml' (108,520) at 20210307214925306 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/nilfs2/dir.c' (108,521) at 20241216090017757 to deleted uid set 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/sprd-pcm-dma.c' (108,522) at 20220525020655091 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/.gitignore' (108,523) at 20210307214926758 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-querybuf.rst' (108,524) at 20210309003648508 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccicheck' (108,525) at 20210308005003724 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/stm32_hwspinlock.c' (108,526) at 20240405153048885 2025-03-14 03:00:52.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/service_files/hsbp-manager.service' (108,527) at 20210308005113633 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/perf/spe-pmu.yaml' (108,528) at 20240405153045125 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xt2000/include/platform/serial.h' (108,529) at 20210307214926770 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/Makefile' (108,530) at 20210307214926450 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/micro-support-card.h' (108,531) at 20210308005002796 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/secondary.png' (108,532) at 20220105012522963 to deleted uid set 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/tables.py' (108,533) at 20210307205554282 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/eeprom.h' (108,534) at 20210307214929774 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/auxiliary.c' (108,535) at 20240405153046681 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-mixed-append.bconf' (108,536) at 20220525020655111 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/Kconfig' (108,537) at 20240405153049353 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_thread.h' (108,538) at 20221215040039062 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/sil,sii9234.yaml' (108,539) at 20240405153045041 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_boca.c' (108,540) at 20210307214930738 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/uring_cmd.h' (108,541) at 20240405153052969 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/amlogic,meson8b-clkc-reset.h' (108,542) at 20210307214931346 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/Makefile' (108,543) at 20210308005003068 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/uaccess.h' (108,544) at 20240405153045865 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/hpre/hpre_main.c' (108,545) at 20241211090145401 2025-03-14 03:00:52.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3168a-spi.c' (108,546) at 20240405153053677 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-con-set.h' (108,547) at 20230925080040073 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7622.dtsi' (108,548) at 20240503080014458 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/uniphier-sd.c' (108,549) at 20240405153230863 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/cros_ec_keyb.c' (108,550) at 20240405153049133 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-ap325rxa/setup.c' (108,551) at 20240405153046305 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_bsm.json' (108,552) at 20241213090004409 to deleted uid set 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/spinlock.c' (108,553) at 20240405153053021 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/Dockerfile' (108,554) at 20220402030016063 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/atomic64-bench.c' (108,555) at 20210927100127461 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/jpeg-hw-exynos4.h' (108,556) at 20240405153049465 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/id_table.c' (108,557) at 20240405153049037 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/mxser.c' (108,558) at 20240405153231507 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,tmu.yaml' (108,559) at 20240405153045177 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/bootp/bootp.lds' (108,560) at 20240405153045369 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/pci.h' (108,561) at 20240405153046009 2025-03-14 03:00:52.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/Kconfig' (108,562) at 20210308005003008 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/mrc_util.c' (108,563) at 20210308005002860 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/sh7763rdp_defconfig' (108,564) at 20240405153046309 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-uptime-001.c' (108,565) at 20240405153054365 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_hdmi.c' (108,566) at 20240405153230583 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/Kbuild' (108,567) at 20210307214927930 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/user/index.rst' (108,568) at 20230426080043664 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/msdos_fs.h' (108,569) at 20210307214931642 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/method.md' (108,570) at 20240807080019546 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/Makefile' (108,571) at 20240405153045705 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-ocxl' (108,572) at 20210309003648256 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/core.c' (108,573) at 20240405153051421 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trace/common.h' (108,574) at 20210307214926678 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_init.h' (108,575) at 20210309003649484 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/isa-bus.c' (108,576) at 20240326080039454 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/octeon_edac-lmc.c' (108,577) at 20210307214927154 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_SPIFLASH_defconfig' (108,578) at 20210308005003244 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/Kconfig' (108,579) at 20240405153052229 2025-03-14 03:00:52.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/047_spl_bss_pad.dts' (108,580) at 20210308005003752 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h' (108,581) at 20240613080016435 to deleted uid set 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt6397-pinfunc.h' (108,582) at 20210307214931342 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/mibs/NotificationMIB.txt' (108,583) at 20210308005118485 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs4265.txt' (108,584) at 20210307214925426 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-cedarfork.c' (108,585) at 20240405153231323 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/acenv.h' (108,586) at 20220627100016934 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kprobes.h' (108,587) at 20240405153046277 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/stw481x-vmmc.c' (108,588) at 20240405153051473 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/locking.txt' (108,589) at 20240405153054069 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/bma150.c' (108,590) at 20240405153049141 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_subr.c' (108,591) at 20240405153052365 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/arm-cctrng.yaml' (108,592) at 20210307214925414 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_gpio-test.c' (108,593) at 20221215040039370 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-rev1.0/psu_init_gpl.c' (108,594) at 20210308005003200 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btrtl.c' (108,595) at 20241011080017295 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi' (108,596) at 20240405153045817 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip.txt' (108,597) at 20210308005003300 2025-03-14 03:00:52.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-colibri.dts' (108,598) at 20210308005002628 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kiihtelysvaara' (108,599) at 20210307205553770 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/dir.c' (108,600) at 20240405153231687 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipvlan/ipvlan_l3s.c' (108,601) at 20240405153050345 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_endpoint.h' (108,602) at 20240405153050341 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-lite.dtsi' (108,603) at 20240405153045781 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3568.dtsi' (108,604) at 20240405153045821 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_kexec_test.patch' (108,605) at 20210307205553750 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-sst-atom' (108,606) at 20240405153229731 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pc87413_wdt.c' (108,607) at 20240405153052245 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/hp206c.c' (108,608) at 20240405153049009 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/img/Makefile' (108,609) at 20220525020651990 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/twl4030_madc_battery.h' (108,610) at 20210307214931486 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701.c' (108,611) at 20240405153230211 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/img/pistachio.dtsi' (108,612) at 20220525020651990 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_core.h' (108,613) at 20241216090017797 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/Kconfig' (108,614) at 20210308005002952 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/test.c' (108,615) at 20240405153232255 2025-03-14 03:00:52.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi' (108,616) at 20240805080013915 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/memset.c' (108,617) at 20210916100017807 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pfn_t.h' (108,618) at 20210307214931470 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cpu-freq/cpufreq-stats.rst' (108,619) at 20210307214925266 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockopt.c' (108,620) at 20240405153054261 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/netxbig-gpio-ext.txt' (108,621) at 20210307214925318 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/raspberrypi,7inch-touchscreen.yaml' (108,622) at 20210307214925306 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_user_mem.c' (108,623) at 20240405153054237 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/Makefile' (108,624) at 20210309003650224 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/solutionengine.c' (108,625) at 20210307214929214 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/mdev/Makefile' (108,626) at 20240405153052161 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ovly.c' (108,627) at 20210307214927898 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/attributes.rst' (108,628) at 20240405153045201 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/Makefile' (108,629) at 20240405153045717 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7780/setup.c' (108,630) at 20210307214926538 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/menu.c' (108,631) at 20210308005003228 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm' (108,632) at 20240405153230367 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/Makefile' (108,633) at 20240405153053445 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/cmdline_kunit.c' (108,634) at 20240405153231947 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_signed_off_by_presence.pass' (108,635) at 20241206090014310 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/crc32-vpmsum_core.S' (108,636) at 20240405153046101 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Imlib2' (108,637) at 20211006000025238 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/br-odd.S' (108,638) at 20230426080043952 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_mem.c' (108,639) at 20210307214927082 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/fbterm' (108,640) at 20210307205554074 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/srm_printk.c' (108,641) at 20210307214925662 2025-03-14 03:00:52.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.0.network' (108,642) at 20210307205554222 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_8_2_sh_mask.h' (108,643) at 20210307214927534 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_off_cpu.c' (108,644) at 20240405153232235 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dlink/Kconfig' (108,645) at 20210307214929386 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com-v6.h' (108,646) at 20240405153051289 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/crypto/aes-round.h' (108,647) at 20230925080039853 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/fpu.c' (108,648) at 20210307214926098 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/Kbuild' (108,649) at 20240405153046089 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/spelling.txt' (108,650) at 20240405153053461 2025-03-14 03:00:52.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_config.h' (108,651) at 20241122090006180 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/header.scss' (108,652) at 20210308005107073 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblaze-linux-user.mak' (108,653) at 20230426080043656 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_nat.h' (108,654) at 20240405153052857 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/spi-nor-tiny.c' (108,655) at 20210308005003420 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/sysfs.c' (108,656) at 20240405153050729 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/i8254.c' (108,657) at 20241211090212342 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/softirq.h' (108,658) at 20240405153052797 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun8i-r40-usb-phy.yaml' (108,659) at 20240405153045129 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/Kconfig' (108,660) at 20210307214930170 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/build/conf/bblayers.conf' (108,661) at 20210307205554258 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h' (108,662) at 20240405153230591 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/burgundy.c' (108,663) at 20240405153232139 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/io_apic.h' (108,664) at 20240405153230111 2025-03-14 03:00:52.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispccdc.c' (108,665) at 20240405153230819 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symbol.c' (108,666) at 20240613080016563 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_vidi.h' (108,667) at 20210307214927774 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbrdummy.network' (108,668) at 20210507100027212 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/Makefile' (108,669) at 20210308005003712 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/dma.h' (108,670) at 20210307214926554 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/futex.c' (108,671) at 20210309003656020 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/include/avc_ss.h' (108,672) at 20240405153232115 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/0001-add-support-for-glesv2.patch' (108,673) at 20231126090012801 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' (108,674) at 20221025030015193 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/cache_file.c.patch' (108,675) at 20230706080014737 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/Makefile' (108,676) at 20210308005003052 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ep8248e.c' (108,677) at 20210307214926362 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/regsctl/main.cpp' (108,678) at 20240817080031296 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/mmc_test.c' (108,679) at 20240830080013271 2025-03-14 03:00:52.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/encrypted-keys/masterkey_trusted.c' (108,680) at 20210309003654552 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c' (108,681) at 20240405153050497 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/channel.h' (108,682) at 20220525020654195 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/scan.c' (108,683) at 20220525020654427 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c' (108,684) at 20240405153230583 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/bus.c' (108,685) at 20240429080012432 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/MAINTAINERS' (108,686) at 20210308005114857 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/plist.h' (108,687) at 20240405153052773 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu.h' (108,688) at 20241211090212366 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rodata_test.h' (108,689) at 20210307214931498 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/puma_rk3399.h' (108,690) at 20210308005003612 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/zmii.h' (108,691) at 20210307214929426 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_intel_mid.c' (108,692) at 20210308005003484 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice_value_with_m_dep/expected_config' (108,693) at 20210307214932154 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/export-to-sqlite-report' (108,694) at 20210307214932566 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xccvf/Makefile' (108,695) at 20240405153046957 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-arm-versatile.c' (108,696) at 20240405153230611 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/patchtest_patterns.py' (108,697) at 20241221090017632 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/Makefile' (108,698) at 20240405153046473 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/imx25-pdk.rst' (108,699) at 20210927100127077 2025-03-14 03:00:52.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/mpc8610hpcd.c' (108,700) at 20210308005002980 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_vp9.h' (108,701) at 20240405153049493 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/cache.json' (108,702) at 20240405153054109 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-busybox.png' (108,703) at 20210307205554326 to deleted uid set 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Khronos-old' (108,704) at 20241221090017616 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS0.conf' (108,705) at 20240529080017839 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/powernow-k7.c' (108,706) at 20210307214927058 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/edk2-build.py' (108,707) at 20240326080039626 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/Makefile' (108,708) at 20210308005002904 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch' (108,709) at 20240413080012699 to deleted uid set 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-ptp' (108,710) at 20240405153044929 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/fru.cpp' (108,711) at 20240926080014013 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-spmi.c' (108,712) at 20210307214926898 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/calling.h' (108,713) at 20240405153046365 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex1_user.c' (108,714) at 20240405153232099 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/builtin/Makefile' (108,715) at 20240405153046681 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dqblk_qtree.h' (108,716) at 20210307214931378 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS1.conf' (108,717) at 20230114040015462 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb.inc' (108,718) at 20241221090017508 to deleted uid set 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/Makefile' (108,719) at 20240405153045557 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/sch_ets_core.sh' (108,720) at 20210307214932690 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_labpc_cs.c' (108,721) at 20240405153046901 2025-03-14 03:00:52.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_device.hpp' (108,722) at 20240704080030215 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4.h' (108,723) at 20241216090017717 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/utils.c' (108,724) at 20241009080011085 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/novatek-nvt-ts.c' (108,725) at 20240405153230731 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c' (108,726) at 20240405153231571 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-dbg-defs.h' (108,727) at 20210307214926230 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/xilinx_gpio.c' (108,728) at 20210308005003380 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/ingenic,musb.yaml' (108,729) at 20240405153045181 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/cros-ec-sbs.dtsi' (108,730) at 20210308005002576 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rtt.h' (108,731) at 20210308005002716 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/kvm.h' (108,732) at 20240405153046401 2025-03-14 03:00:52.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/Makefile' (108,733) at 20210308005002984 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-combo.c' (108,734) at 20240613080016459 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/manager.cpp' (108,735) at 20240828080025979 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Bar.metadata.yaml' (108,736) at 20221213040029821 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common.errors.yaml' (108,737) at 20210610000035106 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c' (108,738) at 20210308005002756 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts' (108,739) at 20240405153229883 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v4.9.c' (108,740) at 20240405153050345 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_pmu.c' (108,741) at 20240405153046261 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme_fake.c' (108,742) at 20241018080014546 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/vga.h' (108,743) at 20240405153052953 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/plugin.py' (108,744) at 20210307205554258 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/README' (108,745) at 20210308005002964 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/debugfs.c' (108,746) at 20240405153050717 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_elf_helpers.h' (108,747) at 20220525020653943 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0005-Implement-timer-implementation-for-mips-platform.patch' (108,748) at 20240413080012651 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_stream.c' (108,749) at 20240405153232123 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/davicom/dm9051.h' (108,750) at 20240405153049897 2025-03-14 03:00:52.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfgpio.h' (108,751) at 20241211090145381 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch' (108,752) at 20241206090014210 to deleted uid set 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_lblcr.c' (108,753) at 20240405153232055 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/241.out' (108,754) at 20240326080039730 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/dma-iommu.c' (108,755) at 20240910080014018 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/optprobes.c' (108,756) at 20240405153046145 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/thread_self.c' (108,757) at 20240405153231727 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/uapi/lib.rs' (108,758) at 20240405153053421 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_nand_defconfig' (108,759) at 20210308005003264 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/traps.c' (108,760) at 20240405153046293 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PCIeSlot_LocationCode.json' (108,761) at 20221213040036921 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6q_defconfig' (108,762) at 20210308005003272 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ptr_ring.h' (108,763) at 20210309003653892 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/trace.h' (108,764) at 20210308005046061 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/maple/Makefile' (108,765) at 20210307214930430 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/oe-core.json' (108,766) at 20210307205554438 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/qxl/qxl_drv.h' (108,767) at 20240405153048701 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-highbank/Makefile' (108,768) at 20210308005002724 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid-host/cmd-utils.hpp' (108,769) at 20210308004925444 2025-03-14 03:00:52.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/perf-hooks.c' (108,770) at 20240405153054169 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pfkeyv2.h' (108,771) at 20240405153052933 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (108,772) at 20220812030014405 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clkt2xxx_dpllcore.c' (108,773) at 20240405153045661 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-a10-dramc.h' (108,774) at 20230426080043764 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/noverify-bmc-update.service' (108,775) at 20210307205554066 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/key_matrix.h' (108,776) at 20210308005003656 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-parameters.py' (108,777) at 20231126090012777 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c' (108,778) at 20240405153048801 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c' (108,779) at 20220525020653795 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/Makefile' (108,780) at 20240405153231471 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/pmc.c' (108,781) at 20240405153050477 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_network_security_utils.robot' (108,782) at 20240627080021048 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ContainerImageCollection_v1.xml' (108,783) at 20240619080002920 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/auxvec.h' (108,784) at 20210307214926558 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_txrx.h' (108,785) at 20240405153050113 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_tpg.h' (108,786) at 20240405153231491 2025-03-14 03:00:52.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/picosam9g45.h' (108,787) at 20210308005003612 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h' (108,788) at 20210308005002636 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0004-Use-pkgconfig-instead-of-libgcrypt-config.patch' (108,789) at 20230706080014737 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fib_rules.c' (108,790) at 20240405153053245 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rk3066_hdmi.h' (108,791) at 20210307214928030 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt6779.h' (108,792) at 20210309003652076 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/Kconfig' (108,793) at 20210307214926290 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-atmel.txt' (108,794) at 20240405153229779 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-search.png' (108,795) at 20220105012522975 to deleted uid set 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi' (108,796) at 20240405153045725 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/signal.h' (108,797) at 20240405153046133 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbfind.c' (108,798) at 20240405153046625 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/check_security.bbclass' (108,799) at 20210307205554106 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powercap.cpp' (108,800) at 20241212090017799 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-sdhci-gpio-s3c64xx.c' (108,801) at 20210309003648720 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/trace.h' (108,802) at 20210308005045825 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_prctl.h' (108,803) at 20220429100100642 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/sunplus/Kconfig' (108,804) at 20240405153051301 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/ioctls.h' (108,805) at 20210307214926762 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mce.h' (108,806) at 20240405153046117 2025-03-14 03:00:52.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-s6q.dts' (108,807) at 20220617030036053 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/hwprofile.c' (108,808) at 20230925080039837 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/backoff.h' (108,809) at 20220525020652118 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/routing.c' (108,810) at 20240405153053177 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/ats.c' (108,811) at 20240405153051217 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/et8ek8/et8ek8_reg.h' (108,812) at 20210307214928654 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/brcmstb-usb-pinmap.c' (108,813) at 20220525020654283 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/gameport.h' (108,814) at 20210307214931634 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/f_rockusb.h' (108,815) at 20210308005002660 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/initramfs.c' (108,816) at 20241211090145537 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/au1100fb.c' (108,817) at 20240405153052185 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb' (108,818) at 20241221090017548 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml' (108,819) at 20220315030032667 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/test.c' (108,820) at 20210307214932630 2025-03-14 03:00:52.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuriscv64.png' (108,821) at 20240309090012816 to deleted uid set 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/cb_pcidas64.c' (108,822) at 20240405153046889 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kdebug.h' (108,823) at 20210307214926382 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/allwinner/Kconfig' (108,824) at 20210307214929286 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/poplar.h' (108,825) at 20210308005003612 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ctr.c' (108,826) at 20220525020652214 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvc_v4l2.c' (108,827) at 20240405153049577 to deleted uid set 2025-03-14 03:00:52.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/smack/smackfs.c' (108,828) at 20241008080014047 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/relocation.c' (108,829) at 20241011080017351 to deleted uid set 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/serial-omap.h' (108,830) at 20210307214931482 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-unknown.json' (108,831) at 20210308005046409 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuswrite.hpp' (108,832) at 20240904080040759 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_flow.c' (108,833) at 20220525020653599 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Botsmark' (108,834) at 20210307205553778 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/Makefile' (108,835) at 20210308005003556 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch' (108,836) at 20241221090017640 2025-03-14 03:00:52.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_sim/vdpa_sim_net.c' (108,837) at 20240405153052161 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_mman.c' (108,838) at 20240815080012883 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/NMISource/meson.build' (108,839) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/file_descriptor.hpp' (108,840) at 20230512080021593 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_l2l3_test.c' (108,841) at 20240405153054361 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/i440fx.h' (108,842) at 20230925080039929 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/event_parser.cpp' (108,843) at 20240610080035204 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/h2200.h' (108,844) at 20210308005003596 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-properties/properties.yaml' (108,845) at 20210307205554226 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/sysfs.c' (108,846) at 20240613080016463 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_chan.h' (108,847) at 20241018080014482 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/keystone_defconfig' (108,848) at 20240405153229907 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/futex.h' (108,849) at 20220525020652034 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/Makefile' (108,850) at 20210308005003704 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/sysfs-pci.rst' (108,851) at 20240405153045281 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/irqs.h' (108,852) at 20240405153045685 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t43.h' (108,853) at 20210308005003588 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5420.c' (108,854) at 20240405153230239 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/akebono.dts' (108,855) at 20210309003648868 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/s6q-resolv.conf' (108,856) at 20220126110011868 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_nvm.c' (108,857) at 20240411080014102 2025-03-14 03:00:52.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/core_polaris.c' (108,858) at 20210307214925654 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-visitor-serialization.c' (108,859) at 20230426080043956 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/rx-softmmu.mak' (108,860) at 20240906080037160 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/44x/sam440ep.c' (108,861) at 20240405153046193 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/Makefile' (108,862) at 20240405153046917 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl/0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch' (108,863) at 20241221090017644 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/apds990x.rst' (108,864) at 20210309003648432 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,orion-pinctrl.txt' (108,865) at 20210307214925394 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/sandbox-dma-test.c' (108,866) at 20210308005003372 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb' (108,867) at 20230317080013825 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/cs35l45.h' (108,868) at 20240405153052653 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/kbuf.h' (108,869) at 20240411080014138 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-continue-mpreboot@.service.in' (108,870) at 20230513080022442 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/README.md' (108,871) at 20240702080029696 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema_4.23.0.bb' (108,872) at 20241221090017668 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/meta/file_io.c' (108,873) at 20241009080011085 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_stat.h' (108,874) at 20220525020652498 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_peq.h' (108,875) at 20240405153054013 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (108,876) at 20210812000025162 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/aio.h' (108,877) at 20240405153052657 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572ds_36b.dts' (108,878) at 20210307214926346 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c' (108,879) at 20240405153230391 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb' (108,880) at 20241221090017688 to deleted uid set 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb' (108,881) at 20221120040010738 2025-03-14 03:00:52.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/curve25519-core.S' (108,882) at 20210512100029182 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/reg_aic.h' (108,883) at 20210307214929774 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap-native_git.bb' (108,884) at 20240124090012266 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-common.h' (108,885) at 20240405153049469 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/resctrlfs.c' (108,886) at 20241216090017809 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c' (108,887) at 20240405153230363 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mpi-permissive' (108,888) at 20241221090017620 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/settings.cpp' (108,889) at 20240820080031614 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/lantiq_xrx200.c' (108,890) at 20240405153050049 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.h' (108,891) at 20210307214927290 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/hi8435.c' (108,892) at 20240405153048953 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/media.c' (108,893) at 20240405153232203 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.h' (108,894) at 20210309003649656 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/via-agp.c' (108,895) at 20240405153046745 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hi3620.dtsi' (108,896) at 20240405153045433 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_globals.c' (108,897) at 20240405153052593 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/meson.build' (108,898) at 20240326080039566 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/hid-sensor-press.c' (108,899) at 20220525020653111 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/mediatek,mt6370-backlight.yaml' (108,900) at 20240405153229771 2025-03-14 03:00:52.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-jaguar2.its.S' (108,901) at 20220525020651998 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/ioctl.rs' (108,902) at 20240405153053421 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/subprojects/phosphor-dbus-interfaces.wrap' (108,903) at 20211221040045334 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/keystone-netcp.txt' (108,904) at 20210307214925374 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor/phosphor-virtual-sensor.service.replace' (108,905) at 20230215040018439 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/atp870u.h' (108,906) at 20220525020653991 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi' (108,907) at 20240405153045537 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ioam6_iptunnel.c' (108,908) at 20240624080012828 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/mman.h' (108,909) at 20240405153046017 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jude' (108,910) at 20210307205553782 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-kernel/linux/linux-aspeed/greatlakes.cfg' (108,911) at 20230802080024722 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_vq.c' (108,912) at 20240405153048789 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssh/openssh_%.bbappend' (108,913) at 20210923000018031 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/adp8870.h' (108,914) at 20210307214931470 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/system_local.c' (108,915) at 20210307214930574 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-mux.c' (108,916) at 20240405153050345 2025-03-14 03:00:52.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/Kconfig' (108,917) at 20210308005002956 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci.c' (108,918) at 20240710080014589 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/hmc.c' (108,919) at 20240405153049069 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/action.c' (108,920) at 20210309003656020 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa.bb' (108,921) at 20241221090017684 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi' (108,922) at 20240405153045725 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_ph_w.c' (108,923) at 20210308005046505 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh3/clock-sh3.c' (108,924) at 20210307214926562 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb' (108,925) at 20240302090018214 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/asp8347_defconfig' (108,926) at 20210307214926366 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/vpermxor.uc' (108,927) at 20240405153053101 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_flower.h' (108,928) at 20240405153050073 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-zaius.dts' (108,929) at 20240809080013006 to deleted uid set 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts' (108,930) at 20240405153045537 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mcs_spinlock.h' (108,931) at 20210307214925850 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/Makefile' (108,932) at 20210309003648980 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c' (108,933) at 20240405153054281 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/recipes-wistron/packagegroups/packagegroup-wistron-apps.bb' (108,934) at 20231012080014472 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/generic/audio-graph-card2.c' (108,935) at 20241211090145569 2025-03-14 03:00:52.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/super.c' (108,936) at 20240405153052381 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/t4fw_version.h' (108,937) at 20210307214929374 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_stream_format.c' (108,938) at 20210307214930574 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/efs_fs_sb.h' (108,939) at 20210307214931630 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/fddi/index.rst' (108,940) at 20210309003648448 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/eth_hydra.c' (108,941) at 20210308005002964 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/sd-parameters.rst' (108,942) at 20210307214925562 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/local.conf.sample' (108,943) at 20241221090017572 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/Makefile' (108,944) at 20240405153232099 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/qspinlock_paravirt.h' (108,945) at 20240405153231915 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_ptp.c' (108,946) at 20240411080014098 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c' (108,947) at 20240405153048653 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py' (108,948) at 20210420000021558 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-array-unknown.out' (108,949) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-dac-ad5766' (108,950) at 20220525020651634 2025-03-14 03:00:52.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-helper-util.c' (108,951) at 20210307214926198 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_svm.c' (108,952) at 20241118090018495 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sed/sed/run-ptest' (108,953) at 20220502030010184 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson32/nand.h' (108,954) at 20210307214926222 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_nested_tsc_scaling_test.c' (108,955) at 20240405153054325 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-lp873x.c' (108,956) at 20240405153047077 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dts' (108,957) at 20220525020651918 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ipaq_micro_bl.c' (108,958) at 20240405153052173 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/Kconfig' (108,959) at 20210307214929378 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/riva/Makefile' (108,960) at 20210307214930934 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/pxa/ssp.c' (108,961) at 20240405153051765 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-clash-member.err' (108,962) at 20210927100127469 2025-03-14 03:00:52.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json' (108,963) at 20240715080020841 to deleted uid set 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/Makefile' (108,964) at 20210307214930846 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/ptrace.h' (108,965) at 20240405153046057 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/fpu.h' (108,966) at 20210307214925666 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/hyperv-tlfs.h' (108,967) at 20240405153231791 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xcm.dtsi' (108,968) at 20240405153045473 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/testexport.bbclass' (108,969) at 20241221090017608 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/isst-core-tpmi.c' (108,970) at 20240405153054221 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-kone.c' (108,971) at 20240405153230655 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/files/mhash.c' (108,972) at 20210307205554130 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-output.rst' (108,973) at 20220525020651786 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044l1.dtsi' (108,974) at 20240405153045809 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/configs/generic-64bit_defconfig' (108,975) at 20240405153046065 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff' (108,976) at 20220105012522987 to deleted uid set 2025-03-14 03:00:52.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyService.v1_0_1.json' (108,977) at 20240619080002948 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_pr.c' (108,978) at 20240405153051965 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9055/core.h' (108,979) at 20210307214931426 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-watchdog.cfg' (108,980) at 20220804030014671 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/verifyGeometry_test.cpp' (108,981) at 20231228090004568 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/pismo.h' (108,982) at 20210307214931454 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/avs/loader.c' (108,983) at 20240405153053941 to deleted uid set 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sphinx/kerneldoc.py' (108,984) at 20240405153229831 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/symsearch.c' (108,985) at 20240411080014154 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch' (108,986) at 20220910030013429 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-lilly-dbb056.dts' (108,987) at 20240405153045605 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-hidma' (108,988) at 20240405153044929 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/coco/tdx/tdx-shared.c' (108,989) at 20241211090145389 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-emmc-iris-v2.dts' (108,990) at 20240405153045529 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8308RDB_defconfig' (108,991) at 20210308005003236 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_flow_table_core.c' (108,992) at 20241216090017793 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compiler_types.h' (108,993) at 20241211090145533 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/Makefile' (108,994) at 20220525020651982 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/strstr_32.c' (108,995) at 20210307214926730 2025-03-14 03:00:52.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/board.h' (108,996) at 20210308005003052 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-2level-hwdef.h' (108,997) at 20210307214925854 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml' (108,998) at 20240405153045169 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/dma-helpers.c' (108,999) at 20241211090212462 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/utility.scss' (109,000) at 20210308005107073 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/v4l2.c' (109,001) at 20240405153049421 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/cmd_nettest.c' (109,002) at 20220215040051504 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c' (109,003) at 20240710080014585 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/power-button.sh' (109,004) at 20230920080013648 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/scu.h' (109,005) at 20210308005002780 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/thor.h' (109,006) at 20210308005003688 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/support-cross-compile-for-linux.patch' (109,007) at 20210307205553938 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/disk-events.c' (109,008) at 20240405153230155 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stora_Skedvi' (109,009) at 20210307205553790 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-emmc-aster.dts' (109,010) at 20240405153045529 2025-03-14 03:00:52.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kvm/svm/svm.c' (109,011) at 20240913080013773 to deleted uid set 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-TOU' (109,012) at 20211006000025246 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/inventory.template' (109,013) at 20210927100127345 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32746g-eval.dts' (109,014) at 20240405153045581 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/const.h' (109,015) at 20241211090212370 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/sd.h' (109,016) at 20220525020654591 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/fence' (109,017) at 20240405153053433 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/bootp.h' (109,018) at 20210308005003716 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-build-perf-report-email.py' (109,019) at 20220502030010232 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/wic' (109,020) at 20220721030015889 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/fcoe_sysfs.c' (109,021) at 20240405153051597 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-background-tracker.c' (109,022) at 20241211090145441 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sc7280.h' (109,023) at 20220525020654543 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Gerecse-Dorog-Tatabanya' (109,024) at 20210307205553774 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/Makefile' (109,025) at 20240405153047253 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/mpc5200.txt' (109,026) at 20240405153045141 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_cdc.c' (109,027) at 20240405153232079 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-input-cros-ec-keyb' (109,028) at 20220525020651634 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/percpu-rw-semaphore.rst' (109,029) at 20210307214925518 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_power_restore.robot' (109,030) at 20240628080017117 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra186_dspk.c' (109,031) at 20240520080015239 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/tdx.h' (109,032) at 20240405153046353 2025-03-14 03:00:52.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/ffs.S' (109,033) at 20240405153230095 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/exception.json' (109,034) at 20240405153054113 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_b.c' (109,035) at 20210308005046521 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h' (109,036) at 20240405153046853 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_usbtty_pnor_defconfig' (109,037) at 20210308005003280 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_clobber.S' (109,038) at 20240326080039742 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/vdso.h' (109,039) at 20210307214932614 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/host_manager.hpp' (109,040) at 20230629131804627 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-actions/platsmp.c' (109,041) at 20240405153045633 2025-03-14 03:00:52.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/4.json' (109,042) at 20240212090032050 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/smsc95xx.c' (109,043) at 20240613080016443 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch' (109,044) at 20230706080014765 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/scripts/parse_led.py' (109,045) at 20240911080053387 to deleted uid set 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h' (109,046) at 20240405153230603 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-i2c-pci.c' (109,047) at 20221215040039166 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/Kconfig' (109,048) at 20240405153231527 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/list_lru.h' (109,049) at 20240405153052721 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-sdb.dts' (109,050) at 20210308005002592 2025-03-14 03:00:52.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_metadata2.c' (109,051) at 20240405153054285 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan.c' (109,052) at 20240405153050109 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-hibvt.txt' (109,053) at 20210307214925406 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8510.h' (109,054) at 20210307214932354 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch' (109,055) at 20210307205553934 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__concepts.hpp' (109,056) at 20240817080036816 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-palo43.dts' (109,057) at 20240405153045605 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/isp116x.h' (109,058) at 20210307214931530 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mem.c' (109,059) at 20240405153230203 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager/blacklist.json' (109,060) at 20231028080017066 to deleted uid set 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3036-sdk-u-boot.dtsi' (109,061) at 20210308005002604 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/mxs-spi.yaml' (109,062) at 20240405153045173 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_bo.c' (109,063) at 20240415080012967 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hwio.c' (109,064) at 20240405153050705 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/cn10k-rng.c' (109,065) at 20240405153230199 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ir36021.rst' (109,066) at 20220525020651734 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm7150.c' (109,067) at 20240405153230231 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-md-stubs.c' (109,068) at 20240906080037320 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/Makefile' (109,069) at 20240405153054221 2025-03-14 03:00:52.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-av-core.h' (109,070) at 20210307214928682 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/qdu1000.h' (109,071) at 20240405153049169 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/date-time-controller.js' (109,072) at 20210308005107073 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/native.c' (109,073) at 20240405153230843 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usbdevice.h' (109,074) at 20210308005003692 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove-dove-db.dts' (109,075) at 20240405153045453 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/rdma.h' (109,076) at 20210307214929530 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi' (109,077) at 20240405153045529 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/wayland.rst' (109,078) at 20230114040015514 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/p2020.c' (109,079) at 20240405153046201 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-thread-pool.c' (109,080) at 20230925080040105 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/j1939-priv.h' (109,081) at 20240405153231999 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-load-ip.service' (109,082) at 20220527030025404 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_krb5_unseal.c' (109,083) at 20240405153232079 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/Kconfig' (109,084) at 20240405153051373 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_M5_defconfig' (109,085) at 20210308005003240 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/uprobes.c' (109,086) at 20240405153046153 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdp_redirect_multi.c' (109,087) at 20240405153054293 2025-03-14 03:00:52.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_accel.h' (109,088) at 20241001080013028 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpifunc.c' (109,089) at 20240405153053517 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch' (109,090) at 20230706080014733 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/host-gpio-monitor@.service.in' (109,091) at 20241126090005819 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/sdeventplus.wrap' (109,092) at 20220326030015450 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qnum.h' (109,093) at 20221215040039190 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.err' (109,094) at 20210308005046405 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/Kconfig' (109,095) at 20240405153051373 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8825.c' (109,096) at 20240405153232155 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/mmc35240.c' (109,097) at 20240405153049005 2025-03-14 03:00:52.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/google_accel_oob.hpp' (109,098) at 20240203090005566 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tlv320adc3xxx.c' (109,099) at 20240405153232163 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/freeze_controller.h' (109,100) at 20210308005002780 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_disc.h' (109,101) at 20241018080014542 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-debug.h' (109,102) at 20240405153049469 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/leds/ethanolx-led-manager-config/led.yaml' (109,103) at 20240829080014014 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/types.h' (109,104) at 20210308005003672 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/cypress,cypd4226.yaml' (109,105) at 20240405153229803 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/max2165.h' (109,106) at 20210307214928798 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/SpecialMode.interface.yaml' (109,107) at 20221207040023627 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/tpm.h' (109,108) at 20230426080043756 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acrestyp.h' (109,109) at 20240405153052613 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/madv_populate.c' (109,110) at 20240405153232275 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-fence-array.h' (109,111) at 20240405153052681 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am437x-gp-evm.dts' (109,112) at 20240405153045597 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts' (109,113) at 20240405153045817 2025-03-14 03:00:52.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSupply_v1.xml' (109,114) at 20240619080002932 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/format-code.sh' (109,115) at 20220922030007675 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cgroup.h' (109,116) at 20240405153052669 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/cs5536.h' (109,117) at 20210307214926222 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8649.c' (109,118) at 20240405153051465 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-blk-pci.c' (109,119) at 20221215040039170 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ia_css_xnr_param.h' (109,120) at 20210309003653020 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb' (109,121) at 20240106090017233 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/p11-kit/p11-kit_0.25.5.bb' (109,122) at 20241221090017700 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/hw_table.c' (109,123) at 20240405153231023 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_mem.c' (109,124) at 20240405153049113 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/fusb302.c' (109,125) at 20240405153231571 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-mc13783.c' (109,126) at 20210309003650248 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.json' (109,127) at 20210308005046401 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada3700/Makefile' (109,128) at 20210308005002752 2025-03-14 03:00:52.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lz4/lz4hc_compress.c' (109,129) at 20210309003654188 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata-v4.json' (109,130) at 20240529080008499 to deleted uid set 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_int.c' (109,131) at 20240405153050225 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf_legacy.h' (109,132) at 20240405153054061 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/Makefile' (109,133) at 20240405153046489 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/uaccess.h' (109,134) at 20240405153046313 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/Makefile' (109,135) at 20210307214932434 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.clang-tidy' (109,136) at 20240828080025975 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/sdram.c' (109,137) at 20210308005002976 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/usr-Makefile-apply-LDFLAGS-to-all-executables.patch' (109,138) at 20230706080014737 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/auth.h' (109,139) at 20240405153052801 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/OWNERS' (109,140) at 20240111090027434 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/MAINTAINERS' (109,141) at 20210308005002956 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-icnova-a20-adb4006.dts' (109,142) at 20240405153045385 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_fsms.c' (109,143) at 20240405153051533 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c' (109,144) at 20240405153048377 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sparx5-temp.rst' (109,145) at 20210309003648428 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8186-mcu.c' (109,146) at 20240405153046797 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0019-errno-util-Make-STRERROR-portable-for-musl.patch' (109,147) at 20240413080012651 2025-03-14 03:00:52.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/async_tx.h' (109,148) at 20210309003653824 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/LICENSE' (109,149) at 20210308005057625 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/azoteq,iqs7222.yaml' (109,150) at 20240405153229767 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/0001-scripts-Do-not-check-for-files-on-build-host.patch' (109,151) at 20220502030010108 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/Makefile' (109,152) at 20210308005002556 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/udev' (109,153) at 20210307205554482 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/fls.h' (109,154) at 20210308005003560 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/module-plts.c' (109,155) at 20240405153045629 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/sh7760fb.h' (109,156) at 20210307214926554 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml' (109,157) at 20240405153229771 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml' (109,158) at 20240405153045021 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/gsc.h' (109,159) at 20220525020653839 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-base.bb' (109,160) at 20210307205554482 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm63268-dma.h' (109,161) at 20210308005003636 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/Chassis/meson.build' (109,162) at 20231212090018774 to deleted uid set 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/napi.rst' (109,163) at 20240405153045241 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/check-config.sh' (109,164) at 20210308005003724 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem_gtt.h' (109,165) at 20240405153048525 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_phy_internal.c' (109,166) at 20240405153045669 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-ahci-glue.yaml' (109,167) at 20240405153045157 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/led-class-flash.c' (109,168) at 20240405153049217 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/mman.h' (109,169) at 20240405153230115 2025-03-14 03:00:52.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-vip.c' (109,170) at 20240405153049497 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/TODO' (109,171) at 20210307214927262 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_hs38be_defconfig' (109,172) at 20210308005003272 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_debugfs.c' (109,173) at 20241115090012953 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_0_enum.h' (109,174) at 20210307214927686 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/blocklayout/Makefile' (109,175) at 20210307214931146 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.h' (109,176) at 20210307214927926 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_ipt.c' (109,177) at 20210307214932058 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu75_discrete.h' (109,178) at 20240405153048341 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/compressed/console.c' (109,179) at 20210307214926306 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-migor/Makefile' (109,180) at 20210307214926538 2025-03-14 03:00:52.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc_14.2.bb' (109,181) at 20241221090017660 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/ul2_defconfig' (109,182) at 20210307214926546 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm8550-gcc.h' (109,183) at 20240405153052645 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/meson.build' (109,184) at 20241211090212246 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c' (109,185) at 20240405153047117 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/ssl.c' (109,186) at 20240405153046341 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/dm-uevent.rst' (109,187) at 20210307214925222 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/p2sb.h' (109,188) at 20240405153052773 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/index.rst' (109,189) at 20240405153229819 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/serial_reg.h' (109,190) at 20240405153052937 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Role_v1.xml' (109,191) at 20240619080002936 to deleted uid set 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/resolve_btfids/Makefile' (109,192) at 20240405153054041 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0028-corstone1000-boot-index-from-active.patch' (109,193) at 20240413080012627 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/clmul.h' (109,194) at 20240326080039526 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/journald-storage-policy.conf' (109,195) at 20240402080012066 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb' (109,196) at 20241221090017644 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/README.txt' (109,197) at 20240405153054385 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/galaxis.rcmm' (109,198) at 20210307205553754 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_iter.c' (109,199) at 20240405153054249 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-nyan-blaze.dts' (109,200) at 20240405153045477 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/control-names.rst' (109,201) at 20240405153045261 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-module' (109,202) at 20240405153044929 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb' (109,203) at 20230919080013974 2025-03-14 03:00:52.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h' (109,204) at 20240503080014470 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/io.c' (109,205) at 20210307214925962 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/phram.c' (109,206) at 20240405153049681 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cavium/atf_part.h' (109,207) at 20210308005003572 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/membuff.c' (109,208) at 20210308005003708 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' (109,209) at 20240826080030471 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/scp.py' (109,210) at 20241221090017628 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/zynqmp/clkc.c' (109,211) at 20240405153230247 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/gpio.h' (109,212) at 20210308005002836 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml' (109,213) at 20240405153229803 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc' (109,214) at 20241221090017568 to deleted uid set 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Barreleye.py' (109,215) at 20221209040046691 to deleted uid set 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes/multilib_global.bbclass' (109,216) at 20241221090017612 to deleted uid set 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/fennec_rk3288.h' (109,217) at 20210308005003596 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/Makefile' (109,218) at 20240405153048361 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/prism2mib.c' (109,219) at 20240405153051953 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pro4.c' (109,220) at 20210308005002792 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-build.h' (109,221) at 20210927100127129 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/txx9wdt.c' (109,222) at 20210307214930978 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_tpm_proxy.c' (109,223) at 20221215040039146 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/cursor_hidden.xpm' (109,224) at 20210308005046545 to deleted uid set 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/cik_dpm.h' (109,225) at 20240405153048325 2025-03-14 03:00:52.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/single-display-mpo.svg' (109,226) at 20240405153045213 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt8192-pinfunc.h' (109,227) at 20210309003653812 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h' (109,228) at 20240415080012979 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/uv/uv_mmrs.h' (109,229) at 20210307214926122 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stage2_pgtable.h' (109,230) at 20240405153045861 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/cpm.c' (109,231) at 20240405153230047 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqtest-single.h' (109,232) at 20221215040039378 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/open_session.cpp' (109,233) at 20220805030037279 to deleted uid set 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow_field-memcpy.c' (109,234) at 20240405153053105 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/tee-udev.rules' (109,235) at 20231011080016570 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0001-cross_add_configure_option.patch' (109,236) at 20230706080014753 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c' (109,237) at 20240613080016547 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/qcom,sec-qfprom.yaml' (109,238) at 20240405153229783 2025-03-14 03:00:52.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/static_gateway.hpp' (109,239) at 20241127090024701 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/stubs.c' (109,240) at 20210308005003544 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_types.h' (109,241) at 20210307214931138 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6311.h' (109,242) at 20210307214931498 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk322x.h' (109,243) at 20210308005002660 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xtfpga/Makefile' (109,244) at 20210307214926770 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/layer.conf' (109,245) at 20241221090017468 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20.dtsi' (109,246) at 20210308005002628 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/asm-prototypes.h' (109,247) at 20220525020651946 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/zImage.coff.lds.S' (109,248) at 20210307214926366 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/configure-pagesize-HACK.patch' (109,249) at 20230706080014745 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/mmu.c' (109,250) at 20240913080013769 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0014-timeSync-Portable-way-to-print-64bit-time_t.patch' (109,251) at 20240106090017233 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-ram.c' (109,252) at 20240405153046689 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/txq.h' (109,253) at 20240405153050525 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/qnx6.h' (109,254) at 20210307214931230 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/bmg160_i2c.c' (109,255) at 20240405153048985 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pgm-specification-softmmu.S' (109,256) at 20240326080039746 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/rootPlugin.py' (109,257) at 20210307214932722 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/tfrc_equation.c' (109,258) at 20220525020654819 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c' (109,259) at 20220525020653863 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-vdpa' (109,260) at 20240405153044917 2025-03-14 03:00:52.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-drivers.rst' (109,261) at 20240405153044953 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_blk.c' (109,262) at 20210308005003536 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/siox/Kconfig' (109,263) at 20210307214930430 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/entry/syscalls/mksyscalltbl' (109,264) at 20240405153054089 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (109,265) at 20230120040014546 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/usb_ops.c' (109,266) at 20220627100017074 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/sysv-fs.rst' (109,267) at 20210307214925490 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/pontis.c' (109,268) at 20210307214932262 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/dump_manager_bmc.hpp' (109,269) at 20241129090023557 to deleted uid set 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/cdns,cdns-pcie-ep.yaml' (109,270) at 20240405153045125 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.h' (109,271) at 20240405153047205 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mmc/siano/smssdio.c' (109,272) at 20210307214928674 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/rfc1201.c' (109,273) at 20210307214929250 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/dirty_log_perf_test.c' (109,274) at 20240405153054313 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareAlertServerPower.vue' (109,275) at 20241004080035967 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/topic_miami_defconfig' (109,276) at 20210308005003284 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/perf.py' (109,277) at 20210307205554290 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/Kconfig' (109,278) at 20210308005003352 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/dz.c' (109,279) at 20240405153231511 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libelf-gelf_getnote.c' (109,280) at 20210307214932466 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.rst' (109,281) at 20210308005046401 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020si-pre.dtsi' (109,282) at 20210307214926346 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/moxtet.txt' (109,283) at 20210307214925282 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sunxi-libretech-all-h3-it.dtsi' (109,284) at 20240405153045397 2025-03-14 03:00:52.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-nvme-sku.dtsi' (109,285) at 20240405153045785 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/toaster-managed-mode.json' (109,286) at 20210812000025314 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecurityPolicy.v1_0_2.json' (109,287) at 20240619080002952 to deleted uid set 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_3590.c' (109,288) at 20220525020653963 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/acpi.c' (109,289) at 20210308005002856 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-rt4505.yaml' (109,290) at 20240405153045089 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/registers.h' (109,291) at 20210308005045917 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/mm/.gitignore' (109,292) at 20240405153054069 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-ce6230-cardlist.rst' (109,293) at 20210307214925230 2025-03-14 03:00:52.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pci.h' (109,294) at 20240405153045861 2025-03-14 03:00:52.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon.c' (109,295) at 20241018080014554 2025-03-14 03:00:52.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/spi-nor.h' (109,296) at 20240405153052745 2025-03-14 03:00:52.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c' (109,297) at 20240405153050493 to deleted uid set 2025-03-14 03:00:52.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/inet_diag.c' (109,298) at 20241211090145553 2025-03-14 03:00:52.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/zmx25.c' (109,299) at 20210308005003068 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-socket.c' (109,300) at 20240906080037352 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_debugfs.h' (109,301) at 20240405153050805 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/smt.h' (109,302) at 20210307214929370 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Guildford' (109,303) at 20210307205553798 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/dc-glossary.rst' (109,304) at 20240405153045213 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds.dtsi' (109,305) at 20210308005002580 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/c293pcie.c' (109,306) at 20240405153230051 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/init_helpers.c' (109,307) at 20210308005002884 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0014-Handle-missing-gshadow.patch' (109,308) at 20240413080012651 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch' (109,309) at 20210307205554478 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.h' (109,310) at 20240405153051065 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/fsl,mxs-usbphy.yaml' (109,311) at 20240405153045129 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/trees.c' (109,312) at 20210308005003716 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_sandbox_test.c' (109,313) at 20210308005003348 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus_manager.cpp' (109,314) at 20241113090031717 to deleted uid set 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/gfx/irqsrcs_gfx_9_0.h' (109,315) at 20210307214927702 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/Kconfig' (109,316) at 20240405153231907 2025-03-14 03:00:52.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/Makefile' (109,317) at 20210307214926542 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-hcd.c' (109,318) at 20240405153052097 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/reverse_debugging.py' (109,319) at 20240906080037556 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/backends/cryptodev-vhost-user.c' (109,320) at 20241211090212206 to deleted uid set 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/gfs2-glocks.rst' (109,321) at 20240405153229811 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-bcm63138.yaml' (109,322) at 20240405153045089 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sgtl5000.c' (109,323) at 20240405153053749 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sstfb.c' (109,324) at 20240405153231595 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-nomadik/Kconfig' (109,325) at 20240405153045657 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-cmdq-helper.c' (109,326) at 20240613080016463 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/mal.c' (109,327) at 20241018080014490 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mtk-cir.txt' (109,328) at 20210307214925354 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/313.out' (109,329) at 20210927100127505 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/.shellcheck' (109,330) at 20210308005112989 to deleted uid set 2025-03-14 03:00:52.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/dhcp-done.cpp' (109,331) at 20240817080006807 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/cache.json' (109,332) at 20240405153054145 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c' (109,333) at 20240405153049689 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/0001-Avoid-using-hard-coded-usr-include-paths.patch' (109,334) at 20230919080013954 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/solomon/Kconfig' (109,335) at 20240405153048753 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/sssd.py' (109,336) at 20220721030015849 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_1.6.0.bb' (109,337) at 20231126090012781 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host/ampere-phosphor-softpoweroff' (109,338) at 20220318100023672 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/features.rst' (109,339) at 20240405153229835 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_chip.c' (109,340) at 20210309003651836 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/strict_rwx.c' (109,341) at 20240405153053021 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cfi.h' (109,342) at 20240405153231803 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/de-ch' (109,343) at 20210308005046145 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c' (109,344) at 20240405153230395 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound/run-ptest' (109,345) at 20241221090017500 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/gk104.c' (109,346) at 20220525020652971 2025-03-14 03:00:52.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/WRC+pooncerelease+fencermbonceonce+Once.litmus' (109,347) at 20210307214932502 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/commandutils.hpp' (109,348) at 20240817080006183 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/ixp4xx/Makefile' (109,349) at 20240405153046949 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pmem-pci.c' (109,350) at 20230925080039917 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-j721e-wiz.c' (109,351) at 20240405153051301 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dasbus/run-ptest' (109,352) at 20241206090014266 to deleted uid set 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sdeventplus.hpp' (109,353) at 20210702000054510 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.c' (109,354) at 20210307214927950 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-resv.h' (109,355) at 20240405153052681 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103.dtsi' (109,356) at 20240405153045717 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis.h' (109,357) at 20240326080039494 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cx82310_eth.c' (109,358) at 20240405153050377 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/event.c' (109,359) at 20240613080016559 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json' (109,360) at 20210307205553850 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/keystone/sci-clk.c' (109,361) at 20240405153230211 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_all_metrics.sh' (109,362) at 20240405153054173 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/mtip32xx/Kconfig' (109,363) at 20210307214926910 2025-03-14 03:00:52.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-vegman-n110.dts' (109,364) at 20240405153229867 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/ltc2952-poweroff.c' (109,365) at 20240405153051421 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/nand-macronix.txt' (109,366) at 20210307214925370 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/i8259.c' (109,367) at 20240405153046233 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/checkers.h' (109,368) at 20210307214925982 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml' (109,369) at 20240405153229771 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/display/drm_dp_mst_topology.c' (109,370) at 20241216090017697 to deleted uid set 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_addresses.c' (109,371) at 20210307214931798 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/calculate.hpp' (109,372) at 20240831080032256 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tdx/tdx_guest_test.c' (109,373) at 20240405153054377 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/Kconfig' (109,374) at 20210308005003028 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/ia_css_ob2_types.h' (109,375) at 20210307214930558 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3066a-cru.h' (109,376) at 20210307214931334 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-de2.h' (109,377) at 20210307214931350 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb' (109,378) at 20241221090017504 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/firefly-rk3399_defconfig' (109,379) at 20210308005003260 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch' (109,380) at 20241221090017640 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/glossary.txt' (109,381) at 20220525020655127 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/suniv-f1c200s-lctech-pi.dts' (109,382) at 20240405153045397 2025-03-14 03:00:52.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_tensor_a_regs.h' (109,383) at 20240405153046585 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/vfio-ccw.rst' (109,384) at 20210308005045809 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x02_sync.h' (109,385) at 20210307214928082 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/monkey.init' (109,386) at 20210307205554034 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/strfilter.h' (109,387) at 20220525020655179 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2562.c' (109,388) at 20240405153053801 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_absq_s_qb.c' (109,389) at 20210308005046505 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/ieee80211.c' (109,390) at 20240405153051897 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pcm_params.h' (109,391) at 20210309003653972 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra74x-mmc-iodelay.dtsi' (109,392) at 20240405153045601 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/cdns,wdt-r1p2.yaml' (109,393) at 20240405153045185 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__split.hpp' (109,394) at 20241219090033964 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/platform-device-test.c' (109,395) at 20240405153230187 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/irq_vectors.h' (109,396) at 20210307214926750 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/namespace.c' (109,397) at 20240405153052993 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/refscale/ver_functions.sh' (109,398) at 20240405153232287 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch' (109,399) at 20230520080014488 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/srcpos.c' (109,400) at 20220525020654943 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/io.c' (109,401) at 20210308005003548 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Device.metadata.yaml' (109,402) at 20220430030026016 2025-03-14 03:00:52.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max5970.h' (109,403) at 20240405153052729 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/mips-byte-order.patch' (109,404) at 20240124090012270 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/matchall.json' (109,405) at 20240405153054377 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/bcast.c' (109,406) at 20241008080014039 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt_mon.h' (109,407) at 20210307214928614 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/generate-srcuri.py' (109,408) at 20241221090017528 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/mocks/trigger_factory_mock.hpp' (109,409) at 20231228090030528 to deleted uid set 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/logic_iomem.c' (109,410) at 20240405153053093 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/images/core-image-weston-sdk.bb' (109,411) at 20241221090017684 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/interfaces_added.cpp' (109,412) at 20240820080028982 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/sockets.h' (109,413) at 20241211090212366 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-topology.h' (109,414) at 20241111090012169 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/index.rst' (109,415) at 20241221090017592 to deleted uid set 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm63268-reset.h' (109,416) at 20210308005003640 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/qemu-ppce500.c' (109,417) at 20210308005002988 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rtas_ddw.c' (109,418) at 20221215040039146 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master-aspeed.c' (109,419) at 20240405153047061 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi' (109,420) at 20240405153229935 2025-03-14 03:00:52.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/COPYING.MIT' (109,421) at 20210307205554134 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/cve-2014-9636.patch' (109,422) at 20210307205554574 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/handshake/netlink.c' (109,423) at 20240405153053237 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98095.c' (109,424) at 20240405153053629 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pfm.c' (109,425) at 20240405153054169 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gem.h' (109,426) at 20240405153048421 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/meson.build' (109,427) at 20241114091008832 to deleted uid set 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_interface.hpp' (109,428) at 20210625000105088 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/irq_32.h' (109,429) at 20240405153046317 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/logging.yml' (109,430) at 20220804030014663 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/pinctrl-as370.c' (109,431) at 20241008080013967 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/rpath.sh' (109,432) at 20240405153054357 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/async-teardown.c' (109,433) at 20240906080037448 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb' (109,434) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ptrace.h' (109,435) at 20240405153046321 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.4004.0.network' (109,436) at 20210307205554222 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/entry-armv.S' (109,437) at 20241211090145369 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/cm5200.dts' (109,438) at 20210307214926342 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-wifi-iris.dts' (109,439) at 20240405153045529 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/audit_fsnotify.c' (109,440) at 20240405153052973 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/no' (109,441) at 20210308005046149 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/llvm/llvm/llvm-config' (109,442) at 20221120040010734 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/audit.c' (109,443) at 20240405153053485 2025-03-14 03:00:52.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/gda.h' (109,444) at 20240405153046013 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_cq.c' (109,445) at 20240405153049041 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-max77620.c' (109,446) at 20240405153051337 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a35/cache.json' (109,447) at 20240405153054109 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/intel_th/gth.h' (109,448) at 20210307214928150 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/intel,lgm-clk.h' (109,449) at 20210307214931326 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/irq.c' (109,450) at 20240405153046345 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/Kconfig' (109,451) at 20210308005002976 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/gt215.fuc3.h' (109,452) at 20210307214927922 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/DriveCollection.json' (109,453) at 20240619080002944 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume/meson.build' (109,454) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/spinlock_types.h' (109,455) at 20210307214926586 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/impedance-analyzer/Makefile' (109,456) at 20210307214930522 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/stm32f2xx_spi.c' (109,457) at 20241211090212338 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/salinfo.c' (109,458) at 20240405153045925 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/sgx.h' (109,459) at 20240405153046425 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5235EVB_Flash32_defconfig' (109,460) at 20210308005003236 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/client.2200.conf' (109,461) at 20241031080012179 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun50i-h6-ccu.h' (109,462) at 20210308005003636 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/DENYLIST' (109,463) at 20240405153054241 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c' (109,464) at 20220525020655227 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/pwrseq.c' (109,465) at 20210307214929946 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb' (109,466) at 20241221090017688 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/build-igt.sh' (109,467) at 20240405153230527 2025-03-14 03:00:52.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb' (109,468) at 20240113090014536 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lm95241.c' (109,469) at 20240405153048861 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml' (109,470) at 20221207040023627 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm660l.dtsi' (109,471) at 20240405153045773 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml' (109,472) at 20240405153045045 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-dai-adda.c' (109,473) at 20240405153232187 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/verifyDriveGeometry.cpp' (109,474) at 20240817080005771 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-spi-avmm.c' (109,475) at 20240405153046693 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_omap5_common.h' (109,476) at 20210308005003620 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch' (109,477) at 20220502030010112 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/pcs/mediatek,sgmiisys.yaml' (109,478) at 20240405153045117 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips64-linux' (109,479) at 20241206090014350 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ebpf/syscall.rst' (109,480) at 20240405153045301 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-pxs2.c' (109,481) at 20240405153232203 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/initscripts/init-system-helpers_1.67.bb' (109,482) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/ethernut5_pwrman.c' (109,483) at 20210308005002952 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/relocate.c' (109,484) at 20210308005002888 2025-03-14 03:00:52.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c' (109,485) at 20210307214926178 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/pic.c' (109,486) at 20240405153046213 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/cirrus/cs_dsp.h' (109,487) at 20240405153052689 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-time-manager/meson.options' (109,488) at 20230817080044709 to deleted uid set 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/Makefile' (109,489) at 20240405153046221 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-cpu-debug.c' (109,490) at 20240405153048889 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c' (109,491) at 20210308005002856 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/drvfbi.c' (109,492) at 20220525020653667 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-udoo-neo-full.dts' (109,493) at 20240405153045525 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server-modal.html' (109,494) at 20210308005107077 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/intelfb.rst' (109,495) at 20210307214925478 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/Makefile' (109,496) at 20240405153051405 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-compute.inc' (109,497) at 20211111010015492 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2945.c' (109,498) at 20240405153048861 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_512x512.png' (109,499) at 20210308005046549 to deleted uid set 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/xilinx_gmii2rgmii.c' (109,500) at 20240405153050365 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/sdbusplus.wrap' (109,501) at 20240830080004343 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/Kconfig' (109,502) at 20240405153045653 2025-03-14 03:00:52.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/average.h' (109,503) at 20210307214931358 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/pfunc_core.c' (109,504) at 20240405153046213 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_main.c' (109,505) at 20240913080013809 to deleted uid set 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/technisat.rst' (109,506) at 20210307214925234 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/aspeed-image-norootfs.bb' (109,507) at 20210307205553670 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psutils.c' (109,508) at 20240405153046625 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/input_system.h' (109,509) at 20210307214930546 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.err' (109,510) at 20220429100100882 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/BIG.FAT.WARNING' (109,511) at 20210308005003732 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc' (109,512) at 20240127090011888 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/adp-ag101p_defconfig' (109,513) at 20210308005003244 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/mixins.scss' (109,514) at 20210308005107073 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c' (109,515) at 20240405153230615 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb' (109,516) at 20241221090017644 to deleted uid set 2025-03-14 03:00:52.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bm_mode_transition_unittest.cpp' (109,517) at 20240820080007201 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/hyperv-iommu.c' (109,518) at 20240405153230743 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx-ldb-helper.h' (109,519) at 20240405153048377 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3mmu.h' (109,520) at 20210307214926166 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_2_defconfig' (109,521) at 20210308005003272 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/kasan.h' (109,522) at 20240405153231963 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/Makefile' (109,523) at 20210308005003004 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/apei.c' (109,524) at 20220525020652154 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c' (109,525) at 20210307214927266 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch' (109,526) at 20210307205553742 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-with-GCC-exception' (109,527) at 20210307205554422 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kdump/gdbmacros.txt' (109,528) at 20240405153044949 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/sc27xx_adc.c' (109,529) at 20240405153230691 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dts' (109,530) at 20220525020651930 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SMPPL' (109,531) at 20211006000025242 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb' (109,532) at 20230114040015550 to deleted uid set 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/clk.c' (109,533) at 20210308005002796 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/Makefile' (109,534) at 20210309003651792 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/abituguru.rst' (109,535) at 20210309003648424 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Power_off' (109,536) at 20210308005007100 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usb_stream.h' (109,537) at 20220525020655107 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-sh2007.c' (109,538) at 20210309003648972 2025-03-14 03:00:52.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb' (109,539) at 20230520080014480 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/yellow_carp_offset.h' (109,540) at 20240405153230499 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/hello.c' (109,541) at 20230629131804615 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/callchain.c' (109,542) at 20240405153052997 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/panic.h' (109,543) at 20210308005046285 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_SDCARD_defconfig' (109,544) at 20210308005003244 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_chip.h' (109,545) at 20210307214930670 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_spill_fill.c' (109,546) at 20240405153054285 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/transmeta.c' (109,547) at 20210307214926698 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/traceevents' (109,548) at 20230627080024910 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-platform-wmi-bmof' (109,549) at 20240405153229727 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.c' (109,550) at 20240405153046953 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/Makefile' (109,551) at 20210308005002776 2025-03-14 03:00:52.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h' (109,552) at 20240405153047205 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/or51132.c' (109,553) at 20240405153230779 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151a-prtt1l.dtsi' (109,554) at 20240405153045585 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml' (109,555) at 20240405153229779 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsload.c' (109,556) at 20240405153046621 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cpu.h' (109,557) at 20240405153046277 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/fans.json' (109,558) at 20240918080013376 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-nanopi-neo4.dts' (109,559) at 20210307214926046 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4709.dtsi' (109,560) at 20240405153045425 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/key.c' (109,561) at 20241111090012165 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cache.h' (109,562) at 20240405153046001 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad193x-spi.c' (109,563) at 20210307214932290 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/Makefile' (109,564) at 20210307214930438 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/storagecommands.hpp' (109,565) at 20240829080009330 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mediatek/mtk-mutex.h' (109,566) at 20240405153052793 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/fiji_baco.h' (109,567) at 20210309003649648 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/MAINTAINERS' (109,568) at 20210308005002916 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/raspberrypi-power.h' (109,569) at 20210308005003640 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/AUTHORS' (109,570) at 20210307205554642 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-aes.c' (109,571) at 20230925080040101 2025-03-14 03:00:52.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb-pb.dts' (109,572) at 20210307214926346 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/Kconfig' (109,573) at 20210307214929698 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt8173-larb-port.h' (109,574) at 20220525020654547 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/gpio-au1300.h' (109,575) at 20240405153046005 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/hdlc_cisco.c' (109,576) at 20220525020653703 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/syscon_rk3036.c' (109,577) at 20210308005002772 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/gen/meson.build' (109,578) at 20240925080038338 to deleted uid set 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-a83t.h' (109,579) at 20210307214927026 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/cache.json' (109,580) at 20240405153054125 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cmpxchg-cas.h' (109,581) at 20210307214926550 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/Kconfig' (109,582) at 20210308005003496 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1d.sh' (109,583) at 20240405153054297 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ux500/pm.c' (109,584) at 20240405153045689 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/LICENSE' (109,585) at 20210308004932836 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf3.c' (109,586) at 20240405153054273 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/stackprotector.h' (109,587) at 20240405153046017 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/cpu_loop.c' (109,588) at 20221215040039206 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch' (109,589) at 20210307205553798 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/Kconfig' (109,590) at 20210308005003052 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/flexfilelayout/Makefile' (109,591) at 20210307214931150 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/psa-adac/0003-Fix-psa_key_handle_t-initialization.patch' (109,592) at 20241221090017464 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-enc.c' (109,593) at 20210309003650336 2025-03-14 03:00:52.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw.bb' (109,594) at 20241206090014226 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c' (109,595) at 20240405153048813 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rdma_core.h' (109,596) at 20210307214931610 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc.h' (109,597) at 20210308005003728 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/meson.build' (109,598) at 20240827080002182 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/bpck6.c' (109,599) at 20240405153046665 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/Kconfig' (109,600) at 20240405153231467 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/Kconfig' (109,601) at 20210308005002728 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c_rfk.h' (109,602) at 20240405153050681 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml' (109,603) at 20240405153045017 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockmap_basic.c' (109,604) at 20240405153232259 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/io.h' (109,605) at 20210307214926362 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/ddr.h' (109,606) at 20210308005002968 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.h' (109,607) at 20210307214929938 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c' (109,608) at 20240405153054245 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubirw.service.in' (109,609) at 20210308005100305 to deleted uid set 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/tests.py' (109,610) at 20241221090017592 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-mei' (109,611) at 20210309003648252 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6002-j375d.dts' (109,612) at 20240405153045717 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/progress.py' (109,613) at 20220402030016091 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_defconfig' (109,614) at 20210308005003244 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ti,dac5571.yaml' (109,615) at 20240405153045073 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb' (109,616) at 20240821080012435 to deleted uid set 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap34xx.dtsi' (109,617) at 20210308005002600 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/hibernate_asm_32.S' (109,618) at 20220525020652194 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl.h' (109,619) at 20240405153049529 2025-03-14 03:00:52.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kcov.rst' (109,620) at 20240405153045009 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8173.c' (109,621) at 20240405153051285 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUPL-1.1' (109,622) at 20210307205554422 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/rcar-gen3-cpg.h' (109,623) at 20210308005003352 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/uefi-secureboot.yml' (109,624) at 20241221090017464 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bb' (109,625) at 20220921030015986 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/utsname_sysctl.c' (109,626) at 20240405153053077 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/__init__.py' (109,627) at 20210307205554262 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/virt/guest-halt-polling.rst' (109,628) at 20220525020651774 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1023rdb.dts' (109,629) at 20220525020652026 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/Makefile' (109,630) at 20240405153049897 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml' (109,631) at 20240912080012038 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_with_cpumap_helpers.c' (109,632) at 20240405153054281 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva-initial_2.22.0.bb' (109,633) at 20241221090017684 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/visualize-pdr/requirements.txt' (109,634) at 20240910080037467 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-touch-cap.h' (109,635) at 20210307214928794 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/af_rds.c' (109,636) at 20240405153232071 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-miqi.dtsi' (109,637) at 20210308005002604 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/arch_timer.h' (109,638) at 20240405153045617 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig' (109,639) at 20210308005003236 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_cif.h' (109,640) at 20210309003654940 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/greybus_trace.h' (109,641) at 20220525020653039 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/btrfs-tests.h' (109,642) at 20210307214931026 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/p10bmc/obmc/fan-watchdog/fan-watchdog.conf' (109,643) at 20210409000019717 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-btf' (109,644) at 20220525020651634 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/Sun' (109,645) at 20210307205553754 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3.dtsi' (109,646) at 20240405153045425 2025-03-14 03:00:52.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/spear.h' (109,647) at 20240405153052669 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vxlan/vxlan_mdb.c' (109,648) at 20240405153050389 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/board-dt.c' (109,649) at 20240405153045673 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c' (109,650) at 20240712080021065 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/targeting.hpp' (109,651) at 20230512080029401 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_protocol.robot' (109,652) at 20240911080043995 to deleted uid set 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-drc02.dts' (109,653) at 20240405153045529 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-iva-thermal.dtsi' (109,654) at 20210308005002576 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmast.c' (109,655) at 20220525020654467 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/st_accel_buffer.c' (109,656) at 20240405153048941 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/Makefile' (109,657) at 20210307214929206 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/MAINTAINERS' (109,658) at 20210308005003204 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7766.c' (109,659) at 20240405153048945 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-xive.rst' (109,660) at 20210308005045805 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp513.rst' (109,661) at 20210309003648428 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch' (109,662) at 20240413080012659 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml' (109,663) at 20220315030032667 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_46.0.bb' (109,664) at 20241221090017488 to deleted uid set 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.10.bb' (109,665) at 20241221090017692 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_tx.c' (109,666) at 20240405153050089 2025-03-14 03:00:52.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/btf_ids.h' (109,667) at 20240405153231803 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/acpi_viot.h' (109,668) at 20220818100014819 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dcr-generic.h' (109,669) at 20210307214926378 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/faraday,tve200.yaml' (109,670) at 20220525020651670 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3188-cru-common.h' (109,671) at 20210307214931334 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h' (109,672) at 20240405153230591 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-queue.c' (109,673) at 20240405153049369 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/run-ptest' (109,674) at 20231011080016582 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/Makefile' (109,675) at 20210307214929882 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/mcdi.h' (109,676) at 20240405153050285 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bcm6358-reset.h' (109,677) at 20220525020654547 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb' (109,678) at 20210812000025178 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-cfg-block.c' (109,679) at 20210308005003084 2025-03-14 03:00:52.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-wifi-bt.dtsi' (109,680) at 20240405153045425 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/hfi.h' (109,681) at 20240405153230707 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/trace.h' (109,682) at 20240411080014062 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/mm/page-types.c' (109,683) at 20241125090012267 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem.c' (109,684) at 20241211090212210 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/tee_shm.c' (109,685) at 20240405153051969 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/sd_adc_modulator.c' (109,686) at 20210309003650012 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/zns.c' (109,687) at 20240405153051201 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbh25.h' (109,688) at 20210307214928630 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-gpio-monitor/test/meson.build' (109,689) at 20240625080021640 to deleted uid set 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/filter/Kconfig' (109,690) at 20240405153048981 2025-03-14 03:00:52.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rtc/ds1685.h' (109,691) at 20240405153052789 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-sh03.c' (109,692) at 20210307214926546 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/manage.c' (109,693) at 20210307214929430 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/coalesced_mmio.c' (109,694) at 20240405153054389 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/termbits.h' (109,695) at 20240405153046133 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/all.vue' (109,696) at 20220105012522959 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' (109,697) at 20240829080022546 to deleted uid set 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/expected_stdout' (109,698) at 20210308005003736 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-m920x-cardlist.rst' (109,699) at 20210307214925230 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/net.c' (109,700) at 20241011080017375 to deleted uid set 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch' (109,701) at 20241221090017672 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.errors.yaml' (109,702) at 20210610000035106 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_optidma.c' (109,703) at 20240405153046665 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Redundancy_v1.xml' (109,704) at 20240619080002936 to deleted uid set 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vlan.c' (109,705) at 20240405153050177 2025-03-14 03:00:52.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sitronix-st7789v.c' (109,706) at 20240624080012776 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra30-car.h' (109,707) at 20210307214931338 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9132-db.dtsi' (109,708) at 20240405153045745 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftpd-hpa.socket' (109,709) at 20210307205553822 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/media-entity.h' (109,710) at 20240405153231847 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply/meson.build' (109,711) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/types.h' (109,712) at 20210307214926398 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/Makefile' (109,713) at 20210308005003036 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.8.bb' (109,714) at 20230114040015490 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/cpu.c' (109,715) at 20240405153051209 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/gef_ppc9a.dts' (109,716) at 20210307214926342 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/win_dump.c' (109,717) at 20240906080037180 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb' (109,718) at 20230811080018330 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/fplsp.doc' (109,719) at 20210307214926146 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/nested-struct-data.out' (109,720) at 20210308005046409 to deleted uid set 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/stream_interleave.h' (109,721) at 20210307214931574 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/compat.h' (109,722) at 20240405153046277 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/pcie_card_floors.cpp' (109,723) at 20240820080023686 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/dma.h' (109,724) at 20240405153045913 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j784s4.dtsi' (109,725) at 20240405153229975 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-debayer.c' (109,726) at 20240405153049525 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/arm-spe.c' (109,727) at 20240405153232219 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/ddr.h' (109,728) at 20210308005002996 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch' (109,729) at 20241206090014334 2025-03-14 03:00:52.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpupower.h' (109,730) at 20210307214932614 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_nand.c' (109,731) at 20210308005003372 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/nxp/Makefile' (109,732) at 20210307214929574 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/ich9-ehci-uhci.cfg' (109,733) at 20210308005045797 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/processor.c' (109,734) at 20240405153046289 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/syscon_rv1108.c' (109,735) at 20210308005002776 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/int_sqrt.c' (109,736) at 20220525020654751 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/spu_csa.h' (109,737) at 20210307214926390 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS2-ssh-host@.service' (109,738) at 20230203040020726 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/TPMEnable-default-true.override.yml' (109,739) at 20210307205553718 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch' (109,740) at 20240413080012639 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_flong.c' (109,741) at 20210307214926274 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap5-gpu-thermal.dtsi' (109,742) at 20210308005002600 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/Makefile' (109,743) at 20210308005002552 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6360-regulator.c' (109,744) at 20240520080015167 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c' (109,745) at 20220525020654207 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/prom.h' (109,746) at 20240405153046001 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/convert-gulong.patch' (109,747) at 20231126090012805 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb' (109,748) at 20230211040012655 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb' (109,749) at 20241221090017492 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/MCTPReactor.hpp' (109,750) at 20241205090004235 to deleted uid set 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_vcpu_insn.h' (109,751) at 20240405153046245 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_call_robot.py' (109,752) at 20241029080012599 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx6ul_ccm.h' (109,753) at 20210308005046021 2025-03-14 03:00:52.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.h' (109,754) at 20240405153230419 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/Makefile' (109,755) at 20240405153052993 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/slot-gpio.h' (109,756) at 20240617080017406 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (109,757) at 20241123090010951 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/sys_hwprobe.S' (109,758) at 20240405153046261 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/Makefile' (109,759) at 20240405153050497 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/either-1-rs.wrap' (109,760) at 20241211090212458 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-pico-hobbit.dts' (109,761) at 20240405153045505 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-libtool-Do-not-add-build-time-library-paths-to-LD_LI.patch' (109,762) at 20230609080014387 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/Makefile' (109,763) at 20210308005003044 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_tlong.c' (109,764) at 20210307214926274 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/start.rst' (109,765) at 20240405153045009 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_omap.c' (109,766) at 20241211090145497 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ether_fcc.c' (109,767) at 20210308005002832 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_counter.h' (109,768) at 20240405153050073 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/mainloop.c' (109,769) at 20240405153054381 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/pci.h' (109,770) at 20240405153229855 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts' (109,771) at 20240405153229891 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-dqevent.rst' (109,772) at 20220525020651778 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/ashldi3.c' (109,773) at 20210307214931790 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/sys-tree.h' (109,774) at 20210307205554486 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_ar9331.c' (109,775) at 20240405153053233 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-dreamcast/mach/dma.h' (109,776) at 20210307214926558 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/init.c' (109,777) at 20240617080017406 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt' (109,778) at 20210308005003308 2025-03-14 03:00:52.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/skfbiinc.h' (109,779) at 20210307214929666 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/urandom' (109,780) at 20220405030025645 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/Makefile.am' (109,781) at 20210308005057105 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1308-sdw.h' (109,782) at 20240405153053689 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py' (109,783) at 20241205090013980 to deleted uid set 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/spike.c' (109,784) at 20241211090212326 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tc74.c' (109,785) at 20240405153048877 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8173-pm-domains.h' (109,786) at 20240405153231347 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt712-sdca-sdw.h' (109,787) at 20240405153053745 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/Kconfig' (109,788) at 20240405153049473 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.compiler' (109,789) at 20240405153232099 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria5.dtsi' (109,790) at 20240405153045441 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8326.h' (109,791) at 20240405153232151 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/jump_label.h' (109,792) at 20240812080017228 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm3384_viper.dtsi' (109,793) at 20210307214926190 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/test.py' (109,794) at 20210307205554434 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml' (109,795) at 20240405153045089 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn315.c' (109,796) at 20240405153047301 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020rdb.dts' (109,797) at 20210307214926346 2025-03-14 03:00:52.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_nes.c' (109,798) at 20210308005046529 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_user.c' (109,799) at 20241104090011623 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485GFE_defconfig' (109,800) at 20210308005003236 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-generic-thread-pointer.h' (109,801) at 20220804100016152 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/arm-ffa-transport.cfg' (109,802) at 20241221090017472 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/fallback-group' (109,803) at 20210307205554542 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/sysemu-cpu-ops.h' (109,804) at 20240326080039534 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mstar,msc313-mpll.yaml' (109,805) at 20220525020651666 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/Makefile' (109,806) at 20220525020652194 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/lapic.h' (109,807) at 20240405153046449 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_1_default.h' (109,808) at 20210307214927670 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/README' (109,809) at 20210308005003168 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-apf27.dts' (109,810) at 20240405153045485 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6105x-regulator.c' (109,811) at 20240405153051473 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/mlx-wdt.rst' (109,812) at 20210309003648512 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/MAINTAINERS' (109,813) at 20210308005002948 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch' (109,814) at 20241206090014310 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/diu.txt' (109,815) at 20210307214925402 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/dcgu.c' (109,816) at 20210308005003020 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/addrspace.h' (109,817) at 20210308005002816 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_sllv.c' (109,818) at 20210308005046525 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/cryptoErase.cpp' (109,819) at 20240817080005771 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/most/i2c/Makefile' (109,820) at 20210307214930598 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/module.c' (109,821) at 20240906080037592 2025-03-14 03:00:52.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/page.h' (109,822) at 20240405153052617 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_proto_tcp.c' (109,823) at 20240405153232059 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cmpxchg.h' (109,824) at 20210307214926578 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/Kconfig' (109,825) at 20210308005002964 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_5_2_1_offset.h' (109,826) at 20240405153048005 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/ill_acc.c' (109,827) at 20240405153230019 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/u-boot.h' (109,828) at 20210308005002544 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/special.h' (109,829) at 20240405153054077 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/s390-sample-raw.c' (109,830) at 20240405153232239 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c' (109,831) at 20240405153230407 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fcoe/fcoe.c' (109,832) at 20240405153051597 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/tracepoints.rst' (109,833) at 20210309003648460 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/mct_u232.h' (109,834) at 20210307214930866 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lp87565.c' (109,835) at 20240405153230835 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.nbd' (109,836) at 20210308005046469 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch' (109,837) at 20240413080012639 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c' (109,838) at 20240815080012875 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/coding-style.rst' (109,839) at 20240405153045245 2025-03-14 03:00:52.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/simplebench.py' (109,840) at 20210927100127349 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/acbel-fsg032.rst' (109,841) at 20240405153045217 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/irq.c' (109,842) at 20240830080013243 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-07' (109,843) at 20210908000010395 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/snps,arc700-intc.txt' (109,844) at 20210307214925342 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/csumpartial.S' (109,845) at 20210307214925866 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/gsc_proxy/mei_gsc_proxy.c' (109,846) at 20240405153230847 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_phy.h' (109,847) at 20210307214929574 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-tb10x/tb10x.c' (109,848) at 20210307214925674 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/meson8-ddr-clkc.h' (109,849) at 20210307214931326 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TrustedComponent.v1_3_1.json' (109,850) at 20240619080002956 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/emc2103.rst' (109,851) at 20210307214925498 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-colibri.dtsi' (109,852) at 20240405153045537 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-stinger96.dtsi' (109,853) at 20240405153045585 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb' (109,854) at 20241221090017548 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_direct_packet_access.c' (109,855) at 20240405153054281 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/aspeed_i3c.h' (109,856) at 20241211090212358 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-contained-read.c' (109,857) at 20230421080019768 2025-03-14 03:00:52.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_pmbus.hpp' (109,858) at 20240425080034047 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-tmc-etr.c' (109,859) at 20241008080013927 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/heartbeat_messages.hpp' (109,860) at 20241224090003036 to deleted uid set 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/note.S' (109,861) at 20210307214926078 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-iommu-stub.c' (109,862) at 20220429100100470 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.h' (109,863) at 20210307214927306 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/power_reading.json' (109,864) at 20241106090019922 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_step.h' (109,865) at 20240405153048541 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netconf.h' (109,866) at 20210307214931642 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend' (109,867) at 20240515080012649 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/tlb.c' (109,868) at 20210308005002960 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch' (109,869) at 20210528000029751 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-smbios-wmi.c' (109,870) at 20220525020653907 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/bitmanip_helper.c' (109,871) at 20221215040039330 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package.bbclass' (109,872) at 20241221090017604 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/swab.h' (109,873) at 20210307214926362 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/README.md' (109,874) at 20221209040034567 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi_mid_low_api.rst' (109,875) at 20240405153045257 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OperatingConfigCollection.json' (109,876) at 20240619080002952 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_dsa.h' (109,877) at 20220525020653563 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_translate_dcn21.c' (109,878) at 20240405153047285 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_clk_div.c' (109,879) at 20240405153048565 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark/0002-cycleclock-Fix-type-conversion-to-match-function-ret.patch' (109,880) at 20241206090014258 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/fix-menu-generation.patch' (109,881) at 20231011080016574 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_effect.c' (109,882) at 20220525020655099 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/usb.h' (109,883) at 20240405153052145 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts' (109,884) at 20240405153229891 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/magic-number.rst' (109,885) at 20240405153045273 2025-03-14 03:00:52.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa55.inc' (109,886) at 20240301090012451 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cacheinfo.h' (109,887) at 20240405153052665 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pca9564.h' (109,888) at 20210308005003676 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822bu.c' (109,889) at 20240405153050657 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/protocol.h' (109,890) at 20210307214930874 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml' (109,891) at 20240405153045153 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/leds.c' (109,892) at 20240405153050489 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend' (109,893) at 20241221090017480 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Anik-F3-119W' (109,894) at 20210307205553758 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_de1_soc_defconfig' (109,895) at 20210308005003280 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/acpi-vga-stub.c' (109,896) at 20221215040039102 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_b.c' (109,897) at 20210308005046525 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_global_conf_regs.h' (109,898) at 20240405153046601 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/instruction.json' (109,899) at 20240405153054109 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/.gitignore' (109,900) at 20240405153054185 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/slapd.service' (109,901) at 20210307205553990 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/variadic-macro.h' (109,902) at 20210308005003688 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/README' (109,903) at 20210308005003012 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_seq.c' (109,904) at 20210307214932438 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_lpuart_defconfig' (109,905) at 20210308005003264 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/mmap.c' (109,906) at 20240906080037156 2025-03-14 03:00:52.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/common/spi.c' (109,907) at 20210308005003020 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_13_0_2_offset.h' (109,908) at 20220525020652807 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/nxp/lpc32xx-misc.h' (109,909) at 20210307214931510 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/cmp.c' (109,910) at 20210309003654576 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-balloon.c' (109,911) at 20241211090212350 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/ace_sha.c' (109,912) at 20210308005003356 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_common.h' (109,913) at 20210308005003616 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/unified.h' (109,914) at 20210308005002708 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ia_css_bnlm_types.h' (109,915) at 20210307214930554 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/device-emulation.rst' (109,916) at 20240906080037180 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/mx_pic.c' (109,917) at 20221215040039174 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/realtek,rtd1195.h' (109,918) at 20210307214931350 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch' (109,919) at 20241221090017680 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/message.hpp' (109,920) at 20210308004942076 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/indent/bitbake.vim' (109,921) at 20230813080012860 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/interlaken-lac.dtsi' (109,922) at 20210307214926342 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch' (109,923) at 20240124090012262 to deleted uid set 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_pages.c' (109,924) at 20240405153230563 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/machine/olympus-nuvoton.conf' (109,925) at 20211105000026763 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-msm8998.yaml' (109,926) at 20240405153229759 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/uv/kernel/Makefile' (109,927) at 20210307214926134 2025-03-14 03:00:52.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval.h' (109,928) at 20210308005002820 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr.c' (109,929) at 20210307214930570 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch' (109,930) at 20241221090017660 to deleted uid set 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/htb.h' (109,931) at 20240405153050105 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/values.h' (109,932) at 20210307214932610 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/init/board_init.c' (109,933) at 20210308005003228 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__start_detached.hpp' (109,934) at 20240731080033662 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/stacktrace.c' (109,935) at 20240405153230003 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp950.c' (109,936) at 20210307214931190 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_sys.h' (109,937) at 20210308005003432 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c' (109,938) at 20240405153047093 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/reset.c' (109,939) at 20210308005003740 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/sh7757lcr.c' (109,940) at 20210308005003036 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt6765.c' (109,941) at 20240405153051313 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/pmac32_defconfig' (109,942) at 20240405153230027 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/onenand_omap2.c' (109,943) at 20240405153230867 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch' (109,944) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcm63xx.c' (109,945) at 20241011080017351 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_cpu.c' (109,946) at 20210307214932026 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-tree.bconf' (109,947) at 20210307214932462 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_inode_item.c' (109,948) at 20240405153231783 to deleted uid set 2025-03-14 03:00:52.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/fb.h' (109,949) at 20210309003648712 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c' (109,950) at 20220525020652971 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/wil_crash_dump.c' (109,951) at 20210307214929786 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_twsi.c' (109,952) at 20220525020653159 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/national,lm90.yaml' (109,953) at 20240405153229767 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/sprom.c' (109,954) at 20240405153046697 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/multipath-tools_0.10.0.bb' (109,955) at 20241221090017540 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dkl_phy.c' (109,956) at 20240405153048445 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano-griffin.dts' (109,957) at 20240405153045793 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/switchtec_ioctl.h' (109,958) at 20210307214931662 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_card.scss' (109,959) at 20220105012522983 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/pump.hpp' (109,960) at 20230523080003149 to deleted uid set 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-dec1.c' (109,961) at 20210307214928846 2025-03-14 03:00:52.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/pciback_ops.c' (109,962) at 20240405153052253 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_core_main.c' (109,963) at 20240520080015171 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch' (109,964) at 20241221090017640 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/asm-prototypes.h' (109,965) at 20240405153046101 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/meson.build' (109,966) at 20230821192414188 to deleted uid set 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/libx86-mmap-offset.patch' (109,967) at 20230706080014749 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/fsmap.c' (109,968) at 20241211090145509 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/link_pinning.c' (109,969) at 20220525020655191 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Crossword' (109,970) at 20211006000025234 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utxfmutex.c' (109,971) at 20210307214926846 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts' (109,972) at 20240405153045729 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_hv.py' (109,973) at 20241211090212542 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-accounts-modal-remove.html' (109,974) at 20210308005107065 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_header.cpp' (109,975) at 20240418080028286 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_special_blocks.h' (109,976) at 20240405153046601 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/files/90-OE-disable-session-dbus-dependent-features.lua' (109,977) at 20220402030015899 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vf610twr_nand_defconfig' (109,978) at 20210308005003284 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/sync_debug.h' (109,979) at 20210307214927122 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/softirq.c' (109,980) at 20240613080016519 to deleted uid set 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_errno_defs.h' (109,981) at 20210927100127265 2025-03-14 03:00:52.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/README.md' (109,982) at 20210308004942076 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/ids8313.c' (109,983) at 20210308005003008 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_overlap1.decode' (109,984) at 20210308005046389 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/Kconfig' (109,985) at 20240405153048785 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/Makefile' (109,986) at 20210308005002904 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/freq.h' (109,987) at 20210309003648976 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cobra5272.h' (109,988) at 20210308005003588 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/cinergyT2.h' (109,989) at 20210307214928818 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mscc-ocelot.c' (109,990) at 20241118090018495 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-sdm660.c' (109,991) at 20240405153046833 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0004-Define-missing-prototype-for-functions.patch' (109,992) at 20230706080014749 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_host.h' (109,993) at 20220525020654287 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7723.h' (109,994) at 20210308005002848 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/meson.build' (109,995) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/tipc/crypto.c' (109,996) at 20240405153053393 to deleted uid set 2025-03-14 03:00:52.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl-core.h' (109,997) at 20240405153049621 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/dev/peak_canfd.h' (109,998) at 20220525020654555 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mincore/.gitignore' (109,999) at 20210309003656004 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_ioc_cb.c' (110,000) at 20210307214930290 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/goldfish/goldfish_pipe.c' (110,001) at 20240405153051389 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8b-mxq.dts' (110,002) at 20240405153045401 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/timex.h' (110,003) at 20210307214925670 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-zpff.c' (110,004) at 20210307214928102 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat_u.c' (110,005) at 20240405153054385 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk_msg.h' (110,006) at 20220525020653351 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x08_uclass.h' (110,007) at 20240405153048805 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.h' (110,008) at 20240405153049849 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/eb_cpu5282_internal_defconfig' (110,009) at 20210308005003256 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/211.out' (110,010) at 20241121090029296 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8112-jxxx.dtsi' (110,011) at 20240405153045717 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-simple-audio-card-mix+split.dtsi' (110,012) at 20240405153045813 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2838.h' (110,013) at 20240906080037328 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fpga/fpga-mgr.h' (110,014) at 20240613080016499 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml' (110,015) at 20240405153045121 2025-03-14 03:00:52.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/ibm,ppc4xx-gpio.txt' (110,016) at 20210307214925318 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/kvm_host.h' (110,017) at 20240805080013931 to deleted uid set 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/dvbsky.c' (110,018) at 20220525020653319 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/clk_helper.c' (110,019) at 20240906080037452 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_processpptables.h' (110,020) at 20210309003649656 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch' (110,021) at 20230706080014761 to deleted uid set 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-stub.c' (110,022) at 20241211090212230 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-buffer.h' (110,023) at 20210308005046037 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs47l35.c' (110,024) at 20240405153232147 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/vmcoreinfo.h' (110,025) at 20210308005046021 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/main.c' (110,026) at 20240405153231683 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-au1x00/au1550_spi.h' (110,027) at 20210307214926218 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx8m-clock.yaml' (110,028) at 20240405153045025 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/byteorder.h' (110,029) at 20210308005002848 2025-03-14 03:00:52.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-rex-pro.dts' (110,030) at 20240405153045505 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395_reg.h' (110,031) at 20240405153232143 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/uprobes.h' (110,032) at 20210307214926586 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/ec168.h' (110,033) at 20210307214928814 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/hmc5843.h' (110,034) at 20240405153049005 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-dvk_som60.dts' (110,035) at 20240405153045461 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Glimakra' (110,036) at 20210307205553782 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt6797/Makefile' (110,037) at 20210307214932394 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/dbus_privileges.hpp' (110,038) at 20240817080003175 to deleted uid set 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_bpf_hashmap_full_update.sh' (110,039) at 20240405153054241 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/journald-size-policy-2MB.conf' (110,040) at 20210519000031347 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/qcom,msm-uart.yaml' (110,041) at 20240405153045153 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c' (110,042) at 20240910080014034 2025-03-14 03:00:52.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch' (110,043) at 20230706080014737 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/netfilter/nf_tables_api.c' (110,044) at 20241220090018338 to deleted uid set 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/omap3isp.rst' (110,045) at 20240405153044957 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh' (110,046) at 20210307205553942 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hdcp/Kconfig' (110,047) at 20220525020653367 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/intr.h' (110,048) at 20240405153048621 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm_mpu54xx.h' (110,049) at 20210309003648708 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fixp-arith.h' (110,050) at 20240405153052689 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/Makefile' (110,051) at 20210309003650612 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dsa_stubs.h' (110,052) at 20240405153052841 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_imx.c' (110,053) at 20240405153046653 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-include-sys-sysmacros.h-for-major-minor-definition.patch' (110,054) at 20210307205553738 2025-03-14 03:00:52.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/xattr.c' (110,055) at 20241018080014558 to deleted uid set 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi.h' (110,056) at 20240405153232127 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/ux500.c' (110,057) at 20240405153052125 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/dec/dmfe.rst' (110,058) at 20210309003648444 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig' (110,059) at 20210307205554390 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Varmvattnet' (110,060) at 20210307205553794 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/everest,es8316.yaml' (110,061) at 20240405153045161 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/udev.txt' (110,062) at 20210307214925214 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/phosphor-host-condition-gpio@.service' (110,063) at 20240420080039497 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/Kconfig' (110,064) at 20240405153053905 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/dw-xdata-pcie.rst' (110,065) at 20220525020651742 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/error-codes.rst' (110,066) at 20220525020651726 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_mqprio.c' (110,067) at 20240405153053369 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst-atom-controls.h' (110,068) at 20220525020655067 2025-03-14 03:00:52.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/android_image.h' (110,069) at 20210308005003560 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ethtool.h' (110,070) at 20210308005003656 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_resource.h' (110,071) at 20220429100100614 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/signal.c' (110,072) at 20240405153230019 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en.h' (110,073) at 20240405153231011 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/iterators/iterators.lskel-little-endian.h' (110,074) at 20240405153231899 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddr.h' (110,075) at 20210308005003648 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hwconfig.h' (110,076) at 20210308005003652 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih410-pinctrl.dtsi' (110,077) at 20240405153045581 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/fltk-native-link-libdl.patch' (110,078) at 20230811080018302 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/plugin.S' (110,079) at 20210308005002988 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/Makefile' (110,080) at 20240405153051269 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/Context.c' (110,081) at 20210307214932566 2025-03-14 03:00:52.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/noploop.c' (110,082) at 20240405153054173 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-mve.c' (110,083) at 20240326080039650 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_dc.c' (110,084) at 20240405153046953 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ptrn.c' (110,085) at 20240405153050137 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/debug.c' (110,086) at 20210307214931718 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/184' (110,087) at 20210927100127489 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client.interface.yaml' (110,088) at 20240618080025501 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rfkill.h' (110,089) at 20220525020654675 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/init.c' (110,090) at 20240405153045913 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/unistd.h' (110,091) at 20210307214926254 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/relocate_kernel.S' (110,092) at 20240405153230003 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mpspec_def.h' (110,093) at 20210307214926666 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/video.h' (110,094) at 20240405153052617 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/ncsi_util.cpp' (110,095) at 20240827080032479 to deleted uid set 2025-03-14 03:00:52.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/sx9360.c' (110,096) at 20240405153049013 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/include/acp_2_2_enum.h' (110,097) at 20210307214932286 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb' (110,098) at 20241221090017560 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/pdb.h' (110,099) at 20240906080037160 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_lpe_audio.c' (110,100) at 20240405153048457 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usx2y/usX2Yhwdep.c' (110,101) at 20240405153054029 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/g84.c' (110,102) at 20220525020652959 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strscpy.c' (110,103) at 20240405153053105 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/.gitignore' (110,104) at 20220525020652130 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/devices/tsi721_dma.c' (110,105) at 20210307214930182 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/crc32c-vpmsum_glue.c' (110,106) at 20210307214926370 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tavelsjo' (110,107) at 20210307205553790 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/clk-stm32mp13.c' (110,108) at 20240405153046853 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/spinlock.h' (110,109) at 20210307214926674 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-evm-u-boot.dtsi' (110,110) at 20210308005002576 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_pl01x.h' (110,111) at 20210308005003628 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_based___incompat.c' (110,112) at 20210309003655984 2025-03-14 03:00:52.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-main.c' (110,113) at 20210308005003348 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/cache.c' (110,114) at 20240726080012866 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.c' (110,115) at 20210307214927950 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be.h' (110,116) at 20240405153049905 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/iso_fs.h' (110,117) at 20240405153052925 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vt/consolemap.c' (110,118) at 20240405153052025 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j7200-evm-quad-port-eth-exp.dtso' (110,119) at 20240405153229971 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml' (110,120) at 20240405153229763 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native-fvp-base.inc' (110,121) at 20231126090012769 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ifi_canfd/ifi_canfd.c' (110,122) at 20241216090017709 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/Kconfig' (110,123) at 20210308005003008 2025-03-14 03:00:52.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/Makefile' (110,124) at 20240830080013363 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_log_recover.c' (110,125) at 20241211090145533 to deleted uid set 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/vocore2_defconfig' (110,126) at 20240405153230011 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.png' (110,127) at 20210307205554586 to deleted uid set 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mainstone-wm97xx.c' (110,128) at 20240405153049161 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/checks.c' (110,129) at 20240405153053445 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu-qom.h' (110,130) at 20240326080039674 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/pll_defs.h' (110,131) at 20210308005002720 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/cpld.h' (110,132) at 20210308005002996 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/Makefile' (110,133) at 20210307214929658 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/signal32.c' (110,134) at 20210307214926330 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/nios2/index.rst' (110,135) at 20240405153044977 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h' (110,136) at 20240405153230315 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubp.h' (110,137) at 20220525020652518 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evhandler.c' (110,138) at 20240405153046617 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cgroup.h' (110,139) at 20220525020655163 2025-03-14 03:00:52.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb' (110,140) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan.c' (110,141) at 20240405153052137 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/signal.h' (110,142) at 20240405153045625 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/do_balan.c' (110,143) at 20210307214931234 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funeth/funeth_devlink.h' (110,144) at 20240405153049937 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/inode.c' (110,145) at 20241211090145525 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn544/pn544.h' (110,146) at 20220525020653823 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/set_func_on_present.md' (110,147) at 20240807080019546 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/yenta_socket.c' (110,148) at 20240913080013817 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib7000p.h' (110,149) at 20210307214928618 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/0001-Depend-on-haveuint128.h-for-umult64.c.patch' (110,150) at 20210307205553842 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs.h' (110,151) at 20240405153046133 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx6sl-clock.h' (110,152) at 20210307214931326 2025-03-14 03:00:52.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml' (110,153) at 20240405153045097 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/cxlflash.rst' (110,154) at 20210307214925546 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/run_vmtests.sh' (110,155) at 20240830080013363 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5640.h' (110,156) at 20240405153232155 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-rainier.c' (110,157) at 20210307214926338 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb' (110,158) at 20240302090018210 to deleted uid set 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_com_cmd.c' (110,159) at 20240405153230703 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/arch_dump.c' (110,160) at 20240906080037528 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750-pincfg-evb.dtsi' (110,161) at 20240405153045473 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adv7511.h' (110,162) at 20210307214931542 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Ethernet/meson.build' (110,163) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/kvm/kvm_loongarch.h' (110,164) at 20241211090212494 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih410-b2260.dts' (110,165) at 20240405153045581 2025-03-14 03:00:52.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat' (110,166) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc_ofw.c' (110,167) at 20210307214926746 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7763.h' (110,168) at 20210308005002848 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/starfive,jh7110-usb.yaml' (110,169) at 20240405153045185 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/mount.h' (110,170) at 20240405153232107 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/ti-cppi5.h' (110,171) at 20240405153052681 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/intel,ce4100-ioapic.yaml' (110,172) at 20240405153045085 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/motorola-cpcap.h' (110,173) at 20210307214931430 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts' (110,174) at 20240405153229943 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/genindex.rst' (110,175) at 20230114040015514 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk04.1-c1.dts' (110,176) at 20240405153045541 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch' (110,177) at 20241221090017496 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/perf_events/sigtrap_threads.c' (110,178) at 20240405153054357 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/ofpart_linksys_ns.h' (110,179) at 20220525020653407 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/usb_831x.c' (110,180) at 20240405153230051 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/styles/index.scss' (110,181) at 20210308005107077 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/soc-acpi-intel-tgl-match.c' (110,182) at 20240405153053957 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/wrap_utils.py' (110,183) at 20221209040018571 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl_1.5.bb' (110,184) at 20210307205553850 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/bootgraph.py' (110,185) at 20240405153054217 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/cpu_init.c' (110,186) at 20210308005002836 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-stream.c' (110,187) at 20240405153053505 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml' (110,188) at 20240405153045069 2025-03-14 03:00:52.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mc146818rtc.h' (110,189) at 20240405153046389 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/if_inet6.h' (110,190) at 20240405153231851 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy/config.yaml' (110,191) at 20240712080022837 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mmp2-brownstone.dts' (110,192) at 20240405153229875 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/reset.dtsi' (110,193) at 20210308005002872 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_read_unittest.cpp' (110,194) at 20210308005120361 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atariints.h' (110,195) at 20210307214926158 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/agpgart.h' (110,196) at 20240405153052905 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip6_fib.h' (110,197) at 20241216090017769 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/task.c' (110,198) at 20240405153232111 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py' (110,199) at 20210307205554286 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mips-boards/launch.h' (110,200) at 20220525020652002 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cpu_type.h' (110,201) at 20210307214926578 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/OFL-1.0' (110,202) at 20210307205553866 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sandbox.c' (110,203) at 20210308005003444 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/redfish_extensions.hpp' (110,204) at 20221209040003858 to deleted uid set 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/inno_rk3036.c' (110,205) at 20240405153053621 2025-03-14 03:00:52.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dcr-regs.h' (110,206) at 20210307214926378 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h' (110,207) at 20240405153047293 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/litex/Makefile' (110,208) at 20220525020653555 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/whale2.dtsi' (110,209) at 20240405153045829 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_driver.c' (110,210) at 20240405153051589 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/atmel/Kconfig' (110,211) at 20210307214932190 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/Makefile' (110,212) at 20220525020655083 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,bcm-voter.yaml' (110,213) at 20240405153045081 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml' (110,214) at 20240405153045129 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/signature.mako.cpp' (110,215) at 20210308005054073 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/xfrm4_tunnel.c' (110,216) at 20240405153053265 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs_fsmap.c' (110,217) at 20240405153231779 to deleted uid set 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/VirtualMedia.v1_6_4.json' (110,218) at 20240619080002956 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dummy.c' (110,219) at 20240415080012971 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/dsa.txt' (110,220) at 20210309003648376 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/display.h' (110,221) at 20220525020652899 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/asm-annotations.rst' (110,222) at 20240405153045001 2025-03-14 03:00:52.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/led-display.h' (110,223) at 20210308005003656 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/coresight/Makefile' (110,224) at 20240405153053429 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/cmake-setup.py' (110,225) at 20220405030025649 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/ssl_key_handler_test.cpp' (110,226) at 20240904080003190 to deleted uid set 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff' (110,227) at 20210307205554274 to deleted uid set 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/devices.h' (110,228) at 20240405153045673 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/Platform' (110,229) at 20220525020652014 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_ipp.h' (110,230) at 20210307214927774 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/buslock.rst' (110,231) at 20240405153229747 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/resource.c' (110,232) at 20210524100034958 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/hostmem.h' (110,233) at 20241211090212370 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml' (110,234) at 20240405153229759 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/uncore-io.json' (110,235) at 20240405153054141 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/hevc_regs.h' (110,236) at 20210307214930586 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/dragonboard820c.c' (110,237) at 20210308005003032 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_pmc.c' (110,238) at 20240405153230059 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-NL' (110,239) at 20211006000025230 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-get-send-mode.rst' (110,240) at 20220525020651782 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow-strlcpy.c' (110,241) at 20240405153053105 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CompositionReservation_v1.xml' (110,242) at 20240619080002920 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.json' (110,243) at 20210308005046401 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/json_config.hpp' (110,244) at 20240820080023690 2025-03-14 03:00:52.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/tfc,s9700rtwv43tr-01b.yaml' (110,245) at 20210307214925306 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/onenand_bbt.c' (110,246) at 20240405153049685 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/consolekit/consolekit/sepbuildfix.patch' (110,247) at 20210307205554614 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/gpio/board.rst' (110,248) at 20240405153045189 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-multiple-consoles' (110,249) at 20240809080013506 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-rdb.dts' (110,250) at 20210308005002580 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/atmel_spi.h' (110,251) at 20210308005003488 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-tiny4412.dts' (110,252) at 20240405153045569 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/Kconfig' (110,253) at 20210309003653280 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk3036.h' (110,254) at 20210308005002664 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/iommu.c' (110,255) at 20240520080015131 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/tlb.c' (110,256) at 20210308005002992 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/ButtonBackToTop.vue' (110,257) at 20241004080035959 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1015.c' (110,258) at 20240405153232155 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gobject-introspection-data.bbclass' (110,259) at 20240124090012258 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_cdg.c' (110,260) at 20240405153053257 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts_22.11.00.bb' (110,261) at 20230706080014761 2025-03-14 03:00:52.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/vga/Makefile' (110,262) at 20240405153048809 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/tsc.c' (110,263) at 20240405153230131 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross-canadian_2.43.1.bb' (110,264) at 20241221090017648 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dvb-usb.h' (110,265) at 20220525020653319 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.c' (110,266) at 20210308005003368 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/gunz_test.c' (110,267) at 20210307214932702 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/writefru.mako.hpp' (110,268) at 20210419100058716 to deleted uid set 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max8997_muic.h' (110,269) at 20210308005003680 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.0.bb' (110,270) at 20241206090014246 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sec-irq.c' (110,271) at 20240405153049613 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/kexec_image.c' (110,272) at 20240405153045869 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.10.bb' (110,273) at 20241221090017692 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sk_assign.c' (110,274) at 20240405153054261 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/0001-work-around-visibility-issue.patch' (110,275) at 20231126090012777 2025-03-14 03:00:52.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear310-evb.dts' (110,276) at 20240405153045577 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mve_helper.c' (110,277) at 20240906080037464 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/license.txt' (110,278) at 20210308005003708 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/elf.h' (110,279) at 20220525020651946 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-subdev-g-selection.rst' (110,280) at 20240405153045325 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/unaligned-lowcore.S' (110,281) at 20221215040039390 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_cs.h' (110,282) at 20210307214930286 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_kmod.py' (110,283) at 20210812000025382 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/sdeventplus.wrap' (110,284) at 20230602080035412 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv2/Makefile' (110,285) at 20210308005002540 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/mediatek/mtk-mmsys.h' (110,286) at 20240405153052793 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/yesno.c' (110,287) at 20210308005003732 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/Makefile' (110,288) at 20210308005002920 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml' (110,289) at 20220525020651686 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/dual/CDDL-1.0' (110,290) at 20210307214925638 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/alias_GUID.c' (110,291) at 20240805080013959 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_dtlk.h' (110,292) at 20210309003649136 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1010rdb-pa_36b.dts' (110,293) at 20210307214926346 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5624r.h' (110,294) at 20210307214928342 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/orage_4.18.0.bb' (110,295) at 20231126090012805 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/rpm_4.20.0.bb' (110,296) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest' (110,297) at 20240301090012435 to deleted uid set 2025-03-14 03:00:52.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/report_manager.cpp' (110,298) at 20240821080039164 to deleted uid set 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/psoc_etr_masks.h' (110,299) at 20240405153046601 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9m10g45ek.dts' (110,300) at 20240405153229875 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dvo_dev.h' (110,301) at 20240405153048453 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Yones_Toptech_BD1078_defconfig' (110,302) at 20210308005003244 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rscalc.c' (110,303) at 20240405153046625 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-test.txt' (110,304) at 20240405153054081 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-netgear-rn2120.dts' (110,305) at 20240405153045453 2025-03-14 03:00:52.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/jz4760.c' (110,306) at 20240405153053621 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-types.h' (110,307) at 20210308005002680 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/Kconfig' (110,308) at 20230426080043740 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/qm1d1c0042.c' (110,309) at 20240405153049533 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/sd.c' (110,310) at 20240405153231491 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mxs-lradc.h' (110,311) at 20210307214931430 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-ssse3.c' (110,312) at 20210308005046497 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/ctu.c' (110,313) at 20221102030020993 2025-03-14 03:00:52.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml' (110,314) at 20240405153045065 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/az6007.c' (110,315) at 20240405153049545 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max31785.rst' (110,316) at 20210307214925502 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (110,317) at 20241227090016917 to deleted uid set 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/test/nfit.c' (110,318) at 20240405153054229 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-helper.h' (110,319) at 20210308005046253 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon-tacoma/obmc/gpio/phosphor-power-supply-1.conf' (110,320) at 20210307205553702 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/lg-laptop.rst' (110,321) at 20240405153044953 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/secvar-sysfs.c' (110,322) at 20240405153046153 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_benchmark.c' (110,323) at 20240405153053065 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/types.h' (110,324) at 20210307214932482 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/images-r2.txt' (110,325) at 20220804030014667 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max31760.c' (110,326) at 20240405153048865 2025-03-14 03:00:52.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c' (110,327) at 20240405153230919 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lib.c' (110,328) at 20240919080017062 to deleted uid set 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/jffs2_fs_i.h' (110,329) at 20240405153052389 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/securebits.h' (110,330) at 20210307214931658 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_mp.h' (110,331) at 20220525020654171 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu-protocol-v3.c' (110,332) at 20240405153053505 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-am654-serdes.h' (110,333) at 20210307214931342 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/media-tomb.patch' (110,334) at 20230503080014591 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/bblayers.conf.sample' (110,335) at 20220910030013345 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/MAINTAINERS' (110,336) at 20210308005002924 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators-monitor-enable.service' (110,337) at 20230516080033026 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_dram.c' (110,338) at 20210308005002884 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/intrinsic.json' (110,339) at 20210307214932534 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-mixer/configure.patch' (110,340) at 20230706080014753 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-evb.dts' (110,341) at 20240405153045749 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/powerpc/include/uapi/asm/kvm.h' (110,342) at 20220525020655107 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/debugfs/internal.h' (110,343) at 20240405153231651 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/Kconfig' (110,344) at 20210307214930602 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_lm75_sensor.c' (110,345) at 20240405153230759 2025-03-14 03:00:52.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign_internal.h' (110,346) at 20231229090005659 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/index.rst' (110,347) at 20240405153044977 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/init/transformers-init.bb' (110,348) at 20241206090014234 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pci-sysfs.c' (110,349) at 20220525020651802 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-xgene.c' (110,350) at 20240405153231311 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256.its' (110,351) at 20210308005003744 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/mos7720.c' (110,352) at 20240405153052137 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6348-clock.h' (110,353) at 20210308005003632 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/mediatek,mt7628-eth.txt' (110,354) at 20210308005003304 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fsi/ibm,i2cr-fsi-master.yaml' (110,355) at 20240405153045057 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/perf_event.h' (110,356) at 20210307214926582 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_6.dtso' (110,357) at 20240405153051213 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/DiskBackplane_VINI.json' (110,358) at 20221213040036921 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.dockerignore' (110,359) at 20210308005112989 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/Platform' (110,360) at 20210307214926198 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.2.bb' (110,361) at 20241221090017524 2025-03-14 03:00:52.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/sc27xx-pmic.h' (110,362) at 20210307214931434 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/timer.c' (110,363) at 20210308005002768 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-find-native-sysroot' (110,364) at 20230919080013998 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/vmw_vsock/af_vsock.c' (110,365) at 20241216090017797 to deleted uid set 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/cross-development-toolchains.png' (110,366) at 20210307205554310 to deleted uid set 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d36.dtsi' (110,367) at 20210308005002612 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/skeleton.c' (110,368) at 20240405153054261 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/Makefile' (110,369) at 20210308005002912 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep.h' (110,370) at 20240405153230939 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/shmparam.h' (110,371) at 20210307214926390 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/knav_dma.h' (110,372) at 20240405153052797 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm630.dtsi' (110,373) at 20240729080011332 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/Makefile' (110,374) at 20210307214930778 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/macb.c' (110,375) at 20210308005003436 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/phy-meson-axg-mipi-pcie-analog.c' (110,376) at 20240405153231307 2025-03-14 03:00:52.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MirOS' (110,377) at 20210307205554422 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/dbus.cpp' (110,378) at 20241025080019713 to deleted uid set 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v10.c' (110,379) at 20240405153230371 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_current_task_under_cgroup.bpf.c' (110,380) at 20240405153053425 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/btrfs.rst' (110,381) at 20240405153229807 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/tc_act/tc_bpf.h' (110,382) at 20240405153054053 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_abm.c' (110,383) at 20210524100034914 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-touch.h' (110,384) at 20210307214928794 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/Kconfig' (110,385) at 20240405153052093 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb' (110,386) at 20230610080017603 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/patchstream.py' (110,387) at 20210308005003772 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib_verbs.c' (110,388) at 20240405153049117 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c' (110,389) at 20240405153231251 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb' (110,390) at 20240302090018214 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/t2080qds.dts' (110,391) at 20210308005002836 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_item_updater_static.cpp' (110,392) at 20230511080022135 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_sub.c' (110,393) at 20210307214926274 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (110,394) at 20240712080022837 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_drv.c' (110,395) at 20240405153230539 2025-03-14 03:00:52.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ich9.c' (110,396) at 20241211090212246 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvme_p4500_p5500.json' (110,397) at 20240424080004832 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-lxm.dts' (110,398) at 20240405153045589 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mb86s7x.c' (110,399) at 20240405153230303 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/build.sh' (110,400) at 20210308005046541 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/acornfb.c' (110,401) at 20240405153231579 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/.gitignore' (110,402) at 20210308005003540 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/acpi_nfit_test.c' (110,403) at 20210307214932626 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_nodtb.py' (110,404) at 20210308005003748 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/project.py' (110,405) at 20210308005003772 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/iproc-udc.txt' (110,406) at 20210307214925450 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/relocate.S' (110,407) at 20210308005002548 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvc_iucv.c' (110,408) at 20240405153051985 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/tgl.c' (110,409) at 20240405153232199 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds' (110,410) at 20210308005002832 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/fbcon.rst' (110,411) at 20220525020651726 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/ioctl.h' (110,412) at 20210307214931614 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-dmar-generic.c' (110,413) at 20241114091008832 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_notification.cpp' (110,414) at 20230822080036845 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS5-ssh-bic@.service' (110,415) at 20231025080019870 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/octeon-sha512.c' (110,416) at 20240405153045989 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.power-framework' (110,417) at 20210308005003296 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/MAINTAINERS' (110,418) at 20210308005002944 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-ingenic.c' (110,419) at 20240405153046001 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/custom_dbus_test.cpp' (110,420) at 20240621080031502 2025-03-14 03:00:52.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/CFLIST' (110,421) at 20210309003656016 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c' (110,422) at 20240405153230395 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-at91-core.c' (110,423) at 20240405153230671 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/ioinst.c' (110,424) at 20241211090212518 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/jz4775-dma.h' (110,425) at 20220525020654543 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t94.c' (110,426) at 20210308005003480 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb' (110,427) at 20241221090017496 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/clock.json' (110,428) at 20240405153054109 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux_vt1621.c' (110,429) at 20210307214930950 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-intro.rst' (110,430) at 20210309003648496 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/libs/float_helpers.c' (110,431) at 20240906080037580 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip32/Makefile' (110,432) at 20210307214926294 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/mtk_scp.c' (110,433) at 20240527080023348 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/dir.c' (110,434) at 20210307214931238 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-interconnection.h' (110,435) at 20240405153053969 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/secure_boot.c' (110,436) at 20210309003648908 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mnt_namespace.h' (110,437) at 20210307214931450 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/ptrace.c' (110,438) at 20240405153053025 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/adduser_3.118.bb' (110,439) at 20241221090017544 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fcnal-test.sh' (110,440) at 20240405153054337 2025-03-14 03:00:52.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console_%.bbappend' (110,441) at 20241206090014226 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-of-dwcmshc.c' (110,442) at 20240405153230859 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_connmark.c' (110,443) at 20240405153053361 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml' (110,444) at 20240405153229751 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkdebug.c' (110,445) at 20240906080037144 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c' (110,446) at 20240405153050117 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/isys_irq_public.h' (110,447) at 20210309003653016 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-dust.c' (110,448) at 20240405153049245 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/MAINTAINERS' (110,449) at 20210308005003056 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-packet.h' (110,450) at 20210307214926234 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-a.dts' (110,451) at 20210308005002572 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mtk_image.c' (110,452) at 20210308005003768 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/Makefile' (110,453) at 20210308005002844 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-rev2.dts' (110,454) at 20210309003648756 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_mmcra_sample_test.c' (110,455) at 20240405153054361 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/meson.build' (110,456) at 20210308005045825 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/main.py' (110,457) at 20240920080030747 to deleted uid set 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb' (110,458) at 20241221090017556 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb' (110,459) at 20241221090017556 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6331-regulator.h' (110,460) at 20240405153052785 2025-03-14 03:00:52.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/file.c' (110,461) at 20240405153231719 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OPL-1.0' (110,462) at 20211006000025242 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-regmap.h' (110,463) at 20210309003649244 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml' (110,464) at 20240405153229779 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/integrator_defconfig' (110,465) at 20240405153045613 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_link.c' (110,466) at 20240405153232259 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-wilco-ec.c' (110,467) at 20220525020653959 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso32/vclock_gettime.c' (110,468) at 20210307214926614 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c' (110,469) at 20240405153047277 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/multi_v5_defconfig' (110,470) at 20240405153045613 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_iommu.h' (110,471) at 20220429100100590 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/callout.cpp' (110,472) at 20230511080010311 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_hwi.c' (110,473) at 20240405153231387 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h' (110,474) at 20240405153050521 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_arp.h' (110,475) at 20210307214931646 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-mcbsp.h' (110,476) at 20210307214932434 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/realtek/Makefile' (110,477) at 20210307214929606 2025-03-14 03:00:52.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/0001-tests-Include-missing-sys-socket.h-header.patch' (110,478) at 20220414030020064 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/rockchip-saradc.c' (110,479) at 20210308005003332 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb' (110,480) at 20241221090017556 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd_3.0.bb' (110,481) at 20241221090017504 to deleted uid set 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap34xx.dtsi' (110,482) at 20240405153229903 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (110,483) at 20230524080016081 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/pci-vntb-howto.rst' (110,484) at 20240405153044929 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/ia64-acpi-cpufreq.c' (110,485) at 20220525020652366 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4265.c' (110,486) at 20240405153232147 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_ctx_masks.h' (110,487) at 20240405153046581 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/Kconfig' (110,488) at 20210308005003028 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/mem.h' (110,489) at 20240405153046345 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/sysctl_net_llc.c' (110,490) at 20210307214931982 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7792-cpg-mssr.c' (110,491) at 20210309003649256 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/direct-io.c' (110,492) at 20240405153231687 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/st,stm32-hash.yaml' (110,493) at 20240405153229759 2025-03-14 03:00:52.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/locales/en-US.json' (110,494) at 20241023080037271 to deleted uid set 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/clk_ast2500.c' (110,495) at 20220215040051552 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042-sparcio.h' (110,496) at 20240405153230731 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/e820.h' (110,497) at 20210307214926682 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/abilis_tb100.dtsi' (110,498) at 20210307214925662 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-scmi.dtsi' (110,499) at 20240405153045717 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_asm.h' (110,500) at 20240405153229975 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher.c' (110,501) at 20241211090212226 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/net.h' (110,502) at 20240405153052965 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nuvoton,npcm7xx-pinctrl.txt' (110,503) at 20210307214925394 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl/0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch' (110,504) at 20241221090017644 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/bnode.c' (110,505) at 20240405153052377 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-streamer.c' (110,506) at 20210308005046233 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t102xqds.h' (110,507) at 20210308005002992 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/channel-win32.c' (110,508) at 20210927100127337 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/mpc8536ds.c' (110,509) at 20210308005002976 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/misc/cxllib.h' (110,510) at 20210307214931550 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/nv12mt_example.svg' (110,511) at 20210309003648496 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/pid_namespace/config' (110,512) at 20210307214932698 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb' (110,513) at 20241221090017552 to deleted uid set 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m8.dtsi' (110,514) at 20240405153229963 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_env.py' (110,515) at 20210308005003744 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/COPYING' (110,516) at 20210308004938812 2025-03-14 03:00:52.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/update_uboot.its' (110,517) at 20210308005003332 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1.dtsi' (110,518) at 20240405153046241 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvsbacka' (110,519) at 20210307205553778 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-async.h' (110,520) at 20240405153231847 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_stat_unittest.cpp' (110,521) at 20240817080027252 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-pdu001.dts' (110,522) at 20240405153045589 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/bus.json' (110,523) at 20240405153054109 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/helper.h' (110,524) at 20240906080037532 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml' (110,525) at 20240405153045141 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-nvme.dtsi' (110,526) at 20240405153045717 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-font-exception' (110,527) at 20210307205554422 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec2-grp2-1.dtsi' (110,528) at 20210307214926350 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c' (110,529) at 20240405153048333 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/conf/layer.conf' (110,530) at 20241221090017480 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-rqs.dts' (110,531) at 20210308005002584 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_get_stack_rawtp.c' (110,532) at 20210309003655984 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/numachip.c' (110,533) at 20210307214927046 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb' (110,534) at 20241221090017532 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8572si-post.dtsi' (110,535) at 20210307214926346 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/mma.c' (110,536) at 20240405153054357 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml' (110,537) at 20240405153045117 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb' (110,538) at 20241221090017680 to deleted uid set 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-debug-collector/meson.build' (110,539) at 20240528080015697 to deleted uid set 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/vdpa.c' (110,540) at 20241008080013987 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi' (110,541) at 20210308005002580 2025-03-14 03:00:52.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/snmp.scss' (110,542) at 20210308005107077 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE04.boot' (110,543) at 20220525020655231 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dtc.c' (110,544) at 20240405153053445 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb' (110,545) at 20210307205553842 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8183-audio.c' (110,546) at 20240405153046797 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/marsboard_defconfig' (110,547) at 20210308005003268 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/Makefile' (110,548) at 20220525020654327 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/trace.c' (110,549) at 20210307214929890 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_range_manager.c' (110,550) at 20240405153048777 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/flow_dissector_load.c' (110,551) at 20240405153054241 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/sa.h' (110,552) at 20220525020653119 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/common.c' (110,553) at 20210307214925898 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_network.c' (110,554) at 20210307214932742 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symbol.h' (110,555) at 20240613080016563 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evlist.h' (110,556) at 20241211090145573 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.out' (110,557) at 20210308005046405 to deleted uid set 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106.c' (110,558) at 20230426080043928 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tec.h' (110,559) at 20210308005003620 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/vb2.h' (110,560) at 20210307214931614 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/PassThrough.interface.yaml' (110,561) at 20221207040023627 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qgraph.c' (110,562) at 20220429100100946 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio.c' (110,563) at 20241211090212442 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/vfio_ccw_drv.c' (110,564) at 20240405153051525 2025-03-14 03:00:52.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp55xx-common.c' (110,565) at 20241211090145441 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/mp.c' (110,566) at 20240405153050125 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_rop2.h' (110,567) at 20210308005045857 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/iucv/Makefile' (110,568) at 20210307214931974 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_dphy.h' (110,569) at 20240405153049473 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb' (110,570) at 20241221090017528 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/ceph_features.h' (110,571) at 20220525020654555 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/asm.h' (110,572) at 20240405153045933 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/Makefile' (110,573) at 20210307214929530 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seg6.h' (110,574) at 20210307214931506 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass' (110,575) at 20241206090014310 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Rowridge' (110,576) at 20210307205553798 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c' (110,577) at 20210307214930930 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/LICENSE.txt' (110,578) at 20210307205554230 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_link.c' (110,579) at 20240405153054281 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max77826-regulator.c' (110,580) at 20240405153231363 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h' (110,581) at 20220525020652831 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/meson.build' (110,582) at 20241211090212286 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-ocelot.its.S' (110,583) at 20210713000020196 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml' (110,584) at 20240405153045129 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/extended/obmc_boot_test.robot' (110,585) at 20220201040016317 to deleted uid set 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint' (110,586) at 20210307214925198 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/igmp.h' (110,587) at 20240405153052705 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sh/Makefile' (110,588) at 20210307214932282 2025-03-14 03:00:52.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0017-Platform-CS1000-Remove-unused-BL1-files.patch' (110,589) at 20241221090017464 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes.c' (110,590) at 20220525020652358 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/vof.h' (110,591) at 20230426080043764 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/0002-Remove-pg-from-profile_CFLAGS.patch' (110,592) at 20230706080014741 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Protocol.json' (110,593) at 20240619080002952 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb' (110,594) at 20231126090012781 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_migrate_reuseport.c' (110,595) at 20220525020655199 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_cppi41.c' (110,596) at 20240405153052121 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5535audio/cs5535audio_olpc.c' (110,597) at 20220525020654991 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-robots' (110,598) at 20210927100127061 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/bridge-regs.h' (110,599) at 20240405153045645 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PolyForm-Small-Business-1.0.0' (110,600) at 20211006000025242 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/imx8-power-domain.c' (110,601) at 20210308005003468 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_dpsub.h' (110,602) at 20240405153048801 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/Kconfig' (110,603) at 20240405153231307 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-ss-vpu.dtsi' (110,604) at 20241115090012941 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_ftrace.c' (110,605) at 20240405153054181 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/doorbell.h' (110,606) at 20210307214931442 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/pseudo_lock_event.h' (110,607) at 20210307214926698 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/sysctr.h' (110,608) at 20210308005002672 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/1ux16_riser.json' (110,609) at 20220601030005857 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qdev.json' (110,610) at 20241211090212450 2025-03-14 03:00:52.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts' (110,611) at 20240805080013923 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8004.dtsi' (110,612) at 20220525020651926 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/topic.h' (110,613) at 20210307214930046 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/tplink,safeloader-partitions.yaml' (110,614) at 20240405153045113 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-can-transceiver.c' (110,615) at 20240405153231311 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/domain.h' (110,616) at 20240405153053465 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs1_defconfig' (110,617) at 20210308005003248 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/funcmux.h' (110,618) at 20210308005002672 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_octeon_cf.c' (110,619) at 20240405153046665 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-meson-Run-atomics-test-on-clang-as-well.patch' (110,620) at 20241221090017640 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-orion.c' (110,621) at 20240405153231559 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel-parade.dts' (110,622) at 20240405153045781 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/am35x.h' (110,623) at 20210308005003520 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/logrotate/logrotate_3.22.0.bb' (110,624) at 20241206090014334 to deleted uid set 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1.dts' (110,625) at 20210308005002624 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/gr3d.h' (110,626) at 20210307214928046 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-settings-mgr/src/main.cpp' (110,627) at 20241115090002317 to deleted uid set 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-its-api-test_%.bbappend' (110,628) at 20230114040015466 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/systemd/files/machine-id-commit-sync.conf' (110,629) at 20210307205554110 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/Makefile' (110,630) at 20240405153231327 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/Makefile' (110,631) at 20210308005002856 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-Remove-dead-paren_level-code.patch' (110,632) at 20210729000029104 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/cap11xx.c' (110,633) at 20240405153049133 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/dts/ae3xx.dts' (110,634) at 20210308005002824 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pello_Ratasvaara' (110,635) at 20210307205553770 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sparc/include/asm/barrier_64.h' (110,636) at 20210307214932458 2025-03-14 03:00:52.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/config.mk' (110,637) at 20210308005002828 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042-jazzio.h' (110,638) at 20210307214928498 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/257' (110,639) at 20240326080039730 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/bletchley/host-poweroff' (110,640) at 20220727030013877 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binder_internal.h' (110,641) at 20240527080023344 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu-all.h' (110,642) at 20241211090212354 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/Kconfig' (110,643) at 20240405153051849 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb' (110,644) at 20241206090014234 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb8_main.c' (110,645) at 20220525020654983 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3xdm.dtsi' (110,646) at 20240405153045473 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmu_64.h' (110,647) at 20210307214926582 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sunplus/sunplus-sp7021.dtsi' (110,648) at 20240405153045585 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/testing/local-ci-build.md' (110,649) at 20221209040006399 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/jailhouse_para.h' (110,650) at 20210307214926666 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/iommu.h' (110,651) at 20241211090212362 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/core_kern.c' (110,652) at 20240405153054269 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_util.c' (110,653) at 20210307214930538 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/icst.c' (110,654) at 20210309003649264 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/percpu_32.h' (110,655) at 20210307214926582 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt' (110,656) at 20210307214925286 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/soundwire/locking.rst' (110,657) at 20210307214925470 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9m10g45ek.h' (110,658) at 20210308005003584 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (110,659) at 20241206090014222 2025-03-14 03:00:52.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-qil_a9260.dts' (110,660) at 20240405153045465 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/hashmap.c' (110,661) at 20240405153054253 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/subprojects/.clang-tidy-ignore' (110,662) at 20230510080006007 to deleted uid set 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/261' (110,663) at 20240906080037564 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/test_smoke.sh' (110,664) at 20240405153054381 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc' (110,665) at 20220422030010210 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/pvclock-abi.h' (110,666) at 20240405153054033 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/ctx_skb.c' (110,667) at 20240405153232263 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx27.c' (110,668) at 20240405153231319 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qht.h' (110,669) at 20210308005046049 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/silergy,sy8106a.yaml' (110,670) at 20240405153045145 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65ae.inc' (110,671) at 20240301090012451 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/dwc3-cavium.txt' (110,672) at 20240405153045181 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/syscalltable.S' (110,673) at 20220525020651986 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/kvm.h' (110,674) at 20240405153045865 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/LICENSE' (110,675) at 20210308005133429 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/mc146818rtc_regs.h' (110,676) at 20210308005046029 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/ricoh.h' (110,677) at 20210307214930042 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/heaps/system_heap.c' (110,678) at 20240405153230275 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_beagle.h' (110,679) at 20210308005003608 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srp/Kbuild' (110,680) at 20210307214928466 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (110,681) at 20230721080014366 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/120' (110,682) at 20220429100100890 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958712k/MAINTAINERS' (110,683) at 20210308005002940 2025-03-14 03:00:52.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/otp_info.h' (110,684) at 20220215040051512 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_maps.c' (110,685) at 20240405153232263 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/pci.rst' (110,686) at 20240405153044929 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7343_regs.h' (110,687) at 20240405153049305 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ofb.c' (110,688) at 20220525020652214 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/noperlcheck.patch' (110,689) at 20210307205554534 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/pgtable_mm.h' (110,690) at 20240405153230007 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_plane.c' (110,691) at 20240405153230539 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c' (110,692) at 20240405153047201 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/clock-sh7269.c' (110,693) at 20210307214926562 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/mmu.h' (110,694) at 20240613080016371 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_console.c' (110,695) at 20210308005003700 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/of_mmc_spi.c' (110,696) at 20240405153049665 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l32.c' (110,697) at 20240405153053569 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/maxim,max33359.yaml' (110,698) at 20240405153045181 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/probe-slot-device@.service' (110,699) at 20231116090013989 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/releases.md' (110,700) at 20241206090014206 2025-03-14 03:00:52.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_watchdog.c' (110,701) at 20210308005003496 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/fw.h' (110,702) at 20240405153050649 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts' (110,703) at 20240405153045545 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/beaver/MAINTAINERS' (110,704) at 20210308005003024 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt' (110,705) at 20210307214925342 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_print.h' (110,706) at 20240405153048509 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/helper.h' (110,707) at 20240906080037536 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/liburing.wrap' (110,708) at 20240112090004588 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mtk.c' (110,709) at 20210308005003484 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/msc01.h' (110,710) at 20210308005003676 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_helpers.c' (110,711) at 20240405153231499 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nkm.h' (110,712) at 20210307214927030 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos2.h' (110,713) at 20210308005003584 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/aspeed_timer.h' (110,714) at 20220429100100570 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyparsing_3.2.0.bb' (110,715) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/Makefile' (110,716) at 20210308005002980 2025-03-14 03:00:52.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb-internal.h' (110,717) at 20210308005045881 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable.h' (110,718) at 20240820080014161 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/dcmi_sensors.json' (110,719) at 20241106090019922 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/215.out' (110,720) at 20210308005046461 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts' (110,721) at 20210307214926050 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/wm_sqrt.S' (110,722) at 20210307214926734 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter_ipv6/ip6_tables.h' (110,723) at 20240405153052749 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/Kconfig' (110,724) at 20240405153051509 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/core.h' (110,725) at 20240405153231123 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/omap3-rom-rng.c' (110,726) at 20240405153230199 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev6-clear_page.S' (110,727) at 20240405153229855 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/remove-host-information.patch' (110,728) at 20240309090012820 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/screen.h' (110,729) at 20240405153045953 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0006-feat-corstone1000-include-platform-header-file.patch' (110,730) at 20241221090017464 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/keembay-evm.dts' (110,731) at 20210309003648744 2025-03-14 03:00:52.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb' (110,732) at 20241221090017552 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/efivar.h' (110,733) at 20220525020653131 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/st_uvis25.h' (110,734) at 20210309003650040 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/r200' (110,735) at 20210307214928018 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/btbridged.service' (110,736) at 20210308004939864 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SPL-1.0' (110,737) at 20210307205554426 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-2.1' (110,738) at 20211006000025242 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx6ul.c' (110,739) at 20241008080013911 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/vector.c' (110,740) at 20240405153230383 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/qos_rk3288.h' (110,741) at 20210308005002664 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/fsl-usb.txt' (110,742) at 20210307214925450 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/librs.rst' (110,743) at 20210307214925266 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.cphp' (110,744) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun4i.h' (110,745) at 20210308005002668 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c' (110,746) at 20240405153054253 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/kernfs/symlink.c' (110,747) at 20240405153052397 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fou_nl.c' (110,748) at 20240405153053245 2025-03-14 03:00:52.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/overlayfs.py' (110,749) at 20241221090017632 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_eml_spmu_regs.h' (110,750) at 20240405153046589 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c' (110,751) at 20240405153048665 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat_12.7.6.bb' (110,752) at 20241221090017680 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos2.cfg' (110,753) at 20210308005002912 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/sumversion.c' (110,754) at 20240405153232107 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/files/nslcd.service' (110,755) at 20210307205554074 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j784s4-thermal.dtsi' (110,756) at 20240405153045841 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/generic_bandwidth_allocation.c' (110,757) at 20240405153051777 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/ia32/Makefile' (110,758) at 20240405153046377 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/vsyscall-sigreturn.S' (110,759) at 20210307214926570 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_le_qb.c' (110,760) at 20210308005046501 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/pit.c' (110,761) at 20220525020651982 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7923.c' (110,762) at 20241211090145433 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/makefile-add-ldflags.patch' (110,763) at 20210307205553938 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/gpio-regulator.h' (110,764) at 20240405153052785 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/via/Makefile' (110,765) at 20210307214929658 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-v4l2.c' (110,766) at 20240405153049565 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-kc1.dts' (110,767) at 20240405153045605 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/chpid.h' (110,768) at 20210307214926514 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os_4.3.0.bb' (110,769) at 20241221090017472 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/kselftest_harness.h' (110,770) at 20240405153054313 to deleted uid set 2025-03-14 03:00:52.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/remoteproc-framework.txt' (110,771) at 20210308005003328 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vmaxh.S' (110,772) at 20230426080043952 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/global_sync_vblank.svg' (110,773) at 20240405153045213 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-fru.yaml' (110,774) at 20230412080023456 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst' (110,775) at 20240405153045289 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_textinput.c' (110,776) at 20210308005003704 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt8192-power.h' (110,777) at 20220525020654547 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbbridged.hpp' (110,778) at 20240618080008237 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a77965-cpg-mssr.c' (110,779) at 20240405153230235 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cmos_layout.h' (110,780) at 20210308005002876 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/sdi.c' (110,781) at 20220525020652975 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/sumo_dpm.c' (110,782) at 20240628080013989 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5420-smdk5420.dts' (110,783) at 20210308005002580 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/meson.build' (110,784) at 20240906080037524 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_test.h' (110,785) at 20210308005046021 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/debugfs.h' (110,786) at 20210307214932102 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_syscall.h' (110,787) at 20221215040039202 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-qcom/platsmp.c' (110,788) at 20240405153045681 2025-03-14 03:00:52.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bnad_ethtool.c' (110,789) at 20240405153049853 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/mediatek,uart.yaml' (110,790) at 20240405153045153 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/samsung/samsung-secure-firmware.yaml' (110,791) at 20210307214925278 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/Makefile' (110,792) at 20240613080016379 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/config_file.md' (110,793) at 20240809080033023 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/llc_s_st.h' (110,794) at 20240405153052853 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_control_main.cpp' (110,795) at 20210812000116459 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/run-ptest' (110,796) at 20231126090012785 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch' (110,797) at 20241221090017676 to deleted uid set 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/am_foreign.patch' (110,798) at 20230706080014753 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bruzaholm' (110,799) at 20210307205553778 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/jh7110-rsa.c' (110,800) at 20240913080013785 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html' (110,801) at 20210307205554286 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-gyration.c' (110,802) at 20210307214928090 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/sme_vl.c' (110,803) at 20240405153054241 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_umem.h' (110,804) at 20240405153231859 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77990.c' (110,805) at 20240405153051361 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/syscalls/Makefile' (110,806) at 20240405153046029 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/nxp,pca9685-pwm.txt' (110,807) at 20210307214925406 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-popmetal.dts' (110,808) at 20240405153045561 2025-03-14 03:00:52.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/gen/net/poettering/Calculator/meson.build' (110,809) at 20240925080038338 to deleted uid set 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/virt-dma.h' (110,810) at 20210307214927146 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ia64/aliasing-test.c' (110,811) at 20210307214932678 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/dm.c' (110,812) at 20210309003651816 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/dlmconvert.h' (110,813) at 20220525020654467 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/Kconfig' (110,814) at 20210307214928526 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/hw_breakpoint.h' (110,815) at 20240405153054053 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/redfish_host_code_update.robot' (110,816) at 20220315030021815 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soundwire/soundwire-controller.yaml' (110,817) at 20240405153045173 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-x96max.c' (110,818) at 20210307214928786 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-apf28dev.dts' (110,819) at 20240405153229891 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/fans.json' (110,820) at 20231213090027090 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi3660-stub.c' (110,821) at 20210307214926974 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/Kbuild' (110,822) at 20210307214930302 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mt7629.c' (110,823) at 20210308005003348 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/Makefile' (110,824) at 20210307214932234 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/debug_fs.c' (110,825) at 20240405153231651 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/timer.c' (110,826) at 20210308005002764 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/microchip-spi.c' (110,827) at 20240405153230299 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sec3.1-0.dtsi' (110,828) at 20210307214926350 2025-03-14 03:00:52.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/p1010rdb.c' (110,829) at 20210308005002988 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/qos.c' (110,830) at 20240726080012854 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts' (110,831) at 20240405153229951 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/file.c' (110,832) at 20240405153052393 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb' (110,833) at 20241221090017548 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/power/hibernate_asm.S' (110,834) at 20240405153045949 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c' (110,835) at 20210308005046513 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig' (110,836) at 20210307205553878 2025-03-14 03:00:52.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Mikkeli' (110,837) at 20210307205553770 2025-03-14 03:00:52.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/usb_a9263.dts' (110,838) at 20240405153045473 2025-03-14 03:00:52.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/phosphor-led-manager/bmc_booted.conf' (110,839) at 20230929080014511 2025-03-14 03:00:52.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/sys_call_table_32.c' (110,840) at 20240405153046493 2025-03-14 03:00:52.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/include/special-errno.h' (110,841) at 20220429100100402 2025-03-14 03:00:52.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c' (110,842) at 20240405153047285 2025-03-14 03:00:52.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_c_ev.c' (110,843) at 20220525020654851 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/helper.c' (110,844) at 20241211090212494 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpfilter.h' (110,845) at 20240405153052665 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/gpio16xx.c' (110,846) at 20240405153045657 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_bpf.c' (110,847) at 20220525020654879 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console_%.bbappend' (110,848) at 20210812000025166 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/memmove.S' (110,849) at 20240405153045633 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/ecc-mxic.c' (110,850) at 20240405153230867 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/cancel.h' (110,851) at 20240405153231883 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/kona_l2_cache.c' (110,852) at 20240405153045637 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/024.out' (110,853) at 20240906080037564 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/.gitignore' (110,854) at 20210309003655996 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/polaris_defconfig' (110,855) at 20240405153046309 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/app.cpp' (110,856) at 20241106090023550 to deleted uid set 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.h' (110,857) at 20210308005003368 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/Makefile' (110,858) at 20240405153046929 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/samsung,arndale.yaml' (110,859) at 20240405153045169 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c' (110,860) at 20220525020652975 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds.c' (110,861) at 20210308005002964 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lg2ff.c' (110,862) at 20210307214928094 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/lib/delay.c' (110,863) at 20240405153046061 2025-03-14 03:00:52.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h' (110,864) at 20240830080013259 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h' (110,865) at 20240405153047293 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mount/config' (110,866) at 20210307214932686 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mp5990.rst' (110,867) at 20240405153229819 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_ph.c' (110,868) at 20210308005046501 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/technotrend.rc5' (110,869) at 20210307205553758 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/signal.h' (110,870) at 20240617080017378 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/yad/yad_6.0.bb' (110,871) at 20230813080012852 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/helper.c' (110,872) at 20210308004938820 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-paris.c' (110,873) at 20240520080015167 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/radio_2059.c' (110,874) at 20210307214929798 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml' (110,875) at 20220525020651666 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/user_verbs.rst' (110,876) at 20210307214925514 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz' (110,877) at 20210307205554594 to deleted uid set 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/xen-compat.h' (110,878) at 20230426080043888 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/concurrencytest/concurrencytest.py' (110,879) at 20210308005003760 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-pinctrl.dtsi' (110,880) at 20210308005002580 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r9a07g043-cpg.h' (110,881) at 20240405153052645 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/seccomp.h' (110,882) at 20210309003648836 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/096.out' (110,883) at 20210308005046445 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch' (110,884) at 20230706080014765 2025-03-14 03:00:52.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt_mon.c' (110,885) at 20240405153230779 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/gp8psk-fe.h' (110,886) at 20210307214928626 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_json_unittest.cpp' (110,887) at 20210918000044923 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/pch_dma.c' (110,888) at 20240405153047001 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/MAINTAINERS' (110,889) at 20210308005003004 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.pass' (110,890) at 20241206090014306 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/samba-pam.patch' (110,891) at 20240113090014532 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7623n-bananapi-bpi-r2.dts' (110,892) at 20210308005002596 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hyp_gdbstub.c' (110,893) at 20241211090212470 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-params.h' (110,894) at 20240405153048821 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix-warning.patch' (110,895) at 20210307205553834 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml' (110,896) at 20240405153045129 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts' (110,897) at 20240405153045817 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/icmpv6.h' (110,898) at 20220525020654667 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_psm.h' (110,899) at 20210309003649648 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5282EVB_defconfig' (110,900) at 20210308005003236 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlm/Makefile' (110,901) at 20210307214931202 2025-03-14 03:00:52.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/regulator/overview.rst' (110,902) at 20210307214925546 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/usb/tcpm.h' (110,903) at 20240405153052813 to deleted uid set 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml' (110,904) at 20210307214925290 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/memory.c' (110,905) at 20240405153232123 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pm-common.c' (110,906) at 20210309003648716 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20220627.bb' (110,907) at 20220910030013353 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vp.c' (110,908) at 20210307214925930 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-x86/chassis/x86-power-control/ethanolx/power-config-host0.json' (110,909) at 20240308090017907 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_adi_48vhsc_inf.json' (110,910) at 20241213090004417 to deleted uid set 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0005-typedefs.h-add-support-for-PowerPC.patch' (110,911) at 20210307205553802 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c' (110,912) at 20240405153230359 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/decl.h' (110,913) at 20220525020653771 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/cache.json' (110,914) at 20240405153054109 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libjcat/libjcat/run-ptest' (110,915) at 20210307205553938 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_ep11misc.h' (110,916) at 20240405153231379 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/SECURITY.md' (110,917) at 20231126090012809 2025-03-14 03:00:52.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/paravirt_api_clock.h' (110,918) at 20240405153046389 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/linksys,ns-partitions.yaml' (110,919) at 20240405153045113 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/README.md' (110,920) at 20220526030017599 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/memory_mgr.c' (110,921) at 20240405153046557 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/Makefile' (110,922) at 20240405153049005 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb' (110,923) at 20241206090014298 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch' (110,924) at 20241221090017680 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/espt.h' (110,925) at 20210308005003592 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/OWNERS' (110,926) at 20230808080025825 to deleted uid set 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/meson.build' (110,927) at 20240827080002182 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-bamboo.c' (110,928) at 20210307214926338 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb' (110,929) at 20240113090014536 to deleted uid set 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/cdc-wdm.h' (110,930) at 20210307214931682 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/stpmu1.c' (110,931) at 20210308005003472 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/verifier_log.c' (110,932) at 20240405153054265 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/VeraMoBd.ttf' (110,933) at 20210307205554234 to deleted uid set 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inetspace_v2_defconfig' (110,934) at 20210308005003260 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb' (110,935) at 20240302090018242 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb' (110,936) at 20241221090017496 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_backlight.c' (110,937) at 20240405153048621 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/qcom,prng.yaml' (110,938) at 20240405153045033 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-plldig.c' (110,939) at 20240405153230207 2025-03-14 03:00:52.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/mhi_wwan_mbim.c' (110,940) at 20240405153051013 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/sas.h' (110,941) at 20240405153052877 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_dsi_regs.h' (110,942) at 20210307214927862 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/delay.h' (110,943) at 20210307214926662 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/intel,socfpga.yaml' (110,944) at 20240405153229755 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-qmx6.dtsi' (110,945) at 20240405153229883 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fan.hpp' (110,946) at 20210512000037560 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch' (110,947) at 20220618030015190 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/securityfs-secrets-coco' (110,948) at 20240405153044913 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops/atomic.h' (110,949) at 20210308005002824 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_dcb_nl.h' (110,950) at 20220525020653535 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/Makefile' (110,951) at 20210307214930602 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/wwan.h' (110,952) at 20220525020654679 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/sysret_rip.c' (110,953) at 20210307214932734 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear3xx.c' (110,954) at 20210307214930122 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/utf8n.h' (110,955) at 20240405153052557 2025-03-14 03:00:52.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb' (110,956) at 20240413080012699 to deleted uid set 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9261ek.dts' (110,957) at 20240405153045465 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sh_fsi.h' (110,958) at 20210307214931602 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (110,959) at 20210812000025190 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/044_x86_optional_ucode.dts' (110,960) at 20210308005003752 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/fix-run-builtins.patch' (110,961) at 20241221090017676 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/Kconfig' (110,962) at 20240906080037188 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate/0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch' (110,963) at 20241206090014250 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_stm32.h' (110,964) at 20210308005003628 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/strlen.S' (110,965) at 20240405153046265 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1088a.dtsi' (110,966) at 20210308005002580 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/sys_ia64.c' (110,967) at 20240405153045929 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/remove_flags_from_build_flags.patch' (110,968) at 20230706080014733 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/vsock_perf.c' (110,969) at 20240405153054381 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/st,stm32-cec.yaml' (110,970) at 20240405153045093 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c' (110,971) at 20240405153047245 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/elan,ekth3000.yaml' (110,972) at 20240405153229767 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/poison.bb' (110,973) at 20221003030013329 to deleted uid set 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb' (110,974) at 20220910030013349 to deleted uid set 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/Kconfig' (110,975) at 20240405153045681 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/utility/timer.cpp' (110,976) at 20230511080043139 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/emulex/benet/be_roce.c' (110,977) at 20210307214929390 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telstar18_C-138.0E' (110,978) at 20210307205553762 2025-03-14 03:00:52.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/stages.yml' (110,979) at 20221215040039038 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_gem.h' (110,980) at 20240405153046609 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/bootscripts/tpcboot.cmd' (110,981) at 20210308005003012 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/adi,adau1977.h' (110,982) at 20220525020654547 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dm_services.h' (110,983) at 20240405153047265 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-i2c.c' (110,984) at 20240405153049561 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/tlb-v4wb.S' (110,985) at 20210307214925974 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPL/README.spl-secure-boot' (110,986) at 20210308005003300 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/pll_config.h' (110,987) at 20210308005003072 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi' (110,988) at 20240405153229931 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_buddy.c' (110,989) at 20240405153230531 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/0001-xxhash-bump-to-v2.1.2.patch' (110,990) at 20230706080014749 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/images/fb-harma-phosphor-image.inc' (110,991) at 20240612080013178 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/nintendo/wii.txt' (110,992) at 20240405153229787 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/0001-Do-not-use-MKTEMP_PROG-in-cross-build.patch' (110,993) at 20230520080014480 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_addrlist.h' (110,994) at 20210307214932030 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/failing_mtms.cpp' (110,995) at 20240418080028286 2025-03-14 03:00:52.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-lemote2f.c' (110,996) at 20240405153046049 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/riptide/riptide.c' (110,997) at 20240405153232135 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/lib/decompress_common.c' (110,998) at 20220525020654463 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.JFFS2_NAND' (110,999) at 20210308005003288 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/requester/handler.hpp' (111,000) at 20240903080027143 to deleted uid set 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-pxa.c' (111,001) at 20240405153231359 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/param.h' (111,002) at 20210307214925650 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/bmc_health_config_json.md' (111,003) at 20240618080027477 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vmx-ops.c.inc' (111,004) at 20240906080037520 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb' (111,005) at 20240301090012427 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ylitornio_Ainiovaara' (111,006) at 20210307205553774 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/entity-manager_%.bbappend' (111,007) at 20241226090016123 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_ds_subr.c' (111,008) at 20210307214931870 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/gcc-generate-ipa-pass.h' (111,009) at 20240405153053449 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ehci_pdriver.h' (111,010) at 20240405153052809 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_prctl.h' (111,011) at 20220429100100642 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (111,012) at 20241206090014286 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip.h' (111,013) at 20210307214932742 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/sequoia.dts' (111,014) at 20210307214926358 2025-03-14 03:00:52.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/preferbash.patch' (111,015) at 20240127090011892 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nm.h' (111,016) at 20240405153230247 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/libfdt_env.h' (111,017) at 20210307214931418 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_bridge_1q_lag.sh' (111,018) at 20240405153054341 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend' (111,019) at 20240719080014909 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Alfabia' (111,020) at 20210307205553766 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_ah.c' (111,021) at 20220525020653155 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_debugfs.c' (111,022) at 20240405153050805 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/wr.c' (111,023) at 20240405153230719 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow2_field-memmove.c' (111,024) at 20240405153053105 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/brcm,bcm21664-resetmgr.yaml' (111,025) at 20240405153045137 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/uart.c' (111,026) at 20220525020653823 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/COPYING.apache-2.0' (111,027) at 20210307205553726 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine-smp.c' (111,028) at 20241211090212262 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/bh.h' (111,029) at 20210307214929962 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ap.h' (111,030) at 20240405153046273 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ti,phy-gmii-sel.yaml' (111,031) at 20240405153045129 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/hweight.S' (111,032) at 20240405153230095 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb' (111,033) at 20241206090014314 2025-03-14 03:00:52.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/Kconfig' (111,034) at 20241008080014035 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/module.c' (111,035) at 20210309003648804 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/installscript.sh' (111,036) at 20210307205554386 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-dev.dts' (111,037) at 20240405153045733 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/uncore-other.json' (111,038) at 20240405153054157 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/tegra_defconfig' (111,039) at 20240405153229907 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vcoreiii.h' (111,040) at 20210308005003624 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd8131_edac.h' (111,041) at 20210307214927150 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/termbits.h' (111,042) at 20240405153046073 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (111,043) at 20231128090014177 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-out.h' (111,044) at 20210307214928794 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/Kconfig' (111,045) at 20240405153049589 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch' (111,046) at 20241221090017692 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/features.c' (111,047) at 20220804100016032 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm7260_defconfig' (111,048) at 20210308005003252 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra30.c' (111,049) at 20240405153230247 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/zh_CN.po' (111,050) at 20210308005046217 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl006e.h' (111,051) at 20210309003649824 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-audmux.h' (111,052) at 20210307214932374 2025-03-14 03:00:52.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040_rcw.cfg' (111,053) at 20210308005002992 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h' (111,054) at 20240405153049873 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/exception.h' (111,055) at 20240405153229907 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ptype.c' (111,056) at 20240405153050109 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm2200.h' (111,057) at 20210307214931602 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-delock-61959.c' (111,058) at 20210307214928778 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/mpc.c' (111,059) at 20210307214931870 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyCollection.json' (111,060) at 20240619080002948 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/verify.c' (111,061) at 20240405153231767 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/vsprintf.c' (111,062) at 20210308005003716 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/cpu.c' (111,063) at 20210308005002548 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/cm_init.S' (111,064) at 20210308005002812 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-books.h' (111,065) at 20210927100127421 2025-03-14 03:00:52.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-data.h' (111,066) at 20220525020653251 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-set-mixer.rst' (111,067) at 20220525020654131 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/npcm7xx_mc.h' (111,068) at 20210308005046017 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trace/fpu.h' (111,069) at 20240405153046401 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projects-toastertable.html' (111,070) at 20210307205554286 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/hardware.h' (111,071) at 20210307214925882 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml' (111,072) at 20240405153045065 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/pgtable-32.h' (111,073) at 20240405153046249 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/coprocessor.S' (111,074) at 20240405153046505 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds.bb' (111,075) at 20241206090014230 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_system_local.h' (111,076) at 20240405153051837 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/remote-i3c-test.c' (111,077) at 20241211090212546 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/239.out' (111,078) at 20210308005046461 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-phytec-mira-rdk-nand.dts' (111,079) at 20240405153045521 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/usb-serial.rst' (111,080) at 20220525020651778 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rut_defconfig' (111,081) at 20210308005003276 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/keystone.h' (111,082) at 20240405153052649 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/linux-boot-if.h' (111,083) at 20210308005046005 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine-lock.c' (111,084) at 20230925080040113 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c' (111,085) at 20220525020654319 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-kernel/linux/linux-aspeed_%.bbappend' (111,086) at 20230209040014205 2025-03-14 03:00:52.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/pci.c' (111,087) at 20240405153231147 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-monitor-config.bbappend' (111,088) at 20210812000025162 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54usb.h' (111,089) at 20210307214929866 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cpan_build.bbclass' (111,090) at 20220910030013385 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfsub.c' (111,091) at 20240405153046085 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3.h' (111,092) at 20240405153051861 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_interfaces.hpp' (111,093) at 20210308005104849 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml' (111,094) at 20240405153229775 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/meson.build' (111,095) at 20241211090212230 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-migor/lcd_qvga.c' (111,096) at 20210307214926538 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/swnode.c' (111,097) at 20240405153230187 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_s10.h' (111,098) at 20210308005002780 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/rockchip,vdec.yaml' (111,099) at 20240405153045101 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-12' (111,100) at 20210908000010395 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623n-rfb-emmc.dts' (111,101) at 20240405153045461 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/irq.c' (111,102) at 20210307214926202 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/wandboard_defconfig' (111,103) at 20210308005003284 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-Fix-function-inline-errors-in-debug-optimization-Og.patch' (111,104) at 20230919080013958 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb' (111,105) at 20231011080016602 2025-03-14 03:00:52.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/writing-monitor-commands.rst' (111,106) at 20240906080037176 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/hists.c' (111,107) at 20240405153054177 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822ce.c' (111,108) at 20240405153050657 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/pistachio-usb-phy.txt' (111,109) at 20240405153229783 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/qos.c' (111,110) at 20210307214926894 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/plugin.hpp' (111,111) at 20230516080019602 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lnbh25.c' (111,112) at 20240405153049289 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ulpi/driver.h' (111,113) at 20240405153052809 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_aarch64.c' (111,114) at 20240405153232239 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDistributionCollection_v1.xml' (111,115) at 20240619080002932 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/Makefile' (111,116) at 20210307214928598 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mcp3422.c' (111,117) at 20240405153048957 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/r4k-timer.h' (111,118) at 20210309003648836 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/baseboard-fru-handler.sh' (111,119) at 20220629100013632 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/elo3-dma-1.dtsi' (111,120) at 20210307214926342 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/goflexhome.h' (111,121) at 20210308005003596 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fsl_hcalls.h' (111,122) at 20210307214926378 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc_5.14.bb' (111,123) at 20230406080015457 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/section.py' (111,124) at 20210308005003748 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/unistd.h' (111,125) at 20240405153229979 2025-03-14 03:00:52.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_lwt.c' (111,126) at 20240405153054281 2025-03-14 03:00:52.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/uncore-cache.json' (111,127) at 20240405153054153 2025-03-14 03:00:52.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/hed.h' (111,128) at 20210307214931298 2025-03-14 03:00:52.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts' (111,129) at 20240405153045549 2025-03-14 03:00:52.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/suricata.py' (111,130) at 20210307205554110 2025-03-14 03:00:52.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/tlv320aic31xx.h' (111,131) at 20240405153052657 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-snap.c' (111,132) at 20240405153230767 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-versatile/headsmp.S' (111,133) at 20240405153045689 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb' (111,134) at 20220204040022456 to deleted uid set 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig' (111,135) at 20210308005003248 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-sdb.dtsi' (111,136) at 20240405153045525 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/uprobe_multi.c' (111,137) at 20240405153232263 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-zynqmp-crf.h' (111,138) at 20220429100100562 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_detached_timer.cpp' (111,139) at 20220412175720090 to deleted uid set 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/mem-memset-arch.h' (111,140) at 20210307214932522 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/regs.h' (111,141) at 20210309003649332 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-sscg-pll.c' (111,142) at 20240405153046789 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/Makefile' (111,143) at 20210308005003476 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gud/gud_pipe.c' (111,144) at 20240405153230543 2025-03-14 03:00:52.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/hpc3.h' (111,145) at 20210307214926242 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (111,146) at 20240712080022837 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/8.Conclusion.rst' (111,147) at 20240405153045297 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_protocol.h' (111,148) at 20240405153046705 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/u32.json' (111,149) at 20220525020655231 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sm8350.c' (111,150) at 20240405153051353 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/acpi-vga.c' (111,151) at 20221215040039102 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mboxd.c' (111,152) at 20230809080010799 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-quickline-ewaarberg' (111,153) at 20210307205553758 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qede/qede_ptp.c' (111,154) at 20240405153050245 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/imx-usb-phy.h' (111,155) at 20210308005046033 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_task_under_cgroup.c' (111,156) at 20240405153054277 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr.h' (111,157) at 20210307214932270 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/0001-Add-NCSI-channel-selector.patch' (111,158) at 20210307205554222 2025-03-14 03:00:52.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i7300_edac.c' (111,159) at 20240405153047017 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_drv.c' (111,160) at 20240405153230583 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i.dtsi' (111,161) at 20240805080013915 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cs.h' (111,162) at 20210307214926218 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-ulpi-viewport.c' (111,163) at 20210309003653268 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmievd.init.suse' (111,164) at 20210308004938816 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/Kconfig' (111,165) at 20240405153231071 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/0001-configure-Include-stdio.h-for-printf.patch' (111,166) at 20221003030013281 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-sensors.yaml' (111,167) at 20210324000019621 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-dai.h' (111,168) at 20240405153231863 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra72-evm-tps65917.dtsi' (111,169) at 20240405153045601 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/gio_device.h' (111,170) at 20210307214926214 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-occ-active-sensor-mrw.yaml' (111,171) at 20210307205554050 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/174.out' (111,172) at 20210308005046453 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/qcom,lpass.h' (111,173) at 20240405153052653 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config.bb' (111,174) at 20241206090014230 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.inc' (111,175) at 20241206090014254 to deleted uid set 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/flexfilelayout/flexfilelayout.h' (111,176) at 20210307214931150 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/pipeline.json' (111,177) at 20240405153054109 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_core.c' (111,178) at 20240815080012919 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/audit.c' (111,179) at 20240405153046321 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/delayacct.h' (111,180) at 20240405153052677 2025-03-14 03:00:52.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/digic.c' (111,181) at 20221215040039090 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc.h' (111,182) at 20210307214932710 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ilitek_ts_i2c.yaml' (111,183) at 20240405153045081 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp-hid.c' (111,184) at 20240405153048825 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi' (111,185) at 20240405153045521 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_devlink.h' (111,186) at 20240405153050073 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/dynamic.rst' (111,187) at 20210307214925486 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h' (111,188) at 20240405153231055 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/keystone-gate.txt' (111,189) at 20210307214925290 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_cs.h' (111,190) at 20240405153049853 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Settings.v1_4_0.json' (111,191) at 20240619080002956 2025-03-14 03:00:52.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/simple-amplifier.c' (111,192) at 20240405153053785 2025-03-14 03:00:52.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageController.v1_8_0.json' (111,193) at 20240918080002724 to deleted uid set 2025-03-14 03:00:52.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfi.h' (111,194) at 20210309003650580 2025-03-14 03:00:52.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/Kconfig' (111,195) at 20240405153232139 2025-03-14 03:00:52.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/.gitignore' (111,196) at 20240405153054233 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h' (111,197) at 20210307214930278 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_iov.c' (111,198) at 20210309003648972 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2430.c' (111,199) at 20210309003653324 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-events.c' (111,200) at 20241211090212454 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Yllasjarvi' (111,201) at 20210307205553774 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json.in' (111,202) at 20210618100023655 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample' (111,203) at 20210308005046245 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_exti-test.c' (111,204) at 20240906080037572 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soundwire/sdw_type.h' (111,205) at 20240405153052797 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/chcr_core.c' (111,206) at 20220525020652382 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/trace_cm.h' (111,207) at 20240405153049069 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/btf.c' (111,208) at 20240405153054037 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_h.c' (111,209) at 20210308005046509 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/yocto-check-layer.bbclass' (111,210) at 20241221090017608 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex4_user.c' (111,211) at 20240405153232099 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-cm-t3517.dts' (111,212) at 20240405153045601 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429-disco.dts' (111,213) at 20210308005002616 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-mira-peb-av-02.dtsi' (111,214) at 20240405153045513 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-denverton.c' (111,215) at 20240405153231323 2025-03-14 03:00:52.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Arphic-1999' (111,216) at 20241221090017612 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/isa.c' (111,217) at 20240405153045645 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xgene.c' (111,218) at 20220525020652446 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_model_kunit.h' (111,219) at 20240405153050177 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_execlists_submission.h' (111,220) at 20240405153048485 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma1_core_ctx_axuser_regs.h' (111,221) at 20240405153046601 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/aoa.h' (111,222) at 20210307214932186 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/find.h' (111,223) at 20240405153054049 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/2002-use-vorbisidec.patch' (111,224) at 20230114040015494 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_presence.pass' (111,225) at 20241206090014310 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_rt288x.c' (111,226) at 20240405153052001 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb' (111,227) at 20241221090017516 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch' (111,228) at 20230706080014785 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/scheduler.c' (111,229) at 20240405153230575 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/Kconfig' (111,230) at 20240405153050053 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-fsl-mc' (111,231) at 20210309003648252 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Karhuvaara' (111,232) at 20210307205553774 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cio_inject.c' (111,233) at 20240520080015167 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/.gitignore' (111,234) at 20241211090212454 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/rsb.h' (111,235) at 20210308005002668 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/copyuser_power7.S' (111,236) at 20240405153046177 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/sdsi.c' (111,237) at 20240405153051409 2025-03-14 03:00:52.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-telnetlib3_2.0.4.bb' (111,238) at 20241221090017560 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.h' (111,239) at 20220525020653559 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-a10-mod1.c' (111,240) at 20210307214927030 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/Kconfig' (111,241) at 20240405153049261 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/byteorder/generic.h' (111,242) at 20240405153052665 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch' (111,243) at 20241221090017696 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml' (111,244) at 20210610000035146 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ds109.dts' (111,245) at 20210308005002592 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/iommufd.c' (111,246) at 20240405153231571 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/num_sensors_nonfunc_for_fan_nonfunc.md' (111,247) at 20240807080019546 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/tps40422.c' (111,248) at 20240405153048873 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.h' (111,249) at 20240405153050109 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kbuild.h' (111,250) at 20210307214931410 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/wext.h' (111,251) at 20210307214931578 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/compiler.h' (111,252) at 20210308005003572 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/devices/Kconfig' (111,253) at 20210307214930178 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lipmi/lipmi.h' (111,254) at 20210308004938836 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/nxp,pcf8575.yaml' (111,255) at 20240405153045061 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS0-ssh-bic@.service' (111,256) at 20230203040020726 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-pinky.dts' (111,257) at 20240405153045561 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/authorization.rst' (111,258) at 20240405153229839 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-iommu-amd-iommu' (111,259) at 20210307214925194 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-omap-control.c' (111,260) at 20240405153051301 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-lpc-snoop.c' (111,261) at 20240405153231447 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stv0991.h' (111,262) at 20210308005003616 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/layer.conf' (111,263) at 20241221090017500 2025-03-14 03:00:52.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/subprojects/googletest.wrap' (111,264) at 20210817000025328 to deleted uid set 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c' (111,265) at 20240405153232259 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/Makefile' (111,266) at 20240405153054069 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/trace-events' (111,267) at 20240906080037220 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/keyspan_usa28msg.h' (111,268) at 20210307214930866 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c' (111,269) at 20240405153047233 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbexec.c' (111,270) at 20210309003649140 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/sunxi-cir.c' (111,271) at 20240405153230823 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/compat.h' (111,272) at 20240405153046065 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clst.c' (111,273) at 20230426080043952 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h' (111,274) at 20210307214927970 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/ieee802154_i.h' (111,275) at 20240405153053305 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/dp_mon.h' (111,276) at 20240405153050437 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/si_dma.c' (111,277) at 20220525020653003 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/com.ibm.Logging.service' (111,278) at 20220514030009476 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/u-boot.h' (111,279) at 20210308005002848 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/TODO' (111,280) at 20210307214930594 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-timeout_2.3.1.bb' (111,281) at 20241221090017560 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch' (111,282) at 20210420000021558 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/types.h' (111,283) at 20220525020652002 2025-03-14 03:00:52.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/sensor.hpp' (111,284) at 20241111090027858 to deleted uid set 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm6368-eth.c' (111,285) at 20210308005003424 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5913.dtsi' (111,286) at 20240405153045513 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/bnx2i.h' (111,287) at 20240405153051581 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/ibm/configfile_test.cpp' (111,288) at 20240904080003190 to deleted uid set 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi' (111,289) at 20240405153229895 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.dimmpxm' (111,290) at 20240906080037560 to deleted uid set 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/138.out' (111,291) at 20210308005046449 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_sockopt.sh' (111,292) at 20240405153232279 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/9000.c' (111,293) at 20240405153050509 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/sysinfo.h' (111,294) at 20210308005046053 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu-pixman.h' (111,295) at 20210308005046037 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/nuvoton_nct6102d.h' (111,296) at 20210308005003676 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda8261.h' (111,297) at 20210307214928646 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Siilinjarvi' (111,298) at 20210307205553774 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv44.c' (111,299) at 20240405153048661 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/cpu.c' (111,300) at 20210308005002848 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricDefinitionCollection.json' (111,301) at 20240619080002948 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lpc_ich.h' (111,302) at 20240405153052729 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-hummingboard2-emmc-som-v15.dts' (111,303) at 20240405153045497 2025-03-14 03:00:52.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/typec_retimer.h' (111,304) at 20240405153052817 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds.h' (111,305) at 20240405153049221 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/run-ptest' (111,306) at 20241221090017540 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/ipmi/iei-ipmi-oem_git.bb' (111,307) at 20241220090019722 to deleted uid set 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/jump_label.c' (111,308) at 20220525020652046 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-amly-flakes.txt' (111,309) at 20240405153230531 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw-phy-sel.c' (111,310) at 20240405153231063 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/m68k/index.rst' (111,311) at 20240405153044977 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/setup-uart-routing' (111,312) at 20240904080027726 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/setup.c' (111,313) at 20240405153229987 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lm4857.c' (111,314) at 20240405153053621 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_debug.c' (111,315) at 20240815080012903 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c' (111,316) at 20210308005002968 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/freezer-subsystem.rst' (111,317) at 20210307214925218 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stacktrace.h' (111,318) at 20240405153045861 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/set-variable.png' (111,319) at 20210307205554382 to deleted uid set 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/unistd_32.h' (111,320) at 20240906080037352 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/required-features.h' (111,321) at 20240405153054033 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/daemon.sh' (111,322) at 20240405153054173 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/pwrseq.h' (111,323) at 20210307214929926 2025-03-14 03:00:52.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch' (111,324) at 20240301090012431 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c' (111,325) at 20240415080012971 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/via.h' (111,326) at 20210307214931534 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/se-Gothnet' (111,327) at 20210307205553758 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/dma.h' (111,328) at 20210307214930546 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/Makefile' (111,329) at 20240405153053025 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/frontend.json' (111,330) at 20240405153054137 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_readwrite_unittest.cpp' (111,331) at 20230821192414188 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_set_ftrace_file.tc' (111,332) at 20220525020655207 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/MAINTAINERS' (111,333) at 20210308005003168 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/uncore-other.json' (111,334) at 20240405153054121 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/finepix.c' (111,335) at 20240405153049565 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynqmppl.h' (111,336) at 20210308005003696 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.h' (111,337) at 20240405153050133 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-dk2-scmi.dts' (111,338) at 20240405153229903 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/ux500_msp_dai.h' (111,339) at 20240405153054017 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_sysarch.h' (111,340) at 20221215040039066 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/armksyms.c' (111,341) at 20210307214925858 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kdump/vmcoreinfo.rst' (111,342) at 20240503080014454 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/vsmp_64.c' (111,343) at 20240405153230131 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-tobiduo.dts' (111,344) at 20240405153045605 2025-03-14 03:00:52.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-rdesc.h' (111,345) at 20240405153048821 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h' (111,346) at 20240405153049469 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/psci_smp.c' (111,347) at 20241211090145369 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch' (111,348) at 20241221090017540 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/extmem.h' (111,349) at 20210307214926506 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/.gitignore' (111,350) at 20240405153052557 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/firebee.c' (111,351) at 20210307214926138 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_trace.h' (111,352) at 20210308005003556 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/samsung/exynos-chipid.h' (111,353) at 20240405153052793 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm53015-meraki-mr26.dts' (111,354) at 20240405153229871 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamalg_desc.c' (111,355) at 20210309003649288 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/internal/sys.cpp' (111,356) at 20210308005133997 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/kvm-stub.c' (111,357) at 20240906080037136 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cadence_qspi_apb.c' (111,358) at 20210308005003492 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/coco/tdx/Makefile' (111,359) at 20240405153046357 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv44.c' (111,360) at 20220525020652959 2025-03-14 03:00:52.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/apm-emulation.h' (111,361) at 20210307214931354 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/team/Makefile' (111,362) at 20240405153054301 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-kernel/linux/linux-nuvoton/mori.cfg' (111,363) at 20220723030019896 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c' (111,364) at 20240405153054357 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/server-led-controller.html' (111,365) at 20210308005107077 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/rtmutex.c' (111,366) at 20240913080013845 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra186-asrc.yaml' (111,367) at 20240405153045165 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ddrc.json' (111,368) at 20220525020655143 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sk_storage_trace_itself.c' (111,369) at 20220525020655199 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig' (111,370) at 20210308005002784 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv6110x_priv.h' (111,371) at 20210307214928642 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pinfunc.h' (111,372) at 20210308005002588 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_xport.h' (111,373) at 20220525020654003 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/dma-mapping.h' (111,374) at 20210308005002844 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skillingsfors' (111,375) at 20210307205553790 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmsan_string.h' (111,376) at 20240405153052717 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/file_replacement_with_gplv2.patch' (111,377) at 20210307205554558 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c' (111,378) at 20240910080014042 2025-03-14 03:00:52.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/Makefile' (111,379) at 20210308005003168 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-davinci.c' (111,380) at 20240405153231459 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-uacce' (111,381) at 20240405153044925 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gp_timer_local.h' (111,382) at 20210307214930542 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu-param.h' (111,383) at 20230426080043924 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/README.rst' (111,384) at 20220429100100734 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/led.c' (111,385) at 20240405153050641 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/exynos4210_uart.c' (111,386) at 20241211090212258 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/Makefile' (111,387) at 20210307214929302 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/smbios/smbios-mdr_%.bbappend' (111,388) at 20240403080018482 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vrf.c' (111,389) at 20241216090017721 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vm_events.c' (111,390) at 20210307214926110 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/rcar_drif.c' (111,391) at 20240405153230811 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-addptable2image' (111,392) at 20220612030016767 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0006-OsUtils.h-add-missing-header-cstdint-for-int64_t.patch' (111,393) at 20240413080012655 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/sdbusplus.wrap' (111,394) at 20220917030018829 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_srq.c' (111,395) at 20220525020653123 2025-03-14 03:00:52.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_write_byte_action_tests.cpp' (111,396) at 20230511080035563 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_fw_log.h' (111,397) at 20240405153230163 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/flow_dissector_load.h' (111,398) at 20240405153054245 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/aia.c' (111,399) at 20240405153230071 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udiv_qrnnd.S' (111,400) at 20210308005002852 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs_key.h' (111,401) at 20210307214931982 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sc520_wdt.c' (111,402) at 20210726100024767 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.h' (111,403) at 20210307214927266 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/firmware.h' (111,404) at 20240405153050473 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_mmu_hpte.c' (111,405) at 20210307214926426 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8960.c' (111,406) at 20240405153232167 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/dwc/Kconfig' (111,407) at 20220525020655059 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6t_hl.h' (111,408) at 20210307214931650 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_freestanding.c' (111,409) at 20210308005003700 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile' (111,410) at 20210308005002784 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/main_ipmi.cpp' (111,411) at 20240904080040759 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/osdep.c' (111,412) at 20240906080037592 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_proto.h' (111,413) at 20220525020652186 2025-03-14 03:00:52.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch' (111,414) at 20210307205553750 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/cmtdef.h' (111,415) at 20210309003651280 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/zonefs/trace.h' (111,416) at 20240405153052613 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts' (111,417) at 20240405153229935 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_alloc.h' (111,418) at 20240411080014090 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip30/ip30-xtalk.c' (111,419) at 20240405153046053 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7722.c' (111,420) at 20210307214926566 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/uhid/.gitignore' (111,421) at 20210307214932130 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-2.0' (111,422) at 20210307205554426 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/linux_string.c' (111,423) at 20210308005003708 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_login.h' (111,424) at 20240405153051961 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/i2s.c' (111,425) at 20240405153232191 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server-volatiles' (111,426) at 20210307205554122 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sh7763rdp/setup.c' (111,427) at 20240405153230087 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-keypad-s3c64xx.c' (111,428) at 20210309003648720 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/hynitron,cstxxx.yaml' (111,429) at 20240405153045081 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/bitops.h' (111,430) at 20240405153046101 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/main.c' (111,431) at 20240405153050609 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-object.err' (111,432) at 20210308005046413 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/hp300map.map' (111,433) at 20210307214926146 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c' (111,434) at 20240405153047225 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/wxgtk-fixup-build-scripts.patch' (111,435) at 20241221090017564 2025-03-14 03:00:52.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clks.h' (111,436) at 20210308005003636 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/printk.c' (111,437) at 20240405153047041 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/MAINTAINERS' (111,438) at 20210308005002976 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_baco.h' (111,439) at 20210309003649648 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/userspace-if.rst' (111,440) at 20240405153045009 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_service.hpp' (111,441) at 20230511080035559 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/trace_helpers.h' (111,442) at 20240405153054289 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch' (111,443) at 20231014080011723 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/trace/ftrace_entry.S' (111,444) at 20240405153230039 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-isp.yaml' (111,445) at 20240405153045049 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/maintainer-entry-profile.rst' (111,446) at 20240405153045193 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064-cm-qs600.dts' (111,447) at 20240405153045537 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/nvidia,tegra124-dfll.txt' (111,448) at 20240405153045025 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/spear-rtc.txt' (111,449) at 20210307214925418 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig' (111,450) at 20210307214932154 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb' (111,451) at 20240127090011884 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/fc.h' (111,452) at 20210307214929994 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98396.c' (111,453) at 20240405153053641 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/rainier_4u_chassis.json' (111,454) at 20231212090004998 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atmdev.h' (111,455) at 20220525020654551 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utresrc.c' (111,456) at 20240405153046625 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/smpboot.h' (111,457) at 20210307214931766 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/metrics/collection_data.cpp' (111,458) at 20240904080048943 to deleted uid set 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/ddr.h' (111,459) at 20210308005002996 2025-03-14 03:00:52.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/acx.c' (111,460) at 20210307214929966 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/ras_utils.robot' (111,461) at 20240627080021052 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/pointer_auth.c' (111,462) at 20220525020651954 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/stm32/stm32f769-overview.rst' (111,463) at 20240405153044973 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl367.c' (111,464) at 20240405153230687 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/cpuinfo.h' (111,465) at 20230925080039853 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/x600.c' (111,466) at 20210308005003052 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/configs/32-bit.config' (111,467) at 20240405153230063 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/bcm23550_w1d.c' (111,468) at 20210308005002924 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/fou.h' (111,469) at 20240405153052845 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/entry.h' (111,470) at 20210307214926594 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/sysinfo.h' (111,471) at 20240405153046281 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/pcihost_wrapper.c' (111,472) at 20240405153051809 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/Makefile' (111,473) at 20240405153054377 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.h' (111,474) at 20210307214927746 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/gmac.h' (111,475) at 20240405153049861 2025-03-14 03:00:52.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/s390/kernel/perf_pai_ext.c' (111,476) at 20240405153230079 to deleted uid set 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_isa.c' (111,477) at 20221215040039102 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/config.mk' (111,478) at 20210308005002828 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_edcasetting_bitdef.h' (111,479) at 20210307214930638 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-thumb.inc' (111,480) at 20210812000025310 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-afe-pcm.c' (111,481) at 20240405153053961 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio.h' (111,482) at 20240405153231847 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-atmel.c' (111,483) at 20240405153231455 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ux500/platsmp.c' (111,484) at 20240405153045689 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/nwfpe/netwinder-fpe.rst' (111,485) at 20240405153044973 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun9i-a80.c' (111,486) at 20240405153231339 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/pciaccess_mock.hpp' (111,487) at 20210427000038985 2025-03-14 03:00:52.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/proton-pack.c' (111,488) at 20240815080012867 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_h.c' (111,489) at 20210308005046517 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sifive/fu740-prci.h' (111,490) at 20240405153046845 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ptp.c' (111,491) at 20240405153231047 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/crc32c-pcl-intel-asm_64.S' (111,492) at 20240405153046361 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/baycom_par.c' (111,493) at 20220525020653671 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/client.conf' (111,494) at 20240716080022815 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb' (111,495) at 20240413080012659 to deleted uid set 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/fadvise.c' (111,496) at 20240405153053125 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/basic_test.c' (111,497) at 20240405153054369 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/lanai.c' (111,498) at 20220525020652262 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_irq.c' (111,499) at 20240405153048593 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/Kconfig' (111,500) at 20210308005002952 2025-03-14 03:00:52.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb' (111,501) at 20240302090018214 to deleted uid set 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_sf.c' (111,502) at 20210308005003372 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' (111,503) at 20241217090357822 to deleted uid set 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_vpd.hpp' (111,504) at 20210602000046737 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak4118.txt' (111,505) at 20210307214925426 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/Kconfig' (111,506) at 20210308005003004 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/nfs/nfs-rdma.rst' (111,507) at 20210309003648292 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/texinfo.bbclass' (111,508) at 20220910030013389 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hidp/core.c' (111,509) at 20240405153053185 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/maltasmvp_eva_defconfig' (111,510) at 20240405153230007 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/CoRR+poonceonce+Once.litmus' (111,511) at 20210307214932502 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_asymmetric_ipv6.sh' (111,512) at 20240405153054345 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/tps6586x.txt' (111,513) at 20210307214925410 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-core.h' (111,514) at 20210308005002552 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/sfdp.c' (111,515) at 20240405153049709 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-none.c' (111,516) at 20210308005045777 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s32/Makefile' (111,517) at 20240405153046181 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.2.bb' (111,518) at 20240413080012655 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_si3054.c' (111,519) at 20210307214932258 2025-03-14 03:00:52.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-blobs/test/meson.build' (111,520) at 20220824030029051 to deleted uid set 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/amon.h' (111,521) at 20210307214926210 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.h' (111,522) at 20210307214927242 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/msl_verify.hpp' (111,523) at 20240423080020255 to deleted uid set 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mxcfb.h' (111,524) at 20210308005003532 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel5.svg' (111,525) at 20240405153044933 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk.h' (111,526) at 20210307214926974 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/altera_uart.txt' (111,527) at 20210308005003308 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kasan/shadow.c' (111,528) at 20240405153053129 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/rtl8366-core.c' (111,529) at 20240405153049761 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/stdint.h' (111,530) at 20240405153232211 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/__init__.py' (111,531) at 20220120040024748 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/docs/mux-support.md' (111,532) at 20240809080013506 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/mmu-e500.h' (111,533) at 20240913080013765 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_device.c' (111,534) at 20240405153047013 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armsse-mhu.c' (111,535) at 20241211090212294 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g054.dtsi' (111,536) at 20241008080013895 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_bsg.h' (111,537) at 20240405153051697 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/Kconfig' (111,538) at 20240405153048361 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/syscon_rk3399.c' (111,539) at 20210308005002776 2025-03-14 03:00:52.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_slot_verify.h' (111,540) at 20210308005003708 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_wx.c' (111,541) at 20220525020654167 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/display/tda998x.h' (111,542) at 20210307214931338 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/versal/Makefile' (111,543) at 20210308005003172 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/Makefile' (111,544) at 20240405153049149 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/afalgpriv.h' (111,545) at 20241211090212226 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch' (111,546) at 20230706080014745 to deleted uid set 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/sprd,iommu.yaml' (111,547) at 20220525020651686 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/stm32-vrefbuf.c' (111,548) at 20210308005003472 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_qm_regs.h' (111,549) at 20240405153046585 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-WoodcockHill' (111,550) at 20210307205553774 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_cgrp2_sock.c' (111,551) at 20241216090017797 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b.dtsi' (111,552) at 20240405153045713 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040qds.h' (111,553) at 20210308005002992 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-modal-add-cert.html' (111,554) at 20210308005107065 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb' (111,555) at 20241221090017636 to deleted uid set 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-mux.c' (111,556) at 20210524100034902 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-glibc.inc' (111,557) at 20220502030010152 2025-03-14 03:00:52.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m5441x.c' (111,558) at 20240405153045957 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c' (111,559) at 20240628080014001 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/regd.h' (111,560) at 20210307214929922 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch' (111,561) at 20241221090017672 to deleted uid set 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/termbits.h' (111,562) at 20210308005046085 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/err_inject.rst' (111,563) at 20240405153044977 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-user-regs-old-sve-aarch64' (111,564) at 20240405153054161 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/mediatek/auxadc_thermal.c' (111,565) at 20240405153231499 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/ldiv.c' (111,566) at 20210308005003704 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tplink_wdr4300.h' (111,567) at 20210308005003620 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/tcg.h' (111,568) at 20230925080039937 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/signal_context.c' (111,569) at 20230426080043952 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sch.c' (111,570) at 20240405153230307 2025-03-14 03:00:52.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/imx6ul.c' (111,571) at 20210308005002956 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_1_0_sh_mask.h' (111,572) at 20210307214927318 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/tests/doubletest.cocci' (111,573) at 20240405153053445 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/acpi/initrd_table_override.rst' (111,574) at 20210307214925214 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c' (111,575) at 20220525020652975 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/Kconfig' (111,576) at 20220525020653655 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_stm32.h' (111,577) at 20210308005003484 2025-03-14 03:00:52.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h' (111,578) at 20220525020652859 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_4_offset.h' (111,579) at 20210307214927650 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ingenic/ingenic-dw-hdmi.c' (111,580) at 20240405153048561 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SDCARD_defconfig' (111,581) at 20210308005003244 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape_34xx.c' (111,582) at 20240405153051517 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml' (111,583) at 20240405153045061 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iommufd.h' (111,584) at 20240405153231815 2025-03-14 03:00:52.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/xlnx-vcu.h' (111,585) at 20220525020654543 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-at91.c' (111,586) at 20241008080013967 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-qcs404.c' (111,587) at 20240405153051349 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_create_main.cpp' (111,588) at 20241123090021039 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/qoriq-bman-portals.dtsi' (111,589) at 20210307214926018 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0015_layer_local_source_dir.py' (111,590) at 20210307205554262 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VCATEntry_v1.xml' (111,591) at 20240619080002940 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ip-up' (111,592) at 20210307205554466 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/README' (111,593) at 20210308005003004 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/mirred.c' (111,594) at 20240405153231015 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3xxx-clocks.dtsi' (111,595) at 20240405153045605 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-MIT-disclaimer' (111,596) at 20241221090017616 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_timer.h' (111,597) at 20210307214932198 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_spi.c' (111,598) at 20240405153048997 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/vpd_data' (111,599) at 20240613080020632 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ipam390.h' (111,600) at 20210308005003596 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/led-lm3530.h' (111,601) at 20210307214931414 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp857.c' (111,602) at 20210307214931178 2025-03-14 03:00:52.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/if_xdp.h' (111,603) at 20240405153232211 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/dpipe.c' (111,604) at 20240405153232011 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c' (111,605) at 20240405153230635 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/Makefile' (111,606) at 20240405153045829 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pim.h' (111,607) at 20210307214931470 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-hwdep.c' (111,608) at 20240405153053501 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson.build' (111,609) at 20220121040006587 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vassijaure' (111,610) at 20210307205553794 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.h' (111,611) at 20240405153047233 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/objtool_types.h' (111,612) at 20240405153054049 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/mcp41010.c' (111,613) at 20240405153049009 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-xilinx.c' (111,614) at 20241220090018322 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_SDCARD_defconfig' (111,615) at 20210308005003240 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/cmpxchg.h' (111,616) at 20240405153229991 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M52277EVB.h' (111,617) at 20210308005003576 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/imx_gpcv2.h' (111,618) at 20210308005046017 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-docutils_0.21.2.bb' (111,619) at 20241221090017668 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/Makefile' (111,620) at 20210308005002848 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/stm32fx-clock.h' (111,621) at 20240405153052649 2025-03-14 03:00:52.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_abi.h' (111,622) at 20210307214929566 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c' (111,623) at 20241211090145469 to deleted uid set 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha512.h' (111,624) at 20210307214925846 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/hwt.c' (111,625) at 20220525020653667 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/traps.c' (111,626) at 20240405153045929 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch' (111,627) at 20241221090017636 to deleted uid set 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/typhoon.c' (111,628) at 20240326080039414 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexx1c.inc' (111,629) at 20240301090012451 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/hirschmann-hellcreek.h' (111,630) at 20240405153231835 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.h' (111,631) at 20210309003649476 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0-AT' (111,632) at 20211006000025234 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-crossbar.c' (111,633) at 20210307214928526 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm8450.c' (111,634) at 20240613080016383 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dst_cache.h' (111,635) at 20220525020654635 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ip6_tunnel.h' (111,636) at 20210307214931638 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/assabet_defconfig' (111,637) at 20240405153045613 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/sys.hpp' (111,638) at 20240822080006720 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_stub.c' (111,639) at 20240906080037324 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/security.config' (111,640) at 20240405153230027 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/fennec-rk3288.c' (111,641) at 20210308005003040 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (111,642) at 20220224040010566 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/Makefile' (111,643) at 20240405153049481 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8m-main.inc' (111,644) at 20210905000020581 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/amimouse.c' (111,645) at 20210307214928486 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_adminq.c' (111,646) at 20240405153049993 2025-03-14 03:00:52.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_lwt_ip_encap.c' (111,647) at 20210307214932646 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/spear320.c' (111,648) at 20240405153045689 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/debug-trigger/p10bmc/debug-trigger.default' (111,649) at 20220511030207282 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/scripts/led-set-all-groups-asserted.sh' (111,650) at 20240618080030081 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-utils.c' (111,651) at 20240405153051853 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/event.c' (111,652) at 20220525020652242 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/stanh.S' (111,653) at 20210307214926146 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-c2c.txt' (111,654) at 20240405153054077 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/LICENSE' (111,655) at 20210308005108053 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/device.h' (111,656) at 20210307214932742 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar955x_1p0_initvals.h' (111,657) at 20210307214929766 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/q_struct.h' (111,658) at 20210307214929354 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/s2mps11_regulator.c' (111,659) at 20210308005003472 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-eem' (111,660) at 20210309003648244 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/module.h' (111,661) at 20210307214926666 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_device.h' (111,662) at 20220525020652855 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp2040.c' (111,663) at 20210307214928702 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/Makefile' (111,664) at 20240405153053977 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-core/systemd/systemd_%.bbappend' (111,665) at 20210813100029652 2025-03-14 03:00:52.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/pyshyacc.py' (111,666) at 20210307205554242 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/npcm750-pwm-fan.c' (111,667) at 20240405153230667 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soraker' (111,668) at 20210307205553790 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb' (111,669) at 20241206090014338 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfsdebugfiles.bbclass' (111,670) at 20230919080013978 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/async_resolve_test.cpp' (111,671) at 20240329080003275 to deleted uid set 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml' (111,672) at 20210309003648344 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/dir.c' (111,673) at 20240405153052581 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/Makefile' (111,674) at 20210308005003040 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/qca,ar934x-spi.yaml' (111,675) at 20210309003648396 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc/fc_fip.h' (111,676) at 20210307214931586 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-loongson-pch-pic.c' (111,677) at 20240405153230751 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_itable.h' (111,678) at 20240405153052597 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/adf7242.c' (111,679) at 20240405153050337 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/biosemu.h' (111,680) at 20210308005003336 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-2.dts' (111,681) at 20240405153045393 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsi.c' (111,682) at 20240405153230555 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/es1370-test.c' (111,683) at 20240326080039738 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-mickey.dts' (111,684) at 20210308005002604 2025-03-14 03:00:52.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/cavium-compact-flash.txt' (111,685) at 20210307214925282 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/205.out' (111,686) at 20210308005046457 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/Kbuild' (111,687) at 20240405153230075 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem_vram_helper.c' (111,688) at 20240405153048397 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/usb.patch' (111,689) at 20230706080014757 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g011-sys.yaml' (111,690) at 20240405153045157 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0001-libheaptrack-Replace-__pid_t-with-pid_t.patch' (111,691) at 20210307205553898 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/preload/bpf_preload_kern.c' (111,692) at 20240405153052981 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pbias-regulator.c' (111,693) at 20240405153231363 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-sham.c' (111,694) at 20240405153230267 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/static_call_inline.c' (111,695) at 20241220090018334 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ia_css_s3a_types.h' (111,696) at 20210307214930558 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/swab.h' (111,697) at 20210307214931618 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qmp-cmd-test.c' (111,698) at 20240326080039738 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c' (111,699) at 20240405153054361 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/iwarp.h' (111,700) at 20220525020653167 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec-keytable.h' (111,701) at 20210307214930602 2025-03-14 03:00:52.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (111,702) at 20241127090012713 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb' (111,703) at 20220126040017551 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/socionext,synquacer-netsec.yaml' (111,704) at 20240405153045121 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-tab-4k.S' (111,705) at 20210307214926370 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d31.dtsi' (111,706) at 20210308005002612 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_cmm.h' (111,707) at 20240405153048737 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/transmit-amplitude.yaml' (111,708) at 20240405153045129 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_mrvl.c' (111,709) at 20240405153046725 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml' (111,710) at 20240405153045129 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/tsb.c' (111,711) at 20240405153046333 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sc18is602.c' (111,712) at 20240405153231467 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/dbus-vmstate-daemon.sh' (111,713) at 20210308005046389 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,5p35023.yaml' (111,714) at 20240405153229759 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/Kconfig' (111,715) at 20210307214930118 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/address-claim.c' (111,716) at 20240405153053201 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/debug.h' (111,717) at 20210307214929750 2025-03-14 03:00:52.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/iomux-mx35.h' (111,718) at 20210308005002644 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h' (111,719) at 20240405153051945 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma_mgmt_sys.c' (111,720) at 20210307214927138 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/Kconfig' (111,721) at 20240405153051441 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/st/Kconfig' (111,722) at 20240405153051977 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-onmax-action-hist.tc' (111,723) at 20240405153054305 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hdreg.h' (111,724) at 20210307214931634 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_aldebaran.h' (111,725) at 20240405153048349 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/common_defconfig' (111,726) at 20210307214926758 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/atomic64.h' (111,727) at 20220525020654531 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/syscall_nr.h' (111,728) at 20241211090212374 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/MAINTAINERS' (111,729) at 20210308005003044 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_flip_work.c' (111,730) at 20210307214927758 2025-03-14 03:00:52.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_scu.c' (111,731) at 20241211090212294 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_alloc_btree.c' (111,732) at 20240405153052561 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/cmd.py' (111,733) at 20241211090212538 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hisi_acc_qm.h' (111,734) at 20241211090145533 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/file.c' (111,735) at 20240913080013829 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/local.conf.sample' (111,736) at 20241221090017580 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/pm_data-offsets.c' (111,737) at 20220525020651886 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_conntrack_tuple_common.h' (111,738) at 20210307214931646 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/images/harden-image-minimal.bb' (111,739) at 20241221090017576 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0010-oprofile-Determine-the-root-home-directory-dynamical.patch' (111,740) at 20210407000018086 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb' (111,741) at 20241221090017560 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/lp873x.txt' (111,742) at 20210307214925358 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/index.js' (111,743) at 20220105012522999 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/utilcmds.py' (111,744) at 20241221090017700 2025-03-14 03:00:52.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_ag_api.c' (111,745) at 20240405153050177 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/sync_file.rst' (111,746) at 20210307214925470 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/bundle.h' (111,747) at 20210307214931394 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dmapool.h' (111,748) at 20210307214931378 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ia_css_ynr_types.h' (111,749) at 20210307214930562 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/intel-hfi.rst' (111,750) at 20240405153044989 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/udc.h' (111,751) at 20210307214930778 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-UC' (111,752) at 20241221090017616 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/Makefile' (111,753) at 20240405153049041 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/connection.h' (111,754) at 20210307214931394 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/n2_core.h' (111,755) at 20210307214927098 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/bme680_spi.c' (111,756) at 20240405153048969 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-imx.c' (111,757) at 20241011080017351 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/Makefile' (111,758) at 20240405153054009 2025-03-14 03:00:52.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/omap_elm.c' (111,759) at 20240405153049701 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-search-control.html' (111,760) at 20210308005107069 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/gen_stats.h' (111,761) at 20210307214931634 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/omap1_bl.h' (111,762) at 20210307214931478 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/xfrm_sysctl.rst' (111,763) at 20210307214925542 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun4i-i2s.c' (111,764) at 20240913080013869 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb' (111,765) at 20241221090017528 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ccs/ccs-data.c' (111,766) at 20240405153049309 to deleted uid set 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/cmake/FindGMock.cmake' (111,767) at 20210308005114857 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/MAINTAINERS' (111,768) at 20210308005003056 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/Makefile' (111,769) at 20210307214932230 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads8688.yaml' (111,770) at 20240405153045073 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/makalu.dts' (111,771) at 20210309003648872 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/cache-uniphier.h' (111,772) at 20210308005002792 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-apf6dev.dts' (111,773) at 20240405153045501 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/grant-dma-iommu.c' (111,774) at 20240405153052249 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_array.rst' (111,775) at 20240405153044993 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AMPAS' (111,776) at 20211006000025226 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/redfish.hpp' (111,777) at 20240411080003069 to deleted uid set 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rsxface.c' (111,778) at 20210307214926842 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/board/Kconfig' (111,779) at 20220525020654115 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/serialio.c' (111,780) at 20240405153046613 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.2.bb' (111,781) at 20241221090017488 to deleted uid set 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8916-samsung-grandmax.dts' (111,782) at 20240405153045545 2025-03-14 03:00:52.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/fanctl/Makefile' (111,783) at 20210308004922932 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/Makefile' (111,784) at 20210308005002844 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test3_git.bb' (111,785) at 20230610080017599 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/iptable_filter.c' (111,786) at 20240405153053253 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-kfr2r09/Makefile' (111,787) at 20210307214926538 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/timers.py' (111,788) at 20210308005046245 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.h' (111,789) at 20240405153046961 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/wm8350.rst' (111,790) at 20210307214925506 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/power-supplies-monitoring.bb' (111,791) at 20241206090014230 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc.h' (111,792) at 20241211090212558 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ibmasr.c' (111,793) at 20240405153052241 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h' (111,794) at 20220525020652971 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/MAINTAINERS' (111,795) at 20210308005003044 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sfafsr.h' (111,796) at 20210307214926586 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat_all_metricgroups.sh' (111,797) at 20240405153054173 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-server-image.bb' (111,798) at 20210307205554118 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.h' (111,799) at 20240405153048353 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/mx53ppd.c' (111,800) at 20210308005003004 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_bo_vm.c' (111,801) at 20240405153048773 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_mem_proc.c' (111,802) at 20210307214932218 2025-03-14 03:00:52.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-hdma-v0-core.c' (111,803) at 20240910080014026 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/pci.c' (111,804) at 20240405153230843 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7125.dtsi' (111,805) at 20210307214926190 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb' (111,806) at 20241221090017568 to deleted uid set 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb' (111,807) at 20231126090012801 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/pelt.c' (111,808) at 20240405153053045 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/min-tool-version.sh' (111,809) at 20240405153232103 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/plpks-secvar.c' (111,810) at 20240405153046225 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/Makefile' (111,811) at 20220525020654695 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/handler.cpp' (111,812) at 20241126090005491 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/container.h' (111,813) at 20210307214931370 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/amisound.c' (111,814) at 20210307214926138 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml' (111,815) at 20240405153045165 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/xattr_user.c' (111,816) at 20240405153052349 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c' (111,817) at 20240405153048997 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/gpio-ir-tx.c' (111,818) at 20240405153230819 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/puzzles/puzzles_git.bb' (111,819) at 20241221090017692 to deleted uid set 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/clock.c' (111,820) at 20241211090145569 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.h' (111,821) at 20220525020652514 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/addac/ad74413r.c' (111,822) at 20240405153048965 2025-03-14 03:00:52.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/name_distr.h' (111,823) at 20240405153232083 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/dm.h' (111,824) at 20210307214929930 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_fcntl.h' (111,825) at 20210927100127269 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmsuv31_defconfig' (111,826) at 20210308005003264 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.vtable.hpp.mako' (111,827) at 20230902080037617 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb' (111,828) at 20220910030013433 to deleted uid set 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix_6.2.7.bb' (111,829) at 20241206090014246 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/joydev/joystick.rst' (111,830) at 20220921100021442 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/__init__.py' (111,831) at 20210307205554442 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-rc6-mce.c' (111,832) at 20210307214928782 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp41010.yaml' (111,833) at 20240405153045077 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/layer.conf' (111,834) at 20241221090017480 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml' (111,835) at 20240405153045145 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adt7475.c' (111,836) at 20240805080013955 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/bcsr.h' (111,837) at 20210308005002980 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/moduleparam.h' (111,838) at 20220525020654591 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power_git.bb' (111,839) at 20240312080011852 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/sdl.h' (111,840) at 20210308005002848 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/common.lds.S' (111,841) at 20240405153046341 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch' (111,842) at 20241221090017696 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox-tools.bb' (111,843) at 20241221090017632 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/intel/intel,hps-copy-engine.yaml' (111,844) at 20240405153229795 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/espi-control/meson.build' (111,845) at 20230720080008062 to deleted uid set 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/sdbusplus.wrap' (111,846) at 20220407100028311 2025-03-14 03:00:52.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/maxim_codec.h' (111,847) at 20210308005003488 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/vdso.lds.S' (111,848) at 20210307214926754 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/io_uring.c' (111,849) at 20240906080037148 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_mmu.h' (111,850) at 20240405153046609 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi' (111,851) at 20210308005002608 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx27.c' (111,852) at 20240405153046785 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/andes/Makefile' (111,853) at 20240405153230063 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/imx-audio-card.yaml' (111,854) at 20240405153229799 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_axuser_msix_vcd_regs.h' (111,855) at 20240405153046597 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/luton/Makefile' (111,856) at 20210308005003020 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.gpt' (111,857) at 20210308005003296 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_sock.h' (111,858) at 20240405153231851 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.yaml' (111,859) at 20240405153045041 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/so2s.sh' (111,860) at 20220525020651970 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/qom-qobject.c' (111,861) at 20210308005046233 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/papr-sysparm.h' (111,862) at 20240405153046121 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_mci.h' (111,863) at 20210307214929762 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ncsi.h' (111,864) at 20210307214931642 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/Makefile' (111,865) at 20240405153049461 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-fru.yaml' (111,866) at 20220128040018736 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/head-sharpsl.S' (111,867) at 20210307214925678 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6cuboxi_defconfig' (111,868) at 20210308005003268 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-a83t-r.c' (111,869) at 20240405153231339 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos3250-monk.dts' (111,870) at 20240405153045565 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/5.Posting.rst' (111,871) at 20240405153045245 2025-03-14 03:00:52.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/network/usb-ethernet-gadget/00-bmc-usb0.network' (111,872) at 20220311040028855 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/iforce.h' (111,873) at 20220913100024177 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/hw/usb/hcd-xhci-pci.c' (111,874) at 20241211090212346 to deleted uid set 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/usb338x.h' (111,875) at 20240405153052817 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds411j.dts' (111,876) at 20240405153045457 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_b.c' (111,877) at 20210308005046521 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/wait.h' (111,878) at 20240405153231847 to deleted uid set 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8mn.c' (111,879) at 20220525020653875 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/nmi.c' (111,880) at 20240405153046285 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/Makefile' (111,881) at 20240405153048801 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/xio3130_upstream.c' (111,882) at 20241211090212314 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedf/Makefile' (111,883) at 20210307214930382 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/meson.build' (111,884) at 20230925080040001 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/perf_event.h' (111,885) at 20210307214926394 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_6x10.c' (111,886) at 20220525020654747 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih407-family.dtsi' (111,887) at 20210308005002612 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/testimage.yml' (111,888) at 20241206090014206 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/spi.h' (111,889) at 20210307214926554 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v68_scalar.c' (111,890) at 20230925080040097 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pinctrl/pinctrl-amd.c' (111,891) at 20240405153231327 to deleted uid set 2025-03-14 03:00:52.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/tainted-kernels.rst' (111,892) at 20220525020651766 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1977.h' (111,893) at 20210307214932294 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/renesas/r8a779f0-ether-serdes.c' (111,894) at 20240405153231315 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/tag_check.c' (111,895) at 20210307214932630 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel,sama5d2-pdmic.yaml' (111,896) at 20240405153045161 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/0002-Add-support-for-boot-initiator-mailbox.patch' (111,897) at 20210722000024962 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012a_common.h' (111,898) at 20210308005003600 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/safesetid/safesetid-test.c' (111,899) at 20240405153054373 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-only' (111,900) at 20211006000025234 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_devio_spi.c' (111,901) at 20210307214928614 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-init.h' (111,902) at 20210307214929766 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_defines.h' (111,903) at 20240405153050021 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9062/registers.h' (111,904) at 20210307214931426 2025-03-14 03:00:52.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-max77620.txt' (111,905) at 20210307214925318 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps62362.c' (111,906) at 20210308005003468 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm5301x-nand-cs0-bch8.dtsi' (111,907) at 20240405153045425 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_lease.c' (111,908) at 20240405153230539 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/karma.c' (111,909) at 20220627100017090 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/no_new_privs.rst' (111,910) at 20210307214925626 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' (111,911) at 20240309090012816 to deleted uid set 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/be.config' (111,912) at 20210307214926366 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/nuvoton/test_jtag_master.robot' (111,913) at 20240628080017117 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv64-linux-user.mak' (111,914) at 20241211090212226 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_dsa.c' (111,915) at 20240405153053233 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_sja1000.c' (111,916) at 20240906080037260 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/Kconfig.hardening' (111,917) at 20240405153232107 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/buildhistory.bbclass' (111,918) at 20241221090017612 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlsborg_Vaberget' (111,919) at 20210307205553786 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset_2.1.bb' (111,920) at 20241221090017536 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/ppc_asm.h' (111,921) at 20240405153054357 2025-03-14 03:00:52.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/header.c' (111,922) at 20210307214932582 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/netcp_ethss.c' (111,923) at 20240405153050317 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/sdma1/irqsrcs_sdma1_5_0.h' (111,924) at 20210307214927702 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v5_2.h' (111,925) at 20240405153047145 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/busybox.cfg' (111,926) at 20230616080016671 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nghttp2/nghttp2_1.64.0.bb' (111,927) at 20241221090017696 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch' (111,928) at 20221120040010710 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/allwinner,sun4i-a10-can.yaml' (111,929) at 20240405153229779 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch' (111,930) at 20241221090017660 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Bromsgrove' (111,931) at 20210307205553794 2025-03-14 03:00:52.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/hi6220_regs_alwayson.h' (111,932) at 20210308005002640 2025-03-14 03:00:52.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-fru-properties.yaml' (111,933) at 20240712080022837 2025-03-14 03:00:52.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb' (111,934) at 20210307205554250 to deleted uid set 2025-03-14 03:00:52.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0367.c' (111,935) at 20240405153230783 2025-03-14 03:00:52.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_ene_ub6250.h' (111,936) at 20210307214930878 2025-03-14 03:00:52.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/cgx_fw_if.h' (111,937) at 20240405153050057 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/host.c' (111,938) at 20240520080015191 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpipcida.h' (111,939) at 20210307214932234 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/urquell.h' (111,940) at 20210307214926558 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-6B-43.0W' (111,941) at 20210307205553762 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/amigahw.h' (111,942) at 20210307214926158 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EnvironmentMetrics_v1.xml' (111,943) at 20240619080002924 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx_common.h' (111,944) at 20240405153050261 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl.dtsi' (111,945) at 20210308005002596 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nitro_enclaves.h' (111,946) at 20240405153052929 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/tun.c' (111,947) at 20240405153050109 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/x86/include/arch/special.h' (111,948) at 20240405153054073 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/leon3.c' (111,949) at 20240906080037296 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/0001-session-close-socket.patch' (111,950) at 20210307205553818 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/scan.c' (111,951) at 20240405153050517 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml' (111,952) at 20240405153045041 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080a_emu_defconfig' (111,953) at 20210308005003268 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_common.c' (111,954) at 20210308005003764 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/test-2175.c' (111,955) at 20240906080037580 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch' (111,956) at 20230706080014749 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/mp2629_charger.c' (111,957) at 20240405153051437 2025-03-14 03:00:52.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-reference-design-tablet.dtsi' (111,958) at 20210308005002628 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe.h' (111,959) at 20240405153049429 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_bpf_get_stack.c' (111,960) at 20240405153054281 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm6345-l1-intc.txt' (111,961) at 20210307214925342 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_regs.h' (111,962) at 20240405153048741 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/litex/litex_liteeth.c' (111,963) at 20240405153050049 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/dram.c' (111,964) at 20210308005002856 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/slaves/w1_ds2423.rst' (111,965) at 20210307214925634 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/imx8mp-reset.h' (111,966) at 20210307214931346 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.2.rst' (111,967) at 20240302090018222 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-type-helpers.c' (111,968) at 20240906080037432 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/kconf_id.c' (111,969) at 20210308005003732 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl6030-irq.c' (111,970) at 20240405153049625 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_ag6xx.c' (111,971) at 20220525020652286 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_qspi.dts' (111,972) at 20240405153045441 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl/0001-test-patch-out-failing-bits.patch' (111,973) at 20240309090012824 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/sama5d3xek.c' (111,974) at 20210308005002920 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/fg_battery_cell_params.h' (111,975) at 20210308005003680 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx8qxp-pixel-combiner.c' (111,976) at 20240405153048377 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vtpm_proxy.h' (111,977) at 20210307214931686 2025-03-14 03:00:52.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/Kconfig' (111,978) at 20210308005002832 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/rocksdb_9.0.0.bb' (111,979) at 20241221090017512 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_ahub.c' (111,980) at 20240913080013869 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/help-unknown-cmd.h' (111,981) at 20210307214932594 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmbbridge/meson.build' (111,982) at 20240412080008445 to deleted uid set 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/Makefile' (111,983) at 20210308005002908 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pixelview-new.c' (111,984) at 20210307214928782 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h' (111,985) at 20210307214930274 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/object.h' (111,986) at 20240405153048621 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-pinfunc.h' (111,987) at 20240405153045533 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/prog_flow_dissector.rst' (111,988) at 20210307214925262 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_mman.h' (111,989) at 20230925080039945 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/interrupt.h' (111,990) at 20210307214926462 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ACE-TAO-CIAO' (111,991) at 20210307205553866 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/bridge_vlan_mcast.sh' (111,992) at 20240405153054341 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_defs_cna.h' (111,993) at 20210307214929342 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/layla24.c' (111,994) at 20210307214932246 2025-03-14 03:00:52.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog/0001-client-Include-string.h-form-mem-function-prototypes.patch' (111,995) at 20221003030013285 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_btf_ctx_access.c' (111,996) at 20241220090018346 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/marvell_cn10k_ddr_pmu.c' (111,997) at 20240405153231307 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sigutil_32.c' (111,998) at 20210307214926602 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/sheevaplug.h' (111,999) at 20210308005002908 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu-param.h' (112,000) at 20241211090212462 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/MAINTAINERS' (112,001) at 20210308005003084 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/warmboot_avp.c' (112,002) at 20210308005002788 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/__init__.py' (112,003) at 20241206090014286 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/xtfpga-flash-128m.dtsi' (112,004) at 20210308005002884 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (112,005) at 20221025030015193 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/altera-comp.c' (112,006) at 20210307214929122 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_AUDIT.h' (112,007) at 20240405153052929 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_proc.h' (112,008) at 20240326080039558 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-loongson1.c' (112,009) at 20240405153047077 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/hooks.c' (112,010) at 20240405153231963 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/mem.S' (112,011) at 20210307214926502 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_0_offset.h' (112,012) at 20210307214927670 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/Makefile' (112,013) at 20210307214930922 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/hexdump.c' (112,014) at 20210308005003704 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dts' (112,015) at 20240405153045445 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/sizes.h' (112,016) at 20210307214932474 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/intel-dsp-config.h' (112,017) at 20240405153052885 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/meson.build' (112,018) at 20240906080037296 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_rules.hpp' (112,019) at 20210308005049133 2025-03-14 03:00:52.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-end2end.cpp' (112,020) at 20240830080017491 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/smbios/smbios-mdr_git.bbappend' (112,021) at 20240403080018482 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/README' (112,022) at 20210812000025310 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evrgnini.c' (112,023) at 20240405153046617 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/hmac.c' (112,024) at 20240405153046537 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg-lzfse.c' (112,025) at 20230426080043640 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-meson/Makefile' (112,026) at 20210307214925898 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-section.out' (112,027) at 20210308005046401 to deleted uid set 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/cdparanoia_10.2.bb' (112,028) at 20220402030015895 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch' (112,029) at 20241206090014346 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_vtg.h' (112,030) at 20210307214928038 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_drv.c' (112,031) at 20240624080012792 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_tlb.h' (112,032) at 20240405153230567 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/LICENSE' (112,033) at 20210308004941620 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/Build' (112,034) at 20240405153054085 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/avr_usart.h' (112,035) at 20240326080039534 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vclock_gettime.c' (112,036) at 20210307214926614 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/acpi-lid.rst' (112,037) at 20240405153045209 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/lp873x_regulator.c' (112,038) at 20210308005003472 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_arfs.c' (112,039) at 20240405153049997 2025-03-14 03:00:52.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/msidef.h' (112,040) at 20210307214926118 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/send.h' (112,041) at 20220525020654791 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mod_devicetable.h' (112,042) at 20240628080014025 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb' (112,043) at 20221104030017465 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/m68k.c' (112,044) at 20240906080037164 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c' (112,045) at 20240405153047285 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/efi-stub.c' (112,046) at 20241211090145405 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/lib.c' (112,047) at 20240405153050513 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8909.c' (112,048) at 20240405153051349 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-gicv3.dts' (112,049) at 20210307214926010 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/README.md' (112,050) at 20221209040009403 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/refcounted_kptr.c' (112,051) at 20240405153232259 2025-03-14 03:00:52.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-davinci.c' (112,052) at 20241011080017303 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/cmi8330.c' (112,053) at 20220525020654979 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ccp.h' (112,054) at 20220525020654555 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_5_ppsmc.h' (112,055) at 20240405153048349 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/max2175.c' (112,056) at 20240405153049317 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cpuidle-exynos.h' (112,057) at 20210307214931474 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_common.h' (112,058) at 20240405153052877 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/uap_txrx.c' (112,059) at 20240405153231219 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_highbank.c' (112,060) at 20241220090018310 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.h' (112,061) at 20240405153230419 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/pgalloc.h' (112,062) at 20240405153229999 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/keylargo.h' (112,063) at 20210307214926382 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/Kconfig' (112,064) at 20240405153046861 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7785.c' (112,065) at 20210307214926566 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/spl.c' (112,066) at 20210308005002900 2025-03-14 03:00:52.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_input_port.h' (112,067) at 20210307214930550 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc' (112,068) at 20240301090012451 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0027-corstone1000-set-kernel_addr-based-on-boot_idx.patch' (112,069) at 20240413080012627 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stm32-timers.c' (112,070) at 20240405153230839 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp25xc.dtsi' (112,071) at 20240405153045829 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgroupgentest/test.yaml' (112,072) at 20221209040030339 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcpim.h' (112,073) at 20210307214930290 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/Kconfig' (112,074) at 20210308005002752 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/bare-metal-active.bb' (112,075) at 20241206090014226 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml' (112,076) at 20221207040023631 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-amd756-s4882.c' (112,077) at 20210307214928154 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/amd.c' (112,078) at 20240405153230119 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/pm.c' (112,079) at 20240405153045657 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5c73m3/s5c73m3-spi.c' (112,080) at 20240405153049337 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/Kconfig' (112,081) at 20210308005002964 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mmc.h' (112,082) at 20210308005002724 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/horus3a.h' (112,083) at 20220525020653243 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/wbt.h' (112,084) at 20240405153231867 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi' (112,085) at 20240405153045797 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_mirred.h' (112,086) at 20210307214931662 2025-03-14 03:00:52.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/gen_print.py' (112,087) at 20221216040017706 to deleted uid set 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-alsa-pcm.c' (112,088) at 20210307214928698 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/images-r1.txt' (112,089) at 20220804030014667 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/strnlen.S' (112,090) at 20240405153045897 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/Makefile' (112,091) at 20210308005003080 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sata2-1.dtsi' (112,092) at 20210307214926350 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/mvme7100.c' (112,093) at 20210307214926362 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v2.bz2' (112,094) at 20210308005046473 to deleted uid set 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/wmi/devices/dell-wmi-ddv.rst' (112,095) at 20240405153229847 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Makefile.build' (112,096) at 20240405153054041 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-webcolors/run-ptest' (112,097) at 20230401080011975 to deleted uid set 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zeeff' (112,098) at 20241221090017620 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpu-imx35.c' (112,099) at 20240405153045645 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/msa.S' (112,100) at 20210307214926266 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-biffuncs.h' (112,101) at 20210307214928690 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel_bus_common.c' (112,102) at 20241018080014546 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb' (112,103) at 20240301090012435 to deleted uid set 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/Kconfig' (112,104) at 20240405153049433 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/module.h' (112,105) at 20240405153045861 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/blkverify.rst' (112,106) at 20241211090212234 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.h' (112,107) at 20210307214927242 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-paz00.dts' (112,108) at 20240405153229879 2025-03-14 03:00:52.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jump_label.h' (112,109) at 20240405153052713 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/daisy.c' (112,110) at 20210307214930010 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sha1' (112,111) at 20210308005003296 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_regs.h' (112,112) at 20210307214931514 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa.c' (112,113) at 20240405153052161 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/stm32f2xx_spi.h' (112,114) at 20210308005046033 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/ntlmssp.h' (112,115) at 20240527080023356 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/common.json' (112,116) at 20241211090212446 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qom.json' (112,117) at 20241211090212450 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_hdcp.c' (112,118) at 20240405153048449 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/mxm-wmi.c' (112,119) at 20240405153051413 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Cap/meson.build' (112,120) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/iio/index.rst' (112,121) at 20240405153045221 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_wap5813n_ram_defconfig' (112,122) at 20210308005003256 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-wiredtiger-Avoid-using-off64_t.patch' (112,123) at 20230114040015474 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libpfm4.c' (112,124) at 20210307214932466 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/xillybus/xillybus_class.h' (112,125) at 20220525020652302 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/Makefile.postlink' (112,126) at 20210308005002812 2025-03-14 03:00:52.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/CVE-2017-16516.patch' (112,127) at 20231126090012793 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/amd5536udc_pci.c' (112,128) at 20240405153052077 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/loader.js' (112,129) at 20210308005107069 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yamp.dts' (112,130) at 20240405153229867 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m7.dtsi' (112,131) at 20240405153229963 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100.h' (112,132) at 20210309003651212 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/Makefile' (112,133) at 20210307214929942 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet_debug.h' (112,134) at 20210308005045925 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma5/sdma5_4_2_2_offset.h' (112,135) at 20210307214927678 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/llcp.h' (112,136) at 20240405153053345 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/atomic.h' (112,137) at 20240906080037344 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-alias.service.in' (112,138) at 20221206040015537 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/Kconfig' (112,139) at 20210308005003004 2025-03-14 03:00:52.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-lpcg-scu.c' (112,140) at 20241211090145397 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/qcom_nandc.c' (112,141) at 20240503080014474 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lkdtm/Makefile' (112,142) at 20220525020655215 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb' (112,143) at 20241221090017548 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/recommended.json' (112,144) at 20240405153054113 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/.gitignore' (112,145) at 20210307214927158 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/serial_flash_cmds.h' (112,146) at 20210307214929210 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Manifest_v1.xml' (112,147) at 20240619080002928 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/excp_helper.c' (112,148) at 20241211090212506 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/Kconfig' (112,149) at 20240405153046925 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp.dtsi' (112,150) at 20210308005002568 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/eth.h' (112,151) at 20210307214926226 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_output.h' (112,152) at 20240405153230583 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml' (112,153) at 20240405153045113 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/tlb-fa.S' (112,154) at 20210307214925974 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_SPIFLASH_defconfig' (112,155) at 20210308005003244 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/paes_s390.c' (112,156) at 20240405153230075 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/fixed.h' (112,157) at 20210307214931494 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb' (112,158) at 20240413080012659 2025-03-14 03:00:52.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vasteras_Lillharad' (112,159) at 20210307205553794 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi' (112,160) at 20240405153045789 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/m68328.h' (112,161) at 20220525020651978 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lm363x-regulator.c' (112,162) at 20240405153051465 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_diag.c' (112,163) at 20240405153053261 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp108.c' (112,164) at 20240405153048653 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-fileops.c' (112,165) at 20210307214928698 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx4/device.h' (112,166) at 20240405153231819 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/iwcm.c' (112,167) at 20241008080013931 2025-03-14 03:00:52.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/pal.h' (112,168) at 20210307214925650 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma5_qm_regs.h' (112,169) at 20240405153046573 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/hugetlbpage.rst' (112,170) at 20240405153229835 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/ps3_gelic_wireless.h' (112,171) at 20210307214929658 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/srm_env.c' (112,172) at 20240405153045353 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/graph-changes-while-io' (112,173) at 20240326080039734 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (112,174) at 20221207040030691 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/pmu.h' (112,175) at 20210308005002672 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/gma_display.h' (112,176) at 20240405153048425 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rt6245-regulator.c' (112,177) at 20240405153051473 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx335.c' (112,178) at 20241011080017323 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750_cursor.h' (112,179) at 20210307214930674 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-thor96.dts' (112,180) at 20240405153045733 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-user-ipv6-structures.patch' (112,181) at 20230706080014737 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-2.0' (112,182) at 20210307205554418 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/test_addr.cocci' (112,183) at 20240405153053441 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-common.c' (112,184) at 20240906080037228 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7206_defconfig' (112,185) at 20240405153046309 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/runtime_instr.h' (112,186) at 20210307214926510 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/cell_edac.c' (112,187) at 20210307214927150 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.out' (112,188) at 20210308005046413 to deleted uid set 2025-03-14 03:00:52.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c' (112,189) at 20220525020652967 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/usb_trace.c' (112,190) at 20210307214929898 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/nvmemi-over-smbus.md' (112,191) at 20221209040006391 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/kvm_mips.h' (112,192) at 20230925080040041 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/resolution_step.hpp' (112,193) at 20240201090003032 to deleted uid set 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/batadv_packet.h' (112,194) at 20240405153052905 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/linecard.c' (112,195) at 20240405153232011 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_mci2.dtsi' (112,196) at 20240405153045473 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_smu.h' (112,197) at 20240405153047205 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/Makefile' (112,198) at 20210307214932202 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.h' (112,199) at 20240405153050125 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/source-date-epoch.patch' (112,200) at 20241221090017656 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-x3proto/mach/hardware.h' (112,201) at 20210307214926558 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb' (112,202) at 20240413080012639 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/arch_pgtable_helpers.rst' (112,203) at 20240617080017374 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/vdso32_wrapper.S' (112,204) at 20240405153046081 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc' (112,205) at 20230609080014411 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/uefi.rst' (112,206) at 20240405153229739 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmcoge4_defconfig' (112,207) at 20210308005003260 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SwitchMetrics_v1.xml' (112,208) at 20240619080002936 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/twr_p102x.c' (112,209) at 20240405153230051 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c' (112,210) at 20240910080014034 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/ep8248e.dts' (112,211) at 20210307214926342 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_VINI.json' (112,212) at 20221213040036917 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-fan.bbclass' (112,213) at 20210307205554058 2025-03-14 03:00:52.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ta_rap_if.h' (112,214) at 20210309003649436 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml' (112,215) at 20240405153045157 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/fiqasm.S' (112,216) at 20210307214925862 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/qedr_hsi_rdma.h' (112,217) at 20210307214928434 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch' (112,218) at 20241206090014338 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml' (112,219) at 20240405153045013 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ti,ds90ub913.yaml' (112,220) at 20240405153229771 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/iomux-v3.c' (112,221) at 20210308005002728 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/power7-pmu.c' (112,222) at 20240405153046193 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Fabric_v1.xml' (112,223) at 20240619080002924 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/smp.c' (112,224) at 20240405153045925 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/ck804xrom.c' (112,225) at 20220525020653391 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/vduse.rst' (112,226) at 20220525020651790 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/page-section/index.md' (112,227) at 20230712080036830 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/cdns-pcie.yaml' (112,228) at 20240405153045125 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-system/kudo-entity-association-map/kudo_entity_association_map.json' (112,229) at 20220722030013175 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/mm/.gitignore' (112,230) at 20240405153232287 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/main.c' (112,231) at 20210307214929942 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_dmem.c' (112,232) at 20241018080014482 2025-03-14 03:00:52.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ipv6.h' (112,233) at 20240405153052925 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-sunplus.c' (112,234) at 20240405153231359 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf_helpers.h' (112,235) at 20240405153054057 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_stack.h' (112,236) at 20240906080037156 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/__init__.robot' (112,237) at 20240627080021052 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Bios.v1_2_3.json' (112,238) at 20240619080002944 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_vma_manager.h' (112,239) at 20240405153052637 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/inflate.c' (112,240) at 20210307214931802 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/qe.c' (112,241) at 20210308005003472 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-oauthlib_3.2.2.bb' (112,242) at 20240302090018210 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cifs/usage.rst' (112,243) at 20240815080012863 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/timeout.py' (112,244) at 20210528000029731 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-1-1g-1.dtsi' (112,245) at 20210307214926350 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/platform_manager.cpp' (112,246) at 20241029080038635 to deleted uid set 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-test.c' (112,247) at 20230426080043952 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rk3399_gru_sound.c' (112,248) at 20240405153232191 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/sensor_listener_mock.hpp' (112,249) at 20220412175720090 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/vtpm.cfg' (112,250) at 20210307205554118 2025-03-14 03:00:52.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/ckmmu.h' (112,251) at 20220525020651966 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb' (112,252) at 20241221090017512 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_tty.h' (112,253) at 20210307214930234 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spear600.c' (112,254) at 20210308005002548 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/Makefile' (112,255) at 20240405153053109 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/phosphor-logging.wrap' (112,256) at 20220623030006218 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.hpp' (112,257) at 20241029080027815 to deleted uid set 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch' (112,258) at 20241221090017656 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acevents.h' (112,259) at 20240830080013247 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c' (112,260) at 20240405153047237 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/usb-urb.c' (112,261) at 20210307214928822 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3-dtrace.c' (112,262) at 20240405153232199 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/irq_regs.c' (112,263) at 20210307214931802 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/README' (112,264) at 20230530080039376 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/Kconfig' (112,265) at 20210308005003372 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_patch.cpp' (112,266) at 20220922030007675 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/add-variable.png' (112,267) at 20210307205554374 to deleted uid set 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/android-gadget-setup' (112,268) at 20210812000025198 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/udfend.h' (112,269) at 20210307214931254 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rsk7264_defconfig' (112,270) at 20210308005003276 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1432.h' (112,271) at 20210307214928634 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/port_scale.sh' (112,272) at 20220525020655207 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_capture_bytes_action_tests.cpp' (112,273) at 20211202040052622 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.c' (112,274) at 20240405153048633 2025-03-14 03:00:52.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/legacy_led.c' (112,275) at 20210308005003212 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/fsi-master.h' (112,276) at 20240405153047065 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig' (112,277) at 20210308005003268 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/cicada.c' (112,278) at 20220525020653683 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/mman-common.h' (112,279) at 20240405153052901 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-class-tpm' (112,280) at 20240405153044909 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxk_map.h' (112,281) at 20210307214928626 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/gcc-plugins.rst' (112,282) at 20240405153045225 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/asm.h' (112,283) at 20240405153046101 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-lib.sh' (112,284) at 20230701080013908 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/templates/defs.mako' (112,285) at 20210308005059165 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_port.c' (112,286) at 20240405153049957 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp102.rst' (112,287) at 20210307214925506 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/cppc.c' (112,288) at 20240405153230115 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/multi.c' (112,289) at 20220525020654263 2025-03-14 03:00:52.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-get-msg.rst' (112,290) at 20210309003648476 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/poweron' (112,291) at 20210528000029703 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0003-Remove-strip-step-in-Makefile.patch' (112,292) at 20210307205554106 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/cap_helpers.c' (112,293) at 20240405153054241 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' (112,294) at 20241206090014330 to deleted uid set 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/error_message.hpp' (112,295) at 20220917030035930 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/bq24190_charger.h' (112,296) at 20210307214931486 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/machinecheck.rst' (112,297) at 20240405153044989 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cex2a.h' (112,298) at 20240405153231379 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm63xx.c' (112,299) at 20220525020653875 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/coldfire.h' (112,300) at 20210307214926158 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/Kconfig' (112,301) at 20210308005003012 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/copypage-v4mc.c' (112,302) at 20240405153229915 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/version-timestamp.c' (112,303) at 20240405153052965 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/config.py' (112,304) at 20220627100017202 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cookie.h' (112,305) at 20210309003653832 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ak4114.h' (112,306) at 20210307214931594 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/no_forwarding.sh' (112,307) at 20241018080014598 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/serial.c' (112,308) at 20240405153046097 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/mlx5/main.c' (112,309) at 20240405153231575 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-branch.h' (112,310) at 20240405153046809 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/.gitignore' (112,311) at 20240405153054369 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/switch_to.h' (112,312) at 20210307214926110 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/c67x00/c67x00-drv.c' (112,313) at 20240405153052037 2025-03-14 03:00:52.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeon_monitor.c' (112,314) at 20220525020654311 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb' (112,315) at 20241221090017548 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/Makefile' (112,316) at 20210308005003172 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/hash_algs.c' (112,317) at 20240405153231767 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/Makefile' (112,318) at 20240326080039614 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-controller.rst' (112,319) at 20210309003648484 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/bu21013.txt' (112,320) at 20210307214925338 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-user.c' (112,321) at 20240326080039574 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/vdpa_dev.h' (112,322) at 20240405153052161 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/mps2.dtsi' (112,323) at 20240405153045401 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk.h' (112,324) at 20240405153046789 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/ti-pipe3-phy.c' (112,325) at 20210308005003456 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech_all_h3_cc_h2_plus_defconfig' (112,326) at 20210308005003264 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AddressPool_v1.xml' (112,327) at 20240619080002916 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fs_loader.h' (112,328) at 20210308005003648 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/registers.c' (112,329) at 20220525020652130 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-clt.c' (112,330) at 20241008080013935 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/log_phase_fault.md' (112,331) at 20240809080033023 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts.bb' (112,332) at 20241206090014274 2025-03-14 03:00:52.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sqlite/sqlite3_3.47.2.bb' (112,333) at 20241221090017700 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a77470-cpg-mssr.c' (112,334) at 20210309003649252 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/rpckbd.c' (112,335) at 20240405153230731 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/entity-map.json' (112,336) at 20241031080012183 to deleted uid set 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_attr.c' (112,337) at 20241023080012895 to deleted uid set 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy.h' (112,338) at 20240405153052649 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/iommufd.h' (112,339) at 20240906080037348 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/uprobes.h' (112,340) at 20240405153046249 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm6846.dtsi' (112,341) at 20240405153045429 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-006b.conf' (112,342) at 20240904080027734 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/net.rst' (112,343) at 20240503080014454 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card.dtsi' (112,344) at 20240405153045813 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mpc85xx_gpio.h' (112,345) at 20210308005002840 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/pci.c' (112,346) at 20210308005002856 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cpufeature.h' (112,347) at 20240405153046277 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml' (112,348) at 20240405153229799 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos7885-clock.yaml' (112,349) at 20240405153045029 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/timer.h' (112,350) at 20210308005002664 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_cfm_netlink.c' (112,351) at 20240405153231995 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/pm-imx5.c' (112,352) at 20240405153229911 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/060' (112,353) at 20220429100100886 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_modeset_setup.c' (112,354) at 20240405153048457 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__bulk.hpp' (112,355) at 20241219090033964 2025-03-14 03:00:52.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga_2.1.0.bb' (112,356) at 20241221090017528 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr_vbios_smu.c' (112,357) at 20240405153047201 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd_config' (112,358) at 20220910030013405 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/MAINTAINERS' (112,359) at 20210308005003032 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/expr.c' (112,360) at 20210308005003732 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/Kconfig' (112,361) at 20240405153050177 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/board.c' (112,362) at 20210308005002940 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Zaragoza' (112,363) at 20210307205553766 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/crt0_ia32_efi.S' (112,364) at 20210308005002884 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt' (112,365) at 20240405153045173 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/snps,archs-intc.txt' (112,366) at 20210307214925346 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/sbp/Kconfig' (112,367) at 20210307214930706 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sprite_uapi.h' (112,368) at 20240405153048465 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_getvar.c' (112,369) at 20210308005003372 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/task_work.h' (112,370) at 20241104090011599 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-autotools-flow.png' (112,371) at 20210307205554362 to deleted uid set 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb' (112,372) at 20230919080013954 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-Canada-2.0' (112,373) at 20211006000025242 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/pic32-dmt.c' (112,374) at 20240405153231599 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt' (112,375) at 20220525020651682 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/global_data.h' (112,376) at 20210308005002676 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/credential_pipe_test.cpp' (112,377) at 20240904080003190 to deleted uid set 2025-03-14 03:00:52.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/udc/core.c' (112,378) at 20241018080014550 to deleted uid set 2025-03-14 03:00:52.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_hwi.c' (112,379) at 20240405153231431 2025-03-14 03:00:52.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemuarm/fb.modes' (112,380) at 20210307205553970 2025-03-14 03:00:52.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_mru_cache.h' (112,381) at 20210307214931290 2025-03-14 03:00:52.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp.c' (112,382) at 20241211090145553 to deleted uid set 2025-03-14 03:00:52.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sfcb.service' (112,383) at 20210307205553934 2025-03-14 03:00:52.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/jackaudio.c' (112,384) at 20240326080039370 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_if.h' (112,385) at 20240405153052781 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/vpd-collection.md' (112,386) at 20241203090006519 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts' (112,387) at 20240405153045561 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/udoo.c' (112,388) at 20210308005003088 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_usb.c' (112,389) at 20240405153231263 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/viafbdev.c' (112,390) at 20240405153231595 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/superio.c' (112,391) at 20210307214930010 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/bios_table.cpp' (112,392) at 20240926080014013 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-cp110.c' (112,393) at 20241008080013967 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/Kconfig' (112,394) at 20240405153050249 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/osdep_service.c' (112,395) at 20240405153051929 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/witherspoon-tacoma/client.2201.conf' (112,396) at 20230606080013598 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/nmi_interface.hpp' (112,397) at 20220726100019890 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.32' (112,398) at 20210308005002768 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml' (112,399) at 20240405153045137 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch' (112,400) at 20221003030013273 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/groups.md' (112,401) at 20240807080019546 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/gadget_configfs.h' (112,402) at 20210307214931530 2025-03-14 03:00:52.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb' (112,403) at 20220612030016735 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utxfinit.c' (112,404) at 20240405153046629 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i2s.h' (112,405) at 20210308005003652 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/agdi.c' (112,406) at 20240405153046629 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_doorbell.c' (112,407) at 20210524100034974 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dts' (112,408) at 20240405153045605 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/processor.c' (112,409) at 20240405153054317 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/zone.cpp' (112,410) at 20240820080023690 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb' (112,411) at 20241221090017656 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/access-helper.h' (112,412) at 20220525020652002 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/magaz' (112,413) at 20241221090017620 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/config.mk' (112,414) at 20210308005002852 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/Makefile' (112,415) at 20210307214930990 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/set-soversion-and-version.patch' (112,416) at 20240113090014540 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/nft_meta_bridge.c' (112,417) at 20240405153053197 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/Kconfig' (112,418) at 20240405153045645 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/targetbuild.py' (112,419) at 20211007100024295 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nicstat/nicstat/0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch' (112,420) at 20230706080014749 2025-03-14 03:00:52.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sun8i_emac.c' (112,421) at 20210308005003444 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Data-Structures/BigTreePreemptRCUBHdyntickCB.svg' (112,422) at 20210307214925206 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb' (112,423) at 20230211040012639 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/lowlevel_init.S' (112,424) at 20210308005003036 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c' (112,425) at 20240405153230507 to deleted uid set 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt' (112,426) at 20210307214925338 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_msg.h' (112,427) at 20210308005108641 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/tidss/tidss_irq.c' (112,428) at 20220525020653015 to deleted uid set 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-ce.S' (112,429) at 20210307214926054 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/led-backlight.yaml' (112,430) at 20240405153045089 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/think-lmi.h' (112,431) at 20240405153051417 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_diag.c' (112,432) at 20240405153230075 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/mac.c' (112,433) at 20240405153050469 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ia_css_fpn.host.c' (112,434) at 20240405153051837 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/metric_listener.hpp' (112,435) at 20220412175720086 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map-disk.h' (112,436) at 20240405153049257 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/breakpoint.c' (112,437) at 20240405153232223 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/sched/mm.h' (112,438) at 20240405153054049 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/file.hpp' (112,439) at 20230511080045635 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/pci.h' (112,440) at 20240405153046069 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/actions.yaml' (112,441) at 20240405153045013 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun4i-a10-ccu.h' (112,442) at 20210307214931350 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf500-colibri-eval-v3.dts' (112,443) at 20240405153045537 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/nopm.config' (112,444) at 20240405153231903 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/snps-dw-apb-uart.txt' (112,445) at 20210308005003308 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/Kbuild' (112,446) at 20210307214926514 2025-03-14 03:00:52.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mxc_ocotp' (112,447) at 20210308005003296 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/main.c' (112,448) at 20210307214932742 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/wifi_regd.c' (112,449) at 20220525020654187 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/drm_modes_test.c' (112,450) at 20240405153230639 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch' (112,451) at 20241221090017660 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ads7828.c' (112,452) at 20240405153230659 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-rdma_cm' (112,453) at 20210307214925186 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/samsung/exynos5-dt-types.h' (112,454) at 20210308005003684 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/tegra_wdt.c' (112,455) at 20240405153052245 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/libfdisk-cfdisk-and-sfdisk-sector-size-improvements.patch' (112,456) at 20241221090017648 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cik_ih.h' (112,457) at 20210307214927226 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_syncser.h' (112,458) at 20210307214926242 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/klist.c' (112,459) at 20210307214931802 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wiznet/w5100.c' (112,460) at 20240405153050325 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vpu/mtk_vpu.c' (112,461) at 20240405153230803 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clock2xxx.h' (112,462) at 20240405153045661 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-sheep-u-boot.dtsi' (112,463) at 20210308005002608 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/pixelgen_public.h' (112,464) at 20210309003653016 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/rs90_defconfig' (112,465) at 20240405153230011 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utids.c' (112,466) at 20240405153046625 2025-03-14 03:00:52.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-7.yaml' (112,467) at 20241219090012976 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_can.dtsi' (112,468) at 20240405153045469 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig' (112,469) at 20210308005003264 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (112,470) at 20240120090012778 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/vhost-vdpa.h' (112,471) at 20210927100127245 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-base0033.dts' (112,472) at 20240405153045589 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/bootm.c' (112,473) at 20210308005002888 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga.dtsi' (112,474) at 20210308005002612 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.cgi' (112,475) at 20210307205553874 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/virt.c' (112,476) at 20241211090212314 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-pthread-barrier.c' (112,477) at 20210307214932470 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-key.svg' (112,478) at 20210308005107069 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-divider.h' (112,479) at 20210307214926998 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/secret.c' (112,480) at 20210927100127065 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti816x_evm.h' (112,481) at 20210308005003620 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video.h' (112,482) at 20210308005003692 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.10.bb' (112,483) at 20241221090017692 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-dwc2.h' (112,484) at 20221215040039162 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/suvd3.h' (112,485) at 20210308005003620 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_rmap_btree.c' (112,486) at 20240405153052577 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/match.h' (112,487) at 20240405153053465 2025-03-14 03:00:52.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_tables_compat.h' (112,488) at 20210307214931646 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/core.c' (112,489) at 20240326080039414 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_or.c' (112,490) at 20210308005046525 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/Makefile' (112,491) at 20210309003649660 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/envlist.h' (112,492) at 20241211090212366 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/machine.h' (112,493) at 20240405153052765 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/entry.S' (112,494) at 20241011080017291 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb' (112,495) at 20241221090017556 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c' (112,496) at 20240405153050593 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,j721e-cpb-ivi-audio.yaml' (112,497) at 20240405153229799 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/driver-api/index.rst' (112,498) at 20240405153045293 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/cfi_endian.h' (112,499) at 20210307214931450 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/071.out' (112,500) at 20240326080039726 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mediatek-dwmac.yaml' (112,501) at 20240405153229779 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/dma/dw/pci.c' (112,502) at 20240405153046989 to deleted uid set 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_end_dt46_l3vpn_test.sh' (112,503) at 20240405153054353 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/spl.h' (112,504) at 20210308005002732 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/regulator-poweroff.c' (112,505) at 20240405153051421 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml' (112,506) at 20240405153229795 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-thermal.cfg' (112,507) at 20241221090017468 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/intel/iosf_mbi.c' (112,508) at 20240805080013935 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb' (112,509) at 20241221090017528 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/mt9m001.c' (112,510) at 20240405153049317 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/Kconfig' (112,511) at 20210308005002972 2025-03-14 03:00:52.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf1.c' (112,512) at 20240405153054273 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/fpsp.sa' (112,513) at 20210307214926146 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_dmac_flt.c' (112,514) at 20241211090145461 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,exynos-pcie-phy.yaml' (112,515) at 20240405153045129 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py-crates.inc' (112,516) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/gadget.h' (112,517) at 20241216090017745 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-dv-timings-cap.rst' (112,518) at 20220525020651786 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd_simplefb.c' (112,519) at 20210308005003228 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/88pm860x.h' (112,520) at 20240405153231819 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/disas/dis-asm.h' (112,521) at 20241211090212354 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/machine/qemuarm64-secureboot.conf' (112,522) at 20241221090017468 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_hfi.h' (112,523) at 20240405153048577 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb' (112,524) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/chrl.c' (112,525) at 20230426080043952 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/onenand.h' (112,526) at 20210308005003668 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/Makefile' (112,527) at 20210308005003700 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_regs.c' (112,528) at 20240405153049413 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-lpss-atom.c' (112,529) at 20220525020652338 2025-03-14 03:00:52.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/lp87565.h' (112,530) at 20210308005003680 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/linux/atomisp.h' (112,531) at 20240405153051825 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-smdkc210-machine.c' (112,532) at 20221215040039374 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,dispcc-sdm845.h' (112,533) at 20210307214931330 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/tegra/Makefile' (112,534) at 20210307214928598 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/sanity-meta-security.bbclass' (112,535) at 20210905000020565 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/tail_conversion.c' (112,536) at 20240405153052501 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/core-pkey.c' (112,537) at 20240405153232283 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-axxia/axxia.c' (112,538) at 20210307214925870 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/cpu.c' (112,539) at 20210308005002720 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/mv88e6xxx.rst' (112,540) at 20210307214925534 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/chain_mode.c' (112,541) at 20240405153050297 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm.cfg' (112,542) at 20220804030014691 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-encore-enltv.c' (112,543) at 20210307214928782 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-gpio' (112,544) at 20210309003648244 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c' (112,545) at 20240405153047109 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/kvm.h' (112,546) at 20241211090212374 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bloom_filter_map.c' (112,547) at 20240520080015239 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/functional/meson.build' (112,548) at 20241211090212538 to deleted uid set 2025-03-14 03:00:52.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callouts.hpp' (112,549) at 20221005030030498 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/iomux-mx53.h' (112,550) at 20210308005002648 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/FactoryReset/FactoryResetModal.vue' (112,551) at 20241004080035967 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/CLI11.wrap' (112,552) at 20220326030026470 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/Kconfig' (112,553) at 20210307214932030 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/board.c' (112,554) at 20210308005002776 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-ppc_8xx.txt' (112,555) at 20210308005003012 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/fpga.c' (112,556) at 20210308005002916 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds209.dts' (112,557) at 20240405153045457 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/wp512.c' (112,558) at 20240405153046549 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/media_device_test.c' (112,559) at 20210307214932682 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk.h' (112,560) at 20210307214926998 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/efa/efa_main.c' (112,561) at 20240405153049041 to deleted uid set 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/rx.c' (112,562) at 20220525020653979 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Circuit_v1.xml' (112,563) at 20240824080002930 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/stwotox.S' (112,564) at 20210307214926146 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig' (112,565) at 20210308005003276 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' (112,566) at 20210307205554594 to deleted uid set 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NGcopy_from_user.S' (112,567) at 20210307214926606 2025-03-14 03:00:52.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml' (112,568) at 20240405153045061 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/meson.build' (112,569) at 20241211090212550 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_ph.c' (112,570) at 20210308005046509 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb' (112,571) at 20240302090018210 to deleted uid set 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms.c' (112,572) at 20210308005003756 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/openpower-process-host-firmware.service' (112,573) at 20210909000032305 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ibm-cffps.c' (112,574) at 20241211090212294 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/Makefile' (112,575) at 20240613080016567 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_sessionstat_unittest.cpp' (112,576) at 20240817080027252 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm963158_ram_defconfig' (112,577) at 20210308005003252 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/rcar-gen4-sysc.c' (112,578) at 20240405153231351 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_bmc_sim.c' (112,579) at 20240906080037244 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/xdp_dummy.c' (112,580) at 20240405153232283 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf-uclass.c' (112,581) at 20230720080043539 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/makefile-add-ldflags.patch' (112,582) at 20210307205553738 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/head.S' (112,583) at 20210308005003032 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/perl/yaml-tiny_1.73.bb' (112,584) at 20220921030015982 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sha512_generic.c' (112,585) at 20220525020652218 2025-03-14 03:00:52.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/synopsys/dwcddr21mctl.h' (112,586) at 20210308005003688 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/Kconfig' (112,587) at 20240405153046649 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dts' (112,588) at 20210309003648756 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc3-sti-glue.c' (112,589) at 20210308005003512 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/dtl1_cs.c' (112,590) at 20210307214926926 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/partition.yaml' (112,591) at 20240405153045113 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/Kconfig' (112,592) at 20240405153053973 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/numa.h' (112,593) at 20240405153230111 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/tsx09-common.c' (112,594) at 20210307214925930 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/mod.rs' (112,595) at 20240405153232095 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_uncore.h' (112,596) at 20240405153230579 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h' (112,597) at 20240405153047305 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-ipc.h' (112,598) at 20240405153053997 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rpm.c' (112,599) at 20241211090145461 2025-03-14 03:00:52.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs5xx.yaml' (112,600) at 20220525020651682 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/or1k-softmmu/default.mak' (112,601) at 20240906080037160 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara-pdx223.dts' (112,602) at 20240405153045797 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/Kconfig' (112,603) at 20210308005002856 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts' (112,604) at 20240405153045721 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/cmpxchg.c' (112,605) at 20221215040039390 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gsj-gpio.dtsi' (112,606) at 20240405153045473 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_policer.c' (112,607) at 20240405153050157 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/ident-with-escape.err' (112,608) at 20210308005046405 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edsleskog_Hogheden' (112,609) at 20210307205553778 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-at91.c' (112,610) at 20210308005003512 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/Kconfig' (112,611) at 20210309003649132 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/at91_i2c.h' (112,612) at 20210308005003380 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/index.rst' (112,613) at 20240405153044961 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/des_s390.c' (112,614) at 20240405153046273 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_irq.c' (112,615) at 20240405153230583 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/vegman-n110.conf' (112,616) at 20220111040017380 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_manager.hpp' (112,617) at 20220625030026172 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157.dtsi' (112,618) at 20240405153229903 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/pipeline.json' (112,619) at 20240405153054157 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_h.c' (112,620) at 20210308005046509 2025-03-14 03:00:52.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-logicpd.dts' (112,621) at 20240405153045505 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/nlohmann_json.wrap' (112,622) at 20231214090013217 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/null-machine.c' (112,623) at 20210927100127117 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReportCollection_v1.xml' (112,624) at 20240619080002928 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpci_hotplug_pci.c' (112,625) at 20220525020653851 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_buttons.scss' (112,626) at 20241004080035959 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi_interface.c' (112,627) at 20230426080043668 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/Makefile' (112,628) at 20210307214929926 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mac80211_hwsim/hostapd.conf' (112,629) at 20210307214925538 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch' (112,630) at 20240127090011892 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/panel-mipi-dbi/panel-mipi-dbi-native_git.bb' (112,631) at 20241221090017528 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/memory.c' (112,632) at 20220525020654963 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-encoder-spdif.c' (112,633) at 20240405153053973 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_acl.c' (112,634) at 20240405153050073 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/media/timb_radio.h' (112,635) at 20210307214931478 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/genelf.h' (112,636) at 20240405153054193 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/firmware.h' (112,637) at 20210307214930514 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/mbx.c' (112,638) at 20240405153050049 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/xen/grant-table.c' (112,639) at 20210307214925986 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/charger.h' (112,640) at 20210307214931682 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/scripts/vendor.py' (112,641) at 20241211090212442 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fpgad.c' (112,642) at 20210308005003212 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/propertywatch.cpp' (112,643) at 20210308005108057 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/log_fixup.c' (112,644) at 20240405153232259 2025-03-14 03:00:52.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ptdma/Makefile' (112,645) at 20220525020652410 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/hw_exception_handler.S' (112,646) at 20220525020651986 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_resource.h' (112,647) at 20240405153049893 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/core.c' (112,648) at 20241211090212442 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-mc.rst' (112,649) at 20210307214925466 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/repo.py' (112,650) at 20241221090017632 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/network-security-considerations.md' (112,651) at 20241203090006519 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vexpress.h' (112,652) at 20210307214931534 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/hardirq.h' (112,653) at 20220525020652126 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/fou.yaml' (112,654) at 20240405153229823 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/reset.c' (112,655) at 20210307214926110 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/crypto/hash.h' (112,656) at 20210307214932742 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-password' (112,657) at 20230817080015056 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/components/AppNavigation/intel.js' (112,658) at 20241004080035963 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-task.c' (112,659) at 20240906080037584 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_can.dtsi' (112,660) at 20210308005002612 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/static_stub.c' (112,661) at 20240405153053089 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/OFL.txt' (112,662) at 20210308005002536 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/83xx-512x-pci.txt' (112,663) at 20210307214925382 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch' (112,664) at 20240106090017285 to deleted uid set 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm0010.h' (112,665) at 20210307214931602 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_SDCARD_defconfig' (112,666) at 20210308005003244 2025-03-14 03:00:52.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/iso-resources.h' (112,667) at 20210307214932210 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/clk.h' (112,668) at 20210308005002796 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun6i-rtc.c' (112,669) at 20240405153230247 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/mcount.S' (112,670) at 20210309003648804 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/vm-flags.h' (112,671) at 20210307214926750 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/i2c-muxes.rst' (112,672) at 20210307214925494 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/fifo_monitor.h' (112,673) at 20210307214930546 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/ioc3kbd.c' (112,674) at 20210307214928498 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multi-host-postcode.md' (112,675) at 20221209040006387 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/throttle-options.h' (112,676) at 20210308005046049 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/trace-events' (112,677) at 20241211090212462 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/devfreq.c' (112,678) at 20240405153230275 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-compute-singlehost.inc' (112,679) at 20230818080016881 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/try-catch.c' (112,680) at 20240712080021093 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntpd' (112,681) at 20241221090017496 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/futex.h' (112,682) at 20240405153045937 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-zc770-xm011.dts' (112,683) at 20240405153045609 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2400.h' (112,684) at 20220509100030598 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/pmbus_error.hpp' (112,685) at 20240817080031296 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/chan_user.c' (112,686) at 20220627100016934 2025-03-14 03:00:52.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/elf.h' (112,687) at 20240405153045345 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-div6.c' (112,688) at 20220525020652326 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch' (112,689) at 20231011080016578 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_dbg.c' (112,690) at 20240405153231435 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/Kconfig' (112,691) at 20210308005002956 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/strncmp_64.S' (112,692) at 20240405153230095 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/multiconfig/mc-1.conf' (112,693) at 20210316000012685 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_crat.c' (112,694) at 20240405153230371 to deleted uid set 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_sequences.h' (112,695) at 20240405153053117 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/Makefile' (112,696) at 20240405153046241 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/device.c' (112,697) at 20240405153053957 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/suspend.c' (112,698) at 20240418080014510 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/asus-wmi.h' (112,699) at 20241216090017769 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tlb.h' (112,700) at 20240405153046129 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapi-m1-plus.dts' (112,701) at 20210308005002620 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek-mdp.txt' (112,702) at 20240405153045093 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_watchdog.c' (112,703) at 20220525020652226 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/cxl_acpi_test.c' (112,704) at 20240405153054221 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/Makefile' (112,705) at 20210307214926290 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/termios.h' (112,706) at 20210307214925650 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand.c' (112,707) at 20210308005003412 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/kprobe_multi_testmod_test.c' (112,708) at 20240405153054253 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sendmsg4_prog.c' (112,709) at 20240405153054273 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/access-marking.txt' (112,710) at 20220525020655123 2025-03-14 03:00:52.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pkgdata-browser' (112,711) at 20220910030013437 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm012/ps7_init_gpl.c' (112,712) at 20210308005003180 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/Makefile' (112,713) at 20241111090012117 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan_%.bbappend' (112,714) at 20240918080013376 to deleted uid set 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/common/Makefile' (112,715) at 20210308005003004 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_eeprom.h' (112,716) at 20240906080037188 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-ctrl.rst' (112,717) at 20240405153045321 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/diag.c' (112,718) at 20240830080013355 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/CREDITS' (112,719) at 20210307214932506 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i915_hdcp_interface.h' (112,720) at 20240405153052637 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/cpu5wdt.c' (112,721) at 20240613080016475 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/1.Intro.rst' (112,722) at 20240405153229839 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/freecom.c' (112,723) at 20220525020654295 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-cml-skips.txt' (112,724) at 20240405153230531 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvenc.yaml' (112,725) at 20240405153045061 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/index.h' (112,726) at 20210307214931194 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/wm831x.rst' (112,727) at 20210307214925506 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ife/Makefile' (112,728) at 20210307214931934 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcm052.h' (112,729) at 20210308005003608 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman-0.dtsi' (112,730) at 20210307214926350 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads131e08.c' (112,731) at 20240405153048965 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmadd.c' (112,732) at 20210307214926434 2025-03-14 03:00:52.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/uncore-l3c.json' (112,733) at 20240405153054113 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_qca.c' (112,734) at 20240913080013781 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-macw.c' (112,735) at 20240906080037580 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_prctl.c' (112,736) at 20240405153054237 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/brcm,usb-pinmap.yaml' (112,737) at 20240405153045181 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/.gitignore' (112,738) at 20210307214926638 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/linux/export.h' (112,739) at 20240405153232283 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/fixmap.h' (112,740) at 20240405153045853 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@85000/i2c-switch@71/i2c@1/max31725@55.conf' (112,741) at 20210307205554086 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (112,742) at 20220603100015803 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/v3d/v3d_perfmon.c' (112,743) at 20241216090017701 to deleted uid set 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lshw/files/0001-disable-docbook2man.patch' (112,744) at 20230317080013789 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4341.c' (112,745) at 20240405153053577 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/physical_context.hpp' (112,746) at 20240918080002708 to deleted uid set 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/MAINTAINERS' (112,747) at 20210308005002948 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/softcursor.c' (112,748) at 20220525020654315 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/part.h' (112,749) at 20210308005003676 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/misc.rst' (112,750) at 20220525020651642 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/initvals.h' (112,751) at 20210309003651788 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_power_util.sh' (112,752) at 20241031080012179 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c' (112,753) at 20240405153047153 2025-03-14 03:00:52.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/main.cpp' (112,754) at 20240917080036267 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/trusted-services.md' (112,755) at 20241206090014206 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bd99954-charger.c' (112,756) at 20240405153231351 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/smapi.c' (112,757) at 20210309003649228 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/i8k.h' (112,758) at 20210307214931634 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0001-track-Check-for-unw_set_caching_policy-before-using.patch' (112,759) at 20210608000015799 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c' (112,760) at 20240405153054253 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/Kconfig' (112,761) at 20210308005002996 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/irq.c' (112,762) at 20220525020652010 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/ti,gpmc-onenand.yaml' (112,763) at 20240405153045113 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/reflink.c' (112,764) at 20240830080013315 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/mt6323-poweroff.c' (112,765) at 20240405153051421 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/Kconfig' (112,766) at 20240906080037508 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c' (112,767) at 20240405153230571 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/mux.c' (112,768) at 20210308005002948 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/timer-sr.c' (112,769) at 20240405153045885 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-riscv64.txt' (112,770) at 20240113090014532 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/health.c' (112,771) at 20220525020653575 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/ccp-crypto-aes.c' (112,772) at 20240405153046933 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/COPYING.MIT' (112,773) at 20210307205553674 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/sigcontext.h' (112,774) at 20210307214926762 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/xway/dma.c' (112,775) at 20240405153046033 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml' (112,776) at 20240405153045153 2025-03-14 03:00:52.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,exynos-hdmi.yaml' (112,777) at 20240405153045049 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/mcbsp.c' (112,778) at 20240405153045657 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/exec.h' (112,779) at 20210307214926214 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/filter/admv8818.c' (112,780) at 20240405153230691 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/method.mako.cpp' (112,781) at 20210308005054073 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-mark-count-with-unused-attribute.patch' (112,782) at 20221003030013289 to deleted uid set 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/byteorder.h' (112,783) at 20210308005002836 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/brcm,bcm63138-pmb.txt' (112,784) at 20210307214925414 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-mem.c' (112,785) at 20240405153052097 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_defconfig' (112,786) at 20210308005003240 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/netcnt.c' (112,787) at 20240405153054257 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco_1.13.3.bb' (112,788) at 20241221090017544 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/asid.h' (112,789) at 20220525020651966 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb' (112,790) at 20221003030013349 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/evdevpp/test/evmon.cpp' (112,791) at 20230817080034725 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-nomadik-db8500.c' (112,792) at 20240405153051325 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet3_defs.h' (112,793) at 20230426080043720 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/device-plug-test.c' (112,794) at 20230925080040093 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,smem.yaml' (112,795) at 20240405153045157 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_qm_cgm_regs.h' (112,796) at 20240405153046601 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libcpr/libcpr_1.10.5.bb' (112,797) at 20240413080012647 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/io_bitmap.h' (112,798) at 20210307214926666 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsberget_GI' (112,799) at 20210307205553786 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/com20020-pci.c' (112,800) at 20240405153230887 2025-03-14 03:00:52.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.autoconf' (112,801) at 20210308005003724 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/memset.S' (112,802) at 20240405153230015 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/Makefile' (112,803) at 20240405153046717 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-wandboard-revb1.dts' (112,804) at 20240405153045501 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/warp_defconfig' (112,805) at 20240405153046097 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml' (112,806) at 20240405153229763 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c' (112,807) at 20240405153230755 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/max2165_priv.h' (112,808) at 20210307214928798 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/setup-sh7264.c' (112,809) at 20210307214926562 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime.dts' (112,810) at 20210308005002624 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/common-semi-target.h' (112,811) at 20221215040039330 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/error.h' (112,812) at 20240906080037344 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/hisilicon,histb-xhci.txt' (112,813) at 20210307214925450 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4a/cpu/dma.h' (112,814) at 20210307214926558 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ioctls.h' (112,815) at 20210307214926582 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/duration_types.hpp' (112,816) at 20220412175720086 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/rci2-table.c' (112,817) at 20210307214927174 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kgdb.rst' (112,818) at 20240405153045009 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/ppc_cbe_cpufreq_pervasive.c' (112,819) at 20210307214927058 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/util/namespaces.c' (112,820) at 20240405153054197 to deleted uid set 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/TODO' (112,821) at 20220525020654147 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/l64781.h' (112,822) at 20210307214928626 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-st.txt' (112,823) at 20210307214925366 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/markup_oops.pl' (112,824) at 20210307214932158 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/wlan-ng/README' (112,825) at 20210307214930698 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.h' (112,826) at 20240405153230607 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp12.hpp' (112,827) at 20210806000057530 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/kvm.h' (112,828) at 20240906080037352 2025-03-14 03:00:52.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/porting.rst' (112,829) at 20240405153044973 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-ready-cancel-error.out' (112,830) at 20220429100100930 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/log-controller.html' (112,831) at 20210308005107077 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb' (112,832) at 20241221090017548 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib_1.23.bb' (112,833) at 20241206090014258 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.init' (112,834) at 20210307205553822 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_string.tc' (112,835) at 20241008080014059 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/syscalls.h' (112,836) at 20240405153045625 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h' (112,837) at 20240405153230507 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/main.cpp' (112,838) at 20241209090018856 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/hppa-softmmu.mak' (112,839) at 20230925080039837 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/b.c' (112,840) at 20210308005003720 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_common.c' (112,841) at 20210309003651580 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos-dp-video.c' (112,842) at 20240405153231315 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-fread.rst' (112,843) at 20220525020651778 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/wmi/thunderbolt.c' (112,844) at 20240405153051413 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-witherspoon.dts' (112,845) at 20240813080021922 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/xilinx_spi.h' (112,846) at 20240405153052797 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/Kconfig' (112,847) at 20220525020653143 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb' (112,848) at 20240106090017237 to deleted uid set 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/pnmtologo.c' (112,849) at 20240805080014011 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/auxbus.c' (112,850) at 20230426080043708 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi' (112,851) at 20240826080012311 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/Makefile' (112,852) at 20210308005003008 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool.rst' (112,853) at 20240405153054037 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/tc_flower.sh' (112,854) at 20240805080014071 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-vicut1.dts' (112,855) at 20240405153045505 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_maturin.bbclass' (112,856) at 20240106090017253 2025-03-14 03:00:52.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/linux-kernel.cfg' (112,857) at 20210307214932502 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gt215.c' (112,858) at 20220525020652971 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mxs-mmc.c' (112,859) at 20240405153230855 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc' (112,860) at 20240209090013644 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/TREE' (112,861) at 20240405153054369 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/max77686.txt' (112,862) at 20210308005003308 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi' (112,863) at 20240405153229931 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/ap_debug.h' (112,864) at 20240405153051525 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan.hpp' (112,865) at 20230518080029178 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rust.py' (112,866) at 20230919080013982 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch' (112,867) at 20240413080012703 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si.h' (112,868) at 20210307214927246 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/bcm_iproc_tsc.c' (112,869) at 20240405153049157 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/veml6070.c' (112,870) at 20240405153049005 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.4.bb' (112,871) at 20241221090017688 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c' (112,872) at 20210307214932706 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/group.md' (112,873) at 20240807080019546 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/sysmem.h' (112,874) at 20210307214926762 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/machine/spc621d8hm3.conf' (112,875) at 20240413080012631 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/misc/badty.cocci' (112,876) at 20210308005003724 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/x86_energy_perf_policy/Makefile' (112,877) at 20210307214932622 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/cpu.c' (112,878) at 20210308005002560 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/max98373.txt' (112,879) at 20210307214925430 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8155p.dtsi' (112,880) at 20240405153045781 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/authencesn.c' (112,881) at 20240405153046533 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx25_ccm.c' (112,882) at 20241211090212294 2025-03-14 03:00:52.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/non-atomic.h' (112,883) at 20240405153052617 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/deterministic_automata.rst' (112,884) at 20240405153045273 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/sections.h' (112,885) at 20210308005002816 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/mux-k2g.h' (112,886) at 20210308005003080 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/common.h' (112,887) at 20240405153052649 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/ti,tps62864.h' (112,888) at 20240405153052653 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_sw_fence.c' (112,889) at 20240913080013793 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/purgatory/entry.S' (112,890) at 20241115090012941 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_redirect.c' (112,891) at 20240405153054281 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/mprog.c' (112,892) at 20240405153231895 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn303/dcn303_fpu.c' (112,893) at 20240910080014038 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/percpu-vm.c' (112,894) at 20220525020654779 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/kvm.h' (112,895) at 20240906080037352 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml' (112,896) at 20240405153045149 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/Kconfig' (112,897) at 20210309003650016 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb' (112,898) at 20241206090014246 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/reserved-region.c' (112,899) at 20240326080039758 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/ts5500_flash.c' (112,900) at 20210307214929214 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/Makefile' (112,901) at 20240405153231575 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gf100.c' (112,902) at 20220525020652971 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682-3mic.dtsi' (112,903) at 20240405153045781 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/M7memset.S' (112,904) at 20210307214926606 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sharp,lq150x1lg11.yaml' (112,905) at 20210307214925306 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/dbgfs.h' (112,906) at 20240405153049433 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/posix_acl_xattr.h' (112,907) at 20240405153052773 2025-03-14 03:00:52.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/tsi108_irq.h' (112,908) at 20210307214926394 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/trampoline_64.S' (112,909) at 20210307214926602 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/meter.h' (112,910) at 20210307214932038 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_perf_oa_regs.h' (112,911) at 20240405153048529 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/za-stress' (112,912) at 20240405153054237 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/example/ucd90160.yaml' (112,913) at 20221209040048647 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lm49453.c' (112,914) at 20240405153053621 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb' (112,915) at 20241221090017552 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_sbc.c' (112,916) at 20240405153051965 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/tpm.json' (112,917) at 20240906080037432 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l56-i2c.c' (112,918) at 20240405153232147 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/88pm800-regulator.c' (112,919) at 20240405153051461 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8186-mt6366-da7219-max98357.yaml' (112,920) at 20240405153045165 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_utils.c' (112,921) at 20240405153049637 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf' (112,922) at 20241031080012179 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/net-listener.c' (112,923) at 20240326080039554 2025-03-14 03:00:52.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mesh.c' (112,924) at 20240405153051657 2025-03-14 03:00:52.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xattr.c' (112,925) at 20240913080013833 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_2_0_3_sh_mask.h' (112,926) at 20240405153047517 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/frontends.rst' (112,927) at 20210307214925462 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/jest.config.js' (112,928) at 20220105012522975 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/userfaultfd.h' (112,929) at 20241211090212370 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/sdcard_legacy.h' (112,930) at 20210308005046029 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/adding-syscalls.rst' (112,931) at 20220525020651762 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/keystone/pll.c' (112,932) at 20240405153230211 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kisa' (112,933) at 20210307205553786 2025-03-14 03:00:52.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/tools/fan_rpm_loop_unittest.sh' (112,934) at 20230421080035752 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_basic.c' (112,935) at 20240405153053365 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v2m.c' (112,936) at 20240913080013797 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/process.c' (112,937) at 20240405153046289 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/discontig.c' (112,938) at 20240405153045929 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func' (112,939) at 20210307205554386 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mman.h' (112,940) at 20240405153230111 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00debug.c' (112,941) at 20210307214929906 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-apalis.dtsi' (112,942) at 20240405153229879 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb' (112,943) at 20241221090017684 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-ar724x.c' (112,944) at 20210309003648856 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-unknown.err' (112,945) at 20220429100100882 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-fix-gcc-8-format-truncation-warning.patch' (112,946) at 20240413080012695 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-afe-clk.h' (112,947) at 20210307214932398 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-cm-t3x30.dtsi' (112,948) at 20240405153045601 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_mode.h' (112,949) at 20240405153048725 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt2817.c' (112,950) at 20240405153046897 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/cpuhp.h' (112,951) at 20210307214931606 2025-03-14 03:00:52.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sdhc_boot.c' (112,952) at 20210308005002960 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/rtl8365mb.c' (112,953) at 20240405153049761 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-pll.c' (112,954) at 20240405153046801 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/perf_events/settings' (112,955) at 20220525020655223 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/zalloc.c' (112,956) at 20210307214932502 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-cubieboard.dts' (112,957) at 20240405153045377 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod0-clk.yaml' (112,958) at 20240405153045021 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb' (112,959) at 20230114040015550 to deleted uid set 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/extable.h' (112,960) at 20220525020652034 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lx6464es/lx_core.c' (112,961) at 20240405153053541 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_hwi.c' (112,962) at 20240405153051581 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/mem_helper.c' (112,963) at 20230426080043892 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/gpio_mdio.c' (112,964) at 20240405153230051 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CXLLogicalDeviceCollection.json' (112,965) at 20240619080002944 2025-03-14 03:00:52.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/checksum_32.S' (112,966) at 20240405153230043 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpqphp_nvram.c' (112,967) at 20220525020653851 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/tracepoint-analysis.rst' (112,968) at 20240405153045273 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/osdep_service.h' (112,969) at 20240405153051925 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_NAND_defconfig' (112,970) at 20210308005003240 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-marvell.c' (112,971) at 20210308005003512 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_migrate_types.h' (112,972) at 20220525020652891 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/spu.h' (112,973) at 20240405153046129 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xlnx/zynqmp_dpsub.c' (112,974) at 20240805080013955 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_user.h' (112,975) at 20220525020652887 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-flash.c' (112,976) at 20210307214928682 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_ocelot_8021q.c' (112,977) at 20240405153053233 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zc5601_defconfig' (112,978) at 20210308005003288 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/imon.c' (112,979) at 20240805080013971 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/brg.txt' (112,980) at 20210307214925422 2025-03-14 03:00:52.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_hwss_hpo_frl.c' (112,981) at 20240405153047297 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/io_sch.h' (112,982) at 20220525020653967 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/cpu_if_regs.h' (112,983) at 20240405153046601 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_macb1.dtsi' (112,984) at 20210308005002572 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1_family.c' (112,985) at 20210307214930962 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_array_field.c' (112,986) at 20210307214932642 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/floating-point.json' (112,987) at 20220525020655147 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/ioport.h' (112,988) at 20240906080037328 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sdp.h' (112,989) at 20210308005003684 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_4.2.16.bb' (112,990) at 20241221090017552 to deleted uid set 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev.h' (112,991) at 20241211090212242 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause' (112,992) at 20210307205554418 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/Kconfig' (112,993) at 20240405153045645 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c' (112,994) at 20240405153230511 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5791.yaml' (112,995) at 20240405153045073 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-AdelaideFoothills' (112,996) at 20210307205553762 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/nativesdk-intercept/chgrp' (112,997) at 20230919080013998 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/vmx/aes_xts.c' (112,998) at 20220525020652398 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/at_coroutine_exit.hpp' (112,999) at 20241219090033968 to deleted uid set 2025-03-14 03:00:52.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c' (113,000) at 20240405153230363 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gusclassic.c' (113,001) at 20220525020654979 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/irqchip.c' (113,002) at 20240405153054389 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/newlib.py' (113,003) at 20220910030013401 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/maxim,max3420-udc.yaml' (113,004) at 20240405153045181 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb' (113,005) at 20241221090017528 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/gbphy.h' (113,006) at 20210309003653008 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/platform/marvell/mcam-core.c' (113,007) at 20240405153230799 to deleted uid set 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/openrisc/openrisc_port.rst' (113,008) at 20240405153229743 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c' (113,009) at 20240628080013993 to deleted uid set 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c' (113,010) at 20210307214929366 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/Makefile' (113,011) at 20240703080013351 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/Kconfig' (113,012) at 20210308005002760 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/core.h' (113,013) at 20240405153050633 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/meta-layer-guidelines.md' (113,014) at 20221209040006399 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/pci-noop.c' (113,015) at 20210307214925654 2025-03-14 03:00:52.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/clk-sp810.c' (113,016) at 20240405153046873 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/memcpy_64.S' (113,017) at 20240405153230043 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.h' (113,018) at 20210307214927966 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/phosphor-rsyslog-config/meson.build' (113,019) at 20241123090021039 to deleted uid set 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rsmu.h' (113,020) at 20240405153052733 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/treeboot-currituck.c' (113,021) at 20210307214926362 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_edt.c' (113,022) at 20240405153054277 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig' (113,023) at 20210307214929802 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/async_tx/async_xor.c' (113,024) at 20240405153046533 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/cpu-exec-common.c' (113,025) at 20240326080039366 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/broadcom/bcm2711_thermal.c' (113,026) at 20240405153231495 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/Kconfig' (113,027) at 20240405153046741 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mei/hdcp.rst' (113,028) at 20210307214925466 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_clk.h' (113,029) at 20230426080043764 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/con3215.c' (113,030) at 20240405153231379 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-3.dtsi' (113,031) at 20240405153046093 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/nhm_idle.c' (113,032) at 20210307214932618 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun4i-a10.h' (113,033) at 20210307214927026 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-integrity.c' (113,034) at 20240910080014022 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/sbsign.bbclass' (113,035) at 20241221090017468 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8956.dtsi' (113,036) at 20240405153045765 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_ethdr.h' (113,037) at 20240405153048569 2025-03-14 03:00:52.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module_signature.c' (113,038) at 20210406100036159 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/exceptions-64s.S' (113,039) at 20240405153046141 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch' (113,040) at 20210905000020585 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/Kconfig' (113,041) at 20240405153231687 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb_miim_regs.h' (113,042) at 20210308005002820 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/asm-offsets.c' (113,043) at 20240405153229859 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/at91/sama7-ddr.h' (113,044) at 20240405153052881 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/vhost.c' (113,045) at 20240712080021085 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/translate.h' (113,046) at 20240326080039674 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc832x_rdb.dts' (113,047) at 20210307214926358 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-ra@.service' (113,048) at 20240913080015313 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_signal.h' (113,049) at 20220429100100614 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/swp_emulation.rst' (113,050) at 20240405153229739 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/mboxd/mboxd_%.bbappend' (113,051) at 20210307205553718 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/pathtree.py' (113,052) at 20210308005048033 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek.dts' (113,053) at 20210308005002580 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig' (113,054) at 20210308005003264 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-arrow--down.svg' (113,055) at 20210308005107065 2025-03-14 03:00:52.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/README' (113,056) at 20240405153054161 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/rndis_host.h' (113,057) at 20240405153052813 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hid-debug.h' (113,058) at 20210307214931394 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (113,059) at 20240413080012631 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_rng.c' (113,060) at 20240906080037256 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_integer_encode_check.yaml' (113,061) at 20240908080010098 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adl_pci7x3x.c' (113,062) at 20240405153046889 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4420QDS_NAND_defconfig' (113,063) at 20210308005003232 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cpufreq/Kconfig' (113,064) at 20240405153046909 to deleted uid set 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-ipc.c' (113,065) at 20240405153053997 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3008.h' (113,066) at 20210307214932322 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/Makefile' (113,067) at 20240405153049401 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/cmdline.c' (113,068) at 20240405153052177 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-rc32434.c' (113,069) at 20210307214926282 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_n.h' (113,070) at 20210307214929794 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-usb-host.dtsi' (113,071) at 20240405153045425 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/u8500_defconfig' (113,072) at 20240405153045617 2025-03-14 03:00:52.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7164/Makefile' (113,073) at 20210307214928710 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c' (113,074) at 20241211090145417 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/simple.c' (113,075) at 20210308005045729 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx274.c' (113,076) at 20240405153049313 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-version.sh' (113,077) at 20210308005046245 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_cmd_helper.hpp' (113,078) at 20240819080030267 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/gazerbeam.h' (113,079) at 20210308005003340 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-altera.c' (113,080) at 20240405153231287 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libdebuginfod.c' (113,081) at 20210309003654960 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/data/pldm_variables.py' (113,082) at 20221209040018563 to deleted uid set 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/internal.h' (113,083) at 20240830080013247 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/USBController.v1_0_1.json' (113,084) at 20240619080002956 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/README' (113,085) at 20210307214926898 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_translate_dcn20.c' (113,086) at 20240405153047285 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/.gitignore' (113,087) at 20230428080030950 2025-03-14 03:00:52.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-bootconf_1.00.bb' (113,088) at 20241206090014318 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv090x_reg.h' (113,089) at 20210307214928642 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb' (113,090) at 20230813080012848 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/aesgcm.c' (113,091) at 20240405153053081 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/omap.h' (113,092) at 20210308005002636 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/generic-compat-pmu.c' (113,093) at 20240405153046189 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb' (113,094) at 20241221090017564 to deleted uid set 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml' (113,095) at 20240405153045157 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/hash_func01.h' (113,096) at 20210307214932118 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/instrumentation.c' (113,097) at 20240405153053133 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/g98.fuc0s.h' (113,098) at 20210307214927946 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_lan.h' (113,099) at 20210307214928994 2025-03-14 03:00:52.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/run-ptest' (113,100) at 20220204040022668 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/Kconfig' (113,101) at 20240405153046205 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/toeplitz.c' (113,102) at 20240405153054353 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_listen.c' (113,103) at 20240405153054277 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/max7301.h' (113,104) at 20240405153052797 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/ringbuf.rst' (113,105) at 20240405153044997 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/Makefile' (113,106) at 20240405153045585 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynosautov9.dtsi' (113,107) at 20240405153229919 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb' (113,108) at 20241221090017528 to deleted uid set 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb' (113,109) at 20241206090014238 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/mmconf-fam10h_64.c' (113,110) at 20241008080013899 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/Makefile' (113,111) at 20240405153050693 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/groups.json' (113,112) at 20231213090027090 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/message.c' (113,113) at 20240405153231539 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/1024.patch' (113,114) at 20230706080014761 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d4.dtsi' (113,115) at 20240405153229875 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lp8788_bl.c' (113,116) at 20240405153231575 2025-03-14 03:00:52.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccicheck' (113,117) at 20240405153053441 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandboxfs.h' (113,118) at 20210308005003684 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/orphan.h' (113,119) at 20240405153052289 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/pointer-authentication.rst' (113,120) at 20240405153044973 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/init_64.h' (113,121) at 20210307214926610 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_legacy.h' (113,122) at 20240405153052633 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/board.h' (113,123) at 20210308005003012 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/state_set.h' (113,124) at 20241031080010167 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/HMAT.acpihmat' (113,125) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3328-cru.h' (113,126) at 20210307214931334 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu_76-1.bb' (113,127) at 20241221090017696 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-ampere.json' (113,128) at 20241018080009993 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-regmap.c' (113,129) at 20240405153050345 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice/__init__.py' (113,130) at 20210307214932154 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/xen/p2m.c' (113,131) at 20220804100015884 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migration-permissions' (113,132) at 20240326080039734 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch' (113,133) at 20220409030017491 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/compat_linux.h' (113,134) at 20240405153046285 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsnotify.h' (113,135) at 20240712080021089 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/COPYING.apache-2.0' (113,136) at 20210307205554218 2025-03-14 03:00:52.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/gigadevice.c' (113,137) at 20240405153049709 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_target.c' (113,138) at 20240405153231443 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/caching/cachefiles.rst' (113,139) at 20240405153229807 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb' (113,140) at 20220502030010096 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Siljansnas_Uvberget' (113,141) at 20210307205553790 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/tpc7_qm_regs.h' (113,142) at 20240405153046581 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/trimslice_defconfig' (113,143) at 20210308005003284 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_cttimeout.h' (113,144) at 20240405153052929 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wcd-clsh-v2.h' (113,145) at 20220525020655051 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2_table.host.h' (113,146) at 20210307214930558 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb' (113,147) at 20241206090014246 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/xtalk-bridge.h' (113,148) at 20210307214931482 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/irq.c' (113,149) at 20240830080013247 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/hwmon/index.rst' (113,150) at 20240826080012307 to deleted uid set 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c' (113,151) at 20240405153232187 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-3.0' (113,152) at 20210307205554414 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libstemmer/libstemmer_2.2.0.bb' (113,153) at 20230503080014587 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/stacktrace.h' (113,154) at 20210307214926586 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch' (113,155) at 20230131040012027 2025-03-14 03:00:52.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.h' (113,156) at 20210307214929818 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/adreno_gpu.c' (113,157) at 20241011080017315 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld6b.c' (113,158) at 20210308005002792 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/40x/kilauea_defconfig' (113,159) at 20210307214926366 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,mt7621-pci-phy.yaml' (113,160) at 20240405153229783 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ls1088a_qixis.h' (113,161) at 20210308005002968 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/uncore-interconnect.json' (113,162) at 20240405153054129 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/howvec.c' (113,163) at 20240906080037164 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2/cpu/cache.h' (113,164) at 20210307214926554 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/inqueue.c' (113,165) at 20240820080014189 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c' (113,166) at 20240405153048585 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/test/sys.hpp' (113,167) at 20230511080009359 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-picozed.dts' (113,168) at 20210308005002632 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/ps2-gpio.c' (113,169) at 20240405153049157 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-shellingham_1.5.4.bb' (113,170) at 20231126090012801 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/151' (113,171) at 20240326080039730 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/pm.c' (113,172) at 20240405153045645 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ifdtool.c' (113,173) at 20210308005003764 2025-03-14 03:00:52.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/riscv/hwprobe/hwprobe.c' (113,174) at 20240405153054369 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c' (113,175) at 20220525020654179 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpregs.h' (113,176) at 20240906080037452 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/leak_detector.hpp' (113,177) at 20230523080003149 to deleted uid set 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/registers.py' (113,178) at 20240906080037576 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_pdr_add_check.yaml' (113,179) at 20240908080010098 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (113,180) at 20220916030015744 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/scsi.h' (113,181) at 20210308005046185 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0002-build-don-t-ignore-CPPFLAGS-from-environment.patch' (113,182) at 20210307205553802 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/mypy.ini' (113,183) at 20240405153054225 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/speed_select_if/Kconfig' (113,184) at 20240405153051409 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/meson-card-utils.c' (113,185) at 20240405153053973 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c' (113,186) at 20240405153230375 to deleted uid set 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g45.dtsi' (113,187) at 20210308005002572 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/assabet.h' (113,188) at 20210307214925958 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/ts72xx.h' (113,189) at 20210307214925882 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-jabra.c' (113,190) at 20210307214928090 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/or51211.c' (113,191) at 20240405153230779 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TINY02.boot' (113,192) at 20210307214932714 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mvrtc.c' (113,193) at 20210308005003480 2025-03-14 03:00:52.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.h' (113,194) at 20210307214929934 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_phy_lcn.h' (113,195) at 20210307214929798 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt' (113,196) at 20240405153045089 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/usb.c' (113,197) at 20240405153047069 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/bpf_sk_storage.c' (113,198) at 20240405153053209 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml' (113,199) at 20240405153229795 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m3.dtsi' (113,200) at 20240405153229963 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h' (113,201) at 20240405153047117 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6q_logic_defconfig' (113,202) at 20210308005003260 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/Makefile' (113,203) at 20210309003649160 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-lens.c' (113,204) at 20240405153049525 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timekeeping_internal.h' (113,205) at 20210309003654152 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_cmp.c' (113,206) at 20210307214926274 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb' (113,207) at 20241220090019722 to deleted uid set 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/peci-dimmtemp.rst' (113,208) at 20240405153045217 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-m-profile.xml' (113,209) at 20210308005045817 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/helper-info.h' (113,210) at 20240906080037352 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/traps.h' (113,211) at 20220525020651982 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html' (113,212) at 20231126090012817 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/bblock' (113,213) at 20231014080011739 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/ppc-uic.h' (113,214) at 20221215040039182 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/118.out' (113,215) at 20210927100127485 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/jit_probe_mem.c' (113,216) at 20240405153054269 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/qmp.c' (113,217) at 20240906080037584 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/olpc_dcon/olpc_dcon.h' (113,218) at 20210307214930606 2025-03-14 03:00:52.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/overflow.c' (113,219) at 20230925080040097 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ubi.c' (113,220) at 20210308005003220 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/uas.c' (113,221) at 20240913080013821 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_coredump.h' (113,222) at 20240405153050793 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/Makefile' (113,223) at 20210308005002948 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/guest.c' (113,224) at 20240405153049633 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_synproxy.c' (113,225) at 20240405153232063 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/imx-drm.h' (113,226) at 20240405153048557 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-lpc32xx.c' (113,227) at 20210308005003512 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-pcie.h' (113,228) at 20241114091008832 to deleted uid set 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/configs.h' (113,229) at 20210308005002676 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_2_0_sh_mask.h' (113,230) at 20240405153048237 2025-03-14 03:00:52.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/pci.c' (113,231) at 20210308005002992 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/idle.c' (113,232) at 20240405153046021 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport.h' (113,233) at 20210308005100993 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libelf-getphdrnum.c' (113,234) at 20210307214932466 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mapmem.h' (113,235) at 20210308005003672 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/dynamic-layers/aspeed-layer/recipes-kernel/linux/linux-aspeed_%.bbappend' (113,236) at 20240727080014098 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ftrtc010.c' (113,237) at 20210308005003480 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/nvram.c' (113,238) at 20240405153046205 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/maple-cpufreq.c' (113,239) at 20240405153046913 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-configure-common.inc' (113,240) at 20241221090017660 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SensorCollection_v1.xml' (113,241) at 20240619080002936 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/x86_64/cpu-hotplug-spec.rst' (113,242) at 20240405153044989 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb' (113,243) at 20241221090017548 to deleted uid set 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_mac.c' (113,244) at 20240405153050169 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pci-6221.c' (113,245) at 20220525020652358 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mac.h' (113,246) at 20240405153231231 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-libretech-all-h3-cc.dts' (113,247) at 20210308005002620 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/meson.build' (113,248) at 20240906080037488 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-gr8-evb.dts' (113,249) at 20240405153045381 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/hugetlb.h' (113,250) at 20240405153046101 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/vdso32_wrapper.S' (113,251) at 20220525020652106 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-core.xml' (113,252) at 20210308005045817 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/Kconfig' (113,253) at 20210307214929958 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm2000.c' (113,254) at 20240405153053817 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pinctrl/pinconf.h' (113,255) at 20210307214931470 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/host_power_off.cpp' (113,256) at 20231027080010242 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/arizona-micsupp.h' (113,257) at 20210307214931494 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog@.service' (113,258) at 20210606000020268 2025-03-14 03:00:52.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/vfio-helpers.h' (113,259) at 20220429100100590 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/fcntl.h' (113,260) at 20210307214926166 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_5_0_d.h' (113,261) at 20210307214927690 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2-with-bison-exception' (113,262) at 20210307205554422 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch' (113,263) at 20210307205554538 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mux.c' (113,264) at 20240405153050965 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/meson.build' (113,265) at 20220913030027309 to deleted uid set 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/wmi/sbl-fw-update.c' (113,266) at 20220525020653911 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-rainier-4u.json' (113,267) at 20220302040019952 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/elog' (113,268) at 20210308005059705 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/platform.rst' (113,269) at 20240405153045261 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/davinci_cpdma.c' (113,270) at 20210309003651276 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/edac/apm-xgene-edac.txt' (113,271) at 20210307214925314 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb' (113,272) at 20241221090017512 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-stm32.c' (113,273) at 20240405153231375 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa78c.inc' (113,274) at 20240301090012451 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rio_cm_cdev.h' (113,275) at 20210307214931658 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-uritools/run-ptest' (113,276) at 20241221090017668 to deleted uid set 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/common_timing_params.h' (113,277) at 20210308005003572 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-skl.c' (113,278) at 20240405153232199 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kobject/kset-example.c' (113,279) at 20240405153053429 2025-03-14 03:00:52.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Kazlib' (113,280) at 20241221090017616 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/origen.h' (113,281) at 20210308005003608 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2571.dts' (113,282) at 20210307214926030 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/mcontext.h' (113,283) at 20210307214926754 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_shc.h' (113,284) at 20210308005003584 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/elf-em.h' (113,285) at 20240405153052913 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_tool.h' (113,286) at 20210307214928994 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/reset.c' (113,287) at 20210307214925670 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/feature.c' (113,288) at 20240405153230055 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-mic' (113,289) at 20240405153044917 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/timer_based_actions.cpp' (113,290) at 20240820080023686 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/devtmpfs.c' (113,291) at 20240405153046681 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aes_cmac.h' (113,292) at 20210307214931982 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/functions.sh' (113,293) at 20240405153232283 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1977.c' (113,294) at 20240405153232143 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video-fast-forward.rst' (113,295) at 20220525020654131 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/resource.h' (113,296) at 20240405153230415 2025-03-14 03:00:52.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/meson.build' (113,297) at 20240906080037588 to deleted uid set 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/iotrace.c' (113,298) at 20210308005003212 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/vapic.c' (113,299) at 20241211090212278 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ti-st/st_ll.c' (113,300) at 20210307214929178 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/static_call_types.h' (113,301) at 20220525020655115 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb' (113,302) at 20241221090017560 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/rk_spi.c' (113,303) at 20210308005003492 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/da903x_bl.c' (113,304) at 20210309003653296 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/dynapro.c' (113,305) at 20210307214928502 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/README.mx6qsabrelite' (113,306) at 20210308005002924 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5682s.h' (113,307) at 20240405153232159 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/0001-configure.ac-don-t-require-eglmesaext.h.patch' (113,308) at 20210608000015791 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch' (113,309) at 20230706080014733 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/lsm-development.rst' (113,310) at 20240405153045257 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-p4note-n8010.dts' (113,311) at 20240405153045569 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/stm32f2xx_usart.c' (113,312) at 20241211090212262 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_cc.h' (113,313) at 20210308004938816 2025-03-14 03:00:52.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/pmbus_error_tests.cpp' (113,314) at 20210318000037904 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/live-vm-common.bbclass' (113,315) at 20240124090012258 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/head.S' (113,316) at 20210307214926110 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/file-item.h' (113,317) at 20240405153052285 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_nat.c' (113,318) at 20240405153053361 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_drv.h' (113,319) at 20240405153048413 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/fcntl.h' (113,320) at 20210307214926066 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Cadiz' (113,321) at 20210307205553766 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_mini_emmc1_defconfig' (113,322) at 20210308005003284 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_encap_actions.c' (113,323) at 20240405153231051 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/ravb_main.c' (113,324) at 20241104090011583 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_args.cpp' (113,325) at 20240904080027106 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-only' (113,326) at 20211006000025234 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/adc-keys.c' (113,327) at 20220525020653175 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ci_smc.c' (113,328) at 20210307214927994 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/ioremap64.c' (113,329) at 20210307214926278 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/debug.rst' (113,330) at 20220525020651734 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-scu.c' (113,331) at 20240405153051313 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/bitops.h' (113,332) at 20210308005002816 2025-03-14 03:00:52.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/timer.c' (113,333) at 20240405153045977 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof_47.2.bb' (113,334) at 20241221090017488 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/fpu_denormal.c' (113,335) at 20210309003656012 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/marvell,pxa300-gcu.txt' (113,336) at 20210307214925302 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/spu_info.h' (113,337) at 20210307214926398 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of_access.h' (113,338) at 20210308005003628 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-alsa-pcm.h' (113,339) at 20210307214928698 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/highbank_mc_edac.c' (113,340) at 20240405153230291 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pci/pcitest.c' (113,341) at 20220525020655127 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dvfs/performance-domain.yaml' (113,342) at 20240405153045057 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/translate-all.h' (113,343) at 20240906080037328 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc-linux-user.mak' (113,344) at 20221215040039066 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/memattr.c' (113,345) at 20240405153047045 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Resource.v1_20_0.json' (113,346) at 20240918080002724 to deleted uid set 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ethtool-pause.sh' (113,347) at 20220525020655207 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec.h' (113,348) at 20210308005002756 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/x25.rst' (113,349) at 20220525020651750 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/Makefile' (113,350) at 20210308005003048 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/credential_pipe.hpp' (113,351) at 20240428080003314 to deleted uid set 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/g450_pll.h' (113,352) at 20210307214930914 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/devlink_lib.sh' (113,353) at 20240805080014075 2025-03-14 03:00:52.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/3945-debug.c' (113,354) at 20210307214929826 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h' (113,355) at 20240405153231023 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/meta/file_io.h' (113,356) at 20240918080010476 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/hp_sdc_rtc.c' (113,357) at 20240405153049141 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/skeleton.dtsi' (113,358) at 20210307214925666 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hotplug_irq.c' (113,359) at 20240405153230559 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/Kconfig' (113,360) at 20241011080017331 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/Makefile' (113,361) at 20210308005003012 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/sgetem.S' (113,362) at 20210307214926146 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/ap_queue.c' (113,363) at 20240405153231379 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/sam_secure.c' (113,364) at 20240405153045637 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/elfcore-compat.h' (113,365) at 20220525020652146 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/console_rotate.c' (113,366) at 20210308005003524 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/COPYING.MIT' (113,367) at 20210307205554494 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma0_qm_masks.h' (113,368) at 20240405153046573 2025-03-14 03:00:52.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_dictionary_manager.cpp' (113,369) at 20240821080001891 to deleted uid set 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/apple/mca.c' (113,370) at 20240405153053553 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/tut.dot' (113,371) at 20210308005046489 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt' (113,372) at 20210307214925386 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-sid.h' (113,373) at 20210308005046017 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_connect_v4_prog.c' (113,374) at 20210309003655984 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/entrypoints/entrypoints.bpf.c' (113,375) at 20240405153048813 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/sdsi/sdsi.sh' (113,376) at 20240405153054301 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c' (113,377) at 20220525020652502 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_mmc.c' (113,378) at 20210308005003372 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/versaclock.h' (113,379) at 20240405153052649 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h' (113,380) at 20210309003652076 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/close_range.h' (113,381) at 20220525020654667 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/0003-Adapt-check_cxx_compiler_flag-to-cmake-3.0.2.patch' (113,382) at 20240413080012655 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-dma.h' (113,383) at 20210308005046029 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_serdev.c' (113,384) at 20240613080016383 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Tamworth' (113,385) at 20210307205553766 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/i915_gsc_proxy_mei_interface.h' (113,386) at 20240405153052637 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch' (113,387) at 20241221090017504 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/st,stmpe-pwm.txt' (113,388) at 20210307214925406 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pcie-dw-rockchip.c' (113,389) at 20240805080013995 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/madvise.h' (113,390) at 20220429100100586 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/ma35d1_serial.c' (113,391) at 20240719080013357 2025-03-14 03:00:52.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/MAINTAINERS' (113,392) at 20210308005002940 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c' (113,393) at 20240405153047205 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_state_manager.cpp' (113,394) at 20241211090206662 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/include/mach/sys_proto.h' (113,395) at 20210308005002796 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_network_settings.robot' (113,396) at 20210308005007104 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_syscntl.h' (113,397) at 20210308005002664 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/sc_sps_1.c' (113,398) at 20210308005003048 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.14.bb' (113,399) at 20231126090012805 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache/run-ptest' (113,400) at 20241221090017560 to deleted uid set 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-i801.c' (113,401) at 20241018080014486 to deleted uid set 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bcm2835.c' (113,402) at 20240405153231459 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch' (113,403) at 20241221090017672 2025-03-14 03:00:52.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/uart.h' (113,404) at 20210308005002804 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct6775-core.c' (113,405) at 20241211090145433 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/meson_nand.c' (113,406) at 20240405153230871 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/kfifo_buf.c' (113,407) at 20240405153048969 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/bridge/analogix/anx7625.c' (113,408) at 20241211090145413 to deleted uid set 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/__init__.py' (113,409) at 20210308005048029 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-class-typec' (113,410) at 20210307214925182 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_vlan.sh' (113,411) at 20240405153054341 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/demangle-rust.c' (113,412) at 20210307214932590 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_workarounds_types.h' (113,413) at 20240405153048501 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h' (113,414) at 20240405153049953 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-kernel/linux/linux-aspeed_%.bbappend' (113,415) at 20240110090012776 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/reinit_devtree.cpp' (113,416) at 20240820080019934 2025-03-14 03:00:52.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-ufs.c' (113,417) at 20240405153231311 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/map.c' (113,418) at 20240405153054197 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/Kconfig' (113,419) at 20210307214929914 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi' (113,420) at 20240405153045785 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/267' (113,421) at 20210927100127501 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/debug_helper.c' (113,422) at 20240906080037456 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/dbus-avoid-strange-chars-from-the-build-dir.patch' (113,423) at 20230706080014741 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mp5416.c' (113,424) at 20240405153231363 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/Kconfig' (113,425) at 20210307214929778 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1040qds.dts' (113,426) at 20210307214926354 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-dreamcast/mach/maple.h' (113,427) at 20210307214926558 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8-ca35.dtsi' (113,428) at 20210308005002580 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt' (113,429) at 20210307214925338 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/syscalltbl.c' (113,430) at 20240405153054205 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.hwmontempsensor.service' (113,431) at 20210706231659769 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/gpio.h' (113,432) at 20210308005002660 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/293' (113,433) at 20210927100127501 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/apds9802als.c' (113,434) at 20240405153049625 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/block.c' (113,435) at 20240405153049713 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-fsl.h' (113,436) at 20210307214930822 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-settings-manager.bbclass' (113,437) at 20210307205554058 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_utils.h' (113,438) at 20240405153046953 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/makefile-add-ldflags.patch' (113,439) at 20210307205553838 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.yaml' (113,440) at 20240405153229755 2025-03-14 03:00:52.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx-ddr.h' (113,441) at 20210308005002648 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/lan91c96.c' (113,442) at 20210308005003436 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/disabled-features.h' (113,443) at 20240405153054033 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/string_utils.hpp' (113,444) at 20230523080037938 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/Makefile' (113,445) at 20240405153049125 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/spitz.h' (113,446) at 20240405153045681 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt7621-pinctrl.yaml' (113,447) at 20240405153045133 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/fsl-imx-dma.txt' (113,448) at 20240405153045053 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip28-berr.c' (113,449) at 20240405153046053 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c' (113,450) at 20240624080012792 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c' (113,451) at 20240405153050493 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.15-fix-provider-debugging.patch' (113,452) at 20230706080014749 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/files/board-type-checker-fpb' (113,453) at 20230211040012635 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs3_fs.h' (113,454) at 20240405153052417 2025-03-14 03:00:52.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/af_unix.h' (113,455) at 20240503080014502 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_dp.h' (113,456) at 20240405153052625 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/funcmux.c' (113,457) at 20210308005002788 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_property.h' (113,458) at 20240906080037336 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/handler.cpp' (113,459) at 20240904080048575 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb' (113,460) at 20241221090017576 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/str_error.h' (113,461) at 20210307214932490 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm011-x16.dts' (113,462) at 20210308005002632 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pdu001.h' (113,463) at 20210308005003608 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-wifi.dtsi' (113,464) at 20240405153045529 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/hash_large_key.c' (113,465) at 20220525020655191 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/index.scss' (113,466) at 20210308005107077 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd129x.dtsi' (113,467) at 20210307214926038 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-sb16-test.c' (113,468) at 20221215040039370 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_debugfs.h' (113,469) at 20220525020653811 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/max16064.c' (113,470) at 20240405153048869 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/Makefile' (113,471) at 20240405153046949 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/arm_mhu_db.c' (113,472) at 20240405153230759 2025-03-14 03:00:52.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/alpha/mm/fault.c' (113,473) at 20240405153045357 to deleted uid set 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/locales/ru-RU.json' (113,474) at 20241023080037275 to deleted uid set 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/irqroute.asl' (113,475) at 20210308005002876 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ymfpci/ymfpci.h' (113,476) at 20240405153053541 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-serial.h' (113,477) at 20210308005045997 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/.gitignore' (113,478) at 20210307214932174 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/features.rst' (113,479) at 20240405153229743 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl.c' (113,480) at 20240405153047057 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf' (113,481) at 20210307205554482 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-sharp.c' (113,482) at 20210307214928774 2025-03-14 03:00:52.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/Makefile' (113,483) at 20210308005003716 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/images/core-image-weston.bb' (113,484) at 20210629000017508 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/btext.c' (113,485) at 20210309003648984 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/xtensa-modules.c.inc' (113,486) at 20210308005046369 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/vermagic.h' (113,487) at 20210307214925858 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/Kconfig' (113,488) at 20240405153053381 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/Kconfig' (113,489) at 20210308005002772 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-reset.h' (113,490) at 20210307214926958 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/ipset_7.22.bb' (113,491) at 20241221090017496 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/0001-__progname-is-provided-by-libc.patch' (113,492) at 20230706080014737 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_overlay.c' (113,493) at 20240405153048569 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_selftest.c' (113,494) at 20240405153053073 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/cache-v7.S' (113,495) at 20240405153045693 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/bswapdi2.S' (113,496) at 20240405153046513 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana.c' (113,497) at 20210308005003000 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/ipvs.sh' (113,498) at 20210307214932698 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/expire.c' (113,499) at 20240405153052273 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/amigaints.h' (113,500) at 20210307214926158 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0005-mDNSCore-Fix-broken-debug-parameter.patch' (113,501) at 20241206090014242 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-mlxreg.c' (113,502) at 20241125090012243 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/safesetid/safesetid-test.sh' (113,503) at 20210307214932722 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160-ac97.c' (113,504) at 20210307214928850 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pgm-specification.mak' (113,505) at 20240326080039746 2025-03-14 03:00:52.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/persistent-net-name/85-persistent-net.rules' (113,506) at 20240715080020841 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CertificateService_v1.xml' (113,507) at 20240619080002920 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_nand_defconfig' (113,508) at 20210308005003280 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/StorageController/meson.build' (113,509) at 20230825080021141 to deleted uid set 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/device.c' (113,510) at 20240405153230159 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/sleep-s3c64xx.S' (113,511) at 20240405153045689 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-q8-tablet.dts' (113,512) at 20240405153045389 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/CMakeLists.txt' (113,513) at 20210308005114857 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a779a0-cpg-mssr.h' (113,514) at 20210309003653812 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/stm32-dmamux.c' (113,515) at 20240405153230287 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lcd_console.h' (113,516) at 20210308005003656 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/humidity/ti,hdc2010.yaml' (113,517) at 20240405153229767 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/ipset/ip_set.h' (113,518) at 20240405153231831 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_da7219_max98373.c' (113,519) at 20240405153232183 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/crypto_helper.c' (113,520) at 20240326080039702 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/tape.h' (113,521) at 20220525020653963 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue' (113,522) at 20241004080035963 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/user_events.rst' (113,523) at 20240405153229831 2025-03-14 03:00:52.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ssd1306.c' (113,524) at 20210307214930506 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/configs/i386_defconfig' (113,525) at 20240405153046337 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g054l1.dtsi' (113,526) at 20240405153045809 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/pl031.c' (113,527) at 20240906080037288 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt' (113,528) at 20241221090017628 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch' (113,529) at 20230813080012900 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-sabrelite-machine.c' (113,530) at 20221215040039374 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/semtech,sx9500.yaml' (113,531) at 20220525020651682 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/data.c' (113,532) at 20241211090145513 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps6594-core.c' (113,533) at 20240405153230839 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm6115.c' (113,534) at 20240405153230223 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tpm_eventlog.h' (113,535) at 20240405153052809 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/0002-Makefile-add-possibility-to-disable-NEON-extension.patch' (113,536) at 20230919080013954 to deleted uid set 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/rv515' (113,537) at 20210307214928018 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul2l.dtsi' (113,538) at 20240405153045525 2025-03-14 03:00:52.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/lan9662-otpc.c' (113,539) at 20240405153051205 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_srab.c' (113,540) at 20240405153049749 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace32.c' (113,541) at 20220525020652050 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb.h' (113,542) at 20240906080037340 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-ficus.dts' (113,543) at 20210308005002608 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-galaxy-s3.dtsi' (113,544) at 20240405153045565 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/s6sy761.c' (113,545) at 20240405153049161 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/single_cpdo.c' (113,546) at 20210307214925978 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/rx.c' (113,547) at 20240405153050541 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/rockchip,rk3399-dwc3.yaml' (113,548) at 20240405153045181 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/pipeline.json' (113,549) at 20240405153054153 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/venc_h264_if.c' (113,550) at 20240712080021069 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha256_s390.c' (113,551) at 20240405153046273 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/memcpy-archs-unaligned.S' (113,552) at 20210307214925674 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/059.out' (113,553) at 20240326080039726 2025-03-14 03:00:52.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/qcow2.py' (113,554) at 20210308005046473 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/compat.c' (113,555) at 20210309003654552 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/query-dvb-frontend-info.rst' (113,556) at 20210309003648480 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/Makefile' (113,557) at 20240405153050489 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pengwyn.h' (113,558) at 20210308005003608 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvangen' (113,559) at 20210307205553778 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_ksz.c' (113,560) at 20240405153053233 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/40x/acadia_defconfig' (113,561) at 20210307214926366 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ad525x_dpot-spi.c' (113,562) at 20240405153049625 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sodaville.c' (113,563) at 20220525020652442 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-ilitek-ili9341.c' (113,564) at 20240520080015151 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/counts.h' (113,565) at 20240405153054185 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic-its.c' (113,566) at 20241211090145377 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts' (113,567) at 20240405153045709 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp100.c' (113,568) at 20240405153048645 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/classes/kernel_wireless_regdb.bbclass' (113,569) at 20230131040012027 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-10' (113,570) at 20230114040005626 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/switches/idtcps.c' (113,571) at 20210307214930182 2025-03-14 03:00:52.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8916-samsung-e7.dts' (113,572) at 20240405153045545 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_snp.c' (113,573) at 20210308005003704 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe.c' (113,574) at 20240405153230807 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/spl_titanium.c' (113,575) at 20210308005002920 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/matrix-keymap.c' (113,576) at 20210307214928478 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/parse-branch-options.c' (113,577) at 20240405153054201 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/emu/nfcon.c' (113,578) at 20240405153230003 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb' (113,579) at 20230401080011975 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/Makefile' (113,580) at 20240405153053553 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_uc.h' (113,581) at 20240405153048513 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-rng.rst' (113,582) at 20210307214925266 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/i915_scheduler.rst' (113,583) at 20240405153229819 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardirq.h' (113,584) at 20220525020651878 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml' (113,585) at 20240405153045041 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tty.h' (113,586) at 20240405153231843 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Karancs-Nagy-Hideg-hegy-Balassagyarmat-Godollo-Salgotarjan-Vac' (113,587) at 20210307205553774 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/cpu.c' (113,588) at 20210308005002544 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_perf_link.c' (113,589) at 20220525020655199 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/x509-utils.h' (113,590) at 20241211090212354 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/acpi-bits.rst' (113,591) at 20241211090212234 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/pkvm.c' (113,592) at 20240405153229987 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/tbxfload.c' (113,593) at 20240405153046625 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/spi-nand.txt' (113,594) at 20210308005003304 2025-03-14 03:00:52.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/rockchip.h' (113,595) at 20210308005003640 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone-c89.patch' (113,596) at 20241206090014246 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pmic8xxx-pwrkey.c' (113,597) at 20240405153230727 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/platform_support.h' (113,598) at 20210307214930546 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-newlib.inc' (113,599) at 20241206090014302 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch' (113,600) at 20230706080014765 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/devicetree/bindings/trivial-devices.yaml' (113,601) at 20240826080012307 to deleted uid set 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/info.h' (113,602) at 20210307214932046 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/parallel-isa.h' (113,603) at 20240906080037332 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/mlme.c' (113,604) at 20240405153053405 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/grph_object_defs.h' (113,605) at 20240405153047301 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lp50xx.yaml' (113,606) at 20240405153045089 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/hidma.h' (113,607) at 20210307214927138 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_exar.c' (113,608) at 20240628080014005 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/fpu.S' (113,609) at 20240405153046173 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst' (113,610) at 20220525020651782 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-xinpeng-xpp055c272.c' (113,611) at 20240405153048697 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw.bb' (113,612) at 20241206090014274 2025-03-14 03:00:52.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/Makefile' (113,613) at 20240405153049109 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/tp_meter.c' (113,614) at 20240405153053177 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/signal.c' (113,615) at 20241211090145545 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-ipmi-oem/LICENSE' (113,616) at 20210308005115541 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c' (113,617) at 20240813080021926 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts' (113,618) at 20240405153229919 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c' (113,619) at 20240405153048797 to deleted uid set 2025-03-14 03:00:52.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/isl68137.rst' (113,620) at 20210307214925502 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_spc.c' (113,621) at 20240405153051965 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt' (113,622) at 20240405153229767 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_arcnet.h' (113,623) at 20240405153052921 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8997-regulator.c' (113,624) at 20240405153051469 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vgaarb.h' (113,625) at 20240405153231847 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch' (113,626) at 20240309090012820 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb' (113,627) at 20241221090017504 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.12.bb' (113,628) at 20231126090012781 to deleted uid set 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/mlx5-abi.h' (113,629) at 20221102030020937 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewDumps.vue' (113,630) at 20241004080035967 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm018-dc4/psu_init_gpl.c' (113,631) at 20210308005003200 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/table.h' (113,632) at 20210307214929938 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_owner.c' (113,633) at 20240405153231975 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/updater.hpp' (113,634) at 20241114091025397 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/expand-cgroup.c' (113,635) at 20240405153054165 2025-03-14 03:00:52.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/udc/udc-uclass.c' (113,636) at 20210308005003512 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/tw68-video.c' (113,637) at 20240405153049381 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/pmu-scan.c' (113,638) at 20240405153232223 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cdx/cdx_bus.h' (113,639) at 20240405153052669 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pl320-ipc.h' (113,640) at 20210307214931470 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_common.c' (113,641) at 20240906080037304 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-iocost.c' (113,642) at 20241220090018306 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (113,643) at 20241220090019718 to deleted uid set 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_sh_mask.h' (113,644) at 20240405153047765 2025-03-14 03:00:52.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/qcom-ssc-block-bus.c' (113,645) at 20240405153046737 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/README' (113,646) at 20210308005002540 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/time.c' (113,647) at 20240405153045929 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/gen-hyprel.c' (113,648) at 20220525020651958 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-rzg2l-usbphy-ctrl.c' (113,649) at 20220525020653943 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid-host/cmd.hpp' (113,650) at 20230513080027502 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/msi.h' (113,651) at 20240405153046389 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_state.h' (113,652) at 20240405153046709 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/perfmon_itanium.h' (113,653) at 20220525020651978 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/hmc5843_i2c.c' (113,654) at 20240405153049005 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic94xx/aic94xx_reg.h' (113,655) at 20210307214930278 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/fpu-probe.c' (113,656) at 20210309003648840 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/sun4i-gpadc-iio.c' (113,657) at 20240405153230691 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SimpleStorage.v1_3_2.json' (113,658) at 20240619080002956 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/mctp-demux.c' (113,659) at 20240901080013973 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/exec.c' (113,660) at 20240906080037368 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-tcon-top.h' (113,661) at 20210307214931334 2025-03-14 03:00:52.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8731.c' (113,662) at 20240405153232167 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rbd.c' (113,663) at 20240805080013939 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mes_v11_0.h' (113,664) at 20240405153047149 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/marvell,mmp2.h' (113,665) at 20210307214931346 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LAL-1.3' (113,666) at 20211006000025238 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl-logger.c' (113,667) at 20221215040039102 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria_gfni_avx512_glue.c' (113,668) at 20240405153046361 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl724.c' (113,669) at 20240405153046901 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mc146818rtc_64.h' (113,670) at 20210307214926582 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___err_non_array.c' (113,671) at 20210307214932642 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-707-53.0W' (113,672) at 20210307205553762 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/auth.h' (113,673) at 20210308004938836 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/Makefile' (113,674) at 20240405153049741 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5e.conf' (113,675) at 20210307205554086 2025-03-14 03:00:52.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/Ldap.vue' (113,676) at 20241004080035971 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_sienna_cichlid.h' (113,677) at 20240405153048349 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/gengvec.c' (113,678) at 20241211090212474 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/prom.c' (113,679) at 20241211090145381 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/imximage.cfg' (113,680) at 20210308005002920 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mp.h' (113,681) at 20210308005002880 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/brcmstb/pm/pm-mips.c' (113,682) at 20240405153051757 2025-03-14 03:00:52.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_jhash.h' (113,683) at 20210307214932646 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-pxp.h' (113,684) at 20240405153049425 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ah6.c' (113,685) at 20240405153053269 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/fb.h' (113,686) at 20210308005003656 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/versatile/icst.h' (113,687) at 20210309003649264 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/cpu_loop.c' (113,688) at 20210308005046085 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx23evk.h' (113,689) at 20210308005003604 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seg6_genl.h' (113,690) at 20210307214931506 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/checksum.h' (113,691) at 20210309003648820 2025-03-14 03:00:52.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.1.rst' (113,692) at 20230610080017611 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/aes_s390.c' (113,693) at 20240405153230075 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/replay.c' (113,694) at 20240405153052549 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/Makefile' (113,695) at 20240405153231511 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/renesas_tmr.h' (113,696) at 20210308005046033 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_hx8340bn.c' (113,697) at 20210307214930506 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/uw-imap-fix-incompatible-pointer-types.patch' (113,698) at 20241206090014250 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_endian.c' (113,699) at 20240405153054249 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/0003-vexpress64-Imply-CONFIG_ARM64_CRC32-by-default.patch' (113,700) at 20240113090014528 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_4_regs.h' (113,701) at 20240405153046601 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/queue.c' (113,702) at 20241211090212394 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/operstates.rst' (113,703) at 20220525020651750 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/0001-Use-toolchain-from-environment-variables.patch' (113,704) at 20210307205553882 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_lvds_regs.h' (113,705) at 20240405153048745 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/qedr_roce_cm.h' (113,706) at 20220525020653155 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/st_logo_data.h' (113,707) at 20210308005003684 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/maple/time.c' (113,708) at 20240405153046209 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/Makefile' (113,709) at 20210308005002548 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/fru_area.cpp' (113,710) at 20240817080009164 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/Kconfig' (113,711) at 20240405153046873 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CompositionReservationCollection_v1.xml' (113,712) at 20240619080002920 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1395-lionskin.dts' (113,713) at 20210307214926038 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/socionext,uniphier-glue-reset.yaml' (113,714) at 20240405153045149 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-xramc.h' (113,715) at 20210927100127237 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/system_manager_gen5.c' (113,716) at 20210308005002780 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-cp2615.c' (113,717) at 20220525020653071 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-nvidia.c' (113,718) at 20241114091008832 2025-03-14 03:00:52.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/qom-parent-type.cocci' (113,719) at 20210308005046237 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-madera.c' (113,720) at 20240405153230751 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb.h' (113,721) at 20240405153231843 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/kw88f6281.h' (113,722) at 20210308005002732 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan_%.bbappend' (113,723) at 20241226090016127 to deleted uid set 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Panel_VINI.json' (113,724) at 20221213040036921 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/dtv-net.rst' (113,725) at 20210307214925466 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/check-integrity.c' (113,726) at 20240405153052277 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/page_types.h' (113,727) at 20240405153046389 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg_2.5.2.bb' (113,728) at 20241221090017696 to deleted uid set 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/reconfig-net-interface' (113,729) at 20240530080011873 2025-03-14 03:00:52.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/notify.c' (113,730) at 20220525020652426 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musb_core.h' (113,731) at 20240405153052121 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi/run-ptest' (113,732) at 20241221090017668 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/rockchip,rk3328-grf-gpio.yaml' (113,733) at 20220525020651674 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/file.c' (113,734) at 20240405153231539 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ar9331.txt' (113,735) at 20240405153045117 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb' (113,736) at 20241221090017568 to deleted uid set 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_hwss.h' (113,737) at 20240405153047301 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/proc.c' (113,738) at 20240405153232039 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi' (113,739) at 20220525020651922 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/test.c' (113,740) at 20210307214932738 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/adi/axi-i2s.c' (113,741) at 20240405153232139 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.h' (113,742) at 20240405153050177 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-ce-ccm-glue.c' (113,743) at 20240405153045845 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml' (113,744) at 20240405153045073 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signal-stack.c' (113,745) at 20220525020655227 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb' (113,746) at 20241206090014342 to deleted uid set 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/0002-Add-package-configuration-files.patch' (113,747) at 20241206090014258 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_NAND_defconfig' (113,748) at 20210308005003232 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hugetlb_inline.h' (113,749) at 20210307214931394 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/mcp77.c' (113,750) at 20220525020652967 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-sdcard-test.c' (113,751) at 20221215040039370 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/Kconfig' (113,752) at 20240405153049545 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/armcoremodule.h' (113,753) at 20210308005003560 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml' (113,754) at 20240405153045029 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-during-backup' (113,755) at 20240326080039734 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/file-size.sh' (113,756) at 20210307214932146 2025-03-14 03:00:52.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/phosphor-hwmon-io-uring.md' (113,757) at 20221209040006391 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-harmony.dts' (113,758) at 20240405153229879 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/virtual-media.md' (113,759) at 20221209040006395 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/systemctl' (113,760) at 20240302090018230 to deleted uid set 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/MAINTAINERS' (113,761) at 20210308005002976 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf' (113,762) at 20231114090012542 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a774e1-cpg-mssr.c' (113,763) at 20240405153230235 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/spl.c' (113,764) at 20210308005002992 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-hydra.dts' (113,765) at 20240405153045501 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-rc32434.c' (113,766) at 20240628080013977 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/snmp.h' (113,767) at 20240405153231879 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/.gitignore' (113,768) at 20210307214926122 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/skl_rt286.c' (113,769) at 20240613080016547 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-npcm7xx.c' (113,770) at 20240405153046877 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi' (113,771) at 20210307214926342 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_skbmod.h' (113,772) at 20210307214931578 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cmpxchg-xchg.h' (113,773) at 20210307214926550 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/clk/clk_10_0_2_sh_mask.h' (113,774) at 20210307214927346 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_kbd_led_backlight.c' (113,775) at 20240405153051385 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/visit.py' (113,776) at 20240906080037444 2025-03-14 03:00:52.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/spl.c' (113,777) at 20210308005003000 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5665.c' (113,778) at 20240405153232159 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/generate-allowlist.py' (113,779) at 20221209040010163 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/da7218.h' (113,780) at 20210307214931594 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/sdbusplus.wrap' (113,781) at 20220323030036807 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_mass_storage.c' (113,782) at 20240405153231547 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/ftrace.h' (113,783) at 20240405153046505 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-aes.c' (113,784) at 20230925080040097 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/memory.h' (113,785) at 20240405153048621 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS5.conf' (113,786) at 20240529080017843 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/hardirq.h' (113,787) at 20220525020652022 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/README' (113,788) at 20210307214926730 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/watchdog_buddy.c' (113,789) at 20240405153053077 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/task_local_storage_helpers.h' (113,790) at 20240405153054285 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aes_gmac.c' (113,791) at 20210416100025538 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Inventory/meson.build' (113,792) at 20220913030027321 to deleted uid set 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/common.c' (113,793) at 20210308005002728 2025-03-14 03:00:52.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/.gitignore' (113,794) at 20210308005003724 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/balloon.h' (113,795) at 20240405153052957 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/Kconfig' (113,796) at 20240405153048569 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/management-style.rst' (113,797) at 20240405153045301 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-seagate-nas-xbay.dtsi' (113,798) at 20240405153229871 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pil.h' (113,799) at 20210307214926582 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/mmap.c' (113,800) at 20210308005046397 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-bd71828.c' (113,801) at 20240405153047073 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-wpcm-fiu.c' (113,802) at 20240405153231467 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/Kbuild' (113,803) at 20210307214927966 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.h' (113,804) at 20210307214927306 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0006-game-Makefile-install-sample-png-files.patch' (113,805) at 20230211040012643 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h' (113,806) at 20210307214929322 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm6328-clock.h' (113,807) at 20210309003653812 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig' (113,808) at 20210308005003264 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/options.pptp' (113,809) at 20210307205553834 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tesla.yaml' (113,810) at 20240405153045017 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-tegra.h' (113,811) at 20210308005003640 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/control.c' (113,812) at 20240913080013865 2025-03-14 03:00:52.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/run-ptest' (113,813) at 20240301090012431 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/sun4i-lradc-keys.c' (113,814) at 20240405153230727 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/st,stih407-picophyreset.yaml' (113,815) at 20240405153045149 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/ras.rst' (113,816) at 20240405153045213 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx24120.c' (113,817) at 20240405153049281 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/mod.c' (113,818) at 20240405153052129 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/standby.S' (113,819) at 20240405153045681 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/chelsio/cxgb.rst' (113,820) at 20210309003648444 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/Makefile' (113,821) at 20240405153051269 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/clearstate_gfx11.h' (113,822) at 20240405153047129 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apm/apm-merlin.dts' (113,823) at 20240405153045717 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/stable-kernel-rules.rst' (113,824) at 20240405153045277 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-omap.c' (113,825) at 20210308005003512 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/kc705_nommu.dts' (113,826) at 20210308005002884 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_gtt.h' (113,827) at 20240405153048549 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_sticky_fdb.sh' (113,828) at 20210307214932686 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_47.1.bb' (113,829) at 20241221090017680 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cpu-freq/core.rst' (113,830) at 20240405153045005 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count' (113,831) at 20240906080037556 to deleted uid set 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/goto.c' (113,832) at 20240405153050105 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.yaml' (113,833) at 20240405153045185 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml' (113,834) at 20240405153045101 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/board.c' (113,835) at 20210308005002956 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mt_ventoux.h' (113,836) at 20210308005003604 2025-03-14 03:00:52.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mc146818rtc.h' (113,837) at 20210307214926226 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/queue_private.h' (113,838) at 20210307214930546 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/Makefile' (113,839) at 20210308005003408 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm_1.31.bb' (113,840) at 20230610080017603 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/clients/Makefile' (113,841) at 20210307214928110 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-of-dev.h' (113,842) at 20240405153054005 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/README.kmeter1' (113,843) at 20210308005003012 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/fsyscall_gtod_data.h' (113,844) at 20210307214926122 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/hi6421-pmic-core.c' (113,845) at 20240405153230835 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-fsf.c' (113,846) at 20230426080043928 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pat/Makefile' (113,847) at 20210307214926738 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ConnectionMethod_v1.xml' (113,848) at 20240619080002920 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/allwinner-sun8i-emac.h' (113,849) at 20221215040039182 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/linux_boot_done.hpp' (113,850) at 20230713080008188 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/cxl_port_test.c' (113,851) at 20240405153054221 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_sl.c' (113,852) at 20210307214929654 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-corsair.c' (113,853) at 20220525020653039 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pe.h' (113,854) at 20210308005003680 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/ldst.idef' (113,855) at 20230925080040021 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm953012hr.dts' (113,856) at 20240405153045429 2025-03-14 03:00:52.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/po/pt.po' (113,857) at 20210307214932618 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/adm9240.c' (113,858) at 20240405153048841 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mmc_env.c' (113,859) at 20210308005002728 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/ubd_kern.c' (113,860) at 20241211090145389 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/failed-syscalls-by-pid.py' (113,861) at 20210307214932570 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/mpc85xx_mds.c' (113,862) at 20240405153230051 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/util.c' (113,863) at 20240405153054213 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/intel-m10-bmc-hwmon.c' (113,864) at 20241018080014486 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/checkalllitmus.sh' (113,865) at 20240405153054069 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega20_ih.h' (113,866) at 20220525020652482 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/exit.c' (113,867) at 20240712080021093 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig' (113,868) at 20210308005003240 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/config.h' (113,869) at 20240405153045961 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/min_addr.c' (113,870) at 20210307214932174 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_verbs.c' (113,871) at 20240405153230723 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/TODO' (113,872) at 20210307214930602 2025-03-14 03:00:52.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zil.h' (113,873) at 20210308005003696 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/ssl_key_handler.hpp' (113,874) at 20240731080002486 to deleted uid set 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_cpu.h' (113,875) at 20240906080037360 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/Kconfig' (113,876) at 20210307214929298 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qlist.c' (113,877) at 20210927100127641 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/Kconfig' (113,878) at 20210307214932426 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi' (113,879) at 20240628080013977 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/darla20.c' (113,880) at 20210307214932242 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/Makefile' (113,881) at 20210307214931118 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/gdbstub.h' (113,882) at 20240906080037324 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq27xxx_battery_i2c.c' (113,883) at 20240405153231355 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/trace.h' (113,884) at 20220429100100406 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/gateworks.bmp' (113,885) at 20210308005003768 to deleted uid set 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Host@.service' (113,886) at 20230215040018435 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun50i-h6-usb3-phy.yaml' (113,887) at 20240405153045125 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/odroid-c2_defconfig' (113,888) at 20210308005003272 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/platsmp-apmu.c' (113,889) at 20240405153045689 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/Makefile' (113,890) at 20210307214931230 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/mpc512x_lpbfifo.c' (113,891) at 20240405153230051 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/setup.c' (113,892) at 20240411080014058 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp_private.h' (113,893) at 20210307214930542 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/ati-agp.c' (113,894) at 20240405153046741 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/Kconfig' (113,895) at 20240405153231707 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml' (113,896) at 20240405153045053 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MS-PL' (113,897) at 20210307205554422 2025-03-14 03:00:52.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-func.rst' (113,898) at 20240405153045313 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h' (113,899) at 20240405153050109 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/clients/nokia-modem.c' (113,900) at 20240405153048829 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/Makefile' (113,901) at 20210308005046529 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max77693.h' (113,902) at 20210307214931430 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/extended_user_data_test.cpp' (113,903) at 20210308005049141 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/kcmp_type.sh' (113,904) at 20240405153054173 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/smarty_4.5.5.bb' (113,905) at 20241221090017544 to deleted uid set 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_funcs1.c' (113,906) at 20240405153054269 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/core.h' (113,907) at 20240815080012891 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ixp4xx/ixp4xx-of.c' (113,908) at 20240405153045649 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/riscv/patch-acceptance.rst' (113,909) at 20220525020651774 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/efi.cfg' (113,910) at 20221120040010706 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/bootm.c' (113,911) at 20210308005002848 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipher-nettle.c.inc' (113,912) at 20241211090212226 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mailbox/pcc.c' (113,913) at 20240405153049229 to deleted uid set 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/Makefile' (113,914) at 20210309003654520 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch' (113,915) at 20230706080014761 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/fsl.yaml' (113,916) at 20240405153229755 2025-03-14 03:00:52.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/psci.yaml' (113,917) at 20240405153045017 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/tcm.rst' (113,918) at 20240405153229739 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/flash/openpower-software-manager_%.bbappend' (113,919) at 20230719080015371 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/bug.h' (113,920) at 20240405153054389 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml' (113,921) at 20240405153045093 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml' (113,922) at 20240405153045129 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/iio/qcom,spmi-adc7-pmr735b.h' (113,923) at 20240405153231799 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-support-card.dtsi' (113,924) at 20240405153045577 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/cpsw_switchdev.rst' (113,925) at 20240405153045237 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hub.fuc' (113,926) at 20210307214927938 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8195-afe-pcm.yaml' (113,927) at 20240405153229799 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/processor.h' (113,928) at 20210308005002828 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/terms.rst' (113,929) at 20240413080012679 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml' (113,930) at 20240405153229767 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov9640.h' (113,931) at 20220525020653263 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4-Clause' (113,932) at 20210307205554418 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/D-FSL-1.0' (113,933) at 20211006000025234 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-models.c' (113,934) at 20241211090212502 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/touchscreen_dmi.c' (113,935) at 20241011080017343 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/ubc.c' (113,936) at 20210307214926566 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/tcp.c' (113,937) at 20240405153052465 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-highbank/system.c' (113,938) at 20210307214925886 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.3.0.bb' (113,939) at 20241221090017488 to deleted uid set 2025-03-14 03:00:52.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/core/cec-pin-error-inj.c' (113,940) at 20220525020653235 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sve_helper.c' (113,941) at 20241121090029276 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/initscripts/files/mountall.sh' (113,942) at 20210307205554110 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/debug.h' (113,943) at 20210307214928078 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/simple-pm-bus.c' (113,944) at 20240405153230199 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/i915.rst' (113,945) at 20240405153229815 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts' (113,946) at 20240405153229915 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/json_utils.hpp' (113,947) at 20240502080024920 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c' (113,948) at 20240405153047157 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml' (113,949) at 20240405153045181 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AllowDeny_v1.xml' (113,950) at 20240619080002920 2025-03-14 03:00:52.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.1.bb' (113,951) at 20230401080011931 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd.c' (113,952) at 20210308005100993 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/use-emacs-native-tools-for-cross-compiling.patch' (113,953) at 20230919080013958 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/hihope-rzg2-ex-lvds.dtsi' (113,954) at 20240405153045801 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/param.h' (113,955) at 20210307214931614 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun9i.c' (113,956) at 20210308005002784 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/Makefile' (113,957) at 20240405153046057 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/display-timing.txt' (113,958) at 20210307214925306 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/Makefile' (113,959) at 20210308005003076 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/dynamic.c' (113,960) at 20240411080014118 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/xattr.c' (113,961) at 20240405153231655 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/server/connection.c' (113,962) at 20241115090012965 to deleted uid set 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.err' (113,963) at 20240906080037560 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedi_isadma.h' (113,964) at 20240405153052669 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_deps.h' (113,965) at 20240405153048525 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/252.out' (113,966) at 20240326080039730 2025-03-14 03:00:52.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4234.c' (113,967) at 20240405153053577 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hdaudio.h' (113,968) at 20240405153231863 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/checksum.h' (113,969) at 20210307214926550 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb' (113,970) at 20241221090017528 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ps3gpu.h' (113,971) at 20210307214926390 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/crypto/crc32-loongarch.c' (113,972) at 20240405153229995 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/clean-includes' (113,973) at 20240906080037440 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend' (113,974) at 20221014100013247 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drivers.rst' (113,975) at 20240405153045213 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/test_reboot_ras.robot' (113,976) at 20240628080017117 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/downloads.rst' (113,977) at 20241221090017592 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_target.hpp' (113,978) at 20220415030021137 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_gnttab.h' (113,979) at 20230426080043692 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_panel.h' (113,980) at 20240405153048597 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/alternative.c' (113,981) at 20240405153046285 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_i386_tuxrun.py' (113,982) at 20241211090212538 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mv_i2c.h' (113,983) at 20210308005003384 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/def.h' (113,984) at 20210307214929942 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/init.c' (113,985) at 20240405153229995 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Support-OpenSSL-1.1.patch' (113,986) at 20230317080013789 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/process_addrs.rst' (113,987) at 20240405153045229 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_extioi.c' (113,988) at 20241211090212286 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/thunderbolt/main.c' (113,989) at 20240405153050369 2025-03-14 03:00:52.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/stackglue.h' (113,990) at 20220525020654479 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/kyro/STG4000Reg.h' (113,991) at 20210307214930914 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_hevc.h' (113,992) at 20210307214930586 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/thread_info.h' (113,993) at 20240405153046505 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/s3c2410.c' (113,994) at 20240405153230875 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_device.h' (113,995) at 20210307214927782 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/dma/dma-sh.c' (113,996) at 20240405153046309 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (113,997) at 20210812000025262 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nfc/llc.h' (113,998) at 20210307214931570 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb' (113,999) at 20241221090017532 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-maveo-box.dts' (114,000) at 20240405153045529 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Brandenburg-Havel' (114,001) at 20210307205553758 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/disasm.c' (114,002) at 20240405153231895 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_bridge.c' (114,003) at 20240613080016403 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/law.c' (114,004) at 20210308005003000 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/lex_sys_types.patch' (114,005) at 20210307205553874 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau7118-hw.c' (114,006) at 20210307214932294 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,tas2781.yaml' (114,007) at 20240405153229799 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/adau17x1.h' (114,008) at 20210307214931470 2025-03-14 03:00:52.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-rqs.dts' (114,009) at 20210308005002584 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/hci_packet.h' (114,010) at 20240405153051813 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/tcp.c' (114,011) at 20240913080013813 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mxc_spi.c' (114,012) at 20210308005003492 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/MAINTAINERS' (114,013) at 20210308005003024 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c' (114,014) at 20221215040039374 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/ucc_fast.h' (114,015) at 20240405153052881 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/070_fill_no_size.dts' (114,016) at 20210308005003752 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_osf.c' (114,017) at 20240405153232063 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_internal.h' (114,018) at 20210308005003500 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-skov-revc-lt6.dts' (114,019) at 20240405153045505 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx25.h' (114,020) at 20240326080039534 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-spapr.c' (114,021) at 20210308005046477 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/fat.c' (114,022) at 20210308005003540 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max1118.c' (114,023) at 20240405153048957 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_generic.c' (114,024) at 20210307214927306 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/defs.h' (114,025) at 20210307214930538 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/failing_mtms_test.cpp' (114,026) at 20240820080027382 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-driver-dma-ioatdma' (114,027) at 20210309003648244 2025-03-14 03:00:52.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2400_input_system_public.h' (114,028) at 20210309003653020 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/173' (114,029) at 20220429100100910 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc_drv_base.h' (114,030) at 20240405153230803 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/bosch,bmi088.yaml' (114,031) at 20240405153045065 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.cpp' (114,032) at 20240817080031292 to deleted uid set 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/raspberrypi-power.h' (114,033) at 20210307214931346 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/regs-rtc.h' (114,034) at 20210308005002644 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_util.c' (114,035) at 20210308005003708 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/hostboot-pel-parsers_git.bb' (114,036) at 20230420080017593 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_bmc_file_mirroring.robot' (114,037) at 20210308005007124 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/setup.cfg' (114,038) at 20210308004923388 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/stack.c' (114,039) at 20210308005002816 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/clk-si5351.c' (114,040) at 20240405153230207 to deleted uid set 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/nicstarmac.copyright' (114,041) at 20210307214926886 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/hp-wmi-sensors.rst' (114,042) at 20240405153045217 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.yaml' (114,043) at 20240405153045137 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/stream.c' (114,044) at 20240812080017268 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_ipp.h' (114,045) at 20210309003649472 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/ll_temac_main.c' (114,046) at 20240405153231071 2025-03-14 03:00:52.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/lg/Makefile' (114,047) at 20210307214926022 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/tah.c' (114,048) at 20240405153230955 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/W3C-19980720' (114,049) at 20211006000025246 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/zram02.sh' (114,050) at 20220525020655235 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb' (114,051) at 20241221090017548 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bitops/__fls.h' (114,052) at 20210307214926314 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-jpeg.h' (114,053) at 20220525020654631 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/mac.h' (114,054) at 20210307214929734 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/Makefile' (114,055) at 20210307214932290 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/rxtx.h' (114,056) at 20220525020654195 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/imx_v4_v5_defconfig' (114,057) at 20240405153045613 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/starfive/reset-starfive-jh71x0.h' (114,058) at 20240405153051485 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/regulator/consumer.rst' (114,059) at 20240405153045245 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/mesh.c' (114,060) at 20240405153053405 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v13_0.h' (114,061) at 20220525020652478 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-clash-member.out' (114,062) at 20220429100100882 to deleted uid set 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/driver-misc.rst' (114,063) at 20240405153229815 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-host-reboot-attempts@.service' (114,064) at 20210308005055797 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa/Kconfig' (114,065) at 20240405153049913 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/stringify.h' (114,066) at 20210307214932474 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb' (114,067) at 20231126090012777 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init' (114,068) at 20210307205554034 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/platform_message_registry.hpp' (114,069) at 20241211090002379 to deleted uid set 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-tobiduo.dts' (114,070) at 20240405153045605 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/ws.c' (114,071) at 20240405153049073 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/spurious.c' (114,072) at 20240405153053009 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/0001-Make-extern-declarations-in-header-file.patch' (114,073) at 20221003030013285 2025-03-14 03:00:52.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/Kconfig' (114,074) at 20210309003654508 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/brcm,sr-pcie-phy.txt' (114,075) at 20210307214925386 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/kbd-state.c' (114,076) at 20240906080037588 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/__init__.py' (114,077) at 20210307205554630 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/report.py' (114,078) at 20241221090017704 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_protocol.h' (114,079) at 20240405153051013 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/emu10k1_synth.h' (114,080) at 20210307214931598 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/meson.options' (114,081) at 20241204090010699 to deleted uid set 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/lib/bpf/linker.c' (114,082) at 20241211090145573 to deleted uid set 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/arndale_defconfig' (114,083) at 20210308005003248 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/ov7670.h' (114,084) at 20210307214931542 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/monitor-internal.h' (114,085) at 20240906080037376 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xilinx/zynq-7000.dtsi' (114,086) at 20240405153045609 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sprd/Kconfig' (114,087) at 20210307214930122 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/generic-radix-tree.rst' (114,088) at 20210307214925262 2025-03-14 03:00:52.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_fsi-test.c' (114,089) at 20240906080037568 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/tools/power-utils/updater.cpp' (114,090) at 20241114091025397 to deleted uid set 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sec.h' (114,091) at 20210307214929954 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/poke/0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch' (114,092) at 20241206090014250 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10_1.2.1.bb' (114,093) at 20240301090012431 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x04.h' (114,094) at 20210307214928082 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/h8_homlet_v2_defconfig' (114,095) at 20210308005003260 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/in_netns.sh' (114,096) at 20210307214932690 2025-03-14 03:00:52.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/host-bmc/test/meson.build' (114,097) at 20240826080030471 to deleted uid set 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (114,098) at 20210307205554086 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/main.cpp' (114,099) at 20210326100122014 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/python.py' (114,100) at 20220910030013401 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/lowlevel_init.S' (114,101) at 20210308005003032 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/rtc.c' (114,102) at 20210308005003740 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_mbox.c' (114,103) at 20230809080010803 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/trace.h' (114,104) at 20240405153050409 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bcm2835-i2c-test.c' (114,105) at 20241211090212542 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c' (114,106) at 20210309003650584 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/irqinit.c' (114,107) at 20240405153046433 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/network' (114,108) at 20221117040026216 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_ether.h' (114,109) at 20240405153052921 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_i2c.c' (114,110) at 20220520100030268 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-mamoj-u-boot.dtsi' (114,111) at 20210308005002584 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/speeding-up-build.rst' (114,112) at 20240302090018218 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/faillock.conf' (114,113) at 20230505080015455 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/via.c' (114,114) at 20241211090212282 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0_1.8.4.bb' (114,115) at 20210608000015791 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw-me.h' (114,116) at 20240405153049641 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/leds/phosphor-led-manager/com.ampere.Hardware.Chassis.Model.MtMitchell.json' (114,117) at 20240906080012375 2025-03-14 03:00:52.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_max98090.c' (114,118) at 20240405153053981 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi' (114,119) at 20210308005002588 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-davinci.txt' (114,120) at 20220525020651678 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mmc_host_def.h' (114,121) at 20210308005002656 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/musbhsdma.c' (114,122) at 20220525020654287 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager.h' (114,123) at 20210308005002780 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8516-pinfunc.h' (114,124) at 20210307214926026 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia-aesni-avx2-asm_64.S' (114,125) at 20240405153046361 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Salisbury' (114,126) at 20210307205553798 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-nebula.c' (114,127) at 20210307214928782 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-inverter.c' (114,128) at 20210307214927014 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/switch-nic-to-main-mode@.service' (114,129) at 20240504080013861 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sh_pfc.h' (114,130) at 20210308005003684 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5535audio/Makefile' (114,131) at 20210307214932238 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/slcr.c' (114,132) at 20210308005002796 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-object.json' (114,133) at 20210308005046409 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/main.c' (114,134) at 20240405153049801 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml' (114,135) at 20220525020651678 2025-03-14 03:00:52.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pkeys.h' (114,136) at 20220525020652038 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/mergesort.c' (114,137) at 20210308005003548 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_e_aon.h' (114,138) at 20230925080039929 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_ints___reverse_sign.c' (114,139) at 20210307214932642 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/starfive/Makefile' (114,140) at 20240405153051369 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/Makefile' (114,141) at 20210308005002552 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb' (114,142) at 20231126090012857 to deleted uid set 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_vm.h' (114,143) at 20210307214927862 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/tools/pciaccess.hpp' (114,144) at 20240817080027656 to deleted uid set 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/arm-systemready-ir-acs.yml' (114,145) at 20241206090014206 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82599.c' (114,146) at 20210307214929478 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/dsa/microchip/ksz9477_reg.h' (114,147) at 20240710080014589 to deleted uid set 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-842.c' (114,148) at 20210307214927102 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/295.out' (114,149) at 20210927100127501 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch' (114,150) at 20241221090017664 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-has.json' (114,151) at 20210308005046409 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb' (114,152) at 20241206090014242 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-fractional-divider.h' (114,153) at 20220525020652306 2025-03-14 03:00:52.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/controlfb.c' (114,154) at 20240405153231579 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/Makefile' (114,155) at 20210308005003040 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__starts_on.hpp' (114,156) at 20241219090033964 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/phosphor-dbus-interfaces.wrap' (114,157) at 20220726030011558 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_syscall.h' (114,158) at 20210927100127269 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c' (114,159) at 20240405153049741 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/sstfb.rst' (114,160) at 20240405153229807 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_gtt.c' (114,161) at 20240405153048549 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/prime_numbers.c' (114,162) at 20240830080013339 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/signal.c' (114,163) at 20240405153229983 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/migration/vmstate.c' (114,164) at 20241121090029264 to deleted uid set 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-ipc.h' (114,165) at 20240405153049469 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/ringbuffer-test-utils.c' (114,166) at 20230503080013159 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/regression2.c' (114,167) at 20210307214932630 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7981-eth.c' (114,168) at 20240405153230211 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_dev.c' (114,169) at 20240405153230519 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_state_effecter.hpp' (114,170) at 20240819080030259 2025-03-14 03:00:52.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/dfp-impl.c.inc' (114,171) at 20240326080039690 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/run-ptest' (114,172) at 20210307205554006 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/stm32mp_fuse.c' (114,173) at 20210308005003400 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c' (114,174) at 20240405153050109 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/cmd-db.c' (114,175) at 20240910080014066 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/Kconfig' (114,176) at 20210308005003028 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-pic32.c' (114,177) at 20240405153231327 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm53016-dlink-dwl-8610ap.dts' (114,178) at 20240405153045425 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch' (114,179) at 20210307205554578 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/custom_multipath_hash.sh' (114,180) at 20220913100024321 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c' (114,181) at 20210308005003460 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_64r6eb.sh' (114,182) at 20210308005046525 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-bus.c' (114,183) at 20221215040039170 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/mt7623_rfb.c' (114,184) at 20210308005003016 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/damon/api.rst' (114,185) at 20240405153045229 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/isapnp/proc.c' (114,186) at 20240405153051421 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9n12ek_spiflash_defconfig' (114,187) at 20210308005003248 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/libpwquality/libpwquality/pwquality.conf' (114,188) at 20230807080022154 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/0001-newlib-memcpy-remove-optimized-version.patch' (114,189) at 20221022030011098 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/swsusp-dmcrypt.rst' (114,190) at 20210307214925546 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-gallop43-common.dtsi' (114,191) at 20240405153045605 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/kexec.h' (114,192) at 20210307214926158 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch' (114,193) at 20230706080014737 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (114,194) at 20241005080021212 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP6/meson.build' (114,195) at 20230825080021137 to deleted uid set 2025-03-14 03:00:52.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2/0001-Detect-bool-definition-considering-stdbool.h-being-p.patch' (114,196) at 20230706080014741 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_sdiv.c' (114,197) at 20240405153232263 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/psxpad-spi.c' (114,198) at 20240405153049133 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack/run-ptest' (114,199) at 20210307205554122 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/whatisRCU.rst' (114,200) at 20240405153044933 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-twl4030.c' (114,201) at 20240405153047085 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_lrc.h' (114,202) at 20240405153048493 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/head_32.S' (114,203) at 20240405153230103 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_mb.json' (114,204) at 20241213090004409 to deleted uid set 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-ccw.h' (114,205) at 20240906080037340 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/uptimeofday.c' (114,206) at 20240405153054381 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz' (114,207) at 20210307205554590 to deleted uid set 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/core.json' (114,208) at 20220525020655147 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halmstad_Oskarstrom' (114,209) at 20210307205553782 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hisi-ptt.h' (114,210) at 20240405153054193 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/cx25840-audio.c' (114,211) at 20210307214928654 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/Makefile' (114,212) at 20210307214925898 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad9467.c' (114,213) at 20240624080012780 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmenter.S' (114,214) at 20240411080014062 2025-03-14 03:00:52.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/Makefile' (114,215) at 20240405153046961 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_midi_event.c' (114,216) at 20210307214932198 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/marvell,mmp3-usb-phy.yaml' (114,217) at 20240405153045129 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vga.h' (114,218) at 20210307214926250 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/uid16.h' (114,219) at 20210307214931786 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vma.c' (114,220) at 20240429080012420 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_spdif.c' (114,221) at 20240405153232175 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/net/intel/iidc.h' (114,222) at 20240405153052749 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/cmd.c' (114,223) at 20240405153049077 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ansi.h' (114,224) at 20210308005003560 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/pmbus/max31785.txt' (114,225) at 20210307214925322 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6table_security.c' (114,226) at 20240405153053281 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/ltc2952-poweroff.txt' (114,227) at 20220525020651702 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/kvm/kvm_stat/Makefile' (114,228) at 20210307214932482 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/hv/hv_set_ifconfig.sh' (114,229) at 20240405153232211 to deleted uid set 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/watchpoint.c' (114,230) at 20240906080037452 2025-03-14 03:00:52.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/netlink.cpp' (114,231) at 20230802080038882 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/i2c_mux_pca954x.c' (114,232) at 20230925080039869 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xenstore_impl.c' (114,233) at 20240326080039446 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/PresenceGpio.cpp' (114,234) at 20241203090005839 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit-28.dts' (114,235) at 20240405153045601 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/fixed-head.S' (114,236) at 20210307214926362 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-usb-otg.c' (114,237) at 20210308005002552 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_sun4v.c' (114,238) at 20240405153230095 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_accel.c' (114,239) at 20210307214930922 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/timer.h' (114,240) at 20210307214931518 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpdecc/vpdecc.h' (114,241) at 20240618080023329 to deleted uid set 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-bcm63xx.c' (114,242) at 20210307214926282 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-perl.bbclass' (114,243) at 20241206090014302 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/config.mk' (114,244) at 20210308005002848 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table_helper.h' (114,245) at 20210309003649460 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_b.c' (114,246) at 20210308005046513 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c' (114,247) at 20240405153047225 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb' (114,248) at 20210307205554054 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/team/dev_addr_lists.sh' (114,249) at 20240405153054301 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/dma/config' (114,250) at 20220525020655207 2025-03-14 03:00:52.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS1.conf' (114,251) at 20241031080012183 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcr_rt5651.c' (114,252) at 20240405153053945 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/ia_css_debug_internal.h' (114,253) at 20210307214930566 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-common.c' (114,254) at 20240405153049469 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_mercury_pe1.dts' (114,255) at 20240405153045441 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/early_ioremap.h' (114,256) at 20210307214926114 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/Kbuild' (114,257) at 20210307214927942 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/qcom/qmi.h' (114,258) at 20240405153052793 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hrcon_dh_defconfig' (114,259) at 20210308005003260 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/smsc,lan91c111.yaml' (114,260) at 20240405153045121 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/Makefile' (114,261) at 20210308005003372 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Medzev' (114,262) at 20210307205553794 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwlock/hwlock.txt' (114,263) at 20210307214925322 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_id.h' (114,264) at 20210307214932226 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/ksyms.c' (114,265) at 20220525020652126 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h' (114,266) at 20240405153049457 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ia_css_yuv444_io_types.h' (114,267) at 20210307214930558 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debugfs.c' (114,268) at 20240805080013979 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils_9.5.bb' (114,269) at 20241221090017636 to deleted uid set 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Certificate_v1.xml' (114,270) at 20240918080002708 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/subprojects/cli11.wrap' (114,271) at 20220427030012593 2025-03-14 03:00:52.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz8795.c' (114,272) at 20240405153230903 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/debug.c' (114,273) at 20210308005003548 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/pldmfw/pldmfw.c' (114,274) at 20240405153053097 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch' (114,275) at 20210307205554466 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml' (114,276) at 20240405153045037 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/optee/Makefile' (114,277) at 20210308005003708 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/onenand_samsung.c' (114,278) at 20240405153230867 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/clz_tab.c' (114,279) at 20210307214931790 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/priv.h' (114,280) at 20240405153048665 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel360-lte.dts' (114,281) at 20240405153045781 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/aso.c' (114,282) at 20240405153231023 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/snps,dw-pcie-common.yaml' (114,283) at 20240405153045125 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/isa.h' (114,284) at 20230426080043764 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/kc705_nommu.dts' (114,285) at 20210307214926758 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/cmake-example/run-ptest' (114,286) at 20240106090017253 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/m5475evb_defconfig' (114,287) at 20240405153230003 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/Kconfig' (114,288) at 20240405153046209 2025-03-14 03:00:52.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3066-power.h' (114,289) at 20210307214931346 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/qm.c' (114,290) at 20241211090145405 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-if.c' (114,291) at 20210307214928678 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_vxlan_mdb.sh' (114,292) at 20240411080014162 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/__init__.py' (114,293) at 20210308005003736 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/relocate_kernel.S' (114,294) at 20210307214926570 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/userfaultfd.rst' (114,295) at 20240405153229739 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/sysreset/ti,sci-sysreset.txt' (114,296) at 20210308005003324 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9x5.h' (114,297) at 20210308005002716 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/gdbsend.c' (114,298) at 20210308005003764 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coreboot' (114,299) at 20240405153229727 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ssu100.c' (114,300) at 20240405153052137 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c' (114,301) at 20240405153048673 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap_2.6.8.bb' (114,302) at 20241221090017540 to deleted uid set 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw.c' (114,303) at 20210309003650612 2025-03-14 03:00:52.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xskmap.c' (114,304) at 20241216090017797 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-loopback-test.c' (114,305) at 20240405153231463 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Event_v1.xml' (114,306) at 20240918080002712 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/api.h' (114,307) at 20241121090010043 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/timer.h' (114,308) at 20210308005003688 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/xyarray.h' (114,309) at 20220525020655123 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/local.conf.sample' (114,310) at 20241221090017476 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml' (114,311) at 20240405153045181 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/Kconfig' (114,312) at 20210307214931898 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8822.c' (114,313) at 20240405153232151 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/stat.c' (114,314) at 20240405153231759 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/svm.c' (114,315) at 20240405153046229 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/net_namespace.h' (114,316) at 20241220090018326 to deleted uid set 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace/run-ptest' (114,317) at 20210307205554602 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/algos/i2c-algo-pcf.c' (114,318) at 20210307214928150 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/vl_list.c' (114,319) at 20240405153052269 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/test/meson.build' (114,320) at 20210308005116685 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/catch2/catch2_3.7.1.bb' (114,321) at 20241221090017544 2025-03-14 03:00:52.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/pfrut/Makefile' (114,322) at 20240405153054213 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/kaslr.c' (114,323) at 20240405153046353 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/hexagon/include/asm/cmpxchg.h' (114,324) at 20240405153045913 to deleted uid set 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_device_info.h' (114,325) at 20240405153230579 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_runner.py' (114,326) at 20210307205554434 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml' (114,327) at 20240405153229779 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Kconfig' (114,328) at 20210308005002776 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/sysfile.c' (114,329) at 20220525020654479 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_dev.h' (114,330) at 20220525020652831 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ddp.h' (114,331) at 20240405153230971 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Open-MPI' (114,332) at 20211006000025230 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-whl-flakes.txt' (114,333) at 20240405153230531 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/sprd-mcdt.h' (114,334) at 20210307214932426 2025-03-14 03:00:52.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arcmsr/arcmsr_hba.c' (114,335) at 20240405153231391 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0014-add-if_nameindex-from-musl.patch' (114,336) at 20230706080014733 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/Makefile-missing-test-dir.patch' (114,337) at 20210307205554618 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.AX25' (114,338) at 20210308005003288 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/keys/request-key.rst' (114,339) at 20210307214925562 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/rock.c' (114,340) at 20210308005003032 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a779f0.c' (114,341) at 20240405153051361 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (114,342) at 20240110090012776 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/switch_context.h' (114,343) at 20220525020651966 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat.inc' (114,344) at 20210812000025186 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stringhash.h' (114,345) at 20210307214931518 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rc5t583.h' (114,346) at 20210307214931434 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos5260-clk.h' (114,347) at 20240405153231795 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.h' (114,348) at 20210307214927270 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/the_nilfs.h' (114,349) at 20240712080021089 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5686-spi.c' (114,350) at 20240405153048977 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/init.rst' (114,351) at 20240405153229835 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/images/fb-yosemite4-phosphor-image.inc' (114,352) at 20240703080014815 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/endpoint.h' (114,353) at 20240405153232203 2025-03-14 03:00:52.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/lm3639_bl.c' (114,354) at 20240405153231575 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0008-decode-avoid-using-a-static-buffer-in-th_get_pathnam.patch' (114,355) at 20241221090017540 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/machine/include/amd-withhost.inc' (114,356) at 20240307090019084 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch' (114,357) at 20241206090014310 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iksemel/iksemel_1.5.bb' (114,358) at 20241221090017536 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_table.cpp' (114,359) at 20230511080010311 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb' (114,360) at 20241206090014238 to deleted uid set 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/File/meson.build' (114,361) at 20220913030027309 to deleted uid set 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-codec.yaml' (114,362) at 20240405153045161 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sis/Kconfig' (114,363) at 20210307214929630 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/README.md' (114,364) at 20230216040040211 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/octeon-rng.c' (114,365) at 20210309003649216 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/falcon.h' (114,366) at 20240405153048765 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dmi.h' (114,367) at 20240405153230011 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/meson.build' (114,368) at 20241211090212378 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cpan.bbclass' (114,369) at 20220910030013385 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/alacritech/slicoss.c' (114,370) at 20240405153230915 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-uimage.bbclass' (114,371) at 20220910030013385 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_pcd8544.c' (114,372) at 20210307214930506 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/data.hpp' (114,373) at 20210308005120365 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/obmc/gpio/port_owner_udc2' (114,374) at 20230209040014209 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_intel/Kconfig' (114,375) at 20210525100144787 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/_templates/layout.html' (114,376) at 20210307205554290 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/error_propagate_null.cocci' (114,377) at 20210308005046237 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/refcount.h' (114,378) at 20210307214932474 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_precomp.h' (114,379) at 20240405153051921 2025-03-14 03:00:52.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg_user.h' (114,380) at 20240405153046953 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TelemetryService.v1_3_4.json' (114,381) at 20240619080002956 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/uncached.c' (114,382) at 20210309003648852 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_kregs.h' (114,383) at 20240405153049729 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/elf_auxvec.rst' (114,384) at 20240405153044985 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88180.h' (114,385) at 20210308005003424 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/touchscreen-s3c2410.h' (114,386) at 20210307214931482 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h' (114,387) at 20210309003651556 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/pci_drv.c' (114,388) at 20240405153231575 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/rwonce.h' (114,389) at 20210309003648548 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb' (114,390) at 20241221090017504 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/cros_ec_keyb.c' (114,391) at 20210308005003384 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/fan-errors.yaml' (114,392) at 20210307205553698 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch' (114,393) at 20241206090014350 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/kprobes/core.c' (114,394) at 20240405153230127 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/README' (114,395) at 20210307214927826 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/109' (114,396) at 20240326080039726 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000_regs.h' (114,397) at 20240326080039462 2025-03-14 03:00:52.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-m41t80.c' (114,398) at 20240405153231375 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042d4_nand_rcw.cfg' (114,399) at 20210308005002992 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/page_cache.h' (114,400) at 20210927100127281 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/vid-pll-div.h' (114,401) at 20210307214926994 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-wait-and-set-speed' (114,402) at 20240823080011564 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/image-tags.yml' (114,403) at 20240613080016399 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_helpers_api.h' (114,404) at 20240405153054225 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-52xx.c' (114,405) at 20210307214926338 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/sigcontext.h' (114,406) at 20210625000035992 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/utcache.c' (114,407) at 20240405153046625 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/parport_64.h' (114,408) at 20240405153230091 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/service_files/system-vpd.service' (114,409) at 20240104090016070 to deleted uid set 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,corstone1000.yaml' (114,410) at 20240405153045013 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/meson.build' (114,411) at 20230925080040085 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/mv78xx0.h' (114,412) at 20240405153045653 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_isr.c' (114,413) at 20240405153051721 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-neonbs-core.S' (114,414) at 20240405153045849 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smb_common.h' (114,415) at 20241115090012965 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/172' (114,416) at 20230925080040089 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0040-fix-runtime-capsule-update-flags-checks.patch' (114,417) at 20231126090012773 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc64-linux-user.mak' (114,418) at 20221215040039066 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/iommu.rst' (114,419) at 20210309003648472 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/MER0.interface.yaml' (114,420) at 20220315030032659 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/btree-128.h' (114,421) at 20210307214931362 2025-03-14 03:00:52.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.c' (114,422) at 20210307214927950 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/usbdux.c' (114,423) at 20240405153046905 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/include/thermal.h' (114,424) at 20240405153054069 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/direct.c' (114,425) at 20240710080014601 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-db845c.dts' (114,426) at 20240405153229951 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/core.c' (114,427) at 20210307214932494 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/Kconfig' (114,428) at 20210309003650236 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t60.c' (114,429) at 20210308005003480 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_de.h' (114,430) at 20240405153048441 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/accounting/getdelays.c' (114,431) at 20240405153054033 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c' (114,432) at 20240405153232271 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sysreset.h' (114,433) at 20210308005003688 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitmap.h' (114,434) at 20210308005003656 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/schema/config_schema.json' (114,435) at 20221213040033301 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-intel-s2600wf.dts' (114,436) at 20240809080013006 2025-03-14 03:00:52.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl837d.h' (114,437) at 20210309003649824 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pci-epf.h' (114,438) at 20240405153052757 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/p10-plugins.cpp' (114,439) at 20240830080017491 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/control.rst' (114,440) at 20240405153045313 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/xyz.openbmc_project.LED.GroupManager.service' (114,441) at 20230215040018439 to deleted uid set 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7298.c' (114,442) at 20240405153048945 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/config.mk' (114,443) at 20210308005002852 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nordmaling' (114,444) at 20210307205553786 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/eCos-2.0' (114,445) at 20210307205554426 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/compatfd.c' (114,446) at 20221215040039402 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h' (114,447) at 20210307214927290 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/chaoskey.c' (114,448) at 20241211090145501 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/unwind_prologue.c' (114,449) at 20240405153230003 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sound-dai.yaml' (114,450) at 20240405153045169 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalMetrics.v1_3_2.json' (114,451) at 20240619080002956 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/Makefile' (114,452) at 20240405153046505 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/mc34708.c' (114,453) at 20210308005003468 2025-03-14 03:00:52.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/module.c' (114,454) at 20210307214926166 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/sas.h' (114,455) at 20210307214930334 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsencrypt.c' (114,456) at 20240919080017078 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-clint.c' (114,457) at 20240405153046877 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/nct7802.c' (114,458) at 20240405153048865 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/propertycacher.py' (114,459) at 20210308005048033 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vsi_vlan_lib.c' (114,460) at 20240613080016435 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/sysfs.h' (114,461) at 20210307214929802 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-trace.c' (114,462) at 20240405153053993 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c' (114,463) at 20220525020653163 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cputhreads.h' (114,464) at 20240405153046105 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.h' (114,465) at 20240405153048741 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/.gitignore' (114,466) at 20240731164718595 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/multi-touch-protocol.rst' (114,467) at 20240405153229819 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/actions,s500-cmu.h' (114,468) at 20220525020654543 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/thermal-policy.bb' (114,469) at 20241206090014230 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/amcc/crypto4xx_core.c' (114,470) at 20240405153046925 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4' (114,471) at 20210307205554390 to deleted uid set 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/Kconfig.debug' (114,472) at 20210307214925642 2025-03-14 03:00:52.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley_chassis.json' (114,473) at 20241213090004405 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/195' (114,474) at 20210927100127493 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/heartbeat.cpp' (114,475) at 20230511080043139 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/0001-Add-build-rule-for-README.patch' (114,476) at 20230706080014733 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/autoconf-2.73.patch' (114,477) at 20230813080012892 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/bus.c' (114,478) at 20240906080037208 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/quirks.h' (114,479) at 20241216090017709 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/rx_desc.h' (114,480) at 20240405153050405 to deleted uid set 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/Kconfig' (114,481) at 20210308005003076 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/vhost.h' (114,482) at 20240712080021085 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/Makefile' (114,483) at 20240405153052157 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a57-a72/instruction.json' (114,484) at 20240405153054109 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/Kconfig' (114,485) at 20210308005003004 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/mount-copybind' (114,486) at 20241221090017648 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/usnjrnl.c' (114,487) at 20210307214931198 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/hpet.c' (114,488) at 20241211090212342 2025-03-14 03:00:52.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/hyperv.h' (114,489) at 20240906080037332 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/zip/zip_main.c' (114,490) at 20241211090145405 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcor-testbench.dtsi' (114,491) at 20240405153045585 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (114,492) at 20240802080012609 to deleted uid set 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1600.dtsi' (114,493) at 20210308005002608 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/dropbearkey.service' (114,494) at 20240328080015911 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/contiguous.c' (114,495) at 20240405153231907 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/io_edgeport.h' (114,496) at 20220525020654291 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mark_write_dirty_v2.c' (114,497) at 20210308005108641 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/ptt/Kconfig' (114,498) at 20240405153048893 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c' (114,499) at 20210307214929614 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/kcapi_proc.c' (114,500) at 20220525020653207 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/trace.h' (114,501) at 20210308005045985 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ppc_asm.tmpl' (114,502) at 20210308005003680 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/lsusb.cfg' (114,503) at 20240508080012566 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/fpga/fpga-programming.rst' (114,504) at 20220525020651722 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch' (114,505) at 20241221090017656 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/binary_stats.c' (114,506) at 20220525020655239 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/algos/i2c-algo-pca.c' (114,507) at 20210309003649972 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ucd9000.rst' (114,508) at 20210307214925506 2025-03-14 03:00:52.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/uncore_snb.c' (114,509) at 20240405153046373 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Eutelsat9-9.0E' (114,510) at 20210307205553762 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/microchip,qt1050.txt' (114,511) at 20210307214925338 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/dpll.txt' (114,512) at 20220525020651666 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/COPYING.apache-2.0' (114,513) at 20210307205553682 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axs101.dts' (114,514) at 20210308005002544 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/p2371-0000.c' (114,515) at 20210308005003024 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c' (114,516) at 20210308005046509 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_kcs_sm.c' (114,517) at 20240405153046753 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/config-bmccpld.json' (114,518) at 20210413100020742 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/x86/clk-lgm.c' (114,519) at 20240405153046873 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine_cs.c' (114,520) at 20240405153230567 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_crb.c' (114,521) at 20240405153046761 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt' (114,522) at 20210307214925310 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/net/bpf_jit_comp64.c' (114,523) at 20240405153046045 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_io.c' (114,524) at 20241211090145497 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/bitmap.h' (114,525) at 20240405153231775 2025-03-14 03:00:52.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sdx75.dtsi' (114,526) at 20240405153229955 to deleted uid set 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (114,527) at 20241206090014278 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_2_0_3_sh_mask.h' (114,528) at 20240405153047745 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/spl.c' (114,529) at 20210308005002960 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/qcow2/fuzz.py' (114,530) at 20210308005046393 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_resource.h' (114,531) at 20220429100100646 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs35l34.txt' (114,532) at 20210307214925426 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/ebsa285-pci.c' (114,533) at 20210512100029182 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra114-mc.h' (114,534) at 20210308005003636 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/TODO' (114,535) at 20220525020652342 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/default/default.cpp' (114,536) at 20230512080032445 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_internal.h' (114,537) at 20240405153053113 2025-03-14 03:00:52.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/Makefile' (114,538) at 20240405153047197 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/overlay.h' (114,539) at 20210308005003688 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb' (114,540) at 20241206090014326 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exprep.c' (114,541) at 20241011080017295 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty.json' (114,542) at 20210308005046401 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/redis.service' (114,543) at 20241221090017524 to deleted uid set 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-timer.c' (114,544) at 20210307214930826 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h' (114,545) at 20240405153050525 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/dev.c' (114,546) at 20240405153051489 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-sdm660.h' (114,547) at 20220525020654543 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb' (114,548) at 20241206090014242 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/sst-dsp.h' (114,549) at 20210309003654912 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/bitops_32.h' (114,550) at 20240405153046317 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/0002-Do-not-hardcode-systemd-unit-directories.patch' (114,551) at 20241221090017564 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rpmsg/qcom_glink.h' (114,552) at 20240405153052789 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/nvidia,tegra186-gpc-dma.yaml' (114,553) at 20240405153045053 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/emulation.rst' (114,554) at 20241211090212238 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuswrite.cpp' (114,555) at 20240904080040759 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/Makefile' (114,556) at 20240405153053161 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-lpc24xx.c' (114,557) at 20240405153231375 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ksyms.c' (114,558) at 20210309003655984 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-qcom-spm.c' (114,559) at 20240405153046921 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/other' (114,560) at 20210307205554566 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.19.rst' (114,561) at 20241221090017596 2025-03-14 03:00:52.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-host-ready.target' (114,562) at 20210401000030013 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-handles.h' (114,563) at 20230426080043840 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-axi-dmac/Makefile' (114,564) at 20210307214927126 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/99avahi-autoipd' (114,565) at 20210307205554462 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/pcimt.c' (114,566) at 20210307214926294 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_vbc.c' (114,567) at 20220525020653899 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/write_overflow_field-memmove.c' (114,568) at 20240405153053105 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx.h' (114,569) at 20220525020653315 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c' (114,570) at 20240405153230607 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev.c' (114,571) at 20241211090212262 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/Makefile' (114,572) at 20240405153045485 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/can_host.h' (114,573) at 20210308005046041 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/vmstate.c' (114,574) at 20210927100127357 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/uprobes.c' (114,575) at 20241023080012871 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/nau7802.c' (114,576) at 20240405153048957 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/arm_dcc.c' (114,577) at 20210308005003484 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/sound.c' (114,578) at 20210308005003740 2025-03-14 03:00:52.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/sheep_rk3368.c' (114,579) at 20210308005003040 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/mc33880.h' (114,580) at 20210307214931514 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c' (114,581) at 20240405153054261 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-colibri-eval-v3.dts' (114,582) at 20240405153229879 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/idle_page_tracking.rst' (114,583) at 20240405153044961 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_regalloc.c' (114,584) at 20240405153054285 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/crtsavres.S' (114,585) at 20210307214926434 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_network_manager.cpp' (114,586) at 20230701080027201 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sht21.c' (114,587) at 20240405153048873 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/pci.c' (114,588) at 20230426080043672 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/poweroff.sh' (114,589) at 20240904080027738 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-scsi-pci.c' (114,590) at 20221215040039166 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/README.md' (114,591) at 20220209040037353 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/romimage/vmlinux.scr' (114,592) at 20210307214926542 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_stats.h' (114,593) at 20240405153051737 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/stdio.c' (114,594) at 20240405153045341 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/MountPoint/meson.build' (114,595) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-au1550.c' (114,596) at 20240405153230671 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/Kconfig' (114,597) at 20210308005003024 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/idt.c' (114,598) at 20240405153230127 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/config-site.radiusclient-ng-0.5.6' (114,599) at 20210307205553834 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/instruction.json' (114,600) at 20240405153054113 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/health/max30100.c' (114,601) at 20240405153048985 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/pinmux-config-p2371-2180.h' (114,602) at 20210308005003024 2025-03-14 03:00:53.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/dal_types.h' (114,603) at 20240405153047301 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/virtualSensor.hpp' (114,604) at 20240831080032256 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/mac.c' (114,605) at 20220525020653727 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipaddress_1.0.23.bb' (114,606) at 20241221090017556 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/8xx/mpc86xads_setup.c' (114,607) at 20240405153230051 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/efifb.c' (114,608) at 20241011080017351 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/stacktrace.h' (114,609) at 20210307214926394 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/common.c' (114,610) at 20240405153045653 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/hi3660-clock.txt' (114,611) at 20210307214925286 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/security.c' (114,612) at 20240405153053361 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_journal.h' (114,613) at 20210308005003544 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/gemini_defconfig' (114,614) at 20240405153045613 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k_pci.c' (114,615) at 20240405153049981 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/Kconfig' (114,616) at 20240405153230587 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,nsp-gpio.txt' (114,617) at 20210307214925394 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/busybox/busybox_%.bbappend' (114,618) at 20230301040014457 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/internal.h' (114,619) at 20240405153232111 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_tpm_proxy.h' (114,620) at 20210308005046025 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/xor_simd.h' (114,621) at 20240405153230003 2025-03-14 03:00:53.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hdmi-codec.c' (114,622) at 20241216090017805 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-x86_64_defconfig' (114,623) at 20210308005003276 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/arch-ae3xx/ae3xx.h' (114,624) at 20210308005002824 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-gavini.dts' (114,625) at 20240405153045581 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/timestamp.h' (114,626) at 20210308005002876 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_defconfig' (114,627) at 20210308005003244 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_context.h' (114,628) at 20240405153048485 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-schema-v1.json' (114,629) at 20240529080008499 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-yank.c' (114,630) at 20220429100100950 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-imx.h' (114,631) at 20210307214931474 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpuid.c' (114,632) at 20240405153230123 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fixed-clock.yaml' (114,633) at 20240405153045025 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/boot_mode.h' (114,634) at 20210308005002676 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uinput/0001-Deal-with-64bit-time_t-default-on-32bit-architecture.patch' (114,635) at 20241221090017560 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/Makefile' (114,636) at 20240405153048769 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c' (114,637) at 20241211090145413 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/centos9.docker' (114,638) at 20241211090212534 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgentest/two.yaml' (114,639) at 20221209040030339 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/math-emu/op-8.h' (114,640) at 20210307214931538 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/Kconfig' (114,641) at 20210308005002968 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-flasher/Makefile' (114,642) at 20210308004922940 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/ioctl.c' (114,643) at 20240405153231987 2025-03-14 03:00:53.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/psp-dev.c' (114,644) at 20240405153230259 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/vf610m4_defconfig' (114,645) at 20240405153229907 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_osglue.h' (114,646) at 20210308005003556 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_pkttype.h' (114,647) at 20210307214931650 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-search-control.js' (114,648) at 20210308005107069 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.h' (114,649) at 20240405153047241 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.h' (114,650) at 20210307214929918 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfs/test-fsmount.c' (114,651) at 20210307214932130 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/rionet.c' (114,652) at 20240405153050365 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_acpi_bits.py' (114,653) at 20241211090212538 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/pfc.c' (114,654) at 20210307214926558 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.0.bb' (114,655) at 20241221090017576 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-cadence' (114,656) at 20210308005045769 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/1066mhz_4x128mx16.cfg' (114,657) at 20210308005003080 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/TREE54' (114,658) at 20240405153054369 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/comparator.h' (114,659) at 20210307214931438 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-top.txt' (114,660) at 20240405153054081 2025-03-14 03:00:53.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/hisi-ptt.c' (114,661) at 20240405153054085 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8822.h' (114,662) at 20240405153053661 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/cross-modifying-code.c' (114,663) at 20241211090212550 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_auto_old.c' (114,664) at 20210308005003452 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SimPL-2.0' (114,665) at 20211006000025246 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-atmel-st.c' (114,666) at 20210307214927046 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/aspeed_pcie_phy.c' (114,667) at 20220802100038577 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/pmc.c' (114,668) at 20210308005002788 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/avago,apds9960.yaml' (114,669) at 20220525020651682 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/Makefile' (114,670) at 20210308005003740 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pmdk/pmdk_2.1.0.bb' (114,671) at 20241206090014254 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/sdbusplus.wrap' (114,672) at 20220623030006218 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro4.c' (114,673) at 20210308005002796 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/booke_wdt.c' (114,674) at 20240405153052237 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/sunplus,sp7021-usb2-phy.yaml' (114,675) at 20240405153045129 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/microchip,corepwm.yaml' (114,676) at 20240405153045141 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_clu.h' (114,677) at 20240405153049441 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm/include/uapi/asm/perf_regs.h' (114,678) at 20210307214932454 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c' (114,679) at 20240411080014082 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/osf.c' (114,680) at 20210307214926786 2025-03-14 03:00:53.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/scripts/create-NVRAM-cksum-file' (114,681) at 20230623080038893 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pins-imx8mq.h' (114,682) at 20210308005003640 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_synth.c' (114,683) at 20210307214932234 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/0001-add-missing-system-header-string.h.patch' (114,684) at 20221003030013281 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/xilinx_uartlite.txt' (114,685) at 20210308005003308 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-mediabus.h' (114,686) at 20240405153052833 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi' (114,687) at 20240405153045529 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/Makefile' (114,688) at 20210308005002952 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6765-audio.c' (114,689) at 20240405153046793 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/perf/arm_pmuv3.h' (114,690) at 20240405153052761 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt8188-clock.yaml' (114,691) at 20240405153045025 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/page_32.h' (114,692) at 20240405153046389 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5682-i2c.c' (114,693) at 20240405153232159 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/ipsec.c' (114,694) at 20240405153050193 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/nft_fib_ipv4.c' (114,695) at 20241018080014582 2025-03-14 03:00:53.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/pmem.c' (114,696) at 20240405153231271 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/btrfs.h' (114,697) at 20240405153231871 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/seg6_iptunnel.h' (114,698) at 20240405153052937 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-client-can-read' (114,699) at 20240809080013506 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/olpc-xo1-rtc.c' (114,700) at 20210307214926746 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-beaver.dts' (114,701) at 20240405153229879 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig' (114,702) at 20210308005003240 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-ecovec24/Makefile' (114,703) at 20210307214926538 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_main.c' (114,704) at 20241211090145405 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/lib/memset.c' (114,705) at 20210307214926310 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/dpll.c' (114,706) at 20240405153046869 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MigoR.h' (114,707) at 20210308005003580 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/coex.h' (114,708) at 20240405153050649 2025-03-14 03:00:53.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/fm10k/fm10k.h' (114,709) at 20210309003650812 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_1.dtso' (114,710) at 20240405153231279 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/signal.c' (114,711) at 20240906080037360 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet_int.h' (114,712) at 20230426080043800 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru_master.json' (114,713) at 20221213040036921 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/cio_debug.h' (114,714) at 20220525020653963 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/signal_32.c' (114,715) at 20240405153230127 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/gpio-mockup-sysfs.sh' (114,716) at 20220525020655211 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp.h' (114,717) at 20210308005003624 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/smc/smc_core.c' (114,718) at 20241216090017797 to deleted uid set 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dserve_dsrv9703c_defconfig' (114,719) at 20210308005003256 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_host_code_update.robot' (114,720) at 20240628080017121 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_bpf.c' (114,721) at 20241216090017789 to deleted uid set 2025-03-14 03:00:53.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/global_data.h' (114,722) at 20210308005002840 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_gdp.c' (114,723) at 20241211090145429 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-object.json' (114,724) at 20210308005046413 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/233' (114,725) at 20220429100100914 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/si476x-cmd.c' (114,726) at 20240405153049613 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/fault.h' (114,727) at 20220525020653131 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/swift/obmc/fan-watchdog/reset-fan-watchdog.conf' (114,728) at 20230804080018099 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/regs.h' (114,729) at 20240405153231239 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm6358-clock.h' (114,730) at 20210309003653812 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/Kconfig' (114,731) at 20240405153232115 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig' (114,732) at 20210308005003288 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-test' (114,733) at 20240326080039734 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/storage_dict.bin' (114,734) at 20220604030008508 to deleted uid set 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator/meson.build' (114,735) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9340_initvals.h' (114,736) at 20220525020653723 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-trace-mpeg2.h' (114,737) at 20240405153049529 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/prng.hpp' (114,738) at 20210308005051513 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/idef-parser.lex' (114,739) at 20230925080040021 2025-03-14 03:00:53.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4613.c' (114,740) at 20240405153232143 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-power_resources_D1' (114,741) at 20210307214925198 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9rlek.dts' (114,742) at 20210308005002572 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/Kconfig' (114,743) at 20240405153051973 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/mmu.c' (114,744) at 20240405153229987 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE01.boot' (114,745) at 20220525020655231 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx6sl-clock.yaml' (114,746) at 20240405153045025 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_wwan.h' (114,747) at 20240405153051013 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_kms.h' (114,748) at 20210309003649892 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpplib.c' (114,749) at 20240405153050201 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dns_resolver/dns_query.c' (114,750) at 20210307214931926 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/oemcommands.hpp' (114,751) at 20230901080013582 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_mst.h' (114,752) at 20240405153048449 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/btree.h' (114,753) at 20210309003653828 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ringbuf_multi.c' (114,754) at 20240405153054277 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-ident.err' (114,755) at 20210308005046401 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt' (114,756) at 20210307214925394 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/workloads/thloop.c' (114,757) at 20240405153232231 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/fdt_ro.c' (114,758) at 20210307214925678 2025-03-14 03:00:53.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/devlink_lib_spectrum.sh' (114,759) at 20240405153054301 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/insn.c' (114,760) at 20220525020652186 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-mba7.dts' (114,761) at 20240405153045529 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ad73311.c' (114,762) at 20240405153053561 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/asm-offsets.c' (114,763) at 20241111090012113 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_handler.cpp' (114,764) at 20240904080029670 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mipsel-softmmu/default.mak' (114,765) at 20210927100127053 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_client_modeset.c' (114,766) at 20240815080012883 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/intel/avs/avs.h' (114,767) at 20240405153053937 to deleted uid set 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Horby_Sallerup' (114,768) at 20210307205553782 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/devtool-source.bbclass' (114,769) at 20241206090014302 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/vce_v2_0.c' (114,770) at 20220525020653007 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/root.h' (114,771) at 20210308005003628 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/fifo.c' (114,772) at 20220525020652951 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4n.json' (114,773) at 20241213090004421 to deleted uid set 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_%.bbappend' (114,774) at 20241206090014226 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429-disco-u-boot.dtsi' (114,775) at 20210308005002612 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/libpwquality/libpwquality/pwquality.conf' (114,776) at 20230505080015455 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/periph.h' (114,777) at 20210308005002640 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/huge_gem_object.h' (114,778) at 20210307214927814 2025-03-14 03:00:53.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb' (114,779) at 20230811080018306 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/vpe-mt.c' (114,780) at 20240405153046029 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-unstripe.c' (114,781) at 20241115090012945 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/.gitignore' (114,782) at 20210307214926682 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/sys_compat.c' (114,783) at 20240405153045877 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ps.h' (114,784) at 20210309003651808 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx.decode' (114,785) at 20220429100100810 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7779-sysc.c' (114,786) at 20240405153231351 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu_git.bb' (114,787) at 20240301090012431 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fagersta_Jattasen' (114,788) at 20210307205553778 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/Kconfig' (114,789) at 20210307214931126 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.1.0.bb' (114,790) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/b2c2/flexcop-usb.h' (114,791) at 20220525020653315 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cairo_defconfig' (114,792) at 20210308005003252 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6375.dtsi' (114,793) at 20240405153229955 to deleted uid set 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.1.bb' (114,794) at 20241221090017560 to deleted uid set 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_discard.c' (114,795) at 20240405153231779 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/user.h' (114,796) at 20240405153230715 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt' (114,797) at 20210309003648376 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/ipmi-power-button-monitoring.sh' (114,798) at 20240905080011586 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/srv6_end_dt4_l3vpn_test.sh' (114,799) at 20240405153054353 2025-03-14 03:00:53.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/cpu_init.c' (114,800) at 20210308005002800 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/rmi4/rmi_bus.c' (114,801) at 20240405153230731 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_add_sub.c' (114,802) at 20210307214926730 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/define_custom_trace.h' (114,803) at 20240405153052889 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.h' (114,804) at 20220525020653739 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/resolver/Kconfig' (114,805) at 20210307214928366 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/doc-guide/kernel-doc.rst' (114,806) at 20240405153045273 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/efi.c' (114,807) at 20240405153230147 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6350.dtsi' (114,808) at 20240405153045773 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gmu.xml.h' (114,809) at 20240405153230587 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/C-UDA-1.0' (114,810) at 20211006000025230 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/boot/dts/or1ksim.dts' (114,811) at 20210307214926310 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/validate-regulators-config_tests.cpp' (114,812) at 20240112090034344 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_cert.hpp' (114,813) at 20240819080030259 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/test/meson.build' (114,814) at 20210428000041234 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Haljeboda' (114,815) at 20210307205553782 2025-03-14 03:00:53.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/reset.c' (114,816) at 20240405153046257 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_cmdline.c' (114,817) at 20210308005003704 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-BaixoMinho' (114,818) at 20210307205553766 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dnspython/run-ptest' (114,819) at 20240301090012431 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/twl4030-madc.c' (114,820) at 20240405153048965 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/__init__.py' (114,821) at 20210307205554634 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/super.rst' (114,822) at 20240405153229807 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/pinmux-config-cei-tk1-som.h' (114,823) at 20210308005002944 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/types.hpp' (114,824) at 20230808080010204 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (114,825) at 20241206090014230 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/python3-edid-json-tool_0.9.1.bb' (114,826) at 20230809080018199 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/host/host-boot-enable.bbappend' (114,827) at 20230920080013648 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-beelink-mxiii.c' (114,828) at 20240405153049513 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2405.c' (114,829) at 20210309003653324 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sc8180x.c' (114,830) at 20240405153051349 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_tee.c' (114,831) at 20240405153230579 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vhost-user-gpu.c' (114,832) at 20240326080039398 2025-03-14 03:00:53.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s.dts' (114,833) at 20240405153045453 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/ldm.c' (114,834) at 20240405153046525 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/scm_blk.c' (114,835) at 20240405153231379 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip22/spaces.h' (114,836) at 20210307214926222 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/static-group-meta-networking' (114,837) at 20240301090012419 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-sim.yaml' (114,838) at 20210309003648320 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/idma.h' (114,839) at 20210307214932410 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/map_perf_ring.c' (114,840) at 20240405153054041 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-tsn.dts' (114,841) at 20240405153045537 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/qcm2290.c' (114,842) at 20240805080013959 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ManagedHost.interface.yaml' (114,843) at 20240629080019052 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/hash.c' (114,844) at 20210419100148337 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/0001-talloc-Add-configure-options-for-packages.patch' (114,845) at 20240413080012647 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/da_monitor_instrumentation.rst' (114,846) at 20240405153045273 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c' (114,847) at 20241011080017323 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/ixp4xx-rng.c' (114,848) at 20240405153046753 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/tcp_rtt.c' (114,849) at 20241008080014059 2025-03-14 03:00:53.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/Kconfig' (114,850) at 20210308005003080 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-audsys-clkid.h' (114,851) at 20240405153053969 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/meson.build' (114,852) at 20220913030027305 to deleted uid set 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch' (114,853) at 20230706080014733 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/ml605_nommu.dts' (114,854) at 20210308005002884 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/keyboard.h' (114,855) at 20210307214931414 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv4.h' (114,856) at 20210307214931650 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-common.h' (114,857) at 20240405153053981 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/start_host.cpp' (114,858) at 20240820080019934 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/coreboot_defconfig' (114,859) at 20210308005003256 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/aspeed_sdhci_ic.c' (114,860) at 20210525100144791 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/sockopt_qos_to_cc.c' (114,861) at 20240405153054273 2025-03-14 03:00:53.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/super.c' (114,862) at 20240820080014177 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ptp/ptp_ocp.c' (114,863) at 20240405153051445 to deleted uid set 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_priv.h' (114,864) at 20240405153231063 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/hists.h' (114,865) at 20241008080014051 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-deploy-image.bbappend' (114,866) at 20240302090018202 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_chips.h' (114,867) at 20210307214930370 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/rbd.c' (114,868) at 20241211090212214 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/Makefile' (114,869) at 20210308005002984 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-input.h' (114,870) at 20240906080037340 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/call.c' (114,871) at 20240405153051969 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Mup' (114,872) at 20211006000025238 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/efi/efi_32.c' (114,873) at 20240405153230147 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitsperlong.h' (114,874) at 20220525020654531 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-cpumux.h' (114,875) at 20240405153046793 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/imx_dsp_rproc.c' (114,876) at 20240405153231367 2025-03-14 03:00:53.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/set_memory.h' (114,877) at 20210307214931306 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/resetcontainer.h' (114,878) at 20240906080037332 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/bios_attrs.json' (114,879) at 20241111090035282 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-7040.dtsi' (114,880) at 20210309003648744 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_log.h' (114,881) at 20210307214931650 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/bitfield.h' (114,882) at 20240405153054049 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-mem.h' (114,883) at 20210307214930602 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ullanger_Skidsta' (114,884) at 20210307205553794 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-sigaltstack.c' (114,885) at 20240326080039754 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetection_v1.xml' (114,886) at 20240918080002712 to deleted uid set 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi' (114,887) at 20240405153229919 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak4642.yaml' (114,888) at 20240405153045161 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/w1/omap-hdq.txt' (114,889) at 20210307214925450 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_bz.S' (114,890) at 20210308005046529 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/adt7475.rst' (114,891) at 20210307214925498 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/omap_drm.h' (114,892) at 20210307214931618 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/boot_status_led_off.service' (114,893) at 20240119090013779 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_subprogs.c' (114,894) at 20240405153054277 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/event_groups.c' (114,895) at 20240405153054165 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/Kconfig' (114,896) at 20240613080016387 2025-03-14 03:00:53.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/Kconfig' (114,897) at 20210308005003084 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/cpld-version.service' (114,898) at 20210307205554082 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/bnxt_re-abi.h' (114,899) at 20240613080016507 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_crtc.c' (114,900) at 20240429080012416 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/clk.h' (114,901) at 20210308005003572 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml2/files/run-ptest' (114,902) at 20230503080014587 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/symlink.c' (114,903) at 20240405153052345 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adv7343.h' (114,904) at 20240405153052825 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0010-Define-glibc-compatible-basename-for-non-glibc-syste.patch' (114,905) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_r_qb.c' (114,906) at 20210308005046505 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb' (114,907) at 20231126090012805 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/.gitignore' (114,908) at 20210307214926558 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/posix_types.h' (114,909) at 20210308005002808 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/notify.c' (114,910) at 20240906080037592 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/agpgart.h' (114,911) at 20210307214931354 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_dfl_tod.c' (114,912) at 20240405153051445 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/entrypoints/entrypoints.lskel.h' (114,913) at 20240405153048813 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt711-sdca-sdw.c' (114,914) at 20240411080014158 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/cobra5272_uboot.gdb' (114,915) at 20210308005002944 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson-eeclk.h' (114,916) at 20240405153230215 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb' (114,917) at 20231126090012777 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/fsm.c' (114,918) at 20210307214928542 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' (114,919) at 20240521080035457 to deleted uid set 2025-03-14 03:00:53.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/main.cpp' (114,920) at 20240910080001402 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/Kconfig' (114,921) at 20240405153045649 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/ar2315.h' (114,922) at 20210307214926186 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sigmadsp.c' (114,923) at 20240405153232163 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp/configure.patch' (114,924) at 20240413080012639 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/hdmi.c' (114,925) at 20240405153052229 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen3.c' (114,926) at 20210308005003352 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/macio_asic.c' (114,927) at 20240405153230755 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/thunderx_88xx.h' (114,928) at 20210308005003620 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/marvell,dove.txt' (114,929) at 20210307214925274 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml' (114,930) at 20240405153229755 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/syscall_tp_user.c' (114,931) at 20240405153232099 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/actions,s900-cmu.h' (114,932) at 20210307214931322 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/cputime.h' (114,933) at 20240405153046277 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/grub-efi-cfg.bbclass' (114,934) at 20220910030013385 to deleted uid set 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/ehl_rt5660.c' (114,935) at 20240405153053945 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/mmu_hvm.c' (114,936) at 20240405153046497 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-pcm.h' (114,937) at 20240405153053933 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/meta/meson.build' (114,938) at 20240306090017812 to deleted uid set 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/reverse_cpuid.h' (114,939) at 20240411080014062 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/kvm-stat.h' (114,940) at 20240405153054197 2025-03-14 03:00:53.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/interrupts.c' (114,941) at 20210308005002828 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/en-us' (114,942) at 20210308005046145 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/hash_4k.c' (114,943) at 20240405153046181 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/ehci-rmobile.h' (114,944) at 20210308005002768 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/technologic,ts4800.txt' (114,945) at 20210307214925346 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/card.c' (114,946) at 20240405153051949 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/glops.c' (114,947) at 20240613080016487 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/setup-r7s72100.c' (114,948) at 20240405153045689 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xz/xz/run-ptest' (114,949) at 20240301090012475 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/config.h' (114,950) at 20240405153050521 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-target.c' (114,951) at 20240906080037136 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc_git.bb' (114,952) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/riscv/sifive/u74/microarch.json' (114,953) at 20240405153054113 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/fm.h' (114,954) at 20210308005003432 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml' (114,955) at 20240405153045093 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/hisilicon/hisi_uncore_pmu.c' (114,956) at 20240405153051273 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c' (114,957) at 20220525020652971 2025-03-14 03:00:53.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rt9467-charger.c' (114,958) at 20240405153051437 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbrdummy.netdev' (114,959) at 20210507100027212 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xsk_queue.c' (114,960) at 20240405153053413 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/Kconfig' (114,961) at 20210308005002980 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (114,962) at 20241211090212534 to deleted uid set 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/cpu_hotplug.h' (114,963) at 20210308005046001 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/net/Makefile' (114,964) at 20210307214926610 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-Follow-rrd-post-1.8-change.patch' (114,965) at 20241206090014242 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/wp.c' (114,966) at 20240405153054173 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/aide/aide/aide.conf' (114,967) at 20220721030015853 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/186.out' (114,968) at 20210927100127493 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_thermal_ambient_temperatures.robot' (114,969) at 20220419030202212 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/context_tracking_state.h' (114,970) at 20240405153052673 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf' (114,971) at 20210307205554082 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal_0.6.bb' (114,972) at 20220402030015895 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin' (114,973) at 20240906080037408 to deleted uid set 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/bug.h' (114,974) at 20210307214926578 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/vme.rst' (114,975) at 20240405153045197 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/Kconfig' (114,976) at 20220525020653047 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jsrender.min.js' (114,977) at 20210308004923384 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/test/route-test.c' (114,978) at 20240830080013355 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-p2571.dts' (114,979) at 20210308005002628 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8186-mmsys.h' (114,980) at 20240405153051761 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx_thermal.h' (114,981) at 20210308005003652 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ioam6_genl.h' (114,982) at 20220525020654575 2025-03-14 03:00:53.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_file.cpp' (114,983) at 20240817080031296 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/exynos/exynos_hdmi.c' (114,984) at 20240624080012776 to deleted uid set 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/kvm_host.h' (114,985) at 20240712080021057 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_mp.c' (114,986) at 20240405153046857 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-neoversen1.inc' (114,987) at 20240301090012451 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/FlashPoint.rst' (114,988) at 20210307214925558 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_gen3.c' (114,989) at 20210307214929986 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0005-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch' (114,990) at 20241221090017648 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/tegra.c' (114,991) at 20240405153045689 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-warm-reboot@.target' (114,992) at 20220301040040081 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb' (114,993) at 20241221090017552 to deleted uid set 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt722-sdca.h' (114,994) at 20240613080016547 2025-03-14 03:00:53.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-gmac-clk.yaml' (114,995) at 20240405153045021 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service' (114,996) at 20221201040015308 to deleted uid set 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/crc32.h' (114,997) at 20210308005003656 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mte_helper.c' (114,998) at 20240906080037460 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-cs2000-cp.c' (114,999) at 20240405153230207 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-client.dts' (115,000) at 20210308005002592 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/wext.c' (115,001) at 20240405153050553 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml' (115,002) at 20240813080021918 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ibmpex.c' (115,003) at 20240405153048857 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/Makefile.vdso' (115,004) at 20240326080039562 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.cpp' (115,005) at 20241112090003098 to deleted uid set 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/disp.c' (115,006) at 20240405153048609 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (115,007) at 20241206090014218 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/avoid-glibc-clashes.patch' (115,008) at 20210307205553874 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/olpc-xo1-rtc.txt' (115,009) at 20210307214925418 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_encoder_core.c' (115,010) at 20231014080008527 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-x86.h' (115,011) at 20240405153232287 2025-03-14 03:00:53.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gpio_local.h' (115,012) at 20210307214930542 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/bel-pfe.c' (115,013) at 20240405153048869 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/posix-timers.h' (115,014) at 20240405153052773 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_adjust_frags.c' (115,015) at 20240405153054265 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-reset-with-host-up.md' (115,016) at 20221209040006383 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/event_destination.hpp' (115,017) at 20240201090003032 to deleted uid set 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ-active.sh' (115,018) at 20230210040018891 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/kup-8xx.h' (115,019) at 20240405153230031 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/hw/Makefile' (115,020) at 20210307214930918 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/arch/arm64/elf_hwcaps.rst' (115,021) at 20240405153229739 to deleted uid set 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,g3dsys.txt' (115,022) at 20210307214925274 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.h' (115,023) at 20240405153047173 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_cldma.c' (115,024) at 20240411080014118 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/exception.json' (115,025) at 20240405153054109 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/zip/zip_deflate.c' (115,026) at 20210307214927082 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen6_ppgtt.h' (115,027) at 20240405153048481 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-debugfs.c' (115,028) at 20240405153230187 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/calxeda/ecx-common.dtsi' (115,029) at 20240405153045433 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_check.hpp' (115,030) at 20220319030055881 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/k3-udma-glue.h' (115,031) at 20220525020654563 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (115,032) at 20240703080014819 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/compat.c' (115,033) at 20240405153052993 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/sysmips.h' (115,034) at 20210307214926250 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-empty.err' (115,035) at 20210308005046413 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0001-gitignore-add-archives-from-lib-directory.patch' (115,036) at 20230211040012643 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/stdplus.wrap' (115,037) at 20220525020545509 2025-03-14 03:00:53.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/reg.h' (115,038) at 20210307214926242 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/include/libcper/sections/cper-section-pci-dev.h' (115,039) at 20241114091008832 to deleted uid set 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/poplar.c' (115,040) at 20210308005003004 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r2.dts' (115,041) at 20240405153229935 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/hmem_public.h' (115,042) at 20210307214930546 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/g_dnl.h' (115,043) at 20210308005003652 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-renesas-rzg2l.c' (115,044) at 20241104090011575 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/ah.c' (115,045) at 20210309003650132 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/smi.c' (115,046) at 20220525020653119 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/debug.h' (115,047) at 20210307214930546 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-xtensa-xtfpga.txt' (115,048) at 20210307214925442 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v1.bz2' (115,049) at 20210308005046473 to deleted uid set 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/spinlock.h' (115,050) at 20240405153046069 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/ib_rep.c' (115,051) at 20240405153049081 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (115,052) at 20210903000032571 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console.bb' (115,053) at 20241206090014226 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Logs/PostCodeLogsStore.js' (115,054) at 20241004080035963 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/signal.h' (115,055) at 20210307214926558 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/240' (115,056) at 20210927100127497 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/auto_fs.h' (115,057) at 20210307214931358 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/braille/Makefile' (115,058) at 20210307214926822 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq256xx.yaml' (115,059) at 20240405153229787 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/files/initd' (115,060) at 20220612030016735 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/Makefile' (115,061) at 20240405153231343 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_versal_mini.h' (115,062) at 20210308005003624 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8916.dtsi' (115,063) at 20240405153229943 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/namespace.c' (115,064) at 20240405153053053 2025-03-14 03:00:53.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/astro_mcf5373l_defconfig' (115,065) at 20210308005003248 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/genet/bcmgenet.c' (115,066) at 20240520080015155 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/Makefile' (115,067) at 20210308005003004 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.h' (115,068) at 20240405153050129 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/syscall.h' (115,069) at 20240405153045941 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/sysemu/machine.c' (115,070) at 20241211090212494 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-extended-tarball.bb' (115,071) at 20230813080012880 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-libxml2-cross-compile.patch' (115,072) at 20210307205553818 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8xx.dts' (115,073) at 20210307214926358 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1' (115,074) at 20210308005003736 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sm8350.h' (115,075) at 20220525020653191 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/distro/include/distro_alias.inc' (115,076) at 20241221090017612 to deleted uid set 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c' (115,077) at 20240405153047125 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch' (115,078) at 20230706080014737 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/clocksource/hyperv_timer.h' (115,079) at 20240405153052621 to deleted uid set 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sc8280xp-lpasscc.h' (115,080) at 20240405153052645 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi' (115,081) at 20240812080017228 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-test-client.c' (115,082) at 20220218040009056 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-block' (115,083) at 20210308005046393 2025-03-14 03:00:53.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/fcntl.h' (115,084) at 20210307214926590 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char.c' (115,085) at 20241211090212218 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/free_page_reporting.rst' (115,086) at 20240405153045297 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/internals.h' (115,087) at 20210307214930454 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch' (115,088) at 20210307205553750 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/MSS_Ingress_registers.h' (115,089) at 20210307214929306 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.err' (115,090) at 20210308005046401 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/x86_64.py' (115,091) at 20240405153054225 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/emux_nrpn.c' (115,092) at 20240405153054021 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/trace-hmp-cmds.c' (115,093) at 20240906080037584 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_police.c' (115,094) at 20240405153050173 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/layer.conf' (115,095) at 20241221090017476 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/trace-events' (115,096) at 20240326080039518 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-usb.c' (115,097) at 20240405153046769 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_proc.h' (115,098) at 20240326080039562 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/memcpy_64.S' (115,099) at 20240405153046469 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/53c700.h' (115,100) at 20220525020653975 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_dfs.c' (115,101) at 20210308005003368 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel-lte-ti.dts' (115,102) at 20240405153045781 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/layer.conf' (115,103) at 20241221090017476 2025-03-14 03:00:53.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/storage_device_message_registry.hpp' (115,104) at 20241211090002379 to deleted uid set 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-j456.dts' (115,105) at 20240405153045717 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/switches/idt_gen2.c' (115,106) at 20210307214930182 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b.c' (115,107) at 20230426080043928 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-chilisom.dtsi' (115,108) at 20240405153045589 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/meson.options' (115,109) at 20241213090002373 to deleted uid set 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/bcma_private.h' (115,110) at 20210307214926898 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/loader.lds.S' (115,111) at 20220525020652086 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c' (115,112) at 20240405153231311 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack/0001-linpack-Define-DP-only-when-SP-is-not-defined.patch' (115,113) at 20220204040022456 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv1/Makefile' (115,114) at 20210308005002540 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/cs46xx_lib.h' (115,115) at 20210307214932238 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/LogServices/test_post_codes.robot' (115,116) at 20240628080017121 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-pllv1.c' (115,117) at 20240405153046789 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/snow_defconfig' (115,118) at 20210308005003280 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/percpu.h' (115,119) at 20240405153231831 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/relocate_kernel.S' (115,120) at 20210309003648680 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-led-trigger-usbport' (115,121) at 20210309003648256 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cprt.c' (115,122) at 20210308005046069 2025-03-14 03:00:53.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio_function_calls.rst' (115,123) at 20220525020654131 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/frontend.json' (115,124) at 20240405153232227 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0299.c' (115,125) at 20240405153049297 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml' (115,126) at 20240405153045101 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/eeprom_at24c.c' (115,127) at 20241211090212314 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-test.c' (115,128) at 20241211090212546 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/me_to_redfish_hooks.cpp' (115,129) at 20240829080009330 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty.err' (115,130) at 20220429100100882 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_hw_arbiter.c' (115,131) at 20241211090145405 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.prettierrc.yaml' (115,132) at 20221207040023623 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/inetdevice.h' (115,133) at 20240405153052709 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/ddr.c' (115,134) at 20210308005002996 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/bus/match.hpp' (115,135) at 20240202090036724 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8950.dtsi' (115,136) at 20240405153229943 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0005-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch' (115,137) at 20241221090017464 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/Makefile' (115,138) at 20210308005003016 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/perf/arm_pmu.h' (115,139) at 20240405153231835 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc' (115,140) at 20210307214925190 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8550-tlmm.yaml' (115,141) at 20240405153045137 2025-03-14 03:00:53.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/libiscsi_tcp.h' (115,142) at 20210307214931586 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c' (115,143) at 20220525020652478 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/vimc.dot' (115,144) at 20240405153044957 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml' (115,145) at 20240405153229787 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/iocsr_config.h' (115,146) at 20210308005003052 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/omapfb.h' (115,147) at 20210307214931654 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-qcs404.h' (115,148) at 20240405153052645 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revA_defconfig' (115,149) at 20210308005003288 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/cz_ppsmc.h' (115,150) at 20240405153048333 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c' (115,151) at 20240405153230419 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/security-subjects.rst' (115,152) at 20231126090012821 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/ethernet.hpp' (115,153) at 20241228090003723 to deleted uid set 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mutex_api.h' (115,154) at 20240405153052745 2025-03-14 03:00:53.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig' (115,155) at 20220802100038577 2025-03-14 03:00:53.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_9_0_sh_mask.h' (115,156) at 20240405153230495 2025-03-14 03:00:53.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/sensor_monitoring.cpp' (115,157) at 20220402030035699 2025-03-14 03:00:53.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mips_itu.h' (115,158) at 20240906080037336 2025-03-14 03:00:53.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fujitsu/Makefile' (115,159) at 20240405153051761 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_int.h' (115,160) at 20210307214926242 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb' (115,161) at 20241221090017560 to deleted uid set 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-init.h' (115,162) at 20210308005002792 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/context_tracking.h' (115,163) at 20240405153052673 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/upcall.h' (115,164) at 20210307214931218 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/display-uclass.c' (115,165) at 20210308005003524 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/ip_fast_csum.S' (115,166) at 20240405153229995 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/mmu_defs.h' (115,167) at 20210307214930562 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/padlock-sha.c' (115,168) at 20220525020652390 2025-03-14 03:00:53.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-linux' (115,169) at 20241206090014314 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_1_7_sh_mask.h' (115,170) at 20220525020652698 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792-blanche.dts' (115,171) at 20210308005002600 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch' (115,172) at 20240309090012824 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SRIO_PCIE_BOOT_defconfig' (115,173) at 20210308005003244 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sha2.h' (115,174) at 20240405153052625 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/byteorder.h' (115,175) at 20240405153045945 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.out' (115,176) at 20241211090212542 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0002-lua-update-Makefile-to-use-environment-build-setting.patch' (115,177) at 20241221090017520 to deleted uid set 2025-03-14 03:00:53.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filesystems/binderfs/.gitignore' (115,178) at 20210307214932670 2025-03-14 03:00:53.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/secret_common.h' (115,179) at 20240326080039526 2025-03-14 03:00:53.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-sancloud-bbe.dts' (115,180) at 20240405153045589 2025-03-14 03:00:53.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch' (115,181) at 20241221090017468 2025-03-14 03:00:53.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cc_platform.h' (115,182) at 20240405153052665 2025-03-14 03:00:53.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/failed-syscalls-by-pid-report' (115,183) at 20210307214932566 2025-03-14 03:00:53.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/gp_padctrl.h' (115,184) at 20210308005002668 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_3_sh_mask.h' (115,185) at 20240405153047981 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/super.c' (115,186) at 20240527080023348 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/edd.h' (115,187) at 20210307214931630 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch' (115,188) at 20241221090017664 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/counter/rz-mtu3-cnt.c' (115,189) at 20240405153230251 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_dynset.c' (115,190) at 20240405153232063 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mroute6.h' (115,191) at 20240405153052925 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun4i-a10.c' (115,192) at 20240405153231335 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/ms02-nv.c' (115,193) at 20220525020653391 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-390.dtsi' (115,194) at 20240405153045449 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml' (115,195) at 20240405153045153 2025-03-14 03:00:53.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/pinmux-config-colibri_t30.h' (115,196) at 20210308005003084 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/clint.h' (115,197) at 20210309003648948 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/converter.py' (115,198) at 20210308005046237 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/Kconfig' (115,199) at 20210308005003048 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/image.h' (115,200) at 20210307214926494 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/ti-sci-power-domain.c' (115,201) at 20210308005003468 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_cmd.h' (115,202) at 20240405153050341 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/microwatt.c' (115,203) at 20220525020652030 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-drm.cfg' (115,204) at 20241221090017468 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/postcss.config.js' (115,205) at 20241004080035959 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgm20b.c' (115,206) at 20210307214927966 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/local_kptr_stash_fail.c' (115,207) at 20240405153232259 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/exynos-adc.c' (115,208) at 20210308005003332 2025-03-14 03:00:53.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kernel.h' (115,209) at 20240405153231815 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_2_0_sh_mask.h' (115,210) at 20240405153047729 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0004-use-asm-sgidefs.h.patch' (115,211) at 20241221090017660 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/e300.h' (115,212) at 20210308005002836 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/Makefile' (115,213) at 20210308005002848 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-unknown.out' (115,214) at 20210308005046397 to deleted uid set 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-kernel-fadump_registered' (115,215) at 20220525020651630 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/gpio.c' (115,216) at 20240405153051353 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/const.h' (115,217) at 20210307214931694 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-starting@.target' (115,218) at 20220301040040081 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-9.c' (115,219) at 20210307214931190 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h' (115,220) at 20240405153051345 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sm8350.c' (115,221) at 20240805080013943 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/Makefile' (115,222) at 20210308005002916 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Privileges.v1_0_6.json' (115,223) at 20240619080002952 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_poweron.sh' (115,224) at 20230606080013598 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/README' (115,225) at 20210308005002968 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-class-backlight' (115,226) at 20210309003648244 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/ftrace-direct-modify.c' (115,227) at 20240405153053429 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/witherspoon.conf' (115,228) at 20241031080012183 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/controllers/hisi-sfc.c' (115,229) at 20240405153049709 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/vas.h' (115,230) at 20240405153230055 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rio_ids.h' (115,231) at 20240405153052789 2025-03-14 03:00:53.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/bcm2835_aux.h' (115,232) at 20210308005046005 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/memcpy_kunit.c' (115,233) at 20240405153231951 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/trancevibrator.c' (115,234) at 20210605000027760 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/compat_vdso.lds.S' (115,235) at 20240405153046253 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_forward.c' (115,236) at 20220525020654927 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_zdev.c' (115,237) at 20240405153052165 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/conf/layer.conf' (115,238) at 20241221090017548 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/Kconfig' (115,239) at 20210307214932098 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/fsl_pci_init.c' (115,240) at 20210308005003448 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/cpu.c' (115,241) at 20210308005002848 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/macsec.h' (115,242) at 20240503080014502 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/blockcheck.c' (115,243) at 20220525020654463 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.1' (115,244) at 20211006000025242 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-intel-lgm.c' (115,245) at 20240405153051449 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/allwinner/sun4i-emac.h' (115,246) at 20240405153049781 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-_UDC_-gadget' (115,247) at 20210309003648256 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M53017EVB_defconfig' (115,248) at 20210308005003236 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_footer.h' (115,249) at 20210308005003704 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/googletest.wrap' (115,250) at 20210706231659773 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c' (115,251) at 20240405153047205 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/Makefile' (115,252) at 20210308005003488 2025-03-14 03:00:53.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/iwpm_msg.c' (115,253) at 20220525020653115 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_volume.c' (115,254) at 20210307214932218 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/time_types.h' (115,255) at 20210307214931662 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/README.md' (115,256) at 20230623080027929 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/shmin.h' (115,257) at 20210308005003616 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/dma-noncoherent.c' (115,258) at 20210309003648924 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra-common.h' (115,259) at 20210308005003620 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lgm.yaml' (115,260) at 20240405153045089 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/radix-tree.h' (115,261) at 20210307214932630 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/ixp4xx_defconfig' (115,262) at 20240405153045613 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-generic.dts' (115,263) at 20210308005002592 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-local-eid' (115,264) at 20240628080015597 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/258.out' (115,265) at 20210927100127501 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/virtio_pmem.c' (115,266) at 20240405153051197 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/memcpy-archs.S' (115,267) at 20210307214925674 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/leds/leds-pca9532.h' (115,268) at 20210307214931338 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/vt1211.c' (115,269) at 20240405153048881 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/statfs.h' (115,270) at 20210307214931306 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel.dtsi' (115,271) at 20240405153046241 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/fw_filesystem.sh' (115,272) at 20240405153054301 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/virtual-memory.json' (115,273) at 20240405153054133 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/irq/imask.c' (115,274) at 20210307214926558 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/README.md' (115,275) at 20220804030014671 2025-03-14 03:00:53.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/ashldi3.S' (115,276) at 20210308005002708 2025-03-14 03:00:53.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_gnttab.c' (115,277) at 20240906080037228 2025-03-14 03:00:53.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts' (115,278) at 20240805080013915 2025-03-14 03:00:53.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/Makefile' (115,279) at 20240405153047301 2025-03-14 03:00:53.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac.h' (115,280) at 20240405153231227 2025-03-14 03:00:53.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/nuvoton/test_redfish_mcu_fw_update.robot' (115,281) at 20240628080017117 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_9_0_offset.h' (115,282) at 20240405153048229 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/apcs-sdx55.c' (115,283) at 20240405153046805 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4412-trats2.dts' (115,284) at 20210308005002580 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hardware/meson.build' (115,285) at 20230825080021133 to deleted uid set 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/Kconfig' (115,286) at 20240405153230731 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi' (115,287) at 20240405153229971 2025-03-14 03:00:53.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h' (115,288) at 20240405153048621 2025-03-14 03:00:53.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/cnic_defs.h' (115,289) at 20210307214929338 2025-03-14 03:00:53.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/uapi/sun6i-isp-config.h' (115,290) at 20240405153051865 2025-03-14 03:00:53.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/virtual-memory.json' (115,291) at 20240405153054145 2025-03-14 03:00:53.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-dspeve-thermal.dtsi' (115,292) at 20240405153045597 2025-03-14 03:00:53.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/Makefile' (115,293) at 20210308005003080 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs7_verify.c' (115,294) at 20240405153046533 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt.inc' (115,295) at 20241221090017672 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/peak_usb/pcan_usb_core.c' (115,296) at 20240405153230899 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend' (115,297) at 20241221090017576 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/Kconfig' (115,298) at 20240405153049465 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fs_uuid.c' (115,299) at 20210308005003212 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-imx8-pcie.h' (115,300) at 20240405153052649 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c' (115,301) at 20240405153048657 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/vmstate.rs' (115,302) at 20241211090212458 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/sc-r5k.c' (115,303) at 20210307214926278 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func4.c' (115,304) at 20240405153054277 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/public_key.h' (115,305) at 20240405153231791 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ConnectionMethodCollection_v1.xml' (115,306) at 20240619080002920 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/boot/install.sh' (115,307) at 20240405153046317 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-quiesce@.target' (115,308) at 20220715030029437 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/memory-region-housekeeping.cocci' (115,309) at 20210927100127345 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/laptop/freefall/freefall.c' (115,310) at 20210307214932486 2025-03-14 03:00:53.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm_zatm.h' (115,311) at 20210307214931622 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf.h' (115,312) at 20241220090018326 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.c' (115,313) at 20240405153230415 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/idset.h' (115,314) at 20210307214930242 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/da8xx_gpio.h' (115,315) at 20210308005003376 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/soc_dma.c' (115,316) at 20240906080037220 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-alderlake.c' (115,317) at 20240405153231319 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pmu/exynos_ppmu.h' (115,318) at 20210307214931346 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda1004x.h' (115,319) at 20210307214928646 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_control.hpp' (115,320) at 20240703080039227 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/eabi_compat.c' (115,321) at 20210308005002708 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/dct.h' (115,322) at 20220525020653083 2025-03-14 03:00:53.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/MC68VZ328.h' (115,323) at 20210307214926158 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Kconfig' (115,324) at 20210308005002828 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/multigen_lru.rst' (115,325) at 20240405153045229 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/.gitignore' (115,326) at 20210307214932462 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__senders_core.hpp' (115,327) at 20240731080033662 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/core/jump-labels/arch-support.txt' (115,328) at 20240405153045197 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/max34451-test.c' (115,329) at 20240326080039738 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/seaboard.h' (115,330) at 20210308005003616 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause' (115,331) at 20210307205554418 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/samsung/clksrc-change-registers.awk' (115,332) at 20240405153044973 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssbi.h' (115,333) at 20210307214931514 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/emac/zmii.c' (115,334) at 20240405153230955 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/msa311.c' (115,335) at 20240405153048941 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ep0.h' (115,336) at 20210308005003508 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/psu.cpp' (115,337) at 20231027080010242 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/protocol.py' (115,338) at 20221215040039258 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/start.S' (115,339) at 20210308005002544 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/scan.h' (115,340) at 20240405153050705 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_adminq.c' (115,341) at 20240405153230947 2025-03-14 03:00:53.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/i2c/other/ak4117.c' (115,342) at 20240405153053509 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/Kconfig' (115,343) at 20240405153050433 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt' (115,344) at 20210307214925378 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/altera_pio.txt' (115,345) at 20210308005003304 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC/meson.build' (115,346) at 20240925080024982 to deleted uid set 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__p2300.hpp' (115,347) at 20241219090033964 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/file_io.h' (115,348) at 20240209090010988 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_dsi.c' (115,349) at 20240405153230539 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_red_root.sh' (115,350) at 20240405153054297 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch' (115,351) at 20210307205554534 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/generators/Kconfig' (115,352) at 20210307214930170 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-samhainrc.patch' (115,353) at 20210307205554122 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/129' (115,354) at 20240326080039730 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/images.h' (115,355) at 20210309003654536 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Logdealv' (115,356) at 20210307205553786 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/Kconfig' (115,357) at 20210308005003020 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/controllers/nxp-spifi.c' (115,358) at 20240405153230883 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/signal.h' (115,359) at 20240405153046321 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition.json' (115,360) at 20210308005046409 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml' (115,361) at 20240405153045153 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_dbus.robot' (115,362) at 20240627080021044 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl' (115,363) at 20210308005002876 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kfence/Makefile' (115,364) at 20240405153053129 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_main.c' (115,365) at 20240405153230719 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/bootimg.c' (115,366) at 20210308005003172 2025-03-14 03:00:53.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hsi/clients/Kconfig' (115,367) at 20210307214928110 2025-03-14 03:00:53.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8167-clk.h' (115,368) at 20210309003653812 2025-03-14 03:00:53.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt.c' (115,369) at 20241211090145457 2025-03-14 03:00:53.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_hw_20_comp.h' (115,370) at 20240405153046957 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/cmd.h' (115,371) at 20240405153050141 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/iss4xx.dts' (115,372) at 20210307214926354 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py' (115,373) at 20210307205554266 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/atom-names.h' (115,374) at 20210307214927698 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/OCOTShutdownPolicy/meson.build' (115,375) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbinput.c' (115,376) at 20240405153230167 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/Kconfig' (115,377) at 20240405153045693 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/0001-Fru-Fix-edit-field-not-checking-area-existence.patch' (115,378) at 20241206090014274 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.txt' (115,379) at 20210307214925382 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (115,380) at 20241112090023994 to deleted uid set 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/cabextract_1.11.bb' (115,381) at 20241206090014258 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c' (115,382) at 20210307214927950 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/tools/config.h' (115,383) at 20210307214932478 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch' (115,384) at 20210608000015803 to deleted uid set 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_scsi.c' (115,385) at 20240405153051593 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/OWNERS' (115,386) at 20240719080029337 to deleted uid set 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/asoc-ti-mcbsp.h' (115,387) at 20210307214931470 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_chipcommon.c' (115,388) at 20240405153046697 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/read_patch.cpp' (115,389) at 20210308005108645 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/trace-events' (115,390) at 20241211090212338 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/migo_r.c' (115,391) at 20210308005003032 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/test01.txt' (115,392) at 20210308005003772 2025-03-14 03:00:53.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sed/sed_4.9.bb' (115,393) at 20241221090017680 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/rdma.rst' (115,394) at 20210309003648268 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/mapfile.csv' (115,395) at 20240405153054117 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/argv_split.c' (115,396) at 20240405153231947 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-bwc.rst' (115,397) at 20240405153045301 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793-gose.dts' (115,398) at 20210308005002600 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/Makefile' (115,399) at 20210308005003420 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/perlnative.bbclass' (115,400) at 20220910030013389 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stm32/Kconfig' (115,401) at 20210308005003532 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mvebu-cp110-utmi.c' (115,402) at 20240405153231311 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/host_notifier.hpp' (115,403) at 20221005030030498 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_flash.c' (115,404) at 20210308005108641 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/os.c' (115,405) at 20210308005002844 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs780_dpm.h' (115,406) at 20210307214928018 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/clock.c' (115,407) at 20241211090212262 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/srcutiny.c' (115,408) at 20240830080013339 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/layer.conf' (115,409) at 20241221090017484 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Slot/meson.build' (115,410) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/rslist.c' (115,411) at 20240405153046625 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml' (115,412) at 20240405153229771 2025-03-14 03:00:53.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr_param.h' (115,413) at 20210307214930554 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/super.c' (115,414) at 20241211090145513 to deleted uid set 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/egl-headless.c' (115,415) at 20241211090212554 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tampere_Pyynikki' (115,416) at 20210307205553774 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/netns.sh' (115,417) at 20241211090145577 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/Kconfig' (115,418) at 20240405153049921 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_active.h' (115,419) at 20240405153048521 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_res.h' (115,420) at 20240405153051601 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/042.out' (115,421) at 20210308005046437 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma1_qm_axuser_nonsecured_regs.h' (115,422) at 20240405153046601 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross_1.22.8.bb' (115,423) at 20241221090017660 to deleted uid set 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/services/xyz.openbmc_project.Software.Psu.Updater.service' (115,424) at 20240625080033420 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x06_channel.h' (115,425) at 20210307214928082 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/monitordisk.py' (115,426) at 20230919080013966 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/brec.c' (115,427) at 20210307214931118 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-kvm.txt' (115,428) at 20240405153054081 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-pci.c' (115,429) at 20241211090212266 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/acpi/wakeup_32.S' (115,430) at 20220525020652154 2025-03-14 03:00:53.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/adc/ADCSensor.cpp' (115,431) at 20241112090003090 to deleted uid set 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nandsim.c' (115,432) at 20240405153049701 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/heartbeat.h' (115,433) at 20240405153052465 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal_tx.h' (115,434) at 20240405153050437 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgk208.fuc5.h' (115,435) at 20210307214927938 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/id_button.cpp' (115,436) at 20220622030021581 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x05.h' (115,437) at 20210307214928082 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/generate_rust_analyzer.py' (115,438) at 20240405153232103 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ppc4xx/xor.h' (115,439) at 20240405153047001 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/octeon-irq.c' (115,440) at 20240405153045993 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomains33xx_data.c' (115,441) at 20240405153045669 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/rculist_nulls.rst' (115,442) at 20240405153229735 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/reset.h' (115,443) at 20240405153045681 2025-03-14 03:00:53.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hypervisor.h' (115,444) at 20240405153052701 2025-03-14 03:00:53.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cik_reg.h' (115,445) at 20210307214927998 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_8_0_enum.h' (115,446) at 20210307214927522 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/pmu.c' (115,447) at 20240405153046501 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/cirrus/ep93xx-pcm.c' (115,448) at 20210307214932290 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/acpi-dma.c' (115,449) at 20220525020652402 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/dsa.c' (115,450) at 20240405153053233 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/cmd.h' (115,451) at 20210307214929962 2025-03-14 03:00:53.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/access_control/test_obmc_gui_local_users.robot' (115,452) at 20240628080017113 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/imximage.cfg' (115,453) at 20210308005002944 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/Makefile' (115,454) at 20210308005002756 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/flipper-pic.c' (115,455) at 20240405153046209 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/c29x_serdes.c' (115,456) at 20210308005002828 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/cmdline.c' (115,457) at 20240613080016379 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/timer.c' (115,458) at 20210308005002548 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/zalloc.h' (115,459) at 20210307214932478 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-qcom-flash.c' (115,460) at 20240805080013963 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vgem/vgem_drv.h' (115,461) at 20240405153048785 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ux500-msp.txt' (115,462) at 20210307214925438 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast10x0.c' (115,463) at 20240906080037188 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/amd5536udc.h' (115,464) at 20240405153052077 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/TODO' (115,465) at 20210307214927122 2025-03-14 03:00:53.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/table.c' (115,466) at 20210307214929926 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/funcore/fun_hci.h' (115,467) at 20240405153049933 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/mpc5121_nfc.c' (115,468) at 20240405153230871 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/Makefile' (115,469) at 20240405153231935 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_sysctl.c' (115,470) at 20240405153051729 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/offchannel.c' (115,471) at 20241008080014035 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/apple-gmux.c' (115,472) at 20240405153051397 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/kexec_elf.c' (115,473) at 20210307214926518 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-mamoj.dts' (115,474) at 20240405153045497 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/watchdog/.gitignore' (115,475) at 20210307214932734 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/ar9331.c' (115,476) at 20240405153230911 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-ecovec24/mach/romimage.h' (115,477) at 20210307214926558 2025-03-14 03:00:53.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/athub_v1_0.c' (115,478) at 20240405153047125 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dlink/sundance.c' (115,479) at 20240405153049905 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/arch/Build' (115,480) at 20210307214932470 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_bmap_btree.c' (115,481) at 20240405153052565 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/trace-events' (115,482) at 20240906080037488 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/boot.S' (115,483) at 20240326080039742 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb' (115,484) at 20241221090017560 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atarikb.h' (115,485) at 20210307214926158 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/bios_table.c' (115,486) at 20241009080011081 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/xlnx-zynqmp.h' (115,487) at 20241211090212358 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_live_selftests.h' (115,488) at 20240405153048545 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c' (115,489) at 20240405153230355 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/simba.h' (115,490) at 20210308005046021 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/Policy/meson.build' (115,491) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_TPROXY.h' (115,492) at 20210307214931646 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/wide_access.c' (115,493) at 20220525020655203 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb' (115,494) at 20220402030015903 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/msppp.h' (115,495) at 20220525020652947 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa57-cortexa53.inc' (115,496) at 20240301090012451 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/spi-davinci.h' (115,497) at 20210307214931482 2025-03-14 03:00:53.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/helper.c' (115,498) at 20210309003655976 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_util.c' (115,499) at 20210308005003416 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm2711-dvp.c' (115,500) at 20240617080017382 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/meson.build' (115,501) at 20230925080039989 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.3.bb' (115,502) at 20240309090012804 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/marvell,kirkwood.txt' (115,503) at 20210307214925274 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/callback.h' (115,504) at 20240405153052957 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/sislands_smc.h' (115,505) at 20240405153230503 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83781d.rst' (115,506) at 20210309003648428 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/sigp.h' (115,507) at 20220525020652098 2025-03-14 03:00:53.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/zip.c' (115,508) at 20240405153054061 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/policyTable.json' (115,509) at 20210308005111461 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/misc.c' (115,510) at 20240405153052333 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb' (115,511) at 20240302090018210 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a73a4.c' (115,512) at 20240405153051353 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/policy.c' (115,513) at 20240405153052321 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/files/ahe50dc.cfg' (115,514) at 20221122040015511 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/config' (115,515) at 20220525020655231 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/io.cpp' (115,516) at 20240822080031261 2025-03-14 03:00:53.130-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/88pm860x.txt' (115,517) at 20210307214925358 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-mt6359.c' (115,518) at 20241216090017805 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6dsp-lpass-clocks.h' (115,519) at 20240405153053981 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/udma-pcm.h' (115,520) at 20210309003654944 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c' (115,521) at 20240405153046949 to deleted uid set 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-apf27dev.dts' (115,522) at 20240405153229883 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/gpio-beeper.c' (115,523) at 20210307214928482 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/nested-vmx.rst' (115,524) at 20240405153045329 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-ipc.c' (115,525) at 20240405153232183 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cache.h' (115,526) at 20210309003648984 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-kenzo.dts' (115,527) at 20240405153045749 to deleted uid set 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_vce.c' (115,528) at 20240405153230627 2025-03-14 03:00:53.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c' (115,529) at 20210308005003456 2025-03-14 03:00:53.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-integrity.c' (115,530) at 20240919080017058 2025-03-14 03:00:53.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/extable.h' (115,531) at 20210307214931302 2025-03-14 03:00:53.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_default_test.c' (115,532) at 20240405153054357 2025-03-14 03:00:53.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-dhcrelay.service.in' (115,533) at 20240913080015313 to deleted uid set 2025-03-14 03:00:53.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/scenario.py' (115,534) at 20240326080039726 2025-03-14 03:00:53.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_netfilter_ipv6.c' (115,535) at 20240405153231999 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serdev/Kconfig' (115,536) at 20210307214930738 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/ingenic,phy-usb.yaml' (115,537) at 20240405153045129 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_fdir.c' (115,538) at 20240405153050005 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/ip-sysctl.rst' (115,539) at 20240405153229823 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astroid_3.3.5.bb' (115,540) at 20241221090017548 to deleted uid set 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/cpumask.c' (115,541) at 20240830080013339 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/event.hpp' (115,542) at 20230523080003149 to deleted uid set 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8782.c' (115,543) at 20240405153053869 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/error_messages.hpp' (115,544) at 20241224090003032 to deleted uid set 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utils_config.robot' (115,545) at 20240627080021048 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/charlcd.h' (115,546) at 20220525020652262 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/meson.build' (115,547) at 20241211090212494 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/cma_debug.c' (115,548) at 20240405153053121 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/rdma.c' (115,549) at 20240405153050129 2025-03-14 03:00:53.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/poplar-pinctrl.dtsi' (115,550) at 20210307214926022 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ths8200_regs.h' (115,551) at 20210307214928670 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23.dtsi' (115,552) at 20240405153045389 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/journal.hpp' (115,553) at 20240820080027374 to deleted uid set 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-info.c.inc' (115,554) at 20240906080037328 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/time64.h' (115,555) at 20210307214932474 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/note.S' (115,556) at 20210309003649008 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/ucd9000.c' (115,557) at 20240520080015151 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0008-ext-imap-config.m4-fix-include-paths.patch' (115,558) at 20220204040022468 to deleted uid set 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/Makefile' (115,559) at 20240405153049909 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/include/arch-tests.h' (115,560) at 20240405153054085 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/smp-bmips.c' (115,561) at 20240405153046029 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lillpite_Bastaberget' (115,562) at 20210307205553786 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/Kconfig' (115,563) at 20240405153049569 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-dv-timings.rst' (115,564) at 20220525020651786 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/errno-base.h' (115,565) at 20210307214931614 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/altera_jtaguart.c' (115,566) at 20240405153231511 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-darwin' (115,567) at 20241206090014350 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/pluggable.cpp' (115,568) at 20210308005116217 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/riscv/starfive.yaml' (115,569) at 20240405153045153 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/unistd.h' (115,570) at 20210307214926310 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpcihp_zt5550.c' (115,571) at 20210307214930026 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/b2c2/flexcop-i2c.c' (115,572) at 20210307214928598 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_decodetree.py' (115,573) at 20240906080037476 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/Makefile' (115,574) at 20240405153045637 2025-03-14 03:00:53.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/kirkwood-pm.c' (115,575) at 20210307214925902 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80-optimus.dts' (115,576) at 20210308005002628 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-video-v4l.c' (115,577) at 20210307214928846 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_lcd.dtsi' (115,578) at 20210308005002572 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/cpus.h' (115,579) at 20240326080039550 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_eiger.c' (115,580) at 20210307214925658 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1-eval.dts' (115,581) at 20240405153045737 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/kp_id_rev.c' (115,582) at 20210308005003012 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts' (115,583) at 20240405153045425 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/env_unittest.cpp' (115,584) at 20210308004940468 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_sun4v_asm.S' (115,585) at 20210307214926598 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/posix-timers.h' (115,586) at 20210307214931770 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kprobe_multi.c' (115,587) at 20240405153054269 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/isl6421.h' (115,588) at 20210307214928626 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp.h' (115,589) at 20240405153051513 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/vmw_vsock/vsock_bpf.c' (115,590) at 20241104090011619 to deleted uid set 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/port100.c' (115,591) at 20240405153051181 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/stacktrace_build_id.c' (115,592) at 20240405153054261 2025-03-14 03:00:53.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/conn-states-8.dot' (115,593) at 20210307214925218 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_3_1_sh_mask.h' (115,594) at 20210309003649632 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/vt1636.h' (115,595) at 20210307214930950 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_irq.c' (115,596) at 20210307214932218 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/bcd_time.cpp' (115,597) at 20241002080024870 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-qemu/device.h' (115,598) at 20210308005002876 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vmalloc.h' (115,599) at 20210307214926250 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1372-i2c.c' (115,600) at 20240405153053561 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/Kbuild' (115,601) at 20210307214926122 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/files/no-path-adjust.patch' (115,602) at 20220721030015885 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/arch_dump.c' (115,603) at 20221215040039298 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-orangepi.dts' (115,604) at 20210308005002624 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_bounds.c' (115,605) at 20220525020655203 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend' (115,606) at 20241101080022236 2025-03-14 03:00:53.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mip6.h' (115,607) at 20210307214931566 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/minicom/minicom_2.9.bb' (115,608) at 20240309090012824 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/der.c' (115,609) at 20241211090212226 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.c' (115,610) at 20240405153046953 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_main.c' (115,611) at 20240405153050361 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb' (115,612) at 20241221090017504 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-dai-ops.c' (115,613) at 20240405153232195 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/kconfig.h' (115,614) at 20210307214932630 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_gfx.c' (115,615) at 20241211090212294 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-devices-system-cpu' (115,616) at 20240405153044913 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/omap_clk.c' (115,617) at 20241211090212298 2025-03-14 03:00:53.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/alloc_cache.h' (115,618) at 20240405153052965 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c' (115,619) at 20220525020653631 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/jazz/jazzdma.c' (115,620) at 20240910080014018 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mgag200/mgag200_g200se.c' (115,621) at 20240405153230587 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/super.c' (115,622) at 20240712080021089 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/Makefile' (115,623) at 20210307214927742 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.menu' (115,624) at 20210308005003296 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK07' (115,625) at 20210307214932714 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/udma-pcm.c' (115,626) at 20210309003654944 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-events.c' (115,627) at 20240906080037212 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/allwinner/Makefile' (115,628) at 20210308005003452 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6-logicpd-baseboard.dtsi' (115,629) at 20240405153045493 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/tmp105.c' (115,630) at 20241211090212334 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/pio.h' (115,631) at 20210307214929794 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/Makefile' (115,632) at 20210307214928350 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/qos-test.c' (115,633) at 20210307214926894 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js' (115,634) at 20210307205554278 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/MAINTAINERS' (115,635) at 20210308005003000 2025-03-14 03:00:53.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Amotfors_Kroppstad' (115,636) at 20210307205553778 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nl802154.h' (115,637) at 20240405153052861 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vstl.c' (115,638) at 20240326080039746 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/manifest.py' (115,639) at 20230520080014496 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/module/obmc/wsgi/examples/websockets/client_simple.html' (115,640) at 20210308004941620 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-max77650.yaml' (115,641) at 20240405153045089 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/fops.c' (115,642) at 20240613080016379 to deleted uid set 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/hardirq.h' (115,643) at 20210307214925646 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/index.rst' (115,644) at 20240405153045189 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-hid-sensor-time.c' (115,645) at 20240405153051497 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/platform/Kconfig.platform' (115,646) at 20220525020652018 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/native-helpers.patch' (115,647) at 20230706080014757 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/dram_init.c' (115,648) at 20210308005002784 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/priv.h' (115,649) at 20240405153048633 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb' (115,650) at 20220201040012789 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/bitops.h' (115,651) at 20210308005002808 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb' (115,652) at 20240301090012435 to deleted uid set 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb' (115,653) at 20240413080012659 2025-03-14 03:00:53.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/time_sh2.c' (115,654) at 20210308005002852 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_8b_10b.c' (115,655) at 20240405153047297 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/logips2pp.h' (115,656) at 20210307214928490 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/core.c' (115,657) at 20240405153051397 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt' (115,658) at 20210307214925366 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/pwrseq.h' (115,659) at 20210307214929182 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_msgq.c' (115,660) at 20240405153049853 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/rtla.c' (115,661) at 20240405153054385 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723de.c' (115,662) at 20240405153050653 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/grandridge/virtual-memory.json' (115,663) at 20240405153054137 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb' (115,664) at 20240413080012647 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/irqnr.h' (115,665) at 20210307214931638 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sunplus/sp7021.c' (115,666) at 20240405153045689 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iosb.c' (115,667) at 20240906080037252 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/logo/BuiltOnOpenBMC.svg' (115,668) at 20210826000011744 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/itertools-0.11-rs.wrap' (115,669) at 20241211090212458 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/dont-link-to-host.patch' (115,670) at 20220910030013429 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios_interrupts.c' (115,671) at 20210308005002884 2025-03-14 03:00:53.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/notify/fdinfo.c' (115,672) at 20240405153052449 to deleted uid set 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/tripwire.py' (115,673) at 20210307205554110 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi_reg.h' (115,674) at 20240405153050341 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_masks.h' (115,675) at 20240405153046585 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-restart.svg' (115,676) at 20210308005107069 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/osinfo-db_20240701.bb' (115,677) at 20241221090017540 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/other.json' (115,678) at 20240405153054141 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/pager.c' (115,679) at 20210307214932494 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am3517_evm.h' (115,680) at 20210308005003584 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p2041_ids.c' (115,681) at 20210308005002832 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sparc64/drivers/adi-test.c' (115,682) at 20240405153054373 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/omap3_spi.c' (115,683) at 20210308005003492 2025-03-14 03:00:53.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-logs-to-file-no-sections' (115,684) at 20241004080013211 2025-03-14 03:00:53.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/Makefile' (115,685) at 20220525020653819 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/trace/trace.c' (115,686) at 20241104090011611 to deleted uid set 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c' (115,687) at 20240405153230935 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-afe-common.h' (115,688) at 20240405153053961 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native_git.bb' (115,689) at 20220921030015986 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/boot-elf/.gitignore' (115,690) at 20210307214926758 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/irqlinks.asl' (115,691) at 20210308005002876 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/finish' (115,692) at 20220721030015873 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-ubi/fstab' (115,693) at 20210307205554058 2025-03-14 03:00:53.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_dev_bound_only.c' (115,694) at 20240405153232259 2025-03-14 03:00:53.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/apple.c' (115,695) at 20241211090145473 2025-03-14 03:00:53.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/Makefile' (115,696) at 20240808080031672 2025-03-14 03:00:53.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/time.c' (115,697) at 20210308005003712 2025-03-14 03:00:53.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_prctl.h' (115,698) at 20221215040039202 2025-03-14 03:00:53.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_7_2_sh_mask.h' (115,699) at 20210307214927522 2025-03-14 03:00:53.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/if.md' (115,700) at 20240809080033023 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/index.rst' (115,701) at 20240405153229835 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mtd/nand/raw/cadence-nand-controller.c' (115,702) at 20240405153049689 to deleted uid set 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt' (115,703) at 20210307214925422 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/media.h' (115,704) at 20240405153052925 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/Kconfig' (115,705) at 20210308005003048 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-missing-data.json' (115,706) at 20210308005046405 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/usb-dbg.hpp' (115,707) at 20240828080004691 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/Makefile' (115,708) at 20210308005003476 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/server/interface.cpp' (115,709) at 20240817080036824 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-synology-ds414.dts' (115,710) at 20210308005002568 2025-03-14 03:00:53.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tdx-guest.h' (115,711) at 20240405153052941 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/net2272.c' (115,712) at 20240405153231555 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcd.h' (115,713) at 20240405153052661 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/phy/phy.h' (115,714) at 20210308005003636 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/highmem.rst' (115,715) at 20240405153229819 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/iommu/config' (115,716) at 20240405153232267 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/hpet.rst' (115,717) at 20210307214925570 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-phytec-phycore-rdk.dts' (115,718) at 20240405153229883 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/starfive,jh7110-pinctrl.h' (115,719) at 20240405153052653 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ingenic/phy-ingenic-usb.c' (115,720) at 20240405153231311 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/afu_irq.c' (115,721) at 20240405153049645 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/hns3-pmu.rst' (115,722) at 20240405153044961 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn533/i2c.c' (115,723) at 20240405153051181 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7785lcr_defconfig' (115,724) at 20210308005003280 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/remoteproc/qcom_rproc.h' (115,725) at 20220525020654611 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/console/glome-login/glome-login.sh.in' (115,726) at 20220902100011053 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/dpcsup.c' (115,727) at 20210309003652328 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/idle_inject.c' (115,728) at 20240405153051445 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-host.c' (115,729) at 20240906080037212 2025-03-14 03:00:53.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/MAINTAINERS' (115,730) at 20210308005002952 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_6_offset.h' (115,731) at 20240405153047669 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/param_test.c' (115,732) at 20240405153054369 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/sclk-div.h' (115,733) at 20210307214926994 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb' (115,734) at 20220402030015907 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Forward-port-to-OpenSSL-1.1.x.patch' (115,735) at 20210307205553882 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx_rngc.h' (115,736) at 20210308005046021 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/samsung-i2s.c' (115,737) at 20210308005003488 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/rethook.c' (115,738) at 20240405153231935 2025-03-14 03:00:53.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/trees.h' (115,739) at 20210308005003716 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5682.h' (115,740) at 20240405153232159 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/file.c' (115,741) at 20240405153231691 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/perf_event.h' (115,742) at 20241104090011563 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm_5301x.c' (115,743) at 20240405153229911 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/100_intel_refcode.dts' (115,744) at 20210308005003752 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qtest/ufs-test.c' (115,745) at 20241211090212550 to deleted uid set 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/common-utils.h' (115,746) at 20241114091008832 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/ptrace.h' (115,747) at 20210307214926682 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm.yaml' (115,748) at 20240405153045141 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/Kconfig' (115,749) at 20240405153049449 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/lt3651-charger.c' (115,750) at 20210307214930162 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink.c' (115,751) at 20240405153053329 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-ac2xx.dtsi' (115,752) at 20240405153045713 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/lowlevel_init.S' (115,753) at 20210308005002728 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/icmp.sh' (115,754) at 20220525020655219 2025-03-14 03:00:53.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/arc-bcr.h' (115,755) at 20210308005002544 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci.h' (115,756) at 20240906080037308 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb' (115,757) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/dcu.c' (115,758) at 20210308005002964 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/evergreen.c' (115,759) at 20241211090145421 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/get-reg-list.c' (115,760) at 20240405153232267 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/video_display.c' (115,761) at 20210308005002920 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/namei.c' (115,762) at 20240405153231759 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7a.inc' (115,763) at 20210905000020581 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/iscsi_if.h' (115,764) at 20210307214931586 2025-03-14 03:00:53.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/base-record-spe' (115,765) at 20240405153054161 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arc/arc.rst' (115,766) at 20240405153044969 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-bus.c' (115,767) at 20240405153053997 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,jr2.dtsi' (115,768) at 20210308005002812 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryChunks.v1_6_2.json' (115,769) at 20240619080002948 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/meson.build' (115,770) at 20240827080002182 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_ap.c' (115,771) at 20240405153231483 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-hot-plug@.service' (115,772) at 20240113090014532 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/athub/athub_2_0_0_default.h' (115,773) at 20210307214927318 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/static_call.h' (115,774) at 20240405153046129 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-gemini/Kconfig' (115,775) at 20240405153045645 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hydra.c' (115,776) at 20210308005003000 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7796-cpg-mssr.c' (115,777) at 20210308005003352 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch' (115,778) at 20241221090017668 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/s1d13xxxfb.h' (115,779) at 20210307214931698 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/i2c.h' (115,780) at 20210307214931598 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-csi2rxss.c' (115,781) at 20240405153049497 2025-03-14 03:00:53.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/hrtimer.c' (115,782) at 20210309003654564 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware.h' (115,783) at 20240405153052689 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/Makefile' (115,784) at 20210308005111461 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageControllerMetrics_v1.xml' (115,785) at 20240619080002936 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/vm-templating.rst' (115,786) at 20240326080039406 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/Kconfig' (115,787) at 20240405153051189 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb.h' (115,788) at 20210308005003688 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/n_gsm.rst' (115,789) at 20240405153045197 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/get_func_ip_test.c' (115,790) at 20240405153232255 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/pxa2xx-pcm.c' (115,791) at 20220525020655079 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch' (115,792) at 20230706080014753 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ia_css_gc_types.h' (115,793) at 20210307214930558 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-fuji.dts' (115,794) at 20240405153229867 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/binderfs.rst' (115,795) at 20220525020651638 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_ffa/smccc.c' (115,796) at 20220525020652426 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/nldev.c' (115,797) at 20240405153049021 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/usb-network/usb-network.conf' (115,798) at 20210307205554086 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/serval_common.dtsi' (115,799) at 20240405153045989 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/vmci_datagram.c' (115,800) at 20240415080012971 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init1.decode' (115,801) at 20210308005046389 2025-03-14 03:00:53.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx8m.c' (115,802) at 20210308005003460 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/rethook_trampoline.S' (115,803) at 20240405153046257 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-Glyph' (115,804) at 20211006000025226 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/OWNERS' (115,805) at 20220805030046484 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispresizer.c' (115,806) at 20240405153049485 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-ioprio.h' (115,807) at 20240405153046521 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/cmd_tracepoint.h' (115,808) at 20240405153050097 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-glib-cross-compile.patch' (115,809) at 20210307205553818 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr_sf.h' (115,810) at 20210309003653732 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/xfi3.c' (115,811) at 20210308005002952 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/s390/s390-diag.rst' (115,812) at 20240405153045329 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c' (115,813) at 20220509100030618 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dm1105/Kconfig' (115,814) at 20240405153049369 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/m68kspkr.c' (115,815) at 20210307214928482 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_request_layer.h' (115,816) at 20240405153051393 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml' (115,817) at 20240405153229779 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/actions-arm.c' (115,818) at 20210307214925982 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-9x9-evk.dts' (115,819) at 20210308005002588 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_build.h' (115,820) at 20221215040039158 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/on26.c' (115,821) at 20240405153046665 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Giftware' (115,822) at 20211006000025234 2025-03-14 03:00:53.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-build-when-S-B.patch' (115,823) at 20210307205553934 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/mm/tlb.c' (115,824) at 20241008080013899 to deleted uid set 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/common/sst-dsp-priv.h' (115,825) at 20210309003654908 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.h' (115,826) at 20240405153047165 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c' (115,827) at 20220525020652462 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hp_sdc.h' (115,828) at 20240405153052701 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Backefors' (115,829) at 20210307205553778 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/power/ti,sci-pm-domain.txt' (115,830) at 20210308005003308 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/native-intercept/chown' (115,831) at 20210307205554638 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_trace.h' (115,832) at 20240405153051601 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb' (115,833) at 20241221090017544 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sensor.h' (115,834) at 20210308004938820 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart_mixer.h' (115,835) at 20210307214932266 2025-03-14 03:00:53.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/zc3xx.c' (115,836) at 20220525020653323 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/qcom.c' (115,837) at 20240405153231455 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/crypto/qce/skcipher.c' (115,838) at 20240405153046965 to deleted uid set 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-dummy.rst' (115,839) at 20240405153045269 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/Makefile' (115,840) at 20220525020653115 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c' (115,841) at 20240405153048661 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/configfs.rst' (115,842) at 20240405153229807 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/sq.c' (115,843) at 20240405153046313 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/multi_result.c' (115,844) at 20230925080040097 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/toasts/index.md' (115,845) at 20221215040043186 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_core_ctx_regs.h' (115,846) at 20240405153046601 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb' (115,847) at 20230609080014387 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/random.h' (115,848) at 20210308005045997 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/dptf/Kconfig' (115,849) at 20240405153046637 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/phy.h' (115,850) at 20240405153049757 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/fc.c' (115,851) at 20210307214931862 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/tca8418_keypad.c' (115,852) at 20240405153049141 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/eth.h' (115,853) at 20210308005002644 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sh_sdhi.h' (115,854) at 20210308005002768 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/subprojects/phosphor-host-ipmid.wrap' (115,855) at 20230815080023508 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/tcg_s390x.h' (115,856) at 20221215040039338 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/shstk.h' (115,857) at 20240805080013931 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/vfio/iova_bitmap.c' (115,858) at 20240405153231571 to deleted uid set 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/networkmanager.initd' (115,859) at 20210307205553810 2025-03-14 03:00:53.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/cypress,cy8c95x0.yaml' (115,860) at 20240405153229787 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/syscall_types.h' (115,861) at 20240906080037364 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_erl1.c' (115,862) at 20240405153051961 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Redundancy.v1_4_2.json' (115,863) at 20240619080002952 to deleted uid set 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/u-boot-spl.lds' (115,864) at 20210308005002812 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/powernv.h' (115,865) at 20210307214926390 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/TODO' (115,866) at 20240405153051821 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c' (115,867) at 20240405153048645 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.out' (115,868) at 20210927100127469 to deleted uid set 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+polockmbonce+poacquiresilsil.litmus' (115,869) at 20220525020655127 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_mb.c' (115,870) at 20210307214930302 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak5386.c' (115,871) at 20240405153053565 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/xfs-delayed-logging-design.rst' (115,872) at 20240405153045209 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tea6330t.h' (115,873) at 20210307214931602 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/include/asm/inst.h' (115,874) at 20240405153045937 to deleted uid set 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c' (115,875) at 20210307214927970 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/lv1call.h' (115,876) at 20210307214926382 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/dual/MPL-1.1' (115,877) at 20210307214925638 2025-03-14 03:00:53.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/mem.c' (115,878) at 20240613080016371 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/stnic.c' (115,879) at 20240405153049777 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_d.c' (115,880) at 20210308005046513 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed_%.bbappend' (115,881) at 20210823100016972 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch' (115,882) at 20241221090017656 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb' (115,883) at 20231126090012805 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/activation_listener.hpp' (115,884) at 20240829080033123 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb' (115,885) at 20241221090017504 to deleted uid set 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-m3.dts' (115,886) at 20210308005002624 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/debug.c' (115,887) at 20220525020654903 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m.dts' (115,888) at 20210309003648756 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cpudata_32.h' (115,889) at 20210307214926578 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml' (115,890) at 20240405153045117 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/index.rst' (115,891) at 20210307214925514 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-shc.dts' (115,892) at 20240405153045589 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_hotplug.c' (115,893) at 20240405153051393 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-multimedia/webp/libwebp_1.4.0.bb' (115,894) at 20241206090014346 to deleted uid set 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-flit-core_3.10.1.bb' (115,895) at 20241221090017668 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/rayctl.h' (115,896) at 20240405153050553 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/i2c.h' (115,897) at 20210307214927906 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/149' (115,898) at 20240326080039730 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/fpga_ast2600/Makefile' (115,899) at 20210308005002916 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/usb-acpi.c' (115,900) at 20240405153052053 2025-03-14 03:00:53.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c' (115,901) at 20240405153054325 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/ssh_pw' (115,902) at 20210308005007100 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/Utils.hpp' (115,903) at 20240817080004303 to deleted uid set 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/vsyscall.c' (115,904) at 20220525020654731 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-udoo.dts' (115,905) at 20240405153045501 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/reboot.c' (115,906) at 20240405153230127 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/s3fwrn5/nci.h' (115,907) at 20220525020653823 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/seq_exec.h' (115,908) at 20210308005002756 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml' (115,909) at 20240405153045109 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/dbus.c' (115,910) at 20210308005046557 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf600.c' (115,911) at 20240405153054273 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8mq.dtsi' (115,912) at 20210308005002580 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/event-internal.h' (115,913) at 20230925080040105 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-m420.rst' (115,914) at 20220525020651782 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-fmopa-2.c' (115,915) at 20240906080037576 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/main.c' (115,916) at 20240405153050473 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Morkret' (115,917) at 20210307205553786 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-no_tests_run_no_header.log' (115,918) at 20220525020655187 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zl10039.c' (115,919) at 20240405153049301 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/nyan-big.its' (115,920) at 20210308005003300 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/lattice-sysconfig.c' (115,921) at 20240405153047057 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/kvm_para.h' (115,922) at 20210307214931302 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/decstation_64_defconfig' (115,923) at 20240405153045993 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/util.hpp' (115,924) at 20230520080006628 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml' (115,925) at 20240405153045089 2025-03-14 03:00:53.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/unittest.txt' (115,926) at 20210307214925446 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/fiji_ppsmc.h' (115,927) at 20240405153048333 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr.h' (115,928) at 20241211090212362 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/m66592-udc.h' (115,929) at 20210307214930814 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/designs/pldm-stack.md' (115,930) at 20240918080004648 to deleted uid set 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/nvidia-agp.c' (115,931) at 20240405153046745 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/cairo.c' (115,932) at 20210308005003032 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/avc.h' (115,933) at 20210309003653976 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/trace.h' (115,934) at 20210308005045841 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/conf/layer.conf' (115,935) at 20241221090017580 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/ghash-ce-core.S' (115,936) at 20240405153045617 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/goya.h' (115,937) at 20240405153046605 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/Makefile' (115,938) at 20240405153053545 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/LICENSE' (115,939) at 20210308005058473 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb' (115,940) at 20231011080016614 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/hv.c' (115,941) at 20210307214929526 2025-03-14 03:00:53.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.c' (115,942) at 20240405153230607 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/prom.h' (115,943) at 20240405153046125 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl-asoc-card.txt' (115,944) at 20240405153045161 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/usb.asl' (115,945) at 20210308005002876 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/emif4.c' (115,946) at 20210308005002760 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py' (115,947) at 20240106090017245 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/dwc3-omap.c' (115,948) at 20210308005003500 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/framebuffer.rst' (115,949) at 20210307214925478 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/lpc32xx-keys.c' (115,950) at 20240405153230727 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (115,951) at 20220622030015257 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/fireworks_stream.c' (115,952) at 20240405153053501 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/hil_kbd.c' (115,953) at 20210716100029919 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_cc56run_test.c' (115,954) at 20240405153054361 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi' (115,955) at 20240405153229887 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/wow.c' (115,956) at 20240405153231263 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-jtag.h' (115,957) at 20210307214926234 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb' (115,958) at 20241206090014314 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt' (115,959) at 20240405153045133 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c' (115,960) at 20240405153047201 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-isa.h' (115,961) at 20210308005046373 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/ima-local-ca.pem' (115,962) at 20230520080014484 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGC-1.0' (115,963) at 20211006000025242 2025-03-14 03:00:53.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/test/fallbacktest.cpp' (115,964) at 20220819030023853 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/opti9xx/Makefile' (115,965) at 20210307214932222 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/misc.h' (115,966) at 20210307214926666 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-light-tsl2772' (115,967) at 20210309003648252 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/depth-formats.rst' (115,968) at 20210309003648488 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie.dts' (115,969) at 20240405153045785 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c' (115,970) at 20240919080017054 to deleted uid set 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/linkage.h' (115,971) at 20210308005003656 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42xx8-i2c.c' (115,972) at 20240405153053577 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/configs/se7712_defconfig' (115,973) at 20240405153046309 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media.h' (115,974) at 20240405153051853 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/systbls_64.S' (115,975) at 20220525020652122 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/display/drm_scdc.h' (115,976) at 20240405153052629 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ethtool.c' (115,977) at 20210307214929298 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/Kconfig' (115,978) at 20240405153052321 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-or-later' (115,979) at 20210316000012713 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/asoc-pxa.h' (115,980) at 20240405153052765 2025-03-14 03:00:53.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dump_stack.c' (115,981) at 20240405153053085 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c' (115,982) at 20210307214932278 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/base.c' (115,983) at 20240405153050441 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml' (115,984) at 20240405153229771 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/Makefile' (115,985) at 20210307214929966 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/proc.c' (115,986) at 20240405153052429 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/vt8500/wm8650-mid.dts' (115,987) at 20240405153045609 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_pci_sysfs.c' (115,988) at 20240405153047017 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/synaptics/berlin2q.dtsi' (115,989) at 20240405153045585 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c' (115,990) at 20240405153050065 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/Makefile' (115,991) at 20210308005002712 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Resource_v1.xml' (115,992) at 20240918080002716 to deleted uid set 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash.c' (115,993) at 20241211090212230 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/toggle-flag.js' (115,994) at 20210308005107073 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/configs/sandbox_defconfig' (115,995) at 20210308005003276 to deleted uid set 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_base.c' (115,996) at 20240405153046261 2025-03-14 03:00:53.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/lpc1850-cgu.txt' (115,997) at 20210307214925290 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/car.S' (115,998) at 20210308005002856 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/core.json' (115,999) at 20220525020655147 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/mm.h' (116,000) at 20240830080013363 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/platsmp.c' (116,001) at 20240405153045689 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/generic-pcihost.c' (116,002) at 20221215040039374 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/posix_types.h' (116,003) at 20210307214926682 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/lec_arpc.h' (116,004) at 20210309003654276 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/errqueue.h' (116,005) at 20210307214931382 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/f2fs.h' (116,006) at 20240405153052917 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/041.out' (116,007) at 20210308005046437 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7xx-clocks.dtsi' (116,008) at 20240405153045601 2025-03-14 03:00:53.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c' (116,009) at 20220525020653987 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/drxj_map.h' (116,010) at 20210307214928622 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-sonera' (116,011) at 20210307205553758 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test.inc' (116,012) at 20210307205554390 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/Kconfig' (116,013) at 20210308005003352 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/0001-csv-revision-Drop-the-git-revision-info.patch' (116,014) at 20240113090014540 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_vcap.c' (116,015) at 20240405153050185 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Granada' (116,016) at 20210307205553766 2025-03-14 03:00:53.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/cmd.h' (116,017) at 20210307214929774 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/dvb-frontends/dib3000mb.c' (116,018) at 20240405153049285 to deleted uid set 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_opp.h' (116,019) at 20210309003649484 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/sha512.c' (116,020) at 20210308005003712 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_cong.c' (116,021) at 20240910080014094 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/rpm-drop-groups.sh' (116,022) at 20210307205554130 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-creg-snps.c' (116,023) at 20240405153230303 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_encoder_hdmi.c' (116,024) at 20240405153230587 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-cheza-r2.dts' (116,025) at 20210307214926034 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/start.S' (116,026) at 20210308005002548 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2_reg_map.h' (116,027) at 20240405153046601 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/machine.rst' (116,028) at 20210307214925570 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c' (116,029) at 20240405153230519 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-tgl.c' (116,030) at 20240405153232199 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb' (116,031) at 20230503080014591 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/cma_sysfs.c' (116,032) at 20240405153053121 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/sbshc.h' (116,033) at 20210309003649160 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/dbdma2.c' (116,034) at 20210309003654616 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_evtchn.h' (116,035) at 20230925080039873 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/gen.c' (116,036) at 20240405153053985 2025-03-14 03:00:53.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/request.hpp' (116,037) at 20240819080030267 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_remote/tcm_remote.h' (116,038) at 20240405153051969 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0003-force-STRIP-to-emtpy.patch' (116,039) at 20241221090017496 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/trace-events' (116,040) at 20230426080043856 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/src/circbuf.c' (116,041) at 20210307214930534 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/scd4x.c' (116,042) at 20240405153230691 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/arch_dump.c' (116,043) at 20230925080040057 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml' (116,044) at 20240405153229795 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/hw.h' (116,045) at 20210307214930946 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/net2big_v2.h' (116,046) at 20210308005002904 2025-03-14 03:00:53.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/sdio.c' (116,047) at 20240405153231263 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_6_1_offset.h' (116,048) at 20210307214927610 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_midi2.c' (116,049) at 20241220090018322 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCVirtualMedia_v1.xml' (116,050) at 20240907080003164 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces.robot' (116,051) at 20241010080016076 to deleted uid set 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_device.c' (116,052) at 20241211090145425 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/spiDev.hpp' (116,053) at 20230921080009741 2025-03-14 03:00:53.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgtsrmmu.h' (116,054) at 20240405153046321 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_w.c' (116,055) at 20210308005046521 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm1_54xx.h' (116,056) at 20240405153045661 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/sysfs_btf.c' (116,057) at 20220525020654691 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail.h' (116,058) at 20210307214927778 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mei/mei-client-bus.rst' (116,059) at 20210307214925466 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/hwspinlock-uclass.c' (116,060) at 20210308005003380 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/devices/sst25l.c' (116,061) at 20240405153049681 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cavium/thunderx_svc.h' (116,062) at 20210308005003572 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Cube' (116,063) at 20211006000025234 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/dlg,da9150-gpadc.yaml' (116,064) at 20210309003648356 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/graph.txt' (116,065) at 20220525020651674 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' (116,066) at 20210308005046401 to deleted uid set 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso32/Makefile' (116,067) at 20240613080016367 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/rcu/rcu-cbs.py' (116,068) at 20220525020655183 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/Makefile' (116,069) at 20210308005002752 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/debug.h' (116,070) at 20210307214932486 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/aosp.c' (116,071) at 20240405153053177 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/korina.c' (116,072) at 20240405153230991 2025-03-14 03:00:53.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/cache.c' (116,073) at 20240906080037160 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/smack.py' (116,074) at 20220721030015849 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/assettag.yaml' (116,075) at 20210307205554066 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/ibm-pibs.txt' (116,076) at 20210308005002540 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/vfio-mediated-device.rst' (116,077) at 20240405153045197 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pgtable-hwdef.h' (116,078) at 20240405153045861 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/storage.json' (116,079) at 20230202040011970 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features.h' (116,080) at 20240906080037528 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw54xx.dts' (116,081) at 20240405153045497 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0003-hack-to-force-use-of-libc-malloc.patch' (116,082) at 20241221090017524 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ds414_defconfig' (116,083) at 20210308005003256 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m5307sim.h' (116,084) at 20210307214926162 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/kcm.rst' (116,085) at 20210307214925538 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cxl-stub.c' (116,086) at 20221215040039086 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-kallsyms.txt' (116,087) at 20220525020655131 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/gpio-fan.txt' (116,088) at 20210309003648352 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c' (116,089) at 20240405153232283 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/ubi-fs.inc' (116,090) at 20230114040015490 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/Kconfig' (116,091) at 20210308005003700 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_spl.c' (116,092) at 20210308005003416 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-ronbo-rb070d30.c' (116,093) at 20240405153048689 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/tick.png' (116,094) at 20210307205554250 to deleted uid set 2025-03-14 03:00:53.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/testmode.c' (116,095) at 20240405153050605 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/fpu_helper.c' (116,096) at 20241211090212494 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dreamplug.h' (116,097) at 20210308005003592 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map-common.h' (116,098) at 20240405153049257 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/aes-ce-core.S' (116,099) at 20210309003648672 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_navi10.h' (116,100) at 20240405153048349 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/size/Makefile' (116,101) at 20210307214932722 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch' (116,102) at 20241221090017696 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/mac-address_%.bbappend' (116,103) at 20241206090014278 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/132.out' (116,104) at 20210308005046449 2025-03-14 03:00:53.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.h' (116,105) at 20240405153047121 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/journal.c' (116,106) at 20241011080017367 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/sh_hspi.h' (116,107) at 20210307214931514 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/percpu_64.h' (116,108) at 20210309003648984 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/cn66xx_regs.h' (116,109) at 20210512100029246 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-int.json' (116,110) at 20210308005046401 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/psu_hotswap_reset@.service' (116,111) at 20221006100013249 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/busybox/busybox/timeout.cfg' (116,112) at 20230225040013029 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus2e.dts' (116,113) at 20210308005002624 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/pyshlex.py' (116,114) at 20210307205554242 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/upa.h' (116,115) at 20210307214926586 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/uaccess.h' (116,116) at 20240405153045349 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx-cross.patch' (116,117) at 20210307205554034 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.client.hpp.mako' (116,118) at 20230902080037617 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-hwmon-sensors.yaml' (116,119) at 20210307205553698 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml' (116,120) at 20240405153045089 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/047' (116,121) at 20210927100127477 2025-03-14 03:00:53.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/dsp-impl.h' (116,122) at 20210307214925666 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h' (116,123) at 20240405153048349 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/delay.h' (116,124) at 20210307214926494 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm21664-garnet.dts' (116,125) at 20240405153045425 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/asm-macros.h' (116,126) at 20210307214926306 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests_git.bb' (116,127) at 20241206090014346 to deleted uid set 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/sdbusplus.wrap' (116,128) at 20220322030004944 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/fault.c' (116,129) at 20240405153046057 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/watchdog.h' (116,130) at 20210307214926558 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/nx-gzip-test.sh' (116,131) at 20210307214932702 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c' (116,132) at 20210307214928814 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts' (116,133) at 20240405153046241 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-dw-apb-ictl.c' (116,134) at 20240405153049193 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/physaddr.c' (116,135) at 20240405153045697 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/pcie.h' (116,136) at 20210307214925978 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_mac.h' (116,137) at 20210307214929474 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/retpoline.S' (116,138) at 20240411080014066 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-utilite-pro.dts' (116,139) at 20240405153045505 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kankaanpaa' (116,140) at 20210307205553770 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/Makefile' (116,141) at 20210308005003028 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_fixed_vs_pe_retimer.c' (116,142) at 20240405153230419 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.markdownlint.yaml' (116,143) at 20221208040007434 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aria_aesni_avx_glue.c' (116,144) at 20240405153046361 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h' (116,145) at 20240405153049845 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/processor_thermal_rapl.c' (116,146) at 20241111090012137 2025-03-14 03:00:53.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpmng.h' (116,147) at 20210308005003648 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' (116,148) at 20221209040032879 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/elf.h' (116,149) at 20240405153046505 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/power_supply_sysfs.c' (116,150) at 20240405153051437 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_cls_redirect.c' (116,151) at 20240405153054269 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_op_attribs.py' (116,152) at 20240906080037476 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rtd119x_wdt.c' (116,153) at 20240405153052245 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/syscall.h' (116,154) at 20210307214926554 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/video/Makefile' (116,155) at 20240405153046085 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-click/run-ptest' (116,156) at 20231011080016610 to deleted uid set 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/include/ipmid/utils.hpp' (116,157) at 20240829080022538 to deleted uid set 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/main.cpp' (116,158) at 20230516080019606 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/rwfs-clean-dev.patch' (116,159) at 20241206090014226 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/index.rst' (116,160) at 20240405153045237 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch' (116,161) at 20240413080012695 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/crowdsec/crowdsec_1.1.1.bb' (116,162) at 20241221090017576 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/Makefile' (116,163) at 20220525020655075 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/common.c' (116,164) at 20241220090018306 to deleted uid set 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/firmware-sandbox.c' (116,165) at 20210308005003372 2025-03-14 03:00:53.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm6855.dtsi' (116,166) at 20240405153045429 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/habanalabs.h' (116,167) at 20240415080012963 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/pauth-3.c' (116,168) at 20221215040039382 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/netvsc_bpf.c' (116,169) at 20240405153050333 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa64r6-linux' (116,170) at 20241206090014350 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/gpioMonitor.cpp' (116,171) at 20240826080018283 to deleted uid set 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/stacktrace.c' (116,172) at 20210309003648980 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/kvm_page_table_test.c' (116,173) at 20240405153232271 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/Makefile' (116,174) at 20210307214930062 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cache.c' (116,175) at 20241008080013931 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/sgi.c' (116,176) at 20220525020652210 2025-03-14 03:00:53.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/README' (116,177) at 20210307214930506 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/natsemi.c' (116,178) at 20210308005003440 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/rockchip,emac.yaml' (116,179) at 20240405153045121 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in' (116,180) at 20241221090017664 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c' (116,181) at 20240405153050641 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width1.decode' (116,182) at 20210308005046389 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_mips.c' (116,183) at 20240405153232239 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_bind.c' (116,184) at 20240405153053525 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mxs/pm.c' (116,185) at 20210307214925906 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cmd_enterrcm.c' (116,186) at 20210308005002788 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch' (116,187) at 20230114040015478 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/zlib-off64_t.patch' (116,188) at 20241221090017672 to deleted uid set 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/conf-notes.txt' (116,189) at 20220913030020492 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/smsir.h' (116,190) at 20210307214928602 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag.c' (116,191) at 20240405153053233 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch' (116,192) at 20241221090017528 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/get_mbox_info_v2_timeout.c' (116,193) at 20210308005108641 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch' (116,194) at 20241221090017664 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/kbl_da7219_max98357a.c' (116,195) at 20240613080016547 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/calxeda.yaml' (116,196) at 20240405153045013 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/pmsu.c' (116,197) at 20240405153229911 2025-03-14 03:00:53.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/sb1250/setup.c' (116,198) at 20210307214926294 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/ctree.c' (116,199) at 20241211090145505 to deleted uid set 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/206' (116,200) at 20220429100100910 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/biblio.rst' (116,201) at 20240405153045313 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/adminq.c' (116,202) at 20240405153230915 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_missing_file.cpp' (116,203) at 20220922030007675 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi' (116,204) at 20240405153229971 to deleted uid set 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/wm831x-isink.c' (116,205) at 20240405153051477 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx1.h' (116,206) at 20210307214930074 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gtk-doc.bbclass' (116,207) at 20240113090014552 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-wiimote-debug.c' (116,208) at 20240405153230655 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml' (116,209) at 20240405153045053 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/system.c' (116,210) at 20230809080010803 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/README.md' (116,211) at 20221213040016740 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mchp_pfsoc_dmc.h' (116,212) at 20230426080043764 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.log' (116,213) at 20210308005003296 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_pm.h' (116,214) at 20240405153230803 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow/run-ptest' (116,215) at 20240309090012804 to deleted uid set 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/clk-54xx.c' (116,216) at 20240405153046869 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/core.c' (116,217) at 20240617080017410 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/ptrace.h' (116,218) at 20240405153046393 to deleted uid set 2025-03-14 03:00:53.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8173/Makefile' (116,219) at 20210307214932394 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-axs10x/Kconfig' (116,220) at 20210307214925674 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pcie-octeon.c' (116,221) at 20240805080013923 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/nxp-tja11xx.c' (116,222) at 20240405153050361 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch' (116,223) at 20241221090017528 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/quicklinks.scss' (116,224) at 20210308005107073 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-br.c' (116,225) at 20240405153047053 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunplus-uart.c' (116,226) at 20240405153231519 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/dir.c' (116,227) at 20241011080017355 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/Makefile' (116,228) at 20210308005003456 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/siano/Makefile' (116,229) at 20210307214928602 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tty_driver.h' (116,230) at 20240628080014025 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/system.h' (116,231) at 20210308005002708 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adi,admv4420.yaml' (116,232) at 20240405153045073 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/trace_events.h' (116,233) at 20241216090017769 2025-03-14 03:00:53.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/conf/layer.conf' (116,234) at 20241221090017484 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon.c' (116,235) at 20240405153230291 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/banner.sh' (116,236) at 20220405030025645 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cacheflush.c' (116,237) at 20230925080040113 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu_init.c' (116,238) at 20241211090212506 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/metric.hpp' (116,239) at 20230524080039233 to deleted uid set 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szeged' (116,240) at 20210307205553774 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/max8925_bl.c' (116,241) at 20210309003653296 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_NAND_defconfig' (116,242) at 20210308005003244 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/pci.h' (116,243) at 20210308005002976 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb' (116,244) at 20231011080016606 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/module.c' (116,245) at 20210307214928086 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-fs-pci.c' (116,246) at 20221215040039166 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/hbm.h' (116,247) at 20210307214932118 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/reset.c' (116,248) at 20210307214926974 2025-03-14 03:00:53.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/ceph_hash.c' (116,249) at 20210309003654300 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/tests/dsp/pdr.cpp' (116,250) at 20241009080011085 to deleted uid set 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/flea3.h' (116,251) at 20210308005003596 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/signal_types.h' (116,252) at 20240405153047305 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/tag_public.h' (116,253) at 20210307214930546 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-internal.h' (116,254) at 20241211090212530 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-hmac.c' (116,255) at 20241211090212554 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/sections.h' (116,256) at 20240405153052621 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@100/power-supply@69.conf' (116,257) at 20240904080027734 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/chacha-avx512vl-x86_64.S' (116,258) at 20220606030013633 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/mkhi.h' (116,259) at 20240405153049641 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.headersinst' (116,260) at 20220525020654935 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mpc512x-clock.h' (116,261) at 20210307214931326 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/router_scale.sh' (116,262) at 20210307214932666 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/srp.h' (116,263) at 20210308005045957 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/action_info.hpp' (116,264) at 20221209040003858 to deleted uid set 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/intel-pt-log.c' (116,265) at 20240405153054193 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-shx3.c' (116,266) at 20210307214926566 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/media/si4713.h' (116,267) at 20210307214931478 2025-03-14 03:00:53.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/irq_32.c' (116,268) at 20210307214926566 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/0001-Fix-build-error-when-build-this-file.patch' (116,269) at 20230401080011931 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_h.c' (116,270) at 20210308005046513 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6720/MAINTAINERS' (116,271) at 20210308005002904 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/isl_pmbus_vr-test.c' (116,272) at 20220429100100934 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/backend.h' (116,273) at 20230809080010799 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_uniphier.c' (116,274) at 20210308005003484 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/phy-uniphier-usb3ss.c' (116,275) at 20240405153051297 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-kiara.c' (116,276) at 20210307214928846 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hdaps.c' (116,277) at 20240405153051405 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dca/Makefile' (116,278) at 20210307214927114 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/karma.conf.js' (116,279) at 20210308005107081 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Undersaker' (116,280) at 20210307205553794 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv.h' (116,281) at 20241211090212230 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/cache.json' (116,282) at 20240405153054149 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/juno-clocks.dtsi' (116,283) at 20210307214926010 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/tables_lpphy.c' (116,284) at 20210307214929798 2025-03-14 03:00:53.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/devm_free.cocci' (116,285) at 20240405153053441 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-trans.h' (116,286) at 20241001080013020 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi' (116,287) at 20210308005002596 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/cputopology.rst' (116,288) at 20240405153045285 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_spnego_negtokeninit.asn1' (116,289) at 20240405153052509 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/os-Linux/mcontext.c' (116,290) at 20210307214926750 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7786/sram.c' (116,291) at 20210307214926538 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/stacktrace.c' (116,292) at 20240405153046437 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-cubietruck.dts' (116,293) at 20240405153045385 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgk110.fuc3.h' (116,294) at 20210307214927938 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/cuboot-85xx-cpm2.c' (116,295) at 20210307214926338 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-intel_th-devices-pti' (116,296) at 20210307214925194 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/coreboot.c' (116,297) at 20210308005002948 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/pgtable_64.h' (116,298) at 20240405153230091 2025-03-14 03:00:53.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/204.out' (116,299) at 20210308005046457 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2800lib.c' (116,300) at 20240405153231243 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_soc_pmic_crc.c' (116,301) at 20240405153049605 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml' (116,302) at 20240405153045073 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/synthetic-events.c' (116,303) at 20240405153232243 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/firmware.c' (116,304) at 20210308005003740 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ms7720se.h' (116,305) at 20210308005003604 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/Makefile.gate' (116,306) at 20210307214926122 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/seq_buf.h' (116,307) at 20240405153052793 to deleted uid set 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/edid/hex' (116,308) at 20210307214932470 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml' (116,309) at 20240405153045177 2025-03-14 03:00:53.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/mbm_test.c' (116,310) at 20240805080014075 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (116,311) at 20231107090016217 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl3/opl3_synth.c' (116,312) at 20220525020654971 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-input-axp-pek' (116,313) at 20210307214925202 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm9090.h' (116,314) at 20210307214931606 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/refresh.png' (116,315) at 20210307205554250 to deleted uid set 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada8k/soc-info.h' (116,316) at 20210308005002636 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/SECURITY.md' (116,317) at 20241221090017484 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c' (116,318) at 20241011080017303 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.1.rst' (116,319) at 20241221090017596 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/test-thumb.c' (116,320) at 20210726100024643 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/cpld.c' (116,321) at 20210308005002960 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ti/Makefile' (116,322) at 20210308005003220 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_fcoe_if.h' (116,323) at 20240405153231835 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/configure-allow-to-disable-selinux-support.patch' (116,324) at 20210307205553902 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/uclinux.c' (116,325) at 20210307214929214 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/user.h' (116,326) at 20240405153046313 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml' (116,327) at 20220525020651682 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/file-upload/readme.md' (116,328) at 20221215040043186 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/smp.h' (116,329) at 20210307214926586 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/pmu.h' (116,330) at 20240405153046973 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine-honami.dts' (116,331) at 20240405153045545 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/rt3050.dtsi' (116,332) at 20210307214926194 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/k8temp.rst' (116,333) at 20210309003648428 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kopparberg' (116,334) at 20210307205553786 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/firmware/Makefile' (116,335) at 20210307214932470 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/normalize_mac.c' (116,336) at 20230718080007968 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_osnoise_options.rst' (116,337) at 20240405153045265 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_bridge.h' (116,338) at 20210308005003692 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/i2c.h' (116,339) at 20210307214929534 2025-03-14 03:00:53.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_s_h.c' (116,340) at 20210308005046505 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/Kconfig' (116,341) at 20210308005003052 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mpc83xx_serdes.c' (116,342) at 20210308005003400 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.300.bb' (116,343) at 20241221090017528 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/Makefile' (116,344) at 20240405153053553 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/handshake.yaml' (116,345) at 20240405153045229 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/rocker.rst' (116,346) at 20240906080037176 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clo.c' (116,347) at 20210308005046525 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/io.h' (116,348) at 20240405153229999 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/0002-always-build-fluid-and-export-pointers.patch' (116,349) at 20210608000015803 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (116,350) at 20240712080022837 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvgpio.h' (116,351) at 20210308005003376 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/nvdimm/test/ndtest.h' (116,352) at 20220525020655187 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/rt305x.h' (116,353) at 20240405153046005 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xircom/xirc2ps_cs.c' (116,354) at 20240405153050325 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_transport_fc.h' (116,355) at 20240405153052877 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha256_neon_glue.c' (116,356) at 20240405153045617 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/elog-process-metadata.mako.cpp' (116,357) at 20231028080033742 2025-03-14 03:00:53.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/util/interface/ia_css_util.h' (116,358) at 20210307214930538 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wwan/iosm.rst' (116,359) at 20240405153045237 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun50i-h6-r-ccu.h' (116,360) at 20210308005003640 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/.gitignore' (116,361) at 20210307214926882 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-alsa.c' (116,362) at 20220525020653275 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml' (116,363) at 20240405153045089 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/signal.c' (116,364) at 20240906080037360 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/mpc837xerdb.c' (116,365) at 20210308005002976 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/pn544/Kconfig' (116,366) at 20210307214929978 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/Kconfig' (116,367) at 20240405153049757 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh' (116,368) at 20210307205554610 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,g12a-tohdmitx.txt' (116,369) at 20210307214925426 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-i2c.c' (116,370) at 20240906080037316 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Porjus' (116,371) at 20210307205553790 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_rubin.c' (116,372) at 20210308005003548 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/idle.c' (116,373) at 20240405153046213 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_lpc_reset.cpp' (116,374) at 20210308005108645 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb' (116,375) at 20230317080013829 to deleted uid set 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_scheduler_types.h' (116,376) at 20220525020652911 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fdt.h' (116,377) at 20210308005046005 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/sifive/fu540-prci.yaml' (116,378) at 20240405153045029 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/tcg-stub.c' (116,379) at 20210927100127401 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/125.out' (116,380) at 20210308005046449 2025-03-14 03:00:53.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel-mid.h' (116,381) at 20240405153046385 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/ossec/ossec-hids_3.7.0.bb' (116,382) at 20241221090017576 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/modesetting.c' (116,383) at 20220525020653019 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/gen_probe.c' (116,384) at 20240405153049677 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ima.h' (116,385) at 20240405153049245 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-systemd.bbclass' (116,386) at 20241206090014274 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6.dtsi' (116,387) at 20240405153045521 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_com.c' (116,388) at 20240613080016431 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml' (116,389) at 20240405153045073 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/names.h' (116,390) at 20210307214932738 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/completion.rst' (116,391) at 20240405153229827 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/sigmastar/mstar-infinity2m-ssd20xd.dtsi' (116,392) at 20240405153045573 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/pmem.c' (116,393) at 20240405153046969 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/README-rust.md' (116,394) at 20220910030013425 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/ghes.h' (116,395) at 20240405153231787 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/version.h' (116,396) at 20210307214926734 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-sof-mach.c' (116,397) at 20241001080013036 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_internal.h' (116,398) at 20240405153051829 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ExpressAM2-80.0E' (116,399) at 20210307205553762 2025-03-14 03:00:53.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier-1s4u.dts' (116,400) at 20240405153045417 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4642.c' (116,401) at 20240405153053565 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/lamptest/lamptest.cpp' (116,402) at 20240828080025979 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fdt_wip.c' (116,403) at 20210307214931798 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/nvec/nvec_power.c' (116,404) at 20240405153051869 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori.bb' (116,405) at 20241206090014226 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-power-state-init.conf' (116,406) at 20240730080012557 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/optionality.md' (116,407) at 20230602080006368 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/symlink.c' (116,408) at 20240405153052541 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/s390x/cmma_test.c' (116,409) at 20240405153232271 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/power_supply_tests.cpp' (116,410) at 20240817080031292 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/arch_timer.c' (116,411) at 20240405153232267 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/test/associations.cpp' (116,412) at 20231024080029933 to deleted uid set 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/images/obmc-phosphor-image.bbappend' (116,413) at 20231012080014468 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_nat_zones.sh' (116,414) at 20220525020655223 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb' (116,415) at 20241206090014250 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/meson.build' (116,416) at 20241127090024701 to deleted uid set 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/devlink_linecard.sh' (116,417) at 20240405153054297 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/spkguide.txt' (116,418) at 20240405153044965 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-uac1_legacy' (116,419) at 20210307214925186 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version.bb' (116,420) at 20241221090017484 2025-03-14 03:00:53.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-colon.out' (116,421) at 20210308005046409 to deleted uid set 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb' (116,422) at 20240106090017237 to deleted uid set 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-tar.c' (116,423) at 20220525020655227 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_intr.c' (116,424) at 20240405153050141 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-amdpsp.c' (116,425) at 20240405153048897 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/checksum.c' (116,426) at 20210308005003716 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/hypervisor_state.cpp' (116,427) at 20230825080036445 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/poly_2xm1.c' (116,428) at 20210307214926730 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/timer.c' (116,429) at 20210308005002552 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/generic_ops.c' (116,430) at 20210307214926894 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/meson.options' (116,431) at 20230831080022083 to deleted uid set 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_sja1000.h' (116,432) at 20210308005045913 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/dropper.c' (116,433) at 20240405153053433 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk322x.dtsi' (116,434) at 20240415080012963 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm920.S' (116,435) at 20210307214925974 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch' (116,436) at 20241221090017680 2025-03-14 03:00:53.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/mmio.c' (116,437) at 20240405153046733 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/guest-loader.h' (116,438) at 20210927100127117 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/Kconfig' (116,439) at 20210308005003736 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ieee802154/ca8210.c' (116,440) at 20240405153231071 to deleted uid set 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/vas-api.h' (116,441) at 20220525020652042 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act_stats.h' (116,442) at 20240405153050109 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/io.h' (116,443) at 20210307214929618 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CPAL-1.0' (116,444) at 20210307205554418 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/branch.json' (116,445) at 20220525020655143 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/spl.c' (116,446) at 20210308005003220 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_existence.c' (116,447) at 20240405153054277 2025-03-14 03:00:53.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c' (116,448) at 20240910080014030 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_debugfs.c' (116,449) at 20240520080015175 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/in.h' (116,450) at 20240405153052921 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/Makefile' (116,451) at 20240405153232287 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8580.yaml' (116,452) at 20240405153045173 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png' (116,453) at 20210307205554338 to deleted uid set 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat-types.h' (116,454) at 20241211090212358 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/Kconfig' (116,455) at 20240405153049573 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/sandbox_pmic.h' (116,456) at 20210308005003680 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.cpp' (116,457) at 20240828080025975 to deleted uid set 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/devshell.bbclass' (116,458) at 20230317080013813 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-apalis-v1.2-eval.dts' (116,459) at 20240405153229875 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hdac_hda.h' (116,460) at 20240405153053613 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb' (116,461) at 20241206090014218 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/board.h' (116,462) at 20210308005003168 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/isl9305.txt' (116,463) at 20210307214925410 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti,cdce925.yaml' (116,464) at 20240405153229759 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.init' (116,465) at 20220612030016723 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dmu_objset.h' (116,466) at 20210308005003692 2025-03-14 03:00:53.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/Kconfig' (116,467) at 20240405153232123 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/synth/emux/soundfont.c' (116,468) at 20240710080014621 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (116,469) at 20241226090016127 to deleted uid set 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-dev.rst' (116,470) at 20220525020651782 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/pseudo_git.bb' (116,471) at 20241221090017664 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/meson.build' (116,472) at 20240906080037440 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dm8168-evm.dts' (116,473) at 20210308005002576 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/Kconfig' (116,474) at 20210308005002988 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/console.c' (116,475) at 20240405153230151 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EFL-2.0' (116,476) at 20210307205554418 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/sifive/errata.c' (116,477) at 20240405153046245 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics_pnv.c' (116,478) at 20210308005045893 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/gpio.h' (116,479) at 20210308005002656 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/elog-errors.hpp' (116,480) at 20240820080018013 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/files/0002-fix-compile-failure-against-musl-C-library.patch' (116,481) at 20230131040012035 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager_%.bbappend' (116,482) at 20241206090014202 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/cpuidle.rst' (116,483) at 20220818100014647 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_psi.c' (116,484) at 20240405153230823 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/instrumentation-filter-template' (116,485) at 20220429100100750 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6328.dtsi' (116,486) at 20210308005002812 2025-03-14 03:00:53.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/Kconfig' (116,487) at 20210308005002964 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_hrt.c' (116,488) at 20210309003653024 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds.h' (116,489) at 20210308005002956 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro4-ref.dts' (116,490) at 20240405153045577 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/Makefile' (116,491) at 20210308005003036 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/unpriv_bpf_disabled.c' (116,492) at 20240405153054261 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_axuser_regs.h' (116,493) at 20240405153046589 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/pm.c' (116,494) at 20240405153045649 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0005-tcl-fix-race-in-interp.test.patch' (116,495) at 20241221090017676 to deleted uid set 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bcmsysport.h' (116,496) at 20240405153049821 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pipe_fs_i.h' (116,497) at 20240405153231835 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/quickstart/forms.md' (116,498) at 20221215040043190 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ethtool-ring.sh' (116,499) at 20220525020655207 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tmp401.rst' (116,500) at 20240405153045217 2025-03-14 03:00:53.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,x1000-cgu.h' (116,501) at 20240405153052641 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/skmsg.c' (116,502) at 20241211090145549 to deleted uid set 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/interface.py' (116,503) at 20240925080038338 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/waffle/waffle_1.8.1.bb' (116,504) at 20241221090017684 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/Makefile' (116,505) at 20210307214929466 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/context.py' (116,506) at 20210307205554446 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-orion.c' (116,507) at 20240405153230751 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/meson.build' (116,508) at 20210308005045965 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/smpboot.c' (116,509) at 20241008080013899 to deleted uid set 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/Makefile' (116,510) at 20240405153052081 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/163' (116,511) at 20221215040039362 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/tx_common.h' (116,512) at 20240405153050293 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxm-gt1-ultimate.dts' (116,513) at 20240405153045713 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/kvm-s390.c' (116,514) at 20240712080021057 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/image/obmc-phosphor-image.bbappend' (116,515) at 20221014030016316 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts' (116,516) at 20240405153045533 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_aux.c' (116,517) at 20210307214930950 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb' (116,518) at 20221120040010738 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arc/include/uapi/asm/mman.h' (116,519) at 20210307214932454 2025-03-14 03:00:53.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu.c' (116,520) at 20210308005002800 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx6sll-clock.h' (116,521) at 20240405153052641 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dmtf_redfishtool_utils.robot' (116,522) at 20240627080021048 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/libchacha.c' (116,523) at 20210307214931794 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/drgn.rst' (116,524) at 20210307214925262 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_watchdog.c' (116,525) at 20210308005003700 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-rpmh.h' (116,526) at 20240405153230735 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_b.c' (116,527) at 20210308005046509 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf119.c' (116,528) at 20240405153048637 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/io_ordering.txt' (116,529) at 20240405153229839 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/virtio_crypto_core.c' (116,530) at 20240405153230271 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/decode_ext_mmvec.c' (116,531) at 20240906080037476 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_npcm.c' (116,532) at 20240405153231535 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/nomadik.h' (116,533) at 20210307214931342 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/asi.h' (116,534) at 20210307214926590 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/Makefile' (116,535) at 20210308005003032 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/thermal_subsystem.hpp' (116,536) at 20240806080004311 to deleted uid set 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/parisc/features.rst' (116,537) at 20240405153229743 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/net/dump.c' (116,538) at 20240906080037376 to deleted uid set 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/my_first_sensors.md' (116,539) at 20241203090006983 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2837-rpi-zero-2-w.dts' (116,540) at 20240405153045717 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ohci-s3c2410.c' (116,541) at 20240405153052105 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/eeh/eeh-basic.sh' (116,542) at 20220525020655227 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/smpro-misc.c' (116,543) at 20240405153049649 2025-03-14 03:00:53.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mmtimer.h' (116,544) at 20210307214931642 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/energy_model.h' (116,545) at 20240405153052685 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_6_0_enum.h' (116,546) at 20210307214927694 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/Makefile.softmmu-target' (116,547) at 20240906080037576 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8020.dtsi' (116,548) at 20210308005002568 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-vision5.dts' (116,549) at 20240405153045521 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/types.h' (116,550) at 20240405153231179 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4240emu.c' (116,551) at 20210308005002996 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips64el-linux' (116,552) at 20241206090014350 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/phy-spear1340-miphy.c' (116,553) at 20240405153231315 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen.c' (116,554) at 20220525020653183 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/trace.json' (116,555) at 20240405153232227 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exoparg1.c' (116,556) at 20240405153046621 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/counter.h' (116,557) at 20240405153052909 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/LICENSE' (116,558) at 20210308005055037 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vp3xxx_data.c' (116,559) at 20210307214925930 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/meson.build' (116,560) at 20220913030027317 to deleted uid set 2025-03-14 03:00:53.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/legoev3.c' (116,561) at 20210308005003016 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-on-read.c' (116,562) at 20240326080039374 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-prime.dts' (116,563) at 20210308005002620 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/NetworkStore.js' (116,564) at 20241004080035963 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch' (116,565) at 20240413080012703 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc' (116,566) at 20210905000020581 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/tcic.h' (116,567) at 20210307214930046 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/inspur-ipsps1.rst' (116,568) at 20210307214925502 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/pagetest.c' (116,569) at 20210307214929242 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/zinitix.c' (116,570) at 20240405153049165 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dma.h' (116,571) at 20240405153046109 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cache-cp15.c' (116,572) at 20210308005002708 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/pac_corruptor.S' (116,573) at 20210309003655976 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/gpio-restart.c' (116,574) at 20240405153231351 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/collections/mod.rs' (116,575) at 20240405153053417 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/common.h' (116,576) at 20240405153045653 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_user_ringbuf.h' (116,577) at 20240405153054281 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/custom-distribution.rst' (116,578) at 20240417080014698 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/mmc_ops.h' (116,579) at 20240405153230851 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Manager/meson.build' (116,580) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/meson.options' (116,581) at 20230911080019358 to deleted uid set 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c' (116,582) at 20210307214932618 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/run-ptest' (116,583) at 20210307205554462 2025-03-14 03:00:53.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_vf_isr.c' (116,584) at 20240405153046957 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map-common.c' (116,585) at 20241211090145445 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/pwm.h' (116,586) at 20210308005002668 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_LocationCode.json' (116,587) at 20221213040036921 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-rect.rst' (116,588) at 20210307214925466 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/pgtable.c' (116,589) at 20240617080017378 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/clock.c' (116,590) at 20210308005002712 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/Kconfig' (116,591) at 20240405153230155 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c' (116,592) at 20240405153048601 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/Kconfig' (116,593) at 20220525020653639 2025-03-14 03:00:53.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-jz4740.c' (116,594) at 20240405153231359 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_reg.h' (116,595) at 20240405153230575 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_queue_map.c' (116,596) at 20210307214932650 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/rnbd/rnbd-proto.h' (116,597) at 20240405153046717 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.10.bb' (116,598) at 20241221090017692 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/Makefile' (116,599) at 20220525020652394 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_host.h' (116,600) at 20241211090145377 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dm.c' (116,601) at 20210308005003208 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_lvds.c' (116,602) at 20240405153230631 to deleted uid set 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_nflog.h' (116,603) at 20210307214931650 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/phosphor-dbus-interfaces.wrap' (116,604) at 20230714080032711 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/npcm7xx_mc.c' (116,605) at 20210927100127149 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/rust_is_available.sh' (116,606) at 20240830080013359 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phl.c' (116,607) at 20210308005046505 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (116,608) at 20221118040015022 2025-03-14 03:00:53.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/socionext/phy-uniphier-ahci.c' (116,609) at 20240405153051297 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da9052-core.c' (116,610) at 20240405153049605 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/dirty-limit.rst' (116,611) at 20240906080037172 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c' (116,612) at 20240805080013947 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_s390.c' (116,613) at 20240405153232239 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/property.c' (116,614) at 20240405153046689 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/q_in_vni.sh' (116,615) at 20240405153054341 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css' (116,616) at 20210307205554270 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-activity.c' (116,617) at 20240405153049221 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.service' (116,618) at 20210307205554562 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dts' (116,619) at 20240405153045505 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch' (116,620) at 20220204040022620 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml' (116,621) at 20240405153045093 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/Kconfig' (116,622) at 20240405153231311 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/meson-build-Support-openembedded-OS-for-PAM-config.patch' (116,623) at 20241221090017520 to deleted uid set 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/uapi/asm/signal.h' (116,624) at 20240405153045917 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/unistd.h' (116,625) at 20210307214925650 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/perf.h' (116,626) at 20240906080037352 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/rfkill-gpio.yaml' (116,627) at 20240405153045121 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/em_sti.c' (116,628) at 20240405153046873 2025-03-14 03:00:53.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/socionext,uniphier-xdmac.yaml' (116,629) at 20240405153045053 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/ppc-opc.c' (116,630) at 20240405153046237 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony_%.bbappend' (116,631) at 20240905080011586 to deleted uid set 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmcygnus/reset.c' (116,632) at 20210308005002552 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7100.c' (116,633) at 20240405153046853 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/trace-events' (116,634) at 20241211090212242 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_rx.c' (116,635) at 20240830080013283 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.prototype.hpp.mako' (116,636) at 20241026080029479 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cache-tauros2.h' (116,637) at 20240405153045621 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/arxescsi.c' (116,638) at 20240405153051569 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/mm/shmem.c' (116,639) at 20241125090012263 to deleted uid set 2025-03-14 03:00:53.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/meson.build' (116,640) at 20210927100127025 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.h' (116,641) at 20240405153050097 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Update.interface.yaml' (116,642) at 20240618080025501 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/module.c' (116,643) at 20240405153046145 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_manager.cpp' (116,644) at 20240904080034451 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (116,645) at 20241206090014222 to deleted uid set 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py' (116,646) at 20240106090017249 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-4.yaml' (116,647) at 20240504080013861 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/0001-tdb-Add-configure-options-for-packages.patch' (116,648) at 20240413080012647 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme1_rtr_regs.h' (116,649) at 20240405153046605 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mhi/topology.rst' (116,650) at 20210307214925522 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-32bit-cpu.xml' (116,651) at 20221215040039086 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/set-spi-mux.service.in' (116,652) at 20230513080022442 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.%.bbappend' (116,653) at 20240426080018064 to deleted uid set 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_tls8204.c' (116,654) at 20210307214930506 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/Makefile' (116,655) at 20210307214932210 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml' (116,656) at 20240405153229767 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx5.c' (116,657) at 20240405153046785 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/Makefile' (116,658) at 20210307214932270 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/Kconfig' (116,659) at 20220525020653451 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml' (116,660) at 20240405153229767 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/nfdk.h' (116,661) at 20240405153050197 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/next-cube.h' (116,662) at 20210927100127237 2025-03-14 03:00:53.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/goya_fw_if.h' (116,663) at 20240405153046609 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl_ifc.h' (116,664) at 20210307214931390 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml' (116,665) at 20210309003648352 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.json' (116,666) at 20210308005046397 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml' (116,667) at 20240405153045169 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/system-linkage.patch' (116,668) at 20210307205554562 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_book3s_64.h' (116,669) at 20240405153046133 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch' (116,670) at 20240413080012643 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm-region-hash.h' (116,671) at 20240405153052681 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/m88rs6000t.c' (116,672) at 20240405153049533 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/obmc/inventory/__init__.py' (116,673) at 20220728030041559 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dbus/Makefile.am' (116,674) at 20210308004938832 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/Kconfig' (116,675) at 20240405153050509 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsid.cpp' (116,676) at 20230629131804619 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/kwbimage-ns2l.cfg' (116,677) at 20210308005002904 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/Makefile' (116,678) at 20240405153045905 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tw9910.c' (116,679) at 20240405153049345 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c' (116,680) at 20241211090145413 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi_oc_tiny.txt' (116,681) at 20210307214925442 2025-03-14 03:00:53.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-list.json' (116,682) at 20210308005046409 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_kapi.c' (116,683) at 20240405153053341 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zstd.h' (116,684) at 20240405153052825 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ide_none.py' (116,685) at 20240301090012483 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/intro.rst' (116,686) at 20210307214925234 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/upd.c' (116,687) at 20210307214929246 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/memtester/files/Makefile.patch' (116,688) at 20230706080014741 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/hid-sensor-gyro-3d.c' (116,689) at 20240405153048985 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/z3fold.rst' (116,690) at 20240405153045297 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,bcm2835-cprman.txt' (116,691) at 20210307214925286 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ieee80211_radiotap.h' (116,692) at 20241211090145537 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/bman.txt' (116,693) at 20210307214925422 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kexec/Makefile' (116,694) at 20240405153054309 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c' (116,695) at 20240405153231331 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_framereg.h' (116,696) at 20240405153053241 2025-03-14 03:00:53.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/board.h' (116,697) at 20210308005003068 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mscc/ocelot.h' (116,698) at 20241220090018330 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/microchip,pic32-rtc.txt' (116,699) at 20210307214925418 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq-debugfs.h' (116,700) at 20240405153046521 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rx.h' (116,701) at 20210307214929954 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/dbx500-prcmu.c' (116,702) at 20220525020653935 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/scx200_wdt.c' (116,703) at 20210309003653352 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (116,704) at 20241206090014230 to deleted uid set 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-Use-DESTDIR-in-install-Makefile-rule.patch' (116,705) at 20210307205553754 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-mmc/fstab' (116,706) at 20210307205554058 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/iser_initiator.c' (116,707) at 20240405153230723 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-lpc32xx.c' (116,708) at 20220525020653951 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/proc.S' (116,709) at 20240405153229987 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/ehset.c' (116,710) at 20240405153052113 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/TODO' (116,711) at 20220525020654131 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.err' (116,712) at 20220429100100882 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-gen-tapdevs' (116,713) at 20230706080014789 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/server.ttyS5.conf' (116,714) at 20240913080015309 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/loongarch/power/platform.c' (116,715) at 20240405153045949 to deleted uid set 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/mc-core.rst' (116,716) at 20240405153045193 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/traps.c' (116,717) at 20210308005002828 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig' (116,718) at 20210308005003264 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tmu.h' (116,719) at 20210308005003688 2025-03-14 03:00:53.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/flash.c' (116,720) at 20240405153049629 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/command.c' (116,721) at 20210309003650436 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-rzn1-miic.c' (116,722) at 20240405153231075 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353ps.dts' (116,723) at 20240405153045821 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Syssleback' (116,724) at 20210307205553790 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/ip28_defconfig' (116,725) at 20240405153045993 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ncr53c8xx.c' (116,726) at 20240405153051677 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.h' (116,727) at 20210309003650612 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/dragen2.c' (116,728) at 20240405153045953 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mxc.c' (116,729) at 20210308005003512 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-led-deprecated.dtsi' (116,730) at 20240405153045425 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/Kconfig' (116,731) at 20240405153048801 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_exec.h' (116,732) at 20240405153231791 2025-03-14 03:00:53.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/Makefile' (116,733) at 20240405153231343 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-threads.c' (116,734) at 20230925080039829 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/guest-base.h' (116,735) at 20240906080037352 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/phosphor-dbus-interfaces.wrap' (116,736) at 20220525020545509 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm/kernel_user_helpers.txt' (116,737) at 20240405153045285 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/uas.h' (116,738) at 20210307214931530 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch' (116,739) at 20241221090017548 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-eeprom.c' (116,740) at 20210309003650336 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/psci-relay.c' (116,741) at 20240405153229987 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/trace.h' (116,742) at 20210927100127393 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/imx-usb-phy.c' (116,743) at 20241211090212346 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_nh.sh' (116,744) at 20210307214932690 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/wbsd.c' (116,745) at 20240405153230863 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/brcm,trx.txt' (116,746) at 20220525020651694 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/asm-offsets.h' (116,747) at 20210307214926106 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/vctrl-regulator.c' (116,748) at 20240405153231367 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-segin-peb-eval-01.dtsi' (116,749) at 20240405153045525 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/conftest.py' (116,750) at 20240405153054309 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/sis-agp.c' (116,751) at 20240405153046745 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/bus.c' (116,752) at 20240405153052129 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/r820t.c' (116,753) at 20240405153049533 2025-03-14 03:00:53.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Debrecen-Komadi' (116,754) at 20210307205553774 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/atafb_iplan2p4.c' (116,755) at 20210307214930898 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/rproc-uclass.c' (116,756) at 20210308005003476 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpci_hotplug.h' (116,757) at 20240405153231295 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_header.hpp' (116,758) at 20230325080023512 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/stress.c' (116,759) at 20221215040039362 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/allwinner,sun4i-a10-rtc.yaml' (116,760) at 20240405153045153 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/110.out' (116,761) at 20210308005046445 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/Makefile' (116,762) at 20240405153048785 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' (116,763) at 20241220090019722 to deleted uid set 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_strings.h' (116,764) at 20210308004938820 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/kwbimage.cfg' (116,765) at 20210308005002908 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/microchip-otpc.c' (116,766) at 20240520080015167 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_manageprotocols.c' (116,767) at 20210308005003704 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sc520_freq.c' (116,768) at 20220525020652370 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_txrx.c' (116,769) at 20240830080013279 to deleted uid set 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/Kconfig' (116,770) at 20240405153046337 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw7905.dtsi' (116,771) at 20240405153045733 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/movmem.S' (116,772) at 20210307214926570 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-timer-common.c' (116,773) at 20210927100127665 2025-03-14 03:00:53.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_prepend.c' (116,774) at 20210308005046509 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h' (116,775) at 20240405153048509 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hugetlb.h' (116,776) at 20240405153229907 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h' (116,777) at 20240405153050157 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_vhyp_mmu.c' (116,778) at 20240906080037284 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cramfs_fs.h' (116,779) at 20210307214931626 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0023-hello_pi-optionally-build-wayland-specific-app.patch' (116,780) at 20230211040012643 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c' (116,781) at 20240405153050641 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/qemu_configs/riscv.py' (116,782) at 20240405153054225 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/barrier.h' (116,783) at 20210307214932474 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_syscall.h' (116,784) at 20221215040039202 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos-clkout.c' (116,785) at 20240405153046841 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/qnxtypes.h' (116,786) at 20210307214931658 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_82575.c' (116,787) at 20240411080014102 2025-03-14 03:00:53.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/gre_inner_v6_multipath.sh' (116,788) at 20210307214932686 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/diskonchip.txt' (116,789) at 20210307214925370 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/XVentanaCondOps.decode' (116,790) at 20220429100100826 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy.bb' (116,791) at 20241206090014230 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/Kconfig' (116,792) at 20210308005002980 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-lshift.c' (116,793) at 20240405153231947 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/audiophile-usb.rst' (116,794) at 20210307214925566 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-digicolor/Kconfig' (116,795) at 20210307214925878 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/callbackgentest.mako.hpp' (116,796) at 20210308005108057 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Chassis@.service' (116,797) at 20240425080035551 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mem.c' (116,798) at 20241211090212350 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/sysfs.c' (116,799) at 20240405153049077 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfvidl.c' (116,800) at 20210307214931898 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h' (116,801) at 20210307214931342 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt' (116,802) at 20210308005003328 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/eeprom93xx.c' (116,803) at 20240906080037272 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/Kconfig' (116,804) at 20210308005003084 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/frequency/ad9523.h' (116,805) at 20210307214931402 2025-03-14 03:00:53.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mei.h' (116,806) at 20240405153052925 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/zorro/zorro.c' (116,807) at 20210309003653368 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/MAINTAINERS' (116,808) at 20210308005003052 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/Makefile' (116,809) at 20240405153231451 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer_private.h' (116,810) at 20240405153047293 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi4-64.conf' (116,811) at 20230609080014395 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml' (116,812) at 20240405153229763 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7793-cpg-mssr.h' (116,813) at 20210308005003632 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_mem_alloc.h' (116,814) at 20240405153231803 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/lan9303_i2c.c' (116,815) at 20240405153049749 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/ecc-mtk.c' (116,816) at 20240405153049685 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65217-regulator.c' (116,817) at 20240405153051477 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/unwind-libunwind.c' (116,818) at 20210307214932518 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7091r-base.c' (116,819) at 20240405153230687 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/amba-clcd.c' (116,820) at 20240405153231579 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/rcu_tasks_trace_gp.c' (116,821) at 20240405153054273 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/devicetree/dynamic-resolution-notes.rst' (116,822) at 20240405153045293 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi' (116,823) at 20240405153229891 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gmu.c' (116,824) at 20241211090145417 to deleted uid set 2025-03-14 03:00:53.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sysrq.h' (116,825) at 20240405153231843 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-dai-etdm.c' (116,826) at 20240405153232187 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/stm32-pwr.c' (116,827) at 20240405153231363 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/global_nvs.asl' (116,828) at 20210308005002876 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/pm8226.dtsi' (116,829) at 20240405153229891 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_structs.h' (116,830) at 20220429100100634 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/ibmasm.h' (116,831) at 20210307214929162 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-core.h' (116,832) at 20240405153052833 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h' (116,833) at 20240405153050497 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/Makefile' (116,834) at 20240405153050493 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_dg_mixer.c' (116,835) at 20210307214932270 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.out' (116,836) at 20210308005046397 to deleted uid set 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pcs-lynx.h' (116,837) at 20240405153052761 2025-03-14 03:00:53.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hotagen' (116,838) at 20210307205553782 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste_v0.c' (116,839) at 20240405153050137 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra114-roth.dts' (116,840) at 20240405153229875 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbla.c' (116,841) at 20210308005046505 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_dm.h' (116,842) at 20240405153051881 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/mmu.c' (116,843) at 20240906080037508 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pmdomain/imx/gpcv2.c' (116,844) at 20240405153231347 to deleted uid set 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/seg6_local.h' (116,845) at 20210307214931574 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/proc/array.c' (116,846) at 20241211090145525 to deleted uid set 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (116,847) at 20220618030015174 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable-x86-dfi-bt700_defconfig' (116,848) at 20210308005003284 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/laptops/disk-shock-protection.rst' (116,849) at 20210309003648288 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii.c' (116,850) at 20210308005003704 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-hyperv.c' (116,851) at 20241211090145433 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/error.c' (116,852) at 20210308005003764 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/part_stat.h' (116,853) at 20240405153052757 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_conntrack_ftp.h' (116,854) at 20210307214931642 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_tproxy.h' (116,855) at 20240405153052857 2025-03-14 03:00:53.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/damon/debugfs_schemes.sh' (116,856) at 20240405153054293 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/reset.c' (116,857) at 20240405153045681 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/thermal.c' (116,858) at 20240405153050409 to deleted uid set 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/SECURITY.md' (116,859) at 20241221090017572 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/mx7ulp-pins.h' (116,860) at 20210308005002652 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c' (116,861) at 20210307214929810 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/process.c' (116,862) at 20240405153053025 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.err' (116,863) at 20210308005046397 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s400_defconfig' (116,864) at 20210308005003276 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts' (116,865) at 20240405153229975 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi' (116,866) at 20240405153045781 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ibm_iic.c' (116,867) at 20240405153230675 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8195/mt8195-clk.h' (116,868) at 20240405153054001 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/fan_attr.c' (116,869) at 20240405153046637 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.json' (116,870) at 20220429100100882 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/shmem_utils.c' (116,871) at 20240405153230571 2025-03-14 03:00:53.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb' (116,872) at 20220721030015865 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/reg.h' (116,873) at 20210309003651836 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/sysrq_32.c' (116,874) at 20210307214926754 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/blk-mq.c' (116,875) at 20241211090145393 to deleted uid set 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c' (116,876) at 20240613080016407 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged.cpp' (116,877) at 20210308004942076 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/autobuilder-worker-prereq-tests' (116,878) at 20220910030013433 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/sx_common.h' (116,879) at 20240405153049013 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_mc34vr500.c' (116,880) at 20210308005003468 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/motion.md' (116,881) at 20221215040043190 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-initramfs-boot.bb' (116,882) at 20240106090017269 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c' (116,883) at 20240405153230363 2025-03-14 03:00:53.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/Makefile' (116,884) at 20210307214929914 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/optee_msg.h' (116,885) at 20240405153051969 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain.inc' (116,886) at 20241221090017576 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfa_cee.h' (116,887) at 20210307214929342 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/tps68470_board_data.c' (116,888) at 20240405153051409 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/sys.h' (116,889) at 20210307214931114 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb' (116,890) at 20240413080012639 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_rd.h' (116,891) at 20220525020654203 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/sa1100-flash.c' (116,892) at 20210307214929214 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/parport.h' (116,893) at 20240405153052757 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/sp7021_defconfig' (116,894) at 20240405153045617 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/checksum_32.h' (116,895) at 20210309003648984 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-13bb.dtso' (116,896) at 20240405153045725 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/magic.h' (116,897) at 20240405153052925 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/branch.json' (116,898) at 20210307214932534 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_ethtool.c' (116,899) at 20240405153231007 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/db1200.c' (116,900) at 20240405153230007 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/auxvec.h' (116,901) at 20210307214926762 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Makefile.postlink' (116,902) at 20240405153046241 2025-03-14 03:00:53.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml' (116,903) at 20240405153045165 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/locking/cmpxchg-local/arch-support.txt' (116,904) at 20240405153045197 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts' (116,905) at 20240405153229883 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/pmu.h' (116,906) at 20220525020652198 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/event.md.mako' (116,907) at 20240925080038338 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-a800-cardlist.rst' (116,908) at 20210307214925230 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_extern.c' (116,909) at 20240405153054277 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/config/config.h.meson' (116,910) at 20241212090025211 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0004-adb-Fix-build-on-big-endian-systems.patch' (116,911) at 20230706080014745 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_skb_sk_lookup.c' (116,912) at 20220525020655191 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-asv.c' (116,913) at 20220525020654095 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0007-apache2-allow-to-disable-selinux-support.patch' (116,914) at 20241206090014270 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/common.c' (116,915) at 20210307214926994 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/elf.h' (116,916) at 20240326080039526 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/u-boot.h' (116,917) at 20210308005002840 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/gp8psk-fe.c' (116,918) at 20210307214928626 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb' (116,919) at 20240301090012419 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_pbi.cfg' (116,920) at 20210308005002968 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.h' (116,921) at 20240405153048477 2025-03-14 03:00:53.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/fix-clang-private-operator.patch' (116,922) at 20241221090017528 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/devices/tsi721.c' (116,923) at 20240405153051457 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/luks-detached-header.rst' (116,924) at 20240906080037172 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/qe_tdm.h' (116,925) at 20240405153052881 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/ia64/aliasing.rst' (116,926) at 20240405153044977 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Auxtek-T003_defconfig' (116,927) at 20210308005003232 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_elf.h' (116,928) at 20221215040039202 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cadence/Kconfig' (116,929) at 20220525020653471 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/pipeline.json' (116,930) at 20240405153054109 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml' (116,931) at 20220525020651674 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77990.dtsi' (116,932) at 20240405153229963 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/move_extents.h' (116,933) at 20220525020654475 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/bitmap.c' (116,934) at 20240830080013323 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Makefile-Do-not-set-Werror.patch' (116,935) at 20230317080013785 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/init.h' (116,936) at 20210307214929962 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools/Add_missing_headers.patch' (116,937) at 20210307205554566 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/Makefile' (116,938) at 20240405153045461 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate/58f7d7fdb171f80ed6ce97e6ca4409723975c47f.patch' (116,939) at 20241221090017552 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongson_ipi.c' (116,940) at 20241211090212286 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/position/Makefile' (116,941) at 20220525020653111 2025-03-14 03:00:53.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/exit_prototype.patch' (116,942) at 20241206090014318 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irq_remapping.h' (116,943) at 20240405153046385 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Dunedin' (116,944) at 20210307205553778 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bitops/__ffs.h' (116,945) at 20210307214926314 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/dev-uart-s3c64xx.c' (116,946) at 20240405153045685 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/omap3.c' (116,947) at 20210308005003520 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml' (116,948) at 20240405153045133 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal' (116,949) at 20210307205553874 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_mman.h' (116,950) at 20230925080039941 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/config.linux' (116,951) at 20220204040022528 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-evb-ecc.dts' (116,952) at 20230720080043535 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-usb.h' (116,953) at 20210308005002656 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/hosted-service.png' (116,954) at 20210307205554378 to deleted uid set 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_tx.h' (116,955) at 20240405153049961 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atom.c' (116,956) at 20240405153230619 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/atomic_bitops.txt' (116,957) at 20240405153044989 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/success.png' (116,958) at 20220105012522963 to deleted uid set 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/container.yml' (116,959) at 20240405153230527 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-sabrelite.dts' (116,960) at 20240405153045501 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/process_64.c' (116,961) at 20241008080013899 to deleted uid set 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/cpu.c' (116,962) at 20210308005002824 2025-03-14 03:00:53.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/pmac_zilog.c' (116,963) at 20240429080012440 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/reset.h' (116,964) at 20210308005002644 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/gb-camera.h' (116,965) at 20210307214930514 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mediatek,star-emac.yaml' (116,966) at 20240405153045117 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/atmel/Kconfig' (116,967) at 20240405153050485 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/300' (116,968) at 20240326080039734 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/sdio_osintf.h' (116,969) at 20210307214930666 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_too_deep.c' (116,970) at 20210307214932642 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8x-colibri-iris-v2.dtsi' (116,971) at 20240405153045737 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot' (116,972) at 20240628080017109 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/lpt.c' (116,973) at 20210308005003548 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mb862xx/mb862xx-i2c.c' (116,974) at 20210307214930918 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lgrl-unaligned.S' (116,975) at 20230426080043952 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.POST' (116,976) at 20210308005003292 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/meson.build' (116,977) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4412-i9305.dts' (116,978) at 20240405153045569 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_ipv6/ip6_tables.h' (116,979) at 20240405153052929 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8323ERDB.h' (116,980) at 20210308005003576 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pse-pd/Makefile' (116,981) at 20240405153050365 2025-03-14 03:00:53.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/digic-uart.h' (116,982) at 20210308005046005 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sysctl_loop2.c' (116,983) at 20210307214932650 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_8021q.c' (116,984) at 20240405153053233 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-space-map.h' (116,985) at 20240405153049257 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/semihosting-stub.c' (116,986) at 20240906080037504 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/Makefile' (116,987) at 20210308005002976 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos4x12-usb2.c' (116,988) at 20210307214930062 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts' (116,989) at 20220525020651934 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/io.h' (116,990) at 20241018080014474 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq8074.c' (116,991) at 20240405153051345 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld11.c' (116,992) at 20210308005002792 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/irqs.h' (116,993) at 20240405153045657 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/run.c' (116,994) at 20220525020652074 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts' (116,995) at 20240405153045425 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/perf-regs-arch/perf_regs_csky.c' (116,996) at 20240405153232239 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_controlq.h' (116,997) at 20240405153050001 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts' (116,998) at 20240405153045761 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-aw200xx.c' (116,999) at 20240405153230755 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c' (117,000) at 20210308005046513 2025-03-14 03:00:53.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/history.txt' (117,001) at 20210308005003708 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/uart-prom.c' (117,002) at 20210307214926190 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_dw_mvebu.c' (117,003) at 20210308005003452 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-usb2-clock-sel.c' (117,004) at 20240405153230239 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/common.c' (117,005) at 20240405153046685 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_ecm.h' (117,006) at 20210307214930802 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.cpp' (117,007) at 20241120090023420 to deleted uid set 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_fifo.c' (117,008) at 20220525020654971 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb' (117,009) at 20240301090012419 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mti/malta.dts' (117,010) at 20210307214926194 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/index.rst' (117,011) at 20240906080037176 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_rx.c' (117,012) at 20240405153050089 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/bpf.json' (117,013) at 20240405153054373 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch' (117,014) at 20230211040012659 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib_ring.c' (117,015) at 20220525020654891 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_tx.c' (117,016) at 20210307214928774 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/process_unittest.cpp' (117,017) at 20240817080027252 2025-03-14 03:00:53.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wcd938x-sdw.yaml' (117,018) at 20240405153045169 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/davinci_emac.txt' (117,019) at 20210307214925374 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/mainapp.cpp' (117,020) at 20230810080030011 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/flex_proportions.h' (117,021) at 20240405153052689 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/lattice-ecp3-config.c' (117,022) at 20240405153049641 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/mix.c' (117,023) at 20221102030020993 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0002-using-pkg-config-to-detect-krb5.patch' (117,024) at 20241221090017496 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/0001-gdbus-define-MAX_INPUT-for-musl.patch' (117,025) at 20241221090017636 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h' (117,026) at 20220525020653171 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/xillybus.rst' (117,027) at 20210309003648412 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/meson.build' (117,028) at 20240906080037184 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tollsjo' (117,029) at 20210307205553794 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/checksum.c' (117,030) at 20210307214925658 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb-kbd.c' (117,031) at 20241211090212282 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb' (117,032) at 20241221090017504 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/MAINTAINERS' (117,033) at 20210308005003020 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ia_css_ynr.host.c' (117,034) at 20210307214930562 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31.dtsi' (117,035) at 20240405153045381 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5420-common.h' (117,036) at 20210308005003596 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/afs/xdr_fs.h' (117,037) at 20220525020654343 to deleted uid set 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.h' (117,038) at 20210308005003460 2025-03-14 03:00:53.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/pgrep.cfg' (117,039) at 20210307205554470 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-uboot.dtsi' (117,040) at 20210308005002576 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/Kconfig' (117,041) at 20240906080037480 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon_cw.c' (117,042) at 20220525020654311 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/Kconfig' (117,043) at 20240405153048777 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/gemini/gemini-rut1xx.dts' (117,044) at 20240405153045433 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/common-board-devices.h' (117,045) at 20240405153045661 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-bone-common.dtsi' (117,046) at 20210308005002560 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/Makefile' (117,047) at 20210308005003372 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/dma.c' (117,048) at 20240405153046037 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_gen5.h' (117,049) at 20210308005002780 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb' (117,050) at 20220612030016735 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/setup.py' (117,051) at 20210308004923388 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/netlink_compat.c' (117,052) at 20240405153232083 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/syscalls_64.h' (117,053) at 20240405153046493 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/sun3-head.S' (117,054) at 20210307214926166 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nxp/clk-lpc18xx-cgu.c' (117,055) at 20240405153046805 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-lib.h' (117,056) at 20240405153231459 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/fm2fb.c' (117,057) at 20240405153231583 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/Kconfig' (117,058) at 20240405153050625 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime2.dts' (117,059) at 20210308005002624 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-370-rd.dts' (117,060) at 20240405153045445 2025-03-14 03:00:53.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_wq.h' (117,061) at 20240405153051601 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-Use-1-instead-of-WAIT_ANY.patch' (117,062) at 20230706080014737 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-virtio-dmabuf.c' (117,063) at 20240326080039746 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f469-disco.dts' (117,064) at 20240405153045581 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/Makefile' (117,065) at 20210308005002916 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_client.h' (117,066) at 20240405153230967 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c' (117,067) at 20240405153230647 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml' (117,068) at 20240405153045097 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc_main.c' (117,069) at 20240405153052157 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt2712.c' (117,070) at 20240405153231323 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-scb.c' (117,071) at 20210307214928686 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/trusted_core.c' (117,072) at 20240405153232115 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hid-sensor.rst' (117,073) at 20220525020651734 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ipam390_defconfig' (117,074) at 20210308005003260 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/resize.c' (117,075) at 20241125090012259 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/unpack_properties.hpp' (117,076) at 20240817080036820 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/fru-read-example.yaml' (117,077) at 20221209040032879 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh' (117,078) at 20241211090212534 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.yaml' (117,079) at 20240405153229787 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mp2975.rst' (117,080) at 20210309003648428 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-archive.txt' (117,081) at 20210307214932510 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/oplock.c' (117,082) at 20241011080017371 2025-03-14 03:00:53.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb' (117,083) at 20240106090017277 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/ocs-aes.c' (117,084) at 20240405153046949 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/gt64120.c' (117,085) at 20241211090212314 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/9p.rst' (117,086) at 20240405153229807 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amazon/alpine.dtsi' (117,087) at 20240405153229863 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_sip.c' (117,088) at 20240405153053325 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/cache_init.S' (117,089) at 20210308005002816 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_getsession_unittest.cpp' (117,090) at 20210308005134001 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-irq.c' (117,091) at 20210307214928698 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/keystone/knav-qmss.rst' (117,092) at 20240405153044973 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h' (117,093) at 20210307214927774 2025-03-14 03:00:53.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/veristat.c' (117,094) at 20241008080014059 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-core-base.c' (117,095) at 20241011080017319 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch' (117,096) at 20220204040022528 to deleted uid set 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c' (117,097) at 20240405153048637 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/atomic64.c' (117,098) at 20220429100100958 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1e/atl1e_main.c' (117,099) at 20240405153230923 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crash_dump.h' (117,100) at 20240405153052673 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-ath79.c' (117,101) at 20240405153231455 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mips/cpu_hwmon.c' (117,102) at 20240805080013999 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/realtek/rtw88/usb.c' (117,103) at 20240913080013813 to deleted uid set 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie.yaml' (117,104) at 20240405153045125 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/psu_unittest.cpp' (117,105) at 20211014000010487 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_error.c' (117,106) at 20210308005003552 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c' (117,107) at 20240405153047245 2025-03-14 03:00:53.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/turbostat/Makefile' (117,108) at 20240405153054221 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hwspinlock.h' (117,109) at 20240910080014082 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/sht3x.rst' (117,110) at 20240405153045217 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/coding-style.rst' (117,111) at 20240405153229839 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/hw.h' (117,112) at 20240405153050465 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/pcm-test.conf' (117,113) at 20240405153054233 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/test.sh' (117,114) at 20230606080013598 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html' (117,115) at 20210307205554286 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' (117,116) at 20241213090004417 to deleted uid set 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/wic/emmc-nuvoton.wks.in' (117,117) at 20230704080013871 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/qrwlock.c' (117,118) at 20240405153053017 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_act.h' (117,119) at 20240405153050109 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c' (117,120) at 20241216090017693 2025-03-14 03:00:53.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_cpu.h' (117,121) at 20210308005046085 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/tegra/tegra_cec.h' (117,122) at 20210307214928598 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx415.c' (117,123) at 20240405153230787 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_icpu_cfg.h' (117,124) at 20210308005002820 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/xen.h' (117,125) at 20240405153052961 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/pcmplc.c' (117,126) at 20220525020653667 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Outlet_v1.xml' (117,127) at 20240824080002934 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/eni.h' (117,128) at 20210307214926882 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000x_regs.h' (117,129) at 20240326080039466 2025-03-14 03:00:53.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-pwm' (117,130) at 20240405153044917 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h' (117,131) at 20240405153045729 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/acinclude.m4' (117,132) at 20240301090012479 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/rndis.h' (117,133) at 20220525020654259 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/Makefile' (117,134) at 20240405153231883 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/me4000.c' (117,135) at 20240405153046897 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap_hwmod_common_ipblock_data.c' (117,136) at 20210307214925922 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb' (117,137) at 20241206090014250 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_394.bb' (117,138) at 20241221090017528 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c' (117,139) at 20210308005046513 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdping_kern.c' (117,140) at 20240405153054285 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/sys_proto.h' (117,141) at 20210308005002652 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_thresh_cmp_test.c' (117,142) at 20240405153054361 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_printk/Makefile' (117,143) at 20210307214932130 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/mce.h' (117,144) at 20240405153054317 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/utility.hpp' (117,145) at 20210308005059165 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge-stp' (117,146) at 20210308005046489 2025-03-14 03:00:53.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun8i-a23-r.c' (117,147) at 20240405153231339 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath79/common.c' (117,148) at 20210307214926186 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rc.h' (117,149) at 20210307214929922 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/syscon.c' (117,150) at 20210308005002784 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/global.c' (117,151) at 20210307214930946 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_fanboard.json' (117,152) at 20241217090031429 to deleted uid set 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Requester/meson.build' (117,153) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fexit_bpf2bpf.c' (117,154) at 20240405153054269 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,cy8ctma140.yaml' (117,155) at 20240405153045081 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c' (117,156) at 20240830080013271 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-usb-phy.yaml' (117,157) at 20240405153045129 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_time.h' (117,158) at 20210307214931646 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7180.c' (117,159) at 20240405153049305 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c' (117,160) at 20210308005002856 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts' (117,161) at 20220525020651990 2025-03-14 03:00:53.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/reg_srcs/r600' (117,162) at 20210307214928018 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fifo_underrun.h' (117,163) at 20240405153048453 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/netclassid_cgroup.c' (117,164) at 20240405153053221 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethernet/Makefile' (117,165) at 20210307214931930 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04a5one.dts' (117,166) at 20240405153045601 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/clear_select_events.tc' (117,167) at 20210309003656000 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_trace.h' (117,168) at 20210307214927766 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-colibri-iris-v2.dts' (117,169) at 20240405153045497 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/zm7300.h' (117,170) at 20210308005002964 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot' (117,171) at 20240628080017121 to deleted uid set 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1685.c' (117,172) at 20240405153051497 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/ipl.c' (117,173) at 20240613080016367 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1021rdb-pc.dtsi' (117,174) at 20210307214926346 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/.gitignore' (117,175) at 20210307214926634 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/poly1305-mips.pl' (117,176) at 20210307214926206 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-linutronix-testbox-v2.dts' (117,177) at 20240405153045385 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_pipeline.c' (117,178) at 20240405153049213 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/oem/ibm/oem_ibm_state_set.hpp' (117,179) at 20240903080027143 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/image_verify.hpp' (117,180) at 20240712080028497 to deleted uid set 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/scripts/check-model.c' (117,181) at 20210307214926134 2025-03-14 03:00:53.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/es-Euskaltel' (117,182) at 20210307205553758 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/pinmux.h' (117,183) at 20210308005002640 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/page.h' (117,184) at 20240405153230031 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,mmcc-apq8084.h' (117,185) at 20210307214931330 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-uac1' (117,186) at 20240405153044913 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-Add-spmc_manifest-for-qemu.patch' (117,187) at 20230919080013950 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c' (117,188) at 20240405153230563 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_format.h' (117,189) at 20240405153231771 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2l_evm.h' (117,190) at 20210308005003596 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmsan/shadow.c' (117,191) at 20240405153231963 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/TableRowExpandMixin.js' (117,192) at 20241004080035963 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/Makefile' (117,193) at 20210308005003040 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/test_runbuilds.py' (117,194) at 20240106090017249 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c' (117,195) at 20240405153231051 2025-03-14 03:00:53.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_health/test_obmc_gui_hardware_status.robot' (117,196) at 20210308005007108 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog_timeout.cpp' (117,197) at 20240418080018518 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm33xx.c' (117,198) at 20240405153045669 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/Kconfig' (117,199) at 20240405153231599 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_I7_defconfig' (117,200) at 20210308005003240 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/iosapic.c' (117,201) at 20240405153231283 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/stm32_flash.h' (117,202) at 20210308005003420 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/amd-fpga.bb' (117,203) at 20241206090014202 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c' (117,204) at 20241011080017331 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/hwinit.c' (117,205) at 20210308005002760 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/compat-policy.h' (117,206) at 20220429100100586 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/pmbus/ti,lm25066.yaml' (117,207) at 20220525020651678 2025-03-14 03:00:53.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_tegra.c' (117,208) at 20210308005003452 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm2835.c' (117,209) at 20240405153230203 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rv1108.c' (117,210) at 20220525020652330 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818' (117,211) at 20241008080013887 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/140' (117,212) at 20220429100100890 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-wandboard-revc1.dtsi' (117,213) at 20240405153045521 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-ocores.h' (117,214) at 20210307214931474 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/browsers/map.c' (117,215) at 20240405153054177 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/relocate_kernel_64.S' (117,216) at 20241216090017689 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_div.S' (117,217) at 20210308005046529 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/cygnus-ssp.h' (117,218) at 20240405153232143 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalMetrics_v1.xml' (117,219) at 20240619080002936 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-firmware-only.yml' (117,220) at 20241206090014206 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/ptrace.h' (117,221) at 20240906080037356 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/sub_and_test' (117,222) at 20240628080014037 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/Makefile' (117,223) at 20240405153048981 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/msvld.h' (117,224) at 20220525020652947 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/stackframe.h' (117,225) at 20240617080017378 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gio-module-cache.bbclass' (117,226) at 20220910030013385 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx6_nospl_defconfig' (117,227) at 20210308005003252 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/aspeed/aspeed-hace-hash.c' (117,228) at 20240405153230255 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pico-pi.dts' (117,229) at 20210308005002588 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/uprobes.c' (117,230) at 20240405153046029 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml' (117,231) at 20240405153229787 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-apusys_pll.c' (117,232) at 20240405153046801 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_s32c1i.S' (117,233) at 20210308005046533 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_certs_manager.cpp' (117,234) at 20231011080023666 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rattvik' (117,235) at 20210307205553790 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0001-localedef-Add-hardlink-resolver-from-util-linux.patch' (117,236) at 20241221090017640 2025-03-14 03:00:53.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/spe.json' (117,237) at 20240405153054109 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-b.dts' (117,238) at 20210308005002572 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/serial-isa.h' (117,239) at 20241211090212358 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/README' (117,240) at 20210308005002976 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/pktgen.c' (117,241) at 20240613080016531 to deleted uid set 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerNetworkProtocol_v1.xml' (117,242) at 20240619080002928 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5645.c' (117,243) at 20240613080016547 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c' (117,244) at 20240405153049817 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml' (117,245) at 20240405153229763 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiostat/ti,lmp91000.yaml' (117,246) at 20220525020651682 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Install.interface.yaml' (117,247) at 20220315030032663 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/cpuid.h' (117,248) at 20240326080039542 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/non-d0-probe.rst' (117,249) at 20240405153045209 2025-03-14 03:00:53.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sh_clk.h' (117,250) at 20210307214931506 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/int64_helper.c' (117,251) at 20240906080037536 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/semaphore.h' (117,252) at 20240405153052793 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/run-ptest' (117,253) at 20210307205554534 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/sysemu/meson.build' (117,254) at 20230925080040033 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmanette/libmanette_0.2.9.bb' (117,255) at 20241221090017540 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fis.h' (117,256) at 20210308005003648 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson-eeclk.c' (117,257) at 20240405153230215 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2500usb.c' (117,258) at 20240405153050617 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/MAINTAINERS' (117,259) at 20210308005002976 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/ipic.c' (117,260) at 20240405153046233 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c' (117,261) at 20210307214927254 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch' (117,262) at 20241221090017672 to deleted uid set 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb' (117,263) at 20221120040010710 to deleted uid set 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Makefile' (117,264) at 20210308005002948 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson_1.6.0.bb' (117,265) at 20241221090017664 to deleted uid set 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/octeon-platform.c' (117,266) at 20240405153230007 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-dns-sd-Include-missing-headers.patch' (117,267) at 20241206090014242 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_tx_pkt.h' (117,268) at 20230925080039889 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_rgb.h' (117,269) at 20210307214928042 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/processor.h' (117,270) at 20240405153230019 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-elektor.c' (117,271) at 20220525020653071 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmb-channels.json' (117,272) at 20221209040010559 2025-03-14 03:00:53.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_utils.cpp' (117,273) at 20240904080029670 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_mcr.h' (117,274) at 20240405153048489 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_encoder_slave.c' (117,275) at 20210307214927758 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_fc.h' (117,276) at 20210307214928990 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/ipwireless/tty.c' (117,277) at 20240405153231507 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/stdio.h' (117,278) at 20210307214926362 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb' (117,279) at 20241206090014246 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/hbm.c' (117,280) at 20240405153053421 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/vsock_diag_test.c' (117,281) at 20220525020655235 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i10nm_base.c' (117,282) at 20241211090145405 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/sp_public.h' (117,283) at 20210307214930546 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/atmel.bmp' (117,284) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/platform_info_test.c' (117,285) at 20240405153054321 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-i586.txt' (117,286) at 20240113090014532 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/macintosh.h' (117,287) at 20210307214926162 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/io.rst' (117,288) at 20240405153045317 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition_table.hpp' (117,289) at 20210308005108645 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-syscall-asm.S' (117,290) at 20220525020655227 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/capsule.c' (117,291) at 20220525020652426 2025-03-14 03:00:53.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/signal.h' (117,292) at 20220525020652118 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h' (117,293) at 20240405153051973 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/thread_info.h' (117,294) at 20240405153046057 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/mmc_spi.h' (117,295) at 20220525020654619 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/pmc.c' (117,296) at 20210308005003348 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,systemport.yaml' (117,297) at 20240405153045113 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-exynos.h' (117,298) at 20210307214929190 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb_intro.rst' (117,299) at 20210307214925230 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-rsem.h' (117,300) at 20210307214931806 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail' (117,301) at 20241206090014306 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm_internal.h' (117,302) at 20240405153048325 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio-scan.c' (117,303) at 20240405153051457 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/Kconfig' (117,304) at 20240405153230271 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/wiznet.h' (117,305) at 20210307214931482 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc_ipi_msg.h' (117,306) at 20240405153230803 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/common.py' (117,307) at 20220910030013377 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/intel_iommu.py' (117,308) at 20240906080037552 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/nanomips_translate.c.inc' (117,309) at 20241211090212498 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/README.md' (117,310) at 20240809080017263 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/dln2-adc.c' (117,311) at 20220525020653091 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x.dts' (117,312) at 20240405153045729 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml' (117,313) at 20240405153045093 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/fdt_wip.c' (117,314) at 20210307214925678 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/linkage.h' (117,315) at 20210308005002544 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/vector.rst' (117,316) at 20240405153229827 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb' (117,317) at 20230131040012035 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-not-sent-by-host.yaml' (117,318) at 20210307205553698 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/0001-bluepy-Fix-username-issue-with-tarballs.patch' (117,319) at 20220125040024367 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/.gitignore' (117,320) at 20220525020655231 2025-03-14 03:00:53.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/reset.c' (117,321) at 20210308005002824 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exfldio.c' (117,322) at 20240405153046621 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch' (117,323) at 20241221090017640 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/init.c' (117,324) at 20240405153045913 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/monitor.json' (117,325) at 20221201040015308 to deleted uid set 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/series.py' (117,326) at 20210308005003772 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console/dropbear.env' (117,327) at 20230422080012291 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c' (117,328) at 20210307214930534 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashrdi3.c' (117,329) at 20210308005002852 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/job.hpp' (117,330) at 20221229040004411 to deleted uid set 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_bpf.sh' (117,331) at 20210307214932694 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf8583.c' (117,332) at 20240405153051501 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/preempt.h' (117,333) at 20240405153231835 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pgtable.c' (117,334) at 20240617080017382 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-hmp-cmds.c' (117,335) at 20230426080043636 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_umount.c' (117,336) at 20240405153052397 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/io.h' (117,337) at 20240405153229991 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/flite' (117,338) at 20210307205553870 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_encode.h' (117,339) at 20240405153051617 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/xen-blkback/xenbus.c' (117,340) at 20240405153046717 2025-03-14 03:00:53.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_stats.h' (117,341) at 20240815080012923 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/check_bq27xxx_data.cocci' (117,342) at 20240405153053441 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/System_VSYS.json' (117,343) at 20221213040036921 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_bsg.h' (117,344) at 20210309003652824 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Craigkelly' (117,345) at 20210307205553794 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Knavland' (117,346) at 20210307205553786 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-malta.c' (117,347) at 20210307214926286 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_aia_aplic.h' (117,348) at 20240405153046245 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/reboot.c' (117,349) at 20240405153231923 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/PageSection.spec.js' (117,350) at 20241004080035975 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcie-qhp.h' (117,351) at 20240405153051289 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-smc.c' (117,352) at 20241211090212550 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-lock.py-fix-Exception-handling.patch' (117,353) at 20240413080012691 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sar.c' (117,354) at 20240405153050661 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/sb_regs.h' (117,355) at 20240405153051981 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/parport.h' (117,356) at 20210307214931306 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/microchip.bmp' (117,357) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/COPYRIGHT' (117,358) at 20210307205554390 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/layer.conf' (117,359) at 20241221090017476 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv-fw.c' (117,360) at 20220525020653247 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qtest.c' (117,361) at 20240906080037444 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_vlan_aware.sh' (117,362) at 20240405153054341 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/inittab' (117,363) at 20210307205554494 2025-03-14 03:00:53.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/user-creation/xuser-account_0.1.bb' (117,364) at 20241206090014350 2025-03-14 03:00:53.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/ctrl.c' (117,365) at 20240405153230711 2025-03-14 03:00:53.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/coupler.h' (117,366) at 20220525020654611 2025-03-14 03:00:53.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/wanxl.h' (117,367) at 20210307214929718 2025-03-14 03:00:53.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/lm3646.h' (117,368) at 20210307214931542 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/gaudi_blocks.h' (117,369) at 20240405153046577 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/1ccd5b54a408d12fce0c94ab0bbaedbb5ef69830.patch' (117,370) at 20241221090017496 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/novena_defconfig' (117,371) at 20210308005003272 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/COPYING' (117,372) at 20210307214932738 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/Makefile' (117,373) at 20240405153045673 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libiio/libiio_0.25.bb' (117,374) at 20240413080012659 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/x86/special.c' (117,375) at 20240405153054073 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC837XEMDS_defconfig' (117,376) at 20210308005003236 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Kconfig' (117,377) at 20210308005002948 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/toshiba/Makefile' (117,378) at 20240405153045841 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/watch.hpp' (117,379) at 20241129090023561 to deleted uid set 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/camcc-sm8250.c' (117,380) at 20220818100014695 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml' (117,381) at 20240405153229751 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c' (117,382) at 20240405153230503 2025-03-14 03:00:53.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_tcpmss.c' (117,383) at 20210307214932030 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/error.md.mako' (117,384) at 20210308005049765 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/md5.h' (117,385) at 20210308005003688 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-yaml-empty-group.cpp' (117,386) at 20240911080053391 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/intr.c' (117,387) at 20240405153230607 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/trousers-udev.rules' (117,388) at 20230520080014488 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/sunxi.yaml' (117,389) at 20240405153229755 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/newlib/newlib.inc' (117,390) at 20241206090014318 to deleted uid set 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kprobe_multi_empty.c' (117,391) at 20240405153054269 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-max3191x.c' (117,392) at 20240405153230303 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_pxa.h' (117,393) at 20210308005003628 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7752.h' (117,394) at 20210308005002848 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vp44xx_data.c' (117,395) at 20210307214925930 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_gpu.h' (117,396) at 20241211090212370 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-gr3d.yaml' (117,397) at 20240405153045049 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c' (117,398) at 20240405153051893 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173.dtsi' (117,399) at 20240405153045745 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/pci-sriov.c' (117,400) at 20240405153046217 2025-03-14 03:00:53.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/qrwlock.h' (117,401) at 20240405153052621 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb' (117,402) at 20240124090012254 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.h' (117,403) at 20210307214929938 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h' (117,404) at 20240405153050489 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c' (117,405) at 20240405153050585 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/nwflash.c' (117,406) at 20210307214926950 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/gdbstub.c' (117,407) at 20241211090212482 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_path_callouts.pl' (117,408) at 20240618080031629 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_io.c' (117,409) at 20240405153050181 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MCR3000_defconfig' (117,410) at 20210308005003236 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/Kconfig' (117,411) at 20240405153050169 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/a1-pll.h' (117,412) at 20240405153230215 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/mx6memcal.c' (117,413) at 20210308005002984 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb' (117,414) at 20241206090014238 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/sections/cper-section-pcie.c' (117,415) at 20241214090008740 to deleted uid set 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-cs908.dts' (117,416) at 20240405153045385 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-mpic4.3.dtsi' (117,417) at 20210307214926350 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd.h' (117,418) at 20210307214928094 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/Makefile' (117,419) at 20240405153051813 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/meson.build' (117,420) at 20240625080021640 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml' (117,421) at 20240405153045069 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch' (117,422) at 20210307205553882 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-cmpi-bindings-Fix-build-error-with-gcc14.patch' (117,423) at 20241206090014250 2025-03-14 03:00:53.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb' (117,424) at 20241221090017508 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml' (117,425) at 20240405153045093 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/6lowpan.c' (117,426) at 20241216090017785 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ubifs-authentication.rst' (117,427) at 20240405153229815 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson.dtsi' (117,428) at 20240405153045401 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/event.h' (117,429) at 20240405153048617 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv64/annotate/instructions.c' (117,430) at 20240405153054089 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/fls.c' (117,431) at 20210307214925662 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/initvals.h' (117,432) at 20210307214929898 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml' (117,433) at 20240405153229803 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/cdc_mbim.c' (117,434) at 20240405153050373 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcpim.c' (117,435) at 20220525020653991 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/MAINTAINERS' (117,436) at 20210308005003076 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/ops-sh4.c' (117,437) at 20210307214926546 2025-03-14 03:00:53.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/bcm2835_sdhost.c' (117,438) at 20241211090212334 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_dcb_lib.c' (117,439) at 20240405153050001 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/imximage.cfg' (117,440) at 20210308005003008 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/imx7d_adc.c' (117,441) at 20240405153230687 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-kernel/linux/linux-aspeed/fp5280g3.cfg' (117,442) at 20240712080022837 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/dma-mapping.h' (117,443) at 20240405153045913 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_com_h2c.h' (117,444) at 20220525020654183 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/submit-checklist.rst' (117,445) at 20220525020651766 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/cdns2/cdns2-gadget.h' (117,446) at 20240913080013821 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/regulators-tegra20.c' (117,447) at 20240405153051773 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq_types.h' (117,448) at 20220525020652530 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/mcontext.patch' (117,449) at 20230811080018302 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp.inc' (117,450) at 20210812000025374 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-r7780rp.c' (117,451) at 20210307214926546 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_main.c' (117,452) at 20240405153048777 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vspliceb.S' (117,453) at 20230426080043952 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s.dtsi' (117,454) at 20240405153045453 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-8040-db.dts' (117,455) at 20240405153045745 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-sysbus.h' (117,456) at 20241211090212342 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/TestBmcEpoch.cpp' (117,457) at 20230509080037808 2025-03-14 03:00:53.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/service_files/sensor-monitor.service' (117,458) at 20230216040022747 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/reset_state.c' (117,459) at 20210308005108641 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/print-events.c' (117,460) at 20240405153232239 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb' (117,461) at 20241221090017516 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cpu_errata.c' (117,462) at 20241011080017287 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml' (117,463) at 20240405153229779 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_2_1_0_offset.h' (117,464) at 20210307214927442 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml' (117,465) at 20240405153045129 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-environment.py' (117,466) at 20231126090012777 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-xtensa.rst' (117,467) at 20210308005045809 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/checksec/checksec_2.6.0.bb' (117,468) at 20241221090017580 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml' (117,469) at 20240405153229763 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/e820.h' (117,470) at 20210308005002880 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso' (117,471) at 20240405153045745 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_cbs.c' (117,472) at 20241216090017797 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-exception-store.h' (117,473) at 20240405153049245 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/i825xx/Kconfig' (117,474) at 20210307214929422 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/stable-api-nonsense.rst' (117,475) at 20240405153229839 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_inode_buf.h' (117,476) at 20220525020654511 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/simplefb.c' (117,477) at 20210308005003532 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/timex.h' (117,478) at 20220627100016918 2025-03-14 03:00:53.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libass/libass_0.17.3.bb' (117,479) at 20241221090017532 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-zoned-target.c' (117,480) at 20240405153049253 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/tc_restrictions.sh' (117,481) at 20240405153054301 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml' (117,482) at 20240405153045049 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_input.hpp' (117,483) at 20230308090016325 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checkkconfigsymbols.py' (117,484) at 20240405153053437 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/regs_access_pmccext_test.c' (117,485) at 20220525020655227 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/libefc/efc_cmds.h' (117,486) at 20220525020654003 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/law.c' (117,487) at 20210308005002996 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel-at91sam9g20ek-wm8731-audio.txt' (117,488) at 20210307214925426 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/conf/layer.conf' (117,489) at 20241221090017460 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpu_device_id.h' (117,490) at 20240628080013981 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch' (117,491) at 20210307205553842 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/bcm2835_i2c.c' (117,492) at 20241211090212274 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_phy.h' (117,493) at 20210307214929302 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a774a1-cpg-mssr.h' (117,494) at 20210307214931334 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/cache.c' (117,495) at 20210308005002844 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/setup.h' (117,496) at 20210308005002824 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/dsp_biquad.h' (117,497) at 20210307214928542 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_openpower_fru.pl' (117,498) at 20220720030027719 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-reg-bits.h' (117,499) at 20230925080040077 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,usb-8x16-phy.txt' (117,500) at 20210307214925390 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_ch_0_masks.h' (117,501) at 20240405153046601 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/session_cmds.cpp' (117,502) at 20230513080031426 to deleted uid set 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_vblank_work.h' (117,503) at 20210309003653808 2025-03-14 03:00:53.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/229.out' (117,504) at 20210927100127497 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/prom/printf.c' (117,505) at 20210307214926174 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-topre.c' (117,506) at 20240405153048821 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/romimage/head.S' (117,507) at 20210307214926542 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/psrcompat.h' (117,508) at 20210307214926590 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/__ffs.h' (117,509) at 20210308005003560 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h' (117,510) at 20241125090012251 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP5.interface.yaml' (117,511) at 20220315030032659 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml' (117,512) at 20240405153229783 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity/meson.build' (117,513) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/cmsg_ipv6.sh' (117,514) at 20240405153232275 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/libunwind/x86_32.c' (117,515) at 20240405153232239 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_ump_convert.c' (117,516) at 20240910080014102 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-dvico-mce.c' (117,517) at 20210307214928782 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_interrupt.S' (117,518) at 20210308005046533 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/csc.c' (117,519) at 20240405153049485 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-vtd-dmar.json' (117,520) at 20241207090009635 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/Makefile' (117,521) at 20220525020652502 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_serdes.c' (117,522) at 20220525020653687 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/gp2ap002.c' (117,523) at 20240405153049001 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkDeviceFunctionMetrics_v1.xml' (117,524) at 20240619080002932 2025-03-14 03:00:53.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/abilis_tb101.dtsi' (117,525) at 20210307214925662 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/gvt.h' (117,526) at 20240405153230571 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/include/asm/apic.h' (117,527) at 20240418080014482 to deleted uid set 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_spi.c' (117,528) at 20240405153231211 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/UpdateService_v1.xml' (117,529) at 20240918080002716 to deleted uid set 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/cesa/cesa.c' (117,530) at 20240405153046957 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485EFE_defconfig' (117,531) at 20210308005003236 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers.h' (117,532) at 20240405153047185 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7170.c' (117,533) at 20240405153049305 2025-03-14 03:00:53.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/ls7a-pch.dtsi' (117,534) at 20241216090017685 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_type.h' (117,535) at 20241018080014498 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib.c' (117,536) at 20240503080014482 to deleted uid set 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/Kconfig' (117,537) at 20240405153045657 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/imx290.c' (117,538) at 20240405153230787 to deleted uid set 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4-cpu-thermal.dtsi' (117,539) at 20240405153045565 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/kmcent2.dts' (117,540) at 20210307214926342 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/syscalls/Makefile' (117,541) at 20240405153045969 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c' (117,542) at 20210307214932618 2025-03-14 03:00:53.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/Makefile' (117,543) at 20210307214929926 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ext4/extents.c' (117,544) at 20241211090145509 to deleted uid set 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pci_hotplug_core.c' (117,545) at 20220525020653851 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/everest.json' (117,546) at 20231212090004998 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/crc32.h' (117,547) at 20240405153050201 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message.hpp' (117,548) at 20240829080025807 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-tool/files/minerva-common-functions' (117,549) at 20231216090014900 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/scall64-n32.S' (117,550) at 20240520080015127 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_ldisc.c' (117,551) at 20240613080016383 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/vlv_dsi_pll.h' (117,552) at 20240405153048469 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/spi.c' (117,553) at 20240405153050713 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/Makefile' (117,554) at 20210308005003536 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_acct.c' (117,555) at 20220525020654875 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/dynack.h' (117,556) at 20210307214929770 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/rwsem.h' (117,557) at 20240405153052789 to deleted uid set 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Moliden' (117,558) at 20210307205553786 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/netdev.c' (117,559) at 20240405153050481 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/qcom_l3_pmu.rst' (117,560) at 20210307214925238 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ppp/pptp.c' (117,561) at 20240405153231083 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ip32/crime.h' (117,562) at 20210307214926214 2025-03-14 03:00:53.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/extra-properties-example.yaml' (117,563) at 20221209040010971 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/selftest.c' (117,564) at 20220525020654799 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/conf/layer.conf' (117,565) at 20241221090017580 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/gbmc-dev-ssh-key/gbmc-dev.priv' (117,566) at 20210417000027537 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-npcm/Makefile' (117,567) at 20240405153045657 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/interrupts.c' (117,568) at 20210308005002808 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hmp-commands.hx' (117,569) at 20240906080037184 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service' (117,570) at 20210307205554050 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_2_4_enum.h' (117,571) at 20210307214927666 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_rx.c' (117,572) at 20240405153230947 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_base.h' (117,573) at 20240405153230843 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c' (117,574) at 20240405153048629 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/export.c' (117,575) at 20210406100036143 2025-03-14 03:00:53.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-bt8xx.c' (117,576) at 20220525020652438 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/test.json' (117,577) at 20230706080014733 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PortCollection.json' (117,578) at 20240619080002952 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-report.txt' (117,579) at 20240405153054081 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/fru_device.cpp' (117,580) at 20240830080004339 to deleted uid set 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/audio_kc705_defconfig' (117,581) at 20240405153046501 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/urandom_read.c' (117,582) at 20240405153054289 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/makefile-fix.patch' (117,583) at 20241221090017632 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch' (117,584) at 20230706080014741 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cthw20k2.c' (117,585) at 20220525020654991 2025-03-14 03:00:53.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sh_spi.c' (117,586) at 20210308005003492 2025-03-14 03:00:53.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/icp_qat_uclo.h' (117,587) at 20240405153046957 2025-03-14 03:00:53.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_2_0_0_sh_mask.h' (117,588) at 20210307214927694 2025-03-14 03:00:53.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_comm.tc' (117,589) at 20210309003656000 2025-03-14 03:00:53.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/Makefile' (117,590) at 20210308005002904 2025-03-14 03:00:53.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-crystalcove.c' (117,591) at 20240520080015143 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/ud.c' (117,592) at 20220525020653139 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/event/exynos-nocp.h' (117,593) at 20210307214927118 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c' (117,594) at 20240405153230523 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9g45_matrix.h' (117,595) at 20210308005002716 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/timer.c' (117,596) at 20240405153054281 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/checksum.h' (117,597) at 20210309003649092 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-se-proxy_%.bbappend' (117,598) at 20241206090014214 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_mixer.c' (117,599) at 20220525020654979 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/tracefs/internal.h' (117,600) at 20240815080012907 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1701.h' (117,601) at 20210307214932294 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/wii.dts' (117,602) at 20240405153046093 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/Kbuild' (117,603) at 20220525020651986 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/uncore-io.json' (117,604) at 20240405153054145 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mtk-scpsys.c' (117,605) at 20240405153231347 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.nvmesensor.service' (117,606) at 20220318030013058 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fsqrts.c' (117,607) at 20210307214926438 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/bus.c' (117,608) at 20240405153230167 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/MAINTAINERS' (117,609) at 20210308005003012 2025-03-14 03:00:53.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/ghash.h' (117,610) at 20210307214931310 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-pci.c' (117,611) at 20240405153052041 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley_frontpanel.json' (117,612) at 20241213090004405 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c' (117,613) at 20210308005046517 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netgear_dgnd3700v2_ram_defconfig' (117,614) at 20210308005003272 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/sections.h' (117,615) at 20240405153230063 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tasjo' (117,616) at 20210307205553790 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmcjce_test.c' (117,617) at 20240405153054361 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/Kconfig' (117,618) at 20210308005003088 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ste,abx500.txt' (117,619) at 20210307214925398 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_exar_st16c554.c' (117,620) at 20210307214930742 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_ldsx_insn.c' (117,621) at 20240405153232259 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/nest_metrics.json' (117,622) at 20210309003655932 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs422.dtso' (117,623) at 20240405153045729 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-icy.c' (117,624) at 20240405153048901 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.boston' (117,625) at 20210308005003292 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/bus.h' (117,626) at 20240405153046973 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/file.c' (117,627) at 20241011080017359 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt' (117,628) at 20210308005003304 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/ppc_asm.h' (117,629) at 20240405153046093 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/mm/ioremap.c' (117,630) at 20240405153230003 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/wrappers/memory-barriers.rst' (117,631) at 20240405153045281 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/test-arm.c' (117,632) at 20220525020651898 2025-03-14 03:00:53.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/src/msgbuf.h' (117,633) at 20241220090015102 to deleted uid set 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu.h' (117,634) at 20240906080037500 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/scsi/zfcp_qdio.c' (117,635) at 20240405153051537 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass' (117,636) at 20230413080015624 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-v7-3level.S' (117,637) at 20210307214925974 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/facebook-bmc-flash-layout-128.dtsi' (117,638) at 20240405153045421 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp45x-ixp46x.dtsi' (117,639) at 20240405153045437 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/device_monitor.hpp' (117,640) at 20210914000041087 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/stxncpy.S' (117,641) at 20210307214925662 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_timer.h' (117,642) at 20240405153230267 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/fatent.c' (117,643) at 20220627100017114 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku16.dts' (117,644) at 20240405153045749 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/Kconfig' (117,645) at 20240405153050173 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/idr.h' (117,646) at 20240405153231811 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan_%.bbappend' (117,647) at 20241206090014202 to deleted uid set 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_defconfig' (117,648) at 20210308005003244 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/alternative-macros.h' (117,649) at 20240405153229975 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/Kconfig' (117,650) at 20210308005003520 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/Makefile' (117,651) at 20210307214929250 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/pcm030.dts' (117,652) at 20240405153046093 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/chips/Kconfig' (117,653) at 20220525020653391 2025-03-14 03:00:53.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn05.h' (117,654) at 20210307214926210 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/msm8916-wcd-analog.c' (117,655) at 20240405153232151 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/headerdep.pl' (117,656) at 20210307214932150 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/syscalls.c' (117,657) at 20240405153046153 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/phosphor-ipmi-net@.socket' (117,658) at 20230407080033607 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/gcw0_defconfig' (117,659) at 20240405153230007 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das16.c' (117,660) at 20240405153046893 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qlogicfas408.h' (117,661) at 20210307214930406 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/fs-uuid.bbclass' (117,662) at 20230131040012047 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-authorization.md' (117,663) at 20221209040006391 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xen/interface.h' (117,664) at 20220525020652154 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/i2c.h' (117,665) at 20210308005002636 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/onenand_regs.h' (117,666) at 20210307214931450 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic_chtdc_ti.c' (117,667) at 20240405153046645 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h' (117,668) at 20210308005002656 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml' (117,669) at 20240405153045081 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/vcc.c' (117,670) at 20240405153231523 2025-03-14 03:00:53.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/filesystems/virtiofs.rst' (117,671) at 20240405153229839 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_5_0_0_sh_mask.h' (117,672) at 20210307214927670 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-2.yaml' (117,673) at 20240504080013861 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/common.py' (117,674) at 20241221090017700 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-odyssey.dts' (117,675) at 20240405153045585 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__awaitable.hpp' (117,676) at 20241219090033960 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags1.c' (117,677) at 20210308005003556 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_core.h' (117,678) at 20240405153052857 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-debug.h' (117,679) at 20210307214931218 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/robust-futex-ABI.rst' (117,680) at 20210307214925518 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/shm_pool.c' (117,681) at 20240405153051969 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/plx_dma.c' (117,682) at 20240405153047001 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mediatek-ge.c' (117,683) at 20240405153050357 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-m2m.c' (117,684) at 20240405153049461 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/usb.h' (117,685) at 20240405153050613 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/mgmt/user_session.c' (117,686) at 20241220090018322 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spear-common.h' (117,687) at 20210308005003616 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/USBControllerCollection.json' (117,688) at 20240619080002956 2025-03-14 03:00:53.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq_local.h' (117,689) at 20210307214930542 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/pfxlen.c' (117,690) at 20210307214932002 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm911360k_defconfig' (117,691) at 20210308005003252 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/test_vxlan_under_vrf.sh' (117,692) at 20240405153054353 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/microchip,pic32-gpio.txt' (117,693) at 20210307214925318 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/xtfpga/include/platform/hardware.h' (117,694) at 20210307214926770 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kexec_internal.h' (117,695) at 20240405153053013 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_radio.h' (117,696) at 20210307214929818 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/qca/ar9331.dtsi' (117,697) at 20240405153045989 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210-trats.dts' (117,698) at 20240405153229899 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/cpu-idle-cooling.rst' (117,699) at 20210309003648412 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/pat.rst' (117,700) at 20240405153044989 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ioctl/hdio.rst' (117,701) at 20220525020651778 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/fault.c' (117,702) at 20240405153049045 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/hdq1w.c' (117,703) at 20210307214925914 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/registers.h' (117,704) at 20220525020651986 2025-03-14 03:00:53.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/scripts/genksyms/genksyms.c' (117,705) at 20240405153053449 to deleted uid set 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/usb/usb.c' (117,706) at 20210308004938836 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitops.h' (117,707) at 20210308005003656 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_compare_bit_action_tests.cpp' (117,708) at 20240817080031296 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5631.c' (117,709) at 20240405153053713 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz' (117,710) at 20210307205554594 to deleted uid set 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/dc_resource.c' (117,711) at 20241011080017311 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt' (117,712) at 20210307214925310 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_overo_defconfig' (117,713) at 20210308005003272 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/alignment.h' (117,714) at 20210307214926546 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/dac907d.c' (117,715) at 20210309003649820 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/ms5611.h' (117,716) at 20240405153049009 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/hvcs.c' (117,717) at 20240405153231507 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qcom-emac.txt' (117,718) at 20240405153045121 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-builtin.c' (117,719) at 20241211090212206 2025-03-14 03:00:53.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf50.c' (117,720) at 20210307214932646 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/local64.h' (117,721) at 20240405153052617 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/policy_compat.c' (117,722) at 20240405153053465 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/216' (117,723) at 20221215040039362 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/0001-src-Do-not-reset-FINAL_LIBS.patch' (117,724) at 20241221090017524 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_sx4.c' (117,725) at 20240411080014066 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-dln2.c' (117,726) at 20240405153047073 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml' (117,727) at 20240405153045153 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ast2400-reset.h' (117,728) at 20210308005003640 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/io/protocols.h' (117,729) at 20240405153052957 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/dir.c' (117,730) at 20240405153231687 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.0.rst' (117,731) at 20240413080012675 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvfio-user.wrap' (117,732) at 20230925080039997 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-beelink-x2.dts' (117,733) at 20240405153045389 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/dvb_net.h' (117,734) at 20240405153052825 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/u-boot_flash_32M.cfg' (117,735) at 20220502030010092 2025-03-14 03:00:53.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/set_len_on_drop.rs' (117,736) at 20240405153053417 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tree-log.c' (117,737) at 20241023080012891 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/generate_inventory' (117,738) at 20221209040018559 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/m_can/tcan4x5x-regmap.c' (117,739) at 20240405153049733 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_dsi.c' (117,740) at 20240405153230643 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/innolux,ej030na.yaml' (117,741) at 20240405153045041 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/ceph_debug.h' (117,742) at 20210307214931366 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ia_css_macc1_5.host.h' (117,743) at 20210307214930558 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config-native.bb' (117,744) at 20241206090014270 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Military-License' (117,745) at 20211006000025230 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/imx-es8328.c' (117,746) at 20240405153232175 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/freevxfs/vxfs_bmap.c' (117,747) at 20240405153052365 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38534.patch' (117,748) at 20241221090017576 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/video_function_calls.rst' (117,749) at 20220525020654135 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb' (117,750) at 20241221090017544 to deleted uid set 2025-03-14 03:00:53.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/samsung/s2mpu02.h' (117,751) at 20210307214931434 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/fore200e.c' (117,752) at 20220525020652258 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-nomadik-pinctrl.dtsi' (117,753) at 20240405153045581 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/Makefile' (117,754) at 20210308005003540 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/openrd_base_defconfig' (117,755) at 20210308005003272 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/disasm.h' (117,756) at 20220525020654691 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/hw_breakpoint_constraints.c' (117,757) at 20240405153046141 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/associativity.rst' (117,758) at 20220525020651750 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch' (117,759) at 20240413080012695 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h' (117,760) at 20240405153230947 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/video-interfaces.txt' (117,761) at 20220525020651686 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/cmd.c' (117,762) at 20220525020653587 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/meson.build' (117,763) at 20240908080010098 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/litmus-tests/rcu/RCU+sync+free.litmus' (117,764) at 20210309003648432 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_blend.c' (117,765) at 20240405153048389 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-loongson.c' (117,766) at 20210307214927190 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/ext-ctrls-detect.rst' (117,767) at 20210309003648492 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch' (117,768) at 20210307205553914 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch' (117,769) at 20240113090014536 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml' (117,770) at 20240405153045041 2025-03-14 03:00:53.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/flow_offload.c' (117,771) at 20240405153232007 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/reset.h' (117,772) at 20240405153045689 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CompositionReservationCollection.json' (117,773) at 20240619080002944 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tcpnotify_kern.c' (117,774) at 20240405153054281 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_amd.c' (117,775) at 20240405153046657 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml' (117,776) at 20240618080025497 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc' (117,777) at 20241221090017464 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl.h' (117,778) at 20240405153047057 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pogo_e02_defconfig' (117,779) at 20210308005003276 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py' (117,780) at 20210307205554262 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/timex.h' (117,781) at 20220627100016938 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/TODO' (117,782) at 20240405153047069 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/irq.h' (117,783) at 20210307214926226 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ds4510.h' (117,784) at 20210308005003400 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/trace.c' (117,785) at 20210309003654476 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/actions,s700-cmu.h' (117,786) at 20210307214931322 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/parallel_make.patch' (117,787) at 20210307205554010 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_nat_redirect.c' (117,788) at 20240405153232059 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-infracfg.c' (117,789) at 20240405153046797 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/anatop-regulator.yaml' (117,790) at 20240405153045141 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi3798cv200-u-boot.dtsi' (117,791) at 20210308005002580 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dts' (117,792) at 20240405153045733 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/meson.options' (117,793) at 20230817080041153 to deleted uid set 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/Makefile' (117,794) at 20210307214929174 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi' (117,795) at 20240405153045713 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/unaligned.S' (117,796) at 20240405153045949 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/k3_j72xx_bandgap.c' (117,797) at 20240405153231499 2025-03-14 03:00:53.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/layer.conf' (117,798) at 20241221090017476 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmns2/northstar2.c' (117,799) at 20210308005002940 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp_hw.c' (117,800) at 20240405153230975 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/vringh_test.c' (117,801) at 20240405153054389 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/cpu.h' (117,802) at 20240405153229991 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/d71_regs.h' (117,803) at 20210307214927734 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml' (117,804) at 20240405153045133 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.3a' (117,805) at 20211006000025238 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h' (117,806) at 20210308005003364 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/TODO' (117,807) at 20210307214930586 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/Kconfig' (117,808) at 20210308005003044 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/damon/start.rst' (117,809) at 20240405153044961 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/perf_event.c' (117,810) at 20240613080016363 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_recv.c' (117,811) at 20240405153049113 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_small_defconfig' (117,812) at 20210308005003284 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_debugfs.c' (117,813) at 20240405153048605 2025-03-14 03:00:53.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/sdio.c' (117,814) at 20240405153231227 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/pl080.h' (117,815) at 20210927100127233 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch' (117,816) at 20220204040022604 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/boot/misc.c' (117,817) at 20240405153045341 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/include_next.patch' (117,818) at 20230706080014733 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_sriov.h' (117,819) at 20240405153049961 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c' (117,820) at 20210308005046517 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/libsrc/usbip_host_common.c' (117,821) at 20210309003656024 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc64/host/crypto/aes-round.h' (117,822) at 20230925080039853 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc' (117,823) at 20220402030015895 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-ux500-samsung-kyle.dts' (117,824) at 20240405153045581 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,vr-3032u.dts' (117,825) at 20210308005002812 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgro_bench.sh' (117,826) at 20240617080017414 2025-03-14 03:00:53.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/Makefile' (117,827) at 20210307214927286 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/network-coding.c' (117,828) at 20240405153053173 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_memcpy.c' (117,829) at 20220525020652903 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Harnosand_Harnon' (117,830) at 20210307205553782 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_mvc.h' (117,831) at 20240405153054013 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.interface.yaml' (117,832) at 20241123090016863 to deleted uid set 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-tqma6a.dtsi' (117,833) at 20240405153045505 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts' (117,834) at 20240405153229923 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_diag.c' (117,835) at 20240405153053265 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/privflags.c' (117,836) at 20240405153232015 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi' (117,837) at 20240405153045589 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/cache-policies.rst' (117,838) at 20240405153044941 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-dwarf.c' (117,839) at 20210307214932466 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/loongson,ls1x-wdt.yaml' (117,840) at 20240405153045185 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/gf100.c' (117,841) at 20220525020652967 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_drv_base.h' (117,842) at 20240405153230803 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/ventura_fanboard.json' (117,843) at 20241213090004413 to deleted uid set 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic_xpower.c' (117,844) at 20240405153046645 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/pci_mcu.c' (117,845) at 20240405153231235 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/security/tpm/google,cr50.txt' (117,846) at 20210307214925418 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/irq.c' (117,847) at 20240405153229983 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/block.h' (117,848) at 20240906080037328 2025-03-14 03:00:53.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pmic/sandbox_pmic.h' (117,849) at 20210308005003640 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mac.c' (117,850) at 20240415080012979 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/priv.h' (117,851) at 20240405153230607 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/bblayers.conf.sample' (117,852) at 20220910030013349 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/upgrading-recipes.rst' (117,853) at 20231014080011727 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-energy.rst' (117,854) at 20240405153045301 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/dc233c/include/variant/tie.h' (117,855) at 20210307214926770 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/hygon.c' (117,856) at 20240405153230119 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl507e.h' (117,857) at 20210309003649824 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/distcc-config/distcc.sh' (117,858) at 20210307205554502 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2i/Makefile' (117,859) at 20210307214930298 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-xenon-phy.c' (117,860) at 20240405153230863 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/fixmap.h' (117,861) at 20220525020652114 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395_device.h' (117,862) at 20240405153053569 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts' (117,863) at 20220617030036053 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/property.h' (117,864) at 20240919080017082 2025-03-14 03:00:53.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvc_video.c' (117,865) at 20240815080012887 to deleted uid set 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/types.h' (117,866) at 20240405153045941 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_drv_if.c' (117,867) at 20240405153230803 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c' (117,868) at 20240405153230391 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/.gitignore' (117,869) at 20220525020651998 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/scsi/scsi_bsg_ufs.h' (117,870) at 20240405153231883 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/features.c' (117,871) at 20240405153049237 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/coredump.h' (117,872) at 20240405153050593 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/dump-manager.md' (117,873) at 20241203090006519 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/raw_syscall_helper_32.S' (117,874) at 20220525020655235 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/helpers.h' (117,875) at 20210307214931694 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/irq/internals.h' (117,876) at 20240405153231911 to deleted uid set 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi5_core.h' (117,877) at 20220525020652975 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/meson-fixes.patch' (117,878) at 20210407000018082 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_verbs.h' (117,879) at 20240405153049113 2025-03-14 03:00:53.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/shmparam.h' (117,880) at 20210307214926310 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2.c' (117,881) at 20240405153049825 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/lib/insn.c' (117,882) at 20220525020655107 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/Kconfig' (117,883) at 20210308005003032 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/int128.h' (117,884) at 20240326080039546 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/mirred_nic.c' (117,885) at 20240405153050105 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-hash.c' (117,886) at 20241211090212554 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/property.c' (117,887) at 20240405153230171 to deleted uid set 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/Makefile' (117,888) at 20240405153046493 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscc.yaml' (117,889) at 20240405153229759 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/mkbootimg.mk' (117,890) at 20210307205553894 2025-03-14 03:00:53.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/Kconfig' (117,891) at 20240405153049501 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_btcoex.h' (117,892) at 20210307214930662 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olimex-som204-evb.dts' (117,893) at 20240405153045385 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_stack.h' (117,894) at 20221215040039066 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/bcm2835_systmr.h' (117,895) at 20221215040039186 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/polaris_baco.c' (117,896) at 20240405153230503 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dhry_1.c' (117,897) at 20240405153053085 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/n2rng.h' (117,898) at 20210307214926942 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_alpha_clipper.py' (117,899) at 20241211090212538 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb' (117,900) at 20210307205554386 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/open_session.hpp' (117,901) at 20231024080029049 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/tve200.rst' (117,902) at 20210307214925498 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLanConsole.vue' (117,903) at 20241004080035967 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8112.dtsi' (117,904) at 20240405153045717 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/card_dev.c' (117,905) at 20210309003650424 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-mvebu-a3700-comphy.c' (117,906) at 20240503080014490 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_probe_read_user_str.c' (117,907) at 20210309003655988 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt' (117,908) at 20210307214925334 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/imx-common.c' (117,909) at 20240405153053993 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/man/cpupower-set.1' (117,910) at 20210307214932618 2025-03-14 03:00:53.284-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/soc21.c' (117,911) at 20240418080014490 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/vt8500/pinctrl-wm8505.c' (117,912) at 20210307214930130 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/double-conversion_3.3.0.bb' (117,913) at 20230609080014391 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if0014.h' (117,914) at 20240405153048617 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/omap_vout.c' (117,915) at 20240405153049481 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/pi433/rf69_registers.h' (117,916) at 20240405153051873 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/local.conf.sample' (117,917) at 20241221090017480 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/types.h' (117,918) at 20210308005002804 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/cam.h' (117,919) at 20210307214930278 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-poll-force.c' (117,920) at 20230421080019768 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch' (117,921) at 20241221090017660 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/conversion/conversion_1.0/ia_css_conversion.host.c' (117,922) at 20210307214930554 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib0070.h' (117,923) at 20210307214928614 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elf-randomize.h' (117,924) at 20210307214931382 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c' (117,925) at 20240910080014026 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fw/fw.h' (117,926) at 20240405153046001 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/utility/sdbus.hpp' (117,927) at 20230511080043139 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/MAINTAINERS' (117,928) at 20210308005003048 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-power-supply-sync/power-supply-sync.service' (117,929) at 20230817080015056 2025-03-14 03:00:53.285-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/Kconfig' (117,930) at 20210308005002900 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/motu.h' (117,931) at 20240405153053505 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/priv.h' (117,932) at 20240405153048653 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.5' (117,933) at 20210307205554418 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/mlx5_user_ioctl_cmds.h' (117,934) at 20240405153052949 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/qcom-gpi-dma.h' (117,935) at 20240405153052681 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/verify_pkcs7_sig.c' (117,936) at 20240405153054265 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml' (117,937) at 20240405153229779 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8010.dtsi' (117,938) at 20240405153045777 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/uapi/asm/sigcontext.h' (117,939) at 20210307214925858 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/hfs.rst' (117,940) at 20210309003648420 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6328-dma.h' (117,941) at 20210308005003636 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/itd1000.c' (117,942) at 20240405153049289 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/tls.c' (117,943) at 20230925080039953 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hid/hid-core.c' (117,944) at 20241216090017701 to deleted uid set 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/atm_sysfs.c' (117,945) at 20240405153053165 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/xil_io.h' (117,946) at 20210308005003172 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/kfunc_call.c' (117,947) at 20240405153054253 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/currituck.dts' (117,948) at 20210309003648868 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/birdland_bav335a_defconfig' (117,949) at 20210308005003252 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adc128d818.txt' (117,950) at 20210307214925322 2025-03-14 03:00:53.286-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/xts.h' (117,951) at 20240405153052625 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb' (117,952) at 20241221090017552 to deleted uid set 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides/source' (117,953) at 20210307205554386 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/hp680_bl.c' (117,954) at 20240405153052173 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750.dtsi' (117,955) at 20240405153045473 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Delary' (117,956) at 20210307205553778 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch' (117,957) at 20241221090017656 to deleted uid set 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx-config/usbgx.default' (117,958) at 20210307205553982 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/manpage-bold-literal.xsl' (117,959) at 20210307214932494 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (117,960) at 20241206090014286 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/efi.h' (117,961) at 20220525020651974 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-wdt.c' (117,962) at 20240405153045985 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/hists_link.c' (117,963) at 20240405153054165 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040QDS_DDR4_defconfig' (117,964) at 20210308005003244 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/adin1100.c' (117,965) at 20240405153050353 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/cyttsp4.h' (117,966) at 20210307214931474 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/arch/f.c' (117,967) at 20210307214932470 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/core.c' (117,968) at 20241211090145449 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/common/eeprom.h' (117,969) at 20210308005003168 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk104.c' (117,970) at 20220525020652967 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/ne_overview.rst' (117,971) at 20240405153045333 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/mmu.json' (117,972) at 20240405153054109 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/.gitignore' (117,973) at 20210308005003748 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/isdn/m_isdn.rst' (117,974) at 20240405153045225 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' (117,975) at 20241212090015183 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/memmove_validate.c' (117,976) at 20240405153054357 2025-03-14 03:00:53.287-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_mbx.c' (117,977) at 20240405153050017 to deleted uid set 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_devcmd.h' (117,978) at 20240405153051601 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c' (117,979) at 20240405153231019 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/private_header_test.cpp' (117,980) at 20241002080024874 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a710/memory.json' (117,981) at 20240405153054109 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/zorro.h' (117,982) at 20210307214926166 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_dbg.c' (117,983) at 20240326080039434 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_rw.h' (117,984) at 20220525020653963 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/.gitignore' (117,985) at 20240301090012439 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/__init__.py' (117,986) at 20210307205554262 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/input-programming.rst' (117,987) at 20240405153045225 2025-03-14 03:00:53.288-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/0001-Makefile-fix-multilib-build-failure.patch' (117,988) at 20241221090017532 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_defs_svc.h' (117,989) at 20220525020653991 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mxsfb/mxsfb_kms.c' (117,990) at 20240405153048609 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/exportfs.h' (117,991) at 20240405153052685 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb.dtsi' (117,992) at 20240405153045813 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/grandridge/other.json' (117,993) at 20240405153054137 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb' (117,994) at 20231126090012793 to deleted uid set 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend-stat-properties.rst' (117,995) at 20210309003648480 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/common_utility.cpp' (117,996) at 20240826080018275 to deleted uid set 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/custom-licenses/STM-SLA0044-Rev5' (117,997) at 20220804030014667 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/vmx-helper.c' (117,998) at 20240405153046177 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite517x_defconfig' (117,999) at 20210308005003288 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/typec/ucsi/ucsi.c' (118,000) at 20240710080014601 to deleted uid set 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/MAINTAINERS' (118,001) at 20210308005003036 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/hello_world.c' (118,002) at 20210308005003544 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_iov_if.h' (118,003) at 20210309003653892 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch' (118,004) at 20230317080013821 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memory_hotplug.c' (118,005) at 20240913080013849 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/omap-dmic.txt' (118,006) at 20210307214925430 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-clocks.dtsi' (118,007) at 20210308005002592 2025-03-14 03:00:53.289-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite537x_defconfig' (118,008) at 20210308005003288 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/Makefile' (118,009) at 20210308005003732 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_marvell.c' (118,010) at 20240405153046665 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/MAINTAINERS' (118,011) at 20210308005003032 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/ppc_setjmp.S' (118,012) at 20210308005003544 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c' (118,013) at 20240405153230591 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v5.0.c' (118,014) at 20240405153050341 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/hif.c' (118,015) at 20241008080013959 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml' (118,016) at 20240405153229771 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_dev.h' (118,017) at 20240405153049953 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/board.h' (118,018) at 20210308005003052 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.c' (118,019) at 20210308005003456 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_qb.c' (118,020) at 20210308005046505 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/find-bit-bench.c' (118,021) at 20240405153054097 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/interfaces/bmcweb_%.bbappend' (118,022) at 20220930030015962 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/meson.build' (118,023) at 20240822080023969 to deleted uid set 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi.dtsi' (118,024) at 20210308005002624 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mv-plug-common.h' (118,025) at 20210308005003604 2025-03-14 03:00:53.290-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/agere/Makefile' (118,026) at 20210307214929282 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/mlme_linux.c' (118,027) at 20220525020654187 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.h' (118,028) at 20210307214929914 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.h' (118,029) at 20240405153050157 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/twl4030_omap3.dtsi' (118,030) at 20240405153045609 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/evged.c' (118,031) at 20210309003649156 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_pd.c' (118,032) at 20240405153230711 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/OWNERS' (118,033) at 20221014030038613 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/tlb.c' (118,034) at 20210308005002980 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_ethtool.c' (118,035) at 20240405153049893 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/gtk-icon-cache.bbclass' (118,036) at 20221003030013329 to deleted uid set 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9x5_usart3.dtsi' (118,037) at 20240405153045469 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx.h' (118,038) at 20240405153046013 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/loopback.c' (118,039) at 20240415080012975 to deleted uid set 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/0001-Fix-building-on-musl.patch' (118,040) at 20241221090017680 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/renderer.js' (118,041) at 20211029100036568 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9565_1p1_initvals.h' (118,042) at 20210307214929766 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpi_drivers.h' (118,043) at 20240405153052613 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemumips64/machconfig' (118,044) at 20210307205554454 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/testmode.h' (118,045) at 20210307214929858 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/wsgi/apps/__init__.py' (118,046) at 20210308005048033 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399.dtsi' (118,047) at 20240415080012963 2025-03-14 03:00:53.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/readline.c' (118,048) at 20240906080037592 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipack/ipack.h' (118,049) at 20220429100100562 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch' (118,050) at 20241221090017640 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb' (118,051) at 20230919080013974 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_usb_crash.py' (118,052) at 20240405153054309 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb' (118,053) at 20230706080014785 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/core/seq/oss/seq_oss_synth.c' (118,054) at 20220525020654967 to deleted uid set 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0005-add-missing-FTW_-macros-for-musl.patch' (118,055) at 20240413080012651 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/Makefile' (118,056) at 20220525020653183 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2/entry.S' (118,057) at 20210307214926562 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crush/mapper.h' (118,058) at 20210307214931374 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-smdkc110.dts' (118,059) at 20240405153045573 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/get_maintainer.pl' (118,060) at 20240326080039626 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/bridge_igmp.sh' (118,061) at 20240613080016567 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/vpif.c' (118,062) at 20240405153049477 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/integrator-sc.h' (118,063) at 20210308005002912 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/fsl_ucc_hdlc.c' (118,064) at 20240405153050393 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/cio-dac.c' (118,065) at 20240405153048977 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/ftl.h' (118,066) at 20210307214931450 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-medcom-wide.dts' (118,067) at 20210308005002628 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/orion-rtc.txt' (118,068) at 20210307214925418 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/i9xx_plane.h' (118,069) at 20220525020652863 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/msg_ring.h' (118,070) at 20240405153052965 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/bootparam.h' (118,071) at 20240411080014058 2025-03-14 03:00:53.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Pontypool' (118,072) at 20210307205553798 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/.clang-format' (118,073) at 20220303110006942 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.h' (118,074) at 20210307214929578 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_picmg.h' (118,075) at 20210308004938820 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/compiler.h' (118,076) at 20241121090010043 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/panel-uclass.c' (118,077) at 20210308005003532 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/system.c' (118,078) at 20210307214925894 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/icp-hv.c' (118,079) at 20240405153046233 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/pi3usb30532.c' (118,080) at 20240405153052149 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof.h' (118,081) at 20240520080015207 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cgroup/test_cpuset_prs.sh' (118,082) at 20240405153232263 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/fsm.h' (118,083) at 20210307214930250 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/caddy.h' (118,084) at 20210308005002956 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/qeth_core.h' (118,085) at 20241216090017729 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dexcr/dexcr.c' (118,086) at 20240405153054357 2025-03-14 03:00:53.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/TRACE01' (118,087) at 20240405153232287 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xsk_buff_pool.c' (118,088) at 20241216090017797 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/uncore-power.json' (118,089) at 20240405153054149 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_vlan.sh' (118,090) at 20240405153232279 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_tunnel_core.c' (118,091) at 20240405153232035 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/lowlevel_init.S' (118,092) at 20210308005003168 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/stacktrace.h' (118,093) at 20220525020652154 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/flashchip.h' (118,094) at 20210307214931450 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/meson.build' (118,095) at 20220913030027305 to deleted uid set 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/me-debugfs.c' (118,096) at 20210307214926274 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/spr_defs.h' (118,097) at 20210307214926314 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/Kconfig' (118,098) at 20210308005003032 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/blake2s.h' (118,099) at 20220818100014819 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sni_53c710.c' (118,100) at 20220525020654079 2025-03-14 03:00:53.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/myrs.c' (118,101) at 20240411080014122 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rhashtable-types.h' (118,102) at 20210307214931498 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h' (118,103) at 20210309003649472 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/sahara.c' (118,104) at 20240405153230271 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board.c' (118,105) at 20210308005002776 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb' (118,106) at 20241206090014250 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/atm.h' (118,107) at 20210307214931354 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/isph3a_aewb.c' (118,108) at 20240405153049485 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/dsd/graph.rst' (118,109) at 20240405153045209 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/pxa-regs.h' (118,110) at 20210308005002660 2025-03-14 03:00:53.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/tftp_update_utils.py' (118,111) at 20230308090018465 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (118,112) at 20231223090011731 to deleted uid set 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/index.js' (118,113) at 20220105012522999 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/igep00x0_defconfig' (118,114) at 20210308005003260 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/Makefile' (118,115) at 20240405153230087 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acoutput.h' (118,116) at 20240405153052613 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_bridge.h' (118,117) at 20240405153052921 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech_all_h3_cc_h3_defconfig' (118,118) at 20210308005003264 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_baco.c' (118,119) at 20240405153230507 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/atomic32.c' (118,120) at 20240405153046333 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm283x-rpi-smsc9514.dtsi' (118,121) at 20240405153045425 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/moxa/Makefile' (118,122) at 20210307214929550 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-proc.c' (118,123) at 20240906080037156 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_progs.c' (118,124) at 20241008080014059 2025-03-14 03:00:53.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/eth.c' (118,125) at 20210308005002972 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77686_pmic.h' (118,126) at 20210308005003680 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/gp8psk.h' (118,127) at 20210307214928822 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_io.c' (118,128) at 20240405153049957 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_vlan.h' (118,129) at 20240405153052865 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-U' (118,130) at 20240405153054369 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_reg_rdma.h' (118,131) at 20240405153049413 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/boot/dts/Makefile' (118,132) at 20240405153046057 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-polaroid-mid2809pxe04.dts' (118,133) at 20210308005002624 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/qemu-project.yml' (118,134) at 20230925080039809 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/conf/layer.conf' (118,135) at 20241221090017564 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/percpu.h' (118,136) at 20240405153045861 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig' (118,137) at 20210308005003264 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/configs/or1ksim_defconfig' (118,138) at 20240405153046057 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau-utils.h' (118,139) at 20210307214932290 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/dwc3/core.h' (118,140) at 20241216090017741 to deleted uid set 2025-03-14 03:00:53.297-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c' (118,141) at 20240405153230695 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2.dts' (118,142) at 20210308005002596 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/Makefile' (118,143) at 20240405153046513 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/Makefile' (118,144) at 20240405153045397 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nubus/Makefile' (118,145) at 20210307214929986 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.0-RFN' (118,146) at 20211006000025242 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/helper.h' (118,147) at 20240906080037500 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/index.rst' (118,148) at 20240405153229747 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cacheinfo.h' (118,149) at 20220429100100586 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/0001-Fix-build-on-mips-clang.patch' (118,150) at 20220910030013353 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/hvm/dm_op.h' (118,151) at 20240405153052957 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi' (118,152) at 20210308005002628 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Tauranga' (118,153) at 20210307205553778 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/liboop/tcl_dev.patch' (118,154) at 20230706080014757 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/dt_idle_genpd.c' (118,155) at 20240405153046921 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cpu-set-sched.h' (118,156) at 20210307214932586 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/Kconfig' (118,157) at 20210308005003004 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/atmelimage.c' (118,158) at 20210308005003748 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c' (118,159) at 20240405153230807 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/other.json' (118,160) at 20240405153054125 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/event_notifier.h' (118,161) at 20220429100100586 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valadalen' (118,162) at 20210307205553794 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97/bus.c' (118,163) at 20240405153232119 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/Makefile' (118,164) at 20240405153052201 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha256-ssse3-asm.S' (118,165) at 20240405153046365 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ioport.h' (118,166) at 20210308005003656 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemumips64.conf' (118,167) at 20210905000020585 2025-03-14 03:00:53.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/arcxcnn_bl.txt' (118,168) at 20210307214925346 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic79xx_core.c' (118,169) at 20220525020653983 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/StorageController_v1.xml' (118,170) at 20240918080002716 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ammarnas_Tjultrask' (118,171) at 20210307205553778 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/max8925.txt' (118,172) at 20210307214925358 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt' (118,173) at 20210307214925342 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb' (118,174) at 20241221090017484 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/power/phosphor-power_%.bbappend' (118,175) at 20241206090014218 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/back_to_back_ebbs_test.c' (118,176) at 20210307214932702 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devlink.c' (118,177) at 20240405153050001 to deleted uid set 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/htb.c' (118,178) at 20240405153050101 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing_2.7.bb' (118,179) at 20241221090017540 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/console/obmc-console_%.bbappend' (118,180) at 20241206090014218 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nuvoton/Kconfig' (118,181) at 20240405153046805 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb' (118,182) at 20241221090017532 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx6ul-clock.yaml' (118,183) at 20240405153045025 2025-03-14 03:00:53.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/setup.cfg' (118,184) at 20210308004922940 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/freescale/fec_ptp.c' (118,185) at 20241023080012883 to deleted uid set 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/printf.c' (118,186) at 20210307214926638 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi' (118,187) at 20240405153045821 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/irq.h' (118,188) at 20220525020652022 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl_dtb_with_ucode.py' (118,189) at 20210308005003748 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-bus.c' (118,190) at 20240906080037320 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/st7586.c' (118,191) at 20240405153048773 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/intel_pstate.c' (118,192) at 20241011080017299 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_transport_debug.c' (118,193) at 20240405153230267 2025-03-14 03:00:53.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-stream.c' (118,194) at 20240405153232195 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bna_types.h' (118,195) at 20240805080013975 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/head.c' (118,196) at 20240405153048625 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-interGGA' (118,197) at 20210307205553758 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/perf_event_open.c' (118,198) at 20240405153054173 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/buffer_head.h' (118,199) at 20240405153231803 to deleted uid set 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/fbmem.h' (118,200) at 20210307214927954 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/run-ptest' (118,201) at 20210307205553962 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Guliksberg' (118,202) at 20210307205553782 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/m_helper.c' (118,203) at 20241211090212474 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dlfilter.h' (118,204) at 20220525020655167 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/emulated_ops.h' (118,205) at 20210307214926378 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ldns/ldns_1.8.4.bb' (118,206) at 20241221090017512 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-xpcs-nxp.c' (118,207) at 20220525020653679 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/perf.rst' (118,208) at 20240405153044973 2025-03-14 03:00:53.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pkeys.h' (118,209) at 20220525020652030 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/reproducible.py' (118,210) at 20241221090017624 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/cypress,hx3.yaml' (118,211) at 20240405153229803 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/cgu.h' (118,212) at 20240405153046789 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ar7/irq.h' (118,213) at 20210307214926214 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma_if_w_s_down_ch0_regs.h' (118,214) at 20240405153046573 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd_2.6.4.bb' (118,215) at 20240417080014702 to deleted uid set 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm.dtsi' (118,216) at 20240405153229923 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-de2.h' (118,217) at 20210307214931334 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h' (118,218) at 20210308005002648 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/dice-harman.c' (118,219) at 20240405153053501 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_vpp.h' (118,220) at 20240405153048569 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (118,221) at 20240720080012613 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/cache.h' (118,222) at 20210308005002836 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rs5c313.c' (118,223) at 20240405153051501 2025-03-14 03:00:53.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext2/namei.c' (118,224) at 20240405153231659 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/lpddr4_timing_b0.c' (118,225) at 20210308005002964 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_mode_config.h' (118,226) at 20240405153052633 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_sa.h' (118,227) at 20240405153052873 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/qpolicy.c' (118,228) at 20220525020654823 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-ic.h' (118,229) at 20210307214930578 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python3targetconfig.bbclass' (118,230) at 20230520080014496 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/main.c' (118,231) at 20240906080037440 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/sparse-mem.c' (118,232) at 20230426080043704 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/Dockerfile' (118,233) at 20220402030016063 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/r592.c' (118,234) at 20240405153049593 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/yaml/net/poettering/Calculator.events.yaml' (118,235) at 20240920080030747 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c' (118,236) at 20240405153049957 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/video-output.rst' (118,237) at 20210307214925242 2025-03-14 03:00:53.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/signal.c' (118,238) at 20240906080037364 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/amijoy.c' (118,239) at 20240405153049133 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-tdo-tl070wsh30.c' (118,240) at 20240405153048697 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi.dtsi' (118,241) at 20240405153045729 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.json' (118,242) at 20210308005046401 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/default' (118,243) at 20210307205553822 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb' (118,244) at 20241221090017508 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-bcm-ns-usb2.c' (118,245) at 20240405153051277 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/Kconfig' (118,246) at 20240405153231451 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-cyrillic.c' (118,247) at 20210307214931178 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_sseu_debugfs.h' (118,248) at 20210309003649752 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/tools/rtla/common_appendix.rst' (118,249) at 20240405153045265 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/Makefile' (118,250) at 20240405153052145 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c' (118,251) at 20210308005046517 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_mc_sysfs.c' (118,252) at 20240405153047017 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/fw_cfg.c' (118,253) at 20221215040039374 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/hex_utils.hpp' (118,254) at 20230609080003694 to deleted uid set 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_regs.h' (118,255) at 20240405153050261 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/nuvoton.rst' (118,256) at 20241211090212238 2025-03-14 03:00:53.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/vdso.lds.S' (118,257) at 20240405153045953 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/sb1250_uart.h' (118,258) at 20210307214926242 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/files/run-ptest' (118,259) at 20210307205554006 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handler.cpp' (118,260) at 20240817080027656 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch' (118,261) at 20210307205553750 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-alsa-main.c' (118,262) at 20240405153049353 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/armarch.patch' (118,263) at 20241221090017664 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk07.1-c2.dts' (118,264) at 20240405153045541 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/Kconfig' (118,265) at 20210308005002908 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat/run-ptest' (118,266) at 20210307205554502 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-intel-ifs' (118,267) at 20240405153044929 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/rdma_user_ioctl_cmds.h' (118,268) at 20240405153052949 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_tensor_b_regs.h' (118,269) at 20240405153046585 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/fpga-bridge.c' (118,270) at 20240613080016387 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mdp_reg_rsz.h' (118,271) at 20240405153049413 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/spram.c' (118,272) at 20210307214926262 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sdk7780/irq.c' (118,273) at 20210307214926538 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/hwmon.pl' (118,274) at 20210308005052045 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s5pv210/common.h' (118,275) at 20210307214925954 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mmio.c' (118,276) at 20241211090212350 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_selftest_dynamic.c' (118,277) at 20210307214931786 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi' (118,278) at 20240405153045537 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mt7629_rfb_defconfig' (118,279) at 20210308005003268 2025-03-14 03:00:53.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/u-boot.lds' (118,280) at 20210308005002844 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/dcn316_resource.c' (118,281) at 20241211090145413 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h' (118,282) at 20210308005003640 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_pcmcia.h' (118,283) at 20210307214926218 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-375.dtsi' (118,284) at 20240405153045445 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha256_glue.h' (118,285) at 20210307214925846 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/ipoib_rx.c' (118,286) at 20240405153049049 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/MAINTAINERS' (118,287) at 20210308005002972 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-sdbus-service.bbclass' (118,288) at 20210811000030029 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb' (118,289) at 20230813080012844 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-gcrypt.c.inc' (118,290) at 20241211090212226 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/nop.c' (118,291) at 20220215040051648 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/meson.build' (118,292) at 20240329080038916 to deleted uid set 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa53.inc' (118,293) at 20240301090012451 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-nyan-big.dts' (118,294) at 20210308005002628 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts' (118,295) at 20240405153229963 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c' (118,296) at 20240405153048657 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_nuvoton.cpp' (118,297) at 20240817080027652 to deleted uid set 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/ravb.h' (118,298) at 20240405153050253 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/cast6_avx_glue.c' (118,299) at 20220525020652134 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sa1110-cpufreq.c' (118,300) at 20240405153046917 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c' (118,301) at 20240405153230351 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ggtt_gmch.h' (118,302) at 20240405153048485 2025-03-14 03:00:53.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_bad_size.c' (118,303) at 20240405153054237 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c' (118,304) at 20210308005046513 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere-platform-init.service' (118,305) at 20220313040014717 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi' (118,306) at 20240418080014482 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/PCI/pci-iov-howto.rst' (118,307) at 20240405153045281 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/berlin.c' (118,308) at 20240405153051309 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm6368-pinctrl.yaml' (118,309) at 20240405153045133 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/livepatch/test-shadow-vars.sh' (118,310) at 20210309003656004 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/files/LICENSE' (118,311) at 20210307205553838 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml' (118,312) at 20240405153229779 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/086.out' (118,313) at 20210308005046445 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower_u1a-d11200_psu.json' (118,314) at 20220601030005861 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/bnep/sock.c' (118,315) at 20240405153231987 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/Makefile' (118,316) at 20210307214929862 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/r3k_dump_tlb.c' (118,317) at 20240405153046033 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/runqslower/runqslower.bpf.c' (118,318) at 20240405153054041 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/bperf_u.h' (118,319) at 20220525020655163 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/hid-sensors/Kconfig' (118,320) at 20210524100034950 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/bus.h' (118,321) at 20240405153051389 2025-03-14 03:00:53.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb' (118,322) at 20241214090210267 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/r8152.c' (118,323) at 20241211090145465 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch' (118,324) at 20241221090017680 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/start.c' (118,325) at 20210308005002556 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/perf_event_fsl_emb.h' (118,326) at 20210307214926386 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/watchdog.c' (118,327) at 20210308005002848 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/log_id.hpp' (118,328) at 20211201040053781 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/filter.h' (118,329) at 20220525020655115 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_signal.h' (118,330) at 20220429100100642 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/Makefile' (118,331) at 20210308005003352 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/smp.h' (118,332) at 20240405153230147 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips-softmmu/common.mak' (118,333) at 20240906080037160 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_power_capping.robot' (118,334) at 20231216090016812 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_dccp.h' (118,335) at 20210307214931646 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c' (118,336) at 20210308005002548 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/coco/sev-guest/Kconfig' (118,337) at 20240405153052229 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch' (118,338) at 20230503080014587 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm78.rst' (118,339) at 20210307214925502 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/loongson/ls2k-reset.yaml' (118,340) at 20240405153229779 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cachestat/Makefile' (118,341) at 20240405153232263 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/espresso7420_defconfig' (118,342) at 20210308005003256 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb' (118,343) at 20231207090015282 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mcp-sa11x0.c' (118,344) at 20240405153049613 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/shakti_c.c' (118,345) at 20241211090212326 2025-03-14 03:00:53.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/sta.h' (118,346) at 20240405153050705 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/neo.c' (118,347) at 20210308005003088 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/Makefile' (118,348) at 20240405153229859 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/Makefile' (118,349) at 20240405153229871 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/amc6821.rst' (118,350) at 20210307214925498 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/stacktrace.c' (118,351) at 20210307214926318 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_proto_sctp.c' (118,352) at 20240805080014059 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml' (118,353) at 20240405153229795 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-mdio.c' (118,354) at 20240405153046689 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/trace-events' (118,355) at 20240906080037244 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-sh03/mach/io.h' (118,356) at 20210307214926558 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-rut.dts' (118,357) at 20210308005002564 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/Kconfig' (118,358) at 20210307214930474 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/generic-ohci.yaml' (118,359) at 20240405153229803 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_perfcnt.c' (118,360) at 20240405153048701 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-cmpi-devel/sblim-cmpi-devel/sblim-cmpi-devel-2.0.3-docdir.patch' (118,361) at 20210307205553934 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vgetcpu.c' (118,362) at 20240405153046369 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/tc358775.c' (118,363) at 20240613080016399 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp_6.0.5.bb' (118,364) at 20241221090017540 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0_7_pptable.h' (118,365) at 20240405153230511 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/omap_remoteproc.c' (118,366) at 20240405153231367 2025-03-14 03:00:53.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-mapphone-mdm6600.txt' (118,367) at 20210307214925390 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/pcc.c' (118,368) at 20210308005002728 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-select.rst' (118,369) at 20210309003648492 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ip_defrag.sh' (118,370) at 20210307214932690 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/perf.rst' (118,371) at 20240405153045285 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/voice.c' (118,372) at 20240405153232131 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_driver.h' (118,373) at 20220525020652382 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/log.c' (118,374) at 20210307214931246 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-arm740.S' (118,375) at 20210307214925974 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/amd-pstate-trace.c' (118,376) at 20240405153046909 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/heaps/Makefile' (118,377) at 20220525020652402 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_channel.h' (118,378) at 20210308004938816 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-toolchain.bb' (118,379) at 20231011080016606 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/clk-regmap.c' (118,380) at 20220525020652314 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/l1i_cache.json' (118,381) at 20240405153232223 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func_ctx_args.c' (118,382) at 20240405153054277 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/autofs-mount-control.rst' (118,383) at 20240405153045201 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml' (118,384) at 20240405153045137 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/devfreq/rk3399_dmc.c' (118,385) at 20240405153046977 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0006-Fix-invalid-sigprocmask-call.patch' (118,386) at 20241221090017660 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/Makefile' (118,387) at 20240405153045573 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/picosam9g45.c' (118,388) at 20210308005003020 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rohm-shared.h' (118,389) at 20210307214931434 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyCollection_v1.xml' (118,390) at 20240619080002928 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/clk.h' (118,391) at 20240405153052893 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_police.h' (118,392) at 20240405153050181 2025-03-14 03:00:53.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_atomic_trace.h' (118,393) at 20210307214927890 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/cortina,gemini-sata-bridge.yaml' (118,394) at 20240405153045021 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/realtek/realtek-smi.c' (118,395) at 20240405153230911 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vdso/clocksource.h' (118,396) at 20220525020652154 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_unittest.hpp' (118,397) at 20210918000044923 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/baseband.c' (118,398) at 20240405153051953 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem_atomic_helper.c' (118,399) at 20240405153048397 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/meson.build' (118,400) at 20230506080018790 to deleted uid set 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-koelsch.dts' (118,401) at 20210308005002600 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a774b1-sysc.h' (118,402) at 20210307214931346 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/guest_modes.c' (118,403) at 20240405153054317 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python3-dir.bbclass' (118,404) at 20241221090017608 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/channel.h' (118,405) at 20210307214928078 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dim.h' (118,406) at 20240405153052681 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/Kconfig' (118,407) at 20210308005003024 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-display-clk.yaml' (118,408) at 20240405153045021 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_signal.cpp' (118,409) at 20240820080031614 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/atmel,isc.yaml' (118,410) at 20240405153045093 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/modules-check.sh' (118,411) at 20240405153053457 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm/include/uapi/asm/mman.h' (118,412) at 20210307214932454 2025-03-14 03:00:53.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/hashtab.c' (118,413) at 20241216090017769 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_dump.c' (118,414) at 20240405153054249 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/016_pack_image_overflow.dts' (118,415) at 20210308005003752 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/Kconfig.cpu' (118,416) at 20240405153046305 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/SEL.errors.yaml' (118,417) at 20210610000035142 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/r8a7779.h' (118,418) at 20210307214925958 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/kconfig.h' (118,419) at 20210308005003656 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/memory.rst' (118,420) at 20240405153044973 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/ps/ps-mach.c' (118,421) at 20240405153053549 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kristinehamn_Utsiktsberget' (118,422) at 20210307205553786 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_uc.c' (118,423) at 20220525020653163 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP3.interface.yaml' (118,424) at 20220315030032659 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/network/usb-ethernet-gadget.bb' (118,425) at 20241206090014278 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_assign_reuse.c' (118,426) at 20240405153232259 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c' (118,427) at 20220525020655195 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_sbte0_mstr_if_axuser_regs.h' (118,428) at 20240405153046585 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7780.h' (118,429) at 20210308005002848 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/module-sections.c' (118,430) at 20240405153230003 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/MAINTAINERS' (118,431) at 20210308005003076 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/lan937x.h' (118,432) at 20240405153049753 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-imx-lpi2c.c' (118,433) at 20241211090145433 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/adsp.c' (118,434) at 20210308005002852 2025-03-14 03:00:53.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_82598.c' (118,435) at 20210307214929478 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-websockets_14.1.bb' (118,436) at 20241221090017668 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kvm_book3s_asm.h' (118,437) at 20240405153046113 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/if500b.h' (118,438) at 20210307214927902 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/async-teardown.h' (118,439) at 20230426080043772 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-start@.target' (118,440) at 20240321080027598 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc.inc' (118,441) at 20231126090012781 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram.c' (118,442) at 20220429100100942 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7743-iwg20d-q7-dbcm-ca.dts' (118,443) at 20240405153045549 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_gpio_01.dtso' (118,444) at 20240405153231279 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/eisa_enumerator.c' (118,445) at 20240405153051217 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-hub.c' (118,446) at 20241211090212342 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm.scc' (118,447) at 20210307205554118 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/imx_spi.h' (118,448) at 20210927100127241 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/max77620.h' (118,449) at 20210307214931342 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Romulus.py' (118,450) at 20220728030041559 to deleted uid set 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-da9052.c' (118,451) at 20240405153047073 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rs600.c' (118,452) at 20241211090145429 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/start64.S' (118,453) at 20210308005002860 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pcmcia/marubun_pcmcia.c' (118,454) at 20210308005003452 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/common/gpio_hog.c' (118,455) at 20210308005002908 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/linkstate.c' (118,456) at 20240719080013377 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/.gitignore' (118,457) at 20210308005114857 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0011-avoid-redefinition-of-prctl_mm_map-structure.patch' (118,458) at 20240413080012651 2025-03-14 03:00:53.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra20-spdif.yaml' (118,459) at 20240405153045165 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/canaan_kd233.dts' (118,460) at 20240405153046241 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_emmc_pll_regs.h' (118,461) at 20240405153046605 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h' (118,462) at 20240405153048585 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/mtdev_1.1.7.bb' (118,463) at 20240413080012699 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5904.dtsi' (118,464) at 20240405153045513 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/msm-crash-dump.rst' (118,465) at 20240405153229819 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-innolux-ej030na.c' (118,466) at 20240405153230615 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/vhost_net.h' (118,467) at 20240906080037344 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_summary.c' (118,468) at 20210308005003556 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (118,469) at 20241221090017480 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/event_log.cpp' (118,470) at 20241120090002568 to deleted uid set 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c' (118,471) at 20241011080017327 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iotkit-sysctl.c' (118,472) at 20241211090212294 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fjallsta' (118,473) at 20210307205553782 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/0001-Makefile-remove-strip.patch' (118,474) at 20210307205553974 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/bcm63xx-pcm-whistler.c' (118,475) at 20240405153053557 2025-03-14 03:00:53.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakupmap.map' (118,476) at 20210309003649136 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/scsi/qla2xxx/qla_init.c' (118,477) at 20240805080014007 to deleted uid set 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-kirkwood.c' (118,478) at 20241008080013967 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi.c' (118,479) at 20210308005003496 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/dsp_helper.c' (118,480) at 20230426080043900 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/TODO' (118,481) at 20240405153051849 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/omap_elm.h' (118,482) at 20210308005003668 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/example/meson.build' (118,483) at 20240920080030747 to deleted uid set 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/xlnx-zynqmp-resets.h' (118,484) at 20210307214931350 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/br_netfilter.h' (118,485) at 20210307214931566 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max9808x.yaml' (118,486) at 20240405153229799 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/phosphor-dbus-interfaces.wrap' (118,487) at 20220323030036807 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/davicom,dm9051.yaml' (118,488) at 20240405153045117 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/jazz16.c' (118,489) at 20220525020654983 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-ep93xx.c' (118,490) at 20220525020653927 2025-03-14 03:00:53.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-loongson2.c' (118,491) at 20240405153051337 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/README' (118,492) at 20210307205554230 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0002-cmake-Use-exported-target-for-bz2.patch' (118,493) at 20240413080012651 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sgp40.c' (118,494) at 20240405153048969 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_counter.c' (118,495) at 20240830080013355 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/kup-booke.h' (118,496) at 20240405153230031 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm5110.h' (118,497) at 20210307214932354 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.json' (118,498) at 20210927100127469 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-13616.patch' (118,499) at 20230706080014753 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_fw.h' (118,500) at 20240405153230163 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/Status/meson.build' (118,501) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts' (118,502) at 20240405153045813 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCL' (118,503) at 20241221090017616 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/stacktrace/nvhe.h' (118,504) at 20240405153045861 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps65217.h' (118,505) at 20240405153052733 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Kconfig' (118,506) at 20210308005002712 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pmdemand.c' (118,507) at 20240405153048457 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/capiutil.c' (118,508) at 20220525020653207 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-berlin.txt' (118,509) at 20210307214925406 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/hisilicon/kunpeng_hccs.c' (118,510) at 20240405153231451 2025-03-14 03:00:53.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max6621.c' (118,511) at 20240405153230663 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c' (118,512) at 20240405153230695 to deleted uid set 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/Makefile' (118,513) at 20210308005003052 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5761.yaml' (118,514) at 20240405153045073 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pm121.c' (118,515) at 20240405153049225 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/intel,cgu-lgm.yaml' (118,516) at 20240405153045025 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/inflate.c' (118,517) at 20240405153053109 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/stall.json' (118,518) at 20240405153232227 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_types.h' (118,519) at 20240405153048545 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/icmp.h' (118,520) at 20210309003653844 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/mscc.txt' (118,521) at 20220525020651690 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/allwinner,sun8i-a83t-ths.yaml' (118,522) at 20240405153045177 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/cache.h' (118,523) at 20240815080012871 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/beige_goby_ip_offset.h' (118,524) at 20220525020652811 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/smc.h' (118,525) at 20241216090017769 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/bluefield-dw-mshc.txt' (118,526) at 20210307214925366 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig' (118,527) at 20210308005003236 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_leds.c' (118,528) at 20210307214928098 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_prctl.h' (118,529) at 20220429100100646 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/events.yaml' (118,530) at 20210308005059165 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/config_mpc86xx.h' (118,531) at 20210308005002836 2025-03-14 03:00:53.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/pwmtach_ioctl.h' (118,532) at 20210308005111465 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/binutils.py' (118,533) at 20241221090017628 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gt215.c' (118,534) at 20220525020652967 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.hpp' (118,535) at 20241112090003102 to deleted uid set 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/data/ipa_data-v3.5.1.c' (118,536) at 20240405153050337 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/head.S' (118,537) at 20241211090145369 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c' (118,538) at 20240405153048693 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/counter/ti-eqep.yaml' (118,539) at 20210307214925298 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_gem_evict.h' (118,540) at 20240405153048525 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/dev-kmsg' (118,541) at 20210309003648248 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/aldebaran_ip_offset.h' (118,542) at 20220525020652534 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/leon_pci_grpci1.c' (118,543) at 20240405153230091 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-c3.inc' (118,544) at 20210905000020581 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/pxa910_defconfig' (118,545) at 20240405153045617 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/cm3323.c' (118,546) at 20240405153048997 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/malidp_hw.c' (118,547) at 20240405153048357 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/patch.h' (118,548) at 20210307214926118 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/mapfile.csv' (118,549) at 20220525020655143 2025-03-14 03:00:53.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/key_gen.c' (118,550) at 20240405153046929 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/syscall.c' (118,551) at 20240405153230003 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ieee802154.h' (118,552) at 20240405153052705 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_legacy_misc.c' (118,553) at 20220525020652847 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mn88472.h' (118,554) at 20210307214928630 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/google,open-dice.yaml' (118,555) at 20240405153045149 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/namei.c' (118,556) at 20210307214931070 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/msi-ec.h' (118,557) at 20240405153051413 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/tsx.c' (118,558) at 20240405153046425 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/soc.h' (118,559) at 20220525020652090 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v6.h' (118,560) at 20240405153051289 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.LED_display' (118,561) at 20210308005003288 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/pl111_drm.h' (118,562) at 20240405153048701 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hi3660.c' (118,563) at 20240405153230211 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi' (118,564) at 20240405153045581 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time.errors.yaml' (118,565) at 20210610000035158 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/i2c_eeprom_emul.c' (118,566) at 20210308005003400 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.ips' (118,567) at 20210307214925558 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/remoteproc/k3-rproc.txt' (118,568) at 20210308005003308 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/x86/Kconfig' (118,569) at 20210307214932450 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/Kconfig' (118,570) at 20220525020653483 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/clk.c' (118,571) at 20210308005003208 2025-03-14 03:00:53.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/move_mount_set_group/config' (118,572) at 20220525020655215 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adv_pci1760.c' (118,573) at 20240405153046889 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/oplib_64.h' (118,574) at 20240805080013927 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/ll_temac_mdio.c' (118,575) at 20240405153231071 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/toggle-switch.scss' (118,576) at 20210308005107073 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/thermal.c' (118,577) at 20240405153054069 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/context_tracking_irq.h' (118,578) at 20240405153052673 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/pageattr.c' (118,579) at 20240429080012404 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_sw.c' (118,580) at 20210308005003728 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/statfs.h' (118,581) at 20210307214926250 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/Makefile' (118,582) at 20210308005003024 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/bootstrap.sh' (118,583) at 20221205040007891 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/allowedips.c' (118,584) at 20240719080013357 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/Makefile' (118,585) at 20240405153050489 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpufeature.h' (118,586) at 20240624080012768 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-net.c' (118,587) at 20241211090212442 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/meson.build' (118,588) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-mrw.inc' (118,589) at 20210811000030029 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pgm-specification-user.c' (118,590) at 20230426080043952 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf_rss-stub.c' (118,591) at 20241211090212242 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb' (118,592) at 20230919080013954 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080a_simu.h' (118,593) at 20210308005003600 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/tlb-funcs.S' (118,594) at 20240405153230015 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pointer_auth.h' (118,595) at 20240405153045861 2025-03-14 03:00:53.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-imx28.c' (118,596) at 20210307214926998 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/buffer.c' (118,597) at 20240405153052049 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rockchip.h' (118,598) at 20241211090145477 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/numa.c' (118,599) at 20240906080037284 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/ec_sys.c' (118,600) at 20240405153046637 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_micfil.h' (118,601) at 20240405153232175 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/Kconfig' (118,602) at 20240405153049653 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_crtc.c' (118,603) at 20240405153230643 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/switch_to.h' (118,604) at 20210307214926322 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/uprobes.c' (118,605) at 20240805080013931 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/xfs-online-fsck-design.rst' (118,606) at 20240405153229815 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/086_files_none.dts' (118,607) at 20210308005003752 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml' (118,608) at 20240405153229799 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/udbg_adb.c' (118,609) at 20240405153046213 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_display.c' (118,610) at 20240405153048565 2025-03-14 03:00:53.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/modes/interface/isp_types.h' (118,611) at 20220525020654127 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend' (118,612) at 20210823100016972 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch' (118,613) at 20241206090014310 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_object_types.h' (118,614) at 20240405153230563 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-multiconn.out' (118,615) at 20221215040039366 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/Documentation/fieldbus_dev.txt' (118,616) at 20210307214930506 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml' (118,617) at 20240405153045065 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo2_defconfig' (118,618) at 20210308005003272 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/debugfs.c' (118,619) at 20240405153231279 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/zero.hpp' (118,620) at 20230511080008003 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/virtio_ring_poll.c' (118,621) at 20210307214932742 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dibusb-mc.c' (118,622) at 20240405153049553 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/service_files/chassis-system-reset.service' (118,623) at 20211112040111279 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml' (118,624) at 20240405153045157 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/meson.build' (118,625) at 20241211090212374 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AttributeRegistry_v1.xml' (118,626) at 20240619080002920 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccelerationFunctionCollection_v1.xml' (118,627) at 20240619080002916 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/xz/xz_crc32.c' (118,628) at 20241008080014027 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-sched_attr-Do-not-define-for-glibc-2.41.patch' (118,629) at 20241221090017676 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb' (118,630) at 20241221090017544 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/association_interface.hpp' (118,631) at 20240829080033123 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/zram_lib.sh' (118,632) at 20220525020655235 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/zisofs.h' (118,633) at 20210307214931126 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py' (118,634) at 20210307205554434 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.txt' (118,635) at 20210307214925450 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/xenpmu.h' (118,636) at 20240405153052961 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch' (118,637) at 20240413080012651 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pxs2-gentil.dts' (118,638) at 20240405153045577 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/iTCO_wdt.c' (118,639) at 20241216090017749 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-con-set.h' (118,640) at 20241211090212526 2025-03-14 03:00:53.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/COPYING.MIT' (118,641) at 20221122040015507 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mpc5121.h' (118,642) at 20210307214926382 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/switch_to.h' (118,643) at 20220525020651970 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ssd1305.c' (118,644) at 20210307214930506 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/ntb.rst' (118,645) at 20240405153045193 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_simple.c' (118,646) at 20210307214926274 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_types.hpp' (118,647) at 20240925080030034 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power-domain.h' (118,648) at 20210308005003680 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_nla.c' (118,649) at 20240405153046705 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/randomize_layout_plugin.c' (118,650) at 20240405153232103 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/determinism.patch' (118,651) at 20241221090017664 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/phosphor-power-supply-0.conf' (118,652) at 20210307205553702 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-light-tsl2583' (118,653) at 20210307214925194 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif2.h' (118,654) at 20210308005003556 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dpp.c' (118,655) at 20240405153047261 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/misc_helper.c' (118,656) at 20240906080037532 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_vhci.c' (118,657) at 20240613080016383 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/inventory/inventory-cleanup/inventory-cleanup.yaml' (118,658) at 20210721000034682 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/vdso/vgetcpu.c' (118,659) at 20240405153045953 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/jobs_processing.py' (118,660) at 20231117090015183 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mcb.h' (118,661) at 20240405153052725 2025-03-14 03:00:53.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/0001-Fix-macro-error.patch' (118,662) at 20221003030013285 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/usb-network/files/00-bmc-usb0.network' (118,663) at 20210307205553674 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/LICENSE' (118,664) at 20210308005117617 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/mxc-serial.txt' (118,665) at 20210308005003308 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts' (118,666) at 20210308005002636 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-Cable-EIA-542-HRC-center-frequencies-QAM256' (118,667) at 20210307205553754 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-shadow-virtqueue.h' (118,668) at 20240326080039502 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/transport_tcp.c' (118,669) at 20240913080013833 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/mon.c' (118,670) at 20230720080043535 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_writemeta_unittest.cpp' (118,671) at 20210308005134001 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_thread.h' (118,672) at 20241211090212218 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/acl.c' (118,673) at 20240628080014017 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/generic-radix-tree.rst' (118,674) at 20240405153045289 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-nft.sh' (118,675) at 20240905080011586 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/framebuffer.h' (118,676) at 20210307214927778 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/PageNotFound/index.js' (118,677) at 20220105012522999 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/moxtet.h' (118,678) at 20220525020654591 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb' (118,679) at 20231014080011723 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_common.h' (118,680) at 20220525020654595 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/max8997-irq.c' (118,681) at 20210307214929010 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_module.c' (118,682) at 20210307214927150 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_soc_common.c' (118,683) at 20241211090212246 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/cros_peripheral_charger.c' (118,684) at 20240405153051433 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/compulab.bmp' (118,685) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc100-pinctrl.dtsi' (118,686) at 20210308005002608 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/presence-sled3.conf' (118,687) at 20220603030012904 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts_1.0.bb' (118,688) at 20241221090017644 2025-03-14 03:00:53.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/pattern.hpp' (118,689) at 20240618080005305 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/rza.h' (118,690) at 20210307214930858 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-st-ssc4.c' (118,691) at 20240405153051797 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/u2f-setup-gen.py' (118,692) at 20210308005046249 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/delegation.c' (118,693) at 20241111090012141 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm3xxx.c' (118,694) at 20210307214925914 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/github-releases.bbclass' (118,695) at 20221003030013329 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-de2.h' (118,696) at 20210308005003636 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7721/Makefile' (118,697) at 20210307214926542 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c' (118,698) at 20240405153231247 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol_palfin.bmp' (118,699) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc' (118,700) at 20240618080012765 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_es8336.c' (118,701) at 20240405153232183 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/orinoco_pci.h' (118,702) at 20210309003651772 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/internal.h' (118,703) at 20240913080013845 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/constants.py.in' (118,704) at 20240405153232103 2025-03-14 03:00:53.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/oslib-posix.c' (118,705) at 20240906080037592 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/virtio_scsi.c' (118,706) at 20240405153051745 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-logging.c' (118,707) at 20221215040039394 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/opengrok2.0.log' (118,708) at 20241227090345067 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_arc.c' (118,709) at 20210308005003484 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mman.h' (118,710) at 20240405153046117 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_compression.h' (118,711) at 20240405153046957 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/arndale.c' (118,712) at 20210308005003040 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrlv.c' (118,713) at 20210308005046525 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gemfs.c' (118,714) at 20240405153048477 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c' (118,715) at 20241211090145461 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/omap_l3_noc.h' (118,716) at 20240405153046737 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/ls/ls1021a-moxa-uc-8410a.dts' (118,717) at 20240405153045533 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa.h' (118,718) at 20240405153049041 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/vgacon.c' (118,719) at 20240405153052177 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb' (118,720) at 20241221090017564 to deleted uid set 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/cmd.c' (118,721) at 20240405153050469 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9irq.h' (118,722) at 20240405153046017 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/syscalls_api.h' (118,723) at 20240405153052801 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svcauth.h' (118,724) at 20240405153231843 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/irled/gpio-ir-tx.yaml' (118,725) at 20240405153045089 2025-03-14 03:00:53.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_libbpf_get_fd_by_id_opts.c' (118,726) at 20241008080014059 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/Makefile' (118,727) at 20220910030013341 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/method.mako.cpp' (118,728) at 20210308005108057 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c' (118,729) at 20240405153230539 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/MAINTAINERS' (118,730) at 20210308005002976 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_ag_api.h' (118,731) at 20240405153050177 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/interrupts.c' (118,732) at 20210308005002836 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/update-mips-syscall-args.sh' (118,733) at 20210927100127353 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/stm32_sai.c' (118,734) at 20240405153054009 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-4.0' (118,735) at 20211006000025230 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/gsmi.c' (118,736) at 20241211090145405 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/branch.json' (118,737) at 20240405153054109 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/pm.h' (118,738) at 20210307214929962 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h' (118,739) at 20240405153230415 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/80211/index.rst' (118,740) at 20210307214925454 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.service' (118,741) at 20210307205553822 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/debugfs.c' (118,742) at 20240910080014058 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/devfreq_cooling.h' (118,743) at 20220525020654559 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/make_fuse_swig_optional.patch' (118,744) at 20230706080014741 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-wits-pro-a20-dkt.dts' (118,745) at 20240405153045389 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/rtc.h' (118,746) at 20240326080039550 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp-hid.h' (118,747) at 20220921100021462 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cap.c' (118,748) at 20210307214932586 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/files/static-passwd-meta-gnome' (118,749) at 20231014080011723 2025-03-14 03:00:53.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/.gitignore' (118,750) at 20210307214926590 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-ipq5332.c' (118,751) at 20241008080013915 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkspi.c' (118,752) at 20210308005003772 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8350/supply.h' (118,753) at 20210307214931438 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-owl/regs_s900.h' (118,754) at 20210308005002660 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gardikfors' (118,755) at 20210307205553782 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/pbkdf.h' (118,756) at 20241211090212354 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_prio.c' (118,757) at 20240405153053369 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/push006c.h' (118,758) at 20210309003649824 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts' (118,759) at 20240405153045405 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,adau1372.yaml' (118,760) at 20240405153045157 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/decompress/inflate.h' (118,761) at 20210307214931374 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/renesas,x9250.yaml' (118,762) at 20240405153045077 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SPIFLASH_defconfig' (118,763) at 20210308005003240 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/arct_ip_offset.h' (118,764) at 20220525020652534 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/wimm.c' (118,765) at 20220525020652943 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_s_w_ph.c' (118,766) at 20210308005046505 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/guruplug.c' (118,767) at 20210308005002904 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireworks/Makefile' (118,768) at 20210307214932210 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/mux.c' (118,769) at 20210308005003052 2025-03-14 03:00:53.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/genmap.c' (118,770) at 20240405153046609 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-imx-mu-msi.c' (118,771) at 20240405153230751 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_device_path_to_text.c' (118,772) at 20210308005003700 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/mtfsf.c' (118,773) at 20210307214926438 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-alto35-common.dtsi' (118,774) at 20240405153045605 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_defconfig' (118,775) at 20210308005003232 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/error.rs' (118,776) at 20240405153232095 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/id_map.cpp' (118,777) at 20240817080031292 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/mac.c' (118,778) at 20240628080014001 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_pll.c' (118,779) at 20210307214927886 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_one.cpp' (118,780) at 20231110090010623 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/marvell.c' (118,781) at 20240405153231079 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/stm.h' (118,782) at 20240405153052941 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/0001-stdlib-Make-iconv-use-portable-across-glibc-musl.patch' (118,783) at 20241206090014254 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zrle.c.inc' (118,784) at 20240326080039754 2025-03-14 03:00:53.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/frwr_ops.c' (118,785) at 20240805080014059 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/altr,rst-mgr.h' (118,786) at 20210307214931346 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/meson-gxl-usb3.c' (118,787) at 20210308005003456 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/bpf_perf_event.h' (118,788) at 20240405153045361 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.c' (118,789) at 20210307214929810 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qjson.h' (118,790) at 20220429100100586 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/cypress_firmware.h' (118,791) at 20210307214928598 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/uncore-interconnect.json' (118,792) at 20240405153054141 2025-03-14 03:00:53.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/report-details.html.jinja' (118,793) at 20220804030014695 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/dcn/irqsrcs_dcn_1_0.h' (118,794) at 20220525020652811 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/guides/encrypted_boot.txt' (118,795) at 20210308005003328 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sheep-rk3368_defconfig' (118,796) at 20210308005003280 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/Makefile' (118,797) at 20240405153049473 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb' (118,798) at 20240413080012639 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c' (118,799) at 20240405153048641 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_wait_wouldblock.c' (118,800) at 20240405153054305 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a64.h' (118,801) at 20240405153046853 to deleted uid set 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c' (118,802) at 20240405153230315 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/activation.cpp' (118,803) at 20241213090049550 to deleted uid set 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/atmel_lcdfb.c' (118,804) at 20210308005003520 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/entityMap.json' (118,805) at 20240514080031406 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/targets.rst' (118,806) at 20221215040039082 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jiffies.h' (118,807) at 20241211090145537 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml' (118,808) at 20240405153045157 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/perfbuf_bench.c' (118,809) at 20240405153054273 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/xilinx/Kconfig' (118,810) at 20210307214927178 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_headroom.sh' (118,811) at 20240405153054297 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-x86-stub.c' (118,812) at 20240326080039414 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/Makefile' (118,813) at 20240405153054357 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_46.2.bb' (118,814) at 20241221090017488 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/channels.c' (118,815) at 20240405153050101 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/habanalabs.h' (118,816) at 20240405153052893 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/watchdog_hrtimer_pretimeout.c' (118,817) at 20220525020654335 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig' (118,818) at 20210308005003276 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml' (118,819) at 20240405153229799 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FacilityCollection_v1.xml' (118,820) at 20240619080002924 2025-03-14 03:00:53.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/ProcessorStore.js' (118,821) at 20241004080035963 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/CLEI.interface.yaml' (118,822) at 20240618080025501 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_pcadd.c' (118,823) at 20221215040039386 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/recipetool' (118,824) at 20210307205554642 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/actions/owl-sps.c' (118,825) at 20240405153231347 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0002-Enable-and-change-user-and-group-of-freeradius-serve.patch' (118,826) at 20230131040012027 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,amac.yaml' (118,827) at 20240405153045113 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpaa_fd.h' (118,828) at 20210308005003648 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/aggregator/ssh_packet_layer.c' (118,829) at 20240405153051393 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/test_encl.lds' (118,830) at 20240405153232287 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqtest.h' (118,831) at 20241211090212546 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.c' (118,832) at 20240405153048373 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/sharpsl.h' (118,833) at 20210308005046005 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/MAINTAINERS' (118,834) at 20210308005002964 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ChassisCollection.json' (118,835) at 20240619080002944 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c' (118,836) at 20210308005003180 2025-03-14 03:00:53.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/i2c/ov5640.c' (118,837) at 20240405153230791 to deleted uid set 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc084s021.yaml' (118,838) at 20240405153045073 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/net/Makefile' (118,839) at 20210307214925974 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/Kconfig' (118,840) at 20210308005002972 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-twl4030-usb' (118,841) at 20210307214925206 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h' (118,842) at 20210308005003456 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk.c' (118,843) at 20210307214926994 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/sonicvibes.c' (118,844) at 20220525020655011 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/apple,admac.yaml' (118,845) at 20240405153045053 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/domain.c' (118,846) at 20240429080012436 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/elogall' (118,847) at 20221213040024897 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/pldm/test_pldm_oem.robot' (118,848) at 20240628080017117 to deleted uid set 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq24257.yaml' (118,849) at 20240405153045141 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.h' (118,850) at 20240405153050109 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_analyze_funcs.py' (118,851) at 20240906080037476 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/macsec.c' (118,852) at 20240405153231075 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/axp20x-pek.c' (118,853) at 20240405153049141 2025-03-14 03:00:53.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/Kconfig' (118,854) at 20210308005002988 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.h' (118,855) at 20210307214927206 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/index.rst' (118,856) at 20240405153045009 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/sme.c' (118,857) at 20241220090018342 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/handler.hpp' (118,858) at 20230821192414188 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/user32.h' (118,859) at 20210307214926678 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.h' (118,860) at 20210308005002796 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_dummy.c' (118,861) at 20240405153053497 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nfs_fs.h' (118,862) at 20240405153231831 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/xstate.rst' (118,863) at 20240405153044989 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sm8350.h' (118,864) at 20220525020654543 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g25.dtsi' (118,865) at 20240405153045465 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_6_offset.h' (118,866) at 20240405153048281 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53.dtsi' (118,867) at 20240405153229883 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-kernel/linux/linux-aspeed_%.bbappend' (118,868) at 20240727080014098 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mux.c' (118,869) at 20240405153046801 2025-03-14 03:00:53.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_driver/efi_block_device.c' (118,870) at 20210308005003700 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/frontend.json' (118,871) at 20240405153054129 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-interface-remove-C-reserved-keyword.patch' (118,872) at 20210307205553754 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/README.md' (118,873) at 20221214040025236 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-self-cycle.err' (118,874) at 20210308005046409 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/imx-iim.c' (118,875) at 20240405153231275 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/airoha/Makefile' (118,876) at 20240405153045369 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/Makefile' (118,877) at 20210308005003760 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch' (118,878) at 20241221090017528 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/da9150.txt' (118,879) at 20210307214925358 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_NAND_SECURE_BOOT_defconfig' (118,880) at 20210308005003244 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt1011.txt' (118,881) at 20210307214925434 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/Kconfig' (118,882) at 20220525020653663 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/crct10dif-vpmsum_asm.S' (118,883) at 20210307214926370 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_connlimit.c' (118,884) at 20241018080014586 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/recipetool' (118,885) at 20210307205554642 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi.h' (118,886) at 20230426080043756 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/Makefile' (118,887) at 20240405153230611 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Nyiregyhaza-Tokaj-Kazincbarcika-Saly-Satoraljaujhely' (118,888) at 20210307205553774 to deleted uid set 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd.h' (118,889) at 20210308005046065 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_brx.c' (118,890) at 20240405153049441 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml' (118,891) at 20240405153229779 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mlxreg-fan.rst' (118,892) at 20210307214925502 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/bmc_ldap_utils.robot' (118,893) at 20240627080021044 to deleted uid set 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0013-remove-clean-script.patch' (118,894) at 20220910030013425 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/config.h' (118,895) at 20210307214932614 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/conf/distro/gbmc.conf' (118,896) at 20241221090017480 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/no-gplv3.inc' (118,897) at 20241221090017612 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain.service' (118,898) at 20210307205554122 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/hw.c' (118,899) at 20240405153050473 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (118,900) at 20220311040028855 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/process.c' (118,901) at 20240405153045353 2025-03-14 03:00:53.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/apm-power.c' (118,902) at 20210307214928466 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mailbox/tegra186-hsp.h' (118,903) at 20240405153052649 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lvds.dtsi' (118,904) at 20240405153045521 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch' (118,905) at 20230609080014387 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/phosphor-network/00-hmc-usb0.network' (118,906) at 20240727080014098 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_occ.h' (118,907) at 20230426080043764 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/efx_channels.h' (118,908) at 20240405153050281 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/bug.h' (118,909) at 20240405153046245 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enum-framesizes.rst' (118,910) at 20220525020651786 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/Makefile' (118,911) at 20210307214929574 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_74xx.py' (118,912) at 20241211090212542 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/u-boot.lds' (118,913) at 20210308005002848 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/fs.c' (118,914) at 20240405153231691 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_callbacks_demo.c' (118,915) at 20210307214931806 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_ctl.c' (118,916) at 20240405153051733 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/pmc.h' (118,917) at 20240405153052885 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/32-bit.config' (118,918) at 20220525020652030 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi' (118,919) at 20240405153045737 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/RUDE01' (118,920) at 20240405153054369 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ide-internal.h' (118,921) at 20240906080037232 2025-03-14 03:00:53.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch' (118,922) at 20241221090017644 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/bcm2838_gpio.c' (118,923) at 20241211090212270 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-qxl.bin' (118,924) at 20240326080039614 to deleted uid set 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/baikal-t1/Makefile' (118,925) at 20240405153046773 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm-perf.c' (118,926) at 20240405153230671 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_ttm_pm.h' (118,927) at 20240405153048477 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lance.h' (118,928) at 20210308005046021 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/subprojects/sdbusplus.wrap' (118,929) at 20220917030017029 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vm_init_segtable.S' (118,930) at 20210307214926110 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/uncached.c' (118,931) at 20210307214926574 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vhost_net.c' (118,932) at 20241211090212310 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb' (118,933) at 20241013080010898 to deleted uid set 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger_action.hpp' (118,934) at 20220607100029055 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/test/error_files_tests.cpp' (118,935) at 20240229090015607 to deleted uid set 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_legacy.c' (118,936) at 20210308005003404 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/mcde_drm.h' (118,937) at 20220525020652919 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Bern-upc-cablecom' (118,938) at 20210307205553758 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mtk_eth.c' (118,939) at 20210308005003436 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/soc-family.inc' (118,940) at 20210307205554410 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra76x.dtsi' (118,941) at 20240405153229903 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9062/core.h' (118,942) at 20210307214931426 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pwm/pwm.txt' (118,943) at 20210308005003308 2025-03-14 03:00:53.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zc5601.h' (118,944) at 20210308005003624 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-mediatek-gen3.c' (118,945) at 20240405153231287 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rpl.h' (118,946) at 20240405153052937 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/driver-model.rst' (118,947) at 20240405153229747 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/spte.h' (118,948) at 20240405153230135 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls_3.8.8.bb' (118,949) at 20241221090017696 to deleted uid set 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/dsi_cfg.c' (118,950) at 20240405153230595 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/0002-perf_examples-Remove-unused-sum-variable.patch' (118,951) at 20210729000029104 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb' (118,952) at 20231126090012777 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.h' (118,953) at 20210308005003460 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx.h' (118,954) at 20240405153046961 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/bmc.c' (118,955) at 20210308004938832 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/hwmon/pmbus/Kconfig' (118,956) at 20240716080021363 to deleted uid set 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ahtari' (118,957) at 20210307205553766 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c' (118,958) at 20240405153047105 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/trace-events' (118,959) at 20240906080037284 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/exceptions.c' (118,960) at 20210308005002884 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/Makefile' (118,961) at 20220525020654239 2025-03-14 03:00:53.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/decode-arm.h' (118,962) at 20210307214925982 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c' (118,963) at 20240405153231019 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib0070.c' (118,964) at 20240405153049285 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/cpumask_kunit.c' (118,965) at 20240405153053081 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-tlc591xx.txt' (118,966) at 20210307214925346 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p3041ds.cfg' (118,967) at 20210308005002964 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb' (118,968) at 20241221090017496 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-logitech-dj.c' (118,969) at 20240624080012780 2025-03-14 03:00:53.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm.dtsi' (118,970) at 20240405153045605 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch' (118,971) at 20210307205554458 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip_6.0.bb' (118,972) at 20241221090017680 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/cfe/cfe_api.c' (118,973) at 20240405153046001 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/dbus.h' (118,974) at 20210308005108641 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_kprobes_asm.S' (118,975) at 20240405153046301 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/board-shmin.c' (118,976) at 20210307214926534 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/string-attributes.c' (118,977) at 20220525020653907 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_inout.h' (118,978) at 20210307214932114 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/073' (118,979) at 20210927100127477 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/hci.h' (118,980) at 20240405153048925 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/halt' (118,981) at 20220405030025645 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c' (118,982) at 20210307214932706 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/string.h' (118,983) at 20210308005002544 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/shared/io.h' (118,984) at 20240405153046397 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2552.h' (118,985) at 20210309003654656 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/meta_io.c' (118,986) at 20240613080016491 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/skas/process.c' (118,987) at 20210307214926622 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/local.conf.sample' (118,988) at 20241221090017476 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/stats.h' (118,989) at 20240326080039550 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.errors.yaml' (118,990) at 20220315030032663 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_wm_types.h' (118,991) at 20240405153048465 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_dccg.c' (118,992) at 20220525020652514 2025-03-14 03:00:53.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/cachev2.c' (118,993) at 20210307214926102 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios' (118,994) at 20221210040020210 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/services.h' (118,995) at 20240405153232119 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a10s.dtsi' (118,996) at 20240405153045377 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts' (118,997) at 20240405153045717 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_tuxrun.py' (118,998) at 20241211090212538 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_firmware.h' (118,999) at 20210308005003676 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rcar/core.c' (119,000) at 20241104090011627 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/bootinfo-amiga.h' (119,001) at 20210307214926166 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/adi-axi-adc.c' (119,002) at 20240624080012780 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-erofs' (119,003) at 20240405153044925 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.yaml' (119,004) at 20240405153045129 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/MAINTAINERS' (119,005) at 20210308005003048 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_dtree.h' (119,006) at 20210307214931134 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/nsim_700.dts' (119,007) at 20210307214925662 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/davinci_rtc.h' (119,008) at 20210308005002672 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/Kconfig' (119,009) at 20210308005003052 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (119,010) at 20231006080017477 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-bad-type.json' (119,011) at 20210308005046405 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kdump/index.rst' (119,012) at 20210307214925226 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/openvpn' (119,013) at 20220721030015841 2025-03-14 03:00:53.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mc13892.h' (119,014) at 20210307214931430 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/board_f.c' (119,015) at 20210308005003220 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hid.h' (119,016) at 20240405153052917 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/.gitignore' (119,017) at 20210307214932686 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mux/consumer.h' (119,018) at 20240405153052745 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/timers/hpet_example.c' (119,019) at 20210307214932130 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/trace-events' (119,020) at 20240906080037140 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/nl-Delta' (119,021) at 20210307205553758 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/tools.py' (119,022) at 20210308005003772 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/mxc_w1.c' (119,023) at 20210309003653324 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/self-refresh.S' (119,024) at 20210307214925962 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/processor.h' (119,025) at 20240405153046313 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-space.json' (119,026) at 20210308005046405 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,omap4-dss.txt' (119,027) at 20210307214925310 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110-pll.c' (119,028) at 20240405153230243 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tda18218.h' (119,029) at 20210307214928802 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/layer.conf' (119,030) at 20241221090017572 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/media.c' (119,031) at 20220525020653487 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/hvcserver.c' (119,032) at 20240405153046225 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/mmu-40x.h' (119,033) at 20220525020652034 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/string.h' (119,034) at 20210307214926110 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb' (119,035) at 20241221090017484 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/capi/kcapi.h' (119,036) at 20210307214928538 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/tty/tty_ldisc.rst' (119,037) at 20240405153045197 2025-03-14 03:00:53.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/conversion/conversion_1.0/ia_css_conversion.host.h' (119,038) at 20210307214930554 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb' (119,039) at 20231126090012789 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/ipl.h' (119,040) at 20240405153046277 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/memstress.h' (119,041) at 20240405153054317 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/realview_mpcore.c' (119,042) at 20210308005045857 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a31.c' (119,043) at 20210308005003352 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/pmbus_utils.hpp' (119,044) at 20210430000109181 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/bitops/ffs.h' (119,045) at 20210307214926314 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_privacy_screen_x86.c' (119,046) at 20240405153048409 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/Makefile' (119,047) at 20210308005002924 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etb10.c' (119,048) at 20240405153048889 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/container-template.yml' (119,049) at 20230925080039809 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_find.cpp' (119,050) at 20230511080010311 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/registration.hpp' (119,051) at 20210617000039364 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/bdisp-v4l2.c' (119,052) at 20240405153049469 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/ia64/include/uapi/asm/bitsperlong.h' (119,053) at 20210307214932454 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test/run-ptest' (119,054) at 20220804030014691 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/drive_oem_enc.bin' (119,055) at 20220604030008508 to deleted uid set 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/meson_spifc.c' (119,056) at 20210308005003492 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_ima.c' (119,057) at 20240405153054261 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts' (119,058) at 20240405153045717 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/Kconfig' (119,059) at 20241211090212290 2025-03-14 03:00:53.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/lsof' (119,060) at 20241221090017620 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_io_defs.h' (119,061) at 20240405153049041 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fdmon-poll.c' (119,062) at 20230925080040113 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/protocol_uae.h' (119,063) at 20210307214930994 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-pllfh.c' (119,064) at 20240613080016383 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-fan-config/swift/fans.yaml' (119,065) at 20210307205553702 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mk712.c' (119,066) at 20210307214928506 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/148' (119,067) at 20210927100127485 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-tilapia-E1565.dts' (119,068) at 20240405153045485 2025-03-14 03:00:53.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table-toolbar.js' (119,069) at 20210308005107069 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/pwm-tacho-controller@1e786000.conf' (119,070) at 20240904080027738 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/flock.c' (119,071) at 20240405153052261 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-keystone.c' (119,072) at 20210307214927050 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_4.13.5.bb' (119,073) at 20231126090012777 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg' (119,074) at 20210307205554370 to deleted uid set 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/Kconfig' (119,075) at 20240405153049205 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/cavium/thunderx2/core-imp-def.json' (119,076) at 20210307214932534 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vhe/tlb.c' (119,077) at 20240405153229987 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/firewire/firedtv-ci.c' (119,078) at 20220525020653247 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/sdma-pcm.c' (119,079) at 20210309003654944 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/changes' (119,080) at 20210307214930630 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/150-use_DESTDIR.patch' (119,081) at 20230706080014745 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-raspberrypi.c' (119,082) at 20240617080017382 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx7_spl.h' (119,083) at 20210308005003596 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_devmap.c' (119,084) at 20240805080014003 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml' (119,085) at 20240405153045049 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkverify.c' (119,086) at 20240906080037144 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/target_long.h' (119,087) at 20240326080039530 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/Build' (119,088) at 20240405153232231 2025-03-14 03:00:53.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/acpi/x86/utils.c' (119,089) at 20241216090017689 to deleted uid set 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/usercommands.hpp' (119,090) at 20241009080021762 to deleted uid set 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pd6729.h' (119,091) at 20210307214930042 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/mb86a20s.h' (119,092) at 20220525020653243 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/user_events/Makefile' (119,093) at 20240405153053433 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-vegman-rx20.dts' (119,094) at 20240912080012042 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/util/Build' (119,095) at 20240405153054085 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/dlsys_mock.hpp' (119,096) at 20210427000038401 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-beaver.dts' (119,097) at 20210308005002628 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4/softfloat.c' (119,098) at 20210307214926562 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-7.c' (119,099) at 20210307214931190 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/obmc-security-response-team-guidelines.md' (119,100) at 20241203090006519 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_base.c' (119,101) at 20240405153052449 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/dbus-sdr/sdrutils.cpp' (119,102) at 20240829080022534 to deleted uid set 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c' (119,103) at 20241211090145405 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (119,104) at 20240720080012613 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/pedit_ip.sh' (119,105) at 20240405153054341 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_length.c' (119,106) at 20240405153053337 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v3s-licheepi-zero-dock.dts' (119,107) at 20240405153045393 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/stackglue.c' (119,108) at 20240405153052481 2025-03-14 03:00:53.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/smccc/kvm_guest.c' (119,109) at 20240405153047045 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw5864/tw5864-video.c' (119,110) at 20240405153049381 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cached-property_1.5.2.bb' (119,111) at 20210905000020561 to deleted uid set 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/st-pincfg.h' (119,112) at 20210308005002612 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_a3d.h' (119,113) at 20210307214932234 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch' (119,114) at 20241221090017644 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/usb3-debug-port.rst' (119,115) at 20240405153045197 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Hardware/BMC.interface.yaml' (119,116) at 20240727080025831 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/xor_vmx.c' (119,117) at 20240405153046177 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/reboot.h' (119,118) at 20210307214926242 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/spmi-sandbox.c' (119,119) at 20210308005003496 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/mipi-phy.c' (119,120) at 20210307214928046 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_overdriver.c' (119,121) at 20210309003649648 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cpu-r3k-probe.c' (119,122) at 20240405153046021 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall4.c' (119,123) at 20240405153054273 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc3_rtr_regs.h' (119,124) at 20240405153046605 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/motorola-mapphone-common.dtsi' (119,125) at 20240405153045601 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb' (119,126) at 20210307205554386 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dispc.h' (119,127) at 20210307214930926 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_compress_sequences.c' (119,128) at 20240405153053113 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_mipi.c' (119,129) at 20240405153231471 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dwb.h' (119,130) at 20240405153047245 2025-03-14 03:00:53.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ThermalPower/meson.build' (119,131) at 20230920080021024 to deleted uid set 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/lpddr/Makefile' (119,132) at 20210307214929210 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/sc27xx-poweroff.c' (119,133) at 20210307214930154 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi' (119,134) at 20210308005002568 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/nitro_enclave.h' (119,135) at 20241211090212358 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb' (119,136) at 20220921030015982 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/trace-enable/trace-enable/trace-enable.service' (119,137) at 20220129040011653 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/internal.h' (119,138) at 20220525020654487 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dcr-mmio.h' (119,139) at 20210307214926378 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/libusb-header-path.patch' (119,140) at 20231011080016574 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma.dtsi' (119,141) at 20210308005002608 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mtk-afe-pcm.txt' (119,142) at 20210307214925430 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/tlb.h' (119,143) at 20210307214926166 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-kernel/linux/linux-aspeed_%.bbappend' (119,144) at 20221118040015022 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/gpio-rcar.c' (119,145) at 20210308005003376 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_osf.h' (119,146) at 20240405153052929 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c' (119,147) at 20241118090018491 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-m2m.c' (119,148) at 20240405153049425 2025-03-14 03:00:53.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/timed_ctrl_local.h' (119,149) at 20210307214930542 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx51evk.h' (119,150) at 20210308005003604 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf' (119,151) at 20210307205554466 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-settings-mgr/.clang-format' (119,152) at 20240904080002598 to deleted uid set 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/si476x.h' (119,153) at 20210307214931542 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/Makefile' (119,154) at 20210308005003028 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/marvell,pxa910.txt' (119,155) at 20210307214925290 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/common.txt' (119,156) at 20210308005003304 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bmc_mode_unittest.cpp' (119,157) at 20220924030005907 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-error.c' (119,158) at 20220429100100954 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/alc5623.txt' (119,159) at 20210307214925426 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/db8500_thermal.c' (119,160) at 20240405153231495 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_user.c' (119,161) at 20210308004938832 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sockex1_user.c' (119,162) at 20240405153053425 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/certificate.cpp' (119,163) at 20241205090029112 to deleted uid set 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-disable@.service' (119,164) at 20220514030009396 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-pll.c' (119,165) at 20240405153046769 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-cubox-i.dts' (119,166) at 20240405153045501 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-dserve-dsrv9703c.dts' (119,167) at 20240405153045377 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml' (119,168) at 20220525020651678 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-vdpa.h' (119,169) at 20240906080037340 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_translate_dce80.c' (119,170) at 20210307214927306 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/witherspoon-tacoma/service-override.conf' (119,171) at 20240118090012501 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/tlb.h' (119,172) at 20220525020652114 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-mailbox.c' (119,173) at 20210307214928698 2025-03-14 03:00:53.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.json' (119,174) at 20210308005046397 2025-03-14 03:00:53.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_0_d.h' (119,175) at 20240405153047437 2025-03-14 03:00:53.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/x_fline.S' (119,176) at 20210307214926146 2025-03-14 03:00:53.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/MAINTAINERS' (119,177) at 20210308005003008 2025-03-14 03:00:53.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/locks/double_lock.cocci' (119,178) at 20240405153053441 2025-03-14 03:00:53.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/drm_connector.c' (119,179) at 20240520080015147 to deleted uid set 2025-03-14 03:00:53.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vpc.c' (119,180) at 20240326080039390 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_devcmd.h' (119,181) at 20240405153051737 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml' (119,182) at 20240405153045177 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/WEBUI_CI' (119,183) at 20220429100025221 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c' (119,184) at 20210307214929578 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml' (119,185) at 20240405153045041 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_ssif.c' (119,186) at 20240405153230203 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch' (119,187) at 20240413080012659 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dell-laptop' (119,188) at 20240405153229731 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-em.c' (119,189) at 20240405153047073 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/network/phosphor-network_%.bbappend' (119,190) at 20241206090014222 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/wii.c' (119,191) at 20210307214926362 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mte-kasan.h' (119,192) at 20240405153045861 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/mscan/Makefile' (119,193) at 20210307214929258 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore.dtsi' (119,194) at 20210308005002584 2025-03-14 03:00:53.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/fvp-base.yml' (119,195) at 20231126090012765 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/fuse_i.h' (119,196) at 20240830080013319 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-case.json' (119,197) at 20210308005046401 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/firmware/tlm,trusted-foundations.yaml' (119,198) at 20240405153229755 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c' (119,199) at 20241211090145409 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/inline-confirm.scss' (119,200) at 20210308005107073 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb' (119,201) at 20241120090012768 to deleted uid set 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/img/pistachio_marduk.dts' (119,202) at 20240405153045989 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.h' (119,203) at 20240405153047117 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/ethtool.c' (119,204) at 20220525020653731 2025-03-14 03:00:53.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_res.h' (119,205) at 20240405153051737 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_multicast.c' (119,206) at 20240815080012919 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fnmsub.c' (119,207) at 20210307214926434 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/resource.h' (119,208) at 20240405153052657 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/sctp_vrf.sh' (119,209) at 20240405153054349 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html' (119,210) at 20210307205554282 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb' (119,211) at 20240309090012820 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00reg.h' (119,212) at 20210307214929910 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/pgtable.h' (119,213) at 20240405153229991 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/op_helper.c' (119,214) at 20240906080037536 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod-events.h' (119,215) at 20240405153054241 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_sup.c' (119,216) at 20240805080014007 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/auxvec.h' (119,217) at 20210307214925846 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/qga-vss.idl' (119,218) at 20210308005046233 2025-03-14 03:00:53.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_vexpress_osc.c' (119,219) at 20210308005003348 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-gadget.h' (119,220) at 20240405153231531 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9m10g45ek.dts' (119,221) at 20210308005002572 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stih410/sys_proto.h' (119,222) at 20210308005002664 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-37xx.dtsi' (119,223) at 20210308005002564 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6q_mba6_mmc_defconfig' (119,224) at 20210308005003284 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/scripts_no_bash.patch' (119,225) at 20230706080014741 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-ec' (119,226) at 20210309003648248 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/devlink_port_split.py' (119,227) at 20240405153054337 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/lib.h' (119,228) at 20220525020654975 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-beagle.dts' (119,229) at 20240405153045601 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/infiniband/sysfs.rst' (119,230) at 20210307214925510 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/processor.c' (119,231) at 20240405153054317 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_dma.c' (119,232) at 20220525020652843 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/kfree.cocci' (119,233) at 20240405153053441 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/config.json' (119,234) at 20241212090014003 to deleted uid set 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_phy.h' (119,235) at 20220525020654183 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/eventservice_sse.hpp' (119,236) at 20241106090002757 to deleted uid set 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa72.inc' (119,237) at 20240301090012451 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch' (119,238) at 20241206090014342 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/wbsd.h' (119,239) at 20210307214929206 2025-03-14 03:00:53.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/u-boot.lds' (119,240) at 20210308005003072 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml' (119,241) at 20221207040023627 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fault-injection/notifier-error-inject.rst' (119,242) at 20240405153045197 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/printk-index.rst' (119,243) at 20240405153045005 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/Makefile' (119,244) at 20240405153231359 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/elfcore.c' (119,245) at 20240405153045869 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/lpc1850-otp.txt' (119,246) at 20210307214925382 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/Kconfig' (119,247) at 20220215040051628 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso' (119,248) at 20240405153229975 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-hummingboard2-som-v15.dts' (119,249) at 20240405153045497 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_6_0_sh_mask.h' (119,250) at 20210307214927690 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/si2157.h' (119,251) at 20210307214928798 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/signature.hpp' (119,252) at 20221229040004411 to deleted uid set 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/interconnect-provider.h' (119,253) at 20240405153231815 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/isapnp.rst' (119,254) at 20210307214925462 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/remap.c' (119,255) at 20240405153052997 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/timer.c' (119,256) at 20210308005002544 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/Kconfig' (119,257) at 20210307214930506 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/spu2.h' (119,258) at 20220525020652374 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_lrc.c' (119,259) at 20240411080014078 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/substitutions.rst' (119,260) at 20240405153054037 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/run-ptest' (119,261) at 20210307205554622 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/licenses.rst' (119,262) at 20240302090018218 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/atmel,sama5d2-adc.yaml' (119,263) at 20240405153045069 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config/fans.yaml' (119,264) at 20210307205554062 2025-03-14 03:00:53.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes.txt' (119,265) at 20210307205553678 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/xilinx_sdfec.h' (119,266) at 20210307214931690 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb' (119,267) at 20241221090017532 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/synclist' (119,268) at 20210308005100305 to deleted uid set 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_sandbox.c' (119,269) at 20230310090043283 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition.cpp' (119,270) at 20210308005108645 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config-native.bb' (119,271) at 20241206090014234 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/kdb/kdb_hello.c' (119,272) at 20220525020654935 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/annotate.h' (119,273) at 20241008080014051 2025-03-14 03:00:53.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/0003-replace-stat64-lstat64-with-stat-lstat.patch' (119,274) at 20230114040015482 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/intel-ipmi-oem/src/oemcommands.cpp' (119,275) at 20240830080007323 to deleted uid set 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cputable.c' (119,276) at 20240405153230035 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/page.h' (119,277) at 20240405153229991 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/sev-dev.c' (119,278) at 20241008080013915 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723d_table.h' (119,279) at 20210307214929950 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.md.mako' (119,280) at 20210308005049765 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0002-teamd-Re-adjust-include-header-order.patch' (119,281) at 20241206090014262 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/calculator/xfce4-calculator-plugin_0.7.2.bb' (119,282) at 20231126090012805 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/escc.h' (119,283) at 20241211090212358 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/kasan/8xx.c' (119,284) at 20210309003648928 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.lcovrc' (119,285) at 20210308005123345 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qmp-test.c' (119,286) at 20221215040039378 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98373.h' (119,287) at 20220525020655035 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tco-test.c' (119,288) at 20230426080043948 2025-03-14 03:00:53.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/i440fx.c' (119,289) at 20240906080037272 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-uclass.c' (119,290) at 20210308005003448 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_fixed_vs_pe_retimer.h' (119,291) at 20240405153047301 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (119,292) at 20240829080014022 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/uhci-regs.h' (119,293) at 20241211090212366 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_pm.h' (119,294) at 20220525020653003 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c' (119,295) at 20240405153231011 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/clone3/clone3.c' (119,296) at 20240405153232263 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi' (119,297) at 20240405153045829 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0008-plat-corstone1000-add-client_id-for-FMP-service.patch' (119,298) at 20241206090014214 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-tdm-iface.yaml' (119,299) at 20240405153045161 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/leading-comma-list.out' (119,300) at 20210308005046409 to deleted uid set 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c' (119,301) at 20240405153047101 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/ch7006_mode.c' (119,302) at 20210309003649716 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/bq24735.yaml' (119,303) at 20240405153045141 2025-03-14 03:00:53.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/core.h' (119,304) at 20210307214926770 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/elfload.c' (119,305) at 20241211090212378 to deleted uid set 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/v4l2.h' (119,306) at 20210307214931614 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts' (119,307) at 20240405153045465 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/OWNERS' (119,308) at 20240223090016062 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/fpu.h' (119,309) at 20210307214926158 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/tegra/pinctrl-tegra30.c' (119,310) at 20240405153051377 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/pasemi_defconfig' (119,311) at 20240405153046097 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/include/efc_common.h' (119,312) at 20220525020654003 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/fsl-mph-dr-of.c' (119,313) at 20240405153231559 2025-03-14 03:00:53.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/QPL-1.0-INRIA-2004' (119,314) at 20241221090017616 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/ctrl.c' (119,315) at 20241211090212310 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-inspur-fp5280g2.dts' (119,316) at 20240809080013006 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/README.q200' (119,317) at 20210308005002912 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/platform_pci.h' (119,318) at 20210307214931702 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/mux.c' (119,319) at 20210308005002904 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_trace.h' (119,320) at 20240405153051385 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/runtime_monitor.cpp' (119,321) at 20220727030028313 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/arm-vgic.rst' (119,322) at 20210307214925626 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst' (119,323) at 20220913100024133 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/README.md' (119,324) at 20220622030032061 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/cdns,ufshc.yaml' (119,325) at 20240405153045181 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/skas/uaccess.c' (119,326) at 20240405153046345 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nci/nci_dev.c' (119,327) at 20240405153054333 2025-03-14 03:00:53.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/Makefile.am' (119,328) at 20210308005117617 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/host.h' (119,329) at 20210307214930778 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra186-common.h' (119,330) at 20210308005003620 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/compress.c' (119,331) at 20241008080013995 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/filter.h' (119,332) at 20210309003654964 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/command_buffer.c' (119,333) at 20240405153046553 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.client.hpp.mako' (119,334) at 20230902080037617 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/version.h' (119,335) at 20210307214929726 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ehci.c' (119,336) at 20210308005003020 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi' (119,337) at 20240405153229931 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig' (119,338) at 20210308005003264 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/gup_test.c' (119,339) at 20240405153053125 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/meson.rst' (119,340) at 20210307214925498 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/models.py' (119,341) at 20230925080039973 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb' (119,342) at 20231011080016570 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_local.h' (119,343) at 20240405153053493 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_dscp_bridge.sh' (119,344) at 20240405153054297 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_vlan.c' (119,345) at 20210307214931894 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/ocelot.dtsi' (119,346) at 20240405153045989 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ixp4xx/ixp4xx-npe.c' (119,347) at 20240405153051761 2025-03-14 03:00:53.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/hypervisor.h' (119,348) at 20220525020651946 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/tee_shm_pool.c' (119,349) at 20240405153051969 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-hsdk.c' (119,350) at 20240405153051485 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxbf-tmfifo-regs.h' (119,351) at 20240405153051389 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/mips_gic.h' (119,352) at 20230426080043764 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/Makefile' (119,353) at 20210308005003016 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_training_static.h' (119,354) at 20210308005003368 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/wb45n.h' (119,355) at 20210308005003624 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/bochs-display.c' (119,356) at 20240906080037212 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/ldt.h' (119,357) at 20210307214926682 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_hwi2c.c' (119,358) at 20210307214930674 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/novena_spl.c' (119,359) at 20210308005003016 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sarna_Mickeltemplet' (119,360) at 20210307205553790 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/era.rst' (119,361) at 20210307214925222 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/hpre/hpre_crypto.c' (119,362) at 20240405153230263 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.2.rst' (119,363) at 20231126090012821 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-vfp-sysregs.xml' (119,364) at 20220429100100430 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP4.interface.yaml' (119,365) at 20220315030032659 2025-03-14 03:00:53.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/ia_css_tnr3_types.h' (119,366) at 20210307214930562 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_4_sh_mask.h' (119,367) at 20240405153048117 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cypress_dpm.h' (119,368) at 20210307214927998 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/debugfs.h' (119,369) at 20210307214929966 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/Makefile.am.include' (119,370) at 20220922030007675 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/appletalk/index.rst' (119,371) at 20240405153045233 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mulu.c' (119,372) at 20210308005046525 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/rust/index.rst' (119,373) at 20240405153045249 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/no-gen-libmath.patch' (119,374) at 20210307205554558 to deleted uid set 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/intel_rapl_common.c' (119,375) at 20241008080013971 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ia_css_sdis_common_types.h' (119,376) at 20210307214930562 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt' (119,377) at 20210308005002536 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/errp-guard.cocci' (119,378) at 20210308005046237 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/mdpy-fb.c' (119,379) at 20240405153232099 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/call-path.h' (119,380) at 20220525020655163 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsicam.h' (119,381) at 20210307214931590 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum1_acl_tcam.c' (119,382) at 20240405153231027 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/stats.c' (119,383) at 20240820080014177 2025-03-14 03:00:53.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/vmw_vmci/Kconfig' (119,384) at 20240405153049653 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/etsec.h' (119,385) at 20230426080043712 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-prop-internal.h' (119,386) at 20210927100127117 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/app/meson.build' (119,387) at 20220531100030240 to deleted uid set 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend' (119,388) at 20210812000025294 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw-edma/dw-hdma-v0-debugfs.h' (119,389) at 20240405153046985 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/memory.hpp' (119,390) at 20230511080042407 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc-lexer.l' (119,391) at 20210308005003728 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.err' (119,392) at 20210308005046397 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/sgx-epc.h' (119,393) at 20240906080037332 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig' (119,394) at 20210308005003240 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/witherspoon-pfault-analysis/power-supply/test/meson.build' (119,395) at 20210308005109241 to deleted uid set 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb' (119,396) at 20241221090017488 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/mipsnet.c' (119,397) at 20241211090212306 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/uncore-interconnect.json' (119,398) at 20240405153054149 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8909.c' (119,399) at 20240405153230227 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-sata.cfg' (119,400) at 20230131040012019 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/99-calibration.conf' (119,401) at 20210307205554106 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/elf-fdpic.h' (119,402) at 20240405153231871 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config.bb' (119,403) at 20241206090014274 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/setup.h' (119,404) at 20240405153230079 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/shmbuf.h' (119,405) at 20240405153046017 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb' (119,406) at 20241206090014246 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/amd_pcie_helpers.h' (119,407) at 20210307214927318 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel4.svg' (119,408) at 20240405153044933 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ux500.yaml' (119,409) at 20240405153045017 2025-03-14 03:00:53.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/st_lpc_wdt.c' (119,410) at 20240405153052245 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/cpu.c' (119,411) at 20240405153230183 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6table_raw.c' (119,412) at 20240405153053281 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/ks-sa-rng.c' (119,413) at 20220525020652294 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/Kconfig' (119,414) at 20210308005003072 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/pmc.json' (119,415) at 20240405153232227 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/inventory/inventory-cleanup.bb' (119,416) at 20241206090014230 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/musb/omap2430.c' (119,417) at 20240405153052125 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/milbeaut-xdmac.c' (119,418) at 20220525020652410 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Leptonica' (119,419) at 20211006000025238 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/stream_sched_fc.c' (119,420) at 20240405153053377 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/axp81x.dtsi' (119,421) at 20240405153045373 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rfkill/core.c' (119,422) at 20240405153053357 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/decode.c' (119,423) at 20240906080037476 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-tx6u-811x.dts' (119,424) at 20240405153045501 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/output_core.c' (119,425) at 20240405153053281 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_handler.service.in' (119,426) at 20230517080019878 2025-03-14 03:00:53.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/0001-Remove-check_build_deps-build-steps.patch' (119,427) at 20241221090017512 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/state_test.c' (119,428) at 20240405153232271 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/keywrap.c' (119,429) at 20220525020652214 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/suspend.c' (119,430) at 20210307214925958 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer1/conf/layer.conf' (119,431) at 20210307205554258 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/index.rst' (119,432) at 20240326080039402 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/opa_port_info.h' (119,433) at 20210309003653968 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/blktrace.c' (119,434) at 20240405153053057 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/i460-agp.c' (119,435) at 20210307214926938 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mux/mux.h' (119,436) at 20210309003653812 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/lpc-uclass.c' (119,437) at 20210308005002884 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/musb.h' (119,438) at 20240405153052813 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch' (119,439) at 20241221090017664 2025-03-14 03:00:53.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qemupciserial.inf' (119,440) at 20210308005045805 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-4-8.c' (119,441) at 20240405153049429 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___struct_union_mixup.c' (119,442) at 20210307214932642 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/xsens_mt.c' (119,443) at 20210307214930874 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/irq.c' (119,444) at 20240405153045977 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/titanium_defconfig' (119,445) at 20210308005003284 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/tdls.h' (119,446) at 20240405153050525 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/bamboo.dts' (119,447) at 20210307214926342 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/ks_wlan.h' (119,448) at 20240405153051821 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/event.hpp.mako' (119,449) at 20241107090038222 to deleted uid set 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/affinity.c' (119,450) at 20240405153053001 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/nitro_enclaves/ne_misc_dev_test.c' (119,451) at 20240405153052229 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-axxia/platsmp.c' (119,452) at 20220804100015884 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1-ce-glue.c' (119,453) at 20220525020651878 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace_git.bb' (119,454) at 20241221090017512 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_serial.c' (119,455) at 20240405153231551 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml' (119,456) at 20240405153229767 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-native.in' (119,457) at 20241221090017664 2025-03-14 03:00:53.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_ag.c' (119,458) at 20240624080012812 to deleted uid set 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_value_adj_spill.c' (119,459) at 20240405153054285 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control.c' (119,460) at 20230809080010799 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/percpu-rwsem.c' (119,461) at 20240405153053017 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (119,462) at 20241206090014206 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-se/mach/se7206.h' (119,463) at 20210307214926558 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-pdk.dts' (119,464) at 20240405153045485 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/ux500_msp_i2s.h' (119,465) at 20240405153054017 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/cma3000.h' (119,466) at 20210307214931406 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/ftrace.h' (119,467) at 20210308005046545 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/winbond,w83781d.yaml' (119,468) at 20220525020651678 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/interrupt.c' (119,469) at 20210309003650616 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/attr.c' (119,470) at 20210308005003740 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-gnutls.c' (119,471) at 20210308005045777 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c' (119,472) at 20220525020655195 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/char_dev.c' (119,473) at 20240405153052313 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cpu-probe.c' (119,474) at 20240830080013243 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/dino.c' (119,475) at 20240405153231279 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/noise.h' (119,476) at 20210307214929726 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_u32.c' (119,477) at 20240405153053341 2025-03-14 03:00:53.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-allowlist.override.yml' (119,478) at 20240210090012534 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/index.rst' (119,479) at 20240405153229743 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb' (119,480) at 20241221090017528 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/asm9260_timer.c' (119,481) at 20210307214927046 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_h323_asn1.h' (119,482) at 20210307214931458 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/msi-wmi.c' (119,483) at 20220525020653911 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml' (119,484) at 20241105090020411 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/config.mk' (119,485) at 20210308005002844 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi' (119,486) at 20240405153229935 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/start_getty' (119,487) at 20231014080011731 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/Kconfig' (119,488) at 20240405153231675 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/.shellcheck-ignore' (119,489) at 20221207040017995 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/ddr.c' (119,490) at 20210308005002980 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_bridge.c' (119,491) at 20240405153049521 to deleted uid set 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c' (119,492) at 20240910080014034 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/gmap.h' (119,493) at 20240613080016367 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cpu_core.cpp' (119,494) at 20240621080031502 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_func9.c' (119,495) at 20240405153054277 2025-03-14 03:00:53.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufshcd-dwc.c' (119,496) at 20240405153231531 2025-03-14 03:00:53.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h' (119,497) at 20240405153049833 2025-03-14 03:00:53.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (119,498) at 20241206090014222 to deleted uid set 2025-03-14 03:00:53.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_event.h' (119,499) at 20210307214930642 2025-03-14 03:00:53.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/cpufreq-stats.rst' (119,500) at 20240405153045289 2025-03-14 03:00:53.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6a.dtsi' (119,501) at 20240405153229967 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/fp5280g3_chassis.json' (119,502) at 20240307090005671 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/mediatek-cpufreq-hw.c' (119,503) at 20241211090145401 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l3mdev/l3mdev.c' (119,504) at 20240405153053285 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/block/blk-cgroup.c' (119,505) at 20241220090018306 to deleted uid set 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/mac-scc.c' (119,506) at 20240405153230943 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/module.h' (119,507) at 20210307214926162 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/stacktrace.h' (119,508) at 20240405153046281 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/st,stm32-fmc2-ebi.yaml' (119,509) at 20240405153045105 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/arm_ssp_per_task_plugin.c' (119,510) at 20240405153053449 2025-03-14 03:00:53.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/percpu.h' (119,511) at 20240405153046277 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/core/hub.c' (119,512) at 20240520080015187 to deleted uid set 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt2712-power.h' (119,513) at 20210307214931346 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/icc-clk.c' (119,514) at 20241008080013935 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc3-loader.c' (119,515) at 20240405153232199 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/gfp_mask-from-fs-io.rst' (119,516) at 20210307214925266 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch' (119,517) at 20241221090017564 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g1_mpeg2_dec.c' (119,518) at 20240405153049489 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nfnetlink_osf.h' (119,519) at 20210307214931458 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/Makefile' (119,520) at 20210308005002980 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-classd.h' (119,521) at 20210307214932286 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8569MDS_defconfig' (119,522) at 20210308005003240 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/device.c' (119,523) at 20240405153231103 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/Kconfig' (119,524) at 20210308005003004 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mxl5007t.c' (119,525) at 20240405153049533 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,sdm845-camcc.yaml' (119,526) at 20240405153045029 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/fpga.c' (119,527) at 20210308005003372 2025-03-14 03:00:53.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/mem-common.c' (119,528) at 20210308005002756 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/hsu/hsu.h' (119,529) at 20240405153046993 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/064.out' (119,530) at 20210308005046441 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_filter.c' (119,531) at 20240405153231939 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/iser/iser_memory.c' (119,532) at 20240405153230723 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/Makefile' (119,533) at 20210308005003020 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/lochnagar-hwmon.c' (119,534) at 20240405153230663 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/eb_cpu5282.c' (119,535) at 20210308005002904 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi6220-coresight.dtsi' (119,536) at 20220525020651914 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mii_timestamper.c' (119,537) at 20220525020653683 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl355_i2c.c' (119,538) at 20240405153230687 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/fabric_adapters.hpp' (119,539) at 20241217090008764 to deleted uid set 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/connect_force_port.c' (119,540) at 20240405153054249 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/dts/Kconfig' (119,541) at 20210308005003540 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-variant-MIT-disclaimer' (119,542) at 20241221090017616 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/upt1_defs.h' (119,543) at 20240405153050385 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9260-smartweb.dts' (119,544) at 20210308005002568 2025-03-14 03:00:53.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm3368.dtsi' (119,545) at 20220525020651990 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c' (119,546) at 20240405153051865 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/am6_init.c' (119,547) at 20210308005002728 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/headsmp.S' (119,548) at 20240405153045653 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-vmcoreinfo' (119,549) at 20210307214925202 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/tridentfb.rst' (119,550) at 20210307214925478 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/apitrace/apitrace_11.1.bb' (119,551) at 20240301090012423 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/id.h' (119,552) at 20240405153045665 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd.c' (119,553) at 20240830080013299 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_raspi2.py' (119,554) at 20241211090212538 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml' (119,555) at 20240405153229759 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Paulistrom' (119,556) at 20210307205553790 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/events-msr.rst' (119,557) at 20240405153045269 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/sun6i_hwspinlock.c' (119,558) at 20220525020653063 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/MAINTAINERS' (119,559) at 20210308005003008 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/afe/current-sense-shunt.yaml' (119,560) at 20220525020651678 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/LICENSE' (119,561) at 20220412175720082 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/locking-selftest-wlock.h' (119,562) at 20210307214931806 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/twfw.c' (119,563) at 20240405153054281 2025-03-14 03:00:53.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/nvidia,tegra20-apbmisc.yaml' (119,564) at 20240405153045109 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/gdbstub.c' (119,565) at 20241211090212242 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/adp5520.h' (119,566) at 20210307214931422 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/avermedia.rst' (119,567) at 20210307214925230 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-inx.dts' (119,568) at 20240405153045817 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/rgrp.c' (119,569) at 20241211090145521 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-dsi-cm.c' (119,570) at 20240405153230615 2025-03-14 03:00:53.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,ct-5361.dts' (119,571) at 20210308005002812 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/bpf/syscall.c' (119,572) at 20241216090017773 to deleted uid set 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_tc.c' (119,573) at 20240405153049909 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/bus.h' (119,574) at 20210307214928106 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/multiplexed_log.py' (119,575) at 20210308005003744 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx6sx-clock.h' (119,576) at 20210307214931326 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr_ppt.h' (119,577) at 20220525020652819 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c' (119,578) at 20240415080012979 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/branch.json' (119,579) at 20240405153054121 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb' (119,580) at 20241221090017564 to deleted uid set 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/README' (119,581) at 20210817100021806 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/mce.h' (119,582) at 20210307214926682 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/meson.build' (119,583) at 20211211040043768 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk322x.c' (119,584) at 20210308005003464 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_trace_points.c' (119,585) at 20210307214927850 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb' (119,586) at 20240301090012439 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpmac.c' (119,587) at 20210308005003432 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.h' (119,588) at 20240405153050669 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3288_vop.c' (119,589) at 20210308005003532 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tpa6130a2-plat.h' (119,590) at 20210307214931602 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/virtio-gpu.rst' (119,591) at 20241211090212238 2025-03-14 03:00:53.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-read-returns-ssize_t.patch' (119,592) at 20230706080014737 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pmu.c' (119,593) at 20240405153232231 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/atm/cxacru-cf.py' (119,594) at 20210309003648436 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/mtfsfi.c' (119,595) at 20210307214926438 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb' (119,596) at 20241221090017548 to deleted uid set 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mock_5.1.0.bb' (119,597) at 20241221090017556 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue' (119,598) at 20210307205554470 to deleted uid set 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dns_updater.cpp' (119,599) at 20230511080033415 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0011-Do-not-disable-buffering-when-writing-to-oom_score_a.patch' (119,600) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qp-vicutp.dts' (119,601) at 20240405153045521 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/timer.c' (119,602) at 20210308005002548 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-WaggaWagga' (119,603) at 20210307205553766 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-xhci-test.c' (119,604) at 20240326080039738 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crush/crush.h' (119,605) at 20210309003653832 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3288-cru.h' (119,606) at 20210307214931334 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/davinci_emac.h' (119,607) at 20210307214931374 2025-03-14 03:00:53.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/Makefile' (119,608) at 20240405153231315 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_os.c' (119,609) at 20240405153051721 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/meson.build' (119,610) at 20231214090032477 to deleted uid set 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/sys_proto.h' (119,611) at 20210308005002668 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/dos2unix.bbclass' (119,612) at 20220910030013385 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/Makefile' (119,613) at 20240405153230079 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pmic.c' (119,614) at 20210308005003216 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-Drop-using-register-storage-classifier.patch' (119,615) at 20230131040012031 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/Makefile' (119,616) at 20240503080014474 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_muls.S' (119,617) at 20230925080040101 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/fff1b1773bff2ef7c3b867ab019d69faa36c010d.patch' (119,618) at 20241221090017544 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml' (119,619) at 20240405153045053 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart_mixer.c' (119,620) at 20220525020655007 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/sync/lock/mutex.rs' (119,621) at 20240405153232099 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64le/float_madds.ref' (119,622) at 20220429100100942 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/SB+poonceonces.litmus' (119,623) at 20210307214932502 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-sld8-ref.dts' (119,624) at 20210308005002632 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/selftest.h' (119,625) at 20210307214927118 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-flash-led-class.rst' (119,626) at 20210307214925466 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/scheduler.h' (119,627) at 20240405153048521 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/compress_driver.h' (119,628) at 20240405153231863 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/samples/landlock/sandboxer.c' (119,629) at 20240405153053429 to deleted uid set 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/led.c' (119,630) at 20210308005003040 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/note.c' (119,631) at 20210307214925986 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra20-common.h' (119,632) at 20210308005003620 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/OWNERS' (119,633) at 20220819030014793 2025-03-14 03:00:53.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/glacier.dts' (119,634) at 20210309003648872 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_version.cpp' (119,635) at 20210308005100997 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3288-cru.txt' (119,636) at 20210308005003300 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723a.c' (119,637) at 20240405153050625 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/eql.c' (119,638) at 20240405153049769 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/Kconfig' (119,639) at 20210307214929402 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,merge.yaml' (119,640) at 20240405153045041 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mx35.h' (119,641) at 20210309003648700 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/iomap.c' (119,642) at 20240405153046085 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/usb-xhci.yaml' (119,643) at 20240405153045185 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/sof/abi.h' (119,644) at 20240405153052949 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mac53c94.h' (119,645) at 20240405153051653 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch' (119,646) at 20230317080013793 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_sbe.c' (119,647) at 20230925080039897 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/comm_module.hpp' (119,648) at 20210308005051509 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-std.c' (119,649) at 20210307214928846 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/0001-plugin.c-workaround-powerpc64le-segfaults-error.patch' (119,650) at 20230211040012639 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power_%.bbappend' (119,651) at 20241206090014230 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/wandboard.bmp' (119,652) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7622-infracfg.c' (119,653) at 20240405153046797 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' (119,654) at 20241212090014011 to deleted uid set 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/scripts/features-refresh.sh' (119,655) at 20240405153045201 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/MAINTAINERS' (119,656) at 20210308005003068 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/check-funcs.patch' (119,657) at 20210307205554506 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/tps65090-charger.yaml' (119,658) at 20240405153045141 2025-03-14 03:00:53.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/p10bmc/service-override.conf' (119,659) at 20240118090012501 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/bblock.rst' (119,660) at 20241221090017592 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/gen-fan-monitor-defs.py' (119,661) at 20230518080029178 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos-v1.c' (119,662) at 20210308005002912 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec_hevc.c' (119,663) at 20221102030020869 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/procfs-diskstats' (119,664) at 20240405153229727 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-sensors.yaml' (119,665) at 20210820100014769 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c' (119,666) at 20240405153230591 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mdesc.h' (119,667) at 20210307214926582 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/perf_regs.c' (119,668) at 20220525020652170 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nfc/digital.h' (119,669) at 20220525020654643 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1021si-post.dtsi' (119,670) at 20210307214926346 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rk3328_codec.c' (119,671) at 20240405153053677 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mediatek,mt8365-larb-port.h' (119,672) at 20240405153052649 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/csfr.h.inc' (119,673) at 20230925080040069 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/i2c/tree.py' (119,674) at 20240322080018644 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7m.inc' (119,675) at 20210905000020581 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/hvf.c' (119,676) at 20241211090212486 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/MAINTAINERS' (119,677) at 20210308005002972 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/posix_types_x32.h' (119,678) at 20210307214926682 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port_wwan.c' (119,679) at 20240405153051065 2025-03-14 03:00:53.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/FabricAdapter.v1_5_3.json' (119,680) at 20240619080002948 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/gpu.yaml' (119,681) at 20240405153229759 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbhistry.c' (119,682) at 20240405153046617 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8900.c' (119,683) at 20240405153232167 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/rpmsg_ctrl.c' (119,684) at 20240405153051489 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_canid.c' (119,685) at 20210309003654448 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-flex-concentrator.dts' (119,686) at 20240405153229891 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/pinmux.c' (119,687) at 20210308005002560 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.h' (119,688) at 20240405153047281 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ethoc.h' (119,689) at 20240405153052845 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css-fw.h' (119,690) at 20240405153051857 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/src/ncsi_sockio.cpp' (119,691) at 20241219090006248 to deleted uid set 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_cec.c' (119,692) at 20240405153230583 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/allwinner/Makefile' (119,693) at 20210307214930050 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pathwatch.cpp' (119,694) at 20230520080021600 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-nomadik.c' (119,695) at 20240405153046781 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/index.rst' (119,696) at 20240405153229839 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/MAINTAINERS' (119,697) at 20210308005002964 2025-03-14 03:00:53.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/include/arch-tests.h' (119,698) at 20240405153054089 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_calendar.scss' (119,699) at 20220105012522983 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/touchwin.c' (119,700) at 20210307214928510 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-db9500.dtsi' (119,701) at 20240405153045577 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks' (119,702) at 20241221090017604 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tracefs.h' (119,703) at 20240613080016503 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_data.cpp' (119,704) at 20240820080027370 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml' (119,705) at 20210309003648372 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/xen-netback/xenbus.c' (119,706) at 20240405153051097 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/dme1737.c' (119,707) at 20240405153048853 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c' (119,708) at 20240405153047109 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/parse.c' (119,709) at 20210307214932614 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Parity-6.0.0' (119,710) at 20211006000025242 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/MAINTAINERS' (119,711) at 20210308005002996 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/kprobes.c' (119,712) at 20240405153046141 2025-03-14 03:00:53.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/isp1362.h' (119,713) at 20220525020654275 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html' (119,714) at 20210307205554286 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-nilfs2' (119,715) at 20210307214925202 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h' (119,716) at 20220525020652506 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button.bb' (119,717) at 20241206090014230 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10057.dts' (119,718) at 20240405153229891 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/pldm_nic_power_cycle@.service' (119,719) at 20240830080014831 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/renesas/pwc-rzv2m.c' (119,720) at 20240405153051765 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/Kconfig' (119,721) at 20210307214929874 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/MAINTAINERS' (119,722) at 20210308005003084 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/README' (119,723) at 20210308005002924 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/drbg.h' (119,724) at 20240405153052625 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c' (119,725) at 20220525020652963 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ramht.h' (119,726) at 20210307214927902 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_lpss.c' (119,727) at 20240613080016379 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cgroup_getset_retval_setsockopt.c' (119,728) at 20240405153054269 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0003-Increase-firmware-load-timeout-to-30s.patch' (119,729) at 20230706080014765 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_u_div.S' (119,730) at 20220525020652186 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/new-recipe.rst' (119,731) at 20240302090018218 to deleted uid set 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/iommu-common.c' (119,732) at 20210309003648984 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau7118.h' (119,733) at 20210307214932294 2025-03-14 03:00:53.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb' (119,734) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png' (119,735) at 20210307205553914 to deleted uid set 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands.c' (119,736) at 20240906080037440 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rfkill/rfkill.h' (119,737) at 20210307214932050 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch' (119,738) at 20241221090017648 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml' (119,739) at 20240405153229775 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_idef_parser_funcs.py' (119,740) at 20241211090212478 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0013-avoid-redefinition-of-prctl_mm_map-structure.patch' (119,741) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/reboot_fixups_32.c' (119,742) at 20210307214926706 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/efi-init.c' (119,743) at 20240405153230295 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/meson.build' (119,744) at 20210308005046549 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-persistent-data-internal.h' (119,745) at 20240405153049257 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bno055/Kconfig' (119,746) at 20240405153230691 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/netcnt_common.h' (119,747) at 20240405153054245 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/__init__.py' (119,748) at 20210307205554290 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip30/mangle-port.h' (119,749) at 20210309003648832 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/crtc.c' (119,750) at 20241018080014482 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/Makefile' (119,751) at 20240405153047257 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/xen/Makefile' (119,752) at 20210307214925986 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.10.bb' (119,753) at 20241221090017492 to deleted uid set 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/ccid-card-passthru.c' (119,754) at 20240906080037304 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2020rdb-pc_36b.dts' (119,755) at 20210307214926346 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-source.inc' (119,756) at 20221120040010734 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/led-group-config.json' (119,757) at 20240824080021954 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial/musl-support.patch' (119,758) at 20210307205553882 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-dev-proto.h' (119,759) at 20210307214931218 2025-03-14 03:00:53.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_sensorhub.c' (119,760) at 20240405153051385 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/uverbs_ioctl.h' (119,761) at 20240405153052873 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/Makefile' (119,762) at 20210308005002828 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/asm-offsets.h' (119,763) at 20210307214926490 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/virtio_scmi.h' (119,764) at 20220525020654679 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpni.h' (119,765) at 20240405153049921 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_memory.c' (119,766) at 20210308005003704 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/dcn2_cm_drm_current.svg' (119,767) at 20240405153045213 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ocfs2/symlink.c' (119,768) at 20240405153052481 to deleted uid set 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/wft_baseboard.json' (119,769) at 20221221040007774 to deleted uid set 2025-03-14 03:00:53.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iova.c' (119,770) at 20240405153049189 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb' (119,771) at 20241221090017548 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/moxart-dma.c' (119,772) at 20240405153047001 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/gpio_desc.json' (119,773) at 20221207040007843 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast2600.c' (119,774) at 20241211090212246 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar.dtsi' (119,775) at 20240405153229947 to deleted uid set 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h' (119,776) at 20210307214928814 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/Linux-OpenIB' (119,777) at 20210307214925638 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/dlm/lowcomms.c' (119,778) at 20240405153231651 to deleted uid set 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/notifier_dbus_handler.hpp' (119,779) at 20240910080001398 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a35/exception.json' (119,780) at 20240405153054109 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/watchdog/mtk_wdt.c' (119,781) at 20241216090017749 to deleted uid set 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_hashmap_full_update_bench.c' (119,782) at 20240405153054265 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_length.h' (119,783) at 20210307214931646 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/Makefile' (119,784) at 20210308005003720 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ibmebus.h' (119,785) at 20240405153230027 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/speakup_decext.c' (119,786) at 20240405153046613 2025-03-14 03:00:53.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-solaris.c' (119,787) at 20240906080037376 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/ioapic.c' (119,788) at 20240405153046637 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/sunxi_pwm.c' (119,789) at 20210308005003472 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/swsusp.c' (119,790) at 20210307214926414 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-vicut1.dts' (119,791) at 20240405153045501 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-lboxre2/irq.c' (119,792) at 20210307214926538 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_driver_arm_c9.h' (119,793) at 20210307214931358 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/pmag-ba-fb.h' (119,794) at 20210307214931698 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/debug.c' (119,795) at 20210307214929962 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_lib.sh' (119,796) at 20240405153054341 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm_2.46.2.bb' (119,797) at 20231126090012797 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbfileio.c' (119,798) at 20210307214926826 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Saddleworth' (119,799) at 20210307205553798 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/sifive/fu740-prci.yaml' (119,800) at 20240405153045029 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/clock.h' (119,801) at 20210308005002732 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/gen-utils.c' (119,802) at 20241114091008828 to deleted uid set 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/arc4.c' (119,803) at 20210307214931794 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/mtrr.rst' (119,804) at 20240405153044989 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/elf_32.h' (119,805) at 20210307214926578 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/unwind-libunwind-local.c' (119,806) at 20240405153232243 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-6281.dtsi' (119,807) at 20240405153045453 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/uaccess_with_memcpy.c' (119,808) at 20240405153045633 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.png' (119,809) at 20230629131804619 to deleted uid set 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_irq.c' (119,810) at 20240405153230575 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func-filter-stacktrace.tc' (119,811) at 20210309003656000 2025-03-14 03:00:53.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/meson.build' (119,812) at 20231130090008394 to deleted uid set 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-afu.h' (119,813) at 20240405153047053 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffsfs.h' (119,814) at 20210308005003556 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/ima_policy' (119,815) at 20240405153229727 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/vmm.h' (119,816) at 20240405153230603 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/clk-sysctrl.c' (119,817) at 20240405153046869 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as10x_cmd.c' (119,818) at 20210307214928806 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch' (119,819) at 20210307205554538 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pel_utils.py' (119,820) at 20241218090102055 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-universal_c210.dts' (119,821) at 20210308005002576 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-cadence.c' (119,822) at 20240613080016411 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/samsung,battery.yaml' (119,823) at 20240405153045141 2025-03-14 03:00:53.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/img2srec.c' (119,824) at 20210308005003764 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/kvm_main.c' (119,825) at 20241008080014059 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_4_0_3_offset.h' (119,826) at 20240405153048313 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-filelock_3.16.1.bb' (119,827) at 20241221090017552 to deleted uid set 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_stats.c' (119,828) at 20240405153052605 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ti-usb-phy-uboot.h' (119,829) at 20210308005003688 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/fpga.h' (119,830) at 20210308005002912 2025-03-14 03:00:53.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/inode.c' (119,831) at 20240405153231603 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/mm.h' (119,832) at 20241008080014011 to deleted uid set 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/payload_cmds.hpp' (119,833) at 20231024080029049 to deleted uid set 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-commit-active.out' (119,834) at 20230925080040089 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/calxedaxgmac.c' (119,835) at 20210308005003424 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_config.h' (119,836) at 20240405153048521 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/openpower-dbus-interfaces.pc.in' (119,837) at 20210308005057105 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/catalog.c' (119,838) at 20240405153231687 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/adi,axi-clkgen.yaml' (119,839) at 20241211090145365 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/stubs-system.c' (119,840) at 20240906080037444 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/floating-point.json' (119,841) at 20240405153054141 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp135.dtsi' (119,842) at 20240405153045585 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_sol_console.robot' (119,843) at 20210308005007108 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cfag12864b.h' (119,844) at 20220525020654555 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/arcnet/capmode.c' (119,845) at 20210307214929246 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml' (119,846) at 20240405153045153 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_defs.h' (119,847) at 20240405153230799 2025-03-14 03:00:53.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_portals.h' (119,848) at 20210308005002640 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_main.h' (119,849) at 20240405153050057 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/storage.py' (119,850) at 20220910030013401 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/adf_c3xxx_hw_data.h' (119,851) at 20240405153230267 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bounce.c' (119,852) at 20240405153046521 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_vdec0_brdg_ctrl_axuser_msix_abnrm_regs.h' (119,853) at 20240405153046597 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/googletest.wrap' (119,854) at 20210524100135851 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/elf.py' (119,855) at 20241221090017624 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c' (119,856) at 20210307214927970 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/aardvark-pci.txt' (119,857) at 20210307214925382 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-osd.rst' (119,858) at 20210309003648488 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/lib/string.S' (119,859) at 20210307214926318 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-internal.h' (119,860) at 20240405153231947 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/dma.h' (119,861) at 20210308005002644 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch' (119,862) at 20240413080012703 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/Makefile' (119,863) at 20240405153048809 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config/0001-config.txt-reintroduce-start_x.patch' (119,864) at 20231126090012805 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity.txt' (119,865) at 20240413080012667 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/compiler.h' (119,866) at 20210307214925650 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/MemoryStore.js' (119,867) at 20241004080035963 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-net-janz-ican3' (119,868) at 20210307214925198 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/kmap_size.h' (119,869) at 20220525020654531 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/7001force_define_architecture.patch' (119,870) at 20230706080014753 2025-03-14 03:00:53.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-orion.c' (119,871) at 20240405153231463 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1374.c' (119,872) at 20240405153051497 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/sandbox_timer.c' (119,873) at 20210308005003500 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-emul-uclass.c' (119,874) at 20210308005003380 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/marvell/mv643xx_eth.c' (119,875) at 20240405153050053 to deleted uid set 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build' (119,876) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_lru_hash_update.dot' (119,877) at 20240405153044997 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/ti-musb.c' (119,878) at 20210308005003520 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/clnt4xdr.c' (119,879) at 20240405153052397 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/Makefile' (119,880) at 20240405153232215 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/trace.c' (119,881) at 20210307214931934 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/error-reporting-tool.rst' (119,882) at 20230114040015514 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-reg.c' (119,883) at 20240405153049461 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuopio' (119,884) at 20210307205553770 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/merge_settings.py' (119,885) at 20220308040011936 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/README.md' (119,886) at 20240816080030415 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/catalina_hdd.json' (119,887) at 20241213090004405 to deleted uid set 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/kcs_bmc_device.h' (119,888) at 20210617100022823 2025-03-14 03:00:53.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/bvme6000/config.c' (119,889) at 20240405153045957 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8' (119,890) at 20210307205554574 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vhost-user-rng.rst' (119,891) at 20240906080037180 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button.service' (119,892) at 20240730080012557 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/dm816.h' (119,893) at 20210307214931326 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/client.py' (119,894) at 20241206090014290 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-sensor-map-native.bb' (119,895) at 20241206090014278 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/CVE-2019-13636.patch' (119,896) at 20220204040022652 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip30/cpu-feature-overrides.h' (119,897) at 20240405153046005 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_cgroup.c' (119,898) at 20210307214932026 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tipc.rst' (119,899) at 20220525020651750 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/printk-basics.rst' (119,900) at 20240405153045289 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/shash.c' (119,901) at 20240405153046541 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-pcie.c' (119,902) at 20240405153231311 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/pgtable.h' (119,903) at 20240405153229979 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/meson.build' (119,904) at 20230426080043848 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/vt8500_v6_v7_defconfig' (119,905) at 20240405153045617 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca-send-msg.rst' (119,906) at 20210309003648476 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/aa/aa_2/ia_css_aa2.host.h' (119,907) at 20210307214930550 2025-03-14 03:00:53.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-mdio' (119,908) at 20240405153044917 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/astro.c' (119,909) at 20241211090212314 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-DE' (119,910) at 20211006000025230 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/termbits.h' (119,911) at 20240405153046017 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_gem_atomic_helper.h' (119,912) at 20240405153052629 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ip6gre_inner_v4_multipath.sh' (119,913) at 20210307214932686 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/tpidr2_siginfo.c' (119,914) at 20240405153054241 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/nfs/nfs.cfg' (119,915) at 20240426080018068 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpih-div.c' (119,916) at 20240405153231947 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/gpio.h' (119,917) at 20240405153052649 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/altera-ci.h' (119,918) at 20210307214928686 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/xattr.c' (119,919) at 20240405153231767 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/boot-time-mm.rst' (119,920) at 20240405153045289 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/console/obmc-console/obmc-console.conf' (119,921) at 20230512080018777 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/hmac.h' (119,922) at 20241211090212354 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/mmc.h' (119,923) at 20210308005002776 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/cfi_flash.c' (119,924) at 20210308005003408 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-baltos.dts' (119,925) at 20210308005002560 2025-03-14 03:00:53.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/tests/src/test_trigger.cpp' (119,926) at 20240917080036267 to deleted uid set 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmu_notifier.h' (119,927) at 20240405153231827 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h' (119,928) at 20240405153053449 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_sandbox.c' (119,929) at 20210308005003536 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi' (119,930) at 20240405153229947 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio-mux-multiplexer.yaml' (119,931) at 20220525020651694 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852c_rfk_table.c' (119,932) at 20240405153050681 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch' (119,933) at 20241221090017680 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/sdio.c' (119,934) at 20240405153231219 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/pci-bridge.h' (119,935) at 20240405153046505 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/classes-recipe/native.bbclass' (119,936) at 20241221090017608 to deleted uid set 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-first-lines' (119,937) at 20241221090017612 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/gpio_types.h' (119,938) at 20210307214927314 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/bcm63xx-i2s.h' (119,939) at 20240405153053557 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/n64/init.c' (119,940) at 20220525020652014 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/local.conf.sample' (119,941) at 20241221090017480 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/am53c974.c' (119,942) at 20240405153051565 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb' (119,943) at 20220823030015963 2025-03-14 03:00:53.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/host_console_uart_config.service' (119,944) at 20220921030015982 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r8a7791-cpg-mssr.c' (119,945) at 20210309003649256 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_manager_main.cpp' (119,946) at 20241004080025307 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/cldma.c' (119,947) at 20240613080016547 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/arcxcnn_bl.c' (119,948) at 20240405153052173 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/pipeline.json' (119,949) at 20240405153054145 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cex4.h' (119,950) at 20210307214930246 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/goarch.bbclass' (119,951) at 20241206090014302 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/qemu-x86_q35.dts' (119,952) at 20210308005002872 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/amplifiers/Makefile' (119,953) at 20240405153048965 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/tegra/Kconfig' (119,954) at 20210307214930206 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pine_h64_defconfig' (119,955) at 20210308005003276 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos3250-artik5.dtsi' (119,956) at 20240405153045565 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/shared-psy-info.h' (119,957) at 20240405153051417 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omapl138_lcdk.h' (119,958) at 20210308005003608 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi3798cv200.dtsi' (119,959) at 20210308005002580 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/time_ut.c' (119,960) at 20210308005003748 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/iommu.rst' (119,961) at 20240405153044989 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm3-ce-glue.c' (119,962) at 20240405153045849 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/xiaomi-wmi.c' (119,963) at 20210307214930150 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/userguide/userguide.tex' (119,964) at 20210308004941080 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_NAND_defconfig' (119,965) at 20210308005003244 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/clk-div.c' (119,966) at 20210307214926998 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h' (119,967) at 20240405153049849 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/bios_ebda.h' (119,968) at 20210307214926658 2025-03-14 03:00:53.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/mac-roman.c' (119,969) at 20210307214931178 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,rpmh.h' (119,970) at 20220525020654543 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-pci.c' (119,971) at 20210308005003512 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/configs/Lanyang.py' (119,972) at 20220728030041559 to deleted uid set 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/most_cdev.c' (119,973) at 20240405153049677 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.LED' (119,974) at 20210308005003288 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/bios-linker-loader.c' (119,975) at 20210308005045821 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ulist.c' (119,976) at 20240405153052297 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/vhost-user-fs-ccw.c' (119,977) at 20210308005045953 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn302.c' (119,978) at 20220525020652530 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/13-fix-ldflags-in-makefile.patch' (119,979) at 20230706080014745 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_sabre.c' (119,980) at 20210307214926598 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/stm32_sai_sub.c' (119,981) at 20241211090145569 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/install.sh' (119,982) at 20240405153045917 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-psutil_6.1.0.bb' (119,983) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/entry.S' (119,984) at 20240405153229991 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_ipmb.c' (119,985) at 20240405153230199 2025-03-14 03:00:53.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/hsdk-creg-gpio.c' (119,986) at 20210308005003376 2025-03-14 03:00:53.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/thermalcontroller.cpp' (119,987) at 20240904080040759 2025-03-14 03:00:53.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb' (119,988) at 20240301090012431 2025-03-14 03:00:53.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/comedi_isadma.c' (119,989) at 20240405153046893 2025-03-14 03:00:53.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-background-tracker.h' (119,990) at 20241211090145441 2025-03-14 03:00:53.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mie3-sel.c' (119,991) at 20220429100100946 2025-03-14 03:00:53.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-qup.c' (119,992) at 20240405153230679 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq2515x_charger.c' (119,993) at 20240405153051429 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native_%.bbappend' (119,994) at 20241206090014278 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0020-Platform-CS1000-Validate-both-metadata-replicas.patch' (119,995) at 20241221090017464 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/associations.md' (119,996) at 20240821080004695 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/img/pistachio.txt' (119,997) at 20210307214925362 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Helgum' (119,998) at 20210307205553782 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/functor.hpp' (119,999) at 20240820080025626 to deleted uid set 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/perf_event.h' (120,000) at 20210307214926550 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts' (120,001) at 20240405153229943 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/0002-Enforce-using-good-old-BFD-linker.patch' (120,002) at 20241221090017472 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/atmel/Makefile' (120,003) at 20210307214932190 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h' (120,004) at 20220525020652490 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-vbi.c' (120,005) at 20210307214928698 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/main.c' (120,006) at 20240628080014001 2025-03-14 03:00:53.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.h' (120,007) at 20240405153230591 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/configfs.c' (120,008) at 20240719080013361 to deleted uid set 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-azurewave-ad-tu700.c' (120,009) at 20210307214928778 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/pio_copy.c' (120,010) at 20240405153049053 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/include/dwarf-regs-table.h' (120,011) at 20210307214932514 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/machine_context.hpp' (120,012) at 20241101080009595 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/thread-stack.h' (120,013) at 20220525020655179 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p-client.c' (120,014) at 20241211090212546 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ull_14x14_evk_plugin_defconfig' (120,015) at 20210308005003272 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/scan.c' (120,016) at 20240405153050705 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/crypto/octeon-sha1.c' (120,017) at 20240405153045989 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http2_connection.hpp' (120,018) at 20241221090003052 to deleted uid set 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ep93xx_adc.c' (120,019) at 20240405153048953 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.c' (120,020) at 20240405153048633 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2838_peripherals.h' (120,021) at 20240906080037328 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/virt.h' (120,022) at 20210307214925858 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mqueue/setting' (120,023) at 20240405153232275 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/permissive.h' (120,024) at 20220525020654707 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/time.c' (120,025) at 20220525020652010 2025-03-14 03:00:53.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_i2c.c' (120,026) at 20210308005003472 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/cxl.h' (120,027) at 20210307214931690 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_mcp.c' (120,028) at 20241216090017717 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/Kconfig.aic79xx' (120,029) at 20240405153051553 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/gdm_tty.c' (120,030) at 20240405153231467 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.kfence' (120,031) at 20240405153053077 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/80-7seg.rules' (120,032) at 20210308005116673 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/ti-edma.txt' (120,033) at 20220525020651670 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_set.h' (120,034) at 20210307214931646 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/Makefile' (120,035) at 20210308005002940 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_cs42l42.c' (120,036) at 20240405153053953 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/packages.rst' (120,037) at 20240309090012808 to deleted uid set 2025-03-14 03:00:53.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/confidential-guest-support.rst' (120,038) at 20220429100100422 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/batman-adv/types.h' (120,039) at 20240405153231987 to deleted uid set 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-remote-noreap.sh' (120,040) at 20220525020655227 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.err' (120,041) at 20210927100127469 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/reset/Kconfig' (120,042) at 20240405153052165 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch' (120,043) at 20241221090017540 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/switch-nic-main-or-aux-mode' (120,044) at 20240504080013861 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/kempld.h' (120,045) at 20210307214931430 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/fpu.c' (120,046) at 20210307214926562 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/intel/phy-intel-lgm-emmc.c' (120,047) at 20210309003652012 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/imx_avic.c' (120,048) at 20241211090212282 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/delay/delay.bb' (120,049) at 20210307205554386 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c' (120,050) at 20210308005046521 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/amd/pds_core.rst' (120,051) at 20240405153045233 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/keystone/Makefile' (120,052) at 20210307214926982 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bma400_spi.c' (120,053) at 20240405153048933 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metric.cpp' (120,054) at 20241116090005799 to deleted uid set 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_loop_bench.c' (120,055) at 20240405153232259 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler.h' (120,056) at 20210308005003656 2025-03-14 03:00:53.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7986-infracfg.c' (120,057) at 20240405153230211 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/intel,agilex5-clkmgr.h' (120,058) at 20240405153231795 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-eh.c' (120,059) at 20241104090011567 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/ci/xfails/virtio_gpu-none-flakes.txt' (120,060) at 20240405153230531 to deleted uid set 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/config' (120,061) at 20240405153054309 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs1.c' (120,062) at 20210308005003556 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-db.dts' (120,063) at 20240405153045445 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/net/bpf_jit.h' (120,064) at 20240405153229991 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/Kconfig' (120,065) at 20241211090212246 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_onenand.c' (120,066) at 20210308005003232 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/timex.h' (120,067) at 20210307214926586 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/triggerable_mock.cpp' (120,068) at 20220210040033214 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6asm.yaml' (120,069) at 20240405153045169 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_replace.c' (120,070) at 20240405153046261 to deleted uid set 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_recv.c' (120,071) at 20240405153051905 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/key.hpp' (120,072) at 20240201090003032 to deleted uid set 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/autosleep.c' (120,073) at 20220525020654711 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-qcow.h' (120,074) at 20210308005045773 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc128s052.c' (120,075) at 20240405153048961 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsdebug.c' (120,076) at 20240405153046617 2025-03-14 03:00:53.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-fifo.c' (120,077) at 20240405153053973 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/or.md' (120,078) at 20240809080033023 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/cc_helper.c' (120,079) at 20241211090212486 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meson.build' (120,080) at 20230311090025747 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_socbb.h' (120,081) at 20210307214927218 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/start.S' (120,082) at 20210308005002860 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_bugzilla_entry_format.fail' (120,083) at 20241206090014306 2025-03-14 03:00:53.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FaultLogType.interface.yaml' (120,084) at 20240228090020568 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/power.h' (120,085) at 20210308005002724 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/irqdomain.c' (120,086) at 20240805080014039 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout.errors.yaml' (120,087) at 20210610000035106 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/via/via-camera.h' (120,088) at 20240405153049497 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/outbound_connection.hpp' (120,089) at 20231024080003368 to deleted uid set 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/mtk_wdt.c' (120,090) at 20210308005003540 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet.c' (120,091) at 20240405153051873 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/noise_filter_table.h' (120,092) at 20240405153049485 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/failover.h' (120,093) at 20210308005046041 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/Makefile' (120,094) at 20210307214932514 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/compiler.h' (120,095) at 20240405153045853 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/roles/Kconfig' (120,096) at 20210307214930858 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/bma220_spi.c' (120,097) at 20240405153048933 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/memset-archs.S' (120,098) at 20240405153229863 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/abi-testing.rst' (120,099) at 20240405153229735 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.h' (120,100) at 20220525020652458 2025-03-14 03:00:53.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sti-cpufreq.c' (120,101) at 20240405153230255 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/tmon/.gitignore' (120,102) at 20210307214932738 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/udp.h' (120,103) at 20210307214931614 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c' (120,104) at 20241125090012239 to deleted uid set 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/gpio.cpp' (120,105) at 20210308005109241 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ar1021_i2c.c' (120,106) at 20240405153049157 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vuokatti' (120,107) at 20210307205553774 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/gpio.cpp' (120,108) at 20240621080018753 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/workarounds.c' (120,109) at 20240405153045981 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh' (120,110) at 20240405153054301 2025-03-14 03:00:53.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h' (120,111) at 20220525020652947 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/cx231xx/cx231xx-avcore.c' (120,112) at 20210307214928810 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/bonding/bond_netlink.c' (120,113) at 20240405153049725 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap4-sar-layout.h' (120,114) at 20210307214925918 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/tests/pe-file.exe.debug' (120,115) at 20210309003655944 to deleted uid set 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-tadevkit_4.%.bbappend' (120,116) at 20241206090014214 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/vblade.conf' (120,117) at 20210307205553822 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig' (120,118) at 20210308005003288 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_user.h' (120,119) at 20241211090212510 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/reboot.txt' (120,120) at 20210307214925402 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (120,121) at 20230810080021387 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake_3.31.0.bb' (120,122) at 20241221090017656 to deleted uid set 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/root-tree.c' (120,123) at 20240418080014506 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-rq.c' (120,124) at 20241008080013939 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/dibbler_fix_getSize_crash.patch' (120,125) at 20230706080014737 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/fbcon_ud.c' (120,126) at 20220525020654311 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob_focusrite.c' (120,127) at 20210307214932206 2025-03-14 03:00:53.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vhci.h' (120,128) at 20210307214930882 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerAccount.v1_13_0.json' (120,129) at 20240918080002720 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/MAINTAINERS' (120,130) at 20210308005003040 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/BMC_WEB_CI' (120,131) at 20220429100025221 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld11-global.dts' (120,132) at 20210308005002632 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_nvif.c' (120,133) at 20240405153048625 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/subdev.c' (120,134) at 20240405153048629 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/ofdrm.c' (120,135) at 20240405153230643 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch' (120,136) at 20241221090017488 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.json' (120,137) at 20210308005046405 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7734.c' (120,138) at 20240405153051361 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.c' (120,139) at 20240405153046953 2025-03-14 03:00:53.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/t4qds.h' (120,140) at 20210308005003620 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/confsearch.diff' (120,141) at 20241221090017516 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff.c' (120,142) at 20240405153053501 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sched.h' (120,143) at 20241216090017769 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/trace.c' (120,144) at 20240405153230187 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_speed.hpp' (120,145) at 20220726030035038 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-amc/MAINTAINERS' (120,146) at 20210308005002904 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/net/bpf_jit_comp.c' (120,147) at 20240613080016367 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/queue_stack_maps.c' (120,148) at 20240405153052981 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/config.c' (120,149) at 20240405153045969 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/global_nvs.h' (120,150) at 20210308005002876 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi' (120,151) at 20210307214926350 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.h' (120,152) at 20210307214929806 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/inftl.h' (120,153) at 20210307214931450 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/s_record.h' (120,154) at 20210308005003684 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/conf-notes.txt' (120,155) at 20220913030020488 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_property.c' (120,156) at 20240405153048409 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/asb100.rst' (120,157) at 20210307214925498 2025-03-14 03:00:53.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exnames.c' (120,158) at 20240405153046621 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/ep/internal.h' (120,159) at 20241018080014478 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml' (120,160) at 20210309003648384 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/boost.h' (120,161) at 20210307214927906 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/zchunk_1.4.0.bb' (120,162) at 20240106090017237 to deleted uid set 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu104-revA/psu_init_gpl.c' (120,163) at 20210308005003200 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/smb/client/cifssmb.c' (120,164) at 20241216090017761 to deleted uid set 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_ets.c' (120,165) at 20240405153050169 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-ncsi-nic.inc' (120,166) at 20240119090013779 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/dsa/configuration.rst' (120,167) at 20240405153045237 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/mmc/item_updater_mmc.hpp' (120,168) at 20240820080019550 to deleted uid set 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/rx.c' (120,169) at 20240405153050269 2025-03-14 03:00:53.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/less/files/run-ptest' (120,170) at 20230919080013990 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/nl802154.c' (120,171) at 20240405153232015 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/cpu.c' (120,172) at 20210308005002784 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/atomics.rst' (120,173) at 20241211090212234 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/Makefile' (120,174) at 20210308005003012 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-meson-g12a.c' (120,175) at 20240405153052061 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/Kconfig' (120,176) at 20210308005002904 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c' (120,177) at 20210309003651200 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/arm-smccc.h' (120,178) at 20210308005003656 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch' (120,179) at 20241221090017664 to deleted uid set 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/aci.h' (120,180) at 20210307214931594 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/s390x/sync_regs_test.c' (120,181) at 20240405153054321 2025-03-14 03:00:53.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq.h' (120,182) at 20241211090145393 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_common.c' (120,183) at 20240411080014090 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OML' (120,184) at 20211006000025242 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/kmsg.c' (120,185) at 20240405153052489 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/features.h' (120,186) at 20210307214931698 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' (120,187) at 20231107090032061 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm-cp14.c' (120,188) at 20210307214928146 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/xen-mapcache.h' (120,189) at 20240906080037348 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-routing.c' (120,190) at 20210307214928698 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/x86.h' (120,191) at 20240405153230143 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml' (120,192) at 20240405153045041 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_linear_ranges.c' (120,193) at 20240405153053105 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/ddr.c' (120,194) at 20210308005002988 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31-i7.dts' (120,195) at 20240405153045381 2025-03-14 03:00:53.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a779f0-sysc.c' (120,196) at 20240405153231351 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/frontend.json' (120,197) at 20240405153232227 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/active-semi,8945a-regulator.h' (120,198) at 20210307214931346 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65086.c' (120,199) at 20240405153230839 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qsd-jobs' (120,200) at 20240906080037568 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/pci.c' (120,201) at 20210308005002960 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (120,202) at 20231213090013482 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/nbd.rst' (120,203) at 20240906080037176 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent_2.2.12.bb' (120,204) at 20241221090017516 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pps/pps-gpio.yaml' (120,205) at 20240405153229791 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/dmc_init_exynos4.c' (120,206) at 20210308005002720 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pmu.h' (120,207) at 20210307214927906 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/xylon,logicvc-gpio.yaml' (120,208) at 20240405153229763 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/0BSD' (120,209) at 20211006000025226 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/marvell/phy-armada375-usb2.c' (120,210) at 20220525020653863 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/compress.h' (120,211) at 20210307214932586 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/meson.build' (120,212) at 20241211090212338 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/au1100fb.h' (120,213) at 20240405153052185 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h' (120,214) at 20240405153047101 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/prexport.conf' (120,215) at 20210307205554414 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/aes_ti.c' (120,216) at 20240405153046529 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/trace.h' (120,217) at 20210308005046341 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77970-cpg-mssr.h' (120,218) at 20210307214931334 2025-03-14 03:00:53.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/switchtec.rst' (120,219) at 20210307214925470 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/cache.json' (120,220) at 20240405153054145 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/yosemite4.conf' (120,221) at 20240727080014098 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/relocate.S' (120,222) at 20210308005002560 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/tegra241-gpio.h' (120,223) at 20240405153052649 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-4.dtsi' (120,224) at 20240405153046093 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb' (120,225) at 20240302090018206 to deleted uid set 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/SA-1100.h' (120,226) at 20210308005003560 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/abat.patch' (120,227) at 20210307205554438 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (120,228) at 20240522080012568 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/odbc.json' (120,229) at 20210307205553850 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/juno/0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch' (120,230) at 20240113090014528 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch' (120,231) at 20230131040012023 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h' (120,232) at 20240405153230419 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/Makefile' (120,233) at 20220525020654411 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-command.h' (120,234) at 20221215040039190 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max31790.rst' (120,235) at 20240405153045217 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/debug_locks.h' (120,236) at 20240405153052677 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brxre1.dts' (120,237) at 20210308005002560 2025-03-14 03:00:53.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-riscv-vars.fd.bz2' (120,238) at 20240326080039594 to deleted uid set 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/cthw20k1.c' (120,239) at 20240405153053521 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_gem.c' (120,240) at 20240405153230579 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/helper.cpp' (120,241) at 20240817080027656 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/aiptek.c' (120,242) at 20240405153049157 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/containerimage.py' (120,243) at 20241221090017628 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpmc-omap.h' (120,244) at 20240405153052769 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/svc.c' (120,245) at 20240405153048809 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.h' (120,246) at 20210307214927266 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso64/Makefile' (120,247) at 20240405153046081 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/0003-Update-CXX-standard-to-CXX14.patch' (120,248) at 20241206090014258 2025-03-14 03:00:53.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/pixelgen.h' (120,249) at 20210307214930546 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.h' (120,250) at 20210307214927734 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/conf/distro/include/default-providers.inc' (120,251) at 20241221090017612 to deleted uid set 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/r2d.h' (120,252) at 20240405153046313 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/irq.h' (120,253) at 20240405153045961 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/statfs.h' (120,254) at 20210307214926066 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/csi.h' (120,255) at 20240405153051865 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-px30-core.dtsi' (120,256) at 20221102030020733 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_SPIFLASH_defconfig' (120,257) at 20210308005003244 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/signature.c' (120,258) at 20240405153046533 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml' (120,259) at 20240405153045073 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SDCARD_defconfig' (120,260) at 20210308005003244 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/Build' (120,261) at 20210307214932470 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-con-set.h' (120,262) at 20210927100127457 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath6kl/sdio.c' (120,263) at 20240405153050445 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_isp_states.c' (120,264) at 20240405153051833 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/keyboard.dtsi' (120,265) at 20210308005002860 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/phy_common.c' (120,266) at 20210309003651820 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch' (120,267) at 20220402030015923 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_dynptr.c' (120,268) at 20240405153054281 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hidraw.c' (120,269) at 20240405153230655 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/syscon_rk3128.c' (120,270) at 20210308005002772 2025-03-14 03:00:53.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mp2888.rst' (120,271) at 20220525020651738 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pkgdata-browser.glade' (120,272) at 20210307205554638 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kunit/test-bug.h' (120,273) at 20240405153231799 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld4-ref.dts' (120,274) at 20210308005002632 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012afrwy.h' (120,275) at 20210308005003600 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/mhi/Kconfig' (120,276) at 20240405153046733 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qbool.h' (120,277) at 20221215040039190 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/setup.h' (120,278) at 20240405153046153 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c' (120,279) at 20210308005046517 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/signal.h' (120,280) at 20240405153052793 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g043-smarc-pmod.dtso' (120,281) at 20240405153045809 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/pci/pci.c' (120,282) at 20240405153045949 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/flamegraph-record' (120,283) at 20210307214932566 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_ui_scaler.c' (120,284) at 20210307214928042 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml' (120,285) at 20240405153045105 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/mmu.c' (120,286) at 20240405153229987 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/match.hpp' (120,287) at 20210308005114857 2025-03-14 03:00:53.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c' (120,288) at 20240405153050173 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ath79/ar71xx_regs.h' (120,289) at 20240405153046005 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/speedo-tegra124.c' (120,290) at 20220525020654099 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_aemv8a.h' (120,291) at 20210308005003624 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/MAINTAINERS' (120,292) at 20210308005002952 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx27-eukrea-mbimxsd27-baseboard.dts' (120,293) at 20240405153229883 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/powercap_sys.c' (120,294) at 20240405153051445 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/ematch.c' (120,295) at 20240405153053365 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/perlcross_1.6.bb' (120,296) at 20241221090017664 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/docs/gui_setup_reference.md' (120,297) at 20230519080015560 to deleted uid set 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600_openbmc_spl_emmc_defconfig' (120,298) at 20230310090043279 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rt5514.txt' (120,299) at 20210307214925434 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/test_skb_pkt_end.c' (120,300) at 20240405153054261 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-dram-ld4.c' (120,301) at 20210308005002792 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/common/common.h' (120,302) at 20210308005003012 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ltv350qv.h' (120,303) at 20210307214930894 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/gpio-cfg-helpers.h' (120,304) at 20240405153045685 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3' (120,305) at 20210307214927970 2025-03-14 03:00:53.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_vegas.h' (120,306) at 20210307214931958 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/core.rst' (120,307) at 20240405153229839 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/codec-uclass.c' (120,308) at 20210308005003488 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/197' (120,309) at 20240326080039730 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/Kconfig' (120,310) at 20210308005003044 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/thread-self.c' (120,311) at 20210307214932710 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/usb.c' (120,312) at 20220525020653787 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/vtbl.c' (120,313) at 20210308005003424 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/aircable.c' (120,314) at 20210309003653268 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7796_ulcb_defconfig' (120,315) at 20210308005003276 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-x86/kvm_para.h' (120,316) at 20240906080037348 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/linked_maps.c' (120,317) at 20220525020655191 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mfd/ti_am335x_tscadc.c' (120,318) at 20240405153230839 to deleted uid set 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tea5761.c' (120,319) at 20210307214928802 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm33xx.c' (120,320) at 20240405153045661 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/bcm-vk/bcm_vk_msg.c' (120,321) at 20240405153230843 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_atomic.h' (120,322) at 20240405153052629 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/aml/aml_git.bb' (120,323) at 20240301090012427 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ipack/carriers/Kconfig' (120,324) at 20210307214928526 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.json' (120,325) at 20210308005046413 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/lp872x.txt' (120,326) at 20210309003648388 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/init.d' (120,327) at 20210307205554570 2025-03-14 03:00:53.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/Kconfig' (120,328) at 20240405153053081 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/smccc/soc_id.c' (120,329) at 20240405153047045 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/simulate-insn.c' (120,330) at 20241023080012871 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sprd-pcm.txt' (120,331) at 20240405153229799 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/debug.c' (120,332) at 20240405153231167 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/faraday,fotg210.yaml' (120,333) at 20240405153045181 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/lwtunnel.c' (120,334) at 20240405153053221 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/can_socketcan.c' (120,335) at 20221215040039218 2025-03-14 03:00:53.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kstrtox.c' (120,336) at 20240405153231951 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/manager.cpp' (120,337) at 20241212090025211 to deleted uid set 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Melbourne-Upwey' (120,338) at 20210307205553762 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Fuji.json' (120,339) at 20240703080039227 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/cpu-feature-overrides.h' (120,340) at 20240405153046005 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/arm64-mmu.c' (120,341) at 20210308005002728 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.h' (120,342) at 20240405153047285 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-dict.out' (120,343) at 20210308005046409 to deleted uid set 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig' (120,344) at 20210307214932154 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/head_64.S' (120,345) at 20240405153230123 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/pxa320.c' (120,346) at 20240405153045677 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt5616.c' (120,347) at 20240405153053713 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory_ldst.h.inc' (120,348) at 20240326080039530 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.c' (120,349) at 20210308005002552 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (120,350) at 20210812000025166 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Drevdagen' (120,351) at 20210307205553778 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/moxtet.c' (120,352) at 20240405153230199 2025-03-14 03:00:53.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0002-configure-Disable-selected-warnings.patch' (120,353) at 20220502030010100 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/delay.c' (120,354) at 20240405153045897 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/runuser.pamd' (120,355) at 20210307205554494 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_defs.h' (120,356) at 20210308005002664 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/slcan/slcan.h' (120,357) at 20240405153049737 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-string.err' (120,358) at 20210308005046413 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-vegman.dtsi' (120,359) at 20240912080012042 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/.gitignore' (120,360) at 20220525020651990 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_serial.c' (120,361) at 20240516080009958 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.npmrc' (120,362) at 20220105012522959 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ContainerImage.v1_0_1.json' (120,363) at 20240619080002944 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_writeback.h' (120,364) at 20240405153048589 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/math-emu/sfp-util_64.h' (120,365) at 20210307214926610 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/ucontext.h' (120,366) at 20210307214926322 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am5718.dtsi' (120,367) at 20240405153045597 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/command_table2.h' (120,368) at 20240405153230383 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-mc.h' (120,369) at 20240405153052833 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/default_floor.hpp' (120,370) at 20210617000043812 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image_types.bbclass' (120,371) at 20241221090017608 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/keystone_nav.h' (120,372) at 20210308005002708 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0001-tests-builtin_trusted-Failure-command-is-failed.patch' (120,373) at 20230131040012035 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_fips.h' (120,374) at 20210307214927086 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb' (120,375) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/config.mk' (120,376) at 20210308005003232 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-eg20t.c' (120,377) at 20240405153048897 2025-03-14 03:00:53.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm_he.h' (120,378) at 20210307214931622 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/create.py' (120,379) at 20230317080013821 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/sysfs-selinux-checkreqprot' (120,380) at 20240405153044909 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/secretmem.c' (120,381) at 20241018080014578 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/.gitignore' (120,382) at 20210307214925650 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_csi2.c' (120,383) at 20240405153051829 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/nohash/tlb.c' (120,384) at 20240913080013769 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec.h.rst.exceptions' (120,385) at 20240405153045309 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/Kconfig' (120,386) at 20240405153052001 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c' (120,387) at 20240405153049917 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/235.out' (120,388) at 20210308005046461 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/blake2s-glue.c' (120,389) at 20240405153046361 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/occ/files/occ_sensor.yaml' (120,390) at 20210307205553694 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_plat.c' (120,391) at 20240405153052121 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8ulp.c' (120,392) at 20240405153230211 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmclanconf' (120,393) at 20210308004938816 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_stats.h' (120,394) at 20240405153051601 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/conf-notes.txt' (120,395) at 20220913030020492 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0003-fixheadercheck.patch' (120,396) at 20241221090017656 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-ldb.yaml' (120,397) at 20240405153045037 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist-native.bb' (120,398) at 20210307205554070 2025-03-14 03:00:53.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_plane.c' (120,399) at 20240405153048753 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_btree.c' (120,400) at 20241220090018326 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h' (120,401) at 20220525020652470 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/mmiowb.h' (120,402) at 20210307214926118 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb_0.9.31.bb' (120,403) at 20230813080012844 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/libhw.c' (120,404) at 20220429100100538 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi' (120,405) at 20240405153229935 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/m5373evb.c' (120,406) at 20210308005002972 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nf-queue.c' (120,407) at 20210309003656012 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs_common.h' (120,408) at 20210308005003696 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_zero_plus_defconfig' (120,409) at 20210308005003272 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pps.c' (120,410) at 20240405153048457 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_common_util.h' (120,411) at 20210307214928446 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/riotboard_spl_defconfig' (120,412) at 20210308005003276 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mcp-core.c' (120,413) at 20220525020653347 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/tod-kvm.c' (120,414) at 20230925080039901 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phy_interface.h' (120,415) at 20210308005003680 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_pcode.h' (120,416) at 20240405153048541 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-serial' (120,417) at 20210307214925186 2025-03-14 03:00:53.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-qcom-dc-scm-v1.dts' (120,418) at 20240405153045421 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/hts221_core.c' (120,419) at 20240405153048985 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/tools/generate-psu-tar' (120,420) at 20240731080028046 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/benq.c' (120,421) at 20210307214928826 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/daemon_user.c' (120,422) at 20210309003648996 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-turris-omnia.dts' (120,423) at 20210308005002568 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb' (120,424) at 20230706080014789 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/priv.h' (120,425) at 20240405153048637 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/udp_tunnel_nic.sh' (120,426) at 20240405153232267 to deleted uid set 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/commoncap.c' (120,427) at 20240405153232111 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/branch.json' (120,428) at 20220525020655147 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/selection.h' (120,429) at 20210309003653928 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/cpu/cpuinfo-static.c' (120,430) at 20240613080016363 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb' (120,431) at 20230211040012639 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/renesas,ether.yaml' (120,432) at 20240405153045121 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/x86/intel-speed-select/.gitignore' (120,433) at 20210307214932622 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CertificateLocations_v1.xml' (120,434) at 20240619080002920 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2081_spi_rcw.cfg' (120,435) at 20210308005002996 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/access.c' (120,436) at 20240906080037488 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/README' (120,437) at 20210307205554626 2025-03-14 03:00:53.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/uevent/Makefile' (120,438) at 20210307214932730 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/platform/x86/mlx-platform.c' (120,439) at 20240405153231343 to deleted uid set 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_gemini.h' (120,440) at 20210307214926878 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/channel_mgmt.c' (120,441) at 20240405153048829 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ux500/power_domain.txt' (120,442) at 20210307214925282 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/OWNERS' (120,443) at 20220802030023531 to deleted uid set 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/pixcir,pixcir_ts.yaml' (120,444) at 20240405153045081 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/dma/dw-dmac.h' (120,445) at 20210307214931338 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/vlset.c' (120,446) at 20240405153054237 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/poky-floating-revisions.inc' (120,447) at 20230401080011959 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang_2.3.3.bb' (120,448) at 20220910030013429 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/s2250-board.c' (120,449) at 20240405153049565 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/soc-acpi.h' (120,450) at 20240405153231863 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/sandbox.c' (120,451) at 20210308005003380 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/Drop-use-of-error-h.patch' (120,452) at 20230706080014745 to deleted uid set 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-lp3943.txt' (120,453) at 20210307214925406 2025-03-14 03:00:53.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch' (120,454) at 20230706080014753 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c' (120,455) at 20240405153230411 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/mcrfs.c' (120,456) at 20210307214926438 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nfnetlink_queue.c' (120,457) at 20240830080013355 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/hw_ops.h' (120,458) at 20210307214929970 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/sy7636a-hwmon.c' (120,459) at 20240405153048877 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c' (120,460) at 20240405153230359 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/smp.c' (120,461) at 20240405153230147 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c' (120,462) at 20210309003656012 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/blockops.S' (120,463) at 20240405153230095 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/atomic128-ldst.h' (120,464) at 20230925080039853 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_cursor.c' (120,465) at 20241211090145429 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-rpmsg' (120,466) at 20210307214925194 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/Makefile' (120,467) at 20210307214926846 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfsplus/xattr.h' (120,468) at 20210307214931122 2025-03-14 03:00:53.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/libgpiod.wrap' (120,469) at 20240724080011687 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54usb.c' (120,470) at 20210309003651772 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/sp_global.h' (120,471) at 20210307214930542 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mmzone.h' (120,472) at 20220525020652002 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/percpu.h' (120,473) at 20210307214925646 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/chv3-codec.c' (120,474) at 20241001080013036 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/semihosting.c' (120,475) at 20210308005002708 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stacktrace.h' (120,476) at 20240405153052797 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/trace.h' (120,477) at 20240405153046693 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/cpu.h' (120,478) at 20240405153053113 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx35pdk_defconfig' (120,479) at 20210308005003268 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devlink.h' (120,480) at 20240405153050001 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-hwconfig' (120,481) at 20210308005003292 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/adc/meson.build' (120,482) at 20241112090003090 to deleted uid set 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json' (120,483) at 20210323100034241 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Resource.v1_20_0.json' (120,484) at 20240918080002724 to deleted uid set 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-ope.yaml' (120,485) at 20240405153045169 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/objtool_types.h' (120,486) at 20240405153052753 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/add-file.patch' (120,487) at 20241206090014298 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-usb_crash.sh' (120,488) at 20240405153054309 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/config.h' (120,489) at 20210308005002544 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/conf-notes.txt' (120,490) at 20220913030020492 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi' (120,491) at 20240405153045737 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-fuse' (120,492) at 20220429100100750 2025-03-14 03:00:53.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-pci-gl.c' (120,493) at 20221215040039106 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/panel.c' (120,494) at 20220525020652262 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/siginfo.h' (120,495) at 20210307214926682 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/README.md' (120,496) at 20240807080015886 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/Makefile.am.include' (120,497) at 20210308005108645 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/network-coding.h' (120,498) at 20220525020654791 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-ClermontCarn' (120,499) at 20210307205553774 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0009-greeter.c-disallow-empty-new-password.patch' (120,500) at 20210307205553946 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/libunwind/arm64.c' (120,501) at 20240405153232239 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb' (120,502) at 20241221090017560 to deleted uid set 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/symlink.c' (120,503) at 20240726080012870 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ocxl/mmio.c' (120,504) at 20210307214929174 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt' (120,505) at 20210307214925318 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/onenand.c' (120,506) at 20210308005003044 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9150/registers.h' (120,507) at 20210307214931426 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3328.c' (120,508) at 20210308005003464 2025-03-14 03:00:53.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/cx25840-core.c' (120,509) at 20240405153049309 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/msg_zerocopy.rst' (120,510) at 20240405153045241 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm8250.c' (120,511) at 20241011080017299 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/bnep/netdev.c' (120,512) at 20210307214931882 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/Makefile' (120,513) at 20210308005003072 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/stacktrace_map_skip.c' (120,514) at 20240405153054261 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/common.yaml' (120,515) at 20240405153045089 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/sfp-machine_64.h' (120,516) at 20210307214926586 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/spintest.bpf.c' (120,517) at 20240405153232099 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TU-Berlin-1.0' (120,518) at 20211006000025246 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/udivsi3.S' (120,519) at 20240405153230007 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/octeon-wdt-nmi.S' (120,520) at 20240405153052241 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/cx88-dsp.c' (120,521) at 20240405153049365 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/Makefile' (120,522) at 20210308005002940 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/libcr51sign/include/meson.build' (120,523) at 20230629131804615 to deleted uid set 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ptrace/Makefile' (120,524) at 20240405153054365 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vgtod.h' (120,525) at 20210307214926678 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-crosssdk.inc' (120,526) at 20230813080012892 to deleted uid set 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_verify.c' (120,527) at 20210308005003556 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dual_accel_detect.h' (120,528) at 20220525020653907 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c' (120,529) at 20240405153050153 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/softoff/softoff.cpp' (120,530) at 20240819080030267 to deleted uid set 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/meson.build' (120,531) at 20240906080037284 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/Makefile' (120,532) at 20210308005002796 2025-03-14 03:00:53.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/i40e.rst' (120,533) at 20240405153045233 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/loopback/Kconfig' (120,534) at 20210307214930706 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fscrypt.h' (120,535) at 20240405153052693 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_mock.hpp' (120,536) at 20220217040029822 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qemu_vga.ndrv' (120,537) at 20210308005046185 to deleted uid set 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/scripts/build-qemu-robot-docker.sh' (120,538) at 20241017080019198 to deleted uid set 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/MAINTAINERS' (120,539) at 20210308005003020 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/pci/hda/patch_conexant.c' (120,540) at 20241216090017801 to deleted uid set 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/Makefile' (120,541) at 20240405153052525 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/binop.c' (120,542) at 20210308005003208 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/platform_lcd.c' (120,543) at 20240405153052177 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.c' (120,544) at 20210307214927950 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/fixup.patch' (120,545) at 20231011080016586 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_pdrv_genirq.c' (120,546) at 20210309003653184 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-if.c' (120,547) at 20220525020653323 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/Makefile' (120,548) at 20210308005003076 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_regs.h' (120,549) at 20240405153048745 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dns_resolver/Makefile' (120,550) at 20210307214931926 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi-changer.rst' (120,551) at 20240405153045253 2025-03-14 03:00:53.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/update_message_registry.hpp' (120,552) at 20241211090002379 to deleted uid set 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/neterion/s2io-regs.h' (120,553) at 20210307214929554 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-base.err' (120,554) at 20210308005046397 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/meson.build' (120,555) at 20240209090020373 to deleted uid set 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch' (120,556) at 20210308005003772 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_timeout.h' (120,557) at 20240405153052857 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SoftwareInventory.v1_10_2.json' (120,558) at 20240619080002956 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/identify.c' (120,559) at 20210307214926206 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/Kconfig' (120,560) at 20240405153230691 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/page.h' (120,561) at 20240405153045965 2025-03-14 03:00:53.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_dbug.c' (120,562) at 20240405153051529 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/fpsimd.c' (120,563) at 20241115090012941 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc.inc' (120,564) at 20220125040024371 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/webmin_2.202.bb' (120,565) at 20241221090017564 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml' (120,566) at 20240405153045061 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio_atmel.txt' (120,567) at 20210307214925318 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/no-man.patch' (120,568) at 20240127090011892 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged_sdbus.c' (120,569) at 20210308004942076 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd/0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch' (120,570) at 20210608000015795 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tfa989x.c' (120,571) at 20240405153053805 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_simple.dts' (120,572) at 20210308005003760 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-ucode.h' (120,573) at 20240405153050529 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/fix-build-with-gcc-14.patch' (120,574) at 20241206090014254 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/MAINTAINERS' (120,575) at 20210308005002992 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gardena-smart-gateway-mt7688.h' (120,576) at 20210308005003596 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max20086-regulator.c' (120,577) at 20240405153231363 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc911x.c' (120,578) at 20210308005003444 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CXLLogicalDeviceCollection_v1.xml' (120,579) at 20240619080002920 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-arm-vars.fd.bz2' (120,580) at 20210308005046125 to deleted uid set 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/livepatch/test_klp_callbacks_demo2.c' (120,581) at 20210307214931806 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-dvb.c' (120,582) at 20240805080013967 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/local_storage.c' (120,583) at 20240613080016563 2025-03-14 03:00:53.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py' (120,584) at 20210307205554642 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/stub.h' (120,585) at 20210307214926754 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/l2t.h' (120,586) at 20210307214929370 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/manager.hpp' (120,587) at 20241212090025211 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-data.c' (120,588) at 20240405153054097 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in' (120,589) at 20210307205554514 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/Makefile' (120,590) at 20240405153051293 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NAND_SECBOOT_defconfig' (120,591) at 20210308005003240 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb4.h' (120,592) at 20240906080037336 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb' (120,593) at 20241221090017552 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/trace-events' (120,594) at 20210927100127441 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/davicom/dm9051.c' (120,595) at 20240405153230939 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/mcr20a.c' (120,596) at 20241011080017331 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth_24.004.60.bb' (120,597) at 20240301090012423 to deleted uid set 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/0004-cleanup-includes.patch' (120,598) at 20220204040022452 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/xilinx_sdfec.c' (120,599) at 20240405153230847 2025-03-14 03:00:53.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ebisu.dtsi' (120,600) at 20240405153045801 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/spec_operation.json' (120,601) at 20240405153232227 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/imx8mn-power.h' (120,602) at 20240405153052653 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml' (120,603) at 20240405153045153 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/gx.h' (120,604) at 20210308005002644 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/0001-tweak-install-prefix.patch' (120,605) at 20210307205553914 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/adis16480.c' (120,606) at 20240405153048989 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/percpu_counter.c' (120,607) at 20240405153231951 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/kzm.c' (120,608) at 20241211090212246 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab/issue_templates/bug.md' (120,609) at 20230426080043628 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/on_change_threshold.cpp' (120,610) at 20240904080048943 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/uftp/uftp_5.0.3.bb' (120,611) at 20240106090017233 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/time/clocksource.c' (120,612) at 20240830080013339 to deleted uid set 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch' (120,613) at 20240413080012659 to deleted uid set 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/page.h' (120,614) at 20210309003654004 2025-03-14 03:00:53.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/iomap.h' (120,615) at 20210307214925910 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq27xxx_battery.c' (120,616) at 20241211090145485 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt' (120,617) at 20210307214925306 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/trace.h' (120,618) at 20210308005045965 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/bf.c' (120,619) at 20240405153050649 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-netdev.rst' (120,620) at 20240405153229827 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-ventana.dts' (120,621) at 20240405153229879 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/samsung-q10.c' (120,622) at 20240405153051413 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/tifm_sd.c' (120,623) at 20240405153049673 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-brcm-sata.c' (120,624) at 20240405153231307 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/base.c' (120,625) at 20240405153047033 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/Kconfig' (120,626) at 20240405153046553 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_drv.c' (120,627) at 20240405153230519 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.json' (120,628) at 20220429100100882 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsl/gsl_2.8.bb' (120,629) at 20241206090014258 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Dont-use-isystem.patch' (120,630) at 20210307205553990 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_aldebaran.h' (120,631) at 20240405153047185 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bb' (120,632) at 20241206090014274 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/compiler.h' (120,633) at 20210307214925846 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/microchip/Makefile' (120,634) at 20240405153051761 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/kvm_websocket.hpp' (120,635) at 20240817080003175 to deleted uid set 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore' (120,636) at 20210308005003756 to deleted uid set 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Valkeakoski' (120,637) at 20210307205553770 2025-03-14 03:00:53.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi' (120,638) at 20240405153229891 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_synth.c' (120,639) at 20240405153231939 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/staging/media/max96712/max96712.c' (120,640) at 20240405153051861 to deleted uid set 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml' (120,641) at 20240405153229763 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/virtio/virtio_pcm_ops.c' (120,642) at 20220525020655107 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/mips.c' (120,643) at 20221215040039074 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/pcm.c' (120,644) at 20240405153054029 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts' (120,645) at 20240405153045761 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/plca.c' (120,646) at 20240405153232015 2025-03-14 03:00:53.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/btnode.h' (120,647) at 20240405153052441 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/power_supply.hpp' (120,648) at 20240106090032282 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/irqchip/irqchip.c' (120,649) at 20240405153230751 to deleted uid set 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/phosphor-ipmi-flash-bios-verify.service' (120,650) at 20210307205554082 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_stats.c' (120,651) at 20240405153050109 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/0001-fastcgi-Use-value-instead-of-address-of-sin6_port.patch' (120,652) at 20220910030013369 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dts' (120,653) at 20240405153045525 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING' (120,654) at 20210307205554574 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi' (120,655) at 20240405153045729 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/vfio-mdev/mtty.c' (120,656) at 20240405153232099 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-k' (120,657) at 20210307214932570 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/ce4100/Makefile' (120,658) at 20210307214926742 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/pm-tegra20.c' (120,659) at 20210307214925962 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/jz4780-nemc.h' (120,660) at 20210307214931410 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/fsl-mx25-tcq.txt' (120,661) at 20210307214925338 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/memcg_test.rst' (120,662) at 20240405153229735 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/pkey-powerpc.h' (120,663) at 20240405153054329 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst' (120,664) at 20240405153045289 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_brx.h' (120,665) at 20240405153049441 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/meson.build' (120,666) at 20240908080010102 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/hw.c' (120,667) at 20240405153050401 to deleted uid set 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitmodules' (120,668) at 20230925080039809 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/dw_mmc.c' (120,669) at 20210308005003404 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/scripts/Makefile.include' (120,670) at 20240405153054225 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ufs/hisilicon,ufs.yaml' (120,671) at 20240405153045181 2025-03-14 03:00:53.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/inc/abi/fpu.h' (120,672) at 20220525020651966 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/renesas_sci.h' (120,673) at 20210308005046005 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch' (120,674) at 20230706080014749 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (120,675) at 20240817080012804 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/settings' (120,676) at 20210307214932698 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/switchdev/switchdev.c' (120,677) at 20240405153232083 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/usb.c' (120,678) at 20240405153050409 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm012.dts' (120,679) at 20210308005002632 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/sh_i2c.c' (120,680) at 20210308005003384 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/efi.c' (120,681) at 20210308005003524 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/tlb.h' (120,682) at 20240405153230063 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0005-check-for-libexecinfo-during-configure.patch' (120,683) at 20230706080014741 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/dev-interface.rst' (120,684) at 20240405153045217 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-stm.yaml' (120,685) at 20240405153045013 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jakkvik_Frakenmyren' (120,686) at 20210307205553782 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/phy.c' (120,687) at 20240405153231407 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul1.dtsi' (120,688) at 20240405153045525 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/fuel_gauge/fg_max17042.c' (120,689) at 20210308005003468 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/kvm_emul.S' (120,690) at 20210307214926406 2025-03-14 03:00:53.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/cmd_ut_env.c' (120,691) at 20210308005003740 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/coreboot_tables.h' (120,692) at 20210308005002880 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf.data-directory-format.txt' (120,693) at 20210307214932510 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml' (120,694) at 20240405153045141 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/test-output.patch' (120,695) at 20241221090017676 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/ucall.c' (120,696) at 20240405153232271 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_macro_masks.h' (120,697) at 20240405153046601 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.h' (120,698) at 20240405153049945 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/mwavedd.c' (120,699) at 20220525020652298 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/tests/cpuid-match.c' (120,700) at 20240405153232219 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bch.h' (120,701) at 20210307214931358 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2015-7697.patch' (120,702) at 20210307205554574 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd64_edac.h' (120,703) at 20240405153047013 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sp7021-intc.c' (120,704) at 20240405153049205 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi.dtsi' (120,705) at 20240405153045393 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/atomic.h' (120,706) at 20241008080013895 2025-03-14 03:00:53.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c' (120,707) at 20240405153230631 to deleted uid set 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_1_2_sh_mask.h' (120,708) at 20210307214927686 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cacheflush.h' (120,709) at 20240405153230011 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h' (120,710) at 20240405153047293 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/e5500_power_isa.dtsi' (120,711) at 20210307214926342 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_sort.c' (120,712) at 20220525020654759 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/bq2415x_charger.h' (120,713) at 20210309003653888 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/usb_network.sh' (120,714) at 20220409030017467 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ia_css_csc.host.h' (120,715) at 20210307214930554 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/mtpav.c' (120,716) at 20220525020654971 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/law.c' (120,717) at 20210308005003172 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi' (120,718) at 20210307214926342 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/80-minerva-obmc-console-uart.rules' (120,719) at 20240523080012333 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/elf.h' (120,720) at 20240405153045961 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/intelfb/intelfbhw.h' (120,721) at 20210307214930914 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bt-bmc.h' (120,722) at 20210307214931626 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-ath79-usb.c' (120,723) at 20240405153231311 2025-03-14 03:00:53.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/openat2/helpers.c' (120,724) at 20210307214932698 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-samsung-laptop' (120,725) at 20210309003648260 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch' (120,726) at 20241206090014310 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_onetouch.h' (120,727) at 20210307214930878 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.10.0.bb' (120,728) at 20241221090017556 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/spear-misc.txt' (120,729) at 20210307214925278 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/renesas/rswitch.h' (120,730) at 20241220090018318 to deleted uid set 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_homer.h' (120,731) at 20230426080043764 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkAdapter_v1.xml' (120,732) at 20240619080002932 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/x_tables.h' (120,733) at 20220525020654595 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/Kconfig' (120,734) at 20210308005002732 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swap_cgroup.h' (120,735) at 20240405153052801 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s-plus.dts' (120,736) at 20241115090012941 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/Makefile' (120,737) at 20210308005003544 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/list-packageconfig-flags.py' (120,738) at 20210407000018134 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cpu-type.h' (120,739) at 20240405153046001 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/strto.c' (120,740) at 20210308005003712 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/trace.h' (120,741) at 20210308005046329 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max127.rst' (120,742) at 20220525020651738 2025-03-14 03:00:53.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_lpit.c' (120,743) at 20240405153230163 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/hypfs/hypfs_diag_fs.c' (120,744) at 20240405153230075 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/mac_nvram.c' (120,745) at 20241211090212314 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h32m16_37e_166_cl4_sync.c' (120,746) at 20210308005002548 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/maceps2.c' (120,747) at 20210307214928498 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/h/fddimib.h' (120,748) at 20210307214929666 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/extable.h' (120,749) at 20240405153046381 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/utils/modifier.cpp' (120,750) at 20230825080027865 to deleted uid set 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-versaclock7.c' (120,751) at 20240405153230207 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/thread_map.c' (120,752) at 20240405153232243 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/twl4030-irq.c' (120,753) at 20240405153049621 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/time.c' (120,754) at 20240405153045661 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack_1.3.1.bb' (120,755) at 20220502030010124 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_cdc_acm.h' (120,756) at 20210308005003692 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg-hw.c' (120,757) at 20240405153049421 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/variables.scss' (120,758) at 20210308005107073 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/tof/contract.md' (120,759) at 20221209040006399 2025-03-14 03:00:53.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/README.md' (120,760) at 20210308005003744 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/headsmp.S' (120,761) at 20240405153045689 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tmu.c' (120,762) at 20240405153231503 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (120,763) at 20240712080022837 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/via_wdt.c' (120,764) at 20210307214930978 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/posix_types.h' (120,765) at 20210307214926178 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/crypto_user_stat.c' (120,766) at 20240405153046533 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_pc.c' (120,767) at 20240405153231283 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/ecdh.h' (120,768) at 20220525020654535 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ti-dlpc3433.c' (120,769) at 20240613080016399 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/Kconfig' (120,770) at 20240405153049533 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/figures.rst' (120,771) at 20240405153044937 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MS-LPL' (120,772) at 20241221090017616 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml' (120,773) at 20240405153045021 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_rnode.h' (120,774) at 20210307214930302 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/topology.h' (120,775) at 20210307214926246 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/st-rproc.txt' (120,776) at 20210307214925414 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/class.h' (120,777) at 20240405153052145 2025-03-14 03:00:53.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mst-intc.c' (120,778) at 20220525020653207 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (120,779) at 20231128090014177 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dts' (120,780) at 20210309003648756 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-sdr-cap.c' (120,781) at 20240405153049529 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/nvidia,tegra186-bpmp-i2c.txt' (120,782) at 20210308005003304 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/opa_addr.h' (120,783) at 20210309003653968 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-nft.sh.in' (120,784) at 20220527030025404 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/lpc32xx_hs.c' (120,785) at 20240405153052009 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/op_addsub.h' (120,786) at 20210308005046269 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-netlink.h' (120,787) at 20240405153232055 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbtp.json' (120,788) at 20241213090004409 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-locale_2.40.bb' (120,789) at 20241221090017640 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/branch-relative-long.c' (120,790) at 20221215040039390 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0_internal.h' (120,791) at 20210307214929302 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-asm.h' (120,792) at 20210307214926230 2025-03-14 03:00:53.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ths7303.c' (120,793) at 20240405153049341 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Kevlin-Henney' (120,794) at 20241221090017616 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c' (120,795) at 20210307214932710 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch' (120,796) at 20240113090014540 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/setup-i2c1-s3c64xx.c' (120,797) at 20210309003648720 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_zoom1.h' (120,798) at 20210308005003608 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h' (120,799) at 20240405153047153 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_packet.h' (120,800) at 20210307214928062 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_resource.h' (120,801) at 20240405153052637 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/list.c' (120,802) at 20210308005045729 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_device_access.c' (120,803) at 20210307214930546 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyAttributes.interface.yaml' (120,804) at 20220315030032663 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-map.c' (120,805) at 20241111090012117 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c' (120,806) at 20240405153231035 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/internal.rst' (120,807) at 20220525020651726 2025-03-14 03:00:53.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_cert_entry.cpp' (120,808) at 20230511080024715 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/tr.po' (120,809) at 20220429100100730 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/meson.build' (120,810) at 20210927100127341 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som204-evb.dts' (120,811) at 20210308005002624 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci-cmd.h' (120,812) at 20240906080037568 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hamradio/6pack.c' (120,813) at 20240405153231071 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx.py' (120,814) at 20230317080013821 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch' (120,815) at 20241221090017660 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/libxfs/xfs_da_btree.c' (120,816) at 20241023080012895 to deleted uid set 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/fsclient.c' (120,817) at 20220921100021494 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/asix/Makefile' (120,818) at 20240405153049817 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_service_info.hpp' (120,819) at 20240822080032141 2025-03-14 03:00:53.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/sfp-machine.h' (120,820) at 20210307214926390 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-ioctl.c' (120,821) at 20240405153230827 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mstar/clk-msc313-cpupll.c' (120,822) at 20240405153046805 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/cirrus/Makefile' (120,823) at 20240405153053557 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-rx-macro.c' (120,824) at 20241104090011627 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/cnl-sst-dsp.c' (120,825) at 20210307214932390 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1_glue.c' (120,826) at 20240405153045617 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-proc-control/meson.build' (120,827) at 20240815080028259 to deleted uid set 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_fcbuild.h' (120,828) at 20210307214930290 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.h' (120,829) at 20240405153051865 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/usb_ether.c' (120,830) at 20210308005003504 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/port.hpp' (120,831) at 20240201090003032 to deleted uid set 2025-03-14 03:00:53.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts' (120,832) at 20220617030036053 2025-03-14 03:00:53.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/sbs.c' (120,833) at 20240815080012871 2025-03-14 03:00:53.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/boost.wrap' (120,834) at 20240412080008445 2025-03-14 03:00:53.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-power-cycle.service' (120,835) at 20220119040023072 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d2-pinfunc.h' (120,836) at 20240405153045469 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7' (120,837) at 20210309003648248 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/topology.c' (120,838) at 20240405153046029 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cevt-sb1250.c' (120,839) at 20210307214926254 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Fix-musl-build.patch' (120,840) at 20220204040022628 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch' (120,841) at 20241221090017644 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/poky.svg' (120,842) at 20210307205554374 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/README.md' (120,843) at 20241211090212454 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/0001-doctest-Do-not-use-unnamed-class.patch' (120,844) at 20230503080014587 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/Makefile' (120,845) at 20240405153051313 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-operations-modal.html' (120,846) at 20210308005107077 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig' (120,847) at 20210308005003240 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3/idprom.c' (120,848) at 20210307214926174 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/run-ptest' (120,849) at 20210307205554002 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tls-cipher-suites.c' (120,850) at 20240326080039398 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-ev6.S' (120,851) at 20240405153045693 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810_regs.h' (120,852) at 20210307214930914 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/snprintf.c' (120,853) at 20240405153054261 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/const.h' (120,854) at 20210605000027772 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/intel-pt-decoder/Build' (120,855) at 20220525020655171 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch' (120,856) at 20240301090012459 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer_0.7.0.bb' (120,857) at 20241221090017668 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/st/Makefile' (120,858) at 20240405153231351 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/barrier.h' (120,859) at 20210309003648544 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/pmc.h' (120,860) at 20240405153046773 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/Makefile' (120,861) at 20210308005002884 2025-03-14 03:00:53.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/netcp_sgmii.c' (120,862) at 20210307214929658 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/cx25840/Kconfig' (120,863) at 20240405153049309 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overtornea_Sarkivaara' (120,864) at 20210307205553790 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-match.dtsi' (120,865) at 20210307214930006 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/progs/hid_bpf_helpers.h' (120,866) at 20240405153054309 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_frac.h' (120,867) at 20240919080017074 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.h' (120,868) at 20210309003651600 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c' (120,869) at 20240405153048649 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tcp_states.h' (120,870) at 20210307214931578 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Settings/meson.build' (120,871) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mdeb.c' (120,872) at 20230925080040101 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (120,873) at 20241206090014202 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch' (120,874) at 20210307205553750 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufshcd-pltfrm.h' (120,875) at 20240405153052033 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/connector/dp-connector.yaml' (120,876) at 20220525020651670 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_driver_gige.h' (120,877) at 20240405153052797 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.1.bb' (120,878) at 20241221090017528 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h' (120,879) at 20210309003649440 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb' (120,880) at 20240302090018202 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/autoconf_helper.h' (120,881) at 20240405153054241 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/functional/futex_requeue_pi.c' (120,882) at 20210307214932674 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/greybus/operation.h' (120,883) at 20210307214931394 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/buck-security/buck-security_0.7.bb' (120,884) at 20241221090017580 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HP-1986' (120,885) at 20241221090017616 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,iproc-mdio.yaml' (120,886) at 20220525020651694 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/event-facility.h' (120,887) at 20240906080037340 2025-03-14 03:00:53.454-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/loongarch-qmp-cmds.c' (120,888) at 20241211090212494 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/virt.c' (120,889) at 20241211090212254 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/hid-sensor-temperature.c' (120,890) at 20220525020653111 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/index.scss' (120,891) at 20210308005107073 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/cli.cpp' (120,892) at 20220505030021322 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt8186-power.h' (120,893) at 20240405153052653 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/uapi/asm/ptrace.h' (120,894) at 20210307214926310 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c' (120,895) at 20210307214927918 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/uart-mux-support.md' (120,896) at 20240724080004559 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml' (120,897) at 20240405153045065 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_rdc.c' (120,898) at 20240405153046665 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c' (120,899) at 20240418080014494 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/mmap-alloc.h' (120,900) at 20230925080039933 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8998.c' (120,901) at 20240405153230227 2025-03-14 03:00:53.455-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-afe-clk.c' (120,902) at 20240405153053973 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm6362.c' (120,903) at 20240405153051305 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/Makefile' (120,904) at 20240405153229915 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson32/common/prom.c' (120,905) at 20220525020652010 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/cn9130-db.dtsi' (120,906) at 20240405153229931 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cli_hush.h' (120,907) at 20210308005003572 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/sess.c' (120,908) at 20240527080023356 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/icl.c' (120,909) at 20240405153232199 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_mgmt.c' (120,910) at 20220525020653991 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CableCollection_v1.xml' (120,911) at 20240619080002920 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/misc.c' (120,912) at 20240815080012903 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/btcoex.h' (120,913) at 20210307214929766 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stockholm_Marieberg' (120,914) at 20210307205553790 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2c.dts' (120,915) at 20240405153045813 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_hmmu0_stlb_masks.h' (120,916) at 20240405153046585 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/rect.h' (120,917) at 20240906080037352 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_lhx.c' (120,918) at 20210308005046505 2025-03-14 03:00:53.456-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/kyber-iosched.rst' (120,919) at 20210307214925250 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb' (120,920) at 20241221090017552 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/flow.h' (120,921) at 20210308005002672 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timeriomem-rng.h' (120,922) at 20210307214931522 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/autonet.rules' (120,923) at 20210307205554494 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-tegra.c' (120,924) at 20220913100024177 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/actions/Makefile' (120,925) at 20210307214925986 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ops.h' (120,926) at 20210308005003336 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/routing.h' (120,927) at 20240405153231987 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/integrated' (120,928) at 20210308005007100 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/definitions.rs' (120,929) at 20241211090212458 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt' (120,930) at 20210307214925454 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/error_report.h' (120,931) at 20240405153052893 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/sysemu/meson.build' (120,932) at 20240906080037504 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/maltaup_xpa_defconfig' (120,933) at 20240405153230007 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-omap.c' (120,934) at 20240405153231559 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/faultlog' (120,935) at 20241025080018741 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usbdescriptors.h' (120,936) at 20210308005003692 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/tsl2563.c' (120,937) at 20240405153049005 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/industrialio-triggered-buffer.c' (120,938) at 20240405153230691 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c' (120,939) at 20220525020653083 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_consts.hpp' (120,940) at 20240426080020396 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.40.2.bb' (120,941) at 20241221090017648 2025-03-14 03:00:53.457-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc52xx_sleep.S' (120,942) at 20210307214926454 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/template/test_report_full_text.txt' (120,943) at 20210307205554634 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_main.c' (120,944) at 20210308005046505 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-backend.c' (120,945) at 20240613080016415 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_9.0.0.bb' (120,946) at 20241221090017516 to deleted uid set 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/xtensa/include/uapi/asm/mman.h' (120,947) at 20210307214932458 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml' (120,948) at 20221207040023631 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/m66592-udc.c' (120,949) at 20240405153052089 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/printk.h' (120,950) at 20210308005003668 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-8.c' (120,951) at 20240906080037576 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma1_core_regs.h' (120,952) at 20240405153046573 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk104.c' (120,953) at 20240405153048657 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/pxa2xx.c' (120,954) at 20210308005002560 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/dcn-overview.rst' (120,955) at 20240405153045213 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-Link-with-icu-uc-to-fix-build-with-ICU-76.patch' (120,956) at 20241221090017516 to deleted uid set 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced.dts' (120,957) at 20240405153045833 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/microchip,pdmc.h' (120,958) at 20240405153052653 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/pci.c' (120,959) at 20210308005002976 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7986-eth.c' (120,960) at 20240405153230211 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386.h' (120,961) at 20210308005046501 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/qcom-wdt.c' (120,962) at 20240405153231599 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/trace.c' (120,963) at 20240405153050429 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_task.c' (120,964) at 20240405153049113 to deleted uid set 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/vsyscall.h' (120,965) at 20210309003654004 2025-03-14 03:00:53.458-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/makerace.patch' (120,966) at 20241221090017672 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv515.c' (120,967) at 20241211090145429 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.yaml' (120,968) at 20240405153045101 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7629-hif.c' (120,969) at 20240405153230211 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/irq_64.c' (120,970) at 20240405153230035 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tc_neigh.c' (120,971) at 20240405153054281 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_keygen.c' (120,972) at 20240405153049925 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/qcom,scm.yaml' (120,973) at 20240405153229763 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sta350.c' (120,974) at 20240405153232163 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/include/mach/io.h' (120,975) at 20210307214925946 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tegra.c' (120,976) at 20240405153230307 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/mmu.h' (120,977) at 20240405153230031 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-nyan-big-fhd.dts' (120,978) at 20240405153045477 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/meson.build' (120,979) at 20241113090025393 to deleted uid set 2025-03-14 03:00:53.459-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/module.h' (120,980) at 20210307214925646 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srpt/ib_srpt.c' (120,981) at 20241104090011575 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/shpchp_core.c' (120,982) at 20240405153051249 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/irqflags.h' (120,983) at 20210309003648832 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/meson.build' (120,984) at 20230413080028161 to deleted uid set 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_bcast.h' (120,985) at 20240628080013989 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sunrpc/debug.h' (120,986) at 20210307214931662 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/irda.h' (120,987) at 20210307214931530 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_dump_test_case_multidim.c' (120,988) at 20240805080014071 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c' (120,989) at 20240405153050145 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/machine.c' (120,990) at 20241211090212506 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/standardization/abi.rst' (120,991) at 20240405153229747 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sccnxp.c' (120,992) at 20240405153231519 2025-03-14 03:00:53.460-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bufferiszero.c' (120,993) at 20210927100127641 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vdso/gettimeofday.h' (120,994) at 20240405153046401 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/lt7182s.c' (120,995) at 20240405153048869 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cpt_common.h' (120,996) at 20210307214927078 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sys_sparc32.c' (120,997) at 20210307214926602 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_regs.h' (120,998) at 20240405153046585 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_crtc.c' (120,999) at 20240405153048417 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/cchips/hd6446x/Makefile' (121,000) at 20210307214926542 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/obmcutil' (121,001) at 20240611080030477 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/renesas-nandc.yaml' (121,002) at 20240405153045113 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/sound/soc/amd/yc/acp6x-mach.c' (121,003) at 20241220090018346 to deleted uid set 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-When-cross-installing-execute-package-scriptlets-wit.patch' (121,004) at 20241221090017672 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-interrupts.dtsi' (121,005) at 20240405153231279 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8610HPCD.h' (121,006) at 20210308005003580 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-sifive.c' (121,007) at 20240405153230307 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/file.c' (121,008) at 20240405153231655 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/add_remove_btfarg.tc' (121,009) at 20240613080016567 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/search.c' (121,010) at 20240812080017244 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts' (121,011) at 20240405153045709 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_amp_coeff_tables.h' (121,012) at 20240405153053953 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-5.conf' (121,013) at 20230412080023460 2025-03-14 03:00:53.461-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/kmod.py' (121,014) at 20241221090017628 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/tua9001_priv.h' (121,015) at 20210307214928802 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/unaligned-sh4a.h' (121,016) at 20210308005002852 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/allegro-dvt/Kconfig' (121,017) at 20240405153049393 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/Makefile' (121,018) at 20210308005002728 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/belkin_sa.c' (121,019) at 20240405153052129 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/ie31200_edac.c' (121,020) at 20240405153047021 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/conf/layer.conf' (121,021) at 20241221090017476 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_usif.c' (121,022) at 20240405153048625 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/handles.h' (121,023) at 20210309003649820 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/ptrace.h' (121,024) at 20210308005002544 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r3.dts' (121,025) at 20240405153229935 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/marked.json' (121,026) at 20240405153232227 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts' (121,027) at 20240405153045709 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-luxul-xap-1510.dts' (121,028) at 20240405153229871 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_syncobj.h' (121,029) at 20240405153231795 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c' (121,030) at 20220525020653479 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_iov.h' (121,031) at 20210309003648972 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/name_table.c' (121,032) at 20240405153053397 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml' (121,033) at 20210309003648400 2025-03-14 03:00:53.462-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_crtc.h' (121,034) at 20240429080012416 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/report_platform.c' (121,035) at 20210308005002856 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/fncache.h' (121,036) at 20210307214932594 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-no-file.json' (121,037) at 20210308005046409 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/braswell.c' (121,038) at 20210308005002852 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/sabre.c' (121,039) at 20241211090212318 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/sbsa_gwdt.h' (121,040) at 20240906080037340 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Gyor' (121,041) at 20210307205553774 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/enclosure.c' (121,042) at 20240405153049637 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-388-rd.dts' (121,043) at 20240405153045445 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/kvm/kvm_stat/kvm_stat.txt' (121,044) at 20220525020655119 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb' (121,045) at 20241221090017548 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftests/mock_timeline.c' (121,046) at 20210307214927826 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf_type_tag_user.c' (121,047) at 20240405153054269 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/ipu3.rst' (121,048) at 20240405153044957 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt' (121,049) at 20210307214925350 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/drm/libdrm_2.4.124.bb' (121,050) at 20241221090017684 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/qgraph.rst' (121,051) at 20241211090212238 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_lgcy.c' (121,052) at 20240405153050117 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gpheader.h' (121,053) at 20210308005003764 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/svga.h' (121,054) at 20210307214931518 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/conf/layer.conf' (121,055) at 20241221090017580 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mstar/Makefile' (121,056) at 20210309003648700 2025-03-14 03:00:53.463-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h' (121,057) at 20210308005002820 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_name.cpp' (121,058) at 20210308005108645 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/exynos_dw_mmc.c' (121,059) at 20210308005003404 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-tegra.c' (121,060) at 20240405153046921 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/nlattr.h' (121,061) at 20240405153054061 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-internals.rst' (121,062) at 20241211090212234 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_mcg.c' (121,063) at 20210307214928430 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/gcc-generate-gimple-pass.h' (121,064) at 20240405153053449 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/patch.h' (121,065) at 20210307214931738 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nubus/proc.c' (121,066) at 20240405153051189 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/isp.h' (121,067) at 20210307214930546 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi' (121,068) at 20240405153045721 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20240924.bb' (121,069) at 20241221090017548 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/vgatypes.h' (121,070) at 20210307214930942 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/div64.S' (121,071) at 20210307214925866 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/action.py' (121,072) at 20241206090014290 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_sriov.c' (121,073) at 20240906080037276 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/MAINTAINERS' (121,074) at 20210308005002900 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/gadget/function/f_uac2.c' (121,075) at 20241104090011587 to deleted uid set 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/Kconfig' (121,076) at 20210308005003036 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/fw_dnld.h' (121,077) at 20220525020653819 2025-03-14 03:00:53.464-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/run-ptest' (121,078) at 20210307205554558 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/renesas-rpc-if.c' (121,079) at 20240405153230827 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/inkern.c' (121,080) at 20241211090145433 to deleted uid set 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/p54pci.h' (121,081) at 20210307214929866 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/brcm,bus-axi.txt' (121,082) at 20210307214925282 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/bd6107.c' (121,083) at 20240405153231575 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_basename.patch' (121,084) at 20210307205553750 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/kernel-doc' (121,085) at 20241211090212458 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/devicetree.c' (121,086) at 20240520080015167 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/wmi.h' (121,087) at 20210307214931690 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f7-u-boot.dtsi' (121,088) at 20210308005002616 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72x.dtsi' (121,089) at 20210308005002576 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxlflash/ocxl_hw.c' (121,090) at 20240405153051589 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/generic-ehci.yaml' (121,091) at 20240405153229803 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0002-configure-support-PIC-code-build.patch' (121,092) at 20220402030016207 2025-03-14 03:00:53.465-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/tcp_cubic.c' (121,093) at 20240405153053257 to deleted uid set 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sm712fb.c' (121,094) at 20240405153231595 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/curve25519-generic.c' (121,095) at 20210307214931794 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/freplace_progmap.c' (121,096) at 20240405153054269 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mcp.h' (121,097) at 20210307214931430 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi' (121,098) at 20240405153045817 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,gcc-sm8350.yaml' (121,099) at 20240405153045029 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_dummy.c' (121,100) at 20220525020655203 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/savage/savagefb-i2c.c' (121,101) at 20210307214930934 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/snprintf' (121,102) at 20241221090017620 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/Makefile' (121,103) at 20210307214929374 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_writeback.c' (121,104) at 20240405153230647 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_4_2_sh_mask.h' (121,105) at 20210307214927690 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/perl-configpm-switch.patch' (121,106) at 20241221090017664 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/l2t.h' (121,107) at 20210307214929362 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nubus/nubus-virtio-mmio.h' (121,108) at 20240906080037336 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi' (121,109) at 20240405153045721 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pltfm.h' (121,110) at 20240405153230859 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/lowlevel_init.S' (121,111) at 20210308005002796 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/index.rst' (121,112) at 20220525020651718 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/toastertable.html' (121,113) at 20210307205554286 2025-03-14 03:00:53.466-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/submitting-patches.rst' (121,114) at 20240405153045301 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gdbm/gdbm_1.24.bb' (121,115) at 20241221090017696 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_post_reboot' (121,116) at 20231120090013292 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn20.h' (121,117) at 20240405153047301 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hpet.h' (121,118) at 20220525020652146 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/early.c' (121,119) at 20210307214926742 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/Kconfig' (121,120) at 20210307214926546 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_nand_rcw.cfg' (121,121) at 20210308005002996 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec/sec_drv.h' (121,122) at 20220818100014695 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_tftp.h' (121,123) at 20210307214931458 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/Makefile' (121,124) at 20210308005003008 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/local_event.c' (121,125) at 20240405153053361 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_sd.c' (121,126) at 20240815080012895 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/apq8016_sbc.c' (121,127) at 20240405153232187 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-tea5764.c' (121,128) at 20240405153049501 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/scrub/agheader_repair.c' (121,129) at 20240405153231775 to deleted uid set 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/inputfifo.c' (121,130) at 20210309003653020 2025-03-14 03:00:53.467-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/mpc624.c' (121,131) at 20240405153046897 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nxp,lpc1850-dwmac.txt' (121,132) at 20210307214925378 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/X11' (121,133) at 20211006000025246 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/vdso/gettimeofday.h' (121,134) at 20220525020651970 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/Makefile' (121,135) at 20220802100038573 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/amiints.c' (121,136) at 20210307214926138 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/global_nvs.asl' (121,137) at 20210308005002876 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mman.h' (121,138) at 20241125090012259 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/bal.S' (121,139) at 20230426080043952 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Savar_Sorbyn' (121,140) at 20210307205553790 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_phy_reg_8723b.h' (121,141) at 20210307214930662 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/syslog-filter.js' (121,142) at 20210308005107073 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/gv100.c' (121,143) at 20240405153048629 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/gen_atmel_mci.c' (121,144) at 20210308005003404 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/Kbuild' (121,145) at 20240405153230027 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-filters/fix-make-race.patch' (121,146) at 20231207090015270 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/sta2x11/sta2x11_vip.c' (121,147) at 20240415080012971 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/Kconfig' (121,148) at 20240405153052537 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml' (121,149) at 20240405153045173 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/transport_ipc.h' (121,150) at 20240405153052533 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-pioneer.dts' (121,151) at 20240405153045785 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/ldusb.c' (121,152) at 20240405153052113 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/spectmgmt.c' (121,153) at 20240405153053301 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt' (121,154) at 20210307214925294 2025-03-14 03:00:53.468-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/pcie.c' (121,155) at 20240405153045645 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c' (121,156) at 20240405153050249 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb' (121,157) at 20210307205554386 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-39x.c' (121,158) at 20241008080013967 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh' (121,159) at 20240405153054297 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/rcar_rproc.c' (121,160) at 20240405153231367 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/am335x_spl_bch.c' (121,161) at 20210308005003412 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/start.S' (121,162) at 20210308005003008 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/orphan.c' (121,163) at 20240405153052289 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/uPD60620.c' (121,164) at 20210307214929698 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/layerscape_edac.c' (121,165) at 20240405153047021 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/mediatek,mt8365-sys-clock.yaml' (121,166) at 20240405153045025 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_ratectrl_regdef.h' (121,167) at 20240405153051897 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/rainshadow/Makefile' (121,168) at 20210307214928598 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_sp.h' (121,169) at 20240405153049925 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/power/hibernate_asm_64.S' (121,170) at 20220525020652194 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/.gitignore' (121,171) at 20210307214932670 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s2mps15.yaml' (121,172) at 20240405153045145 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/nvmm-accel-ops.h' (121,173) at 20221215040039302 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-migor/mach/migor.h' (121,174) at 20210307214926558 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/fsm.h' (121,175) at 20210307214928542 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/sctop.py' (121,176) at 20210307214932570 2025-03-14 03:00:53.469-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/gl518sm.rst' (121,177) at 20210307214925502 2025-03-14 03:00:53.474-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-img-scb.c' (121,178) at 20240405153230675 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (121,179) at 20210901000020347 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/reuseaddr_ports_exhausted.sh' (121,180) at 20210307214932694 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/src/meson.build' (121,181) at 20230616135354425 to deleted uid set 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/renesas,bsc.yaml' (121,182) at 20210309003648328 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/fec.h' (121,183) at 20210307214929402 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-poweroff@.target' (121,184) at 20220301040040077 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nand-ecc-sw-hamming.h' (121,185) at 20220525020654591 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-piccata/python3-piccata_2.0.3.bb' (121,186) at 20231126090012805 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/scsi.c' (121,187) at 20210308005003216 2025-03-14 03:00:53.475-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ppa.h' (121,188) at 20240405153231435 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/xilinx-vtc.c' (121,189) at 20240405153049501 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/inventory/inventory-cleanup.bb' (121,190) at 20241206090014230 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb' (121,191) at 20241221090017564 to deleted uid set 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/cmdhdr.h' (121,192) at 20220525020653751 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/VoltageRegulatorMode.interface.yaml' (121,193) at 20230112040027526 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine-tls.h' (121,194) at 20220429100100586 2025-03-14 03:00:53.476-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-r8a7778.c' (121,195) at 20240405153046833 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c' (121,196) at 20240405153049885 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ar7/ar7.h' (121,197) at 20240405153046001 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bb' (121,198) at 20221129040014411 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-h3-ccu.h' (121,199) at 20210307214931350 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inih/libinih_58.bb' (121,200) at 20240301090012427 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/timeout.cfg' (121,201) at 20240508080012566 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-picoitx.dts' (121,202) at 20240405153045529 2025-03-14 03:00:53.477-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/images/obmc-phosphor-image.bbappend' (121,203) at 20211229110012293 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_governor_attr_set.c' (121,204) at 20240405153046913 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/xpedite5370.dts' (121,205) at 20210307214926362 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8r.inc' (121,206) at 20240301090012451 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mxsboot.c' (121,207) at 20210308005003768 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/COPYING.MIT' (121,208) at 20210307205554106 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/inet_diag.h' (121,209) at 20240405153052921 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp152.dtsi' (121,210) at 20210308005002572 2025-03-14 03:00:53.478-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png' (121,211) at 20210307205554350 to deleted uid set 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-mdm9615-wp8548-mangoh-green.dts' (121,212) at 20240405153045541 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/gtest.wrap' (121,213) at 20240914080002926 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-32bit.xml' (121,214) at 20221215040039086 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon' (121,215) at 20210307205554466 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2571_defconfig' (121,216) at 20210308005003272 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_exitbootservices.c' (121,217) at 20210308005003704 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-resolution.cpp' (121,218) at 20230516080019606 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/ipmi.rst' (121,219) at 20241008080013887 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cherryhill.h' (121,220) at 20210308005003588 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t4240_ids.c' (121,221) at 20210308005002832 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/cmsdk-apb-dualtimer.c' (121,222) at 20241211090212338 2025-03-14 03:00:53.479-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/schid.h' (121,223) at 20220525020652102 2025-03-14 03:00:53.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/btcoex.c' (121,224) at 20240405153050453 2025-03-14 03:00:53.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi' (121,225) at 20240405153045729 2025-03-14 03:00:53.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/syscallnr.sh' (121,226) at 20220525020654947 2025-03-14 03:00:53.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-phy-clk.yaml' (121,227) at 20240405153045021 2025-03-14 03:00:53.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ktz8866.c' (121,228) at 20240405153231575 2025-03-14 03:00:53.480-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/filter_expr_parser_test.cpp' (121,229) at 20240904080003190 to deleted uid set 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvmem/qcom-spmi-sdam.c' (121,230) at 20240520080015167 to deleted uid set 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ccm.c' (121,231) at 20240405153046533 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor.dtsi' (121,232) at 20240405153229947 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/README.md' (121,233) at 20221208040007434 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/Makefile' (121,234) at 20220525020653683 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/blkzoned.h' (121,235) at 20240405153052905 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/yosemitev2/host-poweroff' (121,236) at 20230415080012881 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/tx.c' (121,237) at 20240405153050293 2025-03-14 03:00:53.481-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/traps.h' (121,238) at 20210307214926586 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/mainloop.hpp' (121,239) at 20231201090027538 to deleted uid set 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/head_32.h' (121,240) at 20210307214926578 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-clk.dtsi' (121,241) at 20210308005002636 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-altera-msi.c' (121,242) at 20240405153051233 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch' (121,243) at 20210307205553802 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml' (121,244) at 20240405153229763 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000.h' (121,245) at 20210308005003440 2025-03-14 03:00:53.482-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-certificate-manager/.clang-tidy' (121,246) at 20241219090019500 to deleted uid set 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/rocker_hw.h' (121,247) at 20210309003651208 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/rt5663.c' (121,248) at 20240405153232179 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cdrom-test.c' (121,249) at 20241211090212546 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SugarCRM-1' (121,250) at 20210307205554426 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/buttons/button-disabled.png' (121,251) at 20220105012522963 to deleted uid set 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pmus.c' (121,252) at 20241211090145577 2025-03-14 03:00:53.483-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-features.json' (121,253) at 20240906080037560 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/kernel.rst' (121,254) at 20240405153229739 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fat.h' (121,255) at 20210308005003648 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c' (121,256) at 20240405153052209 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/vamem_global.h' (121,257) at 20210307214930542 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/l3_cache.json' (121,258) at 20240405153054113 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Embedded/meson.build' (121,259) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_sbsaref.py' (121,260) at 20241211090212538 2025-03-14 03:00:53.484-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6380-regulator.h' (121,261) at 20210307214931498 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/gspca.c' (121,262) at 20240405153049565 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sc8180x.h' (121,263) at 20240405153049169 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/meta/meson.build' (121,264) at 20240908080010102 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/syscalls.h' (121,265) at 20241211090212358 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/link_power_management_policy.rst' (121,266) at 20210307214925558 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.h' (121,267) at 20220525020652494 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/meta-secure-core.yml' (121,268) at 20241206090014206 2025-03-14 03:00:53.485-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/sky81452-backlight.c' (121,269) at 20240405153052177 2025-03-14 03:00:53.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/jz4725b_bch.c' (121,270) at 20210307214929226 2025-03-14 03:00:53.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-zynq.c' (121,271) at 20240405153047085 2025-03-14 03:00:53.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_primitives___diff_ptr_type.c' (121,272) at 20210307214932642 2025-03-14 03:00:53.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/jr3_pci.c' (121,273) at 20240405153046897 2025-03-14 03:00:53.486-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.metadata.yaml' (121,274) at 20220430030026016 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/cm.h' (121,275) at 20240405153049065 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunistring/libunistring_1.3.bb' (121,276) at 20241221090017696 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-meteorlake.c' (121,277) at 20240919080017066 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/register-property.cpp' (121,278) at 20240817080036816 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/irq_global.h' (121,279) at 20210307214930542 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/textsearch.c' (121,280) at 20210307214931822 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/scp_execution.py' (121,281) at 20221209040018567 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/rsk7264.c' (121,282) at 20210308005003036 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/trace-events' (121,283) at 20241211090212342 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/main.h' (121,284) at 20240405153054389 2025-03-14 03:00:53.487-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pistachio/Kconfig' (121,285) at 20220525020652314 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c' (121,286) at 20240405153049837 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/tw68-reg.h' (121,287) at 20210307214928718 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/mcu.h' (121,288) at 20210307214929886 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mscc,ocelot-pinctrl.yaml' (121,289) at 20240405153045133 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_driver.c' (121,290) at 20240624080012776 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/mach-crag6410-module.c' (121,291) at 20240405153045685 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/ISSUE_TEMPLATE.md' (121,292) at 20210307205554098 2025-03-14 03:00:53.488-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/srecord_1.65.0.bb' (121,293) at 20240113090014540 2025-03-14 03:00:53.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-cluster.c' (121,294) at 20210308005045745 2025-03-14 03:00:53.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/test/gen/server/Test/meson.build' (121,295) at 20230825080041101 to deleted uid set 2025-03-14 03:00:53.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemep/frontend.json' (121,296) at 20240405153054145 2025-03-14 03:00:53.489-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml' (121,297) at 20220525020651694 2025-03-14 03:00:53.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/manager.cpp' (121,298) at 20240820080023690 2025-03-14 03:00:53.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mccmon6_nor_defconfig' (121,299) at 20210308005003268 2025-03-14 03:00:53.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/hugetlb.h' (121,300) at 20240405153230079 2025-03-14 03:00:53.490-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_defines.h' (121,301) at 20240405153230567 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-v1.c' (121,302) at 20230310090043279 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c' (121,303) at 20240405153048793 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-11' (121,304) at 20211208040013754 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_ioep.h' (121,305) at 20210308005003400 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/Makefile' (121,306) at 20210308005002940 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-usage-stats.rst' (121,307) at 20240405153229815 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sched.h' (121,308) at 20210307214931658 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/pdbg-sim-only.cpp' (121,309) at 20220401030013859 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-r8a73a4.c' (121,310) at 20240405153046833 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/test/ntb_pingpong.c' (121,311) at 20220525020653827 2025-03-14 03:00:53.491-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch' (121,312) at 20241221090017668 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject_2.1.5.bb' (121,313) at 20241221090017536 to deleted uid set 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c' (121,314) at 20210307214932618 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/Kconfig' (121,315) at 20210308005003076 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/samsung,exynos5410-clock.yaml' (121,316) at 20240405153045029 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_urandom_usdt.c' (121,317) at 20240405153054281 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-icore-stm32mp1-ctouch2.dts' (121,318) at 20240405153045585 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/utils.py' (121,319) at 20220125040024443 to deleted uid set 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen_lib.c' (121,320) at 20220525020655007 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/meson.build' (121,321) at 20240906080037180 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (121,322) at 20241123090010951 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_impl.h' (121,323) at 20240405153053265 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.h' (121,324) at 20210308005003364 2025-03-14 03:00:53.492-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/__init__.py' (121,325) at 20210308005046237 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/input.h' (121,326) at 20210308005003656 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/Kconfig' (121,327) at 20210308005002964 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-importlib-metadata_8.4.0.bb' (121,328) at 20241221090017556 to deleted uid set 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/riscv-stub.c' (121,329) at 20240405153230295 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/__ffs.h' (121,330) at 20210307214931302 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm_pm112.c' (121,331) at 20240405153049225 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/generic_10g.c' (121,332) at 20210308005003440 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/sockios.h' (121,333) at 20210307214931618 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/crossguid/0001-include-missing-cstdint.patch' (121,334) at 20230131040012027 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/macfb.h' (121,335) at 20230426080043760 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/rt2880.dtsi' (121,336) at 20210307214926194 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/microchip/microchip-csi2dc.c' (121,337) at 20240405153230803 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_global_data.c' (121,338) at 20240405153054277 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/elf_aarch64_efi.lds' (121,339) at 20210308005002708 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821ce.c' (121,340) at 20240405153050657 2025-03-14 03:00:53.493-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/trace.h' (121,341) at 20210308005045929 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/damon/index.rst' (121,342) at 20240405153044961 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/airspy/Kconfig' (121,343) at 20240405153049541 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb' (121,344) at 20241221090017516 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_api.c' (121,345) at 20240624080012832 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/visasm.h' (121,346) at 20210307214926590 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/fpu_preempt.c' (121,347) at 20240405153232283 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/vpd_decode.c' (121,348) at 20210307214927174 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/cdc_mbim.rst' (121,349) at 20240405153045233 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/lib/ucmpdi2.c' (121,350) at 20210307214926182 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/ptrace.rst' (121,351) at 20240405153229823 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-target.c' (121,352) at 20240906080037164 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/serial.dtsi' (121,353) at 20210308005002872 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid_bpf.c' (121,354) at 20240405153054309 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board.c' (121,355) at 20210308005003076 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/si470x/Kconfig' (121,356) at 20240405153049505 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/cdc-wdm.h' (121,357) at 20240405153052809 2025-03-14 03:00:53.494-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgalloc.h' (121,358) at 20220525020651878 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/delay_to_first_boot' (121,359) at 20210307205554642 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-pipe.c' (121,360) at 20230426080043656 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/dcn315_resource.h' (121,361) at 20240405153047257 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/i8254_common.c' (121,362) at 20240906080037304 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a774b1-sysc.c' (121,363) at 20240405153231351 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch' (121,364) at 20241221090017656 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RegisteredClient_v1.xml' (121,365) at 20240619080002936 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/xor_64.h' (121,366) at 20210307214926682 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic.c' (121,367) at 20240405153045893 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_unique_call.cpp' (121,368) at 20220412175720090 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/cross_compile.patch' (121,369) at 20230706080014757 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mtx-1_wdt.c' (121,370) at 20240405153052241 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/data_handler.hpp' (121,371) at 20240817080027652 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/Kconfig' (121,372) at 20210307214932154 2025-03-14 03:00:53.495-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gcov/gcc_4_7.c' (121,373) at 20240628080014025 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/handoff.c' (121,374) at 20210308005002796 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/collate.h' (121,375) at 20210307214931194 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-bk4.dts' (121,376) at 20240405153045537 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/packagegroup.bbclass' (121,377) at 20240124090012258 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/spl_id_nand.c' (121,378) at 20210308005002760 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_priv.h' (121,379) at 20210308005003508 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/seccomp.h' (121,380) at 20210307214926178 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/lpasscc-sc8280xp.c' (121,381) at 20240405153230235 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-img-spfi.txt' (121,382) at 20210307214925438 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/include/libbej/meson.build' (121,383) at 20240106090013589 to deleted uid set 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS6.conf' (121,384) at 20240310080021376 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libzip/libzip_1.11.2.bb' (121,385) at 20241221090017516 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/sock_diag.c' (121,386) at 20241211090145549 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_arrays___fixed_arr.c' (121,387) at 20210307214932642 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mte_helper.h' (121,388) at 20240906080037460 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/acrn/cpuid.rst' (121,389) at 20220525020651790 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccountService_v1.xml' (121,390) at 20240918080002708 to deleted uid set 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/anx98xx-edp.h' (121,391) at 20210308005003520 2025-03-14 03:00:53.496-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/quirks.c' (121,392) at 20240415080012983 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/machine.c' (121,393) at 20220525020655135 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/devres.c' (121,394) at 20210308005003356 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-gw5903.dts' (121,395) at 20240405153045501 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/appendix-customizing.rst' (121,396) at 20230401080011959 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/fixed_phy.c' (121,397) at 20240405153050357 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx4/qnx4.h' (121,398) at 20210307214931230 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kionix-kx022a-spi.c' (121,399) at 20240405153048937 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/legacy/Kconfig' (121,400) at 20240405153050553 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/dmabuf-heaps/Makefile' (121,401) at 20240405153054293 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_bitfields_probed.c' (121,402) at 20240405153054277 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/inv_sensors/Kconfig' (121,403) at 20240405153230691 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ostergraninge' (121,404) at 20210307205553790 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt/0001-Get-rid-of-std-copy.patch' (121,405) at 20241221090017656 to deleted uid set 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/Kconfig' (121,406) at 20210307214932186 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/files/isic-0.07-make.patch' (121,407) at 20230706080014769 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/Makefile' (121,408) at 20240405153048325 2025-03-14 03:00:53.497-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/environmental_message_registry.hpp' (121,409) at 20241211090002379 to deleted uid set 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/signal.c' (121,410) at 20241211090212218 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt' (121,411) at 20210307214925310 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/local.h' (121,412) at 20210307214926118 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/khadas-mcu.h' (121,413) at 20210309003653860 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/systemd-networkd-only-wait-for-one.conf' (121,414) at 20230804080018095 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/socket.c' (121,415) at 20240405153053353 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/jz4780.c' (121,416) at 20210308005002820 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/mux/gpio-sbu-mux.c' (121,417) at 20240405153052149 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/vlv_dsi_pll.c' (121,418) at 20240405153048469 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics_kvm.c' (121,419) at 20221215040039122 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.h' (121,420) at 20210309003649656 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/main.cpp' (121,421) at 20220727100018782 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts' (121,422) at 20241115090012941 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mvme7100.dts' (121,423) at 20210307214926346 2025-03-14 03:00:53.498-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/rbtree_btf_fail__wrong_node_type.c' (121,424) at 20240405153054273 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h' (121,425) at 20240405153050109 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CableCollection.json' (121,426) at 20240619080002944 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno.bb' (121,427) at 20241206090014210 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-create' (121,428) at 20230925080040089 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/dai.h' (121,429) at 20240405153052889 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_h.c' (121,430) at 20210308005046521 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd_classic.c' (121,431) at 20210307214932222 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power9.inc' (121,432) at 20210905000020581 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed_%.bbappend' (121,433) at 20240720080012613 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/__init__.py' (121,434) at 20210307214932154 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-megasas-test.c' (121,435) at 20221215040039370 2025-03-14 03:00:53.499-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/sched/topology.c' (121,436) at 20240830080013339 to deleted uid set 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a7740.c' (121,437) at 20240405153051353 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb' (121,438) at 20241220090019722 to deleted uid set 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-alink-dtu-m.c' (121,439) at 20210307214928778 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/umip.h' (121,440) at 20210307214926678 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,armada-370-xp-mpic.txt' (121,441) at 20210307214925342 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/ddr.c' (121,442) at 20210308005002980 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/samsung/exynos-srom.c' (121,443) at 20210309003650404 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-start-pre@.target' (121,444) at 20220301040040081 2025-03-14 03:00:53.500-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/btree.c' (121,445) at 20240624080012812 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/signal.c' (121,446) at 20220627100016934 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-dsp.h' (121,447) at 20210307214932390 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-exynos/exynos-smc.S' (121,448) at 20210307214925882 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_btf.c' (121,449) at 20240405153231939 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-qcom-mpm.c' (121,450) at 20240405153230751 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/firmware.h' (121,451) at 20210307214925850 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_register.h' (121,452) at 20240405153050309 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.yaml' (121,453) at 20240405153045121 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-sx150x.c' (121,454) at 20240405153231327 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/multi.c' (121,455) at 20210308005003720 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Fix-timerfd-syscall-test.patch' (121,456) at 20241206090014334 2025-03-14 03:00:53.501-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/seccomp.h' (121,457) at 20240405153231879 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-pid-control/config.json' (121,458) at 20241206090014222 to deleted uid set 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-zynqmp.c' (121,459) at 20210308005003516 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/erdma_verbs.c' (121,460) at 20241008080013931 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/Makefile' (121,461) at 20210307214925958 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp8_if.c' (121,462) at 20240405153230803 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/spi_bitbang.h' (121,463) at 20210307214931514 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/sysfs.h' (121,464) at 20210307214929798 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/interrupt.c' (121,465) at 20210927100127433 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-icore-mx8mp.dtsi' (121,466) at 20240405153045733 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan78xx.c' (121,467) at 20210308005003504 2025-03-14 03:00:53.502-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi' (121,468) at 20210307214926354 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mc44s803.h' (121,469) at 20210307214928798 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m5.dtsi' (121,470) at 20240405153229963 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cacheline.h' (121,471) at 20240405153054185 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio.c' (121,472) at 20220525020653679 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h' (121,473) at 20240405153047293 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx25821/cx25821-cards.c' (121,474) at 20210307214928690 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-core.h' (121,475) at 20240405153049457 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32f405_soc.h' (121,476) at 20241211090212358 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm_api.c' (121,477) at 20230310090043283 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/sandbox.c' (121,478) at 20210308005003484 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/numa.c' (121,479) at 20240405153046285 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/splash.c' (121,480) at 20210308005003232 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-wiimote' (121,481) at 20210309003648260 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/xfs/xfs.h' (121,482) at 20210307214931278 to deleted uid set 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_proc.h' (121,483) at 20240326080039558 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-boardinfo.c' (121,484) at 20220525020653079 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/kvm/arm_vgic.h' (121,485) at 20240405153052657 2025-03-14 03:00:53.503-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/manager.hpp' (121,486) at 20221209040003858 to deleted uid set 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/ps/ps-sdw-dma.c' (121,487) at 20240405153232139 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/acp/Kconfig' (121,488) at 20210307214927202 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/sctp/sysctl.c' (121,489) at 20240405153232079 to deleted uid set 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx_helper.c' (121,490) at 20220429100100810 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/disas.c' (121,491) at 20210308005046313 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/units.h' (121,492) at 20240405153052809 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/da9211.txt' (121,493) at 20210309003648384 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-stub.c' (121,494) at 20221215040039170 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh' (121,495) at 20240405153232287 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dtv5100.h' (121,496) at 20210307214928818 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/fix-libdir.patch' (121,497) at 20210307205553902 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_drm_fimd.c' (121,498) at 20240405153230539 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/sysfs-platform_profile.rst' (121,499) at 20240405153045325 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/compat.h' (121,500) at 20210309003653700 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fbtft-sysfs.c' (121,501) at 20220525020654115 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nyhem' (121,502) at 20210307205553790 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is-param.c' (121,503) at 20240405153049457 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-ds212j.dts' (121,504) at 20240405153045457 2025-03-14 03:00:53.504-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gic_common.h' (121,505) at 20240906080037332 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-xs-node.c' (121,506) at 20241211090212554 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x.dts' (121,507) at 20220525020651910 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootloader/settings.json' (121,508) at 20240628080015597 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_comb_test.c' (121,509) at 20240405153054361 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/ar-5315u.c' (121,510) at 20210308005002948 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra62x-clocks.dtsi' (121,511) at 20240405153045597 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch' (121,512) at 20241221090017496 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Power_v1.xml' (121,513) at 20240619080002932 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/system.h' (121,514) at 20210307214926214 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Chassis_VINI.json' (121,515) at 20221213040036917 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/icnova-a20-swac_defconfig' (121,516) at 20210308005003260 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/misc/qemu,vcpu-stall-detector.yaml' (121,517) at 20240405153045109 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qedr/main.c' (121,518) at 20240405153049093 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_0_regs.h' (121,519) at 20240405153046577 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dst_ca.h' (121,520) at 20210307214928678 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/samples/devlink.c' (121,521) at 20240405153054073 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485FFE_defconfig' (121,522) at 20210308005003236 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/openbmc_redfish_interop_profile.json' (121,523) at 20220517100011834 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/shared-dma-pool.yaml' (121,524) at 20240405153045149 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/p9_cfam.hpp' (121,525) at 20210308005103637 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gic_kvm.c' (121,526) at 20241211090212282 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fw_reset.h' (121,527) at 20240405153231019 2025-03-14 03:00:53.505-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/active-semi,act8945a.yaml' (121,528) at 20240405153045141 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.json' (121,529) at 20210927100127469 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/pci-dreamcast.c' (121,530) at 20210307214926546 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_microblazeel_s3adsp1800.py' (121,531) at 20241211090212538 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/metronomefb.rst' (121,532) at 20210307214925478 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6slevk_spl_defconfig' (121,533) at 20210308005003268 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/qca,ar71xx.yaml' (121,534) at 20240405153045121 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_pm.c' (121,535) at 20240405153046941 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_drv.h' (121,536) at 20240503080014474 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qdev.c' (121,537) at 20240906080037444 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/msi-ec.c' (121,538) at 20240405153051413 2025-03-14 03:00:53.506-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-cnl.c' (121,539) at 20240405153232199 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/core/dev.c' (121,540) at 20241111090012165 to deleted uid set 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpmac.c' (121,541) at 20240405153050313 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/toastertable-simple.html' (121,542) at 20210307205554286 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-stack.tc' (121,543) at 20240405153054305 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/licenses/copyleft-next-0.3.0' (121,544) at 20210307205553806 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/layer.conf' (121,545) at 20241221090017484 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/motu/amdtp-motu.c' (121,546) at 20240405153053505 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/Kconfig' (121,547) at 20220802100038581 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/Kconfig' (121,548) at 20210308005002908 2025-03-14 03:00:53.507-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/oxfw/oxfw-midi.c' (121,549) at 20240405153232123 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of_device.h' (121,550) at 20240405153052757 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association.interface.yaml' (121,551) at 20221207040023627 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/start.rst' (121,552) at 20220612030016747 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_ti814x.h' (121,553) at 20210308005002636 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/pmic-framework.txt' (121,554) at 20210308005003328 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/riscv32-softmmu/default.mak' (121,555) at 20240906080037160 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_lca.h' (121,556) at 20240405153045341 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-clash-member.out' (121,557) at 20210308005046405 to deleted uid set 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-int-branch.json' (121,558) at 20220429100100882 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/Kconfig' (121,559) at 20210308005003052 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/cpu-sysemu.c' (121,560) at 20240906080037208 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/riscv/sifive/u74/memory.json' (121,561) at 20240405153054113 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_phy.h' (121,562) at 20240405153050321 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Osterforse' (121,563) at 20210307205553790 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/.gitignore' (121,564) at 20240405153232099 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb' (121,565) at 20241206090014298 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/GlobalStore.js' (121,566) at 20241004080035963 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/numa.c' (121,567) at 20240613080016515 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/udoo_defconfig' (121,568) at 20210308005003284 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Kiev' (121,569) at 20210307205553794 2025-03-14 03:00:53.508-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed/romulus.cfg' (121,570) at 20210307205553690 to deleted uid set 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/omap1-usb.h' (121,571) at 20240405153052797 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,versatile-sysreg.yaml' (121,572) at 20240405153229751 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/yosemite4-common-functions' (121,573) at 20241029080011443 to deleted uid set 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_rxtx.c' (121,574) at 20240405153231003 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/qcom,q6asm.h' (121,575) at 20210309003653816 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/ce.c' (121,576) at 20240405153050433 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cp14.h' (121,577) at 20210307214925850 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/atmel/atmel-pdmic.c' (121,578) at 20240710080014617 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/Kconfig' (121,579) at 20240906080037204 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/sh_cmt.c' (121,580) at 20240815080012875 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ssm4567.c' (121,581) at 20240405153053789 2025-03-14 03:00:53.509-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_sysfs.c' (121,582) at 20240405153048537 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/Makefile' (121,583) at 20210308005003544 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/ti-pwmss.c' (121,584) at 20240405153230199 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/helpers/topology.c' (121,585) at 20210307214932618 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fabs.c' (121,586) at 20210307214926434 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/watchdog.init' (121,587) at 20210307205554574 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/ima.c' (121,588) at 20240405153054269 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bitmain_antminer_s9_defconfig' (121,589) at 20210308005003252 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/pktgen.rst' (121,590) at 20220525020651750 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-iproc-qspi.c' (121,591) at 20240405153231463 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/dev.c' (121,592) at 20210308005003556 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tests/.kunitconfig' (121,593) at 20240405153048769 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/vdk_axc003_idu.dtsi' (121,594) at 20210309003648560 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/nospec-insn.h' (121,595) at 20240405153046277 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/anode.c' (121,596) at 20210307214931122 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/ima-policy-simple_1.0.bb' (121,597) at 20241221090017576 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cortina/Kconfig' (121,598) at 20210309003650616 2025-03-14 03:00:53.510-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/file-posix.c' (121,599) at 20241211090212214 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_modal.scss' (121,600) at 20220105012522983 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-nitrogen6_som2.dts' (121,601) at 20240405153045505 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_tgec.h' (121,602) at 20210308005003652 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_bitfields.c' (121,603) at 20210307214932642 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (121,604) at 20240413080012631 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cirrus/ep7209.dtsi' (121,605) at 20240405153045433 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_md.py' (121,606) at 20210308005003744 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb' (121,607) at 20241221090017688 to deleted uid set 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-stxx-defs.h' (121,608) at 20210307214926238 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/report_platform.h' (121,609) at 20210308005002880 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/tsec.c' (121,610) at 20210308005003448 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_common.h' (121,611) at 20210307214928814 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/reset.c' (121,612) at 20210308005002820 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c' (121,613) at 20240405153231031 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/Makefile' (121,614) at 20240405153046493 2025-03-14 03:00:53.511-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/msg_ring.c' (121,615) at 20240405153052965 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2status.h' (121,616) at 20240527080023356 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-ident.json' (121,617) at 20210308005046401 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/bootparam.h' (121,618) at 20240906080037324 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/cvb.c' (121,619) at 20220525020652338 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0001-include-libgen.h-for-basename-API-prototype.patch' (121,620) at 20240413080012635 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/stm32/clk-stm32-core.h' (121,621) at 20240405153046853 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/aspeed-lpc-ctrl.h' (121,622) at 20210307214931622 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/OWNERS' (121,623) at 20220811030015395 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-test.h' (121,624) at 20210307214930470 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/led.h' (121,625) at 20240405153050633 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Parikkala' (121,626) at 20210307205553770 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_default.h' (121,627) at 20210308005003644 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/compat.c' (121,628) at 20241211090212502 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/eth_ls1088aqds.c' (121,629) at 20210308005002968 2025-03-14 03:00:53.512-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp.h' (121,630) at 20240405153048449 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c' (121,631) at 20240503080014486 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-arch.rst' (121,632) at 20240405153045301 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/dell_rbu.rst' (121,633) at 20210309003648268 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/id_map_tests.cpp' (121,634) at 20240817080031296 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_ttm_buddy_manager.c' (121,635) at 20240405153048537 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi' (121,636) at 20240405153045589 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/libertas_spi.h' (121,637) at 20210307214931514 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/clz_ctz.c' (121,638) at 20240405153046269 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi' (121,639) at 20240405153229955 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/cgroup-v1/devices.rst' (121,640) at 20210307214925218 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/emsdp_defconfig' (121,641) at 20210308005003256 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/842/842.h' (121,642) at 20210307214931790 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/Makefile' (121,643) at 20210308005002780 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/led-test-map.hpp' (121,644) at 20240822080022197 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/delay.h' (121,645) at 20210309003648884 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_e_aon.c' (121,646) at 20241211090212298 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/util.h' (121,647) at 20240405153054213 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_geam_mmc_defconfig' (121,648) at 20210308005003260 2025-03-14 03:00:53.513-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/nfcmrvl/Kconfig' (121,649) at 20210307214929978 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Makefile' (121,650) at 20230302090047758 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk_1.22.8.bb' (121,651) at 20241221090017660 to deleted uid set 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/runqslower/runqslower.h' (121,652) at 20240405153054041 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/tps6105x.h' (121,653) at 20210307214931434 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/powernv.rst' (121,654) at 20241211090212238 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpress_spl_defconfig' (121,655) at 20210308005003288 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-pid-path.patch' (121,656) at 20230706080014769 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_usb.c' (121,657) at 20240405153231263 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attention.cpp' (121,658) at 20240830080017491 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/rtc.h' (121,659) at 20210307214926554 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bortansbyn_Bortan' (121,660) at 20210307205553778 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/187.out' (121,661) at 20210308005046457 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/i386/a-b-bootblock.S' (121,662) at 20240906080037560 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-input.c' (121,663) at 20240405153049561 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/88pm80x.c' (121,664) at 20240405153049597 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/net2280.h' (121,665) at 20220525020654267 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-a83t-ccu.h' (121,666) at 20210308005003636 2025-03-14 03:00:53.514-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dm816x-clocks.dtsi' (121,667) at 20240405153045597 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/sensor_unittest.cpp' (121,668) at 20240817080026664 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6.h' (121,669) at 20240405153231311 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/cfg.c' (121,670) at 20241220090018338 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/psoc_timestamp_regs.h' (121,671) at 20240405153046605 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_util.h' (121,672) at 20240405153051965 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cuda.h' (121,673) at 20210307214931626 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/trace.h' (121,674) at 20240405153049757 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/expr.y' (121,675) at 20240405153232235 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-ep9312.inc' (121,676) at 20210905000020581 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/io.h' (121,677) at 20210307214926246 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/resolution.hpp' (121,678) at 20240830080017491 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/fonts/font_8x8.c' (121,679) at 20220525020654747 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-probes.h' (121,680) at 20240405153054005 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/LICENSE' (121,681) at 20230821192414184 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-internal.h' (121,682) at 20240906080037440 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/Kconfig' (121,683) at 20210308005003356 2025-03-14 03:00:53.515-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-x86/chassis/x86-power-control/power-config-host0.json' (121,684) at 20211222040037065 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m53xxsim.h' (121,685) at 20210307214926162 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/licenses/GPL-2' (121,686) at 20210307205554470 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/palmas.txt' (121,687) at 20210307214925362 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-tx.c' (121,688) at 20240710080014589 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mac.c' (121,689) at 20240405153231227 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pemx-defs.h' (121,690) at 20210307214926238 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra124.c' (121,691) at 20240405153230831 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/pinmux_config.h' (121,692) at 20210308005003072 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/Kconfig' (121,693) at 20241023080012879 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/sun4i-gpadc.c' (121,694) at 20240405153230839 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm283x.c' (121,695) at 20210308005003456 2025-03-14 03:00:53.516-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/subprojects/sdbusplus.wrap' (121,696) at 20210308005113053 to deleted uid set 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/rpc.h' (121,697) at 20210308005002640 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c' (121,698) at 20210308005046521 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Carmel' (121,699) at 20210307205553794 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-dw-pci.c' (121,700) at 20240405153051785 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/filters.hpp' (121,701) at 20240726080021431 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/virtual_sensor_config.json' (121,702) at 20240905080027586 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/img,ascii-lcd.yaml' (121,703) at 20220525020651662 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/ct82c710.c' (121,704) at 20240405153049157 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/led.c' (121,705) at 20241211090212298 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/vectors_m.S' (121,706) at 20210308005002708 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_debugfs_crc.c' (121,707) at 20220525020652843 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am65x_evm.h' (121,708) at 20210308005003584 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/topology.c' (121,709) at 20240405153053981 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json' (121,710) at 20210824000016401 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/include/linux/bootconfig.h' (121,711) at 20240405153054037 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nomadik/pinctrl-ab8500.c' (121,712) at 20240405153051325 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/host1x.h' (121,713) at 20210307214931610 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-lm3601x.c' (121,714) at 20240405153049217 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/256.out' (121,715) at 20210308005046465 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/trace.h' (121,716) at 20240405153052385 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog_%.bbappend' (121,717) at 20241206090014234 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/fix-arm-atomic.patch' (121,718) at 20210307205553890 to deleted uid set 2025-03-14 03:00:53.517-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/README.md' (121,719) at 20240807080022450 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/stm32h7-pinfunc.h' (121,720) at 20210308005003640 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps6594-i2c.c' (121,721) at 20240405153049621 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/iuu_phoenix.rst' (121,722) at 20210307214925590 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/spl_spi_sunxi.c' (121,723) at 20210308005002784 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/009.out' (121,724) at 20210308005046413 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/vdso.c' (121,725) at 20240405153046029 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk-ti-sci.c' (121,726) at 20210308005003348 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/spear300-evb.dts' (121,727) at 20240405153045577 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/gaudi_reg_map.h' (121,728) at 20240405153046581 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-langtable_0.0.68.bb' (121,729) at 20241221090017556 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/cfi_mtd.c' (121,730) at 20210308005003408 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/oscam/oscam_1.20.bb' (121,731) at 20241206090014238 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/nxp,tpm-timer.yaml' (121,732) at 20240405153045177 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/firmware/linaro,optee-tz.txt' (121,733) at 20210308005003304 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/Makefile.am' (121,734) at 20210308004938836 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/init.h' (121,735) at 20210308005045997 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/openat-syscall-tp-fields.c' (121,736) at 20240405153054169 2025-03-14 03:00:53.518-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/fskeleton.S' (121,737) at 20210307214926146 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/Kconfig' (121,738) at 20210308005003012 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_coherency.c' (121,739) at 20240405153048481 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/me_daq.c' (121,740) at 20240405153046897 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/forms.py' (121,741) at 20240106090017249 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/files/run-ptest' (121,742) at 20210307205554006 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml' (121,743) at 20240405153045113 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/core.c' (121,744) at 20240405153050433 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Bahyph' (121,745) at 20211006000025230 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdp.c' (121,746) at 20210308005046505 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CXLLogicalDevice.v1_2_1.json' (121,747) at 20240918080002716 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sched/.gitignore' (121,748) at 20220525020655231 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/string.h' (121,749) at 20240405153046505 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-itead-iteaduino-plus.dts' (121,750) at 20240405153045377 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-v4l.h' (121,751) at 20240405153049561 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m54xx.c' (121,752) at 20220525020651982 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/generic.c' (121,753) at 20240405153046421 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.js' (121,754) at 20210308005107077 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/fan.cpp' (121,755) at 20220923030023309 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/zones.yaml' (121,756) at 20210307205553702 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/Kconfig' (121,757) at 20240405153049521 2025-03-14 03:00:53.519-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/RedfishExtensions_v1.xml' (121,758) at 20240824080002934 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rtl8411.c' (121,759) at 20240405153049629 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/Makefile' (121,760) at 20240405153231355 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-make-Replace-cp-a-with-mode-preserving-options.patch' (121,761) at 20210307205553826 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_server.h' (121,762) at 20230629131804623 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/nfs/nfs41-server.rst' (121,763) at 20210307214925486 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/switch_endian_test.S' (121,764) at 20210309003656016 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/atmel_captouch.c' (121,765) at 20240405153049141 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/sdk7780.h' (121,766) at 20210307214926558 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/uncore-interconnect.json' (121,767) at 20240405153054145 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mfsl.c' (121,768) at 20210308005003212 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml' (121,769) at 20240405153045037 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/bonding/mode-2-recovery-updelay.sh' (121,770) at 20240405153232263 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/pipe_test.sh' (121,771) at 20240405153054173 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_current_task_under_cgroup_user.c' (121,772) at 20240405153053425 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy27-129w' (121,773) at 20210307205553762 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c' (121,774) at 20240405153049641 to deleted uid set 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/set_sregs_test.c' (121,775) at 20240405153054321 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/timers/highres.rst' (121,776) at 20210307214925570 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/sram.c' (121,777) at 20210307214926574 2025-03-14 03:00:53.520-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp4_i2c.c' (121,778) at 20240405153049157 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_utils.hpp' (121,779) at 20240427080014721 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/au8522.h' (121,780) at 20210307214928610 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy23_C-121W' (121,781) at 20210307205553762 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/renesas/rcar-rst.h' (121,782) at 20240405153052793 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31-m9.dts' (121,783) at 20240405153045381 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.h' (121,784) at 20210308005003432 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_i2c.cpp' (121,785) at 20240820080007201 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/Kconfig' (121,786) at 20240628080013985 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/gzfile.hpp' (121,787) at 20240817080003179 to deleted uid set 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/font.c' (121,788) at 20240405153045369 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux-common.yaml' (121,789) at 20240405153045133 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/gpio-manager.init' (121,790) at 20241221090017540 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu/first-boot-set-psu.sh' (121,791) at 20230428080015194 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/page.h' (121,792) at 20220525020651966 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/pswalk.c' (121,793) at 20240405153046625 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_wr.h' (121,794) at 20240405153053381 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r16-bananapi-m2m.dts' (121,795) at 20210308005002624 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/sensirion,sht15.yaml' (121,796) at 20240405153229767 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_ring_submission.c' (121,797) at 20240405153048505 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_serverworks.c' (121,798) at 20241011080017295 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/Makefile' (121,799) at 20210307214929342 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/proto.h' (121,800) at 20240405153050497 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/uk.c' (121,801) at 20240405153230715 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-colibri.dtsi' (121,802) at 20240405153229879 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/digic.rst' (121,803) at 20210308005045809 2025-03-14 03:00:53.521-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/cmd.c' (121,804) at 20210307214929966 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_atpx_handler.c' (121,805) at 20240405153230623 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/readinterface_mock.hpp' (121,806) at 20210308005116217 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/gntdev-dmabuf.c' (121,807) at 20240405153231603 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/meson.build' (121,808) at 20220913030027305 to deleted uid set 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.errors.yaml' (121,809) at 20210610000035106 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubiro-remove@.service.in' (121,810) at 20210308005100305 to deleted uid set 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/net_namespace.c' (121,811) at 20240405153052981 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nft_reject.h' (121,812) at 20240405153052857 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/init-redis-server' (121,813) at 20241221090017524 to deleted uid set 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/Makefile' (121,814) at 20210308005002804 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/licenses/DMTF' (121,815) at 20210307205553806 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb' (121,816) at 20241221090017544 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2' (121,817) at 20210308005046473 to deleted uid set 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/fpu_helper.c' (121,818) at 20240906080037512 2025-03-14 03:00:53.522-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/sections.h' (121,819) at 20210308005002808 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_int.h' (121,820) at 20240326080039370 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/tests/arch-tests.c' (121,821) at 20240405153054085 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC4-101w' (121,822) at 20210307205553758 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash.err' (121,823) at 20210308005046413 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mtms.cpp' (121,824) at 20210308005049129 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/bcm6362-reset.h' (121,825) at 20220525020654547 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h' (121,826) at 20240405153047173 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-pcm.c' (121,827) at 20240726080012882 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h' (121,828) at 20210307214929614 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/pru_rproc.h' (121,829) at 20220525020653939 2025-03-14 03:00:53.523-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-zynq.c' (121,830) at 20240405153231371 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/bnxt_re/roce_hsi.h' (121,831) at 20240613080016415 to deleted uid set 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/avb.c' (121,832) at 20210308005003204 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-raw' (121,833) at 20210307214932570 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb' (121,834) at 20241220090019722 to deleted uid set 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/mixeng.c' (121,835) at 20230426080043632 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/primitive.c' (121,836) at 20210307214932070 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_b.c' (121,837) at 20210308005046521 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb' (121,838) at 20241206090014242 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,s6d27a1.yaml' (121,839) at 20240405153045045 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/vpe.c' (121,840) at 20240405153049489 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/smi.h' (121,841) at 20210307214929274 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend' (121,842) at 20241206090014218 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/spider_net.c' (121,843) at 20240405153231063 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.structure.min.css' (121,844) at 20210307205554270 2025-03-14 03:00:53.525-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/host/i386/host-signal.h' (121,845) at 20221215040039062 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mt6397-irq.c' (121,846) at 20240405153230835 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c' (121,847) at 20240405153230631 to deleted uid set 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/header.c' (121,848) at 20240405153054089 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/inst.h' (121,849) at 20240405153046113 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/utest.cpp' (121,850) at 20241211090150557 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,ipq5332-gcc.h' (121,851) at 20240405153052645 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/hv_get_dns_info.sh' (121,852) at 20210307214932470 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-gembird.c' (121,853) at 20210307214928090 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/test/pldmd_registration_test.cpp' (121,854) at 20231211090034751 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch' (121,855) at 20220204040022688 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-udma.h' (121,856) at 20240405153049373 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/sys_regs.c' (121,857) at 20240405153045885 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/pcie.c' (121,858) at 20240405153048665 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/dpaa2-fd.h' (121,859) at 20240405153052881 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/alt.h' (121,860) at 20210308005003584 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h' (121,861) at 20210309003649652 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/int51x1.c' (121,862) at 20220525020653695 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/livepatch/core.h' (121,863) at 20210307214931738 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable-3level_types.h' (121,864) at 20240405153046389 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/lsm303dlhc-mag-test.c' (121,865) at 20220429100100938 2025-03-14 03:00:53.526-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/container-image/container-image-testpkg.bb' (121,866) at 20210812000025290 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/Kconfig' (121,867) at 20240405153049465 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-bus-usb' (121,868) at 20210307214925182 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/Kconfig' (121,869) at 20210308005002904 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/cedrus/cedrus.c' (121,870) at 20240405153051865 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/config.h' (121,871) at 20210308005002808 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-bmc-service-quiesce@.target' (121,872) at 20220226040035996 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-jcore-aic.c' (121,873) at 20240405153049197 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/riscv.h' (121,874) at 20240405153048769 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/portdrv.h' (121,875) at 20240405153231295 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Linkoping_Vattentornet' (121,876) at 20210307205553786 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/pkey-helpers.h' (121,877) at 20240405153054329 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adcapp.c' (121,878) at 20211216110021259 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/board_common.c' (121,879) at 20220509100030618 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/.gitignore' (121,880) at 20210307214932162 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c' (121,881) at 20240405153047297 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml' (121,882) at 20240405153045029 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/msg.h' (121,883) at 20240405153053397 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-debugifc.c' (121,884) at 20210307214928842 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_infiniband.h' (121,885) at 20210307214931634 2025-03-14 03:00:53.527-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/hash.c' (121,886) at 20220525020654791 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ddr_rk3288.h' (121,887) at 20210308005002660 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/fgraph-filter.tc' (121,888) at 20210307214932670 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/Build' (121,889) at 20240405153054173 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/scratchpad.h' (121,890) at 20210307214926586 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/hex_arch_types.h' (121,891) at 20230426080043876 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/eeprom.h' (121,892) at 20210308005002948 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/drive_del-test.c' (121,893) at 20240906080037568 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.service' (121,894) at 20210308005105441 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/psfrag' (121,895) at 20211006000025246 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv2/strcpy.S' (121,896) at 20210307214926098 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/power-sequencing.service' (121,897) at 20230706080014733 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/Makefile' (121,898) at 20210307214928810 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dataflash_mmc_mux.c' (121,899) at 20210308005003208 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cougarcanyon2.h' (121,900) at 20210308005003592 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8183-da7219-max98357.txt' (121,901) at 20210309003648392 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutletGroup_v1.xml' (121,902) at 20240619080002932 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/core.c' (121,903) at 20240405153232195 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mt6360-core.c' (121,904) at 20240405153049613 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_nx.h' (121,905) at 20210309003652872 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/machine.json' (121,906) at 20241211090212450 2025-03-14 03:00:53.528-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/asound.h' (121,907) at 20210307214931594 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs3xdr.c' (121,908) at 20240405153052437 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/meson.build' (121,909) at 20240908080010098 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/sm4.h' (121,910) at 20240405153052625 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/ni_reg.h' (121,911) at 20210307214928002 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/frequency/adf4350.h' (121,912) at 20210307214931402 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_aops.h' (121,913) at 20210307214931278 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/NG2copy_to_user.S' (121,914) at 20210307214926606 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_backlight.c' (121,915) at 20240613080016403 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stmfx.c' (121,916) at 20240405153049617 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/sev.h' (121,917) at 20240906080037488 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/0001-fix-reproducibility.patch' (121,918) at 20241221090017488 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/dev_cgroup.c' (121,919) at 20240405153054269 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8580.c' (121,920) at 20240405153232167 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/spinlock_64.h' (121,921) at 20220525020652118 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/ddr.h' (121,922) at 20210308005002664 2025-03-14 03:00:53.529-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.6' (121,923) at 20211006000025242 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/esp-pci.c' (121,924) at 20241211090212330 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-wcd934x.c' (121,925) at 20240405153230307 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lcdvideo.h' (121,926) at 20210308005003656 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-hid' (121,927) at 20210309003648244 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-audit.c' (121,928) at 20240405153049241 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/debugfs.c' (121,929) at 20240405153048513 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ExtendedVersion.interface.yaml' (121,930) at 20220315030032667 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0002-fix-reproducibility-of-build-process.patch' (121,931) at 20210307205553934 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb' (121,932) at 20240808080012364 to deleted uid set 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-uclass.c' (121,933) at 20210308005003740 2025-03-14 03:00:53.530-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/efi.h' (121,934) at 20240405153231807 to deleted uid set 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/BlueRidge.json' (121,935) at 20240809080033019 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overhogdal' (121,936) at 20210307205553790 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/dir.c' (121,937) at 20210307214931070 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hmm.h' (121,938) at 20240405153052697 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NOR_defconfig' (121,939) at 20210308005003240 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/README.nand' (121,940) at 20210308005003056 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hte/hte.c' (121,941) at 20240405153230659 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/evsel.c' (121,942) at 20240405153232223 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_pwr_seq.h' (121,943) at 20220525020654183 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/opos6uldev.h' (121,944) at 20210308005003608 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (121,945) at 20221207040015691 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ResourceManagement/Power.vue' (121,946) at 20241004080035967 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mae_counter_format.h' (121,947) at 20240405153050273 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (121,948) at 20240614080012954 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_s_qb.c' (121,949) at 20210308005046505 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-tf300tg.dts' (121,950) at 20240405153045485 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap5_uevm.h' (121,951) at 20210308005003608 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/gpio/.gitignore' (121,952) at 20210307214932470 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/dash/dash_0.5.12.bb' (121,953) at 20241221090017532 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/k210_generic.dts' (121,954) at 20220525020652086 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/sdbusplus.wrap' (121,955) at 20220531100030248 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_no_ucode_ptr.c' (121,956) at 20210308005003756 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/topology.h' (121,957) at 20210307214926586 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-ocelot-serdes.h' (121,958) at 20210307214931342 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ghc_udp.c' (121,959) at 20240405153053157 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/images/logo-header.svg' (121,960) at 20220105012522983 2025-03-14 03:00:53.531-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzacas.c.inc' (121,961) at 20241211090212514 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/Makefile' (121,962) at 20210308005002980 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/camss-vfe-4-1.c' (121,963) at 20240405153049429 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c' (121,964) at 20240405153048593 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_mode.c' (121,965) at 20210307214930674 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/thead/Makefile' (121,966) at 20240405153046245 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/Kconfig' (121,967) at 20210308005003048 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/lxdm-pam-debug' (121,968) at 20210307205553946 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark/0001-tracers-Fix-buffer-overflow.patch' (121,969) at 20220402030015895 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/richtek,rt9467.yaml' (121,970) at 20240405153045141 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/fp-pidbench.S' (121,971) at 20240405153054237 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/pcxhr/pcxhr_hwdep.h' (121,972) at 20210307214932274 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/gfp_types.h' (121,973) at 20240405153054049 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-error-on-reset.out' (121,974) at 20220429100100930 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpopcode.c' (121,975) at 20210307214925978 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/kdbg.h' (121,976) at 20210308005045769 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/stratix10-socdk/Makefile' (121,977) at 20210308005002912 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/mm/init.c' (121,978) at 20241001080013012 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/225' (121,979) at 20220429100100910 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/imx-audio-hdmi.yaml' (121,980) at 20240405153045165 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vduse.h' (121,981) at 20221215040039202 2025-03-14 03:00:53.532-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/amlogic,meson-g12a-dw-mipi-dsi.yaml' (121,982) at 20240405153045037 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/MAINTAINERS' (121,983) at 20210308005003072 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/160.out' (121,984) at 20210308005046453 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Puoltsa' (121,985) at 20210307205553790 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/x86_pkg_temperature_thermal.rst' (121,986) at 20210307214925474 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ga10h_v1_1_defconfig' (121,987) at 20210308005003260 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_REJECT.c' (121,988) at 20220525020654847 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap-hotplug.c' (121,989) at 20210307214925918 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max8997.h' (121,990) at 20240405153052729 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/virtual-memory.json' (121,991) at 20240405153054157 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_multu.c' (121,992) at 20210308005046505 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot_stats.c' (121,993) at 20240405153231035 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/rpaphp_core.c' (121,994) at 20240405153051245 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-write.rst' (121,995) at 20210309003648492 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.2' (121,996) at 20211006000025242 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/hv-24x7.h' (121,997) at 20210307214926446 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-technisat-usb2.c' (121,998) at 20210307214928782 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/maxbcm.h' (121,999) at 20210308005003604 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/Makefile' (122,000) at 20210308005002904 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_port.h' (122,001) at 20240405153050201 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-regmap-divider.c' (122,002) at 20210307214926998 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gem_vma.c' (122,003) at 20240405153230595 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/Makefile' (122,004) at 20240405153046241 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/cp110-system-controller.txt' (122,005) at 20240405153229755 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/config.mk' (122,006) at 20210308005002884 2025-03-14 03:00:53.533-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/hd-audio/index.rst' (122,007) at 20240405153045261 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-gru/grutables.h' (122,008) at 20240405153049649 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/features.rst' (122,009) at 20240405153229827 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0001-rpi-Use-malloc-instead-of-variable-length-arrays.patch' (122,010) at 20241221090017488 to deleted uid set 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/mwavepub.h' (122,011) at 20210307214926950 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_probe_write_user_user.c' (122,012) at 20240405153053425 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_mbdrc.h' (122,013) at 20240405153054013 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Thermal.v1_7_3.json' (122,014) at 20240619080002956 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image.c' (122,015) at 20210308005003228 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_tunnel_kern.c' (122,016) at 20240830080013363 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/airq.h' (122,017) at 20240405153230075 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/sh_css_properties.c' (122,018) at 20210309003653028 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/Kconfig' (122,019) at 20210308005003080 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-dns325.dts' (122,020) at 20240405153045457 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/seg6.h' (122,021) at 20220525020654647 2025-03-14 03:00:53.534-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr_2.5.2.bb' (122,022) at 20240413080012703 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ia_css_tnr_param.h' (122,023) at 20240405153051837 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-topology-test.c' (122,024) at 20240405153053993 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mv_xor.h' (122,025) at 20210307214927134 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/sumo_dpm.h' (122,026) at 20220525020653007 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (122,027) at 20240906080037556 to deleted uid set 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/current.h' (122,028) at 20240405153231791 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/vdso32.lds.S' (122,029) at 20240405153046369 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/lpass.h' (122,030) at 20240405153232187 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/st,st-delta.txt' (122,031) at 20210307214925354 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/rtc.c' (122,032) at 20210308005003340 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake-native_3.31.0.bb' (122,033) at 20241221090017656 to deleted uid set 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Pump.v1_1_0.json' (122,034) at 20240619080002952 to deleted uid set 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts' (122,035) at 20240405153045761 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_SYNPROXY.h' (122,036) at 20210307214931646 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-13.c' (122,037) at 20210307214931190 2025-03-14 03:00:53.535-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/rtl2832.c' (122,038) at 20241008080013939 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fjes/fjes_main.c' (122,039) at 20240405153050329 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml' (122,040) at 20240405153045169 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/aspeed/aspeed_gfx_out.c' (122,041) at 20240405153048361 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/cacheflush.S' (122,042) at 20241011080017291 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_nsa.S' (122,043) at 20210308005046533 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/board.c' (122,044) at 20210308005003048 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ioat/hw.h' (122,045) at 20210307214927130 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml' (122,046) at 20220315030032663 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/antsel.h' (122,047) at 20210307214929810 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/instance-db/default' (122,048) at 20230608150615691 to deleted uid set 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/test/.gitignore' (122,049) at 20240405153231955 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/watch_queue.rst' (122,050) at 20240405153045005 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_module.c' (122,051) at 20240405153048529 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/repaper.c' (122,052) at 20240405153048773 2025-03-14 03:00:53.536-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-of-mmp2.c' (122,053) at 20240405153230219 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_2_sh_mask.h' (122,054) at 20220525020652807 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb' (122,055) at 20241221090017544 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/module.c' (122,056) at 20240405153229991 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/au1x/db1000.c' (122,057) at 20210307214932286 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/scrub.h' (122,058) at 20241023080012899 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/p1275.c' (122,059) at 20240805080013927 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_pci_generic.c' (122,060) at 20220525020654239 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/pma8084.dtsi' (122,061) at 20240405153229891 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/clk-uclass.h' (122,062) at 20210308005003572 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch' (122,063) at 20210307205554478 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/debugfs.rst' (122,064) at 20240405153045201 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb' (122,065) at 20241225090010924 to deleted uid set 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/gk20a.c' (122,066) at 20220525020652963 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/code-of-conduct.rst' (122,067) at 20210307214925550 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hdlc.h' (122,068) at 20210307214931634 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_fb.h' (122,069) at 20240405153048361 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/file.js' (122,070) at 20210308005107069 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/filter-root-cause.cpp' (122,071) at 20240824080015046 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-pinfunc-snvs.h' (122,072) at 20240405153045529 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kconfig.debug' (122,073) at 20240405153045953 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-pico-pi.dts' (122,074) at 20240405153229887 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/amlogic,axg-tdm-formatters.yaml' (122,075) at 20240405153045161 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qstring.h' (122,076) at 20221215040039190 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/3com/Makefile' (122,077) at 20210307214929278 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/prom.c' (122,078) at 20241211090145381 2025-03-14 03:00:53.537-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/0003-comment-out-sections-shutdown-and-environment-in-gen.patch' (122,079) at 20230317080013797 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ethoc.c' (122,080) at 20240405153049909 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/sysmap-apq8016.c' (122,081) at 20210308005002776 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/debugging.rst' (122,082) at 20240413080012675 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/mei-trace.h' (122,083) at 20220525020653367 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml' (122,084) at 20220525020651670 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tlclk.c' (122,085) at 20210307214926950 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_imem.c' (122,086) at 20240405153050865 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/aer-inject/0001-include-libgen.h-for-basename.patch' (122,087) at 20240413080012651 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/Makefile' (122,088) at 20210307214928718 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/ipmi-fru-parser/strgfnhandler.cpp' (122,089) at 20240817080009164 to deleted uid set 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958622hr_defconfig' (122,090) at 20210308005003252 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0008-libsodium-aarch64_crypto.patch' (122,091) at 20240413080012655 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/raw.h' (122,092) at 20240405153052865 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.h' (122,093) at 20240405153050065 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-helper-xaui.h' (122,094) at 20210307214926234 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/eco5pk.c' (122,095) at 20210308005002900 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/versal/MAINTAINERS' (122,096) at 20210308005003172 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/concurrencytest/README.md' (122,097) at 20210308005003760 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/clocksource/hyperv_timer.c' (122,098) at 20240405153230247 to deleted uid set 2025-03-14 03:00:53.538-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/ptrace-generic.h' (122,099) at 20210307214926618 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a400.i2c/i2c-7/7-0052.conf' (122,100) at 20240920080012139 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/pwm-beeper.c' (122,101) at 20240613080016419 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/lowlevel_init_luton.S' (122,102) at 20210308005002820 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/hv_spinlock.c' (122,103) at 20240405153230107 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv6/nf_dup_ipv6.h' (122,104) at 20210307214931566 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc' (122,105) at 20241220090019722 to deleted uid set 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/packing.rst' (122,106) at 20240405153045289 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pmu.h' (122,107) at 20240613080016563 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb' (122,108) at 20241221090017564 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch' (122,109) at 20220204040022432 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0006-Add-SDL2-example-support.patch' (122,110) at 20241221090017528 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/trng/trng.c' (122,111) at 20240405153046945 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/dfsqrt.c' (122,112) at 20210307214926334 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/camellia_generic.c' (122,113) at 20240405153046533 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.json' (122,114) at 20210308005046401 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.events.yaml' (122,115) at 20241121090018187 to deleted uid set 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-out-clk.yaml' (122,116) at 20240405153045021 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/filemap.h' (122,117) at 20240405153052893 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7742-sysc.c' (122,118) at 20240405153231351 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-rpmh.c' (122,119) at 20240405153230735 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iversion.h' (122,120) at 20240405153052713 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_queue.c' (122,121) at 20240405153232059 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedilib.h' (122,122) at 20240405153052669 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/vdso/vdso.S' (122,123) at 20210307214926754 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/cpu.c' (122,124) at 20210308005002556 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu-fifo-i2s.c' (122,125) at 20240405153232187 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/mux_data.h' (122,126) at 20210308005003076 2025-03-14 03:00:53.539-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.Ldap.Config.service' (122,127) at 20210307205554074 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/damon/maintainer-profile.rst' (122,128) at 20240405153045229 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/ptrace.h' (122,129) at 20240405153045865 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-environment-extsdk.bb' (122,130) at 20210812000025330 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-lboxre2/Makefile' (122,131) at 20210307214926538 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools.inc' (122,132) at 20240413080012687 to deleted uid set 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t600x-die0.dtsi' (122,133) at 20240405153045717 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/mesa-demos_%.bbappend' (122,134) at 20230401080011947 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/load_config.py' (122,135) at 20210308005002536 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_port.c' (122,136) at 20241220090018314 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020mbg-pc_32b.dts' (122,137) at 20210307214926346 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_sysfs.c' (122,138) at 20240628080014005 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0011-purgatory-Makefile-adapt-to-klcc.patch' (122,139) at 20210307205553750 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c' (122,140) at 20240405153046801 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_em.c' (122,141) at 20240405153051997 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-msglog.c' (122,142) at 20240405153046217 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb' (122,143) at 20241206090014242 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos4412-isp.c' (122,144) at 20240405153230239 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-mdm9607.c' (122,145) at 20240405153051345 2025-03-14 03:00:53.540-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spi/altera.h' (122,146) at 20240405153052797 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptconfig.c' (122,147) at 20210308005045953 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/0001-Dont-specify-march-explicitly.patch' (122,148) at 20230706080014757 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/tegra186_bpmp_i2c.c' (122,149) at 20210308005003384 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_action_tests.cpp' (122,150) at 20210308005405938 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_dtb.py' (122,151) at 20210308005003748 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_monitor_main.cpp' (122,152) at 20240608080014341 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfrem.c' (122,153) at 20210307214926334 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/lima_drm.h' (122,154) at 20210307214931618 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_skb_cgroup_id.sh' (122,155) at 20240405153054285 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/camss/Kconfig' (122,156) at 20240405153049425 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/1000.c' (122,157) at 20240405153050509 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/prot-none.c' (122,158) at 20240906080037580 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-regs.h' (122,159) at 20240405153049453 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-params.c' (122,160) at 20240405153048821 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py' (122,161) at 20210307205554286 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/Kconfig' (122,162) at 20220525020651990 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/stubs.c' (122,163) at 20240405153053233 2025-03-14 03:00:53.541-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11n_rxreorder.h' (122,164) at 20240405153050561 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-sh7723.c' (122,165) at 20240405153051361 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pm9261.h' (122,166) at 20210308005003612 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rapidio/rio.c' (122,167) at 20240405153051457 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service' (122,168) at 20210307205554474 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/pi/Makefile' (122,169) at 20240405153045869 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c' (122,170) at 20240405153231487 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-Views' (122,171) at 20211006000025230 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/nand_bch.h' (122,172) at 20210308005003668 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lapua' (122,173) at 20210307205553770 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h' (122,174) at 20210308005003368 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/ctree.c' (122,175) at 20210308005003544 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/maxim,max77686.h' (122,176) at 20210307214931326 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kexec-bzimage64.h' (122,177) at 20210307214926666 2025-03-14 03:00:53.542-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti,lmk04832.yaml' (122,178) at 20240405153045029 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail_crtc.c' (122,179) at 20240405153048425 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/arkfb.rst' (122,180) at 20210307214925474 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/seg6_local.h' (122,181) at 20210307214932482 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_host.h' (122,182) at 20240405153231863 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/powertec.c' (122,183) at 20240405153051569 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pci/Build' (122,184) at 20210307214932506 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/stats.c' (122,185) at 20240405153049237 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/tsnmap.h' (122,186) at 20210307214931574 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/tmp421.c' (122,187) at 20240906080037296 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb' (122,188) at 20240302090018210 to deleted uid set 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Savukoski_Tanhua' (122,189) at 20210307205553774 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/sabrelite.c' (122,190) at 20240326080039422 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/drbd/drbd_debugfs.h' (122,191) at 20240405153046705 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/hvf.c' (122,192) at 20241211090212470 2025-03-14 03:00:53.543-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/non-repro-meta-multimedia.inc' (122,193) at 20241206090014238 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_helper.c' (122,194) at 20240613080016399 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/sys_proto.h' (122,195) at 20210308005002724 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/idle_6xx.S' (122,196) at 20220627100016926 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/Makefile' (122,197) at 20240613080016367 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/img/Makefile' (122,198) at 20210307214932378 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/jr.c' (122,199) at 20240405153230259 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/coding-style.rst' (122,200) at 20240405153045281 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Las_Palmas' (122,201) at 20210307205553766 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/iuu_phoenix.h' (122,202) at 20210307214930866 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/parallel.patch' (122,203) at 20240309090012816 to deleted uid set 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/shmbuf.h' (122,204) at 20240405153052901 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-abx80x.c' (122,205) at 20241211090145485 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h' (122,206) at 20240405153049945 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sharp,ls037v7dw01.yaml' (122,207) at 20210307214925306 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpacpi/core.c' (122,208) at 20240405153231351 2025-03-14 03:00:53.544-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/leds-as3645a.c' (122,209) at 20240405153049217 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c' (122,210) at 20240405153048633 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/plane.c' (122,211) at 20240405153048769 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/write.c' (122,212) at 20240405153231703 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/clock.hpp' (122,213) at 20230511080043139 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/dd.cfg' (122,214) at 20240614080012950 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_tunnel_key.h' (122,215) at 20240405153052941 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorkliden_Tornehamn' (122,216) at 20210307205553778 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0002-android-tools-modifications-to-make-it-build-in-yoct.patch' (122,217) at 20240106090017233 to deleted uid set 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/remote-i3c.c' (122,218) at 20241211090212282 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c' (122,219) at 20210307214927958 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/ia_css_bh_types.h' (122,220) at 20210307214930550 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0003-Dont-disable-libreadline.a-when-using-disable-static.patch' (122,221) at 20241221090017660 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/intel810.rst' (122,222) at 20210307214925478 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/io.c' (122,223) at 20210307214929970 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.iomux' (122,224) at 20210308005003296 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SAX-PD-2.0' (122,225) at 20241221090017616 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/os.h' (122,226) at 20240405153230603 2025-03-14 03:00:53.545-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/oaktrail_lvds.c' (122,227) at 20240405153048425 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/BUSTED-BOOST' (122,228) at 20220525020655231 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/veth.c' (122,229) at 20240415080012975 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_pnfs.c' (122,230) at 20240405153052605 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/GENpage.S' (122,231) at 20210307214926606 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_requests.c' (122,232) at 20240405153048489 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zram-swap.service' (122,233) at 20210307205553938 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/perf-time-to-tsc.c' (122,234) at 20240405153054169 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/perf_event.c' (122,235) at 20240405153046509 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8960.yaml' (122,236) at 20240405153229799 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wiznet/Kconfig' (122,237) at 20210307214929662 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_dtb.py' (122,238) at 20210308005003748 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/tee/optee/supp.c' (122,239) at 20210307214930718 to deleted uid set 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/0001-linker-scripts-Do-not-export-_IO_stdin_used.patch' (122,240) at 20231126090012785 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tnum.h' (122,241) at 20240405153052805 2025-03-14 03:00:53.546-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_early_core.c' (122,242) at 20240405153051513 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/pl330.c' (122,243) at 20240405153047001 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/eeprom.c' (122,244) at 20240405153050441 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/include/dal_asic_id.h' (122,245) at 20240405153047301 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/cbb/tegra194-cbb.c' (122,246) at 20240405153231455 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/skip_spaces.c' (122,247) at 20210307214927170 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/atheros.c' (122,248) at 20210308005003440 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/testmode.h' (122,249) at 20210307214929738 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/sparc/index.rst' (122,250) at 20240405153044981 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/thp.h' (122,251) at 20240405153231867 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/pcic.h' (122,252) at 20240405153050425 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/rockchip/grf.yaml' (122,253) at 20240613080016359 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/install.sh' (122,254) at 20240405153046245 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu-qom.h' (122,255) at 20240326080039698 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/stm32.S' (122,256) at 20210309003648680 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/rpc_rdma.h' (122,257) at 20210309003653932 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ntb_transport.h' (122,258) at 20210307214931462 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb' (122,259) at 20240301090012479 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/Makefile' (122,260) at 20240405153045369 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/presence-sled5.conf' (122,261) at 20220603030012904 2025-03-14 03:00:53.547-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/vt8500.txt' (122,262) at 20210307214925294 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1021si-pre.dtsi' (122,263) at 20210307214926346 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/sysv/dir.c' (122,264) at 20240405153231759 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-filter-redirector.c' (122,265) at 20240326080039738 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/Kconfig' (122,266) at 20210308005003052 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/uhid.c' (122,267) at 20240405153048829 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/dummy.c' (122,268) at 20240405153051465 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/windfarm.h' (122,269) at 20210307214928562 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/iwg20d-q7-dbcm-ca.dtsi' (122,270) at 20240405153045549 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Varnamo_Alandsryd' (122,271) at 20210307205553794 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/bad-tree.bconf' (122,272) at 20210307214932462 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-linkstation-6282.dtsi' (122,273) at 20240405153045457 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip6_checksum.h' (122,274) at 20240405153052845 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/raw3270.h' (122,275) at 20240405153051513 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/seville_vsc9953.c' (122,276) at 20240405153230911 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/hpm2.h' (122,277) at 20210308004938816 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-devres.c' (122,278) at 20240405153230311 2025-03-14 03:00:53.548-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/net/ipsec.c' (122,279) at 20240405153232279 to deleted uid set 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mstar-msc313-mpll.h' (122,280) at 20220525020654543 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/intel/stratix10-svc-client.h' (122,281) at 20240405153231807 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cb_refs.c' (122,282) at 20240405153232259 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt' (122,283) at 20240405153230531 to deleted uid set 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/layouts/LoginLayout.vue' (122,284) at 20241004080035963 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/int-ll64.h' (122,285) at 20210307214931614 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/phy-mipi-dphy.h' (122,286) at 20240405153052761 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts' (122,287) at 20220525020651906 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey.h' (122,288) at 20221215040039070 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/Kconfig' (122,289) at 20210308005003400 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/slip/slip.c' (122,290) at 20240405153231083 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ad7879-spi.c' (122,291) at 20210307214928502 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/ce.h' (122,292) at 20210309003651388 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/mt6795-pinfunc.h' (122,293) at 20240405153052649 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwspinlock/Makefile' (122,294) at 20220525020653063 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/boot.c' (122,295) at 20221215040039098 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/valid-adjtimex.c' (122,296) at 20240520080015239 2025-03-14 03:00:53.549-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-pinctrl.dtsi' (122,297) at 20240405153045821 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch' (122,298) at 20220618030015190 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/ath10k/usb.h' (122,299) at 20240405153050409 to deleted uid set 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/porting.rst' (122,300) at 20240405153229815 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/imx_fec.h' (122,301) at 20230925080039929 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/debugfs.h' (122,302) at 20240405153046929 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb' (122,303) at 20241207090012335 to deleted uid set 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/LOCK01' (122,304) at 20210307214932714 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-user.svg' (122,305) at 20210308005107069 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/overflow.c' (122,306) at 20221215040039390 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb' (122,307) at 20241206090014342 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-fan_%.bbappend' (122,308) at 20241003080011997 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/xattr.h' (122,309) at 20210307214931034 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/wl.h' (122,310) at 20210308005003424 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.server.cpp.mako' (122,311) at 20230516080040262 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c' (122,312) at 20240405153050249 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/head64.S' (122,313) at 20240405153046285 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/amijoy.rst' (122,314) at 20210307214925514 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch' (122,315) at 20241221090017696 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/vblade.init' (122,316) at 20210307205553822 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd-pro.dts' (122,317) at 20240405153045781 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c' (122,318) at 20220525020653635 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common-spectral.h' (122,319) at 20210307214929766 2025-03-14 03:00:53.550-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_encoder.c' (122,320) at 20240405153048393 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/templates/default/local.conf.sample' (122,321) at 20241221090017480 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/priv.h' (122,322) at 20220525020652967 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-unknown.err' (122,323) at 20210308005046401 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_ibhdrs.h' (122,324) at 20220525020653135 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/demo.c' (122,325) at 20210308005003540 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tc_act/tc_connmark.h' (122,326) at 20210307214931662 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_cfg.h' (122,327) at 20220525020654191 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tree_stall.h' (122,328) at 20240613080016515 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/pcm_dmaengine.c' (122,329) at 20240729080011340 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/sh4.c' (122,330) at 20210308005045793 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.h' (122,331) at 20210308005003000 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/cpuid.rst' (122,332) at 20240405153045329 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-udoo-neo-basic.dts' (122,333) at 20240405153045525 2025-03-14 03:00:53.551-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_10_0_sh_mask.h' (122,334) at 20210307214927690 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c' (122,335) at 20240405153230611 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/gm107.c' (122,336) at 20240405153048649 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8992-msft-lumia-octagon-talkman.dts' (122,337) at 20240405153045765 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c' (122,338) at 20240405153047177 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/idxd.h' (122,339) at 20240520080015139 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/ext4_jbd2.h' (122,340) at 20240405153052341 2025-03-14 03:00:53.552-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sctp.h' (122,341) at 20240405153052937 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8994.c' (122,342) at 20240405153232171 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/rtsx_usb_sdmmc.c' (122,343) at 20240405153230859 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_hsit.h' (122,344) at 20240405153049445 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt6797.c' (122,345) at 20240405153051317 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/gen_stats.rst' (122,346) at 20210307214925534 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-support/idevicerestore/idevicerestore_%.bbappend' (122,347) at 20221007030014979 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_utils.cpp' (122,348) at 20230511080031863 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slirp_kern.c' (122,349) at 20240405153230099 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/vpd.cpp' (122,350) at 20211102000100504 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-object.err' (122,351) at 20210308005046409 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9263.dtsi' (122,352) at 20210308005002572 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/meson.build' (122,353) at 20230925080039969 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/remoteproc/st_slim_rproc.h' (122,354) at 20210307214931498 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/Kconfig' (122,355) at 20210308005002916 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/cmake.py' (122,356) at 20241221090017628 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/Makefile' (122,357) at 20240405153045877 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch' (122,358) at 20241221090017672 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb' (122,359) at 20240106090017237 to deleted uid set 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/usbsevseg.c' (122,360) at 20240405153231563 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_asoc_machine.h' (122,361) at 20220525020655095 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stopped@.target' (122,362) at 20220301040040081 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/Kconfig' (122,363) at 20210307214929130 2025-03-14 03:00:53.553-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/allwinner-a10.h' (122,364) at 20241211090212358 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/nw80x.c' (122,365) at 20210309003650388 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa300-raumfeld-speaker-m.dts' (122,366) at 20240405153045437 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/kprobes/checkers-common.c' (122,367) at 20240405153045701 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_mctrl_gpio.c' (122,368) at 20240405153052013 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/cpupower-set.c' (122,369) at 20240405153232243 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/mediatek/Kconfig' (122,370) at 20240405153051973 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/parisc/index.rst' (122,371) at 20240405153045289 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/lightning.c' (122,372) at 20240405153049125 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/cadence_gem.h' (122,373) at 20210308005046021 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc_1.07.1.bb' (122,374) at 20241206090014334 to deleted uid set 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-tpo-tpg110.c' (122,375) at 20240405153230619 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6sx-sdb-mqs.dts' (122,376) at 20240405153045525 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/utsname.c' (122,377) at 20220525020654743 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/uio.h' (122,378) at 20210307214932742 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/BSC9131RDB.h' (122,379) at 20210308005003576 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/display-timing.txt' (122,380) at 20210308005003328 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/setup.h' (122,381) at 20220525020652002 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_ti816x.h' (122,382) at 20210308005002636 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tve200/tve200_drv.c' (122,383) at 20240405153230643 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imx93-clock.h' (122,384) at 20240405153231795 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh.bb' (122,385) at 20241206090014226 2025-03-14 03:00:53.554-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/augeas/augeas/sepbuildfix.patch' (122,386) at 20210307205553966 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/pmem.c' (122,387) at 20240405153046973 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_8xx.S' (122,388) at 20241008080013895 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/pci_msi.c' (122,389) at 20240405153230091 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/io.c' (122,390) at 20210308005003212 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/oxsemi,ox820.h' (122,391) at 20210307214931346 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/guardlist' (122,392) at 20221110040028914 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/lib/service_root_test.cpp' (122,393) at 20240904080003190 to deleted uid set 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_hpo_fixed_vs_pe_retimer_dp.h' (122,394) at 20240405153230419 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-bic-eid' (122,395) at 20240628080015597 to deleted uid set 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/omap-iommu.h' (122,396) at 20210307214928522 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/ms.h' (122,397) at 20210307214930670 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Stats/meson.build' (122,398) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1043a_common.h' (122,399) at 20210308005003600 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/adiantum.c' (122,400) at 20240405153046529 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/fotg210.c' (122,401) at 20210308005003508 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/Kconfig' (122,402) at 20210308005003408 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/lbr.c' (122,403) at 20240415080012963 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/at91sam9g45.c' (122,404) at 20240405153046769 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch' (122,405) at 20240413080012655 2025-03-14 03:00:53.555-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-core.h' (122,406) at 20241115090012945 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fcntl.h' (122,407) at 20240405153231871 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-mpfs.c' (122,408) at 20240405153051497 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_standalone.c' (122,409) at 20240628080014033 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lan966x.rst' (122,410) at 20240405153045217 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/log2.h' (122,411) at 20240405153052721 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-pinfunc-snvs.h' (122,412) at 20210308005002588 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-qds.dtsi' (122,413) at 20210308005002596 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/Makefile' (122,414) at 20240405153230155 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpu-hotplug/Makefile' (122,415) at 20240405153054293 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.cpp' (122,416) at 20241210090030757 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap_int.h' (122,417) at 20240906080037376 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/fib_nexthop_multiprefix.sh' (122,418) at 20240405153232275 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/compress_doc.bbclass' (122,419) at 20220910030013385 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-rgmii.c' (122,420) at 20210307214930602 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-pinmux.yaml' (122,421) at 20240405153229787 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/qdisc.c' (122,422) at 20240405153050193 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/fsi.h' (122,423) at 20240405153052893 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' (122,424) at 20240819080030259 to deleted uid set 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sllevk_defconfig' (122,425) at 20210308005003268 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lx2160a_common.h' (122,426) at 20210308005003604 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/MAINTAINERS' (122,427) at 20210308005003024 2025-03-14 03:00:53.556-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sigaltstack/current_stack_pointer.h' (122,428) at 20240805080014075 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos2_4.dts' (122,429) at 20240405153045497 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/maintainer/feature-and-driver-maintainers.rst' (122,430) at 20240405153229819 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f746-pinctrl.dtsi' (122,431) at 20240405153229903 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vclock_gettime.c' (122,432) at 20210307214926650 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/preallocate.c' (122,433) at 20240326080039382 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml' (122,434) at 20240405153045097 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch' (122,435) at 20240309090012824 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi' (122,436) at 20240405153045829 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/memmap.c' (122,437) at 20240628080013989 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-testregex' (122,438) at 20241221090017616 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/membarrier.h' (122,439) at 20240913080013769 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/MAINTAINERS' (122,440) at 20210308005002984 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/calib.h' (122,441) at 20220525020653747 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/NMISource.interface.yaml' (122,442) at 20221207040023627 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' (122,443) at 20210307205554270 to deleted uid set 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/littlemill.c' (122,444) at 20240405153232191 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_kdb.c' (122,445) at 20220525020654739 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/postprocess/trace-pagealloc-postprocess.pl' (122,446) at 20240405153045273 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_dialog.c' (122,447) at 20210308005003472 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/dumpstack_64.c' (122,448) at 20240405153046429 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/base-files/base-files-ima.inc' (122,449) at 20210812000025270 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/message_registry.hpp' (122,450) at 20221209040003858 to deleted uid set 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol.bmp' (122,451) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TrustedComponent_v1.xml' (122,452) at 20240619080002940 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/cc-can-link.sh' (122,453) at 20210307214932134 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tipc.h' (122,454) at 20210309003653996 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-devtools/hostboot/hostboot-debug-tools.bb' (122,455) at 20210812000025258 2025-03-14 03:00:53.557-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ali512x.c' (122,456) at 20210308005003396 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/raw.c' (122,457) at 20241216090017793 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi' (122,458) at 20240405153229971 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/tz-msc.h' (122,459) at 20210308005046021 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/main.c' (122,460) at 20240405153231171 to deleted uid set 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_printer.h' (122,461) at 20210307214930802 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/omapimage.h' (122,462) at 20210308005003772 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/timer_failure.c' (122,463) at 20240405153232259 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/lec.c' (122,464) at 20240405153053165 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml' (122,465) at 20240405153045153 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/eainode.rst' (122,466) at 20240405153045201 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch' (122,467) at 20240302090018202 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-kernel-fadump' (122,468) at 20210307214925202 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/stmfx.h' (122,469) at 20240405153052733 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/rt5120-pwrkey.c' (122,470) at 20240405153049145 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_car.S' (122,471) at 20210308005002884 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-debug.c' (122,472) at 20240405153049453 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot' (122,473) at 20240627080021048 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/base.py' (122,474) at 20220721030015869 2025-03-14 03:00:53.558-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/system.h' (122,475) at 20210308005002844 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-zpodd.c' (122,476) at 20210307214926870 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml' (122,477) at 20240405153229775 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/zstd_opt.c' (122,478) at 20240405153053117 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem_framebuffer_helper.c' (122,479) at 20240405153230535 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/bcm/pinctrl-bcm6368.c' (122,480) at 20240405153051305 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/traps.c' (122,481) at 20210308005002836 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mqueue/Makefile' (122,482) at 20210307214932686 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (122,483) at 20221011030017216 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/ceph_common.c' (122,484) at 20240405153053201 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/hostprogs/single.rs' (122,485) at 20240405153053433 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ampere/event/cper.hpp' (122,486) at 20241125090040576 to deleted uid set 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/platform_manager.hpp' (122,487) at 20240919080039602 to deleted uid set 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-olinuxino.dts' (122,488) at 20210308005002624 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-raspi2-machine.c' (122,489) at 20221215040039374 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/mona_dsp.c' (122,490) at 20220525020654995 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/iterators/itnull.cocci' (122,491) at 20210308005003724 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/landing_specific.html' (122,492) at 20210307205554286 2025-03-14 03:00:53.559-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch' (122,493) at 20241221090017640 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/checks.c' (122,494) at 20210308005003728 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/soc.c' (122,495) at 20240405153046693 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl887d.h' (122,496) at 20210309003649824 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/move_extent.c' (122,497) at 20241211090145513 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-avenger96.dts' (122,498) at 20240405153045585 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/Kconfig' (122,499) at 20240405153049373 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/fruread.hpp' (122,500) at 20210308004925444 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi3798cv200/hi3798cv200.h' (122,501) at 20210308005002640 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/soc/ti/ti_sci_inta_msi.h' (122,502) at 20240405153052797 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_config.h' (122,503) at 20240405153231063 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,ts3a227e.yaml' (122,504) at 20240405153045173 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/Kconfig' (122,505) at 20210307214930954 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_env.c' (122,506) at 20240503080014482 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-doc-validate' (122,507) at 20220204040022680 2025-03-14 03:00:53.560-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/bat_rw.c' (122,508) at 20210308005002840 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8996.h' (122,509) at 20210307214932366 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ChassisCollection_v1.xml' (122,510) at 20240619080002920 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/skb_helpers.c' (122,511) at 20240405153054261 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/run_bench_htab_mem.sh' (122,512) at 20240405153232255 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-linear.c' (122,513) at 20240405153049245 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/pl111/Makefile' (122,514) at 20210307214927990 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cpu_x86.h' (122,515) at 20210308005002880 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/mutex.c' (122,516) at 20240405153053017 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/Kconfig' (122,517) at 20210308005003424 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0004-adb-Fix-build-on-big-endian-systems.patch' (122,518) at 20231011080016574 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/linux-kernel.bell' (122,519) at 20240405153054069 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_region.h' (122,520) at 20240405153048553 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.err' (122,521) at 20230925080040089 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/mediatek,mt6360-regulator.h' (122,522) at 20210309003653816 2025-03-14 03:00:53.561-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb' (122,523) at 20241221090017500 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/bochs-vbe.h' (122,524) at 20210308005046009 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/greybus/operation.c' (122,525) at 20210307214928086 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch' (122,526) at 20210307205553898 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c' (122,527) at 20240405153048365 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap2-restart.c' (122,528) at 20210307214925918 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-hix5hd2-sata.c' (122,529) at 20240405153231311 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/misc.h' (122,530) at 20210308005003552 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/ima_crypto.c' (122,531) at 20240405153053469 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/Kbuild' (122,532) at 20240405153048653 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/Makefile' (122,533) at 20240405153045717 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_promise.c' (122,534) at 20240405153046669 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/striper.c' (122,535) at 20210307214931906 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/kms-properties.csv' (122,536) at 20240405153229815 2025-03-14 03:00:53.562-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/.clang-tidy' (122,537) at 20220303110006942 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ODC-By-1.0' (122,538) at 20211006000025242 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/masters/omap-hdq.rst' (122,539) at 20210307214925634 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.10.bb' (122,540) at 20241221090017692 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra186.dtsi' (122,541) at 20240405153045753 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/memtester/memtester_4.6.0.bb' (122,542) at 20230114040015474 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/mpc8313erdb.c' (122,543) at 20210308005002976 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c' (122,544) at 20210309003650032 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/gxp-fan-ctrl.rst' (122,545) at 20240405153045217 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1296-ds418.dts' (122,546) at 20210307214926038 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/i5000_edac.c' (122,547) at 20240405153047017 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0001-sample-Rename-dprintf-to-cyrus_dprintf.patch' (122,548) at 20220612030016727 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_1_pmfw.h' (122,549) at 20240405153048349 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc3_cfg_regs.h' (122,550) at 20240405153046605 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/mcp4131.c' (122,551) at 20240405153049009 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/admin-guide/kernel-parameters.txt' (122,552) at 20241011080017287 to deleted uid set 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/scs.h' (122,553) at 20240405153052789 2025-03-14 03:00:53.563-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr32_64.dts' (122,554) at 20210308005003760 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/types.h' (122,555) at 20210307214926362 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/go7007-usb.c' (122,556) at 20240405153230823 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/farch_regs.h' (122,557) at 20210307214929618 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/su' (122,558) at 20210307205554570 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_rm.h' (122,559) at 20240405153230595 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfdbgl.c' (122,560) at 20210307214931898 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_v3s.c' (122,561) at 20210308005003352 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/input.c' (122,562) at 20210308005003384 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/index.rst' (122,563) at 20240405153045193 2025-03-14 03:00:53.564-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_usart-test.c' (122,564) at 20241211090212550 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cache/freescale-l2cache.txt' (122,565) at 20240405153045021 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/lemote-2f/Makefile' (122,566) at 20210307214926270 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/en_netdev.c' (122,567) at 20240405153231011 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/fsl-mc/vfio_fsl_mc_private.h' (122,568) at 20240405153052161 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.c' (122,569) at 20210307214927282 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clockchips.h' (122,570) at 20240405153052669 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts' (122,571) at 20210307214926038 2025-03-14 03:00:53.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/func_mod_trace.tc' (122,572) at 20210307214932674 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/uncore-interconnect.json' (122,573) at 20240405153054153 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernelsrc.bbclass' (122,574) at 20230813080012872 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netlink.h' (122,575) at 20241018080014566 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/control.h' (122,576) at 20240405153052889 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/udc-reconnect.sh' (122,577) at 20230209040014209 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/gus/gus_pcm.c' (122,578) at 20241011080017403 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/filesystems/virtiofs.rst' (122,579) at 20210307214925586 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dsc' (122,580) at 20240906080037580 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch' (122,581) at 20210307205554606 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/adc@c000.conf' (122,582) at 20210307205554094 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-vdi.c' (122,583) at 20210307214928086 2025-03-14 03:00:53.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorna' (122,584) at 20210307205553778 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/meson_uart.c' (122,585) at 20240405153231515 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootstage.h' (122,586) at 20210308005003564 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/Kconfig' (122,587) at 20240405153231611 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/zl6100.rst' (122,588) at 20220525020651738 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/lcdc/Kconfig' (122,589) at 20240405153048561 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_pedit.h' (122,590) at 20240405153052865 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ltc2941-battery-gauge.c' (122,591) at 20240405153231355 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-input-exc3000' (122,592) at 20220525020651634 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fs_types.c' (122,593) at 20210307214931106 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockopt_sk.c' (122,594) at 20240405153054261 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/iio/buffers.rst' (122,595) at 20220525020651722 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc885ads.dts' (122,596) at 20210307214926358 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (122,597) at 20240308090017911 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/REDFISH_CHECKLIST.md' (122,598) at 20240723080003235 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/riscv_imsic.h' (122,599) at 20220429100100562 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-licenses.bb' (122,600) at 20230610080017615 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/nativesdk-intercept/chown' (122,601) at 20230919080013998 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/70-iio.rules' (122,602) at 20210507000042347 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/vx/vxp_mixer.c' (122,603) at 20220525020655015 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv' (122,604) at 20240405153044929 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_poetry_core.bbclass' (122,605) at 20220910030013389 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/mmzone.c' (122,606) at 20240405153054225 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/.gitignore' (122,607) at 20210307214932458 2025-03-14 03:00:53.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_hardcode.c' (122,608) at 20220525020652294 2025-03-14 03:00:53.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/proc/task_mmu.c' (122,609) at 20240805080014027 to deleted uid set 2025-03-14 03:00:53.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s2mps13.yaml' (122,610) at 20240405153045145 2025-03-14 03:00:53.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/uaccess.h' (122,611) at 20241008080013895 2025-03-14 03:00:53.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_cif.c' (122,612) at 20220525020654239 2025-03-14 03:00:53.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tscs454.c' (122,613) at 20240405153053813 2025-03-14 03:00:53.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mxc_hdmi.h' (122,614) at 20210308005002652 2025-03-14 03:00:53.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/orangepi.c' (122,615) at 20241211090212250 2025-03-14 03:00:53.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/kbuild/makefiles.rst' (122,616) at 20240405153045225 2025-03-14 03:00:53.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/src/cpuinfo_main.cpp' (122,617) at 20240904080048575 to deleted uid set 2025-03-14 03:00:53.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/arm/aaci.h' (122,618) at 20210307214932190 2025-03-14 03:00:53.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vboxvideo/vbva_base.c' (122,619) at 20210307214928058 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/lu.c' (122,620) at 20240326080039494 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/Kconfig' (122,621) at 20240405153045645 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mediatek/mtk-uart-apdma.c' (122,622) at 20240405153230283 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-v4l2.h' (122,623) at 20210307214928846 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/mx5_video.h' (122,624) at 20210308005002676 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-gw-src.sh' (122,625) at 20240913080015313 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/apm_bios.h' (122,626) at 20210308005003656 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs4271-spi.c' (122,627) at 20240405153053577 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,ds2760.yaml' (122,628) at 20240405153045141 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/Kconfig' (122,629) at 20210308005002912 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dcr.h' (122,630) at 20210307214926338 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_utils.c' (122,631) at 20240405153053929 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/abituguru3.c' (122,632) at 20240405153048837 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_dbu.h' (122,633) at 20210308005002712 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/ui/gtk/helpline.c' (122,634) at 20240405153054177 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/thermal-sensor.yaml' (122,635) at 20240405153045177 2025-03-14 03:00:53.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/riscv_hart.h' (122,636) at 20240326080039542 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/mlx90632.c' (122,637) at 20240405153049013 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/legousbtower.c' (122,638) at 20240405153052113 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/common/cpucp_if.h' (122,639) at 20240405153046573 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/dwmmc.txt' (122,640) at 20210308005003304 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.out' (122,641) at 20210308005046405 to deleted uid set 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_spi.h' (122,642) at 20241220090018318 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/mptcp-sysctl.rst' (122,643) at 20240405153229823 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/nanosleep.c' (122,644) at 20240405153054377 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/gpio.h' (122,645) at 20210308005002636 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max31730.rst' (122,646) at 20210307214925502 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cx20442.c' (122,647) at 20240405153232151 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/uda.c' (122,648) at 20240405153049069 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/pm-cps.h' (122,649) at 20210307214926238 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-vt8500.c' (122,650) at 20240613080016463 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/073.out' (122,651) at 20210308005046441 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/tools.exp' (122,652) at 20210308005007116 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_proc.c' (122,653) at 20210307214932230 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_mark.c' (122,654) at 20220525020654803 2025-03-14 03:00:53.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (122,655) at 20211015100030976 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw.bb' (122,656) at 20241206090014274 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/kunit/style.rst' (122,657) at 20240405153045009 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt' (122,658) at 20210307214925390 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega20_smumgr.h' (122,659) at 20210309003649664 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/226' (122,660) at 20210927100127497 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos5-subcmu.h' (122,661) at 20210307214927018 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdcp_gsc.h' (122,662) at 20240405153230555 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lahti' (122,663) at 20210307205553770 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch' (122,664) at 20241221090017664 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/Makefile' (122,665) at 20210308005002900 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv2m.c' (122,666) at 20210308005045885 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/elf2ecoff.c' (122,667) at 20210307214926198 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h' (122,668) at 20240405153048589 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb' (122,669) at 20240302090018246 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/eeti_ts.c' (122,670) at 20240405153049161 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dts' (122,671) at 20240405153045601 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableFilter.vue' (122,672) at 20241004080035963 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/158.out' (122,673) at 20210308005046453 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/purgatory/.gitignore' (122,674) at 20210307214926750 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/Kconfig' (122,675) at 20210307214929962 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (122,676) at 20240727080014098 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (122,677) at 20241206090014230 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/ppc4xx_edac.c' (122,678) at 20240405153047021 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_lock_contention.c' (122,679) at 20240405153054181 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/array_size_dup.cocci' (122,680) at 20210309003654532 2025-03-14 03:00:53.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/Makefile' (122,681) at 20210308005002948 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/empty-pmu-events.c' (122,682) at 20240405153232231 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Drive_v1.xml' (122,683) at 20240918080002708 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/security.c' (122,684) at 20220525020653119 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch' (122,685) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (122,686) at 20220330030014978 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/vf.h' (122,687) at 20220525020653547 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/blocker.h' (122,688) at 20240326080039546 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/rx_desc.h' (122,689) at 20240405153231163 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c' (122,690) at 20240405153047149 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/setup.c' (122,691) at 20210309003648824 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-stop.rst' (122,692) at 20220525020654131 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/tps53622@67.conf' (122,693) at 20240904080027738 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/cxlmem.h' (122,694) at 20240919080017050 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-assign-cpus.sh' (122,695) at 20240405153054365 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/asymmetric-subtype.h' (122,696) at 20210309003653816 2025-03-14 03:00:53.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sunplus/spl2sw_mac.c' (122,697) at 20240405153050309 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_gui_header.robot' (122,698) at 20240628080017113 to deleted uid set 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/gntdev-dmabuf.h' (122,699) at 20210307214930982 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/conf-notes.txt' (122,700) at 20240407080011706 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_frac.h' (122,701) at 20210307214930550 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/virtual-memory.json' (122,702) at 20240405153054157 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/mxs/imx28-m28.dtsi' (122,703) at 20240405153229891 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/algos.c' (122,704) at 20240405153231951 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/watchpoint.c' (122,705) at 20240906080037140 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cgroup_rdma.h' (122,706) at 20210307214931366 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MulanPSL-2.0' (122,707) at 20211006000025238 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga.c' (122,708) at 20240906080037216 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v4.h' (122,709) at 20240405153051289 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kc1.h' (122,710) at 20210308005003600 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/v4l2-core/v4l2-mc.c' (122,711) at 20240405153049585 to deleted uid set 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-viapro.c' (122,712) at 20210309003649992 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf-dma-contig.h' (122,713) at 20210307214931550 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb' (122,714) at 20220402030015975 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_atomic.c' (122,715) at 20210307214927854 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/nvidia,tegra20-cpufreq.txt' (122,716) at 20220525020651666 2025-03-14 03:00:53.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug.h' (122,717) at 20210308005002792 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/lg-vl600.c' (122,718) at 20220525020653695 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/tas5805m.yaml' (122,719) at 20240405153045173 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (122,720) at 20230412080023460 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-davinci/clock.h' (122,721) at 20210307214925874 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/blob_mock.hpp' (122,722) at 20210427000038401 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dc2114x.c' (122,723) at 20210308005003428 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc8180x-pas.yaml' (122,724) at 20240405153229791 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/bpfilter.h' (122,725) at 20210307214931626 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/target.h' (122,726) at 20240405153054205 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/atomic.h' (122,727) at 20240405153054033 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/balloon.h' (122,728) at 20210308005046053 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/trace.h' (122,729) at 20210308005045749 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/siggen.py' (122,730) at 20230813080012864 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/wipe_0.24.bb' (122,731) at 20220402030015959 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/Makefile' (122,732) at 20210307214931058 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/Kconfig' (122,733) at 20240906080037224 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb' (122,734) at 20241221090017532 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1046a_common.h' (122,735) at 20210308005003600 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/local.conf.sample' (122,736) at 20241221090017460 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode/0001-fix-compile-failure-against-musl-C-library.patch' (122,737) at 20210307205553746 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/common_utils.robot' (122,738) at 20240627080021048 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ath79_wdt.c' (122,739) at 20240405153052237 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in1_slave_regs.h' (122,740) at 20240405153046585 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/license-rules.rst' (122,741) at 20240405153229839 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_lvds.h' (122,742) at 20210307214928042 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mc13783.h' (122,743) at 20210307214931430 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/wavaudio.c' (122,744) at 20240326080039370 2025-03-14 03:00:53.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cpu.h' (122,745) at 20210308005003628 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/adc/ad7816.c' (122,746) at 20210309003653008 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/brcm,kona-gpio.yaml' (122,747) at 20240405153229763 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf_%.bbappend' (122,748) at 20241206090014286 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-mb7.dtsi' (122,749) at 20240405153045521 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/10-adbd-configfs.conf' (122,750) at 20230401080011931 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/timer.c' (122,751) at 20210308005002556 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/reference_tracking.c' (122,752) at 20240405153054257 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/user-exec-stub.c' (122,753) at 20240326080039370 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/standby-power-enable' (122,754) at 20240927080014067 to deleted uid set 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/bitsperlong.h' (122,755) at 20240326080039554 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-vdo0.c' (122,756) at 20240405153046797 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bayleybay_defconfig' (122,757) at 20210308005003252 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ife.h' (122,758) at 20210307214931558 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/task.rs' (122,759) at 20240405153232099 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cache_insns_32.h' (122,760) at 20210307214926550 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/composite.c' (122,761) at 20240405153046849 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/meson-g12a-power.h' (122,762) at 20240405153231799 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-native.inc' (122,763) at 20241221090017672 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm23550.dtsi' (122,764) at 20240405153229871 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig' (122,765) at 20210308005003256 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/entry-common.c' (122,766) at 20240405153229983 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/coherent.c' (122,767) at 20240405153231907 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch' (122,768) at 20241221090017680 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/Kconfig' (122,769) at 20210308005002724 2025-03-14 03:00:53.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-icelake.c' (122,770) at 20240405153231323 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/bootm.h' (122,771) at 20210308005002876 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg' (122,772) at 20220916030015740 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a09g011.dtsi' (122,773) at 20240405153229963 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/types.hpp' (122,774) at 20210308005109241 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_dev.h' (122,775) at 20240405153049893 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch' (122,776) at 20241221090017540 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h' (122,777) at 20210308005002820 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/compare-fp-1.c' (122,778) at 20210308005003720 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mqueue/.gitignore' (122,779) at 20210307214932686 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mpc8544ds.c' (122,780) at 20230925080039897 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/modifier.hpp' (122,781) at 20230201040022463 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc.c' (122,782) at 20241211090212558 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/fabrics-cmd-auth.c' (122,783) at 20240726080012858 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q.dtsi' (122,784) at 20210308005002584 2025-03-14 03:00:53.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/irq-uart-s3c64xx.h' (122,785) at 20210309003648712 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycodestyle_2.12.1.bb' (122,786) at 20241221090017560 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/string.c' (122,787) at 20240405153045369 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch' (122,788) at 20210307205554598 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/kvm_types.h' (122,789) at 20210309003653800 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.patchew.yml' (122,790) at 20210927100127017 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_project_page.py' (122,791) at 20210307205554266 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/deprecated/atmel/atmel-sama5d2-isc.c' (122,792) at 20240405153231471 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/service_files/smbios-mdrv2.service' (122,793) at 20230821192414184 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/alphascale_asm9260-icoll.h' (122,794) at 20210307214928526 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/mm/copy_user_template.S' (122,795) at 20210307214926114 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_xmit.h' (122,796) at 20220525020654187 2025-03-14 03:00:53.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/marvell,nand-controller.yaml' (122,797) at 20240405153229779 2025-03-14 03:00:53.580-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_4_1_sh_mask.h' (122,798) at 20210307214927334 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/kernel/cgroup/cgroup.c' (122,799) at 20241211090145541 to deleted uid set 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/device_attr_show.cocci' (122,800) at 20210309003654532 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uppsala_Vedyxa' (122,801) at 20210307205553794 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/booting.rst' (122,802) at 20220525020651750 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-blockjob.c' (122,803) at 20240906080037580 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-apq8096-fails.txt' (122,804) at 20240405153230531 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lcd.h' (122,805) at 20210307214931414 2025-03-14 03:00:53.582-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_w.c' (122,806) at 20210308005046513 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/visconti/pinctrl-common.h' (122,807) at 20210309003652148 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc4.c' (122,808) at 20210307214931794 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml' (122,809) at 20220315030032663 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/hd-geometry.c' (122,810) at 20240326080039426 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/googletest.wrap' (122,811) at 20210713100033784 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/init_32.c' (122,812) at 20240405153230047 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/eventfd.c' (122,813) at 20240405153054389 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/orientation/hid-sensor-rotation.c' (122,814) at 20220525020653111 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/aspeed-image-initramfs.bb' (122,815) at 20210307205553670 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/ocelot_ext.c' (122,816) at 20240405153049757 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/google,cros-ec-mkbp-proximity.yaml' (122,817) at 20240405153045077 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/command-int.out' (122,818) at 20210308005046401 to deleted uid set 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c' (122,819) at 20210308005002548 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ProcessorCollection.json' (122,820) at 20240619080002952 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c' (122,821) at 20240405153049865 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/pci.c' (122,822) at 20240405153050585 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-spear/headsmp.S' (122,823) at 20210307214925962 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/xilinx-pr-decoupler.c' (122,824) at 20240405153230299 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-logging/LICENSE' (122,825) at 20210308005117965 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/crt0_x86_64_efi.S' (122,826) at 20210308005002884 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_oem.h' (122,827) at 20210308004938820 2025-03-14 03:00:53.583-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml' (122,828) at 20240405153229763 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_nat.c' (122,829) at 20240405153232063 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cyrus_P5040_defconfig' (122,830) at 20210308005003236 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/init.c' (122,831) at 20241211090145469 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/aat2870.h' (122,832) at 20210307214931422 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/ufs.h' (122,833) at 20241211090212354 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/wsm.c' (122,834) at 20240405153050709 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-pxa2xx-pci.c' (122,835) at 20240405153051793 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/strcmp.S' (122,836) at 20210307214925674 2025-03-14 03:00:53.584-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rv3032.c' (122,837) at 20240405153231375 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/system_local.h' (122,838) at 20210307214930574 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target.h' (122,839) at 20241211090212526 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_dvbt2.h' (122,840) at 20210307214928614 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/xilinx.c' (122,841) at 20210308005003376 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/virtio/virtio_crypto_skcipher_algs.c' (122,842) at 20240405153230271 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_13.dtso' (122,843) at 20240405153231279 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri.dtsi' (122,844) at 20240405153229887 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/sthyi.c' (122,845) at 20240405153230083 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/Makefile' (122,846) at 20240405153046309 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts' (122,847) at 20240405153045789 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/brppt1.h' (122,848) at 20210308005003588 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem_private.h' (122,849) at 20210307214930542 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/hci_mon.h' (122,850) at 20240405153052837 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/280.out' (122,851) at 20240906080037564 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/gdb-kernel-debugging.rst' (122,852) at 20240405153045009 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun4i-tcon-ch1.c' (122,853) at 20210307214927030 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/i2c_occ.hpp' (122,854) at 20210921100032682 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/rfi.h' (122,855) at 20240405153050525 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-caps.h' (122,856) at 20241104090011587 2025-03-14 03:00:53.585-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/semiconsole.c' (122,857) at 20240906080037576 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/most/Makefile' (122,858) at 20220525020653387 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ds1wm.h' (122,859) at 20210307214931426 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/at91_udc.h' (122,860) at 20210308005003504 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-u-boot.dtsi' (122,861) at 20210308005002600 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/post.h' (122,862) at 20210308005003680 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml' (122,863) at 20240405153045161 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/test/test_soc/sys/uncore.json' (122,864) at 20240405153054117 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb/283c9483afd1215378c8b9871f51cd61770e53e7.patch' (122,865) at 20241221090017488 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/pci.c' (122,866) at 20240405153046297 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c' (122,867) at 20240405153230415 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/evk-rk3128.c' (122,868) at 20210308005003040 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_nx.c' (122,869) at 20240405153051709 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/cerr-sb1.c' (122,870) at 20210307214926274 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/tools/opcodes.txt' (122,871) at 20240405153046305 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/ident-with-escape.json' (122,872) at 20210308005046405 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/sha1-spe-glue.c' (122,873) at 20240405153046101 2025-03-14 03:00:53.586-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/bit.h' (122,874) at 20210307214927906 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_lblc.c' (122,875) at 20240405153232055 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8550-lpass-lpi-pinctrl.yaml' (122,876) at 20240405153045137 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench_prealloc.py' (122,877) at 20210927100127349 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/image/Kconfig' (122,878) at 20210307214930842 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr-ca' (122,879) at 20210308005046145 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/processing.hpp' (122,880) at 20240820080028982 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kangaslampi' (122,881) at 20210307205553770 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_security.h' (122,882) at 20220525020654171 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qobject-internal.h' (122,883) at 20210927100127341 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/debug_hw_1x01.c' (122,884) at 20220525020653035 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/scx200_acb.c' (122,885) at 20240405153048921 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc_helper.c' (122,886) at 20240405153047213 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/befs_fs_types.h' (122,887) at 20210307214931002 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcms/lcms_2.16.bb' (122,888) at 20240413080012659 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/base_specific.html' (122,889) at 20231126090012817 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/MAINTAINERS' (122,890) at 20210308005002980 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_cout0_slave_regs.h' (122,891) at 20240405153046585 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweroff@.service' (122,892) at 20230310090018691 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/vp7045.h' (122,893) at 20210307214928822 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/split-irq.h' (122,894) at 20210308005046009 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso' (122,895) at 20240405153045809 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hpe/hpe-bmc-dl360gen10.dts' (122,896) at 20240405153045437 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.filter' (122,897) at 20240906080037564 2025-03-14 03:00:53.587-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch' (122,898) at 20241206090014350 to deleted uid set 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/dm-thin.c' (122,899) at 20241211090145445 to deleted uid set 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,csi2.yaml' (122,900) at 20240405153045101 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c' (122,901) at 20240405153230947 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/OWNERS' (122,902) at 20221102030023101 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-afu-error.c' (122,903) at 20220525020652434 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-locomo.c' (122,904) at 20240405153049217 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_pie.c' (122,905) at 20240405153053369 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/otg-fsm.h' (122,906) at 20240405153052813 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/drm-mm.rst' (122,907) at 20240405153229815 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/lantiq/Makefile' (122,908) at 20210307214930054 2025-03-14 03:00:53.588-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ehea/ehea_phyp.h' (122,909) at 20210307214929422 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/phy.c' (122,910) at 20240405153231247 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts' (122,911) at 20240405153045497 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/fault.c' (122,912) at 20240405153045913 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/harma/gpio_desc.json' (122,913) at 20240111090005998 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/TODO' (122,914) at 20210307214930690 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/rx20-led-manager-config/led.yaml' (122,915) at 20240829080014022 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom_smd-regulator.c' (122,916) at 20240405153231363 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_spi.c' (122,917) at 20240405153049745 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memattrs.h' (122,918) at 20241211090212354 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-TheWrekin' (122,919) at 20210307205553798 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/irq.h' (122,920) at 20210307214926314 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/head.S' (122,921) at 20210307214926310 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/052_u_boot_spl_nodtb.dts' (122,922) at 20210308005003752 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/aml-build.h' (122,923) at 20241211090212358 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/Hal8723BReg.h' (122,924) at 20220525020654179 2025-03-14 03:00:53.589-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-apq8084.c' (122,925) at 20240405153230223 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/select.c' (122,926) at 20240405153231731 to deleted uid set 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/test_kprobes.c' (122,927) at 20240405153046301 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_fence.c' (122,928) at 20210307214928058 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/generator/sections/gen-section-ia32x64.c' (122,929) at 20241114091008828 to deleted uid set 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml' (122,930) at 20240405153045185 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/bmips_ram.c' (122,931) at 20210308005003476 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorbygden' (122,932) at 20210307205553790 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml' (122,933) at 20240405153045169 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/nlohmann_json.wrap' (122,934) at 20231209090034221 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/conf-notes.txt' (122,935) at 20230930080011588 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/cnic.c' (122,936) at 20240405153049849 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/status.c' (122,937) at 20240405153232119 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/Makefile.kvm' (122,938) at 20240405153054389 2025-03-14 03:00:53.590-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_mmu.h' (122,939) at 20210307214930550 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/dc.h' (122,940) at 20240405153048761 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ECL-2.0' (122,941) at 20210307205554418 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/features.rst' (122,942) at 20240405153229739 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.cpp' (122,943) at 20240820080027378 to deleted uid set 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/nislands_smc.h' (122,944) at 20220525020652995 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sip/sip_6.9.0.bb' (122,945) at 20241221090017516 to deleted uid set 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogEntry_v1.xml' (122,946) at 20240918080002712 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/transaction.c' (122,947) at 20240520080015195 to deleted uid set 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/core-topology.c' (122,948) at 20220525020652422 2025-03-14 03:00:53.591-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/tlbflush.h' (122,949) at 20240712080021057 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c' (122,950) at 20240405153230395 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-data.out' (122,951) at 20210927100127473 to deleted uid set 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/.shellcheck' (122,952) at 20220105012522959 to deleted uid set 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_flix.S' (122,953) at 20210308005046529 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/064_entry_args_required.dts' (122,954) at 20210308005003752 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c_shipped' (122,955) at 20210307214930278 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl827e.h' (122,956) at 20210309003649824 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,mt8195-jpegenc.yaml' (122,957) at 20240405153045093 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/emac_rockchip.c' (122,958) at 20240405153049817 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ialloc.h' (122,959) at 20240405153052573 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ia_css_bayer_io_types.h' (122,960) at 20210307214930558 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/special_insns.h' (122,961) at 20210307214925650 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/187' (122,962) at 20210927100127493 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/override_fan_target.hpp' (122,963) at 20220308040020760 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/initvals_init.h' (122,964) at 20210309003651788 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (122,965) at 20210903000032571 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/edid.h' (122,966) at 20210307214927830 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/curve25519-generic.c' (122,967) at 20240405153046537 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/extract-module-sig.pl' (122,968) at 20210307214932146 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_phy.c' (122,969) at 20240405153051893 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi' (122,970) at 20240405153045801 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/intel-ixp46x-ixdp465.dts' (122,971) at 20240405153045437 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha2-ce-glue.c' (122,972) at 20220525020651878 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cacheops.h' (122,973) at 20240405153045937 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lilltjara_Digerberget' (122,974) at 20210307205553786 2025-03-14 03:00:53.592-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/cloop.c' (122,975) at 20240326080039374 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/vbtn.c' (122,976) at 20240415080012979 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/googletest.wrap' (122,977) at 20230629131804615 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/damon/usage.rst' (122,978) at 20240527080023344 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trustme/run-ptest' (122,979) at 20240301090012435 to deleted uid set 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/test/cleanup_handler_unittest.cpp' (122,980) at 20210308005120361 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ange_Snoberg' (122,981) at 20210307205553778 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/c29xpcie.c' (122,982) at 20210308005002960 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/stream_open.cocci' (122,983) at 20210307214932138 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c' (122,984) at 20220525020652971 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-bcm2835.c' (122,985) at 20240405153230675 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/req-gen/_request-end.h' (122,986) at 20210307214926450 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/common/huf.h' (122,987) at 20240405153053113 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/int_pow.c' (122,988) at 20220525020654751 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/MAINTAINERS' (122,989) at 20210308004942076 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/test-armv6m-undef.S' (122,990) at 20240326080039742 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77995_draak_defconfig' (122,991) at 20210308005003276 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/st,rng.yaml' (122,992) at 20240405153045153 2025-03-14 03:00:53.593-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/connect_close.c' (122,993) at 20240405153054353 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/tests/dsp/platform.cpp' (122,994) at 20241219090011028 to deleted uid set 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/event_matches_filter_test.cpp' (122,995) at 20241015080002919 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/mxs-dma.h' (122,996) at 20210307214931378 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pxa/pinctrl-pxa27x.c' (122,997) at 20240405153231327 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-005b.conf' (122,998) at 20240904080027734 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pptt.c' (122,999) at 20240405153046645 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/wcmd.c' (123,000) at 20240405153051953 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/tmpd.cpp' (123,001) at 20210308005108645 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb' (123,002) at 20241221090017528 to deleted uid set 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/tie-asm.h' (123,003) at 20210307214926770 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user.c' (123,004) at 20240906080037448 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SECURE_BOOT_defconfig' (123,005) at 20210308005003240 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/chan.c' (123,006) at 20240405153231255 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/stacksplitdfa.in' (123,007) at 20210307214932166 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/csrc-octeon.c' (123,008) at 20210307214926198 2025-03-14 03:00:53.594-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vgic-v3-sr.c' (123,009) at 20240405153045885 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-cdat.c' (123,010) at 20240906080037212 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c' (123,011) at 20240805080013979 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/fm801.c' (123,012) at 20220525020654995 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c' (123,013) at 20220525020652971 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/bpfilter/sockopt.c' (123,014) at 20240405153053241 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sprd/Makefile' (123,015) at 20210307214930122 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/cuda.c' (123,016) at 20241211090212298 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/c2p_core.h' (123,017) at 20210307214930902 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/actions/Kconfig' (123,018) at 20210307214930434 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/README' (123,019) at 20210308005002956 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/test/filesystem_mock.hpp' (123,020) at 20210427000038985 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vato' (123,021) at 20210307205553794 2025-03-14 03:00:53.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/smp.c' (123,022) at 20240405153045353 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_qca.c' (123,023) at 20240405153232011 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb' (123,024) at 20241221090017520 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/Makefile' (123,025) at 20210308005002948 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_reset.h' (123,026) at 20240405153048445 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_size___diff_sz.c' (123,027) at 20210307214932642 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_xarray.c' (123,028) at 20241008080014027 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mc13xxx-core.c' (123,029) at 20240405153049613 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/cross_ar.patch' (123,030) at 20241221090017520 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_ph.c' (123,031) at 20210308005046505 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/counter/counter_example.c' (123,032) at 20240405153054045 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/perf_regs.c' (123,033) at 20220525020652006 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_format_helper.c' (123,034) at 20240405153048397 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/85xx/Makefile' (123,035) at 20240405153046201 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts' (123,036) at 20240405153045769 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-sdm660.c' (123,037) at 20240405153051349 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/virtio-pmem.rst' (123,038) at 20210927100127081 2025-03-14 03:00:53.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-peripheral.c' (123,039) at 20210308005003348 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/max14577-private.h' (123,040) at 20210307214931430 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/xen/Makefile' (123,041) at 20240405153045609 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_srq.c' (123,042) at 20241211090145437 to deleted uid set 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/michael.c' (123,043) at 20210307214931990 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp107.c' (123,044) at 20240405153048641 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb' (123,045) at 20240113090014540 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/vangogh/acp5x.h' (123,046) at 20240405153053553 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_dma.h' (123,047) at 20210307214930922 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/memcpy.S' (123,048) at 20240405153046265 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ltp_stress.py' (123,049) at 20220405030025641 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/inventory/inventory-cleanup/inventory-cleanup.yaml' (123,050) at 20210721000034682 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9263ek.dts' (123,051) at 20210308005002572 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/postgresql_16.4.bb' (123,052) at 20241221090017508 to deleted uid set 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h' (123,053) at 20241211090145417 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/__init__.py' (123,054) at 20210307205554434 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/xfrm4_state.c' (123,055) at 20210307214931958 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_defs.h' (123,056) at 20210308005003692 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/unpack.h' (123,057) at 20210307214927902 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x05_uclass.h' (123,058) at 20220525020653035 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c' (123,059) at 20240812080017240 to deleted uid set 2025-03-14 03:00:53.597-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hashmap.h' (123,060) at 20240405153232235 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_ocf.c' (123,061) at 20210307214930234 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ddr.h' (123,062) at 20210308005002972 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/profile' (123,063) at 20241206090014310 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/mmss_cc.xml.h' (123,064) at 20240405153048597 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ibm-basic-eth-map.json' (123,065) at 20230930080011592 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/test.h' (123,066) at 20210309003655972 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dtso' (123,067) at 20240405153045797 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/nvidia/nv_backlight.c' (123,068) at 20240405153231587 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/OWNERS' (123,069) at 20230412080023456 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/Makefile' (123,070) at 20240405153230755 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts' (123,071) at 20210308005002636 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/devlink.c' (123,072) at 20240405153053233 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/unaligned.h' (123,073) at 20210308005002824 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mediatek,net.yaml' (123,074) at 20240520080015123 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-ring.c' (123,075) at 20241008080013983 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/prom_64.c' (123,076) at 20240617080017378 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.memory-test' (123,077) at 20210308005003296 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/boot_type.override.yml' (123,078) at 20210803000022012 2025-03-14 03:00:53.598-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/unwind.h' (123,079) at 20210307214926118 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/tegra-video/Makefile' (123,080) at 20240405153051865 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trafaret_2.1.1.bb' (123,081) at 20240302090018214 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash32.h' (123,082) at 20240906080037512 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts' (123,083) at 20240405153045713 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/pdbg-test.dts' (123,084) at 20220429030017164 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/Kconfig' (123,085) at 20210307214929634 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/Makefile' (123,086) at 20240405153051381 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/codecs/toonie.c' (123,087) at 20220525020654963 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/shared-mime-info/shared-mime-info/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch' (123,088) at 20231207090015282 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/sigio.c' (123,089) at 20220525020652126 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/Makefile' (123,090) at 20210307214925674 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/mntpt.c' (123,091) at 20240617080017402 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/linkmode.h' (123,092) at 20240405153052721 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/smp.h' (123,093) at 20210309003648980 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/hiddev.h' (123,094) at 20210307214931634 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/skas/mmu.c' (123,095) at 20240405153046345 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_spl_defconfig' (123,096) at 20210308005003280 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_cex2c.h' (123,097) at 20240405153231379 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_internal.h' (123,098) at 20230720080043539 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/wmi/Makefile' (123,099) at 20220525020653911 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_crtc_state_dump.h' (123,100) at 20240405153048441 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/nand.c' (123,101) at 20210308005002972 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/uninit_stack.c' (123,102) at 20240405153054261 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/btrfs.h' (123,103) at 20210307214931362 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr1_dimm_params.c' (123,104) at 20210308005003360 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/bpf/sdt.h' (123,105) at 20240405153054285 to deleted uid set 2025-03-14 03:00:53.599-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts' (123,106) at 20240405153229923 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/wd33c93.c' (123,107) at 20241018080014546 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_get_capabilities.robot' (123,108) at 20240911080043995 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5208EVBE.h' (123,109) at 20210308005003576 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/mapping.c' (123,110) at 20240910080014090 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c' (123,111) at 20240405153047205 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/0001-include-sys-uio.patch' (123,112) at 20231014080011723 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/config.mk' (123,113) at 20210308005003056 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb' (123,114) at 20231126090012805 to deleted uid set 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/net-procfs.c' (123,115) at 20240405153053221 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/crash_core_32.c' (123,116) at 20210307214926698 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__force_include.hpp' (123,117) at 20230511080042403 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/hisi_powerkey.c' (123,118) at 20210307214928482 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/stats.c' (123,119) at 20240820080014189 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmpc/libmpc.inc' (123,120) at 20220402030016235 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml' (123,121) at 20240405153045045 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/nvram.c' (123,122) at 20210308005003540 2025-03-14 03:00:53.600-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic.h' (123,123) at 20240405153046645 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/cadence_master.c' (123,124) at 20241018080014546 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/ppc/vdso-64.so' (123,125) at 20241211090212378 to deleted uid set 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_auto_common.c' (123,126) at 20210308005003448 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-system.c' (123,127) at 20241211090212206 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/netlink_helpers.h' (123,128) at 20241220090018346 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_dvi.c' (123,129) at 20240405153231491 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/gpio-mouse.txt' (123,130) at 20210307214925338 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/__init__.py' (123,131) at 20210307205554446 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/device.h' (123,132) at 20210309003648808 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/directives/kvm-console.html' (123,133) at 20210308005107077 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/osdep.h' (123,134) at 20240405153049069 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-cpu.h' (123,135) at 20240405153046841 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/vmem.c' (123,136) at 20240411080014054 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra30-asus-transformer-common.dtsi' (123,137) at 20240405153229879 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/imx_serial.c' (123,138) at 20241211090212258 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/proxy-memory-listener.c' (123,139) at 20230925080039901 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_debugfs.c' (123,140) at 20240405153048777 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/user_namespace.h' (123,141) at 20241115090012965 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qgraph.h' (123,142) at 20240906080037568 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0001-Set-Json_validator-Install-off-if-it-finds-it-via-li.patch' (123,143) at 20230919080013954 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_HWConfig.h' (123,144) at 20220525020654179 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/soc.c' (123,145) at 20210308005002552 2025-03-14 03:00:53.601-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bpf_nf.c' (123,146) at 20240405153054245 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/cdma.h' (123,147) at 20240405153048801 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.yaml' (123,148) at 20240405153045109 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/grlib_uart.h' (123,149) at 20240906080037332 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/wait.h' (123,150) at 20210307214931686 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/clear_user.S' (123,151) at 20240405153229995 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/rail.cpp' (123,152) at 20240628080035889 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h' (123,153) at 20220525020654183 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/include.patch' (123,154) at 20210307205554458 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_rt700.c' (123,155) at 20240405153053957 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso.ld' (123,156) at 20240326080039558 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/cirrus/wmfw.h' (123,157) at 20240405153052689 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/pmu.txt' (123,158) at 20210307214925270 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/wireguard.inc' (123,159) at 20220402030015907 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/debug-sr.c' (123,160) at 20240405153045881 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64-parsec.yml' (123,161) at 20210420000021570 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/0001-Add-casts-to-appease-conversions-between-wchar_t-and.patch' (123,162) at 20241206090014242 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/mem.h' (123,163) at 20210307214927966 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NAND_defconfig' (123,164) at 20210308005003240 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm660.dtsi' (123,165) at 20240405153045785 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-orion5x/pci.c' (123,166) at 20240405153045673 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/block/dasd_fba.c' (123,167) at 20240405153051509 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/zhaoxin.c' (123,168) at 20210307214926698 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/amd,sbrmi.yaml' (123,169) at 20240405153045065 2025-03-14 03:00:53.602-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/dscr/dscr_inherit_test.c' (123,170) at 20240405153054357 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pmc.h' (123,171) at 20210308005002716 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/reserved-region.h' (123,172) at 20240326080039550 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/pdbg_utils.cpp' (123,173) at 20230915080021805 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_5_0_sh_mask.h' (123,174) at 20210307214927690 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_rndis.h' (123,175) at 20210307214930802 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smbdirect.c' (123,176) at 20240527080023360 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_ethtool.c' (123,177) at 20240405153231063 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h' (123,178) at 20210307214929298 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mmc/Makefile' (123,179) at 20210307214928674 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_fddi.h' (123,180) at 20210307214931398 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/zpa2326_spi.c' (123,181) at 20240405153049009 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt8365-pinctrl.yaml' (123,182) at 20240405153229787 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb' (123,183) at 20241221090017532 to deleted uid set 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/configs/or1klitex_defconfig' (123,184) at 20240405153230019 2025-03-14 03:00:53.603-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-moxart.c' (123,185) at 20240405153046781 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/pf_in.h' (123,186) at 20210307214926738 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-tegra-fuse' (123,187) at 20240405153229731 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/log.scss' (123,188) at 20210308005107077 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb' (123,189) at 20230401080011959 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/Kconfig' (123,190) at 20210308005003360 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml' (123,191) at 20240405153229759 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xdp/xsk_diag.c' (123,192) at 20241211090145561 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_errno_defs.h' (123,193) at 20210927100127273 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_dvstep.S' (123,194) at 20230925080040101 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h' (123,195) at 20240405153049469 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/README.md' (123,196) at 20230516080004661 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/pinctrl.c' (123,197) at 20210307214926894 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_uiom_interval_tree.h' (123,198) at 20210307214928446 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/errors.c' (123,199) at 20210309003649076 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_graphics.c' (123,200) at 20240906080037324 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_pscsi.h' (123,201) at 20240405153051965 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/softing/softing_main.c' (123,202) at 20240405153049737 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/mt2701-resets.h' (123,203) at 20210307214931346 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test_util.py' (123,204) at 20210308005003772 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/mmu.c' (123,205) at 20210307214926754 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_lib.sh' (123,206) at 20210307214932690 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/umc/umc_8_10_0_sh_mask.h' (123,207) at 20240405153048285 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/book3s/Kconfig' (123,208) at 20220525020652074 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/reg.c' (123,209) at 20240805080013987 2025-03-14 03:00:53.604-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/SpecialMode/meson.build' (123,210) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/geode/video_gx.c' (123,211) at 20210307214930910 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/lantiq/Kconfig' (123,212) at 20210307214930054 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.gitignore' (123,213) at 20210308005002536 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/cache.json' (123,214) at 20240405153054109 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/trigger/ledtrig-transient.c' (123,215) at 20240405153049221 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager.h' (123,216) at 20210308005002780 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/Kconfig' (123,217) at 20210308005002956 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-mipi.dts' (123,218) at 20210308005002584 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/memfd.h' (123,219) at 20210308005046045 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/mss-timer.c' (123,220) at 20240906080037304 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-i2c-0.dtsi' (123,221) at 20210307214926350 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/path.c' (123,222) at 20210308005046561 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/crypto.c' (123,223) at 20240405153052337 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/futex-llsc.h' (123,224) at 20210307214926550 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt722-sdca-sdw.c' (123,225) at 20241118090018515 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly/file2' (123,226) at 20210307205554386 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-fw-reg.h' (123,227) at 20240405153054001 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/Makefile' (123,228) at 20210308005002948 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h' (123,229) at 20240405153048325 2025-03-14 03:00:53.605-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch' (123,230) at 20241221090017660 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/altera-ci.c' (123,231) at 20210307214928686 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fs.c' (123,232) at 20210308005003548 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-evm-37xx.dts' (123,233) at 20240405153045601 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/port.h' (123,234) at 20240405153050105 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/batman-adv.rst' (123,235) at 20240405153045233 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/6lowpan/nhc_ghc_ext_hop.c' (123,236) at 20240405153053157 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/debug.h' (123,237) at 20240405153049713 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/ptdump.rst' (123,238) at 20240405153044973 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-msi-tvanywhere.c' (123,239) at 20210307214928782 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-common-lcd43.dtsi' (123,240) at 20240405153045605 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/amd-k7-agp.c' (123,241) at 20240405153046741 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-genwqe' (123,242) at 20210309003648256 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-unknown.out' (123,243) at 20210308005046409 to deleted uid set 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/rb532_defconfig' (123,244) at 20240405153045993 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/parport.h' (123,245) at 20240405153046121 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/classes/phosphor-dbus-yaml.bbclass' (123,246) at 20210811000030029 to deleted uid set 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb' (123,247) at 20231126090012777 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/sd_event.hpp' (123,248) at 20240817080036816 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/strscpy_kunit.c' (123,249) at 20240405153053101 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/README.md' (123,250) at 20240628080022677 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml' (123,251) at 20240613080016355 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/intel_mrfld_adc.c' (123,252) at 20240405153048953 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c' (123,253) at 20240405153048357 to deleted uid set 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/bblayers.conf.sample' (123,254) at 20240323080013545 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb' (123,255) at 20241206090014326 2025-03-14 03:00:53.606-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/Makefile' (123,256) at 20210308005003004 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max8925_power.c' (123,257) at 20210309003652164 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb' (123,258) at 20241206090014346 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7742.dtsi' (123,259) at 20240405153045549 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/tripwire.cron' (123,260) at 20210307205554122 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/README' (123,261) at 20240405153054069 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb' (123,262) at 20230919080013990 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/ktti.c' (123,263) at 20240405153046665 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/call_state.c' (123,264) at 20240405153053361 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/k3_system_controller.c' (123,265) at 20210308005003476 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml' (123,266) at 20240405153229763 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun8i-a83t-ccu.h' (123,267) at 20210307214931350 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_lsdma.h' (123,268) at 20240405153047109 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/Makefile' (123,269) at 20220525020652410 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/machine/s7106.conf' (123,270) at 20230927080013514 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/cpu_has_feature.h' (123,271) at 20210406100034795 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/Makefile' (123,272) at 20210308005003084 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/pci.h' (123,273) at 20210307214926246 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c' (123,274) at 20240405153047157 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sibyte/bcm1480/time.c' (123,275) at 20210307214926294 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/timeconst.bc' (123,276) at 20210307214931770 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/rsi_91x_main.c' (123,277) at 20240405153231263 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-j721s2.dtsi' (123,278) at 20240405153045837 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.json' (123,279) at 20210308005046409 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ak4375.yaml' (123,280) at 20240405153045161 2025-03-14 03:00:53.607-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/imx/imx8ulp.c' (123,281) at 20240405153053993 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c' (123,282) at 20241023080012875 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/include/libpldm/base.h' (123,283) at 20241125090009363 to deleted uid set 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/mm/ioremap.c' (123,284) at 20210307214926102 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/host_gpio_monitor.cpp' (123,285) at 20241126090005819 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/config' (123,286) at 20240613080016567 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-apic.c' (123,287) at 20240906080037496 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/dtv-core.rst' (123,288) at 20210307214925462 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/rpl/rpl-pci-acp6x.c' (123,289) at 20240405153053553 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output.host.c' (123,290) at 20240405153051837 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/alpha/include/uapi/asm/ptrace.h' (123,291) at 20240405153045349 to deleted uid set 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/nvmem.c' (123,292) at 20240520080015167 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-bench.c' (123,293) at 20240405153232223 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt9120.c' (123,294) at 20240405153053749 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/pc87312.c' (123,295) at 20241211090212286 2025-03-14 03:00:53.608-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/ca0106_proc.c' (123,296) at 20210307214932238 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/iosapic.c' (123,297) at 20240405153045921 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/gdm724x/TODO' (123,298) at 20210307214930510 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/qnx6/inode.c' (123,299) at 20240405153231727 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/start.S' (123,300) at 20210308005002560 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/bmi160/bmi160_spi.c' (123,301) at 20240405153048993 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-sa110.S' (123,302) at 20210307214925974 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/genesis3_baseboard.json' (123,303) at 20230624080005339 to deleted uid set 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_lite_defconfig' (123,304) at 20210308005003272 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nubus.h' (123,305) at 20210307214931654 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/xor_64.h' (123,306) at 20240405153046321 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pci/Makefile' (123,307) at 20240405153054077 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/Makefile' (123,308) at 20220525020652298 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ChinaSat5A-87.5E' (123,309) at 20210307205553758 2025-03-14 03:00:53.609-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/thread_info.h' (123,310) at 20240405153045917 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/cpu.c' (123,311) at 20210308005002844 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross.inc' (123,312) at 20241221090017660 to deleted uid set 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/config.x86_64' (123,313) at 20240405153054309 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/psample.sh' (123,314) at 20220525020655207 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/99-nx-gzip.rules' (123,315) at 20210307214932702 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/vegman-rx20.conf' (123,316) at 20220518030022835 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/ipl_data.c' (123,317) at 20240405153046269 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/index.rst' (123,318) at 20240405153229835 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi' (123,319) at 20240405153229935 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_fpu_helper.c' (123,320) at 20241211090212518 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/Makefile' (123,321) at 20210308005002976 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/Makefile' (123,322) at 20220525020653435 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/power_button_profile.hpp' (123,323) at 20240820080021574 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32429i-eval.dts' (123,324) at 20210308005002612 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/snapshot.c' (123,325) at 20210307214931906 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/meta/meson.build' (123,326) at 20240908080010102 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_cs_dsp_ctl.c' (123,327) at 20240613080016543 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk-uclass.c' (123,328) at 20210308005003348 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/095_fmap_x86_section.dts' (123,329) at 20210308005003752 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/timer.c' (123,330) at 20240405153232131 2025-03-14 03:00:53.610-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml' (123,331) at 20240405153045089 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_mman.h' (123,332) at 20240405153048473 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/file.h' (123,333) at 20241211090212386 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_gss/gss_mech_switch.c' (123,334) at 20210307214932082 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/parse-metric.c' (123,335) at 20240405153054169 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-hi3660-usb3.c' (123,336) at 20240405153231311 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/mhi_controller.h' (123,337) at 20240405153046609 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-meson.c' (123,338) at 20210308005003480 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/devpts.rst' (123,339) at 20240405153229807 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/compiler_types.h' (123,340) at 20240405153232211 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_aux.c' (123,341) at 20240405153047217 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/open.c' (123,342) at 20240405153231767 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-dove/dove.h' (123,343) at 20240405153045645 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb' (123,344) at 20241206090014314 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/pmbus_read_sensor.md' (123,345) at 20240809080033023 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/pata_parport.h' (123,346) at 20240405153046665 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/Makefile' (123,347) at 20240405153048565 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac110.c' (123,348) at 20210308005003432 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borgsjobyn' (123,349) at 20210307205553778 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-m100pfs-fabric.dtsi' (123,350) at 20240405153046241 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/pcmcia/crc32hash.c' (123,351) at 20210307214932506 2025-03-14 03:00:53.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.c' (123,352) at 20210307214927950 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableToolbar.vue' (123,353) at 20241004080035963 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/smdkc100.c' (123,354) at 20210308005003044 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_iso.c' (123,355) at 20210308005003288 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/syndrome.h' (123,356) at 20240906080037460 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemumips/pointercal' (123,357) at 20210307205553874 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/ccwreq.c' (123,358) at 20210307214930238 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-dmo-edmqmx6.dts' (123,359) at 20240405153229883 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-ciu3-defs.h' (123,360) at 20210307214926230 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/circuit_enc.bin' (123,361) at 20220604030008508 to deleted uid set 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.8.bb' (123,362) at 20231126090012805 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml' (123,363) at 20240405153045141 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-mipi-csi2.yaml' (123,364) at 20240405153045093 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt' (123,365) at 20240106090017253 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_config.h' (123,366) at 20210308005003368 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc405.h' (123,367) at 20221215040039142 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/paride.rst' (123,368) at 20240405153044937 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-max14577.c' (123,369) at 20220525020652422 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/byt.c' (123,370) at 20240405153053993 2025-03-14 03:00:53.612-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-big_little.c' (123,371) at 20240405153046921 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/common.h' (123,372) at 20210308005108641 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.json' (123,373) at 20240906080037564 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/getline.h' (123,374) at 20210308005003764 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is.h' (123,375) at 20240405153049457 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_oob.cpp' (123,376) at 20210308005108645 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-s4-s805x2-aq222.dts' (123,377) at 20240405153229919 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EnvironmentMetrics.v1_3_2.json' (123,378) at 20240619080002944 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cminst44xx.c' (123,379) at 20210307214925914 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/pgtable-3level.h' (123,380) at 20240405153046341 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytz/run-ptest' (123,381) at 20230401080011975 to deleted uid set 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpu/nvidia,tegra20-host1x.txt' (123,382) at 20210308005003304 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/xilinx/zynqmp-debug.c' (123,383) at 20240405153047049 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/main.cpp' (123,384) at 20210308005405934 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-class.rst' (123,385) at 20240405153045225 2025-03-14 03:00:53.613-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dts' (123,386) at 20240405153229891 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Port_v1.xml' (123,387) at 20240918080002712 to deleted uid set 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/mba8mx.dtsi' (123,388) at 20240405153045737 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxga102.c' (123,389) at 20240405153048637 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinmux.c' (123,390) at 20241216090017725 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-kwork.c' (123,391) at 20241018080014598 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/concepts.rst' (123,392) at 20241221090017600 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/virtio_pci_modern.h' (123,393) at 20240405153052817 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/oxygen_pcm.c' (123,394) at 20210309003654608 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/tgt_1.0.90.bb' (123,395) at 20241206090014242 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc' (123,396) at 20240624080012836 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test-common.inc' (123,397) at 20241206090014218 2025-03-14 03:00:53.614-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-overview.svg' (123,398) at 20210308005107069 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/mbox.h' (123,399) at 20210308005002716 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/LICENSE' (123,400) at 20220525020433159 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/keystone-reset.txt' (123,401) at 20210307214925402 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/pxp/intel_pxp_regs.h' (123,402) at 20240405153048545 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/Makefile' (123,403) at 20210308005003008 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nummi-Pusula_Hyonola' (123,404) at 20210307205553770 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/atmel/atmel-isi.h' (123,405) at 20240405153230799 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/nvmetcp_common.h' (123,406) at 20240405153052781 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ProcessorCollection_v1.xml' (123,407) at 20240619080002932 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-rockchip.c' (123,408) at 20240913080013817 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/meson.build' (123,409) at 20230925080039817 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83627hf.rst' (123,410) at 20210307214925506 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7629.dtsi' (123,411) at 20210308005002596 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/p10bmc/mctp' (123,412) at 20231006080017477 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-synology.dtsi' (123,413) at 20210308005002596 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gk20a.c' (123,414) at 20220525020652971 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/amigaone/Kconfig' (123,415) at 20210307214926458 2025-03-14 03:00:53.615-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_framebuffer.c' (123,416) at 20240405153230535 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/sdeventplus.wrap' (123,417) at 20230629131804627 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/bmcweb_config.h.in' (123,418) at 20240824080002926 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-regs.h' (123,419) at 20210308005002796 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_aggregator_cdev.c' (123,420) at 20240405153051393 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c' (123,421) at 20240405153048429 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/net_dim.rst' (123,422) at 20210307214925538 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/stk1160/stk1160-i2c.c' (123,423) at 20210307214928850 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/nospdx.bbclass' (123,424) at 20241221090017608 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/extract-vmlinux' (123,425) at 20210307214932146 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/byteorder.h' (123,426) at 20210307214925650 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@3/vrm@45.conf' (123,427) at 20210307205554086 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/ebus.c' (123,428) at 20210307214926590 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine-hmp-cmds.c' (123,429) at 20240906080037212 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/TurboAllowed/meson.build' (123,430) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/es1968.c' (123,431) at 20240405153232131 2025-03-14 03:00:53.616-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/nau8824.c' (123,432) at 20240405153053661 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/compress/huf_compress.c' (123,433) at 20240405153053113 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-scripts-build-Fix-the-tests-to-build-with-clang15.patch' (123,434) at 20221003030013269 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/proxy_sample.py' (123,435) at 20210308005114861 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/Kbuild' (123,436) at 20210307214927958 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi' (123,437) at 20240405153229923 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb' (123,438) at 20241221090017568 to deleted uid set 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h' (123,439) at 20240405153047181 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/aspeed/pinmux-aspeed.h' (123,440) at 20240405153051305 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/nvhe/page_alloc.c' (123,441) at 20240405153045885 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dec/tulip/de2104x.c' (123,442) at 20240405153049901 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_hwmon.h' (123,443) at 20240405153051977 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/Kconfig' (123,444) at 20240405153230783 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/scc.h' (123,445) at 20210308005003020 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun8i_a83t.c' (123,446) at 20210308005002784 2025-03-14 03:00:53.617-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/GraphicsController_v1.xml' (123,447) at 20240619080002924 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/NOPREEMPT.boot' (123,448) at 20210309003656016 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/hweight.c' (123,449) at 20210307214931802 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libmctp/serial.c' (123,450) at 20241219090010504 to deleted uid set 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/cpp-example-lib.cpp' (123,451) at 20240106090017253 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm7150-gcc.h' (123,452) at 20240405153052645 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/atomic.h' (123,453) at 20240405153052617 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/ddr.c' (123,454) at 20210308005003048 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/intel-lpc.txt' (123,455) at 20210308005003304 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_none.c' (123,456) at 20240405153053233 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' (123,457) at 20210307205554610 to deleted uid set 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/qe.c' (123,458) at 20240405153231451 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/loop.h' (123,459) at 20240405153052925 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c' (123,460) at 20240405153050157 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libbpf.c' (123,461) at 20240405153054041 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/googletest.wrap' (123,462) at 20211021000028068 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/MAINTAINERS' (123,463) at 20210308005002944 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/pinctrl-cs47l90.c' (123,464) at 20210307214930070 2025-03-14 03:00:53.618-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/devmem2/devmem2_2.0.bb' (123,465) at 20241221090017536 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7753.h' (123,466) at 20210308005002848 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ses.c' (123,467) at 20240405153051733 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-1.1' (123,468) at 20211006000025226 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_h5.c' (123,469) at 20240405153230195 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/sifive,clint.yaml' (123,470) at 20240405153045181 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p212_defconfig' (123,471) at 20210308005003272 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/of_display_timing.c' (123,472) at 20240405153052229 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/wired.network' (123,473) at 20210629000017500 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (123,474) at 20241015080012039 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb' (123,475) at 20220823030015963 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y' (123,476) at 20220525020653987 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/opl3sa2.c' (123,477) at 20220525020654979 2025-03-14 03:00:53.619-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/dp.c' (123,478) at 20240405153050197 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-emev2.c' (123,479) at 20240405153051353 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dtso' (123,480) at 20240405153045745 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/obmc-console/meson.build' (123,481) at 20240809080013506 to deleted uid set 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/fs3270.h' (123,482) at 20240405153046281 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/powercap.h' (123,483) at 20210309003653888 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/layerindex.py' (123,484) at 20221104030017441 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-v4l2.h' (123,485) at 20210307214928682 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,exynos-hdmi-phy.yaml' (123,486) at 20240405153045129 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch' (123,487) at 20241206090014250 to deleted uid set 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml' (123,488) at 20210307205553698 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/calxeda-xgmac.yaml' (123,489) at 20210307214925370 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netns/conntrack.h' (123,490) at 20240405153052861 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos4210-usb2.c' (123,491) at 20210307214930062 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/at91-usart.h' (123,492) at 20210307214931342 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d4.dtsi' (123,493) at 20210308005002612 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml' (123,494) at 20240405153045141 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-sifive.c' (123,495) at 20240405153231359 2025-03-14 03:00:53.620-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/stellaris_enet.c' (123,496) at 20241211090212306 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/mlx5/cmd.c' (123,497) at 20241216090017745 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComponentIntegrityCollection_v1.xml' (123,498) at 20240619080002920 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-captain.dts' (123,499) at 20210307214926046 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_mmio.c' (123,500) at 20210308005003536 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/tools/acpidbg/Makefile' (123,501) at 20210307214932614 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/inet_timewait_sock.c' (123,502) at 20240830080013347 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon-tacoma/obmc/power-supply-monitor/power-supply-monitor-1.conf' (123,503) at 20210307205553710 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi' (123,504) at 20210307214926354 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb' (123,505) at 20241221090017552 to deleted uid set 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/meson.build' (123,506) at 20241211090212494 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh/0001-configure.ac-add-support-of-protobuf-4.22.x.patch' (123,507) at 20231011080016578 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_disc.c' (123,508) at 20240405153051733 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/218' (123,509) at 20240326080039730 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/zopt2201.c' (123,510) at 20240405153049005 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_skbprio.c' (123,511) at 20240405153053373 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_i2c.c' (123,512) at 20240405153052225 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0019-Align-PSA-Crypto-with-TF-Mv2.1.patch' (123,513) at 20241221090017468 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pvpanic-test.c' (123,514) at 20240906080037572 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_kern_overflow.c' (123,515) at 20240405153054249 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x02.c' (123,516) at 20210307214928078 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.usb' (123,517) at 20240906080037556 to deleted uid set 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-wega.dtsi' (123,518) at 20240405153045589 2025-03-14 03:00:53.621-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/book3s64/mmu_context.c' (123,519) at 20240405153230047 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_mac.c' (123,520) at 20210307214932026 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vtimer.h' (123,521) at 20210309003648960 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/regexps.py' (123,522) at 20210308005046237 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/socket.c' (123,523) at 20240820080014165 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/zonefs.rst' (123,524) at 20240405153229815 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ima_arch.c' (123,525) at 20240405153230035 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/satyr_0.43.bb' (123,526) at 20240301090012431 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fc/fc_fcoe.h' (123,527) at 20210307214931586 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/obmc-chassis-poweroff@0.target' (123,528) at 20220727030013877 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP3.interface.yaml' (123,529) at 20220315030032659 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb' (123,530) at 20230114040015550 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/trace.h' (123,531) at 20210308005045869 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/gbs-cpld-ver-check.bb' (123,532) at 20241206090014278 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb' (123,533) at 20241221090017540 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_defconfig' (123,534) at 20210308005003244 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/mpc52xx_uart.c' (123,535) at 20240405153231515 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/a64.decode' (123,536) at 20241211090212470 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/run_afpackettests' (123,537) at 20220525020655223 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/sched.c' (123,538) at 20210307214929370 2025-03-14 03:00:53.622-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/kvm/arch_timer.c' (123,539) at 20241211090145377 to deleted uid set 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32746g-eval.dts' (123,540) at 20210308005002612 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/Makefile' (123,541) at 20240405153049473 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/compat_signal.h' (123,542) at 20210307214926578 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/video-uclass.c' (123,543) at 20210308005003536 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/petalogix-ml605.dtb' (123,544) at 20210308005046177 to deleted uid set 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/0001-Add-support-for-persistent-only-settings.patch' (123,545) at 20210307205554226 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-sx8.c' (123,546) at 20240405153049369 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-expand-row.png' (123,547) at 20220105012522967 to deleted uid set 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_si_intf.c' (123,548) at 20240405153046757 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad8801.yaml' (123,549) at 20240405153045073 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/amd_asic_type.h' (123,550) at 20240405153052625 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hardirq.h' (123,551) at 20210309003648884 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate.h' (123,552) at 20241211090212478 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/lib.rs' (123,553) at 20240520080015235 2025-03-14 03:00:53.623-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/luton_switch.c' (123,554) at 20210308005003436 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/neofb.c' (123,555) at 20240405153231587 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-scsi.h' (123,556) at 20210308005046033 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/xlnx-zynqmp.h' (123,557) at 20240405153231807 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/btree.h' (123,558) at 20240405153052581 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/maturin.py' (123,559) at 20241206090014306 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-random.c' (123,560) at 20210308005046233 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/kern.h' (123,561) at 20210307214926622 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/coroutines.h' (123,562) at 20230925080039821 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/Kconfig' (123,563) at 20210308005002976 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-phytec-mira-rdk-nand.dts' (123,564) at 20240405153045505 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_reg.h' (123,565) at 20241211090212218 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_byteorder.c' (123,566) at 20240405153232059 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/dma-router.yaml' (123,567) at 20240405153045053 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.sandbox-spi' (123,568) at 20210308005003300 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsdump.c' (123,569) at 20240405153046621 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobCollection_v1.xml' (123,570) at 20240619080002924 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/af9013_priv.h' (123,571) at 20240405153230775 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/io.h' (123,572) at 20220525020654255 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm8904.h' (123,573) at 20210307214931606 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visby_Hamnen' (123,574) at 20210307205553794 2025-03-14 03:00:53.624-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-scsi-common.h' (123,575) at 20240326080039542 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_mouse.py' (123,576) at 20240405153054309 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/encrypted-keys/encrypted.h' (123,577) at 20210307214932174 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b_table.h' (123,578) at 20240405153050669 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Myllylahti' (123,579) at 20210307205553774 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci.c' (123,580) at 20221215040039374 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/linkage.h' (123,581) at 20240405153046389 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ii_pci20kc.c' (123,582) at 20240405153046897 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/s2ram.rst' (123,583) at 20210307214925546 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/session.h' (123,584) at 20240405153054201 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_eeprom.c' (123,585) at 20241211090212274 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/iommu/iommufd.c' (123,586) at 20240910080014102 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mdio/mdio-i2c.h' (123,587) at 20240405153052725 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/i2c/busses/i2c-microchip-corei2c.c' (123,588) at 20240405153230675 to deleted uid set 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c' (123,589) at 20220525020652967 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb' (123,590) at 20221104030017437 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson_git.bb' (123,591) at 20240413080012663 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/mcdi_port.c' (123,592) at 20240405153050277 2025-03-14 03:00:53.625-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/misc.c' (123,593) at 20240405153231679 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-samsung.txt' (123,594) at 20210308005003304 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/cpu_restore_state.cocci' (123,595) at 20210308005046237 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vsx-ops.c.inc' (123,596) at 20240906080037520 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/junk_insn.c' (123,597) at 20210307214932662 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' (123,598) at 20240625080012792 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_test_port.cpp' (123,599) at 20210308005049145 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_fib.sh' (123,600) at 20240405153054357 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgk110.fuc3' (123,601) at 20210307214927938 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/cfm.c' (123,602) at 20210309003651280 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/bus/moxtet.h' (123,603) at 20220525020654543 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/scripting-engines/Build' (123,604) at 20240405153232239 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compat.h' (123,605) at 20240710080014605 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/Makefile' (123,606) at 20210308005002956 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/plusb.c' (123,607) at 20240405153050377 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kallsyms_selftest.c' (123,608) at 20240405153231911 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/mediatek,mt8192-pinctrl.yaml' (123,609) at 20240405153045133 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-a95xf3-air.dts' (123,610) at 20240405153229919 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/interlaken-lac.txt' (123,611) at 20210307214925402 2025-03-14 03:00:53.626-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.4.rst' (123,612) at 20230114040015514 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5648.c' (123,613) at 20240405153049329 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/testlist.txt' (123,614) at 20240405153230531 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Kconfig.assembler' (123,615) at 20240805080013927 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/bpfilter_kern.c' (123,616) at 20240405153053189 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.c' (123,617) at 20220525020652971 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/software_inventory.hpp' (123,618) at 20231024080003368 to deleted uid set 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/get_mbox_info_v2.c' (123,619) at 20210308005100993 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/isys_stream2mmio_global.h' (123,620) at 20210307214930538 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/Makefile' (123,621) at 20220525020651978 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell,pp2.yaml' (123,622) at 20240405153045117 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/renesas/r9a06g032-smp.c' (123,623) at 20210307214930446 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/dbusSensor.hpp' (123,624) at 20231201090035486 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/arm-vic.h' (123,625) at 20210309003653852 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_attr.c' (123,626) at 20240405153051717 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-dvb.c' (123,627) at 20240405153230827 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/sfp-machine.h' (123,628) at 20210307214925646 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice_git.bb' (123,629) at 20231207090015262 to deleted uid set 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/nxp,lpc1850-gpio.txt' (123,630) at 20210307214925318 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/submit_test_event_test.cpp' (123,631) at 20241228090003723 to deleted uid set 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/probe-gdb-support.py' (123,632) at 20241211090212458 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/mock_action.hpp' (123,633) at 20210308005405938 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/phosphor-dbus-interfaces.wrap' (123,634) at 20220326030015450 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-penmount.c' (123,635) at 20210307214928094 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarsbo' (123,636) at 20210307205553782 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/ioremap.c' (123,637) at 20240405153229995 2025-03-14 03:00:53.627-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_rx.h' (123,638) at 20220525020653135 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_it821x.c' (123,639) at 20240405153046661 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv6xx_dpm.h' (123,640) at 20210307214928018 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rio_drv.h' (123,641) at 20220525020654611 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rand.c' (123,642) at 20210308005003712 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-gate-a10.c' (123,643) at 20240405153046845 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/kvm_i386.h' (123,644) at 20241211090212486 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c' (123,645) at 20240405153230375 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_cgroup.h' (123,646) at 20210307214931646 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c' (123,647) at 20240405153230607 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mipsmtregs.h' (123,648) at 20240405153046009 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-fh.c' (123,649) at 20210716100029947 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v11_0.c' (123,650) at 20240405153047165 2025-03-14 03:00:53.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/mailbox/tegra-hsp.c' (123,651) at 20240405153230759 to deleted uid set 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/debug.c' (123,652) at 20240805080013991 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/armada-37xx-cpufreq.c' (123,653) at 20240405153230251 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-i2c.c' (123,654) at 20210307214928686 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/6fire/chip.h' (123,655) at 20210307214932438 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml' (123,656) at 20240405153045049 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/libhei.wrap' (123,657) at 20210308005346774 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pystatemgr/discover_system_state.py' (123,658) at 20221209040046691 to deleted uid set 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-hisi-zip' (123,659) at 20240405153044913 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_xmit.h' (123,660) at 20240405153051909 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/files/SUPPORTED' (123,661) at 20220804030014683 to deleted uid set 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_mac.robot' (123,662) at 20240628080017121 to deleted uid set 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/CLI11.wrap' (123,663) at 20230602080024184 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_u_prci.c' (123,664) at 20241211090212298 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/msi.c' (123,665) at 20210307214926410 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/mr.h' (123,666) at 20220525020653163 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_security.h' (123,667) at 20240405153051925 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/mrc.c' (123,668) at 20210308005002856 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/romfs/super.c' (123,669) at 20240820080014177 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sm4-ce-core.S' (123,670) at 20240405153045849 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/fnic_io.h' (123,671) at 20240405153231395 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.9.2.bb' (123,672) at 20241206090014258 2025-03-14 03:00:53.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/filter.h' (123,673) at 20240906080037344 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ch9.h' (123,674) at 20240405153231843 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/report_mock.hpp' (123,675) at 20220412175720090 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/writeonly.hpp' (123,676) at 20230511080034627 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/hppa-softmmu/default.mak' (123,677) at 20240906080037160 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/0001-Undefine-REGEX-for-musl-based-systems.patch' (123,678) at 20230706080014757 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/topology.c' (123,679) at 20240405153229995 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/Kconfig' (123,680) at 20210308005002900 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/law.c' (123,681) at 20210308005002980 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c' (123,682) at 20240405153230503 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml' (123,683) at 20240405153045101 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/channel.hpp' (123,684) at 20240815080037243 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/periph.h' (123,685) at 20210308005002664 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python-async-test.inc' (123,686) at 20240301090012447 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_loop.hpp' (123,687) at 20230523080003149 to deleted uid set 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit_4.0.2.bb' (123,688) at 20241221090017532 to deleted uid set 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_optc.h' (123,689) at 20240405153047257 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue' (123,690) at 20241004080035959 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/event.c' (123,691) at 20240405153050717 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon-tacoma/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/ir35221@70.conf' (123,692) at 20240904080027734 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/cmpdi2.c' (123,693) at 20210307214931790 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/023.out' (123,694) at 20210308005046433 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/MAINTAINERS' (123,695) at 20210308005003008 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Reset/meson.build' (123,696) at 20231216090022621 to deleted uid set 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-scripts_2.40.bb' (123,697) at 20241221090017640 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c' (123,698) at 20210308005046517 2025-03-14 03:00:53.630-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/admin.py' (123,699) at 20210307205554262 2025-03-14 03:00:53.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/manager.cpp' (123,700) at 20241104090017127 to deleted uid set 2025-03-14 03:00:53.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/misc/bcm_vk.h' (123,701) at 20220525020654671 2025-03-14 03:00:53.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_iro_hsi.h' (123,702) at 20240405153050229 2025-03-14 03:00:53.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/268' (123,703) at 20210927100127501 2025-03-14 03:00:53.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/cpu.c' (123,704) at 20210308005002856 2025-03-14 03:00:53.631-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/riscv/kvm/vcpu_sbi.c' (123,705) at 20241008080013895 to deleted uid set 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fec_mpc52xx.h' (123,706) at 20210307214929398 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat8_C-166.0E' (123,707) at 20210307205553762 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_bpf_nf.c' (123,708) at 20240405153054273 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/thermal/lm90.h' (123,709) at 20210307214931350 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/MAINTAINERS' (123,710) at 20210308005003044 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc8315erdb.dts' (123,711) at 20210307214926358 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/qlge/qlge_mpi.c' (123,712) at 20240405153051881 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_if.c' (123,713) at 20240405153053193 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/bootconfigs/tracing.bconf' (123,714) at 20220525020655183 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-events' (123,715) at 20240405153229727 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-academics' (123,716) at 20221215040039070 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/common.h' (123,717) at 20210307214932686 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/janz.h' (123,718) at 20210307214931430 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.json' (123,719) at 20220429100100882 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/common_deb_ipk.py' (123,720) at 20241206090014306 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dcbevent.h' (123,721) at 20240405153052841 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/dh.h' (123,722) at 20240405153052621 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/into_iter.rs' (123,723) at 20240405153232095 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svanstein' (123,724) at 20210307205553790 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/crypto_helper.c' (123,725) at 20240326080039694 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_factory_dcn315.c' (123,726) at 20240405153047289 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/metadata.c' (123,727) at 20240405153054257 2025-03-14 03:00:53.632-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/xsurf100.c' (123,728) at 20220525020653439 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/pfc-sh73a0.c' (123,729) at 20210308005002772 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-pci.c' (123,730) at 20240326080039434 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/ams-delta-fiq.c' (123,731) at 20240405153045657 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xxhash/run-ptest' (123,732) at 20240301090012435 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcuwait.h' (123,733) at 20240405153052785 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,smp2p.yaml' (123,734) at 20240405153045157 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sandbox_spl.h' (123,735) at 20210308005003612 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-lib.c' (123,736) at 20240405153046521 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/Makefile' (123,737) at 20210307214930118 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sh4/sh.h' (123,738) at 20241211090212362 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/bpf/hid_bpf_dispatch.h' (123,739) at 20240405153230651 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/i8042.c' (123,740) at 20210308005003384 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/run-ptest' (123,741) at 20220910030013433 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/024_sorted.dts' (123,742) at 20210308005003752 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_flash.cpp' (123,743) at 20210308005108645 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdp_metadata.h' (123,744) at 20240405153054293 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/system_certificates.S' (123,745) at 20240405153046529 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-ingenic.c' (123,746) at 20220525020653203 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/mac_be.c' (123,747) at 20240405153231259 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm-extra_1.3.2.bb' (123,748) at 20241221090017696 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun9i-a80.h' (123,749) at 20210307214927030 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop' (123,750) at 20210307205554050 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/Kconfig' (123,751) at 20240405153048569 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/damon/reclaim.rst' (123,752) at 20240405153044961 2025-03-14 03:00:53.633-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hw_breakpoint/data_breakpoint.c' (123,753) at 20240405153232099 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/dram.c' (123,754) at 20210308005002776 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_uninit.c' (123,755) at 20240405153054285 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_fallbacks.h' (123,756) at 20210308005003572 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/sunxi_gpio.c' (123,757) at 20210308005003380 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/meson.build' (123,758) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/meson_i2c.c' (123,759) at 20210308005003384 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/tlb.h' (123,760) at 20210307214926322 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5064.c' (123,761) at 20240405153048973 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_validate.h' (123,762) at 20210308005003652 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/ioctls.h' (123,763) at 20210307214926590 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/systemd-bootchart.cfg' (123,764) at 20230608080014886 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/fdl-appendix.rst' (123,765) at 20220525020651778 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_link64_defconfig' (123,766) at 20210308005003252 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm_gmac-test.c' (123,767) at 20240906080037572 2025-03-14 03:00:53.634-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ebtables.common' (123,768) at 20210307205553826 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfa_ioc.c' (123,769) at 20240405153051577 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/clocksource.h' (123,770) at 20240405153045937 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_resource.h' (123,771) at 20220429100100614 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa11xx_base.h' (123,772) at 20210307214930046 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun9i-a80-ccu.h' (123,773) at 20210307214931334 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sll_pins.h' (123,774) at 20210308005002648 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cayman_blit_shaders.h' (123,775) at 20240405153048705 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/setup-sh7203.c' (123,776) at 20210307214926562 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-2.dtsi' (123,777) at 20240405153046093 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/mx6sabreauto.c' (123,778) at 20210308005002984 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/pyperf180.c' (123,779) at 20240405153232259 2025-03-14 03:00:53.635-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/hmm.rst' (123,780) at 20240405153229819 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/Makefile' (123,781) at 20241008080014047 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/div64.h' (123,782) at 20210308005003628 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pint_0.24.4.bb' (123,783) at 20241221090017556 to deleted uid set 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy.bb' (123,784) at 20241206090014234 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc_ptp.c' (123,785) at 20240405153049921 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.cpp' (123,786) at 20241205090004235 to deleted uid set 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl/makefile-add-ldflags.patch' (123,787) at 20210307205553850 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c' (123,788) at 20210308005002712 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/suspend.h' (123,789) at 20240405153052801 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-isns/open-isns_0.102.bb' (123,790) at 20221003030013265 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/bif/bif_5_0_enum.h' (123,791) at 20210307214927334 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-3level-hwdef.h' (123,792) at 20210307214925854 2025-03-14 03:00:53.636-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/Kconfig' (123,793) at 20210308005003032 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent_io.c' (123,794) at 20240830080013311 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/pcie.c' (123,795) at 20210308005002828 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/syscall_32.c' (123,796) at 20240411080014054 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/smartpqi/smartpqi_sis.c' (123,797) at 20240405153051733 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ristijarvi' (123,798) at 20210307205553774 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/law.c' (123,799) at 20210308005002988 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/haoyu,hym8563.yaml' (123,800) at 20240405153045153 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/gpio-beeper.yaml' (123,801) at 20240405153045077 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml' (123,802) at 20240405153045153 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.h' (123,803) at 20240405153050109 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/module.c' (123,804) at 20240405153045629 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/ib_user_ioctl_cmds.h' (123,805) at 20220525020654679 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/process.c' (123,806) at 20240405153229907 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/bug-hunting.rst' (123,807) at 20240405153229835 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c' (123,808) at 20210309003649492 2025-03-14 03:00:53.637-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/canaan/sipeed_maixduino.dts' (123,809) at 20240405153046241 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/vmlinux.lds.h' (123,810) at 20210307214926622 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7ulp_evk_defconfig' (123,811) at 20210308005003272 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pci_debug.h' (123,812) at 20240405153046277 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_db.c' (123,813) at 20240405153049061 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/stddef.h' (123,814) at 20210308005003668 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/power.c' (123,815) at 20240405153048425 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.cpp' (123,816) at 20230825080027865 to deleted uid set 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-license-expression_30.4.0.bb' (123,817) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/serial/cp210x.c' (123,818) at 20240405153231567 to deleted uid set 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AML-glslang' (123,819) at 20241221090017612 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.type4-count' (123,820) at 20240906080037556 to deleted uid set 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/start.rst' (123,821) at 20240405153045285 2025-03-14 03:00:53.638-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/working-projects.rst' (123,822) at 20240413080012683 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0-wifi.conf' (123,823) at 20210307205554098 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing.json' (123,824) at 20210308005046405 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i3c/ccc.h' (123,825) at 20240405153052701 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/uaccess.h' (123,826) at 20240405153230019 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/eeh.c' (123,827) at 20240405153046137 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8qxp-lpcg.c' (123,828) at 20240405153230211 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/arc_con.c' (123,829) at 20210309003648828 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts' (123,830) at 20240405153045533 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_flow.c' (123,831) at 20240405153050073 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt330x.c' (123,832) at 20240405153230779 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/pci.c' (123,833) at 20210308005002992 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3328.h' (123,834) at 20210308005002660 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/Kconfig' (123,835) at 20240405153052149 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h' (123,836) at 20240405153047113 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mem_encrypt.c' (123,837) at 20240405153046477 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-jmp-cache.h' (123,838) at 20240906080037136 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/rda.yaml' (123,839) at 20240405153045017 2025-03-14 03:00:53.639-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/run-ptest' (123,840) at 20240301090012435 to deleted uid set 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/refcount_api.h' (123,841) at 20240405153052785 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/mm/init_64.c' (123,842) at 20240411080014054 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/botan/botan_3.5.0.bb' (123,843) at 20241221090017508 to deleted uid set 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/translator.h' (123,844) at 20241211090212358 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (123,845) at 20241206090014230 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-include-needed-c-header.patch' (123,846) at 20210316000012673 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,ns2-pinmux.txt' (123,847) at 20220525020651702 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h' (123,848) at 20240405153050533 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml' (123,849) at 20240405153045069 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/generic_event_device.c' (123,850) at 20241211090212246 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfsacl.h' (123,851) at 20210309003653992 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/v4l2-selection-targets.rst' (123,852) at 20220525020651786 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http_client.hpp' (123,853) at 20241024080002682 to deleted uid set 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ad525x_dpot.c' (123,854) at 20240405153049625 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/types.h' (123,855) at 20220525020652102 2025-03-14 03:00:53.640-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/meson8b.h' (123,856) at 20240405153230219 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/selftest.yml' (123,857) at 20241206090014206 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend-property-satellite-systems.rst' (123,858) at 20210309003648480 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/console/mdacon.c' (123,859) at 20210309003653296 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/microchip,ucs1002.yaml' (123,860) at 20220525020651706 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mscc_bb_spi.c' (123,861) at 20210308005003492 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_bitmap.c' (123,862) at 20210308005003552 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/Kconfig' (123,863) at 20210524100034950 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/cputlb.c' (123,864) at 20241211090212206 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/ace_8.0.1.bb' (123,865) at 20241221090017504 to deleted uid set 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/Kconfig' (123,866) at 20240405153049481 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/setup.cfg' (123,867) at 20210308005048369 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/console-badness.sh' (123,868) at 20240405153054365 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml' (123,869) at 20240405153045165 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ipl/qipl.h' (123,870) at 20241211090212362 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-mdm9615.c' (123,871) at 20240405153051345 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/severity.c' (123,872) at 20240405153046421 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/eCos-2.0.txt' (123,873) at 20210308005002540 2025-03-14 03:00:53.641-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/slirp_user.c' (123,874) at 20210307214926618 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/requirements.txt' (123,875) at 20241206090014306 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial/serial/Findcatkin.cmake' (123,876) at 20230520080014480 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/ptrace.h' (123,877) at 20210307214926162 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/hfs/super.c' (123,878) at 20240405153052377 to deleted uid set 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-secondary-emmc.inc' (123,879) at 20221007030014979 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/xio3130_downstream.c' (123,880) at 20241211090212314 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz' (123,881) at 20210307205554594 to deleted uid set 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysctl/vm.rst' (123,882) at 20240405153044965 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/ts72xx_wdt.c' (123,883) at 20240405153052245 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtio.h' (123,884) at 20210307214931454 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (123,885) at 20220302040015788 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/device.c' (123,886) at 20240405153049073 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hid-sensor-hub.h' (123,887) at 20220525020654571 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/parse-events.c' (123,888) at 20240405153232231 2025-03-14 03:00:53.642-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.5-service.patch' (123,889) at 20230706080014749 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_7_0_d.h' (123,890) at 20210307214927518 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/layers.example.json' (123,891) at 20220910030013393 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/dev.c' (123,892) at 20240405153052081 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mc.S' (123,893) at 20230925080040101 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Sydney_Kings_Cross' (123,894) at 20210307205553766 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c' (123,895) at 20220525020652971 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_bl.c' (123,896) at 20240405153046957 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c' (123,897) at 20240405153048633 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ar5523/ar5523_hw.h' (123,898) at 20210307214929726 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/mmio.h' (123,899) at 20240405153048517 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8195-img.c' (123,900) at 20240405153046801 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/conf.h' (123,901) at 20210307214929966 2025-03-14 03:00:53.643-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc' (123,902) at 20241204090019715 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/0001-include-missing-kernel-header.patch' (123,903) at 20220204040022452 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/Makefile' (123,904) at 20210307214931254 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pca9698.h' (123,905) at 20210308005003676 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/aspeed-xdma.h' (123,906) at 20210307214931622 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/restrict.c' (123,907) at 20240405153230155 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-ts4900.txt' (123,908) at 20210307214925318 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/lpfc.rst' (123,909) at 20210307214925558 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/inc' (123,910) at 20240405153053433 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6m/tune-cortexm0plus.inc' (123,911) at 20210905000020581 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/gazerbeam.c' (123,912) at 20210308005003340 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_trace.h' (123,913) at 20240405153231227 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/serio.h' (123,914) at 20210307214931658 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_modesetting.c' (123,915) at 20210307214930950 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/nlohmann_json.wrap' (123,916) at 20231209090021965 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-apalis-ixora-v1.2.dts' (123,917) at 20240405153229883 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/irq_lsapic.c' (123,918) at 20210307214926126 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/prcm-regs.c' (123,919) at 20210308005002756 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1672.c' (123,920) at 20240405153051497 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/understand-autobuilder.rst' (123,921) at 20240106090017253 to deleted uid set 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-reg.h' (123,922) at 20210307214932434 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/axg-aoclkc.h' (123,923) at 20210307214931322 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/unaligned_64.c' (123,924) at 20210307214926602 2025-03-14 03:00:53.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irqchip/arm-gic.h' (123,925) at 20240405153052713 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/slab.h' (123,926) at 20210307214932742 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spring_defconfig' (123,927) at 20210308005003280 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/act8846.c' (123,928) at 20210308005003472 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/android-gadget-start' (123,929) at 20230114040015478 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/0001-CheckLib.pm-don-t-execute-the-binary.patch' (123,930) at 20230317080013789 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/lockstat.rst' (123,931) at 20210307214925518 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/shell_execution.py' (123,932) at 20221209040018567 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml' (123,933) at 20240405153045105 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/core-isa.h' (123,934) at 20210308005046365 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-nitrogen-som.dtsi' (123,935) at 20240405153045733 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/davinci_mdio.c' (123,936) at 20240405153231063 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/p4-clockmod.c' (123,937) at 20210309003649272 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2266.h' (123,938) at 20210307214928798 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb_main.c' (123,939) at 20240405153050593 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_xattr.h' (123,940) at 20240405153052613 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/Kbuild' (123,941) at 20210307214927946 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxl.c' (123,942) at 20210308005003456 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/task.c' (123,943) at 20240405153051617 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_span.h' (123,944) at 20240405153050077 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/omap-ulpi-viewport.c' (123,945) at 20210308005003520 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/trace.c' (123,946) at 20240405153054005 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/pvrdma_cmd.c' (123,947) at 20210307214928450 2025-03-14 03:00:53.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/pinctrl-moorefield.c' (123,948) at 20240405153231323 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_ips.h' (123,949) at 20210307214930142 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/reset.h' (123,950) at 20240405153046801 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/mmap-smack-test/mmap.c' (123,951) at 20210307205554122 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-func-close.rst' (123,952) at 20210309003648484 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/net_dropmonitor-report' (123,953) at 20210307214932566 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/phosphor-state-manager-init' (123,954) at 20240105090012010 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/cma.c' (123,955) at 20240617080017410 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fsl,imx8-acm.yaml' (123,956) at 20240405153229755 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.h' (123,957) at 20240405153047149 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/test.cpp' (123,958) at 20210307205554438 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-5.c' (123,959) at 20210927100127517 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-lpc32xx/Kconfig' (123,960) at 20240405153045649 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl' (123,961) at 20210308005002948 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/atomic64_cx8_32.S' (123,962) at 20220525020652186 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/uniphier_thermal.c' (123,963) at 20240405153231503 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/autofs.rst' (123,964) at 20240405153045201 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105_spl.c' (123,965) at 20210308005003168 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pvr2fb.c' (123,966) at 20240405153231587 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/libgcc2.h' (123,967) at 20210308005002544 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc' (123,968) at 20230920080013648 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/chacha-neon-core.S' (123,969) at 20220525020651878 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/irq_64.c' (123,970) at 20240405153046325 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_i2c.cfg' (123,971) at 20210307205554118 2025-03-14 03:00:53.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/files/mctp' (123,972) at 20240712080022837 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0006-configure-Disable-incompatible-function-pointer-type.patch' (123,973) at 20240413080012639 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-nvidia-gpu.c' (123,974) at 20240405153048909 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/syscalls/syscall.tbl' (123,975) at 20240405153229855 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8400.h' (123,976) at 20210307214931438 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/Makefile' (123,977) at 20240405153230219 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml' (123,978) at 20240405153229767 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-keymap.c' (123,979) at 20210308005046549 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sass/libsass_git.bb' (123,980) at 20240113090014540 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imxrt1170.c' (123,981) at 20240405153231319 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/tools/.gitignore' (123,982) at 20210307214926750 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_stream_public.h' (123,983) at 20240405153051833 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h' (123,984) at 20240415080012979 to deleted uid set 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/mme2_ctrl_regs.h' (123,985) at 20240405153046577 2025-03-14 03:00:53.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/reopen-file.out' (123,986) at 20221215040039366 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/virtio/virtio_ccw.c' (123,987) at 20240405153231383 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.acpihmatvirt' (123,988) at 20240906080037556 to deleted uid set 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/Kconfig' (123,989) at 20210308005003020 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c' (123,990) at 20220627100017018 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/alloc.c' (123,991) at 20240405153049233 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/090_hash.dts' (123,992) at 20210308005003752 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/cavium-octeon-gpio.txt' (123,993) at 20210307214925314 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/pipeline.json' (123,994) at 20240405153054121 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/vmlinux.h' (123,995) at 20210307214926318 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/leds.c' (123,996) at 20210307214931886 2025-03-14 03:00:53.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/fxls8962af.h' (123,997) at 20220525020653083 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2820r_c.c' (123,998) at 20210307214928614 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/sifive/sifive_ccache.h' (123,999) at 20240405153052881 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/syscallhdr.sh' (124,000) at 20241211090212378 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/src.c' (124,001) at 20220525020651886 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/srio.txt' (124,002) at 20210307214925406 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/powerpc/include/asm/hugetlb.h' (124,003) at 20240405153046109 to deleted uid set 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i3c.c' (124,004) at 20240405153048997 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/bt3c_cs.c' (124,005) at 20210307214926926 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-i386-secure-code.fd.bz2' (124,006) at 20241211090212406 to deleted uid set 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_clock.c' (124,007) at 20240405153054321 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markupsafe/run-ptest' (124,008) at 20230401080011971 to deleted uid set 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/rocker_tlv.c' (124,009) at 20210307214929610 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/scsw.h' (124,010) at 20240405153046281 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/cs35l41_hda_property.h' (124,011) at 20240405153232131 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h' (124,012) at 20240405153047221 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/data_tx.h' (124,013) at 20240405153050697 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hwmon' (124,014) at 20220408100032173 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/cycles_with_mmcr2_test.c' (124,015) at 20240405153054361 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp.h' (124,016) at 20240503080014490 2025-03-14 03:00:53.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-brcmstb-l2.c' (124,017) at 20240405153230747 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/chassis-system-reset.service' (124,018) at 20210421100042653 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cx18-cardlist.rst' (124,019) at 20210307214925230 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip-rt5645.txt' (124,020) at 20210307214925434 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_last.c' (124,021) at 20240405153053333 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt' (124,022) at 20210307214925342 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/at91sam9_rtt.c' (124,023) at 20210308005003480 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/netlink.c' (124,024) at 20240405153231987 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/dbus_zone.hpp' (124,025) at 20230201040022463 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/Documentation/examples/counting.c' (124,026) at 20210307214932490 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv50.c' (124,027) at 20210307214927938 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/Makefile' (124,028) at 20210308005002972 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/unix_diag.h' (124,029) at 20210307214931666 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (124,030) at 20230817080015056 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_core_regs.h' (124,031) at 20240405153046585 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/phy.h' (124,032) at 20210307214929938 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/acl.c' (124,033) at 20240405153052481 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vdso/gen_vdso_offsets.sh' (124,034) at 20220525020652094 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Glide' (124,035) at 20211006000025238 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/package.json' (124,036) at 20241004080035959 to deleted uid set 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb' (124,037) at 20241221090017556 to deleted uid set 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as10x_cmd_cfg.c' (124,038) at 20210307214928806 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/probes/simulate-insn.h' (124,039) at 20210307214926102 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/rfkill.h' (124,040) at 20210307214929914 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha256-armv4.pl' (124,041) at 20210309003648676 2025-03-14 03:00:53.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/pv88080-regulator.c' (124,042) at 20240405153051473 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_ro.c' (124,043) at 20210308005003728 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h' (124,044) at 20210308005002876 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml' (124,045) at 20240405153045117 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ux500/mop500_ab8500.h' (124,046) at 20240405153054017 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/riscv-iommu.rst' (124,047) at 20241211090212238 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xics_spapr.h' (124,048) at 20210927100127241 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.yaml' (124,049) at 20240405153229795 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/layer.conf' (124,050) at 20241221090017568 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/uptodate.h' (124,051) at 20220525020654479 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/flow_table.h' (124,052) at 20210309003654436 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/rme9652/hdsp.c' (124,053) at 20241011080017407 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/splice_read.c' (124,054) at 20210309003656020 2025-03-14 03:00:53.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/memregion.c' (124,055) at 20210309003654188 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c' (124,056) at 20240405153050113 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c' (124,057) at 20240405153048637 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/oxsemi,ox810se.h' (124,058) at 20210307214931346 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/macio.c' (124,059) at 20241211090212282 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__continue_on.hpp' (124,060) at 20241219090033964 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/hideep.c' (124,061) at 20240405153049161 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/ti_sci.h' (124,062) at 20210308005003372 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/iscsi_tcp.h' (124,063) at 20240405153051617 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/e1000-test.c' (124,064) at 20221215040039370 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-socksio_1.0.0.bb' (124,065) at 20240301090012435 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/can/error.h' (124,066) at 20240405153052909 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/Kbuild' (124,067) at 20240405153048661 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap_7.95.bb' (124,068) at 20241221090017532 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/usbredir_0.14.0.bb' (124,069) at 20241206090014242 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042d4_spi_rcw.cfg' (124,070) at 20210308005002992 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/src/report_factory.cpp' (124,071) at 20240904080048947 to deleted uid set 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/package_parser.hpp' (124,072) at 20240819080030255 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/multi_defconfig' (124,073) at 20240405153230003 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_atomic_state_helper.c' (124,074) at 20240405153048389 2025-03-14 03:00:53.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb' (124,075) at 20240301090012471 to deleted uid set 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/vmw_pvscsi.c' (124,076) at 20240405153051745 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/audio_codec.h' (124,077) at 20210308005003560 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/generate_initcall_order.pl' (124,078) at 20220525020654943 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/mdio.c' (124,079) at 20210307214929298 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/omega2p_defconfig' (124,080) at 20240405153230011 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt.inc' (124,081) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_stack.c' (124,082) at 20220525020654739 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/synclink.h' (124,083) at 20210307214931662 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb' (124,084) at 20241206090014334 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_stats.h' (124,085) at 20240405153051737 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_sigtramp.h' (124,086) at 20240906080037156 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c' (124,087) at 20240405153231339 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-palmetto.dts' (124,088) at 20220624030046577 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/renesas,rcar-gen3-pcie-phy.yaml' (124,089) at 20220525020651702 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c' (124,090) at 20210307214930922 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_embedded.h' (124,091) at 20210307214931514 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf' (124,092) at 20230927080013510 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x2/branch.json' (124,093) at 20240405153054113 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py/run-ptest' (124,094) at 20241206090014330 to deleted uid set 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/socionext/Kconfig' (124,095) at 20210307214929634 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts' (124,096) at 20220617030036053 2025-03-14 03:00:53.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/mpc85xx_sleep.c' (124,097) at 20210308005002960 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_quirks.c' (124,098) at 20241111090012169 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/e500v1_power_isa.dtsi' (124,099) at 20221102030020737 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vhe/Makefile' (124,100) at 20240405153045885 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/pcie.h' (124,101) at 20240405153052761 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/spl.c' (124,102) at 20210308005002964 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/isl29003.c' (124,103) at 20240405153049641 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/interfaces.hpp' (124,104) at 20220726030013070 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devids.h' (124,105) at 20240405153050001 to deleted uid set 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/mkinitrd.sh' (124,106) at 20240405153232283 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-wacom.sh' (124,107) at 20240405153054309 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-off.svg' (124,108) at 20210308005107069 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/cpld_version.sh' (124,109) at 20230418080015344 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_pinning.c' (124,110) at 20240405153054277 2025-03-14 03:00:53.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/yank.h' (124,111) at 20240906080037344 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_mem.c' (124,112) at 20240405153052233 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-phytec-segin-peb-wlbt-05.dtsi' (124,113) at 20240405153045525 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c' (124,114) at 20241220090018314 to deleted uid set 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd.h' (124,115) at 20210308005046065 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/ep8248e_defconfig' (124,116) at 20240405153046097 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/runlist.c' (124,117) at 20240405153052457 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/bench_uprobe.bpf.c' (124,118) at 20240405153232235 2025-03-14 03:00:53.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/unwind.h' (124,119) at 20210307214926178 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/bpmp-abi.h' (124,120) at 20240405153052881 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/swap_state.c' (124,121) at 20240405153231979 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/gup_longterm.c' (124,122) at 20240405153054329 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/9p/protocol.c' (124,123) at 20240405153231983 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/dfi-bt700.dtsi' (124,124) at 20210308005002860 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-phycore-som.dtsi' (124,125) at 20240405153045589 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.1.bb' (124,126) at 20241206090014270 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/iova-tree.h' (124,127) at 20241211090212366 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.shellcheck-ignore' (124,128) at 20230627080024910 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/getConfig.cpp' (124,129) at 20240817080005771 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/net/net.c' (124,130) at 20241211090212394 to deleted uid set 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/fcoe_sysfs.h' (124,131) at 20210307214931586 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/cbb/tegra-cbb.c' (124,132) at 20240405153231451 2025-03-14 03:00:53.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/g_printer.h' (124,133) at 20210307214931682 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/inode.c' (124,134) at 20240405153231727 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/testpathtree.py' (124,135) at 20210308005048033 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/028_pack_4gb_outside.dts' (124,136) at 20210308005003752 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/dev.c' (124,137) at 20240405153232011 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-canberra' (124,138) at 20210307205553766 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_22.0.0.bb' (124,139) at 20240106090017237 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/debug.yml' (124,140) at 20241221090017464 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/interrupt.h' (124,141) at 20210307214932474 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/fdp/i2c.c' (124,142) at 20240405153051101 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/telemetry/meson.build' (124,143) at 20231228090030524 to deleted uid set 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_w1d/MAINTAINERS' (124,144) at 20210308005002940 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/tzpc.h' (124,145) at 20210308005002668 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml' (124,146) at 20240405153045073 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/Kconfig' (124,147) at 20210307214932042 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/base.h' (124,148) at 20210308005045993 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sprd,sc9860-clk.h' (124,149) at 20210307214931334 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/org.open_power.Software.Host.Updater.service' (124,150) at 20241206090018458 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au8820.h' (124,151) at 20210307214932234 2025-03-14 03:00:53.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/apparmor_3.1.3.bb' (124,152) at 20241221090017576 to deleted uid set 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_mpddrc.h' (124,153) at 20210308005002716 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-core/systemd/systemd-conf/coredump.conf' (124,154) at 20210714100019424 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/io.c' (124,155) at 20240906080037148 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/via-rhine.txt' (124,156) at 20210307214925382 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/aw88395/aw88395.h' (124,157) at 20240405153053569 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network/config.json' (124,158) at 20211225040019812 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/fentry_test.c' (124,159) at 20220525020655199 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/lfd.c' (124,160) at 20210307214926438 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c' (124,161) at 20240405153048797 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm-consts.h' (124,162) at 20240906080037456 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/bblayers.conf.sample' (124,163) at 20240323080013545 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/Attention_Handler.md' (124,164) at 20240809080017263 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Hamburg' (124,165) at 20210307205553766 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/rgb/Kconfig' (124,166) at 20240405153230755 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/mboxd/mboxd_%.bbappend' (124,167) at 20210307205554222 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-not-run-ptest-on-host.patch' (124,168) at 20230706080014769 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h' (124,169) at 20210308005002636 2025-03-14 03:00:53.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.h' (124,170) at 20210307214928838 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h' (124,171) at 20240405153050521 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_hace.h' (124,172) at 20241211090212362 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmoinen' (124,173) at 20210307205553770 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/section_header.hpp' (124,174) at 20240830080017491 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/mod_info_packet.h' (124,175) at 20240405153047305 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt' (124,176) at 20210307214925450 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Lozovaya' (124,177) at 20210307205553794 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bios-bmc-smm-error-logger/src/rde/meson.build' (124,178) at 20240214090001981 to deleted uid set 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boot/dts/j2_mimas_v2.dts' (124,179) at 20240405153046309 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-path-selector.c' (124,180) at 20240405153049249 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/dcss/Makefile' (124,181) at 20210309003649780 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/nexthop.c' (124,182) at 20240805080014051 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/1066mhz_4x256mx16.cfg' (124,183) at 20210308005002924 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/callout.hpp' (124,184) at 20230516080019602 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/ap.c' (124,185) at 20240405153053405 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/stubs-all.c' (124,186) at 20240906080037444 2025-03-14 03:00:53.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/sensor_manager.hpp' (124,187) at 20240919080039602 to deleted uid set 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-fsa9480.c' (124,188) at 20240405153047025 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/hci_intel.c' (124,189) at 20220818100014695 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-digitalnow-tinytwin.c' (124,190) at 20210307214928778 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/Kbuild' (124,191) at 20210307214927970 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_device.h' (124,192) at 20240405153047017 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5020_ids.c' (124,193) at 20210308005002832 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adv7393.c' (124,194) at 20240405153049305 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/packets-buffer.h' (124,195) at 20210307214932214 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c' (124,196) at 20210308005046513 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.h' (124,197) at 20240405153048745 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/tests/dwarf-unwind.c' (124,198) at 20240405153054085 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0032-corstone1000-ESRT-add-unique-firmware-GUID.patch' (124,199) at 20240413080012627 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/o2d.dtsi' (124,200) at 20240405153046093 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l35.h' (124,201) at 20220525020655023 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/export.c' (124,202) at 20240405153052413 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/Makefile' (124,203) at 20220525020652198 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/neomagic.h' (124,204) at 20210307214931698 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/msm-sc7180-fails.txt' (124,205) at 20240405153230531 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-p281.dts' (124,206) at 20210307214925994 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/ipmi_intf.c' (124,207) at 20210308004938832 2025-03-14 03:00:53.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_project_builds_page.py' (124,208) at 20240106090017249 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/gr-udc.txt' (124,209) at 20210307214925450 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Dungarvan' (124,210) at 20210307205553774 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/avocado.rst' (124,211) at 20241211090212234 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-ioctl.rst' (124,212) at 20210309003648492 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/sr9700.h' (124,213) at 20210307214929710 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sm8450.h' (124,214) at 20240405153052649 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/figures/yp-how-it-works-new-diagram.png' (124,215) at 20210316000012689 to deleted uid set 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4-ace.dts' (124,216) at 20210308005002632 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/watch_queue/Makefile' (124,217) at 20210309003654520 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi_eh.rst' (124,218) at 20240405153045257 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (124,219) at 20240613080018351 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sm4.c' (124,220) at 20240405153046541 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-tt-1500.c' (124,221) at 20210307214928786 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/lag.h' (124,222) at 20210307214931582 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-evm.dts' (124,223) at 20210308005002560 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/bpf.h' (124,224) at 20240405153232211 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/amlogic/Kconfig' (124,225) at 20240405153051277 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kexec_core.c' (124,226) at 20240405153231911 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/eeprom.h' (124,227) at 20210309003651784 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore' (124,228) at 20240405153054361 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx7_defconfig' (124,229) at 20210308005003252 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-transaction.c' (124,230) at 20240405153053501 2025-03-14 03:00:53.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/CFMLimit/meson.build' (124,231) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp103.c' (124,232) at 20240405153048877 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler-rev1-boe.dts' (124,233) at 20240405153045781 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-meta.rst' (124,234) at 20220525020651782 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/quicc_simple.h' (124,235) at 20210307214926162 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/hplip-3.19.6-fix-return.patch' (124,236) at 20230706080014749 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch' (124,237) at 20241221090017684 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/pci_nrtr_masks.h' (124,238) at 20240405153046605 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/pcl063.c' (124,239) at 20210308005003028 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.yaml' (124,240) at 20240405153045101 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pcf2127.c' (124,241) at 20210308005003480 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch' (124,242) at 20210307205554506 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/io.h' (124,243) at 20240405153230147 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns_mdio.c' (124,244) at 20241011080017327 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/csky/util/perf_regs.c' (124,245) at 20240405153232219 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_common.h' (124,246) at 20210308005002680 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/leon_pci.c' (124,247) at 20240405153230091 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt' (124,248) at 20210307214925414 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-domains.rst' (124,249) at 20240405153045301 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-astrometa-t2hybrid.c' (124,250) at 20210307214928778 2025-03-14 03:00:53.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/fb.h' (124,251) at 20240405153052617 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/irdma/pble.h' (124,252) at 20240405153049069 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sh/rcar-dmac.c' (124,253) at 20240405153047005 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/iva.txt' (124,254) at 20210307214925278 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/example-schema.yaml' (124,255) at 20240405153045057 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h' (124,256) at 20210307214929614 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cper-parse.i' (124,257) at 20241114091008828 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-vct.c' (124,258) at 20210308005003512 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/0001-testsuite-Add-tmp-orc.c-for-missing-_orc_code_orc_de.patch' (124,259) at 20230706080014733 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-neon.S' (124,260) at 20240405153045845 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_hwconfig.h' (124,261) at 20240405153048489 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/stable-api-nonsense.rst' (124,262) at 20210307214925586 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-myirtech-myc.dtsi' (124,263) at 20240405153045589 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/Kconfig' (124,264) at 20210308005003012 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-pci.c' (124,265) at 20240405153049801 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/code-of-conduct-interpretation.rst' (124,266) at 20210307214925586 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hudiksvall_Forsa' (124,267) at 20210307205553782 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/eeprom/Makefile' (124,268) at 20210307214929126 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb' (124,269) at 20241126090011763 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/tools/amiga/dmesg.c' (124,270) at 20210307214926174 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/component.rst' (124,271) at 20210307214925454 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mman.h' (124,272) at 20240405153046321 2025-03-14 03:00:53.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc' (124,273) at 20241219090012976 to deleted uid set 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/imx8/Makefile' (124,274) at 20210308005003400 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtmultipath.c' (124,275) at 20240405153232083 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm6375.c' (124,276) at 20240405153230231 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7791.dtsi' (124,277) at 20240405153045553 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1025rdb_32b.dts' (124,278) at 20210307214926346 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-dummy/COPYING.GPL' (124,279) at 20210307205554598 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/hashserv/Dockerfile' (124,280) at 20241221090017584 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/hp03.c' (124,281) at 20240405153049009 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/savevm.h' (124,282) at 20240906080037372 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/lpfc/lpfc_bsg.h' (124,283) at 20240405153051633 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/qca/Makefile' (124,284) at 20240405153049757 2025-03-14 03:00:53.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/driver.c' (124,285) at 20240405153049045 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm2200.h' (124,286) at 20210307214932350 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clk/imx.h' (124,287) at 20220525020654555 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb' (124,288) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/pango/pango_1.55.0.bb' (124,289) at 20241221090017684 to deleted uid set 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98373.c' (124,290) at 20240405153053629 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750_cursor.c' (124,291) at 20240405153231491 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-cht-wc.c' (124,292) at 20240405153048897 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma.h' (124,293) at 20210307214931358 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/UserManagementStore.js' (124,294) at 20241004080035963 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/system.hpp' (124,295) at 20240817080031296 2025-03-14 03:00:53.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6594-regulator.c' (124,296) at 20240613080016463 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/mamoiada_params.h' (124,297) at 20210307214930562 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sparc/dbri.c' (124,298) at 20240405153232203 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fmsubs.c' (124,299) at 20210307214926434 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/boards/Kconfig' (124,300) at 20210307214926190 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_overlap.cpp' (124,301) at 20210308005108645 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_0_sm8250.h' (124,302) at 20240405153230591 to deleted uid set 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc' (124,303) at 20241221090017472 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb' (124,304) at 20241221090017504 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/features.md' (124,305) at 20241203090006519 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/hash.h' (124,306) at 20241211090212354 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xics/ics-opal.c' (124,307) at 20240405153230059 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm63268-pinctrl.yaml' (124,308) at 20240405153045133 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cffrml.c' (124,309) at 20210307214931898 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Hamilton' (124,310) at 20210307205553778 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/Makefile' (124,311) at 20210307214929602 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/Kconfig' (124,312) at 20210308005003356 2025-03-14 03:00:53.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/exec.c' (124,313) at 20240726080012882 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/imx-regs.h' (124,314) at 20210308005002648 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/smbios-mdr/subprojects/packagefiles/boost/meson.build' (124,315) at 20240511080038862 to deleted uid set 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/phosphor-host-ipmid.wrap' (124,316) at 20220805030037283 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/inat_types.h' (124,317) at 20210307214932458 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_collect_main.cpp' (124,318) at 20240904080029670 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.h' (124,319) at 20220525020652522 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/Makefile' (124,320) at 20210307214932222 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend' (124,321) at 20220921030015982 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ssb/driver_chipcommon.c' (124,322) at 20210309003652964 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/signal_o32.c' (124,323) at 20210307214926262 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/local.conf.sample' (124,324) at 20241221090017480 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/vmware.c' (124,325) at 20240405153046425 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_lzo.c' (124,326) at 20210308005003548 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_adx.h' (124,327) at 20240405153054013 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf-cgroup-defs.h' (124,328) at 20240405153052665 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/backtrace.S' (124,329) at 20240405153045633 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c' (124,330) at 20240405153048673 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/libcrc32c.c' (124,331) at 20240405153053093 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/x86.h' (124,332) at 20240906080037332 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/barrier.h' (124,333) at 20210605000027676 2025-03-14 03:00:53.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/pldm.cpp' (124,334) at 20241106090023554 to deleted uid set 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_proto.h' (124,335) at 20240405153052877 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rk3399-ddr.h' (124,336) at 20210307214931334 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml' (124,337) at 20240405153045153 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/cxgbit/cxgbit_ddp.c' (124,338) at 20240405153051957 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/__init__.py' (124,339) at 20240302090018246 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98090.h' (124,340) at 20210308005003488 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_dbus.cpp' (124,341) at 20241106090023554 to deleted uid set 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/cmsdk-apb-dualtimer.h' (124,342) at 20210927100127245 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.json' (124,343) at 20210308005046405 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/inventory_manager.cpp' (124,344) at 20240819080030255 to deleted uid set 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xdr.c' (124,345) at 20240405153232083 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv090x.h' (124,346) at 20210307214928642 2025-03-14 03:00:53.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_map_lock.c' (124,347) at 20240405153054277 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ts5500.c' (124,348) at 20240405153047085 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/Kconfig' (124,349) at 20230302090047762 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw5913.dts' (124,350) at 20240405153045497 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/README.md' (124,351) at 20241206090014206 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs43130.txt' (124,352) at 20210307214925426 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/webusb.h' (124,353) at 20240405153052817 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/MER0/meson.build' (124,354) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/unicode.rst' (124,355) at 20240405153229835 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_mdio.c' (124,356) at 20240830080013287 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_ca5x2_defconfig' (124,357) at 20210308005003284 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_probe_helper.h' (124,358) at 20240405153052637 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_cli.cpp' (124,359) at 20240909080002363 to deleted uid set 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/sbsa-ref.yml' (124,360) at 20241206090014206 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/connect_ping.c' (124,361) at 20240405153054269 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_net.c' (124,362) at 20210308005003700 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tc/Makefile' (124,363) at 20210307214930714 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch' (124,364) at 20241221090017656 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg-crates.inc' (124,365) at 20241221090017680 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (124,366) at 20241206090014230 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sun6i-p2wi.c' (124,367) at 20240405153230683 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt' (124,368) at 20210307214925374 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/bmips_be_defconfig' (124,369) at 20240405153045993 2025-03-14 03:00:53.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/maya44.rst' (124,370) at 20240405153045261 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/vmbus.c' (124,371) at 20241211090212274 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/flow.h' (124,372) at 20210308005002672 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/clock.h' (124,373) at 20210308005002644 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/Makefile' (124,374) at 20240405153230671 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_fw.h' (124,375) at 20240405153051721 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/notifier-error-inject.h' (124,376) at 20210307214931810 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/Kconfig' (124,377) at 20240405153049729 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/eth0.4004.netdev' (124,378) at 20210307205554222 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-alchemy.c' (124,379) at 20220525020652014 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tcx.h' (124,380) at 20240719080013369 2025-03-14 03:00:53.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_debugfs.h' (124,381) at 20210307214927078 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-tobi.dts' (124,382) at 20240405153045605 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb' (124,383) at 20210812000025170 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armv7m_ras.c' (124,384) at 20220429100100486 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos.cfg' (124,385) at 20210308005002912 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/Kconfig' (124,386) at 20240405153231319 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/hisilicon/Makefile' (124,387) at 20240405153231451 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-secvar' (124,388) at 20240405153044929 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredbyn_Vasterfannbyn' (124,389) at 20210307205553778 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/hdpvr/hdpvr-control.c' (124,390) at 20210307214928842 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/fsl_mpic_err.c' (124,391) at 20240405153046229 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/genex.S' (124,392) at 20240405153046021 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/intelfb/intelfb.h' (124,393) at 20210307214930914 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/ps3av.c' (124,394) at 20240405153051445 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65-mcu.dtsi' (124,395) at 20210308005002592 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/can-transceiver.yaml' (124,396) at 20240405153045113 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,apss-ipq.h' (124,397) at 20210309003653812 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_algs_send.c' (124,398) at 20240405153230267 2025-03-14 03:00:53.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/perf_event.c' (124,399) at 20220525020651970 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/tpci200.c' (124,400) at 20221215040039374 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/non-repro-meta-perl.inc' (124,401) at 20241206090014266 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/ssl_key_handler.cpp' (124,402) at 20241025080002985 to deleted uid set 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/tls-offload-layers.svg' (124,403) at 20210307214925542 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl1251/debugfs.c' (124,404) at 20220525020653815 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mxc-nand.yaml' (124,405) at 20240405153045113 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm63xx-gate.c' (124,406) at 20240405153230203 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/sge.c' (124,407) at 20240520080015159 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/irq-chip-model.rst' (124,408) at 20240405153229835 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/amd_bus.c' (124,409) at 20240405153230143 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/hid-multitouch.sh' (124,410) at 20240405153054309 2025-03-14 03:00:53.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-broadcast-hrtimer.c' (124,411) at 20240405153053053 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/Kconfig' (124,412) at 20241018080014482 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_hv_hmi.c' (124,413) at 20240405153046161 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/mlxsw.h' (124,414) at 20210307214931610 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_algs.c' (124,415) at 20240405153046957 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/opl4/opl4_mixer.c' (124,416) at 20210307214932202 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_wrr.c' (124,417) at 20210307214932010 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mediatek/mediatek.c' (124,418) at 20210307214925898 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/EventLogs/index.js' (124,419) at 20220105012522995 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sunsu.c' (124,420) at 20240405153231519 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashrsi3.S' (124,421) at 20210308005002852 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/seaboard_defconfig' (124,422) at 20210308005003280 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3x/prom.c' (124,423) at 20220525020651986 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/network-controller.js' (124,424) at 20210308005107073 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_hexdump.c' (124,425) at 20240405153053105 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fat/cache.c' (124,426) at 20210307214931102 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/sign_rpm.bbclass' (124,427) at 20220910030013393 2025-03-14 03:00:53.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb' (124,428) at 20241221090017528 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-rk808.c' (124,429) at 20240405153046781 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/stat+std_output.sh' (124,430) at 20240405153232231 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/af_unix.c' (124,431) at 20241220090018342 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdpwall.c' (124,432) at 20240405153054285 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-stat.txt' (124,433) at 20240405153054081 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_uer.c' (124,434) at 20210307214932206 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/rpmsg_core.c' (124,435) at 20240405153231371 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/maxim,ds26522.txt' (124,436) at 20210307214925378 2025-03-14 03:00:53.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/spca506.c' (124,437) at 20210307214928834 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c' (124,438) at 20240405153231235 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/smu9_driver_if.h' (124,439) at 20240405153048341 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794.dtsi' (124,440) at 20210308005002600 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-virtio.c' (124,441) at 20240405153230683 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-buffer.c' (124,442) at 20210927100127289 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/rockchip,pinctrl.txt' (124,443) at 20210308005003308 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/virtual-memory.json' (124,444) at 20240405153054157 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/Kconfig' (124,445) at 20210308005002920 2025-03-14 03:00:53.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-rpm.c' (124,446) at 20240405153230219 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/rockchip,rk3588-cru.h' (124,447) at 20240405153231795 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/gp102.c' (124,448) at 20240405153048649 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_common.sh' (124,449) at 20240405153054345 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu.c' (124,450) at 20241211090212502 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/compiler-clang.h' (124,451) at 20240405153052669 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/bitops.h' (124,452) at 20240405153045913 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_map_in_map.c' (124,453) at 20240405153232259 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/trap.c' (124,454) at 20240405153046345 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_parman.c' (124,455) at 20210307214931818 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/pai.h' (124,456) at 20240405153046277 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_v4l2.c' (124,457) at 20240405153231471 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/OWNERS' (124,458) at 20220429030013152 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sh7752evb' (124,459) at 20210308005003296 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/alert-banner.scss' (124,460) at 20210308005107073 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/uapi/asm/unistd.h' (124,461) at 20210307214926518 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/usb-network.service' (124,462) at 20230412080023456 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/freebsd' (124,463) at 20241211090212554 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ultravisor-api.h' (124,464) at 20210307214926394 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ux500/boards.txt' (124,465) at 20220525020651662 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/virtual-memory.json' (124,466) at 20240405153054125 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/memory.h' (124,467) at 20210307214925958 2025-03-14 03:00:53.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/contributing.md' (124,468) at 20221209040032879 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/compressed/head.S' (124,469) at 20210307214926306 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/irqs-s3c64xx.h' (124,470) at 20240405153045685 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/rtsx_chip.c' (124,471) at 20240405153051929 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h' (124,472) at 20220525020653739 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6838.h' (124,473) at 20210308005003588 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/netfs.h' (124,474) at 20240405153052897 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0037-corstone1000-enable-authenticated-capsule-config.patch' (124,475) at 20240413080012627 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbr.c' (124,476) at 20210308005046505 2025-03-14 03:00:53.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9x5ek.h' (124,477) at 20210308005003584 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pmc.h' (124,478) at 20210308005002668 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml' (124,479) at 20240405153045113 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda_regmap.h' (124,480) at 20210307214931598 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/pagemap.h' (124,481) at 20240405153052897 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edsbyn' (124,482) at 20210307205553778 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi_altera.txt' (124,483) at 20210308005003324 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/3.Early-stage.rst' (124,484) at 20240405153045297 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/difrnce_dit4350_defconfig' (124,485) at 20210308005003256 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash.inc' (124,486) at 20241221090017528 to deleted uid set 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-2.5.4.inc' (124,487) at 20241221090017664 to deleted uid set 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/device.c' (124,488) at 20240405153051269 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_imx.h' (124,489) at 20240405153231535 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/virt.c' (124,490) at 20241211090212290 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/dma_qm_1_regs.h' (124,491) at 20240405153046601 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c' (124,492) at 20240830080013251 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/irq_work.h' (124,493) at 20240405153230079 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/evsel-tp-sched.c' (124,494) at 20240405153054165 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/locktorture.c' (124,495) at 20240405153231915 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-git-archive' (124,496) at 20210307205554638 2025-03-14 03:00:53.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/NOTES' (124,497) at 20210307214927870 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/string-attributes.c' (124,498) at 20240405153231343 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/uabi.rst' (124,499) at 20240405153045249 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/clb069.h' (124,500) at 20240405153048617 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/Kconfig' (124,501) at 20220525020654751 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb' (124,502) at 20220502030010108 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pm/api.h' (124,503) at 20210308005002640 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/cortina.c' (124,504) at 20210308005003440 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/socklib.h' (124,505) at 20210307214932086 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/utils.c' (124,506) at 20240405153053229 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/keyval.c' (124,507) at 20221215040039402 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/asm-offsets_64.c' (124,508) at 20240405153046409 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NAND_SECBOOT_defconfig' (124,509) at 20210308005003240 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/net.h' (124,510) at 20240405153232107 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/spec-ctrl.h' (124,511) at 20240405153046397 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/lgdt330x.h' (124,512) at 20210307214928630 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rsk7203.h' (124,513) at 20210308005003612 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/atomic.h' (124,514) at 20240405153045913 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/vde_kern.c' (124,515) at 20210307214926618 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/kernel/cpu/microcode/intel.c' (124,516) at 20240405153230123 to deleted uid set 2025-03-14 03:00:53.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_path_append.cpp' (124,517) at 20220610100046048 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/nterr.h' (124,518) at 20240405153052529 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-spear.txt' (124,519) at 20210307214925366 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/build.sh' (124,520) at 20240906080037444 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/sysfs.c' (124,521) at 20240405153051269 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/os-Linux/start_up.c' (124,522) at 20220525020652130 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ts4800.h' (124,523) at 20210308005003620 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/crypto.h' (124,524) at 20220525020654807 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/temporary_subdirectory.cpp' (124,525) at 20240817080031296 to deleted uid set 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/vcnl4000.c' (124,526) at 20240405153230695 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/yocto-uninative.inc' (124,527) at 20241221090017612 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/sa1111_generic.c' (124,528) at 20240405153051265 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/fpu_helper.c' (124,529) at 20230925080039997 2025-03-14 03:00:53.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_pwrctrl.c' (124,530) at 20210819100021610 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/olpc_battery.c' (124,531) at 20240405153051437 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi' (124,532) at 20240405153045545 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/mm.py' (124,533) at 20240405153232103 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_ovec.h' (124,534) at 20220429100100566 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch' (124,535) at 20231011080016578 to deleted uid set 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_qspi_defconfig' (124,536) at 20210308005003264 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt' (124,537) at 20210307214925450 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/cxl/pci.c' (124,538) at 20240405153230275 to deleted uid set 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/stats.c' (124,539) at 20240405153046033 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_shmem.c' (124,540) at 20240405153048477 to deleted uid set 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.generic_usb_ohci' (124,541) at 20210308005003292 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/Kconfig' (124,542) at 20240405153230003 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scmi.c' (124,543) at 20230925080040093 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/linux/atomisp_gmin_platform.h' (124,544) at 20240405153051825 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/debug.c' (124,545) at 20240405153231251 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-polaroid-mid2809pxe04.dts' (124,546) at 20240405153045389 2025-03-14 03:00:53.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-hextile-template.h' (124,547) at 20240326080039754 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/tree.h' (124,548) at 20240910080014090 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/io_uring/timeout.c' (124,549) at 20240805080014031 to deleted uid set 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl367_i2c.c' (124,550) at 20240405153230687 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/nitrox/nitrox_mbx.c' (124,551) at 20240405153046933 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/sigcontext.h' (124,552) at 20210307214926590 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/ipack.c' (124,553) at 20240906080037244 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/nsc_gpio.c' (124,554) at 20210307214926950 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdtdec.h' (124,555) at 20210308005003648 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/configuration/bletchley-yaml-config.bb' (124,556) at 20241206090014218 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbl.c' (124,557) at 20210308005046505 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/max9768.h' (124,558) at 20210307214931598 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/rx62n.c' (124,559) at 20240906080037288 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-btcvsd.c' (124,560) at 20240405153232183 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atm_idt77105.h' (124,561) at 20210307214931622 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/iommufd/vfio_compat.c' (124,562) at 20240405153230747 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_empty_plugin.wks' (124,563) at 20210307205554390 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/feature-removal-schedule.txt' (124,564) at 20210308005003328 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition.interface.yaml' (124,565) at 20210610000035134 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashiftrt.S' (124,566) at 20210308005002852 2025-03-14 03:00:53.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/ia_css_raw.host.h' (124,567) at 20240405153051837 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_socket.h' (124,568) at 20210307214931646 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012a2g5rdb_tfa_defconfig' (124,569) at 20210308005003264 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/relocate.S' (124,570) at 20210308005002548 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-ld20.c' (124,571) at 20210308005002792 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-xp-crs305-1g-4s-bit.dts' (124,572) at 20240405153045453 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0003-bridge-mst-fix-a-further-musl-build-issue.patch' (124,573) at 20241221090017636 to deleted uid set 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/fils_aead.c' (124,574) at 20240405153232043 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cciss_ioctl.h' (124,575) at 20210307214931366 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/machine-common.json' (124,576) at 20241211090212450 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/other.json' (124,577) at 20240405153054149 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/processor.h' (124,578) at 20240405153232271 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/jsa1212.c' (124,579) at 20240405153049001 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/gettext.patch' (124,580) at 20210817100021790 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/atmel-dataflash.txt' (124,581) at 20210307214925366 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ia_css_s3a_param.h' (124,582) at 20210307214930558 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PortCollection_v1.xml' (124,583) at 20240619080002932 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/vgaarbiter.rst' (124,584) at 20240405153045213 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/fd.h' (124,585) at 20240405153052489 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.md.mako' (124,586) at 20210308005049765 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/Makefile' (124,587) at 20240405153049685 2025-03-14 03:00:53.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/ia_css_queue.h' (124,588) at 20210307214930570 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/outp.c' (124,589) at 20240405153048625 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/trigger.h' (124,590) at 20240405153052709 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/imx/Kconfig' (124,591) at 20210308005003348 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/des3_ede_glue.c' (124,592) at 20240405153046361 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/riscv-qmp-cmds.c' (124,593) at 20240906080037528 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/network/phosphor-network/config.json' (124,594) at 20210307205554222 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/0001-meson-DO-not-emit-absolute-path-when-S-B.patch' (124,595) at 20241221090017492 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-singlehost/ttyS2.conf' (124,596) at 20240310080021376 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/cpupower/cpupower.bb' (124,597) at 20241221090017528 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/tests/test_Utils.cpp' (124,598) at 20241112090003106 to deleted uid set 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/186' (124,599) at 20230426080043944 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/cavium-octeon/Makefile' (124,600) at 20210307214926194 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega10_smumgr.h' (124,601) at 20210309003649664 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/floating-point.json' (124,602) at 20220525020655147 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_snvs.c' (124,603) at 20241211090212294 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.out' (124,604) at 20210308005046405 to deleted uid set 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/sh_bios.c' (124,605) at 20210307214926570 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c' (124,606) at 20210307214927958 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/expr.c' (124,607) at 20240726080012878 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stugun' (124,608) at 20210307205553790 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/ppc/vdso-64le.so' (124,609) at 20241211090212378 to deleted uid set 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/rtw_byteorder.h' (124,610) at 20210307214930662 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ene-kb3930.c' (124,611) at 20240405153049605 2025-03-14 03:00:53.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-keembay.c' (124,612) at 20240405153051449 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quota_v1.c' (124,613) at 20240405153052497 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/mgmt_config.c' (124,614) at 20220525020654799 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tscs42xx.c' (124,615) at 20240405153053813 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/adc.c' (124,616) at 20210308005003204 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_dumpstats_kern.c' (124,617) at 20210307214932118 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/Makefile' (124,618) at 20210308005002956 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/encrypted-keys/ecryptfs_format.h' (124,619) at 20210309003654552 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/Makefile' (124,620) at 20240805080013971 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/display-connector.c' (124,621) at 20240405153230523 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h' (124,622) at 20240405153230611 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irq_stack.h' (124,623) at 20240624080012768 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/sgio2audio.c' (124,624) at 20240405153053509 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2805.c' (124,625) at 20240405153052233 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-4a/tune-neoverse512tvb.inc' (124,626) at 20240301090012451 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lumsheden_Trekanten' (124,627) at 20210307205553786 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/fan53555.c' (124,628) at 20210308005003472 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/utils.hpp' (124,629) at 20210308005049141 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_1_0.h' (124,630) at 20210307214927702 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpslice_1.8.bb' (124,631) at 20241221090017500 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/ccw.c' (124,632) at 20241211090212346 2025-03-14 03:00:53.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-385.dtsi' (124,633) at 20240405153045445 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995.dtsi' (124,634) at 20210308005002604 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/migrate-key-location' (124,635) at 20230510080014491 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_dmem.h' (124,636) at 20210307214927910 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r1.dts' (124,637) at 20240405153045781 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt' (124,638) at 20210307214925418 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/nowhere.c' (124,639) at 20210308005003540 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcht_nocodec.c' (124,640) at 20240405153053945 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/Makefile' (124,641) at 20210307214928758 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/chip.hpp' (124,642) at 20230511080009359 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/aes.h' (124,643) at 20210307214931306 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mt6358.h' (124,644) at 20210307214932318 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/intel_ish.h' (124,645) at 20210307214931610 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp3971.c' (124,646) at 20240405153051465 2025-03-14 03:00:53.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/qconf.h' (124,647) at 20210308005003732 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-queue.c' (124,648) at 20240405153049357 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/radiotap.h' (124,649) at 20241211090145469 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dfl.h' (124,650) at 20240405153052681 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,nsp-pinmux.txt' (124,651) at 20220525020651702 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassive.hpp' (124,652) at 20221114040047306 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hid/hiddev.rst' (124,653) at 20240405153045217 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-monitor/meson.build' (124,654) at 20241014080018042 to deleted uid set 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c' (124,655) at 20240405153048993 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_scdc_helper.c' (124,656) at 20240405153048389 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/68000/bootlogo-vz.h' (124,657) at 20210307214926134 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/slcan/Makefile' (124,658) at 20240405153049737 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.json' (124,659) at 20210308005046409 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/irq_vectors.h' (124,660) at 20240405153232207 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cputopo.h' (124,661) at 20240405153054185 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/v6test.sh' (124,662) at 20210307205553842 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/mei_phy.c' (124,663) at 20220525020653819 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/corsair-psu.rst' (124,664) at 20240815080012863 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dmaengine/provider.rst' (124,665) at 20240405153045189 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-koelsch-u-boot.dts' (124,666) at 20210308005002600 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/psci.h' (124,667) at 20210307214925854 2025-03-14 03:00:53.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-mxl111sf-cardlist.rst' (124,668) at 20210307214925230 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/debugfs.c' (124,669) at 20240405153049653 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c' (124,670) at 20240830080013283 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/media-dev.c' (124,671) at 20240405153230815 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/LICENSE' (124,672) at 20210307205554218 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vicodec/codec-fwht.c' (124,673) at 20220525020653311 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-psu-code-mgmt/meson.options' (124,674) at 20241122090031749 to deleted uid set 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-msm8976.c' (124,675) at 20240405153051349 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5624r.yaml' (124,676) at 20240405153045073 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp6-server' (124,677) at 20210307205554462 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/iwpm_util.h' (124,678) at 20240405153049021 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/dec/kn02-irq.c' (124,679) at 20210307214926206 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/termios.h' (124,680) at 20210307214931618 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_w.c' (124,681) at 20210308005046521 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-fclose.rst' (124,682) at 20210309003648476 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/head.S' (124,683) at 20210307214926138 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-cldma.h' (124,684) at 20210307214932390 2025-03-14 03:00:53.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_rss.c' (124,685) at 20240405153049945 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-policy.c' (124,686) at 20240405153049241 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act_stats.c' (124,687) at 20240405153050109 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/MAINTAINERS' (124,688) at 20210308005002952 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/ipam390-ais-uart.cfg' (124,689) at 20210308005002900 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib/run-ptest' (124,690) at 20240301090012435 to deleted uid set 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/faultlog_dump_entry.hpp' (124,691) at 20241129090023561 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_ringbuffer.h' (124,692) at 20240405153048609 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb' (124,693) at 20241221090017488 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.h' (124,694) at 20240405153051945 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/xip_fixup.h' (124,695) at 20240405153230063 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/Makefile' (124,696) at 20240527080023352 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/kirkwood.h' (124,697) at 20240405153045653 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts' (124,698) at 20240405153229955 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/crush/mapper.c' (124,699) at 20240405153053201 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra124-mc.h' (124,700) at 20210308005003636 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mc146818rtc.h' (124,701) at 20210307214926162 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3060-spi.c' (124,702) at 20210307214932322 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/sysfs.c' (124,703) at 20240405153046649 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb' (124,704) at 20241206090014266 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212/xtensa-modules.c.inc' (124,705) at 20210308005046349 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/LICENSE' (124,706) at 20210307205553674 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/eth_lx2160ardb.c' (124,707) at 20210308005002972 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sdm670-tlmm.yaml' (124,708) at 20240405153045137 2025-03-14 03:00:53.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/tools/fan_rpm_loop_test.sh' (124,709) at 20230421080035752 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-sr-som-brcm.dtsi' (124,710) at 20240405153045517 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fsi.h' (124,711) at 20240405153052917 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand.h' (124,712) at 20210308005003412 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/msg2638.c' (124,713) at 20240405153049161 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/sirf-audio.txt' (124,714) at 20210307214925434 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_h6.c' (124,715) at 20210308005003352 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/memory.json' (124,716) at 20240405153054125 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc16.c' (124,717) at 20210307214931794 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c' (124,718) at 20240405153050645 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb' (124,719) at 20231126090012805 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/x1830-cgu.c' (124,720) at 20240405153046793 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/rawmidi.c' (124,721) at 20240405153232123 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_conntrack_tcp.h' (124,722) at 20210307214931642 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/debugfs.c' (124,723) at 20240405153231911 2025-03-14 03:00:53.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/zoned.h' (124,724) at 20240405153231643 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/page-states.c' (124,725) at 20240405153230087 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/MIGRATION.txt' (124,726) at 20210308005003328 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/syscall.tbl' (124,727) at 20241211090212378 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/mid_bios.h' (124,728) at 20210307214927778 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/pacbti.py' (124,729) at 20231207090015258 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/livepatch.h' (124,730) at 20240405153052721 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/Makefile' (124,731) at 20240405153046241 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/net/bpf_jit_32.c' (124,732) at 20240405153045701 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/schema/RootOfTrust_v1.xml' (124,733) at 20220520030007180 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/proc.c' (124,734) at 20241211090145385 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-35xx-devkit-u-boot.dtsi' (124,735) at 20210308005002596 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/pic32mzda/pic32mzda.h' (124,736) at 20210307214926286 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_sel_unit_cache_test.c' (124,737) at 20240405153054361 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-basic' (124,738) at 20210307214932570 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/table.h' (124,739) at 20210307214929930 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-import-devtree@.service.in' (124,740) at 20220222110024722 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_types.h' (124,741) at 20210308005046053 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pvh.bin' (124,742) at 20210308005046177 to deleted uid set 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/aw2/aw2-alsa.c' (124,743) at 20220525020654987 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sched/types.h' (124,744) at 20241216090017769 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/syscalls/syscall.tbl' (124,745) at 20240405153230007 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/socfpga.c' (124,746) at 20210308005003052 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service' (124,747) at 20230412080023460 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram_nop.c' (124,748) at 20210308005002856 2025-03-14 03:00:53.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-macro-common.c' (124,749) at 20240405153053621 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpufreq.h' (124,750) at 20240405153054213 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_crctable.c' (124,751) at 20210308005003696 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c' (124,752) at 20240405153050129 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/membarrier.c' (124,753) at 20240405153231927 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Sensor.v1_10_1.json' (124,754) at 20240918080002724 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hashmap.c' (124,755) at 20240405153054193 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/spapr_xive_kvm.c' (124,756) at 20241211090212286 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/musl/musl_git.bb' (124,757) at 20241221090017644 to deleted uid set 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/yosemite4-common/host-poweroff' (124,758) at 20240727080014102 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/MAINTAINERS' (124,759) at 20210308005003168 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/inno_hdmi-rockchip.txt' (124,760) at 20210307214925306 2025-03-14 03:00:53.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/gr3d.c' (124,761) at 20240405153230639 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hw.h' (124,762) at 20221215040039182 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-qman3.dtsi' (124,763) at 20210307214926350 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-exynos.c' (124,764) at 20241211090145497 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_lsr.S' (124,765) at 20230426080043952 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-PendleForest' (124,766) at 20210307205553798 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt2701/mt2701-cs42448.c' (124,767) at 20240405153053961 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/README' (124,768) at 20210308005003012 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/video.c' (124,769) at 20210308005002728 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/vector.c' (124,770) at 20240613080016375 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-dbg-g-chip-info.rst' (124,771) at 20220525020651786 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/store/ibm.js' (124,772) at 20240925080040915 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/early_serial_console.c' (124,773) at 20240405153046349 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@300/i2c-switch@70/i2c@2/psu@58.conf' (124,774) at 20240904080027738 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetector.v1_2_0.json' (124,775) at 20240918080002720 to deleted uid set 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/stericsson,db8500-prcmu.yaml' (124,776) at 20240405153229779 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/machine.py' (124,777) at 20240906080037428 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/debug.h' (124,778) at 20210307214928566 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/ti/omap.yaml' (124,779) at 20240405153229755 2025-03-14 03:00:53.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_cpu_hotplug.rst' (124,780) at 20220429100100422 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs4341.txt' (124,781) at 20210307214925426 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dm9000x.h' (124,782) at 20210308005003428 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/impl.cpp' (124,783) at 20240826080018279 to deleted uid set 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/tlb.c' (124,784) at 20210308005002996 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/utils.c' (124,785) at 20240405153050501 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_tx_iptunnel_kern.c' (124,786) at 20240405153053429 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Libpng' (124,787) at 20210307205554422 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-zlib.c' (124,788) at 20210307214932470 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/0002-squid-make-squid-conf-tests-run-on-target-device.patch' (124,789) at 20240413080012643 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl/ftm.h' (124,790) at 20210307214931390 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kobject_uevent.c' (124,791) at 20240805080014043 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-armada38x.c' (124,792) at 20240405153231371 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/NCR5380.c' (124,793) at 20241011080017343 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/block/stat.rst' (124,794) at 20220525020651654 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-1.0' (124,795) at 20210307205554418 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/thm/irqsrcs_thm_9_0.h' (124,796) at 20210307214927702 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Aggregate_v1.xml' (124,797) at 20240619080002920 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/clocksource_ids.h' (124,798) at 20220525020654555 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-sched_getcpu.c' (124,799) at 20210307214932470 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/exynos.S' (124,800) at 20210307214925858 2025-03-14 03:00:53.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/at91_dt_defconfig' (124,801) at 20240405153229907 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/fgraph-filter-stack.tc' (124,802) at 20210307214932670 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/batman-adv/bat_v_elp.h' (124,803) at 20220525020654787 to deleted uid set 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-versaclock3.c' (124,804) at 20240405153230207 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/devlink.c' (124,805) at 20240405153050101 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/userio.h' (124,806) at 20210307214931682 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gitarchivetests.py' (124,807) at 20230919080013982 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/xmon.h' (124,808) at 20240405153046133 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/bitops.h' (124,809) at 20240405153045621 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/Makefile' (124,810) at 20210308005003040 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-vgtests-remove-fullpath-after-flags.patch' (124,811) at 20210307205554554 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_wait.c' (124,812) at 20240405153230563 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/Search.spec.js.snap' (124,813) at 20220105012523003 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/hwtimer.c' (124,814) at 20240405153046621 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml' (124,815) at 20240405153045141 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-papr-pmem' (124,816) at 20240405153229727 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/camcc-sm6350.c' (124,817) at 20240405153046809 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/syscalls.c' (124,818) at 20210307214926466 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/uac_common.h' (124,819) at 20240405153052077 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/Makefile' (124,820) at 20210308005002916 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memory-hotplug/Makefile' (124,821) at 20210307214932686 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-alpine-msi.c' (124,822) at 20240613080016423 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/verifier.rst' (124,823) at 20240405153044997 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/debugfs.c' (124,824) at 20210307214928514 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/Makefile' (124,825) at 20210308005002948 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mvebu/comphy.h' (124,826) at 20210308005003676 2025-03-14 03:00:53.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-with-autoconf-exception' (124,827) at 20210307205554422 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accel/introduction.rst' (124,828) at 20240405153044937 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzicbo.c.inc' (124,829) at 20240906080037524 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/style/cpp/.clang-tidy' (124,830) at 20231102080004805 to deleted uid set 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_memcpy.h' (124,831) at 20220525020652903 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/Makefile' (124,832) at 20240405153052409 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml' (124,833) at 20240405153045065 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h' (124,834) at 20210308005002880 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/copy_template.S' (124,835) at 20210307214926086 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gpu.h' (124,836) at 20240405153230539 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip27/cpu-feature-overrides.h' (124,837) at 20240405153046005 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_tcon_dclk.c' (124,838) at 20240405153048761 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/acl.c' (124,839) at 20240405153231643 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4-1.4.19.inc' (124,840) at 20241221090017664 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_drain.h' (124,841) at 20240405153052589 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/rk8xx_pmic.h' (124,842) at 20210308005003680 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/ethernet_interface.hpp' (124,843) at 20231024080003368 to deleted uid set 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/Makefile' (124,844) at 20210307214930334 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ialloc.c' (124,845) at 20240405153052573 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pmi8994.dtsi' (124,846) at 20240405153045777 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/functions/Kconfig' (124,847) at 20240405153051237 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-outprod1.c' (124,848) at 20230925080040097 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusactiveread.hpp' (124,849) at 20241210090026644 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/storcenter.dts' (124,850) at 20210307214926358 2025-03-14 03:00:53.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb' (124,851) at 20241221090017504 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/Kconfig' (124,852) at 20210308005003476 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/boost_asio_ssl.cpp' (124,853) at 20230511080004691 to deleted uid set 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dms-ba16_defconfig' (124,854) at 20210308005003256 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/mac80211/ieee80211_i.h' (124,855) at 20240805080014055 to deleted uid set 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/lsi,axm5516-clks.txt' (124,856) at 20210307214925290 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c' (124,857) at 20210308005046517 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h' (124,858) at 20210307214930638 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vdso/processor.h' (124,859) at 20240405153046401 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/mapfile.csv' (124,860) at 20240405153232227 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/Makefile' (124,861) at 20240405153045825 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/gsc-me.c' (124,862) at 20240405153230847 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/bcm5974.rst' (124,863) at 20210307214925514 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/device_class.rs' (124,864) at 20241211090212454 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/consolation/consolation_0.0.9.bb' (124,865) at 20230401080011939 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/manager.hpp' (124,866) at 20240409080029603 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/folio-compat.c' (124,867) at 20240405153231959 2025-03-14 03:00:53.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/bootwrapper.rst' (124,868) at 20210307214925546 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq25980_charger.c' (124,869) at 20240405153051429 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/smsc47m192.c' (124,870) at 20240405153048877 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/google/chromebook-boot-flow.rst' (124,871) at 20240405153044969 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_byte_action.hpp' (124,872) at 20240817080031292 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/Makefile.softmmu-target' (124,873) at 20240326080039746 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/imx8mp-power.h' (124,874) at 20240405153052653 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/phosphor-logging.wrap' (124,875) at 20220625030026172 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/tlv.h' (124,876) at 20210307214931602 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/afsplit.c' (124,877) at 20241211090212226 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp108.c' (124,878) at 20240405153048645 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/st_pressure_buffer.c' (124,879) at 20240405153049009 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/Kconfig' (124,880) at 20240906080037212 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c' (124,881) at 20220525020652963 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pcm_iec958.h' (124,882) at 20220525020654655 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/cygnus-ssp.c' (124,883) at 20240405153053557 2025-03-14 03:00:53.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk110b.c' (124,884) at 20240405153048641 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_transport.c' (124,885) at 20240712080021081 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/flea3_defconfig' (124,886) at 20210308005003260 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/ceph/super.c' (124,887) at 20241211090145505 to deleted uid set 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-colibri-wifi-aster.dts' (124,888) at 20240405153045529 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/off_cpu.bpf.c' (124,889) at 20240405153054185 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/mirror_gre_changes.sh' (124,890) at 20240405153054341 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/eisa-bus.c' (124,891) at 20240405153230291 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/atari_stdma.h' (124,892) at 20210307214926158 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qdist.c' (124,893) at 20210927100127645 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040.dtsi' (124,894) at 20210308005002568 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zutil.h' (124,895) at 20210308005003716 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ti,omap4-wugen-mpu' (124,896) at 20210307214925346 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/st,stm32-thermal.yaml' (124,897) at 20240405153045177 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-revc.dts' (124,898) at 20210308005002576 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/mmal-parameters.h' (124,899) at 20240405153051945 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/nmi.h' (124,900) at 20240405153046321 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/acompress.h' (124,901) at 20240405153052625 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/vdso.c' (124,902) at 20210309003648996 2025-03-14 03:00:53.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/adxl345_i2c.c' (124,903) at 20240405153048929 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmdev.h' (124,904) at 20240405153052905 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-alsa-main.c' (124,905) at 20240405153049369 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0006-Implement-timer-for-arm-v6.patch' (124,906) at 20240413080012651 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a23-q8-tablet.dts' (124,907) at 20240405153045389 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_index.scss' (124,908) at 20220105012522983 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/opcode_helper.c' (124,909) at 20210307214926562 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/titan.h' (124,910) at 20210307214926558 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-pcie.md' (124,911) at 20221209040006395 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgf117.fuc3.h' (124,912) at 20210307214927938 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_hv_generic.c' (124,913) at 20240913080013821 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/uncore-io.json' (124,914) at 20240405153054145 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/load_align.c' (124,915) at 20230925080040097 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-semitek.c' (124,916) at 20220525020653043 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-devattr.c' (124,917) at 20220525020653323 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl.h' (124,918) at 20240906080037216 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/run-ptest' (124,919) at 20210307205554610 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ram.c' (124,920) at 20210308005003232 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_pnor_partition_table.cpp' (124,921) at 20210308005108645 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (124,922) at 20241106090019922 2025-03-14 03:00:53.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_structs.h' (124,923) at 20210308005046085 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/eeepc-laptop.c' (124,924) at 20240405153051405 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/xrs700x_reg.h' (124,925) at 20220525020653435 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/Makefile' (124,926) at 20210307214931130 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/OWNERS' (124,927) at 20221213040032721 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lochnagar-regulator.c' (124,928) at 20240405153051465 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/oplib.h' (124,929) at 20210307214926582 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/thuge-gen.c' (124,930) at 20240405153232275 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/lis302.txt' (124,931) at 20210307214925326 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/aarch64/host-signal.h' (124,932) at 20220429100100638 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/kxsd9-spi.c' (124,933) at 20240405153230687 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-trace.h' (124,934) at 20240405153052041 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/vpstate.c' (124,935) at 20210307214927950 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm_hubs.c' (124,936) at 20210309003654896 2025-03-14 03:00:53.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-tinker.dts' (124,937) at 20210308005002604 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/t3_hw.c' (124,938) at 20240405153049869 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl812.c' (124,939) at 20240405153046901 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8544ds.dts' (124,940) at 20210307214926342 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/configs/x86_debug.config' (124,941) at 20240405153231903 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/data/platform_variables.py' (124,942) at 20241029080012595 to deleted uid set 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.c' (124,943) at 20240405153051837 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/Kconfig' (124,944) at 20240405153231687 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/ptt/hisi_ptt.h' (124,945) at 20240405153048893 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/hdac_controller.c' (124,946) at 20240405153053505 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mm/pkey_exec_prot.c' (124,947) at 20210309003656012 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/machine.c' (124,948) at 20240906080037472 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/037.out' (124,949) at 20210308005046437 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/max96712/Makefile' (124,950) at 20240405153051861 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/Kconfig' (124,951) at 20210308005003420 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_select_reuseport_common.h' (124,952) at 20210307214932654 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/OWNERS' (124,953) at 20231222090004823 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/e_powersaver.c' (124,954) at 20210309003649272 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-type-list.err' (124,955) at 20210308005046409 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/hardirq.h' (124,956) at 20210307214926214 2025-03-14 03:00:53.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/kmem.c' (124,957) at 20240405153052561 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debugfs_sta.c' (124,958) at 20240805080013979 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/exchange-bmc-os-info.sysconf' (124,959) at 20210308004938816 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_qp.c' (124,960) at 20241211090145441 to deleted uid set 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/mpic.c' (124,961) at 20240405153046233 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-uDPU.dts' (124,962) at 20210308005002564 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0006-libtool-Fix-tools-path-issues.patch' (124,963) at 20241221090017664 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/translate.c' (124,964) at 20240906080037452 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml' (124,965) at 20240405153045117 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/irq-msc01.c' (124,966) at 20210307214926254 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/registries/heartbeat_event_message_registry.hpp' (124,967) at 20241211090002379 to deleted uid set 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/sbe_ffdc_handler.hpp' (124,968) at 20240320080024493 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/virtual_media.hpp' (124,969) at 20230202040004526 to deleted uid set 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/knav_qmss_acc.c' (124,970) at 20240405153051773 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/uvcvideo.h' (124,971) at 20240405153052941 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross_15.2.bb' (124,972) at 20241221090017660 to deleted uid set 2025-03-14 03:00:53.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb' (124,973) at 20241221090017504 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra186_asrc.c' (124,974) at 20240405153054009 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-input.c' (124,975) at 20240906080037316 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/path.h' (124,976) at 20240405153054201 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_catalog.c' (124,977) at 20240405153048597 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_regs.h' (124,978) at 20240405153048701 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/aarch64/smccc_filter.c' (124,979) at 20240405153054313 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/tls.h' (124,980) at 20210307214926754 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-sunfire.c' (124,981) at 20210307214928554 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/perl_5.40.0.bb' (124,982) at 20241221090017664 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_domain.h' (124,983) at 20240405153048473 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/microbit.c' (124,984) at 20221215040039090 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/pgtable.c' (124,985) at 20210309003648984 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-pcie.c' (124,986) at 20240405153051297 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/pcm3060.txt' (124,987) at 20210307214925430 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_drv.c' (124,988) at 20241211090145449 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/utils.h' (124,989) at 20210308005002708 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi' (124,990) at 20210308005002596 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/bpf.c' (124,991) at 20240405153231075 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/cpu-feature-registers.rst' (124,992) at 20240405153229739 2025-03-14 03:00:53.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/afe/voltage-divider.yaml' (124,993) at 20240405153045073 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex3_user.c' (124,994) at 20240405153232099 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/iucv/iucv.h' (124,995) at 20210307214931562 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c' (124,996) at 20240405153230423 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_psr.c' (124,997) at 20240405153230559 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml' (124,998) at 20240405153229763 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vme8349.h' (124,999) at 20210308005003624 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/signal.c' (125,000) at 20230426080043652 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/run-ptest' (125,001) at 20210307205554478 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-axi-clk.yaml' (125,002) at 20240405153045021 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/sgidefs.h' (125,003) at 20210307214926250 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/external/meson.build' (125,004) at 20241112090003094 to deleted uid set 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/rakp12.cpp' (125,005) at 20240829080025807 to deleted uid set 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (125,006) at 20231223090011731 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/remoteproc.h' (125,007) at 20210308005003684 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/enum.h' (125,008) at 20220525020652947 2025-03-14 03:00:53.705-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi' (125,009) at 20240405153229923 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/intel8x0.c' (125,010) at 20220525020655007 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/mem_helper.c' (125,011) at 20241211090212482 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/build_utils.hpp' (125,012) at 20210308005116217 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig/meson.build' (125,013) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch' (125,014) at 20230706080014753 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/lp87565.h' (125,015) at 20220525020654583 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/vmalloc.h' (125,016) at 20210307214926166 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/db8500_gpio.c' (125,017) at 20210308005003376 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/syscalls/rtas_filter.c' (125,018) at 20240405153054365 2025-03-14 03:00:53.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_proc.h' (125,019) at 20240326080039558 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/wmi.h' (125,020) at 20240405153050485 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-parsec.yml' (125,021) at 20210420000021570 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8183-afe-pcm.txt' (125,022) at 20210307214925430 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/Makefile' (125,023) at 20240405153231951 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/copypage_power7.S' (125,024) at 20240405153046177 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/agp.h' (125,025) at 20240405153046377 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch' (125,026) at 20240413080012635 to deleted uid set 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/prcm.c' (125,027) at 20210308005002784 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_r_qb.c' (125,028) at 20210308005046509 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6586x-regulator.c' (125,029) at 20240405153051477 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/hynitron_cstxxx.c' (125,030) at 20240405153049161 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-list.err' (125,031) at 20210927100127469 2025-03-14 03:00:53.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/sigchain.h' (125,032) at 20210307214932494 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteSetEntryCollection.json' (125,033) at 20240619080002952 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunvnet.c' (125,034) at 20240405153050309 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/perf/include/internal/tests.h' (125,035) at 20220525020655123 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/accel/Makefile' (125,036) at 20210307214930518 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-trace.c' (125,037) at 20240405153053997 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0007-kexec.c-add-guard-around-ENOTSUP.patch' (125,038) at 20210307205553750 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/uv/Makefile' (125,039) at 20220525020652194 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmu-common.c' (125,040) at 20240906080037196 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/xbzrle.c' (125,041) at 20230925080039957 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/timestamping.c' (125,042) at 20210307214931918 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8x-colibri-iris.dtsi' (125,043) at 20240405153229927 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/spi.h' (125,044) at 20210308005002848 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/smartpqi.rst' (125,045) at 20210309003648460 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/dir.c' (125,046) at 20240405153052549 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_hwdep.c' (125,047) at 20220525020654971 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7-colibri.dtsi' (125,048) at 20210308005002588 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-avx.c' (125,049) at 20240326080039742 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_t20.h' (125,050) at 20210308005003588 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/mhi_wwan_ctrl.c' (125,051) at 20240405153051013 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/bug.c' (125,052) at 20240405153053081 2025-03-14 03:00:53.708-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c' (125,053) at 20210308005046517 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma.h' (125,054) at 20210309003650156 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-cpu-debug.yaml' (125,055) at 20240405153045013 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon/gpio_defs.json' (125,056) at 20210307205553718 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server.js' (125,057) at 20210308005107077 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/p54/led.c' (125,058) at 20210307214929866 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/google/google_service_root_test.cpp' (125,059) at 20240329080003275 to deleted uid set 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/nvidia/Makefile' (125,060) at 20210307214929570 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/samsung,s5k6a3.yaml' (125,061) at 20240405153045093 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c/run-ptest' (125,062) at 20241221090017664 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/cec/cec-ioc-receive.rst' (125,063) at 20240405153045309 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/resource.h' (125,064) at 20240405153052789 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/srcu.h' (125,065) at 20240405153231839 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/0001-configure-Ignore-CONF_STATUS-for-gtk-and-openGL-need.patch' (125,066) at 20220823030015951 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/armeb-linux' (125,067) at 20230317080013829 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme_%.bbappend' (125,068) at 20241206090014218 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/atomic_t.txt' (125,069) at 20240405153044989 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.c' (125,070) at 20240405153230803 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb' (125,071) at 20241221090017684 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Foo.errors.yaml' (125,072) at 20210308005049145 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/xdp-rx-metadata.rst' (125,073) at 20240405153045241 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/widgets.py' (125,074) at 20210307205554258 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb' (125,075) at 20241221090017536 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_def.h' (125,076) at 20210307214929974 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/Makefile' (125,077) at 20240405153229875 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max14577.yaml' (125,078) at 20240405153045105 2025-03-14 03:00:53.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/uefi-capsule-update.cfg' (125,079) at 20241221090017472 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/opp2xxx.h' (125,080) at 20210307214925922 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/automated_testing.rst' (125,081) at 20240405153229815 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdnsp-mem.c' (125,082) at 20220525020654243 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/Makefile' (125,083) at 20210308005003044 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/get_fru_record_by_option_check.yaml' (125,084) at 20240908080010098 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.h' (125,085) at 20210308005002776 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mdio-boardinfo.h' (125,086) at 20210307214929690 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ap-device.h' (125,087) at 20210308005046029 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c' (125,088) at 20220627100017018 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/ginvt.h' (125,089) at 20240405153046001 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_13.3.rel1.bb' (125,090) at 20241221090017468 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/179.out' (125,091) at 20240326080039730 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_suspend.c' (125,092) at 20240405153048533 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ingenic/jz4740-cgu.c' (125,093) at 20240405153046789 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/ivtv.rst' (125,094) at 20240405153044957 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-uptime.h' (125,095) at 20240405153054365 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/git-submodule.sh' (125,096) at 20230925080039989 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_tiling.h' (125,097) at 20240405153048477 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/Kconfig' (125,098) at 20210309003651556 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/cdrom/packet-writing.rst' (125,099) at 20240405153045001 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-net-ipmid/command/channel_auth.cpp' (125,100) at 20240829080025807 to deleted uid set 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/Makefile' (125,101) at 20210308005003456 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kernel_read_file.h' (125,102) at 20240405153052717 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/paravirt_ops.rst' (125,103) at 20240405153045333 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dsc.h' (125,104) at 20240405153048585 2025-03-14 03:00:53.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libnl/libnl_3.11.0.bb' (125,105) at 20241221090017696 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/plugin-event.h' (125,106) at 20230426080043772 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/msnd/msnd_classic.h' (125,107) at 20210307214932222 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml' (125,108) at 20240405153045021 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_reg.h' (125,109) at 20220525020654183 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_helper.h' (125,110) at 20210309003653004 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/func_args.py' (125,111) at 20221209040018567 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/triggers.hpp' (125,112) at 20240619080002916 to deleted uid set 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/filesystems/debugfs.rst' (125,113) at 20220525020651770 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi' (125,114) at 20220525020651914 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/lru_bug.c' (125,115) at 20240405153054257 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/cpld.h' (125,116) at 20210308005002968 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.err' (125,117) at 20220429100100882 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/unicode/README.utf8data' (125,118) at 20210307214931254 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/seeq/ether3.h' (125,119) at 20210307214929614 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t8103-pmgr.dtsi' (125,120) at 20240405153045717 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs46xx/Makefile' (125,121) at 20210307214932238 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/wireguard/qemu/arch/riscv32.config' (125,122) at 20240405153232287 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDomain.v1_2_2.json' (125,123) at 20240619080002952 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/super.c' (125,124) at 20210308005003552 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pcmcia_cis.c' (125,125) at 20240405153051265 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpuidle.h' (125,126) at 20210307214925886 2025-03-14 03:00:53.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quotaio_v1.h' (125,127) at 20210307214931230 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/k210-fpioa.h' (125,128) at 20220525020654547 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-trats.dts' (125,129) at 20210308005002576 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/basic_asm.h' (125,130) at 20240405153054357 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/ssi.h' (125,131) at 20210308005002800 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/smb.conf' (125,132) at 20210729000029096 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config.bb' (125,133) at 20241206090014338 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm8450.c' (125,134) at 20241011080017299 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/draw.py' (125,135) at 20230919080013998 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/hvc/Makefile' (125,136) at 20210307214930734 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_tis_spi_main.c' (125,137) at 20240613080016383 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/olpc-battery.yaml' (125,138) at 20240405153045141 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/vgic/vgic.h' (125,139) at 20241211090145377 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/main.cpp' (125,140) at 20220728030016926 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp_tunnel_stub.c' (125,141) at 20210309003654360 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_mv.c' (125,142) at 20210308005003332 2025-03-14 03:00:53.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_mitigations.h' (125,143) at 20210309003649764 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/usbtv/usbtv-audio.c' (125,144) at 20210406100035899 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunbmac.c' (125,145) at 20240405153231059 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/conf_file.c.patch' (125,146) at 20230706080014737 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-host-state-monitor' (125,147) at 20231102080017945 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kexec/core_32.c' (125,148) at 20240405153046157 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nuorgam_raja' (125,149) at 20210307205553770 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch' (125,150) at 20241221090017648 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_bpf_array_map.c' (125,151) at 20240405153054265 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/Kconfig' (125,152) at 20240405153049481 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7794.dtsi' (125,153) at 20240405153045557 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-gate.c' (125,154) at 20240405153046845 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalUploadCertificate.vue' (125,155) at 20241004080035971 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ad714x.c' (125,156) at 20240405153049141 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@c0/tmp423@4c.conf' (125,157) at 20240904080027730 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/control.c' (125,158) at 20240405153054381 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-spapr.c' (125,159) at 20221215040039374 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mc44s803.c' (125,160) at 20240405153049533 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/u-boot-mips.h' (125,161) at 20210308005002816 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/madera-pdata.h' (125,162) at 20240405153052889 2025-03-14 03:00:53.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-meson.c' (125,163) at 20240405153230675 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-zynqmp-apu-ctrl.c' (125,164) at 20240906080037260 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/addac/Makefile' (125,165) at 20210307214930518 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_ph.c' (125,166) at 20210308005046505 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/router_bridge_1d.sh' (125,167) at 20240405153232279 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_sqrt.c' (125,168) at 20210307214926274 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_h.c' (125,169) at 20210308005046525 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6q.cfg' (125,170) at 20210308005002924 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/images.hpp' (125,171) at 20210308005100301 to deleted uid set 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_tvout.c' (125,172) at 20240405153230635 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-duart-0.dtsi' (125,173) at 20210307214926350 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/.clang-format' (125,174) at 20220308040005508 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_resets.robot' (125,175) at 20240628080017117 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.c' (125,176) at 20240405153047237 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-cmedia.c' (125,177) at 20220525020653039 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/Kconfig' (125,178) at 20210308005002544 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_intel.h' (125,179) at 20240405153051189 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/fimc-is.c' (125,180) at 20240405153049457 2025-03-14 03:00:53.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-power-wilco' (125,181) at 20240405153229731 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/spectre.h' (125,182) at 20240405153045861 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8192-pm-domains.h' (125,183) at 20240405153231347 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/hxtool' (125,184) at 20210308005046241 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel_scu_pcidrv.c' (125,185) at 20240405153051413 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test1_git.bb' (125,186) at 20230610080017599 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS8.conf' (125,187) at 20230606080013598 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_netportnet.c' (125,188) at 20240405153053317 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/unistd.h' (125,189) at 20210307214926682 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/nfs_mount.h' (125,190) at 20210307214931650 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/xmon/xmon.c' (125,191) at 20240712080021057 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/namei.h' (125,192) at 20220525020654475 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a77995-cpg-mssr.c' (125,193) at 20210308005003352 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/fault-injection/failcmd.sh' (125,194) at 20210307214932626 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-crypto-pci.c' (125,195) at 20210308005045985 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sampleip_kern.c' (125,196) at 20220525020654931 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/breakpoint.h' (125,197) at 20240906080037324 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/.clang-format' (125,198) at 20241219090005256 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/string.h' (125,199) at 20210308005003688 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/kvm-asm-offsets.c' (125,200) at 20240405153046449 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br-cn-redirect.rules' (125,201) at 20230622080014098 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/cpu-feature-overrides.h' (125,202) at 20240405153046005 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/COPYING.apache-2.0' (125,203) at 20240712080022833 2025-03-14 03:00:53.715-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/layer.conf' (125,204) at 20241221090017580 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/arch/x86/decode.c' (125,205) at 20240405153054073 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-fru.yaml' (125,206) at 20240110090012776 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/cw2015_battery.c' (125,207) at 20240405153231355 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/qcom-ctrl.c' (125,208) at 20240405153051753 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/marvell,dfx-server.yaml' (125,209) at 20240405153045117 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/dir.c' (125,210) at 20240913080013829 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-x96-air-gbit.dts' (125,211) at 20240405153229919 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/fix-security-format.patch' (125,212) at 20220618030015190 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/vdso64/note.S' (125,213) at 20210307214926526 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/skeleton/pychassisctl/chassis_control.py' (125,214) at 20221209040046691 to deleted uid set 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/perf_regs.c' (125,215) at 20240405153045869 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_ifc_spl.c' (125,216) at 20210308005003412 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.h' (125,217) at 20240830080013255 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/Kconfig' (125,218) at 20210308005003056 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.yaml' (125,219) at 20240405153229755 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/nbd.h' (125,220) at 20240906080037324 2025-03-14 03:00:53.716-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/TODO' (125,221) at 20240405153054237 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ivshmem.c' (125,222) at 20241211090212298 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h' (125,223) at 20240405153230415 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil.c' (125,224) at 20210308005003336 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml' (125,225) at 20220525020651678 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1701.c' (125,226) at 20240405153232143 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microsoft/mana/mana_bpf.c' (125,227) at 20240405153050177 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sis/Makefile' (125,228) at 20210307214929630 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp' (125,229) at 20240912080003146 to deleted uid set 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/gpio.h' (125,230) at 20210308005002656 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/pps/kc.c' (125,231) at 20210307214930170 to deleted uid set 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/ds109.c' (125,232) at 20210308005002908 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_actions.sh' (125,233) at 20240405153232279 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/for_each_array_map_elem.c' (125,234) at 20240405153054269 2025-03-14 03:00:53.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/edac.h' (125,235) at 20240405153052685 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c' (125,236) at 20210308005003352 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/excluded_middle.cocci' (125,237) at 20210309003654532 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-list.err' (125,238) at 20210308005046413 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-apple-gpio.c' (125,239) at 20241023080012883 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/0001-cmake-Use-idirafter-instead-of-isystem.patch' (125,240) at 20230131040012035 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c' (125,241) at 20240405153048345 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/client.rst' (125,242) at 20240405153045197 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlabel/lsm_interface.rst' (125,243) at 20210307214925522 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/Changes' (125,244) at 20240405153229827 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/drv_types.h' (125,245) at 20240405153051925 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/hello-mips.c' (125,246) at 20240326080039746 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/pm8916.txt' (125,247) at 20210308005003308 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c' (125,248) at 20240405153231399 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_panel_cntl.h' (125,249) at 20220525020652518 2025-03-14 03:00:53.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/xen/enlighten.c' (125,250) at 20240405153229915 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dfs_cache.h' (125,251) at 20240405153231731 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DSSSL' (125,252) at 20210307205554418 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_edma0_qm_arc_aux_regs.h' (125,253) at 20240405153046585 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/conntrack.h' (125,254) at 20240405153050193 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_typec_switch.c' (125,255) at 20240405153051385 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/fixmap.h' (125,256) at 20220525020651966 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/openssl.wrap' (125,257) at 20231209090002888 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_b.c' (125,258) at 20210308005046521 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/userfaultfd_util.c' (125,259) at 20240405153054321 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_config.cpp' (125,260) at 20241204090006579 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller/core-isa.h' (125,261) at 20210308005046361 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun6i-a31.h' (125,262) at 20210307214927026 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lantiq/early_printk.c' (125,263) at 20210307214926266 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/eisa.c' (125,264) at 20240405153231283 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch' (125,265) at 20230520080014488 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Boot.errors.yaml' (125,266) at 20230902080024081 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/instrumentation.h' (125,267) at 20240405153052709 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/meson.build' (125,268) at 20231214090013217 2025-03-14 03:00:53.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/Kconfig' (125,269) at 20210308005002920 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/clk-i2s-mux.c' (125,270) at 20210307214926962 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/netxen/netxen_nic.h' (125,271) at 20240405153050209 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/configurations/witherspoon/psu_config.json' (125,272) at 20221213040033297 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tmio-common.c' (125,273) at 20210308005003408 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/cm_t43.c' (125,274) at 20210308005002948 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq24735-charger.c' (125,275) at 20240405153051429 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/x25.h' (125,276) at 20240405153052869 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/Makefile' (125,277) at 20220525020652194 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-axg-reset.h' (125,278) at 20210308005003640 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/lib/oeqa/runtime/cases/parselogs_rpi.py' (125,279) at 20220204040022560 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-lcpower.c' (125,280) at 20210307214928094 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/googletest.wrap' (125,281) at 20220516100042300 2025-03-14 03:00:53.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2201.conf' (125,282) at 20230606080013598 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/test/ntb_perf.c' (125,283) at 20241008080013959 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/dont.call.git.rev-parse.on.parent.dir.patch' (125,284) at 20230706080014741 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ca0106/ca_midi.h' (125,285) at 20210307214932238 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/sections.h' (125,286) at 20240405153045861 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/am437x/am437x-vpfe.c' (125,287) at 20240405153230819 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/linux-kernel.cat' (125,288) at 20240405153054069 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/subprojects/phosphor-logging.wrap' (125,289) at 20220525020433159 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp_r5/Makefile' (125,290) at 20210308005003200 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h' (125,291) at 20240405153051289 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-at91' (125,292) at 20210309003648264 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi' (125,293) at 20240919080017050 to deleted uid set 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/smccc-call.S' (125,294) at 20241115090012941 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/Kconfig' (125,295) at 20210308005003016 2025-03-14 03:00:53.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am437x-sk-evm.dts' (125,296) at 20240405153045597 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/dc.h' (125,297) at 20210308005002668 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/tqm8555.dts' (125,298) at 20240405153046093 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-brcmstb.c' (125,299) at 20240405153230675 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt6765-power.h' (125,300) at 20210307214931346 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/meson.build' (125,301) at 20240925080024982 to deleted uid set 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/serial/driver.rst' (125,302) at 20240405153045197 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-colibri.dts' (125,303) at 20210308005002588 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_live_test.c' (125,304) at 20240405153230579 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/usb.c' (125,305) at 20240405153231239 to deleted uid set 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tbs_a711_defconfig' (125,306) at 20210308005003280 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/Makefile' (125,307) at 20240405153049705 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xlate_mmu.c' (125,308) at 20220627100017094 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/asm/barrier.h' (125,309) at 20240405153046493 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-file.h' (125,310) at 20240906080037156 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/adv748x.yaml' (125,311) at 20240405153045093 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/serval_pcb105.dts' (125,312) at 20220525020651994 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ag7xxx.c' (125,313) at 20210308005003424 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c' (125,314) at 20210308005046517 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-v4l2-mplane.rst' (125,315) at 20220525020651786 2025-03-14 03:00:53.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/__init__.robot' (125,316) at 20240627080021052 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/handle.cpp' (125,317) at 20230511080009359 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg' (125,318) at 20231026080018427 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/aout_kludge.S' (125,319) at 20210308005046397 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/verif_stats.c' (125,320) at 20240405153054261 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/network_manager.cpp' (125,321) at 20240824080023702 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/dpti.rst' (125,322) at 20210307214925558 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/Kconfig' (125,323) at 20240405153230243 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.h' (125,324) at 20210307214929478 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/devices.c' (125,325) at 20210308005002544 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/88pm860x_battery.c' (125,326) at 20220525020653915 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/selftests/rseq/rseq-riscv.h' (125,327) at 20240405153232287 to deleted uid set 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/030-replace_unsafe_memcpy_with_memmove.patch' (125,328) at 20230706080014749 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ethsw.c' (125,329) at 20210308005003208 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/selftest/counter.c' (125,330) at 20210307214929726 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_csiphy.c' (125,331) at 20210307214930586 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mypy_1.10.0.bb' (125,332) at 20241206090014266 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-zynqmp.c' (125,333) at 20240405153231371 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/vkms.rst' (125,334) at 20240405153045213 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-swtpm-test.c' (125,335) at 20230426080043948 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/syna.txt' (125,336) at 20240405153045017 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-loongson32/regs-mux.h' (125,337) at 20210307214926222 2025-03-14 03:00:53.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/http_body_test.cpp' (125,338) at 20241221090003056 to deleted uid set 2025-03-14 03:00:53.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/cache.h' (125,339) at 20210307214926554 2025-03-14 03:00:53.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/user.h' (125,340) at 20240405153045965 2025-03-14 03:00:53.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_2_1_0_sh_mask.h' (125,341) at 20210307214927446 2025-03-14 03:00:53.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/dove.dtsi' (125,342) at 20240405153045453 2025-03-14 03:00:53.724-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring1.sh' (125,343) at 20230627080016966 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7343/setup.c' (125,344) at 20210307214926538 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/crc16.h' (125,345) at 20210307214931374 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb' (125,346) at 20220402030016039 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/netconsole' (125,347) at 20210308005003772 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx7ulp.c' (125,348) at 20240405153231319 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/cdv_intel_crt.c' (125,349) at 20240405153048421 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun5i-ccu.h' (125,350) at 20210307214931350 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_overtemp@.service' (125,351) at 20231223090011731 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c' (125,352) at 20240405153231175 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/842/Makefile' (125,353) at 20210307214931790 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos5433.dtsi' (125,354) at 20240405153045721 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-ptest.bb' (125,355) at 20241221090017644 2025-03-14 03:00:53.725-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/sdram_config.h' (125,356) at 20210308005003008 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile' (125,357) at 20210307214929890 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_bpf2bpf.c' (125,358) at 20240405153054265 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi' (125,359) at 20210307214926346 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/checkmk' (125,360) at 20241221090017620 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-call.c' (125,361) at 20240405153046213 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-32bit-linux.xml' (125,362) at 20241211090212242 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Utansjo' (125,363) at 20210307205553794 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.eslintignore' (125,364) at 20210921100049066 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qgraph_internal.h' (125,365) at 20240326080039738 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-brain.dts' (125,366) at 20240405153045561 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_signal.hpp' (125,367) at 20240820080031614 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_powersubsystem_settings.robot' (125,368) at 20240627080021052 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lineage-pem.rst' (125,369) at 20210307214925502 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/fix-memory-leaks.patch' (125,370) at 20240413080012643 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/convert_c_to_py.c' (125,371) at 20241018080014478 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7768-1.c' (125,372) at 20240405153048949 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/tctx.c' (125,373) at 20241216090017769 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/xive.rst' (125,374) at 20240405153229847 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/audio-graph-port.yaml' (125,375) at 20240405153045161 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb' (125,376) at 20241206090014238 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/cache-feroceon-l2.h' (125,377) at 20240405153045621 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_fortify/read_overflow-memchr_inv.c' (125,378) at 20240405153053105 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_octeon.c' (125,379) at 20240405153230175 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml' (125,380) at 20240405153045049 2025-03-14 03:00:53.726-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.out' (125,381) at 20210308005046401 to deleted uid set 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/inst.h' (125,382) at 20240405153046017 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-ciu2-defs.h' (125,383) at 20210307214926230 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/w83773g.c' (125,384) at 20240405153230671 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/power-supply.yaml' (125,385) at 20240405153045141 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/amazon,al.yaml' (125,386) at 20240405153045013 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/sbp1_nvme.json' (125,387) at 20241003080004509 to deleted uid set 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c' (125,388) at 20240405153230611 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-lg-lg4573.c' (125,389) at 20240405153048685 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_plane_initial.c' (125,390) at 20240405153048457 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsinit.c' (125,391) at 20240405153046617 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma6_core_regs.h' (125,392) at 20240405153046573 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c' (125,393) at 20240405153231211 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smbdirect.h' (125,394) at 20240405153052525 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/clkt2xxx_dpll.c' (125,395) at 20210307214925910 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_l2tp.h' (125,396) at 20210307214931646 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0' (125,397) at 20210307205554418 2025-03-14 03:00:53.727-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/meson/aiu.c' (125,398) at 20240405153232187 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/Makefile' (125,399) at 20210308005003544 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/read_write.c' (125,400) at 20240405153231727 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libftdi/libftdi_1.5.bb' (125,401) at 20241221090017540 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/mpic.c' (125,402) at 20210307214926430 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb' (125,403) at 20241221090017536 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-debug-collector/host_transport_exts.hpp' (125,404) at 20210308005059705 to deleted uid set 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/reds.vue' (125,405) at 20220105012522959 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/chrp_nvram.h' (125,406) at 20210308005046021 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/Makefile' (125,407) at 20240613080016411 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_bsg.c' (125,408) at 20241216090017733 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00leds.h' (125,409) at 20210307214929906 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/robot_standards' (125,410) at 20221213040017977 2025-03-14 03:00:53.728-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0002-include-include-xfs-linux.h-after-sys-mman.h.patch' (125,411) at 20210307205553738 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/framebuffer.c' (125,412) at 20210308005045857 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/pmbus_driver_device_tests.cpp' (125,413) at 20240817080031288 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/inet_connection_sock.h' (125,414) at 20240710080014605 to deleted uid set 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt6795-topckgen.c' (125,415) at 20240405153046797 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/a1d58ae1be99571a88b8439b027abe6349b74658.patch' (125,416) at 20240302090018202 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_pci_modern.c' (125,417) at 20210308005003536 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/vf.S' (125,418) at 20210309003648680 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/ISSUE_TEMPLATE/feature_request.md' (125,419) at 20221215040043182 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_netlink-invalid-arg.patch' (125,420) at 20230706080014741 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/varlen.c' (125,421) at 20240405153054261 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_defconfig' (125,422) at 20210308005003240 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/cma3000_d0x_i2c.c' (125,423) at 20240405153049141 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/syscall.tbl' (125,424) at 20241211090212378 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon-max31785/max31785.conf' (125,425) at 20210307205553714 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_movem.S' (125,426) at 20210307214926170 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/flash.c' (125,427) at 20210308005003212 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/fix-xft.diff' (125,428) at 20241221090017516 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/get_maintainer.pl' (125,429) at 20210308005003732 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/Kconfig' (125,430) at 20240405153051297 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ipc.h' (125,431) at 20210307214931406 2025-03-14 03:00:53.729-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq_ondemand.h' (125,432) at 20210307214927054 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/.kunitconfig' (125,433) at 20240405153230187 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_mipi_csi2.h' (125,434) at 20240405153049473 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/include/perf_regs.h' (125,435) at 20240405153232219 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-05' (125,436) at 20210908000010395 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/coex.c' (125,437) at 20241008080013959 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/openfsi/scan.cpp' (125,438) at 20211007100035655 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/devicetree/bindings/submitting-patches.rst' (125,439) at 20240405153045273 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-n64/irq.h' (125,440) at 20220525020652002 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/lsm_cgroup.c' (125,441) at 20240613080016563 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-rpi-smsc9514.dtsi' (125,442) at 20210308005002576 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcm47xx_wdt.h' (125,443) at 20210307214931358 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bergshamra_Vaxtuna' (125,444) at 20210307205553778 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0001-configs-ast-Add-redundnant-env.patch' (125,445) at 20241206090014274 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/bsru6.h' (125,446) at 20210307214928610 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw-common.c' (125,447) at 20240405153231063 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/board-sead3.c' (125,448) at 20210307214926210 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm963178.dts' (125,449) at 20240405153045433 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-xstatic/remove-pip-requires.patch' (125,450) at 20241221090017552 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/timer.c' (125,451) at 20210308005002548 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/yealink.rst' (125,452) at 20210307214925514 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/kapi.c' (125,453) at 20210308005003420 2025-03-14 03:00:53.730-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/process_plug_in_packages.py' (125,454) at 20221209040018559 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/vmbus_testing' (125,455) at 20240405153054045 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-quirk.c' (125,456) at 20220525020653251 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/starfive,jh7110-crg.h' (125,457) at 20240405153231799 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/syscall.h' (125,458) at 20240405153046505 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/snmp_trap_event_clients.hpp' (125,459) at 20241217090008764 to deleted uid set 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch' (125,460) at 20221017030012222 to deleted uid set 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_array_access.c' (125,461) at 20240405153054281 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/armada3700-xtal-clock.txt' (125,462) at 20210307214925286 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dtc-parser.y' (125,463) at 20240405153053445 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/Entry.interface.yaml' (125,464) at 20230503080027160 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd/backend.h' (125,465) at 20210308005100993 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-adc-jack.c' (125,466) at 20210307214927158 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98927.c' (125,467) at 20240405153232151 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hppa/Makefile.target' (125,468) at 20240906080037576 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig' (125,469) at 20210308005003236 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/ronetix.bmp' (125,470) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/ibm-ac-server/70-hwmon.rules' (125,471) at 20210307205553710 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccp/Kconfig' (125,472) at 20210307214927082 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_factory_dce60.h' (125,473) at 20210309003649492 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-aspeed-scu-ic.c' (125,474) at 20240405153049189 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi' (125,475) at 20240405153229943 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/cpld.cpp' (125,476) at 20240618080024509 2025-03-14 03:00:53.731-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/branch.h' (125,477) at 20240405153054185 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/microblaze_timer.h' (125,478) at 20210308005002808 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,jz4770-cgu.h' (125,479) at 20240405153052641 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_dbg_hsi.h' (125,480) at 20240405153050213 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/mms114.c' (125,481) at 20240405153230731 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/dev.c' (125,482) at 20240405153230915 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/owl-mmc.c' (125,483) at 20240405153230855 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/system.c' (125,484) at 20240405153232255 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_log.c' (125,485) at 20210307214931894 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c' (125,486) at 20240405153231051 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/failover.rst' (125,487) at 20210307214925534 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-stout-u-boot.dts' (125,488) at 20210308005002600 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/xmit_linux.c' (125,489) at 20240405153051913 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/clps711x-clock.txt' (125,490) at 20210307214925286 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/hardware.h' (125,491) at 20210308005002716 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exsystem.c' (125,492) at 20240405153046621 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc-read-eeprom@.service' (125,493) at 20210307205554070 2025-03-14 03:00:53.732-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/w83l786ng.rst' (125,494) at 20210309003648428 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb' (125,495) at 20220721030015845 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/udf_sb.h' (125,496) at 20240405153052553 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1.h' (125,497) at 20240405153049441 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/attrlist.c' (125,498) at 20240405153231711 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/safec/safec/0001-strpbrk_s-Remove-unused-variable-len.patch' (125,499) at 20220910030013353 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_adu.c' (125,500) at 20241121090029260 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/template' (125,501) at 20210307214932674 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/ts72xx.c' (125,502) at 20240405153045645 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2992.c' (125,503) at 20240830080013263 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/docs/checklists/changes.md' (125,504) at 20241225090009112 to deleted uid set 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam-pcm.c' (125,505) at 20240405153053505 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MediaControllerCollection.json' (125,506) at 20240619080002948 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex6_user.c' (125,507) at 20240405153232099 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/signal.c' (125,508) at 20241211090212382 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb' (125,509) at 20220921030015986 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp.hpp' (125,510) at 20210308005118485 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-ecm' (125,511) at 20220525020651630 2025-03-14 03:00:53.733-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/boot/dts/or1klitex.dts' (125,512) at 20220525020652018 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/legacy/inode.c' (125,513) at 20240405153231551 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/Makefile' (125,514) at 20240405153046321 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml' (125,515) at 20220525020651674 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Horken' (125,516) at 20210307205553782 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/Kconfig' (125,517) at 20210308005003024 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/ioremap.h' (125,518) at 20210307214926218 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/mpoa_proc.c' (125,519) at 20221102030020957 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/signal.c' (125,520) at 20240906080037360 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h' (125,521) at 20240405153230951 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' (125,522) at 20240326080039614 to deleted uid set 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-predefined.json' (125,523) at 20210927100127469 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl' (125,524) at 20210308005002876 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/vdso/processor.h' (125,525) at 20210307214926250 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/isofs/namei.c' (125,526) at 20210309003653612 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu.h' (125,527) at 20240405153230131 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/Makefile' (125,528) at 20210307214929358 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_trip.c' (125,529) at 20240405153231503 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/meson.build' (125,530) at 20240920080018291 to deleted uid set 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.h' (125,531) at 20240405153230403 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/unfs3' (125,532) at 20210307205554430 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb' (125,533) at 20241219090012976 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/proc-macro2-1-rs.wrap' (125,534) at 20241211090212462 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/prcm.txt' (125,535) at 20240405153045017 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/tc/sp_layout.json' (125,536) at 20220804030014679 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/pwm-core.h' (125,537) at 20210309003648720 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c' (125,538) at 20220627100016982 2025-03-14 03:00:53.734-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/hiddev.c' (125,539) at 20240405153048829 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/head.h' (125,540) at 20210307214926578 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/enable-iwd.conf' (125,541) at 20220402030015903 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/schema/ras-data-schema-v02.json' (125,542) at 20230329080017824 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/adapter.h' (125,543) at 20220525020653475 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_init.c' (125,544) at 20220525020654071 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/call.c' (125,545) at 20240405153051969 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/inno_rk3036.h' (125,546) at 20210307214932310 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4_1.4.19.bb' (125,547) at 20210629000017504 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_psm.c' (125,548) at 20240910080014038 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/r4k_switch.S' (125,549) at 20210307214926258 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk.h' (125,550) at 20210307214926994 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/leds/ncplite-led-manager-config/led.yaml' (125,551) at 20230412080023460 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_fops.h' (125,552) at 20240405153051829 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-gr8.dtsi' (125,553) at 20210308005002620 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/probes.c' (125,554) at 20240613080016547 2025-03-14 03:00:53.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-samsung-4GB-1866.dtsi' (125,555) at 20210308005002608 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/uncore-cache.json' (125,556) at 20240405153054145 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/fru.c' (125,557) at 20241009080011081 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ia_css_eed1_8_types.h' (125,558) at 20210307214930554 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service' (125,559) at 20220604030027629 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/usbip_protocol.rst' (125,560) at 20240405153045309 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/madera-spi.c' (125,561) at 20240405153230835 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/global_data.h' (125,562) at 20210308005002848 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_inline.h' (125,563) at 20240805080014007 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t54_defconfig' (125,564) at 20210308005003252 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/subprojects/sdbusplus.wrap' (125,565) at 20221204040030281 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/virt-acpi-build.c' (125,566) at 20240906080037288 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ba10_tv_box_defconfig' (125,567) at 20210308005003248 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/proc_ns.h' (125,568) at 20240405153052777 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/db9.c' (125,569) at 20240405153049133 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mediatek/mtk_ppe_offload.c' (125,570) at 20240405153231007 2025-03-14 03:00:53.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_fence.h' (125,571) at 20240405153048605 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ax25.h' (125,572) at 20210307214931622 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb' (125,573) at 20241206090014250 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/mt9t112.h' (125,574) at 20240405153052825 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/Makefile' (125,575) at 20210307214930402 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/README.md' (125,576) at 20221209040033247 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m5441xsim.h' (125,577) at 20220525020651982 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.arm64' (125,578) at 20210308005003292 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-evision.c' (125,579) at 20240405153048813 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/ia_css_de2_param.h' (125,580) at 20210307214930554 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stddef.h' (125,581) at 20240405153052801 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx6sll-clock.yaml' (125,582) at 20240405153045025 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/altnames.sh' (125,583) at 20220525020655219 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-gate.c' (125,584) at 20210307214926958 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/ntp.c' (125,585) at 20241216090017781 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/iucv/iucv.c' (125,586) at 20240830080013351 2025-03-14 03:00:53.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das1800.c' (125,587) at 20240405153046893 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd_tool_impl.cpp' (125,588) at 20240826080018283 to deleted uid set 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/.gitignore' (125,589) at 20210308005003728 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml' (125,590) at 20240405153045041 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf.h' (125,591) at 20240906080037180 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/pauth_helper.c' (125,592) at 20240326080039646 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-reg.h' (125,593) at 20220525020655079 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/sasin.S' (125,594) at 20210307214926142 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb' (125,595) at 20230401080011959 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/mtk_scp_ipi.c' (125,596) at 20240405153051481 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sm8350.c' (125,597) at 20240405153230235 2025-03-14 03:00:53.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria5_socdk.dts' (125,598) at 20240405153045441 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mt7621_spi.c' (125,599) at 20210308005003492 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-intel.dts' (125,600) at 20220617030036053 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' (125,601) at 20240819080030267 to deleted uid set 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ahash.c' (125,602) at 20240405153046529 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/mt7621.c' (125,603) at 20240405153046049 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/Kconfig' (125,604) at 20210308005003736 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/get_power_state.hpp' (125,605) at 20210512000037560 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/elf.h' (125,606) at 20240405153230019 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_koi8-u.c' (125,607) at 20210307214931190 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_signal.h' (125,608) at 20240906080037160 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l51-i2c.c' (125,609) at 20240405153232147 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm3060.c' (125,610) at 20240405153053677 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb' (125,611) at 20241221090017552 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/syscall_nr.h' (125,612) at 20210308005046085 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-emcon-avari.dtsi' (125,613) at 20240405153229887 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hubp.h' (125,614) at 20240405153047241 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/packagegroup-ampere-apps.bb' (125,615) at 20231201090013914 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/netdev.h' (125,616) at 20240405153232211 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/show_mem.c' (125,617) at 20240503080014510 2025-03-14 03:00:53.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/qspinlock_paravirt.h' (125,618) at 20240405153230115 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-qdma.c' (125,619) at 20240405153230279 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/setjmp_aarch64.S' (125,620) at 20210308005002708 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/lowlevel_init.S' (125,621) at 20210308005003044 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/pdaudiocf/Makefile' (125,622) at 20210307214932278 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/83xx/mpc837x_rdb.c' (125,623) at 20240405153046197 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/pci-j721e.c' (125,624) at 20241211090145477 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/hwpoison.rst' (125,625) at 20240405153045297 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-0.yaml' (125,626) at 20241219090012972 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot' (125,627) at 20230729080016027 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TINY02' (125,628) at 20240405153054369 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vhost_types.h' (125,629) at 20240405153231883 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch' (125,630) at 20230811080018326 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/processor.h' (125,631) at 20240405153045905 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/030_x86-rom-me-no-desc.dts' (125,632) at 20210308005003752 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitrev.h' (125,633) at 20210308005003656 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/fncache.c' (125,634) at 20210307214932594 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/sf.c' (125,635) at 20240405153050541 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/setns-dcache.c' (125,636) at 20210307214932710 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-olinuxino-lime-emmc.dts' (125,637) at 20240405153045385 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-atl-sbx81lifxcat.dts' (125,638) at 20210308005002592 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/libglu_9.0.3.bb' (125,639) at 20230919080013990 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/thermal.h' (125,640) at 20241111090012149 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-all.bb' (125,641) at 20240302090018202 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/sh7785lcr.c' (125,642) at 20210308005003040 2025-03-14 03:00:53.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ndpi_4.2.bb' (125,643) at 20220402030015911 to deleted uid set 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/irq.c' (125,644) at 20240405153230099 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/gsc_proxy/Kconfig' (125,645) at 20240405153049641 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/esparser.c' (125,646) at 20240405153231475 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/auxvec.h' (125,647) at 20210307214931614 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/.gitignore' (125,648) at 20241211090212458 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ir/ir_loopback.c' (125,649) at 20240405153054309 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/endian.hpp' (125,650) at 20210308005055037 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/rfkill.c' (125,651) at 20210307214929798 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c' (125,652) at 20240405153230327 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/posix_types.h' (125,653) at 20210307214926066 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma/imx-dma.h' (125,654) at 20240405153052681 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/rx_icu.c' (125,655) at 20240906080037244 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/LB+poacquireonce+pooncerelease.litmus' (125,656) at 20210307214932502 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z15/basic.json' (125,657) at 20240405153054117 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.8.bb' (125,658) at 20241206090014258 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_mpsc_queue.hpp' (125,659) at 20241219090033964 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/et' (125,660) at 20210308005046145 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/adi.c' (125,661) at 20240405153049133 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/purgatory/trampoline_64.S' (125,662) at 20220525020652082 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/calxeda-combophy.yaml' (125,663) at 20240405153045129 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_h.c' (125,664) at 20210308005046525 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/realtek/cisco_sg220-26.dts' (125,665) at 20220525020651994 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/solo6x10/solo6x10-g723.c' (125,666) at 20240405153230795 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/files/static-passwd-meta-filesystems' (125,667) at 20231014080011723 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/rcS' (125,668) at 20210307205553890 2025-03-14 03:00:53.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/sdbusplus.wrap' (125,669) at 20230921080009745 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/opengrok2.0.log' (125,670) at 20241229012356210 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/email-clients.rst' (125,671) at 20240405153045281 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_proto_ah_esp.c' (125,672) at 20210307214932006 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-no-invariants-only' (125,673) at 20211006000025234 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vdso/vdso.h' (125,674) at 20240405153045941 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/fsl-dt-fixup.c' (125,675) at 20210308005003500 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch' (125,676) at 20230706080014761 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-st.c' (125,677) at 20240910080014070 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.h' (125,678) at 20240405153047173 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/Makefile' (125,679) at 20210307214932738 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/net_types.h' (125,680) at 20230629131804623 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/fedora-rust-nightly.docker' (125,681) at 20241211090212534 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/utils.cpp' (125,682) at 20241211090206666 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-tch-td08.rst' (125,683) at 20210309003648500 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/security/self-protection.rst' (125,684) at 20240405153045257 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serial_max3100.h' (125,685) at 20210307214931506 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xinetd' (125,686) at 20211006000025246 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/canaan,k210-sram.yaml' (125,687) at 20240405153045101 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/mlx5_user_ioctl_verbs.h' (125,688) at 20240405153052949 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/Makefile' (125,689) at 20210309003650024 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/redfish-core/include/redfish_aggregator_test.cpp' (125,690) at 20240904080003190 to deleted uid set 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/irqflags-arcv2.h' (125,691) at 20210307214925666 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/qom-hmp-cmds.c' (125,692) at 20230426080043840 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi' (125,693) at 20210307214926342 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/boot_status_led_on.service' (125,694) at 20240119090013779 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/bswapsi.c' (125,695) at 20240405153045985 2025-03-14 03:00:53.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hashtree_descriptor.h' (125,696) at 20210308005003704 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/resctrl.rst' (125,697) at 20240405153044989 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/pldmfw/index.rst' (125,698) at 20240405153045197 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/Makefile' (125,699) at 20210307214929790 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb' (125,700) at 20241221090017488 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_group.c' (125,701) at 20240405153048741 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch' (125,702) at 20241221090017656 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c' (125,703) at 20240815080012887 to deleted uid set 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml' (125,704) at 20240405153045101 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/sierra_net.c' (125,705) at 20240405153050381 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/M7patch.S' (125,706) at 20210307214926606 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ch-Geneva' (125,707) at 20210307205553766 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-tx53-x03x.dts' (125,708) at 20240405153045493 2025-03-14 03:00:53.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/seccomp.h' (125,709) at 20220525020652098 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-unknown.out' (125,710) at 20210308005046409 to deleted uid set 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml' (125,711) at 20240405153045045 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/iommu-helper.c' (125,712) at 20210307214931802 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/kn03.h' (125,713) at 20210307214926210 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_dpms.h' (125,714) at 20240405153047297 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch' (125,715) at 20220910030013425 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/arm_smccc_trng.c' (125,716) at 20240405153230199 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch' (125,717) at 20231126090012781 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power64-core.xml' (125,718) at 20210308005045817 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sig.c' (125,719) at 20240405153230159 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_fcoe.h' (125,720) at 20240405153050217 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mac_iop.h' (125,721) at 20210307214926162 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_imx6.h' (125,722) at 20210308005003588 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/search.py' (125,723) at 20210905000020601 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/import_core.sh' (125,724) at 20230426080043928 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/sandbox.c' (125,725) at 20210308005003332 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c' (125,726) at 20210308005002952 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/acpredef.h' (125,727) at 20240405153230167 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_smu.c' (125,728) at 20240405153047205 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/dma.c' (125,729) at 20241216090017705 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_model.h' (125,730) at 20210307214929482 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/Kconfig' (125,731) at 20210308005002976 2025-03-14 03:00:53.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/state_hook' (125,732) at 20230217040015233 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_privacy_screen.c' (125,733) at 20240405153048409 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/timer.c' (125,734) at 20210308005002552 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ism.h' (125,735) at 20240405153051533 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/cfg80211.h' (125,736) at 20240405153050561 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/ftrace.h' (125,737) at 20220525020651986 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_extioi.h' (125,738) at 20240906080037332 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tuxx1.h' (125,739) at 20210308005003624 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/270' (125,740) at 20240906080037564 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/damon/faq.rst' (125,741) at 20240405153045297 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/tests/.kunitconfig' (125,742) at 20240405153230643 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/dsi.c' (125,743) at 20240405153230611 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/meson.build' (125,744) at 20240906080037592 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_loaders.c' (125,745) at 20210308005003416 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aeroflex/greth.h' (125,746) at 20210307214929282 2025-03-14 03:00:53.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ChangeLog.megaraid' (125,747) at 20240405153045253 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/run-ptest' (125,748) at 20221104030017433 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce300c3.inc' (125,749) at 20220612030016755 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/processor.h' (125,750) at 20240405153230031 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/pipe3-phy.h' (125,751) at 20210308005002764 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch' (125,752) at 20230706080014749 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_sch.c' (125,753) at 20240405153046665 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/da9062-thermal.txt' (125,754) at 20210307214925442 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c' (125,755) at 20240405153047105 to deleted uid set 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb' (125,756) at 20240413080012635 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts' (125,757) at 20241211090145373 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt4831-regulator.yaml' (125,758) at 20240405153229791 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.4/index.html' (125,759) at 20210307205554246 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_signal.h' (125,760) at 20240906080037156 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/cdc-acm.h' (125,761) at 20240405153052045 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Hummingbird_A31_defconfig' (125,762) at 20210308005003236 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/other.json' (125,763) at 20240405153054157 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/csr.h' (125,764) at 20210308005002844 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/distcc-config.bb' (125,765) at 20241206090014326 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/roles.hpp' (125,766) at 20241217090008768 to deleted uid set 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/configure.ac' (125,767) at 20210308005108641 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/mmu-access-type.h' (125,768) at 20240906080037328 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/vmem.c' (125,769) at 20240411080014050 2025-03-14 03:00:53.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/acp-dsp-offset.h' (125,770) at 20240405153232195 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/metricgroups.json' (125,771) at 20240405153054141 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/entity-manager/blacklist.json' (125,772) at 20230412080023456 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aha1740.h' (125,773) at 20210307214930270 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/stdlib.h' (125,774) at 20240613080016551 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-381-netgear-gs110emx.dts' (125,775) at 20240405153045445 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/usb/typec/tcpm/tcpm.c' (125,776) at 20240910080014070 to deleted uid set 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/menelaus.c' (125,777) at 20240405153049613 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/scsi_transport_srp/rport_state_diagram.dot' (125,778) at 20210307214925562 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts' (125,779) at 20240405153229951 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/kdump' (125,780) at 20210307205554598 2025-03-14 03:00:53.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/imx8mm-power.h' (125,781) at 20240405153052653 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rcar-host.c' (125,782) at 20240805080013995 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i740fb.c' (125,783) at 20240405153231583 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_d.c' (125,784) at 20210308005046517 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/usnic/usnic_uiom_interval_tree.c' (125,785) at 20220525020653163 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.yaml' (125,786) at 20240405153045137 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/rpmtests.py' (125,787) at 20220910030013405 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/pipeline_4k_no_split.svg' (125,788) at 20240405153045213 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb' (125,789) at 20241221090017516 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/mc13783.c' (125,790) at 20240405153053653 2025-03-14 03:00:53.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_amiga.c' (125,791) at 20210308005003288 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas.h' (125,792) at 20240405153051657 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/farsync.c' (125,793) at 20240405153050393 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/omfs/Kconfig' (125,794) at 20240405153231719 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/asm-offsets.h' (125,795) at 20210307214926114 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rsa-pkcs1pad.c' (125,796) at 20240405153046537 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l73.h' (125,797) at 20210307214932302 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/simdisk.c' (125,798) at 20240405153046513 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu.h' (125,799) at 20240405153230795 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wcd934x/wcd934x.h' (125,800) at 20210307214931438 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_e500.py' (125,801) at 20241211090212542 2025-03-14 03:00:53.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/maxim,max31855k.yaml' (125,802) at 20240405153045077 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/meson.build' (125,803) at 20230925080039921 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/foundation.scss' (125,804) at 20210308005107073 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mvebu/dove.c' (125,805) at 20210307214926994 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/.gitignore' (125,806) at 20240405153054305 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-sh7760.c' (125,807) at 20240405153048913 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/traps.h' (125,808) at 20240405153229991 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/img-mdc-dma.c' (125,809) at 20240405153230283 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/cow.c' (125,810) at 20240405153232275 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts' (125,811) at 20240405153229935 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lm3533-core.c' (125,812) at 20240405153049609 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_lib.h' (125,813) at 20240405153050321 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c' (125,814) at 20210309003649800 2025-03-14 03:00:53.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_bus.c' (125,815) at 20240405153049657 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/connector/cn_queue.c' (125,816) at 20220525020652362 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/sync_file.h' (125,817) at 20240405153052941 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/memtrace.c' (125,818) at 20220525020652078 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/virt/Makefile' (125,819) at 20240405153045973 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rdmavt/pd.h' (125,820) at 20220525020653163 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/trace_tx.h' (125,821) at 20240405153049053 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-esp-image.bb' (125,822) at 20241206090014210 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/fnic/vnic_intr.c' (125,823) at 20240405153051601 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_memfree.h' (125,824) at 20210307214928430 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/rcS' (125,825) at 20210307205554470 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/event_fifo.c' (125,826) at 20210307214930542 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/softoff/softoff_config.json' (125,827) at 20240415080031487 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-max11410' (125,828) at 20240405153044917 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp50xx.c' (125,829) at 20240405153049217 2025-03-14 03:00:53.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_pci.h' (125,830) at 20210307214927150 2025-03-14 03:00:53.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/spdx-licenses.json' (125,831) at 20241221090017620 2025-03-14 03:00:53.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/usbaudio.h' (125,832) at 20241216090017805 2025-03-14 03:00:53.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/Kconfig' (125,833) at 20210308005003008 2025-03-14 03:00:53.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/fw_run_tests.sh' (125,834) at 20240405153054305 2025-03-14 03:00:53.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/stdplus.wrap' (125,835) at 20220418100039709 2025-03-14 03:00:53.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx31.h' (125,836) at 20240326080039534 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/rx51.c' (125,837) at 20210308005003024 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi' (125,838) at 20240405153045597 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_cfg.c' (125,839) at 20240805080013943 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/helper_regs.c' (125,840) at 20241211090212506 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/nodedata.h' (125,841) at 20210307214926118 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/fujitsu-tablet.c' (125,842) at 20240405153051405 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/div64.h' (125,843) at 20220525020651878 2025-03-14 03:00:53.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/serdevtry' (125,844) at 20210307205554630 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/fs/btrfs/inode.c' (125,845) at 20241216090017753 to deleted uid set 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/debug.h' (125,846) at 20210309003651804 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/spinlock_types.h' (125,847) at 20240405153046505 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/MAINTAINERS' (125,848) at 20210308005002920 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/hello.dot' (125,849) at 20210307214925454 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/user-return-notifier.c' (125,850) at 20210307214931786 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch' (125,851) at 20210307205554462 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/multiconfig/mc_2.conf' (125,852) at 20210316000012685 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/styles/system-overview.scss' (125,853) at 20210308005107077 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.h' (125,854) at 20240405153048353 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/parport_amiga.c' (125,855) at 20220525020653839 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/autoidle.txt' (125,856) at 20210307214925294 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sprd/sprd_drm.h' (125,857) at 20240405153048753 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/mmp2_defconfig' (125,858) at 20240405153045613 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch' (125,859) at 20240413080012643 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap3isp/ispvideo.c' (125,860) at 20240405153049485 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipvlan/ipvlan_main.c' (125,861) at 20240405153231075 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/hwinit.c' (125,862) at 20210308005002760 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/Makefile' (125,863) at 20210307214931978 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch' (125,864) at 20220618030015190 2025-03-14 03:00:53.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/mediatek/smi.h' (125,865) at 20240405153231863 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_dfl.c' (125,866) at 20240405153051993 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Malvern' (125,867) at 20210307205553798 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32.h' (125,868) at 20210308005002664 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/code-of-conduct.rst' (125,869) at 20240405153045281 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_export.c' (125,870) at 20240405153231779 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_sil680.c' (125,871) at 20240405153046665 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/mq-deadline.c' (125,872) at 20240805080013935 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3/fuse3.conf' (125,873) at 20241206090014258 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/ia_css_pipe_util.h' (125,874) at 20210307214930538 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/xen_vmcall_test.c' (125,875) at 20240405153232271 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/exynos4210_combiner.c' (125,876) at 20241211090212282 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_register.h' (125,877) at 20241018080014498 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/x600_defconfig' (125,878) at 20210308005003284 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/helper.h' (125,879) at 20210309003655976 2025-03-14 03:00:53.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c' (125,880) at 20240613080016399 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/hcd-pci.c' (125,881) at 20240405153052049 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bus_vcxk' (125,882) at 20210308005003292 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/057.out' (125,883) at 20210308005046441 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/cpu.c' (125,884) at 20210308005002812 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-wexler-tab7200.dts' (125,885) at 20240405153045385 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi' (125,886) at 20240405153045769 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/82xx/Kconfig' (125,887) at 20240405153230051 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (125,888) at 20210307205553730 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button.service' (125,889) at 20240105090012010 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0367_regs.h' (125,890) at 20210307214928638 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/vhost_test/vhost_test.c' (125,891) at 20210307214932742 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/slt_ast2600/Makefile' (125,892) at 20210308005002916 2025-03-14 03:00:53.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts' (125,893) at 20240405153229935 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/adl_pci9111.c' (125,894) at 20240405153046889 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-sniper.dts' (125,895) at 20240405153045605 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/at91rm9200ek.c' (125,896) at 20210308005002916 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/openrd_client_defconfig' (125,897) at 20210308005003272 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/schema/RootOfTrustCollection_v1.xml' (125,898) at 20220520030007180 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm.txt' (125,899) at 20210307214925422 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/xusb-padctl.h' (125,900) at 20210308005002668 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mcde/Makefile' (125,901) at 20220525020652919 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/locking/mutex-design.rst' (125,902) at 20210309003648432 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverage/compare_gcov_json.py' (125,903) at 20230426080043844 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp/mtk_mdp_ipi.h' (125,904) at 20240405153049413 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/wdt_imx2.h' (125,905) at 20221215040039190 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/appletalk/atalk_proc.c' (125,906) at 20210307214931866 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/displayobject.h' (125,907) at 20210307214927698 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/host_notifier.cpp' (125,908) at 20240820080027370 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-mxs.c' (125,909) at 20240405153049201 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/desc-msos.c' (125,910) at 20220429100100534 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/filter.h' (125,911) at 20210307214931630 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_crtc.h' (125,912) at 20210309003649892 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mpspec.h' (125,913) at 20210308005002880 2025-03-14 03:00:53.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/stackprotector.h' (125,914) at 20240405153045905 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv6/ip6_fib.c' (125,915) at 20241211090145553 to deleted uid set 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vmlinux.lds.S' (125,916) at 20241211090145385 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ltc2947-spi.c' (125,917) at 20240405153048861 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/deferred_io.rst' (125,918) at 20240405153229807 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/chcr_algo.h' (125,919) at 20210309003649300 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq9574-rdp418.dts' (125,920) at 20240405153045761 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/cpu_loop.c' (125,921) at 20221215040039202 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/net_tstamp.h' (125,922) at 20240405153052929 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/ricoh,rn5t618.yaml' (125,923) at 20220525020651690 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2780.c' (125,924) at 20240405153053805 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-zynq-qspi.txt' (125,925) at 20210308005003324 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dnet.h' (125,926) at 20210307214929386 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/main.c' (125,927) at 20241211090212442 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/linux/libmsrlisthelper.h' (125,928) at 20210307214930530 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/gxfb.rst' (125,929) at 20210307214925478 2025-03-14 03:00:53.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/adfs/adfs.h' (125,930) at 20240405153052257 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_i2s_tdm.h' (125,931) at 20240405153053981 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/Kconfig' (125,932) at 20240405153231283 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c' (125,933) at 20240405153231235 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ccache/ccache_4.10.2.bb' (125,934) at 20241221090017656 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_fwum.c' (125,935) at 20210308004938824 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9xeek_nandflash_defconfig' (125,936) at 20210308005003248 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/stm32-dma.c' (125,937) at 20240405153230287 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fec.h' (125,938) at 20210307214931386 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linker_lists.h' (125,939) at 20210308005003656 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/coresight-config.rst' (125,940) at 20240405153045269 2025-03-14 03:00:53.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.c' (125,941) at 20240405153230799 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_scsih.c' (125,942) at 20240624080012800 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/qca_debug.c' (125,943) at 20240628080013997 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/phosphor-logging.wrap' (125,944) at 20220603030022985 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/leon_smp.c' (125,945) at 20240405153046325 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/Makefile' (125,946) at 20210308005002552 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.kmsan' (125,947) at 20240405153053433 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/process_tree.py' (125,948) at 20210307205554642 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/lib/Makefile' (125,949) at 20210307214932746 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/poly1305-donna32.c' (125,950) at 20210524100035086 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/eagle.c' (125,951) at 20210308005003032 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/inventory_manager.hpp' (125,952) at 20240819080030255 to deleted uid set 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-1.dtsi' (125,953) at 20240405153046093 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l-netcp.dtsi' (125,954) at 20210308005002592 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/trace/diag.h' (125,955) at 20210307214926514 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/jump_label.h' (125,956) at 20240405153230147 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c' (125,957) at 20240405153230323 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_syscall.h' (125,958) at 20220429100100642 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/configs/default.config' (125,959) at 20220525020655187 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/namei.h' (125,960) at 20240405153052749 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/mmap_prot.sh' (125,961) at 20240405153232231 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/cs5536/cs5536_pci.c' (125,962) at 20210307214926270 2025-03-14 03:00:53.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/pci.h' (125,963) at 20210307214925666 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/dpseci.c' (125,964) at 20210309003649292 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha2-ce-core.S' (125,965) at 20210307214925846 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/MAINTAINERS' (125,966) at 20210308005003056 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/sbp1-led-manager-config-native.bb' (125,967) at 20241206090014230 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ptest.py' (125,968) at 20231011080016602 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/visconti/Makefile' (125,969) at 20210309003652148 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.out' (125,970) at 20210308005046401 to deleted uid set 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-covdefaults/run-ptest' (125,971) at 20240301090012431 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/Makefile' (125,972) at 20240405153045797 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/fw.h' (125,973) at 20210307214929922 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_helper.c' (125,974) at 20210307214932026 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl.h' (125,975) at 20240326080039534 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_10_0_offset.h' (125,976) at 20210307214927562 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/meson.build' (125,977) at 20230825080021137 to deleted uid set 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/ks7010/ks_hostif.c' (125,978) at 20240405153051817 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml' (125,979) at 20240405153045021 2025-03-14 03:00:53.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/test_entity-manager.cpp' (125,980) at 20230930080004396 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-adp5520.c' (125,981) at 20220525020652438 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/arm,sp804.yaml' (125,982) at 20220525020651714 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_pci.c' (125,983) at 20220525020652851 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_device.c' (125,984) at 20240405153051957 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/cirrus/Kconfig' (125,985) at 20240405153231319 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch' (125,986) at 20240309090012820 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/common.h' (125,987) at 20241111090012133 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt6397.h' (125,988) at 20210307214930082 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-audio.h' (125,989) at 20210307214928682 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/pppoatm.c' (125,990) at 20220525020654787 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/futex.h' (125,991) at 20210308005046045 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kmsan_types.h' (125,992) at 20240405153052717 2025-03-14 03:00:53.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0005-adb-Allow-adbd-to-be-run-as-root.patch' (125,993) at 20231011080016574 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-con-str.h' (125,994) at 20240326080039714 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/scanf.sh' (125,995) at 20220525020655215 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/main.c' (125,996) at 20241008080013955 to deleted uid set 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c' (125,997) at 20240405153048585 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/global_data.h' (125,998) at 20210308005002816 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra114.c' (125,999) at 20220525020653335 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/core.h' (126,000) at 20210308005002884 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_user_tags.pass' (126,001) at 20241221090017632 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/floating-point.json' (126,002) at 20240405153054157 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_buffer_fill.c' (126,003) at 20240405153054237 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_h.c' (126,004) at 20210308005046521 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/temperature/maxim_thermocouple.c' (126,005) at 20240405153049013 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/lkrg/lkrg-module_0.9.7.bb' (126,006) at 20241221090017576 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/pcengines-apuv2.c' (126,007) at 20240405153051413 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/289.out' (126,008) at 20210308005046469 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/param.c' (126,009) at 20240405153232011 2025-03-14 03:00:53.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/clksrc-dbx500-prcmu.c' (126,010) at 20220525020652342 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qla3xxx.c' (126,011) at 20240405153231039 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/vx222/Makefile' (126,012) at 20210307214932278 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/evm/Makefile' (126,013) at 20210307214932170 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0001-Add-correct-printf-qualifier-for-off_t.patch' (126,014) at 20230706080014761 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/allwinner-rtc.h' (126,015) at 20210308005046029 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt' (126,016) at 20210307214925354 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ioctl.h' (126,017) at 20240405153052289 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/vphn/.gitignore' (126,018) at 20210307214932710 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5670.c' (126,019) at 20240405153230791 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/0001-CMakeLists.txt-Remove-mthumb-interwork.patch' (126,020) at 20230706080014757 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/system1_baseboard.json' (126,021) at 20241114091004236 to deleted uid set 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/perf_event_v7.c' (126,022) at 20210716100029843 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xlnx-versal-virt.rst' (126,023) at 20240906080037180 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/vfio-user-obj.h' (126,024) at 20221215040039186 2025-03-14 03:00:53.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/tx.h' (126,025) at 20210307214929966 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/qcom,mmcc.yaml' (126,026) at 20240405153229759 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm8994/gpio.h' (126,027) at 20210307214931438 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/of.h' (126,028) at 20240405153052813 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/ingenic,jz4740-cgu.h' (126,029) at 20240405153052641 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-kernel/linux/files/gbmc.cfg' (126,030) at 20230429080018629 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-hw-diags/util/pldm.cpp' (126,031) at 20241025080019713 to deleted uid set 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7745-cpg-mssr.h' (126,032) at 20210307214931334 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/marvell/mcam-core.h' (126,033) at 20240405153049409 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/Makefile' (126,034) at 20240405153051413 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/affs/amigaffs.c' (126,035) at 20240405153231603 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/samsung/Kconfig' (126,036) at 20240405153049589 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/temporary-source-code.rst' (126,037) at 20230114040015514 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/mediatek/mt8195-pm-domains.h' (126,038) at 20240405153231347 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@180/ir35221@71.conf' (126,039) at 20240904080027738 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/dm_common.c' (126,040) at 20210307214929942 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/tlbflush.h' (126,041) at 20210307214926310 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/dim/rdma_dim.c' (126,042) at 20240405153053085 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/277.out' (126,043) at 20210308005046465 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/Kconfig' (126,044) at 20210308005003004 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/inode.c' (126,045) at 20210308005003544 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Bilbao' (126,046) at 20210307205553766 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Kabelsignal' (126,047) at 20210307205553758 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/Makefile' (126,048) at 20210308004922932 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-pro5-epcore.dts' (126,049) at 20240405153045577 2025-03-14 03:00:53.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/meson.build' (126,050) at 20210308005053409 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/Kconfig' (126,051) at 20240405153231571 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/drive_oem.json' (126,052) at 20230202040011970 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Angus' (126,053) at 20210307205553794 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_gpio_04a.dtso' (126,054) at 20240405153231279 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/cmd_clock.c' (126,055) at 20210308005002732 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/ak8974.c' (126,056) at 20240405153049005 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/dat.h' (126,057) at 20240405153052445 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/cpufreq/cpufreq.sh' (126,058) at 20210307214932666 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-irq.h' (126,059) at 20210307214928682 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/smsgiucv.h' (126,060) at 20210307214930254 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/md4c/md4c_0.5.2.bb' (126,061) at 20240301090012431 2025-03-14 03:00:53.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.yaml' (126,062) at 20240405153045101 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h' (126,063) at 20240405153230435 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kref_api.h' (126,064) at 20240405153052717 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-hub.c' (126,065) at 20240405153052109 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/bus.json' (126,066) at 20240405153054113 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/ps/acp63.h' (126,067) at 20240405153053549 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-newlib_%.bbappend' (126,068) at 20241206090014214 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/capability.h' (126,069) at 20240405153232107 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu2_regs.h' (126,070) at 20240405153049493 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h' (126,071) at 20240405153047105 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/mmiowb.h' (126,072) at 20210307214931306 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/files/static-passwd-meta-perl' (126,073) at 20231014080011723 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_action.hpp' (126,074) at 20210308005405930 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.h' (126,075) at 20210307214927278 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c' (126,076) at 20210308005046521 2025-03-14 03:00:53.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-codeweavers' (126,077) at 20210308005045769 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/Makefile' (126,078) at 20220525020653571 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/txx9/rbtx4927.h' (126,079) at 20210307214926246 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/afbc.rst' (126,080) at 20210307214925494 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/README' (126,081) at 20210308005003016 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/meson.build' (126,082) at 20230825080021141 to deleted uid set 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/da9063/core.h' (126,083) at 20240405153052725 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/ak4375.c' (126,084) at 20240405153053565 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/bxcan.c' (126,085) at 20240405153230895 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/actions,owl-sps.txt' (126,086) at 20210307214925398 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/isdnhdlc.h' (126,087) at 20210307214928542 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/main.cpp' (126,088) at 20210308005109241 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6655/device_main.c' (126,089) at 20240405153051949 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/bttv-gpio.c' (126,090) at 20220525020653267 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/boot-progress.md' (126,091) at 20221209040006383 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/0001-Do-not-undefine-_FILE_OFFSET_BITS.patch' (126,092) at 20230114040015478 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/type-case.out' (126,093) at 20210927100127473 to deleted uid set 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_mods.c' (126,094) at 20240405153054277 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/unwind_decoder.c' (126,095) at 20210307214926130 2025-03-14 03:00:53.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_VSYS.json' (126,096) at 20221213040036921 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/vnic_rq.c' (126,097) at 20240405153049897 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mt8167-mmsys.h' (126,098) at 20240405153051761 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/in6.h' (126,099) at 20210307214931402 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_cert.cpp' (126,100) at 20240903080027143 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts' (126,101) at 20240405153229955 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-qcom-geni.c' (126,102) at 20241011080017319 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi' (126,103) at 20210308005002632 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-vm86.S' (126,104) at 20210308005046501 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/kvm/kvm_flightrecorder' (126,105) at 20210308005046241 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0016-pass-correct-parameters-to-getdents64.patch' (126,106) at 20240413080012651 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.h' (126,107) at 20240405153046953 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pl061.c' (126,108) at 20240906080037224 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml' (126,109) at 20221207040023627 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/cpuidle.c' (126,110) at 20240405153045629 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h' (126,111) at 20240405153230607 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsmethod.c' (126,112) at 20240405153046617 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/pdc_chassis.c' (126,113) at 20240405153230023 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6s_defconfig' (126,114) at 20210308005003272 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/ia_css_de2.host.h' (126,115) at 20210307214930554 2025-03-14 03:00:53.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp.c' (126,116) at 20240805080013979 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/trace.h' (126,117) at 20210308005046113 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/qca,ar7100-reset.yaml' (126,118) at 20240405153045149 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/s5h1411.h' (126,119) at 20210307214928634 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-khamsin.c' (126,120) at 20220525020653311 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-g4.dtsi' (126,121) at 20240826080012311 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/stm/stm32_i2s.c' (126,122) at 20240405153232199 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/func-munmap.rst' (126,123) at 20210309003648492 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/connector/hdmi-connector.yaml' (126,124) at 20240405153045041 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nasteln' (126,125) at 20210307205553786 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/pads-imx8qxp.h' (126,126) at 20210307214931342 2025-03-14 03:00:53.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-script.c-avoid-use-of-chroot.patch' (126,127) at 20241221090017656 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-stat.c' (126,128) at 20241211090145573 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/Makefile.softmmu-target' (126,129) at 20240906080037580 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx_csu_dma.c' (126,130) at 20241211090212270 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/u-boot_logo.bmp' (126,131) at 20210308005003768 to deleted uid set 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic/0001-Fix-musl-compatibility.patch' (126,132) at 20210307205553798 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/dce120_clk_mgr.c' (126,133) at 20210307214927270 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-Avoid-bashisms-in-init-scripts.patch' (126,134) at 20241206090014262 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8939.c' (126,135) at 20240405153230227 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/bulk.c' (126,136) at 20240405153049165 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/i8253.h' (126,137) at 20210307214931398 to deleted uid set 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/marvell,mmp2.h' (126,138) at 20240405153231795 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wm8782.txt' (126,139) at 20210307214925438 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_util.h' (126,140) at 20240405153230803 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/monitor.c' (126,141) at 20240405153053393 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/dms-ba16_2g.cfg' (126,142) at 20210308005002908 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/config' (126,143) at 20240805080014071 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_gem.c' (126,144) at 20240405153230535 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw.h' (126,145) at 20210307214929654 2025-03-14 03:00:53.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c' (126,146) at 20240405153230635 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/io.h' (126,147) at 20240712080021053 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/q6sstop-qcs404.c' (126,148) at 20240405153046833 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-ingenic.c' (126,149) at 20240405153231463 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/tests/fpga-region-test.c' (126,150) at 20240405153230299 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/trace.c' (126,151) at 20240405153049757 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/hyperv.h' (126,152) at 20240405153046453 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/SensorPaths.cpp' (126,153) at 20241026080003050 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/drm/tegra_drm.h' (126,154) at 20220525020654663 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-iproc-bcma.c' (126,155) at 20240405153051237 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/aspeed_fsi.h' (126,156) at 20210308005003560 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/monitor/fan_error.cpp' (126,157) at 20240820080023694 to deleted uid set 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc_1.3.6.bb' (126,158) at 20241221090017676 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8188-ipe.c' (126,159) at 20240405153046797 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt' (126,160) at 20210307214925406 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/mstar,msc313e-wdt.yaml' (126,161) at 20240405153045185 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/xtensa/Makefile' (126,162) at 20210307214932522 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdping.c' (126,163) at 20240405153054293 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-systemd-target-monitor.service' (126,164) at 20230127040028244 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/deprecated.rst' (126,165) at 20240405153229827 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/ahb.h' (126,166) at 20210307214929726 2025-03-14 03:00:53.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/Kconfig' (126,167) at 20210308005003500 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/initialize_mmu.h' (126,168) at 20240405153046505 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_among.h' (126,169) at 20240405153052929 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c' (126,170) at 20240405153050613 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp108.c' (126,171) at 20240405153048877 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/iio/light/vcnl4035.c' (126,172) at 20240405153049005 to deleted uid set 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb' (126,173) at 20240309090012804 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-watchdog/meson.build' (126,174) at 20230714080036783 to deleted uid set 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-early-sys-init' (126,175) at 20220623030014779 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf/automake_foreign.patch' (126,176) at 20230706080014753 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/olpc/Makefile' (126,177) at 20210307214930134 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kexec_file.c' (126,178) at 20240913080013845 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/exception.json' (126,179) at 20240405153054109 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/amd_sfh_pcie.c' (126,180) at 20240405153230651 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_lmem.c' (126,181) at 20240405153048473 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-mvebu.c' (126,182) at 20240405153052109 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_usdt_multispec.c' (126,183) at 20240405153054281 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/Makefile' (126,184) at 20210307214928566 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuscale.sh' (126,185) at 20240405153232283 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_lt_ph.c' (126,186) at 20210308005046501 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/tsunami_flash.c' (126,187) at 20210307214929214 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/isil,isl79987.yaml' (126,188) at 20240405153045093 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-skov-revc-lt2.dts' (126,189) at 20240405153045501 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/platsmp.c' (126,190) at 20210307214925870 2025-03-14 03:00:53.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/bsp.h' (126,191) at 20220525020652947 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx_debugfs.c' (126,192) at 20220525020652390 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_rng-test.c' (126,193) at 20221215040039378 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/__init__.py' (126,194) at 20240302090018218 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_of_dpa.c' (126,195) at 20241211090212306 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-ab8500-usb.c' (126,196) at 20240405153052125 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/gp10b.c' (126,197) at 20220525020652963 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/manager/meson.build' (126,198) at 20240824080021954 to deleted uid set 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/head-common.S' (126,199) at 20240405153045629 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/pci-hotplug.c' (126,200) at 20240405153046145 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc91111.h' (126,201) at 20210308005003444 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/sys_ia32.c' (126,202) at 20210309003649048 2025-03-14 03:00:53.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/functor.cpp' (126,203) at 20240820080025626 to deleted uid set 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/thermal/thermal_of.c' (126,204) at 20241115090012961 to deleted uid set 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_h.c' (126,205) at 20210308005046521 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_mman.h' (126,206) at 20230925080039945 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt792x_core.c' (126,207) at 20240830080013295 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/intc.h' (126,208) at 20240906080037332 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-drc02.dtsi' (126,209) at 20240405153045585 to deleted uid set 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/a15mpcore.c' (126,210) at 20240906080037212 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-xattr.h' (126,211) at 20210308005045821 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/omap/omap_vout_vrfb.h' (126,212) at 20240405153049481 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/Kconfig' (126,213) at 20210307214928438 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-octeon-platdrv.c' (126,214) at 20240405153048909 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2201.conf' (126,215) at 20230606080013598 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/ioprio.c' (126,216) at 20240405153046525 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/conf/fragments/test-fragment.conf' (126,217) at 20241221090017604 to deleted uid set 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/sequence_senders.hpp' (126,218) at 20241219090033968 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/pinning.h' (126,219) at 20240405153230707 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-include-libgen.h-for-basename-API.patch' (126,220) at 20240413080012695 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa9.inc' (126,221) at 20210905000020581 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-litesom.dtsi' (126,222) at 20210308005002588 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nsfs/.gitignore' (126,223) at 20210307214932698 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/dprc-driver.c' (126,224) at 20240405153046733 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad_git.bb' (126,225) at 20241221090017520 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch' (126,226) at 20241221090017532 2025-03-14 03:00:53.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/cdx/Kconfig' (126,227) at 20240405153052161 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/allwinner,sun50i-a64-codec-analog.yaml' (126,228) at 20240405153045161 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/tcp_server.c' (126,229) at 20241221090017576 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/iters.c' (126,230) at 20240830080013363 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/mt6397-regulator.h' (126,231) at 20210307214931498 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/or51211.h' (126,232) at 20210307214928634 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Kvm/KvmConsole.vue' (126,233) at 20241125090045228 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/visl/visl-dec.c' (126,234) at 20240405153049529 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/r852.h' (126,235) at 20210309003650492 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_hdmi.h' (126,236) at 20240405153048457 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/meson.build' (126,237) at 20240402080008906 to deleted uid set 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/max1668.rst' (126,238) at 20210307214925502 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/fan53555.h' (126,239) at 20210307214931494 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp_cpenable.S' (126,240) at 20210308005046533 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/esmt.c' (126,241) at 20240405153230879 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/sysfs_slave.c' (126,242) at 20220525020654103 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/i2c-pxa.h' (126,243) at 20210307214931474 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c' (126,244) at 20240405153230983 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/files/vchiq.sh' (126,245) at 20210307205554106 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/driver.h' (126,246) at 20220525020652947 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/export-incoming-iothread.out' (126,247) at 20221215040039366 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/soc_button_array.c' (126,248) at 20240405153230727 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-linecard.rst' (126,249) at 20240405153045237 2025-03-14 03:00:53.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/atf.c' (126,250) at 20210308005002944 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/debug.config' (126,251) at 20210307214926366 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h' (126,252) at 20210307214930542 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sony,acx565akm.yaml' (126,253) at 20240405153045045 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/xz_config.h' (126,254) at 20210307214926366 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso2c.h' (126,255) at 20240405153046369 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/email-clients.rst' (126,256) at 20240405153045245 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game-crates.inc' (126,257) at 20241206090014294 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest.cpp' (126,258) at 20240828080025979 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_vr3032u.h' (126,259) at 20210308005003592 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/signal.h' (126,260) at 20210307214931658 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btmtkuart.c' (126,261) at 20240405153230195 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vclk.c' (126,262) at 20210308005003532 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/dss/hdmi_common.c' (126,263) at 20210307214927978 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Virrat_Lappavuori' (126,264) at 20210307205553774 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/leds/leds-lp8860.c' (126,265) at 20240405153049221 to deleted uid set 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rsk7269_defconfig' (126,266) at 20210308005003276 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/rust/quick-start.rst' (126,267) at 20240405153229827 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/safec/safec_3.7.1.bb' (126,268) at 20220910030013353 2025-03-14 03:00:53.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2880/cxd2880_io.c' (126,269) at 20210307214928614 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c' (126,270) at 20240405153050109 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/MAINTAINERS' (126,271) at 20210308005002920 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/firmware.c' (126,272) at 20240405153050473 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_d.c' (126,273) at 20210308005046517 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/tps65086-restart.c' (126,274) at 20240405153051425 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/lpc32xx_ssp.c' (126,275) at 20210308005003492 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/pinmux.h' (126,276) at 20210308005002672 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx7ulp.c' (126,277) at 20240405153046785 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/convert_ip_to_dummy' (126,278) at 20221209040018571 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp1-3.dts' (126,279) at 20240405153045585 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/conntrackd.service' (126,280) at 20230811080018298 2025-03-14 03:00:53.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/nvme/host/nvme.h' (126,281) at 20241211090145473 to deleted uid set 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sockmap_pass_prog.c' (126,282) at 20240405153054277 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0001-fbida-Include-missing-sys-types.h.patch' (126,283) at 20230811080018302 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/lxt.c' (126,284) at 20210308005003440 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/caiaq/midi.h' (126,285) at 20210307214932442 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/nemora.hpp' (126,286) at 20230629131804627 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/atmel_logo_8bpp.h' (126,287) at 20210308005003696 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-gadmei-rm008z.c' (126,288) at 20210307214928782 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/glops.h' (126,289) at 20240613080016487 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_deflate/deflate.c' (126,290) at 20240405153053109 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/argparse_oe.py' (126,291) at 20220910030013437 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/alpha/include/asm/barrier.h' (126,292) at 20210307214932450 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32f746.dtsi' (126,293) at 20240405153229903 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_plat_data.c' (126,294) at 20220525020652294 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts' (126,295) at 20240405153229943 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/README' (126,296) at 20210308005002944 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/trace.h' (126,297) at 20210308005045885 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/7724/sdram.S' (126,298) at 20210307214926542 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_hdmi.c' (126,299) at 20210307214932270 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/cmm.c' (126,300) at 20240405153046221 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_cmds.h' (126,301) at 20240405153049433 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/Makefile' (126,302) at 20240405153048789 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_nand_defconfig' (126,303) at 20210308005003268 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/arndale.h' (126,304) at 20210308005003584 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/prog_run_opts.c' (126,305) at 20240405153054257 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-st.txt' (126,306) at 20210307214925398 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/gumstix.h' (126,307) at 20240405153045677 2025-03-14 03:00:53.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.h' (126,308) at 20220525020652891 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_asym_algs.c' (126,309) at 20240405153046957 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/124' (126,310) at 20240326080039730 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/hmac.h' (126,311) at 20210307214931310 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.env.ibm' (126,312) at 20240308090039431 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-vf610-mscm-ir.c' (126,313) at 20210307214928538 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-static-replicator.yaml' (126,314) at 20240405153045013 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mv643xx.h' (126,315) at 20220525020654595 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-smm-gateway_%.bbappend' (126,316) at 20241206090014214 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/sig_names.h' (126,317) at 20210307214932166 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mxc_ocotp.c' (126,318) at 20210308005003400 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/balloc.c' (126,319) at 20241011080017355 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/ti_sci_proc.h' (126,320) at 20210309003652220 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/sdbus-asio.cpp' (126,321) at 20230513080027502 2025-03-14 03:00:53.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/authentication.c' (126,322) at 20240405153051813 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/display5_factory_defconfig' (126,323) at 20210308005003256 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/maxim,max77686.yaml' (126,324) at 20240405153045105 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/virt_ctrl.h' (126,325) at 20230426080043764 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/Kconfig' (126,326) at 20210308005003032 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/bluefield_edac.c' (126,327) at 20241211090145405 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ContainerCollection_v1.xml' (126,328) at 20240619080002920 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-elkhartlake.c' (126,329) at 20240405153047073 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb' (126,330) at 20240831080017004 to deleted uid set 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/crop/crop_1.0/ia_css_crop_types.h' (126,331) at 20210307214930554 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rt5033.c' (126,332) at 20241211090145453 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/setup.h' (126,333) at 20240405153229979 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/octeon_mem_ops.h' (126,334) at 20210307214929354 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/sp8870.h' (126,335) at 20220525020654131 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/config.common' (126,336) at 20240405153232267 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/runstate-action.c' (126,337) at 20240326080039634 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mp.h' (126,338) at 20210308005002640 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/display7seg.c' (126,339) at 20240405153231383 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pctv-sedna.c' (126,340) at 20210307214928782 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/syscall_32.tbl' (126,341) at 20241211090212378 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-predefined.err' (126,342) at 20210927100127469 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/jump2ipl.c' (126,343) at 20241211090212442 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch' (126,344) at 20241206090014262 to deleted uid set 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_interface_core.c' (126,345) at 20240405153053413 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/vitesse-vsc73xx-platform.c' (126,346) at 20240405153049765 2025-03-14 03:00:53.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-g12a-periphs.yaml' (126,347) at 20240405153229787 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi6205.c' (126,348) at 20240405153053517 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-Cable-EIA-542-IRC-center_frequencies-QAM256' (126,349) at 20210307205553754 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_mipi_dsi.c' (126,350) at 20240613080016403 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/io_uring_zerocopy_tx.c' (126,351) at 20240405153054345 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/link.h' (126,352) at 20240405153230415 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_phy.c' (126,353) at 20240405153050453 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/common.c' (126,354) at 20240405153051409 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/witherspoon-tacoma/server.ttyVUART0.conf' (126,355) at 20230512080018777 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/install_db.service' (126,356) at 20210307205553890 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateCollection.json' (126,357) at 20240619080002944 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tehuti/tehuti.h' (126,358) at 20210307214929650 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/juno.md' (126,359) at 20220804030014667 2025-03-14 03:00:53.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/i2c_interface.hpp' (126,360) at 20241025080030538 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpfilter/bpfilter_umh_blob.S' (126,361) at 20210309003654292 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/af_nfc.c' (126,362) at 20220525020654883 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/utils/sshcontrol.py' (126,363) at 20210307205554450 to deleted uid set 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/va_high_addr_switch.c' (126,364) at 20240405153232275 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/utils.c' (126,365) at 20240405153053941 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Styrsjobo' (126,366) at 20210307205553790 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/Makefile' (126,367) at 20240405153054301 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch' (126,368) at 20241221090017680 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/ptrace_32.h' (126,369) at 20210307214926550 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/kgdb.c' (126,370) at 20210309003648980 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/acompress.h' (126,371) at 20240405153052621 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_main.h' (126,372) at 20240405153049809 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/efx_channels.h' (126,373) at 20240405153050261 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.2.bb' (126,374) at 20220402030016039 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml' (126,375) at 20241211090145365 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/genelf_debug.c' (126,376) at 20240405153054193 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sys_proto.h' (126,377) at 20210308005002664 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend' (126,378) at 20210812000025266 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c' (126,379) at 20210308005002832 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.6.bb' (126,380) at 20240302090018206 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_encoder_dsi.c' (126,381) at 20240405153230587 2025-03-14 03:00:53.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/option.h' (126,382) at 20240906080037344 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/mps2-uart.c' (126,383) at 20240405153231515 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/README' (126,384) at 20210308005002964 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml' (126,385) at 20240405153045129 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_fsl_elbc_gpcm.c' (126,386) at 20240405153052033 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/inode.c' (126,387) at 20210307214931002 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCComputerSystem.v1_0_0.json' (126,388) at 20240724080002903 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/Kconfig' (126,389) at 20210308005002788 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/dev_core.c' (126,390) at 20240405153051813 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/compiler.h' (126,391) at 20240405153054049 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/block-coroutine-wrapper.py' (126,392) at 20240906080037440 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-base.err' (126,393) at 20220429100100882 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/stub_64.S' (126,394) at 20220525020652194 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_h.c' (126,395) at 20210308005046517 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/uthash_2.3.0.bb' (126,396) at 20220204040022532 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface_acpi_notify.c' (126,397) at 20240405153051393 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/netvsc.c' (126,398) at 20240520080015163 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/global_nvs.h' (126,399) at 20210308005002876 2025-03-14 03:00:53.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/sa1111ps2.c' (126,400) at 20240405153049157 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/pdc_stable.c' (126,401) at 20240405153051217 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-smdk5250.dts' (126,402) at 20240405153045569 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/obs600.dts' (126,403) at 20210307214926358 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/config.mk' (126,404) at 20210308005003056 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.h' (126,405) at 20220525020653651 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3' (126,406) at 20210307205554390 to deleted uid set 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua_5.4.7.bb' (126,407) at 20241221090017664 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-1.2' (126,408) at 20210307205554414 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/Makefile' (126,409) at 20210308005002772 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/bsc9132qds.dts' (126,410) at 20210307214926342 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/memmove.S' (126,411) at 20240405153230095 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/generated/enums/session.hpp' (126,412) at 20231024080003368 to deleted uid set 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600_spl.h' (126,413) at 20230302090047762 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/files/run-ptest' (126,414) at 20210307205553886 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features.c' (126,415) at 20240906080037528 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb' (126,416) at 20241221090017552 to deleted uid set 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/elan_i2c_core.c' (126,417) at 20240805080013959 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/tools/relocs_check.sh' (126,418) at 20240405153046265 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/am35x_def.h' (126,419) at 20210308005002656 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/__init__.py' (126,420) at 20210307205554238 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/maintainer-soc.rst' (126,421) at 20240405153229827 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/CoWW+poonceonce.litmus' (126,422) at 20210307214932502 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/armada-390-db.dts' (126,423) at 20240405153045449 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5282EVB.h' (126,424) at 20210308005003576 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/dcn3_cm_drm_current.svg' (126,425) at 20240405153045213 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/sse1.c' (126,426) at 20210307214931814 2025-03-14 03:00:53.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch' (126,427) at 20241221090017668 to deleted uid set 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.69.0.bb' (126,428) at 20250213090022264 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0005-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch' (126,429) at 20250213090022256 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb' (126,430) at 20250213090022268 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/ipc.c' (126,431) at 20250213090020464 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-baremetal.inc' (126,432) at 20250213090022292 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb' (126,433) at 20250213090022240 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0-initial_2.82.4.bb' (126,434) at 20250213090022300 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/fix-arm-atomic.patch' (126,435) at 20250213090022248 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb' (126,436) at 20250213090022316 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0020-se-proxy-protobuf-change.patch' (126,437) at 20250213090022232 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-six_1.17.0.bb' (126,438) at 20250213090022316 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/landlock/sandboxer.c' (126,439) at 20250213090020456 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cerberus_1.3.7.bb' (126,440) at 20250213090022260 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb' (126,441) at 20250213090022296 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify_git.bb' (126,442) at 20250213090022264 2025-03-14 03:00:53.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gomod.py' (126,443) at 20250213090022276 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit_20250104-3.1.bb' (126,444) at 20250213090022316 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb' (126,445) at 20250213090022268 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/clients/pps_parport.c' (126,446) at 20250213090020404 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux_2.40.2.bb' (126,447) at 20250213090022308 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch' (126,448) at 20250213090022312 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-Link-with-icu-uc-to-fix-build-with-ICU-76.patch' (126,449) at 20250213090022252 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/edid-decode_git.bb' (126,450) at 20250213090022256 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt.inc' (126,451) at 20250213090022304 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb' (126,452) at 20250213090022264 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/conf/distro/harden.conf' (126,453) at 20250213090022272 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/features.rst' (126,454) at 20250213090022284 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/readdir.c' (126,455) at 20250213090020420 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libbsd/libbsd_0.12.2.bb' (126,456) at 20250213090022328 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-top.c' (126,457) at 20250213090020464 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb' (126,458) at 20250213090022264 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/rxrpc.c' (126,459) at 20250213090020416 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb' (126,460) at 20250213090022260 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/newlib.inc' (126,461) at 20250213090022308 2025-03-14 03:00:53.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/layer.conf' (126,462) at 20250213090022232 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xive/spapr.c' (126,463) at 20250213090019876 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/dir.c' (126,464) at 20250213090020416 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/qemu.bbclass' (126,465) at 20250213090022292 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.bb' (126,466) at 20250213090022256 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0004-Do-not-specify-PIE-flag-explicitly.patch' (126,467) at 20250213090022240 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/stress-ng_0.18.08.bb' (126,468) at 20250213090022324 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/devtool.py' (126,469) at 20250213090022296 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/frr_10.2.1.bb' (126,470) at 20250213090022240 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-pci.c' (126,471) at 20250213090041345 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross.inc' (126,472) at 20250213090022312 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-alt.yml' (126,473) at 20250213090022272 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb' (126,474) at 20250213090022264 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch' (126,475) at 20250213090022312 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/poison.bb' (126,476) at 20250213090022288 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/command.py' (126,477) at 20250213090022272 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler.dtsi' (126,478) at 20250213090019864 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe.h' (126,479) at 20250213090020356 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytz_2024.2.bb' (126,480) at 20250213090022316 2025-03-14 03:00:53.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb' (126,481) at 20250213090022264 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc' (126,482) at 20250213090022232 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch' (126,483) at 20250213090022312 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0004-nss-disable-Wvarargs-with-clang.patch' (126,484) at 20250213090022256 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb' (126,485) at 20250213090022264 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/conf/distro/include/maintainers-meta-tpm.inc' (126,486) at 20250213090022272 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa.inc' (126,487) at 20250213090022324 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/efi-disk-no-swap.wks.in' (126,488) at 20250213090022232 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.inc' (126,489) at 20250213090022256 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/bash-completion/bash-completion_2.16.0.bb' (126,490) at 20250213090022328 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_rbtree.c' (126,491) at 20250213090020452 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/sysrq.c' (126,492) at 20250213090020408 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb' (126,493) at 20250213090022264 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot-native_257.1.bb' (126,494) at 20250213090022308 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb' (126,495) at 20250213090022264 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/pca953x.h' (126,496) at 20250213090020428 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/zlib-off64_t.patch' (126,497) at 20250213090022320 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.3.bb' (126,498) at 20250213090022324 2025-03-14 03:00:53.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb' (126,499) at 20250213090022240 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c' (126,500) at 20250213090020392 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb' (126,501) at 20250213090022268 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-can_4.4.2.bb' (126,502) at 20250213090022260 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/dw-i3c-master.c' (126,503) at 20250213090020284 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule.inc' (126,504) at 20250213090022252 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb' (126,505) at 20250213090022268 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/machine/mtjade.conf' (126,506) at 20250213090022228 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/base.bbclass' (126,507) at 20250213090022288 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/utils.py' (126,508) at 20250213090022276 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ssif_bmc.c' (126,509) at 20250213090019984 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0003-php-remove-host-specific-info-from-header-file.patch' (126,510) at 20250213090022248 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb' (126,511) at 20250213090022324 2025-03-14 03:00:53.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb' (126,512) at 20250213090022240 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/protocol.h' (126,513) at 20250213090020452 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyze-migration.py' (126,514) at 20250213090041349 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0002-nss-no-rpath-for-cross-compiling.patch' (126,515) at 20250213090022256 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/of.h' (126,516) at 20250213090020428 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/pci.c' (126,517) at 20250213090020392 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb' (126,518) at 20250213090022264 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_factory.hpp' (126,519) at 20250213090028576 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_debian_unattended.py' (126,520) at 20250213090022232 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ti_am335x_tscadc.c' (126,521) at 20250213090020372 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb' (126,522) at 20250213090022264 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/samsung_pwm_timer.c' (126,523) at 20250213090020072 2025-03-14 03:00:53.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/kvm_websocket.hpp' (126,524) at 20250213090002824 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb' (126,525) at 20250213090022248 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/.gitlab-ci.yml' (126,526) at 20250213090022232 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h' (126,527) at 20250213090020392 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/rose_timer.c' (126,528) at 20250213090020452 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch' (126,529) at 20250213090022324 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cxxopts/cxxopts_3.2.1.bb' (126,530) at 20250213090022256 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/genksyms.c' (126,531) at 20250213090020456 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb' (126,532) at 20250213090022268 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-booleanpy_4.0.bb' (126,533) at 20250213090022316 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-schematic-init' (126,534) at 20250213090022236 2025-03-14 03:00:53.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/CVE-2018-19518.patch' (126,535) at 20250213090022252 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/pm.c' (126,536) at 20250213090019860 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/pps.c' (126,537) at 20250213090020404 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_fanboard_adc_max.json' (126,538) at 20250213090005012 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb' (126,539) at 20250213090022324 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/time64.inc' (126,540) at 20250213090022292 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb' (126,541) at 20250213090022264 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/os-release/os-release.bb' (126,542) at 20250213090022308 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb' (126,543) at 20250213090022264 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8516.dtsi' (126,544) at 20250213090019860 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/kmsxx_git.bb' (126,545) at 20250213090022244 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/analogbits/wrpll-cln28hpc.c' (126,546) at 20250213090019984 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.69.0.bb' (126,547) at 20250213090022264 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_vec.c.inc' (126,548) at 20250213090041357 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb' (126,549) at 20250213090022252 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb' (126,550) at 20250213090022324 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb' (126,551) at 20250213090022264 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch' (126,552) at 20250213090022312 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/net.c' (126,553) at 20250213090041349 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-schematic-init.service' (126,554) at 20250213090022236 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/go-vendor.bbclass' (126,555) at 20250213090022292 2025-03-14 03:00:53.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/conf/multilib-example.conf' (126,556) at 20250213090022288 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.0.10.bb' (126,557) at 20250213090022260 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3_3.6.1.0.bb' (126,558) at 20250213090022240 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream_1.0.4.bb' (126,559) at 20250213090022328 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb' (126,560) at 20250213090022316 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch' (126,561) at 20250213090022236 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb' (126,562) at 20250213090022240 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb' (126,563) at 20250213090022312 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb' (126,564) at 20250213090022268 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb' (126,565) at 20250213090022260 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/l3afpad/l3afpad_git.bb' (126,566) at 20250213090022328 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dtso' (126,567) at 20250213090019868 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl_3.4.0.bb' (126,568) at 20250213090022300 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qcs404.dtsi' (126,569) at 20250213090019864 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/power/platform.c' (126,570) at 20250213090019872 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/padata.c' (126,571) at 20250213090020432 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch' (126,572) at 20250213090022308 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/systemd_%.bbappend' (126,573) at 20250213090022272 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/0004-src-Do-not-reset-FINAL_LIBS.patch' (126,574) at 20250213090022252 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/afs.h' (126,575) at 20250213090020428 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/imx/imx-media-of.c' (126,576) at 20250213090020408 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-sources.inc' (126,577) at 20250213090022300 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-common.c' (126,578) at 20250213090041341 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/qa-checks.rst' (126,579) at 20250213090022284 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb' (126,580) at 20250213090022260 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_0.46.bb' (126,581) at 20250213090022256 2025-03-14 03:00:53.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi' (126,582) at 20250213090019864 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ima.py' (126,583) at 20250213090022272 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ax25.h' (126,584) at 20250213090020428 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-build' (126,585) at 20250213090022332 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c' (126,586) at 20250213090020108 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/iguanair.c' (126,587) at 20250213090020368 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916.dtsi' (126,588) at 20250213090019864 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/clients/pps-gpio.c' (126,589) at 20250213090020404 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996.dtsi' (126,590) at 20250213090019864 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/use-pkgconfig.patch' (126,591) at 20250213090022300 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dirty-equals_0.9.0.bb' (126,592) at 20250213090022260 2025-03-14 03:00:53.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-zynq-qspi.c' (126,593) at 20250213090020408 2025-03-14 03:00:53.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_tables.h' (126,594) at 20250213090020428 2025-03-14 03:00:53.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srp/ib_srp.c' (126,595) at 20250213090020364 2025-03-14 03:00:53.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/recipe-style-guide.rst' (126,596) at 20250213090022276 2025-03-14 03:00:53.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/pstore/blk.c' (126,597) at 20250213090020420 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb' (126,598) at 20250213090022236 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.1.bb' (126,599) at 20250213090022244 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/standard.py' (126,600) at 20250213090022328 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb' (126,601) at 20250213090022260 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-util.configure-fix-one-occasionally-reproduced-confi.patch' (126,602) at 20250213090022252 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0007-Actually-fail-when-error-occurs-in-parseFormat.patch' (126,603) at 20250213090022256 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb' (126,604) at 20250213090022268 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb' (126,605) at 20250213090022236 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qru1000-idp.dts' (126,606) at 20250213090019864 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst' (126,607) at 20250213090022272 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost-1.86.0.inc' (126,608) at 20250213090022328 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/aspeed.py' (126,609) at 20250213090041361 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/lldpd_1.0.19.bb' (126,610) at 20250213090022240 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/image-fitimage.conf' (126,611) at 20250213090022292 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb' (126,612) at 20250213090022268 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/redis.conf' (126,613) at 20250213090022252 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-stm32.c' (126,614) at 20250213090020404 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb' (126,615) at 20250213090022260 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/plugin-gen.c' (126,616) at 20250213090041341 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb' (126,617) at 20250213090022264 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/classextend.py' (126,618) at 20250213090022292 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/CVE-2024-7539.patch' (126,619) at 20250213090022300 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64-musl.yml' (126,620) at 20250213090022272 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_rainier.py' (126,621) at 20250213090041365 2025-03-14 03:00:53.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb' (126,622) at 20250213090022260 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb' (126,623) at 20250213090022268 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.1.bb' (126,624) at 20250213090022260 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch' (126,625) at 20250213090022300 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch' (126,626) at 20250213090022328 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp' (126,627) at 20250213090002828 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/new-recipe.rst' (126,628) at 20250213090022280 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8280xp.dtsi' (126,629) at 20250213090019868 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-virtio-ccw.c' (126,630) at 20250213090041345 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb' (126,631) at 20250213090022316 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/emlog.initd' (126,632) at 20250213090022248 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch' (126,633) at 20250213090022308 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch' (126,634) at 20250213090022328 2025-03-14 03:00:53.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb' (126,635) at 20250213090022268 2025-03-14 03:00:53.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/kvm-all.c' (126,636) at 20250213090041341 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_tables_api.c' (126,637) at 20250213090020452 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb' (126,638) at 20250213090022260 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/arizona.c' (126,639) at 20250213090020460 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ddrescue_1.29.bb' (126,640) at 20250213090022252 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_ext.bbclass' (126,641) at 20250213090022288 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/cmpxchg.h' (126,642) at 20250213090019872 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_46.0.bb' (126,643) at 20250213090022236 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/lynis/lynis_3.1.4.bb' (126,644) at 20250213090022272 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-serial-test.c' (126,645) at 20250213090041365 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb' (126,646) at 20250213090022324 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ctags_6.1.20250119.0.bb' (126,647) at 20250213090022248 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb' (126,648) at 20250213090022264 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/msix.c' (126,649) at 20250213090041345 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/tcpm.h' (126,650) at 20250213090020428 2025-03-14 03:00:53.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch' (126,651) at 20250213090022308 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8186.dtsi' (126,652) at 20250213090019860 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-samsung.c' (126,653) at 20250213090020404 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/board-nokia770.c' (126,654) at 20250213090019860 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h' (126,655) at 20250213090020276 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch' (126,656) at 20250213090022320 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/inetpeer.c' (126,657) at 20250213090020444 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/freeipmi_1.6.15.bb' (126,658) at 20250213090022256 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb' (126,659) at 20250213090022316 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf-shell-image.bb' (126,660) at 20250213090022308 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0002-Fix-build-failure-on-x86_64.patch' (126,661) at 20250213090022256 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgit2/libgit2_1.9.0.bb' (126,662) at 20250213090022328 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-dev.bb' (126,663) at 20250213090022324 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gem.c' (126,664) at 20250213090020232 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1/0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch' (126,665) at 20250213090022240 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-debian.yml' (126,666) at 20250213090022232 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/procps/procps_4.0.5.bb' (126,667) at 20250213090022324 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-python-pytest.bbclass' (126,668) at 20250213090022288 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb' (126,669) at 20250213090022252 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-drc02.dtsi' (126,670) at 20250213090019856 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb' (126,671) at 20250213090022316 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/power_button.cpp' (126,672) at 20250213090028576 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_2.0.0.bb' (126,673) at 20250213090022316 2025-03-14 03:00:53.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vector.c' (126,674) at 20250213090019876 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0006-ext-phar-Makefile.frag-Fix-phar-packaging.patch' (126,675) at 20250213090022248 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/rust.py' (126,676) at 20250213090022296 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.0.bb' (126,677) at 20250213090022268 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Set-RPM_PLUGINDIR-in-top-level-CMakeLists.txt.patch' (126,678) at 20250213090022320 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/x86_64-softmmu.mak' (126,679) at 20250213090041341 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle_3.10.1.bb' (126,680) at 20250213090022328 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb' (126,681) at 20250213090022268 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb' (126,682) at 20250213090022316 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend' (126,683) at 20250213090022236 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb-native_11.4.4.bb' (126,684) at 20250213090022248 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch' (126,685) at 20250213090022308 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson_1.7.0.bb' (126,686) at 20250213090022316 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb' (126,687) at 20250213090022256 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch' (126,688) at 20250213090022300 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyppmd_1.1.1.bb' (126,689) at 20250213090022264 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/timezone/timezone.inc' (126,690) at 20250213090022324 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb' (126,691) at 20250213090022268 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb' (126,692) at 20250213090022316 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs_netdev.c' (126,693) at 20250213090020448 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb' (126,694) at 20250213090022264 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb' (126,695) at 20250213090022268 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb' (126,696) at 20250213090022260 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0024-undef-stdin-for-references-using-stdin-as-a-struct-m.patch' (126,697) at 20250213090022308 2025-03-14 03:00:53.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch' (126,698) at 20250213090022248 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-build.c' (126,699) at 20250213090041341 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/CVE-2023-34194.patch' (126,700) at 20250213090022256 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-trace.c' (126,701) at 20250213090020468 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb' (126,702) at 20250213090022268 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb' (126,703) at 20250213090022260 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/oem_event_manager.cpp' (126,704) at 20250213090040057 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markdown_3.7.bb' (126,705) at 20250213090022316 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gbs.dts' (126,706) at 20250213090019856 2025-03-14 03:00:53.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss_3.107.bb' (126,707) at 20250213090022256 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c' (126,708) at 20250213090020380 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-k210.c' (126,709) at 20250213090020400 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi' (126,710) at 20250213090019864 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bbconfigbuild/configfragments.py' (126,711) at 20250213090022292 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb' (126,712) at 20250213090022272 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/segment.c' (126,713) at 20250213090020420 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0007-Use-uintmax_t-for-handling-rlim_t.patch' (126,714) at 20250213090022308 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json' (126,715) at 20250213090022232 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb' (126,716) at 20250213090022260 2025-03-14 03:00:53.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0008-ext-imap-config.m4-fix-include-paths.patch' (126,717) at 20250213090022248 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb' (126,718) at 20250213090022264 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb' (126,719) at 20250213090022324 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb' (126,720) at 20250213090022264 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb' (126,721) at 20250213090022260 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.69.0.bb' (126,722) at 20250213090022264 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-inject_git.bb' (126,723) at 20250213090022256 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/fitimage.bbclass' (126,724) at 20250213090022244 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch' (126,725) at 20250213090022260 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.8.bb' (126,726) at 20250213090022260 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiosignal_1.3.2.bb' (126,727) at 20250213090022260 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/rsync_3.4.1.bb' (126,728) at 20250213090022320 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-1.22.11.inc' (126,729) at 20250213090022312 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb' (126,730) at 20250213090022236 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch' (126,731) at 20250213090022248 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb' (126,732) at 20250213090022272 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/vmstate-types.c' (126,733) at 20250213090041349 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb' (126,734) at 20250213090022236 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0023-include-signal.h-to-avoid-the-undeclared-error.patch' (126,735) at 20250213090022308 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/main.c' (126,736) at 20250213090020396 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb' (126,737) at 20250213090022260 2025-03-14 03:00:53.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (126,738) at 20250213090022236 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/utils.py' (126,739) at 20250213090022276 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb' (126,740) at 20250213090022260 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow_4.17.1.bb' (126,741) at 20250213090022324 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/deprecated.rst' (126,742) at 20250213090041341 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb' (126,743) at 20250213090022272 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad/208.patch' (126,744) at 20250213090022264 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch' (126,745) at 20250213090022328 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch' (126,746) at 20250213090022328 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb' (126,747) at 20250213090022268 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.3.bb' (126,748) at 20250213090022244 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper_0.11.2.bb' (126,749) at 20250213090022260 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_0_sm8250.h' (126,750) at 20250213090020232 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kallsyms.h' (126,751) at 20250213090020424 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-git_3.1.43.bb' (126,752) at 20250213090022316 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c' (126,753) at 20250213090020232 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/hyperbus/hbmc-am654.c' (126,754) at 20250213090020372 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb' (126,755) at 20250213090022260 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/expr.c' (126,756) at 20250213090020468 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/user-target.c' (126,757) at 20250213090041341 2025-03-14 03:00:53.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb' (126,758) at 20250213090022268 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-deassert@.service' (126,759) at 20250213090022236 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb' (126,760) at 20250213090022316 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/of_regulator.c' (126,761) at 20250213090020404 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb' (126,762) at 20250213090022268 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/driver-ops.h' (126,763) at 20250213090020448 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas/disable-lgi-check.patch' (126,764) at 20250213090022240 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr_1.7.5.bb' (126,765) at 20250213090022328 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/mem_helper.c' (126,766) at 20250213090041357 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.4.bb' (126,767) at 20250213090022260 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch' (126,768) at 20250213090022300 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.3.bb' (126,769) at 20250213090022256 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb' (126,770) at 20250213090022264 2025-03-14 03:00:53.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_crypto.h' (126,771) at 20250213090020108 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee_0.20.8.bb' (126,772) at 20250213090022248 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_palmetto.py' (126,773) at 20250213090041365 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb' (126,774) at 20250213090022328 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c' (126,775) at 20250213090020380 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tcmode-default.inc' (126,776) at 20250213090022292 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.h' (126,777) at 20250213090020232 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/cve_check.py' (126,778) at 20250213090022296 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian_1.22.11.bb' (126,779) at 20250213090022312 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb' (126,780) at 20250213090022316 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb' (126,781) at 20250213090022260 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/ti-sysc.c' (126,782) at 20250213090019880 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb' (126,783) at 20250213090022260 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.inc' (126,784) at 20250213090022252 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.1.0.bb' (126,785) at 20250213090022260 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch' (126,786) at 20250213090022324 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv_4.10.0.bb' (126,787) at 20250213090022256 2025-03-14 03:00:53.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.0.bb' (126,788) at 20250213090022268 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ralink/clk-mtmips.c' (126,789) at 20250213090020072 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0004-Always-check-the-number-of-coefficients.patch' (126,790) at 20250213090022256 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb' (126,791) at 20250213090022268 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/kapi.c' (126,792) at 20250213090020404 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross_16.1.bb' (126,793) at 20250213090022312 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygments_2.19.0.bb' (126,794) at 20250213090022316 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpci.c' (126,795) at 20250213090020412 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/kvm.h' (126,796) at 20250213090041345 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop.h' (126,797) at 20250213090020252 2025-03-14 03:00:53.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/diffoscope/diffoscope_284.bb' (126,798) at 20250213090022328 2025-03-14 03:00:53.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-odyssey-10.json' (126,799) at 20250213090025476 2025-03-14 03:00:53.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp' (126,800) at 20250213090002828 2025-03-14 03:00:53.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb' (126,801) at 20250213090022324 2025-03-14 03:00:53.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/core.c' (126,802) at 20250213090020400 2025-03-14 03:00:53.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb' (126,803) at 20250213090022260 2025-03-14 03:00:53.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect_5.45.4.bb' (126,804) at 20250213090022312 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake_3.31.4.bb' (126,805) at 20250213090022260 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-setuptools_75.5.0.20241120.bb' (126,806) at 20250213090022268 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb' (126,807) at 20250213090022240 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq.c' (126,808) at 20250213090020472 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb' (126,809) at 20250213090022308 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb' (126,810) at 20250213090022240 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-only.bb' (126,811) at 20250213090022288 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi' (126,812) at 20250213090019860 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/reparse.c' (126,813) at 20250213090020420 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/CVE-2021-42260.patch' (126,814) at 20250213090022256 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomli-w_1.1.0.bb' (126,815) at 20250213090022268 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch' (126,816) at 20250213090022248 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch_3.8.2.bb' (126,817) at 20250213090022240 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/go-examples/go-helloworld_0.1.bb' (126,818) at 20250213090022324 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb' (126,819) at 20250213090022324 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc7400.inc' (126,820) at 20250213090022292 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/run-ptest' (126,821) at 20250213090022320 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt_11.1.1.bb' (126,822) at 20250213090022312 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Add-missing-includes-cstdint-and-cstdio.patch' (126,823) at 20250213090022248 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib.inc' (126,824) at 20250213090022304 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/cpufreq_schedutil.c' (126,825) at 20250213090020432 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb' (126,826) at 20250213090022268 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_ip.c' (126,827) at 20250213090020440 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb' (126,828) at 20250213090022264 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-nocomp.c' (126,829) at 20250213090041349 2025-03-14 03:00:53.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0006-config-nspr-config.in-don-t-pass-LDFLAGS.patch' (126,830) at 20250213090022256 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb' (126,831) at 20250213090022316 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a64.c' (126,832) at 20250213090020072 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-path_17.1.0.bb' (126,833) at 20250213090022264 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb' (126,834) at 20250213090022316 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb' (126,835) at 20250213090022316 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch' (126,836) at 20250213090022320 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-sched_stat_runtime-changed-in-Linux-6.6.66.patch' (126,837) at 20250213090022324 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_core.c' (126,838) at 20250213090020404 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot_257.1.bb' (126,839) at 20250213090022308 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.4.bb' (126,840) at 20250213090022264 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/Drop-use-of-error-h.patch' (126,841) at 20250213090022248 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_flow_offload.c' (126,842) at 20250213090020452 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb' (126,843) at 20250213090022324 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb' (126,844) at 20250213090022264 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb' (126,845) at 20250213090022268 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb' (126,846) at 20250213090022264 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi' (126,847) at 20250213090019872 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch' (126,848) at 20250213090022320 2025-03-14 03:00:53.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb' (126,849) at 20250213090022260 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/usb.c' (126,850) at 20250213090020396 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb' (126,851) at 20250213090022268 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb' (126,852) at 20250213090022316 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb' (126,853) at 20250213090022260 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/CVE-2014-3618.patch' (126,854) at 20250213090022260 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/options.c' (126,855) at 20250213090020448 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/rmnet.patch' (126,856) at 20250213090022300 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/bcreategroup.bb' (126,857) at 20250213090022288 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk4_4.16.12.bb' (126,858) at 20250213090022324 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts' (126,859) at 20250213090019860 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/bitbake.conf' (126,860) at 20250213090022292 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mroute_base.h' (126,861) at 20250213090020424 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/dir.c' (126,862) at 20250213090020412 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch' (126,863) at 20250213090022256 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64_1.0.1.bb' (126,864) at 20250213090022264 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin-crates.inc' (126,865) at 20250213090022316 2025-03-14 03:00:53.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb' (126,866) at 20250213090022264 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk.c' (126,867) at 20250213090019988 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0004-add-fallback-parse_printf_format-implementation.patch' (126,868) at 20250213090022308 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb' (126,869) at 20250213090022260 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb' (126,870) at 20250213090022304 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb' (126,871) at 20250213090022240 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb' (126,872) at 20250213090022260 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu.inc' (126,873) at 20250213090022316 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched.h' (126,874) at 20250213090020428 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-brcmstb.c' (126,875) at 20250213090020112 2025-03-14 03:00:53.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit_46.2.bb' (126,876) at 20250213090022236 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128_128.5.2.bb' (126,877) at 20250213090022252 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mac.c' (126,878) at 20250213090020392 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_fill_link_info.c' (126,879) at 20250213090020472 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0004-tcl-update-the-header-location.patch' (126,880) at 20250213090022320 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sh_2.2.1.bb' (126,881) at 20250213090022268 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h' (126,882) at 20250213090020392 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-tests-autopoint-3-unset-MAKEFLAGS.patch' (126,883) at 20250213090022300 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/af_smc.c' (126,884) at 20250213090020456 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip.inc' (126,885) at 20250213090022324 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-qpl.c' (126,886) at 20250213090041349 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/variables.rst' (126,887) at 20250213090022284 2025-03-14 03:00:53.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-db/files/flex.patch' (126,888) at 20250213090022324 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/genhd.c' (126,889) at 20250213090019876 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/apparmor_4.0.3.bb' (126,890) at 20250213090022272 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch' (126,891) at 20250213090022328 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch' (126,892) at 20250213090022320 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybcj_1.0.3.bb' (126,893) at 20250213090022264 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_out.c' (126,894) at 20250213090020440 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/znc/znc_1.8.2.bb' (126,895) at 20250213090022240 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0003-Add-nios2-support.patch' (126,896) at 20250213090022256 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.2.rst' (126,897) at 20250213090022280 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch' (126,898) at 20250213090022328 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/tasks.rst' (126,899) at 20250213090022284 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/serial-tests-config.patch' (126,900) at 20250213090022300 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_main.c' (126,901) at 20250213090020384 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb' (126,902) at 20250213090022260 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel.bbclass' (126,903) at 20250213090022288 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb' (126,904) at 20250213090022248 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/achware.h' (126,905) at 20250213090019876 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-conf.c' (126,906) at 20250213090019984 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/CVE-2023-43361.patch' (126,907) at 20250213090022240 2025-03-14 03:00:53.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch' (126,908) at 20250213090022256 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-gitdb_4.0.12.bb' (126,909) at 20250213090022316 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0001-ip-rearrange-and-prune-header-files.patch' (126,910) at 20250213090022300 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb' (126,911) at 20250213090022316 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-x86-64-v3.inc' (126,912) at 20250213090022292 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.2.bb' (126,913) at 20250213090022260 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0019-errno-util-Make-STRERROR-portable-for-musl.patch' (126,914) at 20250213090022308 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb' (126,915) at 20250213090022316 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.6.bb' (126,916) at 20250213090022260 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb' (126,917) at 20250213090022256 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf.bb' (126,918) at 20250213090022324 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo.bbclass' (126,919) at 20250213090022288 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb' (126,920) at 20250213090022244 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb' (126,921) at 20250213090022316 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.37.bb' (126,922) at 20250213090022308 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go_1.22.11.bb' (126,923) at 20250213090022316 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi' (126,924) at 20250213090019860 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch' (126,925) at 20250213090022316 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod_2.2.3.bb' (126,926) at 20250213090022264 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb' (126,927) at 20250213090022268 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_1.5.0.bb' (126,928) at 20250213090022256 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_4.2.17.bb' (126,929) at 20250213090022260 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg_2.5.2.bb' (126,930) at 20250213090022328 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-deps-disable-io_uring-support-in-libuv.patch' (126,931) at 20250213090022248 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python3native.bbclass' (126,932) at 20250213090022292 2025-03-14 03:00:53.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/cxl_type3.c' (126,933) at 20250213090041345 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd_3.6.6.bb' (126,934) at 20250213090022300 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit_5.34.4.bb' (126,935) at 20250213090022256 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm4450.dtsi' (126,936) at 20250213090019868 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch' (126,937) at 20250213090022328 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb' (126,938) at 20250213090022264 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework_7.2.bb' (126,939) at 20250213090022268 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/acreategroup.bb' (126,940) at 20250213090022288 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb_11.4.4.bb' (126,941) at 20250213090022248 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb' (126,942) at 20250213090022260 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest_8.3.4.bb' (126,943) at 20250213090022316 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb' (126,944) at 20250213090022252 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb' (126,945) at 20250213090022264 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-keyfile_0.8.0.bb' (126,946) at 20250213090022260 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb' (126,947) at 20250213090022324 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb' (126,948) at 20250213090022256 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb' (126,949) at 20250213090022264 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb' (126,950) at 20250213090022324 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb' (126,951) at 20250213090022300 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb' (126,952) at 20250213090022268 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/7zip_24.09.bb' (126,953) at 20250213090022252 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_qp.c' (126,954) at 20250213090020360 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch' (126,955) at 20250213090022264 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb' (126,956) at 20250213090022252 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb' (126,957) at 20250213090022260 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tinfoil.py' (126,958) at 20250213090022276 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/uring_cmd.c' (126,959) at 20250213090020432 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_base.bbclass' (126,960) at 20250213090022288 2025-03-14 03:00:53.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb' (126,961) at 20250213090022304 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/internals.h' (126,962) at 20250213090020432 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/parse.y' (126,963) at 20250213090020460 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fec_main.c' (126,964) at 20250213090020376 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb' (126,965) at 20250213090022236 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch' (126,966) at 20250213090022248 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-schedule_1.2.2.bb' (126,967) at 20250213090022268 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst' (126,968) at 20250213090022272 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/critical-leak-detect-assert@.service' (126,969) at 20250213090022232 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/udp_tunnels.c' (126,970) at 20250213090020384 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/.gitlab-ci.yml' (126,971) at 20250213090022272 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/atmel/soc.c' (126,972) at 20250213090020408 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf_1.1.bb' (126,973) at 20250213090022308 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb' (126,974) at 20250213090022240 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch' (126,975) at 20250213090022256 2025-03-14 03:00:53.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-git-pw_2.7.0.bb' (126,976) at 20250213090022264 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_crypto.c' (126,977) at 20250213090020108 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.1.rst' (126,978) at 20250213090022280 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/buildoptions.py' (126,979) at 20250213090022296 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/libtoml11_4.3.0.bb' (126,980) at 20250213090022248 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fill_link_info.c' (126,981) at 20250213090020472 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/reproducible.py' (126,982) at 20250213090022296 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/user-guide.rst' (126,983) at 20250213090022232 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb' (126,984) at 20250213090022260 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/class.c' (126,985) at 20250213090019876 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-vhost-user.c' (126,986) at 20250213090041341 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/symbol.c' (126,987) at 20250213090020460 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb' (126,988) at 20250213090022256 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/reproducible-builds.rst' (126,989) at 20250213090022284 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb' (126,990) at 20250213090022300 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch' (126,991) at 20250213090022324 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml' (126,992) at 20250213090019852 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo_7.2.bb' (126,993) at 20250213090022324 2025-03-14 03:00:53.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch' (126,994) at 20250213090022300 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-migrate_4.0.7.bb' (126,995) at 20250213090022260 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb' (126,996) at 20250213090022260 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-sanitizers.inc' (126,997) at 20250213090022312 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux.inc' (126,998) at 20250213090022308 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb' (126,999) at 20250213090022264 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mr.c' (127,000) at 20250213090020356 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx30.py' (127,001) at 20250213090022296 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gmu.c' (127,002) at 20250213090020232 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c' (127,003) at 20250213090020412 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-simple-gates.c' (127,004) at 20250213090020072 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-testsuite.inc' (127,005) at 20250213090022312 2025-03-14 03:00:53.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-fitimage.bbclass' (127,006) at 20250213090022288 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/sysfb_efi.c' (127,007) at 20250213090020112 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/0001-fail.py-handle-missing-cgitb.patch' (127,008) at 20250213090022272 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/documentation.conf' (127,009) at 20250213090022292 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/logrotate/logrotate_3.22.0.bb' (127,010) at 20250213090022324 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer_0.15.1.bb' (127,011) at 20250213090022268 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb' (127,012) at 20250213090022248 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash.inc' (127,013) at 20250213090022256 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/init-redis-server' (127,014) at 20250213090022252 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.2.1.bb' (127,015) at 20250213090022268 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch' (127,016) at 20250213090022248 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe.c' (127,017) at 20250213090020356 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.9.bb' (127,018) at 20250213090022232 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch' (127,019) at 20250213090022312 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/landlock/fs.c' (127,020) at 20250213090020460 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libportal/libportal_0.9.0.bb' (127,021) at 20250213090022324 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/software-architecture.rst' (127,022) at 20250213090022232 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/maintainers.inc' (127,023) at 20250213090022292 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston_14.0.1.bb' (127,024) at 20250213090022324 2025-03-14 03:00:53.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sc16is7xx.c' (127,025) at 20250213090020408 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-certifi_2024.12.14.bb' (127,026) at 20250213090022316 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/interp.patch' (127,027) at 20250213090022320 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb' (127,028) at 20250213090022268 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb' (127,029) at 20250213090022268 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch' (127,030) at 20250213090022300 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/set_versions.py' (127,031) at 20250213090022284 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipy_1.01.bb' (127,032) at 20250213090022264 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c' (127,033) at 20250213090020392 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb' (127,034) at 20250213090022324 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/rootkits/chkrootkit_0.58b.bb' (127,035) at 20250213090022272 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac.h' (127,036) at 20250213090020376 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb' (127,037) at 20250213090022264 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi' (127,038) at 20250213090019860 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb' (127,039) at 20250213090022256 2025-03-14 03:00:53.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2600.py' (127,040) at 20250213090041365 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image_types_wic.bbclass' (127,041) at 20250213090022288 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sdm845.c' (127,042) at 20250213090020032 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb' (127,043) at 20250213090022256 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/fit-image.bbclass' (127,044) at 20250213090022268 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django.inc' (127,045) at 20250213090022260 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb' (127,046) at 20250213090022316 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb' (127,047) at 20250213090022256 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/rohm,bd71815-pmic.yaml' (127,048) at 20250213090019852 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian_1.81.0.bb' (127,049) at 20250213090022320 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-14.2.inc' (127,050) at 20250213090022312 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/customizing-images.rst' (127,051) at 20250213090022280 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/report-error.bbclass' (127,052) at 20250213090022292 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb' (127,053) at 20250213090022264 2025-03-14 03:00:53.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/syscon.c' (127,054) at 20250213090020372 2025-03-14 03:00:53.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg.c' (127,055) at 20250213090041361 2025-03-14 03:00:53.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php_8.2.26.bb' (127,056) at 20250213090022248 2025-03-14 03:00:53.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/multilib.conf' (127,057) at 20250213090022292 2025-03-14 03:00:53.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-lock.c' (127,058) at 20250213090020464 2025-03-14 03:00:53.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ndpi_4.2.bb' (127,059) at 20250213090022244 2025-03-14 03:00:53.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb' (127,060) at 20250213090022324 2025-03-14 03:00:53.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/f2fs.h' (127,061) at 20250213090020416 2025-03-14 03:00:53.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx412.c' (127,062) at 20250213090020364 2025-03-14 03:00:53.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml' (127,063) at 20250213090019852 2025-03-14 03:00:53.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994.dtsi' (127,064) at 20250213090019864 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mmio.c' (127,065) at 20250213090020392 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb' (127,066) at 20250213090022324 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb' (127,067) at 20250213090022268 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh_9.9p1.bb' (127,068) at 20250213090022300 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-minimal-native_0.23.1.bb' (127,069) at 20250213090022300 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-atmel-aic-common.c' (127,070) at 20250213090020364 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-picoitx.dtsi' (127,071) at 20250213090019860 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623.dtsi' (127,072) at 20250213090019856 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c' (127,073) at 20250213090020368 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-fedora.bb' (127,074) at 20250213090022232 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c' (127,075) at 20250213090020228 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/obmc_console.hpp' (127,076) at 20250213090002824 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nano/nano_8.3.bb' (127,077) at 20250213090022256 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch' (127,078) at 20250213090022256 2025-03-14 03:00:53.830-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-elementpath_4.7.0.bb' (127,079) at 20250213090022260 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/ib_verbs.c' (127,080) at 20250213090020352 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb' (127,081) at 20250213090022264 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared.bb' (127,082) at 20250213090022308 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/loongarch.h' (127,083) at 20250213090019872 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts' (127,084) at 20250213090019872 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc' (127,085) at 20250213090022236 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/npmsw.py' (127,086) at 20250213090022276 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio.inc' (127,087) at 20250213090022328 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-native_9.2.0.bb' (127,088) at 20250213090022316 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb' (127,089) at 20250213090022288 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sunxi/sun4i-spdif.c' (127,090) at 20250213090020464 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.20.0.bb' (127,091) at 20250213090022268 2025-03-14 03:00:53.831-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/index.rst' (127,092) at 20250213090022276 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libspdm/libspdm_3.6.0.bb' (127,093) at 20250213090022256 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb' (127,094) at 20250213090022316 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/0001-Ignore-Compiler-Warnings.patch' (127,095) at 20250213090022248 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb' (127,096) at 20250213090022264 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/exo_4.20.0.bb' (127,097) at 20250213090022268 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-initial.inc' (127,098) at 20250213090022312 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb.inc' (127,099) at 20250213090022312 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/blob_gen.c' (127,100) at 20250213090020072 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/syscon.h' (127,101) at 20250213090020424 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/autoinst.xml' (127,102) at 20250213090022232 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl_git.bb' (127,103) at 20250213090022308 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/confdata.c' (127,104) at 20250213090020460 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astroid_3.3.8.bb' (127,105) at 20250213090022260 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts' (127,106) at 20250213090019860 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/postgresql_16.5.bb' (127,107) at 20250213090022248 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/utils.bbclass' (127,108) at 20250213090022288 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_route.c' (127,109) at 20250213090020440 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/udp_tunnel_nic.sh' (127,110) at 20250213090020472 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch' (127,111) at 20250213090022248 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymodbus_3.8.3.bb' (127,112) at 20250213090022264 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu_2.14.bb' (127,113) at 20250213090022264 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb' (127,114) at 20250213090022244 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image.bbclass' (127,115) at 20250213090022288 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython_3.0.11.bb' (127,116) at 20250213090022316 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests_git.bb' (127,117) at 20250213090022328 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8775p-ride.dts' (127,118) at 20250213090019864 2025-03-14 03:00:53.832-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb' (127,119) at 20250213090022264 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/repo/repo_2.50.1.bb' (127,120) at 20250213090022320 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce6500.inc' (127,121) at 20250213090022292 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb' (127,122) at 20250213090022256 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/bpftool.bb' (127,123) at 20250213090022256 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend' (127,124) at 20250213090022272 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0021-shared-Do-not-use-malloc_info-on-musl.patch' (127,125) at 20250213090022308 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/websocket_impl.hpp' (127,126) at 20250213090002824 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind_9.20.4.bb' (127,127) at 20250213090022300 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider/0001-meson-add-option-to-allow-override-default-default_p.patch' (127,128) at 20250213090022260 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hnae3.h' (127,129) at 20250213090020376 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb' (127,130) at 20250213090022260 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog_202.bb' (127,131) at 20250213090022256 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch' (127,132) at 20250213090022300 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb' (127,133) at 20250213090022260 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_request.hpp' (127,134) at 20250213090002824 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-2.43.1.inc' (127,135) at 20250213090022308 2025-03-14 03:00:53.833-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.h' (127,136) at 20250213090020392 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c' (127,137) at 20250213090020160 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi' (127,138) at 20250124090012773 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_imx.c' (127,139) at 20250124090012817 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_phy.c' (127,140) at 20250124090012805 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/fxas21002c_core.c' (127,141) at 20250124090012793 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-verity-fec.c' (127,142) at 20250124090012797 2025-03-14 03:00:53.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c' (127,143) at 20250124090012805 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_core.c' (127,144) at 20250124090012853 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/zram/zram_drv.c' (127,145) at 20250124090012785 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/Makefile' (127,146) at 20250124090012861 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_drv.c' (127,147) at 20250124090012789 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/virtio_transport_common.c' (127,148) at 20250124090012857 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/topology.c' (127,149) at 20250124090012781 2025-03-14 03:00:53.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/hrtimer.c' (127,150) at 20250124090012841 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/iface.c' (127,151) at 20250124090012849 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/fatent.c' (127,152) at 20250124090012825 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/overlayfs.h' (127,153) at 20250124090012829 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/zpa2326.c' (127,154) at 20250124090012793 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/cmd.c' (127,155) at 20250124090012805 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_fence.c' (127,156) at 20250124090012789 2025-03-14 03:00:53.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c' (127,157) at 20250124090012789 2025-03-14 03:00:53.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/pgtable.h' (127,158) at 20250124090012777 2025-03-14 03:00:53.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v3.c' (127,159) at 20250124090012797 2025-03-14 03:00:53.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-sysfs.c' (127,160) at 20250124090012781 2025-03-14 03:00:53.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dummy/iio_simple_dummy_buffer.c' (127,161) at 20250124090012793 2025-03-14 03:00:53.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/offload.c' (127,162) at 20250124090012809 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-xilinx.c' (127,163) at 20250124090012785 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exfat/dir.c' (127,164) at 20250124090012825 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-array.c' (127,165) at 20250124090012797 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/tmp513.c' (127,166) at 20250124090012789 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/vlclient.c' (127,167) at 20250124090012825 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_of.c' (127,168) at 20250124090012813 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/core.c' (127,169) at 20250124090012797 2025-03-14 03:00:53.838-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_i225.c' (127,170) at 20250124090012801 2025-03-14 03:00:53.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c' (127,171) at 20250124090012793 2025-03-14 03:00:53.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ipv6.c' (127,172) at 20250124090012849 2025-03-14 03:00:53.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/probes/kprobes.c' (127,173) at 20250124090012777 2025-03-14 03:00:53.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/probe.c' (127,174) at 20250124090012813 2025-03-14 03:00:53.839-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smb2pdu.c' (127,175) at 20250124090012833 2025-03-14 03:00:53.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/cpuidle-riscv-sbi.c' (127,176) at 20250124090012785 2025-03-14 03:00:53.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/ib_verbs.h' (127,177) at 20250124090012793 2025-03-14 03:00:53.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c' (127,178) at 20250124090012801 2025-03-14 03:00:53.840-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/tls_sw.c' (127,179) at 20250124090012853 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt722-sdca.c' (127,180) at 20250124090012857 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328.dtsi' (127,181) at 20250124090012773 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/super.c' (127,182) at 20250124090012825 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/ctrl.c' (127,183) at 20250124090012849 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/sysctl.c' (127,184) at 20250124090012853 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/regset.c' (127,185) at 20250124090012781 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/filecache.h' (127,186) at 20250124090012829 2025-03-14 03:00:53.841-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/rockchip_saradc.c' (127,187) at 20250124090012793 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/actions.c' (127,188) at 20250124090012853 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/Kconfig' (127,189) at 20250124090012821 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-atr.c' (127,190) at 20250124090012789 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_core.c' (127,191) at 20250124090012813 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600.h' (127,192) at 20250124090012793 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7124.c' (127,193) at 20250124090012793 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/super.c' (127,194) at 20250213090020416 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb' (127,195) at 20250213090022256 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch' (127,196) at 20250213090022312 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb' (127,197) at 20250213090022316 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb' (127,198) at 20250213090022248 2025-03-14 03:00:53.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/0002-ncftp-3.2.7-fix-clang.patch' (127,199) at 20250213090022240 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.10.9.bb' (127,200) at 20250213090022232 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/kernel-devsrc.bb' (127,201) at 20250213090022324 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/odp.c' (127,202) at 20250213090020356 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc_20241231.bb' (127,203) at 20250213090022252 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0013-Handle-__cpu_mask-usage.patch' (127,204) at 20250213090022308 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb' (127,205) at 20250213090022260 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-mark-count-with-unused-attribute.patch' (127,206) at 20250213090022260 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb' (127,207) at 20250213090022264 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/preseed.cfg' (127,208) at 20250213090022232 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/build_sdk.py' (127,209) at 20250213090022328 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme_1.24.1.bb' (127,210) at 20250213090022328 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch' (127,211) at 20250213090022268 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb' (127,212) at 20250213090022252 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_its.c' (127,213) at 20250213090041341 2025-03-14 03:00:53.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/files/fix-gcc9.patch' (127,214) at 20250213090022312 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_cpum_cf.c' (127,215) at 20250213090019876 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb' (127,216) at 20250213090022260 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250.dtsi' (127,217) at 20250213090019872 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch' (127,218) at 20250213090022320 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/re2c/re2c_4.0.2.bb' (127,219) at 20250213090022328 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch' (127,220) at 20250213090022328 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice_git.bb' (127,221) at 20250213090022244 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb' (127,222) at 20250213090022240 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmb_dev_int.c' (127,223) at 20250213090019940 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.0.bb' (127,224) at 20250213090022268 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (127,225) at 20250213090022228 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb' (127,226) at 20250213090022272 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (127,227) at 20250213090022236 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/hwdata/hwdata_0.391.bb' (127,228) at 20250213090022328 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.14.bb' (127,229) at 20250213090022252 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/main.c' (127,230) at 20250213090020392 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb' (127,231) at 20250213090022324 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-moteus_0.3.76.bb' (127,232) at 20250213090022264 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend' (127,233) at 20250213090022272 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch' (127,234) at 20250213090022324 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb' (127,235) at 20250213090022264 2025-03-14 03:00:53.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/contrib.patch' (127,236) at 20250213090022240 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto_6.6.bb' (127,237) at 20250213090022324 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch' (127,238) at 20250213090022328 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/of.c' (127,239) at 20250213090020400 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-benchmark_5.1.0.bb' (127,240) at 20250213090022264 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch' (127,241) at 20250213090022312 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.1.bb' (127,242) at 20250213090022236 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb' (127,243) at 20250213090022248 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/packages.rst' (127,244) at 20250213090022280 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch' (127,245) at 20250213090022236 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-pages/man-pages_6.9.1.bb' (127,246) at 20250213090022324 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_pai_ext.c' (127,247) at 20250213090019876 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb' (127,248) at 20250213090022268 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.1.bb' (127,249) at 20250213090022244 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb' (127,250) at 20250213090022264 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.30.bb' (127,251) at 20250213090022256 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb' (127,252) at 20250213090022268 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/file/files/0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch' (127,253) at 20250213090022312 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb' (127,254) at 20250213090022316 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/0001-sched_attr-Do-not-define-for-glibc-2.41.patch' (127,255) at 20250213090022328 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/understand-autobuilder.rst' (127,256) at 20250213090022288 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb' (127,257) at 20250213090022264 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/main.c' (127,258) at 20250213090020392 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests.inc' (127,259) at 20250213090022328 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb' (127,260) at 20250213090022260 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_11.1.0.bb' (127,261) at 20250213090022264 2025-03-14 03:00:53.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb' (127,262) at 20250213090022260 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgfortran.inc' (127,263) at 20250213090022312 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/dm-verity-img.bbclass' (127,264) at 20250213090022272 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb' (127,265) at 20250213090022252 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.12.bb' (127,266) at 20250213090022324 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/release-process.rst' (127,267) at 20250213090022284 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/riscv32.patch' (127,268) at 20250213090022252 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman.inc' (127,269) at 20250213090022300 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb' (127,270) at 20250213090022264 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0012-do-not-disable-buffer-in-writing-files.patch' (127,271) at 20250213090022308 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb' (127,272) at 20250213090022264 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql_3.8.2.bb' (127,273) at 20250213090022240 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb' (127,274) at 20250213090022264 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/help.py' (127,275) at 20250213090022332 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch' (127,276) at 20250213090022328 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb' (127,277) at 20250213090022268 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.2.rst' (127,278) at 20250213090022280 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb' (127,279) at 20250213090022260 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar.dtsi' (127,280) at 20250213090019864 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/clients/pps-ldisc.c' (127,281) at 20250213090020404 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/native.bbclass' (127,282) at 20250213090022288 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/websocketrule.hpp' (127,283) at 20250213090002824 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu_9.2.0.bb' (127,284) at 20250213090022320 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography.bb' (127,285) at 20250213090022316 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/quota_global.c' (127,286) at 20250213090020420 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsproto.h' (127,287) at 20250213090020420 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' (127,288) at 20250213090022316 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500v2.inc' (127,289) at 20250213090022292 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb' (127,290) at 20250213090022288 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb' (127,291) at 20250213090022264 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.49.bb' (127,292) at 20250213090022260 2025-03-14 03:00:53.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb' (127,293) at 20250213090022260 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb' (127,294) at 20250213090022240 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm_1.81.0.bb' (127,295) at 20250213090022320 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch' (127,296) at 20250213090022260 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-74k.inc' (127,297) at 20250213090022292 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-ring.c' (127,298) at 20250213090020412 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/0001-meson.build-Enable-PIC-in-x86-assembly-code.patch' (127,299) at 20250213090022240 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-common.inc' (127,300) at 20250213090022316 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb' (127,301) at 20250213090022264 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb' (127,302) at 20250213090022260 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-responses_0.25.6.bb' (127,303) at 20250213090022268 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp_2.5.2.bb' (127,304) at 20250213090022300 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch' (127,305) at 20250213090022300 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb' (127,306) at 20250213090022268 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian.inc' (127,307) at 20250213090022312 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2_6.12.0.bb' (127,308) at 20250213090022300 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.0.bb' (127,309) at 20250213090022268 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/go.bbclass' (127,310) at 20250213090022288 2025-03-14 03:00:53.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/lowcomms.c' (127,311) at 20250213090020416 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-am62.c' (127,312) at 20250213090020412 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb' (127,313) at 20250213090022316 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf_git.bb' (127,314) at 20250213090022308 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig_6.9.10.bb' (127,315) at 20250213090022256 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb' (127,316) at 20250213090022324 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/cheese_44.1.bb' (127,317) at 20250213090022236 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libical/libical_3.0.19.bb' (127,318) at 20250213090022328 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-poetry-core_2.0.0.bb' (127,319) at 20250213090022316 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti_am335x_adc.c' (127,320) at 20250213090020284 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-Cargo.toml-do-not-abort-on-panic.patch' (127,321) at 20250213090022252 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler_25.01.0.bb' (127,322) at 20250213090022260 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools.inc' (127,323) at 20250213090022296 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/main.c' (127,324) at 20250213090020464 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch' (127,325) at 20250213090022248 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0022-avoid-missing-LOCK_EX-declaration.patch' (127,326) at 20250213090022308 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb' (127,327) at 20250213090022264 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb' (127,328) at 20250213090022324 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb' (127,329) at 20250213090022268 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/lmedm04.c' (127,330) at 20250213090020372 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb' (127,331) at 20250213090022272 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb' (127,332) at 20250213090022264 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opusfile/opusfile_0.12.bb' (127,333) at 20250213090022240 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch' (127,334) at 20250213090022256 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit_3.13.bb' (127,335) at 20250213090022308 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch' (127,336) at 20250213090022308 2025-03-14 03:00:53.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb' (127,337) at 20250213090022264 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/ufs.c' (127,338) at 20250213090041345 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vxlan/vxlan_vnifilter.c' (127,339) at 20250213090020388 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/base.h' (127,340) at 20250213090020396 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rcar-ep.c' (127,341) at 20250213090020400 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lkc_proto.h' (127,342) at 20250213090020460 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/perf_pai_crypto.c' (127,343) at 20250213090019876 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb' (127,344) at 20250213090022260 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb' (127,345) at 20250213090022328 2025-03-14 03:00:53.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb' (127,346) at 20250213090022260 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kselftest_harness.h' (127,347) at 20250213090020472 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/ptest.rst' (127,348) at 20250213090022284 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap/libcap_2.73.bb' (127,349) at 20250213090022328 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c' (127,350) at 20250213090020228 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo_1.81.0.bb' (127,351) at 20250213090022320 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-core.c' (127,352) at 20250213090020368 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb' (127,353) at 20250213090022260 2025-03-14 03:00:53.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/marvell/mcam-core.c' (127,354) at 20250213090020368 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c' (127,355) at 20250213090020396 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pahole/pahole_1.28.bb' (127,356) at 20250213090022248 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/canokey.h' (127,357) at 20250213090041345 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/riscv.patch' (127,358) at 20250213090022252 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi_1.17.1.bb' (127,359) at 20250213090022316 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/fragments/test-fragment.conf' (127,360) at 20250213090022288 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_drv.h' (127,361) at 20250213090020236 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb' (127,362) at 20250213090022264 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/sshcontrol.py' (127,363) at 20250213090022296 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/usb251xb.c' (127,364) at 20250213090020412 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch' (127,365) at 20250213090022328 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/crucible-go-mods.inc' (127,366) at 20250213090022256 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c' (127,367) at 20250213090020276 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb' (127,368) at 20250213090022268 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb' (127,369) at 20250213090022328 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb' (127,370) at 20250213090022264 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb' (127,371) at 20250213090022256 2025-03-14 03:00:53.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb' (127,372) at 20250213090022248 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch' (127,373) at 20250213090022320 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-common.inc' (127,374) at 20250213090022312 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_pyo3.bbclass' (127,375) at 20250213090022292 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch' (127,376) at 20250213090022308 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/system-requirements.rst' (127,377) at 20250213090022284 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/0001-ncftp-3.2.7-fix-gcc14.patch' (127,378) at 20250213090022240 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.0.bb' (127,379) at 20250213090022240 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/test-process.rst' (127,380) at 20250213090022288 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd_2.7.1.bb' (127,381) at 20250213090022304 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-stm32-lp.c' (127,382) at 20250213090020404 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mmio.c' (127,383) at 20250213090020396 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-click_8.1.8.bb' (127,384) at 20250213090022316 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.3.bb' (127,385) at 20250213090022240 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.5.rst' (127,386) at 20250213090022280 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_2.0.0.bb' (127,387) at 20250213090022316 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils-crates.inc' (127,388) at 20250213090022248 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c' (127,389) at 20250213090020232 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb' (127,390) at 20250213090022252 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch' (127,391) at 20250213090022252 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb' (127,392) at 20250213090022256 2025-03-14 03:00:53.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb' (127,393) at 20250213090022248 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/debug.c' (127,394) at 20250213090020424 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch' (127,395) at 20250213090022320 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb' (127,396) at 20250213090022244 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-pcf85063.c' (127,397) at 20250213090020404 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_2.0.0.bb' (127,398) at 20250213090022316 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/Makefile' (127,399) at 20250213090019864 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb_16.1.bb' (127,400) at 20250213090022312 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master/dw-i3c-master.h' (127,401) at 20250213090020284 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_rgb.c' (127,402) at 20250213090020276 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk_5.3.1.bb' (127,403) at 20250213090022324 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64r2.inc' (127,404) at 20250213090022292 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/webp/libwebp_1.5.0.bb' (127,405) at 20250213090022328 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fsspec_2024.12.0.bb' (127,406) at 20250213090022264 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb' (127,407) at 20250213090022316 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/ldm.h' (127,408) at 20250213090019876 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-si5351.c' (127,409) at 20250213090019984 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-uadk.c' (127,410) at 20250213090041349 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb' (127,411) at 20250213090022316 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb' (127,412) at 20250213090022264 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb' (127,413) at 20250213090022244 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/0006-Define-correct-gregs-for-RISCV32.patch' (127,414) at 20250213090022252 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb' (127,415) at 20250213090022260 2025-03-14 03:00:53.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb' (127,416) at 20250213090022268 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/pugixml_1.15.bb' (127,417) at 20250213090022248 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm7125.dtsi' (127,418) at 20250213090019872 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb' (127,419) at 20250213090022264 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/websocket.hpp' (127,420) at 20250213090002824 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/packagegroup/packagegroup-core-security.bb' (127,421) at 20250213090022272 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/create-spdx-2.2.bbclass' (127,422) at 20250213090022292 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch' (127,423) at 20250213090022328 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/si5351.h' (127,424) at 20250213090020428 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/iotop/iotop_1.27.bb' (127,425) at 20250213090022252 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/removed-features.rst' (127,426) at 20250213090041341 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_sdk.py' (127,427) at 20250213090022328 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/upgrade.py' (127,428) at 20250213090022332 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Fix-typecast-warning-with-clang.patch' (127,429) at 20250213090022300 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch' (127,430) at 20250213090022248 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb' (127,431) at 20250213090022256 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail_3.22.bb' (127,432) at 20250213090022260 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/0001-fix-reproducibility.patch' (127,433) at 20250213090022240 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto_security.inc' (127,434) at 20250213090022272 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/0001-CMakeLists-txt-make-DLT_WatchdogSec-can-be-set-by-user.patch' (127,435) at 20250213090022252 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/functions/pci-epf-test.c' (127,436) at 20250213090020400 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject_2.1.5.bb' (127,437) at 20250213090022256 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.11.11.bb' (127,438) at 20250213090022260 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb' (127,439) at 20250213090022252 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch' (127,440) at 20250213090022264 2025-03-14 03:00:53.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rust-common.bbclass' (127,441) at 20250213090022292 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-netxbig.c' (127,442) at 20250213090020364 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools/0001-lib-igt_aux.c-address-procps-4.0.5-compatibility.patch' (127,443) at 20250213090022324 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb' (127,444) at 20250213090022256 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/armv5.patch' (127,445) at 20250213090022252 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-main.dtsi' (127,446) at 20250213090019872 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch' (127,447) at 20250213090022320 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb' (127,448) at 20250213090022268 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/grub-efi-cfg.bbclass' (127,449) at 20250213090022288 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/README.md' (127,450) at 20250213090022232 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb' (127,451) at 20250213090022268 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qdu1000-idp.dts' (127,452) at 20250213090019864 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/ks.cfg' (127,453) at 20250213090022232 2025-03-14 03:00:53.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/usb.c' (127,454) at 20250213090020396 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/tcpm.c' (127,455) at 20250213090020412 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/uihelper.py' (127,456) at 20250213090022276 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached_1.6.34.bb' (127,457) at 20250213090022244 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/sdparm_1.12.bb' (127,458) at 20250213090022260 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.lib' (127,459) at 20250213090020456 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.50.0.bb' (127,460) at 20250213090022240 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.37.bb' (127,461) at 20250213090022304 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/cve_check.py' (127,462) at 20250213090022292 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argcomplete_3.5.3.bb' (127,463) at 20250213090022260 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb' (127,464) at 20250213090022268 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pistache/pistache_0.4.26.bb' (127,465) at 20250213090022248 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/fan_core.c' (127,466) at 20250213090019876 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd.inc' (127,467) at 20250213090022308 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image_15.0.0.bb' (127,468) at 20250213090022304 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg' (127,469) at 20250213090022232 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb' (127,470) at 20250213090022260 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hid.h' (127,471) at 20250213090020424 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb' (127,472) at 20250213090022268 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0001-Do-not-create-var-log-README.patch' (127,473) at 20250213090022308 2025-03-14 03:00:53.856-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb' (127,474) at 20250213090022324 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie.c' (127,475) at 20250213090041345 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch' (127,476) at 20250213090022300 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/non-repro-meta-oe.inc' (127,477) at 20250213090022244 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb' (127,478) at 20250213090022244 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool_2.5.4.bb' (127,479) at 20250213090022316 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb' (127,480) at 20250213090022324 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/fping_5.3.bb' (127,481) at 20250213090022244 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test_git.bb' (127,482) at 20250213090022256 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/composefs/composefs_1.0.8.bb' (127,483) at 20250213090022256 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/machine/mtmitchell-dcscm.conf' (127,484) at 20250213090022232 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ipmr.c' (127,485) at 20250213090020444 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/debianutils/debianutils_5.21.bb' (127,486) at 20250213090022328 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180.dtsi' (127,487) at 20250213090019868 2025-03-14 03:00:53.857-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8365.dtsi' (127,488) at 20250213090019860 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-utils_5.1.0.bb' (127,489) at 20250213090022260 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/websocket_test.py' (127,490) at 20250213090002828 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/device.c' (127,491) at 20250213090020352 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb' (127,492) at 20250213090022240 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/botan/botan_3.6.1.bb' (127,493) at 20250213090022248 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch' (127,494) at 20250213090022328 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_22.13.1.bb' (127,495) at 20250213090022248 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.42.bb' (127,496) at 20250213090022244 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch' (127,497) at 20250213090022248 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/meson.build' (127,498) at 20250213090041349 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.24.0.bb' (127,499) at 20250213090022264 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yamlloader_1.5.1.bb' (127,500) at 20250213090022268 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_7.6.10.bb' (127,501) at 20250213090022260 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.8.0.bb' (127,502) at 20250213090022260 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-idna_3.10.bb' (127,503) at 20250213090022316 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-psutil_6.1.1.bb' (127,504) at 20250213090022316 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/file_table.c' (127,505) at 20250213090020416 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb' (127,506) at 20250213090022248 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0_2.82.4.bb' (127,507) at 20250213090022304 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch' (127,508) at 20250213090022308 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb' (127,509) at 20250213090022324 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target.c.inc' (127,510) at 20250213090041357 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb' (127,511) at 20250213090022244 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/hw_breakpoint.h' (127,512) at 20250213090019872 2025-03-14 03:00:53.858-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb' (127,513) at 20250213090022244 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb' (127,514) at 20250213090022260 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/env.c' (127,515) at 20250213090020468 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware.inc' (127,516) at 20250213090022232 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hnae3.c' (127,517) at 20250213090020376 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.bb' (127,518) at 20250213090022252 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/acpixf.h' (127,519) at 20250213090020424 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/qcom-cpufreq-hw.c' (127,520) at 20250213090020072 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files_3.0.14.bb' (127,521) at 20250213090022300 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/kernel-hardening-checker/kernel-hardening-checker_0.6.10.bb' (127,522) at 20250213090022256 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb' (127,523) at 20250213090022268 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.readthedocs.yaml' (127,524) at 20250213090022272 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-amd.c' (127,525) at 20250213090020400 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb' (127,526) at 20250213090022324 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb' (127,527) at 20250213090022320 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/0001-Remove-modules_clean-from-clean-target.patch' (127,528) at 20250213090022248 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/devtool' (127,529) at 20250213090022328 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan_6.0.0.bb' (127,530) at 20250213090022244 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk_1.22.11.bb' (127,531) at 20250213090022316 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-debian.bb' (127,532) at 20250213090022232 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch' (127,533) at 20250213090022328 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0003-nss-fix-incorrect-shebang-of-perl.patch' (127,534) at 20250213090022256 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi' (127,535) at 20250213090019864 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensc/opensc_0.26.1.bb' (127,536) at 20250213090022256 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb' (127,537) at 20250213090022260 2025-03-14 03:00:53.859-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto_6.12.bb' (127,538) at 20250213090022324 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/svcsock.c' (127,539) at 20250213090020456 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-loongson.c' (127,540) at 20250213090020404 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch' (127,541) at 20250213090022248 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/core.c' (127,542) at 20250213090020412 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.4.0.bb' (127,543) at 20250213090022236 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb_2.8.1.bb' (127,544) at 20250213090022244 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-source.inc' (127,545) at 20250213090022320 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver_2022.6.26.bb' (127,546) at 20250213090022316 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/init.c' (127,547) at 20250213090020392 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch' (127,548) at 20250213090022248 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uswid_0.5.1.bb' (127,549) at 20250213090022268 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs/0001-nfs-Support-libnfs-6-backport-to-1.56.patch' (127,550) at 20250213090022236 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb' (127,551) at 20250213090022268 2025-03-14 03:00:53.860-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatchling_1.27.0.bb' (127,552) at 20250213090022316 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/helper.c' (127,553) at 20250213090041353 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch' (127,554) at 20250213090022264 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py' (127,555) at 20250213090022276 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.17.0.bb' (127,556) at 20250213090022256 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb' (127,557) at 20250213090022268 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/amd/ibs.c' (127,558) at 20250213090019876 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb' (127,559) at 20250213090022264 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/redis.service' (127,560) at 20250213090022252 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/kas-poky-rpi.yml' (127,561) at 20250213090022272 2025-03-14 03:00:53.861-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/hugetlb.h' (127,562) at 20250213090019876 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/rx.c' (127,563) at 20250213090020448 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/sstate.bbclass' (127,564) at 20250213090022288 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi' (127,565) at 20250213090019864 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc' (127,566) at 20250213090022248 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_5.74.bb' (127,567) at 20250213090022244 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.5.bb' (127,568) at 20250213090022248 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/Kconfig' (127,569) at 20250213090020460 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pulsectl_24.12.0.bb' (127,570) at 20250213090022264 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/pypi.bbclass' (127,571) at 20250213090022292 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb' (127,572) at 20250213090022268 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0004-use-asm-sgidefs.h.patch' (127,573) at 20250213090022252 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/canokey.c' (127,574) at 20250213090041345 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb' (127,575) at 20250213090022260 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rtsx_usb.c' (127,576) at 20250213090020372 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch' (127,577) at 20250213090022324 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/Makefile' (127,578) at 20250213090041349 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun8i-bus-gates.c' (127,579) at 20250213090020072 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/topology.c' (127,580) at 20250213090020436 2025-03-14 03:00:53.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb' (127,581) at 20250213090022264 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0010-iconv-fix-detection.patch' (127,582) at 20250213090022248 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb' (127,583) at 20250213090022268 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/liburcu/liburcu_0.15.0.bb' (127,584) at 20250213090022328 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rk3066_hdmi.c' (127,585) at 20250213090020232 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/corstone1000.inc' (127,586) at 20250213090022232 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/extensible.rst' (127,587) at 20250213090022284 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-corei7.inc' (127,588) at 20250213090022292 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch' (127,589) at 20250213090022264 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2_3.1.5.bb' (127,590) at 20250213090022316 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cache.py' (127,591) at 20250213090022272 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/parse.py' (127,592) at 20250213090022276 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_local_storage.c' (127,593) at 20250213090020432 2025-03-14 03:00:53.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb' (127,594) at 20250213090022260 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/davicom/dm9000.c' (127,595) at 20250213090020376 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb' (127,596) at 20250213090022324 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-base.yml' (127,597) at 20250213090022272 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/run-ptest' (127,598) at 20250213090022320 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/xxhash/xxhash_0.8.3.bb' (127,599) at 20250213090022328 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch' (127,600) at 20250213090022240 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc-controller.yaml' (127,601) at 20250213090019852 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-rewrite-cargo-host-linker-in-python3.patch' (127,602) at 20250213090022252 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit_4.0.3.bb' (127,603) at 20250213090022256 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/usage.rst' (127,604) at 20250213090022280 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845.dtsi' (127,605) at 20250213090019868 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-common.inc' (127,606) at 20250213090022296 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-db/man-db_2.13.0.bb' (127,607) at 20250213090022324 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb' (127,608) at 20250213090022252 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hexbytes_1.3.0.bb' (127,609) at 20250213090022264 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/xive/native.c' (127,610) at 20250213090019876 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/recipetool.py' (127,611) at 20250213090022296 2025-03-14 03:00:53.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/index.rst' (127,612) at 20250213090022280 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/topology.c' (127,613) at 20250213090019876 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb' (127,614) at 20250213090022240 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/xfrm.h' (127,615) at 20250213090020428 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend' (127,616) at 20250213090022288 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/nbd.c' (127,617) at 20250213090019880 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb' (127,618) at 20250213090022260 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb' (127,619) at 20250213090022264 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0002-moz.configure-do-not-look-for-llvm-objdump.patch' (127,620) at 20250213090022252 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_status.c' (127,621) at 20250213090020372 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot_2025.01.bb' (127,622) at 20250213090022300 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls_3.8.8.bb' (127,623) at 20250213090022328 2025-03-14 03:00:53.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts' (127,624) at 20250213090019856 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion_1.14.5.bb' (127,625) at 20250213090022320 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn_2.6.13.bb' (127,626) at 20250213090022244 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_main.c' (127,627) at 20250213090020384 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/vmstate.c' (127,628) at 20250213090041349 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/plat-svc_0.1.bb' (127,629) at 20250213090022236 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3_legacy.bbclass' (127,630) at 20250213090022292 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/0001-autotools-fix-securedir-and-pam_lastlog2-install.patch' (127,631) at 20250213090022308 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-core2.inc' (127,632) at 20250213090022292 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf-event.c' (127,633) at 20250213090020468 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus_1.16.0.bb' (127,634) at 20250213090022300 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-create-dirs.service.in' (127,635) at 20250213090022292 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/autotools.bbclass' (127,636) at 20250213090022288 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit_git.bb' (127,637) at 20250213090022324 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/CVE-2022-40320.patch' (127,638) at 20250213090022256 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsacl.c' (127,639) at 20250213090020420 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.12.0.bb' (127,640) at 20250213090022232 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/0001-hiredis-use-default-CC-if-it-is-set.patch' (127,641) at 20250213090022252 2025-03-14 03:00:53.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/file/files/0001-PR-579-net147-Fix-stack-overrun.patch' (127,642) at 20250213090022312 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280.dtsi' (127,643) at 20250213090019868 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte_0.78.2.bb' (127,644) at 20250213090022328 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.2.bb' (127,645) at 20250213090022316 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/iopl.c' (127,646) at 20220525020655235 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/mmio.h' (127,647) at 20230426080043760 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/count_zeros.h' (127,648) at 20210307214931370 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Clear' (127,649) at 20210307205554418 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/presence-sled1.conf' (127,650) at 20220603030012904 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-bletchley.dts' (127,651) at 20220617030036053 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-test-1-run-batch.sh' (127,652) at 20240405153054365 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.err' (127,653) at 20210927100127469 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__read_env.hpp' (127,654) at 20241217090453707 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bfa/bfad_im.c' (127,655) at 20240405153051577 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nfc/hci.h' (127,656) at 20220525020654643 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-region.rst' (127,657) at 20240405153045237 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/pci.rst' (127,658) at 20240326080039402 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb' (127,659) at 20240301090012423 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/clocks.cfg' (127,660) at 20210308005003088 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/cfcnfg.c' (127,661) at 20240405153053197 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4-Clause-UC' (127,662) at 20211006000025230 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/Makefile' (127,663) at 20210308005002908 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/Kconfig' (127,664) at 20210307214930846 2025-03-14 03:00:53.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb' (127,665) at 20231126090012781 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt' (127,666) at 20210309003648372 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/percpu.h' (127,667) at 20240712080021053 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/region.c' (127,668) at 20240405153232011 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/define_trace.h' (127,669) at 20210309003653976 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c' (127,670) at 20241211090145417 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exportfs/expfs.c' (127,671) at 20240405153231659 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/audioreach.c' (127,672) at 20240405153053981 2025-03-14 03:00:53.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/host.h' (127,673) at 20240405153050557 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r6el_defconfig' (127,674) at 20210308005003252 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/Makefile' (127,675) at 20210308005003036 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cmpxchg-llsc.h' (127,676) at 20210307214926550 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/passwordattr-interface.c' (127,677) at 20220525020653907 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml' (127,678) at 20230622080026174 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c' (127,679) at 20240405153048485 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi' (127,680) at 20240405153045785 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/runtime-verification.rst' (127,681) at 20240405153229831 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/kernel/setup.c' (127,682) at 20240830080013243 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/machine/f0b.conf' (127,683) at 20230927080013510 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_stat.h' (127,684) at 20210307214931786 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/snapshot.c' (127,685) at 20240906080037152 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-uclogic-rdesc.c' (127,686) at 20240405153048821 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/samsung,mipi-video-phy.yaml' (127,687) at 20240405153045129 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/df_v4_3.c' (127,688) at 20240405153047133 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm-ccn.c' (127,689) at 20240405153051273 2025-03-14 03:00:53.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/dw_wdt.c' (127,690) at 20240405153052237 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/be2iscsi/be_main.c' (127,691) at 20240405153231391 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/dmi_scan.c' (127,692) at 20240712080021061 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/extended_cpdo.c' (127,693) at 20210308005046069 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/watchdog.c' (127,694) at 20210308005002848 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReportCollection.json' (127,695) at 20240619080002948 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vf610twr.h' (127,696) at 20210308005003624 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/menu.c' (127,697) at 20210308005003732 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0004-Fix-invalid-memory-de-reference-issue.patch' (127,698) at 20241221090017540 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts' (127,699) at 20240405153045813 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/cpu.c' (127,700) at 20210308005002732 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_interrupts.S' (127,701) at 20240405153046165 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-gr8-chip-pro.dts' (127,702) at 20210308005002620 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/variables.py' (127,703) at 20240401080012768 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-hsdk/Makefile' (127,704) at 20210307214925674 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE02' (127,705) at 20240405153054369 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/hisilicon/Kconfig' (127,706) at 20210307214932378 2025-03-14 03:00:53.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/resolve_btfids.c' (127,707) at 20240405153054257 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bmips/ioremap.h' (127,708) at 20210307214926218 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/dce112_hw_sequencer.h' (127,709) at 20210307214927286 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/soc/Makefile' (127,710) at 20210308005003488 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/machine/ahe50dc.conf' (127,711) at 20230927080013510 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_max.S' (127,712) at 20210308005046533 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/piix4.h' (127,713) at 20230426080043756 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/lpcsnoop.service.in' (127,714) at 20210309110056279 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/vas.h' (127,715) at 20240405153046129 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38535_pre.patch' (127,716) at 20241221090017576 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear320.c' (127,717) at 20240405153231335 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/ipaq_micro_battery.c' (127,718) at 20210307214930162 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/Kconfig' (127,719) at 20240405153050165 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/ioctl.c' (127,720) at 20240405153231691 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6routing.c' (127,721) at 20240405153232191 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/vhost-user-server.h' (127,722) at 20240326080039550 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3128.c' (127,723) at 20240405153230239 2025-03-14 03:00:53.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_fsl.c' (127,724) at 20210308005003472 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_fs.h' (127,725) at 20240405153231775 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/libgpiod.wrap' (127,726) at 20230602080024184 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.h' (127,727) at 20210307214927234 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/dimm_train_fail_log.sh' (127,728) at 20241226090016123 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/tlb.h' (127,729) at 20240405153229979 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/dpaa_sys.c' (127,730) at 20240405153051757 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/bblayers.conf.sample' (127,731) at 20240720080012609 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,gcc-ipq806x.h' (127,732) at 20240405153052653 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/pfpsp.sa' (127,733) at 20210307214926150 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/097' (127,734) at 20220429100100890 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/hw_host1x02_uclass.h' (127,735) at 20220525020653035 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zfs_acl.h' (127,736) at 20210308005003696 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/mailbox.c' (127,737) at 20240405153230759 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-uvc' (127,738) at 20240405153044913 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/powercap/dtpm_devfreq.c' (127,739) at 20241104090011587 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc4350-hitex-eval.dts' (127,740) at 20240405153045533 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/smp.c' (127,741) at 20240805080013923 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/qcom-qce.yaml' (127,742) at 20240405153229759 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/mpu3050-i2c.c' (127,743) at 20240405153048985 2025-03-14 03:00:53.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi' (127,744) at 20210308005002612 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/zynq-xadc.c' (127,745) at 20241211090212246 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/cacheasm.h' (127,746) at 20210307214926762 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-fs.h' (127,747) at 20221215040039186 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman_1.43.bb' (127,748) at 20241221090017636 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra20-car.h' (127,749) at 20210307214931338 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_sane.c' (127,750) at 20240405153053325 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/check_tags_inclusion.c' (127,751) at 20241211090145577 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/sockbits.h' (127,752) at 20210927100127269 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/igb_main.c' (127,753) at 20241216090017713 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/cmpxchg.h' (127,754) at 20210307214932458 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/imap-2007e-shared.patch' (127,755) at 20210307205553906 2025-03-14 03:00:53.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootstage.c' (127,756) at 20210308005003208 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-sensors.yaml' (127,757) at 20240110090012776 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk_table.c' (127,758) at 20240405153050669 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jsrender.min.js' (127,759) at 20210307205554278 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear1310.c' (127,760) at 20240405153231335 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mstar/mstarv7.c' (127,761) at 20220525020651890 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.8.4.bb' (127,762) at 20241206090014258 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/syscon-reboot-mode.yaml' (127,763) at 20210307214925402 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/smtdef.c' (127,764) at 20220525020653667 2025-03-14 03:00:53.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hda-dai.c' (127,765) at 20240405153053613 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h' (127,766) at 20240405153050525 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/ahb.c' (127,767) at 20240405153231115 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid_2.0.34.bb' (127,768) at 20221104030017453 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/mm/maccess.c' (127,769) at 20240405153230087 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/dma.h' (127,770) at 20210307214932406 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/pcspk.h' (127,771) at 20240326080039534 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.c' (127,772) at 20240405153051845 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig' (127,773) at 20210307214926366 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h' (127,774) at 20210308005002732 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/debugfs/file.c' (127,775) at 20240405153231651 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/tools/cpucaps' (127,776) at 20240815080012867 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/em28xx/em28xx-vbi.c' (127,777) at 20240405153049561 2025-03-14 03:00:53.875-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_0_sh_mask.h' (127,778) at 20240405153047981 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sdr.c' (127,779) at 20210308004938828 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/r8a7745-sysc.h' (127,780) at 20210307214931346 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/sr9800.h' (127,781) at 20240405153050385 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/ems_pci.c' (127,782) at 20240405153230899 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ps3.h' (127,783) at 20240405153046125 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts' (127,784) at 20240405153229955 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/sb1000.c' (127,785) at 20240405153050369 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/core_t2.h' (127,786) at 20240405153045341 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport.c' (127,787) at 20240405153053349 2025-03-14 03:00:53.876-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-segin.dtsi' (127,788) at 20240405153045529 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/uic.h' (127,789) at 20210307214926394 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0900_reg.h' (127,790) at 20210307214928642 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/regdef.h' (127,791) at 20210307214926242 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/wcove.c' (127,792) at 20241211090145501 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_frame_public.h' (127,793) at 20240405153051833 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_nand.c' (127,794) at 20210308005003232 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/libnvdimm.h' (127,795) at 20240405153052721 2025-03-14 03:00:53.877-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-host-force-reset@.service' (127,796) at 20230412080023460 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5227.c' (127,797) at 20240405153049629 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpuidle/governors/gov.h' (127,798) at 20240405153230255 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/erase.hpp' (127,799) at 20230511080008003 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Junsele_Vallen' (127,800) at 20210307205553786 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs-sysfs.h' (127,801) at 20240405153052029 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mailbox.rst' (127,802) at 20210309003648408 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-power-mx28.h' (127,803) at 20210308005002656 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sram.h' (127,804) at 20240405153045673 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_elf.h' (127,805) at 20210308005046085 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/slimbus/qcom,slim-ngd.yaml' (127,806) at 20240405153045153 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/memfd.h' (127,807) at 20230925080039941 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb' (127,808) at 20230114040015542 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/time.c' (127,809) at 20210308005002844 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_end.cpp' (127,810) at 20210308005100997 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_common.c' (127,811) at 20240411080014098 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Marasenkallio' (127,812) at 20210307205553774 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc' (127,813) at 20241221090017528 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/logicvc_layer.h' (127,814) at 20240405153048565 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/ipmi/ipmi_plat_data.h' (127,815) at 20210307214926946 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/org.freedesktop.hostname1_no_polkit.conf' (127,816) at 20210307205554494 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_minized_defconfig' (127,817) at 20210308005003288 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/module.c' (127,818) at 20210726100024707 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_video.cpp' (127,819) at 20230330080015889 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/command_syntax_extensions.txt' (127,820) at 20210308005003332 2025-03-14 03:00:53.878-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/kexec.c' (127,821) at 20240712080021057 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/fakekey.c' (127,822) at 20240405153046609 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_type_based.c' (127,823) at 20240405153054277 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig' (127,824) at 20210308005003264 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/fpgardu.sh' (127,825) at 20240308090017911 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-keystone.c' (127,826) at 20240405153231543 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-gpio.yaml' (127,827) at 20240405153045089 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_parse_subtest_header.log' (127,828) at 20240405153054225 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/zoran/zoran.h' (127,829) at 20240405153049385 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS2-ssh-bic@.service' (127,830) at 20230203040020726 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_commit_unittest.cpp' (127,831) at 20210308005134001 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm_kona_smc.h' (127,832) at 20240405153045637 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fifo8.c' (127,833) at 20241211090212558 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/warp7_bl33_defconfig' (127,834) at 20210308005003284 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/voltage.c' (127,835) at 20240405153045673 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch' (127,836) at 20240301090012439 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/util.h' (127,837) at 20240712080021641 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_write_unittest.cpp' (127,838) at 20210308005134001 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pko.h' (127,839) at 20240405153046013 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/tripwire_2.4.3.7.bb' (127,840) at 20241221090017576 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/lib/uptimeofday.h' (127,841) at 20240405153054381 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/smt.c' (127,842) at 20240405153054205 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-kernel/linux/linux/audit.cfg' (127,843) at 20240301090012439 2025-03-14 03:00:53.879-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuarm/pointercal' (127,844) at 20210307205553874 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/namei.c' (127,845) at 20240405153231727 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi' (127,846) at 20240405153045401 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpfptr.h' (127,847) at 20240405153052665 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/chunk.c' (127,848) at 20210309003654452 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-mrw-native.bb' (127,849) at 20210812000025258 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/conf-notes.txt' (127,850) at 20220913030020492 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_debugfs_crc.h' (127,851) at 20210307214931314 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-flydvb.c' (127,852) at 20210307214928782 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/numa.c' (127,853) at 20240405153054097 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/sound/index.rst' (127,854) at 20220525020651774 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-Define-in_-structs-for-non-glibc-system-libs.patch' (127,855) at 20230706080014733 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ApplicationCollection_v1.xml' (127,856) at 20240619080002920 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2131.c' (127,857) at 20240405153049533 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/liquidio/request_manager.c' (127,858) at 20240405153049857 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/108' (127,859) at 20221215040039362 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/isci/host.h' (127,860) at 20240405153231407 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapi_m2m_defconfig' (127,861) at 20210308005003236 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-zcu102.c' (127,862) at 20240326080039426 2025-03-14 03:00:53.880-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/spear-pcie-gadget.rst' (127,863) at 20210309003648432 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/arptables-arpt-get-target-fix.patch' (127,864) at 20210307205553834 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rosson' (127,865) at 20210307205553790 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/overcommit-accounting.rst' (127,866) at 20240405153045229 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-etm3x-core.c' (127,867) at 20240405153048889 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_open_unittest.cpp' (127,868) at 20240817080027252 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/cpustat_user.c' (127,869) at 20240405153053421 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_cpu.h' (127,870) at 20210308005046085 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.h' (127,871) at 20240405153050177 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha1-armv7-neon.S' (127,872) at 20210307214925846 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/094_fmap_x86.dts' (127,873) at 20210308005003752 2025-03-14 03:00:53.881-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/rcu-string.h' (127,874) at 20240405153052289 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_2_4_sh_mask.h' (127,875) at 20210307214927666 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5758.c' (127,876) at 20240405153048977 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-adc-ad7192' (127,877) at 20210307214925190 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml' (127,878) at 20241212090020527 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/mm/on-fault-limit.c' (127,879) at 20240405153054329 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zybo.dts' (127,880) at 20210308005002632 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager/blocklist.json' (127,881) at 20210307205554062 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xccvf/adf_drv.c' (127,882) at 20240405153046957 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/pmbus_read_sensor_action_tests.cpp' (127,883) at 20210511000104226 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/opp/cpu.c' (127,884) at 20240405153231279 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/Kconfig' (127,885) at 20220525020654011 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/Build' (127,886) at 20240405153232223 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sun6i.c' (127,887) at 20240405153231467 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts' (127,888) at 20240405153045605 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c' (127,889) at 20210308005003360 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-11' (127,890) at 20210908000010395 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h' (127,891) at 20240405153230499 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6_20.h' (127,892) at 20240405153051293 2025-03-14 03:00:53.882-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8917.h' (127,893) at 20240405153231795 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/ubifs-media.h' (127,894) at 20210307214931250 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/msi.c' (127,895) at 20240405153230119 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_sample_user.c' (127,896) at 20240405153053429 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ixp4xx/Kconfig' (127,897) at 20240405153045649 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/clock.c' (127,898) at 20210307214925954 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/libspatialite_geos.patch' (127,899) at 20230706080014753 2025-03-14 03:00:53.883-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_3_0_0_offset.h' (127,900) at 20210309003649636 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/topro.c' (127,901) at 20210307214928838 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/stats64.c' (127,902) at 20230925080040113 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7740.h' (127,903) at 20210308005002768 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemu-efi-disk.wks.in' (127,904) at 20241221090017472 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig' (127,905) at 20210308005003244 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/solomon/ssd130x-i2c.c' (127,906) at 20240405153048753 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_main.c' (127,907) at 20240830080013283 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/asm-prototypes.h' (127,908) at 20240405153229999 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/infiniband.rst' (127,909) at 20210307214925462 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/requester.h' (127,910) at 20220429100100746 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/libata.h' (127,911) at 20210308005003656 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/trace-events' (127,912) at 20241211090212310 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/p2041rdb.c' (127,913) at 20210308005002988 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am3517_evm_defconfig' (127,914) at 20210308005003248 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-ra.service' (127,915) at 20240913080015313 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/atomic.h' (127,916) at 20240405153045937 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml' (127,917) at 20240405153045013 2025-03-14 03:00:53.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/pci_expander_bridge.h' (127,918) at 20221215040039182 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/arizona-haptics.c' (127,919) at 20210307214928482 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml' (127,920) at 20240405153229795 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/signal.c' (127,921) at 20230426080043656 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/Makefile' (127,922) at 20210308005003080 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ptest-runner/ptest-runner_2.4.5.1.bb' (127,923) at 20241221090017700 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/platform.h' (127,924) at 20241125090009363 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/mc146818rtc.h' (127,925) at 20210307214925646 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/request.h' (127,926) at 20240405153049237 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_switch.S' (127,927) at 20240405153046261 2025-03-14 03:00:53.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/fuel_gauge/Makefile' (127,928) at 20210308005003468 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/sas_ata.h' (127,929) at 20240405153052877 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/hi3670-clock.h' (127,930) at 20210307214931326 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/sprd-iommu.c' (127,931) at 20240805080013963 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/alphascale/Makefile' (127,932) at 20240405153045397 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/rarpd.service' (127,933) at 20210307205553930 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/fpu_entry.c' (127,934) at 20240405153046473 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-cu08.rst' (127,935) at 20210309003648496 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/9p.h' (127,936) at 20240405153231863 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/usb_mass_storage.c' (127,937) at 20210308005003220 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/restart-poweroff.txt' (127,938) at 20210307214925402 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/chacha-s390.h' (127,939) at 20240405153046269 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/ufs.rst' (127,940) at 20240405153045257 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5535audio/cs5535audio_pm.c' (127,941) at 20210307214932242 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq5332.dtsi' (127,942) at 20240405153229939 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-di.c' (127,943) at 20220525020653035 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/systbls.h' (127,944) at 20210307214926602 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm946es_defconfig' (127,945) at 20210308005003260 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-sm1-h96-max.dts' (127,946) at 20240405153229919 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0004-abseil-ppc-fixes.patch' (127,947) at 20241221090017512 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsp2.dts' (127,948) at 20210307214926354 2025-03-14 03:00:53.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredsanon.c' (127,949) at 20241211090212230 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/Kconfig' (127,950) at 20210308005002944 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/ia_css_ref_param.h' (127,951) at 20210307214930558 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/hex-loader/test.hex' (127,952) at 20210308005046389 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-sdr.rst' (127,953) at 20240405153045313 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/serial.h' (127,954) at 20210307214925670 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gosu/gosu_1.17.bb' (127,955) at 20241206090014258 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/cec-gpio.yaml' (127,956) at 20240405153045093 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sifive/sifive-prci.c' (127,957) at 20240624080012772 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/COPYING.apache-2.0' (127,958) at 20210307205553690 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/media5200.c' (127,959) at 20240405153046197 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/inject.c' (127,960) at 20240405153230119 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon/obmc/phosphor-fan/phosphor-cooling-type-0.conf' (127,961) at 20210307205553702 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/ringtest/ptr_ring.c' (127,962) at 20210307214932742 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/intel/ivsc/Makefile' (127,963) at 20240405153230795 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/aesni-intel_glue.c' (127,964) at 20240405153230103 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/jornada720_defconfig' (127,965) at 20240405153045613 2025-03-14 03:00:53.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-usb-legacy.c' (127,966) at 20241111090012137 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/aspeed_spi.c' (127,967) at 20230720080043543 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_prctl.h' (127,968) at 20220429100100646 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/infiniband/opa_vnic.rst' (127,969) at 20220525020651770 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/actions/owl-s500-cubieboard6.dts' (127,970) at 20240405153045369 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross.inc' (127,971) at 20220402030016175 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/ja_JP/stable_kernel_rules.txt' (127,972) at 20210307214925582 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha512-glue.c' (127,973) at 20240405153229907 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/usb-serial-simple.c' (127,974) at 20240405153052137 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_csiphy.h' (127,975) at 20210307214930586 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bottnaryd_Ryd' (127,976) at 20210307205553778 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/json_writer.c' (127,977) at 20240405153054037 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h' (127,978) at 20240405153047293 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mmhubbub.h' (127,979) at 20240405153047249 2025-03-14 03:00:53.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/pcie_bus.c' (127,980) at 20220525020653731 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/adreno/a5xx.xml.h' (127,981) at 20240405153048573 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_h.c' (127,982) at 20210308005046513 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dns_updater.hpp' (127,983) at 20210527000130809 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts' (127,984) at 20240405153229951 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/main.c' (127,985) at 20240830080013291 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/intel/Kconfig.tng' (127,986) at 20240405153231319 2025-03-14 03:00:53.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_main.hpp' (127,987) at 20220210040020094 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/hyperbus.h' (127,988) at 20240405153052745 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/icplus-ip101ag.txt' (127,989) at 20210307214925374 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/aio.py' (127,990) at 20210308005046245 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_pciids.h' (127,991) at 20240405153052633 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_wap5813n.h' (127,992) at 20210308005003592 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb' (127,993) at 20240309090012808 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt' (127,994) at 20240405153229775 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/irq-gic.c' (127,995) at 20210307214926290 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/0001-adjust-for-64bit-time_t.patch' (127,996) at 20230131040012027 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/percpu.c' (127,997) at 20240405153231975 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qe/Kconfig' (127,998) at 20240405153051757 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/trace.c' (127,999) at 20240405153053233 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/Makefile' (128,000) at 20240405153046041 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hdac_hdmi.c' (128,001) at 20240405153053617 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_3_sm6115.h' (128,002) at 20240405153230591 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/kc705.dts' (128,003) at 20210308005002884 2025-03-14 03:00:53.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig' (128,004) at 20210308005003276 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/futex-contention.py' (128,005) at 20210309003655940 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-mvebu.c' (128,006) at 20240405153231287 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/pci-msi.txt' (128,007) at 20210307214925386 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c' (128,008) at 20240405153050045 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/evgpeutil.c' (128,009) at 20240405153046617 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_sw.c' (128,010) at 20210308005003708 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/propertywatch.hpp' (128,011) at 20240904080034451 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/rock960-rk3399.c' (128,012) at 20210308005003088 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nxp/clk-lpc18xx-ccu.c' (128,013) at 20240405153046805 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1023si-pre.dtsi' (128,014) at 20210307214926346 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/MAINTAINERS' (128,015) at 20210308005002964 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/README.p212' (128,016) at 20210308005002912 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c' (128,017) at 20240405153050325 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma-ddr1866.dts' (128,018) at 20210308005002608 2025-03-14 03:00:53.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff_4.7.0.bb' (128,019) at 20241221090017692 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v6_20.h' (128,020) at 20240405153051289 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-amlogic-c3.c' (128,021) at 20240405153231323 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/config.c' (128,022) at 20240405153231651 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124.dtsi' (128,023) at 20240405153229879 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/textbox.c' (128,024) at 20210308005003732 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/xdp_hw_metadata.c' (128,025) at 20240405153054285 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/unshare.rst' (128,026) at 20210307214925626 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nfnetlink_cthelper.h' (128,027) at 20210406100036151 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release_1.4.bb' (128,028) at 20241221090017676 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/mem2node.c' (128,029) at 20220525020655171 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/recommended.json' (128,030) at 20240405153054121 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8450-mdss.yaml' (128,031) at 20240405153229763 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/uaccess.h' (128,032) at 20240405153046281 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_pbi.cfg' (128,033) at 20210308005002992 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbyv35_nic_mellanox.json' (128,034) at 20241213090004409 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-input-test.c' (128,035) at 20240405153048813 2025-03-14 03:00:53.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/pm/amd-pstate.rst' (128,036) at 20240405153044961 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/tc654.rst' (128,037) at 20210307214925506 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/lldpd.init.d' (128,038) at 20210307205553818 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb' (128,039) at 20241221090017528 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_tfa_defconfig' (128,040) at 20210308005003268 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-mtk-snfi.c' (128,041) at 20240405153231463 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/Makefile' (128,042) at 20210308005003728 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-always-use-bfd-linker.patch' (128,043) at 20230706080014733 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/sandbox-mbox.c' (128,044) at 20210308005003388 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/message_iterator.hpp' (128,045) at 20210308005114857 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/k3-am654-ddrss.h' (128,046) at 20210308005003476 2025-03-14 03:00:53.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-table.c' (128,047) at 20240405153230767 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/cevt-rt3352.c' (128,048) at 20210307214926290 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enum-frameintervals.rst' (128,049) at 20220525020651786 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/intel.c' (128,050) at 20240405153049709 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/bus_spi.c' (128,051) at 20240405153050693 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/commandutils.hpp' (128,052) at 20240829080009326 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/vdpa_dev.c' (128,053) at 20240405153231571 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallastrom' (128,054) at 20210307205553782 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/wilco_ec/debugfs.c' (128,055) at 20240405153051385 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/cmd646.c' (128,056) at 20241211090212282 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml' (128,057) at 20240405153045137 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/socket.c' (128,058) at 20240405153054177 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vining_2000_defconfig' (128,059) at 20210308005003284 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/lib/umodsi3.S' (128,060) at 20240405153046513 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-non-file.json' (128,061) at 20210308005046409 2025-03-14 03:00:53.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-poplar.dts' (128,062) at 20240405153045773 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hpsa.c' (128,063) at 20240613080016463 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/color_table.h' (128,064) at 20210307214927314 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/64-bit.config' (128,065) at 20220525020652030 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xen-pvh.c' (128,066) at 20241211090212254 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/serial/Makefile.am' (128,067) at 20210308004938836 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/termbits.h' (128,068) at 20210307214926586 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_inputs_128.h' (128,069) at 20210308005046501 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/efx_channels.c' (128,070) at 20240405153050281 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/dimm_type.json' (128,071) at 20221207040007843 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_write_window_v2.c' (128,072) at 20230809080010799 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-sdp.dts' (128,073) at 20240405153045605 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/OWNERS' (128,074) at 20241206090008294 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ks8851_mll.c' (128,075) at 20210308005003432 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/178.out.raw' (128,076) at 20230925080040089 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/atari.h' (128,077) at 20210307214926786 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fsubs.c' (128,078) at 20210307214926438 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-arvo' (128,079) at 20210307214925182 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.h' (128,080) at 20240405153052161 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ulpi.c' (128,081) at 20210307214930778 2025-03-14 03:00:53.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (128,082) at 20240308090017907 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_ioctl.h' (128,083) at 20240405153052633 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/arc/Kconfig' (128,084) at 20220525020653451 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/ics932s401.rst' (128,085) at 20210307214925522 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftests/mock_timeline.h' (128,086) at 20210307214927826 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-koneplus' (128,087) at 20210307214925182 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ethernut5.h' (128,088) at 20210308005003596 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml' (128,089) at 20240405153045065 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-type.err' (128,090) at 20210927100127469 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/asm-offsets.c' (128,091) at 20210307214926558 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/uuid.h' (128,092) at 20210308005003692 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/powernow-k8.h' (128,093) at 20210307214927058 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb' (128,094) at 20241221090017680 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/bench/example.cfg' (128,095) at 20210307214932614 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/pcbios.c' (128,096) at 20210307214926742 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/check-git' (128,097) at 20240405153053437 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/include/asm/cpuinfo.h' (128,098) at 20210307214926314 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/au0828/au0828-cards.h' (128,099) at 20210307214928806 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/__init__.py' (128,100) at 20210307205554286 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seqlock_api.h' (128,101) at 20240405153052793 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/etm.json' (128,102) at 20240405153054109 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/dm.c' (128,103) at 20210309003651808 2025-03-14 03:00:53.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/dot.profile' (128,104) at 20210307205554470 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/ich8lan.h' (128,105) at 20220804100015968 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_cxt.c' (128,106) at 20240405153231039 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r40.dtsi' (128,107) at 20210308005002628 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/imximage.cfg' (128,108) at 20210308005002988 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c' (128,109) at 20210309003651816 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sbc_epx_c3.c' (128,110) at 20210307214930974 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/Kconfig' (128,111) at 20210308005002976 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c' (128,112) at 20240520080015143 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm0010.c' (128,113) at 20240405153053817 2025-03-14 03:00:53.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/qom-qmp-cmds.c' (128,114) at 20241211090212454 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-3.c' (128,115) at 20210927100127513 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/host_contam_fix.patch' (128,116) at 20220618030015174 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/chrp/time.c' (128,117) at 20240405153046209 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/delay.c' (128,118) at 20210307214925866 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/Kconfig' (128,119) at 20210308005002908 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service' (128,120) at 20210307205554070 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ehci-mv.c' (128,121) at 20240405153231555 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JPL-image' (128,122) at 20241221090017616 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/tda1002x.h' (128,123) at 20240405153049301 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/backing_ops.c' (128,124) at 20210307214926462 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netdev_rx_queue.h' (128,125) at 20240405153231855 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/scripts/Makefile.arch' (128,126) at 20241216090017805 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/e6500_power_isa.dtsi' (128,127) at 20210308005002836 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/050.out' (128,128) at 20210308005046437 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.h' (128,129) at 20210308005003368 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,q6sstopcc-qcs404.h' (128,130) at 20210307214931330 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libtimedate-perl_2.30.bb' (128,131) at 20220402030016203 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/OpenLDAP' (128,132) at 20210307205553866 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb' (128,133) at 20241221090017504 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Salo' (128,134) at 20210307205553770 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/bblayers.conf.sample' (128,135) at 20220910030013373 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_crtc.c' (128,136) at 20241008080013923 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/poly1305_generic.c' (128,137) at 20210307214926802 2025-03-14 03:00:53.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/test_override_return.sh' (128,138) at 20210920100020775 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi' (128,139) at 20240405153045797 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385.dtsi' (128,140) at 20210308005002568 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc0_eml_cfg_regs.h' (128,141) at 20240405153046605 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb' (128,142) at 20241206090014242 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cyber2000fb.c' (128,143) at 20240405153231583 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/overlayfs_etc.wks.in' (128,144) at 20240413080012683 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/base64.c' (128,145) at 20241114091008828 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm-generic/bitops/__fls.h' (128,146) at 20210307214932474 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/rohm-bu27008.c' (128,147) at 20240405153230695 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xpp' (128,148) at 20211006000025246 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/usb/Makefile' (128,149) at 20210307214928598 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/slirp.wrap' (128,150) at 20240326080039630 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vaxbo' (128,151) at 20210307205553794 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/bpfilter/Makefile' (128,152) at 20210307214931934 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/mscc/mscc_ptp.h' (128,153) at 20220525020653687 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/Makefile' (128,154) at 20210307214928718 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch' (128,155) at 20241221090017672 2025-03-14 03:00:53.899-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-protocols/net-snmp/net-snmp_%.bbappend' (128,156) at 20210307205554074 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_s6d1121.c' (128,157) at 20210716100030019 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi' (128,158) at 20240805080013915 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/_templates/footer.html' (128,159) at 20230114040015502 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-omap.c' (128,160) at 20240910080014070 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dkl_phy_regs.h' (128,161) at 20240405153048445 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target.c.inc' (128,162) at 20241211090212526 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb' (128,163) at 20241221090017488 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-docg3' (128,164) at 20210309003648256 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend' (128,165) at 20210812000025258 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/i440fx-test.c' (128,166) at 20221215040039374 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/xc2028-types.h' (128,167) at 20240405153049537 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/csky/include/uapi/asm/perf_regs.h' (128,168) at 20210307214932454 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/cache.h' (128,169) at 20210308005002800 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/prog_array_init.c' (128,170) at 20240405153054257 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t2080si-post.dtsi' (128,171) at 20210307214926354 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/blkpg.h' (128,172) at 20220525020654663 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/lm7000.h' (128,173) at 20210307214928770 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/Makefile' (128,174) at 20240405153231043 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_conntrack_expect.c' (128,175) at 20240405153232059 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr.h' (128,176) at 20241023080012895 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/microchip,lan966x-serdes.yaml' (128,177) at 20240405153045129 2025-03-14 03:00:53.900-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/power/bq27xxx_battery.h' (128,178) at 20240405153052773 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-core.h' (128,179) at 20240405153049461 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/rt.c' (128,180) at 20241216090017781 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v4_20.h' (128,181) at 20240405153051289 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/PoliciesStore.js' (128,182) at 20241004080035963 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h' (128,183) at 20240405153047165 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/common/gpio_hog.h' (128,184) at 20210308005002908 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routes.c' (128,185) at 20240405153046901 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/dnotify.rst' (128,186) at 20210307214925482 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/intel_sbi.h' (128,187) at 20240405153048541 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/meson.options' (128,188) at 20240106090017253 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-rockchip.c' (128,189) at 20240913080013785 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/288' (128,190) at 20210927100127501 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/cs5535audio/cs5535audio_pcm.c' (128,191) at 20240405153053521 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/watchdog/Makefile' (128,192) at 20210309003654520 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPL-1.0' (128,193) at 20211006000025238 2025-03-14 03:00:53.901-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/testrpm/files/testfile.txt' (128,194) at 20220910030013381 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/frontend.json' (128,195) at 20240405153054125 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console-ssh@.service.d/use-socket.conf.in' (128,196) at 20240418080015058 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/Makefile' (128,197) at 20240405153050625 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/119' (128,198) at 20220429100100890 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3368_common.h' (128,199) at 20210308005003612 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/uniphier-ld4-ref.dts' (128,200) at 20240405153045577 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-kontron-bl.dts' (128,201) at 20240405153045529 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/misc.h' (128,202) at 20210308005002776 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/uverbs_std_types.h' (128,203) at 20210309003653968 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/ibex_spi_host.h' (128,204) at 20230426080043768 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vsyscall/vsyscall-note.S' (128,205) at 20210307214926570 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/Makefile' (128,206) at 20210308005003456 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/handoff.h' (128,207) at 20210308005002848 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/Makefile' (128,208) at 20240405153045985 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scheduler/text_files.rst' (128,209) at 20210307214925558 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/hal_intf.c' (128,210) at 20240405153231487 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/sm8250.c' (128,211) at 20241104090011627 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/hwmon_ffdc.cpp' (128,212) at 20240301090025955 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-firmware-papr-energy-scale-info' (128,213) at 20240405153044925 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kvm_pgtable.h' (128,214) at 20240405153229979 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ad7887.h' (128,215) at 20220525020654603 2025-03-14 03:00:53.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv6/nf_reject.h' (128,216) at 20220525020654643 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/rt3883.h' (128,217) at 20240405153046005 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt282x.c' (128,218) at 20240405153046897 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch' (128,219) at 20210307205554574 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/doublefault.h' (128,220) at 20240405153046381 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam.c' (128,221) at 20240405153053505 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rtc-test.c' (128,222) at 20221215040039382 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpi-mul.c' (128,223) at 20240405153231947 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_ppi.c' (128,224) at 20240405153046765 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-mlxcpld.c' (128,225) at 20240405153048925 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_file_ops.c' (128,226) at 20240405153230719 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-stattrib-kvm.c' (128,227) at 20240906080037288 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/egl-helpers.h' (128,228) at 20230925080039937 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tcp_cong_kern.c' (128,229) at 20210307214932118 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts' (128,230) at 20240405153229919 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/netlink.h' (128,231) at 20240405153053233 2025-03-14 03:00:53.903-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf119.c' (128,232) at 20220525020652971 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/dlink/dl2k.c' (128,233) at 20240405153049905 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/Makefile' (128,234) at 20240405153051281 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/heaps/Kconfig' (128,235) at 20210307214927118 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/Makefile' (128,236) at 20210307214931058 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_pci_modern.c' (128,237) at 20240405153052233 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hda-mlink.h' (128,238) at 20240405153231863 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_attribute_test.cpp' (128,239) at 20240611080032889 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/Makefile' (128,240) at 20210308005046525 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmarp.h' (128,241) at 20210307214931622 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-gnome-terminal-phonehome' (128,242) at 20220910030013437 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/cec/st,stih-cec.yaml' (128,243) at 20240405153045093 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/old-module-parameters.rst' (128,244) at 20220525020651738 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/i810/i810_main.h' (128,245) at 20210307214930914 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service' (128,246) at 20210307205554062 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/04-fix-FTBFS-clang.patch' (128,247) at 20230520080014488 2025-03-14 03:00:53.904-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_alloc.c' (128,248) at 20241216090017781 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/irq.h' (128,249) at 20240405153046385 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-drv.h' (128,250) at 20240405153050529 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/animeo_ip.dts' (128,251) at 20240405153045461 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts' (128,252) at 20240405153230063 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/ls2080a.c' (128,253) at 20210308005002968 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/Kconfig' (128,254) at 20240405153046973 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts' (128,255) at 20240405153045813 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/mm/ioremap.c' (128,256) at 20240405153230023 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml' (128,257) at 20221207040023631 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/coex.h' (128,258) at 20240405153231255 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml' (128,259) at 20240405153045145 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x35ek.dts' (128,260) at 20210308005002572 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_rb532_cf.c' (128,261) at 20240405153230179 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (128,262) at 20241206090014230 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/mips/Kconfig' (128,263) at 20220525020654983 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rs5c348.c' (128,264) at 20220525020653955 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8.dtsi' (128,265) at 20240405153045401 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_list_sort.c' (128,266) at 20240405153053105 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/context.py' (128,267) at 20241221090017632 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/rockchip_vpu981_regs.h' (128,268) at 20240405153049497 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fdt.c' (128,269) at 20210308005003212 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-base.err' (128,270) at 20220429100100882 2025-03-14 03:00:53.905-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/rme9652/Makefile' (128,271) at 20210307214932274 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/Makefile' (128,272) at 20240405153046733 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdconcat.c' (128,273) at 20240405153049681 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch' (128,274) at 20230131040012035 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glm.pc.in' (128,275) at 20210307205553942 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/Redfish.md' (128,276) at 20241228090003719 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_ssi.c' (128,277) at 20240405153232175 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat4B_C-93.5E' (128,278) at 20210307205553762 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/s2mps11.txt' (128,279) at 20210308005003308 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/fill_scrapyard.py' (128,280) at 20210308005003732 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/aide.py' (128,281) at 20220721030015849 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt' (128,282) at 20210307214925314 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/systbls.S' (128,283) at 20220525020651802 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@85000/i2c-switch@71/i2c@0/max31725@54.conf' (128,284) at 20210307205554086 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/socfpga.c' (128,285) at 20210308005002952 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-rt1015p.dtsi' (128,286) at 20240405153045749 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/watchdog.h' (128,287) at 20210308005003692 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier.h' (128,288) at 20240405153046869 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/industrialio-trigger.c' (128,289) at 20240719080013349 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Newsletr' (128,290) at 20211006000025238 2025-03-14 03:00:53.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/verity.rst' (128,291) at 20240405153044941 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/win_dump.h' (128,292) at 20230426080043664 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/common/cavium_ptp.c' (128,293) at 20210309003650584 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/vdso/vdso.lds.S' (128,294) at 20210307214925986 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp2400_input_system_global.h' (128,295) at 20210309003653020 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-change-copy-mode' (128,296) at 20240326080039734 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/vga/Kconfig' (128,297) at 20240405153048809 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/NCR5380.h' (128,298) at 20240405153051549 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/event_parser.hpp' (128,299) at 20240618080043041 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/pciehp_hpc.c' (128,300) at 20240405153051245 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/blyth.json' (128,301) at 20240123090005495 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/bitops.h' (128,302) at 20240405153046001 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml' (128,303) at 20220525020651702 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/templates/default/local.conf.sample' (128,304) at 20241221090017568 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/5000.c' (128,305) at 20240405153050509 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/network-controller.html' (128,306) at 20210308005107073 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/floating-point.json' (128,307) at 20240405153054137 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/gpio-mockup-cdev.c' (128,308) at 20240405153054305 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/led.c' (128,309) at 20240405153050633 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt' (128,310) at 20240405153045081 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-member.err' (128,311) at 20210308005046405 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrahammar' (128,312) at 20210307205553786 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/autogen.sh' (128,313) at 20210307214932738 2025-03-14 03:00:53.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/uapi/asm/errno.h' (128,314) at 20210307214926250 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/inode.c' (128,315) at 20240405153231895 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/nf_conntrack_count.h' (128,316) at 20240405153052857 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sm8150.h' (128,317) at 20210309003653812 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/LICENSE' (128,318) at 20210308005111465 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sleep43xx.S' (128,319) at 20240405153045669 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch' (128,320) at 20241221090017656 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/reg/ipa_reg-v4.11.c' (128,321) at 20240405153050345 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Create.interface.yaml' (128,322) at 20240618080025497 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/swab.h' (128,323) at 20210307214925854 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_modeset_setup.h' (128,324) at 20240405153048457 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_ncm.c' (128,325) at 20240429080012444 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/bcm2836_control.h' (128,326) at 20210308005046017 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/Kconfig' (128,327) at 20240405153232291 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/eco5pk.h' (128,328) at 20210308005003592 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/pwr/pwr_10_0_sh_mask.h' (128,329) at 20210307214927670 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-hvm-common.h' (128,330) at 20241211090212366 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/gadget-testing.rst' (128,331) at 20240405153229839 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/sta32x.c' (128,332) at 20240405153232163 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qobject.c' (128,333) at 20221215040039390 2025-03-14 03:00:53.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-beagle-ab4.dts' (128,334) at 20240405153045601 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredsx509.c' (128,335) at 20241211090212230 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/cxl.h' (128,336) at 20240405153049629 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Reservoir.v1_0_2.json' (128,337) at 20240619080002952 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_h.c' (128,338) at 20210308005046521 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/ucd90160_device_tests.cpp' (128,339) at 20240817080031292 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/ISSUE_TEMPLATE/question.md' (128,340) at 20220907030013285 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/interrupts.c' (128,341) at 20210308005002800 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32l4x5_exti.c' (128,342) at 20240906080037256 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/kernel-offsets.h' (128,343) at 20210307214926754 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml' (128,344) at 20240405153045125 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h11_0.14.0.bb' (128,345) at 20230706080014761 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-shmobile/smp-sh73a0.c' (128,346) at 20220525020651894 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dwarf-aux.h' (128,347) at 20240405153054189 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_dynevent.c' (128,348) at 20240405153053065 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/silabs,si570.txt' (128,349) at 20220525020651666 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm5301x-nand-cs0-bch1.dtsi' (128,350) at 20240405153045425 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/lochnagar.h' (128,351) at 20240405153052645 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mmu.h' (128,352) at 20240405153229979 2025-03-14 03:00:53.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_netx.c' (128,353) at 20220525020654239 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-khadas.c' (128,354) at 20210307214928782 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mt6360-adc.c' (128,355) at 20240405153048957 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb' (128,356) at 20241221090017524 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_device.h' (128,357) at 20220525020654827 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingLoopCollection.json' (128,358) at 20240619080002944 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/dice/Makefile' (128,359) at 20240405153232123 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingLoop_v1.xml' (128,360) at 20240619080002924 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0005-ethernet.c-remove-it.patch' (128,361) at 20230706080014749 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/iscsi-opts.c' (128,362) at 20210927100127033 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pvpanic.rst' (128,363) at 20240906080037176 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/ci20.dts' (128,364) at 20240405153045989 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/test-1648.c' (128,365) at 20240906080037580 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/kalmia.c' (128,366) at 20240405153050377 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fsopen.c' (128,367) at 20240405153231679 2025-03-14 03:00:53.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/qcom-pm8xxx-xoadc.c' (128,368) at 20240405153048961 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/Makefile' (128,369) at 20220525020655187 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/mmu_context_64.h' (128,370) at 20240405153046321 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_tftp_upload_image.robot' (128,371) at 20240628080017121 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/phy-miphy28lp.c' (128,372) at 20240405153051297 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/aoa/soundbus/Makefile' (128,373) at 20210307214932186 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h' (128,374) at 20240405153230331 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/gpio_decoder.c' (128,375) at 20240405153049141 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h' (128,376) at 20210307214927306 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel.h' (128,377) at 20230426080043788 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/timing.h' (128,378) at 20210307214927906 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/atmel-sha-regs.h' (128,379) at 20210307214927070 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_gio_module_cache' (128,380) at 20210307205554642 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/logo/logo_parisc_clut224.ppm' (128,381) at 20210307214930954 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/include/objtool/objtool.h' (128,382) at 20240405153054077 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gtp.h' (128,383) at 20240405153052845 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/irq_work.h' (128,384) at 20240405153231815 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/sleep33xx.S' (128,385) at 20240405153045669 2025-03-14 03:00:53.911-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/crash_core.c' (128,386) at 20240405153230067 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c' (128,387) at 20240415080012975 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gordalen' (128,388) at 20210307205553782 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks' (128,389) at 20210817100021814 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-pca995x.c' (128,390) at 20241008080013939 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c' (128,391) at 20240405153230611 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mc9sdz60.c' (128,392) at 20210308005003400 2025-03-14 03:00:53.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/netup_unidvb/netup_unidvb.h' (128,393) at 20210307214928702 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/common.c' (128,394) at 20240405153046485 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/Makefile' (128,395) at 20210308005003056 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb' (128,396) at 20240106090017253 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ir35221-on-bind@.service' (128,397) at 20210307205553698 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml' (128,398) at 20240405153229791 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/cna.h' (128,399) at 20210307214929346 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/logger.hpp' (128,400) at 20230624080030539 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/guid.hpp' (128,401) at 20230808080039221 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ucall.c' (128,402) at 20240405153232271 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/host1x02.h' (128,403) at 20210307214928082 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootPolicy.interface.yaml' (128,404) at 20210610000035114 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/disp.c' (128,405) at 20240405153048625 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mac_oldworld.c' (128,406) at 20241211090212318 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/kgdb.h' (128,407) at 20240405153046001 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/gup_test.h' (128,408) at 20240405153053125 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AddressPoolCollection.json' (128,409) at 20240619080002940 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/run-ci.sh' (128,410) at 20230317080026221 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld20.c' (128,411) at 20210308005002792 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/amdgpu/display/multi-display-hdcp-mpo.svg' (128,412) at 20240405153045213 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_rw.c' (128,413) at 20220525020653963 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/apple_m1_cpu_pmu.c' (128,414) at 20240405153051269 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/bcm/Makefile' (128,415) at 20240405153231447 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/doc-guide/parse-headers.rst' (128,416) at 20210307214925454 2025-03-14 03:00:53.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/lib/cpuidle.c' (128,417) at 20210307214932614 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/core.c' (128,418) at 20240405153053009 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/dma-buf.h' (128,419) at 20240405153052913 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/admin-guide/clearing-warn-once.rst' (128,420) at 20210309003648468 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/cache.json' (128,421) at 20240405153054113 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-tty' (128,422) at 20240405153044929 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml' (128,423) at 20240405153229755 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dns_resolve.c' (128,424) at 20240405153052513 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.service' (128,425) at 20241112090023994 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0.dtsi' (128,426) at 20240405153046093 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/silk_defconfig' (128,427) at 20210308005003280 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftgmac100.c' (128,428) at 20230302090047762 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_power_voltage_readings.robot' (128,429) at 20210308005007128 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,msm8998-mdss.yaml' (128,430) at 20240405153229763 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/Funnel7.svg' (128,431) at 20240405153044933 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-exception-store.c' (128,432) at 20240405153049245 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/common/collect_sbe_hb_data.cpp' (128,433) at 20231025080026958 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/base-files/base-files_%.bbappend' (128,434) at 20240302090018226 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/local_storage_bench.c' (128,435) at 20240405153054269 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-lx2160a-rdb.dts' (128,436) at 20210308005002580 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native_%.bbappend' (128,437) at 20210812000025162 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutletGroupCollection_v1.xml' (128,438) at 20240619080002932 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap_sh4a_4a_defconfig' (128,439) at 20210308005003248 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b/xtensa-modules.c.inc' (128,440) at 20210308005046349 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/system.hpp' (128,441) at 20220909030021547 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch' (128,442) at 20210307205554562 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/mpc_i2c.c' (128,443) at 20241211090212274 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_ethtool.c' (128,444) at 20240405153051881 2025-03-14 03:00:53.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/Kconfig' (128,445) at 20210307214929226 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/fcntl.h' (128,446) at 20210309003648864 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cardreader/rts5261.c' (128,447) at 20240405153049629 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/MAINTAINERS' (128,448) at 20210308005002976 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/Makefile' (128,449) at 20240405153053937 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/broadcom/bcm2711-rpi-400.dts' (128,450) at 20240405153045717 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-dtt200u-cardlist.rst' (128,451) at 20210307214925230 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/amd/ntb_hw_amd.h' (128,452) at 20210307214929982 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/requester/meson.build' (128,453) at 20240908080010102 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/gpio/amlogic-c3-gpio.h' (128,454) at 20240405153231795 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/generic-loader.h' (128,455) at 20210308005046009 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Systemics' (128,456) at 20241221090017612 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/serdes.c' (128,457) at 20240405153230907 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sbus/char/openprom.c' (128,458) at 20210307214930258 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/304' (128,459) at 20210927100127505 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/not-final.patch' (128,460) at 20241206090014266 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_encoder_slave.h' (128,461) at 20240405153052629 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/README' (128,462) at 20210308005002984 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/of.c' (128,463) at 20210307214930854 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/gpio-davinci.h' (128,464) at 20240405153052769 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c' (128,465) at 20240405153230263 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dts' (128,466) at 20240405153229883 2025-03-14 03:00:53.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/alibaba_uncore_drw_pmu.c' (128,467) at 20241008080013963 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/cfe/cfe_api_int.h' (128,468) at 20210307214926206 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_nesting___err_partial_match_dups.c' (128,469) at 20210307214932642 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-u-boot.dtsi' (128,470) at 20210308005002600 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c' (128,471) at 20220525020654303 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/c_can_pci.c' (128,472) at 20240405153049729 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/Makefile' (128,473) at 20210307214932158 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock_types_raw.h' (128,474) at 20220525020654619 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c' (128,475) at 20230426080043948 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in4_master_regs.h' (128,476) at 20240405153046585 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/unistd.h' (128,477) at 20210307214926326 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/rotary-encoder.txt' (128,478) at 20210307214925338 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gt_pm.h' (128,479) at 20240405153048489 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/maps.h' (128,480) at 20240613080016563 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-iat-api-test_%.bbappend' (128,481) at 20230114040015466 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_static_config.c' (128,482) at 20220525020653435 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53evk_defconfig' (128,483) at 20210308005003268 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-kernel/linux/linux-aspeed_%.bbappend' (128,484) at 20211013000033044 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/gpio.h' (128,485) at 20210308005002640 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/msr.c' (128,486) at 20240405153046473 2025-03-14 03:00:53.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7091r-base.h' (128,487) at 20240405153230687 2025-03-14 03:00:53.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_via.c' (128,488) at 20241216090017805 2025-03-14 03:00:53.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-bandwidth-t.rst' (128,489) at 20210309003648476 2025-03-14 03:00:53.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/kcsan.h' (128,490) at 20240405153053013 2025-03-14 03:00:53.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-hsdk/platform.c' (128,491) at 20240405153045365 2025-03-14 03:00:53.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7794.c' (128,492) at 20210308005003464 2025-03-14 03:00:53.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/cxgb3_ctl_defs.h' (128,493) at 20210307214929358 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/meson.build' (128,494) at 20241211090212378 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/boot.h' (128,495) at 20241211090212362 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/realtek/rtd1293.dtsi' (128,496) at 20240405153045797 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-adc12138.c' (128,497) at 20240405153048961 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm011.dts' (128,498) at 20210308005002632 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5514.h' (128,499) at 20210307214931598 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi' (128,500) at 20210307214926346 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/umwait.c' (128,501) at 20240405153046425 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/softirq_stack.h' (128,502) at 20240405153052621 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/Makefile' (128,503) at 20210307214926182 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_xscom.c' (128,504) at 20240906080037280 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/qaic/mhi_controller.c' (128,505) at 20240405153230163 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vimc/vimc-scaler.c' (128,506) at 20240405153049529 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-megaworld.c' (128,507) at 20240405153048817 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ctxfi/ctvmem.h' (128,508) at 20220525020654991 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/berlin/berlin-bg2cd.c' (128,509) at 20241008080013967 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/281' (128,510) at 20240326080039734 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/syscall_64.tbl' (128,511) at 20241211090212374 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c' (128,512) at 20210307214929770 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/install.sh' (128,513) at 20240405153045965 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/hgpk.c' (128,514) at 20240405153049153 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/subcore-asm.S' (128,515) at 20210307214926474 2025-03-14 03:00:53.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_xdp_do_redirect.c' (128,516) at 20240405153054281 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_gsc.h' (128,517) at 20240405153048485 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_SECMARK.h' (128,518) at 20210524100035078 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/initrd-stress.sh' (128,519) at 20210308005046397 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsverity.h' (128,520) at 20240405153052693 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb' (128,521) at 20241206090014314 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8916.h' (128,522) at 20210307214931330 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_bios.c' (128,523) at 20240520080015151 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mc33880.c' (128,524) at 20240405153047077 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i3c/i3c.yaml' (128,525) at 20240405153229767 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vdso.h' (128,526) at 20220525020652102 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pcie-presence/LICENSE' (128,527) at 20210308005101821 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/apm/xgene/xgene_enet_cle.c' (128,528) at 20210307214929298 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/archrandom.h' (128,529) at 20240405153046273 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SISSL-1.2' (128,530) at 20211006000025242 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/fm801-gp.c' (128,531) at 20210307214928466 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5271.h' (128,532) at 20210308005002804 2025-03-14 03:00:53.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/bpmp-private.h' (128,533) at 20210726100024667 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscallhdr.sh' (128,534) at 20241211090212378 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/wrapper.py' (128,535) at 20220910030013405 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c' (128,536) at 20240405153049125 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/Makefile' (128,537) at 20210307214929294 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml' (128,538) at 20221109040027959 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_mps.c' (128,539) at 20210307214929366 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/huge_pages.c' (128,540) at 20240405153048481 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/mmcc-msm8960.c' (128,541) at 20240405153046833 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/itcw.c' (128,542) at 20240405153051521 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/mc13xxx.txt' (128,543) at 20210307214925362 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/hiface/Makefile' (128,544) at 20210307214932442 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_nand_defconfig' (128,545) at 20210308005003280 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c' (128,546) at 20240405153048657 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/video4linux/omap3isp.txt' (128,547) at 20210307214925586 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/ptrace.c' (128,548) at 20240405153230127 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/0001-fix-return-makes-integer-from-pointer-without-a-cast.patch' (128,549) at 20220910030013349 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/4xx/soc.c' (128,550) at 20240405153230051 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vdso/gen_vdso64_offsets.sh' (128,551) at 20240405153046153 2025-03-14 03:00:53.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_irq.h' (128,552) at 20220525020653015 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nvs.c' (128,553) at 20220525020652242 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-plat.c' (128,554) at 20240405153231559 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ksmbd_spnego_negtokentarg.asn1' (128,555) at 20240405153052529 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html' (128,556) at 20210307205554246 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/094' (128,557) at 20220429100100890 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/cpu.c' (128,558) at 20210308005002732 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch' (128,559) at 20210307205554566 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/plat-80-obmc-console-uart.rules' (128,560) at 20240924080011379 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/memory.json' (128,561) at 20240405153054137 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci.c' (128,562) at 20240405153230087 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/clock.h' (128,563) at 20210308005002672 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/tuxruntest.py' (128,564) at 20241211090212538 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/boost.wrap' (128,565) at 20240330080006130 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_pandora_defconfig' (128,566) at 20210308005003272 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-ioctl.h' (128,567) at 20210307214928686 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/pgtable.h' (128,568) at 20240405153230091 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/schema/ServiceRoot_v1.xml' (128,569) at 20220520030007180 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/soc/dpcm.rst' (128,570) at 20210307214925570 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/bcm_nsp.c' (128,571) at 20240405153045637 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_private_cfm.h' (128,572) at 20220525020654803 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch' (128,573) at 20230706080014749 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-timer.c' (128,574) at 20220525020652014 2025-03-14 03:00:53.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/loop.c' (128,575) at 20241118090018499 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_w.c' (128,576) at 20210308005046513 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/phosphor-logging.wrap' (128,577) at 20220322030004944 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/dts/ag101p.dts' (128,578) at 20210308005002824 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.c' (128,579) at 20220525020653615 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/interconnect-clk.h' (128,580) at 20240405153052709 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb' (128,581) at 20241206090014342 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-devfreq' (128,582) at 20240405153229731 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_aia.h' (128,583) at 20240405153046245 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/242.out' (128,584) at 20220429100100914 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9263.h' (128,585) at 20210308005002716 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog_%.bbappend' (128,586) at 20241206090014202 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/stm32-usart.h' (128,587) at 20240405153231519 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libarchive/libarchive_3.7.7.bb' (128,588) at 20241221090017676 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/cache.c' (128,589) at 20240405153230015 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h' (128,590) at 20240405153048753 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/Kconfig' (128,591) at 20210308005003044 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/storagecommands.hpp' (128,592) at 20240228090006748 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/sifive,gpio.yaml' (128,593) at 20240405153045061 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/backing-dev-defs.h' (128,594) at 20240405153231799 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1176/Makefile' (128,595) at 20210308005002544 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/filelock.h' (128,596) at 20210309003653976 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_plane_initial.h' (128,597) at 20240405153048457 2025-03-14 03:00:53.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch' (128,598) at 20241221090017684 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/kvm-accel-ops.c' (128,599) at 20240906080037136 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cq93vc.c' (128,600) at 20240405153053569 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/mt6358/registers.h' (128,601) at 20240405153052729 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi_type.h' (128,602) at 20210307214928994 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/u-boot-riscv.h' (128,603) at 20210308005002844 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/fcntl.h' (128,604) at 20240405153052901 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/updater.hpp' (128,605) at 20210910100042484 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml' (128,606) at 20240405153229799 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m48t59.c' (128,607) at 20241211090212326 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ahci-remap.h' (128,608) at 20210307214931354 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-sunplus.c' (128,609) at 20240405153051485 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-idp2.dts' (128,610) at 20240405153045785 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/sparsemem.h' (128,611) at 20210307214926322 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_i2c.c' (128,612) at 20240405153048993 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock.c' (128,613) at 20210308005002784 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/menu.c' (128,614) at 20240726080012878 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/posix-stubs.c' (128,615) at 20240405153231931 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/soc15_hw_ip.h' (128,616) at 20240405153048321 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/nlohmann_json.wrap' (128,617) at 20231208090022708 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_h.c' (128,618) at 20210308005046513 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/numa.h' (128,619) at 20230426080043768 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/PCI/endpoint/function/binding/pci-ntb.rst' (128,620) at 20220525020651638 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc' (128,621) at 20241221090017692 2025-03-14 03:00:53.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/mt7629-power.h' (128,622) at 20210308005003640 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbl.c' (128,623) at 20210308005046505 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sbus.c' (128,624) at 20240405153230095 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Karkkila' (128,625) at 20210307205553766 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/xusb.h' (128,626) at 20240405153051301 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/ifcol.cocci' (128,627) at 20240405153053441 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dts' (128,628) at 20240405153045737 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/localextra.rules' (128,629) at 20210307205554494 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pds/pds_common.h' (128,630) at 20240405153231831 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf' (128,631) at 20240702080011692 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb' (128,632) at 20241221090017552 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/wm831x/watchdog.h' (128,633) at 20210307214931438 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-gw53xx.dts' (128,634) at 20240405153045497 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/layer.conf' (128,635) at 20241221090017476 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/tqm8xx_defconfig' (128,636) at 20240405153046097 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/wkup_m3.h' (128,637) at 20210307214931482 2025-03-14 03:00:53.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/__init__.py' (128,638) at 20210307205554290 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sbc8360.c' (128,639) at 20210307214930974 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (128,640) at 20210808000019687 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/trace.h' (128,641) at 20210927100127169 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/xlnx-usb-subsystem.h' (128,642) at 20230426080043768 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-intel_pmc_bxt' (128,643) at 20210307214925182 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/072_gbb_too_small.dts' (128,644) at 20210308005003752 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts' (128,645) at 20240405153045989 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_landing_page.py' (128,646) at 20241221090017592 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml' (128,647) at 20240405153045085 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/bmc_event_ack_v2.c' (128,648) at 20210308005100993 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/devlink/netlink.c' (128,649) at 20240405153232011 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/act_vlan.c' (128,650) at 20240405153053365 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/gianfar.h' (128,651) at 20240405153049933 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-cc108/ps7_init_gpl.c' (128,652) at 20210308005003172 2025-03-14 03:00:53.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/hashpagetable.c' (128,653) at 20240405153046189 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/macb.h' (128,654) at 20210308005003436 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/cz_ih.c' (128,655) at 20240405153230335 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/igb.rst' (128,656) at 20240405153045233 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/venice2.c' (128,657) at 20210308005003024 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/rootfs.py' (128,658) at 20230811080018314 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv40.c' (128,659) at 20220525020652959 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/clockid.h' (128,660) at 20210309003655948 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virtio/virtio_dma_buf.c' (128,661) at 20240405153052233 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ia_css_ctc.host.h' (128,662) at 20210307214930554 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/ramfb.h' (128,663) at 20240326080039534 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_sai.c' (128,664) at 20241104090011627 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ddr.c' (128,665) at 20210308005002968 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/cex-sb1.S' (128,666) at 20210307214926274 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/mvebu-linkstation-fan.dtsi' (128,667) at 20240405153045457 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/devboards/Makefile' (128,668) at 20210307214926186 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/tascam/tascam-midi.c' (128,669) at 20240405153232123 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7763.c' (128,670) at 20210307214926562 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/arp_ndisc_untracked_subnets.sh' (128,671) at 20240405153232275 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap-gpmc-smsc911x.dtsi' (128,672) at 20240405153045601 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sni/Makefile' (128,673) at 20210307214926294 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/iopin_8xx.h' (128,674) at 20210308005002840 2025-03-14 03:00:53.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/habanalabs_ioctl.c' (128,675) at 20240405153230159 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_ibmvtpm.h' (128,676) at 20210916100017827 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mac_scsi.c' (128,677) at 20241008080013971 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron.dtsi' (128,678) at 20240405153045561 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/rapl-msr.rst' (128,679) at 20241211090212238 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm.h' (128,680) at 20240405153049253 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_hash.c' (128,681) at 20240405153053105 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/sys_microblaze.c' (128,682) at 20210307214926178 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_405.py' (128,683) at 20241211090212542 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/282' (128,684) at 20210927100127501 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.user_list' (128,685) at 20210307205553822 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/gxp-obmc-init.sh' (128,686) at 20230524080016081 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/avocado/vnc.py' (128,687) at 20240326080039722 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_elf.h' (128,688) at 20240906080037156 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_pci.c' (128,689) at 20210309003653188 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt' (128,690) at 20210307214925282 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_elf.h' (128,691) at 20240906080037360 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcuscale/ver_functions.sh' (128,692) at 20240405153232287 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-enum-freq-bands.rst' (128,693) at 20220525020651786 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-mxs.h' (128,694) at 20240405153051313 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts' (128,695) at 20240405153045725 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/signal/sigreturn_kernel.c' (128,696) at 20220525020655227 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sm6350-camcc.h' (128,697) at 20240405153052645 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/mpc5xxx-mscan.txt' (128,698) at 20210307214925374 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/coretemp.conf' (128,699) at 20210307205554062 2025-03-14 03:00:53.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-error.v1_0_2.json' (128,700) at 20240619080002956 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/super.c' (128,701) at 20241216090017757 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bm1880-clock.h' (128,702) at 20210307214931326 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/skas/Makefile' (128,703) at 20240405153046345 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_module.c' (128,704) at 20220525020655191 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/cmservice.c' (128,705) at 20240405153052261 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/winpr-makecert-Build-with-install-RPATH.patch' (128,706) at 20230706080014757 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bit_action.cpp' (128,707) at 20210308005405930 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/Makefile' (128,708) at 20210307214927742 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/opa_smi.h' (128,709) at 20220525020653119 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gast_0.6.0.bb' (128,710) at 20241221090017552 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/rq_enet_desc.h' (128,711) at 20240405153049893 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/altr,timer-1.0.txt' (128,712) at 20210307214925442 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_ctx_regs.h' (128,713) at 20240405153046581 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/Kconfig' (128,714) at 20240405153049913 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/ChangeLog' (128,715) at 20210307214925974 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/discover.h' (128,716) at 20210307214932090 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb_36b.dts' (128,717) at 20210307214926346 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/sort.c' (128,718) at 20240405153053101 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rockchip/Makefile' (128,719) at 20210307214925946 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/032' (128,720) at 20210927100127473 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ioctl.h' (128,721) at 20210308005002880 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/__init__.py' (128,722) at 20220804030014687 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/gtkdoc.patch' (128,723) at 20240124090012254 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max1586.c' (128,724) at 20240405153051465 2025-03-14 03:00:53.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/atmel_sfr.c' (128,725) at 20210308005002712 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/core.c' (128,726) at 20240405153231247 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-parm.rst' (128,727) at 20220525020651786 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/wacom_i2c.c' (128,728) at 20240405153049165 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/stacktrace.c' (128,729) at 20240405153045633 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-pci-devices-cciss' (128,730) at 20210307214925194 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/spinlock.c' (128,731) at 20240405153046297 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sunxi.rst' (128,732) at 20240405153044973 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc.h' (128,733) at 20240405153231051 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/licenses/Xdebug' (128,734) at 20210307205554034 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8183/mt8183-dai-pcm.c' (128,735) at 20240405153053961 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/COPYING.MIT' (128,736) at 20210307205553730 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_iommu.c' (128,737) at 20241211090212322 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SHL-0.5' (128,738) at 20211006000025242 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/stackmap.c' (128,739) at 20240405153231899 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/virtio-trace/trace-agent.h' (128,740) at 20210307214932742 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040QDS_defconfig' (128,741) at 20210308005003244 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/interval_tree.h' (128,742) at 20240405153052709 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/caif_layer.h' (128,743) at 20210309003653952 2025-03-14 03:00:53.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/chemical/sps30_serial.c' (128,744) at 20240405153048969 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pow.h' (128,745) at 20210309003648836 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/grip_mp.c' (128,746) at 20210307214928470 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/qcom,pm8916-wdt.yaml' (128,747) at 20240405153045185 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun8i-a23.c' (128,748) at 20240405153046857 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/p10bmc/virtual_sensor_config.json' (128,749) at 20241108090014316 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/ltc3589.txt' (128,750) at 20210307214925410 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_dev.h' (128,751) at 20240405153050201 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_input.cpp' (128,752) at 20240904080027106 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/trace-events' (128,753) at 20210927100127429 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-octeon.txt' (128,754) at 20210307214925326 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs47l90-tables.c' (128,755) at 20240405153230835 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/Cpu_General.json' (128,756) at 20221213040036917 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/Makefile' (128,757) at 20210307214928302 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/Makefile' (128,758) at 20240405153047285 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/ms_sensors/ms_sensors_i2c.h' (128,759) at 20220525020653095 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd_console.c' (128,760) at 20210308005003228 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt6795-larb-port.h' (128,761) at 20240405153052649 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_decrease.cpp' (128,762) at 20230825080027865 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/sdeventplus.wrap' (128,763) at 20240815080028259 2025-03-14 03:00:53.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml' (128,764) at 20240405153045129 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/amd/io_pgtable.c' (128,765) at 20240405153049173 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5592r-base.c' (128,766) at 20240624080012780 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-lantiq/lantiq_platform.h' (128,767) at 20210307214926222 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/brcm,kona-i2c.yaml' (128,768) at 20240405153045065 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts' (128,769) at 20240405153045493 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/acpi.h' (128,770) at 20240405153046245 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pasemi/dma_lib.c' (128,771) at 20240405153046209 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-pyra.c' (128,772) at 20240405153230655 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/hi556.c' (128,773) at 20240405153230787 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/user.h' (128,774) at 20210307214926586 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/signal-common.h' (128,775) at 20240326080039394 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/spl.c' (128,776) at 20210308005003056 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ddbridge/ddbridge-dummy-fe.c' (128,777) at 20240405153049369 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/README.md' (128,778) at 20230706080014733 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@440/w83773g@4c.conf' (128,779) at 20240904080027730 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/sja1000.h' (128,780) at 20240405153049737 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/inventory' (128,781) at 20221213040024897 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/speedstep-centrino.c' (128,782) at 20210307214927062 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredspsk.c' (128,783) at 20241211090212230 2025-03-14 03:00:53.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_ctx_axuser_regs.h' (128,784) at 20240405153046581 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ti-st/st_kim.c' (128,785) at 20240405153230847 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/031_x86-rom-me.dts' (128,786) at 20210308005003752 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/reset/vexpress-poweroff.c' (128,787) at 20240405153231351 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/org.openbmc.HostIpmi.conf' (128,788) at 20210308004939864 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_minnie_defconfig' (128,789) at 20210308005003252 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw.h' (128,790) at 20241211090212330 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mp2629_adc.c' (128,791) at 20240405153048957 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/trace.h' (128,792) at 20240405153231707 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/cast6-avx-x86_64-asm_64.S' (128,793) at 20240405153046361 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-winbond.c' (128,794) at 20220804100015920 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml' (128,795) at 20240625080020036 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backing-file-invalidation.out' (128,796) at 20221215040039366 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/Makefile' (128,797) at 20210308005002916 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/dynaimage,al3010.yaml' (128,798) at 20210309003648360 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/zones.json' (128,799) at 20240406080025612 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0005-Use-configure-test-for-sys-stat.h-include.patch' (128,800) at 20240106090017233 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-lx2160a.dtsi' (128,801) at 20210308005002580 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/eeprom_device.hpp' (128,802) at 20240820080023694 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL.interface.yaml' (128,803) at 20240618080025497 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/bepo' (128,804) at 20210308005046145 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/maps/pcmciamtd.c' (128,805) at 20210307214929214 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/bcm-cygnus.h' (128,806) at 20210307214931322 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sxsabresd_spl_defconfig' (128,807) at 20210308005003272 2025-03-14 03:00:53.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_mdio_bf3.h' (128,808) at 20240405153050141 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/lsm_hook_defs.h' (128,809) at 20240712080021089 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-ast2500-evb.dts' (128,810) at 20240405153045405 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.conf' (128,811) at 20210307205553850 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_hw.h' (128,812) at 20240405153050225 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/local.h' (128,813) at 20240405153045937 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/intel/Kconfig' (128,814) at 20240405153049405 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/spinlock_types.h' (128,815) at 20240405153052621 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/130-mips.patch' (128,816) at 20230706080014745 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-base64.c' (128,817) at 20210927100127641 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/MAINTAINERS' (128,818) at 20210308005002904 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/error/error.bb' (128,819) at 20210307205554386 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad7303.c' (128,820) at 20240405153048977 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson_options.txt' (128,821) at 20210616125333493 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-client.c' (128,822) at 20240710080015177 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c' (128,823) at 20240613080016451 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/acpi/mainboard.asl' (128,824) at 20210308005002908 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/copyuser_64.S' (128,825) at 20240405153230043 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-ddr.dtsi' (128,826) at 20210308005002592 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml' (128,827) at 20240405153045013 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/qcom,rpmhpd.h' (128,828) at 20240405153231799 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-inject.txt' (128,829) at 20240405153054077 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-h616.c' (128,830) at 20240405153231335 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/tcm.h' (128,831) at 20210307214930802 2025-03-14 03:00:53.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/rv/index.rst' (128,832) at 20240405153045273 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch' (128,833) at 20230919080013958 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/qcom_smd.c' (128,834) at 20240405153231371 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/free/clk_put.cocci' (128,835) at 20240405153053441 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7s.dtsi' (128,836) at 20240405153229891 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcmnsp/configs.h' (128,837) at 20210308005002640 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie-common.yaml' (128,838) at 20240405153045125 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_lio.c' (128,839) at 20240405153051593 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/spl.c' (128,840) at 20210308005002948 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AMD-newlib' (128,841) at 20241221090017612 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/dram.c' (128,842) at 20210308005002856 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml' (128,843) at 20240725080013728 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/reboot-mode.h' (128,844) at 20210307214931494 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/fs/fs-test.sh' (128,845) at 20210308005003740 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/uprobes.c' (128,846) at 20240405153045945 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/include/min-config.conf' (128,847) at 20210307214932626 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-syscfg.h' (128,848) at 20240405153048893 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/soc_common.c' (128,849) at 20240405153051269 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/generic/Platform' (128,850) at 20240405153046001 2025-03-14 03:00:53.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/isp1760/isp1760-core.h' (128,851) at 20220525020654279 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html' (128,852) at 20210307205554286 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_valid.py' (128,853) at 20221209040018571 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/cmpxchg.c' (128,854) at 20240405153046021 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc16.c' (128,855) at 20210308005003696 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/layouts/Makefile' (128,856) at 20240405153051205 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/cadence-ttc.c' (128,857) at 20210308005003500 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ov5693.h' (128,858) at 20240405153051825 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/qos.h' (128,859) at 20240405153050129 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.h' (128,860) at 20210308005002792 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/Kconfig' (128,861) at 20240613080016411 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/lsdma_v6_0.c' (128,862) at 20240405153047149 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/hid/tests/test_multitouch.py' (128,863) at 20240405153054309 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nand-ecc-sw-bch.h' (128,864) at 20220525020654591 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/pci/pci_general.h' (128,865) at 20240405153230163 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig' (128,866) at 20210308005003236 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_scarlett.c' (128,867) at 20220525020655103 2025-03-14 03:00:53.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mti/Makefile' (128,868) at 20210307214926194 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/qp.c' (128,869) at 20220525020653135 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpicoder.c' (128,870) at 20240405153231947 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0001-po-Fix-invalid-.oc-translation-format-string.patch' (128,871) at 20231011080016574 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/Makefile' (128,872) at 20210307214929870 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/da850evm.h' (128,873) at 20210308005003592 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpu/cpu-capacity.txt' (128,874) at 20240405153045033 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Navekvarn' (128,875) at 20210307205553786 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9341.c' (128,876) at 20240405153051813 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ath9k.h' (128,877) at 20240405153231167 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/091.out' (128,878) at 20210308005046445 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial/typo_pon.wvdial.1.patch' (128,879) at 20230706080014741 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/machine/daytonax.conf' (128,880) at 20240307090019084 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/Kconfig' (128,881) at 20210308005002988 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/phosphor-logging.wrap' (128,882) at 20220819030023853 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vcmpw.S' (128,883) at 20230426080043952 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/audit_watch.c' (128,884) at 20240405153231891 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/config.h' (128,885) at 20240405153052321 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_inode_fork.h' (128,886) at 20240405153052573 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/brcm,kona-pwm.yaml' (128,887) at 20240405153229791 2025-03-14 03:00:53.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ubifs_uboot.h' (128,888) at 20210308005003688 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/include/defaults.conf' (128,889) at 20210307214932626 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/0001-meson.build-do-not-force-disable-introspection-and-v.patch' (128,890) at 20241221090017680 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi' (128,891) at 20240405153045725 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c' (128,892) at 20240405153230379 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/Makefile' (128,893) at 20210308005003728 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Orangepi_mini_defconfig' (128,894) at 20210308005003240 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_rd.c' (128,895) at 20240405153051965 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/cfam.h' (128,896) at 20240906080037332 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam-volatiles.conf' (128,897) at 20220402030016191 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/conn.h' (128,898) at 20240405153048617 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch' (128,899) at 20240113090014536 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Laukaa' (128,900) at 20210307205553770 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fungible/Kconfig' (128,901) at 20240405153049933 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/Kconfig' (128,902) at 20240405153049705 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps68470.c' (128,903) at 20240405153047085 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy.c' (128,904) at 20241111090012141 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/nvdimm-utils.c' (128,905) at 20210927100127661 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nxp/pinctrl-s32g2.c' (128,906) at 20240405153231327 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-distrovars.inc' (128,907) at 20210307205554046 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/setup.py' (128,908) at 20220728030041559 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_phy.h' (128,909) at 20240405153047297 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/boot/dts/Makefile' (128,910) at 20240405153046057 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/resource_kunit.c' (128,911) at 20220525020654719 2025-03-14 03:00:53.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost-build-native_1.86.0.bb' (128,912) at 20241213090035014 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/virtio.c' (128,913) at 20210308005003740 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS5.conf' (128,914) at 20240310080021376 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot' (128,915) at 20240628080017113 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_devdis.h' (128,916) at 20210308005002644 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ivshmem-test.c' (128,917) at 20240906080037568 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/fsl-dcu/fsl_tcon.c' (128,918) at 20210307214927774 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/stk8ba50.c' (128,919) at 20240405153048941 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/platform.h' (128,920) at 20220525020653135 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/ca_high_level.rst' (128,921) at 20210307214925594 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/Makefile' (128,922) at 20240405153049421 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage_128M16_1.cfg' (128,923) at 20210308005003012 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml' (128,924) at 20240405153229763 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/thunderbolt/trace.h' (128,925) at 20240405153050369 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-policy.h' (128,926) at 20240405153049241 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_aspeed.cpp' (128,927) at 20240817080027652 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/peci/common.h' (128,928) at 20240405153048869 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (128,929) at 20210307205554094 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_cspmu/Kconfig' (128,930) at 20240405153051273 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c' (128,931) at 20240405153051937 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/devices/platform/gpio-fsi/fsi-master/fsi0/slave@00--00/00--00--00--06/sbefifo1-dev0/occ-hwmon.1.conf' (128,932) at 20210307205554222 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/compat_vdso/gen_compat_vdso_offsets.sh' (128,933) at 20240405153046253 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5-dt-common.h' (128,934) at 20210308005003596 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/Platform' (128,935) at 20210307214926202 2025-03-14 03:00:53.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/Makefile' (128,936) at 20240405153231379 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/dart_iommu.c' (128,937) at 20240405153046229 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8712/rtl871x_xmit.c' (128,938) at 20240405153051909 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6q2g_defconfig' (128,939) at 20210308005003272 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_sdboot_defconfig' (128,940) at 20210308005003248 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort_2.9.20.bb' (128,941) at 20241206090014238 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native_0.0.6.bb' (128,942) at 20231211090017115 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_rx.h' (128,943) at 20240405153050701 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/250' (128,944) at 20220429100100914 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/intel_soc_pmic_mrfld.h' (128,945) at 20210307214931426 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-roccat-koneplus.h' (128,946) at 20210307214928098 2025-03-14 03:00:53.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_ethtool.c' (128,947) at 20240411080014094 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/bcm2838_gpio.h' (128,948) at 20240906080037332 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/verity.c' (128,949) at 20240405153231639 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/lshrdi3.S' (128,950) at 20240405153230095 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/images/core-image-x11.bb' (128,951) at 20210307205554582 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/jasper/jasper_4.2.4.bb' (128,952) at 20241221090017528 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_edif_bsg.h' (128,953) at 20240405153051701 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi' (128,954) at 20240405153045713 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/COPYING' (128,955) at 20210307214925182 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-logitech-hidpp.c' (128,956) at 20240405153230655 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireguard/timers.c' (128,957) at 20240405153050397 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/beaver.h' (128,958) at 20210308005003588 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/mux.c' (128,959) at 20210308005002944 2025-03-14 03:00:53.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console_%.bbappend' (128,960) at 20241226090016127 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/vpe/vpdma_priv.h' (128,961) at 20240405153049489 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_dump.c' (128,962) at 20220525020653547 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/vlv_suspend.h' (128,963) at 20210307214927858 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vbe.h' (128,964) at 20210308005003692 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l2tp/l2tp_eth.c' (128,965) at 20240520080015227 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_proc.h' (128,966) at 20240326080039562 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/symbol_conf.h' (128,967) at 20240613080016563 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/ipc4-topology.c' (128,968) at 20241111090012169 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/usbstring.c' (128,969) at 20210308005003512 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh4/cpu/shx3.h' (128,970) at 20210307214926558 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gfp_api.h' (128,971) at 20240405153052693 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/smp.c' (128,972) at 20240405153230147 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/MAINTAINERS' (128,973) at 20210308005002984 2025-03-14 03:00:53.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ctcm_main.h' (128,974) at 20240405153051533 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/aspeed_adc.c' (128,975) at 20241211090212246 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bitarray.c' (128,976) at 20220525020654787 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/module.c' (128,977) at 20240405153046285 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/fieldseq_tb.svg' (128,978) at 20210309003648492 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/044' (128,979) at 20220429100100886 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/rt1316-sdw.h' (128,980) at 20240405153053697 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/loongson,rtc.yaml' (128,981) at 20240405153045153 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-atcspi200.txt' (128,982) at 20210308005003324 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/skfp/srf.c' (128,983) at 20220525020653667 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt' (128,984) at 20210308005003304 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hbm.h' (128,985) at 20220525020653367 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-cmake-Use-alternate-way-to-detect-libm.patch' (128,986) at 20230114040015478 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ttpci/Makefile' (128,987) at 20220525020653275 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2' (128,988) at 20210308005002556 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdkc100_defconfig' (128,989) at 20210308005003280 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/COMPONENTS.md' (128,990) at 20241211090212458 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/errors/exception.hpp' (128,991) at 20210308005116213 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/resource_size.cocci' (128,992) at 20240405153053441 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb.c' (128,993) at 20210308005002968 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/syscall-user-dispatch.rst' (128,994) at 20240405153044965 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/elf.h' (128,995) at 20240405153230063 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/filter.rst' (128,996) at 20240405153045237 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pps_regs.h' (128,997) at 20240405153048457 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/omap2plus_defconfig' (128,998) at 20240405153045617 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-r16-nintendo-nes-classic.dts' (128,999) at 20240405153045393 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fsl-diu-fb.h' (129,000) at 20210307214931390 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-i2c.c' (129,001) at 20240712080021057 2025-03-14 03:00:53.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_datain_values.h' (129,002) at 20240405153051957 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov08d10.c' (129,003) at 20240405153049321 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gk104.c' (129,004) at 20220525020652971 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/efi.h' (129,005) at 20240405153230063 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/main.c' (129,006) at 20240405153231011 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c' (129,007) at 20240405153052209 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/kernel/misaligned.c' (129,008) at 20210307214926310 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/mx53smd.c' (129,009) at 20210308005002984 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/Kconfig' (129,010) at 20210307214929422 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/Kconfig' (129,011) at 20210308005003372 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/soft-spi.txt' (129,012) at 20210308005003324 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_hooks_lwtunnel.c' (129,013) at 20240710080014617 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/vmalloc.h' (129,014) at 20210307214926622 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/hardirq.h' (129,015) at 20210307214926114 2025-03-14 03:00:53.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/pci.json' (129,016) at 20241211090212450 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h' (129,017) at 20240405153048441 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_utils_transport.c' (129,018) at 20240405153048837 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parport/procfs.c' (129,019) at 20241023080012883 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/thermal/nouveau_thermal.rst' (129,020) at 20220525020651726 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-s4.c' (129,021) at 20240405153051321 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/x25_subr.c' (129,022) at 20210307214932110 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend' (129,023) at 20241206090014230 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/Platform' (129,024) at 20210307214926286 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/ocfs2_heartbeat.h' (129,025) at 20220525020654467 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/gen-lockedsig-cache' (129,026) at 20220910030013437 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/trace.h' (129,027) at 20210308005045945 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/read_fru_data.hpp' (129,028) at 20230513080027502 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/vga.h' (129,029) at 20210307214927906 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/device.md' (129,030) at 20240809080033023 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/namespaces/resource-control.rst' (129,031) at 20210307214925238 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-configure-Keep-first-line-of-compiler-version-string.patch' (129,032) at 20230609080014387 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-sni.c' (129,033) at 20210307214926282 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/certificate.html' (129,034) at 20210308005107069 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/uapi/asm/Kbuild' (129,035) at 20210307214926066 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/019.out' (129,036) at 20210308005046433 2025-03-14 03:00:53.944-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/qcom_glink_native.h' (129,037) at 20240405153051489 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/hcd.c' (129,038) at 20240405153231539 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-dumpsig' (129,039) at 20241221090017580 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c' (129,040) at 20240405153231055 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/rng.h' (129,041) at 20210308005002800 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/Kconfig' (129,042) at 20240405153230311 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/decompressor_multi.c' (129,043) at 20240405153052537 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml' (129,044) at 20240405153045129 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/core-internal.h' (129,045) at 20241219090010500 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm64/util/arm64_exception_types.h' (129,046) at 20220525020655131 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_write.c' (129,047) at 20210308005003544 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/qos.c' (129,048) at 20240919080017066 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/adxl34x.h' (129,049) at 20210307214931406 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/e1000e.c' (129,050) at 20230426080043948 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/bitops.h' (129,051) at 20210308005002800 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/pmc.h' (129,052) at 20210307214929782 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/lzo/Makefile' (129,053) at 20210307214931806 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/entity.h' (129,054) at 20240503080010086 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/sputrace.h' (129,055) at 20210307214926462 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch' (129,056) at 20220402030016019 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/gpio-control-nand.txt' (129,057) at 20210307214925370 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-sign.c' (129,058) at 20210308005003712 2025-03-14 03:00:53.945-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/cgskip.txt' (129,059) at 20210307214932618 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c' (129,060) at 20240405153050133 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/LICENSE' (129,061) at 20220801133228670 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_arm.h' (129,062) at 20210307214929570 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ppp_channel.h' (129,063) at 20240405153052773 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/sdram_common.c' (129,064) at 20210308005002776 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/calxeda/highbank.dts' (129,065) at 20240405153045433 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-pinfunc.h' (129,066) at 20210308005002588 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_interface.cpp' (129,067) at 20230825080027865 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/se-comhem' (129,068) at 20210307205553758 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_dynamic_debug.c' (129,069) at 20240405153053105 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-clk.c' (129,070) at 20240405153051449 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/nfs-export-root.bb' (129,071) at 20241206090014326 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/common/Makefile' (129,072) at 20240405153230691 2025-03-14 03:00:53.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7706.h' (129,073) at 20210308005002848 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0006-Do-not-hardcode-path-for-pkg.m4.patch' (129,074) at 20241221090017496 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prcm_mpu44xx.h' (129,075) at 20210307214925926 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/ptrace.c' (129,076) at 20241216090017685 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/helene.c' (129,077) at 20240405153049289 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/prom_irqtrans.c' (129,078) at 20240405153230095 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/esmtp/esmtp_1.2.bb' (129,079) at 20220402030015907 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libnice/libnice_0.1.22.bb' (129,080) at 20241221090017540 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/realtek/Makefile' (129,081) at 20220525020651994 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/aspeed/aspeed-sbc.c' (129,082) at 20220525020654091 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-executing_2.1.0.bb' (129,083) at 20241221090017552 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/termbits.h' (129,084) at 20210308005046097 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/suspend.h' (129,085) at 20240405153046249 2025-03-14 03:00:53.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/whitelist.dev' (129,086) at 20210616000042094 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-pow-defs.h' (129,087) at 20210307214926238 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet3.h' (129,088) at 20240326080039470 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi' (129,089) at 20240628080013977 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ptest-spacesave.patch' (129,090) at 20241206090014334 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dax.c' (129,091) at 20241111090012141 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hqvdp.c' (129,092) at 20241211090145429 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_pcmcia.c' (129,093) at 20210307214928702 2025-03-14 03:00:53.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/jbd2.h' (129,094) at 20240405153052897 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/mcp3021.c' (129,095) at 20240405153230663 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.yaml' (129,096) at 20240405153045125 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/Kconfig' (129,097) at 20210307214930506 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/quota_tree.h' (129,098) at 20210307214931230 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/pedit.c' (129,099) at 20240405153050109 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update.bb' (129,100) at 20241206090014226 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/dtl.h' (129,101) at 20241211090145381 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/init/starscream-init.bb' (129,102) at 20241206090014234 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/be-IN.DI-Integan' (129,103) at 20210307205553758 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/Kconfig' (129,104) at 20240405153049461 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c' (129,105) at 20240910080014042 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-stat.h' (129,106) at 20240326080039390 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil3114.c' (129,107) at 20210308005003336 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/lowlevel_init.S' (129,108) at 20210308005002824 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/rose.h' (129,109) at 20210307214931658 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/intel_soc_pmic_chtdc_ti.c' (129,110) at 20240405153049605 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts' (129,111) at 20240405153230063 2025-03-14 03:00:53.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_common.h' (129,112) at 20240405153230803 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme.c' (129,113) at 20240405153231491 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt7981-topckgen.c' (129,114) at 20240405153230211 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dio_stream_encoder.h' (129,115) at 20240405153047257 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/word-at-a-time.h' (129,116) at 20240405153052621 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/sensorutils.hpp' (129,117) at 20240817080006183 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/fanmondump' (129,118) at 20221213040024897 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/memset.c' (129,119) at 20210307214926170 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/buildman.py' (129,120) at 20210308005003756 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imgtec_xilfpga_defconfig' (129,121) at 20210308005003260 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/mm/concepts.rst' (129,122) at 20240405153044961 2025-03-14 03:00:53.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/vega10_ip_offset.h' (129,123) at 20220525020652815 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ul_pins.h' (129,124) at 20210308005002652 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/doorbell.c' (129,125) at 20220525020653147 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_6_offset.h' (129,126) at 20240405153048121 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/pm-graph/config/custom-timeline-functions.cfg' (129,127) at 20240405153054217 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/README' (129,128) at 20210308005003028 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/renesas/r8a7791-sysc.c' (129,129) at 20240405153231351 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/atomic_template.h' (129,130) at 20241211090212206 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-icore.dtsi' (129,131) at 20240405153045513 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/punit_ipc.c' (129,132) at 20240405153051409 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/scsi/sym53c8xx_2.rst' (129,133) at 20240405153045257 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.h' (129,134) at 20240613080016407 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Krangede' (129,135) at 20210307205553786 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/socket_sysfs.c' (129,136) at 20240405153051269 2025-03-14 03:00:53.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/hash.h' (129,137) at 20240405153046537 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/vfio-ap-locking.rst' (129,138) at 20240405153229747 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/rng.c' (129,139) at 20240405153046217 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-T' (129,140) at 20240405153054369 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/cex-gen.S' (129,141) at 20210307214926274 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/platform_profile.c' (129,142) at 20220525020652242 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-copyleft-2-para' (129,143) at 20241221090017616 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx31-bug.dts' (129,144) at 20240405153045489 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/dwc/dwc-pcm.c' (129,145) at 20240405153232175 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/sampling.c' (129,146) at 20241115090012977 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mei_uuid.h' (129,147) at 20240405153052925 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Osmo_Bjorsta' (129,148) at 20210307205553790 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vdso/vdso32/vclock_gettime.c' (129,149) at 20240405153046369 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/param.h' (129,150) at 20210307214926118 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.vmlinux' (129,151) at 20240405153232099 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swait.h' (129,152) at 20240405153231843 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-zcu1275-revA.dts' (129,153) at 20240405153045841 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/elf.c' (129,154) at 20210308005003208 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/adf_drv.c' (129,155) at 20240613080016387 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c' (129,156) at 20240405153048665 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/sifive/fu540-c000.dtsi' (129,157) at 20240405153046241 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/lowlevel.c' (129,158) at 20240405153052549 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/gpio.h' (129,159) at 20210308005002716 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/omap-aes-gcm.c' (129,160) at 20240405153230267 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/hp300/time.c' (129,161) at 20220525020651982 2025-03-14 03:00:53.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/power-util' (129,162) at 20231224090010777 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/Add-riscv64-support.patch' (129,163) at 20231011080016574 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/ramoops-monitor.service' (129,164) at 20220809100017530 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' (129,165) at 20240113090014532 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_15.dtso' (129,166) at 20240405153231279 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/readme' (129,167) at 20210307214930674 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/imx/imx8qm-ldb.c' (129,168) at 20240405153230523 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi' (129,169) at 20210307214925994 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/allwinner/sun20i-d1-mangopi-mq-pro.dts' (129,170) at 20240405153046241 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/viking.h' (129,171) at 20210307214926590 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/nrf51_nvm.c' (129,172) at 20241211090212314 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EndpointGroupCollection_v1.xml' (129,173) at 20240619080002924 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_ud.c' (129,174) at 20220525020653163 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/devel-algos.rst' (129,175) at 20240405153045009 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm.h' (129,176) at 20210307214930278 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-orion.c' (129,177) at 20240405153046877 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/arm-spe-decoder/arm-spe-pkt-decoder.c' (129,178) at 20240405153054181 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/state/phosphor-state-manager/resetreason.conf' (129,179) at 20210307205554222 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/fscounters.c' (129,180) at 20240405153231775 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/booke.c' (129,181) at 20240405153046169 2025-03-14 03:00:53.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/Kconfig' (129,182) at 20220525020652014 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/configs/all_tests.config' (129,183) at 20240405153232247 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/reloc_test_syms.S' (129,184) at 20210307214926074 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ethtool.c' (129,185) at 20240405153050565 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/audio-v3.h' (129,186) at 20210307214931530 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes.txt' (129,187) at 20220819030014797 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/intel_bios.c' (129,188) at 20240405153048425 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_s10.c' (129,189) at 20210308005002780 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/amiga.c' (129,190) at 20240405153046525 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/socionext/milbeaut-m10v-evb.dts' (129,191) at 20240405153045573 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/geode.h' (129,192) at 20210307214926662 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/rustdoc_test_gen.rs' (129,193) at 20240405153232107 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/rembrandt.c' (129,194) at 20240405153053993 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/mem_64.c' (129,195) at 20210307214926750 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna_1.3.3.bb' (129,196) at 20241221090017488 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/choice_value_with_m_dep/Kconfig' (129,197) at 20220525020654947 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_oob_ipmi' (129,198) at 20230908080016530 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/115' (129,199) at 20220429100100890 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/242' (129,200) at 20221215040039366 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/README' (129,201) at 20210308005002992 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/stackframe.h' (129,202) at 20240405153046017 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/hexagon_vm.h' (129,203) at 20210307214926110 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pci-ids.rst' (129,204) at 20241211090212238 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/fsl-mc/obj-api.c' (129,205) at 20240405153046733 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/Kconfig' (129,206) at 20220525020654263 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/loongson/Kconfig' (129,207) at 20240405153231451 2025-03-14 03:00:53.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/bman_test.c' (129,208) at 20210307214930438 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c' (129,209) at 20240405153230403 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/a1-peripherals.c' (129,210) at 20240405153230215 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_rs_w.c' (129,211) at 20210308005046509 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/engleder,tsnep.yaml' (129,212) at 20240405153045117 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target.opc.h' (129,213) at 20240326080039714 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-x86.h' (129,214) at 20210308005046037 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/exception.cpp' (129,215) at 20230510080035027 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-bosch-acc.dts' (129,216) at 20240405153229883 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ralink/Makefile' (129,217) at 20220525020653867 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/arc4.c' (129,218) at 20210309003649112 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/membuff.h' (129,219) at 20210308005003672 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/oti6858.c' (129,220) at 20240405153052137 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/irqflags.h' (129,221) at 20240405153046113 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/v4l2-tpg/Makefile' (129,222) at 20210307214928602 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/OWNERS' (129,223) at 20230120040019882 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d4_ma5d4.dtsi' (129,224) at 20240405153045465 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/xen/interface/hvm/start_info.h' (129,225) at 20240405153052957 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/mtu3/mtu3_debugfs.c' (129,226) at 20240405153052117 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/configuration.cpp' (129,227) at 20210402000054753 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/512x/Makefile' (129,228) at 20210307214926454 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-pb11mp.dts' (129,229) at 20240405153045401 2025-03-14 03:00:53.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/mt8192-larb-port.h' (129,230) at 20220525020654547 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/am43xx.h' (129,231) at 20210307214931342 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/.gitignore' (129,232) at 20210308005003760 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/user_header_test.cpp' (129,233) at 20241212090025215 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch' (129,234) at 20230706080014761 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/u-boot.lds' (129,235) at 20210308005002948 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c' (129,236) at 20240405153231251 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (129,237) at 20240727080014098 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cacheinfo.h' (129,238) at 20240405153046381 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/decompressor.c' (129,239) at 20240820080014169 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/time.c' (129,240) at 20240405153230003 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/coherency.h' (129,241) at 20240405153045653 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt' (129,242) at 20210307214925446 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/usb.c' (129,243) at 20221215040039374 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/sharp,lq101r1sx01.yaml' (129,244) at 20240405153045045 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/codel.json' (129,245) at 20240405153054377 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/net/ynl/generated/handshake-user.c' (129,246) at 20240405153054073 2025-03-14 03:00:53.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-wandboard.dts' (129,247) at 20240405153045501 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/otx2_cptlf.h' (129,248) at 20240405153046961 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_private.h' (129,249) at 20210308005003432 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/patch-kernel' (129,250) at 20210307214932158 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/removed/raw1394' (129,251) at 20210309003648244 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpa_w_ph.c' (129,252) at 20210308005046505 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-tegra20-slink.c' (129,253) at 20240405153231467 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' (129,254) at 20240829080022546 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf' (129,255) at 20210307205554106 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/umh.c' (129,256) at 20240405153053073 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-pxp.c' (129,257) at 20240805080013967 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb' (129,258) at 20241221090017532 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/misc.c' (129,259) at 20240405153053361 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/rx.h' (129,260) at 20210307214929970 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml' (129,261) at 20240405153045181 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml' (129,262) at 20220315030032671 2025-03-14 03:00:53.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/emux_synth.h' (129,263) at 20240405153052885 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/cg_storage_multi_isolated.c' (129,264) at 20240405153054269 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/TWR-P1025_defconfig' (129,265) at 20210308005003244 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/irq.h' (129,266) at 20210307214925646 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/endianness-test.c' (129,267) at 20221215040039370 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/jetson-tk1.h' (129,268) at 20210308005003596 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pci.h' (129,269) at 20240405153045625 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/emev2.dtsi' (129,270) at 20240405153045545 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/byteorder.h' (129,271) at 20210308005002672 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/bus.c' (129,272) at 20220525020652406 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/test_task_analyzer.sh' (129,273) at 20240405153232231 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_vl.c' (129,274) at 20240405153049765 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_amiga.py' (129,275) at 20241211090212542 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h' (129,276) at 20240405153231323 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-build-Fix-Savannah-64681-webpage.ps-deps.patch' (129,277) at 20231011080016614 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/qemu-file-types.h' (129,278) at 20240906080037344 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/lp873x-regulator.c' (129,279) at 20240405153051465 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/uprobes.h' (129,280) at 20210307214926250 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/power-ctrl-init' (129,281) at 20240316080012480 2025-03-14 03:00:53.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-sheevaplug-common.dtsi' (129,282) at 20210308005002596 2025-03-14 03:00:53.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma7/sdma7_4_2_2_sh_mask.h' (129,283) at 20210307214927678 2025-03-14 03:00:53.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-abi.h' (129,284) at 20220525020654139 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/hotplug-cpu.c' (129,285) at 20241011080017291 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/fuse/xattr.c' (129,286) at 20240913080013829 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/tunnel_key.json' (129,287) at 20240405153054377 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (129,288) at 20240924080011379 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/argument.cpp' (129,289) at 20220923030021425 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mce/genpool.c' (129,290) at 20210307214926694 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/btf_write.c' (129,291) at 20240405153054249 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/project_specific.html' (129,292) at 20220402030016107 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/ixp/Makefile' (129,293) at 20240405153045437 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dmc.h' (129,294) at 20240405153048445 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/Kbuild' (129,295) at 20240405153046341 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb_hub.c' (129,296) at 20210308005003232 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/vega12_ppsmc.h' (129,297) at 20240405153048341 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/clearfog.c' (129,298) at 20210308005003052 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/host.hpp' (129,299) at 20240904080040763 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-clear-sys-dump-active@.service.in' (129,300) at 20230808080024857 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/patch-scs.c' (129,301) at 20240405153045869 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pcf857x.c' (129,302) at 20240405153230307 2025-03-14 03:00:53.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/catalog.c' (129,303) at 20240405153231687 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r819xU_cmdpkt.h' (129,304) at 20210307214930638 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-mic.yaml' (129,305) at 20240405153045049 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target.opc.h' (129,306) at 20241211090212526 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/unicode.h' (129,307) at 20240405153231755 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7734.c' (129,308) at 20210307214926566 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-m2m.c' (129,309) at 20240405153049413 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/conf-notes.txt' (129,310) at 20230412080023456 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/spaces.h' (129,311) at 20210307214926218 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/irq_remapping.h' (129,312) at 20210307214926118 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/Makefile' (129,313) at 20210308005002916 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/debugfs.c' (129,314) at 20240405153052057 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sf.c' (129,315) at 20230720080043539 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml' (129,316) at 20240106090017261 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mac802154.h' (129,317) at 20240405153052853 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/tesla/fsd-pinctrl.h' (129,318) at 20240405153045829 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/tsc.h' (129,319) at 20240405153046401 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/olpc/Makefile' (129,320) at 20210307214926746 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-qemu/Kconfig' (129,321) at 20210308005002768 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_npiv.c' (129,322) at 20210307214930334 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml' (129,323) at 20240405153045013 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/recipes-kernel/linux/linux-aspeed_%.bbappend' (129,324) at 20220302040015788 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/float_convs.ref' (129,325) at 20221215040039390 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/checkstack.pl' (129,326) at 20240405153232103 2025-03-14 03:00:53.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_blackhole_dev.c' (129,327) at 20240405153231955 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/amba-pl08x.c' (129,328) at 20240405153046981 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-hrefv60plus-tvk.dts' (129,329) at 20240405153229899 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,ssi.txt' (129,330) at 20210307214925430 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/crc32le-vx.S' (129,331) at 20240405153046273 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779m1-salvator-xs.dts' (129,332) at 20240405153229963 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_debug.h' (129,333) at 20240405153051529 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nuvoton/Kconfig' (129,334) at 20240405153230807 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f.h' (129,335) at 20230426080043744 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi' (129,336) at 20240405153045833 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/bus.c' (129,337) at 20210307214929790 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/cmtp/cmtp.h' (129,338) at 20210916100017987 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_layer.hpp' (129,339) at 20231024080024813 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d2-pinfunc.h' (129,340) at 20210308005002612 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb' (129,341) at 20241221090017504 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/p10bmc/obmc/hwmon/devices/platform/ahb/1e780000.apb/1e780000.apb--bus@1e78a000/1e78a200.i2c/i2c-3/3-006d.conf' (129,342) at 20240904080027734 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/64/pgtable-4k.h' (129,343) at 20220525020652034 2025-03-14 03:00:53.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/fixes.patch' (129,344) at 20210729000029104 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/pic32mzda.dtsi' (129,345) at 20210308005002816 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/leds/gen3-led-manager-config-native.bb' (129,346) at 20241206090014230 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-cfi-if.c' (129,347) at 20240326080039462 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ia_css_ctc.host.c' (129,348) at 20210307214930554 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/trace.h' (129,349) at 20240805080013987 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_fbdev_dma.c' (129,350) at 20240710080014585 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/Makefile' (129,351) at 20240405153051405 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-ts4800.txt' (129,352) at 20210307214925318 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_ui_layer.h' (129,353) at 20220525020653011 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97362svmb.dts' (129,354) at 20220525020651990 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/sys_ppc32.c' (129,355) at 20240405153046153 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom-rpmh-regulator.c' (129,356) at 20240405153231363 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/ExpRCUFlow.svg' (129,357) at 20210307214925210 2025-03-14 03:00:53.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c' (129,358) at 20240405153050125 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h' (129,359) at 20210308005002640 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/dm1105/dm1105.c' (129,360) at 20240405153049369 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/sudo/sudo_%.bbappend' (129,361) at 20220402030016075 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_hgt.c' (129,362) at 20240405153049445 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/Kconfig' (129,363) at 20210308005003456 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/qos.h' (129,364) at 20240405153050105 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/pirq_routing.c' (129,365) at 20210308005002884 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch' (129,366) at 20241221090017668 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8195/mt8195-mt6359.c' (129,367) at 20240405153053973 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/144.out' (129,368) at 20240326080039730 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/n2-asm.S' (129,369) at 20210307214926942 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/amdtopology.c' (129,370) at 20240405153046477 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/atom-bits.h' (129,371) at 20210307214927994 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/devtool' (129,372) at 20240301090012483 2025-03-14 03:00:53.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/wm8400-core.c' (129,373) at 20240405153049625 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zlog/zlog_1.2.16.bb' (129,374) at 20220910030013361 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/efi.c' (129,375) at 20240405153046761 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/nolibc/.gitignore' (129,376) at 20240405153054357 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/utils.cpp' (129,377) at 20241220090029607 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libbfd-buildid.c' (129,378) at 20210309003654960 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch' (129,379) at 20241221090017552 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/get_managed_objects.cpp' (129,380) at 20240820080023686 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl_git.bb' (129,381) at 20230418080015344 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bispfors' (129,382) at 20210307205553778 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/copy_user.S' (129,383) at 20240405153229995 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/fpu/Makefile' (129,384) at 20210309003656000 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_cpuid.c' (129,385) at 20241211090212486 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/extable_fixup_types.h' (129,386) at 20240405153046385 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/socionext,uniphier-ave4.yaml' (129,387) at 20240405153045121 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smbfsctl.h' (129,388) at 20240405153052533 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-lpc2k.c' (129,389) at 20240405153230675 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/ingenic/ingenic_nand_drv.c' (129,390) at 20240405153230871 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/cx88-cardlist.rst' (129,391) at 20210307214925230 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/Makefile' (129,392) at 20240405153045689 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment.h' (129,393) at 20210308005003644 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/e1000_82575.h' (129,394) at 20210307214929466 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/atomic_fetch.c' (129,395) at 20240405153054289 2025-03-14 03:00:53.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c' (129,396) at 20210307214928602 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ssb/ssb_driver_chipcommon.h' (129,397) at 20210307214931514 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/softmmu.ld' (129,398) at 20240326080039746 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_bootrom.c' (129,399) at 20210308005003228 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-rockchip.c' (129,400) at 20240805080013995 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/rs780e-pch.dtsi' (129,401) at 20220525020651994 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/010_pack_align_power2.dts' (129,402) at 20210308005003752 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-pfo-nx-crypto' (129,403) at 20210309003648248 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/extents_status.c' (129,404) at 20240805080014011 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h' (129,405) at 20240405153050257 2025-03-14 03:00:53.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/as3722_gpio.c' (129,406) at 20210308005003468 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/main.c' (129,407) at 20240405153050549 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/powerpc/pmu-ebb.rst' (129,408) at 20210307214925546 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/perf_event_api.h' (129,409) at 20240405153052761 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-dwc2.c' (129,410) at 20240906080037308 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/live-block-operations.rst' (129,411) at 20240906080037176 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max31790.c' (129,412) at 20240405153048865 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bcma/driver_chipcommon_nflash.c' (129,413) at 20240405153046697 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/mfp-pxa300.h' (129,414) at 20210307214925938 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-tyan-s7106.dts' (129,415) at 20240405153045421 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/llcp_sock.c' (129,416) at 20240820080014189 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt' (129,417) at 20210307214925370 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch' (129,418) at 20230131040012035 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/memory.json' (129,419) at 20240405153054109 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a77990-cpg-mssr.c' (129,420) at 20210308005003352 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/arm_timer.c' (129,421) at 20240906080037300 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/OWNERS' (129,422) at 20210421000030234 2025-03-14 03:00:53.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash_8.0.5.bb' (129,423) at 20241221090017528 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/blake2s-generic.c' (129,424) at 20240405153053081 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/nfit/mce.c' (129,425) at 20240405153046641 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mmp/mmp-dt.c' (129,426) at 20240405153229911 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3036-kylin.dts' (129,427) at 20241115090012937 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7_asm.S' (129,428) at 20210308005002552 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/hmem_private.h' (129,429) at 20210307214930542 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/pcieslot.cpp' (129,430) at 20230821192414188 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-internal_dev.h' (129,431) at 20210307214932038 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/util.h' (129,432) at 20210308005003728 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/as370.txt' (129,433) at 20210307214925322 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/loongarch/util/unwind-libunwind.c' (129,434) at 20240405153054085 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/Kconfig' (129,435) at 20240405153045905 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/Makefile' (129,436) at 20210308005003048 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/0001-Fix-function-prototype-errors.patch' (129,437) at 20221003030013285 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-usb-lvstest' (129,438) at 20210307214925194 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/android/binder_alloc.h' (129,439) at 20240405153046649 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gnosjo_Marieholm' (129,440) at 20210307205553782 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-pogo_e02.dts' (129,441) at 20210308005002596 2025-03-14 03:00:53.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/atomic.h' (129,442) at 20240405153045621 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/socionext/sni_ave.c' (129,443) at 20240405153231051 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/board_selection.c' (129,444) at 20240415080012999 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/Kconfig' (129,445) at 20240405153049737 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/add-pkgconfig.patch' (129,446) at 20210307205553958 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/OWNERS' (129,447) at 20220805030049772 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/data/phosphor-service-monitor-default.json' (129,448) at 20241213090050862 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,ipesys.txt' (129,449) at 20210307214925278 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/i8254.h' (129,450) at 20230426080043768 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/pci_nuvoton_handler.cpp' (129,451) at 20210918000044923 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97/Makefile' (129,452) at 20210307214932186 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc7_cmdq_regs.h' (129,453) at 20240405153046605 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-socket-write' (129,454) at 20240809080013506 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/hyperv_timer.h' (129,455) at 20240405153046385 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/hisilicon/phy-histb-combphy.c' (129,456) at 20240405153231311 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/urandom_read_aux.c' (129,457) at 20240405153054289 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.h' (129,458) at 20210309003652680 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sun8i_a23_evb_defconfig' (129,459) at 20210308005003280 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/filetable.h' (129,460) at 20240405153052965 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/sound/asound_fm.h' (129,461) at 20240405153052949 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/buffer_impl.h' (129,462) at 20240405153052705 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/vdso/vdso-note.S' (129,463) at 20210307214926614 2025-03-14 03:00:53.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/clients/Kconfig' (129,464) at 20210307214930170 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla4xxx/ql4_nvram.h' (129,465) at 20210309003652872 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/wm8766.h' (129,466) at 20210307214932262 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_nandflash_defconfig' (129,467) at 20210308005003248 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/SECURITY.md' (129,468) at 20241206090014206 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/zd_chip.h' (129,469) at 20210307214929974 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/sch_red_core.sh' (129,470) at 20240405153054297 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.h' (129,471) at 20210308005002904 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/qcom-pm8xxx.c' (129,472) at 20240405153230839 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9261ek.dts' (129,473) at 20210308005002572 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml' (129,474) at 20240405153045169 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/aspeed-clock.h' (129,475) at 20240405153052641 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.service' (129,476) at 20210803000022008 2025-03-14 03:00:53.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_rdma.c' (129,477) at 20240405153230583 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/compal-laptop.c' (129,478) at 20240405153051397 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pch.h' (129,479) at 20210308005002876 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/buffers.c' (129,480) at 20210309003649136 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/ivpu_drv.c' (129,481) at 20240418080014482 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/kasan-offsets.sh' (129,482) at 20240405153044973 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/mdio-mux-gpio.yaml' (129,483) at 20220525020651694 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/debugfs_sta.h' (129,484) at 20240805080013979 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sparc64/drivers/drivers_test.sh' (129,485) at 20210307214932722 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/fbif.h' (129,486) at 20240326080039546 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/_exports.h' (129,487) at 20210308005003560 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-picolibc.inc' (129,488) at 20241221090017612 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igb/igb_hwmon.c' (129,489) at 20210307214929466 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/ebpf/index.rst' (129,490) at 20220525020651778 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/clock-sh7343.c' (129,491) at 20210307214926562 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/pinmux-config-venice2.h' (129,492) at 20210308005003024 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-sys.c' (129,493) at 20210308005003356 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wm1250-ev1.h' (129,494) at 20210307214931602 2025-03-14 03:00:53.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.err' (129,495) at 20210927100127469 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/ips.c' (129,496) at 20240405153051613 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/COIL-1.0' (129,497) at 20241221090017616 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sgi/mc.h' (129,498) at 20210307214926242 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/ip6t_mh.c' (129,499) at 20210307214931970 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_phys_mem.S' (129,500) at 20221215040039390 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun4i-a10-ic.yaml' (129,501) at 20240405153045085 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/string_table.h' (129,502) at 20210307214931366 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/visitor.h' (129,503) at 20240906080037344 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/Makefile' (129,504) at 20210308005002908 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/led.h' (129,505) at 20240405153050641 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pt-All' (129,506) at 20210307205553778 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/ans-lcd.h' (129,507) at 20210307214928558 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/.gitignore' (129,508) at 20210308005113633 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-6.conf' (129,509) at 20230412080023460 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/tsi108_pci.c' (129,510) at 20240405153046233 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values.c' (129,511) at 20220525020652358 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch' (129,512) at 20230706080014761 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/dmard10.c' (129,513) at 20240405153048933 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/translate.h' (129,514) at 20241211090212502 2025-03-14 03:00:53.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/func_timer.py' (129,515) at 20221209040018567 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/hp-agp.c' (129,516) at 20210307214926938 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/trace.c' (129,517) at 20220525020652270 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl18xx/io.h' (129,518) at 20210307214929966 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/mulaw.c' (129,519) at 20210307214932190 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6318.dtsi' (129,520) at 20210308005002812 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/twl6030-regulator.c' (129,521) at 20240405153231367 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/README.md' (129,522) at 20240807080008514 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/kexec-purgatory.S' (129,523) at 20240405153046305 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu.c' (129,524) at 20240906080037472 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_signal.h' (129,525) at 20220429100100614 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_limit.c' (129,526) at 20220525020654879 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/scripts/ftrace2bconf.sh' (129,527) at 20240405153054037 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/check_sparse.py' (129,528) at 20210308005046237 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c' (129,529) at 20240405153230647 2025-03-14 03:00:53.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c' (129,530) at 20240405153230571 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (129,531) at 20210702100031190 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6ul.dtsi' (129,532) at 20210308005002588 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/per_event_excludes.c' (129,533) at 20210309003656012 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb' (129,534) at 20241221090017496 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/xtensa/util/Build' (129,535) at 20210307214932522 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/ip22-hpc.c' (129,536) at 20210307214926290 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/bcm2835_sdhost.h' (129,537) at 20210308005046029 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/regulator/richtek,rt5190a-regulator.h' (129,538) at 20240405153052653 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crc-ccitt.c' (129,539) at 20210307214931794 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/microblaze-stack-protect.xml' (129,540) at 20230426080043664 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/wireguard.h' (129,541) at 20210307214931686 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arjang' (129,542) at 20210307205553778 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/pcibios.c' (129,543) at 20240405153230007 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-amarula-relic.dts' (129,544) at 20210308005002616 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/occ' (129,545) at 20221110040028914 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.c' (129,546) at 20240405153047301 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/acpi.json' (129,547) at 20240906080037428 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/mach/flash.h' (129,548) at 20210307214925850 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/compat-signal.h' (129,549) at 20210307214926210 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pim4328.rst' (129,550) at 20220525020651738 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/kexec.c' (129,551) at 20240405153046077 2025-03-14 03:00:53.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_ethtool.c' (129,552) at 20240405153049937 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/sgi-xp/xpc_partition.c' (129,553) at 20220525020653371 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/emu10k1/emupcm.c' (129,554) at 20240405153232131 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml' (129,555) at 20240405153229759 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ddr.h' (129,556) at 20210308005002964 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dprc.c' (129,557) at 20210308005003432 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc4xx_sdram.c' (129,558) at 20241211090212322 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qstring.c' (129,559) at 20221215040039390 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/trace.h' (129,560) at 20220429100100498 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MSI_Primo81_defconfig' (129,561) at 20210308005003240 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/omap24xx.h' (129,562) at 20210307214925918 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c' (129,563) at 20240405153050249 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/Cargo.toml' (129,564) at 20241211090212458 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_fb.h' (129,565) at 20240405153048749 2025-03-14 03:00:53.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/obmc-console.conf' (129,566) at 20230512080018777 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c' (129,567) at 20240405153050645 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Apstar6_C-134.0E' (129,568) at 20210307205553758 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/dwarfsrcfiles.c' (129,569) at 20210729000029132 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c' (129,570) at 20210308005002920 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_usif.h' (129,571) at 20210307214927918 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/hardware/ssp.h' (129,572) at 20210307214925850 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-ipq8062-smb208.dtsi' (129,573) at 20240405153045541 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch' (129,574) at 20230919080013990 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_spi_rcw.cfg' (129,575) at 20210308005002992 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mm-imx3.c' (129,576) at 20240405153045649 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-belkin.c' (129,577) at 20210307214928086 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/supervisor.service' (129,578) at 20210307205554030 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_formatter_subsystem_defs.h' (129,579) at 20210307214930550 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c' (129,580) at 20240910080014038 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/MAINTAINERS' (129,581) at 20210308005003052 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-Include-sys-sysmacros.h-for-major-minor-macros-in-gl.patch' (129,582) at 20210307205553826 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/runlist.h' (129,583) at 20210307214931198 2025-03-14 03:00:53.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/cell.h' (129,584) at 20210307214926462 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libsoup/libsoup_3.6.1.bb' (129,585) at 20241221090017696 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/stallwarn.rst' (129,586) at 20241211090145365 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/spl.c' (129,587) at 20210308005002988 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/load_bytes_relative.c' (129,588) at 20210307214932646 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/lib/clear_page.S' (129,589) at 20240405153046261 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c' (129,590) at 20210307214926562 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/bperf_follower.bpf.c' (129,591) at 20240405153054185 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/m53xxacr.h' (129,592) at 20210307214926162 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-15.c' (129,593) at 20210307214931190 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppce500_spin.c' (129,594) at 20241211090212322 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/board.c' (129,595) at 20210307214926186 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/opera1.c' (129,596) at 20240405153230823 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_user_management_sub_menu.robot' (129,597) at 20240628080017113 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-spi-eeprom' (129,598) at 20220525020651634 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ts4600_defconfig' (129,599) at 20210308005003284 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/plane.h' (129,600) at 20240405153048769 2025-03-14 03:00:53.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/nfc/nfc.h' (129,601) at 20220525020654643 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxk_hard.c' (129,602) at 20240405153230779 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/exports.c' (129,603) at 20210308005003224 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ttm/ttm_sys_manager.c' (129,604) at 20240405153048777 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/pipeline.json' (129,605) at 20220525020655143 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/gxbb-aoclkc.h' (129,606) at 20210307214931346 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-block-iothread.c' (129,607) at 20241211090212550 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/drbd-connection-state-overview.dot' (129,608) at 20210307214925218 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pnp/pnpbios/proc.c' (129,609) at 20240405153051421 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/lznt.c' (129,610) at 20241111090012145 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kallered' (129,611) at 20210307205553786 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_codec.h' (129,612) at 20240405153049397 2025-03-14 03:00:53.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/stm32-lptimer.c' (129,613) at 20240405153230839 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regcache.c' (129,614) at 20240405153230187 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp133.dtsi' (129,615) at 20240405153045581 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.err' (129,616) at 20230925080040089 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb' (129,617) at 20240413080012643 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-afe-pcm.c' (129,618) at 20241001080013036 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/linux/export.h' (129,619) at 20240405153232283 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.10.bb' (129,620) at 20241221090017692 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/evdev.wrap' (129,621) at 20230721080022734 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ntfs.rst' (129,622) at 20210307214925490 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/boards.h' (129,623) at 20241211090212358 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/sample-parsing.c' (129,624) at 20240405153054093 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/133' (129,625) at 20210927100127485 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/iommu.c' (129,626) at 20240405153230051 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-ep93xx/gpio-ep93xx.h' (129,627) at 20240405153045645 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt' (129,628) at 20210307214925438 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/exstore.c' (129,629) at 20240405153046621 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/esas2r/Kconfig' (129,630) at 20210307214930310 2025-03-14 03:00:53.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_zynq.c' (129,631) at 20210308005003348 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__on.hpp' (129,632) at 20241219090033964 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt' (129,633) at 20210307214925390 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/display_timing.h' (129,634) at 20210307214931694 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/thermal/thermometer/thermometer.conf' (129,635) at 20240405153054381 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml' (129,636) at 20240405153045113 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gf100.h' (129,637) at 20220525020652959 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/ocrdma/ocrdma_stats.h' (129,638) at 20210307214928434 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h' (129,639) at 20240405153230603 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-main.c' (129,640) at 20240405153049569 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/locks.h' (129,641) at 20220525020654475 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/LICENSE.txt' (129,642) at 20210307205554258 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.ubsan' (129,643) at 20240405153053433 2025-03-14 03:00:53.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/seccomp/seccomp_bpf.c' (129,644) at 20240503080014518 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/variants/test_kc705_be/include/variant/core.h' (129,645) at 20210307214926770 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_w.c' (129,646) at 20210308005046505 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb/0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch' (129,647) at 20230609080014391 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-base.dtsi' (129,648) at 20240405153045605 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/virt.c' (129,649) at 20241211090212290 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/qcom_defconfig' (129,650) at 20240405153229907 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/abilis,tb10x-ictl.txt' (129,651) at 20210307214925342 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serio/snps-arc_ps2.txt' (129,652) at 20210307214925422 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server.hpp' (129,653) at 20210716000108010 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vrr.c' (129,654) at 20240418080014490 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/meson_mx_ao_arc.c' (129,655) at 20240405153051481 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/recov_avx2.c' (129,656) at 20210307214931814 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/oxu210hp-hcd.c' (129,657) at 20240405153231559 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-reset-host-check@.service.in' (129,658) at 20230513080022442 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/nsconvert.c' (129,659) at 20240405153046621 2025-03-14 03:00:53.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a5_00000007.dtsi' (129,660) at 20210308005002872 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_tcon.c' (129,661) at 20240405153230635 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mdio/Makefile' (129,662) at 20210308005003436 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/videobuf2-dma-contig.h' (129,663) at 20210307214931550 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_common.h' (129,664) at 20240405153232183 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/event.cpp' (129,665) at 20240822080031261 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/Makefile' (129,666) at 20240405153230783 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-ap806-quad.dtsi' (129,667) at 20210308005002568 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sha512.c' (129,668) at 20230925080040101 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel.dtsi' (129,669) at 20241211090145373 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-accounts-modal-user.html' (129,670) at 20210308005107065 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-dhcrelay.service.in' (129,671) at 20240917080011787 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/NEWS' (129,672) at 20210307205554642 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ps3/vuart.h' (129,673) at 20210307214930174 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/zstd_decompress_block.c' (129,674) at 20240405153053117 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-isa.c' (129,675) at 20241211090212258 2025-03-14 03:00:53.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxa3xx-gcu.h' (129,676) at 20210307214930934 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/stm32/Makefile' (129,677) at 20210307214928598 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb' (129,678) at 20230813080012852 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g044.dtsi' (129,679) at 20241008080013895 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/mma8452.c' (129,680) at 20240405153230687 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/thread.c' (129,681) at 20210309003649136 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml' (129,682) at 20240405153045021 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/Kconfig' (129,683) at 20210308005003040 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_acpi.h' (129,684) at 20240405153048433 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/controller.cpp' (129,685) at 20240719080031533 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos4210-i9100.dts' (129,686) at 20240405153229899 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.rst' (129,687) at 20241221090017600 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_b.c' (129,688) at 20210308005046509 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_ebi.h' (129,689) at 20210308005003020 2025-03-14 03:00:53.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-dai-etdm.c' (129,690) at 20240405153053969 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/Makefile' (129,691) at 20210308005003540 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/Kconfig' (129,692) at 20210308005003052 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/fw_update_watch.cpp' (129,693) at 20230915080021805 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/cpu.c' (129,694) at 20210308005002788 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/orinoco/hw.h' (129,695) at 20220525020653767 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/lola/lola_mixer.c' (129,696) at 20240405153053541 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/sysfs.c' (129,697) at 20240913080013829 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nic1_qm0_regs.h' (129,698) at 20240405153046577 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx7d-clock.yaml' (129,699) at 20240405153045025 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx8qxp.c' (129,700) at 20240405153231319 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/adi,axi-i2s.txt' (129,701) at 20210307214925426 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/lager.c' (129,702) at 20210308005003036 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/Kconfig.aic7xxx' (129,703) at 20240405153051553 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/devres.c' (129,704) at 20240405153051465 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-con-set.h' (129,705) at 20240906080037544 2025-03-14 03:00:53.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/Makefile' (129,706) at 20210308005003036 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_router_ipv4_user.c' (129,707) at 20240820080014189 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/gsi_reg.c' (129,708) at 20240405153050341 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ivtvfb.h' (129,709) at 20210307214931638 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/draco.h' (129,710) at 20210308005003592 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SugarCRM-1.1.3' (129,711) at 20210307205554426 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/messenger.h' (129,712) at 20240405153231803 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mac.h' (129,713) at 20240405153231235 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/jcore-pit.c' (129,714) at 20240405153046877 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/sched-stats.rst' (129,715) at 20240405153045301 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ab-eoz9.c' (129,716) at 20241211090145485 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable-x86-dfi-bt700.h' (129,717) at 20210308005003620 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-relative-long.c' (129,718) at 20230426080043952 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/Kconfig' (129,719) at 20210308005003024 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c' (129,720) at 20240405153048341 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dts' (129,721) at 20241211090145373 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/Makefile' (129,722) at 20240405153045721 2025-03-14 03:00:53.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb' (129,723) at 20241221090017656 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/v10_structs.h' (129,724) at 20210307214927706 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/ia_css_rmgr.h' (129,725) at 20210307214930570 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pic32/common/irq.c' (129,726) at 20210307214926286 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/config-fragments/README' (129,727) at 20240405153232231 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/ezchip,nps400-timer1.txt' (129,728) at 20210307214925446 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/oem_ibm_handler.hpp' (129,729) at 20240910080037467 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/ipoib/ipoib.h' (129,730) at 20240405153049117 2025-03-14 03:00:53.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptvf_algs.c' (129,731) at 20240405153046933 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/wlan.c' (129,732) at 20240405153231239 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cisco/enic/enic_clsf.c' (129,733) at 20210307214929378 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/maccess.h' (129,734) at 20240405153230079 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/99_sysstat' (129,735) at 20210307205554570 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/shared/sysdep/faultinfo_32.h' (129,736) at 20210307214926754 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-tiecap.c' (129,737) at 20240405153231359 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/xpedite550x.c' (129,738) at 20210308005003172 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/vdso32/gen_vdso_offsets.sh' (129,739) at 20240405153046081 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager/daytonax-baseboard.json' (129,740) at 20230209040014209 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/MAINTAINERS' (129,741) at 20210308005002964 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/reserved_bits_mmcra_sample_elig_mode_test.c' (129,742) at 20240405153054361 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-ipq6018.c' (129,743) at 20240405153051345 2025-03-14 03:00:53.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/richtek,rt5033-battery.yaml' (129,744) at 20240405153045141 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/immap_qe.h' (129,745) at 20240405153052881 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_ca5x2.h' (129,746) at 20210308005003624 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-battery.txt' (129,747) at 20220525020651706 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (129,748) at 20240904080027730 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/x86-opcode-map.txt' (129,749) at 20240613080016375 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/yama/Makefile' (129,750) at 20210307214932186 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/usb/URB.rst' (129,751) at 20210309003648412 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/verity/measure.c' (129,752) at 20240405153052561 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (129,753) at 20241107090014377 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-80x0.dtsi' (129,754) at 20210307214926022 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/index.rst' (129,755) at 20220525020651722 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cobalt/cobalt-omnitek.h' (129,756) at 20210307214928682 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/util/unwind-libdw.c' (129,757) at 20240405153232223 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/msl_verify_main.cpp' (129,758) at 20210308005102829 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci.c' (129,759) at 20210308005003516 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml' (129,760) at 20240405153045109 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ngene/ngene-cards.c' (129,761) at 20220525020653275 2025-03-14 03:00:53.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/tegra/Kconfig' (129,762) at 20240405153047049 2025-03-14 03:00:53.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/kernel-entry-init.h' (129,763) at 20210307214926222 2025-03-14 03:00:53.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpu-v7m.c' (129,764) at 20241211090212470 2025-03-14 03:00:53.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/common.c' (129,765) at 20210307214929766 2025-03-14 03:00:53.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/livepatch/reliable-stacktrace.rst' (129,766) at 20240405153229819 2025-03-14 03:00:53.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/isp116x.h' (129,767) at 20220525020654275 2025-03-14 03:00:53.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/mdp3/mtk-mdp3-m2m.h' (129,768) at 20240405153049413 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/aacraid.h' (129,769) at 20241011080017343 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/loop1.c' (129,770) at 20210307214932646 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/u-boot.lds' (129,771) at 20210308005002836 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/pch_udc.c' (129,772) at 20240405153052089 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (129,773) at 20240828080010887 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/intrinsic.json' (129,774) at 20240405153054109 2025-03-14 03:00:53.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3188.dtsi' (129,775) at 20240405153045561 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c' (129,776) at 20240405153050249 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/renesas,rcar-can.yaml' (129,777) at 20220525020651694 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/lshrsi3.S' (129,778) at 20210308005002852 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch' (129,779) at 20210905000020557 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/intel-nhlt.h' (129,780) at 20240405153052889 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tunnel.h' (129,781) at 20241008080013983 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-enable-tests.patch' (129,782) at 20230706080014737 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_zec12/basic.json' (129,783) at 20240405153054117 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/form-input-error.js' (129,784) at 20210308005107069 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/xz_wrap.sh' (129,785) at 20210307214932162 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/machine_kexec.c' (129,786) at 20240712080021057 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am572x-idk-touchscreen.dtso' (129,787) at 20240405153045597 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/null_blk/trace.h' (129,788) at 20240405153046713 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi' (129,789) at 20240405153229967 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/boot.h' (129,790) at 20210308005003644 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/intel_pstate/msr.c' (129,791) at 20210307214932678 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi' (129,792) at 20240405153045533 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-util-filemonitor.c' (129,793) at 20240906080037584 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/sshguard/sshguard_2.4.3.bb' (129,794) at 20230813080012860 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_drv.c' (129,795) at 20240405153230595 2025-03-14 03:00:53.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dsi_vbt.h' (129,796) at 20240405153048453 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsed' (129,797) at 20210307205553782 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarvso' (129,798) at 20210307205553782 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/bitbake_tasks_map.svg' (129,799) at 20231126090012821 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-mcp23s08.h' (129,800) at 20240405153051337 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunplus/sppctl.h' (129,801) at 20240405153051373 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/engine.h' (129,802) at 20240405153230603 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/fsl_mc.h' (129,803) at 20220525020654667 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/hsu/hsu.c' (129,804) at 20240405153046993 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-inventec-transformers.dts' (129,805) at 20240405153229867 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/errata/sifive/Makefile' (129,806) at 20220525020652086 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/bcm/bcm63xx-i2s-whistler.c' (129,807) at 20240405153232143 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch' (129,808) at 20230317080013793 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/util.c' (129,809) at 20210307214931042 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/asmmacro.h' (129,810) at 20210307214926114 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lkdtm/config' (129,811) at 20240405153232275 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/traceroute.sh' (129,812) at 20210307214932694 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/UCP1020_defconfig' (129,813) at 20210308005003244 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/test/test_instance_id.hpp' (129,814) at 20240903080027143 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-designware-baytrail.c' (129,815) at 20240405153048897 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_kmod.sh' (129,816) at 20240405153054285 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/remote-bios-configuration.md' (129,817) at 20221209040006395 2025-03-14 03:00:53.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/trace-events' (129,818) at 20210927100127025 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptvf_algs.c' (129,819) at 20241011080017299 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/tobermory.c' (129,820) at 20240405153053985 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/hppb.c' (129,821) at 20240405153231283 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm8550b.dtsi' (129,822) at 20240405153045777 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/trinityd.h' (129,823) at 20210307214928026 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_rwpf.h' (129,824) at 20240613080016423 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623n-bananapi-bpi-r2.dts' (129,825) at 20240405153045461 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/mp8859.txt' (129,826) at 20210307214925410 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/data_rx.c' (129,827) at 20240405153050697 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-macro.S' (129,828) at 20210307214925966 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcf8390.h' (129,829) at 20210307214926162 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/gaudi2.h' (129,830) at 20240405153046601 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6dl2g.cfg' (129,831) at 20210308005002924 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.clang' (129,832) at 20210308005003292 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/prom_32.c' (129,833) at 20210309003648992 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi' (129,834) at 20220525020652198 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/branch.json' (129,835) at 20240405153054105 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager/service-override.conf' (129,836) at 20210617100024963 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/valkey.service' (129,837) at 20241221090017524 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/ti,sci_pm_domain.h' (129,838) at 20210307214931350 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/MAINTAINERS' (129,839) at 20210308005003004 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/svcauth_gss.h' (129,840) at 20210307214931518 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mmvec/macros.def' (129,841) at 20220429100100786 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-cpu-boot-done.service' (129,842) at 20241214090210267 2025-03-14 03:00:53.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/spl.c' (129,843) at 20210308005002996 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau17x1.c' (129,844) at 20240405153053565 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.err' (129,845) at 20230925080040089 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml' (129,846) at 20220525020651678 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dax/dax-private.h' (129,847) at 20240405153046973 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts' (129,848) at 20240405153045713 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/multiple_kprobes.tc' (129,849) at 20240405153054305 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/signal_32.c' (129,850) at 20240405153046329 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/cavium-rng-vf.c' (129,851) at 20240405153046753 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/cherrs.S' (129,852) at 20210307214926590 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/compat.h' (129,853) at 20240405153046001 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon/obmc/fan-watchdog/fan-watchdog.conf' (129,854) at 20210307205553702 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_ssl.robot' (129,855) at 20240910080016938 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-coresight-devices-stm' (129,856) at 20210309003648248 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/vmx.h' (129,857) at 20240405153230115 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/machine.h' (129,858) at 20240405153052693 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_context_sseu.c' (129,859) at 20240405153048485 2025-03-14 03:00:53.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/uncore-power.json' (129,860) at 20240405153054133 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml' (129,861) at 20210309003648360 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/st/stm32mp257.dtsi' (129,862) at 20240405153045829 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/firmware/fw_search_path.rst' (129,863) at 20240405153045189 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/isl29501.c' (129,864) at 20240405153230695 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mtd/spi-nor.rst' (129,865) at 20240405153045193 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/Makefile' (129,866) at 20210308005002816 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/44x/redwood_defconfig' (129,867) at 20210309003648872 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/eeh_driver.c' (129,868) at 20240405153046137 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8822c.c' (129,869) at 20241008080013959 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/mmu_gather.c' (129,870) at 20240405153231971 2025-03-14 03:00:53.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qualcomm/emac/emac.c' (129,871) at 20240405153231039 2025-03-14 03:00:53.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/cypress_dpm.c' (129,872) at 20240405153048709 2025-03-14 03:00:53.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Goulburn-Rocky_Hill' (129,873) at 20210307205553762 2025-03-14 03:00:53.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/uncore-cache.json' (129,874) at 20240405153054129 2025-03-14 03:00:53.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch' (129,875) at 20230706080014757 2025-03-14 03:00:53.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c' (129,876) at 20241216090017705 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/hpet.c' (129,877) at 20240405153230127 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/pci/pci_debug.c' (129,878) at 20240405153046301 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/nand-ecc-mxic.h' (129,879) at 20240405153052745 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/ti/composite.txt' (129,880) at 20240405153045029 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h128m8_3_266_cl5_async.c' (129,881) at 20210308005002548 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_getcount_unittest.cpp' (129,882) at 20220824030029051 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc_arria10.c' (129,883) at 20210308005002780 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml' (129,884) at 20240405153045041 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/gpio.c' (129,885) at 20220525020651990 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (129,886) at 20231012080014468 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dac02.c' (129,887) at 20240405153046893 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts_%.bbappend' (129,888) at 20221017030012214 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6358.dtsi' (129,889) at 20210308005002812 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb' (129,890) at 20241206090014258 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/phosphor-dbus-interfaces.wrap' (129,891) at 20240329080027212 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_structs.h' (129,892) at 20210308005046089 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/hisilicon/clk-hip04.c' (129,893) at 20240405153230211 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/parm_def' (129,894) at 20210308005007100 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/model_206ax.h' (129,895) at 20210308005002876 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-a33-inet-d978-rev2.dts' (129,896) at 20240405153045389 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/itd1000.h' (129,897) at 20210307214928626 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rx8581.c' (129,898) at 20240405153231375 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/siena/rx.c' (129,899) at 20240405153050293 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/buildhistory_analysis.py' (129,900) at 20240106090017257 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/memory.h' (129,901) at 20240405153045621 2025-03-14 03:00:53.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.gitignore' (129,902) at 20240307090019084 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am5728.dtsi' (129,903) at 20240405153045597 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/contec_pci_dio.c' (129,904) at 20240405153046893 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c' (129,905) at 20241216090017713 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb' (129,906) at 20241206090014234 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/036' (129,907) at 20220429100100886 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch' (129,908) at 20210307205554506 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/phosphor-logging.wrap' (129,909) at 20230921080009745 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/meson.build' (129,910) at 20241211090212246 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/qcomsmempart.c' (129,911) at 20240405153049705 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_bist.c' (129,912) at 20210308005003364 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram.h' (129,913) at 20210308005002664 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-0.49-fortify-strcpy-crash.patch' (129,914) at 20210307205553822 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js' (129,915) at 20210307205554282 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/r7s9210-cpg-mssr.c' (129,916) at 20210309003649252 2025-03-14 03:00:53.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss' (129,917) at 20220105012522983 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/saa7185.c' (129,918) at 20240405153049337 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/firmware/settings' (129,919) at 20210309003655996 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch' (129,920) at 20210307205553822 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/sitronix,st7735r.yaml' (129,921) at 20240405153045049 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hip07-d05.dts' (129,922) at 20220525020651914 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm013.dts' (129,923) at 20210308005002632 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/sbc8641d.c' (129,924) at 20210308005003048 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/Makefile' (129,925) at 20210307214927770 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/cyclone.c' (129,926) at 20210307214926122 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenbus/xenbus_xs.c' (129,927) at 20240405153231603 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb' (129,928) at 20231126090012781 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_w.c' (129,929) at 20210308005046517 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/Kconfig' (129,930) at 20210308005002796 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/anybuss/anybuss-client.h' (129,931) at 20220525020654115 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/tw-All' (129,932) at 20210307205553794 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/vxlan.rst' (129,933) at 20210309003648452 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/uapi/asm/swab.h' (129,934) at 20210307214925670 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hsdk_defconfig' (129,935) at 20210308005003260 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pro5.c' (129,936) at 20210308005002792 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/a4m072.dts' (129,937) at 20240405153046089 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_qos.c' (129,938) at 20240405153050177 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/Makefile' (129,939) at 20210308005003548 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun7i-a20-bananapro.dts' (129,940) at 20240405153045385 2025-03-14 03:00:53.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/toshiba.yaml' (129,941) at 20240405153045017 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/nwfpe/fpopcode.h' (129,942) at 20210307214925978 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell_dev_callouts.json' (129,943) at 20240117090012269 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/skl_hda_dsp_common.h' (129,944) at 20210307214932386 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/sm750_accel.h' (129,945) at 20210307214930674 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/cache-sh7705.c' (129,946) at 20240405153230091 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (129,947) at 20210819000021018 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/base.c' (129,948) at 20240405153230607 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/altera_uart.c' (129,949) at 20210308005003484 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/stacktrace.c' (129,950) at 20240405153046153 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/debugfs.c' (129,951) at 20210307214929966 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c' (129,952) at 20240405153231491 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_state.h' (129,953) at 20210307214931646 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig' (129,954) at 20210308005003240 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/Kconfig' (129,955) at 20240405153046949 2025-03-14 03:00:54.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/iio/Makefile' (129,956) at 20240405153054045 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_8_1_enum.h' (129,957) at 20210307214927534 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/cavium/Makefile' (129,958) at 20210307214926010 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel-ti.dts' (129,959) at 20240405153045781 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decContext.h' (129,960) at 20210308005046041 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-clone-visitor.c' (129,961) at 20221215040039390 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allidefs.def' (129,962) at 20220429100100786 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pasemi/Kconfig' (129,963) at 20210307214929574 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config.cpp' (129,964) at 20240822080027617 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c' (129,965) at 20210307214927766 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (129,966) at 20240308090017907 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma1/sdma1_4_2_2_offset.h' (129,967) at 20210307214927674 2025-03-14 03:00:54.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r1-lte.dts' (129,968) at 20240405153045781 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Risback' (129,969) at 20210307205553790 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb' (129,970) at 20241206090014266 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_dctcp_release.c' (129,971) at 20220525020655195 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/karma.c' (129,972) at 20210307214926786 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/Makefile' (129,973) at 20210308005003088 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/switch_to.h' (129,974) at 20210307214926554 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_act/tc_ctinfo.h' (129,975) at 20210307214931574 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/txrx.c' (129,976) at 20240405153050409 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_query.h' (129,977) at 20210307214927842 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.eslintignore' (129,978) at 20211106000023633 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_ipvs.h' (129,979) at 20210307214931646 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/device/driver.h' (129,980) at 20240405153052681 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/mxs-lradc.c' (129,981) at 20240405153230835 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/checksum.h' (129,982) at 20220525020651966 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/syscall-counts.py' (129,983) at 20210307214932570 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/chsh' (129,984) at 20210307205554570 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_resource.h' (129,985) at 20220429100100618 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/horus3a.c' (129,986) at 20240405153049289 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/Makefile' (129,987) at 20210308005002920 2025-03-14 03:00:54.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_bridge/ebt_vlan.h' (129,988) at 20210307214931650 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-intel-mrfld.c' (129,989) at 20210726100024667 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_def.h' (129,990) at 20210308005003364 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/Makefile' (129,991) at 20240405153050073 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml' (129,992) at 20240405153045177 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_ipport.c' (129,993) at 20240405153053317 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qstring.c' (129,994) at 20221215040039266 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ccs.rst' (129,995) at 20240405153045193 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/string.c' (129,996) at 20240405153046357 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/mad.c' (129,997) at 20240405153049053 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c' (129,998) at 20210307214930130 2025-03-14 03:00:54.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/brcm_nvram.c' (129,999) at 20240405153231275 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass' (130,000) at 20240616080011243 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/em_ipset.c' (130,001) at 20210307214932058 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_utility.h' (130,002) at 20210307214930950 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi' (130,003) at 20240405153229915 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/appldata/Makefile' (130,004) at 20210307214926502 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/syscall_numbering.c' (130,005) at 20220525020655235 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch' (130,006) at 20230401080011935 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/fou_bpf.c' (130,007) at 20240405153053245 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/hwinit-common.c' (130,008) at 20210308005002756 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/vf.c' (130,009) at 20240405153050049 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xthead.h' (130,010) at 20230925080039841 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/delay.c' (130,011) at 20220627100016946 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-psci.dts' (130,012) at 20210307214926010 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_i2c_nuvoton.c' (130,013) at 20240405153046765 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hashtable_api.h' (130,014) at 20240405153052697 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi.c' (130,015) at 20240405153049433 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch' (130,016) at 20241221090017664 2025-03-14 03:00:54.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_am43xx.h' (130,017) at 20210308005002636 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/strlen_32.S' (130,018) at 20240405153230047 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/seccomp.c' (130,019) at 20210307214932578 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/smi.conf' (130,020) at 20210307205553982 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm016-dc2/psu_init_gpl.c' (130,021) at 20210308005003200 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/conga-qeval20-qa3-e3845_defconfig' (130,022) at 20210308005003256 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire1.conf' (130,023) at 20210307205553722 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c' (130,024) at 20240405153048601 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_ctrl.h' (130,025) at 20240405153048597 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/scripts/utilities.mak' (130,026) at 20240405153232247 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc.c' (130,027) at 20210308005003464 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6q-hummingboard-som-v15.dts' (130,028) at 20240405153045501 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst' (130,029) at 20210309003648444 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/global_data.h' (130,030) at 20210308005002804 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mux/driver.h' (130,031) at 20240405153052749 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml' (130,032) at 20220525020651674 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2571.h' (130,033) at 20210308005003608 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/option,gtm601.yaml' (130,034) at 20240405153229799 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.build' (130,035) at 20230302090047762 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/clock.h' (130,036) at 20210308005002672 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml' (130,037) at 20240405153045157 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.gitignore' (130,038) at 20220330030018050 2025-03-14 03:00:54.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98090.c' (130,039) at 20210308005003488 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/__init__.py' (130,040) at 20210307205554434 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu.c' (130,041) at 20241211090212494 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/pte-8xx.h' (130,042) at 20240405153230031 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/templates/default/conf-notes.txt' (130,043) at 20220913030020496 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-cam.c' (130,044) at 20240405153230215 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/alternative.c' (130,045) at 20240405153230115 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/README.md' (130,046) at 20231126090012785 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/opencsd/opencsd_1.5.4.bb' (130,047) at 20241221090017472 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/entrypoint-build.sh' (130,048) at 20230919080013962 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts' (130,049) at 20240805080013923 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/messenger_v1.c' (130,050) at 20240405153231999 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/bcm/bcm2835-power.c' (130,051) at 20240405153231347 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/lima/lima_gem.h' (130,052) at 20210307214927862 2025-03-14 03:00:54.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb' (130,053) at 20241221090017576 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SwitchMetrics.v1_0_2.json' (130,054) at 20240619080002956 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/graph_ds_impl.rst' (130,055) at 20240405153229747 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch' (130,056) at 20241221090017536 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/ipaq.c' (130,057) at 20220525020654291 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/w1/masters/ds2482.rst' (130,058) at 20210307214925634 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_check_mtu.c' (130,059) at 20240405153054273 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1.dts' (130,060) at 20240405153229947 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/wil_platform.c' (130,061) at 20210309003651576 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_DSCP.c' (130,062) at 20240405153053337 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/kup.h' (130,063) at 20240405153230031 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb' (130,064) at 20241221090017548 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_cable_pull_recover.robot' (130,065) at 20240628080017117 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/state.h' (130,066) at 20210308005002848 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/hw_random/exynos-trng.c' (130,067) at 20240405153230199 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_ecc.h' (130,068) at 20210308005003552 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/qcom,pshold.yaml' (130,069) at 20240405153045137 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/ahci_mvebu.c' (130,070) at 20240405153230175 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/settings/phosphor-settings-defaults-native/bletchley-host-acpi-power-state.yaml' (130,071) at 20221025030015189 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/sha256_asm.S' (130,072) at 20210307214926574 2025-03-14 03:00:54.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/fealnx.c' (130,073) at 20240405153049913 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/lock-contention.h' (130,074) at 20240405153054197 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/clps711x-keypad.txt' (130,075) at 20210307214925334 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/bugfix.S' (130,076) at 20210307214926142 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/sysfs.h' (130,077) at 20240405153053389 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComputerSystemCollection.json' (130,078) at 20240619080002944 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/mwave/Makefile' (130,079) at 20210307214926946 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/vmcoreinfo.rst' (130,080) at 20240326080039406 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/lmedm04.h' (130,081) at 20210307214928814 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-greatlakes.dts' (130,082) at 20230530080039372 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_tcon.h' (130,083) at 20240405153048761 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/Makefile' (130,084) at 20210307214931250 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb' (130,085) at 20241221090017520 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tpm_command.h' (130,086) at 20210307214931526 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Saivomuotka' (130,087) at 20210307205553790 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-igep0030-rev-g.dts' (130,088) at 20240405153045605 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/cache_insns.h' (130,089) at 20210307214926550 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi' (130,090) at 20220525020652026 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/adi,max77541-regulator.yaml' (130,091) at 20240405153045141 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc4215.rst' (130,092) at 20210307214925502 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-dsp-keystone.txt' (130,093) at 20210307214925318 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/alsa/conf.c' (130,094) at 20240405153232255 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/asm-offsets.h' (130,095) at 20210307214926370 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/TREE10' (130,096) at 20240405153054369 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/monitor.rst' (130,097) at 20210308005045809 2025-03-14 03:00:54.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/testacpi.py2' (130,098) at 20241211090212538 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi' (130,099) at 20240405153229871 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-base64.xml' (130,100) at 20221215040039086 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/handler.cpp' (130,101) at 20240919080030206 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-pisosr.txt' (130,102) at 20240405153045061 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@40/ucd90160@64.conf' (130,103) at 20240904080027738 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_errno_defs.h' (130,104) at 20210927100127265 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/files/destdir.patch' (130,105) at 20210307205553870 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,ads7924.yaml' (130,106) at 20240405153045073 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/sbom.rst' (130,107) at 20240302090018218 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/OWNERS' (130,108) at 20230502080017612 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/nolibc/sys.h' (130,109) at 20240405153232211 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gen_kselftest_tar.sh' (130,110) at 20210307214932674 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c' (130,111) at 20220525020652975 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/phy-cadence-torrent.c' (130,112) at 20240805080013999 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cadmus.c' (130,113) at 20210308005002960 2025-03-14 03:00:54.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/em28xx-cardlist.rst' (130,114) at 20210309003648288 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/led.h' (130,115) at 20240405153050637 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-alto35.dts' (130,116) at 20240405153045605 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/omap_remoteproc.h' (130,117) at 20210307214930202 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/it_IT/process/botching-up-ioctls.rst' (130,118) at 20240405153045273 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_pipe.h' (130,119) at 20220627100016978 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/dell/dell-wmi-descriptor.h' (130,120) at 20220525020653907 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/kexec.h' (130,121) at 20240405153045857 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemux86/machconfig' (130,122) at 20210307205554454 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/cheatsheet.txt' (130,123) at 20210309003655368 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml' (130,124) at 20221207040023627 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/conf-notes.txt' (130,125) at 20220913030020492 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2500.h' (130,126) at 20220509100030598 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sa1100/serial_uart.rst' (130,127) at 20240405153044973 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/cherryhill.c' (130,128) at 20210308005003008 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/iosm.rst' (130,129) at 20240405153045237 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/rsb.c' (130,130) at 20210308005002784 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/shmobile/cpuidle.c' (130,131) at 20210307214926566 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-event_source-devices-dfl_fme' (130,132) at 20210309003648248 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/MAINTAINERS' (130,133) at 20210308005002924 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra210-mc.h' (130,134) at 20220525020654547 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/Makefile' (130,135) at 20210308005002824 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/Power.errors.yaml' (130,136) at 20210729000040160 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/pty.c' (130,137) at 20210307214926618 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Valencia' (130,138) at 20210307205553766 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/test.c' (130,139) at 20210308005003220 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/types.hpp' (130,140) at 20220923030023309 2025-03-14 03:00:54.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-dreamcast/setup.c' (130,141) at 20210307214926538 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/realmode.lds.S' (130,142) at 20210307214926750 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt' (130,143) at 20220525020651678 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cpumask_api.h' (130,144) at 20240405153052673 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx-2x.dts' (130,145) at 20240405153229927 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/Kconfig' (130,146) at 20210308005002860 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_power_util.sh' (130,147) at 20240619080012644 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/tlbflush.h' (130,148) at 20240405153229907 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/Kconfig' (130,149) at 20210308005002944 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/trace-events' (130,150) at 20240906080037140 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/bcm1480_int.h' (130,151) at 20210307214926242 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-checksum.c' (130,152) at 20210308005003712 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/coreaudio.m' (130,153) at 20240906080037140 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/Makefile' (130,154) at 20210307214932698 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-bluefield.c' (130,155) at 20240405153049661 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AllowDenyCollection_v1.xml' (130,156) at 20240619080002920 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/prestera.rst' (130,157) at 20240405153045237 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/nbdServerService.js' (130,158) at 20210308005107073 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-demux-pinctrl.txt' (130,159) at 20220525020651678 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/ips.json' (130,160) at 20230921080014641 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/rt5682s.h' (130,161) at 20240405153231863 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/mm.h' (130,162) at 20210307214927902 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/157.out' (130,163) at 20210308005046453 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-chestnut43.dts' (130,164) at 20240405153045605 2025-03-14 03:00:54.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/write_verification_error_tests.cpp' (130,165) at 20210318000037904 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/fakedbusdoc.py' (130,166) at 20230925080039845 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_defconfig' (130,167) at 20210308005003240 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-set-bypass-mode.rst' (130,168) at 20220525020654131 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/pmu/.gitignore' (130,169) at 20210307214932702 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/renesas,tpu.yaml' (130,170) at 20220525020651714 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/resetcontainer.c' (130,171) at 20240906080037212 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x02_phy.h' (130,172) at 20240405153050593 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml' (130,173) at 20221207040023631 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_NAND_defconfig' (130,174) at 20210308005003244 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (130,175) at 20230920080013648 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/f@st1704.c' (130,176) at 20210308005003040 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/palmas-regulator.c' (130,177) at 20240405153051469 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/re2/re2_2024.03.01.bb' (130,178) at 20241206090014262 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/demangle-ocaml-test.c' (130,179) at 20240405153054165 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/Makefile' (130,180) at 20210308005003468 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-dbus-monitor.bbclass' (130,181) at 20210307205554058 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/tiny-init.bb' (130,182) at 20241206090014294 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb' (130,183) at 20241221090017528 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/psnap.h' (130,184) at 20240405153052861 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/spear/pinctrl-spear3xx.h' (130,185) at 20210307214930122 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ufs/Kconfig' (130,186) at 20240405153231767 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb' (130,187) at 20241221090017544 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/videobuf2/Makefile' (130,188) at 20240405153049273 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/tegra_usb_phy.h' (130,189) at 20240405153052813 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,infracfg.yaml' (130,190) at 20240405153045013 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/test.rs' (130,191) at 20230114040015530 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef100_nic.h' (130,192) at 20240405153050257 2025-03-14 03:00:54.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-hdw.h' (130,193) at 20210307214928846 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/filter/event-filter-function.tc' (130,194) at 20240624080012836 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tree-mod-log.c' (130,195) at 20240405153052297 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ia_css_anr2.host.h' (130,196) at 20210307214930550 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/epeg/0001-configure-Fix-checks-for-libjpeg-and-libexif.patch' (130,197) at 20221003030013285 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/r4k-bugs64.c' (130,198) at 20240405153046025 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb' (130,199) at 20241221090017548 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mux/mmio.c' (130,200) at 20240405153230887 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/hal.c' (130,201) at 20240405153231159 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/devlink.c' (130,202) at 20240405153231011 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c' (130,203) at 20220525020652971 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/click-outside.js' (130,204) at 20210308005107069 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/sdbusplus.wrap' (130,205) at 20220322030048836 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ascot2e.h' (130,206) at 20220525020653239 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/timer-riscv.c' (130,207) at 20240405153046881 2025-03-14 03:00:54.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/irq_32.c' (130,208) at 20240405153046433 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/signal.h' (130,209) at 20210307214925866 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/debugfs.h' (130,210) at 20220525020653735 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/smsc75xx.c' (130,211) at 20240405153050381 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/noderef.cocci' (130,212) at 20240405153053441 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_reject.c' (130,213) at 20240405153053333 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77970.c' (130,214) at 20240405153051357 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-pca963x.c' (130,215) at 20240405153049221 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0003-Update-usage-of-usbdevfs_urb-to-match-new-kernel-UAP.patch' (130,216) at 20231011080016574 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/alternative.h' (130,217) at 20240405153045849 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch' (130,218) at 20230706080014769 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/htx_softbootme_test.robot' (130,219) at 20240628080017121 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/Kconfig' (130,220) at 20210307214928462 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/files/make-sysroot-work.patch' (130,221) at 20210307205553994 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch' (130,222) at 20210307205554598 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/csrc-sb1250.c' (130,223) at 20210307214926254 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/lib/modsi3.S' (130,224) at 20240405153230007 2025-03-14 03:00:54.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-h3-ccu.h' (130,225) at 20240405153052649 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/armadillo-800eva.c' (130,226) at 20210308005002916 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am3517_crane_defconfig' (130,227) at 20210308005003248 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/gr2d.c' (130,228) at 20240405153230639 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/ptrace.h' (130,229) at 20210308005002840 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/user/config' (130,230) at 20210307214932730 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-mcp2221.c' (130,231) at 20240613080016411 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qobject.h' (130,232) at 20240906080037344 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l42-sdw.c' (130,233) at 20240405153053577 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dtimg.c' (130,234) at 20210308005003208 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmc-snmp-proxy.sysconf' (130,235) at 20210308004938816 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/tick-oneshot.c' (130,236) at 20240405153053053 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c' (130,237) at 20210308005046521 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_artop.c' (130,238) at 20240405153046661 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/slimbus/Makefile' (130,239) at 20210307214930434 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/dcu.h' (130,240) at 20210307214926578 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/voltage.h' (130,241) at 20240405153045673 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/info.h' (130,242) at 20240405153231863 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/tlb.h' (130,243) at 20220525020651974 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/mce.c' (130,244) at 20240405153046141 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/ptrace/ptrace-decl.h' (130,245) at 20240405153046145 2025-03-14 03:00:54.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch' (130,246) at 20240413080012699 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/imx_rproc.c' (130,247) at 20241018080014542 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spi.h' (130,248) at 20230720080043543 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/harfbuzz/harfbuzz_10.1.0.bb' (130,249) at 20241221090017684 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/default/default.cpp' (130,250) at 20210308005059705 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/arm/tests/Build' (130,251) at 20210307214932514 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/uki.py' (130,252) at 20241221090017628 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-snps-eusb2.c' (130,253) at 20240405153231315 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-refcount.c' (130,254) at 20240326080039382 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-demux-daemon.c' (130,255) at 20241219090010504 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/imx8mq-reset.h' (130,256) at 20210309003653816 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-mbdrc.yaml' (130,257) at 20240405153045169 2025-03-14 03:00:54.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774a1.dtsi' (130,258) at 20240405153045801 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/ifpsp060/src/itest.S' (130,259) at 20210307214926154 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/maxim,max8903.yaml' (130,260) at 20240405153045141 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8250-dpu.yaml' (130,261) at 20240405153229763 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/in.h' (130,262) at 20240405153054053 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6507x-regulator.c' (130,263) at 20240405153051477 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/drv-intf/exynos-fimc.h' (130,264) at 20210307214931542 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gpu_tracepoints.c' (130,265) at 20210307214927894 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts' (130,266) at 20240405153045793 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/catpt/dsp.c' (130,267) at 20220525020655071 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ublimage' (130,268) at 20210308005003300 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/perf_regs.h' (130,269) at 20240405153045945 2025-03-14 03:00:54.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/modules-common.c' (130,270) at 20240405153053121 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/storm_king.json' (130,271) at 20240123090005495 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/psu_spl_init.c' (130,272) at 20210308005002796 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/netfilter/nft_reject_ipv6.c' (130,273) at 20240405153053281 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/h4_recv.h' (130,274) at 20210307214926926 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/fw_cfg.h' (130,275) at 20221215040039374 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/Makefile' (130,276) at 20240405153046969 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/crm_regs.h' (130,277) at 20210308005002644 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/prm-regbits-24xx.h' (130,278) at 20210307214925926 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Rega-Sense' (130,279) at 20210307205553758 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/conditions.hpp' (130,280) at 20210308005059169 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc_intf.xml' (130,281) at 20210308004922940 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/g762.rst' (130,282) at 20210307214925502 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-vlc_3.0.20123.bb' (130,283) at 20231126090012801 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp157a-dhcor-avenger96.dts' (130,284) at 20240405153045585 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53loco_defconfig' (130,285) at 20210308005003268 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/imbapi.c' (130,286) at 20210308004938832 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/dbdma.c' (130,287) at 20240405153045977 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/reg_constant.h' (130,288) at 20210307214926730 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb' (130,289) at 20241206090014250 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1up.service' (130,290) at 20230627080016966 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce-git.bbclass' (130,291) at 20210812000025254 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/CP00.interface.yaml' (130,292) at 20221207040023627 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun4i.c' (130,293) at 20210308005002784 2025-03-14 03:00:54.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/earlycon-semihost.c' (130,294) at 20240405153052005 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lt7182s.rst' (130,295) at 20240405153045217 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y' (130,296) at 20210307214930278 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/autofs/Makefile' (130,297) at 20210307214930998 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/298.out' (130,298) at 20210927100127501 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/cacheflush.h' (130,299) at 20240405153229855 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-hdmi.c' (130,300) at 20240405153051285 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/msl/max31785-msl' (130,301) at 20221209040033703 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/fe-enable-high-lnb-voltage.rst' (130,302) at 20210309003648480 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_tx.h' (130,303) at 20240405153050057 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power9/marked.json' (130,304) at 20210307214932538 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/ttpci-eeprom.c' (130,305) at 20220525020653239 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/idle_monitors.def' (130,306) at 20240405153054217 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-session' (130,307) at 20210307205554062 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885.h' (130,308) at 20210309003650328 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/bebob/bebob.h' (130,309) at 20220525020654975 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/Kconfig' (130,310) at 20240405153051285 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/Makefile' (130,311) at 20240405153046957 2025-03-14 03:00:54.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76-evm-u-boot.dtsi' (130,312) at 20210308005002576 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp_r5/MAINTAINERS' (130,313) at 20210308005003200 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/index.rst' (130,314) at 20230919080013970 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/gspca/stv06xx/stv06xx.c' (130,315) at 20210512100029238 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/sysfs.c' (130,316) at 20210307214930170 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/samsung,ams495qa01.yaml' (130,317) at 20240405153045045 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/ipu-v3/ipu-prg.c' (130,318) at 20240405153230647 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-conf/main.conf' (130,319) at 20230919080013982 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c' (130,320) at 20240405153231023 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp4.service' (130,321) at 20210307205554462 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_xics.h' (130,322) at 20240405153046169 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_write_window_ro_partition.cpp' (130,323) at 20210308005100997 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/cirrus/ep93xx-i2s.c' (130,324) at 20240405153232143 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/timed_ctrl_public.h' (130,325) at 20210307214930546 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/Makefile' (130,326) at 20210308005003376 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/s3c-pm-check.c' (130,327) at 20220525020654095 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/recipes-kernel/linux/linux-aspeed/s8036.cfg' (130,328) at 20220302040015788 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/bt.hpp' (130,329) at 20240817080027656 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/speed.c' (130,330) at 20210308005002548 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c' (130,331) at 20210308005002560 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso.S' (130,332) at 20240326080039562 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/cgroup_attach_autodetach.c' (130,333) at 20240405153054249 2025-03-14 03:00:54.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/wss.h' (130,334) at 20210307214931606 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/sym_nvram.c' (130,335) at 20210309003652904 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/README.md' (130,336) at 20220526030017599 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/orion_wdt.c' (130,337) at 20210308005003540 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts' (130,338) at 20241211090145369 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/mctp-config' (130,339) at 20241101080022232 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3.dtsi' (130,340) at 20240405153045605 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb' (130,341) at 20241221090017560 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz-r1-lte.dts' (130,342) at 20220525020651926 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch' (130,343) at 20230706080014753 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts' (130,344) at 20240405153229963 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_history.hpp' (130,345) at 20210901000109343 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch' (130,346) at 20210307205553802 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/tcp_metrics.h' (130,347) at 20210307214931662 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/board-sead-3.config' (130,348) at 20210307214926202 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/fdomain_cs.c' (130,349) at 20210920100020731 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-mediatek.c' (130,350) at 20240405153231359 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64el-linux-user.mak' (130,351) at 20230925080039837 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-clkctrl-mx23.h' (130,352) at 20210308005002656 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/befs/befs.h' (130,353) at 20210307214931002 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/nommu_context.h' (130,354) at 20220525020652198 2025-03-14 03:00:54.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h' (130,355) at 20240405153050061 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/common/smb2pdu.h' (130,356) at 20240726080012870 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/netlink.h' (130,357) at 20240405153052517 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/qcom-wled.c' (130,358) at 20240405153231575 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3x.h' (130,359) at 20210307214926166 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/phosphor-logging.wrap' (130,360) at 20220323030041559 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/0001-sntp-Fix-types-in-check-for-pthread_detach.patch' (130,361) at 20221003030013265 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/sync-r4k.c' (130,362) at 20210307214926262 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/board.h' (130,363) at 20210308005002956 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/microchip/mpfs.h' (130,364) at 20240405153052881 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/argument.hpp' (130,365) at 20240719080031533 2025-03-14 03:00:54.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zlib.h' (130,366) at 20210308005003716 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z15/crypto6.json' (130,367) at 20240405153054117 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml' (130,368) at 20240405153045125 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Chesterfield' (130,369) at 20210307205553794 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/sha1_s390.c' (130,370) at 20240405153046273 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx31.c' (130,371) at 20240906080037192 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mte.h' (130,372) at 20240405153229979 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32l4x5_syscfg.c' (130,373) at 20241211090212298 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v11_0_8.c' (130,374) at 20240405153047157 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/platform_lcd.h' (130,375) at 20210307214931698 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/phosphor-dbus-interfaces.wrap' (130,376) at 20230602080024184 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb' (130,377) at 20241221090017504 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/hibernate.c' (130,378) at 20240405153046505 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel_pconfig.h' (130,379) at 20220525020652146 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-mlxbf.c' (130,380) at 20240405153230675 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31-app4-evb1.dts' (130,381) at 20240405153045381 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/mock_uncore.h' (130,382) at 20210307214927858 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts' (130,383) at 20210308005002628 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/failslab.c' (130,384) at 20240405153053125 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_proc.h' (130,385) at 20240326080039558 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-request-ioc-queue.rst' (130,386) at 20210309003648484 2025-03-14 03:00:54.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hw_generic.h' (130,387) at 20210307214927306 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Signature_v1.xml' (130,388) at 20240619080002936 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/applesmc.c' (130,389) at 20240405153048845 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/ktap.rst' (130,390) at 20240405153045009 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bios-prepare.target.in' (130,391) at 20210308005120349 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/falcon/nic.h' (130,392) at 20210307214929618 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_imx6_nospl_it_defconfig' (130,393) at 20210308005003248 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/qemu-spice-module.h' (130,394) at 20210308005046057 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/samsung/clk-exynos7885.c' (130,395) at 20241011080017299 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/selinux/genheaders/Makefile' (130,396) at 20210309003654544 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/phy/phy-tahvo.c' (130,397) at 20240405153052125 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/MAINTAINERS' (130,398) at 20210308005003004 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/fsmc_nand.c' (130,399) at 20240405153230871 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb' (130,400) at 20240302090018214 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/immap.c' (130,401) at 20210308005002836 2025-03-14 03:00:54.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/board.c' (130,402) at 20210308005003172 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.h' (130,403) at 20220525020652963 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_emu.c' (130,404) at 20241211090212486 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_queue.c' (130,405) at 20240405153051529 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/Makefile' (130,406) at 20210308005003004 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/stm32f746-pinfunc.h' (130,407) at 20210308005003640 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/intel,keembay-ocs-ecc.yaml' (130,408) at 20240405153045033 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/thermal/brcm,bcm2835-thermal.yaml' (130,409) at 20240405153045177 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_wc_ppc64.c' (130,410) at 20210307214928446 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c' (130,411) at 20210308005002556 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.1.network' (130,412) at 20210307205554222 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB_defconfig' (130,413) at 20210308005003232 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-cosmic.dts' (130,414) at 20240405153045537 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fujitsu/a64fx-diag.c' (130,415) at 20240405153051761 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/sdma_v4_4.h' (130,416) at 20240405153047161 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timerfd.h' (130,417) at 20210307214931522 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/trace.h' (130,418) at 20210927100127085 2025-03-14 03:00:54.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/OWNERS' (130,419) at 20240627080033352 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/spinlock-llsc.h' (130,420) at 20210307214926554 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/atm/atmtcp.c' (130,421) at 20210309003649172 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_5_0_0_offset.h' (130,422) at 20210307214927670 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0004-Fix-packet-discards-HTTP-redirect.patch' (130,423) at 20210307205554610 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console_%.bbappend' (130,424) at 20210812000025162 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto/0001-meson-add-pc-file-for-lib_perfetto.patch' (130,425) at 20241221090017512 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/testmode.c' (130,426) at 20240405153231151 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/probes-common.h' (130,427) at 20210307214926258 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml' (130,428) at 20240405153045121 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-front-pgdir-shbuf.c' (130,429) at 20240405153052249 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/MAINTAINERS' (130,430) at 20210308005002908 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/mmio-mod.c' (130,431) at 20240405153046477 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.h' (130,432) at 20240405153047237 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/trace-events' (130,433) at 20240906080037220 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-devices-platform-soc-ipa' (130,434) at 20240405153044917 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_lpc_reset.c' (130,435) at 20210308005108641 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ast/ast_drv.h' (130,436) at 20240405153230519 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r600_hdmi.c' (130,437) at 20241211090145425 2025-03-14 03:00:54.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ad7266.h' (130,438) at 20210307214931470 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts' (130,439) at 20240405153045729 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml' (130,440) at 20240405153045181 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/dlm/util.c' (130,441) at 20240405153052325 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch' (130,442) at 20241221090017692 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ecryptfs/keystore.c' (130,443) at 20240613080016479 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/serial.c' (130,444) at 20210308005003740 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/programming-language.rst' (130,445) at 20240405153045301 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/Makefile' (130,446) at 20210308005002904 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser.h' (130,447) at 20210307214927266 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/ffa_abi.c' (130,448) at 20240726080012862 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/synaptics_usb.c' (130,449) at 20240405153049153 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/Makefile' (130,450) at 20210308005002908 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/MAINTAINERS' (130,451) at 20210308005003008 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput' (130,452) at 20210307205554590 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/Makefile' (130,453) at 20220418100043789 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_inject.c' (130,454) at 20240910080014090 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch' (130,455) at 20241206090014314 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx31_ccm.c' (130,456) at 20241211090212294 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-v.dts' (130,457) at 20210307214926046 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/netfilter/ipv6/nf_defrag_ipv6.h' (130,458) at 20220525020654643 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb' (130,459) at 20241221090017688 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/tipcutils.conf' (130,460) at 20241221090017524 2025-03-14 03:00:54.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/serialization_test_properties.cpp' (130,461) at 20241212090025215 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/seg_helper.h' (130,462) at 20210927100127397 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/backlight.c' (130,463) at 20240405153231575 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc.robot' (130,464) at 20220110110014956 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_sdmc.c' (130,465) at 20241211090212294 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel_telemetry.h' (130,466) at 20210307214926666 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_wwan.c' (130,467) at 20240405153051013 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/cpu.c' (130,468) at 20210308005002712 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig' (130,469) at 20230720080043539 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/bcm2835_gpio.c' (130,470) at 20210308005003376 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/devices/pxrc.rst' (130,471) at 20240405153229819 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sstate.c' (130,472) at 20220525020652122 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/request.c' (130,473) at 20240405153051269 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/.kunitconfig' (130,474) at 20240405153053009 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ti-secure' (130,475) at 20210308005003300 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/s390-ccw.h' (130,476) at 20241211090212442 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pwc/pwc-dec23.c' (130,477) at 20220525020653323 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_NFQUEUE.c' (130,478) at 20210307214932026 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/st,stm32-timer.yaml' (130,479) at 20240405153045181 2025-03-14 03:00:54.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-muldiv.h' (130,480) at 20210308005046497 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-stattrib.c' (130,481) at 20240906080037288 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/lsm.c' (130,482) at 20240405153054269 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch' (130,483) at 20210307205554538 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/service_files/chassis-system-reset.target' (130,484) at 20211112040111279 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml' (130,485) at 20240618080025501 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/pcitest.h' (130,486) at 20220525020654675 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-cache-policy-internal.h' (130,487) at 20240405153049241 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/MAINTAINERS' (130,488) at 20210308005003088 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_flash_bios.sh' (130,489) at 20241031080012179 2025-03-14 03:00:54.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.c' (130,490) at 20210307214927950 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/memory.json' (130,491) at 20240405153054129 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/livepatch.c' (130,492) at 20240405153053021 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/Kconfig' (130,493) at 20210308005003048 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/efidebug.c' (130,494) at 20210308005003208 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa.decode' (130,495) at 20240326080039678 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_4_sm6350.h' (130,496) at 20240405153230591 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/stdplus.wrap' (130,497) at 20231209090007705 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_debugfs.c' (130,498) at 20210309003650396 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.14/index.html' (130,499) at 20210307205554246 2025-03-14 03:00:54.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control.h' (130,500) at 20240326080039750 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/include/.gitignore' (130,501) at 20220525020655239 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/ne.c' (130,502) at 20240405153049773 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/faraday,ftintc010.txt' (130,503) at 20210307214925342 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mpc8308_p1m_defconfig' (130,504) at 20210308005003268 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb' (130,505) at 20240127090011892 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/ptrace.h' (130,506) at 20210308005002816 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch' (130,507) at 20230609080014415 2025-03-14 03:00:54.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' (130,508) at 20241016080017182 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_offset.h' (130,509) at 20210309003649528 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/range.c' (130,510) at 20240405153046909 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/main.py.in' (130,511) at 20210307205554642 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/kmb/kmb_plane.h' (130,512) at 20220525020652919 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/time.h' (130,513) at 20210307214931198 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot.dtsi' (130,514) at 20210308005002588 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_2.h' (130,515) at 20240405153047153 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ccw-device.c' (130,516) at 20241211090212326 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/MAINTAINERS' (130,517) at 20220525020526733 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-hwdef.h' (130,518) at 20210307214925854 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/pstore' (130,519) at 20240405153044913 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/audio-play.rst' (130,520) at 20220525020654131 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/link_resource.c' (130,521) at 20240405153047297 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig' (130,522) at 20210308005003240 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/cache.json' (130,523) at 20240405153054113 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/radio-mr800.c' (130,524) at 20210307214928770 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/frontend.rst' (130,525) at 20210309003648480 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ti/fapll.c' (130,526) at 20240405153046869 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/board.h' (130,527) at 20210308005003072 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-inventec-starscream.dts' (130,528) at 20240405153045417 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-apollo.dts' (130,529) at 20240405153045789 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/eiger.dts' (130,530) at 20210307214926342 2025-03-14 03:00:54.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/fsl,spdif.yaml' (130,531) at 20240405153045161 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c' (130,532) at 20240405153049689 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5761.c' (130,533) at 20240405153048977 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/0001-adduser-set-default-shell-with-sbin-nologin.patch' (130,534) at 20210307205554002 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c' (130,535) at 20240405153230247 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.2.bb' (130,536) at 20241206090014270 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Anik-F2_C-111.1W' (130,537) at 20210307205553758 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/phosphor-dbus-interfaces.wrap' (130,538) at 20220625030026172 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cs4349.txt' (130,539) at 20210307214925426 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx18/cx18-video.c' (130,540) at 20210307214928686 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/fadump.h' (130,541) at 20241211090145381 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/run-ptest' (130,542) at 20210307205554622 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/scsi/scsi_bsg_iscsi.h' (130,543) at 20220525020654651 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/gdsys_fpga.h' (130,544) at 20210308005003652 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c' (130,545) at 20210307214927098 2025-03-14 03:00:54.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/asm/archrandom.h' (130,546) at 20240405153046341 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_is1_defconfig' (130,547) at 20210308005003280 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ltc2632.c' (130,548) at 20240405153048977 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/agere/Kconfig' (130,549) at 20210309003650532 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/Kconfig' (130,550) at 20210308005002556 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/bus/ti-sysc.yaml' (130,551) at 20240405153045021 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/div64.h' (130,552) at 20220525020654531 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/efficeon-agp.c' (130,553) at 20240405153046741 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/bdc/bdc_cmd.h' (130,554) at 20220525020654263 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-apf6.dtsi' (130,555) at 20240405153045505 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/Build.include' (130,556) at 20240405153054041 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-renesas_usb3' (130,557) at 20220525020651634 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bond_3ad.h' (130,558) at 20240405153231847 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8973-regulator.c' (130,559) at 20240405153051469 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/Makefile' (130,560) at 20210308005002944 2025-03-14 03:00:54.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ralink/rt2x00/rt2x00queue.c' (130,561) at 20240405153050621 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu74_discrete.h' (130,562) at 20240405153048341 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch' (130,563) at 20240413080012643 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_cprman_internals.h' (130,564) at 20221215040039182 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdchar.c' (130,565) at 20240405153049681 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/phosphor-logging.wrap' (130,566) at 20220805030037283 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/pci-apl.c' (130,567) at 20240405153232199 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rpmsg/virtio_rpmsg_bus.c' (130,568) at 20240405153231371 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/surface_charger.c' (130,569) at 20240405153051441 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g15ek.dts' (130,570) at 20240405153045465 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx6_defconfig' (130,571) at 20210308005003252 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/uniphier/clk-uniphier-peri.c' (130,572) at 20210307214927042 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_fcopy.c' (130,573) at 20240405153048833 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-pca955x.txt' (130,574) at 20210309003648368 2025-03-14 03:00:54.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/mellanox/mlxbf-tmfifo.c' (130,575) at 20240405153231339 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/r420d.h' (130,576) at 20210307214928006 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/intel,keembay-display.yaml' (130,577) at 20240405153045041 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/asm/export.h' (130,578) at 20210307214932474 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/isadep.h' (130,579) at 20240405153046001 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/0001-kexecboot-Use-new-reboot-API-with-klibc.patch' (130,580) at 20210307205553750 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_conn.h' (130,581) at 20220525020653035 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_nand_defconfig' (130,582) at 20210308005003264 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/gpio-vibrator.yaml' (130,583) at 20210307214925338 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sol.h' (130,584) at 20210308004938820 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/oem310.h' (130,585) at 20220525020654323 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-scp_adsp.c' (130,586) at 20240405153230215 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vme_user/vme_tsi148.c' (130,587) at 20241018080014546 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/x25/Makefile' (130,588) at 20210307214932110 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/crop/crop_1.0/ia_css_crop.host.c' (130,589) at 20240405153051837 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/foundation-v8-gicv3-psci.dts' (130,590) at 20210307214926010 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-chassis-transition-to-off@.service' (130,591) at 20241010080031029 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/googletest.wrap' (130,592) at 20210827000032628 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/MAINTAINERS' (130,593) at 20210308005003040 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_mount.c' (130,594) at 20240820080014173 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/umc_v6_1.h' (130,595) at 20240405153047165 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/xen-fbfront.c' (130,596) at 20240405153231595 2025-03-14 03:00:54.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-rpi-test.bbappend' (130,597) at 20210812000025262 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c' (130,598) at 20240405153051585 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/Kconfig.platforms' (130,599) at 20240405153045705 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13.dtsi' (130,600) at 20240405153045381 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb' (130,601) at 20241221090017528 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgeu.c' (130,602) at 20210308005046529 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/hlwd-pic.h' (130,603) at 20240405153046209 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_d.c' (130,604) at 20210308005046513 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/leds/leds-lp3944.rst' (130,605) at 20210307214925518 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/ak4396.h' (130,606) at 20210307214932270 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/glue-df.h' (130,607) at 20210307214925850 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/bio.h' (130,608) at 20240405153052277 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/depfile.py' (130,609) at 20240906080037176 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0001-examples-Use-proper-function-prototype-for-main.patch' (130,610) at 20220910030013361 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-pxa/udc.h' (130,611) at 20210307214925942 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tfa9879.c' (130,612) at 20240405153053805 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/msr.h' (130,613) at 20210307214926682 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/isc.txt' (130,614) at 20210308005002540 2025-03-14 03:00:54.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/power.h' (130,615) at 20220525020654195 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/nvreg.h' (130,616) at 20210307214927894 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-invariants-only' (130,617) at 20211006000025234 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/pcie-cadence-ep.c' (130,618) at 20240405153051221 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt' (130,619) at 20240405153230531 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/module.lds.h' (130,620) at 20240405153045937 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts' (130,621) at 20240405153045753 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pcnet.c' (130,622) at 20210308005003440 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts' (130,623) at 20240712080021053 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-anarion.c' (130,624) at 20240405153050297 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/irq_types_hrt.h' (130,625) at 20210307214930550 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/libnewt_0.52.24.bb' (130,626) at 20241221090017520 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/protocol.c' (130,627) at 20240405153232075 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mk802_defconfig' (130,628) at 20210308005003268 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,osm-l3.h' (130,629) at 20210309003653812 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/ddr.c' (130,630) at 20210308005002996 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/Makefile' (130,631) at 20240405153048697 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/README.md' (130,632) at 20241010080007572 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/sis/initextlfb.c' (130,633) at 20210307214930938 2025-03-14 03:00:54.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am3517-evm-ui.dtsi' (130,634) at 20240405153045593 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/prog_iter.c' (130,635) at 20210309003654048 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/gpio/gpio-sim.rst' (130,636) at 20240405153044945 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T4240QDS.h' (130,637) at 20210308005003580 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/extable.c' (130,638) at 20210307214926274 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-i2c-test.c' (130,639) at 20240326080039738 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/release.S' (130,640) at 20210308005002832 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ingenic/cu1000-neo.dts' (130,641) at 20240405153045989 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/ptrace.h' (130,642) at 20240405153046505 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_tests.hpp' (130,643) at 20221005030030506 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb' (130,644) at 20241221090017528 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/check-i3c-hub@.service' (130,645) at 20241123090010951 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.unaligned-memory-access.txt' (130,646) at 20210308005003300 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/sign-configs.its' (130,647) at 20210308005003332 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/powerdomain-common.c' (130,648) at 20210307214925922 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/userspace-api/accelerators/ocxl.rst' (130,649) at 20240405153045301 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sound.c' (130,650) at 20210308005003220 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-dell-privacy-wmi' (130,651) at 20240405153044929 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_tmpl.c' (130,652) at 20220525020654067 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tests/.kunitconfig' (130,653) at 20240405153049157 2025-03-14 03:00:54.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/sleep.S' (130,654) at 20210307214925958 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/file.c' (130,655) at 20240726080012870 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a774c0-ek874.dts' (130,656) at 20210307214926038 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/open_power_utils.robot' (130,657) at 20240627080021048 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/syscore_ops.h' (130,658) at 20210307214931522 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/tmpd.hpp' (130,659) at 20210308005108645 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/riscv/util/dwarf-regs.c' (130,660) at 20210307214932518 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_hwinfo.c' (130,661) at 20210307214929570 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/or51132.h' (130,662) at 20210307214928634 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/README' (130,663) at 20210308005002540 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/asm/futex.h' (130,664) at 20210713000020196 2025-03-14 03:00:54.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/mgmt.h' (130,665) at 20240405153231847 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/b4420qds.dts' (130,666) at 20210307214926342 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/reed_solomon/decode_rs.c' (130,667) at 20210307214931814 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/act_api.h' (130,668) at 20240405153052833 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/rockchip,dwc-ahci.yaml' (130,669) at 20240405153045021 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mos6522.h' (130,670) at 20241121090029260 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vct.h' (130,671) at 20210308005003020 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_9_0_sh_mask.h' (130,672) at 20210307214927690 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/770x/Makefile' (130,673) at 20210307214926538 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/timerqueue.c' (130,674) at 20220525020654759 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-invalid.json' (130,675) at 20210308005046401 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/Makefile' (130,676) at 20210308005046501 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_TCPOPTSTRIP.h' (130,677) at 20210307214931646 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga.c' (130,678) at 20241211090212266 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/xilinx-xadc-events.c' (130,679) at 20220525020653095 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/idle.c' (130,680) at 20240405153046141 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/nvm.c' (130,681) at 20210307214929434 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/Makefile' (130,682) at 20210308005002980 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/nf_conntrack_common.h' (130,683) at 20220525020654671 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/trace.h' (130,684) at 20240405153046129 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SPIFLASH_defconfig' (130,685) at 20210308005003244 2025-03-14 03:00:54.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_or1k_sim.py' (130,686) at 20241211090212542 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/pfuze100.c' (130,687) at 20210308005003472 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/mk_elfconfig.c' (130,688) at 20210307214932158 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overrissjo' (130,689) at 20210307205553790 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsdmc021.h' (130,690) at 20210308005003648 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/opdump/opdreport' (130,691) at 20240930080014913 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.h' (130,692) at 20210308005003400 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/misc.json' (130,693) at 20240906080037432 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_context.c' (130,694) at 20240405153230567 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/printk_ringbuffer.c' (130,695) at 20240405153053025 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/misc/pvpanic.h' (130,696) at 20210307214931690 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/of_unittest.rst' (130,697) at 20240405153045185 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/renesas_usbhs.h' (130,698) at 20210307214931530 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/intel_init.c' (130,699) at 20240405153051777 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.dataTables-1.13.8.min.css' (130,700) at 20240106090017249 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/static_library_as_option.patch' (130,701) at 20241221090017508 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/mcp3021.rst' (130,702) at 20210307214925502 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apalis_t30.h' (130,703) at 20210308005003584 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/host.c' (130,704) at 20240405153052397 2025-03-14 03:00:54.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/standardization/instruction-set.rst' (130,705) at 20240405153229747 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/da850_pinmux.c' (130,706) at 20210308005002720 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/regulator.yaml' (130,707) at 20240405153229791 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts' (130,708) at 20240805080013919 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/biosconfigcommands.cpp' (130,709) at 20240829080009330 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/runner.py' (130,710) at 20241221090017628 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmulu.c' (130,711) at 20210308005046525 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_d.c' (130,712) at 20210308005046513 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0002-config-ast-common-hack-bootopts.patch' (130,713) at 20241206090014274 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/driver.h' (130,714) at 20240405153052709 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_iter_udp4.c' (130,715) at 20220525020655199 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_debug.h' (130,716) at 20240405153049469 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/ldt_gdt.c' (130,717) at 20220525020655235 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d3_xplained.dts' (130,718) at 20210308005002568 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/linkage.h' (130,719) at 20210308005002888 2025-03-14 03:00:54.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/r8192U_core.c' (130,720) at 20240405153051893 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-blk.c' (130,721) at 20221215040039374 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-HP' (130,722) at 20241221090017612 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/max8893.c' (130,723) at 20240405153231363 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ts2020.c' (130,724) at 20241211090145445 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3288-cru.h' (130,725) at 20210308005003632 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor/clean-up-filesystem' (130,726) at 20240613080018351 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/delay.h' (130,727) at 20210307214926114 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/core.c' (130,728) at 20240405153051969 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-inventory-sensors.yaml' (130,729) at 20220311040028843 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/macos-14.vars' (130,730) at 20241211090212202 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/region.c' (130,731) at 20240405153051197 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor-test.sh' (130,732) at 20241220090019718 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/chrome/google,cros-ec-typec.yaml' (130,733) at 20240405153229755 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M54451EVB.h' (130,734) at 20210308005003576 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/emad.h' (130,735) at 20240405153050145 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/crypto/sha512-neon-glue.c' (130,736) at 20240405153045617 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.templateconf' (130,737) at 20220910030013373 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/pxa27x_udc.h' (130,738) at 20240405153052093 2025-03-14 03:00:54.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/gma500/psb_irq.c' (130,739) at 20240405153230543 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sparc/Kconfig' (130,740) at 20210307214932438 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mt7530-mdio.c' (130,741) at 20240405153049753 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/gt215.c' (130,742) at 20220525020652959 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/log-for-trace.h' (130,743) at 20221215040039190 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_vpg.c' (130,744) at 20240405153047249 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/typec_mux.h' (130,745) at 20240405153052817 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/xtx.c' (130,746) at 20240405153049705 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/kprobe_multi_override.c' (130,747) at 20240405153232259 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cavium-octeon/executive/cvmx-interrupt-decodes.c' (130,748) at 20220525020651994 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sha1_generic.c' (130,749) at 20220525020652218 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg' (130,750) at 20230131040012019 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/Kconfig' (130,751) at 20240405153044929 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/string-output-visitor.h' (130,752) at 20240906080037344 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/analyze-reviews.py' (130,753) at 20230523080016046 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/clk-r8a7740.c' (130,754) at 20240405153046833 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/Makefile' (130,755) at 20210308005002944 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/socfpga/clk-s10.c' (130,756) at 20240405153230243 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/uaccess.h' (130,757) at 20240405153045965 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/kudo_bmc.json' (130,758) at 20230109040006960 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_sp_commands.c' (130,759) at 20240405153050237 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/xts.h' (130,760) at 20210308005045997 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/tracer/wakeup.tc' (130,761) at 20240405153054305 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/not.md' (130,762) at 20240809080033023 2025-03-14 03:00:54.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/ralink/mt7621.dtsi' (130,763) at 20240405153045989 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m53xx.c' (130,764) at 20240405153045957 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-mediabus.rst' (130,765) at 20210307214925466 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/sha3-ce-core.S' (130,766) at 20220525020651946 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/iomap.c' (130,767) at 20220525020652122 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nvedit_efi.c' (130,768) at 20210308005003216 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_test.c' (130,769) at 20240405153230627 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/wl128x/fmdrv_common.h' (130,770) at 20210307214928774 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interconnect/qcom,sdx55.h' (130,771) at 20240405153052649 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/SRCU-T.boot' (130,772) at 20220525020655231 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml' (130,773) at 20240405153229759 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_ipcomp.c' (130,774) at 20210307214932026 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c' (130,775) at 20210307214928042 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iova.h' (130,776) at 20240405153052713 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/run-ptest' (130,777) at 20231014080011723 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8188/mt8188-dai-adda.c' (130,778) at 20240405153053969 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.h' (130,779) at 20210309003649652 2025-03-14 03:00:54.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h' (130,780) at 20210307214928814 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l41-lib.c' (130,781) at 20240405153232143 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_defconfig' (130,782) at 20210308005003244 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wil6210/interrupt.c' (130,783) at 20220525020653731 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/memory.json' (130,784) at 20210307214932534 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sock_example.h' (130,785) at 20210307214932118 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evlist.c' (130,786) at 20241211090145573 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/ptdump/ptdump.h' (130,787) at 20210307214926446 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_reset.c' (130,788) at 20240411080014078 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/matrix-keymap.txt' (130,789) at 20210309003648364 2025-03-14 03:00:54.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/s390/util/perf_regs.c' (130,790) at 20240405153232219 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/tegra20-dc.txt' (130,791) at 20210308005003328 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt/0001-py-scrypt-remove-the-hard-coded-include-paths.patch' (130,792) at 20240413080012663 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-encore-enltv-fm53.c' (130,793) at 20210307214928782 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/psp_v3_1.h' (130,794) at 20210307214927242 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/caif/caif_dev.h' (130,795) at 20210611100017020 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/tc_sample.sh' (130,796) at 20240405153054301 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/makefile-fix-parallel.patch' (130,797) at 20210307205554558 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/seccomp/bpf-helper.h' (130,798) at 20240405153053433 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/doublefault_32.c' (130,799) at 20240405153046429 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ethtool.c' (130,800) at 20240405153050045 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-rpc/Makefile' (130,801) at 20210307214925946 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/siemens/Kconfig' (130,802) at 20240405153231343 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/qcom/venus/hfi_cmds.c' (130,803) at 20240405153049433 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ficus-rk3399_defconfig' (130,804) at 20210308005003260 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_coredump.c' (130,805) at 20240405153050793 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/cxl_type3_stubs.c' (130,806) at 20240906080037248 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-10' (130,807) at 20210908000010395 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/cyclades.h' (130,808) at 20220525020654667 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/seccomp.h' (130,809) at 20220525020652022 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/tcsrcc-sm8550.c' (130,810) at 20241216090017693 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/kgdb.h' (130,811) at 20210307214925666 2025-03-14 03:00:54.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cpuidle34xx.c' (130,812) at 20240405153045661 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/brcm,iproc-static-adc.yaml' (130,813) at 20220525020651678 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/priv.h' (130,814) at 20240405153048661 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/ivm.c' (130,815) at 20240405153230107 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/secid.c' (130,816) at 20240405153053465 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-nanopi-a64.dts' (130,817) at 20240405153045709 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkPortCollection_v1.xml' (130,818) at 20240619080002932 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/spl.c' (130,819) at 20210308005003016 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/collie_battery.c' (130,820) at 20240405153051433 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/irq.c' (130,821) at 20240405153046637 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/Kconfig' (130,822) at 20210308005002716 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mxcmmc.c' (130,823) at 20240405153230855 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/avr_power.h' (130,824) at 20210927100127237 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mxs/Makefile' (130,825) at 20210307214926998 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_xdp.c' (130,826) at 20240405153050029 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/stm/Makefile' (130,827) at 20210307214928038 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_h.c' (130,828) at 20210308005046513 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/tea.c' (130,829) at 20240405153046545 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/renesas/rcar-cpg-lib.c' (130,830) at 20240405153230239 2025-03-14 03:00:54.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/Kconfig' (130,831) at 20210308005003024 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/elfcore.h' (130,832) at 20240405153052685 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch' (130,833) at 20240309090012824 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_ph.c' (130,834) at 20210308005046505 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/scripts/create-NVRAM-file' (130,835) at 20230623080038893 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml' (130,836) at 20240405153229787 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/fsl,imx8m-anatop.yaml' (130,837) at 20240405153045025 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_NAND_66_defconfig' (130,838) at 20210308005003236 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/lib/do_csum.S' (130,839) at 20210307214926130 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/Kconfig' (130,840) at 20210308005003000 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_miniapp_exit.c' (130,841) at 20210308005003704 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/tcg-cpu.h' (130,842) at 20210927100127401 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq.c' (130,843) at 20240719080013349 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutletGroupCollection.json' (130,844) at 20240619080002952 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/hcd.h' (130,845) at 20240429080012456 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_fddi.h' (130,846) at 20220525020654671 2025-03-14 03:00:54.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-config.h' (130,847) at 20240405153048889 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tpm.h' (130,848) at 20240405153052809 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/omap-mcpdm.txt' (130,849) at 20210307214925430 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_factory_dcn32.c' (130,850) at 20240405153047289 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc7280-adsp-pil.yaml' (130,851) at 20240405153045149 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xen-pciback/conf_space.h' (130,852) at 20210307214930982 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/opp4xxx_data.c' (130,853) at 20240405153045669 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sta32x.h' (130,854) at 20210307214931602 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ralink/ralink_regs.h' (130,855) at 20210307214926226 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_boolean.S' (130,856) at 20210308005046529 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c' (130,857) at 20240405153047297 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPLLR' (130,858) at 20211006000025238 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/ldst_helper.c' (130,859) at 20240906080037536 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/boot/Makefile' (130,860) at 20220525020652018 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/cmds.h' (130,861) at 20240405153052157 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-imx219.dtso' (130,862) at 20240405153045729 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/tpm2.py' (130,863) at 20220721030015853 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/KeyClear/index.js' (130,864) at 20220205040041231 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/usbtty.c' (130,865) at 20210308005003488 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-arm.h' (130,866) at 20240326080039542 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/pinmux_config.h' (130,867) at 20210308005003072 2025-03-14 03:00:54.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm-nsp-ax.dtsi' (130,868) at 20240405153045425 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/nohash/32/pte-44x.h' (130,869) at 20240405153046121 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/usermode_driver.c' (130,870) at 20240405153053073 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-st.c' (130,871) at 20240405153230859 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ec100.h' (130,872) at 20210307214928626 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/fixup-lantiq.c' (130,873) at 20210307214926282 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/uapi/asm/byteorder.h' (130,874) at 20210307214926558 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/module_attach.c' (130,875) at 20240405153054257 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/syncookies.c' (130,876) at 20240812080017256 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/version.h' (130,877) at 20230302090047762 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/Makefile' (130,878) at 20210308005002988 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c' (130,879) at 20210308005046521 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c' (130,880) at 20240405153054089 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/n_hdlc.c' (130,881) at 20240405153231507 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/interrupt.h' (130,882) at 20220525020652010 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/msg_zerocopy.c' (130,883) at 20240712080021105 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/arm-systemready-acs.bbclass' (130,884) at 20241221090017468 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/go7007/snd-go7007.c' (130,885) at 20240405153049565 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-petact_0.1.2.bb' (130,886) at 20241221090017556 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6001.dtsi' (130,887) at 20240405153045717 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_sx1.py' (130,888) at 20241211090212538 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/lib/csum.c' (130,889) at 20240405153045897 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/setox.S' (130,890) at 20210307214926146 2025-03-14 03:00:54.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/Makefile' (130,891) at 20210308005002912 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/collate.c' (130,892) at 20210307214931194 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/imxdi-rtc.yaml' (130,893) at 20220525020651710 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey-builtin.c.inc' (130,894) at 20241211090212230 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_sddr55.h' (130,895) at 20210307214930878 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/vsc9953.c' (130,896) at 20210308005003448 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_ttm.c' (130,897) at 20241211090145429 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcl816.c' (130,898) at 20240405153046901 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/dammit.py' (130,899) at 20241206090014290 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-rx6110.c' (130,900) at 20240405153231375 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-StocklandHill' (130,901) at 20210307205553798 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1372.h' (130,902) at 20220525020655019 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/MAINTAINERS' (130,903) at 20210308005003004 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/common.h' (130,904) at 20210307214925966 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/npcm7xx.inc' (130,905) at 20210307205553734 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/cnp.c' (130,906) at 20240405153231343 2025-03-14 03:00:54.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@88000/adm1278@11.conf' (130,907) at 20210307205554094 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/riscv_aclint.c' (130,908) at 20240906080037240 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-memfd.c' (130,909) at 20241211090212210 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/mxs-auart.c' (130,910) at 20240429080012440 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/extent-io.c' (130,911) at 20210308005003544 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.yaml' (130,912) at 20240405153045017 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/rpmh.c' (130,913) at 20240805080014011 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/fp-bench.c' (130,914) at 20241211090212534 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am437x-l4.dtsi' (130,915) at 20240405153229903 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/procattr.h' (130,916) at 20210307214932166 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/display.c' (130,917) at 20240405153048513 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-all-overlays.service.in' (130,918) at 20220204040022600 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dibusb.h' (130,919) at 20210307214928818 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_serialize.cpp' (130,920) at 20220707100020387 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/leon_pci_grpci2.c' (130,921) at 20240405153230091 2025-03-14 03:00:54.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/head-inflate-data.c' (130,922) at 20240405153045629 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/hif_usb.c' (130,923) at 20241011080017335 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/MAINTAINERS' (130,924) at 20210308005002908 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/rsi/Makefile' (130,925) at 20210307214929958 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/pinmux_config.h' (130,926) at 20210308005003072 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mv_i2c.c' (130,927) at 20210308005003384 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/syslinux.bbclass' (130,928) at 20220910030013389 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/cpu.c' (130,929) at 20210308005002800 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/.gitignore' (130,930) at 20210308005003732 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/dpot-dac.yaml' (130,931) at 20220525020651678 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/pch-standby.service' (130,932) at 20241106090019922 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/fb/tgafb.rst' (130,933) at 20210307214925478 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ialloc_btree.h' (130,934) at 20240405153052573 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/Makefile' (130,935) at 20240405153049737 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb' (130,936) at 20220126040017547 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdm845.h' (130,937) at 20240405153049169 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/sdio.c' (130,938) at 20240405153051813 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x600.h' (130,939) at 20210308005003624 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/layer.conf' (130,940) at 20241221090017468 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun8i-r40-ccu.h' (130,941) at 20210307214931334 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/bt819.c' (130,942) at 20240405153049309 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/88pm800.txt' (130,943) at 20210307214925406 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/hypcall.c' (130,944) at 20210307214926266 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/loader.py' (130,945) at 20210307205554442 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tcp_ca_update.c' (130,946) at 20240405153054273 2025-03-14 03:00:54.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/Makefile' (130,947) at 20240613080016363 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml' (130,948) at 20240405153045081 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mt7530-mmio.c' (130,949) at 20240405153230903 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateCollection_v1.xml' (130,950) at 20240619080002920 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_xmit.c' (130,951) at 20241216090017793 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/exception.json' (130,952) at 20240405153054109 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/auxio_32.h' (130,953) at 20210307214926578 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/netfilter/nft_synproxy.sh' (130,954) at 20240405153054357 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/Makefile' (130,955) at 20210308005002544 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/starfive/jh7110-cryp.c' (130,956) at 20240405153230271 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/README' (130,957) at 20210308005002956 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/kirkwood-openrd-base.dts' (130,958) at 20240405153045457 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/splice/short_splice_read.sh' (130,959) at 20240405153054373 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/liboe.py' (130,960) at 20240301090012455 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk322x_common.h' (130,961) at 20210308005003612 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atlx/Makefile' (130,962) at 20210307214929310 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_pci_hotplug.rst' (130,963) at 20220429100100422 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/io.h' (130,964) at 20240405153229859 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_init.h' (130,965) at 20210307214930302 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/pcie_wrap_regs.h' (130,966) at 20240405153046605 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/xpedite520x.c' (130,967) at 20210308005003172 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/suspend.c' (130,968) at 20210307214926414 2025-03-14 03:00:54.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/alauda.c' (130,969) at 20240624080012804 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ia_css_bnlm_param.h' (130,970) at 20210307214930550 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/LICENSE' (130,971) at 20210308005052041 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/msf2-sysreg.h' (130,972) at 20210308005046021 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-pll.c' (130,973) at 20240405153046769 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml' (130,974) at 20240405153045117 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/index.scss' (130,975) at 20210308005107065 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8195/mt8195-loader.c' (130,976) at 20240405153054001 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/nxp,pcf8523.txt' (130,977) at 20210307214925418 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (130,978) at 20230909080012747 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/Kconfig' (130,979) at 20240703080013351 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/stacktrace.c' (130,980) at 20240405153045913 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/dir.c' (130,981) at 20240613080016487 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/0002-setup.py-switch-to-setuptools.patch' (130,982) at 20220402030016019 2025-03-14 03:00:54.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeFunction.v1_6_0.json' (130,983) at 20240619080002952 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HaskellReport' (130,984) at 20211006000025238 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_w.c' (130,985) at 20210308005046525 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/a15mpcore.h' (130,986) at 20210308005046009 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_add.c' (130,987) at 20210307214926274 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_core.c' (130,988) at 20220520100030268 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/check-plugin-output.sh' (130,989) at 20241211090212550 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_vdec0_brdg_ctrl_axuser_msix_l2c_regs.h' (130,990) at 20240405153046589 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brppt1-mmc.dts' (130,991) at 20210308005002560 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1042d4rdb.dts' (130,992) at 20210307214926354 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-acpi-dev.c' (130,993) at 20240405153054005 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/fcntl.h' (130,994) at 20210927100127269 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/brec.c' (130,995) at 20210307214931118 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.h' (130,996) at 20210307214929934 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/xen.c' (130,997) at 20240405153230143 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/local_lock.h' (130,998) at 20210309003655972 2025-03-14 03:00:54.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/sysdev/cpm_common.c' (130,999) at 20240405153230059 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/stm32-pinfunc.h' (131,000) at 20210308005003640 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_aux_bus.c' (131,001) at 20240405153048385 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/power-ctrl-init.service' (131,002) at 20240316080012480 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/genesis3-ipmi-fru-properties.yaml' (131,003) at 20230804080018095 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-evkb.dts' (131,004) at 20240405153045725 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/eisa.c' (131,005) at 20240405153230123 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_usb_usbd.h' (131,006) at 20210307214926218 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/drivers/dw100.rst' (131,007) at 20240405153045309 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/prestera/prestera_ethtool.c' (131,008) at 20240405153050073 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/aha152x_core.c' (131,009) at 20210307214930374 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/math_support.h' (131,010) at 20210307214930546 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/mpc836x_rdk.dts' (131,011) at 20210307214926358 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/audit_read.h' (131,012) at 20210307214931302 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dmaengine.h' (131,013) at 20220525020652406 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/sdram.c' (131,014) at 20210308005002852 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/hcd_ddma.c' (131,015) at 20240429080012444 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8173-img.c' (131,016) at 20240405153046797 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/ataflop.c' (131,017) at 20240405153046705 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Tunnel.interface.yaml' (131,018) at 20221207040023631 2025-03-14 03:00:54.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a73a4.dtsi' (131,019) at 20240405153229895 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts' (131,020) at 20240405153045557 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_compress.c' (131,021) at 20210308005003696 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/admtek/Kconfig' (131,022) at 20210307214929726 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions.cpp' (131,023) at 20240920080022619 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dma-fence.h' (131,024) at 20240520080015203 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/max44009.c' (131,025) at 20240405153049001 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ltc2497.c' (131,026) at 20240405153048957 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/clc37d.h' (131,027) at 20210309003649824 2025-03-14 03:00:54.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungshamn' (131,028) at 20210307205553786 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/extent_cache.c' (131,029) at 20241216090017753 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/aptina-pll.h' (131,030) at 20210307214928654 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/gf100.c' (131,031) at 20220525020652959 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-mmsys.c' (131,032) at 20240405153231451 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/Makefile' (131,033) at 20210307214930226 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/debug' (131,034) at 20221209040019095 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/peak_canfd/peak_pciefd_main.c' (131,035) at 20220525020653419 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sibyte/bigsur.h' (131,036) at 20210307214926242 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/phosphor-logging.wrap' (131,037) at 20220322030034432 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/fby35.rst' (131,038) at 20241211090212238 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/squashfs/id.c' (131,039) at 20210406100036143 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/io_event_irq.h' (131,040) at 20210307214926382 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11ac.c' (131,041) at 20240405153050561 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/docs.rst' (131,042) at 20240906080037172 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/scg.c' (131,043) at 20210308005002728 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-picolcd_fb.c' (131,044) at 20240405153230655 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-common-regulators.dtsi' (131,045) at 20210308005002628 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a34/cache.json' (131,046) at 20240405153054109 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/files/0001-Makefile.am-no-examples.patch' (131,047) at 20210307205553898 2025-03-14 03:00:54.064-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/ossec/files/0001-Makefile-drop-running-scrips-install.patch' (131,048) at 20210528000029703 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/dockstar.h' (131,049) at 20210308005002908 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp1033.h' (131,050) at 20210307214928702 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/mman.h' (131,051) at 20240405153052925 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/thermal_trace.h' (131,052) at 20240405153051977 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig' (131,053) at 20210308005003240 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/bcm63xx_spi.c' (131,054) at 20210308005003488 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pr.h' (131,055) at 20240405153052773 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/thermal/Makefile' (131,056) at 20241211090145573 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/Kconfig' (131,057) at 20210307214930778 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb' (131,058) at 20230211040012635 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_increase.cpp' (131,059) at 20240820080023686 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-bridged.m' (131,060) at 20240906080037380 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/vport.h' (131,061) at 20240405153052737 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/MAINTAINERS' (131,062) at 20210308005003036 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_main.c' (131,063) at 20240405153051737 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/damon/Kconfig' (131,064) at 20240405153053121 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/silabs,si514.txt' (131,065) at 20210309003648340 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/crypto/sha256_glue.c' (131,066) at 20240405153046317 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/xen/gntdev.h' (131,067) at 20240405153052953 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/if_tun.h' (131,068) at 20240405153054053 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/htc_hst.c' (131,069) at 20241211090145469 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/stpmic1.h' (131,070) at 20240405153052733 2025-03-14 03:00:54.065-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/sp_fmin.c' (131,071) at 20210307214926274 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_mac.c' (131,072) at 20240405153050029 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-bmips/spaces.h' (131,073) at 20210307214926218 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/testmakefile' (131,074) at 20210307205554442 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__debug.hpp' (131,075) at 20240817080036816 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/nehalemex/virtual-memory.json' (131,076) at 20240405153054145 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/qnx6.rst' (131,077) at 20240405153229815 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/Makefile' (131,078) at 20240405153054237 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-iio-thermocouple' (131,079) at 20240405153044917 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/cpu-imx31.c' (131,080) at 20240405153045645 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/uncore-power.json' (131,081) at 20240405153054129 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/244' (131,082) at 20240906080037564 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/intel-ish-hid/Kconfig' (131,083) at 20240405153048825 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi.c' (131,084) at 20220429100100482 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-atr.yaml' (131,085) at 20240405153229767 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb' (131,086) at 20230114040015546 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace_6.12.bb' (131,087) at 20241221090017676 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/kexec_image.c' (131,088) at 20210307214926518 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-common.c' (131,089) at 20240405153231323 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts' (131,090) at 20240405153229975 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-sdmmc-mux.c' (131,091) at 20210819100021542 2025-03-14 03:00:54.066-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-postinst-intercepts.bbclass' (131,092) at 20220910030013385 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/config_check.c' (131,093) at 20240405153054221 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spu_manage.c' (131,094) at 20240405153230051 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/connection.py' (131,095) at 20231126090012809 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/macros.inc' (131,096) at 20210308005046529 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/Makefile' (131,097) at 20210308005002980 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/common/sa1111.c' (131,098) at 20240405153045613 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mac/macints.c' (131,099) at 20240405153045969 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/U3copy_to_user.S' (131,100) at 20210307214926606 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_static_config.h' (131,101) at 20220525020653435 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h' (131,102) at 20220525020654179 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/dma.c' (131,103) at 20220525020651982 2025-03-14 03:00:54.067-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-reset-running@.target' (131,104) at 20220301040040077 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/qat_hal.c' (131,105) at 20240405153046957 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jr.h' (131,106) at 20210308005003356 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/dmard06.c' (131,107) at 20240405153048933 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch' (131,108) at 20240413080012651 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.h' (131,109) at 20240405153049641 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3066a.dtsi' (131,110) at 20240710080014573 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/compat.c' (131,111) at 20210307214931706 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/Kconfig' (131,112) at 20210308005003036 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/mm.h' (131,113) at 20240405153052789 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/bmg160_spi.c' (131,114) at 20240405153048985 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/lib/memset_64.S' (131,115) at 20240405153054033 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/lpddr2.h' (131,116) at 20210308005002664 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/dst_ca.c' (131,117) at 20240405153049353 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d2_xplained.h' (131,118) at 20210308005003612 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/settings.hpp' (131,119) at 20240131090034276 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/samsung,s6sy761.txt' (131,120) at 20210307214925338 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board-spl.c' (131,121) at 20210308005002772 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateLocations.v1_0_4.json' (131,122) at 20240619080002944 2025-03-14 03:00:54.068-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/amigang.rst' (131,123) at 20240906080037180 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_mv.c' (131,124) at 20240411080014066 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fcnvfu.c' (131,125) at 20210307214926334 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/decode-new.c.inc' (131,126) at 20241211090212486 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmsugp1_defconfig' (131,127) at 20210308005003264 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.h' (131,128) at 20210307214930558 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/imx/cpuidle.h' (131,129) at 20210307214931590 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-ali1563.rst' (131,130) at 20210307214925506 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-sbc-am57x.dts' (131,131) at 20210308005002564 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/appletalk/ipddp.c' (131,132) at 20240405153049721 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/hw-txe-regs.h' (131,133) at 20210307214929166 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-util-data-file.cpp' (131,134) at 20220329030016327 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-amc.dts' (131,135) at 20210308005002568 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-platform-ts5500' (131,136) at 20210307214925206 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/sky81452-backlight.txt' (131,137) at 20210307214925346 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpc.fuc' (131,138) at 20210307214927938 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2836.h' (131,139) at 20240906080037328 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg-hw.h' (131,140) at 20240405153049421 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_dmic.h' (131,141) at 20210309003654940 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_device.cpp' (131,142) at 20241106090023554 2025-03-14 03:00:54.069-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap4.decode' (131,143) at 20210308005046389 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/network.txt' (131,144) at 20210307214925422 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/Makefile' (131,145) at 20210307214931898 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vkms/vkms_composer.c' (131,146) at 20240405153230643 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.c' (131,147) at 20240405153046953 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/luton/Kconfig' (131,148) at 20210308005003020 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/Makefile' (131,149) at 20240405153231571 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/ufs.h' (131,150) at 20241211090212342 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_hash.c' (131,151) at 20210308005003356 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/sl811-hcd.c' (131,152) at 20240415080012983 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-2.0' (131,153) at 20210307205554414 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/vdso/gettimeofday.h' (131,154) at 20240405153045941 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm6375.c' (131,155) at 20240405153046813 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/brcm,kona-ccu.txt' (131,156) at 20210307214925286 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/pcm3724.c' (131,157) at 20240405153046901 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/relocate.S' (131,158) at 20210308005002544 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-vmware' (131,159) at 20210308005046237 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/qlogic/qed/qed_iwarp.h' (131,160) at 20210309003651168 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sysctl/config' (131,161) at 20210307214932722 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb' (131,162) at 20231207090015262 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/user.h' (131,163) at 20210307214931306 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/zsmalloc.rst' (131,164) at 20240405153229819 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-run-native' (131,165) at 20210307205554638 2025-03-14 03:00:54.070-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/dfs_pri_detector.h' (131,166) at 20210307214929778 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp209.h' (131,167) at 20210308005003560 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/gpu.c' (131,168) at 20210308005002788 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-kizboxmini-base.dts' (131,169) at 20240405153045465 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/eth.c' (131,170) at 20210308005002996 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/winmate-fm07-keys.c' (131,171) at 20240405153051417 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-smartkiz.dts' (131,172) at 20240405153045465 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0910_regs.h' (131,173) at 20210307214928642 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-sjoy.c' (131,174) at 20210307214928098 2025-03-14 03:00:54.071-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/umem_odp.c' (131,175) at 20240405153049025 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c' (131,176) at 20240405153052205 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/early_uart.c' (131,177) at 20210308005002852 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/airq.c' (131,178) at 20240405153231379 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/bcm/util.c' (131,179) at 20220525020652374 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/iforce-ff.c' (131,180) at 20210307214928470 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/defrag.c' (131,181) at 20240830080013311 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/module.lds.h' (131,182) at 20210309003648888 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sysctl_loop1.c' (131,183) at 20210307214932650 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/renesas,nbpfaxi.txt' (131,184) at 20210307214925310 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c' (131,185) at 20210307214929510 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-wmt.txt' (131,186) at 20210307214925326 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/r2dplus.h' (131,187) at 20210308005003612 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/Makefile' (131,188) at 20210308005002852 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/trigger_bench.c' (131,189) at 20240405153054281 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/poly1305-x86_64-cryptogams.pl' (131,190) at 20240405153046365 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_drv.h' (131,191) at 20240405153048565 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/cstate.c' (131,192) at 20240805080013927 2025-03-14 03:00:54.072-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite' (131,193) at 20231128090014177 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_edif.c' (131,194) at 20240418080014502 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/boot/compressed/vmlinux.lds.S' (131,195) at 20210309003648864 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/ucc_geth.c' (131,196) at 20240405153230947 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/tc_flower_port_range.sh' (131,197) at 20240405153232279 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/arm_ddr_gen3.c' (131,198) at 20210308005003360 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_ar5387un.h' (131,199) at 20210308005003588 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/intro.rst' (131,200) at 20240302090018226 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/skcipher.h' (131,201) at 20240405153052625 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx.dtsi' (131,202) at 20210308005002588 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native.bbappend' (131,203) at 20210812000025258 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,luton.dtsi' (131,204) at 20210308005002812 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm6858.dtsi' (131,205) at 20210308005002576 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/bufferiszero.c.inc' (131,206) at 20240906080037184 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/first-boot-set-mac.sh' (131,207) at 20230421080020940 2025-03-14 03:00:54.073-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/zimageboot.c' (131,208) at 20210308005002852 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/switchdev/Kconfig' (131,209) at 20210307214932090 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/tehuti/Makefile' (131,210) at 20210307214929650 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/rc-tables.rst' (131,211) at 20240405153045313 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/ti/k3-ringacc.c' (131,212) at 20240405153231455 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/dm163-test.c' (131,213) at 20241211090212546 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/vudc_sysfs.c' (131,214) at 20240405153052157 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/protocol.h' (131,215) at 20210307214931218 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Malaga' (131,216) at 20210307205553766 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga_int.h' (131,217) at 20240906080037216 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/bgrt.c' (131,218) at 20240405153046633 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_iso8859-5.c' (131,219) at 20210307214931190 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/expected_stderr' (131,220) at 20210307214932154 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/rk808-regulator.c' (131,221) at 20241211090145485 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/matrox/matroxfb_misc.h' (131,222) at 20210307214930918 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/native_types.hpp' (131,223) at 20241219090033968 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-slimbus.c' (131,224) at 20240405153046693 2025-03-14 03:00:54.074-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mti-malta/malta-time.c' (131,225) at 20240405153046041 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/am4.h' (131,226) at 20240405153052641 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9g20ek_common.dtsi' (131,227) at 20240405153045465 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/ptrace.h' (131,228) at 20210307214926178 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_ipipeif.h' (131,229) at 20210307214930586 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1977-spi.c' (131,230) at 20240405153053565 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/board.c' (131,231) at 20210308005003012 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-only' (131,232) at 20210316000012713 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx1-core.c' (131,233) at 20240405153231319 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/arm,cci-400.yaml' (131,234) at 20240405153045013 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/seccomp.h' (131,235) at 20220525020652038 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_common.h' (131,236) at 20210308005002664 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/custom_serial.json' (131,237) at 20210307205553850 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-slavext.dts' (131,238) at 20240405153045529 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/systimer.h' (131,239) at 20210308005002636 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/xyz.openbmc_project.EntityManager.conf' (131,240) at 20240615080011909 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/backref.h' (131,241) at 20240405153052273 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.h' (131,242) at 20240405153048813 2025-03-14 03:00:54.075-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/i386/intel_gsic.c' (131,243) at 20210309003655964 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_2_sh_mask.h' (131,244) at 20210307214927674 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb' (131,245) at 20241221090017484 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/adjust_pc.h' (131,246) at 20220525020651958 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/xyz.openbmc_project.Hwmon@.service' (131,247) at 20220412030021182 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/Kconfig' (131,248) at 20210308005002824 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/msm/gmu.yaml' (131,249) at 20240405153045041 2025-03-14 03:00:54.076-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/dynamic-debug-howto.rst' (131,250) at 20240405153229735 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/ad5755.c' (131,251) at 20240405153048977 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pic32_eth.c' (131,252) at 20210308005003444 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecureBoot_v1.xml' (131,253) at 20240619080002936 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/layer.conf' (131,254) at 20241221090017472 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-acm' (131,255) at 20210307214925186 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/profile-settings/index.js' (131,256) at 20210308005107077 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl_stm32.c' (131,257) at 20210308005003460 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb' (131,258) at 20241206090014250 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/MAINTAINERS' (131,259) at 20210308005003068 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.4' (131,260) at 20211006000025242 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-glk-fails.txt' (131,261) at 20240405153230531 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/riscv64-linux-gcc.rul' (131,262) at 20231126090012857 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/subcmd/sigchain.c' (131,263) at 20210307214932494 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml' (131,264) at 20240405153045105 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/ams-delta-fiq.h' (131,265) at 20210307214931470 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/masters/omap_hdq.c' (131,266) at 20240405153052233 2025-03-14 03:00:54.077-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_ns16550.c' (131,267) at 20210308005003484 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/resize.c' (131,268) at 20241211090145513 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/kernel/ints.c' (131,269) at 20210307214926166 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/x509_parser.h' (131,270) at 20240405153230155 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/do_div.cocci' (131,271) at 20240405153053441 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/asp.c' (131,272) at 20240405153231279 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/atheros/atl1c/atl1c_hw.h' (131,273) at 20220525020653451 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_plb.c' (131,274) at 20240405153053265 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/makefile-remove-ldflags.patch' (131,275) at 20210307205553986 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb' (131,276) at 20241206090014342 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/Makefile' (131,277) at 20240405153053905 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/023_blob.dts' (131,278) at 20210308005003752 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/include/futextest.h' (131,279) at 20210307214932674 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/cl0039.h' (131,280) at 20210309003649824 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/remove-for-all' (131,281) at 20240309090012820 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/locking/queued-spinlocks/arch-support.txt' (131,282) at 20240405153045201 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/Kconfig' (131,283) at 20240405153230539 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/abi/syscall-abi.h' (131,284) at 20240405153054237 2025-03-14 03:00:54.078-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/slre.h' (131,285) at 20210308005003684 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_entry.cpp' (131,286) at 20241003080023045 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/core.c' (131,287) at 20240405153049705 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt' (131,288) at 20210307214925342 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sodertalje_Ragnhildsborg' (131,289) at 20210307205553790 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/davinci/Makefile' (131,290) at 20240405153045585 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FacilityCollection.json' (131,291) at 20240619080002948 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-uac2' (131,292) at 20240405153044913 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/fuloong-2e/dma.c' (131,293) at 20210309003648852 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/mon_client.h' (131,294) at 20210309003653828 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/r2300_fpu.S' (131,295) at 20240405153230015 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/arch-support.txt' (131,296) at 20220525020651726 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/40x/ppc40x_simple.c' (131,297) at 20240405153046193 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/lpc_ich9.c' (131,298) at 20241211090212286 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/add_negative' (131,299) at 20240405153053433 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/cs35l33.h' (131,300) at 20210307214931594 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.shellcheckrc' (131,301) at 20220830030552937 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_paprd.c' (131,302) at 20240405153050449 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/hd64461.h' (131,303) at 20240405153046309 2025-03-14 03:00:54.079-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/core/eBPF-JIT/arch-support.txt' (131,304) at 20240405153045197 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/sp_SP/process/researcher-guidelines.rst' (131,305) at 20240405153229835 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/unistd.h' (131,306) at 20210307214926762 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/gpu/rfc/index.rst' (131,307) at 20240405153045213 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/sun8i_thermal.c' (131,308) at 20240405153231499 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/fs_firmware_loader.txt' (131,309) at 20210308005003328 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch' (131,310) at 20230131040012027 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cpt_hw_types.h' (131,311) at 20240405153046933 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/arm64/include/asm/sysreg.h' (131,312) at 20240405153054033 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic.c' (131,313) at 20241211090212286 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-landisk/mach/iodata_landisk.h' (131,314) at 20210307214926558 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/perf/arm-cmn.rst' (131,315) at 20210309003648292 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/initscript' (131,316) at 20210307205553998 2025-03-14 03:00:54.080-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soundwire/cadence_master.h' (131,317) at 20241018080014546 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun9i-a80.dtsi' (131,318) at 20240405153045397 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ti,ds90ub953.yaml' (131,319) at 20240405153229771 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43/phy_g.c' (131,320) at 20220525020653735 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/dfu_sample_env.txt' (131,321) at 20210308005003044 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tangier.c' (131,322) at 20240503080014470 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kaxholmen_Vistakulle' (131,323) at 20210307205553786 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_platform_cmd.hpp' (131,324) at 20230721080038150 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/at91rm9200.c' (131,325) at 20210307214925870 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/auth.h' (131,326) at 20210307214931162 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_server.hpp' (131,327) at 20240822080032141 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h' (131,328) at 20210308005002820 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mem_addr_space.py' (131,329) at 20241211090212538 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/dcmihandler.cpp' (131,330) at 20240829080022538 to deleted uid set 2025-03-14 03:00:54.081-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-ATSC-center-frequencies-8VSB' (131,331) at 20210307205553754 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arcmsr/arcmsr.h' (131,332) at 20240405153231387 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Cornell-Lossless-JPEG' (131,333) at 20241221090017616 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd/cfi_flash.h' (131,334) at 20210308005003676 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/profile-settings/controllers/profile-settings-controller.js' (131,335) at 20210308005107077 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86.txt' (131,336) at 20240106090017261 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml' (131,337) at 20240405153045129 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/sha1.c' (131,338) at 20210308005003712 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-configure-Recognise-linux-musl-as-a-host-OS.patch' (131,339) at 20230706080014745 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch' (131,340) at 20230706080014765 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/Kconfig' (131,341) at 20240405153046197 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779f0.dtsi' (131,342) at 20240805080013919 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/ashrdi3.S' (131,343) at 20210307214925866 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml' (131,344) at 20240405153045033 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-mk802.dts' (131,345) at 20240405153045377 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_null.c' (131,346) at 20210307214932082 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun20i-d1-r.c' (131,347) at 20240405153046853 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/bin/kvm-check-branches.sh' (131,348) at 20240405153054365 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/yosemite4-led-manager-config/led.yaml' (131,349) at 20241228090012931 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ilitek,ili9163.yaml' (131,350) at 20240405153045041 2025-03-14 03:00:54.082-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_flags.cpp' (131,351) at 20210308005100997 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_plane.c' (131,352) at 20240405153230583 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/udplite.rst' (131,353) at 20210307214925542 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/priv.h' (131,354) at 20220525020652971 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9062-regulator.c' (131,355) at 20240405153231363 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml' (131,356) at 20240405153045121 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Storfjaten' (131,357) at 20210307205553790 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/sbshc.c' (131,358) at 20240405153046645 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-linear.c' (131,359) at 20240405153230771 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/OWNERS' (131,360) at 20230624080040884 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/initvals_phy.h' (131,361) at 20210307214929890 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/printk.h' (131,362) at 20240613080016503 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77961.dtsi' (131,363) at 20240405153045805 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml' (131,364) at 20221207040023627 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console/obmc-console.conf' (131,365) at 20230512080018777 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/qgroup.h' (131,366) at 20240405153231631 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38472.patch' (131,367) at 20240106090017265 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/colorspaces-details.rst' (131,368) at 20220525020651782 2025-03-14 03:00:54.083-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/rings.c' (131,369) at 20240405153050197 2025-03-14 03:00:54.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dvb-fe-read-status.rst' (131,370) at 20210309003648476 2025-03-14 03:00:54.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Arphic-Public-License' (131,371) at 20210812000025194 2025-03-14 03:00:54.084-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/atomic.h' (131,372) at 20240405153046381 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/sntp' (131,373) at 20210307205553846 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rcar-gen3-common.h' (131,374) at 20210308005003612 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sm8350.h' (131,375) at 20240405153052645 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/spi-ep93xx.h' (131,376) at 20210307214931482 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/c2port/c2port-duramar2150.c' (131,377) at 20210307214929122 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_iommu.h' (131,378) at 20240405153049469 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/img2brec.sh' (131,379) at 20210308005003764 2025-03-14 03:00:54.089-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.h' (131,380) at 20210308005003016 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c' (131,381) at 20240405153231335 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/cmd.c' (131,382) at 20240405153231007 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexa715.inc' (131,383) at 20240301090012451 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/dwarf-regs.c' (131,384) at 20210307214932518 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8641d_defconfig' (131,385) at 20210308005003280 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/xinetd.service' (131,386) at 20210307205554574 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_txnmgr.c' (131,387) at 20240830080013323 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dprtc-cmd.h' (131,388) at 20210307214929394 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/gcm.c' (131,389) at 20240405153046537 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts' (131,390) at 20240405153229939 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/HEADERS.md' (131,391) at 20221208040005014 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd-existing.conf' (131,392) at 20230520080014480 2025-03-14 03:00:54.090-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/math-emu/fp_log.c' (131,393) at 20210307214926170 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/amd-sample-raw.c' (131,394) at 20240405153232235 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/smsc-lan87xx.txt' (131,395) at 20210309003648376 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/tegra194-cpufreq.c' (131,396) at 20240405153230255 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/ib_user_mad.h' (131,397) at 20220525020654679 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/intel_memory_region.c' (131,398) at 20240405153048549 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads8344.c' (131,399) at 20240405153048965 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/i8257.c' (131,400) at 20241211090212270 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/usb-tusb6010.c' (131,401) at 20240405153045673 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-time-dd-test.sh' (131,402) at 20220910030013437 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_syscall.h' (131,403) at 20220429100100650 2025-03-14 03:00:54.091-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nuvoton,nau8821.yaml' (131,404) at 20240405153229799 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/tx.c' (131,405) at 20240405153050729 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/Makefile' (131,406) at 20210309003651032 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/exception.h' (131,407) at 20240405153229999 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics.metadata.yaml' (131,408) at 20221209040020395 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/syscall.tbl' (131,409) at 20241211090212378 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/cm_fx6.c' (131,410) at 20210308005002948 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec.c' (131,411) at 20210308005003396 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/st,stm32-vrefbuf.txt' (131,412) at 20210308005003308 2025-03-14 03:00:54.092-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/trace_events/trace_custom_sched.c' (131,413) at 20240405153053433 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_2_offset.h' (131,414) at 20240405153230471 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/core_thermal.c' (131,415) at 20240405153050145 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_cp862.c' (131,416) at 20210307214931178 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/arch-powerpc.inc' (131,417) at 20210812000025310 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/selftest.py' (131,418) at 20220910030013405 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/ocelot.h' (131,419) at 20240405153049613 2025-03-14 03:00:54.096-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0001-Fixes-for-yocto-build.patch' (131,420) at 20231011080016574 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/fdtparams.c' (131,421) at 20240405153047041 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/async/fdio.cpp' (131,422) at 20241217090453707 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/cchips/hd6446x/hd64461.c' (131,423) at 20210307214926542 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-isotp_git.bb' (131,424) at 20241221090017524 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_da_format.h' (131,425) at 20241023080012895 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_tx_regif.h' (131,426) at 20210308005003528 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/emulate.c' (131,427) at 20240405153046029 2025-03-14 03:00:54.097-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/chilisom.h' (131,428) at 20210308005002636 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_registers.h' (131,429) at 20210308005003528 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/rndis.h' (131,430) at 20210308005003508 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0017-img2simg-Add-support-for-converting-holes-to-don-t-c.patch' (131,431) at 20220910030013353 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/selftest_timeline.c' (131,432) at 20240405153230571 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/io.c' (131,433) at 20210307214926566 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cgroup.c' (131,434) at 20210307214928370 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/sdeventplus.wrap' (131,435) at 20230630080020271 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/regs-gsc.h' (131,436) at 20210307214927774 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-poweroff-watchdog.service' (131,437) at 20210810100021256 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/rng.c' (131,438) at 20240405153046537 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/statfs.h' (131,439) at 20210307214931618 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/checksum_32.h' (131,440) at 20210309003649016 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ves1x93.c' (131,441) at 20240405153049301 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/arm-cci.h' (131,442) at 20240405153052657 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi' (131,443) at 20240405153045605 2025-03-14 03:00:54.098-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-blk-pci.c' (131,444) at 20221215040039166 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/hdmi-codec.h' (131,445) at 20240405153052885 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/smc_eeprom.c' (131,446) at 20210308005003020 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_type.h' (131,447) at 20240405153050321 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_breadcrumbs.c' (131,448) at 20240624080012776 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/inputattach.service' (131,449) at 20210307205553918 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/dbx500-prcmu.h' (131,450) at 20210307214930186 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/include/tests.conf' (131,451) at 20210307214932626 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_ksyms_weak.c' (131,452) at 20240405153054277 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/addrlabel.c' (131,453) at 20221128040017626 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx_ccm.c' (131,454) at 20210927100127153 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/mii.h' (131,455) at 20240326080039538 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-sdw.c' (131,456) at 20240405153046693 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192u/Kconfig' (131,457) at 20220525020654163 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/machine/s2600wf.conf' (131,458) at 20230927080013510 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_plane.h' (131,459) at 20220525020652831 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gcc-plugins/sancov_plugin.c' (131,460) at 20240405153053449 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/page-vary-target.c' (131,461) at 20240326080039578 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-thunderbolt' (131,462) at 20240405153229731 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/memory-device-stubs.c' (131,463) at 20240906080037248 2025-03-14 03:00:54.099-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/km83xx_i2c.c' (131,464) at 20210308005003012 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch' (131,465) at 20220910030013425 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc2004.c' (131,466) at 20240405153049165 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c' (131,467) at 20240405153048593 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/l2t.c' (131,468) at 20210309003650588 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h' (131,469) at 20240405153048797 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c' (131,470) at 20240405153048665 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/sja1105/sja1105_vl.h' (131,471) at 20220525020653435 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/conf-notes.txt' (131,472) at 20220913030020496 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/flock.c' (131,473) at 20210307214932578 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_mst.c' (131,474) at 20240429080012420 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/trace.h' (131,475) at 20240405153052093 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt' (131,476) at 20210307214925322 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cci-control-port.yaml' (131,477) at 20240405153045013 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/IPS_P10BMCAspeedSBPubKey_3.pem' (131,478) at 20220810030014017 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/flash/Makefile' (131,479) at 20240405153049217 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/snic_io.c' (131,480) at 20240405153051737 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/pinmux.c' (131,481) at 20210308005002788 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch' (131,482) at 20210307205553938 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/jump_label.h' (131,483) at 20240405153230091 2025-03-14 03:00:54.100-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/Kconfig' (131,484) at 20210308005003004 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/appletalk/aarp.c' (131,485) at 20220525020654787 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/dev-subdev.rst' (131,486) at 20240405153045313 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/console_buffer.hpp' (131,487) at 20210308005051513 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb' (131,488) at 20241221090017552 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/gpio_block_defs.h' (131,489) at 20210307214930542 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/thordown.c' (131,490) at 20210308005003220 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubipatch.service' (131,491) at 20210308005102829 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_tc_lib.c' (131,492) at 20241018080014518 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/cobalt/rtc.c' (131,493) at 20210307214926202 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/omap_wdt.h' (131,494) at 20210308005002708 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration/guestperf/plot.py' (131,495) at 20210308005046397 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_rqs_defconfig' (131,496) at 20210308005003260 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.h' (131,497) at 20220525020652947 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/ivpu/TODO' (131,498) at 20240405153046609 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts' (131,499) at 20240503080014458 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/boot/ebcdic.c' (131,500) at 20210307214926502 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c' (131,501) at 20240405153049917 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch' (131,502) at 20210307205554466 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/u-boot-spl.lds' (131,503) at 20210308005002556 2025-03-14 03:00:54.101-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/Makefile' (131,504) at 20240405153054073 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/qed/qed_eth_if.h' (131,505) at 20240405153052781 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/sclp_pci.c' (131,506) at 20210307214930234 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/configs/nommu_kc705_defconfig' (131,507) at 20240405153046501 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_fips.c' (131,508) at 20210307214927086 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/Makefile' (131,509) at 20210307214926186 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/cpuctrl.yaml' (131,510) at 20240405153229755 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/realtek/rtl83xx.dtsi' (131,511) at 20220525020651994 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/dt2801.c' (131,512) at 20240405153046893 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/op_helper.c' (131,513) at 20240326080039698 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/aliasesdb' (131,514) at 20220204040022432 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/events.json' (131,515) at 20240918080013376 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-mediatek.h' (131,516) at 20240405153231527 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml' (131,517) at 20220823030015959 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.h' (131,518) at 20210307214927286 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1/w1-gpio.txt' (131,519) at 20210308005003328 2025-03-14 03:00:54.102-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/eeh/eeh-vf-unaware.sh' (131,520) at 20220525020655227 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx.h' (131,521) at 20240405153051313 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h' (131,522) at 20210307214929930 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/cavium/cpt/cptvf_main.c' (131,523) at 20240405153046933 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/noexec.c' (131,524) at 20221215040039390 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/intel/hda-dai.c' (131,525) at 20240719080013381 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_regs.h' (131,526) at 20220525020653019 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/manager_serialize.cpp' (131,527) at 20241115090002317 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/rot0_masks.h' (131,528) at 20240405153046601 2025-03-14 03:00:54.103-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/powerpc/include/asm/barrier.h' (131,529) at 20210307214932454 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h' (131,530) at 20240405153047197 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/x86/spi-intel.h' (131,531) at 20240405153052773 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/bti/.gitignore' (131,532) at 20220525020655187 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c' (131,533) at 20240405153231055 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6.dtsi' (131,534) at 20210308005002620 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qnum.c' (131,535) at 20241211090212454 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.hardware.md' (131,536) at 20241221090017604 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c' (131,537) at 20210308005003456 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/env_mock.hpp' (131,538) at 20210308004940468 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram_init.c' (131,539) at 20210308005002796 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig' (131,540) at 20210308005003240 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__execute.hpp' (131,541) at 20240731080033662 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/Fraunhofer_FDK_AAC_Codec_Library_for_Android' (131,542) at 20210307205553754 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/sdeventplus.wrap' (131,543) at 20230324080026170 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/snmp-controller.js' (131,544) at 20210308005107073 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls.h' (131,545) at 20240405153230935 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qedi/qedi_iscsi.c' (131,546) at 20240405153051693 2025-03-14 03:00:54.104-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/xen/interface.h' (131,547) at 20210307214926066 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/check_build_completeness.py' (131,548) at 20210307205554546 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/whitelist-filter.cpp' (131,549) at 20240829080022546 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ehci.h' (131,550) at 20210308005002656 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/rme32.c' (131,551) at 20240405153232135 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_task.c' (131,552) at 20241211090212486 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/kexec.h' (131,553) at 20240405153229907 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/amdtp-stream.h' (131,554) at 20240812080017264 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cpan-base.bbclass' (131,555) at 20220910030013385 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/Makefile' (131,556) at 20210307214931174 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/blocklayout/blocklayout.h' (131,557) at 20210307214931146 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/bcm63xx_uart.c' (131,558) at 20240710080014597 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/meraki-mx100.c' (131,559) at 20220525020653911 2025-03-14 03:00:54.105-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/linkage.h' (131,560) at 20210307214926158 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/cg6.c' (131,561) at 20240405153231579 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32f429.c' (131,562) at 20210307214930122 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7606.c' (131,563) at 20241008080013931 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nls/nls_ucs2_utils.c' (131,564) at 20240405153231707 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/powerpc.c' (131,565) at 20240805080013927 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/syscall.c' (131,566) at 20241211090212550 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/arp.c' (131,567) at 20210308005003716 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/MP+polockonce+poacquiresilsil.litmus' (131,568) at 20220525020655127 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/qat/qat_common/adf_heartbeat_dbgfs.c' (131,569) at 20240405153230267 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/SBx81LIFXCAT_defconfig' (131,570) at 20210308005003244 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/pfm.c' (131,571) at 20241211090145577 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.h' (131,572) at 20240405153047145 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evsel_config.h' (131,573) at 20210307214932590 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/fw_cfg.h' (131,574) at 20240906080037248 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/isa-bridge.c' (131,575) at 20240405153046141 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iwalk.c' (131,576) at 20240405153052597 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vmalloc.h' (131,577) at 20210307214926514 2025-03-14 03:00:54.106-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid-logitech-hidpp' (131,578) at 20210307214925202 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml' (131,579) at 20210307205553694 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/ipc/util.h' (131,580) at 20240405153052973 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/sh-cpufreq.c' (131,581) at 20220525020652370 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/README' (131,582) at 20210308005003736 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/pll.c' (131,583) at 20210307214927022 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/arm.rst' (131,584) at 20240405153229739 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/profile.h' (131,585) at 20240815080012907 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/bayleybay.c' (131,586) at 20210308005003008 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/sysinfo.h' (131,587) at 20210308005002876 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/uaccess.h' (131,588) at 20240411080014050 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/.gitignore' (131,589) at 20210308005003756 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/session/closesession_unittest.cpp' (131,590) at 20210308004925452 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/signal.c' (131,591) at 20240405153046077 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/platform/aczephyr.h' (131,592) at 20240405153231787 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/tricore-softmmu/default.mak' (131,593) at 20240906080037160 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/MAINTAINERS' (131,594) at 20210308005003072 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mmc/card.h' (131,595) at 20241216090017769 2025-03-14 03:00:54.107-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_hash_netnet.c' (131,596) at 20240405153053317 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb' (131,597) at 20221003030013261 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/Kconfig' (131,598) at 20210307214929910 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/spi-nor/otp.c' (131,599) at 20240405153049709 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/monitor.hpp' (131,600) at 20240817080025332 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/cna_fwimg.c' (131,601) at 20210307214929346 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/qib/qib_user_pages.c' (131,602) at 20240405153049105 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-idk-evm.dts' (131,603) at 20210308005002564 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ru-Volgodonsk' (131,604) at 20210307205553778 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/libertas_tf.h' (131,605) at 20240405153050561 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ima.h' (131,606) at 20240405153052709 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_hw.c' (131,607) at 20210308005003440 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml' (131,608) at 20240405153045041 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-merge-config-native.bb' (131,609) at 20230720080015094 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/dev-path-parser.c' (131,610) at 20240405153047041 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb' (131,611) at 20241221090017504 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/designware.h' (131,612) at 20210308005003428 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-lss-Match-syscalls-to-match-musl.patch' (131,613) at 20230811080018298 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/024' (131,614) at 20240906080037564 2025-03-14 03:00:54.108-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/gdbstub.c' (131,615) at 20240906080037524 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/serio/i8042-io.h' (131,616) at 20210309003650212 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/paravirt_api_clock.h' (131,617) at 20240405153045861 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/python3-picamera/python3-picamera_git.bb' (131,618) at 20220402030016075 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/embedded6xx/wii.c' (131,619) at 20240405153046209 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/obmc-ikvm.cpp' (131,620) at 20210308005131905 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/as3722.h' (131,621) at 20210308005003680 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-evmsk.dts' (131,622) at 20240405153045589 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cacheline.c' (131,623) at 20210307214932586 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-CMakeLists.txt-Make-the-test-discovery-occur-on-targ.patch' (131,624) at 20241221090017508 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-test' (131,625) at 20210307205554638 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml' (131,626) at 20210309003648364 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/helper.hpp' (131,627) at 20240625080005992 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/emergency-restart.h' (131,628) at 20210307214925646 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/ps3/system-bus.c' (131,629) at 20240910080014022 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-amd8111.c' (131,630) at 20220525020653071 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/provider.c' (131,631) at 20241111090012125 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_4_2_sh_mask.h' (131,632) at 20240405153048005 2025-03-14 03:00:54.109-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_dvo.c' (131,633) at 20240405153230635 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/sprd,sc27xx-vibrator.yaml' (131,634) at 20240405153045081 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/syscall.tbl' (131,635) at 20240405153232219 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/vmlinux-xip.lds.S' (131,636) at 20240405153230071 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/debug.c' (131,637) at 20241011080017335 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/common.c' (131,638) at 20240405153232015 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_qoriq.c' (131,639) at 20240405153231355 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/host_iommu_device.c' (131,640) at 20240906080037140 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loongarch/virt.h' (131,641) at 20241211090212362 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/ti,omap3isp.txt' (131,642) at 20210307214925354 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/README.md' (131,643) at 20221207040023631 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-empty.json' (131,644) at 20220429100100882 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_sprite.c' (131,645) at 20240405153048465 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/maxim,max77686.txt' (131,646) at 20240405153045025 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/configfs-usb-gadget-rndis' (131,647) at 20210309003648244 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/perf/block/qcow2/convert-blockstatus' (131,648) at 20210308005046397 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/st/phy-stih407-usb.c' (131,649) at 20210307214930062 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs-postcommands.bbclass' (131,650) at 20241221090017608 2025-03-14 03:00:54.110-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/efuse.h' (131,651) at 20210307214929922 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/.gitignore' (131,652) at 20240405153046609 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/coresight/index.rst' (131,653) at 20210307214925574 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/interrupts.c' (131,654) at 20210308005002860 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ti,pcm1681.txt' (131,655) at 20210307214925434 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/pl061-gpio.yaml' (131,656) at 20210309003648352 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c' (131,657) at 20221215040039374 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/goodix_fwupload.c' (131,658) at 20240405153049161 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/amlogic/meson8b.dtsi' (131,659) at 20240405153045401 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ir/ir_loopback.sh' (131,660) at 20240405153054309 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/iscsi.h' (131,661) at 20240405153052897 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/usb/usb-help.rst' (131,662) at 20210307214925590 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62.dtsi' (131,663) at 20240405153229971 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_region_lmem.c' (131,664) at 20240405153230567 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/spinlock.h' (131,665) at 20240405153046281 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb' (131,666) at 20241221090017688 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/adp1653.c' (131,667) at 20240405153049305 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/softfloat.h' (131,668) at 20210308005046297 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml' (131,669) at 20210307205553702 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/trapnr.h' (131,670) at 20210309003649024 2025-03-14 03:00:54.111-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/fsi.c' (131,671) at 20241211090212270 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/slab.c' (131,672) at 20240405153231979 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/clnt.c' (131,673) at 20240805080014059 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/q54sj108a2.c' (131,674) at 20240405153230667 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/dma_global.h' (131,675) at 20210307214930542 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Python-2.0' (131,676) at 20210307205554426 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/hvf.h' (131,677) at 20240906080037348 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/native/irq.h' (131,678) at 20210307214926118 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/Makefile' (131,679) at 20210308005002964 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst' (131,680) at 20220525020651742 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_regs.c' (131,681) at 20240405153230951 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.h' (131,682) at 20240405153047173 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.8/index.html' (131,683) at 20210307205554246 2025-03-14 03:00:54.112-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/filelock/ofdlocks.c' (131,684) at 20240405153232267 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/gs_usb.c' (131,685) at 20241216090017713 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/palmas.c' (131,686) at 20240405153230839 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch' (131,687) at 20241221090017532 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d33ek.dts' (131,688) at 20210308005002612 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Simo_Viantie' (131,689) at 20210307205553774 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/atbm8830.c' (131,690) at 20240405153049281 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/cb_pcidas.c' (131,691) at 20240405153046889 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/dz.h' (131,692) at 20210307214930746 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb' (131,693) at 20241221090017544 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu_nkm.c' (131,694) at 20240405153230247 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/mt8195-power.h' (131,695) at 20240405153052653 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dm-verity-loadpin.h' (131,696) at 20240405153231807 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/configfs/mount.c' (131,697) at 20220525020654383 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/rk3366-power.h' (131,698) at 20210307214931346 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_yellow_carp.h' (131,699) at 20240405153048349 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/mcu.c' (131,700) at 20240405153050581 2025-03-14 03:00:54.113-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/Makefile' (131,701) at 20240405153049921 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h' (131,702) at 20240405153049957 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/tpi.h' (131,703) at 20240405153046281 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx53-tx53-x13x.dts' (131,704) at 20240405153045493 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/vesa.h' (131,705) at 20210307214926638 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mailbox/marvell,armada-3700-rwtm-mailbox.txt' (131,706) at 20210307214925350 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml' (131,707) at 20240405153045137 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/builtin-ffs.h' (131,708) at 20220525020654531 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mtk-dvfsrc-regulator.c' (131,709) at 20240405153231363 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalIpv6.vue' (131,710) at 20241004080035971 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/or1k-linux-user.mak' (131,711) at 20241211090212222 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/compressed/clz_ctz.c' (131,712) at 20220525020651990 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/iterators/itnull.cocci' (131,713) at 20240405153053441 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar_1.35.bb' (131,714) at 20231011080016614 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmstb/MAINTAINERS' (131,715) at 20210308005002940 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/icc-rpm.h' (131,716) at 20240405153230735 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/parisc/Makefile' (131,717) at 20210307214932226 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/pm_smbus.h' (131,718) at 20210308005046013 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_qb.c' (131,719) at 20210308005046509 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/bloblist.c' (131,720) at 20210308005003736 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/Makefile' (131,721) at 20220525020654803 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/layer.conf' (131,722) at 20241221090017476 2025-03-14 03:00:54.114-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cpus.yaml' (131,723) at 20240405153229755 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h' (131,724) at 20240405153230327 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg-plugins.rst' (131,725) at 20240906080037172 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-all_passed.log' (131,726) at 20210309003655972 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/pipeline.json' (131,727) at 20240405153054141 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/akebono.txt' (131,728) at 20210307214925402 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_eml_etf_regs.h' (131,729) at 20240405153046589 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/Makefile' (131,730) at 20210308005003356 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/libbpf/program_types.rst' (131,731) at 20240405153044993 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/bbm.h' (131,732) at 20210308005003668 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_disc.c' (131,733) at 20240405153051617 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/simple-mfd-i2c.c' (131,734) at 20240405153049613 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h' (131,735) at 20240405153048349 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/sys_dp264.c' (131,736) at 20210307214925658 2025-03-14 03:00:54.115-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/mock_hyp_sys_config.hpp' (131,737) at 20240822080023973 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.h' (131,738) at 20240405153047305 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml' (131,739) at 20240405153045065 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cpu.h' (131,740) at 20240405153045937 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/Makefile' (131,741) at 20210308005002916 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/vmport.c' (131,742) at 20210927100127133 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/man/pfrut.8' (131,743) at 20240405153054213 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ralink/clk-mt7621.c' (131,744) at 20240405153230235 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/stream.h' (131,745) at 20210309003655964 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/linkage.h' (131,746) at 20210308005002840 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/Kconfig' (131,747) at 20240405153049421 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/.oe-layers.json' (131,748) at 20240301090012479 2025-03-14 03:00:54.116-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-rds-gen.c' (131,749) at 20240405153230823 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/minix/dir.c' (131,750) at 20240405153231695 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/base_test.c' (131,751) at 20240805080014071 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bootconfig/samples/good-space-after-value.bconf' (131,752) at 20210307214932462 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/fuzz.h' (131,753) at 20240326080039738 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cmpxchg.h' (131,754) at 20240405153046381 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c' (131,755) at 20240405153045653 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/i386/Makefile' (131,756) at 20210307214932614 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/Makefile' (131,757) at 20210307214930282 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-arm.txt' (131,758) at 20240113090014532 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_subreg.c' (131,759) at 20240405153054285 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-905-24.5W' (131,760) at 20210307205553762 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/examples/include/bootconfig.conf' (131,761) at 20220525020655183 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/gpt.c' (131,762) at 20210308005003212 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/signal.h' (131,763) at 20210308005002840 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/runqslower/.gitignore' (131,764) at 20210307214932466 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/regd.c' (131,765) at 20220525020653727 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/shmobile_defconfig' (131,766) at 20240405153045617 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kvm/fpu.S' (131,767) at 20240405153046033 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_wrong_command_code.cpp' (131,768) at 20231110090010623 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_server_health.robot' (131,769) at 20210308005007104 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/eventreplay.py' (131,770) at 20240106090017245 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/linked_maps2.c' (131,771) at 20220525020655199 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/expoline/Makefile' (131,772) at 20240405153046297 2025-03-14 03:00:54.117-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ia_css_xnr.host.c' (131,773) at 20210307214930562 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/mptspi.c' (131,774) at 20240405153049597 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/rx.c' (131,775) at 20240405153231047 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/111.out' (131,776) at 20210308005046445 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-dev.c' (131,777) at 20240405153230683 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/suballoc.c' (131,778) at 20220525020654479 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-dbgcap.h' (131,779) at 20241216090017745 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/setup.c' (131,780) at 20240405153045913 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/README.md' (131,781) at 20240405153053417 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo-update-recipe-crates.bbclass' (131,782) at 20241221090017608 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/osssys_4_2_0_offset.h' (131,783) at 20240405153048237 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd/run-ptest' (131,784) at 20220204040022460 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/allwinner,sun6i-a31-prcm.yaml' (131,785) at 20240405153229775 2025-03-14 03:00:54.118-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes.txt' (131,786) at 20210307205554626 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch' (131,787) at 20230706080014765 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/reset.rst' (131,788) at 20220525020651726 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkmux.py' (131,789) at 20210308005003772 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableDateFilter.vue' (131,790) at 20241004080035963 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/exynos4.h' (131,791) at 20240405153231795 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/local.conf.sample' (131,792) at 20241221090017476 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/sd_emmc.h' (131,793) at 20210308005002644 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000.c' (131,794) at 20210308005003440 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/fpga/lattice-machxo2-spi.txt' (131,795) at 20210307214925314 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-tec.dts' (131,796) at 20240405153045481 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ap-bridge.c' (131,797) at 20220429100100518 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fallback.hpp' (131,798) at 20240820080023694 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/sanity.c' (131,799) at 20210308005100993 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/032.out' (131,800) at 20210308005046437 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatcc/flatcc/0001-Check-for-C-standard-version-23-for-__fallthrough__.patch' (131,801) at 20240301090012423 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FanCollection_v1.xml' (131,802) at 20240619080002924 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_addr.h' (131,803) at 20240405153052921 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/remove-startup-option.patch' (131,804) at 20230503080014591 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (131,805) at 20241206090014234 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/linkage.h' (131,806) at 20240405153045857 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/Kconfig' (131,807) at 20210308005002944 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igbvf/vf.c' (131,808) at 20240405153050029 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8523.c' (131,809) at 20240405153232167 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/debug.h' (131,810) at 20220525020654611 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/hp/Kconfig' (131,811) at 20240405153231343 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml' (131,812) at 20240405153045081 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-dev.dts' (131,813) at 20240405153045829 2025-03-14 03:00:54.119-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (131,814) at 20230721080014366 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/mISDN/stack.c' (131,815) at 20210309003650244 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/mmc.h' (131,816) at 20210308005002852 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds164x.c' (131,817) at 20210308005003480 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ddr.c' (131,818) at 20210308005002964 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccelerationFunction_v1.xml' (131,819) at 20240619080002916 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/newlitmushist.sh' (131,820) at 20240405153054069 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/sme-inst.h' (131,821) at 20240405153054237 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/translation.json' (131,822) at 20240405153232227 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/platform/ce4100/ce4100.c' (131,823) at 20210307214926742 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_power.c' (131,824) at 20240405153230551 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c' (131,825) at 20240405153054321 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idma64.h' (131,826) at 20210307214927130 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/b128ops.h' (131,827) at 20240405153052621 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/prom_common.c' (131,828) at 20210307214926598 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gSOAP-1.3b' (131,829) at 20210307205554430 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/util.hpp' (131,830) at 20241123090021039 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/treesource.c' (131,831) at 20210308005003728 2025-03-14 03:00:54.120-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/ms5637.c' (131,832) at 20240405153049009 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/vega20_ip_offset.h' (131,833) at 20220525020652815 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/bpf_design_QA.rst' (131,834) at 20240405153229747 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/helpers.c' (131,835) at 20241104090011603 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/dumpstack_32.c' (131,836) at 20240405153046429 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/display_timing.c' (131,837) at 20210307214930898 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/kirkwood/Kconfig' (131,838) at 20210307214932394 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/usbhid/hid-core.c' (131,839) at 20240405153048829 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts' (131,840) at 20210307214926014 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/marvell,cn10624-wdt.yaml' (131,841) at 20240405153229803 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-udmabuf.c' (131,842) at 20240906080037220 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/pressure/t5403.c' (131,843) at 20240405153049009 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto_ipv6.sh' (131,844) at 20240405153054301 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-hidden-exec.sh' (131,845) at 20210307205554130 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/TESTING.md' (131,846) at 20241019080002161 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/drop_caches.c' (131,847) at 20240405153231655 2025-03-14 03:00:54.121-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_manager.h' (131,848) at 20210307214930514 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb' (131,849) at 20241221090017512 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/cm32181.c' (131,850) at 20240405153048997 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/fw_common.h' (131,851) at 20240405153231251 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/sja1000/f81601.c' (131,852) at 20210307214929258 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-gates-clk.yaml' (131,853) at 20240405153045021 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/monitor.c' (131,854) at 20241211090212394 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Belmont' (131,855) at 20210307205553794 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/altera/altera_tse.h' (131,856) at 20240405153049785 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_busy.c' (131,857) at 20240405153048469 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c-crates.inc' (131,858) at 20241221090017672 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/spear/spear6xx_clock.c' (131,859) at 20240405153046849 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/52xx/mpc52xx_gpt.c' (131,860) at 20240405153230051 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/vimc.rst' (131,861) at 20240405153044961 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm85.rst' (131,862) at 20210309003648428 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/tps65912.txt' (131,863) at 20210307214925362 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/match.c' (131,864) at 20240405153050197 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig' (131,865) at 20210308005003232 2025-03-14 03:00:54.122-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (131,866) at 20221103030030172 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/af_unix/Makefile' (131,867) at 20240405153054333 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_r40.c' (131,868) at 20210308005003352 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/mtd/spi-intel.rst' (131,869) at 20240405153045193 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/Makefile' (131,870) at 20240405153047257 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_vga.c' (131,871) at 20240405153048465 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/s_init.c' (131,872) at 20210308005002552 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-iova-tree.h' (131,873) at 20221215040039166 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-syscfg-configfs.c' (131,874) at 20240405153048893 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/device.rs' (131,875) at 20241211090212454 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/acerhdf.c' (131,876) at 20240405153051393 2025-03-14 03:00:54.123-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c' (131,877) at 20240830080013275 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/cluster/heartbeat.c' (131,878) at 20240405153052465 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/audit.h' (131,879) at 20240405153052661 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/Certificates.vue' (131,880) at 20241004080035971 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/c++11.patch' (131,881) at 20210307205553818 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-serval.c' (131,882) at 20210308005003456 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/fixedpoint-impl.c.inc' (131,883) at 20240906080037520 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/magnetometer/bmc150_magn.c' (131,884) at 20240405153049005 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_aead.h' (131,885) at 20210307214927086 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun5i.c' (131,886) at 20220525020652334 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/debian-suppress-usr-lib-in-krb5-config.patch' (131,887) at 20210307205553878 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ds620.rst' (131,888) at 20210307214925498 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/tegra210-car.h' (131,889) at 20220525020654543 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/page-funcs.S' (131,890) at 20240405153230015 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/Kconfig.debug' (131,891) at 20220525020652018 2025-03-14 03:00:54.124-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/datapage.h' (131,892) at 20210309003654004 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/usb/ch9.h' (131,893) at 20240405153231879 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stih410-clock.dtsi' (131,894) at 20240405153045581 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/nxp,ptn5110.yaml' (131,895) at 20240405153045181 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h' (131,896) at 20240405153230987 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb' (131,897) at 20241221090017548 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ubispl.h' (131,898) at 20210308005003688 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/futex-requeue.c' (131,899) at 20240405153054097 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/memblock/tests/alloc_helpers_api.c' (131,900) at 20240405153054225 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/ea20.c' (131,901) at 20210308005002952 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-forward-visitor.c' (131,902) at 20221215040039394 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/rootkits/files/musl_fix.patch' (131,903) at 20220618030015174 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c' (131,904) at 20210307214928782 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hpfs/alloc.c' (131,905) at 20210307214931122 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-elog.c' (131,906) at 20240405153046217 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/dmaengine/index.rst' (131,907) at 20210307214925458 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/xtensa/booting.rst' (131,908) at 20240405153044989 2025-03-14 03:00:54.125-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/core.c' (131,909) at 20240405153231175 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sa1100/include/mach/SA-1100.h' (131,910) at 20210307214925958 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_world.c' (131,911) at 20210308005045921 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/hwrpb.h' (131,912) at 20240405153045345 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/index.rst' (131,913) at 20240405153045333 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/san.rst' (131,914) at 20220525020651726 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/tablet/hanwang.c' (131,915) at 20240405153049157 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu-qom.h' (131,916) at 20240326080039654 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/Makefile' (131,917) at 20210308005003048 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_private.h' (131,918) at 20210308005003404 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pdma0_core_special_masks.h' (131,919) at 20240405153046601 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tda7432.c' (131,920) at 20240405153049341 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vm_sockets_diag.h' (131,921) at 20210307214931686 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/max8997_charger.c' (131,922) at 20240405153051437 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/bh.h' (131,923) at 20240405153050693 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb' (131,924) at 20230401080011935 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/helper.h' (131,925) at 20220525020653583 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/backlight_gpio.c' (131,926) at 20210308005003524 2025-03-14 03:00:54.126-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ubifs/sb.c' (131,927) at 20220525020654495 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.h' (131,928) at 20240405153047205 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/wait_bit.c' (131,929) at 20240405153053049 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_lpc.h' (131,930) at 20240906080037336 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/media_tests/Makefile' (131,931) at 20240405153054325 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/t1042si-post.dtsi' (131,932) at 20210307214926354 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/syscon.h' (131,933) at 20210307214931482 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/speed.c' (131,934) at 20210308005002800 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/uaccess.h' (131,935) at 20240405153046057 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memstick/host/r592.h' (131,936) at 20210307214928990 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-npcm-fiu.c' (131,937) at 20240405153231463 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot/0001-meson-remove-extraneous-positional-argument.patch' (131,938) at 20220204040022424 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perf-list.txt' (131,939) at 20240613080016555 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/linkage.h' (131,940) at 20240405153046117 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/ioremap.h' (131,941) at 20210308005002816 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/Makefile' (131,942) at 20210308005003072 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/ti/ti,omap2-dss.txt' (131,943) at 20210307214925310 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/153' (131,944) at 20220429100100910 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/axs10x-i2s-pll-clock.txt' (131,945) at 20210307214925286 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/st,st-sensors.yaml' (131,946) at 20240405153229767 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/aacraid/rkt.c' (131,947) at 20210309003652328 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/promlib.c' (131,948) at 20210307214926206 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_memfree.c' (131,949) at 20220525020653155 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/system.h' (131,950) at 20210308005108645 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-soc-card.h' (131,951) at 20240405153053961 2025-03-14 03:00:54.127-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/4965-debug.c' (131,952) at 20210307214929826 2025-03-14 03:00:54.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/m2m-deinterlace.c' (131,953) at 20240405153049409 2025-03-14 03:00:54.128-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_syscfg-test.c' (131,954) at 20241211090212550 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_4_2_3_offset.h' (131,955) at 20240405153047821 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pll_config.c' (131,956) at 20210308005002780 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/print_binary.h' (131,957) at 20210307214932602 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/ext-sdk-prepare.py' (131,958) at 20230919080013978 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-kontron-bl.dts' (131,959) at 20240405153045525 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0006-mmal_chain.patch' (131,960) at 20230114040015494 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sprd/div.h' (131,961) at 20240405153046849 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/dw100/Makefile' (131,962) at 20240405153049421 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a.dtsi' (131,963) at 20210308005002580 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/renesas,rzv2m-usb3drd.yaml' (131,964) at 20240405153045181 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-rcg.c' (131,965) at 20240405153046813 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ibuf_cntrl_defs.h' (131,966) at 20210307214930538 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.h' (131,967) at 20210307214927966 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_object.h' (131,968) at 20240624080012776 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/stacktrace.h' (131,969) at 20210309003648980 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ac97/snd_ac97_compat.c' (131,970) at 20210307214932186 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_errorwrap_test.cpp' (131,971) at 20210422000032838 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/segbuf.h' (131,972) at 20240405153052445 2025-03-14 03:00:54.131-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/qcom,sm8450-gpucc.h' (131,973) at 20240405153052653 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb' (131,974) at 20230610080017603 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_d.c' (131,975) at 20210308005046521 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_rtc.c' (131,976) at 20210308005003704 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/README' (131,977) at 20210308005002924 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/llc.h' (131,978) at 20210307214931418 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/gxbb-aoclkc.h' (131,979) at 20210308005003632 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/ams,as73211.yaml' (131,980) at 20210309003648360 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/intc-simr.c' (131,981) at 20220525020651982 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/write_flash.c' (131,982) at 20210308005108645 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/uapi/asm/statfs.h' (131,983) at 20210307214926682 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-snapdragon.h' (131,984) at 20210308005002776 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/config.s390x' (131,985) at 20240405153054241 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-nand.dts' (131,986) at 20210308005002632 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/acp-renoir.c' (131,987) at 20240405153232139 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libslang.c' (131,988) at 20210307214932466 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_2x128mx16.cfg' (131,989) at 20210308005002924 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/Kbuild' (131,990) at 20220525020652967 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/volatiles.03_clamav' (131,991) at 20210307205554126 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0001-configure-fix-linking-on-RISC-V-ISA.patch' (131,992) at 20230114040015490 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VLanNetworkInterfaceCollection.json' (131,993) at 20240619080002956 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-videobuf.rst' (131,994) at 20210307214925466 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_msg.h' (131,995) at 20210308005003496 2025-03-14 03:00:54.132-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/pxa_camera.rst' (131,996) at 20240405153045193 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h' (131,997) at 20210308005002656 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/sun50i-iommu.c' (131,998) at 20240913080013797 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig' (131,999) at 20210308005003240 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/vgic_common.h' (132,000) at 20210308005045893 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/vdso/vgettimeofday.c' (132,001) at 20210307214926298 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/bcm2835-mailbox.c' (132,002) at 20241011080017323 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/smem-uclass.c' (132,003) at 20210308005003488 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/fscryptctl/fscryptctl_1.1.0.bb' (132,004) at 20241221090017580 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0001-Fix-build-with-vc4-driver.patch' (132,005) at 20230706080014765 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/platforms/iss/include/platform/simcall-iss.h' (132,006) at 20220525020652202 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra30_ahub.c' (132,007) at 20240405153054013 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/Kbuild' (132,008) at 20220525020651878 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_translate_dce60.c' (132,009) at 20210309003649492 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fitupd.c' (132,010) at 20210308005003212 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/hyp/vhe/switch.c' (132,011) at 20240405153229987 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/Makefile' (132,012) at 20210309003650540 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/apple,mca.yaml' (132,013) at 20240405153045161 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/__init__.py' (132,014) at 20230523080016046 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am65.dtsi' (132,015) at 20240405153045829 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/Kconfig' (132,016) at 20210308005002956 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_jpeg.c' (132,017) at 20240405153049493 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/babl/babl_0.1.110.bb' (132,018) at 20241221090017488 2025-03-14 03:00:54.133-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-1.x/0001-bindings-cxx-disable-tests.patch' (132,019) at 20241206090014262 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/asm-generic/msgbuf.h' (132,020) at 20210307214931614 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/light/tsl2772.yaml' (132,021) at 20210307214925334 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/avmfritz.c' (132,022) at 20210309003650236 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/tests/conftest.py' (132,023) at 20220525020654947 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop' (132,024) at 20210307205553718 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsldma.c' (132,025) at 20240405153230279 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76x-mmc-iodelay.dtsi' (132,026) at 20210308005002576 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/kernel-module-emlog_git.bb' (132,027) at 20210307205553886 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.3' (132,028) at 20211006000025242 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_w.c' (132,029) at 20210308005046517 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/qemu-arm.c' (132,030) at 20210308005002956 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/gpio.h' (132,031) at 20210308005002640 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/TODO' (132,032) at 20210309003650244 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/meson.build' (132,033) at 20241211090212250 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/sama5.c' (132,034) at 20240405153045637 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.8.patch' (132,035) at 20230114040015490 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/cpu_specs_book3s_32.h' (132,036) at 20240405153046133 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-mux.c' (132,037) at 20210307214926958 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/.gitignore' (132,038) at 20210307214932502 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/cpu_ca53_cfg_masks.h' (132,039) at 20240405153046601 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.yaml' (132,040) at 20240405153045137 2025-03-14 03:00:54.134-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-Fix-Translations-containing-invalid-directives-hs.patch' (132,041) at 20230919080013958 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_badge.scss' (132,042) at 20220105012522983 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zap_impl.h' (132,043) at 20210308005003696 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/gue.h' (132,044) at 20240405153052845 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/vfio_ap_drv.c' (132,045) at 20240405153051529 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/fdtaddr.c' (132,046) at 20210308005003356 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/udpcast_20230924.bb' (132,047) at 20241206090014242 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/Makefile' (132,048) at 20210308005003172 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-ecosystem.inc' (132,049) at 20220804030014691 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml' (132,050) at 20221207040023627 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_hash.c' (132,051) at 20240405153053333 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/microchip,xisc.yaml' (132,052) at 20240405153045093 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/spl.c' (132,053) at 20210308005002996 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/soc/imx_rsrc.h' (132,054) at 20210308005003644 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/hisi_thermal.c' (132,055) at 20240405153231495 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-starfive.c' (132,056) at 20240405153231531 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvp-base.yml' (132,057) at 20241221090017464 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kzm9g.h' (132,058) at 20210308005003600 2025-03-14 03:00:54.135-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c' (132,059) at 20210308005046521 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1022_serdes.c' (132,060) at 20210308005002832 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httpcore_1.0.7.bb' (132,061) at 20241221090017556 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/trusted-keys/trusted_tee.c' (132,062) at 20240405153232115 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/nvidia,tegra20-pinmux.yaml' (132,063) at 20240405153229787 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98396.h' (132,064) at 20240405153053641 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3xxx.dtsi' (132,065) at 20240405153045565 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/led.c' (132,066) at 20210308005003740 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/chipone_icn8505.c' (132,067) at 20240405153049157 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/ptp.c' (132,068) at 20241104090011579 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wlf,wm8524.yaml' (132,069) at 20240405153045173 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/dlfilters/dlfilter-test-api-v2.c' (132,070) at 20240405153232223 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/include/asm/arcregs.h' (132,071) at 20240405153229859 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/MAINTAINERS' (132,072) at 20210308005002916 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest4.decode' (132,073) at 20210308005046389 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3188.c' (132,074) at 20210308005003464 2025-03-14 03:00:54.136-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/tw686x-audio.c' (132,075) at 20240405153049381 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/sha1_ssse3_asm.S' (132,076) at 20240405153046365 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ingress.json' (132,077) at 20240405153054377 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/atm/protocols.h' (132,078) at 20210307214931870 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/assoc_array_priv.h' (132,079) at 20210307214931354 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dmx-remove-pid.rst' (132,080) at 20210309003648476 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-evm.dts' (132,081) at 20240405153045601 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1343.c' (132,082) at 20240405153051497 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky-altcfg.conf' (132,083) at 20240413080012683 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0012-implement-buffer-wrapping-interface-for-dispmanx.patch' (132,084) at 20230706080014765 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p.h' (132,085) at 20241211090212242 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-img.c' (132,086) at 20240405153230215 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_pcm.c' (132,087) at 20240405153053501 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/xdp_cpumap_attach.c' (132,088) at 20240405153054265 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/qlogic/qlge.rst' (132,089) at 20220525020651746 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9210-regulator.c' (132,090) at 20240405153051461 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sifive_uart.c' (132,091) at 20241211090212262 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/configure.ac' (132,092) at 20210308005057105 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/suricata.inc' (132,093) at 20220409030017491 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/net_utils.c' (132,094) at 20240405153053097 2025-03-14 03:00:54.137-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb' (132,095) at 20240413080012699 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ZoneCollection.json' (132,096) at 20240619080002956 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/profiler1.c' (132,097) at 20240405153054273 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/qcom_spmi-regulator.c' (132,098) at 20240405153051473 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/maccess.c' (132,099) at 20240405153053133 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/file.c' (132,100) at 20240405153049629 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/powerpc/util/kvm-stat.c' (132,101) at 20240405153054089 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_hsr.h' (132,102) at 20240405153052705 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/marvell/octeontx2/Makefile' (132,103) at 20240405153046961 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280-idp.dts' (132,104) at 20240405153229947 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c' (132,105) at 20210308005046513 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/kunit/assert.c' (132,106) at 20240405153053089 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/mac.h' (132,107) at 20240405153050649 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/rtas.h' (132,108) at 20221215040039374 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/test_sanity_ecmd.robot' (132,109) at 20210308005007120 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/Makefile' (132,110) at 20210308005003040 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/dbusdomain.py' (132,111) at 20230925080039845 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0003-configure-Further-defang-the-Werror-check.patch' (132,112) at 20241206090014254 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uts.h' (132,113) at 20210307214931534 2025-03-14 03:00:54.138-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2up.service' (132,114) at 20230920080013648 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/signal.h' (132,115) at 20220429100100618 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpi_video.c' (132,116) at 20240405153230167 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h' (132,117) at 20210307214927906 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/power.h' (132,118) at 20240405153050517 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/trace_recursion.h' (132,119) at 20240405153052809 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc' (132,120) at 20241221090017684 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/uncore-interconnect.json' (132,121) at 20240405153054125 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/silicon-errata.txt' (132,122) at 20240405153045285 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.h' (132,123) at 20240405153048737 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/digsig.h' (132,124) at 20210307214931374 2025-03-14 03:00:54.139-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/r0p7734.c' (132,125) at 20210308005003036 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/cfi.h' (132,126) at 20220627100017130 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c' (132,127) at 20210308005002852 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso32/vdso.lds.S' (132,128) at 20240405153045877 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/coda_fs_i.h' (132,129) at 20210307214931058 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d36.dtsi' (132,130) at 20240405153045469 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dockstar.h' (132,131) at 20210308005003592 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig' (132,132) at 20210308005003264 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/relocate.h' (132,133) at 20210308005003684 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/setup.h' (132,134) at 20240405153045625 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/kvm_ppc.h' (132,135) at 20240326080039686 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/lib/strscpy.sh' (132,136) at 20210307214932682 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0013-elflink.c-include-libgen.h-for-basename.patch' (132,137) at 20241221090017504 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_7.h' (132,138) at 20240405153047153 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/release-notes.rst' (132,139) at 20241221090017464 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/io-pgfault.c' (132,140) at 20240405153049185 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/irqflags.h' (132,141) at 20210307214925646 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/eth-ep93xx.h' (132,142) at 20210307214931474 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/pci.c' (132,143) at 20240405153229983 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-02' (132,144) at 20210908000010395 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/socionext,uniphier-mio-dmac.yaml' (132,145) at 20240405153045053 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_ctx.c' (132,146) at 20240405153054281 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/pvrusb2/pvrusb2-ioread.h' (132,147) at 20210307214928846 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/getroot.c' (132,148) at 20240405153052417 2025-03-14 03:00:54.140-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-cros-ec.c' (132,149) at 20240405153231371 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/Kconfig' (132,150) at 20210308005002940 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/agp/intel-agp.h' (132,151) at 20210307214926938 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/exynos/exynos7-espresso.dts' (132,152) at 20240405153045721 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/atm/speedtch.c' (132,153) at 20210307214930774 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/Makefile' (132,154) at 20210308005003168 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c' (132,155) at 20240405153230943 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.7.bb' (132,156) at 20241221090017528 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/dw_mmc-starfive.c' (132,157) at 20240405153049661 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/adv7842.h' (132,158) at 20210307214931542 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/usb-phy.h' (132,159) at 20210309003648720 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/sftp.py' (132,160) at 20230401080011951 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch' (132,161) at 20241221090017656 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/fsl_secure_boot.h' (132,162) at 20210308005002676 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/amt.sh' (132,163) at 20240613080016567 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/LICENSE' (132,164) at 20210308005048029 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/mctp/mctp.cfg' (132,165) at 20230614080013166 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/linux-aio.c' (132,166) at 20210308005046257 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv9a.inc' (132,167) at 20240106090017257 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/ab8500-ext.c' (132,168) at 20240405153051461 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-snps-pcie3.c' (132,169) at 20240503080014494 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/hva-mem.h' (132,170) at 20240405153049473 2025-03-14 03:00:54.141-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.h' (132,171) at 20240405153047245 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/m52790.h' (132,172) at 20210307214931542 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c' (132,173) at 20240405153230607 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HeaterMetrics_v1.xml' (132,174) at 20240619080002924 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.10.bb' (132,175) at 20241221090017692 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/input/kxtj9.h' (132,176) at 20210307214931406 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/vala.bbclass' (132,177) at 20220910030013389 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/fpga-mgr.c' (132,178) at 20240613080016387 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/trap.h' (132,179) at 20240405153050161 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/README.md' (132,180) at 20230629131804615 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/mdio-cavium.h' (132,181) at 20240405153050345 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/88pm860x_charger.c' (132,182) at 20240405153051425 2025-03-14 03:00:54.142-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/pci.c' (132,183) at 20240617080017398 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sprd/sprd-mcdt.c' (132,184) at 20240405153054009 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb' (132,185) at 20230609080014391 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-keystone/keystone.c' (132,186) at 20240405153229911 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/debug/dc21285.S' (132,187) at 20210309003648680 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-ursa.dts' (132,188) at 20240405153045501 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/cper_cxl.h' (132,189) at 20240405153047041 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_d.c' (132,190) at 20210308005046513 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/atomic.h' (132,191) at 20210308005002672 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/classes/poky-sanity.bbclass' (132,192) at 20241221090017604 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/generic/el.config' (132,193) at 20210307214926202 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm53573-ilp.c' (132,194) at 20241018080014478 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-subdev.rst' (132,195) at 20240405153229807 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/lib/csum_partial.S' (132,196) at 20240405153230015 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-imx8mp.c' (132,197) at 20240405153231543 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/gyro/adxrs290.c' (132,198) at 20220525020653099 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tca642x.h' (132,199) at 20210308005003688 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/adb-iop.c' (132,200) at 20210309003650252 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/baikal,bt1-ccu-div.yaml' (132,201) at 20210309003648328 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_policy.c' (132,202) at 20210307214932030 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/initramfs-debug-image.bb' (132,203) at 20230211040012635 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsidhcp.netdev' (132,204) at 20210929000024374 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/templates/default/local.conf.sample' (132,205) at 20241221090017564 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt6357.dtsi' (132,206) at 20241211090145373 2025-03-14 03:00:54.143-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/pinctrl/qcom,pmic-gpio.h' (132,207) at 20210307214931342 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-ssp-clk.c' (132,208) at 20240405153053957 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/Makefile' (132,209) at 20240405153053477 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/module_signature.h' (132,210) at 20210307214931450 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gnss/serial.h' (132,211) at 20210307214927186 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/arndale.c' (132,212) at 20240405153053985 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_fbdev_generic.c' (132,213) at 20240617080017386 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/gp107.c' (132,214) at 20240405153048645 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/vecemu.c' (132,215) at 20240405153046157 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/signature.h' (132,216) at 20210307214931586 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_fint.c' (132,217) at 20210307214926274 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst' (132,218) at 20240405153045233 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c' (132,219) at 20210307205554586 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlink/specs/rt_link.yaml' (132,220) at 20240405153229823 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mc44s803_priv.h' (132,221) at 20210307214928798 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dio_link_encoder.h' (132,222) at 20220525020652510 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/memory.json' (132,223) at 20240405153054137 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-firefly.dts' (132,224) at 20210308005002608 2025-03-14 03:00:54.144-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/tx.c' (132,225) at 20240405153231255 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88796.c' (132,226) at 20210308005003424 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.yaml' (132,227) at 20240405153045133 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7740-clock.h' (132,228) at 20210307214931330 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/emxx_udc/emxx_udc.c' (132,229) at 20240405153051809 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-priv.h' (132,230) at 20240906080037584 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/nommu.c' (132,231) at 20240405153052489 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_flags.c' (132,232) at 20221215040039302 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-alternate.err' (132,233) at 20210308005046409 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i2c/tda9950.c' (132,234) at 20240405153048429 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/stepwise.json' (132,235) at 20240912080005178 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/paca.c' (132,236) at 20240405153046145 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/xdp_sample.bpf.h' (132,237) at 20240405153053429 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c' (132,238) at 20240405153052209 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/.gitignore' (132,239) at 20210308005003772 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/copyleft_compliance.bbclass' (132,240) at 20220910030013389 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c' (132,241) at 20210307214926566 2025-03-14 03:00:54.145-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/README.txt' (132,242) at 20210308005004696 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_resource.h' (132,243) at 20230426080043784 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/sun3x/Makefile' (132,244) at 20210307214926174 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_utils.h' (132,245) at 20210307214929302 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/kprobes.h' (132,246) at 20240405153046285 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget0.dts' (132,247) at 20240405153045825 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenfs/xenfs.h' (132,248) at 20210307214930986 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/mt8516-clk.h' (132,249) at 20210307214931330 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-xmlpatch.bbclass' (132,250) at 20210307205554058 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mmp/clk-pll.c' (132,251) at 20210307214926994 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/s5c73m3/s5c73m3.h' (132,252) at 20240405153049337 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_fb.h' (132,253) at 20240405153048677 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7743-cpg-mssr.h' (132,254) at 20210307214931330 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-sld8.dtsi' (132,255) at 20210308005002632 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-input.c' (132,256) at 20230925080039989 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efs/Kconfig' (132,257) at 20240405153231655 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/Makefile' (132,258) at 20240405153050613 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/tegra-car-reset.c' (132,259) at 20210308005003480 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/subprojects/sdbusplus.wrap' (132,260) at 20220324030016375 2025-03-14 03:00:54.146-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/cyttsp4_core.h' (132,261) at 20220525020653187 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_device_routes/pxie-6738.c' (132,262) at 20220525020652358 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml' (132,263) at 20221207040023627 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/armada/armada_drv.c' (132,264) at 20240405153230519 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-n900.dts' (132,265) at 20240910080014014 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c' (132,266) at 20240405153048477 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Nurmijarvi' (132,267) at 20210307205553770 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c' (132,268) at 20240405153048633 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_init.c' (132,269) at 20240405153230403 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/pcs-6185.c' (132,270) at 20240405153230907 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/can/can-ml.h' (132,271) at 20210416100025518 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/88pm860x_onkey.c' (132,272) at 20240405153049141 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_pf_vsi_vlan_ops.h' (132,273) at 20240405153050009 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch' (132,274) at 20210307205554506 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-meson/platsmp.c' (132,275) at 20220804100015884 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tests/extent-buffer-tests.c' (132,276) at 20240405153231639 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dbobject.c' (132,277) at 20220525020652230 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/libtool2.patch' (132,278) at 20230706080014753 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml' (132,279) at 20240405153045065 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/aide/aide_0.18.8.bb' (132,280) at 20241221090017576 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/Makefile' (132,281) at 20240405153046089 2025-03-14 03:00:54.147-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-v4l2.c' (132,282) at 20240405153231475 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/gsc-regs.h' (132,283) at 20240405153049457 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/transaction.json' (132,284) at 20240906080037432 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiostat/lmp91000.c' (132,285) at 20240405153049009 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/skeletonfb.c' (132,286) at 20240405153231591 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/static_call.h' (132,287) at 20241220090018306 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/clock.h' (132,288) at 20210308005002640 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-test.out' (132,289) at 20210927100127505 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/max9611.c' (132,290) at 20240405153048957 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hif_api_cmd.h' (132,291) at 20240405153050701 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/g98.c' (132,292) at 20240405153048649 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc.h' (132,293) at 20241023080012883 2025-03-14 03:00:54.148-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/mcg.c' (132,294) at 20220525020653147 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/dimm_spd.c' (132,295) at 20210308004938820 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_userptr.h' (132,296) at 20240405153048477 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/rcu/Kconfig.debug' (132,297) at 20240405153053029 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/Makefile' (132,298) at 20210307214932746 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/tegra/ivc.h' (132,299) at 20240405153052885 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/experiments/drive.cpp' (132,300) at 20221111040035058 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mxs/Kconfig' (132,301) at 20210308005002728 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryDomain.v1_5_1.json' (132,302) at 20240619080002948 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6358.h' (132,303) at 20210308005003588 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/mm/kasan/Makefile' (132,304) at 20240405153046185 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/lan966x-kontron-kswitch-d10-mmt-8g.dts' (132,305) at 20240405153045469 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_transport_sas.c' (132,306) at 20240624080012800 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/Kconfig' (132,307) at 20210308005003456 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/st/cw1200/queue.h' (132,308) at 20210307214929962 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/m68k_irqc.c' (132,309) at 20241211090212286 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/compiler.h' (132,310) at 20240906080037344 2025-03-14 03:00:54.149-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.2.bb' (132,311) at 20230813080012840 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caampkc.c' (132,312) at 20241211090145401 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/Kconfig' (132,313) at 20210307214929966 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/Kconfig' (132,314) at 20220525020653787 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/uniphier-mdmac.c' (132,315) at 20210307214927146 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/Makefile' (132,316) at 20240405153051297 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-type.err' (132,317) at 20220429100100882 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/da7213.c' (132,318) at 20240405153053581 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-mmio.h' (132,319) at 20230426080043768 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/parallelism.patch' (132,320) at 20210729000029100 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-bcm/board_bcm2835.c' (132,321) at 20210307214925870 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/bcm/clk-bcm63268-timer.c' (132,322) at 20240405153046773 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sc8280xp-pas.yaml' (132,323) at 20240405153229791 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c' (132,324) at 20240429080012428 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-altera.txt' (132,325) at 20210307214925322 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/nspire-keypad.c' (132,326) at 20240405153230727 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/msvld/priv.h' (132,327) at 20220525020652959 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,iproc-mhb.txt' (132,328) at 20210307214925358 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/vblock.py' (132,329) at 20210308005003748 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt' (132,330) at 20210307214925434 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/txx9/generic/smsc_fdc37m81x.c' (132,331) at 20210307214926298 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/nomadik-ske-keypad.c' (132,332) at 20240405153230727 2025-03-14 03:00:54.150-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/sun3_pgalloc.h' (132,333) at 20240405153230007 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_signal.h' (132,334) at 20220429100100642 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/termios.h' (132,335) at 20210916100017963 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h' (132,336) at 20240411080014098 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__basic_sender.hpp' (132,337) at 20241219090033964 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw686x/tw686x.h' (132,338) at 20220525020653279 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv40.h' (132,339) at 20220525020652959 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/0001-arm-trusted-firmware-m-disable-address-warnings-into.patch' (132,340) at 20241206090014210 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/machine/evb-npcm845.conf' (132,341) at 20240628080015597 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hppa/stby.c' (132,342) at 20220429100100942 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/move-log-file-to-proper-dir.patch' (132,343) at 20231011080016574 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/main.cpp' (132,344) at 20220108040030440 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fman/fman_sp.c' (132,345) at 20240405153049925 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/shrinker.h' (132,346) at 20240405153052793 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/access_control/test_obmc_gui_certificate.robot' (132,347) at 20210308005007104 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/271.out' (132,348) at 20240326080039734 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/querycap.rst' (132,349) at 20210309003648500 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/elf.h' (132,350) at 20210307214926178 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb' (132,351) at 20220402030016023 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/x86/include/asm/inat.h' (132,352) at 20220525020655107 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mii_timestamper.h' (132,353) at 20210307214931442 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/motorola/phy-mapphone-mdm6600.c' (132,354) at 20240405153051289 2025-03-14 03:00:54.151-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/process.cpp' (132,355) at 20230511080029875 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/string.c' (132,356) at 20240613080016563 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/dma-iommu.c' (132,357) at 20240910080014050 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml' (132,358) at 20240405153045109 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/signalfd.h' (132,359) at 20210307214931506 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/optrom.h' (132,360) at 20210308005046177 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb' (132,361) at 20231126090012801 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/README.md' (132,362) at 20240807080021830 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/Kconfig' (132,363) at 20210308005003036 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/bss_data' (132,364) at 20210308005003752 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/gov_step_wise.c' (132,365) at 20240405153231495 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-dict.err' (132,366) at 20230925080040089 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/early_printk.c' (132,367) at 20210307214926186 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c' (132,368) at 20210308005002792 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_HMARK.h' (132,369) at 20210307214931646 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/axis/Makefile' (132,370) at 20210307214926962 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter_arp/arp_tables.h' (132,371) at 20240405153052929 2025-03-14 03:00:54.152-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/sound/cs42l42.h' (132,372) at 20210307214931350 2025-03-14 03:00:54.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/crm_regs.h' (132,373) at 20210308005002652 2025-03-14 03:00:54.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/CMakeLists.txt' (132,374) at 20230706080040081 2025-03-14 03:00:54.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/topology.c' (132,375) at 20240405153046317 2025-03-14 03:00:54.153-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/table.c' (132,376) at 20240405153051881 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h' (132,377) at 20240405153050101 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h' (132,378) at 20241111090012129 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_microblaze.c' (132,379) at 20210308005003496 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/ppc-softmmu/default.mak' (132,380) at 20240906080037160 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/include/asm/pgtable-bits.h' (132,381) at 20240405153046057 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi' (132,382) at 20240405153046093 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/.gitignore' (132,383) at 20240405153045009 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/auth_unix.c' (132,384) at 20240405153053385 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff-proc.c' (132,385) at 20210307214932210 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/exynos4210_pwm.c' (132,386) at 20241211090212342 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_pch_refclk.h' (132,387) at 20240405153048457 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/checkstop-monitor.bbappend' (132,388) at 20210812000025166 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-dmamap.h' (132,389) at 20210307214930582 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/brcm,misc.yaml' (132,390) at 20240405153045105 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-zoned.h' (132,391) at 20240405153049253 2025-03-14 03:00:54.154-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/axis-fifo/Kconfig' (132,392) at 20210307214930478 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/radeon.h' (132,393) at 20240405153052953 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c' (132,394) at 20240405153049945 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/arm.config' (132,395) at 20240405153230527 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/syscalls/syscall.tbl' (132,396) at 20240710080014577 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/channel-posix.c' (132,397) at 20240326080039622 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/i6300esb.c' (132,398) at 20210307214930966 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst' (132,399) at 20240405153045237 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-avermedia.c' (132,400) at 20210307214928778 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/Kconfig' (132,401) at 20210308005002956 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/lockd/svcxdr.h' (132,402) at 20220525020654435 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_tc.c' (132,403) at 20240405153050173 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/cryptsetupInterface.hpp' (132,404) at 20240817080005771 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sparc/include/asm/barrier.h' (132,405) at 20210307214932458 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Emmaboda_Balshult' (132,406) at 20210307205553778 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi' (132,407) at 20240405153229931 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/systemd/system/debug-trigger@.service' (132,408) at 20220121040006587 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4412-odroid.dts' (132,409) at 20210308005002576 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/console_normal.c' (132,410) at 20210308005003524 2025-03-14 03:00:54.155-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_xsk.sh' (132,411) at 20240405153232263 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/wm8505fb.c' (132,412) at 20240405153231595 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/random.c' (132,413) at 20240405153046341 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ManishSingh' (132,414) at 20210307205553866 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mtk_eth.h' (132,415) at 20210308005003436 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/mpu401.h' (132,416) at 20210307214931598 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuarmv5.conf' (132,417) at 20231126090012841 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ptp/ptp-qoriq.txt' (132,418) at 20210309003648384 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/kunit_kernel.py' (132,419) at 20240405153232247 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/pkcs7_parser.h' (132,420) at 20220525020652214 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vsi_vlan_ops.c' (132,421) at 20240405153050017 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/syscall_nr.h' (132,422) at 20210308005046097 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/vdso/processor.h' (132,423) at 20210309003648960 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/syscallhdr.sh' (132,424) at 20241211090212378 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am571x-idk-touchscreen.dtso' (132,425) at 20240405153045597 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/parser.py' (132,426) at 20240906080037444 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/dso-data.c' (132,427) at 20240405153054165 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bcm2835.c' (132,428) at 20210308005003524 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/DRBD-data-packets.svg' (132,429) at 20210307214925218 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/Makefile' (132,430) at 20210308005002880 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera_%.bbappend' (132,431) at 20230813080012860 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/ydirectenv.h' (132,432) at 20210308005003556 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/jz4780-cgu.h' (132,433) at 20210308005003632 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_signal.h' (132,434) at 20220429100100634 2025-03-14 03:00:54.156-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch' (132,435) at 20240413080012659 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch' (132,436) at 20241221090017664 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/card.c' (132,437) at 20240405153051953 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/thread_info.h' (132,438) at 20240405153046281 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/word-at-a-time.h' (132,439) at 20240405153046133 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/Makefile' (132,440) at 20240405153048737 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/page_owner.h' (132,441) at 20240405153052757 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Hobart' (132,442) at 20210307205553762 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/nzxt-smart2.rst' (132,443) at 20240405153045217 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/README' (132,444) at 20241221090017592 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst' (132,445) at 20240405153229839 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/amt.h' (132,446) at 20240405153052833 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_translate_dce60.h' (132,447) at 20210309003649492 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/expat/expat_2.6.4.bb' (132,448) at 20241221090017636 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/booting.txt' (132,449) at 20240405153045285 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/Kconfig' (132,450) at 20210307214926846 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/hauppauge2.rc5' (132,451) at 20210307205553754 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c' (132,452) at 20210308005002984 2025-03-14 03:00:54.157-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/branch.json' (132,453) at 20210309003655932 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/rkl-metrics.json' (132,454) at 20240405153232231 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-streamon.rst' (132,455) at 20240405153045325 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/sol_cmds.hpp' (132,456) at 20231024080029049 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css.h' (132,457) at 20240405153051857 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/stream_sched.c' (132,458) at 20240405153053377 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c' (132,459) at 20240624080012780 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/btf__core_reloc_type_based___all_missing.c' (132,460) at 20210309003655984 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/LICENSES/deprecated/GFDL-1.2' (132,461) at 20210309003648516 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/ecc.h' (132,462) at 20210307214926578 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/npcm7xx_timer.c' (132,463) at 20240906080037304 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/testclearbit.S' (132,464) at 20240405153045633 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifs_unicode.h' (132,465) at 20240405153231731 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sunplus-mmc.c' (132,466) at 20240405153230863 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_emac.dtsi' (132,467) at 20210308005002612 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/extcon-intel-cht-wc.c' (132,468) at 20240405153047025 2025-03-14 03:00:54.158-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tee/optee.h' (132,469) at 20210308005003688 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb' (132,470) at 20210812000025194 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/sock_example.c' (132,471) at 20240405153053421 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/pcm512x.c' (132,472) at 20240405153053677 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi' (132,473) at 20240405153045805 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AggregationSourceCollection_v1.xml' (132,474) at 20240619080002920 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-rutabaga.c' (132,475) at 20240906080037220 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/accel/qaic/aic100.rst' (132,476) at 20240405153044937 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/um/stub_segv.c' (132,477) at 20240405153046493 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/argument.cpp' (132,478) at 20210308005109241 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml' (132,479) at 20240405153045109 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/daqboard2000.c' (132,480) at 20240405153046893 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_karma.h' (132,481) at 20210307214930878 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/OWNERS' (132,482) at 20220723030030441 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-3.0-IGO' (132,483) at 20211006000025230 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test1_%.bbappend' (132,484) at 20241206090014214 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gnarp' (132,485) at 20210307205553782 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/digsig_asymmetric.c' (132,486) at 20220525020654951 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/cyclon2.c' (132,487) at 20210308005003372 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MediaControllerCollection_v1.xml' (132,488) at 20240619080002928 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/tools/syscall.tbl' (132,489) at 20240405153229915 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/deviation.md' (132,490) at 20240807080019546 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/legacy.c' (132,491) at 20240405153051249 2025-03-14 03:00:54.159-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-merchantability-variant' (132,492) at 20241221090017616 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/brocade/bna/bfi_reg.h' (132,493) at 20210307214929342 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/boards/max98927.c' (132,494) at 20240405153053941 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/humidity/Makefile' (132,495) at 20210309003650028 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/iommufd.h' (132,496) at 20241211090212374 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/futex/run.sh' (132,497) at 20210307214932674 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-worker' (132,498) at 20241221090017584 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/tag_8021q.h' (132,499) at 20240405153053233 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/mux.h' (132,500) at 20240405153045661 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/cq.c' (132,501) at 20240405153050097 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-twr.dts' (132,502) at 20240405153229891 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/xattr.c' (132,503) at 20240405153052269 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/sysrq.rst' (132,504) at 20240405153044965 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch' (132,505) at 20210307205553738 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/interface/ia_css_frame.h' (132,506) at 20240405153051841 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/LICENSE' (132,507) at 20231224090010777 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm87xx.c' (132,508) at 20240405153050353 2025-03-14 03:00:54.160-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/ftrace-uses.rst' (132,509) at 20220525020651762 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/tvp5150.c' (132,510) at 20240405153049341 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.h' (132,511) at 20240405153047209 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bit_action.cpp' (132,512) at 20210308005405934 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/virtio_console.c' (132,513) at 20241018080014478 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JsonSchemaFileCollection_v1.xml' (132,514) at 20240619080002924 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_2.2.bb' (132,515) at 20241221090017540 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/bt8xx/Makefile' (132,516) at 20210307214928678 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/psparse.c' (132,517) at 20240405153046625 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/Makefile' (132,518) at 20240405153049689 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/devices/index.rst' (132,519) at 20210307214925626 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kangasniemi_Turkinmaki' (132,520) at 20210307205553770 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey_8.0.1.bb' (132,521) at 20241221090017524 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-macl.c' (132,522) at 20240906080037580 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/android-tools-adbd.service' (132,523) at 20241221090017504 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb' (132,524) at 20241221090017556 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi' (132,525) at 20240405153045753 2025-03-14 03:00:54.161-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ExpressAM1-40.0E' (132,526) at 20210307205553762 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/reg.c' (132,527) at 20240405153053409 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.h' (132,528) at 20210307214929946 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/tzpc.h' (132,529) at 20210308005002724 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_encoder.h' (132,530) at 20210307214927978 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/Makefile' (132,531) at 20240405153050533 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/csiostor/csio_defs.h' (132,532) at 20240405153231391 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/imc-pmu.c' (132,533) at 20240405153230047 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu.h' (132,534) at 20241211090212518 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-bios-key/google-bios-key/platforms_bringup.pem' (132,535) at 20210930100034490 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_d.c' (132,536) at 20210308005046521 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/LICENSE' (132,537) at 20210308005131905 2025-03-14 03:00:54.162-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm7346.dtsi' (132,538) at 20210307214926190 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/trackpoint.h' (132,539) at 20210307214928494 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.init' (132,540) at 20210307205554034 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/MAINTAINERS' (132,541) at 20210308005003048 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/disassemle-aml.sh' (132,542) at 20241121090029296 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch' (132,543) at 20241221090017680 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/gameport/emu10k1-gp.c' (132,544) at 20240405153049125 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_rules.cpp' (132,545) at 20230512080037097 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb' (132,546) at 20241221090017488 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu.h' (132,547) at 20240906080037472 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/sockbits.h' (132,548) at 20210308005046081 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/auth.h' (132,549) at 20240405153052529 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-proc-control-systemd-links.bb' (132,550) at 20230808080019600 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (132,551) at 20210307205554222 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/deb_defs.h' (132,552) at 20210309003651776 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c' (132,553) at 20240405153230379 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/mpih-mul.c' (132,554) at 20240405153231947 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov772x.c' (132,555) at 20240405153049333 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/smc37c669-superio.c' (132,556) at 20240906080037244 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_wq.c' (132,557) at 20220525020653123 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/webui/webui-vue_%.bbappend' (132,558) at 20210910000023055 2025-03-14 03:00:54.163-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0001-support-usrmerge.patch' (132,559) at 20210307205553738 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/adau1761-i2c.c' (132,560) at 20240405153053561 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/omap4iss/iss_video.c' (132,561) at 20240405153051861 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-graph-default-aarch64' (132,562) at 20240405153054161 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/smdk_wm8994.c' (132,563) at 20220627100017210 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vindelgransele' (132,564) at 20210307205553794 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/write_flush_v2.c' (132,565) at 20210308005108645 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/lib/hweight.S' (132,566) at 20220525020652186 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/pm6764tr.rst' (132,567) at 20220525020651738 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1021aqds.h' (132,568) at 20210308005003600 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/vec/is_zero.rs' (132,569) at 20240405153053417 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_syscall.h' (132,570) at 20210308005046097 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64_kexec-image-header.h-add-missing-le64toh.patch' (132,571) at 20210307205553750 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/copy.S' (132,572) at 20210307214926638 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/iio/adc/ad_sigma_delta.h' (132,573) at 20240405153231815 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/pgtable.h' (132,574) at 20240405153230147 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn302/dcn302_fpu.h' (132,575) at 20240405153047273 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/yank.json' (132,576) at 20240906080037436 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mm/sys/ddrc.json' (132,577) at 20220525020655143 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-branch-filter-any' (132,578) at 20210307214932570 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DOC' (132,579) at 20211006000025234 2025-03-14 03:00:54.164-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/MAINTAINERS' (132,580) at 20210308005003044 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pppcielanes.h' (132,581) at 20210309003649648 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/geekbox_defconfig' (132,582) at 20210308005003260 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeDevice_v1.xml' (132,583) at 20240918080002712 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-flash-led-class.c' (132,584) at 20240405153049581 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/crypto/crypto.c' (132,585) at 20240405153052317 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/proc-xsc3.S' (132,586) at 20210307214925974 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/TODO' (132,587) at 20210307214930582 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/ioport.c' (132,588) at 20220525020652126 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/mm/extable.c' (132,589) at 20210307214926134 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-ula.sh' (132,590) at 20240913080015313 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/mr.c' (132,591) at 20221102030020797 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig' (132,592) at 20210308005003280 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib.c' (132,593) at 20210308005003696 2025-03-14 03:00:54.165-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/subscr.h' (132,594) at 20220525020654919 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/lontium-lt9611uxc.c' (132,595) at 20240613080016399 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/intel_pconfig.c' (132,596) at 20210307214926690 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_register.h' (132,597) at 20210309003650672 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz9477.h' (132,598) at 20240405153230903 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/wsgi/__init__.py' (132,599) at 20210308005048033 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/Kconfig' (132,600) at 20240405153049489 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend' (132,601) at 20210823100016972 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul-common.dtsi' (132,602) at 20240405153045525 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/console.c' (132,603) at 20210308005003224 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-b105v2.dts' (132,604) at 20240405153229883 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/host-poweroff@.service' (132,605) at 20240316080012480 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-da850-pupd.c' (132,606) at 20240405153051329 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/dma-isa.c' (132,607) at 20240405153045645 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/timer.h' (132,608) at 20210308005002780 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/renesas_usbhs/Makefile' (132,609) at 20210307214930858 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (132,610) at 20240120090012778 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch' (132,611) at 20241221090017680 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/colo-stubs.c' (132,612) at 20240906080037368 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-at91/Makefile' (132,613) at 20240405153045633 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/host1x/hw/debug_hw_1x06.c' (132,614) at 20220525020653035 2025-03-14 03:00:54.166-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_symlink_remote.c' (132,615) at 20241220090018326 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_1_regs.h' (132,616) at 20240405153046577 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/event.hpp' (132,617) at 20230407080041895 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/asm/kgdb.h' (132,618) at 20240405153046069 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/def.h' (132,619) at 20210307214929934 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/microchip/wilc1000/wlan_cfg.c' (132,620) at 20240405153050613 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/intel/pasid.c' (132,621) at 20240405153230743 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/suspend_entry.S' (132,622) at 20240405153230071 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/i915_gem_object.c' (132,623) at 20240405153048481 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32h743.c' (132,624) at 20210307214930122 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0002-Do-not-install-tools-a-CMake-targets.patch' (132,625) at 20240127090011884 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/conf_example_x86.yml' (132,626) at 20210308005046541 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.yaml' (132,627) at 20240405153045045 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hif.h' (132,628) at 20240805080013983 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/allwinner,sun4i-a10-ahci.yaml' (132,629) at 20240405153045021 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/capabilities/test_execve.c' (132,630) at 20210307214932662 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/asymmetric_type.c' (132,631) at 20241008080013903 2025-03-14 03:00:54.167-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/dump.c' (132,632) at 20240906080037180 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/arch/openrisc/index.rst' (132,633) at 20240405153045285 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/mt8192/mt8192-dai-tdm.c' (132,634) at 20240613080016551 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/no-HOME-includes.patch' (132,635) at 20230317080013785 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/srm_puts.c' (132,636) at 20210307214925662 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7572.patch' (132,637) at 20210307205553942 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/regulatory.h' (132,638) at 20240405153052865 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml' (132,639) at 20240405153229775 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/vx222/vx222.h' (132,640) at 20210307214932278 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/input/gamepad.rst' (132,641) at 20240405153045225 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/data-fabric.json' (132,642) at 20220525020655147 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/pvclock.c' (132,643) at 20240405153046437 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-class-rtrs-client' (132,644) at 20240405153044917 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-1.yaml' (132,645) at 20240504080013861 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/cache.c' (132,646) at 20210308005002556 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-fit.c' (132,647) at 20230720080043539 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/nrf51_gpio.h' (132,648) at 20240326080039534 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/richtek,rt8515.yaml' (132,649) at 20220525020651686 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/fireface/ff.h' (132,650) at 20240405153053501 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EPL-2.0' (132,651) at 20210307205554422 2025-03-14 03:00:54.168-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a779a0-falcon-ethernet.dtsi' (132,652) at 20220525020651934 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/common-offsets.h' (132,653) at 20240405153046345 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-vma.c' (132,654) at 20230426080043952 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pci-test.c' (132,655) at 20221215040039378 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/entry/Makefile' (132,656) at 20220525020654699 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi' (132,657) at 20210307214926350 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/stm32_timer.c' (132,658) at 20210308005003500 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/longrun.c' (132,659) at 20210307214927058 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/expected_config' (132,660) at 20210308005003736 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/mman.h' (132,661) at 20240405153046073 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/clocksource.h' (132,662) at 20210307214926490 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tipd/trace.c' (132,663) at 20220525020654299 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/pinmux.c' (132,664) at 20210308005002860 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ul-pico-dwarf.dts' (132,665) at 20240405153229887 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/video/rk3288.h' (132,666) at 20210308005003644 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ralink/Makefile' (132,667) at 20210307214926290 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/secomx6quq7_defconfig' (132,668) at 20210308005003280 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/xusb.c' (132,669) at 20240405153231315 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h' (132,670) at 20240405153048637 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c' (132,671) at 20210308005003472 2025-03-14 03:00:54.169-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/pathgentest.cpp' (132,672) at 20220708100018559 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/msi2500/msi2500.c' (132,673) at 20240405153049569 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/Makefile' (132,674) at 20210308005002956 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/cmpxchg_32.h' (132,675) at 20240405153046317 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_json.c' (132,676) at 20241010080036049 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-viv-fb-Make-sure-config.h-is-included.patch' (132,677) at 20241221090017692 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/sections.h' (132,678) at 20210308005002544 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-classpath-exception' (132,679) at 20210307205554422 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/dsi_phy.h' (132,680) at 20240405153048601 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/cros_ec_lpc.c' (132,681) at 20240405153231339 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_resource.h' (132,682) at 20220429100100642 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/setget_sockopt.c' (132,683) at 20240405153054261 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5.h' (132,684) at 20241211090212546 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-pxav2.c' (132,685) at 20240405153230859 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/ptdump_debugfs.c' (132,686) at 20220525020651966 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-eventservice.md' (132,687) at 20221209040006395 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a23.c' (132,688) at 20210308005003352 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_vpd.cpp' (132,689) at 20240903080027143 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/fmpyfadd.c' (132,690) at 20210307214926334 2025-03-14 03:00:54.170-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/zorro_esp.c' (132,691) at 20240405153051749 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/gw.c' (132,692) at 20240405153053201 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.server.cpp.mako' (132,693) at 20241002080038083 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pcmcia/pdaudiocf/pdaudiocf.c' (132,694) at 20220525020655015 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/auxdisplay/cfag12864b.rst' (132,695) at 20220525020651638 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ras/test_sanity.robot' (132,696) at 20210308005007120 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/iterators/use_after_iter.cocci' (132,697) at 20240405153053441 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/Kconfig' (132,698) at 20210308005002900 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/Makefile' (132,699) at 20210308005003016 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-smartcard-reader.c' (132,700) at 20240906080037308 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/omap/ctrl.txt' (132,701) at 20240405153229755 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/mte/mte_def.h' (132,702) at 20210309003655972 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/pvh_main.c' (132,703) at 20210308005046177 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/s2io.rst' (132,704) at 20210309003648448 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/s390/common_io.rst' (132,705) at 20240405153229743 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra124-nyan.dtsi' (132,706) at 20240405153229879 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-dev.c' (132,707) at 20240617080017394 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-jack.c' (132,708) at 20240405153232195 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-sec5.0-0.dtsi' (132,709) at 20210307214926354 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/ptrace.h' (132,710) at 20210307214926322 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcfqspi.h' (132,711) at 20210307214926162 2025-03-14 03:00:54.171-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/subprojects/nlohmann_json.wrap' (132,712) at 20231208090007028 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/caam/caamhash.c' (132,713) at 20241008080013915 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gvt/mmio_context.h' (132,714) at 20240405153048517 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/compressed/ll_char_wr.S' (132,715) at 20210307214925678 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath5k/reset.c' (132,716) at 20210309003651552 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/transaction.c' (132,717) at 20240805080014019 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-emlid-neutis-n5h3-devboard.dts' (132,718) at 20240405153045389 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/elo3-dma-0.dtsi' (132,719) at 20210307214926342 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' (132,720) at 20241130090026406 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/xor_altivec.h' (132,721) at 20240405153046133 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/bin/task-analyzer-record' (132,722) at 20240405153054157 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi.conf' (132,723) at 20221003030013293 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/bin_package.bbclass' (132,724) at 20231126090012833 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/aty/radeon_base.c' (132,725) at 20240405153231579 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/mcp251xfd/mcp251xfd-ram.h' (132,726) at 20240405153049737 2025-03-14 03:00:54.172-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/linuxboot.rst' (132,727) at 20230925080039849 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/tas2781_hda_i2c.c' (132,728) at 20241008080014047 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow/30-0-liberation-sans-narrow.conf' (132,729) at 20210307205553950 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/alu.idef' (132,730) at 20240326080039658 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/syscalls' (132,731) at 20210307214925186 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-flash-bios' (132,732) at 20221210040020210 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/run-ptest' (132,733) at 20231011080016606 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (132,734) at 20241206090014234 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-pico.dtsi' (132,735) at 20240405153229891 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/b53/b53_common.c' (132,736) at 20241018080014490 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/mv64361.c' (132,737) at 20241211090212314 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-sh03/rtc.c' (132,738) at 20220525020652114 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/Kconfig' (132,739) at 20240405153231383 2025-03-14 03:00:54.173-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/twl6030.dtsi' (132,740) at 20240405153045609 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp_csi2_bridge.c' (132,741) at 20240405153231471 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_spi_rcw.cfg' (132,742) at 20210308005002996 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/ufs/unipro.h' (132,743) at 20240405153231883 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/swsusp_64.c' (132,744) at 20240405153046153 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/module/kallsyms.c' (132,745) at 20240405153053021 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/amd/pci-vangogh.c' (132,746) at 20240805080014067 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_common.h' (132,747) at 20210309003650612 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-client-ipc-msg-injector.c' (132,748) at 20240405153054005 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/sys_parisc.c' (132,749) at 20240405153230023 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/tc_police_scale.sh' (132,750) at 20210309003655996 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/arm/corstone1000-fvp.dts' (132,751) at 20240405153229919 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/math/reciprocal_div.c' (132,752) at 20220525020654751 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/input/cros-ec-keyb.txt' (132,753) at 20210308005003304 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/davicom.c' (132,754) at 20210308005003440 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpi6000.c' (132,755) at 20240405153053513 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot.h' (132,756) at 20240405153231035 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/slaves/w1_ds2433.c' (132,757) at 20240405153052233 2025-03-14 03:00:54.174-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/cereal.wrap' (132,758) at 20230721080022734 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64-dm-verify.yml' (132,759) at 20210307205554110 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/asm_pointer_auth.h' (132,760) at 20240405153045853 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/as102/as10x_cmd.h' (132,761) at 20210307214928806 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts' (132,762) at 20240405153045817 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/Documentation/sysfs-bus-iio-adc-ad7280a' (132,763) at 20210307214930518 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,adc161s626.yaml' (132,764) at 20240405153045073 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/pci.c' (132,765) at 20210308005002916 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tir.c' (132,766) at 20241011080017327 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm-parsec.yml' (132,767) at 20210420000021570 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/syscallhdr.sh' (132,768) at 20241211090212386 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi' (132,769) at 20210307214926350 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf_2.1.bb' (132,770) at 20230813080012852 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.h' (132,771) at 20210307214927250 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/basics.rst' (132,772) at 20240405153229803 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accessibility/speakup/Kconfig' (132,773) at 20240405153046609 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/polynom_Xsig.S' (132,774) at 20220525020652186 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/dwarf-aux.c' (132,775) at 20240405153054189 2025-03-14 03:00:54.175-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/feat.c' (132,776) at 20241216090017789 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/rz-mtu3.c' (132,777) at 20240405153230839 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fs/fs.h' (132,778) at 20210307214932486 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm11130_nand/MAINTAINERS' (132,779) at 20210308005002924 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/tlb.rst' (132,780) at 20240405153044989 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb' (132,781) at 20241206090014274 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/timex.h' (132,782) at 20220627100016926 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_sysfs.c' (132,783) at 20241211090145549 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/qcom/sdx65.h' (132,784) at 20240405153049169 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/host_then_chassis_poweroff.hpp' (132,785) at 20241209090018856 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb' (132,786) at 20230919080013954 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/parse-no-sample-id-all.c' (132,787) at 20240405153054169 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/Makefile' (132,788) at 20240405153051661 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/presence_detection.md' (132,789) at 20240809080033023 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/ccree/cc_buffer_mgr.h' (132,790) at 20210307214927086 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/qbman/qman_portal.c' (132,791) at 20240405153051757 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_ethtool.c' (132,792) at 20240405153050321 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_ts.c' (132,793) at 20210309003650376 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/msp3400-driver.h' (132,794) at 20210307214928658 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/cavium-thunder2.txt' (132,795) at 20210307214925274 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/dbus/xyz.openbmc_project.ObjectMapper.conf' (132,796) at 20230215040032675 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-app.c' (132,797) at 20240326080039750 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-v3-sl631-imx179.dts' (132,798) at 20240405153045393 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pcmcia/qlogic_stub.c' (132,799) at 20240405153051685 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Lucida-Bitmap-Fonts' (132,800) at 20241221090017616 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/iscsi/iscsi_target_erl0.h' (132,801) at 20240405153051961 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/acpica/dsmthdat.c' (132,802) at 20210307214926830 2025-03-14 03:00:54.176-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_verif_scale3.c' (132,803) at 20240405153054281 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icssg_switch_map.h' (132,804) at 20240405153231063 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt2701-afe-pcm.txt' (132,805) at 20240405153229799 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a23.h' (132,806) at 20210308005002668 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/Makefile' (132,807) at 20210308005002836 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/nlohmann_json.wrap' (132,808) at 20231208090023476 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh4.h' (132,809) at 20210308005002848 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat3A_C-93.5E' (132,810) at 20210307205553762 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1022rdk.dts' (132,811) at 20240405153230027 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_lookup_found.cpp' (132,812) at 20210308005108645 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/pfsm/.gitignore' (132,813) at 20240405153053429 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/tailcall2.c' (132,814) at 20240405153054273 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/numa_internal.h' (132,815) at 20210307214926738 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ieee802154/header_ops.c' (132,816) at 20240405153053241 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/scatter_gather.c' (132,817) at 20230426080043952 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sh73a0-clock.h' (132,818) at 20210307214931334 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/ocelot/felix.h' (132,819) at 20240405153049757 2025-03-14 03:00:54.177-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/trace.h' (132,820) at 20210308005045877 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/css.c' (132,821) at 20240906080037288 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/virt/kvm/vfio.h' (132,822) at 20210307214932746 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/075.out' (132,823) at 20210308005046441 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch' (132,824) at 20230609080014391 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_reset.c' (132,825) at 20240405153048549 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/Makefile' (132,826) at 20210308005002984 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-ariag25.dts' (132,827) at 20240405153045461 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.c' (132,828) at 20210307214927294 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_evm_defconfig' (132,829) at 20210308005003244 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-core/dvbdev.c' (132,830) at 20241125090012247 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/spiterrs.S' (132,831) at 20210307214926602 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb' (132,832) at 20241206090014314 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/nat6to4.c' (132,833) at 20240405153054349 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/textsearch.h' (132,834) at 20220525020654623 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst' (132,835) at 20220525020651782 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/average.hpp' (132,836) at 20220727030028317 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-s3c/wakeup-mask.c' (132,837) at 20210309003648720 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/docs/snmp-configuration.md' (132,838) at 20230625080034211 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/cypress-sf.yaml' (132,839) at 20240405153045077 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max31730.c' (132,840) at 20240405153230663 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PortCollection.json' (132,841) at 20240619080002952 2025-03-14 03:00:54.178-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/smp_twd.h' (132,842) at 20210307214925854 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/at86rf230.c' (132,843) at 20240405153050337 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-core.h' (132,844) at 20241211090212362 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/pgtable-2level.h' (132,845) at 20240405153045625 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/map_queue_stack.rst' (132,846) at 20240405153044997 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/microread/Makefile' (132,847) at 20210307214929978 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/kasan_init.c' (132,848) at 20240405153045697 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/input_selector_defs.h' (132,849) at 20210307214930550 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (132,850) at 20231214090023737 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h' (132,851) at 20220525020653587 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/tlb.c' (132,852) at 20210308005002988 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/Kconfig' (132,853) at 20210307214929658 2025-03-14 03:00:54.179-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/dmtimer-omap.h' (132,854) at 20210307214931474 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-data-defs.h' (132,855) at 20220525020653251 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mthca/mthca_doorbell.h' (132,856) at 20210307214928430 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/fw.h' (132,857) at 20210307214929562 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adxl355.yaml' (132,858) at 20240405153045065 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/svghelper.h' (132,859) at 20210307214932606 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Manserud' (132,860) at 20210307205553786 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nas220_defconfig' (132,861) at 20210308005003272 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/in.h' (132,862) at 20210307214931402 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb' (132,863) at 20241221090017548 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-a10-codec.c' (132,864) at 20210307214927030 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-vaasa-oncable' (132,865) at 20210307205553758 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/maxim,max11100.yaml' (132,866) at 20240405153045069 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/amphion/vpu_imx8q.c' (132,867) at 20240405153049397 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/caif/caif_dev.c' (132,868) at 20240405153053197 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cx22702.h' (132,869) at 20210307214928610 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/platform_oem_ibm.hpp' (132,870) at 20231019080039959 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-ip28/cpu-feature-overrides.h' (132,871) at 20210309003648832 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/benchs/bench_strncmp.c' (132,872) at 20240405153054241 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-sun4v.c' (132,873) at 20220525020653955 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6338.dtsi' (132,874) at 20210308005002812 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-driver-pciback' (132,875) at 20210309003648260 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/mypy.ini' (132,876) at 20221215040039366 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c' (132,877) at 20240405153047237 2025-03-14 03:00:54.180-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/hotplug/cpci_hotplug_core.c' (132,878) at 20210307214930026 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/trace.h' (132,879) at 20240405153050437 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91sam9260.dtsi' (132,880) at 20240405153229875 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/shmobile/Makefile' (132,881) at 20210307214926566 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/omap_i2c.c' (132,882) at 20241211090212274 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/linkage.h' (132,883) at 20210308005002852 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/sgx/encl.c' (132,884) at 20240405153046425 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/locks.S' (132,885) at 20240405153230095 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/syscopyarea.c' (132,886) at 20240405153231583 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_bitfields_direct.c' (132,887) at 20210307214932646 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/rga-buf.c' (132,888) at 20210916100017847 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/engleder/tsnep_ptp.c' (132,889) at 20240405153049909 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/mediatek/mt8186/mt8186.h' (132,890) at 20240405153054001 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/irq.c' (132,891) at 20210307214930542 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/linux/linux.inc' (132,892) at 20241206090014258 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nf_tables_core.c' (132,893) at 20240405153232059 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/crc32.c' (132,894) at 20210308005003760 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/common/factoryset.c' (132,895) at 20210308005003048 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/range.c' (132,896) at 20240326080039758 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/plat-orion/include/plat/orion-gpio.h' (132,897) at 20240405153045701 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb' (132,898) at 20240413080012663 2025-03-14 03:00:54.181-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt.h' (132,899) at 20210308005003728 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/os-release/os-release.bbappend' (132,900) at 20220921030015982 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/do_func.S' (132,901) at 20210307214926142 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkInterfaceCollection_v1.xml' (132,902) at 20240619080002932 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfp_main.h' (132,903) at 20240405153050197 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/swap_slots.h' (132,904) at 20240405153052801 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/omapdrm/omap_gem.h' (132,905) at 20240405153230611 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rts5208/Makefile' (132,906) at 20210307214930670 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-370-xp-pmsu.txt' (132,907) at 20210307214925274 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/nlohmann_json.wrap' (132,908) at 20231228090030528 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvdimm/dimm.c' (132,909) at 20220525020653827 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/rohm,bd71847-regulator.yaml' (132,910) at 20240405153045145 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/sqpoll.h' (132,911) at 20240405153052969 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/entity-manager/blacklist.json' (132,912) at 20241105090013647 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/adc/st,stm32-adc.txt' (132,913) at 20210308005003300 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear.socket' (132,914) at 20210307205554474 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/link_hwss.h' (132,915) at 20240405153047293 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/coalesce.c' (132,916) at 20240405153232015 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_osdep.h' (132,917) at 20240405153050009 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/math-emu/sfdiv.c' (132,918) at 20210307214926334 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-total-media-in-hand-02.c' (132,919) at 20210307214928786 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/socfpga.c' (132,920) at 20240405153229911 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-0.conf' (132,921) at 20230412080023460 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/fw/cfe/cfe_api.h' (132,922) at 20240405153046001 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/arm_cspmu/nvidia_cspmu.h' (132,923) at 20240405153051273 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/exception.json' (132,924) at 20240405153054109 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/test_progress_logs_sub_menu.robot' (132,925) at 20240628080017113 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/misc-devices/uacce.rst' (132,926) at 20210307214925522 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/tools/.gitignore' (132,927) at 20210307214926294 2025-03-14 03:00:54.182-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch' (132,928) at 20230706080014757 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/chelsio/chcr_algo.c' (132,929) at 20240405153230259 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/.gitignore' (132,930) at 20240511080038862 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/st,stm32-crc.yaml' (132,931) at 20240405153045033 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/checksum.h' (132,932) at 20240405153046273 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/internal.h' (132,933) at 20220525020654943 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/Makefile' (132,934) at 20210307214928382 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/change_skew.c' (132,935) at 20240405153054377 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/dp_fmin.c' (132,936) at 20210307214926274 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/mcf_pgtable.h' (132,937) at 20240405153230007 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65912-i2c.c' (132,938) at 20240405153049621 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/max8925-regulator.txt' (132,939) at 20210307214925410 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi' (132,940) at 20240405153229899 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/misc/lvstest.c' (132,941) at 20240405153052113 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/l3mdev/Kconfig' (132,942) at 20210307214931978 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/edison.h' (132,943) at 20210308005003592 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/tlbflush.h' (132,944) at 20210309003648548 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firewire/uapi-test.c' (132,945) at 20240405153047033 2025-03-14 03:00:54.183-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/include/uapi/asm/swab.h' (132,946) at 20210307214926110 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/meson/vdec/vdec.h' (132,947) at 20240405153051861 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/max98926.h' (132,948) at 20210307214932314 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/auxdisplay/ks0108.c' (132,949) at 20240405153046677 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate.c' (132,950) at 20241121090029284 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/strbuf.h' (132,951) at 20220525020655179 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm25066.rst' (132,952) at 20240405153045217 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/paravirt_api_clock.h' (132,953) at 20240405153046121 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ktime_api.h' (132,954) at 20240405153052717 2025-03-14 03:00:54.184-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/0001-replace-__pure__-with-compiler-attribute-pure.patch' (132,955) at 20230317080013789 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_ioctl.h' (132,956) at 20210307214927910 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/extcon/Makefile' (132,957) at 20220525020652422 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/efi_mixed.S' (132,958) at 20240405153230103 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/fpu.h' (132,959) at 20210307214925650 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/timex.h' (132,960) at 20220627100016926 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch' (132,961) at 20210307205553930 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-websock.c' (132,962) at 20241211090212374 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/mm/slub.rst' (132,963) at 20240405153045229 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/petalogix-s3adsp1800.dts' (132,964) at 20210308005046177 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/spi/Makefile' (132,965) at 20210309003650508 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf' (132,966) at 20231114090012542 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rseq.h' (132,967) at 20240405153052897 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c' (132,968) at 20210309003649804 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/uuid.c' (132,969) at 20240326080039758 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field10.decode' (132,970) at 20230925080040085 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_main.cpp' (132,971) at 20230911080019358 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ipl.h' (132,972) at 20241211090212330 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/Kbuild' (132,973) at 20210307214927922 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0050-fwu-Use-metadata-v2.patch' (132,974) at 20241221090017468 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-glibc' (132,975) at 20241206090014350 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c' (132,976) at 20240405153047153 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7-colibri-rawnand.dts' (132,977) at 20210308005002588 2025-03-14 03:00:54.185-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/check-perf-trace.py' (132,978) at 20210307214932570 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/fsl/dpio/dpio-service.c' (132,979) at 20240405153231447 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lacie_kw.h' (132,980) at 20210308005003600 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/uniphier/aio-cpu.c' (132,981) at 20240405153232203 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/alloc.c' (132,982) at 20240405153052581 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/sar.c' (132,983) at 20240405153231263 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/amdtee/amdtee_if.h' (132,984) at 20240405153051969 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/ad9834.h' (132,985) at 20210307214930522 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/builddelete.py' (132,986) at 20210307205554290 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@80/tmp421@4c.conf' (132,987) at 20240904080027738 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/opcodes-virt.h' (132,988) at 20210307214925854 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-generic.c' (132,989) at 20240405153046049 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-msm6242.c' (132,990) at 20210307214930218 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra' (132,991) at 20210309003648244 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/gic_private.h' (132,992) at 20240405153054317 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c' (132,993) at 20240405153048653 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/.gitignore' (132,994) at 20210308005003008 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgso.sh' (132,995) at 20210307214932694 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-oceanic-5205-5inmfd.dts' (132,996) at 20210307214925990 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-generic.c' (132,997) at 20210307214930214 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/meta/fileio.cpp' (132,998) at 20240924080009571 2025-03-14 03:00:54.186-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip27/ip27-init.c' (132,999) at 20210307214926290 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-essiv.h' (133,000) at 20210308005045777 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/hi3670-clock.txt' (133,001) at 20210307214925286 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/lib/div64-generic.c' (133,002) at 20210307214926570 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/flash/phosphor-software-manager/bios-update' (133,003) at 20240326080016518 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/mediactl/media-ioc-device-info.rst' (133,004) at 20220525020651778 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm3380.h' (133,005) at 20210308005003588 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch' (133,006) at 20241221090017544 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-vsock-common.h' (133,007) at 20240906080037340 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/common/memory.c' (133,008) at 20240830080013247 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_bpftool_build.sh' (133,009) at 20240405153054285 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MK808C_defconfig' (133,010) at 20210308005003236 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-alpine/Kconfig' (133,011) at 20210307214925870 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch' (133,012) at 20230706080014757 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-crypto-internal.h' (133,013) at 20240405153046517 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/power/opp.rst' (133,014) at 20240405153045245 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/amd-pstate/config' (133,015) at 20240405153054233 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig' (133,016) at 20210308005003268 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/network/phosphor-network_%.bbappend' (133,017) at 20241206090014206 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/ni_tiocmd.c' (133,018) at 20220525020652358 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/qcom/Makefile' (133,019) at 20220525020652410 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb-11mp-ctrevb.dts' (133,020) at 20240405153045401 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_command.hpp' (133,021) at 20241106090023550 2025-03-14 03:00:54.187-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mc146818-time.h' (133,022) at 20210307214926226 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun6i-a31s-colorfly-e708-q1.dts' (133,023) at 20240405153045385 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/.gitignore' (133,024) at 20210308005109241 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/hists_common.c' (133,025) at 20240405153054165 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/decode_stacktrace.sh' (133,026) at 20240405153232103 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_dcu_fb.h' (133,027) at 20210308005003648 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/Kconfig' (133,028) at 20241211090212262 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/fpga_manager.h' (133,029) at 20210308005002780 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml' (133,030) at 20240405153229771 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/Kconfig' (133,031) at 20240405153048429 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/LICENSE' (133,032) at 20210308005109809 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/tpm.rst' (133,033) at 20240906080037176 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/edid-region.c' (133,034) at 20210308005045857 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-msm8939.h' (133,035) at 20220818100014819 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/allwinner-r40.c' (133,036) at 20241211090212246 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8641HPCN.h' (133,037) at 20210308005003580 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/decompress_unlzma.c' (133,038) at 20220525020654747 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xxac-pinctrl.dtsi' (133,039) at 20240405153045585 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/xyz.openbmc_project.Network.conf.in' (133,040) at 20210525000058464 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml' (133,041) at 20241105090020411 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c' (133,042) at 20240405153230607 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/net-get-if.rst' (133,043) at 20210309003648480 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/bt.cpp' (133,044) at 20211012000047554 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Korstrask' (133,045) at 20210307205553786 2025-03-14 03:00:54.188-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/rs485.yaml' (133,046) at 20241211090145365 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/xdp_sock.h' (133,047) at 20240405153231859 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/misc_64.c' (133,048) at 20210307214926614 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/pmac_low_i2c.h' (133,049) at 20210307214926386 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9rlek_mmc_defconfig' (133,050) at 20210308005003248 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_color.c' (133,051) at 20240405153230583 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/compiler_builtins.rs' (133,052) at 20240405153232095 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.fansensor.service' (133,053) at 20210706231659769 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/if_action.cpp' (133,054) at 20210308005405934 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/README' (133,055) at 20210308005003168 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/console/obmc-console_%.bbappend' (133,056) at 20210823100016972 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c' (133,057) at 20210307214927950 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0007-Mark-deleted-interfaces-as-being-changed.patch' (133,058) at 20241206090014242 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_runtime.c' (133,059) at 20210308005003700 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-storm-summit.dts' (133,060) at 20240405153045605 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/tune-arm1176jzf-s.inc' (133,061) at 20210812000025262 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/lantiq,etop-xway.yaml' (133,062) at 20240405153045117 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/kexec.h' (133,063) at 20240405153231871 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/ccids/lib/tfrc.c' (133,064) at 20210307214931922 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/tests/unittest.h' (133,065) at 20220525020652362 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/run-ptest' (133,066) at 20230919080013990 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/locking/ww_mutex.sh' (133,067) at 20210307214932682 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mti/sead3.dts' (133,068) at 20220525020651994 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/.gitignore' (133,069) at 20240405153054345 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c' (133,070) at 20240405153049821 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/twofish_generic.c' (133,071) at 20240405153046549 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi' (133,072) at 20220525020651902 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/error.py' (133,073) at 20221215040039254 2025-03-14 03:00:54.189-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/aspeed_mdio.h' (133,074) at 20210308005003424 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/eisa/eisa.ids' (133,075) at 20210307214927158 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/80211/cfg80211.rst' (133,076) at 20210309003648404 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg' (133,077) at 20220905100012499 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/avr_usart.c' (133,078) at 20241211090212258 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-2006' (133,079) at 20211006000025226 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/axp288_fuel_gauge.c' (133,080) at 20240405153051425 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ofld.h' (133,081) at 20240405153050117 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_ll.S' (133,082) at 20210308005002788 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libexif/libexif/run-ptest' (133,083) at 20230813080012904 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_e3c246d4i.json' (133,084) at 20221221040007770 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/silergy,sy7636a.yaml' (133,085) at 20240405153045109 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vega10_ih.c' (133,086) at 20240405153230367 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/vm-layout.rst' (133,087) at 20240405153229827 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/gpio/gpio-aggregator.rst' (133,088) at 20210307214925226 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm7445-bcm97445svmb.dts' (133,089) at 20240405153045429 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/drivers/vx/vx_cmd.c' (133,090) at 20210307214932202 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/intel/Makefile' (133,091) at 20240405153046949 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fcmpo.c' (133,092) at 20210307214926434 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_Qos.h' (133,093) at 20240405153051885 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/Makefile' (133,094) at 20240405153047293 2025-03-14 03:00:54.190-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/module.c' (133,095) at 20240405153045353 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op-ldst.c' (133,096) at 20241211090212530 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/realtek,rtl82xx.yaml' (133,097) at 20220525020651694 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/ste-db8500.dtsi' (133,098) at 20240405153045577 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/sm3.c' (133,099) at 20240405153046541 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/super.c' (133,100) at 20240712080021089 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/isa-irq.c' (133,101) at 20210307214925882 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8974.c' (133,102) at 20240405153046821 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun4i_crtc.h' (133,103) at 20210307214928038 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/mt6577_auxadc.c' (133,104) at 20240405153048957 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/OWNERS' (133,105) at 20220106040022653 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c' (133,106) at 20240503080014486 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/dropbear/dropbear_%.bbappend' (133,107) at 20220621030012960 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-mira-peb-wlbt-05.dtsi' (133,108) at 20240405153045513 2025-03-14 03:00:54.191-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/delta.c' (133,109) at 20220525020655003 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/fddi/defxx.c' (133,110) at 20240405153050325 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sifive/sifive-prci.h' (133,111) at 20220525020652330 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.1.bb' (133,112) at 20231126090012805 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c' (133,113) at 20241111090012125 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/sdma0/sdma0_4_2_2_offset.h' (133,114) at 20210307214927670 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/macintosh/therm_adt746x.c' (133,115) at 20240405153230759 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_selftest.h' (133,116) at 20240405153048533 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/a9gtimer.h' (133,117) at 20210308005046033 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gt215.c' (133,118) at 20220525020652959 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt8183.h' (133,119) at 20210307214930082 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/pds/cmds.c' (133,120) at 20240405153052157 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra186/tegra.h' (133,121) at 20210308005002672 2025-03-14 03:00:54.192-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/README.Locking' (133,122) at 20210307214931130 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/Makefile' (133,123) at 20210308005002852 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kexec.c' (133,124) at 20240405153231911 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_request.h' (133,125) at 20240405153048533 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_sysfs.c' (133,126) at 20240405153053529 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/bios' (133,127) at 20221110040028914 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/hisi-ptt-decoder/Build' (133,128) at 20240405153054193 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/stm32-adc-core.h' (133,129) at 20240405153048961 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts' (133,130) at 20240405153045805 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7794-clock.h' (133,131) at 20210308005003632 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ds414.h' (133,132) at 20210308005003592 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm63xx/dev-hsspi.c' (133,133) at 20210307214926190 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/time-sync-method.override.yml' (133,134) at 20210307205554222 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain64.h' (133,135) at 20210308005045777 2025-03-14 03:00:54.193-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/imx-ipu-image-convert.h' (133,136) at 20210307214931698 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.h' (133,137) at 20210307214929406 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7796-sysc.h' (133,138) at 20210308005003640 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/aead.h' (133,139) at 20240405153052625 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_addc.c' (133,140) at 20210308005046529 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/crypto/ccp/test_dbc.py' (133,141) at 20240405153232211 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/litex/Makefile' (133,142) at 20220525020654091 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-extended/imsettings/imsettings/imsettings-gcc10.patch' (133,143) at 20220204040022544 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p5040.c' (133,144) at 20210308005003432 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_wq.h' (133,145) at 20240405153051737 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/altr,msgdma.yaml' (133,146) at 20240405153045053 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/cereal.wrap' (133,147) at 20220603030022985 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend' (133,148) at 20230602080015084 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/delta/delta-mem.c' (133,149) at 20240405153049469 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/btf_ids.h' (133,150) at 20240405153232211 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (133,151) at 20241015080012039 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-kernel/linux/linux-aspeed_%.bbappend' (133,152) at 20240711080013279 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/mm/sun3mmu.c' (133,153) at 20240405153045973 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/runme.sh' (133,154) at 20210308005003760 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/ipi-mux.c' (133,155) at 20240405153053005 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/oxygen/xonar_wm87x6.c' (133,156) at 20210309003654608 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/Makefile' (133,157) at 20240405153230703 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/0001-meson.build-correct-check-for-existence-of-two-prepr.patch' (133,158) at 20241221090017676 2025-03-14 03:00:54.194-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsof/lsof_4.99.4.bb' (133,159) at 20241221090017676 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/MAINTAINERS' (133,160) at 20210308005003044 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb' (133,161) at 20220402030016003 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/omap.h' (133,162) at 20210308005003640 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.h' (133,163) at 20210308005002832 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sctp/sm.h' (133,164) at 20240405153231855 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/dec/interrupts.h' (133,165) at 20210307214926210 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/ibmasm/lowlevel.h' (133,166) at 20210307214929162 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/locking/rtmutex_api.c' (133,167) at 20240405153053017 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/saa7146/Makefile' (133,168) at 20210307214928598 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ptp/ptp-idt82p33.yaml' (133,169) at 20240405153045141 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_poison.c' (133,170) at 20240405153231975 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/ralink,rt3883-pci.txt' (133,171) at 20210307214925386 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch' (133,172) at 20230706080014745 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/Kconfig' (133,173) at 20240405153051853 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/pmac.c' (133,174) at 20220525020655015 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_nvdimm.rst' (133,175) at 20220429100100422 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi' (133,176) at 20240405153045729 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/actbl3.h' (133,177) at 20240405153231787 2025-03-14 03:00:54.195-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/sys_proto.h' (133,178) at 20210308005002656 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/mme_regs.h' (133,179) at 20240405153046605 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComputerSystemCollection_v1.xml' (133,180) at 20240619080002920 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp_capture_defs.h' (133,181) at 20220525020654127 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/util.cpp' (133,182) at 20240120090017294 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/cpld.h' (133,183) at 20210308005002996 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/i2c-owl.yaml' (133,184) at 20220525020651678 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_easrc.h' (133,185) at 20240405153053909 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing/0001-test-Drop-including-error.h-header.patch' (133,186) at 20241221090017540 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/uvd/irqsrcs_uvd_7_0.h' (133,187) at 20210307214927702 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_sl82c105.c' (133,188) at 20240405153230179 2025-03-14 03:00:54.196-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/gro.c' (133,189) at 20240719080013385 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/af9005.h' (133,190) at 20210307214928818 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-netxbig.txt' (133,191) at 20210307214925346 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,apq8064-pinctrl.txt' (133,192) at 20210307214925398 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Application.v1_0_1.json' (133,193) at 20240619080002940 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/bind_perm.c' (133,194) at 20240405153054245 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/floppy.rst' (133,195) at 20210309003648268 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/ohci_pdriver.h' (133,196) at 20240405153052813 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/skyworks,si521xx.yaml' (133,197) at 20240405153045029 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml' (133,198) at 20240405153045137 2025-03-14 03:00:54.197-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_elf.h' (133,199) at 20240906080037360 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_logs_object_type.hpp' (133,200) at 20241116090002494 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thaicom1A_C-120.0E' (133,201) at 20210307205553762 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mipi-dsi-bus.txt' (133,202) at 20210307214925302 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/virt/kvm/x86/timekeeping.rst' (133,203) at 20240405153045329 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/tulip.h' (133,204) at 20210308005045925 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kernel/nospec-sysfs.c' (133,205) at 20240405153046285 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/mwifiex/11ac.h' (133,206) at 20240405153050561 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/meson.options' (133,207) at 20231101080036786 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h' (133,208) at 20240405153230415 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps6286x-regulator.c' (133,209) at 20240405153231367 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb' (133,210) at 20241221090017552 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig/0001-Add-cstdint-for-uintXX_t-types.patch' (133,211) at 20230211040012639 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/selftests.h' (133,212) at 20240405153046977 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/gen-atomic-long.sh' (133,213) at 20240405153053433 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vce/vce_1_0_sh_mask.h' (133,214) at 20210307214927694 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/io-wq.c' (133,215) at 20241008080014015 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/noexec.c' (133,216) at 20221215040039390 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/can/ti_hecc.txt' (133,217) at 20210307214925374 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-ss4200.c' (133,218) at 20240805080013963 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/112' (133,219) at 20220429100100890 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/obmc-host-already-on@.target' (133,220) at 20221006030129547 2025-03-14 03:00:54.198-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/nvdec.c' (133,221) at 20240405153230639 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/vmbus_drv.c' (133,222) at 20240913080013793 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/vexpress-v2p-ca5s.dts' (133,223) at 20240405153045405 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/azt3328.c' (133,224) at 20240405153053517 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c' (133,225) at 20240405153049885 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/pkt_sched.h' (133,226) at 20240405153052861 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/nvidia,tegra210-admaif.yaml' (133,227) at 20240405153045165 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/var_stack.py' (133,228) at 20221209040018571 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDLA-Permissive-2.0' (133,229) at 20211006000025234 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/stub_rx.c' (133,230) at 20240910080014070 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pogo_e02.h' (133,231) at 20210308005003612 2025-03-14 03:00:54.199-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-pine-h64.dts' (133,232) at 20210308005002620 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb' (133,233) at 20241221090017544 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-3.0-or-later' (133,234) at 20210316000012693 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/unix/scm.c' (133,235) at 20240418080014518 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-cbf-8996.c' (133,236) at 20240405153230219 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi-ddc.yaml' (133,237) at 20240405153045041 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/mce/inject-ra-err.c' (133,238) at 20240405153054357 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/vcap/vcap_tc.h' (133,239) at 20240405153231035 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/ftrace.h' (133,240) at 20240429080012404 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/Documentation/perfconfig.example' (133,241) at 20210307214932510 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/litmus-tests/LB+poonceonces.litmus' (133,242) at 20210307214932502 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/vboxsf/dir.c' (133,243) at 20240405153052557 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/Makefile.target' (133,244) at 20241211090212550 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-op-mode.h' (133,245) at 20220525020653755 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_NAND_defconfig' (133,246) at 20210308005003244 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_CT.h' (133,247) at 20210307214931646 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adc.yaml' (133,248) at 20240405153045069 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-kernel/linux/linux-aspeed/yosemite4.cfg' (133,249) at 20241214090210267 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/opl3.h' (133,250) at 20210307214931598 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlabel/netlabel_mgmt.c' (133,251) at 20240405153053341 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_it8213.c' (133,252) at 20240405153046661 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/pageattr.c' (133,253) at 20240405153229915 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/debug/8250.S' (133,254) at 20210308005002708 2025-03-14 03:00:54.200-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/math.h' (133,255) at 20240405153231819 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (133,256) at 20230412080023460 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/statfs.h' (133,257) at 20210307214926326 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/mm/pgtable.c' (133,258) at 20240405153045977 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi' (133,259) at 20210309003648732 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/kasan_init_64.c' (133,260) at 20240411080014066 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/i2c/tda1997x.h' (133,261) at 20210307214931546 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/quota/dquot.c' (133,262) at 20241211090145525 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/xilinx/Kconfig' (133,263) at 20240405153049497 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bk4r1.h' (133,264) at 20210308005003588 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/init-mm.c' (133,265) at 20240405153231963 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_mixer.c' (133,266) at 20240405153054013 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-akatsuki.dts' (133,267) at 20240405153045789 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13.dtsi' (133,268) at 20210308005002620 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_ioc32.c' (133,269) at 20210307214927910 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/discrete_threshold.hpp' (133,270) at 20240904080048943 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/chrome/chromeos_pstore.c' (133,271) at 20210307214930130 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/tests/meson.build' (133,272) at 20230921080009745 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_lpc.h' (133,273) at 20210308005108641 2025-03-14 03:00:54.201-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/cpu-throttle.c' (133,274) at 20241211090212386 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/gmc_7_1_d.h' (133,275) at 20210307214927530 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_libfc.h' (133,276) at 20210307214930334 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/loongson,ls1x-intc.yaml' (133,277) at 20240405153045085 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sw842.h' (133,278) at 20210307214931518 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch' (133,279) at 20230706080014769 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/acl.h' (133,280) at 20240613080016487 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/Makefile' (133,281) at 20210308005003384 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/super.c' (133,282) at 20240405153231727 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/0001-Enhance-reproducibility.patch' (133,283) at 20210307205553914 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-f300.c' (133,284) at 20210307214928686 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap35_logic_somlv_defconfig' (133,285) at 20210308005003272 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.h' (133,286) at 20210307214927886 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xdp_hw_metadata.c' (133,287) at 20241115090012977 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/orion5x_defconfig' (133,288) at 20240405153045617 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/skeleton.dtsi' (133,289) at 20210308005002544 2025-03-14 03:00:54.202-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/025' (133,290) at 20220429100100886 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000/e1000_hw.h' (133,291) at 20240405153230955 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/mman.h' (133,292) at 20210308005046065 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb' (133,293) at 20241221090017532 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/newcustomimage_modal.js' (133,294) at 20210307205554282 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/udev/rules.d/70-leds.rules' (133,295) at 20240719080031533 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/nios2/mm/uaccess.c' (133,296) at 20210307214926310 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st-nci/Kconfig' (133,297) at 20210307214929982 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/hid/hid_mouse.c' (133,298) at 20240405153053429 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c' (133,299) at 20240405153230255 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-imx/mach-imx31.c' (133,300) at 20220525020651886 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/local.py' (133,301) at 20230609080014399 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/lib/delay.c' (133,302) at 20210307214926330 2025-03-14 03:00:54.203-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/devlink-selftests.rst' (133,303) at 20240405153045237 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040-clearfog-gt-8k.dts' (133,304) at 20210308005002568 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-db/files/99_mandb' (133,305) at 20210307205554566 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/Kconfig' (133,306) at 20220525020654003 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/diag.c' (133,307) at 20240405153053373 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/lockdown/Makefile' (133,308) at 20210307214932174 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/pwrseq_emmc.c' (133,309) at 20240405153230851 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vugbm.c' (133,310) at 20221215040039070 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/date.c' (133,311) at 20210308005003480 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nas220.h' (133,312) at 20210308005003608 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mtrr/mtrr.h' (133,313) at 20240405153046421 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-overo-palo35-common.dtsi' (133,314) at 20240405153045605 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/list_sort.c' (133,315) at 20220525020654751 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/cs-etm-decoder/cs-etm-decoder.h' (133,316) at 20240405153054185 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/plat-tb10x/Makefile' (133,317) at 20210307214925674 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu-qom.h' (133,318) at 20240326080039658 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/tps65010.c' (133,319) at 20241211090145453 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/objdump-func' (133,320) at 20240405153053457 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/COPYING.apache-2.0' (133,321) at 20210307205553678 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_training_ip_db.h' (133,322) at 20210308005003368 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb' (133,323) at 20241221090017504 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/init/do_mounts_initrd.c' (133,324) at 20240405153052965 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-graphics/libvncserver/libvncserver_%.bbappend' (133,325) at 20210827000015284 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/syscallhdr.sh' (133,326) at 20241211090212378 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zlib_inflate/Makefile' (133,327) at 20210307214931826 2025-03-14 03:00:54.204-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c' (133,328) at 20210307214928042 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/afe/Makefile' (133,329) at 20210307214928334 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/ten-bit-addresses.rst' (133,330) at 20210307214925510 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/adln-metrics.json' (133,331) at 20240405153232227 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/graph-lock.h' (133,332) at 20240906080037324 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0001-search-for-log-help-in-build-dir.patch' (133,333) at 20230706080014737 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display_rps.c' (133,334) at 20240405153048445 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/Documentation/control-dependencies.txt' (133,335) at 20220525020655127 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/Makefile' (133,336) at 20210308005003028 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb' (133,337) at 20231011080016594 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/xfrm4_protocol.c' (133,338) at 20220627100017186 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/reset_button.hpp' (133,339) at 20241209090018856 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uccf.h' (133,340) at 20210308005003472 2025-03-14 03:00:54.205-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-collector-Allocate-space-on-heap-for-chunks.patch' (133,341) at 20210307205554502 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_4.18.0.bb' (133,342) at 20231126090012805 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/gaudi/gaudi_security.c' (133,343) at 20240405153046565 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/raid6/mmx.c' (133,344) at 20210307214931814 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c' (133,345) at 20240405153050625 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (133,346) at 20241206090014278 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec/Makefile' (133,347) at 20210307214927094 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx6dl.c' (133,348) at 20240405153231319 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi' (133,349) at 20240405153045597 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2proto.h' (133,350) at 20250218090013149 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_drv.h' (133,351) at 20250218090013109 2025-03-14 03:00:54.206-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/mctp_endpoint_discovery.cpp' (133,352) at 20250218090032313 2025-03-14 03:00:54.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/mgmt.c' (133,353) at 20250218090013165 2025-03-14 03:00:54.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_nic.c' (133,354) at 20250218090013117 2025-03-14 03:00:54.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c' (133,355) at 20250218090013105 2025-03-14 03:00:54.207-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/aead.c' (133,356) at 20250218090013093 2025-03-14 03:00:54.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hdmi.c' (133,357) at 20250218090013105 2025-03-14 03:00:54.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/maple_tree.c' (133,358) at 20250218090013161 2025-03-14 03:00:54.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm8550.c' (133,359) at 20250218090013093 2025-03-14 03:00:54.208-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c' (133,360) at 20250218090013101 2025-03-14 03:00:54.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/sh-sci.c' (133,361) at 20250218090013141 2025-03-14 03:00:54.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/xen-head.S' (133,362) at 20250218090013089 2025-03-14 03:00:54.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/amd_nb.c' (133,363) at 20250218090013085 2025-03-14 03:00:54.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ite-it66121.c' (133,364) at 20250218090013101 2025-03-14 03:00:54.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_pcie.c' (133,365) at 20250218090013129 2025-03-14 03:00:54.209-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/udp.c' (133,366) at 20250218090013165 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/skl_universal_plane.c' (133,367) at 20250218090013105 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/mctp_endpoint_discovery_test.cpp' (133,368) at 20250218090032313 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_plane.c' (133,369) at 20250218090013109 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/Makefile' (133,370) at 20250218090013093 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_gbl.h' (133,371) at 20250218090013137 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_fb_helper.c' (133,372) at 20250218090013105 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-rsp.c' (133,373) at 20250218090013165 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/property.c' (133,374) at 20250218090013089 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/yc/acp6x-mach.c' (133,375) at 20250218090013173 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/interface.c' (133,376) at 20250218090013145 2025-03-14 03:00:54.210-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ipsec.c' (133,377) at 20250218090013173 2025-03-14 03:00:54.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/tg3.c' (133,378) at 20250218090013121 2025-03-14 03:00:54.211-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_cec.c' (133,379) at 20250218090013101 2025-03-14 03:00:54.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/core.c' (133,380) at 20250218090013129 2025-03-14 03:00:54.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/kvm/vsie.c' (133,381) at 20250218090013085 2025-03-14 03:00:54.212-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/inode.c' (133,382) at 20250218090013145 2025-03-14 03:00:54.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c' (133,383) at 20250218090013109 2025-03-14 03:00:54.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-sm6350.c' (133,384) at 20250218090013093 2025-03-14 03:00:54.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio.c' (133,385) at 20250218090013117 2025-03-14 03:00:54.213-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/input.c' (133,386) at 20250218090013169 2025-03-14 03:00:54.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ordered-data.c' (133,387) at 20250218090013145 2025-03-14 03:00:54.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sch_generic.h' (133,388) at 20250218090013153 2025-03-14 03:00:54.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb' (133,389) at 20250218090014481 2025-03-14 03:00:54.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/vga.h' (133,390) at 20250218090013081 2025-03-14 03:00:54.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_join.sh' (133,391) at 20250218090013173 2025-03-14 03:00:54.214-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' (133,392) at 20250218090014485 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvm_host.h' (133,393) at 20250218090013085 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov5640.c' (133,394) at 20250218090013113 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c' (133,395) at 20250218090013121 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c' (133,396) at 20250218090013117 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_audio.c' (133,397) at 20250218090013105 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-mdm9607.c' (133,398) at 20250218090013093 2025-03-14 03:00:54.215-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/discrete.c' (133,399) at 20250218090013133 2025-03-14 03:00:54.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy.c' (133,400) at 20250218090013129 2025-03-14 03:00:54.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_osnoise.c' (133,401) at 20250218090013161 2025-03-14 03:00:54.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/nxp-c45-tja11xx.c' (133,402) at 20250218090013121 2025-03-14 03:00:54.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c' (133,403) at 20250218090013101 2025-03-14 03:00:54.216-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_netem.c' (133,404) at 20250218090013169 2025-03-14 03:00:54.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/input-event-codes.h' (133,405) at 20250218090013153 2025-03-14 03:00:54.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/vmx.c' (133,406) at 20250218090013089 2025-03-14 03:00:54.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb' (133,407) at 20250213090022264 2025-03-14 03:00:54.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/landlock/fs_test.c' (133,408) at 20250213090020472 2025-03-14 03:00:54.217-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.0.rst' (133,409) at 20250213090022280 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox.inc' (133,410) at 20250213090022300 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb' (133,411) at 20250213090022260 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0005-tcl-fix-race-in-interp.test.patch' (133,412) at 20250213090022320 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-environment.bb' (133,413) at 20250213090022308 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch' (133,414) at 20250213090022308 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195.dtsi' (133,415) at 20250213090019860 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cracklib/cracklib_2.10.3.bb' (133,416) at 20250213090022324 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ptest-packagelists-meta-oe.inc' (133,417) at 20250213090022244 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-remove-rpath-from-tests.patch' (133,418) at 20250213090022256 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/runtime-testing.rst' (133,419) at 20250213090022284 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb' (133,420) at 20250213090022272 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.13/oe-npm-cache' (133,421) at 20250213090022248 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb' (133,422) at 20250213090022260 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/kvm.c' (133,423) at 20250213090041357 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (133,424) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2_3.dat' (133,425) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/openbmc_test_tools.md' (133,426) at 20250214090017368 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' (133,427) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (133,428) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' (133,429) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (133,430) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.218-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (133,431) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (133,432) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (133,433) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_20.dat' (133,434) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (133,435) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (133,436) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_connection.hpp' (133,437) at 20250214090002556 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/dbus_utility.cpp' (133,438) at 20250214090002560 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (133,439) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_small_size.dat' (133,440) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (133,441) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (133,442) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (133,443) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/code_update_utils.robot' (133,444) at 20250214090017368 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (133,445) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (133,446) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (133,447) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (133,448) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (133,451) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (133,452) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http2_connection_test.cpp' (133,453) at 20250214090002560 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (133,454) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_privileges.hpp' (133,455) at 20250214090002556 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (133,456) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (133,457) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr4_ddimm.dat' (133,458) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.219-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (133,459) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_17.dat' (133,460) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_178.dat' (133,461) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_19.dat' (133,462) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword.dat' (133,463) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_61.dat' (133,464) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/generate_whitelist.sh' (133,465) at 20250214090024509 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/ffdc_config.yaml' (133,466) at 20250214090017368 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (133,467) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system.dat' (133,468) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_truncated.dat' (133,469) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_min_record.dat' (133,470) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_utility.hpp' (133,471) at 20250214090002556 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http2_connection.hpp' (133,472) at 20250214090002556 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/pldm.cpp' (133,473) at 20250215090014766 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/vpd_tool.hpp' (133,474) at 20250215090016026 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/tool_utils.hpp' (133,475) at 20250215090016026 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device.cpp' (133,476) at 20250215090004042 2025-03-14 03:00:54.220-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/main.cpp' (133,477) at 20250215090023354 2025-03-14 03:00:54.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-cgroup.c' (133,478) at 20250218090013089 2025-03-14 03:00:54.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-sff.c' (133,479) at 20250218090013089 2025-03-14 03:00:54.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/lapic.c' (133,480) at 20250218090013085 2025-03-14 03:00:54.221-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/driver.h' (133,481) at 20250218090013153 2025-03-14 03:00:54.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/tun.c' (133,482) at 20250218090013121 2025-03-14 03:00:54.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/i2c-core-acpi.c' (133,483) at 20250218090013109 2025-03-14 03:00:54.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi' (133,484) at 20250218090013077 2025-03-14 03:00:54.222-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/osnoise.c' (133,485) at 20250218090013173 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/protocol.c' (133,486) at 20250218090013165 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/exynos/exynos_hdmi.c' (133,487) at 20250218090013105 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_pool.c' (133,488) at 20250213090020360 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb' (133,489) at 20250213090022252 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm_2.22.2.bb' (133,490) at 20250213090022264 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/avs.h' (133,491) at 20250213090020460 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin_1.8.1.bb' (133,492) at 20250213090022316 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_comp.c' (133,493) at 20250213090020356 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runtime_test.py' (133,494) at 20250213090022296 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb' (133,495) at 20250213090022260 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/nativesdk.bbclass' (133,496) at 20250213090022288 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6150.dtsi' (133,497) at 20250213090019864 2025-03-14 03:00:54.223-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/external-scm.rst' (133,498) at 20250213090022280 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/machine_kexec_64.c' (133,499) at 20250218090013085 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/of_reserved_mem.c' (133,500) at 20250218090013133 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/skeleton-rev.bbclass' (133,501) at 20250218090014481 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-data.c' (133,502) at 20250218090013113 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c' (133,503) at 20250218090013093 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_edid.c' (133,504) at 20250218090013105 2025-03-14 03:00:54.224-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/inode.c' (133,505) at 20250218090013145 2025-03-14 03:00:54.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/flexfilelayout/flexfilelayout.c' (133,506) at 20250218090013145 2025-03-14 03:00:54.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/udpgso.c' (133,507) at 20250218090013173 2025-03-14 03:00:54.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-zynqmp.c' (133,508) at 20250218090013133 2025-03-14 03:00:54.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/bench/epoll-wait.c' (133,509) at 20250218090013173 2025-03-14 03:00:54.225-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/relocation.c' (133,510) at 20250218090013145 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/onenand/onenand_base.c' (133,511) at 20250218090013117 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kvm/arch_timer.c' (133,512) at 20250218090013081 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_connector.h' (133,513) at 20250218090013153 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-core.c' (133,514) at 20250218090013113 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/lpc_ich.c' (133,515) at 20250218090013117 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/eventlog/acpi.c' (133,516) at 20250218090013089 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/s3c64xx-cpufreq.c' (133,517) at 20250218090013093 2025-03-14 03:00:54.226-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c' (133,518) at 20250218090013125 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/prmt.c' (133,519) at 20250218090013089 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_dfs.c' (133,520) at 20250218090013137 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-sensor-hub.c' (133,521) at 20250218090013109 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/internal.h' (133,522) at 20250218090013165 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_clock.c' (133,523) at 20250218090013133 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/binfmts.h' (133,524) at 20250218090013153 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.h' (133,525) at 20250218090013129 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_auto_parser.c' (133,526) at 20250218090013169 2025-03-14 03:00:54.227-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/boot/compressed/Makefile' (133,527) at 20250218090013085 2025-03-14 03:00:54.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/samsung/pinctrl-samsung.c' (133,528) at 20250218090013133 2025-03-14 03:00:54.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_connect.c' (133,529) at 20250218090013173 2025-03-14 03:00:54.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/tomoyo/common.c' (133,530) at 20250218090013169 2025-03-14 03:00:54.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/fixup.c' (133,531) at 20250218090013089 2025-03-14 03:00:54.228-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/Kconfig.debug' (133,532) at 20250218090013161 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-msm.c' (133,533) at 20250218090013117 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/storvsc_drv.c' (133,534) at 20250218090013137 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/super.c' (133,535) at 20250218090013149 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-rpmh.c' (133,536) at 20250218090013093 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_txrx.c' (133,537) at 20250218090013121 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/socinfo.c' (133,538) at 20250218090013141 2025-03-14 03:00:54.229-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/Kconfig' (133,539) at 20250218090013173 2025-03-14 03:00:54.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/soc-pcm.c' (133,540) at 20250218090013173 2025-03-14 03:00:54.230-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/wacom_wac.c' (133,541) at 20250218090013109 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ds90ub960.c' (133,542) at 20250218090013113 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c' (133,543) at 20250218090013097 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/tegra-hsp.c' (133,544) at 20250218090013109 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6115.dtsi' (133,545) at 20250218090013077 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/futex.h' (133,546) at 20250218090013085 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/ubi/build.c' (133,547) at 20250218090013117 2025-03-14 03:00:54.231-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus_to_event_handler.cpp' (133,548) at 20250218090032309 2025-03-14 03:00:54.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy.h' (133,549) at 20250218090013129 2025-03-14 03:00:54.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/acer-wmi.c' (133,550) at 20250218090013133 2025-03-14 03:00:54.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/ftrace.c' (133,551) at 20250218090013081 2025-03-14 03:00:54.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/ident_map.c' (133,552) at 20250218090013089 2025-03-14 03:00:54.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/safesetid/securityfs.c' (133,553) at 20250218090013169 2025-03-14 03:00:54.232-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/analogix/anx7625.c' (133,554) at 20250218090013101 2025-03-14 03:00:54.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/fastrpc.c' (133,555) at 20250218090013117 2025-03-14 03:00:54.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/binfmt_flat.c' (133,556) at 20250218090013141 2025-03-14 03:00:54.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/printk/printk.c' (133,557) at 20250218090013157 2025-03-14 03:00:54.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/sendmsg.c' (133,558) at 20250218090013169 2025-03-14 03:00:54.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/usb.c' (133,559) at 20250218090013129 2025-03-14 03:00:54.233-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/trace.c' (133,560) at 20250218090013173 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/st.c' (133,561) at 20250218090013137 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kexec.h' (133,562) at 20250218090013085 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_auto_parser.h' (133,563) at 20250218090013169 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/exec.c' (133,564) at 20250218090013145 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/transaction.c' (133,565) at 20250218090013145 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-img.c' (133,566) at 20250218090013093 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/symlink.c' (133,567) at 20250218090013149 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/xilinx_uartps.c' (133,568) at 20250218090013141 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/cp1emu.c' (133,569) at 20250218090013081 2025-03-14 03:00:54.234-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/transport_ipc.c' (133,570) at 20250218090013149 2025-03-14 03:00:54.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-pkt.h' (133,571) at 20250218090013165 2025-03-14 03:00:54.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/ptrace.c' (133,572) at 20250218090013081 2025-03-14 03:00:54.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_init.c' (133,573) at 20250218090013137 2025-03-14 03:00:54.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350.dtsi' (133,574) at 20250218090013077 2025-03-14 03:00:54.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/conn_event.c' (133,575) at 20250218090013165 2025-03-14 03:00:54.235-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.cpp' (133,576) at 20250218090032313 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/crypto.c' (133,577) at 20250218090013169 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/v4l2-core/v4l2-mc.c' (133,578) at 20250218090013117 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-vdec.c' (133,579) at 20250218090013093 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/cdn-dp-core.c' (133,580) at 20250218090013105 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb1ops.c' (133,581) at 20250218090013149 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-bdp.c' (133,582) at 20250218090013093 2025-03-14 03:00:54.236-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dir.c' (133,583) at 20250218090013149 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/ar-internal.h' (133,584) at 20250218090013165 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/svm.c' (133,585) at 20250218090013085 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apispec_6.8.1.bb' (133,586) at 20250213090022260 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch' (133,587) at 20250213090022328 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/pci-epc-core.c' (133,588) at 20250213090020400 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb' (133,589) at 20250213090022264 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust_1.81.0.bb' (133,590) at 20250213090022320 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_9_0_sm8550.h' (133,591) at 20250213090020232 2025-03-14 03:00:54.237-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb' (133,592) at 20250213090022264 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/core.c' (133,593) at 20250213090020464 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/buffer.c' (133,594) at 20250213090020416 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch' (133,595) at 20250213090022316 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2024.10.bb' (133,596) at 20250213090022252 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/header.c' (133,597) at 20250213090020468 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-qcom.c' (133,598) at 20250218090013141 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/core.c' (133,599) at 20250218090013093 2025-03-14 03:00:54.238-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/qcom-spmi-sdam.c' (133,600) at 20250218090013133 2025-03-14 03:00:54.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/e500_mmu_host.c' (133,601) at 20250218090013081 2025-03-14 03:00:54.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-microchip-core.c' (133,602) at 20250218090013133 2025-03-14 03:00:54.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/uapi/asm/ptrace.h' (133,603) at 20250218090013081 2025-03-14 03:00:54.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rose/af_rose.c' (133,604) at 20250218090013165 2025-03-14 03:00:54.239-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/logging.hpp' (133,605) at 20250218090002437 2025-03-14 03:00:54.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kvm_host.h' (133,606) at 20250218090013153 2025-03-14 03:00:54.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-manage.c' (133,607) at 20250218090013165 2025-03-14 03:00:54.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kfence/core.c' (133,608) at 20250218090013161 2025-03-14 03:00:54.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/pci.c' (133,609) at 20250218090013133 2025-03-14 03:00:54.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/array.c' (133,610) at 20250218090013149 2025-03-14 03:00:54.240-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-apple-aic.c' (133,611) at 20250218090013109 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/skcipher.c' (133,612) at 20250218090013093 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi' (133,613) at 20250218090013077 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc' (133,614) at 20250218090014485 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a100.c' (133,615) at 20250218090013093 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_tcm.c' (133,616) at 20250218090013141 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ncsi/ncsi-cmd.c' (133,617) at 20250218090013165 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_shmem.c' (133,618) at 20250218090013105 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_xdp.c' (133,619) at 20250218090013121 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/ondemand.c' (133,620) at 20250218090013145 2025-03-14 03:00:54.241-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c' (133,621) at 20250218090013109 2025-03-14 03:00:54.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_connector.c' (133,622) at 20250218090013105 2025-03-14 03:00:54.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c' (133,623) at 20250218090013125 2025-03-14 03:00:54.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc' (133,624) at 20250218090014481 2025-03-14 03:00:54.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/Kconfig' (133,625) at 20250218090013093 2025-03-14 03:00:54.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/eeh_pseries.c' (133,626) at 20250218090013085 2025-03-14 03:00:54.242-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c' (133,627) at 20250218090013125 2025-03-14 03:00:54.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/fops.c' (133,628) at 20250218090013089 2025-03-14 03:00:54.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i3c/master.c' (133,629) at 20250218090013109 2025-03-14 03:00:54.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-pca953x.c' (133,630) at 20250218090013093 2025-03-14 03:00:54.243-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2pdu.c' (133,631) at 20250218090013149 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/poll.c' (133,632) at 20250218090013157 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/nci/hci.c' (133,633) at 20250218090013165 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/processor.h' (133,634) at 20250218090013085 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/apei/ghes.c' (133,635) at 20250218090013089 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/bpf_trace.c' (133,636) at 20250213090020440 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-mako_1.3.8.bb' (133,637) at 20250213090022316 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb' (133,638) at 20250213090022264 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi' (133,639) at 20250213090019864 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/logging.bbclass' (133,640) at 20250213090022288 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mypy-extensions_1.0.0.bb' (133,641) at 20250213090022264 2025-03-14 03:00:54.244-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0017-Adjust-for-musl-headers.patch' (133,642) at 20250213090022308 2025-03-14 03:00:54.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/physmem.c' (133,643) at 20250213090041349 2025-03-14 03:00:54.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/musl-disable-stackwalk.patch' (133,644) at 20250213090022252 2025-03-14 03:00:54.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb' (133,645) at 20250213090022324 2025-03-14 03:00:54.245-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch' (133,646) at 20250213090022248 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/filter.c' (133,647) at 20250213090020444 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch' (133,648) at 20250213090022248 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycurl_7.45.4.bb' (133,649) at 20250213090022264 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb' (133,650) at 20250213090022260 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb' (133,651) at 20250213090022264 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb' (133,652) at 20250213090022268 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/7z_wrapper.sh' (133,653) at 20250213090022252 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdx75.dtsi' (133,654) at 20250213090019868 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util.h' (133,655) at 20250213090041341 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb' (133,656) at 20250213090022244 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_2.136.0.bb' (133,657) at 20250213090022264 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch' (133,658) at 20250213090022324 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/rtl8150.c' (133,659) at 20250213090020388 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0002-build-php.m4-don-t-unset-cache-variables.patch' (133,660) at 20250213090022248 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb' (133,661) at 20250213090022268 2025-03-14 03:00:54.246-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_replay.c' (133,662) at 20250213090020456 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs42xdr.c' (133,663) at 20250213090020420 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch' (133,664) at 20250213090022328 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_set_pipapo.c' (133,665) at 20250213090020452 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tox_4.24.1.bb' (133,666) at 20250213090022268 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb' (133,667) at 20250213090022252 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_romulus.py' (133,668) at 20250213090041365 2025-03-14 03:00:54.247-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264_2.5.0.bb' (133,669) at 20250213090022240 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_ocp.c' (133,670) at 20250213090020404 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-crates.inc' (133,671) at 20250213090022316 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0011-avoid-redefinition-of-prctl_mm_map-structure.patch' (133,672) at 20250213090022308 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/namespaces.c' (133,673) at 20250213090020468 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb' (133,674) at 20250213090022264 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb' (133,675) at 20250213090022264 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-networkx_3.4.2.bb' (133,676) at 20250213090022264 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb' (133,677) at 20250213090022244 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/context.py' (133,678) at 20250213090022296 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb' (133,679) at 20250213090022268 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb' (133,680) at 20250213090022260 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/select.c' (133,681) at 20250213090020420 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ufs-test.c' (133,682) at 20250213090041365 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-qatzip.c' (133,683) at 20250213090041349 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sip/sip_6.9.1.bb' (133,684) at 20250213090022252 2025-03-14 03:00:54.248-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/multilib_global.bbclass' (133,685) at 20250213090022292 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb' (133,686) at 20250213090022316 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb' (133,687) at 20250213090022268 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_api.c' (133,688) at 20250213090020456 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb' (133,689) at 20250213090022268 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb' (133,690) at 20250213090022272 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/build-quality.rst' (133,691) at 20250213090022280 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch' (133,692) at 20250213090022308 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/.clang-format' (133,693) at 20250213090028572 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb' (133,694) at 20250213090022244 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis_6.123.2.bb' (133,695) at 20250213090022316 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb' (133,696) at 20250213090022264 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/dcreategroup.bb' (133,697) at 20250213090022288 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-sys-init.service' (133,698) at 20250213090022236 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rti_wdt.c' (133,699) at 20250213090020412 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig' (133,700) at 20250213090022296 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch' (133,701) at 20250213090022256 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/releases.rst' (133,702) at 20250213090022272 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/purgatory/Makefile' (133,703) at 20250213090019876 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb' (133,704) at 20250213090022308 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyusb_1.3.1.bb' (133,705) at 20250213090022268 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/building.rst' (133,706) at 20250213090022280 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb' (133,707) at 20250213090022240 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyparsing_3.2.1.bb' (133,708) at 20250213090022316 2025-03-14 03:00:54.249-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox_0.8.12.bb' (133,709) at 20250213090022248 2025-03-14 03:00:54.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-license-expression_30.4.0.bb' (133,710) at 20250213090022316 2025-03-14 03:00:54.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/meson.build' (133,711) at 20250213090041349 2025-03-14 03:00:54.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/scan.c' (133,712) at 20250213090020456 2025-03-14 03:00:54.250-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/mac.c' (133,713) at 20250213090020388 2025-03-14 03:00:54.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/base.c' (133,714) at 20250213090020396 2025-03-14 03:00:54.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/core.c' (133,715) at 20250213090020404 2025-03-14 03:00:54.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/memcached-add-hugetlbfs-check.patch' (133,716) at 20250213090022244 2025-03-14 03:00:54.251-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb' (133,717) at 20250213090022260 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c' (133,718) at 20250213090020380 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyhamcrest_2.1.0.bb' (133,719) at 20250213090022264 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.13.bb' (133,720) at 20250213090022248 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch' (133,721) at 20250213090022328 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb' (133,722) at 20250213090022324 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-Do-not-use-glob-in-deps.patch' (133,723) at 20250213090022248 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb' (133,724) at 20250213090022260 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-snagboot_2.1.bb' (133,725) at 20250213090022268 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-evb.dts' (133,726) at 20250213090019860 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/gettimeofday.c' (133,727) at 20250213090020472 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/0002-Fix-unnecessary-qualifications-error.patch' (133,728) at 20250213090022272 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/ast.py' (133,729) at 20250213090022276 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb' (133,730) at 20250213090022316 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch' (133,731) at 20250213090022316 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/main.c' (133,732) at 20250213090020396 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb' (133,733) at 20250213090022268 2025-03-14 03:00:54.252-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinit_1.4.3.bb' (133,734) at 20250213090022324 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c' (133,735) at 20250213090020384 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi' (133,736) at 20250213090019860 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb' (133,737) at 20250213090022236 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c' (133,738) at 20250213090020232 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_verbs.c' (133,739) at 20250213090020360 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb' (133,740) at 20250213090022316 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf.c' (133,741) at 20250213090041341 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent_0.16.1.bb' (133,742) at 20250213090022244 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb' (133,743) at 20250213090022256 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb' (133,744) at 20250213090022324 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch' (133,745) at 20250213090022300 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-input.c' (133,746) at 20250213090020280 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151.dtsi' (133,747) at 20250213090019856 2025-03-14 03:00:54.253-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi' (133,748) at 20250213090019864 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/pci.c' (133,749) at 20250213090020396 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/smp.c' (133,750) at 20250213090019876 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts' (133,751) at 20250213090019864 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-trove-classifiers_2024.10.21.16.bb' (133,752) at 20250213090022316 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb' (133,753) at 20250213090022316 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/CVE-2024-7540_CVE-2024-7541_CVE-2024-7542.patch' (133,754) at 20250213090022300 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext_0.23.1.bb' (133,755) at 20250213090022300 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inline-snapshot_0.19.3.bb' (133,756) at 20250213090022264 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gtk-icon-cache.bbclass' (133,757) at 20250213090022288 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb' (133,758) at 20250213090022264 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb' (133,759) at 20250213090022260 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb' (133,760) at 20250213090022240 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/common.c' (133,761) at 20250213090020032 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500mc.inc' (133,762) at 20250213090022292 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3.bbclass' (133,763) at 20250213090022292 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/mperf_monitor.c' (133,764) at 20250213090020468 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb' (133,765) at 20250213090022268 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb' (133,766) at 20250213090022312 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy_2.2.2.bb' (133,767) at 20250213090022316 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/securing-images.rst' (133,768) at 20250213090022280 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch' (133,769) at 20250213090022320 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb' (133,770) at 20250213090022268 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icecream_2.1.4.bb' (133,771) at 20250213090022264 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb' (133,772) at 20250213090022264 2025-03-14 03:00:54.254-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/netlink.c' (133,773) at 20250213090020444 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/nxp/pinctrl-s32cc.c' (133,774) at 20250213090020400 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb' (133,775) at 20250213090022264 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.20.0.bb' (133,776) at 20250213090022268 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctre/ctre_3.9.0.bb' (133,777) at 20250213090022256 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb' (133,778) at 20250213090022264 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb' (133,779) at 20250213090022260 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c' (133,780) at 20250213090020384 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb' (133,781) at 20250213090022316 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.29.bb' (133,782) at 20250213090022248 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb' (133,783) at 20250213090022252 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian.inc' (133,784) at 20250213090022312 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq.h' (133,785) at 20250213090020472 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/machine/mtjefferson.conf' (133,786) at 20250213090022232 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch' (133,787) at 20250213090022328 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_rpm.bbclass' (133,788) at 20250213090022288 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-testsuite_2.43.1.bb' (133,789) at 20250213090022308 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb' (133,790) at 20250213090022252 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb' (133,791) at 20250213090022268 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb' (133,792) at 20250213090022316 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb' (133,793) at 20250213090022324 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb' (133,794) at 20250213090022264 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb' (133,795) at 20250213090022268 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ptp/ptp_chardev.c' (133,796) at 20250213090020404 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.10.3.bb' (133,797) at 20250213090022232 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake_3.31.4.bb' (133,798) at 20250213090022312 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb' (133,799) at 20250213090022264 2025-03-14 03:00:54.255-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb' (133,800) at 20250213090022268 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-willow.dtsi' (133,801) at 20250213090019860 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch' (133,802) at 20250213090022320 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-binary-native_1.22.11.bb' (133,803) at 20250213090022312 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar_39.bb' (133,804) at 20250213090022296 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch' (133,805) at 20250213090022252 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/libcgi-perl_4.67.bb' (133,806) at 20250213090022260 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/netdevsim.h' (133,807) at 20250213090020384 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_7_0_sm8350.h' (133,808) at 20250213090020232 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross-canadian.inc' (133,809) at 20250213090022312 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/namespaces.h' (133,810) at 20250213090020468 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb' (133,811) at 20250213090022324 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/0001-support-yocto-cross-compiling.patch' (133,812) at 20250213090022252 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/timezone/tzcode-native.bb' (133,813) at 20250213090022324 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0002-android-tools-modifications-to-make-it-build-in-yoct.patch' (133,814) at 20250213090022244 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rust-target-config.bbclass' (133,815) at 20250213090022292 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_cq.c' (133,816) at 20250213090020356 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_rx.h' (133,817) at 20250213090020456 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch' (133,818) at 20250213090022308 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear_2024.86.bb' (133,819) at 20250213090022300 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cookerdata.py' (133,820) at 20250213090022276 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb' (133,821) at 20250213090022260 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch' (133,822) at 20250213090022328 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_126.bb' (133,823) at 20250213090022252 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyproject-metadata_0.9.0.bb' (133,824) at 20250213090022316 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apiflask_2.3.2.bb' (133,825) at 20250213090022260 2025-03-14 03:00:54.256-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/traps.c' (133,826) at 20250213090019872 2025-03-14 03:00:54.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_cubic.c' (133,827) at 20250213090020444 2025-03-14 03:00:54.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb' (133,828) at 20250213090022256 2025-03-14 03:00:54.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/libstd-rs_1.81.0.bb' (133,829) at 20250213090022320 2025-03-14 03:00:54.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/nfs42proc.c' (133,830) at 20250213090020416 2025-03-14 03:00:54.257-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0016-pass-correct-parameters-to-getdents64.patch' (133,831) at 20250213090022308 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/fair.c' (133,832) at 20250213090020436 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifssmb.c' (133,833) at 20250213090020420 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/userid-validation' (133,834) at 20250213090023000 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch' (133,835) at 20250213090022324 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb' (133,836) at 20250213090022256 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-kenzo.dts' (133,837) at 20250213090019860 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libice_1.1.2.bb' (133,838) at 20250213090022324 2025-03-14 03:00:54.258-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts' (133,839) at 20250213090019860 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.1.rst' (133,840) at 20250213090022280 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/systemctl' (133,841) at 20250213090022308 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-importlib-metadata_8.5.0.bb' (133,842) at 20250213090022264 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/i386-softmmu.mak' (133,843) at 20250213090041341 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb' (133,844) at 20250213090022328 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis_7.2.7.bb' (133,845) at 20250213090022252 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uboot-sign.bbclass' (133,846) at 20250213090022292 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/intro.rst' (133,847) at 20250213090022284 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cbindgen/cbindgen_0.28.0.bb' (133,848) at 20250213090022248 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/distro_alias.inc' (133,849) at 20250213090022292 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_rx.c' (133,850) at 20250213090020456 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch' (133,851) at 20250213090022320 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-demo.dts' (133,852) at 20250213090019860 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/ax25_dev.c' (133,853) at 20250213090020440 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-assert@.service' (133,854) at 20250213090022232 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0003-missing_type.h-add-comparison_fn_t.patch' (133,855) at 20250213090022308 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/rootfs' (133,856) at 20250213090022304 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/apl.c' (133,857) at 20250213090020460 2025-03-14 03:00:54.259-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/perf_event.h' (133,858) at 20250213090020428 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch' (133,859) at 20250213090022320 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils_9.5.bb' (133,860) at 20250213090022300 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx290.c' (133,861) at 20250213090020364 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/kc.c' (133,862) at 20250213090020404 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy/CVE-2020-15117.patch' (133,863) at 20250213090022260 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1_1.36.0.bb' (133,864) at 20250213090022240 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb' (133,865) at 20250213090022324 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap_2.6.9.bb' (133,866) at 20250213090022256 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.12.0.bb' (133,867) at 20250213090022232 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-oled_3.14.0.bb' (133,868) at 20250213090022264 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/weechat_4.5.0.bb' (133,869) at 20250213090022240 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb' (133,870) at 20250213090022236 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb' (133,871) at 20250213090022268 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/autoreconf.patch' (133,872) at 20250213090022324 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch' (133,873) at 20250213090022320 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb' (133,874) at 20250213090022236 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross-canadian.inc' (133,875) at 20250213090022308 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/ccreategroup.bb' (133,876) at 20250213090022288 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/inno_hdmi.c' (133,877) at 20250213090020232 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_audio.c' (133,878) at 20250213090020232 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb' (133,879) at 20250213090022268 2025-03-14 03:00:54.260-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb.inc' (133,880) at 20250213090022248 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb' (133,881) at 20250213090022316 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32.c' (133,882) at 20250213090020404 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb' (133,883) at 20250213090022268 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c' (133,884) at 20250213090020368 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb' (133,885) at 20250213090022260 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake-native_3.31.4.bb' (133,886) at 20250213090022308 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ampere_boot_progress.sh' (133,887) at 20250213090022228 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi_1.6.bb' (133,888) at 20250213090022296 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.3.3.bb' (133,889) at 20250213090022264 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch' (133,890) at 20250213090022268 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.20.0.bb' (133,891) at 20250213090022268 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch' (133,892) at 20250213090022304 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bandit_1.8.2.bb' (133,893) at 20250213090022260 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb' (133,894) at 20250213090022264 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py-crates.inc' (133,895) at 20250213090022316 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-virtualenv_20.29.1.bb' (133,896) at 20250213090022268 2025-03-14 03:00:54.261-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/pango/pango_1.55.5.bb' (133,897) at 20250213090022324 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ieee80211.h' (133,898) at 20250213090020424 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/conf.py' (133,899) at 20250213090022232 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb' (133,900) at 20250213090022260 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch' (133,901) at 20250213090022320 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/Makefile' (133,902) at 20250213090019876 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/rpm_4.20.0.bb' (133,903) at 20250213090022320 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/images.rst' (133,904) at 20250213090022284 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-filelock_3.17.0.bb' (133,905) at 20250213090022260 2025-03-14 03:00:54.262-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.20.0.bb' (133,906) at 20250213090022268 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.1.0.bb' (133,907) at 20250213090022260 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/llvm/llvm_19.1.6.bb' (133,908) at 20250213090022316 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/hsr/hsr_forward.c' (133,909) at 20250213090020444 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/edma.c' (133,910) at 20250213090020112 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb' (133,911) at 20250213090022308 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_task.c' (133,912) at 20250213090020360 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb' (133,913) at 20250213090022256 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/buffer_head.h' (133,914) at 20250213090020424 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/__init__.py' (133,915) at 20250213090022276 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb' (133,916) at 20250213090022260 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross_1.22.11.bb' (133,917) at 20250213090022312 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/wget.py' (133,918) at 20250213090022276 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-uritools_4.0.3.bb' (133,919) at 20250213090022316 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi' (133,920) at 20250213090019860 2025-03-14 03:00:54.263-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/determism.patch' (133,921) at 20250213090022320 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0014-Handle-missing-gshadow.patch' (133,922) at 20250213090022308 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb' (133,923) at 20250213090022264 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/base.bbclass' (133,924) at 20250213090022276 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb' (133,925) at 20250213090022244 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch' (133,926) at 20250213090022256 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0006-Check-for-multiplication-overflow-in-sfconvert.patch' (133,927) at 20250213090022256 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb' (133,928) at 20250213090022244 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth_24.004.60.bb' (133,929) at 20250213090022248 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi' (133,930) at 20250213090019856 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/README.md' (133,931) at 20250213090022272 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/wireshark_4.2.9.bb' (133,932) at 20250213090022244 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0004-md-Fix-build-with-musl.patch' (133,933) at 20250213090022256 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-temp-internal.h' (133,934) at 20250213090041345 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/0002-lua-update-Makefile-to-use-environment-build-setting.patch' (133,935) at 20250213090022252 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb' (133,936) at 20250213090022324 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch' (133,937) at 20250213090022328 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/af9035.c' (133,938) at 20250213090020372 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb' (133,939) at 20250213090022316 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb' (133,940) at 20250213090022268 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uki.bbclass' (133,941) at 20250213090022292 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb' (133,942) at 20250213090022264 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-system-native_9.2.0.bb' (133,943) at 20250213090022316 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch' (133,944) at 20250213090022252 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc_git.bb' (133,945) at 20250213090022308 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/mount.sh' (133,946) at 20250213090022308 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timers/clocksource-switch.c' (133,947) at 20250213090020472 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb' (133,948) at 20250213090022324 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc_1.08.1.bb' (133,949) at 20250213090022324 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch' (133,950) at 20250213090022320 2025-03-14 03:00:54.264-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx_common.py' (133,951) at 20250213090022296 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/env.h' (133,952) at 20250213090020468 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch' (133,953) at 20250213090022308 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-som.dtsi' (133,954) at 20250213090019860 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov9282.c' (133,955) at 20250213090020364 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd_257.1.bb' (133,956) at 20250213090022308 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-nuss.c' (133,957) at 20250213090020384 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_output.c' (133,958) at 20250213090020448 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/default-providers.inc' (133,959) at 20250213090022292 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb' (133,960) at 20250213090022268 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-cht-wcove.c' (133,961) at 20250213090020364 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb' (133,962) at 20250213090022260 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/clients/pps-ktimer.c' (133,963) at 20250213090020404 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trustme_1.2.1.bb' (133,964) at 20250213090022268 2025-03-14 03:00:54.265-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch' (133,965) at 20250213090022244 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0009-php-don-t-use-broken-wrapper-for-mkdir.patch' (133,966) at 20250213090022248 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c' (133,967) at 20250213090020384 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb' (133,968) at 20250213090022324 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch' (133,969) at 20250213090022320 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj_3.7.0.bb' (133,970) at 20250213090022264 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_queue.c' (133,971) at 20250213090020372 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-2.5.4.inc' (133,972) at 20250213090022316 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_lvds.c' (133,973) at 20250213090020276 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h' (133,974) at 20250213090020392 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch' (133,975) at 20250213090022260 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/sgi575.conf' (133,976) at 20250213090022232 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2500.py' (133,977) at 20250213090041361 2025-03-14 03:00:54.266-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.28.0.bb' (133,978) at 20250213090022268 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb' (133,979) at 20250213090022264 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_param.h' (133,980) at 20250213090020356 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-serpent_1.41.bb' (133,981) at 20250213090022268 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/machine.c' (133,982) at 20250213090020468 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zeroconf_0.141.0.bb' (133,983) at 20250213090022268 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-runtime_1.22.11.bb' (133,984) at 20250213090022316 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby_3.4.1.bb' (133,985) at 20250213090022320 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/genericx86-common.inc' (133,986) at 20250213090022288 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.1.0.bb' (133,987) at 20250213090022316 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10.dtsi' (133,988) at 20250213090019856 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.13.bb' (133,989) at 20250213090022256 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb' (133,990) at 20250213090022256 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb' (133,991) at 20250213090022316 2025-03-14 03:00:54.267-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-omap2-mcspi.c' (133,992) at 20250213090020408 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp_rx.c' (133,993) at 20250213090020388 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymisp_2.5.4.bb' (133,994) at 20250213090022264 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb' (133,995) at 20250213090022316 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp_0.9.20.bb' (133,996) at 20250213090022260 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils_2.5.bb' (133,997) at 20250213090022300 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch' (133,998) at 20250213090022324 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch' (133,999) at 20250213090022316 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.6.rst' (134,000) at 20250213090022280 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/data_smart.py' (134,001) at 20250213090022276 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/max96712/max96712.c' (134,002) at 20250213090020408 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-six.inc' (134,003) at 20250213090022316 2025-03-14 03:00:54.268-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-add-arm-to-list-of-mozinline.patch' (134,004) at 20250213090022252 2025-03-14 03:00:54.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/wifi.h' (134,005) at 20250213090020396 2025-03-14 03:00:54.269-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb' (134,006) at 20250213090022260 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/loader.c' (134,007) at 20250213090020464 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross.inc' (134,008) at 20250213090022308 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts' (134,009) at 20250213090019864 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-scons_4.8.1.bb' (134,010) at 20250213090022316 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.8.bb' (134,011) at 20250213090022264 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi' (134,012) at 20250213090019860 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb' (134,013) at 20250213090022248 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch' (134,014) at 20250213090022328 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-imageio_2.37.0.bb' (134,015) at 20250213090022264 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb' (134,016) at 20250213090022260 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch' (134,017) at 20250213090022324 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf' (134,018) at 20250213090022232 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inetpeer.h' (134,019) at 20250213090020428 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sbom30.py' (134,020) at 20250213090022292 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb' (134,021) at 20250213090022240 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb' (134,022) at 20250213090022252 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog.inc' (134,023) at 20250213090022244 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/vm_websocket.hpp' (134,024) at 20250213090002828 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/files/0001-Platform-StMmRpmb-Fix-build.patch' (134,025) at 20250213090022232 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-riscv64.json' (134,026) at 20250213090041349 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/conf.c' (134,027) at 20250213090020460 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb' (134,028) at 20250213090022252 2025-03-14 03:00:54.270-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/debugedit_5.1.bb' (134,029) at 20250213090022312 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/genksyms/genksyms.h' (134,030) at 20250213090020456 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/smarty_5.4.2.bb' (134,031) at 20250213090022260 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c' (134,032) at 20250213090020396 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra20-emc.c' (134,033) at 20250213090020372 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/cheese/0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch' (134,034) at 20250213090022236 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0005-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch' (134,035) at 20250213090022308 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/puzzles/puzzles_git.bb' (134,036) at 20250213090022328 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/hw_breakpoint.c' (134,037) at 20250213090019872 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx4/main.c' (134,038) at 20250213090020356 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch' (134,039) at 20250213090022252 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pps_kernel.h' (134,040) at 20250213090020428 2025-03-14 03:00:54.271-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/acpi-cpufreq.c' (134,041) at 20250213090020072 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c' (134,042) at 20250213090020212 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash.inc' (134,043) at 20250213090022324 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake.inc' (134,044) at 20250213090022308 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit_git.bb' (134,045) at 20250213090022248 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb' (134,046) at 20250213090022252 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd.c' (134,047) at 20250213090041349 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a64.h' (134,048) at 20250213090020072 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/ktest/ktest.pl' (134,049) at 20250213090020472 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/registers.h' (134,050) at 20250213090020464 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast_2.30.2.bb' (134,051) at 20250213090022260 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/image_upload.hpp' (134,052) at 20250213090002824 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb' (134,053) at 20250213090022264 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/parallel_20241222.bb' (134,054) at 20250213090022252 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/crucible-licenses.inc' (134,055) at 20250213090022256 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cooker.py' (134,056) at 20250213090022276 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/bmaptool.rst' (134,057) at 20250213090022280 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-vectors.bb' (134,058) at 20250213090022316 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb' (134,059) at 20250213090022236 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-package.inc' (134,060) at 20250213090022304 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb' (134,061) at 20250213090022260 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/clamav.py' (134,062) at 20250213090022272 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/defaultsetup.conf' (134,063) at 20250213090022292 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.20.0.bb' (134,064) at 20250213090022268 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb' (134,065) at 20250213090022316 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb' (134,066) at 20250213090022324 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgit2/libgit2/0001-src-libgit2-CMakeLists.txt-install-cmake-files-into-.patch' (134,067) at 20250213090022328 2025-03-14 03:00:54.272-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/sys_futex.patch' (134,068) at 20250213090022328 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_rx.c' (134,069) at 20250213090020388 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb' (134,070) at 20250213090022260 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v79.bb' (134,071) at 20250213090022248 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/mipi-csis.c' (134,072) at 20250213090020368 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb' (134,073) at 20250213090022268 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mw.c' (134,074) at 20250213090020356 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/0001-lib-attr.h-use-C23-attributes-only-with-gcc-10.patch' (134,075) at 20250213090022324 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/sh_eth.c' (134,076) at 20250213090020384 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb' (134,077) at 20250213090022268 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash_5.2.37.bb' (134,078) at 20250213090022324 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/cve-update-nvd2-native.bb' (134,079) at 20250213090022308 2025-03-14 03:00:54.273-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/file/file_5.46.bb' (134,080) at 20250213090022312 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch.py' (134,081) at 20250213090022276 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam_1.7.0.bb' (134,082) at 20250213090022324 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wlcore/main.c' (134,083) at 20250213090020400 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts' (134,084) at 20250213090019872 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/test_tc_tunnel.sh' (134,085) at 20250213090020472 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750-runbmc-olympus.dts' (134,086) at 20250213090019856 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch' (134,087) at 20250213090022232 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb' (134,088) at 20250213090022264 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/packagegroups/packagegroup-fb-apps.bb' (134,089) at 20250213090022236 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb' (134,090) at 20250213090022252 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb' (134,091) at 20250213090022264 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-test.yml' (134,092) at 20250213090022272 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/init.c' (134,093) at 20250213090020396 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk.inc' (134,094) at 20250213090022316 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0026-build-path.c-avoid-boot-time-segfault-for-musl.patch' (134,095) at 20250213090022308 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.3.bb' (134,096) at 20250213090022236 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb' (134,097) at 20250213090022268 2025-03-14 03:00:54.274-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.6.3.bb' (134,098) at 20250213090022244 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr_4.36.bb' (134,099) at 20250213090022256 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc.inc' (134,100) at 20250213090022308 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb' (134,101) at 20250213090022256 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto.inc' (134,102) at 20250213090022324 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/yfsclient.c' (134,103) at 20250213090020416 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce5500.inc' (134,104) at 20250213090022292 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc' (134,105) at 20250213090022244 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec.h' (134,106) at 20250213090020108 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb' (134,107) at 20250213090022264 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony_4.6.1.bb' (134,108) at 20250213090022244 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch' (134,109) at 20250213090022316 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/wic.rst' (134,110) at 20250213090022280 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/wic-tools.bb' (134,111) at 20250213090022308 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/poky.yaml.in' (134,112) at 20250213090022280 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb' (134,113) at 20250213090022320 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/support-files-CMakeLists.txt-fix-do_populate_sysroot.patch' (134,114) at 20250213090022248 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb' (134,115) at 20250213090022264 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-24k.inc' (134,116) at 20250213090022292 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar/thunar_4.20.0.bb' (134,117) at 20250213090022268 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/common.rst' (134,118) at 20250213090022280 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb' (134,119) at 20250213090022316 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb' (134,120) at 20250213090022324 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/repro-issue-fix-with-cc-crate-hashmap.patch' (134,121) at 20250213090022320 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_resp.c' (134,122) at 20250213090020360 2025-03-14 03:00:54.275-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb' (134,123) at 20250213090022316 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ipmr_base.c' (134,124) at 20250213090020444 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-crosssdk.inc' (134,125) at 20250213090022312 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541_1.3.8.bb' (134,126) at 20250213090022240 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_0_sm8150.h' (134,127) at 20250213090020232 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch' (134,128) at 20250213090022264 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch' (134,129) at 20250213090022300 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0005-nss-does-not-build-on-mips-with-clang-because-wrong-.patch' (134,130) at 20250213090022256 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/brcmnand.c' (134,131) at 20250213090020372 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.10.0.bb' (134,132) at 20250213090022324 2025-03-14 03:00:54.276-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/init-system-helpers_1.68.bb' (134,133) at 20250213090022304 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c' (134,134) at 20250213090020392 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pint_0.24.4.bb' (134,135) at 20250213090022264 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig' (134,136) at 20250213090022296 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-core.c' (134,137) at 20250213090020276 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb' (134,138) at 20250213090022272 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/meson.build' (134,139) at 20250213090041361 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6150l.dtsi' (134,140) at 20250213090019864 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_rx_gdbsim.py' (134,141) at 20250213090041365 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/socat/socat_1.8.0.2.bb' (134,142) at 20250213090022300 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb' (134,143) at 20250213090022240 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.37.bb' (134,144) at 20250213090022268 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/client.py' (134,145) at 20250213090022272 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/git-make-shallow' (134,146) at 20250213090022272 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch' (134,147) at 20250213090022324 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0006-add-missing-FTW_-macros-for-musl.patch' (134,148) at 20250213090022308 2025-03-14 03:00:54.277-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyroute2_0.8.1.bb' (134,149) at 20250213090022264 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_output.c' (134,150) at 20250213090020448 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb' (134,151) at 20250213090022304 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian.inc' (134,152) at 20250213090022320 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch' (134,153) at 20250213090022320 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch' (134,154) at 20250213090022328 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono_2.14.bb' (134,155) at 20250213090022300 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-imx8mp.c' (134,156) at 20250213090020032 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl_9.0.1.bb' (134,157) at 20250213090022320 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb' (134,158) at 20250213090022260 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/arch-powerpc64.inc' (134,159) at 20250213090022292 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0002-arm64-dts-Add-corstone1000-external-system-device-no.patch' (134,160) at 20250213090022232 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_fragment.c' (134,161) at 20250213090020444 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-musl.yml' (134,162) at 20250213090022272 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx30_tasks.py' (134,163) at 20250213090022296 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.4.0.bb' (134,164) at 20250213090022240 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/sun50i-a64-ccu.h' (134,165) at 20250213090020424 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opusfile/opusfile/CVE-2022-47021.patch' (134,166) at 20250213090022240 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch' (134,167) at 20250213090022320 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.2.bb' (134,168) at 20250213090022240 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3_3.13.1.bb' (134,169) at 20250213090022316 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/classes/ima-evm-rootfs.bbclass' (134,170) at 20250213090022272 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb' (134,171) at 20250213090022268 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb' (134,172) at 20250213090022268 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/iova_bitmap.c' (134,173) at 20250213090020412 2025-03-14 03:00:54.278-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.6.rst' (134,174) at 20250213090022280 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu.c' (134,175) at 20250213090041357 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pefile_2024.8.26.bb' (134,176) at 20250213090022316 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/jsoncons/jsoncons_1.1.0.bb' (134,177) at 20250213090022256 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc.inc' (134,178) at 20250213090022304 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_4.1.bb' (134,179) at 20250213090022240 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb' (134,180) at 20250213090022240 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/src_uri.inc' (134,181) at 20250213090022252 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/websocketrule.cpp' (134,182) at 20250213090002824 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb' (134,183) at 20250213090022260 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/0003-hack-to-force-use-of-libc-malloc.patch' (134,184) at 20250213090022252 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb' (134,185) at 20250213090022260 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.4.1.bb' (134,186) at 20250213090022240 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/systemd.bbclass' (134,187) at 20250213090022292 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb' (134,188) at 20250213090022268 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/devtool-reference.rst' (134,189) at 20250213090022284 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/dwc/pci-imx6.c' (134,190) at 20250213090020400 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8939.dtsi' (134,191) at 20250213090019864 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/runner.py' (134,192) at 20250213090022232 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb' (134,193) at 20250213090022264 2025-03-14 03:00:54.279-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch' (134,194) at 20250213090022256 2025-03-14 03:00:54.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/layers.rst' (134,195) at 20250213090022280 2025-03-14 03:00:54.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_base.c' (134,196) at 20250213090020408 2025-03-14 03:00:54.280-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/hibernate.c' (134,197) at 20250213090020432 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/messages.h' (134,198) at 20250213090020464 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch' (134,199) at 20250213090022328 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb' (134,200) at 20250213090022316 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/CVE-2017-16844.patch' (134,201) at 20250213090022260 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/intro.rst' (134,202) at 20250213090022280 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uboot-extlinux-config.bbclass' (134,203) at 20250213090022292 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb' (134,204) at 20250213090022288 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.50.bb' (134,205) at 20250213090022260 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-init-tray-sgpio-status.service' (134,206) at 20250213090022236 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-amd.h' (134,207) at 20250213090020400 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-yocto.bbclass' (134,208) at 20250213090022288 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mxc.c' (134,209) at 20250213090020112 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/riscv_aplic.c' (134,210) at 20250213090041341 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/xdr_fs.h' (134,211) at 20250213090020416 2025-03-14 03:00:54.281-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb' (134,212) at 20250213090022252 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb' (134,213) at 20250213090022264 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch' (134,214) at 20250213090022244 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-pic32-evic.c' (134,215) at 20250213090020364 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb' (134,216) at 20250213090022272 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.4.bb' (134,217) at 20250213090022256 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch' (134,218) at 20250213090022264 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb' (134,219) at 20250213090022324 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/usdt.c' (134,220) at 20250213090020464 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs_24.3.0.bb' (134,221) at 20250213090022316 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc.inc' (134,222) at 20250213090022312 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/inline.c' (134,223) at 20250213090020416 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/eog/eog_47.0.bb' (134,224) at 20250213090022236 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6125.dtsi' (134,225) at 20250213090019868 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy_git.bb' (134,226) at 20250213090022260 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/query.py' (134,227) at 20250213090022276 2025-03-14 03:00:54.282-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/python3-manifest.json' (134,228) at 20250213090022316 2025-03-14 03:00:54.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btnxpuart.c' (134,229) at 20250213090019880 2025-03-14 03:00:54.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb' (134,230) at 20250213090022244 2025-03-14 03:00:54.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb' (134,231) at 20250213090022260 2025-03-14 03:00:54.283-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/linker.c' (134,232) at 20250213090020464 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/dump.c' (135,347) at 20250213090041349 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf' (135,348) at 20250213090022288 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb' (135,349) at 20250213090022268 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lz4c' (135,350) at 20250213090022332 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/requirements.txt' (135,351) at 20250213090022232 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/index.rst' (135,352) at 20250213090022284 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb' (135,353) at 20250213090022260 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb' (135,354) at 20250213090022268 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb' (135,355) at 20250213090022244 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb' (135,356) at 20250213090022252 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6mr.c' (135,357) at 20250213090020448 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin/0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch' (135,358) at 20250213090022268 2025-03-14 03:00:54.291-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-localserver_0.8.1.bb' (135,359) at 20250213090022268 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb' (135,360) at 20250213090022264 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/features_check.bbclass' (135,361) at 20250213090022288 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-opensuse.bb' (135,362) at 20250213090022232 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch' (135,363) at 20250213090022256 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/sanity.bbclass' (135,364) at 20250213090022288 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-runtime.inc' (135,365) at 20250213090022312 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev_3.2.14.bb' (135,366) at 20250213090022308 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/avs/skl.c' (135,367) at 20250213090020464 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch' (135,368) at 20250213090022268 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/builtin-report.c' (135,369) at 20250213090020464 2025-03-14 03:00:54.292-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/as73211.c' (135,370) at 20250218090013109 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c' (135,371) at 20250218090013097 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/mm/hugetlbpage.c' (135,372) at 20250218090013081 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c' (135,373) at 20250218090013101 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/imx296.c' (135,374) at 20250218090013113 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/udp.c' (135,375) at 20250218090013165 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/gdb/linux/cpus.py' (135,376) at 20250218090013169 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/kernel/init.rs' (135,377) at 20250218090013169 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/st.h' (135,378) at 20250218090013137 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/openpower-software-manager_git.bb' (135,379) at 20250218090014481 2025-03-14 03:00:54.293-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/boardinfo.c' (135,380) at 20250218090013081 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/fc.c' (135,381) at 20250218090013129 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/ipheth.c' (135,382) at 20250218090013121 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/src/vpd_tool_main.cpp' (135,383) at 20250218090020541 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/endpoint/pci-epf-core.c' (135,384) at 20250218090013133 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/dir.c' (135,385) at 20250218090013149 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-mm.c' (135,386) at 20250218090013093 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/marvell/mmp-driver.c' (135,387) at 20250218090013113 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iomap.c' (135,388) at 20250218090013153 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/Makefile.extrawarn' (135,389) at 20250218090013169 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/init.c' (135,390) at 20250218090013125 2025-03-14 03:00:54.294-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6350.dtsi' (135,391) at 20250218090013077 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/Kconfig' (135,392) at 20250218090013093 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/conn_object.c' (135,393) at 20250218090013165 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/misc.c' (135,394) at 20250218090013089 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts' (135,395) at 20250217090011677 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/bmcweb.service.in' (135,396) at 20250217090002473 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devlink.c' (135,397) at 20250218090013121 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c' (135,398) at 20250218090013125 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-alpha-pll.c' (135,399) at 20250218090013093 2025-03-14 03:00:54.295-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/call_object.c' (135,400) at 20250218090013165 2025-03-14 03:00:54.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2inode.c' (135,401) at 20250218090013149 2025-03-14 03:00:54.296-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-crypt.c' (135,402) at 20250218090013113 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla2xxx/qla_def.h' (135,403) at 20250218090013137 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/rxrpc.h' (135,404) at 20250218090013153 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/int3472/tps68470.c' (135,405) at 20250218090013133 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sdio.c' (135,406) at 20250218090013129 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rv/da_monitor.h' (135,407) at 20250218090013153 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/trace.h' (135,408) at 20250218090013173 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/atmel-quadspi.c' (135,409) at 20250218090013141 2025-03-14 03:00:54.298-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/smem_state.c' (135,410) at 20250218090013137 2025-03-14 03:00:54.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsglob.h' (135,411) at 20250218090013149 2025-03-14 03:00:54.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/l2cap_sock.c' (135,412) at 20250218090013161 2025-03-14 03:00:54.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/dispcc-sm6350.c' (135,413) at 20250218090013093 2025-03-14 03:00:54.299-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6375.dtsi' (135,414) at 20250218090013077 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/checklists/releases.md' (135,573) at 20250219090010828 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_fanctrl.sh' (135,574) at 20250219090013212 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/example_updater_main.cpp' (135,575) at 20250219090018876 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_start@.service' (135,576) at 20250219090013212 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/meson.build' (135,577) at 20250219090018880 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan_%.bbappend' (135,578) at 20250219090013212 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pldm.hpp' (135,579) at 20250219090016080 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/firmware_device/fd.c' (135,580) at 20250219090010828 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service' (135,581) at 20250219090013208 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_fanctrl.sh' (135,582) at 20250219090013212 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/pldm_package_util.cpp' (135,583) at 20250219090018876 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/monitor.json' (135,584) at 20250219090013212 2025-03-14 03:00:54.300-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/managers.hpp' (135,585) at 20250219090003696 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan_%.bbappend' (135,620) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/groups.json' (135,621) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/meson.build' (135,622) at 20250219090018876 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/mtmitchell_platform_gpios_init.sh' (135,623) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pldm.cpp' (135,624) at 20250219090016080 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/utils.hpp' (135,625) at 20250219090030380 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/openbmc/openbmc_managers.hpp' (135,626) at 20250219090003696 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/README.md' (135,627) at 20250219090018872 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (135,628) at 20250219090013216 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/pldm_package_util.hpp' (135,629) at 20250219090018876 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan/phosphor-fan-monitor@.service' (135,630) at 20250219090013208 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control.conf' (135,631) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/example_device.hpp' (135,632) at 20250219090018876 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software_config.hpp' (135,633) at 20250219090018876 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software.hpp' (135,634) at 20250219090018876 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/meson.options' (135,635) at 20250219090016080 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/rack-level-leak@.service' (135,636) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software_update.hpp' (135,637) at 20250219090018876 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_stop@.service' (135,638) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/zones.json' (135,639) at 20250219090013212 2025-03-14 03:00:54.301-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software_manager.hpp' (135,640) at 20250219090018876 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/utils.cpp' (135,641) at 20250219090030380 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan_%.bbappend' (135,642) at 20250219090013208 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/generate_auth_certificates.py' (135,643) at 20250219090003696 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software_config.cpp' (135,644) at 20250219090018876 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/acpi.c' (135,645) at 20250218090013125 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_pdr_handler.cpp' (135,646) at 20250218090032309 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234.dtsi' (135,647) at 20250218090013077 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi' (135,648) at 20250218090013081 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/qce/sha.c' (135,649) at 20250218090013093 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/base.c' (135,650) at 20250218090013133 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/license.rst' (135,651) at 20230925080039841 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch' (135,652) at 20230706080014733 2025-03-14 03:00:54.302-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amazon/alpine-v3-evp.dts' (135,653) at 20210309003648728 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/ftrace.h' (135,654) at 20240405153045853 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/sun9i-a80-ccu.h' (135,655) at 20210307214931350 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/quota.c' (135,656) at 20240405153231647 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rhashtable.h' (135,657) at 20240405153052789 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/ptrace.c' (135,658) at 20240405153230147 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2500.h' (135,659) at 20210308005003596 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/clock_source.h' (135,660) at 20240405153047289 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/Makefile' (135,661) at 20210308005002920 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl819x_TSProc.c' (135,662) at 20240405153231479 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt' (135,663) at 20210308005002536 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy17-91.0W' (135,664) at 20210307205553762 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_pppol2tp.h' (135,665) at 20210309003653988 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.dns' (135,666) at 20210308005003292 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/busnv4e.c' (135,667) at 20210307214927962 2025-03-14 03:00:54.303-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vhost/net.c' (135,668) at 20240405153052169 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fw.c' (135,669) at 20240624080012788 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDLA-Permissive-1.0' (135,670) at 20211006000025234 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0001-Specify-cc-cxx-and-ld-variables-from-environment.patch' (135,671) at 20230706080014765 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/octeon-model.h' (135,672) at 20210307214926238 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/phy/phy-ti.h' (135,673) at 20220525020654547 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts' (135,674) at 20240405153045465 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/crypto/aes-gcm-p10.S' (135,675) at 20240405153046097 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.1-JP' (135,676) at 20211006000025230 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/vxlan_symmetric.sh' (135,677) at 20210307214932690 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/99-default.preset' (135,678) at 20210307205554490 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.8.rst' (135,679) at 20241221090017596 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/df_v4_3.h' (135,680) at 20240405153047133 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/hyperv/hv_proc.c' (135,681) at 20220525020652146 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml' (135,682) at 20240405153045161 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/Makefile' (135,683) at 20240405153053289 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/sdbusplus.wrap' (135,684) at 20230428080030950 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/sysfs.c' (135,685) at 20240405153046329 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/move_mount_set_group/.gitignore' (135,686) at 20220525020655215 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/Kconfig' (135,687) at 20210308005003080 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/asm-offsets.h' (135,688) at 20240405153054237 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-nanopi-neo2.dts' (135,689) at 20210308005002620 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/umcast_user.c' (135,690) at 20210307214926618 2025-03-14 03:00:54.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/async_scope.hpp' (135,691) at 20241219090033968 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/i2s-regs.h' (135,692) at 20240405153053985 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/longlong.h' (135,693) at 20210308005002828 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/nvm.h' (135,694) at 20210307214929434 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/frequency/adf4350.c' (135,695) at 20240405153230691 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/auxio_64.c' (135,696) at 20240405153230091 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a77/bus.json' (135,697) at 20240405153054113 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-fsi.c' (135,698) at 20240405153046689 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.1.dts' (135,699) at 20240405153045821 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/ppc4xx_i2c.h' (135,700) at 20210308005046013 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/interrupts.c' (135,701) at 20210307214931226 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/Makefile' (135,702) at 20220525020653319 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-draco.dts' (135,703) at 20210308005002560 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-pixelview-002t.c' (135,704) at 20210307214928782 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_forward.c' (135,705) at 20240805080014051 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-softpoweroff' (135,706) at 20230412080023460 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/172.out' (135,707) at 20221215040039362 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/0001-make-Add-compiler-includes-in-cflags.patch' (135,708) at 20230706080014733 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/imxrt1050-clock.h' (135,709) at 20240405153052641 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mvebu/pinctrl-armada-370.c' (135,710) at 20240405153231323 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootmenu.c' (135,711) at 20210308005003208 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inftrees.h' (135,712) at 20210308005003716 2025-03-14 03:00:54.305-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/l2_cache.json' (135,713) at 20240405153054113 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/mos7840.c' (135,714) at 20240719080013361 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/soc/qcom,apr.h' (135,715) at 20210307214931350 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/sigcontext.h' (135,716) at 20210308005002840 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_fsl.c' (135,717) at 20240405153051997 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/include/reg.h' (135,718) at 20240405153054357 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/Kconfig' (135,719) at 20240405153230759 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_fcntl.h' (135,720) at 20210308005046089 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig' (135,721) at 20210308005003244 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/samsung/s5pv210-aries.dtsi' (135,722) at 20240405153045573 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/asymmetric_keys/x509_akid.asn1' (135,723) at 20210307214926794 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/prom.h' (135,724) at 20240405153046013 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/smp.c' (135,725) at 20240913080013857 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lkc.h' (135,726) at 20210308005003732 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/atibios.c' (135,727) at 20210308005003336 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/kwbimage.cfg' (135,728) at 20210308005003032 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/conf/machine/include/asrock.inc' (135,729) at 20240413080012631 2025-03-14 03:00:54.306-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0017-Adjust-for-musl-headers.patch' (135,730) at 20240413080012651 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_regs.h' (135,731) at 20240326080039434 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/toaster-eventreplay' (135,732) at 20240106090017245 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/marvell,sei.txt' (135,733) at 20210307214925342 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47622.dtsi' (135,734) at 20240405153045425 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/kcsan.h' (135,735) at 20240405153052713 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-raid.c' (135,736) at 20240405153230767 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cros_ec_codec.c' (135,737) at 20240405153053569 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml' (135,738) at 20240405153229779 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8-apalis-eval.dtsi' (135,739) at 20240405153045725 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/openrisc_sim.c' (135,740) at 20241211090212314 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/docs/plugin.md' (135,741) at 20221209040018567 2025-03-14 03:00:54.307-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netlink/genetlink.c' (135,742) at 20241104090011619 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/signal.c' (135,743) at 20240906080037356 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-links.patch' (135,744) at 20210307205553810 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/Kconfig' (135,745) at 20240405153231731 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/locking/lockdep/arch-support.txt' (135,746) at 20240405153229807 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.c' (135,747) at 20210309003649652 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/crypto/mpi/generic_mpih-mul3.c' (135,748) at 20240405153231947 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/shmin.c' (135,749) at 20210308005003048 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-asxx-defs.h' (135,750) at 20210307214926230 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_dfp0_arith.S' (135,751) at 20210308005046529 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/regulator.c' (135,752) at 20240405153049657 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/platform.c' (135,753) at 20240405153045977 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nandemul2k.h' (135,754) at 20210308005003556 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c' (135,755) at 20240405153231203 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/isight.c' (135,756) at 20240405153053501 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/skyworks,aat1290.yaml' (135,757) at 20240405153045089 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/Makefile' (135,758) at 20210307214929374 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/0002-spl-host-console-handle.patch' (135,759) at 20220326030009230 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/Makefile' (135,760) at 20240405153051477 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/power/xlnx-zynqmp-power.h' (135,761) at 20240405153052653 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-con-set.h' (135,762) at 20230925080040077 2025-03-14 03:00:54.308-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/boot.h' (135,763) at 20210308005045897 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/ad1848/Makefile' (135,764) at 20210307214932218 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/am335x-cm-t335.dts' (135,765) at 20240405153045589 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/delay.h' (135,766) at 20240405153054313 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xxcds' (135,767) at 20210308005003296 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c' (135,768) at 20240405153231571 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd' (135,769) at 20231126090012861 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/netgear_dgnd3700v2.h' (135,770) at 20210308005003608 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/gptfdisk_1.0.10.bb' (135,771) at 20240413080012691 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx6ul.c' (135,772) at 20240405153231319 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmf/Makefile' (135,773) at 20240405153051393 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/skylake/skl-sst-ipc.h' (135,774) at 20210309003654912 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/n64/Platform' (135,775) at 20220525020652014 2025-03-14 03:00:54.309-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/fotg210.h' (135,776) at 20210308005003692 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/pcie_wrap_regs.h' (135,777) at 20240405153046597 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb' (135,778) at 20220402030016183 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/cadence/Kconfig' (135,779) at 20240405153051221 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualMedia.v1_6_4.json' (135,780) at 20240619080002956 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/gettime.c' (135,781) at 20210308005003212 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/include/asm/debug.h' (135,782) at 20240405153230079 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6318-dma.h' (135,783) at 20210308005003636 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/linux/lockdep.h' (135,784) at 20240405153054229 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/127' (135,785) at 20220429100100890 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb' (135,786) at 20240413080012663 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-mpath.h' (135,787) at 20240405153049249 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fsi/Kconfig' (135,788) at 20240405153047061 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/base.py' (135,789) at 20241221090017632 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/Makefile' (135,790) at 20210308005002912 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/engine.py' (135,791) at 20241221090017704 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netdev.h' (135,792) at 20240405153231875 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/core/sysimgblt.c' (135,793) at 20240405153052189 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/cast5-avx-x86_64-asm_64.S' (135,794) at 20240405153046361 2025-03-14 03:00:54.310-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/arc_uart.c' (135,795) at 20240405153231511 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/run-ptest' (135,796) at 20230503080014587 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/base-stat' (135,797) at 20240405153054161 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,sdx75-gcc.h' (135,798) at 20240405153052645 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/ttm/ttm_caching.h' (135,799) at 20240405153052637 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/Kconfig' (135,800) at 20240405153048697 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_parser.c' (135,801) at 20240405153048597 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/OWNERS' (135,802) at 20210307205553674 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3128-cru.h' (135,803) at 20210308005003632 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_export.h' (135,804) at 20210307214931282 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_4_offset.h' (135,805) at 20240405153048117 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/crypto/chacha-core.S' (135,806) at 20210307214926206 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-mvebu/armada-370-xp.h' (135,807) at 20240405153045653 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_quiesce_test.cpp' (135,808) at 20241212090025211 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/mx53evk.c' (135,809) at 20210308005002984 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/e1000e/regs.h' (135,810) at 20220525020653519 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/include/mmu/isp_mmu.h' (135,811) at 20210307214930530 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-spi-byte.txt' (135,812) at 20210307214925346 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/hda.c' (135,813) at 20240405153053613 2025-03-14 03:00:54.311-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/feature/test-libunwind-debug-frame.c' (135,814) at 20210307214932466 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistryCollection.json' (135,815) at 20240619080002948 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/qinfo.h' (135,816) at 20210307214931454 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/ivtv/ivtv-cards.h' (135,817) at 20220525020653271 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/inotify/inotify.h' (135,818) at 20240405153052453 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/of_property.c' (135,819) at 20241211090145477 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/loongarch-stub.h' (135,820) at 20240628080013989 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalUser.vue' (135,821) at 20241004080035971 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/pci_mac.c' (135,822) at 20240405153231227 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-inventory-sensors.yaml' (135,823) at 20210307205553698 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_vma_resource.h' (135,824) at 20240405153048541 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/sh/intc/core.c' (135,825) at 20241211090145493 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/mrc.c' (135,826) at 20210308005002856 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/sc27xx-efuse.txt' (135,827) at 20210307214925382 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/pauth/Makefile' (135,828) at 20210309003655976 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7794.h' (135,829) at 20210308005002768 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/i2c.c' (135,830) at 20210307214930518 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/nsimosci_hs_defconfig' (135,831) at 20240405153229859 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-ipmid-providers.bbappend' (135,832) at 20210812000025258 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch' (135,833) at 20210307205553886 2025-03-14 03:00:54.312-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/bpf/index.rst' (135,834) at 20240405153229747 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gcc-msm8976.c' (135,835) at 20240405153230227 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/microchip,mcp3201.yaml' (135,836) at 20240405153045069 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-370-xp.dtsi' (135,837) at 20210308005002564 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/lib/ev67-strrchr.S' (135,838) at 20240405153229859 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/crcc37d.h' (135,839) at 20240405153048613 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6s-dhcom-drc02.dts' (135,840) at 20240405153045521 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/mv88e6xxx/port.c' (135,841) at 20241104090011579 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn316.c' (135,842) at 20240405153047301 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ingatorp' (135,843) at 20210307205553782 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ethtool/features.c' (135,844) at 20240405153232015 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_trampoline_count.c' (135,845) at 20240405153054281 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/static-passwd' (135,846) at 20231126090012825 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-balloon.c' (135,847) at 20221215040039150 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/sunxi/pinctrl-sun50i-a100.c' (135,848) at 20240405153231335 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ntb/hw/intel/ntb_hw_gen4.h' (135,849) at 20220525020653823 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth-gmac.c' (135,850) at 20210308005003424 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-1.0' (135,851) at 20210307205554418 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/pgtable_32_areas.h' (135,852) at 20210307214926674 2025-03-14 03:00:54.313-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_cout1_slave_regs.h' (135,853) at 20240405153046585 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/ust.py' (135,854) at 20210308005046245 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/lib/M7copy_from_user.S' (135,855) at 20210307214926606 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kfence.h' (135,856) at 20241220090018302 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSensor.cpp' (135,857) at 20241112090003098 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os-tadevkit_4.3.0.bb' (135,858) at 20241221090017472 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_table.hpp' (135,859) at 20240903080027143 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/qemu-x509.h' (135,860) at 20210308005046549 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-param.h' (135,861) at 20241211090212482 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/circbuf.h' (135,862) at 20210308005003572 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms' (135,863) at 20210308005003756 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/mac.h' (135,864) at 20210307214929886 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/process/code-of-conduct.rst' (135,865) at 20210307214925586 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/pxa/Makefile' (135,866) at 20210307214926998 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/disas/capstone.h' (135,867) at 20241211090212354 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/firmware-guide/acpi/gpio-properties.rst' (135,868) at 20240405153045209 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scheduled_host_transition.cpp' (135,869) at 20240823080031161 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/flash.c' (135,870) at 20210308005003540 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/udp.h' (135,871) at 20210307214931662 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/vdso.c' (135,872) at 20210307214926110 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/filesystems/tmpfs.rst' (135,873) at 20220525020651770 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/pp_thermal.h' (135,874) at 20240405153230507 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/imx/fsl,imx8mn-disp-blk-ctrl.yaml' (135,875) at 20240405153045153 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/setup.c' (135,876) at 20240628080013977 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/timb_gpio.h' (135,877) at 20210307214931522 2025-03-14 03:00:54.314-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml' (135,878) at 20240405153045113 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/dwc3-qcom.c' (135,879) at 20240405153231547 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-priority.rst' (135,880) at 20220525020651786 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (135,881) at 20240727080014098 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm47081-buffalo-wzr-600dhp2.dts' (135,882) at 20240405153229871 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/natsemi/natsemi.c' (135,883) at 20240405153050185 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig' (135,884) at 20210308005003248 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_init.c' (135,885) at 20240405153053493 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_signal.h' (135,886) at 20240906080037156 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/kobil_sct.c' (135,887) at 20240405153052137 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.c' (135,888) at 20210307214927958 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/piix.c' (135,889) at 20241211090212282 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dump.cpp' (135,890) at 20240614080016246 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_arm64_defconfig' (135,891) at 20210308005003276 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/isadma.c' (135,892) at 20240405153053489 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx8qxp_mek_defconfig' (135,893) at 20210308005003260 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/npcm8xx.inc' (135,894) at 20240628080015597 2025-03-14 03:00:54.315-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/renesas,etheravb.yaml' (135,895) at 20240405153045121 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/silk_spl.c' (135,896) at 20210308005003040 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/rcubarrier.rst' (135,897) at 20240405153044933 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/iio/iio_configfs.rst' (135,898) at 20240405153045293 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_structs.h' (135,899) at 20210308005046089 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/axg-aoclkc.h' (135,900) at 20210307214931346 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-bsp/u-boot/u-boot/measured-boot.cfg' (135,901) at 20241221090017576 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/core.c' (135,902) at 20240405153049685 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/reset/reset-raspberrypi.c' (135,903) at 20220525020653943 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.c' (135,904) at 20240405153050105 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-pctv452e-cardlist.rst' (135,905) at 20210307214925230 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/manager.hpp' (135,906) at 20241115090002317 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/configs/atari_defconfig' (135,907) at 20240405153230003 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pps/kc.h' (135,908) at 20210307214930170 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/bus_numa.h' (135,909) at 20210307214926742 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/configs/85xx-64bit.config' (135,910) at 20210307214926366 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Settings.interface.yaml' (135,911) at 20221207040023631 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ti/wl12xx/acx.h' (135,912) at 20210307214929966 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_timings.c' (135,913) at 20220525020653403 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/dcn301_optc.c' (135,914) at 20240405153047249 2025-03-14 03:00:54.316-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fieldbus/Makefile' (135,915) at 20210307214930506 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/g12a.c' (135,916) at 20240405153230215 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0010-invoking-mkfs-with-infinite-timeout.patch' (135,917) at 20240413080012663 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/mc/mc-entity.c' (135,918) at 20240617080017394 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm4708-smartrg-sr400ac.dts' (135,919) at 20240405153229871 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/Kbuild' (135,920) at 20210307214930302 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/start.S' (135,921) at 20210308005002552 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/wwan/t7xx.rst' (135,922) at 20240405153045237 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hedemora' (135,923) at 20210307205553782 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-git-proxy' (135,924) at 20210307205554638 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/lam.c' (135,925) at 20240405153232287 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource_helpers.c' (135,926) at 20240405153230403 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/nitro_enclaves/Makefile' (135,927) at 20210309003654520 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-bitbang.c' (135,928) at 20240405153231459 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qmp' (135,929) at 20210308005046245 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8821c_table.c' (135,930) at 20240405153050657 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ide_code.py' (135,931) at 20240302090018246 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c' (135,932) at 20210308005046521 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gallivare' (135,933) at 20210307205553782 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/scheduler/index.rst' (135,934) at 20240405153045301 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_qm_axuser_nonsecured_regs.h' (135,935) at 20240405153046589 2025-03-14 03:00:54.317-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/serial_uart_mux.cpp' (135,936) at 20241209090018856 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_util.h' (135,937) at 20210308005003708 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/auto_status_file.py' (135,938) at 20221209040018555 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/cloc_1.98.bb' (135,939) at 20241221090017512 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nxp/clk-lpc18xx-creg.c' (135,940) at 20240405153046805 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/dev-tools/sparse.rst' (135,941) at 20240405153045009 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-x1/exception.json' (135,942) at 20240405153054113 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/setup.cfg' (135,943) at 20210308004922940 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/ts2020.h' (135,944) at 20210307214928646 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77980a.dtsi' (135,945) at 20240405153229959 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/psock_lib.h' (135,946) at 20240405153232279 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp-rt5645.c' (135,947) at 20240405153232139 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb' (135,948) at 20241221090017556 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CATOSL-1.1' (135,949) at 20210307205554418 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcm47xx_sprom.h' (135,950) at 20210309003653824 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ice1712/ews.c' (135,951) at 20220525020655003 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/ti/omap-mcpdm.c' (135,952) at 20240405153232203 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.1.rst' (135,953) at 20241221090017592 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf.dtsi' (135,954) at 20210308005002632 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/zsmalloc.h' (135,955) at 20240405153052825 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/mfd/qcom-rpm.h' (135,956) at 20210307214931342 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/bsbe1-d01a.h' (135,957) at 20210307214928610 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/shmobile/sleep.S' (135,958) at 20210307214926566 2025-03-14 03:00:54.318-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/auxdisplay/.gitignore' (135,959) at 20220525020654931 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vt6656/main_usb.c' (135,960) at 20240405153051953 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/chsc.h' (135,961) at 20240405153051517 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/lsupdates.py' (135,962) at 20230131040012043 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/rv/Makefile' (135,963) at 20240405153232291 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_variables.scss' (135,964) at 20220105012522983 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/rz-mtu3.h' (135,965) at 20240405153052733 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/proc/proc-self-map-files-001.c' (135,966) at 20210307214932710 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-export-rootfs' (135,967) at 20230114040015554 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/associations_test.cpp' (135,968) at 20230511080029431 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (135,969) at 20230128040012698 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/buildgalculator.py' (135,970) at 20220910030013397 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/sn/klconfig.h' (135,971) at 20210307214926246 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipmi/ipmi_kcs.h' (135,972) at 20210308005046017 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/efi_stub.S' (135,973) at 20220525020651974 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/makefile.patch' (135,974) at 20230706080014757 2025-03-14 03:00:54.319-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_n.c' (135,975) at 20210309003651644 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3288.c' (135,976) at 20210308005003476 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_msc01.h' (135,977) at 20210308005003680 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_debugfs.c' (135,978) at 20240405153050177 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/cpu.c' (135,979) at 20210308005002548 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/configs/maltaup_defconfig' (135,980) at 20240405153230007 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/config.mk' (135,981) at 20210308005002556 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/coldfire/m527x.c' (135,982) at 20220525020651982 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srpt/Kconfig' (135,983) at 20210307214928466 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/sanity.c' (135,984) at 20210308005108641 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS7.conf' (135,985) at 20230606080013598 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/phy.h' (135,986) at 20210307214929774 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-engine.yaml' (135,987) at 20240405153045033 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kiruna_Kirunavaara' (135,988) at 20210307205553786 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/gpio/gpio-reg.h' (135,989) at 20240405153052693 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/gpio.h' (135,990) at 20210308005002664 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ipm.c' (135,991) at 20210308005046529 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/xbzrle.h' (135,992) at 20230925080039957 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/ia_css_isp_states.h' (135,993) at 20210307214930550 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/i915_utils.c' (135,994) at 20240405153048537 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/drivers/fimc-devel.rst' (135,995) at 20240405153045193 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-64.ld' (135,996) at 20240326080039562 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/epson,rx6110.txt' (135,997) at 20210307214925414 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mvsas/mv_64xx.h' (135,998) at 20210307214930370 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_atombios.h' (135,999) at 20220525020652999 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/socionext,uniphier-aidet.yaml' (136,000) at 20240405153045085 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/Makefile' (136,001) at 20240405153052149 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/obmc/gpio/port_owner_udc0' (136,002) at 20230209040014209 2025-03-14 03:00:54.320-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Naruska' (136,003) at 20210307205553774 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mtk-mt2701.h' (136,004) at 20210307214930082 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/axs103_defconfig' (136,005) at 20240405153229859 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/dxe.c' (136,006) at 20240405153050473 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_uprobe.c' (136,007) at 20241220090018334 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Primacom' (136,008) at 20210307205553758 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/logicvc/Makefile' (136,009) at 20240405153048565 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rk3288-veyron-broadcom-bluetooth.dtsi' (136,010) at 20240405153045561 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/Pipfile' (136,011) at 20210307205554290 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/boot/dts/axc003_idu.dtsi' (136,012) at 20240405153045357 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/timer.hpp' (136,013) at 20240817080036820 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa78.inc' (136,014) at 20240301090012451 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-tps65910.c' (136,015) at 20240405153230307 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/pseries/hvCall.S' (136,016) at 20240405153230055 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch' (136,017) at 20241221090017668 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/au88x0/au88x0_wt.h' (136,018) at 20210307214932234 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/netfilter/ebt_nflog.c' (136,019) at 20210307214931894 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/Kconfig' (136,020) at 20240405153231351 2025-03-14 03:00:54.321-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/cpu_x86.c' (136,021) at 20210308005002856 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/cec/platform/meson/ao-cec.c' (136,022) at 20240405153230775 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/kerneldoc/dec_unless_positive' (136,023) at 20240405153053437 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/WXwindows' (136,024) at 20210307205554426 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/crypto/crc32-vx.c' (136,025) at 20240405153046273 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/allwinner,sun8i-ss.yaml' (136,026) at 20210307214925298 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/nested_trust_common.h' (136,027) at 20240405153054269 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.h' (136,028) at 20210307214927266 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/sgi-ip22/Platform' (136,029) at 20240405153046049 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/filter.ipp' (136,030) at 20210308005114857 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/addac/adt7316-i2c.c' (136,031) at 20240405153051817 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/device.c' (136,032) at 20241018080014582 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/max6650.c' (136,033) at 20240405153048865 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/usb.c' (136,034) at 20240405153231239 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/fdt_test.py' (136,035) at 20210308005003752 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/pvr.h' (136,036) at 20210307214926178 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pfla02.h' (136,037) at 20210308005003608 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mkcapflags.sh' (136,038) at 20210307214926694 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/libbpf_probes.c' (136,039) at 20240405153054061 2025-03-14 03:00:54.322-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/nitro-enclave.rst' (136,040) at 20241211090212238 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ServiceRoot_v1.xml' (136,041) at 20240619080002936 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb' (136,042) at 20220402030015899 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/decode.h' (136,043) at 20240906080037476 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-dm816x-usb.c' (136,044) at 20240405153051301 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.server.vtable.cpp.mako' (136,045) at 20230516080040262 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/irq_cpu.h' (136,046) at 20220525020651998 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intersil/hostap/hostap_pci.c' (136,047) at 20220525020653767 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/owl-uart.c' (136,048) at 20240405153052009 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sabreauto.h' (136,049) at 20210308005003604 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/linux_compat.c' (136,050) at 20210308005003708 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/omap5.h' (136,051) at 20220525020654543 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/preempt.h' (136,052) at 20240405153046393 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/arm11mpcore.c' (136,053) at 20210308005045857 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/unistd.h' (136,054) at 20240405153045349 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/boost.wrap' (136,055) at 20241008080001891 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mdbus2/mdbus2/0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch' (136,056) at 20210307205553886 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/tty_ioctl.c' (136,057) at 20240405153231523 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/cio/device_status.c' (136,058) at 20240405153051521 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/dvb-usb-cinergyT2-cardlist.rst' (136,059) at 20210307214925230 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_outbox.c' (136,060) at 20240405153047221 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/linkage.h' (136,061) at 20210307214925646 2025-03-14 03:00:54.323-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/028' (136,062) at 20220429100100886 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/da9121-regulator.c' (136,063) at 20240405153231363 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/options.h' (136,064) at 20241211090212390 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/rkisp1.dot' (136,065) at 20210309003648288 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/kwbimage-lsxhl.cfg' (136,066) at 20210308005002944 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/sparc/include/asm/barrier_32.h' (136,067) at 20210307214932458 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/syscallhdr.sh' (136,068) at 20241211090212378 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml' (136,069) at 20240405153229791 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ClearHostSecurityKeys-default-zero.override.yml' (136,070) at 20210307205553718 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console-ssh@.service.in' (136,071) at 20240418080015058 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/Kconfig' (136,072) at 20210308005003544 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/fintek-cir.c' (136,073) at 20240405153049509 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/sgx/main.h' (136,074) at 20240405153054373 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/altera-stapl/altera.c' (136,075) at 20240405153049625 2025-03-14 03:00:54.324-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_scsi.h' (136,076) at 20220525020654003 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/tm2-touchkey.c' (136,077) at 20240405153230727 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/MAINTAINERS' (136,078) at 20210308005003080 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/btc_dpm.c' (136,079) at 20220525020652987 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb' (136,080) at 20240106090017277 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/Makefile' (136,081) at 20210308005003004 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/atmel-smc.txt' (136,082) at 20240405153229775 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gcr/gcr_4.3.0.bb' (136,083) at 20241221090017680 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/iceland_ih.c' (136,084) at 20240405153230355 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/admin-guide/security-bugs.rst' (136,085) at 20240405153229835 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0023-corstone1000-add-boot-index.patch' (136,086) at 20240413080012627 2025-03-14 03:00:54.325-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/8021q/Kconfig' (136,087) at 20210307214931862 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_util.cpp' (136,088) at 20210308005118485 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/log.h' (136,089) at 20210308004938820 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/Kconfig' (136,090) at 20210308005002944 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/snic/vnic_wq.c' (136,091) at 20240405153051737 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb' (136,092) at 20241221090017512 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/.gitignore' (136,093) at 20220525020651798 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mc/mc_4.8.32.bb' (136,094) at 20241221090017676 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_ptp.c' (136,095) at 20240405153230983 2025-03-14 03:00:54.326-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_isapnp.c' (136,096) at 20240405153230179 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/atomisp-regs.h' (136,097) at 20240405153051825 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/pata_parport/frpw.c' (136,098) at 20240405153046665 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sun3_scsi_vme.c' (136,099) at 20210307214930422 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/signal.h' (136,100) at 20210308005003560 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vde.c' (136,101) at 20221215040039222 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_platform.c' (136,102) at 20240405153049729 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend' (136,103) at 20240629080012188 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/pixfmt-sdr-ru12le.rst' (136,104) at 20210309003648496 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c' (136,105) at 20220525020652967 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-flush-sync.c' (136,106) at 20241211090212546 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/core_extern.c' (136,107) at 20240405153054249 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/chacha.h' (136,108) at 20220627100017126 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/reiserfs.c' (136,109) at 20210308005003548 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/w1/w1_io.c' (136,110) at 20210307214930962 2025-03-14 03:00:54.327-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-mux-reg.c' (136,111) at 20240405153048925 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/ofnode.h' (136,112) at 20210308005003628 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout-native.bb' (136,113) at 20241206090014274 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/processor.h' (136,114) at 20210308005002808 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gusemu_mixer.c' (136,115) at 20210308005045841 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/compr_rubin.c' (136,116) at 20210307214931130 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/drm.c' (136,117) at 20210308005046557 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/lm95245.rst' (136,118) at 20210309003648428 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend' (136,119) at 20220402030016075 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/features/debug/kprobes/arch-support.txt' (136,120) at 20240405153229807 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/gpucc-sdm845.c' (136,121) at 20240405153046829 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-isp.c' (136,122) at 20240405153230815 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/CREDITS' (136,123) at 20240405153229727 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-cond.h' (136,124) at 20240906080037352 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nocaselist_2.0.3.bb' (136,125) at 20241221090017556 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson64/pm.c' (136,126) at 20210307214926270 2025-03-14 03:00:54.328-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (136,127) at 20240119090013779 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/hyperv/Makefile' (136,128) at 20210307214929674 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/dtc/dtx_diff' (136,129) at 20220525020654939 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/ltc4245.rst' (136,130) at 20210307214925502 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg.rst' (136,131) at 20230925080039845 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/multiboot_dma.S' (136,132) at 20220429100100706 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/openbmctool.py' (136,133) at 20210308005111461 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sd_ops.h' (136,134) at 20240405153230851 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c' (136,135) at 20240405153232283 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/mach-common/mach/highlander.h' (136,136) at 20240405153046313 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi' (136,137) at 20210307214926342 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/rockchip/clk-rk3188.c' (136,138) at 20220525020652326 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/utils.cpp' (136,139) at 20240904080029670 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_NAND_defconfig' (136,140) at 20210308005003244 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/dns-resolver.c' (136,141) at 20220429100100598 2025-03-14 03:00:54.329-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/tpm_infineon.c' (136,142) at 20210307214926954 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_13_0_5_sh_mask.h' (136,143) at 20240405153048121 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ti/Kconfig' (136,144) at 20210308005003220 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0008-Fix-perl-install-directory-to-usr-bin.patch' (136,145) at 20241221090017564 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi' (136,146) at 20240405153229927 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links-regulators.bb' (136,147) at 20230517080016929 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wait_api.h' (136,148) at 20240405153052821 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/unistd.h' (136,149) at 20220525020651970 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/qcom,q6adm.yaml' (136,150) at 20240405153045169 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun6i-ar100.c' (136,151) at 20240405153046861 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/s400.c' (136,152) at 20210308005002912 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/watchdog/convert_drivers_to_kernel_api.rst' (136,153) at 20210307214925634 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-ddr4-evk.dts' (136,154) at 20240405153045725 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/191.out' (136,155) at 20240326080039730 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/libpeci.wrap' (136,156) at 20231019080004338 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/erdma-abi.h' (136,157) at 20240405153052945 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx88/Makefile' (136,158) at 20210307214928690 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/amu.rst' (136,159) at 20240405153044973 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/arm_scmi/Kconfig' (136,160) at 20240405153047033 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/Kconfig' (136,161) at 20240405153049629 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/iforce/Kconfig' (136,162) at 20210307214928470 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/meson-example/run-ptest' (136,163) at 20240106090017253 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp/0001-include-missing-cstdint.patch' (136,164) at 20230131040012031 2025-03-14 03:00:54.330-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu-qom.h' (136,165) at 20240326080039706 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-socfpga/ocram.c' (136,166) at 20240405153229911 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs/usnjrnl.h' (136,167) at 20210307214931198 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/tsc2007_iio.c' (136,168) at 20210309003650220 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/osi.c' (136,169) at 20240405153046641 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb' (136,170) at 20241206090014310 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/i2c/loongson,ls2x-i2c.yaml' (136,171) at 20240405153045065 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/iftop-1.0-gcc10.patch' (136,172) at 20210307205553838 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch' (136,173) at 20230706080014757 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/reed_solomon/encode_rs.c' (136,174) at 20210307214931814 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/kernel/pci-dma.c' (136,175) at 20210309003649096 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc32-linux' (136,176) at 20241206090014350 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/077_vblock_bad_entry.dts' (136,177) at 20210308005003752 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/openrisc/Kbuild' (136,178) at 20240405153046057 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign_support.h' (136,179) at 20231229090005659 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/include/uapi/asm/posix_types.h' (136,180) at 20210307214926322 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/inat_types.h' (136,181) at 20210307214926662 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/common.h' (136,182) at 20210308005003016 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-spxx-defs.h' (136,183) at 20210307214926238 2025-03-14 03:00:54.331-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0013-CC312-ADAC-Add-PSA_WANT_ALG_SHA_256-definition.patch' (136,184) at 20241221090017464 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/cls_lock_client.c' (136,185) at 20220525020654807 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml' (136,186) at 20240405153045137 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega12_smumgr.h' (136,187) at 20210309003649664 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8741.c' (136,188) at 20240405153232167 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/bitmain-antminer-s9/ps7_init_gpl.c' (136,189) at 20210308005002924 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/g760a.c' (136,190) at 20240405153048853 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c' (136,191) at 20240405153051941 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-core.h' (136,192) at 20240405153230763 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/trace/beauty/usbdevfs_ioctl.sh' (136,193) at 20240405153054177 2025-03-14 03:00:54.332-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch' (136,194) at 20210307205554038 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Message.v1_3_0.json' (136,195) at 20240918080002720 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml' (136,196) at 20240405153045173 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-footbridge/include/mach/memory.h' (136,197) at 20240405153045645 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/debugfs-cros-ec' (136,198) at 20240405153044913 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/boot-qemu-test.exp' (136,199) at 20210308004942720 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/qemux86-directdisk.wks' (136,200) at 20231014080011739 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/sdhci-omap.txt' (136,201) at 20240405153045109 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/sockmap_listen.c' (136,202) at 20240919080017082 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-user.c' (136,203) at 20210927100127017 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77960-ulcb.dts' (136,204) at 20220525020651934 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/gpio.h' (136,205) at 20210308005002816 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-sony-tulip-truly-nt35521.c' (136,206) at 20240405153048697 2025-03-14 03:00:54.333-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci' (136,207) at 20210307214932138 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dmatest.c' (136,208) at 20240405153046985 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-mul64.c' (136,209) at 20210927100127645 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/obmc-evb-common.inc' (136,210) at 20211111010015492 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh' (136,211) at 20240405153054297 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/rust/coding-guidelines.rst' (136,212) at 20240405153045301 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8192-sys-clock.yaml' (136,213) at 20240405153045017 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/imx/imx.h' (136,214) at 20240405153049165 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-64bit-linux.xml' (136,215) at 20241211090212242 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/MAINTAINERS' (136,216) at 20210308005003012 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/arch.h' (136,217) at 20210927100127381 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr_ste_v1.h' (136,218) at 20240405153050137 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/userfaultfd.patch' (136,219) at 20230706080014753 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/rose.h' (136,220) at 20240405153052865 2025-03-14 03:00:54.334-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/decode.c' (136,221) at 20220525020654807 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-versal-efuse.h' (136,222) at 20241211090212362 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/book3s_32_mmu.c' (136,223) at 20240405153046157 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/vsc7326_reg.h' (136,224) at 20210307214929358 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt4801-regulator.yaml' (136,225) at 20240405153045145 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml' (136,226) at 20240405153045089 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-pci-renesas.c' (136,227) at 20240405153052109 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ia_css_tnr_types.h' (136,228) at 20210307214930562 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8016.c' (136,229) at 20210308005002776 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_load.c' (136,230) at 20210308005003416 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_qm_syscalls.c' (136,231) at 20240405153052605 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-zynq/headsmp.S' (136,232) at 20210307214925966 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/srp/ib_srp.h' (136,233) at 20240405153049125 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregationSourceCollection.json' (136,234) at 20240619080002940 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6331-regulator.c' (136,235) at 20240405153051469 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot-uefi-http-boot.inc' (136,236) at 20241221090017472 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/MAINTAINERS' (136,237) at 20210308005002904 2025-03-14 03:00:54.335-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/shell/record+zstd_comp_decomp.sh' (136,238) at 20240405153232231 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/samsung,exynos4212-fimc-lite.yaml' (136,239) at 20240405153045101 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/ops-bcm63xx.c' (136,240) at 20240405153046049 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb' (136,241) at 20241206090014238 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun4i-a10-inet97fv2.dts' (136,242) at 20240405153045377 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/meson.build' (136,243) at 20241211090212274 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/libbpf_str.c' (136,244) at 20240405153054253 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-generic/kmalloc.h' (136,245) at 20210307214926222 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/8390/mac8390.c' (136,246) at 20240405153049773 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/loongson2ef/common/platform.c' (136,247) at 20210307214926270 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/qcom-spmi-rradc.c' (136,248) at 20240405153048961 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_hashtables.h' (136,249) at 20240405153231851 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb-v2/au6610.h' (136,250) at 20210307214928814 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/docs/Network-Configuration.md' (136,251) at 20240813080035106 2025-03-14 03:00:54.336-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc.dts' (136,252) at 20210308005002624 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rfkill/rfkill-gpio.c' (136,253) at 20241211090145557 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch_git.bb' (136,254) at 20210307205553954 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dquot_item_recover.c' (136,255) at 20240405153231779 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7.inc' (136,256) at 20221003030013297 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_format_helper.h' (136,257) at 20240405153052629 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/vmstate-if.c' (136,258) at 20210308005045853 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon' (136,259) at 20210308005002556 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (136,260) at 20210812000025166 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/accel/fxls8962af-core.c' (136,261) at 20240405153048937 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/vgaarb.c' (136,262) at 20240405153231299 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/kexec.h' (136,263) at 20240405153045937 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/timex.h' (136,264) at 20210307214926178 2025-03-14 03:00:54.337-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/signalfd.c' (136,265) at 20240405153052505 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/rocker/rocker_ofdpa.c' (136,266) at 20240405153050253 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmc/icl.c' (136,267) at 20240405153051409 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu-param.h' (136,268) at 20241211090212510 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml' (136,269) at 20240405153045149 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/freescale/Kconfig' (136,270) at 20240405153051281 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mpc8xxx_spi.c' (136,271) at 20210308005003492 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/radeon_drv.h' (136,272) at 20240405153230627 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/interrupt-controller/aspeed-scu-ic.h' (136,273) at 20210307214931338 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/list_sort.h' (136,274) at 20220525020654579 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memremap.h' (136,275) at 20240405153052725 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/mmu/mmu_v2_0.h' (136,276) at 20240405153046609 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/realmode/rm/video-bios.c' (136,277) at 20210307214926750 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/host/op-proc-control_git.bbappend' (136,278) at 20230719080015371 2025-03-14 03:00:54.338-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.h' (136,279) at 20210309003649664 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_3_0_enum.h' (136,280) at 20210307214927666 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vivid/vivid-meta-out.h' (136,281) at 20210307214928794 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Falkenberg_Ringsegard' (136,282) at 20210307205553782 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap_git.bb' (136,283) at 20241221090017692 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/opdef.c' (136,284) at 20240405153052965 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/audit.c' (136,285) at 20240712080021097 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_port.h' (136,286) at 20241211090212362 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch' (136,287) at 20230706080014765 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/config.yaml' (136,288) at 20210307205554070 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/probes/uprobes/core.h' (136,289) at 20210307214925986 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_vec.c' (136,290) at 20240405153230919 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/perf_callchain.c' (136,291) at 20240405153045909 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/tw68/tw68.h' (136,292) at 20210307214928718 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/ksmbd_work.c' (136,293) at 20240405153231747 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/dma/dummy.c' (136,294) at 20220525020654699 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm2.scc' (136,295) at 20210307205554118 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/spice-display.h' (136,296) at 20240326080039554 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb' (136,297) at 20241221090017488 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/local_lock.h' (136,298) at 20210307214931418 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr-props.yaml' (136,299) at 20240405153045101 2025-03-14 03:00:54.339-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/accounting.h' (136,300) at 20230925080039921 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/cmipci.rst' (136,301) at 20210307214925566 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-bus.txt' (136,302) at 20210308005003324 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/aspm.h' (136,303) at 20220525020653127 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ioam6.h' (136,304) at 20220525020654575 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/drm/drm_encoder.h' (136,305) at 20240405153052629 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/cell/spufs/spu_save.c' (136,306) at 20210307214926462 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/vp702x.h' (136,307) at 20210307214928822 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-mm-lantiq.c' (136,308) at 20240405153047077 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/arc_farm_kdma_ctx_axuser_masks.h' (136,309) at 20240405153046581 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_1_offset.h' (136,310) at 20210309003649632 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fib_lookup.c' (136,311) at 20240405153054253 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/mscc/serval.dtsi' (136,312) at 20220525020651994 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/membarrier/Makefile' (136,313) at 20240405153054325 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs35l34.h' (136,314) at 20210307214932298 2025-03-14 03:00:54.340-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pudasjarvi' (136,315) at 20210307205553774 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/file.h' (136,316) at 20240405153050525 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/test-aes.c' (136,317) at 20230925080040101 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Klingsta' (136,318) at 20210307205553786 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/Kconfig' (136,319) at 20210308005003340 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.rst' (136,320) at 20241221090017596 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0007-Avoid-conflicts-between-sys-mount.h-and-linux-mount..patch' (136,321) at 20241221090017496 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/xskxceiver.h' (136,322) at 20240405153232263 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/samsung,sensorhub-rinato.yaml' (136,323) at 20240405153045077 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/callchain.c' (136,324) at 20240405153046189 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/fpu/internal.h' (136,325) at 20240405153046429 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie.yaml' (136,326) at 20240613080016355 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/prom.h' (136,327) at 20210307214926674 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/iclass.h' (136,328) at 20210927100127385 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h' (136,329) at 20210308005003640 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/vboxguest_version.h' (136,330) at 20210307214930954 2025-03-14 03:00:54.341-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ad714x-spi.c' (136,331) at 20240405153049141 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/phy/phy.h' (136,332) at 20240405153052761 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-vuart/61-aspeed-vuart.rules' (136,333) at 20210307205553674 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IBM-pibs' (136,334) at 20211006000025238 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ia_css_tdf.host.c' (136,335) at 20210307214930562 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb' (136,336) at 20230317080013785 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/ar9003_wow.c' (136,337) at 20240405153050453 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/g4x_hdmi.c' (136,338) at 20240405153230543 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb' (136,339) at 20241206090014258 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ocelot_pcb123.dts' (136,340) at 20210308005002816 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/microAptiv.dtsi' (136,341) at 20210308005002812 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/arm/fas216.c' (136,342) at 20240405153051569 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/amba/pl08x.h' (136,343) at 20210307214931354 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/memory.json' (136,344) at 20240405153054109 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/extent-tree.h' (136,345) at 20241211090145505 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/generic.c' (136,346) at 20220525020654291 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/byteorder.h' (136,347) at 20210307214926762 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_prsv.cpp' (136,348) at 20210308005108645 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tve200/Kconfig' (136,349) at 20240405153048777 2025-03-14 03:00:54.342-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l56.c' (136,350) at 20240405153232147 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/pedit_dsfield.sh' (136,351) at 20240405153054341 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/ulcb-kf-simple-audio-card-mix+split.dtsi' (136,352) at 20240405153045813 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1232-revA/psu_init_gpl.c' (136,353) at 20210308005003180 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/Kconfig' (136,354) at 20210308005003552 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/s390/lib/error-inject.c' (136,355) at 20210309003648968 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/kvmclock.h' (136,356) at 20240405153046389 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_dma_rmgr.c' (136,357) at 20210309003653024 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/bpf/elf.c' (136,358) at 20240405153232211 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/multiplexer/Makefile' (136,359) at 20210307214928362 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/starfive/clk-starfive-jh7110-sys.c' (136,360) at 20240913080013785 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wan/.gitignore' (136,361) at 20210307214929714 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/xlnx-zynqmp-rtc.h' (136,362) at 20221215040039186 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm20b.c' (136,363) at 20240405153048657 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-palmas.c' (136,364) at 20240405153230207 2025-03-14 03:00:54.343-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/setup.py' (136,365) at 20240906080039388 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/pipeline.json' (136,366) at 20240405153054141 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dccp/minisocks.c' (136,367) at 20240405153053229 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/skip_action.cpp' (136,368) at 20230511080030371 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/Kconfig' (136,369) at 20210308005002976 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/pds/pci_drv.h' (136,370) at 20240405153231575 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/irq/ipi.c' (136,371) at 20240405153053005 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/futex.h' (136,372) at 20240405153046505 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/st_sensors_pdata.h' (136,373) at 20240405153052769 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/tegra/clk-dfll.c' (136,374) at 20240405153046861 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/cpu-sh3/cpu/sh7720.h' (136,375) at 20210307214926554 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad799x.yaml' (136,376) at 20240405153045069 2025-03-14 03:00:54.344-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/openrd.c' (136,377) at 20210308005002908 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/zram/zram.sh' (136,378) at 20220525020655235 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_stm32.c' (136,379) at 20210308005003484 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ufispace-ncplite.dts' (136,380) at 20240405153045421 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/setup.c' (136,381) at 20241211090145377 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/surface/surface3-wmi.c' (136,382) at 20240405153051393 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin/0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch' (136,383) at 20220204040022544 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/toshiba/tc35815.c' (136,384) at 20240405153231067 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc85xx.h' (136,385) at 20210308005003672 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/csum.json' (136,386) at 20210307214932726 2025-03-14 03:00:54.345-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dpt.c' (136,387) at 20240405153048449 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_discover.c' (136,388) at 20240710080014597 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wm8741.txt' (136,389) at 20210307214925438 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/ak4641.h' (136,390) at 20210307214931594 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/crc16.c' (136,391) at 20210308005003548 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hubp.c' (136,392) at 20240405153047241 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.yaml' (136,393) at 20240405153045085 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDomainCollection.json' (136,394) at 20240619080002952 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-mmio.c' (136,395) at 20221215040039374 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/virtio_config.h' (136,396) at 20240405153054389 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts' (136,397) at 20220525020651934 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/videomode.c' (136,398) at 20210307214930954 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_elf.h' (136,399) at 20210308005046093 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/ima/Makefile' (136,400) at 20220525020654951 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/pci/pci-tx4938.c' (136,401) at 20210307214926286 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powernv/opal-secvar.c' (136,402) at 20240405153230055 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/renesas,fdp1.yaml' (136,403) at 20210309003648368 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml' (136,404) at 20210309003648328 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lexer.l' (136,405) at 20240405153232103 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (136,406) at 20221015030011580 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/ftrace/test.d/00basic/basic2.tc' (136,407) at 20210307214932670 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/Kconfig' (136,408) at 20210308005002908 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/configs/socfpga_defconfig' (136,409) at 20240405153229907 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-timeout@.target' (136,410) at 20220301040040081 2025-03-14 03:00:54.346-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-listener.c' (136,411) at 20241211090212554 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu.h' (136,412) at 20240906080037508 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/phonet/Makefile' (136,413) at 20210307214932042 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml' (136,414) at 20240405153045069 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/uapi/asm/Kbuild' (136,415) at 20210307214926178 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/u-boot-64.lds' (136,416) at 20210308005002860 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_sync_mngr_objs_masks.h' (136,417) at 20240405153046585 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/idxd.h' (136,418) at 20240405153052921 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/power/supply/qcom,pm8941-charger.yaml' (136,419) at 20240405153045141 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sm8150.c' (136,420) at 20240405153230235 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2200.conf' (136,421) at 20230606080013598 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/OperatingConfig_v1.xml' (136,422) at 20240619080002932 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb' (136,423) at 20241206090014214 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c' (136,424) at 20220525020652951 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.err' (136,425) at 20230925080040089 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0004-configure.ac-don-t-include-build-libtool.m4.patch' (136,426) at 20220204040022468 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/rs.h' (136,427) at 20240405153050525 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_upm.c' (136,428) at 20210308005003412 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/Kconfig' (136,429) at 20210307214929822 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/meson/meson_viu.h' (136,430) at 20210307214927866 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/meson.build' (136,431) at 20240906080037160 2025-03-14 03:00:54.347-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/xrs700x/xrs700x_mdio.c' (136,432) at 20240405153049765 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/netlabel/draft-ietf-cipso-ipsecurity-01.txt' (136,433) at 20210307214925522 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c' (136,434) at 20240405153231475 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42l42.h' (136,435) at 20240405153053577 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/clocksource-wdtest.c' (136,436) at 20240815080012915 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/resctrl/cmt_test.c' (136,437) at 20240805080014075 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-engicam-edimm2.2.dtsi' (136,438) at 20220525020651934 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/als100.c' (136,439) at 20220525020654979 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_connector.h' (136,440) at 20240405153048437 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/redhat-security_1.0.bb' (136,441) at 20241206090014286 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config.bb' (136,442) at 20241206090014206 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/echoaudio/indigodjx_dsp.c' (136,443) at 20210307214932246 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf119.c' (136,444) at 20220525020652967 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt8192-mdp.c' (136,445) at 20240405153230215 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/Makefile' (136,446) at 20210307205554098 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml' (136,447) at 20240405153045145 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-ipmid-providers.bb' (136,448) at 20220921030015986 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/connector/cn_proc.c' (136,449) at 20240405153230251 2025-03-14 03:00:54.348-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb' (136,450) at 20241221090017548 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/target_core_xcopy.h' (136,451) at 20240405153051965 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/Makefile' (136,452) at 20210308005003080 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EndpointGroup_v1.xml' (136,453) at 20240619080002924 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml' (136,454) at 20240613080025600 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ipmi-init-fix-the-arguments.patch' (136,455) at 20240113090014536 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/ipq8074.dtsi' (136,456) at 20240812080017224 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/power-good-assert@.service' (136,457) at 20241029080011439 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/berlin/Makefile' (136,458) at 20210307214926966 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h' (136,459) at 20240405153230415 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/os_specific/service_layers/oslinuxtbl.c' (136,460) at 20240405153054213 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/perf/fsl_imx8_ddr_perf.c' (136,461) at 20240405153231303 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts' (136,462) at 20240405153229939 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/alchemy/common/usb.c' (136,463) at 20210307214926186 2025-03-14 03:00:54.349-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/sata_via.c' (136,464) at 20240405153046673 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/pcc-cpufreq.c' (136,465) at 20240405153230251 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/sh4a/setup-sh7763.c' (136,466) at 20210307214926566 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/control.c' (136,467) at 20241219090010500 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c' (136,468) at 20210308005002780 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml' (136,469) at 20240405153045133 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/boot/dts/microchip/mpfs-tysom-m.dts' (136,470) at 20240405153046241 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.err' (136,471) at 20240906080037564 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh' (136,472) at 20220405030025645 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/bq25890_charger.c' (136,473) at 20240405153051429 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-i686-cross.docker' (136,474) at 20241211090212534 2025-03-14 03:00:54.350-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/asm/leon_amba.h' (136,475) at 20210307214926582 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FTL' (136,476) at 20211006000025234 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_verif_scale1.c' (136,477) at 20240405153054281 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/p1020rdb.dtsi' (136,478) at 20210307214926346 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/README.md' (136,479) at 20240830080014831 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/simplefb_common.c' (136,480) at 20210308005003532 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kexec/kexec_common_lib.sh' (136,481) at 20240405153054309 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349ITX_LOWBOOT_defconfig' (136,482) at 20210308005003236 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/buffer/industrialio-buffer-cb.c' (136,483) at 20220525020653095 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nvidia/tegra20-cpu-opp.dtsi' (136,484) at 20240405153045481 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/vf610-clock.txt' (136,485) at 20240405153229759 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/pckbd.c' (136,486) at 20241211090212282 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComponentIntegrityCollection.json' (136,487) at 20240619080002944 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes.txt' (136,488) at 20230209040014209 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/bcm47xx/irq.c' (136,489) at 20210307214926190 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/sa1100/cerf.rst' (136,490) at 20240405153044973 2025-03-14 03:00:54.351-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/actions/owl-emac.h' (136,491) at 20220525020653439 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/iceland_sdma_pkt_open.h' (136,492) at 20210307214927238 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/tkprivate.diff' (136,493) at 20241221090017516 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb' (136,494) at 20241221090017692 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/p10bmc/gpio_defs.json' (136,495) at 20210409000019721 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma_pcl.c' (136,496) at 20220525020654915 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pwm/pwm-visconti.c' (136,497) at 20240405153231359 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-core/images/security-parsec-image.bb' (136,498) at 20220612030016735 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml' (136,499) at 20240405153045065 2025-03-14 03:00:54.352-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iommu/arm,smmu-v3.yaml' (136,500) at 20240405153045089 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mei/client.h' (136,501) at 20240405153049641 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/gdbstub.c' (136,502) at 20240906080037512 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/thermal/intel_powerclamp.rst' (136,503) at 20240405153044969 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_auxless.h' (136,504) at 20240405153047297 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf' (136,505) at 20240113090014528 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Saarijarvi_Kalmari' (136,506) at 20210307205553774 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-bitset.h' (136,507) at 20240405153049257 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/bcache/bset.h' (136,508) at 20240617080017390 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/pinctrl-vt8500.txt' (136,509) at 20210307214925398 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/debug.c' (136,510) at 20220525020653727 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/vdso/math64.h' (136,511) at 20210307214931694 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/kernel/hexagon_ksyms.c' (136,512) at 20240405153229991 2025-03-14 03:00:54.353-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/toastService.js' (136,513) at 20210308005107073 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef10_regs.h' (136,514) at 20210307214929614 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/resctrl/ctrlmondata.c' (136,515) at 20241104090011563 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfssvc.c' (136,516) at 20240830080013323 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Protocol_v1.xml' (136,517) at 20240619080002932 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/tools/mach-types' (136,518) at 20210309003648984 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/usbtty.h' (136,519) at 20210308005003488 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c' (136,520) at 20240405153230611 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/main.c' (136,521) at 20240405153050193 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/si_ih.h' (136,522) at 20210307214927246 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IJG' (136,523) at 20211006000025238 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/Kbuild' (136,524) at 20210307214927922 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/clk-vt8500.c' (136,525) at 20210307214926970 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-quanta-s6q.dts' (136,526) at 20240912080012042 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/Kconfig' (136,527) at 20210308005003016 2025-03-14 03:00:54.354-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/attr/test-record-no-buffering' (136,528) at 20210307214932570 2025-03-14 03:00:54.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/vcn/vcn_1_0_sh_mask.h' (136,529) at 20210307214927694 2025-03-14 03:00:54.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/smuio_v11_0_6.c' (136,530) at 20240405153047165 2025-03-14 03:00:54.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libfc/fc_lport.c' (136,531) at 20240405153231407 2025-03-14 03:00:54.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed.inc' (136,532) at 20241221090017472 2025-03-14 03:00:54.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/fsl_pamu_domain.h' (136,533) at 20220525020653195 2025-03-14 03:00:54.355-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_scanf.c' (136,534) at 20240405153053105 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/mm/pmb.c' (136,535) at 20220525020652114 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_common.cpp' (136,536) at 20240830080017491 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/295' (136,537) at 20240326080039734 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend' (136,538) at 20210729000029112 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/datagram.c' (136,539) at 20240719080013377 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/memory/tegra/tegra210.c' (136,540) at 20220525020653335 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ftsteutates.c' (136,541) at 20240405153048853 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/paths.hpp' (136,542) at 20241003080023049 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/api/err_cast.cocci' (136,543) at 20240405153053441 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/generic-pcihost.h' (136,544) at 20221215040039374 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml' (136,545) at 20240405153045073 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/krill/krill-crates.inc' (136,546) at 20230503080014591 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/rtc/rtc-ds1305.c' (136,547) at 20240405153231371 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-zero-w.dts' (136,548) at 20210308005002572 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/oldask1_expected_stdout' (136,549) at 20210308005003736 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c' (136,550) at 20240405153048665 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/ucall.c' (136,551) at 20240405153232271 2025-03-14 03:00:54.356-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/test_lsupdates.py' (136,552) at 20240106090017249 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_act.c' (136,553) at 20240405153231015 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/av7110/av7110_ipack.c' (136,554) at 20220525020654131 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_dbus.h' (136,555) at 20210308005108641 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in3_slave_regs.h' (136,556) at 20240405153046585 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/st/Makefile' (136,557) at 20240405153051977 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/acpi/.gitignore' (136,558) at 20240405153054213 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-lsi53c895a-test.c' (136,559) at 20230925080040093 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/shared-mime-info/shared-mime-info/0002-Handle-build-with-older-versions-of-GCC.patch' (136,560) at 20231207090015282 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/imx/sci.h' (136,561) at 20240405153231807 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_trace.h' (136,562) at 20241111090012145 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (136,563) at 20220629030020274 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/boards/mach-se/770x/setup.c' (136,564) at 20210307214926542 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_cgroup_storage.c' (136,565) at 20240405153054281 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/occ/p8_i2c.c' (136,566) at 20240405153048865 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/moxa,moxart-rtc.txt' (136,567) at 20240405153045153 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub2.inc' (136,568) at 20241206090014310 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/ia_css_dp.host.h' (136,569) at 20210307214930554 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/rx_common.h' (136,570) at 20240405153050281 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm/samsung/gpio.rst' (136,571) at 20240405153044973 2025-03-14 03:00:54.357-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/potentiometer/ad5110.c' (136,572) at 20240405153049009 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tve200/tve200_display.c' (136,573) at 20240405153048777 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/at91/sama7g5.c' (136,574) at 20241008080013911 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/nft_bitwise.c' (136,575) at 20240405153053329 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/wandboard.h' (136,576) at 20210308005003624 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/hda/intel-sdw-acpi.c' (136,577) at 20240520080015235 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/als300.c' (136,578) at 20220525020654987 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-bb-build.patch' (136,579) at 20210307205553810 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp-uboot.dtsi' (136,580) at 20210308005002592 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/efi.rst' (136,581) at 20210308005002536 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/iommu-helpers.h' (136,582) at 20240405153051217 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/sstep.h' (136,583) at 20241211090145381 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/asm/motorola_pgtable.h' (136,584) at 20240405153230007 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/Makefile' (136,585) at 20210308005002884 2025-03-14 03:00:54.358-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml' (136,586) at 20240405153045089 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_drv.h' (136,587) at 20240405153048777 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/natsemi.c' (136,588) at 20210308005003440 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/actions/owl-s700.c' (136,589) at 20240405153046769 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/saa7134/saa7134-core.c' (136,590) at 20240405153049373 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/smc_abi.c' (136,591) at 20240405153051969 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SunPro' (136,592) at 20241221090017616 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml' (136,593) at 20240405153045157 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/sandbox/Makefile' (136,594) at 20210308005003548 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/amiga/chipram.c' (136,595) at 20210307214926138 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_w.c' (136,596) at 20210308005046509 2025-03-14 03:00:54.359-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c' (136,597) at 20241211090145561 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/tps65910-regulator.c' (136,598) at 20240405153231367 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/erdma/Kconfig' (136,599) at 20240405153049041 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/autoload.sh' (136,600) at 20210307214925214 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/uidgid.h' (136,601) at 20210307214931526 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/pl050.h' (136,602) at 20230426080043760 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Ethernet.interface.yaml' (136,603) at 20210610000035126 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_registry/__init__.py' (136,604) at 20220805030036227 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/memory-model/scripts/runlitmus.sh' (136,605) at 20240405153054069 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/tm2_wm5110.c' (136,606) at 20240405153232191 2025-03-14 03:00:54.360-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/__init__.py' (136,607) at 20210307205554434 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/Kconfig' (136,608) at 20210308005003004 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-u-boot.dtsi' (136,609) at 20210308005002628 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-fsl-cpm.c' (136,610) at 20240405153231459 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/xyz.openbmc_project.Control.Host.NMI.service.in' (136,611) at 20230513080022442 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160ardb_tfa_defconfig' (136,612) at 20210308005003268 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/nvmem.yaml' (136,613) at 20240405153229783 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/admin.py' (136,614) at 20210307205554262 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/reset.h' (136,615) at 20240405153046833 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/hubgk104.fuc3.h' (136,616) at 20210307214927938 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/generated.mako.hpp' (136,617) at 20210308005059173 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra_audio_graph_card.c' (136,618) at 20240405153054013 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/videocc-sm8450.c' (136,619) at 20240405153230235 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6dl.cfg' (136,620) at 20210308005002924 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb' (136,621) at 20240413080012703 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Makefile' (136,622) at 20210308005002828 2025-03-14 03:00:54.361-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/radio/dsbr100.c' (136,623) at 20210307214928770 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/via686a.c' (136,624) at 20240405153230667 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/kernel/smp_64.c' (136,625) at 20240617080017378 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bvme6000_scsi.c' (136,626) at 20210307214930298 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap1/opp_data.c' (136,627) at 20210307214925910 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_control.cpp' (136,628) at 20240817080031288 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-glue-ce.c' (136,629) at 20240405153229975 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/int_helper.c' (136,630) at 20241211090212490 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_pwork.c' (136,631) at 20220525020654523 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/cubieboard.c' (136,632) at 20241211090212246 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-all.c' (136,633) at 20240906080037496 2025-03-14 03:00:54.362-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thermal/rockchip_thermal.c' (136,634) at 20240405153051977 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/libsas/sas_init.c' (136,635) at 20240405153231411 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_capture.h' (136,636) at 20240405153048509 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/testenv.py' (136,637) at 20241211090212542 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/spl.h' (136,638) at 20210308005002660 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_pttv.json' (136,639) at 20241213090004413 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/harness.c' (136,640) at 20240405153232283 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/sunxi_vpu_hw.c' (136,641) at 20240405153049497 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/lpass-tx-macro.c' (136,642) at 20240405153232151 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/TreeRCU-qs.svg' (136,643) at 20210307214925210 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/dma4_core_regs.h' (136,644) at 20240405153046573 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/genwqe/genwqe_driver.h' (136,645) at 20210307214929130 2025-03-14 03:00:54.363-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/Makefile' (136,646) at 20240405153047089 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/debugfs.h' (136,647) at 20220525020653131 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/s390-iommu.c' (136,648) at 20240405153049189 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/remoteproc_sysfs.c' (136,649) at 20240405153051481 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/amplc_pci236.c' (136,650) at 20240405153046889 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/stmmac.txt' (136,651) at 20210307214925378 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/corrupt_xstate_header.c' (136,652) at 20240405153054381 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/evsel.h' (136,653) at 20240405153054189 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-board-efuse-fault' (136,654) at 20240822080012460 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/marvell/libertas/if_usb.h' (136,655) at 20210307214929874 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/monitor.c' (136,656) at 20230925080040069 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/relocate_kernel.S' (136,657) at 20240405153045873 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_dataflash_defconfig' (136,658) at 20210308005003248 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/articia.h' (136,659) at 20240326080039538 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/purgatory/kexec-purgatory.S' (136,660) at 20240405153046229 2025-03-14 03:00:54.364-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/smdk5420_spl.c' (136,661) at 20210308005003044 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/vboxguest/vboxguest_core.h' (136,662) at 20210309003653324 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588s.dtsi' (136,663) at 20240405153229967 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/time.hpp' (136,664) at 20230511080043139 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/stratix10-socdk/MAINTAINERS' (136,665) at 20210308005002912 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ar7/irq.c' (136,666) at 20210307214926186 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/bcmstb_sdhci.c' (136,667) at 20210308005003400 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_aud2htx.h' (136,668) at 20220525020655063 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt' (136,669) at 20210307214925394 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' (136,670) at 20241221090017692 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml' (136,671) at 20240703080031423 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/start.S' (136,672) at 20210308005003008 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-div128.c' (136,673) at 20220429100100946 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/coda_psdev.h' (136,674) at 20210307214931058 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am642-tqma64xxl.dtsi' (136,675) at 20240405153229971 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js' (136,676) at 20240305090033462 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' (136,677) at 20230713080018564 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/head_44x.S' (136,678) at 20240405153230035 2025-03-14 03:00:54.365-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-its-api-test_git.bb' (136,679) at 20220910030013341 2025-03-14 03:00:54.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c' (136,680) at 20240812080017240 2025-03-14 03:00:54.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via-gpio.c' (136,681) at 20240405153052225 2025-03-14 03:00:54.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/util.c' (136,682) at 20210307214929902 2025-03-14 03:00:54.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/MAINTAINERS' (136,683) at 20210308005003076 2025-03-14 03:00:54.366-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/if_alg.h' (136,684) at 20240405153052921 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/smu11_driver_if.h' (136,685) at 20240405153048337 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt' (136,686) at 20220525020651662 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/netfilter/iptable_mangle.c' (136,687) at 20240405153053253 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/qemu_fw_cfg.h' (136,688) at 20210308005046053 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-hwmon-sensors.yaml' (136,689) at 20210307205553698 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/ddr.h' (136,690) at 20210308005002996 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/CHIP_pro_defconfig' (136,691) at 20210308005003236 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7793-sysc.h' (136,692) at 20210308005003640 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mxs/mxs-sgtl5000.c' (136,693) at 20240405153053973 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/hisilicon/zip/zip.h' (136,694) at 20240405153046945 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/wireless/reg.h' (136,695) at 20220525020654927 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/os-release/os-release.bbappend' (136,696) at 20220429030013160 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-lpc-timeout.cpp' (136,697) at 20220121040033015 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mach-rc32434/gpio.h' (136,698) at 20210307214926226 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/resource.h' (136,699) at 20210307214931306 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/misc.h' (136,700) at 20210308005003672 2025-03-14 03:00:54.367-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/LICENSE' (136,701) at 20210307205553686 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/i2s-uclass.c' (136,702) at 20210308005003488 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/gen-insn-x86-dat.sh' (136,703) at 20210307214932518 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/stat.h' (136,704) at 20240405153052941 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/xen/xen_drm_front_gem.h' (136,705) at 20240405153048801 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_sk_storage_tracing.c' (136,706) at 20240405153054277 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/001' (136,707) at 20210927100127473 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/generate_metadata.py' (136,708) at 20220804030014667 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeSlots_v1.xml' (136,709) at 20240619080002932 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/misc/ati_remote2.c' (136,710) at 20240405153049141 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcsan/selftest.c' (136,711) at 20240405153053013 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch' (136,712) at 20241221090017688 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/ufs.h' (136,713) at 20240405153052897 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/README' (136,714) at 20210308005002920 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/xenfs/Makefile' (136,715) at 20210307214930986 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/import_lzmasdk.sh' (136,716) at 20210308005003708 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tipd/tps6598x.h' (136,717) at 20240527080023348 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/hwinfo/loongson,ls2k-chipid.yaml' (136,718) at 20240405153045061 2025-03-14 03:00:54.368-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spmi/spmi-msm.txt' (136,719) at 20210308005003324 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/intel/pxa/pxa3xx.dtsi' (136,720) at 20240405153045437 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/strobemeta_subprogs.c' (136,721) at 20210309003655984 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/rkvdec/Kconfig' (136,722) at 20240405153051861 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/ftrace/ftrace-direct-multi-modify.c' (136,723) at 20240405153053429 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_delete_unittest.cpp' (136,724) at 20220824030029051 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap121_defconfig' (136,725) at 20210308005003248 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml' (136,726) at 20210309003648348 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c' (136,727) at 20240405153230527 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/mobiveil/Kconfig' (136,728) at 20240405153051229 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/timens/procfs.c' (136,729) at 20240405153054377 2025-03-14 03:00:54.369-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/kv_smc.c' (136,730) at 20210307214928002 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/intel-hda-defs.h' (136,731) at 20240326080039426 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo_air_defconfig' (136,732) at 20210308005003272 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/fit_spl_atf.its' (136,733) at 20210308005003072 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/record_manager.cpp' (136,734) at 20241210090027380 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/an5206.c' (136,735) at 20240326080039458 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c' (136,736) at 20241211090145409 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/samsung/exynos-pmu.c' (136,737) at 20240405153231451 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts' (136,738) at 20240405153229927 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/README' (136,739) at 20210307214926142 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/clk_ast2400.c' (136,740) at 20210308005003340 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/objtool/special.c' (136,741) at 20240405153054077 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_cpu_core.c' (136,742) at 20241211090212322 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/sysctl.c' (136,743) at 20240405153052313 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iommu/Kconfig' (136,744) at 20240405153230739 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_drv.c' (136,745) at 20240405153230819 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html' (136,746) at 20210307205554282 2025-03-14 03:00:54.370-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4x12.dtsi' (136,747) at 20210308005002580 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/propertygentest.mako.hpp' (136,748) at 20210308005108057 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vhost-user-input.rst' (136,749) at 20240906080037180 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nfc/st21nfca/Kconfig' (136,750) at 20210307214929982 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb' (136,751) at 20220402030015887 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/clock/imx27-clock.yaml' (136,752) at 20240405153045025 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/head.h' (136,753) at 20240405153048617 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/gfp.h' (136,754) at 20240405153054389 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/kernel/Makefile' (136,755) at 20210307214932614 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/prom/bootstr_64.c' (136,756) at 20210307214926614 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/Makefile' (136,757) at 20210308005003536 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/extra_imagedepends_only.bbclass' (136,758) at 20241221090017468 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReportDefinitionCollection.json' (136,759) at 20240619080002948 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljugarn' (136,760) at 20210307205553786 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/errors.hpp' (136,761) at 20230520080006628 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/check' (136,762) at 20240906080037564 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_LOG.h' (136,763) at 20210307214931646 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/CFcommon' (136,764) at 20210307214932714 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS7-ssh-bic@.service' (136,765) at 20231025080019870 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt' (136,766) at 20210307214925418 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-4GB-1600.dtsi' (136,767) at 20210308005002608 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/entity-manager_%.bbappend' (136,768) at 20241206090014286 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/spi/ato.c' (136,769) at 20240405153049705 2025-03-14 03:00:54.371-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml' (136,770) at 20240405153045149 2025-03-14 03:00:54.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/duplicate-key.json' (136,771) at 20210308005046405 2025-03-14 03:00:54.372-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gpucc-sc8280xp.h' (136,772) at 20240405153052645 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/oss_3_0_1_sh_mask.h' (136,773) at 20210307214927666 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/sysfs.h' (136,774) at 20240405153052429 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/davinci_nand.c' (136,775) at 20210308005003412 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/nxp/Makefile' (136,776) at 20210307214926998 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/pattern_test.cpp' (136,777) at 20240817080005771 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/rust/hostprogs/Makefile' (136,778) at 20240405153053433 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_prctl.h' (136,779) at 20220429100100642 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sram/qcom,ocmem.yaml' (136,780) at 20240405153229799 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/intro.rst' (136,781) at 20230114040015514 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/index.rst' (136,782) at 20240405153044973 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/atomic/fallbacks/andnot' (136,783) at 20240405153053433 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts' (136,784) at 20210308005002612 2025-03-14 03:00:54.373-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/debugfs_key.c' (136,785) at 20240405153053289 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/sm750fb/ddk750_reg.h' (136,786) at 20210307214930674 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-h616.c' (136,787) at 20240405153046857 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/platform_data/mv88e6xxx.h' (136,788) at 20210307214931478 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/octeon/ethernet-mdio.c' (136,789) at 20220525020654147 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/freescale/pinctrl-imx23.c' (136,790) at 20240405153231319 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_usb.h' (136,791) at 20210308005003652 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/numa_64.c' (136,792) at 20210307214926738 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/rust/alloc/lib.rs' (136,793) at 20240405153232095 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/rx.h' (136,794) at 20240405153050525 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/0003-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch' (136,795) at 20241221090017464 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/peci/internal.h' (136,796) at 20240405153051269 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/qcom,adm.yaml' (136,797) at 20240405153045053 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/keymaps/rc-wetek-play2.c' (136,798) at 20210307214928786 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml' (136,799) at 20240405153045117 2025-03-14 03:00:54.374-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/qcom/qcom-apq8016-sbc.dts' (136,800) at 20240405153045537 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/propertywatchimpl.hpp' (136,801) at 20240904080034455 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743-pinctrl.dtsi' (136,802) at 20210308005002616 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/el6x_common.h' (136,803) at 20210308005003592 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/Makefile' (136,804) at 20210308005002980 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.h' (136,805) at 20210307214929526 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml' (136,806) at 20240405153045069 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/kmscube/kmscube_%.bbappend' (136,807) at 20210812000025266 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/virtio/pci-iommu.yaml' (136,808) at 20240405153045185 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/aquantia_hwmon.c' (136,809) at 20240405153050353 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc.c' (136,810) at 20220331100017376 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/Location.interface.yaml' (136,811) at 20221207040023627 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P2041RDB.h' (136,812) at 20210308005003580 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/csdl-to-json-converter/openbmc-config.json' (136,813) at 20240724080002903 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/exynos.rst' (136,814) at 20241211090212238 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/xhci-exynos.h' (136,815) at 20210308005002724 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/echo/oslec.h' (136,816) at 20210307214929126 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/062_entry_args.dts' (136,817) at 20210308005003752 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/0001-optimize-boot.patch' (136,818) at 20210528000029695 2025-03-14 03:00:54.375-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/MAINTAINERS' (136,819) at 20210308005003080 2025-03-14 03:00:54.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/x86-android-tablets/x86-android-tablets.h' (136,820) at 20240405153051417 2025-03-14 03:00:54.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c' (136,821) at 20210308005046521 2025-03-14 03:00:54.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/rc-ir-raw.c' (136,822) at 20240405153049517 2025-03-14 03:00:54.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d36ek_cmp.dts' (136,823) at 20240405153045469 2025-03-14 03:00:54.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/Kconfig' (136,824) at 20210308005003004 2025-03-14 03:00:54.376-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_ctrl.c' (136,825) at 20240830080013259 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/cve.yml' (136,826) at 20241206090014206 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/timer/actions,owl-timer.txt' (136,827) at 20210307214925442 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/dynamic-resolution-notes.rst' (136,828) at 20220525020651718 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-hisi-kunpeng.c' (136,829) at 20240913080013817 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_dfu.c' (136,830) at 20210308005003228 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/src/utils.cpp' (136,831) at 20220525020433159 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/verification/models/wip.dot' (136,832) at 20240405153054385 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.err' (136,833) at 20210927100127469 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-savageboard.dts' (136,834) at 20240405153045501 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/atom/sst-atom-controls.c' (136,835) at 20240405153053937 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c' (136,836) at 20240405153231031 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyrynsalmi_Kyparavaara' (136,837) at 20210307205553770 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb' (136,838) at 20241206090014266 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch' (136,839) at 20230813080012876 2025-03-14 03:00:54.377-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rif_mac_profiles.sh' (136,840) at 20240405153054297 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_dtree.c' (136,841) at 20241216090017757 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/JsonSchemaFileCollection_v1.xml' (136,842) at 20240619080002924 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/regs.h' (136,843) at 20210308005002888 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/cs42xx8.h' (136,844) at 20240405153053577 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_receiver_2400_common_defs.h' (136,845) at 20210307214930538 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch' (136,846) at 20210307205553738 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/layer.conf' (136,847) at 20241221090017480 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_signal.h' (136,848) at 20220429100100646 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-loongson-pci.c' (136,849) at 20240405153231463 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/usb-charger-uevent' (136,850) at 20210309003648264 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/lcsr_translate.c' (136,851) at 20240326080039678 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/a4000t.c' (136,852) at 20210307214930262 2025-03-14 03:00:54.378-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/usercopy.c' (136,853) at 20240405153053153 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/oss/rate.c' (136,854) at 20220525020654967 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml' (136,855) at 20240405153045113 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch' (136,856) at 20210307205553934 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/rc/lirc-set-measure-carrier-mode.rst' (136,857) at 20220525020651782 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-tsan' (136,858) at 20230426080043944 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-realtek-otto.c' (136,859) at 20240405153047081 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/Kconfig' (136,860) at 20210307214928390 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/Makefile' (136,861) at 20210308005003052 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cros_ec_message.h' (136,862) at 20210308005003628 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/probe-file.h' (136,863) at 20210307214932602 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h' (136,864) at 20240405153230027 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/mtdpart.c' (136,865) at 20240405153230867 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-asynchronous-calls-58.patch' (136,866) at 20240413080012663 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-discovery.dts' (136,867) at 20240405153045785 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/igt_live_test.h' (136,868) at 20240405153230579 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mcb/mcb-internal.h' (136,869) at 20210307214928566 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx7d-smegw01.dts' (136,870) at 20240405153045533 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkreplay.c' (136,871) at 20240326080039374 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/dac/dpot-dac.c' (136,872) at 20240405153048977 2025-03-14 03:00:54.379-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/qrtr/Makefile' (136,873) at 20240405153053353 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/octeon/cvmx-spinlock.h' (136,874) at 20210307214926238 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/config.h' (136,875) at 20210308005002844 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/ef10_sriov.h' (136,876) at 20240405153231043 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/resettable.h' (136,877) at 20241211090212362 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/rn5t567.txt' (136,878) at 20210308005003308 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/sensehat-joystick.c' (136,879) at 20240405153049133 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/test-qga-config' (136,880) at 20221215040039358 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/qixis.h' (136,881) at 20210308005002960 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/obmc-fru-fault-monitor.service' (136,882) at 20210307205554070 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d34ek.dts' (136,883) at 20210308005002612 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/switch/Kconfig' (136,884) at 20210307214930038 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/dma.c' (136,885) at 20240405153231231 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/translation-table.c' (136,886) at 20241220090018334 2025-03-14 03:00:54.380-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/029_x86-rom.dts' (136,887) at 20210308005003752 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/dsa/switch.c' (136,888) at 20240405153053233 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/bcache.rst' (136,889) at 20240405153044937 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pcie-mt7621.c' (136,890) at 20240405153051237 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pstore_ram.h' (136,891) at 20240405153052777 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_static_keys.c' (136,892) at 20210307214931818 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jffs2/compr_zlib.c' (136,893) at 20210307214931130 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tc_wrapper.h' (136,894) at 20240405153052865 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/dummy_st_ops_fail.c' (136,895) at 20240405153054269 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/omap-usb-tll.c' (136,896) at 20240805080013971 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb' (136,897) at 20241221090017536 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/endpoint.hpp' (136,898) at 20210308005114857 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/sal.c' (136,899) at 20210309003648812 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/mac.h' (136,900) at 20240405153050613 2025-03-14 03:00:54.381-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init.bb' (136,901) at 20241226090016123 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ga102.c' (136,902) at 20240405153048653 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_cgu_regs.h' (136,903) at 20240405153049997 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/nvmem/imx-iim.yaml' (136,904) at 20240405153045121 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/meson/Kconfig' (136,905) at 20240405153230215 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts' (136,906) at 20240405153229919 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/integrity/platform_certs/load_ipl_s390.c' (136,907) at 20240405153232111 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/tx.c' (136,908) at 20240405153050609 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/ti_power_proc.c' (136,909) at 20210308005003476 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/.clang-tidy' (136,910) at 20210908000006243 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/bitops/ffs.h' (136,911) at 20220525020654531 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/meson.build' (136,912) at 20240823080032949 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/asymmetric-type.h' (136,913) at 20240405153052657 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ar934x.dtsi' (136,914) at 20210308005002812 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/ena/ena_xdp.c' (136,915) at 20240418080014498 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hydra.h' (136,916) at 20210308005003000 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kvm/trace_hv.h' (136,917) at 20240405153046173 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/fake_sigreturn_misaligned_sp.c' (136,918) at 20240405153054237 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c' (136,919) at 20210308005046525 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/core/sdio_irq.c' (136,920) at 20240405153049661 2025-03-14 03:00:54.382-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_is_test_passed-kselftest.log' (136,921) at 20240405153054225 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/za-ptrace.c' (136,922) at 20240405153054237 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac802154/scan.c' (136,923) at 20241011080017395 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb' (136,924) at 20240301090012431 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/irq.c' (136,925) at 20210308005003212 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/cx23885/cx23885-alsa.c' (136,926) at 20220525020653267 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rut.h' (136,927) at 20210308005003612 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c' (136,928) at 20240910080014038 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra210-common.h' (136,929) at 20210308005003620 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/google/memconsole.h' (136,930) at 20210307214927174 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/davinci/vpif_capture.c' (136,931) at 20240405153230819 2025-03-14 03:00:54.383-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tpm2/tpm2.py' (136,932) at 20240405153054381 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,turingcc-qcs404.h' (136,933) at 20210307214931330 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_occ_map.pl' (136,934) at 20220719030037089 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gullbrandstorp' (136,935) at 20210307205553782 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/apple/t6001-j316c.dts' (136,936) at 20240405153045717 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/ppp-ioctl.h' (136,937) at 20220525020654675 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/rt5033_battery.c' (136,938) at 20240405153051437 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/sdimage-bootpart.wks' (136,939) at 20210307205554638 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gk104.h' (136,940) at 20220525020652971 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-typing_4.1.0.bb' (136,941) at 20241206090014266 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/mirror_gre.sh' (136,942) at 20210307214932666 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-inventory-mrw-native.bb' (136,943) at 20241206090014274 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/riscv-iommu-test.c' (136,944) at 20241211090212546 2025-03-14 03:00:54.384-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/SSPL-1' (136,945) at 20210307205553866 2025-03-14 03:00:54.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/ccio-dma.c' (136,946) at 20240910080014058 2025-03-14 03:00:54.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/ecc.c' (136,947) at 20240405153230867 2025-03-14 03:00:54.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/intel/iwlegacy/commands.h' (136,948) at 20240405153050509 2025-03-14 03:00:54.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-escape.json' (136,949) at 20210308005046413 2025-03-14 03:00:54.385-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utils_install.robot' (136,950) at 20231216090016812 2025-03-14 03:00:54.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c' (136,951) at 20240405153048509 2025-03-14 03:00:54.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share/0001-build-Define-list-of-libc-feature-test-macros.patch' (136,952) at 20241221090017488 2025-03-14 03:00:54.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/boot.c' (136,953) at 20241211090212290 2025-03-14 03:00:54.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/nand_base.c' (136,954) at 20240712080021073 2025-03-14 03:00:54.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/check_cc.sh' (136,955) at 20220525020655235 2025-03-14 03:00:54.386-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts' (136,956) at 20240405153229967 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/abx500/ab8500.h' (136,957) at 20240405153231819 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath9k/calib.h' (136,958) at 20210307214929766 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/arch/x86/tests/arch-tests.c' (136,959) at 20240405153054089 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/drivers/net_kern.c' (136,960) at 20241211090145385 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch' (136,961) at 20241221090017636 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/wtmpdb/0001-include-libgen.h-for-basename.patch' (136,962) at 20240413080012655 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/usb.c' (136,963) at 20240613080016447 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/ath25/devices.c' (136,964) at 20210307214926186 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/aead_api.c' (136,965) at 20210416100025538 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/sip.c' (136,966) at 20210308005002728 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb' (136,967) at 20220119040023124 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/arm_pmuv3.h' (136,968) at 20240405153229907 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/compare_vpd_action_tests.cpp' (136,969) at 20240817080031296 2025-03-14 03:00:54.387-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/smsc95xx.c' (136,970) at 20210308005003504 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-km_common.dtsi' (136,971) at 20210308005002592 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_hw.h' (136,972) at 20210308005045921 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/interconnect/samsung/exynos.c' (136,973) at 20240405153049173 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/Kconfig.platforms' (136,974) at 20210307214926094 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/kernel/vdso/rt_sigreturn.S' (136,975) at 20220525020651970 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/004_invalid_entry.dts' (136,976) at 20210308005003752 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/cpu/clock-cpg.c' (136,977) at 20210307214926558 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mm/abort-ev7.S' (136,978) at 20240405153045693 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/asihpi/hpioctl.c' (136,979) at 20240405153053517 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/digic_boards.c' (136,980) at 20220429100100438 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gdbm/files/ptest.patch' (136,981) at 20241221090017696 2025-03-14 03:00:54.388-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/arm_mhuv2.c' (136,982) at 20241211090145441 2025-03-14 03:00:54.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/tegra20-apb-dma.c' (136,983) at 20240405153230287 2025-03-14 03:00:54.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_2_3_0_offset.h' (136,984) at 20220525020652702 2025-03-14 03:00:54.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/ralink.yaml' (136,985) at 20240405153045109 2025-03-14 03:00:54.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt' (136,986) at 20210307214925430 2025-03-14 03:00:54.389-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/power/cpupower/debug/i386/centrino-decode.c' (136,987) at 20210307214932614 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/Makefile' (136,988) at 20210308005002912 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/spi/spi-sc18is602.rst' (136,989) at 20210309003648464 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/apparmor/include/audit.h' (136,990) at 20240712080021097 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/error-injection.h' (136,991) at 20240405153052617 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-greatlakes/greatlakes-sysinit/greatlakes-sysinit.bb' (136,992) at 20241221090017476 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb' (136,993) at 20241206090014342 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml' (136,994) at 20240405153045145 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/idxd/Makefile' (136,995) at 20240405153230279 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sim710.c' (136,996) at 20220525020654079 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_vcpu_pmu.h' (136,997) at 20241008080013895 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_common.h' (136,998) at 20210308005002712 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/pcm_oss.h' (136,999) at 20210307214931598 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/fp/fpsimd-stress' (137,000) at 20210309003655972 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/Kbuild' (137,001) at 20240405153048645 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sense_codes.h' (137,002) at 20210309003652896 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/reqlist.c' (137,003) at 20241022080032776 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/008.out' (137,004) at 20210308005046413 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.callback.hpp.mako' (137,005) at 20241002080038083 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/rtas_pci.c' (137,006) at 20240405153046149 2025-03-14 03:00:54.390-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/hmcdrv_dev.c' (137,007) at 20240405153051513 2025-03-14 03:00:54.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/object.c' (137,008) at 20241211090212454 2025-03-14 03:00:54.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/cereal.wrap' (137,009) at 20240912080033299 2025-03-14 03:00:54.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-zero-plus2.dts' (137,010) at 20240405153045393 2025-03-14 03:00:54.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/memcpy.S' (137,011) at 20210308005002708 2025-03-14 03:00:54.391-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.7/index.html' (137,012) at 20210307205554246 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/uvd/uvd_7_0_sh_mask.h' (137,013) at 20210309003649632 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ipv6.h' (137,014) at 20240405153231851 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/lib/api/fd/array.h' (137,015) at 20240405153054053 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c' (137,016) at 20240405153051865 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/unpriv_helpers.h' (137,017) at 20240405153054289 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/cadence/Kconfig' (137,018) at 20240405153051281 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/whiteheat.c' (137,019) at 20240405153052141 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/iostat.h' (137,020) at 20240405153052417 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/ti/phy-da8xx-usb.c' (137,021) at 20240405153051301 2025-03-14 03:00:54.392-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi-octeon.txt' (137,022) at 20210307214925438 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overklinten' (137,023) at 20210307205553790 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/ds1621.c' (137,024) at 20240405153048853 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/coda/file.c' (137,025) at 20240405153231647 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/spi/spi_altera.txt' (137,026) at 20210307214925442 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/qcom,gcc-sdm845.h' (137,027) at 20240405153052645 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-objmgr_%.bbappend' (137,028) at 20230215040018435 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km_arm.h' (137,029) at 20210308005003600 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/sysfs.c' (137,030) at 20210307214929802 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panfrost/panfrost_gem.h' (137,031) at 20240405153048701 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/toolchain-scripts.bbclass' (137,032) at 20241206090014302 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c' (137,033) at 20240405153049857 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/mm/uasm-micromips.c' (137,034) at 20210307214926278 2025-03-14 03:00:54.393-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen6_ppgtt.c' (137,035) at 20240405153048481 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/porter_spl.c' (137,036) at 20210308005003036 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/hsw-metrics.json' (137,037) at 20240405153054137 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rockchip-pinconf.dtsi' (137,038) at 20220525020651942 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/mediatek,vcodecsys.txt' (137,039) at 20240405153229755 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_uart.dtsi' (137,040) at 20210308005002612 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/common/cypress_firmware.c' (137,041) at 20210307214928598 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/graph_card.h' (137,042) at 20240405153052885 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6ull-myir-mys-6ulx-eval.dts' (137,043) at 20240405153045529 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/sf-pdma/sf-pdma.h' (137,044) at 20240405153047005 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/qcom/pinctrl-apq8084.c' (137,045) at 20240405153051345 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/mangle_pstate_invalid_mode_el3t.c' (137,046) at 20210307214932634 2025-03-14 03:00:54.394-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/thm/thm_11_0_2_sh_mask.h' (137,047) at 20220525020652807 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/processor.h' (137,048) at 20240405153054317 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/as102_fe_types.h' (137,049) at 20240712080021069 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/bpf/bpftool/Documentation/bpftool-iter.rst' (137,050) at 20240405153054037 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/nmclan_cs.c' (137,051) at 20240405153049793 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/harma/cri_sensors.json' (137,052) at 20240111090005998 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprt.c' (137,053) at 20240405153053389 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bb' (137,054) at 20241206090014278 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/diag288_wdt.c' (137,055) at 20240405153052237 2025-03-14 03:00:54.395-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/fpga/dfl-fme-error.c' (137,056) at 20210309003649368 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/tee-supplicant@.service' (137,057) at 20241221090017472 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/usr/default_cpio_list' (137,058) at 20210307214932746 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_handler.hpp' (137,059) at 20241209090018856 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/helper.c' (137,060) at 20240906080037500 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/drxd_hard.c' (137,061) at 20240405153049289 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/inside-secure/safexcel_hash.c' (137,062) at 20241211090145405 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_thor.h' (137,063) at 20210308005003508 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/obmc-github-security-advisory-template.md' (137,064) at 20241203090006519 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/report_params_helpers.hpp' (137,065) at 20240711080036139 2025-03-14 03:00:54.396-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tls/trace.c' (137,066) at 20210307214932098 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/watchdog/amlogic,meson6-wdt.yaml' (137,067) at 20240405153045185 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/isa/sb/sb16_csp.c' (137,068) at 20240405153232127 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ccs/ccs-reg-access.c' (137,069) at 20220525020653251 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSYS.interface.yaml' (137,070) at 20240618080025497 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_pci.h' (137,071) at 20240906080037332 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/cxl/of.c' (137,072) at 20240405153049633 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/nx/nx-common-pseries.c' (137,073) at 20240405153046961 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/git-workflow.svg' (137,074) at 20220125040024455 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tiny/ili9486.c' (137,075) at 20240405153230639 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c' (137,076) at 20240405153048357 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/kernel/entry-arcv2.S' (137,077) at 20240405153229859 2025-03-14 03:00:54.397-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth.h' (137,078) at 20210308005003424 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp_tx.c' (137,079) at 20240805080013983 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/cpu-timers.c' (137,080) at 20241211090212462 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_tables.scss' (137,081) at 20241004080035959 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/file-item.c' (137,082) at 20240405153231623 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/x86/microcode.rst' (137,083) at 20240405153044989 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml' (137,084) at 20240405153045125 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/fw_cfg-acpi.c' (137,085) at 20241211090212314 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/gpcgk104.fuc3.h' (137,086) at 20210307214927938 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/math-emu/fcmpu.c' (137,087) at 20210307214926434 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/crypto/aes-glue.c' (137,088) at 20240405153045845 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/filesystems/ext4/about.rst' (137,089) at 20210309003648416 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/early_printk.c' (137,090) at 20240405153046429 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vsyscall/vsyscall_trace.h' (137,091) at 20210307214926650 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/vport-geneve.c' (137,092) at 20240405153053349 2025-03-14 03:00:54.398-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/xt_rateest.c' (137,093) at 20210307214932030 2025-03-14 03:00:54.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/cxgb4/t4fw_ri_api.h' (137,094) at 20240405153049041 2025-03-14 03:00:54.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/cm2xxx.h' (137,095) at 20240405153045661 2025-03-14 03:00:54.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/viamode.h' (137,096) at 20210307214930950 2025-03-14 03:00:54.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/ti/k3-udma.c' (137,097) at 20240805080013943 2025-03-14 03:00:54.399-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm3380-clock.h' (137,098) at 20210308005003632 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ov2680.c' (137,099) at 20240613080016423 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_buildsys.py' (137,100) at 20240301090012483 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/multipath.conf.example' (137,101) at 20210307205553986 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/test/test_async_driver_probe.c' (137,102) at 20240405153046693 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts' (137,103) at 20240405153229919 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/vex.bbclass' (137,104) at 20241221090017612 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/bpf_misc.h' (137,105) at 20240405153232259 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/tests/subpagetest.c' (137,106) at 20210307214929242 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.clang-format' (137,107) at 20241219090024368 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-bcm-kona.c' (137,108) at 20240405153230859 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/timer.h' (137,109) at 20210309003653976 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/math/fpu_signal.c' (137,110) at 20210307214932702 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/mmu_helper.c' (137,111) at 20240906080037536 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/amlogic,a1-pll-clkc.h' (137,112) at 20240405153231795 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/summary.h' (137,113) at 20210308005003548 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/radix-tree/benchmark.c' (137,114) at 20210307214932630 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-spu3.dts' (137,115) at 20240405153045537 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/Kconfig' (137,116) at 20240906080037296 2025-03-14 03:00:54.400-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/fitimage-sign.inc' (137,117) at 20210908000029103 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/gen7_renderclear.c' (137,118) at 20240405153048481 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sym53c8xx_2/Makefile' (137,119) at 20210307214930422 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-tegra/sleep.S' (137,120) at 20240405153045689 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/u-boot.lds.h' (137,121) at 20210308005003688 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/iomux.c' (137,122) at 20210308005003228 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/imx6q-sabreauto.dot' (137,123) at 20210307214925234 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/configs/axs101_defconfig' (137,124) at 20240405153229859 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-utils.c' (137,125) at 20240405153051341 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/olpc.c' (137,126) at 20210307214926742 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/mkimage/imximage.txt' (137,127) at 20210308005003328 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/actions/pinctrl-owl.h' (137,128) at 20210307214930066 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/taskset_nondeterministic_tests' (137,129) at 20210629000017508 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mfd/richtek,rt5120.yaml' (137,130) at 20240405153045109 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_mme_ctrl_lo_arch_agu_in1_master_regs.h' (137,131) at 20240405153046585 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-host-pci-device.c' (137,132) at 20240906080037320 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/i2c-address-translators.rst' (137,133) at 20240405153229819 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/kernel/jump_label.c' (137,134) at 20240405153046021 2025-03-14 03:00:54.401-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/sensors_tests.cpp' (137,135) at 20210416000100099 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-ljca.c' (137,136) at 20240405153047077 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/smp-tbsync.c' (137,137) at 20210307214926414 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (137,138) at 20220603100015803 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/tipc/netlink.c' (137,139) at 20240405153232083 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7790-lager.dts' (137,140) at 20240405153229895 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8996.c' (137,141) at 20240405153232171 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/ivb_clear_kernel.c' (137,142) at 20210307214927822 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac.h' (137,143) at 20210307214929810 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_chain_partition_descriptor.c' (137,144) at 20210308005003704 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts' (137,145) at 20240405153229967 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/free-space-tree.c' (137,146) at 20241211090145505 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml' (137,147) at 20240405153045061 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd.h' (137,148) at 20240405153049729 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/abiv1/inc/abi/regdef.h' (137,149) at 20220525020651966 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/phy/bcm63xx.c' (137,150) at 20220525020653683 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ras/cec.c' (137,151) at 20240405153051461 2025-03-14 03:00:54.402-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/stringloops/Makefile' (137,152) at 20210309003656016 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/garp.c' (137,153) at 20240405153053157 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/edac.h' (137,154) at 20210307214926378 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml' (137,155) at 20240405153045153 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml' (137,156) at 20240405153045061 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/MAINTAINERS' (137,157) at 20210308005002940 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2_smc.h' (137,158) at 20210308005002716 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/gbefb.c' (137,159) at 20240405153231583 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/virgl.c' (137,160) at 20240326080039398 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/renesas/r8a7792-blanche.dts' (137,161) at 20240405153229899 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/bcm63xx_pcmcia.c' (137,162) at 20240405153051261 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm63268.dtsi' (137,163) at 20210308005002812 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/tao3530.c' (137,164) at 20210308005003072 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml' (137,165) at 20240405153045089 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/counter/ftm-quaddec.txt' (137,166) at 20210307214925298 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/util/bpf_skel/sample-filter.h' (137,167) at 20240405153054185 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gpummu.c' (137,168) at 20220525020652943 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv04.c' (137,169) at 20220525020652967 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpio.h' (137,170) at 20210308005003648 2025-03-14 03:00:54.403-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2600.inc' (137,171) at 20241126090011759 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/nfc/digital_technology.c' (137,172) at 20220525020654883 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/radeon/rv740d.h' (137,173) at 20210307214928022 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/wm8776.txt' (137,174) at 20210307214925438 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem_local.h' (137,175) at 20210307214930542 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/whiteheat.h' (137,176) at 20210307214930874 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/power/main.c' (137,177) at 20240405153053025 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/0001-configure.in-hard-code-path-to-iceauth.patch' (137,178) at 20210307205554046 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lillogda' (137,179) at 20210307205553786 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/__init__.py' (137,180) at 20240906080037444 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mtd/plat-ram.h' (137,181) at 20210307214931454 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (137,182) at 20240326080016518 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/witherspoon-tacoma/server.ttyVUART1.conf' (137,183) at 20230606080013598 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-lanmcu.dts' (137,184) at 20240405153045497 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/cpufeature.h' (137,185) at 20210307214926210 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (137,186) at 20240424080012220 2025-03-14 03:00:54.404-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-operations.c' (137,187) at 20230925080039921 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c' (137,188) at 20210308005046517 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/mm/memory-model.rst' (137,189) at 20240405153045297 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/crypto/zcrypt_card.c' (137,190) at 20240405153051529 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/mite.c' (137,191) at 20240405153046897 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml' (137,192) at 20220525020651682 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/common/pinmux-config-tamonten-ng.h' (137,193) at 20210308005002920 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/conf/layer.conf' (137,194) at 20241221090017484 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/cards/via82xx-mixer.rst' (137,195) at 20210307214925566 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/syslog.cfg' (137,196) at 20210307205554470 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smbacl.h' (137,197) at 20240405153231755 2025-03-14 03:00:54.405-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/mediatek/mt7623n.dtsi' (137,198) at 20240405153045461 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/media-dev.h' (137,199) at 20241211090145449 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ThermalMode.interface.yaml' (137,200) at 20240618080025501 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/parisc/lasi.c' (137,201) at 20240405153231283 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/div_small.S' (137,202) at 20220525020652186 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/hi6421v600-regulator.c' (137,203) at 20240405153051465 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/sysemu/runstate-action.h' (137,204) at 20240326080039550 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/memory.json' (137,205) at 20220525020655147 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/ipu3/ipu3-css-params.h' (137,206) at 20210307214930582 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/chacha.h' (137,207) at 20210307214931310 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/memory/tegra194-mc.h' (137,208) at 20210307214931342 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c' (137,209) at 20240726080012882 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/mediatek/pinctrl-mt6795.c' (137,210) at 20240405153051317 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/cros-ec-sbs.dtsi' (137,211) at 20210307214925710 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/README' (137,212) at 20210308005116213 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sm8350-lpass-lpi-pinctrl.yaml' (137,213) at 20240405153229787 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-ha-common.dtsi' (137,214) at 20240405153045601 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tegra/falcon.c' (137,215) at 20240405153048765 2025-03-14 03:00:54.406-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/keys/encrypted-keys/Makefile' (137,216) at 20210307214932170 2025-03-14 03:00:54.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-vf610.c' (137,217) at 20240405153230307 2025-03-14 03:00:54.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_debug.c' (137,218) at 20241216090017737 2025-03-14 03:00:54.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/crypto/brcm,spu-crypto.txt' (137,219) at 20210307214925298 2025-03-14 03:00:54.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/chronyd' (137,220) at 20210307205553838 2025-03-14 03:00:54.407-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch' (137,221) at 20230706080014733 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/include/asm/module.h' (137,222) at 20210524100034866 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.err' (137,223) at 20220429100100882 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/bdisp/bdisp-hw.c' (137,224) at 20240405153049469 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/Kconfig' (137,225) at 20240906080037248 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/marvell/orion5x-linkstation-lsgl.dts' (137,226) at 20240405153045461 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/intel-hda.c' (137,227) at 20241211090212254 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/dma/mv-xor-v2.txt' (137,228) at 20210307214925310 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/efi-x86_payload.dts' (137,229) at 20210308005002860 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/marvell/armada-ap810-ap0-octa-core.dtsi' (137,230) at 20210307214926022 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/Makefile' (137,231) at 20210308005003544 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bm_instance_unittest.cpp' (137,232) at 20240521080010464 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/sti/sti_hda.c' (137,233) at 20240405153230635 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-fe.h' (137,234) at 20241211090212354 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/audio_gb.c' (137,235) at 20210307214930514 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mfd/ocelot.h' (137,236) at 20240405153052729 2025-03-14 03:00:54.408-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-fw-ver.service' (137,237) at 20230701080013908 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/uhci-pci.c' (137,238) at 20240405153052105 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a7795-cpg-mssr.h' (137,239) at 20210307214931334 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipa/ipa_resource.h' (137,240) at 20220525020653675 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/pxafb.h' (137,241) at 20210307214930934 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/zd1301_demod.c' (137,242) at 20240405153049301 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/regulator/max8660.h' (137,243) at 20210307214931494 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7785lcr_32bit_defconfig' (137,244) at 20210308005003280 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci-pci.h' (137,245) at 20220525020654279 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/string.h' (137,246) at 20210308005002852 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/xfrm/xfrm_device.c' (137,247) at 20241104090011623 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/silabs/wfx/hwio.h' (137,248) at 20240405153050705 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/vars.c' (137,249) at 20240405153047045 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c' (137,250) at 20240405153048793 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-gpio-log@.service' (137,251) at 20241213090035006 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/crypto/api-intro.rst' (137,252) at 20210309003648316 2025-03-14 03:00:54.409-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/uio/uio_aec.c' (137,253) at 20220525020654239 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/virt/acrn/mm.c' (137,254) at 20240613080016475 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/image/obmc-phosphor-image.bbappend' (137,255) at 20240405080013746 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/auto_dev-ioctl.h' (137,256) at 20240405153052905 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pic32_mdio.c' (137,257) at 20210308005003444 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pcmcia/pxa2xx_base.c' (137,258) at 20240405153051265 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/overlay_18.dtso' (137,259) at 20240405153051213 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/compress.h' (137,260) at 20240405153231655 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/spi/Kconfig' (137,261) at 20240405153054017 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mips/img/xilfpga.txt' (137,262) at 20210307214925362 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/qlink_util.c' (137,263) at 20210307214929902 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmware_utils.h' (137,264) at 20210308005045925 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/pxa/pxa2xx-i2s.c' (137,265) at 20240405153232187 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/loop.h' (137,266) at 20210307214932046 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_proc.h' (137,267) at 20240326080039562 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcdc.c' (137,268) at 20240405153052205 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg' (137,269) at 20210309003648252 2025-03-14 03:00:54.410-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/probes/kprobes_trampoline.S' (137,270) at 20240405153045873 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_3_0_0_offset.h' (137,271) at 20240405153048061 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/scalar_processor_2400_params.h' (137,272) at 20210307214930570 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/virtio/linux/irqreturn.h' (137,273) at 20210307214932742 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml' (137,274) at 20240405153045065 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_pil_info.c' (137,275) at 20220525020653939 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/panic.h' (137,276) at 20240520080015239 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts' (137,277) at 20240405153229943 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_parser.cpp' (137,278) at 20240820080031614 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/nvdimm.c' (137,279) at 20240326080039458 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/platform.asl' (137,280) at 20210308005002876 2025-03-14 03:00:54.411-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-facebook' (137,281) at 20230426080043656 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/via-core.h' (137,282) at 20210309003653940 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/page_table_check.c' (137,283) at 20240820080014185 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/cpu_loop.c' (137,284) at 20240906080037360 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ata/pata-arasan.txt' (137,285) at 20210307214925282 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/sof-priv.h' (137,286) at 20240405153054005 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/dnotify/Makefile' (137,287) at 20210307214931190 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/wm8903.h' (137,288) at 20210307214932358 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu_ldst.h' (137,289) at 20240906080037324 2025-03-14 03:00:54.412-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_d.c' (137,290) at 20210308005046525 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/colo.c' (137,291) at 20241211090212386 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/stackleak.h' (137,292) at 20240405153052797 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/dlmfs/dlmfs.c' (137,293) at 20240628080014017 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/sif_rtr_ctrl_4_regs.h' (137,294) at 20240405153046581 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/sparc-linux' (137,295) at 20230317080013833 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/cxl/test/cxl.c' (137,296) at 20241111090012173 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/savage/savagefb_accel.c' (137,297) at 20210307214930934 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/cpu-features.h' (137,298) at 20240405153045937 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/vudc/vudc_server_example.sh' (137,299) at 20210309003656024 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/mlxsw_lib.sh' (137,300) at 20240405153054297 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb' (137,301) at 20240413080012691 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/riscv/boot-image-header.rst' (137,302) at 20240405153229827 2025-03-14 03:00:54.413-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bcma/bcma_driver_mips.h' (137,303) at 20210307214931358 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tipd/core.c' (137,304) at 20241018080014550 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/x86/.gitignore' (137,305) at 20210307214932734 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/fontcache.bbclass' (137,306) at 20231011080016598 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/powermac/pfunc_base.c' (137,307) at 20240405153046213 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imximage.h' (137,308) at 20210308005003652 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/ac97-bus.txt' (137,309) at 20210307214925426 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/linkage.h' (137,310) at 20210307214925850 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/include/shared/registers.h' (137,311) at 20240405153046345 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/exec-all.h' (137,312) at 20241211090212354 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/memory-devices/ti-gpmc.rst' (137,313) at 20210309003648408 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/imx/clk-cpu.c' (137,314) at 20210309003649240 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/Kbuild' (137,315) at 20240405153048609 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.7.0.bb' (137,316) at 20220409030017475 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Astra-19.2E' (137,317) at 20210307205553758 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/selection-api-vs-crop-api.rst' (137,318) at 20210309003648500 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/i2c_mux_pca954x.h' (137,319) at 20221215040039182 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb' (137,320) at 20230609080014391 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/pci.h' (137,321) at 20240906080037332 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/0001-Fix-asneeded.patch' (137,322) at 20210307205553754 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vitsand_Vagsjofors' (137,323) at 20210307205553794 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/intel-ixp4xx-eb.c' (137,324) at 20240405153046733 2025-03-14 03:00:54.414-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/hisilicon/hi3519.dtsi' (137,325) at 20240405153229871 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fdt.c' (137,326) at 20210308005002836 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_ioboard.json' (137,327) at 20241213090004413 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/functionfs.h' (137,328) at 20210307214931530 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/af_netrom.c' (137,329) at 20240405153232067 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/iocsr_config.h' (137,330) at 20210308005003072 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cortex-regs.c' (137,331) at 20230925080039997 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/lcdc.h' (137,332) at 20210308005002668 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/usbip/Kconfig' (137,333) at 20210307214930882 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/dw2102.c' (137,334) at 20240712080021069 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/char/tpm/st33zp24/st33zp24.c' (137,335) at 20240405153046761 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml' (137,336) at 20240405153045061 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/templates/default/bblayers.conf.sample' (137,337) at 20240507080014346 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/ti_am335x_tsc.c' (137,338) at 20240405153230735 2025-03-14 03:00:54.415-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-object.json' (137,339) at 20210308005046409 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/driver-model/driver.rst' (137,340) at 20210309003648404 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/pmt/telemetry.c' (137,341) at 20240405153051409 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/dwc3.h' (137,342) at 20210308005003672 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/backlight/ams369fg06.c' (137,343) at 20240405153052173 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (137,344) at 20241206090014218 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch' (137,345) at 20241221090017648 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/algif_rng.c' (137,346) at 20240405153046529 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/cpu_loop.c' (137,347) at 20240906080037360 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/chips-media/coda-bit.c' (137,348) at 20240405153049401 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/net_trackers.h' (137,349) at 20240405153052857 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/trace/mmiotrace.rst' (137,350) at 20240405153045269 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/bios_parser_helper.c' (137,351) at 20220525020652490 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/isdn/hardware/mISDN/hfcsusb.h' (137,352) at 20210307214928542 2025-03-14 03:00:54.416-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/coccinelle/misc/cond_no_effect.cocci' (137,353) at 20210307214932138 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/vc.c' (137,354) at 20240405153045673 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/COPYING.MIT' (137,355) at 20210307205553738 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/scripts/python/export-to-postgresql.py' (137,356) at 20240405153054161 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/target/tcm_remote/Kconfig' (137,357) at 20240405153051969 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycairo_1.27.0.bb' (137,358) at 20241221090017668 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mm_types_task.h' (137,359) at 20240405153231827 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/soc/fsl/qe/qmc.h' (137,360) at 20240405153052881 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Ballarat' (137,361) at 20210307205553762 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/hashtable.c' (137,362) at 20210308005003704 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/fw/arc/init.c' (137,363) at 20210307214926206 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath11k/ahb.c' (137,364) at 20240405153231123 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glmConfig.cmake.in' (137,365) at 20210307205553942 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/parsers/ofpart_core.c' (137,366) at 20240405153049705 2025-03-14 03:00:54.417-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pwm/pwm-tipwmss.txt' (137,367) at 20210307214925406 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/comedi/comedidev.h' (137,368) at 20240405153052669 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/vdso/vsyscall.h' (137,369) at 20210307214931306 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/u-boot.lds' (137,370) at 20210308005002824 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/subprojects/googletest.wrap' (137,371) at 20210308005123349 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/wm8739.c' (137,372) at 20240405153049345 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config.bb' (137,373) at 20241206090014274 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/kernel/phys2virt.S' (137,374) at 20220525020651882 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/Kconfig' (137,375) at 20210308005002940 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/setup' (137,376) at 20241204090019715 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml' (137,377) at 20240405153045037 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_aemv8a_dram_defconfig' (137,378) at 20210308005003284 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml' (137,379) at 20240405153045113 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/core-api/kernel-api.rst' (137,380) at 20240405153045289 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/video/metronomefb.h' (137,381) at 20210307214931698 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/regsctl/utility.hpp' (137,382) at 20240817080031296 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/126.out' (137,383) at 20210308005046449 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Transtrand_Bolheden' (137,384) at 20210307205553794 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/stv0367_defs.h' (137,385) at 20210307214928638 2025-03-14 03:00:54.418-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/amd/acp/amd.h' (137,386) at 20240405153232139 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/mx53cx9020.c' (137,387) at 20210308005002920 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/strncpy-truncation.patch' (137,388) at 20210307205553818 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/nif_rtr_ctrl_3_regs.h' (137,389) at 20240405153046577 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/mixart/mixart.c' (137,390) at 20240405153053541 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/ac97/ac97_pcm.c' (137,391) at 20240405153053513 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-nmea_gps-Link-with-latomic.patch' (137,392) at 20210307205553934 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/mconf-cfg.sh' (137,393) at 20240405153053453 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ab8500-gpadc.c' (137,394) at 20240405153230687 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/firmware_loader/sysfs.h' (137,395) at 20240405153046685 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/drivers/pci/fixups-se7751.c' (137,396) at 20210307214926546 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/link_fpga.c' (137,397) at 20240405153047297 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_sol.scss' (137,398) at 20220105012522983 2025-03-14 03:00:54.419-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/sw/siw/siw_verbs.h' (137,399) at 20220525020653167 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/greybus/hid.c' (137,400) at 20240405153051813 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/property.c' (137,401) at 20240405153231279 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_regs.h' (137,402) at 20240405153048785 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/MAINTAINERS' (137,403) at 20210308005003036 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.h' (137,404) at 20240405153049873 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb' (137,405) at 20241221090017544 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/reset/cortina,gemini-reset.h' (137,406) at 20210307214931346 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pepper.h' (137,407) at 20210308005003608 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/iotrace.c' (137,408) at 20210308005003228 2025-03-14 03:00:54.420-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_maxim_common.c' (137,409) at 20240405153232183 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/siox.h' (137,410) at 20220525020654615 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/bits.h' (137,411) at 20210307214930774 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb' (137,412) at 20230813080012852 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-panel-sharp-ls037v7dw01.dtsi' (137,413) at 20240405153045605 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/README.md' (137,414) at 20240618080025497 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/altfwprintenv' (137,415) at 20221111040028490 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml' (137,416) at 20220430030026016 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/mediatek/phy-mtk-hdmi-mt8195.h' (137,417) at 20240405153051285 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvif/userc361.c' (137,418) at 20210307214927918 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/mappings.yml' (137,419) at 20241211090212542 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-geam-u-boot.dtsi' (137,420) at 20210308005002588 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/atmclip.h' (137,421) at 20210307214931622 2025-03-14 03:00:54.421-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/vm_sockets.h' (137,422) at 20240405153231883 2025-03-14 03:00:54.422-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/flexcan/flexcan-core.c' (137,423) at 20240405153230895 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c' (137,424) at 20240503080014486 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx_translate.c' (137,425) at 20240326080039682 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6dl-phytec-mira-rdk-nand.dts' (137,426) at 20240405153045497 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/machine/rl300-g11.conf' (137,427) at 20230706080014733 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/Makefile' (137,428) at 20210308005003436 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/ux500/reset-prcc.h' (137,429) at 20240405153046873 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/host/ufs-hisi.h' (137,430) at 20240405153052033 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/cma_priv.h' (137,431) at 20240405153049017 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/032_intel-vga.dts' (137,432) at 20210308005003752 2025-03-14 03:00:54.423-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/vmx_invalid_nested_guest_state.c' (137,433) at 20240405153054325 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-brcmstb.c' (137,434) at 20240710080014589 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/lcd.h' (137,435) at 20210308005002800 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/fbtft/fb_ili9325.c' (137,436) at 20210716100030019 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/private_header.cpp' (137,437) at 20240418080028286 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/dt-bindings/clock/r8a77961-cpg-mssr.h' (137,438) at 20210307214931334 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/vsock/util.h' (137,439) at 20240405153054381 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/aoe/index.rst' (137,440) at 20210307214925214 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/axi-uclass.c' (137,441) at 20210308005003336 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/asm/spinlock_types.h' (137,442) at 20240405153045349 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_ppsmc.h' (137,443) at 20240405153230511 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/.gitignore' (137,444) at 20210308005002908 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/rc/img-ir/img-ir-hw.c' (137,445) at 20220525020653307 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/mediatek/jpeg/Kconfig' (137,446) at 20240405153049409 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/gdc_device.h' (137,447) at 20210307214930546 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sdr.robot' (137,448) at 20240628080017117 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/cs47l85-tables.c' (137,449) at 20240405153230835 2025-03-14 03:00:54.424-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amazon/Kconfig' (137,450) at 20210307214929286 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/dcore0_tpc0_cfg_kernel_tensor_0_regs.h' (137,451) at 20240405153046589 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/asm/vectors.h' (137,452) at 20210307214926762 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/axis/artpec6-devboard.dts' (137,453) at 20240405153045425 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml' (137,454) at 20240405153045181 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/sound/designs/seq-oss.rst' (137,455) at 20240405153045261 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hfi1/user_exp_rcv.c' (137,456) at 20240405153049053 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/mips-defs.h' (137,457) at 20241211090212494 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_pep517.bbclass' (137,458) at 20241221090017608 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/xtensa/include/uapi/asm/sockios.h' (137,459) at 20210307214926762 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/pci/numachip.c' (137,460) at 20220525020652190 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/csky/include/asm/tlbflush.h' (137,461) at 20220525020651970 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/mt6397-regulator.c' (137,462) at 20240405153051469 2025-03-14 03:00:54.425-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/q40/README' (137,463) at 20240405153045973 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/test_bpf.c' (137,464) at 20240405153231955 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c' (137,465) at 20240405153230647 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/atmel/atmel-isi.c' (137,466) at 20240405153230799 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/common/usb-otg-fsm.c' (137,467) at 20210819100021614 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine.c' (137,468) at 20241211090212562 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2771-0000-500_defconfig' (137,469) at 20210308005003272 2025-03-14 03:00:54.426-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/ti/cal/Makefile' (137,470) at 20240405153049477 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/ia64/kernel/entry.h' (137,471) at 20210307214926122 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml' (137,472) at 20240405153045137 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_trace.h' (137,473) at 20210307214928054 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/hal/odm_DIG.c' (137,474) at 20240405153051921 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch' (137,475) at 20241206090014310 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/lpc/lpc4357-ea4357-devkit.dts' (137,476) at 20240405153045533 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/device_cdev.c' (137,477) at 20240405153231571 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NAND_defconfig' (137,478) at 20210308005003240 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/sama5d3_gmac.dtsi' (137,479) at 20240405153045473 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml' (137,480) at 20240405153229763 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml' (137,481) at 20240405153229791 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/carl9170/fwcmd.h' (137,482) at 20240405153050469 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-qspi.dts' (137,483) at 20210308005002636 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig' (137,484) at 20210308005003240 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.bb' (137,485) at 20240413080012647 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/riscv/include/uapi/asm/bitsperlong.h' (137,486) at 20210307214932454 2025-03-14 03:00:54.427-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/Kconfig' (137,487) at 20210308005003476 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/char/con3270.c' (137,488) at 20240405153231379 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/iceland_ih.h' (137,489) at 20210307214927234 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/load_file.c' (137,490) at 20240405153046345 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8qxp-colibri-iris.dts' (137,491) at 20240405153045737 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/RCU/UP.rst' (137,492) at 20240405153044933 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/efi-header.S' (137,493) at 20241111090012113 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sparc/include/uapi/asm/swab.h' (137,494) at 20210307214926590 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/vt8500-uart.txt' (137,495) at 20210307214925422 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaTools.c' (137,496) at 20210308005003708 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/edac_device_sysfs.c' (137,497) at 20240405153047017 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/uniphier-system-bus.c' (137,498) at 20240405153046737 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-kunit.c' (137,499) at 20240405153230187 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/ronetix.bmp' (137,500) at 20210308005003768 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.out' (137,501) at 20210308005046405 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/ERST.pcie' (137,502) at 20240906080037556 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (137,503) at 20241211090212530 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.slic' (137,504) at 20240906080037560 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/import-layer.png' (137,505) at 20210307205554378 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.out' (137,506) at 20210308005046397 2025-03-14 03:00:54.428-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' (137,507) at 20240906080037556 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.out' (137,508) at 20210308005046401 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/siemens.bmp' (137,509) at 20210308005003768 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/buttons/button-disabled.png' (137,510) at 20220105012522963 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz' (137,511) at 20210307205554594 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/u-boot-sam460-20100605.bin' (137,512) at 20210308005046213 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/images.png' (137,513) at 20210307205554310 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/40px.png' (137,514) at 20210308004923384 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.out' (137,515) at 20210308005046401 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' (137,516) at 20240326080039614 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2' (137,517) at 20210307205554390 to deleted uid set 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuppc.png' (137,518) at 20240309090012816 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-escape.out' (137,519) at 20210308005046413 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' (137,520) at 20210308005046401 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-noinitiator' (137,521) at 20240906080037560 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/multiboot.bin' (137,522) at 20210308005046149 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/skiboot.lid' (137,523) at 20240906080037428 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/FACS' (137,524) at 20240906080037556 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-report-cycles-u.png' (137,525) at 20210307205554330 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.out' (137,526) at 20210308005046405 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (137,527) at 20240906080037556 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd-manager-test/invalidHeaderFile.dat' (137,528) at 20210308005056661 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/VeraMono.ttf' (137,529) at 20210307205554370 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (137,530) at 20241211090212530 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (137,531) at 20241211090212530 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2' (137,532) at 20210307205554274 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-dict.out' (137,533) at 20210308005046401 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/package-feeds.png' (137,534) at 20210307205554314 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-int-branch.out' (137,535) at 20220429100100882 2025-03-14 03:00:54.429-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz' (137,536) at 20210307205554594 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png' (137,537) at 20241206090014206 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' (137,538) at 20240906080037556 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.out' (137,539) at 20210308005046413 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.pcie' (137,540) at 20240906080037556 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/Vera.ttf' (137,541) at 20210307205554370 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' (137,542) at 20210307205554270 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (137,543) at 20241211090212534 to deleted uid set 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-dev-flow.png' (137,544) at 20210307205554290 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-riscv-vars.fd.bz2' (137,545) at 20240326080039594 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-rtl8139.rom' (137,546) at 20210308005046137 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz' (137,547) at 20210307205554594 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bios-256k.bin' (137,548) at 20240326080039578 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2' (137,549) at 20210308005046389 to deleted uid set 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-cert9.db' (137,550) at 20210307205553986 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (137,551) at 20241211090212534 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.type4-count' (137,552) at 20240906080037560 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.out' (137,553) at 20210308005046405 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips64.png' (137,554) at 20240309090012816 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png' (137,555) at 20210307205554366 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz' (137,556) at 20210307205554594 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff' (137,557) at 20220105012522991 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' (137,558) at 20210308005046397 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff' (137,559) at 20210307205554274 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-ident.out' (137,560) at 20210308005046401 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/figures/poky-title.png' (137,561) at 20210307205554358 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.out' (137,562) at 20221215040039362 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_128x128.png' (137,563) at 20210308005046549 2025-03-14 03:00:54.430-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE-CKSUM' (137,564) at 20210518000100501 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-filter.png' (137,565) at 20220105012522967 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png' (137,566) at 20210307205554270 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/user-configuration.png' (137,567) at 20210307205554318 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' (137,568) at 20210308005046409 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/grub_mbr.raw.bz2' (137,569) at 20210308005046473 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/key-dev-elements.png' (137,570) at 20210307205554310 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.numamem' (137,571) at 20240906080037556 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_display.png' (137,572) at 20210307205554250 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' (137,573) at 20210308005046409 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/HMAT.acpihmat' (137,574) at 20240906080037556 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png' (137,575) at 20210307205554346 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot' (137,576) at 20210307205554274 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-search-active.png' (137,577) at 20220105012522971 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-loongarch64-vars.fd.bz2' (137,578) at 20241211090212410 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.out' (137,579) at 20210308005046397 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-type.out' (137,580) at 20210308005046409 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-makefile-flow.png' (137,581) at 20210307205554370 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' (137,582) at 20210307205554338 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-member.out' (137,583) at 20210308005046405 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz' (137,584) at 20210307205554594 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-case.out' (137,585) at 20210927100127473 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/canyonlands.dtb' (137,586) at 20210308005046117 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png' (137,587) at 20210307205554270 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.memhp' (137,588) at 20240906080037560 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/petalogix-s3adsp1800.dtb' (137,589) at 20210308005046177 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SSDT.memhp' (137,590) at 20241211090212530 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.shellcheck' (137,591) at 20210420000053767 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt' (137,592) at 20210307205554446 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff' (137,593) at 20220105012522991 2025-03-14 03:00:54.431-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/appHeaderWithStatusIcon.png' (137,594) at 20220105012522963 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' (137,595) at 20210307205554234 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz' (137,596) at 20210307205554594 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-unknown.out' (137,597) at 20210308005046409 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/kunit/test_data/test_insufficient_memory.log' (137,598) at 20210307214932626 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/images/logo.gif' (137,599) at 20240405153045221 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_512x512.png' (137,600) at 20210308005046549 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-to-user.png' (137,601) at 20210307205554354 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png' (137,602) at 20210307205554250 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/toradex.bmp' (137,603) at 20210308005003768 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-no-list.out' (137,604) at 20210308005046405 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb' (137,605) at 20210307205554250 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.out' (137,606) at 20210308005046401 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' (137,607) at 20241211090212530 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.out' (137,608) at 20210308005046405 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (137,609) at 20240906080037556 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.out' (137,610) at 20210308005046401 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-rtl8139.rom' (137,611) at 20210308005046181 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz' (137,612) at 20210307205554594 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.shellcheck' (137,613) at 20210415000105072 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' (137,614) at 20210307205554350 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.out' (137,615) at 20210308005046405 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/IVRS.ivrs' (137,616) at 20240906080037560 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/eventLogsWithSatusIcon.png' (137,617) at 20220105012522963 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.out' (137,618) at 20220429100100882 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.out' (137,619) at 20210308005046413 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/poky-ref-manual.png' (137,620) at 20210307205554370 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png' (137,621) at 20210307205554610 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png' (137,622) at 20230804080018091 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86-64.png' (137,623) at 20240309090012816 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2' (137,624) at 20210308005046473 2025-03-14 03:00:54.432-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-x86_64-microvm.fd.bz2' (137,625) at 20241211090212418 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_display.png' (137,626) at 20210307205554254 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.out' (137,627) at 20240906080037560 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (137,628) at 20241211090212530 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add.png' (137,629) at 20210307205554250 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pcmcia/Kconfig' (137,630) at 20210308005003452 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm64.png' (137,631) at 20240309090012816 to deleted uid set 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/kvmvapic.bin' (137,632) at 20210308005046149 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (137,633) at 20241211090212530 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-name.out' (137,634) at 20210308005046405 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header-512.sig' (137,635) at 20210831100016398 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-all.out' (137,636) at 20220429100100882 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz' (137,637) at 20210307205554590 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/drive_oem_enc.bin' (137,638) at 20220604030008508 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (137,639) at 20241211090212534 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' (137,640) at 20240326080039614 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/test_pkg' (137,641) at 20211101000101059 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (137,642) at 20240906080037556 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/TCPA.tis.tpm12' (137,643) at 20240906080037560 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.out' (137,644) at 20210308005046405 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT' (137,645) at 20240906080037556 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-case.out' (137,646) at 20210308005046401 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.out' (137,647) at 20210308005046413 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4' (137,648) at 20210307205554390 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (137,649) at 20240906080037556 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.out' (137,650) at 20230925080040089 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.out' (137,651) at 20210308005046397 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin' (137,652) at 20240906080037408 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png' (137,653) at 20210307205554254 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-batch-action-active.png' (137,654) at 20220105012522963 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3' (137,655) at 20210307205554390 2025-03-14 03:00:54.433-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-bad-type.out' (137,656) at 20210308005046405 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/SRAT.numamem' (137,657) at 20241211090212530 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips.png' (137,658) at 20240309090012816 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key' (137,659) at 20210307205554466 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-features.out' (137,660) at 20240906080037560 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu-nsis.bmp' (137,661) at 20210308005046185 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-missing-name.out' (137,662) at 20210308005046405 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (137,663) at 20240906080037556 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/toasts/toast-options.png' (137,664) at 20220105012522975 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.openbmc-enforce-gitlint' (137,665) at 20220829030004071 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.dimmpxm' (137,666) at 20240906080037560 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz' (137,667) at 20210307205554590 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz' (137,668) at 20210307205554590 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.out' (137,669) at 20210927100127469 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/intercontrol.bmp' (137,670) at 20210308005003768 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-eepro100.rom' (137,671) at 20210308005046137 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/palcode-clipper' (137,672) at 20210927100127313 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.acpihmatvirt' (137,673) at 20240906080037556 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.shellcheck' (137,674) at 20210415000106104 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png' (137,675) at 20241221090017464 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-include.out' (137,676) at 20210308005046401 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.out' (137,677) at 20210308005046401 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/ERST.acpierst' (137,678) at 20240906080037560 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz' (137,679) at 20210307205554594 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-generic-x' (137,680) at 20241211090212534 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-object.out' (137,681) at 20210308005046409 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.out' (137,682) at 20210308005046401 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/instance-db/default' (137,683) at 20230608150615691 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-e1000e.rom' (137,684) at 20210308005046137 to deleted uid set 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/WAET' (137,685) at 20240906080037556 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-aarch64-code.fd.bz2' (137,686) at 20241211090212398 2025-03-14 03:00:54.434-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out' (137,687) at 20210308005046401 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-word.out' (137,688) at 20210308005046405 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-unknown.out' (137,689) at 20210308005046397 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2' (137,690) at 20210308005046473 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-sort.png' (137,691) at 20220105012522975 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-upgrade-flow.png' (137,692) at 20210307205554366 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SSDT.dimmpxm' (137,693) at 20240906080037560 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-e1000.rom' (137,694) at 20210308005046177 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-unknown.out' (137,695) at 20210308005046401 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/FACP.nosmm' (137,696) at 20240906080037556 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm.png' (137,697) at 20240309090012816 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pe-file.exe.debug' (137,698) at 20210309003655944 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC' (137,699) at 20240906080037556 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/32px.png' (137,700) at 20210308004923384 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png' (137,701) at 20210307205554330 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-arm-code.fd.bz2' (137,702) at 20241211090212402 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-if-invalid.out' (137,703) at 20210308005046405 to deleted uid set 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out' (137,704) at 20210308005046413 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2' (137,705) at 20210308005046473 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-vmware.bin' (137,706) at 20240326080039614 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' (137,707) at 20240906080037556 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-search-empty.png' (137,708) at 20220105012522971 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-array-branch.out' (137,709) at 20220429100100882 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz' (137,710) at 20210307205554590 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/img/LF_17_02_Yocto-Badge-Update_Compatible_Final_Blank.png' (137,711) at 20220823030015959 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.nosmm' (137,712) at 20240906080037560 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_display.png' (137,713) at 20210307205554250 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-ramfb.bin' (137,714) at 20240326080039614 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-command.out' (137,715) at 20210308005046409 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-empty.out' (137,716) at 20210308005046397 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.out' (137,717) at 20210308005046397 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_24x24.png' (137,718) at 20210308005046549 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' (137,719) at 20210307205554610 2025-03-14 03:00:54.435-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SLIC.slic' (137,720) at 20240906080037560 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz' (137,721) at 20210307205554594 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin' (137,722) at 20240906080037408 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SSDT.dimmpxm' (137,723) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/VeraMoBd.ttf' (137,724) at 20210307205554370 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-noinitiator' (137,725) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC' (137,726) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/indented-expr.err' (137,727) at 20210308005046409 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table.png' (137,728) at 20220105012522975 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.shellcheck' (137,729) at 20220105012522959 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.ioapic2' (137,730) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' (137,731) at 20210308005046397 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-64.so' (137,732) at 20241211090212378 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/throbber.gif' (137,733) at 20210308004923388 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/.clang-tidy-ignore' (137,734) at 20230510080006007 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/YP-flow-diagram.png' (137,735) at 20210307205554306 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/QEMU,cgthree.bin' (137,736) at 20210308005046113 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/NFIT.dimmpxm' (137,737) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.shellcheck' (137,738) at 20210308004942720 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' (137,739) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-no-file.out' (137,740) at 20210308005046409 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/FACP' (137,741) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.out' (137,742) at 20210308005046401 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png' (137,743) at 20210307205554270 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-add-flow.png' (137,744) at 20210307205554362 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/HMAT.acpihmatvirt' (137,745) at 20240906080037556 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (137,746) at 20241211090212534 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff' (137,747) at 20220105012522987 2025-03-14 03:00:54.436-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/configuration-compile-autoreconf.png' (137,748) at 20210307205554306 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory-web.png' (137,749) at 20210307205554294 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/add-variable.png' (137,750) at 20210307205554374 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.out' (137,751) at 20210308005046401 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/TPM2.tis.tpm2' (137,752) at 20240906080037560 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/logo.png' (137,753) at 20210307205554274 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png' (137,754) at 20210307205554370 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' (137,755) at 20240906080037556 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' (137,756) at 20210307205554462 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.out' (137,757) at 20220429100100882 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-empty.out' (137,758) at 20210308005046413 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff' (137,759) at 20220105012522987 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_secure.gpg' (137,760) at 20210803000022008 to deleted uid set 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HPET' (137,761) at 20240906080037560 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff' (137,762) at 20220105012522987 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz' (137,763) at 20210307205554594 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' (137,764) at 20240906080037556 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm.png' (137,765) at 20240309090012816 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' (137,766) at 20240906080037556 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/py.typed' (137,767) at 20210927100127329 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-unknown.out' (137,768) at 20210308005046401 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-title.png' (137,769) at 20210307205554290 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/denx-comp.bmp' (137,770) at 20210308005003768 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.out' (137,771) at 20210927100127469 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-i386-vars.fd.bz2' (137,772) at 20210308005046129 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.out' (137,773) at 20210308005046401 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' (137,774) at 20230925080040089 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT' (137,775) at 20240906080037556 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-generic-x' (137,776) at 20241211090212534 2025-03-14 03:00:54.437-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/bitbake-build-flow.png' (137,777) at 20210307205554294 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count' (137,778) at 20240906080037556 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-ati.bin' (137,779) at 20240326080039614 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/error.cpp.mako' (137,780) at 20230902080037613 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v2.bz2' (137,781) at 20210308005046473 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.out' (137,782) at 20210308005046405 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-type.out' (137,783) at 20210308005046409 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz' (137,784) at 20210307205554590 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.shellcheck' (137,785) at 20210414100005994 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/info-tooltip/info-tooltip.png' (137,786) at 20220105012522963 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bios-microvm.bin' (137,787) at 20240326080039582 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/.shellcheck' (137,788) at 20210428000006034 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-keys.out' (137,789) at 20220429100100882 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-nested-err.out' (137,790) at 20210308005046409 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-data.out' (137,791) at 20210927100127473 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.out' (137,792) at 20210308005046409 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png' (137,793) at 20210307205554610 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/parser/test.vpd' (137,794) at 20210308005056661 to deleted uid set 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-clash-member.out' (137,795) at 20220429100100882 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.acpihmat' (137,796) at 20240906080037556 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/GTDT' (137,797) at 20240906080037556 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-int-member.out' (137,798) at 20210308005046405 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/ipmi_pass_64' (137,799) at 20230112040025886 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz' (137,800) at 20210307205554594 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png' (137,801) at 20210307205554334 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-base.out' (137,802) at 20210308005046397 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/microchip.bmp' (137,803) at 20210308005003768 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz' (137,804) at 20210307205554594 2025-03-14 03:00:54.438-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/yp-download.png' (137,805) at 20230503080014607 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf' (137,806) at 20210308005003528 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-ne2k_pci.rom' (137,807) at 20210308005046137 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png' (137,808) at 20210307205554462 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/pointercal' (137,809) at 20210307205553874 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz' (137,810) at 20210307205554590 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/scrnshot.png' (137,811) at 20211029100036568 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/image-generation.png' (137,812) at 20210307205554310 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-before-err.out' (137,813) at 20210308005046409 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm64.png' (137,814) at 20240309090012816 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' (137,815) at 20230925080040089 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png' (137,816) at 20210307205554338 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png' (137,817) at 20210307205554250 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/WAET' (137,818) at 20240906080037560 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition.err' (137,819) at 20210308005046409 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-clash-member.out' (137,820) at 20210308005046405 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple.err' (137,821) at 20210308005046409 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/esd.bmp' (137,822) at 20210308005003768 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.rtc' (137,823) at 20240906080037556 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-arm-vars.fd.bz2' (137,824) at 20210308005046125 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/recipe-workflow.png' (137,825) at 20210307205554298 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png' (137,826) at 20210307205554338 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/NFIT.memhp' (137,827) at 20240906080037556 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png' (137,828) at 20210307205554250 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/.shellcheck' (137,829) at 20210416000041935 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/annotation_dict.bin' (137,830) at 20220604030008508 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/Vera.ttf' (137,831) at 20210307205554234 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-base.out' (137,832) at 20210308005046413 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' (137,833) at 20210308005046181 to deleted uid set 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count' (137,834) at 20240906080037556 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu-nsis.ico' (137,835) at 20210308005046185 2025-03-14 03:00:54.439-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.shellcheck' (137,836) at 20210308005112989 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out' (137,837) at 20210308005046401 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.out' (137,838) at 20210308005046405 to deleted uid set 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/dev-title.png' (137,839) at 20210307205554298 to deleted uid set 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/storage_enc.bin' (137,840) at 20221202040011011 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png' (137,841) at 20210307205554462 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/expected-schema-errors.txt' (137,842) at 20210308005114361 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/atmel.bmp' (137,843) at 20210308005003768 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2' (137,844) at 20210308005046389 to deleted uid set 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' (137,845) at 20210308005046149 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/compulab.bmp' (137,846) at 20210308005003768 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' (137,847) at 20240309090012816 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2' (137,848) at 20210308005046389 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png' (137,849) at 20210307205554334 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png' (137,850) at 20210307205554270 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-any.out' (137,851) at 20220429100100882 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DBG2' (137,852) at 20240906080037556 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/public/favicon.ico' (137,853) at 20220105012522983 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.out' (137,854) at 20210308005046413 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz' (137,855) at 20210307205554594 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-repos.png' (137,856) at 20230503080014603 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/ident-with-escape.out' (137,857) at 20210308005046409 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-autotools-flow.png' (137,858) at 20210307205554362 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-title.png' (137,859) at 20210307205554370 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/refresh.png' (137,860) at 20210307205554250 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' (137,861) at 20240906080037556 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-missing-data.out' (137,862) at 20210308005046405 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/meson.build' (137,863) at 20230426080043956 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz' (137,864) at 20210307205554590 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-input.png' (137,865) at 20210307205554318 2025-03-14 03:00:54.440-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso-le.so' (137,866) at 20241211090212374 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/img/balena.png' (137,867) at 20220823030015959 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat' (137,868) at 20240906080037560 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/overview-manual-title.png' (137,869) at 20210307205554314 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso-64.so' (137,870) at 20240326080039562 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-non-file.out' (137,871) at 20210308005046409 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (137,872) at 20240906080037556 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.shellcheck' (137,873) at 20210415000117524 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.type4-count' (137,874) at 20240906080037556 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' (137,875) at 20210307205554346 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-nested.out' (137,876) at 20210308005046397 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/bypqs-title.png' (137,877) at 20210307205554290 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/NFIT.dimmpxm' (137,878) at 20240906080037560 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.out' (137,879) at 20210308005046401 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_ima.der' (137,880) at 20230520080014488 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png' (137,881) at 20230804080018091 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-x86_64-code.fd.bz2' (137,882) at 20241211090212414 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png' (137,883) at 20210307205554346 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.out' (137,884) at 20210308005046409 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' (137,885) at 20210308005046409 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bamboo.dtb' (137,886) at 20210308005046113 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_bringup.gpg' (137,887) at 20210803000022008 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.out' (137,888) at 20210308005046401 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cursor_hidden.xpm' (137,889) at 20210308005046545 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-qxl.bin' (137,890) at 20240326080039614 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-choose-events.png' (137,891) at 20210307205554322 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-empty.out' (137,892) at 20210308005046413 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (137,893) at 20241211090212534 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/m4/.keep' (137,894) at 20210308005100993 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cursor_left_ptr.xpm' (137,895) at 20210308005046549 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACS' (137,896) at 20240906080037560 2025-03-14 03:00:54.441-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/.gitignore' (137,897) at 20210307205554218 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/comments.err' (137,898) at 20210308005046401 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.out' (137,899) at 20240906080037564 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/FACP' (137,900) at 20240906080037556 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' (137,901) at 20240906080037556 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/alert.png' (137,902) at 20210307205554250 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png' (137,903) at 20210307205554250 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png' (137,904) at 20210307205554234 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out' (137,905) at 20210308005046413 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/command-int.out' (137,906) at 20210308005046401 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.xapic' (137,907) at 20240906080037560 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz' (137,908) at 20210307205554590 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-case.out' (137,909) at 20210927100127469 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' (137,910) at 20240906080037556 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/.shellcheck' (137,911) at 20220402030022195 to deleted uid set 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-fetching.png' (137,912) at 20210307205554314 to deleted uid set 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-alternate.out' (137,913) at 20210308005046409 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' (137,914) at 20240906080037560 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/figures/define-generic.png' (137,915) at 20210307205554354 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.out' (137,916) at 20210308005046401 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' (137,917) at 20210307205554594 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz' (137,918) at 20210307205554594 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (137,919) at 20241211090212530 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/funny-char.out' (137,920) at 20210308005046405 to deleted uid set 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/files/host_eid' (137,921) at 20231023080013923 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/figures/test-manual-title.png' (137,922) at 20210307205554374 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (137,923) at 20240906080037560 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.out' (137,924) at 20210308005046401 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.out' (137,925) at 20210308005046405 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd.dat' (137,926) at 20210308005056661 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.memhp' (137,927) at 20240906080037556 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/figures/ab-test-cluster.png' (137,928) at 20210307205554374 2025-03-14 03:00:54.442-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-unknown-key.out' (137,929) at 20210308005046405 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count' (137,930) at 20240906080037560 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf' (137,931) at 20210307205554274 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.xapic' (137,932) at 20240906080037560 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/VIOT' (137,933) at 20240906080037556 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.mmio64' (137,934) at 20240906080037560 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (137,935) at 20241211090212530 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (137,936) at 20240906080037556 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-search.png' (137,937) at 20220105012522975 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out' (137,938) at 20210308005046409 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-downloading.png' (137,939) at 20210307205554326 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/smbios/type11_blob' (137,940) at 20240906080037560 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff' (137,941) at 20210307205554274 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/variable-added.png' (137,942) at 20210307205554382 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/rotation' (137,943) at 20210307205554470 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips64.png' (137,944) at 20240309090012816 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2' (137,945) at 20210308005046473 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' (137,946) at 20240906080037556 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf' (137,947) at 20210308005003528 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (137,948) at 20240906080037556 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-from-user.png' (137,949) at 20210307205554354 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png' (137,950) at 20221104030017429 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-07' (137,951) at 20230114040005626 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz' (137,952) at 20210307205554594 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_32x32.bmp' (137,953) at 20210308005046549 to deleted uid set 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-base.out' (137,954) at 20210308005046401 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/machconfig' (137,955) at 20210307205554454 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' (137,956) at 20240906080037556 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty.out' (137,957) at 20210308005046401 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/py.typed' (137,958) at 20210927100127329 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.out' (137,959) at 20210927100127469 2025-03-14 03:00:54.443-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2' (137,960) at 20210308005046473 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-unknown.out' (137,961) at 20210308005046413 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-implicit.out' (137,962) at 20230925080040089 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-empty.out' (137,963) at 20210308005046401 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/FACP' (137,964) at 20240906080037556 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (137,965) at 20240906080037556 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_display.png' (137,966) at 20210307205554250 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-member-case.out' (137,967) at 20210308005046405 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-not.out' (137,968) at 20220429100100882 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bios.bin' (137,969) at 20240326080039582 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' (137,970) at 20240906080037556 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/cross-development-toolchains.png' (137,971) at 20210307205554310 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-invalid.out' (137,972) at 20210308005046401 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.out' (137,973) at 20210308005046405 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-base.out' (137,974) at 20220429100100882 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt' (137,975) at 20240405153230531 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/poky-reference-distribution.png' (137,976) at 20210307205554314 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-eepro100.rom' (137,977) at 20210308005046181 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-e1000.rom' (137,978) at 20210308005046137 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/motd' (137,979) at 20210307205554470 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/profile-title.png' (137,980) at 20210307205554346 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/empty.err' (137,981) at 20210308005046405 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-command-q.out' (137,982) at 20210308005046409 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' (137,983) at 20220105012522963 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk.png' (137,984) at 20210307205554314 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' (137,985) at 20240309090012816 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz' (137,986) at 20210307205554590 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png' (137,987) at 20210307205554350 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz' (137,988) at 20210307205554594 to deleted uid set 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.out' (137,989) at 20210927100127469 2025-03-14 03:00:54.444-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.out' (137,990) at 20210308005046413 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png' (137,991) at 20210307205554462 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/bash-oecore.png' (137,992) at 20210307205554378 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin' (137,993) at 20210307205554550 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-flow.png' (137,994) at 20210307205554302 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.png' (137,995) at 20230706080014781 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/VIOT.viot' (137,996) at 20240906080037560 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2' (137,997) at 20210308005046473 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-processes.png' (137,998) at 20210307205554330 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/ERST.acpierst' (137,999) at 20240906080037556 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/m4/.keep' (138,000) at 20210308005108641 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.out' (138,001) at 20220429100100882 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/denx.bmp' (138,002) at 20210308005003768 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-31.out' (138,003) at 20210308005046409 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk-generation.png' (138,004) at 20210307205554314 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-list.out' (138,005) at 20210308005046401 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' (138,006) at 20240906080037556 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' (138,007) at 20220920030031760 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' (138,008) at 20240326080039614 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz' (138,009) at 20210307205554594 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2' (138,010) at 20240906080037560 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png' (138,011) at 20210307205554326 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-callers.png' (138,012) at 20210307205554350 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pvh.bin' (138,013) at 20210308005046177 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.ioapic2' (138,014) at 20240906080037556 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.png' (138,015) at 20230629131804619 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/linuxboot.bin' (138,016) at 20210308005046149 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios.bin' (138,017) at 20240326080039614 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out' (138,018) at 20210308005046413 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.out' (138,019) at 20220429100100882 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header.sig' (138,020) at 20210831100016398 2025-03-14 03:00:54.445-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' (138,021) at 20210307205554270 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.dimmpxm' (138,022) at 20240906080037556 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz' (138,023) at 20210307205554594 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/layer-input.png' (138,024) at 20210307205554314 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.out' (138,025) at 20210308005046409 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/files/host_eid' (138,026) at 20240517080012289 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-u.out' (138,027) at 20210308005046409 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/.shellcheck' (138,028) at 20210427000037897 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/patching.png' (138,029) at 20210307205554314 to deleted uid set 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-object.out' (138,030) at 20210308005046409 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol.bmp' (138,031) at 20210308005003768 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-int.out' (138,032) at 20210308005046401 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (138,033) at 20240906080037556 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/multiboot_dma.bin' (138,034) at 20220429100100690 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/multiconfig_files.png' (138,035) at 20210307205554298 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/virtio_gpu-none-flakes.txt' (138,036) at 20240405153230531 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png' (138,037) at 20210307205554250 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.out' (138,038) at 20210308005046405 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (138,039) at 20240906080037556 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-string.out' (138,040) at 20210308005046413 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' (138,041) at 20210307205554390 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/.clang-tidy-ignore' (138,042) at 20230512080010312 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/COPYING.LIB' (138,043) at 20210308005045721 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/doc/chromium/devkeys/kernel_data_key.vbprivk' (138,044) at 20210308005003300 to deleted uid set 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.memhp' (138,045) at 20240906080037556 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/Kconfig.debug' (138,046) at 20210307214926490 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' (138,047) at 20240906080037556 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-architecture-overview.png' (138,048) at 20210307205554302 to deleted uid set 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.usb' (138,049) at 20240906080037556 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/easylogo/linux_logo.tga' (138,050) at 20210308005003760 to deleted uid set 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/petalogix-ml605.dtb' (138,051) at 20210308005046177 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/openbios-sparc64' (138,052) at 20241211090212438 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.memhp' (138,053) at 20240906080037560 2025-03-14 03:00:54.446-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/linuxboot_dma.bin' (138,054) at 20210308005046149 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/ipmi_pass_32' (138,055) at 20230112040025886 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/axis-fifo/README' (138,056) at 20210307214930478 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.out' (138,057) at 20230925080040089 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-section.out' (138,058) at 20210308005046401 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf' (138,059) at 20210308005003524 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/circuit_dict.bin' (138,060) at 20220604030008508 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-object.out' (138,061) at 20210308005046413 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-union.out' (138,062) at 20210308005046401 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/success.png' (138,063) at 20220105012522963 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png' (138,064) at 20210307205554342 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips.png' (138,065) at 20240309090012816 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/double-type.out' (138,066) at 20210308005046405 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' (138,067) at 20210307205554290 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.shellcheck' (138,068) at 20210415000058068 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.png' (138,069) at 20230629131804619 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count2' (138,070) at 20240906080037556 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-self-cycle.out' (138,071) at 20210308005046409 to deleted uid set 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/alerts/alert.png' (138,072) at 20220105012522963 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.out' (138,073) at 20210308005046413 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.out' (138,074) at 20210927100127469 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/smbios/type11_blob.legacy' (138,075) at 20240906080037560 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/QEMU,tcx.bin' (138,076) at 20210308005046113 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2' (138,077) at 20241211090212422 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz' (138,078) at 20210307205554590 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png' (138,079) at 20210307205554270 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.png' (138,080) at 20210307205554586 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/cute-files-npm-example.png' (138,081) at 20220721030015857 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-unknown.out' (138,082) at 20210308005046409 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.out' (138,083) at 20210308005046405 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/chassis_enc.bin' (138,084) at 20240106090013589 2025-03-14 03:00:54.447-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.cphp' (138,085) at 20240906080037556 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/solidrun.bmp' (138,086) at 20210308005003768 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz' (138,087) at 20210307205554594 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' (138,088) at 20241211090212534 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof.bin' (138,089) at 20210927100127329 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_16x16.png' (138,090) at 20210308005046549 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-schema.out' (138,091) at 20210927100127469 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-union.out' (138,092) at 20220429100100882 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.out' (138,093) at 20210308005046401 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-pcnet.rom' (138,094) at 20210308005046181 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/buttons/button.png' (138,095) at 20220105012522963 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/gateworks.bmp' (138,096) at 20210308005003768 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions' (138,097) at 20210308005002536 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof-nvram.bin' (138,098) at 20210927100127329 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-any.out' (138,099) at 20210308005046397 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count2' (138,100) at 20240906080037556 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/tick.png' (138,101) at 20210307205554250 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.out' (138,102) at 20230925080040089 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.dimmpxm' (138,103) at 20240906080037556 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz' (138,104) at 20210307205554590 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.topology' (138,105) at 20240906080037556 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz' (138,106) at 20210307205554594 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/hosted-service.png' (138,107) at 20210307205554378 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.acpihmat' (138,108) at 20240906080037556 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz' (138,109) at 20210307205554594 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-expand-row.png' (138,110) at 20220105012522967 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' (138,111) at 20210307205554342 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff' (138,112) at 20220105012522987 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/afl5.img.bz2' (138,113) at 20210308005046473 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v1.bz2' (138,114) at 20210308005046473 2025-03-14 03:00:54.448-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.out' (138,115) at 20210308005046405 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/new-project.png' (138,116) at 20210307205554382 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-all.png' (138,117) at 20210307205554322 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf' (138,118) at 20210308005003528 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-list.out' (138,119) at 20210308005046409 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-clash.out' (138,120) at 20210308005046397 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/toaster-title.png' (138,121) at 20210307205554382 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png' (138,122) at 20210307205554278 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.out' (138,123) at 20210308005046409 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin' (138,124) at 20220604030008508 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-batch-action.png' (138,125) at 20220105012522967 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/dummy_simple_enc.bin' (138,126) at 20220604030008508 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat' (138,127) at 20240906080037556 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.out' (138,128) at 20210927100127469 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/MCFG' (138,129) at 20240906080037560 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.out' (138,130) at 20210308005046413 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Nyiregyhaza-Tokaj-Kazincbarcika-Saly-Satoraljaujhely' (138,131) at 20210307205553774 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.memhp' (138,132) at 20240906080037556 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/storage_dict.bin' (138,133) at 20220604030008508 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/secondary.png' (138,134) at 20220105012522963 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (138,135) at 20240906080037556 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-colon.out' (138,136) at 20210308005046409 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm' (138,137) at 20210307205553750 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/HPET' (138,138) at 20240906080037556 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/u-boot_logo.bmp' (138,139) at 20210308005003768 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso.so' (138,140) at 20240326080039562 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff' (138,141) at 20220105012522987 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-pagination.png' (138,142) at 20220105012522971 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/README' (138,143) at 20210307205554266 2025-03-14 03:00:54.449-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-loongarch64-code.fd.bz2' (138,144) at 20241211090212410 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-overview-2-generic.png' (138,145) at 20210307205554302 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/tests/pe-file.exe' (138,146) at 20210309003655944 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue.net' (138,147) at 20210307205554470 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png' (138,148) at 20210307205554270 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash.out' (138,149) at 20210308005046413 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.openbmc-enforce-gitlint' (138,150) at 20221102030039781 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/info.png' (138,151) at 20210307205554250 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_256x256.png' (138,152) at 20210308005046549 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb' (138,153) at 20210307205554250 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-predefined.out' (138,154) at 20210927100127469 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-dict.out' (138,155) at 20210308005046409 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' (138,156) at 20210307205554270 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/drive_oem_dict.bin' (138,157) at 20220604030008508 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuppc.png' (138,158) at 20240309090012816 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.cphp' (138,159) at 20240906080037560 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if.out' (138,160) at 20210308005046401 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-q.out' (138,161) at 20210308005046409 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/Kconfig' (138,162) at 20210308005003548 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-busybox.png' (138,163) at 20210307205554326 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf' (138,164) at 20210307205554274 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png' (138,165) at 20210307205554250 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/vdso.so' (138,166) at 20240326080039566 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.cphp' (138,167) at 20240906080037560 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2' (138,168) at 20210308005046473 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-space.out' (138,169) at 20210308005046405 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.err' (138,170) at 20210308005046401 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz' (138,171) at 20210307205554594 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_display.png' (138,172) at 20210307205554254 2025-03-14 03:00:54.450-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.out' (138,173) at 20210308005046401 to deleted uid set 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/danger.png' (138,174) at 20220105012522963 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-type-list.out' (138,175) at 20210308005046409 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-data.out' (138,176) at 20210308005046401 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/freescale.bmp' (138,177) at 20210308005003768 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' (138,178) at 20210307205554334 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.shellcheck' (138,179) at 20210415000044188 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png' (138,180) at 20210307205554270 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count2' (138,181) at 20240906080037560 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/figures/yp-how-it-works-new-diagram.png' (138,182) at 20210316000012689 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_48x48.png' (138,183) at 20210308005046549 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-environment.png' (138,184) at 20210307205554366 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.shellcheck' (138,185) at 20210415000052104 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/warning.png' (138,186) at 20220105012522963 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' (138,187) at 20210308005046389 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png' (138,188) at 20220105012522963 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_hover.png' (138,189) at 20210307205554250 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.out' (138,190) at 20210308005046401 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/favicon.ico' (138,191) at 20210308005107069 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-int.out' (138,192) at 20210308005046401 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png' (138,193) at 20210307205554346 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing.out' (138,194) at 20210308005046405 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.numamem' (138,195) at 20240906080037560 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz' (138,196) at 20210307205554594 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png' (138,197) at 20210307205553914 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-virtio.rom' (138,198) at 20210308005046181 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (138,199) at 20240906080037556 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/figures/build-workspace-directory.png' (138,200) at 20210307205554354 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore' (138,201) at 20210308005003756 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' (138,202) at 20210307205554590 2025-03-14 03:00:54.451-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff' (138,203) at 20220105012522987 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz' (138,204) at 20210307205554594 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (138,205) at 20240906080037556 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/brcm/bcm97xxx-nand-cs1-bch24.dtsi' (138,206) at 20210307214926194 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/include/uapi/asm/param.h' (138,207) at 20210307214926166 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/crypto/camellia_aesni_avx2_glue.c' (138,208) at 20220525020652134 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/tuners/mt2266.c' (138,209) at 20240405153049533 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/tas2764.h' (138,210) at 20240405153053801 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/intel_iommu_internal.h' (138,211) at 20241211090212278 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwtracing/coresight/coresight-sysfs.c' (138,212) at 20240405153048893 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/Kconfig' (138,213) at 20210308005002972 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/firmware/mediatek/mtk-adsp-ipc.h' (138,214) at 20240405153231807 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2.dtsi' (138,215) at 20240405153229899 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/s35392a.c' (138,216) at 20210308005003480 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/math-emu/poly.h' (138,217) at 20210307214926730 2025-03-14 03:00:54.452-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32f4xx_exti.c' (138,218) at 20241211090212298 2025-03-14 03:00:54.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu.h' (138,219) at 20240906080037536 2025-03-14 03:00:54.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/zstd/decompress/zstd_decompress.c' (138,220) at 20240405153053117 2025-03-14 03:00:54.453-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/tegra/tegra210_i2s.h' (138,221) at 20210309003654940 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/media/v4l2-device.h' (151,985) at 20220525020654631 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml' (151,986) at 20240405153045073 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/ia_css_wb.host.c' (151,987) at 20210307214930562 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/devlink/bnxt.rst' (151,988) at 20240405153045237 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/odroid.c' (151,989) at 20210308005003044 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2l.dts' (151,990) at 20240405153229919 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/device_drivers/qlogic/index.rst' (151,991) at 20220525020651746 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb' (151,992) at 20241206090014342 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/kvm/x86_64/hyperv_tlb_flush.c' (151,993) at 20240405153054321 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb' (151,994) at 20220402030016127 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/include/asm/push-switch.h' (151,995) at 20210307214926550 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/v4l/vidioc-g-fbuf.rst' (151,996) at 20240405153045321 2025-03-14 03:00:54.565-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi_onenand.c' (151,997) at 20210308005003020 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.h' (151,998) at 20240405153047277 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/usb.h' (151,999) at 20240405153231255 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/xen.h' (152,000) at 20240326080039542 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/tegra_nand.h' (152,001) at 20210308005003416 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/gaudi_regs.h' (152,002) at 20240405153046577 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/watchdog.h' (152,003) at 20210308005002776 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy3C-95.0W' (152,004) at 20210307205553762 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-sti/Makefile' (152,005) at 20210307214925962 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-core.c' (152,006) at 20240405153230807 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/sh/kernel/vmlinux.lds.S' (152,007) at 20240405153046317 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/ci/xfails/i915-whl-fails.txt' (152,008) at 20240405153230531 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/callback_proc.c' (152,009) at 20240405153231695 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/eth.c' (152,010) at 20210308005002968 2025-03-14 03:00:54.566-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/comedi/drivers/das6402.c' (152,011) at 20240405153046893 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ikaalinen' (152,012) at 20210307205553770 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/led.h' (152,013) at 20240405153050641 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/st/sti/hva/Makefile' (152,014) at 20240405153049473 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/run-ptest' (152,015) at 20231011080016578 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/tlb.c' (152,016) at 20210308005002960 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_CN/doc-guide/index.rst' (152,017) at 20240405153045293 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/152.out' (152,018) at 20210308005046453 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2600/Kconfig' (152,019) at 20210421100236114 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/rtl8723bs/include/hal_com_phycfg.h' (152,020) at 20220525020654183 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rc.c' (152,021) at 20240405153050633 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci.h' (152,022) at 20210308005003516 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-owl-sirq.c' (152,023) at 20210309003650236 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/sound/sof/debug.h' (152,024) at 20240405153052889 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/interrupts.c' (152,025) at 20210308005002812 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/imx_watchdog.c' (152,026) at 20210308005003540 2025-03-14 03:00:54.567-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/maxim,max77826.yaml' (152,027) at 20210307214925410 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/kernel_fdt.its' (152,028) at 20210308005003332 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/Kconfig' (152,029) at 20210308005003288 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/broadcom/bcm947189acdbmr.dts' (152,030) at 20240405153045429 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/amend.c' (152,031) at 20230925080039817 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/imx-regs.h' (152,032) at 20210308005002644 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipedetails.html' (152,033) at 20210307205554286 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.t1040-l2switch' (152,034) at 20210308005003300 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-TunbridgeWells' (152,035) at 20210307205553798 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/vmx/run_flags.h' (152,036) at 20240405153230139 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/076.out' (152,037) at 20210308005046441 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/pci/mantis/mantis_vp1034.h' (152,038) at 20210307214928702 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/jkt-metrics.json' (152,039) at 20240405153054145 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local/file1' (152,040) at 20210307205554386 2025-03-14 03:00:54.568-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Lappeenranta' (152,041) at 20210307205553770 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-stm32-usbphyc.c' (152,042) at 20210308005003456 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-radix64.c' (152,043) at 20240906080037516 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/reiserfs/lock.c' (152,044) at 20210307214931234 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/125' (152,045) at 20220429100100890 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock_e3c256d4i.json' (152,046) at 20231205090005305 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/mega_common.h' (152,047) at 20220525020654039 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/chassis-control' (152,048) at 20230412080023460 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/xtfpga-flash-16m.dtsi' (152,049) at 20210308005002884 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rds/ib.c' (152,050) at 20240405153053353 2025-03-14 03:00:54.569-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/renesas/pfc-r8a77980.c' (152,051) at 20240405153051357 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/do_fuse.c' (152,052) at 20210308005003080 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/Kconfig' (152,053) at 20220525020653503 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/renesas/vsp1/vsp1_hgo.c' (152,054) at 20240405153049445 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/cinergyT2-core.c' (152,055) at 20240405153049549 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/arm/arm-realview-eb.dts' (152,056) at 20240405153045401 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/qoriq-qman1-portals.dtsi' (152,057) at 20210307214926350 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/loongson/lsdc_pixpll.h' (152,058) at 20240405153230583 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/0001-fix-pythondir-for-multilib-when-cross-compiling.patch' (152,059) at 20231014080011723 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/m68k/fpsp040/Makefile' (152,060) at 20220525020651982 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc-common.yaml' (152,061) at 20240405153045113 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/message/fusion/lsi/mpi.h' (152,062) at 20220525020653335 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/dio.h' (152,063) at 20210307214931378 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts' (152,064) at 20240405153045377 2025-03-14 03:00:54.570-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/circuit_enc.bin' (152,065) at 20220604030008508 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/swampd_diagram.png' (152,066) at 20210308005116217 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-vmxnet3.rom' (152,067) at 20210308005046141 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/non-objects.out' (152,068) at 20210308005046409 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.rules' (152,069) at 20210307205554562 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.cphp' (152,070) at 20240906080037556 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/bono.vpd' (152,071) at 20210308005056661 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC' (152,072) at 20240906080037556 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz' (152,073) at 20210307205554594 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data.out' (152,074) at 20210308005046409 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-modify-flow.png' (152,075) at 20210307205554366 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (152,076) at 20241211090212530 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg' (152,077) at 20210307205554370 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/nicole.cfg' (152,078) at 20210307205554222 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-title.png' (152,079) at 20210307205554302 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.numamem' (152,080) at 20240906080037556 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-key4.db' (152,081) at 20210307205553986 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-has.out' (152,082) at 20210308005046409 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/descriptor.bin' (152,083) at 20210308005003752 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.shellcheck' (152,084) at 20210415000109176 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/wandboard.bmp' (152,085) at 20210308005003768 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (152,086) at 20240906080037556 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (152,087) at 20240906080037560 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.acpihmatvirt' (152,088) at 20240906080037556 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-list.out' (152,089) at 20210308005046409 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpdFile.dat' (152,090) at 20210308005056661 2025-03-14 03:00:54.571-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/denied.png' (152,091) at 20210307205554250 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/syteco.bmp' (152,092) at 20210308005003768 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' (152,093) at 20240906080037556 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/media/s5p-mfc.txt' (152,094) at 20240405153045101 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/host_eid' (152,095) at 20210311201857430 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso-be.so' (152,096) at 20241211090212374 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu_vga.ndrv' (152,097) at 20210308005046185 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.out' (152,098) at 20210308005046413 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/chassis_dict.bin' (152,099) at 20240106090013589 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/duplicate-key.out' (152,100) at 20210308005046405 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz' (152,101) at 20210307205554590 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-string.out' (152,102) at 20210308005046401 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_display.png' (152,103) at 20210307205554250 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.out' (152,104) at 20210308005046401 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.out' (152,105) at 20210308005046397 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/draft.png' (152,106) at 20210307205554370 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf' (152,107) at 20210307205554270 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' (152,108) at 20210307205554594 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-key.out' (152,109) at 20220429100100882 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_64x64.png' (152,110) at 20210308005046549 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' (152,111) at 20210308005046409 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-pcnet.rom' (152,112) at 20210308005046137 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol_palfin.bmp' (152,113) at 20210308005003768 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/issues.png' (152,114) at 20210307205554250 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png' (152,115) at 20210307205554254 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.out' (152,116) at 20220429100100882 to deleted uid set 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' (152,117) at 20220105012522971 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (152,118) at 20240906080037556 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.out' (152,119) at 20210308005046397 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-non-first-section.out' (152,120) at 20240906080037564 2025-03-14 03:00:54.572-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/set-variable.png' (152,121) at 20210307205554382 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_hover.png' (152,122) at 20210307205554250 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP' (152,123) at 20240906080037560 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png' (152,124) at 20210307205554270 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-virtio.bin' (152,125) at 20240326080039614 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (152,126) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-no-base.out' (152,127) at 20220429100100882 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/compatible-layers.png' (152,128) at 20210307205554378 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.dimmpxm' (152,129) at 20240906080037556 to deleted uid set 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png' (152,130) at 20210307205554346 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.xapic' (152,131) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/yocto-project-qs.png' (152,132) at 20210307205554374 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.out' (152,133) at 20220429100100882 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.out' (152,134) at 20210927100127469 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-bad-type.out' (152,135) at 20210927100127469 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/MCFG' (152,136) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.cxl' (152,137) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SLIT.memhp' (152,138) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE' (152,139) at 20210518000100501 to deleted uid set 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (152,140) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/disable-tests' (152,141) at 20241206090014346 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-test.out' (152,142) at 20210308005046409 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' (152,143) at 20240906080037560 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.cphp' (152,144) at 20240906080037556 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png' (152,145) at 20210307205554270 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz' (152,146) at 20210307205554594 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw.img' (152,147) at 20241211090212442 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' (152,148) at 20210307205554250 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove.png' (152,149) at 20210307205554250 2025-03-14 03:00:54.573-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.out' (152,150) at 20210308005046401 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/linux_blackfin.tga' (152,151) at 20210308005003760 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (152,152) at 20240906080037556 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-empty.png' (152,153) at 20220105012522967 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-array.err' (152,154) at 20221215040039362 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureServices.png' (152,155) at 20241206090014206 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz' (152,156) at 20210307205554590 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_32x32.png' (152,157) at 20210308005046549 to deleted uid set 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.shellcheck' (152,158) at 20210415100052453 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-bool.out' (152,159) at 20210308005046401 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1' (152,160) at 20210307205554390 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/MCFG' (152,161) at 20240906080037556 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff' (152,162) at 20220105012522987 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-event.out' (152,163) at 20210308005046409 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png' (152,164) at 20210307205554610 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/py.typed' (152,165) at 20210927100127329 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-unknown.out' (152,166) at 20210308005046401 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/VeraMono.ttf' (152,167) at 20210307205554234 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/VeraMoBd.ttf' (152,168) at 20210307205554234 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.out' (152,169) at 20210308005046401 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' (152,170) at 20240906080037556 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' (152,171) at 20210308005046405 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/simple-configuration.png' (152,172) at 20210307205554382 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2' (152,173) at 20210308005046473 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qboot.rom' (152,174) at 20221215040039234 to deleted uid set 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2' (152,175) at 20210927100127505 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz' (152,176) at 20210307205554590 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-i915-display.png' (152,177) at 20210307205554322 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-section.out' (152,178) at 20210308005046401 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-i386-code.fd.bz2' (152,179) at 20241211090212402 2025-03-14 03:00:54.574-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SPCR' (152,180) at 20240906080037556 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png' (152,181) at 20210307205554610 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.out' (152,182) at 20210308005046401 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-64le.so' (152,183) at 20241211090212378 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot' (152,184) at 20210307205554274 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuriscv64.png' (152,185) at 20240309090012816 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.out' (152,186) at 20210927100127469 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/analysis-for-package-splitting.png' (152,187) at 20210307205554306 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.out' (152,188) at 20210308005046401 to deleted uid set 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-127.out' (152,189) at 20210308005046409 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.out' (152,190) at 20220429100100882 to deleted uid set 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.out' (152,191) at 20210308005046413 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png' (152,192) at 20210307205554338 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.out' (152,193) at 20210308005046401 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2' (152,194) at 20210308005046473 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuriscv64.png' (152,195) at 20240309090012816 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/build/tests/ex/empty/Build' (152,196) at 20210307214932470 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png' (152,197) at 20210307205554250 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86-64.png' (152,198) at 20240309090012816 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-virtio.rom' (152,199) at 20210308005046141 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle.out' (152,200) at 20210308005046409 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-i386-secure-code.fd.bz2' (152,201) at 20241211090212406 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' (152,202) at 20240906080037556 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.shellcheck' (152,203) at 20210308005049757 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz' (152,204) at 20210307205554594 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.shellcheck' (152,205) at 20210511000025977 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile' (152,206) at 20210307205554390 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' (152,207) at 20210308005046409 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt' (152,208) at 20210307205554446 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide.png' (152,209) at 20210307205554334 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/draft.png' (152,210) at 20210307205554234 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat' (152,211) at 20240906080037560 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-alternate.out' (152,212) at 20210308005046401 2025-03-14 03:00:54.575-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue' (152,213) at 20210307205554470 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.acpihmat-generic-x' (152,214) at 20241211090212534 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/toasts/toast.png' (152,215) at 20220105012522975 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png' (152,216) at 20210307205554270 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.env' (152,217) at 20210307205554586 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' (152,218) at 20240906080037556 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.out' (152,219) at 20210308005046397 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.out' (152,220) at 20210308005046401 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/slof.bin' (152,221) at 20240326080039610 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-riscv-code.fd.bz2' (152,222) at 20241211090212410 to deleted uid set 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-inventory-map/config.yaml' (152,223) at 20210307205554094 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/Kconfig.iosched' (152,224) at 20240405153046513 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/samples/bpf/tracex5_user.c' (152,225) at 20240405153232099 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-common/conf/layer.conf' (152,226) at 20241221090017484 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imx6qdl-udoo.dtsi' (152,227) at 20240405153229887 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/dmic-codec.yaml' (152,228) at 20240405153045161 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/0001-build-Fix-build-for-newer-versions-of-meson.patch' (152,229) at 20220502030010096 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rga/Kconfig' (152,230) at 20240405153049449 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/Makefile' (152,231) at 20210308005003348 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h' (152,232) at 20241008080013919 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-clash-member.json' (152,233) at 20220429100100882 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/local.conf.sample' (152,234) at 20241221090017484 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p1_twr.h' (152,235) at 20210308005003608 2025-03-14 03:00:54.576-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/xilinxfb.c' (152,236) at 20240405153231595 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/timer.c' (152,237) at 20210308005002712 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk.dts' (152,238) at 20210308005002612 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_SECURE_BOOT_defconfig' (152,239) at 20210308005003244 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_5_pmfw.h' (152,240) at 20240405153048349 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/microchip/lan966x/lan966x_ifh.h' (152,241) at 20240405153050169 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_i2c.c' (152,242) at 20240906080037280 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bus/Kconfig' (152,243) at 20240405153230195 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/hrt/mipi_backend_common_defs.h' (152,244) at 20210307214930538 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/dvb-usb/technisat-usb2.c' (152,245) at 20240405153049553 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/blockdev/drbd/index.rst' (152,246) at 20210309003648268 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/lib/bitops.h' (152,247) at 20240405153045633 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/venice2.h' (152,248) at 20210308005003624 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_string_helper.c' (152,249) at 20230925080040069 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk-clipboard.c' (152,250) at 20221215040039398 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bidict_0.23.1.bb' (152,251) at 20241206090014266 2025-03-14 03:00:54.577-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx7dsabresd.h' (152,252) at 20210308005003608 2025-03-14 03:00:54.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/driver-api/media/v4l2-core.rst' (152,253) at 20240405153229807 2025-03-14 03:00:54.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/0001-fix-bzip2-version-tmp-aaa-will-hang.patch' (152,254) at 20241221090017676 2025-03-14 03:00:54.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/l3_2xxx.h' (152,255) at 20210309003648704 2025-03-14 03:00:54.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/sunplus_wdt.c' (152,256) at 20240405153052245 2025-03-14 03:00:54.578-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jfs/jfs_logmgr.h' (152,257) at 20240820080014173 2025-03-14 03:00:54.595-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_sh_mask.h' (152,258) at 20240405153047473 2025-03-14 03:00:54.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/tcp.h' (152,259) at 20241018080014566 2025-03-14 03:00:54.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/uv/bios.h' (152,260) at 20240405153230115 2025-03-14 03:00:54.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/err_impl.h' (152,261) at 20210307214925654 2025-03-14 03:00:54.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_bo74c1.c' (152,262) at 20240405153048625 2025-03-14 03:00:54.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/io.cpp' (152,263) at 20240817080027656 2025-03-14 03:00:54.596-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/serial/brcm,bcm6345-uart.yaml' (152,264) at 20240405153045153 2025-03-14 03:00:54.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_2_1_sh_mask.h' (152,265) at 20240405153047741 2025-03-14 03:00:54.611-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/nios2.h' (152,266) at 20210308005002828 2025-03-14 03:00:54.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_1_5_sh_mask.h' (152,267) at 20240405153047661 2025-03-14 03:00:54.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/mman.h' (152,268) at 20240326080039554 2025-03-14 03:00:54.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/utils.h' (152,269) at 20210307214932742 2025-03-14 03:00:54.628-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/selftest' (152,270) at 20241221090017632 2025-03-14 03:00:54.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c' (152,271) at 20240405153230335 2025-03-14 03:00:54.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/elx/efct/efct_lio.h' (152,272) at 20220525020654003 2025-03-14 03:00:54.629-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/uapi/asm/papr_pdsm.h' (152,273) at 20240405153046133 2025-03-14 03:00:54.644-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_1_4_sh_mask.h' (152,274) at 20240405153047777 2025-03-14 03:00:54.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bcmsysport.c' (152,275) at 20250113090013566 2025-03-14 03:00:54.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/memblock.h' (152,276) at 20250113090013614 2025-03-14 03:00:54.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/debugfs_sta.c' (152,277) at 20250113090013574 2025-03-14 03:00:54.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/Makefile' (152,278) at 20250113090013546 2025-03-14 03:00:54.645-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/inode.c' (152,279) at 20250113090013610 2025-03-14 03:00:54.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/Kconfig' (152,280) at 20250113090013558 2025-03-14 03:00:54.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/mixer_us16x08.c' (152,281) at 20250113090013642 2025-03-14 03:00:54.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/kernel/setup-common.c' (152,282) at 20250113090013550 2025-03-14 03:00:54.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/trace_events.h' (152,283) at 20250113090013614 2025-03-14 03:00:54.646-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/hyperv_timer.c' (152,284) at 20250113090013554 2025-03-14 03:00:54.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/pcc.h' (152,285) at 20250113090013614 2025-03-14 03:00:54.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/ce.c' (152,286) at 20250113090013570 2025-03-14 03:00:54.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c' (152,287) at 20250113090013578 2025-03-14 03:00:54.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/udc.c' (152,288) at 20250113090013590 2025-03-14 03:00:54.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c' (152,289) at 20250113090013570 2025-03-14 03:00:54.647-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/building.rst' (152,290) at 20250113090013542 2025-03-14 03:00:54.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/mac.c' (152,291) at 20250113090013574 2025-03-14 03:00:54.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-xgene-slimpro.c' (152,292) at 20250113090013558 2025-03-14 03:00:54.648-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/attrib.c' (152,293) at 20250113090013606 2025-03-14 03:00:54.649-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c' (152,294) at 20250113090013586 2025-03-14 03:00:54.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/ieee80211_i.h' (152,295) at 20250113090013634 2025-03-14 03:00:54.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/debug.c' (152,296) at 20250113090013574 2025-03-14 03:00:54.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btusb.c' (152,297) at 20250113090013554 2025-03-14 03:00:54.650-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_cq.c' (152,298) at 20250113090013562 2025-03-14 03:00:54.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/main.c' (152,299) at 20250113090013562 2025-03-14 03:00:54.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecdsa.c' (152,300) at 20250113090013550 2025-03-14 03:00:54.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/mlx-platform.c' (152,301) at 20250113090013586 2025-03-14 03:00:54.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mctp/route.c' (152,302) at 20250113090013638 2025-03-14 03:00:54.651-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/lan937x_main.c' (152,303) at 20250113090013566 2025-03-14 03:00:54.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/quota_local.c' (152,304) at 20250113090013606 2025-03-14 03:00:54.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_core.c' (152,305) at 20250113090013630 2025-03-14 03:00:54.652-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c' (152,306) at 20250113090013554 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events.c' (152,307) at 20250113090013626 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/hw.c' (152,308) at 20250113090013574 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/usb/chipidea.h' (152,309) at 20250113090013614 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sfc/tc_conntrack.c' (152,310) at 20250113090013570 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_alloc.c' (152,311) at 20250113090013562 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sctp/associola.c' (152,312) at 20250113090013638 2025-03-14 03:00:54.653-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_seq.c' (152,313) at 20250113090013626 2025-03-14 03:00:54.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt_rx.c' (152,314) at 20250113090013574 2025-03-14 03:00:54.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/coredump.h' (152,315) at 20250113090013574 2025-03-14 03:00:54.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas.h' (152,316) at 20250113090013586 2025-03-14 03:00:54.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/kcov.c' (152,317) at 20250113090013622 2025-03-14 03:00:54.654-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/frecord.c' (152,318) at 20250113090013606 2025-03-14 03:00:54.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/namei.c' (152,319) at 20250113090013602 2025-03-14 03:00:54.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_audio.c' (152,320) at 20250113090013554 2025-03-14 03:00:54.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ad7192.c' (152,321) at 20250113090013558 2025-03-14 03:00:54.655-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/bmi.c' (152,322) at 20250113090013570 2025-03-14 03:00:54.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic.c' (152,323) at 20250113090013562 2025-03-14 03:00:54.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c' (152,324) at 20250113090013570 2025-03-14 03:00:54.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/format.c' (152,325) at 20250113090013642 2025-03-14 03:00:54.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c' (152,326) at 20250113090013570 2025-03-14 03:00:54.656-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/core.c' (152,327) at 20250113090013590 2025-03-14 03:00:54.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/coredump.c' (152,328) at 20250113090013574 2025-03-14 03:00:54.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netrom/nr_route.c' (152,329) at 20250113090013638 2025-03-14 03:00:54.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/inst.h' (152,330) at 20250106090012031 2025-03-14 03:00:54.657-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hyperv.h' (152,331) at 20250106090012083 2025-03-14 03:00:54.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_clc.h' (152,332) at 20250106090012095 2025-03-14 03:00:54.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/include/asm/mipsregs.h' (152,333) at 20250106090012035 2025-03-14 03:00:54.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/platforms/book3s/vas-api.c' (152,334) at 20250106090012035 2025-03-14 03:00:54.658-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/mv_xor.c' (152,335) at 20250106090012043 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/Makefile' (152,336) at 20250106090012035 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_kvp.c' (152,337) at 20250106090012051 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/vmstat.h' (152,338) at 20250106090012083 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/intel.c' (152,339) at 20250106090012039 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c' (152,340) at 20250106090012047 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/core.h' (152,341) at 20250106090012071 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/redundancy_main.cpp' (152,342) at 20250106090027123 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/export.c' (152,343) at 20250106090012075 2025-03-14 03:00:54.659-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/uapi/linux/stddef.h' (152,344) at 20250106090012095 2025-03-14 03:00:54.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c' (152,345) at 20250106090012047 2025-03-14 03:00:54.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-intel-pci.c' (152,346) at 20250106090012067 2025-03-14 03:00:54.660-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_dquot_item.c' (152,347) at 20250106090012079 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/x86.c' (152,348) at 20250106090012039 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/drm_modes.c' (152,349) at 20250106090012051 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/drd.c' (152,350) at 20250106090012071 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-pnx.c' (152,351) at 20250106090012055 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/pcie/aer.c' (152,352) at 20250106090012063 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c' (152,353) at 20250106090012047 2025-03-14 03:00:54.661-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/internal.h' (152,354) at 20250106090012075 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/tree-checker.c' (152,355) at 20250106090012075 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_data.c' (152,356) at 20250106090012079 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_process.c' (152,357) at 20250106090012047 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/phy-core.c' (152,358) at 20250106090012063 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs.h' (152,359) at 20250106090012079 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/mdio/fwnode_mdio.c' (152,360) at 20250106090012059 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/processor.h' (152,361) at 20250106090012035 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-xfs' (152,362) at 20250106090012031 2025-03-14 03:00:54.662-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c' (152,363) at 20250106090012063 2025-03-14 03:00:54.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/blk-mq.c' (152,364) at 20250106090012039 2025-03-14 03:00:54.663-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ceph/osd_client.c' (152,365) at 20250106090012091 2025-03-14 03:00:54.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/ceph/osd_client.h' (152,366) at 20250106090012083 2025-03-14 03:00:54.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/trace.h' (152,367) at 20250106090012079 2025-03-14 03:00:54.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/Kconfig' (152,368) at 20250106090012079 2025-03-14 03:00:54.664-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/diskonchip.c' (152,369) at 20250106090012055 2025-03-14 03:00:54.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_base.c' (152,370) at 20250106090012067 2025-03-14 03:00:54.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/arasan-nand-controller.c' (152,371) at 20250106090012055 2025-03-14 03:00:54.665-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/intel-family.h' (152,372) at 20250106090012035 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/qla1280.h' (152,373) at 20250106090012067 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/health.c' (152,374) at 20250106090012059 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c' (152,375) at 20250106090012047 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/inode.c' (152,376) at 20250106090012075 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-edma-common.h' (152,377) at 20250106090012043 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_quota_defs.h' (152,378) at 20250106090012079 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_trans_resv.c' (152,379) at 20250106090012079 2025-03-14 03:00:54.666-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hyperv_vmbus.h' (152,380) at 20250106090012051 2025-03-14 03:00:54.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/numeric_sensor.hpp' (152,381) at 20250106090030228 2025-03-14 03:00:54.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/cpuid.c' (152,382) at 20250106090012039 2025-03-14 03:00:54.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_clc.c' (152,383) at 20250106090012095 2025-03-14 03:00:54.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/display/drm_dp_mst_topology.c' (152,384) at 20250106090012051 2025-03-14 03:00:54.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_choke.c' (152,385) at 20250106090012091 2025-03-14 03:00:54.667-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/mtk_wdt.c' (152,386) at 20250106090012071 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iops.h' (152,387) at 20250106090012083 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64g_4core_ls7a.dts' (152,388) at 20250106090012035 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/tegra186-gpc-dma.c' (152,389) at 20250106090012043 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/io_uring.h' (152,390) at 20250106090012083 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/smc/smc_core.c' (152,391) at 20250106090012095 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c' (152,392) at 20250106090012055 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/Witherspoon.py' (152,393) at 20250106090014227 2025-03-14 03:00:54.668-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/cdns3-ti.c' (152,394) at 20250106090012071 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_priv.h' (152,395) at 20250106090012079 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/net/fsl,fec.yaml' (152,396) at 20250106090012031 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/agheader_repair.c' (152,397) at 20250106090012079 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/hv/hv_set_ifconfig.sh' (152,398) at 20250106090012095 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/sh/sh_dac_audio.c' (152,399) at 20250106090012095 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_crat.c' (152,400) at 20250106090012047 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/openvswitch/openvswitch.sh' (152,401) at 20250106090012099 2025-03-14 03:00:54.669-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/address.c' (152,402) at 20250113090013582 2025-03-14 03:00:54.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace.c' (152,403) at 20250113090013626 2025-03-14 03:00:54.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c' (152,404) at 20250113090013566 2025-03-14 03:00:54.670-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/crypto/internal/ecc.h' (152,405) at 20250113090013614 2025-03-14 03:00:54.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/vmscan.c' (152,406) at 20250113090013630 2025-03-14 03:00:54.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/sorttable.h' (152,407) at 20250113090013638 2025-03-14 03:00:54.671-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/rswitch.c' (152,408) at 20250113090013570 2025-03-14 03:00:54.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mv643xx_eth.c' (152,409) at 20250113090013566 2025-03-14 03:00:54.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/oss/seq_oss_synth.c' (152,410) at 20250113090013638 2025-03-14 03:00:54.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/entry/vsyscall/vsyscall_64.c' (152,411) at 20250113090013550 2025-03-14 03:00:54.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/xattr.c' (152,412) at 20250113090013610 2025-03-14 03:00:54.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/pci.h' (152,413) at 20250113090013578 2025-03-14 03:00:54.672-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/usb.c' (152,414) at 20250113090013582 2025-03-14 03:00:54.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/pci.c' (152,415) at 20250113090013578 2025-03-14 03:00:54.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/silicon-errata.rst' (152,416) at 20250113090013542 2025-03-14 03:00:54.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/ioctl.c' (152,417) at 20250113090013602 2025-03-14 03:00:54.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ctree.c' (152,418) at 20250113090013594 2025-03-14 03:00:54.673-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h' (152,419) at 20250113090013578 2025-03-14 03:00:54.674-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mmio.c' (152,420) at 20250113090013582 2025-03-14 03:00:54.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi-tlv.h' (152,421) at 20250113090013578 2025-03-14 03:00:54.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/util.c' (152,422) at 20250113090013634 2025-03-14 03:00:54.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/rzg2l_wdt.c' (152,423) at 20250113090013594 2025-03-14 03:00:54.675-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/process_64.c' (152,424) at 20250113090013550 2025-03-14 03:00:54.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-i801.c' (152,425) at 20250113090013558 2025-03-14 03:00:54.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/bpf_verifier.h' (152,426) at 20250113090013614 2025-03-14 03:00:54.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/thermal.c' (152,427) at 20250113090013578 2025-03-14 03:00:54.676-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/mesh.c' (152,428) at 20250113090013634 2025-03-14 03:00:54.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_os.c' (152,429) at 20250113090013586 2025-03-14 03:00:54.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/sock.c' (152,430) at 20250113090013634 2025-03-14 03:00:54.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ila/ila_xlat.c' (152,431) at 20250113090013634 2025-03-14 03:00:54.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_state_monitor.c' (152,432) at 20250113090013582 2025-03-14 03:00:54.677-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/lan937x_reg.h' (152,433) at 20250113090013566 2025-03-14 03:00:54.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_ca0132.c' (152,434) at 20250113090013642 2025-03-14 03:00:54.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/sco.c' (152,435) at 20250113090013630 2025-03-14 03:00:54.678-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_sp.h' (152,436) at 20250113090013558 2025-03-14 03:00:54.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c' (152,437) at 20250113090013570 2025-03-14 03:00:54.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2pdu.h' (152,438) at 20250113090013610 2025-03-14 03:00:54.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_main.c' (152,439) at 20250113090013586 2025-03-14 03:00:54.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cleanup.h' (152,440) at 20250113090013614 2025-03-14 03:00:54.679-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/ucsi.c' (152,441) at 20250113090013594 2025-03-14 03:00:54.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci.c' (152,442) at 20250113090013594 2025-03-14 03:00:54.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rc6.c' (152,443) at 20250113090013554 2025-03-14 03:00:54.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/qcom/clk-alpha-pll.h' (152,444) at 20250113090013554 2025-03-14 03:00:54.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/qmi_wwan.c' (152,445) at 20250113090013570 2025-03-14 03:00:54.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/core.h' (152,446) at 20250113090013574 2025-03-14 03:00:54.680-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml' (152,447) at 20250113090013546 2025-03-14 03:00:54.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/packet/af_packet.c' (152,448) at 20250113090013638 2025-03-14 03:00:54.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz9477.c' (152,449) at 20250113090013566 2025-03-14 03:00:54.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/tlb.h' (152,450) at 20250113090013550 2025-03-14 03:00:54.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/inode.c' (152,451) at 20250113090013602 2025-03-14 03:00:54.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/retimer.c' (152,452) at 20250113090013590 2025-03-14 03:00:54.681-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_srq.c' (152,453) at 20250113090013562 2025-03-14 03:00:54.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c' (152,454) at 20250113090013554 2025-03-14 03:00:54.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hem.c' (152,455) at 20250113090013562 2025-03-14 03:00:54.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/mds_client.c' (152,456) at 20250113090013598 2025-03-14 03:00:54.682-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/arm64/iort.c' (152,457) at 20250113090013554 2025-03-14 03:00:54.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/mshyperv.c' (152,458) at 20250113090013550 2025-03-14 03:00:54.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/nhi.c' (152,459) at 20250113090013590 2025-03-14 03:00:54.683-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/security/selinux/ss/services.c' (152,460) at 20250113090013638 2025-03-14 03:00:54.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/inode.c' (152,506) at 20250113090013606 2025-03-14 03:00:54.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mailbox/pcc.c' (152,507) at 20250113090013562 2025-03-14 03:00:54.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/ucsi_glink.c' (152,508) at 20250113090013594 2025-03-14 03:00:54.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_res.h' (152,509) at 20250113090013558 2025-03-14 03:00:54.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/task_mmu.c' (152,510) at 20250113090013606 2025-03-14 03:00:54.684-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/media/saa7134.rst' (152,511) at 20250113090013542 2025-03-14 03:00:54.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/hw.h' (152,512) at 20250113090013574 2025-03-14 03:00:54.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_cmd.c' (152,513) at 20250113090013558 2025-03-14 03:00:54.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_conn.c' (152,514) at 20250113090013630 2025-03-14 03:00:54.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mutex.h' (152,515) at 20250113090013614 2025-03-14 03:00:54.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/inline.c' (152,516) at 20250113090013598 2025-03-14 03:00:54.685-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/readahead.c' (152,517) at 20250113090013626 2025-03-14 03:00:54.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/ext4.h' (152,518) at 20250113090013598 2025-03-14 03:00:54.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/udf/namei.c' (152,519) at 20250113090013614 2025-03-14 03:00:54.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/if_vlan.h' (152,520) at 20250113090013614 2025-03-14 03:00:54.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/pdr.cpp' (152,521) at 20250113090009977 2025-03-14 03:00:54.686-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/ucsi/ucsi.h' (152,522) at 20250113090013594 2025-03-14 03:00:54.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/f2fs/file.c' (152,523) at 20250113090013606 2025-03-14 03:00:54.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/microchip/ksz9477_reg.h' (152,524) at 20250113090013566 2025-03-14 03:00:54.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ntfs3/ntfs_fs.h' (152,525) at 20250113090013606 2025-03-14 03:00:54.687-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/usb.h' (152,526) at 20250113090013578 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_output.c' (152,527) at 20250113090013626 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/verifier_subprog_precision.c' (152,528) at 20250113090013646 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_mr.c' (152,529) at 20250113090013562 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rwsem.h' (152,530) at 20250113090013614 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv.c' (152,531) at 20250113090013562 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/connection.c' (152,532) at 20250106090012079 2025-03-14 03:00:54.688-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/core/region.c' (152,533) at 20250106090012043 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c' (152,534) at 20250106090012047 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/fsl-edma-main.c' (152,535) at 20250106090012043 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/irqdomain.c' (152,536) at 20250106090012063 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/server.h' (152,537) at 20250106090012079 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_inode_item.c' (152,538) at 20250106090012083 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_buf_item.c' (152,539) at 20250106090012079 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c' (152,540) at 20250106090012047 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h' (152,541) at 20250106090012047 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/atmel/pmecc.c' (152,542) at 20250106090012055 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_file.h' (152,543) at 20250106090012079 2025-03-14 03:00:54.689-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_kprobe.c' (152,544) at 20250106090012087 2025-03-14 03:00:54.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/sock.h' (152,545) at 20250106090012087 2025-03-14 03:00:54.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_fsmap.c' (152,546) at 20250106090012079 2025-03-14 03:00:54.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-riic.c' (152,547) at 20250106090012055 2025-03-14 03:00:54.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c' (152,548) at 20250106090012047 2025-03-14 03:00:54.690-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-usb.c' (152,549) at 20250106090012063 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_lif.c' (152,550) at 20250106090012059 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/watchdog/it87_wdt.c' (152,551) at 20250106090012071 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/internal.h' (152,552) at 20250106090012043 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/scrub/bmap.c' (152,553) at 20250106090012079 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c' (152,554) at 20250106090012047 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smb_common.c' (152,555) at 20250106090012079 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_rtalloc.c' (152,556) at 20250106090012083 2025-03-14 03:00:54.691-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma-buf/udmabuf.c' (152,557) at 20250106090012043 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_types.h' (152,558) at 20250106090012051 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/gpio-charger.c' (152,559) at 20250106090012067 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.cpp' (152,560) at 20250106090027119 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.hpp' (152,561) at 20250104090023138 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-hostname.sh' (152,562) at 20250103145915252 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/http-redirect@.service' (152,563) at 20250103145915256 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc@.service.in' (152,564) at 20250114090137300 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/download_manager.hpp' (152,565) at 20250114090137292 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_verify.hpp' (152,566) at 20250114090137296 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Sync.service.in' (152,567) at 20250114090137320 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/download_manager_main.cpp' (152,568) at 20250114090137296 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-remove@.service.in' (152,569) at 20250114090137300 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/watch.cpp' (152,570) at 20250114090137316 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiro@.service.in' (152,571) at 20250114090137312 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/serialize.hpp' (152,572) at 20250114090137304 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/msl_verify.hpp' (152,573) at 20250114090137300 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-umount.service.in' (152,574) at 20250114090137300 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/obmc-flash-bmc-static-mount-alt.service.in' (152,575) at 20250114090137308 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubirw.service.in' (152,576) at 20250114090137312 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/utils.hpp' (152,577) at 20250114090137316 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-updateubootvars@.service.in' (152,578) at 20250114090137312 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-mirroruboot.service.in' (152,579) at 20250114090137300 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/70-bmc-usb.rules' (152,580) at 20250114090137312 2025-03-14 03:00:54.692-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/usb_manager.cpp' (152,581) at 20250114090137316 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json' (152,582) at 20250114090139516 to deleted uid set 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/dbus_log_watcher_test.cpp' (152,583) at 20250114090005946 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/msl_verify.cpp' (152,584) at 20250114090137300 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_watch.cpp' (152,585) at 20250114090137308 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/flash.hpp' (152,586) at 20250114090137296 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.BMC.Updater.service.in' (152,587) at 20250114090137316 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-setprimary@.service.in' (152,588) at 20250114090137300 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/test/README.md' (152,589) at 20250114090137312 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_manager.cpp' (152,590) at 20250114090137296 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/item_updater_helper.cpp' (152,591) at 20250114090137312 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_manager.hpp' (152,592) at 20250114090137308 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usr-local.mount.in' (152,593) at 20250114090137316 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Version.service.in' (152,594) at 20250114090137320 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/openssl_alloc.hpp' (152,595) at 20250114090137304 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/utils.cpp' (152,596) at 20250114090137316 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_watch.hpp' (152,597) at 20250114090137308 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-cleanup.service.in' (152,598) at 20250114090137312 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_manager.hpp' (152,599) at 20250114090137296 2025-03-14 03:00:54.693-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/obmc-flash-bmc' (152,600) at 20250114090137304 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater.hpp' (152,601) at 20250114090137300 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/test/utest.cpp' (152,602) at 20250114090137312 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/dbus_log_watcher.cpp' (152,603) at 20250114090005942 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/flash.cpp' (152,604) at 20250114090137312 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/images.hpp' (152,605) at 20250114090137296 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/images.cpp' (152,606) at 20250114090137296 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/usb_manager_main.cpp' (152,607) at 20250114090137316 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-mirroruboot.service.in' (152,608) at 20250114090137312 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/serialize.cpp' (152,609) at 20250114090137304 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/download_manager.cpp' (152,610) at 20250114090137292 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/reboot-guard-enable.service.in' (152,611) at 20250114090137304 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/force-reboot.service.in' (152,612) at 20250114090137296 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software.conf' (152,613) at 20250114090137304 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Manager.service.in' (152,614) at 20250114090137320 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubirw-remove.service.in' (152,615) at 20250114090137312 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/phosphor-bmc-side-switch.service' (152,616) at 20250114090137304 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/detect-slot-aspeed' (152,617) at 20250114090137292 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater_helper.hpp' (152,631) at 20250114090137300 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/obmc-flash-bmc-setenv@.service.in' (152,632) at 20250114090137304 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_manager_main.cpp' (152,633) at 20250114090137296 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/gen-bios-tar' (152,634) at 20250114090137296 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/services/usb-code-update@.service' (152,635) at 20250114090137316 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiremount.service.in' (152,636) at 20250114090137312 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_manager_main.cpp' (152,637) at 20250114090137308 2025-03-14 03:00:54.694-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend' (152,638) at 20250114090126792 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/item_updater_helper.cpp' (152,639) at 20250114090137300 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/engicam.bmp' (152,640) at 20210308005003768 to deleted uid set 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Download.service.in' (152,641) at 20250114090137316 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/openssl_alloc.cpp' (152,642) at 20250114090137304 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software_utils.cpp' (152,643) at 20250114090137304 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/reboot-guard-disable.service.in' (152,644) at 20250114090137304 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/activation.cpp' (152,645) at 20250114090137292 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/item_updater_helper.cpp' (152,646) at 20250114090137308 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiro-remove@.service.in' (152,647) at 20250114090137312 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_manager.cpp' (152,648) at 20250114090137308 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/side_switch.hpp' (152,649) at 20250114090137304 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/usb_manager.hpp' (152,650) at 20250114090137316 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/version.cpp' (152,651) at 20250114090137316 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/synclist' (152,652) at 20250114090137308 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/obmc-flash-bmc-alt@.service.in' (152,653) at 20250114090137308 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software_manager.cpp' (152,654) at 20250114090137304 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/reset-cs0-aspeed' (152,655) at 20250114090137304 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/flash.cpp' (152,656) at 20250114090137300 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-mount.service.in' (152,657) at 20250114090137300 2025-03-14 03:00:54.695-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/obmc-flash-host-bios@.service.in' (152,658) at 20250114090137304 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/oemcommands.cpp' (152,659) at 20250115090008622 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version.bb' (152,660) at 20250115090012678 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_scm.json' (152,661) at 20250115090005554 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater_main.cpp' (152,662) at 20250114090137300 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/watch.hpp' (152,663) at 20250114090137316 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/pcie_cards.json' (152,664) at 20250114090139516 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/flash.cpp' (152,665) at 20250114090137308 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/side_switch.cpp' (152,666) at 20250114090137304 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/obmc-flash-bmc-prepare-for-sync.service.in' (152,667) at 20250114090137308 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (152,668) at 20240906080037556 to deleted uid set 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software_utils.hpp' (152,669) at 20250114090137308 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_verify.cpp' (152,670) at 20250114090137296 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/manufacturingcommands.cpp' (152,671) at 20250115090008622 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_fio.json' (152,677) at 20250115090005554 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/chassiscommands.cpp' (152,678) at 20250115090008622 2025-03-14 03:00:54.696-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/boost.wrap' (152,679) at 20250115090032303 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/storagecommands.cpp' (152,680) at 20250115090008622 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/scripts/parse_led.py' (152,681) at 20250115090022262 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/bridgingcommands.cpp' (152,682) at 20250115090008618 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/pre-submit' (152,683) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (152,684) at 20250116090025999 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (152,685) at 20250116090025999 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (152,686) at 20250116090025999 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/meson.build' (152,687) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_base.robot' (152,688) at 20250116090027091 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/harma-temporary-software-versions.yml' (152,689) at 20250116090025999 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/selutility.cpp' (152,690) at 20250116090039752 to deleted uid set 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/README.md' (152,691) at 20250116090027091 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/meson.build' (152,692) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_item_updater.cpp' (152,693) at 20250116090045608 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/firmware_device/fd-internal.h' (152,694) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/base.h' (152,695) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (152,696) at 20250116090025999 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fuzz-build.py' (152,697) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/firmware_device/meson.build' (152,698) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/control.h' (152,699) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/pldm_variables.py' (152,700) at 20250116090027091 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/firmware_fd.h' (152,701) at 20250116090011971 2025-03-14 03:00:54.697-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/README.md' (152,702) at 20250116090027091 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/selutility.hpp' (152,703) at 20250116090039752 to deleted uid set 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/control-internal.h' (152,711) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/fuzzing.md' (152,712) at 20250116090011967 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_utils.cpp' (152,713) at 20250116090045608 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/.clang-format' (152,714) at 20250116090039752 to deleted uid set 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fuzz-coverage.py' (152,715) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_activation.cpp' (152,716) at 20250116090045608 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/control.c' (152,717) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.cpp' (152,718) at 20250116090038151 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/sizes.h.in' (152,719) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fd.dict' (152,720) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fd-fuzz.cpp' (152,721) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/msgbuf.h' (152,722) at 20250116090011971 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/github_issues_to_csv' (152,723) at 20250117090013212 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_errors.hpp' (152,724) at 20250117090015792 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_status.cpp' (152,725) at 20250117090015792 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/pcie_cards.json' (152,726) at 20250117090019680 2025-03-14 03:00:54.698-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/boot_test.md' (152,735) at 20250117090013208 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_protocol.robot' (152,736) at 20250117090013212 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/pcie_cards.json' (152,737) at 20250117090019680 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_discovery.robot' (152,738) at 20250117090013212 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py' (152,739) at 20250117090013212 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/external_intf/management_console_utils.py' (152,740) at 20250117090013208 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/pcie_cards.json' (152,741) at 20250117090019680 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/event.hpp' (152,742) at 20250117090030872 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/power-cmd' (152,743) at 20250117090012168 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_ffdc.cpp' (152,744) at 20250117090015792 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/softirq.c' (152,745) at 20250113090013622 2025-03-14 03:00:54.699-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c' (152,746) at 20250113090013570 2025-03-14 03:00:54.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/bluetooth/hci_core.h' (152,747) at 20250113090013618 2025-03-14 03:00:54.700-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace.h' (152,748) at 20250113090013626 2025-03-14 03:00:54.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/verifier.c' (152,749) at 20250113090013622 2025-03-14 03:00:54.701-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/ump.c' (152,750) at 20250113090013642 2025-03-14 03:00:54.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi.c' (152,751) at 20250113090013578 2025-03-14 03:00:54.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wow.c' (152,752) at 20250113090013582 2025-03-14 03:00:54.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/trace_seq.h' (152,753) at 20250113090013614 2025-03-14 03:00:54.702-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/xhci.h' (152,754) at 20250113090013594 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/oem_ampere.hpp' (152,755) at 20250118090046161 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/manager.cpp' (152,756) at 20250118090046165 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' (152,757) at 20250118090046161 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/entity-map.json' (152,758) at 20250118090025001 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-util' (152,759) at 20250118090033673 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (152,760) at 20250118090024997 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/dbus_impl_fru.cpp' (152,761) at 20250118090046161 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/test/pldm_utils_test.cpp' (152,762) at 20250118090046161 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/meson.build' (152,765) at 20250118090046165 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sd_event_loop.cpp' (152,766) at 20250120090024197 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/code_update.md' (152,767) at 20250120090012936 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/xyz.openbmc_project.LED.GroupManager.service' (152,768) at 20250120090011952 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/dbus_impl_fru.hpp' (152,772) at 20250120090029645 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (152,773) at 20250120090011952 2025-03-14 03:00:54.703-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager/LED-GroupManager-override.conf' (152,774) at 20250120090011952 2025-03-14 03:00:54.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt.h' (152,775) at 20250113090013574 2025-03-14 03:00:54.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seq_buf.h' (152,776) at 20250113090013614 2025-03-14 03:00:54.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_input.c' (152,777) at 20250113090013634 2025-03-14 03:00:54.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/chipidea/ci.h' (152,778) at 20250113090013590 2025-03-14 03:00:54.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/pdr.c' (152,779) at 20250113090009977 2025-03-14 03:00:54.704-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_qp.c' (152,780) at 20250113090013562 2025-03-14 03:00:54.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/roce_hsi.h' (152,781) at 20250113090013562 2025-03-14 03:00:54.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/xattr.c' (152,782) at 20250113090013602 2025-03-14 03:00:54.706-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/sky2.c' (152,783) at 20250113090013566 2025-03-14 03:00:54.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/rx_desc.h' (152,784) at 20250113090013578 2025-03-14 03:00:54.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/ctree.h' (152,785) at 20250113090013594 2025-03-14 03:00:54.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/sdio.c' (152,786) at 20250113090013578 2025-03-14 03:00:54.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/vfs.h' (152,787) at 20250113090013614 2025-03-14 03:00:54.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2transport.c' (152,788) at 20250113090013610 2025-03-14 03:00:54.707-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/mod/file2alias.c' (152,789) at 20250113090013638 2025-03-14 03:00:54.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi.h' (152,790) at 20250113090013582 2025-03-14 03:00:54.709-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/rfcomm/core.c' (152,791) at 20250113090013630 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/nvme.h' (152,792) at 20250113090013582 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/htc.c' (152,793) at 20250113090013574 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/clocksource/hyperv_timer.h' (152,794) at 20250113090013614 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt_tx.c' (152,795) at 20250113090013574 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/numa.c' (152,796) at 20250113090013546 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.cpp' (152,797) at 20250113090003877 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/reg.c' (152,798) at 20250113090013582 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/ptrace.h' (152,799) at 20250113090013550 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/verifier/precise.c' (152,800) at 20250113090013646 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_sp.c' (152,801) at 20250113090013558 2025-03-14 03:00:54.710-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_state_monitor.h' (152,802) at 20250113090013582 2025-03-14 03:00:54.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/iso.c' (152,803) at 20250113090013630 2025-03-14 03:00:54.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/seq_buf.c' (152,804) at 20250113090013626 2025-03-14 03:00:54.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/crypto/ecc.c' (152,805) at 20250113090013550 2025-03-14 03:00:54.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/mac80211.h' (152,806) at 20250113090013618 2025-03-14 03:00:54.711-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/i2c/busses/i2c-i801.rst' (152,807) at 20250113090013546 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsfs.c' (152,808) at 20250113090013606 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/core.c' (152,809) at 20250113090013618 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/nhi.h' (152,810) at 20250113090013590 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (152,813) at 20250112090015384 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/realtek/rtw88/efuse.h' (152,814) at 20210307214929950 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb' (152,815) at 20231126090012781 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_unknown_cmd.py' (152,816) at 20210308005003744 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/Makefile' (152,817) at 20210309003650612 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/global_nvs.h' (152,818) at 20210308005002872 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/perf/req-gen/perf.h' (152,819) at 20240405153046193 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/setup.py' (152,820) at 20220728030041559 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-gpio-pci.c' (152,821) at 20221215040039166 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Fix-type-mismatch-on-32bit-arches.patch' (152,822) at 20230401080011931 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/dram.c' (152,823) at 20210308005002820 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch' (152,824) at 20210729000029100 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.h' (152,825) at 20210307214929406 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ia_css_hdr.host.h' (152,826) at 20240405153051837 2025-03-14 03:00:54.712-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.h' (152,827) at 20240405153049469 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/pm.c' (152,828) at 20240910080014094 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/ppc/beep.c' (152,829) at 20240405153053545 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/phosphor-logging.wrap' (152,830) at 20230425080033147 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/certs/check-blacklist-hashes.awk' (152,831) at 20240405153046529 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/rdma_user_rxe.h' (152,832) at 20240405153052949 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_close_unittest.cpp' (152,833) at 20220824030029051 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c' (152,834) at 20210307214929538 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/include/asm/uaccess.h' (152,835) at 20240405153045973 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-fru.yaml' (152,836) at 20210307205554082 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/util.hpp' (152,837) at 20231026080038056 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-omap2/board-n8x0.c' (152,838) at 20240418080014478 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/qcom/pmic_glink_altmode.c' (152,839) at 20240910080014066 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/rockchip/rkisp1/rkisp1-resizer.c' (152,840) at 20240405153230815 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/mp/mp_11_5_0_offset.h' (152,841) at 20220525020652710 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/freebsd-14.vars' (152,842) at 20241211090212202 2025-03-14 03:00:54.713-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/proximity/srf04.c' (152,843) at 20240405153049013 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/via/via_utility.c' (152,844) at 20210307214930950 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/machine_kexec_32.c' (152,845) at 20220525020652170 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-health.svg' (152,846) at 20210308005107069 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/pm9g45.c' (152,847) at 20210308005003040 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/air-cooled.yaml' (152,848) at 20210307205553698 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/sun/sunvnet_common.c' (152,849) at 20240405153050309 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arc/lib/strcpy-700.S' (152,850) at 20210307214925674 2025-03-14 03:00:54.714-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/userspace-api/media/dvb/dvbstb.svg' (152,851) at 20220525020651778 2025-03-14 03:00:54.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_1_0_offset.h' (152,852) at 20210307214927398 2025-03-14 03:00:54.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/match.c' (152,853) at 20250106090012039 2025-03-14 03:00:54.717-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/renesas/rswitch.h' (152,854) at 20250106090012059 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw.c' (152,855) at 20250106090012095 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/efi.c' (152,856) at 20250106090012031 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipvs/ip_vs_conn.c' (152,857) at 20250106090012091 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/export.h' (152,858) at 20250106090012075 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/hexagon/Makefile' (152,859) at 20250106090012031 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/task_stack.h' (152,860) at 20250106090012083 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/cpuid.h' (152,861) at 20250106090012039 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c' (152,862) at 20250106090012047 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/acpi.c' (152,863) at 20250106090012043 2025-03-14 03:00:54.718-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/addr.c' (152,864) at 20250106090012075 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/sqpoll.c' (152,865) at 20250106090012087 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac-platform.c' (152,866) at 20250106090012055 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-microchip-corei2c.c' (152,867) at 20250106090012055 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/sdt.h' (152,868) at 20250106090012099 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_file.c' (152,869) at 20250106090012079 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_snapshot.c' (152,870) at 20250106090012051 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_iops.c' (152,871) at 20250106090012083 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/net/bpf_jit.c' (152,872) at 20250106090012035 2025-03-14 03:00:54.719-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/super.h' (152,873) at 20250106090012075 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-imx.c' (152,874) at 20250106090012055 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/io_uring.h' (152,875) at 20250106090012087 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/efivarfs/super.c' (152,876) at 20250106090012075 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_bmap_util.c' (152,877) at 20250106090012079 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_symlink.c' (152,878) at 20250106090012083 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/wait.h' (152,879) at 20250106090012083 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/memfd/memfd_test.c' (152,880) at 20250106090012099 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c' (152,881) at 20250106090012059 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/netfilter/ipset/ip_set_list_set.c' (152,882) at 20250106090012091 2025-03-14 03:00:54.720-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/Romulus.py' (152,883) at 20250106090014227 2025-03-14 03:00:54.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cxl/pci.c' (152,884) at 20250106090012043 2025-03-14 03:00:54.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/inst.c' (152,885) at 20250106090012031 2025-03-14 03:00:54.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/vmd.c' (152,886) at 20250106090012063 2025-03-14 03:00:54.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mscc/ocelot.c' (152,887) at 20250106090012059 2025-03-14 03:00:54.721-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hv/hv_util.c' (152,935) at 20250106090012051 2025-03-14 03:00:54.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/super.c' (152,936) at 20250106090012075 2025-03-14 03:00:54.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/cdns3/drd.h' (152,937) at 20250106090012071 2025-03-14 03:00:54.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/amd64_edac.c' (152,938) at 20250106090012047 2025-03-14 03:00:54.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib3000mb.c' (152,939) at 20250106090012055 2025-03-14 03:00:54.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/server.c' (152,940) at 20250106090012079 2025-03-14 03:00:54.722-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/kgd_kfd_interface.h' (152,941) at 20250106090012051 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/pnfs.c' (152,942) at 20250106090012075 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/asus-nb-wmi.c' (152,943) at 20250106090012067 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/apple-admac.c' (152,944) at 20250106090012043 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/irq.c' (152,945) at 20250106090012063 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_state_sensor.hpp' (152,946) at 20250107090029777 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/Kconfig' (152,947) at 20250107090012024 2025-03-14 03:00:54.723-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/MAINTAINERS' (152,948) at 20250107090012024 2025-03-14 03:00:54.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_1_0_sh_mask.h' (152,949) at 20240405153047485 2025-03-14 03:00:54.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/meson.build' (152,950) at 20250203090031489 2025-03-14 03:00:54.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/manager_logservices_journal.hpp' (152,951) at 20250203090002624 2025-03-14 03:00:54.735-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/str_utility.hpp' (152,952) at 20250203090002616 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/main.c' (152,953) at 20250203090014464 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/fuzz-coverage.py' (152,954) at 20250203090011012 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/pcie.hpp' (152,955) at 20250203090002628 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/taggedrule.hpp' (152,956) at 20250203090002612 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/verb.hpp' (152,957) at 20250203090002612 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test-utils.c' (152,958) at 20250203090011012 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/ruleparametertraits.hpp' (152,959) at 20250203090002612 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_response.hpp' (152,960) at 20250203090002608 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/aggregation_service.hpp' (152,961) at 20250203090002624 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/meson.build' (152,962) at 20250203090010212 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/meson.build' (152,963) at 20250203090026160 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_74.dat' (152,964) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/meson.build' (152,965) at 20250203090003740 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/meson.build' (152,966) at 20250203090011008 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/hypervisor_state_manager.hpp' (152,967) at 20250203090031489 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_run.cpp' (152,968) at 20250203090002632 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/webassets.hpp' (152,969) at 20250203090002616 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_printer.hpp' (152,970) at 20250203090002620 2025-03-14 03:00:54.736-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_tunnel.c' (152,971) at 20250203090014480 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seccomp.h' (152,972) at 20250203090014476 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/time_utils.hpp' (152,973) at 20250203090002620 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/meson.options' (152,974) at 20250203090003736 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/webroutes.hpp' (152,975) at 20250203090002616 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-sunxi-nmi.c' (152,976) at 20250203090014464 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_4.dat' (152,977) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/.clang-format' (152,978) at 20250203090036417 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/task_messages.hpp' (152,979) at 20250203090002620 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/meson.build' (152,980) at 20250203090026160 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/dbus_event_log_entry.hpp' (152,981) at 20250203090002620 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/meson.build' (152,982) at 20250203090010212 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_ast.hpp' (152,983) at 20250203090002616 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/ossl_random.hpp' (152,984) at 20250203090002616 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/sensor.hpp' (152,985) at 20250203090003740 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/persistent_data.hpp' (152,986) at 20250203090002616 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/ExternalSensor.hpp' (152,987) at 20250203090003736 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/ipv6_route_update_soft_lockup.sh' (152,988) at 20250203090014484 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/complete_response_fields.hpp' (152,989) at 20250203090002608 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png' (152,990) at 20210307205554462 to deleted uid set 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/meson.build' (152,991) at 20250203090003736 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/meson.build' (152,992) at 20250203090026160 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/odata.hpp' (152,993) at 20250203090002628 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/test/meson.build' (152,994) at 20250203090026160 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/serial.c' (152,995) at 20250203090011008 2025-03-14 03:00:54.737-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp.h' (152,996) at 20250203090011008 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_bridge.c' (152,997) at 20250203090011012 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/security_headers.hpp' (152,998) at 20250203090002616 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/keyboard/atkbd.c' (152,999) at 20250203090014464 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_i2c.c' (153,000) at 20250203090011012 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/meson.build' (153,001) at 20250203090025784 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_ets.c' (153,002) at 20250203090014480 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempMain.cpp' (153,003) at 20250203090003736 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/meson.options' (153,004) at 20250203090036417 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/gfs2/file.c' (153,005) at 20250203090014476 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPDeviceRepository.hpp' (153,006) at 20250203090003736 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/dbus_utils.hpp' (153,007) at 20250203090002620 2025-03-14 03:00:54.738-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/meson.build' (153,008) at 20250203090026160 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/amd-pstate.c' (153,009) at 20250203090014460 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/example/meson.build' (153,010) at 20250203090025784 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_235.dat' (153,011) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/.clang-format' (153,012) at 20250203090018444 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest-data/tests-platform.dtsi' (153,013) at 20250203090014468 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/.clang-format' (153,014) at 20250203090003732 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/message_registries.hpp' (153,015) at 20250203090002628 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.clang-tidy' (153,016) at 20250203090002608 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/cookies.hpp' (153,017) at 20250203090002612 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/file_test_utilities.hpp' (153,018) at 20250203090002612 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries.hpp' (153,019) at 20250203090002620 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/meson.options' (153,020) at 20250203090025116 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/meson.build' (153,021) at 20250203090003736 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_cmds.c' (153,022) at 20250203090011012 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/openbmc_dbus_rest.hpp' (153,023) at 20250203090002616 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/fabric_adapters.hpp' (153,024) at 20250203090002624 2025-03-14 03:00:54.739-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/stl_utils.hpp' (153,025) at 20250203090002620 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/fs.h' (153,026) at 20250203090014476 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/boost.wrap' (153,027) at 20250205090021468 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/packagefiles/iniparser/meson.build' (153,028) at 20250205090014063 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sensor.robot' (153,029) at 20250205090016243 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/meson.build' (153,030) at 20250205090014063 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor.cpp' (153,031) at 20250205090037740 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_report_manager.cpp' (153,032) at 20250205090037744 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging.hpp' (153,033) at 20250205090030296 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweroff@.service' (153,034) at 20250205090015099 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_trigger_manager.cpp' (153,035) at 20250205090037744 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/ucd90160.hpp' (153,036) at 20250205090039000 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/journal.hpp' (153,037) at 20250205090030296 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_subdirectory.cpp' (153,038) at 20250205090030300 2025-03-14 03:00:54.740-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-romulus.dts' (153,039) at 20250205090013583 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_string_attribute.hpp' (153,040) at 20250205090033740 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/meson.options' (153,041) at 20250205090030668 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/services/meson.build' (153,042) at 20250205090030668 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries_selector.hpp' (153,043) at 20250205090003095 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweron' (153,044) at 20250205090015099 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_table.hpp' (153,045) at 20250205090033740 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/persistent_json_storage.cpp' (153,046) at 20250205090037740 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/fan.hpp' (153,047) at 20250205090003099 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/sensor_utils.hpp' (153,048) at 20250205090003095 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-lenovo-hr855xg2.dts' (153,049) at 20250205090013583 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/pmbus.cpp' (153,050) at 20250205090030296 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/test/meson.build' (153,051) at 20250205090030296 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.cpp' (153,052) at 20250205090030292 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/pcie_util.hpp' (153,053) at 20250205090003095 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/meson.build' (153,054) at 20250205090030292 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/presence_detection_tests.cpp' (153,055) at 20250205090030296 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/handler.hpp' (153,056) at 20250205090033744 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-dmar-generic.h' (153,057) at 20250205090010219 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/labeled_tuple.hpp' (153,058) at 20250205090037740 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/meson.build' (153,059) at 20250205090014063 2025-03-14 03:00:54.741-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-arm-stardragon4800-rep2.dts' (153,060) at 20250205090013583 2025-03-14 03:00:54.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/virtual_media.hpp' (153,061) at 20250205090003103 2025-03-14 03:00:54.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/roles.hpp' (153,062) at 20250205090003099 2025-03-14 03:00:54.742-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50003000_v2.json' (153,063) at 20250205090020119 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/meson.build' (153,064) at 20250205090027352 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report.cpp' (153,065) at 20250205090037740 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_table.cpp' (153,066) at 20250205090033740 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/manager_diagnostic_data.hpp' (153,067) at 20250205090003099 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb' (153,068) at 20250205090015099 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/account_service.hpp' (153,069) at 20250205090003095 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/operation_type.hpp' (153,070) at 20250205090037740 2025-03-14 03:00:54.743-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_numeric_threshold.cpp' (153,071) at 20250205090037744 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems.hpp' (153,072) at 20250205090003103 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_manager.hpp' (153,073) at 20250205090037740 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_report.cpp' (153,074) at 20250205090037744 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/meson.build' (153,075) at 20250205090032440 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/.clang-format' (153,076) at 20250205090037736 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-arm.h' (153,077) at 20250205090010219 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_services.hpp' (153,078) at 20250205090030296 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_factory.cpp' (153,079) at 20250205090037740 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb' (153,080) at 20250205090015099 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/util.cpp' (153,081) at 20250205090030296 2025-03-14 03:00:54.744-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/numeric_threshold.cpp' (153,082) at 20250205090037740 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.cpp' (153,083) at 20250205090030296 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/bios.hpp' (153,084) at 20250205090003099 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_factory.cpp' (153,085) at 20250205090037740 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/storage.hpp' (153,086) at 20250205090003103 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/update_manager.hpp' (153,087) at 20250205090033736 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/meson.build' (153,088) at 20250205090024460 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_attribute.hpp' (153,089) at 20250205090033740 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/labeled_tuple_helpers.hpp' (153,090) at 20250205090037744 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging.cpp' (153,091) at 20250205090030296 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/dbus_path_utils.hpp' (153,092) at 20250205090037740 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/meson.build' (153,093) at 20250205090039396 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/lldpd.inc' (153,094) at 20250205090015099 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/utils/time_utils.cpp' (153,095) at 20250205090003103 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.hpp' (153,096) at 20250205090033740 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-pci-dev.h' (153,097) at 20250205090010219 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/transport.cpp' (153,098) at 20250205090033736 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/redfish_aggregator.hpp' (153,099) at 20250205090003095 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config.hpp' (153,100) at 20250205090032436 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-firmware.h' (153,101) at 20250205090010219 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.hpp' (153,102) at 20250205090030292 2025-03-14 03:00:54.745-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_factory_mock.hpp' (153,103) at 20250205090037744 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metric.hpp' (153,104) at 20250205090037740 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/platform_variables.py' (153,105) at 20250205090016243 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/p10bmc.conf' (153,106) at 20250205090015099 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/ssl_key_handler.hpp' (153,107) at 20250205090003095 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/thermal_metrics.hpp' (153,108) at 20250205090003103 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/pmbus.hpp' (153,109) at 20250205090030296 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-dmar-iommu.h' (153,110) at 20250205090010219 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/ethernet.hpp' (153,111) at 20250205090003099 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-lenovo-hr630.dts' (153,112) at 20250205090013583 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/generator/gen-utils.h' (153,113) at 20250205090010219 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ipf.h' (153,114) at 20250205090010219 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.cpp' (153,115) at 20250205090030292 2025-03-14 03:00:54.746-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_function.cpp' (153,116) at 20250205090037740 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/log_services.hpp' (153,117) at 20250205090003099 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/baserule.hpp' (153,118) at 20250205090003091 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/google/google_service_root.hpp' (153,119) at 20250205090003091 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_sequencer_device.hpp' (153,120) at 20250205090030296 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems_logservices_postcodes.hpp' (153,121) at 20250205090003103 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/meson.build' (153,122) at 20250205090030296 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/test/mocked_utils.hpp' (153,123) at 20250205090033736 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/packagefiles/boost/meson.build' (153,124) at 20250205090032440 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/hypervisor_system.hpp' (153,125) at 20250205090003099 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp' (153,126) at 20250205090003099 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/handler_test.cpp' (153,127) at 20250205090033744 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/.clang-format' (153,128) at 20250205090022844 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/mutual_tls.cpp' (153,129) at 20250205090003091 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweroff' (153,130) at 20250205090015099 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/meson.build' (153,131) at 20250205090010935 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweron@.service' (153,132) at 20250205090015099 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ia32x64.h' (153,133) at 20250205090010219 2025-03-14 03:00:54.747-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.cpp' (153,134) at 20250205090030300 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/meson.build' (153,135) at 20250205090033740 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_types.hpp' (153,136) at 20250205090037740 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/snmp_trap_event_clients.hpp' (153,137) at 20250205090003095 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/meson.build' (153,138) at 20250205090030296 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/meson.build' (153,139) at 20250205090030300 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/meson.build' (153,140) at 20250205090030668 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-nicole.dts' (153,141) at 20250205090013583 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.clang-format' (153,142) at 20250205090033736 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/lldpd/lldpd_%.bbappend' (153,143) at 20250205090015099 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/meson.build' (153,144) at 20250205090030292 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.cpp' (153,145) at 20250205090033740 2025-03-14 03:00:54.748-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/Manager/meson.build' (153,228) at 20250205090027352 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' (153,229) at 20250205090033744 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/base.hpp' (153,230) at 20250205090033740 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/sensors.hpp' (153,231) at 20250205090003103 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru.hpp' (153,232) at 20250205090033740 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/metadata.hpp' (153,233) at 20250205090003099 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_on_change_threshold.cpp' (153,234) at 20250205090037744 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/dbus_log_watcher.hpp' (153,235) at 20250205090003095 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-e3c246d4i.dts' (153,236) at 20250205090013583 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/sensor.hpp' (153,237) at 20250205090037736 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/privileges.hpp' (153,238) at 20250205090003095 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-pci-bus.h' (153,239) at 20250205090010219 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/meson.build' (153,240) at 20250205090030296 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report.hpp' (153,241) at 20250205090037740 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/standard_device.hpp' (153,242) at 20250205090030296 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_trigger.cpp' (153,243) at 20250205090037744 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb' (153,244) at 20250205090015099 2025-03-14 03:00:54.749-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/main.cpp' (153,245) at 20250205090037740 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_utils.cpp' (153,246) at 20250205090033740 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/meson.build' (153,247) at 20250205090030296 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-power' (153,248) at 20250205090015099 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/meson.build' (153,249) at 20250205090024460 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.clang-format' (153,250) at 20250205090003091 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/meson.options' (153,251) at 20250205090030292 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/led.hpp' (153,252) at 20250205090003099 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/redfish_v1.hpp' (153,253) at 20250205090003099 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/http_utility.hpp' (153,254) at 20250205090003091 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb' (153,255) at 20250205090015099 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/collection_time_scope.hpp' (153,256) at 20250205090037740 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-generic.h' (153,257) at 20250205090010219 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py' (153,258) at 20250205090016243 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.clang-format' (153,259) at 20250205090032436 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/authentication.hpp' (153,260) at 20250205090003091 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/power_supply.hpp' (153,261) at 20250205090003099 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/conversion_trigger.cpp' (153,262) at 20250205090037740 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_metric.cpp' (153,263) at 20250205090037744 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/.clang-tidy' (153,264) at 20250205090010215 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/meson.options' (153,265) at 20250205090033740 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/query.hpp' (153,266) at 20250205090003095 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/cable.hpp' (153,267) at 20250205090003099 2025-03-14 03:00:54.750-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/CHANGELOG.md' (153,268) at 20250205090014063 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/metric.hpp' (153,269) at 20250205090037736 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/error_messages.hpp' (153,270) at 20250205090003095 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/meson.build' (153,271) at 20250205090032436 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-palmetto.dts' (153,272) at 20250205090013583 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/trigger_types.hpp' (153,273) at 20250205090037740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_action.hpp' (153,274) at 20250205090037740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger_factory.hpp' (153,275) at 20250205090037736 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_actions.cpp' (153,276) at 20250205090037740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_manager.cpp' (153,277) at 20250205090037740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts' (153,278) at 20250205090013583 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/meson.build' (153,279) at 20250205090033740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/BaseTypes.h' (153,280) at 20250205090010219 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.hpp' (153,281) at 20250205090030296 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_factory.hpp' (153,282) at 20250205090037740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-post-end' (153,283) at 20250205090015099 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/test/meson.build' (153,284) at 20250205090030300 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/ibm/management_console_rest.hpp' (153,285) at 20250205090003095 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/processor.hpp' (153,286) at 20250205090003099 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/pam_authenticate.hpp' (153,287) at 20250205090003095 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.clang-format' (153,288) at 20250205090030292 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/reporting_type.hpp' (153,289) at 20250205090037740 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb' (153,290) at 20250205090015099 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault/meson.build' (153,291) at 20250205090030292 2025-03-14 03:00:54.751-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_utils.hpp' (153,292) at 20250205090033740 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_types.cpp' (153,293) at 20250205090037740 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metric.cpp' (153,294) at 20250205090037740 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/meson.build' (153,295) at 20250205090027352 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor_cache.cpp' (153,296) at 20250205090037740 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (153,297) at 20250205090015099 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_sensor.cpp' (153,298) at 20250205090037744 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/mutual_tls.hpp' (153,299) at 20250205090003091 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-memory.h' (153,300) at 20250205090010219 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/packagefiles/boost/meson.build' (153,301) at 20250205090030300 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-cxl-component.h' (153,302) at 20250205090010219 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' (153,303) at 20250205090033744 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/meson.build' (153,304) at 20250205090030300 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/discrete_threshold.cpp' (153,305) at 20250205090037736 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/report_factory_mock.hpp' (153,306) at 20250205090037744 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/meson.options' (153,307) at 20250205090032436 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertywatchtest.hpp' (153,308) at 20250205090022844 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_manager.hpp' (153,309) at 20250205090037740 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru.cpp' (153,310) at 20250205090033740 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_sensor_cache.cpp' (153,311) at 20250205090037744 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/threshold_mock.hpp' (153,312) at 20250205090037744 2025-03-14 03:00:54.752-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/meson.build' (153,313) at 20250205090010219 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mm.h' (153,314) at 20250124090012837 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/revoke.c' (153,315) at 20250124090012825 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/xen-asm.S' (153,316) at 20250124090012781 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/net_namespace.c' (153,317) at 20250124090012849 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c' (153,318) at 20250124090012809 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/iomap/buffered-io.c' (153,319) at 20250124090012825 2025-03-14 03:00:54.753-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/pruss_driver.h' (153,320) at 20250124090012837 2025-03-14 03:00:54.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_flow.c' (153,321) at 20250124090012853 2025-03-14 03:00:54.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/poll.h' (153,322) at 20250124090012837 2025-03-14 03:00:54.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/connect.c' (153,323) at 20250124090012833 2025-03-14 03:00:54.754-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_fp.c' (153,324) at 20250124090012793 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c' (153,325) at 20250124090012809 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.common.hpp.mako' (153,326) at 20250124090033449 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/numa.c' (153,327) at 20250124090012781 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/proc/vmcore.c' (153,328) at 20250124090012833 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_uac2.c' (153,329) at 20250124090012821 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/include/linux/numa.h' (153,330) at 20250124090012861 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/Kconfig' (153,331) at 20250124090012789 2025-03-14 03:00:54.755-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/inkern.c' (153,332) at 20250124090012793 2025-03-14 03:00:54.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/erofs/zdata.c' (153,333) at 20250124090012825 2025-03-14 03:00:54.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c' (153,334) at 20250124090012793 2025-03-14 03:00:54.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/usblp.c' (153,335) at 20250124090012817 2025-03-14 03:00:54.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/file.c' (153,336) at 20250124090012825 2025-03-14 03:00:54.756-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/fanctl.cpp' (153,337) at 20250124090021773 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-thin.c' (153,338) at 20250124090012797 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/inventory/gpio-based-hardware-inventory.md' (153,339) at 20250124090003681 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_fp.h' (153,340) at 20250124090012793 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/Kconfig' (153,341) at 20250124090012825 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads124s08.c' (153,342) at 20250124090012793 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_debug.c' (153,343) at 20250124090012785 2025-03-14 03:00:54.757-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/gpcv2.c' (153,344) at 20250124090012813 2025-03-14 03:00:54.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/pktgen.c' (153,345) at 20250124090012849 2025-03-14 03:00:54.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hugetlb.h' (153,346) at 20250124090012833 2025-03-14 03:00:54.758-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dml_inline_defs.h' (153,347) at 20250124090012785 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/bfq-iosched.c' (153,348) at 20250124090012781 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/resource.c' (153,349) at 20250124090012781 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.client.hpp.mako' (153,350) at 20250124090033445 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/daemon.c' (153,351) at 20250124090012825 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_ovl.c' (153,352) at 20250124090012789 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/scrub.c' (153,353) at 20250124090012825 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/target/io-cmd-bdev.c' (153,354) at 20250124090012809 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSubsystem_v1.xml' (153,355) at 20250123090003199 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata-v4.json' (153,356) at 20250123090003207 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Drive_v1.xml' (153,357) at 20250123090003195 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Manager_v1.xml' (153,358) at 20250123090003195 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventDestination_v1.xml' (153,359) at 20250123090003195 2025-03-14 03:00:54.759-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Connection_v1.xml' (153,360) at 20250123090003191 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateService.v1_0_6.json' (153,361) at 20250123090003199 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/meson.build' (153,362) at 20250123090026184 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Pump_v1.xml' (153,363) at 20250123090003199 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pump.hpp' (153,364) at 20250123090003191 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetectorCollection.json' (153,365) at 20250123090003203 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema.v1_10_1.json' (153,366) at 20250123090003207 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Chassis_v1.xml' (153,367) at 20250123090003191 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/amd/pmc/pmc.c' (153,368) at 20250124090012813 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/pds_core/devlink.c' (153,369) at 20250124090012797 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/notify/fdinfo.c' (153,370) at 20250124090012829 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/smb2pdu.h' (153,371) at 20250124090012833 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/ad9834.c' (153,372) at 20250124090012813 2025-03-14 03:00:54.760-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/mm/init.c' (153,373) at 20250124090012777 2025-03-14 03:00:54.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memblock.c' (153,374) at 20250124090012845 2025-03-14 03:00:54.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/cacheflush.h' (153,375) at 20250124090012773 2025-03-14 03:00:54.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/patch.h' (153,376) at 20250124090012777 2025-03-14 03:00:54.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c' (153,377) at 20250124090012785 2025-03-14 03:00:54.761-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c' (153,378) at 20250124090012789 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/workqueue.c' (153,379) at 20250124090012841 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/hugetlb.c' (153,380) at 20250124090012845 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service' (153,381) at 20250122090018961 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_keyword_parser.cpp' (153,382) at 20250122090018961 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pldm_utils.py' (153,383) at 20250122090014949 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/keyword_vpd_parser.cpp' (153,384) at 20250122090018965 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/vpd_parser_main.cpp' (153,385) at 20250122090018965 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/ADCSensor.cpp' (153,386) at 20250122090004581 2025-03-14 03:00:54.762-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/configuration.hpp' (153,387) at 20250122090018957 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/vpd_inventory.json' (153,388) at 20250122090018961 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/DateTime/DateTime.vue' (153,389) at 20250122090042322 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/machine/system1.conf' (153,390) at 20250122090013693 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/logger.cpp' (153,391) at 20250122090018965 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComputerSystem_v1.xml' (153,410) at 20250123090003191 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetectorCollection_v1.xml' (153,411) at 20250123090003195 2025-03-14 03:00:54.763-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Control.v1_6_0.json' (153,412) at 20250123090003203 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Drive.v1_21_0.json' (153,413) at 20250123090003203 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/builder.hpp' (153,414) at 20250123090026180 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HostInterface_v1.xml' (153,415) at 20250123090003195 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Volume.v1_10_1.json' (153,416) at 20250123090003207 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/parser.cpp' (153,417) at 20250122090018965 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/service_files/vpd-manager.service' (153,418) at 20250122090018961 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/gpio_monitor.hpp' (153,419) at 20250122090018961 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/scripts/wait-vpd-status.sh' (153,420) at 20250122090018961 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc.h' (153,421) at 20250122090018965 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/error_message_utils.cpp' (153,422) at 20250122090003593 2025-03-14 03:00:54.764-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/meson_options.txt' (153,423) at 20250122090018961 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/smbios_mdrv2.hpp' (153,424) at 20250122090036006 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/package.json' (153,425) at 20250122090042318 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/keyword_vpd_parser.hpp' (153,426) at 20250122090018961 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/README.md' (153,427) at 20250122090018957 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/README.md' (153,428) at 20250122090018965 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/manager_main.cpp' (153,429) at 20250122090018965 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/parser.hpp' (153,430) at 20250122090018961 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/parser_factory.cpp' (153,431) at 20250122090018965 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/logger.hpp' (153,432) at 20250122090018961 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_zone_unittest.cpp' (153,433) at 20250123090026184 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalSubsystem.v1_3_3.json' (153,434) at 20250123090003207 2025-03-14 03:00:54.765-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SessionService.v1_2_0.json' (153,435) at 20250123090003203 2025-03-14 03:00:54.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Manager.v1_20_0.json' (153,436) at 20250123090003203 2025-03-14 03:00:54.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeDevice_v1.xml' (153,437) at 20250123090003195 2025-03-14 03:00:54.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSubsystem.v1_1_3.json' (153,438) at 20250123090003203 2025-03-14 03:00:54.766-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Storage.v1_18_0.json' (153,439) at 20250123090003207 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccountService.v1_17_0.json' (153,440) at 20250123090003199 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Session.v1_8_0.json' (153,441) at 20250123090003203 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetector_v1.xml' (153,442) at 20250123090003195 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HostInterface.v1_3_3.json' (153,443) at 20250123090003203 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_utils.cpp' (153,444) at 20250122090018961 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/service_files/system-vpd.service' (153,445) at 20250122090018961 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_ipz_parser.cpp' (153,446) at 20250122090018961 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/jbd2/commit.c' (153,447) at 20250124090012825 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/light/vcnl4035.c' (153,448) at 20250124090012793 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/hrtimer.h' (153,449) at 20250124090012833 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg' (153,450) at 20250128090014946 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/test.dts' (153,451) at 20250128090037826 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/eeprom.c' (153,452) at 20250128090037830 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/bootcount.c' (153,453) at 20250128090037830 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/license_static.bbclass' (153,454) at 20250128090014946 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/eeprom.h' (153,455) at 20250128090037830 2025-03-14 03:00:54.767-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/app.cpp' (153,456) at 20250128090020046 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_defconfig' (153,457) at 20250128090037830 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SessionService.v1_2_0.json' (153,458) at 20250123090003203 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_pdb_hsc_ltc_fsc_max_vr_raa_gndsen_ina_p12vsen_ina_p12vfan_mps.json' (153,459) at 20250128090007321 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/common.h' (153,460) at 20250128090037830 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb' (153,461) at 20250128090014946 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/generate_config_list.sh' (153,462) at 20250128090007321 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventDestination.v1_15_1.json' (153,463) at 20250123090003203 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/mpc8323erdb.c' (153,464) at 20250128090037826 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/meson.build' (153,465) at 20250128090012346 2025-03-14 03:00:54.768-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-kernel/linux/linux-aspeed/palmetto.cfg' (153,466) at 20250128090014946 2025-03-14 03:00:54.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageController.v1_9_0.json' (153,467) at 20250123090003207 2025-03-14 03:00:54.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_pdb_hsc_ltc_fsc_max_vr_delta_gndsen_ina_p12vsen_ina_p12vfan_mps.json' (153,468) at 20250128090007317 2025-03-14 03:00:54.769-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_pdb_hsc_xdp_fsc_nct_vr_raa_gndsen_max_p12vsen_isl_p12vfan_rtt.json' (153,469) at 20250128090007321 2025-03-14 03:00:54.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComputerSystem.v1_23_1.json' (153,470) at 20250123090003203 2025-03-14 03:00:54.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mw_eeprom.c' (153,471) at 20250128090037830 2025-03-14 03:00:54.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/eeprom.c' (153,472) at 20250128090037826 2025-03-14 03:00:54.770-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Manager.v1_20_0.json' (153,473) at 20250123090003203 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Resource.v1_21_0.json' (153,474) at 20250123090003203 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/i2c_eeprom.c' (153,475) at 20250128090037830 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/config.c' (153,476) at 20250128090013362 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i2c_eeprom.h' (153,477) at 20250128090037830 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/board.c' (153,478) at 20250128090037826 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EthernetInterface.v1_12_3.json' (153,479) at 20250123090003203 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-client-no-args' (153,480) at 20250128090013362 2025-03-14 03:00:54.771-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Storage.v1_18_0.json' (153,481) at 20250123090003207 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml' (153,482) at 20250128090022990 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rv3029.c' (153,483) at 20250128090037830 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/vpd_utils.py' (153,484) at 20250128090016174 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6.c' (153,485) at 20250128090037826 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Purpose.interface.yaml' (153,486) at 20250128090022990 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/error_files_tests.cpp' (153,487) at 20250128090020046 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/novena.c' (153,488) at 20250128090037826 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i2c.h' (153,489) at 20250128090037830 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/socfpga.c' (153,490) at 20250128090037826 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg' (153,491) at 20250128090014946 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Role.v1_3_3.json' (153,492) at 20250123090003203 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/tinker-rk3288.c' (153,493) at 20250128090037826 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/GPIODeviceDetect.interface.yaml' (153,494) at 20250128090022990 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventService.v1_10_3.json' (153,495) at 20250123090003203 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg' (153,496) at 20250128090014946 2025-03-14 03:00:54.772-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-schema.v1_10_1.json' (153,497) at 20250123090003207 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateService.v1_0_6.json' (153,498) at 20250123090003199 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSubsystem.v1_1_3.json' (153,499) at 20250123090003203 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Redundancy.v1_5_0.json' (153,500) at 20250123090003203 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/UpdateService.v1_15_0.json' (153,501) at 20250123090003207 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/TOTPState.interface.yaml' (153,502) at 20250128090022990 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.c' (153,503) at 20250128090037826 2025-03-14 03:00:54.773-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Drive.v1_21_0.json' (153,504) at 20250123090003203 2025-03-14 03:00:54.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Port.v1_15_0.json' (153,505) at 20250123090003203 2025-03-14 03:00:54.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed/romulus.cfg' (153,568) at 20250128090014946 2025-03-14 03:00:54.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ThermalSubsystem.v1_3_3.json' (153,569) at 20250123090003207 2025-03-14 03:00:54.774-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/eeprom.c' (153,570) at 20250128090037830 2025-03-14 03:00:54.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/mac_eeprom.c' (153,571) at 20250128090037826 2025-03-14 03:00:54.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c' (153,572) at 20250128090037826 2025-03-14 03:00:54.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/phycore-rk3288.c' (153,573) at 20250128090037826 2025-03-14 03:00:54.775-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeDevice.v1_17_0.json' (153,574) at 20250123090003203 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AccountService.v1_17_0.json' (153,575) at 20250123090003199 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Chassis.v1_26_0.json' (153,576) at 20250123090003203 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb' (153,577) at 20250202090011312 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/meson.options' (153,578) at 20250202090005588 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/file_handler.cpp' (153,579) at 20250202090020900 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/at_coroutine_exit.hpp' (153,580) at 20250202090029864 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.clang-format' (153,581) at 20250202090020516 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/meson.build' (153,582) at 20250202090005588 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/meson.options' (153,583) at 20250202090004936 2025-03-14 03:00:54.776-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__let.hpp' (153,584) at 20250202090029860 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/transaction.hpp' (153,585) at 20250202090029864 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__meta.hpp' (153,586) at 20250202090029860 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/selcommands.cpp' (153,587) at 20250202090004940 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb' (153,588) at 20250202090011312 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb' (153,589) at 20250202090011312 to deleted uid set 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/meson.build' (153,590) at 20250202090005588 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/buildjson.hpp' (153,591) at 20250202090020900 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/buildjson.cpp' (153,592) at 20250202090020900 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.clang-format' (153,593) at 20250202090005584 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pciaccess.cpp' (153,594) at 20250202090020904 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pciaccess.hpp' (153,595) at 20250202090020904 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.clang-format' (153,596) at 20250202090026700 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/coroutine.hpp' (153,597) at 20250202090029864 2025-03-14 03:00:54.777-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/manager.hpp' (153,598) at 20250202090020516 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/meson.build' (153,626) at 20250202090005588 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/meson.build' (153,627) at 20250202090029864 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/functional.hpp' (153,628) at 20250202090029864 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/crc_mock.hpp' (153,629) at 20250202090020900 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensor.cpp' (153,630) at 20250202090019916 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/gpio_mock.hpp' (153,631) at 20250202090019916 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_pci_unittest.cpp' (153,632) at 20250202090020904 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/meson.build' (153,633) at 20250202090029860 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/mainloop.hpp' (153,634) at 20250202090019916 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/mainloop.cpp' (153,635) at 20250202090019916 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/average.hpp' (153,636) at 20250202090019916 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/meson.build' (153,637) at 20250202090005588 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handlers_builder.hpp' (153,638) at 20250202090020900 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/.clang-format' (153,639) at 20250202090020900 2025-03-14 03:00:54.778-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/oemcommands.cpp' (153,640) at 20250202090004940 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/.clang-format' (153,641) at 20250202090004936 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/meson.build' (153,642) at 20250202090005588 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/meson.build' (153,643) at 20250202090022316 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_nuvoton.cpp' (153,644) at 20250202090020900 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.clang-format' (153,645) at 20250202090029860 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/gpio_handle.cpp' (153,646) at 20250202090019916 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/handler.hpp' (153,647) at 20250202090020900 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/meson.build' (153,648) at 20250202090005588 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/append.hpp' (153,649) at 20250202090029864 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/gpio.cpp' (153,650) at 20250202090019916 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/meson.build' (153,651) at 20250202090005588 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/biccommands.cpp' (153,652) at 20250202090004936 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message.hpp' (153,653) at 20250202090029864 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/meson.build' (153,654) at 20250202090022316 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/file_handler.hpp' (153,655) at 20250202090020900 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/meson.build' (153,656) at 20250202090029864 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/meson.build' (153,657) at 20250202090004936 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/meson.build' (153,658) at 20250202090005588 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.clang-format' (153,659) at 20250202090019912 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/average.cpp' (153,660) at 20250202090019912 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/meson.build' (153,661) at 20250202090005588 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_decoder_core.c' (153,662) at 20250202090008604 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/meson.options' (153,663) at 20250202090022316 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__schedulers.hpp' (153,664) at 20250202090029860 2025-03-14 03:00:54.779-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sysfs.hpp' (153,665) at 20250202090019916 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__utility.hpp' (153,666) at 20250202090029864 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/vtable.hpp' (153,667) at 20250202090029864 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/manager.cpp' (153,668) at 20250202090020516 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/meson.build' (153,669) at 20250202090005588 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/general_systemd.hpp' (153,670) at 20250202090020900 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/.clang-format' (153,671) at 20250202090008604 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/task.hpp' (153,672) at 20250202090029864 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/meson.build' (153,673) at 20250202090005588 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/meson.build' (153,674) at 20250202090005588 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_aspeed.hpp' (153,675) at 20250202090020900 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/Asset/meson.build' (153,676) at 20250201090019727 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/Create/meson.build' (153,677) at 20250201090019735 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Certificate/meson.build' (153,678) at 20250201090019727 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy/meson.build' (153,679) at 20250201090019735 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/meson.build' (153,680) at 20250201090019735 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Proxy/meson.build' (153,681) at 20250201090019739 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Global/meson.build' (153,682) at 20250201090019735 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/MinimumShipLevel/meson.build' (153,683) at 20250201090019731 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/meson.build' (153,684) at 20250201090019727 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSwitch/meson.build' (153,685) at 20250201090019735 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBK/meson.build' (153,686) at 20250201090019723 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/meson.build' (153,687) at 20250201090019723 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/meson.build' (153,688) at 20250201090019731 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/HostFirmware/meson.build' (153,689) at 20250201090019731 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/TriggerManager/meson.build' (153,690) at 20250201090019739 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (153,691) at 20250201090013079 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/meson.build' (153,692) at 20250201090033947 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/meson.build' (153,693) at 20250201090019727 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LXR0/meson.build' (153,694) at 20250201090019723 2025-03-14 03:00:54.780-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System/meson.build' (153,695) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/AccountPolicy/meson.build' (153,696) at 20250201090019739 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Panel/meson.build' (153,697) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build' (153,698) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ValueMutability/meson.build' (153,699) at 20250201090019739 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP7/meson.build' (153,700) at 20250201090019723 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/NMISource/meson.build' (153,701) at 20250201090019731 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode/meson.build' (153,702) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Cap/meson.build' (153,703) at 20250201090019731 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VoltageControl/meson.build' (153,704) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Access/meson.build' (153,705) at 20250201090019727 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/MER0/meson.build' (153,706) at 20250201090019723 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Manager/meson.build' (153,707) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/meson.build' (153,708) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/meson.build' (153,709) at 20250201090019739 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Port/meson.build' (153,710) at 20250201090019731 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/server/Test/meson.build' (153,711) at 20250201090033567 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode/meson.build' (153,712) at 20250201090019731 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Neighbor/meson.build' (153,713) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/meson.build' (153,714) at 20250201090019739 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build' (153,715) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSYS/meson.build' (153,716) at 20250201090019727 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Notify/meson.build' (153,717) at 20250201090019719 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/PowerOnHours/meson.build' (153,718) at 20250201090019739 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP0/meson.build' (153,719) at 20250201090019723 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Drive/meson.build' (153,720) at 20250201090019739 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/meson.build' (153,721) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/NetworkInterface/meson.build' (153,722) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build' (153,723) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Storage/meson.build' (153,724) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyAttributes/meson.build' (153,725) at 20250201090019731 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build' (153,726) at 20250201090019727 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Install/meson.build' (153,727) at 20250201090019727 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/meson.build' (153,728) at 20250201090019727 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/meson.build' (153,729) at 20250201090033567 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/Host/meson.build' (153,730) at 20250201090019727 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Ethernet/meson.build' (153,731) at 20250201090019735 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/meson.build' (153,732) at 20250201090019731 2025-03-14 03:00:54.781-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SOL/meson.build' (153,733) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/SEL/meson.build' (153,734) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/classes/hpe-rootfs-postcommands.bbclass' (153,735) at 20250201090013079 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/meson.build' (153,736) at 20250201090019731 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP5/meson.build' (153,737) at 20250201090019723 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootPolicy/meson.build' (153,738) at 20250201090019731 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FactoryReset/meson.build' (153,739) at 20250201090019731 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply/meson.build' (153,740) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VendorInformation/meson.build' (153,741) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/meson.build' (153,742) at 20250201090019739 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/regenerate-meson' (153,743) at 20250201090033567 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Stats/meson.build' (153,744) at 20250201090019739 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Tpm/meson.build' (153,745) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP6/meson.build' (153,746) at 20250201090019723 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/meson.build' (153,747) at 20250201090019731 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig/meson.build' (153,748) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/meson.build' (153,749) at 20250201090019727 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/GPIODeviceDetect/meson.build' (153,750) at 20250201090019731 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build' (153,751) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/Callout/meson.build' (153,752) at 20250201090019727 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/regenerate-meson' (153,753) at 20250201090033567 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device/meson.build' (153,754) at 20250201090019739 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/meson.build' (153,755) at 20250201090019731 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/meson.build' (153,756) at 20250201090019727 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RedundancyPriority/meson.build' (153,757) at 20250201090019739 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/meson.build' (153,758) at 20250201090019739 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/meson.build' (153,759) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/NMISource/meson.build' (153,760) at 20250201090019727 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/IdentityAuthentication/meson.build' (153,761) at 20250201090019727 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/FabricAdapter/meson.build' (153,762) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation/meson.build' (153,763) at 20250201090019735 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/chassis_utils.hpp' (153,764) at 20250203090002620 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_0.dat' (153,765) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/meson.build' (153,766) at 20250203090026160 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm.dat' (153,767) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_irq.c' (153,768) at 20250203090014464 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/.clang-format' (153,769) at 20250203090026804 2025-03-14 03:00:54.782-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/metric_report.hpp' (153,770) at 20250203090002628 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/event_service_store.hpp' (153,771) at 20250203090002612 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/shmem.c' (153,772) at 20250203090014480 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/async_resp.hpp' (153,773) at 20250203090002612 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/abi/x86_64/gcc.dump' (153,774) at 20250203090011480 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/meson.build' (153,775) at 20250203090026804 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/meson.build' (153,776) at 20250203090026160 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/meson.build' (153,777) at 20250203090003740 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/tests/fuzz/fd-fuzz-input1.dat' (153,778) at 20250116090011971 to deleted uid set 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filesystem_log_watcher.hpp' (153,779) at 20250203090002616 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/multipart_parser.hpp' (153,780) at 20250203090002616 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/meson.build' (153,781) at 20250203090026160 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/backup_restore_50003000.json' (153,782) at 20250203090020796 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/telemetry_service.hpp' (153,783) at 20250203090002632 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/meson.build' (153,784) at 20250203090036417 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/meson.build' (153,785) at 20250203090003264 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/login_routes.hpp' (153,786) at 20250203090002616 2025-03-14 03:00:54.783-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.clang-format' (153,787) at 20250203090031489 2025-03-14 03:00:54.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/filemap.c' (153,788) at 20250203090014476 2025-03-14 03:00:54.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_78_79.dat' (153,789) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/meson.build' (153,790) at 20250203090003736 2025-03-14 03:00:54.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/meson.build' (153,791) at 20250203090010212 2025-03-14 03:00:54.784-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libata-core.c' (153,792) at 20250203090014460 2025-03-14 03:00:54.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001002.json' (153,793) at 20250203090020796 2025-03-14 03:00:54.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_transport_iscsi.c' (153,794) at 20250203090014468 2025-03-14 03:00:54.785-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/joystick/xpad.c' (153,795) at 20250203090014464 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/memory.hpp' (153,796) at 20250203090002628 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/types.hpp' (153,797) at 20250203090021464 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeContext.hpp' (153,798) at 20250203090003740 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/meson.options' (153,799) at 20250203090026804 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/eventservice_sse.hpp' (153,800) at 20250203090002624 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_grammar.hpp' (153,801) at 20250203090002616 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-ids.h' (153,802) at 20250203090014464 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/boost_formatters.hpp' (153,803) at 20250203090002612 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/Kconfig' (153,804) at 20250203090014480 2025-03-14 03:00:54.786-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/ibm/utils.hpp' (153,805) at 20250203090002616 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/meson.build' (153,806) at 20250203090003736 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/ioctl.c' (153,807) at 20250203090014460 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/ExternalSensor.cpp' (153,808) at 20250203090003736 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/meson.build' (153,809) at 20250203090026160 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/meson.build' (153,810) at 20250203090031489 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-filter-active.png' (153,811) at 20220105012522967 to deleted uid set 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/docs/fuzzing.md' (153,812) at 20250203090011008 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_monitor.hpp' (153,813) at 20250203090002612 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/meson.build' (153,814) at 20250203090003736 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/credential_pipe.hpp' (153,815) at 20250203090002612 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/meson.build' (153,816) at 20250203090003736 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_177.dat' (153,817) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/redfish_test.cpp' (153,818) at 20250203090002632 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/meson.build' (153,819) at 20250203090003740 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/meson.build' (153,820) at 20250203090026160 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/i2c-fuzz.c' (153,821) at 20250203090011012 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.hpp' (153,822) at 20250203090003740 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/u_serial.c' (153,823) at 20250203090014472 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Utils.cpp' (153,824) at 20250203090003736 2025-03-14 03:00:54.787-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/meson.build' (153,825) at 20250203090031489 2025-03-14 03:00:54.788-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/journal_utils.hpp' (153,826) at 20250203090002620 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001001_v2.json' (153,827) at 20250203090020796 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mcu/meson.build' (153,828) at 20250203090003740 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/meson.build' (153,829) at 20250203090026160 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/power_subsystem.hpp' (153,830) at 20250203090002628 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.cpp' (153,831) at 20250203090003740 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/meson.build' (153,832) at 20250203090025116 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/meson.build' (153,833) at 20250203090025112 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/environment_metrics.hpp' (153,834) at 20250203090002624 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/i2c-internal.h' (153,835) at 20250203090011008 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/meson.build' (153,836) at 20250203090003740 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/exit-air/meson.build' (153,837) at 20250203090003736 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing.hpp' (153,838) at 20250203090002612 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/quatech2.c' (153,839) at 20250203090014472 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/heartbeat_messages.hpp' (153,840) at 20250203090002620 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/io_context_singleton.hpp' (153,841) at 20250203090002616 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/meson.build' (153,842) at 20250203090010212 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2.dat' (153,843) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/core.c' (153,844) at 20250203090011008 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/PresenceGpio.hpp' (153,845) at 20250203090003736 2025-03-14 03:00:54.789-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/parsing.hpp' (153,846) at 20250203090002612 2025-03-14 03:00:54.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/drivetemp.c' (153,847) at 20250203090014464 2025-03-14 03:00:54.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/gzfile.hpp' (153,848) at 20250203090002620 2025-03-14 03:00:54.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/ip_utils.hpp' (153,849) at 20250203090002620 2025-03-14 03:00:54.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/meson.options' (153,850) at 20250203090026160 2025-03-14 03:00:54.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/meson.build' (153,851) at 20250203090025784 2025-03-14 03:00:54.790-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/task.hpp' (153,852) at 20250203090002632 2025-03-14 03:00:54.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/of/unittest.c' (153,915) at 20250203090014468 2025-03-14 03:00:54.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/meson.build' (153,916) at 20250203090003736 2025-03-14 03:00:54.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/meson.build' (153,917) at 20250203090003740 2025-03-14 03:00:54.791-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/samsung/Kconfig' (153,918) at 20250203090014480 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/super.c' (153,919) at 20250203090014472 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/meson.build' (153,920) at 20250204090023966 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb' (153,921) at 20250204090019306 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb' (153,922) at 20250204090019310 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/meson.options' (153,923) at 20250204090047699 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb' (153,924) at 20250204090019306 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/meson.build' (153,925) at 20250204090047699 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/error_code_test.cpp' (153,926) at 20250204090002370 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/exceptions.hpp' (153,927) at 20250204090024630 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb' (153,928) at 20250204090019310 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/meson.build' (153,929) at 20250204090022254 2025-03-14 03:00:54.792-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault/meson.build' (153,930) at 20250204090047699 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/locales/en-US.json' (153,931) at 20250204090047319 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.clang-format' (153,932) at 20250204090022254 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/meson.options' (153,933) at 20250204090046419 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/meson.options' (153,934) at 20250204090029534 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/meson.build' (153,935) at 20250204090012882 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/meson.build' (153,936) at 20250204090021286 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_ffdc.hpp' (153,937) at 20250204090023230 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/.clang-format' (153,938) at 20250204090048083 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/Firmware.vue' (153,939) at 20250204090047319 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsBios.vue' (153,940) at 20250204090047319 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/meson.build' (153,941) at 20250204090029534 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/meson.build' (153,942) at 20250204090023230 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/update_manager.cpp' (153,943) at 20250204090025338 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb' (153,944) at 20250204090019310 to deleted uid set 2025-03-14 03:00:54.793-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/src/power_control.cpp' (153,945) at 20250204090048083 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/locales/ru-RU.json' (153,946) at 20250204090047319 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb' (153,947) at 20250204090019306 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dist/meson.build' (153,948) at 20250204090021286 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/meson.build' (153,949) at 20250204090022254 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/meson.build' (153,950) at 20250204090014482 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/.clang-format' (153,951) at 20250204090012882 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/packagefiles/boost/meson.build' (153,952) at 20250204090048083 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/ext_interface.cpp' (153,953) at 20250204090023966 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/meson.build' (153,954) at 20250204090022254 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/meson.build' (153,955) at 20250204090046419 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/writefrudata.cpp' (153,956) at 20250204090012882 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb' (153,957) at 20250204090019310 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/FirmwareStore.js' (153,958) at 20250204090047319 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/version.hpp' (153,959) at 20250204090025338 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/meson.build' (153,960) at 20250204090027590 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/create_pldm_fw_package.cpp' (153,961) at 20250204090025338 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.clang-format' (153,962) at 20250204090025334 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/meson.options' (153,963) at 20250204090048083 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/meson.build' (153,964) at 20250204090022254 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/common-auth' (153,965) at 20250204090019306 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/meson.build' (153,966) at 20250204090027590 2025-03-14 03:00:54.794-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/error_message_utils.hpp' (153,967) at 20250204090002366 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/test/meson.build' (153,968) at 20250204090047699 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/query_param_test.cpp' (153,969) at 20250204090002370 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.cpp' (153,970) at 20250204090022254 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb' (153,971) at 20250204090019310 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/test/meson.build' (153,972) at 20250204090027594 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/meson.options' (153,973) at 20250204090023966 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/meson.build' (153,974) at 20250204090047699 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/meson.build' (153,975) at 20250204090021286 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/meson.build' (153,976) at 20250204090021286 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/test/meson.build' (153,977) at 20250204090047699 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/machine/yosemite4n.conf' (153,978) at 20250204090019306 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/meson.build' (153,979) at 20250204090047699 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/libbej/libbej_git.bb' (153,980) at 20250204090019306 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/frup.cpp' (153,981) at 20250204090012882 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater.cpp' (153,982) at 20250204090025338 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/error_code.hpp' (153,983) at 20250204090002370 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/nuvoton.inc' (153,984) at 20250204090019306 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/.clang-format' (153,985) at 20250204090023966 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/redfish_util.hpp' (153,986) at 20250203090002628 2025-03-14 03:00:54.795-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/async_resolve.hpp' (153,987) at 20250203090002612 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ata/libahci.c' (153,988) at 20250203090014460 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/meson.options' (153,989) at 20250203090011480 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/user_monitor.hpp' (153,990) at 20250203090002616 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_large_size.dat' (153,991) at 20250122090018961 to deleted uid set 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/meson.build' (153,992) at 20250203090026156 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/packagefiles/boost/meson.build' (153,993) at 20250203090003740 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/meson.build' (153,994) at 20250203090026804 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/collection.hpp' (153,995) at 20250203090002620 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/meson.build' (153,996) at 20250203090011012 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/Makefile' (153,997) at 20250203090014484 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/thermal_subsystem.hpp' (153,998) at 20250203090002632 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/backup_restore_50001000.json' (153,999) at 20250203090020796 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/fuzz-build.py' (154,000) at 20250203090011012 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/hostname_monitor.hpp' (154,001) at 20250203090002612 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/dynamicrule.hpp' (154,002) at 20250203090002612 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/meson.build' (154,003) at 20250203090026160 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/meson.build' (154,004) at 20250203090025116 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.cpp' (154,005) at 20250203090003740 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/container_of.h' (154,006) at 20250203090011008 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/msl/meson.build' (154,007) at 20250203090025116 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/meson.options' (154,008) at 20250203090011008 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_matches_filter.hpp' (154,009) at 20250203090002616 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/packagefiles/boost/meson.build' (154,010) at 20250203090026804 2025-03-14 03:00:54.796-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/meson.build' (154,011) at 20250203090011012 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/libfs.c' (154,012) at 20250203090014476 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/cper.hpp' (154,013) at 20250203090033489 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/package_parser.cpp' (154,014) at 20250203090021464 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Utils.hpp' (154,015) at 20250203090003736 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/data/meson.build' (154,016) at 20250203090031489 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/.clang-format' (154,017) at 20250203090002008 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_client.hpp' (154,018) at 20250203090002608 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_fib.c' (154,019) at 20250203090014480 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/thermal.hpp' (154,020) at 20250205090003103 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_body.hpp' (154,021) at 20250205090003091 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/filter_expr_executor.cpp' (154,022) at 20250205090003103 2025-03-14 03:00:54.797-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/activation.cpp' (154,023) at 20250205090033736 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/sessions.hpp' (154,024) at 20250205090003095 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/meson.build' (154,025) at 20250205090030292 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/filter_expr_printer.cpp' (154,026) at 20250205090003103 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-zaius.dts' (154,027) at 20250205090013583 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/regenerate-meson' (154,028) at 20250205090027352 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/error_messages.cpp' (154,029) at 20250205090003103 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/mutual_tls_meta.hpp' (154,030) at 20250205090003091 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.cpp' (154,031) at 20250205090033740 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/compatible_system_types_finder.hpp' (154,032) at 20250205090030292 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/conversion_trigger.hpp' (154,033) at 20250205090037740 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/telemetry_utils.hpp' (154,034) at 20250205090003095 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp' (154,035) at 20250205090003099 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/dbus_impl_pdr.cpp' (154,036) at 20250205090033744 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/dbus_interfaces_finder.cpp' (154,037) at 20250205090030292 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/json_storage.hpp' (154,038) at 20250205090037736 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_numeric_effecter.hpp' (154,039) at 20250205090033740 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/messanger_service.cpp' (154,040) at 20250205090037740 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/i2c.hpp' (154,041) at 20250205090030300 2025-03-14 03:00:54.798-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/sensor_mock.hpp' (154,042) at 20250205090037744 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor_cache.hpp' (154,043) at 20250205090037740 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/make_id_name.cpp' (154,044) at 20250205090037740 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-pcie.h' (154,045) at 20250205090010219 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/readings.cpp' (154,046) at 20250205090037740 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/.clang-format' (154,047) at 20250205090039000 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-cxl-protocol.h' (154,048) at 20250205090010219 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/resource_messages.cpp' (154,049) at 20250205090003103 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtjade.dts' (154,050) at 20250205090013583 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-lanyang.dts' (154,051) at 20250205090013583 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/make_id_name.hpp' (154,052) at 20250205090037740 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform.hpp' (154,053) at 20250205090033740 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/meson.build' (154,054) at 20250205090030668 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/i2c.cpp' (154,055) at 20250205090030300 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.cpp' (154,056) at 20250205090030296 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_manager.cpp' (154,057) at 20250205090037740 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/utils.cpp' (154,058) at 20250205090030300 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/params/trigger_params.hpp' (154,059) at 20250205090037744 2025-03-14 03:00:54.799-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/metric_report_definition.hpp' (154,060) at 20250205090003099 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/cper-parse.h' (154,061) at 20250205090010219 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_detached_timer.cpp' (154,062) at 20250205090037744 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_factory.hpp' (154,063) at 20250205090037740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/vendor-example/meson.build' (154,064) at 20250205090030668 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/meson.build' (154,065) at 20250205090030296 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/README.md' (154,066) at 20250205090010931 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_updates.hpp' (154,067) at 20250205090037740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_integer_attribute.hpp' (154,068) at 20250205090033740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/ucd90160.hpp' (154,069) at 20250205090030296 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_capture_bytes_action.cpp' (154,070) at 20250205090030296 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/errors.cpp' (154,071) at 20250205090037736 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_data.cpp' (154,072) at 20250205090037740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts' (154,073) at 20250205090013583 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_plus.py' (154,074) at 20250205090016243 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-nvidia.h' (154,075) at 20250205090010219 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/conversion.hpp' (154,076) at 20250205090037740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/services.hpp' (154,077) at 20250205090030296 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/dbus_mapper.hpp' (154,078) at 20250205090037740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/meson.build' (154,079) at 20250205090030300 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/meson.build' (154,080) at 20250205090033740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/meson.build' (154,081) at 20250205090030296 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/util.hpp' (154,082) at 20250205090022844 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/query_param.hpp' (154,083) at 20250205090003095 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/threshold_operations.hpp' (154,084) at 20250205090037740 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ampere.h' (154,085) at 20250205090010219 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/meson.build' (154,086) at 20250205090030296 2025-03-14 03:00:54.800-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/meson.build' (154,087) at 20250205090030292 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_function.hpp' (154,088) at 20250205090037740 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.hpp' (154,089) at 20250205090030292 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/service_root.hpp' (154,090) at 20250205090003103 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/resource_messages.hpp' (154,091) at 20250205090003095 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/util.hpp' (154,092) at 20250205090030296 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem.inc' (154,093) at 20250205090015099 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-dmar-vtd.h' (154,094) at 20250205090010219 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/json_utils_test.cpp' (154,095) at 20250205090003103 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/meson.build' (154,096) at 20250205090030300 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_data.hpp' (154,097) at 20250205090037740 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger.cpp' (154,098) at 20250205090037740 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-bytedance-g220a.dts' (154,099) at 20250205090013583 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/config.h' (154,100) at 20250205090014063 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts' (154,101) at 20250205090013583 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial@.service' (154,102) at 20250205090015099 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ccix-per.h' (154,103) at 20250205090010219 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/meson.options' (154,104) at 20250204090023230 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/pldm.hpp' (154,105) at 20250204090023234 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc' (154,106) at 20250204090019306 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/meson.options' (154,107) at 20250204090027590 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/meson.build' (154,108) at 20250204090022254 2025-03-14 03:00:54.801-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_logging.cpp' (154,109) at 20250204090022254 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/meson.build' (154,160) at 20250204090027590 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/meson.build' (154,161) at 20250204090021286 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/meson.build' (154,162) at 20250204090027590 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb' (154,163) at 20250204090019306 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.hpp' (154,164) at 20250204090022254 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/meson.build' (154,165) at 20250204090046419 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/meson.build' (154,166) at 20250204090029534 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/activation.hpp' (154,167) at 20250204090025338 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/meson.options' (154,168) at 20250204090021286 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/meson.build' (154,169) at 20250204090022254 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/strgfnhandler.cpp' (154,170) at 20250204090012882 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/meson.build' (154,171) at 20250204090023234 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/meson.build' (154,172) at 20250204090023234 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/meson.build' (154,173) at 20250204090027590 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/create_pldm_fw_package.hpp' (154,174) at 20250204090025338 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/test/meson.build' (154,175) at 20250204090027590 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/update_manager.hpp' (154,176) at 20250204090025338 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/packagefiles/boost/meson.build' (154,177) at 20250204090046419 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/package_parser.hpp' (154,178) at 20250204090025338 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus-top/dbus-top_git.bb' (154,179) at 20250204090019306 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/.clang-format' (154,180) at 20250204090023230 2025-03-14 03:00:54.802-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/forward_unauthorized.hpp' (154,181) at 20250203090002612 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/report_factory.hpp' (154,182) at 20250205090037736 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_persistent_json_storage.cpp' (154,183) at 20250205090037744 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems_logservices_hostlogger.hpp' (154,184) at 20250205090003103 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.hpp' (154,185) at 20250205090030292 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/src/main.cpp' (154,186) at 20250205090036440 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/meson.options' (154,187) at 20250205090024460 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_discrete_threshold.cpp' (154,188) at 20250205090037744 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/meson.options' (154,189) at 20250205090014063 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr.hpp' (154,190) at 20250205090033740 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/stubs/dbus_sensor_object.cpp' (154,191) at 20250205090037744 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_write_vout_command_action.hpp' (154,192) at 20250205090030296 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb' (154,193) at 20250205090015099 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue' (154,194) at 20250205090038540 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_print.py' (154,195) at 20250205090016243 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts' (154,196) at 20250205090013583 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial' (154,197) at 20250205090015099 2025-03-14 03:00:54.803-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/power.hpp' (154,198) at 20250205090003099 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/sw_utils.hpp' (154,199) at 20250205090003095 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/pcie_slots.hpp' (154,200) at 20250205090003099 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/dbus_environment.hpp' (154,201) at 20250205090037740 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish.py' (154,202) at 20250205090016243 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/meson.build' (154,203) at 20250205090030296 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/dbus_environment.cpp' (154,204) at 20250205090037740 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/error_type.hpp' (154,205) at 20250205090037740 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb' (154,206) at 20250205090015099 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru_parser.hpp' (154,207) at 20250205090033740 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/utils.hpp' (154,208) at 20250205090033744 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_enum_attribute.hpp' (154,209) at 20250205090033740 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/activation.hpp' (154,210) at 20250205090033736 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/utils.hpp' (154,211) at 20250205090030300 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.hpp' (154,212) at 20250205090030296 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_write_vout_command_action.cpp' (154,213) at 20250205090030296 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/mocked_activation_listener.hpp' (154,214) at 20250206090026971 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/channel_auth.cpp' (154,215) at 20250206090024575 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/util/association_objects.hpp' (154,216) at 20250206090025255 2025-03-14 03:00:54.804-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/.clang-format' (154,217) at 20250206090024571 2025-03-14 03:00:54.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/payload_cmds.hpp' (154,218) at 20250206090024575 2025-03-14 03:00:54.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/meson.build' (154,219) at 20250206090019027 2025-03-14 03:00:54.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/meson.options' (154,220) at 20250206090018303 2025-03-14 03:00:54.805-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/manager.cpp' (154,221) at 20250206090020091 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50003000.json' (154,222) at 20250206090017123 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/set_parameter_from_group_max.hpp' (154,223) at 20250206090020091 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/handler.hpp' (154,224) at 20250206090025251 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/meson.build' (154,225) at 20250206090021015 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/fan.hpp' (154,226) at 20250206090030139 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/signal.cpp' (154,227) at 20250206090020095 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/router/routes.js' (154,228) at 20250206090039687 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/actions.hpp' (154,229) at 20250206090020091 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.hpp' (154,230) at 20250206090020099 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command_table.hpp' (154,231) at 20250206090024575 2025-03-14 03:00:54.806-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/.clang-format' (154,232) at 20250206090020091 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001000.json' (154,233) at 20250206090017119 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.cpp' (154,234) at 20250206090020095 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/configure-nic-mctp-endpoint' (154,235) at 20250206090012071 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/tach_sensor.cpp' (154,236) at 20250206090020099 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/crypt_algo.hpp' (154,237) at 20250206090024575 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js' (154,238) at 20250206090039687 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init' (154,239) at 20250206090012071 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/meson.build' (154,240) at 20250206090021015 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/pcie_card_floors.hpp' (154,241) at 20250206090020091 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/meson.build' (154,242) at 20250206090021015 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_parsers.hpp' (154,243) at 20250206090024575 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/utils.cpp' (154,244) at 20250206090026967 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/.clang-format' (154,245) at 20250206090026967 2025-03-14 03:00:54.807-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/handler.cpp' (154,246) at 20250206090025251 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ramoops_manager_main.cpp' (154,247) at 20250207090019422 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.cpp' (154,248) at 20250207090025130 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_faultlog.hpp' (154,249) at 20250207090019418 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/journal.hpp' (154,250) at 20250207090025126 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/subscription.cpp' (154,251) at 20250207090002942 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.cpp' (154,252) at 20250207090019418 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_types.cpp.mako' (154,253) at 20250207090019418 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/activation.cpp' (154,254) at 20250207090028546 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/fru_gen.py' (154,255) at 20250207090008542 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_spiderboard_adc_max_pwr_silergy.json' (154,256) at 20250207090005034 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp@.service' (154,257) at 20250207090012234 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_utils.cpp' (154,258) at 20250207090019418 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.clang-format' (154,259) at 20250207090019418 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.hpp' (154,260) at 20250207090019418 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/writefru.cpp.mako' (154,261) at 20250207090008542 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/event_log_test.cpp' (154,262) at 20250207090002942 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/journal.cpp' (154,263) at 20250207090025126 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.cpp' (154,264) at 20250207090025126 2025-03-14 03:00:54.808-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/json_utils.cpp' (154,265) at 20250207090025126 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/inventory_manager.hpp' (154,266) at 20250207090031610 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/dhcp-done.service.in' (154,267) at 20250207090006206 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_log.hpp' (154,268) at 20250207090002938 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/test/debug_inif_test.cpp' (154,269) at 20250207090019422 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/submit_test_event_test.cpp' (154,270) at 20250207090002942 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_data.hpp' (154,271) at 20250207090025126 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.hpp' (154,272) at 20250207090025126 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.hpp' (154,273) at 20250207090025130 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/system_dump_entry.hpp' (154,274) at 20250207090019418 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ramoops_manager.cpp' (154,275) at 20250207090019422 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_bmc.hpp' (154,276) at 20250207090019418 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_faultlog.cpp' (154,277) at 20250207090019418 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ramoops_manager.hpp' (154,278) at 20250207090019422 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/resource_dump_entry.hpp' (154,279) at 20250207090019418 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/repository.hpp' (154,280) at 20250207090025130 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh' (154,281) at 20250207090012234 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host_transport_exts.hpp' (154,282) at 20250207090019422 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/utility_test.cpp' (154,283) at 20250207090002942 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_consts.hpp' (154,284) at 20250207090019418 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_bmc.cpp' (154,285) at 20250207090019418 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/subscription.hpp' (154,286) at 20250207090002942 2025-03-14 03:00:54.809-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_manager.cpp' (154,287) at 20250207090025130 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry.hpp' (154,288) at 20250207090025130 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/severity.cpp' (154,289) at 20250207090025130 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_header.hpp' (154,290) at 20250207090025130 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/repository.cpp' (154,291) at 20250207090025130 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.cpp' (154,292) at 20250207090025130 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_spiderboard_adc_ti_pwr_silergy.json' (154,293) at 20250207090005034 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_sfq.c' (154,294) at 20250213090020456 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm_git.bb' (154,295) at 20250213090022252 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb' (154,296) at 20250213090022264 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ssize_t.patch' (154,297) at 20250213090022248 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/run-unit-test-docker.sh' (154,298) at 20250213090023004 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/version.cpp' (154,299) at 20250212090017629 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.7.9.0.6.8.bb' (154,300) at 20250212090013345 2025-03-14 03:00:54.810-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/parser_interface.hpp' (154,301) at 20250211090018364 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.cpp' (154,302) at 20250211090029364 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/meson.options' (154,306) at 20250212090019165 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/meson.build' (154,307) at 20250212090019165 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/meson.options' (154,308) at 20250212090017625 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/manager.hpp' (154,309) at 20250212090023202 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/manager.cpp' (154,310) at 20250212090023202 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-early-sys-init' (154,311) at 20250212090013341 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/watch.cpp' (154,312) at 20250212090020790 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (154,313) at 20250212090013341 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/meson.build' (154,314) at 20250212090019165 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.clang-format' (154,315) at 20250212090017625 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ffdc' (154,316) at 20250212090020790 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/meson.build' (154,317) at 20250212090020790 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/version.hpp' (154,318) at 20250212090017629 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (154,319) at 20250212090013345 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/functor.hpp' (154,320) at 20250212090023202 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/system1_chassis.json' (154,321) at 20250212090006189 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (154,322) at 20250212090013341 2025-03-14 03:00:54.811-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpid' (154,323) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpretty' (154,324) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/item_updater_static.cpp' (154,325) at 20250212090017629 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/meson.build' (154,326) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/image_verify.cpp' (154,327) at 20250212090017625 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/meson.build' (154,328) at 20250212090039186 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/meson.build' (154,329) at 20250212090017625 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/meson.build' (154,330) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/meson.options' (154,331) at 20250212090015625 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/cpp/.clang-tidy' (154,332) at 20250212090005705 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/meson.build' (154,333) at 20250212090028362 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/meson.build' (154,334) at 20250212090019165 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.clang-tidy' (154,335) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/asset.cpp' (154,336) at 20250210090028817 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/.clang-format' (154,337) at 20250212090023202 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/meson.options' (154,338) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/test/meson.build' (154,339) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootloader_04.03.00.bb' (154,340) at 20250212090013345 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/procfd' (154,341) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/meson.build' (154,342) at 20250212090019165 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/meson.build' (154,343) at 20250212090020790 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (154,344) at 20250208090032618 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certs_manager.hpp' (154,345) at 20250208090039106 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/meson.build' (154,346) at 20250208090053019 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certs_manager.cpp' (154,347) at 20250208090039106 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/board.hpp' (154,348) at 20250210090028817 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/chassis.hpp' (154,349) at 20250210090028817 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_pdr_handler.hpp' (154,350) at 20250210090028821 2025-03-14 03:00:54.812-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/meson.build' (154,353) at 20250210090028821 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/availability.cpp' (154,354) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/meson.build' (154,355) at 20250210090028821 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/inventory_item.hpp' (154,356) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/custom_dbus.cpp' (154,357) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/custom_dbus.hpp' (154,358) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/asset.hpp' (154,359) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/panel.hpp' (154,360) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/inventory_item.cpp' (154,361) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/availability.hpp' (154,362) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/vrm.hpp' (154,363) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/power_supply.hpp' (154,364) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/fabric_adapter.hpp' (154,365) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/connector.hpp' (154,366) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/chassis.cpp' (154,367) at 20250210090028817 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/.clang-format' (154,368) at 20250211090018360 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/ipz_parser.cpp' (154,369) at 20250211090018364 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/test_stream.hpp' (154,370) at 20250211090002863 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/default/meson.build' (154,371) at 20250212090020790 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/packagefiles/boost/meson.build' (154,372) at 20250212090019165 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-init-tray-sgpio-status' (154,373) at 20250212090013341 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/watch.hpp' (154,374) at 20250212090020790 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/default/meson.build' (154,375) at 20250212090020790 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/activation_ubi.hpp' (154,376) at 20250212090017629 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump-extensions.cpp' (154,377) at 20250212090020790 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/meson.build' (154,378) at 20250212090019165 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina-gpio-monitor' (154,379) at 20250212090013341 2025-03-14 03:00:54.813-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/hiomap.cpp' (154,380) at 20250212090015625 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/.clang-format' (154,381) at 20250212090015625 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/meson.build' (154,382) at 20250212090015625 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/.clang-format' (154,383) at 20250212090028362 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/meson.build' (154,384) at 20250212090020790 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed/catalina.cfg' (154,385) at 20250212090013341 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (154,386) at 20250212090013341 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/activation.hpp' (154,387) at 20250212090017625 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/meson.build' (154,434) at 20250206090021015 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/manager.hpp' (154,435) at 20250206090020095 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/activation.hpp' (154,436) at 20250206090026967 2025-03-14 03:00:54.814-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/system.cpp' (154,437) at 20250206090020099 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/config.json' (154,438) at 20250206090012067 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/session_cmds.cpp' (154,439) at 20250206090024575 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/version.cpp' (154,440) at 20250206090026967 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/meson.build' (154,441) at 20250206090020099 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/mapped_floor.cpp' (154,442) at 20250206090020091 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/mocked_association_interface.hpp' (154,443) at 20250206090026971 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb' (154,444) at 20250206090012071 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-libhei-rev.inc' (154,445) at 20250206090012071 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/meson.build' (154,446) at 20250206090021015 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/meson.build' (154,447) at 20250206090018303 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/channel_auth.hpp' (154,448) at 20250206090024575 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/meson.options' (154,449) at 20250206090019027 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/modifier.cpp' (154,450) at 20250206090020095 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/zone.cpp' (154,451) at 20250206090020095 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.hpp' (154,452) at 20250206090020095 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/payload_cmds.cpp' (154,453) at 20250206090024575 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/json_parser.cpp' (154,454) at 20250206090020099 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sessions_manager.cpp' (154,455) at 20250206090024575 2025-03-14 03:00:54.815-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/event.cpp' (154,456) at 20250206090020091 2025-03-14 03:00:54.816-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_fanboard_adc_ti.json' (154,457) at 20250206090004151 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001001.json' (154,458) at 20250206090017119 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan_error.cpp' (154,492) at 20250206090020095 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/.clang-format' (154,493) at 20250206090025251 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/utils.hpp' (154,494) at 20250206090026967 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/open_session.cpp' (154,495) at 20250206090024575 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/zone.hpp' (154,496) at 20250206090020095 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/event.hpp' (154,497) at 20250206090020091 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/item_updater.cpp' (154,498) at 20250206090026967 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sessions_manager.hpp' (154,499) at 20250206090024575 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_types.hpp.mako' (154,500) at 20250207090019418 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/src.hpp' (154,501) at 20250207090025130 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data.hpp' (154,502) at 20250207090025130 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_utils.hpp' (154,503) at 20250207090025130 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/service_indicators.hpp' (154,504) at 20250207090025130 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section.hpp' (154,505) at 20250207090025130 2025-03-14 03:00:54.817-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_utils.hpp' (154,506) at 20250207090019418 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.cpp' (154,507) at 20250207090025126 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel.cpp' (154,508) at 20250207090025130 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/pci_handler_test.cpp' (154,509) at 20250206090001647 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/meson.build' (154,510) at 20250206090021015 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_parsers.cpp' (154,511) at 20250206090024575 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/action.hpp' (154,512) at 20250206090020091 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/json_parser.cpp' (154,513) at 20250206090020095 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_fanboard_adc_silergy.json' (154,514) at 20250206090004151 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/version.hpp' (154,515) at 20250206090026971 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/meson.build' (154,516) at 20250206090019027 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/json_parser.hpp' (154,517) at 20250206090020099 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/meson.build' (154,518) at 20250206090021015 2025-03-14 03:00:54.818-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.cpp' (154,519) at 20250206090020099 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb' (154,520) at 20250206090012071 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.clang-format' (154,521) at 20250207090025126 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/types.hpp' (154,522) at 20250207090031610 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/utility.hpp' (154,523) at 20250207090002938 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.hpp' (154,524) at 20250207090025130 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/exprtk.wrap' (154,525) at 20250207090030658 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/manager.cpp' (154,526) at 20250207090025130 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/integrity_algo.cpp' (154,536) at 20250206090024575 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/timer_based_actions.hpp' (154,537) at 20250206090020091 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sdbusplus.hpp' (154,538) at 20250206090020099 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/meson.build' (154,539) at 20250206090019027 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/meson.build' (154,540) at 20250206090019027 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/auth_algo.cpp' (154,541) at 20250206090024575 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_off_cause.hpp' (154,542) at 20250206090020095 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/pcie_card_metadata.hpp' (154,543) at 20250206090020095 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/timer.cpp' (154,544) at 20250206090020095 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/meson.build' (154,545) at 20250206090020095 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/auth_algo.hpp' (154,546) at 20250206090024575 2025-03-14 03:00:54.819-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/session_cmds.hpp' (154,547) at 20250206090024575 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/crypt_algo.cpp' (154,548) at 20250206090024575 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/extra-properties.py' (154,549) at 20250207090008542 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.hpp' (154,550) at 20250207090019418 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel.hpp' (154,551) at 20250207090025130 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/event_log.cpp' (154,552) at 20250207090002942 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/event_service.hpp' (154,553) at 20250207090002942 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/src.cpp' (154,554) at 20250207090025130 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.cpp' (154,555) at 20250207090019418 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/extra-properties.cpp.mako' (154,556) at 20250207090008542 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/pldm_interface.cpp' (154,557) at 20250207090019418 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/inventory_manager_test.cpp' (154,558) at 20250207090031610 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.cpp' (154,559) at 20250207090019418 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_service_manager.hpp' (154,560) at 20250207090002942 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.hpp' (154,561) at 20250207090019418 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.hpp' (154,562) at 20250207090025126 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry.cpp' (154,563) at 20250207090025130 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (154,564) at 20250208090032622 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.cpp' (154,565) at 20250208090043118 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.clang-tidy' (154,566) at 20250208090053971 2025-03-14 03:00:54.820-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/.clang-format' (154,567) at 20250208090039106 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/updater.cpp' (154,568) at 20250208090051755 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/meson.build' (154,578) at 20250208090058531 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/.clang-format' (154,579) at 20250208090034598 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certificate.cpp' (154,580) at 20250208090039106 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-reload.service' (154,581) at 20250208090032622 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' (154,582) at 20250208090051755 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/main.cpp' (154,583) at 20250208090051755 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/x509_utils.hpp' (154,584) at 20250208090039106 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/inventory_manager.cpp' (154,585) at 20250208090055239 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/meson.options' (154,586) at 20250208090053019 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/build-qemu-robot-docker.sh' (154,587) at 20250208090033126 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina-early-sys-init' (154,588) at 20250208090032618 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (154,589) at 20250208090032618 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.hpp' (154,590) at 20250208090043118 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-reload' (154,591) at 20250208090032622 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc' (154,592) at 20250208090032622 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/fru-fault-monitor.cpp' (154,593) at 20250208090043118 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/meson.build' (154,594) at 20250208090053023 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/item_updater_mmc.hpp' (154,595) at 20250208090036654 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (154,596) at 20250208090032618 2025-03-14 03:00:54.821-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-monitor.json' (154,597) at 20250208090032622 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/meson.build' (154,598) at 20250208090052159 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/COMMON_ERRORS.md' (154,599) at 20250211090002859 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/boost.wrap' (154,600) at 20250211090002867 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/nghttp2_adapters.hpp' (154,601) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/filesystem_log_watcher.cpp' (154,602) at 20250211090002867 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_dbus.hpp' (154,603) at 20250211090017096 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_dbus.cpp' (154,604) at 20250211090017096 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.hpp' (154,605) at 20250211090029364 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/parser_factory.hpp' (154,606) at 20250211090018364 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http_connection_test.cpp' (154,607) at 20250211090002867 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' (154,608) at 20250211090013384 to deleted uid set 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/bmcweb.socket.in' (154,609) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/isdimm_parser.cpp' (154,610) at 20250211090018364 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/duplicatable_file_handle.hpp' (154,611) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/trigger.hpp' (154,612) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/ipz_parser.hpp' (154,613) at 20250211090018364 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_server.hpp' (154,614) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/isdimm_parser.hpp' (154,615) at 20250211090018364 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/chassis.hpp' (154,616) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_ddimm_parser.cpp' (154,617) at 20250211090018364 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-psu-software-manager_git.bb' (154,618) at 20250211090013384 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_connect_types.hpp' (154,619) at 20250211090002863 2025-03-14 03:00:54.822-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/backup_restore.hpp' (154,620) at 20250211090018364 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/ssl_key_handler.cpp' (154,621) at 20250211090002867 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/ddimm_parser.cpp' (154,622) at 20250211090018364 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/ddimm_parser.hpp' (154,623) at 20250211090018364 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc' (154,624) at 20250211090013384 to deleted uid set 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' (154,625) at 20250208090051755 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sstatetests.py' (154,626) at 20250213090022296 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.6.bb' (154,627) at 20250213090022240 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-snapshot.inc' (154,628) at 20250213090022320 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.12.0.bb' (154,629) at 20250213090022232 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/submit-changes.rst' (154,630) at 20250213090022280 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.0.bb' (154,631) at 20250213090022268 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/classes.rst' (154,632) at 20250213090022284 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rust.bbclass' (154,633) at 20250213090022292 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/0001-Only-export-symbols-starting-with-json_-and-jansson_.patch' (154,634) at 20250213090022252 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0001-remoteproc-Add-Arm-remoteproc-driver.patch' (154,635) at 20250213090022232 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/staging.bbclass' (154,636) at 20250213090022288 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb' (154,637) at 20250213090022260 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.6.bb' (154,638) at 20250213090022256 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensorset.hpp' (154,639) at 20250103090030005 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/events.hpp' (154,640) at 20250103090030353 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/thresholds.hpp' (154,641) at 20250103090030009 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/find_hwmon.cpp' (154,642) at 20250103090030009 2025-03-14 03:00:54.823-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/types.hpp' (154,643) at 20250103090030353 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/test_fru-utils.cpp' (154,644) at 20250103090003952 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/errors.hpp' (154,645) at 20250103090030353 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/hwmonio_mock.hpp' (154,646) at 20250103090030009 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-generic-x' (154,647) at 20241211090212534 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' (154,648) at 20240906080037556 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-any.out' (154,649) at 20210308005046401 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.rules' (154,650) at 20210307205554562 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/loongarch64/vdso.so' (154,651) at 20241211090212378 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count' (154,652) at 20240906080037560 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.cphp' (154,653) at 20240906080037556 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png' (154,654) at 20210307205554270 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.out' (154,655) at 20220429100100882 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-output-display.png' (154,656) at 20210307205554326 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.out' (154,657) at 20210308005046405 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/doc/chromium/devkeys/kernel.keyblock' (154,658) at 20210308005003300 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err' (154,659) at 20210308005046409 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory.png' (154,660) at 20210307205554298 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/ensure.hpp' (154,661) at 20241231090029370 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sysfs.cpp' (154,662) at 20250103090030005 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensorset.cpp' (154,663) at 20250103090030005 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/find_callout_path.cpp' (154,664) at 20250103090030009 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (154,665) at 20241211090212534 to deleted uid set 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/functor.cpp' (154,666) at 20250103090030353 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalSettings.vue' (154,667) at 20250103090041869 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmon.hpp' (154,668) at 20250103090030005 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmonio.hpp' (154,669) at 20250103090030005 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/env.cpp' (154,670) at 20250103090030005 2025-03-14 03:00:54.824-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/errors.cpp' (154,671) at 20250103090030353 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_main.c' (154,675) at 20250106090012055 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/fec_ptp.c' (154,676) at 20250106090012055 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/connection.h' (154,677) at 20250106090012079 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/btnode.c' (154,678) at 20250106090012075 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ceph/file.c' (154,679) at 20250106090012075 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c' (154,680) at 20250106090012047 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap.c' (154,681) at 20250106090012043 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/gcinode.c' (154,682) at 20250106090012075 2025-03-14 03:00:54.825-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c' (154,683) at 20250106090012047 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/thunderbolt/tb.c' (154,684) at 20250106090012067 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/stddef.h' (154,685) at 20250106090012087 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/virtio_blk.c' (154,686) at 20250106090012043 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_topology.c' (154,687) at 20250106090012047 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/p2sb.c' (154,688) at 20250106090012067 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/dw/pci.c' (154,689) at 20250106090012043 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/msi/msi.c' (154,690) at 20250106090012063 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/util.hpp' (154,691) at 20250103090030009 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/interface.hpp' (154,692) at 20250103090030005 2025-03-14 03:00:54.826-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/test.awk' (154,693) at 20250103145915256 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/main.cpp' (154,698) at 20250104090023138 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/LICENSE' (154,699) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/add-urls.awk' (154,700) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/usb-ctrl/meson.build' (154,701) at 20250103145915256 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/usb-ctrl/usb-ctrl' (154,702) at 20250103145915256 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.cpp' (154,703) at 20250104090023138 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/tests' (154,704) at 20250103145915256 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-hostname.service' (154,705) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (154,706) at 20250104090015822 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/.gitignore' (154,707) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-mac@.service' (154,708) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.hpp' (154,709) at 20250104090029114 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/logging_test.cpp' (154,710) at 20250104090026378 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-mac.sh' (154,711) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VINI.interface.yaml' (154,712) at 20250104090021970 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/http-redirect.socket' (154,713) at 20250103145915256 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/app.cpp' (154,714) at 20250103090030353 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/utils.hpp' (154,715) at 20250103090030353 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/readd.cpp' (154,716) at 20250103090030005 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/http-redirect.awk' (154,717) at 20250103145915256 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/pimgen.py' (154,718) at 20250104090024870 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/README.md' (154,719) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/OWNERS' (154,720) at 20250103145915252 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/seg6_iptunnel.h' (154,721) at 20210307214931506 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/xor_simd_glue.c' (154,722) at 20240405153230003 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/syzygy_hub_defconfig' (154,723) at 20210308005003280 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/usb/usbip/src/usbip_detach.c' (154,724) at 20241111090012173 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/acpi/battery.h' (154,725) at 20240405153052617 2025-03-14 03:00:54.827-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/ssb-hcd.c' (154,726) at 20210307214930834 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate-crates.inc' (154,727) at 20230503080014587 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config.bb' (154,728) at 20241206090014274 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/include/asm/suspend.h' (154,729) at 20240405153045941 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/suspend.h' (154,730) at 20210307214926674 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/dsa/bcm_sf2_cfp.c' (154,731) at 20240405153049749 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/include/asm/current.h' (154,732) at 20240405153045621 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/qcom/qdsp6/q6prm-clocks.c' (154,733) at 20240405153053981 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/scripts/kconfig/lxdialog/util.c' (154,734) at 20220525020654943 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-gt90h-v4.dts' (154,735) at 20210308005002624 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arc/features.rst' (154,736) at 20240405153229739 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mlx5/mlx5_ifc_vdpa.h' (154,737) at 20240405153052737 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/llc/llc_output.c' (154,738) at 20240405153053289 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spi-mem.h' (154,739) at 20210308005003684 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/_templates/footer.html' (154,740) at 20210927100127069 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/ctree.h' (154,741) at 20210308005003544 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/microchip/tny_a9260_common.dtsi' (154,742) at 20240405153045473 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/pmic/intel_pmic_bytcrc.c' (154,743) at 20240405153046645 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/index.rst' (154,744) at 20241211090212238 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mpr2.h' (154,745) at 20210308005003604 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/MAINTAINERS' (154,746) at 20210308005002924 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/meson.options' (154,747) at 20230817080010548 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vindeln_Renfors' (154,748) at 20210307205553794 2025-03-14 03:00:54.828-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb' (154,749) at 20241221090017692 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/0001-Drop-x11-dependencies.patch' (154,750) at 20230114040015550 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/arch/s390/include/uapi/asm/perf_regs.h' (154,751) at 20210307214932454 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/DriveCollection_v1.xml' (154,752) at 20240619080002924 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/crypto/gemini/sl3516-ce-core.c' (154,753) at 20240405153230263 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/powerpc/copyloops/validate.c' (154,754) at 20210307214932702 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/block/xen-blkback/Makefile' (154,755) at 20210307214926922 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/192' (154,756) at 20220429100100910 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/secret_keyring.h' (154,757) at 20210308005045997 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-pycryptodome.inc' (154,758) at 20241206090014330 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mfd/da903x.c' (154,759) at 20240405153049605 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/mips/math-emu/ieee754.h' (154,760) at 20210307214926274 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/ABI/stable/sysfs-devices-system-xen_memory' (154,761) at 20210307214925186 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/test_core_reloc_kernel.c' (154,762) at 20240405153054277 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c' (154,763) at 20240405153047269 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/freescale/imx8mm-verdin-dev.dtsi' (154,764) at 20240405153045729 2025-03-14 03:00:54.829-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/version.hpp' (154,765) at 20241114091025397 2025-03-14 03:00:54.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/gfx_8_0_sh_mask.h' (154,766) at 20210307214927526 2025-03-14 03:00:54.834-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot/host-powerctrl.service' (154,767) at 20230701080013908 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sti/uniperif.h' (154,768) at 20240815080012931 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-p2371-2180.dts' (154,769) at 20210308005002628 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/platform/verisilicon/hantro_g2_hevc_dec.c' (154,770) at 20240405153049493 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/bnx2fc/bnx2fc_els.c' (154,771) at 20210307214930294 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (154,772) at 20210817000018508 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SensorCollection.json' (154,773) at 20240619080002952 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/.gitignore' (154,774) at 20230421080026504 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/sound/snps,designware-i2s.yaml' (154,775) at 20240405153229799 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/parisc/kernel/compat_audit.c' (154,776) at 20240405153046073 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_eq_qb.c' (154,777) at 20210308005046501 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/eeprom.h' (154,778) at 20210308005002960 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/touchscreen/raspberrypi-ts.c' (154,779) at 20240405153049161 2025-03-14 03:00:54.835-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/core-api/refcount-vs-atomic.rst' (154,780) at 20210307214925266 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cdrom/Makefile' (154,781) at 20210307214926934 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/MAINTAINERS' (154,782) at 20210308005003052 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/board_detect.h' (154,783) at 20210308005003076 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_i2c.c' (154,784) at 20210308005003340 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pxa/pinctrl-pxa2xx.h' (154,785) at 20210307214930098 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/forwarding/ipip_hier_gre_keys.sh' (154,786) at 20210307214932686 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/firewire/digi00x/digi00x.h' (154,787) at 20220525020654975 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/persistent-data/dm-btree.h' (154,788) at 20240405153049257 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/frontend.json' (154,789) at 20240405153054137 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/linux/netfilter/xt_CHECKSUM.h' (154,790) at 20210307214931646 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/nlattr.c' (154,791) at 20240405153231951 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/microblaze/kernel/head.S' (154,792) at 20220525020651986 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml' (154,793) at 20221207040023631 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/pcs/pcs-xpcs.c' (154,794) at 20240415080012975 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ia_css_xnr_table.host.h' (154,795) at 20210307214930562 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_armv7_omap.h' (154,796) at 20210308005003620 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/bitmap.c' (154,797) at 20240405153047041 2025-03-14 03:00:54.836-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_apg.h' (154,798) at 20240405153047253 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/pm8001/pm8001_sas.h' (154,799) at 20240405153231435 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/BellBird' (154,800) at 20210307205553754 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-pvh-common.h' (154,801) at 20241211090212366 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ServiceRoot_v1.xml' (154,802) at 20240619080002936 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/process/clang-format.rst' (154,803) at 20220525020651754 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/device-mapper/linear.rst' (154,804) at 20210307214925222 2025-03-14 03:00:54.837-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-tiny-usb.c' (154,805) at 20240405153230683 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h' (154,806) at 20240405153047441 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-bic-eid' (154,807) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/telemetry_service/test_telemetry_report.robot' (154,808) at 20250109090019406 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-mctp-i2c-binding/ampere-mctp-i2c-binding.service' (154,809) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic' (154,810) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-mctp-i2c-binding.bb' (154,811) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/files/mctp-local.service' (154,812) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_image_upload.robot' (154,813) at 20250109090019406 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/ampere_mctp_i2c_binding.sh' (154,814) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtmitchell_bmc.json' (154,815) at 20250109090010881 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/mctp-local.service' (154,816) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/layer.conf' (154,817) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/mctp_%.bbappend' (154,818) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPReactorMain.cpp' (154,819) at 20250109090004973 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/fvp.cfg' (154,820) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtjefferson_bmc.json' (154,821) at 20250109090010881 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend' (154,822) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/mctpd.conf' (154,823) at 20250109090018366 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPReactor.cpp' (154,824) at 20250109090004973 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mctp/mctp_2.1.bb' (154,825) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/u-boot_%.bbappend' (154,843) at 20250109090018370 2025-03-14 03:00:54.842-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_MCTPReactor.cpp' (154,844) at 20250109090004973 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding.bbappend' (154,845) at 20250109090018366 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-connection-done' (154,846) at 20250109090018370 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/set-uart-select-led' (154,847) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' (154,848) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager/blacklist.json' (154,849) at 20250110090017641 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-uart-select-led.service' (154,850) at 20250110090017641 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/config.json' (154,851) at 20250110090030473 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi-clear-ip.sh.in' (154,862) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor-evt.json' (154,863) at 20250110090017641 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/zones.json' (154,864) at 20250110090030473 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsid@.service.in' (154,865) at 20250110090005821 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina-temporary-software-versions.yml' (154,866) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-ra.service.in' (154,867) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-uart-select-led.service' (154,868) at 20250110090017641 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-set-nicenabled.service.in' (154,869) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' (154,870) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_main.cpp' (154,871) at 20250110090020545 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge.bb' (154,872) at 20250110090017645 2025-03-14 03:00:54.843-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/backend-nic-driver-bind' (154,873) at 20250110090017641 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/events.json' (154,874) at 20250110090030473 to deleted uid set 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (154,875) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/backend-nic-driver-bind.service' (154,876) at 20250110090017641 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb' (154,877) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (154,878) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (154,879) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/pldm-stack.md' (154,880) at 20250110090003953 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (154,881) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-networkd-wait.target.in' (154,882) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/ncsid_git.bb' (154,883) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-poweron' (154,884) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (154,885) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (154,886) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/address_size_detection_modes.md' (154,887) at 20250110090004445 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb' (154,888) at 20250110090017649 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (154,889) at 20250110090017645 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbus++-gen-meson' (154,890) at 20250111090048357 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-dbus-yaml.bbclass' (154,891) at 20250111090024656 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/rescan-cxl-eid' (154,892) at 20250111090024652 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/namedelement.py' (154,893) at 20250111090048357 2025-03-14 03:00:54.844-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/README.md' (154,896) at 20250106090002163 2025-03-14 03:00:54.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/dma/at_xdmac.c' (154,897) at 20250106090012043 2025-03-14 03:00:54.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/sysfs.c' (154,898) at 20250106090012071 2025-03-14 03:00:54.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/power/domain.c' (154,899) at 20250106090012043 2025-03-14 03:00:54.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/eventpoll.c' (154,900) at 20250106090012075 2025-03-14 03:00:54.845-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt35950.c' (154,901) at 20250106090012051 2025-03-14 03:00:54.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/sdhci-tegra.c' (154,902) at 20250106090012055 2025-03-14 03:00:54.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/vmalloc.c' (154,903) at 20250106090012091 2025-03-14 03:00:54.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/pmbus_core.c' (154,904) at 20250107090012024 2025-03-14 03:00:54.846-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/utils.cpp' (154,905) at 20250107090029781 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/trivial-devices.yaml' (154,906) at 20250107090012020 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' (154,907) at 20250107090029781 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/requester/dbus_to_file_handler.cpp' (154,908) at 20250107090029781 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/index.rst' (154,909) at 20250107090012020 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform.cpp' (154,910) at 20250107090029777 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr.cpp' (154,911) at 20250107090029777 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/hwmon/crps.rst' (154,912) at 20250107090012020 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pcie.cpp' (154,913) at 20250107090029781 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_pdb.json' (154,914) at 20250107090005504 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/crps.c' (154,915) at 20250107090012024 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hwmon/pmbus/Makefile' (154,916) at 20250107090012024 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_pdb_hsc_xdp.json' (154,917) at 20250107090005504 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_hdd.json' (154,924) at 20250107090005504 2025-03-14 03:00:54.847-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/numeric_sensor.cpp' (154,925) at 20250107090029781 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/dreport' (154,926) at 20250107090020024 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina_hdd_nvme.json' (154,927) at 20250107090005504 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' (154,928) at 20250107090029781 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_fru_test.cpp' (154,929) at 20250107090029777 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/chassis_control.py' (154,930) at 20250108090037018 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Garrison.py' (154,931) at 20250108090037018 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-schematic-init' (154,932) at 20250108090015470 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/sync_inventory_items.py' (154,933) at 20250108090037022 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/item_updater_static.hpp' (154,934) at 20250108090020006 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Witherspoon.py' (154,935) at 20250108090037018 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/inventory_items.py' (154,936) at 20250108090037022 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.clang-tidy' (154,937) at 20250108090020006 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Palmetto.py' (154,938) at 20250108090037018 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/check-i3c-hub' (154,939) at 20250108090015470 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/discover_system_state.py' (154,940) at 20250108090037022 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony_%.bbappend' (154,941) at 20250108090015470 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/download_manager.py' (154,942) at 20250108090037018 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' (154,943) at 20250108090007586 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts' (154,944) at 20250108090014186 2025-03-14 03:00:54.848-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/system_manager.py' (154,945) at 20250108090037022 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' (154,946) at 20250108090007586 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/functions.cpp' (154,947) at 20250108090020006 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/bmc_update.py' (154,948) at 20250108090037018 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/ipmi_debug.py' (154,949) at 20250108090037022 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Romulus.py' (154,950) at 20250108090037018 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/object-mapper.md' (154,951) at 20250108090007146 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Zaius.py' (154,952) at 20250108090037018 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Lanyang.py' (154,953) at 20250108090037018 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' (154,954) at 20250108090007590 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Barreleye.py' (154,955) at 20250108090037018 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/item_updater.hpp' (154,966) at 20250108090020006 2025-03-14 03:00:54.849-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Firestone.py' (154,967) at 20250108090037018 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' (154,968) at 20250108090007590 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_ons_efuse_mps.json' (154,969) at 20250108090007586 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/main.py' (154,970) at 20250111090048357 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/registry/meson.build' (154,971) at 20250111090031052 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/event.hpp.mako' (154,972) at 20250111090048357 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-EID-remove' (154,973) at 20250111090024652 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam_%.bbappend' (154,974) at 20250111090024656 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (154,975) at 20250112090015384 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version/bios-version.sh' (154,976) at 20250112090015384 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version/bios-version.service' (154,977) at 20250112090015384 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7533.c' (154,978) at 20250113090013554 2025-03-14 03:00:54.850-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_device.h' (154,979) at 20250113090013562 2025-03-14 03:00:54.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/core.c' (154,980) at 20250113090013574 2025-03-14 03:00:54.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h' (154,981) at 20250113090013570 2025-03-14 03:00:54.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/router/index.js' (154,982) at 20250113090036030 2025-03-14 03:00:54.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-mcp23s08.c' (154,983) at 20250113090013586 2025-03-14 03:00:54.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/extents.c' (154,984) at 20250113090013598 2025-03-14 03:00:54.851-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cet.c' (154,985) at 20250113090013550 2025-03-14 03:00:54.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi.c' (154,986) at 20250113090013578 2025-03-14 03:00:54.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ext4/ialloc.c' (154,987) at 20250113090013598 2025-03-14 03:00:54.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/disk-io.c' (154,988) at 20250113090013594 2025-03-14 03:00:54.852-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mac80211/status.c' (154,989) at 20250113090013634 2025-03-14 03:00:54.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/remoteproc/qcom_q6v5_pas.c' (154,990) at 20250113090013586 2025-03-14 03:00:54.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_tx.c' (154,991) at 20250113090013566 2025-03-14 03:00:54.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/cifsacl.h' (154,992) at 20250113090013606 2025-03-14 03:00:54.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/spinlock.h' (154,993) at 20250113090013614 2025-03-14 03:00:54.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hw_v2.c' (154,994) at 20250113090013562 2025-03-14 03:00:54.853-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/ocfs2/extent_map.c' (154,995) at 20250124090012829 2025-03-14 03:00:54.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/cp210x.c' (154,996) at 20250124090012821 2025-03-14 03:00:54.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_base.c' (154,997) at 20250124090012801 2025-03-14 03:00:54.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c' (154,998) at 20250124090012797 2025-03-14 03:00:54.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c' (154,999) at 20250124090012789 2025-03-14 03:00:54.854-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp_consts.h' (155,000) at 20250124090012801 2025-03-14 03:00:54.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc.h' (155,001) at 20250124090012785 2025-03-14 03:00:54.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c' (155,002) at 20250124090012789 2025-03-14 03:00:54.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/hci_sync.c' (155,003) at 20250124090012845 2025-03-14 03:00:54.855-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/at91_adc.c' (155,004) at 20250124090012793 2025-03-14 03:00:54.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/gen_kheaders.sh' (155,005) at 20250124090012841 2025-03-14 03:00:54.862-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/patch.c' (155,006) at 20250124090012777 2025-03-14 03:00:54.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-rcar.c' (155,007) at 20250124090012789 2025-03-14 03:00:54.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/page.h' (155,008) at 20250124090012773 2025-03-14 03:00:54.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/adc/ti-ads8688.c' (155,009) at 20250124090012793 2025-03-14 03:00:54.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/filecache.c' (155,010) at 20250124090012829 2025-03-14 03:00:54.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/dm-ebs-target.c' (155,011) at 20250124090012797 2025-03-14 03:00:54.863-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/namei.c' (155,012) at 20250124090012829 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/configfs.c' (155,013) at 20250124090012821 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/ftrace.c' (155,014) at 20250124090012777 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/port.c' (155,015) at 20250124090012817 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/mm_types.h' (155,016) at 20250124090012837 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/typec/tcpm/maxim_contaminant.c' (155,017) at 20250124090012821 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/afs_vl.h' (155,018) at 20250124090012825 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c' (155,019) at 20250124090012809 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c' (155,020) at 20250124090012797 2025-03-14 03:00:54.864-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pmdomain/imx/imx8mp-blk-ctrl.c' (155,021) at 20250124090012813 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ieee802154/ca8210.c' (155,022) at 20250124090012809 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml' (155,023) at 20250125090020861 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue' (155,024) at 20250125090036089 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/OWNERS' (155,025) at 20250125090027673 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (155,026) at 20250125090014453 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/run-ci.sh' (155,027) at 20250125090007173 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (155,028) at 20250125090014453 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/legacy.json' (155,029) at 20250125090007173 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot' (155,030) at 20250125090015529 to deleted uid set 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (155,031) at 20250125090014457 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' (155,032) at 20250125090014453 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/pel/test_bmc_pel.robot' (155,033) at 20250125090015529 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/files/mctpd.conf' (155,034) at 20250125090014453 2025-03-14 03:00:54.865-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue' (155,035) at 20250125090036089 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/logging_utils.robot' (155,036) at 20250125090015529 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/CONFIG_FORMAT.md' (155,037) at 20250125090007169 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/Dumps.vue' (155,038) at 20250125090036089 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/mctp_%.bbappend' (155,039) at 20250125090014453 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsModalConfirmation.vue' (155,040) at 20250125090036089 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/BmcStore.js' (155,063) at 20250125090036085 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/leak_detector.json' (155,064) at 20250125090007173 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml' (155,065) at 20250125090020861 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/interfaces/bmcweb_%.bbappend' (155,066) at 20250125090014453 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/SystemStore.js' (155,067) at 20250125090036089 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsForm.vue' (155,068) at 20250125090036089 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/filter_expr_executor_test.cpp' (155,069) at 20250127090005557 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/export.c' (155,070) at 20250124090012829 2025-03-14 03:00:54.866-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/link_watch.c' (155,071) at 20250124090012849 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/sch_cake.c' (155,072) at 20250124090012853 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/security.c' (155,073) at 20250124090012825 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/storage/unusual_devs.h' (155,074) at 20250124090012821 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/timeout.c' (155,075) at 20250124090012841 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/mediatek/common/mtk-afe-platform-driver.c' (155,076) at 20250124090012857 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c' (155,077) at 20250124090012809 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c' (155,078) at 20250124090012785 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cpu.c' (155,079) at 20250124090012841 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/staging/iio/frequency/ad9832.c' (155,080) at 20250124090012813 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c' (155,081) at 20250124090012797 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irqchip.c' (155,082) at 20250124090012797 2025-03-14 03:00:54.867-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/namespace.c' (155,083) at 20250124090012833 2025-03-14 03:00:54.868-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/iio/imu/kmx61.c' (155,084) at 20250124090012793 2025-03-14 03:00:54.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/irqchip/irq-gic-v3-its.c' (155,085) at 20250124090012793 2025-03-14 03:00:54.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/traps.c' (155,086) at 20250124090012777 2025-03-14 03:00:54.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_hw.c' (155,087) at 20250124090012809 2025-03-14 03:00:54.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/802/psnap.c' (155,088) at 20250124090012845 2025-03-14 03:00:54.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/core.h' (155,089) at 20250124090012821 2025-03-14 03:00:54.869-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/special_insns.h' (155,090) at 20250124090012777 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_fs.c' (155,091) at 20250124090012821 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json' (155,092) at 20250124090012861 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/controller/pci-host-common.c' (155,093) at 20250124090012809 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/afs.h' (155,094) at 20250124090012825 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/tcp_ipv6.c' (155,095) at 20250124090012849 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/numa.h' (155,096) at 20250124090012837 2025-03-14 03:00:54.870-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/cachefiles/internal.h' (155,097) at 20250124090012825 2025-03-14 03:00:54.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/server/vfs.c' (155,098) at 20250124090012833 2025-03-14 03:00:54.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fb.c' (155,099) at 20250124090012789 2025-03-14 03:00:54.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/hfs/super.c' (155,100) at 20250124090012825 2025-03-14 03:00:54.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dp.c' (155,101) at 20250124090012789 2025-03-14 03:00:54.871-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c' (155,102) at 20250124090012805 2025-03-14 03:00:54.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c' (155,103) at 20250124090012789 2025-03-14 03:00:54.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/muxes/i2c-demux-pinctrl.c' (155,104) at 20250124090012789 2025-03-14 03:00:54.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/inet_connection_sock.h' (155,105) at 20250124090012837 2025-03-14 03:00:54.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_bo.h' (155,172) at 20250124090012789 2025-03-14 03:00:54.872-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/cpsw_ale.c' (155,173) at 20250124090012809 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/dib8000.c' (155,174) at 20240405153230779 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/boot/dts/fsl/pq3-sec2.1-0.dtsi' (155,175) at 20210307214926350 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/sunxi/clk-sun6i-apb0.c' (155,176) at 20240405153046861 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/base.c' (155,177) at 20220525020652967 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netfilter/nf_conntrack_dccp.h' (155,178) at 20210307214931454 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch' (155,179) at 20241221090017672 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/keys/request_key_auth-type.h' (155,180) at 20210307214931350 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/regulator/sc2731-regulator.c' (155,181) at 20240405153051473 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/sof_sdw_dmic.c' (155,182) at 20210309003654908 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_proc.h' (155,183) at 20240326080039558 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/e7xxx_edac.c' (155,184) at 20240405153047013 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/goya/asic_reg/tpc2_cfg_regs.h' (155,185) at 20240405153046605 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/si2168.h' (155,186) at 20210307214928634 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/translations/zh_TW/disclaimer-zh_TW.rst' (155,187) at 20240405153229839 2025-03-14 03:00:54.873-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/MAINTAINERS' (155,188) at 20210308005003084 2025-03-14 03:00:54.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/um/kernel/tlb.c' (155,189) at 20240405153046345 2025-03-14 03:00:54.874-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/bpf/progs/skb_pkt_end.c' (155,190) at 20240405153054273 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/gaudi2_blocks_linux_driver.h' (155,191) at 20240405153046597 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_singleton.hpp' (155,192) at 20250121090002930 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http_body_test.cpp' (155,193) at 20250121090002954 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/parsing_test.cpp' (155,194) at 20250121090002954 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/host_interface.hpp' (155,195) at 20250121090002934 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/license_service.hpp' (155,196) at 20250121090002934 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/virtual_media.hpp' (155,197) at 20250121090002938 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/hex_utils.hpp' (155,198) at 20250121090002942 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/mutual_tls.cpp' (155,199) at 20250121090002954 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/privileges.hpp' (155,200) at 20250121090002934 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/signature.hpp' (155,201) at 20250121090002934 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/coolant_connector.hpp' (155,202) at 20250121090002934 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/open_bmc_computer_system.hpp' (155,203) at 20250121090002934 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/boost_asio_ssl.cpp' (155,204) at 20250121090002950 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/platform_message_registry.hpp' (155,205) at 20250121090002938 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/google/google_service_root_test.cpp' (155,206) at 20250121090002954 2025-03-14 03:00:54.884-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/redfish_extensions.hpp' (155,207) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/network_device_message_registry.hpp' (155,208) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/thermal.hpp' (155,209) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/aggregation_utils.hpp' (155,210) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/update_service_test.cpp' (155,211) at 20250121090002958 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/collection_capabilities.hpp' (155,212) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/stl_utils_test.cpp' (155,213) at 20250121090002954 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/storage.hpp' (155,214) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/drive.hpp' (155,215) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/redundancy.hpp' (155,216) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/protocol.hpp' (155,217) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/boost_asio.cpp' (155,218) at 20250121090002950 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/connection_method.hpp' (155,219) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/reservoir.hpp' (155,220) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/event_service.hpp' (155,221) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/key_policy.hpp' (155,222) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/update_service.hpp' (155,223) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/sensor_event_message_registry.hpp' (155,224) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/generate_schema_collections.py' (155,225) at 20250121090002950 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/privileges_test.cpp' (155,226) at 20250121090002954 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/triggers.hpp' (155,227) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/sensor.hpp' (155,228) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/log_service.hpp' (155,229) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/dbus_singleton.cpp' (155,230) at 20250121090002950 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_account.hpp' (155,231) at 20250121090002934 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/hex_utils_test.cpp' (155,232) at 20250121090002954 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/storage_controller.hpp' (155,233) at 20250121090002938 2025-03-14 03:00:54.885-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/telemetry_message_registry.hpp' (155,234) at 20250121090002938 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/systems_logservices_postcode.cpp' (155,235) at 20250121090002958 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/log_services_dump_test.cpp' (155,236) at 20250121090002954 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/network_device_function.hpp' (155,237) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/secure_boot.hpp' (155,238) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/privilege_registry.hpp' (155,239) at 20250121090002938 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/json_html_serializer.cpp' (155,240) at 20250121090002954 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/multipart_test.cpp' (155,241) at 20250121090002954 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/router_test.cpp' (155,242) at 20250121090002954 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/telemetry_service.hpp' (155,243) at 20250121090002938 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet.hpp' (155,244) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/event.hpp' (155,245) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/manager_diagnostic_data_test.cpp' (155,246) at 20250121090002958 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/chassis_test.cpp' (155,247) at 20250121090002954 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/settings.hpp' (155,248) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/resource_block.hpp' (155,249) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/physical_context.hpp' (155,250) at 20250121090002934 2025-03-14 03:00:54.886-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/certificate.hpp' (155,251) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/media_controller.hpp' (155,257) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/crow_getroutes_test.cpp' (155,258) at 20250121090002954 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/job_event_message_registry.hpp' (155,259) at 20250121090002938 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/task_event_message_registry.hpp' (155,260) at 20250121090002938 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/circuit.hpp' (155,261) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/service_root_test.cpp' (155,262) at 20250121090002958 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/log_entry.hpp' (155,263) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/ip_utils_test.cpp' (155,264) at 20250121090002954 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fileTable.json' (155,265) at 20250121090044251 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/thermal_subsystem_test.cpp' (155,266) at 20250121090002958 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/credential_pipe_test.cpp' (155,267) at 20250121090002954 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/ossl_random.cpp' (155,268) at 20250121090002954 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/leak_detector.hpp' (155,269) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/facility.hpp' (155,270) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/composition_service.hpp' (155,271) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/component_integrity.hpp' (155,272) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/utils/json_utils.cpp' (155,273) at 20250121090002950 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/event_destination.hpp' (155,274) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/ethernet_fabric_message_registry.hpp' (155,275) at 20250121090002938 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_definition.hpp' (155,276) at 20250121090002934 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/registries.cpp' (155,277) at 20250121090002950 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/system_test.cpp' (155,278) at 20250121090002958 2025-03-14 03:00:54.887-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/ethernet_interface.hpp' (155,279) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/resolution_step.hpp' (155,280) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/license_message_registry.hpp' (155,281) at 20250121090002938 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/outbound_connection.hpp' (155,282) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/str_utility_test.cpp' (155,283) at 20250121090002954 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/account_service.hpp' (155,284) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/attribute_registry.hpp' (155,285) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/action_info.hpp' (155,286) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/dbus_utils.cpp' (155,287) at 20250121090002954 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/ssl_key_handler_test.cpp' (155,288) at 20250121090002954 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/operating_system.hpp' (155,289) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_cli.cpp' (155,290) at 20250121090002954 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/chassis.hpp' (155,291) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/http_utility_test.cpp' (155,292) at 20250121090002954 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/key.hpp' (155,293) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/redfish.cpp' (155,294) at 20250121090002950 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/battery.hpp' (155,295) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cxl_logical_device.hpp' (155,296) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/utils/dbus_utils.cpp' (155,297) at 20250121090002950 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/computer_system.hpp' (155,298) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp' (155,299) at 20250121090002938 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet_group.hpp' (155,300) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/message_registry.hpp' (155,301) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/dbus_utility_test.cpp' (155,302) at 20250121090002954 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/acceleration_function.hpp' (155,303) at 20250121090002934 2025-03-14 03:00:54.888-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/log_service_message_registry.hpp' (155,304) at 20250121090002938 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/async_resolve_test.cpp' (155,305) at 20250121090002954 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/task_service.hpp' (155,306) at 20250121090002938 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_slots.hpp' (155,307) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/json_html_serializer.hpp' (155,308) at 20250121090002930 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/json_html_serializer.cpp' (155,309) at 20250121090002954 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/zone.hpp' (155,310) at 20250121090002938 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/trusted_component.hpp' (155,311) at 20250121090002938 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/secure_boot_database.hpp' (155,312) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/fabric_message_registry.hpp' (155,313) at 20250121090002938 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/allow_deny.hpp' (155,314) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_function.hpp' (155,315) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/processor.hpp' (155,316) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http_response_test.cpp' (155,317) at 20250121090002954 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint_group.hpp' (155,318) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/aggregation_source.hpp' (155,319) at 20250121090002934 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp' (155,320) at 20250121090002942 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/openbmc_dbus_rest_test.cpp' (155,321) at 20250121090002954 2025-03-14 03:00:54.889-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/ossl_random.cpp' (155,322) at 20250121090002954 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/generate_schema_enums.py' (155,323) at 20250121090002950 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint.hpp' (155,324) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/resource_event_message_registry.hpp' (155,325) at 20250121090002938 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/human_sort.hpp' (155,326) at 20250121090002930 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/serial_interface.hpp' (155,327) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp' (155,328) at 20250121090002938 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/storage_device_message_registry.hpp' (155,329) at 20250121090002938 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/update_message_registry.hpp' (155,330) at 20250121090002938 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manifest.hpp' (155,331) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/task.hpp' (155,332) at 20250121090002938 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/session.hpp' (155,333) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/verb_test.cpp' (155,334) at 20250121090002954 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/sensor_utils_test.cpp' (155,335) at 20250121090002954 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/power_subsystem_test.cpp' (155,336) at 20250121090002958 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_main.cpp' (155,337) at 20250121090002954 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/job.hpp' (155,338) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_network_protocol.hpp' (155,339) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/json_formatters.hpp' (155,340) at 20250121090002930 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/redfish_aggregator_test.cpp' (155,341) at 20250121090002954 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/software_inventory.hpp' (155,342) at 20250121090002934 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/registries_test.cpp' (155,343) at 20250121090002954 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageController_v1.xml' (155,344) at 20250123090003199 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SessionService_v1.xml' (155,345) at 20250123090003199 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/machine/ventura.conf' (155,346) at 20250123090012699 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/calculator-client.cpp' (155,347) at 20250123090032408 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (155,348) at 20250123090012699 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_device.hpp' (155,349) at 20250123090003191 2025-03-14 03:00:54.890-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata.v4_0_5.json' (155,350) at 20250123090003207 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema-v1.json' (155,351) at 20250123090003207 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/zone.cpp' (155,352) at 20250123090026184 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Resource_v1.xml' (155,353) at 20250123090003199 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger_utility.cpp' (155,354) at 20250123090026180 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/ibm/configfile_test.cpp' (155,355) at 20250121090002954 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/container_image.hpp' (155,356) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_report_definition.hpp' (155,357) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/metadata_test.cpp' (155,358) at 20250121090002958 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/memory.hpp' (155,359) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/webserver_run.hpp' (155,360) at 20250121090002930 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cable.hpp' (155,361) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/human_sort_test.cpp' (155,362) at 20250121090002954 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/heartbeat_event_message_registry.hpp' (155,363) at 20250121090002938 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/external_account_provider.hpp' (155,364) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/mutual_tls_meta.cpp' (155,365) at 20250121090002954 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/power_supply.hpp' (155,366) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/power_distribution.hpp' (155,367) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/filter_expr_parser_test.cpp' (155,368) at 20250121090002954 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_region.hpp' (155,369) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/network_port.hpp' (155,370) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_loop.hpp' (155,371) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/license.hpp' (155,372) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/ip_addresses.hpp' (155,373) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_chunks.hpp' (155,374) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/power.hpp' (155,375) at 20250121090002934 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/volume.hpp' (155,376) at 20250121090002938 2025-03-14 03:00:54.891-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/connection.hpp' (155,377) at 20250121090002934 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_executor.hpp' (155,378) at 20250121090002934 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/schedule.hpp' (155,379) at 20250121090002934 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/registered_client.hpp' (155,380) at 20250121090002934 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/time_utils_test.cpp' (155,381) at 20250121090002954 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/power_message_registry.hpp' (155,382) at 20250121090002938 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/redfish.hpp' (155,383) at 20250121090002938 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/boost_beast.cpp' (155,384) at 20250121090002950 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/composition_message_registry.hpp' (155,385) at 20250121090002938 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/common_utility.hpp' (155,386) at 20250122090018961 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_json_utility.cpp' (155,387) at 20250122090018961 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_ledboard.json' (155,388) at 20250122090005649 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (155,389) at 20250123090012699 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Pump.v1_2_0.json' (155,390) at 20250123090003203 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_host_unittest.cpp' (155,391) at 20250123090026184 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecurityPolicy_v1.xml' (155,392) at 20250123090003199 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Cable_v1.xml' (155,393) at 20250123090003191 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/meson.build' (155,394) at 20250123090026184 2025-03-14 03:00:54.892-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_unit.hpp' (155,395) at 20250123090003191 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Resource.v1_21_0.json' (155,396) at 20250123090003203 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (155,397) at 20250123090012699 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger_utility.hpp' (155,398) at 20250123090026180 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecurityPolicy.v1_0_3.json' (155,399) at 20250123090003203 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolantConnector.v1_1_0.json' (155,400) at 20250123090003203 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateService_v1.xml' (155,401) at 20250123090003191 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Redundancy_v1.xml' (155,402) at 20250123090003199 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/resource.hpp' (155,403) at 20250123090003191 2025-03-14 03:00:54.893-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageController.v1_9_0.json' (155,404) at 20250123090003207 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Connection.v1_4_0.json' (155,405) at 20250123090003203 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/port.hpp' (155,406) at 20250123090003191 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma_bsm.json' (155,420) at 20250123090005219 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Redundancy.v1_5_0.json' (155,421) at 20250123090003203 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/control.hpp' (155,422) at 20250123090003191 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Port_v1.xml' (155,423) at 20250123090003199 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EthernetInterface.v1_12_3.json' (155,424) at 20250123090003203 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Storage_v1.xml' (155,425) at 20250123090003199 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateService.v1_15_0.json' (155,426) at 20250123090003207 2025-03-14 03:00:54.894-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_cmm_bsm.json' (155,427) at 20250123090005219 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Cable.v1_2_4.json' (155,428) at 20250123090003199 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/host.cpp' (155,429) at 20250123090026184 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.aserver.hpp.mako' (155,430) at 20250123090032408 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/zone_interface.hpp' (155,431) at 20250123090026184 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccountService_v1.xml' (155,432) at 20250123090003191 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Session_v1.xml' (155,433) at 20250123090003199 2025-03-14 03:00:54.895-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeDevice.v1_17_0.json' (155,434) at 20250123090003203 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComputerSystem.v1_23_1.json' (155,435) at 20250123090003203 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger.hpp' (155,436) at 20250123090026180 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/zone.hpp' (155,437) at 20250123090026184 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolantConnector_v1.xml' (155,438) at 20250123090003195 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageMetrics.v1_0_0.json' (155,439) at 20250123090003207 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manager.hpp' (155,440) at 20250123090003191 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/zone_mock.hpp' (155,441) at 20250123090026184 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Role.v1_3_3.json' (155,442) at 20250123090003203 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (155,443) at 20250123090012699 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/property.py' (155,444) at 20250123090032408 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/update_schemas.py' (155,445) at 20250123090003207 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/tool_types.hpp' (155,446) at 20250123090017892 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.emit.hpp.mako' (155,447) at 20250123090032408 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingUnit.v1_2_0.json' (155,448) at 20250123090003203 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetection_v1.xml' (155,449) at 20250123090003195 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.prototype.hpp.mako' (155,450) at 20250123090032408 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EthernetInterface_v1.xml' (155,451) at 20250123090003195 2025-03-14 03:00:54.896-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetector.v1_3_0.json' (155,452) at 20250123090003203 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventDestination.v1_15_1.json' (155,453) at 20250123090003203 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/builder.cpp' (155,454) at 20250123090026180 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger.cpp' (155,455) at 20250123090026180 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Control_v1.xml' (155,456) at 20250123090003195 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/main.cpp' (155,457) at 20250123090026180 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_fancontroller_unittest.cpp' (155,458) at 20250123090026184 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Chassis.v1_26_0.json' (155,459) at 20250123090003203 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/gitlint/block_comment.py' (155,460) at 20250123090013283 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalSubsystem_v1.xml' (155,461) at 20250123090003199 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbus_passive_unittest.cpp' (155,462) at 20250123090026184 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassive.cpp' (155,463) at 20250123090026180 2025-03-14 03:00:54.897-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageMetrics_v1.xml' (155,464) at 20250123090003199 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventService.v1_10_3.json' (155,465) at 20250123090003203 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Port.v1_15_0.json' (155,466) at 20250123090003203 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Role_v1.xml' (155,467) at 20250123090003199 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventService_v1.xml' (155,468) at 20250123090003195 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingUnit_v1.xml' (155,469) at 20250123090003195 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/UpdateService_v1.xml' (155,470) at 20250123090003199 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Volume_v1.xml' (155,471) at 20250123090003199 2025-03-14 03:00:54.898-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/DetectorGroup.interface.yaml' (155,472) at 20250129090018146 2025-03-14 03:00:54.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-20.json' (155,473) at 20250129090014638 2025-03-14 03:00:54.902-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/dimm.cpp' (155,474) at 20250129090032050 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-10.json' (155,475) at 20250129090014634 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig' (155,476) at 20250128090014946 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uclass.c' (155,477) at 20250128090037830 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-client_%.bbappend' (155,478) at 20250128090014946 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig' (155,479) at 20250128090014946 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig' (155,480) at 20250128090014946 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Cable.v1_2_4.json' (155,481) at 20250123090003199 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Session.v1_8_0.json' (155,482) at 20250123090003203 2025-03-14 03:00:54.906-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.interface.yaml' (155,483) at 20250129090018146 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb' (155,484) at 20250129090011642 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/checklists/changes.md' (155,492) at 20250129090009754 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/DetectorGroup.events.yaml' (155,493) at 20250129090018146 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-deprecated-ips.sh.in' (155,494) at 20250129090011638 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/commit.hpp' (155,495) at 20250129090022594 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc' (155,496) at 20250129090011638 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/GPIOLeakDetector.interface.yaml' (155,497) at 20250129090018142 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.events.yaml' (155,498) at 20250129090018142 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/lg2_commit.cpp' (155,499) at 20250129090022594 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/code-update.md' (155,500) at 20250129090004045 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/meson.build' (155,501) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Value/meson.build' (155,502) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/PostCode/meson.build' (155,503) at 20250201090019739 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/meson.build' (155,504) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/Attributes/meson.build' (155,505) at 20250201090019739 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Device/meson.build' (155,506) at 20250201090019731 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/IOBoard/meson.build' (155,507) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/regenerate-meson' (155,508) at 20250201090019727 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager/meson.build' (155,509) at 20250201090019739 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ThermalDirection/meson.build' (155,510) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/meson.build' (155,511) at 20250201090019731 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Revision/meson.build' (155,512) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt/meson.build' (155,513) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-image.bbclass' (155,514) at 20250201090013079 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/meson.build' (155,515) at 20250201090019731 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/DiskBackplane/meson.build' (155,516) at 20250201090019735 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Authority/meson.build' (155,517) at 20250201090019727 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FilePath/meson.build' (155,518) at 20250201090019731 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VWML/meson.build' (155,519) at 20250201090019727 2025-03-14 03:00:54.907-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator/meson.build' (155,520) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/File/meson.build' (155,521) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/NIC/meson.build' (155,522) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/meson.build' (155,523) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/meson.build' (155,524) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/meson.build' (155,525) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/meson.build' (155,526) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Compatible/meson.build' (155,527) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI/meson.build' (155,528) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/MultiFactorAuthConfiguration/meson.build' (155,529) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/meson.build' (155,530) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/meson.build' (155,531) at 20250201090019727 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power/meson.build' (155,532) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/meson.build' (155,533) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Image/meson.build' (155,534) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCEN/meson.build' (155,535) at 20250201090019723 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/FSI/meson.build' (155,536) at 20250201090019727 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VEIR/meson.build' (155,537) at 20250201090019723 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/MeasurementSet/meson.build' (155,538) at 20250201090019727 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP4/meson.build' (155,539) at 20250201090019723 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/NMI/meson.build' (155,540) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Power/meson.build' (155,541) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig/meson.build' (155,542) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorMode/meson.build' (155,543) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FieldMode/meson.build' (155,544) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/meson.build' (155,545) at 20250201090019727 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMSC/meson.build' (155,546) at 20250201090019723 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/TrustedComponent/meson.build' (155,547) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/meson.build' (155,548) at 20250201090019727 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/meson.build' (155,549) at 20250201090019727 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/FRU/meson.build' (155,550) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Slot/meson.build' (155,551) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/Power/meson.build' (155,552) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Entry/meson.build' (155,553) at 20250201090019735 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/meson.build' (155,554) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/meson.build' (155,555) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/UART/meson.build' (155,556) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/TOTPAuthenticator/meson.build' (155,557) at 20250201090019739 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/SpecialMode/meson.build' (155,558) at 20250201090019731 2025-03-14 03:00:54.908-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/meson.build' (155,559) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hardware/meson.build' (155,560) at 20250201090019719 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Manager/meson.build' (155,561) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CoolingType/meson.build' (155,562) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Entry/meson.build' (155,563) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/meson.build' (155,564) at 20250201090019727 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cable/meson.build' (155,565) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManagedHost/meson.build' (155,566) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity/meson.build' (155,567) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/meson.build' (155,568) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Progress/meson.build' (155,569) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Purpose/meson.build' (155,570) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Threshold/meson.build' (155,571) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/meson.build' (155,572) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/CFMLimit/meson.build' (155,573) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/meson.build' (155,574) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/meson.build' (155,575) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot/meson.build' (155,576) at 20250201090019719 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/meson.build' (155,577) at 20250201090019727 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical/meson.build' (155,578) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/Endpoint/meson.build' (155,579) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/meson.build' (155,580) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/meson.build' (155,581) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value/meson.build' (155,582) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build' (155,583) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Inventory/meson.build' (155,584) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/Access/meson.build' (155,585) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/FaultLog/meson.build' (155,586) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/Detector/meson.build' (155,587) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/meson.build' (155,588) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/meson.build' (155,589) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Dimension/meson.build' (155,590) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/processing.cpp' (155,591) at 20250201090026639 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ThermalMode/meson.build' (155,592) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy/meson.build' (155,593) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/IdlePowerSaver/meson.build' (155,594) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/Motherboard/meson.build' (155,595) at 20250201090019735 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/NewDump/meson.build' (155,596) at 20250201090019731 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/meson.build' (155,597) at 20250201090019739 2025-03-14 03:00:54.909-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/meson.build' (155,598) at 20250201090019739 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Reset/meson.build' (155,599) at 20250201090019735 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Create/meson.build' (155,600) at 20250201090019731 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel/meson.build' (155,601) at 20250201090019735 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRML/meson.build' (155,602) at 20250201090019723 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Device/meson.build' (155,603) at 20250201090019727 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CRP0/meson.build' (155,604) at 20250201090019723 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ThermalPower/meson.build' (155,605) at 20250201090019731 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/ChannelAccess/meson.build' (155,606) at 20250201090019727 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/MountPoint/meson.build' (155,607) at 20250201090019739 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Replaceable/meson.build' (155,608) at 20250201090019735 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/CpuCore/meson.build' (155,609) at 20250201090019735 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/meson.build' (155,610) at 20250201090019727 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Event/meson.build' (155,611) at 20250201090019735 2025-03-14 03:00:54.910-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier/meson.build' (155,612) at 20250201090019735 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Create/meson.build' (156,063) at 20250201090019731 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes/meson.build' (156,064) at 20250201090019731 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/meson.build' (156,065) at 20250201090019727 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanPwm/meson.build' (156,066) at 20250201090019731 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/meson.build' (156,067) at 20250201090019735 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP6/meson.build' (156,068) at 20250201090019723 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Update/meson.build' (156,069) at 20250201090019739 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Connector/meson.build' (156,070) at 20250201090019735 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ScheduledHostTransition/meson.build' (156,071) at 20250201090019739 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/meson.build' (156,072) at 20250201090019735 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/meson.build' (156,073) at 20250201090019735 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/meson.build' (156,074) at 20250201090007295 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VINI/meson.build' (156,075) at 20250201090019723 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Trigger/meson.build' (156,076) at 20250201090019739 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/Location/meson.build' (156,077) at 20250201090019723 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ID/meson.build' (156,078) at 20250201090019731 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/ManufacturerExt/meson.build' (156,079) at 20250201090019727 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/meson.build' (156,080) at 20250201090006047 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/meson.build' (156,081) at 20250201090019727 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/Zone/meson.build' (156,082) at 20250201090019731 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/HostSelector/meson.build' (156,083) at 20250201090019731 2025-03-14 03:00:54.912-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/meson.build' (156,084) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/net/poettering/Calculator/meson.build' (156,085) at 20250201090033567 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ChassisCapabilities/meson.build' (156,086) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/MinimumVersion/meson.build' (156,087) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities/meson.build' (156,088) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/Device/meson.build' (156,089) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ObjectPath/meson.build' (156,090) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Create/meson.build' (156,091) at 20250201090019719 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/meson.build' (156,092) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerSystemInputs/meson.build' (156,093) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP7/meson.build' (156,094) at 20250201090019723 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Button/meson.build' (156,095) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP4/meson.build' (156,096) at 20250201090019723 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/meson.build' (156,097) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode/meson.build' (156,098) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build' (156,099) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/meson.build' (156,100) at 20250201090019723 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/Policy/meson.build' (156,101) at 20250201090019723 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanSpeed/meson.build' (156,102) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/TFTP/meson.build' (156,103) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/GPIOLeakDetector/meson.build' (156,104) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/SBE/meson.build' (156,105) at 20250201090019719 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset/meson.build' (156,106) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/Create/meson.build' (156,107) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Bmc/meson.build' (156,108) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyRedundancy/meson.build' (156,109) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/meson.build' (156,110) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/DevicePresence/meson.build' (156,111) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/meson.build' (156,112) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Common/meson.build' (156,113) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/meson.build' (156,114) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/Availability/meson.build' (156,115) at 20250201090019739 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion/meson.build' (156,116) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/meson.build' (156,117) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/meson.build' (156,118) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Drive/meson.build' (156,119) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/server/meson.build' (156,120) at 20250201090033567 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ACPIPowerState/meson.build' (156,121) at 20250201090019731 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC/meson.build' (156,122) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/meson.build' (156,123) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/meson.build' (156,124) at 20250201090019727 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Rotor/meson.build' (156,125) at 20250201090019735 2025-03-14 03:00:54.913-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Resource/meson.build' (156,126) at 20250201090019719 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume/meson.build' (156,127) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/Entry/meson.build' (156,128) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP3/meson.build' (156,129) at 20250201090019723 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build' (156,130) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/CapLimits/meson.build' (156,131) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/meson.build' (156,132) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/OCOTShutdownPolicy/meson.build' (156,133) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Accuracy/meson.build' (156,134) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Raw/meson.build' (156,135) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode/meson.build' (156,136) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/meson.build' (156,137) at 20250201090019719 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Callout/meson.build' (156,138) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime/meson.build' (156,139) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/meson.build' (156,140) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/BMC/meson.build' (156,141) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/meson.build' (156,142) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/meson.build' (156,143) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRTN/meson.build' (156,144) at 20250201090019723 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/Status/meson.build' (156,145) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Vrm/meson.build' (156,146) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Create/meson.build' (156,147) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/meson.build' (156,148) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Chassis/meson.build' (156,149) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Boot/meson.build' (156,150) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Create/meson.build' (156,151) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapperEntry/meson.build' (156,152) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Status/meson.build' (156,153) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP2/meson.build' (156,154) at 20250201090019723 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCFG/meson.build' (156,155) at 20250201090019723 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Requester/meson.build' (156,156) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/meson.build' (156,157) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/IP/meson.build' (156,158) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Enable/meson.build' (156,159) at 20250201090019735 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ReplaceAll/meson.build' (156,160) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/meson.build' (156,161) at 20250201090019727 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/DetectorGroup/meson.build' (156,162) at 20250201090019739 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb' (156,163) at 20250201090013079 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Device/meson.build' (156,164) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VER0/meson.build' (156,165) at 20250201090019723 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/meson.build' (156,166) at 20250201090024663 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/meson.build' (156,167) at 20250201090019731 2025-03-14 03:00:54.914-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootAttempts/meson.build' (156,168) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Priority/meson.build' (156,169) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBP/meson.build' (156,170) at 20250201090019727 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/meson.build' (156,171) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Cacheable/meson.build' (156,172) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group/meson.build' (156,173) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/meson.build' (156,174) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/DeleteAll/meson.build' (156,175) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Embedded/meson.build' (156,176) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete/meson.build' (156,177) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VR10/meson.build' (156,178) at 20250201090019723 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/meson.build' (156,179) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/meson.build' (156,180) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/meson.build' (156,181) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorControl/meson.build' (156,182) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/meson.build' (156,183) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Process/meson.build' (156,184) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/RestrictionMode/meson.build' (156,185) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ObjectMapper/meson.build' (156,186) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/meson.build' (156,187) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMCRedundancy/meson.build' (156,188) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/meson.build' (156,189) at 20250201090019727 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/meson.build' (156,190) at 20250201090019723 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System/meson.build' (156,191) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/TurboAllowed/meson.build' (156,192) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMPU/meson.build' (156,193) at 20250201090019723 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/meson.build' (156,194) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/SecurityKeys/meson.build' (156,195) at 20250201090019727 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress/meson.build' (156,196) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationBlocksTransition/meson.build' (156,197) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanRedundancy/meson.build' (156,198) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP0/meson.build' (156,199) at 20250201090019723 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build' (156,200) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/meson.build' (156,201) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Asset/meson.build' (156,202) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Manager/meson.build' (156,203) at 20250201090019723 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/meson.build' (156,204) at 20250201090019727 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/meson.build' (156,205) at 20250201090019735 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FaultLogType/meson.build' (156,206) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Throttle/meson.build' (156,207) at 20250201090019731 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Entry/meson.build' (156,208) at 20250201090019727 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Activation/meson.build' (156,209) at 20250201090019739 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/meson.build' (156,210) at 20250201090019727 2025-03-14 03:00:54.915-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Collection/meson.build' (156,211) at 20250201090019723 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/meson.build' (156,212) at 20250201090019727 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/InstallAll/meson.build' (156,213) at 20250201090019727 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ComponentIntegrity/meson.build' (156,214) at 20250201090019727 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP5/meson.build' (156,215) at 20250201090019723 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/meson.build' (156,216) at 20250201090019731 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/meson.build' (156,217) at 20250201090019727 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Cable/meson.build' (156,218) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Type/meson.build' (156,219) at 20250201090019731 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/meson.build' (156,220) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapper/meson.build' (156,221) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/Policy/meson.build' (156,222) at 20250201090019731 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/net/poettering/meson.build' (156,223) at 20250201090033567 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/BMC/meson.build' (156,224) at 20250201090019731 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/IPMI/meson.build' (156,225) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/meson.build' (156,226) at 20250201090019727 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition/meson.build' (156,227) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Settings/meson.build' (156,228) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SystemdTarget/meson.build' (156,229) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/Raw/meson.build' (156,230) at 20250201090019727 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/DHCPConfiguration/meson.build' (156,231) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Battery/meson.build' (156,232) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (156,233) at 20250201090013079 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/Hoth/meson.build' (156,234) at 20250201090019719 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RequestedRedundancyPriority/meson.build' (156,235) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis/meson.build' (156,236) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/PSPD/meson.build' (156,237) at 20250201090019723 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/PDR/meson.build' (156,238) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime/meson.build' (156,239) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Watchdog/meson.build' (156,240) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/meson.build' (156,241) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/StorageController/meson.build' (156,242) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_handler.cpp' (156,243) at 20250201090025851 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/meson.build' (156,244) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/meson.build' (156,245) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SessionInfo/meson.build' (156,246) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CP00/meson.build' (156,247) at 20250201090019723 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP3/meson.build' (156,248) at 20250201090019723 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/TOTPState/meson.build' (156,249) at 20250201090019739 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/VLAN/meson.build' (156,250) at 20250201090019735 2025-03-14 03:00:54.916-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeDevice/meson.build' (156,251) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/meson.build' (156,252) at 20250201090019719 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VW10/meson.build' (156,253) at 20250201090019727 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Event/meson.build' (156,254) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress/meson.build' (156,255) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC/meson.build' (156,256) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/meson.build' (156,257) at 20250201090019731 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/meson.build' (156,258) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/meson.build' (156,259) at 20250201090030603 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions/meson.build' (156,260) at 20250201090019727 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/meson.build' (156,261) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/meson.build' (156,262) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/ThermalEvent/meson.build' (156,263) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/meson.build' (156,264) at 20250201090033567 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/meson.build' (156,265) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes/meson.build' (156,266) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/OperationalStatus/meson.build' (156,267) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/meson.build' (156,268) at 20250201090019727 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/meson.build' (156,269) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/UTIL/meson.build' (156,270) at 20250201090019723 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/meson.build' (156,271) at 20250201090019727 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP2/meson.build' (156,272) at 20250201090019723 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/Chassis/meson.build' (156,273) at 20250201090019723 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/meson.build' (156,274) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Common/meson.build' (156,275) at 20250201090019731 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Source/meson.build' (156,276) at 20250201090019731 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/meson.build' (156,277) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP1/meson.build' (156,278) at 20250201090019723 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/DINF/meson.build' (156,279) at 20250201090019723 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/meson.build' (156,280) at 20250201090019731 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/OriginatedBy/meson.build' (156,281) at 20250201090019731 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host/meson.build' (156,282) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/meson.build' (156,283) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image-base.bb' (156,284) at 20250201090013079 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Settings/meson.build' (156,285) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/RestorePolicy/meson.build' (156,286) at 20250201090019731 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerState/meson.build' (156,287) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ExtendedVersion/meson.build' (156,288) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/meson.build' (156,289) at 20250201090019727 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build' (156,290) at 20250201090019727 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/meson.build' (156,291) at 20250201090019739 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ErrorBlocksTransition/meson.build' (156,292) at 20250201090019735 2025-03-14 03:00:54.917-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/meson.build' (156,293) at 20250201090019719 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VPRI/meson.build' (156,294) at 20250201090019723 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-rootfs-postcommands.bbclass' (156,295) at 20250201090013079 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Fan/meson.build' (156,296) at 20250201090019735 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyOptions/meson.build' (156,297) at 20250201090019739 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/meson.build' (156,298) at 20250201090019727 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/meson.build' (156,299) at 20250201090019735 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP1/meson.build' (156,300) at 20250201090019723 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/meson.build' (156,301) at 20250201090019731 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CLEI/meson.build' (156,302) at 20250201090019735 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/meson.build' (156,303) at 20250201090022259 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/meson.build' (156,304) at 20250201090019739 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-deassert@.service' (156,305) at 20250130090012544 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/README.md' (156,306) at 20250130090005420 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/libpldm.wrap' (156,307) at 20250130090018064 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/COPYING.MIT' (156,308) at 20250130090012548 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/firmware_device_id_area.cpp' (156,309) at 20250130090018068 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-assert@.service' (156,310) at 20250130090012544 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/OWNERS' (156,311) at 20250130090012548 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/component_image_info_area.hpp' (156,312) at 20250130090018064 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/COPYING.apache-2.0' (156,313) at 20250130090012548 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/firmware_device_id_area.hpp' (156,314) at 20250130090018068 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/minerva-phosphor-multi-gpio-monitor.json' (156,315) at 20250130090012548 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/conf/layer.conf' (156,320) at 20250130090012548 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/component_image_info_area.cpp' (156,321) at 20250130090018064 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp-term.sh' (156,322) at 20250130090012548 2025-03-14 03:00:54.918-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/LICENSE' (156,323) at 20250130090012548 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSensor.hpp' (156,324) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPReactor.hpp' (156,325) at 20250131090003879 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot' (156,326) at 20250131090015311 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Thresholds.hpp' (156,327) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/SensorPaths.hpp' (156,328) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.hpp' (156,329) at 20250131090003879 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/TachSensor.hpp' (156,330) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/ADCSensor.hpp' (156,331) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/IntrusionSensorMain.cpp' (156,332) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/Makefile' (156,333) at 20250131090013183 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/ADCSensorMain.cpp' (156,334) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/PwmSensor.hpp' (156,335) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/VariantVisitors.hpp' (156,336) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/meson.build' (156,337) at 20250131090010471 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/README.md' (156,338) at 20250131090026199 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensorMain.cpp' (156,339) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mcu/MCUTempSensor.hpp' (156,340) at 20250131090003879 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/DeviceMgmt.hpp' (156,342) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_Utils.cpp' (156,343) at 20250131090003879 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUEvent.hpp' (156,344) at 20250131090003879 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/exit-air/ExitAirTempSensor.hpp' (156,345) at 20250131090003875 2025-03-14 03:00:54.919-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.hpp' (156,346) at 20250131090003875 2025-03-14 03:00:54.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001000_v2.json' (156,347) at 20250131090020227 2025-03-14 03:00:54.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/ChassisIntrusionSensor.hpp' (156,348) at 20250131090003875 2025-03-14 03:00:54.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSDRSensor.hpp' (156,349) at 20250131090003875 2025-03-14 03:00:54.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/FanMain.cpp' (156,350) at 20250131090003875 2025-03-14 03:00:54.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeSensor.hpp' (156,351) at 20250131090003879 2025-03-14 03:00:54.920-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/mach-aspeed/Kconfig' (156,352) at 20250131090013183 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/associations.cpp' (156,353) at 20250131090027947 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/associations.cpp' (156,354) at 20250131090027947 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/ChassisIntrusionSensor.cpp' (156,355) at 20250131090003875 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.hpp' (156,356) at 20250131090003875 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/DeviceMgmt.cpp' (156,357) at 20250131090003875 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUSensor.hpp' (156,358) at 20250131090003879 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/espi-control/meson.build' (156,359) at 20250202090005588 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/stop_token.hpp' (156,360) at 20250202090029864 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensor.hpp' (156,361) at 20250202090019916 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/helper.cpp' (156,362) at 20250202090020516 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/test/meson.build' (156,363) at 20250202090005588 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handlers_builder.hpp' (156,364) at 20250202090020900 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transform_sender.hpp' (156,365) at 20250202090029864 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/meson.build' (156,366) at 20250202090022316 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/gpio_handle.hpp' (156,367) at 20250202090019916 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign.c' (156,368) at 20250202090005588 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metric.cpp' (156,369) at 20250202090005588 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb' (156,370) at 20250202090011312 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/object_server.hpp' (156,371) at 20250202090029860 2025-03-14 03:00:54.921-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb' (156,372) at 20250202090011312 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/image_handler.hpp' (156,373) at 20250202090020900 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/handler.cpp' (156,374) at 20250202090020900 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/cpp/.clang-format' (156,375) at 20250202090003988 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/sdbus.hpp' (156,376) at 20250202090029864 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/.clang-format' (156,377) at 20250202090019036 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__sender_adaptor_closure.hpp' (156,378) at 20250202090029860 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/appcommands.cpp' (156,379) at 20250202090004936 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/type_traits.hpp' (156,380) at 20250202090029864 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign_mauv.c' (156,381) at 20250202090005588 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sh/rz-ssi.c' (156,382) at 20250228090018873 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/imx-ocotp.c' (156,383) at 20250228090018841 2025-03-14 03:00:54.922-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_alloc.h' (156,384) at 20250228090018849 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/xilinx/xilinx_axienet_main.c' (156,385) at 20250228090018841 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/namei.c' (156,386) at 20250228090018845 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-pcie.c' (156,387) at 20250224090009116 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/intel/boards/bytcr_rt5640.c' (156,388) at 20250224090012740 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/efi.c' (156,389) at 20250224090012696 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' (156,390) at 20250224090014144 2025-03-14 03:00:54.923-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-multitouch.c' (156,391) at 20250224090012700 2025-03-14 03:00:54.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/types.h' (156,392) at 20250224090012732 2025-03-14 03:00:54.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/quirks.c' (156,393) at 20250224090012720 2025-03-14 03:00:54.924-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/renesas_usb3.c' (156,394) at 20250224090012724 2025-03-14 03:00:54.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_bmap.c' (156,395) at 20250228090018849 2025-03-14 03:00:54.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dts' (156,396) at 20250228090018817 2025-03-14 03:00:54.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb' (156,397) at 20250228090021681 2025-03-14 03:00:54.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/internals.h' (156,398) at 20250228090018841 2025-03-14 03:00:54.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_conexant.c' (156,399) at 20250228090018869 2025-03-14 03:00:54.925-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/io_uring.c' (156,400) at 20250228090018857 2025-03-14 03:00:54.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/syscall.c' (156,401) at 20250228090018861 2025-03-14 03:00:54.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-cluster.c' (156,402) at 20250228090018833 2025-03-14 03:00:54.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_drv.h' (156,403) at 20250228090018829 2025-03-14 03:00:54.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_fsops.c' (156,404) at 20250228090018853 2025-03-14 03:00:54.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/udc/core.c' (156,405) at 20250228090018845 2025-03-14 03:00:54.926-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr.c' (156,406) at 20250228090018849 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/core/seq/seq_clientmgr.c' (156,407) at 20250228090018869 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ag.c' (156,408) at 20250228090018849 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_inode.h' (156,409) at 20250228090018853 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/intel/core.c' (156,410) at 20250228090018825 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_super.c' (156,411) at 20250228090018857 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/skmsg.c' (156,412) at 20250228090018865 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/meson.build' (156,413) at 20250228090027190 2025-03-14 03:00:54.927-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Attributes.interface.yaml' (156,414) at 20250228090028210 2025-03-14 03:00:54.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb' (156,415) at 20250228090021681 2025-03-14 03:00:54.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/mtk-efuse.c' (156,416) at 20250228090018841 2025-03-14 03:00:54.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/flow_dissector.c' (156,417) at 20250228090018865 2025-03-14 03:00:54.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/synaptics.h' (156,418) at 20250228090018833 2025-03-14 03:00:54.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/acct.c' (156,419) at 20250228090018857 2025-03-14 03:00:54.928-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/memcontrol.c' (156,420) at 20250228090018861 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/lib/code-patching.c' (156,421) at 20250228090018821 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_mount.c' (156,422) at 20250228090018853 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/geneve.c' (156,423) at 20250228090018841 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_inode.c' (156,424) at 20250228090018853 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_reflink.h' (156,425) at 20250228090018853 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gem_submit.c' (156,426) at 20250228090018829 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/dir.c' (156,427) at 20250228090018845 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_rtbitmap.c' (156,428) at 20250228090018849 2025-03-14 03:00:54.929-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/ipmi/ipmb-dev.yaml' (156,429) at 20250228090018817 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_log_recover.c' (156,430) at 20250228090018853 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Manager.interface.yaml' (156,431) at 20250228090028214 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/sd.c' (156,432) at 20250228090018845 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/meson.build' (156,433) at 20250228090027190 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_log.h' (156,434) at 20250228090018853 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_fastopen.c' (156,435) at 20250228090018865 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/meson.build' (156,436) at 20250227090020204 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/OWNERS' (156,437) at 20250227090004712 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s5549_baseboard.json' (156,438) at 20250227090004712 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/xen/swiotlb-xen.c' (156,439) at 20250224090012728 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/gen-utils.c' (156,440) at 20250224090009116 2025-03-14 03:00:54.930-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/netdevsim/ipsec.c' (156,441) at 20250224090012716 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ccix-per.c' (156,442) at 20250224090009120 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-arm.c' (156,443) at 20250224090009120 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/socket.c' (156,444) at 20250224090012732 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cacheinfo.c' (156,445) at 20250224090012688 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-pci-dev.c' (156,446) at 20250224090009120 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mmu_context.h' (156,447) at 20250224090012692 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-dmar.c' (156,448) at 20250224090009116 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/tegra/fuse/fuse-tegra30.c' (156,449) at 20250224090012720 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-pci-dev.c' (156,450) at 20250224090009116 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/i8253.c' (156,451) at 20250224090012692 2025-03-14 03:00:54.931-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/route.c' (156,452) at 20250224090012736 2025-03-14 03:00:54.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/hub.c' (156,453) at 20250224090012724 2025-03-14 03:00:54.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/networking/strparser.rst' (156,454) at 20250228090018817 2025-03-14 03:00:54.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/perf_event.h' (156,455) at 20250228090018825 2025-03-14 03:00:54.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/oom_kill.c' (156,456) at 20250228090018861 2025-03-14 03:00:54.932-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_input.c' (156,457) at 20250228090018865 2025-03-14 03:00:54.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid5-cache.c' (156,458) at 20250224090012708 2025-03-14 03:00:54.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi_regs.h' (156,459) at 20250224090012700 2025-03-14 03:00:54.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/cgroup.c' (156,460) at 20250224090012732 2025-03-14 03:00:54.933-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vmlinux.lds.S' (156,461) at 20250224090012688 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/route.c' (156,462) at 20250224090012740 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/input/mouse/synaptics.c' (156,463) at 20250228090018833 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/bugs.c' (156,464) at 20250228090018825 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/strparser/strparser.c' (156,465) at 20250228090018869 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_log_cil.c' (156,466) at 20250228090018853 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (156,467) at 20250228090021681 to deleted uid set 2025-03-14 03:00:54.934-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-cxl-component.c' (156,468) at 20250224090009120 2025-03-14 03:00:54.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc3/gadget.c' (156,469) at 20250224090012724 2025-03-14 03:00:54.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cper-parse.c' (156,470) at 20250224090009116 2025-03-14 03:00:54.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-arm-processor.json' (156,471) at 20250224090009120 2025-03-14 03:00:54.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid5.h' (156,472) at 20250224090012708 2025-03-14 03:00:54.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_video.c' (156,473) at 20250224090012712 2025-03-14 03:00:54.935-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-memory.c' (156,474) at 20250224090009120 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/neighbour.c' (156,475) at 20250224090012736 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/roles/class.c' (156,476) at 20250224090012724 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/static_call.c' (156,477) at 20250224090012692 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/can/j1939/transport.c' (156,478) at 20250224090012736 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c' (156,479) at 20250224090012700 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sched/task.h' (156,480) at 20250224090012728 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/factory_reset_bmc.robot' (156,481) at 20250224090015096 2025-03-14 03:00:54.936-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/i8253.h' (156,482) at 20250224090012728 2025-03-14 03:00:54.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ds90ub953.c' (156,483) at 20250224090012708 2025-03-14 03:00:54.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid1.c' (156,484) at 20250224090012704 2025-03-14 03:00:54.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/wmi.c' (156,485) at 20250224090012716 2025-03-14 03:00:54.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr_leaf.h' (156,486) at 20250228090018849 2025-03-14 03:00:54.937-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/ringbuf.c' (156,487) at 20250228090018857 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ibmvnic.h' (156,488) at 20250228090018837 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tee/optee/supp.c' (156,489) at 20250228090018845 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp.c' (156,490) at 20250228090018865 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml' (156,491) at 20250224090012684 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clocksource/i8253.c' (156,492) at 20250224090012696 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-ampere.c' (156,493) at 20250224090009116 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/i2c/ds90ub913.c' (156,494) at 20250224090012708 2025-03-14 03:00:54.938-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bmc_stress_buster.robot' (156,495) at 20250224090015096 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/mmu.h' (156,496) at 20250224090012692 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-ia32x64-processor.json' (156,497) at 20250224090009120 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/idle.c' (156,498) at 20250224090012688 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/blk-mq.h' (156,499) at 20250224090012728 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/madvise.c' (156,500) at 20250228090018861 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/hda_codec.c' (156,501) at 20250228090018869 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_cs8409-tables.c' (156,502) at 20250228090018869 2025-03-14 03:00:54.939-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc' (156,503) at 20250228090021677 to deleted uid set 2025-03-14 03:00:54.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/power/supply/da9150-fg.c' (156,504) at 20250228090018845 2025-03-14 03:00:54.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/qcom_scm.c' (156,505) at 20250228090018825 2025-03-14 03:00:54.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sched/cls_api.c' (156,506) at 20250228090018869 2025-03-14 03:00:54.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_cs8409.c' (156,507) at 20250228090018869 2025-03-14 03:00:54.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/include/asm/mman.h' (156,508) at 20250228090018821 2025-03-14 03:00:54.940-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-cxl-protocol.c' (156,509) at 20250224090009120 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/mm/tlb.c' (156,510) at 20250224090012696 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/cleanup_bmc.robot' (156,511) at 20250224090015096 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-pcie.json' (156,512) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/dmariommu.cper' (156,513) at 20250221090013002 to deleted uid set 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb' (156,514) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c' (156,515) at 20250224090012700 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/media/usb/uvc/uvcvideo.h' (156,516) at 20250224090012712 to deleted uid set 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/pmtu.sh' (156,517) at 20250224090012740 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-ia32x64.c' (156,518) at 20250224090009116 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/memory2.cper' (156,519) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.941-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid10.h' (156,520) at 20250224090012708 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/host/pci-quirks.c' (156,521) at 20250224090012724 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (156,522) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/cper-utils.h' (156,523) at 20250224090009120 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-generic.c' (156,524) at 20250224090009116 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/vdso/vdso.lds.S' (156,525) at 20250224090012688 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' (156,526) at 20250224090019036 to deleted uid set 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs2acl.c' (156,527) at 20250224090012728 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/orangefs/orangefs-debugfs.c' (156,528) at 20250224090012728 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/kbuf.c' (156,529) at 20250224090012732 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb' (156,530) at 20250224090014144 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/pci/vfio_pci_rdwr.c' (156,531) at 20250224090012724 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/cgroup/rstat.c' (156,532) at 20250224090012732 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/cxlcomponent-media.cper' (156,533) at 20250221090013002 to deleted uid set 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/test-utils.cpp' (156,534) at 20250224090009124 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-generic.c' (156,535) at 20250224090009120 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/entry.S' (156,536) at 20250224090012688 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/vfio/platform/vfio_platform_common.c' (156,537) at 20250224090012724 2025-03-14 03:00:54.942-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb' (156,538) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/svm/nested.c' (156,539) at 20250224090012692 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_base.c' (156,540) at 20250224090012712 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-firmware.c' (156,541) at 20250224090009116 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/acpi/x86/utils.c' (156,542) at 20250224090012696 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/net/route.h' (156,543) at 20250224090012732 to deleted uid set 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-generic-processor.json' (156,544) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (156,545) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-ccix-per.c' (156,546) at 20250224090009116 2025-03-14 03:00:54.943-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid5.c' (156,547) at 20250224090012708 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/include/linux/netdevice.h' (156,548) at 20250224090012728 to deleted uid set 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_port.c' (156,549) at 20250224090012720 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/traps.c' (156,550) at 20250224090012688 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid1.h' (156,551) at 20250224090012704 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pinctrl/pinctrl-cy8c95x0.c' (156,552) at 20250224090012720 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/arm.cper' (156,553) at 20250221090013002 to deleted uid set 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfs/sysfs.c' (156,554) at 20250224090012728 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-ccix-per.json' (156,555) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/efa/efa_main.c' (156,556) at 20250224090012704 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/myffdc.robot' (156,557) at 20250224090015096 2025-03-14 03:00:54.946-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/dmarvtd.cper' (156,558) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/tests/meson.build' (156,559) at 20250224090009124 to deleted uid set 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_bridge.c' (156,560) at 20250224090012708 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-nvidia.c' (156,561) at 20250224090009116 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/generator/sections/gen-section.h' (156,562) at 20250224090009120 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/kernel/asm-offsets.c' (156,563) at 20250224090012688 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/serial/option.c' (156,564) at 20250224090012724 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250.h' (156,565) at 20250224090012720 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/net_namespace.h' (156,566) at 20250224090012732 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/l3mdev.h' (156,567) at 20250224090012728 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-pci-bus.c' (156,568) at 20250224090009120 2025-03-14 03:00:54.947-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-section-descriptor.json' (156,569) at 20250224090009120 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/mcast.c' (156,570) at 20250224090012736 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/ccixper.cper' (156,571) at 20250221090013002 to deleted uid set 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c' (156,572) at 20250224090012700 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/relocate.c' (156,573) at 20250224090012696 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-stmpe.c' (156,574) at 20250224090012696 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-pci-bus.json' (156,575) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/raid10.c' (156,576) at 20250224090012708 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-cxl-component.json' (156,577) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/cper-generate-cli.c' (156,578) at 20250224090009116 2025-03-14 03:00:54.948-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/spi/spi-sn-f-ospi.c' (156,579) at 20250224090012720 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c' (156,580) at 20250224090012700 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (156,581) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c' (156,582) at 20250224090012712 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/cper-generate.c' (156,583) at 20250224090009116 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/serial_port.c' (156,584) at 20250224090012720 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Makefile' (156,585) at 20250224090012688 to deleted uid set 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/unknown.cper' (156,586) at 20250221090013010 to deleted uid set 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/ipmi/iei-ipmi-oem_git.bb' (156,587) at 20250224090014144 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/genex.S' (156,588) at 20250224090012688 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_v_elp.c' (156,589) at 20250224090012732 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs3acl.c' (156,590) at 20250224090012728 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpio-bcm-kona.c' (156,591) at 20250224090012696 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-memory.c' (156,592) at 20250224090009116 2025-03-14 03:00:54.949-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/generic.cper' (156,593) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/Cper.h' (156,594) at 20250224090009116 2025-03-14 03:00:54.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/hyperv.c' (156,595) at 20250224090012692 2025-03-14 03:00:54.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/update_mac.robot' (156,596) at 20250224090015096 2025-03-14 03:00:54.950-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/openvswitch/datapath.c' (156,597) at 20250224090012740 2025-03-14 03:00:54.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc.c' (156,598) at 20250224090012700 to deleted uid set 2025-03-14 03:00:54.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/net/ipv4/icmp.c' (156,599) at 20250224090012736 to deleted uid set 2025-03-14 03:00:54.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-cxl-protocol.json' (156,600) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.951-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/team/team.c' (156,601) at 20250224090012716 2025-03-14 03:00:54.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/memory.cper' (156,602) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/nvidia.cper' (156,603) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.952-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-pci-component.json' (156,604) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/wireless/ath/ath12k/wmi.h' (156,605) at 20250224090012716 2025-03-14 03:00:54.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/kmemleak.c' (156,606) at 20250218090013161 2025-03-14 03:00:54.953-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc' (156,607) at 20250218090014485 2025-03-14 03:00:54.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/bridge/ite-it6505.c' (156,608) at 20250218090013101 2025-03-14 03:00:54.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-aud.c' (156,609) at 20250218090013093 2025-03-14 03:00:54.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hdmi.c' (156,610) at 20250218090013109 2025-03-14 03:00:54.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/rw.c' (156,611) at 20250218090013157 2025-03-14 03:00:54.954-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/leds/leds-lp8860.c' (156,612) at 20250218090013109 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/devinet.c' (156,613) at 20250224090012736 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/ir-tests.cpp' (156,614) at 20250224090009124 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' (156,615) at 20250224090019032 to deleted uid set 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/arch/x86/events/intel/core.c' (156,616) at 20250224090012692 to deleted uid set 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/lib/csum.c' (156,617) at 20250224090012688 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-thrustmaster.c' (156,618) at 20250224090012700 2025-03-14 03:00:54.955-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/time/clocksource.c' (156,619) at 20250224090012732 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/efi/libstub/randomalloc.c' (156,620) at 20250224090012696 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/obmc_boot_test.robot' (156,621) at 20250224090015096 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/loongarch/kernel/reset.c' (156,622) at 20250224090012688 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c' (156,623) at 20250224090012700 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/class/cdc-acm.c' (156,624) at 20250224090012720 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/app.hpp' (156,625) at 20250224090002416 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/net/rtnetlink.sh' (156,626) at 20250224090012740 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/ir-parse.c' (156,627) at 20250224090009120 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/block/partitions/mac.c' (156,628) at 20250224090012696 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/xen/mmu_pv.c' (156,629) at 20250224090012696 2025-03-14 03:00:54.956-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-pci-bus.c' (156,630) at 20250224090009116 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/pci/switch/switchtec.c' (156,631) at 20250224090012720 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/icmp.c' (156,632) at 20250224090012736 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/meson.build' (156,633) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-arm.c' (156,634) at 20250224090009116 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_v.c' (156,635) at 20250224090012732 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/test-utils.hpp' (156,636) at 20250224090009124 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb' (156,637) at 20250224090014144 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_devlink.c' (156,638) at 20250224090012712 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/mm/gup.c' (156,639) at 20250224090012732 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (156,640) at 20250221090015470 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (156,641) at 20250221090015470 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' (156,642) at 20250221090015470 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/meson.build' (156,643) at 20250221090022162 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (156,644) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (156,645) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-early-sys-init' (156,646) at 20250221090015470 2025-03-14 03:00:54.957-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcibus.json' (156,647) at 20250221090013006 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (156,648) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/src/post_code.cpp' (156,649) at 20250221090029798 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (156,650) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (156,651) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/led-amber-deassert@.service' (156,652) at 20250221090015470 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/meson.build' (156,653) at 20250221090009434 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' (156,654) at 20250221090015474 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/unknown.json' (156,655) at 20250221090013010 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/worker.hpp' (156,656) at 20250222090021576 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (156,657) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/led-blue-assert@.service' (156,658) at 20250221090015470 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' (156,659) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (156,660) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/meson.build' (156,661) at 20250221090022162 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/arm.json' (156,662) at 20250221090013002 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/yosemite4-common-functions' (156,663) at 20250221090015474 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/firmware.json' (156,664) at 20250221090013006 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (156,665) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-unplug' (156,666) at 20250221090015470 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (156,667) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (156,668) at 20250221090015470 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/meson.build' (156,669) at 20250221090022162 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlprotocol.json' (156,670) at 20250221090013002 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlcomponent-media.json' (156,671) at 20250221090013002 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/led-blue-deassert@.service' (156,672) at 20250221090015470 2025-03-14 03:00:54.958-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (156,673) at 20250221090015470 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmargeneric.json' (156,674) at 20250221090013002 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/nvidia.json' (156,675) at 20250221090013006 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-hsc-fault@.service' (156,676) at 20250221090015470 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcidev.json' (156,677) at 20250221090013006 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/yosemite4-phosphor-multi-gpio-monitor.json' (156,678) at 20250221090015470 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_fanctrl.sh' (156,679) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/fans.json' (156,680) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils.bbappend' (156,681) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/example_device.cpp' (156,682) at 20250219090018876 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software_update.cpp' (156,683) at 20250219090018876 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan_%.bbappend' (156,684) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/rack-level-leak' (156,685) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (156,686) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/presence.json' (156,687) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/events.json' (156,688) at 20250219090013212 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service' (156,689) at 20250219090013208 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (156,690) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory.json' (156,691) at 20250221090013006 2025-03-14 03:00:54.959-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (156,692) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_sockio.cpp' (156,693) at 20250221090009434 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-plug-in' (156,694) at 20250221090015470 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcie.json' (156,695) at 20250221090013010 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ia32x64.json' (156,696) at 20250221090013006 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/frontled' (156,697) at 20250221090015470 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmariommu.json' (156,698) at 20250221090013006 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/system1_baseboard.json' (156,699) at 20250222090004864 to deleted uid set 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' (156,705) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/generic.json' (156,706) at 20250221090013006 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (156,707) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ccixper.json' (156,708) at 20250221090013002 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-start-dhcp.sh' (156,709) at 20250221090015474 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/firmware.json' (156,710) at 20250221090004286 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' (156,711) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/device.cpp' (156,712) at 20250222090022192 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software.cpp' (156,713) at 20250222090022192 2025-03-14 03:00:54.960-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/device.hpp' (156,715) at 20250222090022192 2025-03-14 03:00:54.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/src/bios_handler.cpp' (156,716) at 20250223090026585 to deleted uid set 2025-03-14 03:00:54.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/global.json' (156,717) at 20250220090006134 to deleted uid set 2025-03-14 03:00:54.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtjefferson_mb.json' (156,718) at 20250220090006134 2025-03-14 03:00:54.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/dbus.hpp' (156,719) at 20250220090020498 2025-03-14 03:00:54.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/src/backup_restore.cpp' (156,720) at 20250220090022570 to deleted uid set 2025-03-14 03:00:54.961-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mtjade.json' (156,721) at 20250220090006130 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Balcones.json' (156,722) at 20250220090031707 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/mctp.json' (156,723) at 20250220090006134 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/dbus.cpp' (156,724) at 20250220090020498 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg.cpp' (156,725) at 20250220090020498 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-hsc-fault' (156,726) at 20250221090015470 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-dhcrelay.sh.in' (156,727) at 20250221090015474 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-misc/google-misc.inc' (156,728) at 20250221090015474 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/meson.options' (156,729) at 20250221090029798 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (156,730) at 20250213090041361 to deleted uid set 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/inc/post_code.hpp' (156,731) at 20250221090029798 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/led-amber-assert@.service' (156,732) at 20250221090015470 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/meson.build' (156,733) at 20250221090029798 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmarvtd.json' (156,734) at 20250221090013006 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/.clang-format' (156,735) at 20250221090029798 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-dhcrelay@.service' (156,736) at 20250221090015474 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (156,737) at 20250221090015470 2025-03-14 03:00:54.962-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory2.json' (156,738) at 20250221090013006 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' (156,769) at 20250223090026585 to deleted uid set 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb' (156,770) at 20250228090021681 to deleted uid set 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_ctrl.c' (156,771) at 20250228090018837 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb' (156,772) at 20250228090021681 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_inode_fork.c' (156,773) at 20250228090018849 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_filestream.c' (156,774) at 20250228090018853 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/vsock_bpf.c' (156,775) at 20250228090018869 2025-03-14 03:00:54.963-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_cs8409.h' (156,776) at 20250228090018869 2025-03-14 03:00:54.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/nvmem-provider.h' (156,777) at 20250228090018857 2025-03-14 03:00:54.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_qm_bhv.c' (156,778) at 20250228090018853 2025-03-14 03:00:54.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c' (156,779) at 20250228090018829 2025-03-14 03:00:54.964-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display.c' (156,780) at 20250228090018829 2025-03-14 03:00:54.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/netdevice.h' (156,781) at 20250228090018857 2025-03-14 03:00:54.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ndisc.c' (156,782) at 20250224090012736 2025-03-14 03:00:54.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/hid/hid-steam.c' (156,783) at 20250224090012700 2025-03-14 03:00:54.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-cxl-component.c' (156,784) at 20250224090009116 2025-03-14 03:00:54.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/v3d/v3d_perfmon.c' (156,785) at 20250224090012700 2025-03-14 03:00:54.965-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/ufs/core/ufs_bsg.c' (156,786) at 20250224090012720 to deleted uid set 2025-03-14 03:00:54.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/specification/json/sections/cper-memory.json' (156,787) at 20250224090009120 to deleted uid set 2025-03-14 03:00:54.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/kernel/cpufeature.c' (156,788) at 20250224090012688 2025-03-14 03:00:54.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ia32x64.c' (156,789) at 20250224090009120 2025-03-14 03:00:54.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/vxlan/vxlan_core.c' (156,790) at 20250224090012716 2025-03-14 03:00:54.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/video/fbdev/omap/lcd_dma.c' (156,791) at 20250224090012728 2025-03-14 03:00:54.966-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/gpio/gpio-sim.sh' (156,792) at 20250224090012740 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/dvb-frontends/cxd2841er.c' (156,793) at 20250224090012708 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/btrfs/file.c' (156,794) at 20250224090012728 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/api.h' (156,795) at 20250303090019139 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/requirements.txt' (156,796) at 20250303090012043 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/chassishandler.hpp' (156,797) at 20250303090019139 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' (156,798) at 20250303090019143 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/storagehandler.cpp' (156,799) at 20250303090019143 to deleted uid set 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' (156,800) at 20250303090019143 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/storageaddsel.cpp' (156,801) at 20250303090019143 2025-03-14 03:00:54.967-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/usercommands.hpp' (156,802) at 20250303090019143 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/usercommands.cpp' (156,803) at 20250303090019143 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/chassishandler.cpp' (156,804) at 20250303090019139 to deleted uid set 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (156,805) at 20250303090011019 to deleted uid set 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' (156,806) at 20250303090019143 to deleted uid set 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/globalhandler.cpp' (156,807) at 20250303090019139 to deleted uid set 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/oemrouter.hpp' (156,808) at 20250303090019139 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' (156,809) at 20250303090019143 to deleted uid set 2025-03-14 03:00:54.968-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' (156,828) at 20250303090011019 to deleted uid set 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensorhandler.hpp' (156,829) at 20250303090019143 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/meson.build' (156,830) at 20250301090023458 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces.robot' (156,831) at 20250301090016242 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/apphandler.hpp' (156,832) at 20250303090019139 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/gui_setup_reference.md' (156,833) at 20250303090012043 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channelcommands.cpp' (156,834) at 20250303090019143 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/dwc2/gadget.c' (156,835) at 20250224090012724 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/cper-utils.c' (156,836) at 20250224090009116 to deleted uid set 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (156,837) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.969-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/tlbflush.h' (156,838) at 20250224090012692 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mmc/host/mtk-sd.c' (156,839) at 20250224090012712 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/batman-adv/bat_v_elp.h' (156,840) at 20250224090012732 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/core/quirks.c' (156,841) at 20250224090012724 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/efi.h' (156,842) at 20250224090012728 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/include/uapi/asm/ptrace.h' (156,843) at 20250224090012688 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/alpha/mm/fault.c' (156,844) at 20250224090012688 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-pcie.c' (156,845) at 20250224090009120 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/factory_reset.robot' (156,846) at 20250224090015096 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/base/regmap/regmap-irq.c' (156,847) at 20250224090012696 2025-03-14 03:00:54.970-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/cgroup-defs.h' (156,848) at 20250224090012728 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/msr-index.h' (156,849) at 20250224090012692 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-cxl-protocol.c' (156,850) at 20250224090009116 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (156,851) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_main.c' (156,852) at 20250224090012712 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/OWNERS' (156,853) at 20250225090007860 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/OWNERS' (156,854) at 20250225090018764 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_util.cpp' (156,855) at 20250225090026108 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/packagefiles/boost/meson.build' (156,856) at 20250225090035160 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (156,857) at 20250225090013540 to deleted uid set 2025-03-14 03:00:54.971-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/meson.build' (156,858) at 20250225090035156 2025-03-14 03:00:54.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/slirp.c' (156,859) at 20250225090032044 2025-03-14 03:00:54.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2.c' (156,860) at 20250225090032044 2025-03-14 03:00:54.972-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/platform.cpp' (156,861) at 20250225090011692 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/syscall.c' (156,862) at 20250225090032044 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/pcibus.cper' (156,863) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/meson.options' (156,864) at 20250225090035156 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/make-release' (156,865) at 20250225090032044 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/manager.hpp' (156,866) at 20250225090030960 to deleted uid set 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/api.h' (156,867) at 20250225090011692 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/VERSION' (156,868) at 20250225090032040 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/cpuinfo_main.cpp' (156,869) at 20250225090035156 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmariommu.cper' (156,870) at 20250221090013002 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/meson.build' (156,871) at 20250225090002544 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/nvidia.cper' (156,872) at 20250221090013006 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/mdrv2.cpp' (156,873) at 20250225090035156 2025-03-14 03:00:54.973-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' (156,874) at 20250225090030964 to deleted uid set 2025-03-14 03:00:54.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-backend.c' (156,875) at 20250225090032040 2025-03-14 03:00:54.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/meson.build' (156,876) at 20250225090032044 2025-03-14 03:00:54.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nfsd/nfs4callback.c' (156,877) at 20250224090012728 2025-03-14 03:00:54.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/OWNERS' (156,878) at 20250224090014144 2025-03-14 03:00:54.974-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_driver.c' (156,879) at 20250224090012712 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_resource.c' (156,880) at 20250224090012700 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ax25/af_ax25.c' (156,881) at 20250224090012732 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (156,882) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/generator/cper-generate.h' (156,883) at 20250224090009120 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib-acpi.c' (156,884) at 20250224090012696 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpio/gpiolib.c' (156,885) at 20250224090012696 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/tty/serial/8250/8250_dma.c' (156,886) at 20250224090012720 2025-03-14 03:00:54.975-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/can/c_can/c_can_platform.c' (156,887) at 20250224090012712 2025-03-14 03:00:54.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c' (156,888) at 20250224090012700 2025-03-14 03:00:54.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/arch/arm64/elf_hwcaps.rst' (156,889) at 20250224090012684 2025-03-14 03:00:54.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (156,890) at 20250224090014144 to deleted uid set 2025-03-14 03:00:54.976-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/md/md-bitmap.c' (156,891) at 20250224090012704 to deleted uid set 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_ac_cycles.robot' (157,089) at 20250224090015096 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-header.json' (157,090) at 20250224090009120 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kvm/mmu/mmu.c' (157,091) at 20250224090012692 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory2.cper' (157,092) at 20250221090013006 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/OWNERS' (157,093) at 20250225090022136 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/arm.cper' (157,094) at 20250221090013002 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/platform_manager.hpp' (157,095) at 20250225090030964 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/gdbstub.c' (157,096) at 20250225090032044 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/generic.cper' (157,097) at 20250221090013006 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/insns.decode' (157,098) at 20250225090032044 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/manager.hpp' (157,099) at 20250225090018444 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (157,100) at 20250225090013540 to deleted uid set 2025-03-14 03:00:54.977-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/.clang-format' (157,101) at 20250225090035156 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/platform_manager.cpp' (157,102) at 20250225090030964 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-qmp.c' (157,103) at 20250225090032040 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/elfload.c' (157,104) at 20250225090032040 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/service_files/meson.build' (157,105) at 20250225090035156 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/sst_mailbox.cpp' (157,106) at 20250225090035160 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/cxlprotocol.cper' (157,107) at 20250221090013002 to deleted uid set 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlcomponent-media.cper' (157,108) at 20250221090013002 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/OWNERS' (157,109) at 20250225090025696 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ccixper.cper' (157,110) at 20250221090013002 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/sensor_manager.cpp' (157,111) at 20250225090030964 to deleted uid set 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/smc91c111.c' (157,112) at 20250225090032040 2025-03-14 03:00:54.978-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/OWNERS' (157,113) at 20250225090003504 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' (157,114) at 20250225090026108 to deleted uid set 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmarvtd.cper' (157,115) at 20250221090013006 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus.yml' (157,116) at 20250225090032036 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/iommufd.c' (157,117) at 20250225090032040 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/meson.build' (157,118) at 20250225090035156 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/firmware.cper' (157,119) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweroff' (157,178) at 20250226090013840 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4.json' (157,179) at 20250226090004480 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powercycle' (157,180) at 20250226090013840 2025-03-14 03:00:54.979-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' (157,181) at 20250226090004476 to deleted uid set 2025-03-14 03:00:54.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/monitor-pldm-sensor' (157,182) at 20250226090013840 2025-03-14 03:00:54.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_adi.json' (157,183) at 20250226090004480 2025-03-14 03:00:54.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_inf.json' (157,184) at 20250226090004480 2025-03-14 03:00:54.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/sdbusplus.wrap' (157,185) at 20250226090002348 2025-03-14 03:00:54.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_wailuafalls.json' (157,186) at 20250226090004480 2025-03-14 03:00:54.980-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/build-unit-test-docker' (157,187) at 20250226090014356 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1.json' (157,188) at 20250226090004480 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-kernel/linux/linux-aspeed/ventura.cfg' (157,189) at 20250226090013840 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron' (157,190) at 20250226090013840 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_mb.json' (157,191) at 20250226090004476 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2.json' (157,192) at 20250226090004480 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina-sys-init.service' (157,193) at 20250226090013836 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb' (157,194) at 20250225090013540 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' (157,195) at 20250225090018444 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus_manager.cpp' (157,196) at 20250225090030964 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/OWNERS' (157,197) at 20250225090033652 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/pcidev.cper' (157,198) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/meson.build' (157,199) at 20250225090035156 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/unknown.cper' (157,200) at 20250221090013010 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus.cpp' (157,201) at 20250225090030964 to deleted uid set 2025-03-14 03:00:54.981-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/meson.build' (157,202) at 20250225090035156 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_util.hpp' (157,203) at 20250225090026108 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/speed_select.hpp' (157,204) at 20250225090035156 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/dmargeneric.cper' (157,205) at 20250221090013002 to deleted uid set 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/test/platform_manager_test.cpp' (157,206) at 20250225090030964 to deleted uid set 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/json_utility.hpp' (157,207) at 20250225090018444 to deleted uid set 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/speed_select.cpp' (157,208) at 20250225090035156 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory.cper' (157,209) at 20250221090013006 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/meson.build' (157,210) at 20250225090032044 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/OWNERS' (157,211) at 20250225090007532 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_manager.hpp' (157,212) at 20250226090022869 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia_gb200_io_board.json' (157,213) at 20250226090004480 2025-03-14 03:00:54.982-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma_fanboard.json' (157,214) at 20250226090004476 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_adi_48vhsc_inf.json' (157,215) at 20250226090004480 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_mac.robot' (157,216) at 20250226090020085 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_hsc_adi.json' (157,217) at 20250226090004480 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (157,218) at 20250226090013840 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb' (157,219) at 20250225090013540 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/OWNERS' (157,220) at 20250225090019392 2025-03-14 03:00:54.983-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/mdrv2.hpp' (157,221) at 20250225090035156 2025-03-14 03:00:54.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_adi.json' (157,222) at 20250226090004480 2025-03-14 03:00:54.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_inf.json' (157,223) at 20250226090004480 2025-03-14 03:00:54.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_adi_48vhsc_inf.json' (157,224) at 20250226090004480 2025-03-14 03:00:54.984-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (157,225) at 20250226090013840 2025-03-14 03:00:54.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2_retimer.json' (157,226) at 20250226090004480 to deleted uid set 2025-03-14 03:00:54.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/CHANGELOG.md' (157,227) at 20250226090011796 2025-03-14 03:00:54.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4n.json' (157,228) at 20250226090004480 2025-03-14 03:00:54.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_hsc_adi.json' (157,229) at 20250226090004480 2025-03-14 03:00:54.985-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_oem.robot' (157,230) at 20250226090020085 2025-03-14 03:00:54.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/firmware_update.cpp' (157,231) at 20250226090011796 2025-03-14 03:00:54.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/monitor-pldm-sensor.service' (157,232) at 20250226090013840 2025-03-14 03:00:54.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-occ-control/occ_manager.cpp' (157,233) at 20250226090022869 to deleted uid set 2025-03-14 03:00:54.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_adi.json' (157,234) at 20250226090004480 2025-03-14 03:00:54.986-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_inf.json' (157,235) at 20250226090004480 2025-03-14 03:00:54.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb' (157,236) at 20250226090013840 2025-03-14 03:00:54.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1_retimer.json' (157,237) at 20250226090004480 to deleted uid set 2025-03-14 03:00:54.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/firmware_update.c' (157,238) at 20250226090011796 2025-03-14 03:00:54.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (157,239) at 20250226090013840 to deleted uid set 2025-03-14 03:00:54.987-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_adi_48vhsc_inf.json' (157,240) at 20250226090004480 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_hsc_adi.json' (157,241) at 20250226090004480 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001_power_vs.json' (157,266) at 20250227090018424 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/event.py' (157,267) at 20250227090033500 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/server_sent_event_test.cpp' (157,268) at 20250227090002692 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/meson.build' (157,269) at 20250227090018424 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meson.build' (157,270) at 20250227090004712 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/SecureBoot/meson.build' (157,271) at 20250227090020204 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8036_baseboard.json' (157,272) at 20250227090004712 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/sserule.hpp' (157,273) at 20250227090002688 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s7106_baseboard.json' (157,274) at 20250227090004712 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/server_sent_event.hpp' (157,275) at 20250227090002688 2025-03-14 03:00:54.988-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ventura-phosphor-multi-gpio-monitor.json' (157,276) at 20250227090013588 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/meson.build' (157,277) at 20250227090018424 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/meson.build' (157,278) at 20250227090018424 to deleted uid set 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/minerva_cmm_hsc_infineon.json' (157,279) at 20250227090004712 to deleted uid set 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/build-setup.sh' (157,280) at 20250227090014084 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend' (157,281) at 20250227090013592 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync-once.sh' (157,282) at 20250227090019104 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8040_baseboard.json' (157,283) at 20250227090004712 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/main.cpp' (157,284) at 20250227090002307 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/sserule.cpp' (157,285) at 20250227090002688 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/meson.build' (157,286) at 20250227090018424 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' (157,287) at 20250227090018424 to deleted uid set 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50003_power_vs.json' (157,288) at 20250227090018424 2025-03-14 03:00:54.989-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/server_sent_event_impl.hpp' (157,289) at 20250227090002688 2025-03-14 03:00:54.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/dbus_utility.hpp' (157,290) at 20250227090018424 2025-03-14 03:00:54.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8047_baseboard.json' (157,336) at 20250227090004712 2025-03-14 03:00:54.990-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/meson.build' (157,337) at 20250227090002688 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/.clang-tidy' (157,338) at 20250227090036484 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/format-code.sh' (157,339) at 20250227090014084 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8030_baseboard.json' (157,340) at 20250227090004712 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-pid-control/config.json' (157,341) at 20250227090013588 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/SecureBoot.interface.yaml' (157,342) at 20250227090020204 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/environmental_message_registry.hpp' (157,343) at 20250227090002692 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.clang-tidy' (157,344) at 20250227090030156 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb' (157,345) at 20250227090013592 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/README.md' (157,346) at 20250227090011376 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/src/manager.cpp' (157,347) at 20250227090018424 to deleted uid set 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_attr_leaf.c' (157,348) at 20250228090018849 2025-03-14 03:00:54.991-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (157,349) at 20250228090021681 to deleted uid set 2025-03-14 03:00:54.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md.c' (157,350) at 20250228090018837 2025-03-14 03:00:54.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/bluetooth/btqca.c' (157,351) at 20250228090018825 2025-03-14 03:00:54.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/hash-4k.h' (157,352) at 20250228090018821 2025-03-14 03:00:54.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/i915/display/intel_dp_link_training.c' (157,353) at 20250228090018829 2025-03-14 03:00:54.992-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_alloc.c' (157,354) at 20250228090018849 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c' (157,355) at 20250228090018829 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_ipv4.c' (157,356) at 20250228090018869 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-bitmap.h' (157,357) at 20250228090018833 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/bpf/bpf_cgrp_storage.c' (157,358) at 20250228090018857 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/tcp.h' (157,359) at 20250228090018857 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/.clang-format' (157,360) at 20250301090036107 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/meson.build' (157,361) at 20250301090026315 2025-03-14 03:00:54.993-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/standby-power-enable' (157,362) at 20250301090015074 2025-03-14 03:00:54.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/meson.build' (157,363) at 20250301090010486 2025-03-14 03:00:54.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/resource.robot' (157,364) at 20250301090016242 2025-03-14 03:00:54.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/message_registry.json' (157,365) at 20250301090026315 2025-03-14 03:00:54.994-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlprotocol.cper' (157,366) at 20250221090013002 2025-03-14 03:00:54.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/meson.build' (157,367) at 20250301090026307 2025-03-14 03:00:54.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_bmc_dhcp_conf.robot' (157,368) at 20250301090016242 2025-03-14 03:00:54.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/scripts/unit-test.py' (157,369) at 20250301090015582 to deleted uid set 2025-03-14 03:00:54.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' (157,370) at 20250301090023458 2025-03-14 03:00:54.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/meson.build' (157,418) at 20250301090026319 2025-03-14 03:00:54.995-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/meson.build' (157,419) at 20250301090026315 to deleted uid set 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/src/srvcfg_manager.cpp' (157,420) at 20250301090035495 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/transporthandler.cpp' (157,421) at 20250301090023458 to deleted uid set 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/meson.build' (157,422) at 20250301090026319 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/meson.build' (157,423) at 20250301090023458 to deleted uid set 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/meson.build' (157,424) at 20250301090009578 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/.clang-format' (157,425) at 20250301090030319 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/parse_registries.py' (157,426) at 20250301090002810 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/ia32x64.cper' (157,427) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/meson.build' (157,428) at 20250301090010486 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/.clang-format' (157,429) at 20250301090009578 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/dbus-sdr/storagecommands.cpp' (157,430) at 20250301090023458 to deleted uid set 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/meson.build' (157,431) at 20250301090026315 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/meson.build' (157,432) at 20250301090026307 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/meson.options' (157,433) at 20250301090026315 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/libcper/examples/pcie.cper' (157,434) at 20250221090013006 to deleted uid set 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/firmware.cper' (157,435) at 20250221090013006 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/.clang-format' (157,436) at 20250301090010482 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/meson.build' (157,437) at 20250301090026315 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_multiple_interfaces.robot' (157,438) at 20250301090016238 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/meson.build' (157,439) at 20250301090023454 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager/blacklist.json' (157,440) at 20250301090015078 2025-03-14 03:00:54.996-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces_dhcp.robot' (157,441) at 20250301090016242 to deleted uid set 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb' (157,442) at 20250228090021677 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus-lts.dts' (157,443) at 20250228090018821 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/cmsg.c' (157,444) at 20250228090018841 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/layouts/sl28vpd.c' (157,445) at 20250228090018841 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450.dtsi' (157,446) at 20250228090018821 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_da_btree.c' (157,447) at 20250228090018849 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/skmsg.h' (157,448) at 20250228090018857 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/nilfs2/nilfs.h' (157,449) at 20250228090018845 2025-03-14 03:00:54.997-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/src/vpd_tool.cpp' (157,450) at 20250228090026514 2025-03-14 03:00:54.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/drop_monitor.c' (157,451) at 20250228090018865 2025-03-14 03:00:54.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/msm/msm_gem.c' (157,452) at 20250228090018829 2025-03-14 03:00:54.998-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/dev.c' (157,453) at 20250228090018865 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/mtd/nand/raw/cadence-nand-controller.c' (157,454) at 20250228090018837 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/meson.build' (157,455) at 20250228090027190 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183.dtsi' (157,456) at 20250228090018821 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb' (157,457) at 20250228090021681 to deleted uid set 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/iov_iter.c' (157,458) at 20250228090018861 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/sock_map.c' (157,459) at 20250228090018865 2025-03-14 03:00:54.999-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/tool_constants.hpp' (157,460) at 20250228090026514 2025-03-14 03:00:55.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvcvideo.h' (157,461) at 20250228090018837 2025-03-14 03:00:55.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md-bitmap.c' (157,462) at 20250228090018833 2025-03-14 03:00:55.000-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/strparser.h' (157,463) at 20250228090018857 2025-03-14 03:00:55.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/vmw_vsock/af_vsock.c' (157,464) at 20250228090018869 2025-03-14 03:00:55.001-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/fsl/fsl_micfil.c' (157,465) at 20250228090018873 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/media/usb/uvc/uvc_v4l2.c' (157,466) at 20250228090018837 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_ioctl.c' (157,467) at 20250228090018853 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/mediatek/mtk-devapc.c' (157,468) at 20250228090018845 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (157,469) at 20250228090021681 to deleted uid set 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Makefile' (157,470) at 20250228090018817 to deleted uid set 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_buf_item_recover.c' (157,471) at 20250228090018853 2025-03-14 03:00:55.002-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/md/md.h' (157,472) at 20250228090018837 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/usb/gadget/function/f_midi.c' (157,473) at 20250228090018845 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/s390/net/ism_drv.c' (157,474) at 20250228090018845 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/Kconfig' (157,475) at 20250228090018825 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/soc/loongson/loongson2_guts.c' (157,476) at 20250228090018845 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' (157,477) at 20250228090021677 to deleted uid set 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/libxfs/xfs_ag.h' (157,478) at 20250228090018849 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (157,479) at 20250228090021681 to deleted uid set 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb' (157,480) at 20250228090021681 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (157,481) at 20250228090021677 to deleted uid set 2025-03-14 03:00:55.003-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ibm/ibmvnic.c' (157,482) at 20250228090018837 2025-03-14 03:00:55.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_main.c' (157,483) at 20250228090018841 2025-03-14 03:00:55.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/gerrit-setup.md' (157,484) at 20250228090005213 2025-03-14 03:00:55.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/smb/client/smb2ops.c' (157,485) at 20250228090018849 2025-03-14 03:00:55.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (157,486) at 20250228090021677 to deleted uid set 2025-03-14 03:00:55.004-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/serio.h' (157,487) at 20250228090018857 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/oom.h' (157,488) at 20250228090018857 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software_manager.cpp' (157,489) at 20250228090027190 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb' (157,490) at 20250228090021677 to deleted uid set 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_irq.c' (157,491) at 20250228090018833 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/imx-ocotp-ele.c' (157,492) at 20250228090018841 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/cpufreq/cpufreq-dt-platdev.c' (157,493) at 20250228090018825 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pgtable.h' (157,494) at 20250228090018821 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb' (157,495) at 20250228090021681 to deleted uid set 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvme/host/ioctl.c' (157,496) at 20250228090018841 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_reflink.c' (157,497) at 20250228090018853 2025-03-14 03:00:55.005-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/edac/qcom_edac.c' (157,498) at 20250228090018825 2025-03-14 03:00:55.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc.c' (157,499) at 20250228090018833 2025-03-14 03:00:55.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8550.dtsi' (157,500) at 20250228090018821 2025-03-14 03:00:55.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bpf/test_run.c' (157,501) at 20250228090018861 2025-03-14 03:00:55.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/core.c' (157,502) at 20250228090018841 2025-03-14 03:00:55.006-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/xfs/xfs_icache.c' (157,503) at 20250228090018853 2025-03-14 03:00:55.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_bpf.c' (157,504) at 20250228090018865 2025-03-14 03:00:55.007-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_svm.c' (157,505) at 20250228090018829 2025-03-14 03:00:55.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/stream-ipc.c' (157,686) at 20250228090018873 2025-03-14 03:00:55.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/rockchip/rockchip_i2s_tdm.c' (157,687) at 20250228090018873 2025-03-14 03:00:55.008-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb' (157,688) at 20250228090021681 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/arp.c' (157,689) at 20250228090018865 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_functions.c' (157,690) at 20250228090018861 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/sof/pcm.c' (157,691) at 20250228090018873 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/ffdc_collector.py' (157,692) at 20250228090022705 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/gtp.c' (157,693) at 20250228090018841 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/nvmem/layouts/onie-tlv.c' (157,694) at 20250228090018841 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/meson.options' (157,695) at 20250304090009644 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/integrity_algo.hpp' (157,696) at 20250304090030841 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/argument.cpp' (157,697) at 20250304090031245 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' (157,698) at 20250304090031245 to deleted uid set 2025-03-14 03:00:55.009-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/connection.hpp' (157,699) at 20250304090043593 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/meson.build' (157,700) at 20250304090027165 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/meson.options' (157,701) at 20250304090001476 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/meson.build' (157,702) at 20250304090031589 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/meson.build' (157,703) at 20250304090009644 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialbridged.cpp' (157,704) at 20250304090027165 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/property.hpp' (157,705) at 20250304090043597 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC/Redundancy.interface.yaml' (157,706) at 20250304090024893 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/service_files/meson.build' (157,707) at 20250304090009644 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/.clang-tidy' (157,708) at 20250304090039593 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/meson.options' (157,709) at 20250304090028993 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_manager.cpp' (157,710) at 20250304090030841 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/meson.build' (157,711) at 20250304090031589 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/test/meson.build' (157,712) at 20250304090040261 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/meson.build' (157,713) at 20250304090001476 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command_table.cpp' (157,714) at 20250304090030841 2025-03-14 03:00:55.010-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/session.hpp' (157,715) at 20250304090030841 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/meson.build' (157,716) at 20250304090009644 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/.clang-format' (157,717) at 20250304090001476 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialbridge@.service.in' (157,718) at 20250304090027165 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/meson.build' (157,719) at 20250304090001476 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp12.cpp' (157,720) at 20250304090030841 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/meson.build' (157,721) at 20250304090031589 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/meson.options' (157,722) at 20250304090031589 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/meson.build' (157,723) at 20250304090001476 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/meson.build' (157,724) at 20250304090009644 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/meson.build' (157,725) at 20250304090028993 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/meson.build' (157,726) at 20250304090024889 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_dictionary_manager.cpp' (157,727) at 20250304090001476 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/service_files/meson.build' (157,728) at 20250304090001476 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcidev.cper' (157,771) at 20250221090013006 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialcmd.hpp' (157,772) at 20250304090027165 2025-03-14 03:00:55.011-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_manager.hpp' (157,773) at 20250304090030841 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/packagefiles/boost/meson.build' (157,774) at 20250304090009644 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/Redundancy/meson.build' (157,775) at 20250304090024889 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmargeneric.cper' (157,776) at 20250221090013002 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/.clang-tidy' (157,777) at 20250304090030837 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/meson.build' (157,778) at 20250304090028993 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/meson.build' (157,779) at 20250304090001476 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_handler.cpp' (157,780) at 20250304090001476 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcie.cper' (157,781) at 20250221090013006 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ia32x64.cper' (157,782) at 20250221090013006 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pci-component.json' (157,783) at 20250305090009951 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/emobjects' (157,784) at 20250305090014583 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/meson.options' (157,785) at 20250305090018719 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/meson.build' (157,786) at 20250305090028931 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/meson.build' (157,787) at 20250305090032815 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/meson.options' (157,788) at 20250305090009951 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utils.robot' (157,789) at 20250305090013635 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cper-utils.c' (157,790) at 20250305090009947 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-generic-processor.json' (157,791) at 20250305090009951 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/include/yosemite4-common.inc' (157,792) at 20250305090012507 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/types.hpp' (157,793) at 20250305090017587 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' (157,794) at 20250305090017591 to deleted uid set 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/meson.build' (157,795) at 20250305090009947 2025-03-14 03:00:55.012-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/reconfig-eth0-to-get-ll' (157,796) at 20250305090012507 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/LockOut.events.yaml' (157,797) at 20250305090019495 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pci-bus.json' (157,798) at 20250305090009951 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/backup_restore.cpp' (157,799) at 20250305090017591 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/meson.build' (157,800) at 20250305090004567 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot' (157,801) at 20250305090013635 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' (157,802) at 20250305090017591 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/.shellcheck-ignore' (157,803) at 20250305090014583 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SMC.events.yaml' (157,804) at 20250305090019495 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-cxl-component.json' (157,805) at 20250305090009951 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Power.events.yaml' (157,806) at 20250305090019495 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager.cpp' (157,807) at 20250305090004563 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SMC/meson.build' (157,808) at 20250305090019495 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/certificate_utils.robot' (157,809) at 20250305090013635 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/meson.build' (157,810) at 20250305090018719 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Power/meson.build' (157,811) at 20250305090019495 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/.clang-format' (157,812) at 20250305090028931 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/machine/nf5280m7.conf' (157,813) at 20250305090012507 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/event_logger.hpp' (157,814) at 20250305090017587 to deleted uid set 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_utils.cpp' (157,815) at 20250305090004567 2025-03-14 03:00:55.013-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/OWNERS' (157,816) at 20250305090009947 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-ccix-per.json' (157,817) at 20250305090009951 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-cxl-protocol.json' (157,818) at 20250305090009951 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_utils.hpp' (157,819) at 20250305090004567 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/topology.cpp' (157,820) at 20250305090004567 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/topology.hpp' (157,821) at 20250305090004567 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/meson.options' (157,822) at 20250305090004559 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/meson.build' (157,823) at 20250305090004559 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' (157,824) at 20250304090021493 to deleted uid set 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/meson.build' (157,825) at 20250304090028993 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/meson.build' (157,826) at 20250304090028993 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/meson.build' (157,827) at 20250304090009644 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/test/serial_unittest.cpp' (157,828) at 20250304090027165 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/src/meson.build' (157,829) at 20250304090031245 to deleted uid set 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_cmd.cpp' (157,830) at 20250304090031245 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialcmd.cpp' (157,831) at 20250304090027165 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (157,832) at 20250304090016532 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/rde_handler.hpp' (157,833) at 20250304090001476 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/meson.build' (157,834) at 20250304090009644 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/power-cmd' (157,835) at 20250304090016532 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/meson.build' (157,836) at 20250304090040261 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcibus.cper' (157,837) at 20250221090013006 2025-03-14 03:00:55.014-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/asio-example.cpp' (157,838) at 20250304090043593 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/meson.build' (157,839) at 20250304090019429 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/handler.hpp' (157,840) at 20250306090042592 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/Create/meson.build' (157,841) at 20250306090037856 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sbp1_nvme.json' (157,842) at 20250306090005144 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/system1_psu.json' (157,843) at 20250306090005144 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (157,844) at 20250306090022120 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/regenerate-meson' (157,845) at 20250306090037856 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.hpp' (157,846) at 20250306090042588 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/json_utility.hpp' (157,847) at 20250306090027076 to deleted uid set 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/conf/machine/include/ieisystem-x86.inc' (157,848) at 20250306090022120 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/genesis3_psu.json' (157,849) at 20250306090005140 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/meson.build' (157,850) at 20250306090037856 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/gpio_monitor.cpp' (157,851) at 20250306090027076 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1.json' (157,852) at 20250306090005140 2025-03-14 03:00:55.015-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/genesis3_baseboard.json' (157,853) at 20250306090005140 2025-03-14 03:00:55.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/system1_baseboard.json' (157,854) at 20250306090005144 2025-03-14 03:00:55.016-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/wft_baseboard.json' (157,855) at 20250306090005144 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/sbp1_baseboard.json' (157,856) at 20250306090005140 to deleted uid set 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/test/meson.build' (157,921) at 20250307090024681 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/meson.options' (157,922) at 20250307090020841 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb' (157,923) at 20250307090012172 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/meson.build' (157,924) at 20250307090020841 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (157,925) at 20250307090012172 to deleted uid set 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/meson.build' (157,926) at 20250307090024681 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/googletest.wrap' (157,927) at 20250307090028013 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb' (157,928) at 20250307090012172 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb' (157,929) at 20250307090012172 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc' (157,930) at 20250307090012172 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/meson.build' (157,931) at 20250307090028013 to deleted uid set 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/user_mgr.cpp' (157,932) at 20250307090028681 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb' (157,933) at 20250307090012172 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' (157,934) at 20250307090012172 to deleted uid set 2025-03-14 03:00:55.017-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb' (157,935) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/IPMI/UnifiedSEL/meson.build' (157,936) at 20250307090018633 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (157,937) at 20250307090012172 to deleted uid set 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/meson.options' (157,938) at 20250307090020141 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb' (157,939) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/packagefiles/boost/meson.build' (157,940) at 20250307090020141 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/meson.build' (157,941) at 20250307090020141 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (157,942) at 20250307090012172 to deleted uid set 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb' (157,943) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb' (157,944) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/meson.options' (157,945) at 20250307090024681 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/mfa_pam' (157,946) at 20250307090028681 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb' (157,947) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' (157,948) at 20250307090013149 to deleted uid set 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/users.hpp' (157,949) at 20250307090028681 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/user_mgr.hpp' (157,950) at 20250307090028681 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_dumps.robot' (157,951) at 20250307090013149 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/test/meson.build' (157,952) at 20250307090020141 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (157,953) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc' (157,954) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb' (157,955) at 20250307090012172 2025-03-14 03:00:55.018-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb' (157,956) at 20250307090012172 2025-03-14 03:00:55.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sbp1_baseboard.json' (158,024) at 20250311080005142 2025-03-14 03:00:55.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/tcp_minisocks.c' (158,025) at 20250311080013830 2025-03-14 03:00:55.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lib.c' (158,026) at 20250311080013802 2025-03-14 03:00:55.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_replace.c' (158,027) at 20250311080013786 2025-03-14 03:00:55.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/rpl_iptunnel.c' (158,028) at 20250311080013830 2025-03-14 03:00:55.019-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_gui_header.robot' (158,029) at 20250311080016294 2025-03-14 03:00:55.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/gro.c' (158,030) at 20250311080013826 2025-03-14 03:00:55.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/meson.options' (158,031) at 20250311080044442 2025-03-14 03:00:55.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl.c' (158,032) at 20250311080013806 2025-03-14 03:00:55.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ipvlan/ipvlan_core.c' (158,033) at 20250311080013810 2025-03-14 03:00:55.020-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/tegra/xusb-tegra186.c' (158,034) at 20250311080013810 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/Kconfig' (158,035) at 20250311080013790 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/CreateStatic/meson.build' (158,036) at 20250306090037856 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/mctp_endpoint_discovery.hpp' (158,037) at 20250306090042592 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (158,038) at 20250306090022120 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Thermal.events.yaml' (158,039) at 20250306090031968 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sbp1_hbm.json' (158,040) at 20250306090005140 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/meson.build' (158,041) at 20250306090031968 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp' (158,042) at 20250306090042588 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_manager.cpp' (158,043) at 20250306090025836 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_mb.json' (158,044) at 20250306090005140 to deleted uid set 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/meson.build' (158,045) at 20250306090037856 2025-03-14 03:00:55.021-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/openbmc-dbus.json' (158,046) at 20250306090005144 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2_retimer.json' (158,047) at 20250306090005140 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_cmm_hsc_infineon.json' (158,048) at 20250306090005140 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/manager.hpp' (158,049) at 20250306090042592 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/update_service.hpp' (158,050) at 20250306090002684 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva_cmm.json' (158,051) at 20250306090005140 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/pldmd.cpp' (158,052) at 20250306090042592 2025-03-14 03:00:55.022-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/manager.hpp' (158,053) at 20250306090042588 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sbp1_psu.json' (158,054) at 20250306090005144 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/bnp_baseboard.json' (158,055) at 20250306090005140 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' (158,056) at 20250306090005140 to deleted uid set 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp' (158,057) at 20250306090042588 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/meson.build' (158,058) at 20250306090037856 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powermode.cpp' (158,059) at 20250306090025836 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/gitlint/bad_signedoffby.py' (158,060) at 20250306090022636 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (158,061) at 20250306090022120 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2.json' (158,062) at 20250306090005140 2025-03-14 03:00:55.023-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/meson.build' (158,063) at 20250306090037856 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_rmc_hsc_ltc_fsc_max_p24vsen_ina_gndsen_ina_p12vbrick_delta.json' (158,064) at 20250306090005140 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/gitlint/multiple_change_id.py' (158,065) at 20250306090022636 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/global.json' (158,066) at 20250306090005144 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1_retimer.json' (158,067) at 20250306090005140 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/mock_mctp_discovery_handler_intf.hpp' (158,068) at 20250306090042592 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (158,069) at 20250306090022116 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/images/fb-ventura-phosphor-image.inc' (158,070) at 20250306090022120 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (158,071) at 20250306090022120 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Thermal/meson.build' (158,072) at 20250306090031968 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/meson.build' (158,073) at 20250306090031968 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_rmc_hsc_xdp_fsc_nct_p24vsen_isl_gndsen_isl_p12vbrick_flex.json' (158,074) at 20250306090005140 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/Create/meson.build' (158,075) at 20250306090037856 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (158,076) at 20250306090022120 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/stp_baseboard.json' (158,077) at 20250306090005144 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/overlay.cpp' (158,078) at 20250305090004567 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/meson.build' (158,079) at 20250305090014583 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/LockOut/meson.build' (158,080) at 20250305090019495 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/meson.build' (158,081) at 20250305090004563 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-reconfig-eth0-to-get-ll.service' (158,082) at 20250305090012507 2025-03-14 03:00:55.024-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/plat-svc_0.1.bb' (158,083) at 20250305090012507 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pcie.json' (158,084) at 20250305090009951 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.clang-format' (158,085) at 20250305090004559 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/meson.build' (158,086) at 20250305090028931 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/README.md' (158,087) at 20250305090018719 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-memory2.json' (158,088) at 20250305090009951 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/meson.options' (158,089) at 20250305090028931 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/perform_scan.cpp' (158,090) at 20250305090004567 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-memory.json' (158,120) at 20250305090009951 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/meson.build' (158,121) at 20250305090009951 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_scm.json' (158,122) at 20250305090004559 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/meson.build' (158,123) at 20250308090022950 2025-03-14 03:00:55.025-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/event_logger.cpp' (158,124) at 20250308090015654 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUSensorMain.cpp' (158,125) at 20250308090003193 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/meson.build' (158,126) at 20250308090022950 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' (158,127) at 20250308090015654 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/meson.build' (158,151) at 20250308090022950 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' (158,152) at 20250308090011930 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmicheck/meson.build' (158,153) at 20250307090017257 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/meson.build' (158,154) at 20250307090020141 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/IPMI/UnifiedSEL.events.yaml' (158,155) at 20250307090018633 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb' (158,156) at 20250307090012172 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb' (158,157) at 20250307090012172 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/test/meson.build' (158,158) at 20250307090020841 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/meson.build' (158,159) at 20250307090018633 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (158,160) at 20250307090012172 to deleted uid set 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/users.cpp' (158,161) at 20250307090028681 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/redfish-schema-pack_2024.4.bb' (158,162) at 20250307090012172 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/meson.build' (158,163) at 20250307090020841 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (158,164) at 20250307090012172 to deleted uid set 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmisave/meson.build' (158,165) at 20250307090017257 2025-03-14 03:00:55.026-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-power-good' (158,166) at 20250307090012172 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/meson.build' (158,167) at 20250307090028681 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/meson.build' (158,168) at 20250308090022950 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/rest_client.robot' (158,169) at 20250308090011930 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/meson.options' (158,170) at 20250308090022950 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/meson.build' (158,171) at 20250308090022950 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/bios_handler.cpp' (158,172) at 20250308090015654 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb' (158,173) at 20250307090012172 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/meson.build' (158,174) at 20250307090017257 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/IPMI/meson.build' (158,175) at 20250307090018633 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-power-good' (158,176) at 20250307090012168 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/totp.hpp' (158,177) at 20250307090028681 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/event_logger.hpp' (158,178) at 20250308090015654 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura_fanboard_adc_tic.json' (158,179) at 20250308090004141 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/README.md' (158,180) at 20250311080006682 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/vl_alias.c' (158,181) at 20250311080013814 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c' (158,182) at 20250311080013794 2025-03-14 03:00:55.027-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus_manager.cpp' (158,183) at 20250311080046298 2025-03-14 03:00:55.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/qp.c' (158,184) at 20250311080013798 2025-03-14 03:00:55.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/quirks.c' (158,185) at 20250311080013834 2025-03-14 03:00:55.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/ah.c' (158,186) at 20250311080013798 2025-03-14 03:00:55.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/apic.h' (158,187) at 20250311080013790 2025-03-14 03:00:55.028-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/pm_netlink.c' (158,188) at 20250311080013830 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/x2apic_phys.c' (158,189) at 20250311080013790 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/mptcp/subflow.c' (158,190) at 20250311080013830 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/platform/x86/intel/ifs/load.c' (158,191) at 20250311080013810 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c' (158,192) at 20250311080013802 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/loopback.c' (158,193) at 20250311080013810 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_mbx.h' (158,194) at 20250311080013806 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib_private.h' (158,195) at 20250311080013806 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/rxrpc/rxperf.c' (158,196) at 20250311080013830 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/utils_test.hpp' (158,197) at 20250311080046302 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/discover_system_state.cpp' (158,198) at 20250311080044442 2025-03-14 03:00:55.029-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/ip6_tunnel.c' (158,199) at 20250311080013830 2025-03-14 03:00:55.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/microcode/core.c' (158,200) at 20250311080013790 2025-03-14 03:00:55.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat_hist.c' (158,201) at 20250311080013834 2025-03-14 03:00:55.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-test-automation/lib/bmc_date_and_time_utils.robot' (158,202) at 20250311080016294 to deleted uid set 2025-03-14 03:00:55.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/ufs/ufs.h' (158,203) at 20250311080013818 2025-03-14 03:00:55.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_main.c' (158,204) at 20250311080013806 2025-03-14 03:00:55.030-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/sunrpc.h' (158,205) at 20250311080013818 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve.h' (158,206) at 20250311080013802 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devids.h' (158,207) at 20250311080013802 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/asm-generic/vmlinux.lds.h' (158,208) at 20250311080013814 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' (158,209) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/softoff.cpp' (158,210) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_ipv6.robot' (158,211) at 20250308090011934 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' (158,212) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/external_intf/vmi_utils.robot' (158,213) at 20250307090013145 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' (158,214) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/bios_handler.hpp' (158,223) at 20250308090015654 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' (158,224) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' (158,225) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' (158,226) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' (158,227) at 20250310080038493 2025-03-14 03:00:55.031-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/test_openbmc_setup.robot' (158,228) at 20250311080016294 2025-03-14 03:00:55.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus_manager.hpp' (158,229) at 20250311080046298 2025-03-14 03:00:55.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/platform_manager_test.cpp' (158,230) at 20250311080046298 2025-03-14 03:00:55.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv6/seg6_iptunnel.c' (158,231) at 20250311080013830 2025-03-14 03:00:55.032-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_common.c' (158,232) at 20250311080013802 2025-03-14 03:00:55.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/core.c' (158,233) at 20250311080013822 2025-03-14 03:00:55.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/trace/events/icmp.h' (158,234) at 20250311080013818 2025-03-14 03:00:55.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/ip_options.c' (158,235) at 20250311080013830 2025-03-14 03:00:55.033-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/sysfs.c' (158,236) at 20250311080013798 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Makefile' (158,237) at 20250311080013786 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sriov.c' (158,238) at 20250311080013806 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kernel/signal.c' (158,239) at 20250311080013786 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/usb/midi.c' (158,240) at 20250311080013834 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_device.c' (158,241) at 20250311080013798 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' (158,242) at 20250311080046298 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/futex.h' (158,243) at 20250311080013786 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_sbi.c' (158,244) at 20250311080013786 2025-03-14 03:00:55.034-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/microcode/amd.c' (158,245) at 20250311080013790 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/skbuff.c' (158,246) at 20250311080013826 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_mbx.c' (158,247) at 20250311080013806 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c' (158,248) at 20250311080013794 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' (158,249) at 20250311080041342 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/counters.c' (158,250) at 20250311080013798 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_ldap_utils.robot' (158,251) at 20250311080016294 2025-03-14 03:00:55.035-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus.hpp' (158,252) at 20250311080046298 2025-03-14 03:00:55.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cadence/macb_main.c' (158,253) at 20250311080013802 2025-03-14 03:00:55.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufs_bsg.c' (158,254) at 20250311080013810 2025-03-14 03:00:55.036-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/sched/core.c' (158,255) at 20250311080013822 2025-03-14 03:00:55.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/cyrix.c' (158,256) at 20250311080013790 2025-03-14 03:00:55.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/sched.c' (158,257) at 20250311080013830 2025-03-14 03:00:55.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (158,258) at 20250311080015146 2025-03-14 03:00:55.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' (158,259) at 20250311080046302 2025-03-14 03:00:55.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/volume.c' (158,260) at 20250311080013814 2025-03-14 03:00:55.037-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c' (158,261) at 20250311080013806 2025-03-14 03:00:55.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/ftrace.c' (158,262) at 20250311080013822 2025-03-14 03:00:55.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/ipv4/icmp.c' (158,263) at 20250311080013830 2025-03-14 03:00:55.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_type.h' (158,264) at 20250311080013806 2025-03-14 03:00:55.038-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/io_uring/net.c' (158,265) at 20250311080013818 2025-03-14 03:00:55.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/rdma/ib_verbs.h' (158,266) at 20250311080013818 2025-03-14 03:00:55.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/microcode/internal.h' (158,267) at 20250311080013790 2025-03-14 03:00:55.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/head_32.S' (158,268) at 20250311080013790 2025-03-14 03:00:55.039-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/soc/codecs/es8328.c' (158,269) at 20250311080013834 2025-03-14 03:00:55.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/cadence/macb.h' (158,270) at 20250311080013798 2025-03-14 03:00:55.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/events/uprobes.c' (158,271) at 20250311080013822 2025-03-14 03:00:55.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/cache.c' (158,272) at 20250311080013830 2025-03-14 03:00:55.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu.c' (158,273) at 20250311080013786 2025-03-14 03:00:55.040-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c' (158,274) at 20250311080013806 2025-03-14 03:00:55.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/sunrpc/xprtsock.c' (158,275) at 20250311080013830 2025-03-14 03:00:55.041-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-riscv-bits.h' (158,276) at 20250311080013834 2025-03-14 03:00:55.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/include/asm/kvm_host.h' (158,277) at 20250311080013786 2025-03-14 03:00:55.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/route.h' (158,278) at 20250311080013818 2025-03-14 03:00:55.042-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufshcd-priv.h' (158,279) at 20250311080013810 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/ufs/ufshcd.h' (158,280) at 20250311080013818 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/server_list.c' (158,281) at 20250311080013814 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/manager.cpp' (158,282) at 20250311080020254 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (158,283) at 20250311080015146 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/testing/selftests/rseq/rseq-riscv.h' (158,284) at 20250311080013834 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/ti/icssg/icss_iep.c' (158,285) at 20250311080013810 2025-03-14 03:00:55.043-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-ls2x.c' (158,286) at 20250311080013794 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bluetooth/l2cap_core.c' (158,287) at 20250311080013826 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/apic_flat_64.c' (158,288) at 20250311080013790 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/head32.c' (158,289) at 20250311080013790 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c' (158,290) at 20250311080013806 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/x2apic_cluster.c' (158,291) at 20250311080013790 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/single_fab.cpp' (158,292) at 20250311080020254 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/core/sysctl_net_core.c' (158,293) at 20250311080013826 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mana/main.c' (158,294) at 20250311080013798 2025-03-14 03:00:55.044-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/usb/gl620a.c' (158,295) at 20250311080013810 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/net/bridge/br_netfilter_hooks.c' (158,296) at 20250311080013826 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/sunrpc/sched.h' (158,297) at 20250311080013814 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' (158,298) at 20250311080020250 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/sensor_manager_test.cpp' (158,299) at 20250311080046302 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/tools/tracing/rtla/src/timerlat_top.c' (158,300) at 20250311080013834 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/Documentation/admin-guide/kernel-parameters.txt' (158,301) at 20250311080013786 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/google/gve/gve_main.c' (158,302) at 20250311080013802 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib.c' (158,303) at 20250311080013806 2025-03-14 03:00:55.045-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc.c' (158,304) at 20250311080013802 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/events/core.c' (158,305) at 20250311080013790 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/lib/rcuref.c' (158,306) at 20250311080013826 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c' (158,307) at 20250311080013794 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/sensor_manager.hpp' (158,308) at 20250311080046298 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_hsm.c' (158,309) at 20250311080013786 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/sensor_manager.cpp' (158,310) at 20250311080046298 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/server.c' (158,311) at 20250311080013814 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/meson.build' (158,312) at 20250311080044442 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/core/verbs.c' (158,313) at 20250311080013798 2025-03-14 03:00:55.046-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/overlayfs/copy_up.c' (158,314) at 20250311080013814 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c' (158,315) at 20250311080013794 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/meson.build' (158,316) at 20250311080020254 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus.cpp' (158,317) at 20250311080046298 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot' (158,318) at 20250311080016294 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/microcode.h' (158,319) at 20250311080013790 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/nmi.c' (158,320) at 20250311080013790 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/apic/ipi.c' (158,321) at 20250311080013790 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/include/asm/cpu.h' (158,322) at 20250311080013790 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/single_fab.hpp' (158,323) at 20250311080020250 2025-03-14 03:00:55.047-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/meson.options' (158,324) at 20250311080003158 2025-03-14 03:00:55.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c' (158,325) at 20250311080013794 2025-03-14 03:00:55.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/firmware/cirrus/cs_dsp.c' (158,326) at 20250311080013794 2025-03-14 03:00:55.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/cell.c' (158,327) at 20250311080013814 2025-03-14 03:00:55.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/microcode/intel.c' (158,328) at 20250311080013790 2025-03-14 03:00:55.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/smpboot.c' (158,329) at 20250311080013790 2025-03-14 03:00:55.048-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/dst.h' (158,330) at 20250311080013814 2025-03-14 03:00:55.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/kernel/trace/trace_events_hist.c' (158,331) at 20250311080013826 2025-03-14 03:00:55.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c' (158,332) at 20250311080013810 2025-03-14 03:00:55.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/common.c' (158,333) at 20250311080013790 2025-03-14 03:00:55.049-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi' (158,334) at 20250311080013786 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/phy/samsung/phy-exynos5-usbdrd.c' (158,335) at 20250311080013810 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/linux/rcuref.h' (158,336) at 20250311080013814 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/infiniband/hw/mlx5/qp.h' (158,337) at 20250311080013798 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/uapi/rdma/ib_user_ioctl_verbs.h' (158,338) at 20250311080013818 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/json_utility.hpp' (158,339) at 20250311080020254 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/include/net/ip.h' (158,340) at 20250311080013818 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/arch/x86/kernel/cpu/microcode/amd_shas.c' (158,341) at 20250311080013790 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/templates/env_vars_template.yaml' (158,342) at 20250311080016294 2025-03-14 03:00:55.050-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/internal.h' (158,343) at 20250311080013814 2025-03-14 03:00:55.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/terminus_test.cpp' (158,344) at 20250311080046302 2025-03-14 03:00:55.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/i2c/busses/i2c-npcm7xx.c' (158,345) at 20250311080013794 2025-03-14 03:00:55.051-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_hw_autogen.h' (158,346) at 20250311080013802 2025-03-14 03:00:55.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/sound/pci/hda/patch_realtek.c' (158,347) at 20250311080013834 2025-03-14 03:00:55.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/scsi/scsi_lib.c' (158,348) at 20250311080013810 2025-03-14 03:00:55.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/net/ethernet/intel/ice/ice.h' (158,349) at 20250311080013802 2025-03-14 03:00:55.052-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/idle/intel_idle.c' (158,350) at 20250311080013798 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/ufs/core/ufshcd.c' (158,351) at 20250311080013814 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso.so' (158,496) at 20241211090212378 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/lg2_logger.cpp' (158,497) at 20250312080028116 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_large_size.dat' (158,498) at 20250122090018961 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/meson.build' (158,499) at 20250312080028116 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (158,500) at 20250213090041361 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (158,501) at 20250213090041361 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-fetching.png' (158,502) at 20210307205554314 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' (158,503) at 20250213090041361 2025-03-14 03:00:55.053-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (158,504) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm.dat' (158,505) at 20250122090018961 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (158,506) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (158,507) at 20250312080011931 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.out' (158,508) at 20210308005046401 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (158,509) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' (158,510) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/dev-title.png' (158,511) at 20210307205554298 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' (158,512) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr4_ddimm.dat' (158,513) at 20250122090018961 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-char.out' (158,514) at 20210308005046405 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/devkeys/kernel.keyblock' (158,515) at 20210308005003300 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_min_record.dat' (158,516) at 20250122090018961 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_61.dat' (158,517) at 20250122090018961 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' (158,518) at 20250122090018961 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (158,519) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-output-display.png' (158,520) at 20210307205554326 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.dimmpxm' (158,521) at 20240906080037556 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-architecture-overview.png' (158,522) at 20210307205554302 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_date_and_time_utils.robot' (158,523) at 20250312080013055 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (158,524) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (158,525) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.shellcheck' (158,526) at 20220402030022195 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2' (158,527) at 20210308005046389 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qboot.rom' (158,528) at 20221215040039234 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/systemintfcmds.cpp' (158,529) at 20250312080025716 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' (158,530) at 20250312080011931 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword.dat' (158,531) at 20250122090018961 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (158,532) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' (158,533) at 20250213090041361 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-2.conf' (158,534) at 20250312080011927 2025-03-14 03:00:55.054-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/bios-policy.bb' (158,535) at 20250312080011927 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (158,536) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json' (158,537) at 20250312080024700 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (158,538) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (158,539) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json' (158,540) at 20250312080024704 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.out' (158,541) at 20210308005046405 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_235.dat' (158,542) at 20250122090018961 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (158,543) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (158,544) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (158,545) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/patching.png' (158,546) at 20210307205554314 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (158,547) at 20250312080011927 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (158,548) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_4.dat' (158,549) at 20250122090018961 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot' (158,550) at 20250312080013055 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (158,551) at 20250213090041361 2025-03-14 03:00:55.055-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (158,552) at 20250213090041361 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/linux_logo.tga' (158,553) at 20210308005003760 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (158,554) at 20250213090041361 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/apphandler.cpp' (158,555) at 20250312080025712 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2' (158,556) at 20210308005046389 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json' (158,557) at 20250312080024704 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-any.out' (158,599) at 20210308005046401 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (158,600) at 20250213090041361 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-self-cycle.out' (158,601) at 20210308005046409 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/groupext.cpp' (158,602) at 20250312080025712 2025-03-14 03:00:55.056-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/devkeys/kernel_data_key.vbprivk' (158,603) at 20210308005003300 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (158,604) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (158,605) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (158,606) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/events.json' (158,607) at 20250312080024700 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (158,608) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (158,609) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err' (158,610) at 20210308005046409 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz' (158,611) at 20210307205554594 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_resolve_main.cpp' (158,612) at 20250312080028116 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (158,613) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (158,614) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-filter-active.png' (158,615) at 20220105012522967 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (158,616) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (158,617) at 20250213090041361 2025-03-14 03:00:55.057-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (158,618) at 20250213090041361 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json' (158,619) at 20250312080024704 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.out' (158,620) at 20220429100100882 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.out' (158,621) at 20220429100100882 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (158,622) at 20250213090041361 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/engicam.bmp' (158,623) at 20210308005003768 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.rules' (158,624) at 20210307205554562 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_20.dat' (158,625) at 20250122090018961 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory.png' (158,626) at 20210307205554298 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png' (158,627) at 20210307205554270 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/globalhandler.cpp' (158,628) at 20250312080025712 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_177.dat' (158,629) at 20250122090018961 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_0.dat' (158,630) at 20250122090018961 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/bios-policy/bios-policy.yaml' (158,631) at 20250312080011927 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.out' (158,632) at 20210308005046401 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (158,633) at 20250213090041361 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_32x32.png' (158,634) at 20210308005046549 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (158,635) at 20250213090041361 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma_mb.json' (158,636) at 20250312080004583 2025-03-14 03:00:55.058-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (158,637) at 20250213090041361 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' (158,638) at 20250312080004583 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_74.dat' (158,639) at 20250122090018961 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_32x32.bmp' (158,640) at 20210308005046549 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (158,641) at 20250213090041361 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json' (158,642) at 20250312080024704 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.out' (158,643) at 20220429100100882 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system.dat' (158,644) at 20250122090018961 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces_dhcp.robot' (158,645) at 20250312080013055 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/requirements.txt' (158,646) at 20250313080013207 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/selutility.cpp' (158,647) at 20250313080024083 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (158,648) at 20250313080012131 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (158,649) at 20250313080012131 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/sdrutils.cpp' (158,650) at 20250313080024079 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' (158,651) at 20250313080012131 2025-03-14 03:00:55.059-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (158,652) at 20250313080012131 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' (158,653) at 20250313080024083 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' (158,654) at 20250313080024083 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm64.png' (158,655) at 20240309090012816 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-if-invalid.out' (158,656) at 20210308005046405 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_small_size.dat' (158,657) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_19.dat' (158,658) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-0.conf' (158,659) at 20250312080011927 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_178.dat' (158,660) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (158,661) at 20250213090041361 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-3.conf' (158,662) at 20250312080011927 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_secure.gpg' (158,663) at 20210803000022008 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count' (158,664) at 20240906080037560 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_truncated.dat' (158,665) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' (158,666) at 20250213090041361 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE' (158,667) at 20210518000100501 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-riscv-code.fd.bz2' (158,668) at 20241211090212410 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_17.dat' (158,669) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_78_79.dat' (158,670) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fd-fuzz-input1.dat' (158,671) at 20250116090011971 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2_3.dat' (158,672) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' (158,673) at 20210308005046181 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png' (158,674) at 20210307205554462 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (158,675) at 20250213090041361 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.out' (158,676) at 20210308005046405 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-1.conf' (158,677) at 20250312080011927 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2' (158,678) at 20210307205554390 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2.dat' (158,679) at 20250122090018961 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-e1000e.rom' (158,680) at 20210308005046137 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (158,681) at 20250213090041361 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (158,682) at 20250312080011927 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (158,683) at 20250213090041361 2025-03-14 03:00:55.060-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.cphp' (158,684) at 20240906080037556 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/unit-test.py' (158,685) at 20250312080012355 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-generic-x' (158,686) at 20241211090212534 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json' (158,687) at 20250312080011931 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' (158,688) at 20250313080012127 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc' (158,689) at 20250313080012127 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/utils.hpp' (158,690) at 20250313080024083 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' (158,691) at 20250313080012131 2025-03-14 03:00:55.061-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/chassishandler.cpp' (158,692) at 20250313080024079 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sys_info_param.cpp' (158,693) at 20250313080024083 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' (158,694) at 20250313080024083 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transporthandler.hpp' (158,695) at 20250313080024083 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb' (158,696) at 20250313080012127 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/dbus_helper.hpp' (158,697) at 20250313080020943 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/storagecommands.cpp' (158,698) at 20250313080024079 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (158,699) at 20250313080012131 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc' (158,700) at 20250313080012127 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/storagehandler.cpp' (158,701) at 20250313080024083 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.clang-format' (158,702) at 20250313080024079 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/sensorcommands.cpp' (158,703) at 20250313080024079 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb' (158,704) at 20250313080012131 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (158,705) at 20250313080012131 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (158,706) at 20250313080012131 2025-03-14 03:00:55.062-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sys_info_param.hpp' (158,707) at 20250313080024083 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dcmihandler.cpp' (158,708) at 20250313080024079 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb' (158,749) at 20250313080012131 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_layer.hpp' (158,750) at 20250313080024083 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/utils.cpp' (158,751) at 20250313080024083 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sdrutils.hpp' (158,752) at 20250313080024079 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb' (158,753) at 20250313080012131 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transporthandler.cpp' (158,754) at 20250313080024083 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb' (158,755) at 20250313080012127 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb' (158,756) at 20250313080012131 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (158,757) at 20250313080012131 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/selutility.hpp' (158,758) at 20250313080024083 2025-03-14 03:00:55.063-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.hpp' (158,759) at 20250313080024083 2025-03-14 03:00:55.064-0500 FINEST t563 Statistics.logIt: found 6556 deleted documents in MMapDirectory@/opengrok/data/index/openbmc lockFactory=org.apache.lucene.store.NoLockFactory@3624c26b (took 9.942 seconds) 2025-03-14 03:00:55.123-0500 FINER t563 ObjectInputFilter$Config.traceFilter: Builtin factory: null -> new: null 2025-03-14 03:00:55.123-0500 FINER t563 ObjectInputFilter$Config.traceFilter: Builtin factory: null -> new: org.opengrok.indexer.util.WhitelistObjectInputFilter@41cc8f1b 2025-03-14 03:00:55.125-0500 FINER t563 ObjectInputStream.filterCheck: ObjectInputFilter ALLOWED: null, array length: -1, nRefs: 1, depth: 1, bytes: 170, ex: n/a 2025-03-14 03:00:55.125-0500 FINER t563 ObjectInputStream.filterCheck: ObjectInputFilter ALLOWED: class org.opengrok.indexer.index.IndexAnalysisSettings3, array length: -1, nRefs: 1, depth: 1, bytes: 237, ex: n/a 2025-03-14 03:00:55.203-0500 INFO t563 IndexDatabase.getIndexDownArgs: Starting file collection using history traversal for directory '/openbmc' 2025-03-14 03:00:55.207-0500 FINEST t563 IndexDatabase.indexDownUsingHistory: collected sorted files: [/openbmc/entity-manager/configurations/meson.build, /openbmc/entity-manager/configurations/meta/minerva_janga_smb.json, /openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json, /openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json, /openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json, /openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json, /openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json, /openbmc/openbmc/README.md, /openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend, /openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend, /openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend, /openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc, /openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc, /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc, /openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc, /openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb, /openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot, /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot, /openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot, /openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot, /openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot, /openbmc/phosphor-fan-presence/monitor/meson.build, /openbmc/phosphor-host-ipmid/app/channel.cpp, /openbmc/phosphor-host-ipmid/apphandler.cpp, /openbmc/phosphor-host-ipmid/globalhandler.cpp, /openbmc/phosphor-host-ipmid/groupext.cpp, /openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp, /openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp, /openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp, /openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp, /openbmc/phosphor-host-ipmid/ipmid-new.cpp, /openbmc/phosphor-host-ipmid/ipmisensor.cpp, /openbmc/phosphor-host-ipmid/scripts/fru_gen.py, /openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py, /openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako, /openbmc/phosphor-host-ipmid/scripts/inventorysensor.mako.cpp, /openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako, /openbmc/phosphor-host-ipmid/scripts/readfru.mako.cpp, /openbmc/phosphor-host-ipmid/scripts/sensor_gen.py, /openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako, /openbmc/phosphor-host-ipmid/scripts/writesensor.mako.cpp, /openbmc/phosphor-host-ipmid/sensorhandler.cpp, /openbmc/phosphor-host-ipmid/storageaddsel.hpp, /openbmc/phosphor-host-ipmid/storagehandler.cpp, /openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp, /openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp, /openbmc/phosphor-host-ipmid/user_channel/file.hpp, /openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp, /openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp, /openbmc/phosphor-power/tools/power-utils/aei_updater.cpp, /openbmc/phosphor-power/tools/power-utils/aei_updater.hpp, /openbmc/phosphor-power/tools/power-utils/updater.cpp, /openbmc/phosphor-power/tools/power-utils/updater.hpp, /openbmc/phosphor-user-manager/test/user_mgr_test.cpp, /openbmc/phosphor-user-manager/user_mgr.cpp, /openbmc/pldm/.eslintignore, /openbmc/pldm/.linter-ignore, /openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp, /openbmc/pldm/host-bmc/dbus_to_terminus_effecters.hpp, /openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp, /openbmc/pldm/host-bmc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json, /openbmc/pldm/host-bmc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json, /openbmc/pldm/host-bmc/test/host_effecter_jsons/no_json/dummy.json, /openbmc/pldm/host-bmc/test/meson.build, /openbmc/pldm/libpldmresponder/meson.build, /openbmc/pldm/meson.build, /openbmc/pldm/oem/ampere/event/oem_event_manager.hpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp, /openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp, /openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp, /openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp, /openbmc/pldm/platform-mc/event_manager.cpp, /openbmc/pldm/platform-mc/event_manager.hpp, /openbmc/pldm/platform-mc/manager.hpp, /openbmc/pldm/platform-mc/numeric_sensor.cpp, /openbmc/pldm/platform-mc/numeric_sensor.hpp, /openbmc/pldm/platform-mc/platform_manager.hpp, /openbmc/pldm/platform-mc/sensor_manager.hpp, /openbmc/pldm/platform-mc/terminus.cpp, /openbmc/pldm/platform-mc/terminus.hpp, /openbmc/pldm/platform-mc/terminus_manager.hpp, /openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp, /openbmc/pldm/platform-mc/test/event_manager_test.cpp, /openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json, /openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json, /openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json, /openbmc/pldm/platform-mc/test/meson.build, /openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp, /openbmc/pldm/platform-mc/test/terminus_manager_test.cpp, /openbmc/pldm/platform-mc/test/terminus_test.cpp, /openbmc/pldm/pldmd/pldmd.cpp, /openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp, /openbmc/pldm/pldmtool/pldm_base_cmd.cpp, /openbmc/pldm/pldmtool/pldm_bios_cmd.cpp, /openbmc/pldm/pldmtool/pldm_fru_cmd.cpp, /openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp, /openbmc/pldm/pldmtool/pldm_platform_cmd.cpp, /openbmc/pldm/utilities/requester/set_state_effecter.cpp, /openbmc/pldm/utilities/requester/set_state_effecter_async.cpp] 2025-03-14 03:00:55.278-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meson.build) done (took 55 ms) 2025-03-14 03:00:55.292-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/.clang-format' at 20241219090002124 2025-03-14 03:00:55.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/.clang-tidy' at 20241220090002218 2025-03-14 03:00:55.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/include/rde/rde_handler.hpp' at 20231021080001830 2025-03-14 03:00:55.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/meson.options' at 20230822080002337 2025-03-14 03:00:55.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/service_files/meson.build' at 20230413080002756 2025-03-14 03:00:55.299-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/src/meson.build' at 20240214090001981 2025-03-14 03:00:55.299-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/src/rde/meson.build' at 20240214090001981 2025-03-14 03:00:55.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_dictionary_manager.cpp' at 20240821080001891 2025-03-14 03:00:55.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_handler.cpp' at 20240821080001891 2025-03-14 03:00:55.302-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/test/meson.build' at 20240214090001981 2025-03-14 03:00:55.302-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-bmc-smm-error-logger/test/pci_handler_test.cpp' at 20240821080001891 2025-03-14 03:00:55.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-settings-mgr/.clang-format' at 20240904080002598 2025-03-14 03:00:55.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-settings-mgr/README.md' at 20241022080002056 2025-03-14 03:00:55.305-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bios-settings-mgr/src/main.cpp' at 20241115090002317 2025-03-14 03:00:55.306-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/.clang-format' at 20241228090003719 2025-03-14 03:00:55.306-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/.clang-tidy' at 20241221090003052 2025-03-14 03:00:55.307-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/.openbmc-enforce-gitlint' at 20220829030004071 2025-03-14 03:00:55.307-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/.shellcheck' at 20210308005112989 2025-03-14 03:00:55.308-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/COMMON_ERRORS.md' at 20241010080002424 2025-03-14 03:00:55.309-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/config/bmcweb.service.in' at 20240824080002926 2025-03-14 03:00:55.309-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/config/bmcweb.socket.in' at 20240521080007392 2025-03-14 03:00:55.309-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/config/meson.build' at 20241211090002375 2025-03-14 03:00:55.309-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/app.hpp' at 20240713080003654 2025-03-14 03:00:55.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/complete_response_fields.hpp' at 20240713080003654 2025-03-14 03:00:55.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http2_connection.hpp' at 20241221090003052 2025-03-14 03:00:55.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http_body.hpp' at 20240817080003171 2025-03-14 03:00:55.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http_client.hpp' at 20241024080002682 2025-03-14 03:00:55.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http_connection.hpp' at 20241025080002985 2025-03-14 03:00:55.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http_request.hpp' at 20240829080004222 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http_response.hpp' at 20240917080002671 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/logging.hpp' at 20241221090003052 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/mutual_tls.cpp' at 20240904080003182 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/mutual_tls.hpp' at 20240731080002486 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/mutual_tls_meta.hpp' at 20231209090002884 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/nghttp2_adapters.hpp' at 20240817080003171 2025-03-14 03:00:55.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/parsing.hpp' at 20240511080002653 2025-03-14 03:00:55.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing/baserule.hpp' at 20240606080002976 2025-03-14 03:00:55.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing/dynamicrule.hpp' at 20230701080002652 2025-03-14 03:00:55.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing/ruleparametertraits.hpp' at 20240606080002976 2025-03-14 03:00:55.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing/sserule.hpp' at 20240730080002885 2025-03-14 03:00:55.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing/websocketrule.hpp' at 20240606080002976 2025-03-14 03:00:55.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing.hpp' at 20240829080004222 2025-03-14 03:00:55.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/server_sent_event.hpp' at 20240914080002926 2025-03-14 03:00:55.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/verb.hpp' at 20240606080002976 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/websocket.hpp' at 20240914080002926 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/async_resolve.hpp' at 20240817080003171 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/async_resp.hpp' at 20230511080004679 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/authentication.hpp' at 20241015080002911 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/cookies.hpp' at 20240712080005848 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/credential_pipe.hpp' at 20240428080003314 2025-03-14 03:00:55.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/dbus_monitor.hpp' at 20240910080002146 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/dbus_privileges.hpp' at 20240817080003175 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/dbus_utility.hpp' at 20241217090008760 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/duplicatable_file_handle.hpp' at 20240715080010505 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/event_service_store.hpp' at 20241207090003063 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/file_test_utilities.hpp' at 20240529080008427 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/forward_unauthorized.hpp' at 20240817080003175 2025-03-14 03:00:55.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/google/google_service_root.hpp' at 20240817080003175 2025-03-14 03:00:55.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/hostname_monitor.hpp' at 20240817080003175 2025-03-14 03:00:55.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/http_utility.hpp' at 20241228090003719 2025-03-14 03:00:55.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/human_sort.hpp' at 20240110090003528 2025-03-14 03:00:55.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/ibm/management_console_rest.hpp' at 20241015080002911 2025-03-14 03:00:55.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/ibm/utils.hpp' at 20230720080003718 2025-03-14 03:00:55.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/image_upload.hpp' at 20240817080003175 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/json_formatters.hpp' at 20240430080002915 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/json_html_serializer.hpp' at 20230614080002854 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/kvm_websocket.hpp' at 20240817080003175 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/login_routes.hpp' at 20240824080002926 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/multipart_parser.hpp' at 20240817080003175 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/obmc_console.hpp' at 20240817080003175 2025-03-14 03:00:55.317-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/openbmc_dbus_rest.hpp' at 20241217090008760 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/ossl_random.hpp' at 20240731080002486 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/pam_authenticate.hpp' at 20240905080002529 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/persistent_data.hpp' at 20241207090003063 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/security_headers.hpp' at 20240817080003179 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/sessions.hpp' at 20240817080003179 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/ssl_key_handler.hpp' at 20240731080002486 2025-03-14 03:00:55.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/str_utility.hpp' at 20240120090003249 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/user_monitor.hpp' at 20230301040003617 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/vm_websocket.hpp' at 20241217090008760 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/webserver_run.hpp' at 20240411080003069 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/meson.build' at 20241228090003719 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/meson.options' at 20241213090002373 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/aggregation_utils.hpp' at 20240726080002546 2025-03-14 03:00:55.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/dbus_log_watcher.hpp' at 20241130090002061 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/error_messages.hpp' at 20241224090003032 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/event_log.hpp' at 20241120090002568 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/event_matches_filter.hpp' at 20241015080002911 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/event_service_manager.hpp' at 20241228090003719 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/filesystem_log_watcher.hpp' at 20241130090002061 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/filter_expr_executor.hpp' at 20240730080002889 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_ast.hpp' at 20240904080003182 2025-03-14 03:00:55.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_grammar.hpp' at 20240817080003179 2025-03-14 03:00:55.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/acceleration_function.hpp' at 20221229040004411 2025-03-14 03:00:55.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/account_service.hpp' at 20240918080002704 2025-03-14 03:00:55.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/action_info.hpp' at 20221209040003858 2025-03-14 03:00:55.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/aggregation_source.hpp' at 20240201090003032 2025-03-14 03:00:55.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/allow_deny.hpp' at 20221229040004411 2025-03-14 03:00:55.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/attribute_registry.hpp' at 20221209040003858 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/battery.hpp' at 20221229040004411 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/certificate.hpp' at 20240918080002704 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/chassis.hpp' at 20240201090003032 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/circuit.hpp' at 20221229040004411 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/collection_capabilities.hpp' at 20221229040004411 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/component_integrity.hpp' at 20240918080002704 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/composition_service.hpp' at 20221229040004411 2025-03-14 03:00:55.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/computer_system.hpp' at 20240918080002704 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/connection.hpp' at 20221229040004411 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/connection_method.hpp' at 20230202040004526 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/container_image.hpp' at 20231024080003368 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/control.hpp' at 20240201090003032 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/coolant_connector.hpp' at 20230523080003149 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_loop.hpp' at 20230523080003149 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_unit.hpp' at 20230523080003149 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/cxl_logical_device.hpp' at 20230202040004526 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/drive.hpp' at 20240824080002930 2025-03-14 03:00:55.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint.hpp' at 20230202040004526 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint_group.hpp' at 20221229040004411 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/ethernet_interface.hpp' at 20231024080003368 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/event.hpp' at 20230523080003149 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/event_destination.hpp' at 20240201090003032 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/event_service.hpp' at 20221209040003858 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/external_account_provider.hpp' at 20221229040004411 2025-03-14 03:00:55.324-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/facility.hpp' at 20221229040004411 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/host_interface.hpp' at 20221229040004411 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/ip_addresses.hpp' at 20221209040003858 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/job.hpp' at 20221229040004411 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/key.hpp' at 20240201090003032 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/key_policy.hpp' at 20221229040004411 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/leak_detector.hpp' at 20230523080003149 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/license.hpp' at 20221229040004411 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/license_service.hpp' at 20221229040004411 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/log_entry.hpp' at 20230202040004526 2025-03-14 03:00:55.325-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/log_service.hpp' at 20240619080002916 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/manager.hpp' at 20221209040003858 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_account.hpp' at 20240201090003032 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_network_protocol.hpp' at 20240201090003032 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/manifest.hpp' at 20221229040004411 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/media_controller.hpp' at 20221229040004411 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/memory.hpp' at 20240619080002916 2025-03-14 03:00:55.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_chunks.hpp' at 20230202040004526 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_region.hpp' at 20231024080003368 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/message_registry.hpp' at 20221209040003858 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_definition.hpp' at 20221209040003858 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_report_definition.hpp' at 20221209040003858 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/network_device_function.hpp' at 20221229040004411 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/network_port.hpp' at 20221229040004411 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/open_bmc_computer_system.hpp' at 20240724080002899 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/operating_system.hpp' at 20231024080003368 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/outbound_connection.hpp' at 20231024080003368 2025-03-14 03:00:55.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet.hpp' at 20230523080003149 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet_group.hpp' at 20240619080002916 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_device.hpp' at 20240918080002708 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_function.hpp' at 20230202040004526 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_slots.hpp' at 20221209040003858 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/physical_context.hpp' at 20240918080002708 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/port.hpp' at 20240201090003032 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/power.hpp' at 20221209040003858 2025-03-14 03:00:55.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/power_distribution.hpp' at 20230202040004526 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/power_supply.hpp' at 20221209040003858 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/privileges.hpp' at 20221209040003858 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/processor.hpp' at 20240201090003032 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/protocol.hpp' at 20240619080002916 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/pump.hpp' at 20230523080003149 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/redfish_extensions.hpp' at 20221209040003858 2025-03-14 03:00:55.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/redundancy.hpp' at 20221209040003858 2025-03-14 03:00:55.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/registered_client.hpp' at 20221229040004411 2025-03-14 03:00:55.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/reservoir.hpp' at 20230523080003149 2025-03-14 03:00:55.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/resolution_step.hpp' at 20240201090003032 2025-03-14 03:00:55.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/resource.hpp' at 20240619080002916 2025-03-14 03:00:55.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/resource_block.hpp' at 20221229040004411 2025-03-14 03:00:55.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/schedule.hpp' at 20221229040004411 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/secure_boot_database.hpp' at 20221229040004411 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/sensor.hpp' at 20230523080003149 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/serial_interface.hpp' at 20221229040004411 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/session.hpp' at 20231024080003368 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/settings.hpp' at 20240619080002916 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/signature.hpp' at 20221229040004411 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/software_inventory.hpp' at 20231024080003368 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/storage.hpp' at 20240824080002930 2025-03-14 03:00:55.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/storage_controller.hpp' at 20221209040003858 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/task_service.hpp' at 20221209040003858 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/telemetry_service.hpp' at 20221209040003858 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/thermal.hpp' at 20221209040003858 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/triggers.hpp' at 20240619080002916 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/update_service.hpp' at 20240619080002916 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/virtual_media.hpp' at 20230202040004526 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/volume.hpp' at 20231024080003368 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/generated/enums/zone.hpp' at 20221229040004411 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/gzfile.hpp' at 20240817080003179 2025-03-14 03:00:55.332-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/heartbeat_messages.hpp' at 20241224090003036 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/query.hpp' at 20240904080003186 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/redfish.hpp' at 20240411080003069 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/redfish_aggregator.hpp' at 20241221090003052 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/composition_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/environmental_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/ethernet_fabric_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/fabric_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/heartbeat_event_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/job_event_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/license_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/network_device_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp' at 20241228090003723 2025-03-14 03:00:55.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/platform_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/power_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/privilege_registry.hpp' at 20240417080003122 2025-03-14 03:00:55.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/resource_event_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/sensor_event_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/storage_device_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/task_event_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/telemetry_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries/update_message_registry.hpp' at 20241211090002379 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries.hpp' at 20241211090002375 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/registries_selector.hpp' at 20241207090003067 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/resource_messages.hpp' at 20241224090003036 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/snmp_trap_event_clients.hpp' at 20241217090008764 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/subscription.hpp' at 20241228090003723 2025-03-14 03:00:55.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/task_messages.hpp' at 20241224090003036 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/chassis_utils.hpp' at 20240817080003183 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/collection.hpp' at 20240817080003183 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/dbus_event_log_entry.hpp' at 20240924080002115 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/dbus_utils.hpp' at 20240817080003183 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/hex_utils.hpp' at 20230609080003694 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/pcie_util.hpp' at 20240523080003141 2025-03-14 03:00:55.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/query_param.hpp' at 20240904080003186 2025-03-14 03:00:55.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/sensor_utils.hpp' at 20241015080002911 2025-03-14 03:00:55.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/stl_utils.hpp' at 20220120040003208 2025-03-14 03:00:55.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/sw_utils.hpp' at 20241217090008764 2025-03-14 03:00:55.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp' at 20240912080003146 2025-03-14 03:00:55.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/telemetry_utils.hpp' at 20231011080005554 2025-03-14 03:00:55.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/utils/time_utils.hpp' at 20241015080002911 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/aggregation_service.hpp' at 20230720080003718 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/bios.hpp' at 20240817080003183 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/cable.hpp' at 20241217090008764 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp' at 20241217090008764 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/chassis.hpp' at 20241217090008764 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/environment_metrics.hpp' at 20230517080004657 2025-03-14 03:00:55.339-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/ethernet.hpp' at 20241228090003723 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/event_service.hpp' at 20241228090003723 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/eventservice_sse.hpp' at 20241106090002757 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/fabric_adapters.hpp' at 20241217090008764 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/fan.hpp' at 20241217090008764 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/hypervisor_system.hpp' at 20241217090008764 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/led.hpp' at 20241217090008764 2025-03-14 03:00:55.340-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/log_services.hpp' at 20241217090008764 2025-03-14 03:00:55.341-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/manager_logservices_journal.hpp' at 20241204090003383 2025-03-14 03:00:55.341-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/managers.hpp' at 20241217090008768 2025-03-14 03:00:55.341-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/memory.hpp' at 20241217090008768 2025-03-14 03:00:55.341-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/message_registries.hpp' at 20241211090002379 2025-03-14 03:00:55.341-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/metadata.hpp' at 20241121090002423 2025-03-14 03:00:55.341-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/metric_report.hpp' at 20240817080003187 2025-03-14 03:00:55.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/metric_report_definition.hpp' at 20241228090003723 2025-03-14 03:00:55.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/odata.hpp' at 20240807080002018 2025-03-14 03:00:55.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/pcie.hpp' at 20241217090008768 2025-03-14 03:00:55.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/pcie_slots.hpp' at 20241217090008768 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/power.hpp' at 20241217090008768 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/power_subsystem.hpp' at 20240806080004307 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/power_supply.hpp' at 20241217090008768 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/processor.hpp' at 20241217090008768 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp' at 20241210090002308 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/redfish_util.hpp' at 20241221090003052 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/redfish_v1.hpp' at 20240917080002671 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/roles.hpp' at 20241217090008768 2025-03-14 03:00:55.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/sensors.hpp' at 20241221090003056 2025-03-14 03:00:55.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/service_root.hpp' at 20240912080003150 2025-03-14 03:00:55.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/storage.hpp' at 20241217090008768 2025-03-14 03:00:55.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/systems.hpp' at 20241217090008768 2025-03-14 03:00:55.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/systems_logservices_hostlogger.hpp' at 20240905080002533 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/task.hpp' at 20241221090003056 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/telemetry_service.hpp' at 20241217090008768 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/thermal.hpp' at 20241015080002919 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/thermal_metrics.hpp' at 20241217090008768 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/thermal_subsystem.hpp' at 20240806080004311 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/trigger.hpp' at 20241015080002919 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/update_service.hpp' at 20241217090008772 2025-03-14 03:00:55.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/virtual_media.hpp' at 20241015080002919 2025-03-14 03:00:55.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccountService_v1.xml' at 20240918080002708 2025-03-14 03:00:55.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Cable_v1.xml' at 20240619080002920 2025-03-14 03:00:55.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateService_v1.xml' at 20240619080002920 2025-03-14 03:00:55.349-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComputerSystem_v1.xml' at 20240918080002708 2025-03-14 03:00:55.349-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Connection_v1.xml' at 20240619080002920 2025-03-14 03:00:55.349-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Control_v1.xml' at 20240918080002708 2025-03-14 03:00:55.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolantConnector_v1.xml' at 20240619080002924 2025-03-14 03:00:55.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Drive_v1.xml' at 20240918080002708 2025-03-14 03:00:55.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventDestination_v1.xml' at 20240918080002712 2025-03-14 03:00:55.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventService_v1.xml' at 20240619080002924 2025-03-14 03:00:55.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HostInterface_v1.xml' at 20240619080002924 2025-03-14 03:00:55.352-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetection_v1.xml' at 20240918080002712 2025-03-14 03:00:55.352-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Manager_v1.xml' at 20240918080002712 2025-03-14 03:00:55.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeDevice_v1.xml' at 20240918080002712 2025-03-14 03:00:55.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Port_v1.xml' at 20240918080002712 2025-03-14 03:00:55.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSubsystem_v1.xml' at 20240619080002932 2025-03-14 03:00:55.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Pump_v1.xml' at 20240619080002932 2025-03-14 03:00:55.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Redundancy_v1.xml' at 20240619080002936 2025-03-14 03:00:55.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Resource_v1.xml' at 20240918080002716 2025-03-14 03:00:55.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Role_v1.xml' at 20240619080002936 2025-03-14 03:00:55.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecurityPolicy_v1.xml' at 20240619080002936 2025-03-14 03:00:55.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SessionService_v1.xml' at 20240619080002936 2025-03-14 03:00:55.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Session_v1.xml' at 20240619080002936 2025-03-14 03:00:55.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageController_v1.xml' at 20240918080002716 2025-03-14 03:00:55.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Storage_v1.xml' at 20240918080002716 2025-03-14 03:00:55.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalSubsystem_v1.xml' at 20240619080002936 2025-03-14 03:00:55.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/UpdateService_v1.xml' at 20240918080002716 2025-03-14 03:00:55.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Volume_v1.xml' at 20240824080002934 2025-03-14 03:00:55.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccountService.v1_16_0.json' at 20240918080002716 2025-03-14 03:00:55.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Cable.v1_2_3.json' at 20240619080002944 2025-03-14 03:00:55.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateService.v1_0_5.json' at 20240619080002944 2025-03-14 03:00:55.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Chassis.v1_25_2.json' at 20240918080002720 2025-03-14 03:00:55.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComputerSystem.v1_23_0.json' at 20240918080002720 2025-03-14 03:00:55.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Connection.v1_3_2.json' at 20240619080002944 2025-03-14 03:00:55.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolantConnector.v1_0_2.json' at 20240619080002944 2025-03-14 03:00:55.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingUnit.v1_1_2.json' at 20240619080002944 2025-03-14 03:00:55.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Drive.v1_20_1.json' at 20240918080002720 2025-03-14 03:00:55.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EthernetInterface.v1_12_2.json' at 20240824080002938 2025-03-14 03:00:55.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventDestination.v1_15_0.json' at 20240918080002720 2025-03-14 03:00:55.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventService.v1_10_2.json' at 20240619080002948 2025-03-14 03:00:55.379-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HostInterface.v1_3_2.json' at 20240619080002948 2025-03-14 03:00:55.381-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetector.v1_2_0.json' at 20240918080002720 2025-03-14 03:00:55.381-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetectorCollection.json' at 20240619080002948 2025-03-14 03:00:55.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Manager.v1_19_2.json' at 20240918080002720 2025-03-14 03:00:55.388-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeDevice.v1_16_0.json' at 20240918080002724 2025-03-14 03:00:55.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Port.v1_14_0.json' at 20240918080002724 2025-03-14 03:00:55.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSubsystem.v1_1_2.json' at 20240619080002952 2025-03-14 03:00:55.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Pump.v1_1_0.json' at 20240619080002952 2025-03-14 03:00:55.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Redundancy.v1_4_2.json' at 20240619080002952 2025-03-14 03:00:55.393-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Resource.v1_20_0.json' at 20240918080002724 2025-03-14 03:00:55.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Role.v1_3_2.json' at 20240619080002952 2025-03-14 03:00:55.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecurityPolicy.v1_0_2.json' at 20240619080002952 2025-03-14 03:00:55.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Session.v1_7_2.json' at 20240619080002956 2025-03-14 03:00:55.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SessionService.v1_1_9.json' at 20240619080002956 2025-03-14 03:00:55.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Storage.v1_17_1.json' at 20240918080002724 2025-03-14 03:00:55.397-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageController.v1_8_0.json' at 20240918080002724 2025-03-14 03:00:55.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalSubsystem.v1_3_2.json' at 20240619080002956 2025-03-14 03:00:55.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateService.v1_14_1.json' at 20240918080002724 2025-03-14 03:00:55.400-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Volume.v1_10_0.json' at 20240824080002938 2025-03-14 03:00:55.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata-v4.json' at 20240529080008499 2025-03-14 03:00:55.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata.v4_0_5.json' at 20240529080008499 2025-03-14 03:00:55.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema-v1.json' at 20240529080008499 2025-03-14 03:00:55.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema.v1_10_0.json' at 20240529080008499 2025-03-14 03:00:55.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AccountService.v1_16_0.json' at 20240918080002716 2025-03-14 03:00:55.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Cable.v1_2_3.json' at 20240619080002944 2025-03-14 03:00:55.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateService.v1_0_5.json' at 20240619080002944 2025-03-14 03:00:55.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Chassis.v1_25_2.json' at 20240918080002720 2025-03-14 03:00:55.405-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComputerSystem.v1_23_0.json' at 20240918080002720 2025-03-14 03:00:55.406-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Drive.v1_20_1.json' at 20240918080002720 2025-03-14 03:00:55.407-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EthernetInterface.v1_12_2.json' at 20240824080002938 2025-03-14 03:00:55.407-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventDestination.v1_15_0.json' at 20240918080002720 2025-03-14 03:00:55.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventService.v1_10_2.json' at 20240619080002948 2025-03-14 03:00:55.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Manager.v1_19_2.json' at 20240918080002720 2025-03-14 03:00:55.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeDevice.v1_16_0.json' at 20240918080002724 2025-03-14 03:00:55.413-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Port.v1_14_0.json' at 20240918080002724 2025-03-14 03:00:55.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSubsystem.v1_1_2.json' at 20240619080002952 2025-03-14 03:00:55.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Redundancy.v1_4_2.json' at 20240619080002952 2025-03-14 03:00:55.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Resource.v1_20_0.json' at 20240918080002724 2025-03-14 03:00:55.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Role.v1_3_2.json' at 20240619080002952 2025-03-14 03:00:55.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Session.v1_7_2.json' at 20240619080002956 2025-03-14 03:00:55.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SessionService.v1_1_9.json' at 20240619080002956 2025-03-14 03:00:55.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Storage.v1_17_1.json' at 20240918080002724 2025-03-14 03:00:55.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageController.v1_8_0.json' at 20240918080002724 2025-03-14 03:00:55.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ThermalSubsystem.v1_3_2.json' at 20240619080002956 2025-03-14 03:00:55.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/UpdateService.v1_14_1.json' at 20240918080002724 2025-03-14 03:00:55.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-schema.v1_10_0.json' at 20240529080008499 2025-03-14 03:00:55.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/dbus_log_watcher.cpp' at 20241130090002061 2025-03-14 03:00:55.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/error_messages.cpp' at 20241123090002507 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/event_log.cpp' at 20241120090002568 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/filesystem_log_watcher.cpp' at 20241221090003056 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/filter_expr_executor.cpp' at 20241017080002970 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/filter_expr_printer.cpp' at 20240904080003186 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/redfish.cpp' at 20240905080002533 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/registries.cpp' at 20241120090002568 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/resource_messages.cpp' at 20241224090003036 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/subscription.cpp' at 20241228090003723 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/utils/dbus_utils.cpp' at 20241017080002970 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/utils/json_utils.cpp' at 20240912080003150 2025-03-14 03:00:55.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/utils/time_utils.cpp' at 20241212090003682 2025-03-14 03:00:55.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/scripts/generate_auth_certificates.py' at 20240411080003073 2025-03-14 03:00:55.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/scripts/generate_schema_collections.py' at 20240726080002546 2025-03-14 03:00:55.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/scripts/generate_schema_enums.py' at 20240714080004351 2025-03-14 03:00:55.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/scripts/parse_registries.py' at 20241228090003723 2025-03-14 03:00:55.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/scripts/update_schemas.py' at 20240918080002724 2025-03-14 03:00:55.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/scripts/websocket_test.py' at 20230207040004405 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/boost_asio_ssl.cpp' at 20230511080004691 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/boost_beast.cpp' at 20230511080004691 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/dbus_singleton.cpp' at 20240329080003275 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/json_html_serializer.cpp' at 20240817080003191 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/ossl_random.cpp' at 20241217090008772 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/ssl_key_handler.cpp' at 20241025080002985 2025-03-14 03:00:55.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_cli.cpp' at 20240909080002363 2025-03-14 03:00:55.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_main.cpp' at 20240817080003191 2025-03-14 03:00:55.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_run.cpp' at 20241130090002061 2025-03-14 03:00:55.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/subprojects/boost.wrap' at 20240904080003186 2025-03-14 03:00:55.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/subprojects/sdbusplus.wrap' at 20210308005113053 2025-03-14 03:00:55.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/crow_getroutes_test.cpp' at 20240904080003186 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/http2_connection_test.cpp' at 20240817080003191 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/http_body_test.cpp' at 20241221090003056 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/http_connection_test.cpp' at 20240504080003801 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/http_response_test.cpp' at 20240817080003191 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/mutual_tls.cpp' at 20240904080003186 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/mutual_tls_meta.cpp' at 20240904080003186 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/parsing_test.cpp' at 20240321080003061 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/router_test.cpp' at 20240904080003190 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/utility_test.cpp' at 20241017080002970 2025-03-14 03:00:55.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/verb_test.cpp' at 20240904080003190 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/async_resolve_test.cpp' at 20240329080003275 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/credential_pipe_test.cpp' at 20240904080003190 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/dbus_utility_test.cpp' at 20240904080003190 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/google/google_service_root_test.cpp' at 20240329080003275 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/http_utility_test.cpp' at 20241228090003723 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/human_sort_test.cpp' at 20240904080003190 2025-03-14 03:00:55.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/ibm/configfile_test.cpp' at 20240904080003190 2025-03-14 03:00:55.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/json_html_serializer.cpp' at 20240904080003190 2025-03-14 03:00:55.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/multipart_test.cpp' at 20240904080003190 2025-03-14 03:00:55.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/openbmc_dbus_rest_test.cpp' at 20240904080003190 2025-03-14 03:00:55.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/ossl_random.cpp' at 20240904080003190 2025-03-14 03:00:55.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/ssl_key_handler_test.cpp' at 20240904080003190 2025-03-14 03:00:55.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/str_utility_test.cpp' at 20240904080003190 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/event_log_test.cpp' at 20241122090003088 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/filter_expr_executor_test.cpp' at 20240904080003190 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/filter_expr_parser_test.cpp' at 20240904080003190 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/privileges_test.cpp' at 20240904080003190 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/redfish_aggregator_test.cpp' at 20240904080003190 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/registries_test.cpp' at 20240904080003190 2025-03-14 03:00:55.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/submit_test_event_test.cpp' at 20241228090003723 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/dbus_utils.cpp' at 20241211090002379 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/hex_utils_test.cpp' at 20240904080003190 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/ip_utils_test.cpp' at 20240904080003190 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/json_utils_test.cpp' at 20241211090002379 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/query_param_test.cpp' at 20240904080003190 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/sensor_utils_test.cpp' at 20241015080002919 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/stl_utils_test.cpp' at 20240904080003190 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/include/utils/time_utils_test.cpp' at 20241212090003682 2025-03-14 03:00:55.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/chassis_test.cpp' at 20241211090002379 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/log_services_dump_test.cpp' at 20240329080003279 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/manager_diagnostic_data_test.cpp' at 20240329080003279 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/metadata_test.cpp' at 20240904080003190 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/power_subsystem_test.cpp' at 20240329080003279 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/service_root_test.cpp' at 20240904080003190 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/system_test.cpp' at 20240329080003279 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/systems_logservices_postcode.cpp' at 20240905080002533 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/thermal_subsystem_test.cpp' at 20240329080003279 2025-03-14 03:00:55.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/redfish-core/lib/update_service_test.cpp' at 20241211090002379 2025-03-14 03:00:55.438-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/btbridge/.shellcheck' at 20210428000006034 2025-03-14 03:00:55.438-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/btbridge/meson.build' at 20230919080003838 2025-03-14 03:00:55.438-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/.clang-format' at 20240817080004291 2025-03-14 03:00:55.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/OWNERS' at 20240626080003639 2025-03-14 03:00:55.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/meson.options' at 20241205090004235 2025-03-14 03:00:55.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/DeviceMgmt.cpp' at 20240817080004291 2025-03-14 03:00:55.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/DeviceMgmt.hpp' at 20240817080004291 2025-03-14 03:00:55.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/PwmSensor.hpp' at 20231028080008830 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/SensorPaths.hpp' at 20240420080004072 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/Thresholds.hpp' at 20240817080004299 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/Utils.cpp' at 20240817080004303 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/Utils.hpp' at 20240817080004303 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/VariantVisitors.hpp' at 20230125040005390 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/adc/ADCSensor.cpp' at 20241112090003090 2025-03-14 03:00:55.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/adc/ADCSensor.hpp' at 20241112090003090 2025-03-14 03:00:55.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/adc/ADCSensorMain.cpp' at 20241112090003090 2025-03-14 03:00:55.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/adc/meson.build' at 20241112090003090 2025-03-14 03:00:55.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/exit-air/ExitAirTempSensor.hpp' at 20241112090003094 2025-03-14 03:00:55.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/exit-air/meson.build' at 20241112090003094 2025-03-14 03:00:55.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/external/ExternalSensor.cpp' at 20241112090003094 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/external/ExternalSensor.hpp' at 20241112090003094 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/external/meson.build' at 20241112090003094 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/fan/FanMain.cpp' at 20241206090003470 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/fan/PresenceGpio.hpp' at 20241203090005839 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/fan/TachSensor.hpp' at 20241112090003094 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempMain.cpp' at 20241112090003098 2025-03-14 03:00:55.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.cpp' at 20241112090003098 2025-03-14 03:00:55.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.hpp' at 20241112090003098 2025-03-14 03:00:55.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/hwmon-temp/meson.build' at 20241112090003098 2025-03-14 03:00:55.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.hpp' at 20241112090003098 2025-03-14 03:00:55.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensorMain.cpp' at 20241112090003098 2025-03-14 03:00:55.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intel-cpu/meson.build' at 20241112090003098 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intrusion/ChassisIntrusionSensor.hpp' at 20241112090003098 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intrusion/IntrusionSensorMain.cpp' at 20241112090003098 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intrusion/meson.build' at 20241112090003098 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/ipmb/IpmbSDRSensor.hpp' at 20241112090003098 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/ipmb/IpmbSensor.hpp' at 20241112090003102 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/ipmb/meson.build' at 20241112090003102 2025-03-14 03:00:55.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/MCTPDeviceRepository.hpp' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.cpp' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.hpp' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/MCTPReactor.cpp' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/MCTPReactor.hpp' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/MCTPReactorMain.cpp' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mctp/meson.build' at 20241205090004235 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mcu/MCUTempSensor.hpp' at 20241112090003102 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/mcu/meson.build' at 20241112090003102 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/meson.build' at 20241205090004239 2025-03-14 03:00:55.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.cpp' at 20241112090003102 2025-03-14 03:00:55.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.hpp' at 20241112090003102 2025-03-14 03:00:55.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/nvme/NVMeContext.hpp' at 20241112090003102 2025-03-14 03:00:55.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/nvme/NVMeSensor.hpp' at 20241112090003102 2025-03-14 03:00:55.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/nvme/meson.build' at 20241112090003102 2025-03-14 03:00:55.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/psu/PSUEvent.hpp' at 20241112090003106 2025-03-14 03:00:55.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/psu/PSUSensorMain.cpp' at 20241112090003106 2025-03-14 03:00:55.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/psu/meson.build' at 20241112090003106 2025-03-14 03:00:55.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/sensor.hpp' at 20240817080004303 2025-03-14 03:00:55.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/tests/test_MCTPReactor.cpp' at 20241205090004239 2025-03-14 03:00:55.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/tests/test_Utils.cpp' at 20241112090003106 2025-03-14 03:00:55.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/subprojects/.clang-tidy-ignore' at 20230510080006007 2025-03-14 03:00:55.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/subprojects/packagefiles/boost/meson.build' at 20240112090004588 2025-03-14 03:00:55.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/architecture/object-mapper.md' at 20241113090004304 2025-03-14 03:00:55.454-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/designs/code-update.md' at 20240918080004648 2025-03-14 03:00:55.457-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/designs/pldm-stack.md' at 20240918080004648 2025-03-14 03:00:55.458-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/development/gerrit-setup.md' at 20241123090003947 2025-03-14 03:00:55.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/release/metrics/2022-07' at 20230114040005626 2025-03-14 03:00:55.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/style/cpp/.clang-format' at 20241219090004492 2025-03-14 03:00:55.462-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/style/cpp/.clang-tidy' at 20231102080004805 2025-03-14 03:00:55.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/.clang-format' at 20240817080005371 2025-03-14 03:00:55.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/.shellcheck' at 20210414100005994 2025-03-14 03:00:55.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/CONFIG_FORMAT.md' at 20240111090005306 2025-03-14 03:00:55.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/OWNERS' at 20241217090031429 2025-03-14 03:00:55.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/README.md' at 20240608080005145 2025-03-14 03:00:55.465-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/bnp_baseboard.json' at 20220601030005861 2025-03-14 03:00:55.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/genesis3_baseboard.json' at 20230624080005339 2025-03-14 03:00:55.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/genesis3_psu.json' at 20230624080005339 2025-03-14 03:00:55.468-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/entity-manager/configurations/meson.build' 2025-03-14 03:00:55.472-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/entity-manager/configurations/meson.build' 2025-03-14 03:00:55.487-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json) done (took 13 ms) 2025-03-14 03:00:55.489-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/catalina_fio.json' at 20241213090004405 2025-03-14 03:00:55.489-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/catalina_hdd.json' at 20241213090004405 2025-03-14 03:00:55.489-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/catalina_hdd_nvme.json' at 20241213090004405 2025-03-14 03:00:55.490-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/catalina_pdb.json' at 20241213090004409 2025-03-14 03:00:55.491-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/catalina_scm.json' at 20241213090004409 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_bsm.json' at 20241213090004409 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_mb.json' at 20241213090004409 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_mb.json' at 20250226090004476 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_mb.json' at 20250306090005140 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' at 20241213090004409 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' at 20250226090004476 2025-03-14 03:00:55.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/harma_mb_vr_infineon.json' at 20250306090005140 2025-03-14 03:00:55.493-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_cmm.json' at 20241217090031429 2025-03-14 03:00:55.493-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_cmm_bsm.json' at 20241213090004409 2025-03-14 03:00:55.493-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_cmm_hsc_infineon.json' at 20241217090031429 2025-03-14 03:00:55.493-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_cmm_hsc_infineon.json' at 20250227090004712 2025-03-14 03:00:55.493-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_fanboard.json' at 20241217090031429 2025-03-14 03:00:55.499-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json) done (took 4 ms) 2025-03-14 03:00:55.499-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_pdb.json' at 20241213090004413 2025-03-14 03:00:55.499-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/minerva_pdb_hsc_xdp.json' at 20241213090004413 2025-03-14 03:00:55.506-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json) done (took 5 ms) 2025-03-14 03:00:55.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/ventura_fanboard.json' at 20241213090004413 2025-03-14 03:00:55.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/ventura_ledboard.json' at 20241213090004413 2025-03-14 03:00:55.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/ventura_rmc.json' at 20241213090004413 2025-03-14 03:00:55.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/ventura_scm.json' at 20241213090004413 2025-03-14 03:00:55.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4.json' at 20241213090004413 2025-03-14 03:00:55.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' at 20241213090004417 2025-03-14 03:00:55.508-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' 2025-03-14 03:00:55.508-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' 2025-03-14 03:00:55.513-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json) done (took 4 ms) 2025-03-14 03:00:55.514-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' at 20241213090004417 2025-03-14 03:00:55.514-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' 2025-03-14 03:00:55.514-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' 2025-03-14 03:00:55.520-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json) done (took 4 ms) 2025-03-14 03:00:55.520-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' at 20241213090004417 2025-03-14 03:00:55.520-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' 2025-03-14 03:00:55.521-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' 2025-03-14 03:00:55.526-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json) done (took 4 ms) 2025-03-14 03:00:55.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' at 20241213090004417 2025-03-14 03:00:55.528-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' 2025-03-14 03:00:55.529-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' 2025-03-14 03:00:55.548-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/README.md) done (took 17 ms) 2025-03-14 03:00:55.549-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_adi_48vhsc_inf.json' at 20241213090004417 2025-03-14 03:00:55.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_adi.json' at 20241213090004417 2025-03-14 03:00:55.551-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_inf.json' at 20241213090004417 2025-03-14 03:00:55.553-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_hsc_adi.json' at 20241213090004417 2025-03-14 03:00:55.554-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_adi_48vhsc_inf.json' at 20241217090031429 2025-03-14 03:00:55.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_adi.json' at 20241217090031429 2025-03-14 03:00:55.557-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_inf.json' at 20241217090031429 2025-03-14 03:00:55.558-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_rns_isl_hsc_adi.json' at 20241217090031433 2025-03-14 03:00:55.559-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_adi_48vhsc_inf.json' at 20241213090004417 2025-03-14 03:00:55.560-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_adi.json' at 20241213090004417 2025-03-14 03:00:55.561-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_inf.json' at 20241213090004421 2025-03-14 03:00:55.562-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_medusaboard_adc_ti_hsc_adi.json' at 20241213090004421 2025-03-14 03:00:55.563-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1.json' at 20241213090004421 2025-03-14 03:00:55.563-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1.json' at 20250226090004480 2025-03-14 03:00:55.563-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1_retimer.json' at 20241213090004421 2025-03-14 03:00:55.563-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t1_retimer.json' at 20250226090004480 2025-03-14 03:00:55.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2.json' at 20241213090004421 2025-03-14 03:00:55.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2.json' at 20250226090004480 2025-03-14 03:00:55.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2_retimer.json' at 20241213090004421 2025-03-14 03:00:55.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_sentineldome_t2_retimer.json' at 20250226090004480 2025-03-14 03:00:55.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4_wailuafalls.json' at 20241213090004421 2025-03-14 03:00:55.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yosemite4n.json' at 20241213090004421 2025-03-14 03:00:55.568-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/mtjade.json' at 20241029080004318 2025-03-14 03:00:55.569-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/mtjefferson_bmc.json' at 20241029080004318 2025-03-14 03:00:55.569-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/mtjefferson_mb.json' at 20241106090005625 2025-03-14 03:00:55.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/mtmitchell_bmc.json' at 20240910080004194 2025-03-14 03:00:55.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/nvidia_gb200_io_board.json' at 20241101080009595 2025-03-14 03:00:55.573-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/sbp1_baseboard.json' at 20241003080004509 2025-03-14 03:00:55.573-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/sbp1_baseboard.json' at 20250306090005140 2025-03-14 03:00:55.575-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/sbp1_hbm.json' at 20240424080004832 2025-03-14 03:00:55.575-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/sbp1_nvme.json' at 20241003080004509 2025-03-14 03:00:55.575-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/sbp1_psu.json' at 20241003080004509 2025-03-14 03:00:55.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/stp_baseboard.json' at 20221221040007774 2025-03-14 03:00:55.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/system1_baseboard.json' at 20241114091004236 2025-03-14 03:00:55.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/system1_baseboard.json' at 20250222090004864 2025-03-14 03:00:55.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/system1_chassis.json' at 20241206090006230 2025-03-14 03:00:55.579-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan_s7106_baseboard.json' at 20221221040007774 2025-03-14 03:00:55.579-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan_s8036_baseboard.json' at 20230624080005339 2025-03-14 03:00:55.580-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/wft_baseboard.json' at 20221221040007774 2025-03-14 03:00:55.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/meson_options.txt' at 20241101080009595 2025-03-14 03:00:55.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/global.json' at 20241206090006234 2025-03-14 03:00:55.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/global.json' at 20250220090006134 2025-03-14 03:00:55.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/legacy.json' at 20241204090005347 2025-03-14 03:00:55.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/mctp.json' at 20241205090005315 2025-03-14 03:00:55.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/openbmc-dbus.json' at 20241206090006234 2025-03-14 03:00:55.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/scripts/run-ci.sh' at 20220601030005873 2025-03-14 03:00:55.583-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/service_files/meson.build' at 20241101080009595 2025-03-14 03:00:55.584-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/entity_manager.cpp' at 20241101080009595 2025-03-14 03:00:55.584-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/fru_device.cpp' at 20240830080004339 2025-03-14 03:00:55.584-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/fru_utils.cpp' at 20241108090005428 2025-03-14 03:00:55.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/fru_utils.hpp' at 20240817080005379 2025-03-14 03:00:55.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/meson.build' at 20241101080009595 2025-03-14 03:00:55.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/overlay.cpp' at 20240830080004343 2025-03-14 03:00:55.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/topology.cpp' at 20240817080005379 2025-03-14 03:00:55.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/topology.hpp' at 20240326080009321 2025-03-14 03:00:55.586-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/test/expected-schema-errors.txt' at 20210308005114361 2025-03-14 03:00:55.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/test/test_fru-utils.cpp' at 20220816030005874 2025-03-14 03:00:55.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/include/meson.build' at 20220525020545505 2025-03-14 03:00:55.588-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/meson.build' at 20240904080010582 2025-03-14 03:00:55.588-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/meson_options.txt' at 20230808080009232 2025-03-14 03:00:55.588-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/service_files/meson.build' at 20230413080008664 2025-03-14 03:00:55.588-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/src/erase/meson.build' at 20240330080006130 2025-03-14 03:00:55.589-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/src/meson.build' at 20240330080006130 2025-03-14 03:00:55.590-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/src/test/meson.build' at 20220525020545509 2025-03-14 03:00:55.591-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/subprojects/.clang-tidy-ignore' at 20230512080010312 2025-03-14 03:00:55.591-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/subprojects/packagefiles/boost/meson.build' at 20240330080006130 2025-03-14 03:00:55.592-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/.clang-format' at 20240817080006183 2025-03-14 03:00:55.596-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/meson.build' at 20240820080006853 2025-03-14 03:00:55.596-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/meson.options' at 20240723080006032 2025-03-14 03:00:55.596-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/src/appcommands.cpp' at 20240817080006183 2025-03-14 03:00:55.597-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/src/biccommands.cpp' at 20240817080006183 2025-03-14 03:00:55.597-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/src/oemcommands.cpp' at 20241113090005456 2025-03-14 03:00:55.597-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/fb-ipmi-oem/src/selcommands.cpp' at 20241113090005460 2025-03-14 03:00:55.601-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-ipmi-sys/meson.build' at 20240827080004798 2025-03-14 03:00:55.602-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/.clang-format' at 20241219090006244 2025-03-14 03:00:55.603-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/meson.build' at 20240323080007057 2025-03-14 03:00:55.603-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/meson_options.txt' at 20230629131804615 2025-03-14 03:00:55.603-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/acpi-power-state-daemon/meson.build' at 20240904080011482 2025-03-14 03:00:55.604-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/bare-metal-host-monitor/meson.build' at 20241126090005819 2025-03-14 03:00:55.604-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/dhcp-done/dhcp-done.service.in' at 20240724080006311 2025-03-14 03:00:55.604-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/dhcp-done/meson.build' at 20240724080006311 2025-03-14 03:00:55.605-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/dhcp-done/test/meson.build' at 20240724080006311 2025-03-14 03:00:55.605-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/espi-control/meson.build' at 20230720080008062 2025-03-14 03:00:55.607-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/libcr51sign/include/meson.build' at 20230629131804615 2025-03-14 03:00:55.607-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/libcr51sign/meson.build' at 20230714080010431 2025-03-14 03:00:55.607-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign.c' at 20240817080006807 2025-03-14 03:00:55.608-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign_mauv.c' at 20240817080006807 2025-03-14 03:00:55.608-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/libcr51sign/src/meson.build' at 20231229090005659 2025-03-14 03:00:55.608-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/meson.build' at 20240323080007057 2025-03-14 03:00:55.608-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metric.cpp' at 20241116090005799 2025-03-14 03:00:55.608-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/meson.build' at 20231130090008394 2025-03-14 03:00:55.609-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.png' at 20230629131804619 2025-03-14 03:00:55.609-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.png' at 20230629131804619 2025-03-14 03:00:55.609-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/meson.build' at 20230714080010431 2025-03-14 03:00:55.610-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/src/meson.build' at 20240622080006899 2025-03-14 03:00:55.610-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/src/ncsi_sockio.cpp' at 20241219090006248 2025-03-14 03:00:55.610-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/src/ncsid@.service.in' at 20230629131804619 2025-03-14 03:00:55.610-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/src/ncsid_lib.sh' at 20240326080010549 2025-03-14 03:00:55.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/src/update-ra-gw@.service.in' at 20230629131804623 2025-03-14 03:00:55.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/src/update_ra_gw.sh' at 20240711080006415 2025-03-14 03:00:55.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/test/meson.build' at 20231130090008394 2025-03-14 03:00:55.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/nemora-postd/meson.build' at 20230717080006550 2025-03-14 03:00:55.614-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/gpioplus/README.md' at 20221209040008331 2025-03-14 03:00:55.614-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/gpioplus/meson.build' at 20230713080009164 2025-03-14 03:00:55.619-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/hiomapd/m4/.keep' at 20210308005100993 2025-03-14 03:00:55.630-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/intel-ipmi-oem/src/bridgingcommands.cpp' at 20240829080009330 2025-03-14 03:00:55.630-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/intel-ipmi-oem/src/chassiscommands.cpp' at 20240829080009330 2025-03-14 03:00:55.630-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/intel-ipmi-oem/src/manufacturingcommands.cpp' at 20241023080007883 2025-03-14 03:00:55.630-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/intel-ipmi-oem/src/oemcommands.cpp' at 20240830080007323 2025-03-14 03:00:55.631-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/intel-ipmi-oem/src/storagecommands.cpp' at 20240829080009334 2025-03-14 03:00:55.632-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmbbridge/.clang-format' at 20240817080008812 2025-03-14 03:00:55.632-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmbbridge/OWNERS' at 20220907030008353 2025-03-14 03:00:55.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmbbridge/meson.build' at 20240412080008445 2025-03-14 03:00:55.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/.clang-format' at 20241219090008836 2025-03-14 03:00:55.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/frup.cpp' at 20240817080009164 2025-03-14 03:00:55.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/scripts/extra-properties.mako.cpp' at 20210308004927352 2025-03-14 03:00:55.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/scripts/extra-properties.py' at 20230720080010758 2025-03-14 03:00:55.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/scripts/fru_gen.py' at 20230720080010758 2025-03-14 03:00:55.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/scripts/writefru.mako.cpp' at 20210308004927352 2025-03-14 03:00:55.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/strgfnhandler.cpp' at 20240817080009164 2025-03-14 03:00:55.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/ipmi-fru-parser/writefrudata.cpp' at 20240817080009164 2025-03-14 03:00:55.649-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/kcsbridge/.clang-format' at 20240829080010546 2025-03-14 03:00:55.650-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/kcsbridge/meson.build' at 20231025080013522 2025-03-14 03:00:55.650-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/.clang-format' at 20241219090009776 2025-03-14 03:00:55.651-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/include/libbej/meson.build' at 20240106090013589 2025-03-14 03:00:55.651-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/meson.build' at 20230713080012540 2025-03-14 03:00:55.651-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/src/bej_decoder_core.c' at 20240821080009267 2025-03-14 03:00:55.652-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/src/meson.build' at 20240106090013589 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/annotation_dict.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/chassis_dict.bin' at 20240106090013589 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/circuit_dict.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/drive_oem_dict.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/storage_dict.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/chassis_enc.bin' at 20240106090013589 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/circuit_enc.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/drive_oem_enc.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/dummy_simple_enc.bin' at 20220604030008508 2025-03-14 03:00:55.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/storage_enc.bin' at 20221202040011011 2025-03-14 03:00:55.654-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/meson.build' at 20240402080008906 2025-03-14 03:00:55.654-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/.clang-tidy' at 20240709145403765 2025-03-14 03:00:55.654-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/OWNERS' at 20240806080010855 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/cper-parse.c' at 20241121090009283 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/cper-utils.c' at 20241121090009283 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/cper-utils.c' at 20250224090009116 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/arm.cper' at 20250221090013002 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/ccixper.cper' at 20250221090013002 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/cxlcomponent-media.cper' at 20250221090013002 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/cxlprotocol.cper' at 20250221090013002 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/dmargeneric.cper' at 20250221090013002 2025-03-14 03:00:55.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/dmariommu.cper' at 20250221090013002 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/dmarvtd.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/firmware.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/generic.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/ia32x64.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/memory.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/memory2.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/nvidia.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/pcibus.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/pcidev.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/pcie.cper' at 20250221090013006 2025-03-14 03:00:55.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/examples/unknown.cper' at 20250221090013010 2025-03-14 03:00:55.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/cper-generate-cli.c' at 20241114091008828 2025-03-14 03:00:55.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/cper-generate.c' at 20241114091008828 2025-03-14 03:00:55.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/gen-utils.c' at 20241114091008828 2025-03-14 03:00:55.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-ampere.c' at 20241114091008828 2025-03-14 03:00:55.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-ccix-per.c' at 20241114091008828 2025-03-14 03:00:55.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-cxl-protocol.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-dmar.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-firmware.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-generic.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-ia32x64.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-memory.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-pci-bus.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-pci-dev.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/generator/sections/gen-section-pcie.c' at 20241114091008828 2025-03-14 03:00:55.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/Cper.h' at 20241214090008736 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/cper-parse.h' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/cper-utils.h' at 20241121090009287 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/generator/cper-generate.h' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/generator/gen-utils.h' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/generator/sections/gen-section.h' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/meson.build' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-ampere.h' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-ccix-per.h' at 20241114091008832 2025-03-14 03:00:55.659-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-cxl-protocol.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-dmar-generic.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-dmar-iommu.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-dmar-vtd.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-firmware.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-generic.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-ipf.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-memory.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-nvidia.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-pci-bus.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-pci-dev.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/include/libcper/sections/cper-section-pcie.h' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/ir-parse.c' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/meson.build' at 20241114091008832 2025-03-14 03:00:55.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/meson.build' at 20250224090009120 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-arm.c' at 20241203090012399 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-ccix-per.c' at 20241114091008832 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-cxl-component.c' at 20241114091008832 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-cxl-protocol.c' at 20241114091008832 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-generic.c' at 20241114091008832 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-ia32x64.c' at 20241114091008832 2025-03-14 03:00:55.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-memory.c' at 20241214090008740 2025-03-14 03:00:55.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-pci-bus.c' at 20241214090008740 2025-03-14 03:00:55.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-pci-dev.c' at 20241114091008832 2025-03-14 03:00:55.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/sections/cper-section-pcie.c' at 20241214090008740 2025-03-14 03:00:55.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/cper-json-header.json' at 20241207090009631 2025-03-14 03:00:55.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/cper-json-section-descriptor.json' at 20241207090009631 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-arm-processor.json' at 20241207090009631 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-ccix-per.json' at 20241018080009993 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-ccix-per.json' at 20250224090009120 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-cxl-component.json' at 20241207090009631 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-cxl-component.json' at 20250224090009120 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-cxl-protocol.json' at 20241207090009631 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-cxl-protocol.json' at 20250224090009120 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-generic-processor.json' at 20241207090009631 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-generic-processor.json' at 20250224090009120 2025-03-14 03:00:55.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-ia32x64-processor.json' at 20241207090009631 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-memory.json' at 20241214090008740 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-memory.json' at 20250224090009120 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-memory2.json' at 20241214090008740 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-pci-bus.json' at 20241214090008740 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-pci-bus.json' at 20250224090009120 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-pci-component.json' at 20241207090009635 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-pci-component.json' at 20250224090009120 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-pcie.json' at 20241214090008740 2025-03-14 03:00:55.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/specification/json/sections/cper-pcie.json' at 20250224090009120 2025-03-14 03:00:55.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/tests/ir-tests.cpp' at 20241114091008832 2025-03-14 03:00:55.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/tests/meson.build' at 20241114091008832 2025-03-14 03:00:55.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/tests/meson.build' at 20250224090009124 2025-03-14 03:00:55.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/tests/test-utils.cpp' at 20241114091008832 2025-03-14 03:00:55.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libcper/tests/test-utils.hpp' at 20241114091008832 2025-03-14 03:00:55.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/README.md' at 20240816080008910 2025-03-14 03:00:55.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/container_of.h' at 20221017030010210 2025-03-14 03:00:55.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/core.c' at 20241219090010504 2025-03-14 03:00:55.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/libmctp.h' at 20241219090010504 2025-03-14 03:00:55.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/meson.build' at 20241219090010504 2025-03-14 03:00:55.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/meson.options' at 20241219090010504 2025-03-14 03:00:55.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/serial.c' at 20241219090010504 2025-03-14 03:00:55.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/tests/meson.build' at 20241219090010504 2025-03-14 03:00:55.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/tests/test-utils.c' at 20241219090010504 2025-03-14 03:00:55.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/tests/test_bridge.c' at 20241219090010504 2025-03-14 03:00:55.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/tests/test_cmds.c' at 20241219090010504 2025-03-14 03:00:55.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/tests/test_i2c.c' at 20241219090010504 2025-03-14 03:00:55.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libmctp/utils/meson.build' at 20241219090010504 2025-03-14 03:00:55.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/CHANGELOG.md' at 20241220090015098 2025-03-14 03:00:55.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/README.md' at 20241204090010699 2025-03-14 03:00:55.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/abi/x86_64/gcc.dump' at 20241212090010927 2025-03-14 03:00:55.671-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/docs/checklists/changes.md' at 20241225090009112 2025-03-14 03:00:55.671-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/docs/checklists/releases.md' at 20240908080010098 2025-03-14 03:00:55.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/include/libpldm/base.h' at 20241125090009363 2025-03-14 03:00:55.674-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/include/libpldm/meson.build' at 20241204090010699 2025-03-14 03:00:55.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/instance-db/default' at 20230608150615691 2025-03-14 03:00:55.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/meson.build' at 20241212090010927 2025-03-14 03:00:55.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/meson.options' at 20241204090010699 2025-03-14 03:00:55.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/scripts/pre-submit' at 20241204090010699 2025-03-14 03:00:55.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/src/api.h' at 20240918080010476 2025-03-14 03:00:55.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/src/dsp/pdr.c' at 20241204090010703 2025-03-14 03:00:55.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/src/meson.build' at 20241204090010703 2025-03-14 03:00:55.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/src/msgbuf.h' at 20241220090015102 2025-03-14 03:00:55.682-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/tests/dsp/firmware_update.cpp' at 20241220090015102 2025-03-14 03:00:55.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/tests/dsp/pdr.cpp' at 20241009080011085 2025-03-14 03:00:55.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/tests/dsp/platform.cpp' at 20241219090011028 2025-03-14 03:00:55.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/tests/fuzz/fd-fuzz-input1.dat' at 20250116090011971 2025-03-14 03:00:55.684-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/tests/meson.build' at 20241204090010703 2025-03-14 03:00:55.707-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/ABI/testing/sysfs-fs-xfs' at 20220525020651634 2025-03-14 03:00:55.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/admin-guide/kernel-parameters.txt' at 20241011080017287 2025-03-14 03:00:55.727-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/admin-guide/media/building.rst' at 20240405153044953 2025-03-14 03:00:55.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/admin-guide/media/saa7134.rst' at 20220525020651646 2025-03-14 03:00:55.740-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/arch/arm64/elf_hwcaps.rst' at 20240405153229739 2025-03-14 03:00:55.741-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/arch/arm64/silicon-errata.rst' at 20241011080017287 2025-03-14 03:00:55.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml' at 20240405153045037 2025-03-14 03:00:55.846-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml' at 20240405153045089 2025-03-14 03:00:55.854-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/devicetree/bindings/media/s5p-mfc.txt' at 20240405153045101 2025-03-14 03:00:55.916-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml' at 20240405153045145 2025-03-14 03:00:55.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml' at 20240405153229791 2025-03-14 03:00:55.958-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/devicetree/bindings/trivial-devices.yaml' at 20240826080012307 2025-03-14 03:00:56.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/hwmon/index.rst' at 20240826080012307 2025-03-14 03:00:56.020-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/i2c/busses/i2c-i801.rst' at 20240405153229819 2025-03-14 03:00:56.022-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/images/logo.gif' at 20240405153045221 2025-03-14 03:00:56.052-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/networking/strparser.rst' at 20210307214925542 2025-03-14 03:00:56.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/MAINTAINERS' at 20240913080013765 2025-03-14 03:00:56.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Makefile' at 20241220090018302 2025-03-14 03:00:56.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Makefile' at 20250224090012688 2025-03-14 03:00:56.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Makefile' at 20250228090018817 2025-03-14 03:00:56.143-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/alpha/include/uapi/asm/ptrace.h' at 20240405153045349 2025-03-14 03:00:56.144-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/alpha/kernel/asm-offsets.c' at 20240405153045353 2025-03-14 03:00:56.148-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/alpha/kernel/traps.c' at 20240405153045357 2025-03-14 03:00:56.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/alpha/mm/fault.c' at 20240405153045357 2025-03-14 03:00:56.176-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/Makefile' at 20241106090018634 2025-03-14 03:00:56.177-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtjade.dts' at 20240809080013002 2025-03-14 03:00:56.177-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-e3c246d4i.dts' at 20240405153229863 2025-03-14 03:00:56.178-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-bytedance-g220a.dts' at 20240405153229863 2025-03-14 03:00:56.178-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts' at 20240405153229863 2025-03-14 03:00:56.178-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts' at 20240405153229863 2025-03-14 03:00:56.178-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts' at 20241004080012679 2025-03-14 03:00:56.178-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-bonnell.dts' at 20240813080021918 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts' at 20241107090012997 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts' at 20241118090018491 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dts' at 20241002080012454 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-lenovo-hr630.dts' at 20240405153229867 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-lanyang.dts' at 20240809080013006 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-nicole.dts' at 20240809080013006 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-palmetto.dts' at 20240405153045417 2025-03-14 03:00:56.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-romulus.dts' at 20240809080013006 2025-03-14 03:00:56.180-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-swift.dts' at 20240809080013006 2025-03-14 03:00:56.180-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-zaius.dts' at 20240809080013006 2025-03-14 03:00:56.193-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/intel/socfpga/socfpga_arria10.dtsi' at 20240405153229871 2025-03-14 03:00:56.204-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts' at 20240405153045465 2025-03-14 03:00:56.210-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gbs.dts' at 20241105090012295 2025-03-14 03:00:56.210-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/nuvoton/nuvoton-npcm750-runbmc-olympus.dts' at 20241105090012295 2025-03-14 03:00:56.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi' at 20240405153045533 2025-03-14 03:00:56.272-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/st/stm32mp151.dtsi' at 20240805080013915 2025-03-14 03:00:56.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-drc02.dtsi' at 20240405153045585 2025-03-14 03:00:56.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi' at 20240405153045585 2025-03-14 03:00:56.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/st/stm32mp15xx-dhcom-picoitx.dtsi' at 20240405153045585 2025-03-14 03:00:56.283-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi' at 20240405153045601 2025-03-14 03:00:56.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi' at 20240405153045601 2025-03-14 03:00:56.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/mach-aspeed/Kconfig' at 20240405153045633 2025-03-14 03:00:56.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/mach-at91/pm.c' at 20240405153229911 2025-03-14 03:00:56.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm/mach-omap1/board-nokia770.c' at 20240405153045657 2025-03-14 03:00:56.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts' at 20240405153045709 2025-03-14 03:00:56.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts' at 20240405153045709 2025-03-14 03:00:56.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi' at 20240405153045709 2025-03-14 03:00:56.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi' at 20240405153045745 2025-03-14 03:00:56.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8173-evb.dts' at 20240405153229931 2025-03-14 03:00:56.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts' at 20241211090145373 2025-03-14 03:00:56.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-kenzo.dts' at 20240405153045749 2025-03-14 03:00:56.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-willow.dtsi' at 20220525020651918 2025-03-14 03:00:56.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi' at 20241211090145373 2025-03-14 03:00:56.411-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8183.dtsi' at 20240503080014458 2025-03-14 03:00:56.411-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8186.dtsi' at 20241008080013891 2025-03-14 03:00:56.411-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi' at 20240805080013915 2025-03-14 03:00:56.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi' at 20241211090145373 2025-03-14 03:00:56.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195-demo.dts' at 20240405153229935 2025-03-14 03:00:56.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8195.dtsi' at 20241211090145373 2025-03-14 03:00:56.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/mt8516.dtsi' at 20240405153045749 2025-03-14 03:00:56.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi' at 20240405153045749 2025-03-14 03:00:56.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/nvidia/tegra234.dtsi' at 20240405153229935 2025-03-14 03:00:56.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/Makefile' at 20240405153229935 2025-03-14 03:00:56.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8916.dtsi' at 20240405153229943 2025-03-14 03:00:56.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8939.dtsi' at 20240405153229943 2025-03-14 03:00:56.421-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8994.dtsi' at 20240405153229943 2025-03-14 03:00:56.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts' at 20240405153045769 2025-03-14 03:00:56.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/msm8996.dtsi' at 20240805080013915 2025-03-14 03:00:56.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6150.dtsi' at 20240405153229943 2025-03-14 03:00:56.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/pm6150l.dtsi' at 20240405153229943 2025-03-14 03:00:56.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/qcs404.dtsi' at 20240405153229947 2025-03-14 03:00:56.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts' at 20240805080013919 2025-03-14 03:00:56.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/qru1000-idp.dts' at 20240405153229947 2025-03-14 03:00:56.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sa8775p-ride.dts' at 20240405153229947 2025-03-14 03:00:56.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi' at 20240405153229947 2025-03-14 03:00:56.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi' at 20240405153229947 2025-03-14 03:00:56.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-homestar.dtsi' at 20240405153229947 2025-03-14 03:00:56.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi' at 20240405153229947 2025-03-14 03:00:56.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi' at 20240405153045781 2025-03-14 03:00:56.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-wormdingler.dtsi' at 20240405153229947 2025-03-14 03:00:56.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi' at 20240411080014050 2025-03-14 03:00:56.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7180.dtsi' at 20240812080017228 2025-03-14 03:00:56.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc7280.dtsi' at 20240812080017228 2025-03-14 03:00:56.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sc8280xp.dtsi' at 20240617080017378 2025-03-14 03:00:56.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dts' at 20240405153045785 2025-03-14 03:00:56.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sdm845.dtsi' at 20240812080017228 2025-03-14 03:00:56.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sdx75.dtsi' at 20240405153229955 2025-03-14 03:00:56.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm4450.dtsi' at 20240405153229955 2025-03-14 03:00:56.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6115.dtsi' at 20240805080013919 2025-03-14 03:00:56.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6125.dtsi' at 20240405153229955 2025-03-14 03:00:56.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6350.dtsi' at 20241211090145373 2025-03-14 03:00:56.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm6375.dtsi' at 20240405153229955 2025-03-14 03:00:56.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts' at 20240405153229955 2025-03-14 03:00:56.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts' at 20240405153045793 2025-03-14 03:00:56.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8250.dtsi' at 20240805080013919 2025-03-14 03:00:56.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8350.dtsi' at 20240805080013919 2025-03-14 03:00:56.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8450.dtsi' at 20240805080013919 2025-03-14 03:00:56.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/qcom/sm8550.dtsi' at 20240405153229959 2025-03-14 03:00:56.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi' at 20241115090012941 2025-03-14 03:00:56.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus-lts.dts' at 20240405153229967 2025-03-14 03:00:56.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3328.dtsi' at 20241115090012941 2025-03-14 03:00:56.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi' at 20240919080017050 2025-03-14 03:00:56.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62-main.dtsi' at 20240405153229971 2025-03-14 03:00:56.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi' at 20240405153229971 2025-03-14 03:00:56.465-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/include/asm/mman.h' at 20241125090012231 2025-03-14 03:00:56.471-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/kernel/cacheinfo.c' at 20240405153045865 2025-03-14 03:00:56.471-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/kernel/cpufeature.c' at 20240815080012867 2025-03-14 03:00:56.477-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/kernel/vdso/vdso.lds.S' at 20240405153229983 2025-03-14 03:00:56.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/kernel/vmlinux.lds.S' at 20241211090145377 2025-03-14 03:00:56.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/kvm/arch_timer.c' at 20241211090145377 2025-03-14 03:00:56.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/arm64/mm/hugetlbpage.c' at 20240405153229987 2025-03-14 03:00:56.502-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/hexagon/Makefile' at 20240405153045913 2025-03-14 03:00:56.503-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/hexagon/include/asm/cmpxchg.h' at 20240405153045913 2025-03-14 03:00:56.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/hexagon/kernel/traps.c' at 20240405153045913 2025-03-14 03:00:56.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/include/asm/hw_breakpoint.h' at 20240628080013977 2025-03-14 03:00:56.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/include/asm/inst.h' at 20240405153045937 2025-03-14 03:00:56.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/include/asm/loongarch.h' at 20241118090018491 2025-03-14 03:00:56.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/include/uapi/asm/ptrace.h' at 20240405153229999 2025-03-14 03:00:56.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/efi.c' at 20240815080012867 2025-03-14 03:00:56.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/genex.S' at 20240405153045945 2025-03-14 03:00:56.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/hw_breakpoint.c' at 20240805080013923 2025-03-14 03:00:56.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/idle.c' at 20240405153045945 2025-03-14 03:00:56.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/inst.c' at 20240405153045945 2025-03-14 03:00:56.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/numa.c' at 20240405153230003 2025-03-14 03:00:56.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/ptrace.c' at 20240805080013923 2025-03-14 03:00:56.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/kernel/reset.c' at 20240405153045945 2025-03-14 03:00:56.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/lib/csum.c' at 20240405153045945 2025-03-14 03:00:56.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/net/bpf_jit.c' at 20241211090145381 2025-03-14 03:00:56.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/loongarch/power/platform.c' at 20240405153045949 2025-03-14 03:00:56.557-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/m68k/include/asm/vga.h' at 20210307214926166 2025-03-14 03:00:56.575-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/mips/Makefile' at 20240405153230007 2025-03-14 03:00:56.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/mips/boot/dts/loongson/loongson64g_4core_ls7a.dts' at 20210309003648828 2025-03-14 03:00:56.629-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/mips/include/asm/mipsregs.h' at 20240405153046009 2025-03-14 03:00:56.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/mips/kernel/ftrace.c' at 20220525020652006 2025-03-14 03:00:56.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/mips/loongson64/boardinfo.c' at 20220525020652010 2025-03-14 03:00:56.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/mips/math-emu/cp1emu.c' at 20240405153046037 2025-03-14 03:00:56.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/include/asm/book3s/64/pgtable.h' at 20240405153230027 2025-03-14 03:00:56.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/include/asm/hugetlb.h' at 20240405153046109 2025-03-14 03:00:56.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/kernel/setup-common.c' at 20241211090145385 2025-03-14 03:00:56.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/kernel/smp.c' at 20240405153230039 2025-03-14 03:00:56.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/kvm/e500_mmu_host.c' at 20240405153046173 2025-03-14 03:00:56.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/lib/code-patching.c' at 20240405153046173 2025-03-14 03:00:56.816-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/platforms/book3s/vas-api.c' at 20240405153230051 2025-03-14 03:00:56.829-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/platforms/pseries/eeh_pseries.c' at 20240405153046221 2025-03-14 03:00:56.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/sysdev/xive/native.c' at 20240405153230059 2025-03-14 03:00:56.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/powerpc/sysdev/xive/spapr.c' at 20240405153046237 2025-03-14 03:00:56.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/Kconfig.debug' at 20210307214926490 2025-03-14 03:00:56.845-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/include/asm/cacheflush.h' at 20240405153230063 2025-03-14 03:00:56.846-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/include/asm/futex.h' at 20240405153046245 2025-03-14 03:00:56.847-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/include/asm/kvm_host.h' at 20240405153230063 2025-03-14 03:00:56.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/include/asm/page.h' at 20240503080014462 2025-03-14 03:00:56.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/include/asm/patch.h' at 20240405153230063 2025-03-14 03:00:56.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/include/asm/pgtable.h' at 20240913080013769 2025-03-14 03:00:56.853-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kernel/ftrace.c' at 20240405153046253 2025-03-14 03:00:56.854-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kernel/patch.c' at 20240411080014050 2025-03-14 03:00:56.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kernel/probes/kprobes.c' at 20240913080013769 2025-03-14 03:00:56.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kernel/signal.c' at 20240617080017378 2025-03-14 03:00:56.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kernel/traps.c' at 20240830080013243 2025-03-14 03:00:56.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kernel/vector.c' at 20240405153046261 2025-03-14 03:00:56.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kvm/vcpu.c' at 20240405153230071 2025-03-14 03:00:56.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kvm/vcpu_sbi.c' at 20241008080013895 2025-03-14 03:00:56.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_hsm.c' at 20240405153046261 2025-03-14 03:00:56.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/kvm/vcpu_sbi_replace.c' at 20240405153046261 2025-03-14 03:00:56.859-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/riscv/mm/init.c' at 20240913080013769 2025-03-14 03:00:56.862-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/Makefile' at 20240613080016367 2025-03-14 03:00:56.868-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/include/asm/futex.h' at 20240405153046277 2025-03-14 03:00:56.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/include/asm/processor.h' at 20240719080013345 2025-03-14 03:00:56.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/kernel/perf_cpum_cf.c' at 20240805080013927 2025-03-14 03:00:56.880-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/kernel/perf_pai_crypto.c' at 20240405153230079 2025-03-14 03:00:56.880-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/kernel/perf_pai_ext.c' at 20240405153230079 2025-03-14 03:00:56.881-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/kernel/topology.c' at 20240405153046293 2025-03-14 03:00:56.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/kvm/vsie.c' at 20240405153230087 2025-03-14 03:00:56.889-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/s390/purgatory/Makefile' at 20240405153046305 2025-03-14 03:00:56.982-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/Kconfig' at 20241104090011563 2025-03-14 03:00:56.983-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/boot/compressed/Makefile' at 20240624080012768 2025-03-14 03:00:56.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/entry/vsyscall/vsyscall_64.c' at 20240613080016371 2025-03-14 03:00:56.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/events/amd/ibs.c' at 20240405153230107 2025-03-14 03:00:56.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/events/core.c' at 20241011080017291 2025-03-14 03:00:56.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/events/intel/core.c' at 20241211090145389 2025-03-14 03:00:56.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/events/intel/core.c' at 20250224090012692 2025-03-14 03:00:57.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/apic.h' at 20240418080014482 2025-03-14 03:00:57.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/cpu.h' at 20240405153230111 2025-03-14 03:00:57.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/intel-family.h' at 20240405153230111 2025-03-14 03:00:57.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/kexec.h' at 20240405153230111 2025-03-14 03:00:57.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/kvm_host.h' at 20240805080013931 2025-03-14 03:00:57.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/microcode.h' at 20240405153230111 2025-03-14 03:00:57.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/mmu.h' at 20240405153046389 2025-03-14 03:00:57.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/mmu_context.h' at 20240405153230111 2025-03-14 03:00:57.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/msr-index.h' at 20240815080012871 2025-03-14 03:00:57.010-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/perf_event.h' at 20240405153046389 2025-03-14 03:00:57.012-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/processor.h' at 20241220090018306 2025-03-14 03:00:57.012-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/ptrace.h' at 20240405153046393 2025-03-14 03:00:57.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/special_insns.h' at 20240405153230115 2025-03-14 03:00:57.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/tlb.h' at 20240405153046397 2025-03-14 03:00:57.016-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/include/asm/tlbflush.h' at 20240405153230115 2025-03-14 03:00:57.024-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/amd_nb.c' at 20241018080014474 2025-03-14 03:00:57.025-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/apic/ipi.c' at 20240405153230119 2025-03-14 03:00:57.025-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/apic/x2apic_cluster.c' at 20240405153230119 2025-03-14 03:00:57.025-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/apic/x2apic_phys.c' at 20240405153230119 2025-03-14 03:00:57.026-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cet.c' at 20240405153230119 2025-03-14 03:00:57.026-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/bugs.c' at 20241023080012875 2025-03-14 03:00:57.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/common.c' at 20241220090018306 2025-03-14 03:00:57.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/cyrix.c' at 20240405153046413 2025-03-14 03:00:57.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/intel.c' at 20240405153230119 2025-03-14 03:00:57.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/match.c' at 20240628080013981 2025-03-14 03:00:57.028-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/microcode/amd.c' at 20240405153230123 2025-03-14 03:00:57.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/microcode/core.c' at 20240405153230123 2025-03-14 03:00:57.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/microcode/intel.c' at 20240405153230123 2025-03-14 03:00:57.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/microcode/internal.h' at 20240405153230123 2025-03-14 03:00:57.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/cpu/mshyperv.c' at 20241001080013012 2025-03-14 03:00:57.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/fpu/regset.c' at 20240405153230123 2025-03-14 03:00:57.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/head32.c' at 20240405153046433 2025-03-14 03:00:57.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/head_32.S' at 20240405153046433 2025-03-14 03:00:57.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/i8253.c' at 20210307214926702 2025-03-14 03:00:57.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/machine_kexec_64.c' at 20241011080017291 2025-03-14 03:00:57.036-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/nmi.c' at 20240405153230127 2025-03-14 03:00:57.036-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/process_64.c' at 20241008080013899 2025-03-14 03:00:57.038-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/smpboot.c' at 20241008080013899 2025-03-14 03:00:57.038-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kernel/static_call.c' at 20241220090018306 2025-03-14 03:00:57.039-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/cpuid.c' at 20240613080016375 2025-03-14 03:00:57.039-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/cpuid.h' at 20240429080012408 2025-03-14 03:00:57.040-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/hyperv.c' at 20240405153230131 2025-03-14 03:00:57.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/lapic.c' at 20241125090012235 2025-03-14 03:00:57.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/mmu/mmu.c' at 20241216090017689 2025-03-14 03:00:57.043-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/svm/nested.c' at 20241104090011563 2025-03-14 03:00:57.044-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/svm/svm.c' at 20240913080013773 2025-03-14 03:00:57.046-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/vmx/vmx.c' at 20241125090012239 2025-03-14 03:00:57.047-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/kvm/x86.c' at 20240913080013777 2025-03-14 03:00:57.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/mm/ident_map.c' at 20241216090017689 2025-03-14 03:00:57.052-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/mm/numa.c' at 20240613080016375 2025-03-14 03:00:57.054-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/mm/tlb.c' at 20241008080013899 2025-03-14 03:00:57.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/xen/mmu_pv.c' at 20241008080013899 2025-03-14 03:00:57.071-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/xen/xen-asm.S' at 20241220090018306 2025-03-14 03:00:57.071-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/arch/x86/xen/xen-head.S' at 20241220090018306 2025-03-14 03:00:57.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/bfq-iosched.c' at 20241211090145393 2025-03-14 03:00:57.095-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/blk-cgroup.c' at 20241220090018306 2025-03-14 03:00:57.099-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/blk-mq.c' at 20241211090145393 2025-03-14 03:00:57.102-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/blk-sysfs.c' at 20240405153046521 2025-03-14 03:00:57.105-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/fops.c' at 20240613080016379 2025-03-14 03:00:57.106-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/ioctl.c' at 20240628080013985 2025-03-14 03:00:57.109-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/partitions/ldm.h' at 20240405153046525 2025-03-14 03:00:57.109-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/block/partitions/mac.c' at 20220525020652210 2025-03-14 03:00:57.120-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/crypto/ecc.c' at 20240405153046537 2025-03-14 03:00:57.121-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/crypto/ecdsa.c' at 20240617080017382 2025-03-14 03:00:57.194-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/acpica/achware.h' at 20240405153046617 2025-03-14 03:00:57.203-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/apei/ghes.c' at 20240405153230167 2025-03-14 03:00:57.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/arm64/iort.c' at 20240405153046629 2025-03-14 03:00:57.207-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/fan_core.c' at 20240405153046637 2025-03-14 03:00:57.212-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/prmt.c' at 20241104090011563 2025-03-14 03:00:57.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/property.c' at 20240405153230171 2025-03-14 03:00:57.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/resource.c' at 20241220090018310 2025-03-14 03:00:57.215-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/acpi/x86/utils.c' at 20241216090017689 2025-03-14 03:00:57.219-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ata/libata-core.c' at 20240913080013781 2025-03-14 03:00:57.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ata/libata-sff.c' at 20240405153230179 2025-03-14 03:00:57.233-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/base/class.c' at 20240405153230183 2025-03-14 03:00:57.237-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/base/power/domain.c' at 20241008080013907 2025-03-14 03:00:57.239-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/base/regmap/regmap-irq.c' at 20241211090145397 2025-03-14 03:00:57.240-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/base/regmap/regmap.c' at 20241216090017693 2025-03-14 03:00:57.241-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/base/topology.c' at 20240405153046693 2025-03-14 03:00:57.248-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/block/nbd.c' at 20241008080013907 2025-03-14 03:00:57.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/block/virtio_blk.c' at 20241211090145397 2025-03-14 03:00:57.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/block/zram/zram_drv.c' at 20241216090017693 2025-03-14 03:00:57.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/bluetooth/btnxpuart.c' at 20240913080013781 2025-03-14 03:00:57.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/bluetooth/btqca.c' at 20240613080016379 2025-03-14 03:00:57.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/bluetooth/btusb.c' at 20241216090017693 2025-03-14 03:00:57.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/bus/ti-sysc.c' at 20240405153230199 2025-03-14 03:00:57.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/char/ipmi/ipmb_dev_int.c' at 20240405153230199 2025-03-14 03:00:57.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/char/ipmi/ssif_bmc.c' at 20240805080013943 2025-03-14 03:00:57.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/char/misc.c' at 20240405153046757 2025-03-14 03:00:57.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/analogbits/wrpll-cln28hpc.c' at 20220525020652302 2025-03-14 03:00:57.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/clk-conf.c' at 20240405153046777 2025-03-14 03:00:57.292-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/clk-si5351.c' at 20240405153230207 2025-03-14 03:00:57.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/clk.c' at 20240520080015135 2025-03-14 03:00:57.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/imx/clk-imx8mp.c' at 20241008080013911 2025-03-14 03:00:57.302-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-aud.c' at 20240405153230211 2025-03-14 03:00:57.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-bdp.c' at 20240405153046793 2025-03-14 03:00:57.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-img.c' at 20240405153046793 2025-03-14 03:00:57.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-mm.c' at 20240405153046793 2025-03-14 03:00:57.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/mediatek/clk-mt2701-vdec.c' at 20240405153046793 2025-03-14 03:00:57.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/clk-alpha-pll.c' at 20241011080017299 2025-03-14 03:00:57.320-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/clk-alpha-pll.h' at 20241008080013911 2025-03-14 03:00:57.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/clk-rpmh.c' at 20241216090017693 2025-03-14 03:00:57.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/common.c' at 20240405153046813 2025-03-14 03:00:57.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/dispcc-sm6350.c' at 20240613080016383 2025-03-14 03:00:57.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/gcc-mdm9607.c' at 20240405153230227 2025-03-14 03:00:57.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/gcc-sdm845.c' at 20240405153230231 2025-03-14 03:00:57.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/qcom/gcc-sm8550.c' at 20240913080013785 2025-03-14 03:00:57.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/ralink/clk-mtmips.c' at 20241211090145397 2025-03-14 03:00:57.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/sunxi/clk-simple-gates.c' at 20210307214927030 2025-03-14 03:00:57.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/sunxi/clk-sun8i-bus-gates.c' at 20210307214927030 2025-03-14 03:00:57.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a100.c' at 20240405153046853 2025-03-14 03:00:57.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clk/sunxi-ng/ccu-sun50i-a64.h' at 20240405153046853 2025-03-14 03:00:57.359-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clocksource/hyperv_timer.c' at 20240405153230247 2025-03-14 03:00:57.359-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clocksource/i8253.c' at 20210307214927046 2025-03-14 03:00:57.360-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/clocksource/samsung_pwm_timer.c' at 20220525020652342 2025-03-14 03:00:57.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpufreq/Kconfig' at 20240405153046909 2025-03-14 03:00:57.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpufreq/acpi-cpufreq.c' at 20240719080013349 2025-03-14 03:00:57.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpufreq/amd-pstate.c' at 20241211090145401 2025-03-14 03:00:57.393-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpufreq/cpufreq-dt-platdev.c' at 20240405153230251 2025-03-14 03:00:57.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpufreq/qcom-cpufreq-hw.c' at 20240405153230255 2025-03-14 03:00:57.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpufreq/s3c64xx-cpufreq.c' at 20210307214927058 2025-03-14 03:00:57.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cpuidle/cpuidle-riscv-sbi.c' at 20241008080013915 2025-03-14 03:00:57.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/caam/blob_gen.c' at 20240405153046929 2025-03-14 03:00:57.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec.h' at 20240405153230263 2025-03-14 03:00:57.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_crypto.c' at 20240628080013985 2025-03-14 03:00:57.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/hisilicon/sec2/sec_crypto.h' at 20240405153046945 2025-03-14 03:00:57.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c' at 20240405153046949 2025-03-14 03:00:57.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/qce/aead.c' at 20240405153046965 2025-03-14 03:00:57.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/qce/core.c' at 20240405153046965 2025-03-14 03:00:57.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/qce/sha.c' at 20240405153046965 2025-03-14 03:00:57.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/crypto/qce/skcipher.c' at 20240405153046965 2025-03-14 03:00:57.450-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cxl/core/region.c' at 20241111090012121 2025-03-14 03:00:57.451-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/cxl/pci.c' at 20240405153230275 2025-03-14 03:00:57.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/apple-admac.c' at 20240405153230279 2025-03-14 03:00:57.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/at_xdmac.c' at 20240405153046981 2025-03-14 03:00:57.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/dw/acpi.c' at 20210309003649332 2025-03-14 03:00:57.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/dw/internal.h' at 20220525020652406 2025-03-14 03:00:57.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/dw/pci.c' at 20240405153046989 2025-03-14 03:00:57.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/fsl-edma-main.c' at 20240812080017232 2025-03-14 03:00:57.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/mv_xor.c' at 20220525020652410 2025-03-14 03:00:57.475-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/tegra186-gpc-dma.c' at 20240503080014470 2025-03-14 03:00:57.476-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma/ti/edma.c' at 20240405153230287 2025-03-14 03:00:57.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/dma-buf/udmabuf.c' at 20241211090145405 2025-03-14 03:00:57.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/edac/amd64_edac.c' at 20240617080017386 2025-03-14 03:00:57.488-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/edac/qcom_edac.c' at 20240405153047021 2025-03-14 03:00:57.494-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/Kconfig' at 20240812080017236 2025-03-14 03:00:57.498-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/cirrus/cs_dsp.c' at 20240913080013785 2025-03-14 03:00:57.499-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/efi/efi.c' at 20240405153230295 2025-03-14 03:00:57.499-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/efi/libstub/Makefile' at 20240405153230295 2025-03-14 03:00:57.501-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/efi/libstub/randomalloc.c' at 20240405153230295 2025-03-14 03:00:57.501-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/efi/libstub/relocate.c' at 20240405153047041 2025-03-14 03:00:57.502-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/efi/sysfb_efi.c' at 20240405153047045 2025-03-14 03:00:57.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/firmware/qcom_scm.c' at 20240624080012772 2025-03-14 03:00:57.515-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpio-bcm-kona.c' at 20240405153230303 2025-03-14 03:00:57.515-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpio-brcmstb.c' at 20240405153230303 2025-03-14 03:00:57.519-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpio-mxc.c' at 20240405153230303 2025-03-14 03:00:57.520-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpio-pca953x.c' at 20240726080012846 2025-03-14 03:00:57.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpio-stmpe.c' at 20240405153047085 2025-03-14 03:00:57.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpio-xilinx.c' at 20240405153230307 2025-03-14 03:00:57.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpiolib-acpi.c' at 20240613080016387 2025-03-14 03:00:57.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpio/gpiolib.c' at 20240815080012875 2025-03-14 03:00:57.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h' at 20241011080017303 2025-03-14 03:00:57.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c' at 20241216090017697 2025-03-14 03:00:57.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c' at 20240405153047105 2025-03-14 03:00:57.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c' at 20240815080012875 2025-03-14 03:00:57.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c' at 20240910080014030 2025-03-14 03:00:57.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c' at 20241216090017697 2025-03-14 03:00:57.541-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c' at 20240805080013947 2025-03-14 03:00:57.549-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c' at 20240405153047145 2025-03-14 03:00:57.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c' at 20240405153047145 2025-03-14 03:00:57.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c' at 20240405153047145 2025-03-14 03:00:57.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c' at 20241216090017697 2025-03-14 03:00:57.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_crat.c' at 20240405153230371 2025-03-14 03:00:57.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_debug.c' at 20240910080014030 2025-03-14 03:00:57.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c' at 20241011080017307 2025-03-14 03:00:57.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c' at 20240405153230375 2025-03-14 03:00:57.568-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c' at 20241211090145409 2025-03-14 03:00:57.568-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c' at 20240613080016395 2025-03-14 03:00:57.569-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c' at 20240405153047185 2025-03-14 03:00:57.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_process.c' at 20241211090145409 2025-03-14 03:00:57.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c' at 20241011080017307 2025-03-14 03:00:57.571-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/amdkfd/kfd_topology.c' at 20240910080014030 2025-03-14 03:00:57.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c' at 20241125090012239 2025-03-14 03:00:57.574-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c' at 20240405153230379 2025-03-14 03:00:57.574-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c' at 20241211090145409 2025-03-14 03:00:57.575-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c' at 20240405153230379 2025-03-14 03:00:57.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dc.h' at 20240405153230391 2025-03-14 03:00:57.593-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c' at 20240405153047221 2025-03-14 03:00:57.603-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c' at 20240405153230399 2025-03-14 03:00:57.604-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_resource.c' at 20240405153230399 2025-03-14 03:00:57.605-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c' at 20240405153230399 2025-03-14 03:00:57.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dml_inline_defs.h' at 20240405153047285 2025-03-14 03:00:58.518-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/include/kgd_kfd_interface.h' at 20240405153230499 2025-03-14 03:00:58.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c' at 20240628080013989 2025-03-14 03:00:58.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c' at 20240405153230499 2025-03-14 03:00:58.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c' at 20240405153230503 2025-03-14 03:00:58.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c' at 20240910080014038 2025-03-14 03:00:58.541-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c' at 20240405153230507 2025-03-14 03:00:58.552-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c' at 20241023080012875 2025-03-14 03:00:58.560-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c' at 20240910080014042 2025-03-14 03:00:58.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c' at 20240405153048357 2025-03-14 03:00:58.569-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_audio.c' at 20220525020652835 2025-03-14 03:00:58.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c' at 20241011080017315 2025-03-14 03:00:58.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/bridge/adv7511/adv7533.c' at 20240405153048365 2025-03-14 03:00:58.571-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/bridge/analogix/anx7625.c' at 20241211090145413 2025-03-14 03:00:58.574-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/bridge/ite-it66121.c' at 20240405153230523 2025-03-14 03:00:58.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt' at 20240405153230531 2025-03-14 03:00:58.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/ci/xfails/virtio_gpu-none-flakes.txt' at 20240405153230531 2025-03-14 03:00:58.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/display/drm_dp_cec.c' at 20240405153048385 2025-03-14 03:00:58.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/display/drm_dp_mst_topology.c' at 20241216090017697 2025-03-14 03:00:58.584-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/drm_connector.c' at 20240520080015147 2025-03-14 03:00:58.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/drm_edid.c' at 20240613080016403 2025-03-14 03:00:58.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/drm_fb_helper.c' at 20240910080014046 2025-03-14 03:00:58.588-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/drm_modes.c' at 20240405153048401 2025-03-14 03:00:58.591-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/etnaviv/etnaviv_gem.c' at 20240805080013951 2025-03-14 03:00:58.595-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/exynos/exynos_hdmi.c' at 20240624080012776 2025-03-14 03:00:58.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/display/intel_display.c' at 20240429080012416 2025-03-14 03:00:58.618-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/display/intel_fb.c' at 20240405153230555 2025-03-14 03:00:58.626-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/display/skl_universal_plane.c' at 20240411080014074 2025-03-14 03:00:58.629-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/gem/i915_gem_shmem.c' at 20240405153048477 2025-03-14 03:00:58.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_engine_types.h' at 20240405153048485 2025-03-14 03:00:58.637-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/gt/intel_rc6.c' at 20240411080014078 2025-03-14 03:00:58.645-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c' at 20240919080017054 2025-03-14 03:00:58.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c' at 20240405153048545 2025-03-14 03:00:58.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/mediatek/Kconfig' at 20240405153230583 2025-03-14 03:00:58.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_disp_ovl.c' at 20240805080013951 2025-03-14 03:00:58.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_dp.c' at 20240805080013951 2025-03-14 03:00:58.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/mediatek/mtk_drm_drv.c' at 20241211090145417 2025-03-14 03:00:58.689-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/adreno/a6xx_gmu.c' at 20241211090145417 2025-03-14 03:00:58.691-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_0_sm8150.h' at 20240429080012420 2025-03-14 03:00:58.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.h' at 20240429080012420 2025-03-14 03:00:58.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_0_sm8250.h' at 20240405153230591 2025-03-14 03:00:58.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_7_0_sm8350.h' at 20240405153230591 2025-03-14 03:00:58.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_9_0_sm8550.h' at 20240405153230591 2025-03-14 03:00:58.698-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/dp/dp_audio.c' at 20240405153230595 2025-03-14 03:00:58.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/msm_drv.h' at 20240830080013259 2025-03-14 03:00:58.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/msm_gem.c' at 20240405153230595 2025-03-14 03:00:58.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/msm/msm_gem_submit.c' at 20240405153230595 2025-03-14 03:00:58.722-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_fence.c' at 20240405153230603 2025-03-14 03:00:58.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/nouveau/nouveau_svm.c' at 20240405153230607 2025-03-14 03:00:58.765-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c' at 20240405153048665 2025-03-14 03:00:58.776-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/panel/panel-novatek-nt35950.c' at 20240613080016407 2025-03-14 03:00:58.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/radeon/radeon_audio.c' at 20241211090145425 2025-03-14 03:00:58.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c' at 20240405153230631 2025-03-14 03:00:58.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi_regs.h' at 20240405153048745 2025-03-14 03:00:58.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c' at 20240405153230631 2025-03-14 03:00:58.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/cdn-dp-core.c' at 20240405153230631 2025-03-14 03:00:58.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c' at 20240405153230631 2025-03-14 03:00:58.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c' at 20241008080013927 2025-03-14 03:00:58.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/inno_hdmi.c' at 20240405153230631 2025-03-14 03:00:58.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_drv.h' at 20240405153048749 2025-03-14 03:00:58.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop.h' at 20241011080017315 2025-03-14 03:00:58.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c' at 20240830080013259 2025-03-14 03:00:58.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_drm_vop2.h' at 20240405153048749 2025-03-14 03:00:58.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_lvds.c' at 20240405153230631 2025-03-14 03:00:58.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/rockchip/rockchip_rgb.c' at 20240405153048749 2025-03-14 03:00:58.816-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/sti/sti_hdmi.c' at 20240405153230635 2025-03-14 03:00:58.825-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc.c' at 20240405153230639 2025-03-14 03:00:58.825-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/tidss/tidss_dispc.c' at 20250224090012700 2025-03-14 03:00:58.826-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/tidss/tidss_irq.c' at 20220525020653015 2025-03-14 03:00:58.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/v3d/v3d_irq.c' at 20220525020653019 2025-03-14 03:00:58.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/v3d/v3d_perfmon.c' at 20241216090017701 2025-03-14 03:00:58.834-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vc4/vc4_hdmi.c' at 20241216090017701 2025-03-14 03:00:58.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_drv.h' at 20240405153048785 2025-03-14 03:00:58.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/virtio/virtgpu_plane.c' at 20240405153230643 2025-03-14 03:00:58.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c' at 20241008080013927 2025-03-14 03:00:58.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_bo.h' at 20241008080013927 2025-03-14 03:00:58.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c' at 20240624080012776 2025-03-14 03:00:58.842-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c' at 20240429080012424 2025-03-14 03:00:58.844-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c' at 20240405153048797 2025-03-14 03:00:58.845-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c' at 20240429080012424 2025-03-14 03:00:58.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-core.c' at 20241216090017701 2025-03-14 03:00:58.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-ids.h' at 20241216090017701 2025-03-14 03:00:58.859-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-input.c' at 20241011080017315 2025-03-14 03:00:58.861-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-multitouch.c' at 20241118090018495 2025-03-14 03:00:58.865-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-sensor-hub.c' at 20240405153230655 2025-03-14 03:00:58.865-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-steam.c' at 20240405153048821 2025-03-14 03:00:58.866-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/hid-thrustmaster.c' at 20240405153048821 2025-03-14 03:00:58.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hid/wacom_wac.c' at 20241211090145433 2025-03-14 03:00:58.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hv/hv_kvp.c' at 20240405153048833 2025-03-14 03:00:58.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hv/hv_snapshot.c' at 20240405153048833 2025-03-14 03:00:58.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hv/hv_util.c' at 20240405153048837 2025-03-14 03:00:58.875-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hv/hyperv_vmbus.h' at 20240405153230659 2025-03-14 03:00:58.880-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hwmon/drivetemp.c' at 20240405153048853 2025-03-14 03:00:58.892-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hwmon/pmbus/Kconfig' at 20240716080021363 2025-03-14 03:00:58.892-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hwmon/pmbus/Makefile' at 20240716080021363 2025-03-14 03:00:58.894-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hwmon/pmbus/pmbus_core.c' at 20241211090145433 2025-03-14 03:00:58.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/hwmon/tmp513.c' at 20240405153230667 2025-03-14 03:00:58.908-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/Kconfig' at 20240405153230671 2025-03-14 03:00:58.911-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-i801.c' at 20241018080014486 2025-03-14 03:00:58.912-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-imx.c' at 20240405153230675 2025-03-14 03:00:58.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-ls2x.c' at 20240405153048905 2025-03-14 03:00:58.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-microchip-corei2c.c' at 20240405153230675 2025-03-14 03:00:58.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-npcm7xx.c' at 20240405153230679 2025-03-14 03:00:58.915-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-pnx.c' at 20240712080021069 2025-03-14 03:00:58.916-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-rcar.c' at 20240719080013349 2025-03-14 03:00:58.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-riic.c' at 20240830080013263 2025-03-14 03:00:58.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/busses/i2c-xgene-slimpro.c' at 20240405153048917 2025-03-14 03:00:58.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/i2c-core-acpi.c' at 20240617080017390 2025-03-14 03:00:58.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i2c/muxes/i2c-demux-pinctrl.c' at 20240405153048925 2025-03-14 03:00:58.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i3c/master/dw-i3c-master.c' at 20240405153230683 2025-03-14 03:00:58.922-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i3c/master/dw-i3c-master.h' at 20240405153048925 2025-03-14 03:00:58.923-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/i3c/master.c' at 20241216090017701 2025-03-14 03:00:58.924-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/idle/intel_idle.c' at 20240405153230687 2025-03-14 03:00:58.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/ad7124.c' at 20241111090012121 2025-03-14 03:00:58.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/ad7192.c' at 20240405153230687 2025-03-14 03:00:58.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/at91_adc.c' at 20240405153230687 2025-03-14 03:00:58.937-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/rockchip_saradc.c' at 20240405153230691 2025-03-14 03:00:58.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/ti-ads124s08.c' at 20240405153048961 2025-03-14 03:00:58.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/ti-ads8688.c' at 20240405153048965 2025-03-14 03:00:58.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/adc/ti_am335x_adc.c' at 20240405153230691 2025-03-14 03:00:58.955-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/gyro/fxas21002c_core.c' at 20240405153048985 2025-03-14 03:00:58.960-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c' at 20240405153230695 2025-03-14 03:00:58.960-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c' at 20240405153048993 2025-03-14 03:00:58.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/imu/kmx61.c' at 20240405153048993 2025-03-14 03:00:58.964-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/inkern.c' at 20241211090145433 2025-03-14 03:00:58.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/light/as73211.c' at 20240405153048997 2025-03-14 03:00:58.969-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/light/vcnl4035.c' at 20240405153049005 2025-03-14 03:00:58.976-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iio/pressure/zpa2326.c' at 20240405153049009 2025-03-14 03:00:58.986-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/core/sysfs.c' at 20240405153230699 2025-03-14 03:00:58.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/core/uverbs_cmd.c' at 20240405153049025 2025-03-14 03:00:58.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/core/uverbs_std_types_device.c' at 20210605000027704 2025-03-14 03:00:58.988-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/core/verbs.c' at 20240405153230699 2025-03-14 03:00:58.988-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/ib_verbs.c' at 20241211090145437 2025-03-14 03:00:58.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/main.c' at 20241104090011571 2025-03-14 03:00:58.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_fp.c' at 20241111090012121 2025-03-14 03:00:58.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_fp.h' at 20241211090145437 2025-03-14 03:00:58.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_res.h' at 20241104090011575 2025-03-14 03:00:58.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_sp.c' at 20241104090011575 2025-03-14 03:00:58.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/qplib_sp.h' at 20241104090011575 2025-03-14 03:00:58.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/bnxt_re/roce_hsi.h' at 20240613080016415 2025-03-14 03:00:58.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/efa/efa_main.c' at 20240405153049041 2025-03-14 03:00:59.004-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_alloc.c' at 20240405153049057 2025-03-14 03:00:59.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_cq.c' at 20241211090145437 2025-03-14 03:00:59.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_device.h' at 20241211090145437 2025-03-14 03:00:59.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hem.c' at 20241211090145437 2025-03-14 03:00:59.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_hw_v2.c' at 20241211090145437 2025-03-14 03:00:59.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_mr.c' at 20241211090145437 2025-03-14 03:00:59.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_qp.c' at 20241211090145437 2025-03-14 03:00:59.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/hns/hns_roce_srq.c' at 20241211090145437 2025-03-14 03:00:59.012-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mana/main.c' at 20241011080017319 2025-03-14 03:00:59.013-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mlx4/main.c' at 20240405153230715 2025-03-14 03:00:59.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mlx5/ah.c' at 20210309003650136 2025-03-14 03:00:59.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mlx5/counters.c' at 20240405153230715 2025-03-14 03:00:59.016-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mlx5/main.c' at 20241211090145437 2025-03-14 03:00:59.017-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mlx5/odp.c' at 20241018080014490 2025-03-14 03:00:59.018-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/hw/mlx5/qp.h' at 20240405153049089 2025-03-14 03:00:59.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe.c' at 20240429080012424 2025-03-14 03:00:59.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe.h' at 20240405153049109 2025-03-14 03:00:59.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_comp.c' at 20240613080016419 2025-03-14 03:00:59.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_cq.c' at 20240405153049109 2025-03-14 03:00:59.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mr.c' at 20240405153049113 2025-03-14 03:00:59.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_mw.c' at 20240405153049113 2025-03-14 03:00:59.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_param.h' at 20240405153049113 2025-03-14 03:00:59.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_pool.c' at 20240405153049113 2025-03-14 03:00:59.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_qp.c' at 20241211090145441 2025-03-14 03:00:59.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_resp.c' at 20240628080013993 2025-03-14 03:00:59.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_task.c' at 20240405153049113 2025-03-14 03:00:59.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/sw/rxe/rxe_verbs.c' at 20240628080013993 2025-03-14 03:00:59.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/ulp/rtrs/rtrs-srv.c' at 20241018080014490 2025-03-14 03:00:59.042-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/infiniband/ulp/srp/ib_srp.c' at 20240405153049125 2025-03-14 03:00:59.048-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/input/joystick/xpad.c' at 20241111090012125 2025-03-14 03:00:59.049-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/input/keyboard/atkbd.c' at 20240405153230723 2025-03-14 03:00:59.066-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/input/mouse/synaptics.c' at 20240919080017054 2025-03-14 03:00:59.066-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/input/mouse/synaptics.h' at 20210307214928494 2025-03-14 03:00:59.089-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c' at 20241008080013939 2025-03-14 03:00:59.090-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c' at 20240628080013993 2025-03-14 03:00:59.100-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irq-apple-aic.c' at 20240405153049189 2025-03-14 03:00:59.100-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irq-atmel-aic-common.c' at 20210307214928526 2025-03-14 03:00:59.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irq-gic-v3-its.c' at 20241023080012879 2025-03-14 03:00:59.102-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irq-gic.c' at 20240405153049197 2025-03-14 03:00:59.105-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irq-pic32-evic.c' at 20220525020653207 2025-03-14 03:00:59.106-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irq-sunxi-nmi.c' at 20240405153230751 2025-03-14 03:00:59.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/irqchip/irqchip.c' at 20240405153230751 2025-03-14 03:00:59.118-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/leds/leds-cht-wcove.c' at 20240405153049217 2025-03-14 03:00:59.122-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/leds/leds-lp8860.c' at 20240405153049221 2025-03-14 03:00:59.123-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/leds/leds-netxbig.c' at 20220525020653215 2025-03-14 03:00:59.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mailbox/pcc.c' at 20240405153049229 2025-03-14 03:00:59.136-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mailbox/tegra-hsp.c' at 20240405153230759 2025-03-14 03:00:59.142-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/dm-crypt.c' at 20240405153230763 2025-03-14 03:00:59.143-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/dm-ebs-target.c' at 20240405153049245 2025-03-14 03:00:59.147-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/dm-thin.c' at 20241211090145445 2025-03-14 03:00:59.148-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/dm-verity-fec.c' at 20240405153230767 2025-03-14 03:00:59.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/md-bitmap.c' at 20250224090012704 2025-03-14 03:00:59.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/md-bitmap.h' at 20240405153230771 2025-03-14 03:00:59.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/md-cluster.c' at 20240405153230771 2025-03-14 03:00:59.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/md.c' at 20240830080013267 2025-03-14 03:00:59.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/md.h' at 20240405153230771 2025-03-14 03:00:59.152-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/persistent-data/dm-array.c' at 20240405153049257 2025-03-14 03:00:59.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/raid1.c' at 20240418080014494 2025-03-14 03:00:59.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/raid1.h' at 20240405153230771 2025-03-14 03:00:59.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/raid10.c' at 20240405153230771 2025-03-14 03:00:59.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/raid5-cache.c' at 20240830080013271 2025-03-14 03:00:59.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/md/raid5.h' at 20240405153049261 2025-03-14 03:00:59.171-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/dvb-frontends/cxd2841er.c' at 20240405153230775 2025-03-14 03:00:59.174-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/dvb-frontends/dib3000mb.c' at 20240405153049285 2025-03-14 03:00:59.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ccs/ccs-core.c' at 20240405153230783 2025-03-14 03:00:59.206-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ccs/ccs-data.c' at 20240405153049309 2025-03-14 03:00:59.208-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ds90ub913.c' at 20240405153230783 2025-03-14 03:00:59.208-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ds90ub953.c' at 20240405153230783 2025-03-14 03:00:59.208-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ds90ub960.c' at 20241211090145445 2025-03-14 03:00:59.210-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/imx290.c' at 20240405153230787 2025-03-14 03:00:59.211-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/imx296.c' at 20240405153230787 2025-03-14 03:00:59.211-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/imx412.c' at 20240805080013967 2025-03-14 03:00:59.216-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ov5640.c' at 20240405153230791 2025-03-14 03:00:59.219-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/i2c/ov9282.c' at 20240405153049333 2025-03-14 03:00:59.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/platform/marvell/mcam-core.c' at 20240405153230799 2025-03-14 03:00:59.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/platform/marvell/mmp-driver.c' at 20240405153230799 2025-03-14 03:00:59.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c' at 20241211090145449 2025-03-14 03:00:59.281-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c' at 20240405153049425 2025-03-14 03:00:59.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/platform/samsung/exynos4-is/mipi-csis.c' at 20240405153049461 2025-03-14 03:00:59.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/platform/samsung/s3c-camif/camif-core.c' at 20240405153230815 2025-03-14 03:00:59.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/rc/iguanair.c' at 20240405153049509 2025-03-14 03:00:59.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/test-drivers/vidtv/vidtv_bridge.c' at 20240405153049521 2025-03-14 03:00:59.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/dvb-usb-v2/af9035.c' at 20240405153230823 2025-03-14 03:00:59.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/dvb-usb-v2/lmedm04.c' at 20240405153049545 2025-03-14 03:00:59.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvc_ctrl.c' at 20240805080013971 2025-03-14 03:00:59.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvc_driver.c' at 20241216090017709 2025-03-14 03:00:59.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvc_queue.c' at 20240405153049577 2025-03-14 03:00:59.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvc_status.c' at 20240405153049577 2025-03-14 03:00:59.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvc_v4l2.c' at 20240405153049577 2025-03-14 03:00:59.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvc_video.c' at 20240815080012887 2025-03-14 03:00:59.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvcvideo.h' at 20240805080013971 2025-03-14 03:00:59.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/usb/uvc/uvcvideo.h' at 20250224090012712 2025-03-14 03:00:59.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/media/v4l2-core/v4l2-mc.c' at 20240405153049585 2025-03-14 03:00:59.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/memory/tegra/tegra20-emc.c' at 20240405153049589 2025-03-14 03:00:59.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mfd/lpc_ich.c' at 20240405153049609 2025-03-14 03:00:59.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mfd/syscon.c' at 20240405153230839 2025-03-14 03:00:59.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mfd/ti_am335x_tscadc.c' at 20240405153230839 2025-03-14 03:00:59.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/misc/cardreader/rtsx_usb.c' at 20220804100015952 2025-03-14 03:00:59.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/misc/fastrpc.c' at 20240913080013797 2025-03-14 03:00:59.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c' at 20240405153049641 2025-03-14 03:00:59.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mmc/core/sdio.c' at 20240405153049657 2025-03-14 03:00:59.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mmc/host/mtk-sd.c' at 20241216090017709 2025-03-14 03:00:59.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mmc/host/sdhci-msm.c' at 20240503080014474 2025-03-14 03:00:59.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mmc/host/sdhci-tegra.c' at 20240405153230863 2025-03-14 03:00:59.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/hyperbus/hbmc-am654.c' at 20240405153049681 2025-03-14 03:00:59.460-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/nand/onenand/onenand_base.c' at 20240405153049685 2025-03-14 03:00:59.460-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/nand/raw/arasan-nand-controller.c' at 20240405153230867 2025-03-14 03:00:59.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/nand/raw/atmel/pmecc.c' at 20241211090145453 2025-03-14 03:00:59.462-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/nand/raw/brcmnand/brcmnand.c' at 20240405153230871 2025-03-14 03:00:59.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/nand/raw/cadence-nand-controller.c' at 20240405153049689 2025-03-14 03:00:59.464-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/nand/raw/diskonchip.c' at 20240503080014474 2025-03-14 03:00:59.475-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/spi-nor/core.c' at 20241211090145453 2025-03-14 03:00:59.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/mtd/ubi/build.c' at 20240405153049713 2025-03-14 03:00:59.484-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/can/c_can/c_can_platform.c' at 20240405153230895 2025-03-14 03:00:59.485-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/can/ctucanfd/ctucanfd_base.c' at 20240405153049729 2025-03-14 03:00:59.496-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/can/usb/etas_es58x/es58x_devlink.c' at 20240405153230899 2025-03-14 03:00:59.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/dsa/microchip/ksz9477.c' at 20240710080014589 2025-03-14 03:00:59.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/dsa/microchip/ksz9477_reg.h' at 20240710080014589 2025-03-14 03:00:59.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/dsa/microchip/lan937x_reg.h' at 20240405153049753 2025-03-14 03:00:59.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/amd/pds_core/devlink.c' at 20240405153230915 2025-03-14 03:00:59.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c' at 20240405153049801 2025-03-14 03:00:59.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/aq_nic.c' at 20240405153049809 2025-03-14 03:00:59.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/broadcom/bcmsysport.c' at 20241104090011579 2025-03-14 03:00:59.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac-platform.c' at 20240405153049825 2025-03-14 03:00:59.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/broadcom/bgmac.h' at 20240405153049825 2025-03-14 03:00:59.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c' at 20240418080014498 2025-03-14 03:00:59.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c' at 20240815080012887 2025-03-14 03:00:59.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/broadcom/tg3.c' at 20241211090145457 2025-03-14 03:00:59.575-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/cadence/macb.h' at 20240405153049853 2025-03-14 03:00:59.590-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c' at 20241220090018314 2025-03-14 03:00:59.598-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c' at 20240405153049885 2025-03-14 03:00:59.604-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/davicom/dm9000.c' at 20240405153049897 2025-03-14 03:00:59.616-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/freescale/enetc/enetc.c' at 20241216090017713 2025-03-14 03:00:59.618-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/freescale/fec_main.c' at 20241018080014490 2025-03-14 03:00:59.618-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/freescale/fec_ptp.c' at 20241023080012883 2025-03-14 03:00:59.626-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/google/gve/gve.h' at 20240405153230947 2025-03-14 03:00:59.627-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/google/gve/gve_main.c' at 20240405153230947 2025-03-14 03:00:59.628-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/google/gve/gve_tx.c' at 20240805080013975 2025-03-14 03:00:59.631-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hnae3.c' at 20241115090012953 2025-03-14 03:00:59.632-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hnae3.h' at 20240520080015159 2025-03-14 03:00:59.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c' at 20240830080013275 2025-03-14 03:00:59.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c' at 20240919080017058 2025-03-14 03:00:59.637-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c' at 20240830080013279 2025-03-14 03:00:59.641-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/huawei/hinic/hinic_main.c' at 20240405153049957 2025-03-14 03:00:59.646-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/ibm/ibmvnic.c' at 20240726080012854 2025-03-14 03:00:59.646-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/ibm/ibmvnic.h' at 20240405153049969 2025-03-14 03:00:59.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/iavf/iavf_main.c' at 20240503080014482 2025-03-14 03:00:59.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice.h' at 20241018080014498 2025-03-14 03:00:59.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_common.c' at 20240405153230971 2025-03-14 03:00:59.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devids.h' at 20240405153050001 2025-03-14 03:00:59.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_devlink.c' at 20240405153050001 2025-03-14 03:00:59.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c' at 20241115090012957 2025-03-14 03:00:59.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_hw_autogen.h' at 20240405153230971 2025-03-14 03:00:59.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_lib.c' at 20240919080017062 2025-03-14 03:00:59.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_main.c' at 20241018080014502 2025-03-14 03:00:59.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_ptp_consts.h' at 20240405153050013 2025-03-14 03:00:59.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_sriov.c' at 20240405153050013 2025-03-14 03:00:59.671-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_txrx.c' at 20240830080013279 2025-03-14 03:00:59.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_type.h' at 20240405153230979 2025-03-14 03:00:59.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib.c' at 20240503080014482 2025-03-14 03:00:59.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_lib_private.h' at 20240405153230979 2025-03-14 03:00:59.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_mbx.c' at 20240405153050017 2025-03-14 03:00:59.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_vf_mbx.h' at 20240405153050017 2025-03-14 03:00:59.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl.c' at 20241211090145457 2025-03-14 03:00:59.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c' at 20240805080013975 2025-03-14 03:00:59.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_base.c' at 20240405153050029 2025-03-14 03:00:59.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_main.c' at 20240913080013809 2025-03-14 03:00:59.680-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/intel/igc/igc_phy.c' at 20240411080014106 2025-03-14 03:00:59.687-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/marvell/mv643xx_eth.c' at 20240405153050053 2025-03-14 03:00:59.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/octep_main.c' at 20240405153230995 2025-03-14 03:00:59.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/marvell/sky2.c' at 20240405153231007 2025-03-14 03:00:59.721-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/cmd.c' at 20241104090011579 2025-03-14 03:00:59.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c' at 20241011080017331 2025-03-14 03:00:59.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c' at 20240613080016435 2025-03-14 03:00:59.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c' at 20240812080017240 2025-03-14 03:00:59.738-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c' at 20240503080014482 2025-03-14 03:00:59.739-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_main.c' at 20241125090012251 2025-03-14 03:00:59.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c' at 20240405153231019 2025-03-14 03:00:59.746-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h' at 20240613080016435 2025-03-14 03:00:59.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c' at 20240613080016439 2025-03-14 03:00:59.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c' at 20241125090012251 2025-03-14 03:00:59.750-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c' at 20240624080012788 2025-03-14 03:00:59.750-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c' at 20240405153231023 2025-03-14 03:00:59.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c' at 20240418080014502 2025-03-14 03:00:59.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c' at 20240405153231023 2025-03-14 03:00:59.761-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c' at 20220525020653591 2025-03-14 03:00:59.768-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c' at 20240405153050157 2025-03-14 03:00:59.769-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c' at 20240405153050157 2025-03-14 03:00:59.784-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/mscc/ocelot.c' at 20240830080013287 2025-03-14 03:00:59.789-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/cmsg.c' at 20210416100025478 2025-03-14 03:00:59.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/offload.c' at 20220525020653611 2025-03-14 03:00:59.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c' at 20240830080013287 2025-03-14 03:00:59.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/pensando/ionic/ionic_lif.c' at 20240910080014054 2025-03-14 03:00:59.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/renesas/rswitch.c' at 20241220090018318 2025-03-14 03:00:59.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/renesas/rswitch.h' at 20241220090018318 2025-03-14 03:00:59.833-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/renesas/sh_eth.c' at 20240405153231043 2025-03-14 03:00:59.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/sfc/tc_conntrack.c' at 20240405153231051 2025-03-14 03:00:59.864-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c' at 20241104090011583 2025-03-14 03:00:59.867-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c' at 20241115090012957 2025-03-14 03:00:59.867-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c' at 20241125090012251 2025-03-14 03:00:59.875-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/ti/am65-cpsw-nuss.c' at 20240429080012432 2025-03-14 03:00:59.876-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/ti/cpsw_ale.c' at 20240405153050313 2025-03-14 03:00:59.878-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/ti/icssg/icss_iep.c' at 20240405153231063 2025-03-14 03:00:59.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/wangxun/libwx/wx_hw.c' at 20240405153231067 2025-03-14 03:00:59.889-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ethernet/xilinx/xilinx_axienet_main.c' at 20241104090011583 2025-03-14 03:00:59.895-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/geneve.c' at 20241216090017717 2025-03-14 03:00:59.895-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/gtp.c' at 20241111090012129 2025-03-14 03:00:59.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ieee802154/ca8210.c' at 20240405153231071 2025-03-14 03:00:59.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/ipvlan/ipvlan_core.c' at 20240613080016443 2025-03-14 03:00:59.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/loopback.c' at 20240415080012975 2025-03-14 03:00:59.907-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/mdio/fwnode_mdio.c' at 20240405153050345 2025-03-14 03:00:59.909-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/netdevsim/health.c' at 20240405153050349 2025-03-14 03:00:59.909-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/netdevsim/ipsec.c' at 20241211090145461 2025-03-14 03:00:59.910-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/netdevsim/netdevsim.h' at 20240405153231075 2025-03-14 03:00:59.910-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/netdevsim/udp_tunnels.c' at 20210309003651312 2025-03-14 03:00:59.916-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/phy/nxp-c45-tja11xx.c' at 20240405153231079 2025-03-14 03:00:59.923-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/team/team.c' at 20241220090018318 2025-03-14 03:00:59.924-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/tun.c' at 20240729080011336 2025-03-14 03:00:59.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/usb/gl620a.c' at 20240405153050377 2025-03-14 03:00:59.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/usb/ipheth.c' at 20240919080017066 2025-03-14 03:00:59.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/usb/rtl8150.c' at 20240628080014001 2025-03-14 03:00:59.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/vmxnet3/vmxnet3_xdp.c' at 20241104090011587 2025-03-14 03:00:59.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/vxlan/vxlan_core.c' at 20241216090017721 2025-03-14 03:00:59.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/vxlan/vxlan_vnifilter.c' at 20241018080014538 2025-03-14 03:00:59.938-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/bmi.c' at 20240405153050397 2025-03-14 03:00:59.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/ce.c' at 20240405153050397 2025-03-14 03:00:59.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/core.c' at 20240613080016443 2025-03-14 03:00:59.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/core.h' at 20240405153050397 2025-03-14 03:00:59.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/coredump.c' at 20240405153050397 2025-03-14 03:00:59.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/coredump.h' at 20240405153050397 2025-03-14 03:00:59.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/debug.c' at 20240405153231115 2025-03-14 03:00:59.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/debugfs_sta.c' at 20240613080016443 2025-03-14 03:00:59.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/htc.c' at 20240405153050397 2025-03-14 03:00:59.941-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt.h' at 20240405153231119 2025-03-14 03:00:59.941-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt_rx.c' at 20240405153050401 2025-03-14 03:00:59.941-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/htt_tx.c' at 20240405153050401 2025-03-14 03:00:59.942-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/hw.c' at 20240405153050401 2025-03-14 03:00:59.942-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/hw.h' at 20240613080016443 2025-03-14 03:00:59.942-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/mac.c' at 20241211090145465 2025-03-14 03:00:59.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/pci.c' at 20240405153231119 2025-03-14 03:00:59.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/pci.h' at 20240405153050405 2025-03-14 03:00:59.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi.c' at 20240405153050405 2025-03-14 03:00:59.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c' at 20240405153050405 2025-03-14 03:00:59.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h' at 20240405153050405 2025-03-14 03:00:59.944-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/rx_desc.h' at 20240405153050405 2025-03-14 03:00:59.944-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/sdio.c' at 20240405153231119 2025-03-14 03:00:59.945-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/thermal.c' at 20240405153050409 2025-03-14 03:00:59.945-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/usb.h' at 20240405153050409 2025-03-14 03:00:59.946-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi-tlv.h' at 20240405153050409 2025-03-14 03:00:59.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi.c' at 20241111090012133 2025-03-14 03:00:59.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/wmi.h' at 20240405153231123 2025-03-14 03:00:59.949-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath10k/wow.c' at 20220525020653711 2025-03-14 03:00:59.952-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath11k/dp_rx.c' at 20241111090012133 2025-03-14 03:00:59.953-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath11k/hal_rx.c' at 20240805080013983 2025-03-14 03:00:59.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath12k/mac.c' at 20241211090145469 2025-03-14 03:00:59.964-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath12k/reg.c' at 20240405153231163 2025-03-14 03:00:59.964-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath12k/wmi.c' at 20241008080013951 2025-03-14 03:00:59.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/ath12k/wmi.h' at 20241008080013951 2025-03-14 03:00:59.986-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ath/wcn36xx/main.c' at 20240405153231171 2025-03-14 03:01:00.004-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c' at 20240405153050493 2025-03-14 03:01:00.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.h' at 20241008080013955 2025-03-14 03:01:00.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c' at 20241211090145469 2025-03-14 03:01:00.012-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c' at 20210309003651644 2025-03-14 03:01:00.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/acpi.c' at 20240910080014058 2025-03-14 03:01:00.062-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/init.c' at 20241008080013955 2025-03-14 03:01:00.063-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c' at 20240405153231227 2025-03-14 03:01:00.065-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c' at 20240712080021077 2025-03-14 03:01:00.065-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h' at 20240405153231227 2025-03-14 03:01:00.069-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c' at 20240405153231231 2025-03-14 03:01:00.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/main.c' at 20241011080017339 2025-03-14 03:01:00.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c' at 20241011080017339 2025-03-14 03:01:00.071-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h' at 20240415080012979 2025-03-14 03:01:00.071-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/pci.c' at 20240405153050597 2025-03-14 03:01:00.072-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/main.c' at 20240919080017066 2025-03-14 03:01:00.073-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/usb.c' at 20240405153231235 2025-03-14 03:01:00.074-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/init.c' at 20241008080013955 2025-03-14 03:01:00.074-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/main.c' at 20241008080013955 2025-03-14 03:01:00.075-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c' at 20241008080013955 2025-03-14 03:01:00.075-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/mmio.c' at 20240415080012979 2025-03-14 03:01:00.076-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/mediatek/mt76/usb.c' at 20240405153231239 2025-03-14 03:01:00.092-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/base.c' at 20240405153050625 2025-03-14 03:01:00.095-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/pci.c' at 20240405153231247 2025-03-14 03:01:00.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c' at 20240405153050641 2025-03-14 03:01:00.113-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.h' at 20210307214929942 2025-03-14 03:01:00.115-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/usb.c' at 20240405153050649 2025-03-14 03:01:00.115-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/wifi.h' at 20240405153231251 2025-03-14 03:01:00.122-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtw88/sdio.c' at 20240405153231255 2025-03-14 03:01:00.123-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtw88/usb.c' at 20240913080013813 2025-03-14 03:01:00.129-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy.c' at 20241011080017339 2025-03-14 03:01:00.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/realtek/rtw89/phy.h' at 20240405153231259 2025-03-14 03:01:00.149-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wireless/ti/wlcore/main.c' at 20240405153050725 2025-03-14 03:01:00.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_mmio.c' at 20240405153050965 2025-03-14 03:01:00.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wwan/iosm/iosm_ipc_pcie.c' at 20240405153050969 2025-03-14 03:01:00.160-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_state_monitor.c' at 20240405153231267 2025-03-14 03:01:00.160-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/net/wwan/t7xx/t7xx_state_monitor.h' at 20240405153231267 2025-03-14 03:01:00.178-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvme/host/core.c' at 20241211090145473 2025-03-14 03:01:00.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvme/host/fc.c' at 20240405153231271 2025-03-14 03:01:00.180-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvme/host/ioctl.c' at 20241211090145473 2025-03-14 03:01:00.180-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvme/host/nvme.h' at 20241211090145473 2025-03-14 03:01:00.180-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvme/host/pci.c' at 20241211090145477 2025-03-14 03:01:00.184-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvme/target/io-cmd-bdev.c' at 20240405153231275 2025-03-14 03:01:00.185-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/core.c' at 20240919080017066 2025-03-14 03:01:00.186-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/imx-ocotp-ele.c' at 20240405153231275 2025-03-14 03:01:00.186-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/imx-ocotp.c' at 20240520080015163 2025-03-14 03:01:00.187-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/layouts/onie-tlv.c' at 20240405153051205 2025-03-14 03:01:00.187-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/layouts/sl28vpd.c' at 20240405153051205 2025-03-14 03:01:00.187-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/mtk-efuse.c' at 20240520080015167 2025-03-14 03:01:00.187-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/nvmem/qcom-spmi-sdam.c' at 20240520080015167 2025-03-14 03:01:00.189-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/of/address.c' at 20241011080017343 2025-03-14 03:01:00.189-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/of/base.c' at 20240405153231279 2025-03-14 03:01:00.190-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/of/irq.c' at 20241011080017343 2025-03-14 03:01:00.190-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/of/of_reserved_mem.c' at 20240405153051209 2025-03-14 03:01:00.192-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/of/unittest-data/tests-platform.dtsi' at 20210307214930006 2025-03-14 03:01:00.192-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/of/unittest.c' at 20241211090145477 2025-03-14 03:01:00.193-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/opp/of.c' at 20240405153051213 2025-03-14 03:01:00.199-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/controller/dwc/pci-imx6.c' at 20241008080013963 2025-03-14 03:01:00.203-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/controller/pci-host-common.c' at 20240405153231287 2025-03-14 03:01:00.208-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/controller/pcie-rcar-ep.c' at 20240405153051237 2025-03-14 03:01:00.209-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/controller/vmd.c' at 20241216090017721 2025-03-14 03:01:00.210-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/endpoint/functions/pci-epf-test.c' at 20240405153051241 2025-03-14 03:01:00.211-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/endpoint/pci-epc-core.c' at 20241211090145477 2025-03-14 03:01:00.211-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/endpoint/pci-epf-core.c' at 20240405153051241 2025-03-14 03:01:00.216-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/msi/irqdomain.c' at 20240405153231295 2025-03-14 03:01:00.216-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/msi/msi.c' at 20240710080014597 2025-03-14 03:01:00.219-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/pcie/aer.c' at 20240405153231295 2025-03-14 03:01:00.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/probe.c' at 20241216090017725 2025-03-14 03:01:00.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/quirks.c' at 20241216090017725 2025-03-14 03:01:00.222-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pci/switch/switchtec.c' at 20240405153231299 2025-03-14 03:01:00.239-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c' at 20240405153051281 2025-03-14 03:01:00.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/phy/phy-core.c' at 20240405153051289 2025-03-14 03:01:00.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/phy/qualcomm/phy-qcom-qmp-usb.c' at 20241111090012137 2025-03-14 03:01:00.261-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/phy/samsung/phy-exynos5-usbdrd.c' at 20240405153231315 2025-03-14 03:01:00.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/phy/tegra/xusb-tegra186.c' at 20240405153051301 2025-03-14 03:01:00.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pinctrl/nxp/pinctrl-s32cc.c' at 20240405153231327 2025-03-14 03:01:00.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pinctrl/pinctrl-amd.c' at 20240405153231327 2025-03-14 03:01:00.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pinctrl/pinctrl-cy8c95x0.c' at 20240405153231327 2025-03-14 03:01:00.299-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pinctrl/pinctrl-k210.c' at 20241211090145481 2025-03-14 03:01:00.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pinctrl/stm32/pinctrl-stm32.c' at 20241023080012883 2025-03-14 03:01:00.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/acer-wmi.c' at 20240405153051393 2025-03-14 03:01:00.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/amd/pmc/pmc.c' at 20241115090012957 2025-03-14 03:01:00.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/asus-nb-wmi.c' at 20240405153231339 2025-03-14 03:01:00.352-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/intel/ifs/load.c' at 20240830080013299 2025-03-14 03:01:00.353-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/intel/int3472/discrete.c' at 20240405153051409 2025-03-14 03:01:00.353-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/intel/int3472/tps68470.c' at 20240405153051409 2025-03-14 03:01:00.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/mlx-platform.c' at 20240405153231343 2025-03-14 03:01:00.359-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/platform/x86/p2sb.c' at 20240628080014005 2025-03-14 03:01:00.365-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pmdomain/imx/gpcv2.c' at 20240405153231347 2025-03-14 03:01:00.365-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pmdomain/imx/imx8mp-blk-ctrl.c' at 20240415080012979 2025-03-14 03:01:00.379-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/power/supply/da9150-fg.c' at 20240405153231355 2025-03-14 03:01:00.379-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/power/supply/gpio-charger.c' at 20210309003652164 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/clients/pps-gpio.c' at 20220525020653927 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/clients/pps-ktimer.c' at 20210307214930170 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/clients/pps-ldisc.c' at 20240405153051445 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/clients/pps_parport.c' at 20241008080013971 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/kapi.c' at 20210307214930170 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/kc.c' at 20210307214930170 2025-03-14 03:01:00.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pps/pps.c' at 20240405153051445 2025-03-14 03:01:00.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ptp/ptp_clock.c' at 20241216090017725 2025-03-14 03:01:00.388-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ptp/ptp_ocp.c' at 20240405153051445 2025-03-14 03:01:00.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pwm/pwm-microchip-core.c' at 20240405153231359 2025-03-14 03:01:00.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pwm/pwm-samsung.c' at 20240405153051453 2025-03-14 03:01:00.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pwm/pwm-stm32-lp.c' at 20240405153051453 2025-03-14 03:01:00.393-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/pwm/pwm-stm32.c' at 20240805080013999 2025-03-14 03:01:00.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/regulator/core.c' at 20240628080014005 2025-03-14 03:01:00.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/regulator/of_regulator.c' at 20241008080013971 2025-03-14 03:01:00.411-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/remoteproc/qcom_q6v5_pas.c' at 20241211090145485 2025-03-14 03:01:00.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/remoteproc/remoteproc_core.c' at 20240405153051481 2025-03-14 03:01:00.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/rtc/rtc-loongson.c' at 20240405153051497 2025-03-14 03:01:00.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/rtc/rtc-pcf85063.c' at 20240405153231375 2025-03-14 03:01:00.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/rtc/rtc-zynqmp.c' at 20240405153051505 2025-03-14 03:01:00.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/s390/net/ism_drv.c' at 20241216090017729 2025-03-14 03:01:00.492-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas.h' at 20240405153051601 2025-03-14 03:01:00.493-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_main.c' at 20241211090145485 2025-03-14 03:01:00.494-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c' at 20241216090017729 2025-03-14 03:01:00.517-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/megaraid/megaraid_sas_base.c' at 20240405153231427 2025-03-14 03:01:00.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/mpi3mr/mpi3mr_os.c' at 20240815080012895 2025-03-14 03:01:00.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/mpt3sas/mpt3sas_base.c' at 20240815080012895 2025-03-14 03:01:00.540-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/qla1280.h' at 20240405153051697 2025-03-14 03:01:00.541-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/qla2xxx/qla_def.h' at 20240805080014003 2025-03-14 03:01:00.543-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/qla2xxx/qla_dfs.c' at 20240613080016463 2025-03-14 03:01:00.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/qla2xxx/qla_gbl.h' at 20240805080014003 2025-03-14 03:01:00.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/qla2xxx/qla_init.c' at 20240805080014007 2025-03-14 03:01:00.554-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/scsi_lib.c' at 20240429080012436 2025-03-14 03:01:00.555-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/scsi_transport_iscsi.c' at 20240405153051729 2025-03-14 03:01:00.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/sd.c' at 20241018080014542 2025-03-14 03:01:00.561-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/st.c' at 20241216090017737 2025-03-14 03:01:00.562-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/scsi/st.h' at 20240405153051741 2025-03-14 03:01:00.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/soc/atmel/soc.c' at 20240405153051753 2025-03-14 03:01:00.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/soc/loongson/loongson2_guts.c' at 20240405153231451 2025-03-14 03:01:00.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/soc/mediatek/mtk-devapc.c' at 20240405153231451 2025-03-14 03:01:00.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/soc/qcom/smem_state.c' at 20221102030020869 2025-03-14 03:01:00.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/soc/qcom/socinfo.c' at 20241211090145493 2025-03-14 03:01:00.592-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/soc/tegra/fuse/fuse-tegra30.c' at 20240405153231455 2025-03-14 03:01:00.598-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/spi/atmel-quadspi.c' at 20241211090145493 2025-03-14 03:01:00.603-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/spi/spi-intel-pci.c' at 20240405153231463 2025-03-14 03:01:00.606-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/spi/spi-omap2-mcspi.c' at 20240405153231463 2025-03-14 03:01:00.609-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/spi/spi-sn-f-ospi.c' at 20240405153231467 2025-03-14 03:01:00.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/spi/spi-zynq-qspi.c' at 20240405153231467 2025-03-14 03:01:00.615-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/staging/axis-fifo/README' at 20210307214930478 2025-03-14 03:01:00.628-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/staging/iio/frequency/ad9832.c' at 20241111090012137 2025-03-14 03:01:00.628-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/staging/iio/frequency/ad9834.c' at 20240913080013817 2025-03-14 03:01:00.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/staging/media/imx/imx-media-of.c' at 20240405153231471 2025-03-14 03:01:00.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/staging/media/max96712/max96712.c' at 20240405153051861 2025-03-14 03:01:00.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tee/optee/supp.c' at 20210307214930718 2025-03-14 03:01:00.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/thermal/thermal_of.c' at 20241115090012961 2025-03-14 03:01:00.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/thunderbolt/nhi.c' at 20240429080012436 2025-03-14 03:01:00.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/thunderbolt/nhi.h' at 20240405153051981 2025-03-14 03:01:00.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/thunderbolt/retimer.c' at 20240405153051981 2025-03-14 03:01:00.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/thunderbolt/tb.c' at 20241111090012137 2025-03-14 03:01:00.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/8250/8250.h' at 20240405153051993 2025-03-14 03:01:00.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/8250/8250_core.c' at 20240405153051993 2025-03-14 03:01:00.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/8250/8250_dma.c' at 20240405153051993 2025-03-14 03:01:00.807-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/8250/8250_port.c' at 20240405153231511 2025-03-14 03:01:00.816-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/sc16is7xx.c' at 20241211090145497 2025-03-14 03:01:00.817-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/serial_port.c' at 20240624080012800 2025-03-14 03:01:00.819-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/serial/xilinx_uartps.c' at 20240405153231523 2025-03-14 03:01:00.820-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/tty/sysrq.c' at 20240405153231523 2025-03-14 03:01:00.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ufs/core/ufs_bsg.c' at 20241216090017741 2025-03-14 03:01:00.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ufs/core/ufs_bsg.c' at 20250224090012720 2025-03-14 03:01:00.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ufs/core/ufshcd-priv.h' at 20241216090017741 2025-03-14 03:01:00.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ufs/core/ufshcd.c' at 20241220090018318 2025-03-14 03:01:00.825-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/ufs/host/ufs-qcom.c' at 20241008080013983 2025-03-14 03:01:00.829-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/cdns3/cdns3-ti.c' at 20240405153231531 2025-03-14 03:01:00.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/cdns3/core.h' at 20240405153052041 2025-03-14 03:01:00.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/cdns3/drd.c' at 20240405153231535 2025-03-14 03:01:00.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/cdns3/drd.h' at 20240405153231535 2025-03-14 03:01:00.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/chipidea/ci.h' at 20240405153231535 2025-03-14 03:01:00.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/chipidea/ci_hdrc_imx.c' at 20240405153231535 2025-03-14 03:01:00.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/chipidea/core.c' at 20240405153231535 2025-03-14 03:01:00.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/chipidea/udc.c' at 20241216090017741 2025-03-14 03:01:00.833-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/class/cdc-acm.c' at 20241008080013987 2025-03-14 03:01:00.833-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/class/usblp.c' at 20240405153052049 2025-03-14 03:01:00.835-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/core/hub.c' at 20240520080015187 2025-03-14 03:01:00.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/core/port.c' at 20240520080015187 2025-03-14 03:01:00.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/core/quirks.c' at 20240719080013361 2025-03-14 03:01:00.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/dwc2/gadget.c' at 20240405153231543 2025-03-14 03:01:00.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/dwc3/core.c' at 20241115090012961 2025-03-14 03:01:00.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/dwc3/core.h' at 20241216090017741 2025-03-14 03:01:00.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/dwc3/dwc3-am62.c' at 20240405153231543 2025-03-14 03:01:00.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/dwc3/gadget.c' at 20241216090017745 2025-03-14 03:01:00.851-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/Kconfig' at 20240405153231547 2025-03-14 03:01:00.852-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/configfs.c' at 20240719080013361 2025-03-14 03:01:00.853-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/function/f_fs.c' at 20240520080015191 2025-03-14 03:01:00.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/function/f_midi.c' at 20240405153231551 2025-03-14 03:01:00.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/function/f_tcm.c' at 20240405153052073 2025-03-14 03:01:00.859-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/function/f_uac2.c' at 20241104090011587 2025-03-14 03:01:00.861-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/function/u_serial.c' at 20241220090018322 2025-03-14 03:01:00.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/udc/core.c' at 20241018080014550 2025-03-14 03:01:00.878-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/gadget/udc/renesas_usb3.c' at 20240405153231555 2025-03-14 03:01:00.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/host/pci-quirks.c' at 20240405153052105 2025-03-14 03:01:00.887-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/host/xhci-ring.c' at 20241216090017745 2025-03-14 03:01:00.888-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/host/xhci.c' at 20241216090017745 2025-03-14 03:01:00.893-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/misc/usb251xb.c' at 20240405153231563 2025-03-14 03:01:00.901-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/serial/cp210x.c' at 20240405153231567 2025-03-14 03:01:00.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/serial/option.c' at 20241115090012961 2025-03-14 03:01:00.906-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/serial/quatech2.c' at 20240405153052137 2025-03-14 03:01:00.910-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/storage/unusual_devs.h' at 20241018080014550 2025-03-14 03:01:00.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/typec/tcpm/maxim_contaminant.c' at 20240405153052149 2025-03-14 03:01:00.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/typec/tcpm/tcpci.c' at 20240415080012983 2025-03-14 03:01:00.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/typec/tcpm/tcpm.c' at 20240910080014070 2025-03-14 03:01:00.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/typec/ucsi/ucsi.c' at 20240710080014601 2025-03-14 03:01:00.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/typec/ucsi/ucsi.h' at 20240910080014070 2025-03-14 03:01:00.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/usb/typec/ucsi/ucsi_glink.c' at 20240910080014070 2025-03-14 03:01:00.924-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/vfio/iova_bitmap.c' at 20240405153231571 2025-03-14 03:01:00.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/vfio/pci/vfio_pci_rdwr.c' at 20240405153052165 2025-03-14 03:01:00.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/vfio/platform/vfio_platform_common.c' at 20240405153052165 2025-03-14 03:01:00.952-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/video/fbdev/omap/lcd_dma.c' at 20240405153052205 2025-03-14 03:01:00.955-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c' at 20210307214930926 2025-03-14 03:01:00.979-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/watchdog/it87_wdt.c' at 20240405153231599 2025-03-14 03:01:00.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/watchdog/mtk_wdt.c' at 20241216090017749 2025-03-14 03:01:00.982-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/watchdog/rti_wdt.c' at 20241216090017749 2025-03-14 03:01:00.983-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/watchdog/rzg2l_wdt.c' at 20240805080014011 2025-03-14 03:01:00.988-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/xen/swiotlb-xen.c' at 20241008080013987 2025-03-14 03:01:00.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/Kconfig' at 20240405153231603 2025-03-14 03:01:00.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/afs.h' at 20240405153052261 2025-03-14 03:01:00.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/afs_vl.h' at 20210307214930994 2025-03-14 03:01:00.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/cell.c' at 20240405153231603 2025-03-14 03:01:00.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/dir.c' at 20241111090012141 2025-03-14 03:01:00.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/internal.h' at 20241111090012141 2025-03-14 03:01:00.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/server.c' at 20240405153231607 2025-03-14 03:01:00.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/vl_alias.c' at 20210309003653376 2025-03-14 03:01:00.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/vlclient.c' at 20220525020654343 2025-03-14 03:01:00.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/volume.c' at 20240405153231607 2025-03-14 03:01:00.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/xdr_fs.h' at 20220525020654343 2025-03-14 03:01:00.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/afs/yfsclient.c' at 20240405153052269 2025-03-14 03:01:00.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/binfmt_flat.c' at 20240820080014165 2025-03-14 03:01:01.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/ctree.c' at 20241211090145505 2025-03-14 03:01:01.002-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/ctree.h' at 20241008080013987 2025-03-14 03:01:01.003-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/disk-io.c' at 20241011080017351 2025-03-14 03:01:01.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/file.c' at 20241008080013991 2025-03-14 03:01:01.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/inode.c' at 20241216090017753 2025-03-14 03:01:01.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/ordered-data.c' at 20240520080015195 2025-03-14 03:01:01.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/relocation.c' at 20241011080017351 2025-03-14 03:01:01.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/scrub.c' at 20240712080021085 2025-03-14 03:01:01.010-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/super.c' at 20240830080013315 2025-03-14 03:01:01.010-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/sysfs.c' at 20240405153231639 2025-03-14 03:01:01.011-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/transaction.c' at 20240520080015195 2025-03-14 03:01:01.012-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/btrfs/tree-checker.c' at 20241008080013991 2025-03-14 03:01:01.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/buffer.c' at 20240820080014165 2025-03-14 03:01:01.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/cachefiles/daemon.c' at 20240719080013365 2025-03-14 03:01:01.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/cachefiles/interface.c' at 20240624080012808 2025-03-14 03:01:01.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/cachefiles/internal.h' at 20240719080013365 2025-03-14 03:01:01.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/cachefiles/ondemand.c' at 20241211090145505 2025-03-14 03:01:01.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/cachefiles/security.c' at 20240405153052305 2025-03-14 03:01:01.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ceph/addr.c' at 20241011080017355 2025-03-14 03:01:01.016-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ceph/file.c' at 20240429080012448 2025-03-14 03:01:01.017-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ceph/mds_client.c' at 20240429080012448 2025-03-14 03:01:01.018-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ceph/super.c' at 20241211090145505 2025-03-14 03:01:01.018-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ceph/super.h' at 20240429080012452 2025-03-14 03:01:01.023-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/dlm/lowcomms.c' at 20240405153231651 2025-03-14 03:01:01.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/efivarfs/inode.c' at 20240405153231655 2025-03-14 03:01:01.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/efivarfs/internal.h' at 20240405153052329 2025-03-14 03:01:01.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/efivarfs/super.c' at 20240405153231655 2025-03-14 03:01:01.028-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/erofs/zdata.c' at 20240405153231655 2025-03-14 03:01:01.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/eventpoll.c' at 20241216090017753 2025-03-14 03:01:01.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/exec.c' at 20241104090011591 2025-03-14 03:01:01.030-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/exfat/dir.c' at 20240805080014011 2025-03-14 03:01:01.030-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/exfat/fatent.c' at 20240405153052333 2025-03-14 03:01:01.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/extents.c' at 20241211090145509 2025-03-14 03:01:01.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/ialloc.c' at 20241211090145509 2025-03-14 03:01:01.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/inode.c' at 20241211090145509 2025-03-14 03:01:01.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/ioctl.c' at 20240405153231667 2025-03-14 03:01:01.036-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/namei.c' at 20241011080017359 2025-03-14 03:01:01.037-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/super.c' at 20241211090145513 2025-03-14 03:01:01.038-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ext4/xattr.c' at 20241018080014558 2025-03-14 03:01:01.039-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/f2fs/dir.c' at 20241008080013999 2025-03-14 03:01:01.040-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/f2fs/file.c' at 20241211090145517 2025-03-14 03:01:01.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/f2fs/inline.c' at 20240910080014078 2025-03-14 03:01:01.042-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/f2fs/super.c' at 20241216090017757 2025-03-14 03:01:01.045-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/file.c' at 20241011080017363 2025-03-14 03:01:01.045-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/file_table.c' at 20240405153231679 2025-03-14 03:01:01.049-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/gfs2/file.c' at 20240613080016487 2025-03-14 03:01:01.053-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/hfs/super.c' at 20240405153052377 2025-03-14 03:01:01.057-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/iomap/buffered-io.c' at 20241111090012141 2025-03-14 03:01:01.060-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/jbd2/commit.c' at 20240805080014019 2025-03-14 03:01:01.061-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/jbd2/revoke.c' at 20240405153052389 2025-03-14 03:01:01.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/libfs.c' at 20240405153231695 2025-03-14 03:01:01.079-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfs/flexfilelayout/flexfilelayout.c' at 20240405153231699 2025-03-14 03:01:01.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfs/nfs42proc.c' at 20241018080014558 2025-03-14 03:01:01.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfs/nfs42xdr.c' at 20240405153052421 2025-03-14 03:01:01.084-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfs/pnfs.c' at 20240919080017078 2025-03-14 03:01:01.086-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfs/sysfs.c' at 20240405153052429 2025-03-14 03:01:01.086-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfsd/export.c' at 20241211090145521 2025-03-14 03:01:01.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfsd/export.h' at 20241211090145521 2025-03-14 03:01:01.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfsd/filecache.c' at 20241018080014558 2025-03-14 03:01:01.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfsd/filecache.h' at 20240405153052433 2025-03-14 03:01:01.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfsd/nfs2acl.c' at 20240405153052433 2025-03-14 03:01:01.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nfsd/nfs3acl.c' at 20240405153052433 2025-03-14 03:01:01.092-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/btnode.c' at 20241125090012259 2025-03-14 03:01:01.092-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/dir.c' at 20241216090017757 2025-03-14 03:01:01.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/gcinode.c' at 20241125090012259 2025-03-14 03:01:01.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/inode.c' at 20240405153231707 2025-03-14 03:01:01.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/namei.c' at 20241111090012141 2025-03-14 03:01:01.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/nilfs.h' at 20241023080012895 2025-03-14 03:01:01.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/nilfs2/segment.c' at 20240913080013829 2025-03-14 03:01:01.098-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/notify/fdinfo.c' at 20240405153052449 2025-03-14 03:01:01.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ntfs3/attrib.c' at 20240805080014023 2025-03-14 03:01:01.102-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ntfs3/frecord.c' at 20241111090012145 2025-03-14 03:01:01.103-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ntfs3/inode.c' at 20241111090012145 2025-03-14 03:01:01.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ocfs2/dir.c' at 20240729080011340 2025-03-14 03:01:01.109-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ocfs2/extent_map.c' at 20220525020654471 2025-03-14 03:01:01.112-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ocfs2/quota_global.c' at 20240405153052477 2025-03-14 03:01:01.112-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ocfs2/quota_local.c' at 20241011080017367 2025-03-14 03:01:01.114-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ocfs2/super.c' at 20241125090012259 2025-03-14 03:01:01.114-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ocfs2/symlink.c' at 20240405153052481 2025-03-14 03:01:01.116-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/orangefs/orangefs-debugfs.c' at 20240405153052481 2025-03-14 03:01:01.117-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/overlayfs/copy_up.c' at 20240405153231719 2025-03-14 03:01:01.117-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/overlayfs/export.c' at 20240628080014021 2025-03-14 03:01:01.118-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/overlayfs/namei.c' at 20240405153231719 2025-03-14 03:01:01.119-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/proc/array.c' at 20241211090145525 2025-03-14 03:01:01.121-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/proc/task_mmu.c' at 20240805080014027 2025-03-14 03:01:01.121-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/proc/vmcore.c' at 20241115090012965 2025-03-14 03:01:01.127-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/select.c' at 20240405153231731 2025-03-14 03:01:01.129-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/cifsacl.c' at 20240405153052509 2025-03-14 03:01:01.129-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/cifsacl.h' at 20240405153052509 2025-03-14 03:01:01.129-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/cifsfs.c' at 20241211090145529 2025-03-14 03:01:01.129-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/cifsglob.h' at 20241211090145529 2025-03-14 03:01:01.131-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/cifssmb.c' at 20241216090017761 2025-03-14 03:01:01.131-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/connect.c' at 20241211090145529 2025-03-14 03:01:01.132-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/inode.c' at 20241216090017761 2025-03-14 03:01:01.133-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/namespace.c' at 20240405153231735 2025-03-14 03:01:01.133-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/readdir.c' at 20241216090017761 2025-03-14 03:01:01.134-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/reparse.c' at 20241216090017761 2025-03-14 03:01:01.134-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb1ops.c' at 20241211090145529 2025-03-14 03:01:01.134-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb2inode.c' at 20241216090017761 2025-03-14 03:01:01.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb2ops.c' at 20241211090145529 2025-03-14 03:01:01.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb2pdu.c' at 20241211090145533 2025-03-14 03:01:01.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb2pdu.h' at 20240527080023356 2025-03-14 03:01:01.135-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb2proto.h' at 20241211090145533 2025-03-14 03:01:01.136-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/smb2transport.c' at 20240617080017406 2025-03-14 03:01:01.137-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/client/xattr.c' at 20240405153231739 2025-03-14 03:01:01.138-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/connection.c' at 20241115090012965 2025-03-14 03:01:01.139-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/server.c' at 20241220090018322 2025-03-14 03:01:01.140-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/smb2pdu.c' at 20241220090018322 2025-03-14 03:01:01.140-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/smb2pdu.h' at 20240527080023360 2025-03-14 03:01:01.140-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/smb_common.c' at 20241115090012965 2025-03-14 03:01:01.142-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/vfs.c' at 20241008080014007 2025-03-14 03:01:01.142-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/smb/server/vfs.h' at 20240624080012812 2025-03-14 03:01:01.146-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/ubifs/debug.c' at 20240405153231763 2025-03-14 03:01:01.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/udf/namei.c' at 20240805080014027 2025-03-14 03:01:01.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/Kconfig' at 20240405153231767 2025-03-14 03:01:01.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_ag.c' at 20240624080012812 2025-03-14 03:01:01.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_alloc.c' at 20240405153231771 2025-03-14 03:01:01.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_alloc.h' at 20240405153052561 2025-03-14 03:01:01.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_attr.c' at 20241023080012895 2025-03-14 03:01:01.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_attr_leaf.c' at 20241023080012895 2025-03-14 03:01:01.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_bmap.c' at 20241023080012895 2025-03-14 03:01:01.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_da_btree.c' at 20241023080012895 2025-03-14 03:01:01.159-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_data.c' at 20220525020654507 2025-03-14 03:01:01.159-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_dir2_priv.h' at 20240405153052573 2025-03-14 03:01:01.161-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_inode_fork.c' at 20240405153052573 2025-03-14 03:01:01.161-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_quota_defs.h' at 20240405153052577 2025-03-14 03:01:01.162-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_rtbitmap.c' at 20240405153231775 2025-03-14 03:01:01.162-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/libxfs/xfs_trans_resv.c' at 20240405153052581 2025-03-14 03:01:01.163-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/scrub/agheader_repair.c' at 20240405153231775 2025-03-14 03:01:01.163-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/scrub/bmap.c' at 20240405153231775 2025-03-14 03:01:01.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/scrub/trace.h' at 20241220090018326 2025-03-14 03:01:01.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs.h' at 20210307214931278 2025-03-14 03:01:01.166-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_bmap_util.c' at 20241023080012899 2025-03-14 03:01:01.166-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_buf_item.c' at 20240405153052589 2025-03-14 03:01:01.166-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_buf_item_recover.c' at 20240405153052589 2025-03-14 03:01:01.167-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_dquot_item.c' at 20220525020654519 2025-03-14 03:01:01.167-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_file.c' at 20241220090018326 2025-03-14 03:01:01.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_filestream.c' at 20241111090012145 2025-03-14 03:01:01.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_fsmap.c' at 20240405153231779 2025-03-14 03:01:01.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_fsops.c' at 20240405153231779 2025-03-14 03:01:01.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_icache.c' at 20241023080012899 2025-03-14 03:01:01.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_inode.c' at 20241023080012899 2025-03-14 03:01:01.169-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_inode.h' at 20240405153231783 2025-03-14 03:01:01.169-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_inode_item.c' at 20240405153231783 2025-03-14 03:01:01.169-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_iomap.c' at 20241023080012899 2025-03-14 03:01:01.169-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_iops.c' at 20240405153231783 2025-03-14 03:01:01.170-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_iops.h' at 20240405153052597 2025-03-14 03:01:01.170-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_log.h' at 20240405153052597 2025-03-14 03:01:01.170-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_log_cil.c' at 20240405153231783 2025-03-14 03:01:01.170-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_log_recover.c' at 20241211090145533 2025-03-14 03:01:01.171-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_mount.c' at 20240405153231783 2025-03-14 03:01:01.171-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_qm_bhv.c' at 20220525020654523 2025-03-14 03:01:01.172-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_reflink.c' at 20241023080012899 2025-03-14 03:01:01.172-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_reflink.h' at 20240405153052605 2025-03-14 03:01:01.172-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_rtalloc.c' at 20241023080012899 2025-03-14 03:01:01.172-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_super.c' at 20240405153231787 2025-03-14 03:01:01.173-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/fs/xfs/xfs_symlink.c' at 20240405153052609 2025-03-14 03:01:01.175-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/acpi/acpixf.h' at 20240830080013327 2025-03-14 03:01:01.177-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/acpi/pcc.h' at 20240405153052617 2025-03-14 03:01:01.183-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/asm-generic/vmlinux.lds.h' at 20241211090145533 2025-03-14 03:01:01.184-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/clocksource/hyperv_timer.h' at 20240405153052621 2025-03-14 03:01:01.185-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/crypto/internal/ecc.h' at 20240405153052625 2025-03-14 03:01:01.189-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/drm/drm_connector.h' at 20240405153052629 2025-03-14 03:01:01.217-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/dt-bindings/clock/sun50i-a64-ccu.h' at 20240405153052649 2025-03-14 03:01:01.260-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/binfmts.h' at 20240405153052661 2025-03-14 03:01:01.261-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/blk-mq.h' at 20240405153231799 2025-03-14 03:01:01.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/bpf_verifier.h' at 20241211090145533 2025-03-14 03:01:01.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/buffer_head.h' at 20240405153231803 2025-03-14 03:01:01.268-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/ceph/osd_client.h' at 20240405153231803 2025-03-14 03:01:01.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/cgroup-defs.h' at 20240820080014177 2025-03-14 03:01:01.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/cleanup.h' at 20240405153052669 2025-03-14 03:01:01.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/efi.h' at 20240405153231807 2025-03-14 03:01:01.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/fs.h' at 20241008080014007 2025-03-14 03:01:01.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/hid.h' at 20241216090017765 2025-03-14 03:01:01.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/hrtimer.h' at 20240405153231811 2025-03-14 03:01:01.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/hugetlb.h' at 20240805080014027 2025-03-14 03:01:01.299-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/hyperv.h' at 20240520080015203 2025-03-14 03:01:01.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/i8253.h' at 20210307214931398 2025-03-14 03:01:01.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/ieee80211.h' at 20240710080014605 2025-03-14 03:01:01.302-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/if_vlan.h' at 20240405153231815 2025-03-14 03:01:01.309-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/io_uring.h' at 20240405153231815 2025-03-14 03:01:01.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/kallsyms.h' at 20240405153052713 2025-03-14 03:01:01.316-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/kvm_host.h' at 20240405153231815 2025-03-14 03:01:01.323-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/memblock.h' at 20240405153231819 2025-03-14 03:01:01.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/mfd/syscon.h' at 20220525020654587 2025-03-14 03:01:01.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/mlx5/driver.h' at 20240613080016499 2025-03-14 03:01:01.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/mm.h' at 20241008080014011 2025-03-14 03:01:01.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/mm_types.h' at 20241216090017769 2025-03-14 03:01:01.368-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/mroute_base.h' at 20240405153052741 2025-03-14 03:01:01.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/mutex.h' at 20240712080021089 2025-03-14 03:01:01.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/netdevice.h' at 20241104090011599 2025-03-14 03:01:01.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/netdevice.h' at 20250224090012728 2025-03-14 03:01:01.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/numa.h' at 20240613080016499 2025-03-14 03:01:01.388-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/nvmem-provider.h' at 20240520080015203 2025-03-14 03:01:01.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/of.h' at 20240910080014082 2025-03-14 03:01:01.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/perf_event.h' at 20241011080017375 2025-03-14 03:01:01.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/platform_data/pca953x.h' at 20240405153052769 2025-03-14 03:01:01.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/platform_data/si5351.h' at 20210307214931482 2025-03-14 03:01:01.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/pruss_driver.h' at 20240405153052777 2025-03-14 03:01:01.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/rcuref.h' at 20240405153052785 2025-03-14 03:01:01.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/rwsem.h' at 20240405153052789 2025-03-14 03:01:01.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/sched/task.h' at 20240405153231839 2025-03-14 03:01:01.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/sched/task_stack.h' at 20240405153052789 2025-03-14 03:01:01.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/sched.h' at 20241216090017769 2025-03-14 03:01:01.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/seccomp.h' at 20240405153052793 2025-03-14 03:01:01.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/seq_buf.h' at 20240405153052793 2025-03-14 03:01:01.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/serio.h' at 20210307214931506 2025-03-14 03:01:01.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/skmsg.h' at 20240520080015207 2025-03-14 03:01:01.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/spinlock.h' at 20240405153052797 2025-03-14 03:01:01.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/trace_events.h' at 20241104090011599 2025-03-14 03:01:01.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/trace_seq.h' at 20240405153052809 2025-03-14 03:01:01.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/usb/chipidea.h' at 20240405153231843 2025-03-14 03:01:01.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/usb/tcpm.h' at 20240405153052813 2025-03-14 03:01:01.466-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/vmstat.h' at 20240405153052817 2025-03-14 03:01:01.466-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/linux/wait.h' at 20240405153231847 2025-03-14 03:01:01.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/ax25.h' at 20240613080016503 2025-03-14 03:01:01.479-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/bluetooth/hci_core.h' at 20241220090018326 2025-03-14 03:01:01.484-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/dst.h' at 20240405153052841 2025-03-14 03:01:01.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/inet_connection_sock.h' at 20240710080014605 2025-03-14 03:01:01.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/inetpeer.h' at 20210307214931562 2025-03-14 03:01:01.489-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/mac80211.h' at 20241008080014011 2025-03-14 03:01:01.491-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/net_namespace.h' at 20241220090018326 2025-03-14 03:01:01.494-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/netfilter/nf_tables.h' at 20241220090018330 2025-03-14 03:01:01.498-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/route.h' at 20240405153231855 2025-03-14 03:01:01.498-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/route.h' at 20250224090012732 2025-03-14 03:01:01.499-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/sch_generic.h' at 20241018080014566 2025-03-14 03:01:01.500-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/sock.h' at 20241211090145537 2025-03-14 03:01:01.501-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/strparser.h' at 20240405153052865 2025-03-14 03:01:01.502-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/tcp.h' at 20241008080014015 2025-03-14 03:01:01.503-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/net/xfrm.h' at 20241104090011599 2025-03-14 03:01:01.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/rdma/ib_verbs.h' at 20240405153231859 2025-03-14 03:01:01.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/rv/da_monitor.h' at 20240405153231859 2025-03-14 03:01:01.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/trace/events/afs.h' at 20241111090012149 2025-03-14 03:01:01.545-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/trace/events/oom.h' at 20210307214931610 2025-03-14 03:01:01.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/trace/events/rxrpc.h' at 20241115090012965 2025-03-14 03:01:01.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/trace/events/sunrpc.h' at 20240405153231867 2025-03-14 03:01:01.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/uapi/linux/input-event-codes.h' at 20240726080012870 2025-03-14 03:01:01.594-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/uapi/linux/stddef.h' at 20240405153231879 2025-03-14 03:01:01.607-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/uapi/rdma/ib_user_ioctl_verbs.h' at 20240405153052949 2025-03-14 03:01:01.613-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/ufs/ufs.h' at 20240405153231883 2025-03-14 03:01:01.613-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/include/ufs/ufshcd.h' at 20241216090017769 2025-03-14 03:01:01.624-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/io_uring.c' at 20241118090018503 2025-03-14 03:01:01.624-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/io_uring.h' at 20241023080012899 2025-03-14 03:01:01.624-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/kbuf.c' at 20240624080012816 2025-03-14 03:01:01.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/net.c' at 20241011080017375 2025-03-14 03:01:01.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/poll.c' at 20240405153231887 2025-03-14 03:01:01.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/rw.c' at 20241111090012149 2025-03-14 03:01:01.626-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/sqpoll.c' at 20241008080014015 2025-03-14 03:01:01.626-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/timeout.c' at 20240805080014031 2025-03-14 03:01:01.626-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/io_uring/uring_cmd.c' at 20240405153231887 2025-03-14 03:01:01.628-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/acct.c' at 20240405153231891 2025-03-14 03:01:01.629-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/bpf/bpf_cgrp_storage.c' at 20240405153052977 2025-03-14 03:01:01.629-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/bpf/bpf_local_storage.c' at 20240719080013369 2025-03-14 03:01:01.631-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/bpf/core.c' at 20241018080014570 2025-03-14 03:01:01.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/bpf/ringbuf.c' at 20241104090011603 2025-03-14 03:01:01.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/bpf/syscall.c' at 20241216090017773 2025-03-14 03:01:01.636-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/bpf/verifier.c' at 20241220090018334 2025-03-14 03:01:01.639-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/cgroup/cgroup.c' at 20241211090145541 2025-03-14 03:01:01.642-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/cgroup/rstat.c' at 20240405153231903 2025-03-14 03:01:01.643-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/cpu.c' at 20240830080013335 2025-03-14 03:01:01.648-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/events/core.c' at 20241011080017379 2025-03-14 03:01:01.653-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/gen_kheaders.sh' at 20240624080012824 2025-03-14 03:01:01.654-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/irq/internals.h' at 20240405153231911 2025-03-14 03:01:01.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/kcov.c' at 20240815080012907 2025-03-14 03:01:01.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/power/hibernate.c' at 20240405153053025 2025-03-14 03:01:01.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/printk/printk.c' at 20240415080012991 2025-03-14 03:01:01.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/sched/core.c' at 20241216090017777 2025-03-14 03:01:01.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/sched/cpufreq_schedutil.c' at 20240405153053041 2025-03-14 03:01:01.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/sched/fair.c' at 20241216090017777 2025-03-14 03:01:01.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/sched/topology.c' at 20240830080013339 2025-03-14 03:01:01.674-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/softirq.c' at 20240613080016519 2025-03-14 03:01:01.675-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/time/clocksource.c' at 20240830080013339 2025-03-14 03:01:01.675-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/time/hrtimer.c' at 20240830080013339 2025-03-14 03:01:01.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/bpf_trace.c' at 20241220090018334 2025-03-14 03:01:01.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/ftrace.c' at 20241211090145545 2025-03-14 03:01:01.682-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace.c' at 20241104090011611 2025-03-14 03:01:01.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace.h' at 20240910080014090 2025-03-14 03:01:01.684-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_events.c' at 20240910080014090 2025-03-14 03:01:01.685-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_events_hist.c' at 20240910080014090 2025-03-14 03:01:01.686-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_functions.c' at 20240405153053069 2025-03-14 03:01:01.687-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_kprobe.c' at 20241220090018334 2025-03-14 03:01:01.687-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_osnoise.c' at 20241011080017383 2025-03-14 03:01:01.687-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_output.c' at 20241018080014574 2025-03-14 03:01:01.688-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/trace/trace_seq.c' at 20240405153053073 2025-03-14 03:01:01.690-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/kernel/workqueue.c' at 20240913080013849 2025-03-14 03:01:01.691-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/lib/Kconfig.debug' at 20241104090011615 2025-03-14 03:01:01.700-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/lib/iov_iter.c' at 20241111090012157 2025-03-14 03:01:01.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/lib/rcuref.c' at 20240405153053101 2025-03-14 03:01:01.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/lib/seq_buf.c' at 20240405153053101 2025-03-14 03:01:01.728-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/gup.c' at 20240820080014185 2025-03-14 03:01:01.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/hugetlb.c' at 20241118090018507 2025-03-14 03:01:01.731-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/kfence/core.c' at 20240405153231963 2025-03-14 03:01:01.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/kmemleak.c' at 20240405153231963 2025-03-14 03:01:01.734-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/madvise.c' at 20240503080014506 2025-03-14 03:01:01.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/memblock.c' at 20240405153231967 2025-03-14 03:01:01.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/memcontrol.c' at 20241118090018511 2025-03-14 03:01:01.739-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/oom_kill.c' at 20240405153231971 2025-03-14 03:01:01.741-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/shmem.c' at 20241125090012263 2025-03-14 03:01:01.744-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/vmalloc.c' at 20240913080013853 2025-03-14 03:01:01.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/mm/vmscan.c' at 20241023080012903 2025-03-14 03:01:01.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/802/psnap.c' at 20240405153053161 2025-03-14 03:01:01.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ax25/af_ax25.c' at 20240624080012824 2025-03-14 03:01:01.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ax25/ax25_dev.c' at 20240624080012824 2025-03-14 03:01:01.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ax25/ax25_out.c' at 20240405153053169 2025-03-14 03:01:01.754-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/batman-adv/bat_v.c' at 20240405153231987 2025-03-14 03:01:01.754-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/batman-adv/bat_v_elp.c' at 20240405153053169 2025-03-14 03:01:01.754-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/batman-adv/bat_v_elp.h' at 20220525020654787 2025-03-14 03:01:01.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/batman-adv/types.h' at 20240405153231987 2025-03-14 03:01:01.759-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/hci_conn.c' at 20241220090018334 2025-03-14 03:01:01.759-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/hci_core.c' at 20241216090017785 2025-03-14 03:01:01.760-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/hci_sync.c' at 20241216090017785 2025-03-14 03:01:01.761-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/iso.c' at 20241220090018338 2025-03-14 03:01:01.761-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/l2cap_core.c' at 20241011080017387 2025-03-14 03:01:01.762-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/l2cap_sock.c' at 20241216090017785 2025-03-14 03:01:01.762-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/mgmt.c' at 20241211090145549 2025-03-14 03:01:01.765-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bluetooth/sco.c' at 20241220090018338 2025-03-14 03:01:01.768-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/bridge/br_netfilter_hooks.c' at 20241018080014578 2025-03-14 03:01:01.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/can/j1939/socket.c' at 20240405153231999 2025-03-14 03:01:01.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/can/j1939/transport.c' at 20241216090017785 2025-03-14 03:01:01.776-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ceph/osd_client.c' at 20240405153232003 2025-03-14 03:01:01.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/dev.c' at 20241111090012165 2025-03-14 03:01:01.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/drop_monitor.c' at 20240628080014029 2025-03-14 03:01:01.779-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/filter.c' at 20241216090017789 2025-03-14 03:01:01.779-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/flow_dissector.c' at 20240805080014051 2025-03-14 03:01:01.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/gro.c' at 20241011080017387 2025-03-14 03:01:01.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/link_watch.c' at 20241216090017789 2025-03-14 03:01:01.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/neighbour.c' at 20241216090017789 2025-03-14 03:01:01.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/net_namespace.c' at 20241220090018338 2025-03-14 03:01:01.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/pktgen.c' at 20240613080016531 2025-03-14 03:01:01.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/skbuff.c' at 20240520080015223 2025-03-14 03:01:01.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/skmsg.c' at 20241211090145549 2025-03-14 03:01:01.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/sock.c' at 20240913080013857 2025-03-14 03:01:01.784-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/core/sock_map.c' at 20241220090018338 2025-03-14 03:01:01.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/dccp/ipv6.c' at 20240830080013347 2025-03-14 03:01:01.793-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ethtool/netlink.c' at 20240405153232015 2025-03-14 03:01:01.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/hsr/hsr_forward.c' at 20241216090017789 2025-03-14 03:01:01.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/arp.c' at 20240405153232015 2025-03-14 03:01:01.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/devinet.c' at 20241104090011619 2025-03-14 03:01:01.801-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/icmp.c' at 20241008080014035 2025-03-14 03:01:01.801-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/icmp.c' at 20250224090012736 2025-03-14 03:01:01.802-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/inetpeer.c' at 20220804100016112 2025-03-14 03:01:01.802-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/ip_fragment.c' at 20240411080014150 2025-03-14 03:01:01.802-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/ip_options.c' at 20240405153053249 2025-03-14 03:01:01.802-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/ip_tunnel.c' at 20241216090017789 2025-03-14 03:01:01.803-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/ipmr.c' at 20241211090145553 2025-03-14 03:01:01.803-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/ipmr_base.c' at 20241211090145553 2025-03-14 03:01:01.807-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp.c' at 20241211090145553 2025-03-14 03:01:01.807-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_bpf.c' at 20241216090017789 2025-03-14 03:01:01.808-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_cubic.c' at 20240405153053257 2025-03-14 03:01:01.808-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_fastopen.c' at 20241211090145553 2025-03-14 03:01:01.808-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_input.c' at 20241018080014582 2025-03-14 03:01:01.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_ipv4.c' at 20241011080017391 2025-03-14 03:01:01.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_minisocks.c' at 20241018080014582 2025-03-14 03:01:01.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/tcp_output.c' at 20241220090018338 2025-03-14 03:01:01.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv4/udp.c' at 20241211090145553 2025-03-14 03:01:01.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/icmp.c' at 20241216090017789 2025-03-14 03:01:01.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/ila/ila_xlat.c' at 20240913080013861 2025-03-14 03:01:01.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/ip6_fib.c' at 20241211090145553 2025-03-14 03:01:01.814-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/ip6_output.c' at 20241216090017789 2025-03-14 03:01:01.814-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/ip6_tunnel.c' at 20240830080013351 2025-03-14 03:01:01.815-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/ip6mr.c' at 20241216090017789 2025-03-14 03:01:01.815-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/mcast.c' at 20240405153232035 2025-03-14 03:01:01.816-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/ndisc.c' at 20241216090017793 2025-03-14 03:01:01.818-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/route.c' at 20241216090017793 2025-03-14 03:01:01.818-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/rpl_iptunnel.c' at 20241008080014035 2025-03-14 03:01:01.818-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/seg6_iptunnel.c' at 20240624080012828 2025-03-14 03:01:01.819-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/tcp_ipv6.c' at 20241216090017793 2025-03-14 03:01:01.819-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ipv6/udp.c' at 20241216090017793 2025-03-14 03:01:01.826-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/llc/llc_input.c' at 20240405153232043 2025-03-14 03:01:01.827-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/debugfs_netdev.c' at 20240405153053289 2025-03-14 03:01:01.828-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/driver-ops.h' at 20240405153232043 2025-03-14 03:01:01.828-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/ieee80211_i.h' at 20240805080014055 2025-03-14 03:01:01.829-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/mesh.c' at 20240726080012878 2025-03-14 03:01:01.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/rx.c' at 20240503080014518 2025-03-14 03:01:01.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/status.c' at 20240405153053301 2025-03-14 03:01:01.833-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac80211/util.c' at 20241115090012973 2025-03-14 03:01:01.834-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mac802154/iface.c' at 20240405153053305 2025-03-14 03:01:01.835-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mctp/route.c' at 20241018080014586 2025-03-14 03:01:01.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mptcp/ctrl.c' at 20240520080015231 2025-03-14 03:01:01.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mptcp/options.c' at 20240910080014094 2025-03-14 03:01:01.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mptcp/pm_netlink.c' at 20241125090012263 2025-03-14 03:01:01.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mptcp/protocol.c' at 20241211090145557 2025-03-14 03:01:01.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mptcp/protocol.h' at 20241023080012903 2025-03-14 03:01:01.838-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/mptcp/subflow.c' at 20241023080012903 2025-03-14 03:01:01.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ncsi/internal.h' at 20240624080012832 2025-03-14 03:01:01.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ncsi/ncsi-cmd.c' at 20240405153053317 2025-03-14 03:01:01.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ncsi/ncsi-manage.c' at 20240624080012832 2025-03-14 03:01:01.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ncsi/ncsi-pkt.h' at 20240405153232055 2025-03-14 03:01:01.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/ncsi/ncsi-rsp.c' at 20240624080012832 2025-03-14 03:01:01.842-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/ipset/ip_set_list_set.c' at 20240624080012832 2025-03-14 03:01:01.842-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/ipvs/ip_vs_conn.c' at 20240405153053317 2025-03-14 03:01:01.845-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/nf_conntrack_core.c' at 20240405153232055 2025-03-14 03:01:01.849-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/nf_tables_api.c' at 20241220090018338 2025-03-14 03:01:01.852-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/nft_flow_offload.c' at 20240405153232063 2025-03-14 03:01:01.854-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/nft_set_pipapo.c' at 20241011080017395 2025-03-14 03:01:01.854-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netfilter/nft_set_rbtree.c' at 20241011080017395 2025-03-14 03:01:01.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/netrom/nr_route.c' at 20240613080016535 2025-03-14 03:01:01.863-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/nfc/nci/hci.c' at 20240405153053345 2025-03-14 03:01:01.864-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/openvswitch/datapath.c' at 20240830080013359 2025-03-14 03:01:01.866-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/packet/af_packet.c' at 20241216090017793 2025-03-14 03:01:01.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rose/af_rose.c' at 20240405153232071 2025-03-14 03:01:01.872-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rose/rose_timer.c' at 20220804100016128 2025-03-14 03:01:01.872-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/ar-internal.h' at 20241011080017395 2025-03-14 03:01:01.873-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/call_object.c' at 20240520080015231 2025-03-14 03:01:01.873-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/conn_event.c' at 20240520080015231 2025-03-14 03:01:01.873-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/conn_object.c' at 20240520080015231 2025-03-14 03:01:01.873-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/input.c' at 20240520080015231 2025-03-14 03:01:01.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/rxperf.c' at 20240405153053361 2025-03-14 03:01:01.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/rxrpc/sendmsg.c' at 20241018080014590 2025-03-14 03:01:01.876-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/cls_api.c' at 20240405153232075 2025-03-14 03:01:01.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/cls_flow.c' at 20240405153053365 2025-03-14 03:01:01.878-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/sch_api.c' at 20241111090012165 2025-03-14 03:01:01.878-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/sch_cake.c' at 20240913080013861 2025-03-14 03:01:01.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/sch_choke.c' at 20240405153053365 2025-03-14 03:01:01.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/sch_ets.c' at 20240405153053369 2025-03-14 03:01:01.882-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sched/sch_sfq.c' at 20240405153053373 2025-03-14 03:01:01.882-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sctp/associola.c' at 20240405153053373 2025-03-14 03:01:01.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sctp/sysctl.c' at 20240405153232079 2025-03-14 03:01:01.886-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/smc/af_smc.c' at 20241216090017797 2025-03-14 03:01:01.886-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/smc/smc_clc.c' at 20241216090017797 2025-03-14 03:01:01.887-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/smc/smc_clc.h' at 20241216090017797 2025-03-14 03:01:01.887-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/smc/smc_core.c' at 20241216090017797 2025-03-14 03:01:01.888-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/smc/smc_rx.c' at 20240405153053381 2025-03-14 03:01:01.888-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/smc/smc_rx.h' at 20210307214932078 2025-03-14 03:01:01.889-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/strparser/strparser.c' at 20240405153053385 2025-03-14 03:01:01.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sunrpc/cache.c' at 20241211090145561 2025-03-14 03:01:01.892-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sunrpc/sched.c' at 20240815080012923 2025-03-14 03:01:01.893-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sunrpc/svcsock.c' at 20241211090145561 2025-03-14 03:01:01.895-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/sunrpc/xprtsock.c' at 20241211090145561 2025-03-14 03:01:01.896-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/tipc/crypto.c' at 20240405153053393 2025-03-14 03:01:01.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/tls/tls_sw.c' at 20240411080014154 2025-03-14 03:01:01.902-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/vmw_vsock/af_vsock.c' at 20241216090017797 2025-03-14 03:01:01.902-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/vmw_vsock/virtio_transport_common.c' at 20241125090012267 2025-03-14 03:01:01.903-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/vmw_vsock/vsock_bpf.c' at 20241104090011619 2025-03-14 03:01:01.906-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/wireless/scan.c' at 20241008080014047 2025-03-14 03:01:01.910-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/net/xfrm/xfrm_replay.c' at 20240405153053417 2025-03-14 03:01:01.911-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/opengrok0.0.log.lck' at 20241229005445034 2025-03-14 03:01:01.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/rust/kernel/init.rs' at 20240503080014518 2025-03-14 03:01:01.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/samples/landlock/sandboxer.c' at 20240405153053429 2025-03-14 03:01:01.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/Makefile.extrawarn' at 20240405153232099 2025-03-14 03:01:01.936-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/Makefile.lib' at 20240805080014063 2025-03-14 03:01:01.949-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/gdb/linux/cpus.py' at 20240405153053449 2025-03-14 03:01:01.950-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/genksyms/genksyms.c' at 20240405153053449 2025-03-14 03:01:01.950-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/genksyms/genksyms.h' at 20220525020654943 2025-03-14 03:01:01.950-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/genksyms/parse.y' at 20220525020654943 2025-03-14 03:01:01.951-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/kconfig/conf.c' at 20240405153053453 2025-03-14 03:01:01.952-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/kconfig/lkc_proto.h' at 20240405153053453 2025-03-14 03:01:01.953-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/kconfig/symbol.c' at 20240613080016543 2025-03-14 03:01:01.960-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/mod/file2alias.c' at 20241211090145561 2025-03-14 03:01:01.964-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/scripts/sorttable.h' at 20240405153053461 2025-03-14 03:01:01.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/security/landlock/fs.c' at 20240624080012836 2025-03-14 03:01:01.983-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/security/safesetid/securityfs.c' at 20210309003654556 2025-03-14 03:01:01.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/security/selinux/ss/services.c' at 20240712080021101 2025-03-14 03:01:01.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/security/tomoyo/common.c' at 20240405153232119 2025-03-14 03:01:02.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/core/seq/Kconfig' at 20240405153053493 2025-03-14 03:01:02.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/core/seq/oss/seq_oss_synth.c' at 20220525020654967 2025-03-14 03:01:02.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/core/seq/seq_clientmgr.c' at 20240910080014098 2025-03-14 03:01:02.003-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/core/ump.c' at 20241216090017801 2025-03-14 03:01:02.047-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/hda_auto_parser.c' at 20241216090017801 2025-03-14 03:01:02.048-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/hda_codec.c' at 20240405153232131 2025-03-14 03:01:02.050-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/patch_ca0132.c' at 20240405153053533 2025-03-14 03:01:02.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/patch_conexant.c' at 20241216090017801 2025-03-14 03:01:02.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/patch_cs8409-tables.c' at 20241216090017801 2025-03-14 03:01:02.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/patch_cs8409.c' at 20241104090011623 2025-03-14 03:01:02.052-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/patch_cs8409.h' at 20241216090017801 2025-03-14 03:01:02.052-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/pci/hda/patch_realtek.c' at 20241216090017801 2025-03-14 03:01:02.071-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/sh/sh_dac_audio.c' at 20240405153232139 2025-03-14 03:01:02.076-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/amd/yc/acp6x-mach.c' at 20241220090018346 2025-03-14 03:01:02.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/codecs/Kconfig' at 20240405153232143 2025-03-14 03:01:02.103-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/codecs/es8328.c' at 20240405153053613 2025-03-14 03:01:02.128-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/codecs/rt722-sdca.c' at 20241211090145565 2025-03-14 03:01:02.152-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/fsl/fsl_micfil.c' at 20241211090145569 2025-03-14 03:01:02.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/avs/apl.c' at 20240405153053937 2025-03-14 03:01:02.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/avs/avs.h' at 20240405153053937 2025-03-14 03:01:02.160-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/avs/ipc.c' at 20240405153053941 2025-03-14 03:01:02.160-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/avs/loader.c' at 20240405153053941 2025-03-14 03:01:02.161-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/avs/registers.h' at 20240405153053941 2025-03-14 03:01:02.161-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/avs/skl.c' at 20240405153053941 2025-03-14 03:01:02.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/intel/boards/sof_sdw.c' at 20240628080014037 2025-03-14 03:01:02.173-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/mediatek/common/mtk-afe-platform-driver.c' at 20210309003654912 2025-03-14 03:01:02.191-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/rockchip/rockchip_i2s_tdm.c' at 20240710080014621 2025-03-14 03:01:02.192-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/samsung/Kconfig' at 20240405153053981 2025-03-14 03:01:02.195-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/sh/rz-ssi.c' at 20240405153232191 2025-03-14 03:01:02.197-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/soc-pcm.c' at 20240405153232195 2025-03-14 03:01:02.204-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/sof/pcm.c' at 20240613080016551 2025-03-14 03:01:02.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/sof/stream-ipc.c' at 20240405153054005 2025-03-14 03:01:02.214-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/soc/sunxi/sun4i-spdif.c' at 20240405153232203 2025-03-14 03:01:02.230-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/usb/format.c' at 20240405153232203 2025-03-14 03:01:02.232-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/usb/midi.c' at 20240405153054025 2025-03-14 03:01:02.235-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/usb/mixer_us16x08.c' at 20240405153054029 2025-03-14 03:01:02.236-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/sound/usb/quirks.c' at 20241220090018346 2025-03-14 03:01:02.281-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/build/tests/ex/empty/Build' at 20210307214932470 2025-03-14 03:01:02.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/hv/hv_set_ifconfig.sh' at 20240405153232211 2025-03-14 03:01:02.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/include/linux/numa.h' at 20210307214932474 2025-03-14 03:01:02.301-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/include/uapi/linux/stddef.h' at 20240405153054053 2025-03-14 03:01:02.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/lib/bpf/linker.c' at 20241211090145573 2025-03-14 03:01:02.314-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/lib/bpf/usdt.c' at 20240405153232215 2025-03-14 03:01:02.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/bench/epoll-wait.c' at 20240405153054097 2025-03-14 03:01:02.368-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/builtin-lock.c' at 20241018080014598 2025-03-14 03:01:02.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/builtin-report.c' at 20241008080014051 2025-03-14 03:01:02.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/builtin-top.c' at 20241008080014051 2025-03-14 03:01:02.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/builtin-trace.c' at 20241211090145573 2025-03-14 03:01:02.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/tests/pe-file.exe' at 20210309003655944 2025-03-14 03:01:02.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/tests/pe-file.exe.debug' at 20210309003655944 2025-03-14 03:01:02.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/bpf-event.c' at 20240405153232235 2025-03-14 03:01:02.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/env.c' at 20240405153232235 2025-03-14 03:01:02.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/env.h' at 20240405153232235 2025-03-14 03:01:02.548-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/expr.c' at 20240613080016559 2025-03-14 03:01:02.548-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/header.c' at 20240405153232235 2025-03-14 03:01:02.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/machine.c' at 20240613080016563 2025-03-14 03:01:02.558-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/namespaces.c' at 20240405153054197 2025-03-14 03:01:02.558-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/util/namespaces.h' at 20240405153054197 2025-03-14 03:01:02.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/power/cpupower/utils/idle_monitor/mperf_monitor.c' at 20240405153054217 2025-03-14 03:01:02.587-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/kunit/test_data/test_insufficient_memory.log' at 20210307214932626 2025-03-14 03:01:02.594-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/alsa/Makefile' at 20240405153054233 2025-03-14 03:01:02.609-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/bpf/prog_tests/fill_link_info.c' at 20241104090011631 2025-03-14 03:01:02.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/bpf/progs/test_fill_link_info.c' at 20240405153232259 2025-03-14 03:01:02.643-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/bpf/sdt.h' at 20240405153054285 2025-03-14 03:01:02.645-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/bpf/test_tc_tunnel.sh' at 20240628080014041 2025-03-14 03:01:02.648-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/bpf/verifier/precise.c' at 20241211090145577 2025-03-14 03:01:02.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/udp_tunnel_nic.sh' at 20240405153232267 2025-03-14 03:01:02.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/gpio/gpio-sim.sh' at 20240405153054309 2025-03-14 03:01:02.686-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/kselftest_harness.h' at 20240405153054313 2025-03-14 03:01:02.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/landlock/fs_test.c' at 20240405153232271 2025-03-14 03:01:02.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/memfd/memfd_test.c' at 20240405153232275 2025-03-14 03:01:02.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/Makefile' at 20240913080013869 2025-03-14 03:01:02.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/ipsec.c' at 20240405153232279 2025-03-14 03:01:02.718-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_connect.c' at 20240812080017268 2025-03-14 03:01:02.718-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/mptcp/mptcp_join.sh' at 20241023080012907 2025-03-14 03:01:02.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/pmtu.sh' at 20241211090145577 2025-03-14 03:01:02.721-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/rtnetlink.sh' at 20240405153232279 2025-03-14 03:01:02.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/net/udpgso.c' at 20240429080012468 2025-03-14 03:01:02.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/gettimeofday.c' at 20240405153054357 2025-03-14 03:01:02.759-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/rseq/rseq-riscv-bits.h' at 20240405153054369 2025-03-14 03:01:02.759-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/rseq/rseq-riscv.h' at 20240405153232287 2025-03-14 03:01:02.759-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/rseq/rseq.c' at 20241018080014602 2025-03-14 03:01:02.760-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/rseq/rseq.h' at 20241018080014602 2025-03-14 03:01:02.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json' at 20240405153054377 2025-03-14 03:01:02.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/selftests/timers/clocksource-switch.c' at 20240405153054377 2025-03-14 03:01:02.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/tracing/rtla/src/osnoise.c' at 20240405153054385 2025-03-14 03:01:02.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/tracing/rtla/src/timerlat_hist.c' at 20241220090018346 2025-03-14 03:01:02.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/tracing/rtla/src/timerlat_top.c' at 20241216090017809 2025-03-14 03:01:02.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/tracing/rtla/src/trace.c' at 20240405153054385 2025-03-14 03:01:02.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/tracing/rtla/src/trace.h' at 20240405153054385 2025-03-14 03:01:02.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/CHANGELOG.md' at 20241004080013211 2025-03-14 03:01:02.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/config.c' at 20240827080010198 2025-03-14 03:01:02.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/config.h' at 20240724080011687 2025-03-14 03:01:02.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/meson.build' at 20240809080013506 2025-03-14 03:01:02.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/meson.options' at 20231027080015874 2025-03-14 03:01:02.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/subprojects/packagefiles/iniparser/meson.build' at 20240710080015177 2025-03-14 03:01:02.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/obmc-console/test/meson.build' at 20240917080010931 2025-03-14 03:01:02.816-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/README.md' 2025-03-14 03:01:02.816-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/README.md' 2025-03-14 03:01:02.822-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend) done (took 4 ms) 2025-03-14 03:01:02.845-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/OWNERS' at 20220601030013265 2025-03-14 03:01:02.846-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ampere_boot_progress.sh' at 20241226090016123 2025-03-14 03:01:02.854-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan_%.bbappend' at 20240918080013376 2025-03-14 03:01:02.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_start@.service' at 20241226090016123 2025-03-14 03:01:02.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_stop@.service' at 20241226090016123 2025-03-14 03:01:02.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241206090014202 2025-03-14 03:01:02.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb' at 20241226090016123 2025-03-14 03:01:02.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' at 20211216110018995 2025-03-14 03:01:02.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' at 20231223090011731 2025-03-14 03:01:02.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/mctp-local.service' at 20231023080013923 2025-03-14 03:01:02.859-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/mctp_%.bbappend' at 20241206090014202 2025-03-14 03:01:02.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' at 20231215090012261 2025-03-14 03:01:02.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/files/host_eid' at 20231023080013923 2025-03-14 03:01:02.863-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/conf/machine/mtjade.conf' at 20240312080011852 2025-03-14 03:01:02.866-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils.bbappend' at 20241206090014202 2025-03-14 03:01:02.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/ampere_set_fan_max_speed.sh' at 20221201040015308 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/events.json' at 20241101080022232 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/fans.json' at 20221201040015308 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/groups.json' at 20241101080022232 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/monitor.json' at 20221201040015308 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/zones.json' at 20221201040015308 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service' at 20221201040015308 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/phosphor-fan-monitor@.service' at 20221201040015308 2025-03-14 03:01:02.871-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan_%.bbappend' at 20241206090014202 2025-03-14 03:01:02.872-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241206090014202 2025-03-14 03:01:02.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/machine/mtjefferson.conf' at 20241106090019918 2025-03-14 03:01:02.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' at 20241210090013352 2025-03-14 03:01:02.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan_%.bbappend' at 20241226090016127 2025-03-14 03:01:02.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241226090016127 2025-03-14 03:01:02.887-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' at 20241226090016127 2025-03-14 03:01:02.890-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/machine/mtmitchell-dcscm.conf' at 20241023080015407 2025-03-14 03:01:02.892-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/mtmitchell_platform_gpios_init.sh' at 20241108090014316 2025-03-14 03:01:02.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service' at 20240918080013376 2025-03-14 03:01:02.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/phosphor-fan-monitor@.service' at 20240918080013376 2025-03-14 03:01:02.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service' at 20240918080013376 2025-03-14 03:01:02.898-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241206090014206 2025-03-14 03:01:02.903-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/.gitlab-ci.yml' at 20241221090017464 2025-03-14 03:01:02.904-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/ci/external-gccarm.yml' at 20241206090014206 2025-03-14 03:01:02.904-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/ci/get-binary-toolchains' at 20241221090017464 2025-03-14 03:01:02.906-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-debian.yml' at 20231126090012765 2025-03-14 03:01:02.908-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/runner.py' at 20241221090017468 2025-03-14 03:01:02.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.10.4.bb' at 20241206090014214 2025-03-14 03:01:02.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.11.0.bb' at 20241206090014214 2025-03-14 03:01:02.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.10.0.bb' at 20240301090012415 2025-03-14 03:01:02.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.11.0.bb' at 20241206090014214 2025-03-14 03:01:02.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb' at 20241221090017468 2025-03-14 03:01:02.916-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware.inc' at 20241221090017472 2025-03-14 03:01:02.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/python/python3-pyhsslms_2.0.0.bb' at 20240124090012250 2025-03-14 03:01:02.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/layer.conf' at 20241221090017464 2025-03-14 03:01:02.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf' at 20241221090017464 2025-03-14 03:01:02.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/corstone1000.inc' at 20241221090017464 2025-03-14 03:01:02.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/sgi575.conf' at 20241206090014206 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/conf.py' at 20241221090017464 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png' at 20230804080018091 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png' at 20241221090017464 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png' at 20241206090014206 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png' at 20221104030017429 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureServices.png' at 20241206090014206 2025-03-14 03:01:02.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png' at 20230804080018091 2025-03-14 03:01:02.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/software-architecture.rst' at 20241221090017464 2025-03-14 03:01:02.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/user-guide.rst' at 20241221090017464 2025-03-14 03:01:02.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/requirements.txt' at 20240124090012250 2025-03-14 03:01:02.951-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg' at 20220804030014671 2025-03-14 03:01:02.951-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0001-remoteproc-Add-Arm-remoteproc-driver.patch' at 20241206090014210 2025-03-14 03:01:02.952-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0002-arm64-dts-Add-corstone1000-external-system-device-no.patch' at 20241206090014210 2025-03-14 03:01:02.952-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch' at 20241206090014210 2025-03-14 03:01:02.958-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc' at 20241221090017468 2025-03-14 03:01:02.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/efi-disk-no-swap.wks.in' at 20241206090014214 2025-03-14 03:01:02.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-debian.bb' at 20241206090014214 2025-03-14 03:01:02.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-fedora.bb' at 20241221090017468 2025-03-14 03:01:02.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-opensuse.bb' at 20241221090017468 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/Fedora/ks.cfg' at 20241221090017468 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/openSUSE/autoinst.xml' at 20241221090017468 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/README.md' at 20230706080014729 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/external-arm-toolchain-versions.inc' at 20230114040015466 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/tcmode-external-arm.inc' at 20241221090017468 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-bsp/grub/grub%.bbappend' at 20220804030014683 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-bsp/grub/grub-external-arm.inc' at 20220804030014683 2025-03-14 03:01:02.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-core/util-linux/util-linux_%.bbappend' at 20241221090017468 2025-03-14 03:01:02.968-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-sdk-toolchain.bb' at 20220804030014683 2025-03-14 03:01:02.968-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb' at 20241221090017468 2025-03-14 03:01:02.968-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/files/SUPPORTED' at 20220804030014683 2025-03-14 03:01:02.968-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc' at 20220804030014683 2025-03-14 03:01:02.974-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc' at 20240727080014098 2025-03-14 03:01:02.976-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig' at 20231207090015262 2025-03-14 03:01:02.977-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig' at 20231207090015262 2025-03-14 03:01:02.977-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig' at 20231207090015262 2025-03-14 03:01:02.978-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' at 20241220090019718 2025-03-14 03:01:02.978-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' at 20250224090014144 2025-03-14 03:01:02.978-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' at 20250228090021677 2025-03-14 03:01:02.978-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' at 20250303090011019 2025-03-14 03:01:03.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/layer.conf' at 20240507080014346 2025-03-14 03:01:03.031-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/fvp.cfg' at 20240507080014346 2025-03-14 03:01:03.032-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/u-boot_%.bbappend' at 20240507080014346 2025-03-14 03:01:03.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/mctp_%.bbappend' at 20241206090014218 2025-03-14 03:01:03.035-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/files/host_eid' at 20240517080012289 2025-03-14 03:01:03.066-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' at 20231130090014954 2025-03-14 03:01:03.067-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend' at 20241206090014218 2025-03-14 03:01:03.069-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina-early-sys-init' at 20241122090013116 2025-03-14 03:01:03.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina-sys-init.service' at 20241120090012764 2025-03-14 03:01:03.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/standby-power-enable' at 20240927080014067 2025-03-14 03:01:03.071-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed/catalina.cfg' at 20240814080011471 2025-03-14 03:01:03.073-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager/blacklist.json' at 20241128090011453 2025-03-14 03:01:03.074-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/config.json' at 20241212090014003 2025-03-14 03:01:03.075-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina-gpio-monitor' at 20241214090210267 2025-03-14 03:01:03.075-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor-evt.json' at 20241214090210267 2025-03-14 03:01:03.075-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' at 20241214090210267 2025-03-14 03:01:03.076-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241214090210267 2025-03-14 03:01:03.077-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' at 20240802080012609 2025-03-14 03:01:03.079-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' at 20241213090035010 2025-03-14 03:01:03.080-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina-temporary-software-versions.yml' at 20241212090014007 2025-03-14 03:01:03.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' at 20240730080012557 2025-03-14 03:01:03.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' at 20240730080012557 2025-03-14 03:01:03.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' at 20240730080012557 2025-03-14 03:01:03.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' at 20240730080012557 2025-03-14 03:01:03.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/power-cmd' at 20241213090035010 2025-03-14 03:01:03.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager_%.bbappend' at 20241206090014218 2025-03-14 03:01:03.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-bic-eid' at 20240628080015597 2025-03-14 03:01:03.096-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json' at 20241109090010806 2025-03-14 03:01:03.098-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/fans/phosphor-pid-control/config.json' at 20240710080016241 2025-03-14 03:01:03.098-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' at 20241206090014222 2025-03-14 03:01:03.100-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-post-end' at 20240419080014077 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial' at 20241213090035010 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial.service' at 20241213090035010 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-off' at 20240802080012609 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-off.service' at 20240618080012765 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-on' at 20240802080012609 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/host-power-on.service' at 20241213090035010 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init' at 20241213090035010 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-monitor.json' at 20241213090035010 2025-03-14 03:01:03.101-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241213090035010 2025-03-14 03:01:03.105-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/harma-temporary-software-versions.yml' at 20240924080011379 2025-03-14 03:01:03.105-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' at 20241112090023994 2025-03-14 03:01:03.106-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' at 20240625080012792 2025-03-14 03:01:03.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' at 20241016080017182 2025-03-14 03:01:03.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/power-cmd' at 20241213090035010 2025-03-14 03:01:03.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager_%.bbappend' at 20241206090014222 2025-03-14 03:01:03.111-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/plat-svc_0.1.bb' at 20241221090017476 2025-03-14 03:01:03.113-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-pid-control/config.json' at 20241206090014222 2025-03-14 03:01:03.115-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-assert@.service' at 20240113090014532 2025-03-14 03:01:03.115-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-deassert@.service' at 20240113090014532 2025-03-14 03:01:03.115-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/minerva-phosphor-multi-gpio-monitor.json' at 20241211090147009 2025-03-14 03:01:03.125-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/conf/machine/ventura.conf' at 20240727080014098 2025-03-14 03:01:03.127-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-kernel/linux/linux-aspeed/ventura.cfg' at 20241001080014404 2025-03-14 03:01:03.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-assert@.service' at 20241029080011439 2025-03-14 03:01:03.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/leak-detect-deassert@.service' at 20241029080011439 2025-03-14 03:01:03.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' at 20241029080011439 2025-03-14 03:01:03.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ventura-phosphor-multi-gpio-monitor.json' at 20241029080011439 2025-03-14 03:01:03.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241206090014222 2025-03-14 03:01:03.131-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/images/fb-ventura-phosphor-image.inc' at 20241030080011511 2025-03-14 03:01:03.137-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/include/yosemite4-common.inc' at 20240817080012800 2025-03-14 03:01:03.145-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' at 20240703080014815 2025-03-14 03:01:03.146-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' at 20241206090014222 2025-03-14 03:01:03.148-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' at 20240921080016390 2025-03-14 03:01:03.149-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/configure-nic-mctp-endpoint' at 20241030080011511 2025-03-14 03:01:03.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic' at 20241121090011895 2025-03-14 03:01:03.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-plug-in' at 20241107090014377 2025-03-14 03:01:03.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-unplug' at 20241107090014377 2025-03-14 03:01:03.150-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/yosemite4-phosphor-multi-gpio-monitor.json' at 20241107090014377 2025-03-14 03:01:03.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' at 20241206090014222 2025-03-14 03:01:03.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' at 20241206090014222 2025-03-14 03:01:03.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' at 20240613080018351 2025-03-14 03:01:03.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' at 20241214090210267 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/check-i3c-hub' at 20241123090010951 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powercycle' at 20241029080011443 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweroff' at 20241029080011443 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron' at 20241031080012183 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/rescan-cxl-eid' at 20240504080013861 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-EID-remove' at 20241121090011895 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-connection-done' at 20241127090012713 2025-03-14 03:01:03.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-early-sys-init' at 20241101080022232 2025-03-14 03:01:03.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-schematic-init' at 20241029080011443 2025-03-14 03:01:03.159-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/yosemite4-common-functions' at 20241029080011443 2025-03-14 03:01:03.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb' at 20241127090012713 2025-03-14 03:01:03.170-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/recipes-fb/packagegroups/packagegroup-fb-apps.bb' at 20231224090010777 2025-03-14 03:01:03.176-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend' at 20241206090014226 2025-03-14 03:01:03.180-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend' at 20241018080016394 2025-03-14 03:01:03.203-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' at 20230329080014768 2025-03-14 03:01:03.237-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/google-misc/google-misc.inc' at 20241205090012808 2025-03-14 03:01:03.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-deprecated-ips.sh.in' at 20241220090019718 2025-03-14 03:01:03.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-ra.service.in' at 20241005080021212 2025-03-14 03:01:03.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-set-nicenabled.service.in' at 20210617100024963 2025-03-14 03:01:03.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb' at 20241213090035010 2025-03-14 03:01:03.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/ncsi/ncsid_git.bb' at 20240913080015313 2025-03-14 03:01:03.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp-term.sh' at 20241103090011526 2025-03-14 03:01:03.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh' at 20241101080022236 2025-03-14 03:01:03.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp@.service' at 20241101080022236 2025-03-14 03:01:03.245-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-start-dhcp.sh' at 20241101080022236 2025-03-14 03:01:03.245-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge.bb' at 20241206090014226 2025-03-14 03:01:03.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-dhcrelay.service.in' at 20240913080015313 2025-03-14 03:01:03.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' at 20241206090014226 2025-03-14 03:01:03.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' at 20250221090015474 2025-03-14 03:01:03.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_bringup.gpg' at 20210803000022008 2025-03-14 03:01:03.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_secure.gpg' at 20210803000022008 2025-03-14 03:01:03.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' at 20241206090014226 2025-03-14 03:01:03.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-hpe/classes/hpe-rootfs-postcommands.bbclass' at 20210908000029103 2025-03-14 03:01:03.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header-512.sig' at 20210831100016398 2025-03-14 03:01:03.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header.sig' at 20210831100016398 2025-03-14 03:01:03.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/conf/machine/p10bmc.conf' at 20241221090017480 2025-03-14 03:01:03.293-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/occ/openpower-occ-control_%.bbappend' at 20240214090012421 2025-03-14 03:01:03.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend' at 20240904080027730 2025-03-14 03:01:03.308-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend) done (took 5 ms) 2025-03-14 03:01:03.308-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-kernel/linux/linux-aspeed/palmetto.cfg' at 20210307205553690 2025-03-14 03:01:03.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed/romulus.cfg' at 20210307205553690 2025-03-14 03:01:03.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' at 20230929080014511 2025-03-14 03:01:03.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' at 20241206090014230 2025-03-14 03:01:03.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor0.conf' at 20230929080014511 2025-03-14 03:01:03.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor1.conf' at 20230929080014511 2025-03-14 03:01:03.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor2.conf' at 20230929080014511 2025-03-14 03:01:03.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermal-sensor3.conf' at 20230929080014511 2025-03-14 03:01:03.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' at 20230929080014511 2025-03-14 03:01:03.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-system1/conf/machine/system1.conf' at 20241221090017484 2025-03-14 03:01:03.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager/blacklist.json' at 20231028080017066 2025-03-14 03:01:03.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/common-auth' at 20240917080011791 2025-03-14 03:01:03.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg' at 20230614080013166 2025-03-14 03:01:03.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg' at 20221122040015511 2025-03-14 03:01:03.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg' at 20230124040012979 2025-03-14 03:01:03.368-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' at 20221025030015193 2025-03-14 03:01:03.381-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' 2025-03-14 03:01:03.381-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' 2025-03-14 03:01:03.386-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend) done (took 4 ms) 2025-03-14 03:01:03.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' at 20240420080017945 2025-03-14 03:01:03.415-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' 2025-03-14 03:01:03.416-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' 2025-03-14 03:01:03.420-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb) done (took 4 ms) 2025-03-14 03:01:03.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json' at 20240715080020841 2025-03-14 03:01:03.450-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony_%.bbappend' at 20240905080011586 2025-03-14 03:01:03.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/machine/nf5280m7.conf' at 20240723080012912 2025-03-14 03:01:03.466-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/dbus-sensors_%.bbappend' at 20240719080014909 2025-03-14 03:01:03.468-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/ipmi/iei-ipmi-oem_git.bb' at 20241220090019722 2025-03-14 03:01:03.488-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb' at 20240821080012435 2025-03-14 03:01:03.510-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/conf/machine/include/nuvoton.inc' at 20230704080013871 2025-03-14 03:01:03.510-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.%.bbappend' at 20240426080018064 2025-03-14 03:01:03.519-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc' at 20240529080017843 2025-03-14 03:01:03.520-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootloader_04.02.07.bb' at 20241217090357822 2025-03-14 03:01:03.520-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.7.6.0.6.5.bb' at 20241204090019711 2025-03-14 03:01:03.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' at 20241220090019722 2025-03-14 03:01:03.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' at 20250228090021677 2025-03-14 03:01:03.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' at 20250303090011019 2025-03-14 03:01:03.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.1.bb' at 20241221090017484 2025-03-14 03:01:03.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb' at 20220402030015887 2025-03-14 03:01:03.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb' at 20241221090017484 2025-03-14 03:01:03.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb' at 20230114040015470 2025-03-14 03:01:03.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb' at 20240413080012635 2025-03-14 03:01:03.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_46.0.bb' at 20241221090017488 2025-03-14 03:01:03.550-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb' at 20240413080012635 2025-03-14 03:01:03.554-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/gegl_0.4.50.bb' at 20241221090017488 2025-03-14 03:01:03.557-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/eog/eog_47.0.bb' at 20241221090017488 2025-03-14 03:01:03.559-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc' at 20241221090017488 2025-03-14 03:01:03.560-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit_46.2.bb' at 20240302090018202 2025-03-14 03:01:03.562-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch' at 20240413080012635 2025-03-14 03:01:03.562-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch' at 20240413080012635 2025-03-14 03:01:03.563-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs_1.80.2.bb' at 20240413080012635 2025-03-14 03:01:03.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.2.bb' at 20241221090017488 2025-03-14 03:01:03.571-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb' at 20241221090017488 2025-03-14 03:01:03.571-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb' at 20241221090017488 2025-03-14 03:01:03.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.56.1.bb' at 20241221090017488 2025-03-14 03:01:03.583-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb' at 20241221090017488 2025-03-14 03:01:03.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch_3.8.1.bb' at 20241221090017488 2025-03-14 03:01:03.586-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/0001-fix-reproducibility.patch' at 20241221090017488 2025-03-14 03:01:03.586-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql_3.8.1.bb' at 20241221090017488 2025-03-14 03:01:03.595-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.1.bb' at 20231126090012781 2025-03-14 03:01:03.597-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm' at 20210307205553750 2025-03-14 03:01:03.607-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb' at 20241221090017488 2025-03-14 03:01:03.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb' at 20241221090017488 2025-03-14 03:01:03.640-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Nyiregyhaza-Tokaj-Kazincbarcika-Saly-Satoraljaujhely' at 20210307205553774 2025-03-14 03:01:03.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.2.0.bb' at 20241221090017488 2025-03-14 03:01:03.670-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb' at 20220402030015895 2025-03-14 03:01:03.671-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0001-rpi-Use-malloc-instead-of-variable-length-arrays.patch' at 20241221090017488 2025-03-14 03:01:03.671-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0002-options-Replace-use-of-VLAs-in-C.patch' at 20240413080012639 2025-03-14 03:01:03.671-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.3.0.bb' at 20241221090017488 2025-03-14 03:01:03.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.12.bb' at 20231126090012781 2025-03-14 03:01:03.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb' at 20241206090014238 2025-03-14 03:01:03.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-meson.build-support-building-with-ICU-76.patch' at 20241221090017492 2025-03-14 03:01:03.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb' at 20241221090017492 2025-03-14 03:01:03.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/0001-Makefile-Use-cp-options-to-preserve-file-mode.patch' at 20210307205553802 2025-03-14 03:01:03.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/0002-Makefile-add-possibility-to-disable-NEON-extension.patch' at 20230919080013954 2025-03-14 03:01:03.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264_2.3.1.bb' at 20230919080013954 2025-03-14 03:01:03.680-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opusfile/opusfile_0.12.bb' at 20210307205553802 2025-03-14 03:01:03.680-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb' at 20241221090017492 2025-03-14 03:01:03.681-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2/0001-module-suspend-on-idle-Include-time.h-for-struct-tim.patch' at 20241206090014238 2025-03-14 03:01:03.681-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb' at 20241206090014238 2025-03-14 03:01:03.682-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump/fix-racing-build-issue.patch' at 20210307205553802 2025-03-14 03:01:03.682-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb' at 20220402030015899 2025-03-14 03:01:03.687-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb' at 20220910030013349 2025-03-14 03:01:03.689-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb' at 20231126090012781 2025-03-14 03:01:03.699-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb' at 20240413080012643 2025-03-14 03:01:03.707-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-systemd-core-Disable-sd_dhcp6_client_set_duid_.patch' at 20241206090014238 2025-03-14 03:01:03.708-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.10.bb' at 20241221090017492 2025-03-14 03:01:03.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb' at 20220402030015903 2025-03-14 03:01:03.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb' at 20241221090017492 2025-03-14 03:01:03.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3_3.3.4.0.bb' at 20241221090017492 2025-03-14 03:01:03.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb' at 20241206090014238 2025-03-14 03:01:03.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb' at 20241221090017496 2025-03-14 03:01:03.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch' at 20230131040012027 2025-03-14 03:01:03.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/contrib.patch' at 20210528000029699 2025-03-14 03:01:03.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb' at 20241221090017496 2025-03-14 03:01:03.736-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb' at 20241206090014242 2025-03-14 03:01:03.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/weechat/0001-use-pkg-config-for-gcrypt-instead.patch' at 20220204040022452 2025-03-14 03:01:03.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/weechat_4.0.4.bb' at 20230919080013954 2025-03-14 03:01:03.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/frr_10.1.1.bb' at 20241221090017496 2025-03-14 03:01:03.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb' at 20241221090017496 2025-03-14 03:01:03.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541_1.3.8.bb' at 20231126090012785 2025-03-14 03:01:03.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0001-Update-to-C-17-560.patch' at 20241221090017496 2025-03-14 03:01:03.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0002-network_tests-Include-iomanip-system-header.patch' at 20241221090017496 2025-03-14 03:01:03.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0003-Do-not-build-external-gtest.patch' at 20240113090014532 2025-03-14 03:01:03.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0004-Do-not-specify-PIE-flag-explicitly.patch' at 20240113090014532 2025-03-14 03:01:03.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip_3.4.10.bb' at 20241221090017496 2025-03-14 03:01:03.760-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb' at 20220402030015907 2025-03-14 03:01:03.761-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony_4.5.bb' at 20241206090014242 2025-03-14 03:01:03.766-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/fping_5.2.bb' at 20241206090014242 2025-03-14 03:01:03.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached.inc' at 20210307205553842 2025-03-14 03:01:03.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb' at 20210307205553842 2025-03-14 03:01:03.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb' at 20210307205553842 2025-03-14 03:01:03.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent_0.16.1.bb' at 20241206090014242 2025-03-14 03:01:03.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mctp/mctp_1.1.bb' at 20230503080014579 2025-03-14 03:01:03.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb' at 20241206090014242 2025-03-14 03:01:03.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/memcached-add-hugetlbfs-check.patch' at 20210307205553842 2025-03-14 03:01:03.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached_1.6.17.bb' at 20221003030013265 2025-03-14 03:01:03.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ndpi_4.2.bb' at 20220402030015911 2025-03-14 03:01:03.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb' at 20241206090014242 2025-03-14 03:01:03.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn_2.6.12.bb' at 20241221090017500 2025-03-14 03:01:03.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.42.bb' at 20241206090014242 2025-03-14 03:01:03.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice_git.bb' at 20231207090015262 2025-03-14 03:01:03.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch' at 20241221090017500 2025-03-14 03:01:03.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_5.73.bb' at 20241221090017500 2025-03-14 03:01:03.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/wireshark_4.2.7.bb' at 20241221090017500 2025-03-14 03:01:03.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb' at 20220204040022456 2025-03-14 03:01:03.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/classes/fitimage.bbclass' at 20241221090017500 2025-03-14 03:01:03.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/non-repro-meta-oe.inc' at 20241221090017500 2025-03-14 03:01:03.806-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ptest-packagelists-meta-oe.inc' at 20241221090017500 2025-03-14 03:01:03.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.5.1.bb' at 20241221090017500 2025-03-14 03:01:03.814-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.bb' at 20241221090017504 2025-03-14 03:01:03.814-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.bb' at 20241221090017504 2025-03-14 03:01:03.815-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc' at 20241221090017504 2025-03-14 03:01:03.816-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb' at 20220612030016723 2025-03-14 03:01:03.822-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/0002-android-tools-modifications-to-make-it-build-in-yoct.patch' at 20240106090017233 2025-03-14 03:01:03.826-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb' at 20241221090017504 2025-03-14 03:01:03.835-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb' at 20241221090017504 2025-03-14 03:01:03.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/pointercal' at 20210307205553874 2025-03-14 03:01:03.850-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/ace_8.0.1.bb' at 20241221090017504 2025-03-14 03:01:03.851-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb' at 20240302090018206 2025-03-14 03:01:03.853-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd_3.0.bb' at 20241221090017504 2025-03-14 03:01:03.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch' at 20240301090012423 2025-03-14 03:01:03.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/0001-cmake-Test-for-sys-uio.h.patch' at 20240301090012423 2025-03-14 03:01:03.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.3.bb' at 20240301090012423 2025-03-14 03:01:03.861-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb' at 20231126090012789 2025-03-14 03:01:03.864-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.2.bb' at 20241206090014246 2025-03-14 03:01:03.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb' at 20241221090017508 2025-03-14 03:01:03.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/0001-Remove-modules_clean-from-clean-target.patch' at 20210307205553886 2025-03-14 03:01:03.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/Drop-use-of-error-h.patch' at 20230706080014745 2025-03-14 03:01:03.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog/emlog.initd' at 20210307205553886 2025-03-14 03:01:03.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog.inc' at 20231126090012789 2025-03-14 03:01:03.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb' at 20241221090017508 2025-03-14 03:01:03.875-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-plymouth-Add-the-retain-splash-option.patch' at 20240301090012423 2025-03-14 03:01:03.875-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-plymouth-start-service-in-add-related-kernel-paramet.patch' at 20240301090012423 2025-03-14 03:01:03.875-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth_24.004.60.bb' at 20240301090012423 2025-03-14 03:01:03.878-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox_0.8.11.bb' at 20241206090014246 2025-03-14 03:01:03.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils-crates.inc' at 20241221090017508 2025-03-14 03:01:03.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.28.bb' at 20241221090017508 2025-03-14 03:01:03.879-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/botan/botan_3.5.0.bb' at 20241221090017508 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Add-missing-includes-cstdint-and-cstdio.patch' at 20231011080016578 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch' at 20241221090017508 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch' at 20230706080014745 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Use-a-lambda-function-as-deleter-prototype-in-unique.patch' at 20241221090017508 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch' at 20230706080014745 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch' at 20210307205553890 2025-03-14 03:01:03.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch' at 20221017030012222 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch' at 20210307205553890 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch' at 20221017030012222 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/fix-arm-atomic.patch' at 20210307205553890 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch' at 20230706080014745 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch' at 20230706080014745 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ssize_t.patch' at 20210608000015799 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/support-files-CMakeLists.txt-fix-do_populate_sysroot.patch' at 20230317080013789 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch' at 20210905000020557 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb.inc' at 20241221090017508 2025-03-14 03:01:03.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb_10.11.9.bb' at 20241221090017508 2025-03-14 03:01:03.886-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch' at 20241221090017508 2025-03-14 03:01:03.886-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/postgresql_16.4.bb' at 20241221090017508 2025-03-14 03:01:03.893-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb' at 20241206090014250 2025-03-14 03:01:03.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ctags_6.1.20241201.0.bb' at 20241221090017512 2025-03-14 03:01:03.899-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen_1.12.0.bb' at 20241221090017512 2025-03-14 03:01:03.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc' at 20240413080012655 2025-03-14 03:01:03.903-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc_1.66.1.bb' at 20241221090017512 2025-03-14 03:01:03.909-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack_3.12.0.bb' at 20240113090014536 2025-03-14 03:01:03.910-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb' at 20241221090017512 2025-03-14 03:01:03.910-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/0001-fix-add-missing-zero-initialization-to-region.patch' at 20241221090017512 2025-03-14 03:01:03.911-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/libtoml11_4.2.0.bb' at 20241221090017512 2025-03-14 03:01:03.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit_git.bb' at 20241221090017512 2025-03-14 03:01:03.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb' at 20231126090012789 2025-03-14 03:01:03.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-deps-disable-io_uring-support-in-libuv.patch' at 20241221090017512 2025-03-14 03:01:03.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.12/oe-npm-cache' at 20241221090017512 2025-03-14 03:01:03.922-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.12.bb' at 20241221090017512 2025-03-14 03:01:03.922-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_22.12.0.bb' at 20241221090017512 2025-03-14 03:01:03.924-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pahole/pahole_1.27.bb' at 20241221090017512 2025-03-14 03:01:03.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb' at 20240113090014536 2025-03-14 03:01:03.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl/0001-Fix-building-on-Fedora-40-with-GCC-14.2.1.patch' at 20241221090017512 2025-03-14 03:01:03.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl_1.644.bb' at 20241221090017512 2025-03-14 03:01:03.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch' at 20241206090014250 2025-03-14 03:01:03.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0002-build-php.m4-don-t-unset-cache-variables.patch' at 20220204040022468 2025-03-14 03:01:03.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0006-ext-phar-Makefile.frag-Fix-phar-packaging.patch' at 20220721030015845 2025-03-14 03:01:03.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0008-ext-imap-config.m4-fix-include-paths.patch' at 20220204040022468 2025-03-14 03:01:03.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0009-php-don-t-use-broken-wrapper-for-mkdir.patch' at 20230706080014745 2025-03-14 03:01:03.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0010-iconv-fix-detection.patch' at 20220204040022468 2025-03-14 03:01:03.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php_8.2.20.bb' at 20241221090017512 2025-03-14 03:01:03.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.3.bb' at 20241221090017512 2025-03-14 03:01:03.930-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/pugixml_1.14.bb' at 20241221090017516 2025-03-14 03:01:03.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb' at 20241221090017516 2025-03-14 03:01:03.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sip/sip_6.9.0.bb' at 20241221090017516 2025-03-14 03:01:03.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb' at 20240113090014536 2025-03-14 03:01:03.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/files/0001-tclap-add-pkg-config-file.patch' at 20210407000018082 2025-03-14 03:01:03.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb' at 20210812000025202 2025-03-14 03:01:03.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_9.0.0.bb' at 20241221090017516 2025-03-14 03:01:03.938-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb' at 20241221090017516 2025-03-14 03:01:03.940-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0001-Do-not-use-AC_HEADER_STDC.patch' at 20210307205553910 2025-03-14 03:01:03.941-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch' at 20230813080012848 2025-03-14 03:01:03.941-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/CVE-2023-37732.patch' at 20230919080013958 2025-03-14 03:01:03.941-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm_git.bb' at 20240302090018206 2025-03-14 03:01:03.944-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb' at 20231207090015266 2025-03-14 03:01:03.944-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch' at 20230211040012639 2025-03-14 03:01:03.944-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc_20230219.bb' at 20230401080011935 2025-03-14 03:01:03.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb' at 20241221090017516 2025-03-14 03:01:03.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ddrescue_1.28.bb' at 20240413080012655 2025-03-14 03:01:03.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dialog/dialog_1.3-20240619.bb' at 20241221090017516 2025-03-14 03:01:03.948-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb' at 20231126090012793 2025-03-14 03:01:03.951-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb' at 20241221090017516 2025-03-14 03:01:03.954-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png' at 20210307205553914 2025-03-14 03:01:03.957-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb' at 20241221090017516 2025-03-14 03:01:03.960-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/iotop/iotop_1.26.bb' at 20240301090012427 2025-03-14 03:01:03.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.14.bb' at 20241221090017516 2025-03-14 03:01:03.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb' at 20241206090014250 2025-03-14 03:01:03.968-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb' at 20220402030015947 2025-03-14 03:01:03.973-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libserialport/libserialport_0.1.1.bb' at 20241221090017516 2025-03-14 03:01:03.974-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch' at 20230131040012031 2025-03-14 03:01:03.974-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch' at 20230706080014749 2025-03-14 03:01:03.974-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch' at 20230706080014749 2025-03-14 03:01:03.974-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb' at 20241221090017516 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/src_uri.inc' at 20221120040010706 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-Cargo.toml-do-not-abort-on-panic.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-Link-with-icu-uc-to-fix-build-with-ICU-76.patch' at 20241221090017516 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-add-arm-to-list-of-mozinline.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-rewrite-cargo-host-linker-in-python3.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0001-util.configure-fix-one-occasionally-reproduced-confi.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0002-moz.configure-do-not-look-for-llvm-objdump.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/0004-use-asm-sgidefs.h.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/1849070.patch' at 20241221090017516 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/1894423.patch' at 20241221090017516 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/armv5.patch' at 20240127090011884 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/fix-musl-build.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/musl-disable-stackwalk.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/riscv32.patch' at 20231011080016578 2025-03-14 03:01:03.981-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115_115.17.0.bb' at 20241221090017516 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2024.9.bb' at 20241221090017520 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/0001-Fix-narrowing-errors-Wc-11-narrowing.patch' at 20210608000015799 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/CVE-2016-9296.patch' at 20230503080014583 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/CVE-2017-17969.patch' at 20210608000015799 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/CVE-2018-5996.patch' at 20230503080014583 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/change_numMethods_from_bool_to_unsigned.patch' at 20210608000015799 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/do_not_override_compiler_and_do_not_strip.patch' at 20210608000015799 2025-03-14 03:01:03.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb' at 20241221090017520 2025-03-14 03:01:03.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/parallel_20241122.bb' at 20241221090017520 2025-03-14 03:01:03.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb' at 20241221090017520 2025-03-14 03:01:03.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/meson-build-Support-openembedded-OS-for-PAM-config.patch' at 20241221090017520 2025-03-14 03:01:03.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule.inc' at 20241221090017520 2025-03-14 03:01:03.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_125.bb' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0001-hiredis-use-default-CC-if-it-is-set.patch' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0002-lua-update-Makefile-to-use-environment-build-setting.patch' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0003-hack-to-force-use-of-libc-malloc.patch' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0004-src-Do-not-reset-FINAL_LIBS.patch' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/0006-Define-correct-gregs-for-RISCV32.patch' at 20241221090017520 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/init-redis-server' at 20241221090017524 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/redis.conf' at 20241221090017524 2025-03-14 03:01:03.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/redis.service' at 20241221090017524 2025-03-14 03:01:03.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis_7.2.6.bb' at 20241221090017524 2025-03-14 03:01:04.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb' at 20230401080011939 2025-03-14 03:01:04.018-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas/0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch' at 20230609080014391 2025-03-14 03:01:04.019-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb' at 20231126090012797 2025-03-14 03:01:04.019-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb' at 20241206090014254 2025-03-14 03:01:04.019-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.bb' at 20241221090017524 2025-03-14 03:01:04.019-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.inc' at 20241206090014254 2025-03-14 03:01:04.027-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb' at 20241221090017528 2025-03-14 03:01:04.028-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz_12.2.0.bb' at 20241221090017528 2025-03-14 03:01:04.032-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb' at 20241206090014254 2025-03-14 03:01:04.037-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.2.bb' at 20241221090017528 2025-03-14 03:01:04.048-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb' at 20240106090017237 2025-03-14 03:01:04.049-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb' at 20241221090017528 2025-03-14 03:01:04.052-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/bpftool.bb' at 20241221090017528 2025-03-14 03:01:04.053-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb' at 20241221090017528 2025-03-14 03:01:04.053-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash.inc' at 20241221090017528 2025-03-14 03:01:04.053-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.29.bb' at 20241221090017528 2025-03-14 03:01:04.056-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_1.4.6.bb' at 20241221090017532 2025-03-14 03:01:04.064-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb' at 20241221090017532 2025-03-14 03:01:04.066-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb' at 20240413080012655 2025-03-14 03:01:04.083-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/audit-volatile.conf' at 20210608000015803 2025-03-14 03:01:04.083-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit_4.0.2.bb' at 20241221090017532 2025-03-14 03:01:04.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb' at 20241221090017532 2025-03-14 03:01:04.095-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares_1.28.1.bb' at 20241221090017532 2025-03-14 03:01:04.099-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/composefs/composefs_1.0.5.bb' at 20241221090017536 2025-03-14 03:01:04.099-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb' at 20231011080016582 2025-03-14 03:01:04.100-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb' at 20240106090017237 2025-03-14 03:01:04.104-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/edid-decode_git.bb' at 20241221090017536 2025-03-14 03:01:04.105-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject_2.1.5.bb' at 20241221090017536 2025-03-14 03:01:04.111-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/freeipmi/0001-Fix-undeclared-function-errors.patch' at 20241221090017536 2025-03-14 03:01:04.125-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.4.bb' at 20241221090017536 2025-03-14 03:01:04.130-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb' at 20241221090017536 2025-03-14 03:01:04.133-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb' at 20241221090017540 2025-03-14 03:01:04.138-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/files/0001-detect-correct-openssl-3.x.patch' at 20241221090017540 2025-03-14 03:01:04.139-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.12.bb' at 20241221090017540 2025-03-14 03:01:04.145-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb' at 20241221090017540 2025-03-14 03:01:04.146-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb' at 20240413080012659 2025-03-14 03:01:04.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch' at 20241221090017540 2025-03-14 03:01:04.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch' at 20241206090014262 2025-03-14 03:01:04.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch' at 20241206090014262 2025-03-14 03:01:04.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2/0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch' at 20241206090014262 2025-03-14 03:01:04.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.bb' at 20241221090017540 2025-03-14 03:01:04.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.inc' at 20241221090017540 2025-03-14 03:01:04.155-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-inject_git.bb' at 20241221090017540 2025-03-14 03:01:04.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test_git.bb' at 20241221090017540 2025-03-14 03:01:04.156-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog_201.bb' at 20241221090017540 2025-03-14 03:01:04.159-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit_5.34.2.bb' at 20241221090017540 2025-03-14 03:01:04.161-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nano/nano_8.2.bb' at 20241221090017540 2025-03-14 03:01:04.163-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-Fix-Wincompatible-function-pointer-types.patch' at 20230131040012035 2025-03-14 03:01:04.163-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-config-nspr-config.in-don-t-pass-LDFLAGS.patch' at 20220910030013361 2025-03-14 03:01:04.163-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-md-Fix-build-with-musl.patch' at 20230114040015482 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0002-Add-nios2-support.patch' at 20230114040015482 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch' at 20210307205553986 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/fix-build-on-x86_64.patch' at 20210307205553986 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/remove-rpath-from-tests.patch' at 20210307205553986 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr_4.35.bb' at 20241206090014262 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch' at 20240413080012659 2025-03-14 03:01:04.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch' at 20240413080012659 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-cert9.db' at 20210307205553986 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-key4.db' at 20210307205553986 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/disable-Wvarargs-with-clang.patch' at 20220204040022528 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch' at 20220204040022528 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch' at 20220204040022528 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch' at 20220204040022528 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/pqg.c-ULL_addend.patch' at 20220204040022528 2025-03-14 03:01:04.165-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss_3.103.bb' at 20241221090017540 2025-03-14 03:01:04.166-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig_6.9.9.bb' at 20241221090017540 2025-03-14 03:01:04.167-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv_4.10.0.bb' at 20241221090017540 2025-03-14 03:01:04.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/0001-fix-incompatible-pointer-type-error.patch' at 20241221090017540 2025-03-14 03:01:04.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap_2.6.8.bb' at 20241221090017540 2025-03-14 03:01:04.168-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensc/opensc_0.25.1.bb' at 20241221090017540 2025-03-14 03:01:04.169-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.17.0.bb' at 20241221090017540 2025-03-14 03:01:04.173-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider/0001-Fix-types-for-old-32-bit-systems.patch' at 20241221090017544 2025-03-14 03:01:04.174-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb' at 20241221090017544 2025-03-14 03:01:04.177-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail_3.22.bb' at 20241221090017544 2025-03-14 03:01:04.184-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sass/sassc_git.bb' at 20220204040022532 2025-03-14 03:01:04.186-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/sdparm_1.12.bb' at 20241221090017544 2025-03-14 03:01:04.188-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/smarty_4.5.5.bb' at 20241221090017544 2025-03-14 03:01:04.189-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper_0.11.2.bb' at 20241221090017544 2025-03-14 03:01:04.190-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/spdlog/spdlog_1.14.1.bb' at 20241206090014266 2025-03-14 03:01:04.193-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy_git.bb' at 20240301090012431 2025-03-14 03:01:04.194-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb' at 20241221090017544 2025-03-14 03:01:04.200-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.0.22.bb' at 20241221090017544 2025-03-14 03:01:04.202-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb' at 20220402030016003 2025-03-14 03:01:04.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch' at 20230706080014761 2025-03-14 03:01:04.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch' at 20230706080014761 2025-03-14 03:01:04.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch' at 20210608000015803 2025-03-14 03:01:04.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-mark-count-with-unused-attribute.patch' at 20221003030013289 2025-03-14 03:01:04.206-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb' at 20241221090017544 2025-03-14 03:01:04.207-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/zchunk_1.4.0.bb' at 20240106090017237 2025-03-14 03:01:04.223-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb' at 20241221090017544 2025-03-14 03:01:04.223-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb' at 20241221090017544 2025-03-14 03:01:04.233-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb' at 20241221090017548 2025-03-14 03:01:04.241-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb' at 20241221090017548 2025-03-14 03:01:04.241-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.1.bb' at 20210528000029703 2025-03-14 03:01:04.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb' at 20240302090018206 2025-03-14 03:01:04.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python-libusb1_3.1.0.bb' at 20241221090017548 2025-03-14 03:01:04.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.7.bb' at 20241221090017548 2025-03-14 03:01:04.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.11.8.bb' at 20241221090017548 2025-03-14 03:01:04.247-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb' at 20241221090017548 2025-03-14 03:01:04.247-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiosignal_1.3.1.bb' at 20241221090017548 2025-03-14 03:01:04.248-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb' at 20231126090012801 2025-03-14 03:01:04.248-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb' at 20241206090014266 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apiflask_2.2.1.bb' at 20241221090017548 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apispec_6.7.1.bb' at 20241221090017548 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-appdirs/run-ptest' at 20240301090012431 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb' at 20241221090017548 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb' at 20210817100021790 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argcomplete_3.5.1.bb' at 20241221090017548 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb' at 20240302090018206 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow/run-ptest' at 20240309090012804 2025-03-14 03:01:04.249-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb' at 20240309090012804 2025-03-14 03:01:04.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asgiref/run-ptest' at 20240301090012431 2025-03-14 03:01:04.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb' at 20240413080012659 2025-03-14 03:01:04.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib/run-ptest' at 20230503080014587 2025-03-14 03:01:04.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb' at 20230706080014761 2025-03-14 03:01:04.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astroid_3.3.5.bb' at 20241221090017548 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bandit_1.8.0.bb' at 20241221090017548 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb' at 20240302090018206 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.2.3.bb' at 20241206090014266 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bleak/run-ptest' at 20240413080012659 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb' at 20241221090017548 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-blinker/run-ptest' at 20240301090012431 2025-03-14 03:01:04.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.1.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cached-property_1.5.2.bb' at 20210905000020561 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cantools_39.4.13.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.1.bb' at 20240413080012659 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cbor2/run-ptest' at 20240301090012431 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cerberus_1.3.5.bb' at 20231011080016582 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.0.bb' at 20241221090017548 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb' at 20221104030017433 2025-03-14 03:01:04.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb' at 20241221090017548 2025-03-14 03:01:04.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb' at 20241221090017548 2025-03-14 03:01:04.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb' at 20241221090017548 2025-03-14 03:01:04.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb' at 20240302090018206 2025-03-14 03:01:04.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configobj/run-ptest' at 20241221090017552 2025-03-14 03:01:04.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb' at 20241221090017552 2025-03-14 03:01:04.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_7.6.2.bb' at 20241221090017552 2025-03-14 03:01:04.254-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb' at 20240113090014540 2025-03-14 03:01:04.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb' at 20241221090017552 2025-03-14 03:01:04.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dasbus/run-ptest' at 20241206090014266 2025-03-14 03:01:04.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb' at 20241206090014266 2025-03-14 03:01:04.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast_2.24.4.bb' at 20241221090017552 2025-03-14 03:01:04.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb' at 20230706080014761 2025-03-14 03:01:04.255-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-deprecated_1.2.14.bb' at 20240302090018210 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django.inc' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_4.2.16.bb' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.0.9.bb' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate/run-ptest' at 20240301090012431 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb' at 20231011080016582 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa/run-ptest' at 20241206090014266 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb' at 20241206090014266 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-elementpath_4.6.0.bb' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb' at 20241221090017552 2025-03-14 03:01:04.256-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb' at 20241221090017552 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-abi_5.1.0.bb' at 20241206090014266 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-keyfile_0.7.0.bb' at 20240106090017237 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-utils_5.0.0.bb' at 20241221090017552 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-execnet/run-ptest' at 20240301090012431 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastjsonschema/run-ptest' at 20240301090012431 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb' at 20241221090017552 2025-03-14 03:01:04.257-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb' at 20240106090017237 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-filelock_3.16.1.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask/run-ptest' at 20241206090014266 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb' at 20240302090018210 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb' at 20231011080016582 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb' at 20240106090017237 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb' at 20240302090018210 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.1.bb' at 20240413080012663 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-migrate_4.0.7.bb' at 20240413080012663 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb' at 20241221090017552 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb' at 20240302090018210 2025-03-14 03:01:04.258-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb' at 20240302090018210 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb' at 20240302090018210 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb' at 20210307205554018 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb' at 20240413080012663 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexparser/run-ptest' at 20240413080012663 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb' at 20241221090017552 2025-03-14 03:01:04.259-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/run-ptest' at 20240309090012808 2025-03-14 03:01:04.260-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb' at 20241221090017552 2025-03-14 03:01:04.260-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fsspec_2024.10.0.bb' at 20241221090017552 2025-03-14 03:01:04.260-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson/py3.13.patch' at 20241221090017552 2025-03-14 03:01:04.260-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson/run-ptest' at 20240301090012431 2025-03-14 03:01:04.260-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb' at 20241221090017552 2025-03-14 03:01:04.261-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-git-pw_2.6.0.bb' at 20240301090012431 2025-03-14 03:01:04.262-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gnupg_0.5.3.bb' at 20241221090017552 2025-03-14 03:01:04.262-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_2.135.0.bb' at 20241221090017552 2025-03-14 03:01:04.262-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth_2.36.0.bb' at 20241221090017552 2025-03-14 03:01:04.262-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb' at 20241221090017552 2025-03-14 03:01:04.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch' at 20241221090017552 2025-03-14 03:01:04.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch' at 20241221090017552 2025-03-14 03:01:04.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.67.1.bb' at 20241221090017552 2025-03-14 03:01:04.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch' at 20241221090017552 2025-03-14 03:01:04.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.67.1.bb' at 20241221090017552 2025-03-14 03:01:04.263-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio_1.67.1.bb' at 20241221090017552 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py_3.12.1.bb' at 20241221090017552 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb' at 20241221090017552 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb' at 20241221090017556 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hexbytes_1.2.1.bb' at 20241221090017556 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text/run-ptest' at 20240301090012431 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb' at 20241221090017556 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools/run-ptest' at 20240413080012663 2025-03-14 03:01:04.264-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb' at 20241221090017556 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb' at 20241221090017556 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icecream_2.1.3.bb' at 20240413080012663 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu_2.14.bb' at 20241221090017556 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-importlib-metadata_8.4.0.bb' at 20241221090017556 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64/0001-Do-not-override-const-qualifier.patch' at 20241221090017556 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb' at 20241221090017556 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflection/run-ptest' at 20240301090012431 2025-03-14 03:01:04.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb' at 20241221090017556 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/run-ptest' at 20240301090012431 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify_git.bb' at 20240413080012663 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intervals/run-ptest' at 20240301090012431 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb' at 20240301090012431 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipy/run-ptest' at 20240301090012431 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb' at 20241221090017556 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython_8.28.0.bb' at 20241221090017556 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iso3166/run-ptest' at 20240301090012431 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb' at 20240301090012431 2025-03-14 03:01:04.266-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-janus_1.0.0.bb' at 20240301090012431 2025-03-14 03:01:04.267-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdatetime_5.0.0.bb' at 20240413080012663 2025-03-14 03:01:04.267-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdcal/run-ptest' at 20240302090018210 2025-03-14 03:01:04.267-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb' at 20241221090017556 2025-03-14 03:01:04.267-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.1.bb' at 20240302090018210 2025-03-14 03:01:04.268-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb' at 20241221090017556 2025-03-14 03:01:04.268-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb' at 20241221090017556 2025-03-14 03:01:04.268-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.7.bb' at 20241221090017556 2025-03-14 03:01:04.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb' at 20240302090018210 2025-03-14 03:01:04.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-oled_3.14.0.bb' at 20241221090017556 2025-03-14 03:01:04.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lz4/run-ptest' at 20231014080011723 2025-03-14 03:01:04.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lz4_4.3.3.bb' at 20240113090014540 2025-03-14 03:01:04.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest' at 20240309090012808 2025-03-14 03:01:04.269-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb' at 20241221090017556 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb' at 20241221090017556 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb' at 20241221090017556 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msgpack/run-ptest' at 20240302090018210 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb' at 20241221090017556 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multidict/run-ptest' at 20240301090012431 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb' at 20241221090017556 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mypy-extensions_1.0.0.bb' at 20230919080013962 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netaddr/run-ptest' at 20240309090012808 2025-03-14 03:01:04.270-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb' at 20241206090014266 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-networkx_3.1.bb' at 20241206090014266 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb' at 20231126090012801 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb' at 20241221090017556 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest' at 20240302090018210 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb' at 20240302090018210 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-outcome/run-ptest' at 20241221090017556 2025-03-14 03:01:04.271-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb' at 20241221090017556 2025-03-14 03:01:04.272-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb' at 20241221090017556 2025-03-14 03:01:04.273-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb' at 20241221090017556 2025-03-14 03:01:04.273-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb' at 20241221090017556 2025-03-14 03:01:04.273-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-path_17.0.0.bb' at 20241221090017556 2025-03-14 03:01:04.273-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.2.bb' at 20241221090017556 2025-03-14 03:01:04.273-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb' at 20241221090017556 2025-03-14 03:01:04.273-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb' at 20241221090017556 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb' at 20240302090018210 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch' at 20241221090017556 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/run-ptest' at 20240301090012431 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb' at 20241221090017556 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pint/run-ptest' at 20241221090017556 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pint_0.24.4.bb' at 20241221090017556 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-platformdirs/run-ptest' at 20240301090012435 2025-03-14 03:01:04.274-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb' at 20241221090017560 2025-03-14 03:01:04.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.3.bb' at 20241221090017560 2025-03-14 03:01:04.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-polyline/run-ptest' at 20240301090012435 2025-03-14 03:01:04.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb' at 20240302090018210 2025-03-14 03:01:04.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-portion/run-ptest' at 20241221090017560 2025-03-14 03:01:04.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb' at 20231011080016582 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-precise-runner/run-ptest' at 20240301090012435 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb' at 20241221090017560 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prettytable/run-ptest' at 20240301090012435 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb' at 20241221090017560 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache/run-ptest' at 20241221090017560 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb' at 20241221090017560 2025-03-14 03:01:04.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb' at 20241221090017560 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess/run-ptest' at 20240301090012435 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb' at 20241221090017560 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pulsectl_24.11.0.bb' at 20241221090017560 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb' at 20241221090017560 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/run-ptest' at 20240301090012435 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb' at 20241221090017560 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/run-ptest' at 20240301090012435 2025-03-14 03:01:04.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb' at 20241221090017560 2025-03-14 03:01:04.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybcj_1.0.2.bb' at 20240302090018210 2025-03-14 03:01:04.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.14.bb' at 20241206090014270 2025-03-14 03:01:04.279-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb' at 20241221090017560 2025-03-14 03:01:04.279-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb' at 20241221090017560 2025-03-14 03:01:04.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycurl_7.45.3.bb' at 20241221090017560 2025-03-14 03:01:04.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic/run-ptest' at 20240106090017241 2025-03-14 03:01:04.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest' at 20240106090017241 2025-03-14 03:01:04.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.1.bb' at 20241221090017560 2025-03-14 03:01:04.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_2.10.2.bb' at 20241221090017560 2025-03-14 03:01:04.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb' at 20241221090017560 2025-03-14 03:01:04.281-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyhamcrest_2.1.0.bb' at 20241206090014270 2025-03-14 03:01:04.281-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.9.0.bb' at 20241221090017560 2025-03-14 03:01:04.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.3.1.bb' at 20241221090017560 2025-03-14 03:01:04.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymodbus_3.7.4.bb' at 20241221090017560 2025-03-14 03:01:04.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb' at 20240302090018214 2025-03-14 03:01:04.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj_3.7.0.bb' at 20241221090017560 2025-03-14 03:01:04.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproject-api_1.7.2.bb' at 20241221090017560 2025-03-14 03:01:04.283-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyroute2/run-ptest' at 20240301090012435 2025-03-14 03:01:04.283-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb' at 20241221090017560 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyscaffold_4.5.bb' at 20230811080018306 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial/run-ptest' at 20240301090012435 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb' at 20240301090012435 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.23.6.bb' at 20240413080012663 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb' at 20221120040010710 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb' at 20241221090017560 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb' at 20240413080012663 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb' at 20241206090014270 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb' at 20241206090014270 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb' at 20241221090017560 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-localserver/run-ptest' at 20240413080012663 2025-03-14 03:01:04.284-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-localserver_0.8.1.bb' at 20240413080012663 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb' at 20241206090014270 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-multipart/run-ptest' at 20241221090017560 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb' at 20241221090017560 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytoml/run-ptest' at 20240301090012435 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb' at 20241221090017560 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb' at 20240302090018214 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest' at 20240301090012435 2025-03-14 03:01:04.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb' at 20241221090017560 2025-03-14 03:01:04.286-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rapidjson/run-ptest' at 20231014080011723 2025-03-14 03:01:04.286-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb' at 20241221090017560 2025-03-14 03:01:04.286-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb' at 20241206090014270 2025-03-14 03:01:04.286-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-redis_5.1.1.bb' at 20241221090017560 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-file/run-ptest' at 20240301090012435 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb' at 20241221090017560 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/run-ptest' at 20240301090012435 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb' at 20240301090012435 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-responses_0.25.3.bb' at 20241221090017560 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb' at 20241221090017560 2025-03-14 03:01:04.287-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb' at 20240302090018214 2025-03-14 03:01:04.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework_7.1.bb' at 20241221090017560 2025-03-14 03:01:04.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-schedule_1.2.1.bb' at 20240302090018214 2025-03-14 03:01:04.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb' at 20241221090017560 2025-03-14 03:01:04.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb' at 20241221090017560 2025-03-14 03:01:04.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt/run-ptest' at 20240301090012435 2025-03-14 03:01:04.288-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb' at 20241221090017560 2025-03-14 03:01:04.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-semver/run-ptest' at 20240301090012435 2025-03-14 03:01:04.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb' at 20240301090012435 2025-03-14 03:01:04.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-serpent/run-ptest' at 20240301090012435 2025-03-14 03:01:04.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-serpent_1.41.bb' at 20241221090017560 2025-03-14 03:01:04.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-service-identity/run-ptest' at 20240301090012435 2025-03-14 03:01:04.289-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb' at 20241221090017560 2025-03-14 03:01:04.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sh_2.1.0.bb' at 20241221090017560 2025-03-14 03:01:04.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb' at 20210307205554026 2025-03-14 03:01:04.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simpleeval/run-ptest' at 20240301090012435 2025-03-14 03:01:04.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb' at 20241221090017560 2025-03-14 03:01:04.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib/run-ptest' at 20240301090012435 2025-03-14 03:01:04.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.2.3.bb' at 20240301090012435 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-soupsieve/run-ptest' at 20240301090012435 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb' at 20241221090017560 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.35.bb' at 20241221090017560 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse/run-ptest' at 20240301090012435 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb' at 20241221090017560 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb' at 20231126090012801 2025-03-14 03:01:04.291-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb' at 20241221090017560 2025-03-14 03:01:04.293-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb' at 20240302090018214 2025-03-14 03:01:04.293-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomli-w_1.0.0.bb' at 20240413080012663 2025-03-14 03:01:04.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomlkit/run-ptest' at 20240301090012435 2025-03-14 03:01:04.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb' at 20241221090017560 2025-03-14 03:01:04.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tox_4.23.2.bb' at 20241221090017560 2025-03-14 03:01:04.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.27.0.bb' at 20241221090017560 2025-03-14 03:01:04.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trustme/run-ptest' at 20240301090012435 2025-03-14 03:01:04.294-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb' at 20240302090018214 2025-03-14 03:01:04.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typeguard/run-ptest' at 20240301090012435 2025-03-14 03:01:04.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb' at 20241221090017560 2025-03-14 03:01:04.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb' at 20241221090017560 2025-03-14 03:01:04.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb' at 20241221090017560 2025-03-14 03:01:04.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tzdata/run-ptest' at 20241221090017560 2025-03-14 03:01:04.295-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb' at 20240301090012435 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson/run-ptest' at 20241221090017560 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb' at 20241221090017560 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unidiff/run-ptest' at 20240301090012435 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb' at 20240301090012435 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb' at 20240302090018214 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate/run-ptest' at 20240301090012435 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb' at 20240301090012435 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uswid_0.5.0.bb' at 20241206090014270 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-validators/run-ptest' at 20240413080012663 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb' at 20241221090017560 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-virtualenv_20.26.6.bb' at 20241221090017560 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb' at 20231126090012801 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-web3_7.3.0.bb' at 20241221090017560 2025-03-14 03:01:04.296-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb' at 20241221090017564 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt/run-ptest' at 20240309090012808 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.17.0.bb' at 20241221090017564 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wsproto/run-ptest' at 20240413080012663 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb' at 20240413080012663 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb' at 20240302090018214 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlrd/run-ptest' at 20240301090012435 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb' at 20241221090017564 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb' at 20240302090018214 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb' at 20240302090018214 2025-03-14 03:01:04.297-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yamlloader_1.4.1.bb' at 20241206090014270 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/run-ptest' at 20240106090017241 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb' at 20241221090017564 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yarl/run-ptest' at 20240301090012435 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yarl_1.18.0.bb' at 20241221090017564 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zeroconf_0.136.2.bb' at 20241221090017564 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb' at 20231126090012805 2025-03-14 03:01:04.298-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb' at 20241221090017564 2025-03-14 03:01:04.299-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.0.bb' at 20241221090017564 2025-03-14 03:01:04.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb' at 20241221090017564 2025-03-14 03:01:04.301-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb' at 20241221090017564 2025-03-14 03:01:04.304-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb' at 20241221090017564 2025-03-14 03:01:04.304-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb' at 20241221090017564 2025-03-14 03:01:04.307-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb' at 20241221090017564 2025-03-14 03:01:04.309-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb' at 20241221090017564 2025-03-14 03:01:04.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb' at 20241206090014270 2025-03-14 03:01:04.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb' at 20241221090017564 2025-03-14 03:01:04.313-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb' at 20241206090014270 2025-03-14 03:01:04.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb' at 20231126090012805 2025-03-14 03:01:04.322-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb' at 20241221090017564 2025-03-14 03:01:04.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb' at 20231126090012805 2025-03-14 03:01:04.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb' at 20241221090017564 2025-03-14 03:01:04.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb' at 20241221090017564 2025-03-14 03:01:04.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb' at 20241221090017564 2025-03-14 03:01:04.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.19.3.bb' at 20241221090017564 2025-03-14 03:01:04.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.18.0.bb' at 20230114040015490 2025-03-14 03:01:04.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch' at 20230503080014591 2025-03-14 03:01:04.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch' at 20230503080014591 2025-03-14 03:01:04.336-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.18.2.bb' at 20241221090017564 2025-03-14 03:01:04.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch' at 20230503080014591 2025-03-14 03:01:04.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb' at 20241221090017564 2025-03-14 03:01:04.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb' at 20241221090017564 2025-03-14 03:01:04.337-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb' at 20230211040012639 2025-03-14 03:01:04.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.19.0.bb' at 20241221090017564 2025-03-14 03:01:04.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc' at 20241029080011443 2025-03-14 03:01:04.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc' at 20250211090013384 2025-03-14 03:01:04.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/openpower-software-manager_git.bb' at 20241225090010924 2025-03-14 03:01:04.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb' at 20240821080012435 2025-03-14 03:01:04.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb' at 20241121090011895 2025-03-14 03:01:04.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb' at 20250224090014144 2025-03-14 03:01:04.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-libhei-rev.inc' at 20241208090011420 2025-03-14 03:01:04.352-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc' at 20241212090014007 2025-03-14 03:01:04.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc' at 20241213090035010 2025-03-14 03:01:04.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc' at 20250228090021677 2025-03-14 03:01:04.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb' at 20241206090014274 2025-03-14 03:01:04.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/classes/fit-image.bbclass' at 20240615080011913 2025-03-14 03:01:04.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/classes/license_static.bbclass' at 20230328080016488 2025-03-14 03:01:04.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-image.bbclass' at 20241031080012183 2025-03-14 03:01:04.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/classes/phosphor-dbus-yaml.bbclass' at 20210811000030029 2025-03-14 03:01:04.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/classes/phosphor-rootfs-postcommands.bbclass' at 20230321080018353 2025-03-14 03:01:04.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/classes/skeleton-rev.bbclass' at 20241113090013917 2025-03-14 03:01:04.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb' at 20241221090017564 2025-03-14 03:01:04.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb' at 20250202090011312 2025-03-14 03:01:04.379-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/libbej/libbej_git.bb' at 20241221090017568 2025-03-14 03:01:04.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/convert-pam-configs.service' at 20230505080015455 2025-03-14 03:01:04.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/convert-pam-configs.sh' at 20230817080015056 2025-03-14 03:01:04.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam_%.bbappend' at 20241206090014274 2025-03-14 03:01:04.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb' at 20240627080019396 2025-03-14 03:01:04.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb' at 20250228090021677 2025-03-14 03:01:04.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' at 20241219090012976 2025-03-14 03:01:04.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' at 20250224090014144 2025-03-14 03:01:04.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' at 20250228090021677 2025-03-14 03:01:04.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb' at 20241219090012976 2025-03-14 03:01:04.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb' at 20241220090019722 2025-03-14 03:01:04.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb' at 20241120090012768 2025-03-14 03:01:04.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb' at 20241220090019722 2025-03-14 03:01:04.388-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb' at 20241212090014007 2025-03-14 03:01:04.388-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb' at 20250228090021681 2025-03-14 03:01:04.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' at 20241217090357822 2025-03-14 03:01:04.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' at 20250224090014144 2025-03-14 03:01:04.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' at 20250225090013540 2025-03-14 03:01:04.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' at 20250228090021681 2025-03-14 03:01:04.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' at 20250307090012172 2025-03-14 03:01:04.391-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' 2025-03-14 03:01:04.392-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' 2025-03-14 03:01:04.397-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc) done (took 4 ms) 2025-03-14 03:01:04.397-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb' at 20241206090014274 2025-03-14 03:01:04.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb' at 20241220090019722 2025-03-14 03:01:04.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' at 20241213090035010 2025-03-14 03:01:04.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' at 20250307090012172 2025-03-14 03:01:04.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb' at 20241220090019722 2025-03-14 03:01:04.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb' at 20241113090013917 2025-03-14 03:01:04.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus-top/dbus-top_git.bb' at 20241221090017568 2025-03-14 03:01:04.400-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc' at 20241220090019722 2025-03-14 03:01:04.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' at 20241217090357822 2025-03-14 03:01:04.402-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' 2025-03-14 03:01:04.402-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' 2025-03-14 03:01:04.408-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc) done (took 5 ms) 2025-03-14 03:01:04.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb' at 20240221090011585 2025-03-14 03:01:04.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb' at 20241220090019722 2025-03-14 03:01:04.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' at 20241221090017568 2025-03-14 03:01:04.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' at 20250224090014144 2025-03-14 03:01:04.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' at 20250228090021681 2025-03-14 03:01:04.409-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' 2025-03-14 03:01:04.410-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' 2025-03-14 03:01:04.413-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc) done (took 3 ms) 2025-03-14 03:01:04.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb' at 20241219090012976 2025-03-14 03:01:04.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb' at 20241221090017568 2025-03-14 03:01:04.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb' at 20241221090017568 2025-03-14 03:01:04.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image-base.bb' at 20220921030015986 2025-03-14 03:01:04.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb' at 20241031080012183 2025-03-14 03:01:04.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' at 20241227090016917 2025-03-14 03:01:04.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' at 20250224090014144 2025-03-14 03:01:04.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' at 20250307090012172 2025-03-14 03:01:04.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb' at 20241220090019722 2025-03-14 03:01:04.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc' at 20240821080012435 2025-03-14 03:01:04.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb' at 20241221090017568 2025-03-14 03:01:04.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb' at 20240808080012364 2025-03-14 03:01:04.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' at 20241031080012183 2025-03-14 03:01:04.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/entity-map.json' at 20241031080012183 2025-03-14 03:01:04.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb' at 20241219090012976 2025-03-14 03:01:04.421-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc' at 20241219090012976 2025-03-14 03:01:04.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' at 20241212090014011 2025-03-14 03:01:04.422-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' 2025-03-14 03:01:04.422-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' 2025-03-14 03:01:04.427-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb) done (took 4 ms) 2025-03-14 03:01:04.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb' at 20241221090017568 2025-03-14 03:01:04.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb' at 20241013080010898 2025-03-14 03:01:04.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb' at 20240831080017004 2025-03-14 03:01:04.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb' at 20240831080017004 2025-03-14 03:01:04.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb' at 20250228090021681 2025-03-14 03:01:04.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb' at 20241225090010924 2025-03-14 03:01:04.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/xyz.openbmc_project.LED.GroupManager.service' at 20230215040018439 2025-03-14 03:01:04.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc' at 20241219090012976 2025-03-14 03:01:04.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb' at 20241221090017568 2025-03-14 03:01:04.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' at 20241214090210267 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' at 20250224090014144 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' at 20250225090013540 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' at 20250226090013840 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' at 20250307090012172 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb' at 20241220090019722 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb' at 20241225090010924 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb' at 20250224090014144 2025-03-14 03:01:04.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb' at 20241221090017568 2025-03-14 03:01:04.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb' at 20241220090019722 2025-03-14 03:01:04.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' at 20241213090035010 2025-03-14 03:01:04.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' at 20250307090012172 2025-03-14 03:01:04.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb' at 20241209090013420 2025-03-14 03:01:04.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb' at 20241225090010924 2025-03-14 03:01:04.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb' at 20250225090013540 2025-03-14 03:01:04.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb' at 20241220090019722 2025-03-14 03:01:04.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' at 20241220090019722 2025-03-14 03:01:04.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' at 20250224090014144 2025-03-14 03:01:04.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' at 20250228090021681 2025-03-14 03:01:04.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' at 20250307090012172 2025-03-14 03:01:04.433-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' 2025-03-14 03:01:04.433-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' 2025-03-14 03:01:04.437-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc) done (took 3 ms) 2025-03-14 03:01:04.437-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' at 20241213090035010 2025-03-14 03:01:04.438-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' 2025-03-14 03:01:04.438-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' 2025-03-14 03:01:04.443-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb) done (took 4 ms) 2025-03-14 03:01:04.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-psu-software-manager_git.bb' at 20241220090019722 2025-03-14 03:01:04.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb' at 20241221090017568 2025-03-14 03:01:04.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb' at 20250228090021681 2025-03-14 03:01:04.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' at 20241209090013420 2025-03-14 03:01:04.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' at 20250228090021681 2025-03-14 03:01:04.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb' at 20241221090017568 2025-03-14 03:01:04.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb' at 20241220090019722 2025-03-14 03:01:04.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb' at 20241219090012976 2025-03-14 03:01:04.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc' at 20241221090017568 2025-03-14 03:01:04.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb' at 20241207090012335 2025-03-14 03:01:04.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb' at 20241221090017568 2025-03-14 03:01:04.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb' at 20241120090012768 2025-03-14 03:01:04.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb' at 20241220090019722 2025-03-14 03:01:04.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb' at 20250204090019310 2025-03-14 03:01:04.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb' at 20241221090017568 2025-03-14 03:01:04.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb' at 20240917080011791 2025-03-14 03:01:04.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' at 20241221090017568 2025-03-14 03:01:04.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' at 20250211090013384 2025-03-14 03:01:04.449-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' 2025-03-14 03:01:04.449-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' 2025-03-14 03:01:04.453-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot) done (took 3 ms) 2025-03-14 03:01:04.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb' at 20241221090017568 2025-03-14 03:01:04.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb' at 20241221090017568 2025-03-14 03:01:04.458-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb' at 20241220090019722 2025-03-14 03:01:04.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb' at 20241220090019722 2025-03-14 03:01:04.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb' at 20241221090017568 2025-03-14 03:01:04.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/.readthedocs.yaml' at 20231126090012805 2025-03-14 03:01:04.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/img/LF_17_02_Yocto-Badge-Update_Compatible_Final_Blank.png' at 20220823030015959 2025-03-14 03:01:04.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/img/balena.png' at 20220823030015959 2025-03-14 03:01:04.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/kas-poky-rpi.yml' at 20241221090017572 2025-03-14 03:01:04.562-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb' at 20241221090017576 2025-03-14 03:01:04.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/.gitlab-ci.yml' at 20241221090017576 2025-03-14 03:01:04.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/README.md' at 20241221090017576 2025-03-14 03:01:04.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/classes/dm-verity-img.bbclass' at 20240413080012667 2025-03-14 03:01:04.576-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/kas/kas-security-alt.yml' at 20220402030016075 2025-03-14 03:01:04.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/kas/kas-security-base.yml' at 20230706080014769 2025-03-14 03:01:04.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/kas/qemuarm64-musl.yml' at 20210307205554110 2025-03-14 03:01:04.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/kas/qemux86-musl.yml' at 20210307205554110 2025-03-14 03:01:04.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/kas/qemux86-test.yml' at 20210528000029703 2025-03-14 03:01:04.579-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/clamav.py' at 20220721030015849 2025-03-14 03:01:04.580-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-hardening/conf/distro/harden.conf' at 20210812000025270 2025-03-14 03:01:04.583-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-integrity/classes/ima-evm-rootfs.bbclass' at 20241221090017576 2025-03-14 03:01:04.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_ima.der' at 20230520080014488 2025-03-14 03:01:04.585-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ima.py' at 20230520080014488 2025-03-14 03:01:04.595-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb' at 20241221090017576 2025-03-14 03:01:04.597-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-tpm/conf/distro/include/maintainers-meta-tpm.inc' at 20230520080014488 2025-03-14 03:01:04.599-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend' at 20241221090017576 2025-03-14 03:01:04.601-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb' at 20210812000025270 2025-03-14 03:01:04.602-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb' at 20241206090014282 2025-03-14 03:01:04.603-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.2.bb' at 20241206090014282 2025-03-14 03:01:04.610-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb' at 20241221090017576 2025-03-14 03:01:04.612-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-compliance/lynis/lynis_3.1.1.bb' at 20241221090017576 2025-03-14 03:01:04.614-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb' at 20241221090017576 2025-03-14 03:01:04.616-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-core/packagegroup/packagegroup-core-security.bb' at 20241206090014286 2025-03-14 03:01:04.623-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto_security.inc' at 20220409030017491 2025-03-14 03:01:04.623-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/apparmor_3.1.3.bb' at 20241221090017576 2025-03-14 03:01:04.629-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-scanners/rootkits/chkrootkit_0.57.bb' at 20230401080011947 2025-03-14 03:01:04.631-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb' at 20241206090014286 2025-03-14 03:01:04.674-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-yadro/.gitignore' at 20210307205554218 2025-03-14 03:01:04.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/nicole.cfg' at 20210307205554222 2025-03-14 03:01:04.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/bin/git-make-shallow' at 20240301090012439 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst' at 20241221090017584 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst' at 20241221090017584 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png' at 20210307205554234 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' at 20210307205554234 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/releases.rst' at 20241221090017584 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/Vera.ttf' at 20210307205554234 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/VeraMoBd.ttf' at 20210307205554234 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/VeraMono.ttf' at 20210307205554234 2025-03-14 03:01:04.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/draft.png' at 20210307205554234 2025-03-14 03:01:04.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/client.py' at 20241206090014286 2025-03-14 03:01:04.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/cache.py' at 20241221090017584 2025-03-14 03:01:04.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/command.py' at 20241221090017584 2025-03-14 03:01:04.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/cookerdata.py' at 20241221090017584 2025-03-14 03:01:04.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/data_smart.py' at 20241221090017584 2025-03-14 03:01:04.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/__init__.py' at 20241221090017584 2025-03-14 03:01:04.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gomod.py' at 20241221090017588 2025-03-14 03:01:04.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/npmsw.py' at 20241221090017588 2025-03-14 03:01:04.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/wget.py' at 20241221090017588 2025-03-14 03:01:04.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/parse/ast.py' at 20241221090017588 2025-03-14 03:01:04.715-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py' at 20241221090017588 2025-03-14 03:01:04.730-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch.py' at 20241221090017588 2025-03-14 03:01:04.730-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/base.bbclass' at 20210307205554250 2025-03-14 03:01:04.731-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb' at 20210307205554250 2025-03-14 03:01:04.731-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb' at 20210307205554250 2025-03-14 03:01:04.732-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/utils.py' at 20220125040024443 2025-03-14 03:01:04.732-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tinfoil.py' at 20241221090017588 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_display.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/alert.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/denied.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/info.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/issues.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/refresh.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/tick.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_display.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_display.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_display.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png' at 20210307205554250 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_display.png' at 20210307205554254 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png' at 20210307205554254 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_display.png' at 20210307205554254 2025-03-14 03:01:04.733-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png' at 20210307205554254 2025-03-14 03:01:04.734-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/uihelper.py' at 20220125040024447 2025-03-14 03:01:04.734-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/utils.py' at 20241221090017592 2025-03-14 03:01:04.734-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bblayers/query.py' at 20230919080013966 2025-03-14 03:01:04.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/README' at 20210307205554266 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png' at 20210307205554270 2025-03-14 03:01:04.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png' at 20210307205554270 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png' at 20210307205554270 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png' at 20210307205554270 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png' at 20210307205554270 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png' at 20210307205554270 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf' at 20210307205554270 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot' at 20210307205554274 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf' at 20210307205554274 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff' at 20210307205554274 2025-03-14 03:01:04.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot' at 20210307205554274 2025-03-14 03:01:04.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf' at 20210307205554274 2025-03-14 03:01:04.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff' at 20210307205554274 2025-03-14 03:01:04.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2' at 20210307205554274 2025-03-14 03:01:04.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/logo.png' at 20210307205554274 2025-03-14 03:01:04.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png' at 20210307205554278 2025-03-14 03:01:04.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/bypqs-title.png' at 20210307205554290 2025-03-14 03:01:04.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' at 20210307205554290 2025-03-14 03:01:04.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/index.rst' at 20241206090014294 2025-03-14 03:01:04.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-dev-flow.png' at 20210307205554290 2025-03-14 03:01:04.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-title.png' at 20210307205554290 2025-03-14 03:01:04.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/contributor-guide/recipe-style-guide.rst' at 20241221090017592 2025-03-14 03:01:04.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/contributor-guide/submit-changes.rst' at 20241221090017592 2025-03-14 03:01:04.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/bmaptool.rst' at 20240309090012808 2025-03-14 03:01:04.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/build-quality.rst' at 20230114040015510 2025-03-14 03:01:04.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/building.rst' at 20240413080012675 2025-03-14 03:01:04.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/customizing-images.rst' at 20230114040015510 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/external-scm.rst' at 20230114040015514 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/bitbake-build-flow.png' at 20210307205554294 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory-web.png' at 20210307205554294 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory.png' at 20210307205554298 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/cute-files-npm-example.png' at 20220721030015857 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/dev-title.png' at 20210307205554298 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/multiconfig_files.png' at 20210307205554298 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/recipe-workflow.png' at 20210307205554298 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/index.rst' at 20241221090017592 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/new-recipe.rst' at 20240302090018218 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/packages.rst' at 20240309090012808 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/runtime-testing.rst' at 20240302090018218 2025-03-14 03:01:04.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/securing-images.rst' at 20230503080014599 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/wic.rst' at 20240413080012675 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/figures/yp-how-it-works-new-diagram.png' at 20210316000012689 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/common.rst' at 20240413080012675 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-architecture-overview.png' at 20210307205554302 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-flow.png' at 20210307205554302 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-title.png' at 20210307205554302 2025-03-14 03:01:04.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-overview-2-generic.png' at 20210307205554302 2025-03-14 03:01:04.776-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.5.rst' at 20240302090018222 2025-03-14 03:01:04.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.6.rst' at 20230114040015514 2025-03-14 03:01:04.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.2.rst' at 20241221090017592 2025-03-14 03:01:04.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/migration-guides/release-5.0.rst' at 20241221090017592 2025-03-14 03:01:04.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/migration-guides/release-5.1.rst' at 20241206090014294 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.2.rst' at 20241221090017600 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/YP-flow-diagram.png' at 20210307205554306 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/analysis-for-package-splitting.png' at 20210307205554306 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/configuration-compile-autoreconf.png' at 20210307205554306 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/cross-development-toolchains.png' at 20210307205554310 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/image-generation.png' at 20210307205554310 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/images.png' at 20210307205554310 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/key-dev-elements.png' at 20210307205554310 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/layer-input.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/overview-manual-title.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/package-feeds.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/patching.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/poky-reference-distribution.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk-generation.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-fetching.png' at 20210307205554314 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-input.png' at 20210307205554318 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-repos.png' at 20230503080014603 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/user-configuration.png' at 20210307205554318 2025-03-14 03:01:04.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/yp-download.png' at 20230503080014607 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/poky.yaml.in' at 20241221090017600 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-all.png' at 20210307205554322 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-choose-events.png' at 20210307205554322 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-i915-display.png' at 20210307205554322 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-output-display.png' at 20210307205554326 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-busybox.png' at 20210307205554326 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png' at 20210307205554326 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-downloading.png' at 20210307205554326 2025-03-14 03:01:04.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-processes.png' at 20210307205554330 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png' at 20210307205554330 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-report-cycles-u.png' at 20210307205554330 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' at 20210307205554334 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide.png' at 20210307205554334 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png' at 20210307205554334 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png' at 20210307205554334 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png' at 20210307205554338 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png' at 20210307205554338 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' at 20210307205554338 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png' at 20210307205554338 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' at 20210307205554342 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png' at 20210307205554342 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' at 20210307205554346 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png' at 20210307205554346 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png' at 20210307205554346 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/profile-title.png' at 20210307205554346 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png' at 20210307205554346 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png' at 20210307205554346 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png' at 20210307205554350 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' at 20210307205554350 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-callers.png' at 20210307205554350 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-from-user.png' at 20210307205554354 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-to-user.png' at 20210307205554354 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/intro.rst' at 20231126090012821 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/usage.rst' at 20240413080012679 2025-03-14 03:01:04.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/classes.rst' at 20241221090017600 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/devtool-reference.rst' at 20241221090017600 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/figures/build-workspace-directory.png' at 20210307205554354 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/figures/define-generic.png' at 20210307205554354 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/figures/poky-title.png' at 20210307205554358 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/images.rst' at 20240302090018222 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/qa-checks.rst' at 20240417080014698 2025-03-14 03:01:04.783-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/release-process.rst' at 20241221090017600 2025-03-14 03:01:04.784-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/system-requirements.rst' at 20240302090018222 2025-03-14 03:01:04.784-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/tasks.rst' at 20241206090014294 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/extensible.rst' at 20240413080012683 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-autotools-flow.png' at 20210307205554362 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-add-flow.png' at 20210307205554362 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-modify-flow.png' at 20210307205554366 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-devtool-upgrade-flow.png' at 20210307205554366 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-environment.png' at 20210307205554366 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png' at 20210307205554366 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png' at 20210307205554370 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-makefile-flow.png' at 20210307205554370 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-title.png' at 20210307205554370 2025-03-14 03:01:04.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/set_versions.py' at 20241221090017604 2025-03-14 03:01:04.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg' at 20210307205554370 2025-03-14 03:01:04.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/Vera.ttf' at 20210307205554370 2025-03-14 03:01:04.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/VeraMoBd.ttf' at 20210307205554370 2025-03-14 03:01:04.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/VeraMono.ttf' at 20210307205554370 2025-03-14 03:01:04.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/draft.png' at 20210307205554370 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/poky-ref-manual.png' at 20210307205554370 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/yocto-project-qs.png' at 20210307205554374 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/figures/ab-test-cluster.png' at 20210307205554374 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/figures/test-manual-title.png' at 20210307205554374 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/index.rst' at 20211006000025222 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/intro.rst' at 20241221090017604 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/reproducible-builds.rst' at 20231126090012825 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/test-process.rst' at 20240106090017253 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/understand-autobuilder.rst' at 20240106090017253 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/add-variable.png' at 20210307205554374 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/bash-oecore.png' at 20210307205554378 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/compatible-layers.png' at 20210307205554378 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/hosted-service.png' at 20210307205554378 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/import-layer.png' at 20210307205554378 2025-03-14 03:01:04.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/new-project.png' at 20210307205554382 2025-03-14 03:01:04.789-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/set-variable.png' at 20210307205554382 2025-03-14 03:01:04.789-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/simple-configuration.png' at 20210307205554382 2025-03-14 03:01:04.789-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/toaster-title.png' at 20210307205554382 2025-03-14 03:01:04.789-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/variable-added.png' at 20210307205554382 2025-03-14 03:01:04.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes/create-spdx-2.2.bbclass' at 20241221090017612 2025-03-14 03:01:04.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes/go-vendor.bbclass' at 20241221090017612 2025-03-14 03:01:04.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes/multilib_global.bbclass' at 20241221090017612 2025-03-14 03:01:04.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes/report-error.bbclass' at 20230503080014611 2025-03-14 03:01:04.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-global/base.bbclass' at 20241221090017604 2025-03-14 03:01:04.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-global/logging.bbclass' at 20220910030013385 2025-03-14 03:01:04.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-global/package_rpm.bbclass' at 20241221090017604 2025-03-14 03:01:04.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-global/sstate.bbclass' at 20241221090017608 2025-03-14 03:01:04.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-global/staging.bbclass' at 20241221090017608 2025-03-14 03:01:04.792-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-global/utils.bbclass' at 20241221090017608 2025-03-14 03:01:04.793-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/cargo.bbclass' at 20241221090017608 2025-03-14 03:01:04.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/features_check.bbclass' at 20220910030013385 2025-03-14 03:01:04.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/go.bbclass' at 20241206090014298 2025-03-14 03:01:04.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/grub-efi-cfg.bbclass' at 20220910030013385 2025-03-14 03:01:04.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/gtk-icon-cache.bbclass' at 20221003030013329 2025-03-14 03:01:04.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/image.bbclass' at 20241221090017608 2025-03-14 03:01:04.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/image_types_wic.bbclass' at 20241221090017608 2025-03-14 03:01:04.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/kernel-fitimage.bbclass' at 20241221090017608 2025-03-14 03:01:04.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/kernel-yocto.bbclass' at 20241221090017608 2025-03-14 03:01:04.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/kernel.bbclass' at 20241221090017608 2025-03-14 03:01:04.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/native.bbclass' at 20241221090017608 2025-03-14 03:01:04.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/nativesdk.bbclass' at 20241221090017608 2025-03-14 03:01:04.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_base.bbclass' at 20241221090017608 2025-03-14 03:01:04.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_ext.bbclass' at 20241221090017608 2025-03-14 03:01:04.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/pypi.bbclass' at 20240413080012683 2025-03-14 03:01:04.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/python3native.bbclass' at 20220910030013389 2025-03-14 03:01:04.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/python_pyo3.bbclass' at 20220910030013389 2025-03-14 03:01:04.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/rust-common.bbclass' at 20240106090017253 2025-03-14 03:01:04.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/rust.bbclass' at 20220910030013389 2025-03-14 03:01:04.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3.bbclass' at 20241221090017608 2025-03-14 03:01:04.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3_legacy.bbclass' at 20240301090012451 2025-03-14 03:01:04.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/uboot-extlinux-config.bbclass' at 20231014080011731 2025-03-14 03:01:04.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/uboot-sign.bbclass' at 20241221090017608 2025-03-14 03:01:04.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/classes-recipe/uki.bbclass' at 20241221090017612 2025-03-14 03:01:04.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/bitbake.conf' at 20241221090017612 2025-03-14 03:01:04.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/distro/include/default-providers.inc' at 20241221090017612 2025-03-14 03:01:04.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/distro/include/distro_alias.inc' at 20241221090017612 2025-03-14 03:01:04.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/distro/include/maintainers.inc' at 20241221090017612 2025-03-14 03:01:04.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-baremetal.inc' at 20220204040022596 2025-03-14 03:01:04.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/distro/include/tcmode-default.inc' at 20241221090017612 2025-03-14 03:01:04.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/distro/include/time64.inc' at 20241221090017612 2025-03-14 03:01:04.801-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/documentation.conf' at 20241221090017612 2025-03-14 03:01:04.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-24k.inc' at 20210905000020581 2025-03-14 03:01:04.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-74k.inc' at 20210905000020581 2025-03-14 03:01:04.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64r2.inc' at 20230919080013978 2025-03-14 03:01:04.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/arch-powerpc64.inc' at 20210812000025310 2025-03-14 03:01:04.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc7400.inc' at 20220612030016755 2025-03-14 03:01:04.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500mc.inc' at 20220612030016755 2025-03-14 03:01:04.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500v2.inc' at 20210905000020581 2025-03-14 03:01:04.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce5500.inc' at 20220612030016755 2025-03-14 03:01:04.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce6500.inc' at 20220612030016755 2025-03-14 03:01:04.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-core2.inc' at 20240127090011888 2025-03-14 03:01:04.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-corei7.inc' at 20210905000020581 2025-03-14 03:01:04.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-x86-64-v3.inc' at 20230114040015530 2025-03-14 03:01:04.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/conf/multilib.conf' at 20241221090017612 2025-03-14 03:01:04.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/overlayfs-create-dirs.service.in' at 20241221090017620 2025-03-14 03:01:04.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm.png' at 20240309090012816 2025-03-14 03:01:04.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm64.png' at 20240309090012816 2025-03-14 03:01:04.836-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuppc.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuriscv64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86-64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuppc.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuriscv64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86-64.png' at 20240309090012816 2025-03-14 03:01:04.837-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' at 20240309090012816 2025-03-14 03:01:04.838-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/bbconfigbuild/configfragments.py' at 20241221090017620 2025-03-14 03:01:04.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oe/classextend.py' at 20230520080014496 2025-03-14 03:01:04.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oe/cve_check.py' at 20241221090017624 2025-03-14 03:01:04.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oe/sbom30.py' at 20241221090017628 2025-03-14 03:01:04.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oe/spdx30.py' at 20241221090017628 2025-03-14 03:01:04.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oe/spdx30_tasks.py' at 20241221090017628 2025-03-14 03:01:04.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oe/spdx_common.py' at 20241221090017628 2025-03-14 03:01:04.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/rust.py' at 20241206090014306 2025-03-14 03:01:04.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/context.py' at 20210307205554446 2025-03-14 03:01:04.859-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/buildoptions.py' at 20241221090017628 2025-03-14 03:01:04.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/cve_check.py' at 20241221090017628 2025-03-14 03:01:04.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/devtool.py' at 20241221090017632 2025-03-14 03:01:04.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt' at 20210307205554446 2025-03-14 03:01:04.860-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt' at 20210307205554446 2025-03-14 03:01:04.862-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/recipetool.py' at 20241221090017632 2025-03-14 03:01:04.862-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/reproducible.py' at 20241221090017632 2025-03-14 03:01:04.862-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runtime_test.py' at 20241221090017632 2025-03-14 03:01:04.862-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sstatetests.py' at 20241221090017632 2025-03-14 03:01:04.864-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/utils/sshcontrol.py' at 20210307205554450 2025-03-14 03:01:04.869-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar_39.bb' at 20241221090017632 2025-03-14 03:01:04.870-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/machconfig' at 20210307205554454 2025-03-14 03:01:04.874-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb' at 20241206090014310 2025-03-14 03:01:04.876-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb' at 20241221090017636 2025-03-14 03:01:04.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/files/0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch' at 20241221090017636 2025-03-14 03:01:04.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-common.inc' at 20241221090017636 2025-03-14 03:01:04.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools.inc' at 20240413080012687 2025-03-14 03:01:04.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb' at 20241221090017636 2025-03-14 03:01:04.877-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot_2024.10.bb' at 20241221090017636 2025-03-14 03:01:04.880-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch' at 20240124090012262 2025-03-14 03:01:04.881-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind_9.20.3.bb' at 20241221090017636 2025-03-14 03:01:04.882-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' at 20210307205554462 2025-03-14 03:01:04.882-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png' at 20210307205554462 2025-03-14 03:01:04.882-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png' at 20210307205554462 2025-03-14 03:01:04.882-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png' at 20210307205554462 2025-03-14 03:01:04.883-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png' at 20210307205554462 2025-03-14 03:01:04.883-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman.inc' at 20241206090014310 2025-03-14 03:01:04.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils_2.5.bb' at 20241221090017636 2025-03-14 03:01:04.884-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch' at 20241221090017636 2025-03-14 03:01:04.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0003-bridge-mst-fix-a-further-musl-build-issue.patch' at 20241221090017636 2025-03-14 03:01:04.885-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2_6.11.0.bb' at 20241221090017636 2025-03-14 03:01:04.889-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb' at 20241221090017636 2025-03-14 03:01:04.889-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono_2.13.bb' at 20241221090017636 2025-03-14 03:01:04.890-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh_9.9p1.bb' at 20241221090017636 2025-03-14 03:01:04.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl_3.4.0.bb' at 20241221090017636 2025-03-14 03:01:04.892-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp_2.5.1.bb' at 20241221090017636 2025-03-14 03:01:04.893-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/socat/socat_1.8.0.1.bb' at 20241221090017636 2025-03-14 03:01:04.893-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key' at 20210307205554466 2025-03-14 03:01:04.896-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue' at 20210307205554470 2025-03-14 03:01:04.896-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue.net' at 20210307205554470 2025-03-14 03:01:04.896-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/motd' at 20210307205554470 2025-03-14 03:01:04.896-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/rotation' at 20210307205554470 2025-03-14 03:01:04.896-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files_3.0.14.bb' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch' at 20241221090017636 2025-03-14 03:01:04.897-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd_3.6.5.bb' at 20241221090017636 2025-03-14 03:01:04.899-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox.inc' at 20241206090014310 2025-03-14 03:01:04.901-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils_9.5.bb' at 20241221090017636 2025-03-14 03:01:04.902-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/tmpdir.patch' at 20210307205554474 2025-03-14 03:01:04.902-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus_1.14.10.bb' at 20241206090014310 2025-03-14 03:01:04.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch' at 20240309090012816 2025-03-14 03:01:04.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-intl-Fix-build-failure-with-make-j.patch' at 20241206090014314 2025-03-14 03:01:04.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/parallel.patch' at 20240309090012816 2025-03-14 03:01:04.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/serial-tests-config.patch' at 20240309090012816 2025-03-14 03:01:04.905-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/use-pkgconfig.patch' at 20240309090012816 2025-03-14 03:01:04.906-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb' at 20241206090014314 2025-03-14 03:01:04.906-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-sources.inc' at 20240309090012816 2025-03-14 03:01:04.907-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch' at 20241221090017640 2025-03-14 03:01:04.907-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0002.patch' at 20241221090017640 2025-03-14 03:01:04.907-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0003.patch' at 20241221090017640 2025-03-14 03:01:04.908-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0-initial_2.82.2.bb' at 20241221090017640 2025-03-14 03:01:04.908-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0_2.82.2.bb' at 20241221090017640 2025-03-14 03:01:04.908-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib.inc' at 20241221090017640 2025-03-14 03:01:04.911-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-package.inc' at 20241221090017640 2025-03-14 03:01:04.911-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb' at 20241221090017640 2025-03-14 03:01:04.911-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc.inc' at 20230520080014496 2025-03-14 03:01:04.914-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb' at 20240106090017269 2025-03-14 03:01:04.916-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/rootfs' at 20241221090017644 2025-03-14 03:01:04.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb' at 20241206090014314 2025-03-14 03:01:04.917-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/initscripts/init-system-helpers_1.67.bb' at 20241221090017644 2025-03-14 03:01:04.918-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd/0001-Remove-non-free-Agafari-fonts.patch' at 20240417080014702 2025-03-14 03:01:04.918-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd_2.6.4.bb' at 20240417080014702 2025-03-14 03:01:04.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/configure-c99.patch' at 20241221090017644 2025-03-14 03:01:04.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch' at 20220204040022624 2025-03-14 03:01:04.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb' at 20241206090014314 2025-03-14 03:01:04.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt.inc' at 20241221090017644 2025-03-14 03:01:04.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb' at 20230811080018318 2025-03-14 03:01:04.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/meta/cve-update-nvd2-native.bb' at 20241221090017644 2025-03-14 03:01:04.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-environment.bb' at 20231011080016606 2025-03-14 03:01:04.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/meta/wic-tools.bb' at 20240309090012820 2025-03-14 03:01:04.923-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared.bb' at 20241206090014314 2025-03-14 03:01:04.924-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/musl/musl_git.bb' at 20241221090017644 2025-03-14 03:01:04.925-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/newlib/newlib.inc' at 20241206090014318 2025-03-14 03:01:04.925-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/os-release/os-release.bb' at 20241221090017644 2025-03-14 03:01:04.926-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf-shell-image.bb' at 20230813080012880 2025-03-14 03:01:04.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf_git.bb' at 20241221090017644 2025-03-14 03:01:04.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb' at 20241221090017644 2025-03-14 03:01:04.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb' at 20241221090017644 2025-03-14 03:01:04.927-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb' at 20220910030013409 2025-03-14 03:01:04.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc.inc' at 20241221090017644 2025-03-14 03:01:04.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc_git.bb' at 20241221090017644 2025-03-14 03:01:04.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.png' at 20230706080014781 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0004-missing_type.h-add-comparison_fn_t.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0005-add-fallback-parse_printf_format-implementation.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0006-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0007-add-missing-FTW_-macros-for-musl.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0008-Use-uintmax_t-for-handling-rlim_t.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0010-Define-glibc-compatible-basename-for-non-glibc-syste.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0011-Do-not-disable-buffering-when-writing-to-oom_score_a.patch' at 20241221090017644 2025-03-14 03:01:04.931-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0012-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0013-avoid-redefinition-of-prctl_mm_map-structure.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0014-do-not-disable-buffer-in-writing-files.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0015-Handle-__cpu_mask-usage.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0016-Handle-missing-gshadow.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0018-pass-correct-parameters-to-getdents64.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0019-Adjust-for-musl-headers.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0020-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0021-errno-util-Make-STRERROR-portable-for-musl.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0022-sd-event-Make-malloc_trim-conditional-on-glibc.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0023-shared-Do-not-use-malloc_info-on-musl.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0024-avoid-missing-LOCK_EX-declaration.patch' at 20241221090017644 2025-03-14 03:01:04.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0025-include-signal.h-to-avoid-the-undeclared-error.patch' at 20241221090017644 2025-03-14 03:01:04.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0026-undef-stdin-for-references-using-stdin-as-a-struct-m.patch' at 20241221090017644 2025-03-14 03:01:04.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0027-adjust-header-inclusion-order-to-avoid-redeclaration.patch' at 20241221090017644 2025-03-14 03:01:04.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0028-build-path.c-avoid-boot-time-segfault-for-musl.patch' at 20241221090017644 2025-03-14 03:01:04.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot-native_256.8.bb' at 20241221090017644 2025-03-14 03:01:04.933-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot_256.8.bb' at 20241221090017644 2025-03-14 03:01:04.934-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/systemctl' at 20240302090018230 2025-03-14 03:01:04.934-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd.inc' at 20241221090017644 2025-03-14 03:01:04.934-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd_256.8.bb' at 20241221090017644 2025-03-14 03:01:04.934-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch' at 20210307205554494 2025-03-14 03:01:04.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch' at 20241221090017644 2025-03-14 03:01:04.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/install.patch' at 20241221090017644 2025-03-14 03:01:04.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/pidof-add-m-option.patch' at 20241221090017644 2025-03-14 03:01:04.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/realpath.patch' at 20241221090017644 2025-03-14 03:01:04.935-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit_3.11.bb' at 20241221090017644 2025-03-14 03:01:04.937-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/0001-Revert-autotools-make-pam-install-path-configurable.patch' at 20241221090017648 2025-03-14 03:01:04.937-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux.inc' at 20241221090017648 2025-03-14 03:01:04.937-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux_2.40.2.bb' at 20241221090017648 2025-03-14 03:01:04.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-2.43.1.inc' at 20241221090017648 2025-03-14 03:01:04.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross-canadian.inc' at 20230520080014500 2025-03-14 03:01:04.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross.inc' at 20220910030013413 2025-03-14 03:01:04.943-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-testsuite_2.43.1.bb' at 20241221090017648 2025-03-14 03:01:04.946-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch' at 20241221090017656 2025-03-14 03:01:04.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch' at 20241221090017656 2025-03-14 03:01:04.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake-native_3.31.0.bb' at 20241221090017656 2025-03-14 03:01:04.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake_3.31.0.bb' at 20241221090017656 2025-03-14 03:01:04.947-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/debugedit_5.1.bb' at 20241221090017656 2025-03-14 03:01:04.956-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb' at 20241221090017656 2025-03-14 03:01:04.957-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect_5.45.4.bb' at 20241221090017656 2025-03-14 03:01:04.958-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/file/file_5.45.bb' at 20240301090012467 2025-03-14 03:01:04.958-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/file/files/print_c.patch' at 20230919080013986 2025-03-14 03:01:04.959-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt/0001-Get-rid-of-std-copy.patch' at 20241221090017656 2025-03-14 03:01:04.959-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt_11.0.2.bb' at 20241221090017656 2025-03-14 03:01:04.960-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch' at 20241221090017660 2025-03-14 03:01:04.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-14.2.inc' at 20241221090017656 2025-03-14 03:01:04.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross-canadian.inc' at 20241221090017660 2025-03-14 03:01:04.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross.inc' at 20241221090017660 2025-03-14 03:01:04.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-crosssdk.inc' at 20230813080012892 2025-03-14 03:01:04.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-runtime.inc' at 20241221090017660 2025-03-14 03:01:04.961-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-sanitizers.inc' at 20241221090017660 2025-03-14 03:01:04.962-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-testsuite.inc' at 20241221090017660 2025-03-14 03:01:04.962-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-initial.inc' at 20210812000025342 2025-03-14 03:01:04.962-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc.inc' at 20210812000025342 2025-03-14 03:01:04.962-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgfortran.inc' at 20241221090017660 2025-03-14 03:01:04.962-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0001-Fix-Wenum-constexpr-conversion-in-enum-flags.h.patch' at 20241221090017660 2025-03-14 03:01:04.962-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch' at 20241221090017660 2025-03-14 03:01:04.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian.inc' at 20240106090017273 2025-03-14 03:01:04.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb' at 20241221090017660 2025-03-14 03:01:04.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross_15.2.bb' at 20241221090017660 2025-03-14 03:01:04.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb.inc' at 20241221090017660 2025-03-14 03:01:04.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb_15.2.bb' at 20241221090017660 2025-03-14 03:01:04.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-1.22.8.inc' at 20241221090017660 2025-03-14 03:01:04.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-binary-native_1.22.8.bb' at 20241221090017660 2025-03-14 03:01:04.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian.inc' at 20240309090012820 2025-03-14 03:01:04.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian_1.22.8.bb' at 20241221090017660 2025-03-14 03:01:04.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross_1.22.8.bb' at 20241221090017660 2025-03-14 03:01:04.965-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk.inc' at 20230520080014500 2025-03-14 03:01:04.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk_1.22.8.bb' at 20241221090017660 2025-03-14 03:01:04.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-runtime_1.22.8.bb' at 20241221090017660 2025-03-14 03:01:04.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/go/go_1.22.8.bb' at 20241221090017664 2025-03-14 03:01:04.967-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb' at 20241206090014330 2025-03-14 03:01:04.970-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf_0.73.4.bb' at 20241221090017664 2025-03-14 03:01:04.970-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit_20240808-3.1.bb' at 20241221090017664 2025-03-14 03:01:04.972-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-2.5.4.inc' at 20241221090017664 2025-03-14 03:01:04.972-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool_2.5.4.bb' at 20241221090017664 2025-03-14 03:01:04.977-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch' at 20241221090017664 2025-03-14 03:01:04.977-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson_1.6.0.bb' at 20241221090017664 2025-03-14 03:01:04.983-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-warnings-perl_0.033.bb' at 20240301090012471 2025-03-14 03:01:04.984-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb' at 20241221090017664 2025-03-14 03:01:04.986-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' at 20241206090014330 2025-03-14 03:01:04.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-six.inc' at 20240301090012471 2025-03-14 03:01:04.988-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/crosspythonpath.patch' at 20241221090017672 2025-03-14 03:01:04.988-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/python3-manifest.json' at 20241221090017672 2025-03-14 03:01:04.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-atomicwrites/run-ptest' at 20230401080011971 2025-03-14 03:01:04.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb' at 20240301090012471 2025-03-14 03:01:04.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs/run-ptest' at 20240113090014556 2025-03-14 03:01:04.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs_24.2.0.bb' at 20241221090017664 2025-03-14 03:01:04.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb' at 20241221090017668 2025-03-14 03:01:04.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-booleanpy_4.0.bb' at 20231011080016610 2025-03-14 03:01:04.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver/run-ptest' at 20230520080014500 2025-03-14 03:01:04.990-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver_2022.6.26.bb' at 20240301090012471 2025-03-14 03:01:04.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-certifi_2024.8.30.bb' at 20241221090017668 2025-03-14 03:01:04.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi_1.17.1.bb' at 20241221090017668 2025-03-14 03:01:04.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-click/run-ptest' at 20231011080016610 2025-03-14 03:01:04.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-click_8.1.7.bb' at 20240301090012471 2025-03-14 03:01:04.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch' at 20241221090017668 2025-03-14 03:01:04.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-common.inc' at 20241221090017668 2025-03-14 03:01:04.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-crates.inc' at 20241221090017668 2025-03-14 03:01:04.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-vectors.bb' at 20241221090017668 2025-03-14 03:01:04.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography.bb' at 20241221090017668 2025-03-14 03:01:04.992-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython_3.0.11.bb' at 20241221090017668 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb' at 20241221090017668 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-git_3.1.43.bb' at 20240413080012691 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb' at 20231126090012857 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb' at 20240113090014556 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb' at 20231126090012857 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatchling_1.26.3.bb' at 20241221090017668 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis_6.119.4.bb' at 20241221090017668 2025-03-14 03:01:04.993-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-idna/run-ptest' at 20241221090017668 2025-03-14 03:01:04.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-idna_3.10.bb' at 20241221090017668 2025-03-14 03:01:04.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch' at 20241221090017668 2025-03-14 03:01:04.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2/run-ptest' at 20230401080011971 2025-03-14 03:01:04.994-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-license-expression/run-ptest' at 20240106090017273 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-license-expression_30.4.0.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-mako/run-ptest' at 20241206090014330 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-mako_1.3.6.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markdown_3.7.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markupsafe/run-ptest' at 20230401080011971 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb' at 20241221090017668 2025-03-14 03:01:04.995-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch' at 20241221090017668 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin-crates.inc' at 20241221090017668 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin_1.7.4.bb' at 20241221090017668 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb' at 20241221090017668 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-more-itertools/run-ptest' at 20230401080011971 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb' at 20241221090017668 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb' at 20240301090012471 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch' at 20240124090012262 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/0001-numpy-core-Define-RISCV-32-support.patch' at 20241221090017668 2025-03-14 03:01:04.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch' at 20231011080016610 2025-03-14 03:01:04.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pefile_2024.8.26.bb' at 20241221090017668 2025-03-14 03:01:04.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pluggy/run-ptest' at 20230401080011975 2025-03-14 03:01:04.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb' at 20241221090017668 2025-03-14 03:01:04.997-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-psutil_6.1.0.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyasn1/run-ptest' at 20230401080011975 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygments_2.18.0.bb' at 20241206090014330 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygobject_3.50.0.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyparsing_3.2.0.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb' at 20240301090012471 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest-subtests_0.13.1.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest_8.3.3.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytz/run-ptest' at 20230401080011975 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytz_2024.2.bb' at 20241221090017668 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml/run-ptest' at 20240301090012471 2025-03-14 03:01:04.998-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb' at 20240301090012471 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py/run-ptest' at 20241206090014330 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py-crates.inc' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py_0.21.0.bb' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.6.bb' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-scons_4.8.1.bb' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb' at 20240301090012471 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-rust_1.10.2.bb' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb' at 20241221090017668 2025-03-14 03:01:04.999-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-six_1.16.0.bb' at 20210608000015839 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb' at 20230114040015542 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.2.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_2.0.0.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.1.0.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_2.0.0.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_2.0.0.bb' at 20241221090017668 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-trove-classifiers/run-ptest' at 20230520080014500 2025-03-14 03:01:05.000-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-trove-classifiers_2024.10.21.16.bb' at 20241221090017668 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb' at 20241206090014330 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-uritools/run-ptest' at 20241221090017668 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-uritools_4.0.3.bb' at 20241221090017668 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wcwidth/run-ptest' at 20230401080011975 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb' at 20240309090012820 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-webcolors/run-ptest' at 20230401080011975 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb' at 20241221090017668 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-xmltodict/run-ptest' at 20231011080016610 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb' at 20241221090017668 2025-03-14 03:01:05.001-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3_3.13.0.bb' at 20241221090017672 2025-03-14 03:01:05.002-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0001-util-util-cpuinfo-riscv.c-fix-riscv64-build-on-musl-.patch' at 20241221090017672 2025-03-14 03:01:05.002-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch' at 20241221090017672 2025-03-14 03:01:05.002-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin' at 20210307205554550 2025-03-14 03:01:05.003-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-native_9.1.1.bb' at 20241221090017672 2025-03-14 03:01:05.003-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-system-native_9.1.1.bb' at 20241221090017672 2025-03-14 03:01:05.003-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu.inc' at 20241221090017672 2025-03-14 03:01:05.003-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu_9.1.1.bb' at 20241221090017672 2025-03-14 03:01:05.004-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/repo/repo_2.49.3.bb' at 20241221090017672 2025-03-14 03:01:05.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/rpm_4.20.0.bb' at 20241221090017672 2025-03-14 03:01:05.005-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch' at 20240413080012695 2025-03-14 03:01:05.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/determism.patch' at 20210316000012729 2025-03-14 03:01:05.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch' at 20240413080012695 2025-03-14 03:01:05.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/rsync_3.3.0.bb' at 20241206090014334 2025-03-14 03:01:05.006-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch' at 20241221090017672 2025-03-14 03:01:05.007-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby_3.3.6.bb' at 20241221090017672 2025-03-14 03:01:05.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo_1.80.1.bb' at 20241221090017672 2025-03-14 03:01:05.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch' at 20241221090017672 2025-03-14 03:01:05.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/hardcodepaths.patch' at 20241221090017672 2025-03-14 03:01:05.008-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/repro-issue-fix-with-cc-crate-hashmap.patch' at 20241221090017672 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/zlib-off64_t.patch' at 20241221090017672 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/libstd-rs_1.80.1.bb' at 20241221090017672 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian.inc' at 20241221090017672 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian_1.80.1.bb' at 20241221090017676 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm_1.80.1.bb' at 20241221090017676 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-snapshot.inc' at 20241221090017676 2025-03-14 03:01:05.009-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust_1.80.1.bb' at 20241221090017676 2025-03-14 03:01:05.011-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion_1.14.4.bb' at 20241221090017676 2025-03-14 03:01:05.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch' at 20241221090017676 2025-03-14 03:01:05.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch' at 20241221090017676 2025-03-14 03:01:05.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch' at 20241221090017676 2025-03-14 03:01:05.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0005-tcl-fix-race-in-interp.test.patch' at 20241221090017676 2025-03-14 03:01:05.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/run-ptest' at 20241221090017676 2025-03-14 03:01:05.014-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl_9.0.0.bb' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/interp.patch' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/run-ptest' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch' at 20241221090017676 2025-03-14 03:01:05.015-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb' at 20241221090017676 2025-03-14 03:01:05.018-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb' at 20241221090017676 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/use_aclocal.patch' at 20241221090017676 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash.inc' at 20241206090014334 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash_5.2.37.bb' at 20241221090017676 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/0001-dc-fix-exit-code-of-q-command.patch' at 20210307205554558 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/no-gen-libmath.patch' at 20210307205554558 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc_1.07.1.bb' at 20241206090014334 2025-03-14 03:01:05.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch' at 20210307205554558 2025-03-14 03:01:05.022-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch' at 20210307205554558 2025-03-14 03:01:05.022-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch' at 20210307205554558 2025-03-14 03:01:05.022-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool/0004-fix-ftbfs-glibc-2.28.patch' at 20210307205554558 2025-03-14 03:01:05.022-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/blktool/blktool_4-7.1.bb' at 20220402030016191 2025-03-14 03:01:05.023-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/cracklib/cracklib_2.10.2.bb' at 20241221090017676 2025-03-14 03:01:05.028-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk_5.3.1.bb' at 20241221090017676 2025-03-14 03:01:05.029-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/go-examples/go-helloworld_0.1.bb' at 20241221090017676 2025-03-14 03:01:05.032-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip.inc' at 20240413080012695 2025-03-14 03:01:05.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.rules' at 20210307205554562 2025-03-14 03:01:05.034-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.rules' at 20210307205554562 2025-03-14 03:01:05.039-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/logrotate/logrotate_3.22.0.bb' at 20241206090014334 2025-03-14 03:01:05.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/man-db/man-db_2.13.0.bb' at 20241221090017676 2025-03-14 03:01:05.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/man-pages/man-pages_6.9.1.bb' at 20241221090017676 2025-03-14 03:01:05.046-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam_1.7.0.bb' at 20241221090017676 2025-03-14 03:01:05.047-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/pidfd.patch' at 20241206090014338 2025-03-14 03:01:05.050-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch' at 20240413080012699 2025-03-14 03:01:05.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch' at 20240413080012699 2025-03-14 03:01:05.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow.inc' at 20241221090017680 2025-03-14 03:01:05.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow_4.16.0.bb' at 20241221090017680 2025-03-14 03:01:05.052-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb' at 20241221090017680 2025-03-14 03:01:05.056-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch' at 20241221090017680 2025-03-14 03:01:05.057-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo_7.1.1.bb' at 20241221090017680 2025-03-14 03:01:05.058-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/timezone/timezone.inc' at 20241221090017680 2025-03-14 03:01:05.058-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/timezone/tzcode-native.bb' at 20230401080011975 2025-03-14 03:01:05.067-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk4_4.16.7.bb' at 20241221090017680 2025-03-14 03:01:05.068-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb' at 20241221090017680 2025-03-14 03:01:05.068-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb' at 20241221090017680 2025-03-14 03:01:05.070-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-gnome/libportal/libportal_0.8.1.bb' at 20241221090017680 2025-03-14 03:01:05.077-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb' at 20241221090017684 2025-03-14 03:01:05.080-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa.inc' at 20241221090017684 2025-03-14 03:01:05.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/pango/pango_1.55.0.bb' at 20241221090017684 2025-03-14 03:01:05.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch' at 20241221090017684 2025-03-14 03:01:05.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch' at 20241221090017684 2025-03-14 03:01:05.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch' at 20241221090017684 2025-03-14 03:01:05.082-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch' at 20241221090017684 2025-03-14 03:01:05.082-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch' at 20241221090017684 2025-03-14 03:01:05.086-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb' at 20241221090017684 2025-03-14 03:01:05.086-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.png' at 20210307205554586 2025-03-14 03:01:05.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.env' at 20210307205554586 2025-03-14 03:01:05.087-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston_14.0.1.bb' at 20241221090017684 2025-03-14 03:01:05.090-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb' at 20241221090017684 2025-03-14 03:01:05.091-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb' at 20220823030015991 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb' at 20231011080016614 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz' at 20210307205554590 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.093-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz' at 20210307205554594 2025-03-14 03:01:05.094-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb' at 20230114040015546 2025-03-14 03:01:05.095-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb' at 20230114040015546 2025-03-14 03:01:05.096-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb' at 20230114040015550 2025-03-14 03:01:05.096-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb' at 20220910030013433 2025-03-14 03:01:05.096-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb' at 20241221090017684 2025-03-14 03:01:05.096-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb' at 20240413080012699 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb' at 20230114040015550 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxshmfence/0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch' at 20210528000029747 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb' at 20230114040015550 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch' at 20210307205554594 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb' at 20230520080014504 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb' at 20230114040015550 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb' at 20230114040015550 2025-03-14 03:01:05.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb' at 20241206090014342 2025-03-14 03:01:05.099-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb' at 20240413080012699 2025-03-14 03:01:05.102-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.14.bb' at 20241221090017684 2025-03-14 03:01:05.103-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb' at 20241221090017688 2025-03-14 03:01:05.103-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb' at 20241221090017688 2025-03-14 03:01:05.104-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb' at 20241221090017688 2025-03-14 03:01:05.107-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/kernel-devsrc.bb' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-dev.bb' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto.inc' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto_6.12.bb' at 20241221090017688 2025-03-14 03:01:05.108-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/linux-firmware_20241210.bb' at 20241221090017688 2025-03-14 03:01:05.110-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-uprobes-make-uprobe_register-return-struct-uprob.patch' at 20241221090017688 2025-03-14 03:01:05.110-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-fix-writeback-Refine-the-show_inode_state-macro-defi.patch' at 20241221090017688 2025-03-14 03:01:05.110-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb' at 20241221090017688 2025-03-14 03:01:05.111-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb' at 20241206090014342 2025-03-14 03:01:05.113-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf.bb' at 20241221090017688 2025-03-14 03:01:05.118-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb' at 20230317080013829 2025-03-14 03:01:05.121-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb' at 20231011080016618 2025-03-14 03:01:05.122-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb' at 20241221090017692 2025-03-14 03:01:05.123-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio.inc' at 20241221090017692 2025-03-14 03:01:05.124-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-multimedia/webp/libwebp_1.4.0.bb' at 20241206090014346 2025-03-14 03:01:05.126-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests.inc' at 20241221090017692 2025-03-14 03:01:05.126-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests_git.bb' at 20241206090014346 2025-03-14 03:01:05.126-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/l3afpad/l3afpad_git.bb' at 20230919080013994 2025-03-14 03:01:05.132-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' at 20210307205554610 2025-03-14 03:01:05.132-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png' at 20210307205554610 2025-03-14 03:01:05.132-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png' at 20210307205554610 2025-03-14 03:01:05.132-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png' at 20210307205554610 2025-03-14 03:01:05.133-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/puzzles/puzzles_git.bb' at 20241221090017692 2025-03-14 03:01:05.133-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png' at 20210307205554610 2025-03-14 03:01:05.136-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk_2.46.4.bb' at 20241221090017692 2025-03-14 03:01:05.136-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch' at 20241221090017692 2025-03-14 03:01:05.137-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch' at 20241221090017692 2025-03-14 03:01:05.137-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream_1.0.3.bb' at 20241221090017692 2025-03-14 03:01:05.139-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/apr/apr_1.7.5.bb' at 20241221090017692 2025-03-14 03:01:05.141-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/bash-completion/bash-completion_2.15.0.bb' at 20241221090017692 2025-03-14 03:01:05.142-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/boost/boost-1.86.0.inc' at 20241213090035014 2025-03-14 03:01:05.143-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch' at 20241221090017692 2025-03-14 03:01:05.144-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch' at 20241221090017692 2025-03-14 03:01:05.144-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch' at 20210307205554614 2025-03-14 03:01:05.144-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch' at 20210307205554614 2025-03-14 03:01:05.144-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch' at 20210307205554614 2025-03-14 03:01:05.144-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates_20240203.bb' at 20241221090017692 2025-03-14 03:01:05.145-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/disable-tests' at 20241206090014346 2025-03-14 03:01:05.147-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/debianutils/debianutils_5.20.bb' at 20241221090017692 2025-03-14 03:01:05.148-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/diffoscope/diffoscope_283.bb' at 20241221090017692 2025-03-14 03:01:05.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch' at 20241221090017696 2025-03-14 03:01:05.151-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg_2.5.2.bb' at 20241221090017696 2025-03-14 03:01:05.152-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls_3.8.8.bb' at 20241221090017696 2025-03-14 03:01:05.152-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch' at 20230609080014415 2025-03-14 03:01:05.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch' at 20241221090017696 2025-03-14 03:01:05.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch' at 20241221090017696 2025-03-14 03:01:05.153-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch' at 20230114040015550 2025-03-14 03:01:05.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch' at 20240106090017285 2025-03-14 03:01:05.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch' at 20230609080014415 2025-03-14 03:01:05.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch' at 20240106090017285 2025-03-14 03:01:05.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch' at 20240106090017285 2025-03-14 03:01:05.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme_1.24.0.bb' at 20241221090017696 2025-03-14 03:01:05.154-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/hwdata/hwdata_0.390.bb' at 20241221090017696 2025-03-14 03:01:05.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libbsd/libbsd_0.12.2.bb' at 20240413080012703 2025-03-14 03:01:05.157-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch' at 20241206090014350 2025-03-14 03:01:05.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch' at 20241206090014350 2025-03-14 03:01:05.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch' at 20241206090014350 2025-03-14 03:01:05.158-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libcap/libcap_2.71.bb' at 20241221090017696 2025-03-14 03:01:05.164-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libgit2/libgit2_1.8.4.bb' at 20241221090017696 2025-03-14 03:01:05.166-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libical/libical_3.0.18.bb' at 20241206090014350 2025-03-14 03:01:05.166-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb' at 20241221090017696 2025-03-14 03:01:05.173-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/liburcu/liburcu_0.14.1.bb' at 20241221090017696 2025-03-14 03:01:05.176-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch' at 20241221090017696 2025-03-14 03:01:05.177-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch' at 20241221090017696 2025-03-14 03:01:05.177-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle_3.10.bb' at 20241221090017696 2025-03-14 03:01:05.181-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/re2c/re2c_4.0.1.bb' at 20241221090017700 2025-03-14 03:01:05.185-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/vte/vte_0.78.2.bb' at 20241221090017700 2025-03-14 03:01:05.185-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/xxhash/xxhash_0.8.2.bb' at 20230919080013994 2025-03-14 03:01:05.193-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/conf/fragments/test-fragment.conf' at 20241221090017604 2025-03-14 03:01:05.198-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb' at 20240301090012447 2025-03-14 03:01:05.199-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb' at 20241221090017604 2025-03-14 03:01:05.200-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-only.bb' at 20241221090017604 2025-03-14 03:01:05.207-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb' at 20220402030016127 2025-03-14 03:01:05.210-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/poison.bb' at 20221003030013329 2025-03-14 03:01:05.211-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' at 20210307205554390 2025-03-14 03:01:05.211-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile' at 20210307205554390 2025-03-14 03:01:05.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/acreategroup.bb' at 20241206090014298 2025-03-14 03:01:05.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/bcreategroup.bb' at 20241206090014298 2025-03-14 03:01:05.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/ccreategroup.bb' at 20241206090014298 2025-03-14 03:01:05.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/dcreategroup.bb' at 20241206090014298 2025-03-14 03:01:05.216-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/conf/multilib-example.conf' at 20210812000025294 2025-03-14 03:01:05.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1' at 20210307205554390 2025-03-14 03:01:05.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2' at 20210307205554390 2025-03-14 03:01:05.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3' at 20210307205554390 2025-03-14 03:01:05.220-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4' at 20210307205554390 2025-03-14 03:01:05.221-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf' at 20240127090011888 2025-03-14 03:01:05.221-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/genericx86-common.inc' at 20240127090011888 2025-03-14 03:01:05.226-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend' at 20241221090017604 2025-03-14 03:01:05.229-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/scripts/devtool' at 20240301090012483 2025-03-14 03:01:05.231-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/scripts/lib/devtool/build_sdk.py' at 20231011080016622 2025-03-14 03:01:05.232-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/scripts/lib/devtool/ide_sdk.py' at 20241221090017700 2025-03-14 03:01:05.232-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/scripts/lib/devtool/standard.py' at 20241221090017700 2025-03-14 03:01:05.232-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/scripts/lib/devtool/upgrade.py' at 20241221090017700 2025-03-14 03:01:05.238-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/scripts/oe-setup-build' at 20241221090017704 2025-03-14 03:01:05.242-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/.shellcheck' at 20210308004942720 2025-03-14 03:01:05.243-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/build-setup.sh' at 20241212090014511 2025-03-14 03:01:05.243-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/config/gitlint/block_comment.py' at 20221208040016922 2025-03-14 03:01:05.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/jenkins/userid-validation' at 20241120090013168 2025-03-14 03:01:05.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/run-unit-test-docker.sh' at 20230411080015645 2025-03-14 03:01:05.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/scripts/build-qemu-robot-docker.sh' at 20241017080019198 2025-03-14 03:01:05.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/scripts/build-unit-test-docker' at 20241219090013484 2025-03-14 03:01:05.245-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/scripts/format-code.sh' at 20240927080014563 2025-03-14 03:01:05.245-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/scripts/unit-test.py' at 20241016080017614 2025-03-14 03:01:05.245-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/scripts/unit-test.py' at 20250301090015582 2025-03-14 03:01:05.246-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/README.md' at 20231212090013238 2025-03-14 03:01:05.248-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/data/Romulus.py' at 20221209040018559 2025-03-14 03:01:05.248-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/data/Witherspoon.py' at 20221209040018559 2025-03-14 03:01:05.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/data/platform_variables.py' at 20241029080012595 2025-03-14 03:01:05.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/data/pldm_variables.py' at 20221209040018563 2025-03-14 03:01:05.250-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/docs/boot_test.md' at 20221209040018563 2025-03-14 03:01:05.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/docs/code_update.md' at 20221209040018563 2025-03-14 03:01:05.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/docs/gui_setup_reference.md' at 20230519080015560 2025-03-14 03:01:05.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/docs/openbmc_test_tools.md' at 20221209040018563 2025-03-14 03:01:05.251-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/extended/factory_reset.robot' at 20240628080017113 2025-03-14 03:01:05.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/extended/obmc_boot_test.robot' at 20220201040016317 2025-03-14 03:01:05.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/extended/test_bmc_stress_buster.robot' at 20230512080020573 2025-03-14 03:01:05.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/ffdc/README.md' at 20210727000024370 2025-03-14 03:01:05.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/ffdc/ffdc_collector.py' at 20230628080015931 2025-03-14 03:01:05.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/ffdc/ffdc_config.yaml' at 20241205090013980 2025-03-14 03:01:05.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/ffdc/setup.py' at 20221209040018567 2025-03-14 03:01:05.253-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/ffdc/templates/env_vars_template.yaml' at 20210731000025305 2025-03-14 03:01:05.254-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_gui_header.robot' at 20240628080017113 2025-03-14 03:01:05.256-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' 2025-03-14 03:01:05.257-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' 2025-03-14 03:01:05.265-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot) done (took 7 ms) 2025-03-14 03:01:05.265-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_multiple_interfaces.robot' at 20240628080017113 2025-03-14 03:01:05.266-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' 2025-03-14 03:01:05.267-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' 2025-03-14 03:01:05.270-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot) done (took 2 ms) 2025-03-14 03:01:05.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sensor.robot' at 20240628080017117 2025-03-14 03:01:05.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/bmc_date_and_time_utils.robot' at 20240906080013652 2025-03-14 03:01:05.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/bmc_date_and_time_utils.robot' at 20250311080016294 2025-03-14 03:01:05.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/bmc_ldap_utils.robot' at 20240627080021044 2025-03-14 03:01:05.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/bmc_redfish.py' at 20230512080020573 2025-03-14 03:01:05.276-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py' at 20240910080016934 2025-03-14 03:01:05.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/certificate_utils.robot' at 20240627080021048 2025-03-14 03:01:05.277-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/code_update_utils.robot' at 20240627080021048 2025-03-14 03:01:05.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/external_intf/management_console_utils.py' at 20221209040018567 2025-03-14 03:01:05.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/external_intf/vmi_utils.robot' at 20240627080021048 2025-03-14 03:01:05.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/gen_print.py' at 20221216040017706 2025-03-14 03:01:05.279-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/logging_utils.robot' at 20240627080021048 2025-03-14 03:01:05.279-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py' at 20241205090013980 2025-03-14 03:01:05.280-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/pldm_utils.py' at 20231214090025341 2025-03-14 03:01:05.281-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/redfish_plus.py' at 20230512080020573 2025-03-14 03:01:05.281-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/resource.robot' at 20240627080021048 2025-03-14 03:01:05.282-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/utils.robot' at 20240910080016938 2025-03-14 03:01:05.283-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/lib/vpd_utils.py' at 20221209040018571 2025-03-14 03:01:05.283-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/network/test_bmc_dhcp_conf.robot' at 20240628080017117 2025-03-14 03:01:05.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_discovery.robot' at 20240627080021048 2025-03-14 03:01:05.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' at 20241213090036206 2025-03-14 03:01:05.285-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' at 20250307090013149 2025-03-14 03:01:05.285-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' 2025-03-14 03:01:05.286-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' 2025-03-14 03:01:05.289-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot) done (took 2 ms) 2025-03-14 03:01:05.290-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/openpower/pel/test_bmc_pel.robot' at 20240628080017117 2025-03-14 03:01:05.292-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/pldm/test_pldm_base.robot' at 20240628080017117 2025-03-14 03:01:05.292-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/pldm/test_pldm_oem.robot' at 20240628080017117 2025-03-14 03:01:05.293-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot' at 20240628080017117 2025-03-14 03:01:05.293-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' 2025-03-14 03:01:05.294-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' 2025-03-14 03:01:05.298-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot) done (took 3 ms) 2025-03-14 03:01:05.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_ipv6.robot' at 20241022080014916 2025-03-14 03:01:05.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_mac.robot' at 20240628080017121 2025-03-14 03:01:05.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_protocol.robot' at 20240911080043995 2025-03-14 03:01:05.300-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot' at 20240628080017121 2025-03-14 03:01:05.301-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot' at 20240813080024402 2025-03-14 03:01:05.301-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces.robot' at 20241010080016076 2025-03-14 03:01:05.301-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces_dhcp.robot' at 20240628080017121 2025-03-14 03:01:05.301-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces_dhcp.robot' at 20250301090016242 2025-03-14 03:01:05.302-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot' at 20240628080017121 2025-03-14 03:01:05.302-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot' at 20250125090015529 2025-03-14 03:01:05.303-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/telemetry_service/test_telemetry_report.robot' at 20240628080017121 2025-03-14 03:01:05.304-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_image_upload.robot' at 20240628080017121 2025-03-14 03:01:05.304-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/requirements.txt' at 20240910080016938 2025-03-14 03:01:05.304-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' 2025-03-14 03:01:05.304-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' 2025-03-14 03:01:05.309-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-fan-presence/monitor/meson.build) done (took 3 ms) 2025-03-14 03:01:05.310-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/templates/test_openbmc_setup.robot' at 20240606080014320 2025-03-14 03:01:05.311-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/tools/cleanup_bmc.robot' at 20221213040017973 2025-03-14 03:01:05.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/tools/factory_reset_bmc.robot' at 20221213040017973 2025-03-14 03:01:05.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/tools/github_issues_to_csv' at 20221213040017973 2025-03-14 03:01:05.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/tools/myffdc.robot' at 20220222040011699 2025-03-14 03:01:05.312-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-test-automation/tools/update_mac.robot' at 20221213040017977 2025-03-14 03:01:05.315-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-tools/dbus-vis/scrnshot.png' at 20211029100036568 2025-03-14 03:01:05.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/.clang-format' at 20240904080029666 2025-03-14 03:01:05.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/.shellcheck-ignore' at 20241025080018741 2025-03-14 03:01:05.326-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/dump/dist/meson.build' at 20240625080015044 2025-03-14 03:01:05.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/dump/meson.build' at 20240625080015044 2025-03-14 03:01:05.327-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/dump/tools/bmcdump/meson.build' at 20240613080020632 2025-03-14 03:01:05.328-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/meson.build' at 20241025080018741 2025-03-14 03:01:05.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/meson.build' at 20240528080015697 2025-03-14 03:01:05.329-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/meson.options' at 20240416080014366 2025-03-14 03:01:05.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-debug-collector/watchdog/meson.build' at 20221011100015132 2025-03-14 03:01:05.330-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-host-ipmi-flash/.clang-format' at 20240820080017649 2025-03-14 03:01:05.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-host-ipmi-flash/meson.build' at 20240904080030006 2025-03-14 03:01:05.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-host-ipmi-flash/meson.options' at 20230817080022728 2025-03-14 03:01:05.331-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-host-ipmi-oem/.clang-format' at 20241219090015764 2025-03-14 03:01:05.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/.clang-format' at 20240830080017487 2025-03-14 03:01:05.333-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/meson.build' at 20240628080018949 2025-03-14 03:01:05.334-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-odyssey-10.json' at 20240112090016252 2025-03-14 03:01:05.335-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-10.json' at 20241115090022077 2025-03-14 03:01:05.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-20.json' at 20241115090022081 2025-03-14 03:01:05.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/ras-data/meson.build' at 20230329080017824 2025-03-14 03:01:05.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.cpp' at 20240830080017491 2025-03-14 03:01:05.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.hpp' at 20230309090021311 2025-03-14 03:01:05.343-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/attn/attn_logging.cpp' at 20240830080017491 2025-03-14 03:01:05.344-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/attn/meson.build' at 20240628080018949 2025-03-14 03:01:05.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/meson.build' at 20240628080018949 2025-03-14 03:01:05.345-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/meson.options' at 20240614080016246 2025-03-14 03:01:05.346-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/test/meson.build' at 20240405080017026 2025-03-14 03:01:05.347-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/data/meson.build' at 20231107090019125 2025-03-14 03:01:05.347-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/dbus.cpp' at 20241025080019713 2025-03-14 03:01:05.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/dbus.hpp' at 20241025080019713 2025-03-14 03:01:05.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/meson.build' at 20240628080018949 2025-03-14 03:01:05.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/pdbg.cpp' at 20240830080017495 2025-03-14 03:01:05.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/pldm.cpp' at 20241025080019713 2025-03-14 03:01:05.348-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-hw-diags/util/pldm.hpp' at 20221217040018781 2025-03-14 03:01:05.349-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/.clang-format' at 20240827080014466 2025-03-14 03:01:05.349-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/app.cpp' at 20241106090023550 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/meson.build' at 20240828080014647 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/meson.options' at 20240827080014466 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_dbus.cpp' at 20241106090023554 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_dbus.hpp' at 20241105090017355 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_errors.hpp' at 20241018080020198 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_ffdc.cpp' at 20241106090023554 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_ffdc.hpp' at 20240827080014470 2025-03-14 03:01:05.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_manager.cpp' at 20241106090023554 2025-03-14 03:01:05.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_manager.cpp' at 20250226090022869 2025-03-14 03:01:05.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/occ_status.cpp' at 20241106090023554 2025-03-14 03:01:05.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/pldm.cpp' at 20241106090023554 2025-03-14 03:01:05.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/pldm.hpp' at 20241018080020202 2025-03-14 03:01:05.351-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/powermode.cpp' at 20241106090023554 2025-03-14 03:01:05.353-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/test/error_files_tests.cpp' at 20240229090015607 2025-03-14 03:01:05.353-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-occ-control/test/meson.build' at 20231130090019490 2025-03-14 03:01:05.353-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/.clang-format' at 20241220090023923 2025-03-14 03:01:05.353-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/.shellcheck' at 20210511000025977 2025-03-14 03:01:05.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/activation.hpp' at 20220727030018057 2025-03-14 03:01:05.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/functions.cpp' at 20241024080016190 2025-03-14 03:01:05.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/image_verify.cpp' at 20240820080019546 2025-03-14 03:01:05.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/item_updater.hpp' at 20240820080019550 2025-03-14 03:01:05.354-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/meson.build' at 20240423080018523 2025-03-14 03:01:05.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/meson.options' at 20231202090017120 2025-03-14 03:01:05.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/mmc/item_updater_mmc.hpp' at 20240820080019550 2025-03-14 03:01:05.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/static/item_updater_static.hpp' at 20240820080019550 2025-03-14 03:01:05.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/ubi/activation_ubi.hpp' at 20220727030018061 2025-03-14 03:01:05.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/version.cpp' at 20240820080019550 2025-03-14 03:01:05.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/version.hpp' at 20240820080019550 2025-03-14 03:01:05.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-util' at 20230511080022135 2025-03-14 03:01:05.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-proc-control/.shellcheck' at 20210416000041935 2025-03-14 03:01:05.358-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-proc-control/ext_interface.cpp' at 20240820080019934 2025-03-14 03:01:05.359-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-proc-control/meson.build' at 20240815080028259 2025-03-14 03:01:05.359-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-proc-control/meson.options' at 20240615080016937 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/.clang-format' at 20240826080018275 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/app.cpp' at 20230329080020352 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/args.cpp' at 20210308005056661 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/args.hpp' at 20210308005056661 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/common_utility.cpp' at 20240826080018275 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/common_utility.hpp' at 20230516080022990 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/50001000.json' at 20241213090040126 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/50001000_v2.json' at 20241213090040126 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/50001001.json' at 20241213090040130 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/50001001_v2.json' at 20241213090040130 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/50001002.json' at 20241213090040130 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/50003000.json' at 20241213090040130 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/systems.json' at 20240826080018275 2025-03-14 03:01:05.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/config/ibm/vpd_inventory.json' at 20241213090040130 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/const.hpp' at 20240826080018275 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/defines.hpp' at 20210308005056661 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/examples/inventory.json' at 20240618080023325 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/examples/sample_vpd_inventory_for_recollcetion.json' at 20221213040022341 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/extra-properties-example.yaml' at 20221213040022341 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/extra-properties.mako.hpp' at 20210308005056661 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/extra-properties.py' at 20221213040022341 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/ibm_vpd_app.cpp' at 20241016080022034 2025-03-14 03:01:05.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/ibm_vpd_utils.cpp' at 20240920080016675 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/ibm_vpd_utils.hpp' at 20240920080016675 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/impl.cpp' at 20240826080018279 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/impl.hpp' at 20240826080018279 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/meson.build' at 20240213090017071 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/meson.options' at 20240618080023325 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/rules/70-ibm-vpd-parser.rules' at 20240206090022864 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/scripts/wait-vpd-parsers.sh' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/service_files/com.ibm.VPD.Manager.service' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/service_files/ibm-isdimm-vpd-parser@.service' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/service_files/ibm-spi-vpd-parser@.service' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/service_files/ibm-vpd-parser@.service' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/service_files/system-vpd.service' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service' at 20240104090016070 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/store.hpp' at 20230516080022990 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/CLI11.wrap' at 20230913080018591 2025-03-14 03:01:05.370-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/googletest.wrap' at 20210817000025328 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/libgpiod.wrap' at 20230913080018591 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/nlohmann_json.wrap' at 20240104090016070 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/phosphor-dbus-interfaces.wrap' at 20210817000025328 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/phosphor-logging.wrap' at 20210817000025328 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/subprojects/sdbusplus.wrap' at 20230913080018591 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/bono.vpd' at 20210308005056661 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/ipz_parser/parser.cpp' at 20230516080022994 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/keyword_vpd_parser_test/kw_vpd_test.cpp' at 20240826080018279 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/parser/parser.cpp' at 20230516080022994 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/parser/test.vpd' at 20210308005056661 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/store/store.cpp' at 20210308005056661 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/editor_test.cpp' at 20230516080022994 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/invalidHeaderFile.dat' at 20210308005056661 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/reader_test.cpp' at 20240826080018279 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/reader_test.hpp' at 20221018030021973 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpdFile.dat' at 20210308005056661 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpd_editor_test.json' at 20221213040022341 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd-manager-test/vpd_reader_test.json' at 20221213040022341 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd.dat' at 20210308005056661 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr4_ddimm.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_235.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2_3.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_4.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_17.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_61.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_74.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_78_79.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_min_record.dat' at 20250122090018961 2025-03-14 03:01:05.371-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_truncated.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_0.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_177.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_178.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_19.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_20.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_large_size.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_small_size.dat' at 20250122090018961 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/types.hpp' at 20240104090016070 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/utilInterface.hpp' at 20230516080022994 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/bios_handler.cpp' at 20240925080023198 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/bios_handler.hpp' at 20240826080018279 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/editor_impl.cpp' at 20240826080018279 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/gpioMonitor.cpp' at 20240826080018283 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/gpioMonitor.hpp' at 20240826080018283 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' at 20250224090019032 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' at 20250225090018444 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' at 20250304090021493 2025-03-14 03:01:05.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/event_logger.hpp' at 20250305090017587 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/json_utility.hpp' at 20250225090018444 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/json_utility.hpp' at 20250306090027076 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' at 20250224090019036 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' at 20250227090018424 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/manager.cpp' at 20241104090017127 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/manager_main.cpp' at 20221214040023272 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/meson.build' at 20230913080018595 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/meson.build' at 20250227090018424 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/meson.options' at 20240104090016070 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/reader_impl.cpp' at 20240826080018283 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/reader_impl.hpp' at 20230516080022994 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/src/backup_restore.cpp' at 20250220090022570 2025-03-14 03:01:05.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/src/bios_handler.cpp' at 20250223090026585 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/src/manager.cpp' at 20250227090018424 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' at 20250223090026585 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' at 20250305090017591 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/ipz_parser.cpp' at 20230516080022994 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/ipz_parser.hpp' at 20240826080018283 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/isdimm_vpd_parser.cpp' at 20240608080017393 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/isdimm_vpd_parser.hpp' at 20240608080017393 2025-03-14 03:01:05.374-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/keyword_vpd_parser.cpp' at 20240618080023329 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/keyword_vpd_parser.hpp' at 20240618080023329 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/memory_vpd_parser.cpp' at 20240826080018283 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/memory_vpd_parser.hpp' at 20230817080025980 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/parser_factory.cpp' at 20230329080020352 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/parser_factory.hpp' at 20240618080023329 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd-parser/parser_interface.hpp' at 20240618080023329 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd_exceptions.hpp' at 20240618080023329 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd_tool.cpp' at 20240920080016675 2025-03-14 03:01:05.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpd_tool_impl.cpp' at 20240826080018283 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/vpdecc/vpdecc.h' at 20240618080023329 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/write.cpp' at 20210308005056665 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/write.hpp' at 20230516080022994 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/writefru.mako.hpp' at 20210419100058716 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/writefru.py' at 20221207040021771 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/writefru.yaml' at 20210308005056665 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/OWNERS' at 20230808080025825 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/ipmi_pass_32' at 20230112040025886 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/ipmi_pass_64' at 20230112040025886 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/meson.build' at 20230804080023531 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/src/pam_ipmicheck/meson.build' at 20230804080023531 2025-03-14 03:01:05.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/src/pam_ipmisave/meson.build' at 20230804080023531 2025-03-14 03:01:05.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/.clang-format' at 20241219090018792 2025-03-14 03:01:05.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/.shellcheck' at 20220402030022195 2025-03-14 03:01:05.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/activation.cpp' at 20240828080021463 2025-03-14 03:01:05.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/activation.hpp' at 20240828080021463 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/detect-slot-aspeed' at 20220318100029348 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/download_manager.cpp' at 20240118090018594 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/download_manager.hpp' at 20240820080021218 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/download_manager_main.cpp' at 20220726030031058 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/flash.hpp' at 20240710080021941 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/force-reboot.service.in' at 20210308005100301 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/gen-bios-tar' at 20240731080019218 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/image_manager.cpp' at 20240820080021218 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/image_manager.hpp' at 20240820080021218 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/image_manager_main.cpp' at 20220726030031058 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/image_verify.cpp' at 20240820080021218 2025-03-14 03:01:05.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/image_verify.hpp' at 20240712080028497 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/images.cpp' at 20210308005100301 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/images.hpp' at 20210308005100301 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/item_updater.cpp' at 20240917080016859 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/item_updater_helper.hpp' at 20240712080028497 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/item_updater_main.cpp' at 20241030080017187 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/meson.build' at 20241121090017175 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/flash.cpp' at 20230829080024455 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/item_updater_helper.cpp' at 20230106040025283 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-mount.service.in' at 20241207090017671 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-remove@.service.in' at 20210308005100301 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-setprimary@.service.in' at 20220212040021782 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc-umount.service.in' at 20241207090017671 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/mmc/obmc-flash-mmc@.service.in' at 20220212040021782 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/msl_verify.cpp' at 20240711080019223 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/msl_verify.hpp' at 20240423080020255 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/obmc-flash-bmc' at 20241213090040866 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/obmc-flash-bmc-setenv@.service.in' at 20210308005100301 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/obmc-flash-host-bios@.service.in' at 20210308005100301 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/openssl_alloc.cpp' at 20210308005100305 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/openssl_alloc.hpp' at 20240618080024077 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/reboot-guard-disable.service.in' at 20220915030030551 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/reboot-guard-enable.service.in' at 20220915030030551 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/reset-cs0-aspeed' at 20220318100029348 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/serialize.cpp' at 20240710080021941 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/serialize.hpp' at 20230829080024455 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/side-switch/meson.build' at 20230414080022085 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/side-switch/phosphor-bmc-side-switch.service' at 20241207090017671 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/side-switch/side_switch.cpp' at 20240820080021222 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/side-switch/side_switch.hpp' at 20220726030031058 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/software.conf' at 20210308005100305 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/software_manager.cpp' at 20241030080017187 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/software_utils.cpp' at 20240828080021463 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/software_utils.hpp' at 20240828080021463 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/static/flash.cpp' at 20230829080024455 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/static/item_updater_helper.cpp' at 20220212040021786 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/static/obmc-flash-bmc-alt@.service.in' at 20220318100029356 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/static/obmc-flash-bmc-prepare-for-sync.service.in' at 20220318100029356 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/static/obmc-flash-bmc-static-mount-alt.service.in' at 20241207090017675 2025-03-14 03:01:05.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/subprojects/boost.wrap' at 20240409080019271 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/subprojects/packagefiles/boost/meson.build' at 20240409080019271 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/sync-once.sh' at 20220402030022203 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/sync_manager.cpp' at 20230324080024302 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/sync_manager.hpp' at 20240712080028497 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/sync_manager_main.cpp' at 20240712080028497 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/sync_watch.cpp' at 20241219090018796 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/sync_watch.hpp' at 20241219090018796 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/synclist' at 20210308005100305 2025-03-14 03:01:05.384-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/test/README.md' at 20240806080020059 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/flash.cpp' at 20240820080021222 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/item_updater_helper.cpp' at 20240820080021222 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-cleanup.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-mirroruboot.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubiro-remove@.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubiro@.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubirw-remove.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-ubirw.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/ubi/obmc-flash-bmc-updateubootvars@.service.in' at 20220212040021786 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/update_manager.cpp' at 20241219090018796 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/update_manager.hpp' at 20241219090018796 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usb/70-bmc-usb.rules' at 20211215040029728 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usb/meson.build' at 20241018080022102 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usb/services/usb-code-update@.service' at 20241121090017175 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usb/usb_manager.cpp' at 20241107090019841 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usb/usb_manager.hpp' at 20241107090019841 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usb/usb_manager_main.cpp' at 20241107090019841 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/usr-local.mount.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/utils.cpp' at 20221026030020467 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/utils.hpp' at 20221026030020467 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/version.cpp' at 20240820080021222 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/version.hpp' at 20240917080016859 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/watch.cpp' at 20240820080021222 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/watch.hpp' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.BMC.Updater.service.in' at 20230222020914475 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Download.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Manager.service.in' at 20240620080022759 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Sync.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/xyz.openbmc_project.Software.Version.service.in' at 20210308005100305 2025-03-14 03:01:05.386-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-buttons/.clang-format' at 20240820080021574 2025-03-14 03:01:05.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-buttons/README.md' at 20241209090018856 2025-03-14 03:01:05.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-buttons/inc/button_factory.hpp' at 20241209090018856 2025-03-14 03:01:05.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-buttons/meson.build' at 20241209090018856 2025-03-14 03:01:05.387-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-buttons/meson.options' at 20241209090018856 2025-03-14 03:01:05.388-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-buttons/src/power_button.cpp' at 20241209090018856 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/.clang-format' at 20241220090025971 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/.clang-tidy' at 20241219090019500 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' at 20220920030031760 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/meson.build' at 20221203040020242 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/certificate.cpp' at 20241205090029112 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/certs_manager.cpp' at 20241129090022521 2025-03-14 03:01:05.389-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/certs_manager.hpp' at 20240820080021990 2025-03-14 03:01:05.390-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/dist/meson.build' at 20230831080022083 2025-03-14 03:01:05.390-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/meson.build' at 20230722080018997 2025-03-14 03:01:05.390-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/meson.options' at 20230831080022083 2025-03-14 03:01:05.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/test/meson.build' at 20240620080023459 2025-03-14 03:01:05.391-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-certificate-manager/x509_utils.hpp' at 20220325030023486 2025-03-14 03:01:05.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/.shellcheck' at 20210415000044188 2025-03-14 03:01:05.392-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/Hoth/meson.build' at 20240925080024982 2025-03-14 03:01:05.393-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/meson.build' at 20240920080018291 2025-03-14 03:01:05.393-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Create/meson.build' at 20230825080021133 2025-03-14 03:01:05.393-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hardware/meson.build' at 20230825080021133 2025-03-14 03:01:05.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot/meson.build' at 20230825080021133 2025-03-14 03:01:05.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Resource/meson.build' at 20230825080021133 2025-03-14 03:01:05.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/SBE/meson.build' at 20230825080021133 2025-03-14 03:01:05.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/meson.build' at 20230720080021715 2025-03-14 03:01:05.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Notify/meson.build' at 20230825080021133 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/meson.build' at 20230717080018427 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/Chassis/meson.build' at 20231212090018774 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/meson.build' at 20231212090018774 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/Policy/meson.build' at 20230825080021133 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/meson.build' at 20220913030027305 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Collection/meson.build' at 20241212090020527 2025-03-14 03:01:05.395-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Manager/meson.build' at 20230825080021133 2025-03-14 03:01:05.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CP00/meson.build' at 20230825080021133 2025-03-14 03:01:05.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CRP0/meson.build' at 20230825080021133 2025-03-14 03:01:05.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/DINF/meson.build' at 20230825080021133 2025-03-14 03:01:05.396-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP0/meson.build' at 20230825080021133 2025-03-14 03:01:05.397-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP1/meson.build' at 20230825080021133 2025-03-14 03:01:05.397-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP2/meson.build' at 20230825080021137 2025-03-14 03:01:05.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP5/meson.build' at 20230825080021137 2025-03-14 03:01:05.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP6/meson.build' at 20230825080021137 2025-03-14 03:01:05.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP7/meson.build' at 20230825080021137 2025-03-14 03:01:05.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP0/meson.build' at 20230825080021137 2025-03-14 03:01:05.398-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP1/meson.build' at 20230825080021137 2025-03-14 03:01:05.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP2/meson.build' at 20230825080021137 2025-03-14 03:01:05.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP3/meson.build' at 20230825080021137 2025-03-14 03:01:05.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP4/meson.build' at 20230825080021137 2025-03-14 03:01:05.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP5/meson.build' at 20230825080021137 2025-03-14 03:01:05.399-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP6/meson.build' at 20230825080021137 2025-03-14 03:01:05.400-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP7/meson.build' at 20230825080021137 2025-03-14 03:01:05.400-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LXR0/meson.build' at 20230825080021137 2025-03-14 03:01:05.400-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/Location/meson.build' at 20230825080021137 2025-03-14 03:01:05.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/MER0/meson.build' at 20230825080021137 2025-03-14 03:01:05.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/PSPD/meson.build' at 20230825080021137 2025-03-14 03:01:05.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/UTIL/meson.build' at 20230825080021137 2025-03-14 03:01:05.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCEN/meson.build' at 20230825080021137 2025-03-14 03:01:05.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCFG/meson.build' at 20230825080021137 2025-03-14 03:01:05.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VEIR/meson.build' at 20230825080021137 2025-03-14 03:01:05.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VER0/meson.build' at 20230825080021137 2025-03-14 03:01:05.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VINI/meson.build' at 20230825080021137 2025-03-14 03:01:05.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMPU/meson.build' at 20230825080021137 2025-03-14 03:01:05.402-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMSC/meson.build' at 20230825080021137 2025-03-14 03:01:05.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VPRI/meson.build' at 20230825080021137 2025-03-14 03:01:05.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VR10/meson.build' at 20230825080021137 2025-03-14 03:01:05.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRML/meson.build' at 20230825080021137 2025-03-14 03:01:05.403-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRTN/meson.build' at 20230825080021137 2025-03-14 03:01:05.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBP/meson.build' at 20230825080021137 2025-03-14 03:01:05.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC/meson.build' at 20230825080021137 2025-03-14 03:01:05.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSYS/meson.build' at 20230825080021137 2025-03-14 03:01:05.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VW10/meson.build' at 20230825080021137 2025-03-14 03:01:05.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VWML/meson.build' at 20230825080021137 2025-03-14 03:01:05.404-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/meson.build' at 20230506080018790 2025-03-14 03:01:05.405-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/meson.build' at 20231212090018774 2025-03-14 03:01:05.405-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/NMISource/meson.build' at 20230825080021137 2025-03-14 03:01:05.405-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/OCOTShutdownPolicy/meson.build' at 20230825080021137 2025-03-14 03:01:05.405-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/meson.build' at 20220928030037238 2025-03-14 03:01:05.405-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/Raw/meson.build' at 20230825080021137 2025-03-14 03:01:05.406-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/meson.build' at 20220913030027305 2025-03-14 03:01:05.406-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/BMC/meson.build' at 20230825080021137 2025-03-14 03:01:05.407-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/meson.build' at 20230311090025747 2025-03-14 03:01:05.407-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/ManufacturerExt/meson.build' at 20240306090017812 2025-03-14 03:01:05.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/meson.build' at 20240306090017812 2025-03-14 03:01:05.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/com/meta/meson.build' at 20240306090017812 2025-03-14 03:01:05.408-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/Device/meson.build' at 20230825080021137 2025-03-14 03:01:05.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/meson.build' at 20220913030027305 2025-03-14 03:01:05.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/Callout/meson.build' at 20220913030027305 2025-03-14 03:01:05.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/meson.build' at 20220913030027305 2025-03-14 03:01:05.409-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/Host/meson.build' at 20230825080021137 2025-03-14 03:01:05.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/SecurityKeys/meson.build' at 20230825080021137 2025-03-14 03:01:05.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/meson.build' at 20220913030027305 2025-03-14 03:01:05.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/meson.build' at 20220913030027305 2025-03-14 03:01:05.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Access/meson.build' at 20220913030027305 2025-03-14 03:01:05.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Boot/meson.build' at 20230902080024081 2025-03-14 03:01:05.411-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/Asset/meson.build' at 20230825080021137 2025-03-14 03:01:05.411-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/meson.build' at 20220913030027305 2025-03-14 03:01:05.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/Entry/meson.build' at 20230825080021137 2025-03-14 03:01:05.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/meson.build' at 20230825080021137 2025-03-14 03:01:05.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/meson.build' at 20220913030027305 2025-03-14 03:01:05.412-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Device/meson.build' at 20230902080024081 2025-03-14 03:01:05.413-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/meson.build' at 20230825080021137 2025-03-14 03:01:05.413-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Status/meson.build' at 20230825080021137 2025-03-14 03:01:05.413-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/meson.build' at 20230902080024081 2025-03-14 03:01:05.413-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/meson.build' at 20220913030027305 2025-03-14 03:01:05.413-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build' at 20230825080021137 2025-03-14 03:01:05.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build' at 20230825080021137 2025-03-14 03:01:05.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/meson.build' at 20220913030027305 2025-03-14 03:01:05.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/meson.build' at 20220913030027305 2025-03-14 03:01:05.414-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/regenerate-meson' at 20210610000035090 2025-03-14 03:01:05.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions/meson.build' at 20230825080021137 2025-03-14 03:01:05.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/meson.build' at 20230825080021137 2025-03-14 03:01:05.415-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ComponentIntegrity/meson.build' at 20240229090018787 2025-03-14 03:01:05.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/IdentityAuthentication/meson.build' at 20240229090018787 2025-03-14 03:01:05.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/MeasurementSet/meson.build' at 20240229090018787 2025-03-14 03:01:05.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/meson.build' at 20240229090018787 2025-03-14 03:01:05.416-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/meson.build' at 20220913030027305 2025-03-14 03:01:05.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/meson.build' at 20230825080021137 2025-03-14 03:01:05.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/meson.build' at 20230825080021137 2025-03-14 03:01:05.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/meson.build' at 20220913030027305 2025-03-14 03:01:05.417-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Authority/meson.build' at 20230825080021137 2025-03-14 03:01:05.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/meson.build' at 20230825080021137 2025-03-14 03:01:05.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/meson.build' at 20230825080021137 2025-03-14 03:01:05.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Certificate/meson.build' at 20230825080021137 2025-03-14 03:01:05.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Entry/meson.build' at 20230825080021137 2025-03-14 03:01:05.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Install/meson.build' at 20230825080021137 2025-03-14 03:01:05.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/InstallAll/meson.build' at 20230825080021137 2025-03-14 03:01:05.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/meson.build' at 20230825080021137 2025-03-14 03:01:05.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ReplaceAll/meson.build' at 20230825080021137 2025-03-14 03:01:05.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/meson.build' at 20220913030027305 2025-03-14 03:01:05.419-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/ChannelAccess/meson.build' at 20230825080021137 2025-03-14 03:01:05.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/meson.build' at 20220913030027305 2025-03-14 03:01:05.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Button/meson.build' at 20230825080021137 2025-03-14 03:01:05.420-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/HostSelector/meson.build' at 20230825080021137 2025-03-14 03:01:05.421-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI/meson.build' at 20230825080021137 2025-03-14 03:01:05.421-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power/meson.build' at 20230825080021137 2025-03-14 03:01:05.421-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset/meson.build' at 20230825080021137 2025-03-14 03:01:05.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/meson.build' at 20220913030027305 2025-03-14 03:01:05.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Common/meson.build' at 20220913030027305 2025-03-14 03:01:05.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/NMISource/meson.build' at 20230825080021137 2025-03-14 03:01:05.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/Power/meson.build' at 20230825080021137 2025-03-14 03:01:05.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/meson.build' at 20220913030027309 2025-03-14 03:01:05.422-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion/meson.build' at 20230825080021137 2025-03-14 03:01:05.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/meson.build' at 20220913030027309 2025-03-14 03:01:05.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/DeleteAll/meson.build' at 20230825080021137 2025-03-14 03:01:05.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/meson.build' at 20220913030027309 2025-03-14 03:01:05.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Callout/meson.build' at 20220913030027309 2025-03-14 03:01:05.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Device/meson.build' at 20220913030027309 2025-03-14 03:01:05.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FactoryReset/meson.build' at 20230825080021137 2025-03-14 03:01:05.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FaultLogType/meson.build' at 20240228090020564 2025-03-14 03:01:05.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/File/meson.build' at 20220913030027309 2025-03-14 03:01:05.424-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FilePath/meson.build' at 20230825080021137 2025-03-14 03:01:05.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/OriginatedBy/meson.build' at 20230825080021137 2025-03-14 03:01:05.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Priority/meson.build' at 20231019080027863 2025-03-14 03:01:05.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress/meson.build' at 20230825080021137 2025-03-14 03:01:05.425-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Threshold/meson.build' at 20231129090022501 2025-03-14 03:01:05.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/meson.build' at 20230825080021137 2025-03-14 03:01:05.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/meson.build' at 20240228090020568 2025-03-14 03:01:05.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/HostFirmware/meson.build' at 20230825080021137 2025-03-14 03:01:05.426-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/meson.build' at 20220913030027309 2025-03-14 03:01:05.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/Access/meson.build' at 20230825080021137 2025-03-14 03:01:05.427-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/meson.build' at 20230601080022474 2025-03-14 03:01:05.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode/meson.build' at 20230825080021137 2025-03-14 03:01:05.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootAttempts/meson.build' at 20230825080021137 2025-03-14 03:01:05.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootPolicy/meson.build' at 20230825080021137 2025-03-14 03:01:05.428-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Source/meson.build' at 20230825080021137 2025-03-14 03:01:05.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Type/meson.build' at 20230825080021137 2025-03-14 03:01:05.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/meson.build' at 20220913030027309 2025-03-14 03:01:05.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/CFMLimit/meson.build' at 20230825080021137 2025-03-14 03:01:05.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ChassisCapabilities/meson.build' at 20230825080021137 2025-03-14 03:01:05.429-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Device/meson.build' at 20220913030027309 2025-03-14 03:01:05.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanPwm/meson.build' at 20230825080021137 2025-03-14 03:01:05.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanRedundancy/meson.build' at 20230825080021137 2025-03-14 03:01:05.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanSpeed/meson.build' at 20230825080021137 2025-03-14 03:01:05.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FieldMode/meson.build' at 20230825080021137 2025-03-14 03:01:05.430-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/NMI/meson.build' at 20230825080021137 2025-03-14 03:01:05.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/TurboAllowed/meson.build' at 20230825080021137 2025-03-14 03:01:05.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/meson.build' at 20240925080024982 2025-03-14 03:01:05.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/MinimumShipLevel/meson.build' at 20230825080021137 2025-03-14 03:01:05.431-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode/meson.build' at 20230825080021137 2025-03-14 03:01:05.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ACPIPowerState/meson.build' at 20230825080021137 2025-03-14 03:01:05.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Cap/meson.build' at 20230825080021137 2025-03-14 03:01:05.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/CapLimits/meson.build' at 20230825080021137 2025-03-14 03:01:05.432-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/IdlePowerSaver/meson.build' at 20230825080021137 2025-03-14 03:01:05.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode/meson.build' at 20230825080021137 2025-03-14 03:01:05.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/RestorePolicy/meson.build' at 20230825080021137 2025-03-14 03:01:05.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Throttle/meson.build' at 20230825080021137 2025-03-14 03:01:05.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/meson.build' at 20230505080022700 2025-03-14 03:01:05.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyAttributes/meson.build' at 20230825080021137 2025-03-14 03:01:05.433-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyRedundancy/meson.build' at 20230825080021137 2025-03-14 03:01:05.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig/meson.build' at 20230825080021137 2025-03-14 03:01:05.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/meson.build' at 20220913030027309 2025-03-14 03:01:05.434-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/RestrictionMode/meson.build' at 20230825080021137 2025-03-14 03:01:05.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/SpecialMode/meson.build' at 20230825080021137 2025-03-14 03:01:05.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/meson.build' at 20220913030027309 2025-03-14 03:01:05.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/meson.build' at 20230825080021137 2025-03-14 03:01:05.435-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes/meson.build' at 20230825080021137 2025-03-14 03:01:05.436-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/meson.build' at 20220913030027309 2025-03-14 03:01:05.436-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/Policy/meson.build' at 20230825080021137 2025-03-14 03:01:05.436-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/meson.build' at 20220913030027309 2025-03-14 03:01:05.436-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ThermalMode/meson.build' at 20230825080021137 2025-03-14 03:01:05.436-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorControl/meson.build' at 20230825080021137 2025-03-14 03:01:05.437-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorMode/meson.build' at 20230825080021137 2025-03-14 03:01:05.437-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/meson.build' at 20240920080018291 2025-03-14 03:01:05.437-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ThermalPower/meson.build' at 20230920080021024 2025-03-14 03:01:05.437-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/Zone/meson.build' at 20230920080021024 2025-03-14 03:01:05.437-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/meson.build' at 20230920080021024 2025-03-14 03:01:05.438-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/BMC/meson.build' at 20230825080021137 2025-03-14 03:01:05.438-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/FaultLog/meson.build' at 20230825080021137 2025-03-14 03:01:05.438-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/NIC/meson.build' at 20241213090041954 2025-03-14 03:01:05.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System/meson.build' at 20230825080021137 2025-03-14 03:01:05.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/meson.build' at 20241213090041954 2025-03-14 03:01:05.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/NewDump/meson.build' at 20230825080021137 2025-03-14 03:01:05.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/meson.build' at 20240920080018291 2025-03-14 03:01:05.439-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Create/meson.build' at 20230825080021137 2025-03-14 03:01:05.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Entry/meson.build' at 20230825080021137 2025-03-14 03:01:05.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/meson.build' at 20220913030027313 2025-03-14 03:01:05.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Embedded/meson.build' at 20230825080021137 2025-03-14 03:01:05.440-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Port/meson.build' at 20230825080021137 2025-03-14 03:01:05.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build' at 20230825080021137 2025-03-14 03:01:05.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/meson.build' at 20230429080025377 2025-03-14 03:01:05.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Asset/meson.build' at 20230825080021137 2025-03-14 03:01:05.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/meson.build' at 20230825080021137 2025-03-14 03:01:05.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CLEI/meson.build' at 20230825080021137 2025-03-14 03:01:05.441-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Cacheable/meson.build' at 20230825080021137 2025-03-14 03:01:05.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Compatible/meson.build' at 20230825080021137 2025-03-14 03:01:05.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CoolingType/meson.build' at 20230825080021137 2025-03-14 03:01:05.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Dimension/meson.build' at 20230825080021137 2025-03-14 03:01:05.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build' at 20230825080021137 2025-03-14 03:01:05.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode/meson.build' at 20230825080021137 2025-03-14 03:01:05.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManagedHost/meson.build' at 20240629080019052 2025-03-14 03:01:05.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt/meson.build' at 20230825080021137 2025-03-14 03:01:05.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel/meson.build' at 20230825080021137 2025-03-14 03:01:05.443-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Replaceable/meson.build' at 20230825080021137 2025-03-14 03:01:05.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Revision/meson.build' at 20230825080021137 2025-03-14 03:01:05.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Slot/meson.build' at 20230825080021137 2025-03-14 03:01:05.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ThermalDirection/meson.build' at 20230825080021137 2025-03-14 03:01:05.444-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier/meson.build' at 20230825080021137 2025-03-14 03:01:05.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VendorInformation/meson.build' at 20230825080021141 2025-03-14 03:01:05.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/meson.build' at 20240629080019052 2025-03-14 03:01:05.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator/meson.build' at 20230825080021141 2025-03-14 03:01:05.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Battery/meson.build' at 20230825080021141 2025-03-14 03:01:05.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Bmc/meson.build' at 20230825080021141 2025-03-14 03:01:05.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/IOBoard/meson.build' at 20230825080021141 2025-03-14 03:01:05.446-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/Motherboard/meson.build' at 20230825080021141 2025-03-14 03:01:05.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/meson.build' at 20230825080021141 2025-03-14 03:01:05.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cable/meson.build' at 20230825080021141 2025-03-14 03:01:05.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Chassis/meson.build' at 20230825080021141 2025-03-14 03:01:05.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Connector/meson.build' at 20230825080021141 2025-03-14 03:01:05.447-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig/meson.build' at 20230825080021141 2025-03-14 03:01:05.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/meson.build' at 20230825080021141 2025-03-14 03:01:05.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation/meson.build' at 20230825080021141 2025-03-14 03:01:05.448-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/meson.build' at 20230825080021141 2025-03-14 03:01:05.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/DiskBackplane/meson.build' at 20230825080021141 2025-03-14 03:01:05.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Drive/meson.build' at 20230825080021141 2025-03-14 03:01:05.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Ethernet/meson.build' at 20230825080021141 2025-03-14 03:01:05.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/FabricAdapter/meson.build' at 20230825080021141 2025-03-14 03:01:05.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Fan/meson.build' at 20230825080021141 2025-03-14 03:01:05.449-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Global/meson.build' at 20230825080021141 2025-03-14 03:01:05.450-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/NetworkInterface/meson.build' at 20230825080021141 2025-03-14 03:01:05.450-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeDevice/meson.build' at 20230825080021141 2025-03-14 03:01:05.450-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build' at 20230825080021141 2025-03-14 03:01:05.450-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSwitch/meson.build' at 20240613080025600 2025-03-14 03:01:05.451-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Panel/meson.build' at 20230825080021141 2025-03-14 03:01:05.451-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition/meson.build' at 20230825080021141 2025-03-14 03:01:05.451-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy/meson.build' at 20230825080021141 2025-03-14 03:01:05.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities/meson.build' at 20230825080021141 2025-03-14 03:01:05.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/meson.build' at 20230825080021141 2025-03-14 03:01:05.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply/meson.build' at 20230825080021141 2025-03-14 03:01:05.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Rotor/meson.build' at 20230825080021141 2025-03-14 03:01:05.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Storage/meson.build' at 20230825080021141 2025-03-14 03:01:05.452-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/StorageController/meson.build' at 20230825080021141 2025-03-14 03:01:05.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System/meson.build' at 20230825080021141 2025-03-14 03:01:05.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Tpm/meson.build' at 20230825080021141 2025-03-14 03:01:05.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/TrustedComponent/meson.build' at 20240229090018787 2025-03-14 03:01:05.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume/meson.build' at 20230825080021141 2025-03-14 03:01:05.454-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Vrm/meson.build' at 20230825080021141 2025-03-14 03:01:05.454-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build' at 20240613080025600 2025-03-14 03:01:05.454-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Manager/meson.build' at 20230825080021141 2025-03-14 03:01:05.454-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity/meson.build' at 20230825080021141 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/FRU/meson.build' at 20230825080021141 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/meson.build' at 20220913030027317 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/meson.build' at 20210308005053421 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/meson.build' at 20220913030027317 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SOL/meson.build' at 20230825080021141 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SessionInfo/meson.build' at 20230825080021141 2025-03-14 03:01:05.455-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group/meson.build' at 20230825080021141 2025-03-14 03:01:05.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical/meson.build' at 20230825080021141 2025-03-14 03:01:05.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/meson.build' at 20220913030027317 2025-03-14 03:01:05.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Create/meson.build' at 20230825080021141 2025-03-14 03:01:05.456-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Entry/meson.build' at 20230825080021141 2025-03-14 03:01:05.457-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ErrorBlocksTransition/meson.build' at 20230825080021141 2025-03-14 03:01:05.457-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Event/meson.build' at 20230825080021141 2025-03-14 03:01:05.457-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/IPMI/meson.build' at 20230825080021141 2025-03-14 03:01:05.457-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Settings/meson.build' at 20230825080021141 2025-03-14 03:01:05.458-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/meson.build' at 20230825080021141 2025-03-14 03:01:05.458-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/meson.build' at 20230825080021141 2025-03-14 03:01:05.458-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/meson.build' at 20230825080021141 2025-03-14 03:01:05.458-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/meson.build' at 20220913030027317 2025-03-14 03:01:05.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/meson.build' at 20241009080019666 2025-03-14 03:01:05.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/Endpoint/meson.build' at 20230825080021141 2025-03-14 03:01:05.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/meson.build' at 20220913030027317 2025-03-14 03:01:05.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC/meson.build' at 20240925080024982 2025-03-14 03:01:05.459-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/meson.build' at 20240920080018291 2025-03-14 03:01:05.460-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Reset/meson.build' at 20231216090022621 2025-03-14 03:01:05.460-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Value/meson.build' at 20231216090022621 2025-03-14 03:01:05.460-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/meson.build' at 20231216090022621 2025-03-14 03:01:05.460-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/Create/meson.build' at 20230825080021141 2025-03-14 03:01:05.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/meson.build' at 20230825080021141 2025-03-14 03:01:05.461-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build' at 20230825080021141 2025-03-14 03:01:05.462-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build' at 20230825080021141 2025-03-14 03:01:05.462-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build' at 20230825080021141 2025-03-14 03:01:05.462-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/meson.build' at 20220913030027317 2025-03-14 03:01:05.462-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/meson.build' at 20230825080021141 2025-03-14 03:01:05.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Neighbor/meson.build' at 20230825080021141 2025-03-14 03:01:05.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/Create/meson.build' at 20240209090020373 2025-03-14 03:01:05.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/meson.build' at 20240209090020373 2025-03-14 03:01:05.463-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build' at 20230825080021141 2025-03-14 03:01:05.464-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/VLAN/meson.build' at 20230825080021141 2025-03-14 03:01:05.464-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/meson.build' at 20240209090020373 2025-03-14 03:01:05.464-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/meson.build' at 20240925080024982 2025-03-14 03:01:05.464-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/meson.build' at 20240920080018291 2025-03-14 03:01:05.464-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete/meson.build' at 20230825080021141 2025-03-14 03:01:05.465-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/meson.build' at 20220913030027317 2025-03-14 03:01:05.465-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ObjectMapper/meson.build' at 20230825080021141 2025-03-14 03:01:05.465-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Event/meson.build' at 20230825080021141 2025-03-14 03:01:05.465-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/PDR/meson.build' at 20230825080021141 2025-03-14 03:01:05.466-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/meson.build' at 20230825080021141 2025-03-14 03:01:05.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/meson.build' at 20220913030027317 2025-03-14 03:01:05.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Requester/meson.build' at 20230825080021141 2025-03-14 03:01:05.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/meson.build' at 20220913030027317 2025-03-14 03:01:05.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime/meson.build' at 20220913030027317 2025-03-14 03:01:05.467-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device/meson.build' at 20220913030027317 2025-03-14 03:01:05.468-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/meson.build' at 20230825080021141 2025-03-14 03:01:05.468-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/meson.build' at 20230825080021141 2025-03-14 03:01:05.469-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/meson.build' at 20230825080021141 2025-03-14 03:01:05.469-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/meson.build' at 20230825080021141 2025-03-14 03:01:05.469-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/meson.build' at 20230825080021141 2025-03-14 03:01:05.469-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/meson.build' at 20241102080023390 2025-03-14 03:01:05.469-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value/meson.build' at 20230825080021141 2025-03-14 03:01:05.470-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ValueMutability/meson.build' at 20230825080021141 2025-03-14 03:01:05.470-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/meson.build' at 20240925080024982 2025-03-14 03:01:05.470-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/meson.build' at 20240920080018291 2025-03-14 03:01:05.470-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Activation/meson.build' at 20230825080021141 2025-03-14 03:01:05.471-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationBlocksTransition/meson.build' at 20230825080021141 2025-03-14 03:01:05.471-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress/meson.build' at 20230825080021141 2025-03-14 03:01:05.471-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyOptions/meson.build' at 20230825080021141 2025-03-14 03:01:05.471-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime/meson.build' at 20230825080021141 2025-03-14 03:01:05.472-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ExtendedVersion/meson.build' at 20230825080021141 2025-03-14 03:01:05.472-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Image/meson.build' at 20230910080024030 2025-03-14 03:01:05.472-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/MinimumVersion/meson.build' at 20240403080025882 2025-03-14 03:01:05.472-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RequestedRedundancyPriority/meson.build' at 20230825080021141 2025-03-14 03:01:05.473-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Settings/meson.build' at 20230825080021141 2025-03-14 03:01:05.473-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Update/meson.build' at 20240925080024982 2025-03-14 03:01:05.473-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/meson.build' at 20240925080024982 2025-03-14 03:01:05.474-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/meson.build' at 20240920080018291 2025-03-14 03:01:05.474-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/meson.build' at 20240925080024982 2025-03-14 03:01:05.474-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMCRedundancy/meson.build' at 20230825080021141 2025-03-14 03:01:05.474-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/PostCode/meson.build' at 20230825080021141 2025-03-14 03:01:05.475-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Progress/meson.build' at 20230825080021141 2025-03-14 03:01:05.475-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/meson.build' at 20220913030027321 2025-03-14 03:01:05.475-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Cable/meson.build' at 20241126090023807 2025-03-14 03:01:05.476-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis/meson.build' at 20240925080024982 2025-03-14 03:01:05.476-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/Availability/meson.build' at 20230825080021141 2025-03-14 03:01:05.476-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/OperationalStatus/meson.build' at 20230825080021141 2025-03-14 03:01:05.476-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerState/meson.build' at 20230825080021141 2025-03-14 03:01:05.477-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerSystemInputs/meson.build' at 20230825080021141 2025-03-14 03:01:05.477-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/meson.build' at 20220913030027321 2025-03-14 03:01:05.477-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Drive/meson.build' at 20230825080021141 2025-03-14 03:01:05.477-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host/meson.build' at 20240925080024982 2025-03-14 03:01:05.477-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/Detector/meson.build' at 20241123090016863 2025-03-14 03:01:05.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/meson.build' at 20241123090016863 2025-03-14 03:01:05.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/Status/meson.build' at 20230825080021141 2025-03-14 03:01:05.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/meson.build' at 20220913030027321 2025-03-14 03:01:05.479-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/PowerOnHours/meson.build' at 20230825080021141 2025-03-14 03:01:05.479-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ScheduledHostTransition/meson.build' at 20230825080021141 2025-03-14 03:01:05.479-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Inventory/meson.build' at 20220913030027321 2025-03-14 03:01:05.479-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Power/meson.build' at 20220913030027321 2025-03-14 03:01:05.480-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/ThermalEvent/meson.build' at 20220913030027321 2025-03-14 03:01:05.480-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/meson.build' at 20220913030027321 2025-03-14 03:01:05.480-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SystemdTarget/meson.build' at 20220913030027321 2025-03-14 03:01:05.480-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Watchdog/meson.build' at 20230825080021141 2025-03-14 03:01:05.480-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/meson.build' at 20241126090023811 2025-03-14 03:01:05.481-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/meson.build' at 20230825080021141 2025-03-14 03:01:05.481-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager/meson.build' at 20230825080021141 2025-03-14 03:01:05.481-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Trigger/meson.build' at 20230825080021141 2025-03-14 03:01:05.481-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/TriggerManager/meson.build' at 20230825080021141 2025-03-14 03:01:05.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/meson.build' at 20220913030027321 2025-03-14 03:01:05.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/meson.build' at 20230825080021141 2025-03-14 03:01:05.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/meson.build' at 20230825080021141 2025-03-14 03:01:05.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/meson.build' at 20220913030027321 2025-03-14 03:01:05.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/AccountPolicy/meson.build' at 20230825080021141 2025-03-14 03:01:05.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes/meson.build' at 20230825080021141 2025-03-14 03:01:05.483-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Common/meson.build' at 20220913030027321 2025-03-14 03:01:05.483-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/meson.build' at 20230825080021141 2025-03-14 03:01:05.483-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Create/meson.build' at 20230825080021141 2025-03-14 03:01:05.483-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Manager/meson.build' at 20230825080021141 2025-03-14 03:01:05.483-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/MultiFactorAuthConfiguration/meson.build' at 20240913080021481 2025-03-14 03:01:05.484-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapper/meson.build' at 20230825080021141 2025-03-14 03:01:05.484-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapperEntry/meson.build' at 20230825080021141 2025-03-14 03:01:05.484-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/meson.build' at 20240913080021481 2025-03-14 03:01:05.484-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy/meson.build' at 20230825080021141 2025-03-14 03:01:05.485-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/MountPoint/meson.build' at 20230825080021141 2025-03-14 03:01:05.485-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Process/meson.build' at 20230825080021141 2025-03-14 03:01:05.485-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Proxy/meson.build' at 20230825080021141 2025-03-14 03:01:05.485-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Stats/meson.build' at 20230825080021141 2025-03-14 03:01:05.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/meson.build' at 20220913030027321 2025-03-14 03:01:05.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/meson.build' at 20241009080019666 2025-03-14 03:01:05.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/meson.build' at 20230713080024488 2025-03-14 03:01:05.489-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VINI.interface.yaml' at 20240618080025497 2025-03-14 03:01:05.517-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.events.yaml' at 20241121090018187 2025-03-14 03:01:05.517-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.interface.yaml' at 20241123090016863 2025-03-14 03:01:05.519-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml' at 20221207040023631 2025-03-14 03:01:05.519-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml' at 20220910030020105 2025-03-14 03:01:05.519-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Attributes.interface.yaml' at 20240911080049523 2025-03-14 03:01:05.520-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Manager.interface.yaml' at 20240618080025501 2025-03-14 03:01:05.520-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-monitor/.clang-format' at 20241220090026687 2025-03-14 03:01:05.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-monitor/meson.build' at 20241014080018042 2025-03-14 03:01:05.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-monitor/mslverify/meson.build' at 20220625030026172 2025-03-14 03:01:05.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-monitor/mslverify/util.hpp' at 20240904080034451 2025-03-14 03:01:05.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-monitor/src/meson.build' at 20241014080018042 2025-03-14 03:01:05.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-monitor/src/test/propertywatchtest.hpp' at 20240904080034455 2025-03-14 03:01:05.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/.clang-format' at 20241219090020580 2025-03-14 03:01:05.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/.clang-tidy' at 20241129090023557 2025-03-14 03:01:05.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/default/meson.build' at 20210308005059701 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump-extensions.cpp' at 20230512080032445 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.cpp' at 20230614080025842 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.hpp' at 20220727030021545 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.cpp' at 20240820080022986 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.hpp' at 20220727030021549 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/meson.build' at 20230622080027091 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_consts.hpp' at 20221014030024028 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/resource_dump_entry.hpp' at 20240510080019964 2025-03-14 03:01:05.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/system_dump_entry.hpp' at 20230722080020329 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_manager_bmc.cpp' at 20241129090023557 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_manager_bmc.hpp' at 20241129090023557 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_manager_faultlog.cpp' at 20240820080022990 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_manager_faultlog.hpp' at 20241129090023557 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_types.mako.cpp' at 20230901080026062 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_types.mako.hpp' at 20230901080026062 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/dump_utils.cpp' at 20240620080024795 2025-03-14 03:01:05.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/ffdc' at 20230627080024910 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/default/meson.build' at 20210308005059705 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.cpp' at 20240820080022990 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.hpp' at 20210308005059705 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/meson.build' at 20210308005059705 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/pldm_interface.cpp' at 20210308005059705 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/meson.build' at 20231130090023234 2025-03-14 03:01:05.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/meson.build' at 20210308005059705 2025-03-14 03:01:05.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.cpp' at 20240820080022990 2025-03-14 03:01:05.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/host_transport_exts.hpp' at 20210308005059705 2025-03-14 03:01:05.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/meson.options' at 20230911080019358 2025-03-14 03:01:05.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/ramoops_manager.cpp' at 20231114090025254 2025-03-14 03:01:05.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/ramoops_manager.hpp' at 20231114090025254 2025-03-14 03:01:05.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/ramoops_manager_main.cpp' at 20230614080025842 2025-03-14 03:01:05.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/test/meson.build' at 20240228090021408 2025-03-14 03:01:05.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/tools/dreport.d/dreport' at 20230203040029126 2025-03-14 03:01:05.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpid' at 20210308005059705 2025-03-14 03:01:05.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpretty' at 20210308005059705 2025-03-14 03:01:05.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/procfd' at 20221110040028914 2025-03-14 03:01:05.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-debug-collector/watch.hpp' at 20241129090023561 2025-03-14 03:01:05.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/actions.hpp' at 20240820080023682 2025-03-14 03:01:05.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/events.json' at 20250110090030473 2025-03-14 03:01:05.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json' at 20241016080024698 2025-03-14 03:01:05.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json' at 20240106090025434 2025-03-14 03:01:05.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json' at 20250114090139516 2025-03-14 03:01:05.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/pcie_cards.json' at 20240207090020814 2025-03-14 03:01:05.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json' at 20240106090025434 2025-03-14 03:01:05.540-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/pcie_cards.json' at 20240127090024788 2025-03-14 03:01:05.540-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json' at 20240106090025434 2025-03-14 03:01:05.541-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/pcie_cards.json' at 20240127090024788 2025-03-14 03:01:05.541-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json' at 20240106090025434 2025-03-14 03:01:05.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/pcie_cards.json' at 20240127090024788 2025-03-14 03:01:05.542-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/actions/action.hpp' at 20240820080023682 2025-03-14 03:01:05.543-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/actions/mapped_floor.cpp' at 20240820080023686 2025-03-14 03:01:05.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/actions/pcie_card_floors.hpp' at 20230511080026923 2025-03-14 03:01:05.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/actions/set_parameter_from_group_max.hpp' at 20220707030030843 2025-03-14 03:01:05.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/actions/timer_based_actions.hpp' at 20210717000028376 2025-03-14 03:01:05.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/event.cpp' at 20240820080023686 2025-03-14 03:01:05.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/event.hpp' at 20220726030033678 2025-03-14 03:01:05.544-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/manager.cpp' at 20240820080023686 2025-03-14 03:01:05.545-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/manager.hpp' at 20240820080023690 2025-03-14 03:01:05.545-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.cpp' at 20230825080027865 2025-03-14 03:01:05.545-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.hpp' at 20211202040032454 2025-03-14 03:01:05.545-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/triggers/signal.cpp' at 20240820080023690 2025-03-14 03:01:05.545-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/triggers/timer.cpp' at 20230825080027865 2025-03-14 03:01:05.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/utils/modifier.cpp' at 20230825080027865 2025-03-14 03:01:05.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/utils/pcie_card_metadata.hpp' at 20241217090427543 2025-03-14 03:01:05.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/zone.cpp' at 20240820080023690 2025-03-14 03:01:05.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/json/zone.hpp' at 20240820080023690 2025-03-14 03:01:05.546-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/control/meson.build' at 20231208090022708 2025-03-14 03:01:05.548-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.cpp' at 20240820080023690 2025-03-14 03:01:05.548-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.hpp' at 20220726030033678 2025-03-14 03:01:05.548-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/cooling-type/main.cpp' at 20240820080023690 2025-03-14 03:01:05.548-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/cooling-type/meson.build' at 20230817080034725 2025-03-14 03:01:05.551-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/meson.build' at 20240924080018575 2025-03-14 03:01:05.551-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/meson.options' at 20240924080018575 2025-03-14 03:01:05.554-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/fan_error.cpp' at 20240820080023694 2025-03-14 03:01:05.554-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/json_parser.cpp' at 20240820080023694 2025-03-14 03:01:05.555-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/meson.build' at 20231214090032477 2025-03-14 03:01:05.555-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-fan-presence/monitor/meson.build' 2025-03-14 03:01:05.555-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-fan-presence/monitor/meson.build' 2025-03-14 03:01:05.559-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/app/channel.cpp) done (took 3 ms) 2025-03-14 03:01:05.559-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/power_off_cause.hpp' at 20240820080023694 2025-03-14 03:01:05.560-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/system.cpp' at 20240820080023694 2025-03-14 03:01:05.560-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/tach_sensor.cpp' at 20240820080023694 2025-03-14 03:01:05.561-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/monitor/test/meson.build' at 20231208090022708 2025-03-14 03:01:05.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/presence/json_parser.cpp' at 20240820080023694 2025-03-14 03:01:05.564-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/presence/json_parser.hpp' at 20240820080023694 2025-03-14 03:01:05.565-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/presence/meson.build' at 20231208090022708 2025-03-14 03:01:05.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/presence/test/meson.build' at 20220819030023853 2025-03-14 03:01:05.566-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/sdbusplus.hpp' at 20240820080023694 2025-03-14 03:01:05.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/sensor-monitor/meson.build' at 20230721080022734 2025-03-14 03:01:05.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.cpp' at 20240820080023694 2025-03-14 03:01:05.567-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.hpp' at 20220726030033682 2025-03-14 03:01:05.568-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-fan-presence/test/meson.build' at 20231208090022708 2025-03-14 03:01:05.568-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-gpio-monitor/meson.build' at 20240625080021640 2025-03-14 03:01:05.568-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-gpio-monitor/meson.options' at 20230817080035125 2025-03-14 03:01:05.569-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-gpio-monitor/presence/meson.build' at 20230810080030011 2025-03-14 03:01:05.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-gpio-monitor/test/meson.build' at 20240625080021640 2025-03-14 03:01:05.570-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-health-monitor/.clang-format' at 20241219090021944 2025-03-14 03:01:05.571-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-health-monitor/meson.build' at 20240307090027676 2025-03-14 03:01:05.571-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-health-monitor/meson.options' at 20240307090027676 2025-03-14 03:01:05.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/.clang-format' at 20240829080022534 2025-03-14 03:01:05.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/.clang-format' at 20250116090039752 2025-03-14 03:01:05.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/.shellcheck' at 20210415000052104 2025-03-14 03:01:05.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/OWNERS' at 20240719080029337 2025-03-14 03:01:05.572-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/app/channel.cpp' 2025-03-14 03:01:05.573-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/app/channel.cpp' 2025-03-14 03:01:05.576-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/apphandler.cpp) done (took 2 ms) 2025-03-14 03:01:05.576-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/app/meson.build' at 20220531100030240 2025-03-14 03:01:05.577-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/apphandler.cpp' at 20241012080019916 2025-03-14 03:01:05.577-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/apphandler.cpp' 2025-03-14 03:01:05.577-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/apphandler.cpp' 2025-03-14 03:01:05.580-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/globalhandler.cpp) done (took 2 ms) 2025-03-14 03:01:05.580-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/apphandler.hpp' at 20210308004925444 2025-03-14 03:01:05.580-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/chassishandler.cpp' at 20240829080022534 2025-03-14 03:01:05.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/chassishandler.cpp' at 20250303090019139 2025-03-14 03:01:05.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/chassishandler.hpp' at 20210715000048768 2025-03-14 03:01:05.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/dbus-sdr/meson.build' at 20240621080022329 2025-03-14 03:01:05.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/dbus-sdr/sdrutils.cpp' at 20240829080022534 2025-03-14 03:01:05.581-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/dbus-sdr/sensorcommands.cpp' at 20240830080023171 2025-03-14 03:01:05.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/dbus-sdr/storagecommands.cpp' at 20241118090027711 2025-03-14 03:01:05.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/dbus-sdr/storagecommands.cpp' at 20250301090023458 2025-03-14 03:01:05.582-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/dcmihandler.cpp' at 20240829080022538 2025-03-14 03:01:05.583-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/generate_whitelist.sh' at 20231122090021669 2025-03-14 03:01:05.583-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/globalhandler.cpp' at 20240829080022538 2025-03-14 03:01:05.583-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/globalhandler.cpp' at 20250303090019139 2025-03-14 03:01:05.583-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/globalhandler.cpp' 2025-03-14 03:01:05.583-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/globalhandler.cpp' 2025-03-14 03:01:05.585-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/groupext.cpp) done (took 2 ms) 2025-03-14 03:01:05.586-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/globalhandler.hpp' at 20210308004925444 2025-03-14 03:01:05.586-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/groupext.cpp' at 20230513080027498 2025-03-14 03:01:05.586-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/groupext.cpp' 2025-03-14 03:01:05.586-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/groupext.cpp' 2025-03-14 03:01:05.589-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp) done (took 2 ms) 2025-03-14 03:01:05.590-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sdrutils.hpp' at 20240829080022538 2025-03-14 03:01:05.592-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/include/ipmid/api.h' at 20210308004925444 2025-03-14 03:01:05.592-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' at 20241012080019916 2025-03-14 03:01:05.592-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' 2025-03-14 03:01:05.593-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' 2025-03-14 03:01:05.597-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp) done (took 3 ms) 2025-03-14 03:01:05.597-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' 2025-03-14 03:01:05.598-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' 2025-03-14 03:01:05.602-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp) done (took 2 ms) 2025-03-14 03:01:05.602-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' 2025-03-14 03:01:05.603-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' 2025-03-14 03:01:05.607-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp) done (took 2 ms) 2025-03-14 03:01:05.608-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/include/ipmid/oemrouter.hpp' at 20230513080027502 2025-03-14 03:01:05.608-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' 2025-03-14 03:01:05.609-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' 2025-03-14 03:01:05.613-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/ipmid-new.cpp) done (took 2 ms) 2025-03-14 03:01:05.614-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/include/ipmid/utils.hpp' at 20240829080022538 2025-03-14 03:01:05.615-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' at 20241118090027711 2025-03-14 03:01:05.615-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' 2025-03-14 03:01:05.616-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' 2025-03-14 03:01:05.619-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/ipmisensor.cpp) done (took 2 ms) 2025-03-14 03:01:05.620-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp' 2025-03-14 03:01:05.620-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp' 2025-03-14 03:01:05.623-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/scripts/fru_gen.py) done (took 2 ms) 2025-03-14 03:01:05.624-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/libipmid/meson.build' at 20240424080021452 2025-03-14 03:01:05.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/libipmid/utils.cpp' at 20241012080019916 2025-03-14 03:01:05.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/meson.build' at 20240424080021456 2025-03-14 03:01:05.625-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/meson.build' at 20250301090023458 2025-03-14 03:01:05.626-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/meson.options' at 20240621080022333 2025-03-14 03:01:05.626-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' 2025-03-14 03:01:05.627-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' 2025-03-14 03:01:05.631-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py) done (took 3 ms) 2025-03-14 03:01:05.632-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' 2025-03-14 03:01:05.632-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' 2025-03-14 03:01:05.637-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako) done (took 2 ms) 2025-03-14 03:01:05.637-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.mako.cpp' 2025-03-14 03:01:05.638-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.mako.cpp' 2025-03-14 03:01:05.642-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako) done (took 2 ms) 2025-03-14 03:01:05.642-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/scripts/meson.build' at 20220802030019943 2025-03-14 03:01:05.643-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/scripts/readfru.mako.cpp' 2025-03-14 03:01:05.643-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/scripts/readfru.mako.cpp' 2025-03-14 03:01:05.650-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py) done (took 5 ms) 2025-03-14 03:01:05.650-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' 2025-03-14 03:01:05.651-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' 2025-03-14 03:01:05.655-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako) done (took 3 ms) 2025-03-14 03:01:05.655-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/scripts/writesensor.mako.cpp' 2025-03-14 03:01:05.656-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/scripts/writesensor.mako.cpp' 2025-03-14 03:01:05.660-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/sensorhandler.cpp) done (took 2 ms) 2025-03-14 03:01:05.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/selutility.cpp' at 20250116090039752 2025-03-14 03:01:05.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/selutility.hpp' at 20241212090022603 2025-03-14 03:01:05.661-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/selutility.hpp' at 20250116090039752 2025-03-14 03:01:05.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' at 20241115090032982 2025-03-14 03:01:05.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' at 20250303090019143 2025-03-14 03:01:05.662-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' 2025-03-14 03:01:05.663-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' 2025-03-14 03:01:05.666-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/storageaddsel.hpp) done (took 2 ms) 2025-03-14 03:01:05.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/sensorhandler.hpp' at 20231024080024813 2025-03-14 03:01:05.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/softoff/meson.build' at 20240424080021456 2025-03-14 03:01:05.668-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/storageaddsel.cpp' at 20240724080026572 2025-03-14 03:01:05.668-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp' 2025-03-14 03:01:05.669-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp' 2025-03-14 03:01:05.672-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/storagehandler.cpp) done (took 2 ms) 2025-03-14 03:01:05.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/storagehandler.cpp' at 20240829080022542 2025-03-14 03:01:05.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/storagehandler.cpp' at 20250303090019143 2025-03-14 03:01:05.673-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/storagehandler.cpp' 2025-03-14 03:01:05.674-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/storagehandler.cpp' 2025-03-14 03:01:05.679-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp) done (took 4 ms) 2025-03-14 03:01:05.679-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/storagehandler.hpp' at 20210308004925452 2025-03-14 03:01:05.680-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/sys_info_param.cpp' at 20210308004925452 2025-03-14 03:01:05.680-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/sys_info_param.hpp' at 20230513080027506 2025-03-14 03:01:05.680-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/systemintfcmds.cpp' at 20240829080022542 2025-03-14 03:01:05.681-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/test/meson.build' at 20241012080019916 2025-03-14 03:01:05.682-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' at 20230513080027506 2025-03-14 03:01:05.682-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' 2025-03-14 03:01:05.683-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' 2025-03-14 03:01:05.686-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp) done (took 3 ms) 2025-03-14 03:01:05.688-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/transporthandler.cpp' at 20241120090020936 2025-03-14 03:01:05.688-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/transporthandler.cpp' at 20250301090023458 2025-03-14 03:01:05.688-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/transporthandler.hpp' at 20241009080021762 2025-03-14 03:01:05.689-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/channel_layer.hpp' at 20240829080022546 2025-03-14 03:01:05.689-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' at 20240829080022546 2025-03-14 03:01:05.689-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' at 20250303090019143 2025-03-14 03:01:05.689-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' 2025-03-14 03:01:05.689-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' 2025-03-14 03:01:05.692-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/file.hpp) done (took 2 ms) 2025-03-14 03:01:05.693-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.hpp' at 20240621080022333 2025-03-14 03:01:05.693-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/channelcommands.cpp' at 20240829080022546 2025-03-14 03:01:05.693-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp' 2025-03-14 03:01:05.693-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp' 2025-03-14 03:01:05.696-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp) done (took 2 ms) 2025-03-14 03:01:05.696-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/meson.build' at 20240314080026204 2025-03-14 03:01:05.696-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' 2025-03-14 03:01:05.697-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' 2025-03-14 03:01:05.701-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp) done (took 2 ms) 2025-03-14 03:01:05.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' at 20240829080022546 2025-03-14 03:01:05.702-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' 2025-03-14 03:01:05.703-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' 2025-03-14 03:01:05.708-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp) done (took 3 ms) 2025-03-14 03:01:05.708-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/usercommands.cpp' at 20241009080021762 2025-03-14 03:01:05.709-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/user_channel/usercommands.hpp' at 20241009080021762 2025-03-14 03:01:05.709-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/meson.build' at 20230427080025914 2025-03-14 03:01:05.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/.clang-format' at 20241219090023000 2025-03-14 03:01:05.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/.shellcheck' at 20210415000058068 2025-03-14 03:01:05.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/average.cpp' at 20240817080026660 2025-03-14 03:01:05.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/average.hpp' at 20240817080026660 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/env.cpp' at 20210308004940468 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/gpio_handle.cpp' at 20230511080028983 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/gpio_handle.hpp' at 20230511080028983 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/hwmon.hpp' at 20210308004940468 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/hwmonio.hpp' at 20210308004940468 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/interface.hpp' at 20231201090027538 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/mainloop.hpp' at 20231201090027538 2025-03-14 03:01:05.713-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/meson.build' at 20240730080026906 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/meson.options' at 20240730080026906 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/msl/meson.build' at 20210507000042347 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/readd.cpp' at 20230511080028983 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/sensor.cpp' at 20240817080026660 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/sensor.hpp' at 20241111090027858 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/sensorset.cpp' at 20210308004940468 2025-03-14 03:01:05.714-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/sensorset.hpp' at 20210308004940468 2025-03-14 03:01:05.715-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/sysfs.cpp' at 20240817080026660 2025-03-14 03:01:05.715-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/sysfs.hpp' at 20240817080026660 2025-03-14 03:01:05.715-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/test/gpio.cpp' at 20210308004940468 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/test/hwmonio_mock.hpp' at 20240817080026664 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/test/meson.build' at 20231130090025714 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/thresholds.hpp' at 20241219090023000 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/tools/find_hwmon.cpp' at 20210308004940472 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/tools/meson.build' at 20210507000042347 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/util.hpp' at 20210308004940472 2025-03-14 03:01:05.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/.clang-format' at 20240820080025622 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/.shellcheck' at 20210427000037897 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/app.cpp' at 20220419100025108 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/errors.cpp' at 20220615030021588 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/errors.hpp' at 20210308005054073 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/events.hpp' at 20210308005054073 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/functor.cpp' at 20240820080025626 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/functor.hpp' at 20240820080025626 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/manager.cpp' at 20240820080025626 2025-03-14 03:01:05.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/meson.build' at 20240522080022636 2025-03-14 03:01:05.718-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/meson.options' at 20230817080037045 2025-03-14 03:01:05.719-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/test/meson.build' at 20240522080022636 2025-03-14 03:01:05.719-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/types.hpp' at 20230207040025134 2025-03-14 03:01:05.719-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/utils.hpp' at 20230511080029431 2025-03-14 03:01:05.719-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/.clang-format' at 20241219090023632 2025-03-14 03:01:05.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/example/meson.build' at 20210617000051848 2025-03-14 03:01:05.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/manager.cpp' at 20240817080027248 2025-03-14 03:01:05.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/manager.hpp' at 20240817080027248 2025-03-14 03:01:05.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/meson.build' at 20230815080023508 2025-03-14 03:01:05.721-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/test/helper.cpp' at 20230824080029361 2025-03-14 03:01:05.722-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-blobs/test/meson.build' at 20220824030029051 2025-03-14 03:01:05.722-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/.clang-format' at 20241219090024012 2025-03-14 03:01:05.722-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/buildjson.cpp' at 20220604030022085 2025-03-14 03:01:05.722-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/buildjson.hpp' at 20240618080029637 2025-03-14 03:01:05.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/file_handler.cpp' at 20240817080027652 2025-03-14 03:01:05.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/file_handler.hpp' at 20230511080030371 2025-03-14 03:01:05.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handlers_builder.hpp' at 20210308005120349 2025-03-14 03:01:05.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_aspeed.hpp' at 20240817080027652 2025-03-14 03:01:05.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_nuvoton.cpp' at 20240817080027652 2025-03-14 03:01:05.723-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/meson.build' at 20230413080028161 2025-03-14 03:01:05.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/crc_mock.hpp' at 20210427000038985 2025-03-14 03:01:05.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/meson.build' at 20220210040033214 2025-03-14 03:01:05.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/general_systemd.hpp' at 20240817080027656 2025-03-14 03:01:05.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/image_handler.hpp' at 20240817080027656 2025-03-14 03:01:05.726-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handlers_builder.hpp' at 20220108040030440 2025-03-14 03:01:05.726-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/log-handler/meson.build' at 20220108040030440 2025-03-14 03:01:05.726-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/meson.build' at 20220108040030440 2025-03-14 03:01:05.726-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/meson.build' at 20231208090025561 2025-03-14 03:01:05.727-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/test/meson.build' at 20220210040033214 2025-03-14 03:01:05.727-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/version-handler/meson.build' at 20211029000047258 2025-03-14 03:01:05.727-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/meson.build' at 20211029000047258 2025-03-14 03:01:05.728-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/cleanup/meson.build' at 20211102000049236 2025-03-14 03:01:05.728-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/cleanup/test/meson.build' at 20211029000047258 2025-03-14 03:01:05.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/meson.build' at 20231208090025561 2025-03-14 03:01:05.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/meson.options' at 20230921080030785 2025-03-14 03:01:05.729-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/tools/handler.cpp' at 20240817080027656 2025-03-14 03:01:05.730-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/tools/handler.hpp' at 20240417080025475 2025-03-14 03:01:05.730-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/tools/meson.build' at 20230921080030785 2025-03-14 03:01:05.730-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/tools/pciaccess.cpp' at 20240817080027656 2025-03-14 03:01:05.730-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/tools/pciaccess.hpp' at 20240817080027656 2025-03-14 03:01:05.731-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/tools/test/tools_pci_unittest.cpp' at 20241219090024012 2025-03-14 03:01:05.731-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/.shellcheck' at 20210415000105072 2025-03-14 03:01:05.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/fault-monitor/fru-fault-monitor.cpp' at 20240828080025975 2025-03-14 03:01:05.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/fault-monitor/meson.build' at 20231130090027074 2025-03-14 03:01:05.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.cpp' at 20240828080025975 2025-03-14 03:01:05.736-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.hpp' at 20240828080025975 2025-03-14 03:01:05.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/manager/meson.build' at 20240824080021954 2025-03-14 03:01:05.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/meson.build' at 20240403080030222 2025-03-14 03:01:05.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/meson.options' at 20231115090030615 2025-03-14 03:01:05.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/scripts/parse_led.py' at 20240911080053387 2025-03-14 03:01:05.738-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/test/meson.build' at 20240911080053391 2025-03-14 03:01:05.738-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-sysfs/.clang-format' at 20241219090024740 2025-03-14 03:01:05.739-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-sysfs/meson.build' at 20240805080025236 2025-03-14 03:01:05.739-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-sysfs/meson.options' at 20230817080038681 2025-03-14 03:01:05.740-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-sysfs/subprojects/packagefiles/boost/meson.build' at 20230208040030540 2025-03-14 03:01:05.741-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-sysfs/test/meson.build' at 20240802080023585 2025-03-14 03:01:05.742-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/.clang-format' at 20240820080027366 2025-03-14 03:01:05.742-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/.shellcheck' at 20210415000106104 2025-03-14 03:01:05.742-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/README.md' at 20241205090034092 2025-03-14 03:01:05.743-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/dist/meson.build' at 20230413080030485 2025-03-14 03:01:05.744-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/meson.build' at 20210501000157730 2025-03-14 03:01:05.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.cpp' at 20241120090023420 2025-03-14 03:01:05.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.hpp' at 20241029080027815 2025-03-14 03:01:05.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.cpp' at 20240926080026490 2025-03-14 03:01:05.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.hpp' at 20240820080027370 2025-03-14 03:01:05.745-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_data.hpp' at 20220806030027597 2025-03-14 03:01:05.746-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/journal.cpp' at 20241002080024874 2025-03-14 03:01:05.746-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/journal.hpp' at 20240820080027374 2025-03-14 03:01:05.746-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/json_utils.cpp' at 20240820080027374 2025-03-14 03:01:05.746-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/manager.cpp' at 20241212090025211 2025-03-14 03:01:05.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/meson.build' at 20241113090025393 2025-03-14 03:01:05.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/pel.cpp' at 20241029080027819 2025-03-14 03:01:05.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/pel.hpp' at 20240823080022084 2025-03-14 03:01:05.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.cpp' at 20241022080025524 2025-03-14 03:01:05.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.hpp' at 20240926080026490 2025-03-14 03:01:05.748-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/registry/message_registry.json' at 20241205090034092 2025-03-14 03:01:05.750-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/registry.cpp' at 20240820080027378 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/registry.hpp' at 20240820080027378 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/repository.cpp' at 20240820080027378 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/repository.hpp' at 20240820080027378 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/section.hpp' at 20230325080023516 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/service_indicators.hpp' at 20221005030030502 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/severity.cpp' at 20240820080027378 2025-03-14 03:01:05.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/src.cpp' at 20241022080025524 2025-03-14 03:01:05.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/src.hpp' at 20241022080025528 2025-03-14 03:01:05.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/user_data.hpp' at 20210308005049137 2025-03-14 03:01:05.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.cpp' at 20240820080027378 2025-03-14 03:01:05.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.hpp' at 20240820080027378 2025-03-14 03:01:05.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/gen/meson.build' at 20240925080030038 2025-03-14 03:01:05.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/gen/regenerate-meson' at 20220914030025016 2025-03-14 03:01:05.753-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/Manager/meson.build' at 20230825080031745 2025-03-14 03:01:05.754-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/meson.build' at 20220914030025016 2025-03-14 03:01:05.754-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/lib/include/phosphor-logging/commit.hpp' at 20241113090025393 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/lib/lg2_commit.cpp' at 20241212090025211 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/lib/lg2_logger.cpp' at 20240820080027378 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/lib/meson.build' at 20241112090035822 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/log_manager.cpp' at 20241212090025211 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/logging_test.cpp' at 20240820080027378 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/meson.build' at 20241113090025393 2025-03-14 03:01:05.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/meson.build' at 20250301090026315 2025-03-14 03:01:05.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/meson.options' at 20241112090035826 2025-03-14 03:01:05.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/phosphor-rsyslog-config/meson.build' at 20241123090021039 2025-03-14 03:01:05.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.cpp' at 20240820080027378 2025-03-14 03:01:05.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.hpp' at 20230715080024019 2025-03-14 03:01:05.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/test/meson.build' at 20241112090035826 2025-03-14 03:01:05.758-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/test/openpower-pels/meson.build' at 20241003080023049 2025-03-14 03:01:05.758-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/test/openpower-pels/pel_utils.hpp' at 20210308005049141 2025-03-14 03:01:05.763-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-mboxd/m4/.keep' at 20210308005108641 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/.clang-format' at 20240829080025807 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/OWNERS' at 20220802030023531 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/auth_algo.cpp' at 20240724080030104 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/auth_algo.hpp' at 20240829080025807 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/channel_auth.cpp' at 20240829080025807 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/channel_auth.hpp' at 20231024080029049 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/open_session.cpp' at 20220805030037279 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/payload_cmds.cpp' at 20240224090022930 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/payload_cmds.hpp' at 20231024080029049 2025-03-14 03:01:05.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/rakp12.cpp' at 20240829080025807 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/session_cmds.cpp' at 20230513080031426 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command/session_cmds.hpp' at 20231024080029049 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command_table.cpp' at 20240829080025807 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/command_table.hpp' at 20240829080025807 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/crypt_algo.cpp' at 20240829080025807 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/crypt_algo.hpp' at 20240829080025807 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/integrity_algo.hpp' at 20230513080031426 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/meson.build' at 20240702080024364 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/message_handler.cpp' at 20230513080031426 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/message_parsers.cpp' at 20240829080025807 2025-03-14 03:01:05.772-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/message_parsers.hpp' at 20240829080025807 2025-03-14 03:01:05.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/sd_event_loop.cpp' at 20241119090023648 2025-03-14 03:01:05.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/session.hpp' at 20240829080025807 2025-03-14 03:01:05.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/sessions_manager.cpp' at 20240829080025807 2025-03-14 03:01:05.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/sol/sol_manager.cpp' at 20240829080025811 2025-03-14 03:01:05.773-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/sol/sol_manager.hpp' at 20230613080025935 2025-03-14 03:01:05.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-net-ipmid/test/meson.build' at 20220805030037283 2025-03-14 03:01:05.774-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/.shellcheck' at 20210415100052453 2025-03-14 03:01:05.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/meson.build' at 20240925080031386 2025-03-14 03:01:05.775-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/regenerate-meson' at 20210623000106788 2025-03-14 03:01:05.776-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/Create/meson.build' at 20230825080033269 2025-03-14 03:01:05.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/meson.build' at 20220921030029346 2025-03-14 03:01:05.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/CreateStatic/meson.build' at 20230825080033269 2025-03-14 03:01:05.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/meson.build' at 20220921030029346 2025-03-14 03:01:05.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/Create/meson.build' at 20230825080033269 2025-03-14 03:01:05.777-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/meson.build' at 20220921030029346 2025-03-14 03:01:05.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/meson.build' at 20240822080023969 2025-03-14 03:01:05.778-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/meson_options.txt' at 20221122040028159 2025-03-14 03:01:05.779-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/meson.build' at 20230419080032126 2025-03-14 03:01:05.779-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/meson.build' at 20241127090024701 2025-03-14 03:01:05.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/meson.build' at 20250304090031245 2025-03-14 03:01:05.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' at 20240827080032479 2025-03-14 03:01:05.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' at 20250225090026108 2025-03-14 03:01:05.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' at 20250304090031245 2025-03-14 03:01:05.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/ncsi_util.cpp' at 20240827080032479 2025-03-14 03:01:05.780-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/src/ncsi_util.hpp' at 20240827080032479 2025-03-14 03:01:05.781-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/meson.build' at 20230408080025093 2025-03-14 03:01:05.782-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/test/meson.build' at 20221204040023565 2025-03-14 03:01:05.785-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/.clang-format' at 20240820080028978 2025-03-14 03:01:05.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/libmapper/test/meson.build' at 20210827000032628 2025-03-14 03:01:05.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/meson.build' at 20240904080040075 2025-03-14 03:01:05.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/meson.options' at 20230817080041153 2025-03-14 03:01:05.786-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/associations.cpp' at 20240820080028978 2025-03-14 03:01:05.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/handler.cpp' at 20240919080030206 2025-03-14 03:01:05.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/handler.hpp' at 20240906080025056 2025-03-14 03:01:05.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/main.cpp' at 20240906080025056 2025-03-14 03:01:05.787-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/processing.cpp' at 20241113090026909 2025-03-14 03:01:05.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/test/associations.cpp' at 20231024080029933 2025-03-14 03:01:05.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/test/meson.build' at 20230209040033837 2025-03-14 03:01:05.788-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/test/util/association_objects.hpp' at 20220712030042488 2025-03-14 03:01:05.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/.shellcheck' at 20210415000109176 2025-03-14 03:01:05.790-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/OWNERS' at 20241220090032923 2025-03-14 03:01:05.791-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/dbus/dbuspassive.cpp' at 20240904080040759 2025-03-14 03:01:05.793-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/main.cpp' at 20240904080040759 2025-03-14 03:01:05.793-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/meson.build' at 20240614080032247 2025-03-14 03:01:05.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/pid/zone.cpp' at 20241022080027608 2025-03-14 03:01:05.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/pid/zone.hpp' at 20241022080027608 2025-03-14 03:01:05.794-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/pid/zone_interface.hpp' at 20241022080027608 2025-03-14 03:01:05.795-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/sensors/host.cpp' at 20240904080040763 2025-03-14 03:01:05.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/swampd_diagram.png' at 20210308005116217 2025-03-14 03:01:05.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/dbus_passive_unittest.cpp' at 20241210090026644 2025-03-14 03:01:05.796-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/meson.build' at 20231202090027332 2025-03-14 03:01:05.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/pid_fancontroller_unittest.cpp' at 20240213090025851 2025-03-14 03:01:05.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/pid_zone_unittest.cpp' at 20241022080027608 2025-03-14 03:01:05.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/sensor_host_unittest.cpp' at 20240904080040763 2025-03-14 03:01:05.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/zone_mock.hpp' at 20241022080027608 2025-03-14 03:01:05.797-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-post-code-manager/.clang-format' at 20240904080041119 2025-03-14 03:01:05.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-post-code-manager/inc/post_code.hpp' at 20241114091024917 2025-03-14 03:01:05.798-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-post-code-manager/meson.options' at 20230821080027915 2025-03-14 03:01:05.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-post-code-manager/src/post_code.cpp' at 20241114091024917 2025-03-14 03:01:05.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/.clang-format' at 20240817080031284 2025-03-14 03:01:05.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/.shellcheck' at 20210420000053767 2025-03-14 03:01:05.799-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.cpp' at 20240817080031288 2025-03-14 03:01:05.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.hpp' at 20220727030028309 2025-03-14 03:01:05.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/cold-redundancy/meson.build' at 20240904080041515 2025-03-14 03:01:05.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/compatible_system_types_finder.hpp' at 20240809080033019 2025-03-14 03:01:05.800-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/dbus_interfaces_finder.cpp' at 20240817080031288 2025-03-14 03:01:05.801-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/meson.build' at 20241210090027376 2025-03-14 03:01:05.801-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/meson.options' at 20231205090035277 2025-03-14 03:01:05.801-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault/meson.build' at 20230307090037228 2025-03-14 03:01:05.803-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/meson.build' at 20240112090034344 2025-03-14 03:01:05.803-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.cpp' at 20240524080026761 2025-03-14 03:01:05.803-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.hpp' at 20240730080031630 2025-03-14 03:01:05.803-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/meson.build' at 20240703080039227 2025-03-14 03:01:05.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.cpp' at 20240817080031288 2025-03-14 03:01:05.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.hpp' at 20240817080031288 2025-03-14 03:01:05.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_sequencer_device.hpp' at 20240502080027948 2025-03-14 03:01:05.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/services.hpp' at 20240817080031288 2025-03-14 03:01:05.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/src/standard_device.hpp' at 20240817080031288 2025-03-14 03:01:05.804-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/test/meson.build' at 20240809080033019 2025-03-14 03:01:05.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_services.hpp' at 20240530080026674 2025-03-14 03:01:05.805-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-supply/meson.build' at 20240711080028179 2025-03-14 03:01:05.806-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-supply/util.cpp' at 20240817080031292 2025-03-14 03:01:05.806-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-power-supply/util.hpp' at 20240817080031292 2025-03-14 03:01:05.809-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/meson.build' at 20231205090035277 2025-03-14 03:01:05.810-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_capture_bytes_action.cpp' at 20211202040052622 2025-03-14 03:01:05.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_write_vout_command_action.cpp' at 20240817080031292 2025-03-14 03:01:05.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.cpp' at 20240817080031292 2025-03-14 03:01:05.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.hpp' at 20240730080031630 2025-03-14 03:01:05.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.cpp' at 20240817080031292 2025-03-14 03:01:05.811-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.hpp' at 20241210090027376 2025-03-14 03:01:05.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/error_logging.cpp' at 20210901000109343 2025-03-14 03:01:05.812-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/journal.hpp' at 20240817080031292 2025-03-14 03:01:05.813-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/src/meson.build' at 20240112090034344 2025-03-14 03:01:05.816-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/test/meson.build' at 20240112090034344 2025-03-14 03:01:05.817-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/phosphor-regulators/test/presence_detection_tests.cpp' at 20210511000104226 2025-03-14 03:01:05.817-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/pmbus.cpp' at 20240817080031296 2025-03-14 03:01:05.817-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/pmbus.hpp' at 20241210090027376 2025-03-14 03:01:05.818-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/power-sequencer/meson.build' at 20230908080035394 2025-03-14 03:01:05.819-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/power-sequencer/ucd90160.hpp' at 20230511080035563 2025-03-14 03:01:05.819-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/power-supply/meson.build' at 20231205090035277 2025-03-14 03:01:05.819-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/power-supply/test/meson.build' at 20231205090035281 2025-03-14 03:01:05.821-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/subprojects/packagefiles/boost/meson.build' at 20240410080033026 2025-03-14 03:01:05.822-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/temporary_subdirectory.cpp' at 20240817080031296 2025-03-14 03:01:05.822-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/test/meson.build' at 20240809080033023 2025-03-14 03:01:05.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/i2c/i2c.hpp' at 20241210090027380 2025-03-14 03:01:05.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/i2c/meson.build' at 20231205090035281 2025-03-14 03:01:05.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/i2c/test/meson.build' at 20231205090035281 2025-03-14 03:01:05.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.cpp' at 20211110010048674 2025-03-14 03:01:05.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.hpp' at 20241025080030538 2025-03-14 03:01:05.823-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' at 20241213090049190 2025-03-14 03:01:05.823-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' 2025-03-14 03:01:05.824-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' 2025-03-14 03:01:05.827-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp) done (took 2 ms) 2025-03-14 03:01:05.827-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' at 20241204090032755 2025-03-14 03:01:05.827-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' 2025-03-14 03:01:05.827-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' 2025-03-14 03:01:05.830-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.cpp) done (took 2 ms) 2025-03-14 03:01:05.831-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/main.cpp' at 20241114091025397 2025-03-14 03:01:05.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/meson.build' at 20241122090031389 2025-03-14 03:01:05.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/test/meson.build' at 20241114091025397 2025-03-14 03:01:05.832-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/updater.cpp' at 20241114091025397 2025-03-14 03:01:05.832-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-power/tools/power-utils/updater.cpp' 2025-03-14 03:01:05.833-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-power/tools/power-utils/updater.cpp' 2025-03-14 03:01:05.836-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.hpp) done (took 2 ms) 2025-03-14 03:01:05.836-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-power/tools/power-utils/updater.hpp' 2025-03-14 03:01:05.836-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-power/tools/power-utils/updater.hpp' 2025-03-14 03:01:05.838-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-user-manager/test/user_mgr_test.cpp) done (took 1 ms) 2025-03-14 03:01:05.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/utils.cpp' at 20241114091025397 2025-03-14 03:01:05.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/tools/power-utils/utils.hpp' at 20241114091025397 2025-03-14 03:01:05.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/.clang-format' at 20241219090028316 2025-03-14 03:01:05.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/meson.build' at 20241122090031749 2025-03-14 03:01:05.839-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/meson.options' at 20241122090031749 2025-03-14 03:01:05.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/services/meson.build' at 20230822080035905 2025-03-14 03:01:05.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/activation.cpp' at 20241213090049550 2025-03-14 03:01:05.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/activation.hpp' at 20241213090049550 2025-03-14 03:01:05.840-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/item_updater.cpp' at 20241219090028316 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/meson.build' at 20230616135354425 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/utils.cpp' at 20241211090205458 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/utils.hpp' at 20241211090205458 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/version.cpp' at 20241204090033135 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/src/version.hpp' at 20240829080033127 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/test/meson.build' at 20231201090032926 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/test/mocked_activation_listener.hpp' at 20240829080033127 2025-03-14 03:01:05.841-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/test/mocked_association_interface.hpp' at 20240829080033127 2025-03-14 03:01:05.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/test/test_item_updater.cpp' at 20241213090049554 2025-03-14 03:01:05.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/test/test_utils.cpp' at 20241204090033139 2025-03-14 03:01:05.843-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-psu-code-mgmt/vendor-example/meson.build' at 20231201090032926 2025-03-14 03:01:05.845-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-settingsd/.clang-format' at 20241219090028944 2025-03-14 03:01:05.845-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-settingsd/meson.build' at 20240413080028020 2025-03-14 03:01:05.846-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-snmp/.clang-format' at 20241220090035175 2025-03-14 03:01:05.847-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-snmp/meson.build' at 20240912080033299 2025-03-14 03:01:05.847-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-snmp/meson.options' at 20230909080034343 2025-03-14 03:01:05.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-snmp/test/meson.build' at 20240112090035520 2025-03-14 03:01:05.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/.clang-format' at 20241219090029704 2025-03-14 03:01:05.848-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/.shellcheck' at 20210415000117524 2025-03-14 03:01:05.849-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/data/meson.build' at 20220226040035992 2025-03-14 03:01:05.849-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/discover_system_state.cpp' at 20240823080031161 2025-03-14 03:01:05.850-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/host_condition_gpio/meson.build' at 20240621080029190 2025-03-14 03:01:05.850-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/hypervisor_state_manager.hpp' at 20240711080029831 2025-03-14 03:01:05.850-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/meson.build' at 20241211090206662 2025-03-14 03:01:05.850-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/meson.build' at 20250307090028013 2025-03-14 03:01:05.850-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/meson.options' at 20241211090206662 2025-03-14 03:01:05.851-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/service_files/meson.build' at 20231207090043834 2025-03-14 03:01:05.852-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/target_files/meson.build' at 20230817080044253 2025-03-14 03:01:05.854-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-time-manager/.clang-format' at 20241219090030044 2025-03-14 03:01:05.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-time-manager/.clang-tidy' at 20230721080036194 2025-03-14 03:01:05.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-time-manager/meson.build' at 20231201090034758 2025-03-14 03:01:05.855-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-time-manager/meson.options' at 20230817080044709 2025-03-14 03:01:05.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-time-manager/test/meson.build' at 20210310110040172 2025-03-14 03:01:05.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/.clang-format' at 20241220090036163 2025-03-14 03:01:05.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/.clang-tidy' at 20221017030028079 2025-03-14 03:01:05.856-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/.openbmc-enforce-gitlint' at 20221102030039781 2025-03-14 03:01:05.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/meson.build' at 20240815080043900 2025-03-14 03:01:05.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/meson.options' at 20230824080041137 2025-03-14 03:01:05.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config.hpp' at 20240815080043904 2025-03-14 03:01:05.857-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/phosphor-ldap-config/meson.build' at 20240423080031711 2025-03-14 03:01:05.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/subprojects/packagefiles/boost/meson.build' at 20240423080031711 2025-03-14 03:01:05.858-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/test/meson.build' at 20240112090036676 2025-03-14 03:01:05.859-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' 2025-03-14 03:01:05.859-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' 2025-03-14 03:01:05.862-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-user-manager/user_mgr.cpp) done (took 3 ms) 2025-03-14 03:01:05.863-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/user_mgr.cpp' at 20241220090036163 2025-03-14 03:01:05.863-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-user-manager/user_mgr.cpp' 2025-03-14 03:01:05.863-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-user-manager/user_mgr.cpp' 2025-03-14 03:01:05.865-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/.eslintignore) done (took 1 ms) 2025-03-14 03:01:05.865-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/user_mgr.hpp' at 20231010080036167 2025-03-14 03:01:05.865-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/users.cpp' at 20231010080036167 2025-03-14 03:01:05.865-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/users.hpp' at 20221115040038071 2025-03-14 03:01:05.865-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-virtual-sensor/.clang-format' at 20241219090030684 2025-03-14 03:01:05.866-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-virtual-sensor/meson.build' at 20241028080029922 2025-03-14 03:01:05.866-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-virtual-sensor/subprojects/exprtk.wrap' at 20220204210413341 2025-03-14 03:01:05.867-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-virtual-sensor/test/meson.build' at 20231008080027971 2025-03-14 03:01:05.868-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-watchdog/meson.build' at 20230714080036783 2025-03-14 03:01:05.872-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-webui/app/assets/images/favicon.ico' at 20210308005107069 2025-03-14 03:01:05.887-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/.clang-format' at 20241220090037491 2025-03-14 03:01:05.888-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/.eslintignore' 2025-03-14 03:01:05.888-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/.eslintignore' 2025-03-14 03:01:05.890-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/.linter-ignore) done (took 1 ms) 2025-03-14 03:01:05.890-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/.linter-ignore' 2025-03-14 03:01:05.890-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/.linter-ignore' 2025-03-14 03:01:05.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/common/test/mocked_utils.hpp' at 20240910080037463 2025-03-14 03:01:05.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/common/test/pldm_utils_test.cpp' at 20240826080030471 2025-03-14 03:01:05.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/common/transport.cpp' at 20240819080030251 2025-03-14 03:01:05.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/common/types.hpp' at 20241204090036295 2025-03-14 03:01:05.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/common/utils.cpp' at 20240826080030471 2025-03-14 03:01:05.891-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/common/utils.hpp' at 20240919080039602 2025-03-14 03:01:05.899-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/activation.cpp' at 20240729080033928 2025-03-14 03:01:05.899-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/activation.hpp' at 20240729080033928 2025-03-14 03:01:05.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/inventory_manager.cpp' at 20240819080030255 2025-03-14 03:01:05.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/inventory_manager.hpp' at 20240819080030255 2025-03-14 03:01:05.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/manager.hpp' at 20240508080030966 2025-03-14 03:01:05.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/test/inventory_manager_test.cpp' at 20231020080037726 2025-03-14 03:01:05.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/test/test_pkg' at 20211101000101059 2025-03-14 03:01:05.900-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/update_manager.hpp' at 20240819080030255 2025-03-14 03:01:05.901-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/dbus/custom_dbus.cpp' at 20240716080045952 2025-03-14 03:01:05.901-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/dbus_to_event_handler.cpp' at 20240826080030471 2025-03-14 03:01:05.902-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp' at 20240909080028327 2025-03-14 03:01:05.902-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp' 2025-03-14 03:01:05.902-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp' 2025-03-14 03:01:05.902-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.hpp' 2025-03-14 03:01:05.902-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.hpp' 2025-03-14 03:01:05.903-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/host_pdr_handler.cpp' at 20240903080027139 2025-03-14 03:01:05.903-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/host_pdr_handler.hpp' at 20240819080030255 2025-03-14 03:01:05.903-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp' at 20240826080030471 2025-03-14 03:01:05.903-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp' 2025-03-14 03:01:05.904-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp' 2025-03-14 03:01:05.904-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' 2025-03-14 03:01:05.904-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' 2025-03-14 03:01:05.904-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' 2025-03-14 03:01:05.905-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' 2025-03-14 03:01:05.905-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/no_json/dummy.json' 2025-03-14 03:01:05.905-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/test/host_effecter_jsons/no_json/dummy.json' 2025-03-14 03:01:05.909-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/host-bmc/test/meson.build) done (took 2 ms) 2025-03-14 03:01:05.909-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/host-bmc/test/meson.build' at 20240826080030471 2025-03-14 03:01:05.909-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/host-bmc/test/meson.build' 2025-03-14 03:01:05.909-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/host-bmc/test/meson.build' 2025-03-14 03:01:05.911-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/libpldmresponder/meson.build) done (took 1 ms) 2025-03-14 03:01:05.912-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/base.hpp' at 20240903080027139 2025-03-14 03:01:05.912-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/bios_attribute.hpp' at 20240611080032889 2025-03-14 03:01:05.912-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/bios_enum_attribute.hpp' at 20240123090036147 2025-03-14 03:01:05.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/bios_integer_attribute.hpp' at 20230719080035239 2025-03-14 03:01:05.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/bios_string_attribute.hpp' at 20230719080035243 2025-03-14 03:01:05.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/bios_table.cpp' at 20240819080030255 2025-03-14 03:01:05.913-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/bios_table.hpp' at 20240903080027139 2025-03-14 03:01:05.915-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/fru.cpp' at 20240909080028327 2025-03-14 03:01:05.915-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/fru.hpp' at 20240819080030259 2025-03-14 03:01:05.915-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/fru_parser.hpp' at 20240618080043041 2025-03-14 03:01:05.915-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/meson.build' at 20240910080037463 2025-03-14 03:01:05.915-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/libpldmresponder/meson.build' 2025-03-14 03:01:05.915-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/libpldmresponder/meson.build' 2025-03-14 03:01:05.919-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/meson.build) done (took 3 ms) 2025-03-14 03:01:05.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/pdr.cpp' at 20240819080030259 2025-03-14 03:01:05.919-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/pdr.hpp' at 20240903080027139 2025-03-14 03:01:05.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/pdr_utils.hpp' at 20240903080027139 2025-03-14 03:01:05.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/platform.cpp' at 20240919080039602 2025-03-14 03:01:05.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/platform.hpp' at 20241106090036810 2025-03-14 03:01:05.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/platform_numeric_effecter.hpp' at 20240903080027139 2025-03-14 03:01:05.920-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/platform_state_sensor.hpp' at 20240801080035196 2025-03-14 03:01:05.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE' at 20210518000100501 2025-03-14 03:01:05.921-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE-CKSUM' at 20210518000100501 2025-03-14 03:01:05.922-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/test/libpldmresponder_fru_test.cpp' at 20240819080030259 2025-03-14 03:01:05.925-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/meson.build' at 20241125090040576 2025-03-14 03:01:05.925-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/meson.build' 2025-03-14 03:01:05.925-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/meson.build' 2025-03-14 03:01:05.928-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp) done (took 2 ms) 2025-03-14 03:01:05.928-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/meson.options' at 20241108090035241 2025-03-14 03:01:05.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ampere/event/cper.hpp' at 20241125090040576 2025-03-14 03:01:05.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ampere/event/meson.build' at 20241125090040576 2025-03-14 03:01:05.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ampere/event/oem_event_manager.cpp' at 20241216090039833 2025-03-14 03:01:05.929-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' at 20241125090040576 2025-03-14 03:01:05.929-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' 2025-03-14 03:01:05.929-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' 2025-03-14 03:01:05.931-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp) done (took 1 ms) 2025-03-14 03:01:05.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ampere/meson.build' at 20241106090036814 2025-03-14 03:01:05.932-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ampere/oem_ampere.hpp' at 20241125090040576 2025-03-14 03:01:05.937-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/configurations/fileTable.json' at 20241204090036299 2025-03-14 03:01:05.938-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/configurations/host_eid' at 20210311201857430 2025-03-14 03:01:05.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.cpp' at 20240911080105024 2025-03-14 03:01:05.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.hpp' at 20240910080037463 2025-03-14 03:01:05.939-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' at 20240819080030259 2025-03-14 03:01:05.939-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' 2025-03-14 03:01:05.939-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' 2025-03-14 03:01:05.942-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp) done (took 2 ms) 2025-03-14 03:01:05.942-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' at 20240903080027143 2025-03-14 03:01:05.942-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' 2025-03-14 03:01:05.943-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' 2025-03-14 03:01:05.945-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp) done (took 1 ms) 2025-03-14 03:01:05.945-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' at 20240819080030259 2025-03-14 03:01:05.945-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' 2025-03-14 03:01:05.945-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' 2025-03-14 03:01:05.947-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp) done (took 1 ms) 2025-03-14 03:01:05.947-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' 2025-03-14 03:01:05.948-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' 2025-03-14 03:01:05.951-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp) done (took 2 ms) 2025-03-14 03:01:05.951-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' at 20240521080035457 2025-03-14 03:01:05.951-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' 2025-03-14 03:01:05.952-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' 2025-03-14 03:01:05.954-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp) done (took 1 ms) 2025-03-14 03:01:05.954-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' at 20240819080030263 2025-03-14 03:01:05.954-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' 2025-03-14 03:01:05.955-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' 2025-03-14 03:01:05.958-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp) done (took 2 ms) 2025-03-14 03:01:05.958-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pcie.cpp' at 20240903080027143 2025-03-14 03:01:05.959-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.cpp' at 20240903080027143 2025-03-14 03:01:05.959-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' at 20240521080035457 2025-03-14 03:01:05.959-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' 2025-03-14 03:01:05.960-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' 2025-03-14 03:01:05.963-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp) done (took 2 ms) 2025-03-14 03:01:05.963-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' at 20241210090030757 2025-03-14 03:01:05.963-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' 2025-03-14 03:01:05.964-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' 2025-03-14 03:01:05.965-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp) done (took 1 ms) 2025-03-14 03:01:05.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/utils.cpp' at 20240909080028331 2025-03-14 03:01:05.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/libpldmresponder/utils.hpp' at 20240716080045952 2025-03-14 03:01:05.966-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/requester/dbus_to_file_handler.cpp' at 20240819080030263 2025-03-14 03:01:05.970-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp) done (took 1 ms) 2025-03-14 03:01:05.971-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/event_manager.cpp) done (took 1 ms) 2025-03-14 03:01:05.971-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/event_manager.cpp' 2025-03-14 03:01:05.972-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/event_manager.cpp' 2025-03-14 03:01:05.973-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/event_manager.hpp) done (took 1 ms) 2025-03-14 03:01:05.973-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/event_manager.hpp' 2025-03-14 03:01:05.974-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/event_manager.hpp' 2025-03-14 03:01:05.975-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/manager.hpp) done (took 1 ms) 2025-03-14 03:01:05.975-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/manager.cpp' at 20241022080031584 2025-03-14 03:01:05.976-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/manager.hpp' at 20241122090035233 2025-03-14 03:01:05.976-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/manager.hpp' at 20250225090030960 2025-03-14 03:01:05.976-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/manager.hpp' 2025-03-14 03:01:05.976-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/manager.hpp' 2025-03-14 03:01:05.978-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.cpp) done (took 1 ms) 2025-03-14 03:01:05.978-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/numeric_sensor.cpp' at 20241030080028571 2025-03-14 03:01:05.978-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/numeric_sensor.cpp' 2025-03-14 03:01:05.978-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/numeric_sensor.cpp' 2025-03-14 03:01:05.980-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.hpp) done (took 1 ms) 2025-03-14 03:01:05.980-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/numeric_sensor.hpp' at 20241030080028571 2025-03-14 03:01:05.980-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/numeric_sensor.hpp' 2025-03-14 03:01:05.980-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/numeric_sensor.hpp' 2025-03-14 03:01:05.982-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/platform_manager.hpp) done (took 1 ms) 2025-03-14 03:01:05.982-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/platform_manager.cpp' at 20241029080038635 2025-03-14 03:01:05.983-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/platform_manager.hpp' at 20240919080039602 2025-03-14 03:01:05.983-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/platform_manager.hpp' 2025-03-14 03:01:05.983-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/platform_manager.hpp' 2025-03-14 03:01:05.985-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/sensor_manager.hpp) done (took 1 ms) 2025-03-14 03:01:05.985-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/sensor_manager.cpp' at 20241022080031584 2025-03-14 03:01:05.985-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/sensor_manager.cpp' at 20250225090030964 2025-03-14 03:01:05.985-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/sensor_manager.hpp' at 20240919080039602 2025-03-14 03:01:05.985-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/sensor_manager.hpp' 2025-03-14 03:01:05.985-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/sensor_manager.hpp' 2025-03-14 03:01:05.987-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/terminus.cpp) done (took 1 ms) 2025-03-14 03:01:05.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus.cpp' at 20241022080031584 2025-03-14 03:01:05.987-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus.cpp' at 20250225090030964 2025-03-14 03:01:05.987-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/terminus.cpp' 2025-03-14 03:01:05.987-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/terminus.cpp' 2025-03-14 03:01:05.989-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/terminus.hpp) done (took 1 ms) 2025-03-14 03:01:05.989-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus.hpp' at 20241113090031717 2025-03-14 03:01:05.989-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/terminus.hpp' 2025-03-14 03:01:05.989-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/terminus.hpp' 2025-03-14 03:01:05.991-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/terminus_manager.hpp) done (took 1 ms) 2025-03-14 03:01:05.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus_manager.cpp' at 20241113090031717 2025-03-14 03:01:05.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus_manager.cpp' at 20250225090030964 2025-03-14 03:01:05.991-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus_manager.hpp' at 20241113090031717 2025-03-14 03:01:05.992-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/terminus_manager.hpp' 2025-03-14 03:01:05.992-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/terminus_manager.hpp' 2025-03-14 03:01:05.993-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp) done (took 1 ms) 2025-03-14 03:01:05.996-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/event_manager_test.cpp) done (took 1 ms) 2025-03-14 03:01:05.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' at 20241022080031588 2025-03-14 03:01:05.996-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' at 20250225090030964 2025-03-14 03:01:05.996-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' 2025-03-14 03:01:05.996-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' 2025-03-14 03:01:05.998-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json) done (took 1 ms) 2025-03-14 03:01:06.002-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json) done (took 3 ms) 2025-03-14 03:01:06.008-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json) done (took 5 ms) 2025-03-14 03:01:06.011-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/meson.build) done (took 2 ms) 2025-03-14 03:01:06.011-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/meson.build' at 20240919080039606 2025-03-14 03:01:06.011-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/test/meson.build' 2025-03-14 03:01:06.011-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/test/meson.build' 2025-03-14 03:01:06.013-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp) done (took 1 ms) 2025-03-14 03:01:06.014-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' 2025-03-14 03:01:06.014-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' 2025-03-14 03:01:06.016-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp) done (took 1 ms) 2025-03-14 03:01:06.016-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/platform_manager_test.cpp' at 20241002080035767 2025-03-14 03:01:06.016-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/platform_manager_test.cpp' at 20250225090030964 2025-03-14 03:01:06.017-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' at 20241113090031717 2025-03-14 03:01:06.017-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' 2025-03-14 03:01:06.017-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' 2025-03-14 03:01:06.019-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/platform-mc/test/terminus_test.cpp) done (took 1 ms) 2025-03-14 03:01:06.019-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/test/terminus_test.cpp' at 20241002080035767 2025-03-14 03:01:06.019-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/platform-mc/test/terminus_test.cpp' 2025-03-14 03:01:06.019-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/platform-mc/test/terminus_test.cpp' 2025-03-14 03:01:06.021-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmd/pldmd.cpp) done (took 1 ms) 2025-03-14 03:01:06.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmd/dbus_impl_pdr.cpp' at 20240819080030263 2025-03-14 03:01:06.021-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmd/handler.hpp' at 20240819080030263 2025-03-14 03:01:06.022-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmd/pldmd.cpp' at 20241106090036814 2025-03-14 03:01:06.022-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmd/pldmd.cpp' 2025-03-14 03:01:06.022-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmd/pldmd.cpp' 2025-03-14 03:01:06.024-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp) done (took 1 ms) 2025-03-14 03:01:06.025-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' at 20240819080030267 2025-03-14 03:01:06.025-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' 2025-03-14 03:01:06.025-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' 2025-03-14 03:01:06.027-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmtool/pldm_base_cmd.cpp) done (took 1 ms) 2025-03-14 03:01:06.028-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' 2025-03-14 03:01:06.028-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' 2025-03-14 03:01:06.030-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp) done (took 1 ms) 2025-03-14 03:01:06.030-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' at 20240819080030267 2025-03-14 03:01:06.030-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' 2025-03-14 03:01:06.030-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' 2025-03-14 03:01:06.032-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp) done (took 1 ms) 2025-03-14 03:01:06.033-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' at 20240819080030267 2025-03-14 03:01:06.033-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' 2025-03-14 03:01:06.033-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' 2025-03-14 03:01:06.035-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp) done (took 1 ms) 2025-03-14 03:01:06.035-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' 2025-03-14 03:01:06.035-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' 2025-03-14 03:01:06.037-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp) done (took 1 ms) 2025-03-14 03:01:06.037-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' at 20240830080031079 2025-03-14 03:01:06.037-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' 2025-03-14 03:01:06.038-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' 2025-03-14 03:01:06.040-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter.cpp) done (took 1 ms) 2025-03-14 03:01:06.040-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/requester/handler.hpp' at 20240903080027143 2025-03-14 03:01:06.040-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/requester/mctp_endpoint_discovery.cpp' at 20241204090036299 2025-03-14 03:01:06.040-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/requester/mctp_endpoint_discovery.hpp' at 20241204090036299 2025-03-14 03:01:06.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/requester/test/mctp_endpoint_discovery_test.cpp' at 20240819080030267 2025-03-14 03:01:06.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/requester/test/mock_mctp_discovery_handler_intf.hpp' at 20240508080030966 2025-03-14 03:01:06.041-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/softoff/softoff.cpp' at 20240819080030267 2025-03-14 03:01:06.043-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp' 2025-03-14 03:01:06.044-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp' 2025-03-14 03:01:06.046-0500 FINEST t563 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp) done (took 1 ms) 2025-03-14 03:01:06.046-0500 FINE t563 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' 2025-03-14 03:01:06.046-0500 FINER t563 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' 2025-03-14 03:01:06.046-0500 INFO t563 Statistics.logIt: Done file collection for directory '/openbmc' (took 10.843 seconds) 2025-03-14 03:01:06.051-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/.gitlab-ci.d/cirrus.yml' at 20241211090212202 2025-03-14 03:01:06.053-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/COPYING.LIB' at 20210308005045721 2025-03-14 03:01:06.053-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/VERSION' at 20241211090212206 2025-03-14 03:01:06.054-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/accel/kvm/kvm-all.c' at 20241211090212206 2025-03-14 03:01:06.056-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/accel/tcg/plugin-gen.c' at 20241211090212206 2025-03-14 03:01:06.060-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/backends/cryptodev-vhost-user.c' at 20241211090212206 2025-03-14 03:01:06.063-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/block/block-backend.c' at 20241211090212210 2025-03-14 03:01:06.097-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/configs/targets/i386-softmmu.mak' at 20240906080037160 2025-03-14 03:01:06.098-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/configs/targets/x86_64-softmmu.mak' at 20240906080037160 2025-03-14 03:01:06.105-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/crypto/pbkdf.c' at 20241211090212230 2025-03-14 03:01:06.110-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/docs/about/deprecated.rst' at 20241211090212230 2025-03-14 03:01:06.110-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/docs/about/removed-features.rst' at 20241211090212230 2025-03-14 03:01:06.133-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/gdbstub/user-target.c' at 20241211090212242 2025-03-14 03:01:06.139-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/9pfs/9p-util.h' at 20230925080039853 2025-03-14 03:01:06.174-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/i386/acpi-build.c' at 20241211090212274 2025-03-14 03:01:06.179-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/i386/x86-common.c' at 20241211090212278 2025-03-14 03:01:06.183-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/intc/arm_gicv3_its.c' at 20240906080037236 2025-03-14 03:01:06.191-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/mem/cxl_type3.c' at 20241211090212290 2025-03-14 03:01:06.207-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/net/smc91c111.c' at 20241211090212306 2025-03-14 03:01:06.212-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/pci/msix.c' at 20240906080037276 2025-03-14 03:01:06.213-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/pci/pcie.c' at 20241211090212318 2025-03-14 03:01:06.227-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/s390x/s390-virtio-ccw.c' at 20241211090212330 2025-03-14 03:01:06.240-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/ufs/ufs.c' at 20241211090212342 2025-03-14 03:01:06.241-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/usb/canokey.c' at 20230925080039909 2025-03-14 03:01:06.241-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/usb/canokey.h' at 20230925080039909 2025-03-14 03:01:06.244-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/usb/hcd-xhci-pci.c' at 20241211090212346 2025-03-14 03:01:06.247-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/vfio/iommufd.c' at 20240906080037312 2025-03-14 03:01:06.252-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/hw/virtio/virtio-qmp.c' at 20241211090212350 2025-03-14 03:01:06.319-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/include/sysemu/kvm.h' at 20241211090212370 2025-03-14 03:01:06.321-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/include/tcg/tcg-temp-internal.h' at 20240326080039554 2025-03-14 03:01:06.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/aarch64/vdso-be.so' at 20241211090212374 2025-03-14 03:01:06.338-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/aarch64/vdso-le.so' at 20241211090212374 2025-03-14 03:01:06.342-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/elfload.c' at 20241211090212378 2025-03-14 03:01:06.350-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/loongarch64/vdso.so' at 20241211090212378 2025-03-14 03:01:06.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/ppc/vdso-64.so' at 20241211090212378 2025-03-14 03:01:06.355-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/ppc/vdso-64le.so' at 20241211090212378 2025-03-14 03:01:06.356-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/riscv/vdso-64.so' at 20240326080039562 2025-03-14 03:01:06.357-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/s390x/vdso.so' at 20240326080039562 2025-03-14 03:01:06.360-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/syscall.c' at 20241211090212386 2025-03-14 03:01:06.363-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/x86_64/vdso.so' at 20240326080039566 2025-03-14 03:01:06.364-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/meson.build' at 20241211090212386 2025-03-14 03:01:06.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/migration/multifd-nocomp.c' at 20241211090212390 2025-03-14 03:01:06.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/migration/multifd-qatzip.c' at 20241211090212390 2025-03-14 03:01:06.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/migration/multifd-qpl.c' at 20241211090212390 2025-03-14 03:01:06.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/migration/multifd-uadk.c' at 20241211090212390 2025-03-14 03:01:06.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/migration/multifd.c' at 20241211090212390 2025-03-14 03:01:06.369-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/migration/vmstate.c' at 20241121090029264 2025-03-14 03:01:06.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/net/dump.c' at 20240906080037376 2025-03-14 03:01:06.372-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/net/net.c' at 20241211090212394 2025-03-14 03:01:06.373-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/net/slirp.c' at 20240906080037376 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/QEMU,cgthree.bin' at 20210308005046113 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/QEMU,tcx.bin' at 20210308005046113 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bamboo.dtb' at 20210308005046113 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bios-256k.bin' at 20240326080039578 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bios-microvm.bin' at 20240326080039582 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bios.bin' at 20240326080039582 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/canyonlands.dtb' at 20210308005046117 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-aarch64-code.fd.bz2' at 20241211090212398 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-arm-code.fd.bz2' at 20241211090212402 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-arm-vars.fd.bz2' at 20210308005046125 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-i386-code.fd.bz2' at 20241211090212402 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-i386-secure-code.fd.bz2' at 20241211090212406 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-i386-vars.fd.bz2' at 20210308005046129 2025-03-14 03:01:06.375-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-loongarch64-code.fd.bz2' at 20241211090212410 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-loongarch64-vars.fd.bz2' at 20241211090212410 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-riscv-code.fd.bz2' at 20241211090212410 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-riscv-vars.fd.bz2' at 20240326080039594 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-x86_64-code.fd.bz2' at 20241211090212414 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-x86_64-microvm.fd.bz2' at 20241211090212418 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2' at 20241211090212422 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-e1000.rom' at 20210308005046137 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-e1000e.rom' at 20210308005046137 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-eepro100.rom' at 20210308005046137 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-ne2k_pci.rom' at 20210308005046137 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-pcnet.rom' at 20210308005046137 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-rtl8139.rom' at 20210308005046137 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-virtio.rom' at 20210308005046141 2025-03-14 03:01:06.376-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-vmxnet3.rom' at 20210308005046141 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/kvmvapic.bin' at 20210308005046149 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/linuxboot.bin' at 20210308005046149 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/linuxboot_dma.bin' at 20210308005046149 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/multiboot.bin' at 20210308005046149 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/multiboot_dma.bin' at 20220429100100690 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' at 20210308005046149 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/openbios-sparc64' at 20241211090212438 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin' at 20240906080037408 2025-03-14 03:01:06.377-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin' at 20240906080037408 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/palcode-clipper' at 20210927100127313 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/petalogix-ml605.dtb' at 20210308005046177 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/petalogix-s3adsp1800.dtb' at 20210308005046177 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pvh.bin' at 20210308005046177 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-e1000.rom' at 20210308005046177 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-eepro100.rom' at 20210308005046181 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' at 20210308005046181 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-pcnet.rom' at 20210308005046181 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-rtl8139.rom' at 20210308005046181 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-virtio.rom' at 20210308005046181 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qboot.rom' at 20221215040039234 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qemu-nsis.bmp' at 20210308005046185 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qemu-nsis.ico' at 20210308005046185 2025-03-14 03:01:06.378-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qemu_vga.ndrv' at 20210308005046185 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/s390-ccw.img' at 20241211090212442 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/skiboot.lid' at 20240906080037428 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/slof.bin' at 20240326080039610 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/u-boot-sam460-20100605.bin' at 20210308005046213 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-ati.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-qxl.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-ramfb.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-virtio.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-vmware.bin' at 20240326080039614 2025-03-14 03:01:06.380-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios.bin' at 20240326080039614 2025-03-14 03:01:06.381-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vof-nvram.bin' at 20210927100127329 2025-03-14 03:01:06.381-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vof.bin' at 20210927100127329 2025-03-14 03:01:06.382-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/python/qemu/machine/py.typed' at 20210927100127329 2025-03-14 03:01:06.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/python/qemu/qmp/py.typed' at 20210927100127329 2025-03-14 03:01:06.383-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/python/qemu/utils/py.typed' at 20210927100127329 2025-03-14 03:01:06.394-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/roms/Makefile' at 20240906080037440 2025-03-14 03:01:06.397-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/scripts/analyze-migration.py' at 20240906080037440 2025-03-14 03:01:06.401-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/scripts/make-release' at 20241211090212458 2025-03-14 03:01:06.410-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/stubs/meson.build' at 20241121090029268 2025-03-14 03:01:06.418-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/system/physmem.c' at 20241022080032788 2025-03-14 03:01:06.423-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/arm/helper.c' at 20241211090212470 2025-03-14 03:01:06.442-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/i386/cpu.c' at 20241211090212482 2025-03-14 03:01:06.445-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/i386/kvm/kvm.c' at 20241211090212486 2025-03-14 03:01:06.453-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_vec.c.inc' at 20240906080037496 2025-03-14 03:01:06.482-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/s390x/tcg/mem_helper.c' at 20240906080037532 2025-03-14 03:01:06.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/sparc/gdbstub.c' at 20240906080037536 2025-03-14 03:01:06.486-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/target/sparc/insns.decode' at 20241211090212518 2025-03-14 03:01:06.499-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tcg/riscv/tcg-target.c.inc' at 20241211090212526 2025-03-14 03:01:06.501-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tcg/tcg.c' at 20241211090212530 2025-03-14 03:01:06.503-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.acpihmatvirt' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.topology' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DBG2' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/FACP' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/GTDT' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/HMAT.acpihmatvirt' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/MCFG' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/NFIT.memhp' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SLIT.memhp' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SPCR' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.acpihmatvirt' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.memhp' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.numamem' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SSDT.memhp' at 20241211090212530 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/VIOT' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' at 20240906080037556 2025-03-14 03:01:06.504-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/MCFG' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/SRAT.numamem' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.ioapic2' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.pcie' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.ioapic2' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.rtc' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.usb' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/ERST.pcie' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/FACP' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.acpihmat' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.cphp' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.dimmpxm' at 20240906080037556 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' at 20241211090212530 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' at 20241211090212534 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' at 20241211090212534 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' at 20241211090212534 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' at 20250213090041361 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' at 20241211090212534 2025-03-14 03:01:06.505-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/ERST.acpierst' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/FACP' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/FACP.nosmm' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/FACS' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/HMAT.acpihmat' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/HPET' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/NFIT.dimmpxm' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.cphp' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.memhp' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.acpihmat' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.cphp' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.dimmpxm' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.memhp' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.numamem' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SSDT.dimmpxm' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/WAET' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-generic-x' at 20241211090212534 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-noinitiator' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count2' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.cphp' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.dimmpxm' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count2' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.type4-count' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.xapic' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.acpihmat-generic-x' at 20241211090212534 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.cxl' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' at 20241211090212534 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' at 20240906080037556 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' at 20250213090041361 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' at 20241211090212534 2025-03-14 03:01:06.506-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' at 20240906080037556 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' at 20241211090212534 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' at 20250213090041361 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/ERST.acpierst' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count2' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.nosmm' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.slic' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.type4-count' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.xapic' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACS' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-generic-x' at 20241211090212534 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-noinitiator' at 20240906080037560 2025-03-14 03:01:06.507-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HPET' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/IVRS.ivrs' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/MCFG' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/NFIT.dimmpxm' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SLIC.slic' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.cphp' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.memhp' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-generic-x' at 20241211090212534 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.cphp' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.dimmpxm' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.memhp' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.mmio64' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.numamem' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.xapic' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SSDT.dimmpxm' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/TCPA.tis.tpm12' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/TPM2.tis.tpm2' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/VIOT.viot' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/WAET' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/smbios/type11_blob' at 20240906080037560 2025-03-14 03:01:06.508-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/smbios/type11_blob.legacy' at 20240906080037560 2025-03-14 03:01:06.509-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2' at 20210308005046389 2025-03-14 03:01:06.509-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2' at 20210308005046389 2025-03-14 03:01:06.509-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' at 20210308005046389 2025-03-14 03:01:06.509-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2' at 20240906080037560 2025-03-14 03:01:06.509-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2' at 20210308005046389 2025-03-14 03:01:06.513-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/meson.build' at 20241211090212538 2025-03-14 03:01:06.513-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2500.py' at 20241211090212538 2025-03-14 03:01:06.514-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2600.py' at 20241211090212538 2025-03-14 03:01:06.514-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/test_arm_aspeed_palmetto.py' at 20241211090212538 2025-03-14 03:01:06.514-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/test_arm_aspeed_rainier.py' at 20241211090212538 2025-03-14 03:01:06.514-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/test_arm_aspeed_romulus.py' at 20241211090212538 2025-03-14 03:01:06.515-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/functional/test_rx_gdbsim.py' at 20241211090212542 2025-03-14 03:01:06.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.out' at 20210308005046397 2025-03-14 03:01:06.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-any.out' at 20210308005046397 2025-03-14 03:01:06.521-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-array.err' at 20221215040039362 2025-03-14 03:01:06.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-base.out' at 20210308005046397 2025-03-14 03:01:06.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.out' at 20210308005046397 2025-03-14 03:01:06.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-clash.out' at 20210308005046397 2025-03-14 03:01:06.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.out' at 20210308005046397 2025-03-14 03:01:06.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.out' at 20210308005046397 2025-03-14 03:01:06.522-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.out' at 20210308005046397 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.out' at 20210308005046397 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.out' at 20221215040039362 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.out' at 20210308005046397 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' at 20210308005046397 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.out' at 20210927100127469 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-empty.out' at 20210308005046397 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' at 20210308005046397 2025-03-14 03:01:06.523-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-nested.out' at 20210308005046397 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-unknown.out' at 20210308005046397 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-alternate.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-any.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-array-empty.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-array-unknown.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-boxed-string.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-if-implicit.out' at 20230925080040089 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' at 20230925080040089 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-int.out' at 20210308005046401 2025-03-14 03:01:06.524-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-invalid.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-member-case.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-member-unknown.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-union.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-unknown.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-base.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-data.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-ident.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-all.out' at 20220429100100882 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-empty.out' at 20210308005046401 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-key.out' at 20220429100100882 2025-03-14 03:01:06.525-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-keys.out' at 20220429100100882 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-list.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-not.out' at 20220429100100882 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-type-bool.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-type-dict.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-type-int.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/command-int.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/comments.err' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.out' at 20210308005046401 2025-03-14 03:01:06.526-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-section.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-before-include.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.out' at 20240906080037560 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.out' at 20210308005046401 2025-03-14 03:01:06.527-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-features.out' at 20240906080037560 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-section.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-good.err' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.out' at 20210308005046401 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.out' at 20240906080037564 2025-03-14 03:01:06.528-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' at 20210308005046401 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing-space.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-non-first-section.out' at 20240906080037564 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/double-type.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/duplicate-key.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/empty.err' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-bad-member.out' at 20210308005046405 2025-03-14 03:01:06.529-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-bad-name.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-clash-member.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.out' at 20210927100127469 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-int-member.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-member-case.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-missing-data.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.out' at 20230925080040089 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.out' at 20210308005046405 2025-03-14 03:01:06.530-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-case.out' at 20210927100127469 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-bad-type.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-if-invalid.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-missing-name.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-no-list.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-unknown-key.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/funny-char.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/funny-word.out' at 20210308005046405 2025-03-14 03:01:06.531-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/ident-with-escape.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-before-err.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-cycle.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-nested-err.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-no-file.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-non-file.out' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-repetition.err' at 20210308005046409 2025-03-14 03:01:06.532-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-self-cycle.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-simple.err' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/indented-expr.err' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/leading-comma-list.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/leading-comma-object.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.out' at 20210927100127469 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-colon.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-comma-list.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-comma-object.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.out' at 20210927100127469 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-schema.out' at 20210927100127469 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-type.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' at 20210308005046409 2025-03-14 03:01:06.533-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/nested-struct-data.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/non-objects.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/oob-test.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-unknown.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.out' at 20210927100127469 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.out' at 20210927100127469 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.out' at 20210927100127469 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-command.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-event.out' at 20210308005046409 2025-03-14 03:01:06.534-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-predefined.out' at 20210927100127469 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-type.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-command-q.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-has.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-q.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-u.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-type-list.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-alternate.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-bad-type.out' at 20210927100127469 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-dict.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-unknown.out' at 20210308005046409 2025-03-14 03:01:06.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/string-code-point-127.out' at 20210308005046409 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/string-code-point-31.out' at 20210308005046409 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.out' at 20210308005046409 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-base-clash.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' at 20230925080040089 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.out' at 20210927100127469 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out' at 20210308005046413 2025-03-14 03:01:06.536-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/type-case.out' at 20210927100127473 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unclosed-list.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unclosed-object.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unclosed-string.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-array-branch.out' at 20220429100100882 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-bad-base.out' at 20220429100100882 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.out' at 20220429100100882 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-any.out' at 20220429100100882 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-empty.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-union.out' at 20220429100100882 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.out' at 20210308005046413 2025-03-14 03:01:06.537-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.out' at 20210308005046413 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-clash-member.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-empty.out' at 20210308005046413 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-int-branch.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-base.out' at 20210308005046413 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-data.out' at 20210927100127473 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.out' at 20230925080040089 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.out' at 20230925080040089 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-no-base.out' at 20220429100100882 2025-03-14 03:01:06.538-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.out' at 20220429100100882 2025-03-14 03:01:06.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.out' at 20220429100100882 2025-03-14 03:01:06.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-unknown.out' at 20210308005046413 2025-03-14 03:01:06.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unknown-escape.out' at 20210308005046413 2025-03-14 03:01:06.539-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.out' at 20210308005046413 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/afl5.img.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/grub_mbr.raw.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v1.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v2.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2' at 20210927100127505 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2' at 20210308005046473 2025-03-14 03:01:06.556-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2' at 20210308005046473 2025-03-14 03:01:06.560-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qtest/boot-serial-test.c' at 20240906080037568 2025-03-14 03:01:06.572-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qtest/ufs-test.c' at 20241211090212550 2025-03-14 03:01:06.632-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tools/meson.build' at 20230426080043956 2025-03-14 03:01:06.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/cursor_hidden.xpm' at 20210308005046545 2025-03-14 03:01:06.633-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/cursor_left_ptr.xpm' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_128x128.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_16x16.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_24x24.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_256x256.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_32x32.bmp' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_32x32.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_48x48.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_512x512.png' at 20210308005046549 2025-03-14 03:01:06.635-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_64x64.png' at 20210308005046549 2025-03-14 03:01:06.636-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/meson.build' at 20240906080037588 2025-03-14 03:01:06.636-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/sdl2.c' at 20241211090212558 2025-03-14 03:01:06.649-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/rest-dbus/resources/32px.png' at 20210308004923384 2025-03-14 03:01:06.649-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/rest-dbus/resources/40px.png' at 20210308004923384 2025-03-14 03:01:06.651-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/rest-dbus/resources/throbber.gif' at 20210308004923388 2025-03-14 03:01:06.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/.clang-format' at 20241219090033960 2025-03-14 03:01:06.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/.shellcheck' at 20210308005049757 2025-03-14 03:01:06.655-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/OWNERS' at 20240402080037038 2025-03-14 03:01:06.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/asio-example.cpp' at 20241213090054850 2025-03-14 03:01:06.656-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/calculator-client.cpp' at 20240725080046153 2025-03-14 03:01:06.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/gen/meson.build' at 20240925080038338 2025-03-14 03:01:06.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/gen/net/poettering/Calculator/meson.build' at 20240925080038338 2025-03-14 03:01:06.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/gen/net/poettering/meson.build' at 20240920080030747 2025-03-14 03:01:06.657-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/gen/regenerate-meson' at 20220914030033172 2025-03-14 03:01:06.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/example/meson.build' at 20240920080030747 2025-03-14 03:01:06.658-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/asio/connection.hpp' at 20241213090054854 2025-03-14 03:01:06.660-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/asio/property.hpp' at 20240817080036816 2025-03-14 03:01:06.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__let.hpp' at 20241219090033964 2025-03-14 03:01:06.662-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__meta.hpp' at 20241219090033964 2025-03-14 03:01:06.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__schedulers.hpp' at 20241219090033964 2025-03-14 03:01:06.663-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transform_sender.hpp' at 20241219090033964 2025-03-14 03:01:06.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__utility.hpp' at 20240731080033662 2025-03-14 03:01:06.664-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/at_coroutine_exit.hpp' at 20241219090033968 2025-03-14 03:01:06.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/coroutine.hpp' at 20241217090453707 2025-03-14 03:01:06.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/functional.hpp' at 20241219090033968 2025-03-14 03:01:06.665-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/stop_token.hpp' at 20241219090033968 2025-03-14 03:01:06.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/message/append.hpp' at 20240618080045405 2025-03-14 03:01:06.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/message.hpp' at 20241002080038079 2025-03-14 03:01:06.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/sdbus.hpp' at 20241203090049024 2025-03-14 03:01:06.666-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/event.hpp' at 20241107090038222 2025-03-14 03:01:06.667-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/server/transaction.hpp' at 20240823080035117 2025-03-14 03:01:06.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/utility/type_traits.hpp' at 20240817080036824 2025-03-14 03:01:06.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/vtable.hpp' at 20240817080036824 2025-03-14 03:01:06.669-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/meson.build' at 20241126090041355 2025-03-14 03:01:06.672-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/test/gen/regenerate-meson' at 20220914030033172 2025-03-14 03:01:06.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/test/gen/server/Test/meson.build' at 20230825080041101 2025-03-14 03:01:06.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/test/gen/server/meson.build' at 20220914030033172 2025-03-14 03:01:06.673-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/test/meson.build' at 20241126090041355 2025-03-14 03:01:06.675-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/meson.build' at 20240920080030747 2025-03-14 03:01:06.675-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbus++-gen-meson' at 20240925080038338 2025-03-14 03:01:06.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/event.py' at 20240925080038338 2025-03-14 03:01:06.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/main.py' at 20240920080030747 2025-03-14 03:01:06.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/namedelement.py' at 20240920080030747 2025-03-14 03:01:06.676-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/property.py' at 20240925080038338 2025-03-14 03:01:06.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/error.cpp.mako' at 20230902080037613 2025-03-14 03:01:06.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/event.hpp.mako' at 20241107090038222 2025-03-14 03:01:06.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.aserver.hpp.mako' at 20231129090036073 2025-03-14 03:01:06.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.client.hpp.mako' at 20240227090033348 2025-03-14 03:01:06.677-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.common.hpp.mako' at 20231129090036073 2025-03-14 03:01:06.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.value.hpp.mako' at 20230902080037617 2025-03-14 03:01:06.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.emit.hpp.mako' at 20230902080037617 2025-03-14 03:01:06.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.prototype.hpp.mako' at 20241026080029479 2025-03-14 03:01:06.678-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdeventplus/meson.build' at 20230721080040750 2025-03-14 03:01:06.681-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/service-config-manager/.clang-format' at 20241219090034720 2025-03-14 03:01:06.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/service-config-manager/meson.build' at 20241113090034549 2025-03-14 03:01:06.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/service-config-manager/meson.options' at 20230816080035547 2025-03-14 03:01:06.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/service-config-manager/src/main.cpp' at 20240904080047691 2025-03-14 03:01:06.683-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/service-config-manager/src/srvcfg_manager.cpp' at 20241118090038583 2025-03-14 03:01:06.684-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Barreleye.py' at 20221209040046691 2025-03-14 03:01:06.684-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Firestone.py' at 20220728030041559 2025-03-14 03:01:06.684-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Garrison.py' at 20220728030041559 2025-03-14 03:01:06.684-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Lanyang.py' at 20220728030041559 2025-03-14 03:01:06.685-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Palmetto.py' at 20221209040046691 2025-03-14 03:01:06.685-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Romulus.py' at 20220728030041559 2025-03-14 03:01:06.685-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/configs/Zaius.py' at 20220728030041559 2025-03-14 03:01:06.686-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/libopenbmc_intf/meson.build' at 20241010080036049 2025-03-14 03:01:06.690-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pychassisctl/chassis_control.py' at 20221209040046691 2025-03-14 03:01:06.691-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pydownloadmgr/download_manager.py' at 20221209040046691 2025-03-14 03:01:06.691-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pyflashbmc/bmc_update.py' at 20220728030041559 2025-03-14 03:01:06.691-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pyinventorymgr/inventory_items.py' at 20220728030041559 2025-03-14 03:01:06.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pyinventorymgr/sync_inventory_items.py' at 20220728030041559 2025-03-14 03:01:06.692-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pyipmitest/ipmi_debug.py' at 20220728030041559 2025-03-14 03:01:06.693-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pystatemgr/discover_system_state.py' at 20221209040046691 2025-03-14 03:01:06.694-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/skeleton/pysystemmgr/system_manager.py' at 20220728030041559 2025-03-14 03:01:06.695-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/slpd-lite/.clang-format' at 20241220090040759 2025-03-14 03:01:06.696-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/slpd-lite/meson.build' at 20240731164718595 2025-03-14 03:01:06.697-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/.clang-format' at 20240904080048575 2025-03-14 03:01:06.697-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/include/mdrv2.hpp' at 20240904080048575 2025-03-14 03:01:06.697-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/include/smbios_mdrv2.hpp' at 20241206090044787 2025-03-14 03:01:06.697-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/include/speed_select.hpp' at 20240123090039899 2025-03-14 03:01:06.697-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/meson.options' at 20240329080038916 2025-03-14 03:01:06.698-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/service_files/meson.build' at 20230821192414184 2025-03-14 03:01:06.698-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/cpuinfo_main.cpp' at 20240904080048575 2025-03-14 03:01:06.699-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/dimm.cpp' at 20241206090044787 2025-03-14 03:01:06.699-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/mdrv2.cpp' at 20240904080048575 2025-03-14 03:01:06.699-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/meson.build' at 20240329080038916 2025-03-14 03:01:06.699-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/meson.build' at 20230821192414188 2025-03-14 03:01:06.700-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/meson.build' at 20230821192414188 2025-03-14 03:01:06.700-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/speed_select.cpp' at 20240904080048579 2025-03-14 03:01:06.700-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/src/sst_mailbox.cpp' at 20240904080048579 2025-03-14 03:01:06.700-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/smbios-mdr/subprojects/packagefiles/boost/meson.build' at 20240511080038862 2025-03-14 03:01:06.701-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/.clang-format' at 20231228090030524 2025-03-14 03:01:06.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/meson.build' at 20231228090030524 2025-03-14 03:01:06.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/meson.options' at 20231228090030524 2025-03-14 03:01:06.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/discrete_threshold.cpp' at 20240904080048943 2025-03-14 03:01:06.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/errors.cpp' at 20221028100033259 2025-03-14 03:01:06.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/interfaces/json_storage.hpp' at 20220412175720086 2025-03-14 03:01:06.702-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/interfaces/metric.hpp' at 20221103030050756 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/interfaces/report_factory.hpp' at 20220725100036488 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/interfaces/sensor.hpp' at 20240904080048943 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/interfaces/trigger_factory.hpp' at 20220607100029059 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/main.cpp' at 20230523080037934 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/metric.cpp' at 20240904080048943 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/metric.hpp' at 20230524080039233 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/metrics/collection_data.cpp' at 20240904080048943 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/metrics/collection_data.hpp' at 20220412175720086 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/metrics/collection_function.cpp' at 20231228090030524 2025-03-14 03:01:06.703-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/metrics/collection_function.hpp' at 20220412175720086 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/persistent_json_storage.cpp' at 20240808080032608 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/report.cpp' at 20240904080048947 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/report.hpp' at 20230524080039233 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/report_factory.cpp' at 20240904080048947 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/report_factory.hpp' at 20220725100036488 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/report_manager.cpp' at 20240821080039164 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/report_manager.hpp' at 20240821080039164 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/sensor.cpp' at 20240904080048947 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/sensor_cache.cpp' at 20220412175720086 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/sensor_cache.hpp' at 20220412175720086 2025-03-14 03:01:06.704-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/trigger.cpp' at 20240904080048947 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/trigger_actions.cpp' at 20240808080032608 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/trigger_factory.cpp' at 20240904080048947 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/trigger_factory.hpp' at 20220607100029059 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/trigger_manager.hpp' at 20220725100036488 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/collection_time_scope.hpp' at 20230524080039233 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/error_type.hpp' at 20230523080037934 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/operation_type.hpp' at 20230524080039233 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/readings.cpp' at 20231228090030524 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/report_action.hpp' at 20230524080039233 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/report_types.cpp' at 20231228090030524 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/report_types.hpp' at 20230524080039233 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/reporting_type.hpp' at 20230524080039233 2025-03-14 03:01:06.705-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/types/trigger_types.hpp' at 20230524080039233 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/conversion.hpp' at 20231228090030524 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/conversion_trigger.cpp' at 20231228090030524 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/conversion_trigger.hpp' at 20230523080037934 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/dbus_mapper.hpp' at 20220412175720086 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/dbus_path_utils.hpp' at 20221028100033263 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/ensure.hpp' at 20230523080037934 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/labeled_tuple.hpp' at 20240904080048947 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/make_id_name.cpp' at 20231228090030524 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/make_id_name.hpp' at 20220725100036488 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/messanger_service.cpp' at 20231228090030524 2025-03-14 03:01:06.706-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/src/utils/threshold_operations.hpp' at 20231228090030528 2025-03-14 03:01:06.707-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/subprojects/boost.wrap' at 20221014100033151 2025-03-14 03:01:06.707-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/subprojects/packagefiles/boost/meson.build' at 20221014100033151 2025-03-14 03:01:06.707-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/meson.build' at 20231228090030528 2025-03-14 03:01:06.707-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/dbus_environment.cpp' at 20240917080036267 2025-03-14 03:01:06.709-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/helpers/labeled_tuple_helpers.hpp' at 20220412175720090 2025-03-14 03:01:06.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/mocks/report_factory_mock.hpp' at 20231228090030528 2025-03-14 03:01:06.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/mocks/sensor_mock.hpp' at 20220412175720090 2025-03-14 03:01:06.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/mocks/threshold_mock.hpp' at 20220412175720090 2025-03-14 03:01:06.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/mocks/trigger_factory_mock.hpp' at 20231228090030528 2025-03-14 03:01:06.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/params/trigger_params.hpp' at 20230523080037938 2025-03-14 03:01:06.710-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/stubs/dbus_sensor_object.cpp' at 20240904080048947 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_detached_timer.cpp' at 20220412175720090 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_discrete_threshold.cpp' at 20240904080048947 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_metric.cpp' at 20231228090030528 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_numeric_threshold.cpp' at 20240904080048947 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_on_change_threshold.cpp' at 20231228090030528 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_persistent_json_storage.cpp' at 20240808080032608 2025-03-14 03:01:06.711-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_report.cpp' at 20240904080048947 2025-03-14 03:01:06.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_report_manager.cpp' at 20240917080036267 2025-03-14 03:01:06.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_sensor.cpp' at 20220412175720090 2025-03-14 03:01:06.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_sensor_cache.cpp' at 20240711080036139 2025-03-14 03:01:06.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_trigger.cpp' at 20240917080036267 2025-03-14 03:01:06.712-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/telemetry/tests/src/test_trigger_manager.cpp' at 20240917080036271 2025-03-14 03:01:06.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions' at 20210308005002536 2025-03-14 03:01:06.977-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/arch/sandbox/dts/test.dts' at 20220215040051500 2025-03-14 03:01:07.047-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/atmel/common/mac_eeprom.c' at 20210308005002916 2025-03-14 03:01:07.076-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/compulab/common/eeprom.c' at 20210308005002948 2025-03-14 03:01:07.081-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.c' at 20210308005002948 2025-03-14 03:01:07.085-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6.c' at 20210308005002952 2025-03-14 03:01:07.119-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/freescale/mpc8323erdb/mpc8323erdb.c' at 20210308005002976 2025-03-14 03:01:07.172-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/kosagi/novena/novena.c' at 20210308005003012 2025-03-14 03:01:07.205-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/phytec/phycore_rk3288/phycore-rk3288.c' at 20210308005003028 2025-03-14 03:01:07.230-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/rockchip/tinker_rk3288/tinker-rk3288.c' at 20210308005003040 2025-03-14 03:01:07.239-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/samtec/vining_fpga/socfpga.c' at 20210308005003044 2025-03-14 03:01:07.275-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/ti/am43xx/board.c' at 20230720080043535 2025-03-14 03:01:07.278-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c' at 20210308005003076 2025-03-14 03:01:07.318-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/cmd/eeprom.c' at 20210308005003208 2025-03-14 03:01:07.366-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/configs/sandbox_defconfig' at 20210308005003276 2025-03-14 03:01:07.379-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/doc/chromium/devkeys/kernel.keyblock' at 20210308005003300 2025-03-14 03:01:07.379-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/doc/chromium/devkeys/kernel_data_key.vbprivk' at 20210308005003300 2025-03-14 03:01:07.436-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/i2c/i2c-uclass.c' at 20210308005003380 2025-03-14 03:01:07.478-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/pcmcia/Kconfig' at 20210308005003452 2025-03-14 03:01:07.501-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/rtc/rv3029.c' at 20210308005003480 2025-03-14 03:01:07.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf' at 20210308005003524 2025-03-14 03:01:07.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf' at 20210308005003528 2025-03-14 03:01:07.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf' at 20210308005003528 2025-03-14 03:01:07.535-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf' at 20210308005003528 2025-03-14 03:01:07.551-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/fs/reiserfs/Kconfig' at 20210308005003548 2025-03-14 03:01:07.634-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/include/i2c.h' at 20210308005003652 2025-03-14 03:01:07.697-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/test/dm/bootcount.c' at 20210308005003740 2025-03-14 03:01:07.716-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/binman/test/descriptor.bin' at 20210308005003752 2025-03-14 03:01:07.717-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore' at 20210308005003756 2025-03-14 03:01:07.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/easylogo/linux_blackfin.tga' at 20210308005003760 2025-03-14 03:01:07.720-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/easylogo/linux_logo.tga' at 20210308005003760 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/atmel.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/compulab.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/denx-comp.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/denx.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/engicam.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/esd.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/freescale.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/gateworks.bmp' at 20210308005003768 2025-03-14 03:01:07.724-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/intercontrol.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol_palfin.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/microchip.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/ronetix.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/siemens.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/solidrun.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/syteco.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/toradex.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/u-boot_logo.bmp' at 20210308005003768 2025-03-14 03:01:07.725-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/wandboard.bmp' at 20210308005003768 2025-03-14 03:01:07.731-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/.shellcheck' at 20220105012522959 2025-03-14 03:01:07.734-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/alerts/alert.png' at 20220105012522963 2025-03-14 03:01:07.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/buttons/button-disabled.png' at 20220105012522963 2025-03-14 03:01:07.735-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/buttons/button.png' at 20220105012522963 2025-03-14 03:01:07.736-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' at 20220105012522963 2025-03-14 03:01:07.736-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/info-tooltip/info-tooltip.png' at 20220105012522963 2025-03-14 03:01:07.736-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/appHeaderWithStatusIcon.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/danger.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/eventLogsWithSatusIcon.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/info.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/secondary.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/success.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/warning.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-batch-action-active.png' at 20220105012522963 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-batch-action.png' at 20220105012522967 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-empty.png' at 20220105012522967 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-expand-row.png' at 20220105012522967 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-filter-active.png' at 20220105012522967 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-filter.png' at 20220105012522967 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-pagination.png' at 20220105012522971 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' at 20220105012522971 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-search-active.png' at 20220105012522971 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-search-empty.png' at 20220105012522971 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-search.png' at 20220105012522975 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-sort.png' at 20220105012522975 2025-03-14 03:01:07.737-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table.png' at 20220105012522975 2025-03-14 03:01:07.738-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/toasts/toast-options.png' at 20220105012522975 2025-03-14 03:01:07.738-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/toasts/toast.png' at 20220105012522975 2025-03-14 03:01:07.743-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/package.json' at 20241004080035959 2025-03-14 03:01:07.743-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/public/favicon.ico' at 20220105012522983 2025-03-14 03:01:07.746-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js' at 20241004080035959 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff' at 20220105012522987 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff' at 20220105012522991 2025-03-14 03:01:07.747-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff' at 20220105012522991 2025-03-14 03:01:07.749-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/locales/en-US.json' at 20241023080037271 2025-03-14 03:01:07.750-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/locales/ru-RU.json' at 20241023080037275 2025-03-14 03:01:07.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/router/index.js' at 20241108090039441 2025-03-14 03:01:07.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/router/routes.js' at 20241004080035963 2025-03-14 03:01:07.751-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/store/modules/HardwareStatus/BmcStore.js' at 20241004080035963 2025-03-14 03:01:07.752-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/store/modules/HardwareStatus/SystemStore.js' at 20241004080035963 2025-03-14 03:01:07.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue' at 20241004080035963 2025-03-14 03:01:07.755-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue' at 20241004080035967 2025-03-14 03:01:07.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Logs/Dumps/Dumps.vue' at 20241004080035967 2025-03-14 03:01:07.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsForm.vue' at 20241004080035967 2025-03-14 03:01:07.756-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsModalConfirmation.vue' at 20241004080035967 2025-03-14 03:01:07.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Operations/Firmware/Firmware.vue' at 20241004080035967 2025-03-14 03:01:07.757-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsHost.vue' at 20241004080035967 2025-03-14 03:01:07.759-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue' at 20241023080037275 2025-03-14 03:01:07.762-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalSettings.vue' at 20241004080035971 2025-03-14 03:01:07.762-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/views/Settings/DateTime/DateTime.vue' at 20241004080035971 2025-03-14 03:01:07.765-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/.clang-format' at 20240820080038646 2025-03-14 03:01:07.766-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/meson.build' at 20230714080042867 2025-03-14 03:01:07.766-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/meson.options' at 20230817080051745 2025-03-14 03:01:07.766-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault/meson.build' at 20210308005109241 2025-03-14 03:01:07.768-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/power-sequencer/meson.build' at 20210308005109241 2025-03-14 03:01:07.768-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/power-sequencer/ucd90160.hpp' at 20230511080045639 2025-03-14 03:01:07.769-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/power-supply/meson.build' at 20210308005109241 2025-03-14 03:01:07.769-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/power-supply/test/meson.build' at 20210308005109241 2025-03-14 03:01:07.769-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/witherspoon-pfault-analysis/test/meson.build' at 20210308005109241 2025-03-14 03:01:07.769-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/x86-power-control/.clang-format' at 20241220090042691 2025-03-14 03:01:07.770-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/x86-power-control/meson.build' at 20241026080032419 2025-03-14 03:01:07.770-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/x86-power-control/meson.options' at 20241026080032419 2025-03-14 03:01:07.770-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/x86-power-control/src/power_control.cpp' at 20241026080032419 2025-03-14 03:01:07.771-0500 FINEST t563 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/x86-power-control/subprojects/packagefiles/boost/meson.build' at 20240402080040066 2025-03-14 03:01:07.772-0500 INFO t563 IndexDatabase.update: Starting indexing of directory '/openbmc' 2025-03-14 03:01:07.783-0500 FINEST t766 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.784-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/globalhandler.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.784-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/numeric_sensor.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.784-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/globalhandler.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.784-0500 FINEST t764 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.784-0500 FINEST t760 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:07.783-0500 FINEST t759 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.783-0500 FINEST t765 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:07.783-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.783-0500 FINEST t756 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.783-0500 FINEST t767 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/apphandler.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.783-0500 FINEST t758 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:07.785-0500 FINE t767 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/apphandler.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.785-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp' (CxxAnalyzer) 2025-03-14 03:01:07.785-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp' (CxxAnalyzer) 2025-03-14 03:01:07.785-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' (JsonAnalyzer) 2025-03-14 03:01:07.785-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.784-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json' (JsonAnalyzer) 2025-03-14 03:01:07.784-0500 FINE t764 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' (CxxAnalyzer) 2025-03-14 03:01:07.784-0500 FINE t766 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' (CxxAnalyzer) 2025-03-14 03:01:07.784-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/numeric_sensor.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.785-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' (JsonAnalyzer) 2025-03-14 03:01:07.791-0500 FINEST t763 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:07.791-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' (PlainAnalyzer) 2025-03-14 03:01:07.808-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp' 2025-03-14 03:01:07.808-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json' 2025-03-14 03:01:07.808-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' 2025-03-14 03:01:07.808-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/globalhandler.cpp' 2025-03-14 03:01:07.808-0500 FINER t766 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' 2025-03-14 03:01:07.808-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/storageaddsel.hpp' 2025-03-14 03:01:07.808-0500 FINER t764 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' 2025-03-14 03:01:07.808-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' 2025-03-14 03:01:07.808-0500 FINER t767 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/apphandler.cpp' 2025-03-14 03:01:07.808-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.cpp' 2025-03-14 03:01:07.808-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' 2025-03-14 03:01:07.808-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' 2025-03-14 03:01:07.836-0500 FINE t762 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.837-0500 FINE t760 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.837-0500 FINE t756 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.837-0500 FINE t763 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.837-0500 FINE t767 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t759 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t764 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t757 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t758 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t766 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t765 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.838-0500 FINE t761 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=Sh:+.p5.P5.P5 --langmap=pascal:+.pas.Pas.PAS --langmap=SQL:+.pck.Pck.PCK --langmap=Perl:+.perl.Perl.PERL --langmap=Perl:+.ph.Ph.PH --langmap=PHP:+.php.Php.PHP --langmap=PHP:+.php3.Php3.PHP3 --langmap=PHP:+.php4.Php4.PHP4 --langmap=PHP:+.phps.Phps.PHPS --langmap=PHP:+.phtml.Phtml.PHTML --langmap=SQL:+.pkb.Pkb.PKB --langmap=SQL:+.pks.Pks.PKS --langmap=Perl:+.pl.Pl.PL --langmap=SQL:+.plb.Plb.PLB --langmap=SQL:+.pld.Pld.PLD --langmap=SQL:+.pls.Pls.PLS --langmap=Perl:+.plx.Plx.PLX --langmap=Perl:+.pm.Pm.PM --langmap=powershell:+.ps1.Ps1.PS1 --langmap=powershell:+.psm1.Psm1.PSM1 --langmap=Python:+.py.Py.PY --langmap=R:+.r.R --langmap=Ruby:+.rb.Rb.RB --langmap=R:+.rda.Rda.RDA --langmap=R:+.rdata.Rdata.RDATA --langmap=R:+.rds.Rds.RDS --langmap=rust:+.rs.Rs.RS --langmap=Ruby:+.ruby.Ruby.RUBY --langmap=Asm:+.s.S --langmap=scala:+.scala.Scala.SCALA --langmap=Lisp:+.scm.Scm.SCM --langmap=Sh:+.sh.Sh.SH --langmap=Sh:+.spec.Spec.SPEC --langmap=SQL:+.sql.Sql.SQL --langmap=SystemVerilog:+.sv.Sv.SV --langmap=SystemVerilog:+.svh.Svh.SVH --langmap=swift:+.swift.Swift.SWIFT --langmap=C++:+.tcc.Tcc.TCC --langmap=Tcl:+.tcl.Tcl.TCL --langmap=Tcl:+.tclx.Tclx.TCLX --langmap=terraform:+.tf.Tf.TF --langmap=terraform:+.tfvars.Tfvars.TFVARS --langmap=Tcl:+.tk.Tk.TK --langmap=Tcl:+.tm.Tm.TM --langmap=C++:+.txx.Txx.TXX --langmap=SystemVerilog:+.v.V --langmap=SystemVerilog:+.vh.Vh.VH --langmap=Tcl:+.wish.Wish.WISH --langmap=C:+.x.X --langmap=XML:+.xaml.Xaml.XAML --langmap=Sh:+.xcl.Xcl.XCL --langmap=XML:+.xml.Xml.XML --langmap=C:+.xs.Xs.XS --langmap=C:+.y.Y --langmap=C:+.yacc.Yacc.YACC --langmap=Yaml:+.yaml.Yaml.YAML --langmap=Yaml:+.yml.Yml.YML --langmap=$'Sh:+([mM][aA][kK][eE][fF][iI][lL][eE]*)'] 2025-03-14 03:01:07.843-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.843-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.843-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.843-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.844-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t775 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.846-0500 WARNING t789 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.845-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.846-0500 WARNING t783 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.846-0500 WARNING t786 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.846-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.846-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.847-0500 FINEST t794 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' 2025-03-14 03:01:07.847-0500 FINEST t782 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' 2025-03-14 03:01:07.848-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.848-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t768 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.849-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.850-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.851-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option 2025-03-14 03:01:07.852-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t771 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t778 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.853-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t790 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t793 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t797 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t791 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.854-0500 WARNING t787 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option 2025-03-14 03:01:07.858-0500 FINEST t795 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' 2025-03-14 03:01:07.862-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp' 2025-03-14 03:01:07.875-0500 FINEST t773 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' 2025-03-14 03:01:07.877-0500 FINEST t796 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.cpp' 2025-03-14 03:01:07.885-0500 FINEST t798 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' 2025-03-14 03:01:07.887-0500 FINEST t800 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' 2025-03-14 03:01:07.892-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/apphandler.cpp' 2025-03-14 03:01:07.937-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/storageaddsel.hpp' 2025-03-14 03:01:07.937-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp' (CxxAnalyzer) (took 151 ms) 2025-03-14 03:01:07.938-0500 FINEST t756 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmd/pldmd.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.938-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmd/pldmd.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.939-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' 2025-03-14 03:01:07.939-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json' 2025-03-14 03:01:07.939-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' (JsonAnalyzer) (took 153 ms) 2025-03-14 03:01:07.939-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json' (JsonAnalyzer) (took 153 ms) 2025-03-14 03:01:07.939-0500 FINEST t765 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/README.md': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:07.939-0500 FINEST t760 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/entity-manager/configurations/meson.build': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:07.939-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/README.md' (PlainAnalyzer) 2025-03-14 03:01:07.940-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meson.build' (PlainAnalyzer) 2025-03-14 03:01:07.941-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meson.build' 2025-03-14 03:01:07.942-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/README.md' 2025-03-14 03:01:07.942-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmd/pldmd.cpp' 2025-03-14 03:01:07.952-0500 FINEST t770 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmd/pldmd.cpp' 2025-03-14 03:01:07.953-0500 FINEST t782 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/openbmc/README.md' 2025-03-14 03:01:07.953-0500 FINER t766 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' 2025-03-14 03:01:07.953-0500 FINEST t766 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' (CxxAnalyzer) (took 166 ms) 2025-03-14 03:01:07.953-0500 FINEST t766 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.953-0500 FINE t766 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' (CxxAnalyzer) 2025-03-14 03:01:07.955-0500 FINER t766 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' 2025-03-14 03:01:07.955-0500 FINER t764 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' 2025-03-14 03:01:07.955-0500 FINEST t764 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' (CxxAnalyzer) (took 169 ms) 2025-03-14 03:01:07.956-0500 FINEST t764 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:07.956-0500 FINE t764 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' (PlainAnalyzer) 2025-03-14 03:01:07.959-0500 FINER t764 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' 2025-03-14 03:01:07.960-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/globalhandler.cpp' 2025-03-14 03:01:07.960-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/globalhandler.cpp' (CxxAnalyzer) (took 175 ms) 2025-03-14 03:01:07.960-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.960-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.961-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/ipmid-new.cpp' 2025-03-14 03:01:07.963-0500 FINEST t792 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' 2025-03-14 03:01:07.964-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp' 2025-03-14 03:01:07.964-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp' (CxxAnalyzer) (took 178 ms) 2025-03-14 03:01:07.964-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-power/tools/power-utils/updater.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.964-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-power/tools/power-utils/updater.hpp' (CxxAnalyzer) 2025-03-14 03:01:07.966-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.hpp' 2025-03-14 03:01:07.986-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' 2025-03-14 03:01:07.986-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' (PlainAnalyzer) (took 195 ms) 2025-03-14 03:01:07.987-0500 FINEST t763 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py': chosen by suffix: PythonAnalyzerFactory 2025-03-14 03:01:07.987-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' (PythonAnalyzer) 2025-03-14 03:01:07.988-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' 2025-03-14 03:01:07.994-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meson.build' 2025-03-14 03:01:07.995-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meson.build' (PlainAnalyzer) (took 54 ms) 2025-03-14 03:01:07.995-0500 FINEST t760 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:07.995-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' (CxxAnalyzer) 2025-03-14 03:01:07.997-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' 2025-03-14 03:01:07.997-0500 FINEST t795 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/ipmid-new.cpp' 2025-03-14 03:01:08.003-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' 2025-03-14 03:01:08.003-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' (PythonAnalyzer) (took 16 ms) 2025-03-14 03:01:08.003-0500 FINEST t763 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.003-0500 FINEST t773 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' 2025-03-14 03:01:08.003-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.005-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' 2025-03-14 03:01:08.007-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/README.md' 2025-03-14 03:01:08.007-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/openbmc/README.md' (PlainAnalyzer) (took 67 ms) 2025-03-14 03:01:08.007-0500 FINEST t765 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.007-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' (PlainAnalyzer) 2025-03-14 03:01:08.008-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' 2025-03-14 03:01:08.013-0500 FINEST t798 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' 2025-03-14 03:01:08.015-0500 FINEST t800 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' 2025-03-14 03:01:08.016-0500 FINER t766 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' 2025-03-14 03:01:08.016-0500 FINEST t766 Statistics.logIt: Added: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' (CxxAnalyzer) (took 62 ms) 2025-03-14 03:01:08.016-0500 FINEST t766 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/platform_manager.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.016-0500 FINE t766 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/platform_manager.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.018-0500 FINER t766 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/platform_manager.hpp' 2025-03-14 03:01:08.018-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' 2025-03-14 03:01:08.018-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' (CxxAnalyzer) (took 232 ms) 2025-03-14 03:01:08.019-0500 FINEST t759 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.019-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' (PlainAnalyzer) 2025-03-14 03:01:08.019-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/platform_manager.hpp' 2025-03-14 03:01:08.021-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' 2025-03-14 03:01:08.023-0500 FINER t764 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' 2025-03-14 03:01:08.023-0500 FINEST t764 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' (PlainAnalyzer) (took 67 ms) 2025-03-14 03:01:08.024-0500 FINEST t764 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.024-0500 FINE t764 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' (PlainAnalyzer) 2025-03-14 03:01:08.026-0500 FINER t764 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' 2025-03-14 03:01:08.033-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' 2025-03-14 03:01:08.033-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json' (JsonAnalyzer) (took 246 ms) 2025-03-14 03:01:08.033-0500 FINEST t758 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/manager.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.033-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/manager.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.034-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/manager.hpp' 2025-03-14 03:01:08.036-0500 FINEST t782 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/manager.hpp' 2025-03-14 03:01:08.058-0500 FINER t764 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' 2025-03-14 03:01:08.058-0500 FINEST t764 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' (PlainAnalyzer) (took 33 ms) 2025-03-14 03:01:08.058-0500 FINEST t764 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.058-0500 FINE t764 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.060-0500 FINER t764 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' 2025-03-14 03:01:08.060-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.hpp' 2025-03-14 03:01:08.061-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/phosphor-power/tools/power-utils/updater.hpp' (CxxAnalyzer) (took 96 ms) 2025-03-14 03:01:08.061-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.061-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.062-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/file.hpp' 2025-03-14 03:01:08.064-0500 FINEST t792 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/file.hpp' 2025-03-14 03:01:08.078-0500 FINEST t801 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' 2025-03-14 03:01:08.086-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.cpp' 2025-03-14 03:01:08.086-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/numeric_sensor.cpp' (CxxAnalyzer) (took 299 ms) 2025-03-14 03:01:08.086-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:08.086-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json' (JsonAnalyzer) 2025-03-14 03:01:08.087-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json' 2025-03-14 03:01:08.088-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/file.hpp' 2025-03-14 03:01:08.088-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp' (CxxAnalyzer) (took 26 ms) 2025-03-14 03:01:08.088-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py': chosen by suffix: PythonAnalyzerFactory 2025-03-14 03:01:08.088-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' (PythonAnalyzer) 2025-03-14 03:01:08.089-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json' 2025-03-14 03:01:08.089-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' 2025-03-14 03:01:08.104-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' 2025-03-14 03:01:08.104-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' (PythonAnalyzer) (took 15 ms) 2025-03-14 03:01:08.104-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.104-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.106-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' 2025-03-14 03:01:08.108-0500 FINER t766 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/platform_manager.hpp' 2025-03-14 03:01:08.108-0500 FINEST t766 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/platform_manager.hpp' (CxxAnalyzer) (took 91 ms) 2025-03-14 03:01:08.108-0500 FINEST t766 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.108-0500 FINE t766 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.109-0500 FINER t766 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp' 2025-03-14 03:01:08.110-0500 FINEST t795 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' 2025-03-14 03:01:08.113-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json' 2025-03-14 03:01:08.113-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json' (JsonAnalyzer) (took 26 ms) 2025-03-14 03:01:08.113-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.113-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.113-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/manager.hpp' 2025-03-14 03:01:08.113-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/manager.hpp' (CxxAnalyzer) (took 80 ms) 2025-03-14 03:01:08.113-0500 FINEST t758 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.113-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.114-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' 2025-03-14 03:01:08.115-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' 2025-03-14 03:01:08.117-0500 FINEST t773 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp' 2025-03-14 03:01:08.117-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmd/pldmd.cpp' 2025-03-14 03:01:08.118-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/pldm/pldmd/pldmd.cpp' (CxxAnalyzer) (took 179 ms) 2025-03-14 03:01:08.118-0500 FINEST t756 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.118-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako' (PlainAnalyzer) 2025-03-14 03:01:08.118-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' 2025-03-14 03:01:08.119-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako' 2025-03-14 03:01:08.128-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' 2025-03-14 03:01:08.129-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' (PlainAnalyzer) (took 109 ms) 2025-03-14 03:01:08.129-0500 FINEST t759 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.129-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.130-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' 2025-03-14 03:01:08.133-0500 FINEST t794 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' 2025-03-14 03:01:08.147-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako' 2025-03-14 03:01:08.147-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako' (PlainAnalyzer) (took 29 ms) 2025-03-14 03:01:08.148-0500 FINEST t756 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-power/tools/power-utils/updater.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.148-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-power/tools/power-utils/updater.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.150-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.cpp' 2025-03-14 03:01:08.154-0500 FINEST t770 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.cpp' 2025-03-14 03:01:08.155-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' 2025-03-14 03:01:08.155-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' (PlainAnalyzer) (took 147 ms) 2025-03-14 03:01:08.155-0500 FINEST t765 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/pldm/.eslintignore': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.155-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/.eslintignore' (PlainAnalyzer) 2025-03-14 03:01:08.157-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/.eslintignore' 2025-03-14 03:01:08.159-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/.eslintignore' 2025-03-14 03:01:08.159-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/pldm/.eslintignore' (PlainAnalyzer) (took 3 ms) 2025-03-14 03:01:08.159-0500 FINEST t765 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.159-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.160-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' 2025-03-14 03:01:08.162-0500 FINEST t792 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' 2025-03-14 03:01:08.181-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/ipmid-new.cpp' 2025-03-14 03:01:08.181-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' (CxxAnalyzer) (took 220 ms) 2025-03-14 03:01:08.181-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' 2025-03-14 03:01:08.181-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' (CxxAnalyzer) (took 22 ms) 2025-03-14 03:01:08.182-0500 FINEST t757 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.182-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' (PlainAnalyzer) 2025-03-14 03:01:08.182-0500 FINEST t765 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/pldm/libpldmresponder/meson.build': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.182-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/libpldmresponder/meson.build' (PlainAnalyzer) 2025-03-14 03:01:08.184-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' 2025-03-14 03:01:08.184-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/libpldmresponder/meson.build' 2025-03-14 03:01:08.187-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/libpldmresponder/meson.build' 2025-03-14 03:01:08.191-0500 FINEST t801 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' 2025-03-14 03:01:08.202-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' 2025-03-14 03:01:08.202-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' 2025-03-14 03:01:08.202-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' (CxxAnalyzer) (took 88 ms) 2025-03-14 03:01:08.202-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' (CxxAnalyzer) (took 73 ms) 2025-03-14 03:01:08.203-0500 FINEST t758 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.203-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako' (PlainAnalyzer) 2025-03-14 03:01:08.203-0500 FINEST t759 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.203-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.204-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako' 2025-03-14 03:01:08.205-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' 2025-03-14 03:01:08.207-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako' 2025-03-14 03:01:08.207-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako' (PlainAnalyzer) (took 4 ms) 2025-03-14 03:01:08.207-0500 FINEST t758 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.207-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' (PlainAnalyzer) 2025-03-14 03:01:08.208-0500 FINEST t795 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' 2025-03-14 03:01:08.209-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' 2025-03-14 03:01:08.209-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/libpldmresponder/meson.build' 2025-03-14 03:01:08.209-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/pldm/libpldmresponder/meson.build' (PlainAnalyzer) (took 27 ms) 2025-03-14 03:01:08.210-0500 FINEST t765 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.210-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' (PlainAnalyzer) 2025-03-14 03:01:08.211-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' 2025-03-14 03:01:08.216-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' 2025-03-14 03:01:08.216-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' (CxxAnalyzer) (took 212 ms) 2025-03-14 03:01:08.216-0500 FINEST t763 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.216-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.217-0500 FINEST t798 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' 2025-03-14 03:01:08.219-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' 2025-03-14 03:01:08.221-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' 2025-03-14 03:01:08.222-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' 2025-03-14 03:01:08.223-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' (PlainAnalyzer) (took 12 ms) 2025-03-14 03:01:08.223-0500 FINEST t765 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/terminus.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.223-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/terminus.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.225-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/terminus.cpp' 2025-03-14 03:01:08.229-0500 FINEST t773 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/terminus.cpp' 2025-03-14 03:01:08.234-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' 2025-03-14 03:01:08.234-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' (PlainAnalyzer) (took 52 ms) 2025-03-14 03:01:08.234-0500 FINEST t757 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.234-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (PlainAnalyzer) 2025-03-14 03:01:08.236-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' 2025-03-14 03:01:08.247-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' 2025-03-14 03:01:08.247-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' 2025-03-14 03:01:08.247-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (PlainAnalyzer) (took 12 ms) 2025-03-14 03:01:08.247-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' (CxxAnalyzer) (took 133 ms) 2025-03-14 03:01:08.247-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/terminus_manager.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.247-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.247-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/terminus_manager.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.247-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.249-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/terminus_manager.hpp' 2025-03-14 03:01:08.249-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' 2025-03-14 03:01:08.251-0500 FINEST t782 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/terminus_manager.hpp' 2025-03-14 03:01:08.269-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' 2025-03-14 03:01:08.269-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' (CxxAnalyzer) (took 65 ms) 2025-03-14 03:01:08.269-0500 FINEST t759 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:08.269-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json' (JsonAnalyzer) 2025-03-14 03:01:08.271-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json' 2025-03-14 03:01:08.272-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-power/tools/power-utils/updater.cpp' 2025-03-14 03:01:08.272-0500 FINEST t792 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json' 2025-03-14 03:01:08.272-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/phosphor-power/tools/power-utils/updater.cpp' (CxxAnalyzer) (took 124 ms) 2025-03-14 03:01:08.273-0500 FINEST t756 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.273-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.275-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' 2025-03-14 03:01:08.281-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' 2025-03-14 03:01:08.283-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' 2025-03-14 03:01:08.283-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' (PlainAnalyzer) (took 75 ms) 2025-03-14 03:01:08.283-0500 FINEST t758 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.283-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako' (PlainAnalyzer) 2025-03-14 03:01:08.285-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako' 2025-03-14 03:01:08.286-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' 2025-03-14 03:01:08.286-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' (CxxAnalyzer) (took 182 ms) 2025-03-14 03:01:08.287-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.287-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.288-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json' 2025-03-14 03:01:08.288-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json' (JsonAnalyzer) (took 18 ms) 2025-03-14 03:01:08.288-0500 FINEST t759 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.288-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' 2025-03-14 03:01:08.288-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.290-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' 2025-03-14 03:01:08.290-0500 FINEST t796 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' 2025-03-14 03:01:08.291-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako' 2025-03-14 03:01:08.291-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako' (PlainAnalyzer) (took 7 ms) 2025-03-14 03:01:08.291-0500 FINEST t758 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.291-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.292-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' 2025-03-14 03:01:08.295-0500 FINEST t800 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' 2025-03-14 03:01:08.298-0500 FINEST t795 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' 2025-03-14 03:01:08.316-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' 2025-03-14 03:01:08.316-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' (CxxAnalyzer) (took 68 ms) 2025-03-14 03:01:08.317-0500 FINEST t761 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.317-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (PlainAnalyzer) 2025-03-14 03:01:08.320-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' 2025-03-14 03:01:08.323-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' 2025-03-14 03:01:08.323-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' (CxxAnalyzer) (took 327 ms) 2025-03-14 03:01:08.323-0500 FINEST t760 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:08.323-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' (JsonAnalyzer) 2025-03-14 03:01:08.323-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' 2025-03-14 03:01:08.323-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' (CxxAnalyzer) (took 36 ms) 2025-03-14 03:01:08.324-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/app/channel.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.324-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/app/channel.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.324-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' 2025-03-14 03:01:08.327-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/app/channel.cpp' 2025-03-14 03:01:08.328-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' 2025-03-14 03:01:08.329-0500 FINEST t773 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/app/channel.cpp' 2025-03-14 03:01:08.329-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' 2025-03-14 03:01:08.329-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' 2025-03-14 03:01:08.329-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (PlainAnalyzer) (took 12 ms) 2025-03-14 03:01:08.329-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' (CxxAnalyzer) (took 113 ms) 2025-03-14 03:01:08.330-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.330-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.330-0500 FINEST t763 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.330-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.331-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp' 2025-03-14 03:01:08.332-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' 2025-03-14 03:01:08.332-0500 FINEST t794 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp' 2025-03-14 03:01:08.333-0500 FINER t766 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp' 2025-03-14 03:01:08.333-0500 FINEST t766 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp' (CxxAnalyzer) (took 225 ms) 2025-03-14 03:01:08.334-0500 FINEST t766 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-user-manager/user_mgr.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.334-0500 FINE t766 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-user-manager/user_mgr.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.334-0500 FINEST t782 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' 2025-03-14 03:01:08.335-0500 FINER t766 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-user-manager/user_mgr.cpp' 2025-03-14 03:01:08.338-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/terminus_manager.hpp' 2025-03-14 03:01:08.338-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/terminus_manager.hpp' (CxxAnalyzer) (took 90 ms) 2025-03-14 03:01:08.338-0500 FINEST t757 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/pldm/.linter-ignore': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.338-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/.linter-ignore' (PlainAnalyzer) 2025-03-14 03:01:08.340-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/.linter-ignore' 2025-03-14 03:01:08.342-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/.linter-ignore' 2025-03-14 03:01:08.342-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/pldm/.linter-ignore' (PlainAnalyzer) (took 3 ms) 2025-03-14 03:01:08.342-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.342-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.342-0500 FINEST t770 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-user-manager/user_mgr.cpp' 2025-03-14 03:01:08.343-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' 2025-03-14 03:01:08.354-0500 FINER t767 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/apphandler.cpp' 2025-03-14 03:01:08.354-0500 FINEST t767 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/apphandler.cpp' (CxxAnalyzer) (took 568 ms) 2025-03-14 03:01:08.354-0500 FINEST t767 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/storagehandler.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.354-0500 FINE t767 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/storagehandler.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.356-0500 FINER t767 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/storagehandler.cpp' 2025-03-14 03:01:08.361-0500 FINEST t801 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/storagehandler.cpp' 2025-03-14 03:01:08.372-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/app/channel.cpp' 2025-03-14 03:01:08.373-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/app/channel.cpp' (CxxAnalyzer) (took 48 ms) 2025-03-14 03:01:08.373-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/terminus_test.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.373-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/terminus_test.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.373-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp' 2025-03-14 03:01:08.373-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp' (CxxAnalyzer) (took 43 ms) 2025-03-14 03:01:08.374-0500 FINEST t761 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/phosphor-fan-presence/monitor/meson.build': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.374-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-fan-presence/monitor/meson.build' (PlainAnalyzer) 2025-03-14 03:01:08.375-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/terminus_test.cpp' 2025-03-14 03:01:08.376-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-fan-presence/monitor/meson.build' 2025-03-14 03:01:08.380-0500 FINEST t800 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-fan-presence/monitor/meson.build' 2025-03-14 03:01:08.385-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-fan-presence/monitor/meson.build' 2025-03-14 03:01:08.386-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/phosphor-fan-presence/monitor/meson.build' (PlainAnalyzer) (took 11 ms) 2025-03-14 03:01:08.386-0500 FINEST t761 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/pldm/platform-mc/test/meson.build': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.386-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/meson.build' (PlainAnalyzer) 2025-03-14 03:01:08.389-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/meson.build' 2025-03-14 03:01:08.397-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/meson.build' 2025-03-14 03:01:08.397-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/meson.build' (PlainAnalyzer) (took 10 ms) 2025-03-14 03:01:08.397-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/event_manager.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.397-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/event_manager.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.400-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/event_manager.cpp' 2025-03-14 03:01:08.404-0500 FINEST t798 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/event_manager.cpp' 2025-03-14 03:01:08.415-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' 2025-03-14 03:01:08.415-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' (CxxAnalyzer) (took 73 ms) 2025-03-14 03:01:08.416-0500 FINEST t757 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/pldm/host-bmc/test/meson.build': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.416-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/host-bmc/test/meson.build' (PlainAnalyzer) 2025-03-14 03:01:08.418-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/host-bmc/test/meson.build' 2025-03-14 03:01:08.429-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/host-bmc/test/meson.build' 2025-03-14 03:01:08.429-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/pldm/host-bmc/test/meson.build' (PlainAnalyzer) (took 12 ms) 2025-03-14 03:01:08.429-0500 FINEST t757 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.429-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' (PlainAnalyzer) 2025-03-14 03:01:08.430-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' 2025-03-14 03:01:08.430-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' (CxxAnalyzer) (took 139 ms) 2025-03-14 03:01:08.431-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' 2025-03-14 03:01:08.432-0500 FINEST t758 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/sensor_manager.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.432-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/sensor_manager.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.433-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/sensor_manager.hpp' 2025-03-14 03:01:08.433-0500 FINEST t794 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' 2025-03-14 03:01:08.444-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' 2025-03-14 03:01:08.444-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' (PlainAnalyzer) (took 14 ms) 2025-03-14 03:01:08.444-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.444-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.447-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' 2025-03-14 03:01:08.450-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' 2025-03-14 03:01:08.456-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/terminus.cpp' 2025-03-14 03:01:08.456-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/terminus.cpp' (CxxAnalyzer) (took 232 ms) 2025-03-14 03:01:08.456-0500 FINEST t765 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.456-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.458-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/ipmisensor.cpp' 2025-03-14 03:01:08.461-0500 FINEST t792 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/ipmisensor.cpp' 2025-03-14 03:01:08.467-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/sensor_manager.hpp' 2025-03-14 03:01:08.467-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/sensor_manager.hpp' (CxxAnalyzer) (took 34 ms) 2025-03-14 03:01:08.467-0500 FINEST t758 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:08.467-0500 FINE t758 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' (JsonAnalyzer) 2025-03-14 03:01:08.468-0500 FINER t758 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' 2025-03-14 03:01:08.471-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' 2025-03-14 03:01:08.472-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' 2025-03-14 03:01:08.472-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' (CxxAnalyzer) (took 141 ms) 2025-03-14 03:01:08.472-0500 FINEST t763 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/event_manager.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.472-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/event_manager.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.474-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/event_manager.hpp' 2025-03-14 03:01:08.476-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' 2025-03-14 03:01:08.476-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' (CxxAnalyzer) (took 202 ms) 2025-03-14 03:01:08.476-0500 FINEST t756 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/numeric_sensor.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.476-0500 FINEST t770 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/event_manager.hpp' 2025-03-14 03:01:08.476-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/numeric_sensor.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.478-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.hpp' 2025-03-14 03:01:08.479-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/event_manager.cpp' 2025-03-14 03:01:08.479-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/event_manager.cpp' (CxxAnalyzer) (took 81 ms) 2025-03-14 03:01:08.479-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.479-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.482-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter.cpp' 2025-03-14 03:01:08.487-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' 2025-03-14 03:01:08.487-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' (CxxAnalyzer) (took 42 ms) 2025-03-14 03:01:08.487-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py': chosen by suffix: PythonAnalyzerFactory 2025-03-14 03:01:08.487-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' (PythonAnalyzer) 2025-03-14 03:01:08.488-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' 2025-03-14 03:01:08.492-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/event_manager.hpp' 2025-03-14 03:01:08.492-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/event_manager.hpp' (CxxAnalyzer) (took 19 ms) 2025-03-14 03:01:08.493-0500 FINEST t763 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.493-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend' (PlainAnalyzer) 2025-03-14 03:01:08.494-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' 2025-03-14 03:01:08.494-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' (PythonAnalyzer) (took 6 ms) 2025-03-14 03:01:08.494-0500 FINEST t757 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.494-0500 FINE t757 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.494-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend' 2025-03-14 03:01:08.495-0500 FINER t757 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' 2025-03-14 03:01:08.496-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend' 2025-03-14 03:01:08.496-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend' (PlainAnalyzer) (took 3 ms) 2025-03-14 03:01:08.496-0500 FINEST t763 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.496-0500 FINE t763 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.497-0500 FINER t763 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/event_manager_test.cpp' 2025-03-14 03:01:08.497-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/terminus_test.cpp' 2025-03-14 03:01:08.498-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/terminus_test.cpp' (CxxAnalyzer) (took 124 ms) 2025-03-14 03:01:08.498-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.498-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.498-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' 2025-03-14 03:01:08.499-0500 FINEST t798 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' 2025-03-14 03:01:08.500-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter.cpp' 2025-03-14 03:01:08.500-0500 FINEST t794 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' 2025-03-14 03:01:08.500-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp' (CxxAnalyzer) (took 20 ms) 2025-03-14 03:01:08.500-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/groupext.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.500-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/groupext.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.503-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/groupext.cpp' 2025-03-14 03:01:08.503-0500 FINER t764 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' 2025-03-14 03:01:08.503-0500 FINEST t764 Statistics.logIt: Added: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' (CxxAnalyzer) (took 444 ms) 2025-03-14 03:01:08.503-0500 FINEST t764 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.503-0500 FINE t764 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.503-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/numeric_sensor.hpp' 2025-03-14 03:01:08.503-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/numeric_sensor.hpp' (CxxAnalyzer) (took 27 ms) 2025-03-14 03:01:08.504-0500 FINEST t756 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.504-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.504-0500 FINEST t782 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/groupext.cpp' 2025-03-14 03:01:08.504-0500 FINER t764 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' 2025-03-14 03:01:08.506-0500 FINER t756 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' 2025-03-14 03:01:08.508-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' 2025-03-14 03:01:08.508-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' (CxxAnalyzer) (took 219 ms) 2025-03-14 03:01:08.509-0500 FINEST t759 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.509-0500 FINE t759 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.509-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' 2025-03-14 03:01:08.509-0500 FINEST t792 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' 2025-03-14 03:01:08.510-0500 FINER t759 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' 2025-03-14 03:01:08.511-0500 FINER t767 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/storagehandler.cpp' 2025-03-14 03:01:08.511-0500 FINEST t767 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/storagehandler.cpp' (CxxAnalyzer) (took 156 ms) 2025-03-14 03:01:08.511-0500 FINEST t767 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/terminus.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.511-0500 FINE t767 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/terminus.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.513-0500 FINER t767 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/terminus.hpp' 2025-03-14 03:01:08.514-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/groupext.cpp' 2025-03-14 03:01:08.514-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/groupext.cpp' (CxxAnalyzer) (took 14 ms) 2025-03-14 03:01:08.515-0500 FINEST t761 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.515-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' 2025-03-14 03:01:08.515-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/terminus.hpp' 2025-03-14 03:01:08.515-0500 FINE t761 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.515-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' (CxxAnalyzer) (took 17 ms) 2025-03-14 03:01:08.515-0500 FINEST t762 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.515-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (PlainAnalyzer) 2025-03-14 03:01:08.516-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' 2025-03-14 03:01:08.516-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json' (JsonAnalyzer) (took 193 ms) 2025-03-14 03:01:08.516-0500 FINEST t760 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:08.516-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' (JsonAnalyzer) 2025-03-14 03:01:08.516-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/ipmisensor.cpp' 2025-03-14 03:01:08.517-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp' (CxxAnalyzer) (took 60 ms) 2025-03-14 03:01:08.517-0500 FINEST t765 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.517-0500 FINE t765 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' (CxxAnalyzer) 2025-03-14 03:01:08.517-0500 FINER t761 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' 2025-03-14 03:01:08.517-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' 2025-03-14 03:01:08.517-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' 2025-03-14 03:01:08.518-0500 FINEST t770 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' 2025-03-14 03:01:08.518-0500 FINEST t800 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' 2025-03-14 03:01:08.519-0500 FINER t765 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/sensorhandler.cpp' 2025-03-14 03:01:08.523-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' 2025-03-14 03:01:08.523-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' (JsonAnalyzer) (took 6 ms) 2025-03-14 03:01:08.523-0500 FINEST t760 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.524-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' (PlainAnalyzer) 2025-03-14 03:01:08.526-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' 2025-03-14 03:01:08.526-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (PlainAnalyzer) (took 10 ms) 2025-03-14 03:01:08.526-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' 2025-03-14 03:01:08.526-0500 FINEST t762 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.526-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (PlainAnalyzer) 2025-03-14 03:01:08.527-0500 FINEST t795 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/sensorhandler.cpp' 2025-03-14 03:01:08.528-0500 FINEST t801 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' 2025-03-14 03:01:08.529-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' 2025-03-14 03:01:08.536-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' 2025-03-14 03:01:08.536-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' (PlainAnalyzer) (took 12 ms) 2025-03-14 03:01:08.537-0500 FINEST t760 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json': chosen by suffix: JsonAnalyzerFactory 2025-03-14 03:01:08.537-0500 FINE t760 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' (JsonAnalyzer) 2025-03-14 03:01:08.538-0500 FINER t760 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' 2025-03-14 03:01:08.544-0500 FINEST t773 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' 2025-03-14 03:01:08.547-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' 2025-03-14 03:01:08.547-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (PlainAnalyzer) (took 20 ms) 2025-03-14 03:01:08.547-0500 FINEST t762 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp': chosen by suffix: CxxAnalyzerFactory 2025-03-14 03:01:08.547-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' (CxxAnalyzer) 2025-03-14 03:01:08.548-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' 2025-03-14 03:01:08.569-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' 2025-03-14 03:01:08.570-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' (CxxAnalyzer) (took 22 ms) 2025-03-14 03:01:08.570-0500 FINEST t762 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/pldm/meson.build': chosen by imprecise magic: PlainAnalyzerFactory 2025-03-14 03:01:08.570-0500 FINE t762 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/pldm/meson.build' (PlainAnalyzer) 2025-03-14 03:01:08.572-0500 FINER t762 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/pldm/meson.build' 2025-03-14 03:01:08.592-0500 FINEST t799 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/pldm/meson.build' 2025-03-14 03:01:08.612-0500 FINER t762 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/meson.build' 2025-03-14 03:01:08.612-0500 FINEST t762 Statistics.logIt: Added: '/openbmc/pldm/meson.build' (PlainAnalyzer) (took 42 ms) 2025-03-14 03:01:08.616-0500 FINER t767 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/terminus.hpp' 2025-03-14 03:01:08.616-0500 FINEST t767 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/terminus.hpp' (CxxAnalyzer) (took 104 ms) 2025-03-14 03:01:08.625-0500 FINER t766 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-user-manager/user_mgr.cpp' 2025-03-14 03:01:08.625-0500 FINEST t766 Statistics.logIt: Added: '/openbmc/phosphor-user-manager/user_mgr.cpp' (CxxAnalyzer) (took 291 ms) 2025-03-14 03:01:08.631-0500 FINER t764 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' 2025-03-14 03:01:08.631-0500 FINEST t764 Statistics.logIt: Added: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' (CxxAnalyzer) (took 127 ms) 2025-03-14 03:01:08.642-0500 FINER t758 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' 2025-03-14 03:01:08.642-0500 FINEST t758 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json' (JsonAnalyzer) (took 175 ms) 2025-03-14 03:01:08.703-0500 FINER t757 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' 2025-03-14 03:01:08.704-0500 FINEST t757 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' (CxxAnalyzer) (took 209 ms) 2025-03-14 03:01:08.706-0500 FINER t763 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/platform-mc/test/event_manager_test.cpp' 2025-03-14 03:01:08.706-0500 FINEST t763 Statistics.logIt: Added: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' (CxxAnalyzer) (took 210 ms) 2025-03-14 03:01:08.714-0500 FINER t756 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' 2025-03-14 03:01:08.714-0500 FINEST t756 Statistics.logIt: Added: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' (CxxAnalyzer) (took 210 ms) 2025-03-14 03:01:08.715-0500 FINER t760 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/entity-manager',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' 2025-03-14 03:01:08.715-0500 FINEST t760 Statistics.logIt: Added: '/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json' (JsonAnalyzer) (took 178 ms) 2025-03-14 03:01:08.760-0500 FINER t759 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/pldm',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' 2025-03-14 03:01:08.760-0500 FINEST t759 Statistics.logIt: Added: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' (CxxAnalyzer) (took 251 ms) 2025-03-14 03:01:08.762-0500 FINER t761 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' 2025-03-14 03:01:08.763-0500 FINEST t761 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' (CxxAnalyzer) (took 247 ms) 2025-03-14 03:01:08.777-0500 FINER t765 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-host-ipmid/sensorhandler.cpp' 2025-03-14 03:01:08.777-0500 FINEST t765 Statistics.logIt: Added: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' (CxxAnalyzer) (took 260 ms) 2025-03-14 03:01:08.779-0500 INFO t563 Statistics.logIt: Done indexing of directory '/openbmc' (took 1.7 seconds) 2025-03-14 03:01:08.877-0500 FINE t563 IndexDatabase.finishWriting: preparing to commit changes to index database for project 'openbmc' 2025-03-14 03:01:09.747-0500 FINER t563 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/inventorysensor.mako.cpp.gz' 2025-03-14 03:01:09.747-0500 FINER t818 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/readfru.mako.cpp.gz' 2025-03-14 03:01:09.748-0500 FINER t822 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/writesensor.mako.cpp.gz' 2025-03-14 03:01:09.748-0500 FINER t820 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json.gz' 2025-03-14 03:01:09.748-0500 FINER t563 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.cpp.gz' 2025-03-14 03:01:09.748-0500 FINER t818 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/dbus_to_terminus_effecter_test.cpp.gz' 2025-03-14 03:01:09.748-0500 FINER t819 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons/no_json/dummy.json.gz' 2025-03-14 03:01:09.748-0500 FINER t823 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json.gz' 2025-03-14 03:01:09.748-0500 FINER t821 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/pldm/host-bmc/dbus_to_terminus_effecters.hpp.gz' 2025-03-14 03:01:09.749-0500 FINE t563 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons/good' 2025-03-14 03:01:09.750-0500 FINE t563 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons/malformed' 2025-03-14 03:01:09.750-0500 FINE t563 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons/no_json' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/meson.build.gz.org_opengrok' 2025-03-14 03:01:09.750-0500 FINE t563 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/host_effecter_jsons' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako.gz.org_opengrok' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/pldm/host-bmc/dbus/connector.hpp.gz' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/pldm/host-bmc/dbus' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/pldm/host-bmc/host_pdr_handler.hpp.gz' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/meson.build.gz.org_opengrok' 2025-03-14 03:01:09.750-0500 FINEST t563 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/pldm/host-bmc/test' 2025-03-14 03:01:09.750-0500 FINE t563 PendingFileCompleter.completeInner: deleted 9 file(s) for project openbmc:indexed=true,history=true (took 7 ms) 2025-03-14 03:01:09.757-0500 FINEST t822 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/apphandler.cpp.gz' 2025-03-14 03:01:09.757-0500 FINEST t843 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako.gz' 2025-03-14 03:01:09.757-0500 FINEST t829 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json.gz' 2025-03-14 03:01:09.757-0500 FINEST t819 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/numeric_sensor.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t827 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/ipmid-new.cpp.gz' 2025-03-14 03:01:09.757-0500 FINEST t820 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-fan-presence/monitor/meson.build.gz' 2025-03-14 03:01:09.757-0500 FINEST t563 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp.gz' 2025-03-14 03:01:09.757-0500 FINEST t818 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t839 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/groupext.cpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t843 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/storageaddsel.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t850 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t848 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb.gz' 2025-03-14 03:01:09.758-0500 FINEST t837 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t833 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-power/tools/power-utils/updater.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t852 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t829 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb.gz' 2025-03-14 03:01:09.758-0500 FINEST t831 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-user-manager/user_mgr.cpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t825 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_max.json.gz' 2025-03-14 03:01:09.758-0500 FINEST t845 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/meson.build.gz' 2025-03-14 03:01:09.758-0500 FINEST t841 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/event_manager.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t838 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc.gz' 2025-03-14 03:01:09.760-0500 FINEST t841 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t826 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/event_manager.cpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t822 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp.gz' 2025-03-14 03:01:09.758-0500 FINEST t828 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend.gz' 2025-03-14 03:01:09.760-0500 FINEST t857 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/README.md.gz' 2025-03-14 03:01:09.760-0500 FINEST t838 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot.gz' 2025-03-14 03:01:09.760-0500 FINEST t822 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/numeric_sensor.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t858 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t842 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t844 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t845 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/globalhandler.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t825 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t856 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-user-manager/test/user_mgr_test.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t831 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t854 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_nct_adc_max_led_ons_efuse_mps.json.gz' 2025-03-14 03:01:09.761-0500 FINEST t831 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json.gz' 2025-03-14 03:01:09.759-0500 FINEST t829 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/sensorhandler.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t833 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/user_channel/file.hpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t834 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/terminus.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t854 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/meson.build.gz' 2025-03-14 03:01:09.759-0500 FINEST t848 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend.gz' 2025-03-14 03:01:09.759-0500 FINEST t843 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp.gz' 2025-03-14 03:01:09.759-0500 FINEST t839 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_max.json.gz' 2025-03-14 03:01:09.759-0500 FINEST t563 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/.linter-ignore.gz' 2025-03-14 03:01:09.758-0500 FINEST t827 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/platform_manager.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t819 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/terminus.cpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t834 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t833 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/fru_gen.py.gz' 2025-03-14 03:01:09.762-0500 FINEST t820 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot.gz' 2025-03-14 03:01:09.762-0500 FINEST t818 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t830 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meta/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_efuse_mps.json.gz' 2025-03-14 03:01:09.761-0500 FINEST t832 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/manager.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t856 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t825 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t847 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-power/tools/power-utils/updater.hpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t845 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t861 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc.gz' 2025-03-14 03:01:09.761-0500 FINEST t844 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp.gz' 2025-03-14 03:01:09.761-0500 FINEST t862 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json.gz' 2025-03-14 03:01:09.763-0500 FINEST t828 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/libpldmresponder/meson.build.gz' 2025-03-14 03:01:09.763-0500 FINEST t873 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/app/channel.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t857 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t822 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t860 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/utilities/requester/set_state_effecter.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t841 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp.gz' 2025-03-14 03:01:09.760-0500 FINEST t826 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/sensor_manager.hpp.gz' 2025-03-14 03:01:09.764-0500 FINEST t849 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot.gz' 2025-03-14 03:01:09.764-0500 FINEST t852 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/ipmisensor.cpp.gz' 2025-03-14 03:01:09.764-0500 FINEST t884 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meta/minerva_tahan_smb.json.gz' 2025-03-14 03:01:09.764-0500 FINEST t837 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp.gz' 2025-03-14 03:01:09.764-0500 FINEST t838 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp.gz' 2025-03-14 03:01:09.764-0500 FINEST t836 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/.eslintignore.gz' 2025-03-14 03:01:09.764-0500 FINEST t841 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako.gz' 2025-03-14 03:01:09.763-0500 FINEST t862 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako.gz' 2025-03-14 03:01:09.763-0500 FINEST t871 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/terminus_manager.hpp.gz' 2025-03-14 03:01:09.763-0500 FINEST t847 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meta/minerva_janga_smb.json.gz' 2025-03-14 03:01:09.763-0500 FINEST t840 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc.gz' 2025-03-14 03:01:09.763-0500 FINEST t850 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp.gz' 2025-03-14 03:01:09.763-0500 FINEST t818 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot.gz' 2025-03-14 03:01:09.762-0500 FINEST t821 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/entity-manager/configurations/meson.build.gz' 2025-03-14 03:01:09.762-0500 FINEST t833 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp.gz' 2025-03-14 03:01:09.762-0500 FINEST t851 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/terminus_test.cpp.gz' 2025-03-14 03:01:09.765-0500 FINEST t858 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot.gz' 2025-03-14 03:01:09.765-0500 FINEST t863 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp.gz' 2025-03-14 03:01:09.765-0500 FINEST t886 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp.gz' 2025-03-14 03:01:09.765-0500 FINEST t842 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp.gz' 2025-03-14 03:01:09.765-0500 FINEST t823 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb.gz' 2025-03-14 03:01:09.765-0500 FINEST t881 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp.gz' 2025-03-14 03:01:09.764-0500 FINEST t826 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmtool/pldm_base_cmd.cpp.gz' 2025-03-14 03:01:09.764-0500 FINEST t846 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc.gz' 2025-03-14 03:01:09.764-0500 FINEST t875 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py.gz' 2025-03-14 03:01:09.764-0500 FINEST t859 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py.gz' 2025-03-14 03:01:09.766-0500 FINEST t853 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/platform-mc/test/event_manager_test.cpp.gz' 2025-03-14 03:01:09.766-0500 FINEST t835 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/host-bmc/test/meson.build.gz' 2025-03-14 03:01:09.766-0500 FINEST t858 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend.gz' 2025-03-14 03:01:09.766-0500 FINEST t863 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/pldm/pldmd/pldmd.cpp.gz' 2025-03-14 03:01:09.765-0500 FINEST t824 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-host-ipmid/storagehandler.cpp.gz' 2025-03-14 03:01:09.767-0500 FINE t563 PendingFileCompleter.completeInner: renamed 98 file(s) for project openbmc:indexed=true,history=true (took 16 ms) 2025-03-14 03:01:09.767-0500 FINE t563 PendingFileCompleter.completeInner: affirmed links for 0 path(s) for project openbmc:indexed=true,history=true (took 0 ms) 2025-03-14 03:01:09.767-0500 FINE t563 Statistics.logIt: completed 107 object(s) for project openbmc:indexed=true,history=true (took 23 ms) 2025-03-14 03:01:09.811-0500 INFO t1 Statistics.logIt: Done indexing data of all repositories (took 25.62 seconds) 2025-03-14 03:01:09.812-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.813-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.814-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.814-0500 FINE t1 Ctags.close: Destroying ctags command 2025-03-14 03:01:09.824-0500 FINER t1 CtagsUtil.deleteTempFiles: deleting Ctags temporary files in directory '/tmp' 2025-03-14 03:01:09.825-0500 INFO t1 Indexer.writeConfigToFile: Writing configuration to '/opengrok/etc/configuration.xml' 2025-03-14 03:01:09.930-0500 INFO t1 Indexer.writeConfigToFile: Done writing configuration to '/opengrok/etc/configuration.xml' 2025-03-14 03:01:09.940-0500 INFO t1 Statistics.logIt: Indexer finished (took 29.565 seconds)